/*
Theme Name: Mentedoras Custom
Author: criss
Version: 1.1
*/

/* 1. CONFIGURACIÓN DE FUENTES Y VARIABLES */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Playfair+Display:ital,wght@0,700;1,700&display=swap');

:root {
    --bg-dark: #0a0a0b;
    --accent-blue: #2f5e8a;
    --accent-cyan: #00ffff;
    --accent-red: #ca0707;
    --text-white: #ffffff;
    --font-content: 'Inter', sans-serif;
    --font-logo: 'Playfair Display', serif;
}

/* 2. ESTILOS GENERALES */
body {
    background-color: var(--bg-dark);
    color: var(--text-white);
    font-family: var(--font-content);
    margin: 0;
    line-height: 1.6;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

/* 3. NAVBAR */
.navbar-brand {
    font-family: var(--font-logo);
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--accent-cyan);
}

.nav-link {
    color: var(--text-white);
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.nav-link:hover {
    color: var(--accent-blue);
}

/* 4. HERO SECTION */
.hero-section {
    padding: 120px 0;
    text-align: center;
}

.hero-title {
    font-weight: 800;
    font-size: clamp(2.5rem, 8vw, 5rem);
    color: var(--text-white);
    line-height: 1.1;
    margin-bottom: 2rem;
}

.hero-subtitle-highlight {
    display: block;
    color: var(--text-white);
}

.hero-copy-main {
    font-size: 1.25rem;
    color: var(--text-white);
    margin-bottom: 0.5rem;
}

.hero-copy-sub {
    font-size: 1.15rem;
    font-style: italic;
    color: var(--text-white);
    opacity: 0.85;
}

/* 5. BOTÓN BRANDING */
.btn-branding {
    background-color: var(--accent-blue);
    color: var(--text-white);
    padding: 16px 45px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.btn-branding:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

/* 6. TARJETAS DE SERVICIOS */
.card-viral {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #333;
    border-radius: 24px;
    padding: 4rem 2rem;
    height: 100%;
    transition: 0.3s ease;
    text-align: center;
}

.card-viral h3 {
    color: var(--text-white);
    font-weight: 700;
    margin-bottom: 1rem;
}

.card-viral p {
    color: var(--text-white);
    font-size: 0.95rem;
}

.card-link-custom:hover .card-viral {
    border-color: var(--accent-blue);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-10px);
}

/* 7. CONFIGURACIÓN PÁGINAS BLANCAS (Puntos de entrada) */
.page-template-page-podcast main,
.page-template-page-redes-sociales main,
main.page-redes-sociales {
    background-color: #ffffff !important;
    color: #1a1a1a !important;
}

/* 8. FOOTER */
footer {
    border-top: 1px solid #222;
    padding: 60px 0;
}

/* --- ESTILOS PÁGINA REDES SOCIALES (ESPECIFICIDAD ALTA) --- */

.page-redes-sociales {
    background-color: #ffffff !important;
    color: #1a1a1a !important;
    padding: 100px 0;
    font-family: var(--font-content);
    line-height: 1.8;
}

.page-redes-sociales .content-container {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 25px;
}

.page-redes-sociales .main-title {
    font-size: 3.2rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 80px;
    letter-spacing: -1px;
    color: #000 !important;
}

.page-redes-sociales .copy-body p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    color: #333 !important;
    font-weight: 400;
}

.page-redes-sociales .copy-body strong {
    color: #000;
    font-weight: 700;
}

.page-redes-sociales .subtitulo-negro {
    font-size: 2rem;
    font-weight: 900;
    margin: 80px 0 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    display: inline-block;
    padding-bottom: 5px;
    color: #000;
}

.page-redes-sociales .red-dicho-esto {
    color: var(--accent-red) !important;
    font-weight: 650;
    font-size: 2.1rem;
    margin: 60px 0 20px;
    letter-spacing: -0.5px;
}

.page-redes-sociales .caso-albert-box, 
.page-redes-sociales .espacio-fotos, 
.page-redes-sociales .espacio-video {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 0px;
    margin: 50px 0;
    border: 1px solid #eee;
    transition: transform 0.3s ease;
    overflow: hidden;
}

