.elementor-13 .elementor-element.elementor-element-2a6e4cbd{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-592df48 *//* ========== DESIGN SYSTEM - VARIÁVEIS DE COR ========== */
:root {
  /* Cores Principais */
  --primary-color: hsl(142, 76%, 36%); /* Verde */
  --primary-foreground: hsl(0, 0%, 100%);
  
  --accent-color: hsl(25, 95%, 53%); /* Laranja */
  --accent-foreground: hsl(0, 0%, 100%);
  
  --success-color: hsl(142, 76%, 36%); /* Verde */
  --destructive-color: hsl(0, 84%, 60%); /* Vermelho */
  
  /* Backgrounds */
  --bg-primary: hsl(0, 0%, 100%);
  --bg-muted: hsl(210, 40%, 96%);
  --bg-secondary: hsl(240, 4%, 16%);
  
  /* Textos */
  --text-primary: hsl(0, 0%, 10%);
  --text-muted: hsl(0, 0%, 45%);
  --text-white: hsl(0, 0%, 100%);
  
  /* Bordas */
  --border-color: hsl(0, 0%, 90%);
  --radius: 0.75rem;
}

/* ========== BOTÕES ========== */
.btn-primary {
  background: var(--primary-color);
  color: var(--primary-foreground);
  padding: 1.5rem 2rem;
  border-radius: var(--radius);
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
  background: hsl(142, 76%, 32%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.btn-accent {
  background: var(--accent-color);
  color: var(--accent-foreground);
  padding: 2rem 3rem;
  border-radius: var(--radius);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.btn-accent:hover {
  background: hsl(25, 95%, 48%);
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

/* ========== BADGES ========== */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
}

.badge-primary {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background: transparent;
}

.badge-success {
  border: 2px solid var(--success-color);
  color: var(--success-color);
  background: transparent;
}

.badge-destructive {
  background: var(--destructive-color);
  color: var(--text-white);
}

/* ========== CARDS ========== */
.card {
  background: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.card-bonus {
  background: linear-gradient(135deg, 
    hsla(25, 95%, 53%, 0.05) 0%, 
    var(--bg-primary) 100%);
  border: 2px solid hsla(25, 95%, 53%, 0.3);
}

/* ========== SEÇÕES ========== */
.section {
  padding: 5rem 1rem;
}

.section-hero {
  background: linear-gradient(135deg, 
    hsla(142, 76%, 36%, 0.05) 0%,
    var(--bg-primary) 50%,
    hsla(25, 95%, 53%, 0.05) 100%);
  padding: 4rem 1rem 6rem;
}

.section-muted {
  background: var(--bg-muted);
}

.section-accent {
  background: hsla(240, 4%, 16%, 0.05);
}

/* ========== TIPOGRAFIA ========== */
h1 {
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--text-primary);
}

h2 {
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
}

.text-primary-color {
  color: var(--primary-color);
}

.text-muted {
  color: var(--text-muted);
}

/* ========== ÍCONES ========== */
.icon-check {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--success-color);
}

.icon-wrapper {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: hsla(142, 76%, 36%, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== BOTÃO FLUTUANTE WHATSAPP ========== */
.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 4rem;
  height: 4rem;
  background: #25D366;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  animation: bounce 2s infinite;
  cursor: pointer;
  text-decoration: none;
}

.whatsapp-float:hover {
  background: #128C7E;
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3);
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 768px) {
  .section {
    padding: 3rem 1rem;
  }
  
  .btn-accent {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b19ace5 *//* ========== DESIGN SYSTEM - VARIÁVEIS DE COR ========== */
:root {
  /* Cores Principais */
  --primary-color: hsl(142, 76%, 36%); /* Verde */
  --primary-foreground: hsl(0, 0%, 100%);
  
  --accent-color: hsl(25, 95%, 53%); /* Laranja */
  --accent-foreground: hsl(0, 0%, 100%);
  
  --success-color: hsl(142, 76%, 36%); /* Verde */
  --destructive-color: hsl(0, 84%, 60%); /* Vermelho */
  
  /* Backgrounds */
  --bg-primary: hsl(0, 0%, 100%);
  --bg-muted: hsl(210, 40%, 96%);
  --bg-secondary: hsl(240, 4%, 16%);
  
  /* Textos */
  --text-primary: hsl(0, 0%, 10%);
  --text-muted: hsl(0, 0%, 45%);
  --text-white: hsl(0, 0%, 100%);
  
  /* Bordas */
  --border-color: hsl(0, 0%, 90%);
  --radius: 0.75rem;
}

/* ========== BOTÕES ========== */
.btn-primary {
  background: var(--primary-color);
  color: var(--primary-foreground);
  padding: 1.5rem 2rem;
  border-radius: var(--radius);
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
  background: hsl(142, 76%, 32%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.btn-accent {
  background: var(--accent-color);
  color: var(--accent-foreground);
  padding: 2rem 3rem;
  border-radius: var(--radius);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.btn-accent:hover {
  background: hsl(25, 95%, 48%);
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

/* ========== BADGES ========== */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
}

.badge-primary {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background: transparent;
}

.badge-success {
  border: 2px solid var(--success-color);
  color: var(--success-color);
  background: transparent;
}

.badge-destructive {
  background: var(--destructive-color);
  color: var(--text-white);
}

/* ========== CARDS ========== */
.card {
  background: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.card-bonus {
  background: linear-gradient(135deg, 
    hsla(25, 95%, 53%, 0.05) 0%, 
    var(--bg-primary) 100%);
  border: 2px solid hsla(25, 95%, 53%, 0.3);
}

/* ========== SEÇÕES ========== */
.section {
  padding: 5rem 1rem;
}

.section-hero {
  background: linear-gradient(135deg, 
    hsla(142, 76%, 36%, 0.05) 0%,
    var(--bg-primary) 50%,
    hsla(25, 95%, 53%, 0.05) 100%);
  padding: 4rem 1rem 6rem;
}

.section-muted {
  background: var(--bg-muted);
}

.section-accent {
  background: hsla(240, 4%, 16%, 0.05);
}

/* ========== TIPOGRAFIA ========== */
h1 {
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--text-primary);
}

h2 {
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
}

.text-primary-color {
  color: var(--primary-color);
}

.text-muted {
  color: var(--text-muted);
}

/* ========== ÍCONES ========== */
.icon-check {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--success-color);
}

.icon-wrapper {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: hsla(142, 76%, 36%, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== BOTÃO FLUTUANTE WHATSAPP ========== */
.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 4rem;
  height: 4rem;
  background: #25D366;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  animation: bounce 2s infinite;
  cursor: pointer;
  text-decoration: none;
}

.whatsapp-float:hover {
  background: #128C7E;
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3);
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 768px) {
  .section {
    padding: 3rem 1rem;
  }
  
  .btn-accent {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf116e1 *//* ========== DESIGN SYSTEM - VARIÁVEIS DE COR ========== */
:root {
  /* Cores Principais */
  --primary-color: hsl(142, 76%, 36%); /* Verde */
  --primary-foreground: hsl(0, 0%, 100%);
  
  --accent-color: hsl(25, 95%, 53%); /* Laranja */
  --accent-foreground: hsl(0, 0%, 100%);
  
  --success-color: hsl(142, 76%, 36%); /* Verde */
  --destructive-color: hsl(0, 84%, 60%); /* Vermelho */
  
  /* Backgrounds */
  --bg-primary: hsl(0, 0%, 100%);
  --bg-muted: hsl(210, 40%, 96%);
  --bg-secondary: hsl(240, 4%, 16%);
  
  /* Textos */
  --text-primary: hsl(0, 0%, 10%);
  --text-muted: hsl(0, 0%, 45%);
  --text-white: hsl(0, 0%, 100%);
  
  /* Bordas */
  --border-color: hsl(0, 0%, 90%);
  --radius: 0.75rem;
}

/* ========== BOTÕES ========== */
.btn-primary {
  background: var(--primary-color);
  color: var(--primary-foreground);
  padding: 1.5rem 2rem;
  border-radius: var(--radius);
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
  background: hsl(142, 76%, 32%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.btn-accent {
  background: var(--accent-color);
  color: var(--accent-foreground);
  padding: 2rem 3rem;
  border-radius: var(--radius);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.btn-accent:hover {
  background: hsl(25, 95%, 48%);
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

/* ========== BADGES ========== */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
}

.badge-primary {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background: transparent;
}

.badge-success {
  border: 2px solid var(--success-color);
  color: var(--success-color);
  background: transparent;
}

.badge-destructive {
  background: var(--destructive-color);
  color: var(--text-white);
}

/* ========== CARDS ========== */
.card {
  background: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.card-bonus {
  background: linear-gradient(135deg, 
    hsla(25, 95%, 53%, 0.05) 0%, 
    var(--bg-primary) 100%);
  border: 2px solid hsla(25, 95%, 53%, 0.3);
}

/* ========== SEÇÕES ========== */
.section {
  padding: 5rem 1rem;
}

.section-hero {
  background: linear-gradient(135deg, 
    hsla(142, 76%, 36%, 0.05) 0%,
    var(--bg-primary) 50%,
    hsla(25, 95%, 53%, 0.05) 100%);
  padding: 4rem 1rem 6rem;
}

.section-muted {
  background: var(--bg-muted);
}

.section-accent {
  background: hsla(240, 4%, 16%, 0.05);
}

/* ========== TIPOGRAFIA ========== */
h1 {
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--text-primary);
}

h2 {
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
}

.text-primary-color {
  color: var(--primary-color);
}

.text-muted {
  color: var(--text-muted);
}

/* ========== ÍCONES ========== */
.icon-check {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--success-color);
}

.icon-wrapper {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: hsla(142, 76%, 36%, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== BOTÃO FLUTUANTE WHATSAPP ========== */
.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 4rem;
  height: 4rem;
  background: #25D366;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  animation: bounce 2s infinite;
  cursor: pointer;
  text-decoration: none;
}

.whatsapp-float:hover {
  background: #128C7E;
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3);
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 768px) {
  .section {
    padding: 3rem 1rem;
  }
  
  .btn-accent {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd2ff27 *//* ========== DESIGN SYSTEM - VARIÁVEIS DE COR ========== */
:root {
  /* Cores Principais */
  --primary-color: hsl(142, 76%, 36%); /* Verde */
  --primary-foreground: hsl(0, 0%, 100%);
  
  --accent-color: hsl(25, 95%, 53%); /* Laranja */
  --accent-foreground: hsl(0, 0%, 100%);
  
  --success-color: hsl(142, 76%, 36%); /* Verde */
  --destructive-color: hsl(0, 84%, 60%); /* Vermelho */
  
  /* Backgrounds */
  --bg-primary: hsl(0, 0%, 100%);
  --bg-muted: hsl(210, 40%, 96%);
  --bg-secondary: hsl(240, 4%, 16%);
  
  /* Textos */
  --text-primary: hsl(0, 0%, 10%);
  --text-muted: hsl(0, 0%, 45%);
  --text-white: hsl(0, 0%, 100%);
  
  /* Bordas */
  --border-color: hsl(0, 0%, 90%);
  --radius: 0.75rem;
}

/* ========== BOTÕES ========== */
.btn-primary {
  background: var(--primary-color);
  color: var(--primary-foreground);
  padding: 1.5rem 2rem;
  border-radius: var(--radius);
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
  background: hsl(142, 76%, 32%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.btn-accent {
  background: var(--accent-color);
  color: var(--accent-foreground);
  padding: 2rem 3rem;
  border-radius: var(--radius);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.btn-accent:hover {
  background: hsl(25, 95%, 48%);
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

/* ========== BADGES ========== */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
}

.badge-primary {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background: transparent;
}

.badge-success {
  border: 2px solid var(--success-color);
  color: var(--success-color);
  background: transparent;
}

.badge-destructive {
  background: var(--destructive-color);
  color: var(--text-white);
}

/* ========== CARDS ========== */
.card {
  background: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.card-bonus {
  background: linear-gradient(135deg, 
    hsla(25, 95%, 53%, 0.05) 0%, 
    var(--bg-primary) 100%);
  border: 2px solid hsla(25, 95%, 53%, 0.3);
}

/* ========== SEÇÕES ========== */
.section {
  padding: 5rem 1rem;
}

.section-hero {
  background: linear-gradient(135deg, 
    hsla(142, 76%, 36%, 0.05) 0%,
    var(--bg-primary) 50%,
    hsla(25, 95%, 53%, 0.05) 100%);
  padding: 4rem 1rem 6rem;
}

.section-muted {
  background: var(--bg-muted);
}

.section-accent {
  background: hsla(240, 4%, 16%, 0.05);
}

/* ========== TIPOGRAFIA ========== */
h1 {
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--text-primary);
}

h2 {
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
}

.text-primary-color {
  color: var(--primary-color);
}

.text-muted {
  color: var(--text-muted);
}

/* ========== ÍCONES ========== */
.icon-check {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--success-color);
}

.icon-wrapper {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: hsla(142, 76%, 36%, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== BOTÃO FLUTUANTE WHATSAPP ========== */
.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 4rem;
  height: 4rem;
  background: #25D366;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  animation: bounce 2s infinite;
  cursor: pointer;
  text-decoration: none;
}

.whatsapp-float:hover {
  background: #128C7E;
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3);
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 768px) {
  .section {
    padding: 3rem 1rem;
  }
  
  .btn-accent {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2a6e4cbd *//* ========== DESIGN SYSTEM - VARIÁVEIS DE COR ========== */
:root {
  /* Cores Principais */
  --primary-color: hsl(142, 76%, 36%); /* Verde */
  --primary-foreground: hsl(0, 0%, 100%);
  
  --accent-color: hsl(25, 95%, 53%); /* Laranja */
  --accent-foreground: hsl(0, 0%, 100%);
  
  --success-color: hsl(142, 76%, 36%); /* Verde */
  --destructive-color: hsl(0, 84%, 60%); /* Vermelho */
  
  /* Backgrounds */
  --bg-primary: hsl(0, 0%, 100%);
  --bg-muted: hsl(210, 40%, 96%);
  --bg-secondary: hsl(240, 4%, 16%);
  
  /* Textos */
  --text-primary: hsl(0, 0%, 10%);
  --text-muted: hsl(0, 0%, 45%);
  --text-white: hsl(0, 0%, 100%);
  
  /* Bordas */
  --border-color: hsl(0, 0%, 90%);
  --radius: 0.75rem;
}

/* ========== BOTÕES ========== */
.btn-primary {
  background: var(--primary-color);
  color: var(--primary-foreground);
  padding: 1.5rem 2rem;
  border-radius: var(--radius);
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
  background: hsl(142, 76%, 32%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.btn-accent {
  background: var(--accent-color);
  color: var(--accent-foreground);
  padding: 2rem 3rem;
  border-radius: var(--radius);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.btn-accent:hover {
  background: hsl(25, 95%, 48%);
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

/* ========== BADGES ========== */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
}

.badge-primary {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background: transparent;
}

.badge-success {
  border: 2px solid var(--success-color);
  color: var(--success-color);
  background: transparent;
}

.badge-destructive {
  background: var(--destructive-color);
  color: var(--text-white);
}

/* ========== CARDS ========== */
.card {
  background: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.card-bonus {
  background: linear-gradient(135deg, 
    hsla(25, 95%, 53%, 0.05) 0%, 
    var(--bg-primary) 100%);
  border: 2px solid hsla(25, 95%, 53%, 0.3);
}

/* ========== SEÇÕES ========== */
.section {
  padding: 5rem 1rem;
}

.section-hero {
  background: linear-gradient(135deg, 
    hsla(142, 76%, 36%, 0.05) 0%,
    var(--bg-primary) 50%,
    hsla(25, 95%, 53%, 0.05) 100%);
  padding: 4rem 1rem 6rem;
}

.section-muted {
  background: var(--bg-muted);
}

.section-accent {
  background: hsla(240, 4%, 16%, 0.05);
}

/* ========== TIPOGRAFIA ========== */
h1 {
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--text-primary);
}

h2 {
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
}

.text-primary-color {
  color: var(--primary-color);
}

.text-muted {
  color: var(--text-muted);
}

/* ========== ÍCONES ========== */
.icon-check {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--success-color);
}

.icon-wrapper {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: hsla(142, 76%, 36%, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== BOTÃO FLUTUANTE WHATSAPP ========== */
.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 4rem;
  height: 4rem;
  background: #25D366;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  animation: bounce 2s infinite;
  cursor: pointer;
  text-decoration: none;
}

.whatsapp-float:hover {
  background: #128C7E;
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3);
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 768px) {
  .section {
    padding: 3rem 1rem;
  }
  
  .btn-accent {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */