/* ============================================================
   SOCCER SIDEKICKS -- HOMEPAGE (SSK Pro Plugin)
   Branding: navy blue #004aad + red #f73131 + script Sweet Belly
   ============================================================ */

/* ---------- DESIGN TOKENS ---------- */
:root {
  /* Brand Colors */
  --ssk-blue: #004aad;
  --ssk-blue-dark: #003580;
  --ssk-blue-light: #1862c4;
  --ssk-blue-pale: #e8eef9;
  --ssk-red: #f73131;
  --ssk-red-dark: #d41818;

  /* Neutrals */
  --ssk-ink: #1a1d29;
  --ssk-ink-soft: #4a4f63;
  --ssk-white: #ffffff;
  --ssk-cream: #fbfaf6;
  --ssk-gray: #f4f5f7;
  --ssk-border: #e6e7eb;

  /* Type — Sweet Belly loaded by Elementor sitewide, Caveat as fallback */
  --ssk-font-script: 'Sweet Belly', 'Caveat', 'Brush Script MT', cursive;
  --ssk-font-body: 'Open Sans', system-ui, -apple-system, sans-serif;

  /* Layout */
  --ssk-radius-sm: 8px;
  --ssk-radius: 14px;
  --ssk-radius-lg: 24px;
  --ssk-shadow-sm: 0 4px 16px rgba(0, 74, 173, 0.08);
  --ssk-shadow: 0 12px 36px rgba(0, 74, 173, 0.15);
  --ssk-shadow-lg: 0 24px 60px rgba(0, 74, 173, 0.22);
  --ssk-container: 1200px;
}

/* ---------- Section Background Image Overlay ---------- */
.ssk-section--has-bg-image {
  position: relative;
}
.ssk-section--has-bg-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 74, 173, 0.78);
  z-index: 0;
  pointer-events: none;
}
.ssk-section--has-bg-image > * {
  position: relative;
  z-index: 1;
}

/* ---------- Astra Overrides ---------- */
.page-template-ssk-homepage section h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.2;
}

/* ---------- BRAND SOCCER PATTERN ---------- */
.ssk-pattern-bg {
  position: relative;
  isolation: isolate;
}
.ssk-pattern-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.12;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='480' height='480' viewBox='0 0 480 480'><g fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><!-- ball lg --><circle cx='80' cy='90' r='34'/><path d='M80 56l12 14-5 17h-14l-5-17z M80 124l-14-10v-13l14-5 14 5v13z M46 90l14-10 13 10-5 14h-13z M114 90l-14-10-13 10 5 14h13z'/><!-- ball sm --><circle cx='400' cy='60' r='18'/><path d='M400 42l7 8-3 9h-8l-3-9z'/><!-- ball md --><circle cx='250' cy='180' r='26'/><path d='M250 154l9 11-4 13h-10l-4-13z M250 206l-11-7v-10l11-4 11 4v10z'/><!-- goal posts --><rect x='160' y='40' width='80' height='44' rx='2'/><path d='M170 40v44 M180 40v44 M190 40v44 M200 40v44 M210 40v44 M220 40v44 M230 40v44 M160 50h80 M160 60h80 M160 70h80'/><!-- cone --><path d='M340 200 l-12 36 h24 z M328 230 h24'/><!-- whistle --><circle cx='60' cy='240' r='12'/><rect x='70' y='234' width='30' height='12' rx='6'/><line x1='100' y1='240' x2='112' y2='234'/><!-- jersey --><path d='M380 280 l-14 6 v40 h56 v-40 l-14-6 l-7 8 h-14z'/><!-- water bottle --><rect x='150' y='280' width='20' height='44' rx='4'/><rect x='154' y='272' width='12' height='8' rx='2'/><!-- ball with face (Spot-style) --><circle cx='100' cy='370' r='30'/><circle cx='91' cy='364' r='3' fill='%23ffffff'/><circle cx='109' cy='364' r='3' fill='%23ffffff'/><path d='M88 380 q12 8 24 0'/><!-- location pin --><path d='M280 340 q-14 0 -14 14 q0 12 14 28 q14-16 14-28 q0-14 -14-14z'/><circle cx='280' cy='354' r='4'/><!-- scoreboard --><rect x='380' y='370' width='60' height='34' rx='4'/><text x='393' y='393' font-family='Arial' font-size='14' font-weight='700' fill='%23ffffff'>0:0</text><!-- clock --><circle cx='200' cy='420' r='18'/><path d='M200 410v10l7 4'/><!-- whistle 2 small --><circle cx='430' cy='200' r='7'/><line x1='437' y1='200' x2='446' y2='196'/></g></svg>");
  background-size: 480px 480px;
  background-repeat: repeat;
}
.ssk-pattern-bg > * { position: relative; z-index: 1; }


