/*
Theme Name: Mad Lolita Tattoo & Piercing
Theme URI: https://tatuajesqueretaro.mx
Author: Mad Lolita Atelier
Author URI: https://tatuajesqueretaro.mx
Description: Tema personalizado para Mad Lolita Tattoo & Piercing Atelier - Diseño punk/neon con fuentes personalizadas
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mad-lolita-atelier
Tags: tattoo, piercing, atelier, custom-theme, punk, neon, responsive
*/

/* ============================
FUENTES LOCALES
============================ */
@font-face {
font-family: 'Bahianita';
src: url('/wp-content/themes/mad-lolita-atelier/assets/fonts/Bahianita-Regular.woff2') format('woff2'),
url('/wp-content/themes/mad-lolita-atelier/assets/fonts/Bahianita-Regular.woff') format('woff'),
url('/wp-content/themes/mad-lolita-atelier/assets/fonts/Bahianita-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'newSlendermanswriting';
src: url('/wp-content/themes/mad-lolita-atelier/assets/fonts/newSlendermanswriting.woff2') format('woff2'),
url('/wp-content/themes/mad-lolita-atelier/assets/fonts/newSlendermanswriting.woff') format('woff'),
url('/wp-content/themes/mad-lolita-atelier/assets/fonts/newSlendermanswriting.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
    font-family: 'RansomBlancoZero';
    src: url('/wp-content/themes/mad-lolita-atelier/assets/fonts/RansomBlancoZero.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-family: 'PunkType';
src: url('/wp-content/themes/mad-lolita-atelier/assets/fonts/Punktype-Regular.woff2') format('woff2'),
url('/wp-content/themes/mad-lolita-atelier/assets/fonts/Punktype-Regular.woff') format('woff'),
url('/wp-content/themes/mad-lolita-atelier/assets/fonts/Punktype-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

/* ============================
VARIABLES CSS
============================ */
:root {
--color-blanco: #ffffff;
--color-rosa-fuerte: #ff4da6;
--color-azul-efecto: #00bfff;
--color-pink-neon: #ff00ff;
--color-purple-dark: #800080;
--color-purple-light: #9370DB;
--color-rosa-brillante: #c2185b;
--color-rosa-pastel: #ff69b4;
--color-negro: #000000;
--color-gris-oscuro: #1a1a1a;
--color-gris-medio: #cccccc;
--color-oro: gold;
--color-rojo-neon: #d40000;
--color-rosa-chicle: #ff66cc;
--color-rojo: #ff0000;
--color-rosa-translucido: rgba(255, 105, 180, 0.8); /* Rosa semitransparente */
--color-vino-translucido: rgba(128, 0, 32, 0.9);    /* Vino semitransparente */
--color-morado-neon: #ff00ff;
--color-morado-oscuro: #4b0082;
--transition-suave: all 0.3s ease;
--sombra-neon: 0 0 20px rgba(255, 0, 255, 0.5);
--sombra-neon-hover: 0 0 30px rgba(255, 0, 255, 0.8);
--borde-neon: 2px solid var(--color-morado-neon);
--borde-neon-grueso: 3px solid var(--color-morado-neon);
--border-radius-card: 15px;
--border-radius-btn: 50px;
}

/* ============================
RESET Y BASE
============================ */
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}

html {
scroll-behavior: smooth;
scroll-padding-top: 80px;
}

body {
font-family: 'Bahianita', sans-serif !important;
color: var(--color-blanco);
background: url('/wp-content/themes/mad-lolita-atelier/assets/fondo-punk-ml-obscuro.jpg') no-repeat center center fixed !important;
background-size: cover !important;
overflow-x: hidden;
line-height: 1.6;
position: relative;
font-size: clamp(1.2rem, 3vw, 1.5rem);
}

/* ============================
TITULOS PRINCIPALES
============================ */
.section-title,
.section-title-ml,
.services-title,
.team-title,
.contact-title,
.reviews-title,
.promotions-title,
.faq-title,
.security-title,
.agitacion-title,
.lo-que-ofrece-title {
font-family: 'newSlendermanswriting', cursive !important;
font-size: clamp(2rem, 6vw, 3.5rem);
color: #ff69b4 !important;  /* rosa caro */
font-weight: bold;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
text-shadow:
0 0 10px #d40000,
0 0 20px #d40000,
0 0 30px #d40000,
2px 2px 6px rgba(0,0,0,0.9);
margin-bottom: 2.5rem;
position: relative;
display: block;
width: 100%;
}

/* ============================
TITULOS DE CARDS
============================ */
.card-title,
.service-name,
.offer-title,
.team-name,
.promo-title,
.ofrece-title,
.security-card-title,
.review-author {
font-family: 'newSlendermanswriting', cursive !important;
font-size: clamp(1.6rem, 4vw, 2.4rem);
color: #ffffff;
text-align: center;
font-weight: bold;
line-height: 1.3;
margin-bottom: 0.7rem;
text-shadow:
-2px -2px 0 #ff66cc,
2px -2px 0 #ff66cc,
-2px 2px 0 #ff66cc,
2px 2px 0 #ff66cc,
0 0 10px #ff00ff;
}

/* ============================
TEXTO GENERAL
============================ */
p,
span,
div:not(.section-title):not(.section-title-ml):not(.card-title):not(.team-name):not(.ofrece-title):not(.security-card-title):not(.mad-blog-title):not(.review-author):not(.mad-collage-title):not(.mad-hero-title):not(.mad-hero-subtitle):not(.mad-collage-content):not(.mad-collage-entry):not(.graffiti-title):not(.punktype-title):not(.graffiti-trio):not(.line1):not(.line2):not(.graffiti-trio):not(.graffiti-blanco):not(.graffiti-rojo),
li,
.team-description,
.security-context,
.review-text,
.faq-answer p,
.faq-answer li,
.ofrece-desc,
.form-subtitle,
.privacy-notice,
.form-response {
    font-family: 'Bahianita', sans-serif !important;
    font-size: clamp(1.6rem, 3.4vw, 2rem);
    color: var(--color-blanco);
    line-height: 1.7;
    font-weight: 400;
}

/* ============================
HERO SECTION
============================ */
.hero-section {
position: relative;
height: 100vh;
min-height: 600px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
margin-bottom: 2rem;
background: transparent !important;
}

.hero-video-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}

.hero-video {
width: 100%;
height: 100%;
object-fit: cover;
}

.hero-content {
position: relative;
z-index: 2;
text-align: center;
max-width: 900px;
padding: 2rem;
margin: 0 1rem;
}

.logo-hero {
width: 150px;
height: auto;
margin-bottom: 1.5rem;
filter: drop-shadow(0 0 20px var(--color-pink-neon));
}

.graffiti-title {
font-family: 'newSlendermanswriting', cursive;
font-size: clamp(3rem, 10vw, 5rem);
color: var(--color-rosa-chicle);
text-transform: uppercase;
text-shadow: 0 0 30px var(--color-rojo-neon);
line-height: 1.2;
margin-bottom: 1rem;
}

.punktype-title {
font-family: 'PunkType', cursive;
font-size: clamp(2rem, 6vw, 3.5rem);
color: #000000;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
text-shadow:
-2px -2px 0 #ffffff,
2px -2px 0 #ffffff,
-2px 2px 0 #ffffff,
2px 2px 0 #ffffff,
0 0 10px #000000;
margin-bottom: 2rem;
}

.graffiti-trio {
display: flex;
gap: 1rem;
justify-content: center;
margin-bottom: 2rem;
font-family: 'newSlendermanswriting', cursive;
font-size: clamp(1.8rem, 5vw, 3rem);
}

.graffiti-blanco {
color: var(--color-blanco);
text-shadow: 0 0 10px var(--color-azul-efecto);
}

.graffiti-rojo {
color: var(--color-rojo-neon);
text-shadow: 0 0 20px var(--color-rojo-neon);
}

.hero-cta {
margin-bottom: 2rem;
}

.cta-button {
display: inline-block;
padding: 1.2rem 3.5rem;
background: var(--color-morado-neon);
color: var(--color-negro);
font-family: 'Bahianita', sans-serif;
font-size: 2rem;
text-decoration: none;
border: 3px solid var(--color-blanco);
border-radius: var(--border-radius-btn);
box-shadow: var(--sombra-neon);
transition: var(--transition-suave);
text-transform: uppercase;
font-weight: bold;
}

.cta-button:hover {
transform: scale(1.05);
background: var(--color-blanco);
color: var(--color-negro);
border-color: var(--color-morado-neon);
box-shadow: 0 0 40px var(--color-morado-neon);
}

.social-proof {
margin-top: 2rem;
}

.stars {
color: gold;
font-size: 2rem;
margin-bottom: 0.5rem;
}

.proof-text {
font-size: 1.5rem;
color: var(--color-blanco);
}

/* ============================
SECCIÓN PROBLEMA
============================ */
.problema-section {
padding: 4rem 1rem;
}

.agitacion-container {
max-width: 900px;
margin: 0 auto;
text-align: center;
}

.agitacion-text p {
font-size: 1.5rem;
margin: 1.5rem 0;
color: var(--color-blanco);
font-family: 'Bahianita', sans-serif;
}

/* ============================
MARQUEE
============================ */
.madlolita-marquee-container {
width: 100%;
overflow: hidden;
background: #000000 !important; /* Fondo negro */
border-top: 3px solid var(--color-morado-neon);
border-bottom: 3px solid var(--color-morado-neon);
padding: 1.5rem 0;
margin: 2rem 0;
}

.madlolita-marquee-track {
display: flex;
width: fit-content;
animation: madlolita-scroll 30s linear infinite;
}

.madlolita-marquee-content {
display: flex;
gap: 4rem;
white-space: nowrap;
padding: 0 2rem;
}

.madlolita-marquee-content span {
font-family: 'RansomBlancoZero', cursive;
font-size: 3rem;
text-transform: uppercase;
font-weight: bold;
}

.madlolita-rosa {
color: var(--color-rosa-chicle);
text-shadow: 0 0 10px var(--color-pink-neon);
}

.madlolita-rosa-claro {
color: var(--color-rosa-pastel);
text-shadow: 0 0 10px var(--color-rosa-pastel);
}

.madlolita-blanca {
color: var(--color-blanco);
text-shadow: 0 0 10px var(--color-azul-efecto);
}

/* ============================
STATS SECTION
============================ */
.stats-section {
padding: 2rem 1rem;
background: #000000 !important; /* Fondo negro */
border: none !important;
box-shadow: none !important;
backdrop-filter: none !important;
}

.stats-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 3rem;
max-width: 1200px;
margin: 0 auto;
}

.stat-item {
text-align: center;
min-width: 200px;
}

.counter-wrapper {
display: flex;
align-items: baseline;
justify-content: center;
font-family: 'PunkType', sans-serif;
font-size: 4rem;
color: var(--color-rosa-chicle);
text-shadow: 0 0 20px var(--color-rojo-neon);
margin-bottom: 0.5rem;
}

.counter-plus,
.counter-percent {
font-size: 2.5rem;
margin: 0 0.2rem;
}

.counter {
font-size: 4rem;
line-height: 1;
}

.counter-text {
font-size: 1.5rem;
text-transform: uppercase;
letter-spacing: 1px;
color: var(--color-blanco);
}

/* ============================
CARRUSEL DE IMÁGENES
============================ */
.carousel-item img {
    width: 150px !important;
    height: 200px !important;
    object-fit: cover !important;
    display: block !important;
}

.carousel-item {
    flex: 0 0 150px !important;
    height: 200px !important;
    padding: 10px;
    box-sizing: border-box;
}

.carousel-container {
    width: 100%;
    overflow: hidden;
}

.carousel-section {
padding: 40px 0 !important;
overflow: hidden !important;
background: #000 !important;
border-top: 3px solid var(--color-morado-neon);
border-bottom: 3px solid var(--color-morado-neon);
width: 100%;
position: relative;
}

/* Forzamos el contenedor a ser una fila horizontal */
body.home .carousel-track.fast-carousel,
body .carousel-section .carousel-track.fast-carousel {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: max-content;
    animation: mad-scroll-loop 50s linear infinite;
    will-change: transform;
}


.carousel-item:hover img {
filter: grayscale(0%);
transform: scale(1.03) rotate(1deg);
border-color: #fff;
box-shadow: 0 0 20px var(--color-morado-neon);
}

@keyframes mad-scroll-loop {
0% {
transform: translateX(0);
}
100% {
/* Se desplaza exactamente la mitad del ancho total del track */
transform: translateX(-50%);
}
}

.carousel-track:hover {
animation-play-state: paused;
}

/* ============================
LO QUE OFRECE
============================ */
.lo-que-ofrece-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
max-width: 1000px;
margin: 2rem auto;
}

.ofrece-card {
border: 3px solid var(--color-morado-neon);
border-radius: 20px;
padding: 2rem;
text-align: center;
transition: var(--transition-suave);
position: relative;
backdrop-filter: blur(10px);
display: flex;
flex-direction: column;
align-items: center;
}

.ofrece-card:hover {
transform: translateY(-10px);
box-shadow: var(--sombra-neon-hover);
border-color: var(--color-blanco);
}

.badge-popular {
position: absolute;
top: -15px;
right: 20px;
background: var(--color-rojo-neon);
color: var(--color-blanco);
padding: 0.5rem 1rem;
border-radius: 25px;
font-family: 'PunkType', cursive;
font-size: 1rem;
font-weight: bold;
border: 2px solid var(--color-blanco);
box-shadow: 0 0 15px var(--color-rojo-neon);
}

.ofrece-image-container {
width: 180px;
height: 180px;
margin: 0 auto 1.5rem;
border-radius: 50%;
overflow: hidden;
border: 4px solid var(--color-blanco);
box-shadow: 0 0 30px var(--color-pink-neon);
}

.ofrece-image,
.ofrece-video {
width: 100%;
height: 100%;
object-fit: cover;
}

.btn-ofrece {
display: inline-block;
margin-top: 1.5rem;
padding: 1rem 2.5rem;
background: transparent;
color: var(--color-blanco);
border: 2px solid var(--color-morado-neon);
border-radius: 25px;
text-decoration: none;
font-family: 'Bahianita', sans-serif;
font-size: 1.5rem;
transition: var(--transition-suave);
}

.btn-ofrece:hover {
background: var(--color-morado-neon);
color: var(--color-negro);
border-color: var(--color-blanco);
box-shadow: var(--sombra-neon);
}

@media (max-width: 768px) {
    .lo-que-ofrece-grid {
        display: flex;               /* Activa flexbox */
        overflow-x: auto;             /* Scroll horizontal */
        gap: 1rem;                    /* Espacio entre tarjetas */
        padding: 1rem 0.5rem;         /* Espacio alrededor */
        scroll-snap-type: x mandatory;/* Opcional: snap al desplazar */
        -webkit-overflow-scrolling: touch; /* Suavizado en iOS */
        scrollbar-width: none;        /* Oculta scroll en Firefox */
    }
    .lo-que-ofrece-grid::-webkit-scrollbar {
        display: none;                /* Oculta scroll en Chrome/Safari */
    }

    .ofrece-card {
        flex: 0 0 180px;              /* Ancho fijo de cada tarjeta */
        scroll-snap-align: start;      /* Opcional: alineación snap */
        margin: 0;
    }

    /* Ajustes de imagen y texto dentro de la tarjeta */
    .ofrece-image-container img,
    .ofrece-image-container video {
        max-width: 150px;              /* Tamaño de imagen/video */
        height: auto;
    }
    .ofrece-title {
        font-size: 1.3rem;
    }
    .ofrece-desc {
        font-size: 1rem;
    }
    .btn-ofrece {
        font-size: 1rem;
        padding: 0.4rem 0.8rem;
    }
}

.lo-que-ofrece-section {
        position: relative;
    }

    /* Flechas de navegación */
    .lo-que-ofrece-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.8);
        border: 2px solid var(--color-morado-neon);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        font-size: 1.5rem;
        color: var(--color-negro);
        transition: all 0.3s ease;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    }

    .lo-que-ofrece-arrow:hover {
        background: var(--color-morado-neon);
        color: white;
        transform: translateY(-50%) scale(1.1);
    }

    .lo-que-ofrece-arrow.left {
        left: 5px;
    }

    .lo-que-ofrece-arrow.right {
        right: 5px;
    }

    /* Ocultar flechas si no hay scroll (opcional, se puede controlar con JS) */
    .lo-que-ofrece-arrow.hidden {
        display: none;
    }
}

