@media (max-width: 480px) {
    .cta-final-section {
        padding: 50px 16px;
    }

    .cta-final-section h2,
    .cta-final-subtitle-main {
        font-size: 1.65rem;
    }

    .cta-final-text {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .cta-final-button.submit-btn {
        padding: 14px 24px !important;
        font-size: 14px !important;
        width: auto !important;
        max-width: 85% !important;
        margin: 0 auto !important;
        display: block !important;
    }
    
    .cta-final-text {
        font-size: 1rem !important;
        gap: 6px !important;
        justify-content: flex-start !important;
    }
    
    .cta-final-text .cta-emoji {
        font-size: 1rem !important;
        position: static !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }

    /* Hero mobile - ajustes específicos */
    .hero {
        padding: 90px 0 30px 0 !important;
    }
    
    .hero-container {
        padding: 0 16px !important;
        gap: clamp(24px, 8vw, 48px) !important;
    }
    
    .hero-content h1 {
        font-size: 36px !important;
        margin-bottom: 12px !important;
    }
    
    .hero-subtitle {
        font-size: 15px !important;
        margin-bottom: 24px !important;
        padding: 0 8px !important;
    }
    
    .hero-image-mobile {
        margin: 32px auto 24px auto !important;
        width: 100% !important;
        max-width: min(480px, 90vw) !important;
        overflow: hidden !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: clamp(24px, 6vw, 36px) !important;
    }
    
    .hero-image-mobile img,
    .hero-image-mobile .hero-image-img {
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        display: block !important;
    }
    
    .submit-btn {
        width: auto !important;
        max-width: 90% !important;
        padding: 14px 20px !important;
        font-size: 14px !important;
        margin: 0 auto 20px auto !important;
        display: block !important;
    }
    
    .hero-badges {
        gap: 8px !important;
        flex-wrap: wrap !important;
        margin-top: 0 !important;
    }

    .hero-badges .badge {
        flex: 0 0 auto;
        padding: 6px 12px;
        font-size: 0.75rem;
        text-align: center;
        white-space: nowrap;
    }
    
    /* Responsivo para novas seções */
    .veja-app-section,
    .idades-section,
    .tipos-atividades-section,
    .comparacao-valor-section,
    .prova-social-section,
    .garantia-seguranca-section {
        padding: 50px 20px;
    }
    
    .idades-grid,
    .tipos-grid,
    .garantia-badges {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .valor-table {
        font-size: 0.9rem;
    }
    
    .valor-table th,
    .valor-table td {
        padding: 12px 15px;
    }
    
    .prova-item {
        padding: 20px;
    }
    
    .prova-item p {
        font-size: 1rem;
    }
}
/* ============================================
   VARIÁVEIS E RESET
   ============================================ */

:root {
  /* Cores Principais */
  --primary: #FF7A00;
  --primary-hover: #ea580c;
  --primary-dark: #c2410c;
  
  /* Cores Secundárias */
  --yellow-50: #fefce8;
  --yellow-100: #fef9c3;
  --yellow-400: #facc15;
  --yellow-500: #eab308;
  
  /* Cores de Fundo */
  --bg-white: #ffffff;
  --bg-yellow-50: #fefce8;
  --bg-orange-50: #fff7ed;
  --bg-gray-50: #f1f5f9;
  
  /* Cores de Texto */
  --text-gray-800: #1f2937;
  --text-gray-700: #374151;
  --text-gray-500: #6b7280;
  --text-white: #ffffff;
  
  /* Cores de Apoio */
  --green: #10b981;
  --purple: #a855f7;
  --blue: #3b82f6;
  --red: #ef4444;
  
  /* Sombras */
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --shadow-custom: 0 8px 30px rgb(0 0 0 / 0.12);
  --shadow-hover: 0 15px 40px rgb(0 0 0 / 0.18);
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
  max-width: 100%;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #2C3E50;
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100vw;
  position: relative;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 0;

  /* A MÁGICA PARA O FUNDO PROFISSIONAL */
  background-image: url('images/fundo-branco-em-branco-para-design.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .container {
    padding: 0 1.5rem;
  }
}

/* ============================================
   TIPOGRAFIA
   ============================================ */

h1, h2, h3, h4, h5, h6 {
  color: var(--text-gray-800);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

p {
  line-height: 1.75;
}

/* ============================================
   BOTÕES
   ============================================ */

.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
  font-family: inherit;
}

.btn-primary {
  background: linear-gradient(to right, var(--primary), var(--yellow-500));
  color: var(--text-white);
  box-shadow: var(--shadow-lg);
}

.btn-primary:hover {
  transform: scale(1.05);
  box-shadow: var(--shadow-xl);
  background: linear-gradient(to right, var(--primary-hover), var(--yellow-500));
}

.btn-secondary {
  background: var(--bg-white);
  color: var(--primary);
  border: 2px solid var(--primary);
}

.btn-secondary:hover {
  background: var(--bg-orange-50);
  transform: scale(1.02);
}

.btn-large {
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
}

.btn-form {
  width: 100%;
  margin-top: 1rem;
}

.btn-primary span {
  margin-right: 0.5rem;
}

/* ============================================
   BARRA FIXA DE URGÊNCIA
   ============================================ */

.sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100vw;
  background: linear-gradient(to right, var(--primary), var(--primary-hover));
  color: var(--text-white);
  text-align: center;
  padding: 0.5rem 1rem;
  z-index: 1001;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: pulse-bar 2s ease-in-out infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}

.sticky-bar p {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}

.sticky-bar strong {
  font-weight: 700;
  font-size: 0.875rem;
}

@media (max-width: 640px) {
  .sticky-bar {
    padding: 0.4rem 0.75rem;
  }
  
  .sticky-bar p {
    font-size: 0.7rem;
  }
  
  .sticky-bar strong {
    font-size: 0.8rem;
  }
}

@keyframes pulse-bar {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.9;
  }
}

/* ============================================
   HEADER / CABEÇALHO
   ============================================ */

.main-header {
  position: fixed;
  top: 32px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100vw;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  transition: all 0.3s ease-out;
  overflow: hidden;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .main-header {
    top: 28px;
  }
}

.main-header.scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.98);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  position: relative;
}

.navbar-brand {
  flex-shrink: 0;
}

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.2s ease-out;
}

.logo-link:hover {
  transform: scale(1.05);
}

.logo-img {
  height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

@media (max-width: 640px) {
  .logo-img {
    height: 40px;
  }
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1001;
}

.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background: var(--text-gray-800);
  border-radius: 3px;
  transition: all 0.3s ease-out;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

@media (max-width: 968px) {
  .mobile-menu-toggle {
    display: flex;
  }
}

.navbar-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}


.nav-link {
  color: #4A5568;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375rem;
  transition: all 0.2s ease-out;
  position: relative;
  padding: 0.5rem 0;
  display: block;
  white-space: nowrap;
}

@media (min-width: 969px) {
  .nav-link {
    padding: 0.5rem 0;
    color: #4A5568;
  }
  
  .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #FF7A00, #FF9500);
    transition: width 0.3s ease-out;
  }
  
  .nav-link:hover::after {
    width: 100%;
  }
  
  .nav-link:hover {
    color: #FF7A00;
  }
}

@media (max-width: 968px) {
  .nav-link {
    padding: 1rem 1.5rem;
    display: block;
    width: 100%;
    color: #2C3E50;
  }
  
  .nav-link:hover {
    background: #F9FAFB;
    color: #FF7A00;
  }
}

.nav-cta {
  background: linear-gradient(to right, var(--primary), var(--yellow-500));
  color: var(--text-white) !important;
  padding: 0.625rem 1.5rem !important;
  border-radius: 0.5rem;
  font-weight: 600;
  box-shadow: var(--shadow-md);
  transition: all 0.2s ease-out;
}

.nav-cta::after {
  display: none;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(to right, var(--primary-hover), var(--yellow-500));
}

@media (max-width: 968px) {
  .nav-cta {
    margin: 1rem 1.5rem;
    text-align: center;
    border-radius: 0.75rem;
  }
}


/* ============================================
   SEÇÃO HERO COM FORMULÁRIO
   ============================================ */

.hero-section {
  min-height: 600px;
  padding: 2rem 0 4rem;
  background: var(--bg-white);
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .hero-section {
    min-height: 600px;
    padding: 3rem 0 5rem;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.hero-content {
  z-index: 2;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-gray-800);
  margin-bottom: 1.5rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.hero-title .highlight-orange {
  color: var(--primary);
}

@media (min-width: 640px) {
  .hero-title {
    font-size: 3.75rem;
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 4.5rem;
  }
}

.hero-subtitle {
  font-size: 1.125rem;
  color: var(--text-gray-700);
  margin-bottom: 0;
  line-height: 1.75;
}

.hero-subtitle strong {
  color: var(--text-gray-800);
  font-weight: 600;
}

@media (min-width: 640px) {
  .hero-subtitle {
    font-size: 1.25rem;
  }
}

.hero-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .hero-features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.hero-feature-card {
  background: var(--bg-white);
  border: 2px solid #f1f5f9;
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease-out;
}

.hero-feature-card:hover {
  border-color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(255, 122, 0, 0.15);
}

.hero-feature-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, var(--primary), var(--yellow-500));
  border-radius: 12px;
  color: var(--text-white);
  font-size: 1.5rem;
}

.hero-feature-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-gray-800);
  margin-bottom: 0.5rem;
}

.hero-feature-desc {
  font-size: 0.875rem;
  color: var(--text-gray-500);
  margin: 0;
  line-height: 1.5;
}

/* ============================================
   FORMULÁRIO DE CADASTRO
   ============================================ */

.hero-form-container {
  position: relative;
  z-index: 2;
}

.form-card {
  background: var(--bg-white);
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  border: 2px solid var(--primary);
  transform: scale(1);
  transition: all 0.3s ease-out;
}

.form-card:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 32px rgba(255, 122, 0, 0.2), 0 6px 12px rgba(0, 0, 0, 0.1);
}

.form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.form-header h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-gray-800);
  margin-bottom: 0.5rem;
  background: linear-gradient(to right, var(--primary), var(--yellow-500));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.form-subtitle {
  font-size: 1rem;
  color: var(--text-gray-600);
  font-weight: 500;
}

.affiliate-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

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

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

.form-group input {
  padding: 1rem 1.25rem;
  border: 2px solid #e5e7eb;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.2s ease-out;
  background: var(--bg-white);
  width: 100%;
}

.form-group input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.15);
  transform: translateY(-1px);
}

