:root {
  --navy: #102a43;
  --navy-2: #173f5f;
  --green: #3f7d63;
  --green-dark: #275d4a;
  --sage: #eaf4ef;
  --sage-2: #d8ebe1;
  --coral: #ef5d4f;
  --coral-dark: #d8473b;
  --orange: #ff7a45;
  --cream: #fbfaf6;
  --grey: #f3f6f7;
  --text: #20313f;
  --muted: #61717d;
  --white: #fff;
  --border: #dce5e8;
  --shadow: 0 18px 50px rgba(16,42,67,.12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; background: var(--white); }
body.modal-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
button, a { font: inherit; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.02; letter-spacing: -.035em; }
h1 { font-size: clamp(2.15rem, 4.5vw, 3.05rem); margin-bottom: 20px; }
h1 em { color: var(--green); font-style: normal; }
h2 { font-size: clamp(2rem, 4vw, 2.45rem); margin-bottom: 20px; }
h3 { font-size: 1.15rem; }
p { color: var(--muted); }
.container { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }
.section { padding: 92px 0; }
.soft-section { background: var(--grey); }
.skip-link { position: fixed; left: 10px; top: -60px; z-index: 1000; background: var(--navy); color: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 10px; }
.top-note { background: var(--navy); color: #dce8ef; text-align: center; padding: 7px 16px; font-size: .76rem; letter-spacing: .02em; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(16,42,67,.08); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--navy); font-size: 1.18rem; font-weight: 800; line-height: 1; }
.brand > span:nth-child(2) > span { color: var(--green); }
.brand small { display: block; color: var(--muted); font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; margin-top: 5px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px 13px 13px 4px; background: var(--green); color: white; font-family: Georgia, serif; font-size: 1.55rem; }
.site-nav { margin-left: auto; display: flex; gap: 28px; }
.site-nav a { color: var(--navy); text-decoration: none; font-size: .9rem; font-weight: 700; }
.site-nav a:hover { color: var(--green); }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 54px; padding: 14px 25px; border: 0; border-radius: 12px; text-decoration: none; text-transform: uppercase; font-size: .86rem; font-weight: 900; letter-spacing: .035em; text-align: center; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; background: linear-gradient(135deg, var(--orange), var(--coral)); color: white; box-shadow: 0 10px 24px rgba(239,93,79,.28); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(239,93,79,.36); background: linear-gradient(135deg, var(--coral), var(--coral-dark)); }
.btn-small { min-height: 43px; padding: 11px 16px; font-size: .74rem; }
.btn-dark { background: var(--navy); box-shadow: none; }
.btn-dark:hover { background: var(--navy-2); box-shadow: 0 10px 24px rgba(16,42,67,.2); }
.menu-toggle { display: none; padding: 8px; border: 0; background: none; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--navy); }

