/* ============================================================
   RADAR PRO — Landing Page
   Palet: lacivert #0B1B33 · yeşil #2EE6A8 · turuncu #FF7A1A · krem #F7F6F1
   ============================================================ */

:root {
  --navy: #0B1B33;
  --navy-2: #132A4A;
  --green: #2EE6A8;
  --green-dark: #17b47e;
  --orange: #FF7A1A;
  --orange-dark: #e56404;
  --cream: #F7F6F1;
  --white: #ffffff;
  --ink: #0B1B33;
  --ink-soft: rgba(11, 27, 51, 0.68);
  --radius: 18px;
  --shadow: 0 10px 30px rgba(11, 27, 51, 0.10);
  --shadow-lg: 0 24px 60px rgba(11, 27, 51, 0.18);
  --font-display: "Sora", "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Emoji glyph fallback (prevents tofu on Linux/older Android) */
.term-deal-route,
.deal-card,
.hero-trust,
.price-guarantee,
.term-ico,
.guarantee-icon {
  font-family: var(--font-body), "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla", sans-serif;
}

img { max-width: 100%; display: block; }

.container { width: min(1140px, 92%); margin: 0 auto; }

h1, h2, h3 { font-family: var(--font-display); line-height: 1.14; letter-spacing: -0.025em; font-weight: 800; }

h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head p { margin-top: 14px; color: var(--ink-soft); font-size: 1.08rem; }
.section-head-light h2, .section-head-light p { color: var(--white); }
.section-head-light p { opacity: 0.85; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-orange {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 8px 22px rgba(255, 122, 26, 0.38);
}
.btn-orange:hover { background: var(--orange-dark); box-shadow: 0 12px 28px rgba(255, 122, 26, 0.45); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 2px rgba(11, 27, 51, 0.18);
}
.btn-ghost:hover { box-shadow: inset 0 0 0 2px var(--ink); }

.btn-sm { padding: 10px 22px; font-size: 0.92rem; }
.btn-lg { padding: 16px 34px; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* ---------- Duyuru barı ---------- */
.announce {
  background: #062b1f;
  text-align: center;
  padding: 9px 0;
}
.announce p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.84rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.announce strong { color: var(--green); }
.announce em { color: #062b1f; font-style: normal; font-weight: 900; }
.announce .announce-deal {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #2EE6A8;
  color: #062b1f;
  padding: 2px 4px 2px 8px;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(46,230,168,0.35), 0 4px 12px rgba(46,230,168,0.25);
}
.announce .announce-deal s {
  color: rgba(6,43,31,0.55);
  font-weight: 700;
  text-decoration-thickness: 1.5px;
}
.announce .announce-badge {
  display: inline-flex;
  align-items: center;
  background: #062b1f;
  color: #2EE6A8;
  font-weight: 900;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  padding: 3px 8px;
  border-radius: 999px;
  animation: pulseBadge 2s ease-in-out infinite;
}
.announce .announce-tail { opacity: 0.7; }
.announce .announce-sep { opacity: 0.5; }
.announce .announce-refund { color: rgba(255,255,255,0.72); font-weight: 600; }
@keyframes pulseBadge {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
@media (max-width: 560px) {
  .announce { padding: 8px 0; }
  .announce p {
    font-size: 0.72rem;
    gap: 6px 8px;
    flex-wrap: wrap;
    white-space: normal;
    line-height: 1.35;
    padding: 0 12px;
  }
  .announce .announce-text { display: inline; }
  .announce .announce-badge {
    font-size: 0.62rem;
    padding: 2px 7px;
    letter-spacing: 0.04em;
  }
  .announce .announce-sep { opacity: 0.4; }
  .announce .announce-refund { font-size: 0.68rem; }
}

/* ---------- Navbar ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 246, 241, 0.96);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  transition: box-shadow 0.2s ease;
}
.nav.scrolled { box-shadow: 0 2px 20px rgba(11, 27, 51, 0.10); }

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-icon { width: 40px; height: 40px; border-radius: 10px; }
.brand-text {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.brand-text-light { color: var(--white); }
.pro-chip {
  background: var(--green);
  color: var(--navy);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  border-radius: 999px;
}

.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
}
.nav-links a:not(.btn):hover { color: var(--orange); }

.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-burger span { width: 24px; height: 3px; background: var(--ink); border-radius: 2px; transition: 0.2s; }

/* Login link */
.nav-login-link {
  color: var(--ink) !important;
  border: 1.5px solid rgba(11, 27, 51, 0.18);
  padding: 8px 16px;
  border-radius: 999px;
  transition: border-color 0.15s, color 0.15s;
}
.nav-login-link:hover { border-color: var(--orange); color: var(--orange) !important; }
.nav-login-mobile {
  display: none;
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 7px 14px;
  border: 1.5px solid rgba(11, 27, 51, 0.2);
  border-radius: 999px;
  margin-left: auto;
  margin-right: 8px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 72px 0 96px;
  overflow: hidden;
}

.radar-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radar-rings {
  position: absolute;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 24%, rgba(46, 230, 168, 0.14) 24.5%, transparent 25.5%),
    radial-gradient(circle, transparent 44%, rgba(46, 230, 168, 0.12) 44.5%, transparent 45.5%),
    radial-gradient(circle, transparent 64%, rgba(46, 230, 168, 0.10) 64.5%, transparent 65.5%);
}
.radar-sweep {
  position: absolute;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(46, 230, 168, 0.16), transparent 70deg, transparent 360deg);
  animation: sweep 7s linear infinite;
}
@keyframes sweep { to { transform: rotate(360deg); } }

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--navy);
  color: var(--green);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.badge-dot {
  width: 8px; height: 8px;
  background: var(--green);
  border-radius: 50%;
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse { 50% { opacity: 0.3; } }

.hero h1 {
  font-size: clamp(2.4rem, 5.2vw, 3.9rem);
  font-weight: 700;
}
.hero h1 em {
  font-style: normal;
  color: var(--orange);
  position: relative;
  white-space: nowrap;
}
.hero h1 em::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 4px;
  height: 10px;
  background: rgba(255, 122, 26, 0.22);
  border-radius: 6px;
  z-index: -1;
}

.hero-sub {
  margin-top: 20px;
  font-size: 1.13rem;
  color: var(--ink-soft);
  max-width: 520px;
}

.hero-cta { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

.hero-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  font-size: 0.95rem;
  color: var(--ink-soft);
  flex-wrap: wrap;
}
.hero-proof strong { color: var(--ink); }
.hero-stats { display: inline-flex; align-items: baseline; gap: 8px; }
.stars { color: var(--orange); letter-spacing: 2px; font-size: 1rem; }
.dot-sep { opacity: 0.4; }

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(46, 230, 168, 0.16);
  color: var(--green-dark);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  padding: 6px 14px;
  border-radius: 999px;
}

.hero-trust {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 12px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--ink-soft);
}
.hero-trust span,
.price-guarantee {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.hero-trust svg,
.price-guarantee svg {
  width: 16px;
  height: 16px;
  color: var(--green);
  flex-shrink: 0;
}

/* Hero görseli */
.hero-visual { position: relative; display: flex; justify-content: center; }

.phone {
  width: 320px;
  background: var(--navy);
  border-radius: 48px;
  padding: 10px;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(11,27,51,0.4);
  position: relative;
  z-index: 2;
}
.phone-island {
  position: absolute;
  top: 20px; left: 50%;
  transform: translateX(-50%);
  width: 96px; height: 26px;
  background: #000;
  border-radius: 999px;
  z-index: 3;
}
.phone-home {
  position: absolute;
  bottom: 8px; left: 50%;
  transform: translateX(-50%);
  width: 108px; height: 4px;
  background: rgba(255,255,255,0.35);
  border-radius: 999px;
  z-index: 3;
}
.phone-sm { width: 290px; }
.phone-screen {
  background: var(--white);
  border-radius: 29px;
  padding: 16px 14px 22px;
  min-height: 430px;
}
.phone-sm .phone-screen { min-height: 400px; }

/* Radar Pro Terminal ekranı (üründeki widget'ın aynısı) */
.phone-screen-dark {
  background: linear-gradient(160deg, #10233f 0%, var(--navy) 60%);
  border: 1px solid rgba(46, 230, 168, 0.18);
}
.term-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 6px 4px 10px;
}
.term-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
}
.term-logo svg { width: 22px; height: 22px; }
.term-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(46, 230, 168, 0.15);
  border: 1px solid rgba(46, 230, 168, 0.35);
  color: var(--green);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 4px 9px;
  border-radius: 999px;
  white-space: nowrap;
}
.term-status {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 0.64rem;
  color: rgba(255, 255, 255, 0.55);
  padding: 0 4px 12px;
}
.term-label {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--green);
  padding: 0 4px 8px;
}
.term-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(46, 230, 168, 0.14);
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 8px;
}
.term-ico {
  width: 30px; height: 30px;
  flex-shrink: 0;
  border-radius: 9px;
  background: rgba(46, 230, 168, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}
.term-row strong { color: var(--white); font-size: 1.05rem; font-weight: 800; min-width: 22px; text-align: right; }
.term-name { flex: 1; color: rgba(255, 255, 255, 0.85); font-size: 0.78rem; font-weight: 600; }
.term-go { color: var(--green); font-size: 0.72rem; font-weight: 800; white-space: nowrap; }

.term-deal {
  background: var(--white);
  border-radius: 14px;
  padding: 12px 14px;
  margin-top: 12px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
}
.term-deal-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.deal-badge-mini {
  background: var(--green);
  color: var(--navy);
  font-size: 0.64rem;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 999px;
}
.term-deal-tag { font-size: 0.64rem; font-weight: 700; color: var(--ink-soft); white-space: nowrap; }
.term-deal-route { font-weight: 800; font-size: 0.94rem; }
.term-deal-prices { display: flex; align-items: baseline; gap: 8px; margin-top: 2px; }
.term-deal-prices .old { color: var(--ink-soft); text-decoration: line-through; font-size: 0.8rem; }
.term-deal-prices .new { color: var(--orange-dark); font-weight: 800; font-size: 1.25rem; }
.term-deal-date { font-size: 0.68rem; color: var(--ink-soft); margin-top: 3px; }

.phone-light {
  background: linear-gradient(180deg, #ffffff 0%, #e9edf2 100%);
  border: 1px solid rgba(11, 27, 51, 0.12);
  box-shadow: 0 22px 54px rgba(11, 27, 51, 0.16);
}

/* ============ YAKALA SCREEN (açık telefon içeriği) ============ */
.yakala-screen {
  padding: 44px 16px 22px;
  min-height: 640px;
  position: relative;
}
.yakala-screen-light {
  background: linear-gradient(180deg, #fffdf8 0%, #f4f0e8 100%);
  border: 1px solid rgba(11, 27, 51, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78);
}
.yakala-head { padding: 4px 4px 14px; text-align: left; }
.yakala-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  color: #0B7A56; font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.62rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase;
  margin-bottom: 12px;
  background: rgba(46,230,168,0.14);
  border: 1px solid rgba(46,230,168,0.32);
  padding: 4px 10px; border-radius: 999px;
}
.yakala-title {
  color: var(--navy); font-weight: 800; font-size: 1.42rem;
  line-height: 1.14; letter-spacing: -0.01em; margin: 0;
}
.yakala-title em { font-style: normal; color: #0B7A56; }
.yakala-sub {
  display: block; margin-top: 10px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(11,27,51,0.48);
}
.yakala-flights { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.yakala-flight {
  position: relative; overflow: visible;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  background: #fff;
  border: 1px solid rgba(11,27,51,0.07);
  border-radius: 16px; padding: 16px 14px 12px;
  box-shadow: 0 4px 14px rgba(11, 27, 51, 0.05);
}
.yf-left { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.yf-pill {
  position: absolute; top: -9px; left: -6px;
  display: inline-flex; align-items: center; line-height: 1;
  background: #2EE6A8; color: #0B1B33;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 800; font-size: 0.72rem; letter-spacing: 0.01em;
  padding: 6px 11px; border-radius: 999px;
  box-shadow: 0 4px 10px -3px rgba(46,230,168,0.55), 0 1px 2px rgba(11,27,51,0.15);
  z-index: 2;
}
.yf-left b {
  color: var(--navy); font-weight: 800; font-size: 1rem; line-height: 1;
}
.yf-left small {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.56rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(11,27,51,0.44);
}
.yf-flag { font-size: 1rem; margin-left: 3px; }
.yf-price {
  display: flex; flex-direction: column; align-items: flex-end; gap: 3px; flex-shrink: 0;
}
.yf-price s {
  color: rgba(11,27,51,0.32);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem; line-height: 1;
}
.yf-price em {
  font-style: normal; color: #EF8239;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-weight: 800; font-size: 1.28rem; line-height: 1;
}
.yakala-ayrac { display: flex; align-items: center; gap: 10px; margin: 18px 4px 10px; }
.yakala-ayrac span { flex: 1; height: 1px; background: rgba(11,27,51,0.09); }
.yakala-ayrac i {
  font-style: normal; font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.6rem; letter-spacing: 0.22em; color: rgba(11,27,51,0.48);
  text-transform: uppercase;
}
.yakala-brands { display: flex; flex-direction: column; gap: 7px; }
.yakala-brand {
  display: flex; align-items: center; gap: 11px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(11,27,51,0.06);
  border-radius: 14px; padding: 9px 12px;
  box-shadow: 0 2px 8px rgba(11,27,51,0.03);
}
.yb-logo {
  width: 40px; height: 40px; flex-shrink: 0; border-radius: 10px;
  background: #fff; border: 1px solid rgba(11,27,51,0.08);
  display: grid; place-items: center; overflow: hidden;
}
.yb-logo img { width: 78%; height: 78%; object-fit: contain; }
.yb-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.yb-kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.5rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(11,27,51,0.5); line-height: 1;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.yb-body b {
  color: var(--navy); font-weight: 700; font-size: 0.8rem; line-height: 1.15;
}
.yb-pill {
  flex-shrink: 0;
  background: rgba(46,230,168,0.22); color: #0B7A56;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-weight: 800; font-size: 0.62rem; letter-spacing: 0.06em;
  padding: 5px 9px; border-radius: 999px;
}
.yakala-alt {
  text-align: center; margin: 14px 0 0;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(11,27,51,0.46);
}

/* Mini radar (telefon sol üst köşe) */
.yakala-mini-radar {
  position: absolute;
  top: 46px; right: 16px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(46,230,168,0.22) 0%, rgba(46,230,168,0.05) 55%, rgba(46,230,168,0) 75%);
  border: 1px solid rgba(46,230,168,0.4);
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(11,27,51,0.08);
}
.ymr-ring, .ymr-ring-2 {
  position: absolute; inset: 8px;
  border-radius: 50%;
  border: 1px solid rgba(46,230,168,0.35);
}
.ymr-ring-2 { inset: 15px; border-color: rgba(46,230,168,0.28); }
.ymr-core {
  position: absolute; top: 50%; left: 50%;
  width: 4px; height: 4px; border-radius: 50%;
  background: #2EE6A8;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 6px rgba(46,230,168,0.9);
}
.ymr-blip {
  position: absolute; top: 50%; left: 50%;
  width: 4px; height: 4px; border-radius: 50%;
  background: rgba(46,230,168,0.6);
  transform: translate(-50%, -50%);
  animation: ymr-ping 2s ease-out infinite;
}
.ymr-sweep {
  position: absolute; inset: 0;
  background: conic-gradient(from 0deg, rgba(46,230,168,0) 0deg, rgba(46,230,168,0) 300deg, rgba(46,230,168,0.55) 355deg, rgba(46,230,168,0) 360deg);
  border-radius: 50%;
  animation: ymr-rot 2.6s linear infinite;
}
@keyframes ymr-rot { to { transform: rotate(360deg); } }
@keyframes ymr-ping {
  0% { opacity: 0.8; width: 4px; height: 4px; }
  100% { opacity: 0; width: 40px; height: 40px; }
}

.phone-status {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--ink-soft);
  padding: 0 6px 10px;
}

.phone-app-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px 14px;
}
.phone-app-logo { font-weight: 800; letter-spacing: 0.05em; font-size: 0.95rem; }
.phone-app-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--green-dark);
  background: rgba(46, 230, 168, 0.14);
  padding: 4px 10px;
  border-radius: 999px;
}
.live-dot { width: 7px; height: 7px; background: var(--green); border-radius: 50%; animation: pulse 1.6s infinite; }