.page-template-ssk-homepage .site-content .ast-container {
  flex-direction: column !important;
}

/* ---------- HOMEPAGE BASE ---------- */
.ssk-container {
  width: 100%;
  max-width: var(--ssk-container);
  margin: 0 auto;
  padding: 0 40px;
}

/* SECTION LABELS */
.ssk-section-label {
  font-family: var(--ssk-font-script);
  font-weight: 400;
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  line-height: 1;
  color: var(--ssk-blue);
  margin: 0 0 .15em;
  letter-spacing: 0.01em;
}
.ssk-pattern-bg .ssk-section-label,
.ssk-on-blue .ssk-section-label { color: var(--ssk-white); }

/* Eyebrow pill */
.ssk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ssk-font-body);
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--ssk-red);
  margin-bottom: 12px;
}
.ssk-on-blue .ssk-eyebrow { color: var(--ssk-white); opacity: .9; }

.ssk-section { padding: clamp(56px, 7vw, 96px) 0; position: relative; }
.ssk-on-blue, .ssk-on-blue p { color: var(--ssk-white); }
.ssk-on-blue h1, .ssk-on-blue h2, .ssk-on-blue h3, .ssk-on-blue h4 { color: var(--ssk-white); }

/* ---------- BUTTONS ---------- */
.ssk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--ssk-font-body);
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 30px;
  border-radius: 999px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
  border: 2px solid transparent;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
}
.ssk-btn--primary {
  background: var(--ssk-red);
  color: var(--ssk-white);
  border-color: var(--ssk-red);
  box-shadow: 0 6px 16px rgba(247, 49, 49, 0.3);
}
.ssk-btn--primary:hover {
  background: var(--ssk-blue);
  border-color: var(--ssk-blue);
  color: var(--ssk-white);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 74, 173, 0.35);
}
.ssk-btn--secondary {
  background: var(--ssk-blue);
  color: var(--ssk-white);
  border-color: var(--ssk-blue);
  box-shadow: 0 6px 16px rgba(0, 74, 173, 0.25);
}
.ssk-btn--secondary:hover {
  background: var(--ssk-blue-dark);
  border-color: var(--ssk-blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 74, 173, 0.35);
}
.ssk-btn--ghost {
  background: transparent;
  color: var(--ssk-blue);
  border-color: var(--ssk-blue);
}
.ssk-btn--ghost:hover {
  background: var(--ssk-blue);
  color: var(--ssk-white);
}
.ssk-on-blue .ssk-btn--ghost {
  color: var(--ssk-white);
  border-color: var(--ssk-white);
}
.ssk-on-blue .ssk-btn--ghost:hover {
  background: var(--ssk-white);
  color: var(--ssk-blue);
}
.ssk-btn--sm { padding: 11px 22px; font-size: .92rem; }
.ssk-btn--lg { padding: 17px 38px; font-size: 1.08rem; }

/* ============================================================
   ANNOUNCEMENT BAR
   ============================================================ */
.ssk-announce {
  background: var(--ssk-ink);
  color: var(--ssk-white);
  font-size: .9rem;
  font-weight: 600;
  text-align: center;
  padding: 9px 16px;
}
.ssk-announce__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 16px;
}
.ssk-announce__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--ssk-red);
  color: var(--ssk-white);
  padding: 3px 12px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ssk-announce a { color: var(--ssk-white); text-decoration: underline; text-underline-offset: 2px; }
.ssk-announce a:hover { color: var(--ssk-red); }

/* ============================================================
   HERO SECTION
   ============================================================ */
