/* =========================================
   VARIABLES & RESET - PREMIUM DESIGN
   ========================================= */
:root {
    --gold-primary: #D4AF37;
    --gold-light: #F3E5AB;
    --gold-dark: #B5952F;
    --bg-dark: #070707;
    --bg-card: rgba(18, 18, 18, 0.7);
    --bg-card-hover: rgba(25, 25, 25, 0.9);
    --text-main: #EFEFEF;
    --text-muted: #A1A1A1;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
    --glass-border: 1px solid rgba(212, 175, 55, 0.15);
    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --box-shadow-glow: 0 8px 32px 0 rgba(212, 175, 55, 0.1);
}

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

body {
    font-family: var(--font-body);
    background-color: var(--bg-dark);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
    /* sutil textura para quitar el aspecto plano */
    background-image: radial-gradient(circle at 50% 0%, rgba(20, 20, 20, 1) 0%, rgba(7, 7, 7, 1) 100%);
}

h1, h2, h3, h4 {
    font-family: var(--font-heading);
    font-weight: 600;
}

a {
    text-decoration: none;
    color: var(--text-main);
    transition: var(--transition);
}

/* =========================================
   UTILITIES & ANIMATIONS
   ========================================= */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-center { text-align: center; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }
.gold-text { color: var(--gold-primary); }

.section-title {
    font-size: 2.8rem;
    margin-bottom: 10px;
    color: var(--text-main);
    letter-spacing: 1px;
}

.section-title span {
    color: var(--gold-primary);
    font-style: italic;
}

.section-desc {
    color: var(--text-muted);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 50px auto;
    font-weight: 300;
}

.btn-primary {
    display: inline-block;
    background: transparent;
    color: var(--gold-primary);
    padding: 12px 35px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid var(--gold-primary);
    border-radius: 0px; /* Bordes cuadrados, más serios y elegantes */
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--gold-primary);
    transition: var(--transition);
    z-index: -1;
}

.btn-primary:hover {
    color: var(--bg-dark);
}

.btn-primary:hover::before {
    width: 100%;
}

.btn-secondary {
    display: inline-block;
    background: transparent;
    color: var(--text-main);
    padding: 12px 35px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid var(--text-main);
    border-radius: 0px;
    transition: var(--transition);
}

.btn-secondary:hover {
    background: var(--text-main);
    color: var(--bg-dark);
}

/* Scroll Reveal classes */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
.delay-3 { transition-delay: 0.6s; }

/* =========================================
   NAVBAR
   ========================================= */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 25px 0;
    z-index: 1000;
    transition: var(--transition);
    background: transparent;
}

.navbar.scrolled {
    padding: 15px 0;
    background: rgba(5, 5, 5, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

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

.logo h2 {
    font-size: 1.5rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--text-main);
}

.logo span {
    color: var(--gold-primary);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-links li a {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
}

.nav-links li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: var(--gold-primary);
    transition: var(--transition);
}

.nav-links li a:hover::after {
    width: 100%;
}

.nav-links li a:hover {
    color: var(--gold-primary);
}

.hamburger {
    display: none;
    font-size: 1.5rem;
    color: var(--text-main);
    cursor: pointer;
}

/* =========================================
   HERO SECTION
   ========================================= */
.hero {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 120px 0 60px; /* Espacio para el navbar y padding inferior */
    background-image: url('img/fachada.jpeg'); /* SOLICITADO POR EL USUARIO */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Efecto Parallax suave */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Overlay sutil para que resalte el texto sin tapar la imagen */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(5, 5, 5, 0.55) 0%,
        rgba(5, 5, 5, 0.3) 50%,
        rgba(5, 5, 5, 0.65) 100%
    );
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.hero-logo-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--gold-primary);
    box-shadow: var(--box-shadow-glow);
    margin-bottom: 30px;
}

.hero-content .title {
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.hero-content .subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    color: var(--text-muted);
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* =========================================
   SECTIONS GENERAL
   ========================================= */
.section {
    padding: 100px 0;
}

.dark-bg {
    background-color: #0a0a0a;
}

/* =========================================
   ABOUT SECTION
   ========================================= */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.glass-box {
    background: var(--bg-card);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: var(--glass-border);
    padding: 40px;
    border-radius: 4px; /* Menos redondeado para aspecto serio */
    transition: var(--transition);
}

.glass-box:hover {
    transform: translateY(-5px);
    background: var(--bg-card-hover);
    box-shadow: var(--box-shadow-glow);
}

.glass-box h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--gold-primary);
}

.glass-box p {
    color: var(--text-muted);
    font-size: 1rem;
    margin-bottom: 15px;
}

