/* ============================================================
   PACO MANITAS FRANQUICIAS - ESTILOS PRINCIPALES
   Paleta: #0F2C3D (primario), #1A7A7A (secundario), #E86A33 (acento)
   ============================================================ */

/* ---------- SECCIÓN HERO ---------- */
.hero-section {
    padding: 70px 40px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

/* Hero Home */
.hero-home {
    background: linear-gradient(135deg, #0F2C3D 0%, #1A4A5A 40%, #1A7A7A 100%);
    padding: 80px 40px 60px;
}

.hero-home .hero-contenido h1 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
}

.hero-home .hero-contenido h1 .resaltado {
    background: linear-gradient(135deg, #E86A33, #F4A261);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-home .hero-contenido p {
    color: rgba(255,255,255,0.88);
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

.hero-home .hero-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.hero-home .hero-stats div {
    color: rgba(255,255,255,0.8);
    font-size: 0.95rem;
}

.hero-home .hero-stats span {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    color: #F4A261;
    margin-bottom: 5px;
}

.hero-home .hero-etiqueta {
    display: inline-block;
    background: rgba(232, 106, 51, 0.2);
    color: #F4A261;
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Hero Servicios */
.hero-servicios {
    background: linear-gradient(135deg, #0F2C3D 0%, #1A7A7A 100%);
    padding: 70px 40px;
}

.hero-servicios h1 {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 800;
}

.hero-servicios h1 .resaltado {
    color: #F4A261;
}

.hero-servicios p {
    color: rgba(255,255,255,0.85);
    font-size: 1.2rem;
    max-width: 650px;
    margin: 20px auto;
}

/* Botones Hero */
.hero-boton.primario {
    background: #E86A33;
    color: #fff;
    padding: 16px 40px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.hero-boton.primario:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(232, 106, 51, 0.4);
    color: #fff;
}

.hero-boton.secundario {
    background: transparent;
    color: #fff;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.05rem;
    border: 2px solid rgba(255,255,255,0.3);
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.hero-boton.secundario:hover {
    border-color: #F4A261;
    background: rgba(244, 162, 97, 0.1);
    color: #fff;
}

/* ---------- PACKS ---------- */
.packs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.pack-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 4px 20px rgba(15, 44, 61, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
    position: relative;
    border: 1px solid #e8e0d6;
}

.pack-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(15, 44, 61, 0.15);
}

.pack-card.standard {
    border: 2px solid #1A7A7A;
    background: #f8fcfb;
}

.pack-card.premium {
    border: 2px solid #E86A33;
    background: #fef8f3;
}

.pack-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #0F2C3D;
    margin-bottom: 10px;
}

.pack-precio {
    font-size: 1.5rem;
    font-weight: 300;
    color: #6B6B6B;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px dashed #e8e0d6;
}

.pack-caracteristicas {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    text-align: left;
}

.pack-caracteristicas li {
    padding: 8px 0;
    border-bottom: 1px solid #f5f0e8;
    font-size: 0.95rem;
    color: #2D2D2D;
}

.pack-caracteristicas .destacado {
    color: #E86A33;
    font-weight: 700;
    font-size: 1.1rem;
    background: #fef0e8;
    padding: 10px 15px;
    border-radius: 8px;
    margin-top: 10px;
    border-bottom: none;
    text-align: center;
}

.badge-popular {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #1A7A7A;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.pack-boton {
    display: inline-block;
    padding: 12px 30px;
    background: #0F2C3D;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition: all 0.3s;
    width: 100%;
    box-sizing: border-box;
}

.pack-boton:hover {
    background: #1A7A7A;
    transform: scale(1.02);
    color: #fff;
}

.pack-card.premium .pack-boton {
    background: #E86A33;
}

.pack-card.premium .pack-boton:hover {
    background: #0F2C3D;
}

/* ---------- BENEFICIOS ---------- */
.beneficios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.beneficio-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(15, 44, 61, 0.06);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #e8e0d6;
}

.beneficio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(15, 44, 61, 0.1);
}

.beneficio-icono {
    font-size: 2.8rem;
    margin-bottom: 15px;
}

.beneficio-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    color: #0F2C3D;
    margin-bottom: 10px;
}

.beneficio-card p {
    color: #6B6B6B;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* ---------- PROCESO ---------- */
.proceso-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.proceso-paso {
    background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    text-align: center;
    position: relative;
    border-bottom: 4px solid #1A7A7A;
    box-shadow: 0 2px 15px rgba(15, 44, 61, 0.06);
}

.paso-numero {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #1A7A7A;
    color: #fff;
    border-radius: 50%;
    line-height: 45px;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.proceso-paso h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #0F2C3D;
    margin-bottom: 8px;
}

.proceso-paso p {
    color: #6B6B6B;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

/* ---------- TESTIMONIOS ---------- */
.testimonios-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.testimonio-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(15, 44, 61, 0.06);
    border-left: 4px solid #E86A33;
}

.testimonio-card blockquote {
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 15px 0;
    color: #2D2D2D;
}

.testimonio-card cite {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1A7A7A;
    display: block;
    text-align: right;
    font-style: normal;
}

/* ---------- FORMULARIO ---------- */
.formulario-wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 25px rgba(15, 44, 61, 0.08);
}

.formulario-wrapper .wpcf7 input,
.formulario-wrapper .wpcf7 select,
.formulario-wrapper .wpcf7 textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e8e0d6;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    transition: border 0.3s;
}

