/* ============================================= */
/* ========== HERO SECTION PARA PLANES ========= */
/* ============================================= */

/* Hero específico para planes */
.hero.planes-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0a0a14 0%, #1a1a2e 50%, #0f0f1a 100%);
    background-image: url('https://images.unsplash.com/photo-1555066931-4365d14bab8c?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(90deg, 
        transparent 0%, 
        #00ffea 20%, 
        #0004ff 50%, 
        #00f7ff 80%, 
        transparent 100%) 1;
}

/* Fondo con patrón geométrico sutil */
.planes-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(45deg, rgba(0, 255, 157, 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 255, 157, 0.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(255, 0, 255, 0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(255, 0, 255, 0.03) 75%);
    background-size: 40px 40px;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    z-index: 1;
    opacity: 0.4;
}

/* Efecto de brillo en los bordes */
.planes-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 
        inset 0 0 100px rgba(0, 255, 157, 0.05),
        inset 0 0 60px rgba(255, 0, 255, 0.03);
    z-index: 1;
    pointer-events: none;
}

/* Contenido del hero */
.planes-hero .hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    animation: fadeInUp 0.8s ease-out;
    padding: 50px;
    background: rgba(10, 10, 20, 0.4);
    backdrop-filter: blur(15px);
    border-radius: 25px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(0, 255, 157, 0.1),
        0 0 60px rgba(255, 0, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Título principal */
.planes-hero h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    background: linear-gradient(to right, #ffffff, #0044ff, #00b7ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: 'Poppins', sans-serif;
    animation: neonPulse 3s infinite alternate, slideInDown 0.6s ease-out;
    position: relative;
}

.planes-hero h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, transparent, #00aeff, #4c00ff, transparent);
    border-radius: 3px;
    animation: widthPulse 2s infinite alternate;
}

/* Descripción */
.planes-hero p {
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    line-height: 1.7;
    margin-bottom: 35px;
    color: #e0e0ff;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    animation: fadeIn 0.8s ease-out 0.3s both;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* ============================================= */
/* ========== INDICADOR DE DESPLAZAMIENTO ====== */
/* ============================================= */

.planes-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.8;
    z-index: 4;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: fadeIn 1s ease-out 1s both;
    text-shadow: 0 0 10px rgba(0, 47, 255, 0.5);
}

.planes-scroll-indicator:hover {
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);
    text-shadow: 0 0 15px rgba(0, 255, 242, 0.8);
}

.planes-scroll-icon {
    width: 34px;
    height: 54px;
    border: 2px solid #005eff;
    border-radius: 25px;
    margin-bottom: 8px;
    position: relative;
    box-shadow: 
        0 0 20px rgba(0, 110, 255, 0.6),
        inset 0 0 10px rgba(0, 229, 255, 0.2);
    transition: all 0.3s ease;
}

.planes-scroll-indicator:hover .planes-scroll-icon {
    box-shadow: 
        0 0 25px rgba(0, 89, 255, 0.8),
        0 0 15px rgba(17, 0, 255, 0.4),
        inset 0 0 15px rgba(0, 149, 255, 0.3);
}

.planes-scroll-icon::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 12px;
    background-color: #00b3ff;
    border-radius: 2px;
    animation: scrollBounce 2s infinite ease-in-out;
    box-shadow: 0 0 10px #006eff;
}

/* ============================================= */
/* ========== ANIMACIONES ESPECÍFICAS ========== */
/* ============================================= */

@keyframes neonPulse {
    0%, 100% {
        text-shadow: 
            0 0 15px rgba(0, 255, 157, 0.5),
            0 0 25px rgba(0, 47, 255, 0.3);
    }
    50% {
        text-shadow: 
            0 0 20px rgba(0, 255, 157, 0.7),
            0 0 35px rgba(0, 47, 255, 0.5),
            0 0 45px rgba(0, 255, 157, 0.3);
    }
}

@keyframes widthPulse {
    0% {
        width: 80px;
        opacity: 0.7;
    }
    100% {
        width: 120px;
        opacity: 1;
    }
}

