:root {
  --ink: #151512;
  --ink-soft: #282822;
  --paper: #f1eedf;
  --paper-bright: #fffdf3;
  --paper-deep: #ddd8c5;
  --acid: #d8ff3e;
  --signal: #f35a2d;
  --signal-dark: #c53a15;
  --muted: #6f6d61;
  --line: rgba(21, 21, 18, 0.2);
  --white-line: rgba(255, 255, 255, 0.16);
  --display: "Bebas Neue", Impact, sans-serif;
  --body: "Spline Sans", sans-serif;
  --wrap: 1240px;
  --shadow: 12px 12px 0 rgba(21, 21, 18, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.55; }
body, button, a { font-size: 16px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }
.wrap { width: min(calc(100% - 48px), var(--wrap)); margin-inline: auto; }
.grain { position: fixed; z-index: 200; inset: 0; pointer-events: none; opacity: .16; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.17'/%3E%3C/svg%3E"); }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; color: var(--paper-bright); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.founder-bar { color: var(--paper-bright); background: var(--signal); border-bottom: 2px solid var(--ink); }
.founder-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 2px solid var(--ink); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; color: var(--acid); background: var(--ink); font-family: var(--display); font-size: 1.55rem; letter-spacing: .05em; transform: rotate(-3deg); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--display); font-size: 1.4rem; letter-spacing: .05em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .6rem; font-weight: 700; letter-spacing: .16em; }
.header-cta { padding: 10px 14px; border: 1px solid var(--ink); font-family: var(--display); font-size: 1.1rem; letter-spacing: .04em; text-decoration: none; }
.header-cta span { margin-left: 8px; padding: 2px 7px; color: var(--ink); background: var(--acid); }

