/* ==========================================================================
   SERVIX — design system
   Paleta extraída da logo oficial: navy #021B3A, azul #0186C7.
   ========================================================================== */

:root {
  /* marca */
  --navy-900: #04182F;
  --navy-800: #08213C;
  --navy-700: #0E2E4E;
  --navy:     #021B3A;
  --blue-700: #015E8E;
  --blue-600: #0170A8;
  --blue:     #0186C7;
  --blue-400: #3AB0E7;
  --blue-100: #CDE8F8;
  --blue-50:  #EDF7FD;

  /* neutros */
  --ink:      #0D1B2A;
  --body:     #48586B;
  --muted:    #647183;   /* 4.62:1 sobre --soft, 4.96:1 sobre branco (WCAG AA) */
  --line:     #E3E9F0;
  --line-2:   #EEF2F7;
  --surface:  #FFFFFF;
  --soft:     #F4F7FA;
  --soft-2:   #EDF2F7;

  /* escala tipográfica fluida */
  --fs-xs:   0.8125rem;
  --fs-sm:   0.9375rem;
  --fs-base: clamp(1rem, 0.97rem + 0.14vw, 1.0625rem);
  --fs-lg:   clamp(1.0625rem, 1rem + 0.3vw, 1.1875rem);
  --fs-xl:   clamp(1.25rem, 1.15rem + 0.45vw, 1.5rem);
  --fs-h3:   clamp(1.3rem, 1.16rem + 0.6vw, 1.625rem);
  --fs-h2:   clamp(1.75rem, 1.42rem + 1.45vw, 2.75rem);
  --fs-h1:   clamp(2.1rem, 1.55rem + 2.4vw, 3.9rem);

  /* ritmo */
  --sp-sec:  clamp(4.5rem, 3.4rem + 4.6vw, 8.5rem);
  --sp-gap:  clamp(1.5rem, 1.2rem + 1.2vw, 2.25rem);
  --wrap:    1200px;
  --wrap-sm: 760px;

  --r-sm: 8px;
  --r:    14px;
  --r-lg: 20px;
  --r-xl: 28px;

  --sh-1: 0 1px 2px rgba(13,27,42,.05), 0 2px 8px rgba(13,27,42,.04);
  --sh-2: 0 4px 12px rgba(13,27,42,.07), 0 12px 32px rgba(13,27,42,.06);
  --sh-3: 0 10px 24px rgba(13,27,42,.09), 0 24px 60px rgba(13,27,42,.10);

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* --- reset enxuto -------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: var(--fs-base);
  line-height: 1.65;
  color: var(--body);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-600); text-decoration: none; }
a:hover { color: var(--blue-700); }
h1, h2, h3, h4 {
  font-family: Manrope, Inter, system-ui, sans-serif;
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -0.022em;
  margin: 0 0 .6em;
  text-wrap: balance;
}
h1 { font-size: var(--fs-h1); font-weight: 800; }
h2 { font-size: var(--fs-h2); font-weight: 800; }
h3 { font-size: var(--fs-h3); font-weight: 700; letter-spacing: -0.015em; }
h4 { font-size: var(--fs-lg); font-weight: 700; letter-spacing: -0.01em; }
p  { margin: 0 0 1.1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }
ul { margin: 0; padding: 0; }
:focus-visible {
  outline: 3px solid var(--blue-400);
  outline-offset: 3px;
  border-radius: 4px;
}

