:root {
    --violet-950: #1b0b38;
    --violet-900: #29134f;
    --violet-800: #3d1b78;
    --violet-600: #3d1b78;
    --violet-100: #f2ede7;
    --orange: #ff6b2c;
    --orange-dark: #ed571c;
    --orange-soft: #fff0e8;
    --cream: #fffaf5;
    --ink: #231d2d;
    --muted: #716a79;
    --line: #e9e2ed;
    --white: #fff;
    --green: #25d366;
    --shadow: 0 22px 70px rgba(44, 21, 79, .12);
    --container: 1180px;
    --subtitle-size: 1.03rem;
    --content-size: .9rem;
    --menu-size: .85rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: 'Sora', sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 1000; padding: 12px 18px; background: var(--violet-950); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(61,27,120,.07); backdrop-filter: blur(16px); }
.header-inner { height: 82px; display: flex; align-items: center; gap: 36px; }
.brand { display: block; margin-right: auto; }
.brand-mark { display: block; width: 164px; height: 44px; background: var(--violet-950); -webkit-mask: url('../images/logo-h3-web.png') center / contain no-repeat; mask: url('../images/logo-h3-web.png') center / contain no-repeat; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { font-size: var(--menu-size); font-weight: 600; color: #544c5d; transition: color .2s; }
.main-nav a:hover { color: var(--orange); }
.menu-checkbox { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--violet-100); padding: 11px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--violet-900); transition: .25s; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--orange); box-shadow: 0 12px 28px rgba(255,107,44,.22); color: #fff; font-weight: 700; font-size: .88rem; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--orange-dark); box-shadow: 0 16px 34px rgba(255,107,44,.3); }
.button i { font-size: 1rem; }
.button-small { min-height: 44px; padding-inline: 19px; font-size: .78rem; border-radius: 999px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--violet-900); font-size: .88rem; font-weight: 700; }
.text-link span { color: var(--orange); }

