/* IPTV Üyelik — Dark charcoal + gold
   Local Bootstrap only. No CDN. */

:root {
  --bg-0: #0e0e10;
  --bg-1: #161618;
  --bg-2: #1c1c1f;
  --bg-3: #242428;
  --bg-elev: #2a2a2f;
  --text: #f5f5f7;
  /* WCAG AA+ body on dark (~#0E0E10): hedef kontrast ≥4.5:1 */
  --text-muted: #c9c9cf;
  --text-soft: #aeb0b8;
  --gold: #e8c547;
  --gold-bright: #f0d060;
  --gold-deep: #d4a017;
  --gold-ink: #121212;
  --border: rgba(255, 255, 255, 0.12);
  --radius: 12px;
  --shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  --font: "Segoe UI Variable", "Segoe UI", "Avenir Next", "Helvetica Neue", sans-serif;
  --font-display: "Segoe UI Variable Display", "Segoe UI", "Avenir Next", sans-serif;
  --container: 1140px;
  --header-h: 72px;
}

/* Bootstrap light-theme muted override — koyu zeminde kör yazı olmasın */
body.theme-dark .text-muted,
body.theme-dark .form-text,
body.theme-dark small.text-muted {
  color: var(--text-muted) !important;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

body.theme-dark {
  margin: 0;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(232, 197, 71, 0.08), transparent 55%),
    radial-gradient(900px 500px at -10% 20%, rgba(255, 255, 255, 0.03), transparent 50%),
    linear-gradient(180deg, var(--bg-0), var(--bg-1) 40%, var(--bg-0));
  background-attachment: fixed;
  min-height: 100vh;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--gold); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--gold-bright); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--gold);
  color: var(--gold-ink);
  padding: .5rem 1rem;
  z-index: 10000;
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* —— Buttons —— */
.btn-gold {
  --bs-btn-color: var(--gold-ink);
  --bs-btn-bg: var(--gold);
  --bs-btn-border-color: var(--gold);
  --bs-btn-hover-color: var(--gold-ink);
  --bs-btn-hover-bg: var(--gold-bright);
  --bs-btn-hover-border-color: var(--gold-bright);
  --bs-btn-focus-shadow-rgb: 232, 197, 71;
  --bs-btn-active-color: var(--gold-ink);
  --bs-btn-active-bg: var(--gold-deep);
  --bs-btn-active-border-color: var(--gold-deep);
  font-weight: 700;
  border-radius: 8px;
  padding: .55rem 1.25rem;
  box-shadow: 0 0 0 0 rgba(232, 197, 71, 0);
  transition: background .2s ease, box-shadow .25s ease, transform .2s ease;
}
.btn-gold:hover {
  box-shadow: 0 8px 28px rgba(232, 197, 71, 0.35);
  transform: translateY(-1px);
}

.btn-outline-light-soft {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  padding: .55rem 1.25rem;
  font-weight: 600;
}
.btn-outline-light-soft:hover {
  color: var(--gold-ink);
  background: var(--gold);
  border-color: var(--gold);
}

/* —— Header / Nav (xplus tarzı) —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(14, 14, 16, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.site-nav { min-height: var(--header-h); padding-top: .35rem; padding-bottom: .35rem; }

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--text) !important;
  letter-spacing: -0.02em;
}
.navbar-brand .brand-logo,
.footer-brand .brand-logo {
  display: block;
  height: 40px;
  width: auto;
  max-width: 200px;
  aspect-ratio: 240 / 64;
  object-fit: contain;
}
.footer-brand .brand-logo {
  height: 36px;
  max-width: 180px;
}
.brand-mark {
  color: var(--gold);
}
.brand-text { color: var(--text); }

.site-nav .nav-link {
  color: #f0f0f2 !important;
  font-weight: 600;
  font-size: .95rem;
  padding: .55rem .9rem !important;
  border-radius: 6px;
}
.site-nav .nav-link:hover,
.site-nav .nav-link.active,
.site-nav .nav-link:focus {
  color: var(--gold) !important;
}

.site-dropdown {
  background: #121214 !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: .35rem 0;
  min-width: 250px;
  box-shadow: var(--shadow);
}
.site-dropdown .dropdown-item {
  color: #f0f0f2;
  font-weight: 600;
  padding: .75rem 1.15rem;
}
.site-dropdown .dropdown-item:hover,
.site-dropdown .dropdown-item:focus {
  background: var(--bg-3);
  color: var(--gold);
}
.site-dropdown .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.12);
  margin: .2rem 0;
  opacity: 1;
}

/* Desktop: hover ile açılır menü */
@media (min-width: 992px) {
  .site-nav .nav-item.dropdown {
    position: relative;
  }
  .site-nav .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
    margin-top: 0;
    top: 100%;
  }
  .site-nav .nav-item.dropdown:hover > .dropdown-menu,
  .site-nav .nav-item.dropdown:focus-within > .dropdown-menu,
  .site-nav .nav-item.dropdown.show > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  /* Hover köprüsü — menü ile link arasında boşlukta kapanmasın */
  .site-nav .nav-item.dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
  }
}

.navbar-dark .navbar-toggler {
  border: 1px solid rgba(232, 197, 71, 0.55);
  border-radius: 10px;
  padding: .45rem .55rem;
  background: rgba(232, 197, 71, 0.1);
}
.navbar-dark .navbar-toggler:focus {
  box-shadow: 0 0 0 .2rem rgba(232, 197, 71, 0.25);
}
.navbar-dark .navbar-toggler:hover {
  border-color: var(--gold);
  background: rgba(232, 197, 71, 0.16);
}
.navbar-dark .navbar-toggler-icon {
  /* Bootstrap dark icon + invert = siyah; açık ikon zorla */
  filter: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23E8C547' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-toggler[aria-expanded="true"] {
  border-color: var(--gold);
  background: rgba(232, 197, 71, 0.2);
}

/* —— Sections —— */
.section {
  padding: 4.5rem 0;
  position: relative;
}
.section-alt {
  background: linear-gradient(180deg, rgba(28, 28, 31, 0.65), rgba(14, 14, 16, 0.4));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  letter-spacing: -0.03em;
  margin-bottom: .75rem;
  color: var(--text);
}
.section-lead {
  color: #d0d0d6;
  max-width: 640px;
  margin-bottom: 2rem;
}
.section-eyebrow {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: .75rem;
}