.stats {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.stat-item h3 {
    font-size: 2.5rem;
    color: var(--gold-primary);
    line-height: 1;
    margin-bottom: 5px;
}

.stat-item p {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
}

.about-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center 20%;
    border-radius: 4px;
    border: var(--glass-border);
    box-shadow: var(--box-shadow-glow);
    filter: grayscale(20%) contrast(110%);
    transition: var(--transition);
}

.about-image img:hover {
    filter: grayscale(0%) contrast(100%);
}

/* =========================================
   VIDEO SECTION
   ========================================= */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 4px;
    border: var(--glass-border);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================================
   SERVICES SECTION
   ========================================= */
.services-menu {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: var(--transition);
    position: relative;
}

.menu-item:hover {
    padding-left: 10px;
    padding-right: 10px;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.05) 0%, transparent 100%);
    border-bottom-color: var(--gold-primary);
}

.menu-item.featured {
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 25px 20px;
    border-radius: 4px;
    background: rgba(212, 175, 55, 0.03);
    margin: 15px 0;
}

.featured-badge {
    position: absolute;
    top: -12px;
    left: 20px;
    background: var(--gold-primary);
    color: var(--bg-dark);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.menu-item-left {
    display: flex;
    align-items: baseline;
    gap: 25px;
    flex: 1;
}

.menu-number {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--gold-primary);
    opacity: 0.3;
    font-weight: 700;
}

.menu-info h3 {
    font-size: 1.25rem;
    color: var(--text-main);
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.menu-info p {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 0;
}

.menu-dots {
    flex-grow: 1;
    border-bottom: 2px dotted rgba(255,255,255,0.1);
    margin: 0 20px;
    position: relative;
    top: -8px;
}

.menu-price {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    color: var(--gold-primary);
    font-weight: 600;
    white-space: nowrap;
}

/* Birthday Banner */
.birthday-banner {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(5, 5, 5, 0.95) 100%);
    border: 1px solid var(--gold-primary);
    border-radius: 8px;
    padding: 25px 35px;
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.15);
    transition: var(--transition);
}

.birthday-banner:hover {
    box-shadow: 0 0 35px rgba(212, 175, 55, 0.3);
    transform: translateY(-3px);
}

.birthday-banner i {
    color: var(--gold-primary);
    font-size: 2rem;
    flex-shrink: 0;
}

.birthday-banner h3 {
    font-size: 1.2rem;
    color: var(--gold-primary);
    margin-bottom: 5px;
}

.birthday-banner p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

.domicilio-banner {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(5, 5, 5, 0.95) 100%);
    border: 1px solid var(--gold-primary);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.15);
    border-radius: 8px;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    transition: var(--transition);
}

.domicilio-banner:hover {
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
    transform: translateY(-5px);
}

.domicilio-content {
    display: flex;
    align-items: center;
    gap: 25px;
    text-align: left;
}

.domicilio-content h3 {
    font-size: 1.3rem;
    color: var(--text-main);
    margin-bottom: 5px;
}

.domicilio-content p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

.home-service .glass-box {
    max-width: 700px;
    margin: 0 auto;
    border-color: rgba(212, 175, 55, 0.3);
}

/* =========================================
   GALLERY SECTION
   ========================================= */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
}

.gallery-img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
    transition: all 0.6s ease;
    filter: grayscale(30%);
    cursor: pointer;
}

.gallery-img:hover {
    transform: scale(1.03);
    z-index: 2;
    filter: grayscale(0%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.8);
}

/* =========================================
   TEAM SECTION
   ========================================= */
.team-img-wrapper {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.team-img-wrapper::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid var(--gold-primary);
    z-index: -1;
    border-radius: 4px;
}

.team-img-wrapper img {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
    display: block;
}

.team-text {
    max-width: 700px;
    margin: 30px auto 0 auto;
    font-size: 1.1rem;
    color: var(--text-muted);
}

