/* styles.css - Minimal & Feminine Design with Beautiful Containers */
:root {
    --primary-color: #c89777;
    --secondary-color: #2c2c2c;
    --accent-color: #f5e6dc;
    --text-dark: #1a1a1a;
    --text-light: #7a7a7a;
    --rose-gold: #b87f65;
    --white: #ffffff;
    --off-white: #fafafa;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-dark);
    overflow-x: hidden;
    line-height: 1.8;
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}

html {
    scroll-behavior: smooth;
}

/* Navigation */
.navbar {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    padding: 1.2rem 0;
    transition: all 0.3s ease;
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--secondary-color) !important;
    letter-spacing: 3px;
}

.nav-link {
    color: var(--text-light) !important;
    font-weight: 400;
    font-size: 0.95rem;
    margin: 0 1.5rem;
    transition: color 0.3s ease;
    letter-spacing: 0.5px;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

/* Hero Section */
.hero-section-minimal {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}
.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
/* Hero text highlight styles */
.hero-text-highlight {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--white);
    line-height: 1.9;
    background: linear-gradient(90deg, rgba(200,151,119,0.25), rgba(245,230,220,0.15));
    padding: 1rem 1.5rem;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

/* Subtext with softer accent tone */
.hero-subtext-accent {
    font-size: 1.1rem;
    font-style: italic;
    color: var(--accent-color);
    opacity: 0.95;
    font-weight: 400;
}

.hero-image-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.12;
    z-index: 0;
}

.hero-overlay-minimal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-content-minimal {
    position: relative;
    z-index: 2;
}

.container {
    position: relative;
    z-index: 2;
}

.hero-decoration {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
    opacity: 0.6;
}

.hero-title-minimal {
    font-size: 4.5rem;
    font-weight: 300;
    color: var(--secondary-color);
    margin-bottom: 1rem;
    letter-spacing: 1px;
    line-height: 1.2;
}

.hero-subtitle-minimal {
    font-size: 4.5rem;
    font-weight: 400;
    color: var(--primary-color);
    font-style: italic;
    margin-bottom: 3rem;
    letter-spacing: 0.5px;
}

.hero-text-minimal {
    font-size: 1.15rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto 1.5rem;
    line-height: 1.9;
    font-weight: 300;
}

.hero-subtext-minimal {
    font-size: 1rem;
    color: var(--text-light);
    margin-bottom: 3rem;
    font-style: italic;
}

.hero-buttons {
    margin-top: 3rem;
}

/* Content Boxes - Elegant Containers */
.content-box-elegant {
    background: white;
    padding: 4rem 3rem;
    border-radius: 2px;
    box-shadow: 0 2px 20px rgba(200, 151, 119, 0.08);
    text-align: center;
}

.content-box-white {
    background: transparent;
    padding: 3rem 2rem;
}

.content-box-overlay {
    background: rgba(255, 255, 255, 0.95);
    padding: 4rem 3rem;
    border-radius: 2px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    backdrop-filter: blur(10px);
}

.quote-box-elegant {
    background: linear-gradient(135deg, rgba(245, 230, 220, 0.3), rgba(200, 151, 119, 0.2));
    padding: 3rem 2.5rem;
    border-left: 3px solid var(--primary-color);
    border-radius: 2px;
}

.results-box-elegant {
    background: white;
    padding: 3rem 2.5rem;
    border-radius: 2px;
    box-shadow: 0 2px 15px rgba(200, 151, 119, 0.08);
}

.cta-box-elegant {
    padding: 2rem 0;
}

/* Sections */
.section-minimal {
    padding: 120px 0;
}

.section-light {
    background: var(--accent-color);
}

.section-white {
    background: var(--white);
}

.section-image-bg {
    position: relative;
    background: url('/assets/img/push-limits-bg.jpg') center center / cover no-repeat;
    padding: 150px 0;
}

.section-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(44, 44, 44, 0.85), rgba(184, 127, 101, 0.75));
    z-index: 1;
}

.section-minimal .container {
    position: relative;
    z-index: 2;
}

.section-decoration {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
    opacity: 0.7;
}

.section-decoration-white {
    font-size: 1.5rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 2rem;
}

