:root {
  --blue: #0879bd;
  --blue-dark: #075d94;
  --blue-light: #eaf7ff;
  --pink: #ed248b;
  --pink-dark: #c91670;
  --ink: #13263a;
  --muted: #607286;
  --line: #dce8f0;
  --surface: #f7fbfe;
  --white: #fff;
  --shadow: 0 24px 70px rgba(19, 38, 58, 0.12);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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; }
svg { display: block; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -100px; padding: 10px 14px; border-radius: 8px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--ink); color: #fff; font-size: 13px; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar span, .topbar a { display: inline-flex; align-items: center; gap: 8px; }
.topbar svg { width: 15px; height: 15px; fill: var(--pink); }
.topbar a { color: #d9edfa; font-weight: 650; }
.topbar a:hover { color: #fff; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,232,240,.8); backdrop-filter: blur(16px); }
.header__inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; box-shadow: 0 8px 24px rgba(8,121,189,.16); }
.brand span { display: grid; line-height: 1; }
.brand strong { color: var(--pink); font-size: 24px; letter-spacing: -.5px; }
.brand small { margin-top: 6px; color: var(--blue-dark); font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.nav { display: flex; align-items: center; gap: 30px; }
.nav > a:not(.button) { position: relative; color: #3e5368; font-size: 15px; font-weight: 700; }
.nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--pink); transition: right .2s ease; }
.nav > a:not(.button):hover::after { right: 0; }
.nav-toggle { display: none; border: 0; background: none; padding: 10px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s ease; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--pink), var(--pink-dark)); box-shadow: 0 13px 30px rgba(237,36,139,.25); font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 17px 36px rgba(237,36,139,.32); }
.button--small { min-height: 44px; padding: 0 20px; font-size: 14px; }
.button--ghost { color: var(--blue-dark); background: #fff; border: 1px solid #cfe1ec; box-shadow: none; }
.button--ghost:hover { border-color: var(--blue); box-shadow: 0 10px 24px rgba(8,121,189,.1); }
.button--ghost svg { width: 19px; fill: var(--blue); }
.button--light { color: var(--blue-dark); background: #fff; box-shadow: 0 13px 30px rgba(0,0,0,.13); }

.hero { position: relative; overflow: hidden; padding: 78px 0 88px; background: radial-gradient(circle at 8% 12%, rgba(237,36,139,.09), transparent 30%), radial-gradient(circle at 85% 15%, rgba(8,121,189,.13), transparent 32%), linear-gradient(180deg, #fff, #f8fcff); }
.hero::before { content: ""; position: absolute; width: 440px; height: 440px; left: -290px; bottom: -190px; border: 55px solid rgba(8,121,189,.08); border-radius: 50%; }
.hero__grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 9px; color: var(--blue-dark); font-size: 13px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 3px; border-radius: 9px; background: var(--pink); }
.eyebrow--light { color: #cfecfb; }
.eyebrow--light > span { background: #ff70b8; }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(54px, 6.2vw, 82px); line-height: .99; letter-spacing: -.055em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero__lede { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.72; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__checks { display: flex; flex-wrap: wrap; gap: 16px 24px; margin: 30px 0 0; padding: 0; list-style: none; color: #44596e; font-size: 14px; font-weight: 700; }
.hero__checks span { display: inline-grid; width: 21px; height: 21px; margin-right: 5px; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 12px; }

.hero__visual { position: relative; min-width: 0; }
.hero__image-wrap { position: relative; z-index: 2; overflow: hidden; border: 10px solid #fff; border-radius: 46% 46% 30px 30px; box-shadow: var(--shadow); }
.hero__image-wrap > img { width: 100%; height: clamp(540px, 48vw, 650px); object-fit: cover; }
.hero__image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(10,39,59,.3)); pointer-events: none; }
.hero__badge { position: absolute; z-index: 2; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-radius: 18px; background: rgba(255,255,255,.93); box-shadow: 0 12px 25px rgba(19,38,58,.14); backdrop-filter: blur(10px); }
.hero__badge svg { width: 30px; fill: var(--pink); }
.hero__badge span { display: grid; line-height: 1.2; }
.hero__badge strong { font-size: 14px; }
.hero__badge small { color: var(--blue); font-weight: 800; }
.bubble { position: absolute; border-radius: 50%; }
.bubble--pink { z-index: 3; width: 34px; height: 34px; right: -6px; top: 16%; background: var(--pink); box-shadow: 0 10px 22px rgba(237,36,139,.25); }
.bubble--blue { z-index: 1; width: 130px; height: 130px; left: -42px; bottom: -32px; background: var(--blue); opacity: .14; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip__grid > div { display: grid; gap: 3px; padding: 28px 42px; border-right: 1px solid var(--line); text-align: center; }
.trust-strip__grid > div:last-child { border-right: 0; }
.trust-strip strong { color: var(--blue-dark); font-size: 15px; }
.trust-strip span { color: var(--muted); font-size: 13px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 50px; }
.section-heading h2, .why h2, .faq h2, .quote h2, .closing h2 { margin: 0; font-size: clamp(38px, 4.4vw, 56px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { max-width: 460px; margin: 0; color: var(--muted); }
.section-heading--center { display: grid; justify-items: center; text-align: center; }

.services { background: var(--surface); }
.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; display: flex; min-height: 360px; flex-direction: column; padding: 30px 26px 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #bcd9e9; box-shadow: 0 20px 50px rgba(19,38,58,.09); }
.service-card > span { position: absolute; top: 26px; right: 24px; color: #b0c3cf; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.service-card__icon { display: grid; width: 60px; height: 60px; place-items: center; border-radius: 18px; color: var(--blue); background: var(--blue-light); }
.service-card__icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 27px 0 10px; font-size: 22px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: 15px; }
.service-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 22px; color: var(--blue-dark); border-top: 1px solid #edf2f5; font-size: 14px; font-weight: 850; }
.service-card a span { color: var(--pink); font-size: 20px; }
.service-card--featured { border-color: rgba(237,36,139,.28); background: linear-gradient(160deg, #fff 55%, #fff1f8); }
.service-card--featured .service-card__icon { color: var(--pink); background: #fff0f7; }
.service-card__tag { position: absolute; top: 0; left: 85px; padding: 7px 12px; border-radius: 0 0 10px 10px; color: #fff; background: var(--pink); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.why { overflow: hidden; }
.why__grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 88px; align-items: center; }
.why__visual { position: relative; }
.why__visual > img { width: 100%; height: 570px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.why__visual::before { content: ""; position: absolute; z-index: -1; width: 210px; height: 210px; left: -72px; top: -55px; border-radius: 50%; background: repeating-linear-gradient(45deg, rgba(237,36,139,.13) 0 4px, transparent 4px 13px); }
.why__note { position: absolute; right: -30px; bottom: 28px; max-width: 275px; padding: 20px 24px; border-radius: 18px; background: var(--ink); color: #fff; box-shadow: 0 18px 40px rgba(19,38,58,.22); }
.why__note { display: grid; gap: 3px; }
.why__note strong { font-size: 16px; }
.why__note span { color: #c8d8e6; font-size: 13px; }
.why__intro { max-width: 590px; margin: 24px 0 32px; color: var(--muted); font-size: 18px; }
.why__list { display: grid; gap: 2px; }
.why__list > div { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 21px 0; border-top: 1px solid var(--line); }
.why__number { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-light); font-size: 12px; font-weight: 900; }
.why__list h3 { margin: 0 0 4px; font-size: 18px; }
.why__list p { margin: 0; color: var(--muted); font-size: 14px; }

.process { background: linear-gradient(180deg, #f7fbfe, #fff); }
.process__grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 980px; margin: 55px auto 0; }
.process__grid::before { content: ""; position: absolute; z-index: 0; left: 16%; right: 16%; top: 31px; border-top: 2px dashed #bdd8e7; }
.process-card { position: relative; z-index: 1; text-align: center; }
.process-card > span { display: grid; width: 64px; height: 64px; margin: 0 auto 24px; place-items: center; border: 7px solid #fff; border-radius: 50%; color: #fff; background: var(--blue); box-shadow: 0 0 0 1px #cde1ed, 0 10px 20px rgba(8,121,189,.15); font-weight: 900; }
.process-card:nth-child(2) > span { background: var(--pink); box-shadow: 0 0 0 1px #f2cadd, 0 10px 20px rgba(237,36,139,.17); }
.process-card h3 { margin: 0 0 8px; font-size: 20px; }
.process-card p { max-width: 270px; margin: 0 auto; color: var(--muted); font-size: 14px; }

.quote { padding-bottom: 90px; }
.quote__shell { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: center; padding: 68px; overflow: hidden; border-radius: 34px; color: #fff; background: var(--ink); box-shadow: 0 30px 80px rgba(19,38,58,.2); }
.quote__shell::after { content: ""; position: absolute; width: 420px; height: 420px; left: -230px; bottom: -275px; border: 70px solid rgba(8,121,189,.22); border-radius: 50%; }
.quote__copy { position: relative; z-index: 1; }
.quote__copy > p:not(.eyebrow) { max-width: 430px; color: #c4d5e4; font-size: 17px; }
.quote__contact { display: grid; gap: 13px; margin-top: 32px; }
.quote__contact a { display: flex; align-items: center; gap: 13px; width: fit-content; }
.quote__contact a > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: rgba(255,255,255,.1); }
.quote__contact svg { width: 20px; fill: none; stroke: #67c3f2; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.quote__contact div { display: grid; line-height: 1.35; }
.quote__contact small { color: #95b1c5; }
.quote__contact strong { font-size: 14px; }

.quote-form { position: relative; z-index: 1; display: grid; gap: 16px; padding: 34px; border-radius: 24px; color: var(--ink); background: #fff; box-shadow: 0 22px 50px rgba(0,0,0,.2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form label { display: grid; gap: 7px; }
.quote-form label > span { font-size: 13px; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-width: 0; border: 1px solid #d8e3ea; border-radius: 12px; outline: none; background: #fbfdfe; transition: border-color .2s, box-shadow .2s; }
.quote-form input, .quote-form select { height: 49px; padding: 0 13px; }
.quote-form textarea { resize: vertical; min-height: 98px; padding: 12px 13px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,121,189,.12); }
.quote-form [aria-invalid="true"] { border-color: #c91863; box-shadow: 0 0 0 3px rgba(201,24,99,.1); }
.button--form { width: 100%; margin-top: 3px; }
.button--form svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.form-error { display: none; margin: -4px 0 0; color: #b50f55; font-size: 13px; font-weight: 700; }
.form-error.is-visible { display: block; }
.form-note { color: #738493; font-size: 11px; line-height: 1.45; text-align: center; }

.faq { padding-top: 70px; }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: start; }
.faq__heading { position: sticky; top: 125px; }
.faq__heading > p:not(.eyebrow) { max-width: 390px; color: var(--muted); }
.faq__heading > a { display: inline-flex; gap: 15px; align-items: center; margin-top: 15px; color: var(--blue-dark); font-weight: 850; }
.faq__heading > a span { color: var(--pink); font-size: 22px; }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 25px 50px 25px 0; list-style: none; cursor: pointer; font-size: 18px; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span, .faq summary span::after { position: absolute; right: 7px; top: 50%; width: 18px; height: 2px; border-radius: 2px; background: var(--blue); content: ""; transition: transform .2s ease; }
.faq summary span::after { right: 0; top: 0; transform: rotate(90deg); }
.faq details[open] summary span::after { transform: rotate(0); }
.faq details p { margin: -7px 0 25px; padding-right: 55px; color: var(--muted); }

.closing { padding: 34px 0 80px; }
.closing__inner { position: relative; min-height: 390px; display: grid; align-items: center; overflow: hidden; border-radius: 32px; background: var(--blue-dark); }
.closing__inner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,49,78,.97) 0%, rgba(5,49,78,.85) 42%, rgba(5,49,78,.15) 78%); }
.closing img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.closing__inner > div { position: relative; z-index: 1; max-width: 620px; padding: 60px; color: #fff; }
.closing h2 { margin-bottom: 28px; }

.footer { color: #c8d6e2; background: #0d1d2d; }
.footer__main { display: flex; justify-content: space-between; gap: 50px; padding: 60px 0 50px; }
.brand--footer { color: #fff; align-self: start; }
.brand--footer img { border-color: rgba(255,255,255,.08); }
.brand--footer small { color: #81c6eb; }
.footer__links { display: grid; grid-template-columns: 150px minmax(220px, 320px); gap: 60px; }
.footer__links > div { display: grid; align-content: start; gap: 8px; }
.footer__links strong { margin-bottom: 5px; color: #fff; }
.footer__links a, .footer__links span { color: #a9bdcc; font-size: 14px; }
.footer__links a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.footer__bottom a:hover { color: #fff; }

.whatsapp-float { position: fixed; z-index: 90; right: 20px; bottom: 20px; display: grid; width: 58px; height: 58px; place-items: center; border: 4px solid #fff; border-radius: 50%; background: #25d366; box-shadow: 0 14px 30px rgba(14,56,33,.27); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 33px; fill: #fff; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal--delay { transition-delay: .12s; }
.js .reveal.is-visible { opacity: 1; transform: none; }

.privacy-page { background: var(--surface); }
.privacy-hero { padding: 70px 0 45px; text-align: center; }
.privacy-hero h1 { margin: 0; font-size: clamp(40px, 6vw, 64px); letter-spacing: -.05em; }
.privacy-hero p { margin: 14px 0 0; color: var(--muted); }
.privacy-card { max-width: 850px; margin: 0 auto 100px; padding: 48px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 20px 60px rgba(19,38,58,.07); }
.privacy-card h2 { margin: 32px 0 8px; font-size: 22px; }
.privacy-card h2:first-child { margin-top: 0; }
.privacy-card p, .privacy-card li { color: var(--muted); }
.privacy-card a { color: var(--blue-dark); text-decoration: underline; }

@media (max-width: 1020px) {
  .nav { gap: 19px; }
  .hero__grid { gap: 40px; }
  .hero h1 { font-size: clamp(50px, 6.5vw, 68px); }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 330px; }
  .why__grid { gap: 55px; }
  .quote__shell { gap: 40px; padding: 48px; }
  .faq__grid { gap: 60px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .topbar__inner { justify-content: center; }
  .topbar span { display: none; }
  .header__inner { min-height: 76px; }
  .brand img { width: 56px; height: 56px; }
  .brand strong { font-size: 21px; }
  .brand small { font-size: 10px; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav > a:not(.button) { padding: 13px; }
  .nav > a:not(.button)::after { display: none; }
  .nav .button { margin-top: 6px; }
  .hero { padding: 58px 0 72px; }
  .hero__grid { grid-template-columns: 1fr; gap: 50px; }
  .hero__copy { text-align: center; }
  .hero .eyebrow, .hero__actions, .hero__checks { justify-content: center; }
  .hero__lede { margin-inline: auto; }
  .hero__visual { width: min(100%, 580px); margin-inline: auto; }
  .hero__image-wrap > img { height: min(96vw, 610px); }
  .trust-strip__grid > div { padding: 23px 12px; }
  .section-heading { display: grid; gap: 16px; }
  .why__grid, .quote__shell, .faq__grid { grid-template-columns: 1fr; }
  .why__grid { gap: 65px; }
  .why__visual { width: min(88%, 560px); margin-inline: auto; }
  .why__note { right: -30px; }
  .quote__shell { padding: 48px 38px; }
  .faq__heading { position: static; }
  .closing__inner::after { background: linear-gradient(90deg, rgba(5,49,78,.96), rgba(5,49,78,.75)); }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .topbar { font-size: 12px; }
  .hero { padding-top: 46px; }
  .hero h1 { font-size: clamp(45px, 13vw, 62px); }
  .hero__lede { font-size: 17px; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__checks { display: grid; grid-template-columns: 1fr 1fr; text-align: left; }
  .hero__image-wrap { border-width: 7px; border-radius: 38% 38% 24px 24px; }
  .hero__image-wrap > img { height: 440px; }
  .hero__badge { right: 10px; bottom: 10px; padding: 11px 14px; }
  .hero__badge svg { width: 24px; }
  .trust-strip__grid { grid-template-columns: 1fr; padding: 5px 0; }
  .trust-strip__grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip__grid > div:last-child { border-bottom: 0; }
  .section-heading h2, .why h2, .faq h2, .quote h2, .closing h2 { font-size: 39px; }
  .services__grid { grid-template-columns: 1fr; }
  .service-card { min-height: 315px; }
  .why__visual { width: 94%; }
  .why__visual > img { height: 430px; }
  .why__note { right: -10px; bottom: -30px; }
  .why__copy { margin-top: 20px; }
  .process__grid { grid-template-columns: 1fr; gap: 40px; }
  .process__grid::before { left: 50%; right: auto; top: 42px; bottom: 42px; border-left: 2px dashed #bdd8e7; border-top: 0; }
  .process-card { padding: 0 12px; background: linear-gradient(90deg, transparent 0, #fff 15%, #fff 85%, transparent 100%); }
  .quote { padding-inline: 0; }
  .quote__shell { width: 100%; padding: 44px 20px; border-radius: 0; }
  .quote-form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; }
  .quote__contact a { max-width: 100%; }
  .quote__contact strong { overflow-wrap: anywhere; }
  .faq details p { padding-right: 10px; }
  .closing { padding-bottom: 45px; }
  .closing__inner { min-height: 420px; border-radius: 24px; }
  .closing__inner::after { background: linear-gradient(180deg, rgba(5,49,78,.88), rgba(5,49,78,.78)); }
  .closing__inner > div { padding: 32px 26px; text-align: center; }
  .closing .eyebrow { justify-content: center; }
  .footer__main { display: grid; }
  .footer__links { grid-template-columns: 1fr; gap: 30px; }
  .footer__bottom { display: grid; text-align: center; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; height: 54px; }
  .privacy-card { padding: 28px 22px; }
}

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