/* =========================================================
   7th Africa Lions & Leos Forum 2026 - Gaborone, Botswana
   Multiple District 412
   Plain CSS, no framework. Blue + gold brand (from logo).
   ========================================================= */

:root {
  --navy: #061e38;
  --navy-2: #0a2c52;
  --blue: #0066cc;
  --blue-deep: #004488;
  --blue-soft: rgba(0, 102, 204, .08);
  --gold: #ffc700;
  --gold-dark: #e0ae00;
  --orange: #ff6b2c;
  --purple: #6c3fa0;
  --ink: #111116;
  --black: #0a0a0b;
  --body: #555566;
  --muted: #8a8a99;
  --white: #ffffff;
  --grey-soft: #f4f5f9;
  --line: rgba(10, 12, 24, .08);
  --shadow-sm: 0 2px 10px rgba(6, 30, 56, .05);
  --shadow-md: 0 14px 36px rgba(6, 30, 56, .1);
  --shadow-lg: 0 30px 70px rgba(6, 30, 56, .18);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1200px;
  --ease: cubic-bezier(0.25, 1, 0.5, 1);
  --font: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font); color: var(--ink); background: var(--white);
  line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .3s var(--ease); }
ul { list-style: none; }
button, input, select { font: inherit; }

h1, h2, h3, h4 { font-weight: 800; line-height: 1.18; letter-spacing: -.02em; color: var(--black); }
h1 { font-size: clamp(2.4rem, 6vw, 4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); }
h3 { font-size: 1.35rem; }
p { color: var(--body); }
.lead { font-size: 1.12rem; line-height: 1.7; color: #46485a; max-width: 60ch; }

.wrap { width: 100%; max-width: var(--container); margin-inline: auto; padding: 0 24px; }
.section { padding: clamp(44px, 6vw, 80px) 0; }
.section--tight { padding: clamp(30px, 4vw, 52px) 0; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }

.eyebrow {
  display: inline-block; font-size: clamp(1.25rem, 3vw, 1.65rem); font-weight: 800; letter-spacing: .06em;
  text-transform: uppercase; color: var(--blue); margin-bottom: 16px; line-height: 1.15;
}

/* Banded sections */
.section--mist { background: var(--grey-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section--navy { background: var(--navy); color: rgba(255,255,255,.78); }
.section--navy h2, .section--navy h3 { color: #fff; }
.section--navy .eyebrow { color: var(--gold); }
.section--navy .lead { color: rgba(255,255,255,.82); }
.section--green { /* legacy alias kept -> rendered as blue gradient band */
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue-deep) 52%, var(--navy) 100%);
  color: rgba(255,255,255,.85); border-top: 1px solid rgba(0,102,204,.25); border-bottom: 1px solid rgba(0,102,204,.25);
}
.section--green h2, .section--green h3 { color: #fff; }
.section--green .eyebrow { color: var(--gold); }
.section--green .lead { color: rgba(255,255,255,.85); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px; padding: 14px 30px; border-radius: 50px;
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700;
  border: 2px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease), color .35s var(--ease);
}
.btn--primary, .btn--gold { background: var(--gold); color: var(--navy); box-shadow: 0 14px 30px rgba(255, 199, 0, .28); }
.btn--primary:hover, .btn--gold:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(255, 199, 0, .42); color: var(--navy); }
.btn--blue { background: var(--blue); color: #fff; box-shadow: 0 14px 30px rgba(0, 102, 204, .3); }
.btn--blue:hover { transform: translateY(-3px); background: var(--blue-deep); color: #fff; }
.btn--ghost { border-color: rgba(255, 255, 255, .45); color: #fff; }
.btn--ghost:hover { background: #fff; color: var(--navy); transform: translateY(-3px); }
.btn--outline { border-color: var(--line); color: var(--ink); }
.btn--outline:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-3px); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 70; background: rgba(255, 255, 255, .82);
  backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--line);
  transition: box-shadow .3s var(--ease), background .3s var(--ease);
}
.site-header.scrolled { box-shadow: var(--shadow-sm); background: rgba(255,255,255,.95); }

/* Home page: header overlays hero, transparent until scrolled */
.hero-page .site-header {
  position: fixed;
  width: 100%;
}
.hero-page .site-header:not(.scrolled) {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
  box-shadow: none;
}
/* White link colours only on desktop bar — NOT in the mobile slide panel */
@media (min-width: 861px) {
  .hero-page .site-header:not(.scrolled) .nav__links a:not(.btn) { color: rgba(255,255,255,.88); }
  .hero-page .site-header:not(.scrolled) .nav__links a.active { color: var(--gold); }
  .hero-page .site-header:not(.scrolled) .nav__links a::after { background: var(--gold); }
}

/* Hero clears the fixed header on ALL screen sizes */
.hero-page .hero { padding-top: 100px; }
.nav { display: flex; align-items: center; gap: 1rem; padding: 1rem 0; }
.nav__brand { display: flex; align-items: center; gap: .7rem; }
.nav__brand img { height: 66px; width: auto; max-width: 260px; object-fit: contain; }
.nav__brand b { display: block; font-size: .92rem; line-height: 1.05; color: var(--blue); font-weight: 800; letter-spacing: -.01em; }
.nav__brand span { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 2px; }
.nav__links { display: flex; align-items: center; gap: 1.7rem; }
.nav__links a { color: var(--ink); font-weight: 600; font-size: .9rem; position: relative; padding: .3rem 0; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0; background: var(--gold); transition: width .3s var(--ease); }
.nav__links a:hover::after, .nav__links a.active::after { width: 100%; }
.nav__links a.active { color: var(--blue); }
.nav__links { margin: 0 auto; }
.nav__cta { margin-left: .3rem; }
.nav__cta .btn { text-transform: none; letter-spacing: .005em; font-weight: 700; font-size: .9rem; padding: .58rem 1.4rem; }
/* Desktop register button (outside the ul) */
.nav__register { text-transform: none; letter-spacing: .005em; font-weight: 700; font-size: .9rem; padding: .58rem 1.4rem; flex-shrink: 0; }
/* nav__cta (mobile panel CTA) is hidden on desktop; nav__register shown instead */
@media (min-width: 861px) { .nav__cta { display: none; } }
.nav__backdrop { display: none; }
.nav__toggle { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.nav__toggle span { display: block; width: 26px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .3s var(--ease); }
.nav.open .nav__toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.open .nav__toggle span:nth-child(2) { opacity: 0; }
.nav.open .nav__toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero (photo slideshow) ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff; isolation: isolate;
  background: linear-gradient(135deg, #04162b 0%, #06294e 45%, #004488 100%);
}
@media (min-width: 861px) {
  .hero { min-height: calc(100vh - 100px); display: flex; align-items: center; }
  .hero-page .hero { min-height: 100vh; }
}
/* slideshow layer */
.hero__slides { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.12); transition: opacity 1.6s var(--ease);
  will-change: opacity, transform;
}
.hero__slide.is-active { opacity: 1; animation: kenburns 8s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.12); } to { transform: scale(1.22); } }
/* overlay for legibility + brand tint */
.hero__overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(115deg, rgba(4,16,30,.94) 0%, rgba(6,41,78,.82) 46%, rgba(0,68,136,.5) 100%),
    radial-gradient(45% 55% at 88% 12%, rgba(255,199,0,.2), transparent 60%);
}
.hero__overlay::after {
  content: ""; position: absolute; inset: 0; opacity: .35;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 60px 60px; mask-image: radial-gradient(75% 75% at 30% 40%, #000, transparent);
}
/* slide dots */
.hero__dots { position: absolute; z-index: 2; bottom: 1.6rem; right: 24px; display: flex; gap: .55rem; }
.hero__dots button { width: 30px; height: 4px; border-radius: 4px; border: 0; cursor: pointer; background: rgba(255,255,255,.3); transition: background .3s var(--ease); padding: 0; }
.hero__dots button.is-active { background: var(--gold); }
.hero__inner { position: relative; z-index: 2; padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(3.5rem, 7vw, 5.5rem); max-width: 760px; margin-inline: auto; text-align: center; }
.hero__badge {
  display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 1.6rem; padding: .5rem 1.1rem;
  border-radius: 50px; font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .22); color: #fff;
}
.hero__badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(255, 199, 0, .22); }
.hero h1 { color: #fff; font-size: clamp(1.74rem, 4.35vw, 3.05rem); letter-spacing: -.03em; margin-bottom: 1rem; }
.hero h1 sup { font-size: .52em; vertical-align: super; letter-spacing: 0; font-weight: 800; }
@media (min-width: 700px) { .hero h1 { white-space: nowrap; } }
.hero h1 .accent {
  background: linear-gradient(100deg, var(--gold), #ffe89a);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}
.hero__meta { font-size: clamp(.87rem, 1.9vw, 1.13rem); font-weight: 600; color: rgba(255,255,255,.92); margin-bottom: .5rem; }
.hero__meta b { color: var(--gold); }
.hero__sub { font-size: .8rem; letter-spacing: .04em; color: rgba(255,255,255,.6); margin-bottom: 2.4rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }

/* Countdown */
.countdown { display: flex; gap: .8rem; margin-top: 2.8rem; flex-wrap: wrap; justify-content: center; }
.countdown__cell {
  min-width: 88px; text-align: center; padding: 1rem; border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .16); backdrop-filter: blur(4px);
}
.countdown__num { display: block; font-size: 2rem; font-weight: 800; color: #fff; line-height: 1; }
.countdown__label { font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.6); margin-top: 6px; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; }
.stats .num { font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 800; color: var(--blue); line-height: 1; letter-spacing: -.02em; }
.stats .lbl { font-size: .82rem; font-weight: 600; letter-spacing: .04em; color: var(--muted); margin-top: .5rem; text-transform: uppercase; }

/* ---------- Grid + cards ---------- */
.grid { display: grid; gap: 1.6rem; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem;
  box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
  position: relative; overflow: hidden;
}
.card::before { content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--blue), var(--gold)); transition: width .4s var(--ease); }
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: transparent; }
.card:hover::before { width: 100%; }
.card .ico {
  width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 1.1rem;
  background: var(--blue-soft); color: var(--blue); font-size: 1.5rem;
}
.card h3 { margin-bottom: .5rem; }
.card p { font-size: .96rem; }