/* =========================================
   CONTACT & FOOTER
   ========================================= */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.contact-info .glass-box {
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact-item i {
    font-size: 1.5rem;
    color: var(--gold-primary);
    margin-right: 20px;
    margin-top: 5px;
}

.contact-item h4 {
    font-size: 1.1rem;
    color: var(--text-main);
    margin-bottom: 5px;
    font-family: var(--font-body);
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.map-container {
    height: 100%;
    min-height: 400px;
    border-radius: 4px;
    overflow: hidden;
    border: var(--glass-border);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: invert(90%) hue-rotate(180deg) contrast(110%);
}

footer {
    background-color: #050505;
    padding: 60px 0 30px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.footer-logo h2 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: var(--text-main);
    letter-spacing: 2px;
}

.footer-logo span { color: var(--gold-primary); }

.social-links {
    display: flex;
    gap: 20px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.05);
    color: var(--text-main);
    border-radius: 50%;
    font-size: 1.2rem;
    transition: var(--transition);
}

.social-links a:hover {
    background: var(--gold-primary);
    color: var(--bg-dark);
    transform: translateY(-5px);
}

.footer-bottom {
    text-align: center;
    color: #666;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

/* =========================================
   SLIDE-IN ANIMATIONS (Gallery)
   ========================================= */
.slide-in {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide-in.slide-left {
    transform: translateX(-120px) scale(0.95);
}

.slide-in.slide-right {
    transform: translateX(120px) scale(0.95);
}

.slide-in.slide-zoom {
    transform: scale(0.3) rotate(-10deg);
}

.slide-in.active {
    opacity: 1;
    transform: translateX(0) scale(1) rotate(0deg);
}

/* =========================================
   PRELOADER
   ========================================= */
#preloader {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: var(--bg-dark);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#preloader.fade-out {
    opacity: 0;
    visibility: hidden;
}

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

.loader-content h2 {
    font-size: 2rem;
    letter-spacing: 4px;
    color: var(--gold-primary);
    margin-bottom: 15px;
    animation: pulse-loader 1.5s infinite alternate;
}

.loader-line {
    width: 100px;
    height: 2px;
    background: rgba(212, 175, 55, 0.2);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.loader-line::after {
    content: '';
    position: absolute;
    top: 0; left: -50px;
    width: 50px;
    height: 100%;
    background: var(--gold-primary);
    animation: slide-line 1.5s infinite linear;
}

@keyframes slide-line {
    0% { left: -50px; }
    100% { left: 100%; }
}

@keyframes pulse-loader {
    0% { opacity: 0.6; transform: scale(0.98); }
    100% { opacity: 1; transform: scale(1.02); }
}

/* =========================================
   BUTTON HOVER SHINE & FLOAT PULSE
   ========================================= */
.btn-primary::after {
    content: '';
    position: absolute;
    top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    transition: none;
    z-index: -1;
}

.btn-primary:hover::after {
    animation: shine 0.75s;
}

@keyframes shine {
    100% { left: 200%; }
}

.pulse-animation {
    animation: float-pulse 2s infinite;
}

@keyframes float-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* =========================================
   TESTIMONIALS (Slider)
   ========================================= */
.testimonials-slider-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 20px 0;
}

.testimonials-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease-in-out;
}

.testimonial-card {
    min-width: calc(33.333% - 20px);
    background: var(--bg-card);
    border: var(--glass-border);
    padding: 30px;
    border-radius: 8px;
    text-align: left;
    position: relative;
    box-shadow: var(--box-shadow-glow);
}

.testimonial-card .stars {
    color: var(--gold-primary);
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.testimonial-card .review-text {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 20px;
    color: var(--text-main);
}

.testimonial-card .client-name {
    font-size: 1.1rem;
    color: var(--text-muted);
}

.testimonial-card .google-logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 25px;
    opacity: 0.8;
}

@media (max-width: 992px) {
    .testimonial-card { min-width: calc(50% - 15px); }
}
@media (max-width: 768px) {
    .testimonial-card { min-width: 100%; }
}

/* =========================================
   LIGHTBOX MODAL
   ========================================= */
.lightbox {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.95);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-content {
    max-width: 90%;
    max-height: 90vh;
    border: 2px solid var(--gold-primary);
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.lightbox.active .lightbox-content {
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: var(--text-main);
    font-size: 40px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.lightbox-close:hover {
    color: var(--gold-primary);
}

.gallery-img {
    cursor: pointer;
}

/* =========================================
   NIVEL DIOS - EXTRA FEATURES
   ========================================= */

/* Light Theme Variables */
body.light-theme {
    --bg-dark: #FAFAFA;
    --bg-card: rgba(255, 255, 255, 0.8);
    --bg-card-hover: rgba(255, 255, 255, 1);
    --text-main: #1A1A1A;
    --text-muted: #555555;
    background-image: radial-gradient(circle at 50% 0%, #FFFFFF 0%, #F0F0F0 100%);
}

/* Fix Light Theme contrast over dark hero */
body.light-theme .hero-content .title,
body.light-theme .hero-content .subtitle {
    color: #EFEFEF !important;
}

body.light-theme .navbar {
    background: rgba(250, 250, 250, 0.95);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.light-theme .dark-bg {
    background-color: #E8E8E8;
}

.light-theme footer {
    background-color: #E8E8E8;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.light-theme .footer-content {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.light-theme .social-links a {
    background: rgba(0,0,0,0.05);
    color: var(--text-main);
}

.light-theme .nav-links.active {
    background: rgba(250, 250, 250, 0.98);
}

.theme-btn {
    background: transparent;
    border: none;
    color: var(--text-main);
    font-size: 1.2rem;
    transition: var(--transition);
}

/* Se elimina el cursor:pointer explícito acá porque lo manejaremos con el custom cursor globalmente. */
.theme-btn:hover {
    color: var(--gold-primary);
    transform: rotate(30deg);
}

/* Scroll Progress Bar */
#scroll-progress-container {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 3px;
    background: transparent;
    z-index: 10001;
    pointer-events: none;
}

#scroll-progress {
    height: 100%;
    width: 0%;
    background: var(--gold-primary);
    transition: width 0.1s ease-out;
}

/* FAQ Accordion */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    margin-bottom: 10px;
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    color: var(--text-main);
    font-family: var(--font-body);
    font-size: 1.1rem;
    font-weight: 500;
    text-align: left;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
}

.faq-question:hover {
    color: var(--gold-primary);
}

.faq-question i {
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
    color: var(--gold-primary);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 10px;
}

.faq-answer p {
    color: var(--text-muted);
    padding-bottom: 20px;
}

/* =========================================
   RESPONSIVE DESIGN
   ========================================= */

/* ---- Tablet (hasta 992px) ---- */
@media (max-width: 992px) {
    .about-grid, .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .hero-content .title {
        font-size: 3.2rem;
    }
    .section-title {
        font-size: 2.2rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .stats {
        gap: 25px;
    }
    .stat-item h3 {
        font-size: 2rem;
    }
    .team-img-wrapper img {
        max-width: 500px;
    }
}

/* ---- Celular (hasta 768px) ---- */
@media (max-width: 768px) {
    /* Navbar */
    .nav-links {
        display: none;
    }
    .hamburger {
        display: block;
    }
    .nav-btn {
        display: none; /* Ocultar botón de agendar en nav para dar espacio */
    }
    .nav-links.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(5,5,5,0.98);
        padding: 20px 0;
        text-align: center;
        border-bottom: 1px solid var(--gold-primary);
        gap: 15px;
    }

    /* Hero */
    .hero {
        background-attachment: scroll; /* Parallax no funciona bien en celulares */
        background-size: contain;      /* Muestra la foto entera sin cortar las letras de la fachada */
        background-position: top center;
        background-repeat: no-repeat;
        background-color: var(--bg-dark);
        padding: 55vw 15px 40px;       /* Empuja el texto hacia abajo de la foto */
    }
    .hero-content .title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .hero-content .subtitle {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }
    .hero-logo-img {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }
    .hero-buttons {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    .btn-primary, .btn-secondary {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    /* Secciones */
    .section {
        padding: 60px 0;
    }
    .section-title {
        font-size: 1.9rem;
    }
    .section-desc {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    /* About */
    .glass-box {
        padding: 25px 20px;
    }
    .glass-box h3 {
        font-size: 1.6rem;
    }
    .stats {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .stat-item {
        text-align: center;
    }
    .stat-item h3 {
        font-size: 2rem;
    }

    /* Servicios Menu */
    .menu-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu-dots {
        display: none;
    }
    .menu-price {
        align-self: flex-start;
        margin-left: 55px; /* alinea con el texto */
    }
    .domicilio-banner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 25px 20px;
    }
    .domicilio-content {
        flex-direction: column;
        text-align: center;
    }

    /* Galería */
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .gallery-img {
        aspect-ratio: 3/4;
    }

    /* Equipo */
    .team-img-wrapper img {
        max-width: 100%;
    }
    .team-img-wrapper::after {
        display: none; /* Quitar borde decorativo en celular */
    }
    .team-text {
        font-size: 1rem;
        padding: 0 10px;
    }

    /* Video */
    .video-wrapper {
        border-radius: 8px;
    }

    /* Contacto */
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .map-container {
        min-height: 300px;
    }
    .contact-item {
        margin-bottom: 20px;
    }

    /* Footer */
    .footer-content {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }
    .footer-logo h2 {
        font-size: 1.4rem;
    }
    .social-links {
        justify-content: center;
    }
}

/* ---- Celular pequeño (hasta 480px) ---- */
@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    .hero-content .title {
        font-size: 1.6rem;
        letter-spacing: 1px;
    }
    .hero-content .subtitle {
        font-size: 0.9rem;
    }
    .hero-logo-img {
        width: 110px;
        height: 110px;
    }
    .section-title {
        font-size: 1.6rem;
    }
    .glass-box h3 {
        font-size: 1.4rem;
    }
    .stat-item h3 {
        font-size: 1.6rem;
    }
    .service-header {
        flex-direction: column;
        gap: 5px;
    }
    .home-service .glass-box {
        padding: 20px 15px;
    }
}
