:root {
  --ink: #19151f;
  --ink-soft: #2a2430;
  --cream: #f7f0df;
  --paper: #fffdf7;
  --white: #fff;
  --muted: #6c6570;
  --line: rgba(25, 21, 31, .14);
  --blue: #3867e8;
  --coral: #ff785a;
  --teal: #52d4c5;
  --yellow: #f2dc50;
  --shadow: 0 24px 70px rgba(38, 25, 43, .14);
  --radius: 28px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 2000; top: 8px; left: 8px; padding: 10px 14px; color: var(--white); background: var(--ink); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h2 { margin-bottom: 22px; font-size: clamp(42px, 5.2vw, 76px); line-height: .98; letter-spacing: -.065em; }
h3 { line-height: 1.1; letter-spacing: -.035em; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 3px; background: currentColor; border-radius: 9px; }
.eyebrow-light { color: var(--teal); }
.section-heading { max-width: 820px; margin-bottom: 58px; }
.section-heading > p:last-child { max-width: 660px; color: var(--muted); font-size: 18px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; max-width: none; }
.split-heading > p { margin-bottom: 10px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 14px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: var(--ink); background: var(--yellow); box-shadow: 0 12px 30px rgba(242, 220, 80, .22); }
.button-ink { color: var(--white); background: var(--ink); }
.button-outline { color: var(--ink); border-color: var(--line); background: transparent; }
.button-small { min-height: 44px; padding: 10px 18px; font-size: 13px; }
.button-compact { min-height: 42px; padding: 9px 16px; font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-size: 14px; font-weight: 800; text-decoration: none; }
.text-link span { color: var(--teal); }

.site-header { position: fixed; z-index: 900; top: 0; left: 0; width: 100%; color: var(--white); transition: background .25s ease, box-shadow .25s ease, color .25s ease; }
.site-header.scrolled { color: var(--ink); background: rgba(255, 253, 247, .94); box-shadow: 0 8px 28px rgba(25,21,31,.08); backdrop-filter: blur(16px); }
.nav-shell { display: flex; align-items: center; gap: 28px; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; font-size: 15px; font-weight: 900; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); background: var(--teal); border-radius: 50%; font-size: 11px; letter-spacing: -.04em; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 24px; margin-left: auto; }
.main-nav a { font-size: 12px; font-weight: 750; text-decoration: none; opacity: .82; }
.main-nav a:hover { opacity: 1; color: var(--blue); }
.nav-cta { margin-left: 4px; }
.site-header:not(.scrolled) .nav-cta { color: var(--ink); background: var(--white); }
.menu-toggle { display: none; margin-left: auto; padding: 7px; color: inherit; background: transparent; border: 0; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 920px; padding: 150px 0 0; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-photo { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,21,31,.98) 0%, rgba(25,21,31,.9) 42%, rgba(25,21,31,.35) 100%), url("images/bg6.jpg") center/cover no-repeat; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 68% 35%, rgba(56,103,232,.25), transparent 28%), linear-gradient(180deg, transparent 70%, var(--ink) 100%); }
.hero-staff { position: absolute; z-index: 1; top: 180px; right: -3%; width: 48%; height: 280px; opacity: .22; transform: rotate(-5deg); }
.hero-staff i { position: absolute; left: 0; width: 100%; height: 1px; background: var(--white); }
.hero-staff i:nth-child(1) { top: 20%; }.hero-staff i:nth-child(2) { top: 35%; }.hero-staff i:nth-child(3) { top: 50%; }.hero-staff i:nth-child(4) { top: 65%; }.hero-staff i:nth-child(5) { top: 80%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .68fr; align-items: center; gap: 70px; min-height: 620px; }
.hero-copy { max-width: 780px; }
.hero h1 { margin-bottom: 26px; font-size: clamp(72px, 8.6vw, 132px); line-height: .78; letter-spacing: -.09em; text-transform: uppercase; }
.offer-page .hero h1 { font-size: clamp(62px, 7.5vw, 112px); letter-spacing: -.075em; }
.hero h1 em { display: inline-block; color: var(--coral); font-family: Georgia, "Times New Roman", serif; font-size: .88em; font-weight: 400; text-transform: none; transform: translateX(5%); }
.hero-lead { max-width: 720px; margin-bottom: 10px; font-size: clamp(21px, 2.1vw, 30px); line-height: 1.22; letter-spacing: -.025em; }
.hero-sub { max-width: 620px; color: rgba(255,255,255,.58); font-size: 14px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.motif-card { align-self: end; margin-bottom: 45px; padding: 28px; color: var(--ink); background: rgba(82,212,197,.94); border-radius: var(--radius); box-shadow: var(--shadow); transform: rotate(2deg); }
.motif-label span, .motif-label strong { display: block; }
.motif-label span { font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; opacity: .55; }
.motif-label strong { margin-top: 4px; font-size: 26px; line-height: 1; letter-spacing: -.04em; }
.motif-notes { position: relative; display: flex; align-items: flex-end; gap: 16px; height: 120px; margin: 25px 0 16px; border-block: 1px solid rgba(25,21,31,.2); }
.motif-notes b { position: relative; z-index: 2; font-size: 20px; }
.motif-notes b:nth-child(1) { margin-bottom: 20px; }.motif-notes b:nth-child(2) { margin-bottom: 58px; }.motif-notes b:nth-child(3) { margin-bottom: 36px; }
.motif-notes span { position: absolute; left: 8px; right: 0; bottom: 38px; height: 55px; border-top: 3px solid var(--blue); border-radius: 50%; transform: skewY(-8deg); }
.motif-card ol { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }
.motif-card li { font-size: 10px; font-weight: 850; text-transform: uppercase; }
.motif-card li span { display: block; color: var(--blue); }
.hero-facts { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 44px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-facts div { display: flex; align-items: baseline; gap: 13px; padding: 28px 0; }
.hero-facts div + div { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.14); }
.hero-facts strong { color: var(--yellow); font-size: 35px; line-height: 1; letter-spacing: -.05em; }
.hero-facts span { color: rgba(255,255,255,.58); font-size: 12px; }

.intro-story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.sticky-heading { position: sticky; top: 120px; align-self: start; }
.prose { font-size: 18px; }
.prose p { color: var(--muted); }
.prose p + p { margin-top: 24px; }
.prose-large { font-size: clamp(19px, 2vw, 27px); line-height: 1.48; }
.prose-large .lead-question { color: var(--ink); font-weight: 820; }

.section-ink { color: var(--white); background: var(--ink); }
.problem-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 100px; }
.problem-grid > div:first-child { position: sticky; top: 120px; }
.problem-cards { display: grid; }
.problem-cards article { padding: 35px 0; border-top: 1px solid rgba(255,255,255,.14); }
.problem-cards article:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.problem-cards span { color: var(--coral); font-size: 11px; font-weight: 900; }
.problem-cards h3 { margin: 8px 0 12px; font-size: 29px; }
.problem-cards p { max-width: 680px; margin: 0; color: rgba(255,255,255,.62); }

