/* ============================================================
   PRIME KICKBOXING & MUAY THAI — Stylesheet
   ============================================================ */

/* VARIABLES */
:root {
    --black: #0a0a0a;
    --dark: #111;
    --dark-surface: #1a1a1a;
    --dark-elevated: #222;
    --gold: #d4a532;
    --gold-light: #e8c45a;
    --gold-dark: #b8891a;
    --white: #f5f5f0;
    --gray: #888;
    --gray-light: #aaa;
    --gray-dark: #444;
    --red-accent: #c0392b;
    --font-display: 'Bebas Neue', sans-serif;
    --font-body: 'Outfit', sans-serif;
}

/* RESET */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; background: #0a0a0a; }
body { font-family: var(--font-body); background: var(--black); color: var(--white); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 3px; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    padding: .75rem 1.5rem; display: flex; justify-content: space-between;
    align-items: center; transition: all .4s;
    background: rgb(10,10,10); border-bottom: 1px solid rgba(212,165,50,.12);
    box-shadow: 0 -100px 0 100px rgb(10,10,10);
}
@media (max-width: 768px) { .nav { background: rgb(10,10,10) !important; } }
@media (min-width: 769px) {
    body::before {
        content: ''; position: fixed; inset: 0;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
        pointer-events: none; z-index: 9999; opacity: .5;
    }
    .nav { background: transparent; border-bottom: none; padding: 1rem 2rem; }
    .nav.scrolled { background: rgba(10,10,10,.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(212,165,50,.15); padding: .7rem 2rem; }
}
.nav-logo { text-decoration: none; display: flex; align-items: center; flex-shrink: 0; }
.nav-logo img { width: 160px; height: auto; display: block; object-fit: contain; transition: opacity .3s; }
.nav-logo img:hover { opacity: .8; }
@media (max-width: 768px) { .nav-logo img { width: 140px; } }
.nav-links { display: flex; gap: 2rem; align-items: center; list-style: none; }
.nav-links a { color: var(--gray-light); text-decoration: none; font-size: .85rem; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; transition: color .3s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--gold); transition: width .3s; }
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { background: var(--gold) !important; color: var(--black) !important; padding: .6rem 1.5rem; font-weight: 700 !important; font-size: .8rem !important; letter-spacing: 2px !important; border: none; cursor: pointer; transition: all .3s; }
.nav-cta:hover { background: var(--gold-light) !important; transform: translateY(-1px); }
.nav-cta::after { display: none !important; }

