/* =============================================
   DIFF GROWTH — STYLE-LIGHT.CSS
   Paleta cream/off-white | Fonte: Inter
   ============================================= */

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:          #F8F6F1;
  --bg-alt:      #EEEAE2;
  --bg-dark:     #0F0F18;
  --bg-dark-2:   #181824;
  --text:        #141414;
  --text-muted:  #6B6869;
  --text-light:  rgba(255,255,255,0.88);
  --accent:      #7c3aed;
  --accent-2:    #9333ea;
  --accent-warm: #c026d3;
  --green:       #10b981;
  --border:      #DDD9D0;
  --border-dark: rgba(255,255,255,0.08);

  --font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  --r-sm:  6px;
  --r-md:  12px;
  --r-lg:  20px;
  --r-xl:  28px;

  --nav-h: 72px;
  --max-w: 1160px;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a   { color: inherit; text-decoration: none; }
ul  { list-style: none; }
em  { font-style: italic; }

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
}

/* ===== EYEBROW ===== */
.eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.eyebrow-light { color: rgba(255,255,255,0.45); }

/* ===== BOTÕES ===== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--accent);
  color: #fff;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: var(--r-sm);
  transition: background .2s, transform .15s, box-shadow .2s;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
.btn-primary:hover {
  background: var(--accent-2);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(124,58,237,.30);
}

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-muted);
  transition: color .2s;
}
.btn-link:hover { color: var(--text); }

.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 2px solid var(--text);
  color: var(--text);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: var(--r-sm);
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.btn-outline-dark:hover { background: var(--text); color: var(--bg); }

/* ===== NAVBAR ===== */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--nav-h);
  background: rgba(248,246,241,0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 14px rgba(0,0,0,.05);
}
.nav-inner {
  display: flex;
  align-items: center;
  height: var(--nav-h);
  gap: 40px;
}
.logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.logo-img { width: 38px; height: 38px; border-radius: 50%; }
.logo-text {
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
  transition: color .3s;
}
.logo-text em { font-style: normal; color: var(--accent); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
}
.nav-links li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  transition: color .2s;
}
.nav-links li a:hover { color: var(--text); }

.btn-nav {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: var(--accent);
  padding: 10px 22px;
  border-radius: var(--r-sm);
  transition: background .2s;
  white-space: nowrap;
}
.btn-nav:hover { background: var(--accent-2); }

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}

/* ===== HERO VIDEO SCROLL ===== */
.hvs-wrapper {
  height: 360vh;
  position: relative;
}
.hvs-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

/* Vídeo fullscreen */
.hvs-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Vinheta escura para legibilidade */
.hvs-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom,
      rgba(0,0,0,0.45) 0%,
      rgba(0,0,0,0.55) 40%,
      rgba(0,0,0,0.70) 100%);
}

/* Cena central com os textos */
.hvs-scene {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 32px;
  padding-top: var(--nav-h);
  gap: 0;
}

.hvs-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(28px);
  will-change: opacity, transform;
}

.hvs-title-block {
  margin-bottom: 32px;
  line-height: 1;
}
.hvs-line {
  display: block;
  font-size: clamp(48px, 7.5vw, 104px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: #fff;
  opacity: 0;
  transform: translateY(28px);
  will-change: opacity, transform;
}
.hvs-accent { color: #a78bfa; }
.hvs-dim    { color: rgba(255,255,255,0.60); }

.hvs-sub {
  font-size: 20px;
  color: rgba(255,255,255,0.65);
  max-width: 560px;
  line-height: 1.72;
  margin-bottom: 36px;
  text-align: center;
  opacity: 0;
  transform: translateY(28px);
  will-change: opacity, transform;
}
.hvs-ctas {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(28px);
  will-change: opacity, transform;
}
.btn-link-white {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.70);
  transition: color 0.2s;
}
.btn-link-white:hover { color: #fff; }

/* Stats — em fluxo, abaixo dos CTAs */
.hvs-stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 100px;
  padding: 18px 40px;
  white-space: nowrap;
  margin-top: 36px;
  opacity: 0;
  transform: translateY(24px);
  will-change: opacity, transform;
}
.hvs-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 0 32px;
}
.hvs-stat strong {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
}
.hvs-stat span {
  font-size: 11px;
  color: rgba(255,255,255,0.50);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.hvs-stat-sep {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,0.18);
  flex-shrink: 0;
}

