/* ========================================
   AGORA PRECATÓRIO — Design System
   "Sovereign Trust" — Corporate Modern
======================================== */

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

:root {
  --primary:        #002E25;
  --primary-mid:    #0A3D33;
  --primary-light:  #1A5C4F;
  --gold:           #C6A37A;
  --gold-light:     #D4B896;
  --white:          #FFFFFF;
  --surface:        #F7FAF9;
  --surface-low:    #F1F4F3;
  --border:         #E2E8E7;
  --text:           #1A1C1B;
  --text-muted:     #414845;
  --text-light:     rgba(255,255,255,0.75);

  --gradient:       linear-gradient(135deg, #0A3D33 0%, #1A5C4F 100%);
  --gradient-dark:  linear-gradient(135deg, #001812 0%, #002E25 100%);

  --shadow-sm:  0 2px 8px rgba(0,46,37,0.06);
  --shadow-md:  0 4px 20px rgba(0,46,37,0.10);
  --shadow-lg:  0 8px 40px rgba(0,46,37,0.14);

  --radius-sm:  6px;
  --radius:     10px;
  --radius-md:  14px;
  --radius-lg:  20px;
  --radius-xl:  28px;
  --radius-pill: 9999px;

  --container:  1200px;
  --section-v:  96px;

  --font: 'Inter', system-ui, sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-behavior: smooth; }

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

/* ---- UTILITIES ---- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.mt-32 { margin-top: 32px; }

/* ---- ENTRANCE ANIMATIONS ---- */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-32px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(32px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInScale {
  from { opacity: 0; transform: scale(0.88); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes floatY {
  0%,100% { transform: translateY(0px); }
  50%      { transform: translateY(-12px); }
}
@keyframes floatX {
  0%,100% { transform: translateX(0px) rotate(0deg); }
  50%      { transform: translateX(8px) rotate(3deg); }
}
@keyframes rotateSlow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes particleFloat {
  0%   { transform: translateY(0) translateX(0) scale(1); opacity: 0.6; }
  33%  { transform: translateY(-20px) translateX(8px) scale(1.1); opacity: 1; }
  66%  { transform: translateY(-10px) translateX(-6px) scale(0.9); opacity: 0.7; }
  100% { transform: translateY(0) translateX(0) scale(1); opacity: 0.6; }
}
@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}
@keyframes borderGlow {
  0%,100% { box-shadow: 0 0 12px rgba(198,163,122,0.2); }
  50%      { box-shadow: 0 0 28px rgba(198,163,122,0.45); }
}
@keyframes countUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Hero entrance sequence */
.hero-badge    { animation: fadeInUp 0.7s var(--ease-out) 0.2s both; }
.hero-title    { animation: fadeInUp 0.8s var(--ease-out) 0.35s both; }
.hero-desc     { animation: fadeInUp 0.7s var(--ease-out) 0.5s both; }
.hero-actions  { animation: fadeInUp 0.7s var(--ease-out) 0.65s both; }
.hero-trust    { animation: fadeInUp 0.7s var(--ease-out) 0.80s both; }
.hero-card-main  { animation: fadeInRight 0.9s var(--ease-out) 0.5s both; }
.hero-card-float   { animation: fadeInScale 0.7s var(--ease-out) 0.75s both; }
.hero-card-float--2 { animation: fadeInScale 0.7s var(--ease-out) 0.95s both; }

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font); font-weight: 600; font-size: 15px;
  border: none; border-radius: var(--radius-pill);
  cursor: pointer; text-decoration: none;
  transition: all 0.2s var(--ease-out);
  white-space: nowrap;
}
.btn-lg { padding: 14px 28px; font-size: 16px; }
.btn-full { width: 100%; justify-content: center; }

.btn-primary {
  background: var(--gradient);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(10,61,51,0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(10,61,51,0.45);
}

.btn-ghost {
  background: rgba(255,255,255,0.10);
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.30);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.5); }

.btn-outline-light {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.40);
}
.btn-outline-light:hover { background: rgba(255,255,255,0.10); }

.btn-whatsapp {
  background: #25D366;
  color: var(--white);
  box-shadow: 0 4px 16px rgba(37,211,102,0.35);
}
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,0.45); }

/* ---- SECTION SHARED ---- */
.section { padding: var(--section-v) 0; }
.section--light { background: var(--surface); }
.section--dark { background: var(--gradient-dark); }
.section--numbers { background: var(--primary); }
.section--form { background: var(--primary-mid); }
.section--final-cta { background: var(--gradient); }