/* HAMBURGER */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; z-index: 1001; background: none; border: none; padding: 5px; }
.hamburger span { width: 28px; height: 2px; background: var(--gold); transition: all .3s; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* MOBILE MENU */
.mobile-menu { display: none; position: fixed; inset: 0; background: rgba(10,10,10,.98); backdrop-filter: blur(30px); z-index: 999; flex-direction: column; padding: 7rem 2.5rem 11rem; overflow-y: auto; }
.mobile-menu.active { display: flex; }
.mobile-menu a { font-family: var(--font-display); font-size: 2.4rem; color: var(--white); text-decoration: none; letter-spacing: 4px; transition: color .3s; line-height: 1; padding: .55rem 0; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu-bottom { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(10,10,10,.98); border-top: 1px solid rgba(212,165,50,.15); padding: .75rem 2.5rem 1rem; display: none; gap: 1.25rem; z-index: 1000; align-items: flex-end; }
.mobile-menu-bottom.active { display: flex; }
.mobile-menu-bottom-group { display: flex; flex-direction: column; gap: .5rem; }
.mobile-menu-bottom-label { font-size: .55rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gray); font-weight: 600; }
.mobile-menu-bottom-icons { display: flex; gap: .45rem; }
.mobile-menu-bottom-divider { width: 1px; background: rgba(212,165,50,.2); align-self: stretch; margin: 0 .1rem; }
.mobile-contact-btn,
.mobile-social-btn { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; background: rgba(212,165,50,.06); border: 1px solid rgba(212,165,50,.25); color: var(--gold) !important; text-decoration: none; transition: all .25s; flex-shrink: 0; }
.mobile-contact-btn svg, .mobile-social-btn svg { width: 20px; height: 20px; flex-shrink: 0; }
.mobile-contact-btn:hover, .mobile-social-btn:hover { background: var(--gold); color: var(--black) !important; border-color: var(--gold); }
.mobile-contact-wa:hover { background: #25d366 !important; color: #fff !important; border-color: #25d366 !important; }

/* ============================================================
   HERO
   ============================================================ */
.hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; position: relative; padding: 2rem; overflow: hidden; }
@media (max-width: 768px) { .hero { padding-top: 80px; } }
.hero-bg-image { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1549719386-74dfcbf7dbed?w=1920&q=80') center/cover no-repeat; filter: brightness(.25) contrast(1.1) saturate(.7); transform: scale(1.05); animation: heroZoom 20s ease alternate infinite; }
@keyframes heroZoom { from { transform: scale(1.05); } to { transform: scale(1.12); } }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,10,.5) 0%, rgba(10,10,10,.2) 40%, rgba(10,10,10,.7) 100%), radial-gradient(ellipse 80% 50% at 50% 0%, rgba(212,165,50,.1) 0%, transparent 60%); }
.hero-lines { position: absolute; inset: 0; overflow: hidden; opacity: .06; }
.hero-lines::before, .hero-lines::after { content: ''; position: absolute; background: var(--gold); }
.hero-lines::before { width: 1px; height: 100%; left: 20%; }
.hero-lines::after { width: 1px; height: 100%; right: 20%; }
.hero-content { position: relative; z-index: 2; max-width: 900px; }
.hero-tag { font-size: .8rem; letter-spacing: 6px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; gap: 1rem; opacity: 0; animation: fadeInUp .8s ease forwards .3s; }
.hero-tag::before, .hero-tag::after { content: ''; width: 30px; height: 1px; background: var(--gold); }
.hero-title { font-family: var(--font-display); font-size: clamp(4rem,12vw,10rem); line-height: .9; letter-spacing: 4px; margin-bottom: 1rem; opacity: 0; animation: fadeInUp .8s ease forwards .5s; text-shadow: 0 4px 30px rgba(0,0,0,.5); }
.hero-title .outline { -webkit-text-stroke: 2px var(--white); color: transparent; }
.hero-title .gold { color: var(--gold); text-shadow: 0 0 60px rgba(212,165,50,.3); }
.hero-subtitle { font-size: 1.1rem; color: rgba(245,245,240,.85); font-weight: 300; max-width: 550px; margin: 1.5rem auto 2.5rem; line-height: 1.7; opacity: 0; animation: fadeInUp .8s ease forwards .7s; text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; opacity: 0; animation: fadeInUp .8s ease forwards .9s; }
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: 1rem 2.5rem; font-family: var(--font-body); font-size: .85rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: all .3s; }
.btn-primary { background: var(--gold); color: var(--black); }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(212,165,50,.3); }
.btn-outline { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,.25); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.hero-scroll { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: .5rem; color: var(--gray); font-size: .7rem; letter-spacing: 3px; text-transform: uppercase; animation: fadeInUp .8s ease forwards 1.2s; opacity: 0; z-index: 2; }
.hero-scroll .line { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--gold), transparent); animation: scrollPulse 2s ease infinite; }
@keyframes scrollPulse { 0%, 100% { opacity: .3; } 50% { opacity: 1; } }

/* ============================================================
   STATS
   ============================================================ */
.stats-bar { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); }
.stat-item { text-align: center; padding: 2.5rem 1rem; border-right: 1px solid rgba(255,255,255,.05); transition: background .3s; }
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: rgba(212,165,50,.03); }
.stat-number { font-family: var(--font-display); font-size: 2.5rem; color: var(--gold); letter-spacing: 2px; }
.stat-label { font-size: .75rem; color: var(--gray); letter-spacing: 2px; text-transform: uppercase; margin-top: .3rem; }