.notif {
  background: var(--cream);
  border: 1px solid rgba(11, 27, 51, 0.07);
  border-radius: 16px;
  padding: 12px 14px;
  margin-bottom: 10px;
}
.notif-hot {
  background: #fff4ea;
  border-color: rgba(255, 122, 26, 0.35);
  box-shadow: 0 6px 18px rgba(255, 122, 26, 0.15);
}
.notif-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; }
.notif-tag {
  background: var(--orange);
  color: var(--white);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 999px;
}
.notif-tag-green { background: var(--green); color: var(--navy); }
.notif-time { font-size: 0.7rem; color: var(--ink-soft); }
.notif-title { font-weight: 700; font-size: 0.92rem; }
.notif-body { font-size: 0.8rem; color: var(--ink-soft); line-height: 1.45; }
.notif-body strong { color: var(--ink); }

.float-card {
  position: absolute;
  width: 168px;
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  z-index: 3;
  animation: floaty 5s ease-in-out infinite;
}
.float-card img { height: 88px; width: 100%; object-fit: cover; background: linear-gradient(135deg, var(--navy-2), var(--navy)); }
.float-card-body { padding: 10px 12px; display: flex; flex-direction: column; }
.float-card-body strong { font-size: 0.9rem; }
.float-card-body span { font-size: 0.76rem; color: var(--green-dark); font-weight: 700; }
.float-card-1 { top: 8%; left: -12%; }
.float-card-2 { bottom: 6%; right: -10%; animation-delay: 2.5s; }

