/* Sección Ecommerce + Asistente + Landing - COMPLETA Y CORREGIDA */
.ecommerce-trio-corrected {
    padding: 100px 20px;
    background: radial-gradient(ellipse at center, #1d1b34 0%, #000000 70%);
    position: relative;
    overflow: hidden;
}

.ecommerce-trio-corrected::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 238, 88, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(37, 211, 102, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.trio-header-corrected {
    text-align: center;
    margin-bottom: 80px;
}

.trio-header-corrected h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #ffeb3b;
}

.trio-subtitle-corrected {
    color: #afaeae;
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Trio Visualization - HORIZONTAL EN DESKTOP */
.trio-visualization-corrected {
    margin: 80px 0;
}

.trio-container-corrected {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.trio-service-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    min-height: 450px;
}

.trio-service-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 238, 88, 0.5);
    box-shadow: 0 20px 40px rgba(255, 238, 88, 0.15);
}

.trio-ecommerce {
    border-right: none;
    border-radius: 20px 0 0 20px;
    background: linear-gradient(135deg, rgba(29, 27, 52, 0.9), rgba(66, 133, 244, 0.05));
}

.trio-assistant {
    border-radius: 0;
    background: linear-gradient(135deg, rgba(29, 27, 52, 0.9), rgba(37, 211, 102, 0.05));
}

.trio-landing {
    border-left: none;
    border-radius: 0 20px 20px 0;
    background: linear-gradient(135deg, rgba(29, 27, 52, 0.9), rgba(255, 238, 88, 0.05));
}

.service-icon-container {
    margin-bottom: 25px;
}

.service-icon {
    font-size: 4rem;
    display: inline-block;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 10px rgba(255, 238, 88, 0.3));
}

.trio-service-card h3 {
    color: #ffee58;
    font-size: 1.6rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
}

.service-description {
    color: #afaeae;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 25px;
    flex-grow: 0;
}

.service-features-corrected {
    margin-bottom: 30px;
    flex-grow: 1;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 8px 0;
}

.feature-icon {
    font-size: 1.2rem;
    width: 24px;
    text-align: center;
}

.feature-item span:last-child {
    color: #afaeae;
    font-size: 0.9rem;
    text-align: left;
    flex: 1;
}

.service-stats {
    margin-top: auto;
}

.stat {
    background: rgba(255, 238, 88, 0.1);
    border: 1px solid rgba(255, 238, 88, 0.2);
    border-radius: 12px;
    padding: 15px;
    color: #ffee58;
    font-weight: 700;
    font-size: 1.5rem;
    font-family: 'Space Grotesk', sans-serif;
}

.stat span {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 5px;
    opacity: 0.8;
}

/* Connection Plus - HORIZONTAL EN DESKTOP */
.connection-plus {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 60px;
}

.plus-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 238, 88, 0.1);
    border: 2px solid #ffee58;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffee58;
    font-size: 1.5rem;
    font-weight: 700;
    z-index: 2;
    position: relative;
}

.connection-line {
    display: none;
}

/* How It Works - Corregido */
.how-it-works-corrected {
    margin: 80px 0;
}

.how-it-works-corrected h3 {
    text-align: center;
    color: #ffee58;
    font-size: 2rem;
    margin-bottom: 60px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
}

.workflow-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.workflow-step {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.workflow-step:hover {
    border-color: rgba(255, 238, 88, 0.3);
    transform: translateY(-5px);
}

.step-number {
    width: 50px;
    height: 50px;
    background: rgba(255, 238, 88, 0.1);
    border: 2px solid #ffee58;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffee58;
    margin: 0 auto 20px;
    font-family: 'Space Grotesk', sans-serif;
}

.workflow-step h4 {
    color: #ffee58;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
}

.workflow-step p {
    color: #afaeae;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

/* CTA Section Corregida */
.trio-cta-corrected {
    background: linear-gradient(135deg, rgba(255, 238, 88, 0.1), rgba(37, 211, 102, 0.05));
    border: 2px solid rgba(255, 238, 88, 0.3);
    border-radius: 25px;
    padding: 50px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}

.trio-cta-corrected::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 238, 88, 0.05) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
    pointer-events: none;
}

.cta-content-corrected {
    position: relative;
    z-index: 1;
}