/* —— Hero —— */
.hero {
  position: relative;
  padding: 4.5rem 0 4rem;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(ellipse 70% 55% at 85% 35%, rgba(232, 197, 71, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(255, 255, 255, 0.04), transparent 50%),
    linear-gradient(165deg, #141416 0%, #0e0e10 55%, #121214 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
  pointer-events: none;
  opacity: .55;
}
.hero .container { position: relative; z-index: 1; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--gold);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
  padding: .4rem .75rem;
  border: 1px solid rgba(232, 197, 71, 0.35);
  border-radius: 999px;
  background: rgba(232, 197, 71, 0.08);
}
.hero-eyebrow-dot {
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(232, 197, 71, 0.2);
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 4.4vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin-bottom: 1.1rem;
  color: #ffffff;
  text-wrap: balance;
}
.hero h1 .accent {
  color: var(--gold);
}
.hero-text {
  color: #d8d8de;
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 36rem;
  margin-bottom: 1.65rem;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: .85rem; margin-bottom: 2.25rem; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 540px;
  min-height: 5.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(20, 20, 24, 0.75);
  overflow: hidden;
  contain: layout;
}
.hero-stat {
  padding: 1rem 1rem 1.05rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-stat:last-child { border-right: 0; }
.hero-stat strong {
  display: block;
  color: var(--gold);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.hero-stat span {
  color: #cfcfd6;
  font-size: .8rem;
  font-weight: 600;
}

.hero-visual {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #151518;
  min-height: 300px;
  aspect-ratio: 16 / 10;
  contain: layout;
  box-shadow:
    0 0 0 1px rgba(232, 197, 71, 0.08),
    0 24px 60px rgba(0, 0, 0, 0.55);
}
.hero-visual-stage {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 30%, rgba(232, 197, 71, 0.2), transparent 40%),
    linear-gradient(145deg, #1c1c22 0%, #101014 55%, #1a1812 100%);
}
.hero-tv {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: min(78%, 340px);
}
.hero-tv-bezel {
  background: #0a0a0c;
  border: 2px solid #2e2e34;
  border-radius: 14px;
  padding: 10px 10px 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
}
.hero-tv-screen {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background:
    linear-gradient(160deg, rgba(232, 197, 71, 0.15), transparent 40%),
    linear-gradient(180deg, #1a3040, #0d1520 60%, #142018);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.hero-tv-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.06) 50%, transparent 60%);
  animation: heroShine 5s ease-in-out infinite;
}
@keyframes heroShine {
  0%, 100% { transform: translateX(-30%); opacity: .4; }
  50% { transform: translateX(30%); opacity: .8; }
}
.hero-tv-label {
  position: relative;
  z-index: 1;
  color: #f5f5f7;
  font-weight: 800;
  font-size: .95rem;
  letter-spacing: .04em;
  text-align: center;
}
.hero-tv-label small {
  display: block;
  margin-top: .25rem;
  color: var(--gold);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-tv-stand {
  width: 28%;
  height: 8px;
  margin: 0 auto;
  background: #2a2a30;
  border-radius: 0 0 4px 4px;
}
.hero-tv-base {
  width: 42%;
  height: 4px;
  margin: 4px auto 0;
  background: #3a3a42;
  border-radius: 4px;
}
.hero-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  background: rgba(14, 14, 16, 0.92);
  border: 1px solid rgba(232, 197, 71, 0.55);
  color: var(--gold);
  font-weight: 800;
  font-size: .75rem;
  letter-spacing: .06em;
  padding: .5rem .8rem;
  border-radius: 8px;
}
.hero-float {
  position: absolute;
  z-index: 2;
  right: 1rem;
  top: 1rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.hero-chip {
  background: rgba(14, 14, 16, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f0f0f2;
  font-size: .75rem;
  font-weight: 700;
  padding: .4rem .65rem;
  border-radius: 8px;
  backdrop-filter: blur(8px);
}
.hero-chip span { color: var(--gold); }

@media (prefers-reduced-motion: reduce) {
  .hero-tv-screen::after { animation: none; }
}

@media (max-width: 991.98px) {
  .hero-visual {
    min-height: 240px;
    aspect-ratio: 16 / 11;
    max-width: 100%;
  }
  .hero-tv {
    width: min(72%, 300px);
    top: 52%;
  }
  .hero-float {
    left: auto;
    right: .6rem;
    top: .6rem;
    max-width: 46%;
    align-items: stretch;
  }
  .hero-chip {
    font-size: .68rem;
    padding: .32rem .5rem;
    line-height: 1.25;
    white-space: normal;
  }
  .hero-badge {
    left: .6rem;
    bottom: .6rem;
    right: auto;
    max-width: calc(100% - 1.2rem);
    font-size: .68rem;
    padding: .4rem .65rem;
  }
}

@media (max-width: 575.98px) {
  .hero-visual {
    aspect-ratio: 4 / 3;
    min-height: 220px;
  }
  .hero-tv {
    width: min(78%, 260px);
    top: 56%;
  }
  .hero-float {
    position: absolute;
    left: .55rem;
    right: .55rem;
    top: .55rem;
    max-width: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .35rem;
  }
  .hero-chip {
    font-size: .65rem;
    padding: .28rem .45rem;
  }
  .hero-badge {
    left: .55rem;
    bottom: .55rem;
    font-size: .65rem;
  }
}

/* —— Feature strip (hero altı tek panel) —— */
.feature-strip {
  position: relative;
  z-index: 2;
  margin-top: -2rem;
  margin-bottom: 0;
  padding: 0 0 2.5rem;
}
.feature-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(36, 36, 40, 0.95), rgba(22, 22, 26, 0.98));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.feature-card {
  position: relative;
  height: 100%;
  padding: 1.65rem 1.5rem 1.7rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition: background .2s ease;
}
.feature-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.4rem;
  bottom: 1.4rem;
  width: 3px;
  border-radius: 3px;
  background: var(--gold);
  opacity: .85;
}
.feature-panel .col-md-4:not(:last-child) .feature-card {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.feature-card:hover {
  background: rgba(232, 197, 71, 0.05);
  transform: none;
  border-color: transparent;
}
.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: rgba(232, 197, 71, 0.12);
  border: 1px solid rgba(232, 197, 71, 0.28);
  color: var(--gold);
  margin: 0 0 1rem 0.35rem;
}
.feature-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 .45rem 0.35rem;
  color: #fff;
  line-height: 1.35;
}
.feature-card p {
  color: #d2d2d8;
  margin: 0 0 0 0.35rem;
  font-size: .94rem;
  line-height: 1.6;
  max-width: 28ch;
}

@media (max-width: 767.98px) {
  .feature-strip { margin-top: -1rem; padding-bottom: 1.5rem; }
  .feature-panel .col-md-4:not(:last-child) .feature-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .feature-card::before {
    top: auto;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
    width: auto;
    height: 2px;
  }
}

/* —— About / region package panel —— */
.about-section {
  padding-top: 1.5rem;
}
.about-panel,
.region-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(700px 320px at 10% 0%, rgba(232, 197, 71, 0.1), transparent 55%),
    linear-gradient(145deg, #1a1a1e 0%, #121216 50%, #16140f 100%);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
}
.region-panel-head {
  display: grid;
  gap: 1.5rem;
  padding: 2rem 1.75rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
  .region-panel-head {
    grid-template-columns: 1.2fr 1fr;
    align-items: end;
    padding: 2.25rem 2rem 1.5rem;
  }
}
.region-panel-intro .section-title {
  margin-bottom: .5rem;
}
.region-panel-intro .about-lead {
  color: #d4d4da;
  max-width: 36rem;
}

.region-switch {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .35rem;
  padding: .35rem;
  border-radius: 14px;
  background: rgba(10, 10, 12, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.region-switch-btn {
  position: relative;
  z-index: 1;
  display: flex !important;
  align-items: center;
  gap: .75rem;
  width: 100%;
  border: 0 !important;
  background: transparent !important;
  color: #cfcfd6 !important;
  text-align: left;
  padding: .85rem .9rem !important;
  border-radius: 10px !important;
  cursor: pointer;
  transition: color .2s ease;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none !important;
  font: inherit;
  line-height: 1.25;
}
.region-switch-btn:hover,
.region-switch-btn:focus-visible {
  color: #fff !important;
  outline: none;
  background: transparent !important;
}
.region-switch-btn.active {
  color: #121212 !important;
}
.region-switch-btn.active .region-flag {
  background: #121212;
  color: var(--gold);
  border-color: #121212;
}
.region-flag {
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  background: rgba(232, 197, 71, 0.12);
  border: 1px solid rgba(232, 197, 71, 0.35);
  color: var(--gold);
}
.region-switch-text {
  display: flex;
  flex-direction: column;
  gap: .1rem;
  min-width: 0;
}
.region-switch-text strong {
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.2;
}
.region-switch-text small {
  font-size: .75rem;
  opacity: .85;
  font-weight: 600;
}
.region-switch-glider {
  position: absolute;
  z-index: 0;
  top: .35rem;
  bottom: .35rem;
  left: .35rem;
  width: calc(50% - .35rem);
  border-radius: 10px;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  box-shadow: 0 8px 24px rgba(232, 197, 71, 0.28);
  transition: transform .28s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}
.region-switch[data-active="eu"] .region-switch-glider {
  transform: translateX(100%);
}

.region-panel-body {
  padding: 1.5rem 1.35rem 1.75rem;
}
@media (min-width: 992px) {
  .region-panel-body { padding: 1.75rem 2rem 2rem; }
}
.region-pane[hidden] { display: none !important; }
.region-pane.is-active { display: block; }

.region-pack {
  position: relative;
  height: 100%;
  padding: 1.35rem 1.2rem 1.4rem;
  border-radius: 14px;
  background: rgba(14, 14, 16, 0.75) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
  display: block;
}
.region-pack:hover {
  border-color: rgba(232, 197, 71, 0.35);
  transform: translateY(-2px);
}
.region-pack.is-featured {
  border-color: rgba(232, 197, 71, 0.5);
  background: linear-gradient(180deg, rgba(42, 38, 24, 0.85), rgba(14, 14, 16, 0.7));
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
.region-pack-badge {
  position: absolute;
  top: .85rem;
  right: .85rem;
  background: var(--gold);
  color: #121212;
  font-size: .68rem;
  font-weight: 800;
  padding: .28rem .5rem;
  border-radius: 999px;
}
.region-pack h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 .55rem;
  color: #fff;
}
.region-pack-price {
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--gold);
  line-height: 1;
  margin-bottom: .45rem;
}
.region-pack > p {
  color: #d0d0d6;
  font-size: .88rem;
  margin-bottom: .9rem;
}
.region-pack ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.region-pack li {
  position: relative;
  padding: .28rem 0 .28rem 1.15rem;
  color: #cfcfd6;
  font-size: .86rem;
}
.region-pack li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65rem;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--gold);
}

.region-pane-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.35rem;
}

.region-trust {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 10, 12, 0.35);
}
@media (min-width: 768px) {
  .region-trust { grid-template-columns: repeat(4, 1fr); }
}
.region-trust > div {
  padding: 1rem 1.1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 768px) {
  .region-trust > div { border-bottom: 0; }
  .region-trust > div:last-child { border-right: 0; }
}
@media (max-width: 767.98px) {
  .region-trust > div:nth-child(2n) { border-right: 0; }
  .region-trust > div:nth-child(n+3) { border-bottom: 0; }
}
.region-trust strong {
  display: block !important;
  color: var(--gold) !important;
  font-size: .95rem;
  font-weight: 800;
  margin-bottom: .2rem;
}
.region-trust span {
  display: block !important;
  color: #d0d0d6 !important;
  font-size: .8rem;
  font-weight: 600;
}

