/* ═══════════════════════════════════════════════════════════
   GRS SOLUÇÕES — Premium Corporate Design System v3
   Influências: Stripe · Linear · Ramp · Morgan Stanley
   Paleta: Canvas Quente · Preto Estratégico · Vermelho de Marca
   ═══════════════════════════════════════════════════════════ */

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* ── Backgrounds ── */
  --canvas:    #FAF9F7;   /* off-white quente, inspirado em papel premium */
  --surface:   #FFFFFF;
  --inset:     #F0EEE9;   /* recuado, levemente mais escuro */
  --inverse:   #080808;   /* preto profundo e refinado */
  --inverse-2: #111111;

  /* ── Brand ── */
  --red:        #C31230;  /* vermelho de marca — refinado, não agressivo */
  --red-dark:   #9E0D26;
  --red-light:  #FCEEF1;
  --red-muted:  rgba(195, 18, 48, 0.07);

  /* ── Texto — fundos claros ── */
  --t1: #0C0C0C;   /* primário */
  --t2: #383838;   /* secundário */
  --t3: #6B6B6B;   /* muted */
  --t4: #ABABAB;   /* sutil */

  /* ── Texto — fundos escuros ── */
  --ti1: #FFFFFF;
  --ti2: rgba(255, 255, 255, 0.70);
  --ti3: rgba(255, 255, 255, 0.40);

  /* ── Bordas ── */
  --border:     #E4E1DC;
  --border-lt:  #EDEBE6;
  --border-inv: rgba(255, 255, 255, 0.07);

  /* ── Número decorativo de seção ── */
  --sec-num-color: rgba(0, 0, 0, 0.042);

  /* ── Tipografia ── */
  --serif: 'Fraunces', 'Playfair Display', Georgia, serif;
  --sans:  'Inter', system-ui, -apple-system, sans-serif;

  /* ── Espaçamento ── */
  --section-py: 7rem;

  /* ── Easing premium ── */
  --ease:     cubic-bezier(0.16, 1, 0.3, 1);
  --ease-std: cubic-bezier(0.4, 0, 0.2, 1);

  /* ── Timing ── */
  --t-fast:   150ms;
  --t-base:   240ms;
  --t-slow:   420ms;

  /* ── Sombras — fundos claros ── */
  --sh-xs: 0 1px 2px rgba(0,0,0,0.055);
  --sh-sm: 0 2px 8px rgba(0,0,0,0.065), 0 1px 3px rgba(0,0,0,0.04);
  --sh-md: 0 8px 24px rgba(0,0,0,0.08),  0 2px 8px rgba(0,0,0,0.04);
  --sh-lg: 0 16px 48px rgba(0,0,0,0.09), 0 4px 16px rgba(0,0,0,0.05);
  --sh-xl: 0 24px 64px rgba(0,0,0,0.11);
  --sh-brand: 0 4px 20px rgba(195,18,48,0.22);

  /* ── Success ── */
  --success: #15803d;
}

/* ── Base ── */
html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: var(--sans);
  background: var(--canvas);
  color: var(--t1);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
}

/* Fraunces — afinação tipográfica institucional */
.section-title,
.hero__title,
.hero__title-em,
.cta-banner__title,
.numbers-bar__title,
.manifesto__quote,
.processo-step__title,
.service-card__title,
.testimonial-card__text {
  font-variation-settings: "opsz" 144, "SOFT" 25, "WONK" 0;
}
.logo-grs,
.trust-num,
.number-card__value,
.porque-card__num,
.processo-step__num {
  font-variation-settings: "opsz" 60, "SOFT" 0, "WONK" 0;
}
img { max-width: 100%; display: block; }
a   { text-decoration: none; color: inherit; }
ul  { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── Container ── */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ── Section base ── */
.section { padding: var(--section-py) 0; position: relative; }

/* ═══════════════════ TIPOGRAFIA DE SEÇÃO ═══════════════════ */

/* Tag de seção — pill com label em caixa alta */
.section-tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  background: var(--red-light);
  border: 1px solid rgba(195,18,48,0.15);
  padding: 0.3rem 0.85rem;
  border-radius: 100px;
  margin-bottom: 1.25rem;
}
.section-tag--light {
  color: var(--red);
  background: var(--red-light);
  border-color: rgba(195,18,48,0.13);
}

/* Número decorativo de seção — enorme, quase invisível */
.section-num {
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  font-family: var(--serif);
  font-size: clamp(5rem, 12vw, 9rem);
  font-weight: 900;
  color: var(--sec-num-color);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.04em;
  z-index: 0;
}

/* Título de seção */
.section-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.18;
  color: var(--t1);
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}
.section-title em {
  font-style: italic;
  color: var(--red);
}
.section-title--center { text-align: center; }

