/* LuxeSkate — Premium Design System */
:root {
    --black: #0a0a0a;
    --black-light: #1a1a1a;
    --navy: #0A2342;
    --navy-light: #14325a;
    --navy-dark: #061528;
    --gold: #C5A059;
    --gold-light: #d4b36a;
    --gold-dark: #a8863f;
    --white: #FFFFFF;
    --gray-soft: #F5F5F5;
    --sky: #4DA6FF;
    --text: #333333;
    --text-muted: #6c757d;
    --shadow: 0 10px 40px rgba(10, 35, 66, 0.12);
    --shadow-gold: 0 8px 30px rgba(212, 175, 55, 0.25);
    --radius: 12px;
    --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --font-heading: 'Playfair Display', 'Cinzel', Georgia, serif;
    --font-cinzel: 'Cinzel', serif;
    --font-body: 'Poppins', 'Montserrat', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--white);
    overflow-x: hidden;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6, .font-heading { font-family: var(--font-heading); }
.font-cinzel { font-family: var(--font-cinzel); }
.text-gold { color: var(--gold) !important; }
.text-navy { color: var(--navy) !important; }
.text-sky { color: var(--sky) !important; }
.bg-navy { background-color: var(--navy) !important; }
.bg-gold { background-color: var(--gold) !important; }
.bg-soft { background-color: var(--gray-soft) !important; }

/* Buttons */
.btn-gold {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: var(--navy-dark);
    border: none;
    font-weight: 600;
    border-radius: 50px;
    padding: 0.6rem 1.75rem;
    transition: var(--transition);
    box-shadow: var(--shadow-gold);
}
.btn-gold:hover {
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
    color: var(--navy-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.4);
}
.btn-outline-gold {
    border: 2px solid var(--gold);
    color: var(--gold);
    background: transparent;
    font-weight: 600;
    border-radius: 50px;
    padding: 0.55rem 1.75rem;
    transition: var(--transition);
}
.btn-outline-gold:hover {
    background: var(--gold);
    color: var(--navy-dark);
}
.btn-navy {
    background: var(--navy);
    color: var(--white);
    border: none;
    font-weight: 600;
    border-radius: 50px;
    padding: 0.6rem 1.75rem;
    transition: var(--transition);
}
.btn-navy:hover { background: var(--navy-light); color: var(--white); transform: translateY(-2px); }
.btn-sky {
    background: var(--sky);
    color: var(--white);
    border: none;
    font-weight: 600;
    border-radius: 50px;
    transition: var(--transition);
}
.btn-sky:hover { background: #3d95ef; color: var(--white); }

/* Top Bar */
.top-bar {
    background: var(--navy-dark);
    color: rgba(255,255,255,0.8);
    font-size: 0.82rem;
    padding: 0.45rem 0;
}
.top-bar a { color: var(--gold); text-decoration: none; }
.top-bar a:hover { color: var(--gold-light); }

/* Navbar */
.navbar-luxeskate {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(12px);
    padding: 0.75rem 0;
    transition: var(--transition);
    box-shadow: 0 2px 20px rgba(0,0,0,0.35);
    border-bottom: 1px solid rgba(197,160,89,0.15);
}
body.page-home .navbar-luxeskate.navbar-hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: transparent;
    box-shadow: none;
    border-bottom: none;
}
body.page-home .navbar-luxeskate.navbar-hero.scrolled {
    position: fixed;
    background: rgba(0, 0, 0, 0.96);
    box-shadow: 0 4px 30px rgba(0,0,0,0.4);
    border-bottom: 1px solid rgba(197,160,89,0.15);
    padding: 0.5rem 0;
}
.navbar-luxeskate .nav-uppercase .nav-link {
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.8px;
    font-weight: 600;
}
.navbar-luxeskate.scrolled { padding: 0.5rem 0; }
.navbar-luxeskate .navbar-brand .brand-name {
    display: block;
    font-family: var(--font-cinzel);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1.2;
}
.navbar-luxeskate .navbar-brand .brand-sub {
    display: block;
    font-size: 0.65rem;
    color: rgba(255,255,255,0.6);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.logo-nav { border-radius: 50%; object-fit: cover; }
.navbar-luxeskate .nav-link {
    color: rgba(255,255,255,0.85) !important;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 0.9rem !important;
    transition: var(--transition);
    position: relative;
}
.navbar-luxeskate .nav-link:hover,
.navbar-luxeskate .nav-link.active { color: var(--gold) !important; }
.navbar-luxeskate .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background: var(--gold);
    border-radius: 2px;
}
.navbar-toggler { border-color: var(--gold); }
.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%28212, 175, 55, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dropdown-menu-luxeskate {
    background: var(--navy);
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: var(--radius);
    padding: 0.5rem;
    box-shadow: var(--shadow);
}
.dropdown-menu-luxeskate .dropdown-item {
    color: rgba(255,255,255,0.85);
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-size: 0.88rem;
}
.dropdown-menu-luxeskate .dropdown-item:hover {
    background: rgba(212,175,55,0.15);
    color: var(--gold);
}