/* ============================================================
   SECTIONS (shared)
   ============================================================ */
.section { padding: 6rem 2rem; position: relative; }
.section-header { text-align: center; margin-bottom: 4rem; }
.section-tag { font-size: .75rem; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 1rem; }
.section-title { font-family: var(--font-display); font-size: clamp(2.5rem,5vw,4rem); letter-spacing: 3px; line-height: 1; }
.section-desc { max-width: 600px; margin: 1.5rem auto 0; color: var(--gray-light); font-weight: 300; line-height: 1.8; }

/* ============================================================
   ABOUT
   ============================================================ */
.about { background: var(--dark); }
.about-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-visual { position: relative; height: 550px; overflow: hidden; border: 1px solid rgba(255,255,255,.05); }
.about-visual img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.6) contrast(1.1) saturate(.8); transition: transform .6s; }
.about-visual:hover img { transform: scale(1.05); }
.about-visual-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(10,10,10,.8) 100%); pointer-events: none; }
.about-visual-badge { position: absolute; bottom: 2rem; right: 2rem; background: var(--gold); color: var(--black); padding: 1rem 1.5rem; font-family: var(--font-display); font-size: .9rem; letter-spacing: 3px; z-index: 2; }
.about-content h3 { font-family: var(--font-display); font-size: 2.5rem; letter-spacing: 2px; margin-bottom: 1.5rem; line-height: 1.1; }
.about-content p { color: var(--gray-light); font-weight: 300; line-height: 1.9; margin-bottom: 1.5rem; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.about-feature { display: flex; align-items: center; gap: .75rem; padding: .8rem 0; }
.about-feature .icon { width: 36px; height: 36px; background: rgba(212,165,50,.1); border: 1px solid rgba(212,165,50,.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold); font-size: .9rem; }
.about-feature span { font-size: .85rem; font-weight: 500; color: var(--gray-light); }

/* ============================================================
   CLASSES
   ============================================================ */
.classes-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(2,1fr); gap: 2rem; }
.class-card { background: var(--dark-surface); border: 1px solid rgba(255,255,255,.05); position: relative; overflow: hidden; transition: all .4s; }
.class-card:hover { border-color: rgba(212,165,50,.3); transform: translateY(-4px); }
.class-card-image { width: 100%; height: 240px; overflow: hidden; position: relative; }
.class-card-image img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.5) contrast(1.1) saturate(.7); transition: transform .5s; }
.class-card:hover .class-card-image img { transform: scale(1.08); }
.class-card-image-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(26,26,26,1) 100%); }
.class-card-body { padding: 1.5rem 2rem 2rem; position: relative; }
.class-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--red-accent)); z-index: 2; }
.class-card-tag { font-size: .7rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: .7rem; }
.class-card h3 { font-family: var(--font-display); font-size: 1.8rem; letter-spacing: 2px; margin-bottom: .5rem; }
.class-card-time { font-size: .9rem; color: var(--gray-light); margin-bottom: 1rem; display: flex; align-items: center; gap: .5rem; }
.class-card p { color: var(--gray); font-weight: 300; line-height: 1.7; font-size: .9rem; }
.class-card-day { position: absolute; top: 1.5rem; right: 2rem; font-family: var(--font-display); font-size: 1rem; letter-spacing: 2px; color: var(--gray-dark); z-index: 2; background: rgba(10,10,10,.7); padding: .3rem .8rem; backdrop-filter: blur(10px); }

/* ============================================================
   IMAGE DIVIDER
   ============================================================ */
.image-divider { width: 100%; height: 400px; position: relative; overflow: hidden; }
.image-divider img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.3) contrast(1.1) saturate(.6); }
.image-divider-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, var(--black) 0%, transparent 20%, transparent 80%, var(--dark) 100%); }
.image-divider-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; z-index: 2; padding: 2rem; }
.image-divider-content .big-text { font-family: var(--font-display); font-size: clamp(3rem,8vw,7rem); letter-spacing: 6px; line-height: .9; text-shadow: 0 4px 30px rgba(0,0,0,.5); }
.image-divider-content .big-text .gold { color: var(--gold); }
.image-divider-content p { color: var(--gray-light); font-size: 1rem; margin-top: 1rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 300; }

