/* ================================
   GLOBAL STYLES & RESET
   ================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ================================
   THEME 7: DEEP OCEAN
   (Professional, Trustworthy, Serene, Corporate)
   ================================ */

:root {
    --dark-blue: #0d1b2a;
    --deep-blue: #1b3a52;
    --blue-gray: #3d5a6c;
    --steel-blue: #7a94a8;
    --light-blue: #e8eef5;
    --gold: #1e90ff;
    --transition: all 0.3s ease;
    --gold-darker: #1c69db;
    --whatsapp-green: #00bcd4;
    --whatsapp-teal: #008ba3;
    --white: #ffffff;
    --black: #000;
    --navbar-bg: rgba(13, 27, 42, 0.95);
    --navbar-bg-scrolled: rgba(13, 27, 42, 0.98);
    --light-blue-opacity-10: rgba(232, 238, 245, 0.1);
    --light-blue-opacity-05: rgba(232, 238, 245, 0.05);
    --light-blue-opacity-08: rgba(232, 238, 245, 0.08);
    --light-blue-opacity-2: rgba(232, 238, 245, 0.2);
    --light-blue-opacity-95: rgba(232, 238, 245, 0.95);
    --gold-shadow-3: rgba(30, 144, 255, 0.3);
    --gold-shadow-4: rgba(30, 144, 255, 0.4);
    --gold-shadow-5: rgba(30, 144, 255, 0.5);
    --gold-glow: rgba(30, 144, 255, 0.5);
    --black-shadow-3: rgba(0, 0, 0, 0.3);
    --black-shadow-5: rgba(0, 0, 0, 0.5);
    --black-shadow-8: rgba(0, 0, 0, 0.8);
    --whatsapp-green-shadow-3: rgba(0, 188, 212, 0.3);
    --whatsapp-green-shadow-4: rgba(0, 188, 212, 0.4);
    --whatsapp-green-shadow-5: rgba(0, 188, 212, 0.5);
    --deep-blue-opacity-3: rgba(27, 58, 82, 0.3);
    --deep-blue-opacity-4: rgba(27, 58, 82, 0.4);
    --blue-gray-opacity-3: rgba(61, 90, 108, 0.3);
    --blue-gray-opacity-4: rgba(61, 90, 108, 0.4);
    --dark-blue-overlay: rgba(13, 27, 42, 0.7);
    --dark-blue-form-bg: rgba(13, 27, 42, 0.5);
    --dark-blue-form-bg-7: rgba(13, 27, 42, 0.7);
    --whatsapp-gradient: linear-gradient(135deg, #00bcd4, #008ba3);
    --gold-gradient: linear-gradient(135deg, #1e90ff, #1c69db);
}

/* ================================
   THEME 1: DARK ELEGANCE
   (Luxury, Sophisticated, Premium)
   ================================ */

:root {
    --dark-blue: #0a0e27;
    --deep-blue: #1a1f3a;
    --blue-gray: #4a5f7f;
    --steel-blue: #8b9dc3;
    --light-blue: #e8eef7;
    --gold: #d4af37;
    --transition: all 0.3s ease;
    --gold-darker: #b8941f;
    --whatsapp-green: #2d9d78;
    --whatsapp-teal: #1a6b52;
    --white: #ffffff;
    --black: #000;
    --navbar-bg: rgba(10, 14, 39, 0.95);
    --navbar-bg-scrolled: rgba(10, 14, 39, 0.98);
    --light-blue-opacity-10: rgba(232, 238, 247, 0.1);
    --light-blue-opacity-05: rgba(232, 238, 247, 0.05);
    --light-blue-opacity-08: rgba(232, 238, 247, 0.08);
    --light-blue-opacity-2: rgba(232, 238, 247, 0.2);
    --light-blue-opacity-95: rgba(232, 238, 247, 0.95);
    --gold-shadow-3: rgba(212, 175, 55, 0.3);
    --gold-shadow-4: rgba(212, 175, 55, 0.4);
    --gold-shadow-5: rgba(212, 175, 55, 0.5);
    --gold-glow: rgba(212, 175, 55, 0.5);
    --black-shadow-3: rgba(0, 0, 0, 0.3);
    --black-shadow-5: rgba(0, 0, 0, 0.5);
    --black-shadow-8: rgba(0, 0, 0, 0.8);
    --whatsapp-green-shadow-3: rgba(45, 157, 120, 0.3);
    --whatsapp-green-shadow-4: rgba(45, 157, 120, 0.4);
    --whatsapp-green-shadow-5: rgba(45, 157, 120, 0.5);
    --deep-blue-opacity-3: rgba(26, 31, 58, 0.3);
    --deep-blue-opacity-4: rgba(26, 31, 58, 0.4);
    --blue-gray-opacity-3: rgba(74, 95, 127, 0.3);
    --blue-gray-opacity-4: rgba(74, 95, 127, 0.4);
    --dark-blue-overlay: rgba(10, 14, 39, 0.7);
    --dark-blue-form-bg: rgba(10, 14, 39, 0.5);
    --dark-blue-form-bg-7: rgba(10, 14, 39, 0.7);
    --whatsapp-gradient: linear-gradient(135deg, #2d9d78, #1a6b52);
    --gold-gradient: linear-gradient(135deg, #d4af37, #b8941f);
}




html { scroll-behavior: smooth; }

body {
    font-family: 'Poppins', 'Heebo', sans-serif;
    background-color: var(--dark-blue);
    color: var(--light-blue);
    line-height: 1.7;
    overflow-x: hidden;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

h1 { font-family: 'Playfair Display', 'Frank Ruhl Libre', serif; font-size: 4rem; font-weight: 800; line-height: 1.2; }
h2 { font-family: 'Playfair Display', 'Frank Ruhl Libre', serif; font-size: 2.75rem; font-weight: 700; line-height: 1.3; }
h3 { font-family: 'Playfair Display', 'Frank Ruhl Libre', serif; font-size: 1.75rem; font-weight: 600; line-height: 1.4; }
h4 { font-family: 'Poppins', 'Heebo', sans-serif; font-size: 1.15rem; font-weight: 600; line-height: 1.5; }

p { font-size: 1.05rem; line-height: 1.8; margin-bottom: 1rem; }

.paragraph-text {
    font-family: 'Poppins', 'Heebo', sans-serif;
    font-size: 1.1rem;
    line-height: 1.9;
    color: var(--light-blue);
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.show-card-image .paragraph-text { font-size: 1.38rem; line-height: 1.85; text-align: left; }

.testimonial-text.paragraph-text { font-size: 1.32rem; line-height: 1.95; font-style: italic; margin-bottom: 25px; }

/* ================================
   NAVIGATION
   ================================ */

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--navbar-bg);
    backdrop-filter: blur(10px);
    z-index: 1000;
    transition: var(--transition);
    border-bottom: 1px solid var(--light-blue-opacity-10);
}

.navbar.scrolled {
    box-shadow: 0 5px 20px var(--black-shadow-5);
    background-color: var(--navbar-bg-scrolled);
}

.nav-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; height: 90px; }

.nav-logo { display: flex; align-items: center; gap: 15px; font-family: 'Playfair Display', 'Frank Ruhl Libre', serif; font-size: 1.9rem; font-weight: 700; color: var(--gold); text-decoration: none; letter-spacing: 2px; }

.nav-logo i { font-size: 2.2rem; color: var(--gold); }

.nav-logo span { font-size: 1.9rem; font-weight: 700; color: var(--gold); letter-spacing: 2px; font-family: 'Playfair Display', 'Frank Ruhl Libre', serif; }

.nav-logo:hover span { color: var(--gold); text-shadow: 0 0 10px var(--gold-glow); }

.logo-image { height: 60px; width: 100%; object-fit: contain; display: block; }

.logo-image:hover { transform: scale(1.05); transition: transform 0.3s ease; }

.nav-menu { display: flex; list-style: none; gap: 40px; align-items: center; }

.nav-link {
    text-decoration: none;
    color: var(--light-blue);
    font-weight: 800;
    font-size: 1.75rem;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: var(--transition);
}

.nav-link:hover, .nav-link.active { color: var(--gold); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }

/* Language Switcher Styling */
.nav-lang-switch {
    display: flex;
    align-items: center;
    margin: 0 15px;
}

.lang-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 8px 14px;
    background: linear-gradient(135deg, var(--gold), var(--gold-darker));
    color: var(--dark-blue);
    border-radius: 50%;
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: var(--transition);
}
.lang-toggle:hover { transform: scale(1.1); box-shadow: 0 0px 15px var(--gold-shadow-3); }

.nav-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--whatsapp-gradient);
    color: var(--white);
    border-radius: 50%;
    font-size: 1.2rem;
    transition: var(--transition);
    text-decoration: none;
}