.form-footer {
  text-align: center;
  font-size: 0.75rem;
  color: var(--text-gray-500);
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.lock-icon {
  font-size: 1rem;
}

/* ============================================
   SEÇÃO HEADER
   ============================================ */

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

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

@media (min-width: 640px) {
  .section-title {
    font-size: 2.5rem;
  }
}

.section-subtitle {
  font-size: 1.125rem;
  color: var(--text-gray-500);
  max-width: 600px;
  margin: 0 auto;
}

/* ============================================
   SEÇÃO OPORTUNIDADE
   ============================================ */

.opportunity-section {
  padding: 5rem 0;
  background: var(--bg-white);
}

@media (min-width: 1024px) {
  .opportunity-section {
    padding: 6rem 0;
  }
}

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

@media (min-width: 640px) {
  .opportunity-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .opportunity-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.opportunity-card {
  background: var(--bg-white);
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease-out;
  border: 2px solid transparent;
}

.opportunity-card:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary);
}

.opportunity-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}

.opportunity-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-gray-800);
}

.opportunity-card p {
  color: var(--text-gray-500);
  line-height: 1.75;
}

.opportunity-card p strong {
  color: var(--text-gray-800);
  font-weight: 600;
}

.bonus-section {
  background: var(--bg-yellow-50);
  border-radius: 1.5rem;
  padding: 2.5rem;
  margin-top: 3rem;
  box-shadow: var(--shadow-md);
}

.bonus-section h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-gray-800);
  margin-bottom: 1.5rem;
  text-align: center;
}

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

@media (min-width: 640px) {
  .bonus-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.bonus-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--bg-white);
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  font-size: 0.9375rem;
  color: var(--text-gray-700);
  box-shadow: var(--shadow-sm);
}

.bonus-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
}

/* ============================================
   SEÇÃO PARA QUEM É
   ============================================ */

.qualify-section {
  padding: 5rem 0;
  background: var(--bg-gray-50);
}

@media (min-width: 1024px) {
  .qualify-section {
    padding: 6rem 0;
  }
}

.qualify-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .qualify-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.qualify-card {
  background: var(--bg-white);
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease-out;
}

.qualify-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.qualify-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.qualify-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.qualify-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-gray-800);
  margin: 0;
}

.qualify-yes {
  border-top: 4px solid var(--green);
}

.qualify-no {
  border-top: 4px solid var(--red);
}

.qualify-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.qualify-list li {
  padding-left: 1.5rem;
  position: relative;
  color: var(--text-gray-700);
  line-height: 1.75;
}

.qualify-yes .qualify-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
  font-size: 1.25rem;
}

.qualify-no .qualify-list li::before {
  content: "✗";
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 700;
  font-size: 1.25rem;
}

/* ============================================
   SEÇÃO GANHOS
   ============================================ */

.earnings-section {
  padding: 5rem 0;
  background: var(--bg-yellow-50);
}

@media (min-width: 1024px) {
  .earnings-section {
    padding: 6rem 0;
  }
}

.earnings-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .earnings-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.earning-card {
  background: var(--bg-white);
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: var(--shadow-md);
  text-align: center;
  transition: all 0.3s ease-out;
  position: relative;
}

.earning-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.earning-card.earning-featured {
  border: 3px solid var(--primary);
  transform: scale(1.05);
}

@media (max-width: 639px) {
  .earning-card.earning-featured {
    transform: scale(1);
  }
}

.earning-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(to right, var(--primary), var(--yellow-500));
  color: var(--text-white);
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.earning-badge.featured {
  background: linear-gradient(to right, var(--primary-dark), var(--primary));
  font-size: 0.875rem;
}

.earning-amount {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.earning-period {
  font-size: 1rem;
  color: var(--text-gray-500);
  margin-bottom: 1.5rem;
}

.earning-details {
  text-align: left;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.earning-details p {
  margin-bottom: 0.5rem;
  color: var(--text-gray-700);
  font-size: 0.875rem;
}

.earnings-note {
  background: var(--bg-white);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  max-width: 800px;
  margin: 0 auto;
}

.earnings-note p {
  color: var(--text-gray-700);
  line-height: 1.75;
}

/* ============================================
   SEÇÃO POR QUE AS MÃES AMAM COMPRAR
   ============================================ */

.why-moms-love-section {
  padding: 5rem 0;
  background: var(--bg-white);
}

@media (min-width: 1024px) {
  .why-moms-love-section {
    padding: 6rem 0;
  }
}

.why-moms-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 640px) {
  .why-moms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .why-moms-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.why-moms-card {
  background: var(--bg-yellow-50);
  border-radius: 1.5rem;
  padding: 2rem;
  text-align: center;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease-out;
  border: 2px solid transparent;
}

.why-moms-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.why-moms-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}

.why-moms-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-gray-800);
}

.why-moms-card p {
  color: var(--text-gray-700);
  line-height: 1.75;
  font-size: 0.9375rem;
}

.why-moms-card p strong {
  color: var(--primary);
  font-weight: 700;
  font-size: 1.125rem;
}

/* ============================================
   SEÇÃO COMO FUNCIONA
   ============================================ */

.how-it-works-section {
  padding: 5rem 0;
  background: var(--bg-white);
}

@media (min-width: 1024px) {
  .how-it-works-section {
    padding: 6rem 0;
  }
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 640px) {
  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.step-card {
  background: var(--bg-yellow-50);
  border-radius: 1.5rem;
  padding: 2rem;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-out;
  border: 2px solid transparent;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.step-number {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(to bottom right, var(--primary), var(--yellow-500));
  color: var(--text-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.step-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}

.step-time {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 1rem;
  display: block;
}

.step-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-gray-800);
}

.step-card p {
  color: var(--text-gray-700);
  line-height: 1.75;
}

.steps-result {
  background: linear-gradient(to right, var(--primary), var(--yellow-500));
  color: var(--text-white);
  border-radius: 1.5rem;
  padding: 2rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.result-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}

.steps-result p {
  font-size: 1.125rem;
  color: var(--text-white);
  margin: 0;
}

.steps-result strong {
  font-weight: 700;
}

/* ============================================
   SEÇÃO BENEFÍCIOS DO PROGRAMA
   ============================================ */

.program-benefits-section {
  padding: 5rem 0;
  background: var(--bg-orange-50);
}

@media (min-width: 1024px) {
  .program-benefits-section {
    padding: 6rem 0;
  }
}

.program-benefits-grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.program-benefit-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  background: var(--bg-white);
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: var(--shadow-md);
}

@media (min-width: 1024px) {
  .program-benefit-item {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
  }
  
  .program-benefit-reverse {
    direction: rtl;
  }
  
  .program-benefit-reverse > * {
    direction: ltr;
  }
}

.program-benefit-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.program-benefit-emoji {
  font-size: 6rem;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.program-benefit-content h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--text-gray-800);
}

.program-benefit-content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.program-benefit-content li {
  font-size: 1rem;
  color: var(--text-gray-700);
  line-height: 1.75;
}

/* ============================================
   SEÇÃO DEPOIMENTOS
   ============================================ */

.testimonials-section {
  padding: 5rem 0;
  background: var(--bg-white);
}

@media (min-width: 1024px) {
  .testimonials-section {
    padding: 6rem 0;
  }
}