.section-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
.section-subtitle {
  font-size: 1.05rem;
  color: var(--t3);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

/* ═══════════════════ ANIMAÇÕES ═══════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(7px); }
}
@keyframes waPulse {
  0%, 100% { box-shadow: 0 4px 16px rgba(34,197,94,0.3),  0 2px 6px rgba(0,0,0,0.08); }
  50%       { box-shadow: 0 4px 28px rgba(34,197,94,0.52), 0 2px 6px rgba(0,0,0,0.08); }
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.fade-up {
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp var(--t-slow) var(--ease) forwards;
}
.fade-up:nth-child(1) { animation-delay: 0.08s; }
.fade-up:nth-child(2) { animation-delay: 0.18s; }
.fade-up:nth-child(3) { animation-delay: 0.28s; }
.fade-up:nth-child(4) { animation-delay: 0.38s; }
.fade-up:nth-child(5) { animation-delay: 0.48s; }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity var(--t-slow) var(--ease), transform var(--t-slow) var(--ease);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal:nth-child(2) { transition-delay: 0.07s; }
.reveal:nth-child(3) { transition-delay: 0.14s; }
.reveal:nth-child(4) { transition-delay: 0.21s; }
.reveal:nth-child(5) { transition-delay: 0.28s; }
.reveal:nth-child(6) { transition-delay: 0.35s; }

@media (prefers-reduced-motion: reduce) {
  .fade-up  { animation: none; opacity: 1; transform: none; }
  .reveal   { transition: none; opacity: 1; transform: none; }
}

/* ═══════════════════ BOTÕES ═══════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--sans);
  font-weight: 600;
  border-radius: 8px;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition:
    background  var(--t-base) var(--ease),
    box-shadow  var(--t-base) var(--ease),
    transform   var(--t-fast) var(--ease),
    color       var(--t-base) var(--ease),
    border-color var(--t-base) var(--ease);
}
.btn--sm  { padding: 0.5rem 1.125rem;  font-size: 0.875rem; }
.btn--md  { padding: 0.7rem 1.625rem;  font-size: 0.95rem; }
.btn--lg  { padding: 0.875rem 2rem;    font-size: 1rem; }
.btn--full { width: 100%; justify-content: center; }

/* Primário — vermelho sólido */
.btn--gold {
  background: var(--red);
  color: var(--surface);
  box-shadow: var(--sh-brand);
}
.btn--gold:hover {
  background: var(--red-dark);
  box-shadow: 0 6px 24px rgba(195,18,48,0.3);
  transform: translateY(-1px);
}
.btn--gold:active { transform: translateY(0); }

/* Ghost branco — sobre fundo escuro */
.btn--outline {
  border: 1.5px solid rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.78);
  background: transparent;
}
.btn--outline:hover {
  border-color: rgba(255,255,255,0.48);
  color: var(--surface);
  background: rgba(255,255,255,0.05);
  transform: translateY(-1px);
}

/* Ghost vermelho — sobre fundo escuro */
.btn--outline-gold {
  border: 1.5px solid rgba(195,18,48,0.48);
  color: rgba(232,90,106,0.88);
  background: transparent;
}
.btn--outline-gold:hover {
  border-color: var(--red);
  background: rgba(195,18,48,0.07);
  transform: translateY(-1px);
}

/* ═══════════════════ NAVBAR ═══════════════════ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 1.375rem 0;
  transition:
    background   var(--t-slow) var(--ease),
    padding      var(--t-base) var(--ease),
    box-shadow   var(--t-slow) var(--ease);
}

/* Sobre hero escuro: transparente, links brancos */
.navbar .nav-link { color: rgba(255,255,255,0.62); }
.navbar .logo-grs { color: var(--surface); }

/* Após scroll: branco nítido */
.navbar.scrolled {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  padding: 0.75rem 0;
  box-shadow: 0 1px 0 var(--border), 0 4px 20px rgba(0,0,0,0.044);
}
.navbar.scrolled .nav-link       { color: var(--t3); }
.navbar.scrolled .nav-link:hover { color: var(--t1); }
.navbar.scrolled .logo-grs       { color: var(--t1); }

.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.navbar__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  text-decoration: none;
  transition: opacity var(--t-base) var(--ease);
}
.navbar__logo:hover { opacity: 0.85; }

.logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: var(--surface);
  transition: color var(--t-base) var(--ease);
}
.navbar.scrolled .logo-mark { color: var(--t1); }

.logo-text {
  display: inline-flex;
  align-items: baseline;
  gap: 0.32rem;
  line-height: 1;
}
.logo-grs {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.022em;
  line-height: 1;
  transition: color var(--t-base) var(--ease);
}
.logo-solucoes {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--red);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}

.navbar__menu {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.nav-link {
  font-size: 0.87rem;
  font-weight: 500;
  transition: color var(--t-base) var(--ease);
  position: relative;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1.5px;
  background: var(--red);
  transition: width var(--t-base) var(--ease);
}
.nav-link:hover::after,
.nav-link.active::after { width: 100%; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 22px; height: 1.5px;
  background: var(--surface);
  transition: background var(--t-base) var(--ease), transform var(--t-base) var(--ease), opacity var(--t-base) var(--ease);
}
.navbar.scrolled .hamburger span { background: var(--t1); }
.hamburger.active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ═══════════════════ HERO — CINEMATIC EDITORIAL ═══════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--inverse);
  padding: 6rem 0 0;
}

/* Grade geométrica sutil */
.hero__bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.014) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 50% 40%, black 18%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 40%, black 18%, transparent 70%);
  z-index: 0;
}

/* Orbs muito sutis */
.hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}
.hero__orb--1 {
  width: 560px; height: 560px;
  top: -180px; right: -110px;
  background: radial-gradient(circle, rgba(160,14,34,0.12) 0%, transparent 60%);
}
.hero__orb--2 {
  width: 300px; height: 300px;
  bottom: 8%; left: 6%;
  background: radial-gradient(circle, rgba(255,255,255,0.018) 0%, transparent 65%);
}

/* ── Top editorial bar ── */
.hero__topbar {
  position: relative;
  z-index: 2;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  margin-bottom: 3.5rem;
}
.hero__topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.hero__since {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
  animation: fadeUp 0.7s var(--ease) 0.1s both;
}
.hero__since-line {
  display: inline-block;
  width: 36px; height: 1px;
  background: var(--red);
  flex-shrink: 0;
}

/* Floating stat — top right */
.hero__floating-stat {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.625rem 1rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  animation: fadeUp 0.7s var(--ease) 0.2s both;
}
.hero__floating-stat-label {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
}
.hero__floating-stat strong {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--surface);
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}
.hero__floating-stat strong span { color: var(--red); }

/* ── Main composition ── */
.hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: center;
  flex: 1;
  padding-bottom: 4rem;
}

.hero__content {
  max-width: 600px;
}

/* Eyebrow with pulsing dot */
.hero__category {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232,90,106,0.85);
  margin-bottom: 2rem;
}
.hero__category-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--red);
  flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(195,18,48,0.18);
  animation: dotPulse 2.5s ease-in-out infinite;
}
@keyframes dotPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(195,18,48,0.18); }
  50%       { box-shadow: 0 0 0 7px rgba(195,18,48,0.08); }
}

