:root {
  --navy: #06264d;
  --navy-2: #0b3767;
  --orange: #f7a719;
  --orange-dark: #dc920d;
  --ink: #16314d;
  --muted: #62758c;
  --line: #d6e0ea;
  --soft: #f4f7fb;
  --white: #ffffff;
  --shadow: 0 16px 40px rgba(6, 38, 77, 0.14);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 84px 0; }
.section-kicker, .eyebrow {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  font-size: 0.84rem;
  margin: 0 0 12px;
}
h1, h2, h3 { line-height: 1.06; margin: 0 0 18px; }
h1 { font-size: clamp(2.5rem, 5vw, 4.4rem); }
h2 { font-size: clamp(2rem, 3vw, 3rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 16px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: var(--navy);
  padding: 15px 24px;
  font-weight: 800;
  box-shadow: var(--shadow);
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-1px); background: #ffb82d; }
.button-small { padding: 12px 20px; }
.button-ghost {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,.34);
  box-shadow: none;
}
.button-dark {
  background: var(--navy);
  color: var(--white);
  box-shadow: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(6, 38, 77, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
}
.brand img { width: 64px; height: 64px; border-radius: 50%; }
.brand-kicker { display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; opacity: .8; }
.brand strong { display: block; font-size: 1.02rem; }
.site-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}
.site-nav a, .mobile-nav a {
  color: rgba(255,255,255,0.9);
  font-weight: 600;
}
.site-nav a:hover, .mobile-nav a:hover { color: var(--orange); }
.menu-toggle { display: none; }
.mobile-nav {
  display: none;
  background: var(--navy);
  padding: 0 16px 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.mobile-nav a { display: block; padding: 12px 0; }
.hero {
  background:
    radial-gradient(circle at top right, rgba(247,167,25,.2), transparent 28%),
    linear-gradient(135deg, #041c39 0%, #06264d 55%, #0a3767 100%);
  color: var(--white);
  padding: 72px 0 42px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 40px;
  align-items: center;
}
.hero-strap { font-size: 1.25rem; max-width: 58ch; color: rgba(255,255,255,.92); }
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}
.hero-meta span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
  font-weight: 700;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0; }
