
/* SEO_NICHOS_VISUAL_V2 */
:root {
  --primary: #22c55e;
  --primary-dark: #16a34a;
  --blue: #2563eb;
  --dark: #020617;
  --slate: #0f172a;
  --muted: #475569;
  --soft: #f8fafc;
  --white: #ffffff;
  --border: #e2e8f0;
  --green-soft: #dcfce7;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--soft);
  color: var(--slate);
}

a {
  text-decoration: none;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  color: var(--slate);
  font-size: 1.18rem;
}

.logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #052e16;
  background: linear-gradient(135deg, var(--primary), #86efac);
  font-weight: 900;
}

.nav-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--primary);
  color: #052e16;
  box-shadow: 0 12px 30px rgba(34, 197, 94, 0.28);
}

.btn-secondary {
  background: var(--white);
  color: var(--slate);
  border-color: var(--border);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 64px;
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.22), transparent 34%),
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.18), transparent 30%),
    linear-gradient(135deg, #ffffff, #eef6ff);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -120px -180px auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.12);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 42px;
  align-items: center;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.28);
  color: #166534;
  font-weight: 900;
  font-size: 0.92rem;
  margin-bottom: 18px;
}

h1 {
  margin: 0 0 18px;
  font-size: clamp(2.35rem, 5vw, 4.35rem);
  line-height: 1.01;
  letter-spacing: -0.055em;
  color: var(--dark);
}

.hero-text {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.68;
  margin: 0 0 26px;
  max-width: 650px;
}

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

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.trust-pill {
  padding: 8px 11px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--border);
  color: var(--muted);
  font-weight: 800;
  font-size: 0.88rem;
}

.mockup {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 32px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.mockup-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.mockup-title strong {
  display: block;
  font-size: 1.08rem;
}

.mockup-title span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
}

.dot-row {
  display: flex;
  gap: 6px;
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--primary);
}

.dot.blue {
  background: var(--blue);
}

.dot.purple {
  background: #7c3aed;
}

.mockup-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 16px;
  margin-top: 12px;
}

.mockup-card h3 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.appointment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid #eef2f7;
}

.appointment:first-of-type {
  border-top: 0;
}

.appointment strong {
  display: block;
  font-size: 0.95rem;
}

.appointment small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.badge {
  white-space: nowrap;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 0.78rem;
  font-weight: 900;
  background: var(--green-soft);
  color: #166534;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.metric {
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid var(--border);
  padding: 13px;
}

.metric .label {
  color: var(--muted);
  font-size: 0.82rem;
  margin-bottom: 5px;
}

.metric .value {
  font-size: 1.28rem;
  font-weight: 900;
  color: var(--slate);
}

section {
  padding: 68px 0;
}

.section-white {
  background: var(--white);
}

.section-soft {
  background: var(--soft);
}

.section-dark {
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.16), transparent 32%),
    linear-gradient(135deg, #020617, #0f172a);
  color: var(--white);
}

.section-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 34px;
}

.section-head h2 {
  margin: 0 0 13px;
  font-size: clamp(1.8rem, 3.2vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.03rem;
}

.section-dark .section-head p {
  color: rgba(255, 255, 255, 0.76);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.card-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--green-soft);
  color: #166534;
  font-size: 1.28rem;
  margin-bottom: 14px;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
}

.card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  padding: 22px;
}

.step-number {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: #052e16;
  font-weight: 900;
  margin-bottom: 14px;
}

.step h3 {
  margin: 0 0 9px;
}

.step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.service-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.service-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--border);
  color: var(--slate);
  font-weight: 800;
}

.faq {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 20px;
}

.faq-item h3 {
  margin: 0 0 8px;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.related a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--border);
  color: var(--slate);
  font-weight: 800;
}