/* ============================
PROMOS Y BADGES
============================ */
.promo-desc {
font-size: 1.6rem;
}

.promo-badge,
.badge-hot,
.badge-new {
font-family: 'Bahianita', sans-serif !important;
font-size: 1.4rem;
padding: 0.5rem 1.2rem;
background: rgba(255, 102, 204, 0.7);  /* rosa chicle semitransparente */
color: #ffffff;
border-radius: 20px;
text-transform: uppercase;
letter-spacing: 1px;
}

/* ============================
EQUIPO
============================ */
.team-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2.5rem;
max-width: 1200px;
margin: 0 auto;
}

.team-item {
border: 3px solid var(--color-morado-neon);
border-radius: 15px;
overflow: hidden;
transition: var(--transition-suave);
backdrop-filter: blur(10px);
}

.team-item:hover {
transform: translateY(-5px);
box-shadow: var(--sombra-neon-hover);
}

.team-image {
width: 100%;
height: 280px;
overflow: hidden;
}

.team-image img {
width: 100%;
height: 100%;
object-fit: cover;
filter: grayscale(80%);
transition: filter 0.3s ease;
}

.team-item:hover .team-image img {
filter: grayscale(0%);
}

.team-info {
padding: 1.5rem;
text-align: center;
}

.team-role {
font-family: 'Bahianita', sans-serif !important;
color: #ffffff;
font-size: 1.6rem;
margin-bottom: 1.2rem;
}