.social-proof-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 640px) {
  .social-proof-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-card {
  background: linear-gradient(to bottom right, var(--primary), var(--yellow-500));
  color: var(--text-white);
  border-radius: 1.5rem;
  padding: 2rem;
  text-align: center;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease-out;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.stat-label {
  font-size: 0.875rem;
  opacity: 0.95;
  line-height: 1.4;
}

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

@media (min-width: 640px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonial-card {
  background: var(--bg-white);
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease-out;
  border: 2px solid transparent;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.testimonial-stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.testimonial-text {
  font-style: italic;
  color: var(--text-gray-700);
  margin-bottom: 1.5rem;
  line-height: 1.75;
  font-size: 1rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(to bottom right, var(--primary), var(--yellow-500));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.testimonial-name {
  font-weight: 600;
  color: var(--text-gray-800);
  margin-bottom: 0.25rem;
}

.testimonial-location {
  font-size: 0.875rem;
  color: var(--text-gray-500);
}

/* ============================================
   SEÇÃO CTA FINAL
   ============================================ */

.cta-section {
  padding: 5rem 0;
  background: linear-gradient(to bottom right, var(--primary), var(--yellow-500));
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cta-section {
    padding: 6rem 0;
  }
}

.cta-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.cta-emojis {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.cta-emoji {
  position: absolute;
  font-size: 3rem;
  animation: bounce-soft 2s ease-in-out infinite;
}

.emoji-bounce-1 {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.emoji-bounce-2 {
  top: 20%;
  right: 15%;
  animation-delay: 0.5s;
}

.emoji-bounce-3 {
  bottom: 20%;
  left: 15%;
  animation-delay: 1s;
}

.emoji-bounce-4 {
  bottom: 10%;
  right: 10%;
  animation-delay: 1.5s;
}

@keyframes bounce-soft {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-15px) scale(1.1);
  }
}

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

@media (min-width: 640px) {
  .cta-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .cta-title {
    font-size: 3rem;
  }
}

.cta-subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .cta-subtitle {
    font-size: 1.25rem;
  }
}

.cta-buttons {
  margin-bottom: 2rem;
}

.cta-note {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
}

.cta-guarantee {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.guarantee-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.875rem;
  font-weight: 500;
}

.guarantee-icon {
  font-size: 1.25rem;
}

/* ============================================
   FOOTER
   ============================================ */

.site-footer {
  background: #1f2937;
  color: #d1d5db;
  padding: 3rem 0 1.5rem;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .footer-content {
    grid-template-columns: 2fr 3fr;
    gap: 4rem;
  }
}

.footer-brand {
  margin-bottom: 1rem;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 0.5rem;
}

.footer-tagline {
  font-size: 0.875rem;
  color: #9ca3af;
  line-height: 1.75;
}

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

@media (min-width: 640px) {
  .footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer-column h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 1rem;
}

.footer-column ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-column a {
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease-out;
}

.footer-column a:hover {
  color: var(--primary);
}

.footer-bottom {
  border-top: 1px solid #374151;
  padding-top: 1.5rem;
  text-align: center;
}

.footer-copyright {
  font-size: 0.875rem;
  color: #6b7280;
}

/* ============================================
   WHATSAPP FLUTUANTE
   ============================================ */

.whatsapp-float {
  position: fixed !important;
  bottom: 2rem !important;
  right: 2rem !important;
  width: 64px;
  height: 64px;
  background: #25D366;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 9999 !important;
  transition: all 0.3s ease-out;
  text-decoration: none;
  animation: pulse-whatsapp 2s ease-in-out infinite;
  visibility: visible !important;
  opacity: 1 !important;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

.whatsapp-float i {
  font-size: 32px;
  color: white;
}

@keyframes pulse-whatsapp {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@media (max-width: 640px) {
  .whatsapp-float {
    width: 56px;
    height: 56px;
    bottom: 1.5rem;
    right: 1.5rem;
  }
  
  .whatsapp-float i {
    font-size: 28px;
  }
}

/* ============================================
   RESPONSIVIDADE
   ============================================ */

@media (max-width: 640px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .cta-title {
    font-size: 1.75rem;
  }
  
  .btn-primary,
  .btn-secondary {
    width: 100%;
  }
  
  .cta-guarantee {
    flex-direction: column;
    gap: 1rem;
  }
  
  .earning-card.earning-featured {
    transform: scale(1);
  }
}

/* ============================================
   ANIMAÇÕES DE ENTRADA
   ============================================ */

@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.opportunity-card,
.testimonial-card,
.step-card,
.earning-card,
.program-benefit-item {
  animation: slide-up 0.6s ease-out backwards;
}

.opportunity-card:nth-child(1) { animation-delay: 0.1s; }
.opportunity-card:nth-child(2) { animation-delay: 0.2s; }
.opportunity-card:nth-child(3) { animation-delay: 0.3s; }
.opportunity-card:nth-child(4) { animation-delay: 0.4s; }
.opportunity-card:nth-child(5) { animation-delay: 0.5s; }
.opportunity-card:nth-child(6) { animation-delay: 0.6s; }

/* ============================================
   ESTILOS REFATORADOS - TURMA FUNDADORA
   ============================================ */

/* Header Styles */
.header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    padding: 18px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid rgba(52, 73, 94, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-img {
    height: 50px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

/* Botão CTA no Header (Desktop) */
.header .cta-button-header {
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%); /* Gradiente laranja */
    color: #FFFFFF;
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    display: none; /* Escondido por padrão */
    box-shadow: 0 2px 8px rgba(255, 122, 0, 0.25); /* Sombra laranja */
    letter-spacing: 0.3px;
}

.header .cta-button-header:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 122, 0, 0.35); /* Sombra laranja mais pronunciada */
    background: linear-gradient(135deg, #FF9500 0%, #FF7A00 100%); /* Gradiente invertido no hover */
}

/* Mostra CTA no desktop, esconde menu-icon */
@media (min-width: 969px) {
    .header .cta-button-header {
        display: inline-block;
    }
    .header .menu-icon {
        display: none;
    }
}

/* Estilo do Menu Icon (Mobile) - Hambúrguer */
.header .menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    transition: all 0.3s ease;
}

.header .menu-icon .menu-icon-line {
    width: 100%;
    height: 3px;
    background: #1F2937;
    border-radius: 3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.header .menu-icon:hover .menu-icon-line {
    background: #4A5568;
}

.header .menu-icon.active .menu-icon-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.header .menu-icon.active .menu-icon-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.header .menu-icon.active .menu-icon-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.header .menu-icon.active .menu-icon-line {
    background: #1F2937;
}

/* Hero Section */
.hero {
    background: transparent; /* Remove a cor de fundo, revelando a textura */
    padding: 70px 20px 60px 20px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(56px, 9vw, 160px);
    align-items: center;
}

.hero-content {
    z-index: 2;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    color: #2C3E50;
    line-height: 1.2;
    margin-bottom: 24px;
}

.hero-content h1 .highlight,
.highlight {
    color: #FF7A00;
}

.hero-content p {
    font-size: 22px;
    color: #4A5568;
    margin-bottom: 24px;
    line-height: 1.7;
}

/* Selo Badge */
.selo-badge {
    display: inline-block;
    padding: 6px 14px;
    background-color: rgba(255, 122, 0, 0.1);
    color: #FF7A00;
    border: 1px solid #FF7A00;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-top: 30px;
    margin-bottom: 20px;
}

.submit-btn {
    width: 100%;
    padding: 20px;
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
    box-shadow: 0 8px 25px rgba(255, 122, 0, 0.25);
    text-decoration: none;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(255, 122, 0, 0.35);
}

.form-disclaimer {
    text-align: center;
    font-size: 13px;
    color: #6B7280;
    margin-top: 15px;
}

.hero-image {
    position: relative;
    border-radius: clamp(24px, 4vw, 42px);
    overflow: hidden;
    box-shadow: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: min(640px, 95vw);
}

.hero-image-desktop {
    max-width: 100%;
    transform: none;
    margin-left: 0;
}

.hero-image-mobile {
    display: none;
}

.hero-image img,
.hero-image-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    filter: none;
    padding: 0;
    box-sizing: border-box;
}

/* Desktop: aumenta a imagem */
@media (min-width: 969px) {
    .hero-content {
        text-align: center;
        margin: 0 auto;
    }

    .hero-content h1 {
        font-size: 58px;
        line-height: 1.15;
    }

    .hero .submit-btn {
        max-width: 420px;
        padding: 20px 36px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        white-space: nowrap;
        line-height: 1.2;
        text-align: center;
    }

    .hero-image-desktop {
        max-width: min(1060px, 60vw);
        transform: none;
        transform-origin: center right;
        margin-left: clamp(0px, 5vw, 80px);
    }
    
    .hero-image-desktop img,
    .hero-image-desktop .hero-image-img {
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }
    
    .hero-container {
        gap: clamp(64px, 9vw, 150px);
    }
}

.hero-image-placeholder {
    width: 100%;
    height: 600px;
    background: linear-gradient(135deg, rgba(255, 122, 0, 0.1) 0%, rgba(255, 149, 0, 0.1) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9CA3AF;
    font-size: 18px;
}

/* Event Details */
.event-details {
    background: #FFFFFF !important;
    padding: 30px 20px;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
}

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

.event-detail-box {
    background: #FFFFFF;
    border: 1px solid #FFE5CC;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.event-detail-box:hover {
    border-color: #FF7A00;
    box-shadow: 0 2px 8px rgba(255, 122, 0, 0.1);
}

.event-detail-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    flex-shrink: 0;
}

.event-detail-text {
    font-size: 14px;
    font-weight: 600;
    color: #2C3E50;
    line-height: 1.4;
}

/* About Journey Section */
.about-journey {
    background: transparent; /* Remove a cor de fundo, revelando a textura */
    padding: 80px 32px;
    max-width: 1400px;
    margin: 0 auto;
}

.about-journey-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

.about-journey-content h2 {
    font-size: 42px;
    font-weight: 800;
    color: #2C3E50;
    margin-bottom: 25px;
    text-align: left;
}

.about-journey-content p {
    font-size: 18px;
    color: #4A5568;
    text-align: left;
    line-height: 1.8;
}

.about-journey-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.about-journey-image img,
.about-journey-image-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 20px;
}

.about-journey-image-placeholder {
    width: 100%;
    height: 500px;
    background: linear-gradient(135deg, rgba(255, 122, 0, 0.1) 0%, rgba(255, 149, 0, 0.1) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9CA3AF;
    font-size: 18px;
}

/* Big Promise */
.big-promise {
    background-color: #FFFFFF;
    border: 2px solid #FFE5CC;
    border-left: 5px solid #FF7A00;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(255, 122, 0, 0.05);
}

.big-promise-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    flex-shrink: 0;
}

.big-promise h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2C3E50;
    margin: 0 0 5px 0;
}

.big-promise p {
    font-size: 16px;
    color: #4A5568;
    margin: 0;
    line-height: 1.5;
}

/* Journey Topics */
.journey-topics {
    margin-top: 30px;
}

.journey-topics h3 {
    font-size: 28px;
    font-weight: 800;
    color: #2C3E50;
    margin-bottom: 24px;
}

.topic-item {
    background: #FFFFFF;
    border: 2px solid #FFE5CC;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.topic-item:hover {
    border-color: #FF7A00;
    box-shadow: 0 4px 15px rgba(255, 122, 0, 0.15);
    transform: translateY(-2px);
}

.topic-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    flex-shrink: 0;
    margin-bottom: 4px;
}

.topic-icon-blue {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.topic-icon-green {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.topic-icon-purple {
    background: linear-gradient(135deg, #a855f7 0%, #9333ea 100%);
}

.topic-icon-pink {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
}

.topic-icon-orange {
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
}

.topic-icon-red {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.topic-icon-yellow {
    background: linear-gradient(135deg, #facc15 0%, #eab308 100%);
}

.topic-content {
    flex: 1;
}

.topic-date {
    font-size: 12px;
    font-weight: 600;
    color: #FF7A00;
    margin-bottom: 6px;
}

.topic-title {
    font-size: 16px;
    font-weight: 600;
    color: #2C3E50;
    margin-bottom: 4px;
}

.topic-speakers {
    font-size: 13px;
    color: #6B7280;
}

/* CTA Button */
.cta-button {
    display: inline-block;
    padding: 18px 40px;
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 8px 25px rgba(255, 122, 0, 0.25);
    margin: 30px auto 0;
    width: auto;
    min-width: 280px;
}

.final-call-text {
    font-size: 1rem;
    color: #4A5568;
    line-height: 1.6;
    font-style: italic;
    max-width: 600px;
    margin: 0 auto 30px auto;
    text-align: center;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(255, 122, 0, 0.35);
}

.cta-center {
    text-align: center;
}

/* Bonuses Section */
.bonuses-section {
    background: #2C3E50; /* SUA COR DE DESTAQUE ESCURA */
    padding: 80px 32px;
    max-width: 100%; /* Faz a cor ir de ponta a ponta */
    margin: 0 auto;
}

.bonuses-section h2 {
    font-size: 42px;
    font-weight: 800;
    color: #FFFFFF; /* Título agora é BRANCO */
    text-align: center;
    margin-bottom: 50px;
}

.bonuses-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 800px;
    margin: 0 auto;
}

.bonus-item {
    background: #FFFFFF; /* Card branco flutuando sobre a textura */
    border: 2px solid #FFE5CC;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.bonus-item:hover {
    border-color: #FF7A00;
    box-shadow: 0 4px 15px rgba(255, 122, 0, 0.15);
}

.bonus-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    color: white;
    flex-shrink: 0;
}

.bonus-text {
    font-size: 16px;
    font-weight: 600;
    color: #2C3E50;
}

/* Speakers Section */
.speakers-section {
    background: #FFFFFF;
    padding: 80px 32px;
}

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

.speakers-section h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1F2937;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.speakers-subtitle {
    font-size: 18px;
    color: #6B7280;
    text-align: center;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

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

.speaker-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.speaker-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: #FF7A00;
}

.speaker-icon-wrapper {
    margin-bottom: 20px;
}

.speaker-avatar {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: white;
    box-shadow: 0 4px 12px rgba(255, 122, 0, 0.25);
    transition: all 0.3s ease;
}

.speaker-card:hover .speaker-avatar {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(255, 122, 0, 0.35);
}

.speaker-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.speaker-name {
    font-size: 20px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 4px;
    line-height: 1.3;
}

.speaker-title {
    font-size: 15px;
    color: #6B7280;
    line-height: 1.6;
    font-weight: 400;
}

/* ============================================
   CTA FINAL
   ============================================ */
.final-cta-section {
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
}

.final-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.final-cta-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.final-cta-content {
    text-align: center;
    color: #FFFFFF;
}

.final-cta-content h2 {
    font-size: 42px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.final-cta-content h2 .highlight {
    color: #FFF7ED;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.final-cta-content > p {
    font-size: 20px;
    color: #FFF7ED;
    margin-bottom: 40px;
    line-height: 1.6;
    font-weight: 400;
}

.final-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #FFFFFF;
    color: #FF7A00;
    padding: 20px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.final-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    background: #FFF7ED;
}

.final-cta-button i {
    transition: transform 0.3s ease;
}

.final-cta-button:hover i {
    transform: translateX(5px);
}

.final-cta-disclaimer {
    font-size: 14px;
    color: #FFF7ED;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    opacity: 0.9;
}

.final-cta-disclaimer i {
    font-size: 12px;
}

/* ============================================
   FOOTER PROFISSIONAL
   ============================================ */
.footer {
    background: #1F2937;
    padding: 60px 40px 30px;
    color: #FFFFFF;
}

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

.footer-content {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 60px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand {
    max-width: 400px;
}

.footer-logo {
    margin-bottom: 20px;
    display: block;
    height: 45px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-tagline {
    font-size: 15px;
    color: #D1D5DB;
    line-height: 1.7;
    margin: 0;
}

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

.footer-column h4 {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 14px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #D1D5DB;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-column ul li a:hover {
    color: #FF7A00;
    transform: translateX(4px);
}

.footer-column ul li a i {
    font-size: 14px;
    width: 18px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
}

.footer-copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
}

.footer-copyright p {
    font-size: 0.875rem;
    color: #D1D5DB;
    margin: 0;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}

.footer-legal a {
    color: #D1D5DB;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #FF7A00;
}

.footer-legal span {
    color: #6B7280;
}

/* ============================================
   SEÇÃO DEMONSTRAÇÃO DO APP
   ============================================ */

.app-demo-section {
    background: transparent; /* Remove a cor de fundo, revelando a textura */
    padding: 80px 32px;
    max-width: 1400px;
    margin: 0 auto;
}

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

.app-demo-container h3 {
    font-size: 36px;
    font-weight: 800;
    color: #2C3E50;
    margin-bottom: 20px;
    text-align: left;
}

.app-demo-subtitle {
    font-size: 18px;
    color: #4A5568;
    margin-bottom: 40px;
    max-width: 100%;
    text-align: left;
    line-height: 1.6;
}

.app-demo-gif-container {
    margin: 40px auto;
    max-width: 400px;
    position: relative;
    text-align: center;
}

.app-demo-gif-container::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 25px;
    background: #1a1a1a;
    border-radius: 0 0 15px 15px;
    z-index: 3;
}

.app-demo-gif-container::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 6px;
    background: #1a1a1a;
    border-radius: 10px;
    z-index: 3;
}

.app-demo-gif {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 35px;
    border: 8px solid #1a1a1a;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 
                0 0 0 2px #2a2a2a,
                inset 0 0 0 2px rgba(255, 255, 255, 0.1);
    background: #000;
    position: relative;
    z-index: 1;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    will-change: transform;
    transform: translateZ(0);
}

.app-demo-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.app-demo-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 2px solid #FFE5CC;
    transition: all 0.3s ease;
}

.app-demo-feature:hover {
    border-color: #FF7A00;
    box-shadow: 0 4px 15px rgba(255, 122, 0, 0.15);
    transform: translateY(-2px);
}

.app-demo-feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
}

.app-demo-feature-text {
    font-size: 16px;
    font-weight: 600;
    color: #2C3E50;
    text-align: center;
    line-height: 1.4;
}

/* ============================================
   SEÇÃO DA CALCULADORA
   ============================================ */

.calculator-section {
    background: #FFFFFF;
    padding: 80px 32px;
}

.calculator-container-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.calculator-container-wrapper h2 {
    font-size: 42px;
    font-weight: 800;
    color: #2C3E50;
    margin-bottom: 20px;
}

.calculator-subheadline {
    font-size: 18px;
    color: #4A5568;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.calculadora-container {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #E5E7EB;
    max-width: 800px;
    margin: 0 auto;
}

.slider-container {
    text-align: center;
}

.slider-container label {
    font-weight: 600;
    color: #2C3E50;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 30px;
    line-height: 1.5;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #F3F4F6;
    border-radius: 10px;
    border: none;
    outline: none;
    margin-bottom: 20px;
    transition: background 0.3s ease;
}

.slider:hover {
    background: #E5E7EB;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    background: #FF7A00;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid #FFFFFF;
    box-shadow: 0 2px 8px rgba(255, 122, 0, 0.3), 0 0 0 0 rgba(255, 122, 0, 0.2);
    transition: all 0.2s ease;
}

.slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 12px rgba(255, 122, 0, 0.4), 0 0 0 4px rgba(255, 122, 0, 0.1);
}

.slider::-webkit-slider-thumb:active {
    transform: scale(0.95);
}

.slider::-moz-range-thumb {
    width: 28px;
    height: 28px;
    background: #FF7A00;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid #FFFFFF;
    box-shadow: 0 2px 8px rgba(255, 122, 0, 0.3);
    transition: all 0.2s ease;
}

.slider::-moz-range-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 12px rgba(255, 122, 0, 0.4);
}