/* Hero */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hero-video-wrap video,
.hero-video-wrap .hero-bg-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-bg-fallback {
    background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 50%, var(--navy-light) 100%);
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10,35,66,0.88) 0%, rgba(10,35,66,0.65) 50%, rgba(10,35,66,0.8) 100%);
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
    color: var(--white);
    padding: 6rem 0 4rem;
}
.hero-logo {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--gold);
    box-shadow: var(--shadow-gold);
    margin-bottom: 1.5rem;
}
.hero-title {
    font-family: var(--font-cinzel);
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 700;
    color: var(--gold);
    line-height: 1.15;
    margin-bottom: 0.5rem;
}
.hero-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    color: rgba(255,255,255,0.9);
    font-weight: 300;
    margin-bottom: 2rem;
    max-width: 600px;
}
.hero-cta .btn { margin: 0.35rem 0.35rem 0.35rem 0; }
.hero-scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: var(--gold);
    animation: bounce 2s infinite;
    font-size: 1.5rem;
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(10px); }
}

/* Section */
.section { padding: 5rem 0; }
.section-sm { padding: 3rem 0; }
.section-title {
    font-family: var(--font-cinzel);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    color: var(--navy);
    margin-bottom: 0.5rem;
}
.section-subtitle {
    color: var(--text-muted);
    font-size: 1.05rem;
    max-width: 650px;
    margin: 0 auto 3rem;
}
.gold-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    margin: 0.75rem auto 1.5rem;
    border-radius: 3px;
}
.gold-line-left { margin-left: 0; }

/* Cards */
.card-luxeskate {
    background: var(--white);
    border: none;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}
.card-luxeskate:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(10,35,66,0.18);
}
.card-luxeskate .card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.5rem;
    margin: 0 auto 1.25rem;
}
.card-luxeskate .card-title {
    font-family: var(--font-heading);
    color: var(--navy);
    font-size: 1.25rem;
}
.card-luxeskate.featured {
    border: 2px solid var(--gold);
    position: relative;
}
.card-luxeskate.featured::before {
    content: 'POPULAR';
    position: absolute;
    top: 15px;
    right: -30px;
    background: var(--gold);
    color: var(--navy-dark);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.25rem 2.5rem;
    transform: rotate(45deg);
    letter-spacing: 1px;
}

/* Stats Counter */
.stats-section {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    padding: 4rem 0;
    color: var(--white);
}
.stat-item { text-align: center; padding: 1rem; }
.stat-number {
    font-family: var(--font-cinzel);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}
.stat-label {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.75);
    margin-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Coach Card */
.coach-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    text-align: center;
}
.coach-card:hover { transform: translateY(-6px); }
.coach-photo {
    width: 100%;
    height: 280px;
    object-fit: cover;
    background: linear-gradient(135deg, var(--navy-light), var(--navy));
}
.coach-photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 4rem;
}
.coach-info { padding: 1.5rem; }
.coach-name {
    font-family: var(--font-heading);
    color: var(--navy);
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}
.coach-position { color: var(--gold); font-weight: 600; font-size: 0.85rem; }
.coach-meta { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.75rem; }
.coach-meta i { color: var(--gold); width: 18px; }

/* Program Card */
.program-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border-left: 4px solid var(--gold);
    height: 100%;
}
.program-card:hover { transform: translateX(5px); box-shadow: 0 15px 40px rgba(10,35,66,0.15); }
.program-age {
    display: inline-block;
    background: rgba(77,166,255,0.15);
    color: var(--sky);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    margin-bottom: 0.75rem;
}