/* ============================================================
   SCHEDULE
   ============================================================ */
.schedule { background: var(--dark); }
.schedule-table { max-width: 900px; margin: 0 auto; width: 100%; border-collapse: collapse; }
.schedule-table th { font-family: var(--font-display); font-size: 1rem; letter-spacing: 3px; color: var(--gold); padding: 1rem; border-bottom: 2px solid rgba(212,165,50,.2); text-align: center; }
.schedule-table td { padding: 1.2rem .5rem; text-align: center; border-bottom: 1px solid rgba(255,255,255,.03); color: var(--gray); font-size: .85rem; vertical-align: top; }
.schedule-class { background: rgba(212,165,50,.08); border: 1px solid rgba(212,165,50,.15); padding: .8rem; margin-bottom: .5rem; text-align: left; }
.schedule-class-name { font-weight: 600; color: var(--white); font-size: .8rem; margin-bottom: .3rem; }
.schedule-class-time { color: var(--gold); font-size: .75rem; font-weight: 500; }
.schedule-class-location { color: var(--gray); font-size: .7rem; margin-top: .2rem; }
.schedule-empty { color: var(--gray-dark); font-size: .8rem; }
.schedule-class-btn { display: block; width: 100%; margin-top: .6rem; padding: .45rem .5rem; background: transparent; border: 1px solid rgba(212,165,50,.4); color: var(--gold); font-family: var(--font-body); font-size: .65rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; transition: all .2s; text-align: center; }
.schedule-class-btn:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }

/* ============================================================
   PRICING
   ============================================================ */
.pricing-grid { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; align-items: stretch; }
.pricing-card { background: var(--dark-surface); border: 1px solid rgba(255,255,255,.05); padding: 2.5rem; text-align: center; position: relative; transition: all .4s; }
.pricing-card:hover { transform: translateY(-5px); border-color: rgba(212,165,50,.2); }
.pricing-card.featured { border-color: var(--gold); background: linear-gradient(180deg, rgba(212,165,50,.06) 0%, var(--dark-surface) 100%); }
.pricing-card.free-trial-card { border-color: rgba(212,165,50,.4); background: linear-gradient(180deg, rgba(212,165,50,.05) 0%, var(--dark-surface) 100%); }
.pricing-badge { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--black); padding: .3rem 1.5rem; font-size: .65rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.pricing-name { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: 3px; margin-bottom: .5rem; margin-top: 1rem; }
.pricing-price { font-family: var(--font-display); font-size: 3.5rem; color: var(--gold); margin: 1rem 0; letter-spacing: 2px; }
.pricing-price span { font-size: 1rem; color: var(--gray); }
.pricing-desc { color: var(--gray); font-size: .85rem; margin-bottom: 2rem; font-weight: 300; }
.pricing-features { list-style: none; margin-bottom: 2rem; text-align: left; }
.pricing-features li { padding: .6rem 0; border-bottom: 1px solid rgba(255,255,255,.03); color: var(--gray-light); font-size: .85rem; display: flex; align-items: center; gap: .75rem; }
.pricing-features li .check { color: var(--gold); font-weight: 700; }
.pricing-card .btn { width: 100%; justify-content: center; }

/* BOOK FREE TRIAL BUTTON */
.btn-trial { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; width: 100%; padding: .85rem 1.5rem; margin-top: 1.2rem; background: transparent; border: 1px solid var(--gold); color: var(--gold); font-family: var(--font-body); font-size: .78rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: all .25s; text-decoration: none; }
.btn-trial:hover { background: var(--gold); color: var(--black); box-shadow: 0 4px 20px rgba(212,165,50,.3); transform: translateY(-1px); }
.btn-trial-arrow { font-size: .9rem; }
.free-trial-card .btn-trial { margin-top: 0; }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner { background: var(--dark); padding: 5rem 2rem; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(212,165,50,.06) 0%, transparent 60%); }
.cta-banner-inner { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }
.cta-banner .quote-mark { font-family: var(--font-display); font-size: 5rem; color: var(--gold); line-height: 1; opacity: .3; }
.cta-banner blockquote { font-size: 1.4rem; font-weight: 300; line-height: 1.8; color: var(--gray-light); font-style: italic; margin: 0 0 1.5rem; }

