/* ============ BASE ============ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Manrope', system-ui, sans-serif;
  color: #11212E;
  background: #F6FAFB;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }

.page { position: relative; overflow-x: hidden; }
.container { max-width: 1320px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.container--narrow { max-width: 1100px; }

@keyframes bcFadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bcSheen { 0% { transform: translateX(-30%); } 100% { transform: translateX(130%); } }
@keyframes bcFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ============ TYPE ============ */
.eyebrow {
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 13px;
  letter-spacing: .14em; text-transform: uppercase; color: #FF5A2C;
}
.eyebrow--cyan { color: #34c6d8; }
.h2 {
  font-family: 'Archivo', sans-serif; font-weight: 900;
  font-size: clamp(34px, 5vw, 58px); line-height: 1; letter-spacing: -.02em;
  margin: 12px 0 10px; color: #0B2A43;
}
.h2--white { color: #fff; margin-bottom: 0; }
.lead { color: #5A6B78; font-size: 16.5px; line-height: 1.55; margin: 0; }
.lead--left { line-height: 1.65; margin: 0 0 22px; max-width: 52ch; }
.section { padding: 84px 28px; }
.section--sports { padding-bottom: 30px; }
.section__head { text-align: center; max-width: 620px; margin: 0 auto 12px; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 999px; text-decoration: none; cursor: pointer; border: none;
  font-family: 'Archivo', sans-serif; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
  transition: background .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.btn--sm { padding: 11px 22px; font-size: 13px; letter-spacing: .05em; }
.btn--md { padding: 14px 26px; font-size: 13.5px; }
.btn--lg { padding: 16px 30px; font-size: 15px; }
.btn--xl { padding: 18px 38px; font-size: 16px; }
.btn--orange { background: #FF5A2C; color: #fff; box-shadow: 0 8px 20px rgba(255,90,44,.28); }
.btn--orange:hover { background: #E8481C; transform: translateY(-1px); box-shadow: 0 12px 26px rgba(255,90,44,.36); }
.btn--to-white:hover { background: #fff; color: #0B2A43; }
.btn--hero { box-shadow: 0 14px 34px rgba(255,90,44,.4); }
.btn--hero:hover { background: #fff; color: #0B2A43; transform: translateY(-2px); }
.btn--ghost { background: rgba(255,255,255,.14); border: 1.5px solid rgba(255,255,255,.55); color: #fff; backdrop-filter: blur(6px); }
.btn--ghost:hover { background: #fff; color: #0B2A43; }
.btn--navy { background: #0B2A43; color: #fff; }
.btn--to-orange:hover { background: #FF5A2C; transform: translateY(-2px); }
.btn--white { background: #fff; color: #0B2A43; box-shadow: 0 16px 38px rgba(7,34,58,.22); }
.btn--white:hover { background: #0B2A43; color: #fff; transform: translateY(-2px); }

/* ============ TOP BAR ============ */
.topbar { background: #FF5A2C; color: #fff; font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.topbar__inner { padding-top: 9px; padding-bottom: 9px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.topbar__group { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.topbar__group--right { gap: 18px; }
.topbar__item { display: inline-flex; align-items: center; gap: 8px; }
.topbar__icon { display: inline-flex; width: 18px; height: 18px; border-radius: 50%; background: rgba(255,255,255,.22); align-items: center; justify-content: center; font-size: 10px; }
.topbar__loc { opacity: .9; }
.topbar__lang { display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px; border-radius: 999px; background: rgba(255,255,255,.18); }

/* ============ HEADER / NAV ============ */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(11,42,67,.08); box-shadow: 0 1px 24px rgba(11,42,67,.05);
}
.nav { padding-top: 14px; padding-bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav__logo { flex: 0 0 auto; display: flex; align-items: center; }
.nav__logo img { height: 46px; width: auto; }
.nav__links {
  display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0;
  font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 13.5px; letter-spacing: .04em; text-transform: uppercase;
}
.nav__links a { color: #11212E; text-decoration: none; transition: color .2s; }
.nav__links a:hover, .nav__links a.is-active { color: #16A6C9; }
.nav__actions { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.nav__toggle {
  display: none; width: 42px; height: 42px; border-radius: 12px; font-size: 22px;
  border: 1px solid rgba(11,42,67,.12); background: #fff; cursor: pointer; align-items: center; justify-content: center;
}
.mobile-menu { border-top: 1px solid rgba(11,42,67,.08); background: #fff; padding: 14px 28px 22px; }
.mobile-menu ul {
  list-style: none; margin: 0; padding: 0;
  font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 16px; letter-spacing: .03em; text-transform: uppercase;
}
.mobile-menu li { padding: 12px 0; border-bottom: 1px solid rgba(11,42,67,.06); }
.mobile-menu a { color: #11212E; text-decoration: none; }
.mobile-menu a.is-active { color: #16A6C9; }
.mobile-menu__cta { display: flex; margin-top: 16px; padding: 14px 22px; font-size: 14px; letter-spacing: .05em; }

@media (max-width: 1080px) {
  .nav__links, .nav__enquire { display: none; }
  .nav__toggle { display: inline-flex; flex: 0 0 auto; }
  .nav { gap: 16px; }
  .nav__logo { flex: 0 1 auto; min-width: 0; }
  .nav__logo img { height: auto; max-height: 46px; width: 100%; max-width: 340px; }
}
@media (max-width: 520px) {
  .nav__logo img { max-width: 240px; }
  .topbar__loc, .topbar__item--email { display: none; }
  .topbar__group { gap: 14px; }
}
@media (min-width: 1081px) {
  .mobile-menu { display: none !important; }
}

/* ============ HERO ============ */
/* Fills the first screen: 100svh minus top bar + sticky nav (≈110px) so nothing below the fold peeks through */
.hero { position: relative; min-height: 640px; min-height: calc(100svh - 110px); display: flex; align-items: center; overflow: hidden; background: #0b4d7e; }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__sheen {
  position: absolute; top: 0; bottom: 0; width: 40%; left: 0; pointer-events: none;
  background: linear-gradient(105deg, rgba(255,255,255,.14), transparent 70%);
  filter: blur(8px); animation: bcSheen 9s ease-in-out infinite;
}
.hero__shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(7,34,58,.86) 0%, rgba(7,34,58,.66) 48%, rgba(7,34,58,.3) 100%); }
.hero__content { position: relative; padding-top: 64px; padding-bottom: 64px; width: 100%; animation: bcFadeUp .7s ease both; }
.pill {
  display: inline-flex; align-items: center; gap: 9px; padding: 7px 15px; border-radius: 999px;
  background: rgba(255,255,255,.16); backdrop-filter: blur(6px); color: #fff;
  font-weight: 700; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase;
}
.pill__dot { width: 7px; height: 7px; border-radius: 50%; background: #FF5A2C; }
.hero__title {
  font-family: 'Archivo', sans-serif; font-weight: 900; color: #fff;
  font-size: clamp(48px, 8.5vw, 108px); line-height: .92; letter-spacing: -.02em;
  margin: 20px 0 0; text-shadow: 0 6px 40px rgba(7,34,58,.35); max-width: 14ch;
}
.hero__sub { font-family: 'Archivo', sans-serif; font-weight: 600; color: rgba(255,255,255,.92); font-size: clamp(17px, 2.4vw, 26px); letter-spacing: .02em; margin: 18px 0 0; }
.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero__stats { display: flex; gap: 38px; flex-wrap: wrap; margin-top: 48px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.22); }
.stat__value { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 30px; color: #fff; }
.stat__label { font-size: 12.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.78); }

/* ============ SPORTS GRID ============ */
.sports-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 38px; }
.sport-card {
  position: relative; display: block; aspect-ratio: 1 / 1.12; border-radius: 20px; overflow: hidden;
  text-decoration: none; background: var(--bg); box-shadow: 0 10px 30px rgba(11,42,67,.1);
  transition: transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s;
}
.sport-card:hover { transform: translateY(-6px); box-shadow: 0 26px 50px rgba(11,42,67,.22); }
.sport-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.sport-card:hover img { transform: scale(1.04); }
.sport-card__scrim { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(7,34,58,.12) 0%, rgba(7,34,58,.2) 42%, rgba(7,34,58,.82) 100%); }
.sport-card__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px; pointer-events: none; }
.sport-card h3 { font-family: 'Archivo', sans-serif; font-weight: 900; color: #fff; font-size: 27px; letter-spacing: -.01em; margin: 0 0 8px; text-shadow: 0 2px 14px rgba(0,0,0,.4); }
.sport-card p { color: rgba(255,255,255,.9); font-size: 13.5px; line-height: 1.5; margin: 0 0 16px; font-weight: 500; }
.sport-card__cta {
  display: inline-flex; align-items: center; gap: 9px; padding: 10px 18px; border-radius: 999px; background: #fff; color: #0B2A43;
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 12.5px; letter-spacing: .05em; text-transform: uppercase;
}
.sport-card__cta span { color: #FF5A2C; }

/* ============ EVENTS ============ */
.events { background: #0B2A43; margin-top: 80px; padding: 84px 0; }
.events__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.events-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; margin-top: 36px; }
.event-card {
  position: relative; border-radius: 20px; overflow: hidden; min-height: 300px; background: var(--bg);
  display: flex; flex-direction: column; justify-content: flex-end; box-shadow: 0 16px 40px rgba(0,0,0,.3);
}
.event-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.event-card__scrim { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(7,34,58,.1), rgba(7,34,58,.9)); }
.event-card__body { position: relative; padding: 26px; }
.event-card__date { display: inline-flex; padding: 6px 13px; border-radius: 999px; background: #FF5A2C; color: #fff; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 12px; letter-spacing: .05em; }
.event-card h3 { font-family: 'Archivo', sans-serif; font-weight: 900; color: #fff; font-size: 25px; line-height: 1.04; letter-spacing: -.01em; margin: 14px 0 6px; }
.event-card p { color: rgba(255,255,255,.82); font-size: 13.5px; margin: 0 0 16px; }
.event-card__link { display: inline-flex; align-items: center; gap: 8px; color: #34c6d8; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 13px; letter-spacing: .05em; text-transform: uppercase; text-decoration: none; }
.event-card__link:hover { color: #fff; }

/* ============ FACILITIES ============ */
.facilities { background: #EAF7FB; padding: 84px 0; }
.facilities__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 48px; align-items: center; }
.facilities .h2 { margin-bottom: 16px; }
.checklist { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: #33454F; line-height: 1.5; }
.checklist__tick { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; background: rgba(22,166,201,.14); color: #16A6C9; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; margin-top: 1px; }
.facilities__photo { position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 24px 60px rgba(11,42,67,.18); aspect-ratio: 4 / 3; }
.facilities__photo img { width: 100%; height: 100%; object-fit: cover; }
.facilities__photo-shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 55%, rgba(7,34,58,.72)); }
.facilities__photo-caption { position: absolute; left: 20px; bottom: 20px; color: #fff; }
.facilities__photo-title { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 22px; line-height: 1.05; }
.facilities__photo-sub { font-size: 13px; color: rgba(255,255,255,.85); font-weight: 600; margin-top: 3px; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 44px; }
.stat-card { background: #fff; border: 1px solid rgba(11,42,67,.07); border-radius: 18px; padding: 24px; box-shadow: 0 6px 20px rgba(11,42,67,.05); transition: transform .4s ease-out, box-shadow .4s ease-out; }
.stat-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(11,42,67,.12); }
.stat-card__value { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 34px; line-height: 1; color: #16A6C9; }
.stat-card__label { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 15px; color: #0B2A43; margin: 10px 0 5px; }
.stat-card__note { font-size: 13.5px; color: #5A6B78; line-height: 1.5; }

/* ============ COACHING ============ */
.coaching-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 30px; margin-top: 40px; }
.coach-card { background: #fff; border-radius: 22px; overflow: hidden; box-shadow: 0 10px 30px rgba(11,42,67,.08); transition: box-shadow .4s, transform .4s; }
.coach-card:hover { box-shadow: 0 24px 48px rgba(11,42,67,.16); transform: translateY(-4px); }
.coach-card__media { position: relative; aspect-ratio: 16 / 10; background: var(--bg); }
.coach-card__media img { width: 100%; height: 100%; object-fit: cover; }
.coach-card__body { padding: 26px; }
.coach-card h3 { font-family: 'Archivo', sans-serif; font-weight: 900; color: #0B2A43; font-size: 23px; margin: 0 0 8px; }
.coach-card p { color: #5A6B78; font-size: 15px; line-height: 1.6; margin: 0 0 20px; }

/* ============ TESTIMONIALS ============ */
.testimonials { background: linear-gradient(180deg, #EAF7FB, #F6FAFB); padding: 84px 0; }
.carousel { position: relative; margin-top: 36px; }
.carousel__viewport { overflow: hidden; border-radius: 26px; }
.carousel__track { display: flex; will-change: transform; transition: transform .6s cubic-bezier(.4,0,.2,1); }
.carousel__slide { flex: 0 0 100%; padding: 6px; }
.testi { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); background: #fff; border-radius: 22px; overflow: hidden; box-shadow: 0 24px 60px rgba(11,42,67,.14); }
.testi__media { position: relative; min-height: 340px; background: var(--bg); }
.testi__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.testi__honour {
  position: absolute; left: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 999px; background: #FF5A2C; color: #fff;
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 12px; letter-spacing: .05em; text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(255,90,44,.4);
}
.testi__body { padding: 40px 40px 34px; display: flex; flex-direction: column; justify-content: center; }
.testi__mark { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 60px; line-height: .6; color: #FF5A2C; height: 30px; }
.testi__body p { font-family: 'Archivo', sans-serif; font-weight: 600; color: #0B2A43; font-size: clamp(18px, 2.4vw, 25px); line-height: 1.42; letter-spacing: -.01em; margin: 6px 0 24px; }
.testi__author { display: flex; align-items: center; gap: 14px; }
.testi__avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--bg); }
.testi__name { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 16px; color: #0B2A43; }
.testi__role { font-size: 13px; color: #5A6B78; font-weight: 600; }
.carousel__controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 26px; }
.carousel__arrow { width: 46px; height: 46px; border-radius: 50%; border: none; background: #fff; color: #0B2A43; font-size: 18px; cursor: pointer; box-shadow: 0 6px 18px rgba(11,42,67,.12); transition: background .3s, color .3s; }
.carousel__arrow:hover { background: #0B2A43; color: #fff; }
.carousel__dots { display: flex; gap: 9px; }
.carousel__dot { width: 11px; height: 11px; border-radius: 999px; border: none; cursor: pointer; background: rgba(11,42,67,.2); transition: all .4s; padding: 0; }
.carousel__dot.is-active { width: 30px; background: #FF5A2C; }
@media (max-width: 720px) {
  .testi { grid-template-columns: 1fr; }
  .testi__media { min-height: 260px; }
  .testi__body { padding: 28px 24px 26px; }
}

/* ============ SPONSORS ============ */
.sponsors { padding-top: 64px; padding-bottom: 64px; }
.sponsors__title { text-align: center; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: #9AA9B3; margin: 0 0 30px; }
.sponsors__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 20px; align-items: center; }
.sponsor {
  height: 84px; border-radius: 14px; background: #fff; border: 1px solid rgba(11,42,67,.07);
  display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(11,42,67,.05); transition: transform .3s;
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 16px; letter-spacing: .02em; color: #5A6B78; text-align: center; padding: 0 12px;
}
.sponsor:hover { transform: translateY(-3px); }

/* ============ CONTACT ============ */
.contact { background: #FF5A2C; padding: 70px 0; position: relative; overflow: hidden; }
.contact__glow { position: absolute; inset: 0; background: radial-gradient(60% 80% at 85% 20%, rgba(255,255,255,.16), transparent 60%); }
.contact__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.contact__text { max-width: 640px; }
.contact__text h2 { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: clamp(36px, 6vw, 68px); line-height: .96; letter-spacing: -.02em; margin: 0 0 14px; color: #fff; }
.contact__text p { color: rgba(255,255,255,.92); font-size: 17px; line-height: 1.55; margin: 0; max-width: 50ch; }

/* ============ FOOTER ============ */
.footer { background: #07223A; color: rgba(255,255,255,.78); padding: 64px 0 30px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.footer__brand { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 22px; line-height: .95; color: #fff; }
.footer__brand-cyan { color: #34c6d8; }
.footer__brand-sub { font-family: 'Archivo', sans-serif; font-style: italic; font-weight: 700; color: #FF5A2C; font-size: 15px; margin-top: 2px; }
.footer__contact { font-size: 14px; line-height: 1.7; margin: 18px 0 0; }
.footer__social { display: flex; gap: 10px; margin-top: 18px; }
.footer__social a { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.08); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; text-decoration: none; color: #fff; transition: background .3s; }
.footer__social a:hover { background: #FF5A2C; }
.footer h4 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: #fff; margin: 0 0 16px; }
.footer ul { list-style: none; margin: 0; padding: 0; font-size: 14px; line-height: 2.3; }
.footer ul a { text-decoration: none; transition: color .2s; }
.footer ul a:hover { color: #fff; }
.footer__award { background: rgba(52,198,216,.1); border: 1px solid rgba(52,198,216,.25); border-radius: 14px; padding: 16px; }
.footer__award-title { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 17px; line-height: 1.05; color: #fff; }
.footer__award-sub { font-size: 12px; color: #34c6d8; margin-top: 6px; font-weight: 700; }
.footer__bottom { margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12.5px; color: rgba(255,255,255,.5); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer__grid { grid-template-columns: 1fr; } }

/* ============ WHATSAPP ============ */
.whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 70; display: flex; align-items: center; gap: 12px; }
.whatsapp__bubble { background: #fff; border-radius: 12px; padding: 9px 14px; box-shadow: 0 8px 24px rgba(11,42,67,.18); font-size: 13px; line-height: 1.25; }
.whatsapp__q { color: #5A6B78; }
.whatsapp__a { font-weight: 800; color: #0B2A43; }
.whatsapp__btn { width: 58px; height: 58px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 26px rgba(37,211,102,.5); text-decoration: none; animation: bcFloat 3s ease-in-out infinite; }

/* ============ SMALL SCREENS ============ */
@media (max-width: 720px) {
  .container { padding-left: 20px; padding-right: 20px; }
  .section { padding-left: 20px; padding-right: 20px; padding-top: 64px; padding-bottom: 64px; }
  .hero { min-height: 560px; min-height: calc(100svh - 100px); }
  .hero__content { padding-top: 36px; padding-bottom: 40px; }
  .pill { font-size: 11px; letter-spacing: .06em; padding: 6px 12px; white-space: nowrap; }
  .pill__long { display: none; }
  .hero__title { margin-top: 16px; }
  .hero__sub { margin-top: 14px; }
  .hero__ctas { flex-direction: column; gap: 10px; margin-top: 26px; }
  .hero__ctas .btn { width: 100%; padding-top: 14px; padding-bottom: 14px; }
  /* stats: one row of three on phones, kept left so the WhatsApp button never overlaps */
  .hero__stats { flex-wrap: nowrap; justify-content: flex-start; gap: 28px; margin-top: 30px; padding-top: 20px; padding-right: 70px; }
  .stat--desktop { display: none; }
  .stat__value { font-size: 26px; }
  .stat__label { font-size: 11px; letter-spacing: .05em; white-space: nowrap; }
  .whatsapp__bubble { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