.cta-badge-corrected {
    display: inline-block;
    background: linear-gradient(135deg, #ffee58, #ffeb3b);
    color: #1d1b34;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.8rem;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-title-corrected {
    color: #ffee58;
    font-size: 2.2rem;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

.cta-subtitle-corrected {
    color: #afaeae;
    font-size: 1.1rem;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-feature-column h4 {
    color: #ffee58;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-family: 'Space Grotesk', sans-serif;
    text-align: left;
}

.cta-feature-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.cta-feature-column li {
    color: #afaeae;
    padding: 8px 0;
    font-size: 1rem;
}

.pricing-section-corrected {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.pricing-display {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 238, 88, 0.3);
    border-radius: 15px;
    padding: 20px 30px;
}

.old-price {
    color: #afaeae;
    font-size: 1.3rem;
    text-decoration: line-through;
}

.new-price {
    color: #ffee58;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
}

.discount-badge {
    background: #ff6b6b;
    color: white;
    padding: 5px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.btn-trio-cta-corrected {
    background: linear-gradient(135deg, #ffee58 0%, #ffeb3b 100%);
    color: #1d1b34;
    border: none;
    padding: 1.5rem 3rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-family: 'Space Grotesk', sans-serif;
    box-shadow: 0 10px 30px rgba(255, 238, 88, 0.4);
    position: relative;
    overflow: hidden;
}

.btn-trio-cta-corrected::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.btn-trio-cta-corrected:hover::before {
    left: 100%;
}

.btn-trio-cta-corrected:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(255, 238, 88, 0.6);
}

.cta-main-text {
    font-size: 1.1rem;
    font-weight: 700;
}

.cta-sub-text {
    font-size: 0.8rem;
    opacity: 0.9;
    font-weight: 500;
}

.guarantee-section {
    display: flex;
    gap: 30px;
    color: #afaeae;
    font-size: 0.9rem;
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Animaciones */
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* RESPONSIVE - VERTICAL EN MÓVIL */
@media (max-width: 1024px) {
    .ecommerce-trio-corrected {
        padding: 80px 20px;
    }
    
    .trio-header-corrected {
        margin-bottom: 60px;
    }
    
    .trio-header-corrected h2 {
        font-size: 2.5rem;
    }
    
    .trio-subtitle-corrected {
        font-size: 1.2rem;
        max-width: 100%;
        padding: 0 20px;
    }
    
    .trio-visualization-corrected {
        margin: 60px 0;
    }
    
    .trio-container-corrected {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        max-width: 600px;
    }
    
    .trio-service-card {
        width: 100%;
        border-radius: 20px !important;
        min-height: auto;
        padding: 35px 25px;
    }
    
    .trio-ecommerce,
    .trio-assistant,
    .trio-landing {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .connection-plus {
        flex-direction: row;
        width: 100%;
        height: 60px;
    }
    
    .workflow-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .cta-features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .ecommerce-trio-corrected {
        padding: 60px 15px;
    }
    
    .trio-header-corrected h2 {
        font-size: 2rem;
    }
    
    .trio-subtitle-corrected {
        font-size: 1.1rem;
    }
    
    .trio-service-card {
        padding: 30px 20px;
    }
    
    .service-icon {
        font-size: 3rem;
    }
    
    .trio-service-card h3 {
        font-size: 1.4rem;
    }
    
    .workflow-steps {
        grid-template-columns: 1fr;
    }
    
    .trio-cta-corrected {
        padding: 40px 25px;
    }
    
    .cta-title-corrected {
        font-size: 1.8rem;
    }
    
    .btn-trio-cta-corrected {
        padding: 1.2rem 2.5rem;
        font-size: 1.1rem;
    }
    
    .how-it-works-corrected h3 {
        font-size: 1.6rem;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .ecommerce-trio-corrected {
        padding: 50px 10px;
    }
    
    .trio-header-corrected h2 {
        font-size: 1.8rem;
    }
    
    .trio-subtitle-corrected {
        font-size: 1rem;
    }
    
    .service-icon {
        font-size: 2.5rem;
    }
    
    .trio-service-card h3 {
        font-size: 1.2rem;
    }
    
    .feature-item {
        gap: 8px;
    }
    
    .feature-item span:last-child {
        font-size: 0.8rem;
    }
    
    .plus-icon {
        width: 35px;
        height: 35px;
        font-size: 1.3rem;
    }
    
    .workflow-step {
        padding: 25px 20px;
    }
    
    .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .workflow-step h4 {
        font-size: 1.1rem;
    }
    
    .workflow-step p {
        font-size: 0.85rem;
    }
    
    .trio-cta-corrected {
        padding: 30px 20px;
    }
    
    .cta-title-corrected {
        font-size: 1.5rem;
    }
    
    .cta-subtitle-corrected {
        font-size: 1rem;
    }
    
    .cta-feature-column h4 {
        font-size: 1.1rem;
    }
    
    .cta-feature-column li {
        font-size: 0.9rem;
    }
    
    .pricing-display {
        flex-direction: column;
        gap: 15px;
    }
    
    .new-price {
        font-size: 1.8rem;
    }
    
    .old-price {
        font-size: 1.1rem;
    }
    
    .guarantee-section {
        flex-direction: column;
        gap: 15px;
    }
}