.float-chip {
  position: absolute;
  top: 52%;
  right: -14%;
  background: var(--navy);
  color: var(--white);
  font-size: 0.78rem;
  padding: 10px 16px;
  border-radius: 999px;
  box-shadow: var(--shadow-lg);
  z-index: 3;
  animation: floaty 6s ease-in-out infinite 1.2s;
}
.float-chip strong { color: var(--green); }

@keyframes floaty { 50% { transform: translateY(-12px); } }

/* ---------- İstatistikler ---------- */
.stats { background: var(--navy); padding: 52px 0; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  font-weight: 700;
  color: var(--green);
  display: block;
}
.stat-small { font-size: 1.2rem; color: rgba(255, 255, 255, 0.5); }
.stat-label { color: rgba(255, 255, 255, 0.72); font-size: 0.92rem; }

/* ---------- Fırsat kartları ---------- */
.deals { padding: 96px 0 72px; }

.marquee { overflow: hidden; padding: 10px 0 26px; }
.marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marquee 45s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

.deal-card {
  width: 262px;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  flex-shrink: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.deal-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.deal-img {
  position: relative;
  height: 150px;
  background: linear-gradient(135deg, var(--navy-2), var(--navy));
}
.deal-img img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
.deal-img .deal-emoji {
  display: none;
}
.deal-prices .deal-badge {
  background: #2EE6A8;
  color: var(--navy);
  font-weight: 800;
  font-size: 0.72rem;
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1;
  align-self: center;
  box-shadow: 0 2px 6px -2px rgba(46,230,168,.5);
  white-space: nowrap;
}
.deal-prices { flex-wrap: wrap; }
.deal-caught {
  position: absolute;
  top: 12px; left: 12px;
  z-index: 2;
  background: rgba(11, 27, 51, 0.85);
  color: var(--white);
  font-weight: 700;
  font-size: 0.68rem;
  padding: 5px 10px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}
.deal-body { padding: 16px; }
.deal-route { font-weight: 700; font-size: 1.02rem; }
.deal-prices { display: flex; align-items: baseline; gap: 10px; margin-top: 6px; }
.deal-old { color: var(--ink-soft); text-decoration: line-through; font-size: 0.88rem; }
.deal-new { color: var(--orange-dark); font-weight: 800; font-size: 1.25rem; }
.deal-meta { font-size: 0.78rem; color: var(--ink-soft); margin-top: 4px; }
.deal-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.deal-time {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ink-soft);
  background: var(--cream);
  padding: 4px 10px;
  border-radius: 999px;
}
.deal-link {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--orange);
  text-decoration: none;
}
.deal-link:hover { color: var(--orange-dark); }