/* Indicador de scroll */
.hvs-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
.hvs-hint span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
}
.hvs-hint-bar {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.45), transparent);
  animation: hvs-hint-drop 1.8s ease-in-out infinite;
  transform-origin: top;
}
@keyframes hvs-hint-drop {
  0%   { transform: scaleY(0); opacity: 1; }
  60%  { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1); opacity: 0; }
}

/* Marquee agora é div independente */
.hero-marquee-sect {
  overflow: hidden;
  background: var(--bg-dark);
  padding: 16px 0;
  white-space: nowrap;
}

/* ===== MARQUEE ===== */
.hero-marquee {
  display: inline-flex;
  gap: 32px;
  animation: marquee 30s linear infinite;
}
.hero-marquee span {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.55);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hero-marquee .sep { color: var(--accent); }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ===== DOR ===== */
.dor {
  padding: 112px 0;
  background: var(--bg);
}
.dor-header { margin-bottom: 64px; }
.dor-header h2 {
  font-size: clamp(30px, 3.8vw, 50px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--text);
}
.dor-header h2 em { font-style: normal; color: var(--accent); }

.dor-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 280px;
  gap: 48px;
  align-items: start;
}
.dor-col-esquerda,
.dor-col-direita {
  display: flex;
  flex-direction: column;
}
.dor-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}
.dor-item:first-child { padding-top: 0; }
.dor-item:last-child  { border-bottom: none; padding-bottom: 0; }
.dor-n {
  font-size: 11px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.08em;
  padding-top: 3px;
  flex-shrink: 0;
  min-width: 24px;
}
.dor-item p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  font-weight: 500;
}

.dor-cta-col {
  display: flex;
  align-items: stretch;
}
.dor-cta-box {
  background: var(--text);
  color: #fff;
  border-radius: var(--r-lg);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  width: 100%;
}
.dor-cta-box p {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.dor-cta-box .btn-primary {
  font-size: 14px;
  padding: 14px 20px;
}

/* ===== MÉTODO DIFF ===== */
.metodo { background: var(--bg-alt); }

.metodo-dark-strip {
  background: var(--bg-dark);
  padding: 88px 0 80px;
}
.metodo-titulo {
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.035em;
  margin-bottom: 20px;
}
.metodo-titulo em { font-style: normal; color: #a78bfa; }
.metodo-sub {
  font-size: 17px;
  color: rgba(255,255,255,.50);
  max-width: 580px;
  line-height: 1.7;
}

/* Steps alternados */
.metodo-steps {
  padding: 80px 32px;
  display: flex;
  flex-direction: column;
}
.metodo-step {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 56px;
  align-items: start;
  padding: 64px 0;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.metodo-step:last-child { border-bottom: none; }
.metodo-step.reverse {
  grid-template-columns: 1fr 180px;
}
.metodo-step.reverse .step-letter-bg { order: 2; text-align: right; }
.metodo-step.reverse .step-body      { order: 1; }

.step-letter-bg {
  font-size: 160px;
  font-weight: 900;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  margin-top: -16px;
  letter-spacing: -0.05em;
  /* Letra vazada com gradiente roxo — mais impacto, menos poluição */
  color: transparent;
  -webkit-text-stroke: 2px rgba(109,40,217,0.22);
  background: linear-gradient(135deg,
    rgba(109,40,217,0.18) 0%,
    rgba(196,181,253,0.10) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.step-body { max-width: 640px; }
.step-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 18px;
}
.step-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 5px 12px;
  border: 2px solid rgba(124,58,237,.35);
  border-radius: 4px;
  flex-shrink: 0;
}
.step-body h3 {
  font-size: 32px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.025em;
  line-height: 1;
}
.step-body p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.72;
  margin-bottom: 22px;
}
.step-body ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.step-body ul li {
  font-size: 15px;
  color: var(--text);
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
.step-body ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: 13px;
}

/* 90 dias */
.noventa-wrap {
  background: var(--bg-dark);
  padding: 88px 0;
}
.noventa-titulo {
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 56px;
  text-align: center;
}
.noventa-titulo em { font-style: normal; color: #a78bfa; }
.noventa-steps {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  gap: 0;
  align-items: center;
}
.noventa-item {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--r-md);
  padding: 36px 28px;
}
.noventa-num {
  font-size: 11px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.14em;
  margin-bottom: 6px;
}
.noventa-tag {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,.30);
  margin-bottom: 12px;
}
.noventa-item h4 {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.noventa-item p {
  font-size: 14px;
  color: rgba(255,255,255,.45);
  line-height: 1.65;
}
.noventa-seta {
  font-size: 28px;
  color: rgba(255,255,255,.18);
  text-align: center;
}

/* ===== SERVIÇOS ===== */
.servicos {
  padding: 112px 0;
  background: var(--bg);
}
.servicos-header {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: end;
  margin-bottom: 56px;
  padding-bottom: 44px;
  border-bottom: 1.5px solid var(--border);
}
.servicos-header h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text);
}
.servicos-header h2 em { font-style: normal; color: var(--accent); }
.servicos-nota {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* Linhas editoriais */
.servicos-lista { display: flex; flex-direction: column; }

.servico-row {
  display: grid;
  grid-template-columns: 90px 1fr 1.2fr 200px;
  gap: 36px;
  align-items: start;
  padding: 44px 0;
  border-bottom: 1px solid var(--border);
  transition: background .2s;
}
.servico-row:last-child { border-bottom: none; }

.servico-row.destaque {
  background: rgba(124,58,237,.05);
  border: 2px solid rgba(124,58,237,.22);
  border-radius: var(--r-lg);
  padding: 44px 32px;
  margin: 8px -32px;
}

.servico-num-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 6px;
}
.servico-n {
  font-size: 52px;
  font-weight: 900;
  color: var(--border);
  line-height: 1;
  letter-spacing: -0.05em;
}
.servico-row.destaque .servico-n { color: rgba(124,58,237,.22); }
.servico-popular {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(124,58,237,.10);
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
}

