/* =========================================================
   MAIN — estilos de componente.
   Ordem: reset > layout > componentes > utilitarios > media.
   Proibido: novo bloco :root, sufixo de versao em classe.
   ========================================================= */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid rgba(23,103,255,.42); outline-offset: 3px; }
:where(a, button):focus-visible { border-radius: 8px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: #fff; color: var(--navy); padding: 12px 16px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.topbar { background: var(--navy); color: #dbe7ff; font-size: .82rem; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar a { color: #fff; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(221,229,241,.8); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { display: block; width: 260px; height: auto; max-height: 64px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .94rem; font-weight: 650; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--blue); transition: width .25s; }
.main-nav > a:hover::after { width: 100%; }
.nav-cta { padding: 12px 18px; border-radius: 12px; background: var(--blue); color: #fff; box-shadow: 0 10px 25px rgba(23,103,255,.24); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: #eef3fd; border-radius: 12px; padding: 11px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; }
.section { padding: 110px 0; }
.section-dark { background: var(--navy); color: #fff; }
.hero { min-height: 710px; position: relative; overflow: hidden; display: grid; align-items: center; padding: 92px 0 104px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 620px; height: 620px; right: -260px; top: -220px; background: radial-gradient(circle, rgba(23,103,255,.38), rgba(23,103,255,0) 66%); }
.hero-orb-two { width: 430px; height: 430px; left: -220px; bottom: -220px; background: radial-gradient(circle, rgba(19,84,226,.27), rgba(19,84,226,0) 68%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #8fb7ff; text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; font-weight: 800; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--blue); }
.hero h1 { margin: 22px 0 24px; font-size: clamp(3rem, 5vw, 5.15rem); line-height: .98; letter-spacing: -.055em; max-width: 740px; }
.hero h1 span { color: #79a7ff; }
.hero-lead { margin: 0 0 32px; max-width: 680px; color: #c8d5ed; font-size: 1.12rem; }
.hero-lead strong { color: #fff; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 13px; border: 1px solid transparent; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 14px 35px rgba(23,103,255,.32); }
.btn-primary:hover { background: #2b76ff; box-shadow: 0 18px 40px rgba(23,103,255,.38); }
.btn-secondary { border-color: rgba(255,255,255,.2); color: #fff; background: rgba(255,255,255,.06); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 30px; color: #aebfdb; font-size: .86rem; }
.hero-trust i { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 6px; background: rgba(23,103,255,.18); border: 1px solid rgba(126,169,255,.32); color: #9cc0ff; border-radius: 50%; font-style: normal; font-size: .68rem; }
.hero-visual { position: relative; min-height: 515px; display: grid; place-items: center; }
.dashboard-shell { width: 100%; max-width: 520px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(150deg, rgba(255,255,255,.12), rgba(255,255,255,.045)); box-shadow: 0 35px 90px rgba(0,0,0,.34); backdrop-filter: blur(20px); transform: perspective(1100px) rotateY(-4deg) rotateX(2deg); }
.dash-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.dash-brand { display: flex; align-items: center; gap: 10px; font-weight: 750; }
.dash-brand img { width: 38px; height: 30px; object-fit: contain; }
.dash-status { font-size: .74rem; color: #b7c8e4; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.06); }
.dash-status span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #51dc92; box-shadow: 0 0 12px #51dc92; margin-right: 5px; }
.dash-title { margin: 28px 0 22px; }
.dash-title small { display: block; color: #8fa6ca; font-size: .78rem; margin-bottom: 3px; }
.dash-title strong { font-size: 1.55rem; letter-spacing: -.02em; }
.journey-flow { display: grid; grid-template-columns: 1fr 20px 1fr 20px 1fr; align-items: center; gap: 8px; }
.journey-flow article { min-width: 0; padding: 16px 10px; text-align: center; border-radius: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); }
.flow-icon { width: 34px; height: 34px; margin: 0 auto 9px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg, #327dff, #0a4fd4); font-size: .72rem; font-weight: 900; }
.journey-flow strong, .journey-flow span { display: block; }
.journey-flow strong { font-size: .9rem; }
.journey-flow span { color: #97aac9; font-size: .68rem; }
.flow-line { height: 2px; background: linear-gradient(90deg, rgba(93,148,255,.15), rgba(93,148,255,.85), rgba(93,148,255,.15)); }
.dash-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.mini-card { padding: 16px; border-radius: 16px; background: #fff; color: var(--ink); }
.mini-card span, .mini-card strong { display: block; }
.mini-card span { color: var(--muted); font-size: .7rem; }
.mini-card strong { margin-top: 3px; font-size: .96rem; }
.accent-card { background: linear-gradient(135deg, #1668ff, #0b49cb); color: #fff; }
.accent-card span { color: #c5d7ff; }
.mini-progress { height: 5px; margin-top: 12px; background: #e6ecf7; border-radius: 20px; overflow: hidden; }
.mini-progress i { display: block; height: 100%; background: var(--blue); border-radius: inherit; }
.signal-bars { display: flex; align-items: end; gap: 3px; height: 16px; margin-top: 9px; }
.signal-bars i { width: 5px; border-radius: 3px; background: #fff; opacity: .85; }
.signal-bars i:nth-child(1) { height: 5px; }.signal-bars i:nth-child(2) { height: 9px; }.signal-bars i:nth-child(3) { height: 13px; }.signal-bars i:nth-child(4) { height: 16px; }
.floating-card { position: absolute; padding: 11px 14px; border-radius: 13px; background: #fff; color: var(--ink); box-shadow: 0 15px 45px rgba(0,0,0,.22); font-size: .78rem; font-weight: 750; }
.floating-card span { display: inline-grid; place-items: center; width: 25px; height: 25px; margin-right: 7px; color: #fff; background: var(--blue); border-radius: 8px; }
.floating-card-a { left: -25px; top: 92px; }
.floating-card-b { right: -18px; bottom: 80px; }
.proof-strip { border-bottom: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.proof-grid div { min-height: 98px; display: flex; align-items: center; gap: 16px; padding: 20px 28px; border-right: 1px solid var(--line); }
.proof-grid div:first-child { border-left: 1px solid var(--line); }
.proof-grid strong { color: var(--blue); font-size: 1.25rem; }
.proof-grid span { font-size: .9rem; font-weight: 750; }
.split-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.section-copy h2, .section-heading h2 { margin: 16px 0 20px; font-size: clamp(2.3rem, 4vw, 3.65rem); line-height: 1.08; letter-spacing: -.045em; }
.section-copy p, .section-heading p { color: var(--text); font-size: 1.05rem; }
.text-link { display: inline-flex; gap: 10px; margin-top: 13px; color: var(--blue); font-weight: 800; }
.problem-section { background: #fff; }
.problem-list { display: grid; gap: 14px; }
.problem-list article { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .2s, box-shadow .2s, border-color .2s; }
.problem-list article:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(11,32,77,.08); border-color: #b9cff9; }
.problem-list article > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: #edf3ff; color: var(--blue); font-weight: 900; }
.problem-list h3 { margin: 0 0 4px; font-size: 1.15rem; }
.problem-list p { margin: 0; color: var(--text); font-size: .94rem; }
.services-section { background: var(--soft); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.light p { color: #aebfdb; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { position: relative; padding: 34px 30px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 18px 50px rgba(11,32,77,.055); overflow: hidden; }
.service-card.featured { border-color: #9bbdff; box-shadow: 0 24px 70px rgba(23,103,255,.12); transform: translateY(-10px); }
.service-label { position: absolute; right: 18px; top: 18px; padding: 6px 9px; border-radius: 999px; background: #eaf1ff; color: var(--blue); font-size: .66rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.service-number { color: #b2bfd5; font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.service-icon { width: 56px; height: 56px; display: grid; place-items: center; margin: 22px 0 20px; border-radius: 16px; background: linear-gradient(135deg, #edf3ff, #dbe8ff); color: var(--blue); }
.service-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 10px; font-size: 1.45rem; letter-spacing: -.02em; }
.service-card p { min-height: 96px; color: var(--text); }
.service-card ul { margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { position: relative; padding: 5px 0 5px 22px; color: #42516e; font-size: .9rem; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.method-section { position: relative; overflow: hidden; }
.method-section::after { content: ""; position: absolute; width: 560px; height: 560px; right: -280px; bottom: -300px; border-radius: 50%; background: radial-gradient(circle, rgba(23,103,255,.28), transparent 68%); }
.steps-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.step-card { min-height: 250px; padding: 28px; border-radius: 20px; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.055); }
.step-card > span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(23,103,255,.2); color: #9dbdff; font-weight: 900; }
.step-card h3 { margin: 34px 0 8px; font-size: 1.25rem; }
.step-card p { margin: 0; color: #aebfdb; font-size: .92rem; }
.nationwide-section { background: #fff; overflow: hidden; }
.nationwide-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.map-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.map-visual svg { width: min(92%, 470px); filter: drop-shadow(0 22px 25px rgba(23,103,255,.18)); }
.map-visual path { fill: #eaf1ff; stroke: #9dbdff; stroke-width: 5; }
.map-glow { position: absolute; width: 390px; height: 390px; border-radius: 50%; background: radial-gradient(circle, rgba(23,103,255,.2), transparent 68%); }
.map-pin { position: absolute; width: 16px; height: 16px; border: 4px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 8px rgba(23,103,255,.14); animation: pulse 2.4s infinite; }
.pin-a { left: 43%; top: 30%; }.pin-b { right: 33%; top: 48%; animation-delay: .5s; }.pin-c { left: 44%; bottom: 28%; animation-delay: 1s; }.pin-d { right: 40%; bottom: 18%; animation-delay: 1.5s; }
@keyframes pulse { 50% { box-shadow: 0 0 0 16px rgba(23,103,255,0); } }
.feature-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.feature-pills span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--soft); font-size: .82rem; font-weight: 750; }
.about-section { background: var(--soft); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.about-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  min-height: 0;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(8,47,132,.16);
}
.about-card img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: none;
  opacity: 1;
}
.audience-section { background: #fff; padding-top: 90px; }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.audience-grid span { min-height: 96px; display: grid; place-items: center; padding: 20px; text-align: center; font-weight: 800; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-grid span:nth-child(3n) { border-right: 0; }.audience-grid span:nth-last-child(-n+3) { border-bottom: 0; }
.faq-section { background: var(--soft); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: start; }
.accordion details { border-bottom: 1px solid #cfd9e9; }
.accordion summary { position: relative; padding: 23px 48px 23px 0; list-style: none; cursor: pointer; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 0; top: 18px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: #e4ecf9; color: var(--blue); font-size: 1.25rem; }
.accordion details[open] summary::after { content: "−"; background: var(--blue); color: #fff; }
.accordion p { margin: -6px 45px 24px 0; color: var(--text); }
/* CTA final do diagnóstico */
.diagnostic-section {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background: linear-gradient(145deg, #071535, #0a255b);
  color: #fff;
}
.diagnostic-section::before,
.diagnostic-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.diagnostic-section::before {
  width: 620px;
  height: 620px;
  left: -340px;
  top: -390px;
  background: radial-gradient(circle, rgba(23,103,255,.34), transparent 68%);
}
.diagnostic-section::after {
  width: 430px;
  height: 430px;
  right: -220px;
  bottom: -300px;
  background: radial-gradient(circle, rgba(65,140,255,.22), transparent 68%);
}
.diagnostic-cta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
  gap: 72px;
  align-items: center;
  padding: 58px 62px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: rgba(5,18,48,.56);
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
  backdrop-filter: blur(14px);
}
.diagnostic-cta-copy h2 {
  max-width: 720px;
  margin: 16px 0 20px;
  font-size: clamp(2.35rem, 4vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.diagnostic-cta-copy > p {
  max-width: 700px;
  margin: 0;
  color: #b9c8df;
  font-size: 1.02rem;
}
.diagnostic-cta-action {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background: rgba(255,255,255,.07);
}
.diagnostic-benefits {
  display: grid;
  gap: 15px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.diagnostic-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e9f0fb;
  font-size: .92rem;
}
.diagnostic-benefits li > span {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(23,103,255,.28);
  color: #b8d0ff;
  font-size: .76rem;
}
.diagnostic-benefits strong { font-weight: 780; }
.diagnostic-main-cta {
  width: 100%;
  justify-content: space-between;
  border: 0;
}
.diagnostic-main-cta i { font-style: normal; font-size: 1.2rem; }
.diagnostic-disclaimer {
  display: block;
  margin-top: 13px;
  color: #aabbd4;
  text-align: center;
  line-height: 1.45;
}
.site-footer { background: #050f27; color: #c1cce0; padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 50px; }
.footer-logo { display: inline-flex; align-items: center; margin-bottom: 20px; }
.footer-logo img {
  display: block;
  width: min(250px, 100%);
  height: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}
.footer-brand p { max-width: 390px; color: #8fa0bd; line-height: 1.65; }
.site-footer h3 { margin: 0 0 18px; color: #fff; font-size: .88rem; text-transform: uppercase; letter-spacing: .08em; }
.site-footer a, .site-footer p { display: block; margin: 0 0 9px; color: #8fa0bd; font-size: .87rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #7586a4; font-size: .77rem; }
.footer-bottom div { display: flex; gap: 18px; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 44px; height: 44px; border: 0; border-radius: 13px; background: var(--blue); color: #fff; box-shadow: 0 12px 30px rgba(23,103,255,.3); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .25s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }.delay-1 { transition-delay: .08s; }.delay-2 { transition-delay: .16s; }.delay-3 { transition-delay: .24s; }
.legal-page { min-height: 100vh; background: var(--soft); }
.legal-wrap { width: min(calc(100% - 40px), 860px); margin: 0 auto; padding: 80px 0 100px; }
.legal-wrap .back { display: inline-flex; color: var(--blue); font-weight: 800; margin-bottom: 30px; }
.legal-card { padding: 42px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.legal-card h1 { margin-top: 0; font-size: 2.6rem; line-height: 1.1; letter-spacing: -.04em; }.legal-card h2 { margin-top: 32px; font-size: 1.25rem; }.legal-card p, .legal-card li { color: var(--text); }
@media (max-width: 1040px) {
  .main-nav { gap: 19px; }.brand img { width: 225px; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }.hero-copy { text-align: center; }.hero-copy .eyebrow, .hero-actions, .hero-trust { justify-content: center; }.hero-lead { margin-inline: auto; }.hero-visual { min-height: 480px; }.dashboard-shell { max-width: 620px; }
  .services-grid { grid-template-columns: 1fr 1fr; }.service-card:last-child { grid-column: 1 / -1; }.service-card.featured { transform: none; }
  .steps-grid { grid-template-columns: 1fr 1fr; }.nationwide-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }.map-visual { order: 2; min-height: 410px; }.about-card { max-width: 650px; width: 100%; }.faq-grid { gap: 40px; }.contact-grid { gap: 45px; }.contact-copy { max-width: 740px; }
  .diagnostic-cta { grid-template-columns: 1fr; gap: 34px; padding: 46px; }
}
@media (max-width: 840px) {
  .topbar { display: none; }.nav-wrap { min-height: 72px; }.brand img { width: 215px; height: auto; max-height: 54px; }.menu-toggle { display: block; }
  .main-nav { position: fixed; left: 20px; right: 20px; top: 82px; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: .2s; }
  .main-nav.open { opacity: 1; transform: none; pointer-events: auto; }.main-nav a { padding: 13px 14px; }.main-nav > a:not(.nav-cta)::after { display: none; }.nav-cta { text-align: center; margin-top: 6px; }
  .hero { padding-top: 72px; }.proof-grid { grid-template-columns: 1fr; }.proof-grid div, .proof-grid div:first-child { border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.proof-grid div:last-child { border-bottom: 0; }
  .split-grid { grid-template-columns: 1fr; gap: 45px; }.audience-grid { grid-template-columns: 1fr 1fr; }.audience-grid span:nth-child(3n) { border-right: 1px solid var(--line); }.audience-grid span:nth-child(2n) { border-right: 0; }.audience-grid span:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }.audience-grid span:nth-last-child(-n+2) { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }.section { padding: 78px 0; }.hero { min-height: auto; padding: 65px 0 78px; }.hero h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }.hero-lead { font-size: 1rem; }.hero-actions { flex-direction: column; }.hero-actions .btn { width: 100%; }.hero-trust { display: grid; gap: 10px; }
  .hero-visual { min-height: 410px; }.dashboard-shell { padding: 18px; transform: none; }.dash-status { display: none; }.journey-flow { grid-template-columns: 1fr; }.flow-line { width: 2px; height: 14px; justify-self: center; }.dash-cards { grid-template-columns: 1fr; }.floating-card { display: none; }
  .section-copy h2, .section-heading h2, .contact-copy h2 { font-size: 2.35rem; }.services-grid, .steps-grid { grid-template-columns: 1fr; }.service-card:last-child { grid-column: auto; }.service-card p { min-height: auto; }.step-card { min-height: 215px; }.nationwide-grid { gap: 35px; }.map-visual { min-height: 330px; }.about-card { min-height: 0; padding: 16px; }.about-card img { width: 100%; }
  .audience-grid { grid-template-columns: 1fr; }.audience-grid span, .audience-grid span:nth-child(n) { border-right: 0; border-bottom: 1px solid var(--line); }.audience-grid span:last-child { border-bottom: 0; }
  .diagnostic-section { padding: 78px 0; }.diagnostic-cta { padding: 34px 24px; border-radius: 22px; }.diagnostic-cta-action { padding: 22px 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }
  .legal-card { padding: 28px 20px; }.legal-card h1 { font-size: 2.1rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; } .reveal { opacity: 1; transform: none; } }