.deals-note { text-align: center; color: var(--ink-soft); font-size: 0.9rem; }

/* ---------- Nasıl Çalışır ---------- */
.how { padding: 88px 0; background: var(--white); }

.how-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 48px 0;
}
.how-row-flip .how-text { order: 2; }
.how-row-flip .how-visual { order: 1; }
.how-visual { display: flex; justify-content: center; }

.step-badge {
  display: inline-block;
  background: rgba(46, 230, 168, 0.16);
  color: var(--green-dark);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.how-text h3 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin-bottom: 14px; }
.how-text > p { color: var(--ink-soft); font-size: 1.05rem; }

.check-list { list-style: none; margin-top: 18px; }
.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--navy);
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px; height: 21px;
  background: var(--green);
  color: var(--navy);
  font-weight: 800;
  font-size: 0.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Telefon mockup içerikleri */
.mock-select {
  background: var(--cream);
  border: 1px solid rgba(11, 27, 51, 0.1);
  border-radius: 14px;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
}
.mock-select-label { font-size: 0.7rem; font-weight: 700; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.04em; }
.mock-select-value { font-weight: 700; font-size: 0.95rem; }

.chip-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  background: var(--cream);
  border: 1px solid rgba(11, 27, 51, 0.12);
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 0.8rem;
  font-weight: 600;
}
.chip-on {
  background: var(--navy);
  color: var(--green);
  border-color: var(--navy);
}
.chip-any {
  background: rgba(255, 122, 26, 0.12);
  color: var(--orange-dark);
  border-color: rgba(255, 122, 26, 0.4);
}

.graph-card {
  background: var(--cream);
  border: 1px solid rgba(11, 27, 51, 0.08);
  border-radius: 16px;
  padding: 14px;
  margin-bottom: 12px;
}
.graph-title { font-weight: 700; font-size: 0.88rem; margin-bottom: 8px; }
.graph-title span { color: var(--ink-soft); font-weight: 500; font-size: 0.75rem; }
.graph { width: 100%; height: auto; }
.graph-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 6px; }
.graph-price { font-weight: 800; font-size: 1.15rem; color: var(--green-dark); }
.graph-tag {
  background: var(--green);
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--cream);
  border-radius: 12px;
  padding: 8px 12px;
  margin-bottom: 12px;
}
.browser-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(11, 27, 51, 0.18); }
.browser-url { margin-left: 8px; font-size: 0.78rem; font-weight: 600; color: var(--ink-soft); }

.booking-card {
  border: 1px solid rgba(11, 27, 51, 0.1);
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--shadow);
}
.booking-route { display: flex; justify-content: space-between; align-items: center; }
.booking-route strong { font-size: 1.3rem; display: block; }
.booking-route span { font-size: 0.75rem; color: var(--ink-soft); }
.booking-arrow { color: var(--green-dark); font-size: 1.1rem; }
.booking-meta { font-size: 0.75rem; color: var(--ink-soft); margin: 10px 0; }
.booking-price { font-weight: 800; font-size: 1.5rem; color: var(--ink); margin-bottom: 10px; }
.booking-btn {
  background: var(--orange);
  color: var(--white);
  text-align: center;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 11px;
  border-radius: 999px;
}
.booking-note {
  text-align: center;
  margin-top: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--green-dark);
}

/* ---------- Karşılaştırma ---------- */
.compare { padding: 8px 0 96px; background: var(--white); }
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 940px;
  margin: 0 auto;
}
.compare-card {
  border-radius: 22px;
  padding: 32px 30px;
  position: relative;
}
.compare-card h3 { font-size: 1.3rem; margin-bottom: 18px; }
.compare-card ul { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.compare-card li { position: relative; padding-left: 30px; font-size: 0.96rem; }
.compare-card li { font-weight: 700; }
.compare-plain li { color: rgba(11,27,51,.78); }
.compare-plain {
  background: var(--cream);
  border: 1px solid rgba(11, 27, 51, 0.08);
}
.compare-plain li::before {
  content: "✕";
  position: absolute;
  left: 0; top: 1px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(11, 27, 51, 0.08);
  color: rgba(11, 27, 51, 0.45);
  font-size: 0.7rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-radar {
  background: var(--navy);
  color: var(--white);
  border: 2px solid var(--green);
  box-shadow: var(--shadow-lg);
}
.compare-radar li { color: rgba(255, 255, 255, 0.88); }
.compare-radar li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 1px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--green);
  color: var(--navy);
  font-size: 0.7rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-badge {
  position: absolute;
  top: -14px;
  left: 30px;
  background: var(--green);
  color: var(--navy);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: 999px;
}

/* ---------- Yorumlar ---------- */
.testimonials {
  background: var(--navy);
  padding: 96px 0;
  color: var(--white);
}

.testi-wrap { position: relative; }

.testi-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 6px 4px 18px;
  scrollbar-width: none;
}
.testi-scroll::-webkit-scrollbar { display: none; }

.testi-card {
  flex: 0 0 340px;
  scroll-snap-align: start;
  background: var(--navy-2);
  border: 1px solid rgba(46, 230, 168, 0.15);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.testi-head { display: flex; align-items: center; gap: 12px; }
.avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--av, var(--green));
  color: var(--navy);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.testi-head strong { display: block; }