.system-section { background: var(--cream); }
.system-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.system-visual { position: relative; min-height: 560px; padding: 60px; overflow: hidden; color: var(--white); background: var(--blue); border-radius: 40px; box-shadow: var(--shadow); }
.system-visual::before { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; }
.note-seed { position: absolute; z-index: 2; top: 36%; left: 15%; display: flex; gap: 18px; }
.note-seed i { display: block; width: 23px; height: 23px; background: var(--yellow); border-radius: 50%; }
.note-seed i:nth-child(2) { transform: translateY(-44px); }.note-seed i:nth-child(3) { transform: translateY(-15px); }
.phrase-line { position: absolute; top: 28%; right: -10%; width: 78%; height: 220px; border-top: 7px solid var(--teal); border-radius: 50%; transform: rotate(10deg); }
.system-visual span, .system-visual strong { position: absolute; z-index: 2; bottom: 40px; }
.system-visual span { left: 50px; color: rgba(255,255,255,.65); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.system-visual strong { right: 50px; font-size: 32px; letter-spacing: -.04em; }
.system-grid .prose h2 { font-size: clamp(42px,4.4vw,68px); }

.program-section { background: var(--paper); }
.program-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.program-card { border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.program-card summary { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 18px; min-height: 122px; padding: 22px; cursor: pointer; list-style: none; }
.program-card summary::-webkit-details-marker { display: none; }
.program-number { display: grid; place-items: center; width: 52px; height: 52px; color: var(--white); background: var(--ink); border-radius: 50%; font-size: 12px; font-weight: 900; }
.program-card small { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.program-card h3 { margin: 5px 0 0; font-size: 21px; }
.program-card summary > b { font-size: 28px; font-weight: 400; transition: transform .2s ease; }
.program-card[open] summary > b { transform: rotate(45deg); }
.program-card ul { display: grid; gap: 8px; margin: 0 22px 24px 98px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.program-card li { position: relative; padding-left: 18px; color: var(--muted); font-size: 13px; }
.program-card li::before { content: ""; position: absolute; top: .7em; left: 0; width: 6px; height: 6px; background: var(--teal); border-radius: 50%; }

.learning-section { color: var(--white); background: var(--blue); }
.learning-layout { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 110px; }
.learning-layout > div > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.72); }
.learning-layout .button { margin-top: 18px; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 68px 1fr; gap: 22px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.24); }
.steps-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.24); }
.steps-list li > span { display: grid; place-items: center; width: 54px; height: 54px; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 15px; font-weight: 900; }
.steps-list strong { font-size: 20px; }
.steps-list p { margin: 4px 0 0; color: rgba(255,255,255,.64); font-size: 13px; }

