/* Estilos para la nueva sección de beneficios */

/* Mejoras generales para títulos de sección */
.section-title h2 {
    position: relative;
    margin-bottom: 20px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #ffc107, #ff8f00);
    border-radius: 2px;
}

/* Mejorar iconos de características */
.icon-box .icon {
    transition: all 0.3s ease;
}

.icon-box:hover .icon {
    transform: scale(1.1);
}

.icon-box .icon i {
    transition: all 0.3s ease;
}

.icon-box:hover .icon i {
    transform: rotate(5deg);
}

/* Mejorar cards de características */
.icon-box {
    transition: all 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
}

.icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.hero-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.hero-benefits {
    margin: 0px 0;
    display: flex;
    flex-direction: column;
    gap: 0PX;
}

.benefit-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
    color: #333;
}

.benefit-item i {
    font-size: 20px;
    color: #0099cc;
    margin-right: 12px;
    min-width: 25px;
}

.benefit-item span {
    font-size: 16px;
    color: #333;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hero-cta .btn-get-started {
    background: #ffc107;
    color: #333;
    border-radius: 25px;
    padding: 12px 25px;
    white-space: nowrap;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(255, 193, 7, 0.3);
}

.hero-cta .btn-get-started:hover {
    background: #e0a800;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.hero-cta .btn-whatsapp {
    background: #25D366;
    color: #fff;
    border-radius: 25px;
    padding: 12px 25px;
    white-space: nowrap;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(37, 211, 102, 0.3);
}

.hero-cta .btn-whatsapp:hover {
    background: #1da851;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.hero-cta .btn-whatsapp i {
    margin-right: 8px;
    font-size: 16px;
}

/* Estilos para la sección de problemas */
.problems {
    background-color: #f8f9fa;
}

.problem-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 25px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease-in-out;
    border-left: 4px solid #e74c3c;
}

.problem-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-left-color: #c0392b;
}

.problem-icon {
    margin-right: 20px;
    min-width: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffebeb, #ffe0e0);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(231, 76, 60, 0.2);
}

.problem-icon i {
    font-size: 32px;
    color: #e74c3c;
}

.problem-content h3 {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 8px;
    font-weight: 700;
}

.problem-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 16px;
}

.problem-cta {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.problem-cta h3 {
    color: #333;
    margin-bottom: 15px;
}

.problem-cta p {
    color: #666;
    margin-bottom: 25px;
}

.solution-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 15px 0;
}

.solution-icon {
    margin-right: 20px;
    min-width: 50px;
}

.solution-icon i {
    font-size: 30px;
    color: #28a745;
}

.solution-content h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 600;
}

.solution-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 16px;
}

/* Estilos para elementos emocionales mejorados */
.solutions-header {
    margin-bottom: 30px;
}

/* Estilos para el nuevo layout de soluciones */
.solutions {
    background: #FFF;
    padding: 10px 0;
}

/* Solutions Modern - Distribución Mejorada */
.solutions-modern {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
}

.solutions-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23e2e8f0" opacity="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
}

.solutions-main-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 25px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.solutions-subtitle {
    font-size: 1.3rem;
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

/* Visual Container */
.solutions-visual-container {
    position: relative;
    z-index: 2;
}

.visual-showcase {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15);
    background: white;
    padding: 20px;
}