.section-header { text-align: center; margin-bottom: 64px; }

.section-tag {
  display: inline-block;
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--primary-light);
  background: rgba(26,92,79,0.10);
  padding: 6px 16px; border-radius: var(--radius-pill);
  margin-bottom: 16px;
}
.section-tag--light {
  color: var(--gold);
  background: rgba(198,163,122,0.15);
}

.section-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700; line-height: 1.15;
  letter-spacing: -0.02em; color: var(--text);
  margin-bottom: 16px;
}
.section-title--light { color: var(--white); }

.section-desc {
  font-size: 17px; color: var(--text-muted); max-width: 560px; margin: 0 auto;
}
.section-desc--light { color: var(--text-light); }

.gold-text { color: var(--gold); }

/* ========================================
   NAVBAR
======================================== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 0;
  transition: all 0.3s var(--ease-out);
}
.navbar.scrolled {
  background: rgba(0,46,37,0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 2px 24px rgba(0,0,0,0.15);
}
.nav-inner {
  display: flex; align-items: center;
  padding-top: 20px; padding-bottom: 20px; gap: 40px;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; flex-shrink: 0;
}
.logo-img {
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
  transition: opacity 0.2s;
}
.logo:hover .logo-img { opacity: 0.80; }
.logo--footer .logo-img { height: 38px; opacity: 0.85; }

.nav-links {
  display: flex; align-items: center; gap: 32px; margin-left: auto;
}
.nav-links a {
  text-decoration: none; color: rgba(255,255,255,0.80);
  font-size: 14px; font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--white); }

.nav-cta { margin-left: 8px; padding: 10px 22px; }

.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--white); border-radius: 2px;
  transition: all 0.3s;
}

/* ========================================
   HERO
======================================== */
.hero {
  min-height: 100vh;
  background: var(--gradient-dark);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  padding-top: 90px;
}