/* legacy about pieces (varsa) */
.about-copy {
  padding: 2.25rem 2rem 2.35rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-copy .section-title { margin-bottom: 1rem; }
.about-lead {
  color: #d4d4da;
  font-size: 1.02rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  max-width: 38rem;
}
.about-lead-last { margin-bottom: 1.5rem; }
.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
  min-height: 280px;
  background: rgba(10, 10, 12, 0.35);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.about-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 1.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.about-stat:nth-child(2n) { border-right: 0; }
.about-stat:nth-child(n+3) { border-bottom: 0; }
.about-stat strong {
  display: block;
  color: var(--gold);
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: .3rem;
}
.about-stat span {
  color: #d0d0d6;
  font-size: .9rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .about-copy { padding: 1.75rem 1.35rem; }
  .about-stats {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 220px;
  }
  .region-switch-btn { padding: .75rem .65rem; gap: .55rem; }
  .region-switch-text strong { font-size: .82rem; }
}

/* —— Advantage / device grids —— */
.icon-tile {
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem 1.25rem;
  height: 100%;
  transition: background .2s ease, border-color .2s ease;
}
.icon-tile:hover {
  background: var(--bg-2);
  border-color: rgba(232, 197, 71, 0.28);
}
.icon-tile .tile-icon {
  width: 40px;
  height: 40px;
  margin-bottom: .85rem;
  color: var(--gold);
}
.icon-tile h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .45rem;
}
.icon-tile p {
  margin: 0;
  color: var(--text-muted);
  font-size: .9rem;
}

