:root {
  /* Fundos principais - tons escuros e elegantes */
  --bg-body: #0a0f14;
  --bg-hero-grad-start: #0a0f14;
  --bg-hero-grad-end: #0f1923;
  --bg-section-dark: #111827;
  --bg-section-medium: #1a2332;
  --bg-section-light: #1f2937;
  
  /* Cores primárias - azul petróleo profundo */
  --primary: #0f5257;          /* azul petróleo mais escuro */
  --primary-light: #1f6e7a;
  --primary-soft: rgba(15, 82, 87, 0.2);
  
  /* Cores de acento - dourado suave */
  --accent: #d4af6a;           /* dourado mais visível */
  --accent-dark: #b8935a;
  --accent-soft: rgba(212, 175, 106, 0.15);
  
  /* Textos - adaptados para fundos escuros */
  --text-main: #f9fafb;
  --text-secondary: #e5e7eb;
  --text-soft: #9ca3af;
  --text-muted: #6b7280;
  
  /* Bordas e divisórias */
  --border-soft: rgba(148, 163, 184, 0.2);
  --border-accent: rgba(212, 175, 106, 0.3);
  
  /* Raios e sombras */
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --shadow-soft: 0 24px 60px rgba(0, 0, 0, 0.4);
  --shadow-card: 0 16px 40px rgba(0, 0, 0, 0.3);
  --shadow-glow: 0 0 30px rgba(212, 175, 106, 0.15);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg-body);
  color: var(--text-main);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Reset básico */

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/* Melhorias gerais */

svg {
  flex-shrink: 0;
}

strong {
  color: var(--accent);
  font-weight: 600;
}

/* LAYOUT BASE */

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Classes auxiliares para diferentes larguras de conteúdo */
.container-text {
  max-width: 900px;
  margin: 0 auto;
}

.container-cards {
  max-width: 1100px;
  margin: 0 auto;
}

.container-full {
  max-width: 1200px;
  margin: 0 auto;
}

/* HERO */

.hero {
  background: radial-gradient(circle at top right, rgba(15, 82, 87, 0.3) 0%, transparent 50%),
              radial-gradient(circle at bottom left, rgba(212, 175, 106, 0.1) 0%, transparent 50%),
              linear-gradient(135deg, var(--bg-hero-grad-start), var(--bg-hero-grad-end));
  color: var(--text-main);
  padding: 3.5rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(212, 175, 106, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 1400px) {
  .hero-content {
    gap: 2rem;
  }
}

.hero-text h1 {
  font-size: 1.95rem;
  line-height: 1.25;
  margin: 1rem 0 1rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--text-main), var(--text-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 1.75rem;
  line-height: 1.6;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--border-accent);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 0.8rem;
}

.hero-cta-extra {
  margin-bottom: 1rem;
}

.link-saiba-mais {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text-secondary);
  font-size: 0.9rem;
  transition: all 0.2s ease;
  opacity: 0.9;
}

.link-saiba-mais:hover {
  color: var(--accent);
  opacity: 1;
}

.link-saiba-mais svg {
  transition: transform 0.2s ease;
}

.link-saiba-mais:hover svg {
  transform: translateY(2px);
}

.hero-info {
  margin-top: 0.5rem;
}

.hero-location {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: var(--text-secondary);
  opacity: 0.9;
}

.hero-location svg {
  color: var(--accent);
}

/* SISTEMA DE IMAGENS */

/* Hero Images - Verticais, maiores */
.hero-image {
  display: flex;
  justify-content: center;
}

.hero-image-wrapper {
  position: relative;
  max-width: 480px;
  width: 100%;
}

/* Removido ::before para foto PNG sem fundo */

.hero-image-wrapper img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
  /* Removido border-radius e box-shadow para foto PNG sem fundo */
}

/* BOTÕES */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-size: 0.92rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.18s ease-out;
  white-space: nowrap;
}

.btn-primary {
  background: var(--accent);
  color: #0a0f14;
  border-color: var(--accent);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), var(--shadow-glow);
  font-weight: 600;
}

.btn-primary:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 40px rgba(212, 175, 106, 0.25);
}

.btn-secondary {
  background: transparent;
  color: var(--text-secondary);
  border-color: var(--border-soft);
}

