:root {
  --navy: #071a2b; --navy-2: #10283a; --paper: #f5f4ef; --surface: #fff;
  --surface-cool: #edf2f4; --text: #112536; --muted: #5d6a73;
  --gold: #d9a52e; --gold-dark: #8a620c; --red: #c8323e; --green: #237864;
  --line: rgba(7,26,43,.14); --line-dark: rgba(255,255,255,.14);
  --shadow: 0 24px 64px rgba(7,26,43,.12); --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; text-rendering: optimizeLegibility; }
button, input { font: inherit; }
a { color: inherit; }
h1, h2, h3, h4, h5, p { letter-spacing: 0; }
section[id] { scroll-margin-top: 76px; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 72px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 28px; padding: 0 max(24px,calc((100vw - var(--max))/2)); border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(7,26,43,.94); color: #fff; backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; color: #fff; text-decoration: none; font-size: 13px; font-weight: 900; }
.brand img { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.16); border-radius: 4px; object-fit: cover; }
.site-header nav { min-width: 0; display: flex; justify-content: center; gap: clamp(14px,1.7vw,25px); }
.site-header nav a { position: relative; color: rgba(255,255,255,.67); text-decoration: none; white-space: nowrap; font-size: 12px; font-weight: 750; transition: color .18s ease; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--gold); transition: right .2s ease; }
.site-header nav a:hover { color: #fff; }
.site-header nav a:hover::after { right: 0; }
.header-access { min-height: 38px; display: inline-flex; align-items: center; border: 1px solid rgba(217,165,46,.58); border-radius: 5px; padding: 0 15px; color: var(--gold); text-decoration: none; font-size: 12px; font-weight: 850; transition: background .2s ease,color .2s ease; }
.header-access:hover { background: var(--gold); color: var(--navy); }
.menu-button { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; border: 0; background: transparent; color: #fff; cursor: pointer; }
.menu-button svg { width: 22px; }

.hero { position: relative; min-height: min(840px,calc(100svh - 24px)); display: flex; align-items: center; overflow: hidden; padding: 124px max(24px,calc((100vw - var(--max))/2)) 72px; background: var(--navy); color: #fff; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,var(--navy) 0%,rgba(7,26,43,.98) 40%,rgba(7,26,43,.7) 58%,rgba(7,26,43,.08) 83%),linear-gradient(0deg,rgba(7,26,43,.88),transparent 45%); }
.hero::after { content: ""; position: absolute; z-index: 2; left: max(24px,calc((100vw - var(--max))/2)); bottom: 0; width: 96px; height: 5px; background: var(--red); }
.hero-art { position: absolute; inset: 72px 0 0 43%; background: url("./assets/repte-mossos-portada.png") center right/contain no-repeat; opacity: .98; }
.hero-content { position: relative; z-index: 3; width: min(610px,53%); }
.eyebrow, .section-label { margin: 0 0 14px; color: var(--gold-dark); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold); }
h1 { max-width: 620px; margin: 0; font-size: clamp(58px,7vw,100px); line-height: .9; text-transform: uppercase; }
.hero-lead { max-width: 600px; margin: 26px 0 28px; color: rgba(255,255,255,.78); font-size: clamp(18px,2vw,23px); line-height: 1.43; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 5px; padding: 0 20px; text-decoration: none; font-size: 14px; font-weight: 850; cursor: pointer; transition: transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease; }
.button svg { width: 17px; height: 17px; }
.button-primary { background: var(--gold); color: var(--navy); }
.button-primary:hover { transform: translateY(-2px); background: #edbe50; box-shadow: 0 12px 28px rgba(217,165,46,.22); }
.button-secondary { border-color: rgba(255,255,255,.36); color: #fff; }
.button-secondary:hover { transform: translateY(-2px); border-color: #fff; background: rgba(255,255,255,.08); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.67); font-size: 12px; font-weight: 720; }
.hero-proof span { display: inline-flex; align-items: center; }
.hero-proof span::before { content: ""; width: 6px; height: 6px; margin-right: 8px; background: var(--red); }

.method-band,.included,.product-showcase,.sample-test,.ecosystem,.free-content,.how-it-works,.team,.community,.reviews,.packages,.price,.faq,footer { padding-left: max(24px,calc((100vw - var(--max))/2)); padding-right: max(24px,calc((100vw - var(--max))/2)); }
.method-band { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(48px,8vw,110px); align-items: center; padding-top: 70px; padding-bottom: 70px; border-bottom: 1px solid var(--line); background: var(--surface); }
.method-band h2,.section-heading h2,.trial h2,.price h2 { margin: 0; font-size: clamp(34px,4.6vw,60px); line-height: 1.02; }
.method-summary>p { max-width: 650px; margin: 0; color: var(--muted); font-size: 17px; }
.method-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 28px; border: 1px solid var(--line); background: var(--line); }
.method-metrics span { min-height: 86px; display: flex; flex-direction: column; justify-content: center; padding: 14px 18px; background: var(--surface); color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.method-metrics strong { color: var(--text); font-size: 23px; text-transform: none; }

.included { padding-top: 94px; padding-bottom: 104px; background: var(--paper); }
.section-heading { max-width: 810px; }
.feature-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 52px; }
.feature-list article { min-height: 210px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto 1fr; gap: 22px; border: 1px solid var(--line); border-radius: 7px; padding: 28px; background: rgba(255,255,255,.55); transition: transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease; }
.feature-list article:hover { transform: translateY(-5px); border-color: rgba(7,26,43,.3); background: #fff; box-shadow: 0 18px 46px rgba(7,26,43,.08); }
.feature-list article>span { align-self: center; color: var(--red); font-size: 11px; font-weight: 900; }
.feature-list article>svg { justify-self: end; width: 31px; height: 31px; color: var(--gold-dark); }
.feature-list article>div { grid-column: 1/-1; align-self: end; }
.feature-list h3 { margin: 0 0 6px; font-size: 23px; }
.feature-list p { margin: 0; color: var(--muted); }

.product-showcase { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px,8vw,110px); align-items: center; padding-top: 104px; padding-bottom: 104px; background: var(--navy); color: #fff; }
.product-showcase .section-label,.reviews .section-label { color: var(--gold); }
.showcase-copy h2 { margin: 0; font-size: clamp(38px,5vw,64px); line-height: 1.02; }
.showcase-copy>p:not(.section-label) { color: rgba(255,255,255,.68); font-size: 17px; }
.check-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.84); }
.check-list svg { flex: 0 0 auto; width: 18px; color: #78d1b7; }
.result-preview { border: 1px solid rgba(255,255,255,.16); border-top: 4px solid var(--gold); border-radius: 7px; padding: clamp(24px,4vw,40px); background: #101f2c; box-shadow: 0 32px 80px rgba(0,0,0,.25); transition: transform .24s ease,border-color .24s ease; }
.result-preview:hover { transform: translateY(-5px); border-color: rgba(217,165,46,.55); }
.result-top { display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.48); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.result-top strong { color: var(--gold); font-size: 22px; }
.result-preview h3 { margin: 26px 0; font-size: clamp(22px,3vw,32px); line-height: 1.22; }
.answer { display: flex; gap: 13px; align-items: center; margin: 9px 0; border: 1px solid transparent; border-radius: 5px; padding: 13px 15px; }
.answer svg { width: 21px; }
.answer span { display: grid; font-weight: 800; }
.answer small { font-size: 10px; text-transform: uppercase; }
.answer.wrong { border-color: rgba(200,50,62,.25); background: rgba(200,50,62,.1); color: #ff9199; }
.answer.correct { border-color: rgba(35,120,100,.34); background: rgba(35,120,100,.17); color: #81d7bd; }
.explanation { margin: 21px 0 0; border-left: 3px solid var(--gold); padding-left: 15px; color: rgba(255,255,255,.67); }

.sample-test { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(520px,1.28fr); gap: clamp(48px,7vw,96px); align-items: start; padding-top: 108px; padding-bottom: 108px; background: var(--surface-cool); }
.sample-test-intro { position: sticky; top: 106px; }
.sample-test-intro h2 { max-width: 480px; margin: 0; font-size: clamp(38px,5vw,60px); line-height: 1.02; }
.sample-test-intro>p:not(.section-label) { margin: 22px 0 0; color: var(--muted); font-size: 16px; }
.sample-test-facts { display: grid; gap: 12px; margin-top: 28px; color: var(--text); font-size: 13px; font-weight: 800; }
.sample-test-facts span { display: flex; gap: 9px; align-items: center; }
.sample-test-facts svg { width: 18px; color: var(--red); }
.sample-test-shell { min-height: 540px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; padding: clamp(24px,4vw,42px); background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.sample-test-start { min-height: 452px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.sample-test-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 6px; background: var(--gold); color: var(--navy); }
.sample-test-icon svg { width: 27px; }
.sample-test-start>p:first-of-type { margin: 27px 0 7px; color: var(--gold); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.sample-test-start h3 { max-width: 520px; margin: 0; font-size: clamp(30px,4vw,46px); line-height: 1.05; }
.sample-test-start>p:last-of-type { max-width: 550px; margin: 18px 0 28px; color: rgba(255,255,255,.66); }
.sample-test-progress>div:first-child { display: flex; justify-content: space-between; align-items: center; gap: 16px; color: rgba(255,255,255,.56); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.sample-test-progress strong { border-radius: 4px; padding: 5px 9px; color: #fff; }
.sample-test-progress strong[data-area="A"] { background: var(--red); }
.sample-test-progress strong[data-area="B"] { background: var(--gold-dark); }
.sample-test-progress strong[data-area="C"] { background: var(--green); }
.sample-test-track { height: 4px; margin-top: 13px; overflow: hidden; background: rgba(255,255,255,.12); }
.sample-test-track span { display: block; height: 100%; background: var(--gold); transition: width .24s ease; }
.sample-test-topic { margin: 32px 0 7px; color: var(--gold); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.sample-test-question>h3 { min-height: 80px; margin: 0 0 22px; font-size: clamp(22px,3vw,30px); line-height: 1.25; }
.sample-test-options { display: grid; gap: 9px; }
.sample-test-option { width: 100%; min-height: 58px; display: grid; grid-template-columns: 32px 1fr 18px; gap: 12px; align-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 5px; padding: 10px 13px; background: rgba(255,255,255,.045); color: #fff; text-align: left; cursor: pointer; transition: border-color .18s ease,background .18s ease,transform .18s ease; }
.sample-test-option:hover { transform: translateX(3px); border-color: rgba(217,165,46,.65); background: rgba(255,255,255,.075); }
.sample-test-option>span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 4px; background: rgba(255,255,255,.1); font-size: 11px; font-weight: 900; }
.sample-test-option strong { font-size: 14px; }
.sample-test-option svg { width: 17px; opacity: 0; color: var(--navy); }
.sample-test-option[aria-pressed="true"] { border-color: var(--gold); background: var(--gold); color: var(--navy); }
.sample-test-option[aria-pressed="true"]>span { background: var(--navy); color: #fff; }
.sample-test-option[aria-pressed="true"] svg { opacity: 1; }
.sample-test-navigation { display: flex; justify-content: space-between; gap: 12px; margin-top: 26px; }
.sample-test-navigation button:disabled { opacity: .38; cursor: not-allowed; transform: none; }
.sample-nav-button,.sample-restart { min-height: 48px; display: inline-flex; gap: 8px; align-items: center; border: 0; padding: 0 8px; background: transparent; color: rgba(255,255,255,.72); font-weight: 800; cursor: pointer; }
.sample-nav-button svg,.sample-restart svg { width: 16px; }
.sample-result-summary>p:first-child { margin: 0; color: var(--gold); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.sample-result-score { display: flex; align-items: baseline; gap: 8px; margin-top: 8px; }
.sample-result-score strong { color: var(--gold); font-size: clamp(64px,9vw,98px); line-height: .95; }
.sample-result-score span { color: rgba(255,255,255,.5); font-size: 22px; font-weight: 800; }
.sample-result-summary h3 { margin: 17px 0 4px; font-size: 23px; }
.sample-result-summary>p:last-of-type { margin: 0; color: rgba(255,255,255,.66); }
.sample-area-results { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 23px 0 32px; }
.sample-area-results span { display: grid; gap: 2px; border-left: 3px solid var(--red); padding: 10px 12px; background: rgba(255,255,255,.055); color: rgba(255,255,255,.65); }
.sample-area-results span[data-area="B"] { border-color: var(--gold); }
.sample-area-results span[data-area="C"] { border-color: #70cdb1; }
.sample-area-results b { color: #fff; font-size: 11px; }
.sample-result-review { border-top: 1px solid var(--line-dark); padding-top: 25px; }
.sample-result-review>h4 { margin: 0 0 13px; font-size: 19px; }
.sample-review-item { border-bottom: 1px solid var(--line-dark); }
.sample-review-item summary { min-height: 58px; display: grid; grid-template-columns: 76px 1fr 20px; gap: 12px; align-items: center; cursor: pointer; list-style: none; }
.sample-review-item summary::-webkit-details-marker { display: none; }
.sample-review-item summary>span { color: #7bd4b9; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.sample-review-item.is-wrong summary>span { color: #ff8c95; }
.sample-review-item summary strong { font-size: 14px; }
.sample-review-item summary svg { width: 17px; transition: transform .18s ease; }
.sample-review-item[open] summary svg { transform: rotate(180deg); }
.sample-review-item>div { padding: 0 0 22px 88px; color: rgba(255,255,255,.7); font-size: 14px; }
.sample-review-item h5 { margin: 0 0 11px; color: var(--gold); font-size: 10px; text-transform: uppercase; }
.sample-review-item p { margin: 7px 0; }
.sample-review-explanation { border-left: 2px solid var(--gold); padding-left: 12px; }
.sample-result-actions { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; margin-top: 28px; border: 1px solid rgba(217,165,46,.25); border-radius: 5px; padding: 20px; background: rgba(217,165,46,.08); }
.sample-result-actions>div { display: grid; }
.sample-result-actions>div span { color: rgba(255,255,255,.64); font-size: 13px; }
.sample-restart { grid-column: 1/-1; width: max-content; padding: 0; color: rgba(255,255,255,.6); }

.ecosystem { padding-top: 100px; padding-bottom: 104px; background: var(--surface); }
.ecosystem-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin-top: 54px; border: 1px solid var(--line); background: var(--line); }
.ecosystem-card { min-height: 275px; padding: 34px; background: var(--surface); transition: background .2s ease,transform .2s ease; }
.ecosystem-card:hover { position: relative; z-index: 1; transform: translateY(-4px); background: #fafbfb; }
.ecosystem-card>svg { width: 32px; color: var(--red); }
.ecosystem-card>span { display: block; margin-top: 26px; color: var(--gold-dark); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.ecosystem-card h3 { margin: 7px 0; font-size: 25px; }
.ecosystem-card p { margin: 0; color: var(--muted); }

.free-content { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px,8vw,100px); align-items: start; padding-top: 104px; padding-bottom: 104px; background: #eef2ed; }
.free-intro { position: sticky; top: 102px; }
.free-intro h2,.team h2,.reviews-heading h2 { margin: 0; font-size: clamp(38px,5vw,60px); line-height: 1.02; }
.free-intro>p:not(.section-label) { color: var(--muted); font-size: 16px; }
.spotify-button { display: inline-flex; gap: 9px; align-items: center; margin-top: 18px; color: var(--text); text-decoration: none; font-weight: 850; }
.spotify-button>span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #1db954; color: var(--navy); }
.spotify-button svg { width: 18px; }
.spotify-button>svg:last-child { width: 15px; transition: transform .2s ease; }
.spotify-button:hover>svg:last-child { transform: translate(3px,-2px); }
.free-episodes { border-top: 1px solid var(--line); }
.free-episode { min-height: 158px; display: grid; grid-template-columns: 42px 1fr auto; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); padding: 22px 0; color: var(--text); text-decoration: none; transition: padding-left .2s ease,background .2s ease; }
.free-episode:hover { padding-left: 10px; background: rgba(255,255,255,.46); }
.free-episode>span { color: var(--red); font-size: 12px; font-weight: 900; }
.free-episode small { color: var(--gold-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.free-episode h3 { margin: 4px 0; font-size: 21px; }
.free-episode p { margin: 0; color: var(--muted); font-size: 13px; }
.free-episode>svg { width: 30px; color: #169c47; transition: transform .2s ease; }
.free-episode:hover>svg { transform: scale(1.08); }

.how-it-works { padding-top: 100px; padding-bottom: 104px; background: var(--paper); }
.how-it-works ol { display: grid; grid-template-columns: repeat(4,1fr); margin: 52px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.how-it-works li { min-height: 240px; padding: 25px 25px 25px 0; border-right: 1px solid var(--line); }
.how-it-works li:not(:first-child) { padding-left: 25px; }
.how-it-works li:last-child { border-right: 0; }
.how-it-works li>span { color: var(--red); font-size: 11px; font-weight: 900; }
.how-it-works h3 { margin: 54px 0 8px; font-size: 20px; }
.how-it-works p { margin: 0; color: var(--muted); font-size: 14px; }

.team { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(48px,8vw,100px); padding-top: 96px; padding-bottom: 96px; background: #e5ecef; }
.team-members { border-top: 1px solid var(--line); }
.team-members article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; border-bottom: 1px solid var(--line); padding: 26px 0; }
.team-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 6px; background: var(--navy); color: var(--gold); }
.team-icon svg { width: 21px; }
.team-members h3 { margin: 0 0 7px; font-size: 20px; }
.team-members p { margin: 0; color: var(--muted); }

.community { padding-top: 96px; padding-bottom: 100px; background: var(--surface); }
.community-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 48px; }
.community-link { position: relative; min-height: 210px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 7px; padding: 25px; color: var(--text); text-decoration: none; transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.community-link:hover { transform: translateY(-5px); border-color: rgba(7,26,43,.32); box-shadow: 0 18px 44px rgba(7,26,43,.08); }
.community-link>span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 6px; color: #fff; }
.community-link.instagram>span { background: #c92f74; }
.community-link.telegram>span { background: #238dbc; }
.community-link.spotify>span { background: #1db954; color: var(--navy); }
.community-link>span svg { width: 21px; }
.community-link>div { margin-top: auto; }
.community-link small { color: var(--muted); font-size: 11px; font-weight: 750; }
.community-link h3 { margin: 4px 0 0; font-size: 24px; }
.community-link p { margin: 0; color: var(--muted); font-size: 13px; }
.community-link>svg:last-child { position: absolute; top: 25px; right: 25px; width: 17px; color: var(--muted); transition: transform .2s ease; }
.community-link:hover>svg:last-child { transform: translate(3px,-2px); }

.reviews { padding-top: 100px; padding-bottom: 104px; background: var(--navy); color: #fff; }
.reviews-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 16px 70px; align-items: end; }
.reviews-heading .section-label { grid-column: 1/-1; }
.reviews-heading>p:last-child { margin: 0; color: rgba(255,255,255,.63); }
.review-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 48px; }
.review-card { min-height: 205px; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; padding: 24px; background: rgba(255,255,255,.04); transition: transform .22s ease,border-color .22s ease,background .22s ease; }
.review-card:hover { transform: translateY(-4px); border-color: rgba(217,165,46,.5); background: rgba(255,255,255,.065); }
.review-meta { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; }
.review-meta>span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 5px; background: var(--gold); color: var(--navy); font-size: 11px; font-weight: 900; }
.review-meta>div { display: grid; }
.review-meta strong { font-size: 14px; }
.review-meta small { color: rgba(255,255,255,.45); }
.review-meta>svg { width: 19px; color: #75ccb1; }
.review-card blockquote { margin: 27px 0 0; color: rgba(255,255,255,.87); font-size: clamp(17px,2vw,22px); font-weight: 720; line-height: 1.4; }
.review-cta { display: flex; gap: 13px; align-items: center; margin-top: 22px; border-top: 1px solid var(--line-dark); padding-top: 22px; color: rgba(255,255,255,.62); }
.review-cta>svg { width: 21px; color: var(--gold); }
.review-cta p { margin: 0; }
.review-cta a { display: inline-flex; gap: 7px; align-items: center; margin-left: auto; color: var(--gold); text-decoration: none; font-weight: 850; }
.review-cta a svg { width: 15px; }

.trial { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,470px); gap: clamp(48px,8vw,100px); align-items: center; padding: 82px max(24px,calc((100vw - var(--max))/2)); background: var(--green); color: #fff; }
.trial-copy { max-width: 640px; }
.trial .section-label { color: #d3eee5; }
.trial-copy>p:last-child { margin: 22px 0 0; color: rgba(255,255,255,.78); font-size: 17px; }
.trial-form { position: relative; display: grid; gap: 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 7px; padding: 25px; background: rgba(7,26,43,.22); box-shadow: 0 24px 58px rgba(7,26,43,.14); }
.trial-field { display: grid; gap: 6px; }
.trial-field label { font-size: 12px; font-weight: 800; }
.trial-field label span { color: rgba(255,255,255,.58); font-size: 10px; }
.trial-field input { width: 100%; min-height: 48px; border: 1px solid rgba(255,255,255,.27); border-radius: 5px; padding: 0 13px; outline: 0; background: rgba(255,255,255,.1); color: #fff; transition: border-color .18s ease,background .18s ease,box-shadow .18s ease; }
.trial-field input::placeholder { color: rgba(255,255,255,.46); }
.trial-field input:focus { border-color: var(--gold); background: rgba(255,255,255,.14); box-shadow: 0 0 0 3px rgba(217,165,46,.16); }
.trial-consent { display: grid; grid-template-columns: 18px 1fr; gap: 8px; align-items: start; color: rgba(255,255,255,.76); font-size: 12px; cursor: pointer; }
.trial-consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--gold); }
.trial-turnstile { min-height: 65px; }
.button-light { width: 100%; border: 0; background: #fff; color: var(--navy); }
.button-light:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.14); }
.trial-form .button:disabled { opacity: .6; cursor: wait; transform: none; }
.trial-form>small { color: rgba(255,255,255,.62); line-height: 1.45; }
.trial-form>small strong { color: #fff; }
.trial-status { display: none; margin: 0; border-radius: 5px; padding: 11px 12px; font-size: 13px; font-weight: 700; }
.trial-status.visible { display: block; }
.trial-status.success { background: rgba(255,255,255,.14); color: #fff; }
.trial-status.error { background: rgba(76,6,12,.34); color: #ffe3e4; }
.trial-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.trial-local-notice { display: grid; grid-template-columns: 44px 1fr; gap: 13px; align-items: center; }
.trial-local-notice>span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 5px; background: rgba(255,255,255,.14); color: var(--gold); }
.trial-local-notice>span svg { width: 21px; }
.trial-local-notice strong { display: block; }
.trial-local-notice p { margin: 3px 0 0; color: rgba(255,255,255,.66); font-size: 13px; }

.packages { padding-top: 100px; padding-bottom: 104px; background: var(--surface); }
.package-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 52px; }
.package { position: relative; min-height: 340px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 7px; padding: 26px; background: var(--surface); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.package:hover { transform: translateY(-5px); border-color: rgba(138,98,12,.43); box-shadow: 0 18px 46px rgba(7,26,43,.08); }
.package>svg { width: 28px; color: var(--red); }
.package h3 { min-height: 50px; margin: 25px 0 6px; font-size: 20px; }
.package>strong { font-size: 37px; line-height: 1; }
.package>p { margin: 20px 0; color: var(--muted); font-size: 13px; }
.package>a { display: inline-flex; gap: 6px; align-items: center; margin-top: auto; color: var(--gold-dark); text-decoration: none; font-size: 13px; font-weight: 850; }
.package>a svg { width: 15px; }
.package-featured { border-color: var(--gold); background: var(--navy-2); color: #fff; }
.package-featured>span { position: absolute; top: 16px; right: 16px; border-radius: 4px; padding: 5px 8px; background: var(--gold); color: var(--navy); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.package-featured>svg,.package-featured>strong,.package-featured>a { color: var(--gold); }
.package-featured>p { color: rgba(255,255,255,.68); }
.package-comparison { display: block; margin: -1px 0 7px; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.package-comparison del { margin-left: 4px; }

.price { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; padding-top: 78px; padding-bottom: 78px; background: var(--navy-2); color: #fff; }
.price-copy { max-width: 720px; }
.price-copy>p:last-child { color: rgba(255,255,255,.66); }
.price .section-label { color: var(--gold); }
.price-action { min-width: 310px; border-left: 1px solid rgba(255,255,255,.16); padding-left: 44px; }
.price-action small { display: block; color: rgba(255,255,255,.5); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.price-action p { margin: 6px 0 0; }
.price-action del { color: rgba(255,255,255,.45); font-size: 21px; }
.price-action .final-price { display: block; color: var(--gold); font-size: 58px; line-height: 1; }
.price-action>span { display: block; margin: 7px 0 20px; color: rgba(255,255,255,.56); font-size: 12px; }

.faq { padding-top: 96px; padding-bottom: 104px; background: var(--surface); }
.faq-list { margin-top: 48px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 74px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { width: 19px; color: var(--gold-dark); transition: transform .2s ease; }
.faq details[open] summary svg { transform: rotate(180deg); }
.faq details p { max-width: 800px; margin: -2px 0 25px; color: var(--muted); }
.motion-ready .reveal.visible { animation: reveal-in .45s ease both; }
@keyframes reveal-in { from { transform: translateY(12px); } to { transform: translateY(0); } }
footer { min-height: 116px; display: grid; grid-template-columns: 1fr auto auto; gap: 34px; align-items: center; background: var(--navy); color: rgba(255,255,255,.62); font-size: 12px; }
.footer-brand { color: #fff; }
footer>a:last-child { color: var(--gold); text-decoration: none; font-weight: 800; }

@media (max-width:1040px) {
  .site-header nav { gap: 15px; }
  .site-header nav a { font-size: 11px; }
  .hero-art { left: 38%; }
  .package { padding: 22px; }
}
@media (max-width:860px) {
  .site-header { height: 66px; grid-template-columns: 1fr auto auto; gap: 8px; }
  .menu-button { display: inline-flex; grid-column: 2; }
  .site-header nav { position: absolute; top: 66px; left: 16px; right: 16px; display: none; gap: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 6px; padding: 9px; background: var(--navy-2); box-shadow: 0 18px 40px rgba(0,0,0,.22); }
  .site-header nav.open { display: grid; }
  .site-header nav a { min-height: 42px; display: flex; align-items: center; padding: 0 11px; font-size: 13px; }
  .site-header nav a::after { display: none; }
  .header-access { grid-column: 3; }
  .hero { min-height: 820px; align-items: flex-end; padding-top: 410px; padding-bottom: 46px; }
  .hero::before { background: linear-gradient(0deg,var(--navy) 0%,rgba(7,26,43,.97) 48%,rgba(7,26,43,.16) 82%); }
  .hero-art { inset: 66px 0 auto; height: 370px; background-position: top center; }
  .hero-content { width: 100%; }
  h1 { font-size: clamp(58px,14vw,88px); }
  .method-band,.product-showcase,.sample-test,.free-content,.team { grid-template-columns: 1fr; }
  .sample-test-intro,.free-intro { position: static; }
  .sample-test-facts { grid-template-columns: repeat(3,max-content); }
  .ecosystem-grid,.review-grid { grid-template-columns: 1fr; }
  .community-grid { grid-template-columns: 1fr; }
  .community-link { min-height: 175px; }
  .how-it-works ol { grid-template-columns: repeat(2,1fr); }
  .how-it-works li:nth-child(2) { border-right: 0; }
  .how-it-works li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .reviews-heading { grid-template-columns: 1fr; }
  .reviews-heading .section-label { grid-column: auto; }
  .trial { grid-template-columns: 1fr; }
  .package-grid { grid-template-columns: repeat(2,1fr); }
  .price { grid-template-columns: 1fr; }
  .price-action { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); padding: 28px 0 0; }
  footer { grid-template-columns: 1fr; gap: 12px; padding-top: 30px; padding-bottom: 30px; }
}
@media (max-width:560px) {
  .site-header { height: 62px; padding-inline: 15px; }
  .brand img { width: 32px; height: 32px; }
  .brand span { font-size: 11px; }
  .header-access { min-height: 34px; padding: 0 11px; }
  .hero { min-height: 790px; padding: 310px 18px 38px; }
  .hero-art { inset: 62px 0 0; height: auto; background-size: cover; background-position: center top; opacity: .3; }
  .hero::after { left: 18px; }
  h1 { font-size: clamp(52px,18vw,76px); }
  .hero-lead { margin: 20px 0 24px; font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 8px 14px; margin-top: 25px; }
  .method-band,.included,.product-showcase,.sample-test,.ecosystem,.free-content,.how-it-works,.team,.community,.reviews,.trial,.packages,.price,.faq { padding: 68px 18px; }
  .method-metrics { grid-template-columns: 1fr; }
  .method-metrics span { min-height: 68px; }
  .feature-list { grid-template-columns: 1fr; margin-top: 38px; }
  .feature-list article { min-height: 185px; padding: 23px; }
  .result-preview { padding: 21px; }
  .sample-test-facts { grid-template-columns: 1fr; }
  .sample-test-shell { min-height: 0; padding: 20px; }
  .sample-test-start { min-height: 410px; }
  .sample-test-question>h3 { min-height: 0; }
  .sample-test-option { grid-template-columns: 30px 1fr 17px; padding: 9px 10px; }
  .sample-test-option strong { font-size: 13px; }
  .sample-nav-button span { display: none; }
  .sample-area-results { grid-template-columns: 1fr; }
  .sample-review-item summary { grid-template-columns: 67px 1fr 18px; }
  .sample-review-item>div { padding-left: 0; }
  .sample-result-actions { grid-template-columns: 1fr; }
  .sample-result-actions .button { width: 100%; }
  .ecosystem-card { min-height: 0; padding: 25px; }
  .free-episode { grid-template-columns: 28px 1fr auto; gap: 11px; }
  .free-episode:hover { padding-left: 0; }
  .free-episode p { display: none; }
  .how-it-works ol { grid-template-columns: 1fr; }
  .how-it-works li,.how-it-works li:not(:first-child) { min-height: 0; border-top: 1px solid var(--line); border-right: 0; padding: 23px 0; }
  .how-it-works h3 { margin-top: 22px; }
  .team-members article { grid-template-columns: 42px 1fr; gap: 13px; }
  .team-icon { width: 38px; height: 38px; }
  .review-card { min-height: 0; }
  .review-cta { flex-wrap: wrap; align-items: flex-start; }
  .review-cta a { width: 100%; margin-left: 34px; }
  .trial-form { width: 100%; padding: 19px; }
  .trial-turnstile { overflow: hidden; }
  .package-grid { grid-template-columns: 1fr; }
  .package { min-height: 0; }
  .package h3 { min-height: 0; }
  .price-action { min-width: 0; }
  .price-action .button { width: 100%; }
  .faq summary { min-height: 68px; font-size: 16px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; }
}