.testi-route { font-size: 0.8rem; color: var(--green); font-weight: 600; }
.testi-date {
  margin-left: auto;
  align-self: flex-start;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
.testi-card p { font-size: 0.95rem; color: rgba(255, 255, 255, 0.85); flex: 1; }
.testi-save {
  align-self: flex-start;
  background: rgba(46, 230, 168, 0.14);
  color: var(--green);
  font-weight: 800;
  font-size: 0.85rem;
  padding: 6px 14px;
  border-radius: 999px;
}

.testi-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: none;
  background: var(--green);
  color: var(--navy);
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--shadow-lg);
  transition: transform 0.15s ease;
  line-height: 1;
}
.testi-arrow:hover { transform: translateY(-50%) scale(1.08); }
.testi-prev { left: -14px; }
.testi-next { right: -14px; }

/* ---------- Fiyat ---------- */
.pricing { padding: 96px 0; }

.price-card {
  max-width: 460px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 26px;
  padding: 40px 36px;
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--green);
  position: relative;
  text-align: center;
}
.price-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--navy);
  color: var(--green);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  padding: 8px 20px;
  border-radius: 999px;
}
.price-save {
  position: absolute;
  top: 22px; right: 24px;
  background: rgba(255, 122, 26, 0.14);
  color: var(--orange-dark);
  font-weight: 800;
  font-size: 0.8rem;
  padding: 5px 12px;
  border-radius: 999px;
}
.price-head-row { margin-top: 14px; }
.price-head-row h3 { font-size: 1.6rem; text-align: left; }
.price-desc { text-align: left; color: var(--ink-soft); font-size: 0.95rem; margin: 8px 0 6px; }
.price-note { text-align: left; }
.price-note s { opacity: 0.65; margin-right: 6px; }
.price-note strong { color: var(--ink); }
.price-dipnot { text-align: left; color: var(--ink-soft); font-size: 0.8rem; margin: -14px 0 20px; }
.price-line { display: flex; justify-content: flex-start; align-items: baseline; gap: 6px; margin-top: 12px; }
.price-amount {
  font-family: var(--font-display);
  font-size: 3.4rem;
  font-weight: 700;
}
.price-period { color: var(--ink-soft); font-weight: 600; }
.price-note { color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 18px; }
.value-line {
  background: rgba(46, 230, 168, 0.12);
  border: 1px dashed var(--green-dark);
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 0.9rem;
  text-align: left;
  margin-bottom: 24px;
}
.value-line strong { color: var(--green-dark); }
.price-list { text-align: left; margin: 0 0 28px; }
.price-guarantee { margin-top: 16px; font-size: 0.85rem; color: var(--ink-soft); }

.guarantee-box {
  max-width: 460px;
  margin: 22px auto 0;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--white);
  border: 1px solid rgba(46, 230, 168, 0.45);
  border-radius: 18px;
  padding: 18px 22px;
  box-shadow: var(--shadow);
}
.guarantee-icon { font-size: 1.7rem; line-height: 1.2; }
.guarantee-box strong { font-size: 0.98rem; }
.guarantee-box p { color: var(--ink-soft); font-size: 0.88rem; margin-top: 3px; }

/* ---------- SSS ---------- */
.faq { padding: 40px 0 96px; }
.faq-list { max-width: 760px; }

.faq-item {
  background: var(--white);
  border-radius: 16px;
  margin-bottom: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 1.02rem;
  padding: 20px 24px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease;
}
.faq-item[open] .faq-icon { transform: rotate(45deg); background: var(--green); color: var(--navy); }
.faq-item p { padding: 0 24px 22px; color: var(--ink-soft); }

/* ---------- Kapanış CTA ---------- */
.final-cta {
  position: relative;
  background: var(--navy);
  padding: 110px 0;
  overflow: hidden;
  text-align: center;
  color: var(--white);
}
.radar-bg-cta { opacity: 0.6; }
.final-inner { position: relative; }
.final-cta h2 { font-size: clamp(2.1rem, 4.5vw, 3.2rem); }
.final-cta p { margin: 16px auto 30px; max-width: 480px; color: rgba(255, 255, 255, 0.8); font-size: 1.08rem; }
.final-note { display: block; margin-top: 16px; font-size: 0.85rem; color: var(--green); font-weight: 600; }

/* ---------- Footer ---------- */
.footer { background: #081426; color: rgba(255, 255, 255, 0.75); padding: 64px 0 32px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-brand p { margin-top: 16px; font-size: 0.92rem; max-width: 280px; }
.footer-col h4 { color: var(--white); font-family: var(--font-body); font-size: 0.95rem; margin-bottom: 14px; }
.footer-col a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.92rem;
  margin-bottom: 10px;
}
.footer-col a:hover { color: var(--green); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 24px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}

/* ---------- Mobil yapışkan CTA ---------- */
.sticky-cta { display: none; }

/* ============================================================
   FUNNEL: e-posta modal + önizleme + plan sayfaları
   ============================================================ */

/* ---------- E-posta modal ---------- */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(11, 27, 51, 0.65);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay[hidden] { display: none; }
.modal {
  position: relative;
  width: min(520px, 100%);
  max-height: 92vh;
  overflow-y: auto;
  background: var(--cream);
  border-radius: 24px;
  padding: 36px 32px 28px;
  box-shadow: var(--shadow-lg);
}
.modal h3 { font-size: 1.55rem; padding-right: 30px; }
.modal-sub { color: var(--ink-soft); margin-top: 10px; font-size: 0.95rem; }
.modal-close {
  position: absolute;
  top: 16px; right: 16px;
  width: 36px; height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(11, 27, 51, 0.07);
  color: var(--ink);
  font-size: 1.3rem;
  cursor: pointer;
  line-height: 1;
}
.modal-close:hover { background: rgba(11, 27, 51, 0.14); }
.modal-label {
  display: block;
  font-weight: 700;
  font-size: 0.92rem;
  margin: 22px 0 8px;
}
.modal-input {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 2px solid rgba(11, 27, 51, 0.12);
  border-radius: 14px;
  padding: 13px 16px;
}
.modal-input:focus-within { border-color: var(--green); }
.modal-input span { color: var(--ink-soft); }
.modal-input input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
}
.modal-input input.input-error { color: var(--orange-dark); }
.modal-input:has(.input-error) { border-color: var(--orange); }
.modal-proof {
  text-align: center;
  font-size: 0.88rem;
  color: var(--ink-soft);
  margin: 14px 0;
}
.modal-proof strong { color: var(--green-dark); }
.modal-quote {
  margin-top: 20px;
  background: var(--white);
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
}
.modal-quote p { font-size: 0.88rem; color: var(--ink-soft); margin: 6px 0; }
.modal-quote-name { font-size: 0.78rem; font-weight: 700; }