/* --- utilitários --------------------------------------------------------- */
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
@media (max-width: 480px) { .wrap { width: min(100% - 2rem, var(--wrap)); } }
.sec { padding-block: var(--sp-sec); }
.sec--tight { padding-block: calc(var(--sp-sec) * .66); }
.sec--soft { background: var(--soft); }
.sec--navy { background: var(--navy-900); color: #C3D2E2; }
.sec--navy h2, .sec--navy h3, .sec--navy h4 { color: #fff; }
.narrow { max-width: var(--wrap-sm); }
.center { text-align: center; margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; left: 1rem; top: -100px; z-index: 200;
  background: var(--navy); color: #fff; padding: .7rem 1.1rem;
  border-radius: var(--r-sm); font-weight: 600; transition: top .2s;
}
.skip:focus { top: 1rem; color: #fff; }

/* --- eyebrow / cabeçalho de seção ---------------------------------------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: var(--fs-xs); font-weight: 700; letter-spacing: .11em;
  text-transform: uppercase; color: var(--blue-600); margin-bottom: 1rem;
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; background: var(--blue); border-radius: 2px;
}
.sec--navy .eyebrow { color: var(--blue-400); }
.sec--navy .eyebrow::before { background: var(--blue-400); }
.sec-head { max-width: 720px; margin-bottom: clamp(2.5rem, 2rem + 1.8vw, 3.75rem); }
.sec-head.center { text-align: center; }
.sec-head.center .eyebrow { justify-content: center; }
.sec-head p { font-size: var(--fs-lg); color: var(--muted); margin-bottom: 0; }
.sec--navy .sec-head p { color: #9FB3C8; }

/* --- botões -------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: Manrope, Inter, sans-serif;
  font-size: var(--fs-sm); font-weight: 700; letter-spacing: -.005em;
  padding: .95rem 1.6rem; border-radius: var(--r-sm); border: 1.5px solid transparent;
  cursor: pointer; text-align: center; line-height: 1.2;
  transition: background .2s var(--ease), border-color .2s var(--ease),
              color .2s var(--ease), transform .2s var(--ease), box-shadow .25s var(--ease);
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--blue-600); color: #fff; box-shadow: 0 4px 14px rgba(1,112,168,.28); }
.btn--primary:hover { background: var(--blue-700); color: #fff; box-shadow: 0 8px 22px rgba(1,112,168,.34); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-700); color: #fff; }
.btn--ghost { border-color: var(--line); color: var(--ink); background: var(--surface); }
.btn--ghost:hover { border-color: var(--blue); color: var(--blue-700); background: var(--blue-50); }
.btn--onnavy { border-color: rgba(255,255,255,.28); color: #fff; background: rgba(255,255,255,.06); }
.btn--onnavy:hover { border-color: #fff; background: rgba(255,255,255,.14); color: #fff; }
.btn--wa { background: #118647; color: #fff; }   /* 4.64:1 com texto branco */
.btn--wa:hover { background: #0E6F3B; color: #fff; }
.btn--lg { padding: 1.1rem 2rem; font-size: var(--fs-base); }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: .85rem; }
@media (max-width: 420px) { .btn-row .btn { width: 100%; } }

/* seta que anda no hover */
.btn .arw { transition: transform .25s var(--ease); }
.btn:hover .arw { transform: translateX(3px); }

/* ==========================================================================
   NAVEGAÇÃO — barra que descola do topo e vira pílula flutuante
   ========================================================================== */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 120;
  padding: 0; transition: padding .5s var(--ease);
}
.nav.is-float { padding: 12px clamp(.75rem, 2vw, 1.25rem); }
.nav__in {
  display: flex; align-items: center; gap: 1rem;
  width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto;
  min-height: 76px; padding-inline: 0;
  background: transparent; border: 1px solid transparent; border-radius: 0;
  transition: background .45s var(--ease), border-color .45s var(--ease),
              border-radius .5s var(--ease), box-shadow .45s var(--ease),
              padding .45s var(--ease), min-height .45s var(--ease), width .5s var(--ease);
}
.nav.is-float .nav__in {
  width: min(100%, 1120px); min-height: 64px; padding-inline: 1.35rem;
  background: rgba(255,255,255,.82);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-color: rgba(13,27,42,.07);
  border-radius: 100px;
  box-shadow: 0 2px 8px rgba(4,24,47,.05), 0 14px 40px rgba(4,24,47,.10);
}
/* sobre hero escuro a barra do topo é clara; ao flutuar volta ao normal */
.nav__logo { display: flex; align-items: center; flex: none; position: relative; }
.nav__logo img { width: 124px; height: auto; transition: opacity .4s var(--ease); }
.nav__logo .lg-dark { position: absolute; inset: 0; }
.nav[data-topo="escuro"]:not(.is-float) .lg-light { opacity: 0; }
.nav[data-topo="escuro"]:not(.is-float) .lg-dark  { opacity: 1; }
.nav:not([data-topo="escuro"]) .lg-dark, .nav.is-float .lg-dark { opacity: 0; }

.nav__links { margin-left: auto; display: flex; align-items: center; gap: .1rem; }
.nav__links > a:not(.btn), .nav__links > .mega > button {
  position: relative; display: inline-flex; align-items: center; gap: .35rem;
  font-family: Manrope, sans-serif; font-size: var(--fs-sm); font-weight: 600;
  color: var(--ink); background: none; border: 0; cursor: pointer;
  padding: .6rem .85rem; border-radius: 100px; line-height: 1.2;
  transition: color .25s, background .25s;
}
.nav[data-topo="escuro"]:not(.is-float) .nav__links > a:not(.btn),
.nav[data-topo="escuro"]:not(.is-float) .nav__links > .mega > button { color: rgba(255,255,255,.88); }
.nav[data-topo="escuro"]:not(.is-float) .nav__links > a:not(.btn):hover,
.nav[data-topo="escuro"]:not(.is-float) .nav__links > .mega > button:hover {
  color: #fff; background: rgba(255,255,255,.12);
}
.nav__links > a:not(.btn):hover, .nav__links > .mega > button:hover { color: var(--blue-700); background: var(--blue-50); }
.nav__links > a:not(.btn)[aria-current="page"] { color: var(--blue-600); }
.nav[data-topo="escuro"]:not(.is-float) .nav__links > a:not(.btn)[aria-current="page"] { color: var(--blue-400); }
.nav__links .cta-topo { margin-left: .5rem; }

/* seta do mega-menu */
.mega > button svg { width: 14px; height: 14px; transition: transform .3s var(--ease); }
.mega[data-aberto="1"] > button svg { transform: rotate(180deg); }

/* ---------- mega-menu de serviços ---------- */
.mega { position: static; }
.mega__painel {
  position: absolute; left: 50%; top: calc(100% + 10px); transform: translate(-50%, -8px);
  width: min(100% - 3rem, 980px);
  background: rgba(255,255,255,.97);
  -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
  border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: 0 18px 60px rgba(4,24,47,.18);
  padding: 1.25rem; opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .28s var(--ease), transform .28s var(--ease), visibility .28s;
}
.mega[data-aberto="1"] .mega__painel {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0);
}
.mega__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; }
.mega__it {
  display: grid; grid-template-columns: 58px 1fr; gap: .85rem; align-items: center;
  padding: .7rem; border-radius: var(--r); color: var(--ink);
  transition: background .25s var(--ease), transform .25s var(--ease);
}
.mega__it:hover { background: var(--blue-50); transform: translateX(3px); color: var(--ink); }
.mega__it img { width: 58px; height: 48px; object-fit: cover; border-radius: 9px; }
.mega__it b { display: block; font-family: Manrope, sans-serif; font-size: .875rem; font-weight: 700; }
.mega__it span { display: block; font-size: .78rem; color: var(--muted); line-height: 1.4; margin-top: .1rem; }
.mega__pe {
  display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; align-items: center; justify-content: space-between;
  margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line-2);
  font-size: var(--fs-sm); color: var(--muted);
}

