/* =====================================================================
   DR RONALDO BASTOS — Landing Page Premium
   Tom: dark, tecnologico, futurista, minimalista
   ===================================================================== */

:root {
  /* Cores extraidas dos posts oficiais da marca */
  --bg-deep: #0A1426;
  --bg-blue: #0F1A2C;
  --bg-mid: #1D2E4A;
  --bg-soft: #38495D;
  --bg-card: rgba(29, 46, 74, 0.35);
  --bg-card-hover: rgba(56, 73, 93, 0.55);

  /* Accent principal da marca: azul royal */
  --accent: #456DB0;
  --accent-2: #94B9E4;
  --accent-soft: rgba(69, 109, 176, 0.18);
  --accent-glow: 0 0 60px rgba(69, 109, 176, 0.45);

  /* Off-white da marca (cards claros) */
  --paper: #F8F8F8;
  --paper-text: #1D2E4A;
  --paper-muted: #52667E;

  --text: #EAEDF2;
  --text-strong: #FFFFFF;
  --text-muted: #94B9E4;
  --text-faint: #52667E;

  --line: rgba(148, 185, 228, 0.10);
  --line-strong: rgba(148, 185, 228, 0.22);
  --line-accent: rgba(69, 109, 176, 0.55);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Raleway', system-ui, -apple-system, sans-serif;
  background: var(--bg-deep);
  color: var(--text);
  line-height: 1.7;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  cursor: none;
}

/* desktop only: cursor none, mobile: deixa cursor nativo */
@media (hover: none), (pointer: coarse) {
  body, body * { cursor: auto !important; }
  .cursor-dot, .cursor-ring { display: none !important; }
}

/* Textura noise global */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0'/></filter><rect width='200' height='200' filter='url(%23n)'/></svg>");
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: overlay;
}

main, header, footer { position: relative; z-index: 2; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; cursor: none; }
button, [role="button"] { cursor: none; }

/* =====================================================================
   CURSOR CUSTOM
   ===================================================================== */
.cursor-dot, .cursor-ring {
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 9999;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
}
.cursor-dot {
  width: 8px;
  height: 8px;
  background: var(--accent);
  transition: transform .12s ease, width .25s ease, height .25s ease, opacity .25s;
}
.cursor-ring {
  width: 38px;
  height: 38px;
  border: 1px solid var(--accent);
  transition: transform .35s cubic-bezier(.16,1,.3,1), width .3s ease, height .3s ease, opacity .25s, border-color .25s;
  opacity: 0.7;
}
.cursor-dot.is-hover { width: 14px; height: 14px; opacity: 0.8; }
.cursor-ring.is-hover { width: 72px; height: 72px; border-color: var(--accent-2); opacity: 0.4; }
.cursor-dot.is-hidden, .cursor-ring.is-hidden { opacity: 0; }

/* Scroll progress bar */
.scroll-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--accent);
  transform-origin: 0 50%;
  transform: scaleX(0);
  z-index: 9998;
  pointer-events: none;
  box-shadow: 0 0 10px var(--accent);
}

/* =====================================================================
   TIPOGRAFIA
   ===================================================================== */
h1, h2, h3, h4 {
  font-family: 'Cambay', 'Raleway', sans-serif;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.08;
  color: var(--text-strong);
}
h1 { font-size: clamp(44px, 6.2vw, 88px); font-weight: 400; letter-spacing: -0.02em; line-height: 1.06; }
h2 { font-size: clamp(34px, 4.4vw, 64px); font-weight: 400; letter-spacing: -0.018em; }
h3 { font-size: clamp(20px, 2vw, 26px); font-weight: 700; letter-spacing: -0.005em; }

.italic-accent { color: var(--accent); font-style: italic; font-weight: 400; }
em { font-style: italic; color: var(--accent); font-weight: 400; font-family: 'Cambay', 'Raleway', sans-serif; }

/* Display font (substitui Gavister) — usar pra numeros grandes e callouts */
.display-font {
  font-family: 'Cambay', 'Raleway', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.mono, .mono-label {
  font-family: 'JetBrains Mono', 'Fira Code', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 28px;
}
.eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--accent);
}
.eyebrow .dot-pulse {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent);
  animation: pulseDot 2s ease-in-out infinite;
}
@keyframes pulseDot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