.servico-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  display: block;
  margin-bottom: 10px;
}
.servico-info-col h3 {
  font-size: 24px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.servico-info-col p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.65;
}

.servico-items-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.servico-items-col ul li {
  font-size: 14px;
  color: var(--text);
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.servico-items-col ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  top: 1px;
}

.servico-cta-col {
  display: flex;
  align-items: flex-start;
  padding-top: 6px;
}

/* ===== CASES / RESULTADOS ===== */
.resultados {
  padding: 112px 0;
  background: var(--bg-alt);
}
.resultados-header { margin-bottom: 60px; }
.resultados-header h2 {
  font-size: clamp(30px, 3.8vw, 50px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text);
}
.resultados-header h2 em { font-style: normal; color: var(--accent); }

.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.case-card {
  background: #fff;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform .25s, box-shadow .25s;
}
.case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0,0,0,.10);
}
.case-img-wrap {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.case-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.case-card:hover .case-img { transform: scale(1.04); }
.case-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.55) 0%, transparent 60%);
}
.case-brand-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: #fff;
  border-radius: var(--r-sm);
  padding: 7px 14px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 12px rgba(0,0,0,.28);
}
.case-brand-badge.badge-round {
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255,255,255,.22), 0 3px 16px rgba(0,0,0,.4);
}
.brand-logo-img  { height: 28px; object-fit: contain; }
.brand-logo-round { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; }

.case-content { padding: 28px; }
.case-seg {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 12px;
}
.case-content h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.case-content p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 20px;
}
.case-nums {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.case-nums > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px;
  background: var(--bg-alt);
  border-radius: var(--r-sm);
}
.case-nums strong { font-size: 15px; font-weight: 700; color: var(--text); }
.case-nums span   { font-size: 12px; color: var(--text-muted); }

/* ===== DEPOIMENTOS ===== */
.depoimentos {
  padding: 112px 0;
  background: var(--bg);
}
.depoimentos > .container > .eyebrow { margin-bottom: 52px; }

