:root {
  --accent: #fc3c2a;
  --trust: #16a36b;
  --gold: #f6b73c;
  --ink: #111827;
  --navy: #07111f;
  --muted: #667085;
  --line: #e6eaf0;
  --soft: #f5f7fa;
  --card: #ffffff;
  --shadow: 0 16px 40px rgba(7,17,31,.12);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Poppins, Arial, sans-serif; color: var(--ink); background: #fff; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.85; font-size: 15px; }
h1,h2,h3 { font-family: Rajdhani, Arial, sans-serif; margin: 0 0 14px; line-height: 1.04; }
h1 { font-size: clamp(42px, 6vw, 82px); text-transform: uppercase; letter-spacing: 0; }
h2 { font-size: clamp(32px, 4vw, 52px); font-weight: 700; text-transform: capitalize; }
h3 { font-size: 28px; font-weight: 700; text-transform: capitalize; }
.site-header { min-height: 86px; padding: 12px clamp(18px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(230,234,240,.9); position: sticky; top: 0; z-index: 20; }
.brand { display: flex; align-items: center; gap: 13px; font-family: Rajdhani, Arial, sans-serif; font-size: 23px; font-weight: 700; }
.brand img { width: 70px; height: 58px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 6px; font-weight: 600; text-transform: capitalize; }
.site-nav a { padding: 10px 11px; border-radius: 6px; }
.site-nav a:hover, .site-nav a.active { color: var(--accent); background: #fff1ef; }
.nav-toggle { display: none; border: 0; background: var(--navy); color: #fff; width: 44px; height: 44px; border-radius: 6px; }
.hero-slider { position: relative; min-height: 680px; overflow: hidden; background: var(--navy); }
.hero-slider::after { content: ""; position: absolute; right: -160px; bottom: -180px; width: 520px; height: 520px; border: 80px solid rgba(252,60,42,.55); transform: rotate(18deg); pointer-events: none; }
.hero-slide { opacity: 0; pointer-events: none; position: absolute; inset: 0; background-size: cover; background-position: center; display: flex; align-items: center; padding: 88px clamp(24px, 8vw, 132px); transition: opacity .6s ease; }
.hero-slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,17,31,.92), rgba(7,17,31,.68) 45%, rgba(7,17,31,.2)); }
.hero-slide.current { opacity: 1; pointer-events: auto; }
.hero-copy { position: relative; z-index: 1; max-width: 820px; color: #fff; }
.hero-copy::before { content: "Sports Academy • Community Trust"; display: inline-flex; margin-bottom: 18px; padding: 8px 12px; border-left: 4px solid var(--trust); background: rgba(255,255,255,.1); color: #fff; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.hero-copy p { color: #e5edf6; max-width: 620px; font-size: 16px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 22px; border: 2px solid var(--accent); border-radius: 6px; background: var(--accent); color: #fff; font-weight: 700; margin-top: 10px; box-shadow: 0 10px 24px rgba(252,60,42,.24); }
.btn.ghost { background: #fff; color: var(--accent); box-shadow: none; }
.btn:hover { background: var(--navy); border-color: var(--navy); color: #fff; }
.grid { display: grid; gap: 28px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
.grid.three, .card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.intro, .content-section, .contact-wrap, .athlete-profile { padding: 96px clamp(18px, 6vw, 88px); max-width: 1280px; margin: 0 auto; }
.intro { position: relative; }
.intro::before { content: "NGO-ready impact model"; position: absolute; top: 34px; left: clamp(18px, 6vw, 88px); color: var(--trust); font-weight: 800; font-size: 13px; text-transform: uppercase; }
.intro img, .athlete-profile img { width: 100%; min-height: 410px; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.intro span, .cta span, .contact-form span { color: var(--accent); }
.band { padding: 96px clamp(18px, 6vw, 88px); background-size: cover; background-position: center; background-attachment: fixed; position: relative; overflow: hidden; }
.section-title { text-align: center; max-width: 760px; margin: 0 auto 38px; }
.section-title p, .eyebrow { color: var(--trust); font-family: Rajdhani, Arial, sans-serif; font-size: 24px; font-weight: 700; margin: 0 0 5px; text-transform: capitalize; }
.process .section-title h2, .process-card h3, .process-card p, .stats, .cta, .cta p { color: #fff; }
.process-card { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; text-align: center; padding: 30px 18px; min-height: 238px; backdrop-filter: blur(8px); }
.process-card i { width: 76px; height: 76px; border-radius: 50%; background: #fff; color: var(--accent); display: inline-flex; align-items: center; justify-content: center; font-size: 31px; margin-bottom: 18px; box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.image-card { background: var(--card); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.image-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(7,17,31,.16); }
.image-card img { width: 100%; height: 260px; object-fit: cover; }
.image-card div { padding: 24px; text-align: left; }
.image-card h3 { text-transform: uppercase; }
.image-card a { color: var(--accent); font-weight: 800; }
.image-card p::before { content: ""; display: block; width: 42px; height: 4px; background: var(--trust); margin-bottom: 12px; border-radius: 999px; }
.tips { padding: 96px clamp(18px, 6vw, 88px); background-size: cover; background-position: center; }
details { margin: 10px 0; background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
summary { cursor: pointer; padding: 17px 18px; font-weight: 700; color: var(--ink); }
details[open] summary { background: var(--navy); color: #fff; }
details p { padding: 0 18px 18px; margin: 0; }
.stat { text-align: center; padding: 24px 12px; border-radius: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); }
.stat strong { display: block; color: var(--gold); font-family: Rajdhani, Arial, sans-serif; font-size: clamp(48px, 5vw, 72px); }
.stat span { color: #fff; font-family: Rajdhani, Arial, sans-serif; font-size: 24px; text-transform: capitalize; }
.video-wrap { position: relative; max-width: 960px; margin: 0 auto; aspect-ratio: 16 / 9; box-shadow: var(--shadow); border-radius: 8px; overflow: hidden; border: 1px solid var(--line); }
.video-wrap iframe, .video-wrap video { width: 100%; height: 100%; border: 0; object-fit: cover; background: #000; }
.page-hero { min-height: 380px; display: grid; place-items: center; background-size: cover; background-position: center; color: #fff; text-align: center; padding: 64px 20px; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 7px; background: linear-gradient(90deg, var(--accent), var(--trust), var(--gold)); }
.feature-card { text-align: left; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); padding: 30px 22px; }
.feature-card i { color: var(--accent); font-size: 44px; margin-bottom: 18px; }
.split-copy, .cta.centered { max-width: 760px; }
.cta.centered { margin: 0 auto; text-align: center; }
.price-card { position: relative; border: 1px solid var(--line); border-top: 5px solid var(--accent); border-radius: 8px; text-align: left; background: #fff; box-shadow: var(--shadow); overflow: hidden; padding-bottom: 22px; }
.price-card h3 { background: var(--navy); color: #fff; padding: 17px 20px; }
.price-card strong { display: block; padding: 28px 20px; font-family: Poppins, Arial, sans-serif; font-size: 44px; border-bottom: 1px solid var(--line); }
.price-card small { font-size: 16px; color: var(--muted); }
.price-card ul { list-style: none; padding: 18px 24px; margin: 0; line-height: 2; }
.price-card li::before { content: "✓"; color: var(--trust); font-weight: 800; margin-right: 10px; }
.price-card .btn { margin-left: 20px; }
.ribbon { position: absolute; right: 14px; top: 16px; background: var(--gold); color: var(--navy); border-radius: 999px; padding: 5px 10px; font-size: 13px; font-weight: 800; }
.map-embed iframe { width: 100%; height: 450px; border: 0; }
.contact-form { background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); padding: clamp(24px, 5vw, 54px); margin-top: -140px; position: relative; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 14px 15px; margin-bottom: 12px; font: inherit; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--accent); border-color: var(--accent); }
.contact-line { color: var(--ink); font-size: 18px; }
.contact-line i { color: var(--accent); width: 36px; }
.notice { padding: 12px 14px; margin-bottom: 14px; border-left: 4px solid; }
.notice.success { background: #eaf8ef; border-color: var(--trust); }
.notice.error { background: #fff0ef; border-color: var(--accent); }
.soft-section { background: var(--soft); max-width: none; }
.official-card { background: var(--navy); color: #fff; border-radius: 8px; padding: clamp(24px, 4vw, 38px); box-shadow: var(--shadow); }
.official-card h3 { color: #fff; }
.official-card p { display: grid; grid-template-columns: 150px 1fr; gap: 14px; margin: 12px 0; color: #fff; }
.official-card strong { color: var(--gold); }
.official-card span { color: #eef4fb; }
.expense-table-wrap { overflow-x: auto; border-radius: 8px; box-shadow: var(--shadow); background: #fff; }
.expense-table { width: 100%; border-collapse: collapse; min-width: 760px; background: #fff; }
.expense-table th, .expense-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.expense-table thead th { background: var(--navy); color: #fff; font-family: Rajdhani, Arial, sans-serif; font-size: 20px; }
.expense-table tbody td:first-child { font-weight: 800; color: var(--ink); }
.expense-table td:nth-child(3), .expense-table td:nth-child(4), .expense-table th:nth-child(3), .expense-table th:nth-child(4) { white-space: nowrap; text-align: right; }
.expense-table tfoot th { background: #fff1ef; color: var(--navy); font-size: 18px; }
.donation-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.payment-note { text-align: center; max-width: 760px; margin: 18px auto 0; color: var(--muted); }
.legal-page { max-width: 960px; }
.legal-page h3 { margin-top: 30px; color: var(--navy); }
.legal-page p { font-size: 16px; }
.site-footer { display: grid; grid-template-columns: minmax(260px, 1.35fr) minmax(180px, .95fr) minmax(180px, 1fr) minmax(180px, 1fr); gap: 30px; padding: 58px clamp(18px, 6vw, 88px) 0; background: radial-gradient(circle at 18% 0, rgba(252,60,42,.2), transparent 30%), var(--navy); color: #fff; border-top: 7px solid var(--accent); }
.site-footer h2, .site-footer h3 { color: #fff; text-transform: capitalize; }
.site-footer h3 { font-size: 24px; margin-bottom: 16px; }
.site-footer p { color: #d5dde7; margin: 8px 0; }
.site-footer i { color: var(--trust); margin-right: 10px; }
.footer-brand img { width: 86px; height: 72px; object-fit: contain; margin-bottom: 14px; background: #fff; border-radius: 8px; padding: 8px; }
.footer-brand p { max-width: 430px; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links a { color: #d5dde7; font-weight: 600; }
.footer-links a:hover { color: var(--gold); }
.footer-official p { display: grid; grid-template-columns: 96px 1fr; gap: 8px; }
.footer-official span { color: var(--gold); font-weight: 800; }
.footer-socials { display: flex; gap: 10px; margin-top: 18px; }
.footer-socials a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.18); }
.footer-socials a:hover { background: var(--accent); border-color: var(--accent); }
.footer-socials i { color: #fff; margin: 0; }
.footer-bottom { grid-column: 1 / -1; margin-top: 18px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 16px; color: #b9c4d3; font-size: 13px; }
@media (max-width: 900px) {
  .nav-toggle { display: inline-grid; place-items: center; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 86px; background: #fff; padding: 18px; flex-direction: column; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .grid.two, .grid.three, .grid.four, .card-grid, .card-grid.three, .site-footer { grid-template-columns: 1fr; }
  .hero-slider { min-height: 570px; }
  .brand span { display: none; }
  .contact-form { margin-top: 0; }
  .band { background-attachment: scroll; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 520px) {
  .hero-slide { padding: 58px 18px; }
  .hero-copy::before { font-size: 11px; }
  .intro, .content-section, .contact-wrap, .athlete-profile, .band, .tips { padding: 60px 16px; }
  .image-card img { height: 220px; }
  .intro::before { position: static; display: block; margin-bottom: 18px; }
  .official-card p, .footer-official p { grid-template-columns: 1fr; gap: 2px; }
}