p.lead {
  font-size: clamp(16.5px, 1.3vw, 19px);
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 600px;
  font-weight: 400;
}

/* =====================================================================
   HEADER
   ===================================================================== */
header.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 22px 0;
  background: rgba(10, 20, 38, 0.95);
  /* backdrop-filter removido: custa caro em mobile e nao afeta visual com bg quase opaco */
  border-bottom: 1px solid var(--line);
  transition: padding .25s ease, background .25s ease;
}
header.site-header.scrolled { padding: 14px 0; background: rgba(5, 8, 16, 0.92); }
.nav-wrap {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.logo-link { display: inline-flex; align-items: center; gap: 13px; }
.logo-link .logo-mark { height: 34px; width: auto; opacity: 0.95; transition: opacity .25s; }
.logo-link:hover .logo-mark { opacity: 1; }
.logo-link .logo-name {
  font-family: 'Cambay', 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-strong);
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .logo-link .logo-mark { height: 26px; }
  .logo-link .logo-name { font-size: 14.5px; letter-spacing: 0.02em; }
  /* botao do header vira so icone no celular, evita colisao com a logo */
  .wa-cta-header { padding: 11px; }
  .wa-cta-header .wa-cta-label { display: none; }
  .wa-cta-header svg { width: 18px; height: 18px; }
}

.header-meta {
  display: none;
  align-items: center;
  gap: 36px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.header-meta span { display: inline-flex; align-items: center; gap: 8px; }
.header-meta .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
@media (min-width: 980px) { .header-meta { display: inline-flex; } }

.wa-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  background: var(--accent);
  color: #FFFFFF;
  border-radius: 999px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  transition: transform .22s ease, box-shadow .25s ease, background .25s;
  position: relative;
  overflow: hidden;
}
.wa-cta:hover {
  transform: translateY(-1px);
  background: #5781C8;
  box-shadow: var(--accent-glow);
}
.wa-cta svg { width: 16px; height: 16px; }

.wa-cta.is-large {
  padding: 22px 38px;
  font-size: 14.5px;
  letter-spacing: 0.02em;
}
.wa-cta.is-large svg { width: 20px; height: 20px; }

/* WhatsApp float */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 90;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.45);
  animation: pulseWa 2.4s ease-in-out infinite;
  transition: transform .25s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 28px; height: 28px; }
@keyframes pulseWa {
  0%, 100% { box-shadow: 0 14px 36px rgba(37, 211, 102, 0.45); }
  50% { box-shadow: 0 14px 36px rgba(37, 211, 102, 0.45), 0 0 0 18px rgba(37, 211, 102, 0); }
}

/* =====================================================================
   HERO
   ===================================================================== */
.hero {
  min-height: 100vh;
  padding: 130px 40px 80px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 80% 20%, rgba(69, 109, 176, 0.16), transparent 65%),
    radial-gradient(ellipse 70% 50% at 20% 90%, rgba(15, 26, 44, 0.6), transparent 60%),
    linear-gradient(180deg, var(--bg-deep) 0%, #060A18 100%);
  z-index: -1;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, var(--line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--line) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  z-index: -1;
  opacity: 0.55;
}

/* Waveform como marca d'agua decorativa (estilo POST 02) */
.hero-watermark {
  position: absolute;
  z-index: -1;
  opacity: 0.05;
  pointer-events: none;
}
.hero-watermark.wm-left {
  left: -8%;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
  height: auto;
}
.hero-watermark.wm-bottom-right {
  bottom: 4%;
  right: -2%;
  width: 22%;
  opacity: 0.08;
}
.hero-watermark img { width: 100%; height: auto; }

.hero-grid {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.95fr;
  gap: 70px;
  align-items: center;
  width: 100%;
}

.hero-text h1 {
  margin: 22px 0 36px;
  max-width: 720px;
}
.hero-text h1 em { font-weight: 200; }
.hero-text .lead { margin-bottom: 50px; max-width: 560px; }

