/* ═══════════════════════════════════════════════════════════════════════
   AstroHi — sinematik landing
   Renkler uygulamanın AstraPalette.swift dosyasından birebir alındı;
   ürünle site aynı sistemi konuşsun diye tek kaynak orası.
   ═══════════════════════════════════════════════════════════════════════ */

:root {
  /* Yüzeyler */
  --bg: #080d17;
  --bg-2: #0b101c;
  --surface: #151627;
  --surface-hi: #2a1d35;

  /* Marka */
  --primary: #8c2cf2;
  --primary-bright: #a78bfa;
  --love: #f4095f;
  --love-bright: #ff6f9c;
  --warm: #ff8666;
  --success: #1ec6a6;

  /* Metin */
  --text: #f8f8ff;
  --text-2: #aaa9b6;
  --text-3: #707080;

  /* Çizgiler */
  --line: rgba(255, 255, 255, 0.10);
  --line-strong: rgba(255, 255, 255, 0.18);
  --glass: rgba(255, 255, 255, 0.06);

  --display: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --shell: min(1180px, 90vw);
  --radius: 20px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

/* Zodyak ve gezegen sembolleri metin olarak çizilsin — varsayılan emoji
   sunumu onları renkli kutulara çeviriyor. Karakterlerin yanındaki U+FE0E
   ile birlikte iki katmanlı güvence. */
.glyph, .sign i, .matcher-glyphs span,
.wheel-glyphs text, .wheel-node text, .wheel-step h3 span {
  font-variant-emoji: text;
}
a { color: inherit; }

::selection { background: rgba(140, 44, 242, 0.4); color: #fff; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 2px solid var(--primary-bright);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ═══ Açılış perdesi ═══════════════════════════════════════════════════
   Uygulamadaki AstraLaunchView'in web karşılığı: marka geliyor, bir an
   duruyor, sonra sitenin geri kalanının yapıldığı yıldız tozuna dağılıyor.
   Zerre sayısı, saçılma mesafesi, boyut ve gecikme aralıkları oradaki
   Mote.scatter ile birebir aynı.
   ═══════════════════════════════════════════════════════════════════════ */

#intro {
  position: fixed;
  inset: 0;
  z-index: 200;
  /* Tam opak değil: arkadaki yıldız alanı hafifçe görünsün ki zerreler
     boşluğa değil, gerçekten yıldızların arasına dağılsın. */
  background:
    radial-gradient(120% 80% at 50% 40%, rgba(21, 12, 38, 0.97) 0%, rgba(8, 13, 23, 0.93) 65%);
  display: grid;
  place-items: center;
  transition: opacity 0.9s var(--ease), visibility 0.9s;
}

.intro-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  margin: 0 auto;
}

.intro-mark {
  position: relative;
  z-index: 2;
  width: 104px; height: 104px;
  border-radius: 29px;
  animation: introMark 1.5s var(--ease) both;
  box-shadow: 0 30px 90px rgba(140, 44, 242, 0.35);
  transition: transform 1.1s ease-in, filter 1.1s ease-in, opacity 1.1s ease-in;
}

/* Zerreler markanın ARKASINDA: logonun son karesi örtülmesin. */
.intro-motes {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.mote {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  opacity: 0;
  will-change: transform, opacity;
  transform: translate(-50%, -50%);
}

.intro-word {
  margin-top: 24px;
  font-family: var(--display);
  font-size: clamp(2rem, 6vw, 3.2rem);
  font-weight: 300;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  color: var(--text);
  text-align: center;
  animation: introWord 1.5s var(--ease) 0.3s both;
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.intro-sub {
  margin-top: 6px;
  text-align: center;
  color: var(--text-3);
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-transform: uppercase;
  animation: introWord 1.5s var(--ease) 0.55s both;
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

@keyframes introMark {
  from { opacity: 0; transform: scale(0.82) rotate(-12deg); filter: blur(8px); }
  to   { opacity: 1; transform: none; filter: none; }
}

@keyframes introWord {
  from { opacity: 0; transform: translateY(14px); letter-spacing: 0.5em; }
  to   { opacity: 1; transform: none; }
}

/* ── Dağılma ── */
#intro.intro--burst .intro-mark {
  /* Kendi boyutunu aşarak bulanıklaşıyor: "söndü" değil, "toza dönüştü"
     okunması gereken şey ölçek artışı. */
  transform: scale(1.6);
  filter: blur(26px);
  opacity: 0;
  animation: none;
}

#intro.intro--burst .intro-word,
#intro.intro--burst .intro-sub {
  opacity: 0;
  transform: translateY(-8px);
  animation: none;
}

#intro.intro--burst .mote {
  transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy)));
  opacity: 0;
  filter: blur(2.5px);
  transition:
    transform 1.5s cubic-bezier(0.16, 1, 0.3, 1) var(--delay),
    opacity 1.5s ease-out var(--delay),
    filter 1.5s ease-out var(--delay);
}