/* Hero background image (assets/hero-bg.jpg) */
.hero-bg-image {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: url('assets/hero-bg.png');
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  opacity: 0.22;
  animation: fadeInScale 1.2s var(--ease-out) both;
}
.hero-bg-overlay {
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background: linear-gradient(105deg, #001812 0%, #001812 45%, rgba(0,24,18,0.6) 70%, transparent 100%);
}

.hero-bg-grid {
  position: absolute; inset: 0; pointer-events: none; z-index: 2;
  background-image:
    linear-gradient(rgba(198,163,122,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(198,163,122,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}

/* ---- Floating shapes ---- */
.hero-shapes { position: absolute; inset: 0; pointer-events: none; z-index: 2; overflow: hidden; }

.shape {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(198,163,122,0.12);
}
.shape-1 {
  width: 480px; height: 480px; top: -80px; right: -120px;
  background: radial-gradient(circle, rgba(26,92,79,0.15) 0%, transparent 70%);
  animation: floatY 8s ease-in-out infinite;
}
.shape-2 {
  width: 260px; height: 260px; bottom: 80px; right: 200px;
  border-color: rgba(198,163,122,0.08);
  background: radial-gradient(circle, rgba(198,163,122,0.06) 0%, transparent 70%);
  animation: floatX 6s ease-in-out infinite 1s;
}
.shape-3 {
  width: 120px; height: 120px; top: 30%; left: 42%;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255,255,255,0.04);
  background: rgba(26,92,79,0.08);
  transform: rotate(30deg);
  animation: rotateSlow 20s linear infinite;
}
.shape-4 {
  width: 60px; height: 60px; top: 20%; right: 38%;
  border-radius: var(--radius-md);
  border: 1px solid rgba(198,163,122,0.15);
  background: rgba(198,163,122,0.05);
  animation: floatY 5s ease-in-out infinite 0.5s;
}
.shape-5 {
  width: 200px; height: 200px; bottom: 15%; left: -60px;
  border-color: rgba(26,92,79,0.18);
  background: radial-gradient(circle, rgba(26,92,79,0.12) 0%, transparent 60%);
  animation: floatY 9s ease-in-out infinite 2s;
}

/* ---- Particles ---- */
.hero-particles { position: absolute; inset: 0; pointer-events: none; z-index: 2; }
.particle {
  position: absolute; border-radius: 50%;
  background: var(--gold); opacity: 0.5;
}
.particle-1 { width: 4px; height: 4px; top: 22%; left: 55%; animation: particleFloat 4s ease-in-out infinite; }
.particle-2 { width: 6px; height: 6px; top: 65%; left: 70%; animation: particleFloat 5.5s ease-in-out infinite 1s; }
.particle-3 { width: 3px; height: 3px; top: 40%; left: 80%; animation: particleFloat 4.5s ease-in-out infinite 0.5s; }
.particle-4 { width: 5px; height: 5px; top: 75%; left: 30%; animation: particleFloat 6s ease-in-out infinite 2s; background: rgba(126,214,193,0.8); }
.particle-5 { width: 3px; height: 3px; top: 15%; left: 72%; animation: particleFloat 5s ease-in-out infinite 1.5s; }
.particle-6 { width: 4px; height: 4px; top: 55%; left: 48%; animation: particleFloat 4s ease-in-out infinite 3s; background: rgba(255,255,255,0.4); }

.hero-inner {
  flex: 1; display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
  padding-top: 60px; padding-bottom: 80px;
  position: relative; z-index: 3;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--gold);
  background: rgba(198,163,122,0.12);
  border: 1px solid rgba(198,163,122,0.25);
  padding: 7px 16px; border-radius: var(--radius-pill);
  margin-bottom: 28px;
}
.badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}

.hero-title {
  font-size: clamp(36px, 5.5vw, 60px);
  font-weight: 800; line-height: 1.08;
  letter-spacing: -0.03em; color: var(--white);
  margin-bottom: 24px;
}
.title-highlight {
  background: linear-gradient(90deg, #C6A37A, #E8C99A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  font-size: 17px; color: rgba(255,255,255,0.72);
  line-height: 1.7; max-width: 480px; margin-bottom: 36px;
}

.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }

.hero-trust { display: flex; gap: 20px; flex-wrap: wrap; }
.trust-item {
  display: flex; align-items: center; gap: 7px;
  font-size: 13px; color: rgba(255,255,255,0.65); font-weight: 500;
}

/* Hero Right Cards */
.hero-right { position: relative; display: flex; flex-direction: column; gap: 16px; }

.hero-card-main {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(16px);
  border-radius: var(--radius-xl);
  padding: 32px;
}
.hcard-header { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.hcard-icon {
  width: 52px; height: 52px; border-radius: var(--radius-md);
  background: rgba(198,163,122,0.15);
  border: 1px solid rgba(198,163,122,0.25);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hcard-label { color: var(--white); font-weight: 700; font-size: 16px; margin-bottom: 4px; }
.hcard-sub { color: rgba(255,255,255,0.55); font-size: 13px; }
.hcard-divider { height: 1px; background: rgba(255,255,255,0.08); margin-bottom: 24px; }
.hcard-stats { display: flex; gap: 24px; }
.hstat { flex: 1; }
.hstat-value { display: block; font-size: 28px; font-weight: 800; color: var(--white); letter-spacing: -0.02em; }
.hstat-label { font-size: 12px; color: rgba(255,255,255,0.50); font-weight: 500; }
.hstat-sep { width: 1px; background: rgba(255,255,255,0.08); }

.hero-card-float {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-lg); padding: 18px 22px;
  align-self: flex-start;
  animation: floatUp 3s ease-in-out infinite;
}
.hero-card-float--2 { align-self: flex-end; animation-delay: 1.5s; }
@keyframes floatUp {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.float-icon {
  width: 40px; height: 40px; border-radius: var(--radius);
  background: rgba(26,92,79,0.6); border: 1px solid rgba(26,92,79,0.8);
  display: flex; align-items: center; justify-content: center;
  color: #7ED6C1; flex-shrink: 0;
}
.float-icon--gold {
  background: rgba(198,163,122,0.2); border-color: rgba(198,163,122,0.4);
  color: var(--gold);
}
.float-title { font-size: 14px; font-weight: 700; color: var(--white); }
.float-desc { font-size: 12px; color: rgba(255,255,255,0.55); }

.hero-wave {
  line-height: 0; height: 80px; margin-top: -1px;
}
.hero-wave svg { width: 100%; height: 80px; display: block; }

/* ========================================
   HOW IT WORKS — STEPS
======================================== */
.steps-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0; align-items: start;
}
.step-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 36px 28px;
  position: relative;
  transition: all 0.3s var(--ease-out);
  box-shadow: var(--shadow-sm);
}
.step-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(26,92,79,0.15);
}
.step-number {
  font-size: 44px; font-weight: 800;
  color: rgba(0,46,37,0.06); letter-spacing: -0.03em;
  line-height: 1; margin-bottom: 20px;
}
.step-icon {
  width: 56px; height: 56px; border-radius: var(--radius-md);
  background: rgba(26,92,79,0.08);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary-light); margin-bottom: 20px;
}
.step-title { font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.step-desc { font-size: 14px; color: var(--text-muted); line-height: 1.65; }

.step-connector {
  display: flex; align-items: center; justify-content: center;
  padding: 0 8px; padding-top: 60px;
  color: var(--border);
}
.step-connector::after {
  content: '';
  display: block; width: 32px; height: 2px;
  background: linear-gradient(90deg, var(--border), rgba(26,92,79,0.2));
  border-radius: 2px;
}

/* ========================================
   BENEFÍCIOS
======================================== */
.benefits-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.benefits-list { display: flex; flex-direction: column; gap: 24px; margin-top: 36px; }
.benefit-item { display: flex; gap: 16px; }
.benefit-bullet {
  width: 10px; height: 10px; border-radius: 50%;
  flex-shrink: 0; margin-top: 6px;
}
.benefit-bullet--green { background: #7ED6C1; box-shadow: 0 0 12px rgba(126,214,193,0.5); }
.benefit-bullet--gold  { background: var(--gold); box-shadow: 0 0 12px rgba(198,163,122,0.4); }
.benefit-item h4 { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.benefit-item p  { font-size: 14px; color: var(--text-light); line-height: 1.65; }

.testimonial-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius-xl); padding: 40px;
  backdrop-filter: blur(12px);
}
.testimonial-quote { margin-bottom: 20px; }
.testimonial-text {
  font-size: 17px; color: var(--white);
  line-height: 1.7; font-style: italic; margin-bottom: 28px;
}
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.author-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gradient); display: flex; align-items: center;
  justify-content: center; color: var(--white);
  font-weight: 700; font-size: 14px; flex-shrink: 0;
}
.author-name { font-size: 14px; font-weight: 700; color: var(--white); }
.author-role { font-size: 12px; color: rgba(255,255,255,0.50); }
.author-stars { margin-left: auto; color: var(--gold); font-size: 14px; letter-spacing: 2px; }