/* Hero title — editorial multi-line */
.hero__title {
  font-family: var(--serif);
  font-size: clamp(2.875rem, 6vw, 4.75rem);
  font-weight: 900;
  line-height: 1.02;
  color: var(--surface);
  margin-bottom: 0;
  letter-spacing: -0.028em;
  display: flex;
  flex-direction: column;
}
.hero__title-line {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.7s var(--ease) forwards;
}
.hero__title-line:nth-child(1) { animation-delay: 0.18s; }
.hero__title-line:nth-child(2) { animation-delay: 0.28s; }
.hero__title-line:nth-child(3) { animation-delay: 0.38s; }
.hero__title-em {
  font-style: italic;
  color: var(--red);
  display: block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.7s var(--ease) 0.5s forwards;
  font-weight: 700;
}

/* Animated divider */
.hero__divider {
  width: 0;
  height: 1px;
  background: var(--red);
  margin: 2.25rem 0 1.75rem;
  animation: lineExpand 0.8s var(--ease) 0.75s forwards;
}
@keyframes lineExpand {
  to { width: 64px; }
}

.hero__subtitle {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  color: rgba(255,255,255,0.5);
  line-height: 1.78;
  max-width: 480px;
  margin-bottom: 2.5rem;
}
.hero__subtitle strong {
  color: rgba(255,255,255,0.86);
  font-weight: 500;
}

.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}
.hero__ctas .btn--gold svg { transition: transform var(--t-base) var(--ease); }
.hero__ctas .btn--gold:hover svg { transform: translateX(3px); }

/* ── Visual composition (right) ── */
.hero__visual {
  position: relative;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__doc {
  position: absolute;
  background: rgba(20, 20, 20, 0.9);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.45), 0 8px 24px rgba(0,0,0,0.2);
  transition: transform 0.6s var(--ease);
}

/* Back document */
.hero__doc--back {
  top: 12%;
  left: 8%;
  width: 280px;
  padding: 1.25rem 1.25rem 1.375rem;
  transform: rotate(-4deg);
  animation-delay: 0.55s !important;
}
.hero__doc--back:hover { transform: rotate(-4deg) translateY(-4px); }

.hero__doc-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 1rem;
}
.hero__doc-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
}
.hero__doc-name {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.55);
}
.hero__doc-lines {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hero__doc-lines span {
  display: block;
  height: 5px;
  background: rgba(255,255,255,0.08);
  border-radius: 2px;
  width: 100%;
}
.hero__doc-lines span.short { width: 55%; }
.hero__doc-lines span.medium { width: 78%; }

.hero__doc-highlight {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1rem;
  padding: 0.4rem 0.65rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--red);
  background: rgba(195,18,48,0.12);
  border: 1px solid rgba(195,18,48,0.25);
  border-radius: 6px;
}
.hero__doc-highlight svg { color: var(--red); flex-shrink: 0; }

/* Front analysis card */
.hero__doc--front {
  top: 18%;
  right: 4%;
  width: 310px;
  padding: 1.5rem 1.5rem 1.375rem;
  transform: rotate(3deg);
  animation-delay: 0.7s !important;
}
.hero__doc--front:hover { transform: rotate(3deg) translateY(-4px); }

.hero__doc-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--red);
  margin-bottom: 0.875rem;
}
.hero__doc-tag-pulse {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--red);
  position: relative;
}
.hero__doc-tag-pulse::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: var(--red);
  opacity: 0.4;
  animation: tagPulse 1.6s ease-in-out infinite;
}
@keyframes tagPulse {
  0%   { transform: scale(1); opacity: 0.4; }
  100% { transform: scale(2.2); opacity: 0; }
}

.hero__doc-title {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--surface);
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
.hero__doc-divider {
  height: 1px;
  background: rgba(255,255,255,0.06);
  margin-bottom: 1rem;
}
.hero__doc-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.hero__doc-stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.hero__doc-stat span {
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.hero__doc-stat strong {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
  text-decoration: line-through;
  text-decoration-color: rgba(255,255,255,0.2);
}
.hero__doc-correct {
  color: var(--surface) !important;
  text-decoration: none !important;
}

.hero__doc-savings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.875rem;
  background: rgba(195,18,48,0.08);
  border: 1px solid rgba(195,18,48,0.22);
  border-radius: 8px;
}
.hero__doc-savings span {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(232,90,106,0.85);
  display: block;
  margin-bottom: 0.1rem;
}
.hero__doc-savings strong {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--surface);
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}
.hero__doc-savings-pct {
  font-family: var(--serif);
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  color: var(--red) !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
}

/* ── Bottom trust bar ── */
.hero__bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 2rem 0;
}
.hero__trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
}
.trust-item {
  display: flex;
  flex-direction: column;
  padding: 0 2.5rem;
  position: relative;
}
.trust-item:first-child { padding-left: 0; }
.trust-num {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  color: var(--surface);
  line-height: 1;
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
  display: inline-flex;
  align-items: baseline;
}
.trust-plus {
  color: var(--red);
  font-size: 0.85em;
  margin-left: 0.05em;
}
.trust-label {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.4);
  margin-top: 0.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.trust-divider {
  width: 1px;
  height: 38px;
  background: rgba(255,255,255,0.08);
  flex-shrink: 0;
}

/* Scroll indicator — vertical text */
.hero__scroll {
  position: absolute;
  bottom: 8rem; right: 2rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255,255,255,0.3);
  transition: color var(--t-base);
  writing-mode: vertical-rl;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.hero__scroll:hover { color: rgba(255,255,255,0.6); }