/* ---------- Önizleme sayfası ---------- */
.pv-body { padding-bottom: 110px; }

.pv-intro { padding: 34px 0 10px; }
.pv-intro-card {
  background: var(--white);
  border-radius: 26px;
  padding: 52px 8% 56px;
  text-align: center;
  box-shadow: var(--shadow);
}
.pv-intro-card h1 { font-size: clamp(1.9rem, 4.4vw, 3rem); margin: 18px 0 14px; }
.pv-intro-card p { color: var(--ink-soft); max-width: 560px; margin: 0 auto 26px; font-size: 1.05rem; }
.pv-intro-card p strong { color: var(--ink); }

.pv-best, .pv-cheap { padding: 44px 0 8px; }
.pv-best h2, .pv-cheap h2, .plan-how h2, .plan-testi h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.pv-sub { color: var(--ink-soft); margin: 8px 0 24px; }

.pv-big-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.pv-big-card {
  position: relative;
  height: 240px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy-2), var(--navy));
  box-shadow: var(--shadow);
}
.pv-big-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pv-big-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,27,51,0.25) 0%, rgba(11,27,51,0.05) 40%, rgba(11,27,51,0.78) 100%);
}
.pv-big-top {
  position: absolute;
  top: 14px; left: 14px; right: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pv-big-top .deal-badge, .pv-big-top .deal-caught { position: static; }
.pv-big-bottom {
  position: absolute;
  left: 16px; right: 16px; bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  color: var(--white);
}
.pv-big-route { font-weight: 800; font-size: 1.12rem; font-family: var(--font-display); }
.pv-big-date { font-size: 0.78rem; opacity: 0.85; margin-top: 2px; }
.pv-big-prices { text-align: right; white-space: nowrap; }
.pv-big-prices s { opacity: 0.65; font-size: 0.85rem; margin-right: 8px; }
.pv-big-prices strong { font-size: 1.6rem; font-weight: 800; font-family: var(--font-display); }

.pv-rows { display: flex; flex-direction: column; gap: 12px; }
.pv-row {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--white);
  border-radius: 16px;
  padding: 12px 16px 12px 12px;
  box-shadow: var(--shadow);
}
.pv-row img {
  width: 74px; height: 74px;
  border-radius: 12px;
  object-fit: cover;
  background: linear-gradient(135deg, var(--navy-2), var(--navy));
  flex-shrink: 0;
}
.pv-row-mid { flex: 1; display: flex; flex-direction: column; gap: 3px; }
.pv-row-mid strong { font-size: 1rem; }
.pv-row-mid span { font-size: 0.78rem; color: var(--ink-soft); }
.pv-row-right { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.pv-drop {
  background: rgba(255, 122, 26, 0.14);
  color: var(--orange-dark);
  font-weight: 800;
  font-size: 0.78rem;
  padding: 3px 10px;
  border-radius: 999px;
}
.pv-row-prices s { color: var(--ink-soft); font-size: 0.82rem; margin-right: 6px; }
.pv-row-prices strong { color: var(--orange-dark); font-size: 1.25rem; font-weight: 800; }

/* Üyelikle neler açılır + nasıl çalışır (önizleme) */
.pv-unlock, .pv-how { padding: 44px 0 8px; }
.pv-unlock h2, .pv-how h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.pv-how .plan-steps { margin-top: 22px; }
.pv-unlock-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}
.pv-unlock-item {
  background: var(--navy);
  border: 1px solid rgba(46, 230, 168, 0.18);
  border-radius: 16px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.pv-unlock-ico { font-size: 1.3rem; margin-bottom: 6px; }
.pv-unlock-item strong {
  color: var(--green);
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.1;
}
.pv-unlock-item em { font-style: normal; color: rgba(255, 255, 255, 0.82); font-size: 0.85rem; font-weight: 600; }
.pv-unlock-list {
  background: var(--white);
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}
.pv-unlock-list li { margin-bottom: 0; }

.pv-locked-wrap { padding: 44px 0 30px; }
.pv-locked { position: relative; }
.pv-blur img { filter: blur(9px); transform: scale(1.06); }
.pv-blur .pv-big-route { filter: blur(5px); }
.pv-locked-box {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(11, 27, 51, 0.25);
  border-radius: 20px;
}
.pv-locked-inner {
  background: var(--white);
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: var(--shadow-lg);
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.pv-lock { font-size: 2rem; }
.pv-locked-inner strong { font-size: 1.3rem; font-family: var(--font-display); }
.pv-locked-inner p { color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 8px; }

.pv-sticky {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  background: var(--navy);
  padding: 14px 0 calc(14px + env(safe-area-inset-bottom));
  box-shadow: 0 -8px 30px rgba(11, 27, 51, 0.35);
}
.pv-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.pv-sticky-text { color: rgba(255, 255, 255, 0.75); font-size: 0.88rem; }
.pv-sticky-text strong { color: var(--white); display: block; font-size: 0.95rem; }
.pv-sticky .btn { white-space: nowrap; padding: 13px 26px; font-size: 0.95rem; }

.pv-footer {
  padding: 26px 0;
  margin-top: 20px;
}
.pv-footer .container {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.pv-footer a { color: var(--ink-soft); }

/* ---------- Plan sayfası ---------- */
.plan-body { background: var(--cream); }
.plan-back { color: var(--ink-soft); text-decoration: none; font-weight: 600; font-size: 0.9rem; }
.plan-back:hover { color: var(--ink); }

.plan-wrap { padding: 36px 0 30px; }
.plan-wrap h1 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 24px; }

.plan-panel {
  background: rgba(46, 230, 168, 0.10);
  border: 1px solid rgba(46, 230, 168, 0.35);
  border-radius: 22px;
  padding: 30px 34px;
  margin-bottom: 30px;
}
.plan-panel h2 { font-size: 1.6rem; margin-bottom: 8px; }
.plan-panel p { color: var(--ink-soft); font-size: 1.05rem; max-width: 620px; }
.plan-panel em { font-style: normal; color: var(--orange-dark); font-weight: 800; }

.plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
  max-width: 940px;
}
.plan-grid-single { grid-template-columns: 1fr; max-width: 540px; margin: 0 auto; }
.plan-wrap .price-card { margin-top: 30px; }
.plan-note-sub { color: var(--ink-soft); font-size: 0.8rem; margin: -14px 0 20px; }
.plan-faq { padding: 50px 0 20px; }
.plan-faq h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 20px; }
.plan-faq .faq-list { max-width: 760px; }
.plan-card {
  position: relative;
  background: var(--white);
  border-radius: 24px;
  padding: 32px 30px;
  box-shadow: var(--shadow);
}
.plan-card-popular {
  border: 2px solid var(--green);
  box-shadow: var(--shadow-lg);
  padding-top: 46px;
}
.plan-banner {
  position: absolute;
  top: 0; left: 0; right: 0;
  background: var(--green);
  color: var(--navy);
  text-align: center;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  padding: 9px;
  border-radius: 21px 21px 0 0;
}
.plan-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.plan-head h3 { font-size: 1.5rem; }
.save-chip {
  background: rgba(255, 122, 26, 0.14);
  color: var(--orange-dark);
  font-weight: 800;
  font-size: 0.8rem;
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap;
}
.save-chip-soft { background: rgba(11, 27, 51, 0.06); color: var(--ink-soft); }
.plan-desc { color: var(--ink-soft); font-size: 0.95rem; margin: 8px 0 18px; }
.plan-price { display: flex; align-items: baseline; gap: 5px; }
.plan-amount { font-family: var(--font-display); font-size: 2.7rem; font-weight: 800; }
.plan-period { color: var(--ink-soft); font-weight: 600; }
.plan-note { color: var(--ink-soft); font-size: 0.88rem; margin: 4px 0 20px; }
.plan-note s { opacity: 0.7; }
.plan-guarantee {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--green-dark);
  margin: 14px 0 18px;
}
.plan-plus { font-weight: 800; font-size: 0.92rem; margin-bottom: 12px; }