.benefits-badge {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 20px; padding: 12px 20px;
  background: rgba(198,163,122,0.12);
  border: 1px solid rgba(198,163,122,0.25);
  border-radius: var(--radius-pill);
  color: var(--gold); font-size: 13px; font-weight: 600;
}

/* ========================================
   DIFERENCIAIS
======================================== */
.diff-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.diff-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 36px 28px;
  position: relative; overflow: hidden;
  transition: all 0.3s var(--ease-out);
  box-shadow: var(--shadow-sm);
}
.diff-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-lg);
  border-color: rgba(26,92,79,0.15);
}
.diff-card--featured {
  background: var(--gradient-dark); border-color: rgba(198,163,122,0.30);
}
.diff-card--featured h3 { color: var(--white); }
.diff-card--featured p  { color: rgba(255,255,255,0.65); }

.diff-icon {
  width: 52px; height: 52px; border-radius: var(--radius-md);
  background: rgba(26,92,79,0.08); border: 1px solid rgba(26,92,79,0.10);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary-light); margin-bottom: 20px;
}
.diff-icon--gold {
  background: rgba(198,163,122,0.15); border-color: rgba(198,163,122,0.25);
  color: var(--gold);
}
.diff-card h3 { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.diff-card p  { font-size: 14px; color: var(--text-muted); line-height: 1.65; }

.diff-badge {
  position: absolute; top: 16px; right: 16px;
  background: var(--gold); color: var(--primary);
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  padding: 4px 12px; border-radius: var(--radius-pill);
}

/* ========================================
   NÚMEROS / SOBRE
======================================== */
.numbers-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.numbers-img-wrap {
  border-radius: var(--radius-xl); overflow: hidden;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, rgba(255,255,255,0.03), rgba(198,163,122,0.05));
  border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.numbers-img-content { position: relative; z-index: 1; opacity: 0.6; }

.numbers-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 40px;
}
.nstat {}
.nstat-value {
  display: block; font-size: 36px; font-weight: 800;
  color: var(--white); letter-spacing: -0.03em; margin-bottom: 6px;
}
.nstat-value::first-letter { color: var(--gold); }
.nstat-label { font-size: 13px; color: rgba(255,255,255,0.55); font-weight: 500; }