/* —— Advantages (Neden Bizi) —— */
.advantages-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 50% -10%, rgba(232, 197, 71, 0.09), transparent 55%),
    linear-gradient(180deg, rgba(28, 28, 31, 0.7), rgba(14, 14, 16, 0.35));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.advantages-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(600px 280px at 85% 100%, rgba(232, 197, 71, 0.07), transparent 50%),
    linear-gradient(165deg, rgba(36, 36, 40, 0.98), rgba(18, 18, 22, 0.99));
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38);
}
.adv-card {
  position: relative;
  height: 100%;
  padding: 1.55rem 1.4rem 1.65rem;
  border: 0;
  background: transparent;
  transition: background .25s ease;
}
.adv-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.advantages-panel .col-lg-4:nth-child(3n) .adv-card::after {
  border-right: 0;
}
.advantages-panel .col-lg-4:nth-child(n+4) .adv-card::after {
  border-bottom: 0;
}
.adv-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.35rem;
  bottom: 1.35rem;
  width: 2px;
  border-radius: 2px;
  background: var(--gold);
  opacity: 0;
  transform: scaleY(0.4);
  transition: opacity .25s ease, transform .25s ease;
}
.adv-card:hover {
  background: rgba(232, 197, 71, 0.045);
}
.adv-card:hover::before {
  opacity: 0.9;
  transform: scaleY(1);
}
.adv-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.adv-num {
  font-family: var(--font-display);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(232, 197, 71, 0.55);
}
.adv-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: rgba(232, 197, 71, 0.1);
  border: 1px solid rgba(232, 197, 71, 0.28);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.adv-card:hover .adv-icon {
  background: rgba(232, 197, 71, 0.18);
  border-color: rgba(232, 197, 71, 0.45);
  transform: translateY(-2px);
}
.adv-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 .45rem;
  line-height: 1.35;
}
.adv-card p {
  margin: 0;
  color: #d2d2d8;
  font-size: .92rem;
  line-height: 1.6;
  max-width: 32ch;
}

@media (max-width: 991.98px) {
  .advantages-panel .col-lg-4:nth-child(3n) .adv-card::after {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
  .advantages-panel .col-md-6:nth-child(2n) .adv-card::after {
    border-right: 0;
  }
  .advantages-panel .col-md-6:nth-child(n+5) .adv-card::after {
    border-bottom: 0;
  }
  .advantages-panel .col-lg-4:nth-child(n+4) .adv-card::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}
@media (max-width: 767.98px) {
  .adv-card {
    padding: 1.35rem 1.25rem 1.45rem;
  }
  .adv-card::after {
    border-right: 0 !important;
  }
  .advantages-panel .col-md-6:nth-child(n+5) .adv-card::after,
  .advantages-panel .col-lg-4:nth-child(n+4) .adv-card::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .advantages-panel .col-md-6:last-child .adv-card::after {
    border-bottom: 0;
  }
  .adv-card::before {
    top: auto;
    bottom: 0;
    left: 1.25rem;
    right: 1.25rem;
    width: auto;
    height: 2px;
    transform: scaleX(0.35);
  }
  .adv-card:hover::before {
    transform: scaleX(1);
  }
}

/* —— Devices / Kurulum —— */
.devices-section {
  position: relative;
  overflow: hidden;
}
.devices-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(560px 260px at 15% 0%, rgba(232, 197, 71, 0.08), transparent 50%),
    linear-gradient(165deg, rgba(36, 36, 40, 0.98), rgba(18, 18, 22, 0.99));
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38);
}
.device-card {
  position: relative;
  height: 100%;
  padding: 1.55rem 1.4rem 1.65rem;
  background: transparent;
  transition: background .25s ease;
}
.device-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.devices-panel .col-lg-4:nth-child(3n) .device-card::after {
  border-right: 0;
}
.devices-panel .col-lg-4:nth-child(n+7) .device-card::after {
  border-bottom: 0;
}
.device-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.35rem;
  bottom: 1.35rem;
  width: 2px;
  border-radius: 2px;
  background: var(--gold);
  opacity: 0;
  transform: scaleY(0.4);
  transition: opacity .25s ease, transform .25s ease;
}
.device-card:hover {
  background: rgba(232, 197, 71, 0.045);
}
.device-card:hover::before {
  opacity: 0.9;
  transform: scaleY(1);
}
.device-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.device-num {
  font-family: var(--font-display);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(232, 197, 71, 0.55);
}
.device-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: rgba(232, 197, 71, 0.1);
  border: 1px solid rgba(232, 197, 71, 0.28);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.device-card:hover .device-icon {
  background: rgba(232, 197, 71, 0.18);
  border-color: rgba(232, 197, 71, 0.45);
  transform: translateY(-2px);
}
.device-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 .45rem;
  line-height: 1.35;
}
.device-card p {
  margin: 0;
  color: #d2d2d8;
  font-size: .92rem;
  line-height: 1.6;
  max-width: 32ch;
}

@media (max-width: 991.98px) {
  .devices-panel .col-lg-4:nth-child(3n) .device-card::after {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
  .devices-panel .col-md-6:nth-child(2n) .device-card::after {
    border-right: 0;
  }
  .devices-panel .col-lg-4:nth-child(n+7) .device-card::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .devices-panel .col-md-6:nth-child(n+7) .device-card::after {
    border-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .device-card {
    padding: 1.35rem 1.25rem 1.45rem;
  }
  .device-card::after {
    border-right: 0 !important;
  }
  .devices-panel .col-md-6:nth-child(n+7) .device-card::after,
  .devices-panel .col-lg-4:nth-child(n+7) .device-card::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .devices-panel .col-md-6:last-child .device-card::after {
    border-bottom: 0;
  }
  .device-card::before {
    top: auto;
    bottom: 0;
    left: 1.25rem;
    right: 1.25rem;
    width: auto;
    height: 2px;
    transform: scaleX(0.35);
  }
  .device-card:hover::before {
    transform: scaleX(1);
  }
}

/* legacy mini-stats */
.mini-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .mini-stats { grid-template-columns: repeat(4, 1fr); }
}
.mini-stat {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem;
  text-align: center;
}
.mini-stat strong {
  display: block;
  color: var(--gold);
  font-size: 1.1rem;
  margin-bottom: .25rem;
}
.mini-stat span { color: var(--text-muted); font-size: .85rem; }

/* —— Channel cards —— */
.channel-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  transition: transform .2s ease, border-color .2s ease;
}
.channel-card:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 197, 71, 0.3);
}
.channel-cover {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #222228, #3a3a44 50%, #1a1a1e);
  display: grid;
  place-items: center;
  color: #d4d4da;
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.channel-body { padding: 1rem 1.1rem 1.2rem; }
.channel-tag {
  display: inline-block;
  font-size: .7rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .35rem;
}
.channel-body h3 { font-size: 1.05rem; margin-bottom: .35rem; }
.channel-body p { margin: 0; color: var(--text-muted); font-size: .88rem; }

/* —— Pricing —— */
.price-tabs .nav-link {
  color: var(--text-muted);
  border: 1px solid var(--border);
  border-radius: 8px;
  margin: 0 .35rem .5rem 0;
  font-weight: 600;
  padding: .55rem 1.1rem;
}
.price-tabs .nav-link.active {
  color: var(--gold-ink);
  background: var(--gold);
  border-color: var(--gold);
}

.price-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .price-card {
    padding: 1.35rem 1.1rem;
  }
  .price-amount {
    font-size: 1.85rem;
  }
  .price-card .btn {
    font-size: .9rem;
    padding: .55rem .75rem;
  }
}
.price-card.featured {
  border-color: rgba(232, 197, 71, 0.55);
  box-shadow: 0 0 0 1px rgba(232, 197, 71, 0.2), var(--shadow);
  background: linear-gradient(180deg, #2a2618 0%, var(--bg-2) 40%);
}
.price-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--gold);
  color: var(--gold-ink);
  font-size: .7rem;
  font-weight: 800;
  padding: .3rem .55rem;
  border-radius: 999px;
  letter-spacing: .02em;
}
.price-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: .75rem;
}
.price-amount {
  font-family: var(--font-display);
  font-size: 2.35rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text);
  line-height: 1;
  margin-bottom: .25rem;
}
.price-amount small {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-muted);
}
.price-period {
  color: var(--text-muted);
  font-size: .9rem;
  margin-bottom: 1.25rem;
}
.price-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  flex: 1;
}
.price-list li {
  position: relative;
  padding: .4rem 0 .4rem 1.5rem;
  color: var(--text-muted);
  font-size: .92rem;
  border-bottom: 1px solid var(--border);
}
.price-list li:last-child { border-bottom: 0; }
.price-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .85rem;
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--gold);
}