.hero__scroll-line {
  display: block;
  width: 1px; height: 38px;
  background: rgba(255,255,255,0.3);
  animation: scrollLine 2.4s ease-in-out infinite;
  writing-mode: horizontal-tb;
}
@keyframes scrollLine {
  0%   { transform: scaleY(0); transform-origin: top; }
  45%  { transform: scaleY(1); transform-origin: top; }
  55%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ═══════════════════ MARQUEE STRIP ═══════════════════ */
.marquee-strip {
  background: var(--inverse-2);
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  padding: 1.125rem 0;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: max-content;
  animation: marqueeScroll 38s linear infinite;
}
.marquee-strip:hover .marquee-track { animation-play-state: paused; }
.marquee-track span {
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.36);
  white-space: nowrap;
  flex-shrink: 0;
}
.marquee-track .m-sep {
  color: var(--red);
  letter-spacing: 0;
  font-size: 0.52rem;
  opacity: 0.55;
}

/* ═══════════════════ MANIFESTO ═══════════════════ */
.manifesto {
  background: var(--canvas);
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
}
.manifesto::before,
.manifesto::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  height: 1px;
  background: var(--border);
}
.manifesto::before { top: 0; }
.manifesto::after  { bottom: 0; }

.manifesto__inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.manifesto__label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 2.5rem;
}
.manifesto__label-line {
  display: inline-block;
  width: 32px; height: 1px;
  background: var(--red);
}

.manifesto__quote {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  font-weight: 500;
  line-height: 1.4;
  color: var(--t1);
  letter-spacing: -0.015em;
  margin-bottom: 3rem;
}
.manifesto__quote em {
  font-style: italic;
  color: var(--red);
  font-weight: 600;
}

.manifesto__sign {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.manifesto__sign-line {
  display: inline-block;
  width: 40px; height: 1px;
  background: var(--t4);
}
.manifesto__sign-text {
  text-align: left;
}
.manifesto__sign-text strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--t1);
  letter-spacing: 0.01em;
}
.manifesto__sign-text span {
  display: block;
  font-size: 0.72rem;
  color: var(--t3);
  letter-spacing: 0.04em;
  margin-top: 0.15rem;
}

/* ═══════════════════ NUMBERS BAR ═══════════════════ */
.numbers-bar {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 6rem 0;
}

/* Editorial header inside numbers-bar */
.numbers-bar__header {
  text-align: center;
  margin-bottom: 4rem;
}
.numbers-bar__label {
  display: inline-block;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 1rem;
}
.numbers-bar__title {
  font-family: var(--serif);
  font-size: clamp(1.875rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--t1);
  letter-spacing: -0.02em;
}
.numbers-bar__title em {
  font-style: italic;
  color: var(--red);
}
.numbers-bar__footnote {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 0.78rem;
  color: var(--t4);
  letter-spacing: 0.04em;
}

.numbers-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.number-card {
  text-align: center;
  padding: 1.75rem 1rem;
  border-right: 1px solid var(--border-lt);
  transition: background var(--t-base) var(--ease);
  position: relative;
  cursor: default;
}
.number-card:last-child { border-right: none; }
.number-card:hover { background: var(--canvas); }

/* Linha vermelha sutil que cresce ao hover */
.number-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 30px; height: 2px;
  background: var(--red);
  transition: transform var(--t-slow) var(--ease);
}
.number-card:hover::after { transform: translateX(-50%) scaleX(1); }

/* Esconde os emojis — usamos CSS puro */
.number-card__icon { display: none; }

.number-card__value {
  display: inline;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4.5vw, 3.25rem);
  font-weight: 700;
  color: var(--t1);
  line-height: 1;
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
}
.number-card__plus {
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--red);
}
.number-card__label {
  display: block;
  font-size: 0.77rem;
  color: var(--t3);
  margin-top: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ═══════════════════ SOBRE NÓS — EDITORIAL MAGAZINE ═══════════════════ */
.sobre { background: var(--canvas); }

.sobre__layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 5rem;
  align-items: start;
}

/* Sidebar editorial */
.sobre__sidebar {
  position: sticky;
  top: 8rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--t1);
}

.sobre__meta {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 2rem;
}

.sobre__meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-lt);
}
.sobre__meta-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sobre__meta-label {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--t4);
}
.sobre__meta-value {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--t1);
  line-height: 1.4;
  letter-spacing: -0.01em;
}

/* Main content column */
.sobre__main {
  max-width: 680px;
}

.sobre__lead {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 400;
  color: var(--t1);
  line-height: 1.55;
  margin-bottom: 2.25rem;
  letter-spacing: -0.012em;
  font-variation-settings: "opsz" 60, "SOFT" 30;
}

/* Pull quote — editorial signature */
.sobre__pullquote {
  position: relative;
  margin: 3rem 0 2.5rem;
  padding: 0 0 0 2.5rem;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  font-style: italic;
  font-weight: 500;
  color: var(--t2);
  line-height: 1.5;
  border-left: 2px solid var(--red);
  letter-spacing: -0.005em;
}
.sobre__pullquote-mark {
  position: absolute;
  left: 0.45rem;
  top: -0.85rem;
  font-family: var(--serif);
  font-size: 3.5rem;
  line-height: 1;
  color: var(--red);
  font-style: normal;
  font-weight: 700;
  opacity: 0.85;
}

.sobre__body {
  font-size: 1rem;
  color: var(--t2);
  line-height: 1.85;
  margin-bottom: 2.5rem;
}

/* Pillars — Missão / Visão / Valores em texto editorial */
.sobre__pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 3rem 0;
  border-top: 1px solid var(--border);
}
.pillar {
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 2rem;
  align-items: baseline;
}
.pillar__label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  padding-top: 0.2rem;
}
.pillar__right {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.pillar__title {
  display: block;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--t1);
  line-height: 1.35;
  letter-spacing: -0.012em;
}
.pillar__desc {
  font-size: 0.94rem;
  color: var(--t3);
  line-height: 1.7;
}

.sobre__cta-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.sobre__cta-row .btn--gold svg { transition: transform var(--t-base) var(--ease); }
.sobre__cta-row .btn--gold:hover svg { transform: translateX(3px); }