/* Split - columns match height top and bottom */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: stretch; }
.split--center { align-items: center; }
.split__text { display: flex; flex-direction: column; justify-content: center; }
.fill-col { display: flex; flex-direction: column; }
.fill-col .panel { flex: 1; }
.split__media {
  border-radius: var(--radius); min-height: 340px; height: 100%; box-shadow: var(--shadow-md); position: relative; overflow: hidden;
  background: linear-gradient(150deg, var(--navy), var(--blue)); display: grid; place-items: center; color: rgba(255,255,255,.85);
}
.split__media::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255, 199, 0, .4); border-radius: 10px; pointer-events: none; }
.split__media .placeholder { text-align: center; padding: 2rem; }
.split__media .placeholder span { font-size: 2.6rem; display: block; margin-bottom: .5rem; }
.split__media .placeholder small { color: rgba(255,255,255,.6); }

/* People */
.person { text-align: center; }
.card.person { padding: 1.35rem 1.2rem; }
.person__photo {
  width: 168px; height: 168px; border-radius: 50%; margin: 0 auto 1rem; display: grid; place-items: center; overflow: hidden;
  background: linear-gradient(135deg, var(--blue), var(--navy)); color: var(--gold); font-size: 2.2rem; font-weight: 800;
  border: 4px solid #fff; box-shadow: var(--shadow-sm);
}
.person__photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
/* Officers: 2 on top, 3 below */
.exec-top { display: grid; grid-template-columns: repeat(2, minmax(0, 360px)); justify-content: center; gap: 1.6rem; margin-bottom: 1.6rem; }
@media (max-width: 620px) { .exec-top { grid-template-columns: 1fr; } }
.person .role { font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: .35rem; }
.person h3 { margin-bottom: .15rem; font-size: 1.1rem; }
.person .loc { color: var(--muted); font-size: .92rem; }

