:root {
  --blue: #075fe4;
  --blue-dark: #063d98;
  --blue-ink: #082759;
  --red: #e52521;
  --red-dark: #b81716;
  --green: #1aba14;
  --ink: #111827;
  --muted: #586477;
  --line: #d9e1ec;
  --soft: #eef4fb;
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 20px 48px rgba(8, 39, 89, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ffcc00; outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 200; padding: 12px 18px; background: #000; color: #fff; }
.skip-link:focus { top: 16px; }

.urgency-bar { position: sticky; top: 0; z-index: 90; height: 34px; background: var(--blue-ink); color: #fff; font-size: 12px; letter-spacing: .02em; }
.urgency-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.urgency-offers { display: flex; align-items: center; gap: 32px; }
.urgency-offers span + span { position: relative; }
.urgency-offers span + span::before { content: ""; position: absolute; left: -17px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: #74aaf7; }
.urgency-phone { display: flex; align-items: center; gap: 9px; color: #fff; text-decoration: none; }
.urgency-phone span { color: #9fc4fb; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.urgency-phone strong { font-size: 13px; }
.urgency-phone:hover strong { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.site-header { position: sticky; top: 34px; z-index: 80; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); box-shadow: 0 10px 28px rgba(3,22,51,.1); backdrop-filter: blur(14px); }
.header-inner { position: relative; min-height: 84px; display: flex; align-items: center; gap: 24px; }
.brand { flex: 0 0 auto; }
.brand img { width: 205px; height: auto; }
.desktop-nav { position: absolute; left: 50%; display: flex; justify-content: center; align-items: center; gap: 28px; width: max-content; transform: translateX(-50%); }
.desktop-nav a { color: #28384f; font-size: 14px; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover { color: var(--blue); }
.menu-toggle { display: none; }
.header-actions { display: flex; align-items: center; gap: 16px; margin-left: auto; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border: 1px solid transparent; text-decoration: none; font-weight: 800; line-height: 1.1; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-whatsapp { background: var(--green); color: #fff; box-shadow: 0 10px 22px rgba(26,186,20,.24); }
.btn-whatsapp:hover { background: #fff; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dark); }
.btn-call { position: relative; isolation: isolate; overflow: hidden; border: 2px solid #d40b0b; background: #d40b0b; color: #fff; box-shadow: 0 10px 24px rgba(212,11,11,.26); transition: color .28s ease, background-color .28s ease, border-color .28s ease, box-shadow .32s ease, transform .32s cubic-bezier(.2,.8,.2,1); }
.btn-call svg { position: relative; z-index: 1; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.btn-call::after { position: absolute; z-index: -1; inset: -35% -15%; background: linear-gradient(110deg,transparent 32%,rgba(255,255,255,.3) 48%,transparent 64%); content: ""; pointer-events: none; transform: translateX(-90%) skewX(-12deg); transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.btn-call:hover { border-color: #d40b0b; background: #fff; color: #d40b0b; box-shadow: 0 16px 34px rgba(212,11,11,.2),0 0 0 4px rgba(212,11,11,.08); transform: translateY(-3px); }
.btn-call:hover svg { transform: rotate(-8deg) scale(1.08); }
.btn-call:hover::after { transform: translateX(90%) skewX(-12deg); }
.btn-call:active { box-shadow: 0 8px 18px rgba(212,11,11,.2); transform: translateY(-1px) scale(.985); }
.btn-xl { min-height: 58px; padding: 15px 24px; }

a[data-whatsapp] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 20px;
  border: 2px solid var(--green);
  background: var(--green);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(26,186,20,.22);
  text-decoration: none;
  text-underline-offset: initial;
  transition: color .28s ease, background-color .28s ease, border-color .28s ease, box-shadow .32s ease, transform .32s cubic-bezier(.2,.8,.2,1);
}
a[data-whatsapp]::before {
  position: relative;
  z-index: 1;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background: currentColor;
  content: "";
  -webkit-mask: url("assets/icone-whatsapp-branco.png") center / contain no-repeat;
  mask: url("assets/icone-whatsapp-branco.png") center / contain no-repeat;
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
a[data-whatsapp]::after {
  position: absolute;
  z-index: -1;
  inset: -35% -15%;
  background: linear-gradient(110deg, transparent 32%, rgba(255,255,255,.28) 48%, transparent 64%);
  content: "";
  pointer-events: none;
  transform: translateX(-90%) skewX(-12deg);
  transition: transform .65s cubic-bezier(.2,.7,.2,1);
}
a[data-whatsapp]:hover {
  border-color: var(--green);
  background: #fff;
  color: var(--green) !important;
  box-shadow: 0 16px 34px rgba(26,186,20,.20), 0 0 0 4px rgba(26,186,20,.08);
  transform: translateY(-3px) scale(1.012);
}
a[data-whatsapp]:hover::before { transform: rotate(-7deg) scale(1.12); }
a[data-whatsapp]:hover::after { transform: translateX(90%) skewX(-12deg); }
a[data-whatsapp]:active { box-shadow: 0 7px 16px rgba(26,186,20,.18); transform: translateY(-1px) scale(.99); }
a[data-whatsapp]:focus-visible { outline-color: var(--green); }
.service-copy a[data-whatsapp], .text-link[data-whatsapp] { align-self: flex-start; }

.hero { position: relative; min-height: 650px; display: grid; overflow: hidden; background: #dfe9f5; }
.hero-media, .hero-media img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(3,22,51,.94) 0%, rgba(5,38,85,.86) 42%, rgba(5,38,85,.35) 72%, rgba(5,38,85,.12) 100%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.25fr) 390px; gap: 58px; align-items: center; padding-block: 64px; }
.hero-copy { color: #fff; max-width: 710px; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero .eyebrow, .final-cta .eyebrow { color: #7fb3ff; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; max-width: 700px; font-size: clamp(46px, 5.7vw, 82px); line-height: .94; letter-spacing: -.055em; }
h1 em { color: #ff4a45; font-style: normal; }
.hero-lead { max-width: 660px; margin-bottom: 22px; color: #e6edf7; font-size: clamp(18px, 1.7vw, 22px); line-height: 1.46; }
.hero-points { display: grid; gap: 8px; margin: 0 0 26px; padding: 0; list-style: none; }
.hero-points li { position: relative; padding-left: 22px; color: #edf4ff; }
.hero-points li::before { content: ""; position: absolute; left: 0; top: .58em; width: 8px; height: 8px; background: #ff4a45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.decision-card { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 34px; background: rgba(255,255,255,.96); border-top: 7px solid var(--red); box-shadow: var(--shadow); }
.decision-top { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 16px; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--muted); text-transform: uppercase; }
.decision-top > span { max-width: 158px; font-size: 10px; font-weight: 900; letter-spacing: .09em; line-height: 1.25; }
.decision-top strong { display: inline-flex; align-items: baseline; gap: 3px; color: var(--red); font-size: 24px; letter-spacing: -.03em; line-height: 1; white-space: nowrap; }
.decision-top strong small { display: inline; margin: 0; color: rgba(229,37,33,.48); font-size: 7px; font-weight: 700; letter-spacing: .08em; }
.decision-top strong span { font: inherit; letter-spacing: inherit; line-height: inherit; }
.decision-card h2 { margin-bottom: 12px; color: var(--blue-ink); font-size: 31px; line-height: 1.03; letter-spacing: -.035em; }
.decision-card > p { color: var(--muted); }
.decision-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 8px 0 22px; border: 1px solid var(--line); }
.decision-grid div { display: grid; padding: 16px; }
.decision-grid div + div { border-left: 1px solid var(--line); }
.decision-grid strong { color: var(--blue); font-size: 34px; line-height: 1; }
.decision-grid span { color: var(--muted); font-size: 12px; }
.text-link { color: var(--blue); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.decision-card .text-link { align-self: stretch; width: 100%; min-height: 52px; text-align: center; }
.decision-card small { margin-top: 15px; color: #687589; font-size: 11px; }

.proof-strip { position: relative; z-index: 4; border-bottom: 1px solid var(--line); background: linear-gradient(180deg,#fff 0%,#f7faff 100%); box-shadow: 0 12px 32px rgba(8,39,89,.05); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid article { position: relative; display: flex; gap: 15px; min-height: 118px; align-items: center; padding: 22px 24px; overflow: hidden; border-left: 1px solid var(--line); background: rgba(255,255,255,.58); transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease; }
.proof-grid article::before { position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg,var(--red),#ff5b57); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .24s ease; }
.proof-grid article:hover { z-index: 1; background: #fff; box-shadow: 0 16px 32px rgba(8,39,89,.1); transform: translateY(-4px); }
.proof-grid article:hover::before { transform: scaleX(1); }
.proof-grid article:last-child { border-right: 1px solid var(--line); }
.proof-grid article > span { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid rgba(229,37,33,.22); border-radius: 10px; background: rgba(229,37,33,.08); color: var(--red); font-size: 11px; font-weight: 900; box-shadow: inset 0 1px 0 rgba(255,255,255,.7); }
.proof-grid strong, .proof-grid small { display: block; }
.proof-grid strong { color: var(--blue-ink); font-size: 15px; line-height: 1.2; letter-spacing: -.01em; }
.proof-grid small { margin-top: 4px; color: var(--muted); font-size: 12px; }

.section { padding: 100px 0; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .7fr); gap: 72px; align-items: end; margin-bottom: 44px; }
.section-head h2, .response-copy h2, .areas h2, .trust-section h2, .faq h2, .final-cta h2 { margin-bottom: 0; color: var(--blue-ink); font-size: clamp(36px, 4vw, 60px); line-height: 1; letter-spacing: -.045em; }
.section-head > p { margin-bottom: 4px; color: var(--muted); font-size: 18px; }

.services { background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 22px; }
.service-card { position: relative; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card img { width: 100%; height: 230px; object-fit: cover; }
.service-copy { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.service-copy > span { display: inline-block; margin-bottom: 12px; padding: 5px 9px; background: var(--red); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.service-copy h3 { margin-bottom: 10px; color: var(--blue-ink); font-size: 24px; line-height: 1.05; letter-spacing: -.025em; }
.service-copy p { min-height: 78px; color: var(--muted); font-size: 14px; }
.service-copy a { margin-top: auto; color: var(--blue); font-size: 14px; font-weight: 900; text-underline-offset: 5px; }
.services a[data-whatsapp] {
  min-height: 0;
  padding: 2px 0;
  border: 0;
  background: transparent;
  color: var(--blue) !important;
  box-shadow: none;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  transition: color .22s ease, text-underline-offset .22s ease, transform .25s cubic-bezier(.2,.8,.2,1);
}
.services a[data-whatsapp]::before, .services a[data-whatsapp]::after { display: none; }
.services a[data-whatsapp]:hover {
  border: 0;
  background: transparent;
  color: var(--blue-dark) !important;
  box-shadow: none;
  text-underline-offset: 7px;
  transform: translateX(4px);
}
.services a[data-whatsapp]:active { box-shadow: none; transform: translateX(2px); }
.services .service-featured a[data-whatsapp], .services .service-featured a[data-whatsapp]:hover { color: #fff !important; }
.service-featured { grid-column: span 8; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--blue-ink); border-color: var(--blue-ink); }
.service-featured img { height: 100%; min-height: 330px; }
.service-featured .service-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px; }
.service-featured h3, .service-featured p, .service-featured a { color: #fff; }
.service-featured p { min-height: 0; color: #d4e0f0; }
.service-pia { grid-column: span 4; }
.service-secondary { grid-column: span 7; display: grid; grid-template-columns: 1.06fr .94fr; border-top: 6px solid var(--red); background: var(--soft); }
.service-secondary img { height: 100%; min-height: 315px; }
.service-secondary .service-copy { justify-content: center; padding: 34px; }
.service-secondary .service-copy h3 { font-size: 30px; }
.service-secondary .service-copy p { min-height: 0; font-size: 16px; }
.service-ralo { grid-column: span 5; }
.service-half { grid-column: span 6; }
.service-half img { height: 260px; }
.service-benefit { position: absolute; z-index: 3; top: 16px; max-width: calc(100% - 32px); padding: 9px 13px; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; background: rgba(5,48,112,.72); color: #fff; box-shadow: 0 10px 24px rgba(3,22,51,.2); backdrop-filter: blur(12px) saturate(140%); font-size: 11px; font-weight: 900; letter-spacing: .075em; line-height: 1; text-transform: uppercase; }
.service-benefit::before { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #ff5651; box-shadow: 0 0 0 4px rgba(255,86,81,.16); content: ""; vertical-align: 1px; }
.service-benefit--left { left: 16px; }
.service-benefit--right { right: 16px; }
.service-card:hover .service-benefit { background: rgba(7,95,228,.82); }

.problem-section { background: #fff; border-top: 1px solid var(--line); }
.problem-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 76px; align-items: center; }
.problem-media { position: relative; }
.problem-media > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.problem-stamp { position: absolute; right: -24px; bottom: -24px; display: grid; width: 176px; padding: 22px; background: var(--red); color: #fff; box-shadow: 10px 10px 0 var(--blue-ink); }
.problem-stamp strong { font-size: 45px; line-height: .9; letter-spacing: -.05em; }
.problem-stamp span { margin-top: 7px; font-size: 12px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.problem-copy h2 { margin-bottom: 22px; color: var(--blue-ink); font-size: clamp(36px, 4vw, 58px); line-height: 1; letter-spacing: -.045em; }
.problem-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.signal-list { display: grid; margin: 28px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.signal-list li { display: grid; grid-template-columns: 190px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.signal-list strong { color: var(--blue-ink); }
.signal-list span { color: var(--muted); font-size: 13px; }

.response-section { background: var(--soft); }
.response-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.response-copy > p:not(.eyebrow) { max-width: 670px; margin: 24px 0 30px; color: var(--muted); font-size: 18px; }
.arrival-callout { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 0 14px; margin: 0 0 26px; padding: 18px 20px; background: var(--red); color: #fff; box-shadow: 8px 8px 0 var(--blue-ink); }
.arrival-callout > span { grid-column: 1; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.arrival-callout strong { grid-column: 1; font-size: clamp(34px, 4vw, 50px); line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
.arrival-clock { grid-column: 2; grid-row: 1 / span 2; align-self: center; justify-self: end; width: 58px; height: 58px; fill: none; stroke: rgba(255,255,255,.94); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 7px 12px rgba(3,22,51,.22)); }
.steps { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0 0 30px; padding: 0; list-style: none; border-top: 1px solid #c8d5e6; }
.steps li { display: flex; gap: 14px; padding: 20px 16px 18px 0; border-bottom: 1px solid #c8d5e6; }
.steps li:nth-child(odd) { border-right: 1px solid #c8d5e6; }
.steps li:nth-child(even) { padding-left: 20px; }
.steps li > span { color: var(--red); font-weight: 900; }
.steps strong { color: var(--blue-ink); }
.steps p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.price-panel { position: relative; padding: 48px; overflow: hidden; background: var(--blue-ink); color: #fff; box-shadow: 16px 16px 0 var(--red); }
.price-panel::before { content: ""; position: absolute; top: -100px; right: -100px; width: 240px; height: 240px; border: 42px solid rgba(255,255,255,.06); border-radius: 50%; }
.price-kicker { color: #89b7fb; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.price-panel h3 { max-width: 410px; margin-bottom: 18px; font-size: 42px; line-height: 1; letter-spacing: -.04em; }
.price-panel > p:not(.price-kicker) { color: #d4e0f0; }
.discount { display: flex; align-items: center; gap: 18px; margin: 28px 0; padding: 22px 0; border-block: 1px solid rgba(255,255,255,.18); }
.discount strong { color: #ff514d; font-size: 70px; line-height: .8; letter-spacing: -.06em; }
.discount span { font-size: 18px; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
.discount .discount-prefix { align-self: flex-start; margin: 1px -12px 0 0; padding: 0; border: 0; color: rgba(212,224,240,.62); font-size: 8px; font-weight: 700; letter-spacing: .1em; line-height: 1; }
.price-panel img { width: 100%; max-width: 100%; height: auto; aspect-ratio: 1030 / 96; object-fit: contain; margin-left: 0; background: transparent; }
.price-panel small { display: block; margin-top: 12px; color: #aabbd2; }

.areas { background: #fff; }
.areas-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 82px; align-items: center; }
.areas-grid > div:first-child > p:not(.eyebrow) { margin: 24px 0 28px; color: var(--muted); font-size: 18px; }
.area-panel { position: relative; padding: 28px; overflow: hidden; background: var(--blue-ink); box-shadow: 14px 14px 0 var(--red); }
.area-panel::after { content: ""; position: absolute; right: -90px; bottom: -90px; width: 220px; height: 220px; border: 36px solid rgba(255,255,255,.05); border-radius: 50%; pointer-events: none; }
.area-panel-head { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 22px; align-items: end; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.2); color: #fff; }
.area-panel-head span { color: #86b8ff; font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.area-panel-head strong { max-width: 280px; text-align: right; font-size: 15px; line-height: 1.2; }
.area-list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.area-list > span { display: flex; align-items: center; gap: 14px; min-height: 84px; padding: 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); transition: background .18s ease, transform .18s ease; }
.area-list > span:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }
.area-list svg { flex: 0 0 27px; width: 27px; height: 27px; overflow: visible; fill: none; stroke: #ff4a45; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.area-list > span > span { display: grid; gap: 2px; }
.area-list strong { color: #fff; font-size: 17px; line-height: 1.1; }
.area-list small { color: #a9bdd8; font-size: 11px; font-weight: 600; }

.technique-section { background: var(--blue-ink); color: #fff; }
.technique-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 82px; align-items: center; }
.technique-copy .eyebrow { color: #7fb3ff; }
.technique-copy h2 { margin-bottom: 22px; color: #fff; font-size: clamp(36px, 4vw, 60px); line-height: 1; letter-spacing: -.045em; }
.technique-copy > p:not(.eyebrow) { color: #cbd9eb; font-size: 18px; }
.technique-points { display: grid; margin: 28px 0; border-top: 1px solid rgba(255,255,255,.18); }
.technique-points div { display: grid; grid-template-columns: 210px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.technique-points strong { color: #fff; }
.technique-points span { color: #aebfd6; font-size: 13px; }
.technique-media { position: relative; }
.technique-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.no-break-badge { position: absolute; left: -30px; bottom: -28px; display: grid; padding: 20px 24px; background: #fff; color: var(--blue-ink); border-left: 7px solid var(--red); box-shadow: var(--shadow); }
.no-break-badge span, .no-break-badge strong { font-size: 12px; font-weight: 900; letter-spacing: .1em; line-height: 1.15; text-transform: uppercase; }

.guarantee-section { background: var(--soft); }
.guarantee-head { margin-bottom: 36px; }
.guarantee-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cbd7e7; border-left: 1px solid #cbd7e7; }
.guarantee-grid article { min-height: 265px; padding: 30px 26px; border-right: 1px solid #cbd7e7; border-bottom: 1px solid #cbd7e7; background: rgba(255,255,255,.5); }
.guarantee-mark { display: inline-flex; min-height: 58px; align-items: center; gap: 12px; margin-bottom: 24px; padding: 9px 14px 9px 10px; border: 1px solid rgba(211,49,70,.22); border-radius: 12px; background: linear-gradient(135deg, rgba(211,49,70,.1), rgba(255,255,255,.72)); color: var(--red); box-shadow: 0 8px 22px rgba(5,48,112,.06); }
.guarantee-mark svg { width: 38px; height: 38px; flex: 0 0 38px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.guarantee-mark span { font-size: 19px; font-weight: 900; line-height: 1; letter-spacing: .015em; text-transform: uppercase; }
.guarantee-grid h3 { margin-bottom: 10px; color: var(--blue-ink); font-size: 21px; line-height: 1.1; }
.guarantee-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.trust-section { background: var(--blue-ink); color: #fff; }
.trust-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.trust-media { display: grid; gap: 28px; place-items: center; padding: 45px; background: #fff; }
.trust-media > img:first-child { width: 390px; }
.trust-media .reputation { width: 250px; }
.trust-section .eyebrow { color: #7fb3ff; }
.trust-section h2 { color: #fff; }
.trust-section h2 + p { margin: 22px 0 28px; color: #cbd9eb; font-size: 18px; }
.company-data { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.company-data div { min-width: 0; padding: 18px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.company-data dt { color: #8ea5c3; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.company-data dd { margin: 4px 0 0; overflow-wrap: anywhere; font-weight: 700; }
.credibility-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 26px; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.credibility-list div { display: grid; gap: 5px; padding: 18px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.credibility-list strong { color: #fff; }
.credibility-list span { color: #aebfd6; font-size: 12px; }

.testimonials { overflow: hidden; background: #fff; }
.testimonials-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr); gap: 70px; align-items: end; margin-bottom: 42px; }
.testimonials-head h2 { margin: 0; color: var(--blue-ink); font-size: clamp(38px, 4vw, 60px); line-height: 1; letter-spacing: -.045em; }
.testimonials-head > p { margin: 0 0 3px; color: var(--muted); font-size: 17px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.testimonial-card { position: relative; min-height: 285px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); background: var(--blue-ink); color: #fff; }
.testimonial-card::after { position: absolute; right: 22px; bottom: -34px; color: rgba(255,255,255,.06); content: "“"; font-family: Georgia, serif; font-size: 180px; line-height: 1; }
.testimonial-top { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; }
.testimonial-service { padding: 7px 10px; background: rgba(255,255,255,.12); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; }
.stars { color: #f3b51b; font-size: 16px; letter-spacing: 3px; white-space: nowrap; }
.testimonial-card blockquote { position: relative; z-index: 1; margin: 30px 0; color: #fff; font-size: clamp(20px, 2vw, 26px); font-weight: 750; line-height: 1.25; letter-spacing: -.025em; }
.testimonial-card footer { position: relative; z-index: 1; display: grid; gap: 3px; margin-top: auto; }
.testimonial-card footer strong { color: #fff; }
.testimonial-card footer span { color: #bdd0ea; font-size: 13px; }

.faq { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .65fr 1fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro h2 { margin-bottom: 20px; }
.faq-intro p { color: var(--muted); font-size: 17px; }
.faq-intro a { color: var(--blue); font-weight: 900; text-underline-offset: 5px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 44px 24px 0; color: var(--blue-ink); cursor: pointer; font-size: 19px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 19px; color: var(--red); font-size: 28px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 48px 24px 0; color: var(--muted); }

.seo-copy { padding: 34px 0; background: var(--soft); border-block: 1px solid var(--line); }
.seo-copy p { margin: 0; color: #65748a; font-size: 12px; }
.final-cta { position: relative; isolation: isolate; overflow: hidden; padding: 88px 0; background: linear-gradient(90deg, rgba(3,22,51,.97) 0%, rgba(5,48,112,.9) 55%, rgba(5,48,112,.72) 100%), url("assets/hero-higi-hidro-desktop.webp") center 48% / cover no-repeat; color: #fff; }
.final-cta::after { position: absolute; z-index: -1; inset: 0; border-block: 1px solid rgba(255,255,255,.14); background: linear-gradient(115deg, transparent 45%, rgba(255,255,255,.08) 45.2%, transparent 70%); content: ""; }
.final-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.final-cta h2 { color: #fff; }
.final-cta h2 + p { margin: 14px 0 0; color: #dceaff; font-size: 18px; }
.final-actions { display: grid; gap: 12px; min-width: 315px; }
.final-phone { color: #fff; text-align: center; font-size: 22px; font-weight: 900; text-decoration: none; }

.site-footer { padding: 60px 0 22px; background: #061a3a; color: #c4d0e0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1fr; gap: 70px; padding-bottom: 40px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 7px; }
.footer-grid img { width: 205px; padding: 0; background: transparent; }
.footer-grid p { max-width: 360px; margin: 10px 0 0; }
.footer-grid strong { margin-bottom: 6px; color: #fff; }
.footer-grid a { color: #c4d0e0; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; }
/* WhatsApp flutuante inspirado no componente da Valoritec */
.whatsapp-float,
a[data-whatsapp].whatsapp-float {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 70;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  min-height: 66px;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  background: #1aba14;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(26,186,20,.34), inset 0 1px 0 rgba(255,255,255,.38);
  text-decoration: none;
  transition: transform .26s ease, box-shadow .26s ease, background-color .26s ease;
}
.whatsapp-float::before,
.whatsapp-float::after,
a[data-whatsapp].whatsapp-float::before,
a[data-whatsapp].whatsapp-float::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: auto;
  height: auto;
  border: 1px solid rgba(26,186,20,.76);
  border-radius: inherit;
  background: transparent;
  content: "";
  filter: none;
  -webkit-mask: none;
  mask: none;
  transform: none;
  animation: whatsapp-wave 2.4s ease-out infinite;
  pointer-events: none;
}
.whatsapp-float::after,
a[data-whatsapp].whatsapp-float::after { animation-delay: .8s; }
.whatsapp-float img { position: relative; z-index: 2; width: 31px; height: 31px; object-fit: contain; filter: drop-shadow(0 2px 8px rgba(0,0,0,.18)); }
.whatsapp-float > span { position: absolute; right: calc(100% + 14px); top: 50%; min-width: max-content; padding: 11px 15px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: rgba(5,39,89,.88); color: #fff; box-shadow: 0 18px 50px rgba(3,22,51,.24); backdrop-filter: blur(18px) saturate(1.35); font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; transform: translate(10px,-50%); opacity: 0; pointer-events: none; transition: transform .24s ease, opacity .24s ease; }
.whatsapp-float:hover,
.whatsapp-float:focus-visible,
a[data-whatsapp].whatsapp-float:hover { border-color: rgba(255,255,255,.62); background: #159e10; color: #fff !important; box-shadow: 0 24px 60px rgba(26,186,20,.42), inset 0 1px 0 rgba(255,255,255,.48); transform: translateY(-3px) scale(1.04); }
.whatsapp-float:hover > span,
.whatsapp-float:focus-visible > span { transform: translate(0,-50%); opacity: 1; }
.phone-float { display: none; }

/* Consentimento e privacidade — identidade Higi Hidro */
.consent-layer[hidden], .consent-preferences[hidden], .consent-reopen[hidden] { display: none !important; }
.consent-layer { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 104px 18px 28px; pointer-events: none; }
.consent-layer::before { position: absolute; inset: 0; background: rgba(3,19,37,.28); backdrop-filter: blur(2px); content: ""; pointer-events: none; animation: consent-fade .22s ease-out both; }
.consent-card { position: relative; width: min(540px,100%); max-height: calc(100dvh - 150px); overflow: auto; overscroll-behavior: contain; padding: 24px; border: 1px solid rgba(76,145,245,.34); border-radius: 24px; background: radial-gradient(circle at 100% 0,rgba(7,95,228,.38),transparent 42%),linear-gradient(145deg,#03152f 0%,#082759 58%,#063d98 100%); box-shadow: 0 24px 72px rgba(0,8,18,.5), inset 0 1px 0 rgba(255,255,255,.08); color: #fff; pointer-events: auto; animation: consent-rise .28s ease-out both; scrollbar-width: thin; scrollbar-color: #3c70b8 transparent; }
.consent-heading { display: flex; align-items: flex-start; gap: 13px; }
.consent-heading-copy { min-width: 0; flex: 1; }
.consent-mark { display: grid; place-items: center; flex: 0 0 auto; width: 43px; height: 43px; border: 1px solid rgba(255,91,87,.36); border-radius: 14px; background: rgba(229,37,33,.14); color: #ff5b57; box-shadow: 0 7px 18px rgba(229,37,33,.12); }
.consent-mark svg { width: 23px; height: 23px; }
.consent-card h2 { max-width: 450px; margin: 0; color: #fff; font-size: clamp(1.35rem,2.5vw,1.75rem); line-height: 1.08; letter-spacing: -.03em; }
.consent-card p { color: rgba(231,242,250,.82); font-size: .76rem; line-height: 1.45; }
.consent-lead { max-width: 500px; margin: 11px 0 12px !important; }
.consent-kicker { margin: 0 0 4px !important; color: #79afff !important; font-size: .64rem !important; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.consent-policy-link { display: inline; color: #a8ccff; font-size: inherit; font-weight: 850; text-decoration: underline; text-decoration-color: rgba(168,204,255,.5); text-underline-offset: 3px; }
.consent-actions { display: grid; grid-template-columns: 1fr; align-items: center; gap: 7px; margin-top: 16px; }
.consent-button, .consent-back, .footer-consent-link { font: inherit; }
.consent-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 16px; border: 1px solid transparent; border-radius: 999px; font-size: .84rem; font-weight: 950; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.consent-button:hover { transform: translateY(-2px); }
.consent-accept { grid-column: 1 / -1; min-height: 52px; background: linear-gradient(135deg,#1aba14,#159e10); color: #fff; box-shadow: 0 12px 28px rgba(26,186,20,.3),0 0 0 4px rgba(26,186,20,.1); font-size: .9rem; }
.consent-accept > span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: rgba(255,255,255,.2); font-size: .7rem; }
.consent-save { background: var(--blue); color: #fff; box-shadow: 0 12px 28px rgba(7,95,228,.24); }
.consent-accept:hover { background: linear-gradient(135deg,#20c91a,#118b0d); box-shadow: 0 19px 42px rgba(26,186,20,.4),0 0 0 6px rgba(26,186,20,.12); }
.consent-save:hover { background: linear-gradient(135deg,#0869f5,#063d98); box-shadow: 0 19px 42px rgba(7,95,228,.4),0 0 0 6px rgba(76,145,245,.12); }
.consent-reject { background: rgba(20,62,105,.62); border-color: rgba(139,190,245,.3); color: #eaf6ff; box-shadow: none; }
.consent-reject:hover { background: rgba(29,81,145,.74); box-shadow: 0 8px 18px rgba(0,0,0,.15); }
.consent-actions > .consent-reject { grid-column: 1; justify-self: center; min-height: 44px; padding: 8px 16px; font-size: .75rem; }
.consent-back { margin: 0 0 10px; padding: 3px 0; border: 0; background: transparent; color: #a8ccff; font-size: .76rem; font-weight: 850; cursor: pointer; }
.consent-preferences-intro { margin: 10px 0 12px !important; }
.consent-category { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 11px 0; border-top: 1px solid rgba(140,190,222,.18); cursor: pointer; }
.consent-category > div, .consent-category > span:first-child { display: grid; gap: 3px; }
.consent-category strong { color: #fff; font-size: .82rem; }
.consent-category strong + span { color: rgba(224,239,249,.7); font-size: .71rem; line-height: 1.35; }
.consent-required { flex: 0 0 auto; padding: 6px 8px; border-radius: 999px; background: rgba(229,37,33,.14); color: #ff817e; font-size: .64rem; font-weight: 900; }
.consent-switch { position: relative; flex: 0 0 auto; width: 44px; height: 26px; }
.consent-switch input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.consent-switch > span { position: absolute; inset: 0; border: 1px solid rgba(185,211,228,.42); border-radius: 999px; background: rgba(170,194,210,.25); transition: background .18s ease,border-color .18s ease; }
.consent-switch > span::after { position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 3px 10px rgba(0,0,0,.24); content: ""; transition: transform .18s ease; }
.consent-switch input:checked + span { border-color: #368af7; background: var(--blue); }
.consent-switch input:checked + span::after { transform: translateX(18px); }
.consent-preference-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 16px; }
.consent-button:focus-visible, .consent-back:focus-visible, .consent-reopen:focus-visible, .footer-consent-link:focus-visible, .consent-policy-link:focus-visible, .consent-switch input:focus-visible + span { outline: 3px solid #7fb3ff; outline-offset: 3px; }
.consent-reopen { position: fixed; left: 18px; bottom: 18px; z-index: 68; display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: var(--blue-ink); color: #fff; box-shadow: 0 12px 32px rgba(3,19,37,.3); cursor: pointer; }
.footer-consent-link { display: block; margin: 1px 0 0; padding: 0; border: 0; background: transparent; color: #c4d0e0; cursor: pointer; text-align: left; text-decoration: underline; text-underline-offset: 2px; }
.footer-consent-link:hover { color: #fff; }
@keyframes whatsapp-wave { 0% { transform: scale(1); opacity: .52; } 68% { opacity: .14; } 100% { transform: scale(1.72); opacity: 0; } }
@keyframes consent-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes consent-rise { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-inner { display: flex; }
  .header-actions { margin-left: auto; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) 330px; gap: 30px; }
  .decision-card { padding: 28px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid article:nth-child(2) { border-right: 1px solid var(--line); }
  .services-grid { gap: 18px; }
  .problem-grid, .response-grid, .areas-grid, .technique-grid, .trust-grid { gap: 45px; }
  .guarantee-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  body { padding-bottom: 0; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .urgency-inner { gap: 8px; font-size: 10px; }
  .urgency-offers span:nth-child(n+2), .urgency-offers span + span::before { display: none; }
  .urgency-phone span { display: none; }
  .urgency-phone strong { font-size: 11px; }
  .header-inner { min-height: 72px; }
  .brand img { width: 175px; }
  .header-actions { display: none; }
  .menu-toggle { position: relative; z-index: 3; display: grid; place-content: center; gap: 5px; width: 46px; height: 46px; margin-left: auto; padding: 0; border: 1px solid rgba(7,95,228,.17); border-radius: 12px; background: #f3f7fd; color: var(--blue-ink); box-shadow: 0 7px 18px rgba(3,22,51,.08); cursor: pointer; transition: border-color .22s ease, background-color .22s ease, box-shadow .22s ease, transform .22s ease; }
  .menu-toggle span { display: block; width: 22px; height: 2px; border-radius: 999px; background: currentColor; transform-origin: center; transition: transform .24s cubic-bezier(.2,.8,.2,1), opacity .18s ease; }
  .menu-toggle:hover, .menu-toggle:focus-visible { border-color: rgba(7,95,228,.42); background: #fff; box-shadow: 0 10px 24px rgba(3,22,51,.13); }
  .menu-toggle:focus-visible { outline: 3px solid rgba(7,95,228,.24); outline-offset: 2px; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; transform: scaleX(.35); }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .desktop-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; z-index: 2; display: flex; flex-direction: column; align-items: stretch; gap: 0; width: auto; padding: 9px; border: 1px solid rgba(7,95,228,.14); border-radius: 0 0 18px 18px; background: rgba(255,255,255,.98); box-shadow: 0 22px 42px rgba(3,22,51,.18); backdrop-filter: blur(16px); transform: translateY(-10px); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .24s cubic-bezier(.2,.8,.2,1), opacity .2s ease, visibility .2s ease; }
  .desktop-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .desktop-nav a { display: flex; align-items: center; min-height: 48px; padding: 0 15px; border-radius: 10px; color: var(--blue-ink); font-size: 15px; }
  .desktop-nav a:hover, .desktop-nav a:focus-visible { background: #edf4fe; color: var(--blue); }
  .desktop-nav a:focus-visible { outline: 2px solid rgba(7,95,228,.35); outline-offset: -2px; }
  .hero { min-height: auto; }
  .hero-media img { object-position: center top; }
  .hero-overlay { background: linear-gradient(180deg, rgba(3,22,51,.62) 0%, rgba(3,22,51,.90) 38%, rgba(3,22,51,.98) 100%); }
  .hero-layout { display: block; padding: clamp(66px, 10svh, 94px) 0 38px; }
  h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-lead { font-size: 18px; }
  .hero-actions .btn { width: 100%; }
  .decision-card { margin-top: 28px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid article { min-height: 108px; padding: 16px 12px; }
  .proof-grid article:nth-child(odd) { border-left: 1px solid var(--line); }
  .section { padding: 72px 0; }
  .section-head { display: block; margin-bottom: 32px; }
  .section-head > p { margin-top: 18px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-featured, .service-pia, .service-secondary, .service-ralo, .service-half { grid-column: auto; }
  .service-featured, .service-secondary { display: flex; }
  .service-card img { height: 235px; }
  .service-featured img { min-height: 0; height: 245px; }
  .service-secondary img { min-height: 0; height: 245px; }
  .service-secondary .service-copy { padding: 24px; }
  .service-secondary .service-copy h3 { font-size: 24px; }
  .service-copy p { min-height: 0; }
  .problem-grid, .response-grid, .areas-grid, .technique-grid, .trust-grid, .faq-layout, .final-layout { grid-template-columns: 1fr; }
  .problem-grid, .response-grid, .areas-grid, .technique-grid, .trust-grid, .faq-layout { gap: 48px; }
  .problem-media { margin: 0 16px 18px 0; }
  .problem-stamp { right: -10px; bottom: -20px; }
  .signal-list li, .technique-points div { grid-template-columns: 1fr; gap: 4px; }
  .arrival-callout { grid-template-columns: 1fr auto; }
  .arrival-clock { width: 48px; height: 48px; }
  .price-panel { padding: 34px 26px; box-shadow: 9px 9px 0 var(--red); }
  .discount strong { font-size: 60px; }
  .steps { grid-template-columns: 1fr; }
  .steps li:nth-child(odd) { border-right: 0; }
  .steps li:nth-child(even) { padding-left: 0; }
  .areas-grid > div:first-child { order: 1; }
  .area-panel { order: 2; margin: 0 9px 9px 0; padding: 22px; box-shadow: 9px 9px 0 var(--red); }
  .area-panel-head { display: grid; }
  .area-panel-head strong { text-align: left; }
  .area-list > span { min-height: 76px; padding: 13px; }
  .area-list strong { font-size: 15px; }
  .trust-media { padding: 32px 24px; }
  .technique-copy { order: 2; }
  .technique-media { order: 1; margin: 0 0 26px 16px; }
  .no-break-badge { left: -16px; bottom: -24px; }
  .guarantee-grid { grid-template-columns: 1fr; }
  .guarantee-grid article { min-height: 0; }
  .guarantee-mark { margin-bottom: 20px; }
  .company-data { grid-template-columns: 1fr; }
  .credibility-list { grid-template-columns: 1fr; }
  .testimonials-head, .testimonials-grid { grid-template-columns: 1fr; }
  .testimonials-head { gap: 18px; }
  .testimonial-card { min-height: 250px; padding: 24px; }
  .faq-intro { position: static; }
  .final-layout { gap: 32px; }
  .final-actions { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { gap: 20px; }
  .whatsapp-float, a[data-whatsapp].whatsapp-float { right: 14px; bottom: 70px; width: 48px; height: 48px; min-height: 48px; }
  .whatsapp-float img { width: 24px; height: 24px; }
  .whatsapp-float > span { display: none; }
  .phone-float { position: fixed; right: 14px; bottom: 14px; z-index: 70; isolation: isolate; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.46); border-radius: 50%; background: #d40b0b; color: #fff; box-shadow: 0 16px 36px rgba(212,11,11,.32), inset 0 1px 0 rgba(255,255,255,.38); text-decoration: none; transition: transform .26s ease, box-shadow .26s ease, background-color .26s ease; }
  .phone-float::before, .phone-float::after { position: absolute; inset: 0; z-index: -1; border: 1px solid rgba(212,11,11,.72); border-radius: inherit; content: ""; animation: whatsapp-wave 2.4s ease-out infinite; pointer-events: none; }
  .phone-float::after { animation-delay: .8s; }
  .phone-float svg { position: relative; z-index: 2; width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 2px 8px rgba(0,0,0,.18)); }
  .phone-float > span { display: none; }
  .phone-float:hover, .phone-float:focus-visible { background: #b70909; box-shadow: 0 24px 54px rgba(212,11,11,.42), inset 0 1px 0 rgba(255,255,255,.48); transform: translateY(-3px) scale(1.04); }
  .phone-float:focus-visible { outline: 3px solid rgba(212,11,11,.25); outline-offset: 4px; }
  .consent-layer { place-items: center; height: 100vh; height: 100dvh; padding: 12px; }
  .consent-layer::before { background: rgba(3,19,37,.16); backdrop-filter: blur(2px); }
  .consent-card { width: min(84%,340px); max-height: none; overflow: visible; padding: 14px; border-radius: 18px; }
  .consent-heading { gap: 10px; }
  .consent-mark { width: 35px; height: 35px; border-radius: 11px; }
  .consent-mark svg { width: 19px; height: 19px; }
  .consent-card h2 { font-size: 1.08rem; line-height: 1.1; }
  .consent-card p { margin-bottom: 8px; font-size: .72rem; line-height: 1.38; }
  .consent-kicker { margin-bottom: 3px !important; font-size: .58rem !important; }
  .consent-lead { margin: 9px 0 !important; }
  .consent-actions, .consent-preference-actions { grid-template-columns: 1fr; gap: 5px; margin-top: 11px; }
  .consent-button { min-height: 44px; padding: 9px 12px; font-size: .76rem; }
  .consent-accept { min-height: 46px; font-size: .82rem; }
  .consent-actions > .consent-reject { justify-self: center; width: 76%; min-height: 44px; padding: 8px 11px; font-size: .75rem; }
  .consent-back { margin-bottom: 7px; font-size: .7rem; }
  .consent-preferences-intro { margin: 8px 0 9px !important; }
  .consent-category { gap: 10px; padding: 8px 0; }
  .consent-category strong { font-size: .76rem; }
  .consent-category strong + span { font-size: .66rem; }
  .consent-required { white-space: nowrap; font-size: .6rem; }
  .consent-reopen { left: 13px; bottom: 16px; width: 44px; height: 44px; }
}

@media (max-width: 420px) {
  .hero-points li { font-size: 14px; }
  .decision-grid strong { font-size: 30px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article { border-right: 1px solid var(--line); }
  .area-list { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
}

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