@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #071b2b;
  --navy-2: #0d2a3c;
  --ink: #102a3a;
  --muted: #60717c;
  --line: #d8e3e8;
  --paper: #f5faf9;
  --white: #ffffff;
  --green: #25d366;
  --green-dark: #087c45;
  --cyan: #54e6d8;
  --sun: #ffd84f;
  --radius: 22px;
  --shadow: 0 20px 70px rgba(5, 27, 43, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }
.modal-open { overflow: hidden; }

.scroll-progress { position: fixed; inset: 0 0 auto; height: 4px; z-index: 100; background: rgba(255,255,255,.12); }
.scroll-progress span { display: block; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--green), var(--sun)); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  max-width: 1440px;
  min-height: 92px;
  margin: auto;
  padding: 0 48px;
  color: var(--white);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font: 700 .9rem/1.1 "Manrope", sans-serif; letter-spacing: .08em; }
.brand > span:last-child { display: grid; }
.brand small { margin-top: 4px; color: #91a6b4; font-size: .57rem; letter-spacing: .22em; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px 4px 12px 4px; background: var(--green); color: var(--navy); font: 800 1.2rem "Manrope", sans-serif; }
.site-header nav { display: flex; align-items: center; gap: 30px; color: #c1d0d8; font-size: .86rem; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: var(--white); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 9px; min-height: 45px; padding: 0 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.06); font-weight: 700; font-size: .86rem; backdrop-filter: blur(12px); }
.wa-dot, .live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(37,211,102,.14); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  min-height: 760px;
  padding: 160px max(48px, calc((100vw - 1344px) / 2)) 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 24%, rgba(84,230,216,.13), transparent 32%),
    linear-gradient(135deg, #061725 0%, #0b2535 54%, #071b2b 100%);
  color: var(--white);
}
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -280px; bottom: -350px; border: 1px solid rgba(84,230,216,.22); border-radius: 50%; box-shadow: 0 0 0 74px rgba(84,230,216,.025), 0 0 0 148px rgba(84,230,216,.02); }
.hero-copy { position: relative; z-index: 2; align-self: center; padding-right: 70px; }
.eyebrow, .section-tag { margin: 0 0 22px; color: var(--green-dark); font: 700 .76rem/1.2 "Manrope", sans-serif; letter-spacing: .18em; }
.eyebrow { color: var(--cyan); }
.eyebrow span { margin-right: 10px; padding: 6px 10px; border: 1px solid rgba(84,230,216,.35); border-radius: 999px; font-size: .65rem; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 770px; margin-bottom: 24px; font-size: clamp(3rem, 5.6vw, 5.7rem); line-height: .98; letter-spacing: -.06em; }
h1 em, h2 em { color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 640px; margin-bottom: 32px; color: #c5d5dc; font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.wa-button { display: inline-flex; align-items: center; gap: 12px; min-height: 66px; padding: 9px 14px 9px 10px; border-radius: 999px; background: var(--green); color: #062918; box-shadow: 0 14px 35px rgba(37,211,102,.2); font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.wa-button:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(37,211,102,.32); }
.wa-button > span:nth-child(2) { display: grid; min-width: 160px; line-height: 1.15; }
.wa-button small { margin-bottom: 5px; color: #146938; font-size: .61rem; letter-spacing: .14em; }
.wa-button b { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.48); font-size: 1.1rem; }
.wa-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--white); color: var(--green-dark); font: 800 .74rem "Manrope", sans-serif; }
.secondary-link, .skip-link { color: #d4e1e7; font-size: .9rem; text-decoration: underline; text-underline-offset: 5px; }
.hero-points { display: flex; gap: 28px; padding: 28px 0 0; margin: 35px 0 0; border-top: 1px solid rgba(255,255,255,.12); list-style: none; color: #b1c3cb; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-points b { color: var(--sun); margin-right: 6px; }
.hero-visual { position: relative; align-self: center; min-height: 540px; }
.hero-image { position: absolute; inset: 0 0 30px 40px; overflow: hidden; border-radius: 160px 18px 160px 18px; box-shadow: 0 34px 80px rgba(0,0,0,.35); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(3,20,31,.55)); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.scan-line { position: absolute; z-index: 2; inset: -20% 0 auto; height: 10%; background: linear-gradient(transparent, rgba(84,230,216,.18), transparent); animation: scan 4.8s linear infinite; }
@keyframes scan { to { transform: translateY(720px); } }
.availability-card { position: absolute; z-index: 3; left: 0; bottom: 0; display: flex; align-items: center; gap: 16px; min-width: 255px; padding: 20px 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(7,27,43,.85); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.availability-card p { display: grid; margin: 0; }
.availability-card small { margin-bottom: 3px; color: #8ba3af; font-size: .64rem; letter-spacing: .13em; }
.availability-card strong { font-size: .94rem; }
.hero-stamp { position: absolute; z-index: 3; right: -16px; top: 58px; display: grid; width: 110px; height: 110px; place-content: center; border: 1px solid rgba(255,216,79,.5); border-radius: 50%; color: var(--sun); text-align: center; transform: rotate(8deg); }
.hero-stamp span { font-size: .54rem; letter-spacing: .16em; }
.hero-stamp b { font: 800 1.55rem/1 "Manrope", sans-serif; }

.notice-bar { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 17px 28px; background: var(--sun); color: #312900; font-size: .84rem; }
.notice-bar strong { padding-right: 18px; border-right: 1px solid rgba(49,41,0,.28); font-size: .7rem; letter-spacing: .16em; }
.notice-bar p { margin: 0; }
.section { padding: 120px max(48px, calc((100vw - 1240px) / 2)); }
.section-tag.light { color: var(--cyan); }
h2 { margin-bottom: 24px; font-size: clamp(2.4rem, 4.4vw, 4.8rem); line-height: 1.04; letter-spacing: -.055em; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.section-heading > p:last-child { max-width: 480px; color: var(--muted); }

.consultation { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; background: #eaf5f2; }
.consultation-intro > p:not(.section-tag) { max-width: 470px; color: var(--muted); }
.step-preview { display: flex; align-items: center; max-width: 290px; margin: 32px 0 28px; }
.step-preview span { display: grid; flex: 0 0 40px; height: 40px; place-items: center; border: 1px solid #b7d0ca; border-radius: 50%; color: #69827d; font-weight: 700; }
.step-preview .active { border-color: var(--green-dark); background: var(--green-dark); color: var(--white); }
.step-preview i { flex: 1; height: 1px; background: #b7d0ca; }
.skip-link { color: var(--green-dark); }
.quiz-card { min-height: 565px; padding: 38px; border-radius: 12px 80px 12px 12px; background: var(--navy); color: var(--white); box-shadow: var(--shadow); }
.quiz-top { display: flex; justify-content: space-between; color: #91a8b4; font-size: .68rem; letter-spacing: .14em; }
.quiz-progress { height: 3px; margin: 18px 0 46px; overflow: hidden; background: rgba(255,255,255,.12); }
.quiz-progress span { display: block; width: 33.33%; height: 100%; background: linear-gradient(90deg, var(--green), var(--cyan)); transition: width .35s ease; }
.question-number { margin-bottom: 8px; color: var(--cyan); font: 700 .68rem "Manrope", sans-serif; letter-spacing: .14em; }
.quiz-card h3 { margin-bottom: 28px; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.15; letter-spacing: -.04em; }
.options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.options button { display: flex; align-items: center; min-height: 76px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.055); color: var(--white); text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.options button:hover, .options button.selected { border-color: var(--green); background: rgba(37,211,102,.12); transform: translateY(-2px); }
.options button b { display: grid; width: 34px; height: 34px; margin-right: 11px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.09); color: var(--cyan); font-size: .68rem; }
.options button span { font-size: .91rem; font-weight: 600; }
.back-button, .reset-button { margin-top: 23px; padding: 0; border: 0; background: none; color: #a8bbc4; font-size: .8rem; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.quiz-result .result-check { display: grid; width: 58px; height: 58px; margin-bottom: 22px; place-items: center; border-radius: 50%; background: var(--green); color: var(--navy); font-size: 1.5rem; font-weight: 800; }
.quiz-result > p:not(.question-number) { color: #afc0c8; }
.quiz-result dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 25px 0 28px; }
.quiz-result dl div { min-width: 0; padding: 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.04); }
.quiz-result dt { color: #8098a4; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.quiz-result dd { margin: 4px 0 0; font-size: .84rem; font-weight: 600; overflow-wrap: anywhere; }
.wa-button.full { width: 100%; justify-content: flex-start; border-radius: 13px; }
.wa-button.full > b { margin-left: auto; }

.products { background: var(--white); }
.product-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: stretch; }
.product-photo { position: relative; min-height: 600px; overflow: hidden; border-radius: 10px 100px 10px 10px; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; }
.product-photo span { position: absolute; inset: auto 20px 20px; padding: 12px 15px; border-radius: 8px; background: rgba(7,27,43,.82); color: var(--white); font-size: .67rem; letter-spacing: .14em; backdrop-filter: blur(12px); }
.product-list { border-top: 1px solid var(--ink); }
.product-list article { display: grid; grid-template-columns: 54px 1fr 32px; gap: 14px; align-items: center; min-height: 145px; border-bottom: 1px solid var(--line); }
.product-list article > span { color: var(--green-dark); font-weight: 700; }
.product-list h3 { margin: 0 0 6px; font-size: 1.25rem; }
.product-list p { margin: 0; color: var(--muted); font-size: .91rem; }
.product-list article > b { color: var(--green-dark); font-size: 1.4rem; }

.why { background: var(--navy); color: var(--white); }
.why-title { max-width: 800px; margin-bottom: 55px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.12); }
.why-grid article { min-height: 300px; padding: 32px; border-right: 1px solid rgba(255,255,255,.12); }
.why-grid article:last-child { border-right: 0; }
.why-grid article > b { display: grid; width: 40px; height: 40px; margin-bottom: 50px; place-items: center; border: 1px solid rgba(84,230,216,.35); border-radius: 50%; color: var(--cyan); font-size: .72rem; }
.why-grid h3 { margin-bottom: 14px; font-size: 1.25rem; }
.why-grid p { color: #9fb2bc; font-size: .9rem; }
.delivery-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 400px; margin-top: 26px; background: var(--white); color: var(--ink); }
.delivery-panel img { width: 100%; height: 100%; object-fit: cover; }
.delivery-panel > div { align-self: center; padding: 50px; }
.delivery-panel span { color: var(--green-dark); font-size: .68rem; font-weight: 700; letter-spacing: .14em; }
.delivery-panel h3 { max-width: 390px; margin: 12px 0 26px; font-size: 2rem; line-height: 1.15; letter-spacing: -.03em; }
.delivery-panel ul { display: grid; gap: 11px; padding: 0; margin: 0; list-style: none; }
.delivery-panel li::before { content: "✓"; display: inline-grid; width: 24px; height: 24px; margin-right: 10px; place-items: center; border-radius: 50%; background: #dcf7e7; color: var(--green-dark); font-size: .7rem; font-weight: 800; }

.process { background: #eaf5f2; }
.process ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 0; margin: 0; list-style: none; }
.process li { min-height: 300px; padding: 28px; border: 1px solid #cddfdb; border-radius: 10px; background: rgba(255,255,255,.55); }
.process li > span { color: var(--green-dark); font-size: .67rem; font-weight: 700; letter-spacing: .13em; }
.process li > b { display: block; margin: 46px 0 10px; color: #bfd2ce; font: 800 4rem/1 "Manrope", sans-serif; letter-spacing: -.08em; }
.process h3 { margin-bottom: 10px; font-size: 1.25rem; }
.process li p { color: var(--muted); font-size: .9rem; }

.faq { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; background: var(--white); }
.faq-intro { align-self: start; position: sticky; top: 40px; }
.faq-intro > p:last-child { max-width: 420px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 42px 1fr 26px; align-items: center; min-height: 86px; cursor: pointer; list-style: none; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green-dark); font-size: .72rem; }
.faq-list summary b { font-size: 1.15rem; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { margin: -5px 35px 28px 42px; color: var(--muted); }

.reports { background: var(--navy); color: var(--white); }
.reports-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.reports-heading > p { color: #9fb2bc; }
.report-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.report-card { padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: #102b3c; color: var(--white); text-align: left; cursor: zoom-in; }
.report-image { display: block; aspect-ratio: .72; overflow: hidden; background: var(--white); }
.report-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .35s ease; }
.report-card:hover .report-image img { transform: scale(1.025); }
.report-caption { display: grid; grid-template-columns: 30px 1fr 22px; align-items: center; gap: 8px; min-height: 90px; padding: 15px; }
.report-caption > b { color: var(--cyan); font-size: .68rem; }
.report-caption > span { display: grid; font-size: .78rem; font-weight: 700; }
.report-caption small { margin-top: 4px; color: #88a0ab; font-size: .66rem; font-weight: 500; }
.report-caption i { color: var(--green); font-size: 1.1rem; font-style: normal; }
.report-note { max-width: 920px; margin: 26px 0 0; color: #899faa; font-size: .78rem; }

.final-cta { padding: 115px 30px; overflow: hidden; background: var(--sun); color: #312900; text-align: center; }
.final-inner { max-width: 900px; margin: auto; }
.final-inner > p { margin-bottom: 15px; font-size: .7rem; font-weight: 700; letter-spacing: .16em; }
.final-inner h2 { margin-bottom: 14px; color: var(--navy); }
.final-inner > span { display: block; margin-bottom: 32px; }
.final-inner .wa-button { background: var(--navy); color: var(--white); box-shadow: 0 16px 38px rgba(7,27,43,.2); text-align: left; }
.final-inner .wa-button small { color: #88aaa3; }
.final-inner .wa-button b { background: rgba(255,255,255,.1); }

footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; padding: 50px max(48px, calc((100vw - 1240px) / 2)); background: #04131f; color: #9fb1bb; }
footer p { margin: 0; font-size: .78rem; }
footer > span { font-size: .67rem; letter-spacing: .08em; }

.floating-wa { position: fixed; z-index: 50; right: 22px; bottom: max(22px, env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 9px; min-height: 54px; padding: 7px 15px 7px 7px; border-radius: 999px; background: var(--green); color: #062918; box-shadow: 0 12px 34px rgba(7,27,43,.25); font-size: .8rem; }
.floating-wa span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--white); color: var(--green-dark); font-size: .7rem; font-weight: 800; }

.report-modal { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(1,12,20,.88); cursor: pointer; }
.modal-dialog { position: relative; z-index: 1; width: min(880px, 100%); max-height: calc(100vh - 48px); overflow: auto; border-radius: 14px; background: var(--white); box-shadow: 0 25px 90px rgba(0,0,0,.45); }
.modal-head { position: sticky; z-index: 2; top: 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 20px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); }
.modal-head strong { font-size: .9rem; }
.modal-head button { display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 1.3rem; cursor: pointer; }
.modal-dialog > img { width: 100%; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 28px; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; padding-inline: 28px; }
  .hero-copy { padding-right: 35px; }
  .section { padding: 90px 32px; }
  .consultation { gap: 40px; }
  .product-layout { gap: 36px; }
  .faq { gap: 45px; }
  .report-grid { grid-template-columns: 1fr 1fr; }
  footer { padding-inline: 32px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .site-header { position: absolute; min-height: 76px; padding: 0 18px; }
  .brand { font-size: .76rem; }
  .brand-mark { width: 38px; height: 38px; }
  .brand small { font-size: .48rem; }
  .header-cta { min-height: 42px; padding: 0 13px; font-size: .74rem; }
  .header-cta .wa-dot { display: none; }
  .hero { display: flex; flex-direction: column; min-height: 0; padding: 124px 18px 62px; }
  .hero-copy { padding-right: 0; }
  .eyebrow { margin-bottom: 17px; font-size: .66rem; }
  h1 { font-size: clamp(2.8rem, 13vw, 4rem); line-height: 1; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .wa-button { width: 100%; justify-content: flex-start; border-radius: 14px; }
  .wa-button > b { margin-left: auto; }
  .hero-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin-top: 30px; padding-top: 20px; font-size: .68rem; }
  .hero-visual { min-height: 430px; margin-top: 45px; }
  .hero-image { inset: 0 0 35px; border-radius: 70px 12px 70px 12px; }
  .availability-card { left: 8px; min-width: 225px; padding: 16px 18px; }
  .hero-stamp { right: -5px; top: 36px; width: 90px; height: 90px; }
  .notice-bar { align-items: flex-start; gap: 11px; padding: 15px 18px; font-size: .72rem; line-height: 1.5; }
  .notice-bar strong { padding-right: 11px; }
  .section { padding: 76px 18px; }
  h2 { font-size: clamp(2.3rem, 11vw, 3.2rem); }
  .section-heading, .consultation, .product-layout, .faq, .reports-heading { grid-template-columns: 1fr; gap: 32px; }
  .section-heading { margin-bottom: 38px; }
  .consultation { display: flex; flex-direction: column; align-items: stretch; }
  .consultation-intro { display: contents; }
  .consultation-intro .section-tag, .consultation-intro h2, .consultation-intro > p, .consultation-intro .step-preview, .consultation-intro .skip-link { order: 0; }
  .quiz-card { order: 1; min-height: 550px; margin-top: 5px; padding: 26px 18px; border-radius: 10px 52px 10px 10px; }
  .options { grid-template-columns: 1fr; }
  .options button { min-height: 62px; }
  .quiz-result dl { grid-template-columns: 1fr; }
  .product-photo { min-height: 390px; border-radius: 8px 60px 8px 8px; }
  .product-list article { grid-template-columns: 40px 1fr 22px; min-height: 130px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .why-grid article:last-child { border-bottom: 0; }
  .why-grid article > b { margin-bottom: 30px; }
  .delivery-panel { grid-template-columns: 1fr; }
  .delivery-panel img { max-height: 310px; }
  .delivery-panel > div { padding: 30px 22px; }
  .process ol { grid-template-columns: 1fr; }
  .process li { min-height: 240px; }
  .process li > b { margin-top: 28px; }
  .faq-intro { position: static; }
  .faq-list summary { grid-template-columns: 34px 1fr 20px; min-height: 78px; font-size: .93rem; }
  .faq-list details p { margin-left: 34px; }
  .report-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .report-caption { grid-template-columns: 22px 1fr 15px; min-height: 82px; padding: 10px; }
  .report-caption > span { font-size: .67rem; }
  .report-caption small { font-size: .58rem; }
  .final-cta { padding: 78px 18px; }
  footer { grid-template-columns: 1fr; gap: 24px; padding: 44px 18px 105px; }
  .floating-wa { right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); }
  .modal-dialog { max-height: calc(100vh - 28px); }
}

@media (max-width: 420px) {
  .header-cta { width: 44px; padding: 0; justify-content: center; overflow: hidden; color: transparent; }
  .header-cta::after { content: "WA"; position: absolute; color: var(--green); font-size: .67rem; font-weight: 800; }
  .hero-points { grid-template-columns: 1fr; }
  .report-grid { grid-template-columns: 1fr; }
  .report-image { aspect-ratio: .86; }
  .floating-wa b { display: none; }
  .floating-wa { padding-right: 7px; }
}

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