/* ========================================
   FAQ
======================================== */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s;
}
.faq-item.open { box-shadow: var(--shadow-md); border-color: rgba(26,92,79,0.15); }

.faq-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 22px 28px; background: none; border: none;
  cursor: pointer; font-family: var(--font);
  font-size: 16px; font-weight: 600; color: var(--text);
  text-align: left; gap: 16px;
}
.faq-icon { flex-shrink: 0; transition: transform 0.3s var(--ease-out); color: var(--primary-light); }
.faq-item.open .faq-icon { transform: rotate(180deg); }

.faq-body {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s var(--ease-out), padding 0.2s;
  padding: 0 28px;
}
.faq-body.open { padding-bottom: 24px; }
.faq-body p { font-size: 15px; color: var(--text-muted); line-height: 1.75; }

/* ========================================
   FORMULÁRIO
======================================== */
.form-grid {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start;
}
.form-trust-list { display: flex; flex-direction: column; gap: 14px; margin-top: 32px; }
.form-trust-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.75); font-weight: 500; }

.form-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(16px);
  border-radius: var(--radius-xl); padding: 40px;
}
.lead-form { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label {
  font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,0.80); letter-spacing: 0.01em;
}
.form-group input,
.form-group select,
.form-group textarea {
  font-family: var(--font); font-size: 15px;
  background: rgba(255,255,255,0.07);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 13px 16px; color: var(--white);
  transition: border-color 0.2s, background 0.2s;
  outline: none; resize: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.30); }
.form-group select option { background: var(--primary); color: var(--white); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgba(198,163,122,0.60);
  background: rgba(255,255,255,0.10);
}

.form-privacy { font-size: 12px; color: rgba(255,255,255,0.40); text-align: center; margin-top: 4px; }
.form-privacy a { color: var(--gold); text-decoration: none; }
.form-privacy a:hover { text-decoration: underline; }

/* ========================================
   FINAL CTA
======================================== */
.final-cta-inner { text-align: center; padding: var(--section-v) 0; }
.final-cta-title {
  font-size: clamp(28px, 4vw, 44px); font-weight: 800;
  color: var(--white); letter-spacing: -0.02em; line-height: 1.1;
  margin-bottom: 20px;
}
.final-cta-desc { font-size: 17px; color: rgba(255,255,255,0.70); max-width: 520px; margin: 0 auto 40px; }
.final-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ========================================
   FOOTER
======================================== */
.footer { background: #010E0B; padding: 72px 0 0; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-desc {
  font-size: 14px; color: rgba(255,255,255,0.45);
  line-height: 1.7; margin-top: 16px; max-width: 280px;
}
.footer-socials { display: flex; gap: 12px; margin-top: 24px; }
.footer-socials a {
  width: 38px; height: 38px; border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.10);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.45);
  transition: all 0.2s;
}
.footer-socials a:hover { border-color: var(--gold); color: var(--gold); }

.footer-heading {
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: rgba(255,255,255,0.35);
  margin-bottom: 20px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col ul a {
  text-decoration: none; font-size: 14px;
  color: rgba(255,255,255,0.55); transition: color 0.2s;
}
.footer-col ul a:hover { color: var(--gold); }

.footer-contact { gap: 14px !important; }
.footer-contact li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.5;
}
.footer-contact li svg { flex-shrink: 0; margin-top: 2px; opacity: 0.5; }

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

/* ========================================
   AI CHAT WIDGET
======================================== */

/* ---- Floating Button ---- */
.ai-float-btn {
  position: fixed; bottom: 28px; right: 28px; z-index: 200;
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, #1A5C4F 0%, #0A3D33 50%, #C6A37A 100%);
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 28px rgba(0,46,37,0.45);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s;
  overflow: visible;
}
.ai-float-btn:hover {
  transform: scale(1.08) translateY(-3px);
  box-shadow: 0 10px 36px rgba(0,46,37,0.55);
}
.ai-float-btn.open { transform: scale(0.95); }

/* Pulse rings */
.ai-float-ring {
  position: absolute; border-radius: 50%;
  border: 2px solid rgba(198,163,122,0.4);
  animation: ringPulse 2.5s ease-out infinite;
  pointer-events: none;
}
.ai-float-ring--1 { width: 80px; height: 80px; animation-delay: 0s; }
.ai-float-ring--2 { width: 96px; height: 96px; animation-delay: 0.6s; border-color: rgba(26,92,79,0.3); }
@keyframes ringPulse {
  0%   { transform: scale(0.85); opacity: 0.7; }
  100% { transform: scale(1.4);  opacity: 0; }
}