/* Lista con círculos rojos */
.page-redes-sociales .reels-list {
    list-style: none;
    padding: 0;
    margin: 40px 0;
}

.page-redes-sociales .reels-list li {
    font-size: 1.25rem;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    color: #333;
}

.page-redes-sociales .reels-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    background-color: var(--accent-red);
    border-radius: 50%;
}

/* Caja Guinda */
.page-redes-sociales .guinda-box {
    border: 3px dashed #000;
    border-radius: 20px;
    padding: 50px;
    margin: 80px 0;
    background-color: #fff;
    position: relative;
}

/* FAQ */
.page-redes-sociales .faq-header {
    font-size: 1.8rem;
    margin-top: 100px;
    text-align: center;
    font-weight: 900;
    text-decoration: underline;
    color: #000;
}

.page-redes-sociales .faq-item {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
}

.page-redes-sociales .faq-item strong {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 10px;
    color: #000;
}

/* Botón Acción */
.page-redes-sociales .btn-black {
    background-color: #000;
    color: #fff !important;
    padding: 25px 60px;
    font-size: 1.5rem;
    font-weight: 900;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    text-transform: uppercase;
}

.page-redes-sociales .btn-black:hover {
    background-color: #333;
    transform: scale(1.05);
}

/* --- VÍDEO CON BOTÓN DE SONIDO --- */

.page-redes-sociales .espacio-video {
    margin: 50px 0;
}

.page-redes-sociales .video-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.page-redes-sociales .video-container video {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

/* Botón de sonido solo texto */
.page-redes-sociales .video-sound-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    padding: 8px 20px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    z-index: 10;
    font-family: var(--font-content);
    width: auto;
    height: auto;
}

.page-redes-sociales .video-sound-btn:hover {
    background: rgba(0,0,0,0.85);
    transform: scale(1.02);
}

/* --- IMÁGENES LADO A LADO EN PÁGINA REDES SOCIALES (CORREGIDO) --- */

.page-redes-sociales .espacio-fotos {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 50px 0;
}

.page-redes-sociales .espacio-fotos a {
    flex: 1;
    display: block;
}

.page-redes-sociales .espacio-fotos img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* En tablet/móvil (menos de 768px) se ponen una al lado de la otra pero mas pequeñas */
@media (max-width: 768px) {
    .page-redes-sociales .espacio-fotos {
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .page-redes-sociales .espacio-fotos a {
        flex: none;
        width: calc(50% - 5px);
    }
    
    .page-redes-sociales .espacio-fotos img {
        border-radius: 12px;
    }
}

/* En móvil muy pequeño (menos de 500px) se ponen una debajo de la otra */
@media (max-width: 500px) {
    .page-redes-sociales .espacio-fotos {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .page-redes-sociales .espacio-fotos a {
        width: 100%;
        max-width: 280px;
    }
    
    .page-redes-sociales .espacio-fotos img {
        border-radius: 16px;
        height: auto;
        max-height: 250px;
    }
}

/* Responsivo */
@media (max-width: 600px) {
    .page-redes-sociales .main-title { font-size: 2.2rem; }
    .page-redes-sociales .red-dicho-esto { font-size: 1.8rem; }
    .page-redes-sociales .copy-body p { font-size: 1.15rem; }
    .page-redes-sociales .btn-black { width: 100%; padding: 20px; font-size: 1.2rem; }
}

/* --- ESTILOS PÁGINA PODCAST --- */

.page-podcast {
    background-color: #ffffff !important;
    color: #1a1a1a !important;
    padding: 100px 0;
    font-family: var(--font-content);
    line-height: 1.8;
}

.page-podcast .content-container {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 25px;
}

.page-podcast .subtitulo {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #000;
}

.page-podcast .main-title {
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 50px;
    color: #000;
}

.page-podcast .podcast-content p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #333;
    line-height: 1.8;
}

/* Solo el texto "Sabemos de lo que te estamos hablando" en rojo */
.page-podcast .rojo-destacado {
    color: var(--accent-red);
}


.page-podcast .podcast-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.page-podcast .podcast-list li {
    margin-bottom: 0.8rem;
    color: #333;
    font-size: 1.1rem;
    position: relative;
    padding-left: 25px;
}

/* ← CAMBIADO: círculo negro para la lista */
.page-podcast .podcast-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
}