.btn-secondary:hover {
  background: var(--bg-section-light);
  border-color: var(--accent);
  color: var(--accent);
}

.btn-icon {
  font-size: 1.1rem;
}

/* SEÇÃO SOBRE */

.sobre {
  background: var(--bg-section-dark);
  padding: 4rem 0 3.5rem;
  position: relative;
}

/* Alternância automática de backgrounds */
main > section.sobre:nth-of-type(odd) {
  background: var(--bg-section-dark); /* #111827 - escuro */
}

main > section.sobre:nth-of-type(even),
main > section.programa:nth-of-type(even) {
  background: var(--bg-section-medium); /* #1a2332 - médio */
}

main > section.programa:nth-of-type(odd) {
  background: var(--bg-section-medium); /* #1a2332 - médio */
}

.sobre::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-soft), transparent);
}

.sobre-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  gap: 4rem;
  align-items: center;
}

@media (min-width: 1400px) {
  .sobre-content {
    gap: 5rem;
  }
}

/* Sobre Images - Quadradas, médias */
.sobre-image-wrapper {
  position: relative;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.sobre-image-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}

.sobre-credencial {
  position: absolute;
  bottom: 1.1rem;
  left: 1.1rem;
  background: rgba(10, 15, 20, 0.95);
  color: var(--text-main);
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  border: 1px solid var(--border-accent);
  backdrop-filter: blur(10px);
}

.credencial-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-soft);
}

.credencial-numero {
  font-weight: 600;
  color: var(--accent);
}

.sobre-text h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: var(--text-main);
  line-height: 1.3;
}

.sobre-intro {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 0.9rem;
  line-height: 1.6;
}

.sobre-text p {
  color: var(--text-soft);
  margin-bottom: 0.7rem;
  line-height: 1.6;
}

/* SEÇÃO PROGRAMA */

.programa {
  background: var(--bg-section-medium);
  padding: 4rem 0;
  position: relative;
}

.programa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-soft), transparent);
}

h2.center,
.center {
  text-align: center;
}

.programa .center {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  color: var(--text-main);
  line-height: 1.3;
}

.programa .intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 2.2rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.pilares {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

@media (min-width: 1200px) {
  .pilares {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

.pilar {
  background: var(--bg-section-dark);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.4rem 1.6rem;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border-soft);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.pilar:hover {
  border-color: var(--border-accent);
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft), var(--shadow-glow);
}

.pilar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, var(--accent-soft), transparent 60%);
  opacity: 1;
  pointer-events: none;
}

.pilar-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.pilar h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--text-main);
  font-weight: 600;
}

.pilar p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.93rem;
  color: var(--text-soft);
  line-height: 1.6;
}

/* SEÇÃO CONTATO */

.contato {
  background: var(--bg-section-dark);
  padding: 4rem 0 3.5rem;
  position: relative;
}

.contato::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-soft), transparent);
}

.contato-header {
  text-align: center;
  margin-bottom: 2.2rem;
}

.contato h2.center {
  font-size: 1.7rem;
  margin-bottom: 0.4rem;
  color: var(--text-main);
  line-height: 1.3;
}

.contato-subtitle {
  color: var(--text-secondary);
  font-size: 0.98rem;
  line-height: 1.6;
}

.contato-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.contato-card {
  background: var(--bg-section-medium);
  border-radius: var(--radius-md);
  padding: 1.3rem 1.2rem;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border-soft);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: all 0.3s ease;
  color: var(--text-main);
}

.contato-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft), var(--shadow-glow);
  border-color: var(--accent);
  background: var(--bg-section-light);
}

.contato-card h3 {
  margin: 0;
  font-size: 1rem;
}

.contato-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-soft);
}

.contato-card-destaque {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: var(--text-main);
  border: 1px solid var(--accent);
  box-shadow: var(--shadow-card), var(--shadow-glow);
}

.contato-card-destaque p {
  color: var(--text-secondary);
}

.contato-card-destaque:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-soft), 0 0 50px rgba(212, 175, 106, 0.3);
}

.contato-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--primary-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
  color: var(--primary);
}

.contato-card-destaque .contato-icon {
  background: var(--accent-soft);
  color: var(--accent);
}

.contato-badge {
  margin-top: 0.3rem;
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid var(--border-accent);
}

/* FOOTER */

