:root {
  --black: #04070b;
  --oil: #061b24;
  --petrol: #0a3441;
  --graphite: #111820;
  --ice: #f4f7f8;
  --muted: #8b9aa3;
  --line: rgba(255, 255, 255, .12);
  --line-dark: rgba(6, 27, 36, .1);
  --gold: #d6b16a;
  --gold-2: #f0dca6;
  --green: #25d366;
  --green-2: #128c7e;
  --shadow: 0 32px 90px rgba(0, 0, 0, .28);
  --radius: 28px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ice);
  background: var(--black);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: #061018; background: var(--gold-2); }

.page-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 8%, rgba(10, 52, 65, .72), transparent 36%),
    radial-gradient(circle at 82% 18%, rgba(214, 177, 106, .18), transparent 28%),
    linear-gradient(180deg, #04070b 0%, #071018 48%, #030507 100%);
}
.page-noise::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 86%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(16px, 4vw, 58px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(4, 7, 11, .72);
  backdrop-filter: blur(22px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(4, 7, 11, .9); box-shadow: 0 18px 40px rgba(0,0,0,.22); }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 950; letter-spacing: -.04em; }
.brand img { width: 56px; filter: drop-shadow(0 10px 18px rgba(0,0,0,.28)); }
.nav-menu { display: flex; align-items: center; gap: clamp(12px, 2vw, 26px); color: rgba(244, 247, 248, .72); font-weight: 780; }
.nav-menu a { position: relative; font-size: .92rem; transition: color .2s ease; }
.nav-menu a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 0; height: 2px; border-radius: 999px; background: linear-gradient(90deg, var(--gold), var(--gold-2)); transition: width .22s ease; }
.nav-menu a:hover { color: #fff; }
.nav-menu a:hover::after { width: 100%; }
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border-radius: 999px;
  color: #061018;
  background: linear-gradient(135deg, #bfffd5, var(--green));
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(37, 211, 102, .22);
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 460px);
  align-items: center;
  gap: clamp(24px, 5vw, 58px);
  padding: clamp(72px, 9vw, 130px) clamp(16px, 5vw, 84px) clamp(58px, 8vw, 96px);
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(4,7,11,.96), rgba(6,27,36,.82) 46%, rgba(4,7,11,.42)), url('/imagens/banner.webp') center/cover; transform: scale(1.04); z-index: 0; will-change: transform; }
.hero-gradient { position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at 72% 20%, rgba(214,177,106,.22), transparent 25%), linear-gradient(180deg, transparent 65%, var(--black)); }
.hero::after { content: ""; position: absolute; inset: 18px; z-index: 2; pointer-events: none; border: 1px solid rgba(255,255,255,.13); border-radius: 34px; }
.hero-content, .hero-card { position: relative; z-index: 3; }
.hero-content { max-width: 1060px; }
.hero-badge, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 900;
  font-size: .82rem;
  letter-spacing: .02em;
}
.hero-badge { color: #fff; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(14px); }
.section-kicker { color: #4a3210; background: linear-gradient(135deg, #fff7df, var(--gold-2)); border: 1px solid rgba(214,177,106,.55); }
.section-kicker.dark { color: #fff; background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.2); }
.hero h1 {
  max-width: 1050px;
  margin: 22px 0 18px;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(3rem, 8vw, 7.4rem);
  line-height: .86;
  letter-spacing: -.085em;
  text-wrap: balance;
}
.hero p { max-width: 780px; color: rgba(244,247,248,.82); font-size: clamp(1.02rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 34px; }
.btn, .diagnostic-submit, .retention-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 17px;
  padding: 15px 22px;
  font-weight: 950;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.btn:hover, .diagnostic-submit:hover, .retention-bar a:hover { transform: translateY(-3px); filter: saturate(1.06); }
.primary, .diagnostic-submit, .retention-bar a { color: #061018; background: linear-gradient(135deg, #c8ffd9, var(--green)); box-shadow: 0 22px 48px rgba(37,211,102,.24); }
.secondary { color: #fff; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(14px); }
.giant { padding: 18px 28px; font-size: 1.06rem; border-radius: 999px; }
.hero-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; max-width: 960px; }
.hero-proof div { padding: 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.09); backdrop-filter: blur(14px); }
.hero-proof strong { display: block; color: var(--gold-2); font-size: 1.12rem; }
.hero-proof span { color: rgba(244,247,248,.68); font-size: .84rem; }

.hero-card {
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.07));
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}
.hero-card-top { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.hero-card-top span { color: rgba(244,247,248,.7); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.hero-card-top strong { color: var(--gold-2); }
.before-after-mini { position: relative; overflow: hidden; border-radius: 22px; margin-bottom: 18px; }
.before-after-mini img { width: 100%; height: 230px; object-fit: cover; filter: contrast(1.05) saturate(1.05); transition: transform .45s ease; }
.hero-card:hover .before-after-mini img { transform: scale(1.04); }
.before-after-mini div { position: absolute; inset: auto 12px 12px; display: flex; justify-content: space-between; }
.before-after-mini span { padding: 7px 10px; border-radius: 999px; background: rgba(4,7,11,.68); backdrop-filter: blur(10px); font-size: .75rem; font-weight: 900; }
.hero-card h2 { margin: 0 0 8px; font-size: 1.62rem; line-height: 1.08; letter-spacing: -.045em; }
.hero-card p { color: rgba(244,247,248,.75); }
.hero-card ul { display: grid; gap: 10px; margin-top: 18px; list-style: none; }
.hero-card li { display: flex; gap: 10px; align-items: flex-start; color: rgba(244,247,248,.88); font-weight: 750; }
.hero-card i { color: var(--green); margin-top: 4px; }

.trust-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; border-block: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.08); }
.trust-strip span { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 74px; padding: 16px 12px; color: rgba(244,247,248,.82); background: rgba(4, 7, 11, .72); text-align: center; font-weight: 850; }
.trust-strip i { color: var(--gold-2); }

.section { padding: clamp(68px, 9vw, 122px) clamp(16px, 5vw, 84px); }
.section-head { max-width: 930px; margin: 0 auto 42px; text-align: center; }
.section-head h2, .diagnostic-section h2, .coverage-section h2, .final-cta h2 {
  margin: 14px 0 12px;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(2.1rem, 4.8vw, 4.65rem);
  line-height: .98;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.section-head p, .diagnostic-section p, .coverage-section p, .final-cta p { color: var(--muted); font-size: 1.06rem; }

.services-section { background: linear-gradient(180deg, var(--black), #071018 45%, #eef3f4 45%, #f8faf9); color: var(--oil); }
.services-section .section-head { color: #fff; }
.services-section .section-head p { color: rgba(244,247,248,.7); }
.service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; max-width: 1380px; margin: 0 auto; }
.service-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border: 1px solid rgba(6,27,36,.1);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(6,27,36,.1);
  transition: transform .28s ease, box-shadow .28s ease;
}
.service-card:hover { transform: translateY(-8px); box-shadow: 0 32px 70px rgba(6,27,36,.18); }
.service-card.featured { color: #fff; background: #071018; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform .45s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(4,7,11,.08), rgba(4,7,11,.84)); opacity: 0; transition: opacity .25s ease; }
.service-card:has(img) { color: #fff; }
.service-card:has(img)::after { opacity: 1; }
.service-card:hover img { transform: scale(1.06); }
.service-card > *:not(img) { position: relative; z-index: 2; }
.service-card i { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 24px; border-radius: 17px; color: #061018; background: linear-gradient(135deg, #fff7df, var(--gold)); font-size: 1.15rem; }
.service-card h3 { font-size: 1.55rem; letter-spacing: -.045em; }
.service-card p { margin: 9px 0 16px; color: currentColor; opacity: .74; }
.service-card a { align-self: flex-start; padding: 8px 11px; border-radius: 999px; color: #061018; background: var(--gold-2); font-size: .82rem; font-weight: 950; }

.projects-section { background: #f8faf9; color: var(--oil); }
.filter-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: -16px 0 28px; }
.filter-btn { border: 1px solid var(--line-dark); border-radius: 999px; padding: 10px 13px; color: #43525a; background: #fff; font-weight: 850; transition: all .2s ease; }
.filter-btn.active, .filter-btn:hover { color: #061018; background: var(--gold-2); border-color: transparent; }
.project-grid { max-width: 1380px; margin: 0 auto; }
.masonry { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 190px; gap: 14px; }
.project-card { position: relative; overflow: hidden; border-radius: 28px; box-shadow: 0 20px 48px rgba(6,27,36,.12); }
.project-card.tall { grid-row: span 2; }
.project-card.wide { grid-column: span 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(4,7,11,.72)); opacity: .92; }
.project-card span { position: absolute; left: 16px; bottom: 16px; z-index: 2; padding: 8px 11px; border-radius: 999px; color: #fff; background: rgba(4,7,11,.58); backdrop-filter: blur(12px); font-weight: 900; font-size: .8rem; }
.project-card:hover img { transform: scale(1.07); filter: saturate(1.08) contrast(1.04); }
.project-card.hidden-by-filter { display: none; }

.process-section { background: linear-gradient(180deg, #f8faf9, #ffffff); color: var(--oil); }
.process-line { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; max-width: 1320px; margin: 0 auto; }
.process-line::before { content: ""; position: absolute; left: 8%; right: 8%; top: 36px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.process-line article { position: relative; min-height: 260px; padding: 24px; border: 1px solid var(--line-dark); border-radius: 26px; background: rgba(255,255,255,.86); box-shadow: 0 18px 45px rgba(6,27,36,.08); }
.process-line strong { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 58px; border-radius: 18px; color: #061018; background: linear-gradient(135deg, var(--gold-2), var(--gold)); font-size: 1.15rem; font-weight: 950; }
.process-line h3 { margin-bottom: 8px; font-size: 1.2rem; letter-spacing: -.03em; }
.process-line p { color: #65737b; }

.diagnostic-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 520px); gap: clamp(24px, 5vw, 58px); align-items: center; padding: clamp(72px, 9vw, 122px) clamp(16px, 5vw, 84px); background: radial-gradient(circle at 80% 20%, rgba(37,211,102,.16), transparent 28%), linear-gradient(135deg, #061018, #0a3441); color: #fff; }
.diagnostic-copy { max-width: 760px; }
.diagnostic-section p { color: rgba(244,247,248,.74); }
.benefit-list { display: grid; gap: 11px; margin-top: 24px; list-style: none; }
.benefit-list li { display: flex; gap: 10px; align-items: center; color: rgba(244,247,248,.88); font-weight: 850; }
.benefit-list i { color: var(--green); }
.diagnostic-card { display: grid; gap: 14px; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; background: rgba(255,255,255,.11); backdrop-filter: blur(22px); box-shadow: var(--shadow); }
.diagnostic-card label { color: rgba(244,247,248,.86); font-weight: 850; font-size: .9rem; }
.diagnostic-card input, .diagnostic-card select, .diagnostic-card textarea { width: 100%; margin-top: 7px; padding: 13px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; color: #fff; background: rgba(4,7,11,.46); outline: none; }
.diagnostic-card textarea { min-height: 96px; resize: vertical; }
.diagnostic-card input::placeholder, .diagnostic-card textarea::placeholder { color: rgba(244,247,248,.42); }
.diagnostic-card small { color: rgba(244,247,248,.62); }
.progress-wrap { display: grid; gap: 8px; grid-template-columns: 1fr auto; color: rgba(244,247,248,.82); font-weight: 900; }
.progress { grid-column: 1 / -1; height: 9px; border-radius: 999px; overflow: hidden; background: rgba(255,255,255,.1); }
.progress em { display: block; width: 25%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold), var(--green)); transition: width .25s ease; }

.testimonials-section { background: #fff; color: var(--oil); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; max-width: 1180px; margin: 0 auto; }
.testimonial-grid article { padding: 26px; border: 1px solid var(--line-dark); border-radius: 28px; background: #fff; box-shadow: 0 18px 45px rgba(6,27,36,.08); }
.stars { color: #d59b2d; letter-spacing: .08em; }
.testimonial-grid p { margin: 16px 0 20px; color: #354850; font-size: 1.02rem; }
.testimonial-grid footer { display: grid; grid-template-columns: 46px 1fr; gap: 10px; align-items: center; }
.testimonial-grid footer span { grid-row: span 2; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 16px; color: #061018; background: var(--gold-2); font-weight: 950; }
.testimonial-grid small { color: #73818a; }

.advantages-section { background: #f8faf9; color: var(--oil); }
.advantage-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: 1180px; margin: 0 auto; }
.advantage-grid article { padding: 24px; border: 1px solid var(--line-dark); border-radius: 26px; background: #fff; box-shadow: 0 18px 42px rgba(6,27,36,.07); transition: transform .25s ease; }
.advantage-grid article:hover { transform: translateY(-5px); }
.advantage-grid i { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 20px; border-radius: 17px; color: #061018; background: var(--gold-2); }
.advantage-grid h3 { margin-bottom: 8px; font-size: 1.16rem; }
.advantage-grid p { color: #65737b; }

.coverage-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr); gap: clamp(24px, 5vw, 58px); align-items: center; background: linear-gradient(135deg, #061018, #0a3441); }
.coverage-copy { max-width: 720px; }
.coverage-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 26px; }
.coverage-stats div { padding: 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.08); }
.coverage-stats strong { display: block; color: var(--gold-2); font-size: 1.45rem; }
.coverage-stats span { color: rgba(244,247,248,.65); font-size: .84rem; }
.map-card { min-height: 520px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 34px; background: radial-gradient(circle, rgba(214,177,106,.18), transparent 34%), rgba(255,255,255,.08); box-shadow: var(--shadow); overflow: hidden; }
.map-orbit { position: relative; width: min(520px, 86vw); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: radial-gradient(circle at center, rgba(37,211,102,.16), transparent 12%), repeating-radial-gradient(circle, rgba(255,255,255,.08) 0 1px, transparent 1px 78px); }
.pin { position: absolute; display: inline-flex; align-items: center; justify-content: center; min-width: 70px; padding: 8px 10px; border-radius: 999px; color: #061018; background: var(--gold-2); font-weight: 950; box-shadow: 0 12px 30px rgba(0,0,0,.24); }
.pin.bh { left: 50%; top: 47%; transform: translate(-50%, -50%); background: var(--green); }
.pin.contagem { left: 18%; top: 42%; }
.pin.betim { left: 8%; top: 63%; }
.pin.ibirite { left: 38%; top: 72%; }
.pin.rmbh { right: 10%; top: 28%; }

.final-cta { margin: clamp(48px, 8vw, 90px) clamp(16px, 5vw, 84px); padding: clamp(42px, 7vw, 88px); border: 1px solid rgba(255,255,255,.14); border-radius: 40px; color: #fff; text-align: center; background: radial-gradient(circle at 20% 10%, rgba(214,177,106,.34), transparent 30%), radial-gradient(circle at 80% 80%, rgba(37,211,102,.18), transparent 26%), linear-gradient(135deg, #071018, #0a3441); box-shadow: var(--shadow); }
.final-cta p { max-width: 760px; margin: 0 auto 22px; color: rgba(244,247,248,.75); }
.cta-benefits { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: 24px 0; }
.cta-benefits span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(244,247,248,.82); background: rgba(255,255,255,.08); font-weight: 850; font-size: .86rem; }

.site-footer { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 30px; padding: 58px clamp(16px, 5vw, 84px); color: rgba(244,247,248,.7); background: #030507; border-top: 1px solid rgba(255,255,255,.08); }
.site-footer img { width: 126px; margin-bottom: 14px; }
.site-footer h3 { margin-bottom: 12px; color: var(--gold-2); }
.site-footer a, .site-footer p, .site-footer span { display: block; margin: 8px 0; color: rgba(244,247,248,.7); }
.site-footer a:hover { color: #fff; }
.copy { padding: 15px; text-align: center; color: rgba(244,247,248,.48); background: #020305; font-size: .86rem; }

.social-proof { position: fixed; left: 18px; bottom: 24px; z-index: 62; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; max-width: 310px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; color: #fff; background: rgba(4,7,11,.82); box-shadow: var(--shadow); backdrop-filter: blur(18px); transform: translateY(150%); transition: transform .35s ease; }
.social-proof.show { transform: translateY(0); }
.social-proof strong { font-size: .88rem; }
.social-proof small { grid-column: 2; color: rgba(244,247,248,.64); }
.pulse { width: 10px; height: 10px; margin-top: 7px; border-radius: 999px; background: var(--green); box-shadow: 0 0 0 8px rgba(37,211,102,.12); }
.whatsapp-float { position: fixed; right: 18px; bottom: 28px; z-index: 60; }
.whatsapp-float a { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-radius: 999px; color: #061018; background: linear-gradient(135deg, #c8ffd9, var(--green)); box-shadow: 0 18px 40px rgba(37,211,102,.28); font-weight: 950; }
.whatsapp-float i { font-size: 1.35rem; }
.retention-bar { position: fixed; left: 50%; bottom: 22px; z-index: 70; width: min(790px, calc(100% - 28px)); display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; color: #fff; background: rgba(4,7,11,.9); box-shadow: var(--shadow); backdrop-filter: blur(18px); transform: translate(-50%, 160%); transition: transform .32s ease; }
.retention-bar.show { transform: translate(-50%, 0); }
.retention-bar strong, .retention-bar span { display: block; }
.retention-bar span { color: rgba(244,247,248,.62); font-size: .88rem; }
.retention-bar a { padding: 11px 14px; white-space: nowrap; }
.retention-close, .exit-close, .exit-secondary, .scroll-top { border: 0; cursor: pointer; }
.retention-close { width: 34px; height: 34px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.1); font-size: 1.2rem; }
.exit-modal { position: fixed; inset: 0; z-index: 90; display: none; place-items: center; padding: 18px; background: rgba(4,7,11,.76); backdrop-filter: blur(10px); }
.exit-modal.show { display: grid; }
.exit-modal-card { position: relative; width: min(540px, 100%); padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; color: #fff; background: linear-gradient(145deg, rgba(10,52,65,.94), rgba(4,7,11,.96)); box-shadow: var(--shadow); }
.exit-modal-card h2 { margin: 14px 0 10px; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.02; letter-spacing: -.055em; }
.exit-modal-card p { color: rgba(244,247,248,.72); margin-bottom: 18px; }
.exit-close { position: absolute; right: 16px; top: 14px; width: 34px; height: 34px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.1); font-size: 1.2rem; }
.exit-secondary { display: block; margin: 14px auto 0; color: rgba(244,247,248,.68); background: transparent; font-weight: 850; }
.scroll-top { position: fixed; right: 18px; bottom: 96px; z-index: 58; width: 44px; height: 44px; border-radius: 999px; color: #061018; background: var(--gold-2); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.scroll-top.show { opacity: 1; pointer-events: auto; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trust-strip { grid-template-columns: repeat(3, 1fr); }
  .process-line { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .process-line::before { display: none; }
  .process-line strong { margin-bottom: 24px; }
}

@media (max-width: 980px) {
  .site-header { flex-wrap: wrap; }
  .nav-menu { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; gap: 12px; padding-top: 8px; }
  .nav-menu a { font-size: .88rem; }
  .hero, .diagnostic-section, .coverage-section { grid-template-columns: 1fr; min-height: auto; }
  .hero::after { border: 0; inset: 0; border-radius: 0; }
  .hero-card { max-width: 560px; justify-self: center; }
  .hero-proof, .coverage-stats { grid-template-columns: 1fr 1fr; }
  .masonry { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .site-header { padding: 12px 14px; }
  .brand span { display: none; }
  .brand img { width: 46px; }
  .header-cta { padding: 9px 11px; font-size: .86rem; }
  .nav-menu { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .hero { padding: 54px 16px 44px; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 4rem); margin: 16px 0 12px; }
  .hero p { font-size: .96rem; }
  .hero-actions, .retention-bar { flex-direction: column; align-items: stretch; }
  .hero-actions .btn, .final-cta .btn { width: 100%; justify-content: center; }
  .hero-proof, .trust-strip, .service-grid, .process-line, .testimonial-grid, .advantage-grid, .site-footer, .coverage-stats { grid-template-columns: 1fr; }
  .hero-proof div { padding: 12px; border-radius: 16px; }
  .hero-card { padding: 16px; border-radius: 24px; }
  .before-after-mini img { height: 190px; }
  .section, .diagnostic-section, .coverage-section { padding: 56px 16px; }
  .section-head h2, .diagnostic-section h2, .coverage-section h2, .final-cta h2 { font-size: clamp(1.85rem, 8vw, 2.8rem); }
  .service-card, .service-card.featured { grid-column: auto; min-height: 250px; border-radius: 22px; }
  .masonry { grid-template-columns: 1fr; grid-auto-rows: 230px; }
  .project-card.wide, .project-card.tall { grid-column: auto; grid-row: auto; }
  .diagnostic-card { padding: 18px; border-radius: 24px; }
  .map-card { min-height: 360px; border-radius: 26px; }
  .pin { min-width: auto; font-size: .75rem; }
  .final-cta { margin: 36px 14px; padding: 34px 16px; border-radius: 26px; }
  .site-footer { gap: 24px; padding: 42px 16px; }
  .site-footer img { width: 108px; }
  .retention-bar { text-align: center; bottom: 12px; }
  .whatsapp-float { right: 12px; bottom: 16px; }
  .whatsapp-float a { padding: 12px; }
  .whatsapp-float span { display: none; }
  .social-proof { left: 12px; right: 72px; bottom: 14px; max-width: none; }
  .scroll-top { right: 12px; bottom: 72px; }
}
