/* ============================================================
   SPORTS ACADEMY OF FLORIDA, LLC — site styles
   Concept: athletic performance facility. Deep field navy,
   electric "volt" accent, condensed jersey type, angular cuts.
   Palette: field #0b1622 · field-2 #12233a · volt #c6ff3a
            steel #5b6b7f · snow #f5f7f6 · ink #101a24
   Type: Oswald (display) · Barlow (body)
   ============================================================ */

:root {
  --field: #0b1622;
  --field-2: #12233a;
  --volt: #c6ff3a;
  --volt-deep: #a6e600;
  --steel: #5b6b7f;
  --snow: #f5f7f6;
  --snow-dim: #e9edeb;
  --ink: #101a24;
  --muted: #56606b;
  --line: #dce2df;
  --line-dark: rgba(245, 247, 246, 0.13);
  --radius: 4px;
  --font-display: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Barlow", "Segoe UI", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--snow);
  line-height: 1.62;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

.container { width: min(1160px, 92%); margin: 0 auto; }

.display {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.02;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(11, 22, 34, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line-dark);
}

.nav-bar { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }

.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }

.brand-badge {
  width: 38px; height: 38px; flex: none;
  background: var(--volt);
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
  display: flex; align-items: center; justify-content: center;
}
.brand-badge span {
  font-family: var(--font-display); font-weight: 700; font-size: 1.1rem;
  color: var(--field); letter-spacing: -0.02em;
}

.brand-name { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name .top {
  font-family: var(--font-display); font-weight: 600; font-size: 1.05rem;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--snow);
}
.brand-name .sub {
  font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--volt); margin-top: 2px;
}

.nav-links { display: flex; gap: 30px; list-style: none; align-items: center; }
.nav-links a {
  color: var(--snow); text-decoration: none;
  font-family: var(--font-display); font-weight: 500;
  font-size: 0.92rem; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 6px 0; border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--volt); border-color: var(--volt); }

.nav-cta {
  background: var(--volt); color: var(--field) !important;
  padding: 10px 22px !important; border: none !important;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}
.nav-cta:hover { background: var(--volt-deep); color: var(--field) !important; }

.nav-toggle {
  display: none; background: none; border: 1px solid var(--line-dark); border-radius: 4px;
  color: var(--snow); font-size: 1.3rem; line-height: 1; padding: 8px 12px; cursor: pointer;
}

/* ---------- Hero ---------- */

.hero {
  position: relative; overflow: hidden; color: var(--snow);
  background:
    radial-gradient(90% 80% at 85% 0%, rgba(198, 255, 58, 0.12), transparent 55%),
    linear-gradient(160deg, var(--field-2) 0%, var(--field) 68%);
  padding: 104px 0 116px;
}
/* diagonal volt slash */
.hero::before {
  content: ""; position: absolute; top: 0; right: -6%; width: 46%; height: 100%;
  background: linear-gradient(180deg, rgba(198, 255, 58, 0.08), rgba(198, 255, 58, 0.02));
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 6px;
  background: repeating-linear-gradient(90deg, var(--volt) 0 40px, transparent 40px 80px);
  opacity: 0.5;
}

.hero-inner { position: relative; max-width: 780px; }

.kicker-line {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-weight: 500;
  font-size: 0.78rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--volt); margin-bottom: 26px;
}
.kicker-line::before { content: ""; width: 34px; height: 2px; background: var(--volt); }

.hero h1 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2.6rem, 6.4vw, 5rem); line-height: 0.98;
  text-transform: uppercase; letter-spacing: 0.005em; margin-bottom: 22px;
}
.hero h1 span { color: var(--volt); }

.hero p.lead {
  font-size: 1.14rem; color: rgba(245, 247, 246, 0.82);
  max-width: 580px; margin-bottom: 36px;
}

.btn-row { display: flex; gap: 15px; flex-wrap: wrap; }

.btn {
  display: inline-block; text-decoration: none; cursor: pointer;
  font-family: var(--font-display); font-weight: 600;
  font-size: 0.92rem; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 15px 34px; border: none;
  transition: transform 0.18s, background 0.2s, color 0.2s, box-shadow 0.2s;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}
.btn-primary { background: var(--volt); color: var(--field); }
.btn-primary:hover { transform: translateY(-2px); background: var(--volt-deep); }
.btn-ghost { background: transparent; color: var(--snow); box-shadow: inset 0 0 0 2px rgba(245,247,246,0.35); }
.btn-ghost:hover { box-shadow: inset 0 0 0 2px var(--volt); color: var(--volt); }

