:root {
  --blue: #1457ff;
  --blue-deep: #0d39b8;
  --blue-soft: #dce7ff;
  --ink: #090e1a;
  --ink-2: #242b3a;
  --muted: #657086;
  --paper: #f5f7fb;
  --white: #fff;
  --line: #dce1ea;
  --acid: #c8ff3d;
  --warning: #fff2d8;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(12, 25, 58, .13);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
[hidden] { display: none !important; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -60px; padding: 12px 18px; border-radius: 10px; background: #fff; color: #000; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.reading-progress { position: fixed; z-index: 1001; inset: 0 0 auto; height: 3px; transform: scaleX(0); transform-origin: left; background: var(--acid); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(220, 225, 234, .78); background: rgba(247, 248, 251, .91); backdrop-filter: blur(18px); }
.header-inner { height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 21px; font-weight: 840; letter-spacing: -.055em; }
.brand small { color: var(--blue); font-size: .55em; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; background: var(--blue); color: #fff; font-size: 26px; font-style: italic; font-weight: 900; line-height: 1; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 28px; }
.desktop-nav a { color: #475167; font-size: 14px; font-weight: 650; transition: color .2s; }
.desktop-nav a:hover { color: var(--blue); }
.header-cta { display: inline-flex; min-height: 42px; align-items: center; gap: 10px; padding: 0 18px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 750; }
.header-cta svg, .text-link svg, .button svg, .process-track a svg, .related-card svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transition: transform .2s; }
.header-cta:hover svg, .button:hover svg, .text-link:hover svg, .process-track a:hover svg, .related-card:hover svg { transform: translateX(4px); }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: var(--ink); }
.menu-button span { display: block; width: 18px; height: 2px; margin: 5px auto; background: #fff; }
.mobile-nav { display: none; }

.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.section { padding: 120px 0; }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 64px; margin-bottom: 54px; }
.section-head h2 { margin: 0; font-size: clamp(42px, 6vw, 72px); font-weight: 870; letter-spacing: -.065em; line-height: .96; }
.section-head > p { max-width: 480px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.section-head.inverse .eyebrow { color: #85aaff; }
.section-head.inverse h2, .section-head.inverse > p { color: #fff; }
.section-head.inverse > p { color: #b8c1d7; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 800; line-height: 1; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; box-shadow: 0 12px 28px rgba(9, 14, 26, .18); }
.button-light { background: #fff; color: var(--ink); }
.button-blue { background: var(--blue); color: #fff; }
.button-ghost { border-color: #bfc8da; background: rgba(255, 255, 255, .58); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-weight: 780; }

.hero { position: relative; overflow: hidden; min-height: 760px; padding: 78px 0 72px; background: var(--paper); }
.hero::before { position: absolute; right: -180px; bottom: -280px; width: 720px; height: 720px; border: 1px solid rgba(20, 87, 255, .14); border-radius: 50%; content: ""; box-shadow: 0 0 0 100px rgba(20, 87, 255, .04), 0 0 0 200px rgba(20, 87, 255, .025); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); align-items: center; gap: 54px; min-height: 610px; }
.hero-copy { z-index: 2; min-width: 0; padding: 58px 0; }
.hero-copy h1 { max-width: 570px; margin: 0 0 30px; font-size: clamp(62px, 6.7vw, 96px); font-weight: 900; letter-spacing: -.04em; line-height: 1; }
.hero-copy h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 570px; margin-bottom: 34px; color: #465169; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: #5e697e; font-size: 13px; font-weight: 650; }
.hero-visual { position: relative; min-width: 0; width: 100%; align-self: center; height: clamp(500px, 45vw, 640px); overflow: hidden; border-radius: 42px 10px 42px 42px; background: #bcd5ff; box-shadow: var(--shadow); }
.hero-visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245, 247, 251, .5), transparent 42%); content: ""; pointer-events: none; }
/* The portrait is on the right of the wide source image; keep it in view at every breakpoint. */
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.floating-note { position: absolute; z-index: 2; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 14px; width: 250px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 18px; background: rgba(255,255,255,.86); box-shadow: 0 12px 30px rgba(8, 32, 85, .16); backdrop-filter: blur(14px); }
.floating-note span { color: var(--blue); font-size: 12px; font-weight: 850; }
.floating-note p { margin: 0; font-size: 14px; line-height: 1.35; }

.quick-answer { padding: 58px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.quick-answer .shell { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 80px; }
.quick-answer h2 { max-width: 430px; margin: 0; font-size: 30px; letter-spacing: -.035em; line-height: 1.15; }
.quick-answer .shell > p { margin: 0; color: #394359; font-size: 22px; line-height: 1.58; }
.quick-answer strong { color: var(--blue); }

.benefits { background: #fff; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-grid article { min-height: 330px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.icon-box { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: var(--blue-soft); color: var(--blue); }
.icon-box svg { width: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.big-number { margin: 50px 0 2px; color: var(--blue); font-size: 56px; font-weight: 880; letter-spacing: -.07em; line-height: 1; }
.benefit-grid h3 { margin-bottom: 10px; font-size: 19px; letter-spacing: -.025em; }
.benefit-grid article > p:last-child { color: var(--muted); font-size: 15px; }
.source-note { max-width: 820px; margin: 20px 0 0; color: #7b8495; font-size: 12px; }
.source-note a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

.comparison { position: relative; overflow: hidden; background: var(--ink); }
.comparison::before { position: absolute; top: -250px; right: -220px; width: 700px; height: 700px; border: 1px solid #244480; border-radius: 50%; content: ""; box-shadow: 0 0 0 90px rgba(20,87,255,.035), 0 0 0 180px rgba(20,87,255,.02); }
.compare-grid { position: relative; display: grid; grid-template-columns: .52fr 1fr 1fr; gap: 2px; }
.compare-labels { display: flex; flex-direction: column; padding-top: 106px; }
.compare-labels span { height: 92px; display: flex; align-items: center; border-bottom: 1px solid #242c3c; color: #7e899f; font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.compare-card { padding: 30px; background: #121a2b; color: #fff; }
.compare-card.online { background: var(--blue); }
.compare-title { height: 76px; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.compare-title span { color: #91aeff; font-size: 12px; font-weight: 850; }
.compare-card.online .compare-title span { color: #d5e0ff; }
.compare-title h3 { margin: 0; font-size: 28px; letter-spacing: -.04em; }
.compare-card ul { margin: 0; padding: 0; list-style: none; }
.compare-card li { height: 92px; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid rgba(255,255,255,.13); }
.compare-card li strong { font-size: 17px; }
.compare-card li small { color: #a7b2c9; font-size: 13px; }
.compare-card.online li small { color: #d9e2ff; }
.compare-more { position: relative; margin: 34px 0 0 calc(17.333% + 2px); }

.process { background: var(--paper); }
.process-track { border-top: 1px solid var(--line); }
.process-track article { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 40px 0; border-bottom: 1px solid var(--line); }
.process-track article > span { color: var(--blue); font-size: 13px; font-weight: 850; }
.process-track article > div { display: grid; grid-template-columns: .55fr 1fr auto; align-items: start; gap: 60px; }
.process-track h3 { margin: 0; font-size: 30px; letter-spacing: -.04em; }
.process-track p { max-width: 550px; margin: 0; color: var(--muted); }
.process-track a { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 14px; font-weight: 800; white-space: nowrap; }
.process-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 38px; padding: 26px 30px; border-radius: var(--radius); background: #e6edff; }
.process-cta p { margin: 0; color: #45526c; }

.articles { background: #fff; }
.article-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.article-card { min-height: 360px; display: flex; flex-direction: column; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, transform .2s; }
.article-card:hover { background: #f5f8ff; }
.article-card-top { display: flex; justify-content: space-between; gap: 20px; color: #778197; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.article-card-top span:first-child { color: var(--blue); }
.article-card h3 { margin: 66px 0 18px; font-size: clamp(25px, 3vw, 36px); letter-spacing: -.045em; line-height: 1.08; }
.article-card h3 a::after { position: absolute; inset: 0; content: ""; }
.article-card { position: relative; }
.article-card p { max-width: 520px; color: var(--muted); }
.article-card .text-link { margin-top: auto; }
.article-featured { grid-column: 1 / -1; min-height: 420px; background: var(--blue); color: #fff; }
.article-featured:hover { background: var(--blue-deep); }
.article-featured .article-card-top, .article-featured .article-card-top span:first-child, .article-featured p, .article-featured .text-link { color: #dce6ff; }
.article-featured h3 { max-width: 820px; font-size: clamp(38px, 5vw, 62px); }

.lens-stock { overflow: hidden; background: var(--acid); }
.stock-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.lens-stock .eyebrow { color: #285100; }
.lens-stock h2 { margin-bottom: 28px; font-size: clamp(46px, 6vw, 76px); font-weight: 880; letter-spacing: -.065em; line-height: .95; }
.lens-stock p { max-width: 650px; color: #2d401c; font-size: 18px; }
.stock-links { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 32px; }
.stock-links .text-link { color: #142500; }
.stock-figure { position: relative; min-height: 440px; display: grid; place-items: center; }
.lens-disc { position: relative; z-index: 2; width: 290px; height: 290px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(0,0,0,.12); border-radius: 50%; background: #fff; box-shadow: 0 28px 70px rgba(41, 79, 0, .17); }
.lens-disc small { font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.lens-disc strong { font-size: 90px; font-weight: 900; letter-spacing: -.09em; line-height: .95; }
.lens-disc sup { color: var(--blue); font-size: .45em; }
.lens-disc p { margin: 8px 0 0; color: var(--ink); font-size: 14px; }
.orbit { position: absolute; border: 1px solid rgba(9,14,26,.22); border-radius: 50%; }
.orbit-a { width: 380px; height: 380px; }
.orbit-b { width: 520px; height: 520px; }
.stock-figure > p { position: absolute; right: 0; bottom: 0; margin: 0; font-size: 11px; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-intro { position: sticky; top: 118px; align-self: start; }
.faq-intro h2 { margin-bottom: 24px; font-size: clamp(40px, 5vw, 64px); letter-spacing: -.06em; line-height: .98; }
.faq-intro > p:last-child { max-width: 440px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; cursor: pointer; font-size: 19px; font-weight: 760; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 28px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; padding: 0 40px 25px 0; color: var(--muted); }

.final-cta { padding: 110px 0; background: var(--blue); color: #fff; text-align: center; }
.final-cta .eyebrow { color: #b9ccff; }
.final-cta h2 { margin: 0 auto 36px; font-size: clamp(46px, 7vw, 88px); font-weight: 880; letter-spacing: -.07em; line-height: .92; }
.final-cta .shell > div { display: flex; align-items: center; justify-content: center; gap: 26px; }
.final-cta .shell > div > a:last-child { font-weight: 750; text-decoration: underline; text-underline-offset: 5px; }

.site-footer { padding: 72px 0 26px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 80px; }
.brand-light { color: #fff; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid > div:first-child p { max-width: 340px; margin-top: 14px; color: #8f9ab1; }
.footer-grid strong { margin-bottom: 8px; color: #7c879e; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a:not(.brand) { color: #c7cede; font-size: 14px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: grid; grid-template-columns: auto 1fr; gap: 60px; margin-top: 70px; padding-top: 24px; border-top: 1px solid #222b3c; color: #778198; font-size: 12px; }
.footer-bottom p { max-width: 760px; margin: 0; }
.back-to-top { position: fixed; z-index: 80; right: 22px; bottom: 22px; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--ink); color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.2); cursor: pointer; opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity .2s, transform .2s; }
.back-to-top.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }

/* Article pages */
.article-hero { padding: 70px 0 74px; border-bottom: 1px solid var(--line); background: #fff; }
.article-hero-grid { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 90px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 56px; color: #7b8495; font-size: 12px; }
.breadcrumbs a:hover { color: var(--blue); }
.article-hero h1 { max-width: 880px; margin: 0 0 28px; font-size: clamp(48px, 7vw, 86px); font-weight: 890; letter-spacing: -.07em; line-height: .95; }
.article-intro { max-width: 800px; margin-bottom: 28px; color: #566177; font-size: 20px; line-height: 1.6; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; color: #7f899b; font-size: 12px; }
.article-meta span + span::before { margin-right: 18px; color: #c4cad4; content: "•"; }
.answer-box { padding: 30px; border-radius: var(--radius); background: var(--blue); color: #fff; box-shadow: 0 20px 50px rgba(20,87,255,.24); }
.answer-box span { color: #c7d6ff; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.answer-box p { margin: 14px 0 0; font-size: 18px; line-height: 1.58; }
.article-layout { display: grid; grid-template-columns: minmax(0, 790px) 270px; gap: 90px; padding-top: 76px; padding-bottom: 110px; }
.article-content { min-width: 0; color: #343d50; font-size: 18px; line-height: 1.8; }
.article-content .lead { margin-bottom: 48px; color: var(--ink); font-size: 24px; font-weight: 620; line-height: 1.55; }
.article-content h2 { margin: 64px 0 20px; color: var(--ink); font-size: clamp(31px, 4vw, 44px); letter-spacing: -.045em; line-height: 1.12; }
.article-content h2:first-of-type { margin-top: 0; }
.article-content p { margin-bottom: 24px; }
.article-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.comparison-table { margin: 38px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; }
.comparison-table table { width: 100%; border-collapse: collapse; font-size: 15px; }
.comparison-table th, .comparison-table td { min-width: 180px; padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; }
.comparison-table th { background: var(--ink); color: #fff; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.comparison-table td:first-child { color: var(--ink); font-weight: 750; }
.comparison-table tr:last-child td { border-bottom: 0; }
.check-list { margin: 30px 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 0; padding: 15px 0 15px 38px; border-bottom: 1px solid var(--line); }
.check-list li::before { position: absolute; left: 0; top: 17px; display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--blue); content: "✓"; font-size: 12px; font-weight: 900; }
.number-list { margin: 32px 0; padding: 0; list-style: none; }
.number-list li { display: grid; grid-template-columns: 62px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.number-list li > span { color: var(--blue); font-size: 13px; font-weight: 850; }
.number-list strong { color: var(--ink); }
.number-list p { margin: 3px 0 0; color: var(--muted); font-size: 16px; }
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 34px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.mini-grid article { padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mini-grid strong { color: var(--blue); font-size: 19px; }
.mini-grid p { margin: 8px 0 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.fact-card, .warning-card { margin: 42px 0; padding: 28px 30px; border-left: 4px solid var(--blue); border-radius: 0 18px 18px 0; background: #eaf0ff; }
.warning-card { border-color: #f1a400; background: var(--warning); }
.fact-card strong, .warning-card strong { display: block; margin-bottom: 8px; color: var(--ink); }
.fact-card p, .warning-card p { margin: 0; font-size: 16px; }
.article-aside { align-self: start; }
.aside-card { margin-bottom: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.aside-card span { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.aside-card p { margin: 12px 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.aside-card a { color: var(--blue); font-size: 13px; font-weight: 750; }
.aside-card.accent { border: 0; background: var(--ink); color: #fff; }
.aside-card.accent p { color: #bbc4d6; }
.article-cta { margin-top: 70px; padding: 42px; border-radius: 26px; background: var(--blue); color: #fff; }
.article-cta .eyebrow { color: #c9d8ff; }
.article-cta h2 { margin: 0 0 16px; color: #fff; }
.article-cta p { color: #dbe4ff; }
.article-cta a { text-decoration: none; }
.sources { margin-top: 72px; padding-top: 36px; border-top: 1px solid var(--line); }
.sources h2 { margin-top: 0; font-size: 30px; }
.sources p, .sources li { color: #697387; font-size: 14px; }
.sources ol { padding-left: 22px; }
.sources li { margin-bottom: 10px; }
.related { padding: 90px 0; background: #fff; }
.related .section-head { margin-bottom: 34px; }
.related .section-head h2 { font-size: 52px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-card { position: relative; min-height: 230px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.related-card span { color: var(--blue); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.related-card strong { margin-top: 48px; font-size: 22px; letter-spacing: -.03em; line-height: 1.2; }
.related-card svg { margin-top: auto; color: var(--blue); }
.simple-hero { padding: 90px 0; background: var(--blue); color: #fff; }
.simple-hero .eyebrow { color: #c9d8ff; }
.simple-hero h1 { margin: 0 0 24px; font-size: clamp(52px, 7vw, 88px); letter-spacing: -.07em; line-height: .95; }
.simple-hero p { max-width: 720px; margin: 0; color: #d8e2ff; font-size: 20px; }
.simple-page { padding: 90px 0 120px; }
.simple-page .article-content { max-width: 780px; margin: 0 auto; }
.updated-line { margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--line); color: #8a93a4; font-size: 13px; }

.relationship-note { border-bottom: 1px solid var(--line); background: #eef3ff; }
.relationship-note .shell { display: grid; grid-template-columns: 220px 1fr; gap: 44px; padding-top: 24px; padding-bottom: 24px; }
.relationship-note strong { color: var(--blue); }
.relationship-note p { margin: 0; color: var(--muted); line-height: 1.65; }
.relationship-note a { color: var(--ink); font-weight: 760; text-decoration: underline; text-underline-offset: 3px; }
.advisor-promo { background: #eef3ff; }
.advisor-promo-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 58px; align-items: center; }
.advisor-promo h2 { margin: 10px 0 22px; font-size: clamp(38px, 4.2vw, 64px); line-height: .98; letter-spacing: -.055em; }
.advisor-promo p { color: var(--muted); line-height: 1.7; }
.editorial-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.editorial-pair figure { margin: 0; overflow: hidden; border-radius: 22px; background: white; box-shadow: 0 18px 55px rgba(26,39,68,.1); }
.editorial-pair figure:nth-child(2) { transform: translateY(34px); }
.editorial-pair img { display: block; width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.editorial-pair figcaption { padding: 14px 16px 18px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.center-action { display: flex; justify-content: center; margin-top: 38px; }
.footer-company { margin-top: 20px !important; color: rgba(255,255,255,.62) !important; font-size: 13px !important; line-height: 1.65 !important; }
.article-meta a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.article-image { margin: 36px 0 44px; }
.article-image img { display: block; width: 100%; height: auto; border-radius: 22px; }
.article-image figcaption { margin-top: 10px; color: var(--muted); font-size: 13px; }
.hub-hero, .advisor-hero { background: linear-gradient(145deg,#e6eeff 0%,#fff 72%); color: var(--ink); }
.simple-hero.hub-hero .eyebrow, .simple-hero.advisor-hero .eyebrow { color: var(--blue); }
.simple-hero.hub-hero p, .simple-hero.advisor-hero p { color: #4f5b72; }
.guide-tools { display: grid; grid-template-columns: 160px minmax(240px,520px); gap: 14px 24px; align-items: center; margin-bottom: 34px; }
.guide-tools label { font-weight: 780; }
.guide-tools input { width: 100%; border: 1px solid var(--line); border-radius: 999px; padding: 15px 20px; background: white; color: var(--ink); font: inherit; outline: none; }
.guide-tools input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(20,87,255,.12); }
.filter-row { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 9px; }
.filter-row button { border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; background: white; color: var(--ink); font: inherit; font-weight: 720; cursor: pointer; }
.filter-row button.active { border-color: var(--blue); background: var(--blue); color: white; }
.guide-count { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 14px; }
.guide-grid .article-card h2 { margin: 52px 0 18px; font-size: clamp(24px,2.4vw,32px); letter-spacing: -.04em; line-height: 1.08; }
.guide-grid .article-card h2 a::after { position: absolute; inset: 0; content: ""; }
.guide-grid [hidden] { display: none; }
.no-results { padding: 40px; border: 1px dashed var(--line); border-radius: 18px; text-align: center; color: var(--muted); }
.advisor-shell { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 34px; align-items: start; }
.advisor-form { padding: 36px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 22px 60px rgba(30,43,72,.08); }
.advisor-progress { display: grid; grid-template-columns: 70px 1fr; gap: 16px; align-items: center; margin-bottom: 36px; color: var(--muted); font-size: 13px; font-weight: 760; }
.advisor-progress > div { height: 6px; overflow: hidden; border-radius: 999px; background: #e8ecf4; }
.advisor-progress i { display: block; width: 25%; height: 100%; background: var(--blue); transition: width .25s ease; }
.advisor-form fieldset { margin: 0; padding: 0; border: 0; }
.advisor-form legend { margin-bottom: 24px; font-size: clamp(28px,3vw,40px); font-weight: 820; line-height: 1.05; letter-spacing: -.04em; }
.advisor-form label { display: block; margin: 10px 0; cursor: pointer; }
.advisor-form label input { position: absolute; opacity: 0; pointer-events: none; }
.advisor-form label span { display: flex; justify-content: space-between; gap: 20px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; transition: .18s ease; }
.advisor-form label small { max-width: 230px; color: var(--muted); text-align: right; }
.advisor-form label input:checked + span { border-color: var(--blue); background: #eef3ff; box-shadow: 0 0 0 2px var(--blue); }
.advisor-form label input:focus-visible + span { outline: 3px solid rgba(20,87,255,.25); }
.advisor-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 30px; }
.advisor-side { overflow: hidden; border-radius: 22px; background: var(--ink); color: white; }
.advisor-side img { display: block; width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.advisor-side div { padding: 24px; }
.advisor-side p { margin-bottom: 0; color: rgba(255,255,255,.7); line-height: 1.6; }
.advisor-result { grid-column: 1 / -1; padding: 44px; border-radius: 24px; background: #eef3ff; }
.advisor-result h2 { margin: 10px 0 18px; font-size: clamp(36px,4vw,56px); letter-spacing: -.05em; }
.advisor-result > p:not(.eyebrow) { max-width: 780px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.result-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 30px; }
.result-tags span { padding: 9px 13px; border: 1px solid rgba(20,87,255,.22); border-radius: 999px; background: white; font-weight: 730; }
.result-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.restart-link { margin-top: 24px; border: 0; padding: 0; background: transparent; color: var(--ink); text-decoration: underline; cursor: pointer; }
.legal-callout, .company-card { margin-bottom: 38px; padding: 28px; border-radius: 18px; background: #eef3ff; }
.legal-callout p { margin-bottom: 0; }
.company-card dl { display: grid; gap: 10px; margin: 24px 0 0; }
.company-card dl div { display: grid; grid-template-columns: 180px 1fr; gap: 12px; }
.company-card dt { color: var(--muted); }
.company-card dd { margin: 0; font-weight: 720; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto auto; }
  .menu-button { display: block; }
  .mobile-nav { position: fixed; inset: 78px 0 auto; display: flex; flex-direction: column; gap: 0; padding: 10px 24px 22px; max-height: calc(100dvh - 78px); overflow-y: auto; border-bottom: 1px solid var(--line); background: #fff; visibility: hidden; opacity: 0; transform: translateY(-12px); pointer-events: none; transition: opacity .2s, transform .2s; }
  .mobile-nav.open { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; }
  .mobile-nav a { padding: 14px 2px; border-bottom: 1px solid var(--line); font-weight: 720; }
  .menu-open { overflow: hidden; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 30px; min-height: 540px; }
  .hero-copy h1 { font-size: clamp(58px, 7.2vw, 76px); }
  .hero-visual { height: 540px; }
  .compare-grid { grid-template-columns: 1fr 1fr; }
  .compare-labels { display: none; }
  .compare-more { margin-left: 0; }
  .process-track article { grid-template-columns: 70px 1fr; }
  .process-track article > div { grid-template-columns: 1fr 1fr; gap: 24px; }
  .process-track a { grid-column: 1 / -1; }
  .faq-grid { gap: 60px; }
  .article-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .answer-box { max-width: 700px; }
  .article-layout { grid-template-columns: minmax(0, 1fr) 240px; gap: 50px; }
  .advisor-promo-grid, .advisor-shell { grid-template-columns: 1fr; }
  .advisor-side { max-width: 620px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; gap: 44px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .hero { padding-top: 54px; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; min-height: 0; }
  .hero-copy { padding: 0; }
  .hero-copy h1 { max-width: 650px; font-size: clamp(64px, 10vw, 88px); }
  .hero-visual { width: 100%; height: 500px; min-height: 0; }
  .article-layout { grid-template-columns: 1fr; gap: 0; }
  .article-aside { display: none; }
  .stock-grid, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .faq-intro { position: static; }
  .stock-figure { min-height: 420px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1180px); }
  html { scroll-padding-top: 74px; }
  .header-inner { height: 68px; gap: 12px; }
  .header-cta { display: none; }
  .mobile-nav { inset-block-start: 68px; padding-inline: 20px; }
  .section { padding: 82px 0; }
  .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .section-head h2 { font-size: clamp(38px, 12vw, 46px); }
  .section-head > p { font-size: 16px; }
  .hero { padding: 38px 0 56px; }
  .hero-grid { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { order: 1; padding: 0; }
  .hero-copy h1 { font-size: clamp(52px, 16vw, 72px); line-height: .9; }
  .hero-lead { font-size: 18px; }
  .hero-visual { order: 2; width: 100%; height: 390px; min-height: 0; margin-top: 12px; border-radius: 28px 8px 28px 28px; }
  .hero-visual::after { display: none; }
  .floating-note { right: 12px; bottom: 12px; width: 215px; }
  .hero-proof { gap: 9px 16px; }
  .quick-answer .shell { grid-template-columns: 1fr; gap: 22px; }
  .relationship-note .shell { grid-template-columns: 1fr; gap: 8px; }
  .quick-answer .shell > p { font-size: 19px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 270px; }
  .big-number { margin-top: 36px; }
  .compare-grid { grid-template-columns: 1fr; gap: 16px; }
  .compare-card { border-radius: 18px; }
  .compare-card li { height: auto; min-height: 78px; }
  .process-track article { grid-template-columns: 40px 1fr; gap: 10px; }
  .process-track article > div { grid-template-columns: 1fr; gap: 12px; }
  .process-track a { grid-column: auto; margin-top: 8px; white-space: normal; }
  .process-cta { align-items: flex-start; flex-direction: column; }
  .article-grid { grid-template-columns: 1fr; }
  .article-featured { grid-column: auto; }
  .article-card { min-height: 290px; padding: 26px; }
  .article-featured h3 { font-size: clamp(31px, 10vw, 37px); }
  .stock-grid { grid-template-columns: 1fr; gap: 36px; }
  .stock-figure { min-height: 360px; }
  .lens-disc { width: 240px; height: 240px; }
  .orbit-a { width: 310px; height: 310px; }
  .orbit-b { width: 390px; height: 390px; }
  .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .faq-intro { position: static; }
  .final-cta .shell > div { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; margin-top: 50px; }
  .article-hero { padding: 40px 0 54px; }
  .breadcrumbs { margin-bottom: 38px; }
  .article-hero h1 { overflow-wrap: anywhere; font-size: clamp(38px, 12vw, 50px); line-height: 1; }
  .article-intro { font-size: 18px; }
  .article-meta span + span::before { display: none; }
  .article-meta { flex-direction: column; gap: 4px; }
  .article-layout { grid-template-columns: 1fr; padding-top: 54px; padding-bottom: 70px; }
  .article-content { font-size: 17px; }
  .article-content .lead { font-size: 21px; }
  .article-aside { display: none; }
  .mini-grid { grid-template-columns: 1fr; }
  .article-cta { padding: 28px; }
  .related-grid { grid-template-columns: 1fr; }
  .simple-hero { padding: 58px 0; }
  .simple-hero h1 { overflow-wrap: anywhere; font-size: clamp(38px, 12vw, 54px); line-height: 1; }
  .simple-hero p { font-size: 17px; }
  .simple-page { padding: 64px 0 90px; }
  .advisor-promo-grid { gap: 36px; }
  .editorial-pair { grid-template-columns: 1fr; }
  .editorial-pair figure:nth-child(2) { transform: none; }
  .guide-tools { grid-template-columns: 1fr; }
  .guide-tools input, .filter-row, .guide-count { grid-column: 1; }
  .advisor-form { padding: 24px 18px; }
  .advisor-form label span { flex-direction: column; gap: 6px; }
  .advisor-form label small { max-width: none; text-align: left; }
  .advisor-actions { align-items: stretch; }
  .advisor-actions .button { padding-inline: 20px; }
  .advisor-result { padding: 28px 20px; }
  .company-card dl div { grid-template-columns: 1fr; gap: 2px; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-grid > div:first-child { grid-column: auto; }
}

@media (max-width: 480px) {
  .shell { width: min(100% - 24px, 1180px); }
  .hero-copy h1 { font-size: clamp(48px, 15vw, 64px); }
  .hero-actions, .stock-links, .result-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .stock-links .button, .result-actions .button, .final-cta .button { width: 100%; }
  .hero-proof { align-items: flex-start; flex-direction: column; }
  .hero-visual { height: 330px; min-height: 0; }
  .floating-note { max-width: calc(100% - 24px); }
  .section { padding: 68px 0; }
  .process-track article { grid-template-columns: 30px 1fr; }
  .article-card-top { align-items: flex-start; flex-direction: column; gap: 4px; }
  .lens-stock h2, .faq-intro h2, .final-cta h2 { font-size: clamp(38px, 12vw, 48px); }
  .lens-disc { width: 220px; height: 220px; }
  .lens-disc strong { font-size: 74px; }
  .orbit-a { width: 280px; height: 280px; }
  .orbit-b { width: 350px; height: 350px; }
  .faq-list summary { font-size: 17px; }
  .article-content .lead { font-size: 19px; }
  .comparison-table th, .comparison-table td { min-width: 150px; padding: 14px; }
  .number-list li { grid-template-columns: 42px 1fr; gap: 10px; }
  .fact-card, .warning-card, .article-cta { padding: 24px 20px; }
  .related-card { min-height: 200px; padding: 24px; }
  .advisor-actions { flex-direction: column-reverse; }
  .advisor-actions .button { width: 100%; }
  .filter-row button { flex: 1 1 auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