/* ---------- menu mobile ---------- */
.nav__burger {
  display: none; margin-left: auto; width: 46px; height: 46px; flex: none;
  align-items: center; justify-content: center; background: transparent;
  border: 1.5px solid var(--line); border-radius: 50%; cursor: pointer; color: var(--ink);
  transition: border-color .3s, color .3s, background .3s;
}
.nav[data-topo="escuro"]:not(.is-float) .nav__burger { border-color: rgba(255,255,255,.3); color: #fff; }
.nav__burger svg { width: 20px; height: 20px; }
.nav__burger .ico-x { display: none; }
.nav__burger[aria-expanded="true"] .ico-x { display: block; }
.nav__burger[aria-expanded="true"] .ico-m { display: none; }

@media (max-width: 1080px) {
  .nav__links { display: none; }
  .nav__burger { display: inline-flex; }
  .nav__links.is-open {
    display: flex; flex-direction: column; align-items: stretch; gap: .15rem;
    position: fixed; inset: 84px 12px auto 12px;
    background: rgba(255,255,255,.98);
    -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
    border: 1px solid var(--line); border-radius: var(--r-lg);
    box-shadow: 0 20px 60px rgba(4,24,47,.2);
    padding: 1rem; max-height: calc(100dvh - 100px); overflow-y: auto;
    animation: menuEntra .3s var(--ease) both;
  }
  @keyframes menuEntra { from { opacity: 0; transform: translateY(-10px); } }
  .nav__links.is-open > a,
  .nav__links.is-open > .mega > button { color: var(--ink) !important; padding: .9rem 1rem; justify-content: flex-start; }
  .nav__links.is-open .cta-topo { margin: .6rem 0 0; }
  .nav__links.is-open .mega { width: 100%; }
  .nav__links.is-open .mega > button { width: 100%; }
  /* No mobile o painel vira sanfona dentro do menu. Precisa vencer a regra
     .mega[data-aberto="1"] .mega__painel do desktop, que aplica translate(). */
  .nav__links .mega .mega__painel,
  .nav__links .mega[data-aberto="1"] .mega__painel {
    position: static; transform: none; inset: auto; width: auto;
    opacity: 1; visibility: visible; pointer-events: auto;
    background: transparent; border: 0; box-shadow: none;
    padding: .25rem 0 .5rem; display: none;
  }
  .nav__links.is-open .mega[data-aberto="1"] .mega__painel { display: block; }
  .nav__links .mega__it { padding: .65rem .6rem; }
  .mega__grid { grid-template-columns: 1fr; }
  .mega__pe { display: none; }
}

/* barra de progresso da leitura */
.progresso {
  position: fixed; inset: 0 0 auto 0; height: 3px; z-index: 130;
  background: linear-gradient(90deg, var(--blue) 0%, var(--blue-400) 100%);
  transform: scaleX(0); transform-origin: 0 50%; will-change: transform;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  background: var(--navy-900); color: #C7D6E6;
  min-height: min(94svh, 940px); display: flex; flex-direction: column; justify-content: flex-end;
  padding-top: 120px;
}
.hero__bg { position: absolute; inset: 0; z-index: -3; overflow: hidden; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%;
  animation: kenburns 26s var(--ease) infinite alternate; }
@keyframes kenburns { from { transform: scale(1.02) translate3d(0,0,0); } to { transform: scale(1.14) translate3d(-1.5%,-1%,0); } }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(2,17,36,.97) 0%, rgba(2,17,36,.90) 38%, rgba(2,17,36,.55) 66%, rgba(2,17,36,.34) 100%),
    radial-gradient(120% 90% at 12% 100%, rgba(1,134,199,.30) 0%, rgba(1,134,199,0) 58%),
    linear-gradient(0deg, rgba(2,17,36,.72) 0%, rgba(2,17,36,0) 42%);
}
/* grão sutil, dá textura de impressão e disfarça o banding do gradiente */
.grao::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  opacity: .38; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}
.hero__in { position: relative; padding-block: clamp(3rem, 2rem + 5vw, 6rem) clamp(2.5rem, 2rem + 2vw, 3.5rem); }
.hero__cols { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 2.5rem; align-items: end; }
@media (max-width: 1080px) { .hero__cols { grid-template-columns: 1fr; } }

.hero h1 { color: #fff; margin-bottom: .5em; font-size: clamp(2.35rem, 1.55rem + 3.4vw, 4.6rem);
           letter-spacing: -.032em; line-height: 1.04; max-width: 15ch; }
.hero h1 .lin { display: block; overflow: hidden; }
.hero h1 .lin > span { display: block; will-change: transform; }
.hero h1 em { font-style: normal; color: var(--blue-400); }
.hero__lead { font-size: clamp(1.05rem, 1rem + .35vw, 1.24rem); color: #B4C7DB;
              margin-bottom: 2.15rem; max-width: 46ch; }
.hero .btn-row { gap: 1rem; }

.hero__selo {
  display: inline-flex; align-items: center; gap: .65rem; margin-bottom: 1.6rem;
  padding: .45rem 1.05rem .45rem .5rem; border-radius: 100px;
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16);
  font-size: var(--fs-xs); font-weight: 600; color: #D9E7F5; letter-spacing: .012em;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.hero__selo .pt { width: 7px; height: 7px; border-radius: 50%; background: var(--blue-400);
                  box-shadow: 0 0 0 4px rgba(58,176,231,.25); margin-left: .3rem;
                  animation: pulsa 2.6s ease-in-out infinite; }
@keyframes pulsa { 0%,100% { box-shadow: 0 0 0 4px rgba(58,176,231,.25); } 50% { box-shadow: 0 0 0 8px rgba(58,176,231,.06); } }

