:root {
  --primary: #FF6B1A;
  --primary-dark: #C44E00;
  --primary-light: #FFD600;
  --blue: #1A5CB8;
  --blue-light: #3A88FF;
  --green: #1DB34F;
  --red: #E8232A;
  --purple: #8B2BE2;
  --white: #FFFFFF;
  --off-white: #FFF9EE;
  --light-gray: #F5F5F5;
  --gray: #CCCCCC;
  --dark-gray: #666666;
  --dark: #1A1A2E;
  --text: #2D2D2D;
  --spacing-xs: 8px;
  --spacing-sm: 16px;
  --spacing-md: 24px;
  --spacing-lg: 32px;
  --spacing-xl: 48px;
  --spacing-2xl: 64px;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.15);
  --transition-base: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Nunito', sans-serif;
  color: var(--text);
  background-color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  padding: 12px 28px;
  border-radius: 14px;
  font-family: 'Nunito', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  border: none;
  cursor: pointer;
  transition: var(--transition-base);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

.btn-lg { padding: 14px 36px; font-size: 1rem; }

.btn-primary {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 4px 0 var(--primary-dark);
}

.btn-primary:hover {
  background: var(--primary-dark);
  box-shadow: 0 6px 0 var(--primary-dark), var(--shadow-lg);
}

/* Secondary as an outline / lower visual weight */
.btn-secondary {
  background: transparent;
  color: var(--dark);
  border: 2px solid var(--gray);
  box-shadow: none;
  font-weight: 700;
}

.btn-secondary:hover {
  background: rgba(0,0,0,0.04);
  border-color: var(--primary);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}

.btn-outline:hover { background: rgba(255, 255, 255, 0.1); }

.topbar {
  background: linear-gradient(90deg, var(--blue) 0%, var(--blue-light) 100%);
  color: var(--white);
  padding: var(--spacing-sm) 0;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
}

.header {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 900;
  box-shadow: var(--shadow-sm);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-md) 0;
}

.nav-menu {
  display: flex;
  gap: var(--spacing-lg);
}

.nav-menu a {
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
}

.nav-menu a:hover { color: var(--primary); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  width: 24px;
  height: 3px;
  background: var(--dark);
  border-radius: 2px;
}

.hero {
  background: linear-gradient(135deg, var(--blue) 0%, #0a3a8a 50%, var(--purple) 100%);
  padding: var(--spacing-2xl) 0;
  color: var(--white);
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-2xl);
  align-items: center;
}

.hero-title {
  font-family: 'Fredoka One', cursive;
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  line-height: 1.25;
  margin-bottom: var(--spacing-md);
}

.hero-title span { color: var(--primary-light); }

.hero-subtitle {
  font-size: 1.05rem;
  margin-bottom: var(--spacing-lg);
  opacity: 0.9;
}

.hero-ctas {
  display: flex;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-lg);
}

.hero-trust {
  display: flex;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}

.trust-badge {
  background: rgba(255, 255, 255, 0.15);
  padding: var(--spacing-xs) var(--spacing-md);
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 700;
}

section { padding: var(--spacing-2xl) 0; }

.section-header {
  text-align: center;
  margin-bottom: var(--spacing-2xl);
}

.section-title {
  font-family: 'Fredoka One', cursive;
  font-size: clamp(1.9rem, 3.8vw, 2.6rem);
  color: var(--dark);
  margin-bottom: var(--spacing-md);
}

.section-subtitle {
  color: var(--dark-gray);
  max-width: 600px;
  margin: 0 auto;
}

.missao { background: var(--light-gray); }

.missao-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--spacing-lg);
}

.missao-card {
  background: var(--white);
  padding: var(--spacing-lg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  text-align: center;
  border-top: 4px solid var(--primary);
}

.icon-box { font-size: 3rem; margin-bottom: var(--spacing-md); }

.beneficios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-xl);
}

