/* ========================================
   CSS ESPECÍFICO PARA PÁGINA PARCEIROS
   Energia Certa Brasil
   ======================================== */

/* ========================================
   1. HERO SECTION
   ======================================== */
.page-parceiros .hero {
  background: #ffffff;
  padding: 140px 0 60px;
}

.page-parceiros .hero-overlay {
  display: none;
}

.page-parceiros .hero h1,
.page-parceiros .hero-description,
.page-parceiros .hero-benefits {
  color: #2e3d6a;
  text-shadow: none;
}

.page-parceiros .hero h1 .highlight {
  color: #fbbf24;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* ========================================
   1.1 HERO STATS - EFEITO DE BRILHO
   ======================================== */
.page-parceiros .hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.page-parceiros .stat-item {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(46, 61, 106, 0.1);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(46, 61, 106, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}

.page-parceiros .stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2e3d6a, #3d4c7a, #fbbf24, #2e3d6a);
  background-size: 200% 100%;
  animation: gradient-flow 3s linear infinite;
}

.page-parceiros .stat-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 50px rgba(46, 61, 106, 0.2);
  border-color: rgba(46, 61, 106, 0.3);
}

.page-parceiros .stat-number {
  font-size: 3rem;
  font-weight: 800;
  color: #2e3d6a;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.page-parceiros .stat-label {
  font-size: 1rem;
  color: #374151;
  font-weight: 500;
  line-height: 1.4;
}

/* ========================================
   1.2 ÍCONES DAS ESTATÍSTICAS
   ======================================== */
.page-parceiros .stat-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: white;
  font-size: 1.5rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

/* Ícone Dinheiro (Verde) */
.page-parceiros .stat-item:nth-child(1) .stat-icon {
  background: linear-gradient(135deg, #059669, #047857);
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
}

.page-parceiros .stat-item:nth-child(1) .stat-icon::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: rotate(45deg);
  animation: shine-rotate 2s linear infinite;
}

/* Ícone Gráfico (Azul) */
.page-parceiros .stat-item:nth-child(2) .stat-icon {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.page-parceiros .stat-item:nth-child(2) .stat-icon::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: rotate(45deg);
  animation: shine-rotate 2s linear infinite;
  animation-delay: 0.5s;
}

/* Ícone Rede (Roxo) */
.page-parceiros .stat-item:nth-child(3) .stat-icon {
  background: linear-gradient(135deg, #7c3aed, #5b21b6);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.4);
}

.page-parceiros .stat-item:nth-child(3) .stat-icon::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: rotate(45deg);
  animation: shine-rotate 2s linear infinite;
  animation-delay: 1s;
}

.page-parceiros .stat-item:hover .stat-icon {
  transform: scale(1.1) rotate(5deg);
}

/* ========================================
   2. LAYOUT DOS CARDS
   ======================================== */

/* ========================================
   2.1 PROCESS TIMELINE - COMO FUNCIONA
   ======================================== */

/* ========================================
   2.2 EARNINGS SECTION - COMO VOCÊ GANHA DINHEIRO
   ======================================== */
.page-parceiros .earnings-section {
  margin-top: 4rem;
  text-align: center;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.page-parceiros .earnings-section .container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.page-parceiros .earnings-content h3 {
  font-size: 2.5rem;
  color: #1f2937;
  margin-bottom: 1rem;
  font-weight: 700;
}

.page-parceiros .earnings-content p {
  font-size: 1.25rem;
  color: #374151;
  margin-bottom: 3rem;
  line-height: 1.6;
}

.page-parceiros .earnings-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 3rem;
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

.page-parceiros .earning-card {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(46, 61, 106, 0.1);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 8px 32px rgba(46, 61, 106, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  width: 100% !important;
  box-sizing: border-box;
}

.page-parceiros .earning-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2e3d6a, #3d4c7a, #fbbf24, #2e3d6a);
  background-size: 200% 100%;
  animation: gradient-flow 3s linear infinite;
}

.page-parceiros .earning-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 50px rgba(46, 61, 106, 0.2);
  border-color: rgba(46, 61, 106, 0.3);
}

