@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root {
  --forest: #173f35;
  --forest-dark: #0b2923;
  --forest-soft: #2d5b4e;
  --cream: #f4ede2;
  --paper: #fffdf8;
  --terracotta: #b65f3f;
  --terracotta-dark: #91462f;
  --gold: #dfba74;
  --ink: #18211e;
  --muted: #66716c;
  --line: rgba(23, 63, 53, .14);
  --shadow: 0 24px 64px rgba(38, 31, 23, .13);
  --radius: 1.35rem;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body { margin: 0; padding-bottom: calc(5.4rem + env(safe-area-inset-bottom)); color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; overflow-x: hidden; }
body.quiz-open { overflow: hidden; }
button, a { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; line-height: 1.08; }
h1, h2 { font-family: var(--serif); letter-spacing: -.04em; }
h1 { font-size: clamp(2.55rem, 9vw, 4.7rem); }
h2 { font-size: clamp(2rem, 6.5vw, 3.75rem); }
h3 { font-size: 1.15rem; }
em { color: var(--terracotta); font-weight: 600; }
.container { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.section-pad { padding: clamp(4.25rem, 9vw, 7.2rem) 0; }
.section-tag { margin-bottom: .9rem; color: var(--forest); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-tag.light { color: #f1d89e; }
.section-heading { max-width: 790px; margin-bottom: 2.4rem; }
.section-heading > p:last-child { margin-top: 1.15rem; color: var(--muted); font-size: 1rem; }
.section-heading.center { margin-inline: auto; text-align: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 3.75rem; padding: .95rem 1.4rem; border: 0; border-radius: 999px; cursor: pointer; font-weight: 700; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--forest); box-shadow: 0 14px 30px rgba(23, 63, 53, .2); }
.button-primary:hover { background: var(--forest-dark); }
.button-light { color: var(--forest-dark); background: #fff; box-shadow: 0 14px 30px rgba(0, 0, 0, .14); }
.button-accent { color: #fff; background: var(--terracotta); box-shadow: 0 15px 32px rgba(182, 95, 63, .25); }
.button-accent:hover { background: var(--terracotta-dark); }
.button-gold { color: var(--forest-dark); background: var(--gold); box-shadow: 0 15px 32px rgba(0, 0, 0, .18); }
.section-cta { margin-top: 2rem; text-align: center; }
.section-cta.align-left { text-align: left; }

.reading-progress { position: fixed; z-index: 120; inset: 0 0 auto; height: 4px; pointer-events: none; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--terracotta); transition: width 80ms linear; }
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; min-height: 4.8rem; padding: .7rem max(1rem, calc((100vw - 1280px) / 2)); border-bottom: 1px solid rgba(23, 63, 53, .09); background: rgba(255, 253, 248, .94); box-shadow: 0 8px 28px rgba(34, 37, 31, .05); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .5rem; min-width: 0; font-family: var(--serif); font-size: clamp(.78rem, 3.6vw, 1.12rem); font-weight: 700; line-height: 1.1; white-space: nowrap; text-decoration: none; }
.brand-mark { display: grid; place-items: center; flex: 0 0 1.85rem; width: 1.85rem; aspect-ratio: 1; border-radius: 50%; color: #fff; background: var(--forest); font-family: var(--sans); font-size: .57rem; letter-spacing: .05em; }
.header-cta { display: inline-flex; align-items: center; gap: .45rem; min-height: 2.85rem; margin-left: .55rem; padding: .65rem .95rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: .75rem; font-weight: 700; white-space: nowrap; }

.hero { position: relative; padding: 7rem 0 4.5rem; background: radial-gradient(circle at 82% 12%, rgba(223, 186, 116, .3), transparent 30%), linear-gradient(145deg, #faf4ea, #eee1d0); overflow: hidden; }
.hero::after { content: ''; position: absolute; right: -12rem; bottom: -15rem; width: 30rem; aspect-ratio: 1; border: 1px solid rgba(182, 95, 63, .18); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(182, 95, 63, .03), 0 0 0 9rem rgba(182, 95, 63, .02); }
.hero-grid { position: relative; z-index: 1; display: grid; gap: 2.5rem; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.2rem; font-size: .7rem; font-weight: 700; letter-spacing: .14em; }
.eyebrow span { width: .5rem; height: .5rem; border-radius: 50%; background: var(--terracotta); box-shadow: 0 0 0 .28rem rgba(182, 95, 63, .12); }
.hero-lead { max-width: 610px; margin: 1.3rem 0 1.35rem; color: #39433f; font-size: 1.05rem; }
.proof-strip { display: flex; align-items: center; gap: .8rem; max-width: 560px; margin-bottom: 1.4rem; padding: .85rem 1rem; border: 1px solid rgba(23, 63, 53, .11); border-radius: 1rem; background: rgba(255, 255, 255, .55); font-size: .78rem; line-height: 1.3; }
.proof-strip strong { flex: 0 0 auto; color: var(--forest); font-family: var(--serif); font-size: 1rem; }
.proof-strip span { padding-left: .8rem; border-left: 1px solid var(--line); }
.trust-list { display: flex; flex-wrap: wrap; gap: .55rem 1.05rem; margin: 1.2rem 0 0; padding: 0; color: var(--muted); font-size: .73rem; list-style: none; }
.cta-helper { margin: .7rem 0 0; color: var(--muted); font-size: .73rem; }
.trust-list li::before, .secure-line li::before { content: '✓'; margin-right: .35rem; color: var(--forest); font-weight: 800; }
.hero-media { position: relative; min-height: 430px; }
.hero-bags { position: absolute; inset: 0 0 auto; margin: 0; }
.hero-bags img { width: 100%; height: 330px; border-radius: 1.7rem; object-fit: cover; box-shadow: var(--shadow); }
.hero-book { position: absolute; right: -3%; bottom: -1rem; width: 52%; margin: 0; filter: drop-shadow(0 22px 26px rgba(35, 27, 19, .22)); }
.income-note { position: absolute; left: .75rem; bottom: .5rem; width: 55%; padding: .85rem 1rem; border-radius: .95rem; background: #fff; box-shadow: 0 15px 35px rgba(35, 27, 19, .15); font-size: .65rem; line-height: 1.35; }
.income-note strong { color: var(--forest); font-size: .76rem; }

.mechanism { color: #fff; background: var(--forest-dark); }
.mechanism .section-heading > p:last-child { color: #c9d5d1; }
.mechanism .section-heading h2 { max-width: 900px; }
.mechanism-grid { display: grid; gap: .85rem; }
.mechanism-card { min-height: 205px; padding: 1.35rem; border: 1px solid rgba(255, 255, 255, .13); border-radius: var(--radius); background: rgba(255, 255, 255, .045); }
.mechanism-card > span { color: var(--gold); font-family: var(--serif); font-size: 1.8rem; font-style: italic; }
.mechanism-card h3 { margin: 1.7rem 0 .55rem; font-family: var(--serif); font-size: 1.35rem; }
.mechanism-card p { margin: 0; color: #c8d5d0; font-size: .88rem; }

.proof { background: var(--paper); }
.testimonial-scroll { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(255px, 82%); gap: 1rem; padding: 0 .15rem 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.testimonial { display: flex; flex-direction: column; min-width: 0; padding: 1.1rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 35px rgba(44, 31, 20, .07); scroll-snap-align: center; }
.testimonial header { display: flex; align-items: center; gap: .75rem; }
.testimonial header img { width: 2.75rem; height: 2.75rem; border-radius: 50%; object-fit: cover; }
.testimonial header div { display: grid; line-height: 1.25; }
.testimonial header strong { font-family: var(--serif); }
.testimonial header small { color: var(--muted); }
.stars { margin: .7rem 0; color: var(--gold); font-size: .85rem; letter-spacing: .12em; }
.testimonial-video { width: 100%; overflow: hidden; border-radius: .9rem; background: #000; aspect-ratio: 9 / 16; }
.testimonial-video iframe { display: block; width: 100%; height: 100%; border: 0; }
.proof-note { margin: 1.1rem 0 0; color: var(--muted); font-size: .7rem; text-align: center; }

.inside { background: linear-gradient(180deg, #eee3d3, var(--cream)); }
.inside-grid { display: grid; gap: 2.4rem; align-items: center; }
.content-grid { display: grid; gap: .75rem; }
.content-item { display: flex; gap: .85rem; padding: 1.05rem; border: 1px solid rgba(23, 63, 53, .1); border-radius: 1rem; background: rgba(255, 255, 255, .7); }
.content-item > span { display: grid; place-items: center; flex: 0 0 2.2rem; height: 2.2rem; border-radius: 50%; color: #fff; background: var(--forest); font-size: .67rem; }
.content-item h3 { margin: .05rem 0 .25rem; font-family: var(--serif); }
.content-item p { margin: 0; color: var(--muted); font-size: .83rem; }
.inside-visual { margin: 0; }
.inside-visual img { width: 100%; min-height: 340px; border-radius: 1.7rem; object-fit: cover; box-shadow: var(--shadow); }

.author { background: var(--paper); }
.author-grid { display: grid; gap: 2.2rem; align-items: center; }
.author-photo { margin: 0; }
.author-photo img { width: 100%; max-height: 520px; border-radius: 1.7rem; object-fit: cover; object-position: center top; box-shadow: var(--shadow); }
.author-copy h2 { margin-bottom: 1.4rem; }
.credential-list { display: grid; gap: .65rem; margin: 0 0 1.5rem; padding: 0; list-style: none; }
.credential-list li { position: relative; padding-left: 1.75rem; font-weight: 600; }
.credential-list li::before { content: '✓'; position: absolute; left: 0; top: .03rem; color: var(--terracotta); font-weight: 800; }
.author-copy > p:last-child { color: var(--muted); }

.bonuses { color: #fff; background: var(--forest-dark); }
.bonus-grid { display: grid; gap: .85rem; }
.bonus { display: flex; flex-direction: column; min-height: 240px; padding: 1.35rem; border: 1px solid rgba(255, 255, 255, .13); border-radius: var(--radius); background: rgba(255, 255, 255, .05); }
.bonus > span { color: var(--gold); font-size: .67rem; font-weight: 700; letter-spacing: .15em; }
.bonus h3 { margin: .75rem 0 .7rem; font-family: var(--serif); font-size: 1.4rem; }
.bonus p { flex: 1; color: #c8d5d0; font-size: .85rem; }
.bonus > strong { padding-top: .8rem; border-top: 1px solid rgba(255, 255, 255, .11); color: var(--gold); font-size: .78rem; }
.bonus-total { margin: 1.5rem 0 0; color: #c8d5d0; text-align: center; }
.bonus-total strong { color: var(--gold); font-family: var(--serif); font-size: 1.5rem; }

.offer { background: radial-gradient(circle at 80% 15%, rgba(223, 186, 116, .25), transparent 30%), #eee1d1; }
.offer-grid { display: grid; gap: 2rem; align-items: center; }
.offer-summary h2 { margin-bottom: 1.7rem; }
.offer-items { display: grid; gap: .65rem; margin: 0; padding: 0; list-style: none; }
.offer-items li { display: flex; gap: .7rem; align-items: center; padding-bottom: .65rem; border-bottom: 1px solid var(--line); }
.offer-items li > span { display: grid; place-items: center; flex: 0 0 1.55rem; height: 1.55rem; border-radius: 50%; color: #fff; background: var(--forest); font-size: .65rem; }
.offer-items strong { font-size: .9rem; }
.price-card { padding: clamp(1.35rem, 5vw, 2.5rem); border: 1px solid rgba(255, 255, 255, .8); border-radius: 1.8rem; background: rgba(255, 253, 248, .88); box-shadow: var(--shadow); text-align: center; backdrop-filter: blur(8px); }
.price-card > img { width: min(225px, 60%); margin: -1rem auto -1.3rem; filter: drop-shadow(0 16px 18px rgba(35, 27, 19, .18)); }
.price-intro { margin-bottom: .25rem; color: var(--muted); font-size: .83rem; }
.price { display: flex; justify-content: center; align-items: baseline; gap: .45rem; }
.price span { font-size: .88rem; }
.price strong { color: var(--forest); font-family: var(--serif); font-size: clamp(2.75rem, 11vw, 4.35rem); line-height: 1; letter-spacing: -.05em; }
.cash { margin: .45rem 0 1.2rem; font-weight: 700; }
.price-card .button { width: 100%; }
.secure-line { display: flex; flex-wrap: wrap; justify-content: center; gap: .3rem .75rem; margin: .9rem 0 0; padding: 0; color: var(--muted); font-size: .66rem; list-style: none; }

.assurance { background: var(--paper); }
.assurance-grid { display: grid; gap: 2.4rem; align-items: start; }
.guarantee-card { display: grid; gap: 1.5rem; padding: 1.5rem; border-radius: 1.7rem; color: #fff; background: var(--forest); }
.guarantee-card h2 { margin-bottom: .75rem; }
.guarantee-card p:last-child { color: #d1dcd8; }
.seal { display: grid; place-items: center; align-content: center; width: 7rem; aspect-ratio: 1; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold); box-shadow: 0 0 0 .5rem rgba(223, 186, 116, .1); }
.seal strong { font-family: var(--serif); font-size: 3.2rem; line-height: .8; }
.seal span { font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: .85rem; padding: 1rem 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; flex: 0 0 1.7rem; height: 1.7rem; border: 1px solid var(--line); border-radius: 50%; color: var(--terracotta); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 2.5rem 1.1rem 0; color: var(--muted); font-size: .88rem; }

.final-cta { padding-top: 0; background: var(--paper); }
.final-card { display: grid; gap: 2rem; padding: clamp(1.6rem, 6vw, 3.5rem); border-radius: 1.8rem; color: #fff; background: var(--forest-dark); box-shadow: var(--shadow); }
.final-card h2 { font-size: clamp(1.85rem, 5vw, 3rem); }
.final-card > div:first-child > p:last-child { margin: 1rem 0 0; color: #c8d5d0; }
.final-price { align-self: center; text-align: center; }
.final-price > p { color: #dce4e1; }
.final-price > p strong { color: var(--gold); font-family: var(--serif); font-size: 2.15rem; }

.site-footer { padding: 3.5rem 0 6.5rem; color: #c8d5d0; background: #071d18; font-size: .74rem; }
.footer-grid { display: grid; gap: 1.2rem; }
.footer-brand { color: #fff; }

.sticky-cta { position: fixed; z-index: 95; right: 0; bottom: 0; left: 0; padding: .65rem max(1rem, calc((100vw - 1120px) / 2)) calc(.65rem + env(safe-area-inset-bottom)); border-top: 1px solid rgba(23, 63, 53, .1); background: rgba(255, 253, 248, .97); box-shadow: 0 -10px 30px rgba(34, 37, 31, .09); opacity: 0; pointer-events: none; transform: translateY(110%); transition: opacity .25s ease, transform .3s ease; backdrop-filter: blur(14px); }
.sticky-cta.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.sticky-inner { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.sticky-copy { display: grid; min-width: 0; line-height: 1.25; }
.sticky-copy span { color: var(--muted); font-size: .61rem; text-transform: uppercase; letter-spacing: .1em; }
.sticky-copy strong { color: var(--forest); font-family: var(--serif); font-size: .96rem; }
.sticky-button { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; gap: .4rem; min-height: 3.2rem; padding: .8rem 1rem; border: 0; border-radius: 999px; color: #fff; background: var(--forest); cursor: pointer; font-weight: 700; white-space: nowrap; }
.sticky-button.is-checkout { background: var(--terracotta); text-decoration: none; }

.quiz-modal[hidden] { display: none; }
.quiz-modal { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: .65rem; }
.quiz-backdrop { position: absolute; inset: 0; background: rgba(5, 20, 17, .78); backdrop-filter: blur(5px); animation: fade-in .2s ease both; }
.quiz-dialog { position: relative; z-index: 1; width: min(590px, 100%); max-height: calc(100dvh - 1.3rem); overflow: auto; border: 1px solid rgba(255, 255, 255, .6); border-radius: 1.55rem; background: var(--paper); box-shadow: 0 32px 90px rgba(0, 0, 0, .32); animation: modal-in .3s cubic-bezier(.22, 1, .36, 1) both; }
.quiz-close { position: absolute; z-index: 2; top: .8rem; right: .8rem; display: grid; place-items: center; width: 2.2rem; height: 2.2rem; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; color: var(--muted); font-size: 1.4rem; line-height: 1; }
.quiz-head { padding: 1.25rem 3.8rem .2rem 1.25rem; }
.quiz-head p { margin: 0 0 .6rem; color: var(--muted); font-size: .75rem; font-weight: 700; }
.quiz-progress { height: .38rem; overflow: hidden; border-radius: 999px; background: #e6e5df; }
.quiz-progress span { display: block; width: 33.333%; height: 100%; border-radius: inherit; background: var(--terracotta); transition: width .3s ease; }
.quiz-body { padding: 1.15rem 1.25rem 1.35rem; }
.quiz-step { display: none; }
.quiz-step.is-active { display: block; animation: step-in .24s ease both; }
.quiz-step h2 { margin-bottom: 1.2rem; font-size: clamp(1.45rem, 5.5vw, 2rem); letter-spacing: -.025em; }
.quiz-kicker { margin-bottom: .65rem; color: var(--terracotta); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.quiz-options { display: grid; gap: .65rem; }
.quiz-options button { min-height: 3.55rem; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: .9rem; background: #fff; cursor: pointer; font-size: .9rem; font-weight: 600; line-height: 1.35; text-align: left; transition: border-color .18s ease, background .18s ease, transform .18s ease; touch-action: manipulation; }
.quiz-options button:hover, .quiz-options button:focus-visible { border-color: var(--forest); background: #f4f8f5; transform: translateY(-1px); outline: none; }
.quiz-options button:disabled { cursor: default; opacity: .7; }
.quiz-loading { padding: 2.3rem .2rem 1.2rem; text-align: center; }
.quiz-result { padding: 1.25rem .2rem .35rem; text-align: center; }
.quiz-loading h2 { margin: 1.1rem 0 0; }
.loader { display: block; width: 3.2rem; height: 3.2rem; margin: 0 auto; border: 4px solid rgba(23, 63, 53, .12); border-top-color: var(--terracotta); border-radius: 50%; animation: spin .75s linear infinite; }
.result-check { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; margin: 0 auto .75rem; border-radius: 50%; color: #fff; background: var(--forest); font-size: 1.2rem; box-shadow: 0 0 0 .38rem rgba(23, 63, 53, .08); }
.quiz-result > p:not(.quiz-kicker):not(.personalized-result) { color: var(--muted); }
.quiz-result > p strong { color: var(--ink); }
.personalized-result { margin: .75rem 0; padding: .75rem; border-radius: .85rem; color: var(--forest); background: #edf3ef; font-weight: 600; font-size: .82rem; }
.quiz-result-offer { margin: 0 0 .85rem; padding: .8rem; border: 1px solid var(--line); border-radius: .9rem; background: #fff; text-align: center; }
.quiz-result-offer > strong { display: block; margin-bottom: .55rem; color: var(--ink); font-size: .82rem; line-height: 1.35; }
.quiz-result-offer p { margin: 0; padding-top: .55rem; border-top: 1px solid var(--line); color: var(--ink); font-size: .75rem; font-weight: 600; text-align: center; }
.quiz-result-offer p span { color: var(--forest); }
.quiz-result-offer p b { font-family: var(--serif); font-size: 1.2rem; }
.quiz-result .button { width: 100%; }
.quiz-checkout-note { display: block; margin-top: .65rem; color: var(--muted); font-size: .65rem; text-align: center; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes fade-in { from { opacity: 0; } }
@keyframes modal-in { from { opacity: 0; transform: translateY(18px) scale(.98); } }
@keyframes step-in { from { opacity: 0; transform: translateX(10px); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (min-width: 680px) {
  .container { width: min(1120px, calc(100% - 3rem)); }
  .site-header { min-height: 5.2rem; }
  .header-cta { min-height: 3.15rem; padding-inline: 1.25rem; font-size: .86rem; }
  .hero { padding-top: 8.2rem; }
  .mechanism-grid, .content-grid, .bonus-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-scroll { grid-auto-columns: minmax(270px, 44%); }
  .guarantee-card { grid-template-columns: auto 1fr; align-items: center; padding: 2rem; }
  .final-card { grid-template-columns: 1.35fr .65fr; align-items: center; }
  .quiz-modal { padding: 1.5rem; }
  .quiz-dialog { max-height: calc(100dvh - 3rem); }
  .quiz-head { padding: 1.6rem 4.2rem .3rem 1.8rem; }
  .quiz-body { padding: 1.35rem 1.8rem 1.8rem; }
}

@media (min-width: 960px) {
  body { padding-bottom: 6rem; }
  .hero { min-height: 760px; display: grid; align-items: center; padding: 8.2rem 0 5rem; }
  .hero-grid { grid-template-columns: 1.03fr .97fr; gap: 3.5rem; }
  .hero h1 { font-size: clamp(3.25rem, 4.45vw, 4.65rem); }
  .hero-media { min-height: 535px; }
  .hero-bags img { height: 420px; }
  .mechanism-grid { grid-template-columns: repeat(4, 1fr); }
  .testimonial-scroll { grid-auto-flow: initial; grid-template-columns: repeat(4, 1fr); overflow: visible; }
  .testimonial-secondary { display: flex; }
  .inside-grid { grid-template-columns: 1.1fr .9fr; gap: 4rem; }
  .content-grid { grid-template-columns: repeat(2, 1fr); }
  .author-grid { grid-template-columns: .8fr 1.2fr; gap: 4rem; }
  .bonus-grid { grid-template-columns: repeat(4, 1fr); }
  .offer-grid, .assurance-grid { grid-template-columns: 1fr 1fr; gap: 4rem; }
  .footer-grid { grid-template-columns: 1.1fr 1fr 1.2fr auto; align-items: start; }
  .sticky-inner { width: min(1120px, 100%); margin-inline: auto; }
  .sticky-button { min-width: 235px; min-height: 3.6rem; }
  .site-footer { padding-bottom: 4rem; }
}

@media (max-width: 420px) {
  .brand > span:last-child { max-width: 145px; overflow: hidden; text-overflow: ellipsis; }
  .header-cta { padding-inline: .75rem; }
  .hero .button, .section-cta .button { width: 100%; }
  .sticky-copy { display: none; }
  .sticky-button { width: 100%; }
  .quiz-dialog { border-radius: 1.25rem; }
  .quiz-result h2 { margin-bottom: .75rem; font-size: 1.55rem; }
  .quiz-result > p:not(.quiz-kicker):not(.personalized-result) { margin-bottom: .7rem; font-size: .83rem; line-height: 1.42; }
  .quiz-result .quiz-kicker { margin-bottom: .45rem; }
  .quiz-result .button { min-height: 3.45rem; }
}

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