#intro.intro--done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ═══ Yıldız alanı ═════════════════════════════════════════════════════ */

#dust {
  position: fixed;
  inset: 0;
  /* Şart: canvas yerleştirilen bir eleman, `inset: 0` boyutunu belirlemiyor —
     width/height verilmezse kendi doğal boyutunu (drawing buffer'ı, yani
     genişlik × DPR) kullanıyor. Retina'da canvas görünür alanın iki katı
     oluyor ve her şey iki kat büyük, taşmış hâlde çiziliyordu. */
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* Dağılma sırasında gökyüzü perdenin de sayfanın da önüne geçiyor: zerreler
   perdenin arkasında kalırsa dağılma hiç görünmez, perde çekildiği anda
   kaybolursa da toz havada kesilir. Dağılma bitince kendi katmanına iniyor. */
#dust.dust--front { z-index: 201; }

.veil {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(70% 50% at 15% 0%, rgba(140, 44, 242, 0.20), transparent 60%),
    radial-gradient(60% 45% at 90% 12%, rgba(244, 9, 95, 0.13), transparent 62%);
}

/* ═══ Navigasyon ═══════════════════════════════════════════════════════ */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px max(20px, calc((100vw - var(--shell)) / 2));
  transition: background 0.4s var(--ease), backdrop-filter 0.4s, border-color 0.4s;
  border-bottom: 1px solid transparent;
}

.nav--solid {
  background: rgba(8, 13, 23, 0.82);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom-color: var(--line);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-right: auto;
}

.brand img { width: 32px; height: 32px; border-radius: 9px; }

.nav-links {
  display: flex;
  gap: 26px;
  font-size: 0.92rem;
  color: var(--text-2);
}

.nav-links a { text-decoration: none; transition: color 0.25s; }
.nav-links a:hover { color: var(--text); }

.lang {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.78rem;
}

.lang a {
  padding: 3px 10px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--text-3);
  transition: color 0.2s, background 0.2s;
}

.lang a[aria-current="true"] {
  background: var(--glass);
  color: var(--text);
}

.lang a:hover { color: var(--text); }

/* ═══ Butonlar ═════════════════════════════════════════════════════════ */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--sans);
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s var(--ease), box-shadow 0.25s, background 0.25s, border-color 0.25s;
}

.btn--primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-bright));
  color: #fff;
  box-shadow: 0 16px 40px rgba(140, 44, 242, 0.32);
}

.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(140, 44, 242, 0.44);
}

.btn--ghost {
  border-color: var(--line-strong);
  color: var(--text);
  background: var(--glass);
}

.btn--ghost:hover { border-color: var(--primary-bright); transform: translateY(-2px); }

.btn svg { width: 18px; height: 18px; flex: none; }

/* ═══ Ortak bölüm iskeleti ═════════════════════════════════════════════ */

main { position: relative; z-index: 1; }

.chapter {
  width: var(--shell);
  margin: 0 auto;
  padding: clamp(90px, 14vh, 160px) 0;
}