@keyframes scrollBounce {
    0%, 20%, 50%, 80%, 100% { 
        transform: translateX(-50%) translateY(0); 
        opacity: 1;
    }
    40% { 
        transform: translateX(-50%) translateY(15px); 
        opacity: 0.8;
    }
    60% { 
        transform: translateX(-50%) translateY(8px); 
        opacity: 0.9;
    }
}

/* ============================================= */
/* ========== RESPONSIVE PARA PLANES =========== */
/* ============================================= */

/* Tablet */
@media (max-width: 992px) {
    .hero.planes-hero {
        min-height: 60vh;
        padding: 60px 0;
    }
    
    .planes-hero .hero-content {
        padding: 40px 30px;
        max-width: 90%;
    }
    
    .planes-hero h1 {
        font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    }
    
    .planes-hero p {
        font-size: clamp(0.95rem, 1.6vw, 1.15rem);
        margin-bottom: 30px;
    }
    
    .planes-scroll-indicator {
        bottom: 30px;
    }
}

/* Móvil */
@media (max-width: 768px) {
    .hero.planes-hero {
        min-height: 50vh;
        padding: 50px 0;
        background-attachment: scroll;
    }
    
    .planes-hero .hero-content {
        padding: 30px 20px;
        backdrop-filter: blur(10px);
        box-shadow: 
            0 15px 40px rgba(0, 0, 0, 0.4),
            0 0 30px rgba(0, 255, 157, 0.1);
    }
    
    .planes-hero h1 {
        font-size: clamp(1.6rem, 4vw, 2.2rem);
        margin-bottom: 15px;
    }
    
    .planes-hero h1::after {
        width: 60px;
        bottom: -8px;
    }
    
    .planes-hero p {
        font-size: clamp(0.9rem, 2vw, 1.05rem);
        line-height: 1.6;
        margin-bottom: 25px;
        padding: 0 10px;
    }
    
    .planes-hero .btn-page {
        padding: 14px 35px;
        font-size: 1rem;
        max-width: 280px;
        width: 100%;
    }
    
    /* Scroll indicator en móvil */
    .planes-scroll-indicator {
        bottom: 25px;
        font-size: 0.8rem;
    }
    
    .planes-scroll-icon {
        width: 30px;
        height: 48px;
    }
}

/* Móvil pequeño */
@media (max-width: 480px) {
    .hero.planes-hero {
        min-height: 40vh;
        padding: 40px 0;
    }
    
    .planes-hero .hero-content {
        padding: 25px 15px;
        border-radius: 20px;
    }
    
    .planes-hero h1 {
        font-size: clamp(1.4rem, 3.5vw, 1.8rem);
        margin-bottom: 12px;
    }
    
    .planes-hero h1::after {
        width: 50px;
        height: 2px;
        bottom: -6px;
    }
    
    .planes-hero p {
        font-size: clamp(0.85rem, 2.5vw, 0.95rem);
        margin-bottom: 20px;
        line-height: 1.5;
    }
    
    .planes-hero .btn-page {
        padding: 12px 30px;
        font-size: 0.95rem;
        max-width: 260px;
    }
    
    .planes-scroll-indicator {
        bottom: 20px;
        font-size: 0.75rem;
        letter-spacing: 1.5px;
    }
    
    .planes-scroll-icon {
        width: 26px;
        height: 44px;
        margin-bottom: 6px;
    }
}

/* ======================================================
   Sección de Planes */
.plans-section {
  background-color: var(--light-color);
}

.plans-container {
  max-width: 1100px;
  margin: 0 auto;
}

.plans-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.plans-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 10px;
}

.plan-tab {
  background: none;
  border: 2px solid var(--accent-color);
  color: var(--primary-color);
  padding: 10px 25px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: var(--transition);
}

.plan-tab:hover {
  background-color: rgba(108, 99, 255, 0.1);
}