.artist-bio-hidden {
margin-bottom: 1rem;
font-family: 'Bahianita', sans-serif !important;
font-size: 1.5rem;
color: #ffffff;
}

.member-socials {
display: flex;
justify-content: center;
gap: 1.5rem;
margin-top: 1rem;
}

.member-socials a {
color: var(--color-blanco);
font-size: 2rem;
transition: var(--transition-suave);
}

.member-socials a:hover {
color: var(--color-morado-neon);
transform: scale(1.2);
}

/* ============================
SEGURIDAD
============================ */
.security-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
max-width: 1200px;
margin: 2rem auto;
}

.security-item {
border: 3px solid var(--color-morado-neon);
border-radius: 15px;
padding: 1.8rem 1.2rem;
text-align: center;
transition: var(--transition-suave);
backdrop-filter: blur(10px);
display: flex;
flex-direction: column;
align-items: center;
position: relative;
cursor: pointer;
}

.security-item:hover {
transform: translateY(-5px);
box-shadow: var(--sombra-neon-hover);
border-color: var(--color-blanco);
}

.security-icon {
font-size: 3.5rem;
margin-bottom: 1rem;
filter: drop-shadow(0 0 10px var(--color-morado-neon));
}

.security-desc {
font-family: 'Bahianita', sans-serif !important;
font-size: 1.5rem;
color: var(--color-blanco);
margin-top: 0.7rem;
}