.sobre__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--t2);
  border-bottom: 1px solid var(--border);
  padding-bottom: 0.25rem;
  transition: color var(--t-base) var(--ease), border-color var(--t-base) var(--ease);
}
.sobre__link:hover {
  color: var(--red);
  border-color: var(--red);
}
.sobre__link svg { transition: transform var(--t-base) var(--ease); }
.sobre__link:hover svg { transform: translateX(3px); }

/* ═══════════════════ EQUIPE ═══════════════════ */
.equipe { background: var(--surface); }

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.25rem;
}

.team-card {
  background: var(--canvas);
  border: 1px solid var(--border-lt);
  border-radius: 16px;
  padding: 2.5rem 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
  transition:
    transform      var(--t-base) var(--ease),
    box-shadow     var(--t-slow) var(--ease),
    border-color   var(--t-base) var(--ease),
    background     var(--t-base) var(--ease);
}

/* Barra de acento vermelha no topo */
.team-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-slow) var(--ease);
}

.team-card:hover {
  background: var(--surface);
  border-color: var(--border);
  box-shadow: var(--sh-lg);
  transform: translateY(-3px);
}
.team-card:hover::before { transform: scaleX(1); }

.team-card__image {
  display: flex;
  justify-content: center;
}

.team-card__avatar {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--surface);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transition: transform var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
}
.team-card:hover .team-card__avatar {
  transform: scale(1.08);
  box-shadow: 0 12px 32px rgba(0,0,0,0.16);
}
.team-card__avatar svg {
  width: 44px;
  height: 44px;
  stroke-width: 1;
}

.team-card__content {
  text-align: center;
}

.team-card__name {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--t1);
  margin-bottom: 0.25rem;
  letter-spacing: -0.01em;
}

.team-card__title {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--red);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  transition: color var(--t-base) var(--ease);
}
.team-card:hover .team-card__title { color: var(--red-dark); }

.team-card__specialties {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.team-card__specialties span {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--red);
  background: var(--red-light);
  border: 1px solid rgba(195,18,48,0.14);
  padding: 0.28rem 0.7rem;
  border-radius: 100px;
  letter-spacing: 0.03em;
  transition: background var(--t-base) var(--ease), border-color var(--t-base) var(--ease);
}
.team-card:hover .team-card__specialties span {
  background: rgba(195,18,48,0.11);
  border-color: rgba(195,18,48,0.22);
}

.team-card__bio {
  font-size: 0.88rem;
  color: var(--t3);
  line-height: 1.72;
  border-top: 1px solid var(--border-lt);
  padding-top: 1rem;
  margin: 0;
}

/* ═══════════════════ SERVIÇOS ═══════════════════ */
.servicos { background: var(--surface); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.125rem;
}

.service-card {
  background: var(--canvas);
  border: 1px solid var(--border-lt);
  border-radius: 14px;
  padding: 2.25rem 2.25rem 2rem;
  position: relative;
  overflow: hidden;
  transition:
    transform      var(--t-base) var(--ease),
    box-shadow     var(--t-slow) var(--ease),
    border-color   var(--t-base) var(--ease),
    background     var(--t-base) var(--ease);
}

/* Barra de acento vermelha — cresce de baixo para cima */
.service-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--red);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform var(--t-slow) var(--ease);
  border-radius: 0 2px 2px 0;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-lg);
  border-color: var(--border);
  background: var(--surface);
}
.service-card:hover::before { transform: scaleY(1); }

/* Número do card — pequeno, tipográfico */
.service-card__number {
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--red);
  margin-bottom: 1.125rem;
  display: block;
  opacity: 0.75;
}

.service-card__icon {
  width: 48px; height: 48px;
  border-radius: 10px;
  background: var(--surface);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.375rem;
  border: 1px solid var(--border);
  transition: background var(--t-base) var(--ease), border-color var(--t-base) var(--ease);
}
.service-card:hover .service-card__icon {
  background: var(--red);
  border-color: var(--red);
}
.service-card__icon svg {
  width: 22px; height: 22px;
  color: var(--red);
  transition: color var(--t-base) var(--ease);
}
.service-card:hover .service-card__icon svg { color: var(--surface); }

.service-card__title {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--t1);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
.service-card__desc {
  font-size: 0.9rem;
  color: var(--t3);
  line-height: 1.84;
  margin-bottom: 1.25rem;
}
.service-card__tags {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
}
.service-card__tags span {
  font-size: 0.66rem;
  font-weight: 600;
  color: var(--red);
  background: var(--red-light);
  border: 1px solid rgba(195,18,48,0.11);
  padding: 0.22rem 0.6rem;
  border-radius: 100px;
  letter-spacing: 0.03em;
}

/* ═══════════════════ PROCESSO — TIMELINE EDITORIAL ═══════════════════ */
.processo { background: var(--canvas); }

.processo-track {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Linha vertical central */
.processo-track__line {
  position: absolute;
  left: 32px;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: linear-gradient(180deg,
    transparent 0%,
    var(--border) 8%,
    var(--border) 92%,
    transparent 100%);
  pointer-events: none;
}

.processo-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 2.5rem;
  padding: 2.25rem 0 2.25rem;
  position: relative;
  align-items: start;
}
.processo-step + .processo-step {
  border-top: 1px solid var(--border-lt);
}

.processo-step__marker {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 64px;
  z-index: 1;
}
.processo-step__num {
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--red);
  letter-spacing: -0.02em;
  position: absolute;
  background: var(--canvas);
  padding: 0.5rem 0.6rem;
  z-index: 2;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.processo-step__dot {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--surface);
  border: 1.5px solid var(--red);
  z-index: 2;
  transition: all var(--t-base) var(--ease);
}
.processo-step:hover .processo-step__dot {
  background: var(--red);
  transform: translateX(-50%) scale(1.25);
  box-shadow: 0 0 0 6px rgba(195,18,48,0.1);
}

.processo-step__content {
  padding-top: 0.5rem;
  position: relative;
}
.processo-step__title {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--t1);
  margin-bottom: 0.625rem;
  letter-spacing: -0.015em;
  transition: color var(--t-base) var(--ease);
}
.processo-step:hover .processo-step__title { color: var(--red); }