.slider-value {
    font-weight: 700;
    font-size: 1.75rem;
    color: #FF7A00;
    letter-spacing: -0.02em;
    margin-top: 5px;
}

.resultados-container {
    margin-top: 40px;
    border-top: 1px solid #E5E7EB;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.resultado-item {
    text-align: center;
    padding: 20px 16px;
    border-radius: 12px;
    flex-basis: calc(50% - 10px);
    flex-grow: 0;
    background-color: #F9FAFB;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
    min-width: 0;
    box-sizing: border-box;
}

.resultado-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #D1D5DB;
}

.resultado-item.criancas {
    background-color: #F3F4F6;
    border-color: #E5E7EB;
}

.resultado-item span {
    display: block;
    font-size: 0.875rem;
    color: #6B7280;
    margin-bottom: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.resultado-item div {
    font-weight: 700;
    font-size: 1.75rem;
    color: #1F2937;
    line-height: 1.2;
    word-break: break-word;
    overflow-wrap: break-word;
}

.resultado-item.destaque {
    flex-basis: 100%;
    background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 100%);
    border: 2px solid #FF7A00;
    padding: 32px 20px;
    margin-top: 10px;
    box-shadow: 0 4px 16px rgba(255, 122, 0, 0.12);
}

.resultado-item.destaque:hover {
    box-shadow: 0 6px 20px rgba(255, 122, 0, 0.18);
    transform: translateY(-3px);
}

.resultado-item.destaque span {
    color: #92400E;
    font-weight: 600;
    font-size: 0.9375rem;
    margin-bottom: 16px;
}

#resultado-mes {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #1F2937;
    line-height: 1.1;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    letter-spacing: -0.03em;
}

/* ============================================
   MODAL DE FORMULÁRIO (POP-UP)
   ============================================ */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2000;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
    transform: scale(1);
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2rem;
    font-weight: bold;
    color: #AAA;
    cursor: pointer;
    line-height: 1;
}

.modal-close:hover {
    color: #333;
}

.modal-content h3 {
    font-weight: 800;
    color: #2C3E50;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 10px;
}

.modal-content p {
    text-align: center;
    margin-bottom: 25px;
    font-size: 0.95rem;
    color: #4A5568;
}

.modal-form .form-group {
    text-align: left;
    margin-bottom: 20px;
}

.modal-form .form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: #2C3E50;
}

.modal-form .form-group input {
    width: 100%;
    padding: 18px 20px;
    background: #FEF9F3;
    border: 2px solid #E5E7EB;
    border-radius: 10px;
    font-size: 16px;
    color: #2C3E50;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}

.modal-form .form-group input::placeholder {
    color: #9CA3AF;
}

.modal-form .form-group input:focus {
    outline: none;
    border-color: #FF7A00;
    background: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.1);
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.checkbox-container input {
    width: auto;
    flex-shrink: 0;
}

.checkbox-container label {
    font-size: 0.85rem;
    margin: 0;
    color: #4A5568;
}

.checkbox-container a {
    color: #FF7A00;
    text-decoration: underline;
}

.modal-submit-button {
    width: 100%;
}

/* Urgência (Vagas) */
.urgency-box {
    background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 100%);
    border: 2px solid #FF7A00;
    border-radius: 16px;
    padding: 35px 30px;
    margin: 40px auto 0 auto;
    max-width: 800px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(255, 122, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.urgency-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 122, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.08);
}

.urgency-box h3 {
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 12px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    letter-spacing: -0.02em;
}

.urgency-icon {
    color: #FF7A00;
    font-size: 1.75rem;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.urgency-box p {
    color: #6B7280;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.6;
}

.vagas-contador {
    font-weight: 600;
    font-size: 1.125rem;
    color: #92400E;
    line-height: 1.5;
}

.vagas-contador strong {
    font-size: 3rem;
    font-weight: 800;
    color: #FF7A00;
    display: inline-block;
    margin: 0 8px;
    letter-spacing: -0.03em;
    line-height: 1;
}

#vagas-count {
    display: inline-block;
    position: relative;
    padding: 0 4px;
}

/* Responsive */
@media (max-width: 1200px) {
    .hero-container {
        padding: 65px 24px 55px 24px;
    }
    .hero-content h1 {
        font-size: 40px;
    }
    .speakers-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 968px) {
    .final-cta-content h2 {
        font-size: 36px;
    }
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .footer-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .about-journey-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .hero-container {
        gap: 40px;
    }
    .hero-image {
        margin: 0;
    }
    
    .hero-image img,
    .hero-image-img {
        max-width: 100%;
        width: 100%;
        height: auto;
        transform: none;
        padding: 0;
    }
    .about-journey-content h2 {
        font-size: 36px;
    }
    .about-journey-content h2,
    .about-journey-content p {
        text-align: center;
    }
    .event-details-grid {
        grid-template-columns: 1fr;
    }
    .bonuses-grid {
        grid-template-columns: 1fr;
    }
    .speakers-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
    .speakers-section h2 {
        font-size: 36px;
    }
    .speakers-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .app-demo-features {
        grid-template-columns: repeat(2, 1fr);
    }
    .app-demo-section {
        padding: 80px 30px;
    }
}