.nav-whatsapp:hover { transform: scale(1.1); box-shadow: 0 0px 15px var(--whatsapp-green-shadow-4); }

.hamburger { display: none; flex-direction: column; cursor: pointer; gap: 5px; }
.hamburger span { width: 28px; height: 3px; background: var(--gold); transition: var(--transition); border-radius: 3px; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(8px, 8px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -7px); }

/* ================================
   HERO SECTION
   ================================ */

.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--dark-blue) 0%, var(--deep-blue) 50%, var(--blue-gray) 100%);
}

.hero-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="1" fill="rgba(245,208,66,0.1)"/></svg>');
    animation: float 30s linear infinite;
    opacity: 0.3;
}

@keyframes float { 0% { transform: translateY(0); } 100% { transform: translateY(-100px); } }

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, transparent 0%, var(--dark-blue-overlay) 100%);
}

.hero-content-wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    height: 100%;
    width: 70%;
}

.hero-content { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 80px 60px; text-align: center; width: 100%; }

.hero-title { font-size: 8.5rem; color: var(--gold); margin-bottom: 20px; text-shadow: 0 0 40px var(--gold-shadow-4); letter-spacing: 10px; line-height: 1.1; text-align: right; align-self: center; }
.hero-subtitle { font-size: 3.2rem; color: var(--light-blue); margin-bottom: 25px; font-weight: 400; letter-spacing: 8px; text-transform: uppercase; text-align: right; align-self: center; }
.hero-tagline { font-size: 1.9rem; color: var(--steel-blue); margin-bottom: 50px; font-style: italic; font-weight: 300; text-align: right; align-self: center; }
.hero-buttons { display: flex; gap: 20px; justify-content: flex-start; flex-wrap: wrap; align-self: center; }

.hero-image { position: relative; width: 100%; height: 107.5%; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 60px 40px; }
.hero-photo { width: 100%; height: 105%; object-fit: contain; object-position: center; display: block; max-height: 85vh; }

.hero-image-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--blue-gray), var(--deep-blue));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    pointer-events: none;
}

.hero-image-placeholder i { font-size: 8rem; color: var(--gold); opacity: 0.3; }
.hero-image-placeholder p { color: var(--steel-blue); font-size: 1.1rem; margin: 0; }

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 45px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.31rem;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.cta-button.primary {
    background: var(--gold-gradient);
    color: var(--dark-blue);
    box-shadow: 0 10px 30px var(--gold-shadow-3);
}

.cta-button.primary:hover { transform: translateY(-3px); box-shadow: 0 15px 40px var(--gold-shadow-5); }

.cta-button.secondary {
    background: var(--whatsapp-gradient);
    color: var(--white);
    box-shadow: 0 10px 30px var(--whatsapp-green-shadow-3);
    font-size: 1.31rem;
}

.cta-button.secondary:hover { transform: translateY(-3px); box-shadow: 0 15px 40px var(--whatsapp-green-shadow-5); }

/* ================================
   SECTION STYLING
   ================================ */

section { padding: 100px 0; position: relative; }

.section-title {
    font-size: 3.52rem;
    color: var(--gold);
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 25px auto 0;
}

.section-subtitle { text-align: center; font-size: 1.4rem; color: var(--steel-blue); margin-bottom: 60px; font-weight: 300; }

/* ================================
   EXPERIENCE SECTION
   ================================ */

.experience-section {
    background: linear-gradient(135deg, var(--dark-blue) 0%, var(--deep-blue) 100%);
    position: relative;
    z-index: 1;
    margin-top: -5vh;
    padding-top: 120px;
}

.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; max-width: 2000px; margin: 0 auto; padding: 0 0px; }
.experience-features { display: grid; grid-template-columns: 1fr; gap: 30px; margin-top: 40px; }
.about-contents { font-size: 1.8rem; color: var(--light-blue); margin-top: 0px; font-weight: 600; }

.feature-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 25px;
    background: var(--light-blue-opacity-05);
    border-radius: 12px;
    border: 1px solid var(--light-blue-opacity-10);
    transition: var(--transition);
}

.feature-item:hover { background: var(--light-blue-opacity-08); transform: translateX(10px); }
.feature-item i { font-size: 2.5rem; color: var(--gold); min-width: 50px; }
.feature-item h3 { font-size: 1.3rem; color: var(--light-blue); margin-bottom: 8px; }
.feature-item p { font-size: 0.95rem; color: var(--steel-blue); line-height: 1.7; margin: 0; }

.experience-video { position: relative; max-width: 800px; width: 600%; }

.video-wrapper {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 20px 60px var(--black-shadow-5);
}

.video-wrapper iframe, .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-wrapper iframe { pointer-events: none; }
.video-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; cursor: pointer; }

.video-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--navbar-bg);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.video-lightbox.active { display: flex; animation: fadeIn 0.3s ease; }

.video-lightbox-content {
    position: relative;
    width: 90%;
    max-width: 1400px;
    aspect-ratio: 16/9;
    background: var(--black);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 30px 80px var(--black-shadow-8);
}

.video-lightbox iframe { width: 100%; height: 100%; border: none; }

.video-lightbox-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: var(--gold);
    color: var(--dark-blue);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    z-index: 10001;
}

.video-lightbox-close:hover { transform: rotate(90deg) scale(1.1); }
.video-wrapper { cursor: pointer; transition: var(--transition); }
.video-wrapper:hover { transform: scale(1.02); }

/* ================================
   ABOUT SECTION
   ================================ */

.about-section { background-color: var(--deep-blue-opacity-3); padding-top: 120px; padding-bottom: 0px; min-height: auto; }

.about-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 70px; align-items: start; }
.about-image { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; }
.about-photo { width: 150%; max-width: none; height: auto; object-fit: cover; object-position: center; display: block; margin-top: -250px; margin-left: -270px; }

.about-section .section-title {
    font-size: 4.7rem;
    margin-bottom: 30px;
    line-height: 1.2;
    letter-spacing: 3px;
    text-align: center;
    padding-left: 420px;
    color: var(--gold);
    font-family: 'Playfair Display', 'Frank Ruhl Libre', serif;
    font-weight: 700;
}

.about-section .section-title::after { margin: 20px auto; width: 100px; }

.about-tabs { display: flex; gap: 20px; margin-bottom: 35px; border-bottom: 2px solid var(--light-blue-opacity-2); }

.tab-button {
    background: none;
    border: none;
    color: var(--steel-blue);
    font-size: 1.55rem;
    font-weight: 500;
    padding: 15px 5px;
    cursor: pointer;
    position: relative;
    transition: var(--transition);
    font-family: 'Poppins', 'Heebo', sans-serif;
}

.tab-button:hover { color: var(--gold); }
.tab-button.active { color: var(--gold); font-weight: 600; }

.tab-button.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--gold);
}

.tab-content { font-size: 1.55rem; font-weight: 500; display: none; animation: fadeIn 0.5s ease; }
.tab-content.active { display: block; }
.tab-content p { margin-bottom: 20px; font-size: 1.05rem; line-height: 1.8; color: var(--light-blue); }

.tab-content h4 {
    font-family: 'Poppins', 'Heebo', sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.8;
    color: var(--light-blue);
    margin: 0 0 20px 0;
    padding: 0;
    letter-spacing: 0.3px;
}

.tab-content h4:last-child { margin-bottom: 0; }
.tab-content h4:first-child { margin-top: 0; }
.tab-content h4:nth-child(odd) { color: var(--light-blue); font-weight: 600; }
.tab-content h4:nth-child(even) { color: var(--light-blue-opacity-95); font-weight: 600; }

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.stat {
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(135deg, var(--blue-gray-opacity-4), var(--deep-blue-opacity-4));
    border-radius: 12px;
    border: 1px solid var(--light-blue-opacity-10);
    transition: var(--transition);
}

.stat:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 10px 30px var(--black-shadow-3); }
.stat-number { display: block; font-size: 3rem; font-weight: 700; color: var(--gold); font-family: 'Playfair Display', 'Frank Ruhl Libre', serif; line-height: 1; margin-bottom: 10px; }
.stat-label { display: block; font-size: 0.95rem; color: var(--steel-blue); }

@media (max-width: 968px) {
    .about-grid { grid-template-columns: 1fr; gap: 50px; }
    .about-stats { grid-template-columns: 1fr; }
}

/* ================================
   SHOWS SECTION
   ================================ */

.shows-section {
    background: linear-gradient(135deg, var(--dark-blue) 0%, var(--deep-blue) 100%);
    padding: 120px 0;
    position: relative;
}

.shows-section .section-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: var(--gold);
    text-align: center;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.shows-section .section-title::after {
    content: '';
    display: block;
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 20px auto 0;
}

.shows-section .section-subtitle { font-size: 1.5rem; font-weight: 500; color: var(--steel-blue); text-align: center; line-height: 1.6; letter-spacing: 1px; max-width: 800px; margin: 0 auto 80px; }

.container_expand { max-width: 1800px; margin: 0 auto; padding: 0 40px; }

.shows-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 2400px;
    margin: 0 auto;
    padding: 0 20px;
    justify-items: center;
}

.show-card {
    width: 100%;
    max-width: 600px;
    height: auto;
    background: linear-gradient(135deg, var(--blue-gray-opacity-3), var(--deep-blue-opacity-3));
    border: 1px solid var(--light-blue-opacity-10);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.show-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px var(--gold-shadow-3); border-color: var(--gold); }

.show-card-front { padding: 0; display: flex; flex-direction: column; align-items: center; width: 100%; }

.show-icon {
    width: 100px;
    height: 100px;
    background: var(--gold-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

.show-card:hover .show-icon { transform: scale(1.1); }
.show-icon i { font-size: 2.5rem; color: var(--dark-blue); }

.show-card h3 { font-family: 'Playfair Display', 'Frank Ruhl Libre', serif; font-size: 2.8rem; font-weight: 600; color: var(--gold); margin: 0 0 25px 0; }

.show-card-image { width: 100%; margin-top: 0; text-align: left; }
.show-card-image img { width: 100%; height: auto; border-radius: 10px; margin-top: 15px; object-fit: cover; }

.show-card-expand { display: none; }
.show-card::after { display: none; }
.show-card.expanded { min-height: auto; }
.show-card.expanded .show-card-expand { max-height: none; padding: 0; border-top: none; }

@media (max-width: 1024px) { .shows-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; } }

@media (max-width: 768px) {
    .shows-section { padding: 80px 0; }
    .shows-section .section-title { font-size: 3.5rem; }
    .shows-section .section-subtitle { font-size: 1.2rem; margin-bottom: 50px; }
    .shows-grid { grid-template-columns: 1fr; gap: 30px; }
    .show-card { max-width: 100%; }
    .show-card h3 { font-size: 1.6rem; }
}

@media (max-width: 480px) {
    .shows-section .section-title { font-size: 2.5rem; }
    .show-icon { width: 70px; height: 70px; }
    .show-icon i { font-size: 1.8rem; }
    .show-card h3 { font-size: 1.5rem; }
}

.paragraph-text_show {
    font-family: 'Poppins', 'Heebo', sans-serif;
    font-size: 1.55rem;
    line-height: 1.8;
    color: var(--light-blue);
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.2px;
    word-spacing: 0.05em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

/* ================================
   TESTIMONIALS SECTION
   ================================ */

.testimonials-section {
    background: linear-gradient(135deg, var(--dark-blue) 0%, var(--deep-blue) 100%);
    padding: 100px 0;
    position: relative;
    border-left: 8px solid var(--gold);
    border-right: 8px solid var(--gold);
}

.testimonials-section .section-title {
    font-size: 3.8rem;
    font-weight: 700;
    color: var(--gold);
    text-align: center;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.testimonials-carousel {
    position: relative;
    max-width: 1800px;
    margin: 0 auto 60px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.carousel-wrapper { flex: 1; position: relative; width: 100%; overflow: hidden; border-radius: 15px; }

.testimonials-slider { display: flex; gap: 25px; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); width: 100%; }

.testimonial-card {
    flex: 0 0 calc(33.333% - 17px);
    min-width: calc(33.333% - 17px);
    background: linear-gradient(135deg, var(--blue-gray-opacity-4), var(--deep-blue-opacity-4));
    padding: 40px 30px;
    border-radius: 15px;
    border: 1px solid var(--light-blue-opacity-10);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px var(--black-shadow-3);
    border-color: var(--gold);
}

.quote-icon { font-size: 2.5rem; color: var(--gold); opacity: 0.3; margin-bottom: 20px; }

.testimonial-author {
    border-top: 1px solid var(--light-blue-opacity-10);
    padding-top: 20px;
    margin-top: auto;
}

.testimonial-author strong { display: block; color: var(--gold); font-size: 1.15rem; margin-bottom: 5px; font-family: 'Playfair Display', 'Frank Ruhl Libre', serif; }
.testimonial-author span { color: var(--steel-blue); font-size: 0.95rem; }

.carousel-btn {
    position: relative;
    background: var(--gold-gradient);
    color: var(--dark-blue);
    border: none;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 5px 20px var(--gold-shadow-3);
    flex-shrink: 0;
}

.carousel-btn:hover { transform: scale(1.1); box-shadow: 0 10px 30px var(--gold-shadow-5); }
.carousel-btn:active { transform: scale(0.95); }
.prev-btn { order: -1; }
.next-btn { order: 1; }

.carousel-indicators { display: flex; justify-content: center; gap: 12px; margin-top: 40px; }

.indicator-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--steel-blue);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.indicator-dot.active { background: var(--gold); transform: scale(1.3); border-color: var(--gold); }
.indicator-dot:hover { background: var(--light-blue); }

@media (max-width: 1024px) {
    .testimonial-card { flex: 0 0 calc(50% - 12.5px); min-width: calc(50% - 12.5px); padding: 35px 25px; }
    .testimonials-carousel { margin: 0 auto 40px; gap: 15px; }
    .carousel-btn { width: 50px; height: 50px; font-size: 1.2rem; }
}

@media (max-width: 768px) {
    .testimonials-section { border-left: 6px solid var(--gold); border-right: 6px solid var(--gold); padding: 80px 0; }
    .testimonials-carousel { flex-wrap: wrap; justify-content: center; gap: 20px; }
    .carousel-wrapper { width: 100%; order: 2; }
    .testimonial-card { flex: 0 0 100%; min-width: 100%; padding: 35px 25px; }
    .carousel-btn {
        width: 48px;
        height: 48px;
        font-size: 1.1rem;
        order: unset;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(245, 208, 66, 0.9);
    }
    .prev-btn { left: 10px; }
    .next-btn { right: 10px; }
    .testimonial-author strong { font-size: 1.05rem; }
}

@media (max-width: 600px) {
    .testimonials-section { border-left: 5px solid var(--gold); border-right: 5px solid var(--gold); }
    .carousel-btn { width: 44px; height: 44px; font-size: 1rem; }
    .testimonial-card { padding: 30px 20px; }
    .carousel-indicators { gap: 8px; }
    .indicator-dot { width: 10px; height: 10px; }
}

/* ================================
   GALLERY SECTION
   ================================ */

.gallery-section {
    background-color: var(--deep-blue-opacity-3);
    padding: 100px 0;
    position: relative;
    border-left: 8px solid var(--gold);
    border-right: 8px solid var(--gold);
}

.gallery-section .section-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: var(--gold);
    text-align: center;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    aspect-ratio: 1/1;
    cursor: pointer;
    box-shadow: 0 10px 30px var(--black-shadow-3);
    transition: all 0.3s ease;
}

.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: all 0.3s ease; }
.gallery-item:hover img { transform: scale(1.1); }

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-blue-overlay);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 3rem; color: var(--gold); transition: all 0.3s ease; }
.gallery-item:hover .gallery-overlay i { transform: scale(1.2); }

@media (max-width: 1400px) {
    .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 25px; max-width: 1200px; padding: 0 30px; }
}

@media (max-width: 1024px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .gallery-item { aspect-ratio: auto; height: 300px; }
    .gallery-section { border-left: 6px solid var(--gold); border-right: 6px solid var(--gold); }
}

@media (max-width: 768px) {
    .gallery-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 20px; }
    .gallery-item { aspect-ratio: 16/9; height: auto; }
    .gallery-section { border-left: 5px solid var(--gold); border-right: 5px solid var(--gold); }
}

/* ================================
   CLIENTS SECTION
   ================================ */

.clients-section { background-color: var(--deep-blue-opacity-3); }

.clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.client-item {
    background: var(--light-blue-opacity-05);
    padding: 45px 25px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--light-blue-opacity-10);
    transition: var(--transition);
    min-height: 120px;
}

.client-item:hover { background: var(--light-blue-opacity-08); border-color: var(--gold); transform: translateY(-5px); }

.client-name { font-size: 1.4rem; font-weight: 600; color: var(--steel-blue); font-family: 'Playfair Display', 'Frank Ruhl Libre', serif; text-align: center; }

.client-item img { max-width: 100%; height: auto; filter: grayscale(100%) brightness(1.5); transition: var(--transition); }
.client-item:hover img { filter: grayscale(0%) brightness(1); }

/* ================================
   FAQ SECTION
   ================================ */

.faq-section { background: linear-gradient(135deg, var(--dark-blue) 0%, var(--deep-blue) 100%); }

.faq-container { max-width: 1000px; margin: 0 auto; }

.faq-item {
    background: linear-gradient(135deg, var(--blue-gray-opacity-3), var(--deep-blue-opacity-3));
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid var(--light-blue-opacity-10);
    overflow: hidden;
    transition: var(--transition);
}

.faq-item:hover { border-color: var(--gold); }

.faq-question {
    padding: 28px 35px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
    gap: 20px;
}

.faq-question:hover { background: var(--light-blue-opacity-05); }

.faq-question h3 { font-size: 1.5rem; color: var(--light-blue); font-weight: 500; font-family: 'Poppins', 'Heebo', sans-serif; margin: 0; }
.faq-question i { color: var(--gold); transition: var(--transition); font-size: 1.2rem; min-width: 20px; }
.faq-item.active .faq-question i { transform: rotate(180deg); }

.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-answer p { padding: 0 35px 30px; color: var(--white); line-height: 1.8; font-size: 1rem; margin: 0; font-size: 1.5rem; }
.faq-item.active .faq-answer { max-height: 1000px; }

/* ================================
   CONTACT SECTION
   ================================ */

.contact-section { background-color: var(--deep-blue-opacity-3); }

.contact-grid { display: grid; grid-template-columns: 1fr 1.0fr; gap: 60px; align-items: start; }

.contact-info h3 { color: var(--gold); margin-bottom: 30px; font-size: 2.8rem; }

.contact-item { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 30px; }
.contact-item i { font-size: 2.0rem; color: var(--gold); margin-top: 5px; min-width: 30px; }
.contact-item h4 { font-size: 1.95rem; color: var(--light-blue); margin-bottom: 8px; }
.contact-item a, .contact-item p { color: var(--steel-blue); text-decoration: none; transition: var(--transition); font-size: 1.6rem; }
.contact-item a:hover { color: var(--gold); }

.contact-whatsapp { margin: 35px 0; }

.whatsapp-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 35px;
    background: var(--whatsapp-gradient);
    color: var(--white);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    font-size: 1.5rem;
    transition: var(--transition);
    box-shadow: 0 10px 30px var(--whatsapp-green-shadow-3);
}

.whatsapp-button:hover { transform: translateY(-3px); box-shadow: 0 15px 40px var(--whatsapp-green-shadow-5); }
.whatsapp-button i { font-size: 1.5rem; }

.social-links h4 { color: var(--light-blue); margin-bottom: 20px; font-size: 1.5rem; }
.social-icons { display: flex; gap: 15px; flex-wrap: wrap; }

.social-link {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue-gray), var(--deep-blue));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    text-decoration: none;
    font-size: 2.2rem;
    transition: var(--transition);
    border: 1px solid var(--light-blue-opacity-10);
}

.social-link:hover {
    background: var(--gold-gradient);
    color: var(--dark-blue);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px var(--gold-shadow-3);
}

.contact-form {
    background: linear-gradient(135deg, var(--blue-gray-opacity-3), var(--deep-blue-opacity-3));
    padding: 75px 40px;
    border-radius: 15px;
    border: 1px solid var(--light-blue-opacity-10);
}