.ssk-hero {
  padding: clamp(40px, 6vw, 80px) 0 clamp(64px, 8vw, 110px);
  position: relative;
  overflow: hidden;
  background: var(--ssk-white);
  width: 100%;
}
.ssk-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ssk-hero__grid {
  max-width: var(--ssk-container);
  margin: 0 auto;
}
.ssk-hero__tagline {
  font-family: var(--ssk-font-script);
  font-weight: 400;
  font-size: clamp(2.4rem, 5.4vw, 3rem);
  color: var(--ssk-red);
  line-height: 1;
  margin: 0 0 .15em;
  letter-spacing: 0.005em;
}
.ssk-hero h1 {
  font-size: clamp(2.4rem, 5.2vw, 2.8rem);
  font-family: 'Open Sans', sans-serif !important;
  color: var(--ssk-blue);
  margin: 0 0 .55em;
  font-weight: 800;
  line-height: 1.05;
}
.ssk-hero__lede {
  font-size: 1.1rem;
  color: var(--ssk-ink-soft);
  margin-bottom: 28px;
  max-width: 520px;
  font-weight: 400;
  line-height: 1.65;
}
.ssk-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
  justify-content: center;
}
.ssk-hero__trust {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.ssk-hero__trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ssk-blue-pale);
  color: var(--ssk-blue-dark);
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .87rem;
}
.ssk-hero__trust-badge svg { width: 16px; height: 16px; color: var(--ssk-red); }

.ssk-hero__visual {
  position: relative;
  border-radius: var(--ssk-radius-lg);
}
.ssk-hero__photo {
  position: relative;
  border-radius: var(--ssk-radius-lg);
  overflow: hidden;
  background: var(--ssk-blue);
  box-shadow: var(--ssk-shadow-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ssk-white);
  font-weight: 600;
  text-align: center;
}
.ssk-hero__photo video,
.ssk-hero__photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--ssk-radius-lg);
}
/* Unmute toggle */
.ssk-hero__unmute {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  color: var(--ssk-white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: background .2s ease, transform .2s ease;
  padding: 0;
}
.ssk-hero__unmute:hover {
  background: rgba(0, 0, 0, 0.75);
  transform: scale(1.1);
}
.ssk-hero__unmute svg { width: 20px; height: 20px; }

/* Floating soccer balls */
.ssk-float {
  position: absolute;
  pointer-events: none;
  animation: floaty 6s ease-in-out infinite;
  z-index: 2;
}
.ssk-float--ball {
  top: 6%; right: -32px;
  width: 92px; height: 92px;
}
.ssk-float--ball-sm {
  bottom: 18%; left: -22px;
  width: 56px; height: 56px;
  animation-delay: -2s;
}
.ssk-float--ball-md {
  top: 38%; left: -16px;
  width: 70px; height: 70px;
  animation-delay: -3.5s;
  opacity: .85;
}
@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50%      { transform: translateY(-14px) rotate(6deg); }
}

@media (max-width: 880px) {
  .ssk-hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .ssk-hero__visual { max-width: 460px; margin: 0 auto; width: 100%; }
}

/* ============================================================
   PRESS / TRUST STRIP
   ============================================================ */