.depos-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.depo {
  padding: 36px;
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  background: #fff;
  transition: transform .2s, box-shadow .2s;
}
.depo:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
}
.depo p {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 28px;
}
.depo-destaque {
  background: var(--bg-dark);
  border-color: transparent;
}
.depo-destaque p { color: #fff; }
.depo footer {
  display: flex;
  align-items: center;
  gap: 14px;
}
.depo-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-warm));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  letter-spacing: 0.04em;
}
.depo-destaque .depo-avatar {
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.85);
}
.depo footer > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.depo footer strong { font-size: 15px; font-weight: 700; color: var(--text); }
.depo-destaque footer strong { color: #fff; }
.depo footer span   { font-size: 12px; color: var(--text-muted); }
.depo-destaque footer span { color: rgba(255,255,255,.40); }
.depo-stars { font-size: 15px; color: #F59E0B; letter-spacing: -1px; flex-shrink: 0; }

/* ===== SOBRE ===== */
.sobre {
  padding: 112px 0;
  background: var(--bg-alt);
}
.sobre-inner {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 80px;
  align-items: start;
}
.sobre-img-col { position: relative; }
.sobre-foto-wrap {
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: 0 20px 56px rgba(0,0,0,.12);
}
.sobre-foto {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
}
.sobre-exp-badge {
  position: absolute;
  bottom: -20px; right: -20px;
  background: var(--accent);
  color: #fff;
  border-radius: var(--r-md);
  padding: 22px 26px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(124,58,237,.38);
}
.sobre-exp-badge span {
  display: block;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
}
.sobre-exp-badge small {
  display: block;
  font-size: 12px;
  font-weight: 600;
  opacity: .75;
  margin-top: 4px;
}

.sobre-content { padding-top: 8px; }
.sobre-content h2 {
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 28px;
}
.sobre-content h2 em { font-style: normal; color: var(--accent); }
.sobre-content p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 18px;
}
.sobre-content p strong { color: var(--text); }
.sobre-nums {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 36px 0;
  padding-top: 32px;
  border-top: 1.5px solid var(--border);
}
.sobre-nums > div { display: flex; flex-direction: column; gap: 4px; }
.sobre-nums strong { font-size: 22px; font-weight: 900; color: var(--accent); letter-spacing: -0.02em; }
.sobre-nums span   { font-size: 13px; color: var(--text-muted); }

/* ===== FAQ ===== */
.faq {
  padding: 112px 0;
  background: var(--bg);
}
.faq-inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 88px;
  align-items: start;
}
.faq-header h2 {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 18px;
}
.faq-header h2 em { font-style: normal; color: var(--accent); }
.faq-header p {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 28px;
  line-height: 1.65;
}

.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transition: color .2s;
  letter-spacing: -0.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 22px;
  font-weight: 300;
  color: var(--text-muted);
  flex-shrink: 0;
  transition: transform .25s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item[open] summary { color: var(--accent); }
.faq-item p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.72;
  padding-bottom: 24px;
}

/* ===== AGENDAR ===== */
.agendar {
  background: var(--bg-dark);
  padding: 112px 0;
}
.agendar-inner {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 80px;
  align-items: start;
}
.agendar-titulo {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.035em;
  margin-bottom: 22px;
}
.agendar-titulo em { font-style: normal; color: #a78bfa; }
.agendar-content > p {
  font-size: 16px;
  color: rgba(255,255,255,.50);
  line-height: 1.72;
  margin-bottom: 36px;
}
.agendar-lista {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.agendar-lista li {
  font-size: 15px;
  color: rgba(255,255,255,.75);
  padding-left: 26px;
  position: relative;
  line-height: 1.5;
}
.agendar-lista li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
  font-size: 13px;
}

/* Formulário */
.form-wrap { display: flex; flex-direction: column; }
.form-card {
  background: #fff;
  border-radius: var(--r-xl);
  padding: 40px;
  box-shadow: 0 24px 72px rgba(0,0,0,.40);
}
.form-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}
.form-logo { width: 42px; height: 42px; border-radius: 50%; }
.form-card-header h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--text);
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
}
.form-group label {
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.form-group input,
.form-group select {
  font-family: var(--font);
  font-size: 15px;
  color: var(--text);
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  outline: none;
  transition: border-color .2s;
  -webkit-appearance: none;
}
.form-group input::placeholder { color: #B8B2A8; }
.form-group input:focus,
.form-group select:focus { border-color: var(--accent); }

.btn-submit {
  width: 100%;
  background: var(--accent);
  color: #fff;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 700;
  padding: 17px 20px;
  border: none;
  border-radius: var(--r-sm);
  cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
  margin-top: 8px;
  letter-spacing: -0.01em;
}
.btn-submit:hover {
  background: var(--accent-2);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(124,58,237,.32);
}
.btn-submit:disabled {
  background: #10b981;
  box-shadow: 0 4px 20px rgba(16,185,129,.35);
  transform: none;
  cursor: default;
}
.form-disclaimer {
  font-size: 12px;
  color: var(--text-muted);
  text-align: center;
  margin-top: 14px;
}
.form-sucesso { text-align: center; padding: 40px 16px; }
.sucesso-icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #059669, #10b981);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.form-sucesso h4 { font-size: 22px; font-weight: 800; color: var(--text); margin-bottom: 10px; }
.form-sucesso p  { font-size: 15px; color: var(--text-muted); line-height: 1.65; }

/* ===== FOOTER ===== */
.footer { background: var(--bg-dark-2); padding-top: 72px; }
.footer-inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--border-dark);
}
.footer-logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.footer-logo-img { width: 34px; height: 34px; border-radius: 50%; }
.footer-logo-text { font-size: 17px; font-weight: 800; color: #fff; letter-spacing: -0.02em; }
.footer-logo-text em { font-style: normal; color: #a78bfa; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,.35); line-height: 1.65; }

.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 18px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,.50); transition: color .2s; }
.footer-col ul li a:hover { color: #fff; }

.footer-bottom { padding: 22px 0; }
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,.20); }