/* Robot face inside button */
.ai-float-inner { position: relative; z-index: 1; }
.ai-float-robot { display: flex; flex-direction: column; align-items: center; gap: 3px; }
.ai-float-antenna {
  width: 2px; height: 8px; background: rgba(255,255,255,0.7);
  border-radius: 2px; position: relative; margin-bottom: -2px;
}
.ai-float-antenna-ball {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold); position: absolute; top: -4px; left: -2px;
  box-shadow: 0 0 6px rgba(198,163,122,0.8);
  animation: antennaBlink 1.8s ease-in-out infinite;
}
@keyframes antennaBlink {
  0%,80%,100% { opacity: 1; transform: scale(1); }
  90% { opacity: 0.3; transform: scale(0.6); }
}
.ai-float-eyes {
  display: flex; gap: 6px; background: rgba(0,20,15,0.6);
  padding: 4px 6px; border-radius: 8px;
}
.ai-float-eye {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 4px rgba(255,255,255,0.8);
  animation: eyeBlink 3s ease-in-out infinite;
}
.ai-float-eye:nth-child(2) { animation-delay: 0.1s; }
@keyframes eyeBlink {
  0%,90%,100% { transform: scaleY(1); }
  95% { transform: scaleY(0.1); }
}
.ai-float-smile {
  width: 14px; height: 5px;
  border: 2px solid rgba(255,255,255,0.7);
  border-top: none; border-radius: 0 0 8px 8px;
}

/* Badge */
.ai-float-badge {
  position: absolute; top: -4px; right: -4px;
  background: var(--gold); color: var(--primary);
  font-size: 9px; font-weight: 800; letter-spacing: 0.05em;
  padding: 2px 5px; border-radius: 6px;
  box-shadow: 0 2px 8px rgba(198,163,122,0.5);
  animation: badgePop 2s ease-in-out infinite;
}
@keyframes badgePop {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}

/* Tooltip */
.ai-float-tooltip {
  position: absolute; right: 76px; bottom: 50%;
  transform: translateY(50%);
  background: var(--primary); color: var(--white);
  font-size: 13px; font-weight: 600; white-space: nowrap;
  padding: 8px 14px; border-radius: var(--radius-pill);
  box-shadow: var(--shadow-md);
  opacity: 0; pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
  transform: translateY(50%) translateX(6px);
}
.ai-float-tooltip::after {
  content: '';
  position: absolute; right: -6px; top: 50%; transform: translateY(-50%);
  border: 6px solid transparent; border-left-color: var(--primary);
  border-right: none;
}
.ai-float-btn:hover .ai-float-tooltip {
  opacity: 1; transform: translateY(50%) translateX(0);
}

/* ---- Chat Window ---- */
.ai-chat-window {
  position: fixed; bottom: 108px; right: 28px; z-index: 199;
  width: 360px; height: 500px;
  display: flex; flex-direction: column;
  background: #0D1F1C;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  overflow: hidden;
  transform: translateY(20px) scale(0.95);
  opacity: 0; pointer-events: none;
  transition: all 0.35s var(--ease-out);
}
.ai-chat-window.open {
  transform: translateY(0) scale(1);
  opacity: 1; pointer-events: all;
}