/* Page Header */
.page-header {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    padding: 6rem 0 4rem;
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.page-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212,175,55,0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.page-header h1 {
    font-family: var(--font-cinzel);
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--gold);
}
.breadcrumb-luxeskate {
    background: transparent;
    padding: 0;
    margin: 0;
}
.breadcrumb-luxeskate .breadcrumb-item a { color: rgba(255,255,255,0.7); text-decoration: none; }
.breadcrumb-luxeskate .breadcrumb-item.active { color: var(--gold); }
.breadcrumb-luxeskate .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.4); }

/* Gallery Masonry */
.gallery-grid {
    column-count: 3;
    column-gap: 1.25rem;
}
.gallery-item {
    break-inside: avoid;
    margin-bottom: 1.25rem;
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.gallery-item img {
    width: 100%;
    display: block;
    transition: var(--transition);
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 50%, rgba(10,35,66,0.85));
    display: flex;
    align-items: flex-end;
    padding: 1rem;
    opacity: 0;
    transition: var(--transition);
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay span { color: var(--white); font-weight: 500; font-size: 0.9rem; }

/* Filter Pills */
.filter-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-bottom: 2rem; }
.filter-pill {
    background: var(--white);
    border: 2px solid #e0e0e0;
    color: var(--text);
    padding: 0.4rem 1.25rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
}
.filter-pill:hover, .filter-pill.active {
    background: var(--navy);
    border-color: var(--navy);
    color: var(--white);
}

/* Testimonial */
.testimonial-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow);
    position: relative;
    height: 100%;
}
.testimonial-card::before {
    content: '\201C';
    font-family: var(--font-heading);
    font-size: 4rem;
    color: var(--gold);
    opacity: 0.3;
    position: absolute;
    top: 0.5rem;
    left: 1.25rem;
    line-height: 1;
}
.testimonial-text { font-style: italic; color: var(--text); margin: 1.5rem 0 1rem; }
.testimonial-author { font-weight: 600; color: var(--navy); }
.testimonial-role { font-size: 0.85rem; color: var(--gold); }
.stars { color: var(--gold); }

/* Blog Card */
.blog-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
}
.blog-card:hover { transform: translateY(-5px); }
.blog-card-img {
    height: 200px;
    background: linear-gradient(135deg, var(--navy-light), var(--navy));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 3rem;
}
.blog-card-body { padding: 1.5rem; }
.blog-category {
    display: inline-block;
    background: rgba(212,175,55,0.15);
    color: var(--gold-dark);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.blog-card-title {
    font-family: var(--font-heading);
    color: var(--navy);
    font-size: 1.1rem;
    margin: 0.75rem 0;
}
.blog-card-title a { color: inherit; text-decoration: none; }
.blog-card-title a:hover { color: var(--gold-dark); }

/* Event Card */
.event-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    display: flex;
    transition: var(--transition);
}
.event-card:hover { box-shadow: 0 15px 40px rgba(10,35,66,0.15); }
.event-date-box {
    background: var(--navy);
    color: var(--white);
    padding: 1.25rem;
    text-align: center;
    min-width: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.event-date-box .day { font-size: 1.75rem; font-weight: 700; color: var(--gold); line-height: 1; }
.event-date-box .month { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; }
.event-body { padding: 1.25rem 1.5rem; flex: 1; }

/* Schedule Table */
.schedule-table { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.schedule-table thead { background: var(--navy); color: var(--white); }
.schedule-table thead th { font-weight: 600; font-size: 0.85rem; padding: 1rem; border: none; }
.schedule-table tbody td { padding: 0.85rem 1rem; vertical-align: middle; font-size: 0.9rem; }
.schedule-table tbody tr:hover { background: rgba(212,175,55,0.05); }
.badge-level {
    background: rgba(77,166,255,0.15);
    color: var(--sky);
    font-weight: 500;
    padding: 0.3rem 0.65rem;
    border-radius: 50px;
    font-size: 0.78rem;
}

/* Membership Pricing */
.price-amount {
    font-family: var(--font-cinzel);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--navy);
}
.price-period { font-size: 0.9rem; color: var(--text-muted); }
.feature-list { list-style: none; padding: 0; margin: 1.5rem 0; }
.feature-list li {
    padding: 0.5rem 0;
    font-size: 0.9rem;
    border-bottom: 1px solid #f0f0f0;
}
.feature-list li i { color: var(--gold); margin-right: 0.5rem; width: 18px; }

/* Media Hub */
.media-stat-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 1.5rem;
    text-align: center;
    box-shadow: var(--shadow);
}
.media-stat-card i { font-size: 2rem; margin-bottom: 0.75rem; }
.media-stat-card .count { font-family: var(--font-cinzel); font-size: 1.75rem; font-weight: 700; color: var(--navy); }
.media-stat-card.youtube i { color: #FF0000; }
.media-stat-card.instagram i { color: #E4405F; }
.media-stat-card.tiktok i { color: #000; }
.video-embed-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.video-embed-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: none;
}
.social-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
}
.social-grid-item {
    aspect-ratio: 1;
    background: linear-gradient(135deg, var(--navy-light), var(--navy));
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 2rem;
    transition: var(--transition);
    cursor: pointer;
}
.social-grid-item:hover { transform: scale(1.03); box-shadow: var(--shadow); }

/* Contact Form */
.form-luxeskate .form-control,
.form-luxeskate .form-select {
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    transition: var(--transition);
}
.form-luxeskate .form-control:focus,
.form-luxeskate .form-select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 0.2rem rgba(212,175,55,0.2);
}
.form-luxeskate label { font-weight: 500; color: var(--navy); font-size: 0.9rem; }