.seguridad-copy {
text-align: center;
max-width: 800px;
margin: 2rem auto 0;
font-size: 1.5rem;
color: var(--color-rosa-pastel);
}

/* ============================
FAQS
============================ */
.faq-container {
max-width: 900px;
margin: 2rem auto;
}

.faq-item {
background: rgba(255, 105, 180, 0.7) !important;  /* rosa */
border: var(--borde-neon-grueso) !important;
border-radius: 10px;
margin-bottom: 1.5rem;
overflow: hidden;
}

.faq-question {
padding: 1.5rem;
font-family: 'newSlendermanswriting', cursive;
font-size: 1.8rem;
color: #ffffff;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
transition: background 0.3s ease;
}

.faq-question:hover {
background: rgba(255, 0, 255, 0.1);
}

.faq-toggle {
font-size: 2.5rem;
font-weight: bold;
color: var(--color-blanco);
}

.faq-answer {
padding: 0 1.5rem 1.5rem;
display: none;
font-family: 'Bahianita', sans-serif;
font-size: 1.6rem;
color: #ffffff;
}

.faq-answer p {
margin-bottom: 1rem;
}

.faq-answer ul {
margin-left: 1.5rem;
margin-bottom: 1rem;
}

.faq-answer li {
list-style-type: disc;
margin-bottom: 0.5rem;
}

.faq-item.active .faq-answer {
display: block;
}

.faq-item.active .faq-toggle {
transform: rotate(45deg);
}

.faq-footer {
text-align: center;
margin-top: 2rem;
padding: 2rem;
background: var(--color-rosa-translucido);
border: var(--borde-neon-grueso);
border-radius: var(--border-radius-card);
}

.faq-footer a {
color: var(--color-rosa-chicle);
text-decoration: none;
font-weight: bold;
border-bottom: 2px solid var(--color-morado-neon);
}

.faq-footer .small {
font-size: 1rem;
color: var(--color-gris-medio);
}

/* ============================
CONTACTO
============================ */
.contact-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
}

.contact-info {
padding: 2rem;
border-radius: 10px;
font-family: 'Bahianita', sans-serif !important;
font-size: 1.7rem;
}

.contact-details {
margin-bottom: 2rem;
font-family: 'Bahianita', sans-serif !important;
font-size: 1.7rem;
}

.contact-text {
font-family: 'Bahianita', sans-serif !important;
font-size: 1.7rem;
}

.contact-details strong {
color: var(--color-rosa-chicle);
display: block;
margin-bottom: 0.5rem;
font-family: 'newSlendermanswriting', cursive;
font-size: 1.5rem;
}

.contact-details a {
color: var(--color-blanco);
text-decoration: none;
border-bottom: 1px solid var(--color-morado-neon);
}

.contact-details a:hover {
color: var(--color-rosa-chicle);
}

.contact-form {
padding: 2rem;
}

.madlolita-contact-form {
display: flex;
flex-direction: column;
gap: 1.5rem;
}

.form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
}