.eyebrow {
  font-size: 0.74rem;
  letter-spacing: 0.32em;
  text-indent: 0.32em;
  text-transform: uppercase;
  color: var(--primary-bright);
  margin: 0 0 18px;
  font-weight: 600;
}

.chapter-title {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0 0 20px;
}

.chapter-title em {
  font-style: italic;
  background: linear-gradient(120deg, var(--primary-bright), var(--love-bright));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lede {
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  color: var(--text-2);
  max-width: 62ch;
  margin: 0 0 46px;
}

/* Reveal */
.rv {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

.rv.on { opacity: 1; transform: none; }
.rv-d1 { transition-delay: 0.08s; }
.rv-d2 { transition-delay: 0.18s; }
.rv-d3 { transition-delay: 0.28s; }
.rv-d4 { transition-delay: 0.38s; }

/* ═══ Hero ═════════════════════════════════════════════════════════════ */

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  width: var(--shell);
  margin: 0 auto;
  padding: 150px 0 110px;
}

.hero-inner { position: relative; z-index: 2; width: min(620px, 54%); }

.hero h1 {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(2.7rem, 5.6vw, 5.2rem);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin: 0 0 26px;
}

.hero h1 em {
  font-style: italic;
  display: block;
  background: linear-gradient(110deg, var(--primary-bright) 0%, var(--love-bright) 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lede {
  font-size: clamp(1.05rem, 2.1vw, 1.28rem);
  color: var(--text-2);
  max-width: 46ch;
  margin: 0 0 38px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-note {
  margin-top: 22px;
  font-size: 0.86rem;
  color: var(--text-3);
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-note::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 12px var(--success);
}

/* Dönen zodyak çemberi */
.zodiac-stage {
  position: absolute;
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
  width: min(560px, 44vw);
  aspect-ratio: 1;
  z-index: 1;
  pointer-events: none;
  opacity: 0.9;
}

.zodiac-stage svg { width: 100%; height: 100%; overflow: visible; }

.zring { animation: spin 190s linear infinite; transform-origin: 50% 50%; }
.zring--back { animation-duration: 300s; animation-direction: reverse; }

@keyframes spin { to { transform: rotate(360deg); } }

.zglow {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(140, 44, 242, 0.32), transparent 68%);
  filter: blur(30px);
  animation: pulse 7s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50%      { opacity: 0.95; transform: scale(1.06); }
}

.scroll-cue {
  position: absolute;
  bottom: 34px;
  left: 0;
  font-size: 0.74rem;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  text-transform: uppercase;
  color: var(--text-3);
  display: flex;
  align-items: center;
  gap: 12px;
}

.scroll-cue::after {
  content: "";
  width: 52px;
  height: 1px;
  background: linear-gradient(90deg, var(--text-3), transparent);
  animation: cue 2.6s ease-in-out infinite;
}

@keyframes cue {
  0%, 100% { transform: translateX(0); opacity: 0.5; }
  50%      { transform: translateX(10px); opacity: 1; }
}

/* ═══ Ara sahne ════════════════════════════════════════════════════════ */

.interlude {
  width: var(--shell);
  margin: 0 auto;
  padding: clamp(110px, 18vh, 200px) 0;
  text-align: center;
}

.interlude p {
  font-family: var(--display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.8rem, 4.6vw, 3.4rem);
  line-height: 1.24;
  margin: 0 auto;
  max-width: 20ch;
  color: var(--text);
}

.interlude small {
  display: block;
  margin-top: 26px;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: var(--text-3);
}

.interlude--quiet p {
  color: var(--text-2);
  /* İki yarısı da tek satırda dursun: <br> zaten kırıyor, dar kutu üstüne
     bir kırık daha ekleyip cümleyi dörde bölüyordu. */
  max-width: 34ch;
}

/* ═══ Harita sahnesi (sabitlenmiş) ═════════════════════════════════════ */

.wheel-scene {
  position: relative;
  height: 400vh;
}

.wheel-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  width: var(--shell);
  margin: 0 auto;
}

.wheel-copy { max-width: 46ch; }
.wheel-copy .chapter-title { font-size: clamp(2rem, 3.4vw, 3.1rem); margin-bottom: 14px; }
.wheel-copy .lede { font-size: clamp(0.95rem, 1.4vw, 1.04rem); }

.wheel-steps { margin-top: 22px; display: grid; gap: 2px; }

.wheel-step {
  padding: 11px 16px;
  border-radius: 14px;
  border: 1px solid transparent;
  opacity: 0.32;
  transition: opacity 0.5s var(--ease), background 0.5s, border-color 0.5s, transform 0.5s var(--ease);
}

.wheel-step.on {
  opacity: 1;
  background: var(--glass);
  border-color: var(--line);
  transform: translateX(6px);
}

.wheel-step h3 {
  margin: 0 0 2px;
  font-size: 0.99rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wheel-step h3 span {
  font-family: var(--display);
  font-size: 1.3rem;
  color: var(--primary-bright);
  width: 1.4em;
}

.wheel-step p { margin: 0; font-size: 0.9rem; line-height: 1.5; color: var(--text-2); }

.wheel-art { position: relative; display: grid; place-items: center; }
.wheel-art svg { width: min(520px, 46vw); height: auto; overflow: visible; }

.wheel-ring {
  fill: none;
  stroke: rgba(255, 255, 255, 0.10);
  stroke-width: 1;
}

.wheel-draw {
  fill: none;
  stroke: url(#wheelGrad);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.15s linear;
  filter: drop-shadow(0 0 12px rgba(167, 139, 250, 0.55));
}

.wheel-spoke { stroke: rgba(255, 255, 255, 0.07); stroke-width: 1; }

.wheel-node {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.4);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}

.wheel-node.on { opacity: 1; transform: none; }
.wheel-node circle { fill: var(--bg); stroke: var(--primary-bright); stroke-width: 1.6; }
.wheel-node text {
  fill: var(--text);
  font-family: var(--display);
  font-size: 17px;
  text-anchor: middle;
  dominant-baseline: central;
}

.wheel-glyphs text {
  fill: var(--text-3);
  font-size: 15px;
  text-anchor: middle;
  dominant-baseline: central;
}

.wheel-core {
  font-family: var(--display);
  font-size: 26px;
  fill: var(--text-2);
  text-anchor: middle;
}

/* ═══ Kart ızgaraları ══════════════════════════════════════════════════ */

.grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.card {
  padding: 26px;
  border-radius: var(--radius);
  background: linear-gradient(160deg, var(--surface), var(--bg-2));
  border: 1px solid var(--line);
  transition: transform 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s;
}

.card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.card h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  font-weight: 600;
}

.card p { margin: 0; color: var(--text-2); font-size: 0.96rem; }

.card-icon {
  width: 42px; height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  background: rgba(140, 44, 242, 0.14);
  border: 1px solid rgba(167, 139, 250, 0.28);
  font-size: 1.15rem;
  color: var(--primary-bright);
}

.card-icon svg { width: 20px; height: 20px; }

.card--love .card-icon {
  background: rgba(244, 9, 95, 0.14);
  border-color: rgba(255, 111, 156, 0.3);
  color: var(--love-bright);
}

.card--warm .card-icon {
  background: rgba(255, 134, 102, 0.14);
  border-color: rgba(255, 134, 102, 0.3);
  color: var(--warm);
}

.card--calm .card-icon {
  background: rgba(30, 198, 166, 0.13);
  border-color: rgba(30, 198, 166, 0.3);
  color: var(--success);
}

/* ═══ Telefon çerçevesi ════════════════════════════════════════════════ */

.showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
}

.phone {
  position: relative;
  width: min(300px, 74vw);
  margin: 0 auto;
  border-radius: 44px;
  padding: 10px;
  background: linear-gradient(160deg, #2b2b3d, #101018);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 50px 110px rgba(0, 0, 0, 0.65), 0 0 70px rgba(140, 44, 242, 0.18);
}

.phone img {
  border-radius: 35px;
  width: 100%;
  height: auto;
  display: block;
}

.phone::after {
  content: "";
  position: absolute;
  top: 18px; left: 50%;
  transform: translateX(-50%);
  width: 84px; height: 20px;
  border-radius: 999px;
  background: #05050a;
}

.phone--tilt { transform: rotate(-3deg); }
.phone--tilt2 { transform: rotate(2.5deg); }

.feature-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 20px; }

.feature-list li { display: grid; grid-template-columns: 26px 1fr; gap: 14px; }

.feature-list b { display: block; font-weight: 600; margin-bottom: 2px; }
.feature-list p { margin: 0; color: var(--text-2); font-size: 0.95rem; }

.tick {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(140, 44, 242, 0.16);
  border: 1px solid rgba(167, 139, 250, 0.4);
  color: var(--primary-bright);
  font-size: 0.7rem;
  margin-top: 3px;
}

/* ═══ Uyum sahnesi ═════════════════════════════════════════════════════ */

.compat {
  display: grid;
  grid-template-columns: minmax(0, 320px) 1fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: start;
}

.ring-card {
  padding: 30px;
  border-radius: var(--radius);
  background: linear-gradient(160deg, var(--surface-hi), var(--bg-2));
  border: 1px solid var(--line);
  text-align: center;
}

.ring { width: 200px; height: 200px; margin: 0 auto 18px; position: relative; }
.ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.ring-bg { fill: none; stroke: rgba(255, 255, 255, 0.08); stroke-width: 10; }

.ring-fg {
  fill: none;
  stroke: url(#ringGrad);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 534;
  stroke-dashoffset: 534;
  transition: stroke-dashoffset 1.6s var(--ease);
}

.ring.on .ring-fg { stroke-dashoffset: 128; }

.ring-value {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 3.4rem;
  font-weight: 300;
}

.ring-label { color: var(--text-2); font-size: 0.95rem; margin: 0; }

.reasons { display: grid; gap: 12px; }

.reasons-lead {
  margin: 0 0 16px;
  font-size: 0.9rem;
  color: var(--text-3);
  max-width: 62ch;
}

.reasons-head {
  margin: 26px 0 12px;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary-bright);
}

.reasons-head:first-of-type { margin-top: 0; }
.reasons-head--watch { color: var(--warm); }

.reason {
  padding: 18px 20px;
  border-radius: 16px;
  background: var(--glass);
  border: 1px solid var(--line);
}

/* Motorun içindeki sebep kodu (INTENT_BOTH_SERIOUS gibi) burada durmuyor:
   ekranda çevrilmemiş bir anahtar gibi okunuyordu ve zaten uygulamada da
   kimse görmüyor. Yerinde, uygulamanın kendi bileşen adı var. */
.reason-tag {
  margin: 0 0 6px !important;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--text-3);
}