/* Lista con círculos rojos (reutilizada de redes sociales) */
.page-podcast .reels-list {
    list-style: none;
    padding: 0;
    margin: 40px 0;
}

.page-podcast .reels-list li {
    font-size: 1.15rem;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.5;
}

.page-podcast .reels-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: var(--accent-red);
    border-radius: 50%;
}

/* Caja de atención */
.page-podcast .atencion-box {
    background-color: #f8f9fa;
    padding: 35px;
    margin: 50px 0;
    border-left: 5px solid #000;
    border-radius: 12px;
}

.page-podcast .atencion-box p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.page-podcast .atencion-titulo {
    font-weight: 900;
    font-size: 1.5rem;
    color: var(--accent-red);
    margin-bottom: 15px;
}


/* FAQ */
.page-podcast .faq-titulo {
    font-size: 1.8rem;
    font-weight: 900;
    margin: 50px 0 30px;
    color: #000;
}

.page-podcast .faq-item {
    margin-bottom: 1.8rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
}

.page-podcast .faq-item strong {
    font-size: 1.15rem;
    display: block;
    margin-bottom: 0.8rem;
    color: #000;
}

.page-podcast .faq-item p {
    margin-bottom: 0.5rem;
    color: #444;
}

/* Botón final */
.page-podcast .cta-container {
    text-align: center;
    margin-top: 50px;
}

/* Responsive */
@media (max-width: 768px) {
    .page-podcast {
        padding: 60px 0;
    }
    
    .page-podcast .main-title {
        font-size: 2.3rem;
    }
    
    .page-podcast .podcast-content p {
        font-size: 1rem;
    }
    
    .page-podcast .reels-list li {
        font-size: 1rem;
    }
    
    .page-podcast .atencion-box {
        padding: 20px;
    }
}
/* --- PÁGINA 404 ERROR --- */

.page-error-404 {
    background-color: #ffffff !important;
    color: #1a1a1a !important;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    font-family: var(--font-content);
}

.page-error-404 .error-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 25px;
    text-align: center;
}

.page-error-404 .error-code {
    font-size: 8rem;
    font-weight: 900;
    color: var(--accent-red);
    line-height: 1;
    display: block;
    margin-bottom: 1rem;
    letter-spacing: -5px;
}

.page-error-404 .error-title {
    font-size: 2rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 1rem;
}

.page-error-404 .error-message {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.page-error-404 .error-animation {
    background-color: #f8f9fa;
    border-radius: 20px;
    padding: 30px;
    margin: 30px 0;
}

.page-error-404 .error-emoji {
    font-size: 3rem;
    margin-bottom: 15px;
}

.page-error-404 .error-suggestion {
    font-size: 1rem;
    color: #333;
    font-style: italic;
}

.page-error-404 .error-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

.page-error-404 .btn-outline {
    background-color: transparent;
    color: var(--accent-blue);
    padding: 16px 35px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid var(--accent-blue);
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}

.page-error-404 .btn-outline:hover {
    background-color: var(--accent-blue);
    color: white;
    transform: scale(1.02);
}

.page-error-404 .error-footer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.page-error-404 .error-footer p {
    color: #666;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.page-error-404 .search-form {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.page-error-404 .search-form input[type="search"] {
    padding: 12px 18px;
    border: 1px solid #ddd;
    border-radius: 50px;
    width: 70%;
    font-size: 1rem;
}

.page-error-404 .search-form input[type="submit"] {
    background-color: var(--accent-blue);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 600px) {
    .page-error-404 .error-code {
        font-size: 5rem;
    }
    
    .page-error-404 .error-title {
        font-size: 1.5rem;
    }
    
    .page-error-404 .error-message {
        font-size: 1rem;
    }
    
    .page-error-404 .btn-branding,
    .page-error-404 .btn-outline {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
    
    .page-error-404 .search-form {
        flex-direction: column;
        align-items: center;
    }
    
    .page-error-404 .search-form input[type="search"] {
        width: 100%;
    }
}