.ssk-press {
  background: var(--ssk-blue-pale);
  border-block: 1px solid var(--ssk-border);
  padding: 32px 0;
}
.ssk-press__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
}
.ssk-press__label {
  font-family: var(--ssk-font-body);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  color: var(--ssk-blue-dark);
  opacity: .8;
}
.ssk-press__logos {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.ssk-press__logo {
  font-family: var(--ssk-font-body);
  font-weight: 800;
  font-size: 1rem;
  color: var(--ssk-blue-dark);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.01em;
  text-decoration: none;
}
.ssk-press__stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.ssk-press__stat strong {
  font-family: var(--ssk-font-body);
  font-weight: 800;
  font-size: 1.6rem;
  display: block;
  color: var(--ssk-red);
  line-height: 1;
}
.ssk-press__stat span { font-size: .82rem; color: var(--ssk-blue-dark); font-weight: 600; }

/* ============================================================
   CLASS FINDER
   ============================================================ */
.ssk-finder {
  background: var(--ssk-blue);
  color: var(--ssk-white);
}
.ssk-finder--has-bg {
  position: relative;
  isolation: isolate;
}
.ssk-finder--has-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 74, 173, 0.85);
  z-index: 0;
  pointer-events: none;
}
.ssk-finder--has-bg > * { position: relative; z-index: 1; }
.ssk-finder__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 1;
}
.ssk-finder__head p { color: rgba(255,255,255,.85); }
.ssk-finder__card {
  background: var(--ssk-white);
  border-radius: var(--ssk-radius-lg);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: var(--ssk-shadow-lg);
  position: relative;
  z-index: 1;
  color: var(--ssk-ink);
}
.ssk-finder__form {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr auto;
  gap: 12px;
  align-items: end;
}
@media (max-width: 800px) {
  .ssk-finder__form { grid-template-columns: 1fr 1fr; }
  .ssk-finder__form > :last-child { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .ssk-finder__form { grid-template-columns: 1fr; }
}
.ssk-field { display: flex; flex-direction: column; gap: 6px; }
.ssk-field label {
  font-weight: 700;
  font-size: .85rem;
  color: var(--ssk-ink);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.ssk-field select, .ssk-field input {
  font-family: var(--ssk-font-body);
  font-weight: 600;
  font-size: 1rem;
  color: var(--ssk-ink) !important;
  padding: 13px 16px;
  border: 2px solid var(--ssk-border) !important;
  border-radius: 10px !important;
  background-color: var(--ssk-white) !important;
  transition: border-color .2s ease, box-shadow .2s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23004aad' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  padding-right: 40px;
  min-height: 48px;
  width: 100%;
  line-height: 1.4;
  cursor: pointer;
}
.ssk-field select option {
  color: var(--ssk-ink);
  background: var(--ssk-white);
  font-weight: 500;
  padding: 8px;
}
.ssk-field input { background-image: none; padding-right: 16px; }
.ssk-field select:focus, .ssk-field input:focus {
  outline: 0;
  border-color: var(--ssk-blue) !important;
  box-shadow: 0 0 0 4px rgba(0, 74, 173, 0.18);
}
.ssk-finder__results {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}
.ssk-result {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  background: var(--ssk-gray);
  border: 1px solid var(--ssk-border);
  border-radius: 12px;
  padding: 16px 18px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
  color: var(--ssk-ink);
  text-decoration: none;
}
.ssk-result:hover {
  transform: translateY(-2px);
  border-color: var(--ssk-blue);
  background: var(--ssk-white);
}
.ssk-result__icon {
  width: 46px; height: 46px;
  border-radius: 10px;
  background: var(--ssk-blue);
  color: var(--ssk-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.ssk-result--red .ssk-result__icon { background: var(--ssk-red); }
.ssk-result__name { font-weight: 800; font-size: 1.05rem; color: var(--ssk-ink); }
.ssk-result__meta { font-size: .88rem; color: var(--ssk-ink-soft); margin-top: 2px; }
.ssk-result__meta strong { color: var(--ssk-red); font-weight: 700; }
.ssk-result__cta {
  font-weight: 700;
  color: var(--ssk-red);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .92rem;
}
@media (max-width: 540px) {
  .ssk-result { grid-template-columns: auto 1fr; }
  .ssk-result__cta { grid-column: 1 / -1; justify-content: flex-end; }
}
.ssk-finder__empty {
  text-align: center;
  padding: 28px 16px;
  color: var(--ssk-ink-soft);
  font-weight: 600;
}
.ssk-finder__notify {
  margin-top: 14px;
  padding: 18px 20px;
  background: var(--ssk-blue-pale);
  border-radius: 12px;
  border: 1px dashed var(--ssk-blue);
  text-align: center;
}
.ssk-finder__notify p { margin: 0 0 10px; color: var(--ssk-ink); font-weight: 700; }

/* ============================================================
   PROGRAMS TRIO
   ============================================================ */
.ssk-programs { background: var(--ssk-white); }
.ssk-programs__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.ssk-programs__head .lede { max-width: 520px; }
.ssk-programs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 980px) { .ssk-programs__grid { grid-template-columns: 1fr; } }

.ssk-prog-card {
  background: var(--ssk-white);
  border: 1px solid var(--ssk-border);
  border-radius: var(--ssk-radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ssk-prog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ssk-shadow);
  border-color: var(--ssk-blue);
}
.ssk-prog-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: var(--ssk-blue);
}
.ssk-prog-card--featured::before { background: var(--ssk-red); }
.ssk-prog-card--featured {
  border-color: var(--ssk-red);
  box-shadow: 0 8px 28px rgba(247, 49, 49, 0.12);
}
.ssk-prog-card__age {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--ssk-blue-pale);
  color: var(--ssk-blue-dark);
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .82rem;
  margin-bottom: 16px;
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ssk-prog-card--featured .ssk-prog-card__age {
  background: rgba(247, 49, 49, 0.1);
  color: var(--ssk-red-dark);
}
.ssk-prog-card h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ssk-ink);
}
.ssk-prog-card p { font-size: .98rem; }
.ssk-prog-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 8px;
}
.ssk-prog-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .93rem;
  color: var(--ssk-ink);
  font-weight: 600;
}
.ssk-prog-card li svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 4px; color: var(--ssk-blue); }
.ssk-prog-card--featured li svg { color: var(--ssk-red); }
.ssk-prog-card__footer { margin-top: auto; }
.ssk-prog-card__ribbon {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--ssk-red);
  color: var(--ssk-white);
  font-weight: 700;
  font-size: .75rem;
  padding: 5px 12px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* ============================================================
   FEATURES BENTO
   ============================================================ */
