:root {
  --green-950: #0d3d18;
  --green-900: #145a24;
  --green-800: #1b7130;
  --green-700: #2a8f3f;
  --red-950: #6f111b;
  --red-700: #c53b32;
  --yellow-400: #ffd739;
  --yellow-300: #ffe57a;
  --paper: #f6f8f2;
  --ink: #142117;
  --muted: #476050;
  --white: #ffffff;
  --line: #d4dfcf;
  --water-700: #0e6476;
  --water-500: #39a1b8;
  --shadow: 0 12px 32px rgba(15, 61, 24, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Lora", Georgia, serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% -10%, rgba(255, 231, 122, 0.7), transparent 42%),
    radial-gradient(circle at 94% 4%, rgba(57, 161, 184, 0.18), transparent 30%),
    linear-gradient(180deg, #fdfdf8 0%, var(--paper) 78%);
}

a {
  color: inherit;
}

.announcement-strip {
  position: sticky;
  top: 0;
  z-index: 30;
  background: linear-gradient(90deg, #f6d76a 0%, #fff4bf 55%, #f7df7f 100%);
  color: var(--green-950);
  border-top: 2px solid var(--green-900);
  border-bottom: 2px solid var(--green-900);
  box-shadow: 0 14px 32px rgba(20, 90, 36, 0.16);
}

.strip-shell {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.strip-copy strong,
.strip-link {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.strip-copy strong {
  display: block;
  font-size: 1.06rem;
}

.strip-copy span {
  display: block;
  margin-top: 2px;
  font-size: 0.95rem;
  color: var(--green-900);
}

.strip-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  border-radius: 999px;
  padding: 11px 16px;
  border: 2px solid var(--green-900);
  color: var(--green-950);
  text-decoration: none;
  background: rgba(20, 90, 36, 0.08);
  font-weight: 700;
}

.strip-link:hover {
  background: rgba(20, 90, 36, 0.16);
}

.site-shell {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: 22px 0 48px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.brand {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
  text-transform: uppercase;
  color: var(--green-950);
}

.brand-reveal {
  max-width: 520px;
}

.brand-reveal summary {
  cursor: pointer;
  list-style: none;
}

.brand-reveal summary::-webkit-details-marker {
  display: none;
}

.brand-reveal summary::after {
  content: " +";
  color: var(--water-700);
}

.brand-reveal[open] summary::after {
  content: " -";
}

.brand-note {
  margin: 8px 0 0;
  max-width: 44ch;
  color: #294331;
  font-size: 0.94rem;
  line-height: 1.35;
}

.brand-subtitle {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.topnav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green-900);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--green-950);
  text-decoration: none;
  padding: 9px 14px;
  font-size: 0.88rem;
  font-weight: 700;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  letter-spacing: 0.02em;
}

.nav-link:hover {
  background: var(--yellow-300);
}

.nav-link.primary {
  background: var(--yellow-400);
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.85fr);
  background: linear-gradient(130deg, var(--green-900) 0%, var(--green-800) 50%, var(--water-700) 100%);
  border-radius: 22px;
  color: var(--white);
  padding: clamp(22px, 5vw, 44px);
  box-shadow: var(--shadow);
  animation: rise 0.7s ease both;
}

.hero-home {
  background: none;
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, rgba(8, 49, 18, 0.96) 0%, rgba(18, 90, 36, 0.93) 42%, rgba(14, 100, 118, 0.58) 100%),
    url("/images/team-training.webp") center center / cover no-repeat;
}

.hero-home::after {
  display: none;
}

.hero::after {
  content: "";
  position: absolute;
  right: -100px;
  top: -90px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: rgba(255, 231, 122, 0.24);
  pointer-events: none;
}

.hero-copy,
.hero-aside {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0;
  color: #eef8e8;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  font-size: 0.85rem;
}

.hero h1,
.legal-sheet h2,
.section h2,
.cta-band h2,
.hero-panel h2 {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 10px 0 10px;
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  line-height: 1.05;
}

.hero p {
  margin: 0;
  max-width: 72ch;
  color: #f3f8ee;
  font-size: clamp(1rem, 2vw, 1.08rem);
}

.hero p + p {
  margin-top: 10px;
}

.hero-points {
  margin-top: 18px;
}

.hero-trust-row {
  margin-top: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.12);
  color: #f7fff4;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-cta-row {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 11px 15px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  min-height: 46px;
}

.btn-main {
  background: var(--yellow-400);
  color: var(--green-950);
}

.btn-main:hover {
  background: #ffe15a;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.48);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.2);
}

.hero-aside {
  display: grid;
  gap: 12px;
}

.hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 15px;
  backdrop-filter: blur(6px);
}

.hero-panel h2 {
  margin: 0;
  font-size: 1.5rem;
  color: #ffffff;
}

.hero-panel p {
  margin-top: 9px;
  font-size: 0.98rem;
}

.hero-panel .step-badge {
  color: var(--green-950);
  background: #fff3b8;
  border-color: rgba(255, 231, 122, 0.85);
}

.hero-panel ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.hero-panel li {
  margin: 6px 0;
  color: #eff9ea;
}

.hero-panel a {
  color: #ffffff;
}

.event-panel {
  align-self: start;
}

.event-panel .inline-link {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.event-panel .inline-link:hover {
  background: rgba(255, 255, 255, 0.2);
}

.event-panel .inline-link.main {
  color: var(--green-950);
  background: var(--yellow-400);
  border-color: transparent;
}

.section {
  margin-top: 22px;
  animation: rise 0.75s ease both;
}

.section h2 {
  margin: 0 0 10px;
  font-size: clamp(1.6rem, 3vw, 2rem);
  color: var(--green-950);
}

.section-intro {
  margin: 0;
  color: var(--muted);
  max-width: 74ch;
}

.section-intro a {
  color: var(--green-900);
}

.path-grid {
  margin-top: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.split-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ticket-grid {
  margin-top: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  padding: 15px;
  box-shadow: 0 7px 18px rgba(11, 53, 19, 0.08);
}

.action-card {
  display: block;
  text-decoration: none;
}

.action-card:hover {
  border-color: var(--green-700);
  transform: translateY(-1px);
}

.step-card {
  border-top: 5px solid var(--green-700);
}

.step-card.urgent {
  border-top-color: var(--red-700);
}

.step-badge {
  margin: 0 0 8px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #8bb896;
  border-radius: 999px;
  padding: 5px 10px;
  background: #f3fbe9;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1f5a2b;
}

.card h3 {
  margin: 0;
  color: var(--green-900);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

.card p {
  margin: 8px 0 0;
  color: #294331;
}

.card ul {
  margin: 9px 0 0;
  padding-left: 18px;
  color: #294331;
}

.card li {
  margin: 5px 0;
}

.schedule-band {
  margin-top: 22px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(90deg, #fffde9 0%, #eef9f8 100%);
  padding: 15px;
}

.schedule-band h2 {
  margin: 0 0 8px;
}

.schedule-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  border: 1px solid #afc7b2;
  border-radius: 999px;
  padding: 7px 11px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1c4326;
  background: #fbfff6;
}

.inline-actions {
  margin-top: 13px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 9px;
  padding: 8px 11px;
  border: 1px solid var(--green-900);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.9rem;
  color: var(--green-950);
  font-weight: 700;
  background: #ecf5e9;
}

.inline-link:hover {
  background: var(--yellow-300);
}

.inline-link.main {
  background: var(--yellow-400);
}

.proof-band {
  margin-top: 22px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: linear-gradient(90deg, #f7fcef 0%, #ffffff 52%, #eef9f8 100%);
  padding: 18px;
  box-shadow: 0 8px 22px rgba(11, 53, 19, 0.08);
}

.proof-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.proof-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  padding: 15px;
}

.proof-card h3 {
  margin: 0;
  color: var(--green-900);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

.proof-card p {
  margin: 8px 0 0;
  color: #294331;
}

.cta-band {
  margin-top: 24px;
  border-radius: 20px;
  padding: 18px;
  background: linear-gradient(115deg, #163f20 0%, #2d8b42 55%, #16748b 100%);
  color: #f7fff3;
  box-shadow: var(--shadow);
}

.cta-band h2 {
  margin: 0;
  color: #ffffff;
}

.cta-band p {
  margin: 8px 0 0;
  color: #ebf9e6;
}

.site-footer,
.site-note {
  margin-top: 14px;
  font-size: 0.88rem;
  color: var(--muted);
}

.site-footer p {
  margin: 6px 0 0;
}

.site-footer a,
.site-note a {
  color: var(--green-900);
}

.legal-page .site-shell {
  padding-bottom: 64px;
}

.legal-hero {
  grid-template-columns: 1fr;
}

.legal-sheet {
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  padding: 18px;
  box-shadow: 0 7px 18px rgba(11, 53, 19, 0.08);
}

.legal-section + .legal-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  color: var(--green-950);
}

.legal-section h3 {
  margin: 14px 0 0;
  color: var(--green-900);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.legal-section p {
  margin: 8px 0 0;
  color: #294331;
}

.legal-section ul,
.legal-section ol {
  margin: 10px 0 0;
  padding-left: 22px;
  color: #294331;
}

.legal-section li + li {
  margin-top: 6px;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  max-width: none;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 38px rgba(10, 44, 16, 0.18);
}

.cookie-copy {
  display: grid;
  gap: 2px;
  color: #294331;
}

.cookie-copy span {
  font-size: 0.95rem;
  line-height: 1.25;
}

.cookie-copy strong,
.cookie-button {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cookie-button {
  border: 0;
  border-radius: 11px;
  padding: 10px 14px;
  background: var(--yellow-400);
  color: var(--green-950);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  min-height: 44px;
  min-width: 118px;
}

.cookie-button:hover {
  background: #ffe15a;
}

.flow-hero {
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.75fr);
}

.flow-section {
  margin-top: 24px;
}

.division-guide {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
}

.flow-layout {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
}

#donate .flow-layout,
#signup .flow-layout {
  grid-template-columns: 1fr;
}

.flow-card,
.review-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 7px 18px rgba(11, 53, 19, 0.08);
}

.flow-card {
  padding: 18px;
}

.review-card {
  padding: 16px;
  height: fit-content;
  position: sticky;
  top: 88px;
}

.stepper {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.step-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid #b8cab9;
  border-radius: 999px;
  padding: 8px 12px;
  background: #f6faf3;
  color: var(--muted);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.step-pill.is-active {
  color: var(--green-950);
  background: var(--yellow-300);
  border-color: var(--green-700);
}

.division-note {
  margin: 6px 0 14px;
}

.add-athlete-btn {
  min-width: 138px;
  white-space: nowrap;
}

.flow-banner {
  margin-bottom: 14px;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 0.96rem;
}

.flow-banner.success {
  background: #ecf9ef;
  border: 1px solid #9fd0ac;
  color: #16552a;
}

.flow-banner.warning {
  background: #fff8e3;
  border: 1px solid #e0c26f;
  color: #6b4a00;
}

.field-grid {
  display: grid;
  gap: 12px;
}

.field-grid.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field-grid.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.field {
  display: grid;
  gap: 6px;
}

.field span {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: var(--green-900);
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #b8c8b2;
  border-radius: 12px;
  padding: 11px 12px;
  font: inherit;
  color: var(--ink);
  background: #ffffff;
}

.field-output {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 46px;
  border: 1px solid #b8c8b2;
  border-radius: 12px;
  padding: 11px 12px;
  color: var(--ink);
  background: #f7faf4;
}

.field input:focus,
.field select:focus,
.supporter-field textarea:focus {
  outline: 2px solid rgba(255, 210, 54, 0.34);
  outline-offset: 1px;
  border-color: var(--yellow-400);
}

.checkbox-field {
  grid-template-columns: 18px 1fr;
  align-items: start;
}

.checkbox-field input {
  margin-top: 5px;
}

.checkbox-field span {
  font-family: "Lora", Georgia, serif;
  font-size: 0.96rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #294331;
}

.checkbox-field a {
  color: var(--green-900);
}

.participants-head {
  margin-top: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.participants-head h3 {
  margin: 0;
  color: var(--green-900);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.participant-list {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

.participant-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbfdf9;
  padding: 14px;
}

.participant-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.participant-remove {
  border: 0;
  background: transparent;
  color: var(--red-700);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.participant-remove:hover {
  text-decoration: underline;
}

.division-field {
  align-content: start;
}

.participant-helper {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.step-actions {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-ghost-dark {
  color: var(--green-950);
  border-color: #9fbaa4;
  background: #eff6eb;
}

.btn-ghost-dark:hover {
  background: var(--yellow-300);
}

.status-text {
  min-height: 1.2em;
  margin-top: 12px;
  color: var(--muted);
}

.status-text.error {
  color: #b01f29;
}

.status-text.loading {
  color: var(--water-700);
}

.donation-panel {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(95deg, #fffef0 0%, #f3fbf6 80%);
  padding: 15px;
}

.support-message-card {
  border: 1px solid #d8c977;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff9d9 0%, #f5fbf0 100%);
  padding: 18px;
  box-shadow: 0 10px 24px rgba(11, 53, 19, 0.08);
}

.support-message {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(1.02rem, 2vw, 1.14rem);
}

.money-input {
  display: flex;
  align-items: center;
  border: 1px solid #b8c8b2;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.money-input span {
  padding: 0 12px;
  color: var(--green-900);
}

.money-input input {
  border: 0;
  border-radius: 0;
}

.donation-choice-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 8px;
}

.donation-choice {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--green-950);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  box-shadow: 0 7px 18px rgba(11, 53, 19, 0.05);
}

.donation-choice:hover,
.donation-choice:focus-visible {
  border-color: var(--yellow-400);
  background: #fffbe2;
  outline: none;
}

.donation-choice.is-selected {
  border-color: var(--green-800);
  background: var(--yellow-300);
}

.review-card h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--green-950);
}

.review-list {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.review-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  color: #294331;
}

.review-row strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1rem;
  color: var(--green-950);
  white-space: nowrap;
}

.review-total {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--green-950);
}

.review-total strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.02em;
}

.review-note {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}

.muted-note {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.path-grid .card:nth-child(2) {
  animation-delay: 0.06s;
}

.path-grid .card:nth-child(3) {
  animation-delay: 0.12s;
}

.path-grid .card,
.ticket-grid .card,
.hero-panel,
.legal-sheet,
.cta-band,
.schedule-band {
  animation: rise 0.8s ease both;
}

.simple-hero {
  align-items: start;
}

.metric-stack {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.team-head {
  margin-top: 22px;
}

.branch-choice-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.branch-choice-grid-inline {
  margin-top: 0;
}

.branch-choice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.branch-choice:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 231, 122, 0.72);
  background: rgba(255, 255, 255, 0.18);
}

.flow-step .branch-choice {
  background: rgba(20, 90, 36, 0.06);
  border-color: var(--line);
  color: var(--green-950);
}

.flow-step .branch-choice:hover {
  background: rgba(255, 231, 122, 0.22);
  border-color: var(--yellow-400);
}

.branch-choice.is-selected {
  background: var(--yellow-400);
  color: var(--green-950);
  border-color: var(--yellow-400);
}

.leaderboard-shell {
  display: grid;
  gap: 34px;
  margin-top: 22px;
  padding-bottom: 72px;
}

.podium-stage {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  min-height: 360px;
}

.podium-slot,
.podium-empty,
.rank-list-card {
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.podium-slot {
  position: relative;
  display: grid;
  align-content: end;
  gap: 8px;
  min-height: 240px;
  padding: 18px;
  color: var(--green-950);
  overflow: hidden;
}

.podium-slot::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(12, 69, 33, 0) 0%, rgba(12, 69, 33, 0.12) 100%);
  pointer-events: none;
}

.podium-slot h3,
.podium-empty h3,
.rank-list-head h3 {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.podium-slot p,
.podium-empty p {
  margin: 0;
  position: relative;
  z-index: 1;
}

.podium-medal {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.podium-slot.place-1 {
  min-height: 300px;
  background: linear-gradient(180deg, #fff2b3 0%, #fff9df 55%, #ffffff 100%);
  border-color: #e0c45d;
}

.podium-slot.place-2 {
  min-height: 250px;
  background: linear-gradient(180deg, #eef3f8 0%, #f7fbff 55%, #ffffff 100%);
  border-color: #c4d0dc;
}

.podium-slot.place-3 {
  min-height: 225px;
  background: linear-gradient(180deg, #faebdf 0%, #fff6ef 55%, #ffffff 100%);
  border-color: #dfc3af;
}

.podium-empty {
  grid-column: 1 / -1;
  padding: 22px;
  background: linear-gradient(180deg, #f7fbf5 0%, #ffffff 100%);
}

.rank-list-card {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.rank-list-head {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
}

.rank-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rank-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid rgba(34, 83, 47, 0.12);
  border-radius: 16px;
  background: rgba(251, 253, 249, 0.94);
  padding: 16px 14px;
  color: var(--green-950);
  min-height: 112px;
  flex-direction: column;
  justify-content: flex-end;
}

.rank-item strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.rank-item.is-empty {
  color: var(--muted);
}

.rank-item.is-empty-slot {
  background: rgba(255, 255, 255, 0.62);
  border-style: dashed;
}

.rank-placeholder-bar {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(12, 69, 33, 0.08);
}

.rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--yellow-300);
  color: var(--green-950);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.mini-intro h2 {
  margin: 0 0 6px;
}

.mini-intro p {
  margin: 0 0 16px;
  color: var(--muted);
}

.choice-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
}

.division-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf4 100%);
  box-shadow: 0 8px 20px rgba(11, 53, 19, 0.06);
}

.youth-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.choice-card {
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.84);
  padding: 14px;
}

.choice-card-button {
  appearance: none;
  position: relative;
  display: grid;
  justify-items: start;
  width: 100%;
  min-height: 128px;
  font: inherit;
  color: var(--green-950);
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.choice-card-button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 210, 54, 0.9);
  background: #fffef4;
  box-shadow: 0 10px 22px rgba(11, 53, 19, 0.1);
}

.choice-card-button:focus-visible {
  outline: 2px solid rgba(255, 210, 54, 0.45);
  outline-offset: 2px;
  border-color: var(--yellow-400);
}

.choice-card h3 {
  margin: 8px 0 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.choice-plus {
  position: absolute;
  right: 12px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--yellow-400);
  color: var(--green-950);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.choice-helper {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.supporter-field textarea {
  min-height: 144px;
  resize: vertical;
}

.radio-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.radio-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.84);
}

.business-panel {
  display: grid;
  gap: 14px;
}

.sponsor-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sponsor-option {
  display: grid;
  gap: 6px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.84);
  padding: 14px;
}

.sponsor-option.is-selected {
  border-color: var(--green-700);
  background: #fffef4;
  box-shadow: 0 10px 22px rgba(11, 53, 19, 0.1);
}

.sponsor-option input {
  margin: 0;
}

.points-box {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
}

.review-row.is-strong {
  font-weight: 700;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .hero,
  .path-grid,
  .ticket-grid,
  .division-guide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .flow-layout {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    position: static;
  }

  .podium-stage,
  .branch-choice-grid,
  .choice-grid,
  .youth-grid,
  .sponsor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .announcement-strip {
    position: static;
  }

  .strip-shell {
    width: min(1120px, 95vw);
    flex-direction: column;
    align-items: flex-start;
    padding: 11px 0;
  }

  .strip-copy strong {
    font-size: 0.98rem;
  }

  .strip-copy span {
    font-size: 0.9rem;
  }

  .strip-link {
    min-width: 0;
    width: 100%;
  }

  .site-shell {
    width: min(1120px, 95vw);
    padding: 14px 0 32px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .topnav {
    width: 100%;
    gap: 6px;
    display: block;
  }

  .nav-link {
    width: 100%;
    font-size: 0.84rem;
  }

  .topnav .nav-link:not(.primary) {
    display: none;
  }

  .nav-link.primary {
    display: inline-flex;
  }

  .hero {
    gap: 14px;
    padding: 22px 18px 20px;
  }

  .hero h1 {
    font-size: clamp(1.75rem, 9.8vw, 2.35rem);
  }

  .hero-copy p {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .hero-points {
    display: none;
  }

  .hero-trust-row,
  .inline-actions {
    gap: 8px;
  }

  .hero-trust-row {
    margin-top: 12px;
  }

  .trust-pill {
    font-size: 0.72rem;
    padding: 6px 8px;
  }

  .event-panel {
    padding: 12px;
  }

  .event-panel h2 {
    font-size: 1.35rem;
  }

  .event-panel p {
    font-size: 0.92rem;
  }

  .split-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .hero-cta-row .btn {
    width: 100%;
  }

  .path-grid,
  .ticket-grid,
  .division-guide,
  .donation-choice-grid,
  .podium-stage,
  .branch-choice-grid,
  .choice-grid,
  .youth-grid,
  .sponsor-grid,
  .field-grid.two-up,
  .field-grid.three-up {
    grid-template-columns: 1fr;
  }

  .rank-list {
    grid-template-columns: 1fr;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
  }

  .cookie-copy strong {
    font-size: 0.76rem;
  }

  .cookie-copy span {
    font-size: 0.82rem;
    line-height: 1.2;
  }

  .cookie-button {
    width: auto;
    min-width: 104px;
    font-size: 0.88rem;
    padding: 10px 12px;
  }

  .participants-head,
  .review-row,
  .review-total {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ── Wizard ── */

.wizard-shell {
  max-width: 580px;
  margin: 36px auto 0;
}

.step-heading {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--green-950);
  margin: 0 0 6px;
}

.step-sub {
  color: var(--muted);
  margin: 0 0 20px;
  font-size: 1.04rem;
}

.wizard-progress {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}

.progress-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--line);
  transition: background 0.2s;
}

.progress-dot.is-active {
  background: var(--green-700);
}

.progress-dot.is-done {
  background: var(--green-900);
}

/* Number stepper (+/−) */

.num-stepper {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #b8c8b2;
  border-radius: 16px;
  overflow: hidden;
  margin: 18px 0 24px;
}

.num-stepper-btn {
  appearance: none;
  border: 0;
  background: #f3fbe9;
  color: var(--green-950);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  width: 60px;
  height: 68px;
  cursor: pointer;
  line-height: 1;
}

.num-stepper-btn:hover {
  background: var(--yellow-300);
}

.num-stepper-value {
  min-width: 88px;
  text-align: center;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--green-950);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-left: 1px solid #b8c8b2;
  border-right: 1px solid #b8c8b2;
}

/* Branch choice sub-label */

.branch-choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.branch-sub {
  font-family: "Lora", Georgia, serif;
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.75;
}

/* Volunteer note */

.volunteer-note {
  margin: 0 0 8px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f0fbe8;
  border: 1px solid #b4d4b0;
  color: #1f5a2b;
  font-size: 0.96rem;
  line-height: 1.5;
}

/* Summary lines */

.summary-lines {
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  color: #294331;
}

.summary-line strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1rem;
  white-space: nowrap;
  color: var(--green-950);
}

.summary-total {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 2px solid var(--green-900);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--green-950);
}

/* Team reveal */

.team-reveal {
  margin: 22px 0;
  border: 1px solid #d4c96d;
  border-radius: 18px;
  background: linear-gradient(135deg, #fffbe0 0%, #f5fbf0 100%);
  padding: 22px;
  text-align: center;
}

.team-reveal .step-badge {
  display: inline-flex;
}

.team-name {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--green-950);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 8px 0 4px;
}

.team-note {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0;
}

/* Scholarship card */

.scholarship-card {
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(135deg, #fffef0 0%, #f3fbf6 80%);
  padding: 22px;
}

.scholarship-card h3 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--green-950);
}

.scholarship-card p {
  margin: 0;
  color: #294331;
  line-height: 1.55;
}

/* Mission note at bottom of success screen */

.mission-note {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
  font-style: italic;
}

.simple-donate-hero {
  grid-template-columns: 1fr;
}

.donate-panel,
.progress-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 18px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  padding: clamp(16px, 3vw, 24px);
  box-shadow: 0 7px 18px rgba(11, 53, 19, 0.08);
}

.simple-donate-form {
  display: grid;
  gap: 14px;
}

.recognition-field {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: #fbfff6;
}

.recognition-field legend {
  padding: 0 6px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  color: var(--green-950);
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.recognition-field label {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  color: #294331;
}

.recognition-field label + label {
  margin-top: 8px;
}

.recognition-field input {
  width: 18px;
  height: 18px;
  accent-color: var(--green-800);
}

.compact-check {
  margin: 0;
}

.donate-submit {
  width: 100%;
}

.fine-print {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.progress-copy p {
  margin: 8px 0 0;
  color: #294331;
}

.progress-meter {
  display: grid;
  gap: 10px;
}

.progress-meter-top,
.progress-scale {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
}

.progress-meter-top strong {
  color: var(--green-950);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.45rem;
}

.progress-track {
  overflow: hidden;
  height: 28px;
  border: 1px solid #afc7b2;
  border-radius: 999px;
  background: #edf5e9;
}

.progress-track span {
  display: block;
  height: 100%;
  min-width: 18px;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--yellow-400), var(--green-700));
}

