:root {
  --blue-950: #001f52;
  --blue-900: #00245c;
  --blue-700: #0057e7;
  --blue-100: #eaf2ff;
  --gold: #ffdc7d;
  --ink: #12264a;
  --muted: #546174;
  --line: #d8dee8;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --soft-2: #edf1f6;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

img {
  display: block;
  max-width: 100%;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon-sprite symbol,
.meta-icon,
.meta-icon *,
.footer-icon,
.footer-icon * {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3px;
  vector-effect: non-scaling-stroke;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(24px, 5vw, 72px);
  background: rgba(248, 250, 253, 0.98);
  border-bottom: 1px solid rgba(0, 31, 82, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-950);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 23px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark {
  width: 10px;
  height: 24px;
  background: var(--gold);
  clip-path: polygon(50% 0, 100% 38%, 100% 100%, 0 100%, 0 38%);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  color: #3f4960;
  font-size: 13px;
  font-weight: 700;
}

.site-nav a {
  padding: 10px 0;
  border-bottom: 3px solid transparent;
}

.site-nav a[aria-current="page"],
.site-nav a:hover {
  color: var(--blue-700);
  border-bottom-color: var(--blue-700);
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--blue-700);
  font-size: 13px;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  color: #ffffff;
  background: var(--blue-900);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 31, 82, 0.58), rgba(0, 31, 82, 0.18) 58%, rgba(0, 31, 82, 0.08)),
    linear-gradient(0deg, rgba(0, 31, 82, 0.12), rgba(255, 255, 255, 0.28));
}

.hero-content {
  position: relative;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 88px 0 72px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-700);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffffff;
  opacity: 0.88;
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(46px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.08;
}

.hero h1 span {
  color: var(--gold);
}

.hero p:not(.eyebrow) {
  max-width: 600px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
}

.button-primary {
  color: var(--blue-950);
  background: var(--gold);
}

.button-secondary {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
}

.section {
  padding: 78px clamp(24px, 5vw, 72px);
}

.section-heading {
  width: min(1320px, 100%);
  margin: 0 auto 44px;
}

.section-heading.centered {
  text-align: center;
}

.section-heading.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.section-heading h2,
.action h2 {
  margin: 0;
  color: var(--blue-950);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.12;
}

.section-heading p {
  max-width: 880px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 16px;
}

.foundation {
  background: var(--soft);
}

.foundation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.pillar {
  text-align: center;
}

.pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 20px;
  border-radius: 14px;
  color: #181d20;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 31, 82, 0.06);
}

.pillar-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
  stroke: none;
}

.pillar-icon svg.pillar-line-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pillar-icon svg.build-icon {
  width: 28px;
  height: 28px;
}

.pillar-icon svg.bulb-icon {
  width: 25px;
  height: 25px;
}

.pillar h3,
.event-card h3,
.leader-card h3,
.upcoming-card h3 {
  margin: 0;
  color: var(--blue-950);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  line-height: 1.15;
}

.pillar h3 {
  font-size: 25px;
}

.pillar p {
  max-width: 270px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 14px;
}

.events,
.action {
  background: var(--soft-2);
}

.text-link {
  color: var(--blue-700);
  font-size: 14px;
  font-weight: 800;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.event-card {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
}

.event-image {
  position: relative;
  aspect-ratio: 1.7;
  overflow: hidden;
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-image span {
  position: absolute;
  top: 9px;
  right: 9px;
  padding: 5px 9px;
  border-radius: 4px;
  color: #ffffff;
  background: var(--blue-950);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 800;
}

.event-card h3 {
  margin: 22px 22px 0;
  font-size: 17px;
  font-weight: 600;
}

.event-card p {
  margin: 10px 22px 28px;
  color: var(--muted);
  font-size: 13px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 64px clamp(24px, 5vw, 72px);
  color: #ffffff;
  background: var(--blue-950);
  text-align: center;
}

.stats div::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 14px;
  border: 4px solid var(--gold);
  border-radius: 50%;
}

.stats strong {
  display: block;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(48px, 6vw, 68px);
  font-weight: 800;
  line-height: 0.95;
}

.stats span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.leadership {
  background: var(--soft);
}

.leader-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 58px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.leader-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: start;
  gap: 36px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
}