.results-section { background: var(--cream); }
.results-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.results-grid article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.5); }
.results-grid article > span { color: var(--blue); font-size: 11px; font-weight: 900; }
.results-grid h3 { margin: 34px 0 22px; font-size: 24px; }
.results-grid ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.results-grid li { padding-top: 13px; color: var(--muted); border-top: 1px solid var(--line); font-size: 13px; }

.bonuses-section { background: var(--paper); }
.bonus-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.bonus-grid article { overflow: hidden; color: var(--white); background: var(--ink); border-radius: var(--radius); }
.bonus-grid img { width: 100%; aspect-ratio: .72; object-fit: cover; object-position: top; }
.bonus-grid article > div { min-height: 210px; padding: 25px; }
.bonus-grid span { color: var(--teal); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.bonus-grid h3 { margin: 9px 0 12px; font-size: 24px; }
.bonus-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }

.reviews-section { color: var(--white); background: var(--ink); }
.reviews-section .section-heading > p:last-child { color: rgba(255,255,255,.6); }
.reviews-grid { columns: 3 300px; column-gap: 14px; }
.reviews-grid figure { position: relative; display: inline-block; width: 100%; margin: 0 0 14px; padding: 30px; overflow: hidden; color: var(--ink); background: var(--cream); border-radius: var(--radius); break-inside: avoid; }
.reviews-grid figure:nth-child(3n+2) { background: var(--teal); }
.reviews-grid figure:nth-child(3n) { background: var(--yellow); }
.quote-mark { position: absolute; top: -16px; right: 16px; font-family: Georgia,serif; font-size: 110px; line-height: 1; opacity: .12; }
.reviews-grid blockquote { position: relative; margin: 0; font-size: 15px; line-height: 1.65; }
.reviews-grid figcaption { display: flex; align-items: center; gap: 13px; margin-top: 25px; padding-top: 20px; border-top: 1px solid rgba(25,21,31,.16); }
.reviews-grid figcaption > b { color: var(--blue); font-size: 11px; }
.reviews-grid figcaption strong, .reviews-grid figcaption span { display: block; }
.reviews-grid figcaption strong { font-size: 13px; }
.reviews-grid figcaption span { margin-top: 2px; font-size: 10px; opacity: .62; }