/* —— Bayilik —— */
.dealer-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.75rem;
  height: 100%;
}
.dealer-card h3,
.dealer-card .h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: .5rem;
}
.dealer-card-cta {
  background:
    radial-gradient(520px 240px at 50% 0%, rgba(232, 197, 71, 0.1), transparent 55%),
    linear-gradient(165deg, rgba(36, 36, 40, 0.98), rgba(18, 18, 22, 0.99));
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
  padding: 2rem 1.75rem 2.1rem;
}
.dealer-price-note {
  color: var(--gold);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 1.35rem;
}
.dealer-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 1.75rem;
  max-width: 22rem;
  text-align: left;
}
.dealer-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  padding: .55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #e4e4ea;
  font-size: .95rem;
  font-weight: 500;
}
.dealer-feature-list li:last-child {
  border-bottom: 0;
}
.dealer-check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: rgba(232, 197, 71, 0.12);
  border: 1px solid rgba(232, 197, 71, 0.28);
  margin-top: .05rem;
}

/* —— Blog —— */
.blog-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color .2s ease, transform .2s ease;
}
.blog-card:hover {
  border-color: rgba(232, 197, 71, 0.3);
  transform: translateY(-2px);
}
.blog-cover {
  aspect-ratio: 16 / 9;
  background: linear-gradient(120deg, #1f1f24, #33333c);
}
.blog-body { padding: 1.15rem 1.2rem 1.35rem; flex: 1; display: flex; flex-direction: column; }
.blog-meta { color: var(--text-muted); font-size: .8rem; margin-bottom: .5rem; }
.blog-body h3 { font-size: 1.05rem; margin-bottom: .5rem; }
.blog-body h3 a { color: var(--text); }
.blog-body h3 a:hover { color: var(--gold); }
.blog-body p { color: var(--text-muted); font-size: .9rem; flex: 1; }

/* —— Blog yazısı (detay) —— */
.blog-article-hero {
  position: relative;
  padding: 2.75rem 0 2.25rem;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  background:
    radial-gradient(640px 280px at 12% 0%, rgba(232, 197, 71, 0.12), transparent 55%),
    radial-gradient(520px 240px at 92% 20%, rgba(212, 160, 23, 0.08), transparent 50%),
    linear-gradient(180deg, #161618 0%, #0e0e10 100%);
}
.blog-article-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
  margin: 0 0 1rem;
  font-size: .8rem;
  color: var(--text-muted);
}
.blog-article-crumb a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 600;
}
.blog-article-crumb a:hover { text-decoration: underline; }
.blog-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem .75rem;
  margin-bottom: .9rem;
  font-size: .82rem;
  color: #c9c9cf;
}
.blog-article-meta time { font-weight: 600; }
.blog-article-pill {
  display: inline-flex;
  align-items: center;
  padding: .2rem .55rem;
  border-radius: 999px;
  border: 1px solid rgba(232, 197, 71, 0.35);
  background: rgba(232, 197, 71, 0.1);
  color: var(--gold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.blog-article-author {
  opacity: .9;
}
.blog-article-hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  letter-spacing: -.03em;
  line-height: 1.15;
  margin: 0 0 .85rem;
  max-width: 22rem;
}
@media (min-width: 768px) {
  .blog-article-hero h1 { max-width: 34rem; }
}
.blog-article-deck {
  margin: 0;
  max-width: 40rem;
  color: #d4d4da;
  font-size: 1.05rem;
  line-height: 1.65;
}
.blog-article-section { padding-top: 2rem; }
.blog-article-cover {
  margin: 0 0 1.35rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  background: var(--bg-2);
  aspect-ratio: 16 / 9;
}
.blog-article-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-article-panel {
  position: relative;
  background:
    linear-gradient(145deg, rgba(232, 197, 71, 0.05), transparent 42%),
    var(--bg-2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: clamp(1.35rem, 3vw, 2.15rem);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
}
.blog-article-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.25rem;
  bottom: 1.25rem;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--gold), transparent);
  opacity: .85;
}
.blog-content {
  color: #e4e4ea;
  font-size: 1.05rem;
  line-height: 1.8;
}
.blog-content > *:first-child { margin-top: 0; }
.blog-content > *:last-child { margin-bottom: 0; }
.blog-content p {
  margin: 0 0 1.15rem;
  color: #d8d8de;
}
.blog-content h2,
.blog-content h3 {
  color: #f5f5f7;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.25;
  margin: 1.85rem 0 .75rem;
}
.blog-content h2 {
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  padding-left: .85rem;
  border-left: 3px solid var(--gold);
}
.blog-content h3 {
  font-size: 1.1rem;
  color: #eeeef2;
}
.blog-content a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.blog-content a:hover { color: #f0d56a; }
.blog-content strong { color: #f5f5f7; font-weight: 700; }
.blog-content ul,
.blog-content ol {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  color: #d8d8de;
}
.blog-content li { margin-bottom: .45rem; padding-left: .2rem; }
.blog-content ul li::marker { color: var(--gold); }
.blog-content ol li::marker { color: var(--gold); font-weight: 700; }
.blog-content blockquote {
  margin: 1.35rem 0;
  padding: .9rem 1.1rem;
  border-left: 3px solid var(--gold);
  background: rgba(232, 197, 71, 0.07);
  border-radius: 0 10px 10px 0;
  color: #e8e8ec;
  font-style: italic;
}
.blog-callout {
  margin: 1.35rem 0 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  border: 1px solid rgba(232, 197, 71, 0.28);
  background: rgba(232, 197, 71, 0.08);
}
.blog-callout strong {
  display: block;
  color: var(--gold);
  font-size: .85rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: .45rem;
}
.blog-callout p,
.blog-callout ul {
  margin-bottom: 0;
  color: #e0e0e6;
}
.blog-callout ul { margin-top: .35rem; }
.blog-article-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .85rem;
  margin-top: 1.5rem;
  padding-top: .25rem;
}
.blog-article-back {
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
}
.blog-article-back:hover { text-decoration: underline; }

@media (max-width: 575.98px) {
  .blog-article-hero { padding: 2.1rem 0 1.75rem; }
  .blog-article-panel { padding: 1.2rem 1.1rem 1.35rem; }
  .blog-article-panel::before { display: none; }
  .blog-content { font-size: 1rem; }
}

/* —— FAQ —— */
.accordion-dark .accordion-item {
  background: var(--bg-2);
  border: 1px solid var(--border);
  margin-bottom: .65rem;
  border-radius: 10px !important;
  overflow: hidden;
}
.accordion-dark .accordion-button {
  background: var(--bg-2);
  color: #f5f5f7;
  font-weight: 700;
  box-shadow: none;
}
.accordion-dark .accordion-button:not(.collapsed) {
  background: var(--bg-3);
  color: var(--gold);
  box-shadow: none;
}
.accordion-dark .accordion-button:focus {
  box-shadow: 0 0 0 .2rem rgba(232, 197, 71, 0.25);
}
.accordion-dark .accordion-button::after {
  filter: invert(1);
}
.accordion-dark .accordion-body {
  color: #d2d2d8;
  background: var(--bg-1);
}

/* —— Testimonials / reviews carousel —— */
.quote-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.quote-card blockquote {
  margin: 0;
  flex: 1;
}
.quote-card p {
  color: #d8d8de;
  font-size: .95rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.quote-author {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.quote-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(232, 197, 71, 0.15);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: .85rem;
  flex-shrink: 0;
}
.quote-author strong { display: block; font-size: .95rem; color: #fff; }
.quote-author > span > span { color: #c9c9cf; font-size: .8rem; }

.reviews-carousel {
  --reviews-gap: 1rem;
  --reviews-visible: 1;
}
@media (min-width: 768px) {
  .reviews-carousel { --reviews-visible: 2; }
}
@media (min-width: 992px) {
  .reviews-carousel { --reviews-visible: 3; }
}
.reviews-viewport {
  overflow: hidden;
  width: 100%;
}
.reviews-track {
  display: flex;
  gap: var(--reviews-gap);
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}
.reviews-slide {
  flex: 0 0 calc((100% - (var(--reviews-visible) - 1) * var(--reviews-gap)) / var(--reviews-visible));
  max-width: calc((100% - (var(--reviews-visible) - 1) * var(--reviews-gap)) / var(--reviews-visible));
  background:
    radial-gradient(280px 140px at 100% 0%, rgba(232, 197, 71, 0.07), transparent 55%),
    linear-gradient(165deg, rgba(36, 36, 40, 0.98), rgba(18, 18, 22, 0.99));
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}
.reviews-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  margin-top: 1.35rem;
}
.reviews-btn {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(232, 197, 71, 0.4);
  background: rgba(232, 197, 71, 0.1);
  color: var(--gold);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.reviews-btn:hover {
  background: rgba(232, 197, 71, 0.2);
  border-color: var(--gold);
}
.reviews-btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.reviews-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .4rem;
}
.reviews-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transform: scaleX(1);
  transform-origin: center;
  transition: transform .2s ease, background .2s ease;
  will-change: transform;
}
.reviews-dot.is-active {
  width: 8px;
  background: var(--gold);
  transform: scaleX(2.75);
}
.reviews-dot:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .reviews-track { transition: none; }
}

/* —— CTA band —— */
.cta-band {
  background: linear-gradient(90deg, #1a1810, #242018 50%, #161618);
  border: 1px solid rgba(232, 197, 71, 0.25);
  border-radius: 16px;
  padding: 2.25rem 1.75rem;
  text-align: center;
}
.cta-band h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  margin-bottom: .65rem;
}
.cta-band p { color: var(--text-muted); margin-bottom: 1.25rem; }

/* —— Page hero (inner) —— */
.page-hero {
  padding: 3rem 0 2rem;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, var(--bg-1), transparent);
}
.page-hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  letter-spacing: -0.03em;
  margin-bottom: .65rem;
}
.page-hero p { color: #d0d0d6; max-width: 640px; margin: 0; }
.page-hero-contact {
  text-align: center;
}
.page-hero-contact .page-hero-lead,
.page-hero-contact > .container > p {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  color: #d4d4da;
  font-size: 1.05rem;
  line-height: 1.65;
}
.page-hero-test {
  position: relative;
  overflow: hidden;
  padding: 3.25rem 0 2.5rem;
  background:
    radial-gradient(700px 320px at 90% 10%, rgba(232, 197, 71, 0.12), transparent 55%),
    linear-gradient(165deg, #161618 0%, #0e0e10 70%);
}
.page-hero-test .page-hero-lead {
  max-width: 40rem;
  color: #d4d4da;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}
.test-hero-pills {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: .45rem;
  justify-content: flex-start;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: .15rem;
}
.test-hero-pills::-webkit-scrollbar { display: none; }
@media (min-width: 992px) {
  .test-hero-pills { justify-content: flex-end; overflow-x: visible; }
}
.test-hero-pills span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  white-space: nowrap;
  padding: .42rem .7rem;
  border-radius: 999px;
  border: 1px solid rgba(232, 197, 71, 0.35);
  background: rgba(232, 197, 71, 0.08);
  color: var(--gold);
  font-size: clamp(.68rem, 1.6vw, .78rem);
  font-weight: 700;
  letter-spacing: .03em;
}

/* —— Test paketi page —— */
.test-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(500px 220px at 100% 0%, rgba(232, 197, 71, 0.07), transparent 50%),
    linear-gradient(165deg, rgba(36, 36, 40, 0.98), rgba(18, 18, 22, 0.99));
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
  padding: 1.5rem 1.35rem 1.6rem;
}
@media (min-width: 768px) {
  .test-panel { padding: 1.75rem 1.65rem 1.85rem; }
}
.test-panel-head { margin-bottom: 1.35rem; }
.test-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.test-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem 1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(14, 14, 16, 0.35);
  transition: border-color .2s ease, background .2s ease;
}
.test-step:hover {
  border-color: rgba(232, 197, 71, 0.28);
  background: rgba(232, 197, 71, 0.04);
}
.test-step-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: rgba(232, 197, 71, 0.1);
  border: 1px solid rgba(232, 197, 71, 0.28);
}
.test-step-num {
  display: block;
  font-family: var(--font-display);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: rgba(232, 197, 71, 0.55);
  margin-bottom: .25rem;
}
.test-step-body strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: .3rem;
}
.test-step-body p {
  margin: 0;
  color: #d2d2d8;
  font-size: .92rem;
  line-height: 1.55;
}
.test-note {
  margin: 1.25rem 0 0;
  padding: .85rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(232, 197, 71, 0.22);
  background: rgba(232, 197, 71, 0.06);
  color: #d8d8de;
  font-size: .88rem;
  line-height: 1.5;
}
.test-perk {
  display: flex;
  gap: .85rem;
  align-items: flex-start;
  height: 100%;
  padding: 1.1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(14, 14, 16, 0.35);
}
.test-perk-num {
  font-family: var(--font-display);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: rgba(232, 197, 71, 0.55);
  padding-top: .15rem;
}
.test-perk h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 .25rem;
}
.test-perk p {
  margin: 0;
  color: #d2d2d8;
  font-size: .9rem;
  line-height: 1.5;
}
.test-aside {
  position: sticky;
  top: calc(var(--header-h, 72px) + .75rem);
}
.test-cta-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 1.65rem 1.35rem 1.5rem;
  background:
    radial-gradient(420px 200px at 50% 0%, rgba(232, 197, 71, 0.12), transparent 55%),
    linear-gradient(165deg, rgba(36, 36, 40, 0.98), rgba(18, 18, 22, 0.99));
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}
.test-cta-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: rgba(232, 197, 71, 0.12);
  border: 1px solid rgba(232, 197, 71, 0.35);
}
.test-cta-lead {
  color: #d2d2d8;
  font-size: .94rem;
  line-height: 1.55;
  margin: 0 0 1.2rem;
}
.test-cta-link {
  color: var(--gold);
  font-weight: 700;
  font-size: .92rem;
  text-decoration: none;
}
.test-cta-link:hover {
  color: #f0d56a;
  text-decoration: underline;
}