.hero-ctas {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-ctas .ghost-link {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: color .22s, gap .22s;
}
.hero-ctas .ghost-link:hover { color: var(--accent); gap: 18px; }
.hero-ctas .ghost-link::before {
  content: '';
  width: 32px;
  height: 1px;
  background: currentColor;
  transition: width .22s;
}
.hero-ctas .ghost-link:hover::before { width: 48px; }

/* Hero stats (mini grid below CTAs) */
.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 90px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.hero-stat { display: flex; flex-direction: column; gap: 4px; }
.hero-stat .num {
  font-family: 'Cambay', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--text-strong);
  line-height: 1;
  font-feature-settings: 'tnum';
}
.hero-stat .num span { color: var(--accent); font-weight: 400; }
.hero-stat .lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-faint);
}

/* Hero photo — foto FULL com PNG transparente + efeitos atras */
.hero-photo {
  position: relative;
  height: 80vh;
  max-height: 720px;
  min-height: 560px;
  width: 100%;
  justify-self: end;
}

/* Glow cyan grande atras da foto */
.hero-photo .glow-aura {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 50% 45%, rgba(69, 109, 176, 0.32), transparent 70%);
  filter: blur(30px);
  z-index: 0;
  animation: auraPulse 6s ease-in-out infinite;
}
@keyframes auraPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.08); opacity: 0.78; }
}

/* Orbita atras (anel rotativo) */
.hero-photo .orbit {
  position: absolute;
  inset: 8% 4%;
  border: 1px solid var(--line-accent);
  border-radius: 50%;
  z-index: 1;
  animation: spinSlow 50s linear infinite;
}
.hero-photo .orbit::before,
.hero-photo .orbit::after {
  content: '';
  position: absolute;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px var(--accent);
}
.hero-photo .orbit::before { top: -4px; left: 50%; transform: translateX(-50%); }
.hero-photo .orbit::after { bottom: -4px; right: 30%; opacity: 0.6; }
.hero-photo .orbit-2 {
  position: absolute;
  inset: 14% 10%;
  border: 1px dashed rgba(69, 109, 176, 0.18);
  border-radius: 50%;
  z-index: 1;
  animation: spinSlow 75s linear infinite reverse;
}
@keyframes spinSlow { from { transform: rotate(0); } to { transform: rotate(360deg); } }

/* Neural network SVG atras da foto */
.hero-photo .neural-deco {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.6;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'><g fill='%23456DB0' opacity='0.5'><circle cx='80' cy='100' r='2'/><circle cx='180' cy='60' r='1.5'/><circle cx='280' cy='120' r='2.5'/><circle cx='420' cy='80' r='2'/><circle cx='100' cy='250' r='1.5'/><circle cx='250' cy='280' r='2'/><circle cx='400' cy='240' r='1.5'/><circle cx='150' cy='400' r='2'/><circle cx='320' cy='420' r='2.5'/><circle cx='450' cy='380' r='1.5'/></g><g stroke='%23456DB0' stroke-width='0.4' opacity='0.4' fill='none'><line x1='80' y1='100' x2='180' y2='60'/><line x1='180' y1='60' x2='280' y2='120'/><line x1='280' y1='120' x2='420' y2='80'/><line x1='80' y1='100' x2='100' y2='250'/><line x1='100' y1='250' x2='250' y2='280'/><line x1='250' y1='280' x2='400' y2='240'/><line x1='100' y1='250' x2='150' y2='400'/><line x1='150' y1='400' x2='320' y2='420'/><line x1='320' y1='420' x2='450' y2='380'/><line x1='280' y1='120' x2='250' y2='280'/></g></svg>");
  background-size: cover;
  background-position: center;
}

/* Particulas flutuantes */
.hero-photo .particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.hero-photo .particle {
  position: absolute;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent);
  opacity: 0.7;
  animation: floatParticle 8s ease-in-out infinite;
}
.hero-photo .particle:nth-child(1) { top: 15%; left: 20%; animation-delay: 0s; }
.hero-photo .particle:nth-child(2) { top: 30%; right: 15%; animation-delay: 1.5s; width: 3px; height: 3px; }
.hero-photo .particle:nth-child(3) { top: 60%; left: 10%; animation-delay: 3s; width: 5px; height: 5px; }
.hero-photo .particle:nth-child(4) { top: 75%; right: 25%; animation-delay: 4.5s; }
.hero-photo .particle:nth-child(5) { top: 45%; right: 8%; animation-delay: 2s; width: 3px; height: 3px; }
@keyframes floatParticle {
  0%, 100% { transform: translate(0, 0); opacity: 0.7; }
  50% { transform: translate(10px, -20px); opacity: 0.3; }
}