/* Header */
.ai-chat-header {
  display: flex; align-items: center; gap: 12px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #0A3D33, #002E25);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ai-chat-avatar { position: relative; flex-shrink: 0; }

/* Robot head in chat header */
.ai-robot-head { position: relative; display: flex; flex-direction: column; align-items: center; }
.robot-antenna {
  width: 3px; height: 10px;
  background: rgba(255,255,255,0.5); border-radius: 2px; margin-bottom: -3px;
}
.robot-antenna-ball {
  width: 8px; height: 8px; border-radius: 50%; background: var(--gold);
  position: absolute; top: -5px; left: -2.5px;
  box-shadow: 0 0 8px rgba(198,163,122,0.9);
  animation: antennaBlink 2s ease-in-out infinite;
}
.robot-face {
  width: 44px; height: 44px; border-radius: 14px;
  background: linear-gradient(135deg, #1e5c4e, #0a3d33);
  border: 1.5px solid rgba(198,163,122,0.35);
  position: relative; overflow: visible;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 5px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1);
}
.robot-ears { position: absolute; width: 100%; top: 12px; }
.robot-ear {
  position: absolute; width: 7px; height: 14px; border-radius: 4px;
  background: linear-gradient(135deg, #1e5c4e, #0a3d33);
  border: 1.5px solid rgba(198,163,122,0.3);
}
.robot-ear--left  { left: -9px; }
.robot-ear--right { right: -9px; }
.robot-eyes { display: flex; gap: 7px; }
.robot-eye {
  width: 10px; height: 10px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #a8e6d8, #2dbf9e);
  box-shadow: 0 0 8px rgba(45,191,158,0.6);
  display: flex; align-items: center; justify-content: center;
  animation: eyeBlink 3.5s ease-in-out infinite;
}
.robot-eye:nth-child(2) { animation-delay: 0.15s; }
.robot-pupil {
  width: 4px; height: 4px; border-radius: 50%;
  background: #001812;
}
.robot-mouth { display: flex; gap: 3px; align-items: flex-end; }
.robot-mouth span {
  display: block; width: 4px; border-radius: 2px;
  background: rgba(198,163,122,0.7);
  animation: mouthWave 1.2s ease-in-out infinite;
}
.robot-mouth span:nth-child(1) { height: 4px; animation-delay: 0s; }
.robot-mouth span:nth-child(2) { height: 6px; animation-delay: 0.2s; }
.robot-mouth span:nth-child(3) { height: 4px; animation-delay: 0.4s; }
@keyframes mouthWave {
  0%,100% { transform: scaleY(1); }
  50%      { transform: scaleY(1.6); }
}

.ai-status-ring {
  position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(135deg, var(--gold), transparent) border-box;
  animation: rotateSlow 4s linear infinite;
  pointer-events: none;
}

.ai-chat-info { flex: 1; }
.ai-chat-name { color: var(--white); font-weight: 700; font-size: 15px; }
.ai-chat-status { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 2px; }
.ai-status-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold);
  animation: pulse 2s infinite;
}
.ai-chat-close {
  background: rgba(255,255,255,0.08); border: none; cursor: pointer;
  color: rgba(255,255,255,0.5); border-radius: 8px; padding: 6px;
  display: flex; transition: all 0.2s;
}
.ai-chat-close:hover { background: rgba(255,255,255,0.14); color: var(--white); }

/* Body — área de mensagens com scroll */
.ai-chat-body {
  flex: 1; padding: 16px 14px; display: flex; flex-direction: column; gap: 10px;
  overflow-y: auto; min-height: 0;
}
.ai-chat-body::-webkit-scrollbar { width: 4px; }
.ai-chat-body::-webkit-scrollbar-track { background: transparent; }
.ai-chat-body::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.12); border-radius: 4px; }

@keyframes bubbleIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Mensagens */
.ai-msg {
  max-width: 82%; padding: 9px 13px; border-radius: 16px; font-size: 13.5px;
  line-height: 1.55; animation: bubbleIn 0.3s ease-out forwards;
}
.ai-msg-bot {
  align-self: flex-start;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.88); border-radius: 16px 16px 16px 4px;
}
.ai-msg-user {
  align-self: flex-end;
  background: linear-gradient(135deg, var(--primary), #1A5C4F);
  color: var(--white); border-radius: 16px 16px 4px 16px;
}
.ai-msg-bot strong { color: var(--white); }

/* Digitando... */
.ai-typing-dots { display: inline-flex; gap: 4px; align-items: center; height: 16px; }
.ai-typing-dots span {
  width: 6px; height: 6px; background: rgba(255,255,255,0.5); border-radius: 50%;
  animation: typingDot 1.2s infinite ease-in-out;
}
.ai-typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.ai-typing-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typingDot {
  0%,80%,100% { transform: scale(0.7); opacity: 0.4; }
  40%         { transform: scale(1);   opacity: 1; }
}

/* WhatsApp mini rodapé */
.ai-chat-footer-wa {
  padding: 8px 14px; border-top: 1px solid rgba(255,255,255,0.06);
  flex-shrink: 0;
}
.ai-wa-mini-btn {
  display: flex; align-items: center; gap: 8px;
  background: #1FA855; color: var(--white); text-decoration: none;
  font-size: 12.5px; font-weight: 600; padding: 8px 14px;
  border-radius: var(--radius-pill); transition: background 0.2s;
  justify-content: center;
}
.ai-wa-mini-btn:hover { background: #1a9048; }

/* Input area */
.ai-chat-input-area {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 12px; border-top: 1px solid rgba(255,255,255,0.07);
  flex-shrink: 0;
}
.ai-chat-input {
  flex: 1; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-pill); padding: 9px 14px;
  color: var(--white); font-size: 13px; font-family: var(--font);
  outline: none; transition: border-color 0.2s;
}
.ai-chat-input::placeholder { color: rgba(255,255,255,0.3); }
.ai-chat-input:focus { border-color: rgba(198,163,122,0.4); }
.ai-send-btn {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), #a8895e);
  border: none; cursor: pointer; display: flex; align-items: center; justify-content: center;
  color: #001812; transition: transform 0.15s, opacity 0.15s;
}
.ai-send-btn:hover { transform: scale(1.08); }
.ai-send-btn:active { transform: scale(0.95); }