.ssk-features {
  background: var(--ssk-blue);
  color: var(--ssk-white);
}
.ssk-features__head { text-align: center; margin-bottom: 44px; position: relative; z-index: 1; }
.ssk-features__head p { color: rgba(255,255,255,.85); max-width: 580px; margin: 0 auto; }
.ssk-features__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.ssk-feat {
  background: var(--ssk-white);
  border-radius: var(--ssk-radius);
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease;
  color: var(--ssk-ink);
}
.ssk-feat:hover { transform: translateY(-4px); }
.ssk-feat__icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: var(--ssk-blue-pale);
  color: var(--ssk-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.ssk-feat h4 { font-size: 1.2rem; margin-bottom: 6px; font-weight: 800; color: var(--ssk-ink); }
.ssk-feat p { font-size: .9rem; margin: 0; color: var(--ssk-ink-soft); }

.ssk-feat--1 { grid-column: span 2; }
.ssk-feat--2 {
  grid-column: span 2; grid-row: span 2;
  background: var(--ssk-red); color: var(--ssk-white);
}
.ssk-feat--2 .ssk-feat__icon { background: rgba(255,255,255,.2); color: var(--ssk-white); }
.ssk-feat--2 h4 { color: var(--ssk-white); }
.ssk-feat--2 p { color: rgba(255,255,255,.9); }
.ssk-feat--3 { grid-column: span 2; }
.ssk-feat--4 { grid-column: span 2; }
.ssk-feat--5 { grid-column: span 2; }
.ssk-feat--6 {
  grid-column: span 4;
  background: var(--ssk-ink); color: var(--ssk-white);
  display: flex; flex-direction: row; align-items: center; gap: 22px; padding: 28px;
}
.ssk-feat--6 .ssk-feat__icon { background: var(--ssk-red); color: var(--ssk-white); margin-bottom: 0; flex-shrink: 0; }
.ssk-feat--6 h4 { color: var(--ssk-white); }
.ssk-feat--6 p { color: rgba(255,255,255,.85); }

@media (max-width: 880px) {
  .ssk-features__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: auto; }
  .ssk-feat { grid-column: span 1 !important; grid-row: span 1 !important; min-height: 190px; }
  .ssk-feat--6 { grid-column: span 2 !important; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 540px) {
  .ssk-features__grid { grid-template-columns: 1fr; }
  .ssk-feat, .ssk-feat--6 { grid-column: span 1 !important; }
}

/* ============================================================
   MEET SPOT
   ============================================================ */
.ssk-spot {
  background: var(--ssk-white);
  position: relative;
}
.ssk-spot__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}
.ssk-spot__visual {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ssk-spot__visual img {
  position: relative;
  z-index: 1;
  width: 78%;
  height: auto;
  filter: drop-shadow(0 24px 40px rgba(0, 74, 173, 0.22));
  animation: spotBounce 3.5s ease-in-out infinite;
}
@keyframes spotBounce {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50%      { transform: translateY(-16px) rotate(5deg); }
}

.ssk-spot__doodle {
  position: absolute;
  z-index: 2;
  font-family: var(--ssk-font-script);
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--ssk-blue);
  background: var(--ssk-white);
  padding: 8px 18px;
  border-radius: 999px;
  box-shadow: var(--ssk-shadow);
  white-space: nowrap;
  animation: floaty 4.5s ease-in-out infinite;
}
.ssk-spot__doodle--1 { top: 8%; left: -8%; }
.ssk-spot__doodle--2 { top: 36%; right: -6%; color: var(--ssk-red); animation-delay: -1.5s; }
.ssk-spot__doodle--3 { bottom: 12%; left: 4%; animation-delay: -3s; }