/* Foto principal — PNG transparente sobre as decoracoes */
.hero-photo .photo-image {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hero-photo .photo-image img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 40px rgba(69, 109, 176, 0.18));
}

/* Tag flutuante sobre foto */
.hero-photo .photo-tag {
  position: absolute;
  top: 32px; right: 32px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: rgba(15, 26, 44, 0.9);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text);
}
.hero-photo .photo-tag .live-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent);
  animation: pulseDot 2s ease-in-out infinite;
}

/* Card de credenciais flutuante */
.hero-photo .photo-card {
  position: absolute;
  left: 8px; bottom: 24px;
  z-index: 4;
  width: 260px;
  padding: 22px 24px;
  background: rgba(8, 12, 24, 0.92);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  backdrop-filter: blur(8px);
}
.hero-photo .photo-card .pc-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.hero-photo .photo-card .pc-name {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-strong);
  margin-bottom: 2px;
  letter-spacing: -0.02em;
}
.hero-photo .photo-card .pc-sub {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.01em;
}

/* =====================================================================
   SECTION SHELL
   ===================================================================== */
section.block {
  padding: 140px 40px;
  position: relative;
}
.block-inner {
  max-width: 1320px;
  margin: 0 auto;
}
.block-inner.narrow { max-width: 920px; }
.section-head { max-width: 720px; margin-bottom: 80px; }
.section-head.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-head.centered .eyebrow { justify-content: center; }
.section-head h2 { margin-top: 18px; margin-bottom: 22px; }
.section-head p.lead { color: var(--text-muted); }
.section-head.centered p.lead { margin-left: auto; margin-right: auto; }

/* =====================================================================
   QUEBRA DE CRENCA (pull quote)
   ===================================================================== */
.quebra-section {
  padding: 140px 40px;
  background:
    radial-gradient(ellipse at center, rgba(15, 26, 44, 0.55), transparent 70%),
    var(--bg-deep);
  position: relative;
  text-align: center;
}
.quebra-section .quote {
  font-family: 'Cambay', 'Raleway', sans-serif;
  font-size: clamp(30px, 3.8vw, 54px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.015em;
  max-width: 960px;
  margin: 0 auto 30px;
  color: var(--text-strong);
}
.quebra-section .quote em { color: var(--accent); font-style: italic; font-weight: 400; font-family: 'Cambay', 'Raleway', sans-serif; }
.quebra-section .sig {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-top: 40px;
}

/* =====================================================================
   5 DIMENSOES
   ===================================================================== */
.dimensoes-section {
  background: linear-gradient(180deg, var(--bg-deep) 0%, #070C18 100%);
}
.dim-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 40px;
}
.dim-card {
  padding: 38px 32px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 6px;
  backdrop-filter: blur(6px);
  transition: transform .35s cubic-bezier(.16,1,.3,1), border-color .25s, background .25s;
  position: relative;
  overflow: hidden;
}
.dim-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 0; height: 1px;
  background: var(--accent);
  transition: width .5s cubic-bezier(.16,1,.3,1);
}
.dim-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-accent);
  background: var(--bg-card-hover);
}
.dim-card:hover::before { width: 100%; }
.dim-card .dim-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--accent);
  margin-bottom: 24px;
  display: block;
  font-weight: 500;
}
.dim-card h3 {
  font-family: 'Cambay', 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 12px;
  color: var(--text-strong);
}
.dim-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* =====================================================================
   PROTOCOLO (steps)
   ===================================================================== */