.reason--watch .reason-tag { color: var(--warm); }
.reason p { margin: 0; font-size: 0.96rem; color: var(--text-2); }
.reason b { color: var(--text); font-weight: 600; }

.note {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 2px solid var(--primary);
  background: rgba(140, 44, 242, 0.07);
  border-radius: 0 12px 12px 0;
  color: var(--text-2);
  font-size: 0.94rem;
}

.note strong { color: var(--text); }

/* ═══ Burç eşleştirici (etkileşimli) ═══════════════════════════════════ */

.matcher {
  padding: clamp(26px, 4vw, 42px);
  border-radius: 26px;
  background: linear-gradient(160deg, var(--surface), var(--bg-2));
  border: 1px solid var(--line);
}

.matcher-rows { display: grid; gap: 26px; }

.matcher-row h3 {
  margin: 0 0 12px;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  text-transform: uppercase;
  color: var(--text-3);
  font-weight: 600;
}

.signs { display: flex; flex-wrap: wrap; gap: 8px; }

.sign {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text-2);
  font-family: var(--sans);
  font-size: 0.88rem;
  padding: 9px 14px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: border-color 0.25s, color 0.25s, background 0.25s, transform 0.25s var(--ease);
}

.sign:hover { color: var(--text); border-color: var(--line-strong); transform: translateY(-1px); }

