:root {
    --red: #d80027;
    --red-dark: #a9001f;
    --red-bright: #ef233c;
    --ink: #17171b;
    --muted: #66666f;
    --line: #e8e8ec;
    --soft: #f7f7f9;
    --white: #fff;
    --green: #1fba66;
    --shadow: 0 24px 70px rgba(22, 22, 27, .12);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: "Manrope", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; background: #fff; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

.topbar { color: #fff; background: #1d1c20; font-size: 12px; font-weight: 600; }
.topbar__content { display: flex; align-items: center; justify-content: space-between; min-height: 35px; }
.topbar a { color: #ff8595; }
.site-header { position: relative; z-index: 50; background: #fff; box-shadow: 0 4px 22px rgba(0,0,0,.05); }
.navbar { display: flex; align-items: center; justify-content: space-between; min-height: 80px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; line-height: 1; }
.brand__mark {
    display: grid;
    width: 48px;
    height: 48px;
    color: #fff;
    background: var(--red);
    border-radius: 50% 50% 50% 12px;
    place-items: center;
    font-size: 18px;
    letter-spacing: -1px;
}
.brand__text { font-size: 21px; letter-spacing: -1px; }
.brand__text small { display: block; margin-top: 5px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }
.main-menu { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.main-menu > a:not(.button):hover { color: var(--red); }
.menu-toggle { display: none; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px; background: var(--ink); }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 54px;
    padding: 0 25px;
    border: 2px solid var(--red);
    border-radius: 12px;
    color: #fff;
    background: var(--red);
    box-shadow: 0 12px 26px rgba(216, 0, 39, .2);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
}
.button:hover { background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 0 18px; border-radius: 8px; box-shadow: none; }
.button--light { color: var(--red); background: #fff; border-color: #fff; box-shadow: 0 15px 35px rgba(80, 0, 15, .2); }
.button--light:hover { color: #fff; }
.button--outline { color: var(--red); background: transparent; box-shadow: none; }

.hero {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(120deg, #a9001f 0%, #d80027 48%, #f02a48 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(circle at center, #fff 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; min-height: 655px; gap: 70px; padding: 55px 0 80px; }
.hero__copy { max-width: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; font-size: 12px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 2px; background: currentColor; }
.eyebrow--red { color: var(--red); }
.hero h1 { max-width: 680px; margin: 0 0 24px; font-size: clamp(42px, 5.1vw, 69px); line-height: 1.04; letter-spacing: -3.4px; }
.hero h1 strong { display: inline; color: #fff; font-weight: 800; text-decoration: underline; text-decoration-color: rgba(255,255,255,.3); text-underline-offset: 8px; }
.hero__copy > p { max-width: 610px; margin: 0 0 32px; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.75; }
.hero__actions { display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 800; }
.whatsapp-icon { display: grid; width: 27px; height: 27px; color: #fff; background: var(--green); border-radius: 50%; place-items: center; font-size: 10px; }
.hero__trust { display: flex; margin-top: 44px; }
.hero__trust > div { display: flex; align-items: center; gap: 10px; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.24); }
.hero__trust > div:first-child { padding-left: 0; }
.hero__trust > div:last-child { border: 0; }
.hero__trust strong { font-size: 24px; line-height: 1; }
.hero__trust span { color: rgba(255,255,255,.7); font-size: 10px; line-height: 1.35; text-transform: uppercase; }
.hero__visual { position: relative; min-height: 510px; }
.phone { position: absolute; z-index: 2; top: 28px; left: 50%; width: 270px; height: 510px; padding: 10px; border: 4px solid #26262c; border-radius: 42px; background: #15151a; box-shadow: 0 40px 70px rgba(74,0,12,.38); transform: translateX(-50%) rotate(5deg); }
.phone__speaker { position: absolute; z-index: 3; top: 17px; left: 50%; width: 75px; height: 18px; border-radius: 20px; background: #15151a; transform: translateX(-50%); }
.phone__screen { height: 100%; padding: 33px 24px 24px; overflow: hidden; color: var(--ink); background: linear-gradient(160deg, #fff 55%, #f1f1f4); border-radius: 31px; }
.phone__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 72px; }
.mini-brand { display: grid; width: 32px; height: 32px; color: #fff; background: var(--red); border-radius: 50% 50% 50% 8px; place-items: center; font-size: 11px; font-weight: 800; }
.status-dot { width: 9px; height: 9px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(31,186,102,.12); }
.phone__label { color: var(--red); font-size: 8px; font-weight: 800; letter-spacing: 1.3px; }
.phone__screen > strong { display: block; margin-top: 8px; font-size: 30px; line-height: 1.06; letter-spacing: -1.5px; }
.data-card { display: flex; align-items: center; gap: 10px; margin-top: 28px; padding: 15px; background: #fff; border: 1px solid #eee; border-radius: 14px; box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.data-card__icon { display: grid; width: 37px; height: 37px; color: #fff; background: var(--red); border-radius: 10px; place-items: center; font-weight: 800; }
.data-card span, .data-card b { display: block; font-size: 8px; }
.data-card b { margin-top: 2px; font-size: 11px; }
.bars { display: flex; align-items: flex-end; gap: 8px; height: 85px; margin-top: 23px; padding: 0 8px; }
.bars i { flex: 1; height: 30%; background: #ffd4dc; border-radius: 5px 5px 0 0; }
.bars i:nth-child(2) { height: 48%; }.bars i:nth-child(3) { height: 60%; }.bars i:nth-child(4) { height: 75%; }.bars i:nth-child(5) { height: 96%; background: var(--red); }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; min-width: 205px; padding: 14px 16px; color: var(--ink); background: #fff; border-radius: 14px; box-shadow: 0 20px 45px rgba(77,0,13,.25); }
.floating-card > span { display: grid; width: 38px; height: 38px; color: #fff; background: var(--green); border-radius: 10px; place-items: center; font-weight: 800; }
.floating-card b, .floating-card small { display: block; }.floating-card b { font-size: 11px; }.floating-card small { color: var(--muted); font-size: 8px; }
.floating-card--top { top: 110px; right: -15px; }.floating-card--bottom { bottom: 50px; left: -30px; }.floating-card--bottom > span { background: var(--red); }
.signal { position: absolute; left: 50%; top: 50%; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; transform: translate(-50%,-50%); }
.signal--two { width: 560px; height: 560px; }
.hero__glow { position: absolute; width: 300px; height: 300px; border-radius: 50%; filter: blur(70px); background: rgba(255,255,255,.15); }
.hero__glow--one { top: -100px; right: 15%; }.hero__glow--two { bottom: -150px; left: 25%; }
.hero__wave { position: absolute; z-index: 3; bottom: -1px; left: -2%; width: 104%; height: 45px; background: #fff; clip-path: ellipse(55% 45% at 50% 100%); }

.proof-strip { position: relative; z-index: 5; background: #fff; border-bottom: 1px solid var(--line); }
.proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 122px; }
.proof-strip__grid > div { display: flex; align-items: center; gap: 13px; padding: 24px; border-right: 1px solid var(--line); }
.proof-strip__grid > div:first-child { border-left: 1px solid var(--line); }
.proof-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; color: var(--red); background: #fff0f2; border-radius: 11px; place-items: center; font-size: 20px; font-weight: 800; }
.proof-strip p, .proof-strip strong { display: block; margin: 0; }.proof-strip p { color: var(--muted); font-size: 10px; line-height: 1.45; }.proof-strip strong { margin-bottom: 3px; color: var(--ink); font-size: 12px; }

.section { padding: 105px 0; }
.section-heading { max-width: 740px; margin-bottom: 56px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section h2 { margin: 0 0 20px; font-size: clamp(32px, 4vw, 47px); line-height: 1.13; letter-spacing: -2.2px; }
.section-heading p { margin: 0; color: var(--muted); }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.solution-card { position: relative; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 35px rgba(20,20,25,.05); transition: .25s ease; }
.solution-card:hover { border-color: #f3b2bc; box-shadow: var(--shadow); transform: translateY(-7px); }
.solution-card__tag { position: absolute; top: 0; right: 0; padding: 7px 15px; color: #fff; background: var(--red); border-radius: 0 0 0 12px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.solution-card__icon { display: grid; width: 58px; height: 58px; margin-bottom: 25px; color: var(--red); background: #fff0f2; border-radius: 16px; place-items: center; font-size: 28px; font-weight: 800; }
.solution-card h3 { margin: 0 0 12px; font-size: 21px; letter-spacing: -.7px; }
.solution-card p { min-height: 78px; margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.solution-card ul { min-height: 112px; margin: 0 0 22px; padding: 0; list-style: none; }
.solution-card li { position: relative; margin: 10px 0; padding-left: 22px; font-size: 12px; font-weight: 600; }
.solution-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.solution-card a { color: var(--red); font-size: 12px; font-weight: 800; }
.solution-card a span { margin-left: 8px; }
.legal-note { margin: 30px auto 0; color: #85858d; font-size: 10px; text-align: center; }

.savings { background: var(--soft); overflow: hidden; }
.savings__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.savings__visual { position: relative; min-height: 470px; }
.savings__orb { position: absolute; top: 50%; left: 50%; display: flex; width: 340px; height: 340px; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: linear-gradient(145deg, #e61f3e, #a60020); border-radius: 50%; box-shadow: 0 35px 80px rgba(173,0,31,.28); transform: translate(-50%,-50%); }
.savings__orb::before, .savings__orb::after { content: ""; position: absolute; border: 1px solid rgba(216,0,39,.16); border-radius: 50%; }
.savings__orb::before { inset: -42px; }.savings__orb::after { inset: -85px; }
.savings__orb span { font-size: 13px; letter-spacing: 3px; text-transform: uppercase; }.savings__orb strong { font-size: 62px; line-height: 1; letter-spacing: -4px; }.savings__orb small { margin-top: 10px; opacity: .75; }
.savings__badge { position: absolute; z-index: 2; padding: 13px 18px; background: #fff; border-radius: 11px; box-shadow: 0 15px 35px rgba(0,0,0,.1); font-size: 11px; font-weight: 800; }
.savings__badge b { margin-right: 7px; color: var(--green); }.savings__badge--one { top: 55px; left: 5px; }.savings__badge--two { top: 215px; right: -8px; }.savings__badge--three { bottom: 48px; left: 18px; }
.savings__copy > p { margin: 0 0 30px; color: var(--muted); }
.benefit-list { margin: 30px 0 35px; }
.benefit-list > div { display: flex; align-items: flex-start; gap: 16px; margin: 21px 0; }
.benefit-list > div > span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: 1px; }
.benefit-list p, .benefit-list strong { display: block; margin: 0; }.benefit-list p { color: var(--muted); font-size: 12px; }.benefit-list strong { margin-bottom: 3px; color: var(--ink); font-size: 15px; }

.steps { background: #fff; }
.steps__grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.steps__grid::before { content: ""; position: absolute; top: 42px; left: 12%; right: 12%; border-top: 2px dashed #efc2ca; }
.steps article { position: relative; z-index: 2; text-align: center; }
.steps article > span { position: absolute; top: -5px; left: calc(50% + 25px); display: grid; width: 22px; height: 22px; color: #fff; background: var(--red); border: 3px solid #fff; border-radius: 50%; place-items: center; font-size: 8px; font-weight: 800; }
.steps__icon { display: grid; width: 86px; height: 86px; margin: 0 auto 24px; color: var(--red); background: #fff0f2; border: 8px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #f4ced4; place-items: center; font-size: 25px; font-weight: 800; }
.steps h3 { margin: 0 0 9px; font-size: 16px; }.steps p { margin: 0; color: var(--muted); font-size: 12px; }

.experience { position: relative; overflow: hidden; color: #fff; background: #19191e; }
.experience::after { content: "20"; position: absolute; right: -30px; bottom: -130px; color: rgba(255,255,255,.025); font-size: 520px; font-weight: 800; line-height: 1; }
.experience__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 90px; }
.experience__content > p { max-width: 660px; color: #aaaab1; }
.experience__numbers { display: flex; gap: 45px; margin-top: 40px; padding-top: 32px; border-top: 1px solid #38383d; }
.experience__numbers strong, .experience__numbers span { display: block; }.experience__numbers strong { color: #ff405e; font-size: 28px; }.experience__numbers span { color: #888890; font-size: 10px; text-transform: uppercase; }
.experience__quote { padding: 42px; color: var(--ink); background: #fff; border-radius: var(--radius); box-shadow: 0 25px 70px rgba(0,0,0,.3); }
.quote-mark { height: 45px; color: var(--red); font-family: Georgia, serif; font-size: 72px; line-height: 1; }
.experience blockquote { margin: 15px 0 30px; font-size: 21px; font-weight: 700; line-height: 1.5; letter-spacing: -.6px; }
.experience__quote p { margin: 0; font-size: 13px; font-weight: 800; }.experience__quote span { color: var(--muted); font-size: 10px; }

.form-section { color: #fff; background: linear-gradient(125deg, #b00021, #df0a33); }
.form-section__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 85px; }
.form-section__copy > p { color: rgba(255,255,255,.78); }
.contact-points { margin-top: 35px; }
.contact-points > div { display: flex; align-items: center; gap: 13px; margin: 18px 0; }
.contact-points > div > span { display: grid; width: 31px; height: 31px; color: var(--red); background: #fff; border-radius: 50%; place-items: center; font-size: 11px; font-weight: 800; }
.contact-points p, .contact-points strong { display: block; margin: 0; }.contact-points p { color: rgba(255,255,255,.65); font-size: 11px; }.contact-points strong { color: #fff; font-size: 13px; }
.lead-card { padding: 38px; color: var(--ink); background: #fff; border-radius: var(--radius); box-shadow: 0 30px 80px rgba(80,0,15,.25); }
.lead-card__header { margin-bottom: 25px; }.lead-card__header span, .lead-card__header strong { display: block; }.lead-card__header span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }.lead-card__header strong { font-size: 25px; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.lead-form label { display: block; margin-bottom: 14px; color: #4f4f57; font-size: 10px; font-weight: 800; }
.lead-form input:not([type="checkbox"]), .lead-form select {
    display: block;
    width: 100%;
    height: 47px;
    margin-top: 6px;
    padding: 0 13px;
    border: 1px solid #dedee3;
    border-radius: 8px;
    outline: none;
    color: var(--ink);
    background: #fff;
    font-size: 12px;
}
.lead-form input:focus, .lead-form select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(216,0,39,.08); }
.consent { display: flex !important; align-items: flex-start; gap: 9px; margin: 4px 0 17px !important; color: #777780 !important; font-weight: 500 !important; line-height: 1.5; }
.consent input { margin-top: 2px; accent-color: var(--red); }.consent a { color: var(--red); text-decoration: underline; }
.button--submit { width: 100%; border: 0; }
.form-security { display: block; margin-top: 12px; color: #8b8b93; font-size: 9px; text-align: center; }
.honeypot { position: absolute; left: -10000px; }
.alert { margin-bottom: 20px; padding: 12px 14px; color: #9d001c; background: #fff0f2; border-left: 3px solid var(--red); border-radius: 7px; font-size: 12px; }

.faq { background: var(--soft); }
.faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq__intro p { color: var(--muted); }.faq__intro .button { margin-top: 14px; }
.accordion details { border-bottom: 1px solid #dddde2; }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; cursor: pointer; font-size: 14px; font-weight: 800; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; flex: 0 0 28px; width: 28px; height: 28px; color: var(--red); background: #fff; border-radius: 50%; place-items: center; }
.accordion details[open] summary span { color: #fff; background: var(--red); transform: rotate(45deg); }
.accordion details p { margin: -6px 45px 22px 0; color: var(--muted); font-size: 13px; }

.final-cta { padding: 65px 0; color: #fff; background: var(--red); }
.final-cta__content { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta span { font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }.final-cta h2 { max-width: 660px; margin: 5px 0 0; font-size: 34px; line-height: 1.18; letter-spacing: -1.5px; }
.footer { padding: 70px 0 20px; color: #9b9ba2; background: #111115; font-size: 11px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 65px; }
.brand--footer { color: #fff; }.brand--footer + p { max-width: 320px; margin-top: 20px; }
.footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer__grid strong { margin-bottom: 8px; color: #fff; font-size: 12px; }.footer a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; gap: 40px; margin-top: 50px; padding-top: 20px; border-top: 1px solid #29292e; font-size: 9px; }
.footer__bottom p:last-child { max-width: 600px; text-align: right; }
.whatsapp-float { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 8px; padding: 11px 16px; color: #fff; background: var(--green); border-radius: 30px; box-shadow: 0 12px 30px rgba(10,120,58,.3); font-size: 12px; }.whatsapp-float span { font-size: 10px; }

@media (max-width: 1020px) {
    .main-menu { gap: 16px; }.hero__grid { grid-template-columns: 1fr .72fr; gap: 20px; }.hero__visual { transform: scale(.84); }.floating-card--top { right: -50px; }.floating-card--bottom { left: -50px; }
    .proof-strip__grid { grid-template-columns: repeat(2, 1fr); }.solution-card { padding: 26px; }.savings__grid, .experience__grid { gap: 50px; }.form-section__grid { gap: 45px; }
}

@media (max-width: 820px) {
    .topbar__content span { display: none; }.topbar__content { justify-content: center; }
    .menu-toggle { display: block; }.main-menu { position: absolute; top: 115px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 20px; background: #fff; border-radius: 14px; box-shadow: var(--shadow); }.main-menu.is-open { display: flex; }.main-menu a { padding: 8px; }
    .hero__grid { grid-template-columns: 1fr; padding-top: 75px; text-align: center; }.hero__copy { margin-inline: auto; }.hero__copy .eyebrow { justify-content: center; }.hero__copy > p { margin-inline: auto; }.hero__actions, .hero__trust { justify-content: center; }.hero__visual { min-height: 490px; transform: scale(.88); }
    .solution-grid { grid-template-columns: 1fr; }.solution-card p, .solution-card ul { min-height: auto; }
    .savings__grid, .experience__grid, .form-section__grid, .faq__grid { grid-template-columns: 1fr; }.savings__visual { min-height: 440px; }.experience__quote { max-width: 560px; }
    .steps__grid { grid-template-columns: repeat(2, 1fr); row-gap: 50px; }.steps__grid::before { display: none; }
    .footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
    .container { width: min(100% - 28px, 1160px); }.navbar { min-height: 70px; }.brand__mark { width: 42px; height: 42px; }.main-menu { top: 104px; }
    .hero { min-height: 0; }.hero__grid { min-height: 0; padding: 62px 0 30px; }.hero h1 { font-size: 43px; letter-spacing: -2.3px; }.hero__copy > p { font-size: 15px; }.hero__actions { flex-direction: column; gap: 18px; }.hero__trust > div { padding: 0 10px; }.hero__trust strong { font-size: 18px; }.hero__trust span { font-size: 8px; }
    .hero__visual { min-height: 440px; margin: -15px -30px 0; transform: scale(.72); }.hero__wave { display: none; }
    .proof-strip__grid { grid-template-columns: 1fr; }.proof-strip__grid > div, .proof-strip__grid > div:first-child { border: 0; border-bottom: 1px solid var(--line); }
    .section { padding: 75px 0; }.section h2 { font-size: 35px; }.section-heading { margin-bottom: 38px; }
    .solution-card { border-radius: 18px; }.savings__grid { gap: 30px; }.savings__visual { min-height: 370px; transform: scale(.84); margin-inline: -35px; }.savings__orb { width: 290px; height: 290px; }.savings__orb strong { font-size: 50px; }
    .steps__grid { grid-template-columns: 1fr; }.experience__numbers { gap: 16px; justify-content: space-between; }.experience__numbers strong { font-size: 22px; }.experience__quote { padding: 28px; }
    .form-section__grid { gap: 35px; }.lead-card { padding: 25px 18px; margin-inline: -3px; }.field-row { grid-template-columns: 1fr; gap: 0; }
    .faq__grid { gap: 35px; }.final-cta__content { flex-direction: column; align-items: flex-start; }.final-cta h2 { font-size: 29px; }
    .footer__grid { grid-template-columns: 1fr; gap: 35px; }.footer__bottom { flex-direction: column; gap: 10px; }.footer__bottom p:last-child { text-align: left; }
    .whatsapp-float b { display: none; }.whatsapp-float { width: 48px; height: 48px; padding: 0; justify-content: center; border-radius: 50%; }
}

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