/* ============================================================
   FAQS
   ============================================================ */
.faqs { background: var(--dark); }
.faq-list { max-width: 750px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.05); }
.faq-question { width: 100%; background: none; border: none; color: var(--white); font-family: var(--font-body); font-size: 1rem; font-weight: 500; text-align: left; padding: 1.5rem 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; transition: color .3s; }
.faq-question:hover { color: var(--gold); }
.faq-toggle { width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .3s; font-size: .9rem; color: var(--gold); }
.faq-item.active .faq-toggle { background: var(--gold); color: var(--black); border-color: var(--gold); transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s, padding .4s; }
.faq-item.active .faq-answer { max-height: 300px; padding-bottom: 1.5rem; }
.faq-answer p { color: var(--gray-light); font-weight: 300; line-height: 1.8; font-size: .9rem; }

/* ============================================================
   LOCATION
   ============================================================ */
.location-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.05); }
.location-map { min-height: 400px; background: var(--dark-surface); }
.location-map iframe { width: 100%; height: 100%; border: none; filter: grayscale(.8) brightness(.7) contrast(1.2); }
.location-info { background: var(--dark-surface); padding: 3rem; display: flex; flex-direction: column; justify-content: center; }
.location-info h3 { font-family: var(--font-display); font-size: 2rem; letter-spacing: 2px; margin-bottom: 2rem; }
.location-detail { display: flex; gap: 1rem; margin-bottom: 1.5rem; align-items: flex-start; }
.location-detail .icon { width: 40px; height: 40px; background: rgba(212,165,50,.1); border: 1px solid rgba(212,165,50,.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold); font-size: 1rem; }
.location-detail-text h4 { font-size: .9rem; font-weight: 600; margin-bottom: .3rem; }
.location-detail-text p { color: var(--gray-light); font-size: .85rem; font-weight: 300; }
.location-info .btn { margin-top: 1rem; align-self: flex-start; }
.follow-prime { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(212,165,50,.15); }
.follow-label { font-size: .7rem; letter-spacing: 4px; text-transform: uppercase; color: var(--gray); font-weight: 600; margin-bottom: 1rem; }
.follow-label span { color: var(--gold); }
.follow-icons { display: flex; gap: .75rem; }
.follow-icon { display: flex; align-items: center; gap: .6rem; padding: .65rem 1.1rem .65rem .8rem; background: rgba(212,165,50,.06); border: 1px solid rgba(212,165,50,.2); color: var(--gold); text-decoration: none; font-size: .78rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; transition: all .3s; }
.follow-icon:hover { background: var(--gold); color: var(--black); border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(212,165,50,.3); }
.follow-icon svg { width: 17px; height: 17px; flex-shrink: 0; }

/* ============================================================
   FREE TRIAL SECTION
   ============================================================ */
.trial { position: relative; overflow: hidden; }
.trial-bg { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1615117972428-28de43070ae3?w=1920&q=80') center/cover no-repeat; filter: brightness(.15) contrast(1.1) saturate(.5); }
.trial-bg-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, var(--dark) 0%, rgba(17,17,17,.6) 50%, var(--black) 100%); }
.trial > .section-header,
.trial > .trial-container { position: relative; z-index: 2; }
.trial-container { max-width: 600px; margin: 0 auto; background: rgba(26,26,26,.9); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.08); padding: 3rem; position: relative; overflow: hidden; }
.trial-container::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--red-accent), var(--gold)); }