.sign[aria-pressed="true"] {
  background: rgba(140, 44, 242, 0.18);
  border-color: var(--primary-bright);
  color: var(--text);
}

.matcher-row--b .sign[aria-pressed="true"] {
  background: rgba(244, 9, 95, 0.16);
  border-color: var(--love-bright);
}

.sign i { font-style: normal; font-size: 1.05rem; opacity: 0.85; }

.matcher-out {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
}

.matcher-glyphs {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 5vw, 2.6rem);
}

.matcher-glyphs span:nth-child(1) { color: var(--primary-bright); }
.matcher-glyphs span:nth-child(3) { color: var(--love-bright); }
.matcher-glyphs span:nth-child(2) { color: var(--text-3); font-size: 0.6em; }

.matcher-out h4 { margin: 0 0 6px; font-size: 1.1rem; font-weight: 600; }
.matcher-out p { margin: 0; color: var(--text-2); font-size: 0.96rem; }

.matcher-foot {
  margin-top: 22px;
  font-size: 0.86rem;
  color: var(--text-3);
}

/* ═══ Fiyat ════════════════════════════════════════════════════════════ */

.plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.plan {
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(165deg, var(--surface), var(--bg-2));
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}

.plan--featured {
  border-color: rgba(167, 139, 250, 0.5);
  background: linear-gradient(165deg, var(--surface-hi), var(--bg-2));
  box-shadow: 0 30px 80px rgba(140, 44, 242, 0.20);
  position: relative;
}