/* ===== RESPONSIVO ===== */

/* HVS mobile */
@media (max-width: 680px) {
  .hvs-line  { font-size: clamp(38px, 11vw, 68px); }
  .hvs-sub   { font-size: 16px; }
  .hvs-ctas  { flex-direction: column; gap: 14px; }
  .hvs-stats {
    flex-direction: column;
    gap: 12px;
    border-radius: var(--r-lg);
    padding: 20px 32px;
    margin-top: 24px;
    width: 100%;
  }
  .hvs-stat       { padding: 0; }
  .hvs-stat-sep   { width: 48px; height: 1px; }
}

@media (max-width: 1100px) {
  .dor-cols {
    grid-template-columns: 1fr 1fr;
  }
  .dor-cta-col {
    grid-column: 1 / -1;
  }
  .dor-cta-box {
    flex-direction: row;
    align-items: center;
    max-width: 560px;
  }
  .sobre-inner { grid-template-columns: 360px 1fr; gap: 56px; }
  .agendar-inner { grid-template-columns: 1fr 460px; gap: 56px; }
  .servico-row.destaque { margin: 8px -16px; }
}

@media (max-width: 900px) {
  .noventa-steps { grid-template-columns: 1fr; gap: 12px; }
  .noventa-seta  { transform: rotate(90deg); text-align: center; font-size: 22px; }

  .servicos-header { grid-template-columns: 1fr; gap: 20px; }
  .servico-row {
    grid-template-columns: 72px 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
  }
  .servico-items-col { grid-column: 2 / 3; }
  .servico-cta-col   { grid-column: 1 / -1; padding-top: 0; }
  .servico-row.destaque { margin: 8px 0; padding: 36px 24px; }

  .cases-grid { grid-template-columns: 1fr 1fr; }
  .depos-wrap { grid-template-columns: 1fr 1fr; }
  .depo:nth-child(2) { grid-column: 1 / -1; }

  .sobre-inner { grid-template-columns: 1fr; max-width: 600px; }
  .sobre-exp-badge { right: 0; }

  .faq-inner { grid-template-columns: 1fr; gap: 44px; }
  .agendar-inner { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 680px) {
  :root { --nav-h: 64px; }
  .container { padding: 0 20px; }

  .nav-links { display: none; }
  .btn-nav   { display: none; }
  .menu-toggle { display: flex; }

  .dor-cols { grid-template-columns: 1fr; }
  .dor-cta-col { grid-column: 1; }
  .dor-cta-box { flex-direction: column; max-width: 100%; }

  .metodo-step,
  .metodo-step.reverse { grid-template-columns: 1fr; gap: 24px; }
  .step-letter-bg { display: none; }
  .metodo-step.reverse .step-body { order: 0; }

  .servico-row { grid-template-columns: 1fr; gap: 16px; }
  .servico-num-col { flex-direction: row; align-items: center; gap: 14px; }
  .servico-n { font-size: 40px; }
  .servico-items-col { grid-column: 1; }

  .cases-grid { grid-template-columns: 1fr; }
  .depos-wrap { grid-template-columns: 1fr; }
  .depo:nth-child(2) { grid-column: 1; }

  .sobre-nums { grid-template-columns: 1fr 1fr; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-bottom-inner { flex-direction: column; text-align: center; gap: 8px; }
}

@media (max-width: 420px) {
  .sobre-nums  { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .case-nums   { grid-template-columns: 1fr; }
}