.footer {
  background: #000000;
  color: var(--text-secondary);
  padding: 2.5rem 0;
  border-top: 1px solid var(--border-soft);
}

.footer-content {
  text-align: center;
  font-size: 0.86rem;
  max-width: 800px;
  margin: 0 auto;
}

.footer-nome {
  margin: 0 0 0.3rem;
  color: var(--text-main);
  font-size: 0.95rem;
}

.footer-especialidade {
  margin: 0 0 1rem;
  color: var(--text-soft);
  line-height: 1.5;
}

.footer-aviso {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.6;
  padding-top: 1rem;
  border-top: 1px solid var(--border-soft);
}

/* ========================================
   PÁGINA GRUPO EXCLUSIVO - DESIGN PREMIUM
   ======================================== */

/* Hero Premium com efeitos visuais */
.hero-grupo-exclusivo {
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
}

.hero-background-effects {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.3;
  animation: float 8s ease-in-out infinite;
}

.hero-glow-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--accent), transparent);
  top: -200px;
  right: -100px;
  animation-delay: 0s;
}

.hero-glow-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--primary-light), transparent);
  bottom: -150px;
  left: -100px;
  animation-delay: 2s;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -30px) scale(1.1); }
  66% { transform: translate(-20px, 20px) scale(0.9); }
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(212, 175, 106, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(15, 82, 87, 0.05) 0%, transparent 50%);
}

/* Hero Compact Layout */
.hero-grupo-compact {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.hero-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero-badge-premium {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-soft), rgba(15, 82, 87, 0.1));
  border: 1px solid var(--border-accent);
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: fit-content;
}

.hero-badge-premium svg {
  color: var(--accent);
}

.hero-title-compact {
  font-size: 2.2rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 800;
  background: linear-gradient(135deg, var(--text-main) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
}

.hero-subtitle-compact {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Benefits Inline */
.hero-benefits-inline {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.benefit-inline {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.benefit-inline svg {
  color: var(--accent);
  flex-shrink: 0;
}

/* Stats Compact */
.hero-stats-compact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1.5rem;
  background: var(--bg-section-medium);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
}

.stat-compact {
  text-align: center;
}

.stat-number-compact {
  font-size: 1.8rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.stat-label-compact {
  font-size: 0.75rem;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

/* CTA Compact */
.hero-cta-compact {
  display: flex;
}

.btn-scroll-form {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: var(--bg-body);
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(212, 175, 106, 0.3);
  width: 100%;
  text-align: center;
}

.btn-scroll-form:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(212, 175, 106, 0.4);
}

.btn-scroll-form svg {
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}


/* Seção do formulário */
.formulario-section {
  background: var(--bg-section-dark);
  padding: 3rem 0 4rem;
  position: relative;
}

.formulario-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-soft), transparent);
}

.form-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

/* Container do formulário */
.form-container {
  background: var(--bg-section-medium);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--border-accent);
  position: relative;
  overflow: hidden;
}

.form-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--primary-light), var(--accent));
}

/* Header Compact */
.form-header-compact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-soft);
}

.form-header-compact h2 {
  font-size: 1.5rem;
  color: var(--text-main);
  font-weight: 700;
  margin: 0;
}

/* Progress Compact */
.form-progress-compact {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.progress-bar-compact {
  width: 200px;
  height: 6px;
  background: var(--bg-section-dark);
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid var(--border-soft);
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--primary-light));
  border-radius: 999px;
  transition: width 0.3s ease;
  width: 0%;
}

.progress-text-compact {
  font-size: 0.85rem;
  color: var(--accent);
  font-weight: 600;
  min-width: 50px;
}

/* Form Compact */
.form-grupo-compact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row-compact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.form-group-compact {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* Tamanhos proporcionais */
.fg-xsmall {
  flex: 0 0 100px;
}

.fg-small {
  flex: 0 0 150px;
}

.fg-medium {
  flex: 0 0 200px;
}

.fg-large {
  flex: 1 1 auto;
}

/* Labels Compact */
.form-group-compact label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.4rem;
  display: block;
}

/* Inputs Compact */
.form-group-compact input {
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-soft);
  background: var(--bg-section-dark);
  color: var(--text-main);
  font-size: 0.95rem;
  font-family: inherit;
  transition: all 0.2s ease;
  width: 100%;
}