/* —— Contact (WhatsApp only) —— */
.contact-section {
  padding-top: 1.5rem;
}
.contact-wa-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 2rem 1.5rem 1.85rem;
  background:
    radial-gradient(480px 220px at 50% 0%, rgba(232, 197, 71, 0.12), transparent 55%),
    linear-gradient(165deg, rgba(36, 36, 40, 0.98), rgba(18, 18, 22, 0.99));
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38);
}
@media (min-width: 576px) {
  .contact-wa-card { padding: 2.35rem 2.1rem 2.15rem; }
}
.contact-wa-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.15rem;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: rgba(232, 197, 71, 0.12);
  border: 1px solid rgba(232, 197, 71, 0.35);
}
.contact-wa-lead {
  color: #d2d2d8;
  font-size: .98rem;
  line-height: 1.6;
  max-width: 28rem;
  margin: 0 auto 1.35rem;
}
.contact-wa-perks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  margin: 0 0 1.5rem;
  padding: 0;
}
.contact-wa-perks li {
  padding: .4rem .75rem;
  border-radius: 999px;
  border: 1px solid rgba(232, 197, 71, 0.3);
  background: rgba(232, 197, 71, 0.08);
  color: var(--gold);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .02em;
}

/* —— Forms (legacy / other pages) —— */
.form-dark .form-control,
.form-dark .form-select {
  background: var(--bg-2);
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 8px;
  padding: .7rem .9rem;
}
.form-dark .form-control:focus,
.form-dark .form-select:focus {
  background: var(--bg-2);
  color: var(--text);
  border-color: var(--gold);
  box-shadow: 0 0 0 .2rem rgba(232, 197, 71, 0.2);
}
.form-dark .form-label { font-weight: 600; color: var(--text); }
.form-dark .form-control::placeholder { color: #9a9aa3; }

.contact-panel {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.75rem;
  height: 100%;
}

/* —— Counters / trust band —— */
.stat-band {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 2.75rem;
  border-block: 1px solid var(--border);
  background:
    radial-gradient(800px 280px at 50% 0%, rgba(232, 197, 71, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(22, 22, 26, 0.9), rgba(14, 14, 16, 0.5));
}
.stat-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(520px 200px at 80% 100%, rgba(232, 197, 71, 0.06), transparent 50%),
    linear-gradient(165deg, rgba(36, 36, 40, 0.98), rgba(18, 18, 22, 0.99));
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}
.stat-item {
  position: relative;
  text-align: center;
  padding: 1.65rem 1rem 1.7rem;
  height: 100%;
  transition: background .25s ease;
}
.stat-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.stat-panel .col-md-3:last-child .stat-item::after {
  border-right: 0;
}
.stat-item:hover {
  background: rgba(232, 197, 71, 0.045);
}
.stat-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto .85rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: rgba(232, 197, 71, 0.1);
  border: 1px solid rgba(232, 197, 71, 0.28);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.stat-item:hover .stat-icon {
  background: rgba(232, 197, 71, 0.18);
  border-color: rgba(232, 197, 71, 0.45);
  transform: translateY(-2px);
}
.stat-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 800;
  color: var(--gold);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: .35rem;
}
.stat-item span {
  display: block;
  color: #d2d2d8;
  font-size: .88rem;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .stat-item {
    padding: 1.35rem .85rem 1.4rem;
  }
  .stat-item::after {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .stat-panel .col-6:nth-child(2n) .stat-item::after {
    border-right: 0;
  }
  .stat-panel .col-6:nth-child(n+3) .stat-item::after {
    border-bottom: 0;
  }
  .stat-panel .col-md-3:last-child .stat-item::after {
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stat-item:hover .stat-icon { transform: none; }
}

/* —— Footer —— */
.site-footer {
  background: #0a0a0b;
  border-top: 1px solid var(--border);
  padding: 3.5rem 0 0;
  margin-top: 2rem;
}
.footer-brand {
  color: var(--text);
  font-weight: 800;
  font-size: 1.2rem;
}
.footer-brand .brand-mark { color: var(--gold); }
.footer-text { color: var(--text-muted); font-size: .92rem; max-width: 320px; }
.footer-title {
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1rem;
}
.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li,
.footer-contact li { margin-bottom: .45rem; }
.footer-links a,
.footer-contact a { color: var(--text-muted); }
.footer-links a:hover,
.footer-contact a:hover { color: var(--gold); }
.footer-contact li { color: var(--text-muted); font-size: .92rem; }
.footer-bottom {
  margin-top: 2.5rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--border);
  color: #a8a8b0;
  font-size: .85rem;
}

/* —— WhatsApp FAB —— */
.whatsapp-fab {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  z-index: 1040;
  transition: transform .2s ease;
}
.whatsapp-fab:hover {
  transform: scale(1.06);
  color: #fff !important;
}

/* —— Reveal motion —— */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* —— Utilities —— */
.text-gold { color: var(--gold) !important; }
.bg-panel {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
}

/* —— IP switch (Tek / Çift) —— */
.ip-switch-panel {
  max-width: 640px;
  margin: 0 auto 2rem;
}
.ip-switch-note {
  text-align: center;
  color: #d0d0d6;
  font-size: .9rem;
  margin: .85rem 0 0;
}
.paket-faq .section-lead {
  max-width: 34rem;
}
.paket-faq .accordion-dark {
  margin-top: .25rem;
}

.ip-pane[hidden] { display: none !important; }
.price-card.vip {
  border-color: rgba(232, 197, 71, 0.65);
  background: linear-gradient(180deg, #2e2818 0%, var(--bg-2) 45%);
}
.price-badge-vip {
  background: linear-gradient(90deg, #f0d060, #d4a017) !important;
}

/* —— Comparison table (kullanılmıyor; eski stiller kalsın diye silindi) —— */

/* —— Paket extras (IP tipi avantaj + 3 adım) —— */
.paket-extras {
  margin-top: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(520px 220px at 0% 0%, rgba(232, 197, 71, 0.1), transparent 55%),
    linear-gradient(135deg, #1a1a1e 0%, #121216 55%, #16140f 100%);
}
.paket-extras-grid {
  display: grid;
  gap: 0;
}
@media (min-width: 992px) {
  .paket-extras-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }
}
.paket-perks,
.paket-steps {
  padding: 1.75rem 1.5rem 1.85rem;
}
@media (min-width: 992px) {
  .paket-extras-grid {
    align-items: stretch;
  }
  .paket-perks,
  .paket-steps {
    padding: 2rem 1.85rem;
    display: flex;
    flex-direction: column;
  }
  .paket-perks {
    justify-content: center;
  }
  .paket-steps {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(10, 10, 12, 0.28);
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .paket-steps {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(10, 10, 12, 0.28);
  }
}
.paket-extras-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  letter-spacing: -0.02em;
  margin: 0 0 .65rem;
  color: #fff;
}
.paket-extras-lead {
  color: #d0d0d6;
  margin: 0 0 1.25rem;
  font-size: .95rem;
  line-height: 1.65;
  max-width: 34rem;
}
.paket-perk-list {
  display: grid;
  gap: .75rem;
}
.paket-perk {
  display: flex;
  gap: .85rem;
  align-items: flex-start;
  padding: .95rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(14, 14, 16, 0.45);
}
.paket-perk-dot {
  flex-shrink: 0;
  width: .7rem;
  height: .7rem;
  margin-top: .4rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(232, 197, 71, 0.15);
}
.paket-perk strong {
  display: block;
  color: #fff;
  font-size: .95rem;
  margin-bottom: .2rem;
}
.paket-perk span {
  display: block;
  color: #cfcfd6;
  font-size: .86rem;
  line-height: 1.45;
}
.paket-steps-lead {
  margin-bottom: 1.35rem;
}
.paket-timeline {
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
  display: grid;
  gap: 0;
}
.paket-timeline-item {
  display: grid;
  grid-template-columns: 2.75rem 1fr;
  gap: .95rem;
  align-items: stretch;
}
.paket-timeline-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paket-timeline-node {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: rgba(14, 14, 16, 0.85);
  border: 1px solid rgba(232, 197, 71, 0.45);
  box-shadow: 0 0 0 4px rgba(232, 197, 71, 0.08);
  flex-shrink: 0;
}
.paket-timeline-line {
  width: 2px;
  flex: 1;
  min-height: 1.1rem;
  margin: .35rem 0;
  background: linear-gradient(180deg, rgba(232, 197, 71, 0.65), rgba(232, 197, 71, 0.12));
  border-radius: 2px;
}
.paket-timeline-body {
  padding: .15rem 0 1.15rem;
}
.paket-timeline-item:last-child .paket-timeline-body {
  padding-bottom: 0;
}
.paket-timeline-kicker {
  display: inline-block;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .35rem;
}
.paket-timeline-body strong {
  display: block;
  color: #fff;
  margin-bottom: .25rem;
  font-size: 1rem;
}
.paket-timeline-body span {
  display: block;
  color: #cfcfd6;
  font-size: .88rem;
  line-height: 1.5;
}

/* legacy step list (artık kullanılmıyor) */
.paket-step-list { display: none; }
.paket-step-num { display: none; }

.paket-steps-footer {
  margin-top: 1.5rem;
  padding: 1.15rem 1.2rem;
  border-radius: 14px;
  border: 1px solid rgba(232, 197, 71, 0.35);
  background: rgba(232, 197, 71, 0.08);
}
.paket-steps-footer strong {
  display: block;
  color: var(--gold);
  font-size: .95rem;
  margin-bottom: .35rem;
}
.paket-steps-footer p {
  margin: 0 0 1rem;
  color: #d0d0d6;
  font-size: .88rem;
  line-height: 1.55;
}
.paket-steps-footer .btn {
  width: 100%;
}

.region-switch[data-active="dual"] .region-switch-glider,
.ip-switch[data-active="dual"] .region-switch-glider,
.region-switch[data-active="eu"] .region-switch-glider {
  transform: translateX(100%);
}



@media (max-width: 991.98px) {
  .site-nav .navbar-collapse {
    background: var(--bg-1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: .65rem .75rem 1rem;
    margin-top: .75rem;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  }
  .site-nav .navbar-nav {
    gap: .15rem;
  }
  .site-nav .nav-link {
    padding: .7rem .85rem !important;
    border-radius: 8px;
  }
  .site-nav .nav-item.dropdown > .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* Mobil: iç içe “kart” hissi yerine düz alt menü */
  .site-nav .dropdown-menu.site-dropdown {
    position: static !important;
    float: none;
    transform: none !important;
    width: 100%;
    min-width: 0;
    margin: .15rem 0 .35rem;
    padding: .2rem 0 .2rem .35rem;
    border: 0;
    border-left: 2px solid rgba(232, 197, 71, 0.45);
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
  }
  .site-nav .site-dropdown .dropdown-item {
    padding: .55rem .85rem;
    font-size: .92rem;
    border-radius: 8px;
    color: #d8d8de;
  }
  .site-nav .site-dropdown .dropdown-divider {
    display: none;
  }
  .site-nav .nav-cta {
    margin-top: .85rem !important;
    padding-top: .85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-nav .nav-cta .btn {
    width: 100%;
  }
  .hero { padding-top: 2.75rem; padding-bottom: 2.75rem; }
  .hero-stats {
    grid-template-columns: 1fr;
    max-width: none;
    min-height: 12.5rem;
  }
  .hero-stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    padding-left: 1.15rem;
  }
  .hero-stat:last-child { border-bottom: 0; }
}