.leader-card:nth-child(2) {
  min-height: 0;
}

.leader-card img {
  width: 150px;
  height: 150px;
  border: 5px solid var(--blue-700);
  border-radius: 999px;
  object-fit: cover;
  background: var(--blue-100);
}

.leader-card:nth-child(2) img {
  object-position: center 22%;
}

.leader-card h3 {
  font-size: 18px;
  font-weight: 700;
}

.leader-card p {
  margin: 16px 0 0;
  color: #344052;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.leader-title {
  margin-top: 4px !important;
  color: var(--blue-700) !important;
  font-size: 20px !important;
  font-weight: 800;
  line-height: 1.25;
}

.action-layout {
  display: grid;
  grid-template-columns: 0.95fr 2fr;
  gap: 52px;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.action h2 {
  margin-bottom: 30px;
}

.upcoming-grid {
  display: grid;
  gap: 24px;
}

.upcoming-card {
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 126px;
  padding: 22px;
  border-radius: 8px;
  background: #ffffff;
}

.date-block {
  display: grid;
  place-items: center;
  width: 64px;
  height: 72px;
  color: #ffffff;
  background: var(--blue-700);
  border-radius: 7px;
  text-transform: uppercase;
}

.date-block span {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 800;
}

.date-block strong {
  font-size: 25px;
  line-height: 1;
}

.upcoming-card h3 {
  font-size: 16px;
  font-weight: 600;
}

.upcoming-card p {
  margin: 4px 0 8px;
  color: var(--muted);
  font-size: 12px;
}

.upcoming-card a {
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 800;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 230px;
  gap: 24px;
}

.gallery img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.gallery img:nth-child(2) {
  grid-row: span 1;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  gap: 52px;
  padding: 62px clamp(24px, 5vw, 72px);
  color: #ffffff;
  background: var(--blue-950);
}

.footer-brand {
  color: #ffffff;
}

.site-footer h2 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.footer-social {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.footer-social a {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  border: 1px solid rgba(255, 220, 125, 0.58);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 220, 125, 0.06);
}

.footer-social a:hover {
  border-color: rgba(255, 220, 125, 0.85);
  background: rgba(255, 220, 125, 0.12);
}

.footer-icon {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.footer-contact-line {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.footer-contact-line .footer-icon {
  color: var(--gold);
  flex: 0 0 18px;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 28px;
    overflow-x: auto;
  }

  .foundation-grid,
  .event-grid,
  .stats,
  .leader-grid,
  .action-layout,
  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header,
  .foundation-grid,
  .event-grid,
  .stats,
  .leader-grid,
  .action-layout,
  .gallery,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .header-cta {
    justify-self: start;
  }

  .hero {
    min-height: 620px;
  }

  .hero-content {
    width: min(100% - 36px, 1320px);
    padding: 68px 0;
  }

  .button {
    width: 100%;
  }

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

  .leader-card:nth-child(2) {
    min-height: 0;
  }

  .gallery {
    grid-auto-rows: 220px;
  }

  .gallery img:nth-child(2) {
    grid-row: span 1;
  }
}

.events-page {
  padding: 64px clamp(24px, 5vw, 72px) 92px;
  background: var(--soft);
}

.events-hero {
  width: min(980px, 100%);
  margin: 0 auto 72px;
  text-align: center;
}

.events-hero h1 {
  margin: 0;
  color: var(--blue-950);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(48px, 5.4vw, 68px);
  font-weight: 800;
  line-height: 1;
}

.events-hero p:not(.eyebrow) {
  margin: 26px auto 0;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.45;
}

.featured-event {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: min(1488px, 100%);
  margin: 0 auto 72px;
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
}

.featured-image {
  position: relative;
  min-height: 0;
  aspect-ratio: 1.34;
}

.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-image span {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 11px 20px;
  border-radius: 6px;
  color: #ffffff;
  background: var(--blue-700);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 4.8vw, 58px);
}

.event-date {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 34px;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.featured-copy h2 {
  margin: 0;
  color: var(--blue-950);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(34px, 3vw, 44px);
  line-height: 1.1;
}

.featured-copy > p:not(.event-date) {
  margin: 24px 0 32px;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.5;
}

.event-meta {
  display: grid;
  gap: 18px;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
  color: #2f3949;
  font-size: 17px;
}

.event-meta li,
.listing-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.event-meta li::before,
.listing-copy li::before {
  content: none !important;
  display: none !important;
}

.meta-icon {
  display: block;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
}

.event-date .meta-icon,
.event-meta .meta-icon {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
  color: var(--blue-700);
}

.listing-copy .meta-icon {
  color: #535a65 !important;
}

.featured-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.featured-actions .button {
  min-width: 220px;
  min-height: 62px;
  border-radius: 999px;
  font-size: 16px;
}

.button-primary-blue {
  color: #ffffff;
  background: var(--blue-700);
}

.outline-button {
  color: var(--blue-950);
  border: 3px solid var(--blue-950);
  background: #ffffff;
}

.event-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1320px, 100%);
  margin: 0 auto 36px;
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #e8ecf2;
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.filter-group span {
  margin-right: 10px;
  color: var(--blue-950);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.filter-group button {
  min-height: 36px;
  padding: 0 22px;
  border: 1px solid #c5ccd8;
  border-radius: 999px;
  color: #5b6575;
  background: #ffffff;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.filter-group button.active {
  color: #ffffff;
  background: var(--blue-950);
  border-color: var(--blue-950);
}

.event-search {
  display: flex;
  align-items: center;
  width: min(280px, 100%);
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #c6ccd7;
  border-radius: 999px;
  background: #ffffff;
}

.event-search span {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 3px solid #687386;
  border-radius: 50%;
}

.event-search span::after {
  content: "";
  display: block;
  width: 8px;
  height: 3px;
  margin: 11px 0 0 10px;
  background: #687386;
  transform: rotate(45deg);
}

.event-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
}

.event-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.listing-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
}