/* stats band */
.stats-band { background: var(--volt); color: var(--field); }
.stats-inner {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  padding: 30px 0;
}
.stat { text-align: center; }
.stat .num {
  font-family: var(--font-display); font-weight: 700; font-size: 2.1rem; line-height: 1;
}
.stat .cap {
  font-family: var(--font-display); font-weight: 500;
  font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase;
  margin-top: 6px; color: rgba(16, 26, 36, 0.72);
}

/* ---------- Sections ---------- */

.section { padding: 92px 0; }
.section-dark { background: var(--field); color: var(--snow); }
.section-snow { background: var(--snow-dim); }

.section-head { max-width: 700px; margin-bottom: 52px; }
.section-head .kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-weight: 500;
  font-size: 0.76rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--volt-deep); margin-bottom: 14px;
}
.section-head .kicker::before { content: ""; width: 30px; height: 2px; background: var(--volt-deep); }
.section-dark .section-head .kicker { color: var(--volt); }
.section-dark .section-head .kicker::before { background: var(--volt); }
.section-head h2 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2rem, 4.4vw, 3.1rem); text-transform: uppercase;
  letter-spacing: 0.01em; line-height: 1.04; margin-bottom: 12px;
}
.section-dark .section-head h2 { color: var(--snow); }
.section-head p { color: var(--muted); }
.section-dark .section-head p { color: rgba(245, 247, 246, 0.7); }

/* Programs */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line);
  border-top: 4px solid var(--volt);
  padding: 30px 28px;
  transition: transform 0.22s, box-shadow 0.22s;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(16, 26, 36, 0.13); }
.card-num {
  font-family: var(--font-display); font-weight: 700; font-size: 1rem;
  color: var(--volt-deep); letter-spacing: 0.1em; margin-bottom: 14px;
}
.card h3 {
  font-family: var(--font-display); font-weight: 600; font-size: 1.32rem;
  text-transform: uppercase; letter-spacing: 0.01em; margin-bottom: 9px;
}
.card p { font-size: 0.96rem; color: var(--muted); }

/* About split */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 58px; align-items: start; }
.split .kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-weight: 500;
  font-size: 0.76rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--volt-deep); margin-bottom: 14px;
}
.split .kicker::before { content: ""; width: 30px; height: 2px; background: var(--volt-deep); }
.split h2 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.9rem); text-transform: uppercase;
  letter-spacing: 0.01em; line-height: 1.05; margin-bottom: 18px;
}
.split p { color: var(--muted); margin-bottom: 15px; }

.tick-list { list-style: none; margin-top: 6px; }
.tick-list li {
  position: relative; padding: 11px 0 11px 34px;
  border-bottom: 1px solid var(--line); font-size: 0.98rem; color: var(--ink);
}
.tick-list li::before {
  content: ""; position: absolute; left: 2px; top: 17px;
  width: 15px; height: 9px;
  border-left: 3px solid var(--volt-deep); border-bottom: 3px solid var(--volt-deep);
  transform: rotate(-45deg);
}

.info-panel {
  background: var(--field); color: var(--snow);
  padding: 36px 32px; border-left: 4px solid var(--volt);
}
.info-panel h3 {
  font-family: var(--font-display); font-weight: 600; font-size: 1.3rem;
  letter-spacing: 0.03em; text-transform: uppercase; color: var(--volt); margin-bottom: 22px;
}
.info-panel dl { display: grid; gap: 15px; }
.info-panel dt {
  font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(245, 247, 246, 0.5); margin-bottom: 3px;
  font-family: var(--font-display); font-weight: 500;
}
.info-panel dd { font-size: 0.97rem; }
.info-panel a { color: var(--volt); text-decoration: none; }
.info-panel a:hover { text-decoration: underline; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { border-top: 3px solid var(--volt); padding-top: 18px; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--font-display); font-weight: 700; font-size: 1.7rem;
  color: var(--volt); display: block; line-height: 1; margin-bottom: 10px;
}
.step h3 {
  font-family: var(--font-display); font-weight: 600; font-size: 1.14rem;
  text-transform: uppercase; letter-spacing: 0.01em; margin-bottom: 8px;
}
.section-dark .step h3 { color: var(--snow); }
.step p { font-size: 0.93rem; color: var(--muted); }
.section-dark .step p { color: rgba(245, 247, 246, 0.7); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 52px; align-items: start; }
.contact-item { margin-bottom: 24px; }
.contact-item .label {
  font-family: var(--font-display); font-weight: 500;
  font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--volt-deep); margin-bottom: 4px;
}
.contact-item .value { font-size: 1.02rem; }
.contact-item a { color: var(--ink); text-decoration: none; border-bottom: 2px solid var(--volt); }
.contact-item a:hover { color: var(--volt-deep); }