.form-group {
display: flex;
flex-direction: column;
gap: 0.5rem;
}

.form-group label {
font-family: 'newSlendermanswriting', cursive;
font-size: 1.6rem;
color: var(--color-rosa-chicle);
}

.form-group input,
.form-group select,
.form-group textarea {
width: 100%;
padding: 1rem;
background: rgba(0, 0, 0, 0.6);
border: 2px solid var(--color-morado-neon);
border-radius: 10px;
color: var(--color-blanco);
font-family: 'Bahianita', sans-serif;
font-size: 1.4rem;
transition: var(--transition-suave);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
outline: none;
border-color: var(--color-blanco);
box-shadow: 0 0 15px var(--color-morado-neon);
}

.style-options {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0.5rem;
margin-top: 0.5rem;
}

.checkbox-label {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 1.1rem;
color: var(--color-blanco);
}

.checkbox-label input[type="checkbox"] {
width: auto;
margin-right: 0.5rem;
}

.honeypot-field {
display: none !important;
}

.privacy-notice {
font-size: 1rem;
}

.privacy-notice a {
color: var(--color-rosa-chicle);
text-decoration: underline;
}

.form-response {
margin-top: 1rem;
text-align: center;
font-weight: bold;
}

.whatsapp-button {
display: inline-block;
padding: 1.2rem 2.5rem;
background: #25D366;
color: var(--color-blanco);
border-radius: 10px;
text-decoration: none;
font-family: 'Bahianita', sans-serif;
font-size: 1.5rem;
transition: var(--transition-suave);
}

.whatsapp-button:hover {
background: #128C7E;
transform: scale(1.05);
}

/* ============================
NUEVAS REGLAS DE FONDOS (INTEGRADAS)
============================ */
/* CONTENEDORES DE SECCIONES (MORADOS SEMITRANSPARENTES) */
.reviews-section,
.services-section,
.team-section,
.contact-section,
.promotions-section,
.faq-section,
.security-section,
.problema-section,
.mad-blog-container,
.lo-que-ofrece-section,
.agitacion-container,
.reviews-header-box,
.contact-container,
.map-container,
.contact-form {
background: rgba(128, 0, 128, 0.7) !important; /* Morado semitransparente */
border: var(--borde-neon-grueso) !important;
border-radius: var(--border-radius-card);
backdrop-filter: blur(12px);
box-shadow:
0 0 30px rgba(255, 0, 255, 0.2),
inset 0 0 40px rgba(128, 0, 128, 0.3);
margin-bottom: 2rem;
padding: 3rem 1.5rem;
}

/* CONTENEDORES DE ELEMENTOS (ROSAS SEMITRANSPARENTES) */
.ofrece-card,
.team-item,
.security-item,
.faq-item,
.glass-subcard,
.mad-team-member,
.valor-item,
.grid-item {
background: rgba(255, 105, 180, 0.7) !important; /* Rosa semitransparente (hotpink) */
border: var(--borde-neon-grueso) !important;
border-radius: var(--border-radius-card);
backdrop-filter: blur(8px);
}

/* ==========================================================================
ESTILOS PARA EL BLOG - MAD LOLITA ATELIER
========================================================================== */
.mad-blog-main-title,
.mad-blog-side-title,
.mad-blog-circular-title,
.mad-blog-title,
.post-title {
font-family: 'newSlendermanswriting', cursive !important;
font-size: clamp(2.2rem, 4.5vw, 3.2rem);
color: var(--color-rosa-chicle) !important;
text-transform: uppercase;
letter-spacing: 2px;
text-shadow:
0 0 10px #d40000,
0 0 20px #d40000,
0 0 30px #d40000,
2px 2px 6px rgba(0,0,0,0.9);
}

.entry-excerpt,
.entry-category,
.mad-blog-main-excerpt,
.mad-blog-side-excerpt,
.mad-blog-circular-excerpt {
font-family: 'Bahianita', sans-serif !important;
font-size: 1.6rem;
color: #ffffff;
}

.reading-progress-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 5px;
z-index: 9999;
background: rgba(0,0,0,0.2);
}

.reading-progress-bar {
height: 100%;
background: var(--color-rojo-neon);
width: 0%;
box-shadow: 0 0 10px var(--color-rojo-neon);
}

.post-content h2, .post-content h3 {
font-family: 'newSlendermanswriting', cursive !important;
color: var(--color-rojo-neon);
margin-top: 40px;
}

.post-content p {
font-family: 'Bahianita', sans-serif;
font-size: 1.6rem;
color: #e0e0e0;
line-height: 1.8;
margin-bottom: 25px;
}

/* Tags estilo estudio */
.tag {
display: inline-block;
background: #fff;
color: #000;
padding: 5px 15px;
font-family: 'Bahianita', cursive;
font-size: 1.4rem;
margin-right: 10px;
transform: rotate(-2deg); /* Efecto sticker/punk */
transition: 0.3s;
}

.tag:hover {
background: var(--color-rojo-neon);
color: #fff;
transform: rotate(0deg) scale(1.1);
}

/* Contenedor del post */
.blog-container {
background-color: var(--color-negro);
padding: 60px 20px;
max-width: 900px;
margin: 0 auto;
border-left: 1px solid #333;
border-right: 1px solid #333;
}