.ssk-spot__story h2 { color: var(--ssk-blue); }
.ssk-spot__story .ssk-quote {
  margin-top: 24px;
  padding: 22px 26px;
  background: var(--ssk-blue-pale);
  border-left: 5px solid var(--ssk-red);
  border-radius: 0 12px 12px 0;
  font-family: var(--ssk-font-script);
  font-size: 1.5rem;
  color: var(--ssk-blue-dark);
  line-height: 1.3;
}
.ssk-spot__story .ssk-quote cite {
  display: block;
  margin-top: 8px;
  font-family: var(--ssk-font-body);
  font-style: normal;
  font-size: .92rem;
  font-weight: 700;
  color: var(--ssk-ink-soft);
  letter-spacing: 0.02em;
}

@media (max-width: 880px) {
  .ssk-spot__grid { grid-template-columns: 1fr; gap: 40px; }
  .ssk-spot__visual { max-width: 360px; margin: 0 auto; width: 100%; }
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.ssk-how { background: var(--ssk-gray); }
.ssk-how__head { text-align: center; margin-bottom: 48px; }
.ssk-how__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
}
.ssk-how__steps::before {
  content: "";
  position: absolute;
  top: 50px; left: 16%; right: 16%;
  height: 3px;
  background-image: linear-gradient(90deg, var(--ssk-blue) 50%, transparent 50%);
  background-size: 14px 3px;
  z-index: 0;
}
.ssk-step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.ssk-step__number {
  width: 100px; height: 100px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--ssk-white);
  border: 3px solid var(--ssk-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ssk-font-script);
  font-weight: 400;
  font-size: 4rem;
  color: var(--ssk-blue);
  line-height: 1;
  box-shadow: 0 6px 0 rgba(0, 74, 173, 0.15);
  transition: transform .25s ease;
}
.ssk-step:hover .ssk-step__number { transform: translateY(-4px) rotate(-4deg); }
.ssk-step:nth-child(2) .ssk-step__number { color: var(--ssk-red); border-color: var(--ssk-red); box-shadow: 0 6px 0 rgba(247, 49, 49, 0.15); }
.ssk-step h4 { font-size: 1.3rem; font-weight: 800; }
.ssk-step p { max-width: 280px; margin: 6px auto 0; }

@media (max-width: 880px) {
  .ssk-how__steps { grid-template-columns: 1fr; gap: 24px; }
  .ssk-how__steps::before { display: none; }
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.ssk-testi {
  background: var(--ssk-blue);
  color: var(--ssk-white);
}
.ssk-testi__head { text-align: center; margin-bottom: 44px; position: relative; z-index: 1; }
.ssk-testi__head p { color: rgba(255,255,255,.85); }
.ssk-testi__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  position: relative;
  z-index: 1;
}
@media (max-width: 880px) { .ssk-testi__grid { grid-template-columns: 1fr; } }
.ssk-testi-card {
  background: var(--ssk-white);
  border-radius: var(--ssk-radius);
  padding: 30px 28px;
  position: relative;
  color: var(--ssk-ink);
}
.ssk-testi-card::before {
  content: "\201C";
  font-family: Georgia, serif;
  position: absolute;
  top: 18px; left: 18px;
  font-size: 5rem;
  color: var(--ssk-red);
  line-height: 1;
  font-weight: 700;
}
.ssk-testi-card__stars {
  color: #ffc107;
  font-size: 1.1rem;
  margin-bottom: 12px;
  letter-spacing: 2px;
  text-align: right;
}
.ssk-testi-card p {
  font-size: 1rem;
  font-weight: 500;
  color: var(--ssk-ink);
  margin-bottom: 20px;
  line-height: 1.55;
}
.ssk-testi-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--ssk-border);
  padding-top: 16px;
}
.ssk-testi-card__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--ssk-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--ssk-white);
  flex-shrink: 0;
  font-size: .92rem;
}
.ssk-testi-card__author strong { display: block; font-weight: 800; font-size: .98rem; }
.ssk-testi-card__author span { font-size: .82rem; color: var(--ssk-ink-soft); }

