/* SalesBoost — Identidade oficial */
:root {
  --primary: #3CD3A6;
  --primary-dark: #22A27E;
  --primary-darker: #188A6A;
  --navy: #0D1B2A;
  --navy-2: #142940;
  --accent: #F58F2E;
  --text: #0D1B2A;
  --text-muted: #4B5563;
  --text-light: #64748B;
  --bg: #FFFFFF;
  --bg-soft: #F4FAF7;
  --bg-dark: #0D1B2A;
  --border: #E5EAEE;
  --border-light: #F1F5F9;
  --gradient: linear-gradient(135deg, #3CD3A6 0%, #22A27E 100%);
  --gradient-soft: linear-gradient(135deg, rgba(60,211,166,0.12) 0%, rgba(34,162,126,0.08) 100%);
  --shadow-sm: 0 1px 3px rgba(13,27,42,0.07);
  --shadow-md: 0 10px 15px rgba(13,27,42,0.07);
  --shadow-lg: 0 20px 25px rgba(13,27,42,0.09);
  --shadow-xl: 0 25px 50px rgba(13,27,42,0.15);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
section { padding: 80px 0; }
@media (max-width: 720px) { section { padding: 56px 0; } }

/* Botões */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: transform .15s, box-shadow .15s, border-color .15s;
  white-space: nowrap;
  font-family: inherit;
}
.btn-primary {
  background: var(--gradient);
  color: white;
  box-shadow: 0 4px 14px rgba(60,211,166,0.4);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(60,211,166,0.5); }
.btn-ghost { background: transparent; color: var(--text); border: 1.5px solid var(--border); }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary-dark); }
.btn-lg { padding: 18px 30px; font-size: 16px; }

/* Nav */
nav.topbar {
  position: sticky;
  top: 0;
  background: rgba(255,255,255,0.9);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--border-light);
  z-index: 100;
}
nav.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img.logo-full { height: 40px; width: auto; display: block; max-width: 180px; }
.nav-links { display: flex; gap: 30px; font-size: 14px; font-weight: 500; color: var(--text-muted); }
.nav-links a:hover { color: var(--primary-dark); }
.nav-links a.active { color: var(--primary-dark); font-weight: 700; }
.nav-cta { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.nav-cta .btn { padding: 10px 18px; font-size: 14px; }

/* Tablet — esconde os links do menu, mantém os dois botões */
@media (max-width: 860px) {
  .nav-links { display: none; }
  .brand img.logo-full { height: 36px; }
}

/* Mobile — esconde "Entrar" (vai pro footer), foca no CTA principal */
@media (max-width: 520px) {
  nav.topbar .container { padding-top: 12px; padding-bottom: 12px; gap: 8px; }
  .brand img.logo-full { height: 32px; max-width: 150px; }
  .nav-cta .btn-ghost { display: none; }
  .nav-cta .btn-primary { padding: 10px 14px; font-size: 13px; }
}

/* Super compacto (<380px) — CTA vira "Acessar" curto */
@media (max-width: 380px) {
  .brand img.logo-full { height: 28px; max-width: 130px; }
  .nav-cta .btn-primary { padding: 9px 12px; font-size: 12px; }
}

/* Eyebrow */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--gradient-soft);
  border: 1px solid rgba(60,211,166,0.25);
  color: var(--primary-darker);
  font-weight: 600;
  font-size: 13px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.eyebrow .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 8px var(--primary);
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

/* Títulos de seção */
.section-title { text-align: center; margin-bottom: 48px; }
.section-title h1, .section-title h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.15;
  margin-bottom: 14px;
}
.section-title p {
  color: var(--text-muted);
  font-size: 17px;
  max-width: 640px;
  margin: 0 auto;
}
h1 .grad, h2 .grad {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Hero genérico (páginas internas) */
.page-hero {
  padding: 64px 0 40px;
  background:
    radial-gradient(circle at 80% 0%, rgba(60,211,166,0.08) 0%, transparent 50%),
    radial-gradient(circle at 0% 100%, rgba(34,162,126,0.06) 0%, transparent 50%);
  text-align: center;
}
.page-hero h1 {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.1;
  margin-bottom: 14px;
}
.page-hero p.lead {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto;
}

/* Cards e grids genéricos */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
@media (max-width: 900px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-3px); border-color: var(--primary); box-shadow: var(--shadow-md); }
.card .ico {
  width: 44px; height: 44px;
  background: var(--gradient-soft);
  color: var(--primary-dark);
  border-radius: 10px;
  display: grid; place-items: center;
  margin-bottom: 14px;
}
.card h3 { font-size: 18px; font-weight: 800; margin-bottom: 8px; letter-spacing: -0.3px; }
.card p { color: var(--text-muted); font-size: 15px; }

/* Content (texto corrido pra páginas legais) */
.content {
  max-width: 780px;
  margin: 0 auto;
  padding: 24px;
}
.content h2 {
  font-size: 24px;
  font-weight: 800;
  margin: 36px 0 12px;
  letter-spacing: -0.3px;
}
.content h2:first-child { margin-top: 0; }
.content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 24px 0 10px;
}
.content p { color: var(--text-muted); margin-bottom: 14px; line-height: 1.7; }
.content ul, .content ol { margin: 10px 0 18px 20px; color: var(--text-muted); }
.content ul li, .content ol li { margin-bottom: 6px; line-height: 1.6; }
.content a { color: var(--primary-dark); text-decoration: underline; }

/* Form */
.form-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
  box-shadow: var(--shadow-md);
}
.field { margin-bottom: 14px; }
.field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: white;
  font-family: inherit;
  color: var(--text);
  transition: border .15s, box-shadow .15s;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(60,211,166,0.18);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 500px) { .field-row { grid-template-columns: 1fr; } }
.consent {
  display: flex;
  align-items: start;
  gap: 8px;
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.4;
  margin: 8px 0 18px;
}
.form-submit {
  width: 100%;
  padding: 15px;
  background: var(--gradient);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .15s;
  font-family: inherit;
}
.form-submit:hover { transform: translateY(-2px); }
.alert {
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 16px;
  border: 1px solid transparent;
}
.alert-success { background: rgba(60,211,166,0.1); color: var(--primary-darker); border-color: rgba(60,211,166,0.3); }
.alert-error { background: rgba(239,68,68,0.1); color: #DC2626; border-color: rgba(239,68,68,0.3); }

/* Footer */
footer.site-footer {
  background: var(--bg-dark);
  color: #94A3B8;
  padding: 56px 0 24px;
}
footer.site-footer .grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 32px;
}
@media (max-width: 780px) { footer.site-footer .grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { footer.site-footer .grid { grid-template-columns: 1fr; } }
footer.site-footer h5 {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-weight: 700;
}
footer.site-footer a { color: #94A3B8; display: block; padding: 4px 0; font-size: 14px; }
footer.site-footer a:hover { color: white; }
footer.site-footer .about { max-width: 340px; }
footer.site-footer .about img { margin-bottom: 14px; max-height: 40px; width: auto; }
footer.site-footer .about p { font-size: 14px; margin-bottom: 14px; }
footer.site-footer .partnership {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
footer.site-footer .copy {
  text-align: center;
  font-size: 13px;
  padding-top: 6px;
}
footer.site-footer .copy a { display: inline; color: var(--primary); font-weight: 600; }

/* Stats bar (prova social) */
.stats-bar { padding: 48px 0; background: var(--navy); color: white; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  text-align: center;
}
@media (max-width: 760px) { .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
.stat .stat-num {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 900;
  letter-spacing: -1px;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
  margin-bottom: 6px;
}
.stat .stat-lbl { color: #B8C2D9; font-size: 13px; line-height: 1.4; }
.stat .stat-src {
  color: rgba(255,255,255,0.4);
  font-size: 10px;
  margin-top: 4px;
  font-style: italic;
}

/* CTA block */
.cta-block {
  background: var(--gradient);
  color: white;
  border-radius: 20px;
  padding: 48px;
  text-align: center;
  box-shadow: var(--shadow-xl);
}
.cta-block h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.15;
  margin-bottom: 14px;
  color: white;
}
.cta-block p {
  font-size: 16px;
  opacity: 0.92;
  max-width: 540px;
  margin: 0 auto 24px;
}
.cta-block .btn-primary {
  background: white;
  color: var(--navy);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