.cta-box {
  text-align: center;
  background: linear-gradient(135deg, #22c55e, #86efac);
  border-radius: 32px;
  padding: 46px 28px;
  color: #052e16;
  box-shadow: 0 24px 70px rgba(34, 197, 94, 0.22);
}

.cta-box h2 {
  margin: 0 0 12px;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  letter-spacing: -0.04em;
}

.cta-box p {
  max-width: 760px;
  margin: 0 auto 24px;
  line-height: 1.65;
  font-size: 1.06rem;
}

.cta-box .btn-primary {
  background: #052e16;
  color: #ffffff;
}

footer {
  padding: 30px 0;
  background: #ffffff;
  border-top: 1px solid var(--border);
  color: var(--muted);
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-row a {
  color: var(--slate);
  font-weight: 800;
}

@media (max-width: 900px) {
  .hero-grid,
  .grid-3,
  .steps {
    grid-template-columns: 1fr;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .nav-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .hero {
    padding: 48px 0;
  }

  .hero-actions {
    flex-direction: column;
  }

  .metrics {
    grid-template-columns: 1fr;
  }

  section {
    padding: 52px 0;
  }

  .mockup {
    border-radius: 24px;
  }

  .appointment {
    align-items: flex-start;
    flex-direction: column;
  }

  .badge {
    align-self: flex-start;
  }
}


/* ================= CORES SEO NICHOS AZUL/ROXO ================= */
/* SEO_NICHOS_CORES_AZUL_ROXO_V1 */

:root {
  --primary: #2563eb !important;
  --primary-dark: #1d4ed8 !important;
  --blue: #7c3aed !important;
  --green-soft: #dbeafe !important;
}

.btn-primary,
a.btn-primary,
button.btn-primary {
  background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.28) !important;
}

.btn-primary:hover,
a.btn-primary:hover,
button.btn-primary:hover {
  background: linear-gradient(135deg, #1d4ed8, #6d28d9) !important;
  color: #ffffff !important;
}

.logo-mark {
  background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
  color: #ffffff !important;
}

.tag {
  background: rgba(37, 99, 235, 0.12) !important;
  border: 1px solid rgba(37, 99, 235, 0.24) !important;
  color: #1d4ed8 !important;
}

.hero {
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.18), transparent 34%),
    radial-gradient(circle at top right, rgba(124, 58, 237, 0.16), transparent 30%),
    linear-gradient(135deg, #ffffff, #eef2ff) !important;
}

.hero::after {
  background: rgba(37, 99, 235, 0.10) !important;
}

.card-icon {
  background: #dbeafe !important;
  color: #1d4ed8 !important;
}

.badge {
  background: #dbeafe !important;
  color: #1d4ed8 !important;
}

.dot {
  background: #2563eb !important;
}

.dot.blue {
  background: #7c3aed !important;
}

.dot.purple {
  background: #6366f1 !important;
}

.section-dark {
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.22), transparent 32%),
    linear-gradient(135deg, #020617, #172554) !important;
}

.step-number {
  background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
  color: #ffffff !important;
}

.cta-box {
  background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
  color: #ffffff !important;
  box-shadow: 0 24px 70px rgba(37, 99, 235, 0.24) !important;
}

.cta-box p {
  color: rgba(255,255,255,0.86) !important;
}

.cta-box .btn-primary {
  background: #ffffff !important;
  color: #1d4ed8 !important;
  border-color: #ffffff !important;
}

.cta-box .btn-secondary {
  background: rgba(255,255,255,0.12) !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.25) !important;
}

.related a:hover,
.service-cloud span:hover {
  background: #dbeafe !important;
  border-color: #2563eb !important;
}


/* ================= CORES OFICIAIS AGENDA PRO - PÁGINAS SEO ================= */
/* SEO_NICHOS_CORES_OFICIAIS_AGENDAPRO_VERDE_AZUL_V2 */

:root {
  --primary: #22c55e !important;
  --primary-dark: #16a34a !important;
  --blue: #2563eb !important;
  --dark: #020617 !important;
  --slate: #0f172a !important;
  --green-soft: #dcfce7 !important;
}

.btn-primary,
a.btn-primary,
button.btn-primary {
  background: linear-gradient(135deg, #22c55e, #16a34a) !important;
  color: #052e16 !important;
  border: 1px solid rgba(34, 197, 94, 0.35) !important;
  box-shadow: 0 14px 34px rgba(34, 197, 94, 0.25) !important;
}

.btn-primary:hover,
a.btn-primary:hover,
button.btn-primary:hover {
  background: linear-gradient(135deg, #16a34a, #15803d) !important;
  color: #ffffff !important;
}

.logo-mark {
  background: linear-gradient(135deg, #22c55e, #86efac) !important;
  color: #052e16 !important;
}

.tag {
  background: rgba(34, 197, 94, 0.14) !important;
  border: 1px solid rgba(34, 197, 94, 0.28) !important;
  color: #166534 !important;
}

.hero {
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.20), transparent 34%),
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.13), transparent 30%),
    linear-gradient(135deg, #ffffff, #eef6ff) !important;
}