.plan-how { padding: 56px 0 10px; }
.plan-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}
.plan-step {
  background: var(--white);
  border-radius: 20px;
  padding: 26px 24px;
  box-shadow: var(--shadow);
}
.plan-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--green);
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 14px;
}
.plan-step h3 { font-size: 1.12rem; margin-bottom: 8px; }
.plan-step p { color: var(--ink-soft); font-size: 0.92rem; }
.plan-how-cta { text-align: center; margin-top: 30px; }

.plan-testi { padding: 50px 0 30px; }
.plan-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}
.plan-testi-card {
  background: var(--white);
  border-radius: 20px;
  padding: 24px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.plan-testi-card p { color: var(--ink-soft); font-size: 0.92rem; flex: 1; }
.plan-testi-card .testi-save { background: rgba(46, 230, 168, 0.16); color: var(--green-dark); }
.plan-testi-route { font-size: 0.78rem; color: var(--green-dark); font-weight: 700; display: block; }
.plan-testi-date { margin-left: auto; align-self: flex-start; font-size: 0.72rem; color: var(--ink-soft); white-space: nowrap; }

@media (max-width: 860px) {
  .pv-big-grid { grid-template-columns: 1fr; }
  .pv-unlock-grid { grid-template-columns: 1fr 1fr; }
  .pv-unlock-list { grid-template-columns: 1fr; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-steps, .plan-testi-grid { grid-template-columns: 1fr; }
  .pv-sticky-inner { flex-direction: column; align-items: stretch; text-align: center; }
  .pv-body { padding-bottom: 150px; }
  .pv-row img { width: 58px; height: 58px; }
}

/* ---------- Reveal animasyonları ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .radar-sweep, .float-card, .float-chip, .badge-dot, .live-dot { animation: none; }
  .marquee-track { animation-duration: 90s; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-cta, .hero-proof { justify-content: center; }
  .hero-visual { margin-top: 26px; }
  .float-card-1 { left: 0; }
  .float-card-2 { right: 0; }
  .float-chip { right: 0; top: auto; bottom: -8px; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }

  .how-row { grid-template-columns: 1fr; gap: 32px; padding: 36px 0; }
  .how-row-flip .how-text { order: 1; }
  .how-row-flip .how-visual { order: 2; }

  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .float-card { display: none; }
  .float-chip {
    position: static;
    display: inline-block;
    margin-top: 18px;
    animation: none;
  }
  .hero-visual { flex-direction: column; align-items: center; }

  .nav-links {
    position: fixed;
    top: 68px;
    left: 0; right: 0;
    background: var(--cream);
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 24px 8%;
    gap: 20px;
    box-shadow: 0 20px 40px rgba(11, 27, 51, 0.15);
    transform: translateY(-130%);
    visibility: hidden;
    transition: transform 0.25s ease, visibility 0.25s;
    z-index: 90;
  }
  .nav-links.open { transform: translateY(0); visibility: visible; }
  .nav-burger { display: flex; }
  .nav-login-mobile { display: inline-flex; align-items: center; }
  .nav-login-link { display: none; }

  .nav-inner { padding: 8px 0; }
  .brand-icon { width: 32px; height: 32px; border-radius: 8px; }
  .brand-text { font-size: 1.1rem; gap: 6px; }
  .pro-chip { font-size: 0.55rem; padding: 2px 6px; }
  .nav-login-mobile { font-size: 0.78rem; padding: 5px 11px; margin-right: 6px; }
  .nav-burger { padding: 4px; gap: 4px; }
  .nav-burger span { width: 20px; height: 2px; }

  .testi-card { flex-basis: 290px; }
  .testi-prev { left: 2px; }
  .testi-next { right: 2px; }

  .price-card { padding: 34px 22px; }

  .compare-grid { grid-template-columns: 1fr; }

  .sticky-cta {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 95;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: var(--navy);
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    transform: translateY(110%);
    transition: transform 0.25s ease;
    box-shadow: 0 -8px 30px rgba(11, 27, 51, 0.35);
  }
  .sticky-cta.show { transform: translateY(0); }
  .sticky-cta-price { color: var(--white); font-weight: 800; display: flex; flex-direction: column; gap: 3px; }
  .sticky-kit-badge {
    display: inline-block; align-self: flex-start;
    background: #2EE6A8; color: #0B1B33;
    font-size: 0.58rem; font-weight: 800; letter-spacing: 0.04em;
    padding: 2px 6px; border-radius: 4px; line-height: 1;
  }
  .sticky-price-row { display: flex; align-items: baseline; gap: 5px; }
  .sticky-price-row s { color: rgba(255,255,255,0.45); font-weight: 600; font-size: 0.78rem; }
  .sticky-price-row strong { color: var(--green); font-size: 1.15rem; }
  .sticky-price-row span { color: rgba(255,255,255,0.6); font-weight: 600; font-size: 0.8rem; }

  /* Mobile readability polish */
  .hero { padding: 44px 0 60px; }
  .hero h1 { font-size: clamp(2.05rem, 8.4vw, 2.55rem); line-height: 1.12; letter-spacing: -0.01em; }
  .hero h1 em { white-space: normal; }
  .hero-sub { font-size: 1rem; margin-top: 16px; }
  .hero-cta { margin-top: 22px; width: 100%; }
  .hero-cta .btn { width: 100%; }
  .hero-proof {
    margin-top: 20px;
    font-size: 0.82rem;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .hero-trust { justify-content: center; gap: 10px 14px; font-size: 0.78rem; }
  .badge { font-size: 0.72rem; padding: 6px 12px; margin-bottom: 16px; }

  /* Give body space under fixed sticky CTA */
  body { padding-bottom: 78px; }

  /* Pricing card fits phone width cleanly */
  .price-card { padding: 28px 18px; }
  .price-amount { font-size: 3.2rem; }
  .price-note { font-size: 0.9rem; }
  .price-badge, .price-save { font-size: 0.62rem; padding: 5px 10px; }
  .price-list li { font-size: 0.95rem; }

  /* Section headings breathe better */
  .section-head h2 { font-size: clamp(1.7rem, 6.5vw, 2.1rem); line-height: 1.15; }
}

/* ================= CANLI TARAMA BANDI ================= */
.scanner-band {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%);
  border-top: 1px solid rgba(46, 230, 168, 0.18);
  padding: 34px 0 38px;
  position: relative;
  overflow: hidden;
}
.scanner-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 24px;
}
.sb-pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(46, 230, 168, 0.55);
  animation: sb-pulse 1.8s ease-out infinite;
}
@keyframes sb-pulse {
  0% { box-shadow: 0 0 0 0 rgba(46, 230, 168, 0.55); }
  70% { box-shadow: 0 0 0 12px rgba(46, 230, 168, 0); }
  100% { box-shadow: 0 0 0 0 rgba(46, 230, 168, 0); }
}
.sb-title {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--green);
}
.sb-counter {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  font-variant-numeric: tabular-nums;
}
.sb-counter .js-scan-count { color: var(--white); font-weight: 800; }