.benefit-item {
  background: var(--light-gray);
  padding: var(--spacing-lg);
  border-radius: var(--radius-lg);
  text-align: center;
  position: relative;
}

.benefit-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fredoka One', cursive;
}

/* CATÁLOGO DE PRODUTOS - CONFIGURAÇÃO DE 3 COLUNAS */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-lg);
  align-items: stretch;
}

.product-item {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: var(--spacing-md);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-base);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.product-thumb {
  overflow: hidden;
  border-radius: var(--radius-sm);
  margin-bottom: 18px;
  background: #f8f9fa;
}

.product-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.35s ease;
  display: block;
}

.product-thumb img:hover {
  transform: scale(1.05);
}

.product-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.product-body h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 0;
}

.product-body p {
  margin: 0;
}

.product-body .product-price {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--primary);
}

.btn-whatsapp-action {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 12px 16px;
  font-size: 0.95rem;
}

/* Actions container for product cards */
.product-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: stretch;
}

.product-actions .btn {
  flex: 1 1 140px;
  min-width: 140px;
}

/* Make primary action more prominent and appear first visually */
.product-actions .btn-primary {
  order: -1;
  padding: 12px 18px;
  font-size: 0.98rem;
  box-shadow: 0 6px 0 var(--primary-dark);
}

@media (max-width: 900px) {
  .product-actions { flex-direction: column; }
  .product-actions .btn { width: 100%; min-width: 0; }
}

.product-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1200;
}

.product-modal[open], .product-modal:not([hidden]) { display: flex; }
.product-modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); }
.product-modal-content { position: relative; background: var(--white); border-radius: var(--radius-md); max-width: 600px; width: 90%; padding: var(--spacing-lg); box-shadow: var(--shadow-lg); z-index: 2; }
.product-modal-close { position: absolute; right: 12px; top: 8px; background: none; border: none; font-size: 2rem; cursor: pointer; }

.processo-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-md);
}

.step {
  text-align: center;
  background: var(--light-gray);
  padding: var(--spacing-md);
  border-radius: var(--radius-md);
  flex: 1;
}

.step-number {
  width: 36px;
  height: 36px;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacing-xs);
  font-weight: 800;
}

.depoimentos { background: var(--off-white); }
.depoimentos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--spacing-lg);
}

.depoimento-card {
  background: var(--white);
  padding: var(--spacing-lg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.stars { color: var(--primary-light); font-size: 1.2rem; margin-bottom: 8px; }

.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 2px solid var(--light-gray); padding: var(--spacing-md) 0; }
.faq-question { display: flex; justify-content: space-between; cursor: pointer; font-weight: 800; }

.cta-final {
  background: linear-gradient(135deg, var(--primary) 0%, var(--red) 50%, var(--purple) 100%);
  color: var(--white);
  text-align: center;
}

.cta-buttons { display: flex; gap: var(--spacing-md); justify-content: center; margin: var(--spacing-lg) 0; }

.footer { background: var(--dark); color: rgba(255,255,255,0.75); padding: var(--spacing-2xl) 0 var(--spacing-lg); }
.footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--spacing-lg); margin-bottom: var(--spacing-xl); }
.footer-col h3, .footer-col h4 { color: var(--white); margin-bottom: var(--spacing-sm); }
.footer-col a { color: rgba(255,255,255,0.75); text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: var(--spacing-md); text-align: center; font-size: 0.85rem; }

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: var(--shadow-lg);
  z-index: 999;
  text-decoration: none;
}

/* RESPONSIVIDADE */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .beneficios-grid { grid-template-columns: 1fr; }
  .nav-menu { display: none; }
  .hamburger { display: flex; }
  .processo-steps { flex-direction: column; }
  .step-arrow { display: none; }
}

@media (max-width: 600px) {
  .product-grid { grid-template-columns: 1fr; }
  .cta-buttons { flex-direction: column; }
}