:root {
  color-scheme: dark;
  --bg: #090d12;
  --panel: #10171d;
  --text: #f4f5f2;
  --muted: #a8b4bb;
  --line: #2a353b;
  --gold: #e8c679;
  --green: #9fddc2;
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure, fieldset { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
p { line-height: 1.7; text-wrap: pretty; }
::selection { color: var(--bg); background: var(--gold); }
:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
.sr-only, .screen-choice { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 14px 18px; background: var(--gold); color: var(--bg); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.wrap, .topbar, .section, footer { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.topbar { position: sticky; top: 0; z-index: 20; min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); background: rgba(9,13,18,.97); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 21px; font-weight: 750; letter-spacing: -.045em; }
.brand-mark { width: 38px; height: 38px; border-radius: 10px; }
.desktop-nav { display: flex; gap: 26px; font-size: 14px; color: var(--muted); }
.desktop-nav a, .footer-links a { display: flex; align-items: center; min-height: 44px; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.locale-switch { display: flex; }
.locale-switch a { display: grid; place-items: center; min-width: 38px; min-height: 44px; font-size: 14px; color: var(--muted); }
.locale-switch a[aria-current] { color: var(--text); font-weight: 700; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 7px; }
.nav-cta { border: 1px solid #7c7253; border-radius: 6px; min-height: 44px; padding: 12px 18px; color: var(--gold); font-size: 14px; font-weight: 650; }
.nav-cta:hover { background: var(--gold); color: var(--bg); }
.mobile-menu { position: relative; display: none; }
.mobile-menu summary { display: grid; place-content: center; gap: 5px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 6px; list-style: none; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 18px; height: 2px; background: var(--text); }
.mobile-menu nav { position: absolute; right: 0; top: 54px; width: min(280px,calc(100vw - 40px)); padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); box-shadow: 0 20px 50px #0008; }
.mobile-menu nav a { display: block; padding: 13px 14px; font-size: 16px; }
.mobile-menu nav a:hover { background: #202c32; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 66px; min-height: 660px; padding-block: 54px 46px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 17px; height: 1px; background: currentColor; flex-shrink: 0; }
.hero h1 { max-width: 610px; font-size: clamp(2.4rem,4.6vw,3.9rem); line-height: 1.1; letter-spacing: -.047em; font-weight: 660; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-lead { max-width: 500px; margin-top: 24px; color: #c0c9cf; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 14px 22px; border: 1px solid transparent; border-radius: 6px; font-size: 15px; line-height: 1.5; font-weight: 700; transition: transform .18s ease, background .18s ease; }
.button-primary { background: var(--gold); color: #1b1a12; box-shadow: 0 5px 22px #e8c6790c; }
.button-primary:hover { background: #f4dca4; transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; color: #ccd3d4; text-underline-offset: 5px; }
.text-link:hover { text-decoration: underline; color: var(--gold); }
.hero-note { margin-top: 15px; font-size: 13px; color: var(--muted); }
.hero-checks { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 26px 0 0; padding: 0; list-style: none; font-size: 13px; color: #c3cfc9; }
.hero-checks li { display: flex; gap: 7px; align-items: center; }
.hero-checks li::before { content: "✓"; color: var(--green); }
.product-gallery { position: relative; min-width: 0; padding: 22px; border: 1px solid #33443f; border-radius: 15px; background: radial-gradient(ellipse at 50% 48%,#244238 0%,#12241e 44%,#101a17 80%); box-shadow: 0 30px 70px #0003; }
.gallery-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; font-size: 12px; color: #b6c8bd; }
.gallery-top strong { font-weight: 600; color: #e6ece7; }
.gallery-top span { display: flex; align-items: center; gap: 6px; }
.gallery-top span::before { content: ""; width: 5px; height: 5px; background: var(--green); border-radius: 50%; }
.gallery-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 4px; padding: 4px; border: 1px solid #3b4d43; border-radius: 7px; background: #0c1612; }
.gallery-tabs label { display: grid; place-items: center; min-height: 44px; padding: 8px 5px; font-size: 14px; color: #b0c0b7; border: 1px solid transparent; border-radius: 4px; cursor: pointer; }
.gallery-tabs label:hover { color: #fff; background: #1f3027; }
#screen-trainer:checked ~ .gallery-tabs label[for="screen-trainer"],
#screen-academy:checked ~ .gallery-tabs label[for="screen-academy"],
#screen-ranges:checked ~ .gallery-tabs label[for="screen-ranges"] { background: var(--gold); color: #1b1a12; font-weight: 700; }
#screen-trainer:focus-visible ~ .gallery-tabs label[for="screen-trainer"],
#screen-academy:focus-visible ~ .gallery-tabs label[for="screen-academy"],
#screen-ranges:focus-visible ~ .gallery-tabs label[for="screen-ranges"] { outline: 3px solid var(--green); outline-offset: 3px; }
.gallery-pane { display: none; }
#screen-trainer:checked ~ .gallery-panes .pane-trainer,
#screen-academy:checked ~ .gallery-panes .pane-academy,
#screen-ranges:checked ~ .gallery-panes .pane-ranges { display: block; }
.gallery-pane picture { display: flex; justify-content: center; align-items: center; height: 425px; margin: 22px auto; }
.gallery-pane img { max-height: 100%; width: auto; max-width: 100%; border: 1px solid #51685c; border-radius: 15px; box-shadow: 0 15px 35px #0006; }
.gallery-pane figcaption { min-height: 51px; max-width: 350px; margin: auto; text-align: center; font-size: 13px; line-height: 1.5; color: #bdcfc3; }
.gallery-pane figcaption strong { display: block; margin-bottom: 5px; color: #edf2ee; font-size: 15px; font-weight: 600; }
.value-bar { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; padding-block: 28px; border-block: 1px solid var(--line); }
.value-bar div { display: flex; align-items: flex-start; gap: 14px; }
.value-bar b { color: var(--gold); font-size: 13px; font-weight: 500; padding-top: 3px; }
.value-bar strong { display: block; color: #e5e9e8; font-size: 15px; font-weight: 600; }
.value-bar p { margin-top: 3px; color: var(--muted); font-size: 13px; }
.section { padding-block: 88px; }
.guide-preview { border-top: 1px solid var(--line); }
.guide-preview .benefit h3 { max-width: none; font-size: 1.375rem; }
.guide-preview .benefit h3 a:hover { color: var(--gold); text-decoration: underline; text-underline-offset: 5px; }
.guide-preview .benefit h3 a span { color: var(--gold); }
.guide-index-link { margin-top: 30px; }
.section-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 22px 80px; align-items: end; margin-bottom: 40px; }
.section-heading .eyebrow { grid-column: 1/-1; margin-bottom: 0; }
.section h2, .academy-section h2 { font-size: clamp(2rem,3.3vw,2.95rem); line-height: 1.14; font-weight: 620; letter-spacing: -.04em; }
.section-heading > p:last-child, .section-lead { color: var(--muted); font-size: 17px; line-height: 1.75; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 34px; }
.benefit { display: flex; flex-direction: column; align-items: flex-start; padding: 25px 0 0; border-top: 1px solid #495043; }
.benefit-number { display: inline-flex; align-items: center; justify-content: center; width: 35px; height: 35px; margin-bottom: 26px; border: 1px solid #4d4937; border-radius: 50%; color: var(--gold); font-size: 12px; }
.benefit h3 { margin-bottom: 15px; max-width: 290px; font-size: 25px; line-height: 1.28; letter-spacing: -.025em; font-weight: 600; }
.benefit > p { color: var(--muted); font-size: 16px; }
.benefit-proof { margin-top: auto; padding-top: 23px; font-size: 13px; line-height: 1.6; color: var(--green); }
.academy-section { padding-block: 72px; background: #edf1ee; color: #182b23; }
.academy-layout { display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 90px; }
.academy-section .eyebrow { color: #456b52; }
.academy-section .section-lead { max-width: 500px; margin-top: 24px; color: #4d6256; }
.academy-proof { display: flex; gap: 25px; margin-top: 30px; padding-top: 23px; border-top: 1px solid #bdcbbf; }
.academy-proof strong { display: block; font-size: 32px; letter-spacing: -.045em; font-weight: 600; }
.academy-proof span { display: block; margin-top: 3px; color: #4d6256; font-size: 13px; }
.academy-guide { padding: 30px; background: #fff9; border: 1px solid #b9cbbf; border-radius: 10px; }
.academy-guide h3 { font-size: 20px; letter-spacing: -.025em; font-weight: 600; }
.learning-path { list-style: none; margin: 24px 0 0; padding: 0; counter-reset: learning; }
.learning-path li { position: relative; display: grid; grid-template-columns: 30px 1fr; gap: 14px; padding: 0 0 24px; counter-increment: learning; }
.learning-path li:last-child { padding-bottom: 0; }
.learning-path li::before { content: counter(learning); width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #7b9b83; border-radius: 50%; font-size: 12px; color: #395b44; background: #f0f5f0; z-index: 1; }
.learning-path li:not(:last-child)::after { content: ""; position: absolute; left: 13px; top: 27px; bottom: 0; border-left: 1px solid #adbfaf; }
.learning-path strong { display: block; font-size: 16px; font-weight: 650; }
.learning-path p { margin-top: 5px; color: #506658; font-size: 14px; }
.academy-note { margin-top: 24px; padding-top: 20px; border-top: 1px solid #c5d1c8; color: #516659; font-size: 12px; line-height: 1.7; }
.tools-layout { display: grid; grid-template-columns: .9fr 1fr; gap: 90px; align-items: start; }
.tools-intro .section-lead { margin-top: 22px; }
.tools-list { display: grid; gap: 0; }
.tool-row { padding: 24px 0; border-top: 1px solid var(--line); }
.tool-row:first-child { padding-top: 0; border-top: 0; }
.tool-row h3 { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 10px; font-size: 21px; letter-spacing: -.025em; font-weight: 600; }
.tool-row h3 span { color: var(--gold); font-size: 13px; letter-spacing: 0; font-weight: 500; white-space: nowrap; }
.tool-row p { color: var(--muted); font-size: 16px; }
.tool-scope { display: block; margin-top: 9px; color: #b3c0b7; font-size: 12px; line-height: 1.6; }
.quiet-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; padding: 30px; border: 1px solid #34403b; border-radius: 10px; background: #101a16; }
.quiet-proof h3 { margin-bottom: 9px; color: #dae8df; font-size: 16px; font-weight: 600; }
.quiet-proof p { color: #acbdb1; font-size: 14px; }
.quiet-proof a { text-decoration: underline; text-underline-offset: 4px; }
.faq-layout { display: grid; grid-template-columns: .7fr 1fr; gap: 90px; }
.faq-intro p:not(.eyebrow) { color: var(--muted); font-size: 16px; margin-top: 20px; }
.faq-intro a { color: var(--gold); text-decoration: underline; text-underline-offset: 4px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; list-style: none; cursor: pointer; font-size: 17px; font-weight: 550; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex-shrink: 0; color: var(--gold); font-size: 23px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding-bottom: 24px; color: var(--muted); font-size: 16px; }
.final-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding: 48px; margin-bottom: 64px; border: 1px solid #5c563f; border-radius: 12px; background: linear-gradient(110deg,#29281d,#151d18); }
.final-cta .eyebrow { margin-bottom: 16px; }
.final-cta p:not(.eyebrow) { max-width: 570px; margin-top: 18px; color: #c0c9bb; font-size: 16px; }
.cta-detail { margin-top: 12px!important; text-align: center; font-size: 12px!important; color: #bdc7b7!important; }
.final-cta .button { white-space: nowrap; }
footer { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding-bottom: 30px; color: var(--muted); }
.footer-brand { color: var(--text); font-size: 19px; }
.footer-brand .brand-mark { width: 32px; height: 32px; border-radius: 8px; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; font-size: 14px; }
.footer-bottom { grid-column: 1/-1; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 12px; line-height: 1.7; }
@media (max-width: 1100px) {
  .hero { gap: 36px; }.hero h1 { font-size: clamp(2.3rem,4.8vw,3.5rem); }
  .header-actions { gap: 12px; }.desktop-nav { gap: 18px; }.nav-cta { display: none; }
  .gallery-pane picture { height: 395px; }.product-gallery { padding: 18px; }
  .value-bar { gap: 24px; }.academy-layout, .tools-layout, .faq-layout { gap: 55px; }
  .section-heading { gap: 20px 50px; }.benefit-grid { gap: 25px; }.benefit h3 { font-size: 23px; }
  .quiet-proof { gap: 25px; }.final-cta { padding: 38px; gap: 30px; }
}
@media (max-width: 780px) {
  .wrap, .topbar, .section, footer { width: calc(100% - 40px); }
  .topbar { min-height: 72px; }.desktop-nav { display: none; }.mobile-menu { display: block; }
  .brand { font-size: 20px; }.hero { grid-template-columns: 1fr; min-height: 0; padding-block: 36px 30px; gap: 30px; }
  .hero h1 { font-size: clamp(2.2rem,6.7vw,3.5rem); max-width: 650px; }
  .hero-lead { max-width: 600px; margin-top: 21px; font-size: 17px; }.hero-actions { margin-top: 25px; }
  .hero-checks { margin-top: 20px; gap: 8px 18px; }.product-gallery { width: min(100%,480px); justify-self: center; padding: 17px; }
  .gallery-pane picture { height: 390px; margin-block: 20px; }.gallery-pane figcaption { min-height: 50px; }
  .value-bar { grid-template-columns: 1fr; gap: 20px; padding-block: 25px; }.value-bar div { gap: 16px; }
  .value-bar strong { font-size: 16px; }.value-bar p { font-size: 14px; }
  .section { padding-block: 64px; }.section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
  .section h2, .academy-section h2 { font-size: clamp(1.9rem,5.8vw,2.6rem); }
  .benefit-grid { grid-template-columns: 1fr; gap: 25px; }.benefit { display: grid; grid-template-columns: 34px 1fr; gap: 0 17px; padding-top: 24px; }
  .benefit-number { grid-row: 1/4; margin: 0; }.benefit h3 { max-width: none; font-size: 23px; margin-bottom: 12px; }
  .benefit-proof { padding-top: 13px; }.academy-section { padding-block: 58px; }
  .academy-layout, .tools-layout, .faq-layout { grid-template-columns: 1fr; gap: 34px; }.academy-proof { justify-content: space-between; gap: 15px; }
  .academy-guide { padding: 25px; }.quiet-proof { grid-template-columns: 1fr; gap: 24px; padding: 25px; }
  .tool-row h3 { font-size: 20px; }.final-cta { grid-template-columns: 1fr; gap: 24px; padding: 30px; margin-bottom: 45px; }
  .final-cta .button { width: 100%; }.cta-detail { text-align: left; }footer { grid-template-columns: 1fr; gap: 16px; }
  .footer-links { gap: 10px 22px; }.footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
}
@media (max-width: 390px) {
  .wrap, .topbar, .section, footer { width: calc(100% - 32px); }.brand { font-size: 18px; gap: 8px; }
  .brand-mark { width: 32px; height: 32px; }.header-actions { gap: 6px; }.locale-switch a { min-width: 32px; }
  .hero h1 { font-size: 2.05rem; letter-spacing: -.05em; }.hero-lead { font-size: 16px; }.hero-actions { gap: 10px; }
  .hero-actions .button { flex: 1 0 100%; }.hero-actions .text-link { margin-inline: auto; }.hero-note { text-align: center; }
  .hero-checks { justify-content: center; font-size: 12px; }.gallery-tabs label { font-size: 14px; padding-inline: 3px; }
  .gallery-pane picture { height: 350px; }.gallery-top { font-size: 12px; }.gallery-pane figcaption strong { font-size: 14px; }
  .section h2, .academy-section h2 { font-size: 1.85rem; }.benefit h3 { font-size: 21px; }
  .academy-proof strong { font-size: 29px; }.academy-proof span { font-size: 12px; }.academy-guide { padding: 21px; }
  .tool-row h3 { align-items: flex-start; flex-direction: column; gap: 5px; }.final-cta { padding: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }*, *::before, *::after { animation: none!important; transition: none!important; }
}
@media (forced-colors: active) {
  .button, .product-gallery, .gallery-tabs, .gallery-tabs label, .academy-guide { border: 1px solid CanvasText; }
  .hero h1 em, .eyebrow, .gallery-tabs label { color: CanvasText; }
  #screen-trainer:checked ~ .gallery-tabs label[for="screen-trainer"], #screen-academy:checked ~ .gallery-tabs label[for="screen-academy"], #screen-ranges:checked ~ .gallery-tabs label[for="screen-ranges"] { color: HighlightText; background: Highlight; forced-color-adjust: none; }
}