/* ============================================================
   FORMS
   ============================================================ */
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; font-size: .75rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gray-light); margin-bottom: .5rem; font-weight: 500; }
.form-group input, .form-group select { width: 100%; padding: .9rem 1rem; background: rgba(34,34,34,.8); border: 1px solid rgba(255,255,255,.08); color: var(--white); font-family: var(--font-body); font-size: .9rem; transition: border-color .3s; outline: none; -webkit-appearance: none; }
.form-group input:focus, .form-group select:focus { border-color: var(--gold); }
.form-group input::placeholder { color: var(--gray-dark); }
.form-group select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23888' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-submit { width: 100%; margin-top: 1rem; }
.form-submit .btn { width: 100%; justify-content: center; padding: 1.1rem; }
.form-submit .btn:disabled { opacity: .6; cursor: not-allowed; transform: none !important; }
.form-error { background: rgba(192,57,43,.15); border: 1px solid rgba(192,57,43,.3); color: #e74c3c; padding: .8rem 1rem; font-size: .85rem; margin-top: 1rem; display: none; }

/* ============================================================
   POLICIES STRIP & FOOTER
   ============================================================ */
.policies-strip { display: flex; justify-content: center; gap: 2rem; padding: 2rem; border-top: 1px solid rgba(255,255,255,.03); flex-wrap: wrap; }
.policies-strip a { color: var(--gray); text-decoration: none; font-size: .8rem; letter-spacing: 1px; transition: color .3s; }
.policies-strip a:hover { color: var(--gold); }
.footer { border-top: 1px solid rgba(255,255,255,.05); padding: 3rem 2rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.footer-logo img { width: 140px; height: auto; display: block; }
.footer-bmaba { font-size: .75rem; color: var(--gray); line-height: 1.6; text-align: center; }
.footer-bmaba a { color: var(--gold); text-decoration: none; }
.footer-copy { font-size: .75rem; color: var(--gray-dark); }

/* ============================================================
   POLICY MODALS
   ============================================================ */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.85); backdrop-filter: blur(10px); z-index: 2000; justify-content: center; align-items: flex-start; padding: 2rem; overflow-y: auto; }
.modal-overlay.active { display: flex; }
.modal { background: var(--dark-surface); border: 1px solid rgba(255,255,255,.08); max-width: 800px; width: 100%; margin: 3rem auto; padding: 3rem; position: relative; max-height: 80vh; overflow-y: auto; }
.modal::-webkit-scrollbar { width: 4px; }
.modal::-webkit-scrollbar-thumb { background: var(--gold-dark); }
.modal-close { position: sticky; top: 0; float: right; background: var(--dark-elevated); border: 1px solid rgba(255,255,255,.1); color: var(--white); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 1.2rem; transition: all .3s; z-index: 10; }
.modal-close:hover { background: var(--gold); color: var(--black); }
.modal h2 { font-family: var(--font-display); font-size: 2rem; letter-spacing: 2px; margin-bottom: 1.5rem; color: var(--gold); padding-right: 50px; }
.modal h3 { font-family: var(--font-display); font-size: 1.3rem; letter-spacing: 1px; margin: 2rem 0 1rem; color: var(--white); }
.modal p, .modal li { color: var(--gray-light); font-weight: 300; line-height: 1.8; font-size: .9rem; margin-bottom: .8rem; }
.modal ul, .modal ol { padding-left: 1.5rem; }
.modal a { color: var(--gold); text-decoration: none; }
.modal a:hover { text-decoration: underline; }

/* ============================================================
   TRIAL MODAL
   ============================================================ */