.form-group-compact input::placeholder {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.form-group-compact input:hover {
  border-color: var(--border-accent);
}

.form-group-compact input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.form-group-compact input.input-error {
  border-color: #ef4444;
}

.form-group-compact input.input-success {
  border-color: var(--accent);
}

/* Mensagens de erro */
.form-error {
  display: none;
  color: #ef4444;
  font-size: 0.8rem;
  margin-top: 0.4rem;
}

/* Helper text (loading CEP) */
.form-helper {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--accent);
  font-size: 0.8rem;
  margin-top: 0.4rem;
}

.spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Box de privacidade */
.form-privacy {
  display: flex;
  gap: 0.8rem;
  padding: 1.2rem;
  background: var(--bg-section-dark);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-soft);
  margin-bottom: 2rem;
}

.form-privacy svg {
  flex-shrink: 0;
  color: var(--accent);
  margin-top: 0.2rem;
}

.form-privacy p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-soft);
  line-height: 1.6;
}

/* Botões do formulário */
.form-actions {
  text-align: center;
}

.btn-large {
  padding: 1rem 2.5rem;
  font-size: 1rem;
  min-width: 280px;
}

/* Container de sucesso */
.success-container {
  background: var(--bg-section-medium);
  border-radius: var(--radius-lg);
  padding: 3rem 2.5rem;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border-accent);
  text-align: center;
}

.success-icon {
  margin-bottom: 1.5rem;
}

.success-icon svg {
  color: var(--accent);
  margin: 0 auto;
}

.success-container h2 {
  font-size: 1.8rem;
  color: var(--text-main);
  margin-bottom: 1rem;
}

.success-container p {
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.success-actions {
  margin-bottom: 2rem;
}

.success-footer {
  padding-top: 2rem;
  border-top: 1px solid var(--border-soft);
}

.success-footer p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.success-link {
  color: var(--accent);
  font-size: 0.85rem;
  word-break: break-all;
  text-decoration: underline;
}

.success-link:hover {
  color: var(--accent-dark);
}

/* RESPONSIVO */

@media (max-width: 960px) {
  .hero {
    padding: 2.8rem 0 3.5rem;
  }

  .hero-content,
  .sobre-content,
  .pilares,
  .contato-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    gap: 2.5rem;
  }

  .hero-image {
    order: -1;
  }

  .hero-text h1 {
    font-size: 1.9rem;
  }

  .pilares {
    gap: 1.2rem;
  }

  .contato-grid {
    gap: 1.1rem;
  }
}

@media (max-width: 640px) {
  .hero-text h1 {
    font-size: 1.6rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
  }

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

  .btn {
    width: 100%;
    justify-content: center;
  }

  .sobre,
  .programa,
  .contato {
    padding: 3rem 0 2.6rem;
  }

  /* Grupo Exclusivo Mobile */
  .hero-grupo-exclusivo {
    padding: 2rem 0;
  }

  .hero-grupo-compact {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-title-compact {
    font-size: 1.6rem;
  }

  .hero-subtitle-compact {
    font-size: 0.95rem;
  }

  .hero-stats-compact {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    padding: 1rem;
  }

  .stat-number-compact {
    font-size: 1.4rem;
  }

  .stat-label-compact {
    font-size: 0.7rem;
  }

  .form-container {
    padding: 1.5rem;
  }

  .form-header-compact {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .form-header-compact h2 {
    font-size: 1.25rem;
  }

  .progress-bar-compact {
    width: 100%;
  }

  .form-row-compact {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .fg-xsmall,
  .fg-small,
  .fg-medium,
  .fg-large {
    flex: 1 1 100%;
  }

  .btn-large {
    width: 100%;
    min-width: auto;
  }

  .success-container {
    padding: 2rem 1.5rem;
  }

  .formulario-section {
    padding: 2rem 0 3rem;
  }
}

/* ========================================
   PÁGINA GRUPO EXCLUSIVO - LAYOUT PROFISSIONAL
   ======================================== */

.page-grupo-exclusivo {
  background: var(--bg-body);
}

.grupo-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 4rem 0;
  background: linear-gradient(135deg, var(--bg-hero-grad-start), var(--bg-hero-grad-end));
  position: relative;
}

.grupo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

/* COLUNA ESQUERDA - BENEFÍCIOS */
.grupo-benefits {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 2rem;
}

.grupo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--accent-soft);
  border: 1px solid var(--border-accent);
  border-radius: 999px;
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: fit-content;
}