@media (max-width: 968px) {
    .header {
        padding: 14px 20px;
    }
}

@media (max-width: 640px) {
    .header {
        padding: 12px 16px;
    }
    
    .logo-img {
        height: 40px;
        max-width: 150px;
    }
    
    .hero {
        padding: 90px 0 30px 0;
        margin: 0;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0 16px;
        max-width: 100%;
        margin: 0;
    }
    
    .hero-content {
        text-align: center;
        width: 100%;
        padding: 0;
    }
    
    .hero-content h1 {
        font-size: 36px;
        line-height: 1.3;
        margin-bottom: 12px;
        font-weight: 800;
        color: #2C3E50;
    }
    
    .hero-subtitle {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 24px;
        color: #4A5568;
        padding: 0 8px;
    }
    
    .hero-image-desktop {
        display: none !important;
    }
    
    .hero-image-mobile {
        display: block !important;
        margin: 0 auto 24px auto;
        width: 100%;
        max-width: 100%;
        padding: 0;
        border-radius: 0;
        overflow: visible;
        background: transparent;
        box-shadow: none;
    }
    
    .hero-image-mobile img,
    .hero-image-mobile .hero-image-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
        padding: 0;
        border-radius: 0;
        object-fit: contain;
        transform: scale(1.7);
        transform-origin: center;
        box-shadow: none;
        background: transparent;
    }
    
    .submit-btn {
        width: auto;
        max-width: 90%;
        padding: 14px 20px;
        font-size: 14px;
        font-weight: 700;
        margin: 0 auto 20px auto;
        display: block;
        border-radius: 12px;
    }
    
    .hero-badges {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 0;
        padding: 0;
    }
    
    .hero-badges .badge {
        font-size: 0.8rem;
        padding: 6px 12px;
        white-space: nowrap;
        flex: 0 0 auto;
    }
    .about-journey,
    .bonuses-section,
    .speakers-section,
    .calculator-section,
    .app-demo-section {
        padding: 45px 18px;
    }
    .final-cta-section {
        padding: 45px 18px;
    }
    .final-cta-content h2 {
        font-size: 32px;
    }
    .final-cta-content > p {
        font-size: 18px;
    }
    .final-cta-button {
        padding: 18px 32px;
        font-size: 16px;
    }
    .footer {
        padding: 40px 20px 20px;
    }
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .footer-links {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .speakers-section h2 {
        font-size: 32px;
    }
    .speakers-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .speaker-card {
        padding: 28px 20px;
    }
    .app-demo-container h3 {
        font-size: 36px;
        text-align: center;
    }
    .about-journey-content h2 {
        font-size: 36px;
    }
    .journey-topics h3 {
        font-size: 24px;
    }
    
    .topic-item {
        padding: 16px;
        margin-bottom: 14px;
        gap: 14px;
    }
    
    .topic-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
        border-radius: 9px;
    }
    
    .topic-title {
        font-size: 15px;
    }
    
    .topic-speakers {
        font-size: 12px;
    }
    
    .final-call-text {
        font-size: 0.9375rem;
        max-width: 100%;
        padding: 0 10px;
    }
    
    .cta-button {
        padding: 16px 32px;
        font-size: 15px;
        min-width: 260px;
        margin: 25px auto 0;
    }
    
    .bonuses-section h2 {
        font-size: 36px;
    }
    .speakers-section h2 {
        font-size: 36px;
    }
    .calculator-container-wrapper h2 {
        font-size: 36px;
    }
    .urgency-box {
        padding: 25px 20px;
        margin-top: 30px;
    }
    .urgency-box h3 {
        font-size: 1.25rem;
        flex-wrap: wrap;
    }
    .urgency-icon {
        font-size: 1.5rem;
    }
    .vagas-contador strong {
        font-size: 2.5rem;
    }
    .calculadora-container {
        padding: 30px 20px;
    }
    .resultados-container {
        flex-direction: column;
        gap: 16px;
    }
    .resultado-item {
        flex-basis: 100%;
        width: 100%;
    }
    .resultado-item.destaque {
        margin-top: 0;
    }
    #resultado-mes {
        font-size: 2.25rem;
    }
    .app-demo-subtitle {
        font-size: 16px;
        text-align: center;
    }
    .app-demo-gif-container {
        max-width: 300px;
        margin: 30px auto;
    }
    .app-demo-gif {
        border-width: 6px;
        border-radius: 30px;
    }
    .app-demo-gif-container::before {
        width: 50px;
        height: 20px;
        top: -6px;
    }
    .app-demo-gif-container::after {
        width: 120px;
        height: 5px;
        bottom: -6px;
    }
    .app-demo-features {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }
    .app-demo-feature {
        padding: 15px;
    }
    .event-details {
        padding: 20px 15px;
    }
    .event-detail-box {
        padding: 12px;
        gap: 10px;
    }
    .event-detail-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .event-detail-text {
        font-size: 13px;
    }
    .speakers-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .speaker-card {
        padding: 24px 20px;
    }
    .speaker-avatar {
        width: 70px;
        height: 70px;
        font-size: 32px;
    }
}

/* ================================== */
/* 7. SEÇÃO DEPOIMENTOS (WHATSAPP)    */
/* ================================== */
.testimonials-section {
    background: #FFFFFF; /* Fundo branco para destacar */
    padding: 80px 32px;
}

.testimonials-container {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.testimonials-container h2 {
    font-size: 42px;
    font-weight: 800;
    color: #2C3E50;
    margin-bottom: 20px;
}

.testimonials-subheadline {
    font-size: 18px;
    color: #4A5568;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-grid {
    display: flex;
    flex-direction: column; /* FOCO MOBILE: Um debaixo do outro */
    gap: 25px; /* Espaçamento entre os prints */
    
    /* Centraliza os prints na tela (para mobile) */
    align-items: center; 
}

.testimonial-item {
    width: 100%;
    max-width: 450px; /* Limita a largura do print para não ficar gigante */
    background: #FFFFFF;
    border-radius: 12px;
    
    /* POLIMENTO: Sombra profissional */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #FFE5CC; /* Sua borda laranja sutil */
    overflow: hidden; /* Garante que a imagem respeite a borda */
}

.testimonial-item img {
    width: 100%;
    height: auto;
    display: block; /* Remove qualquer espaço extra */
}

/* Em telas maiores (desktop), se você quiser 
   que eles fiquem lado a lado, é só adicionar
   o @media. Por enquanto, deixei focado no mobile.
*/
@media (min-width: 969px) {
    .testimonials-grid {
        flex-direction: row; /* Lado a lado no desktop */
        justify-content: center;
        align-items: flex-start;
        max-width: 1200px; /* Limite da grade */
        margin: 0 auto;
    }
    .testimonial-item {
        max-width: 350px; /* Ajusta a largura no desktop */
    }
}

/* ============================================
   ESTILOS PARA NOVA LANDING PAGE BRINCA FÁCIL
   ============================================ */

/* Logo com emoji */
.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2C3E50;
}

/* Menu Mobile - Ajustes */
@media (max-width: 968px) {
    .header .navbar-menu {
        position: fixed;
        top: 62px;
        left: 0;
        right: 0;
        width: 100%;
        background: #FFFFFF;
        flex-direction: column;
        gap: 0;
        padding: 0;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 999;
        max-height: calc(100vh - 62px);
        overflow-y: auto;
    }
    
    .header .navbar-menu.active {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    
    .header .navbar-menu .nav-link {
        padding: 18px 24px;
        display: block;
        width: 100%;
        border-bottom: 1px solid #F3F4F6;
        text-align: left;
        font-size: 1rem;
        font-weight: 600;
        color: #2C3E50;
        transition: all 0.3s ease;
    }
    
    .header .navbar-menu .nav-link:hover,
    .header .navbar-menu .nav-link:active {
        background: #F9FAFB;
        color: #1F2937;
        padding-left: 28px;
    }
    
    .header .navbar-menu .nav-link:last-child {
        border-bottom: none;
    }
    
    .header .menu-icon {
        display: flex;
    }
    
    .header .cta-button-header {
        display: none;
    }
}

@media (min-width: 969px) {
    .header .menu-icon {
        display: none;
    }
    
    .header .navbar-menu {
        display: flex;
        align-items: center;
        gap: 2rem;
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        background: transparent;
        box-shadow: none;
        padding: 0;
        flex-direction: row;
    }
}

/* Hero - Imagem embaixo do texto */
.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 20px 60px 20px;
}

@media (max-width: 640px) {
    .hero-container {
        padding: 90px 16px 30px 16px;
    }
}

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

.hero-content h1 {
    font-size: 40px;
    font-weight: 800;
    color: #2C3E50;
    margin-bottom: 20px;
    line-height: 1.25;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #4A5568;
    margin-bottom: 18px;
    line-height: 1.7;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.hero-subtitle:last-of-type {
    margin-bottom: 40px;
}

/* Estilo já definido acima - removido duplicação */

.hero-image-placeholder {
    width: 100%;
    max-width: 600px;
    height: 400px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(255, 122, 0, 0.1) 0%, rgba(255, 149, 0, 0.1) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9CA3AF;
    font-size: 18px;
    border: 2px dashed #FFE5CC;
}

.hero-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: nowrap;
}

.badge {
    padding: 8px 16px;
    background: #FFFFFF;
    border: 2px solid #FFE5CC;
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #2C3E50;
}

/* Section Label */
.section-label {
    display: block;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
    color: #FF7A00;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

/* Reduz espaçamento entre label e título */
.section-label + h2 {
    margin-top: 0;
}

/* Seção Dor - Timeline */
/* ============================================
   SEÇÃO DE FUNCIONALIDADES
   ============================================ */
.funcionalidades-section {
    padding: 80px 32px;
    background: transparent;
}

.funcionalidades-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #2C3E50;
    margin-top: 0;
    margin-bottom: 50px;
}

.funcionalidades-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.funcionalidade-item {
    background: #FFFFFF;
    border: 2px solid #FFE5CC;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.funcionalidade-item:hover {
    transform: translateY(-5px);
    border-color: #FF7A00;
    box-shadow: 0 8px 25px rgba(255, 122, 0, 0.15);
}

.funcionalidade-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.funcionalidade-item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 12px;
}

.funcionalidade-item p {
    font-size: 1rem;
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .funcionalidades-section {
        padding: 50px 20px;
    }
    
    .funcionalidades-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .funcionalidade-item {
        padding: 25px;
    }
}