.progress-track-large {
  height: 44px;
}

.progress-card-large {
  grid-template-columns: 1fr;
}

.cac-page {
  background:
    linear-gradient(180deg, #f8fbff 0%, #eef6f2 62%, #f6f8f2 100%);
}

.cac-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 18px;
  align-items: stretch;
  border-radius: 18px;
  background: linear-gradient(135deg, #0c2f57 0%, #0d5f73 54%, #145a24 100%);
  color: #ffffff;
  padding: clamp(24px, 5vw, 48px);
  box-shadow: var(--shadow);
}

.cac-hero h1,
.cac-card h2,
.cac-band h2,
.cac-proof h2 {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cac-hero h1 {
  margin: 10px 0;
  max-width: 12ch;
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: 0.95;
}

.cac-hero p {
  margin: 0;
  max-width: 62ch;
  color: #eef8f4;
  font-size: clamp(1.02rem, 2vw, 1.14rem);
}

.cac-signal {
  display: grid;
  align-content: end;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  padding: 18px;
}

.cac-signal strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1;
  text-transform: uppercase;
}

.cac-signal span {
  color: #edf8f0;
}

.cac-hero-bio {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  align-items: stretch;
}

.cac-hero-bio .cac-hero-copy {
  align-self: center;
}

.cac-hero-bio h1 {
  max-width: 13ch;
}

.cac-photo-card {
  margin: 0;
  display: grid;
  align-content: end;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  background: #0b2e18;
  position: relative;
}

.cac-photo-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cac-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(7, 28, 16, 0.86) 100%);
}