/* Location */
.map-container {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    height: 400px;
}
.map-container iframe { width: 100%; height: 100%; border: none; }
.facility-item {
    display: flex;
    align-items: center;
    padding: 0.6rem 0;
    font-size: 0.95rem;
}
.facility-item i { color: var(--gold); margin-right: 0.75rem; width: 20px; }

/* Achievement */
.achievement-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
    height: 100%;
}
.achievement-card:hover { transform: translateY(-5px); }
.achievement-medal {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: var(--navy-dark);
    font-size: 1.5rem;
}

/* Values Strip */
.values-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}
.value-chip {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(212,175,55,0.3);
    color: var(--white);
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.value-chip i { color: var(--gold); }

/* CTA Banner */
.cta-banner {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    border-radius: var(--radius);
    padding: 3rem;
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-banner::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(212,175,55,0.1) 0%, transparent 70%);
    border-radius: 50%;
}

/* Footer */
.footer-luxeskate { background: var(--navy-dark); color: rgba(255,255,255,0.75); }
.footer-top { padding: 4rem 0 2rem; }
.footer-title {
    color: var(--gold);
    font-family: var(--font-cinzel);
    font-size: 1rem;
    margin-bottom: 1.25rem;
    letter-spacing: 0.5px;
}
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 0.88rem;
    transition: var(--transition);
}
.footer-links a:hover { color: var(--gold); padding-left: 5px; }
.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(212,175,55,0.15);
    color: var(--gold);
    border-radius: 50%;
    margin-right: 0.5rem;
    transition: var(--transition);
    text-decoration: none;
}
.social-links a:hover { background: var(--gold); color: var(--navy-dark); }
.values-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}
.values-grid span { font-size: 0.82rem; color: rgba(255,255,255,0.7); }
.values-grid i { color: var(--gold); margin-right: 0.35rem; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 1.25rem 0;
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 58px;
    height: 58px;
    background: #25D366;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    box-shadow: 0 6px 25px rgba(37,211,102,0.4);
    z-index: 999;
    transition: var(--transition);
    text-decoration: none;
}
.whatsapp-float:hover { transform: scale(1.1); color: var(--white); }
.wa-tooltip {
    position: absolute;
    right: 65px;
    background: var(--navy);
    color: var(--white);
    padding: 0.4rem 0.75rem;
    border-radius: 6px;
    font-size: 0.78rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
}
.whatsapp-float:hover .wa-tooltip { opacity: 1; }

/* Back to Top */
.back-to-top {
    position: fixed;
    bottom: 95px;
    right: 25px;
    width: 42px;
    height: 42px;
    background: var(--gold);
    color: var(--navy-dark);
    border: none;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 998;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: var(--shadow-gold);
}
.back-to-top.show { display: flex; }
.back-to-top:hover { transform: translateY(-3px); }

/* Alert */
.alert-luxeskate {
    border-radius: var(--radius);
    border: none;
    padding: 1rem 1.25rem;
}

