@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&display=swap");

:root {
  --ink: #15133c;
  --muted: #625f78;
  --brand: #6155e7;
  --brand-dark: #4438c8;
  --brand-soft: #f0efff;
  --whatsapp: #168c4b;
  --whatsapp-dark: #0f703b;
  --surface: #ffffff;
  --surface-alt: #f7f8fc;
  --line: #e3e4ed;
  --shadow-sm: 0 12px 36px rgba(35, 31, 81, 0.08);
  --shadow-lg: 0 28px 70px rgba(35, 31, 81, 0.16);
  --radius: 22px;
  --container: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -0.03em; }
h1 { margin-bottom: 24px; font-size: clamp(2.7rem, 5vw, 4.85rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.4vw, 3.35rem); }
h3 { margin-bottom: 12px; font-size: 1.25rem; }
p { color: var(--muted); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 16px; color: #fff; background: var(--ink); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.tracking-frame, .tracking-pixel { display: none; visibility: hidden; }

.eyebrow { margin-bottom: 14px; color: var(--brand-dark); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-heading { max-width: 670px; }
.section-heading > p:last-child { margin-bottom: 0; font-size: 1.08rem; }
.section-heading.centered { margin: 0 auto 54px; text-align: center; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #ffbf47; outline-offset: 3px; }
.button-small { min-height: 42px; padding: 9px 16px; font-size: .9rem; }
.button-whatsapp { color: #fff; background: var(--whatsapp); box-shadow: 0 12px 28px rgba(22, 140, 75, .22); }
.button-whatsapp:hover { color: #fff; background: var(--whatsapp-dark); box-shadow: 0 15px 34px rgba(22, 140, 75, .3); }
.button-whatsapp svg { width: 20px; height: 20px; fill: currentColor; }
.button-secondary { color: var(--ink); background: rgba(255,255,255,.78); border-color: var(--line); }
.button-secondary:hover { color: var(--brand-dark); border-color: #b9b5f3; box-shadow: var(--shadow-sm); }
.button-outline { width: 100%; color: var(--ink); background: #fff; border-color: #cbc9da; }
.button-outline:hover { color: var(--brand-dark); border-color: var(--brand); }
.button-light { color: var(--ink); background: #fff; box-shadow: 0 16px 36px rgba(5,4,28,.25); }
.text-link { color: var(--brand-dark); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(227,228,237,.8);
  backdrop-filter: blur(18px);
}
.nav-wrap { display: flex; min-height: 76px; align-items: center; justify-content: space-between; }
.brand { color: var(--ink); font-size: 1.55rem; font-weight: 900; letter-spacing: -.045em; text-decoration: none; }
.brand span { color: var(--brand); }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav > a:not(.button) { color: #48455d; font-size: .93rem; font-weight: 700; text-decoration: none; }
.main-nav > a:not(.button):hover { color: var(--brand-dark); }
.main-nav .login-link { padding-left: 22px; border-left: 1px solid var(--line); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; border-radius: 8px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 4px; }

.hero { position: relative; overflow: hidden; padding: 25px 0; background: linear-gradient(145deg, #fbfbff 0%, #f1f0ff 55%, #f8fbff 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.hero-copy { max-width: 590px; }
.hero-lead { max-width: 570px; margin-bottom: 30px; font-size: 1.23rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { margin: 16px 0 24px; font-size: .88rem; }
.microcopy span { color: var(--whatsapp); font-weight: 900; }
.founder-inline { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid #dcdbea; }
.founder-inline img { width: 52px; height: 52px; object-fit: cover; border: 3px solid #fff; border-radius: 50%; box-shadow: var(--shadow-sm); }
.founder-inline p { margin: 0; font-size: .88rem; line-height: 1.35; }
.founder-inline strong, .founder-inline span { display: block; }
.founder-inline strong { color: var(--ink); }

.hero-product { position: relative; }
.mobile-hero-product { display: none; }
.product-window { position: relative; overflow: hidden; background: #fff; border: 1px solid rgba(194,192,218,.7); border-radius: 18px; box-shadow: var(--shadow-lg); transform: perspective(1300px) rotateY(-3deg) rotateX(1deg); }
.window-bar { display: flex; height: 40px; align-items: center; gap: 6px; padding: 0 14px; background: #f5f5fa; border-bottom: 1px solid var(--line); }
.window-bar > span { width: 8px; height: 8px; background: #cbc9d8; border-radius: 50%; }
.window-bar small { margin: 0 auto; padding-right: 36px; color: #848196; font-size: .67rem; }
.product-window img { width: 100%; aspect-ratio: 1.55 / 1; object-fit: cover; object-position: top left; }
.floating-proof { position: absolute; display: flex; min-width: 178px; flex-direction: column; padding: 13px 16px; background: rgba(255,255,255,.96); border: 1px solid #ececf4; border-radius: 13px; box-shadow: var(--shadow-sm); font-size: .78rem; line-height: 1.35; }
.floating-proof strong { color: var(--ink); }
.floating-proof span { color: var(--muted); }
.floating-proof-top { top: -30px; right: -28px; }
.floating-proof-middle { right: -28px; bottom: 105px; }
.floating-proof-bottom { bottom: -30px; left: -30px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .6; }
.hero-orb-one { width: 340px; height: 340px; top: -170px; left: 37%; background: #d9d6ff; }
.hero-orb-two { width: 230px; height: 230px; right: -110px; bottom: -80px; background: #d8efff; }

.trust-strip { background: var(--ink); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; min-height: 118px; align-items: center; gap: 14px; padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span { color: #8f88ff; font-size: .75rem; font-weight: 900; }
.trust-grid p { margin: 0; color: #aaa7bd; font-size: .8rem; line-height: 1.4; }
.trust-grid strong { display: block; color: #fff; font-size: .95rem; }

.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefit-card { min-height: 285px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 26px rgba(35,31,81,.04); transition: transform .2s, box-shadow .2s; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.benefit-card.featured { background: var(--ink); border-color: var(--ink); }
.benefit-card.featured h3 { color: #fff; }
.benefit-card.featured p { color: #b9b6ca; }
.benefit-icon { display: grid; width: 48px; height: 48px; margin-bottom: 48px; place-items: center; color: var(--brand-dark); background: var(--brand-soft); border-radius: 13px; font-size: 1.3rem; font-weight: 900; }
.benefit-card.featured .benefit-icon { color: #fff; background: var(--brand); }
.benefit-card p { margin-bottom: 0; font-size: .94rem; }

.product-section { background: var(--surface-alt); }
.product-intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 28px; color: #4d4a61; }
.check-list li::before { position: absolute; left: 0; top: .08em; display: grid; width: 18px; height: 18px; place-items: center; color: #fff; background: var(--whatsapp); border-radius: 50%; content: "✓"; font-size: .67rem; font-weight: 900; }
.screens-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 20px; }
.screens-grid figure, .video-poster { overflow: hidden; margin: 0; padding: 0; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); }
.screens-grid figure img, .video-poster img { width: 100%; aspect-ratio: 1.56 / 1; object-fit: cover; object-position: top left; }
.screens-grid figcaption { padding: 14px 18px; color: var(--muted); font-size: .84rem; }
.screen-main { grid-row: span 2; }
.screen-main img { height: calc(100% - 52px); min-height: 480px; }
.video-poster { position: relative; cursor: pointer; }
.video-poster::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(21,19,60,.62), transparent 65%); content: ""; }
.play-button { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 58px; height: 58px; place-items: center; color: var(--ink); background: #fff; border-radius: 50%; box-shadow: 0 12px 28px rgba(0,0,0,.22); transform: translate(-50%,-50%); }
.video-label { position: absolute; z-index: 2; bottom: 13px; left: 17px; color: #fff; font-size: .86rem; font-weight: 800; }
.index-hero-video-trigger { position: absolute; z-index: 2; inset: 40px 0 0; padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer; }
.index-hero-video-trigger::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(21,19,60,.52), transparent 62%); content: ""; opacity: .72; transition: opacity .2s; }
.index-hero-video-trigger .play-button { transition: transform .2s, box-shadow .2s; }
.index-hero-video-trigger:hover::after, .index-hero-video-trigger:focus-visible::after { opacity: 1; }
.index-hero-video-trigger:hover .play-button, .index-hero-video-trigger:focus-visible .play-button { box-shadow: 0 14px 34px rgba(0,0,0,.3); transform: translate(-50%,-50%) scale(1.08); }
.index-hero-video-trigger:focus-visible { outline: 3px solid var(--primary); outline-offset: -4px; }

.steps-section { background: var(--ink); }
.steps-section .section-heading h2 { color: #fff; }
.steps-section .section-heading > p:last-child { color: #b5b2c7; }
.steps-section .eyebrow { color: #a59fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps-grid li { position: relative; min-height: 260px; padding: 32px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); }
.steps-grid li > span { display: grid; width: 43px; height: 43px; margin-bottom: 47px; place-items: center; color: #fff; background: var(--brand); border-radius: 50%; font-weight: 900; }
.steps-grid li:not(:last-child)::after { position: absolute; z-index: 2; top: 52px; right: -32px; width: 42px; height: 1px; background: #817adb; content: ""; }
.steps-grid h3 { color: #fff; }
.steps-grid p { margin-bottom: 0; color: #b5b2c7; font-size: .92rem; }
.center-action { margin-top: 42px; text-align: center; }
.center-action p { margin: 13px 0 0; color: #9692aa; font-size: .82rem; }

.testimonials-section { background: #fff; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { display: flex; min-height: 330px; flex-direction: column; justify-content: space-between; margin: 0; padding: 31px; background: var(--surface-alt); border: 1px solid var(--line); border-radius: var(--radius); }
.testimonial-card.featured { background: var(--brand-soft); border-color: #d6d2ff; }
.testimonial-card blockquote { color: var(--ink); font-size: 1.08rem; font-weight: 650; line-height: 1.7; }
.testimonial-card figcaption { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .8rem; line-height: 1.35; }
.testimonial-card img { width: 52px; height: 52px; object-fit: cover; border-radius: 50%; }
.testimonial-card strong { display: block; color: var(--ink); font-size: .9rem; }

.pricing-section { background: var(--surface-alt); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; }
.pricing-card { position: relative; display: flex; flex-direction: column; padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(35,31,81,.05); }
.pricing-card.popular { border: 2px solid var(--brand); box-shadow: 0 22px 55px rgba(72,60,204,.15); transform: translateY(-10px); }
.popular-label { position: absolute; top: -15px; left: 50%; margin: 0; padding: 5px 14px; color: #fff; background: var(--brand); border-radius: 999px; font-size: .72rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; transform: translateX(-50%); }
.plan-name { margin-bottom: 7px; color: var(--ink); font-size: 1.25rem; font-weight: 900; }
.plan-description { min-height: 51px; margin-bottom: 24px; font-size: .88rem; }
.plan-price { margin-bottom: 2px; color: var(--ink); font-size: 2.75rem; font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.plan-price > span { margin-right: 2px; font-size: 1.25rem; vertical-align: top; }
.plan-price small { margin-left: 4px; color: var(--muted); font-size: .82rem; font-weight: 700; letter-spacing: 0; }
.final-price { margin: 5px 0 24px; font-size: .76rem; font-weight: 700; }
.check-list.compact { min-height: 230px; margin-bottom: 25px; }
.check-list.compact li { margin: 9px 0; padding-left: 25px; font-size: .86rem; }
.pricing-card .button { margin-top: auto; }
.custom-plan { margin: 28px 0 0; text-align: center; font-size: .9rem; }
.custom-plan a { color: var(--brand-dark); font-weight: 800; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 90px; }
.faq-layout .section-heading { position: sticky; top: 116px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 46px 24px 0; color: var(--ink); font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 5px; top: 20px; content: "+"; color: var(--brand); font-size: 1.5rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -4px 48px 24px 0; }

.final-cta { padding: 80px 0; color: #fff; background: linear-gradient(125deg, #5144d4 0%, #24205d 100%); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.final-cta h2 { max-width: 760px; margin-bottom: 12px; color: #fff; }
.final-cta p { max-width: 720px; margin-bottom: 0; color: #d6d3f6; }
.final-cta .eyebrow { margin-bottom: 12px; color: #bdb8ff; }

.site-footer { padding: 58px 0 30px; background: #0f0d2d; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; }
.brand-footer { color: #fff; }
.footer-inner > div > p { max-width: 470px; margin: 10px 0 0; color: #9895ab; font-size: .88rem; }
.footer-links { display: flex; align-items: flex-start; gap: 24px; }
.footer-links a { color: #b8b5c8; font-size: .86rem; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; margin: 25px 0 0; padding-top: 25px; color: #777488; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }

.whatsapp-float { position: fixed; z-index: 800; right: 22px; bottom: 22px; display: grid; width: 58px; height: 58px; place-items: center; color: #fff; background: var(--whatsapp); border: 3px solid var(--whatsapp); border-radius: 50%; box-shadow: 0 12px 30px rgba(22,140,75,.35); transition: transform .2s, background .2s, border-color .2s; }
.whatsapp-float::after { position: absolute; inset: -6px; border: 2px solid rgba(22,140,75,.38); border-radius: inherit; content: ""; pointer-events: none; animation: whatsapp-soft-ring 5.5s ease-out infinite; }
.whatsapp-float:hover { background: var(--whatsapp-dark); border-color: var(--whatsapp-dark); transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 29px; height: 29px; fill: currentColor; animation: whatsapp-soft-nudge 5.5s ease-in-out infinite; }

@keyframes whatsapp-soft-ring {
  0%, 72%, 100% { opacity: 0; transform: scale(.94); }
  78% { opacity: .4; }
  91% { opacity: 0; transform: scale(1.18); }
}

@keyframes whatsapp-soft-nudge {
  0%, 72%, 100% { transform: translateY(0) rotate(0); }
  78% { transform: translateY(-2px) rotate(-4deg); }
  84% { transform: translateY(0) rotate(3deg); }
  90% { transform: translateY(-1px) rotate(0); }
}

.video-modal[hidden] { display: none; }
.video-modal { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: 24px; }
.video-backdrop { position: absolute; inset: 0; background: rgba(8,7,27,.82); backdrop-filter: blur(6px); }
.video-dialog { position: relative; z-index: 1; width: min(920px, 100%); padding: 18px; background: #fff; border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.video-dialog-header { display: flex; align-items: center; justify-content: space-between; padding: 0 2px 12px; }
.video-dialog-header h2 { margin: 0; font-size: 1.15rem; }
.video-dialog-header button { width: 38px; height: 38px; padding: 0; color: var(--ink); background: #f0f0f5; border: 0; border-radius: 50%; font-size: 1.6rem; cursor: pointer; }
.video-dialog video { display: block; width: 100%; max-height: 72vh; background: #08071b; border-radius: 12px; }
.index-video-frame { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #08071b; border-radius: 12px; }
.index-video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-dialog > p { margin: 10px 0 0; font-size: .76rem; text-align: center; }

@media (max-width: 1080px) {
  .main-nav { gap: 16px; }
  .main-nav > a:not(.button) { font-size: .86rem; }
  .hero-grid { gap: 42px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-card { min-height: 245px; }
  .benefit-icon { margin-bottom: 28px; }
}

@media (max-width: 900px) {
  .section { padding: 82px 0; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 76px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 12px 8px; font-size: .95rem; }
  .main-nav .login-link { padding-left: 8px; border-left: 0; border-top: 1px solid var(--line); }
  .main-nav .button { margin-top: 8px; }
  .hero { padding: 25px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .hero-copy { max-width: 720px; }
  .hero-product { width: min(760px, 94%); margin-inline: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .product-intro { grid-template-columns: 1fr; gap: 30px; }
  .screens-grid { grid-template-columns: 1fr 1fr; }
  .screen-main { grid-column: 1 / -1; grid-row: auto; }
  .screen-main img { min-height: 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid li { min-height: 0; }
  .steps-grid li > span { margin-bottom: 25px; }
  .steps-grid li:not(:last-child)::after { display: none; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 245px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 600px; margin-inline: auto; }
  .pricing-card.popular { transform: none; }
  .plan-description, .check-list.compact { min-height: 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .faq-layout .section-heading { position: static; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.25rem); }
  h2 { font-size: 2rem; }
  .hero { padding-top: 25px; }
  .hero-lead { font-size: 1.08rem; }
  .mobile-hero-product { display: block; width: 100%; margin: 0 0 26px; }
  .hero:not(.schools-hero) .hero-grid > .hero-product { display: none; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .founder-inline { align-items: flex-start; }
  .floating-proof { display: none; }
  .product-window { transform: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 92px; padding: 18px 8px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; }
  .screens-grid { grid-template-columns: 1fr; }
  .screen-main { grid-column: auto; }
  .pricing-card { padding: 28px 23px; }
  .faq-list summary { padding: 20px 40px 20px 0; }
  .faq-list details p { margin-right: 0; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; gap: 12px 22px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; height: 54px; }
}

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