:root{--bg:#08111f;--bg-soft:#0d1830;--surface:#ffffff;--surface-alt:#f3f7fc;--text:#10203a;--text-soft:#5f6f88;--white:#ffffff;--primary:#0f6efd;--primary-dark:#084cc1;--accent:#f4c531;--border:rgba(14,33,65,.1);--shadow:0 18px 50px rgba(5,18,45,.12);--radius:22px;--container:min(1160px,calc(100% - 2rem));}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--surface);line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:auto}.container{width:var(--container);margin-inline:auto}.section{padding:5rem 0}.section-dark{background:radial-gradient(circle at top right,rgba(15,110,253,.18),transparent 28%),linear-gradient(180deg,#071120 0%,#0b1831 100%);color:var(--white)}.section-accent{background:linear-gradient(180deg,#f6f9ff 0%,#eef4ff 100%)}.site-header{position:sticky;top:0;z-index:50;backdrop-filter:blur(16px);background:rgba(8,17,31,.82);border-bottom:1px solid rgba(255,255,255,.08)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.9rem;color:var(--white)}.brand img{width:54px;height:54px;border-radius:50%;object-fit:cover;background:rgba(255,255,255,.08)}.brand span{display:flex;flex-direction:column;line-height:1.25}.brand small{color:rgba(255,255,255,.72)}.site-nav{display:flex;gap:1.25rem;color:rgba(255,255,255,.86)}.site-nav a{font-weight:600}.site-nav a:hover{color:var(--accent)}.nav-toggle{display:none;background:transparent;border:0;padding:.25rem}.nav-toggle span{display:block;width:24px;height:2px;background:var(--white);margin:5px 0}.hero{padding:6rem 0 5rem}.hero-grid,.split-grid,.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;align-items:center}.eyebrow{display:inline-block;margin-bottom:1rem;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.hero h1{margin:0 0 1rem;font-size:clamp(2.3rem,5vw,4.7rem);line-height:1.05}.hero p,.section-heading p,.split-copy p,.custom-package p{color:rgba(255,255,255,.82)}.section:not(.section-dark) .section-heading p,.section:not(.section-dark) .split-copy p,.section:not(.section-dark) .card p,.section:not(.section-dark) .value-card p,.section:not(.section-dark) .person-card p,.section:not(.section-dark) .price-card p,.section:not(.section-dark) .contact-card p,.section:not(.section-dark) .contact-list,.section:not(.section-dark) .feature-list p,.site-footer p{color:var(--text-soft)}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin:1.75rem 0 2rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.9rem 1.3rem;border-radius:999px;font-weight:700;transition:.2s ease}.btn-primary{background:var(--primary);color:var(--white);box-shadow:var(--shadow)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-secondary{background:rgba(255,255,255,.08);color:var(--white);border:1px solid rgba(255,255,255,.14)}.btn-secondary:hover{background:rgba(255,255,255,.14)}.hero-media img,.split-media img,.contact-visual img{border-radius:28px;box-shadow:var(--shadow);object-fit:cover}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.hero-stats article,.card,.value-card,.person-card,.price-card,.contact-card,.custom-package{border-radius:var(--radius);box-shadow:var(--shadow)}.hero-stats article{padding:1rem;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05)}.hero-stats strong{display:block;font-size:1.35rem;margin-bottom:.15rem}.section-heading{max-width:760px;margin-bottom:2rem}.section-heading h2,.split-copy h2,.contact-card h2{margin:0 0 .8rem;font-size:clamp(1.9rem,3vw,3rem);line-height:1.15}.three-up,.academy-highlights,.pricing-grid,.values-grid,.people-grid,.timeline-grid{display:grid;gap:1.25rem}.three-up,.academy-highlights{grid-template-columns:repeat(3,minmax(0,1fr))}.values-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.25rem}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.people-grid.coaches-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.people-grid.executives-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.timeline-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.5rem}.card,.value-card,.person-card,.price-card,.contact-card,.custom-package{background:var(--surface);padding:1.5rem;border:1px solid var(--border)}.glass{background:rgba(255,255,255,.08);color:var(--white);border-color:rgba(255,255,255,.1)}.glass p{color:rgba(255,255,255,.78)!important}.card h3,.value-card h3,.price-card h3,.contact-card h3,.custom-package h3,.section-subheading h3{margin-top:0}.feature-list article+article{margin-top:1rem}.feature-list h3{margin:0 0 .35rem}.people-section{margin-top:2.25rem}.person-card img{aspect-ratio:1 / 1;object-fit:cover;border-radius:50%;margin-bottom:1rem;background:var(--surface-alt)}.gallery-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.gallery-grid img{border-radius:18px;aspect-ratio:1.1 / 1;object-fit:cover;box-shadow:var(--shadow)}.clean-list{list-style:none;margin:0;padding:0}.clean-list li+li{margin-top:.9rem}.price-card{position:relative;overflow:hidden}.price-card::after{content:"";position:absolute;inset:auto -40px -40px auto;width:120px;height:120px;border-radius:50%;background:rgba(15,110,253,.06)}.price-label{display:inline-flex;margin-bottom:.9rem;padding:.35rem .7rem;border-radius:999px;background:var(--surface-alt);color:var(--primary-dark);font-size:.82rem;font-weight:700}.price{font-size:2.2rem;font-weight:800;line-height:1;margin-bottom:.7rem}.price span{font-size:1rem;font-weight:600;color:var(--text-soft)}.custom-package{margin-top:1.5rem;text-align:center}.contact-list{list-style:none;padding:0;margin:1rem 0 0}.contact-list li+li{margin-top:.8rem}.site-footer{background:#091224;color:rgba(255,255,255,.75);padding:1.25rem 0}.footer-wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}@media (max-width:1024px){.three-up,.academy-highlights,.values-grid,.pricing-grid,.people-grid.coaches-grid,.people-grid.executives-grid,.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:840px){.nav-toggle{display:inline-block}.site-nav{position:absolute;top:calc(100% + 1px);right:1rem;left:1rem;display:none;flex-direction:column;padding:1rem;background:rgba(8,17,31,.96);border:1px solid rgba(255,255,255,.08);border-radius:18px}.site-nav.is-open{display:flex}.hero-grid,.split-grid,.contact-grid,.timeline-grid,.hero-stats{grid-template-columns:1fr}.hero{padding-top:4.5rem}}@media (max-width:640px){.section{padding:4rem 0}.three-up,.academy-highlights,.values-grid,.pricing-grid,.people-grid.coaches-grid,.people-grid.executives-grid,.gallery-grid,.timeline-grid{grid-template-columns:1fr}.footer-wrap{flex-direction:column;align-items:flex-start}.brand strong{font-size:.95rem}.brand small{font-size:.75rem}}
.page-hero{padding:5.5rem 0 4rem}
.page-hero-inner{max-width:820px}
.page-hero h1{margin:0 0 1rem;font-size:clamp(2.2rem,4vw,4rem);line-height:1.08;color:var(--white)}
.page-hero p{margin:0;color:rgba(255,255,255,.82);font-size:1.05rem}
.section-subheading{display:flex;align-items:end;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}
.subtle-note{margin:0;color:var(--text-soft);font-size:.95rem}
.person-avatar{display:grid;place-items:center;aspect-ratio:1/1;border-radius:18px;margin-bottom:1rem;background:linear-gradient(135deg,#0b1831,#15408b);color:var(--white);font-weight:800;font-size:1.6rem;letter-spacing:.08em}
.footer-links{display:flex;gap:1rem;flex-wrap:wrap}
.footer-links a{color:rgba(255,255,255,.85)}
.footer-links a:hover{color:var(--accent)}
.official-cta{margin-top:2rem}
.compact-actions{margin-top:1.25rem;margin-bottom:0}
.dark-secondary{background:rgba(8,17,31,.84);color:var(--white);border-color:rgba(8,17,31,.84)}
.dark-secondary:hover{background:#071120}
@media (max-width:640px){.section-subheading{align-items:flex-start}.footer-links{flex-direction:column;gap:.45rem}}

.social-links{display:flex;flex-wrap:wrap;gap:.85rem;margin:1.2rem 0 0}
.social-links-large{margin-top:1.35rem}
.social-link,.footer-social{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;border-radius:999px;transition:.2s ease}
.social-link{padding:.85rem 1rem;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);font-weight:700;color:var(--text)}
.social-link:hover{transform:translateY(-1px);border-color:rgba(15,110,253,.28)}
.social-link svg,.footer-social svg{width:20px;height:20px;fill:currentColor}
.social-note{margin:.85rem 0 0;color:var(--text-soft);font-size:.93rem}
.footer-socials{display:flex;gap:.65rem;flex-wrap:wrap;align-items:center}
.footer-social{width:42px;height:42px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.12)}
.footer-social:hover{background:rgba(255,255,255,.15);color:var(--accent)}
@media (max-width:640px){.social-link{width:100%;justify-content:flex-start}.footer-socials{margin-top:.25rem}}