.showcase-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.showcase-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.showcase-image:hover img {
    transform: scale(1.02);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(147, 51, 234, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 15px;
}

.showcase-image:hover .image-overlay {
    opacity: 1;
}

.overlay-stats {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stat-bubble {
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 16px;
    border-radius: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    text-align: center;
    min-width: 80px;
    animation: float 3s ease-in-out infinite;
}

.stat-bubble:nth-child(2) {
    animation-delay: 0.5s;
}

.stat-bubble:nth-child(3) {
    animation-delay: 1s;
}

.stat-number {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #059669;
    margin-bottom: 4px;
}

.stat-text {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* Content Modern */
.solutions-content-modern {
    padding-left: 40px;
    position: relative;
    z-index: 2;
}

.benefits-highlight-box {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.3);
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.highlight-icon {
    background: rgba(255, 255, 255, 0.2);
    padding: 15px;
    border-radius: 15px;
    flex-shrink: 0;
}

.highlight-icon i {
    font-size: 2rem;
    color: #fbbf24;
}

.highlight-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.highlight-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
    opacity: 0.95;
}

/* Metrics Grid */
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.metric-card {
    background: white;
    padding: 25px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.metric-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: #3b82f6;
}

.metric-icon {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.metric-icon i {
    font-size: 1.5rem;
}

.metric-value {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #059669;
    margin-bottom: 8px;
}

.metric-label {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Features List */
.features-list {
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 1.3rem;
}

.feature-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.feature-content p {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* Solutions CTA */
.solutions-cta {
    text-align: center;
}

.btn-solutions-primary {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.3);
    display: inline-block;
}

.btn-solutions-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(245, 158, 11, 0.4);
    color: white;
}

/* Benefits Detailed Section */
.benefits-detailed {
    padding: 80px 0;
    background: #f8fafc;
}

.solutions .emotional-subtitle {
    font-size: 20px;
    color: #555;
    font-style: italic;
    margin-bottom: 0;
    padding: 25px;
    background: linear-gradient(135deg, rgba(0, 153, 204, 0.08), rgba(0, 153, 204, 0.05));
    border-left: 4px solid #0099cc;
    border-radius: 15px;
    line-height: 1.6;
    text-align: center;
}

/* System Preview */
.system-preview {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    margin-top: 40px;
}

.system-header {
    text-align: center;
    margin-bottom: 30px;
}

.system-header h3 {
    font-size: 28px;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 10px;
}

.system-header p {
    font-size: 18px;
    color: #666;
    margin: 0;
}

.system-image-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.system-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.system-image:hover {
    transform: scale(1.02);
}

.system-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 153, 204, 0.9), rgba(0, 153, 204, 0.7));
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.system-image-container:hover .system-overlay {
    opacity: 1;
}

.overlay-features {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.feature-highlight {
    background: white;
    padding: 20px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.6s ease forwards;
}

.feature-highlight:nth-child(1) { animation-delay: 0.1s; }
.feature-highlight:nth-child(2) { animation-delay: 0.2s; }
.feature-highlight:nth-child(3) { animation-delay: 0.3s; }

.feature-highlight i {
    font-size: 32px;
    color: #0099cc;
    margin-bottom: 10px;
    display: block;
}

.feature-highlight span {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.emotional-subtitle {
    font-size: 18px;
    color: #555;
    font-style: italic;
    margin-bottom: 0;
    padding: 20px;
    background: linear-gradient(135deg, rgba(0, 153, 204, 0.08), rgba(0, 153, 204, 0.05));
    border-left: 4px solid #0099cc;
    border-radius: 10px;
    line-height: 1.6;
}

/* Transformation Story Rediseñada */
.transformation-story {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 25px;
    border-radius: 20px;
    margin: 30px 0;
    border-left: 4px solid #28a745;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.story-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #28a745, #20c997);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(40, 167, 69, 0.3);
}

.story-icon i {
    font-size: 24px;
    color: white;
}

.story-content {
    flex: 1;
}

.transformation-story h3 {
    color: #28a745;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700;
}

.story-intro {
    font-size: 17px;
    color: #333;
    font-style: italic;
    margin: 0 0 10px 0;
    line-height: 1.6;
    position: relative;
}

.story-intro::before {
    content: '"';
    font-size: 28px;
    color: #28a745;
    font-weight: bold;
    position: absolute;
    left: -20px;
    top: -8px;
}

.story-intro::after {
    content: '"';
    font-size: 28px;
    color: #28a745;
    font-weight: bold;
}

.story-author {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    text-align: right;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 30px 0;
}

.benefit-card {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #0099cc;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-left-color: #007acc;
}

.benefit-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e6f7ff, #d1ecf1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 153, 204, 0.2);
}

.benefit-icon i {
    font-size: 24px;
    color: #0099cc;
}

.benefit-content h4 {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 8px;
    font-weight: 700;
}

.benefit-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 15px;
}

/* CTA Emotional Rediseñado */
.cta-emotional {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.15), rgba(255, 193, 7, 0.08));
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    margin-top: 30px;
    border: 2px solid rgba(255, 193, 7, 0.3);
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.2);
}

.cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.cta-question {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.cta-emotional .read-more {
    font-size: 16px;
    padding: 15px 35px;
}

/* Estilos para testimonios mejorados */
.testimonial-results {
    margin: 15px 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.result-badge {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
    transition: all 0.3s ease;
}

.result-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

/* Estilos para botones read-more */
.read-more {
    display: inline-block;
    background: linear-gradient(135deg, #ffc107, #ff8f00);
    color: #333;
    padding: 12px 30px;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 3px 15px rgba(255, 193, 7, 0.3);
}

.read-more:hover {
    background: linear-gradient(135deg, #ff8f00, #ff6f00);
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 193, 7, 0.4);
}

.read-more i {
    margin-left: 8px;
    font-size: 16px;
}

/* Estilos para estadísticas de beneficios */
.benefit-highlight {
    font-size: 18px;
    color: #0099cc;
    font-weight: 600;
    margin-bottom: 25px;
    padding: 15px;
    background: rgba(0, 153, 204, 0.1);
    border-left: 4px solid #0099cc;
    border-radius: 5px;
}

.benefit-stats {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 36px;
    font-weight: bold;
    color: #28a745;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-benefits {
    margin: 25px 0;
}

.service-benefit {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(0, 153, 204, 0.05);
    border-radius: 10px;
}

.service-benefit i {
    font-size: 24px;
    color: #0099cc;
    margin-right: 15px;
    min-width: 30px;
}

.service-benefit h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
}

.service-benefit p {
    color: #666;
    margin: 0;
    font-size: 14px;
}

/* Estilos para comparación antes/después */
.before-after {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 25px 0;
}

.before-section, .after-section {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.before-section {
    background: rgba(220, 53, 69, 0.1);
    border: 2px solid #dc3545;
}

.after-section {
    background: rgba(40, 167, 69, 0.1);
    border: 2px solid #28a745;
}

.before-section h4, .after-section h4 {
    margin-bottom: 15px;
    font-size: 16px;
}

.before-section ul, .after-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.before-section li, .after-section li {
    padding: 5px 0;
    font-size: 14px;
}

.automation-benefits {
    margin: 25px 0;
}

.automation-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px;
    background: rgba(0, 153, 204, 0.05);
    border-radius: 10px;
}

.automation-icon {
    margin-right: 15px;
    min-width: 50px;
}

.automation-icon i {
    font-size: 30px;
    color: #0099cc;
}

.automation-content h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
}

.automation-content p {
    color: #666;
    margin: 0;
    font-size: 14px;
}

/* Estilos para CTA de precios */
.pricing-cta {
    background: linear-gradient(135deg, #0099cc, #007acc);
    color: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    margin: 30px 0;
}

.pricing-cta h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.pricing-cta p {
    font-size: 16px;
    margin-bottom: 10px;
}

.highlight-price {
    font-size: 28px;
    font-weight: bold;
    color: #ffd700;
    margin: 15px 0;
}

.roi-text {
    font-size: 18px;
    font-weight: 600;
    color: #28a745;
    margin: 15px 0;
}

/* Estilos para CTA final */
.final-cta {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.cta-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
}

.cta-subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.9;
}

.cta-benefits {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0;
}

.cta-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.cta-benefit i {
    font-size: 32px;
    color: #ffd700;
}

.cta-benefit span {
    font-size: 16px;
    font-weight: 600;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}

.btn-primary-cta {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.btn-primary-cta:hover {
    background: linear-gradient(135deg, #20c997, #17a2b8);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
}

.btn-whatsapp-cta {
    background: linear-gradient(135deg, #25d366, #1da851);
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-cta:hover {
    background: linear-gradient(135deg, #1da851, #17a085);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.cta-guarantee {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    opacity: 0.9;
}

.cta-guarantee i {
    color: #ffd700;
    font-size: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-benefits {
        margin: 20px 0;
    }
    
    .benefit-item {
        margin-bottom: 10px;
    }
    
    .benefit-item i {
        font-size: 20px;
        margin-right: 10px;
    }
    
    .benefit-item span {
        font-size: 14px;
    }
    
    .problem-item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .problem-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .solution-item {
        flex-direction: column;
        text-align: center;
    }
    
    .solution-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .testimonial-results {
        justify-content: center;
    }
    
    .benefit-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .before-after {
        grid-template-columns: 1fr;
    }
    
    .cta-benefits {
        flex-direction: column;
        gap: 20px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-content h2 {
        font-size: 28px;
    }
    
    .cta-subtitle {
        font-size: 18px;
    }
    
    /* Responsive para nueva sección de soluciones */
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .transformation-story {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .story-icon {
        align-self: center;
    }
    
    .story-author {
        text-align: center;
    }
    
    .benefit-card {
        padding: 15px;
    }
    
    .benefit-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }
    
    .benefit-icon i {
        font-size: 20px;
    }
    
    .benefit-content h4 {
        font-size: 16px;
    }
    
    .benefit-content p {
        font-size: 14px;
    }
    
    .cta-emotional {
        padding: 20px;
    }
    
    .cta-question {
        font-size: 18px;
    }
    
    /* Responsive para nuevo layout de soluciones */
    .solutions {
        padding: 60px 0;
    }
    
    .solutions .emotional-subtitle {
        font-size: 18px;
        padding: 20px;
    }
    
    .system-preview {
        padding: 25px;
        margin-top: 30px;
    }
    
    .system-header h3 {
        font-size: 24px;
    }
    
    .system-header p {
        font-size: 16px;
    }
    
    .overlay-features {
        gap: 20px;
    }
    
    .feature-highlight {
        padding: 15px 20px;
    }
    
    .feature-highlight i {
        font-size: 28px;
    }
    
    .feature-highlight span {
        font-size: 14px;
    }
    
    /* Responsive para Solutions Hero */
    .solutions-background {
        padding: 60px 0;
    }
    
    .solutions-content h2 {
        font-size: 2.2rem;
    }
    
    .solutions-content .lead {
        font-size: 1.1rem;
    }
    
    .cta-hero {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-primary-large,
    .btn-secondary-large {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    
    .visual-card {
        margin-top: 40px;
        padding: 20px;
    }
    
    .metric-number {
        font-size: 2rem;
    }
    
    /* Responsive para Solutions Modern */
    .solutions-modern {
        padding: 60px 0;
    }
    
    .solutions-main-title {
        font-size: 2.5rem;
    }
    
    .solutions-subtitle {
        font-size: 1.1rem;
    }
    
    .solutions-content-modern {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .benefits-highlight-box {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }
    
    .highlight-icon {
        align-self: center;
    }
    
    .metrics-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .metric-card {
        padding: 20px 15px;
    }
    
    .metric-value {
        font-size: 1.8rem;
    }
    
    .feature-item {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }
    
    .feature-icon {
        align-self: center;
    }
    
    .visual-showcase {
        padding: 15px;
    }
    
    .overlay-stats {
        position: static;
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
        gap: 15px;
    }
    
    .stat-bubble {
        min-width: 70px;
        padding: 10px 12px;
    }
    
    .stat-number {
        font-size: 1.2rem;
    }
    
    .stat-text {
        font-size: 0.7rem;
    }
}
