:root {
  --ink: #101827;
  --muted: #5b6472;
  --paper: #fbfcf8;
  --line: #dfe5ee;
  --green: #004aad;
  --green-dark: #00347a;
  --gold: #f0b429;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle, rgba(23, 59, 115, 0.14) 1px, transparent 1px),
    #ffffff;
  background-size: 22px 22px;
}

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

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(920px, calc(100% - 32px));
  min-height: 58px;
  margin: 14px auto 0;
  padding: 9px 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 74, 173, 0.14);
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(16, 24, 39, 0.08);
  backdrop-filter: blur(14px);
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.nav-links {
  gap: clamp(10px, 2.4vw, 22px);
  font-size: 0.84rem;
  font-weight: 400;
}

.mobile-home-link {
  display: none;
}

.nav-links a {
  color: var(--muted);
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--green-dark);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  color: var(--white);
  background: var(--green);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(30, 111, 85, 0.22);
}

.button:hover {
  background: var(--green-dark);
}

.button-small {
  min-height: 34px;
  padding-inline: 14px;
  font-size: 0.84rem;
  font-weight: 400;
}

.button-large {
  min-height: 54px;
  padding-inline: 30px;
  font-size: 0.98rem;
  font-weight: 400;
}

.button-black {
  background: #111111;
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.16);
}

.button-black:hover {
  background: #000000;
}

.button-outline {
  color: #111111;
  background: #ffffff;
  border: 1px solid #cfd6df;
  box-shadow: none;
}

.button-outline:hover {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}

.dropdown-wrap {
  position: relative;
}

.hero-dropdown {
  display: inline-block;
}

.hero-dropdown .dropdown-form {
  left: 50%;
  right: auto;
  top: calc(100% + 16px);
  text-align: left;
  transform: translateX(-50%);
  border-color: rgba(0, 74, 173, 0.16);
  box-shadow: 0 22px 60px rgba(16, 24, 39, 0.18);
}

.dropdown-form {
  position: absolute;
  z-index: 30;
  top: calc(100% + 12px);
  right: 0;
  display: none;
  width: min(310px, calc(100vw - 36px));
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(18, 32, 28, 0.16);
}

.dropdown-wrap.is-open .dropdown-form {
  display: block;
}

.lead-form {
  display: grid;
  gap: 13px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

input {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
}

textarea {
  width: 100%;
  min-height: 112px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--green);
  outline: 3px solid rgba(30, 111, 85, 0.18);
}

.form-message {
  margin: 12px 0 0;
  color: var(--green-dark);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.hero {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
  text-align: center;
  min-height: calc(100vh - 58px);
  padding: clamp(56px, 8vw, 88px) clamp(18px, 7vw, 88px);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  max-width: 1100px;
  display: grid;
  justify-items: center;
}

.hero-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 18px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(23, 59, 115, 0.2);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1,
h2,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(1.52rem, 3.36vw, 2.84rem);
  line-height: 1.16;
  padding-bottom: 0.08em;
  font-weight: 400;
  background: linear-gradient(90deg, #111111 40%, #004aad 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

h1 span {
  color: inherit;
}

.hero-copy {
  max-width: 460px;
  margin: 18px auto 30px;
  color: var(--muted);
  font-size: clamp(0.9rem, 1.7vw, 1rem);
  line-height: 1.55;
  text-align: center;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 34px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #004aad;
  font-size: 28px;
  transition: color 0.2s ease;
}

.social-links a:hover {
  color: #002f7a;
}

@keyframes pillFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -8px;
  }
}

.feature-pill {
  position: absolute;
  z-index: 2;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(16, 24, 39, 0.08);
  scale: 1;
  animation: pillFloat 3s ease-in-out infinite;
  transition: scale 0.2s ease, background-color 0.2s ease;
}

.feature-pill:hover {
  scale: 1.05;
}

.pill-pink {
  top: 22%;
  left: 10%;
  color: #b42364;
  background: #ffe4ef;
  animation-delay: 0s;
}

.pill-pink:hover {
  background: #ffd1e3;
}

.pill-green {
  top: 56%;
  left: 8%;
  color: #147d52;
  background: #dff8ea;
  animation-delay: 0.4s;
}

.pill-green:hover {
  background: #c9f1d8;
}

.pill-blue {
  top: 21%;
  right: 9%;
  color: #175cd3;
  background: #dbeafe;
  animation-delay: 0.8s;
}

.pill-blue:hover {
  background: #c7ddff;
}

.pill-orange {
  right: 18%;
  bottom: 14%;
  color: #b54708;
  background: #ffead5;
  animation-delay: 1.2s;
}

.pill-orange:hover {
  background: #ffdcc0;
}