.hero { position: relative; min-height: 640px; overflow: hidden; background: linear-gradient(118deg, #fff 0%, #fffaf6 54%, #f4eee8 100%); }
.hero-glow { position: absolute; right: 13%; top: 10%; width: 230px; height: 230px; background: rgba(255,107,44,.14); filter: blur(90px); }
.hero-grid { min-height: 640px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: center; padding-block: 64px 72px; }
.eyebrow { display: inline-flex; align-items: center; margin-bottom: 20px; color: var(--violet-800); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 640px; margin-bottom: 24px; color: var(--violet-950); font-size: clamp(2.9rem, 4.15vw, 4.4rem); line-height: 1.02; letter-spacing: -.06em; font-weight: 800; }
h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 610px; margin-bottom: 30px; color: var(--muted); font-size: var(--subtitle-size); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-bottom: 0; }
.hero-visual { position: relative; }
.image-frame { position: relative; overflow: hidden; aspect-ratio: .91; border-radius: 160px 24px 24px 24px; box-shadow: var(--shadow); background: #eee; }
.image-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(27,11,56,.2)); pointer-events: none; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.certificate-marquee { position: relative; z-index: 3; overflow: hidden; height: 46px; display: flex; align-items: center; background: var(--violet-950); color: #fff; }
.marquee-track { display: flex; width: max-content; animation: certificate-marquee 90s linear infinite; will-change: transform; }
.marquee-group { display: flex; flex-shrink: 0; align-items: center; }
.marquee-item { display: flex; flex-shrink: 0; align-items: center; white-space: nowrap; color: rgba(255,255,255,.92); font-size: .73rem; font-weight: 600; }
.marquee-item i { width: 16px; margin: 0 13px 0 22px; color: var(--orange); font-size: .88rem; text-align: center; }
@keyframes certificate-marquee { to { transform: translateX(-33.333333%); } }

.section { padding-block: 112px; }
.section-label { display: inline-block; margin-bottom: 14px; color: var(--orange); font-size: .69rem; font-weight: 800; letter-spacing: .12em; }
.section-heading { max-width: 680px; margin-bottom: 52px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2, .products-heading h2, .use-copy h2, .faq-intro h2, .cta-box h2 { margin-bottom: 16px; color: var(--violet-950); font-size: clamp(1.8rem, 3.15vw, 2.85rem); line-height: 1.1; letter-spacing: -.045em; }
.section-heading p, .products-heading p, .faq-intro > p { color: var(--muted); font-size: var(--subtitle-size); line-height: 1.75; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit-card { position: relative; min-height: 285px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); transition: transform .25s, box-shadow .25s, border-color .25s; }
.benefit-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow); }
.icon-box { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 43px; border-radius: 15px; color: #fff; background: var(--violet-900); }
.icon-box i { font-size: 1.35rem; }
.benefit-card h3 { margin-bottom: 12px; color: var(--violet-950); font-size: 1.05rem; letter-spacing: -.025em; }
.benefit-card p { margin: 0; color: var(--muted); font-size: var(--content-size); line-height: 1.75; }
.products { background: var(--cream); }
.products-heading { margin-bottom: 52px; }
.products-heading p { max-width: 610px; margin: 0 auto; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: center; gap: 22px; }
.product-card { position: relative; display: flex; flex-direction: column; min-height: 310px; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.product-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow); }
.product-featured { color: var(--ink); background: #fff; border-color: var(--violet-800); box-shadow: 0 15px 38px rgba(41,19,79,.09); transform: none; }
.product-featured:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-featured::after { display: none; }
.popular-badge { position: absolute; z-index: 2; top: 21px; right: 22px; padding: 7px 11px; border-radius: 999px; background: var(--violet-800); color: #fff; font-size: .62rem; font-weight: 800; letter-spacing: .02em; text-align: center; }
.product-header { display: flex; align-items: center; gap: 15px; min-height: 58px; margin-bottom: 20px; }
.product-featured .product-header { padding-right: 140px; }
.product-icon { display: grid; place-items: center; flex: 0 0 48px; height: 48px; border-radius: 13px; background: #f0edf5; color: var(--violet-800); }
.product-icon i { font-size: 1.25rem; }
.product-identity { min-width: 0; }
.product-tag { display: block; margin-top: 5px; color: var(--muted); font-size: .76rem; font-weight: 500; }
.product-card h3 { margin: 0; color: var(--violet-950); font-size: 1.18rem; letter-spacing: -.035em; }
.product-featured h3 { color: var(--violet-950); }
.product-body { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 30px; flex: 1; margin-bottom: 20px; }
.product-price { margin-bottom: 15px; }
.price-main { display: flex; align-items: flex-start; color: var(--violet-950); }
.price-currency { margin: 10px 7px 0 0; font-size: .82rem; font-weight: 800; }
.price-main strong { font-size: 2.8rem; line-height: .95; letter-spacing: -.07em; }
.price-cents { margin: 6px 0 0 3px; font-size: 1.35rem; font-weight: 800; letter-spacing: -.05em; }
.product-price small { display: block; margin-top: 9px; color: var(--muted); font-size: .82rem; font-weight: 600; }
.product-featured .price-main { color: var(--violet-950); }
.product-featured .product-price small { color: var(--muted); }
.product-description { align-self: start; margin: 0; padding-top: 7px; color: var(--muted); font-size: .84rem; line-height: 1.7; }
.product-featured .product-description { color: var(--muted); }
.product-link { position: relative; z-index: 2; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: auto; padding: 0 16px; border-radius: 999px; background: var(--violet-900); color: #fff; box-shadow: 0 10px 24px rgba(41,19,79,.16); font-size: .78rem; font-weight: 700; text-align: center; transition: transform .2s, background .2s, box-shadow .2s; }
.product-link:hover { transform: translateY(-2px); background: var(--violet-800); box-shadow: 0 14px 28px rgba(41,19,79,.23); }
.product-link .whatsapp-icon { font-size: 1.15rem; }
.product-featured .product-link { background: var(--violet-900); color: #fff; box-shadow: 0 10px 24px rgba(41,19,79,.16); }
.product-featured .product-link:hover { background: var(--violet-800); box-shadow: 0 14px 28px rgba(41,19,79,.23); }

.comparison { background: #fff; }
.comparison-container { max-width: 1100px; }
.comparison .section-heading { margin-bottom: 38px; }
.comparison-board { max-width: 1020px; margin-inline: auto; background: transparent; }
.comparison-head, .comparison-row { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(140px, .48fr) minmax(155px, .55fr); align-items: center; }
.comparison-head { min-height: 66px; padding: 0 15px; border-bottom: 1px solid #ded8dd; color: var(--muted); font-size: var(--content-size); font-weight: 700; text-align: center; }
.comparison-head > div:first-child { color: var(--ink); text-align: left; }
.comparison-brand-head { color: var(--ink); }
.comparison-rows { display: block; }
.comparison-row { min-height: 70px; border-bottom: 1px solid #eee9ec; }
.comparison-row:last-child { border-bottom: 0; }
.comparison-feature { padding: 17px 15px; color: var(--ink); font-size: .95rem; font-weight: 700; line-height: 1.45; }
.comparison-result { display: grid; place-items: center; padding: 8px 10px; }
.comparison-result span { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 50%; font-family: Arial, sans-serif; font-size: .95rem; font-weight: 700; }
.comparison-result-h3 span { background: var(--violet-800); color: #fff; }
.comparison-result-other .is-positive { background: var(--violet-800); color: #fff; }
.comparison-result-other .is-negative { background: #ffeded; color: #ff625f; font-size: 1rem; }
.comparison-result-other .is-variable { width: auto; min-width: 78px; height: 29px; padding: 0 10px; border-radius: 999px; background: #fff0f2; color: #c95162; font-family: 'Sora', sans-serif; font-size: .65rem; font-weight: 700; white-space: nowrap; }

.testimonials { overflow: hidden; background: var(--cream); }
.testimonials .section-heading { margin-bottom: 34px; }
.testimonial-wall { position: relative; height: 600px; overflow: hidden; -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 9%, #000 91%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0, #000 9%, #000 91%, transparent 100%); }
.testimonial-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; height: 100%; }
.testimonial-column { min-width: 0; overflow: hidden; }
.testimonial-track { display: flex; flex-direction: column; will-change: transform; animation: testimonials-up 34s linear infinite; }
.testimonial-track-2 { animation-duration: 39s; animation-delay: -11s; }
.testimonial-track-3 { animation-duration: 36s; animation-delay: -22s; }
.testimonial-group { display: flex; flex: none; flex-direction: column; gap: 20px; padding-bottom: 20px; }
.testimonial-card { flex: none; min-height: 174px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(41,19,79,.055); transition: transform .25s, box-shadow .25s, border-color .25s; }
.testimonial-card:hover { transform: translateY(-3px); border-color: rgba(61,27,120,.25); box-shadow: 0 18px 42px rgba(41,19,79,.11); }
.testimonial-stars { display: flex; gap: 3px; margin-bottom: 14px; color: var(--violet-800); font-size: .88rem; }
.testimonial-card > p { margin-bottom: 22px; color: var(--ink); font-size: var(--content-size); line-height: 1.7; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 50%; background: var(--violet-800); color: #fff; font-size: .82rem; font-weight: 800; }
.testimonial-author > span:last-child { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.testimonial-author strong { color: var(--violet-950); font-size: .82rem; }
.testimonial-author small { color: var(--muted); font-size: .72rem; }
.testimonial-wall:hover .testimonial-track { animation-play-state: paused; }
@keyframes testimonials-up { to { transform: translateY(-50%); } }
.button-dark { background: var(--violet-900); box-shadow: 0 12px 28px rgba(41,19,79,.2); }
.button-dark:hover { background: var(--violet-800); box-shadow: 0 16px 34px rgba(41,19,79,.25); }

.process { background: #fff; }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.process-card { min-height: 138px; display: flex; align-items: center; gap: 24px; padding: 27px; border: 1px solid #ddd4dc; border-radius: 19px; background: #fff; box-shadow: 0 12px 35px rgba(41,19,79,.045); transition: transform .25s, box-shadow .25s, border-color .25s; }
.process-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow); }
.process-number { display: grid; place-items: center; flex: 0 0 72px; height: 72px; border-radius: 17px; background: var(--violet-900); color: #fff; font-size: 1.65rem; font-weight: 800; letter-spacing: -.05em; }
.process-card h3 { margin-bottom: 7px; color: var(--violet-950); font-size: .98rem; }
.process-card p { margin: 0; color: var(--muted); font-size: var(--content-size); line-height: 1.65; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 105px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro > p { margin-bottom: 24px; }
.faq-button { margin-top: 2px; }
.faq-list { border-top: 1px solid #dcd5e1; }
details { border-bottom: 1px solid #dcd5e1; }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; color: var(--violet-950); font-size: .87rem; font-weight: 700; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { display: grid; place-items: center; flex: 0 0 29px; height: 29px; border-radius: 50%; background: var(--violet-100); color: var(--violet-800); font-size: 1.1rem; transition: .25s; }
details[open] summary span { color: #fff; background: var(--orange); transform: rotate(45deg); }
details p { max-width: 620px; padding: 0 45px 24px 0; color: var(--muted); font-size: var(--content-size); line-height: 1.75; }

.final-cta { padding-block: 108px; background: #fff; }
.cta-box { position: relative; overflow: hidden; min-height: 285px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 58px 65px; border-radius: 28px; background: var(--violet-900); color: #fff; }
.cta-box::before, .cta-box::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.cta-box::before { width: 330px; height: 330px; right: -130px; top: -160px; box-shadow: 0 0 0 50px rgba(255,255,255,.025); }
.cta-box::after { width: 90px; height: 90px; left: -45px; bottom: -45px; border: 24px solid rgba(255,107,44,.6); }
.section-label.light { color: #ffb18d; }
.cta-box h2 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(1.75rem, 3.2vw, 2.85rem); }
.cta-copy { position: relative; z-index: 2; max-width: 690px; }
.cta-copy h2 { margin-bottom: 14px; }
.cta-copy p { max-width: 640px; margin: 0; color: rgba(255,255,255,.72); font-size: var(--content-size); line-height: 1.75; }
.button-light { position: relative; z-index: 2; flex: 0 0 auto; background: #fff; color: var(--violet-900); box-shadow: none; }
.button-light:hover { background: var(--orange); color: #fff; }

.site-footer { padding-top: 68px; background: var(--violet-950); color: #fff; }
.footer-top { display: grid; grid-template-columns: 1.5fr .65fr .9fr; gap: 70px; padding-bottom: 58px; }
.footer-brand img { width: 150px; margin-bottom: 22px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 370px; color: rgba(255,255,255,.52); font-size: var(--menu-size); line-height: 1.75; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links strong { margin-bottom: 9px; color: #fff; font-size: var(--menu-size); }
.footer-links a, .footer-links span { color: rgba(255,255,255,.5); font-size: var(--menu-size); line-height: 1.6; }
.footer-links a:hover { color: #fff; }
.footer-partnership { padding: 25px 0 31px; background: #190a34; color: rgba(255,255,255,.62); text-align: center; }
.footer-partnership p { margin: 0 0 6px; font-size: var(--menu-size); font-weight: 500; line-height: 1.6; }
.footer-partnership small { display: block; color: rgba(255,255,255,.34); font-size: .72rem; line-height: 1.6; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.36); font-size: var(--menu-size); }

.whatsapp-float { position: fixed; z-index: 40; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 11px; height: 60px; padding: 0 21px 0 18px; border: 0; border-radius: 999px; background: var(--green); color: #fff; box-shadow: 0 12px 30px rgba(21,96,48,.28); font-size: .78rem; font-weight: 700; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float i { font-size: 1.75rem; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1020px) {
    :root { --menu-size: .75rem; }
    .main-nav { gap: 18px; }
    .hero-grid { gap: 35px; }
    .floating-card-top { left: -18px; }
    .floating-card-bottom { right: -8px; }
    .use-grid { gap: 55px; }
    .faq-grid { gap: 60px; }
}

@media (max-width: 860px) {
    :root { --menu-size: .84rem; }
    .header-inner { height: 72px; }
    .brand-mark { width: 145px; height: 40px; }
    .menu-toggle { display: block; order: 3; }
    .header-cta { margin-left: auto; }
    .main-nav { position: fixed; inset: 72px 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 25px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(27,11,56,.08); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s; }
    .menu-checkbox:checked ~ .main-nav { opacity: 1; visibility: visible; transform: translateY(0); }
    .main-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
    .menu-checkbox:checked + .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-checkbox:checked + .menu-toggle span:nth-child(2) { opacity: 0; }
    .menu-checkbox:checked + .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero-grid { grid-template-columns: 1fr; padding-top: 75px; }
    .hero-copy { max-width: 700px; }
    .hero-visual { width: min(100%, 620px); margin-inline: auto; }
    .image-frame { aspect-ratio: 1.1; }
    .benefit-grid, .product-grid { grid-template-columns: 1fr; }
    .benefit-card { min-height: auto; }
    .icon-box { margin-bottom: 28px; }
    .product-card { min-height: 310px; }
    .product-featured { transform: none; }
    .faq-grid { grid-template-columns: 1fr; gap: 55px; }
    .testimonial-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .testimonial-column:nth-child(3) { display: none; }
    .faq-intro { position: static; }
    .process-grid { grid-template-columns: 1fr; }
    .cta-box { flex-direction: column; align-items: flex-start; padding: 48px; }
}

@media (max-width: 580px) {
    :root { --subtitle-size: .92rem; --content-size: .84rem; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .header-cta { display: none; }
    .hero-grid { min-height: auto; padding-block: 58px 68px; }
    .hero-copy { text-align: center; }
    .eyebrow { justify-content: center; font-size: .68rem; line-height: 1.5; }
    h1 { max-width: 390px; margin-inline: auto; font-size: clamp(2.25rem, 11vw, 2.8rem); line-height: 1.06; }
    .hero-lead { margin-inline: auto; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
    .hero-actions .text-link { justify-content: center; }
    .image-frame { aspect-ratio: .84; border-radius: 90px 18px 18px 18px; }
    .image-frame img { object-position: 61% center; }
    .certificate-marquee { height: 44px; }
    .marquee-item { font-size: .69rem; }
    .section { padding-block: 78px; }
    .final-cta { padding-block: 88px; }
    .section-heading { margin-bottom: 38px; }
    .benefit-card, .product-card { padding: 27px; border-radius: 18px; }
    .product-card { text-align: center; }
    .product-body { grid-template-columns: 1fr; gap: 15px; }
    .product-header { flex-direction: column; justify-content: center; gap: 10px; margin-bottom: 24px; }
    .product-icon { flex-basis: 48px; width: 48px; }
    .product-featured .product-header { padding-right: 0; padding-top: 38px; }
    .popular-badge { top: 20px; right: auto; left: 50%; transform: translateX(-50%); white-space: nowrap; }
    .price-main { justify-content: center; }
    .product-price { margin-bottom: 4px; }
    .product-description { max-width: 315px; margin-inline: auto; padding-top: 0; text-align: center; }
    .comparison-head, .comparison-row { grid-template-columns: minmax(0, 1fr) 70px 92px; }
    .comparison-head { min-height: 58px; padding: 0 4px; }
    .comparison-feature { padding: 13px 4px; }
    .comparison-result { padding: 7px 5px; }
    .comparison-result span { width: 27px; height: 27px; }
    .testimonial-wall { height: 540px; }
    .testimonial-columns { grid-template-columns: 1fr; }
    .testimonial-column:nth-child(2) { display: none; }
    .testimonial-card { padding: 22px; }
    .process-card { min-height: auto; flex-direction: column; align-items: flex-start; gap: 18px; padding: 25px; }
    .process-number { flex: 0 0 58px; width: 58px; height: 58px; border-radius: 14px; font-size: 1.35rem; }
    .faq-intro { text-align: center; }
    .cta-box { min-height: 360px; padding: 38px 28px; border-radius: 22px; }
    .button-light { width: 100%; }
    .footer-top { grid-template-columns: 1fr; gap: 34px; }
    .footer-bottom { min-height: 95px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
    .whatsapp-float { right: 18px; bottom: 18px; width: 56px; height: 56px; padding: 0; justify-content: center; }
    .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .marquee-track { animation-duration: 90s !important; animation-iteration-count: infinite !important; }
    .testimonial-track { animation-duration: 34s !important; animation-iteration-count: infinite !important; }
    .testimonial-track-2 { animation-duration: 39s !important; }
    .testimonial-track-3 { animation-duration: 36s !important; }
}