.hero::after {
  background: rgba(34, 197, 94, 0.12) !important;
}

.card-icon {
  background: #dcfce7 !important;
  color: #166534 !important;
}

.badge {
  background: #dcfce7 !important;
  color: #166534 !important;
}

.dot {
  background: #22c55e !important;
}

.dot.blue {
  background: #2563eb !important;
}

.dot.purple {
  background: #7c3aed !important;
}

.section-dark {
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.16), transparent 32%),
    linear-gradient(135deg, #020617, #0f172a) !important;
}

.step-number {
  background: linear-gradient(135deg, #22c55e, #16a34a) !important;
  color: #052e16 !important;
}

.cta-box {
  background: linear-gradient(135deg, #22c55e, #86efac) !important;
  color: #052e16 !important;
  box-shadow: 0 24px 70px rgba(34, 197, 94, 0.22) !important;
}

.cta-box p {
  color: rgba(5, 46, 22, 0.82) !important;
}

.cta-box .btn-primary {
  background: #052e16 !important;
  color: #ffffff !important;
  border-color: #052e16 !important;
}

.cta-box .btn-secondary {
  background: rgba(255,255,255,0.72) !important;
  color: #052e16 !important;
  border-color: rgba(5,46,22,0.18) !important;
}

.related a:hover,
.service-cloud span:hover {
  background: #dcfce7 !important;
  border-color: #22c55e !important;
}



/* ================= CORREÇÃO FINAL BOTÃO E TAG ================= */
/* CORRECAO_FINAL_BOTAO_TAG_AGENDAPRO_V1 */

/* Botão principal: Criar conta grátis */
a.btn-primary,
.btn-primary,
button.btn-primary,
.hero-actions a.btn-primary,
.nav-actions a.btn-primary,
.cta-box a.btn-primary {
  background: linear-gradient(135deg, #22c55e, #16a34a) !important;
  color: #052e16 !important;
  border: 1px solid rgba(22, 163, 74, 0.45) !important;
  box-shadow: 0 14px 34px rgba(34, 197, 94, 0.25) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

a.btn-primary:hover,
.btn-primary:hover,
button.btn-primary:hover,
.hero-actions a.btn-primary:hover,
.nav-actions a.btn-primary:hover,
.cta-box a.btn-primary:hover {
  background: linear-gradient(135deg, #16a34a, #15803d) !important;
  color: #ffffff !important;
}

/* Se algum botão estiver dentro de área verde, deixa ele legível */
.cta-box a.btn-primary,
.cta-box .btn-primary {
  background: #052e16 !important;
  color: #ffffff !important;
  border-color: #052e16 !important;
}

/* Selo/frase do topo: Agenda online gratuita para negócios locais */
.tag,
.hero .tag,
div.tag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 8px 13px !important;
  margin-bottom: 18px !important;
  border-radius: 999px !important;
  background: #dcfce7 !important;
  color: #166534 !important;
  border: 1px solid rgba(34, 197, 94, 0.32) !important;
  font-size: 0.92rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* Evita texto estourado no celular */
@media (max-width: 768px) {
  .tag,
  .hero .tag,
  div.tag {
    font-size: 0.86rem !important;
    padding: 8px 11px !important;
    white-space: normal !important;
    text-align: center !important;
  }

  a.btn-primary,
  .btn-primary,
  button.btn-primary {
    min-height: 46px !important;
    border-radius: 999px !important;
  }
}




/* ================= REMOVER VERDE CLARO - AGENDA PRO ================= */
/* CORRECAO_REMOVER_VERDE_CLARO_AGENDAPRO_V1 */

/* Botão principal */
a.btn-primary,
.btn-primary,
button.btn-primary,
.hero-actions a.btn-primary,
.nav-actions a.btn-primary {
  background: linear-gradient(135deg, #166534, #14532d) !important;
  color: #ffffff !important;
  border: 1px solid rgba(22, 101, 52, 0.55) !important;
  box-shadow: 0 14px 34px rgba(20, 83, 45, 0.28) !important;
}

/* Hover do botão */
a.btn-primary:hover,
.btn-primary:hover,
button.btn-primary:hover,
.hero-actions a.btn-primary:hover,
.nav-actions a.btn-primary:hover {
  background: linear-gradient(135deg, #14532d, #0f172a) !important;
  color: #ffffff !important;
}

/* Selo "Agenda online gratuita..." */
.tag,
.hero .tag,
div.tag {
  background: #ffffff !important;
  color: #14532d !important;
  border: 1px solid rgba(22, 101, 52, 0.28) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
}

/* Badges pequenos */
.badge {
  background: #f8fafc !important;
  color: #166534 !important;
  border: 1px solid rgba(22, 101, 52, 0.22) !important;
}

/* Ícones/cards que estavam verde claro */
.card-icon,
.ap-proof-inside-panel-icon {
  background: #ffffff !important;
  color: #166534 !important;
  border: 1px solid rgba(22, 101, 52, 0.25) !important;
}

/* Caixa final de chamada */
.cta-box {
  background: linear-gradient(135deg, #14532d, #0f172a) !important;
  color: #ffffff !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24) !important;
}

.cta-box p {
  color: rgba(255, 255, 255, 0.84) !important;
}

.cta-box .btn-primary {
  background: #ffffff !important;
  color: #14532d !important;
  border-color: #ffffff !important;
}

.cta-box .btn-secondary {
  background: rgba(255, 255, 255, 0.10) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.26) !important;
}




/* ================= BOTÃO CRIAR CONTA GRÁTIS VERDE CLARO ================= */
/* BOTAO_CRIAR_CONTA_VERDE_CLARO_V1 */

a.btn-primary,
.btn-primary,
button.btn-primary,
.hero-actions a.btn-primary,
.nav-actions a.btn-primary {
  background: linear-gradient(135deg, #22c55e, #86efac) !important;
  color: #052e16 !important;
  border: 1px solid rgba(34, 197, 94, 0.45) !important;
  box-shadow: 0 14px 34px rgba(34, 197, 94, 0.26) !important;
  font-weight: 900 !important;
}

a.btn-primary:hover,
.btn-primary:hover,
button.btn-primary:hover,
.hero-actions a.btn-primary:hover,
.nav-actions a.btn-primary:hover {
  background: linear-gradient(135deg, #16a34a, #22c55e) !important;
  color: #052e16 !important;
}

/* Botão dentro da caixa final escura também fica verde claro */
.cta-box .btn-primary,
.cta-box a.btn-primary {
  background: linear-gradient(135deg, #22c55e, #86efac) !important;
  color: #052e16 !important;
  border-color: rgba(255,255,255,0.35) !important;
}



/* ========================================================= */
/* TEMA NICHOS AZUL ESCURO + VERDE CLARO */
/* TEMA_NICHOS_AZUL_ESCURO_VERDE_CLARO_V1 */
/* ========================================================= */

:root {
  --primary: #86efac !important;
  --primary-dark: #22c55e !important;
  --blue: #2563eb !important;
  --dark: #071426 !important;
  --slate: #eaf2ff !important;
  --muted: #b8c7dd !important;
  --soft: #0b1f3a !important;
  --white: #10284a !important;
  --border: rgba(255, 255, 255, 0.10) !important;
  --green-soft: rgba(134, 239, 172, 0.14) !important;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28) !important;
}

/* Fundo geral */
html,
body {
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.14), transparent 32%),
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.18), transparent 30%),
    linear-gradient(180deg, #071426 0%, #0b1f3a 48%, #10284a 100%) !important;
  color: #ffffff !important;
}

/* Cabeçalho */
header {
  background: rgba(7, 20, 38, 0.92) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(14px) !important;
}

.logo,
.logo span,
.footer-row a,
a {
  color: #ffffff !important;
}

.logo-mark {
  background: linear-gradient(135deg, #86efac, #22c55e) !important;
  color: #052e16 !important;
}

/* Botões */
.btn-primary,
a.btn-primary,
button.btn-primary,
.hero-actions a.btn-primary,
.nav-actions a.btn-primary {
  background: linear-gradient(135deg, #86efac, #22c55e) !important;
  color: #052e16 !important;
  border: 1px solid rgba(134, 239, 172, 0.45) !important;
  box-shadow: 0 16px 36px rgba(34, 197, 94, 0.26) !important;
  font-weight: 900 !important;
}

.btn-primary:hover,
a.btn-primary:hover,
button.btn-primary:hover,
.hero-actions a.btn-primary:hover,
.nav-actions a.btn-primary:hover {
  background: linear-gradient(135deg, #bbf7d0, #86efac) !important;
  color: #052e16 !important;
}

.btn-secondary,
a.btn-secondary,
button.btn-secondary,
.hero-actions a.btn-secondary,
.nav-actions a.btn-secondary {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #eaf2ff !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
}

.btn-secondary:hover,
a.btn-secondary:hover,
button.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
}

/* Hero */
.hero {
  background:
    radial-gradient(circle at top left, rgba(134, 239, 172, 0.16), transparent 34%),
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.20), transparent 32%),
    linear-gradient(135deg, #071426 0%, #0b1f3a 50%, #10284a 100%) !important;
}

.hero::after {
  background: rgba(134, 239, 172, 0.08) !important;
}

.tag,
.hero .tag,
div.tag {
  background: rgba(134, 239, 172, 0.12) !important;
  color: #bbf7d0 !important;
  border: 1px solid rgba(134, 239, 172, 0.35) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) !important;
}

h1,
h2,
h3,
.mockup-title strong,
.metric .value,
.appointment strong,
.card h3,
.faq-item h3,
.step h3 {
  color: #ffffff !important;
}

.hero-text,
.section-head p,
.card p,
.faq-item p,
.step p,
.appointment small,
.mockup-title span,
.metric .label,
footer,
.footer-row,
p,
li {
  color: #b8c7dd !important;
}

/* Pílulas */
.trust-pill {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #dbeafe !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

/* Mockup/Painel */
.mockup,
.panel {
  background: rgba(16, 40, 74, 0.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32) !important;
}

.mockup-card,
.metric,
.card,
.faq-item {
  background: rgba(17, 41, 74, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.20) !important;
}

.appointment {
  border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
}

.badge {
  background: rgba(134, 239, 172, 0.14) !important;
  color: #bbf7d0 !important;
  border: 1px solid rgba(134, 239, 172, 0.26) !important;
}

/* Seções */
.section-white,
.section-soft {
  background: transparent !important;
}

.section-dark {
  background:
    radial-gradient(circle at top left, rgba(134, 239, 172, 0.11), transparent 32%),
    linear-gradient(135deg, #06101f, #0b1f3a) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Cards de benefício */
.card-icon {
  background: rgba(134, 239, 172, 0.12) !important;
  color: #bbf7d0 !important;
  border: 1px solid rgba(134, 239, 172, 0.25) !important;
}

/* Passos */
.step {
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.step-number {
  background: linear-gradient(135deg, #86efac, #22c55e) !important;
  color: #052e16 !important;
}

/* Serviços */
.service-cloud span,
.related a {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #eaf2ff !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.service-cloud span:hover,
.related a:hover {
  background: rgba(134, 239, 172, 0.12) !important;
  color: #bbf7d0 !important;
  border-color: rgba(134, 239, 172, 0.35) !important;
}

/* CTA final */
.cta-box {
  background:
    radial-gradient(circle at top left, rgba(134, 239, 172, 0.20), transparent 34%),
    linear-gradient(135deg, #10284a, #071426) !important;
  color: #ffffff !important;
  border: 1px solid rgba(134, 239, 172, 0.18) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.30) !important;
}

.cta-box h2 {
  color: #ffffff !important;
}

.cta-box p {
  color: #dbeafe !important;
}

.cta-box .btn-primary,
.cta-box a.btn-primary {
  background: linear-gradient(135deg, #86efac, #22c55e) !important;
  color: #052e16 !important;
  border-color: rgba(134, 239, 172, 0.45) !important;
}

.cta-box .btn-secondary,
.cta-box a.btn-secondary {
  background: rgba(255, 255, 255, 0.10) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
}

/* Rodapé */
footer {
  background: #06101f !important;
  color: #b8c7dd !important;
  border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
}

footer strong {
  color: #ffffff !important;
}

/* Responsivo */
@media (max-width: 900px) {
  .nav-actions {
    gap: 8px !important;
  }

  .hero {
    padding-top: 46px !important;
  }

  .mockup,
  .card,
  .faq-item,
  .cta-box {
    border-radius: 22px !important;
  }
}