.listing-image {
  position: relative;
  aspect-ratio: 1.65;
  overflow: hidden;
}

.listing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing-date {
  position: absolute;
  left: 18px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 64px;
  height: 72px;
  border-radius: 8px;
  color: var(--blue-950);
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 31, 82, 0.12);
  text-transform: uppercase;
}

.listing-date span {
  color: var(--blue-700);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 800;
}

.listing-date strong {
  font-size: 28px;
  line-height: 1;
}

.listing-copy {
  padding: 30px 26px 34px;
}

.listing-copy h2 {
  margin: 0;
  color: var(--blue-950);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 28px;
  line-height: 1.15;
}

.listing-copy p {
  margin: 16px 0 26px;
  color: var(--muted);
  font-size: 17px;
}

.listing-copy ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #5b6575;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 800;
}

.load-more {
  display: flex;
  justify-content: center;
  width: max-content;
  margin: 54px auto 88px;
  color: var(--blue-700);
  font-size: 18px;
  font-weight: 800;
}

.idea-panel {
  position: relative;
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: clamp(56px, 7vw, 82px) 32px;
  overflow: hidden;
  border-radius: 14px;
  color: #ffffff;
  background: var(--blue-950);
  text-align: center;
}

.idea-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 118px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.idea-panel h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(30px, 3vw, 42px);
}

.idea-panel p {
  max-width: 700px;
  margin: 28px auto 34px;
  color: rgba(163, 186, 237, 0.86);
  font-size: 19px;
}

.idea-panel strong {
  display: block;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .featured-event,
  .event-list {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .events-page {
    padding-inline: 18px;
  }

  .featured-image {
    min-height: 280px;
  }

  .featured-actions .button,
  .event-search {
    width: 100%;
  }
}

.volunteer-page {
  background: var(--soft);
}

.volunteer-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 430px;
  padding: 80px clamp(24px, 5vw, 72px);
  overflow: hidden;
  text-align: center;
  background: linear-gradient(rgba(244, 247, 251, 0.86), rgba(244, 247, 251, 0.92)), url("../images/v166_241.png");
  background-position: center;
  background-size: cover;
}