/* About Timeline */
.timeline { position: relative; padding-left: 2rem; }
.timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(var(--gold), var(--navy));
    border-radius: 3px;
}
.timeline-item { position: relative; margin-bottom: 2rem; padding-left: 1.5rem; }
.timeline-item::before {
    content: '';
    position: absolute;
    left: -2rem;
    top: 0.35rem;
    width: 14px;
    height: 14px;
    background: var(--gold);
    border-radius: 50%;
    border: 3px solid var(--white);
    box-shadow: 0 0 0 3px var(--gold);
}

/* Portal */
.portal-card {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 2rem;
    max-width: 420px;
    margin: 0 auto;
}
.portal-dashboard-card {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 1.5rem;
    text-align: center;
    transition: var(--transition);
}
.portal-dashboard-card:hover { transform: translateY(-4px); }
.portal-dashboard-card i { font-size: 2rem; color: var(--gold); margin-bottom: 0.75rem; }
.membership-card-digital {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    border-radius: 16px;
    padding: 2rem;
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.membership-card-digital::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(212,175,55,0.15) 0%, transparent 70%);
    border-radius: 50%;
}

/* Member Portal */
.member-portal-body { background: var(--gray-soft); }
.member-portal-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--gold);
}
.member-portal-avatar-lg {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--gold);
}
.member-panel-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.member-stat-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 1.25rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    gap: 1rem;
}
.member-stat-card i { font-size: 1.75rem; }
.member-profile-dl dt {
    font-size: 0.75rem;
    color: var(--gray);
    margin-bottom: 0.15rem;
}
.member-profile-dl dd {
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.member-list-item {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.member-list-item:last-child { border-bottom: none; }
.member-inbox-list { max-height: 520px; overflow-y: auto; }
.member-inbox-item {
    display: block;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}
.member-inbox-item:hover { background: rgba(197,160,89,0.08); }
.member-inbox-item.active { background: rgba(197,160,89,0.15); border-left: 3px solid var(--gold); }
.member-inbox-item.unread { background: rgba(197,160,89,0.05); }
.member-announcement-body,
.member-message-body { line-height: 1.7; color: var(--navy); }
.member-portal-sidebar .admin-nav-link .badge { font-size: 0.65rem; }

/* Admin */
.admin-sidebar {
    background: var(--navy-dark);
    height: 100vh;
    width: 260px;
    position: fixed;
    left: 0;
    top: 0;
    padding: 1.5rem 0 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.admin-sidebar > div:first-child {
    flex-shrink: 0;
}
.admin-sidebar nav {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 1rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(197, 160, 89, 0.5) transparent;
}
.admin-sidebar nav::-webkit-scrollbar {
    width: 6px;
}
.admin-sidebar nav::-webkit-scrollbar-thumb {
    background: rgba(197, 160, 89, 0.45);
    border-radius: 3px;
}
.admin-sidebar nav::-webkit-scrollbar-track {
    background: transparent;
}
.admin-content { margin-left: 260px; padding: 2rem; background: var(--gray-soft); min-height: 100vh; }
.admin-nav-link {
    display: flex;
    align-items: center;
    padding: 0.7rem 1.5rem;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--transition);
}
.admin-nav-link:hover, .admin-nav-link.active {
    background: rgba(212,175,55,0.12);
    color: var(--gold);
}
.admin-nav-link i { width: 22px; margin-right: 0.75rem; }
.admin-stat-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.admin-table { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }

/* Responsive */
@media (max-width: 991.98px) {
    .gallery-grid { column-count: 2; }
    .event-card { flex-direction: column; }
    .event-date-box { flex-direction: row; gap: 0.5rem; padding: 0.75rem; }
    .admin-sidebar { transform: translateX(-100%); }
    .admin-content { margin-left: 0; }
}
@media (max-width: 575.98px) {
    .gallery-grid { column-count: 1; }
    .hero-logo { width: 100px; height: 100px; }
    .section { padding: 3.5rem 0; }
    .values-grid { grid-template-columns: 1fr; }
}

.btn-outline-white {
    border: 2px solid rgba(255,255,255,0.9);
    color: var(--white);
    background: transparent;
    font-weight: 600;
    border-radius: 50px;
    padding: 0.55rem 1.75rem;
    transition: var(--transition);
}
.btn-outline-white:hover {
    background: var(--white);
    color: var(--black);
    border-color: var(--white);
}

/* ===== Mockup Redesign (Black / Gold / White) ===== */

.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
}
.lang-switcher a {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: var(--transition);
}
.lang-switcher a.active,
.lang-switcher a:hover { color: var(--gold); }
.lang-switcher span { color: rgba(255,255,255,0.25); }

.nav-phone {
    color: var(--gold);
    font-size: 1rem;
    text-decoration: none;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(212,175,55,0.4);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.nav-phone:hover { background: rgba(212,175,55,0.15); color: var(--gold-light); }

.social-float {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    flex-direction: column;
    background: rgba(0,0,0,0.85);
    border: 1px solid rgba(212,175,55,0.2);
    border-right: none;
    border-radius: 12px 0 0 12px;
    padding: 0.5rem 0.35rem;
    gap: 0.35rem;
}
.social-float a {
    color: var(--gold);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: var(--transition);
    text-decoration: none;
}
.social-float a:hover { background: rgba(212,175,55,0.2); color: var(--gold-light); }

/* Hero Mockup */
.hero-mockup .hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-mockup {
    margin-top: 0;
    min-height: 100vh;
}
.hero-mockup .hero-overlay {
    background: linear-gradient(105deg, rgba(5,10,24,0.92) 0%, rgba(5,10,24,0.72) 45%, rgba(5,10,24,0.45) 100%);
}
.hero-welcome {
    font-size: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin-bottom: 0.5rem;
}
.hero-title-mockup {
    font-family: var(--font-cinzel);
    font-size: clamp(3rem, 8vw, 5.5rem);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.75rem;
    letter-spacing: 2px;
}
.hero-tagline {
    font-family: var(--font-cinzel);
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    color: var(--gold);
    margin-bottom: 1.25rem;
}
.hero-description {
    color: rgba(255,255,255,0.8);
    max-width: 560px;
    margin-bottom: 2rem;
    font-size: 1rem;
}
.btn-ghost-gold {
    background: transparent;
    border: none;
    color: var(--gold);
    font-weight: 600;
    padding: 0.6rem 1.25rem;
}
.btn-ghost-gold:hover { color: var(--gold-light); }

/* Features Bar */
.features-bar {
    background: #0A1128;
    border-top: 1px solid rgba(197,160,89,0.2);
    border-bottom: 1px solid rgba(197,160,89,0.2);
    padding: 1.75rem 0;
}
.feature-bar-item {
    text-align: center;
    padding: 1rem 0.75rem;
    border-right: 1px solid rgba(255,255,255,0.06);
    height: 100%;
}
.feature-bar-item:last-child { border-right: none; }
.feature-bar-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 0.75rem;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.1rem;
}
.feature-bar-item h6 {
    color: var(--gold);
    font-family: var(--font-cinzel);
    font-size: 0.78rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}
.feature-bar-item p {
    color: rgba(255,255,255,0.55);
    font-size: 0.78rem;
    margin: 0;
    line-height: 1.4;
}

/* Program Cards Mockup */
.section-programs { background: var(--white); }
.program-card-mockup {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transition: var(--transition);
    height: 100%;
    border: 1px solid #eee;
}
.program-card-mockup:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}
.program-card-img {
    height: 220px;
    overflow: hidden;
    background: #111;
}
.program-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.program-card-mockup:hover .program-card-img img {
    transform: scale(1.06);
}
.program-card-body .program-desc {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
    line-height: 1.5;
    min-height: 2.8em;
}
.program-card-body {
    padding: 2.5rem 1.25rem 1.5rem;
    text-align: center;
    position: relative;
}
.program-card-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    font-size: 1.25rem;
    margin: -3rem auto 1rem;
    border: 3px solid var(--white);
    box-shadow: var(--shadow-gold);
}
.program-card-body h5 {
    font-family: var(--font-cinzel);
    color: var(--navy);
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}
.program-card-body .program-age {
    display: inline-block;
    background: rgba(77, 166, 255, 0.12);
    color: #4DA6FF;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.2rem 0.65rem;
    border-radius: 50px;
    margin-bottom: 0.75rem;
}
.program-learn-more {
    color: var(--gold-dark);
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.program-learn-more:hover { color: var(--gold); }

/* Media Center */
.media-center-section {
    background: linear-gradient(180deg, #0A1128 0%, #061528 100%);
    padding: 5rem 0;
}
.media-feed-header .fab.fa-youtube { color: #ff4444; }
.media-feed-header .fab.fa-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.media-feed-header .fab.fa-tiktok { color: #fff; }
.media-feed-card,
.media-growing-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(212,175,55,0.15);
    border-radius: var(--radius);
    padding: 1.25rem;
    height: 100%;
}
.media-feed-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--white);
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.media-feed-header a {
    color: var(--gold);
    font-size: 0.75rem;
    text-decoration: none;
}
.media-thumb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}
.media-thumb {
    aspect-ratio: 1;
    background-color: rgba(0,0,0,0.35);
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.25rem;
    transition: var(--transition);
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.media-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    transition: var(--transition);
}
.media-thumb:hover::after { background: rgba(0,0,0,0.1); }
.media-thumb .media-play {
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 0.75rem;
}
.media-growing-card h5 { color: var(--gold); }
.growing-stat {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: var(--white);
}
.growing-stat:last-child { border-bottom: none; }
.growing-stat i { font-size: 1.5rem; width: 28px; }
.growing-stat strong {
    display: block;
    font-family: var(--font-cinzel);
    font-size: 1.35rem;
    color: var(--gold);
    line-height: 1.2;
}
.growing-stat span {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.6);
}