/* ============================================================
   COACHES TRUST BLOCK
   ============================================================ */
.ssk-coach { background: var(--ssk-white); }
.ssk-coach__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 880px) { .ssk-coach__grid { grid-template-columns: 1fr; gap: 40px; } }
.ssk-coach__visual {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--ssk-blue);
  border-radius: var(--ssk-radius-lg);
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: 24px;
  box-shadow: var(--ssk-shadow);
}
.ssk-coach h2 { color: var(--ssk-blue); }
.ssk-coach__badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 26px;
}
.ssk-coach__badge {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--ssk-blue-pale);
  padding: 14px 16px;
  border-radius: 10px;
}
.ssk-coach__badge svg { color: var(--ssk-red); flex-shrink: 0; margin-top: 2px; }
.ssk-coach__badge strong { display: block; font-weight: 800; font-size: .95rem; margin-bottom: 2px; color: var(--ssk-ink); }
.ssk-coach__badge span { font-size: .82rem; color: var(--ssk-ink-soft); font-weight: 500; }

/* ============================================================
   NIKE SOCCER CAMPS
   ============================================================ */
.ssk-camps {
  background-color: var(--ssk-blue);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.ssk-camps::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 74, 173, 0.82);
  z-index: 0;
}
.ssk-camps > * { position: relative; z-index: 1; }
.ssk-camps__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.ssk-camps__heading {
  font-family: var(--ssk-font-script) !important;
  font-weight: 400 !important;
  font-size: clamp(2.6rem, 6vw, 4rem) !important;
  color: var(--ssk-white) !important;
  line-height: 1.1;
  margin-bottom: 8px !important;
}
.ssk-camps__subheading {
  font-family: var(--ssk-font-body) !important;
  font-weight: 800 !important;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem) !important;
  color: var(--ssk-white) !important;
  margin-bottom: 12px !important;
}
.ssk-camps__partner {
  font-weight: 700;
  font-size: .95rem;
  color: rgba(255,255,255,.85);
  margin-bottom: 20px;
}
.ssk-camps__details {
  color: rgba(255,255,255,.95);
  font-weight: 600;
  font-size: .95rem;
  line-height: 1.8;
  margin-bottom: 28px;
}
.ssk-camps__details p { margin: 0 0 4px; }
.ssk-camps__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ssk-camps__promo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ssk-camps__promo img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: var(--ssk-radius);
  box-shadow: var(--ssk-shadow-lg);
}
@media (max-width: 880px) {
  .ssk-camps__grid { grid-template-columns: 1fr; gap: 32px; }
  .ssk-camps__promo img { max-width: 400px; }
}

/* ============================================================
   FAQ
   ============================================================ */
.ssk-faq {
  background: var(--ssk-blue);
  color: var(--ssk-white);
}
.ssk-faq__grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: start;
  position: relative;
  z-index: 1;
}
@media (max-width: 880px) { .ssk-faq__grid { grid-template-columns: 1fr; gap: 32px; } }
.ssk-faq__intro p { color: rgba(255,255,255,.85); }
.ssk-faq__intro a { color: var(--ssk-white); text-decoration: underline; }

.ssk-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ssk-faq-item {
  background: var(--ssk-white);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow .2s ease;
}
.ssk-faq-item.is-open { box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); }
.ssk-faq-item__q {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 24px;
  font-family: var(--ssk-font-body);
  font-weight: 700;
  font-size: 1.04rem;
  color: var(--ssk-ink);
  background: none;
  border: 0;
  cursor: pointer;
  transition: background .3s ease, color .3s ease;
}

.ssk-faq-item__q:hover {
  background: transparent !important;
  color: var(--ssk-ink) !important;
}

