/* Ticaret Hanı product page — self-contained brand layer */
.th-page {
  --th-ink: #f7f2e7;
  --th-muted: #b9c1ce;
  --th-gold: #d7ad39;
  --th-gold-light: #f3d47a;
  --th-navy: #070b12;
  --th-panel: #101824;
  --th-panel-2: #151f2e;
  --th-line: rgba(215, 173, 57, .22);
  background:
    radial-gradient(circle at 78% -10%, rgba(215, 173, 57, .14), transparent 32rem),
    radial-gradient(circle at 12% 32%, rgba(36, 82, 122, .16), transparent 28rem),
    var(--th-navy);
  color: var(--th-ink);
}

.th-page p { color: var(--th-muted); }
.th-page .navbar {
  background: rgba(7, 11, 18, .86) !important;
  border-bottom-color: rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.th-page .navbar-link { color: #c6cfda; }
.th-page .navbar-link:hover,
.th-page .navbar-link.active { color: var(--th-gold-light); }
.th-page .navbar-toggle { border-color: rgba(255,255,255,.16); }
.th-page .navbar-toggle span,
.th-page .navbar-toggle span::before,
.th-page .navbar-toggle span::after { background: #fff; }

.th-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.th-section { padding: 104px 0; position: relative; }
.th-section--soft {
  background: linear-gradient(180deg, rgba(255,255,255,.024), rgba(255,255,255,.012));
  border-block: 1px solid rgba(255,255,255,.065);
}
.th-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--th-gold-light);
  font: 800 .76rem/1 var(--font-mono);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.th-kicker::before { content: ""; width: 28px; height: 1px; background: var(--th-gold); }
.th-title {
  max-width: 780px;
  margin: 16px 0 18px;
  color: var(--th-ink);
  font-size: clamp(2rem, 5vw, 3.65rem);
  line-height: 1.06;
  letter-spacing: -.045em;
}
.th-lead { max-width: 720px; font-size: 1.03rem; line-height: 1.8; }

.th-hero { min-height: 790px; padding: 158px 0 92px; position: relative; overflow: hidden; }
.th-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(215,173,57,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215,173,57,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.th-hero__grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 66px; align-items: center; position: relative; }
.th-brandline { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.th-brandline img { width: 70px; height: 70px; border-radius: 19px; box-shadow: 0 18px 42px rgba(0,0,0,.35); }
.th-brandline__copy { display: grid; gap: 5px; }
.th-brandline__copy strong { color: #fff; font-size: .92rem; letter-spacing: .04em; }
.th-status {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid rgba(106,213,163,.3);
  border-radius: 999px;
  background: rgba(106,213,163,.08);
  color: #8be1ba;
  font-size: .73rem;
  font-weight: 800;
}
.th-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #69d5a2; box-shadow: 0 0 0 5px rgba(105,213,162,.1); }
.th-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.25rem, 7.8vw, 6.75rem);
  line-height: .92;
  letter-spacing: -.065em;
}
.th-hero h1 span { color: var(--th-gold-light); }
.th-hero__text { max-width: 610px; margin: 26px 0 30px; font-size: 1.08rem; line-height: 1.82; }
.th-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.th-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #151006;
  background: var(--th-gold);
  text-decoration: none;
  font-weight: 900;
  transition: transform .2s ease, filter .2s ease, border-color .2s ease;
}
.th-button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.th-button--ghost { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.04); color: #fff; }
.th-note { margin-top: 18px; font-size: .82rem; color: #8995a6; }

.th-hero__visual { position: relative; }
.th-hero__visual::before {
  content: "";
  position: absolute;
  inset: 8% 4% -9% 7%;
  z-index: -1;
  border-radius: 38px;
  background: rgba(215,173,57,.19);
  filter: blur(44px);
}
.th-feature-art {
  display: block;
  width: 100%;
  border: 1px solid rgba(243,212,122,.32);
  border-radius: 24px;
  box-shadow: 0 40px 100px rgba(0,0,0,.48);
}
.th-visual-chip {
  position: absolute;
  right: -18px;
  bottom: -24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  align-items: center;
  min-width: 218px;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 15px;
  background: rgba(9,14,22,.91);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 48px rgba(0,0,0,.38);
}
.th-visual-chip span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: rgba(215,173,57,.13); color: var(--th-gold-light); font-weight: 900; }
.th-visual-chip strong { display: block; color: #fff; font-size: .88rem; }
.th-visual-chip small { color: var(--th-muted); font-size: .74rem; }

.th-stats { border-block: 1px solid rgba(255,255,255,.07); background: rgba(6,10,16,.72); }
.th-stats__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.th-stat { padding: 34px 24px; text-align: center; border-right: 1px solid rgba(255,255,255,.07); }
.th-stat:last-child { border-right: 0; }
.th-stat strong { display: block; color: var(--th-gold-light); font: 800 clamp(1.65rem,4vw,2.55rem)/1 var(--font-mono); }
.th-stat span { display: block; margin-top: 9px; color: var(--th-muted); font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.th-loop { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 44px; }
.th-loop__card,
.th-system,
.th-trust,
.th-release {
  border: 1px solid rgba(255,255,255,.085);
  background: linear-gradient(145deg, rgba(21,31,46,.92), rgba(12,19,29,.94));
  box-shadow: 0 20px 60px rgba(0,0,0,.16);
}
.th-loop__card { min-height: 240px; padding: 26px; border-radius: 18px; }
.th-loop__number { display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; }
.th-loop__number span:first-child { color: var(--th-gold-light); font: 800 .82rem/1 var(--font-mono); }
.th-loop__number span:last-child { color: #59677a; font-size: 1.15rem; }
.th-loop__card h3 { margin-bottom: 10px; color: #fff; font-size: 1.05rem; }
.th-loop__card p { font-size: .87rem; line-height: 1.68; }

.th-systems { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 44px; }
.th-system { padding: 28px; border-radius: 18px; }
.th-system__icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 20px; border: 1px solid var(--th-line); border-radius: 12px; background: rgba(215,173,57,.09); color: var(--th-gold-light); font-weight: 900; }
.th-system h3 { margin-bottom: 10px; color: #fff; }
.th-system p { font-size: .88rem; line-height: 1.72; }

.th-proof { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; }
.th-phone-wrap { display: flex; justify-content: center; position: relative; }
.th-phone {
  width: min(300px, 76vw);
  padding: 10px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 36px;
  background: #030508;
  box-shadow: 0 38px 86px rgba(0,0,0,.52);
}
.th-phone img { display: block; width: 100%; border-radius: 27px; }
.th-proof__tag { position: absolute; left: 0; bottom: 42px; padding: 10px 13px; border: 1px solid rgba(105,213,162,.28); border-radius: 10px; background: rgba(7,11,18,.92); color: #8be1ba; font-size: .75rem; font-weight: 800; }
.th-trust-list { display: grid; gap: 14px; margin-top: 32px; }
.th-trust { display: grid; grid-template-columns: 40px 1fr; gap: 15px; padding: 18px; border-radius: 14px; }
.th-trust > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: rgba(105,213,162,.09); color: #8be1ba; font-weight: 900; }
.th-trust strong { display: block; margin-bottom: 4px; color: #fff; }
.th-trust p { font-size: .83rem; line-height: 1.6; }

.th-release { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; padding: clamp(28px,5vw,54px); border-color: rgba(215,173,57,.28); border-radius: 24px; }
.th-checklist { display: grid; gap: 11px; margin-top: 24px; }
.th-check { display: flex; gap: 10px; color: #dbe2ea; font-size: .9rem; }
.th-check::before { content: "✓"; color: #7ce0af; font-weight: 900; }
.th-release__side { display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.th-package { padding: 16px 18px; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; background: rgba(0,0,0,.18); }
.th-package span { display: block; margin-bottom: 6px; color: #8390a2; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.th-package code { color: var(--th-gold-light); font-family: var(--font-mono); font-size: .82rem; word-break: break-all; }
.th-legal-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.th-legal-links a { padding: 13px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; color: #d9e0e8; text-align: center; text-decoration: none; font-size: .76rem; font-weight: 800; }
.th-legal-links a:hover { border-color: var(--th-gold); color: var(--th-gold-light); }

.th-footer { padding: 34px 0; border-top: 1px solid rgba(255,255,255,.07); }
.th-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.th-footer__brand { display: flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; font-weight: 900; }
.th-footer__brand img { width: 34px; height: 34px; border-radius: 9px; }
.th-footer__links { display: flex; flex-wrap: wrap; gap: 16px; }
.th-footer__links a { color: var(--th-muted); text-decoration: none; font-size: .78rem; }
.th-footer__links a:hover { color: var(--th-gold-light); }

@media (max-width: 980px) {
  .th-hero { min-height: 0; }
  .th-hero__grid,
  .th-proof,
  .th-release { grid-template-columns: 1fr; }
  .th-hero__grid { gap: 50px; }
  .th-hero__visual { max-width: 720px; }
  .th-loop { grid-template-columns: repeat(2,1fr); }
  .th-systems { grid-template-columns: repeat(2,1fr); }
  .th-proof { gap: 54px; }
  .th-phone-wrap { order: 2; }
  .th-proof__tag { left: calc(50% - 235px); }
}

@media (max-width: 720px) {
  .th-page .navbar-nav { background: #0b111c; border-color: rgba(255,255,255,.1); }
  .th-shell { width: min(100% - 28px, 1180px); }
  .th-section { padding: 76px 0; }
  .th-hero { padding: 126px 0 76px; }
  .th-brandline img { width: 58px; height: 58px; border-radius: 16px; }
  .th-hero h1 { font-size: clamp(3.1rem, 17vw, 5.2rem); }
  .th-visual-chip { position: static; margin: 12px 0 0 auto; }
  .th-stats__grid { grid-template-columns: repeat(2,1fr); }
  .th-stat:nth-child(2) { border-right: 0; }
  .th-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.07); }
  .th-loop,
  .th-systems { grid-template-columns: 1fr; }
  .th-loop__card { min-height: auto; }
  .th-loop__number { margin-bottom: 30px; }
  .th-legal-links { grid-template-columns: 1fr; }
  .th-footer__inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .th-button { transition: none; }
}