.form-card { background: #fff; border: 1px solid var(--line); padding: 38px 34px; box-shadow: 0 22px 50px rgba(16, 26, 36, 0.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label {
  display: block; font-family: var(--font-display); font-weight: 500;
  font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 7px;
}
.field input, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 0.98rem; color: var(--ink);
  background: var(--snow); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 13px 15px; transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--volt-deep);
  box-shadow: 0 0 0 3px rgba(166, 230, 0, 0.18);
}
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: 0.82rem; color: var(--muted); margin-top: 14px; }
.form-note a { color: var(--ink); }
.form-status {
  display: none; margin-top: 16px; padding: 13px 16px; border-radius: var(--radius); font-size: 0.92rem;
  background: rgba(166, 230, 0, 0.16); border: 1px solid var(--volt-deep);
}
.form-status.visible { display: block; }

/* ---------- Legal pages ---------- */
.page-hero {
  background: linear-gradient(160deg, var(--field-2), var(--field));
  color: var(--snow); padding: 66px 0 58px;
  border-bottom: 4px solid var(--volt);
}
.page-hero h1 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2rem, 4.4vw, 3rem); text-transform: uppercase; letter-spacing: 0.01em;
}
.page-hero .updated {
  margin-top: 10px; font-family: var(--font-display); font-weight: 400;
  font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(245, 247, 246, 0.6);
}
.legal-body { max-width: 820px; padding: 64px 0 90px; }
.legal-body h2 {
  font-family: var(--font-display); font-weight: 600; font-size: 1.4rem;
  text-transform: uppercase; letter-spacing: 0.01em; margin: 38px 0 12px;
}
.legal-body h2:first-child { margin-top: 0; }
.legal-body p, .legal-body li { color: var(--muted); margin-bottom: 12px; }
.legal-body ul { padding-left: 22px; margin-bottom: 14px; }
.legal-body a { color: var(--ink); }
.legal-body table { width: 100%; border-collapse: collapse; margin: 14px 0 22px; font-size: 0.92rem; }
.legal-body th, .legal-body td {
  text-align: left; padding: 11px 12px; border: 1px solid var(--line); color: var(--muted); vertical-align: top;
}
.legal-body th { background: var(--snow-dim); color: var(--ink); font-weight: 700; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--field); color: rgba(245, 247, 246, 0.78);
  padding: 58px 0 26px; font-size: 0.92rem; border-top: 4px solid var(--volt);
}
.footer-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 44px;
  padding-bottom: 40px; border-bottom: 1px solid var(--line-dark);
}
.footer-grid h4 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--volt); margin-bottom: 16px;
}
.footer-brand {
  font-family: var(--font-display); font-weight: 700; font-size: 1.3rem;
  text-transform: uppercase; letter-spacing: 0.02em; color: var(--snow); margin-bottom: 13px;
}
.footer-brand span { color: var(--volt); }
.footer-grid p { margin-bottom: 8px; }
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 9px; }
.footer-grid a { color: rgba(245, 247, 246, 0.78); text-decoration: none; }
.footer-grid a:hover { color: var(--volt); }
.company-details dt {
  font-family: var(--font-display); font-weight: 400;
  font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(245, 247, 246, 0.45);
}
.company-details dd { margin: 0 0 10px; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap;
  padding-top: 22px; font-size: 0.82rem; color: rgba(245, 247, 246, 0.5);
}

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 100;
  background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--volt);
  box-shadow: 0 24px 60px rgba(11, 22, 34, 0.3);
  padding: 20px 24px; display: none; gap: 20px; align-items: center; justify-content: space-between;
  flex-wrap: wrap; max-width: 860px; margin: 0 auto;
}
.cookie-banner.visible { display: flex; }
.cookie-banner p { font-size: 0.88rem; color: var(--muted); max-width: 560px; }
.cookie-banner p a { color: var(--ink); }
.cookie-actions { display: flex; gap: 10px; }
.btn-small { padding: 10px 22px; font-size: 0.78rem; }
.btn-outline { background: none; box-shadow: inset 0 0 0 2px var(--line); color: var(--muted); clip-path: none; }
.btn-outline:hover { box-shadow: inset 0 0 0 2px var(--volt-deep); color: var(--ink); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .card-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 34px; }
  .stats-inner { grid-template-columns: 1fr 1fr; row-gap: 24px; }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0; background: var(--field);
    flex-direction: column; gap: 0; padding: 10px 0 18px;
    border-bottom: 1px solid var(--line-dark); display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; text-align: center; }
  .nav-links a { display: block; padding: 13px 0; }
  .nav-cta { clip-path: none; }
  .hero { padding: 72px 0 92px; }
  .card-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}