.contact-form h3 { color: var(--gold); margin-bottom: 30px; font-size: 2.8rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { margin-bottom: 25px; }
.form-group.full-width { grid-column: 1 / -1; }

.form-group label { display: block; color: var(--light-blue); font-size: 1.35rem; margin-bottom: 10px; font-weight: 500; }

.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 15px 20px;
    background: var(--dark-blue-form-bg);
    border: 1px solid var(--light-blue-opacity-2);
    border-radius: 10px;
    color: var(--light-blue);
    font-size: 1.2rem;
    font-family: 'Poppins', 'Heebo', sans-serif;
    transition: var(--transition);
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 20px var(--gold-shadow-3);
    background: var(--dark-blue-form-bg-7);
}

.form-group input::placeholder, .form-group textarea::placeholder { color: var(--steel-blue); }
.form-group select { cursor: pointer; }
.form-group textarea { resize: vertical; min-height: 150px; }

.submit-button {
    width: 50%;
    padding: 18px;
    background: var(--gold-gradient);
    color: var(--dark-blue);
    border: none;
    border-radius: 10px;
    font-size: 1.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0 auto;
    gap: 12px;
}

.submit-button:hover { transform: translateY(-2px); box-shadow: 0 10px 30px var(--gold-shadow-4); }
.submit-button i { font-size: 1.1rem; }

/* ================================
   FOOTER
   ================================ */

.footer { background-color: rgba(7, 19, 48, 0.95); padding: 50px 0 30px; text-align: center; border-top: 1px solid var(--light-blue-opacity-10); }

.footer-content { max-width: 600px; margin: 0 auto; }
.footer-logo { display: inline-flex; align-items: center; gap: 12px; font-family: 'Playfair Display', 'Frank Ruhl Libre', serif; font-size: 1.8rem; font-weight: 700; color: var(--gold); margin-bottom: 15px; }
.footer-logo i { font-size: 2rem; }
.footer-tagline { color: var(--steel-blue); font-size: 1.05rem; font-style: italic; margin-bottom: 25px; }

.footer-social { display: flex; gap: 15px; justify-content: center; margin-bottom: 30px; }

.footer-social a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue-gray), var(--deep-blue));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    text-decoration: none;
    font-size: 1.1rem;
    transition: var(--transition);
    border: 1px solid var(--light-blue-opacity-10);
}

.footer-social a:hover { background: var(--gold-gradient); color: var(--dark-blue); transform: translateY(-3px); }

.copyright { color: var(--steel-blue); font-size: 0.9rem; margin: 0; padding-top: 20px; border-top: 1px solid var(--light-blue-opacity-10); }

/* ================================
   ANIMATIONS
   ================================ */

@keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.fade-in-up { animation: fadeInUp 0.8s ease-out; }

/* ================================
   RESPONSIVE DESIGN
   ================================ */

@media (max-width: 1024px) {
    .experience-grid { grid-template-columns: 1fr; gap: 50px; }
    .about-grid { grid-template-columns: 1fr; gap: 50px; }
    .contact-grid { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 968px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 80px;
        flex-direction: column;
        background-color: var(--navbar-bg-scrolled);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        padding: 40px 0;
        gap: 25px;
        box-shadow: 0 10px 30px var(--black-shadow-5);
    }
    .nav-menu.active { left: 0; }
    .nav-link::after { display: none; }
    .hamburger { display: flex; }
    h1, .hero-title { font-size: 3.5rem; }
    h2, .hero-subtitle { font-size: 1.5rem; letter-spacing: 4px; }
    .hero-tagline { font-size: 1.1rem; }
    .hero-buttons { flex-direction: column; align-items: center; }
    .cta-button { width: 100%; max-width: 300px; }
    section { padding: 70px 0; }
    .section-title { font-size: 2.5rem; }
    .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    h1, .hero-title { font-size: 2.5rem; letter-spacing: 4px; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.4rem; }
    .hero-subtitle { font-size: 1.2rem; letter-spacing: 3px; }
    .hero-tagline { font-size: 1rem; }
    .section-title { font-size: 2rem; }
    .section-subtitle { font-size: 1rem; }
    section { padding: 60px 0; }
    .container { padding: 0 15px; }
    .show-card, .testimonial-card { padding: 30px 20px; }
    .contact-form { padding: 30px 20px; }
    .feature-item { flex-direction: column; text-align: center; }
    .feature-item i { min-width: auto; }
    .stat-number { font-size: 2.5rem; }
    .clients-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .client-item { padding: 35px 15px; }
    .client-name { font-size: 1.2rem; }
    .faq-question { padding: 20px 20px; }
    .faq-question h3 { font-size: 1rem; }
    .faq-answer p { padding: 0 20px 20px; font-size: 0.95rem; }
    .contact-item { flex-direction: column; align-items: center; text-align: center; }
    .social-icons { justify-content: center; }
    .footer-logo { font-size: 1.5rem; }
}

@media (max-width: 400px) {
    .hero-title { font-size: 2rem; }
    .nav-logo { font-size: 1.3rem; }
    .cta-button { padding: 15px 30px; font-size: 1rem; }
}

/* ================================
   UTILITY CLASSES
   ================================ */

.text-center { text-align: center; }
.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 30px; }
.mb-1 { margin-bottom: 10px; }
.mb-2 { margin-bottom: 20px; }
.mb-3 { margin-bottom: 30px; }

/* ================================
   PRINT STYLES
   ================================ */

@media print {
    .navbar, .hamburger, .scroll-indicator, .cta-button, .whatsapp-button, .social-links, .contact-form { display: none; }
    body { background: white; color: var(--black); }
    section { page-break-inside: avoid; }
}

/* ================================
   MOBILE RESPONSIVE FIXES
   FOR ARIEL NOY MAGIC WEBSITE
   ================================
   
   Add these media query rules to your style.css file
   These rules only apply to screens 768px and below
   Desktop design remains completely unchanged
*/

/* ================================
   MOBILE: NAVIGATION BAR FIXES
   ================================ */