.dor-section {
    padding: 60px 32px;
    background: #FFF8F0;
}

.dor-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #2C3E50;
    margin-top: 0;
    margin-bottom: 26px;
}

.dor-section .section-label {
    margin-bottom: 6px;
}

.dor-section .realidade-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
}

.dor-section .chat-card {
    border: none;
    border-radius: 32px;
    padding: 48px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12), 0 4px 12px rgba(15, 23, 42, 0.08);
    background: #FFFFFF;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dor-section .chat-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(255, 122, 0, 0.12);
    color: #FF7A00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.dor-section .chat-card h3 {
    font-size: 1.45rem;
    font-weight: 800;
    color: #2C3E50;
    margin: 0;
}

.dor-section .chat-card .chat-text {
    font-size: 1.05rem;
    color: #4A5568;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .dor-section {
        padding: 60px 20px;
    }
    
    .dor-section .chat-card {
        padding: 36px;
    }
}

.timeline {
    position: relative;
    max-width: 760px;
    margin: 0 auto 40px;
    padding-left: 28px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #FF7A00, #FF9500);
}

.timeline-item {
    position: relative;
    padding-left: 28px;
    margin-bottom: 56px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 10px;
    width: 14px;
    height: 14px;
    background: #FF7A00;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.3);
}

.timeline-heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #FF7A00;
    margin-bottom: 16px;
}

.timeline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 122, 0, 0.12);
    font-size: 1.25rem;
}

.timeline-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.timeline-text p {
    font-size: 1rem;
    color: #4A5568;
    line-height: 1.75;
    margin: 0;
}

.timeline-chat-text {
    display: block;
}

.chat-card {
    background-color: #FFFFFF;
    border: 2px solid #FF7A00;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 20px;
    overflow: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.chat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 122, 0, 0.2);
}

.profile-pic {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 16px;
    margin-bottom: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border: 2px solid #FFFFFF;
    object-fit: cover;
}

.chat-text {
    font-size: 1.05rem;
    color: #3A3F4B;
    line-height: 1.6;
    margin: 0;
}

.chat-text strong {
    color: #FF7A00;
    font-weight: bold;
}

.timeline-revelation-highlight .timeline-chat-text p:first-child {
    font-weight: 600;
    color: #FF7A00;
}

.timeline-revelation-highlight .timeline-chat-text p strong {
    color: #E65C00;
}

@media (max-width: 640px) {
    .timeline {
        padding-left: 24px;
        margin: 0 auto 32px;
    }
    .timeline-item {
        padding-left: 24px;
        margin-bottom: 48px;
    }
    .timeline-heading {
        font-size: 1.125rem;
    }
    .timeline-icon {
        width: 28px;
        height: 28px;
        font-size: 1.1rem;
    }
    .timeline-item::before {
        left: -4px;
        top: 8px;
    }
    .timeline-card {
        padding: 24px;
    }
    .timeline-card-chat .timeline-avatar {
        width: 62px;
        height: 62px;
        margin-right: 16px;
        margin-bottom: 12px;
    }
    .timeline-chat-text p {
        font-size: 1rem;
    }
}

.revelation-box {
    max-width: 720px;
    margin: 48px auto 0;
    padding: 48px 38px 44px;
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0 8px 30px rgba(255, 122, 0, 0.15);
    border: 2px dashed rgba(255, 122, 0, 0.4);
    position: relative;
    text-align: left;
}

.revelation-box-highlight {
    margin-top: 24px;
    padding: 28px 38px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(255, 122, 0, 0.15);
    border: 2px solid rgba(255, 122, 0, 0.3);
    position: relative;
}

.revelation-box-highlight::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 122, 0, 0.1) 0%, rgba(255, 149, 0, 0.1) 100%);
    z-index: -1;
    opacity: 0.5;
}

.revelation-box-highlight .revelation-highlight {
    margin-bottom: 10px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #2C3E50;
    font-weight: 600;
}

.revelation-box-highlight .revelation-highlight:last-child {
    margin-bottom: 0;
}

.revelation-box-highlight .revelation-highlight strong {
    color: #FF7A00;
    font-weight: 800;
    font-size: 1.125rem;
    position: relative;
    display: inline-block;
}

.revelation-box-highlight .revelation-highlight strong::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255, 122, 0, 0.2);
    border-radius: 2px;
    z-index: -1;
}

.revelation-box::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid rgba(255, 122, 0, 0.2);
    pointer-events: none;
}

.revelation-quote-mark {
    font-size: 3.5rem;
    font-weight: 800;
    color: #FF7A00;
    line-height: 0.8;
    margin-bottom: 18px;
}

.revelation-lead {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2C3E50;
    margin-bottom: 18px;
    line-height: 1.6;
}

.revelation-text {
    font-size: 1.0625rem;
    color: #2C3E50;
    line-height: 1.9;
    margin-bottom: 18px;
}

.revelation-highlight {
    font-size: 1.0625rem;
    color: #2C3E50;
    line-height: 1.95;
    font-weight: 600;
    margin: 0;
    padding: 18px 22px;
    background: #FFFFFF;
    border-left: 5px solid #FF7A00;
    border-top: 1px solid rgba(255, 122, 0, 0.2);
    border-right: 1px solid rgba(255, 122, 0, 0.2);
    border-bottom: 1px solid rgba(255, 122, 0, 0.2);
    border-radius: 12px;
}

.revelation-highlight strong {
    color: #FF7A00;
}

.revelation-box strong {
    color: #FF7A00;
    font-weight: 700;
}

@media (max-width: 640px) {
    .revelation-box {
        padding: 36px 24px 32px;
        margin-top: 40px;
    }
    .revelation-box::before {
        inset: 14px;
    }
    .revelation-box-highlight {
        margin-top: 20px;
        padding: 24px 24px;
        border-radius: 12px;
    }
    
    .revelation-box-highlight .revelation-highlight {
        font-size: 1rem;
        line-height: 1.7;
    }
    .revelation-quote-mark {
        font-size: 2.75rem;
        margin-bottom: 14px;
    }
    .revelation-lead {
        font-size: 1.15rem;
    }
    .revelation-text,
    .revelation-highlight {
        font-size: 1rem;
        line-height: 1.8;
    }
    .revelation-highlight {
        padding: 16px 18px;
    }
}

/* Seção Transformação + APP */
.transformacao-section {
    padding: 50px 32px;
    background: transparent;
}

.transformacao-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #2C3E50;
    margin-top: 0;
    margin-bottom: 50px;
}

/* ============================================
   SEÇÃO "COMO FUNCIONA" - 3 PASSOS
   ============================================ */
.como-funciona-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 60px;
}

.step-item {
    background: #FFFFFF;
    border: 2px solid #FFE5CC;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
}

.step-item:hover {
    transform: translateY(-5px);
    border-color: #FF7A00;
    box-shadow: 0 8px 25px rgba(255, 122, 0, 0.15);
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
    margin: 0 auto 20px;
    box-shadow: 0 4px 15px rgba(255, 122, 0, 0.3);
}

.step-item h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 15px;
}

.step-item p {
    font-size: 1rem;
    color: #6B7280;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .como-funciona-steps {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .step-item {
        padding: 30px 20px;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
}

/* PARTE 1: Narrativa Fluida */
.story-narrative {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: left;
}

.story-time {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FF7A00;
    margin-bottom: 24px;
    line-height: 1.3;
}

.story-icon {
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.story-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.story-content p {
    font-size: 1.125rem;
    color: #2C3E50;
    line-height: 1.85;
    margin: 0;
    text-align: left;
}

.story-highlight {
    color: #FF7A00;
    font-weight: 700;
    font-style: italic;
}

/* PARTE 2: Subtítulo de Transição */
.transformacao-subtitle {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2C3E50;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* PARTE 3: Grid 2 Colunas - GIF + Características */
.app-demo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto 50px;
    align-items: center;
}

@media (min-width: 968px) {
    .app-demo-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* COLUNA ESQUERDA: GIF do App */
.app-gif-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-gif-wrapper {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.phone-mockup {
    position: relative;
    background: linear-gradient(145deg, #0b0e13 0%, #141b24 100%);
    border-radius: 42px;
    padding: 12px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05),
                0 18px 45px rgba(12, 20, 30, 0.45),
                0 4px 12px rgba(12, 20, 30, 0.35);
}

.phone-mockup::before {
    display: none;
}

.phone-mockup::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 14px;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 70%);
    border-radius: 50%;
    z-index: -1;
}

.phone-screen {
    position: relative;
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
    background: #000;
    aspect-ratio: 9 / 19.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-gif {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: high-quality;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
}

.app-gif-placeholder {
    width: 100%;
    height: 100%;
    display: none; /* Oculto por padrão, só aparece se a imagem não carregar */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 122, 0, 0.1) 0%, rgba(255, 149, 0, 0.1) 100%);
    color: #9CA3AF;
    font-size: 1rem;
    text-align: center;
    padding: 20px;
}

/* Placeholder só aparece via JavaScript quando imagem falha */

/* COLUNA DIREITA: Características do App */
.app-features h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 30px;
}

.app-feature-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
}

.app-feature-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.app-feature-icon {
    font-size: 2rem;
    flex-shrink: 0;
    width: 50px;
    text-align: center;
}

.app-feature-content {
    flex: 1;
}

.app-feature-content strong {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 8px;
}

.app-feature-content p {
    font-size: 1rem;
    color: #4A5568;
    line-height: 1.6;
    margin: 0;
}

.app-features-summary {
    background: #FFF7ED;
    border-left: 4px solid #FF7A00;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
}

.app-features-summary p {
    font-size: 1.125rem;
    color: #2C3E50;
    line-height: 1.8;
    margin: 0;
    font-style: italic;
}

/* PARTE 4: Box de Destaque Final */
.transformacao-highlight {
    max-width: 100%;
    margin: 50px auto 0;
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(255, 122, 0, 0.25);
}

.transformacao-highlight p {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}

/* Seção Arsenal */
.arsenal-section {
    padding: 80px 32px;
    background: transparent;
}

.arsenal-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #2C3E50;
    margin-bottom: 50px;
}

.arsenal-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .arsenal-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 968px) {
    .arsenal-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.arsenal-card {
    background: #FFFFFF;
    border: 2px solid #FFE5CC;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.arsenal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 122, 0, 0.15);
    border-color: #FF7A00;
}

.arsenal-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.arsenal-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #FF7A00;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.arsenal-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 15px;
}

.arsenal-card p {
    font-size: 0.9375rem;
    color: #4A5568;
    line-height: 1.6;
    margin: 0;
}