/* Page hero */
.page-hero {
  position: relative; overflow: hidden; color: #fff; padding: clamp(3.5rem, 9vw, 6rem) 0;
  background: linear-gradient(135deg, #04162b 0%, #06294e 50%, #004488 100%);
}
.page-hero::after {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 56px 56px; mask-image: radial-gradient(70% 80% at 30% 30%, #000, transparent);
}
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; }
.page-hero p { color: rgba(255,255,255,.8); max-width: 62ch; margin: 0; }
.crumb { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; font-weight: 700; }
.crumb a { color: var(--gold); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.contact-card { display: flex; gap: 1rem; align-items: center; padding: 1.4rem 1.6rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.contact-card .ico { width: 46px; height: 46px; flex: none; border-radius: 12px; background: var(--blue-soft); color: var(--blue); display: grid; place-items: center; font-size: 1.15rem; }
.contact-card b { display: block; font-size: .95rem; color: var(--ink); }
.contact-card a { font-size: .92rem; color: var(--muted); }
.contact-card a:hover { color: var(--blue); }

/* Forms */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.6rem, 4vw, 2.8rem); box-shadow: var(--shadow-md); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; margin-bottom: 1.1rem; }
.field { display: flex; flex-direction: column; gap: .45rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .82rem; font-weight: 700; color: var(--ink); letter-spacing: .01em; }
.field label .req { color: var(--orange); }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 1rem; padding: .85rem .95rem; border-radius: var(--radius-sm); border: 1.5px solid var(--line);
  background: var(--grey-soft); color: var(--ink); transition: border .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
}
.field textarea { resize: vertical; min-height: 96px; }
.field input[type="file"] { padding: .6rem .7rem; cursor: pointer; }
.field input[type="file"]::file-selector-button { font: inherit; font-weight: 700; font-size: .82rem; margin-right: .8rem; padding: .5rem .9rem; border-radius: 8px; border: 0; background: var(--blue); color: #fff; cursor: pointer; transition: background .25s var(--ease); }
.field input[type="file"]::file-selector-button:hover { background: var(--blue-deep); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px var(--blue-soft); }
.field .check { display: flex; align-items: flex-start; gap: .6rem; font-size: .92rem; font-weight: 500; color: var(--body); cursor: pointer; padding: .85rem .95rem; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: var(--grey-soft); }
.field .check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--blue); }