.processo-step__desc {
  font-size: 0.95rem;
  color: var(--t3);
  line-height: 1.78;
  margin-bottom: 0.875rem;
  max-width: 580px;
}
.processo-step__meta {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--t4);
  padding-top: 0.5rem;
  border-top: 1px solid var(--border-lt);
}

/* ═══════════════════ POR QUE GRS — 3 PILARES SUBSTANCIAIS ═══════════════════ */
.porque { background: var(--surface); }

.porque-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.porque-card {
  display: flex;
  flex-direction: column;
  padding: 2.25rem 2rem 2rem;
  border-radius: 14px;
  background: var(--canvas);
  border: 1px solid var(--border-lt);
  position: relative;
  overflow: hidden;
  transition:
    transform      var(--t-base) var(--ease),
    box-shadow     var(--t-slow) var(--ease),
    border-color   var(--t-base) var(--ease),
    background     var(--t-base) var(--ease);
}
.porque-card:hover {
  border-color: var(--border);
  background: var(--surface);
  box-shadow: var(--sh-lg);
  transform: translateY(-3px);
}

.porque-card__header {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1.5rem;
}
.porque-card__num {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
}
.porque-card__rule {
  flex: 1;
  height: 1px;
  background: var(--border);
  transition: background var(--t-base) var(--ease);
}
.porque-card:hover .porque-card__rule { background: var(--red); }

.porque-card__title {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--t1);
  line-height: 1.25;
  letter-spacing: -0.015em;
  margin-bottom: 1rem;
}

.porque-card__lead {
  font-size: 0.92rem;
  color: var(--t3);
  line-height: 1.78;
  margin-bottom: 1.5rem;
  flex: 1;
}

.porque-card__list {
  list-style: none;
  padding: 1.25rem 0 0;
  margin: 0;
  border-top: 1px solid var(--border-lt);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.porque-card__list li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.85rem;
  color: var(--t2);
  line-height: 1.5;
  font-weight: 500;
}
.porque-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 1px;
  background: var(--red);
}

/* ═══════════════════ CTA BANNER ═══════════════════ */
.cta-banner {
  position: relative;
  background: var(--inverse);
  padding: 6rem 0;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 75% 50%, rgba(160,14,34,0.09) 0%, transparent 50%),
    radial-gradient(ellipse at 25% 50%, rgba(255,255,255,0.014) 0%, transparent 50%);
}
.cta-banner__orb {
  position: absolute;
  top: -120px; right: -120px;
  width: 440px; height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(195,18,48,0.08) 0%, transparent 62%);
  filter: blur(60px);
}
.cta-banner__content {
  position: relative;
  text-align: center;
}
.cta-banner__title {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--surface);
  margin-bottom: 1.125rem;
  max-width: 660px;
  margin-left: auto; margin-right: auto;
  line-height: 1.22;
  letter-spacing: -0.02em;
}
.cta-banner__sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.46);
  margin-bottom: 2.75rem;
  line-height: 1.8;
}
.cta-banner__sub strong { color: rgba(232,90,106,0.88); font-weight: 500; }
.cta-banner__ctas { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.875rem; }

/* ═══════════════════ AVALIAÇÕES ═══════════════════ */
.avaliacoes { background: var(--canvas); }

.testimonials-slider { position: relative; overflow: hidden; }
.testimonials-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.55s var(--ease);
}

.testimonial-card {
  min-width: calc(50% - 0.75rem);
  background: var(--surface);
  border: 1px solid var(--border-lt);
  border-radius: 14px;
  padding: 2.5rem;
  display: flex; flex-direction: column; gap: 1.25rem;
  position: relative;
  transition: box-shadow var(--t-slow) var(--ease);
}
.testimonial-card:hover { box-shadow: var(--sh-md); }
.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 1.25rem; right: 1.75rem;
  font-family: var(--serif);
  font-size: 5rem;
  color: var(--red-light);
  line-height: 1;
  pointer-events: none;
}

.testimonial-card__stars { color: var(--red); font-size: 0.88rem; letter-spacing: 3px; }
.testimonial-card__text {
  font-size: 0.94rem;
  color: var(--t2);
  line-height: 1.9;
  font-style: italic;
  flex: 1;
}
.testimonial-card__author {
  display: flex; align-items: center; gap: 0.875rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border-lt);
}
.testimonial-card__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--t1);
  color: var(--surface);
  font-weight: 700; font-size: 0.95rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.testimonial-card__author strong { display: block; font-size: 0.85rem; color: var(--t1); font-weight: 700; }
.testimonial-card__author span  { font-size: 0.73rem; color: var(--t4); }

.testimonials-controls {
  display: flex; align-items: center; justify-content: center;
  gap: 1.5rem; margin-top: 2.5rem;
}
.testimonials-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--t3);
  cursor: pointer;
  transition:
    background    var(--t-base) var(--ease),
    border-color  var(--t-base) var(--ease),
    color         var(--t-base) var(--ease),
    transform     var(--t-fast) var(--ease);
}
.testimonials-btn svg { width: 15px; height: 15px; }
.testimonials-btn:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--surface);
  transform: scale(1.05);
}

.testimonials-dots { display: flex; gap: 0.5rem; align-items: center; }
.testimonials-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  transition: background var(--t-base) var(--ease), width var(--t-base) var(--ease);
}
.testimonials-dot.active {
  background: var(--red);
  width: 20px;
  border-radius: 4px;
}

/* ═══════════════════ FAQ ═══════════════════ */
.faq { background: var(--surface); }
.faq-list {
  max-width: 740px;
  margin: 0 auto;
  display: flex; flex-direction: column; gap: 0.625rem;
}