/* Seção Depoimentos - WhatsApp Prints */
/* ============================================
   SEÇÃO: VEJA O APP POR DENTRO
   ============================================ */
.veja-app-section {
    padding: 80px 32px;
    background: transparent;
}

.veja-app-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #2C3E50;
    margin-top: 0;
    margin-bottom: 40px;
}

.veja-app-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .veja-app-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
}

.veja-app-card {
    background: #FFFFFF;
    border-radius: 32px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12), 0 4px 12px rgba(15, 23, 42, 0.08);
    padding: 40px 32px 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
}

.veja-app-device {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    border-radius: 28px 28px 0 0;
    border: 1px solid #111827;
    border-bottom: none;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, #0b0e13 0%, #151c25 100%);
    padding: 10px 10px 0 10px;
    box-shadow: inset 0 -6px 12px rgba(0, 0, 0, 0.35);
}

.veja-app-device-notch {
    width: 70px;
    height: 6px;
    border-radius: 999px;
    background: #0b1220;
    margin: 0 auto 8px;
}

.veja-app-screen {
    background: #fff;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    height: 265px;
    width: 100%;
    margin-top: 4px;
}

.veja-app-gif {
    display: block;
    width: 100%;
    height: 265px;
    object-fit: cover;
    object-position: top center;
}

.veja-app-screen video {
    display: block;
    width: 100%;
    height: 265px;
    object-fit: cover;
    object-position: top center;
}

.veja-app-gif-placeholder {
    display: none;
    align-items: center;
    justify-content: center;
    height: 265px;
    background: #FFE5CC;
    color: #2C3E50;
    font-weight: 600;
}

.veja-app-text h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #2C3E50;
    margin-bottom: 12px;
    margin-top: 8px;
}

.veja-app-text p {
    font-size: 1.05rem;
    color: #4A5568;
    line-height: 1.75;
    margin: 0;
}

.beneficios-clean {
    text-align: center;
    padding-top: 20px;
}

.beneficios-clean h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
}

.beneficios-clean-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 24px 32px;
    text-align: left;
}

.beneficio-clean-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.beneficio-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 122, 0, 0.12);
    color: #FF7A00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.beneficio-clean-item h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 6px;
}

.beneficio-clean-item p {
    font-size: 0.95rem;
    color: #4A5568;
    margin: 0;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .veja-app-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
    
    .beneficios-clean-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .veja-app-card {
        padding: 32px 24px 36px;
        gap: 24px;
    }
    
    .veja-app-gif {
        height: 240px;
    }
    
    .veja-app-screen,
    .veja-app-gif-placeholder {
        height: 240px;
    }
    
    .veja-app-screen video {
        height: 240px;
    }
    
    .veja-app-device {
        max-width: 220px;
    }
}

/* ============================================
   SEÇÃO: PARA QUAL IDADE SERVE
   ============================================ */
.idades-section {
    padding: 80px 32px;
    background: #FFFFFF;
}

.idades-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #2C3E50;
    margin-top: 0;
    margin-bottom: 50px;
}

.idades-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.idade-card {
    background: #FFFFFF;
    border: 2px solid #FFE5CC;
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.idade-card:hover {
    transform: translateY(-5px);
    border-color: #FF7A00;
    box-shadow: 0 8px 25px rgba(255, 122, 0, 0.15);
}

.idade-header h3 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #FF7A00;
    margin-bottom: 20px;
    text-align: center;
}

.idade-lista {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.idade-lista li {
    font-size: 1.125rem;
    color: #2C3E50;
    margin-bottom: 10px;
    padding-left: 0;
}

.idade-desc {
    font-size: 1rem;
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

/* ============================================
   SEÇÃO: TIPOS DE ATIVIDADES
   ============================================ */
.tipos-atividades-section {
    padding: 80px 32px;
    background: transparent;
}

.tipos-atividades-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #2C3E50;
    margin-top: 0;
    margin-bottom: 50px;
}

.tipos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.tipo-card {
    background: #FFFFFF;
    border: 2px solid #FFE5CC;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.tipo-card:hover {
    transform: translateY(-5px);
    border-color: #FF7A00;
    box-shadow: 0 8px 25px rgba(255, 122, 0, 0.15);
}

.tipo-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.tipo-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 10px;
}

.tipo-count {
    font-size: 1rem;
    font-weight: 600;
    color: #FF7A00;
    margin-bottom: 10px;
    display: block;
}

.tipo-exemplos {
    font-size: 0.95rem;
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   SEÇÃO: COMPARAÇÃO DE VALOR
   ============================================ */
.comparacao-valor-section {
    padding: 80px 32px;
    background: #FFFFFF;
}

.comparacao-valor-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #2C3E50;
    margin-top: 0;
    margin-bottom: 50px;
}

.comparacao-tabela {
    max-width: 800px;
    margin: 0 auto;
    overflow-x: auto;
}

.valor-table {
    width: 100%;
    border-collapse: collapse;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.valor-table thead {
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
    color: #FFFFFF;
}

.valor-table th {
    padding: 20px;
    text-align: left;
    font-weight: 700;
    font-size: 1.125rem;
}

.valor-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #FFE5CC;
    color: #2C3E50;
    font-size: 1rem;
}

.valor-table tbody tr:last-child td {
    border-bottom: none;
}

.valor-table .destaque-row {
    background: #FFF7ED;
}

.valor-table .destaque-row td {
    font-weight: 700;
    font-size: 1.125rem;
    padding: 25px 20px;
}

/* ============================================
   SEÇÃO: PROVA SOCIAL ADICIONAL
   ============================================ */
.prova-social-section {
    padding: 80px 32px;
    background: transparent;
}

.prova-social-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #2C3E50;
    margin-top: 0;
    margin-bottom: 50px;
}

.prova-social-feed {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.prova-item {
    background: #FFFFFF;
    border: 2px solid #FFE5CC;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.prova-item:hover {
    border-color: #FF7A00;
    box-shadow: 0 4px 12px rgba(255, 122, 0, 0.15);
}

.prova-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.prova-item p {
    font-size: 1.125rem;
    color: #2C3E50;
    line-height: 1.7;
    margin: 0;
}

.prova-item strong {
    color: #FF7A00;
    font-weight: 700;
}

/* ============================================
   SEÇÃO: GARANTIA E SEGURANÇA
   ============================================ */
.garantia-seguranca-section {
    padding: 80px 32px;
    background: #FFFFFF;
}

.garantia-seguranca-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #2C3E50;
    margin-top: 0;
    margin-bottom: 50px;
}

.garantia-badges {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.garantia-badge-item {
    background: #FFFFFF;
    border: 2px solid #FFE5CC;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.garantia-badge-item:hover {
    transform: translateY(-5px);
    border-color: #FF7A00;
    box-shadow: 0 8px 25px rgba(255, 122, 0, 0.15);
}

.garantia-badge-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.garantia-badge-item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 12px;
}

.garantia-badge-item p {
    font-size: 1rem;
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
}

.depoimentos-section {
    padding: 50px 32px 20px 32px;
    background: #FFFFFF;
}

.depoimentos-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #2C3E50;
    margin-top: 0;
    margin-bottom: 50px;
}

.depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(220px, 1fr));
    gap: 20px;
    max-width: 1600px;
    margin: 0 auto;
    justify-items: center;
}

@media (max-width: 1024px) {
    .depoimentos-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

.prints-app-section {
    padding: 60px 32px;
    background: #FFFFFF;
    text-align: center;
}

.prints-app-section h2 {
    font-size: 2rem;
    margin: 10px 0 16px;
    color: #2C3E50;
}

.prints-subtitle {
    font-size: 1.1rem;
    color: #4A5568;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.prints-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    gap: 28px;
    max-width: 1150px;
    margin: 0 auto;
}

.print-card {
    background: #FFFFFF;
    border: 2px solid #FFE5CC;
    border-radius: 28px;
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.08);
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.print-image-wrapper {
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: #F9FAFB;
    box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.08);
}

.print-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    }
    
.print-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1F2937;
    margin: 0;
}

.print-card p {
    font-size: 0.98rem;
    color: #4A5568;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .prints-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Card que funciona como "moldura" para o print do WhatsApp */
.whatsapp-print {
    background: #FFFFFF;
    border: 2px solid #FFE5CC;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 280px;
    display: flex;
    flex-direction: column;
}

.whatsapp-print:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 122, 0, 0.15);
    border-color: #FF7A00;
}

/* Cabeçalho do WhatsApp (verde escuro) */
.whatsapp-header {
    background: #075E54;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FFFFFF;
}

.whatsapp-back-arrow {
    font-size: 24px;
    font-weight: 300;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 1;
}

.whatsapp-contact-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.whatsapp-avatar-small {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    flex-shrink: 0;
}

.whatsapp-contact-name {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

.whatsapp-menu {
    font-size: 20px;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 1;
}

/* Área de chat (fundo cinza claro do WhatsApp) */
.whatsapp-chat {
    background: #ECE5DD;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(0, 0, 0, 0.03) 20px,
            rgba(0, 0, 0, 0.03) 21px
        );
    padding: 18px 14px 20px 14px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Mensagem recebida (balão verde) */
.whatsapp-message {
    display: flex;
    margin-bottom: 8px;
}

.whatsapp-message.received {
    justify-content: flex-start;
}

.message-bubble {
    background: #DCF8C6;
    border-radius: 8px;
    padding: 8px 12px;
    max-width: 85%;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Seta do balão (canto inferior esquerdo) */
.message-bubble::before {
    content: '';
    position: absolute;
    left: -8px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 12px 0;
    border-color: transparent #DCF8C6 transparent transparent;
}

.message-bubble p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    word-wrap: break-word;
}

.message-time {
    display: block;
    text-align: right;
    font-size: 11px;
    color: #667781;
    margin-top: 4px;
    padding-top: 2px;
}

/* Rodapé com nome e info */
.whatsapp-footer {
    background: #FFFFFF;
    padding: 12px 16px;
    border-top: 1px solid #F0F0F0;
}

.whatsapp-name-label {
    font-size: 12px;
    color: #6B7280;
    text-align: center;
    font-weight: 500;
}

/* Print com imagem real do WhatsApp */
.whatsapp-print-image {
    padding: 0;
    display: flex;
    align-items: stretch;
}

.whatsapp-screenshot {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 0;
}

/* Responsividade para os prints */
@media (max-width: 640px) {
    .whatsapp-print {
        max-width: 100%;
    }
    
    .message-bubble {
        max-width: 90%;
    }
    
    .whatsapp-chat {
        padding: 16px 12px;
        min-height: 120px;
    }
    
    .whatsapp-screenshot {
        width: 100%;
        height: auto;
    }
}

/* Seção Para Quem É */
.qualificacao-section {
    padding: 80px 32px;
    background: transparent;
}

.qualificacao-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #2C3E50;
    margin-top: 0;
    margin-bottom: 50px;
}