/* ==========================================================================
ESTILO STICKER PUNK - MAD LOLITA BLOG
========================================================================== */
/* Contenedor de posts relacionados */
.related-posts-section {
padding: 80px 0;
background-image: radial-gradient(#1a1a1a 1px, transparent 1px); /* Fondo sutil de puntos */
background-size: 20px 20px;
}

/* La Tarjeta tipo Sticker */
.related-card {
background: #ffffff; /* Fondo blanco para que parezca papel de sticker */
padding: 12px;
border: 3px solid #000;
position: relative;
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
box-shadow: 8px 8px 0px #d32f2f; /* Sombra sólida roja */
}

/* Efecto de rotación aleatoria para que parezcan pegados a mano */
.related-card:nth-child(odd) {
transform: rotate(-2deg);
}

.related-card:nth-child(even) {
transform: rotate(1.5deg);
}

.related-card:hover {
transform: rotate(0deg) scale(1.05);
box-shadow: 12px 12px 0px #000;
z-index: 10;
}

/* Imagen dentro del sticker */
.related-card img {
width: 100%;
height: 200px;
object-fit: cover;
filter: grayscale(20%); /* Un toque vintage */
border: 2px solid #000;
margin-bottom: 10px;
}

/* Título del post relacionado */
.related-card h4 {
font-family: 'newSlendermanswriting', cursive !important;
color: #000 !important; /* Texto negro sobre fondo blanco */
font-size: 1.2rem;
line-height: 1.2;
text-transform: uppercase;
margin: 10px 0;
}

/* Enlace "Leer más" tipo etiqueta */
.related-card a {
text-decoration: none;
}

/* Botón de WhatsApp en Sidebar (Efecto Graffiti) */
.sidebar-cta {
background: #000;
border: 4px double #d32f2f;
padding: 25px;
text-align: center;
position: relative;
overflow: hidden;
}

.btn-mad {
font-family: 'newSlendermanswriting', cursive;
font-size: 1.3rem;
letter-spacing: 1px;
border: none;
position: relative;
transition: 0.2s;
box-shadow: 4px 4px 0px #fff;
}

.btn-mad:active {
transform: translate(2px, 2px);
box-shadow: 0px 0px 0px #fff;
}

/* Tags del post como etiquetas de precio o ropa */
.tag-item {
display: inline-block;
background: #000;
color: #fff !important;
padding: 4px 12px;
margin: 5px;
font-family: 'Bahianita', cursive;
font-size: 1.2rem;
text-decoration: none;
border: 1px dashed #d32f2f;
}

.tag-item:hover {
background: #d32f2f;
color: #000 !important;
border-style: solid;
}

/* ==========================================================================
ESTILO PARA EL FOOTER - MAD LOLITA
========================================================================== */
.site-footer {
background-color: #000000;
color: #ffffff;
padding: 60px 0 20px;
border-top: 4px solid #d32f2f; /* Línea roja gruesa arriba */
font-family: 'Bahianita', sans-serif;
}

.footer-container {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 40px;
padding: 0 20px;
}

/* Logos y Títulos */
.footer-logo img {
max-width: 150px;
margin-bottom: 15px;
filter: drop-shadow(0 0 5px rgba(211, 47, 47, 0.5));
}

.footer-logo h3 {
font-family: 'newSlendermanswriting', cursive;
color: #d32f2f;
font-size: 1.5rem;
margin-bottom: 10px;
}

.footer-section h4 {
font-family: 'newSlendermanswriting', cursive;
text-transform: uppercase;
font-size: 1.2rem;
margin-bottom: 20px;
border-bottom: 2px solid #d32f2f;
display: inline-block;
padding-bottom: 5px;
}

/* Listas de contacto y horarios */
.footer-contact, .footer-hours {
list-style: none;
padding: 0;
}

.footer-contact li, .footer-hours li {
margin-bottom: 12px;
display: flex;
align-items: center;
gap: 10px;
color: #cccccc;
}

.footer-contact i {
color: #d32f2f;
width: 20px;
}

.footer-contact a {
color: #cccccc;
text-decoration: none;
transition: color 0.3s;
}

.footer-contact a:hover {
color: #ffffff;
}

/* Redes Sociales */
.footer-social {
margin-top: 20px;
display: flex;
gap: 15px;
}

.footer-social a {
background: #1a1a1a;
color: #fff;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
border: 1px solid #333;
transition: all 0.3s;
}

.footer-social a:hover {
background: #d32f2f;
transform: translateY(-5px) rotate(5deg);
border-color: #fff;
}

/* Bottom Bar */
.footer-bottom {
margin-top: 50px;
padding-top: 20px;
border-top: 1px solid #1a1a1a;
text-align: center;
font-size: 0.85rem;
color: #666;
}

.footer-bottom i {
color: #d32f2f;
}

/* ============================
MEDIA QUERIES - RESPONSIVE
============================ */
/* TABLETS */
@media (max-width: 1023px) {
.contact-container {
grid-template-columns: 1fr;
}

.security-grid {
grid-template-columns: repeat(2, 1fr);
}

.team-grid {
grid-template-columns: 1fr;
max-width: 600px;
}

.lo-que-ofrece-grid {
grid-template-columns: 1fr;
max-width: 500px;
}

.stats-container {
gap: 2rem;
}

.counter-wrapper {
font-size: 3rem;
}

.counter {
font-size: 3rem;
}
}

/* MÓVILES */
@media (max-width: 768px) {
.hero-content {
padding: 1.5rem;
}

.logo-hero {
width: 100px;
}

.graffiti-title {
font-size: 2.5rem;
}

.punktype-title {
font-size: 2rem;
}

.graffiti-trio {
font-size: 1.5rem;
flex-wrap: wrap;
}

.cta-button {
padding: 1rem 2rem;
font-size: 1.5rem;
}

.stats-container {
flex-direction: column;
gap: 2rem;
}

.stat-item {
min-width: auto;
}

.counter-wrapper {
font-size: 2.5rem;
}

.counter {
font-size: 2.5rem;
}

.carousel-item {
flex: 0 0 220px !important;
height: 300px;
}

.security-grid {
grid-template-columns: 1fr;
}

.security-item {
padding: 1.5rem;
}

.faq-question {
font-size: 1.3rem;
padding: 1rem;
}

.form-row {
grid-template-columns: 1fr;
}

.style-options {
grid-template-columns: 1fr;
}

.reviews-section,
.services-section,
.team-section,
.contact-section,
.promotions-section,
.faq-section,
.security-section,
.problema-section,
.stats-section,
.carousel-section,
.mad-blog-container,
.lo-que-ofrece-section,
.agitacion-container,
.reviews-header-box,
.contact-container,
.map-container,
.contact-form {
padding: 2rem 1rem;
}

.madlolita-marquee-content span {
font-size: 2rem;
}

.footer-container {
grid-template-columns: 1fr;
text-align: center;
}

.footer-section h4 {
display: block;
margin: 0 auto 20px;
width: fit-content;
}

.footer-contact li {
justify-content: center;
}

.footer-social {
justify-content: center;
}
}

/* MÓVILES PEQUEÑOS */
@media (max-width: 480px) {
.hero-content {
padding: 1rem;
}

.graffiti-title {
font-size: 2rem;
}

.punktype-title {
font-size: 1.5rem;
}

.cta-button {
padding: 0.8rem 1.5rem;
font-size: 1.2rem;
}

.ofrece-card {
padding: 1.5rem 1rem;
}

.team-image {
height: 200px;
}

.security-icon {
font-size: 2.5rem;
}
}

/* ANIMACIONES */
@keyframes madlolita-scroll {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}

@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

.fadeInUp {
animation: fadeInUp 1s ease-out;
}

.line1, .line2 {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* ========================================
   ESTILOS MAD LOLITA PARA ENTRADAS DE BLOG
   ======================================== */

:root {
    --mad-bg: #0a0507;
    --mad-card: #1e1217;
    --mad-blood: #8b1e1e;
    --mad-gold: #b89b6e;
    --mad-text: #e0d6cf;
    --mad-muted: #9a8c84;
    --mad-white: #f2e9e0;
    --mad-font-head: 'Special Elite', cursive;
    --mad-font-body: 'Cormorant Garamond', serif;
}

/* Tipografías (si no las tienes, importarlas) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600;700&family=Special+Elite&display=swap');

/* Hero */
.mad-hero {
    position: relative;
    height: 70vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 5%;
    margin-top: 80px; /* Ajusta según altura de tu header */
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mad-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
}
.mad-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 0%, rgba(10,5,7,0.8) 100%);
    z-index: 2;
}
.mad-hero-content {
    position: relative;
    z-index: 3;
    max-width: 900px;
    animation: fadeInUp 1s ease-out;
}
.mad-meta {
    color: var(--mad-gold);
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
    font-size: 0.9rem;
    font-family: var(--mad-font-head);
}
.mad-title {
    font-size: 3.2rem;
    margin-bottom: 1rem;
    text-shadow: 4px 4px 0 var(--mad-blood);
    color: var(--mad-white);
    font-family: var(--mad-font-head);
    text-transform: uppercase;
}
.mad-meta-info {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--mad-muted);
    margin: 1.5rem 0 2rem;
    font-family: var(--mad-font-head);
}
.mad-meta-info span {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.mad-meta-info i {
    color: var(--mad-blood);
    font-style: normal;
}
.mad-meta-info a {
    color: var(--mad-gold);
    text-decoration: none;
    border-bottom: 1px dotted transparent;
}
.mad-meta-info a:hover {
    color: var(--mad-blood);
    border-bottom-color: var(--mad-blood);
}
.mad-scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
    opacity: 0.5;
    color: var(--mad-white);
    font-size: 1.5rem;
    z-index: 3;
}