.scanner-track { position: relative; display: grid; gap: 16px; }
.sb-row {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 0 7px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.sb-group { display: flex; gap: 14px; align-items: center; }
.sb-row-a .sb-group { animation: sb-scroll-left 42s linear infinite; }
.sb-row-b .sb-group { animation: sb-scroll-right 52s linear infinite; }
.scanner-track:hover .sb-group { animation-play-state: paused; }
@keyframes sb-scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-100% - 14px)); }
}
@keyframes sb-scroll-right {
  from { transform: translateX(calc(-100% - 14px)); }
  to { transform: translateX(0); }
}

.sb-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 22px;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  flex: none;
}
.sb-logo img { height: 26px; width: auto; max-width: 150px; display: block; }
.sb-logo-sq img { height: 34px; }
.sb-logo-tall img { height: 40px; }
.sb-pill {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 17px;
  color: var(--navy);
  letter-spacing: 0.01em;
}
.sb-more {
  background: rgba(46, 230, 168, 0.12);
  border: 1px dashed rgba(46, 230, 168, 0.55);
  color: var(--green);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  box-shadow: none;
}

.sb-sweep {
  position: absolute;
  inset: -12px 0;
  width: 130px;
  pointer-events: none;
  background: linear-gradient(90deg,
    rgba(46, 230, 168, 0) 0%,
    rgba(46, 230, 168, 0.16) 42%,
    rgba(46, 230, 168, 0.34) 50%,
    rgba(46, 230, 168, 0.16) 58%,
    rgba(46, 230, 168, 0) 100%);
  filter: blur(2px);
  animation: sb-sweep-move 6.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes sb-sweep-move {
  0% { transform: translateX(-140px); opacity: 0; }
  8% { opacity: 1; }
  92% { opacity: 1; }
  100% { transform: translateX(calc(100vw + 140px)); opacity: 0; }
}

@media (max-width: 720px) {
  .scanner-band { padding: 26px 0 30px; }
  .scanner-head { gap: 8px 12px; margin-bottom: 18px; }
  .sb-title { font-size: 11px; }
  .sb-counter { font-size: 11px; width: 100%; text-align: center; }
  .sb-logo { height: 46px; padding: 0 16px; border-radius: 12px; }
  .sb-logo img { height: 20px; max-width: 116px; }
  .sb-logo-sq img { height: 26px; }
  .sb-logo-tall img { height: 31px; }
  .sb-pill { font-size: 14px; }
  .sb-more { font-size: 12px; }
  .sb-row-a .sb-group { animation-duration: 30s; }
  .sb-row-b .sb-group { animation-duration: 38s; }
}

@media (prefers-reduced-motion: reduce) {
  .sb-row-a .sb-group,
  .sb-row-b .sb-group { animation: none; }
  .sb-sweep { display: none; }
  .sb-pulse-dot { animation: none; }
}

/* ===== Consent boxes (compact clickable cards) ===== */
.consent-stack { display:flex; flex-direction:column; gap:8px; margin:14px 0; }
.consent-card {
  display:flex; gap:10px; align-items:flex-start;
  padding:12px 14px;
  border:1px solid #e2e8f0; border-radius:12px;
  background:#fafaf7;
  cursor:pointer;
  transition:border-color .15s, background .15s;
  line-height:1.5;
}
.consent-card:hover { border-color:#c8961e; background:#fff; }
.consent-card input[type="checkbox"] {
  margin-top:2px; flex-shrink:0;
  width:18px; height:18px;
  accent-color:#c8961e;
  cursor:pointer;
}
.consent-card .consent-body { font-size:13px; color:#334155; }
.consent-card .consent-title { display:block; font-weight:600; color:#0f172a; margin-bottom:2px; font-size:13.5px; }
.consent-card .consent-title .req { color:#dc2626; margin-left:2px; }
.consent-card .consent-sub { font-size:12px; color:#64748b; }
.consent-card .consent-links a { color:#c8961e; text-decoration:underline; font-weight:500; }
.consent-card.is-optional { background:#fff; }
.consent-card details { margin-top:4px; }
.consent-card details summary { font-size:11.5px; color:#94a3b8; cursor:pointer; list-style:none; user-select:none; }
.consent-card details summary::-webkit-details-marker { display:none; }
.consent-card details summary:hover { color:#64748b; }
.consent-card details p { font-size:11.5px; color:#64748b; margin-top:6px; line-height:1.5; }
.consent-card details p a { color:#c8961e; text-decoration:underline; }

/* Announce band: üstü çizili $16.50 */
.announce-text s { opacity: 0.55; margin-right: 4px; font-weight: 500; }