.section-title-minimal {
    font-size: 3rem;
    font-weight: 300;
    color: var(--secondary-color);
    margin-bottom: 2rem;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.section-divider {
    width: 60px;
    height: 1px;
    background: var(--primary-color);
    margin: 2rem auto 3rem;
    opacity: 0.6;
}

.section-divider-white {
    width: 60px;
    height: 1px;
    background: white;
    margin: 2rem auto 3rem;
    opacity: 0.8;
}

.section-lead-minimal {
    font-size: 1.3rem;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.section-text-minimal {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 2;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.section-text-white {
    font-size: 1.15rem;
    color: white;
    line-height: 2;
    margin-bottom: 0;
    font-weight: 300;
}

.section-text-emphasis {
    font-size: 1.15rem;
    color: var(--text-dark);
    line-height: 2;
}

/* Buttons */
.btn-minimal-primary {
    display: inline-block;
    padding: 0.9rem 3rem;
    background: transparent;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.4s ease;
}

.btn-minimal-primary:hover {
    background: var(--secondary-color);
    color: white;
}

.btn-minimal-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 2rem;
    background: transparent;
    color: white;
    border: 1px solid rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 1px;
    font-weight: 400;
    transition: all 0.3s ease;
    margin: 0.5rem;
}

.btn-minimal-outline:hover {
    background: white;
    color: var(--primary-color);
    border-color: white;
}

/* Feature Cards with Images */
.feature-card-elegant {
    background: white;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(200, 151, 119, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.feature-card-elegant:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(200, 151, 119, 0.2);
}

.feature-image-placeholder {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--accent-color), #e8d5c4);
}

.feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.feature-card-elegant:hover .feature-image {
    transform: scale(1.05);
}

.feature-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent, rgba(44, 44, 44, 0.7));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 2rem;
}

.feature-icon-minimal {
    font-size: 2.5rem;
    color: white;
    opacity: 0.9;
}

.feature-content {
    padding: 2.5rem 2rem;
    text-align: center;
}

.feature-title-minimal {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

.feature-text-minimal {
    font-size: 1rem;
    color: var(--text-light);
    line-height: 1.9;
    font-weight: 300;
}

/* Image Cards - Large with Overlay */
.image-card-elegant {
    height: 100%;
}

.image-wrapper {
    position: relative;
    height: 500px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(200, 151, 119, 0.15);
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.image-card-elegant:hover .card-image {
    transform: scale(1.08);
}

.image-card-overlay-elegant {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(44, 44, 44, 0.9), transparent 60%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 3rem;
    transition: background 0.4s ease;
}

.image-card-elegant:hover .image-card-overlay-elegant {
    background: linear-gradient(to top, rgba(200, 151, 119, 0.9), transparent 60%);
}

.overlay-content {
    text-align: center;
}

.overlay-decoration {
    font-size: 1.5rem;
    color: white;
    opacity: 0.8;
    margin-bottom: 1rem;
}

.image-card-title {
    font-size: 2.2rem;
    font-weight: 400;
    color: white;
    margin-bottom: 0.8rem;
    letter-spacing: 0.5px;
}

.image-card-text {
    font-size: 1rem;
    color: rgba(255,255,255,0.95);
    font-weight: 300;
}

/* Results List */
.results-list-minimal {
    list-style: none;
    padding: 0;
    text-align: left;
}

.results-list-minimal li {
    font-size: 1.15rem;
    color: var(--text-dark);
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(200, 151, 119, 0.15);
    font-weight: 300;
    letter-spacing: 0.3px;
    position: relative;
    padding-left: 2.5rem;
    transition: all 0.3s ease;
}

.results-list-minimal li:last-child {
    border-bottom: none;
}

.results-list-minimal li::before {
    content: "✦";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    opacity: 0.7;
    font-size: 1.2rem;
}

.results-list-minimal li:hover {
    padding-left: 3rem;
    color: var(--primary-color);
}

/* CTA Section */
.cta-minimal {
    padding: 120px 0;
    background: linear-gradient(135deg, var(--primary-color), var(--rose-gold));
    color: white;
    text-align: center;
}

.cta-title-minimal {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

.cta-text-minimal {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    opacity: 0.95;
    font-weight: 300;
}

.cta-buttons-minimal {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Footer */
.footer {
    background: var(--secondary-color);
    color: white;
    padding: 80px 0 40px;
}

.footer-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 1rem;
}

.footer-links a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
    font-weight: 300;
}

.footer-links a:hover {
    color: var(--primary-color);
}

.social-icons {
    font-size: 1.3rem;
}

.social-icons a {
    color: rgba(255,255,255,0.7);
    margin: 0 1rem;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: var(--primary-color);
}

/* Contact Page */
.contact-section {
    padding: 80px 0;
    background: var(--accent-color);
}

.contact-content-box {
    padding: 2rem 0;
}

.section-divider-left {
    width: 60px;
    height: 1px;
    background: var(--primary-color);
    margin: 1.5rem 0 2rem 0;
    opacity: 0.6;
}

.contact-info {
    margin-top: 3rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateX(5px);
    box-shadow: 0 3px 15px rgba(200, 151, 119, 0.15);
}

.contact-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--rose-gold));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    font-size: 1.3rem;
    color: white;
}

