:root {
  --green-950: #073d34;
  --green-900: #075443;
  --green-800: #0a6b55;
  --green-700: #0c8064;
  --green-100: #dff3eb;
  --green-50: #f0faf6;
  --ink: #17231f;
  --muted: #5f6e68;
  --line: #dbe5e0;
  --paper: #ffffff;
  --sand: #f8f5ec;
  --accent: #f1b532;
  --accent-dark: #d7960b;
  --danger: #b42318;
  --shadow-sm: 0 10px 30px rgba(7, 61, 52, .08);
  --shadow-lg: 0 24px 70px rgba(7, 61, 52, .16);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Tahoma, Arial, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(241, 181, 50, .65); outline-offset: 3px; }

.shell { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; right: 8px; z-index: 1000; padding: 10px 14px; border-radius: 10px; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.offer-strip { background: var(--green-950); color: #fff; font-size: 14px; }
.offer-strip__inner { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; padding-block: 7px; }
.offer-pill { padding: 3px 10px; border-radius: 999px; background: var(--accent); color: #2c2104; font-weight: 800; }
.offer-strip__dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.55); }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f3fbf7 0%, #fff 52%, #f8f5ec 100%); }
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; border-radius: 50%; background: radial-gradient(circle, rgba(12,128,100,.13), rgba(12,128,100,0) 68%); left: -180px; top: -190px; pointer-events: none; }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.08fr .62fr .86fr; gap: 34px; align-items: center; min-height: 700px; padding-block: 66px 74px; }
.hero__copy { align-self: center; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--green-800); font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.eyebrow::before, .section-kicker::before { content: ""; width: 26px; height: 2px; background: currentColor; border-radius: 999px; }
.hero h1 { margin: 14px 0 14px; font-size: clamp(42px, 5.2vw, 72px); line-height: 1.08; letter-spacing: -.035em; }
.hero h1 span { color: var(--green-700); }
.hero__lead { margin: 0; max-width: 610px; color: var(--muted); font-size: 18px; line-height: 1.85; }

.benefit-list { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 13px; }
.benefit-list li { display: flex; align-items: flex-start; gap: 12px; }
.check { flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--green-100); color: var(--green-800); font-weight: 900; margin-top: 2px; }
.benefit-list strong, .benefit-list small { display: block; }
.benefit-list strong { font-size: 15px; }
.benefit-list small { color: var(--muted); margin-top: 1px; }