.pill-teal {
  left: 26%;
  bottom: 12%;
  color: #0f766e;
  background: #ccfbef;
  animation-delay: 1.6s;
}

.pill-teal:hover {
  background: #b8f4e5;
}

.pill-purple {
  top: 56%;
  right: 7%;
  color: #6941c6;
  background: #ebe9fe;
  animation-delay: 2s;
}

.pill-purple:hover {
  background: #ded9ff;
}

.home-band,
.page-main,
.text-section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.home-band {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 30px;
  align-items: center;
  padding: 56px 0 76px;
}

.home-band h2,
.text-section h2 {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 4vw, 2.5rem);
  line-height: 1.1;
}

.home-band p,
.text-section p,
.page-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.quick-points {
  display: grid;
  gap: 12px;
}

.quick-points span {
  padding: 16px 18px;
  border-left: 5px solid var(--gold);
  background: var(--white);
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(18, 32, 28, 0.08);
}

.page-main {
  padding: clamp(64px, 10vw, 110px) 0 90px;
}

.page-hero {
  max-width: 840px;
  padding-bottom: 54px;
}

.centered-page-hero {
  margin: 0 auto;
  text-align: center;
}

.page-hero h1 {
  margin-bottom: 24px;
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.founders-section {
  padding-top: 56px;
  text-align: center;
  border-top: 1px solid var(--line);
}

.founders-section h2 {
  margin: 0 0 36px;
  color: var(--ink);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 400;
  line-height: 1.1;
}

.founders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.founder-card {
  padding: 2rem 2rem 1.8rem;
  text-align: center;
  background: #e6eef8;
  border-radius: 16px;
}

.founder-headshot {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 1rem auto;
  border: 3px solid #004aad;
  border-radius: 50%;
  object-fit: cover;
}

.founder-card h3 {
  margin: 0 0 0.25rem;
  color: #004aad;
  font-size: 1.2rem;
  font-weight: 800;
}

.founder-name-with-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.founder-program {
  margin: 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.45;
}

.founder-details {
  display: inline-block;
  margin: 0.35rem 0 0.55rem;
  padding-left: 1.1rem;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.45;
  text-align: left;
}

.founder-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #004aad;
  font-size: 18px;
  transition: color 0.2s ease;
}

.founder-link:hover {
  color: #002f7a;
}

.testimonials-section {
  width: min(980px, 100%);
  max-width: 980px;
  margin: 64px auto 0;
  padding-top: 56px;
  text-align: center;
  border-top: 1px solid var(--line);
}

.testimonials-section h2 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 400;
  line-height: 1.1;
}

.testimonials-intro {
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 0.98rem;
}

.testimonials-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.testimonial-column h3 {
  margin: 0 0 14px;
  color: #004aad;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.testimonial-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  text-align: left;
  background: #e6eef8;
  border-radius: 16px;
}

.testimonial-form .button {
  justify-self: center;
  margin-top: 4px;
  font-weight: 400;
}

.testimonial-message {
  margin: 0;
  color: #004aad;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}

.testimonial-list {
  display: grid;
  gap: 14px;
  text-align: left;
}

.testimonial-card {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 74, 173, 0.14);
  border-radius: 14px;
}

.testimonial-card strong {
  display: block;
  margin-bottom: 6px;
  color: #004aad;
}

.testimonial-card p {
  margin: 0;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.6;
}

.text-section {
  padding-top: 44px;
  border-top: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
}

@media (max-width: 760px) {
  .site-header {
    display: none;
  }

  .mobile-home-link {
    position: sticky;
    top: 12px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 12px 0 0 14px;
    color: #004aad;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 74, 173, 0.14);
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(16, 24, 39, 0.1);
    backdrop-filter: blur(14px);
    transition: color 0.2s ease, transform 0.2s ease;
  }

  .mobile-home-link:hover {
    color: #002f7a;
    transform: translateY(-1px);
  }

  .hero {
    min-height: auto;
    padding-top: 84px;
    padding-bottom: 72px;
  }

  .home-band,
  .split,
  .founders-grid,
  .testimonials-layout {
    grid-template-columns: 1fr;
  }

  .feature-pill {
    display: none;
  }
}

@media (max-width: 470px) {
  .brand {
    font-size: 0.95rem;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .dropdown-wrap {
    width: 100%;
  }

  .hero-dropdown {
    width: auto;
  }

  .button-small {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
  }

  .hero-actions .button,
  .hero-dropdown {
    width: 100%;
  }

  .dropdown-form {
    left: 0;
    right: auto;
    width: 100%;
  }

  .hero-dropdown .dropdown-form {
    left: 50%;
    width: min(310px, calc(100vw - 36px));
  }
}