/* cartão de prova, flutuando sobre o hero */
.hero__card {
  position: relative; width: 310px; max-width: 100%;
  padding: 1.6rem 1.6rem 1.45rem;
  background: rgba(255,255,255,.085);
  -webkit-backdrop-filter: blur(18px) saturate(160%); backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255,255,255,.17); border-radius: var(--r-lg);
  box-shadow: 0 24px 60px rgba(0,0,0,.32);
  animation: flutua 7s ease-in-out infinite;
}
@keyframes flutua { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }
.hero__card::after {   /* chanfro: eco do corte diagonal das letras da marca */
  content: ""; position: absolute; right: 0; bottom: 0; width: 46px; height: 46px;
  background: linear-gradient(135deg, transparent 50%, var(--blue) 50%);
  border-bottom-right-radius: var(--r-lg);
}
.hero__card b { display: block; font-family: Manrope, sans-serif; font-weight: 800;
                font-size: 2.9rem; color: #fff; line-height: 1; letter-spacing: -.035em; }
.hero__card > p { font-size: var(--fs-sm); color: #B4C7DB; margin: .55rem 0 0; }
.hero__card hr { border: 0; border-top: 1px solid rgba(255,255,255,.14); margin: 1.15rem 0; }
.hero__card ul { list-style: none; display: grid; gap: .5rem; }
.hero__card li { display: flex; gap: .5rem; align-items: flex-start; font-size: .82rem; color: #C6D8EA; }
.hero__card li svg { width: 15px; height: 15px; flex: none; color: var(--blue-400); margin-top: .18em; }
@media (max-width: 1080px) { .hero__card { display: none; } }

/* faixa infinita de serviços na base do hero */
.mq { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.13);
      background: rgba(1,12,26,.5); overflow: hidden;
      -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
      mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.mq__t { display: flex; width: max-content; animation: correr 46s linear infinite; }
.mq:hover .mq__t { animation-play-state: paused; }
@keyframes correr { to { transform: translateX(-50%); } }
.mq__g { display: flex; align-items: center; flex: none; }
.mq__i { display: inline-flex; align-items: center; gap: .6rem; padding: 1.05rem 0;
         margin-right: 2.75rem; font-family: Manrope, sans-serif; font-size: .9rem;
         font-weight: 600; color: #A9C0D6; white-space: nowrap; }
.mq__i svg { width: 15px; height: 15px; color: var(--blue-400); flex: none; }
.mq__i::after { content: ""; width: 4px; height: 4px; border-radius: 50%;
                background: rgba(255,255,255,.24); margin-left: 2.75rem; }

/* ---------- hero das páginas internas ---------- */
.phero { position: relative; isolation: isolate; overflow: hidden;
         background: var(--navy-900); color: #B4C7DB; padding-top: 96px; }
.phero__bg { position: absolute; inset: 0; z-index: -3; }
.phero__bg img { width: 100%; height: 100%; object-fit: cover;
                 animation: kenburns 30s var(--ease) infinite alternate; }
.phero__bg::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(98deg, rgba(2,17,36,.97) 0%, rgba(2,17,36,.90) 46%, rgba(2,17,36,.60) 100%),
              radial-gradient(100% 80% at 8% 100%, rgba(1,134,199,.26) 0%, rgba(1,134,199,0) 60%); }
.phero__in { padding-block: clamp(3rem, 2.3rem + 3.6vw, 5.5rem); max-width: 800px; }
.phero h1 { color: #fff; font-size: clamp(2rem, 1.45rem + 2.4vw, 3.5rem); letter-spacing: -.03em; }
.phero__lead { font-size: var(--fs-lg); color: #AAC0D6; max-width: 44ch; margin-bottom: 0; }
.phero .btn-row { margin-top: 2.25rem; }

.crumb { font-size: var(--fs-xs); margin-bottom: 1.25rem; }
.crumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.crumb a { color: #8CA5BE; }
.crumb a:hover { color: #fff; }
.crumb li + li::before { content: "/"; margin-right: .5rem; color: rgba(255,255,255,.28); }
.crumb [aria-current] { color: #D3E3F2; }

/* ==========================================================================
   GRADES E BLOCOS DE DUAS COLUNAS
   ========================================================================== */
.grid { display: grid; gap: var(--sp-gap); }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1000px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 640px)  { .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }

.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr);
         gap: clamp(2.5rem, 1.8rem + 3.4vw, 5rem); align-items: center; }
@media (max-width: 940px) { .split { grid-template-columns: 1fr; } }
.split--rev .split__fig { order: -1; }
@media (max-width: 940px) { .split--rev .split__fig { order: 0; } }
.split__fig { position: relative; }
.split__fig img { width: 100%; border-radius: var(--r-lg); box-shadow: var(--sh-2); }

/* listas marcadas */
.ticks { list-style: none; display: grid; gap: .9rem; }
.ticks li { position: relative; padding-left: 2.1rem; }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: .3em;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--blue-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230170A8' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat;
}
.sec--navy .ticks li::before { background-color: rgba(58,176,231,.18); }

.marks { list-style: none; display: grid; gap: .85rem; }
.marks li { position: relative; padding-left: 1.7rem; }
.marks li::before { content: ""; position: absolute; left: 0; top: .62em;
  width: 7px; height: 7px; border-radius: 2px; background: var(--blue); transform: rotate(45deg); }

/* ==========================================================================
   CARTÕES DE SERVIÇO — com luz que segue o cursor e chanfro da marca
   ========================================================================== */
.svc {
  position: relative; display: flex; flex-direction: column; isolation: isolate;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
}
.svc::before {
  content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background: radial-gradient(380px circle at var(--mx, 50%) var(--my, 0%),
              rgba(1,134,199,.12), rgba(1,134,199,0) 62%);
  opacity: 0; transition: opacity .4s var(--ease);
}
.svc:hover { transform: translateY(-8px); box-shadow: var(--sh-3); border-color: var(--blue-100); }
.svc:hover::before { opacity: 1; }
.svc__fig { position: relative; aspect-ratio: 4 / 3; background: var(--soft-2); overflow: hidden; }
.svc__fig img { width: 100%; height: 100%; object-fit: cover;
                transition: transform .8s var(--ease), filter .6s var(--ease); }
.svc:hover .svc__fig img { transform: scale(1.07); }
.svc__fig::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(2,20,42,0) 40%, rgba(2,20,42,.62) 100%);
  transition: opacity .5s var(--ease); }
.svc:hover .svc__fig::after { opacity: .8; }
.svc__n {   /* número de ordem, marca d'água */
  position: absolute; right: 1rem; top: .35rem; z-index: 2;
  font-family: Manrope, sans-serif; font-weight: 800; font-size: 3.1rem;
  color: rgba(255,255,255,.16); line-height: 1; letter-spacing: -.04em;
  transition: color .4s var(--ease), transform .5s var(--ease);
}
.svc:hover .svc__n { color: rgba(255,255,255,.34); transform: translateY(-3px); }
.svc__ico {
  position: absolute; left: 1.2rem; bottom: 1.2rem; z-index: 2;
  width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center;
  background: rgba(255,255,255,.95); color: var(--blue-600);
  box-shadow: 0 6px 20px rgba(2,20,42,.3);
  transition: transform .45s var(--ease), background .35s, color .35s;
}
.svc__ico svg { width: 22px; height: 22px; }
.svc:hover .svc__ico { transform: translateY(-4px) scale(1.06); background: var(--blue-600); color: #fff; }
.svc__body { padding: 1.6rem 1.6rem 1.7rem; display: flex; flex-direction: column; flex: 1; }
.svc__body h3 { margin-bottom: .5rem; }
.svc__body p { color: var(--muted); font-size: var(--fs-sm); margin-bottom: 1.3rem; }
.svc__more { margin-top: auto; display: inline-flex; align-items: center; gap: .5rem;
             font-family: Manrope, sans-serif; font-weight: 700; font-size: var(--fs-sm); color: var(--blue-600); }
.svc__more svg { width: 17px; height: 17px; transition: transform .35s var(--ease); }
.svc:hover .svc__more svg { transform: translateX(5px); }
.svc__link { position: absolute; inset: 0; z-index: 4; }
.svc__link span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ==========================================================================
   CARTÃO GENÉRICO
   ========================================================================== */
.card {
  position: relative; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 1.85rem;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.card--hover:hover { transform: translateY(-6px); box-shadow: var(--sh-2); border-color: var(--blue-100); }
.card h3 { margin-bottom: .55rem; }
.card p { color: var(--muted); margin-bottom: 0; font-size: var(--fs-sm); }
.card__ico {
  width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  background: var(--blue-50); color: var(--blue-600); margin-bottom: 1.2rem;
  transition: background .35s var(--ease), color .35s var(--ease), transform .4s var(--ease);
}
.card__ico svg { width: 24px; height: 24px; }
.card--hover:hover .card__ico { background: var(--blue-600); color: #fff; transform: scale(1.06); }
.sec--navy .card { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); }
.sec--navy .card p { color: #9FB3C8; }
.sec--navy .card__ico { background: rgba(58,176,231,.16); color: var(--blue-400); }
.sec--navy .card--hover:hover { background: rgba(255,255,255,.08); border-color: rgba(58,176,231,.4); }
.sec--navy .card--hover:hover .card__ico { background: var(--blue); color: #fff; }

/* ==========================================================================
   COMPOSIÇÃO DE IMAGENS EM CAMADAS (com deslocamento na rolagem)
   ========================================================================== */
.pilha { position: relative; padding: 0 0 15% 9%; }
.pilha__a, .pilha__b { border-radius: var(--r-lg); overflow: hidden; }
.pilha__a img, .pilha__b img { width: 100%; display: block; }
.pilha__a { position: relative; z-index: 1; box-shadow: var(--sh-3); will-change: transform;
            transform: translate3d(0, calc(var(--par, 0) * -16px), 0); }
.pilha__b { position: absolute; left: 0; bottom: 0; width: 45%; z-index: 3;
            border: 6px solid #fff; box-shadow: var(--sh-3); will-change: transform;
            transform: translate3d(0, calc(var(--par, 0) * 26px), 0); }
.pilha__moldura { position: absolute; right: -16px; top: -16px; width: 42%; height: 46%;
                  border: 2px solid var(--blue-100); border-radius: var(--r-lg); z-index: 0; }
.pilha__selo {
  position: absolute; right: -8px; bottom: 24%; z-index: 4;
  background: var(--navy); color: #fff; border-radius: var(--r);
  padding: 1.15rem 1.4rem; box-shadow: 0 20px 48px rgba(4,24,47,.34);
  animation: flutua 8s ease-in-out infinite;
}
.pilha__selo b { display: block; font-family: Manrope, sans-serif; font-weight: 800;
                 font-size: 2rem; line-height: 1; letter-spacing: -.035em;
                 font-variant-numeric: tabular-nums; }
.pilha__selo > span { display: block; font-size: .78rem; color: #9FB8D0; margin-top: .35rem;
                      max-width: 17ch; line-height: 1.4; }
@media (max-width: 940px) {
  .pilha { padding: 0 0 18% 12%; margin-top: .5rem; }
  .pilha__b { width: 44%; }
  .pilha__selo { right: 0; bottom: 12%; padding: .9rem 1.1rem; }
  .pilha__selo b { font-size: 1.5rem; }
}
@media (max-width: 560px) { .pilha__moldura { display: none; } .pilha__selo { bottom: 8%; } }

/* ==========================================================================
   MÉTODO — trilho com linha que se desenha na rolagem
   ========================================================================== */
.trilho { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.trilho::before, .trilho::after {
  content: ""; position: absolute; left: 0; right: 0; top: 27px; height: 2px; border-radius: 2px;
}
.trilho::before { background: var(--line); }
.trilho::after { background: linear-gradient(90deg, var(--blue), var(--blue-400));
                 transform: scaleX(var(--linha, 0)); transform-origin: left; transition: transform .1s linear; }
.passo { position: relative; padding-top: 0; }
.passo__n {
  position: relative; z-index: 1; width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center; margin-bottom: 1.4rem;
  background: var(--surface); border: 2px solid var(--line);
  font-family: Manrope, sans-serif; font-weight: 800; font-size: 1.05rem; color: var(--muted);
  transition: border-color .5s var(--ease), color .5s var(--ease),
              background .5s var(--ease), transform .5s var(--ease), box-shadow .5s var(--ease);
}
.passo.on .passo__n { border-color: var(--blue); background: var(--blue-600); color: #fff;
                      transform: scale(1.07); box-shadow: 0 10px 26px rgba(1,112,168,.32); }
.passo h3 { font-size: var(--fs-lg); margin-bottom: .5rem; }
.passo p { font-size: var(--fs-sm); color: var(--muted); margin: 0; }
@media (max-width: 900px) {
  .trilho { grid-template-columns: 1fr; gap: 0; }
  .trilho::before, .trilho::after { left: 27px; right: auto; top: 0; bottom: 0; width: 2px; height: auto; }
  .trilho::after { transform: scaleY(var(--linha, 0)); transform-origin: top; }
  .passo { display: grid; grid-template-columns: 56px 1fr; gap: 1.25rem; padding-bottom: 2.25rem; }
  .passo__n { margin-bottom: 0; }
}

/* ==========================================================================
   NÚMEROS
   ========================================================================== */
.nums { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.10);
        border: 1px solid rgba(255,255,255,.10);
        border-radius: var(--r-lg); overflow: hidden; }
@media (max-width: 860px) { .nums { grid-template-columns: repeat(2, 1fr); } }
.num { background: rgba(255,255,255,.045); padding: 2.1rem 1.5rem; position: relative;
       overflow: hidden; transition: background .4s var(--ease); }
.num:hover { background: rgba(255,255,255,.085); }
.num b { display: block; font-family: Manrope, sans-serif; font-weight: 800;
         font-size: clamp(2rem, 1.6rem + 1.8vw, 3rem); color: #fff; line-height: 1;
         letter-spacing: -.035em; margin-bottom: .45rem; font-variant-numeric: tabular-nums; }
.num b i { font-style: normal; color: var(--blue-400); }
.num > span { font-size: var(--fs-sm); color: #93A9C0; display: block; }
.num::after { content: ""; position: absolute; right: -30px; top: -30px; width: 90px; height: 90px;
              border-radius: 50%; background: radial-gradient(circle, rgba(1,134,199,.22), transparent 68%);
              opacity: 0; transition: opacity .45s var(--ease); }
.num:hover::after { opacity: 1; }

/* ==========================================================================
   SEGMENTOS — painéis grandes com imagem que reage
   ========================================================================== */
.seg {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 440px; padding: 2.25rem; border-radius: var(--r-lg);
  overflow: hidden; isolation: isolate; color: #fff;
}
.seg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2;
           transition: transform .9s var(--ease); }
.seg::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(2,20,42,.12) 18%, rgba(2,20,42,.80) 72%, rgba(2,20,42,.95) 100%);
  transition: background .5s var(--ease); }
.seg:hover img { transform: scale(1.06); }
.seg:hover::after { background: linear-gradient(180deg, rgba(2,20,42,.26) 12%, rgba(2,20,42,.86) 68%, rgba(2,20,42,.97) 100%); }
.seg__tag { display: inline-flex; align-items: center; gap: .45rem; align-self: flex-start;
            padding: .35rem .8rem; border-radius: 100px; margin-bottom: 1rem;
            background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.2);
            font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.seg h3 { color: #fff; margin-bottom: .55rem; font-size: clamp(1.4rem, 1.2rem + .9vw, 1.95rem); }
.seg p { color: #C2D3E4; font-size: var(--fs-sm); margin-bottom: 1.3rem; max-width: 42ch; }
.seg__lista { list-style: none; display: grid; gap: .45rem; margin-bottom: 1.4rem;
              max-height: 0; opacity: 0; overflow: hidden;
              transition: max-height .55s var(--ease), opacity .45s var(--ease), margin .45s var(--ease); }
.seg:hover .seg__lista, .seg:focus-within .seg__lista { max-height: 200px; opacity: 1; }
.seg__lista li { display: flex; gap: .5rem; align-items: flex-start; font-size: .84rem; color: #B9CCDF; }
.seg__lista svg { width: 15px; height: 15px; color: var(--blue-400); flex: none; margin-top: .2em; }
.seg__more { display: inline-flex; align-items: center; gap: .5rem;
             font-family: Manrope, sans-serif; font-weight: 700; font-size: var(--fs-sm); color: #fff; }
.seg__more svg { width: 17px; height: 17px; transition: transform .35s var(--ease); }
.seg:hover .seg__more svg { transform: translateX(5px); }
.seg__link { position: absolute; inset: 0; z-index: 1; }
@media (max-width: 560px) {
  .seg__lista { max-height: 200px; opacity: 1; }
}

/* ==========================================================================
   CITAÇÃO / DECLARAÇÃO DE MARCA
   ========================================================================== */
.declara { position: relative; isolation: isolate; overflow: hidden; background: var(--navy-900); }
.declara__bg { position: absolute; inset: 0; z-index: -2; }
.declara__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.declara__bg::after { content: ""; position: absolute; inset: 0;
  background: radial-gradient(80% 100% at 50% 0%, rgba(2,17,36,.7), rgba(2,17,36,.96)); }
.declara__in { padding-block: clamp(4.5rem, 3.5rem + 4vw, 7.5rem); text-align: center; }
.declara p { font-family: Manrope, sans-serif; font-weight: 700; color: #fff;
             font-size: clamp(1.45rem, 1.1rem + 1.9vw, 2.6rem); line-height: 1.28;
             letter-spacing: -.028em; max-width: 22ch; margin: 0 auto 1.5rem; text-wrap: balance; }
.declara p em { font-style: normal; color: var(--blue-400); }
.declara cite { display: block; font-style: normal; font-size: var(--fs-sm); color: #8FA8C2; letter-spacing: .04em; }
.declara .aspas { display: block; width: 46px; height: 46px; margin: 0 auto 1.5rem;
                  color: var(--blue); opacity: .8; }

/* ==========================================================================
   CTA
   ========================================================================== */
.cta { position: relative; background: var(--navy); overflow: hidden; isolation: isolate; }
.cta::before { content: ""; position: absolute; z-index: -1; inset: -45% -12% auto auto;
  width: 680px; height: 680px; border-radius: 50%;
  background: radial-gradient(circle, rgba(1,134,199,.34) 0%, rgba(1,134,199,0) 66%); }
.cta::after { content: ""; position: absolute; z-index: -1; left: -8%; bottom: -60%;
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(58,176,231,.16) 0%, rgba(58,176,231,0) 68%); }
.cta__in { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 1.4rem + 3vw, 4rem);
           align-items: center; padding-block: clamp(3.5rem, 2.8rem + 3vw, 5.5rem); }
@media (max-width: 880px) { .cta__in { grid-template-columns: 1fr; } }
.cta h2 { color: #fff; margin-bottom: .5em; }
.cta p { color: #A9BFD5; margin-bottom: 0; font-size: var(--fs-lg); }
@media (min-width: 881px) { .cta .btn-row { justify-content: flex-end; } }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { display: grid; gap: .8rem; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
               transition: border-color .3s, box-shadow .3s, background .3s; }
.faq details[open] { border-color: var(--blue-100); box-shadow: var(--sh-1); background: #FCFDFF; }
.faq summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem;
               padding: 1.25rem 1.4rem; cursor: pointer; list-style: none;
               font-family: Manrope, sans-serif; font-weight: 700; color: var(--ink); font-size: var(--fs-base); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 26px; height: 26px; margin-top: -.1em;
  border-radius: 50%; background: var(--blue-50)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230170A8' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center/15px no-repeat;
  transition: transform .35s var(--ease), background-color .3s; }
.faq details[open] summary::after { transform: rotate(180deg); }
.faq summary:hover::after { background-color: var(--blue-100); }
.faq .faq__a { padding: 0 1.4rem 1.4rem; color: var(--muted); font-size: var(--fs-sm); }
.faq details[open] .faq__a { animation: abre .35s var(--ease) both; }
@keyframes abre { from { opacity: 0; transform: translateY(-6px); } }

/* ==========================================================================
   BOTÕES FLUTUANTES
   ========================================================================== */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .85rem 1.25rem .85rem 1rem; border-radius: 100px;
  background: #118647; color: #fff; font-weight: 700; font-size: var(--fs-sm);
  font-family: Manrope, sans-serif; box-shadow: 0 8px 26px rgba(2,20,42,.3);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .25s;
}
.wa-float::before { content: ""; position: absolute; inset: 0; border-radius: 100px;
  box-shadow: 0 0 0 0 rgba(17,134,71,.5); animation: anel 3.4s ease-out infinite; }
@keyframes anel { 0% { box-shadow: 0 0 0 0 rgba(17,134,71,.45); } 70%,100% { box-shadow: 0 0 0 16px rgba(17,134,71,0); } }
.wa-float:hover { background: #0E6F3B; color: #fff; transform: translateY(-3px); box-shadow: 0 14px 34px rgba(2,20,42,.36); }
.wa-float svg { width: 22px; height: 22px; flex: none; position: relative; }
@media (max-width: 560px) { .wa-float { padding: .9rem; right: 14px; bottom: 14px; } .wa-float span { display: none; } }

.ao-topo {
  position: fixed; right: 18px; bottom: 82px; z-index: 89;
  width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%;
  background: rgba(255,255,255,.9); color: var(--navy); border: 1px solid var(--line);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  box-shadow: 0 6px 20px rgba(4,24,47,.14); cursor: pointer;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s, background .25s;
}
.ao-topo.on { opacity: 1; visibility: visible; transform: none; }
.ao-topo:hover { background: #fff; color: var(--blue-700); }
.ao-topo svg { width: 19px; height: 19px; }
@media (max-width: 560px) { .ao-topo { bottom: 76px; right: 14px; width: 40px; height: 40px; } }

/* ==========================================================================
   ANIMAÇÃO DE ENTRADA
   ========================================================================== */
.rv { opacity: 0; transform: translateY(26px); }
.js .rv { transition: opacity .75s var(--ease), transform .75s var(--ease); }
.rv.is-in { opacity: 1; transform: none; }
html:not(.js) .rv { opacity: 1; transform: none; }

.js .rv-lin .lin > span { transform: translateY(105%); transition: transform .9s var(--ease); }
.rv-lin.is-in .lin > span { transform: none; }
.rv-lin .lin:nth-child(2) > span { transition-delay: .09s; }
.rv-lin .lin:nth-child(3) > span { transition-delay: .18s; }
html:not(.js) .rv-lin .lin > span { transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  .rv, .js .rv, .rv-lin .lin > span { opacity: 1 !important; transform: none !important; }
  .hero__bg img, .phero__bg img { animation: none; }
  .pilha__a, .pilha__b { transform: none !important; }
  .trilho::after { transform: scaleX(1); }
}
/* --- formulário ---------------------------------------------------------- */
.form { display: grid; gap: 1.15rem; }
.form__row { display: grid; gap: 1.15rem; grid-template-columns: 1fr 1fr; }
@media (max-width: 640px) { .form__row { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field label { font-size: var(--fs-sm); font-weight: 600; color: var(--ink); }
.field label .req { color: #C2410C; }
.field input, .field select, .field textarea {
  font: inherit; font-size: var(--fs-sm); color: var(--ink);
  padding: .85rem 1rem; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: var(--surface); width: 100%;
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #CBD6E2; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(1,134,199,.13);
}
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"], .field select[aria-invalid="true"] {
  border-color: #C2410C; box-shadow: 0 0 0 4px rgba(194,65,12,.10);
}
.field .err { font-size: var(--fs-xs); color: #C2410C; min-height: 0; }
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B7A8D' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .9rem center; background-size: 17px;
  padding-right: 2.6rem;
}
.checks { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .6rem; }
@media (max-width: 520px) { .checks { grid-template-columns: 1fr; } }
.check {
  display: flex; align-items: center; gap: .65rem; cursor: pointer;
  padding: .7rem .9rem; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  font-size: var(--fs-sm); transition: border-color .2s, background .2s;
}
.check:hover { border-color: var(--blue-100); background: var(--blue-50); }
.check input { width: 18px; height: 18px; accent-color: var(--blue-600); flex: none; margin: 0; }
.check:has(input:checked) { border-color: var(--blue); background: var(--blue-50); }
.consent { display: flex; gap: .7rem; align-items: flex-start; font-size: var(--fs-xs); color: var(--muted); }
.consent input { width: 18px; height: 18px; accent-color: var(--blue-600); flex: none; margin-top: .1rem; }
.hp { position: absolute !important; left: -9999px !important; opacity: 0; height: 0; overflow: hidden; }
.form__msg { padding: 1rem 1.2rem; border-radius: var(--r-sm); font-size: var(--fs-sm); display: none; }
.form__msg.is-on { display: block; }
.form__msg--ok { background: #E7F6EC; border: 1px solid #A8DCBB; color: #14532D; }
.form__msg--err { background: #FDECEA; border: 1px solid #F2B8B0; color: #7F1D1D; }
.btn[aria-busy="true"] { opacity: .68; pointer-events: none; }

/* --- painéis de contato -------------------------------------------------- */
.uni { display: grid; gap: 1.35rem; }
.uni__item { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); }
.uni__item h3 { font-size: var(--fs-lg); margin-bottom: .55rem; }
.uni__item address { font-style: normal; color: var(--muted); font-size: var(--fs-sm); margin-bottom: .85rem; }
.uni__item a { font-weight: 600; }

/* --- rodapé -------------------------------------------------------------- */
.ftr { background: var(--navy-900); color: #92A8C0; font-size: var(--fs-sm); }
.ftr__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem;
            padding-block: clamp(3rem, 2.4rem + 2vw, 4.5rem); }
@media (max-width: 940px) { .ftr__top { grid-template-columns: 1fr 1fr; gap: 2.25rem; } }
@media (max-width: 560px) { .ftr__top { grid-template-columns: 1fr; } }
.ftr__logo img { width: 152px; margin-bottom: 1.15rem; }
.ftr__brand p { max-width: 32ch; color: #8299B3; }
.ftr .ftr__t { color: #fff; font-size: var(--fs-sm); text-transform: uppercase; letter-spacing: .09em;
          margin-bottom: 1.1rem; font-weight: 700; }
.ftr ul { list-style: none; display: grid; gap: .6rem; }
.ftr a { color: #A8BDD3; }
.ftr a:hover { color: #fff; }
.ftr address { font-style: normal; color: #8299B3; }
.ftr__bot {
  border-top: 1px solid rgba(255,255,255,.1); padding-block: 1.4rem;
  display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; align-items: center;
  justify-content: space-between; font-size: var(--fs-xs); color: #7E93AB;
}
.ftr__bot a { color: #7E93AB; }

/* --- página de conteúdo simples (privacidade / 404) ---------------------- */
.prose h2 { margin-top: 2.4rem; }
.prose h3 { margin-top: 1.8rem; font-size: var(--fs-xl); }
.prose ul { list-style: disc; padding-left: 1.35rem; display: grid; gap: .5rem; margin-bottom: 1.1em; }
.prose a { text-decoration: underline; text-underline-offset: 3px; }

/* --- layouts específicos de página --------------------------------------
   Em expressão matemática de CSS os operadores + e - exigem espaço em volta
   ("2rem + 3vw"); sem espaço a declaração inteira é descartada em silêncio.
   Por isso estes valores moram aqui e não em atributos style="". */
.contato-grid { display: grid; grid-template-columns: 1.35fr .85fr;
                gap: clamp(2.5rem, 2rem + 3vw, 4.5rem); align-items: start; }
@media (max-width: 940px) { .contato-grid { grid-template-columns: 1fr; } }
.sec--roomy { padding-block: clamp(5rem, 4rem + 5vw, 9rem); }
.phero--doc .phero__in { padding-block: clamp(2.75rem, 2.2rem + 3vw, 4.5rem); }
.h-doc { font-size: clamp(1.9rem, 1.5rem + 1.8vw, 2.9rem); }
.mt-sec { margin-top: clamp(2.5rem, 2rem + 1.6vw, 3.5rem); }

/* --- impressão ----------------------------------------------------------- */
@media print {
  .rv, .rv-lin .lin > span { opacity: 1 !important; transform: none !important; }
  .nav, .wa-float, .ao-topo, .progresso, .rolar, .mq, .cta .btn-row, .skip { display: none !important; }
  body { color: #000; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .8em; color: #444; }
}

/* trilho sobre fundo escuro */
.sec--navy .trilho::before { background: rgba(255,255,255,.14); }
.sec--navy .passo__n { background: var(--navy-900); border-color: rgba(255,255,255,.2); color: #8FA8C2; }
.sec--navy .passo.on .passo__n { background: var(--blue-600); border-color: var(--blue); color: #fff; }
.sec--navy .passo p { color: #9FB3C8; }
