/* ============================================
   MAKONETH - Servicios (estilos por página)
   Centraliza estilos específicos de páginas de servicios
   ============================================ */

/* ===== Marketing ===== */
body.page-marketing .hero-section {
    background-image: url('../img/fondo_marketing.png');
}
body.page-marketing .service-icon {
    color: #2c5f7c;
}
body.page-marketing .cta-section {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
}
body.page-marketing .stats-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
body.page-marketing .stats-number {
    font-size: 3rem;
    font-weight: bold;
    color: #2c5f7c;
}
body.page-marketing .process-step {
    text-align: center;
    padding: 20px;
}
body.page-marketing .process-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 2rem;
}

/* ===== Administración ===== */
body.page-administracion .hero-section {
    background-image: url('../img/fondo_administracion.png');
}
body.page-administracion .service-icon {
    color: #34495e;
}
body.page-administracion .cta-section {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}
body.page-administracion .benefit-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
}
body.page-administracion .stat-box {
    background: linear-gradient(135deg, #134e5e 0%, #71b280 100%);
    color: white;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
}
body.page-administracion .consultation-form {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 40px;
}

/* ===== Diseño ===== */
body.page-diseno .hero-section {
    background-image: url('../img/fondo_dgrafico.jpg');
}
body.page-diseno .btn-dark-orange {
    background-color: #d97706;
    border-color: #d97706;
    color: white;
}
body.page-diseno .btn-dark-orange:hover {
    background-color: #f59e0b;
    border-color: #f59e0b;
    color: white;
}
body.page-diseno .service-icon {
    color: #2a5298;
}
body.page-diseno .cta-section {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}
body.page-diseno .price-card {
    border: 2px solid #2a5298;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}
body.page-diseno .price-card:hover {
    background: #2a5298;
    color: white;
}
body.page-diseno .price-card:hover .btn-outline-primary {
    background: white;
    color: #2a5298;
}

/* ===== Servicios Web / Cloud ===== */
body.page-serviciosweb .hero-section {
    background-image: url('../img/fondo_servicios_cloud.png');
}
body.page-serviciosweb .service-card {
    background: white;
}
body.page-serviciosweb .service-icon {
    color: #2c5364;
}
body.page-serviciosweb .cta-section {
    background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%);
}
body.page-serviciosweb .feature-box {
    padding: 30px;
    border-radius: 10px;
    background: #f8f9fa;
    height: 100%;
}
body.page-serviciosweb .feature-icon-lg {
    font-size: 3rem;
}
body.page-serviciosweb .price-tag {
    background: linear-gradient(135deg, #2c5364 0%, #0f2027 100%);
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
body.page-serviciosweb .specialized-store-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
body.page-serviciosweb .store-icon-xl {
    font-size: 4rem;
}

/* ===== Programación ===== */
body.page-programacion .hero-section {
    background-image: url('../img/fondo_programacion.png');
    background-position: center top;
}
body.page-programacion .service-icon {
    color: #34495e;
}
body.page-programacion .cta-section {
    background: linear-gradient(135deg, #1e3a5f 0%, #2c5f7c 100%);
}
body.page-programacion .tech-badge {
    display: inline-block;
    padding: 10px 20px;
    background: #f8f9fa;
    border-radius: 25px;
    margin: 5px;
    font-weight: 500;
}
body.page-programacion .project-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
body.page-programacion .project-card:hover {
    transform: scale(1.05);
}

/* ===== Música ===== */
body.page-musica .hero-section {
    background-image: url('../img/fondo_audio.png');
    background-position: center top;
}
body.page-musica .service-icon {
    color: #3d566e;
}
body.page-musica .cta-section {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
}
body.page-musica .audio-player {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
body.page-musica .audio-play-icon {
    font-size: 2rem;
    cursor: pointer;
}
body.page-musica .audio-progress-thin {
    height: 5px;
}
body.page-musica .audio-progress-empty {
    width: 0%;
}
body.page-musica .equipment-badge {
    background: linear-gradient(135deg, #fc466b 0%, #3f5efb 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    margin: 5px;
}
body.page-musica .price-box {
    border: 2px solid #fc466b;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}
body.page-musica .price-box:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #fc466b 0%, #3f5efb 100%);
    color: white;
}

/* ===== Video ===== */
body.page-video .hero-section {
    background-image: url('../img/fondo_video.png');
}
body.page-video .service-icon {
    color: #5d6d7e;
}
body.page-video .cta-section {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}
body.page-video .video-showcase {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
body.page-video .video-showcase iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.page-video .package-card {
    border: 2px solid #d53369;
    border-radius: 15px;
    padding: 30px;
    transition: all 0.3s ease;
}
body.page-video .package-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(213, 51, 105, 0.3);
}
body.page-video .process-icon-lg {
    font-size: 3rem;
}

/* ===== Redacción ===== */
body.page-redaccion .hero-section {
    background-image: url('../img/fondo_redaccion.png');
}
body.page-redaccion .service-icon {
    color: #3e5871;
}
body.page-redaccion .cta-section {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
}
body.page-redaccion .language-badge {
    display: inline-block;
    background: linear-gradient(135deg, #4776e6 0%, #8e54e9 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    margin: 5px;
    font-weight: 500;
}
body.page-redaccion .quality-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4776e6 0%, #8e54e9 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 2rem;
}

@media (max-width: 768px) {
    body.page-redaccion .hero-section h1 {
        font-size: 2rem;
    }
}