/* News Carousel */
.section-news { background: var(--gray-soft); }
.news-carousel-wrap {
    position: relative;
    padding: 0 3rem;
}
.news-carousel {
    overflow: hidden;
}
.news-carousel-track {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.4s ease;
}
.news-card-mockup {
    flex: 0 0 calc(25% - 1.125rem);
    min-width: 260px;
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}
.news-card-mockup:hover { transform: translateY(-5px); }
.news-card-img {
    height: 180px;
    background: linear-gradient(135deg, var(--navy), var(--navy-light));
    position: relative;
    overflow: hidden;
}
.news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.news-card-mockup:hover .news-card-img img { transform: scale(1.05); }
.news-badge-date,
.news-badge-cat {
    position: absolute;
    top: 12px;
    background: var(--gold);
    color: var(--black);
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    text-transform: uppercase;
}
.news-badge-date { left: 12px; }
.news-badge-cat { right: 12px; background: var(--navy); color: var(--gold); }
.news-card-body { padding: 1.25rem; }
.news-card-body h5 {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
.news-card-body h5 a { color: var(--navy); text-decoration: none; }
.news-card-body h5 a:hover { color: var(--gold-dark); }
.news-card-body p {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
}
.news-card-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: var(--text-muted);
}
.news-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    background: var(--white);
    color: var(--gold);
    z-index: 2;
    transition: var(--transition);
}
.news-carousel-btn:hover { background: var(--gold); color: var(--black); }
.news-carousel-btn.prev { left: 0; }
.news-carousel-btn.next { right: 0; }