@media (max-width: 768px) {
    /* Fix navbar width and prevent overflow */
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        overflow: hidden;
    }

    /* Add proper navbar branding/logo */
    .nav-container {
        max-width: 100%;
        padding: 0 15px;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* Create logo/branding on the left */
    .nav-container::before {
        content: 'ARIEL NOY';
        font-family: 'Playfair Display', serif;
        font-size: 1.3rem;
        font-weight: 700;
        color: var(--gold);
        letter-spacing: 2px;
        order: -1;
    }

    /* Mobile menu - full width dropdown */
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: var(--navbar-bg-scrolled);
        width: 100%;
        text-align: center;
        transition: left 0.3s ease;
        padding: 30px 0;
        gap: 15px;
        box-shadow: 0 10px 30px var(--black-shadow-5);
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }

    .nav-menu.active {
        left: 0;
    }

    /* Mobile nav links */
    .nav-link {
        font-size: 1.1rem;
        padding: 12px 0;
        color: var(--light-blue);
    }

    .nav-link::after {
        display: none;
    }

    .nav-link:hover, .nav-link.active {
        color: var(--gold);
    }

    /* Hide language switcher and WhatsApp from mobile menu */
    .nav-lang-switch,
    .nav-menu li:last-child {
        display: none;
    }

    /* Show hamburger menu */
    .hamburger {
        display: flex;
        gap: 5px;
        cursor: pointer;
        order: 1;
    }

    .hamburger span {
        width: 25px;
        height: 3px;
        background: var(--gold);
        transition: 0.3s ease;
        border-radius: 3px;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }
}

/* ================================
   MOBILE: HERO SECTION FIXES
   ================================ */

@media (max-width: 768px) {
    .hero {
        height: auto;
        min-height: 100vh;
        padding-top: 70px;
        padding-bottom: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Stack hero content vertically */
    .hero-content-wrapper {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 30px;
        height: auto;
        display: grid;
        align-items: center;
        padding: 0 20px;
    }

    .hero-content {
        padding: 40px 20px;
        text-align: center;
        width: 100%;
        order: 2;
    }

    .hero-image {
        width: 100%;
        height: auto;
        padding: 20px;
        overflow: visible;
        order: 1;
    }

    .hero-photo {
        width: 100%;
        height: auto;
        max-height: 400px;
        object-fit: contain;
    }

    /* Adjust hero text sizes for mobile */
    .hero-title {
        font-size: 2.5rem;
        letter-spacing: 5px;
        text-shadow: 0 0 20px var(--gold-shadow-4);
        margin-bottom: 15px;
        text-align: center;
        align-self: auto;
    }

    .hero-subtitle {
        font-size: 1.3rem;
        letter-spacing: 3px;
        text-align: center;
        align-self: auto;
        margin-bottom: 15px;
    }

    .hero-tagline {
        font-size: 1rem;
        text-align: center;
        align-self: auto;
        margin-bottom: 30px;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 15px;
        justify-content: center;
        align-items: stretch;
        align-self: auto;
    }

    .cta-button {
        width: 100%;
        padding: 15px 25px;
        font-size: 1rem;
        justify-content: center;
    }
}

/* ================================
   MOBILE: SECTION SPACING
   ================================ */

@media (max-width: 768px) {
    section {
        padding: 60px 0;
    }

    .container {
        padding: 0 20px;
    }

    .container_expand {
        padding: 0 20px;
        max-width: 100%;
    }

    .section-title {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }

    .section-title::after {
        width: 80px;
        height: 3px;
    }

    .section-subtitle {
        font-size: 1rem;
        margin-bottom: 40px;
    }
}

/* ================================
   MOBILE: EXPERIENCE SECTION
   ================================ */

@media (max-width: 768px) {
    .experience-section {
        padding-top: 80px;
        margin-top: 0;
    }

    .experience-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0;
    }

    .experience-content .section-title {
        font-size: 2rem;
    }

    .experience-features {
        gap: 20px;
    }

    .feature-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 20px;
        gap: 15px;
    }

    .feature-item i {
        font-size: 2rem;
        min-width: auto;
    }

    .feature-item h2 {
        font-size: 1.2rem;
    }

    .about-contents {
        font-size: 1.3rem;
    }

    .experience-video {
        width: 100%;
        max-width: 100%;
    }

    .video-wrapper {
        max-width: 100%;
    }
}

/* ================================
   MOBILE: ABOUT SECTION
   ================================ */