.formulario-wrapper .wpcf7 input:focus,
.formulario-wrapper .wpcf7 textarea:focus {
    border-color: #1A7A7A;
    outline: none;
    box-shadow: 0 0 0 3px rgba(26, 122, 122, 0.15);
}

.formulario-wrapper .wpcf7-submit {
    background: #E86A33;
    color: #fff;
    padding: 14px 40px;
    border: none;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

.formulario-wrapper .wpcf7-submit:hover {
    background: #0F2C3D;
    transform: scale(1.02);
}

/* ---------- FAQS ---------- */
.faqs-wrapper {
    max-width: 850px;
    margin: 30px auto;
}

.faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 2px 10px rgba(15, 44, 61, 0.06);
    overflow: hidden;
    border: 1px solid #e8e0d6;
}

.faq-item .faq-pregunta {
    padding: 18px 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    color: #0F2C3D;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #faf8f4;
    transition: background 0.3s;
    margin: 0;
}

.faq-item .faq-pregunta:hover {
    background: #f0ece4;
}

.faq-item .faq-pregunta .faq-icono {
    font-size: 1.2rem;
    transition: transform 0.3s;
    color: #1A7A7A;
}

.faq-item .faq-pregunta.abierto .faq-icono {
    transform: rotate(180deg);
}

.faq-item .faq-respuesta {
    padding: 0 25px 20px;
    color: #2D2D2D;
    line-height: 1.7;
    display: none;
}

.faq-item .faq-respuesta.visible {
    display: block;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
    .hero-home {
        padding: 50px 20px 40px;
    }
    
    .hero-home .hero-contenido h1 {
        font-size: 2.2rem;
    }
    
    .hero-home .hero-contenido p {
        font-size: 1rem;
    }
    
    .hero-home .hero-stats {
        gap: 25px;
        flex-wrap: wrap;
    }
    
    .hero-home .hero-stats span {
        font-size: 1.6rem;
    }
    
    .hero-servicios h1 {
        font-size: 2rem;
    }
    
    .packs-grid {
        grid-template-columns: 1fr;
    }
    
    .beneficios-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .proceso-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .testimonios-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .beneficios-grid {
        grid-template-columns: 1fr;
    }
    
    .proceso-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-botones {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-boton.primario,
    .hero-boton.secundario {
        width: 100%;
        text-align: center;
        padding: 14px 20px;
    }
    
    .formulario-wrapper {
        padding: 20px;
    }
    
    .faq-item .faq-pregunta {
        font-size: 0.95rem;
        padding: 15px 18px;
    }
}