:root {
  --navy: #07152f;
  --navy-2: #0c2148;
  --blue: #315d85;
  --sky: #dceaf4;
  --paper: #f8fafc;
  --white: #ffffff;
  --ink: #122038;
  --muted: #607089;
  --gold: #d7b56d;
  --gold-soft: #ead8af;
  --line: rgba(29, 58, 94, 0.14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --shadow: 0 28px 80px rgba(6, 24, 54, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 18px; line-height: 1.72; overflow-x: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: white; color: var(--navy); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 84px; position: absolute; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; max-width: 1240px; margin: auto; padding: 0 32px; color: white; }
.brand, .brand-lockup { display: inline-flex; text-decoration: none; }
.brand img, .brand-lockup img { width: 190px; height: auto; display: block; }
.site-header .brand img, .brand-lockup.inverse img, .thank-you-brand img { filter: brightness(0) invert(1); }
.site-header nav { display: flex; gap: 2rem; }
.site-header nav a { color: rgba(255,255,255,.82); font-size: .94rem; text-decoration: none; transition: color .2s ease; }
.site-header nav a:hover { color: white; }

.return-nav { position: absolute; z-index: 21; top: 84px; right: max(32px, calc((100vw - 1180px)/2)); display: flex; gap: .65rem; }
.return-nav a { display: inline-flex; min-height: 36px; align-items: center; gap: .45rem; padding: .5rem .85rem; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(5,18,42,.2); font-size: .76rem; font-weight: 600; line-height: 1; text-decoration: none; backdrop-filter: blur(10px); transition: color .2s ease, background .2s ease, border-color .2s ease; }
.return-nav a:hover, .return-nav a:focus-visible { color: white; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.42); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .8rem 1.35rem; border: 1px solid transparent; border-radius: 999px; font-size: 1rem; font-weight: 600; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid rgba(215,181,109,.6); outline-offset: 3px; }
.button-small { min-height: 42px; padding: .65rem 1.15rem; border-color: rgba(255,255,255,.35); color: white; }
.button-gold { color: #13213b; background: linear-gradient(135deg, #f0dfb7, var(--gold)); box-shadow: 0 14px 34px rgba(215,181,109,.2); }
.button-gold:hover { box-shadow: 0 18px 42px rgba(215,181,109,.32); }
.button-wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; color: white; font-size: 1rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); }
.text-link.dark { color: var(--blue); border-color: rgba(49,93,133,.3); }

.hero { min-height: 760px; position: relative; display: grid; grid-template-columns: 1.1fr .72fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); overflow: hidden; padding: 150px max(6vw, calc((100vw - 1180px)/2)) 100px; color: white; background: radial-gradient(circle at 76% 30%, #183968 0, #0a2048 22%, transparent 48%), linear-gradient(145deg, #06132b 0%, #081a3b 62%, #0f2d58 100%); }
.hero::after { content: ""; position: absolute; left: 8%; right: 8%; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(215,181,109,.55), transparent); }
.hero-content { position: relative; z-index: 2; max-width: 690px; }
.eyebrow { margin: 0 0 1rem; color: var(--blue); font-size: .72rem; font-weight: 600; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-soft); }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(5rem, 11vw, 9rem); font-weight: 500; line-height: .74; letter-spacing: -.045em; }
.hero h1 em { color: var(--gold-soft); font-weight: 500; }
.hero-lead { max-width: 680px; margin: 2.2rem 0 .75rem; font-family: var(--serif); font-size: clamp(1.9rem, 3.3vw, 3rem); line-height: 1.08; }
.hero-copy { max-width: 650px; margin: 0; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; margin-top: 2rem; }
.hero-meta { display: flex; flex-wrap: wrap; gap: .55rem; margin: 2.2rem 0 0; padding: 0; list-style: none; }
.hero-meta li { padding: .52rem .82rem; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.76); font-size: .9rem; }
.hero-field, .hero-field span { position: absolute; pointer-events: none; }
.orbit { border: 1px solid rgba(215,181,109,.22); border-radius: 50%; transform: rotate(-24deg); }
.orbit-one { width: 720px; height: 260px; right: -260px; top: 190px; }
.orbit-two { width: 560px; height: 210px; right: -130px; top: 300px; }
.glow { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 28px 10px rgba(215,181,109,.35); }
.glow-one { right: 18%; top: 21%; }
.glow-two { right: 40%; bottom: 20%; opacity: .55; }