.volunteer-hero > div {
  width: min(860px, 100%);
}

.volunteer-hero h1 {
  margin: 0;
  color: var(--blue-950);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(54px, 6vw, 76px);
  font-weight: 800;
  line-height: 1;
}

.volunteer-hero p:not(.eyebrow) {
  margin: 26px auto 34px;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.help-section {
  padding: 42px clamp(18px, 2vw, 28px) 28px;
}

.help-section .section-heading {
  margin-bottom: 26px;
}

.help-section .section-heading h2 {
  position: relative;
  display: inline-block;
  font-size: clamp(25px, 2vw, 30px);
}

.help-section .section-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 50px;
  height: 3px;
  border-radius: 999px;
  background: var(--blue-700);
  transform: translateX(-50%);
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(980px, 100%);
  margin: 0 auto;
}

.role-card {
  min-height: 260px;
  padding: 26px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  text-align: left;
}

.role-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 8px;
  color: var(--blue-950);
  background: #dfe9ff;
}

.role-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2px;
}

.role-card h3 {
  margin: 0;
  color: var(--blue-950);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 19px;
  line-height: 1.12;
}

.role-card p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.application-section {
  padding: 42px clamp(18px, 3vw, 40px) 70px;
}

.application-card {
  position: relative;
  width: min(560px, 100%);
  margin: 0 auto;
  padding: 34px 36px 42px;
  border: 1px solid #cbd2dd;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 44px rgba(0, 31, 82, 0.16);
}

.form-heading {
  margin-bottom: 18px;
  text-align: center;
}

.form-heading .eyebrow {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 22px;
  margin: 0;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--blue-700);
  font-size: 9px;
}

.form-heading h2 {
  margin: 0;
  color: var(--blue-950);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 22px;
  line-height: 1.1;
}

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

.volunteer-form label,
.volunteer-form fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
}

.volunteer-form span,
.volunteer-form legend {
  color: var(--blue-950);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.volunteer-form input[type="text"],
.volunteer-form input[type="email"],
.volunteer-form input[type="tel"],
.volunteer-form select {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 6px;
  color: var(--ink);
  background: #eef1f5;
  font: 12px/1.2 Inter, sans-serif;
}

.volunteer-form fieldset {
  grid-column: 1 / -1;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  border: 0;
}

.volunteer-form fieldset legend {
  grid-column: 1 / -1;
  margin-bottom: 4px;
}

.volunteer-form fieldset label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #cbd2dd;
  border-radius: 6px;
  color: var(--muted);
  background: #ffffff;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.volunteer-form input[type="checkbox"] {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  accent-color: var(--blue-700);
}

.volunteer-form .full-width {
  grid-column: 1 / -1;
}

.volunteer-form button {
  min-height: 52px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  text-transform: none;
  box-shadow: 0 9px 18px rgba(0, 86, 225, 0.28);
}

.volunteer-form button.full-width {
  width: 100%;
  justify-content: center;
  gap: 10px;
}

.volunteer-form button span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
}

.submit-icon {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 900px) {
  .role-grid,
  .volunteer-form,
  .volunteer-form fieldset {
    grid-template-columns: 1fr;
  }
}

.about-page {
  background: var(--soft);
}

.about-leadership {
  padding: 92px clamp(24px, 5vw, 72px) 72px;
}

.about-leadership .section-heading {
  margin-bottom: 74px;
}

.about-leadership h1 {
  margin: 0;
  color: var(--blue-950);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.12;
}

.about-founder-card {
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: center;
  gap: 64px;
  width: min(1140px, 100%);
  min-height: 440px;
  margin: 0 auto 72px;
  padding: 46px 64px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 31, 82, 0.06);
}

.about-founder-card img {
  width: 330px;
  height: 330px;
  border: 5px solid var(--blue-700);
  border-radius: 999px;
  object-fit: cover;
  background: var(--blue-100);
}