.hero__trust { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding-top: 4px; }
.hero__trust > div:first-child { display: flex; align-items: baseline; gap: 6px; }
.hero__trust > div:first-child strong { font-size: 34px; line-height: 1; color: var(--green-900); }
.hero__trust > div:first-child span { font-weight: 700; color: var(--green-900); }
.old-price { display: grid; gap: 0; font-size: 13px; color: var(--muted); }
.old-price del { color: #7c8782; }

.hero__visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.product-halo { position: absolute; width: 310px; height: 310px; border-radius: 50%; background: radial-gradient(circle, rgba(241,181,50,.28) 0 30%, rgba(10,107,85,.11) 31% 56%, transparent 57%); filter: blur(.2px); }
.hero__visual img { position: relative; width: auto; height: 520px; filter: drop-shadow(0 28px 26px rgba(20, 39, 33, .21)); transform: rotate(-2deg); z-index: 2; }
.discount-badge { position: absolute; top: 42px; right: 0; z-index: 3; display: grid; place-items: center; width: 90px; height: 90px; border-radius: 50%; background: var(--accent); color: #2c2104; box-shadow: var(--shadow-sm); transform: rotate(7deg); }
.discount-badge strong { font-size: 23px; line-height: 1; }
.discount-badge small { font-weight: 800; font-size: 11px; }
.visual-note { position: absolute; z-index: 4; bottom: 28px; left: -16px; padding: 11px 14px; border: 1px solid rgba(7,84,67,.13); border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); color: var(--green-900); font-size: 12px; font-weight: 800; backdrop-filter: blur(6px); }

.order-card { position: relative; z-index: 5; background: #fff; border: 1px solid rgba(7,84,67,.11); border-radius: 28px; padding: 26px; box-shadow: var(--shadow-lg); }
.order-card__head { margin-bottom: 19px; }
.order-card__kicker { display: inline-flex; padding: 5px 10px; border-radius: 999px; background: var(--green-50); color: var(--green-800); font-size: 12px; font-weight: 800; }
.order-card h2 { font-size: 28px; line-height: 1.25; margin: 8px 0 6px; }
.order-card__head p { margin: 0; color: var(--muted); font-size: 14px; }

.order-form { display: grid; gap: 14px; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.field { display: grid; gap: 7px; color: #34423d; font-size: 13px; font-weight: 800; }
.field input { width: 100%; min-height: 52px; border: 1px solid #cbd8d2; border-radius: 13px; background: #fff; color: var(--ink); padding: 0 14px; transition: border-color .15s, box-shadow .15s; }
.field input::placeholder { color: #9aa7a1; }
.field input:focus { border-color: var(--green-700); box-shadow: 0 0 0 4px rgba(12,128,100,.09); outline: 0; }
.field input[aria-invalid="true"] { border-color: #d92d20; box-shadow: 0 0 0 4px rgba(217,45,32,.08); }
.field-error { min-height: 0; color: var(--danger); font-size: 12px; font-weight: 700; }
.field-error:not(:empty) { margin-top: -2px; }
.phone-field { display: grid; grid-template-columns: 64px 1fr; direction: ltr; }
.phone-field input { border-radius: 0 13px 13px 0; text-align: left; }
.phone-prefix { min-height: 52px; display: grid; place-items: center; border: 1px solid #cbd8d2; border-right: 0; border-radius: 13px 0 0 13px; background: #f7faf8; color: var(--green-900); font-weight: 900; direction: ltr; }

.price-box { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 13px; border-radius: 14px; background: var(--green-50); }
.price-box div { display: grid; }
.price-box div span { color: var(--muted); font-size: 11px; }
.price-box strong { color: var(--green-900); font-size: 19px; }
.save-chip { padding: 5px 9px; border-radius: 999px; background: #fff; color: var(--green-800); font-size: 11px; font-weight: 800; }

.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 13px; padding: 0 20px; text-decoration: none; font-weight: 900; cursor: pointer; transition: transform .15s, box-shadow .15s, background .15s; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--wide { width: 100%; }
.btn--primary { background: var(--green-800); color: #fff; box-shadow: 0 12px 24px rgba(10,107,85,.2); }
.btn--primary:hover { background: var(--green-900); }
.btn--secondary { min-height: 44px; background: #fff; color: var(--green-900); border: 1px solid rgba(7,84,67,.18); box-shadow: var(--shadow-sm); }
.btn--accent { background: var(--accent); color: #2b2106; box-shadow: 0 12px 28px rgba(241,181,50,.2); }
.btn--accent:hover { background: #ffc343; }
.submit-loading { display: none; }
.submit-btn.is-loading .submit-label { display: none; }
.submit-btn.is-loading .submit-loading { display: inline; }
.submit-btn:disabled { opacity: .75; cursor: wait; transform: none; }
.form-privacy { margin: -2px 0 0; color: #78857f; font-size: 10.5px; line-height: 1.65; text-align: center; }
.micro-trust { display: flex; justify-content: center; gap: 8px 12px; flex-wrap: wrap; color: #65736d; font-size: 10.5px; }

.proof-band { border-block: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid article { display: flex; align-items: center; gap: 11px; min-height: 116px; padding: 18px 22px; border-left: 1px solid var(--line); }
.proof-grid article:last-child { border-left: 0; }
.proof-icon { flex: 0 0 38px; width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: var(--green-50); color: var(--green-800); font-weight: 900; }
.proof-grid strong, .proof-grid small { display: block; }
.proof-grid strong { font-size: 14px; }
.proof-grid small { color: var(--muted); font-size: 12px; }

.section { padding-block: 92px; }
.split-grid, .formula-grid, .decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.section-copy h2, .formula-copy h2, .decision-copy h2, .section-heading h2 { margin: 10px 0 14px; font-size: clamp(32px, 4vw, 48px); line-height: 1.2; letter-spacing: -.025em; }
.section-copy > p, .formula-copy > p, .decision-copy > p, .section-heading > p { margin: 0; color: var(--muted); font-size: 16px; }

.image-card { position: relative; overflow: hidden; border-radius: 30px; background: var(--sand); min-height: 510px; box-shadow: var(--shadow-sm); }
.image-card img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; }
.image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,61,52,.62), rgba(7,61,52,0) 42%); }
.image-card__caption { position: absolute; z-index: 2; right: 24px; left: 24px; bottom: 22px; color: #fff; font-size: 17px; font-weight: 900; }

.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 28px; }
.feature { display: flex; gap: 10px; padding: 16px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.feature > span { flex: 0 0 25px; width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; background: var(--green-100); color: var(--green-800); font-size: 12px; font-weight: 900; }
.feature strong { display: block; font-size: 14px; }
.feature p { margin: 3px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.text-cta { display: inline-flex; gap: 8px; align-items: center; margin-top: 24px; color: var(--green-800); font-weight: 900; text-decoration: none; }
.text-cta span { transition: transform .15s; }
.text-cta:hover span { transform: translateX(-3px); }

.formula-section { overflow: hidden; background: var(--green-950); color: #fff; }
.formula-section .section-kicker { color: #9fe0c8; }
.formula-copy > p { color: #c9d9d3; }
.clean-list { list-style: none; padding: 0; margin: 27px 0 0; display: grid; gap: 13px; }
.clean-list li { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.clean-list li > span { color: #9fe0c8; font-size: 12px; font-weight: 900; }
.clean-list strong, .clean-list small { display: block; }
.clean-list small { color: #aebfb9; margin-top: 1px; }
.formula-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.formula-ring { width: 410px; height: 410px; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle, rgba(241,181,50,.16), rgba(255,255,255,.05) 55%, rgba(255,255,255,.02) 56%); border: 1px solid rgba(255,255,255,.12); }
.formula-ring img { width: auto; height: 350px; filter: drop-shadow(0 28px 28px rgba(0,0,0,.34)); }
.formula-card { position: absolute; min-width: 172px; padding: 12px 16px; border-radius: 15px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(10px); }
.formula-card strong, .formula-card span { display: block; }
.formula-card strong { font-size: 15px; }
.formula-card span { color: #bed0c9; font-size: 11px; }
.formula-card--top { top: 70px; right: 0; }
.formula-card--bottom { bottom: 72px; left: 4px; }

.cod-section { background: var(--green-50); }
.centered { max-width: 720px; text-align: center; margin: 0 auto 38px; }
.centered .section-kicker { justify-content: center; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { min-height: 220px; padding: 24px; border: 1px solid #d3e8df; border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(7,61,52,.045); }
.step-number { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: var(--green-800); color: #fff; font-size: 13px; font-weight: 900; }
.step-card h3 { margin: 20px 0 7px; font-size: 19px; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; }
.cod-note { margin: 18px auto 0; max-width: 790px; display: flex; gap: 14px; align-items: flex-start; padding: 17px 19px; border-radius: 18px; background: #fff; border: 1px solid #d3e8df; }
.cod-note__icon { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #2b2106; font-weight: 900; }
.cod-note strong { display: block; }
.cod-note p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }

.decision-section { background: #fff; }
.decision-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.decision-facts div { padding: 14px 16px; border-radius: 16px; border: 1px solid var(--line); background: #fff; }
.decision-facts span, .decision-facts strong { display: block; }
.decision-facts span { color: var(--muted); font-size: 11px; }
.decision-facts strong { margin-top: 3px; color: var(--green-900); font-size: 17px; }
.decision-visual { position: relative; overflow: hidden; min-height: 480px; border-radius: 30px; background: var(--green-950); }
.decision-visual img { width: 100%; min-height: 480px; height: 100%; object-fit: cover; }
.decision-stamp { position: absolute; bottom: 20px; right: 20px; padding: 10px 16px; border-radius: 999px; background: #fff; color: var(--green-900); font-weight: 900; box-shadow: var(--shadow-sm); }

.faq-section { background: var(--sand); }
.faq-shell { max-width: 900px; }
.faq-list { display: grid; gap: 10px; }
details { border: 1px solid #e3dfd5; border-radius: 16px; background: #fff; overflow: hidden; }
summary { position: relative; cursor: pointer; list-style: none; padding: 18px 52px 18px 18px; font-weight: 900; }
summary::-webkit-details-marker { display: none; }
summary::before { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; background: var(--green-50); color: var(--green-800); }
details[open] summary::before { content: "−"; }
details p { margin: -3px 18px 18px; color: var(--muted); font-size: 14px; }

.final-cta { padding-block: 78px; background: var(--green-950); color: #fff; }
.final-cta__grid { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
.section-kicker--light { color: #9fe0c8; }
.final-cta h2 { margin: 9px 0 10px; font-size: clamp(34px, 4vw, 50px); line-height: 1.2; }
.final-cta__copy > p { color: #c4d3ce; max-width: 560px; }
.final-price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.final-price del { color: #9eb0aa; }
.final-price strong { font-size: 34px; color: #fff; }
.final-price span { padding: 4px 9px; border-radius: 999px; background: var(--accent); color: #2b2106; font-size: 11px; font-weight: 900; }
.order-form--compact { padding: 22px; border-radius: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); }
.field--dark { color: #fff; }
.field--dark input { background: rgba(255,255,255,.97); color: var(--ink); border-color: rgba(255,255,255,.32); }
.form-privacy--light { color: #acbeb7; }

.footer { padding-block: 28px 92px; background: #062f28; color: #a7bbb4; }
.footer__inner { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; font-size: 11px; }
.footer strong { color: #fff; font-size: 14px; }
.footer p { margin: 0; }
.footer a { color: #d5e3de; }

.mobile-sticky { display: none; }

/* Thank-you page */
.thanks-body { min-height: 100vh; background: linear-gradient(135deg, var(--green-50), #fff 52%, var(--sand)); }
.thanks-shell { width: min(760px, calc(100% - 28px)); margin: 0 auto; padding: 50px 0; }
.thanks-card { padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-lg); text-align: center; }
.thanks-check { width: 74px; height: 74px; margin: 0 auto 16px; border-radius: 50%; display: grid; place-items: center; background: var(--green-100); color: var(--green-800); font-size: 34px; font-weight: 900; }
.thanks-check--error { background: #fee4e2; color: var(--danger); }
.thanks-card h1 { margin: 8px 0; font-size: 36px; line-height: 1.2; }
.thanks-lead { max-width: 590px; margin: 0 auto 24px; color: var(--muted); }
.thanks-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0 14px; text-align: right; }
.thanks-summary div { padding: 13px 15px; border-radius: 14px; background: var(--green-50); }
.thanks-summary span, .thanks-summary strong { display: block; }
.thanks-summary span { color: var(--muted); font-size: 11px; }
.thanks-summary strong { margin-top: 2px; color: var(--green-900); }
.order-ref { color: var(--muted); font-size: 11px; }
.thanks-next { margin: 28px 0; padding-top: 24px; border-top: 1px solid var(--line); text-align: right; }
.thanks-next h2 { margin: 0 0 16px; font-size: 19px; }
.thanks-next ol { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.thanks-next li { display: flex; align-items: flex-start; gap: 11px; }
.thanks-next li > span { flex: 0 0 31px; width: 31px; height: 31px; border-radius: 10px; display: grid; place-items: center; background: var(--green-800); color: #fff; font-size: 11px; font-weight: 900; }
.thanks-next p { margin: 0; }
.thanks-next strong, .thanks-next small { display: block; }
.thanks-next small { color: var(--muted); margin-top: 1px; }
.thanks-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; }
.thanks-card--error { max-width: 600px; margin: 50px auto; }

@media (max-width: 1080px) {
  .hero__grid { grid-template-columns: 1fr .7fr; }
  .order-card { grid-column: 1 / -1; width: min(620px, 100%); justify-self: center; }
  .hero__visual { min-height: 480px; }
  .hero__visual img { width: auto; height: 470px; }
  .visual-note { left: 0; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid article { border-bottom: 1px solid var(--line); }
  .proof-grid article:nth-child(2) { border-left: 0; }
  .split-grid, .formula-grid, .decision-grid { gap: 45px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 72px; }
  .shell { width: min(100% - 24px, 620px); }
  .offer-strip { font-size: 12px; }
  .offer-strip__inner { min-height: 48px; gap: 7px; }
  .offer-strip__dot { display: none; }
  .hero__grid { display: flex; flex-direction: column; gap: 18px; min-height: auto; padding-block: 38px 50px; }
  .hero__copy { width: 100%; text-align: center; }
  .eyebrow { justify-content: center; }
  .hero h1 { font-size: clamp(39px, 12vw, 55px); }
  .hero__lead { font-size: 16px; }
  .benefit-list { text-align: right; max-width: 490px; margin-inline: auto; }
  .hero__trust { justify-content: center; }
  .desktop-cta { display: none; }
  .hero__visual { order: 2; width: 100%; min-height: 390px; }
  .hero__visual img { width: auto; height: 400px; }
  .product-halo { width: 270px; height: 270px; }
  .discount-badge { width: 78px; height: 78px; right: 8%; top: 32px; }
  .discount-badge strong { font-size: 20px; }
  .visual-note { bottom: 12px; left: 8%; right: auto; }
  .order-card { order: 3; width: 100%; padding: 20px; border-radius: 24px; scroll-margin-top: 12px; }
  .order-card h2 { font-size: 26px; }
  .proof-grid { grid-template-columns: 1fr 1fr; width: 100%; }
  .proof-grid article { min-height: 104px; padding: 15px 12px; }
  .proof-grid article:nth-child(odd) { border-left: 1px solid var(--line); }
  .proof-grid article:nth-child(even) { border-left: 0; }
  .proof-grid strong { font-size: 12px; }
  .proof-grid small { font-size: 10.5px; }
  .section { padding-block: 66px; }
  .split-grid, .formula-grid, .decision-grid, .final-cta__grid { grid-template-columns: 1fr; gap: 34px; }
  .section-copy h2, .formula-copy h2, .decision-copy h2, .section-heading h2 { font-size: 34px; }
  .image-card, .image-card img { min-height: 360px; }
  .image-card { order: 2; border-radius: 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .formula-grid { display: flex; flex-direction: column; }
  .formula-copy { order: 1; }
  .formula-visual { order: 2; min-height: 430px; width: 100%; }
  .formula-ring { width: 320px; height: 320px; }
  .formula-ring img { width: auto; height: 285px; }
  .formula-card--top { top: 34px; right: 0; }
  .formula-card--bottom { bottom: 36px; left: 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 0; }
  .decision-grid { display: flex; flex-direction: column; }
  .decision-copy { order: 1; }
  .decision-visual { order: 2; width: 100%; min-height: 340px; }
  .decision-visual img { min-height: 340px; }
  .decision-facts { grid-template-columns: 1fr 1fr; }
  .final-cta { padding-block: 62px; }
  .final-cta__grid { gap: 30px; }
  .footer { padding-bottom: 30px; }
  .footer__inner { grid-template-columns: 1fr; text-align: center; }
  .mobile-sticky { position: fixed; z-index: 100; right: 0; bottom: 0; left: 0; min-height: 68px; display: grid; grid-template-columns: 1fr 1.25fr; align-items: center; gap: 10px; padding: 8px max(12px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); background: rgba(255,255,255,.96); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(7,61,52,.1); backdrop-filter: blur(10px); transition: transform .2s ease; }
  .mobile-sticky.is-hidden { transform: translateY(110%); }
  .mobile-sticky__price { display: grid; }
  .mobile-sticky__price span { color: var(--muted); font-size: 10px; }
  .mobile-sticky__price strong { color: var(--green-900); font-size: 17px; }
  .mobile-sticky .btn { min-height: 48px; }
  .thanks-shell { padding: 18px 0; }
  .thanks-card { padding: 26px 18px; border-radius: 22px; }
  .thanks-card h1 { font-size: 30px; }
  .thanks-summary { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 38px; }
  .feature-grid, .decision-facts { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article { border-left: 0 !important; }
  .formula-ring { width: 280px; height: 280px; }
  .formula-card { min-width: 150px; padding: 10px 12px; }
}

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