.hero-points {
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,.88);
}
.hero-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 28px;
  padding: 16px;
  box-shadow: var(--shadow);
}
.hero-card img { border-radius: 18px; width: 100%; }
.highlights {
  margin-top: -22px;
  position: relative;
  z-index: 2;
}
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.highlight-card, .benefit-card, .info-panel, .download-panel, .form-shell, .faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.highlight-card {
  padding: 24px;
}
.highlight-card h2 { font-size: 1.35rem; margin-bottom: 10px; }
.two-col-grid, .fundraising-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}
.info-panel {
  padding: 26px;
  display: grid;
  gap: 18px;
  background: linear-gradient(180deg, var(--soft), #fff);
}
.info-stat {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.info-stat:last-child { border-bottom: 0; padding-bottom: 0; }
.info-stat strong { font-size: 1.7rem; color: var(--navy); }
.info-stat span { color: var(--muted); font-weight: 600; }
.benefits { background: var(--soft); }
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.benefit-card { padding: 24px; }
.quote-band {
  background: linear-gradient(135deg, #06264d 0%, #0b3767 100%);
  color: var(--white);
  padding: 28px 0;
  text-align: center;
}
.quote-band p { margin: 0; font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 800; }
.fundraising-grid { align-items: stretch; }
.tick-list {
  padding-left: 0;
  margin: 22px 0 28px;
  list-style: none;
}
.tick-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
}
.tick-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(247,167,25,.18);
  color: var(--orange-dark);
  display: grid;
  place-items: center;
  font-weight: 800;
}
.download-panel {
  padding: 22px;
  display: grid;
  gap: 18px;
  background: linear-gradient(180deg, var(--soft), #fff);
}
.download-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.text-link { color: var(--navy-2); font-weight: 700; }
.form-shell {
  background: linear-gradient(180deg, #07244a, #0a2e59);
  color: var(--white);
  padding: 28px;
}
.form-heading p.section-kicker { margin-bottom: 8px; }
.registration-form label { display: block; font-weight: 600; margin-bottom: 16px; }
.registration-form input,
.registration-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.98);
  color: var(--ink);
  font: inherit;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.consent-box {
  margin: 10px 0 24px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
}
.checkbox-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 14px;
}
.checkbox-row:last-child { margin-bottom: 0; }
.checkbox-row input { margin: 3px 0 0; width: 18px; height: 18px; }
.form-submit { width: 100%; font-size: 1rem; }
.hidden-field { display: none; }
.faq-section { background: var(--soft); }
.faq-list { display: grid; gap: 14px; }
.faq-list details { padding: 22px 24px; }
.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { margin-top: 14px; color: var(--muted); }
.site-footer {
  background: var(--navy);
  color: var(--white);
  padding: 28px 0 40px;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.thanks-body {
  min-height: 100vh;
  background: linear-gradient(135deg, #041c39 0%, #06264d 55%, #0a3767 100%);
  display: grid;
  place-items: center;
  padding: 24px;
}
.thanks-wrap { width: min(720px, 100%); }
.thanks-card {
  background: white;
  padding: 42px;
  border-radius: 28px;
  box-shadow: var(--shadow);
}
@media (max-width: 1024px) {
  .highlight-grid, .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid, .two-col-grid, .fundraising-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .site-nav, .site-header .button-small { display: none; }
  .menu-toggle {
    display: inline-flex;
    background: transparent;
    border: 1px solid rgba(255,255,255,.24);
    color: var(--white);
    padding: 10px 14px;
    border-radius: 999px;
    font: inherit;
    font-weight: 700;
  }
  .header-inner { grid-template-columns: 1fr auto; }
  .mobile-nav.is-open { display: block; }
}
@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .highlight-grid, .benefit-grid, .form-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 48px; }
  .hero-meta { flex-direction: column; align-items: start; }
  .hero-actions, .download-actions, .footer-grid { flex-direction: column; align-items: start; }
  .brand img { width: 54px; height: 54px; }
  .form-shell, .highlight-card, .benefit-card, .download-panel, .thanks-card { padding: 20px; }
}


.was-count {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  opacity: 0.72;
}

.now-count {
  color: var(--orange);
  font-weight: 800;
}

.hero-meta .now-count,
.highlight-card .now-count,
.info-stat .now-count,
.fundraising-list .now-count,
.faq-item .now-count {
  margin-left: 0.28rem;
}


.sponsors-section {
  padding-top: 28px;
}
.sponsors-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 26px;
}
.sponsors-heading h2 {
  margin-bottom: 10px;
}
.main-sponsor {
  background: linear-gradient(180deg, var(--soft), #fff);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
  text-align: center;
  margin-bottom: 24px;
}
.sponsor-label {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 12px;
}
.main-sponsor-mark {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--navy);
  letter-spacing: 0.03em;
}
.sponsor-groups {
  display: grid;
  gap: 22px;
}
.sponsor-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
}
.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.sponsor-grid-many {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sponsor-logo {
  border: 1px solid var(--line);
  border-radius: 18px;
  min-height: 76px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 14px;
  background: linear-gradient(180deg, #fff, var(--soft));
  font-weight: 800;
  color: var(--navy);
}
.footer-note {
  color: rgba(255,255,255,.75);
  margin-top: 8px;
  margin-bottom: 0;
  font-size: .95rem;
}
@media (max-width: 1024px) {
  .sponsor-grid-many { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .sponsor-grid, .sponsor-grid-many { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .sponsor-grid, .sponsor-grid-many { grid-template-columns: 1fr; }
  .main-sponsor { padding: 22px; }
}


.sponsors-section { padding-top: 16px; }
.sponsors-art {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.sponsors-art img {
  display: block;
  width: 100%;
  height: auto;
}


.additional-sponsor-note {
  margin-top: 18px;
  text-align: center;
  color: var(--navy);
  font-size: 0.98rem;
}
.additional-sponsor-note strong {
  color: var(--orange);
}
.additional-sponsor-note .sponsor-site {
  color: #4b5d78;
}
