:root {
    --red: #ef351f;
    --red-dark: #c92514;
    --ink: #171717;
    --ink-soft: #414141;
    --paper: #ffffff;
    --mist: #f4f5f6;
    --line: #dedfe1;
    --success: #137a4b;
    --error: #b42318;
    --whatsapp: #168b55;
    --radius: 18px;
    --shadow: 0 24px 70px rgba(15, 15, 15, .09);
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 830px; }
.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; z-index: 999; left: 1rem; top: 1rem; padding: .7rem 1rem; color: #fff; background: #111; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }

.topbar { color: #d7d7d7; background: #151515; font-size: .83rem; }
.topbar-inner { min-height: 40px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar p, .topbar-links { display: flex; align-items: center; gap: 22px; margin: 0; }
.topbar a, .topbar p { display: flex; align-items: center; gap: 7px; }
.topbar-phones { display: flex; align-items: center; gap: 8px; }
.topbar-phones > span { color: #666; }
.topbar a:hover { color: #fff; }
.topbar-icon { width: 15px; height: 15px; color: var(--red); }

.site-header { position: sticky; z-index: 90; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(0,0,0,.07); backdrop-filter: blur(14px); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 12px 35px rgba(0,0,0,.08); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 225px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav > a { padding: 11px 12px; color: #343434; font-weight: 650; font-size: .92rem; border-radius: 10px; }
.main-nav > a:hover, .main-nav > a[aria-current="page"] { color: var(--red); background: #fff1ee; }
.main-nav .nav-client { margin-left: 8px; padding: 12px 17px; color: #fff; background: var(--ink); display: flex; gap: 8px; align-items: center; }
.main-nav .nav-client:hover { color: #fff; background: var(--red); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 10px; color: var(--ink); background: var(--mist); align-items: center; justify-content: center; }
.menu-toggle svg { width: 25px; height: 25px; }
.menu-close { display: none; }

.flash { margin-top: 16px; padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid; border-radius: 12px; }
.flash-success { color: #0f603d; border-color: #9dd8bd; background: #eefbf5; }
.flash-error { color: #8a1710; border-color: #f2b8b5; background: #fff2f1; }
.flash button { display: grid; place-items: center; border: 0; color: inherit; background: transparent; }

.hero { min-height: 680px; position: relative; overflow: hidden; display: flex; align-items: center; color: #fff; background: #080808; }
.hero-media, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: 55% center; }
.hero-overlay { background: linear-gradient(90deg, rgba(4,4,4,.98) 0%, rgba(4,4,4,.91) 36%, rgba(4,4,4,.36) 69%, rgba(4,4,4,.08) 100%), linear-gradient(0deg, rgba(0,0,0,.38), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 65px; padding-bottom: 105px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: #ff806e; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--red); }
.eyebrow-dark { color: var(--red-dark); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
.hero h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3.1rem, 6vw, 5.9rem); font-weight: 800; letter-spacing: -.065em; }
.hero-copy { max-width: 630px; margin: 0 0 34px; color: #d2d2d2; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 14px 22px; border: 1px solid transparent; border-radius: 11px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; font-weight: 800; line-height: 1.25; transition: transform .2s, color .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); border-color: var(--red); box-shadow: 0 12px 25px rgba(239,53,31,.2); }
.button-primary:hover { background: var(--red-dark); border-color: var(--red-dark); }
.button-ghost { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.26); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.16); }
.button-outline { color: var(--ink); background: #fff; border-color: #cfcfcf; }
.button-outline:hover { color: var(--red-dark); border-color: var(--red); }
.button-light { color: var(--ink); background: #fff; }
.button-block { width: 100%; }
.hero-points { margin: 35px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 15px 28px; list-style: none; color: #ececec; font-size: .92rem; }
.hero-points li { display: flex; align-items: center; gap: 8px; }
.hero-points svg { color: #ff6855; }
.hero-client { position: absolute; z-index: 3; right: max(20px, calc((100vw - var(--container)) / 2)); bottom: 0; min-width: 320px; padding: 19px 24px; color: #fff; background: var(--red); }
.hero-client span, .hero-client strong { display: block; }
.hero-client span { font-size: .78rem; opacity: .84; }
.hero-client strong { display: flex; justify-content: space-between; align-items: center; }

.motion-ready .hero-media, .motion-ready .page-hero-media { animation: hero-breathe 9s cubic-bezier(.2,.65,.3,1) both; }
.motion-ready .hero-content .eyebrow, .motion-ready .page-hero .breadcrumb { animation: hero-rise .55s ease-out .08s both; }
.motion-ready .hero-content h1, .motion-ready .page-hero h1 { animation: hero-rise .7s cubic-bezier(.2,.7,.25,1) .16s both; }
.motion-ready .hero-copy, .motion-ready .page-hero .container > p:last-child { animation: hero-rise .65s ease-out .28s both; }
.motion-ready .hero-actions, .motion-ready .hero-points { animation: hero-rise .65s ease-out .38s both; }
.motion-ready .hero-client { animation: hero-client-in .7s cubic-bezier(.2,.75,.25,1) .48s both; }

.motion-ready .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .75s cubic-bezier(.2,.7,.25,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }
.motion-ready .reveal-delay-1 { transition-delay: .07s; }
.motion-ready .reveal-delay-2 { transition-delay: .14s; }
.motion-ready .reveal-delay-3 { transition-delay: .21s; }

@keyframes hero-rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes hero-client-in { from { opacity: 0; transform: translateY(100%); } to { opacity: 1; transform: none; } }
@keyframes hero-breathe { from { transform: scale(1.035); } to { transform: scale(1); } }

.section { padding-block: 105px; }
.section-heading { margin-bottom: 45px; }
.section-heading h2, .why-copy h2, .form-layout h2, .local-card h2, .editorial-copy h2, .card-form h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4vw, 3.7rem); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .65fr); align-items: end; gap: 70px; }
.split-heading p:last-child { margin: 0 0 6px; color: #656565; }
.plans-preview { background: var(--mist); }
.plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.plans-toolbar { margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.plan-switch { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: .92rem; font-weight: 850; cursor: pointer; user-select: none; }
.plan-switch input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.plan-switch i { width: 49px; height: 27px; padding: 3px; display: block; background: #bfc1c4; border-radius: 999px; transition: background .2s; }
.plan-switch i::after { content: ""; width: 21px; height: 21px; display: block; background: #fff; border-radius: 50%; box-shadow: 0 2px 6px rgba(0,0,0,.25); transition: transform .2s; }
.plan-switch input:checked + i { background: var(--red); }
.plan-switch input:checked + i::after { transform: translateX(22px); }
.plan-switch input:focus-visible + i { outline: 3px solid rgba(239,53,31,.25); outline-offset: 3px; }
.carousel-nav { display: flex; gap: 8px; }
.carousel-nav button { width: 44px; height: 44px; display: grid; place-items: center; color: var(--ink); background: #fff; border: 1px solid #cfd0d2; border-radius: 50%; transition: color .2s, background .2s, border-color .2s; }
.carousel-nav button:first-child svg { transform: rotate(180deg); }
.carousel-nav button:hover { color: #fff; background: var(--red); border-color: var(--red); }
.plan-carousel { display: flex; gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: var(--red) #dedfe1; padding: 22px 2px 24px; }
.plan-carousel::-webkit-scrollbar { height: 7px; }
.plan-carousel::-webkit-scrollbar-track { background: #dedfe1; border-radius: 99px; }
.plan-carousel::-webkit-scrollbar-thumb { background: var(--red); border-radius: 99px; }
.plan-carousel .plan-card { flex: 0 0 calc((100% - 48px) / 4); min-width: 260px; scroll-snap-align: start; }
.plan-carousel .plan-card[hidden] { display: none; }
.carousel-dots { min-height: 18px; margin-top: 5px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px; }
.carousel-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: #b8babd; transition: width .2s, background .2s, transform .2s; }
.carousel-dots button:hover { transform: scale(1.25); background: #777; }
.carousel-dots button.active { width: 27px; background: var(--red); }
.carousel-dots button:focus-visible { outline: 3px solid rgba(239,53,31,.25); outline-offset: 3px; }
.promo-strip { margin: 0 0 38px; padding: 22px 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; color: #fff; background: var(--ink); border-left: 5px solid var(--red); border-radius: 13px; }
.promo-strip span { color: #ff7968; font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.promo-strip strong { font-size: clamp(1.1rem, 2vw, 1.5rem); }
.promo-strip small { color: #aaa; font-size: .72rem; }
.plan-card { position: relative; padding: 30px 25px 25px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; box-shadow: 0 9px 30px rgba(0,0,0,.03); }
.plan-card.featured { border: 2px solid var(--red); box-shadow: 0 20px 50px rgba(239,53,31,.13); }
.plan-card.combo { color: #fff; background: #181818; border-color: #181818; }
.plan-card.combo .plan-name, .plan-card.combo .plan-tagline, .plan-card.combo ul, .plan-card.combo .plan-price small { color: #c6c6c6; }
.plan-card.combo .plan-price { border-color: #383838; }
.plan-card.combo .button-outline { color: #fff; background: var(--red); border-color: var(--red); }
.plan-badge { position: absolute; inset: -15px auto auto 50%; transform: translateX(-50%); margin: 0; padding: 5px 12px; color: #fff; background: var(--red); border-radius: 999px; white-space: nowrap; text-transform: uppercase; font-weight: 800; letter-spacing: .06em; font-size: .68rem; }
.plan-name { margin: 0 0 14px; color: #555; font-weight: 750; }
.plan-speed { margin: 0; display: flex; align-items: baseline; gap: 7px; line-height: 1; }
.plan-speed strong { font-size: clamp(3.1rem, 4.2vw, 4.3rem); letter-spacing: -.07em; }
.plan-speed span { font-weight: 800; }
.plan-tagline { min-height: 48px; margin: 12px 0 18px; color: #6b6b6b; font-size: .9rem; }
.plan-price { padding-block: 15px; display: grid; gap: 4px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.plan-price-value { display: flex; align-items: baseline; gap: 4px; }
.plan-price-value span { font-weight: 750; }
.plan-price-value strong { font-size: 1.8rem; letter-spacing: -.04em; }
.plan-price small { color: #707070; }
.plan-price-period { font-size: .68rem; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.plan-price-after { font-size: .76rem; }
.plan-card ul { margin: 22px 0 26px; padding: 0; display: grid; gap: 11px; list-style: none; color: #444; font-size: .88rem; }
.plan-card li { display: flex; align-items: flex-start; gap: 9px; }
.plan-card li svg { width: 17px; height: 17px; margin-top: 3px; color: var(--red); }
.plan-card .button { margin-top: auto; }
.plan-note { max-width: 850px; margin: 30px auto 0; color: #777; text-align: center; font-size: .82rem; }

.why-section { background: #fff; }
.why-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.why-copy > p:not(.eyebrow) { color: #666; font-size: 1.05rem; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--red-dark); font-weight: 800; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.benefit-grid article { min-height: 225px; padding: 32px; }
.benefit-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.benefit-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.benefit-grid article > span, .service-icon, .contact-shortcut > span { width: 49px; height: 49px; margin-bottom: 24px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 13px; }
.benefit-grid article > span svg { width: 25px; height: 25px; }
.benefit-grid h3 { margin-bottom: 9px; font-size: 1.25rem; }
.benefit-grid p { margin: 0; color: #6c6c6c; font-size: .93rem; }
.local-section { padding-top: 0; }
.local-card { padding: 52px 58px; display: grid; grid-template-columns: 1fr .8fr; gap: 50px; align-items: center; color: #fff; background: var(--red); border-radius: 24px; overflow: hidden; position: relative; }
.local-card::after { content: ""; position: absolute; width: 320px; height: 320px; right: -130px; top: -180px; border: 50px solid rgba(255,255,255,.1); border-radius: 50%; }
.local-card .eyebrow { color: #fff; opacity: .82; }
.local-card h2 { margin-bottom: 12px; }
.local-card p:last-child { margin: 0; color: #ffe3de; }
.local-actions { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 17px; align-items: flex-start; }
.local-actions > a:not(.button) { display: flex; align-items: center; gap: 12px; }
.local-actions > a > svg { width: 28px; height: 28px; }
.local-actions span { display: flex; flex-direction: column; font-size: .78rem; }
.local-actions strong { font-size: 1rem; }

.page-hero { padding-block: 90px 100px; color: #fff; background: #171717; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -9vw; top: -18vw; width: 44vw; height: 44vw; border: 1px solid rgba(255,74,52,.4); border-radius: 50%; box-shadow: 0 0 0 6vw rgba(239,53,31,.06), 0 0 0 12vw rgba(239,53,31,.035); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero .container.narrow { max-width: var(--container); }
.page-hero .container.narrow > h1 { max-width: 830px; }
.page-hero-image { min-height: 520px; display: flex; align-items: center; }
.page-hero-image::after { display: none; }
.page-hero-media, .page-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero-media { object-fit: cover; object-position: center; }
.page-hero-overlay { background: linear-gradient(90deg, rgba(4,4,4,.98) 0%, rgba(4,4,4,.9) 38%, rgba(4,4,4,.42) 68%, rgba(4,4,4,.12) 100%), linear-gradient(0deg, rgba(0,0,0,.38), transparent 50%); }
.page-hero h1 { margin-bottom: 20px; font-size: clamp(3rem, 6vw, 5.5rem); letter-spacing: -.06em; }
.page-hero .container > p:last-child { max-width: 700px; margin: 0; color: #c6c6c6; font-size: 1.14rem; }
.page-hero.compact { padding-block: 70px; }
.breadcrumb { margin: 0 0 42px; display: flex; gap: 9px; color: #969696; font-size: .83rem; }
.breadcrumb a { color: #fff; }
.plan-grid-page { margin-top: 10px; }
.form-section { background: var(--mist); }
.form-layout { display: grid; grid-template-columns: .75fr 1.1fr; gap: 90px; align-items: start; }
.form-layout > div > p:not(.eyebrow) { max-width: 520px; color: #626262; }
.contact-shortcut { margin-top: 35px; display: flex; gap: 15px; align-items: center; }
.contact-shortcut > span { margin: 0; }
.contact-shortcut p { margin: 0; color: #777; font-size: .83rem; }
.contact-shortcut a { display: flex; align-items: center; gap: 8px; font-weight: 800; }
.card-form { padding: 36px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); display: grid; gap: 18px; box-shadow: var(--shadow); }
.card-form label { display: grid; gap: 7px; color: #343434; font-size: .88rem; font-weight: 750; }
.card-form label > span { color: #757575; font-size: .8rem; font-weight: 500; }
.card-form input:not([type="checkbox"]), .card-form select, .card-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: #fff; border: 1px solid #c8c8c8; border-radius: 9px; outline: none; }
.card-form textarea { resize: vertical; }
.card-form input:focus, .card-form select:focus, .card-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(239,53,31,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.card-form .checkbox { display: flex; flex-direction: row; align-items: flex-start; gap: 10px; font-size: .8rem; line-height: 1.45; }
.checkbox input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--red); flex: 0 0 auto; }
.checkbox a { color: var(--red-dark); text-decoration: underline; }
.trap { position: absolute !important; left: -9999px !important; }
.legal-note { margin-bottom: 100px; padding: 28px; color: #5d5d5d; background: #f8f8f8; border-left: 4px solid var(--red); font-size: .86rem; }
.legal-note h2 { margin-bottom: 8px; color: var(--ink); font-size: 1rem; letter-spacing: 0; }
.legal-note p { margin: 0; }

.editorial-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: start; }
.editorial-copy { max-width: 720px; }
.editorial-copy > p:not(.eyebrow) { color: #565656; font-size: 1.07rem; }
.fact-card { padding: 38px; color: #fff; background: #181818; border-radius: var(--radius); box-shadow: var(--shadow); }
.fact-kicker { margin: 0 0 14px; color: #ff7968; text-transform: uppercase; font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.fact-card h2 { margin-bottom: 30px; font-size: 2.4rem; }
.fact-card ul { margin: 0 0 30px; padding: 0; display: grid; gap: 19px; list-style: none; color: #d1d1d1; font-size: .9rem; }
.fact-card li { display: flex; align-items: flex-start; gap: 12px; }
.fact-card li svg { margin-top: 2px; color: #ff6552; }
.values-section { background: var(--mist); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-grid article { padding: 35px; background: #fff; border-radius: 15px; border: 1px solid var(--line); }
.value-grid article > span { color: var(--red); font-weight: 900; font-size: .8rem; letter-spacing: .1em; }
.value-grid h3 { margin: 35px 0 10px; font-size: 1.35rem; }
.value-grid p { margin: 0; color: #666; }

.service-list { display: grid; }
.service-row { padding-block: 42px; display: grid; grid-template-columns: 50px 68px 1fr; gap: 30px; border-bottom: 1px solid var(--line); }
.service-row:first-child { padding-top: 0; }
.service-number { color: var(--red); font-weight: 900; font-size: .77rem; letter-spacing: .1em; }
.service-icon { margin: 0; width: 60px; height: 60px; }
.service-icon svg { width: 29px; height: 29px; }
.service-row h2 { margin-bottom: 9px; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.service-row p { max-width: 790px; margin: 8px 0 0; color: #606060; }
.service-row .service-summary { color: var(--ink); font-size: 1.05rem; font-weight: 700; }
.cta-section { padding-top: 10px; }

.faq-layout { display: grid; grid-template-columns: 290px 1fr; gap: 80px; align-items: start; }
.faq-layout aside { position: sticky; top: 125px; }
.faq-layout aside > p { margin: 0; color: var(--red-dark); text-transform: uppercase; font-size: .75rem; font-weight: 850; letter-spacing: .1em; }
.faq-layout aside h2 { margin: 12px 0 25px; font-size: 2.2rem; }
.support-phone { margin-top: 18px; display: flex; align-items: center; gap: 9px; font-weight: 800; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); transition: background-color .25s ease; }
.faq-list details[open] { background: linear-gradient(90deg, rgba(239,53,31,.045), transparent 72%); }
.faq-list summary { padding: 25px 0; display: flex; justify-content: space-between; gap: 25px; align-items: center; cursor: pointer; list-style: none; font-weight: 800; font-size: 1.05rem; transition: color .2s ease, padding .25s ease; }
.faq-list summary:hover, .faq-list details[open] summary { color: var(--red-dark); }
.faq-list details[open] summary { padding-left: 15px; padding-right: 15px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; gap: 5px; }
.faq-list summary small { color: var(--red); text-transform: uppercase; font-size: .68rem; letter-spacing: .1em; }
.faq-list summary i { width: 28px; height: 28px; position: relative; flex: 0 0 auto; border: 1px solid #ccc; border-radius: 50%; transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease; }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; left: 7px; right: 7px; top: 13px; height: 1px; background: #333; }
.faq-list summary i::after { transform: rotate(90deg); transition: transform .2s; }
.faq-list summary:hover i { border-color: var(--red); transform: scale(1.06); }
.faq-list details[open] summary i { background: var(--red); border-color: var(--red); transform: rotate(180deg); }
.faq-list details[open] summary i::before, .faq-list details[open] summary i::after { background: #fff; }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-answer { padding: 0 55px 27px 15px; color: #606060; }
.faq-answer p { margin-top: 0; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.15fr; gap: 70px; align-items: start; }
.contact-cards { display: grid; gap: 12px; }
.contact-cards > a, .address-card { padding: 22px; display: grid; grid-template-columns: 47px 1fr 20px; gap: 15px; align-items: center; border: 1px solid var(--line); border-radius: 13px; transition: border-color .2s, transform .2s; }
.contact-cards > a:hover { transform: translateY(-2px); border-color: var(--red); }
.contact-cards > a > span, .address-card > span { width: 47px; height: 47px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 11px; }
.contact-cards small, .contact-cards strong, .contact-cards p { display: block; }
.contact-cards small { color: #777; font-size: .75rem; }
.contact-cards strong { font-size: 1rem; }
.contact-cards p { margin: 2px 0 0; color: #777; font-size: .8rem; }
.address-card { grid-template-columns: 47px 1fr; background: var(--mist); }
.contact-form > div h2 { margin-bottom: 0; font-size: 2.4rem; }

.prose { max-width: 820px; }
.prose h2 { margin: 40px 0 12px; font-size: 1.55rem; }
.prose p { color: #555; }
.prose a { color: var(--red-dark); text-decoration: underline; }
.status-page { min-height: 620px; padding: 100px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.status-page h1 { margin-bottom: 15px; font-size: clamp(2.8rem, 6vw, 5rem); }
.status-page > p:not(.eyebrow) { max-width: 620px; color: #656565; }
.status-page > div:last-child { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 20px; }
.status-icon { width: 74px; height: 74px; margin-bottom: 24px; display: grid; place-items: center; color: #fff; background: var(--success); border-radius: 50%; }
.status-icon svg { width: 36px; height: 36px; }

.site-footer { padding-top: 75px; color: #bdbdbd; background: #121212; }
.footer-main { padding-bottom: 60px; display: grid; grid-template-columns: 1.25fr .6fr .75fr 1.15fr; gap: 55px; }
.footer-brand img { width: 225px; height: auto; margin-bottom: 24px; padding: 9px 12px; background: #fff; border-radius: 6px; }
.footer-brand p { max-width: 290px; }
.footer-brand > a { margin-top: 20px; display: flex; align-items: center; gap: 9px; color: #fff; font-weight: 800; }
.site-footer h2 { margin-bottom: 20px; color: #fff; font-size: .86rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-main > div:not(.footer-brand) a { font-size: .9rem; }
.footer-main a:hover { color: #fff; }
.newsletter p { margin-top: 0; font-size: .9rem; }
.newsletter > label:not(.trap) { display: flex; padding: 4px; background: #fff; border-radius: 9px; }
.newsletter input { width: 100%; min-width: 0; padding: 10px; border: 0; outline: 0; }
.newsletter button { width: 44px; height: 44px; display: grid; place-items: center; border: 0; color: #fff; background: var(--red); border-radius: 7px; }
.newsletter small { margin-top: 10px; display: block; color: #777; line-height: 1.45; }
.newsletter small a { text-decoration: underline; }
.footer-bottom { min-height: 75px; padding-block: 18px; border-top: 1px solid #292929; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p a { color: #fff; font-weight: 750; }
.footer-bottom p a:hover { color: var(--red); }
.whatsapp-float { position: fixed; z-index: 80; right: 22px; bottom: 22px; min-height: 50px; padding: 12px 17px; display: flex; align-items: center; gap: 9px; color: #fff; background: var(--whatsapp); border-radius: 999px; box-shadow: 0 12px 35px rgba(0,0,0,.22); font-weight: 800; font-size: .86rem; }

@media (max-width: 1050px) {
    .main-nav { gap: 1px; }
    .main-nav > a { padding-inline: 8px; font-size: .84rem; }
    .brand img { width: 190px; }
    .plan-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
    .plan-carousel { gap: 18px; }
    .plan-carousel .plan-card { flex-basis: calc((100% - 18px) / 2); min-width: 300px; }
    .plan-card.featured { transform: none; }
    .why-grid, .form-layout, .editorial-grid { gap: 55px; }
    .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
    .topbar-inner > p { display: none; }
    .topbar-inner { justify-content: center; }
    .topbar-links > a:last-child { display: none; }
    .header-inner { min-height: 74px; }
    .menu-toggle { display: flex; }
    .menu-toggle[aria-expanded="true"] .menu-open { display: none; }
    .menu-toggle[aria-expanded="true"] .menu-close { display: block; }
    .main-nav { position: fixed; inset: 115px 0 auto; max-height: calc(100vh - 115px); padding: 22px; display: none; flex-direction: column; align-items: stretch; gap: 5px; overflow-y: auto; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 30px 50px rgba(0,0,0,.12); }
    .main-nav.open { display: flex; }
    .main-nav > a { padding: 14px; font-size: 1rem; }
    .main-nav .nav-client { margin: 10px 0 0; justify-content: center; }
    .hero { min-height: 690px; }
    .hero-media { object-position: 69% center; opacity: .7; }
    .hero-overlay { background: linear-gradient(90deg, rgba(4,4,4,.98), rgba(4,4,4,.82) 65%, rgba(4,4,4,.58)); }
    .hero-content { padding-top: 55px; padding-bottom: 125px; }
    .hero-client { right: 20px; left: 20px; min-width: 0; }
    .section { padding-block: 75px; }
    .split-heading, .why-grid, .local-card, .form-layout, .editorial-grid, .contact-grid, .faq-layout { grid-template-columns: 1fr; gap: 45px; }
    .faq-layout aside { position: static; }
    .local-card { padding: 42px; }
    .footer-main { gap: 45px; }
}

@media (max-width: 580px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .brand img { width: 170px; }
    .topbar-links { gap: 10px; }
    .topbar-links a { font-size: .76rem; }
    .topbar-links .topbar-icon { display: none; }
    .main-nav { inset-block-start: 114px; }
    .hero { min-height: 720px; }
    .hero h1 { font-size: clamp(2.85rem, 14vw, 4.2rem); }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-points { gap: 10px; flex-direction: column; }
    .hero-client { right: 14px; left: 14px; }
    .section { padding-block: 62px; }
    .section-heading h2, .why-copy h2, .form-layout h2, .local-card h2, .editorial-copy h2 { font-size: 2.25rem; }
    .plan-grid, .benefit-grid, .value-grid, .footer-main { grid-template-columns: 1fr; }
    .plan-carousel { gap: 13px; margin-right: -14px; padding-right: 14px; }
    .plan-carousel .plan-card { flex-basis: 87%; min-width: 0; }
    .promo-strip { grid-template-columns: 1fr; gap: 7px; }
    .plan-card { padding: 28px 23px 23px; }
    .benefit-grid article:nth-child(odd) { border-right: 0; }
    .benefit-grid article:not(:last-child) { border-bottom: 1px solid var(--line); }
    .local-card { padding: 35px 25px; }
    .page-hero { padding-block: 62px 72px; }
    .page-hero-image { min-height: 500px; }
    .page-hero-media { object-position: 67% center; }
    .page-hero-overlay { background: linear-gradient(90deg, rgba(4,4,4,.98), rgba(4,4,4,.82) 65%, rgba(4,4,4,.58)); }
    .page-hero h1 { font-size: 3.1rem; }
    .breadcrumb { margin-bottom: 30px; }
    .form-row { grid-template-columns: 1fr; }
    .card-form { padding: 25px 20px; }
    .service-row { grid-template-columns: 36px 1fr; gap: 18px; }
    .service-icon { grid-column: 2; grid-row: 1; }
    .service-row > div { grid-column: 1 / -1; }
    .contact-cards > a, .address-card { padding: 18px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .whatsapp-float span { display: none; }
    .whatsapp-float { width: 54px; height: 54px; padding: 0; justify-content: center; }
}

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