.qualificacao-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

@media (min-width: 968px) {
    .qualificacao-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.qualificacao-card {
    background: #FFFFFF;
    border: 2px solid #FFE5CC;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.qualificacao-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.qualificacao-yes {
    border-top: 4px solid #10b981;
}

.qualificacao-no {
    border-top: 4px solid #ef4444;
}

.qualificacao-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 25px;
}

.qualificacao-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 25px;
}

.qualificacao-title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

.qualificacao-icon-check {
    background-color: #10b981;
    color: #FFFFFF;
}

.qualificacao-icon-cross {
    background-color: #ef4444;
    color: #FFFFFF;
}

@media (max-width: 640px) {
    .qualificacao-title-icon {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
    
    .icon-check,
    .icon-cross {
        width: 22px;
        height: 22px;
        font-size: 13px;
    }
}

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

.qualificacao-list li {
    font-size: 1rem;
    color: #4A5568;
    line-height: 1.7;
    margin-bottom: 16px;
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.qualificacao-list li:last-child {
    margin-bottom: 0;
}

.icon-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #10b981;
    color: #FFFFFF;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

.icon-cross {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #ef4444;
    color: #FFFFFF;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}


/* Seção Oferta */
.oferta-section {
    padding: 50px 32px;
    background: transparent;
}

.oferta-heading {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #2C3E50;
    margin: 0 0 30px 0;
    line-height: 1.3;
}

.oferta-heading span {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    color: #4A5568;
    margin-top: 8px;
}


.oferta-card {
    max-width: 850px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 3px solid #FF7A00;
    border-radius: 30px;
    padding: 50px 40px;
    padding-top: 70px;
    box-shadow: 0 20px 60px rgba(255, 122, 0, 0.2);
    text-align: center;
    position: relative;
}

.oferta-badge {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
    color: #FFFFFF;
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 15px rgba(255, 122, 0, 0.4);
    animation: pulse-badge 2s ease-in-out infinite;
    z-index: 10;
}

@keyframes pulse-badge {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        box-shadow: 0 4px 15px rgba(255, 122, 0, 0.4);
    }
    50% {
        transform: translateX(-50%) scale(1.05);
        box-shadow: 0 6px 20px rgba(255, 122, 0, 0.6);
    }
}

.oferta-preco {
    margin-bottom: 40px;
}

.preco-antigo {
    display: block;
    font-size: 1.25rem;
    color: #6B7280;
    text-decoration: line-through;
    margin-bottom: 10px;
}

.preco-novo {
    display: block;
    font-size: 4rem;
    font-weight: 800;
    color: #FF7A00;
    line-height: 1;
    margin-bottom: 15px;
}

.preco-parcelamento {
    display: block;
    font-size: 1.125rem;
    color: #6B7280;
}

.oferta-beneficios {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 40px;
    text-align: left;
}

.beneficio-item {
    font-size: 0.95rem;
    color: #2C3E50;
    font-weight: 500;
    line-height: 1.5;
}

.oferta-cta {
    display: inline-block;
    width: 100%;
    padding: 26px 32px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #FFFFFF;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 25px;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.35);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.oferta-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.oferta-cta:hover::before {
    left: 100%;
}

.oferta-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(34, 197, 94, 0.5);
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
}

.garantia-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
}

.garantia-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #F9FAFB;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.garantia-feature-item:hover {
    background: #F3F4F6;
    border-color: #D1D5DB;
    transform: translateX(4px);
}

.garantia-feature-icon {
    font-size: 1.1rem;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.garantia-feature-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.garantia-feature-text strong {
    font-size: 0.85rem;
    font-weight: 700;
    color: #2C3E50;
    display: block;
}

.garantia-feature-text span {
    font-size: 0.75rem;
    color: #6B7280;
    line-height: 1.3;
}

.confianca-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.confianca-badge {
    font-size: 0.875rem;
    color: #6B7280;
    font-weight: 600;
}

/* Seção FAQ */
.faq-section {
    padding: 50px 32px;
    background: transparent;
}

.faq-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #2C3E50;
    margin-top: 0;
    margin-bottom: 50px;
}

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #FFFFFF;
    border: 2px solid #FFE5CC;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.faq-question {
    padding: 30px 30px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    color: #2C3E50;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #FFF7ED;
}

.faq-question i {
    color: #FF7A00;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 10px 30px 25px;
    font-size: 1rem;
    color: #4A5568;
    line-height: 1.8;
    margin: 0;
}

/* Seção CTA Final */
.cta-final-section {
    padding: 100px 32px;
    background: linear-gradient(180deg, #FFF7ED 0%, #FFFFFF 100%);
    text-align: center;
    position: relative;
}

.cta-final-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF7A00 0%, #FF9500 100%);
}

.cta-final-section h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #2C3E50;
    margin-bottom: 30px;
    line-height: 1.3;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-final-subtitle-main {
    font-size: 1.75rem;
    font-weight: 700;
    color: #4A5568;
    margin-bottom: 40px;
    margin-top: 20px;
    line-height: 1.2;
    white-space: nowrap;
}

.cta-final-content {
    max-width: 750px;
    margin: 0 auto 50px;
    margin-top: 30px;
}

.cta-final-text {
    font-size: 1.25rem;
    color: #4A5568;
    margin-bottom: 16px;
    line-height: 1.8;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.cta-final-text .cta-emoji {
    display: inline-block;
    vertical-align: baseline;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-right: 8px;
    position: static !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    will-change: auto !important;
}

.cta-final-button {
    display: inline-block;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.cta-final-button.submit-btn {
    padding: 20px 36px;
    font-size: 1.15rem;
    margin-top: 0;
    font-weight: 800;
    box-shadow: 0 8px 30px rgba(255, 122, 0, 0.4);
    transform: scale(1);
    transition: all 0.3s ease;
    animation: pulse-cta 2s ease-in-out infinite;
}

.cta-final-button.submit-btn:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 45px rgba(255, 122, 0, 0.5);
}

@keyframes pulse-cta {
    0%, 100% {
        box-shadow: 0 8px 30px rgba(255, 122, 0, 0.4);
    }
    50% {
        box-shadow: 0 12px 40px rgba(255, 122, 0, 0.6);
    }
}

.cta-final-note {
    font-size: 0.875rem;
    color: #6B7280;
    font-weight: 400;
    margin-top: 16px;
}

/* Footer atualizado */
.footer-brand h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.footer-brand p {
    font-size: 0.875rem;
    color: #D1D5DB;
    line-height: 1.8;
    margin-bottom: 10px;
}

/* Responsividade */
@media (max-width: 640px) {
    .hero-content h1 {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .dor-section h2,
    .transformacao-section h2,
    .arsenal-section h2,
    .depoimentos-section h2,
    .qualificacao-section h2,
    .oferta-section h2,
    .faq-section {
        padding: 50px 20px;
    }
    
    .faq-section h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .cta-final-section {
        padding: 60px 18px;
    }

    .cta-final-section h2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .cta-final-subtitle-main {
        font-size: 1.35rem;
        margin-bottom: 28px;
        margin-top: 16px;
        white-space: nowrap;
    }

    .cta-final-content {
        margin-bottom: 34px;
    }

    .cta-final-text {
        font-size: 1rem;
        margin-bottom: 14px;
        line-height: 1.7;
        justify-content: flex-start;
    }

    .cta-final-button {
        max-width: 100%;
    }

    .cta-final-button.submit-btn {
        padding: 15px 22px;
        font-size: 0.95rem;
    }
    
    .cta-final-note {
        font-size: 0.8rem;
    }
    
    .faq-question {
        padding: 24px 20px 18px;
        font-size: 1rem;
    }
    
    .faq-answer p {
        padding: 8px 20px 18px;
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .faq-item {
        margin-bottom: 15px;
        border-radius: 12px;
    }
    
    .preco-novo {
        font-size: 3rem;
    }
    
    .oferta-card {
        padding: 35px 24px;
        padding-top: 55px;
        max-width: 100%;
    }
    
    .oferta-badge {
        padding: 10px 20px;
        font-size: 0.75rem;
        top: -16px;
    }
    
    .oferta-cta {
        padding: 24px 28px;
        font-size: 1.1rem;
        margin-bottom: 20px;
    }
    
    .garantia-features {
        gap: 8px;
        margin-top: 15px;
    }
    
    .garantia-feature-item {
        padding: 10px 12px;
        gap: 8px;
    }
    
    .garantia-feature-icon {
        width: 28px;
        height: 28px;
        font-size: 1rem;
    }
    
    .garantia-feature-text strong {
        font-size: 0.8rem;
    }
    
    .garantia-feature-text span {
        font-size: 0.7rem;
    }
    
    .oferta-beneficios {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 30px;
    }
    
    .beneficio-item {
        font-size: 0.9rem;
    }
    
    .timeline {
        padding-left: 20px;
    }
    
    .timeline-card::before {
        left: -27px;
    }
    
    /* Transformação - Mobile */
    .transformacao-subtitle {
        font-size: 1.25rem;
        margin-bottom: 40px;
    }
    
    .app-demo-grid {
        gap: 40px;
    }
    
    .app-gif-wrapper {
        max-width: 280px;
    }
    
    .phone-mockup {
        border-radius: 38px;
        padding: 10px;
    }
    
    .phone-screen {
        border-radius: 30px;
        aspect-ratio: 9 / 19.5;
    }
    
    .phone-mockup::after {
        width: 120px;
        height: 12px;
        bottom: -10px;
    }
    
    .app-features h3 {
        font-size: 1.5rem;
    }
    
    .app-feature-item {
        gap: 15px;
    }
    
    .app-feature-icon {
        font-size: 1.75rem;
        width: 45px;
    }
    
    .app-feature-content strong {
        font-size: 1rem;
    }
    
    .app-feature-content p {
        font-size: 0.9375rem;
    }
    
    .transformacao-highlight {
        padding: 30px 20px;
    }
    
    .transformacao-highlight p {
        font-size: 1.25rem;
    }
    
    .story-narrative {
        margin-bottom: 40px;
    }
    
    .story-time {
        font-size: 1.25rem;
        margin-bottom: 20px;
        gap: 8px;
    }
    
    .story-icon {
        font-size: 1.25rem;
    }
    
    .story-content {
        gap: 14px;
    }
    
    .story-content p {
        font-size: 1rem;
        line-height: 1.8;
    }
}
