:root {
  color-scheme: light;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #e8f1fb;
  color: #102a43;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  line-height: 1.6;
  background: #e8f1fb;
}

.page-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 28px 54px;
  background: #ffffff;
  border-radius: 34px;
  box-shadow: 0 35px 90px rgba(15, 35, 72, 0.12);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 28px;
  border-bottom: 1px solid rgba(16, 42, 67, 0.08);
}

.brand {
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #061b36;
  font-size: 1.05rem;
}

.topbar nav a {
  margin-left: 24px;
  text-decoration: none;
  color: #334e68;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}

.topbar nav a:hover {
  color: #0b3d91;
}

.hero {
  display: grid;
  gap: 32px;
  padding: 36px 0 46px;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, 1fr);
  align-items: start;
}

.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #33648f;
  font-size: 0.82rem;
  font-weight: 700;
}

h1 {
  margin: 0;
  font-size: clamp(2.8rem, 3.8vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #081b33;
}

.hero-text {
  max-width: 680px;
  margin: 22px 0 32px;
  color: #2f4155;
  font-size: 1.02rem;
  line-height: 1.8;
}

.hero-cta .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 999px;
  background: #0b3d91;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 18px 36px rgba(11, 61, 145, 0.18);
}

.button.alt {
  background: #0b3d91;
  color: #ffffff;
  border: 1px solid rgba(11, 61, 145, 0.22);
  box-shadow: 0 18px 36px rgba(11, 61, 145, 0.18);
}

.button.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  background: #f4b400;
  color: #102a43;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-note {
  margin: 0;
  color: #25517e;
  font-weight: 600;
  font-size: 0.98rem;
}

.hero-link-card {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 26px;
  background: #f7fbff;
  border: 1px solid rgba(11, 61, 145, 0.12);
  box-shadow: 0 25px 55px rgba(15, 35, 72, 0.08);
}

.link-title {
  margin: 0;
  color: #082145;
  font-weight: 700;
}

.hero-link-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.button-helper {
  margin: 0;
  color: #52799b;
  font-size: 0.95rem;
  line-height: 1.5;
}

.hero-link-pill {
  padding: 15px 20px;
  border-radius: 32px;
  background: #eef4ff;
  color: #0b3d91;
  font-weight: 700;
  letter-spacing: 0.01em;
  word-break: break-all;
  border: 1px solid rgba(11, 61, 145, 0.12);
  margin-top: 4px;
}

.copy-feedback {
  display: inline-block;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  color: #0b3d91;
}

.copy-feedback.visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-card {
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 28px;
  padding: 34px;
  min-height: 440px;
  box-shadow: 0 32px 70px rgba(15, 35, 72, 0.08);
}

.hero-card-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.badge {
  align-self: flex-start;
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  background: #e8f2ff;
  color: #0b3d91;
  font-size: 0.9rem;
  font-weight: 700;
}

.amount {
  font-size: clamp(2.5rem, 3vw, 3.5rem);
  font-weight: 800;
  margin: 0;
  color: #102a43;
}

.hero-card p {
  margin: 0;
  color: #334e68;
}

.hero-card ul {
  margin: 0;
  padding-left: 20px;
  color: #334e68;
}

.hero-card li {
  margin-bottom: 12px;
}

.stats {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 54px 0;
}

.stat-card {
  padding: 30px;
  border-radius: 28px;
  background: #f6f9ff;
  border: 1px solid rgba(11, 61, 145, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.stat-card h2 {
  margin: 0 0 14px;
  font-size: 2.2rem;
  color: #0b3d91;
}

.stat-card p {
  margin: 0;
  color: #627d98;
}


.footer {
  margin-top: 50px;
  text-align: center;
  color: #71839a;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .page-shell {
    padding: 18px 14px 26px;
  }
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .topbar nav a {
    margin-left: 0;
    margin-right: 18px;
    margin-top: 12px;
  }
  h1 {
    font-size: 2rem;
    line-height: 1.08;
  }
  .hero-text {
    font-size: 0.96rem;
    margin-bottom: 18px;
    max-width: 100%;
  }
  .hero-link-card {
    padding: 20px;
    border-radius: 24px;
  }
  .hero-link-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .hero-link-row .button {
    width: 100%;
  }
  .button-helper {
    margin: 0;
  }
  .hero-link-pill {
    font-size: 0.95rem;
  }
  .hero-note {
    margin-top: 12px;
  }
  .hero-card {
    padding: 26px;
  }
  .stats {
    gap: 18px;
  }
}