.hero { min-height: 720px; padding: 76px 0 92px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 52px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow, .section-index { display: inline-flex; align-items: center; gap: 9px; font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow i { width: 28px; height: 8px; background: var(--acid); border: 1px solid var(--ink); transform: skewX(-18deg); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: .92; letter-spacing: .015em; }
.hero h1 { max-width: 680px; margin: 22px 0 24px; font-size: clamp(4rem, 6.3vw, 7rem); }
.hero h1 em, .dark-section h2 em { color: var(--signal); font-style: normal; }
.hero-lead { max-width: 650px; margin-bottom: 30px; color: #393831; font-size: clamp(1.02rem, 1.4vw, 1.22rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 14px 20px; border: 2px solid var(--ink); font-family: var(--display); font-size: 1.3rem; letter-spacing: .035em; line-height: 1; text-align: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.button:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--ink); }
.button-primary { color: var(--paper-bright); background: var(--signal); }
.button-dark { color: var(--acid); background: var(--ink); }
.button-acid { color: var(--ink); background: var(--acid); }
.button-block { width: 100%; }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.reassurance { margin: 20px 0 0; display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--muted); font-size: .75rem; font-weight: 700; }

.hero-product { min-width: 0; position: relative; min-height: 560px; }
.screen { overflow: hidden; background: var(--paper-bright); border: 2px solid var(--ink); box-shadow: var(--shadow); }
.screen-desktop { position: absolute; inset: 0 0 30px 0; transform: rotate(1.2deg); }
.screen-desktop img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.screen-bar { height: 34px; display: flex; align-items: center; gap: 6px; padding: 0 12px; color: var(--paper-bright); background: var(--ink); }
.screen-bar span { width: 8px; height: 8px; border-radius: 50%; background: var(--signal); }
.screen-bar b { margin-left: auto; font-size: .55rem; letter-spacing: .12em; }
.screen-mobile { position: absolute; z-index: 2; right: -22px; bottom: -12px; width: 31%; height: 60%; transform: rotate(-2.2deg); }
.screen-mobile img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.profile-stamp { position: absolute; z-index: 4; left: -40px; bottom: -10px; width: 210px; padding: 16px 18px; color: var(--ink); background: var(--acid); border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--ink); transform: rotate(-3deg); }
.profile-stamp small, .profile-stamp span { display: block; font-size: .58rem; font-weight: 700; letter-spacing: .1em; }
.profile-stamp strong { display: block; margin: 3px 0; font-family: var(--display); font-size: 2.1rem; line-height: 1; }

.proof-rail { color: var(--paper-bright); background: var(--ink); border-block: 2px solid var(--ink); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { min-height: 116px; display: grid; align-content: center; padding: 20px 26px; border-right: 1px solid var(--white-line); }
.proof-grid div:first-child { border-left: 1px solid var(--white-line); }
.proof-grid strong { color: var(--acid); font-family: var(--display); font-size: 2.8rem; line-height: 1; }
.proof-grid span { margin-top: 4px; color: #c9c8bd; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: 108px 0; }
.section-head { margin-bottom: 52px; }
.section-head h2, .adjustment-copy h2, .fit-card h2, .offer-copy h2, .faq-layout h2, .final-cta h2 { margin: 15px 0 0; font-size: clamp(3rem, 5vw, 5.8rem); }
.split-head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.split-head > p { margin: 0 0 7px; color: var(--muted); }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); }
.pain-card { min-height: 350px; position: relative; padding: 28px; border-right: 1px solid var(--ink); background: var(--paper-bright); }
.pain-card:last-child { border-right: 0; }
.pain-card:nth-child(even) { background: var(--paper-deep); }
.pain-card .emotion { position: absolute; top: 18px; right: 18px; color: rgba(21, 21, 18, .2); font-family: var(--display); font-size: 2.2rem; }
.pain-card small { color: var(--signal-dark); font-size: .66rem; font-weight: 700; letter-spacing: .13em; }
.pain-card h3 { margin: 66px 0 18px; font-size: 2.35rem; }
.pain-card p { margin: 0; color: #4b4a42; font-size: .9rem; }

.dark-section { color: var(--paper-bright); background: var(--ink); }
.light .section-index, .dark-section .section-index { color: var(--acid); }
.light > p { color: #bbb9ad; }
.dark-section h2 { max-width: 830px; }
.profile-lab { display: grid; grid-template-columns: 270px 1fr; border: 2px solid var(--paper-bright); }
.lab-controls { display: flex; flex-direction: column; background: var(--ink-soft); border-right: 1px solid var(--white-line); }
.lab-controls > span { padding: 20px; color: #99978d; font-size: .62rem; font-weight: 700; letter-spacing: .14em; }
.lab-controls button { flex: 1; min-height: 72px; padding: 18px 20px; color: var(--paper-bright); background: transparent; border: 0; border-top: 1px solid var(--white-line); text-align: left; cursor: pointer; }
.lab-controls button.active { color: var(--ink); background: var(--acid); font-weight: 700; }
.lab-ticket { color: var(--ink); background: var(--paper-bright); }
.ticket-head { min-height: 46px; display: flex; justify-content: space-between; align-items: center; padding: 10px 18px; border-bottom: 1px solid var(--ink); font-size: .62rem; font-weight: 700; letter-spacing: .12em; }
.ticket-head i { color: var(--signal); font-style: normal; }
.ticket-main { padding: 30px; }
.ticket-main small, .ticket-data small { display: block; color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .12em; }
.ticket-main strong { display: block; margin: 4px 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5.6rem); line-height: .95; }
.ticket-main p { max-width: 600px; margin: 8px 0 0; }
.ticket-data { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--ink); }
.ticket-data div { min-height: 86px; display: grid; align-content: center; padding: 14px 22px; border-right: 1px solid var(--ink); }
.ticket-data div:last-child { border-right: 0; }
.ticket-data b { margin-top: 4px; font-family: var(--display); font-size: 1.55rem; }
.ticket-output { display: grid; grid-template-columns: 1fr 1fr 1.3fr; color: var(--ink); background: var(--acid); }
.ticket-output span { padding: 16px 20px; border-right: 1px solid var(--ink); font-size: .72rem; font-weight: 700; }
.ticket-output span:last-child { border-right: 0; }
.steps-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--white-line); }
.steps-grid article { min-height: 260px; padding: 30px; background: var(--ink); }
.steps-grid article > span { color: var(--acid); font-family: var(--display); font-size: 3.2rem; }
.steps-grid h3 { margin: 35px 0 14px; font-size: 2rem; }
.steps-grid p { margin: 0; color: #bbb9ad; font-size: .9rem; }

.centered-head { max-width: 920px; margin-inline: auto; text-align: center; }
.centered-head p { max-width: 700px; margin: 20px auto 0; color: var(--muted); }
.experience-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 18px; align-items: stretch; }
.experience-grid figure { margin: 0; overflow: hidden; background: var(--paper-bright); border: 2px solid var(--ink); }
.experience-grid img { width: 100%; height: 560px; object-fit: cover; object-position: top center; }
.experience-main img { object-position: top left; }
.experience-grid figcaption { min-height: 98px; display: grid; align-content: center; padding: 18px 22px; border-top: 1px solid var(--ink); }
.experience-grid figcaption strong { font-family: var(--display); font-size: 1.65rem; font-weight: 400; }
.experience-grid figcaption span { color: var(--muted); font-size: .75rem; }