.hero { overflow: hidden; padding: 72px 0 80px; background: radial-gradient(circle at 83% 30%, #d7ebe0 0, #eef7f2 22%, transparent 45%), linear-gradient(135deg, #fff 0%, #f8fbf9 100%); }
.hero-grid, .split { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; color: var(--green-dark); text-transform: uppercase; font-size: .72rem; font-weight: 900; letter-spacing: .12em; margin-bottom: 15px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #35a56f; margin-right: 9px; box-shadow: 0 0 0 5px rgba(53,165,111,.13); }
.rating-line { display: flex; align-items: center; gap: 9px; margin-bottom: 12px; font-size: .9rem; color: var(--muted); }
.stars { color: #f5aa17; letter-spacing: .06em; }
.hero-sub { max-width: 700px; font-size: 1.09rem; }
.check-list { list-style: none; padding: 0; margin: 25px 0; display: grid; gap: 10px; }
.hero-list { grid-template-columns: repeat(2, 1fr); }
.check-list li { position: relative; padding-left: 30px; color: #344b5c; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; font-size: .7rem; }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 30px; }
.microcopy { color: var(--muted); font-size: .78rem; }
.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.product-stage { position: relative; width: min(100%, 520px); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.7); box-shadow: inset 0 0 0 1px rgba(63,125,99,.08), 0 34px 60px rgba(32,89,68,.15); }
.product-stage::after { content: ""; position: absolute; width: 65%; height: 12%; bottom: 10%; border-radius: 50%; background: rgba(16,42,67,.18); filter: blur(18px); }
.product-stage img { position: relative; z-index: 2; width: 90%; filter: drop-shadow(0 20px 20px rgba(16,42,67,.16)); }
.offer-bubble { position: absolute; z-index: 4; right: 0; top: 30px; width: 105px; height: 105px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: white; background: var(--coral); box-shadow: 0 10px 25px rgba(239,93,79,.3); transform: rotate(8deg); }
.offer-bubble strong { font-size: 2rem; line-height: 1; }.offer-bubble span { font-weight: 900; letter-spacing: .12em; }
.hero-proof { position: absolute; z-index: 5; left: -15px; bottom: 45px; display: flex; align-items: center; gap: 12px; padding: 13px 17px; border-radius: 14px; background: white; box-shadow: var(--shadow); }
.hero-proof > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--green); font-weight: 900; }
.hero-proof p { margin: 0; line-height: 1.3; }.hero-proof strong, .hero-proof small { display: block; }.hero-proof small { color: var(--muted); margin-top: 2px; }
.leaf { position: absolute; width: 55px; height: 105px; border-radius: 100% 0 100% 0; background: #84b49a; opacity: .45; }.leaf-one { left: 10px; top: 90px; transform: rotate(-30deg); }.leaf-two { right: 5px; bottom: 95px; transform: rotate(135deg); }

.trust-strip { background: var(--green-dark); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { position: relative; padding: 24px 28px; text-align: center; }
.trust-grid div + div::before { content: ""; position: absolute; width: 1px; height: 40%; left: 0; top: 30%; background: rgba(255,255,255,.22); }
.trust-grid strong, .trust-grid span { display: block; }.trust-grid strong { font-size: 1.1rem; }.trust-grid span { color: #cbe0d6; font-size: .77rem; }
.image-card { position: relative; }.image-card > img, .rounded-image { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.floating-label { position: absolute; right: -15px; bottom: 28px; padding: 12px 17px; background: white; border-radius: 12px; box-shadow: var(--shadow); font-weight: 800; color: var(--navy); }
.floating-label span { color: var(--green); }
.feature-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 27px 0; }
.feature-tags span, .usp-row span { padding: 8px 13px; border-radius: 999px; background: var(--sage); color: var(--green-dark); font-size: .78rem; font-weight: 800; }
.editor-note, .safety-box { padding: 18px 20px; border-left: 4px solid var(--green); background: #f5f9f7; border-radius: 0 12px 12px 0; color: var(--muted); font-size: .9rem; }
.editor-note strong { color: var(--navy); }
.section-head { max-width: 760px; margin: 0 auto 45px; text-align: center; }
.section-head.narrow { max-width: 720px; }
.section-head p { max-width: 650px; margin: 0 auto; }
.icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.icon-card { padding: 27px; background: white; border: 1px solid var(--border); border-radius: 18px; transition: transform .2s, box-shadow .2s; }
.icon-card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(16,42,67,.08); }
.icon-card img { width: 48px; height: 48px; object-fit: contain; margin-bottom: 18px; }.icon-card h3 { margin-bottom: 8px; }.icon-card p { margin: 0; font-size: .88rem; }
.usp-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
.goal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.goal-grid article { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: white; box-shadow: 0 10px 35px rgba(16,42,67,.07); }
.goal-grid img { width: 100%; aspect-ratio: 1.14; object-fit: cover; }
.goal-grid article > div { padding: 25px; }.goal-grid article span { color: var(--coral); font-weight: 900; }.goal-grid h3 { margin: 8px 0; }.goal-grid p { margin: 0; font-size: .9rem; }
.pathway-section { background: var(--navy); color: white; overflow: hidden; }
.pathway-section h2, .pathway-section p, .section-kicker.light { color: white; }
.pathway-section p { color: #c7d7e1; }.pathway-section img { width: 100%; border-radius: var(--radius); box-shadow: 0 25px 50px rgba(0,0,0,.25); }
.pathway-section .safety-box { background: rgba(255,255,255,.08); border-color: #87c6a6; color: #d5e2e9; }
.science-visual { min-height: 430px; display: grid; place-items: center; position: relative; border-radius: var(--radius); background: radial-gradient(circle, white 0 15%, #e4f0e9 16% 50%, #d0e6da 51%); overflow: hidden; }
.science-visual > img { position: absolute; width: 100px; top: 28px; left: 28px; }
.rings { position: relative; width: 280px; height: 280px; display: grid; place-items: center; }
.rings span { position: absolute; inset: 0; border: 2px solid rgba(63,125,99,.22); border-radius: 50%; }.rings span:nth-child(2) { inset: 32px; }.rings span:nth-child(3) { inset: 64px; }.rings b { width: 110px; height: 110px; display: grid; place-items: center; border-radius: 50%; background: #e78383; color: white; box-shadow: 0 12px 30px rgba(16,42,67,.2); }
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 30px 0 20px; }
.mini-grid div { padding: 15px; border-radius: 12px; background: var(--grey); }.mini-grid strong { color: var(--coral); font-size: .8rem; }.mini-grid p { margin: 5px 0 0; font-size: .78rem; line-height: 1.5; }
.fine-print, .table-note, .pricing-note { color: #778690; font-size: .74rem; }.centre { text-align: center; margin-top: 24px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps-grid article { position: relative; padding: 14px 14px 25px; border-radius: var(--radius); background: white; border: 1px solid var(--border); }
.steps-grid img { width: 100%; aspect-ratio: 1.15; object-fit: cover; border-radius: 14px; }.steps-grid h3, .steps-grid p { margin-inline: 10px; }.steps-grid h3 { margin-top: 22px; margin-bottom: 8px; }.steps-grid p { margin-bottom: 0; font-size: .88rem; }
.step-num { position: absolute; z-index: 2; top: 28px; left: 28px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--navy); font-weight: 900; box-shadow: 0 5px 16px rgba(16,42,67,.16); }
.video-section { background: #f7f2ed; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.video-grid figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); }
.video-grid video { width: 100%; aspect-ratio: 9 / 14; object-fit: cover; background: #0b1720; }.video-grid figcaption { padding: 14px; color: white; text-align: center; font-weight: 800; }
.check-list.large { gap: 15px; }.check-list.large li { font-weight: 500; }.check-list.large b { color: var(--navy); }
.text-link { color: var(--green-dark); font-weight: 900; text-decoration: none; border-bottom: 2px solid #a9cdb9; }
.comparison-section { background: var(--navy); color: white; }
.comparison-section h2 { color: white; }.table-wrap { overflow-x: auto; border-radius: 18px; background: white; }
table { width: 100%; min-width: 680px; border-collapse: collapse; color: var(--text); }
th, td { padding: 18px 22px; text-align: center; border-bottom: 1px solid var(--border); } th:first-child, td:first-child { text-align: left; }
thead th { background: #edf5f1; color: var(--navy); font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; }
thead th:nth-child(2) { background: var(--green); color: white; } tbody td:nth-child(2) { background: #f2f8f5; font-weight: 800; }
.yes { color: var(--green-dark); font-weight: 900; }.no { color: #8a969e; font-size: .85rem; }
.comparison-section .table-note { color: #9fb2bf; text-align: center; margin: 15px 0 0; }
.expert-section { background: var(--cream); }
.expert-card { display: grid; grid-template-columns: 340px 1fr; gap: 55px; align-items: center; padding: 0 55px 0 0; border-radius: var(--radius); background: white; box-shadow: var(--shadow); overflow: hidden; }
.expert-card > img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }.expert-card blockquote { margin: 0 0 20px; color: #3d5261; font-family: Georgia, serif; font-size: 1.13rem; line-height: 1.75; }.quote-mark { display: block; color: var(--sage-2); font: 7rem/.5 Georgia, serif; }
.expert-name strong, .expert-name span { display: block; }.expert-name strong { color: var(--navy); }.expert-name span { font-size: .82rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: white; box-shadow: 0 12px 35px rgba(16,42,67,.07); }
.review-card > img { width: 100%; aspect-ratio: 1.35; object-fit: cover; object-position: top; }.review-body { padding: 25px; }.review-body h3 { margin: 10px 0; font-size: 1.13rem; }.review-body p { font-size: .88rem; }.review-body > strong { color: var(--navy); font-size: .86rem; }.review-body > strong span { color: var(--muted); font-weight: 500; font-size: .72rem; }
.pricing-section { background: var(--navy); }
.pricing-section h2, .pricing-section .section-head p { color: white; }.pricing-section .section-head p { color: #b9ccd8; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; align-items: center; padding: 30px 18px 22px; border-radius: 18px; background: white; text-align: center; border: 2px solid transparent; }
.price-card.popular { transform: translateY(-12px); border-color: var(--orange); box-shadow: 0 18px 40px rgba(0,0,0,.23); }
.popular-banner { position: absolute; top: -18px; left: 20px; right: 20px; padding: 8px; border-radius: 9px; background: var(--coral); color: white; text-transform: uppercase; font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.value-badge { position: absolute; right: -8px; top: 24px; padding: 5px 10px; border-radius: 6px; background: #ffd96e; color: var(--navy); font-size: .64rem; font-weight: 900; transform: rotate(5deg); }
.price-card h3 { margin: 5px 0; font-size: 1.55rem; }.patch-count { margin: 0; font-size: .8rem; }.price-card img { width: 150px; margin: 8px auto; }.per-pack { margin: 0; }.per-pack strong { display: block; color: var(--navy); font-size: 1.55rem; }.discount { display: inline-block; margin: 10px 0; padding: 4px 10px; border-radius: 999px; color: var(--green-dark); background: var(--sage); font-size: .75rem; font-weight: 900; }.total { margin: 5px 0 18px; }.total s { color: #95a0a7; }.total strong { display: block; color: var(--navy); font-size: 1.35rem; }.price-card .btn { width: 100%; margin-top: auto; padding-inline: 10px; font-size: .72rem; }
.pricing-note { max-width: 800px; margin: 24px auto 0; text-align: center; color: #9fb2bf; }
.guarantee-section { padding: 48px 0; background: var(--sage); }
.guarantee-wrap { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.guarantee-wrap h2 { font-size: 2rem; margin-bottom: 8px; }.guarantee-wrap p { margin: 0; }
.guarantee-seal { width: 120px; height: 120px; display: grid; place-content: center; text-align: center; border-radius: 50%; border: 2px dashed var(--green); box-shadow: inset 0 0 0 7px var(--sage), inset 0 0 0 9px var(--green); color: var(--green-dark); line-height: 1; transform: rotate(-5deg); }
.guarantee-seal strong { font-size: 2.3rem; }.guarantee-seal span { font-weight: 900; }.guarantee-seal small { margin-top: 5px; font-size: .56rem; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; }.faq-intro { position: sticky; top: 125px; }.faq-intro img { width: 260px; margin: 25px auto 0; }
.accordion details { border-bottom: 1px solid var(--border); }.accordion summary { position: relative; padding: 21px 45px 21px 0; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary::after { content: "+"; position: absolute; right: 8px; top: 17px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--green-dark); font-size: 1.3rem; }.accordion details[open] summary::after { content: "−"; }.accordion details p { padding: 0 35px 20px 0; margin: 0; font-size: .91rem; }
.final-cta { overflow: hidden; background: linear-gradient(135deg, var(--green-dark), #173e38); color: white; }
.final-grid { min-height: 450px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 40px; }.final-grid h2 { color: white; font-size: clamp(2.2rem, 5vw, 4rem); }.final-grid p { color: #cce2d8; font-size: 1.08rem; }.final-grid small { display: block; margin-top: 12px; color: #a9c6b9; }.final-grid img { align-self: end; width: 480px; filter: drop-shadow(0 25px 25px rgba(0,0,0,.25)); }
.site-footer { padding: 55px 0 95px; background: #091c2d; color: white; }.brand-light { color: white; }.site-footer .brand small { color: #8fa4b3; }
.footer-top { display: grid; grid-template-columns: auto 1fr auto; gap: 45px; align-items: center; }.footer-top > p { max-width: 400px; margin: 0; color: #9fb0bc; font-size: .8rem; }.footer-top nav { display: flex; flex-wrap: wrap; gap: 12px 20px; }.footer-top button { border: 0; padding: 0; background: none; color: #c7d4dc; font-size: .78rem; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 35px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }.footer-bottom p { margin: 0; color: #6f8797; font-size: .7rem; }
.mobile-cta-bar { display: none; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(5,20,31,.76); backdrop-filter: blur(5px); }
.modal-card { position: relative; z-index: 1; width: min(650px, 100%); max-height: min(720px, 90vh); overflow-y: auto; padding: 42px; border-radius: 20px; background: white; box-shadow: 0 25px 90px rgba(0,0,0,.35); }
.modal-card h2 { font-size: 2rem; }.modal-card p { font-size: .92rem; }.modal-close { position: absolute; right: 14px; top: 12px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--grey); color: var(--navy); font-size: 1.5rem; cursor: pointer; }
.exit-card { width: min(820px, 100%); display: grid; grid-template-columns: .8fr 1.2fr; gap: 35px; align-items: center; overflow: hidden; }
.exit-image { position: relative; min-height: 360px; display: grid; place-items: end center; border-radius: 16px; background: var(--sage); }.exit-image img { width: 95%; }.exit-image span { position: absolute; z-index: 2; left: 18px; top: 18px; width: 95px; height: 95px; display: grid; place-content: center; border-radius: 50%; background: var(--coral); color: white; text-align: center; font-size: .68rem; font-weight: 800; transform: rotate(-7deg); }.exit-image strong { font-size: 1rem; }.exit-card small { display: block; color: var(--muted); margin-top: 10px; }

@media (max-width: 980px) {
  .header-cta { display: none; }
  .hero-grid, .split { gap: 40px; }
  .hero-visual { min-height: 440px; }
  .icon-grid, .goal-grid, .steps-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }.price-card.popular { transform: none; }
  .expert-card { grid-template-columns: 280px 1fr; gap: 35px; padding-right: 35px; }
  .guarantee-wrap { grid-template-columns: auto 1fr; }.guarantee-wrap .btn { grid-column: 2; justify-self: start; }
  .footer-top { grid-template-columns: 1fr 1fr; }.footer-top nav { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { padding-bottom: 70px; }
  .top-note { font-size: .65rem; }
  .nav-wrap { min-height: 64px; }.menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: absolute; top: 64px; left: 0; right: 0; display: none; flex-direction: column; gap: 0; padding: 8px 18px 18px; background: white; border-bottom: 1px solid var(--border); box-shadow: 0 15px 25px rgba(16,42,67,.08); }.site-nav.open { display: flex; }.site-nav a { padding: 13px; border-bottom: 1px solid var(--border); }
  .section { padding: 68px 0; }
  .hero { padding: 48px 0 60px; }.hero-grid, .split, .final-grid, .faq-layout { grid-template-columns: 1fr; }.hero-copy { order: 1; }.hero-visual { order: 0; min-height: 390px; }.product-stage { width: 370px; }.offer-bubble { width: 85px; height: 85px; right: 5px; top: 5px; }.offer-bubble strong { font-size: 1.6rem; }.hero-proof { left: 0; bottom: 18px; }.hero-list { grid-template-columns: 1fr; }.hero-actions .btn { width: 100%; }.microcopy { width: 100%; text-align: center; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }.trust-grid div:nth-child(3)::before { display: none; }.trust-grid div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.16); }
  .reverse-mobile > img { order: -1; }
  .icon-grid, .goal-grid, .steps-grid, .review-grid, .video-grid { grid-template-columns: 1fr; }
  .goal-grid, .steps-grid, .video-grid, .review-grid { max-width: 520px; margin-inline: auto; }
  .mini-grid { grid-template-columns: 1fr; }
  .expert-card { grid-template-columns: 1fr; padding: 0; }.expert-card > img { min-height: 0; max-height: 420px; object-position: top; }.expert-card > div { padding: 30px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 430px; margin-inline: auto; }.price-card { padding: 35px 25px 25px; }
  .guarantee-wrap { grid-template-columns: 1fr; text-align: center; }.guarantee-seal { margin: auto; }.guarantee-wrap .btn { grid-column: 1; justify-self: stretch; }
  .faq-intro { position: static; text-align: center; }.faq-intro img { width: 210px; }.faq-layout { gap: 25px; }
  .final-grid { text-align: center; padding-top: 65px; }.final-grid img { margin: auto; width: 360px; }.final-grid .btn { width: 100%; }
  .footer-top, .footer-bottom { grid-template-columns: 1fr; display: grid; text-align: center; }.footer-top .brand { justify-self: center; }.footer-top nav { justify-content: center; }.footer-bottom { gap: 8px; }
  .mobile-cta-bar { position: fixed; z-index: 300; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 9px 14px; background: white; box-shadow: 0 -8px 25px rgba(16,42,67,.15); }.mobile-cta-bar span, .mobile-cta-bar strong { display: block; }.mobile-cta-bar span { color: var(--muted); font-size: .62rem; }.mobile-cta-bar strong { color: var(--navy); font-size: .9rem; }.mobile-cta-bar .btn { min-height: 44px; padding: 10px 18px; font-size: .72rem; }
  .exit-card { grid-template-columns: 1fr; padding: 25px; }.exit-image { min-height: 210px; }.exit-image img { width: 230px; }.modal-card { padding: 35px 24px; }.exit-card h2 { font-size: 1.7rem; }
}

@media (max-width: 420px) {
  h1 { font-size: 2.25rem; }.container { width: min(100% - 28px, 1160px); }.hero-visual { min-height: 325px; }.product-stage { width: 310px; }.hero-proof { font-size: .75rem; }.floating-label { right: 8px; }.trust-grid div { padding: 18px 10px; }.trust-grid strong { font-size: .95rem; }.section-head { margin-bottom: 32px; }.modal { padding: 10px; }
}

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