.trial-modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.88); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); z-index: 3000; justify-content: center; align-items: center; padding: 1.5rem; overflow-y: auto; }
.trial-modal-overlay.active { display: flex; }
.trial-modal { background: var(--dark-surface); border: 1px solid rgba(255,255,255,.08); max-width: 560px; width: 100%; padding: 2.5rem; position: relative; margin: auto; animation: modalSlideIn .35s cubic-bezier(.4,0,.2,1); }
@keyframes modalSlideIn { from { opacity: 0; transform: translateY(30px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
.trial-modal::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--red-accent), var(--gold)); }
.trial-modal-close { position: absolute; top: 1rem; right: 1rem; background: var(--dark-elevated); border: 1px solid rgba(255,255,255,.1); color: var(--white); width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 1.3rem; transition: all .3s; line-height: 1; }
.trial-modal-close:hover { background: var(--gold); color: var(--black); }
.trial-modal-header { margin-bottom: 1.8rem; padding-right: 2.5rem; }
.trial-modal-tag { font-size: .7rem; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: .5rem; }
.trial-modal-title { font-family: var(--font-display); font-size: 2rem; letter-spacing: 3px; line-height: 1; }

/* ============================================================
   CONTACT FAB
   ============================================================ */
.contact-fab { position: fixed; bottom: 1.8rem; right: 1.4rem; z-index: 900; display: flex; flex-direction: column; align-items: center; gap: .55rem; }
.contact-fab-btn { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: var(--black); border: 1px solid rgba(212,165,50,.5); color: var(--gold); text-decoration: none; transition: all .25s; box-shadow: 0 2px 12px rgba(0,0,0,.4); }
.contact-fab-btn:hover { background: var(--gold); color: var(--black); border-color: var(--gold); transform: scale(1.1); box-shadow: 0 4px 20px rgba(212,165,50,.4); }
.contact-fab-wa { animation: waPulse 4s ease infinite; }
@keyframes waPulse { 0%, 100% { box-shadow: 0 2px 12px rgba(0,0,0,.4), 0 0 0 0 rgba(212,165,50,.3); } 50% { box-shadow: 0 2px 12px rgba(0,0,0,.4), 0 0 0 8px rgba(212,165,50,0); } }
.contact-fab-wa:hover { animation: none; background: #25d366; color: #fff; border-color: #25d366; box-shadow: 0 4px 20px rgba(37,211,102,.35); }

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .8s, transform .8s; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes spin { to { transform: rotate(360deg); } }
.spinner { display: inline-block; width: 18px; height: 18px; border: 2px solid rgba(10,10,10,.3); border-top-color: var(--black); border-radius: 50%; animation: spin .6s linear infinite; vertical-align: middle; margin-right: .5rem; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .about-grid { grid-template-columns: 1fr; gap: 2rem; }
    .about-visual { height: 350px; }
    .location-grid { grid-template-columns: 1fr; }
    .location-map { min-height: 300px; }
    .pricing-grid { grid-template-columns: repeat(2,1fr) !important; max-width: 700px !important; }
}
@media (max-width: 768px) {
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .stats-bar { grid-template-columns: repeat(2,1fr); }
    .stat-item:nth-child(2) { border-right: none; }
    .classes-grid { grid-template-columns: 1fr; }
    .pricing-grid { grid-template-columns: 1fr !important; max-width: 400px !important; }
    .section { padding: 4rem 1.5rem; }
    .about-features { grid-template-columns: 1fr; }
    .about-visual { height: 300px; }
    .form-row { grid-template-columns: 1fr; }
    .trial-container { padding: 2rem 1.5rem; }
    .footer-inner { flex-direction: column; text-align: center; }
    .footer-logo img { margin: 0 auto; }
    .schedule-table { font-size: .75rem; }
    .schedule-table th { font-size: .8rem; padding: .7rem .3rem; }
    .schedule-table td { padding: .7rem .2rem; }
    .image-divider { height: 280px; }
    .cta-banner blockquote { font-size: 1.1rem; }
    .contact-fab { bottom: 1.2rem; right: 1rem; }
    .contact-fab-btn { width: 44px; height: 44px; }
    .follow-icons { flex-direction: column; }
}
@media (max-width: 480px) {
    .hero-title { font-size: 3.5rem; }
    .stats-bar { grid-template-columns: 1fr 1fr; }
    .hero-buttons { flex-direction: column; align-items: center; }
    .hero-buttons .btn { width: 100%; justify-content: center; }
    .class-card-image { height: 180px; }
}