.cac-photo-card figcaption {
  position: relative;
  z-index: 1;
  padding: 16px;
  color: #f7fff3;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cac-statement {
  border-left: 6px solid var(--yellow-400);
  border-radius: 14px;
  background: #ffffff;
  padding: clamp(18px, 3vw, 28px);
  box-shadow: 0 7px 18px rgba(11, 53, 19, 0.08);
}

.cac-statement h2 {
  margin: 4px 0 0;
  max-width: 18ch;
  color: var(--green-950);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 5vw, 3.3rem);
  line-height: 0.98;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cac-statement p:last-child {
  margin: 12px 0 0;
  max-width: 78ch;
  color: #294331;
  font-size: 1.04rem;
  line-height: 1.58;
}

.cac-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cac-card,
.cac-band,
.cac-proof {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 7px 18px rgba(11, 53, 19, 0.08);
}

.cac-card {
  padding: 18px;
}

.cac-card-lead {
  border-top: 5px solid var(--yellow-400);
}

.cac-card h2,
.cac-band h2,
.cac-proof h2 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.02;
}

.cac-card p,
.cac-proof p {
  color: #294331;
}

.cac-band,
.cac-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 18px;
  align-items: center;
  padding: clamp(16px, 3vw, 24px);
}

.cac-list {
  margin: 0;
  padding-left: 20px;
  color: #294331;
}

.cac-list li + li {
  margin-top: 8px;
}

.cac-band-dark {
  background: linear-gradient(130deg, #0c2f57 0%, #145a24 100%);
  color: #ffffff;
}

.cac-band-dark h2 {
  color: #ffffff;
}

.cac-band-dark .cac-list {
  color: #edf8f0;
}

.cac-band-dark .step-badge {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

.cac-proof {
  background: linear-gradient(115deg, #fffde9 0%, #ffffff 55%, #eef9f8 100%);
}

.cac-proof .btn {
  justify-self: end;
  min-width: 180px;
}

@media (max-width: 760px) {
  .donate-panel,
  .progress-card,
  .cac-hero,
  .cac-grid,
  .cac-band,
  .cac-proof {
    grid-template-columns: 1fr;
  }

  .cac-proof .btn {
    justify-self: stretch;
  }
}