.grupo-title {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 800;
  color: var(--text-main);
  margin: 0;
  letter-spacing: -0.02em;
}

.grupo-subtitle {
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.grupo-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.grupo-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.5;
}

.grupo-checklist svg {
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.grupo-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 0;
  margin-top: 0;
}

.stat-item {
  text-align: center;
}

.stat-value {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.9rem;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

/* COLUNA DIREITA - CARD FORMULÁRIO */
.grupo-form-wrapper {
  position: sticky;
  top: 2rem;
}

.grupo-form-card {
  background: var(--bg-section-medium);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--border-soft);
}

.form-card-header {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-soft);
}

.form-card-header h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-main);
  margin: 0 0 0.5rem;
}

.form-card-header p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  margin: 0;
}

/* FORMULÁRIO */
.grupo-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-field {
  display: flex;
  flex-direction: column;
}

.form-field-small {
  grid-column: span 1;
  max-width: 150px;
}

.form-field-xsmall {
  grid-column: span 1;
  max-width: 100px;
}

.form-field label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 0.5rem;
}

.form-field input {
  padding: 0.75rem 1rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-family: inherit;
  color: var(--text-main);
  background: var(--bg-section-dark);
  transition: all 0.2s ease;
}

.form-field input::placeholder {
  color: var(--text-soft);
}

.form-field input:hover {
  border-color: var(--border-accent);
}

.form-field input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.form-field input.error {
  border-color: #ef4444;
}

.form-field select,
.form-field textarea {
  padding: 0.75rem 1rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-family: inherit;
  color: var(--text-main);
  background: var(--bg-section-dark);
  transition: all 0.2s ease;
  width: 100%;
}

.form-field select:hover,
.form-field textarea:hover {
  border-color: var(--border-accent);
}

.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.form-field textarea {
  resize: vertical;
  min-height: 100px;
}

.field-error {
  display: none;
  color: #ef4444;
  font-size: 0.8rem;
  margin-top: 0.3rem;
}

.field-helper {
  color: var(--accent);
  font-size: 0.8rem;
  margin-top: 0.3rem;
}

/* PRIVACIDADE */
.form-privacy {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1rem;
  background: #f9fafb;
  border-radius: var(--radius-sm);
  border: 1px solid #e5e7eb;
}

.form-privacy svg {
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.form-privacy p {
  margin: 0;
  font-size: 0.8rem;
  color: #6b7280;
  line-height: 1.5;
}

/* BOTÃO SUBMIT */
.btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #ffffff;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(212, 175, 106, 0.3);
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(212, 175, 106, 0.4);
}

.btn-submit:active {
  transform: translateY(0);
}

.btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* CARD DE SUCESSO */
.grupo-success-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 3rem 2.5rem;
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.success-icon {
  margin-bottom: 1.5rem;
}

.success-icon svg {
  color: var(--accent);
}

.grupo-success-card h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 1rem;
}

.grupo-success-card p {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 2rem;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: #25d366;
  color: #ffffff;
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
  background: #20ba5a;
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.4);
}

/* RESPONSIVO */
@media (max-width: 960px) {
  .grupo-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .grupo-form-wrapper {
    position: static;
  }
  
  .grupo-title {
    font-size: 2.25rem;
  }
  
  .grupo-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  
  .stat-value {
    font-size: 2rem;
  }
}

@media (max-width: 640px) {
  .grupo-hero {
    padding: 2rem 0;
  }
  
  .grupo-title {
    font-size: 1.75rem;
  }
  
  .grupo-subtitle {
    font-size: 1rem;
  }
  
  .grupo-form-card,
  .grupo-success-card {
    padding: 2rem 1.5rem;
  }
  
  .form-grid {
    grid-template-columns: 1fr;
  }
  
  .form-field-small,
  .form-field-xsmall {
    max-width: none;
  }
  
  .grupo-stats {
    gap: 0.75rem;
  }
  
  .stat-value {
    font-size: 1.5rem;
  }
  
  .stat-label {
    font-size: 0.75rem;
  }
}