.sound-card { position: relative; z-index: 2; width: min(370px, 100%); justify-self: end; padding: 1.3rem; border: 1px solid rgba(255,255,255,.18); border-radius: 34px; background: linear-gradient(165deg, rgba(255,255,255,.13), rgba(255,255,255,.04)); box-shadow: 0 35px 100px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.sound-card-top { display: flex; justify-content: space-between; color: rgba(255,255,255,.62); font-size: .78rem; letter-spacing: .13em; }
.sound-center { position: relative; height: 280px; display: grid; place-items: center; }
.pulse-rings { position: absolute; inset: 0; display: grid; place-items: center; }
.pulse-rings i { position: absolute; width: 140px; height: 140px; border: 1px solid rgba(215,181,109,.4); border-radius: 50%; animation: pulse 3.2s ease-out infinite; }
.pulse-rings i:nth-child(2) { animation-delay: 1s; }
.pulse-rings i:nth-child(3) { animation-delay: 2s; }
@keyframes pulse { 0% { transform: scale(.55); opacity: 0; } 25% { opacity: .85; } 100% { transform: scale(1.65); opacity: 0; } }
.play-demo, .video-play { width: 74px; height: 74px; z-index: 2; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: white; background: rgba(255,255,255,.1); cursor: pointer; }
.play-demo svg, .video-play svg { width: 22px; fill: currentColor; margin-left: 4px; }
.play-demo.is-playing svg { display: none; }
.play-demo.is-playing::after { content: ""; width: 15px; height: 20px; border-left: 5px solid currentColor; border-right: 5px solid currentColor; }
.sound-label { display: flex; align-items: end; justify-content: space-between; margin-bottom: 1.2rem; }
.sound-label strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.sound-label span { color: rgba(255,255,255,.62); font-size: .82rem; }
.wave { height: 38px; display: flex; align-items: center; gap: 6px; overflow: hidden; }
.wave i { flex: 1; height: 30%; border-radius: 4px; background: linear-gradient(var(--gold-soft), rgba(215,181,109,.25)); animation: wave 1.25s ease-in-out infinite alternate; transform-origin: center; }
.wave i:nth-child(2n) { animation-delay: -.45s; }.wave i:nth-child(3n) { animation-delay: -.8s; }.wave i:nth-child(4n) { animation-delay: -.2s; }
@keyframes wave { from { transform: scaleY(.3); opacity: .45; } to { transform: scaleY(1); opacity: .9; } }

.section-pad { padding: clamp(3.75rem, 6vw, 5.5rem) max(6vw, calc((100vw - 1180px)/2)); }
.section-intro { max-width: 760px; margin-bottom: 2rem; }
.section-intro h2, .what h2, .method h2, .offer h2, .about h2, .final-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.55rem, 5vw, 4.7rem); font-weight: 500; line-height: .98; letter-spacing: -.025em; }
.moments-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.moments-grid article { min-height: 180px; padding: 1.35rem 1.4rem 1.5rem; border-right: 1px solid var(--line); }
.moments-grid article:last-child { border-right: 0; }
.moments-grid span, .program-number, .step-number, .access-steps li > span { color: var(--gold); font-family: var(--sans); font-size: clamp(1.15rem, 1.6vw, 1.4rem); font-weight: 600; letter-spacing: .08em; line-height: 1; }
.moments-grid p { margin: 1.85rem 0 0; font-size: 1rem; line-height: 1.55; }
.bridge-copy { max-width: 760px; margin: 1.8rem auto 0; color: var(--blue); font-family: var(--serif); font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.18; text-align: center; }