/* Contenedor principal */
.mad-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 4rem 5%;
    background-color: var(--mad-bg);
    color: var(--mad-text);
    font-family: var(--mad-font-body);
    font-size: 1.2rem;
    line-height: 1.7;
}
.mad-article {
    margin-bottom: 4rem;
}
.mad-article h2 {
    font-family: var(--mad-font-head);
    font-size: 2.2rem;
    margin: 2.5rem 0 1.5rem;
    color: var(--mad-gold);
    position: relative;
    display: inline-block;
}
.mad-article h2::before {
    content: '☠';
    color: var(--mad-blood);
    margin-right: 10px;
    font-size: 2rem;
}
.mad-article h3 {
    font-family: var(--mad-font-head);
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: var(--mad-white);
}
.mad-article p {
    margin-bottom: 1.8rem;
}
.mad-article ul {
    list-style: none;
    margin-bottom: 2rem;
}
.mad-article ul li {
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: 1rem;
}
.mad-article ul li::before {
    content: '⚜️';
    color: var(--mad-gold);
    position: absolute;
    left: 0;
    top: 0;
}
.mad-article .highlight-box {
    background: var(--mad-card);
    border-left: 6px solid var(--mad-blood);
    padding: 2rem;
    margin: 3rem 0;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    font-style: italic;
    border-right: 1px solid #3a2a2a;
}
.mad-article .highlight-box p {
    margin-bottom: 0;
    color: var(--mad-white);
    font-size: 1.3rem;
}
.mad-article .image-block {
    margin: 3rem 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.7);
    border: 1px solid var(--mad-blood);
    transition: transform 0.3s ease;
}
.mad-article .image-block:hover {
    transform: scale(1.01);
    border-color: var(--mad-gold);
}
.mad-article .image-block img {
    width: 100%;
    height: auto;
    display: block;
}
.mad-article .image-caption {
    background-color: var(--mad-card);
    padding: 1rem;
    text-align: center;
    font-size: 0.9rem;
    color: var(--mad-muted);
    font-style: italic;
    border-top: 1px solid #2a1a1a;
}