.faq-item {
  border-radius: 10px;
  background: var(--canvas);
  border: 1px solid var(--border-lt);
  overflow: hidden;
  transition: border-color var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
}
.faq-item.open {
  background: var(--surface);
  border-color: rgba(195,18,48,0.16);
  box-shadow: var(--sh-sm);
}
.faq-item__q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: 1.125rem 1.375rem;
  font-size: 0.94rem; font-weight: 600;
  color: var(--t1); text-align: left;
  cursor: pointer;
  transition: color var(--t-base) var(--ease);
}
.faq-item__q svg {
  width: 16px; height: 16px;
  flex-shrink: 0; color: var(--t4);
  transition: transform var(--t-base) var(--ease), color var(--t-base) var(--ease);
}
.faq-item.open .faq-item__q svg { transform: rotate(180deg); color: var(--red); }

.faq-item__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.42s var(--ease);
}
.faq-item.open .faq-item__a { max-height: 500px; }
.faq-item__a p {
  padding: 0.875rem 1.375rem 1.375rem;
  font-size: 0.89rem; color: var(--t3); line-height: 1.9;
  border-top: 1px solid var(--border-lt);
}

/* ═══════════════════ CONTATO ═══════════════════ */
.contato { background: var(--canvas); }

.contato__wrap {
  max-width: 680px;
  margin: 0 auto;
}

.contato__header {
  text-align: center;
  margin-bottom: 3rem;
}

.contato__lead {
  font-size: 1rem;
  color: var(--t3);
  line-height: 1.82;
  max-width: 500px;
  margin: 0 auto;
}

.contato__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Botão WhatsApp destacado */
.contato__wa-cta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.5rem 2rem;
  background: #22c55e;
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(34,197,94,0.28), 0 2px 8px rgba(0,0,0,0.06);
  transition:
    transform    var(--t-base) var(--ease),
    box-shadow   var(--t-base) var(--ease);
  cursor: pointer;
}
.contato__wa-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(34,197,94,0.38), 0 4px 14px rgba(0,0,0,0.08);
}

.contato__wa-icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contato__wa-icon svg { width: 28px; height: 28px; }

.contato__wa-text {
  flex: 1;
}
.contato__wa-text strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
.contato__wa-text span {
  font-size: 0.82rem;
  opacity: 0.82;
  font-weight: 400;
}

.contato__wa-arrow {
  flex-shrink: 0;
  opacity: 0.75;
  transition: transform var(--t-base) var(--ease), opacity var(--t-base) var(--ease);
}
.contato__wa-cta:hover .contato__wa-arrow {
  transform: translateX(4px);
  opacity: 1;
}

/* Itens de contato secundários */
.contact-details { display: flex; flex-direction: column; gap: 0.5rem; }
.contact-detail-item {
  display: flex; align-items: flex-start; gap: 0.875rem;
  padding: 0.875rem 1.125rem;
  border-radius: 10px;
  border: 1px solid var(--border-lt);
  background: var(--surface);
  transition: border-color var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
}
.contact-detail-item:hover {
  border-color: rgba(195,18,48,0.15);
  box-shadow: var(--sh-xs);
}
.contact-detail-item__icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: var(--red-light);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-detail-item__icon svg { width: 15px; height: 15px; color: var(--red); }
.contact-detail-item strong { display: block; font-size: 0.79rem; color: var(--t1); font-weight: 700; margin-bottom: 0.15rem; }
.contact-detail-item span  { font-size: 0.84rem; color: var(--t3); }

/* ═══════════════════ FOOTER ═══════════════════ */
.footer {
  background: var(--inverse);
  border-top: 1px solid rgba(255,255,255,0.04);
}
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  padding: 4.5rem 0 3rem;
}

.footer .logo-grs    { color: var(--surface); }
.footer .logo-solucoes { color: var(--red); }

.footer__tagline {
  font-family: var(--serif);
  font-size: 0.9rem; font-style: italic;
  color: var(--red); margin: 0.5rem 0 1rem;
}
.footer__desc {
  font-size: 0.83rem; color: rgba(255,255,255,0.27); line-height: 1.75; max-width: 265px;
}

.footer__nav h4,
.footer__services h4,
.footer__contact h4 {
  font-size: 0.67rem; font-weight: 700;
  letter-spacing: 0.17em; text-transform: uppercase;
  color: rgba(255,255,255,0.24); margin-bottom: 1.375rem;
}
.footer__nav ul,
.footer__services ul,
.footer__contact ul { display: flex; flex-direction: column; gap: 0.55rem; }

.footer__nav a,
.footer__services a {
  font-size: 0.84rem; color: rgba(255,255,255,0.38);
  transition: color var(--t-base) var(--ease);
}
.footer__nav a:hover,
.footer__services a:hover { color: rgba(255,255,255,0.88); }

.footer__contact li {
  display: flex; align-items: center; gap: 0.6rem;
  font-size: 0.83rem; color: rgba(255,255,255,0.34);
}
.footer__contact svg { width: 13px; height: 13px; color: rgba(195,18,48,0.65); flex-shrink: 0; }
.footer__contact a { color: rgba(255,255,255,0.34); transition: color var(--t-base) var(--ease); }
.footer__contact a:hover { color: rgba(255,255,255,0.75); }

/* Linha de credenciais — institucional */
.footer__credentials {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 2.25rem 0;
}
.footer__credentials-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.footer__cred {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  position: relative;
}
.footer__cred + .footer__cred::before {
  content: '';
  position: absolute;
  left: -1rem;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 1px;
  background: rgba(255,255,255,0.04);
}
.footer__cred-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.32);
}
.footer__cred-value {
  font-family: var(--serif);
  font-size: 0.92rem;
  font-weight: 500;
  color: rgba(255,255,255,0.82);
  line-height: 1.4;
  letter-spacing: -0.005em;
}

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.04);
  padding: 1.5rem 0;
}
.footer__bottom-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
  font-size: 0.78rem; color: rgba(255,255,255,0.16);
}
.footer__privacy { transition: color var(--t-base) var(--ease); }
.footer__privacy:hover { color: rgba(255,255,255,0.5); }