/* Backdrop */
.ai-backdrop {
  position: fixed; inset: 0; z-index: 198;
  background: rgba(0,0,0,0.3); backdrop-filter: blur(2px);
  opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.ai-backdrop.open { opacity: 1; pointer-events: all; }

/* WhatsApp float — removido, integrado ao widget de IA */

/* ========================================
   ANIMATIONS — Scroll Reveal
======================================== */
[data-reveal] {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out);
}
[data-reveal].revealed { opacity: 1; transform: translateY(0); }

[data-reveal="left"] { transform: translateX(-32px); }
[data-reveal="right"] { transform: translateX(32px); }
[data-reveal="scale"] { transform: scale(0.90); }
[data-reveal="left"].revealed,
[data-reveal="right"].revealed,
[data-reveal="scale"].revealed { transform: none; opacity: 1; }

/* Step cards stagger */
.step-card { transition-delay: calc(var(--i, 0) * 100ms); }

/* Diff cards stagger */
.diff-card:nth-child(1) { --delay: 0ms; }
.diff-card:nth-child(2) { --delay: 80ms; }
.diff-card:nth-child(3) { --delay: 160ms; }
.diff-card:nth-child(4) { --delay: 0ms; }
.diff-card:nth-child(5) { --delay: 80ms; }
.diff-card:nth-child(6) { --delay: 160ms; }
.diff-card[data-reveal] { transition-delay: var(--delay, 0ms); }

/* Hover glow on cards */
.step-card:hover .step-icon { animation: borderGlow 1.5s ease-in-out infinite; }
.diff-card:hover .diff-icon { animation: borderGlow 1.5s ease-in-out infinite; }

/* Stat counter animation */
.nstat[data-reveal].revealed .nstat-value { animation: countUp 0.5s var(--ease-out) both; }

/* Title shimmer on hover */
.hero-title:hover .title-highlight {
  background: linear-gradient(90deg, #C6A37A 0%, #E8C99A 30%, #C6A37A 60%, #E8C99A 100%);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 2s linear infinite;
}

/* Section tag pulse */
.section-tag { transition: transform 0.2s; }
.section-tag:hover { transform: scale(1.04); }

/* Float animation override (keep from hero) */
.hero-card-float { animation: floatY 3.5s ease-in-out infinite !important; }
.hero-card-float--2 { animation: floatY 4s ease-in-out infinite 1.5s !important; }

/* ========================================
   RESPONSIVE
======================================== */
@media (max-width: 1024px) {
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .step-connector { display: none; }
  .diff-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  :root { --section-v: 64px; }

  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }

  .nav-links.open {
    display: flex; flex-direction: column; gap: 0;
    position: fixed; top: 72px; left: 0; right: 0;
    background: rgba(0,30,22,0.97);
    backdrop-filter: blur(20px);
    padding: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .nav-links.open a {
    padding: 14px 0; font-size: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .hero-inner {
    grid-template-columns: 1fr; gap: 40px;
    padding-top: 40px; padding-bottom: 60px;
  }
  .hero-right { display: none; }
  .hero-title { font-size: 36px; }

  .steps-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; gap: 48px; }
  .diff-grid { grid-template-columns: 1fr; }
  .numbers-grid { grid-template-columns: 1fr; gap: 48px; }
  .numbers-visual { display: none; }
  .numbers-stats { grid-template-columns: 1fr 1fr; }

  .form-grid { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 28px 20px; }

  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }

  .section-header { margin-bottom: 40px; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .final-cta-actions { flex-direction: column; align-items: center; }
}