/* Comentarios */
.mad-comments {
    margin-top: 5rem;
    padding-top: 3rem;
    border-top: 2px dashed var(--mad-blood);
}
.mad-comments-title {
    font-family: var(--mad-font-head);
    color: var(--mad-white);
    margin-bottom: 2rem;
    font-size: 2rem;
}
.mad-comments .comment-list {
    list-style: none;
}
.mad-comments .comment {
    background: var(--mad-card);
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-left: 4px solid var(--mad-gold);
}
.mad-comments .comment-author {
    color: var(--mad-gold);
    font-weight: bold;
}
.mad-comments .comment-metadata {
    color: var(--mad-muted);
    font-size: 0.9rem;
}
.mad-comments .reply a {
    color: var(--mad-blood);
    text-transform: uppercase;
    font-size: 0.8rem;
}

/* Entradas relacionadas */
.mad-related {
    margin-top: 5rem;
    padding-top: 3rem;
    border-top: 2px dashed var(--mad-blood);
}
.mad-related-title {
    font-family: var(--mad-font-head);
    color: var(--mad-white);
    margin-bottom: 2rem;
    font-size: 2rem;
}
.mad-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}
.mad-related-card {
    background-color: var(--mad-card);
    border: 1px solid #3a2a2a;
    transition: transform 0.3s, border-color 0.3s;
    text-decoration: none;
    color: inherit;
    display: block;
    overflow: hidden;
}
.mad-related-card:hover {
    transform: translateY(-5px);
    border-color: var(--mad-blood);
}
.mad-related-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    opacity: 0.9;
}
.mad-related-card h4 {
    padding: 1rem 1rem 0.3rem;
    font-family: var(--mad-font-head);
    color: var(--mad-white);
    font-size: 1.1rem;
    margin: 0;
}
.mad-related-date {
    padding: 0 1rem 1rem;
    color: var(--mad-muted);
    font-size: 0.8rem;
    text-transform: uppercase;
}

.reviews-section {
    padding: 3rem 0;
    background: #f9f9f9;
}
.section-title-ml {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 0 15px;
}
.review-item {
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}
.review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
}
.review-meta {
    margin-bottom: 1rem;
}
.review-author {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
}
.review-meta time {
    font-size: 0.9rem;
    color: #666;
}
.review-rating {
    margin-top: 0.5rem;
}
.stars {
    color: #ff007a;
    font-size: 1.2rem;
    letter-spacing: 2px;
}
.review-body {
    line-height: 1.5;
    font-style: italic;
    flex: 1;
}
.reviews-cta {
    text-align: center;
}
.btn-ofrece, .btn-secondary {
    display: inline-block;
    padding: 10px 25px;
    margin: 0 5px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}
.btn-ofrece {
    background: #ff007a;
    color: #fff;
}
.btn-secondary {
    background: transparent;
    border: 2px solid #ff007a;
    color: #ff007a;
    cursor: pointer;
}
.btn-secondary:hover {
    background: #ff007a;
    color: #fff;
}
.reviews-empty {
    text-align: center;
    padding: 2rem;
}
/* Animaciones */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

/* Responsive */
@media (max-width: 768px) {
    .mad-title { font-size: 2.2rem; }
    .mad-hero { height: 60vh; min-height: 400px; margin-top: 60px; }
    .mad-meta-info { flex-direction: column; gap: 0.5rem; }
    .mad-container { padding: 2rem 5%; }
    .mad-article h2 { font-size: 1.8rem; }
}

/* Header */
.site-header {
    background: rgba(10, 5, 7, 0.95);
    backdrop-filter: blur(5px);
    border-bottom: 2px solid #8b1e1e; /* rojo sangre */
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo img {
    max-height: 60px;
    width: auto;
    display: block;
}

/* Menú de escritorio */
.desktop-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
}

.desktop-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.desktop-menu li {
    margin: 0;
    padding: 0;
}

.desktop-menu a {
    font-family: 'NewSlenderman', cursive;
    font-size: 1.2rem;
    color: #f2e9e0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.5rem 0;
    transition: color 0.3s ease, border-color 0.3s ease;
    border-bottom: 2px solid transparent;
}

.desktop-menu a:hover {
    color: #b89b6e; /* dorado viejo */
    border-bottom-color: #b89b6e;
}

/* Botón de cita */
.btn-cita {
    background: #8b1e1e;
    color: #f2e9e0;
    padding: 0.6rem 1.5rem;
    border-radius: 30px;
    font-family: 'NewSlenderman', cursive;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.btn-cita:hover {
    background: #b89b6e;
    color: #0a0507;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: 1rem;
    }
    .desktop-menu {
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .desktop-menu a {
        font-size: 1rem;
    }
}

/* Ocultar menú de escritorio en móvil */
@media (max-width: 768px) {
    .desktop-navigation {
        display: none;
    }
}

@media (max-width: 768px) {
    .btn-cita {
        display: none;
    }
}

html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1; /* ocupa todo el espacio disponible */
}

.site-footer {
  flex-shrink: 0;
}

/* Evitar scroll horizontal en todo el sitio */
html, body {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100%;
}

/* Ajustar el menú móvil para que no desborde */
.mobile-bottom-nav {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box; /* Incluye padding dentro del ancho */
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    left: 0;
    right: 0;
    margin: 0;
}

/* Asegurar que todos los contenedores respeten el ancho */
.site-header, .site-footer, .blog-container-principal, .single-container {
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}