/* Form group headings */
.fgroup { margin: 2.4rem 0 1.2rem; padding-bottom: .6rem; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: .7rem; }
.fgroup:first-of-type { margin-top: 0; }
.fgroup .n { width: 30px; height: 30px; flex: none; border-radius: 9px; background: var(--blue-soft); color: var(--blue); display: grid; place-items: center; font-weight: 800; font-size: .9rem; }
.fgroup h3 { font-size: 1.15rem; margin: 0; }

/* Bank details + checklist panels */
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-sm); }
.bank-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem 1.6rem; margin-top: 1.1rem; }
.bank-list .row { display: flex; flex-direction: column; gap: 2px; }
.bank-list .row span { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.bank-list .row b { font-size: 1rem; color: var(--ink); }
.bank-accts { margin-top: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.bank-accts table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.bank-accts th, .bank-accts td { padding: .7rem .9rem; text-align: left; border-bottom: 1px solid var(--line); }
.bank-accts th { background: var(--grey-soft); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.bank-accts tr:last-child td { border-bottom: 0; }
.bank-accts td b { color: var(--blue); }
.checklist { margin-top: 1rem; }
.checklist li { display: flex; align-items: flex-start; gap: .7rem; padding: .5rem 0; font-size: .95rem; color: var(--body); }
.checklist li i { color: var(--blue); margin-top: 3px; }
.earlybird { display: inline-flex; align-items: center; gap: .5rem; background: var(--gold); color: var(--navy); font-weight: 800; font-size: .78rem; letter-spacing: .04em; padding: .4rem 1rem; border-radius: 50px; }
.field .hint { font-size: .76rem; color: var(--muted); }
.form-note { font-size: .84rem; color: var(--muted); margin-top: .5rem; }

/* Steps */
.steps { display: flex; gap: 1rem; margin-bottom: 2.2rem; flex-wrap: wrap; }
.step { display: flex; align-items: center; gap: .6rem; font-size: .88rem; color: var(--muted); font-weight: 600; }
.step .n { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--grey-soft); color: var(--muted); font-weight: 800; font-size: .82rem; border: 2px solid var(--line); }
.step.is-active { color: var(--blue); }
.step.is-active .n { background: var(--blue); color: #fff; border-color: var(--blue); }

/* Tiers */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.tier { border: 1.5px solid var(--line); border-radius: var(--radius); padding: 2rem; background: #fff; position: relative; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease); }
.tier:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--blue); }
.tier.featured { border-color: var(--gold); box-shadow: var(--shadow-md); }
.tier .tag { position: absolute; top: -13px; right: 20px; background: var(--gold); color: var(--navy); font-size: .68rem; font-weight: 800; padding: .3rem .9rem; border-radius: 50px; letter-spacing: .08em; text-transform: uppercase; }
.tier h3 { margin-bottom: .3rem; }
.tier .price { font-size: 2.2rem; font-weight: 800; color: var(--blue); letter-spacing: -.02em; }
.tier .price small { font-size: .9rem; font-weight: 600; color: var(--muted); }
.tier ul { margin: 1.2rem 0 0; }
.tier li { padding: .42rem 0 .42rem 1.7rem; position: relative; font-size: .94rem; color: var(--body); }
.tier li::before { content: "\2713"; position: absolute; left: 0; color: var(--blue); font-weight: 800; }

/* Payment placeholder */
.pay-placeholder { border: 2px dashed var(--orange); border-radius: var(--radius); padding: 2.2rem; text-align: center; background: rgba(255, 107, 44, .05); color: var(--body); }
.pay-placeholder .badge { display: inline-block; background: var(--orange); color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: .35rem .9rem; border-radius: 50px; margin-bottom: 1rem; }
.pay-methods { display: flex; gap: .6rem; justify-content: center; flex-wrap: wrap; margin-top: 1.3rem; }
.pay-methods span { padding: .45rem 1rem; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: .82rem; color: var(--body); }

.summary { background: var(--grey-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; position: sticky; top: 100px; }
.summary h3 { font-size: 1.05rem; margin-bottom: .4rem; }
.summary .line { display: flex; justify-content: space-between; padding: .6rem 0; border-bottom: 1px solid var(--line); font-size: .94rem; }
.summary .line:last-of-type { border-bottom: 0; }
.summary .total { font-weight: 800; color: var(--blue); font-size: 1.25rem; }

/* Alert */
.alert { display: none; padding: 1rem 1.2rem; border-radius: var(--radius-sm); font-size: .94rem; margin-bottom: 1.3rem; }
.alert.show { display: block; }
.alert--ok { background: var(--blue-soft); color: var(--blue-deep); border: 1px solid rgba(0, 102, 204, .25); }

/* Footer */
.site-footer { background: var(--navy); color: rgba(255,255,255,.62); padding: 4rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; }
.site-footer h4 { color: #fff; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1.1rem; }
.site-footer a { color: rgba(255,255,255,.62); }
.site-footer a:hover { color: var(--gold); }
.footer-brand img { height: 70px; margin-bottom: 1.1rem; }
.footer-wordmark { display: inline-block; line-height: 1.05; margin-bottom: 1.2rem; }
.footer-wordmark strong { display: block; font-size: 1.7rem; font-weight: 800; color: #fff; letter-spacing: -.01em; }
.footer-wordmark strong sup { font-size: .5em; font-weight: 700; }
.footer-wordmark span { display: block; font-size: 1.06rem; font-weight: 700; color: #fff; }
.footer-wordmark em { display: block; font-style: normal; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-top: .35rem; }
.footer-brand p { color: rgba(255,255,255,.62); font-size: .92rem; }
.footer-list li { margin-bottom: .6rem; font-size: .92rem; }
.social { display: flex; gap: .7rem; margin-top: 1.2rem; }
.social a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .08); color: #fff; transition: .3s var(--ease); }
.social a:hover { background: var(--gold); color: var(--navy); transform: translateY(-3px); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 2.8rem; padding-top: 1.3rem; font-size: .82rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; }

/* ---------- Preloader (branded splash on non-home pages) ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center;
  background: radial-gradient(120% 120% at 50% 35%, #ffffff 0%, #eef1f6 70%);
  transition: opacity .6s var(--ease), visibility .6s var(--ease);
}
.preloader.is-hidden { opacity: 0; visibility: hidden; }
.preloader__inner { display: grid; place-items: center; gap: 1.8rem; }
.preloader__logo { width: min(360px, 74vw); height: auto; filter: drop-shadow(0 10px 24px rgba(6,30,56,.14)); animation: pl-pop .8s var(--ease) both; }
@keyframes pl-pop { from { opacity: 0; transform: scale(.86) translateY(8px); } to { opacity: 1; transform: none; } }
.preloader__dots { display: flex; gap: .6rem; }
.preloader__dots i { width: 13px; height: 13px; border-radius: 50%; background: var(--blue); animation: pl-bounce 1.2s var(--ease) infinite; }
.preloader__dots i:nth-child(2) { background: var(--gold); animation-delay: .16s; }
.preloader__dots i:nth-child(3) { background: var(--orange); animation-delay: .32s; }
@keyframes pl-bounce { 0%, 75%, 100% { transform: scale(.4); opacity: .35; } 35% { transform: scale(1); opacity: 1; } }

/* ---------- Reusable CSS loaders ---------- */
.loader-ring { width: 44px; height: 44px; border-radius: 50%; border: 3px solid rgba(255,255,255,.18); border-top-color: var(--gold); animation: spin .8s linear infinite; }
.loader-ring--blue { border-color: rgba(0,102,204,.15); border-top-color: var(--blue); }
.btn.is-loading { position: relative; color: transparent !important; pointer-events: none; }
.btn.is-loading::after { content: ""; position: absolute; inset: 0; margin: auto; width: 18px; height: 18px; border-radius: 50%; border: 2px solid rgba(0,0,0,.25); border-top-color: var(--navy); animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Photo media for split sections */
.split__media.has-photo { background: #04162b; }
.split__media.has-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split__media.has-photo::after { z-index: 2; }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }

/* Responsive */
@media (max-width: 980px) {
  .split { grid-template-columns: 1fr; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .tiers { grid-template-columns: 1fr; }
  .summary { position: static; }
}
@media (max-width: 860px) {
  .nav__toggle { display: block; background: rgba(255,255,255,.92); border-radius: 8px; box-shadow: 0 1px 8px rgba(0,0,0,.18); padding: .45rem .5rem; margin-left: auto; }
  .nav__brand img { height: 52px; }
  .nav__register { display: none; }
  /* Hero full viewport on mobile */
  .hero-page .hero { min-height: 100vh; min-height: 100svh; display: flex; align-items: center; }
  .nav__links {
    position: fixed; inset: 0 0 0 auto; width: min(340px, 84%); flex-direction: column; align-items: flex-start;
    background: #fff; padding: 6rem 2rem 2rem; gap: 1.5rem; box-shadow: var(--shadow-lg);
    transform: translateX(110%); transition: transform .4s var(--ease); z-index: 65;
  }
  .nav.open .nav__links { transform: none; }
  .nav__cta { margin: .5rem 0 0; }
  .nav__backdrop { display: block; position: fixed; inset: 0; background: rgba(6, 30, 56, .5); opacity: 0; visibility: hidden; transition: .3s; z-index: 60; }
  .nav.open .nav__backdrop { opacity: 1; visibility: visible; }
}
@media (max-width: 620px) {
  .grid--2, .grid--3, .grid--4, .contact-grid, .form-row { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 1.8rem 1.2rem; }
  .hero__actions .btn { padding: 12px 22px; font-size: .76rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  /* Bank details: stack vertically, allow table scroll */
  .bank-list { grid-template-columns: 1fr; }
  .bank-accts { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  /* Split media: shorter image block when stacked */
  .split__media { min-height: 260px; }
  /* Hero sub-line tighter on small screens */
  .hero__sub { font-size: .75rem; letter-spacing: .02em; }
  /* Tier cards: reduce inner padding */
  .tier { padding: 1.5rem 1.2rem; }
  /* Page hero: tighter */
  .page-hero h1 { font-size: clamp(1.7rem, 7vw, 2.4rem); }
  /* Eyebrow: slightly smaller on narrow phones */
  .eyebrow { font-size: clamp(1rem, 4.5vw, 1.35rem); }
}

/* Countdown: keep 4 cells in one row on small phones */
@media (max-width: 480px) {
  .countdown { gap: .45rem; margin-top: 2rem; }
  .countdown__cell { min-width: 68px; padding: .7rem .4rem; }
  .countdown__num { font-size: 1.5rem; }
  .countdown__label { font-size: .58rem; letter-spacing: .08em; margin-top: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