.programs { color: white; background: var(--navy); }
.split-intro { max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; }
.split-intro > p { max-width: 530px; margin: 0 0 .3rem auto; color: rgba(255,255,255,.62); }
.program-list { border-top: 1px solid rgba(255,255,255,.16); }
.program-card { border-bottom: 1px solid rgba(255,255,255,.16); }
.program-trigger { width: 100%; display: grid; grid-template-columns: 70px 1fr 44px; align-items: center; gap: 1rem; padding: 1.05rem 0; border: 0; color: inherit; background: none; text-align: left; cursor: pointer; }
.program-number { align-self: start; padding-top: .4rem; }
.program-title { display: flex; align-items: baseline; gap: 1.5rem; }
.program-title strong { font-family: var(--serif); font-size: clamp(1.9rem, 3vw, 2.75rem); font-weight: 500; line-height: 1; }
.program-title small { color: rgba(255,255,255,.62); font-size: .9rem; }
.program-plus { width: 38px; height: 38px; position: relative; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.program-plus::before, .program-plus::after { content: ""; position: absolute; left: 11px; right: 11px; top: 18px; height: 1px; background: var(--gold-soft); transition: transform .25s ease; }
.program-plus::after { transform: rotate(90deg); }
.program-card.open .program-plus::after { transform: rotate(0); }
.program-body { display: grid; grid-template-columns: .9fr 1fr; gap: 1.25rem 3rem; padding: .25rem 54px 1.55rem 86px; color: rgba(255,255,255,.78); font-size: 1rem; }
.program-body[hidden] { display: none !important; }
.program-body p { margin: 0; }
.program-body .program-signals { color: var(--gold-soft); }
.program-when { grid-column: 2; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.1); }