.page-parceiros .earning-icon {
  width: 120px;
  height: 120px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2.5rem;
  color: white;
  font-size: 3rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

/* Ícone Lucro Direto (Verde) */
.page-parceiros .earning-card:nth-child(1) .earning-icon {
  background: linear-gradient(135deg, #059669, #047857);
  box-shadow: 0 12px 35px rgba(5, 150, 105, 0.4);
}

.page-parceiros .earning-card:nth-child(1) .earning-icon::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: rotate(45deg);
  animation: shine-rotate 2s linear infinite;
}

/* Ícone Renda Passiva (Azul) */
.page-parceiros .earning-card:nth-child(2) .earning-icon {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 12px 35px rgba(37, 99, 235, 0.4);
}

.page-parceiros .earning-card:nth-child(2) .earning-icon::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: rotate(45deg);
  animation: shine-rotate 2s linear infinite;
  animation-delay: 0.5s;
}

.page-parceiros .earning-card:hover .earning-icon {
  transform: scale(1.1) rotate(5deg);
}

.page-parceiros .earning-card h4 {
  font-size: 1.75rem;
  color: #1f2937;
  margin-bottom: 1rem;
  font-weight: 700;
  text-align: center;
  flex-shrink: 0;
}

.page-parceiros .earning-amount {
  font-size: 4rem;
  font-weight: 800;
  color: #2e3d6a;
  margin-bottom: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
}

.page-parceiros .earning-card p {
  font-size: 1.1rem;
  color: #374151;
  margin-bottom: 2rem;
  line-height: 1.6;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.page-parceiros .earning-badge {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: white;
  padding: 1rem 2rem;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  margin-top: auto;
  flex-shrink: 0;
  box-shadow: 0 8px 25px rgba(251, 191, 36, 0.4);
}

/* ========================================
   2.3 HOW IT WORKS CTA - CTA INTERMEDIÁRIO
   ======================================== */

/* ========================================
   2.4 EARNINGS STRUCTURE - ESTRUTURA DE GANHOS
   ======================================== */
.page-parceiros .earnings-section .earnings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.page-parceiros .earnings-section .earnings-card {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(46, 61, 106, 0.1);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(46, 61, 106, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 350px;
}

.page-parceiros .earnings-section .earnings-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2e3d6a, #3d4c7a, #fbbf24, #2e3d6a);
  background-size: 200% 100%;
  animation: gradient-flow 3s linear infinite;
}

.page-parceiros .earnings-section .earnings-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 50px rgba(46, 61, 106, 0.2);
  border-color: rgba(46, 61, 106, 0.3);
}

.page-parceiros .earnings-section .earnings-header {
  text-align: center;
  margin-bottom: 2rem;
}

.page-parceiros .earnings-section .earnings-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

/* Ícones da estrutura de ganhos com cores específicas */
.page-parceiros .earnings-section .earnings-card.primary .earnings-icon {
  background: linear-gradient(135deg, #059669, #047857);
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
}

.page-parceiros .earnings-section .earnings-card.secondary .earnings-icon {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.page-parceiros .earnings-section .earnings-card.bonus .earnings-icon {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
}

/* Efeito de brilho para todos os ícones da estrutura de ganhos */
.page-parceiros .earnings-section .earnings-icon::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: rotate(45deg);
  animation: shine-rotate 2s linear infinite;
}

/* Delays escalonados para a estrutura de ganhos */
.page-parceiros .earnings-section .earnings-card.primary .earnings-icon::before { animation-delay: 0s; }
.page-parceiros .earnings-section .earnings-card.secondary .earnings-icon::before { animation-delay: 0.5s; }
.page-parceiros .earnings-section .earnings-card.bonus .earnings-icon::before { animation-delay: 1s; }

.page-parceiros .earnings-section .earnings-card:hover .earnings-icon {
  transform: scale(1.1) rotate(5deg);
}

.page-parceiros .earnings-section .earnings-header h3 {
  font-size: 1.5rem;
  color: #1f2937;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-align: center;
}

.page-parceiros .earnings-section .earnings-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.page-parceiros .earnings-section .earnings-amount {
  font-size: 2.5rem;
  font-weight: 800;
  color: #2e3d6a;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.page-parceiros .earnings-section .earnings-description {
  font-size: 1rem;
  color: #374151;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}

.page-parceiros .earnings-section .earnings-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  flex: 1;
}

.page-parceiros .earnings-section .earnings-list li {
  font-size: 0.95rem;
  color: #374151;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.4;
}

  .page-parceiros .earnings-section .earnings-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #059669;
    font-weight: bold;
    font-size: 1.1rem;
  }

