/* Hero refinado */
.hero-section-refined {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 0 40px;
    color: white;
    position: relative;
    overflow: hidden;
}
.hero-section-refined .hero-img {
    max-width: 400px;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.hero-section-refined .cta-btn {
    font-size: 1.3rem;
    padding: 18px 48px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    margin-top: 30px;
}
.hero-section-refined .cta-btn:hover {
    background: #1b9448;
}
.stat-card {
    background: #fff;
    color: #333;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(44,83,100,0.07);
    padding: 28px 18px;
    text-align: center;
    margin-bottom: 20px;
    min-width: 150px;
}
.stat-card i {
    font-size: 2.2rem;
    margin-bottom: 10px;
    color: #667eea;
}
.stat-card .stat-value {
    font-size: 2rem;
    font-weight: 800;
}
.stat-card .stat-label {
    font-size: 1rem;
    color: #666;
}

/* Card de servicio refinada */
.service-card-refined {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 40px 32px 32px 32px;
    margin-top: -80px;
    position: relative;
    z-index: 2;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.service-badge {
    background: linear-gradient(90deg, #43e97b 0%, #38f9d7 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 12px;
    padding: 6px 18px;
    display: inline-block;
    margin-bottom: 18px;
}
.service-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #2d2d2d;
}
.service-features {
    margin: 24px 0 18px 0;
}
.service-features li {
    font-size: 1.08rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.service-features i {
    color: #1b9448;
    font-size: 1.3rem;
    margin-right: 10px;
}
.service-price {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1b9448;
    margin-bottom: 10px;
}
.service-guarantee {
    font-size: 1rem;
    color: #667eea;
    font-weight: 600;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-guarantee i {
    color: #f7bf47;
    font-size: 1.5rem;
    margin-right: 8px;
}

/* Proceso visual refinado */
.process-step {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(44,83,100,0.07);
    padding: 32px 20px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.process-step .step-circle {
    background: linear-gradient(135deg, #667eea 0%, #43e97b 100%);
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px auto;
    box-shadow: 0 2px 8px rgba(102,126,234,0.10);
}
.process-step i {
    font-size: 2rem;
    color: #667eea;
    margin-bottom: 10px;
}

/* Cajas de datos/persuasión refinadas */
.info-box-refined {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(44,83,100,0.07);
    padding: 32px 24px;
    margin-bottom: 20px;
    min-height: 220px;
}
.info-box-refined h5 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.info-box-refined h5 i {
    font-size: 1.5rem;
    margin-right: 10px;
}
.info-box-refined ul {
    padding-left: 18px;
}
.info-box-refined li {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

/* CTA final refinado */
.cta-final-refined {
    background: linear-gradient(135deg, #43e97b 0%, #667eea 100%);
    color: #fff;
    padding: 60px 0 50px;
}
.cta-final-refined .cta-btn {
    font-size: 1.3rem;
    padding: 18px 48px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    margin-top: 30px;
}
.cta-final-refined .cta-btn:hover {
    background: #1b9448;
}
.cta-final-refined .cta-urgency {
    font-size: 1.1rem;
    margin-top: 18px;
    color: #f7bf47;
    font-weight: 700;
}

/* Cajas de beneficios empresariales */
.benefit-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 32px 24px;
    margin-bottom: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}
.benefit-card:hover {
    transform: translateY(-5px);
}
.benefit-card i {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 20px;
}
.benefit-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2d2d2d;
}
.benefit-card p {
    color: #666;
    font-size: 1rem;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-section-refined .hero-img {
        margin-top: 30px;
        max-width: 90%;
    }
    .service-card-refined {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hero-section-refined {
        padding: 40px 0 20px;
    }
    .service-card-refined {
        padding: 24px 10px 18px 10px;
    }
    .info-box-refined {
        padding: 18px 8px;
    }
    .cta-final-refined {
        padding: 40px 0 30px;
    }
} 