.contact-details h5 {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--secondary-color);
    margin-bottom: 0.5rem;
}

.contact-details p {
    color: var(--text-light);
    font-size: 0.95rem;
}

.contact-details a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.contact-form-box {
    background: white;
    padding: 3rem;
    border-radius: 2px;
    box-shadow: 0 5px 25px rgba(200, 151, 119, 0.12);
}

.contact-form-box h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: var(--secondary-color);
    font-size: 1.8rem;
}

.card {
    border-radius: 2px;
    border: none;
}

.form-control {
    border: 1px solid rgba(200, 151, 119, 0.3);
    border-radius: 2px;
    padding: 0.9rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    font-weight: 300;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(200, 151, 119, 0.15);
    outline: none;
}

.form-label {
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 0.6rem;
    font-size: 0.95rem;
}

.form-label .text-danger {
    color: var(--rose-gold) !important;
}

.btn-primary-custom {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-weight: 400;
    font-size: 0.95rem;
    border-radius: 2px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary-custom:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Alerts Elegantes */
.alert-elegant {
    border: none;
    border-radius: 2px;
    padding: 1.2rem 1.5rem;
    font-size: 0.95rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.alert-success {
    background: linear-gradient(135deg, rgba(200, 151, 119, 0.15), rgba(245, 230, 220, 0.3));
    color: var(--secondary-color);
    border-left: 3px solid var(--primary-color);
}

.alert-danger {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(255, 193, 193, 0.2));
    color: var(--secondary-color);
    border-left: 3px solid #dc3545;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 1s ease forwards;
}

.fade-in-delay {
    opacity: 0;
    animation: fadeIn 1s ease 0.3s forwards;
}

.fade-in-delay-2 {
    opacity: 0;
    animation: fadeIn 1s ease 0.6s forwards;
}

.fade-in-delay-3 {
    opacity: 0;
    animation: fadeIn 1s ease 0.9s forwards;
}

.fade-in-delay-4 {
    opacity: 0;
    animation: fadeIn 1s ease 1.2s forwards;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title-minimal,
    .hero-subtitle-minimal {
        font-size: 2.5rem;
    }

    .section-title-minimal {
        font-size: 2rem;
    }

    .cta-title-minimal {
        font-size: 2rem;
    }

    .section-minimal {
        padding: 80px 0;
    }

    .image-wrapper {
        height: 400px;
    }

    .feature-image-placeholder {
        height: 250px;
    }

    .nav-link {
        margin: 0.5rem 0;
    }

    .navbar-brand {
        font-size: 1.3rem;
    }

    .content-box-elegant,
    .content-box-overlay {
        padding: 2.5rem 1.5rem;
    }

    .results-box-elegant,
    .quote-box-elegant {
        padding: 2rem 1.5rem;
    }
}
/* Header 100% transparente arriba del todo */
.navbar.navbar-transparent {
    background: transparent !important; /* nada de color */
    box-shadow: none !important;        /* sin sombra */
    backdrop-filter: none !important;    /* sin blur */
}

/* Tipografía blanca sobre el hero */
.navbar.navbar-transparent .navbar-brand {
    color: #fff !important;
}
.navbar.navbar-transparent .nav-link {
    color: rgba(255,255,255,0.9) !important;
}
.navbar.navbar-transparent .nav-link:hover {
    color: #fff !important;
}

/* Icono hamburguesa blanco cuando es transparente */
.navbar.navbar-transparent .navbar-toggler {
    border-color: rgba(255,255,255,0.5);
}
.navbar.navbar-transparent .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Estado scrolleado: lo de siempre (tu estilo actual) */
.navbar.navbar-scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* Colores cuando está scrolleado */
.navbar.navbar-scrolled .navbar-brand { color: var(--secondary-color) !important; }
.navbar.navbar-scrolled .nav-link { color: var(--text-light) !important; }
.navbar.navbar-scrolled .nav-link:hover { color: var(--primary-color) !important; }

/* Móvil: si abres el menú arriba del todo y quieres que siga 100% transparente, deja esto.
   Si prefieres que el panel sea legible, cambia el background a rgba(0,0,0,.6) */
@media (max-width: 991.98px) {
    .navbar.navbar-transparent .navbar-collapse.show {
        background: transparent; /* 100% transparente */
    }
}
/* ============================================
   FORZAR HEADER SÓLIDO EN PÁGINA DE CONTACTO
   Añadir esto al final de styles.css
   ============================================ */

/* Header sólido en páginas específicas (contacto, etc) */
body.page-solid-nav .navbar,
body.contacto .navbar {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
}

/* Texto oscuro cuando el header es sólido */
body.page-solid-nav .navbar-brand,
body.contacto .navbar-brand {
    color: var(--secondary-color) !important;
}

body.page-solid-nav .nav-link,
body.contacto .nav-link {
    color: var(--text-light) !important;
}

body.page-solid-nav .nav-link:hover,
body.contacto .nav-link:hover {
    color: var(--primary-color) !important;
}

/* Hamburguesa oscura */
body.page-solid-nav .navbar-toggler,
body.contacto .navbar-toggler {
    border-color: rgba(44, 44, 44, 0.3);
}

body.page-solid-nav .navbar-toggler-icon,
body.contacto .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(44,44,44,0.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Evitar que el JS lo vuelva transparente */
body.page-solid-nav .navbar.navbar-transparent,
body.contacto .navbar.navbar-transparent {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
}

/* Panel del menú móvil también sólido */
@media (max-width: 991.98px) {
    body.page-solid-nav .navbar-collapse,
    body.contacto .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        padding: 1rem;
        border-radius: 2px;
        margin-top: 1rem;
    }
}
/* ============================================
   MENÚ MÓVIL CON FONDO SÓLIDO
   Añadir al final de styles.css
   ============================================ */

/* Fondo sólido para el menú móvil cuando está abierto */
@media (max-width: 991.98px) {
    /* Cuando el menú está transparente en desktop */
    .navbar.navbar-transparent .navbar-collapse {
        background: rgba(44, 44, 44, 0.95) !important;
        backdrop-filter: blur(10px);
        padding: 1.5rem;
        border-radius: 8px;
        margin-top: 1rem;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }

    /* Links blancos en el menú móvil transparente */
    .navbar.navbar-transparent .navbar-collapse .nav-link {
        color: rgba(255, 255, 255, 0.9) !important;
        padding: 0.8rem 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar.navbar-transparent .navbar-collapse .nav-link:hover {
        color: var(--primary-color) !important;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 4px;
    }

    .navbar.navbar-transparent .navbar-collapse .nav-item:last-child .nav-link {
        border-bottom: none;
    }

    /* Cuando el navbar está scrolleado, menú blanco */
    .navbar.navbar-scrolled .navbar-collapse {
        background: rgba(255, 255, 255, 0.98) !important;
        backdrop-filter: blur(10px);
        padding: 1.5rem;
        border-radius: 8px;
        margin-top: 1rem;
        box-shadow: 0 8px 25px rgba(200, 151, 119, 0.2);
    }

    .navbar.navbar-scrolled .navbar-collapse .nav-link {
        color: var(--text-light) !important;
        padding: 0.8rem 1rem;
        border-bottom: 1px solid rgba(200, 151, 119, 0.1);
    }

    .navbar.navbar-scrolled .navbar-collapse .nav-link:hover {
        color: var(--primary-color) !important;
        background: rgba(200, 151, 119, 0.05);
        border-radius: 4px;
    }

    /* Página de contacto y otras con header sólido */
    body.page-solid-nav .navbar-collapse,
    body.contacto .navbar-collapse {
        background: rgba(255, 255, 255, 0.98) !important;
        backdrop-filter: blur(10px);
        padding: 1.5rem;
        border-radius: 8px;
        margin-top: 1rem;
        box-shadow: 0 8px 25px rgba(200, 151, 119, 0.2);
    }

    body.page-solid-nav .navbar-collapse .nav-link,
    body.contacto .navbar-collapse .nav-link {
        color: var(--text-dark) !important;
        padding: 0.8rem 1rem;
        border-bottom: 1px solid rgba(200, 151, 119, 0.1);
    }

    body.page-solid-nav .navbar-collapse .nav-link:hover,
    body.contacto .navbar-collapse .nav-link:hover {
        color: var(--primary-color) !important;
        background: rgba(200, 151, 119, 0.05);
        border-radius: 4px;
    }

    /* Animación suave al abrir el menú */
    .navbar-collapse.collapsing,
    .navbar-collapse.show {
        animation: slideDown 0.3s ease-out;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* Asegurar que el botón hamburguesa sea visible */
.navbar-toggler {
    padding: 0.5rem 0.75rem;
    border-width: 2px;
    transition: all 0.3s ease;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(200, 151, 119, 0.25);
}

/* Icono hamburguesa más grande y visible */
.navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
}