:root{
  --atfa-white:#ffffff;
  --atfa-sky:#00aeef;
  --atfa-sky-dark:#0079b8;
  --atfa-navy:#01233b;
  --atfa-navy-soft:#0d3f6c;
  --atfa-muted:rgba(1,35,59,.75);
  --atfa-border:rgba(0,174,239,.15);
}

body.atfa-theme{
  background:#f3f9ff;
  color:var(--atfa-navy);
}

.atfa-theme .nav{
  background:rgba(1,15,30,.95);
  border-bottom:1px solid rgba(0,174,239,.14);
}

.atfa-theme .nav-brand-sub{
  color:rgba(255,255,255,.78);
  border-left-color:rgba(0,174,239,.26);
}

.atfa-theme nav .nav-brand img{
  height:52px;
  width:auto;
}

.atfa-theme .nav-links a{
  color:rgba(255,255,255,.78);
}

.atfa-theme .nav-links a:hover,
.atfa-theme .nav-links a.active{
  color:var(--atfa-sky);
}

.atfa-theme .nav-cta{
  background:linear-gradient(135deg,var(--atfa-sky),#6bc8ff);
  color:#fff!important;
  box-shadow:0 12px 32px rgba(0,174,239,.18);
}

.atfa-theme .hero{
  background:linear-gradient(180deg,#f5fbff 0%,#e2f2ff 100%);
  color:var(--atfa-navy);
}

.atfa-theme .hero-bg{
  background:radial-gradient(circle at 50% 30%, rgba(0,174,239,.16), transparent 55%);
}

.atfa-theme .hero-stars,
.atfa-theme .hero-flare,
.atfa-theme .hero-gold-top{
  display:none;
}

.atfa-theme .hero-logo-wrap img{
  filter:none;
  width:100%;
  height:auto;
}

.atfa-theme .hero-logo-wrap{
  max-width:18rem;
  margin:0 auto 1.5rem;
}

.atfa-theme .hero-content{
  max-width:900px;
  margin:0 auto;
  padding:5rem 1.5rem 4rem;
  text-align:center;
}

.atfa-theme .hero-title{
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(2.8rem,7vw,4.4rem);
  line-height:1.02;
  margin:0 0 1rem;
  color:var(--atfa-navy);
}

.atfa-theme .hero-tagline{
  color:var(--atfa-muted);
  font-size:clamp(1rem,1.3vw,1.25rem);
  max-width:680px;
  margin:0 auto 2rem;
}

.atfa-theme .hero-badge{
  background:rgba(0,174,239,.08);
  border-color:rgba(0,174,239,.16);
  color:var(--atfa-sky);
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  font-family:'Barlow Condensed',sans-serif;
  text-transform:uppercase;
  letter-spacing:.18em;
  padding:.8rem 1.1rem;
  border-radius:999px;
  margin-bottom:1.25rem;
}

.atfa-theme .hero{
  min-height:80vh;
  background:linear-gradient(180deg,#f5fbff 0%,#e2f2ff 100%);
  color:var(--atfa-navy);
}

.atfa-theme .hero-bg{
  background:radial-gradient(circle at 50% 20%, rgba(0,174,239,.15), transparent 55%);
}

.atfa-theme .hero-tagline{
  color:var(--atfa-muted);
}

.atfa-theme .hero-field rect,
.atfa-theme .hero-field line,
.atfa-theme .hero-field circle,
.atfa-theme .hero-field path{
  stroke:rgba(0,174,239,.45);
}

.atfa-theme .hero-scroll{
  color:rgba(0,174,239,.5);
}

.atfa-theme .btn-gold{
  background:linear-gradient(135deg,var(--atfa-sky),#6bc8ff);
  color:#fff;
  box-shadow:0 10px 30px rgba(0,174,239,.18);
}

.atfa-theme .btn-gold:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(0,174,239,.24);
}

.atfa-theme .btn-ghost{
  background:rgba(255,255,255,.9);
  color:var(--atfa-sky);
  border:1px solid rgba(0,174,239,.25);
}

.atfa-theme .btn-ghost:hover{
  border-color:var(--atfa-sky);
  color:var(--atfa-sky);
}

.atfa-theme .gold-text{
  background:linear-gradient(135deg,var(--atfa-sky),#4dbff6);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}

.atfa-theme .coaches-banner .section-title{
  color:#ffffff;
}

.atfa-theme .section-label{
  color:var(--atfa-sky);
}

.atfa-theme .section-label::before{
  background:var(--atfa-sky);
}

.atfa-theme .footer{
  background:#01233b;
}

.atfa-theme .footer-brand .brand-name{
  background:linear-gradient(135deg,#7ecdff,var(--atfa-sky));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}

.atfa-theme .footer-col a:hover{
  color:var(--atfa-sky);
}

.atfa-theme .gold-divider{
  background:linear-gradient(90deg,transparent,var(--atfa-sky),transparent);
}

.atfa-theme .brand-name img,
.atfa-theme nav .nav-brand img{
  display:inline-block;
  vertical-align:middle;
}

.atfa-theme .hero-logo-wrap img,
.atfa-theme .footer-brand .brand-name img{
  max-width:100%;
}