.plan-tab.active {
  background-color: var(--primary-color);
  color: white;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.plan-card {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  display: none;
}

.plan-card.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

.plan-card.featured {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  border: 2px solid var(--primary-color);
}

.plan-card.featured:before {
  content: "Más Popular";
  position: absolute;
  top: 15px;
  right: -35px;
  background-color: var(--accent-color);
  color: white;
  padding: 5px 40px;
  font-size: 0.8rem;
  font-weight: 600;
  transform: rotate(45deg);
}

.plan-header {
  background-color: rgb(25, 19, 107);
  color: white;
  padding: 30px;
  text-align: center;
}

.plan-header h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.plan-price {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.plan-period {
  font-size: 1rem;
  opacity: 0.9;
}

.plan-body {
  padding: 30px;
}

.plan-features {
  list-style: none;
  margin-bottom: 30px;
}

.plan-features li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}

.plan-features li:last-child {
  border-bottom: none;
}

.plan-features li i {
  color: var(--primary-color);
  margin-right: 10px;
  font-size: 0.9rem;
}

.plan-features li.disabled {
  color: var(--gray-color);
}

.plan-features li.disabled i {
  color: var(--gray-color);
}

.plan-image {
  height: 200px;
  background-color: #f0f0f0;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}

.plan-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(108, 99, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}

.plan-tech {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #eee;
}

.plan-tech h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tech-tag {
  background-color: rgba(108, 99, 255, 0.1);
  color: rgb(37, 68, 244);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
}

.plan-limitations {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #eee;
}

.plan-limitations h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: var(--accent-color);
}

.plan-projects {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #eee;
}

.plan-projects h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: var(--secondary-color);
}


/**********************************/
/* ===== ACCIONES (BOTONES de CARDS DE PLANES) ===== */
.plan-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
}

.plan-btn-info {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.plan-btn-info:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 42, 43, 0.2);
}

.plan-btn-request {
    background: rgb(248, 33, 72);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}

.plan-btn-request:hover {
    background: rgb(100, 1, 1);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(95, 15, 69, 0.3);
}



/*********************************************************/

/* Estructura de dos columnas */
.plans-two-column {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-top: 30px;
}

.plans-column-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.plans-column-right {
  position: relative;
}

/* Banner Emprendedor */
.entrepreneur-banner {
  background: linear-gradient(
    135deg,
    #0a0a14 0%,
    #1a0a4e 25%,
    #2d1069 50%,
    #1a0a4e 75%,
    #0a0a14 100%
  );
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 0 0 50px rgba(108, 99, 255, 0.2),
    inset 0 0 30px rgba(255, 255, 255, 0.1);
  position: sticky;
  top: 100px;
  animation: bannerPulse 4s ease-in-out infinite;
  border: 1px solid rgba(108, 99, 255, 0.3);
}

@keyframes bannerPulse {
  0%,
  100% {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 0 0 50px rgba(108, 99, 255, 0.2),
      inset 0 0 30px rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4), 0 0 70px rgba(108, 99, 255, 0.3),
      inset 0 0 40px rgba(255, 255, 255, 0.15);
  }
}

.entrepreneur-banner-header {
  padding: 30px 30px 20px;
  text-align: center;
  background: linear-gradient(
    90deg,
    rgba(255, 64, 129, 0.2) 0%,
    rgba(108, 99, 255, 0.2) 50%,
    rgba(255, 64, 129, 0.2) 100%
  );
  position: relative;
  overflow: hidden;
}

.entrepreneur-banner-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  animation: shimmer 3s infinite linear;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.entrepreneur-banner-tag {
  display: inline-block;
  background: linear-gradient(135deg, #ff4081, #ff0066);
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  animation: tagPulse 2s infinite;
  box-shadow: 0 4px 15px rgba(255, 64, 129, 0.4);
}

@keyframes tagPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.entrepreneur-banner-title {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: white;
  font-weight: 700;
  background: linear-gradient(135deg, #6c63ff, #00f3ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 10px rgba(108, 99, 255, 0.3);
}

.entrepreneur-banner-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.entrepreneur-banner-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}

.old-price {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
}

.current-price {
  font-size: 3rem;
  font-weight: 700;
  color: #00f3ff;
  text-shadow: 0 0 20px rgba(0, 243, 255, 0.7);
  animation: priceGlow 2s infinite alternate;
}

@keyframes priceGlow {
  0% {
    text-shadow: 0 0 20px rgba(0, 243, 255, 0.7);
  }
  100% {
    text-shadow: 0 0 30px rgba(0, 243, 255, 1), 0 0 40px rgba(0, 243, 255, 0.5);
  }
}

.discount {
  background: linear-gradient(135deg, #ff4081, #ff0066);
  color: white;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(255, 64, 129, 0.4);
}

.entrepreneur-banner-period {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.entrepreneur-banner-body {
  padding: 15px;
}

.entrepreneur-banner-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.entrepreneur-feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border-left: 4px solid #6c63ff;
  transition: all 0.3s ease;
}

.entrepreneur-feature-item:hover {
  background: rgba(108, 99, 255, 0.1);
  transform: translateX(5px);
  border-left-color: #00f3ff;
}

.entrepreneur-feature-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6c63ff, #a855f7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(108, 99, 255, 0.4);
}

.entrepreneur-feature-content h4 {
  color: white;
  font-size: 1.1rem;
  margin-bottom: 5px;
  font-weight: 600;
}

.entrepreneur-feature-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  margin: 0;
}