/* ═══════════════════ WHATSAPP FLOAT ═══════════════════ */
.whatsapp-float {
  position: fixed;
  bottom: 1.75rem; right: 1.75rem;
  z-index: 999;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: #22c55e;
  color: white;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(34,197,94,0.28), 0 2px 6px rgba(0,0,0,0.08);
  transition: transform var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
  animation: waPulse 4s ease-in-out infinite;
}
.whatsapp-float svg { width: 26px; height: 26px; }
.whatsapp-float:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 8px 24px rgba(34,197,94,0.38), 0 4px 12px rgba(0,0,0,0.1);
}

/* ═══════════════════ RESPONSIVO ═══════════════════ */
@media (max-width: 1100px) {
  .hero__layout { grid-template-columns: 1fr; gap: 3rem; padding-bottom: 3rem; }
  .hero__visual { height: 380px; transform: scale(0.85); transform-origin: center top; }
  .hero__scroll { display: none; }
}

@media (max-width: 1024px) {
  .numbers-bar__grid { grid-template-columns: repeat(2, 1fr); }
  .number-card:nth-child(2) { border-right: none; }
  .number-card:nth-child(1),
  .number-card:nth-child(2) { border-bottom: 1px solid var(--border-lt); }
  .sobre__layout { grid-template-columns: 1fr; gap: 3rem; }
  .sobre__sidebar { position: static; }
  .sobre__meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; padding-top: 1.5rem; }
  .sobre__meta-item { border-bottom: 1px solid var(--border-lt); padding-bottom: 1.25rem; }
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: 1.75rem; }
  .team-card { padding: 2rem; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__credentials-inner { grid-template-columns: repeat(2, 1fr); }
  .footer__cred:nth-child(3)::before,
  .footer__cred:nth-child(odd)::before { display: none; }
  .porque-grid { grid-template-columns: 1fr; gap: 1rem; }
  .section-num { font-size: 5rem; right: 1rem; }
  .processo-step { grid-template-columns: 64px 1fr; gap: 1.75rem; }
  .processo-track__line { left: 24px; }
}

@media (max-width: 768px) {
  :root { --section-py: 4.5rem; }

  .navbar__menu {
    position: fixed;
    inset: 0; top: 68px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem 1.5rem;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(20px);
    transform: translateX(100%);
    transition: transform var(--t-slow) var(--ease);
    gap: 0;
    overflow-y: auto;
  }
  .navbar__menu.open { transform: translateX(0); }
  .nav-link {
    font-size: 1rem; padding: 0.875rem 0;
    border-bottom: 1px solid var(--border-lt); width: 100%;
    color: var(--t2) !important;
  }
  .nav-link:hover { color: var(--t1) !important; }
  .hamburger { display: flex; }

  /* Hero responsive */
  .hero { padding: 5rem 0 0; }
  .hero__topbar { padding: 1rem 0; margin-bottom: 2.5rem; }
  .hero__topbar-inner { flex-direction: column; align-items: flex-start; gap: 0.875rem; }
  .hero__floating-stat { padding: 0.5rem 0.875rem; }
  .hero__floating-stat strong { font-size: 0.95rem; }
  .hero__visual { display: none; }
  .hero__ctas { flex-direction: column; align-items: stretch; }
  .hero__ctas .btn { justify-content: center; }
  .hero__trust { flex-direction: column; gap: 1.25rem; align-items: flex-start; padding: 0; }
  .trust-item { padding: 0; }
  .trust-divider { display: none; }
  .hero__bottom { padding: 1.75rem 0; }

  /* Manifesto */
  .manifesto { padding: 4.5rem 0; }
  .manifesto__quote { font-size: 1.35rem; }

  /* Processo */
  .processo-step { grid-template-columns: 1fr; gap: 0.875rem; padding: 1.75rem 0; }
  .processo-step__marker { width: auto; height: auto; justify-content: flex-start; }
  .processo-step__num { position: relative; background: transparent; padding: 0; font-size: 1.5rem; }
  .processo-step__dot { display: none; }
  .processo-track__line { display: none; }
  .processo-step__content { padding-top: 0; }

  .services-grid { grid-template-columns: 1fr; }
  .porque-grid { grid-template-columns: 1fr; gap: 0.875rem; }
  .sobre__meta { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .team-card { padding: 1.75rem; }
  .team-card__avatar { width: 90px; height: 90px; }
  .team-card__avatar svg { width: 40px; height: 40px; }
  .pillar { grid-template-columns: 1fr; gap: 0.5rem; padding: 1.25rem 0; }
  .footer__credentials { padding: 1.75rem 0; }
  .footer__credentials-inner { grid-template-columns: 1fr; gap: 1.25rem; }
  .footer__cred::before { display: none !important; }
  .contato__wa-cta { padding: 1.25rem 1.5rem; gap: 1rem; }
  .contato__wa-icon { width: 44px; height: 44px; }
  .contato__wa-icon svg { width: 24px; height: 24px; }
  .testimonial-card { min-width: 100%; }
  .footer__grid { grid-template-columns: 1fr; }
  .section-num { display: none; }
}

@media (max-width: 480px) {
  :root { --section-py: 3.5rem; }
  .numbers-bar__grid { grid-template-columns: 1fr 1fr; }
  .number-card:nth-child(odd)  { border-right: 1px solid var(--border-lt); }
  .number-card:nth-child(even) { border-right: none; }
  .number-card:nth-child(n+3)  { border-top: 1px solid var(--border-lt); border-bottom: none; }
  .number-card:nth-child(1),
  .number-card:nth-child(2)    { border-bottom: none; }
  .porque-grid { grid-template-columns: 1fr; }
  .hero__title { font-size: 2.5rem; }
  .section-title { font-size: 1.875rem; }
  .container { padding: 0 1.25rem; }
  .contato__form-wrap { padding: 1.375rem; }
  .manifesto__sign { flex-direction: column; gap: 0.875rem; align-items: center; }
  .manifesto__sign-line { display: none; }
  .manifesto__sign-text { text-align: center; }
}