@media (max-width: 768px) {
    .about-section {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-photo {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        margin-left: 0;
        height: auto;
    }

    .about-section .section-title {
        font-size: 2rem;
        padding-left: 0;
        text-align: center;
    }

    .about-tabs {
        flex-direction: column;
        gap: 10px;
        border-bottom: none;
        border-top: 2px solid var(--light-blue-opacity-2);
        padding-top: 15px;
    }

    .tab-button {
        font-size: 1.1rem;
        padding: 12px 0;
        border-bottom: 2px solid transparent;
    }

    .tab-button.active {
        border-bottom: 2px solid var(--gold);
    }

    .tab-button.active::after {
        display: none;
    }

    .tab-content p {
        font-size: 0.95rem;
    }

    .tab-content h4 {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .about-stats {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    .stat {
        padding: 25px 15px;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .stat-label {
        font-size: 0.9rem;
    }
}

/* ================================
   MOBILE: SHOWS SECTION
   ================================ */

@media (max-width: 768px) {
    .shows-section {
        padding: 60px 0;
    }

    .shows-section .section-title {
        font-size: 2rem;
    }

    .shows-section .section-subtitle {
        font-size: 0.95rem;
        margin-bottom: 40px;
    }

    .shows-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 20px;
    }

    .show-card {
        max-width: 100%;
        padding: 30px 20px;
    }

    .show-card h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .show-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }

    .show-icon i {
        font-size: 2rem;
    }

    .paragraph-text_show {
        font-size: 1rem;
        line-height: 1.6;
    }
}

/* ================================
   MOBILE: GALLERY SECTION
   ================================ */

@media (max-width: 768px) {
    .gallery-section {
        padding: 60px 0;
        border-left: 5px solid var(--gold);
        border-right: 5px solid var(--gold);
    }

    .gallery-section .section-title {
        font-size: 2rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }

    .gallery-item {
        aspect-ratio: 16/9;
        height: auto;
        min-height: 250px;
    }
}

/* ================================
   MOBILE: TESTIMONIALS SECTION
   ================================ */

@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 0;
        border-left: 5px solid var(--gold);
        border-right: 5px solid var(--gold);
    }

    .testimonials-section .section-title {
        font-size: 2rem;
    }

    .testimonials-carousel {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin: 0 auto 30px;
    }

    .carousel-wrapper {
        width: 100%;
        order: 2;
    }

    .testimonial-card {
        flex: 0 0 100%;
        min-width: 100%;
        padding: 25px 20px;
    }

    .testimonial-text.paragraph-text {
        font-size: 0.95rem;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .testimonial-author strong {
        font-size: 1rem;
    }

    .testimonial-author span {
        font-size: 0.85rem;
    }

    .carousel-btn {
        width: 45px;
        height: 45px;
        font-size: 1rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(212, 175, 55, 0.85);
    }

    .prev-btn {
        left: 5px;
        order: unset;
    }

    .next-btn {
        right: 5px;
        order: unset;
    }

    .carousel-indicators {
        gap: 8px;
        margin-top: 25px;
    }

    .indicator-dot {
        width: 10px;
        height: 10px;
    }
}

/* ================================
   MOBILE: CLIENTS SECTION
   ================================ */

@media (max-width: 768px) {
    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 20px;
    }

    .client-item {
        padding: 30px 15px;
        min-height: 100px;
    }

    .client-name {
        font-size: 1rem;
    }
}

/* ================================
   MOBILE: FAQ SECTION
   ================================ */

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-section .section-title {
        font-size: 2rem;
    }

    .faq-container {
        padding: 0 20px;
    }

    .faq-item {
        margin-bottom: 15px;
    }

    .faq-question {
        padding: 18px 20px;
        gap: 15px;
    }

    .faq-question h3 {
        font-size: 1rem;
        font-weight: 500;
    }

    .faq-question i {
        font-size: 1.1rem;
        min-width: 18px;
    }

    .faq-answer p {
        padding: 0 20px 20px;
        font-size: 0.9rem;
        line-height: 1.7;
        margin: 0;
    }
}

/* ================================
   MOBILE: CONTACT SECTION
   ================================ */

@media (max-width: 768px) {
    .contact-section {
        padding: 60px 0;
    }

    .contact-section .section-title {
        font-size: 2rem;
    }

    /* Stack contact info and form vertically */
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }

    .contact-info h3 {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }

    .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
        margin-bottom: 25px;
    }

    .contact-item i {
        font-size: 1.6rem;
        margin-top: 0;
    }

    .contact-item h4 {
        font-size: 1.2rem;
    }

    .contact-item a, .contact-item p {
        font-size: 1.1rem;
    }

    .contact-whatsapp {
        margin: 25px 0;
    }

    .whatsapp-button {
        width: 100%;
        justify-content: center;
        padding: 15px 20px;
        font-size: 1.1rem;
    }

    .whatsapp-button i {
        font-size: 1.3rem;
    }

    .social-links h4 {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }

    .social-icons {
        justify-content: center;
        gap: 12px;
    }

    .social-link {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }

    /* Contact form */
    .contact-form {
        padding: 30px 20px;
        border-radius: 12px;
    }

    .contact-form h3 {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .form-group {
        margin-bottom: 18px;
    }

    .form-group label {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 12px 15px;
        font-size: 1rem;
    }

    .form-group textarea {
        min-height: 120px;
    }

    .submit-button {
        width: 100%;
        padding: 15px;
        font-size: 1.1rem;
        margin: 10px 0 0 0;
    }

    .submit-button i {
        font-size: 1rem;
    }
}

/* ================================
   MOBILE: FOOTER
   ================================ */

@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px;
    }

    .footer-content {
        padding: 0 20px;
    }

    .footer-logo {
        font-size: 1.4rem;
        gap: 10px;
    }

    .footer-logo i {
        font-size: 1.6rem;
    }

    .footer-tagline {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    .footer-social {
        gap: 12px;
        margin-bottom: 25px;
    }

    .footer-social a {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .copyright {
        font-size: 0.8rem;
        margin: 0;
        padding-top: 15px;
    }
}

/* ================================
   MOBILE: EXTRA SMALL SCREENS (< 480px)
   ================================ */

@media (max-width: 480px) {
    .nav-container::before {
        font-size: 1rem;
        letter-spacing: 1px;
    }

    .nav-container {
        height: 60px;
        padding: 0 12px;
    }

    .hero {
        min-height: auto;
        padding-bottom: 20px;
    }

    .hero-title {
        font-size: 2rem;
        letter-spacing: 3px;
    }

    .hero-subtitle {
        font-size: 1.1rem;
        letter-spacing: 2px;
    }

    .hero-tagline {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 0.9rem;
    }

    .show-card h3 {
        font-size: 1.5rem;
    }

    .contact-item h4 {
        font-size: 1rem;
    }

    .contact-item a, .contact-item p {
        font-size: 1rem;
    }

    .social-link {
        width: 55px;
        height: 55px;
        font-size: 1.6rem;
    }

    .feature-item h2 {
        font-size: 1.1rem;
    }

    .clients-grid {
        grid-template-columns: 1fr;
    }
}

/* ================================
   MOBILE: PREVENT HORIZONTAL SCROLL
   ================================ */

@media (max-width: 768px) {
    * {
        max-width: 100%;
    }

    body {
        overflow-x: hidden;
    }

    html, body {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}