:root {
  --ink: #191814;
  --ink-soft: #5f5a50;
  --night: #17150f;
  --night-2: #242015;
  --cream: #fbf8f1;
  --cream-2: #f3ecdf;
  --paper: #fffdf8;
  --gold: #c9a84c;
  --gold-light: #eedb9d;
  --gold-dark: #7b621f;
  --white: #fff;
  --line: #ddd2bc;
  --success: #2f6a4b;
  --shadow-sm: 0 8px 24px rgba(36, 30, 17, .08);
  --shadow-lg: 0 28px 70px rgba(18, 15, 8, .24);
  --radius: 20px;
  --font-body: 'Poppins', system-ui, sans-serif;
  --font-display: 'DM Serif Display', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--font-body); line-height: 1.65; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(100% - 2rem, 1120px); margin-inline: auto; }
.narrow { max-width: 760px; }
.center { text-align: center; }
.section { padding-block: clamp(4.5rem, 8vw, 7rem); }
.skip-link { position: fixed; z-index: 9999; top: .75rem; left: .75rem; transform: translateY(-180%); padding: .75rem 1rem; background: var(--white); color: var(--ink); border-radius: .5rem; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #ffe17b; outline-offset: 3px; transition: none !important; }

.topbar { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: .55rem; padding: .45rem 1rem; background: var(--gold); color: #231d0d; font-size: .76rem; font-weight: 700; text-align: center; letter-spacing: .02em; }
.topbar-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 99px; background: #3a2d0a; }

.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--night); color: var(--white); }
.hero::before { content: ''; position: absolute; z-index: -1; width: 620px; height: 620px; top: 0; left: 50%; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(201,168,76,.2), transparent 68%); pointer-events: none; }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -2; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand { display: inline-flex; align-items: center; gap: .65rem; min-height: 44px; text-decoration: none; font-size: .9rem; letter-spacing: .01em; }
.brand img { width: 40px; height: 40px; object-fit: contain; }
.brand strong { display: block; color: var(--gold-light); text-transform: uppercase; letter-spacing: .14em; font-size: .64rem; }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .65rem 1.2rem; border: 1px solid rgba(238,219,157,.45); border-radius: 99px; color: var(--gold-light); text-decoration: none; font-size: .78rem; font-weight: 700; white-space: nowrap; }
.nav-cta:hover { background: rgba(201,168,76,.1); }