.pricing-section { background: var(--cream); transition: opacity .22s ease; }
.pricing-section.loading { opacity: .6; }
.pricing-section.loading .currency-panel, .pricing-section.loading .pricing-grid { pointer-events: none; }
.pricing-section.enter { animation: fade-price .24s ease both; }
.currency-panel { display: grid; grid-template-columns: minmax(220px,1fr) auto; align-items: center; gap: 20px 34px; margin: -22px 0 45px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.65); box-shadow: 0 15px 45px rgba(25,21,31,.07); }
.currency-panel > div:first-child strong, .currency-panel > div:first-child span { display: block; }
.currency-panel > div:first-child span { margin-top: 3px; color: var(--muted); font-size: 12px; }
.currency-switcher { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.currency-option { min-height: 42px; padding: 9px 14px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 850; cursor: pointer; }
.currency-option.active { color: var(--white); background: var(--ink); border-color: var(--ink); }
.country-picker { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 20px; border-top: 1px solid var(--line); }
.country-picker.required { padding: 18px; border: 1px solid rgba(56,103,232,.35); border-radius: 16px; background: rgba(56,103,232,.07); }
.country-picker label { font-size: 13px; font-weight: 800; }
.country-picker > div { display: flex; gap: 8px; }
.country-picker select { min-width: 230px; min-height: 42px; padding: 8px 12px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.pricing-status { margin: -28px 0 22px; padding: 12px 15px; color: #2446a8; background: rgba(56,103,232,.08); border: 1px solid rgba(56,103,232,.25); border-radius: 12px; font-size: 12px; }
.pricing-status[hidden] { display: none; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; gap: 14px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 690px; padding: 30px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.price-card.featured { color: var(--white); background: var(--ink); box-shadow: var(--shadow); transform: translateY(-15px); }
.popular-label { position: absolute; top: 24px; right: 24px; padding: 7px 10px; color: var(--ink); background: var(--yellow); border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.plan-name { margin: 0; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.featured .plan-name { color: var(--teal); }
.price-card h3 { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px; margin: 13px 0 12px; font-size: clamp(48px,5vw,70px); line-height: 1; letter-spacing: -.07em; }
.price-card h3 sup { font-size: 22px; }
.price-card h3 small { margin-left: 5px; color: var(--muted); font-size: 12px; letter-spacing: 0; }
.featured h3 small { color: rgba(255,255,255,.58); }
.price-card > div > p:not(.plan-name):not(.billing-caption) { color: var(--muted); }
.featured > div > p:not(.plan-name):not(.billing-caption) { color: rgba(255,255,255,.64); }
.billing-caption { min-height: 34px; color: var(--muted); font-size: 11px; }
.featured .billing-caption { color: rgba(255,255,255,.55); }
.plan-value { display: grid; gap: 3px; margin-top: 18px; padding: 14px 15px; color: var(--ink); background: linear-gradient(135deg,var(--yellow),rgba(242,220,80,.58)); border-radius: 15px; }
.plan-value span { font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; opacity: .65; }
.plan-value strong { font-size: 18px; letter-spacing: -.025em; }
.plan-value small { font-size: 11px; font-weight: 750; opacity: .7; }
.price-card > ul { display: grid; gap: 12px; margin: 28px 0 32px; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured > ul { border-color: rgba(255,255,255,.15); }
.price-card > ul li { position: relative; padding-left: 20px; font-size: 13px; }
.price-card > ul li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.featured > ul li::before { color: var(--teal); }
.price-card > .button { width: 100%; margin-top: auto; }
.featured .button-outline { color: var(--white); border-color: rgba(255,255,255,.28); }
.pricing-note { max-width: 760px; margin: 34px auto 0; color: var(--muted); text-align: center; font-size: 12px; }
.pricing-legal { max-width: 760px; margin: 16px auto 0; color: var(--muted); text-align: center; font-size: 10px; line-height: 1.55; }
.pricing-note + .pricing-legal { margin-top: 9px; }
.pricing-legal a { text-underline-offset: 2px; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.faq-grid > .section-heading { position: sticky; top: 120px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 52px 25px 0; cursor: pointer; list-style: none; font-size: 20px; font-weight: 850; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; top: 22px; right: 5px; font-size: 27px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details div { padding: 0 52px 25px 0; color: var(--muted); }
.faq-list details p { margin: 0; }

.final-cta { padding: 100px 0; color: var(--white); background: var(--blue); }
.final-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.final-inner h2 { margin: 0; font-size: clamp(48px,6vw,82px); }
.final-inner .button { flex: 0 0 auto; }

.site-footer { padding: 72px 0 28px; color: rgba(255,255,255,.65); background: #0d0a10; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1.1fr 1fr; gap: 54px; }
.brand-footer { color: var(--white); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid strong { margin-bottom: 4px; color: var(--white); }
.footer-grid a, .footer-link { padding: 0; color: inherit; background: transparent; border: 0; text-decoration: none; cursor: pointer; }
.footer-grid a:hover, .footer-link:hover { color: var(--teal); }
.footer-grid p { max-width: 330px; margin: 8px 0 0; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 58px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }

.cookie-banner { position: fixed; z-index: 1100; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 26px; max-width: 1180px; margin-inline: auto; padding: 22px; color: var(--white); background: rgba(25,21,31,.98); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; box-shadow: 0 28px 70px rgba(0,0,0,.4); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; font-size: 17px; }
.cookie-banner p { max-width: 720px; margin: 5px 0 3px; color: rgba(255,255,255,.65); font-size: 12px; }
.cookie-banner a { color: var(--teal); font-size: 11px; }
.cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.cookie-actions .button { min-height: 42px; padding: 9px 13px; font-size: 11px; }
.button-cookie-secondary { color: var(--white); background: transparent; border-color: rgba(255,255,255,.22); }
.consent-dialog { width: min(calc(100% - 32px),640px); padding: 0; color: var(--ink); background: var(--paper); border: 0; border-radius: 26px; box-shadow: var(--shadow); }
.consent-dialog::backdrop { background: rgba(13,10,16,.78); backdrop-filter: blur(5px); }
.consent-dialog form { padding: 30px; }
.dialog-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.dialog-heading h2 { margin: 0 0 25px; font-size: 36px; }
.dialog-close { width: 40px; height: 40px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.consent-option { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }
.consent-option strong { display: block; }
.consent-option p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.consent-option input { width: 22px; height: 22px; accent-color: var(--blue); }
.dialog-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 25px; }

@keyframes fade-price { from { opacity: .55; transform: translateY(5px); } to { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  .main-nav { gap: 15px; }
  .hero-grid { grid-template-columns: 1fr .58fr; gap: 35px; }
  .motif-card { padding: 22px; }
  .results-grid, .bonus-grid { grid-template-columns: repeat(2,1fr); }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card:last-child { grid-column: 1 / -1; min-height: 560px; }
  .price-card.featured { transform: none; }
}

@media (max-width: 860px) {
  .section { padding: 82px 0; }
  .nav-shell { min-height: 68px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 68px 0 auto; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 20px; color: var(--ink); background: var(--paper); box-shadow: 0 18px 45px rgba(25,21,31,.15); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .nav-cta { display: none; }
  .hero { min-height: auto; padding-top: 118px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero h1 { max-width: 800px; }
  .motif-card { justify-self: end; width: min(100%,460px); margin: 15px 0 0; }
  .hero-facts { margin-top: 70px; }
  .story-grid, .problem-grid, .system-grid, .learning-layout, .faq-grid { grid-template-columns: 1fr; gap: 58px; }
  .sticky-heading, .problem-grid > div:first-child, .faq-grid > .section-heading { position: static; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .program-grid { grid-template-columns: 1fr; }
  .system-visual { min-height: 430px; }
  .currency-panel { grid-template-columns: 1fr; }
  .currency-switcher { justify-content: flex-start; }
  .country-picker { grid-column: auto; align-items: stretch; flex-direction: column; }
  .country-picker > div { align-items: stretch; }
  .country-picker select { flex: 1; min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px),var(--container)); }
  .section { padding: 68px 0; }
  h2 { font-size: clamp(40px,12vw,58px); }
  .hero { padding-top: 105px; }
  .hero h1 { font-size: clamp(59px,18vw,90px); }
  .offer-page .hero h1 { font-size: clamp(48px,14vw,72px); overflow-wrap: anywhere; }
  .hero h1 em { transform: none; }
  .hero-lead { font-size: 20px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .motif-card { width: 100%; transform: none; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div { padding: 18px 0; }
  .hero-facts div + div { padding-left: 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .system-visual { min-height: 350px; padding: 28px; border-radius: 27px; }
  .system-visual span { left: 28px; }.system-visual strong { right: 28px; font-size: 24px; }
  .program-card summary { grid-template-columns: 48px 1fr auto; min-height: 105px; padding: 17px; }
  .program-number { width: 44px; height: 44px; }
  .program-card h3 { font-size: 18px; }
  .program-card ul { margin: 0 17px 20px 17px; }
  .results-grid, .bonus-grid, .pricing-grid { grid-template-columns: 1fr; }
  .price-card, .price-card:last-child { grid-column: auto; min-height: 0; padding: 25px; }
  .currency-panel { margin-top: 0; padding: 18px; }
  .country-picker > div { flex-direction: column; }
  .country-picker select { width: 100%; }
  .reviews-grid { columns: 1; }
  .final-inner { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .cookie-banner { right: 8px; bottom: 8px; left: 8px; grid-template-columns: 1fr; max-height: calc(100vh - 16px); overflow-y: auto; padding: 17px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-actions .button { width: 100%; }
  .dialog-actions { align-items: stretch; flex-direction: column; }
}

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

.localized-price { white-space: nowrap; }
.regular-price { margin: 0 0 4px; color: var(--muted); font-size: 12px; }
.regular-price s { margin-left: 5px; color: var(--ink); font-weight: 800; text-decoration-color: var(--coral); text-decoration-thickness: 2px; }
.promo-value { background: rgba(242, 182, 61, .16); }
.offer-rationale { color: var(--white); background: var(--ink); }
.offer-rationale-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(35px, 8vw, 110px); align-items: start; }
.offer-rationale h2 { margin: 14px 0 0; font-size: clamp(46px, 5vw, 76px); line-height: .94; }
.offer-rationale-grid > div:last-child { color: rgba(255, 255, 255, .72); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.offer-rationale-grid > div:last-child p:first-child { margin-top: 0; }
@media (max-width: 780px) { .offer-rationale-grid { grid-template-columns: 1fr; } }