.plan-badge {
  position: absolute;
  top: -12px; left: 32px;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--primary), var(--primary-bright));
  color: #fff;
}

.plan h3 { margin: 0 0 6px; font-size: 1.2rem; font-weight: 600; }

.plan-price {
  font-family: var(--display);
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 14px 0 2px;
}

.plan-price small { font-family: var(--sans); font-size: 0.9rem; color: var(--text-3); }
/* ₺ display serifinde eksik; sembolü gövde fontuyla çiz. */
.plan-price .cur { font-family: var(--sans); font-size: 0.72em; font-weight: 500; }

.plan-sub { color: var(--text-2); font-size: 0.92rem; margin: 0 0 22px; min-height: 2.6em; }

.plan ul { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 11px; }

.plan li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 11px;
  font-size: 0.94rem;
  color: var(--text-2);
}

.plan li::before {
  content: "◆";
  color: var(--primary-bright);
  font-size: 0.66rem;
  line-height: 1.7;
}

.plan--free li::before { color: var(--text-3); }
.plan .btn { margin-top: auto; justify-content: center; }

.compare-wrap { margin-top: 34px; overflow-x: auto; }

table.compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.94rem;
  min-width: 460px;
}

table.compare th,
table.compare td {
  padding: 13px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

table.compare thead th {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-3);
  font-weight: 600;
}

table.compare td:not(:first-child),
table.compare th:not(:first-child) { text-align: center; width: 22%; }

table.compare td:first-child { color: var(--text-2); }
table.compare .yes { color: var(--success); }
table.compare .no { color: var(--text-3); }
table.compare .hi { color: var(--primary-bright); font-weight: 600; }

/* ═══ SSS ══════════════════════════════════════════════════════════════ */

.faq { max-width: 800px; }

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 6px 0;
}

.faq summary {
  cursor: pointer;
  padding: 20px 40px 20px 0;
  font-size: 1.06rem;
  font-weight: 600;
  list-style: none;
  position: relative;
  transition: color 0.25s;
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--primary-bright);
  transition: transform 0.3s var(--ease);
}

.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq summary:hover { color: var(--primary-bright); }

.faq p {
  margin: 0 0 22px;
  color: var(--text-2);
  max-width: 68ch;
  font-size: 0.98rem;
}

/* ═══ Finale ═══════════════════════════════════════════════════════════ */

.finale {
  position: relative;
  text-align: center;
  padding: clamp(120px, 20vh, 220px) 0;
  overflow: hidden;
}