.hero-content { padding-block: clamp(4.5rem, 9vw, 7.5rem) 0; text-align: center; }
.eyebrow, .section-kicker { margin: 0 0 1rem; color: var(--gold-dark); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; color: var(--gold-light); }
.eyebrow span { font-size: .9rem; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-display); font-weight: 400; letter-spacing: -.02em; }
h1 { max-width: 980px; margin-inline: auto; margin-bottom: 1.5rem; font-size: clamp(2.55rem, 7vw, 5.6rem); line-height: .98; text-wrap: balance; }
h1 em { color: var(--gold-light); font-weight: inherit; }
.hero-lead { max-width: 780px; margin-inline: auto; color: #d5d0c4; font-size: clamp(1rem, 2vw, 1.18rem); line-height: 1.75; text-wrap: balance; }
.hero-points { display: flex; justify-content: center; flex-wrap: wrap; gap: .75rem 1.5rem; margin: 2rem 0; padding: 0; list-style: none; color: #ede8dc; font-size: .83rem; }
.hero-points li { display: flex; align-items: center; gap: .45rem; }
.hero-points svg { width: 18px; height: 18px; fill: none; stroke: var(--gold-light); stroke-width: 2.5; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: .65rem; padding: .8rem 1.35rem; border: 0; border-radius: 10px; text-decoration: none; font-size: .86rem; font-weight: 800; white-space: nowrap; flex-shrink: 0; cursor: pointer; }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-primary { background: linear-gradient(135deg, #e1c46e, #bd9334); color: #201a0b; box-shadow: 0 12px 30px rgba(201,168,76,.22); }
.button-primary:hover { filter: brightness(1.08); transform: translateY(-2px); }
.microcopy { display: flex; justify-content: center; align-items: center; gap: .4rem; margin: .75rem 0 0; color: #a9a398; font-size: .67rem; }
.microcopy svg, .payment-note svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.vsl-wrap { width: min(100%, 920px); margin: clamp(3rem, 7vw, 5.5rem) auto 0; }
.vsl-frame { padding: 10px; background: #2d281d; border: 1px solid rgba(238,219,157,.32); border-radius: 26px; box-shadow: var(--shadow-lg); }
.vsl-poster { position: relative; min-height: clamp(310px, 52vw, 520px); overflow: hidden; border-radius: 16px; background: url('../galery/32084.jpg') center 24% / cover no-repeat, #2a261d; display: flex; align-items: center; justify-content: center; }
.vsl-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,12,8,.2), rgba(14,12,8,.85)); }
.vsl-copy { position: absolute; z-index: 1; left: clamp(1.2rem, 5vw, 3.5rem); right: clamp(1.2rem, 5vw, 3.5rem); bottom: clamp(1.4rem, 5vw, 3rem); text-align: left; }
.vsl-copy span { color: var(--gold-light); font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.vsl-copy h2 { max-width: 650px; margin: .5rem 0 0; font-size: clamp(1.45rem, 4vw, 2.7rem); line-height: 1.12; }
.play-button { position: relative; z-index: 2; width: 76px; height: 76px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: rgba(201,168,76,.94); color: #201a0b; box-shadow: 0 0 0 12px rgba(255,255,255,.13); cursor: pointer; }
.play-button:hover { transform: scale(1.05); }
.play-button svg { width: 32px; height: 32px; fill: currentColor; stroke: currentColor; }
.vsl-duration { position: absolute; z-index: 2; top: 1rem; right: 1rem; padding: .45rem .75rem; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; background: rgba(12,10,7,.7); color: white; font-size: .65rem; font-weight: 700; backdrop-filter: blur(6px); }
.vsl-message { display: flex; flex-direction: column; gap: .2rem; padding: 1rem; border-radius: 0 0 16px 16px; background: #fff4cf; color: #372b0c; font-size: .76rem; }
.vsl-message code { font-size: .72rem; }
.vsl-wrap > p { margin: 1rem 0 0; color: #bbb5aa; font-size: .74rem; }

.trust-strip { padding: 3rem 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: .9rem; }
.trust-grid svg { width: 28px; height: 28px; fill: none; stroke: var(--gold-dark); stroke-width: 1.6; }
.trust-grid span { color: var(--ink-soft); font-size: .72rem; }
.trust-grid strong { display: block; color: var(--ink); font-size: .83rem; }

.section-kicker.light { color: var(--gold-light); }
.section h2 { margin-bottom: 1.25rem; font-size: clamp(2rem, 4.7vw, 3.65rem); line-height: 1.08; text-wrap: balance; }
.section p { color: var(--ink-soft); }
.pain-section { background: var(--paper); }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; border-block: 1px solid var(--line); }
.pain-grid article { padding: 2rem clamp(1.2rem, 3vw, 2.4rem); }
.pain-grid article + article { border-left: 1px solid var(--line); }
.number { color: var(--gold); font-family: var(--font-display); font-size: 2rem; }
.pain-grid h3 { margin: .6rem 0; font-family: var(--font-display); font-size: 1.45rem; font-weight: 400; }
.pain-grid p { margin: 0; font-size: .84rem; }

.turning { background: var(--cream-2); }
.turning-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.turning-art { position: relative; min-height: 450px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; background: var(--night); border-radius: var(--radius); color: white; text-align: center; box-shadow: var(--shadow-sm); }
.turning-art::after { content: ''; position: absolute; inset: 12px; border: 1px solid rgba(238,219,157,.28); border-radius: 8px; }
.turning-art span { position: relative; z-index: 2; font-family: var(--font-display); font-size: 1.55rem; line-height: 1.3; }
.turning-art small { position: relative; z-index: 2; margin-top: 1rem; color: var(--gold-light); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.ring { position: absolute; border: 1px solid rgba(201,168,76,.22); border-radius: 50%; }
.ring-one { width: 340px; height: 340px; }
.ring-two { width: 260px; height: 260px; }
.cross-mark { position: absolute; top: 3rem; width: 26px; height: 70px; background: rgba(201,168,76,.35); }
.cross-mark::after { content: ''; position: absolute; width: 62px; height: 22px; left: -18px; top: 16px; background: inherit; }
.turning-copy > p:not(.section-kicker) { font-size: .94rem; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; margin-top: .5rem; color: var(--gold-dark); font-size: .82rem; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.text-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }

.modules { background: var(--night); color: var(--white); }
.modules .narrow > p:last-child { color: #aaa499; }
.module-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3.5rem; }
.module-card { padding: 1.6rem; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: #211e17; }
.module-card.featured { border-color: rgba(201,168,76,.65); background: linear-gradient(180deg, #2c271a, #211e17); transform: translateY(-10px); }
.module-index { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.1); color: #aaa499; font-size: .64rem; text-transform: uppercase; letter-spacing: .14em; }
.module-index strong { color: var(--gold-light); font-family: var(--font-display); font-size: 2.1rem; font-weight: 400; }
.module-tag { display: inline-flex; width: fit-content; margin-top: 1.3rem; padding: .3rem .55rem; border-radius: 99px; background: rgba(201,168,76,.12); color: var(--gold-light); font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.module-card h3 { margin: .8rem 0; font-family: var(--font-display); font-size: 1.55rem; font-weight: 400; }
.module-card p { color: #aaa499; font-size: .78rem; }
.module-card ul, .price-card ul { display: grid; gap: .7rem; padding: 0; margin: 1.3rem 0 0; list-style: none; }
.module-card li, .price-card li { display: flex; align-items: flex-start; gap: .55rem; font-size: .72rem; }
.module-card li svg, .price-card li svg { width: 16px; height: 16px; flex: 0 0 auto; fill: none; stroke: var(--gold-light); stroke-width: 2.5; }

.inside { background: var(--paper); }
.inside-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.inside-list { display: grid; gap: 1.3rem; padding: 0; margin: 2rem 0 0; list-style: none; }
.inside-list li { display: flex; gap: 1rem; }
.inside-list li > span { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--cream-2); }
.inside-list svg { width: 20px; height: 20px; fill: none; stroke: var(--gold-dark); stroke-width: 1.8; }
.inside-list strong { font-size: .84rem; }
.inside-list p { margin: .2rem 0 0; font-size: .75rem; }
.member-mockup { padding: 8px; border-radius: 24px; background: #ded5c5; box-shadow: var(--shadow-lg); transform: perspective(1100px) rotateY(-4deg) rotateX(2deg); }
.mockup-bar { height: 36px; display: flex; align-items: center; gap: 6px; padding: 0 10px; border-radius: 16px 16px 0 0; background: #eee8dd; color: #766f63; font-size: .55rem; }
.mockup-bar i { width: 7px; height: 7px; border-radius: 50%; background: #b9af9d; }
.mockup-bar span { margin-left: auto; margin-right: auto; }
.mockup-body { min-height: 390px; display: grid; grid-template-columns: 105px 1fr; overflow: hidden; border-radius: 0 0 16px 16px; background: #faf8f3; }
.mockup-body aside { display: flex; flex-direction: column; gap: 1rem; padding: 1.3rem .9rem; background: var(--night); color: white; }
.mock-logo { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-family: var(--font-display); }
.mockup-body aside b { font-size: .55rem; text-transform: uppercase; letter-spacing: .12em; }
.mockup-body aside span { width: 100%; height: 7px; border-radius: 99px; background: rgba(255,255,255,.12); }
.mockup-body aside span.active { background: var(--gold); }
.mock-content { padding: 2rem; }
.mock-content small { color: var(--gold-dark); font-size: .55rem; font-weight: 800; letter-spacing: .12em; }
.mock-content h3 { margin: .35rem 0 1rem; font-family: var(--font-display); font-size: 1.45rem; font-weight: 400; }
.mock-video { height: 160px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg, #302b1e, #181612); }
.mock-video svg { width: 34px; height: 34px; fill: var(--gold-light); stroke: var(--gold-light); }
.progress { height: 4px; margin: 1rem 0; overflow: hidden; border-radius: 9px; background: #e5ded1; }
.progress i { display: block; width: 35%; height: 100%; background: var(--gold); }
.lesson { display: flex; align-items: center; gap: .6rem; padding: .65rem 0; border-bottom: 1px solid #e9e2d6; font-size: .58rem; }
.lesson span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--cream-2); color: var(--gold-dark); }

.testimonials { background: var(--cream-2); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.proof-grid article { padding: 1.7rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-sm); }
.stars { color: #977721; font-size: .8rem; letter-spacing: .2em; }
blockquote { margin: 1rem 0 1.5rem; color: #403c34; font-family: var(--font-display); font-size: 1.1rem; line-height: 1.45; }
.person { display: flex; align-items: center; gap: .7rem; }
.person > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--night); color: var(--gold-light); font-family: var(--font-display); }
.person strong, .person small { display: block; }
.person strong { font-size: .7rem; }
.person small { color: var(--ink-soft); font-size: .59rem; }
.mock-disclaimer { margin-top: 1.2rem; font-size: .65rem; text-align: center; }

.offer-section { background: var(--night); color: white; }
.offer-grid { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.offer-copy > p:not(.section-kicker) { color: #bbb5aa; }
.value-stack { margin-top: 2rem; border-block: 1px solid rgba(255,255,255,.13); }
.value-stack div { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.08); color: #d9d4ca; font-size: .78rem; }
.value-stack div:last-child { border: 0; }
.value-stack del { color: #8e887c; }
.value-stack strong { color: var(--gold-light); }
.price-card { position: relative; padding: clamp(1.5rem, 4vw, 2.4rem); border: 1px solid rgba(201,168,76,.65); border-radius: 24px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.offer-badge { display: inline-flex; width: fit-content; padding: .35rem .7rem; border-radius: 99px; background: #efe1af; color: #46370e; font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.price-card > p { margin: 1rem 0 .2rem; color: var(--ink); font-weight: 700; }
.old-price { color: var(--ink-soft); font-size: .7rem; }
.price { display: flex; align-items: center; margin: .5rem 0 0; line-height: 1; }
.price sup { align-self: flex-start; margin-top: .9rem; font-size: 1rem; font-weight: 800; }
.price > strong { font-family: var(--font-display); font-size: clamp(4.4rem, 9vw, 6.5rem); font-weight: 400; letter-spacing: -.07em; }
.price-cents { align-self: center; margin-left: .35rem; font-size: 1.2rem; font-weight: 800; }
.price-caption { display: block; margin: .75rem 0 1.25rem 3.25rem; color: var(--ink-soft); font-size: .65rem; font-weight: 500; line-height: 1.4; }
.price-card ul { padding-block: 1rem; border-block: 1px solid var(--line); }
.price-card li { color: var(--ink-soft); font-size: .75rem; }
.price-card li svg { stroke: var(--success); }
.checkout-button { width: 100%; margin-top: 1.4rem; }
.payment-note { display: flex; align-items: center; justify-content: center; gap: .35rem; margin: .75rem 0; font-size: .6rem; }
.payment-methods { display: flex; justify-content: center; flex-wrap: wrap; gap: .4rem; }
.payment-methods span { padding: .25rem .4rem; border: 1px solid var(--line); border-radius: 4px; color: #655f54; font-size: .5rem; font-weight: 800; }

.guarantee { background: var(--cream-2); }
.guarantee-card { display: grid; grid-template-columns: auto 1fr; gap: clamp(1.5rem, 5vw, 3rem); align-items: center; max-width: 900px; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.seal { width: 128px; height: 128px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid var(--gold); outline: 1px dashed var(--gold); outline-offset: 6px; border-radius: 50%; color: var(--gold-dark); }
.seal strong { font-family: var(--font-display); font-size: 3.3rem; line-height: .8; }
.seal span { font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.guarantee h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
.guarantee p:last-child { margin-bottom: 0; font-size: .82rem; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2.5rem, 7vw, 6rem); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--ink); font-size: .86rem; font-weight: 700; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: var(--gold-dark); stroke-width: 1.8; transition: transform .2s ease; }
.accordion details[open] summary svg { transform: rotate(45deg); }
.accordion details p { padding: 0 2.5rem 1.2rem 0; font-size: .78rem; }

.final-cta { position: relative; overflow: hidden; background: linear-gradient(135deg, #272217, #12110e); color: white; }
.final-cta::before { content: ''; position: absolute; inset: -80% 20%; border: 1px solid rgba(201,168,76,.13); border-radius: 50%; }
.final-cta .container { position: relative; }
.final-cta p { color: #bbb5aa; }
footer { padding: 3rem 0 6rem; background: #0d0c09; color: #aaa499; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 2rem; }
.footer-brand { color: white; }
.footer-grid p { margin: 0; font-size: .68rem; }
.footer-grid nav { display: flex; gap: 1.2rem; }
.footer-grid nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: .63rem; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; margin-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.08); font-size: .57rem; }
.mobile-buy { display: none; }

@media (max-width: 820px) {
  .module-list, .proof-grid { grid-template-columns: 1fr; max-width: 620px; }
  .module-card.featured { transform: none; }
  .turning-grid, .inside-grid, .offer-grid, .faq-grid { grid-template-columns: 1fr; }
  .turning-art { min-height: 360px; }
  .inside-grid > div:first-child, .offer-copy { max-width: 680px; }
  .member-mockup { transform: none; }
  .price-card { max-width: 520px; width: 100%; margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-grid nav { justify-content: center; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 1.25rem, 1120px); }
  .section { padding-block: 4.25rem; }
  .nav { min-height: 66px; }
  .brand { font-size: .75rem; }
  .brand img { width: 34px; height: 34px; }
  .nav-cta { padding-inline: .9rem; font-size: .68rem; }
  .hero-content { padding-top: 3.7rem; }
  h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-lead { font-size: .94rem; }
  .hero-points { display: grid; justify-content: start; width: fit-content; margin-inline: auto; text-align: left; }
  .hero-button { width: 100%; max-width: 420px; font-size: .76rem; }
  .vsl-wrap { margin-bottom: -3.5rem; }
  .vsl-frame { padding: 6px; border-radius: 20px; }
  .vsl-poster { min-height: 410px; border-radius: 14px; }
  .vsl-copy { bottom: 1.2rem; }
  .vsl-copy h2 { font-size: 1.55rem; }
  .vsl-duration { font-size: .55rem; }
  .play-button { width: 64px; height: 64px; }
  .trust-strip { padding-top: 6rem; }
  .trust-grid { grid-template-columns: 1fr; gap: 1rem; }
  .trust-grid > div { justify-content: flex-start; max-width: 260px; width: 100%; margin-inline: auto; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .module-list { margin-top: 2.5rem; }
  .mockup-body { grid-template-columns: 64px 1fr; min-height: 340px; }
  .mockup-body aside { padding-inline: .6rem; }
  .mockup-body aside b { display: none; }
  .mock-content { padding: 1.2rem; }
  .mock-video { height: 125px; }
  .guarantee-card { grid-template-columns: 1fr; text-align: center; }
  .seal { margin-inline: auto; }
  .faq-grid { gap: 2rem; }
  .footer-grid nav { flex-direction: column; gap: 0; }
  .footer-bottom { flex-direction: column; text-align: center; }
  footer { padding-bottom: 7rem; }
  .mobile-buy { position: fixed; z-index: 90; left: .6rem; right: .6rem; bottom: .6rem; display: flex; align-items: center; justify-content: space-between; gap: .7rem; padding: .65rem; border: 1px solid rgba(238,219,157,.35); border-radius: 14px; background: rgba(23,21,15,.94); color: white; box-shadow: 0 12px 40px rgba(0,0,0,.38); backdrop-filter: blur(12px); transform: translateY(150%); transition: transform .22s ease-out; }
  .mobile-buy.visible { transform: translateY(0); }
  .mobile-buy small, .mobile-buy strong { display: block; }
  .mobile-buy small { color: #aaa499; font-size: .55rem; }
  .mobile-buy strong { color: var(--gold-light); font-size: .86rem; }
  .mobile-buy .button { min-height: 46px; padding-inline: 1rem; font-size: .7rem; }
}

@media (max-width: 370px) {
  .nav-cta { display: none; }
  .button { white-space: normal; text-align: center; }
  .mobile-buy .button { white-space: nowrap; }
  .member-mockup { font-size: 85%; }
}

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