:root {
  --bg: #0c0818;
  --bg-deep: #080510;
  --surface: rgba(255,255,255,.055);
  --surface-strong: rgba(255,255,255,.085);
  --text: #fbf8ff;
  --muted: #c4bbd0;
  --muted-2: #8f859e;
  --gold: #f2c974;
  --gold-soft: #ffe8b4;
  --violet: #a687ff;
  --violet-deep: #6f4fe0;
  --aqua: #77d9d0;
  --border: rgba(255,255,255,.11);
  --shadow: 0 28px 90px rgba(0,0,0,.38);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 4%, rgba(124,82,210,.2), transparent 31rem),
    radial-gradient(circle at 88% 26%, rgba(74,164,157,.10), transparent 27rem),
    radial-gradient(circle at 50% 82%, rgba(242,201,116,.06), transparent 30rem),
    linear-gradient(180deg, #0e091c 0%, var(--bg) 42%, var(--bg-deep) 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { position: relative; padding: 104px 0; }
.narrow { max-width: 790px !important; }
.centered { text-align: center; margin-inline: auto; }

.aurora {
  position: fixed;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: .18;
  pointer-events: none;
  z-index: -1;
}
.aurora-one { top: 10%; left: -180px; background: #8a61e5; }
.aurora-two { top: 52%; right: -180px; background: #45a39c; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(12,8,24,.76);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 780; letter-spacing: -.02em; }
.brand-icon-shell,
.footer-icon-shell,
.screen-logo-shell {
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  flex: none;
  background: #fff;
}
.brand-icon-shell { width: 38px; height: 38px; border-radius: 10px; box-shadow: 0 8px 26px rgba(122,91,232,.22); }
.brand-icon-shell img { width: 38px !important; height: 38px !important; min-width: 38px; min-height: 38px; object-fit: cover; }
.footer-icon-shell { width: 34px; height: 34px; border-radius: 9px; }
.footer-icon-shell img { width: 34px !important; height: 34px !important; min-width: 34px; min-height: 34px; object-fit: cover; }
.screen-logo-shell { width: 24px; height: 24px; border-radius: 7px; }
.screen-logo-shell img { width: 24px !important; height: 24px !important; min-width: 24px; min-height: 24px; object-fit: cover; }

.nav-links { display: flex; align-items: center; gap: 25px; color: #ddd6e6; font-size: 13px; }
.nav-links a { text-decoration: none; transition: color .18s ease; }
.nav-links a:hover { color: #fff; }
.nav-cta { padding: 10px 15px; border: 1px solid rgba(242,201,116,.3); border-radius: 999px; color: var(--gold-soft) !important; background: rgba(242,201,116,.08); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 5px 0; border-radius: 4px; background: #fff; }

.hero { padding-top: 92px; min-height: 800px; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { margin-bottom: 18px; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 850; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin-bottom: 25px; max-width: 780px; font-size: clamp(52px,6vw,84px); line-height: .99; letter-spacing: -.055em; }
h1 span { color: var(--gold-soft); text-shadow: 0 0 38px rgba(242,201,116,.08); }
h2 { margin-bottom: 20px; font-size: clamp(38px,4vw,61px); line-height: 1.04; letter-spacing: -.045em; }
h3 { margin-bottom: 10px; font-size: 21px; line-height: 1.2; letter-spacing: -.025em; }
.hero-lead,
.section-heading p,
.split-copy > p,
.compatibility-copy > p,
.calculator-copy > p { color: var(--muted); font-size: 18px; }
.hero-lead { max-width: 650px; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 34px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 12px 20px; border: 1px solid transparent; border-radius: 15px; text-decoration: none; font-weight: 780; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #21152c; background: linear-gradient(145deg,var(--gold-soft),var(--gold)); box-shadow: 0 14px 34px rgba(242,201,116,.16); }
.button-primary:hover { box-shadow: 0 18px 40px rgba(242,201,116,.22); }
.button-secondary { color: #f3eef9; border-color: var(--border); background: rgba(255,255,255,.045); }
.button small { display: block; font-size: 10px; line-height: 1; opacity: .72; font-weight: 720; }
.button span:last-child { line-height: 1.06; }
.button-icon { width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 6px; font-size: 11px; }
.compact { min-height: 50px; padding: 10px 17px; }
.full-width { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; color: #a79dad; font-size: 13px; }
.trust-row span::before { content: "✦"; margin-right: 7px; color: var(--violet); }

.hero-visual { min-height: 630px; position: relative; display: grid; place-items: center; }
.cosmic-glow { position: absolute; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle,rgba(117,89,218,.3),rgba(78,169,159,.08) 50%,transparent 72%); filter: blur(12px); }
.cosmic-ring { position: absolute; border: 1px solid rgba(166,135,255,.18); border-radius: 50%; }
.ring-one { width: 470px; height: 470px; }
.ring-two { width: 590px; height: 590px; border-style: dashed; opacity: .48; }
.phone { position: relative; z-index: 3; width: 296px; height: 590px; overflow: hidden; border: 8px solid #292237; border-radius: 46px; background: #0f0a1a; box-shadow: var(--shadow),0 0 80px rgba(121,86,224,.18); }
.phone-top { position: absolute; z-index: 5; top: 9px; left: 50%; width: 84px; height: 24px; transform: translateX(-50%); border-radius: 99px; background: #05040a; }
.phone-screen { position: absolute; inset: 0; padding: 47px 22px 20px; background: radial-gradient(circle at 50% 30%,rgba(152,112,239,.24),transparent 180px),linear-gradient(180deg,#18102b,#0c0917); }
.screen-header { display: flex; align-items: center; justify-content: space-between; color: #bdb4ca; font-size: 12px; }
.screen-kicker { margin: 62px 0 8px; color: var(--gold); text-align: center; font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.big-number { color: var(--gold-soft); text-align: center; font-family: Georgia,serif; font-size: 114px; line-height: 1; text-shadow: 0 0 40px rgba(242,201,116,.18); }
.phone-screen h3 { margin-top: 0; text-align: center; }
.screen-copy { color: #aca2b9; text-align: center; font-size: 12px; line-height: 1.6; }
.energy-card { margin-top: 24px; padding: 14px 8px; display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; border: 1px solid rgba(255,255,255,.08); border-radius: 17px; background: rgba(255,255,255,.04); }
.energy-card > div { text-align: center; }
.energy-card span { display: block; color: #92899e; font-size: 8px; }
.energy-card strong { display: block; color: #f2edf8; font-family: Georgia,serif; font-size: 25px; }
.timeline { display: grid; grid-template-columns: repeat(5,1fr); gap: 7px; margin-top: 24px; }
.timeline span { height: 3px; border-radius: 99px; background: rgba(255,255,255,.1); }
.timeline .active { background: var(--gold); box-shadow: 0 0 14px rgba(242,201,116,.5); }
.floating-card { position: absolute; z-index: 5; width: 166px; padding: 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 19px; background: rgba(28,20,47,.82); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.floating-card span,.floating-card small { display: block; color: #aaa1b6; font-size: 11px; }
.floating-card strong { display: block; margin: 5px 0; color: var(--gold-soft); font-family: Georgia,serif; font-size: 32px; }
.card-left { left: 0; top: 142px; }
.card-right { right: -8px; bottom: 126px; }

.proof-strip { border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(255,255,255,.018); }
.proof-inner { padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.proof-inner p { margin: 0; color: #beb6c9; font-size: 14px; }
.proof-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.proof-tags span { padding: 7px 11px; border: 1px solid var(--border); border-radius: 999px; color: #a59cad; font-size: 11px; }

.section-heading { max-width: 760px; margin-bottom: 52px; }
.intent-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.intent-card { min-height: 300px; padding: 32px; position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: 26px; background: linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022)); }
.intent-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -70px; bottom: -70px; border-radius: 50%; background: radial-gradient(circle,rgba(166,135,255,.16),transparent 70%); }
.intent-symbol { margin-bottom: 70px; color: var(--gold); font-family: Georgia,serif; font-size: 21px; }
.intent-card p { margin-bottom: 0; color: #aaa1b7; font-size: 14px; }

.readings-section { background: linear-gradient(180deg,transparent,rgba(255,255,255,.012),transparent); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.feature-card { min-height: 250px; padding: 28px; border: 1px solid var(--border); border-radius: 23px; background: linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02)); transition: transform .18s ease,border-color .18s ease; }
.feature-card:hover { transform: translateY(-3px); border-color: rgba(166,135,255,.28); }
.feature-card p { margin-bottom: 0; color: #aaa2b8; font-size: 14px; }
.feature-number { margin-bottom: 46px; color: var(--gold); font-family: Georgia,serif; font-size: 19px; }
.feature-card-accent { border-color: rgba(242,201,116,.22); background: linear-gradient(145deg,rgba(242,201,116,.09),rgba(166,135,255,.05)); }

.split-section { border-top: 1px solid rgba(255,255,255,.045); border-bottom: 1px solid rgba(255,255,255,.045); background: rgba(255,255,255,.015); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.timeline-preview { min-height: 450px; padding: 34px; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); background: radial-gradient(circle at 78% 18%,rgba(80,182,171,.12),transparent 180px),radial-gradient(circle at 20% 80%,rgba(166,135,255,.10),transparent 210px),linear-gradient(145deg,#17102d,#100b20); box-shadow: var(--shadow); }
.preview-top { display: flex; justify-content: space-between; gap: 15px; color: #968ca8; font-size: 9px; letter-spacing: .13em; }
.preview-title { margin: 50px 0 42px; max-width: 410px; font-size: 29px; font-weight: 780; line-height: 1.15; letter-spacing: -.03em; }
.forecast-row { display: grid; grid-template-columns: 132px 1fr; gap: 18px; align-items: center; margin: 16px 0; }
.forecast-label { display: flex; align-items: center; gap: 12px; }
.forecast-label strong { color: var(--gold-soft); font-family: Georgia,serif; font-size: 26px; }
.forecast-label span { color: #9d95aa; font-size: 10px; }
.forecast-line { height: 8px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.06); }
.forecast-line i { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg,var(--violet-deep),var(--aqua),var(--gold)); }
.date-track { margin-top: 46px; display: flex; align-items: center; gap: 10px; color: #777083; font-size: 8px; letter-spacing: .08em; }
.date-point { width: 9px; height: 9px; border: 1px solid #665e75; border-radius: 50%; }
.date-point.hot { border-color: var(--aqua); box-shadow: 0 0 15px rgba(119,217,208,.5); }
.date-point.current { width: 14px; height: 14px; border: 3px solid rgba(242,201,116,.2); border-radius: 50%; background: var(--gold); background-clip: padding-box; }
.check-list { list-style: none; margin: 28px 0; padding: 0; }
.check-list li { position: relative; margin: 13px 0; padding-left: 27px; color: #c8c0d3; }
.check-list li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }
.text-link { color: var(--gold-soft); font-weight: 780; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.compatibility-card { padding: 56px; display: grid; grid-template-columns: 1fr .9fr; gap: 60px; align-items: center; border: 1px solid rgba(242,201,116,.17); border-radius: 34px; background: radial-gradient(circle at 82% 50%,rgba(155,110,232,.18),transparent 270px),radial-gradient(circle at 65% 70%,rgba(72,166,156,.08),transparent 220px),linear-gradient(145deg,rgba(242,201,116,.06),rgba(255,255,255,.025)); }
.compatibility-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 28px; }
.match-visual { display: flex; align-items: center; justify-content: center; }
.person-orb { width: 135px; height: 135px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: rgba(255,255,255,.04); box-shadow: inset 0 0 30px rgba(166,135,255,.07); }
.person-orb span { color: #8e859d; font-size: 9px; }
.person-orb strong { color: var(--gold-soft); font-family: Georgia,serif; font-size: 42px; }
.connection { width: 150px; margin-inline: -3px; position: relative; text-align: center; }
.connection::before,.connection::after { content: ""; position: absolute; top: 34px; width: 34px; height: 1px; background: linear-gradient(90deg,rgba(242,201,116,0),var(--gold)); }
.connection::before { left: 0; }
.connection::after { right: 0; transform: rotate(180deg); }
.match-score { color: var(--gold); font-size: 24px; font-weight: 850; }
.connection span { color: #948b9f; font-size: 9px; }

.calculator-section { border-top: 1px solid rgba(255,255,255,.045); border-bottom: 1px solid rgba(255,255,255,.045); background: rgba(255,255,255,.015); }
.calculator-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.calculator-note { font-size: 13px !important; color: #8a8097 !important; }
.calculator-card { padding: 32px; border: 1px solid var(--border); border-radius: 26px; background: linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025)); box-shadow: var(--shadow); }
.calculator-card label { display: block; margin-bottom: 9px; color: #c9c1d4; font-size: 13px; font-weight: 730; }
.calculator-card input { width: 100%; height: 56px; margin-bottom: 14px; padding: 0 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; outline: none; color: #fff; background: #120d20; color-scheme: dark; }
.calculator-card input:focus { border-color: rgba(242,201,116,.55); box-shadow: 0 0 0 3px rgba(242,201,116,.08); }
.calculator-result { min-height: 165px; margin-top: 20px; padding: 20px; display: grid; place-items: center; text-align: center; border: 1px solid rgba(255,255,255,.05); border-radius: 18px; background: rgba(0,0,0,.13); }
.result-placeholder { color: #817789; font-size: 13px; }
.result-number { color: var(--gold-soft); font-family: Georgia,serif; font-size: 70px; line-height: 1; }
.result-title { margin-top: 10px; font-size: 16px; font-weight: 820; }
.result-copy { max-width: 400px; margin: 6px auto 0; color: #aaa1b0; font-size: 12px; }
.result-cta { display: inline-block; margin-top: 10px; color: var(--gold); text-decoration: none; font-size: 12px; font-weight: 780; }

.guide-section { background: linear-gradient(180deg,transparent,rgba(103,75,183,.04),transparent); }
.guide-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.guide-card { min-height: 190px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 22px; text-decoration: none; background: rgba(255,255,255,.03); transition: transform .18s ease,border-color .18s ease,background .18s ease; }
.guide-card:hover { transform: translateY(-3px); border-color: rgba(166,135,255,.3); background: rgba(255,255,255,.045); }
.guide-card span { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 850; }
.guide-card strong { max-width: 470px; margin: 22px 0 30px; font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.guide-card em { margin-top: auto; color: #b9afd0; font-size: 12px; font-style: normal; font-weight: 720; }

.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 900px; margin-inline: auto; }
.review-card { margin: 0; padding: 32px; border: 1px solid var(--border); border-radius: 22px; background: rgba(255,255,255,.035); }
.stars { color: var(--gold); letter-spacing: .08em; font-size: 13px; }
.review-card p { margin: 22px 0; font-size: 19px; line-height: 1.5; letter-spacing: -.02em; }
.review-card footer { color: #8c8298; font-size: 11px; }
.review-disclaimer { max-width: 760px; margin: 22px auto 0; color: #7d7487; text-align: center; font-size: 11px; }

.faq-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.faq-wrap .section-heading { position: sticky; top: 110px; }
.faq-list details { padding: 21px 0; border-top: 1px solid var(--border); }
.faq-list details:last-child { border-bottom: 1px solid var(--border); }
.faq-list summary { cursor: pointer; list-style: none; font-size: 18px; font-weight: 760; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; margin-left: 12px; color: var(--gold); font-size: 23px; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 740px; margin: 13px 0 0; color: #aaa1b1; font-size: 14px; }

.final-cta { padding-top: 45px; }
.cta-panel { min-height: 280px; padding: 45px 50px; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 35px; border: 1px solid rgba(242,201,116,.18); border-radius: 32px; background: radial-gradient(circle at 7% 50%,rgba(242,201,116,.12),transparent 190px),radial-gradient(circle at 82% 0%,rgba(166,135,255,.11),transparent 250px),rgba(255,255,255,.028); }
.cta-symbol { color: var(--gold-soft); font-family: Georgia,serif; font-size: 67px; }
.cta-panel h2 { margin-bottom: 10px; font-size: clamp(34px,3.4vw,51px); }
.cta-panel p { margin-bottom: 0; color: #aaa1b6; }

.site-footer { margin-top: 70px; padding: 60px 0 24px; border-top: 1px solid rgba(255,255,255,.07); background: rgba(3,2,8,.22); }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; }
.footer-brand { margin-bottom: 15px; }
.footer-grid p { max-width: 390px; color: #82798d; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 13px 20px; max-width: 560px; align-content: flex-start; }
.footer-links a { color: #a098aa; text-decoration: none; font-size: 12px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 48px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.05); color: #686170; font-size: 10px; }

/* SEO guide pages */
.article-page { background: radial-gradient(circle at 50% 0,rgba(116,82,208,.18),transparent 30rem),linear-gradient(180deg,#0e091c,#080510); }
.article-main { padding: 80px 0 110px; }
.article-hero { max-width: 890px; margin: 0 auto 70px; text-align: center; }
.article-hero h1 { max-width: 880px; margin-inline: auto; font-size: clamp(46px,6vw,76px); }
.article-hero p { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: 19px; }
.article-shell { width: min(calc(100% - 40px),900px); margin-inline: auto; }
.article-card { padding: clamp(28px,5vw,58px); border: 1px solid var(--border); border-radius: 30px; background: rgba(255,255,255,.035); box-shadow: var(--shadow); }
.article-card h2 { margin-top: 50px; font-size: clamp(30px,4vw,44px); }
.article-card h2:first-child { margin-top: 0; }
.article-card h3 { margin-top: 32px; }
.article-card p,.article-card li { color: #c0b7cb; }
.article-card ul { padding-left: 22px; }
.article-card li { margin: 8px 0; }
.article-callout { margin: 32px 0; padding: 23px 25px; border: 1px solid rgba(242,201,116,.18); border-radius: 18px; background: rgba(242,201,116,.055); }
.article-callout strong { color: var(--gold-soft); }
.article-links { margin-top: 55px; padding-top: 30px; border-top: 1px solid var(--border); display: flex; flex-wrap: wrap; gap: 12px 20px; }
.article-links a { color: var(--gold-soft); text-decoration: none; font-size: 13px; font-weight: 740; }
.article-links a:hover { text-decoration: underline; }
.breadcrumbs { margin-bottom: 30px; color: #8f859b; font-size: 12px; }
.breadcrumbs a { text-decoration: none; color: #bbb1c6; }

@media (max-width: 1000px) {
  .hero-grid,.split-grid,.calculator-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 68px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions,.trust-row { justify-content: center; }
  .hero-visual { margin-top: 24px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .split-grid,.calculator-grid { gap: 52px; }
  .compatibility-card { grid-template-columns: 1fr; }
  .faq-wrap { grid-template-columns: 1fr; gap: 10px; }
  .faq-wrap .section-heading { position: static; }
  .cta-panel { grid-template-columns: 80px 1fr; }
  .cta-panel .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  .container,.article-shell { width: min(calc(100% - 28px),var(--max)); }
  .section { padding: 76px 0; }
  .nav-wrap { min-height: 66px; }
  .menu-button { display: block; }
  .nav-links { position: absolute; top: 66px; left: 14px; right: 14px; display: none; padding: 17px; flex-direction: column; align-items: stretch; gap: 2px; border: 1px solid var(--border); border-radius: 18px; background: rgba(14,9,27,.985); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 11px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  h1 { font-size: clamp(44px,13vw,64px); }
  h2 { font-size: clamp(34px,10vw,47px); }
  .hero { min-height: auto; }
  .hero-grid { gap: 24px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 550px; margin-inline: 0; }
  .ring-one { width: 345px; height: 345px; }
  .ring-two { width: 425px; height: 425px; }
  .phone { width: 252px; height: 515px; border-radius: 39px; }
  .phone-screen { padding-inline: 18px; }
  .screen-kicker { margin-top: 54px; }
  .big-number { font-size: 90px; }
  .floating-card { width: 128px; padding: 12px; }
  .floating-card strong { font-size: 27px; }
  .card-left { left: 0; top: 120px; }
  .card-right { right: 0; bottom: 80px; }
  .proof-inner { flex-direction: column; align-items: flex-start; }
  .proof-tags { justify-content: flex-start; }
  .intent-grid,.feature-grid,.guide-grid,.review-grid { grid-template-columns: 1fr; }
  .intent-card { min-height: 240px; }
  .intent-symbol { margin-bottom: 45px; }
  .feature-card { min-height: 210px; }
  .feature-number { margin-bottom: 28px; }
  .timeline-preview { padding: 25px 20px; }
  .forecast-row { grid-template-columns: 104px 1fr; }
  .preview-top { flex-direction: column; gap: 5px; }
  .compatibility-card { padding: 34px 22px; }
  .compatibility-actions { align-items: flex-start; flex-direction: column; }
  .match-visual { transform: scale(.82); margin-inline: -34px; }
  .calculator-card { padding: 22px; }
  .cta-panel { padding: 34px 24px; grid-template-columns: 1fr; text-align: center; }
  .cta-symbol { font-size: 58px; }
  .cta-panel .button { grid-column: auto; justify-self: center; width: 100%; }
  .footer-grid,.footer-bottom { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .article-main { padding-top: 56px; }
  .article-card { border-radius: 24px; }
}

@media (max-width: 390px) {
  .hero-visual { min-height: 510px; }
  .phone { width: 235px; height: 485px; }
  .ring-one { width: 315px; height: 315px; }
  .ring-two { width: 380px; height: 380px; }
  .floating-card { width: 116px; }
  .card-left { top: 105px; }
  .card-right { bottom: 68px; }
  .match-visual { transform: scale(.72); margin-inline: -58px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button,.feature-card,.guide-card { transition: none; }
}