.about-founder-card:first-of-type img {
  object-position: center 24%;
}

.about-founder-card h2 {
  margin: 0 0 8px;
  color: var(--blue-950);
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.founder-title {
  max-width: 300px;
  margin: 0 0 22px;
  color: var(--blue-700);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.28;
}

.about-founder-card p:not(.founder-title) {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.founder-links {
  display: flex;
  gap: 18px;
  margin-top: 28px;
}

.founder-links a {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: var(--blue-950);
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}

.why-section {
  width: min(850px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 126px;
  text-align: center;
}

.why-section h2 {
  margin: 0 0 24px;
  color: var(--blue-950);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 800;
}

.why-section p {
  margin: 0 auto;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.45;
}

.why-section span {
  display: block;
  width: 58px;
  height: 18px;
  margin: 28px auto;
  border-radius: 999px;
  background: #dce8ff;
}

@media (max-width: 900px) {
  .about-founder-card {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 34px;
  }

  .about-founder-card img {
    width: min(330px, 100%);
    height: auto;
    aspect-ratio: 1;
  }
}

.header-cta[aria-current="page"] {
  color: #ffffff;
  background: var(--blue-700);
}

.register-page {
  padding: 76px clamp(24px, 5vw, 72px) 92px;
  background: var(--soft);
}

.registration-hero {
  width: min(860px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.register-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 26px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--blue-950);
  background: #dfe9ff;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.registration-hero h1 {
  margin: 0;
  color: var(--blue-950);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(54px, 6vw, 76px);
  font-weight: 800;
  line-height: 1;
}

.registration-hero p:not(.register-pill) {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.45;
}

.registration-card {
  position: relative;
  width: min(820px, 100%);
  margin: 0 auto;
  padding: clamp(40px, 5vw, 72px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
}

.coord-label {
  position: absolute;
  top: 22px;
  right: 30px;
  margin: 0;
  color: #d9dee7;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.registration-form {
  display: grid;
  gap: 42px;
}

.registration-form fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0;
  padding: 0;
  border: 0;
}

.registration-form legend {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0 0 2px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cbd2dd;
  color: var(--blue-950);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  line-height: 1.15;
}

.registration-form legend::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 3px solid var(--blue-700);
  border-radius: 50%;
  vertical-align: -2px;
}

.registration-form legend.emergency::before {
  content: "*";
  width: auto;
  height: auto;
  border: 0;
  color: #d21f1f;
  font-size: 34px;
  line-height: 0;
  vertical-align: -8px;
}

.registration-form label,
.interest-field {
  display: grid;
  gap: 9px;
}

.registration-form label span,
.interest-field > span {
  color: #555c68;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.registration-form input[type="text"],
.registration-form input[type="email"],
.registration-form input[type="tel"],
.registration-form select {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 0;
  border-radius: 9px;
  color: var(--ink);
  background: #eef1f5;
  font: inherit;
}

.registration-form input::placeholder {
  color: #7e8795;
}

.registration-form select {
  appearance: auto;
}

.registration-form .full-width {
  grid-column: 1 / -1;
}

.interest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.interest-grid label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 56px;
  padding: 0 14px;
  border: 1px solid #dbe1ea;
  border-radius: 8px;
  color: #4d5563;
  background: #f6f8fb;
  font-size: 16px;
}

.interest-grid input {
  width: 18px;
  height: 18px;
  accent-color: var(--blue-700);
}

.registration-submit {
  display: grid;
  justify-items: center;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid #cbd2dd;
  text-align: center;
}

.registration-submit p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.registration-submit button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 70px;
  min-width: min(430px, 100%);
  padding: 0 34px;
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  background: var(--blue-950);
  box-shadow: 0 10px 20px rgba(0, 31, 82, 0.2);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 760px) {
  .register-page {
    padding-inline: 18px;
  }

  .registration-card {
    padding: 58px 20px 32px;
  }

  .coord-label {
    left: 20px;
    right: auto;
  }

  .registration-form fieldset,
  .interest-grid {
    grid-template-columns: 1fr;
  }
}