.entrepreneur-banner-highlights {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid rgba(108, 99, 255, 0.2);
}

.entrepreneur-banner-highlights h4 {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 15px;
  text-align: center;
}

.entrepreneur-highlights-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.entrepreneur-highlights-list li {
  color: white;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.entrepreneur-highlights-list li i {
  color: #00f3ff;
  font-size: 0.9rem;
}

.entrepreneur-banner-timer {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 25px;
  text-align: center;
  border: 2px solid #ff4081;
  animation: timerBorder 2s infinite alternate;
}

@keyframes timerBorder {
  0% {
    border-color: #ff4081;
  }
  100% {
    border-color: #6c63ff;
  }
}

.timer-title {
  color: white;
  font-size: 1rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.timer-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 70px;
}

.timer-value {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ff4081;
  text-shadow: 0 0 15px rgba(255, 64, 129, 0.7);
  animation: timerPulse 1s infinite;
  line-height: 1;
}

@keyframes timerPulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

.timer-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  margin-top: 5px;
  text-transform: uppercase;
}

.timer-separator {
  color: #6c63ff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 5px;
  animation: separatorBlink 1s infinite;
}

@keyframes separatorBlink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

.entrepreneur-banner-cta {
  text-align: center;
}

.entrepreneur-banner-btn {
  background: linear-gradient(135deg, #ff4081, #ff0066);
  color: white;
  padding: 18px 30px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 64, 129, 0.4);
  margin-bottom: 15px;
  animation: ctaPulse 3s infinite;
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}

.entrepreneur-banner-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 35px rgba(255, 64, 129, 0.6);
  background: linear-gradient(135deg, #ff0066, #ff4081);
}

.entrepreneur-banner-guarantee {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.entrepreneur-banner-guarantee i {
  color: #00f3ff;
}

.entrepreneur-banner-footer {
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(108, 99, 255, 0.2);
}

.entrepreneur-stats {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.entrepreneur-stat {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #6c63ff;
  text-shadow: 0 0 10px rgba(108, 99, 255, 0.5);
}

.stat-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .plans-two-column {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .entrepreneur-highlights-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .plans-two-column {
    grid-template-columns: 1fr;
  }

  .plans-column-right {
    order: -1;
  }

  .entrepreneur-banner {
    position: static;
    margin-bottom: 40px;
  }

  .entrepreneur-banner-title {
    font-size: 1.8rem;
  }

  .current-price {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .entrepreneur-banner-header {
    padding: 25px 20px;
  }

  .entrepreneur-banner-body {
    padding: 25px;
  }

  .entrepreneur-banner-footer {
    padding: 20px;
  }

  .timer-value {
    font-size: 2rem;
  }

  .timer-unit {
    min-width: 60px;
  }
}

@media (max-width: 576px) {
  .entrepreneur-banner-tag {
    font-size: 0.7rem;
    padding: 6px 15px;
  }

  .entrepreneur-banner-title {
    font-size: 1.6rem;
  }

  .current-price {
    font-size: 2rem;
  }

  .old-price {
    font-size: 1.2rem;
  }

  .entrepreneur-feature-item {
    padding: 12px;
  }

  .timer {
    gap: 5px;
  }

  .timer-value {
    font-size: 1.8rem;
  }

  .timer-unit {
    min-width: 50px;
  }

  .entrepreneur-stats {
    flex-direction: column;
    gap: 20px;
  }
}
