/* ===========================================
  Resellers Page - Using Landing Page Style
   =========================================== */

/* Import base landing styles */
@import url("/assets/landing-887222e1.css");

/* CONTRAST IMPROVEMENTS - Stronger text colors */
.reseller-page .feature-card h3 {
  color: var(--dark) !important;
  font-weight: 700;
}

.reseller-page .feature-card p,
.reseller-page .feature-card .feature-list li {
  color: var(--gray-700) !important;
  font-weight: 500;
}

.reseller-page .feature-card.featured {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%) !important;
}

.reseller-page .feature-card.featured h3,
.reseller-page .feature-card.featured p,
.reseller-page .feature-card.featured .feature-list li {
  color: var(--white) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.reseller-page .transform-card h3 {
  color: var(--dark) !important;
  font-weight: 700;
}

.reseller-page .transform-card p {
  color: var(--gray-700) !important;
  font-weight: 500;
}

.reseller-page .section-header h2 {
  color: var(--dark) !important;
}

.reseller-page .section-header p {
  color: var(--gray-700) !important;
}

/* Hero adjustments for resellers */
.reseller-hero {
  background: var(--gradient-hero);
  position: relative;
  overflow: hidden;
}

.reseller-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: float 20s ease-in-out infinite;
}

.reseller-hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: float 25s ease-in-out infinite reverse;
}

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

/* Reseller hero badges */
.reseller-hero .hero-badge {
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.3);
}

.reseller-hero .hero-badge.support-badge {
  background: rgba(249, 115, 22, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.3);
}

/* Stats section for resellers */
.reseller-page .stats-section {
  background: var(--gradient-dark);
}

.reseller-page .stat-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
}

/* Feature cards adjustments */
.reseller-page .feature-card {
  transition: all var(--transition-normal);
}

.reseller-page .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-light);
}

/* Transform cards for resellers */
.reseller-page .transform-card .transform-icon {
  background: var(--gradient-cta);
  width: 60px;
  height: 60px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: var(--spacing-md);
  box-shadow: 0 10px 30px rgba(249, 115, 22, 0.3);
}

/* Benefits section for resellers */
.reseller-page .benefits-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.reseller-page .benefit-icon {
  background: var(--gradient-primary);
  width: 50px;
  height: 50px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

/* CTA section for resellers */
.reseller-page .final-cta-section {
  background: var(--gradient-hero);
  color: var(--white);
}

.reseller-page .final-cta-section .btn-primary {
  background: var(--gradient-cta);
  border: none;
  font-size: 1.1rem;
  padding: 1.2rem 2.5rem;
  box-shadow: 0 15px 40px rgba(249, 115, 22, 0.4);
}

.reseller-page .final-cta-section .btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 50px rgba(249, 115, 22, 0.5);
}

/* WhatsApp button specific for resellers */
.reseller-page .whatsapp-float {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
}

.reseller-page .whatsapp-float:hover {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 15px 40px rgba(37, 211, 102, 0.5);
}

/* Section backgrounds */
.reseller-page .solution-section:nth-of-type(odd) {
  background: var(--white);
}

.reseller-page .solution-section:nth-of-type(even) {
  background: var(--gray-100);
}

/* Reseller hero form card */
.reseller-hero .hero-trial-card {
  animation: fadeInUp 0.6s ease-out forwards;
}

.reseller-hero .hero-trial-card h3 {
  color: var(--white) !important;
}

.reseller-hero .hero-trial-actions .btn {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  background: var(--gradient-cta);
  border: none;
  box-shadow: 0 10px 30px rgba(249, 115, 22, 0.4);
}

.reseller-hero .hero-trial-actions .btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 40px rgba(249, 115, 22, 0.5);
}

.reseller-hero .reseller-login-link {
  align-self: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--gray-300);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.reseller-hero .reseller-login-link:hover {
  color: var(--white);
}

.reseller-form-errors {
  margin-bottom: var(--spacing-md);
  padding: var(--spacing-md);
  border-radius: var(--radius-md);
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #fecaca;
  font-size: 0.9rem;
}

.reseller-form-errors ul {
  margin: 0.5rem 0 0 1.2rem;
  padding: 0;
}

.reseller-form-errors li {
  margin-bottom: 0.25rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .reseller-hero::before,
  .reseller-hero::after {
    width: 300px;
    height: 300px;
  }
  
  .reseller-page .transform-card .transform-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

/* Animation refinements */
.reseller-page .feature-card,
.reseller-page .transform-card,
.reseller-page .benefit-item {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
}

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

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