:root {
  --bg: #050b1a;
  --blue: #3aa9ef;
  --blue-d: #0970b7;
  --violet: #6f5bf5;
  --green: #3ee01a;
  --green-d: #21a806;
  --gold: #f0cf74;
  --ink: #eff6fd;
  --soft: #adc3d6;
  --dim: #8099b0;
  --line: rgba(255, 255, 255, .11);
  --ui: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --display: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html {
  font-size: 17px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  font-family: var(--ui);
  font-size: 1rem;
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.shell { width: min(1100px, calc(100% - 2.5rem)); margin: 0 auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--display); letter-spacing: -.025em; }
img { max-width: 100%; }

/* ============ background (tek sabit katman) ============ */
.bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  contain: strict;
}
.mesh {
  position: absolute; inset: -25%;
  background:
    radial-gradient(38% 42% at 22% 26%, rgba(9, 112, 183, .8), transparent 62%),
    radial-gradient(34% 38% at 78% 22%, rgba(111, 91, 245, .5), transparent 62%),
    radial-gradient(40% 44% at 66% 78%, rgba(33, 168, 6, .2), transparent 62%),
    radial-gradient(32% 34% at 14% 82%, rgba(240, 207, 116, .16), transparent 62%),
    #050b1a;
  filter: blur(20px) saturate(1.1);
  animation: swirl 30s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes swirl {
  0%   { transform: scale(1) rotate(0deg); }
  50%  { transform: scale(1.12) rotate(6deg); }
  100% { transform: scale(1.04) rotate(-4deg); }
}
.orb { position: absolute; border-radius: 50%; filter: blur(95px); opacity: .32; mix-blend-mode: screen; will-change: transform; }
.o1 { width: 44%; padding-top: 44%; left: -8%; top: -12%; background: radial-gradient(circle, #1b8fe0, transparent 68%); animation: float1 20s ease-in-out infinite alternate; }
.o2 { width: 36%; padding-top: 36%; right: -6%; top: 6%; background: radial-gradient(circle, #7d5cf6, transparent 68%); animation: float2 24s ease-in-out infinite alternate; }
.o3 { width: 40%; padding-top: 40%; left: 30%; bottom: -16%; background: radial-gradient(circle, #2fc10a, transparent 70%); animation: float3 22s ease-in-out infinite alternate; }
@keyframes float1 { to { transform: translate3d(8%, 8%, 0) scale(1.16); } }
@keyframes float2 { to { transform: translate3d(-8%, 10%, 0) scale(1.2); } }
@keyframes float3 { to { transform: translate3d(6%, -8%, 0) scale(1.12); } }

.wm { position: absolute; opacity: .05; filter: brightness(1.8); }
.w1 { width: 190px; left: -40px; top: 20%; animation: wmA 26s ease-in-out infinite alternate; }
.w2 { width: 120px; right: 6%; bottom: 14%; animation: wmB 21s ease-in-out infinite alternate; }
.w3 { width: 250px; left: 46%; top: -50px; opacity: .035; animation: wmC 34s linear infinite; }
@keyframes wmA { to { transform: translate(28px, -34px) rotate(14deg); } }
@keyframes wmB { to { transform: translate(-22px, 22px) rotate(-16deg); } }
@keyframes wmC { to { transform: rotate(360deg); } }

.vignette {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 86% at 50% 4%, transparent 36%, rgba(4, 9, 20, .88) 100%),
    linear-gradient(180deg, rgba(4, 9, 20, .4) 0%, transparent 20%, transparent 60%, rgba(4, 9, 20, .6) 100%);
}
.grain {
  position: absolute; inset: 0; opacity: .45;
  background-image:
    linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(circle at 50% 28%, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle at 50% 28%, #000 0%, transparent 72%);
}

.rise { opacity: 0; transform: translateY(20px); animation: rise .8s cubic-bezier(.2, .85, .25, 1) forwards; animation-delay: var(--d, 0s); }
@keyframes rise { to { opacity: 1; transform: none; } }
/* gecikmeler sınıf ile verilir; satır içi style yok (CSP: style-src 'self') */
.d0 { --d: 0s; }
.d1 { --d: .06s; }
.d2 { --d: .14s; }
.d3 { --d: .22s; }
.d4 { --d: .3s; }
.d5 { --d: .38s; }

.spin-icon { animation: spinY 7s linear infinite; transform-style: preserve-3d; }
@keyframes spinY { to { transform: rotateY(360deg); } }

/* ============ nav ============ */
.nav { padding: 1.15rem 0; position: relative; z-index: 5; }
.nav-in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; }
.brand img {
  height: 40px; width: auto; display: block;
  filter: brightness(0) invert(1) drop-shadow(0 4px 14px rgba(0, 0, 0, .5));
  opacity: .96;
  transition: opacity .2s, transform .2s;
}
.brand:hover img { opacity: 1; transform: translateY(-1px); }

.nav-right { display: flex; align-items: center; gap: .5rem; }
.chip {
  display: inline-flex; align-items: center; gap: .45rem;
  height: 38px; padding: 0 .9rem;
  border: 1px solid var(--line); border-radius: 999px;
  background: rgba(255, 255, 255, .06); backdrop-filter: blur(10px);
  font-size: .82rem; color: var(--soft); white-space: nowrap;
}
.chip-live { color: #c7f2be; border-color: rgba(62, 224, 26, .26); background: rgba(62, 224, 26, .09); font-weight: 600; }
.chip-nego { color: #f5e6b8; border-color: rgba(240, 207, 116, .32); background: rgba(240, 207, 116, .1); font-weight: 600; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: beat 2.2s infinite; }
.pulse-gold { background: var(--gold); animation: beatGold 2.2s infinite; }
@keyframes beatGold {
  0%   { box-shadow: 0 0 0 0 rgba(240, 207, 116, .55); }
  70%  { box-shadow: 0 0 0 9px rgba(240, 207, 116, 0); }
  100% { box-shadow: 0 0 0 0 rgba(240, 207, 116, 0); }
}
@keyframes beat {
  0%   { box-shadow: 0 0 0 0 rgba(62, 224, 26, .55); }
  70%  { box-shadow: 0 0 0 9px rgba(62, 224, 26, 0); }
  100% { box-shadow: 0 0 0 0 rgba(62, 224, 26, 0); }
}
.chip-wx i { color: var(--gold); }
.chip-wx b { color: #fff; font-weight: 700; }

.lang { display: inline-flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .06); backdrop-filter: blur(10px); }
.lang button {
  border: 0; cursor: pointer; height: 32px; padding: 0 .75rem;
  border-radius: 999px; background: transparent; color: var(--dim);
  font: 700 .76rem/1 var(--ui); letter-spacing: .06em;
  transition: color .15s, background .15s;
}
.lang button:hover { color: var(--ink); }
.lang button.on { background: linear-gradient(140deg, var(--blue), var(--blue-d)); color: #fff; box-shadow: 0 4px 14px rgba(9, 112, 183, .45); }

/* ============ hero ============ */
main { flex: 1 0 auto; display: flex; flex-direction: column; }
.stage {
  position: relative; z-index: 2;
  flex: 0 0 auto; display: flex; align-items: center;
  padding: 2.4rem 0 3.4rem;
  min-height: min(70vh, 640px);
  min-height: min(70svh, 640px);
}
.scene { text-align: center; perspective: 1200px; position: relative; z-index: 3; width: min(1100px, calc(100% - 2.5rem)); margin: 0 auto; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .8rem;
  margin: 0 0 1.1rem; padding: .6rem 1.55rem .6rem 1.1rem;
  border: 1px solid rgba(240, 207, 116, .42); border-radius: 999px;
  background: linear-gradient(120deg, rgba(240, 207, 116, .2), rgba(240, 207, 116, .05));
  backdrop-filter: blur(8px);
  font-family: var(--display);
  font-size: clamp(1rem, 2.6vw, 1.55rem);
  font-weight: 800; letter-spacing: .08em; text-transform: uppercase; line-height: 1.1;
  color: #ffe6ad;
  text-shadow: 0 2px 22px rgba(240, 207, 116, .4);
  box-shadow: 0 10px 34px rgba(240, 207, 116, .14), inset 0 1px 0 rgba(255, 255, 255, .2);
  animation: rise .8s cubic-bezier(.2, .85, .25, 1) .06s forwards;
}
.eyebrow img { height: 1.5em; width: auto; }

.title-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 .25rem;
  box-sizing: border-box;
}
.halo {
  position: absolute; left: 50%; top: 50%;
  width: 76%; height: 148%; transform: translate(-50%, -50%); z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(58, 169, 239, .34), transparent 70%);
  filter: blur(46px);
  animation: glow 7s ease-in-out infinite alternate;
}
@keyframes glow { to { opacity: .6; transform: translate(-50%, -50%) scale(1.14); } }

.domain {
  margin: 0 auto;
  max-width: 100%;
  font-family: var(--display);
  font-size: clamp(1.55rem, 7.2vw, 5.4rem);
  font-weight: 800; line-height: 1.05; letter-spacing: -.035em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  text-shadow: 0 20px 60px rgba(3, 10, 24, .7);
}
.domain.is-wrapped {
  white-space: normal;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.08;
}
.domain .dn,
.domain .dt { display: inline; }
.domain .dn { background: linear-gradient(180deg, #fff 34%, #b6d6ef 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.domain .dt {
  background: linear-gradient(100deg, var(--blue) 0%, var(--violet) 34%, var(--gold) 64%, var(--blue) 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: sweep 8s linear infinite;
}
@keyframes sweep { to { background-position: 300% 0; } }

.domain--lg {
  font-size: clamp(1.4rem, 5.4vw, 3.6rem);
  letter-spacing: -.04em;
}
.domain--xl {
  font-size: clamp(1.25rem, 4.6vw, 2.85rem);
  letter-spacing: -.045em;
}

.sub {
  margin: 1.05rem auto 2.2rem; max-width: 40rem;
  font-size: clamp(1rem, 2vw, 1.14rem); font-weight: 400; line-height: 1.65;
  color: var(--soft);
}

.deck { position: relative; width: min(760px, 100%); margin: 0 auto; }
.panel {
  position: relative;
  padding: 1.7rem 1.7rem 1.45rem;
  border: 1px solid rgba(255, 255, 255, .15); border-radius: 24px;
  background: linear-gradient(180deg, rgba(17, 34, 60, .88), rgba(8, 17, 34, .94));
  backdrop-filter: blur(18px);
  box-shadow: 0 34px 90px rgba(2, 8, 20, .7), inset 0 1px 0 rgba(255, 255, 255, .12);
  transform-style: preserve-3d;
  transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform .5s cubic-bezier(.2, .9, .3, 1);
  overflow: hidden;
}
.panel.live { transition: transform .12s linear; }
.glare {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(220px 220px at var(--mx, 50%) var(--my, 0%), rgba(255, 255, 255, .15), transparent 65%);
  opacity: 0; transition: opacity .25s;
}
.panel:hover .glare { opacity: 1; }

.figures {
  display: flex; flex-direction: column; align-items: stretch; gap: 1.1rem;
  padding-bottom: 1.4rem; margin-bottom: 1.4rem;
  border-bottom: 1px solid var(--line);
  transform: translateZ(26px);
}
.fig--ask { text-align: center; padding: 0 .2rem; min-width: 0; }
.fig-meta {
  display: flex; align-items: stretch; justify-content: space-between; gap: .5rem 1rem;
}
.fig-meta .fig { flex: 1 1 0; min-width: 0; text-align: center; padding: 0 .35rem; }
.fig-sep { width: 1px; align-self: center; height: 42px; background: var(--line); flex: 0 0 auto; }
.fig-lbl { display: block; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); margin-bottom: .45rem; }
.fig-val { display: block; font-family: var(--display); font-size: clamp(1.15rem, 3.2vw, 1.55rem); font-weight: 700; letter-spacing: -.02em; white-space: nowrap; color: #fff; }
.fig-val.big {
  font-size: clamp(1.45rem, 4.2vw, 2rem);
  background: linear-gradient(180deg, #fff 20%, #c5dff3 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
/* Fiyat: tam genişlik satır; tutar + ₺ kesilmesin */
.fig-price {
  display: inline-flex !important;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: .12em .18em;
  max-width: 100%;
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  color: #f2f7fc !important;
  font-size: clamp(1.35rem, 4.8vw, 2.15rem) !important;
  letter-spacing: -.03em;
  line-height: 1.15;
  white-space: nowrap;
}
.fig-price #price { color: inherit; }
.fig-cur {
  flex: 0 0 auto;
  font-size: .82em;
  font-weight: 700;
  color: #c5dff3;
  letter-spacing: 0;
}

.cta {
  position: relative; width: 100%;
  appearance: none; border: 0; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  height: 62px; border-radius: 16px;
  background: linear-gradient(135deg, var(--green), var(--green-d));
  color: #052a08; font: 700 1.08rem/1 var(--display); letter-spacing: -.01em;
  overflow: hidden; transform: translateZ(40px);
  box-shadow: 0 16px 40px rgba(47, 193, 10, .32), inset 0 1px 0 rgba(255, 255, 255, .4);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s;
}
.cta::after {
  content: ""; position: absolute; top: 0; left: -60%; width: 45%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .5), transparent);
  transform: skewX(-18deg);
  animation: shine 3.6s ease-in-out infinite;
}
@keyframes shine { 0%, 62% { left: -60%; } 100% { left: 130%; } }
.cta i { font-size: .85rem; transition: transform .2s; }
.cta:hover { transform: translateZ(40px) translateY(-3px); box-shadow: 0 24px 54px rgba(47, 193, 10, .42); }
.cta:hover i { transform: translateX(4px); }
.cta:disabled {
  background: linear-gradient(135deg, #2a3a52, #1d2a3f);
  color: #6f849c; box-shadow: none; cursor: not-allowed;
}
.cta:disabled:hover { transform: none; }
.cta:disabled::after { display: none; }
.panel-note { margin: 1rem 0 0; font-size: .88rem; color: var(--dim); transform: translateZ(18px); }

.nego {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: .35rem .4rem .15rem;
  transform: translateZ(26px);
}
.nego-mark {
  width: 64px; height: 64px; margin: 0 auto 1.05rem;
  display: grid; place-items: center;
  border-radius: 20px;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .18), transparent 55%),
              linear-gradient(160deg, rgba(240, 207, 116, .28), rgba(111, 91, 245, .18));
  border: 1px solid rgba(240, 207, 116, .28);
  box-shadow: 0 12px 32px rgba(240, 207, 116, .12), inset 0 1px 0 rgba(255, 255, 255, .18);
  color: var(--gold);
  font-size: 1.45rem;
}
.nego-kicker {
  margin: 0 0 .45rem;
  font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold);
}
.nego-title {
  margin: 0 0 .7rem;
  font-size: clamp(1.15rem, 3.4vw, 1.55rem); font-weight: 800; letter-spacing: -.03em;
  background: linear-gradient(180deg, #fff, #e4d09a);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.nego-lead {
  margin: 0 auto .85rem; max-width: 34rem;
  font-size: .98rem; line-height: 1.55; color: var(--soft);
}
.nego-foot {
  margin: 0; font-size: .86rem; color: var(--dim);
}

.badges {
  list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem 1.8rem;
  margin: 2rem 0 0; padding: 0; font-size: .86rem; color: var(--soft);
}
.badges li { display: inline-flex; align-items: center; gap: .5rem; }
.badges i { color: var(--blue); }

.mascot { position: absolute; right: max(.5rem, 2vw); top: 50%; transform: translateY(-30%); margin: 0; z-index: 1; pointer-events: none; }
.mascot img { position: relative; z-index: 1; width: clamp(150px, 16vw, 250px); height: auto; display: block; filter: drop-shadow(0 26px 50px rgba(0, 0, 0, .55)); animation: bob 6s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(-14px) rotate(-1.5deg); } }
.bubble {
  position: absolute; right: 8%; bottom: calc(100% - 6px); z-index: 2;
  width: max-content; max-width: 15.5rem; padding: .8rem 1rem;
  border: 1px solid rgba(240, 207, 116, .28); border-radius: 16px 16px 16px 4px;
  background: rgba(10, 23, 44, .92); backdrop-filter: blur(10px);
  text-align: left; box-shadow: 0 18px 40px rgba(0, 0, 0, .5);
  animation: bob 6s ease-in-out infinite;
}
.bubble::after {
  content: ""; position: absolute; left: 14px; bottom: -8px;
  width: 12px; height: 12px; background: rgba(10, 23, 44, .92);
  border-right: 1px solid rgba(240, 207, 116, .28);
  border-bottom: 1px solid rgba(240, 207, 116, .28);
  transform: rotate(45deg);
}
.bubble b { display: block; font-family: var(--display); font-size: .92rem; color: var(--gold); margin-bottom: .2rem; }
.bubble span { display: block; font-size: .78rem; line-height: 1.5; color: var(--soft); }

/* ============ faq ============ */
.faq { position: relative; z-index: 2; padding: 3.2rem 0 1rem; }
.faq h2 { margin: 0 0 .4rem; font-size: clamp(1.35rem, 3.2vw, 1.95rem); font-weight: 800; text-align: center; }
.faq-lead { margin: 0 auto 1.8rem; max-width: 34rem; text-align: center; color: var(--soft); font-size: .95rem; }
.faq-list { display: grid; gap: .6rem; }
.faq details {
  border: 1px solid var(--line); border-radius: 14px;
  background: rgba(255, 255, 255, .04); backdrop-filter: blur(8px);
  transition: border-color .18s, background .18s;
}
.faq details[open] { border-color: rgba(58, 169, 239, .32); background: rgba(58, 169, 239, .07); }
.faq summary {
  cursor: pointer; list-style: none;
  padding: 1rem 1.15rem; font-size: .97rem; font-weight: 600;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "\f078"; font: 900 .72rem/1 "Font Awesome 6 Free"; color: var(--blue); transition: transform .22s; }
.faq details[open] summary::after { transform: rotate(180deg); }
.faq details p { margin: 0; padding: 0 1.15rem 1.1rem; font-size: .92rem; line-height: 1.7; color: var(--soft); }
.faq-cta {
  display: inline-flex; align-items: center; gap: .45rem;
  margin: 0 1.15rem 1.2rem;
  padding: .5rem .9rem;
  border: 1px solid rgba(112, 214, 92, .38); border-radius: 999px;
  background: rgba(112, 214, 92, .1);
  font-size: .82rem; font-weight: 600; color: #b9f0a6; text-decoration: none;
  transition: background .15s, border-color .15s, transform .15s;
}
.faq-cta:hover { background: rgba(112, 214, 92, .18); border-color: rgba(112, 214, 92, .6); transform: translateX(2px); }
.faq-cta i { font-size: .72rem; }

/* ============ lookup ============ */
.lookup { position: relative; z-index: 2; padding: 2.4rem 0 3rem; }
.lookup-in {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem 2rem; flex-wrap: wrap;
  padding: 1.7rem 1.8rem;
  border: 1px solid var(--line); border-radius: 22px;
  background: linear-gradient(120deg, rgba(9, 112, 183, .18), rgba(111, 91, 245, .12));
  backdrop-filter: blur(14px);
  box-shadow: 0 26px 60px rgba(2, 8, 20, .45);
}
.lookup-copy { flex: 1 1 20rem; }
.lookup-copy h2 { margin: 0 0 .3rem; font-size: clamp(1.1rem, 2.4vw, 1.4rem); font-weight: 800; }
.lookup-copy p { margin: 0; font-size: .9rem; color: var(--soft); }
.lookup-links { display: flex; flex-wrap: wrap; gap: .4rem .5rem; margin-top: .85rem; }
.lookup-links a {
  padding: .3rem .7rem; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  font-size: .76rem; color: var(--soft);
  transition: color .15s, border-color .15s, background .15s;
}
.lookup-links a:hover { color: #fff; border-color: rgba(58, 169, 239, .5); background: rgba(58, 169, 239, .14); }
.lookup-form { position: relative; flex: 1 1 21rem; display: flex; align-items: center; }
.lookup-form > i { position: absolute; left: 1rem; top: 21px; color: var(--dim); font-size: .9rem; pointer-events: none; }
.lookup-form input {
  width: 100%; height: 58px; padding: 0 8.5rem 0 2.6rem;
  border: 1px solid var(--line); border-radius: 14px;
  background: rgba(4, 12, 26, .75); color: var(--ink);
  font: 500 1rem/1 var(--ui);
  transition: border-color .15s, box-shadow .15s;
}
.lookup-form input::placeholder { color: #64809a; }
.lookup-form input:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(58, 169, 239, .16); }
.lookup-form button {
  position: absolute; right: 6px; height: 46px; padding: 0 1.25rem;
  border: 0; border-radius: 11px; cursor: pointer;
  background: linear-gradient(135deg, var(--blue), var(--blue-d));
  color: #fff; font: 700 .92rem/1 var(--ui);
  box-shadow: 0 8px 22px rgba(9, 112, 183, .4);
  transition: transform .16s, box-shadow .16s;
}
.lookup-form button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(9, 112, 183, .5); }

/* ============ footer (lalegul tarzı) ============ */
.foot {
  position: relative; z-index: 2;
  border-top: 1px solid var(--line);
  padding: 1.9rem 0 2.1rem;
  background: linear-gradient(180deg, rgba(4, 9, 20, .35), rgba(4, 9, 20, .8));
  backdrop-filter: blur(10px);
  text-align: center;
}
.foot-in { display: flex; align-items: center; justify-content: space-between; gap: 1rem 2rem; flex-wrap: wrap; text-align: left; }
.foot-power { margin: 0; display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; justify-content: center; }
.powered { font-size: .66rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--dim); }
.foot-power > a {
  font-size: .66rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--dim); transition: color .15s;
}
.foot-power > a:hover { color: #fff; }
.prem {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .2rem .6rem;
  border: 1px solid rgba(240, 207, 116, .35); border-radius: 999px;
  background: linear-gradient(120deg, rgba(240, 207, 116, .16), rgba(240, 207, 116, .05));
  font-size: .64rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #f0d79a;
}
.prem i { font-size: .6rem; }
.foot-legal { margin: 0; font-size: .8rem; color: var(--dim); display: flex; gap: .5rem; flex-wrap: wrap; align-items: center; }
.foot-legal span { opacity: .45; }
.foot-legal a { color: var(--soft); }
.foot-legal a:hover, .linkish:hover { color: #fff; }
.linkish {
  border: 0; background: none; padding: 0; cursor: pointer;
  color: var(--soft); font: 400 .8rem/1.4 var(--ui); text-decoration: underline;
  text-underline-offset: 3px;
}

/* ============ modal ortak ============ */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.overlay[hidden] { display: none; }
.overlay {
  position: fixed; inset: 0; z-index: 60;
  display: grid; place-items: center; padding: 1.1rem;
  background: rgba(3, 8, 18, .82); backdrop-filter: blur(8px);
  animation: fade .2s ease;
}
#terms-overlay { z-index: 70; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.sheet-x {
  position: absolute; top: .9rem; right: .9rem; z-index: 3;
  width: 36px; height: 36px;
  border: 1px solid var(--line); border-radius: 11px;
  background: rgba(255, 255, 255, .07); color: var(--soft); cursor: pointer;
}
.sheet-x:hover { color: #fff; background: rgba(255, 255, 255, .14); }

/* ---- teklif modalı ---- */
.sheet {
  position: relative;
  width: min(900px, 100%); max-height: calc(100vh - 2.2rem); max-height: calc(100svh - 2.2rem);
  display: grid; grid-template-columns: 300px 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14); border-radius: 26px;
  background: linear-gradient(180deg, #12213d, #0a1730);
  box-shadow: 0 44px 110px rgba(0, 0, 0, .7);
  animation: pop .3s cubic-bezier(.2, .9, .3, 1);
}
@keyframes pop { from { transform: translateY(20px) scale(.97); opacity: 0; } to { transform: none; opacity: 1; } }
.sheet-side {
  position: relative; overflow: hidden;
  padding: 2rem 1.5rem 1.4rem;
  background: linear-gradient(165deg, #0d6fb4 0%, #0a4f86 46%, #123a86 100%);
}
.sheet-side::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(120% 80% at 10% 0%, rgba(255, 255, 255, .2), transparent 60%);
  pointer-events: none;
}
.side-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: .8rem; }
.side-icon { height: 42px; width: auto; filter: brightness(0) invert(1); opacity: .95; position: relative; z-index: 1; }
.side-prem {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .24rem .6rem;
  border: 1px solid rgba(255, 255, 255, .34); border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #fff;
  white-space: nowrap;
}
.side-prem i { font-size: .58rem; color: #f5dc9c; }
.sheet-side h3 { margin: .95rem 0 1.2rem; font-size: 1.15rem; font-weight: 800; color: #fff; position: relative; z-index: 1; }
.sheet-side ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .8rem; position: relative; z-index: 1; }
.sheet-side li { display: flex; gap: .6rem; font-size: .84rem; line-height: 1.45; color: rgba(255, 255, 255, .93); }
.sheet-side li i { margin-top: .15rem; color: #d3ecff; }
.side-price {
  position: relative; z-index: 1; margin-top: 1.3rem; padding: .85rem .95rem;
  border: 1px solid rgba(255, 255, 255, .28); border-radius: 14px;
  background: rgba(255, 255, 255, .14); backdrop-filter: blur(6px);
}
.side-price span { display: block; font-size: .64rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .82); }
.side-price b { font-family: var(--display); font-size: 1.2rem; font-weight: 800; color: #fff; }
.side-hero {
  position: absolute; right: -18px; bottom: -12px; width: 150px; height: auto; opacity: .96;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .45));
  animation: bob 6.5s ease-in-out infinite;
}
.sheet-main { padding: 2rem 1.8rem 1.5rem; overflow-y: auto; max-height: calc(100vh - 2.2rem); max-height: calc(100svh - 2.2rem); }
.sheet-domain {
  display: inline-block; max-width: 100%; margin: 0 0 .55rem; padding: .3rem .75rem;
  border: 1px solid rgba(58, 169, 239, .3); border-radius: 999px;
  background: rgba(58, 169, 239, .1);
  font-size: .8rem; font-weight: 600; color: #a8dcff;
  overflow-wrap: anywhere; word-break: break-word; line-height: 1.35;
}
.sheet-h { margin: 0 0 .35rem; font-size: 1.45rem; font-weight: 800; }
.sheet-sub { margin: 0 0 1.4rem; font-size: .92rem; line-height: 1.55; color: var(--soft); }

form { display: grid; gap: .9rem; }
.pair { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.fld { position: relative; display: grid; gap: .35rem; }
.fld > span { font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--dim); }
.fld > i { position: absolute; left: 1rem; bottom: 18px; font-size: .85rem; color: var(--dim); pointer-events: none; transition: color .15s; }
.fld input {
  width: 100%; height: 52px; padding: 0 1rem 0 2.6rem;
  border: 1px solid var(--line); border-radius: 13px;
  background: rgba(4, 12, 26, .75); color: var(--ink);
  font: 500 .97rem/1 var(--ui);
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.fld input::placeholder { color: #64809a; }
.fld input:focus { outline: 0; border-color: var(--blue); background: rgba(4, 12, 26, .95); box-shadow: 0 0 0 4px rgba(58, 169, 239, .16); }
.fld input:focus ~ i { color: var(--blue); }
.fld-amount input { padding-right: 2.6rem; font-weight: 700; font-size: 1.05rem; }
.fld-amount .cur { position: absolute; right: 1rem; bottom: 15px; font-style: normal; font-weight: 700; color: var(--gold); }
.fld-captcha .captcha-q {
  display: inline-block;
  margin: 0 0 .35rem;
  padding: .2rem .55rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
  color: var(--ink);
  background: rgba(0,0,0,.04);
  border-radius: 6px;
}
.hint { margin: -.4rem 0 0; font-size: .78rem; color: var(--dim); }
#max-hint { margin-top: .15rem; }

.agree { display: flex; align-items: flex-start; gap: .65rem; font-size: .84rem; line-height: 1.55; color: var(--soft); }
.agree input { margin-top: .2rem; width: 18px; height: 18px; accent-color: var(--green); flex: 0 0 auto; cursor: pointer; }
.agree input:disabled { cursor: not-allowed; opacity: .5; }
.agree a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }

.terms-box {
  padding: .95rem 1rem;
  border: 1px solid var(--line); border-radius: 14px;
  background: rgba(255, 255, 255, .035);
  display: grid; gap: .8rem;
}
.terms-box.ready { border-color: rgba(62, 224, 26, .3); background: rgba(62, 224, 26, .06); }
.terms-open {
  display: flex; align-items: center; gap: .55rem; width: 100%;
  padding: .7rem .85rem; cursor: pointer;
  border: 1px dashed rgba(58, 169, 239, .45); border-radius: 11px;
  background: rgba(58, 169, 239, .08);
  color: #bfe3ff; font: 600 .86rem/1.3 var(--ui); text-align: left;
  transition: background .15s, border-color .15s;
}
.terms-open:hover { background: rgba(58, 169, 239, .16); border-color: var(--blue); }
.terms-open i { font-size: .9rem; }
.terms-open em {
  margin-left: auto; font-style: normal;
  padding: .12rem .5rem; border-radius: 999px;
  background: rgba(255, 118, 118, .18); border: 1px solid rgba(255, 118, 118, .35);
  color: #ffb3b3; font-size: .68rem; font-weight: 600; white-space: nowrap;
}
.terms-box.ready .terms-open em { background: rgba(62, 224, 26, .16); border-color: rgba(62, 224, 26, .38); color: #b7f0aa; }
.agree-terms { font-size: .8rem; }
.terms-lock { margin: 0; font-size: .74rem; color: #ffb3b3; }
.terms-box.ready .terms-lock { display: none; }

.err {
  margin: 0; padding: .7rem .85rem;
  border: 1px solid rgba(255, 108, 108, .32); border-radius: 12px;
  background: rgba(255, 76, 76, .12); color: #ffa3a3;
  font-size: .86rem; font-weight: 500;
}
.cta-full { transform: none; }
.cta-full:hover { transform: translateY(-2px); }
.sheet-foot { margin: .15rem 0 0; text-align: center; font-size: .78rem; color: var(--dim); }
#view-ok { text-align: center; padding: 1.2rem 0; }
#view-ok .done {
  width: 70px; height: 70px; margin: 0 auto 1.1rem;
  display: grid; place-items: center; border-radius: 50%;
  background: rgba(62, 224, 26, .14); border: 1px solid rgba(62, 224, 26, .4);
  color: var(--green); font-size: 1.75rem;
  animation: pulseOk 1.8s ease-in-out infinite;
}
@keyframes pulseOk {
  0%, 100% { box-shadow: 0 0 0 0 rgba(62, 224, 26, .28); }
  50% { box-shadow: 0 0 0 16px rgba(62, 224, 26, 0); }
}
body.lock { overflow: hidden; }

/* ---- bilgilendirme (şartlar) modalı ---- */
.tsheet {
  position: relative;
  width: min(820px, 100%);
  height: min(88vh, 900px); height: min(88svh, 900px);
  display: grid; grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14); border-radius: 24px;
  background: linear-gradient(180deg, #101e37, #0a1730);
  box-shadow: 0 44px 110px rgba(0, 0, 0, .72);
  animation: pop .3s cubic-bezier(.2, .9, .3, 1);
}
.tsheet-top { position: relative; padding: 1.5rem 3.6rem 1.15rem 1.7rem; border-bottom: 1px solid var(--line); }
.tsheet-kicker { margin: 0 0 .2rem; font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.tsheet-top h2 { margin: 0; font-size: 1.25rem; font-weight: 800; }
.tprogress { position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: rgba(255, 255, 255, .07); }
.tprogress span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--blue), var(--green)); transition: width .12s linear; }
.tsheet-body {
  padding: 1.4rem 1.7rem 1.8rem;
  overflow-y: auto;
  font-size: .92rem; line-height: 1.72; color: var(--soft);
  scrollbar-width: thin;
}
.tsheet-body::-webkit-scrollbar { width: 10px; }
.tsheet-body::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, .16); border-radius: 10px; border: 3px solid transparent; background-clip: content-box; }
.tsheet-body h3 { margin: 0 0 .3rem; font-size: 1.12rem; color: #fff; font-weight: 800; }
.tsheet-body h4 { margin: 1.5rem 0 .5rem; font-size: .98rem; color: #d8ebfa; font-weight: 700; }
.tsheet-body h5 { margin: 1.1rem 0 .4rem; font-size: .9rem; color: #cfe4f5; font-weight: 700; font-family: var(--display); }
.tsheet-body p { margin: 0 0 .75rem; }
.tsheet-body ul, .tsheet-body ol { margin: 0 0 .9rem; padding-left: 1.25rem; }
.tsheet-body li { margin-bottom: .3rem; }
.tsheet-body strong { color: #eef6fd; }
.tsheet-body a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.terms-end { height: 1px; margin: 0; }
.terms-note {
  padding: .7rem .85rem; border-left: 3px solid var(--gold);
  background: rgba(240, 207, 116, .08); border-radius: 0 10px 10px 0;
  font-size: .85rem; color: #f4e0b4;
}
.terms-callout {
  margin-top: 1.8rem; padding: 1.2rem 1.25rem;
  border: 1px solid rgba(255, 118, 118, .3); border-radius: 16px;
  background: rgba(255, 76, 76, .07);
}
.terms-callout h4 { margin: 0 0 .7rem; color: #ffc4c4; letter-spacing: .06em; }
.terms-callout p:last-child { margin-bottom: 0; }
.terms-loading { color: var(--dim); }

.tsheet-foot { padding: 1.1rem 1.7rem 1.3rem; border-top: 1px solid var(--line); background: rgba(6, 14, 28, .6); }
.tsheet-hint { margin: 0 0 .8rem; font-size: .82rem; color: var(--gold); display: flex; align-items: center; gap: .45rem; justify-content: center; }
.tsheet-hint i { animation: nudge 1.6s ease-in-out infinite; }
@keyframes nudge { 50% { transform: translateY(4px); } }
.tsheet-hint.read { color: #b7f0aa; }
.tsheet-hint.read i { animation: none; }
.ghost {
  width: 100%; height: 54px; cursor: pointer;
  border: 1px solid var(--line); border-radius: 14px;
  background: rgba(255, 255, 255, .06); color: var(--soft);
  font: 600 1rem/1 var(--display);
  transition: background .15s, color .15s, border-color .15s;
}
.ghost:hover { background: rgba(255, 255, 255, .12); color: #fff; border-color: rgba(255, 255, 255, .22); }
/* okuma modunda onay kutusu ve uyarı gizlenir */
.tsheet.read-only #terms-hint, .tsheet.read-only #terms-accept { display: none; }
.tsheet:not(.read-only) #terms-done { display: none; }

/* ============ responsive ============ */
@media (min-width: 1500px) {
  html { font-size: 18px; }
  .shell, .scene { width: min(1200px, calc(100% - 3rem)); }
}
@media (max-width: 1180px) {
  .mascot img { width: clamp(130px, 15vw, 190px); }
  .bubble { display: none; }
}
@media (max-width: 980px) {
  .sheet { grid-template-columns: 1fr; }
  .sheet-side { display: none; }
}
@media (max-width: 900px) {
  /* mobilde arka plan tamamen sabit: animasyon yok, boyut oynamıyor */
  .mesh, .orb, .wm, .halo { animation: none !important; }
  .mesh { inset: -10%; }
}
@media (max-width: 860px) {
  .mascot { display: none; }
  .stage { min-height: 0; padding: 1.6rem 0 2.6rem; }
}
@media (max-width: 760px) {
  .brand img { height: 34px; }
  .chip-wx span { display: none; }
  .figures { gap: 1rem; transform: none; }
  .fig-meta { gap: 1.2rem 0; }
  .fig-meta .fig { flex: 1 1 45%; }
  .fig-sep { display: none; }
  .panel { padding: 1.4rem 1.2rem 1.25rem; border-radius: 20px; transform: none !important; }
  .cta, .panel-note { transform: none; }
  .cta:hover { transform: translateY(-2px); }
  .badges { gap: .55rem 1.2rem; font-size: .82rem; }
  .lookup-form { flex-wrap: wrap; }
  .lookup-form > i { top: 19px; }
  .lookup-form input { padding-right: 2.6rem; height: 54px; }
  .lookup-form button { position: static; width: 100%; height: 50px; margin-top: .6rem; }
  .foot-in { flex-direction: column; justify-content: center; text-align: center; gap: .8rem; }
  .foot-legal { justify-content: center; }
  .tsheet { height: calc(100svh - 1.6rem); border-radius: 20px; }
  .tsheet-top { padding: 1.2rem 3.4rem .95rem 1.2rem; }
  .tsheet-body { padding: 1.2rem 1.2rem 1.6rem; font-size: .89rem; }
  .tsheet-foot { padding: .95rem 1.2rem 1.1rem; }
  .sheet-main { padding: 1.7rem 1.25rem 1.35rem; }
}
@media (max-width: 560px) {
  html { font-size: 16px; }
  .overlay { padding: .6rem; }
  .sheet { border-radius: 20px; max-height: calc(100svh - 1.2rem); }
  .sheet-main { max-height: calc(100svh - 1.2rem); }
  .nav { padding: .9rem 0; }
  .nav-right { gap: .35rem; }
  .chip { height: 34px; padding: 0 .7rem; font-size: .76rem; }
  .lang button { height: 28px; padding: 0 .6rem; }
  .eyebrow { padding: .5rem 1.1rem .5rem .8rem; letter-spacing: .06em; gap: .55rem; }
  .faq { padding: 2.4rem 0 .5rem; }
  .lookup { padding: 1.8rem 0 2.4rem; }
  .lookup-in { padding: 1.3rem 1.1rem; border-radius: 18px; }
}
@media (max-width: 430px) {
  .pair { grid-template-columns: 1fr; }
  .fig { flex: 1 1 100%; }
  .chip-live span, .chip-nego span { display: none; }
  .terms-open { flex-wrap: wrap; }
  .terms-open em { margin-left: 0; }
}
/* kısa ekranlar (yatay telefon / küçük dizüstü) */
@media (max-height: 720px) and (min-width: 861px) {
  .stage { min-height: 0; padding: 1.6rem 0 2.4rem; }
  .sub { margin-bottom: 1.6rem; }
}

@media (prefers-reduced-motion: reduce) {
  .mesh, .orb, .wm, .cta::after, .halo, .pulse, #view-ok .done, .domain .dt,
  .mascot img, .bubble, .spin-icon, .side-hero, .tsheet-hint i {
    animation: none !important;
  }
  .rise { animation-duration: .01s; }
  html { scroll-behavior: auto; }
}