/* ========================================
   2.5 MOTIVATION SECTION - SEÇÃO DE MOTIVAÇÃO
   ======================================== */
.page-parceiros .motivation-section {
  margin-top: 3rem;
  text-align: center;
}

.page-parceiros .motivation-content h3 {
  font-size: 2rem;
  color: #1f2937;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.page-parceiros .motivation-content p {
  font-size: 1.25rem;
  color: #374151;
  margin-bottom: 2.5rem;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-parceiros .motivation-badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.page-parceiros .motivation-badge {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(46, 61, 106, 0.1);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 8px 32px rgba(46, 61, 106, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}

.page-parceiros .motivation-badge::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2e3d6a, #3d4c7a, #fbbf24, #2e3d6a);
  background-size: 200% 100%;
  animation: gradient-flow 3s linear infinite;
}

.page-parceiros .motivation-badge:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 50px rgba(46, 61, 106, 0.2);
  border-color: rgba(46, 61, 106, 0.3);
}

.page-parceiros .motivation-badge i {
  font-size: 2rem;
  color: #2e3d6a;
  margin-bottom: 1rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.page-parceiros .motivation-badge:hover i {
  transform: scale(1.1) rotate(5deg);
  color: #fbbf24;
}

.page-parceiros .motivation-badge span {
  font-size: 1rem;
  color: #374151;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

/* ========================================
   2.6 PROFILE CTA - CTA DO PERFIL
   ======================================== */
.page-parceiros .profile-cta {
  text-align: center;
  margin-top: 3rem;
  padding: 3rem;
  background: linear-gradient(135deg, #f8fafc, #ffffff);
  border-radius: 20px;
  border: 1px solid rgba(46, 61, 106, 0.1);
}

.page-parceiros .profile-cta h3 {
  font-size: 2rem;
  color: #1f2937;
  margin-bottom: 1rem;
  font-weight: 700;
}

.page-parceiros .profile-cta p {
  font-size: 1.25rem;
  color: #374151;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.page-parceiros .btn-profile {
  background: linear-gradient(135deg, #059669, #047857);
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
  margin-top: auto;
  align-self: center;
}

.page-parceiros .btn-profile:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(5, 150, 105, 0.4);
  background: linear-gradient(135deg, #047857, #065f46);
}
.page-parceiros .how-it-works-cta {
  text-align: center;
  margin-top: 3rem;
  padding: 3rem;
  background: linear-gradient(135deg, #f8fafc, #ffffff);
  border-radius: 20px;
  border: 1px solid rgba(46, 61, 106, 0.1);
}

.page-parceiros .how-it-works-cta h3 {
  font-size: 2rem;
  color: #1f2937;
  margin-bottom: 1rem;
  font-weight: 700;
}

.page-parceiros .how-it-works-cta p {
  font-size: 1.25rem;
  color: #374151;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.page-parceiros .btn-how-it-works {
  background: linear-gradient(135deg, #059669, #047857);
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
}

.page-parceiros .btn-how-it-works:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(5, 150, 105, 0.4);
  background: linear-gradient(135deg, #047857, #065f46);
}
.page-parceiros .process-timeline {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
  position: relative;
}

.page-parceiros .process-timeline::before {
  content: '';
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #2e3d6a, #3d4c7a, #fbbf24, #2e3d6a);
  background-size: 100% 200%;
  animation: gradient-flow 3s linear infinite;
}

.page-parceiros .timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
}

.page-parceiros .timeline-number {
  background: linear-gradient(135deg, #2e3d6a, #3d4c7a);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 8px 25px rgba(46, 61, 106, 0.3);
  position: relative;
  z-index: 2;
}

.page-parceiros .timeline-content {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(46, 61, 106, 0.1);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(46, 61, 106, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  flex: 1;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}

.page-parceiros .timeline-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2e3d6a, #3d4c7a, #fbbf24, #2e3d6a);
  background-size: 200% 100%;
  animation: gradient-flow 3s linear infinite;
}

.page-parceiros .timeline-content:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 50px rgba(46, 61, 106, 0.2);
  border-color: rgba(46, 61, 106, 0.3);
}

.page-parceiros .timeline-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

/* Ícones da timeline com cores específicas */
.page-parceiros .timeline-item:nth-child(1) .timeline-icon {
  background: linear-gradient(135deg, #059669, #047857);
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
}

.page-parceiros .timeline-item:nth-child(2) .timeline-icon {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.page-parceiros .timeline-item:nth-child(3) .timeline-icon {
  background: linear-gradient(135deg, #7c3aed, #5b21b6);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.4);
}

.page-parceiros .timeline-item:nth-child(4) .timeline-icon {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
}

.page-parceiros .timeline-item:nth-child(5) .timeline-icon {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
}

/* Efeito de brilho para todos os ícones da timeline */
.page-parceiros .timeline-icon::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: rotate(45deg);
  animation: shine-rotate 2s linear infinite;
}

/* Delays escalonados para a timeline */
.page-parceiros .timeline-item:nth-child(1) .timeline-icon::before { animation-delay: 0s; }
.page-parceiros .timeline-item:nth-child(2) .timeline-icon::before { animation-delay: 0.5s; }
.page-parceiros .timeline-item:nth-child(3) .timeline-icon::before { animation-delay: 1s; }
.page-parceiros .timeline-item:nth-child(4) .timeline-icon::before { animation-delay: 1.5s; }
.page-parceiros .timeline-item:nth-child(5) .timeline-icon::before { animation-delay: 2s; }

.page-parceiros .timeline-content:hover .timeline-icon {
  transform: scale(1.1) rotate(5deg);
}

.page-parceiros .timeline-content h3 {
  font-size: 1.5rem;
  color: #1f2937;
  margin-bottom: 1rem;
  font-weight: 700;
  text-align: center;
  flex-shrink: 0;
}

.page-parceiros .timeline-content p {
  font-size: 1rem;
  color: #374151;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.page-parceiros .timeline-badge {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  margin-top: auto;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(251, 191, 36, 0.3);
}
.page-parceiros .features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.page-parceiros .three-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

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

.page-parceiros .steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

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

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

.page-parceiros .profile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

/* ========================================
   3. ESTILOS DOS CARDS
   ======================================== */
.page-parceiros .feature,
.page-parceiros .benefit-card,
.page-parceiros .step-card,
.page-parceiros .gain-card,
.page-parceiros .system-card,
.page-parceiros .profile-card {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(46, 61, 106, 0.1);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(46, 61, 106, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 320px;
}

.page-parceiros .feature::before,
.page-parceiros .benefit-card::before,
.page-parceiros .step-card::before,
.page-parceiros .gain-card::before,
.page-parceiros .system-card::before,
.page-parceiros .profile-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2e3d6a, #3d4c7a, #fbbf24, #2e3d6a);
  background-size: 200% 100%;
  animation: gradient-flow 3s linear infinite;
}

.page-parceiros .feature:hover,
.page-parceiros .benefit-card:hover,
.page-parceiros .step-card:hover,
.page-parceiros .gain-card:hover,
.page-parceiros .system-card:hover,
.page-parceiros .profile-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 50px rgba(46, 61, 106, 0.2);
  border-color: rgba(46, 61, 106, 0.3);
}

/* ========================================
   4. ÍCONES DOS CARDS
   ======================================== */
.page-parceiros .feature-icon,
.page-parceiros .benefit-icon,
.page-parceiros .step-icon,
.page-parceiros .gain-icon,
.page-parceiros .system-icon,
.page-parceiros .profile-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

/* Benefícios - Ícones com cores específicas */
.page-parceiros .benefit-card:nth-child(1) .benefit-icon {
  background: linear-gradient(135deg, #059669, #047857);
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
}

.page-parceiros .benefit-card:nth-child(2) .benefit-icon {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.page-parceiros .benefit-card:nth-child(3) .benefit-icon {
  background: linear-gradient(135deg, #7c3aed, #5b21b6);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.4);
}

.page-parceiros .benefit-card:nth-child(4) .benefit-icon {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
}

.page-parceiros .benefit-card:nth-child(5) .benefit-icon {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
}

.page-parceiros .benefit-card:nth-child(6) .benefit-icon {
  background: linear-gradient(135deg, #0891b2, #0e7490);
  box-shadow: 0 8px 25px rgba(8, 145, 178, 0.4);
}

/* Passos - Ícones numerados */
.page-parceiros .step-card:nth-child(1) .step-icon {
  background: linear-gradient(135deg, #059669, #047857);
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
}

.page-parceiros .step-card:nth-child(2) .step-icon {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.page-parceiros .step-card:nth-child(3) .step-icon {
  background: linear-gradient(135deg, #7c3aed, #5b21b6);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.4);
}

.page-parceiros .step-card:nth-child(4) .step-icon {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
}

.page-parceiros .step-card:nth-child(5) .step-icon {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
}

/* Ganhos - Ícones financeiros */
.page-parceiros .gain-card:nth-child(1) .gain-icon {
  background: linear-gradient(135deg, #059669, #047857);
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
}

.page-parceiros .gain-card:nth-child(2) .gain-icon {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.page-parceiros .gain-card:nth-child(3) .gain-icon {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
}

/* Sistema - Ícones tecnológicos */
.page-parceiros .system-card:nth-child(1) .system-icon {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.page-parceiros .system-card:nth-child(2) .system-icon {
  background: linear-gradient(135deg, #059669, #047857);
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
}

.page-parceiros .system-card:nth-child(3) .system-icon {
  background: linear-gradient(135deg, #7c3aed, #5b21b6);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.4);
}

.page-parceiros .system-card:nth-child(4) .system-icon {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
}

.page-parceiros .system-card:nth-child(5) .system-icon {
  background: linear-gradient(135deg, #0891b2, #0e7490);
  box-shadow: 0 8px 25px rgba(8, 145, 178, 0.4);
}

.page-parceiros .system-card:nth-child(6) .system-icon {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
}

/* Perfis - Ícones profissionais */
.page-parceiros .profile-card:nth-child(1) .profile-icon {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.page-parceiros .profile-card:nth-child(2) .profile-icon {
  background: linear-gradient(135deg, #059669, #047857);
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
}

.page-parceiros .profile-card:nth-child(3) .profile-icon {
  background: linear-gradient(135deg, #7c3aed, #5b21b6);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.4);
}

.page-parceiros .profile-card:nth-child(4) .profile-icon {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
}

/* Aplicar efeito de brilho a todos os ícones */
.page-parceiros .feature-icon::before,
.page-parceiros .benefit-icon::before,
.page-parceiros .step-icon::before,
.page-parceiros .gain-icon::before,
.page-parceiros .system-icon::before,
.page-parceiros .profile-icon::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: rotate(45deg);
  animation: shine-rotate 2s linear infinite;
}

/* Delays escalonados para criar movimento sequencial */
.page-parceiros .benefit-card:nth-child(1) .benefit-icon::before { animation-delay: 0s; }
.page-parceiros .benefit-card:nth-child(2) .benefit-icon::before { animation-delay: 0.5s; }
.page-parceiros .benefit-card:nth-child(3) .benefit-icon::before { animation-delay: 1s; }
.page-parceiros .benefit-card:nth-child(4) .benefit-icon::before { animation-delay: 1.5s; }
.page-parceiros .benefit-card:nth-child(5) .benefit-icon::before { animation-delay: 2s; }
.page-parceiros .benefit-card:nth-child(6) .benefit-icon::before { animation-delay: 2.5s; }

.page-parceiros .step-card:nth-child(1) .step-icon::before { animation-delay: 0s; }
.page-parceiros .step-card:nth-child(2) .step-icon::before { animation-delay: 0.5s; }
.page-parceiros .step-card:nth-child(3) .step-icon::before { animation-delay: 1s; }
.page-parceiros .step-card:nth-child(4) .step-icon::before { animation-delay: 1.5s; }
.page-parceiros .step-card:nth-child(5) .step-icon::before { animation-delay: 2s; }

.page-parceiros .gain-card:nth-child(1) .gain-icon::before { animation-delay: 0s; }
.page-parceiros .gain-card:nth-child(2) .gain-icon::before { animation-delay: 0.5s; }
.page-parceiros .gain-card:nth-child(3) .gain-icon::before { animation-delay: 1s; }

.page-parceiros .system-card:nth-child(1) .system-icon::before { animation-delay: 0s; }
.page-parceiros .system-card:nth-child(2) .system-icon::before { animation-delay: 0.5s; }
.page-parceiros .system-card:nth-child(3) .system-icon::before { animation-delay: 1s; }
.page-parceiros .system-card:nth-child(4) .system-icon::before { animation-delay: 1.5s; }
.page-parceiros .system-card:nth-child(5) .system-icon::before { animation-delay: 2s; }
.page-parceiros .system-card:nth-child(6) .system-icon::before { animation-delay: 2.5s; }

.page-parceiros .profile-card:nth-child(1) .profile-icon::before { animation-delay: 0s; }
.page-parceiros .profile-card:nth-child(2) .profile-icon::before { animation-delay: 0.5s; }
.page-parceiros .profile-card:nth-child(3) .profile-icon::before { animation-delay: 1s; }
.page-parceiros .profile-card:nth-child(4) .profile-icon::before { animation-delay: 1.5s; }

.page-parceiros .feature:hover .feature-icon,
.page-parceiros .benefit-card:hover .benefit-icon,
.page-parceiros .step-card:hover .step-icon,
.page-parceiros .gain-card:hover .gain-icon,
.page-parceiros .system-card:hover .system-icon,
.page-parceiros .profile-card:hover .profile-icon {
  transform: scale(1.1) rotate(5deg);
}

/* ========================================
   5. CONTEÚDO DOS CARDS
   ======================================== */
.page-parceiros .feature h3,
.page-parceiros .benefit-card h3,
.page-parceiros .step-card h3,
.page-parceiros .gain-card h3,
.page-parceiros .system-card h3,
.page-parceiros .profile-card h3 {
  font-size: 1.5rem;
  color: #1f2937;
  margin-bottom: 1rem;
  font-weight: 700;
  text-align: center;
  flex-shrink: 0;
}

.page-parceiros .feature p,
.page-parceiros .benefit-card p,
.page-parceiros .step-card p,
.page-parceiros .gain-card p,
.page-parceiros .system-card p,
.page-parceiros .profile-card p {
  font-size: 1rem;
  color: #374151;
  margin-bottom: 1rem;
  line-height: 1.6;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.page-parceiros .profile-card .profile-features {
  margin-bottom: 1rem;
  flex: 1;
}

.page-parceiros .feature-badge,
.page-parceiros .benefit-badge,
.page-parceiros .step-badge,
.page-parceiros .gain-badge,
.page-parceiros .system-badge,
.page-parceiros .profile-badge {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(251, 191, 36, 0.3);
}

/* ========================================
   6. ANIMAÇÕES
   ======================================== */
@keyframes gradient-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes shine-rotate {
  0% { transform: rotate(45deg) translateX(-100%); }
  100% { transform: rotate(45deg) translateX(100%); }
}

/* ========================================
   7. RESPONSIVIDADE
   ======================================== */
@media (max-width: 768px) {
  .page-parceiros .hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
  }
  
  .page-parceiros .process-timeline {
    gap: 1.5rem;
    margin-top: 2rem;
  }
  
  .page-parceiros .process-timeline::before {
    left: 30px;
  }
  
  .page-parceiros .timeline-item {
    gap: 1.5rem;
  }
  
  .page-parceiros .timeline-number {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  
  .page-parceiros .timeline-content {
    padding: 1.5rem;
    min-height: 180px;
  }
  
  .page-parceiros .timeline-icon {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
  
  .page-parceiros .timeline-content h3 {
    font-size: 1.25rem;
  }
  
  .page-parceiros .timeline-content p {
    font-size: 0.9rem;
  }
  
  .page-parceiros .earnings-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  
  .page-parceiros .earning-card {
    padding: 2rem;
    min-height: 280px;
  }
  
  .page-parceiros .earning-icon {
    width: 90px;
    height: 90px;
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
  }
  
  .page-parceiros .earning-amount {
    font-size: 3rem;
  }
  
  .page-parceiros .how-it-works-cta {
    padding: 2rem;
  }
  
  .page-parceiros .how-it-works-cta h3 {
    font-size: 1.75rem;
  }
  
  .page-parceiros .motivation-badges {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .page-parceiros .motivation-badge {
    padding: 1.25rem;
    min-height: 110px;
  }
  
  .page-parceiros .motivation-badge i {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  
  .page-parceiros .motivation-content h3 {
    font-size: 1.75rem;
  }
  
  .page-parceiros .profile-cta {
    padding: 2rem;
  }
  
  .page-parceiros .profile-cta h3 {
    font-size: 1.75rem;
  }
  
  .page-parceiros .stat-item {
    padding: 1.5rem;
    min-height: 140px;
  }
  
  .page-parceiros .stat-icon {
    width: 55px;
    height: 55px;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  
  .page-parceiros .stat-number {
    font-size: 2.5rem;
  }
  
  .page-parceiros .stat-label {
    font-size: 0.9rem;
  }
  
  .page-parceiros .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .page-parceiros .steps-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  
  .page-parceiros .gains-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .page-parceiros .system-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .page-parceiros .profile-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .page-parceiros .earnings-section .earnings-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .page-parceiros .earnings-section .earnings-card {
    padding: 1.5rem;
    min-height: 320px;
  }
  
  .page-parceiros .earnings-section .earnings-icon {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
  
  .page-parceiros .earnings-section .earnings-amount {
    font-size: 2.25rem;
  }
  
  .page-parceiros .hero h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  .page-parceiros .hero-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
  }
  
  .page-parceiros .process-timeline {
    gap: 1rem;
    margin-top: 1.5rem;
  }
  
  .page-parceiros .process-timeline::before {
    left: 25px;
  }
  
  .page-parceiros .timeline-item {
    gap: 1rem;
  }
  
  .page-parceiros .timeline-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
  
  .page-parceiros .timeline-content {
    padding: 1.25rem;
    min-height: 160px;
  }
  
  .page-parceiros .timeline-icon {
    width: 65px;
    height: 65px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .page-parceiros .timeline-content h3 {
    font-size: 1.1rem;
  }
  
  .page-parceiros .timeline-content p {
    font-size: 0.85rem;
  }
  
  .page-parceiros .earnings-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .page-parceiros .earning-card {
    padding: 1.5rem;
    min-height: 250px;
  }
  
  .page-parceiros .earning-icon {
    width: 80px;
    height: 80px;
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
  
  .page-parceiros .earning-amount {
    font-size: 2.75rem;
  }
  
  .page-parceiros .how-it-works-cta {
    padding: 1.5rem;
  }
  
  .page-parceiros .how-it-works-cta h3 {
    font-size: 1.5rem;
  }
  
  .page-parceiros .stat-item {
    padding: 1.25rem;
    min-height: 120px;
  }
  
  .page-parceiros .stat-icon {
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  
  .page-parceiros .stat-number {
    font-size: 2.25rem;
  }
  
  .page-parceiros .stat-label {
    font-size: 0.85rem;
  }
  
  .page-parceiros .benefits-grid,
  .page-parceiros .steps-grid,
  .page-parceiros .gains-grid,
  .page-parceiros .system-grid,
  .page-parceiros .profile-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .page-parceiros .earnings-section .earnings-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .page-parceiros .earnings-section .earnings-card {
    padding: 1.25rem;
    min-height: 300px;
  }
  
  .page-parceiros .earnings-section .earnings-icon {
    width: 65px;
    height: 65px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .page-parceiros .earnings-section .earnings-amount {
    font-size: 2rem;
  }
  
  .page-parceiros .motivation-badges {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .page-parceiros .motivation-badge {
    padding: 1rem;
    min-height: 100px;
  }
  
  .page-parceiros .motivation-badge i {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  
  .page-parceiros .motivation-content h3 {
    font-size: 1.5rem;
  }
  
  .page-parceiros .profile-cta {
    padding: 1.5rem;
  }
  
  .page-parceiros .profile-cta h3 {
    font-size: 1.5rem;
  }
  
  .page-parceiros .hero h1 {
    font-size: 1.75rem;
  }
  
  .page-parceiros .hero {
    padding: 120px 0 40px;
  }
}