/* Footer Mockup */
.footer-luxeskate { background: #0A1128; }
.footer-hero {
    padding: 4rem 0 3rem;
    border-bottom: 1px solid rgba(197,160,89,0.12);
}
.footer-logo {
    border-radius: 50%;
    border: 3px solid var(--gold);
    box-shadow: 0 0 30px rgba(197,160,89,0.25);
}
.footer-bottom {
    background: #050A18;
    padding: 1rem 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-legal-link {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
}
.footer-legal-link:hover { color: var(--gold); }
.footer-hero-title {
    font-family: var(--font-cinzel);
    color: var(--white);
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 1rem;
}
.footer-hero-text {
    color: rgba(255,255,255,0.65);
    font-size: 0.95rem;
    max-width: 520px;
    margin: 0 auto 1.25rem;
}
.footer-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.footer-stat-item {
    text-align: center;
    padding: 0.75rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(212,175,55,0.12);
    border-radius: 10px;
}
.footer-stat-item i { color: var(--gold); font-size: 1.25rem; margin-bottom: 0.35rem; }
.footer-stat-item strong {
    display: block;
    color: var(--gold);
    font-family: var(--font-cinzel);
    font-size: 1.1rem;
}
.footer-stat-item span {
    font-size: 0.68rem;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
    .feature-bar-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
    .feature-bar-item:last-child { border-bottom: none; }
    .news-card-mockup { flex: 0 0 calc(50% - 0.75rem); }
    .news-carousel-wrap { padding: 0 2.5rem; }
}
@media (max-width: 575.98px) {
    .news-card-mockup { flex: 0 0 85%; min-width: 0; }
    .hero-cta .btn { display: block; width: 100%; margin: 0.5rem 0; }
}