.ssk-faq-item.is-open .ssk-faq-item__q {
  border-radius: 12px 12px 0 0;
}
.ssk-faq-item__icon {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--ssk-blue-pale);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .3s ease, background .3s ease;
  position: relative;
}
.ssk-faq-item__icon::before, .ssk-faq-item__icon::after {
  content: "";
  position: absolute;
  background: var(--ssk-blue);
  border-radius: 2px;
  transition: background .3s ease;
}
.ssk-faq-item__icon::before { width: 12px; height: 2.5px; }
.ssk-faq-item__icon::after { width: 2.5px; height: 12px; transition: transform .3s ease, background .3s ease; }
.ssk-faq-item.is-open .ssk-faq-item__icon { background: var(--ssk-red); transform: rotate(180deg); }
.ssk-faq-item.is-open .ssk-faq-item__icon::before,
.ssk-faq-item.is-open .ssk-faq-item__icon::after { background: var(--ssk-white); }
.ssk-faq-item.is-open .ssk-faq-item__icon::after { transform: scaleY(0); }
.ssk-faq-item__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.ssk-faq-item__a-inner,
.ssk-faq-item__a-inner p { padding: 22px; color: var(--ssk-blue); font-weight: 500; }
.ssk-faq-item__a-inner a { color: var(--ssk-red); font-weight: 700; }
.ssk-faq-item.is-open .ssk-faq-item__a { max-height: 500px; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.ssk-cta {
  background: var(--ssk-red);
  color: var(--ssk-white);
  position: relative;
  overflow: hidden;
}
.ssk-cta--blue {
  background: var(--ssk-blue);
}
.ssk-cta__inner { text-align: center; position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.ssk-cta h2 { color: var(--ssk-white); font-size: clamp(2.2rem, 5vw, 3.4rem); }
.ssk-cta .ssk-section-label { color: var(--ssk-white); }
.ssk-cta p { color: rgba(255,255,255,.95); max-width: 540px; margin: 0 auto 28px; font-weight: 500; }
.ssk-cta .ssk-btn--secondary {
  background: var(--ssk-white);
  color: var(--ssk-red);
  border-color: var(--ssk-white);
}
.ssk-cta--blue .ssk-btn--secondary {
  color: var(--ssk-blue);
}
.ssk-cta .ssk-btn--secondary:hover {
  background: var(--ssk-ink);
  color: var(--ssk-white);
  border-color: var(--ssk-ink);
}
.ssk-cta .ssk-btn--ghost {
  background: transparent;
  color: var(--ssk-white);
  border-color: var(--ssk-white);
}
.ssk-cta .ssk-btn--ghost:hover {
  background: var(--ssk-white);
  color: var(--ssk-red);
}
.ssk-cta--blue .ssk-btn--ghost:hover {
  color: var(--ssk-blue);
}

/* ============================================================
   BRING TO SCHOOL CARD
   ============================================================ */
.ssk-school { background: var(--ssk-gray); }
.ssk-school__card {
  max-width: 640px;
  margin: 0 auto;
  background: var(--ssk-white);
  border-radius: var(--ssk-radius-lg);
  box-shadow: var(--ssk-shadow);
  padding: 48px 40px;
  text-align: center;
}
.ssk-school__logo {
  max-width: 200px;
  height: auto;
  margin: 0 auto 24px;
}
.ssk-school__card h2 {
  color: var(--ssk-blue);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  margin-bottom: 12px;
}
.ssk-school__body {
  color: var(--ssk-ink-soft);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 480px;
  margin: 0 auto 20px;
}
.ssk-school__incentive {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ssk-blue-pale);
  color: var(--ssk-blue);
  font-weight: 700;
  font-size: .92rem;
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 24px;
}
.ssk-school__incentive svg {
  flex-shrink: 0;
  color: var(--ssk-blue);
}
.ssk-school__cta {
  display: inline-flex;
  font-size: 1.1rem;
}
.ssk-school__form {
  margin-top: 28px;
  text-align: left;
}
@media (max-width: 540px) {
  .ssk-school__card { padding: 32px 20px; }
}

/* ============================================================
   STICKY MOBILE CTA
   ============================================================ */
.ssk-sticky-cta {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 90;
  display: none;
  background: var(--ssk-red);
  color: var(--ssk-white);
  padding: 14px 20px;
  border-radius: 999px;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: var(--ssk-shadow-lg);
  transform: translateY(120%);
  transition: transform .35s ease;
  text-decoration: none;
}
.ssk-sticky-cta.is-visible { transform: translateY(0); }
@media (max-width: 720px) { .ssk-sticky-cta { display: block; } }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.ssk-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.ssk-reveal.is-in { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .ssk-reveal { opacity: 1; transform: none; }
  .ssk-spot__visual img,
  .ssk-float,
  .ssk-spot__doodle { animation: none !important; }
}