.finale::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 60% at 50% 60%, rgba(140, 44, 242, 0.22), transparent 70%);
  pointer-events: none;
}

.finale-inner { position: relative; width: var(--shell); margin: 0 auto; }

.finale-title {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(2.8rem, 8vw, 5.6rem);
  line-height: 1.02;
  margin: 0 0 20px;
}

.finale p { color: var(--text-2); max-width: 48ch; margin: 0 auto 38px; }

.finale .hero-cta { justify-content: center; }

/* ═══ Altbilgi ═════════════════════════════════════════════════════════ */

.footer {
  border-top: 1px solid var(--line);
  padding: 46px 0 60px;
  font-size: 0.9rem;
  color: var(--text-3);
}

.footer-inner {
  width: var(--shell);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  align-items: center;
}

.footer a { color: var(--text-2); text-decoration: none; transition: color 0.25s; }
.footer a:hover { color: var(--text); }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; margin-left: auto; }

.disclaimer {
  width: var(--shell);
  margin: 26px auto 0;
  font-size: 0.82rem;
  color: var(--text-3);
  max-width: 70ch;
  line-height: 1.65;
}

/* ═══ Hukuki / içerik sayfaları ════════════════════════════════════════ */

.doc {
  width: min(760px, 90vw);
  margin: 0 auto;
  padding: 150px 0 90px;
}

.doc h1 {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  margin: 0 0 10px;
  line-height: 1.1;
}

.doc .updated { color: var(--text-3); font-size: 0.88rem; margin: 0 0 44px; }

.doc h2 {
  font-size: 1.18rem;
  font-weight: 600;
  margin: 44px 0 12px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.doc h3 { font-size: 1.02rem; font-weight: 600; margin: 26px 0 8px; }
.doc p, .doc li { color: var(--text-2); font-size: 0.99rem; }
.doc ul, .doc ol { padding-left: 22px; display: grid; gap: 8px; }
.doc a { color: var(--primary-bright); }

.doc table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 0.93rem;
}

.doc th, .doc td {
  padding: 11px 14px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.doc th { color: var(--text); font-weight: 600; }
.doc td { color: var(--text-2); }

.doc .callout {
  padding: 20px 22px;
  border-radius: 14px;
  background: var(--glass);
  border: 1px solid var(--line);
  margin: 22px 0;
}

.doc .callout p:last-child { margin-bottom: 0; }

/* 404 */
.oops { min-height: 82svh; display: grid; place-items: center; text-align: center; }
.oops h1 { font-family: var(--display); font-weight: 300; font-size: clamp(3rem, 12vw, 7rem); margin: 0; }

/* ═══ Duyarlılık ═══════════════════════════════════════════════════════ */

@media (max-width: 1020px) {
  .nav-links { display: none; }

  .hero { min-height: auto; padding: 128px 0 70px; }
  .hero-inner { width: 100%; }

  .zodiac-stage {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: min(440px, 80vw);
    margin: 46px auto 0;
    opacity: 0.75;
  }

  .scroll-cue { display: none; }

  .wheel-scene { height: auto; }

  .wheel-sticky {
    position: static;
    height: auto;
    grid-template-columns: 1fr;
    padding: 90px 0;
  }

  .wheel-art { order: -1; margin-bottom: 30px; }
  .wheel-art svg { width: min(420px, 78vw); }
  .wheel-step { opacity: 1; background: var(--glass); border-color: var(--line); }

  .showcase, .compat { grid-template-columns: 1fr; }
  .compat .ring-card { max-width: 340px; }
  .phone--tilt, .phone--tilt2 { transform: none; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .footer-links { margin-left: 0; }
  .matcher-out { grid-template-columns: 1fr; gap: 14px; }
  .brand span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .rv { opacity: 1; transform: none; }
  #intro { display: none; }
  .wheel-scene { height: auto; }
  .wheel-sticky { position: static; height: auto; padding: 90px 0; }
  .wheel-step { opacity: 1; }
  .wheel-draw { stroke-dashoffset: 0; }
  .ring-fg { stroke-dashoffset: 128; }
}
