*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    :root {
      --primary: #FF6B00; --primary-dark: #cc5500; --secondary: #1a1a2e;
      --accent: #16213e; --white: #ffffff; --light: #f8f9fa;
      --gray: #6c757d; --light-gray: #e9ecef;
      --gradient: linear-gradient(135deg, #FF6B00 0%, #FF8C42 100%);
    }
    html { scroll-behavior: smooth; }
    body { font-family: "Inter", sans-serif; background: var(--white); color: #1a1a1a; overflow-x: hidden; }

    /* NAV */
    nav {
      position: fixed; top: 0; width: 100%; z-index: 1000;
      background: rgba(10,10,20,0.95); backdrop-filter: blur(12px);
      padding: 0 5%; display: flex; align-items: center; justify-content: space-between;
      height: 70px; border-bottom: 1px solid rgba(255,107,0,0.2); transition: all 0.3s;
    }
    nav.scrolled { background: rgba(10,10,20,0.99); height: 60px; }
    .nav-logo { font-family: "Bebas Neue", sans-serif; font-size: 1.8rem; color: var(--white); letter-spacing: 2px; }
    .nav-logo span { color: var(--primary); }
    .nav-links { display: flex; gap: 2rem; list-style: none; }
    .nav-links a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.88rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; transition: color 0.3s; }
    .nav-links a:hover { color: var(--primary); }
    .nav-cta { background: var(--gradient); color: var(--white) !important; padding: 0.5rem 1.4rem !important; border-radius: 25px; font-weight: 600 !important; }
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
    .hamburger span { width: 25px; height: 2px; background: white; transition: all 0.3s; }

    /* HERO */
    #hero {
      min-height: 100vh;
      background: linear-gradient(135deg, #0a0a14 0%, #1a1a2e 50%, #16213e 100%);
      display: flex; align-items: center; position: relative; overflow: hidden; padding: 0 5%;
    }
    .hero-bg-shapes { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; pointer-events: none; }
    .shape { position: absolute; border-radius: 50%; background: rgba(255,107,0,0.05); }
    .shape-1 { width: 600px; height: 600px; top: -200px; right: -150px; }
    .shape-2 { width: 400px; height: 400px; bottom: -100px; left: -100px; }
    .shape-3 { width: 200px; height: 200px; top: 50%; left: 40%; background: rgba(255,107,0,0.08); }
    .hero-grid-lines {
      position: absolute; top: 0; left: 0; width: 100%; height: 100%;
      background-image: linear-gradient(rgba(255,107,0,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,107,0,0.04) 1px, transparent 1px);
      background-size: 60px 60px;
    }
    .hero-content { max-width: 700px; z-index: 2; }
    .hero-badge {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: rgba(255,107,0,0.15); border: 1px solid rgba(255,107,0,0.3);
      color: var(--primary); padding: 0.4rem 1rem; border-radius: 20px;
      font-size: 0.78rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 1.5rem;
    }
    .hero-title { font-family: "Bebas Neue", sans-serif; font-size: clamp(3.5rem, 8vw, 7rem); color: var(--white); line-height: 0.95; margin-bottom: 1.5rem; letter-spacing: 2px; }
    .hero-title .highlight { color: var(--primary); display: block; }
    .hero-subtitle { color: rgba(255,255,255,0.65); font-size: 1.1rem; line-height: 1.7; margin-bottom: 2.5rem; max-width: 520px; font-weight: 300; }
    .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
    .btn-primary { background: var(--gradient); color: white; padding: 0.9rem 2rem; border: none; border-radius: 30px; font-size: 0.95rem; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; transition: all 0.3s; box-shadow: 0 4px 20px rgba(255,107,0,0.35); }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(255,107,0,0.5); }
    .btn-outline { background: transparent; color: white; padding: 0.9rem 2rem; border: 1px solid rgba(255,255,255,0.3); border-radius: 30px; font-size: 0.95rem; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; transition: all 0.3s; }
    .btn-outline:hover { border-color: var(--primary); color: var(--primary); }
    .hero-stats { display: flex; gap: 3rem; }
    .stat-num { font-family: "Bebas Neue", sans-serif; font-size: 2.5rem; color: var(--white); line-height: 1; }
    .stat-num span { color: var(--primary); }
    .stat-label { color: rgba(255,255,255,0.5); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; margin-top: 0.2rem; }
    .hero-visual { position: absolute; right: 5%; top: 50%; transform: translateY(-50%); width: 420px; z-index: 2; }
    .sport-cards-stack { position: relative; height: 480px; }
    .sport-card-hero { position: absolute; background: rgba(255,255,255,0.05); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 2rem; }
    .sport-card-hero:nth-child(1) { width: 200px; top: 0; right: 20px; animation: float1 4s ease-in-out infinite; }
    .sport-card-hero:nth-child(2) { width: 200px; top: 160px; right: 180px; animation: float2 4s ease-in-out infinite 0.5s; }
    .sport-card-hero:nth-child(3) { width: 200px; top: 320px; right: 30px; animation: float3 4s ease-in-out infinite 1s; }
    @keyframes float1 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
    @keyframes float2 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
    @keyframes float3 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-15px)} }
    .sport-emoji { font-size: 2.5rem; margin-bottom: 0.5rem; }
    .sport-card-hero .sport-name { color: white; font-weight: 700; font-size: 0.95rem; }
    .sport-card-hero .sport-tag { color: var(--primary); font-size: 0.75rem; font-weight: 500; margin-top: 0.2rem; }

    /* SECTION BASE */
    section { padding: 6rem 5%; }
    .section-label { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--primary); font-size: 0.78rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 1rem; }
    .section-label::before { content: ""; width: 30px; height: 2px; background: var(--primary); }
    .section-title { font-family: "Bebas Neue", sans-serif; font-size: clamp(2.5rem, 5vw, 4rem); color: var(--secondary); line-height: 1; letter-spacing: 1px; }
    .section-title.light { color: var(--white); }
    .section-sub { color: var(--gray); font-size: 1rem; line-height: 1.7; max-width: 540px; margin-top: 1rem; font-weight: 300; }
    .section-sub.light { color: rgba(255,255,255,0.6); }

    /* ABOUT */
    #about { background: var(--light); }
    .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; margin-top: 3rem; }
    .about-image-wrap { position: relative; }
    .about-main-img { width: 100%; border-radius: 20px; background: linear-gradient(135deg, var(--secondary) 0%, var(--accent) 100%); height: 420px; display: flex; align-items: center; justify-content: center; font-size: 8rem; position: relative; overflow: hidden; }
    .about-main-img::before { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 50%; background: linear-gradient(transparent, rgba(255,107,0,0.2)); }
    .about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 2rem; }
    .feature-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.2rem; background: white; border-radius: 12px; border: 1px solid var(--light-gray); transition: all 0.3s; }
    .feature-item:hover { border-color: var(--primary); transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,0.08); }
    .feature-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(255,107,0,0.1); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1rem; flex-shrink: 0; }
    .feature-item h4 { font-size: 0.9rem; font-weight: 700; color: var(--secondary); margin-bottom: 0.2rem; }
    .feature-item p { font-size: 0.8rem; color: var(--gray); line-height: 1.5; }

    /* SPORTS */
    #sports { background: var(--white); }
    .sports-header { text-align: center; margin-bottom: 4rem; }
    .sports-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
    .sport-card { border-radius: 24px; overflow: hidden; position: relative; cursor: pointer; transition: transform 0.4s ease, box-shadow 0.4s ease; display: flex; flex-direction: column; }
    .sport-card:hover { transform: translateY(-10px); box-shadow: 0 25px 60px rgba(0,0,0,0.15); }
    .sport-card-inner { padding: 2.5rem 2rem; min-height: 380px; flex: 1; display: flex; flex-direction: column; position: relative; overflow: hidden; border-radius: 24px;}
    .sport-card:nth-child(1) .sport-card-inner { background: linear-gradient(160deg, #0d1b0d 0%, #1a3a1a 100%); }
    .sport-card:nth-child(2) .sport-card-inner { background: linear-gradient(160deg, #1a1a2e 0%, #0f3460 100%); }
    .sport-card:nth-child(3) .sport-card-inner { background: linear-gradient(160deg, #1a1a2e 0%, #2d1b00 100%); }
    .sport-bg-icon { position: absolute; bottom: -20px; right: -10px; font-size: 10rem; opacity: 0.06; pointer-events: none; }
    .sport-number { font-family: "Bebas Neue", sans-serif; font-size: 0.9rem; color: rgba(255,255,255,0.2); letter-spacing: 3px; margin-bottom: 1.5rem; }
    .sport-icon-wrap { width: 70px; height: 70px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin-bottom: 1.5rem; }
    .sport-card:nth-child(1) .sport-icon-wrap { background: rgba(39,174,96,0.2); }
    .sport-card:nth-child(2) .sport-icon-wrap { background: rgba(41,128,185,0.2); }
    .sport-card:nth-child(3) .sport-icon-wrap { background: rgba(255,107,0,0.2); }
    .sport-card-name { font-family: "Bebas Neue", sans-serif; font-size: 2rem; color: white; letter-spacing: 2px; margin-bottom: 0.8rem; }
    .sport-card-desc { color: rgba(255,255,255,0.6); font-size: 0.88rem; line-height: 1.6; margin-bottom: 1.5rem; flex: 1; }
    .sport-pills { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
    .pill { padding: 0.3rem 0.8rem; border-radius: 20px; font-size: 0.72rem; font-weight: 600; }
    .pill-blue { background: rgba(41,128,185,0.2); color: #5dade2; }
    .pill-orange { background: rgba(255,107,0,0.2); color: #FF8C42; }
    .pill-green { background: rgba(39,174,96,0.2); color: #58d68d; }
    .sport-link { display: inline-flex; align-items: center; gap: 0.5rem; color: white; font-size: 0.85rem; font-weight: 600; text-decoration: none; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1rem; transition: gap 0.3s; }
    .sport-link:hover { gap: 0.8rem; }

    /* TOURNAMENTS */
    #tournaments {
      background: linear-gradient(135deg, #0a0a14 0%, #1a1a2e 100%);
      position: relative; overflow: hidden;
    }
    #tournaments::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: radial-gradient(circle at 20% 80%, rgba(255,107,0,0.08) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255,107,0,0.06) 0%, transparent 50%); }
    .tourn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; z-index: 1; }
    .tourn-why { display: flex; flex-direction: column; gap: 1.5rem; }
    .tw-item { display: flex; gap: 1.2rem; align-items: flex-start; }
    .tw-icon { width: 48px; height: 48px; border-radius: 14px; background: rgba(255,107,0,0.12); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1.1rem; flex-shrink: 0; }
    .tw-item h4 { color: white; font-weight: 700; font-size: 0.95rem; margin-bottom: 0.3rem; }
    .tw-item p { color: rgba(255,255,255,0.5); font-size: 0.83rem; line-height: 1.6; }
    .tourn-cta-box {
      background: rgba(255,255,255,0.04); border: 1px solid rgba(255,107,0,0.25);
      border-radius: 20px; padding: 2.5rem; position: relative; overflow: hidden;
    }
    .tourn-cta-box::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gradient); }
    .tcb-label { color: var(--primary); font-size: 0.72rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 1rem; }
    .tcb-title { font-family: "Bebas Neue", sans-serif; font-size: 2.2rem; color: white; letter-spacing: 1px; line-height: 1; margin-bottom: 1rem; }
    .tcb-text { color: rgba(255,255,255,0.55); font-size: 0.9rem; line-height: 1.7; margin-bottom: 2rem; }
    .tcb-sports { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
    .tcb-sport { display: flex; align-items: center; gap: 0.6rem; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,107,0,0.25); border-radius: 12px; padding: 0.7rem 1.2rem; }
    .tcb-sport span { color: rgba(255,255,255,0.8); font-size: 0.85rem; font-weight: 600; }
    .btn-tourn-enquire { background: var(--gradient); color: white; border: none; padding: 0.9rem 2rem; border-radius: 20px; font-size: 0.9rem; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 0.5rem; transition: all 0.3s; }
    .btn-tourn-enquire:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,107,0,0.45); }

    /* PROGRAMS */
    #programs { background: var(--light); }
    .programs-flex-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; margin-top: 3rem; }
    .prog-perks { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }
    .perk-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.2rem; background: white; border-radius: 14px; border: 1px solid var(--light-gray); transition: all 0.3s; }
    .perk-item:hover { border-color: var(--primary); box-shadow: 0 6px 20px rgba(0,0,0,0.07); }
    .perk-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(255,107,0,0.1); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1rem; flex-shrink: 0; }
    .perk-item h4 { font-size: 0.9rem; font-weight: 700; color: var(--secondary); margin-bottom: 0.2rem; }
    .perk-item p { font-size: 0.8rem; color: var(--gray); line-height: 1.5; }
    .prog-cta-card { background: var(--secondary); border-radius: 24px; padding: 3rem; border: 1px solid rgba(255,107,0,0.2); position: relative; overflow: hidden; }
    .prog-cta-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gradient); }
    .prog-cta-card h3 { font-family: "Bebas Neue", sans-serif; font-size: 2.2rem; color: white; letter-spacing: 1px; margin-bottom: 0.8rem; }
    .prog-cta-card p { color: rgba(255,255,255,0.55); font-size: 0.92rem; line-height: 1.7; margin-bottom: 2rem; }
    .prog-options { display: flex; flex-direction: column; gap: 0.8rem; margin-bottom: 2rem; }
    .prog-option { display: flex; align-items: center; gap: 0.8rem; background: rgba(255,255,255,0.05); border-radius: 12px; padding: 0.9rem 1.2rem; border: 1px solid rgba(255,255,255,0.07); transition: all 0.3s; }
    .prog-option:hover { border-color: rgba(255,107,0,0.3); background: rgba(255,107,0,0.06); }
    .prog-option i { color: var(--primary); font-size: 0.85rem; }
    .prog-option span { color: rgba(255,255,255,0.8); font-size: 0.88rem; font-weight: 500; }
    .btn-enquire { width: 100%; background: var(--gradient); color: white; border: none; padding: 1rem; border-radius: 14px; font-size: 0.95rem; font-weight: 700; cursor: pointer; transition: all 0.3s; letter-spacing: 0.5px; }
    .btn-enquire:hover { box-shadow: 0 8px 30px rgba(255,107,0,0.5); transform: translateY(-2px); }

    /* COACH */
    #coach { background: var(--white); }
    .coach-showcase { display: grid; grid-template-columns: 1fr 1.4fr; gap: 5rem; align-items: center; margin-top: 3rem; }
    .coach-visual { position: relative; }
    .coach-main-card { background: var(--secondary); border-radius: 24px; overflow: hidden; border: 1px solid rgba(255,107,0,0.2); }
    .coach-photo-wrap { height: 320px; background: linear-gradient(135deg, #1a1a2e, #0f3460); display: flex; align-items: center; justify-content: center; font-size: 7rem; position: relative; }
    .coach-sport-strip { position: absolute; bottom: 0; left: 0; right: 0; background: var(--gradient); padding: 0.7rem 1.5rem; display: flex; justify-content: space-between; align-items: center; }
    .coach-sport-strip span { color: white; font-size: 0.78rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
    .coach-sports-icons { display: flex; gap: 0.5rem; font-size: 1.1rem; }
    .coach-card-body { padding: 2rem; }
    .coach-card-name { font-family: "Bebas Neue", sans-serif; font-size: 2rem; color: white; letter-spacing: 1px; margin-bottom: 0.3rem; }
    .coach-card-title { color: var(--primary); font-size: 0.82rem; font-weight: 600; margin-bottom: 1.2rem; }
    .coach-card-stats { display: flex; gap: 2rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,0.07); }
    .cstat-num { font-family: "Bebas Neue", sans-serif; font-size: 1.6rem; color: white; line-height: 1; }
    .cstat-label { font-size: 0.68rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.5px; }
    .coach-info-content {}
    .coach-bio-long { color: var(--gray); font-size: 0.97rem; line-height: 1.8; margin-bottom: 2rem; font-weight: 300; }
    .coach-qualities { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 2rem; }
    .quality-item { display: flex; align-items: center; gap: 0.7rem; background: var(--light); border-radius: 12px; padding: 0.9rem 1.1rem; border: 1px solid var(--light-gray); }
    .quality-item i { color: var(--primary); font-size: 0.85rem; }
    .quality-item span { font-size: 0.83rem; font-weight: 700; color: var(--secondary); }
    .coach-contact-note { background: var(--secondary); border-radius: 14px; padding: 1.3rem 1.5rem; display: flex; align-items: center; gap: 1rem; }
    .ccn-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(255,107,0,0.2); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1rem; flex-shrink: 0; }
    .coach-contact-note strong { color: white; font-size: 0.88rem; display: block; margin-bottom: 0.2rem; }
    .coach-contact-note p { color: rgba(255,255,255,0.45); font-size: 0.8rem; }

    /* TESTIMONIALS */
    #testimonials { background: var(--secondary); position: relative; overflow: hidden; }
    #testimonials::before { content: '"'; position: absolute; top: -40px; left: 5%; font-size: 25rem; color: rgba(255,107,0,0.04); font-family: Georgia, serif; line-height: 1; pointer-events: none; }
    .testimonials-header { text-align: center; margin-bottom: 4rem; }
    .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; position: relative; z-index: 1; }
    .tcard { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 2rem; transition: all 0.3s; }
    .tcard:hover { background: rgba(255,107,0,0.06); border-color: rgba(255,107,0,0.2); }
    .tcard-stars { color: var(--primary); font-size: 0.85rem; margin-bottom: 1rem; letter-spacing: 2px; }
    .tcard-text { color: rgba(255,255,255,0.75); font-size: 0.9rem; line-height: 1.7; margin-bottom: 1.5rem; font-style: italic; }
    .tcard-author { display: flex; align-items: center; gap: 0.8rem; }
    .tcard-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--gradient); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
    .tcard-name { color: white; font-weight: 700; font-size: 0.9rem; }
    .tcard-role { color: var(--primary); font-size: 0.75rem; font-weight: 500; }

    /* CONTACT */
    #contact { background: linear-gradient(135deg, #0a0a14 0%, #1a1a2e 100%); position: relative; }
    .contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 5rem; align-items: start; }
    .contact-items { margin-top: 2rem; display: flex; flex-direction: column; gap: 1.5rem; }
    .contact-item { display: flex; gap: 1rem; align-items: flex-start; }
    .contact-icon { width: 46px; height: 46px; border-radius: 12px; background: rgba(255,107,0,0.15); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1rem; flex-shrink: 0; }
    .contact-item h4 { color: rgba(255,255,255,0.5); font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.3rem; }
    .contact-item p { color: white; font-size: 0.92rem; font-weight: 500; }
    .contact-form { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 24px; padding: 2.5rem; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
    .form-group { margin-bottom: 1rem; }
    .form-group label { display: block; color: rgba(255,255,255,0.6); font-size: 0.8rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 0.5rem; }
    .form-group input, .form-group select, .form-group textarea { width: 100%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 0.85rem 1rem; color: white; font-size: 0.9rem; font-family: "Inter", sans-serif; transition: border-color 0.3s; }
    .form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); background: rgba(255,107,0,0.05); }
    .form-group select option { background: #1a1a2e; }
    .form-group textarea { resize: vertical; min-height: 100px; }
    .form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.3); }
    .btn-submit { width: 100%; background: var(--gradient); color: white; border: none; padding: 1rem; border-radius: 12px; font-size: 1rem; font-weight: 700; cursor: pointer; transition: all 0.3s; letter-spacing: 1px; text-transform: uppercase; }
    .btn-submit:hover { box-shadow: 0 8px 30px rgba(255,107,0,0.5); transform: translateY(-2px); }

    /* FOOTER */
    footer { background: #050508; padding: 4rem 5% 2rem; border-top: 1px solid rgba(255,255,255,0.05); }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
    .footer-brand p { color: rgba(255,255,255,0.4); font-size: 0.85rem; line-height: 1.7; max-width: 260px; margin-top: 1rem; font-weight: 300; }
    .footer-social { display: flex; gap: 0.8rem; margin-top: 1.5rem; }
    .social-btn { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); text-decoration: none; transition: all 0.3s; }
    .social-btn:hover { background: var(--primary); color: white; }
    .footer-col h4 { color: white; font-size: 0.85rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 1.2rem; }
    .footer-col ul { list-style: none; }
    .footer-col ul li { margin-bottom: 0.7rem; }
    .footer-col ul li a { color: rgba(255,255,255,0.4); font-size: 0.85rem; text-decoration: none; transition: color 0.3s; }
    .footer-col ul li a:hover { color: var(--primary); }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; }
    .footer-bottom p { color: rgba(255,255,255,0.3); font-size: 0.8rem; }
    .footer-bottom span { color: var(--primary); }

    /* REVEAL */
    .reveal { opacity: 0; transform: translateY(30px); transition: all 0.7s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    @media(max-width:1024px){ .hero-visual{display:none;} .coach-showcase{grid-template-columns:1fr;} .footer-grid{grid-template-columns:1fr 1fr;} }
    @media(max-width:768px){ .nav-links{display:none;} .hamburger{display:flex;} .about-grid,.contact-grid,.tourn-grid,.programs-flex-grid{grid-template-columns:1fr;} .sports-grid,.testimonials-grid{grid-template-columns:1fr;} .form-row{grid-template-columns:1fr;} .hero-stats{gap:1.5rem;flex-wrap:wrap;} .footer-grid{grid-template-columns:1fr;gap:2rem;} .footer-bottom{flex-direction:column;gap:1rem;text-align:center;} .about-features{grid-template-columns:1fr;} .coach-qualities{grid-template-columns:1fr;} }