.what { background: linear-gradient(180deg, #f8fafc, #edf4f9); }
.what-panel { display: grid; grid-template-columns: .86fr 1fr; gap: 7rem; padding: clamp(2rem, 5vw, 5rem); border: 1px solid rgba(49,93,133,.15); border-radius: 3rem; background: rgba(255,255,255,.78); box-shadow: var(--shadow); }
.what-copy p { margin: 0 0 1.3rem; color: var(--muted); }
.large-copy { font-family: var(--serif); font-size: clamp(1.65rem, 2.6vw, 2.2rem); line-height: 1.2; }

.how { background: white; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.steps article { min-height: 225px; padding: 1.5rem; border: 1px solid var(--line); border-radius: 1.4rem; background: linear-gradient(160deg, white, #f3f7fa); }
.step-number { display: block; margin-bottom: 2.8rem; }
.steps h3 { margin: 0 0 .65rem; font-family: var(--serif); font-size: 1.7rem; font-weight: 600; line-height: 1.05; }
.steps p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.simple-note { display: flex; align-items: center; gap: 1rem; max-width: 650px; margin: 2rem auto 0; padding: 1rem 1.35rem; border-radius: 999px; color: var(--blue); background: var(--sky); }
.simple-note span { color: var(--gold); }
.simple-note p { margin: 0; font-size: .98rem; }

.method { display: grid; grid-template-columns: 1.05fr .95fr; gap: 6rem; align-items: center; color: white; background: linear-gradient(145deg, #07152f 0%, #0b244e 100%); }
.video-placeholder { aspect-ratio: 16/10; position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 2rem; background: radial-gradient(circle at 50% 50%, rgba(49,93,133,.45), transparent 50%), #061127; }
.video-placeholder > span { position: absolute; bottom: 1.5rem; color: rgba(255,255,255,.65); font-size: .9rem; letter-spacing: .1em; text-transform: uppercase; }
.video-orbit { position: absolute; width: 75%; height: 38%; border: 1px solid rgba(215,181,109,.4); border-radius: 50%; transform: rotate(-17deg); }
.video-play { background: rgba(255,255,255,.07); cursor: default; opacity: .7; }
.method-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.author-line { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); }
.author-mark { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(215,181,109,.5); border-radius: 50%; color: var(--gold-soft); font-family: var(--serif); font-size: 1.5rem; }
.author-line div { display: flex; flex-direction: column; }
.author-line strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.author-line small { color: rgba(255,255,255,.65); font-size: .95rem; }

.telegram { display: grid; grid-template-columns: .9fr .8fr; gap: 7rem; align-items: center; background: linear-gradient(180deg, #f4f8fb, white); }
.telegram-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.55rem, 5vw, 4.5rem); font-weight: 500; line-height: .98; }
.telegram-copy > p:not(.eyebrow) { max-width: 600px; color: var(--muted); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 1.5rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.25rem; color: var(--blue); font-size: 1rem; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .72rem; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.phone-wrap { display: grid; place-items: center; }
.phone { width: min(360px, 100%); padding: 12px; border: 6px solid #142039; border-radius: 46px; background: #e7f2fa; box-shadow: 0 35px 75px rgba(6,24,54,.24); transform: rotate(2deg); }
.phone-top { display: grid; grid-template-columns: 24px 38px 1fr 28px; align-items: center; gap: .55rem; padding: .7rem .55rem 1rem; color: white; border-radius: 30px 30px 12px 12px; background: #172038; }
.phone-back { font-size: 1.8rem; line-height: 1; }.phone-avatar { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: white; font-family: var(--serif); font-size: 1.3rem; }
.phone-top > span:nth-child(3) { display: flex; flex-direction: column; line-height: 1.2; }.phone-top strong { font-size: .9rem; }.phone-top small { color: rgba(255,255,255,.65); font-size: .78rem; }.phone-menu { letter-spacing: .1em; }
.chat { padding: 1.2rem .75rem 1rem; background: radial-gradient(circle at 10% 90%, rgba(109,179,214,.24), transparent 40%); }
.chat-message { width: max-content; max-width: 90%; margin-bottom: .8rem; padding: .65rem .8rem; border-radius: 14px 14px 14px 4px; color: white; background: #172038; font-size: .9rem; }
.chat button { width: 100%; margin: 0 0 .48rem; padding: .8rem; border: 1px solid rgba(49,93,133,.08); border-radius: .8rem; color: #243653; background: rgba(255,255,255,.9); font-size: .95rem; font-weight: 600; }

.access-path { color: white; background: linear-gradient(145deg, #07152f, #102b59); }
.access-path .section-intro { max-width: 860px; }
.access-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.access-steps li { min-height: 250px; padding: 1.7rem 1.45rem; border-right: 1px solid rgba(255,255,255,.16); }
.access-steps li:last-child { border-right: 0; }
.access-steps li > span { color: var(--gold); font-family: var(--serif); }
.access-steps li div { margin-top: 3.7rem; }
.access-steps strong { display: block; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; line-height: 1.1; }
.access-steps p { margin: .8rem 0 0; color: rgba(255,255,255,.68); font-size: 1rem; line-height: 1.65; }

.offer { color: white; background: #0b1e41; }
.offer-inner { display: grid; grid-template-columns: 1fr .72fr; gap: 6rem; align-items: center; }
.offer-card { padding: clamp(1.7rem, 4vw, 3rem); border: 1px solid rgba(255,255,255,.16); border-radius: 2rem; background: rgba(255,255,255,.07); }
.price { display: flex; align-items: flex-start; margin-bottom: 1.7rem; font-family: var(--serif); line-height: .8; }
.price span { font-size: 5rem; }.price small { margin: .45rem 0 0 .4rem; color: var(--gold-soft); font-size: 1.5rem; }
.offer-card ul { margin: 0 0 2rem; padding: 0; list-style: none; }
.offer-card li { padding: .6rem 0; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.76); font-size: 1rem; }
.offer-card li::before { content: "✓"; margin-right: .7rem; color: var(--gold); }
.offer-note { margin: .8rem 0 0; color: rgba(255,255,255,.62); font-size: .92rem; line-height: 1.55; text-align: center; }
.payment-pending[aria-disabled="true"] { opacity: .68; cursor: not-allowed; }

.about { display: grid; grid-template-columns: .46fr 1fr; gap: 7rem; align-items: start; background: #f4f7f9; }
.about .brand-lockup img { width: min(250px, 100%); }
.about h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.about p { max-width: 710px; color: var(--muted); }

.faq { background: white; }
.faq-list { max-width: 900px; margin-left: auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: grid; grid-template-columns: 1fr 32px; align-items: center; gap: 1rem; padding: 1.45rem 0; border: 0; color: var(--ink); background: none; text-align: left; cursor: pointer; }
.faq-item button span { font-family: var(--serif); font-size: 1.45rem; font-weight: 600; line-height: 1.2; }
.faq-item button i { width: 30px; height: 30px; position: relative; border: 1px solid var(--line); border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 8px; right: 8px; top: 14px; height: 1px; background: var(--blue); transition: transform .25s ease; }
.faq-item button i::after { transform: rotate(90deg); }.faq-item.open button i::after { transform: rotate(0); }
.faq-item > div { padding: 0 3.5rem 1.5rem 0; color: var(--muted); font-size: 1rem; }
.faq-item p { margin: 0; }

.final-cta { position: relative; overflow: hidden; color: white; text-align: center; background: #06132c; }
.final-cta h2 { max-width: 800px; margin: 0 auto; }
.final-cta > p:not(.eyebrow) { margin: 1.5rem 0 2rem; color: rgba(255,255,255,.62); }
.final-cta .button { position: relative; z-index: 2; }
.final-glow { position: absolute; width: 500px; height: 500px; left: calc(50% - 250px); top: calc(50% - 250px); border: 1px solid rgba(215,181,109,.25); border-radius: 50%; box-shadow: 0 0 120px rgba(49,93,133,.28) inset; }

footer { display: grid; grid-template-columns: auto minmax(300px, .8fr) minmax(390px, 1fr); align-items: center; gap: clamp(1.5rem, 3vw, 3rem); padding: 1.8rem max(6vw, calc((100vw - 1180px)/2)); color: rgba(255,255,255,.55); background: #030b1b; }
footer .brand-lockup img { width: 168px; }
footer p { margin: 0; font-size: .82rem; line-height: 1.55; text-align: left; }.footer-identity { max-width: 390px; display: grid; gap: .45rem; }.seller-details { color: rgba(255,255,255,.82); }.inverse { color: white; }.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .55rem 1.1rem; }.footer-links a, .footer-links span { font-size: .82rem; line-height: 1.4; text-decoration: none; }.footer-links span { opacity: .76; }
.back-to-top { width: 54px; height: 54px; position: fixed; z-index: 48; right: 24px; bottom: 24px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; color: white; background: #123d78; box-shadow: 0 12px 34px rgba(4,15,34,.24); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease, background .2s ease; cursor: pointer; }
.back-to-top:hover { background: #0b2d62; }.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* Legal review page */
.legal-page { padding: 0; color: var(--ink); background: #f5f1e8; }
.legal-page .site-header { position: relative; max-width: none; color: white; background: var(--navy); }
.legal-page .site-header .brand { margin-right: auto; }
.legal-page .site-header nav { margin-left: auto; }
.legal-page .site-header nav a { border-bottom: 1px solid rgba(255,255,255,.24); }
.legal-shell { width: min(980px, calc(100% - 40px)); margin: 0 auto; padding: 4.5rem 0 6rem; }
.legal-hero { padding-bottom: 2.3rem; border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 780px; margin: .7rem 0 1rem; font-family: var(--serif); font-size: clamp(3.1rem, 7vw, 5.7rem); font-weight: 500; line-height: .9; letter-spacing: -.03em; }
.legal-lead { max-width: 760px; margin: 0; color: var(--muted); font-size: 1rem; }
.legal-draft-note { margin-top: 1.5rem; padding: 1rem 1.2rem; border-left: 3px solid var(--gold); color: #624817; background: #fff8e8; font-size: .92rem; }
.legal-index { display: flex; flex-wrap: wrap; gap: .6rem; margin: 2rem 0 3rem; }
.legal-index a { padding: .55rem .85rem; border: 1px solid var(--line); border-radius: 999px; color: var(--blue); background: rgba(255,255,255,.55); font-size: .78rem; font-weight: 600; line-height: 1.2; text-decoration: none; }
.legal-section { scroll-margin-top: 24px; padding: 2.8rem 0; border-top: 1px solid var(--line); }
.legal-section:first-of-type { border-top: 0; }
.legal-section h2 { margin: 0 0 1.25rem; color: var(--navy); font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 500; line-height: 1; }
.legal-section h3 { margin: 1.7rem 0 .55rem; color: var(--navy); font-family: var(--serif); font-size: 1.55rem; font-weight: 600; line-height: 1.15; }
.legal-section p, .legal-section li { color: #42536a; font-size: .95rem; line-height: 1.72; }
.legal-section ul { margin: .7rem 0 0; padding-left: 1.2rem; }
.legal-details { display: grid; grid-template-columns: 180px 1fr; gap: 0; margin: 1.2rem 0 0; border: 1px solid var(--line); border-radius: 1rem; overflow: hidden; background: rgba(255,255,255,.62); }
.legal-details dt, .legal-details dd { margin: 0; padding: .8rem 1rem; border-bottom: 1px solid var(--line); font-size: .9rem; line-height: 1.5; }
.legal-details dt { color: var(--navy); font-weight: 600; }.legal-details dd { color: var(--muted); }.legal-details dt:last-of-type, .legal-details dd:last-of-type { border-bottom: 0; }
.legal-page-footer { display: block; padding: 2rem 20px; text-align: center; }.legal-page-footer p { max-width: 920px; margin: 0 auto; color: rgba(255,255,255,.68); text-align: center; }
.mobile-cta { display: none; }

.thank-you-page { min-height: 100vh; padding: 0; color: white; background: radial-gradient(circle at 50% 35%, #173969 0, #081a3c 30%, #06132c 68%); }
.thank-you-main { min-height: 100vh; position: relative; display: grid; place-items: center; overflow: hidden; padding: 7rem 20px 4rem; }
.thank-you-brand { position: absolute; top: 2rem; left: max(24px, calc((100vw - 1180px)/2)); }
.thank-you-brand img { width: 210px; }
.thank-you-glow { position: absolute; width: 560px; height: 560px; border: 1px solid rgba(215,181,109,.2); border-radius: 50%; box-shadow: 0 0 120px rgba(49,93,133,.35) inset; }
.thank-you-card { width: min(620px, 100%); position: relative; z-index: 2; padding: clamp(2rem, 6vw, 4.2rem); border: 1px solid rgba(255,255,255,.16); border-radius: 2.2rem; background: rgba(5,18,42,.72); box-shadow: 0 35px 100px rgba(0,0,0,.28); backdrop-filter: blur(15px); text-align: center; }
.success-mark { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 1.7rem; border: 1px solid rgba(215,181,109,.6); border-radius: 50%; color: var(--gold-soft); font-size: 1.4rem; }
.thank-you-card h1 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 7vw, 4.8rem); font-weight: 500; line-height: .95; }
.thank-you-lead { margin: 1.5rem 0 2rem; color: rgba(255,255,255,.76); font-size: 1.05rem; }
.thank-you-note { display: flex; flex-direction: column; gap: .3rem; margin-top: 1.4rem; padding: 1.1rem; border-radius: 1rem; color: var(--navy); background: rgba(220,234,244,.94); }
.thank-you-note strong { font-family: var(--serif); font-size: 1.3rem; }.thank-you-note span { font-size: .95rem; line-height: 1.55; }
.support-note { margin: 1.2rem 0 0; color: rgba(255,255,255,.62); font-size: .92rem; line-height: 1.6; }

@media (max-width: 960px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 140px; }
  .sound-card { justify-self: center; }
  .moments-grid { grid-template-columns: 1fr 1fr; }
  .moments-grid article:nth-child(2) { border-right: 0; }.moments-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-intro, .what-panel, .method, .telegram, .offer-inner, .about { grid-template-columns: 1fr; gap: 3rem; }
  .steps { grid-template-columns: 1fr 1fr; }
  .access-steps { grid-template-columns: 1fr 1fr; }.access-steps li:nth-child(2) { border-right: 0; }.access-steps li:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .program-body { grid-template-columns: 1fr; padding-left: 86px; }.program-when { grid-column: 1; }
  .method-copy { order: -1; }
  .phone { transform: none; }
  .about .brand-lockup { margin-bottom: 1rem; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  footer p { text-align: center; }
  .footer-links { max-width: 620px; justify-content: center; }
  .legal-page .site-header nav { display: flex; }
}

@media (max-width: 620px) {
  body { padding-bottom: 72px; }
  .site-header { height: 72px; padding: 0 20px; }.site-header .button { display: none; }
  .return-nav { top: 74px; right: 20px; left: 20px; justify-content: space-between; gap: .5rem; }
  .return-nav a { min-height: 34px; padding: .45rem .7rem; font-size: .7rem; }
  .brand img, .brand-lockup img { width: 156px; }
  .hero { gap: 3.5rem; padding: 138px 20px 70px; }
  .hero h1 { font-size: clamp(4.1rem, 24vw, 6rem); }
  .hero-lead { margin-top: 1.8rem; font-size: 2rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .text-link { align-self: center; }
  .hero-meta { gap: .4rem; }.hero-meta li { font-size: .9rem; }
  .sound-card { border-radius: 28px; }.sound-center { height: 220px; }
  .section-pad { padding: 4rem 20px; }
  .section-intro h2, .what h2, .method h2, .offer h2, .about h2, .final-cta h2, .telegram-copy h2 { font-size: 2.8rem; }
  .moments-grid { grid-template-columns: 1fr; }.moments-grid article { min-height: auto; padding: 1.15rem .25rem 1.3rem; border-right: 0; border-bottom: 1px solid var(--line); }.moments-grid article:last-child { border-bottom: 0; }.moments-grid p { margin: .8rem 0 0; line-height: 1.48; }
  .split-intro { gap: 1.5rem; }
  .program-trigger { grid-template-columns: 48px 1fr 38px; padding: 1rem 0; }.program-title { align-items: flex-start; flex-direction: column; gap: .25rem; }.program-title strong { font-size: 1.9rem; }.program-body { padding: .15rem 0 1.35rem 48px; gap: .75rem; line-height: 1.55; }
  .what-panel { padding: 2rem 1.5rem; border-radius: 2rem; }
  .steps { grid-template-columns: 1fr; }.steps article { min-height: auto; padding: 1.25rem; }.step-number { margin-bottom: 1.4rem; }
  .access-steps { grid-template-columns: 1fr; }.access-steps li { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }.access-steps li:last-child { border-bottom: 0; }.access-steps li div { margin-top: 1.8rem; }
  .simple-note { align-items: flex-start; border-radius: 1.2rem; }
  .method { gap: 2.5rem; }.video-placeholder { border-radius: 1.3rem; }.author-line small { line-height: 1.5; }
  .check-list { grid-template-columns: 1fr; }
  .offer-card { border-radius: 1.5rem; }.price span { font-size: 4rem; }
  .faq-list { margin-left: 0; }.faq-item button span { font-size: 1.25rem; }.faq-item > div { padding-right: 1rem; }
  footer { padding: 2.5rem 20px; }
  .back-to-top { right: 18px; bottom: 84px; }
  .legal-page .site-header { height: auto; min-height: 72px; gap: 1rem; padding: 14px 20px; }.legal-page .site-header nav { gap: .8rem; }.legal-page .site-header nav a { font-size: .72rem; }.legal-page .brand img { width: 145px; }
  .legal-shell { width: min(100% - 40px, 980px); padding: 3rem 0 4.5rem; }.legal-details { grid-template-columns: 1fr; }.legal-details dt { padding-bottom: .2rem; border-bottom: 0; }.legal-details dd { padding-top: .2rem; }
  .mobile-cta { position: fixed; z-index: 50; left: 12px; right: 12px; bottom: 10px; min-height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; color: var(--navy); background: linear-gradient(135deg, #f2e4c2, #d7b56d); box-shadow: 0 10px 35px rgba(4,15,34,.28); font-size: .94rem; font-weight: 600; text-decoration: none; }
}

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