.protocolo-section {
  background: var(--bg-deep);
  padding: 140px 40px;
  position: relative;
}
.protocolo-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
}
.protocolo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 60px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.proto-step {
  padding: 40px 36px 36px;
  background: linear-gradient(180deg, rgba(15, 26, 44, 0.45), rgba(5, 8, 16, 0.2));
  border: 1px solid var(--line);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transition: transform .35s, border-color .25s;
}
.proto-step:hover { border-color: var(--line-accent); transform: translateY(-4px); }
.proto-step::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 60px; height: 1px;
  background: var(--accent);
  transition: width .4s;
}
.proto-step:hover::before { width: 100%; }
.proto-step .step-meta {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 18px;
}
.proto-step .step-num {
  font-family: 'Cambay', sans-serif;
  font-size: 60px;
  color: var(--accent);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-feature-settings: 'tnum';
}
.proto-step .step-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.proto-step h3 {
  font-family: 'Cambay', 'Raleway', sans-serif;
  font-size: 26px;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--text-strong);
}
.proto-step p {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* =====================================================================
   DIFERENCIACAO
   ===================================================================== */
.digital-section {
  padding: 160px 40px;
  background:
    radial-gradient(ellipse 80% 50% at 50% 50%, rgba(15, 26, 44, 0.55), transparent 70%),
    var(--bg-deep);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.digital-section .neural-bg {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800' opacity='0.15'><circle cx='100' cy='150' r='3' fill='%23456DB0'/><circle cx='250' cy='100' r='2' fill='%23456DB0'/><circle cx='400' cy='200' r='4' fill='%23456DB0'/><circle cx='600' cy='150' r='2' fill='%23456DB0'/><circle cx='700' cy='300' r='3' fill='%23456DB0'/><circle cx='150' cy='350' r='2' fill='%23456DB0'/><circle cx='350' cy='400' r='3' fill='%23456DB0'/><circle cx='550' cy='450' r='2' fill='%23456DB0'/><circle cx='200' cy='550' r='3' fill='%23456DB0'/><circle cx='450' cy='600' r='2' fill='%23456DB0'/><circle cx='650' cy='650' r='3' fill='%23456DB0'/><line x1='100' y1='150' x2='250' y2='100' stroke='%23456DB0' stroke-width='0.5'/><line x1='250' y1='100' x2='400' y2='200' stroke='%23456DB0' stroke-width='0.5'/><line x1='400' y1='200' x2='600' y2='150' stroke='%23456DB0' stroke-width='0.5'/><line x1='600' y1='150' x2='700' y2='300' stroke='%23456DB0' stroke-width='0.5'/><line x1='100' y1='150' x2='150' y2='350' stroke='%23456DB0' stroke-width='0.5'/><line x1='150' y1='350' x2='350' y2='400' stroke='%23456DB0' stroke-width='0.5'/><line x1='350' y1='400' x2='550' y2='450' stroke='%23456DB0' stroke-width='0.5'/><line x1='400' y1='200' x2='350' y2='400' stroke='%23456DB0' stroke-width='0.5'/><line x1='150' y1='350' x2='200' y2='550' stroke='%23456DB0' stroke-width='0.5'/><line x1='200' y1='550' x2='450' y2='600' stroke='%23456DB0' stroke-width='0.5'/><line x1='450' y1='600' x2='650' y2='650' stroke='%23456DB0' stroke-width='0.5'/><line x1='550' y1='450' x2='650' y2='650' stroke='%23456DB0' stroke-width='0.5'/></svg>");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.digital-section h2 {
  font-size: clamp(40px, 5vw, 76px);
  max-width: 960px;
  margin: 0 auto 26px;
  font-weight: 400;
}
.digital-section .digital-num {
  font-family: 'Cambay', sans-serif;
  font-size: clamp(140px, 20vw, 280px);
  font-weight: 400;
  color: transparent;
  -webkit-text-stroke: 1px var(--accent);
  text-stroke: 1px var(--accent);
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.04em;
}
.digital-section p.lead {
  max-width: 660px;
  margin: 0 auto;
}

/* =====================================================================
   AUTORIDADE (Dr Ronaldo)
   ===================================================================== */
.autoridade-section {
  padding: 140px 40px;
  background: linear-gradient(180deg, #070C18 0%, var(--bg-deep) 100%);
}
.autoridade-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  align-items: center;
}
.autoridade-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  max-width: 460px;
  border-radius: 6px;
  overflow: hidden;
}
.autoridade-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(20%) contrast(1.05);
}
.autoridade-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 60%, rgba(5, 8, 16, 0.5) 100%);
  pointer-events: none;
  z-index: 1;
}
.autoridade-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 6px;
  border: 1px solid var(--accent);
  opacity: 0.5;
  transform: translate(14px, 14px);
  z-index: -1;
}
.autoridade-text h2 { margin: 18px 0 22px; }
.autoridade-text .credenciais {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.autoridade-text .cred-item {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.autoridade-text .cred-item:last-child { border-bottom: 1px solid var(--line); }
.autoridade-text .cred-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.autoridade-text .cred-value {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: var(--text-strong);
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* =====================================================================
   REVIEWS GOOGLE (social proof)
   ===================================================================== */
.reviews-section {
  padding: 130px 40px;
  background: linear-gradient(180deg, var(--bg-deep) 0%, #07101F 100%);
  position: relative;
}
.reviews-head {
  max-width: 1280px;
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: end;
}
.reviews-head .gscore {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gscore .gscore-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.gscore .gscore-logo .g-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4285F4, #34A853, #FBBC04, #EA4335);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.gscore .gscore-rate {
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.gscore .gscore-num {
  font-family: 'Cambay', sans-serif;
  font-size: clamp(72px, 8vw, 110px);
  font-weight: 700;
  color: var(--text-strong);
  line-height: 1;
  letter-spacing: -0.025em;
}
.gscore .gscore-stars {
  color: #FBBC05;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 1;
}
.gscore .gscore-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1280px;
  margin: 0 auto;
}
.review-card {
  padding: 32px 30px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 14px;
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color .25s, transform .35s cubic-bezier(.16,1,.3,1);
  position: relative;
}
.review-card:hover { border-color: var(--line-accent); transform: translateY(-4px); }
.review-card .rc-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.review-card .rc-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: white;
  flex-shrink: 0;
}
.review-card .rc-avatar.av-1 { background: linear-gradient(135deg, #4285F4, #6B8FE8); }
.review-card .rc-avatar.av-2 { background: linear-gradient(135deg, #34A853, #4DBA6E); }
.review-card .rc-avatar.av-3 { background: linear-gradient(135deg, #EA4335, #F4685E); }
.review-card .rc-avatar.av-4 { background: linear-gradient(135deg, #FBBC04, #FCD159); }
.review-card .rc-meta { display: flex; flex-direction: column; gap: 3px; }
.review-card .rc-name {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text-strong);
  letter-spacing: -0.01em;
}
.review-card .rc-date {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.review-card .rc-stars {
  color: #FBBC05;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
}
.review-card .rc-text {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.65;
}
.review-card .rc-g {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-faint);
  padding-top: 8px;
}
.review-card .rc-g::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4285F4, #34A853, #FBBC04, #EA4335);
}

.reviews-cta {
  text-align: center;
  margin-top: 50px;
}
.reviews-cta a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text);
  transition: border-color .25s, color .25s, gap .25s;
}
.reviews-cta a:hover { border-color: var(--accent); color: var(--accent); gap: 18px; }

@media (max-width: 980px) {
  .reviews-head { grid-template-columns: 1fr; gap: 30px; }
  .reviews-grid { grid-template-columns: 1fr; }
}

/* =====================================================================
   FAQ
   ===================================================================== */
.faq-section { background: var(--bg-deep); padding: 130px 40px; }
.faq-list {
  max-width: 880px;
  margin: 60px auto 0;
}
.faq-item {
  border-top: 1px solid var(--line-strong);
  padding: 0;
}
.faq-item:last-child { border-bottom: 1px solid var(--line-strong); }
.faq-item summary {
  list-style: none;
  cursor: none;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-family: 'Cambay', 'Raleway', sans-serif;
  font-size: clamp(19px, 1.8vw, 24px);
  font-weight: 400;
  letter-spacing: -0.005em;
  color: var(--text-strong);
  transition: color .22s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-family: 'JetBrains Mono', monospace;
  font-size: 24px;
  font-weight: 300;
  color: var(--accent);
  transition: transform .25s;
}
.faq-item[open] summary { color: var(--accent); }
.faq-item[open] summary::after { content: '−'; }
.faq-item summary:hover { color: var(--accent); }
.faq-body {
  padding: 0 0 32px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.75;
  max-width: 760px;
}

/* =====================================================================
   CTA FINAL
   ===================================================================== */
.cta-final {
  padding: 160px 40px;
  position: relative;
  text-align: center;
  background:
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(69, 109, 176, 0.12), transparent 70%),
    linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-blue) 100%);
}
.cta-final h2 {
  font-size: clamp(40px, 5vw, 76px);
  margin: 22px auto 26px;
  max-width: 900px;
  font-weight: 400;
}
.cta-final h2 em { color: var(--accent); font-style: italic; font-weight: 400; font-family: 'Cambay', 'Raleway', sans-serif; }
.cta-final p.lead {
  max-width: 600px;
  margin: 0 auto 50px;
}
.cta-final .disclaimer {
  margin-top: 56px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-faint);
}

/* =====================================================================
   FOOTER
   ===================================================================== */
footer.site-footer {
  background: #040712;
  border-top: 1px solid var(--line);
  padding: 80px 40px 36px;
}
.foot-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
}
.foot-col img { height: 36px; opacity: 0.85; }
.foot-col img.foot-mark { height: 54px; }
.foot-col p { color: var(--text-muted); font-size: 14px; line-height: 1.7; margin-top: 18px; max-width: 320px; }
.foot-col h5 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
  font-weight: 500;
}
.foot-col a, .foot-col span {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.85;
  transition: color .22s;
  display: block;
}
.foot-col a:hover { color: var(--accent); }
.foot-bottom {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  color: var(--text-faint);
}
.foot-bottom .disclaimer {
  max-width: 720px;
  font-style: italic;
  line-height: 1.6;
}

/* =====================================================================
   REVEAL ON SCROLL
   ===================================================================== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* body pageIn removed — causava NO_LCP no Lighthouse */

/* Respeita usuarios que preferem menos movimento (a11y + perf) */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001s !important;
  }
  .hero-photo .orbit,
  .hero-photo .orbit-2,
  .hero-photo .glow-aura,
  .hero-photo .particle,
  .wa-float,
  .dot-pulse,
  .live-dot {
    animation: none !important;
  }
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 980px) {
  .hero-grid, .autoridade-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .hero-photo { max-width: 380px; margin: 0 auto; justify-self: center; }
  .hero-photo .photo-card { right: -10px; bottom: -22px; width: 200px; padding: 18px 20px; }
  .autoridade-photo { max-width: 360px; margin: 0 auto; }
  .protocolo-grid { grid-template-columns: 1fr; }
  .hero { padding: 110px 24px 80px; }
  section.block, .protocolo-section, .faq-section, .autoridade-section, .quebra-section, .digital-section, .cta-final { padding: 100px 24px; }
  .foot-grid { grid-template-columns: 1fr; gap: 36px; }
  .nav-wrap { padding: 0 22px; }
  .hero-stats { flex-wrap: wrap; gap: 28px; margin-top: 70px; }
}

@media (max-width: 600px) {
  .hero { padding: 96px 20px 52px; min-height: auto; }
  .wa-cta.is-large { padding: 18px 32px; font-size: 14px; }
  .hero-photo { max-width: 320px; }
  .hero-photo .photo-grid-deco { display: none; }
  .dim-grid { grid-template-columns: 1fr; }
  .autoridade-text .cred-item { flex-direction: column; align-items: flex-start; gap: 6px; padding: 14px 0; }
  .wa-float { width: 52px; height: 52px; bottom: 18px; right: 18px; }
  .hero-stat .num { font-size: 26px; }

  /* menos espaco vertical entre/dentro das secoes no celular */
  section.block, .protocolo-section, .faq-section, .autoridade-section,
  .quebra-section, .cta-final { padding: 60px 20px; }
  .digital-section { padding: 76px 20px; }
  .section-head { margin-bottom: 40px; }
  .protocolo-grid { margin-top: 32px; }
  .dim-grid { margin-top: 26px; }
  .faq-list { margin-top: 32px; }
  .hero-text .lead { margin-bottom: 36px; }
  .hero-stats { margin-top: 44px; padding-top: 24px; gap: 22px; }
  .digital-section .digital-num { margin-bottom: 16px; }
}