.adjustments-section { background: var(--acid); border-block: 2px solid var(--ink); }
.adjustment-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.adjustment-copy p { max-width: 580px; margin: 24px 0 30px; }
.decision-stack { border: 2px solid var(--ink); box-shadow: var(--shadow); }
.decision-stack article { display: grid; grid-template-columns: 130px 170px 1fr; gap: 20px; align-items: center; min-height: 122px; padding: 22px 25px; background: var(--paper-bright); border-bottom: 1px solid var(--ink); }
.decision-stack article:last-child { border-bottom: 0; }
.decision-label { color: var(--signal-dark); font-size: .62rem; font-weight: 700; letter-spacing: .1em; }
.decision-stack strong { font-family: var(--display); font-size: 1.7rem; font-weight: 400; }
.decision-stack p { margin: 0; color: var(--muted); font-size: .78rem; }

.compare-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; align-items: start; }
.compare-card { position: relative; padding: 34px; background: var(--paper-bright); border: 2px solid var(--ink); }
.compare-card h3 { margin: 8px 0 0; font-size: 2.8rem; }
.compare-title small { color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .12em; }
.compare-card ul, .offer-card ul, .fit-card ul { margin: 30px 0; padding: 0; list-style: none; }
.compare-card li, .offer-card li, .fit-card li { position: relative; padding: 11px 0 11px 28px; border-bottom: 1px solid var(--line); }
.compare-card li::before, .offer-card li::before, .fit-card.yes li::before { content: "✓"; position: absolute; left: 0; color: var(--signal); font-weight: 700; }
.compare-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--display); font-size: 2.2rem; }
.paid-card { color: var(--paper-bright); background: var(--ink); box-shadow: var(--shadow); }
.paid-card li { border-bottom-color: var(--white-line); }
.paid-card .compare-title small { color: #aaa89e; }
.paid-card .compare-bottom > span { display: flex; align-items: baseline; gap: 12px; }
.paid-card del { color: #aaa89e; font-size: 1.2rem; }
.paid-card strong { color: var(--acid); font-size: 3.5rem; }
.popular-tag { position: absolute; top: -15px; right: 28px; padding: 7px 12px; color: var(--ink); background: var(--acid); border: 2px solid var(--ink); font-size: .62rem; font-weight: 700; letter-spacing: .11em; }

.fit-section { padding-block: 0; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; }
.fit-card { min-height: 540px; padding: 60px; border-inline: 1px solid var(--ink); }
.fit-card.yes { background: var(--paper-bright); }
.fit-card.no { color: var(--paper-bright); background: var(--signal-dark); }
.fit-card > span { font-family: var(--display); font-size: 5rem; opacity: .18; }
.fit-card h2 { margin-top: -15px; }
.fit-card.no li { border-bottom-color: rgba(255,255,255,.18); }
.fit-card.no li::before { content: "×"; position: absolute; left: 0; font-weight: 700; }

.offer-section { color: var(--paper-bright); background: var(--ink); }
.offer-layout { display: grid; grid-template-columns: 1fr .78fr; gap: 90px; align-items: center; }
.offer-copy .section-index { color: var(--acid); }
.offer-copy p { max-width: 600px; color: #c7c5b9; font-size: 1.02rem; }
.honesty-box { max-width: 590px; margin-top: 32px; padding: 20px; display: grid; gap: 6px; background: var(--ink-soft); border-left: 5px solid var(--signal); }
.honesty-box strong { color: var(--paper-bright); }
.honesty-box span { color: #aaa89e; font-size: .8rem; }
.offer-card { color: var(--ink); background: var(--paper-bright); border: 2px solid var(--paper-bright); box-shadow: 12px 12px 0 var(--acid); }
.offer-head { display: flex; justify-content: space-between; padding: 20px 24px; color: var(--paper-bright); background: var(--signal); font-size: .65rem; font-weight: 700; letter-spacing: .11em; }
.price { display: flex; align-items: end; gap: 15px; padding: 28px 28px 10px; }
.price del { color: var(--muted); }
.price strong { font-family: var(--display); font-size: 5.8rem; font-weight: 400; line-height: .8; }
.price sup { color: var(--signal); font-size: 2.5rem; }
.price > span { max-width: 65px; color: var(--muted); font-size: .62rem; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.offer-card ul { margin: 20px 28px; }
.offer-card .button { margin: 0 28px; width: calc(100% - 56px); }
.offer-micro { margin: 11px 28px 22px; color: var(--muted); font-size: .68rem; text-align: center; }
.guarantee { display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: center; padding: 22px 28px; background: var(--paper-deep); border-top: 1px solid var(--ink); }
.guarantee > span { width: 65px; height: 65px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; font-family: var(--display); font-size: 2.2rem; }
.guarantee p { margin: 0; color: var(--ink); font-size: .72rem; }
.guarantee strong { display: block; margin-bottom: 3px; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-layout > div:first-child { position: sticky; top: 28px; }
.faq details { border-top: 2px solid var(--ink); }
.faq details:last-child { border-bottom: 2px solid var(--ink); }
.faq summary { padding: 22px 45px 22px 0; position: relative; font-family: var(--display); font-size: 1.65rem; line-height: 1.05; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 10px; top: 16px; font-size: 2rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 720px; padding: 0 42px 22px 0; color: var(--muted); }

.final-cta { padding: 84px 0; color: var(--paper-bright); background: var(--signal-dark); border-top: 2px solid var(--ink); }
.final-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.final-layout > div:first-child > span { color: var(--acid); font-size: .68rem; font-weight: 700; letter-spacing: .12em; }
.final-cta h2 { margin-bottom: 0; }
.final-layout p { font-size: 1.05rem; }
.final-layout small { display: block; margin-top: 14px; color: #e8c8bc; font-size: .68rem; }
footer { padding: 44px 0; color: #bbb9ad; background: var(--ink); }
.footer-layout { display: grid; grid-template-columns: .5fr 1.25fr auto; gap: 50px; align-items: start; font-size: .7rem; }
.footer-layout > div { display: grid; }
.footer-layout strong { color: var(--paper-bright); font-family: var(--display); font-size: 1.4rem; }
.footer-layout p { margin: 0; }

.sticky-buy { position: fixed; z-index: 150; right: 18px; bottom: 18px; min-width: 420px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px; color: var(--paper-bright); background: var(--ink); border: 2px solid var(--paper-bright); box-shadow: 8px 8px 0 var(--acid); transform: translateY(160%); transition: transform .25s ease; }
.sticky-buy.visible { transform: none; }
.sticky-buy > div { display: grid; padding-left: 8px; }
.sticky-buy strong { font-family: var(--display); font-size: 1.25rem; }
.sticky-buy span { color: #aaa89e; font-size: .62rem; }
.sticky-buy .button { min-height: 42px; padding: 10px 14px; font-size: 1rem; }

@media (max-width: 1050px) {
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .hero-product { min-height: 620px; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .pain-card:nth-child(2) { border-right: 0; }
  .pain-card:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .experience-main { grid-column: 1 / -1; }
  .adjustment-layout, .offer-layout { grid-template-columns: 1fr; }
  .decision-stack { max-width: 800px; }
  .offer-card { max-width: 650px; }
}

@media (max-width: 780px) {
  .wrap { width: min(calc(100% - 28px), var(--wrap)); }
  .founder-inner { min-height: 48px; justify-content: center; text-align: center; }
  .founder-inner span:last-child { display: none; }
  .site-header { min-height: 76px; }
  .brand-copy small { display: none; }
  .header-cta { font-size: .95rem; }
  .header-cta span { display: none; }
  .hero { padding: 54px 0 72px; gap: 42px; }
  .hero h1 { font-size: clamp(3.75rem, 17vw, 6rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { text-align: center; }
  .hero-product { min-height: 460px; }
  .screen-mobile { right: -4px; width: 37%; }
  .profile-stamp { left: -4px; width: 170px; }
  .profile-stamp strong { font-size: 1.7rem; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div { min-height: 102px; border-bottom: 1px solid var(--white-line); }
  .section { padding: 76px 0; }
  .split-head, .faq-layout, .final-layout { grid-template-columns: 1fr; gap: 25px; }
  .section-head h2, .adjustment-copy h2, .fit-card h2, .offer-copy h2, .faq-layout h2, .final-cta h2 { font-size: clamp(3rem, 13vw, 4.8rem); }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .pain-card:last-child { border-bottom: 0; }
  .profile-lab { grid-template-columns: 1fr; }
  .lab-controls { display: grid; grid-template-columns: repeat(3, 1fr); border-right: 0; border-bottom: 1px solid var(--white-line); }
  .lab-controls > span { grid-column: 1 / -1; }
  .lab-controls button { min-height: 62px; padding: 12px; border-top: 1px solid var(--white-line); border-right: 1px solid var(--white-line); font-size: .75rem; }
  .ticket-main { padding: 24px 18px; }
  .ticket-data, .ticket-output { grid-template-columns: 1fr; }
  .ticket-data div, .ticket-output span { min-height: 60px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .ticket-data div:last-child, .ticket-output span:last-child { border-bottom: 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 220px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-main { grid-column: auto; }
  .experience-grid img { height: 520px; }
  .decision-stack article { grid-template-columns: 1fr; gap: 7px; }
  .compare-grid, .fit-grid { grid-template-columns: 1fr; }
  .compare-bottom { align-items: stretch; flex-direction: column; }
  .compare-bottom .button { width: 100%; }
  .fit-card { min-height: 0; padding: 45px 28px; }
  .faq-layout > div:first-child { position: static; }
  .footer-layout { grid-template-columns: 1fr; gap: 20px; }
  .sticky-buy { right: 10px; bottom: 10px; left: 10px; min-width: 0; }
  .sticky-buy > div { display: none; }
  .sticky-buy .button { width: 100%; }
}

@media (max-width: 480px) {
  .brand-copy strong { font-size: 1.05rem; }
  .brand-mark { width: 42px; height: 42px; }
  .hero-product { min-height: 380px; }
  .screen-mobile { height: 64%; }
  .profile-stamp { bottom: -28px; }
  .proof-grid strong { font-size: 2.15rem; }
  .proof-grid span { font-size: .59rem; }
  .lab-controls { grid-template-columns: 1fr; }
  .lab-controls > span { grid-column: auto; }
  .experience-grid img { height: 430px; }
  .price { flex-wrap: wrap; }
  .offer-card ul { margin-inline: 20px; }
  .offer-card .button { margin-inline: 20px; width: calc(100% - 40px); }
  .guarantee { grid-template-columns: 1fr; }
}

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