/* NAVBAR */
.navbar {
  background: var(--bg-section-dark);
  border-bottom: 1px solid var(--border-soft);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 1rem 0;
}

.navbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-brand {
  font-size: 1.25rem;
  color: var(--text-main);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: opacity 0.2s ease;
}

.navbar-brand:hover {
  opacity: 0.9;
}

.navbar-logo {
  height: 50px;
  width: auto;
  flex-shrink: 0;
}

.navbar-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.navbar-brand-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.2;
}

.navbar-brand-subtitle {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--text-soft);
  line-height: 1.3;
}

.navbar-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.navbar-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-main);
  transition: all 0.3s;
}

.navbar-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.navbar-link {
  color: var(--text-secondary);
  font-size: 0.95rem;
  transition: color 0.2s;
  position: relative;
}

.navbar-link:hover {
  color: var(--accent);
}

.navbar-link.active {
  color: var(--accent);
  font-weight: 600;
}

.navbar-link.active::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
}

@media (max-width: 960px) {
  .navbar-brand {
    gap: 0.75rem;
  }
  
  .navbar-logo {
    height: 40px;
  }
  
  .navbar-brand-subtitle {
    display: none;
  }
  
  .navbar-brand-name {
    font-size: 0.9rem;
  }
  
  .navbar-toggle {
    display: flex;
  }
  
  .navbar-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg-section-dark);
    flex-direction: column;
    gap: 0;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-soft);
    display: none;
  }
  
  .navbar-menu.active {
    display: flex;
  }
  
  .navbar-link {
    padding: 0.75rem 1.5rem;
    width: 100%;
  }
  
  .navbar-link.active::after {
    display: none;
  }
  
  .btn-sm {
    margin: 0 1.5rem;
    width: calc(100% - 3rem);
  }
}

/* ============================================================================
   ESTILOS ADICIONAIS PARA PÁGINAS E BLOG
   ============================================================================ */

/* GRID LAYOUTS */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

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

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

/* CARDS */
.card {
  background: var(--bg-section-dark);
  padding: 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.card-number {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: var(--accent-soft);
  color: var(--accent);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.card-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-main);
}

.card-text {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.card-list li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.75rem;
  color: var(--text-secondary);
}

.card-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

/* FEATURE CARDS */
.feature-card {
  text-align: center;
  padding: 2rem;
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.feature-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--text-main);
}

.feature-text {
  color: var(--text-secondary);
  line-height: 1.6;
}

/* CONTENT BOX */
.content-box {
  padding: 2rem;
}

.content-text p {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.styled-list {
  list-style: none;
  padding: 0;
}

.styled-list li {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.styled-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
  font-size: 1.2rem;
}

/* ALERT BOX */
.alert-box {
  padding: 1.5rem;
  background: var(--bg-section-dark);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
}

.alert-box p {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* CTA BOX */
.cta-box {
  padding: 3rem 2rem;
  background: var(--bg-section-medium);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.cta-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--text-main);
}

.cta-text {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 2rem;
}

/* BUTTONS */
.btn-secondary {
  background: var(--bg-section-medium);
  color: var(--text-main);
  border: 1px solid var(--border-soft);
}

.btn-secondary:hover {
  background: var(--bg-section-dark);
  border-color: var(--accent);
}

/* FOOTER */
.footer {
  background: var(--bg-section-dark);
  border-top: 1px solid var(--border-soft);
  padding: 3rem 0 2rem;
  margin-top: 4rem;
}

.footer-content {
  text-align: center;
}

.footer-logo {
  height: 60px;
  width: auto;
  margin: 0 auto 1.5rem;
  display: block;
  opacity: 0.9;
}

.footer-nome {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.5rem;
}

.footer-especialidade {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.footer-social a {
  width: 40px;
  height: 40px;
  background: var(--bg-section-medium);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
}

.footer-social a:hover {
  background: var(--accent);
  transform: translateY(-2px);
}

.footer-aviso {
  color: var(--text-soft);
  font-size: 0.85rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .section {
    padding: 3rem 0;
  }
  
  .card {
    padding: 1.5rem;
  }
  
  .cta-box {
    padding: 2rem 1.5rem;
  }
  
  .cta-title {
    font-size: 1.5rem;
  }
}
