:root {
  --red: #e21d23;
  --red-dark: #a90d13;
  --red-soft: #fff0f0;
  --ink: #0b0b0c;
  --ink-2: #151518;
  --ink-3: #232327;
  --paper: #ffffff;
  --cream: #f5f2ed;
  --muted: #65656d;
  --line: #e6e3df;
  --green: #20b95a;
  --gold: #f6b91f;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --shadow: 0 22px 70px rgba(14, 14, 16, .13);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -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, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 6.6vw, 6.4rem); }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.2rem); }
h3 { font-size: 1.35rem; }
p { color: var(--muted); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 12px 18px; color: #fff; background: var(--red); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar { position: relative; z-index: 60; color: #d5d5d9; background: #050505; font-size: .8rem; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; color: inherit; }
.topbar a { color: #fff; font-weight: 800; letter-spacing: .02em; }
.status-dot { width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 50%; background: #49d47e; box-shadow: 0 0 0 4px rgba(73,212,126,.12); }

.site-header { position: sticky; top: 0; z-index: 50; color: #fff; background: rgba(11,11,12,.92); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); transition: box-shadow .25s ease, background .25s ease; }
.site-header.scrolled { background: rgba(8,8,9,.97); box-shadow: 0 12px 34px rgba(0,0,0,.2); }
.header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 230px; height: 78px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 32px); }
.site-nav > a:not(.button) { position: relative; color: #d0d0d3; font-size: .9rem; font-weight: 700; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: right .25s ease; }
.site-nav > a:not(.button):hover { color: #fff; }
.site-nav > a:not(.button):hover::after { right: 0; }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 0; color: #fff; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 0; border-radius: 999px; font-weight: 900; line-height: 1.1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; height: 21px; fill: currentColor; }
.button--small { min-height: 42px; padding: 10px 18px; font-size: .86rem; }
.button--large { min-height: 58px; padding: 16px 27px; }
.button--primary { color: #fff; background: linear-gradient(135deg, #ef272e, var(--red-dark)); box-shadow: 0 12px 30px rgba(226,29,35,.28); }
.button--primary:hover { box-shadow: 0 16px 36px rgba(226,29,35,.4); }
.button--ghost { color: #fff; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.05); }
.button--ghost:hover { background: rgba(255,255,255,.11); }
.button--dark { color: #fff; background: var(--ink); }
.button--white { color: var(--red-dark); background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.button--full { width: 100%; }

.hero { min-height: 760px; position: relative; overflow: hidden; color: #fff; background:
  radial-gradient(circle at 76% 52%, rgba(226,29,35,.22), transparent 30%),
  linear-gradient(130deg, #070708 0%, #111114 64%, #170809 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 80%); }
.hero__grid { min-height: 760px; position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(42px, 6vw, 84px); padding-top: 70px; padding-bottom: 80px; }
.hero__content { position: relative; z-index: 2; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; color: var(--red); font-size: .76rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { padding: 8px 13px; color: #ffd1d2; border: 1px solid rgba(226,29,35,.38); background: rgba(226,29,35,.1); border-radius: 999px; }
.eyebrow span { font-size: .6rem; color: var(--red); }
.hero h1 { max-width: 760px; margin-bottom: 28px; text-wrap: balance; }
.hero h1 em { display: block; color: var(--red); font-style: normal; }
.hero__lead { max-width: 650px; margin-bottom: 34px; color: #bfbfc5; font-size: clamp(1.04rem, 1.5vw, 1.22rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 18px 26px; margin: 32px 0 0; padding: 0; list-style: none; color: #d2d2d7; font-size: .83rem; font-weight: 750; }
.hero__proof span { width: 20px; height: 20px; display: inline-grid; place-items: center; margin-right: 6px; color: #fff; background: var(--red); border-radius: 50%; font-size: .7rem; }
.hero__media { position: relative; align-self: stretch; display: flex; align-items: center; }
.hero__image-wrap { width: 100%; height: min(630px, 66vw); max-height: 660px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 36px 36px 150px 36px; box-shadow: 0 40px 90px rgba(0,0,0,.43); }
.hero__image-wrap > img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.hero__image-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.58), transparent 48%), linear-gradient(135deg, transparent 60%, rgba(226,29,35,.12)); }
.hero__badge { position: absolute; left: 22px; right: 22px; bottom: 20px; display: flex; align-items: center; gap: 13px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.16); background: rgba(8,8,9,.86); border-radius: 16px; backdrop-filter: blur(14px); }
.hero__badge-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--green); border-radius: 50%; font-weight: 900; }
.hero__badge strong, .hero__badge small { display: block; }
.hero__badge strong { font-size: .94rem; }
.hero__badge small { color: #bfc0c5; }
.hero__accent { position: absolute; right: -18px; bottom: 0; width: 160px; height: 160px; border-right: 14px solid var(--red); border-bottom: 14px solid var(--red); border-radius: 0 0 150px 0; opacity: .9; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.hero__glow--one { width: 380px; height: 380px; top: 5%; left: -240px; background: rgba(226,29,35,.17); }
.hero__glow--two { width: 260px; height: 260px; right: 5%; bottom: -170px; background: rgba(226,29,35,.2); }

.trust-bar { position: relative; z-index: 3; color: #fff; background: var(--red); }
.trust-bar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-bar__grid > div { min-height: 106px; display: flex; flex-direction: column; justify-content: center; padding: 20px 28px; border-right: 1px solid rgba(255,255,255,.2); }
.trust-bar__grid > div:first-child { padding-left: 0; }
.trust-bar__grid > div:last-child { padding-right: 0; border-right: 0; }
.trust-bar strong { font-size: .98rem; }
.trust-bar span { color: #ffd7d8; font-size: .78rem; }

.section { padding: clamp(80px, 10vw, 140px) 0; }
.section--light { background: #fff; }
.section--cream { background: var(--cream); }
.section--dark { color: #fff; background: var(--ink-2); }
.section--quote { color: #fff; background: var(--ink); }
.section-heading { margin-bottom: 56px; }
.section-heading--split { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 60px; }
.section-heading--split h2 { max-width: 760px; margin-bottom: 0; }
.section-heading--split > p { max-width: 490px; margin: 0 0 8px; font-size: 1.08rem; }
.section-heading--center { max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading--center h2 { margin-bottom: 18px; }
.section-heading--center p { font-size: 1.08rem; }
.kicker--light { color: #ff6b70; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 320px; position: relative; overflow: hidden; padding: 34px; border: 1px solid var(--line); background: #fff; border-radius: var(--radius-md); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::after { content: ""; position: absolute; left: 34px; right: 100%; bottom: 0; height: 4px; background: var(--red); transition: right .3s ease; }
.service-card:hover { transform: translateY(-7px); border-color: transparent; box-shadow: var(--shadow); }
.service-card:hover::after { right: 34px; }
.service-card__icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 45px; color: var(--red); background: var(--red-soft); border-radius: 15px; }
.service-card__icon svg { width: 25px; height: 25px; fill: currentColor; }
.service-card__number { position: absolute; top: 34px; right: 34px; color: #d8d6d3; font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.service-card h3 { margin-bottom: 13px; }
.service-card p { margin-bottom: 0; font-size: .92rem; }
.service-card--cta { display: flex; flex-direction: column; justify-content: center; color: #fff; border-color: var(--red); background: linear-gradient(145deg, #e21d23, #9e0d12); }
.service-card--cta::before { content: ""; position: absolute; width: 220px; height: 220px; right: -80px; bottom: -110px; border: 30px solid rgba(255,255,255,.08); border-radius: 50%; }
.service-card--cta h3 { max-width: 300px; font-size: 1.75rem; }
.service-card--cta p { max-width: 340px; color: #ffe1e2; }
.service-card--cta a { position: relative; z-index: 2; display: inline-flex; gap: 12px; align-items: center; margin-top: 15px; font-weight: 900; }
.service-card--cta a span { transition: transform .2s ease; }
.service-card--cta a:hover span { transform: translateX(5px); }

.benefit-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(58px, 8vw, 110px); }
.benefit__visual { position: relative; }
.benefit__frame { position: relative; overflow: hidden; background: linear-gradient(150deg, #ef2229, #8f090e); border-radius: 34px 34px 150px 34px; }
.benefit__frame::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 45px 45px; }
.benefit__frame img { position: relative; width: 100%; aspect-ratio: 1/1.05; object-fit: cover; object-position: center top; }
.benefit__stamp { position: absolute; right: -42px; bottom: 35px; width: 150px; height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: var(--red); border: 9px solid var(--ink-2); border-radius: 50%; transform: rotate(-7deg); text-align: center; box-shadow: 0 16px 30px rgba(0,0,0,.28); }
.benefit__stamp strong { font-size: 2rem; line-height: 1; }
.benefit__stamp span { margin-top: 6px; font-size: .68rem; font-weight: 900; line-height: 1.2; letter-spacing: .06em; text-transform: uppercase; }
.benefit__content h2 { max-width: 680px; margin-bottom: 24px; }
.benefit__lead { max-width: 640px; color: #aaaab1; font-size: 1.08rem; }
.benefit-list { display: grid; gap: 22px; margin-top: 38px; }
.benefit-list article { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.benefit-list article:last-child { border-bottom: 0; }
.benefit-list .check { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 13px; font-weight: 900; }
.benefit-list h3 { margin: 0 0 7px; font-size: 1.12rem; }
.benefit-list p { margin: 0; color: #929299; font-size: .9rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 10px 0 0; padding: 0; list-style: none; }
.step { position: relative; padding: 0 55px; text-align: center; }
.step:first-child { padding-left: 0; }
.step:last-child { padding-right: 0; }
.step__number { width: 76px; height: 76px; position: relative; z-index: 2; display: grid; place-items: center; margin: 0 auto 26px; color: var(--red); border: 2px solid var(--red); background: var(--cream); border-radius: 50%; font-size: 1.5rem; font-weight: 950; box-shadow: 0 0 0 10px var(--cream); }
.step__line { position: absolute; z-index: 1; width: calc(100% - 76px); height: 1px; top: 38px; left: calc(50% + 38px); background: #d1cbc4; }
.step h3 { margin-bottom: 10px; }
.step p { max-width: 290px; margin: 0 auto; font-size: .9rem; }

.stars-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(60px, 9vw, 120px); }
.star-row { display: flex; gap: 5px; margin: -4px 0 22px; color: var(--gold); font-size: 1.5rem; letter-spacing: .04em; }
.stars-copy h2 { max-width: 560px; margin-bottom: 22px; }
.stars-copy > p { max-width: 550px; font-size: 1.05rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 10px; color: var(--red); font-weight: 900; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.value-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.value-cards article { min-height: 190px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; }
.value-cards article:nth-child(2), .value-cards article:nth-child(3) { background: var(--cream); }
.value-cards__icon { display: block; margin-bottom: 28px; color: var(--red); font-size: .72rem; font-weight: 950; letter-spacing: .1em; }
.value-cards h3 { margin-bottom: 8px; }
.value-cards p { margin: 0; font-size: .88rem; }

.quote-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(60px, 9vw, 120px); }
.quote-copy h2 { max-width: 520px; margin-bottom: 22px; }
.quote-copy > p { max-width: 510px; color: #a8a8ae; font-size: 1.05rem; }
.quote-contact { margin-top: 50px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); }
.quote-contact span { display: block; color: #8d8d94; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.quote-contact a { display: inline-block; margin-top: 5px; color: #fff; font-size: clamp(1.7rem, 3vw, 2.45rem); font-weight: 950; letter-spacing: -.03em; }
.quote-form { padding: clamp(25px, 4vw, 42px); color: var(--ink); background: #fff; border-radius: 28px; box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.quote-form label { display: block; margin-bottom: 17px; font-size: .78rem; font-weight: 900; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 7px; padding: 14px 15px; color: var(--ink); border: 1px solid #dcd9d5; outline: none; background: #faf9f7; border-radius: 10px; transition: border-color .2s ease, box-shadow .2s ease; }
.quote-form textarea { resize: vertical; min-height: 112px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(226,29,35,.1); }
.quote-form small { display: block; margin-top: 12px; color: #88888f; text-align: center; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: clamp(55px, 9vw, 120px); }
.faq-copy { position: sticky; top: 130px; }
.faq-copy h2 { margin-bottom: 20px; }
.faq-copy p { max-width: 390px; }
.faq-copy .button { margin-top: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 25px 0; cursor: pointer; list-style: none; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; color: var(--red); background: var(--red-soft); border-radius: 50%; font-size: 1.25rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -4px 50px 24px 0; }

.final-cta { padding: 72px 0; color: #fff; background: linear-gradient(120deg, #e21d23, #a70c12); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { margin: 0 0 8px; font-size: clamp(2.3rem, 4vw, 4.2rem); }
.final-cta p { margin: 0; color: #ffdcdd; font-size: 1.05rem; }

.site-footer { padding: 68px 0 20px; color: #d1d1d4; background: #070708; }
.footer__main { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 70px; padding-bottom: 55px; }
.footer__brand img { width: 260px; height: 105px; object-fit: contain; object-position: left center; }
.footer__brand p { max-width: 370px; margin-top: 16px; color: #898990; }
.footer__main h2 { margin: 17px 0 22px; color: #fff; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.footer__main > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer__main a { color: #c8c8cc; font-size: .9rem; }
.footer__main a:hover { color: var(--red); }
.footer__main span { max-width: 240px; color: #727279; font-size: .82rem; }
.footer__bottom { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); }
.footer__bottom p { margin: 0; color: #66666d; font-size: .76rem; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 45; min-height: 58px; display: flex; align-items: center; gap: 10px; padding: 13px 18px; color: #fff; background: #21ba59; border: 3px solid #fff; border-radius: 999px; box-shadow: 0 16px 38px rgba(13,81,38,.28); font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 20px 44px rgba(13,81,38,.38); }
.whatsapp-float svg { width: 27px; height: 27px; fill: currentColor; }
.mobile-cta { display: none; }

.social-toast { position: fixed; left: 24px; bottom: 24px; z-index: 42; width: min(380px, calc(100% - 48px)); display: grid; grid-template-columns: 46px 1fr 26px; align-items: center; gap: 12px; padding: 15px; color: var(--ink); background: #fff; border: 1px solid #ece9e5; border-radius: 17px; box-shadow: 0 18px 55px rgba(0,0,0,.2); transform: translateY(150%); opacity: 0; visibility: hidden; transition: transform .45s cubic-bezier(.2,.8,.2,1), opacity .35s ease, visibility .35s; }
.social-toast.show { transform: translateY(0); opacity: 1; visibility: visible; }
.social-toast__mark { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-weight: 950; }
.social-toast__stars { color: var(--gold); font-size: .65rem; letter-spacing: .04em; }
.social-toast strong, .social-toast span { display: block; }
.social-toast strong { font-size: .82rem; }
.social-toast span { color: var(--muted); font-size: .72rem; line-height: 1.3; }
.social-toast button { align-self: start; padding: 0; color: #99999f; border: 0; background: transparent; font-size: 1.2rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal--delay-sm { transition-delay: .08s; }
.reveal--delay, .reveal--delay-md { transition-delay: .15s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .site-nav { gap: 15px; }
  .site-nav > a:not(.button) { display: none; }
  .hero__grid { grid-template-columns: 1fr .88fr; gap: 35px; }
  .hero h1 { font-size: clamp(3rem, 7vw, 5rem); }
  .service-card { padding: 28px; }
  .service-card__number { top: 28px; right: 28px; }
  .service-card__icon { margin-bottom: 36px; }
  .benefit__stamp { right: -20px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 76px; }
  .topbar { display: none; }
  .header__inner { min-height: 70px; }
  .brand { width: 170px; height: 62px; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 70px 0 auto; max-height: calc(100vh - 70px); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 20px 30px; color: #fff; background: rgba(8,8,9,.99); border-top: 1px solid rgba(255,255,255,.08); transform: translateY(-120%); visibility: hidden; opacity: 0; transition: transform .3s ease, opacity .3s ease, visibility .3s; }
  .site-nav.open { transform: translateY(0); visibility: visible; opacity: 1; }
  .site-nav > a:not(.button) { display: block; padding: 15px 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 1rem; }
  .site-nav .button { margin-top: 18px; }
  .hero { min-height: auto; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; padding-top: 62px; padding-bottom: 72px; }
  .hero__content { text-align: center; }
  .hero h1, .hero__lead { margin-left: auto; margin-right: auto; }
  .hero__actions, .hero__proof { justify-content: center; }
  .hero__image-wrap { height: 650px; max-height: none; }
  .hero__media { width: min(100%, 580px); margin: 0 auto; }
  .trust-bar__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-bar__grid > div { padding: 18px 22px; border-bottom: 1px solid rgba(255,255,255,.2); }
  .trust-bar__grid > div:first-child { padding-left: 22px; }
  .trust-bar__grid > div:nth-child(2) { border-right: 0; }
  .trust-bar__grid > div:nth-child(3), .trust-bar__grid > div:nth-child(4) { border-bottom: 0; }
  .trust-bar__grid > div:last-child { padding-right: 22px; }
  .section-heading--split, .benefit-grid, .stars-layout, .quote-grid, .faq-grid { grid-template-columns: 1fr; }
  .section-heading--split { gap: 22px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit__visual { width: min(88%, 560px); margin: 0 auto; }
  .benefit__stamp { right: -35px; }
  .steps { gap: 25px; }
  .step { padding: 0 12px; }
  .step__line { display: none; }
  .stars-layout { gap: 45px; }
  .quote-grid, .faq-grid { gap: 45px; }
  .faq-copy { position: static; }
  .final-cta__inner { flex-direction: column; align-items: flex-start; }
  .footer__main { grid-template-columns: 1.3fr .7fr; }
  .footer__main > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  body { padding-bottom: 64px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header__inner { min-height: 66px; }
  .brand { width: 150px; height: 57px; }
  .site-nav { top: 66px; }
  .hero__grid { padding-top: 48px; padding-bottom: 52px; gap: 40px; }
  .eyebrow { margin-bottom: 16px; font-size: .64rem; }
  .hero h1 { margin-bottom: 21px; font-size: clamp(2.55rem, 13vw, 3.7rem); }
  .hero__lead { margin-bottom: 28px; font-size: 1rem; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__proof { gap: 10px; margin-top: 25px; font-size: .75rem; }
  .hero__image-wrap { height: 470px; border-radius: 25px 25px 90px 25px; }
  .hero__badge { left: 12px; right: 12px; bottom: 12px; padding: 11px; }
  .hero__badge strong { font-size: .83rem; }
  .hero__badge small { font-size: .68rem; }
  .trust-bar__grid { grid-template-columns: 1fr; }
  .trust-bar__grid > div { min-height: 84px; padding: 15px 8px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); text-align: center; }
  .trust-bar__grid > div:first-child, .trust-bar__grid > div:last-child { padding-left: 8px; padding-right: 8px; }
  .trust-bar__grid > div:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 38px; }
  h2 { font-size: 2.25rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .benefit__visual { width: calc(100% - 12px); margin-left: 0; }
  .benefit__frame { border-radius: 25px 25px 90px 25px; }
  .benefit__stamp { width: 118px; height: 118px; right: -18px; bottom: 18px; border-width: 7px; }
  .benefit__stamp strong { font-size: 1.55rem; }
  .benefit-grid { gap: 58px; }
  .steps { grid-template-columns: 1fr; gap: 46px; }
  .step { padding: 0; }
  .step__number { margin-bottom: 18px; }
  .value-cards { grid-template-columns: 1fr; }
  .value-cards article:nth-child(3) { background: #fff; }
  .value-cards article:nth-child(4) { background: var(--cream); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 24px 18px; border-radius: 20px; }
  .quote-contact { margin-top: 34px; }
  .faq-list summary { padding: 21px 0; font-size: .9rem; }
  .faq-list details p { margin-right: 0; font-size: .88rem; }
  .final-cta { padding: 60px 0; }
  .final-cta__inner { text-align: center; align-items: stretch; gap: 30px; }
  .footer__main { grid-template-columns: 1fr; gap: 34px; }
  .footer__main > div:last-child { grid-column: auto; }
  .footer__bottom { flex-direction: column; justify-content: center; padding: 20px 0; text-align: center; }
  .whatsapp-float { display: none; }
  .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: block; padding: 8px 12px; background: rgba(8,8,9,.95); backdrop-filter: blur(12px); }
  .mobile-cta a { min-height: 48px; display: grid; place-items: center; color: #fff; background: #20b95a; border-radius: 12px; font-weight: 950; }
  .social-toast { left: 14px; bottom: 76px; width: calc(100% - 28px); }
}

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