:root {
  --navy: #0f172a;
  --teal: #0891b2;
  --soft-blue: #e0f2fe;
  --white: #ffffff;
  --light-gray: #f8fafc;
  --slate: #64748b;
  --amber: #f59e0b;
  --border: #dbe7ef;
  --ink: #172033;
  --muted: #526174;
  --shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
  --shadow-soft: 0 14px 34px rgba(15, 23, 42, 0.08);
  --radius: 8px;
  --section-title: clamp(1.85rem, 2.3vw, 2.3rem);
  --section-copy: 1rem;
  --item-title: 0.96rem;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--white);
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

a,
button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(245, 158, 11, 0.85);
  outline-offset: 3px;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link:focus {
  z-index: 100;
  top: 16px;
  left: 16px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 12px 16px;
  border-radius: var(--radius);
  background: var(--navy);
  color: var(--white);
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(219, 231, 239, 0.78);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  min-height: 78px;
}

.brand,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-logo {
  width: 154px;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
}

.brand-fallback {
  display: none;
}

.brand-logo:not([src]),
.brand-logo[src=""] {
  display: none;
}

.brand-logo:not([src]) + .brand-fallback,
.brand-logo[src=""] + .brand-fallback {
  display: inline-flex;
}

.primary-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.primary-nav a {
  min-height: 38px;
  padding: 10px 12px;
  border-radius: var(--radius);
  color: #263248;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  background: var(--soft-blue);
  color: var(--teal);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--navy);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--teal);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #0891b2, #0e7490);
  box-shadow: 0 12px 28px rgba(8, 145, 178, 0.24);
  color: var(--white);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  transform: translateY(-1px);
}

.button-small {
  min-height: 42px;
  padding: 0 16px;
  font-size: 0.9rem;
}

.button-secondary {
  border-color: var(--border);
  background: var(--white);
  box-shadow: none;
  color: var(--navy);
}

.button-amber {
  border-color: #d97706;
  background: linear-gradient(135deg, var(--amber), #d97706);
  box-shadow: 0 12px 28px rgba(245, 158, 11, 0.28);
  color: var(--navy);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.hero-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 15%, rgba(245, 158, 11, 0.15), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(500px, 1.3fr);
  gap: 18px;
  align-items: center;
  min-height: 500px;
  padding: 42px 0 36px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 460px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy);
  font-family: Poppins, Inter, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.7rem, 5.4vw, 4.95rem);
  line-height: 0.98;
}

.hero-title {
  max-width: none;
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 3.45vw, 3.05rem);
  line-height: 1.08;
}

.hero-title span {
  display: block;
  white-space: nowrap;
}

.text-accent {
  color: var(--teal);
}

h2 {
  margin-bottom: 14px;
  font-size: var(--section-title);
  line-height: 1.12;
}

h3 {
  margin-bottom: 8px;
  font-size: var(--item-title);
  line-height: 1.25;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-intro {
  max-width: 410px;
  margin-bottom: 30px;
  color: #40506a;
  font-size: 1.03rem;
  line-height: 1.65;
}

.hero-visual {
  position: relative;
  justify-self: end;
  width: min(64vw, 760px);
  margin-right: -2vw;
}

.hero-visual img {
  width: 100%;
  height: auto;
  max-height: 560px;
  min-height: 0;
  object-fit: contain;
  filter: drop-shadow(0 30px 42px rgba(15, 23, 42, 0.08));
}

.mission-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--soft-blue);
}

.mission-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px 0;
}

.mission-grid p {
  margin: 0;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 800;
}

.mission-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mission-stats span {
  padding: 9px 12px;
  border: 1px solid rgba(8, 145, 178, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  color: #40506a;
  font-size: 0.9rem;
}

.mission-stats strong {
  color: var(--teal);
}

.section {
  padding: 92px 0;
  scroll-margin-top: 92px;
}

.section-soft {
  background: var(--light-gray);
}

.feature-section {
  padding: 44px 0;
  background:
    linear-gradient(180deg, rgba(224, 242, 254, 0.62), rgba(255, 255, 255, 0.76)),
    var(--light-gray);
}

.section-heading {
  max-width: 740px;
  margin-bottom: 34px;
}

.section-heading p {
  max-width: 650px;
  font-size: var(--section-copy);
}

.feature-heading {
  max-width: 760px;
  margin-bottom: 22px;
}

.feature-heading h2 {
  max-width: 660px;
  font-size: var(--section-title);
}

.example-grid,
.faq-grid,
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.example-card,
.faq-grid article,
.values-grid article,
.highlight-panel,
.apply-form {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.faq-grid article,
.values-grid article,
.highlight-panel {
  padding: 26px;
}

.feature-strip {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(8, 145, 178, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 42px rgba(8, 145, 178, 0.08);
}

.feature-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-item {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 158px;
  padding: 20px 18px 18px;
  text-align: center;
}

.feature-item + .feature-item {
  border-left: 1px solid rgba(8, 145, 178, 0.13);
}

.feature-line-icon {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  color: var(--teal);
}

.feature-line-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.feature-item h3 {
  max-width: 210px;
  margin-bottom: 7px;
  font-size: var(--item-title);
}

.feature-item p {
  max-width: 220px;
  margin-bottom: 0;
  color: #34415a;
  font-size: 0.88rem;
  line-height: 1.5;
}

.impact-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 100%, rgba(224, 242, 254, 0.85), transparent 32%),
    linear-gradient(180deg, var(--white), #f8fcff);
}

.impact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 58px;
  align-items: start;
}

.impact-lead {
  position: relative;
  min-height: 420px;
}

.impact-lead h2 {
  max-width: 540px;
}

.impact-title span {
  display: block;
}

.impact-lead p:not(.eyebrow) {
  max-width: 520px;
  color: #34415a;
  font-size: var(--section-copy);
  line-height: 1.7;
}

.section-rule {
  display: block;
  width: 44px;
  height: 3px;
  margin: 18px 0 18px;
  border-radius: 999px;
  background: var(--teal);
}

.impact-copy p {
  font-size: var(--section-copy);
  line-height: 1.75;
}

.impact-panel {
  margin-top: 30px;
  padding: 24px 26px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.impact-panel h3 {
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.impact-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.impact-list li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 72px;
  padding: 13px 0;
  color: #34415a;
  font-size: 0.98rem;
  line-height: 1.45;
}

.impact-list li + li {
  border-top: 1px solid var(--border);
}

.impact-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--soft-blue);
  color: var(--teal);
}

.impact-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.about-skyline {
  display: block;
  width: min(100%, 560px);
  margin-top: 34px;
  opacity: 0.8;
  pointer-events: none;
  user-select: none;
}

.impact-copy p:nth-of-type(2),
.example-card p:last-child,
.highlight-panel p:last-child {
  margin-bottom: 0;
}

.example-card {
  overflow: hidden;
  padding: 16px;
}

.example-card h2,
.example-card h3 {
  margin-top: 4px;
}

.example-preview {
  display: grid;
  place-items: end start;
  min-height: 170px;
  margin-bottom: 20px;
  padding: 18px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(8, 145, 178, 0.86), rgba(15, 23, 42, 0.9)),
    linear-gradient(45deg, transparent 49%, rgba(255, 255, 255, 0.14) 50%, transparent 51%);
  color: var(--white);
}

.example-preview-live {
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.88), rgba(8, 145, 178, 0.82)),
    var(--navy);
}

.example-preview-warm {
  background:
    linear-gradient(135deg, rgba(245, 158, 11, 0.92), rgba(8, 145, 178, 0.8)),
    var(--amber);
}

.example-preview span {
  font-weight: 900;
}

.example-grid-large .example-card {
  min-height: 100%;
}

.card-kicker {
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  color: var(--teal);
  font-weight: 900;
  text-decoration: none;
}

.text-link:hover {
  color: var(--navy);
}

.upgrade-band,
.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(8, 145, 178, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(224, 242, 254, 0.9), rgba(255, 255, 255, 0.96)),
    var(--white);
  box-shadow: var(--shadow-soft);
}

.upgrade-band h2 {
  max-width: none;
  font-size: var(--section-title);
  line-height: 1.12;
  white-space: nowrap;
}

.upgrade-band p,
.final-cta-inner p,
.footer-brand p,
.footer-column p,
.footer-bottom p {
  margin-bottom: 0;
}

.final-cta {
  padding: 86px 0;
  background: var(--navy);
}

.final-cta-inner {
  background:
    radial-gradient(circle at 84% 20%, rgba(245, 158, 11, 0.26), transparent 28%),
    linear-gradient(135deg, #0f172a, #12304d);
  border-color: rgba(224, 242, 254, 0.18);
}

.final-cta h2,
.final-cta .eyebrow {
  color: var(--white);
}

.final-cta p {
  color: #bae6fd;
}

.page-hero {
  padding: 48px 0 38px;
  background:
    radial-gradient(circle at 80% 18%, rgba(8, 145, 178, 0.14), transparent 26%),
    linear-gradient(180deg, #ffffff, #f7fcff);
  border-bottom: 1px solid var(--border);
}

.page-hero-inner {
  max-width: 760px;
}

.page-hero h1 {
  max-width: 720px;
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 2.45vw, 2.35rem);
  line-height: 1.08;
}

.page-hero p {
  max-width: 680px;
  margin-bottom: 0;
  font-size: 0.98rem;
}

.support-section {
  padding: 56px 0 72px;
}

.support-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 34px;
  align-items: stretch;
  max-width: 980px;
  padding: 34px;
  border: 1px solid rgba(8, 145, 178, 0.18);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.support-copy {
  display: flex;
  flex-direction: column;
  padding-top: 6px;
}

.support-card h2 {
  max-width: 620px;
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.14;
}

.support-card p {
  max-width: 620px;
}

.support-illustration {
  width: 100%;
  margin-top: auto;
  padding-top: 28px;
  border-radius: var(--radius);
}

.support-widget {
  padding-left: 28px;
  border-left: 1px solid var(--border);
}

.support-widget iframe {
  display: block;
  width: 100%;
  height: 620px;
  margin: 0 auto;
  border: 0;
  border-radius: var(--radius);
  background: var(--white);
}

.support-fallback {
  margin-top: 14px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

.support-fallback a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: none;
}

.support-fallback a:hover {
  color: var(--navy);
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  align-items: start;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.timeline-item span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
}

.timeline-item h2 {
  margin-bottom: 8px;
  font-size: 1.45rem;
}

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

.checklist-grid span {
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--navy);
  font-weight: 800;
}

.highlight-panel {
  max-width: 940px;
}

.form-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(224, 242, 254, 0.9), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(245, 158, 11, 0.13), transparent 24%),
    linear-gradient(180deg, #f8fcff, var(--light-gray));
}

.form-shell {
  max-width: 1180px;
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.form-aside {
  position: sticky;
  top: 104px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(8, 145, 178, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 85% 10%, rgba(245, 158, 11, 0.2), transparent 28%),
    linear-gradient(180deg, var(--white), rgba(224, 242, 254, 0.7));
  box-shadow: var(--shadow-soft);
}

.form-aside h2 {
  margin-bottom: 18px;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.form-points {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-points li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}

.form-points span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 900;
}

.form-points p,
.form-note {
  margin: 0;
  color: #34415a;
  font-size: 0.94rem;
  line-height: 1.55;
}

.form-note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(8, 145, 178, 0.16);
}

.apply-form {
  padding: 30px;
  border-color: rgba(8, 145, 178, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    var(--white);
}

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

.field,
.choice-field {
  display: grid;
  gap: 8px;
}

.field {
  position: relative;
}

.field-wide {
  grid-column: 1 / -1;
}

label,
legend {
  color: var(--navy);
  font-weight: 800;
}

label span[aria-hidden="true"],
legend span[aria-hidden="true"] {
  color: #d97706;
}

.field:has([required]) label::after,
.upgrade-options-field legend::after {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.13);
  color: #92400e;
  content: "Required";
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  vertical-align: middle;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbd8e3;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--navy);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input,
select {
  min-height: 48px;
  padding: 0 13px;
}

textarea {
  min-height: 116px;
  resize: vertical;
  padding: 13px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.12);
  outline: none;
}

.field:has([required]) input,
.field:has([required]) textarea {
  border-color: rgba(245, 158, 11, 0.45);
}

.field.is-pending input,
.field.is-pending textarea {
  border-color: rgba(245, 158, 11, 0.72);
  background: #fffbeb;
}

.field.is-valid input,
.field.is-valid textarea {
  border-color: #16a34a;
  background: #f0fdf4;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.1);
}

.field.is-invalid input,
.field.is-invalid textarea {
  border-color: #dc2626;
  background: #fff7f7;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.1);
}

.helper-text {
  margin: 0;
  color: var(--slate);
  font-size: 0.9rem;
  line-height: 1.45;
}

.field-feedback {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 22px;
  margin: 0;
  color: var(--slate);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
  animation: feedback-pop 220ms ease;
}

.field-feedback::before {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #dbeafe;
  color: var(--teal);
  content: "i";
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 900;
}

.field.is-valid .field-feedback {
  color: #166534;
}

.field.is-valid .field-feedback::before {
  background: #dcfce7;
  color: #166534;
  content: "✓";
}

.field.is-invalid .field-feedback {
  color: #991b1b;
}

.field.is-invalid .field-feedback::before {
  background: #fee2e2;
  color: #991b1b;
  content: "!";
}

.field.is-pending .field-feedback {
  color: #92400e;
}

.field.is-pending .field-feedback::before {
  background: #fef3c7;
  color: #92400e;
  content: "…";
}

.field-meter {
  --meter-progress: 0%;
  display: grid;
  gap: 9px;
  padding: 12px;
  border: 1px solid rgba(8, 145, 178, 0.12);
  border-radius: var(--radius);
  background: rgba(248, 250, 252, 0.9);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.meter-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #34415a;
  font-size: 0.86rem;
  font-weight: 800;
}

.meter-top strong {
  color: var(--teal);
}

.meter-track {
  display: block;
  overflow: hidden;
  height: 9px;
  border-radius: 999px;
  background: #e2e8f0;
}

.meter-track span {
  display: block;
  width: var(--meter-progress);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), #22c55e);
  transition: width 220ms ease;
}

.field-meter.is-complete {
  border-color: rgba(22, 163, 74, 0.34);
  background: #f0fdf4;
  animation: complete-pulse 420ms ease;
}

.choice-field {
  margin: 0;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.choice-field label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.choice-field input {
  width: auto;
  min-height: auto;
}

.upgrade-options-field {
  margin: 24px 0 20px;
  padding: 18px;
  border: 1px solid rgba(8, 145, 178, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.upgrade-options-field legend {
  margin-bottom: 6px;
  font-size: 1.08rem;
}

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

.upgrade-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  min-height: 116px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.upgrade-option:hover {
  border-color: rgba(8, 145, 178, 0.45);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
  transform: translateY(-1px);
}

.upgrade-option:has(input:focus-visible) {
  box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.14);
}

.upgrade-option:has(input:checked) {
  border-color: var(--teal);
  background: linear-gradient(180deg, var(--white), rgba(224, 242, 254, 0.58));
  box-shadow: 0 14px 30px rgba(8, 145, 178, 0.09);
}

.upgrade-option input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--teal);
}

.upgrade-option span {
  display: grid;
  gap: 6px;
}

.upgrade-option strong {
  color: var(--navy);
  font-size: 0.98rem;
}

.upgrade-option small {
  color: #4b5a73;
  font-size: 0.9rem;
  line-height: 1.45;
}

.upgrade-options-field.is-valid {
  border-color: rgba(22, 163, 74, 0.36);
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.08);
}

.upgrade-options-field.is-invalid {
  border-color: rgba(220, 38, 38, 0.45);
  background: #fff7f7;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.08);
  animation: field-shake 240ms ease;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  display: none;
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: var(--radius);
  font-weight: 800;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  background: #dcfce7;
  color: #166534;
}

.form-status.is-error {
  background: #fee2e2;
  color: #991b1b;
}

.form-submit {
  margin-top: 24px;
}

@keyframes feedback-pop {
  from {
    opacity: 0;
    transform: translateY(-3px);
  }

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

@keyframes complete-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.01);
  }
}

@keyframes field-shake {
  0%,
  100% {
    transform: translateX(0);
  }

  35% {
    transform: translateX(-4px);
  }

  70% {
    transform: translateX(4px);
  }
}

.site-footer {
  background: var(--navy);
  color: #dbeafe;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.6fr) repeat(3, minmax(140px, 1fr));
  gap: 36px;
  padding: 64px 0 44px;
}

.footer-logo {
  margin-bottom: 18px;
  color: var(--white);
}

.footer-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 56px;
  overflow: visible;
}

.footer-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-tagline {
  color: var(--white);
  font-weight: 900;
}

.footer-brand p,
.footer-column p {
  color: #b9c7dc;
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(224, 242, 254, 0.22);
  border-radius: 999px;
  color: var(--white);
  text-decoration: none;
}

.social-links svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h2 {
  margin-bottom: 4px;
  color: var(--white);
  font-size: 1rem;
}

.footer-column a {
  color: #b9c7dc;
  text-decoration: none;
}

.footer-support {
  width: fit-content;
  margin-top: 6px;
  padding: 8px 10px;
  border: 1px solid rgba(224, 242, 254, 0.22);
  border-radius: var(--radius);
  color: var(--white) !important;
  font-weight: 800;
}

.footer-column a:hover,
.footer-bottom a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid rgba(224, 242, 254, 0.14);
}

.footer-bottom p,
.footer-bottom a {
  color: #93a4bd;
  font-size: 0.92rem;
}

.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-bottom a {
  text-decoration: none;
}

@media (max-width: 1040px) {
  .header-inner {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .primary-nav {
    display: none;
  }

  .site-header.is-open .primary-nav {
    position: fixed;
    inset: 78px 0 auto 0;
    display: grid;
    justify-content: stretch;
    width: 100%;
    padding: 18px 20px 24px;
    border-bottom: 1px solid var(--border);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-header.is-open .primary-nav a {
    min-height: 48px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 46px;
  }

  .hero-visual {
    justify-self: center;
    width: min(100%, 780px);
    margin-right: 0;
  }

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

@media (max-width: 820px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .mission-grid,
  .impact-grid,
  .form-layout,
  .upgrade-band,
  .final-cta-inner,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .mission-grid,
  .footer-bottom {
    align-items: start;
  }

  .upgrade-band h2 {
    white-space: normal;
  }

  .example-grid,
  .faq-grid,
  .values-grid,
  .form-grid,
  .upgrade-options-grid,
  .checklist-grid {
    grid-template-columns: 1fr;
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }

  .feature-item {
    min-height: auto;
  }

  .impact-grid {
    gap: 28px;
  }

  .form-aside {
    position: static;
  }

  .impact-lead {
    min-height: 0;
    padding-bottom: 88px;
  }

  .about-skyline {
    margin-top: 26px;
  }

  .feature-item + .feature-item {
    border-top: 1px solid rgba(8, 145, 178, 0.13);
    border-left: 0;
  }

  .field-wide {
    grid-column: auto;
  }

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

  .support-widget {
    padding-top: 18px;
    padding-left: 0;
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .section {
    padding: 68px 0;
  }

  .page-hero {
    padding: 42px 0 34px;
  }

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

@media (max-width: 560px) {
  .brand-logo {
    width: 136px;
  }

  .header-inner {
    min-height: 70px;
  }

  .site-header.is-open .primary-nav {
    inset: 70px 0 auto 0;
  }

  h1 {
    font-size: 2.5rem;
  }

  .hero-title {
    font-size: clamp(2.05rem, 9.2vw, 2.35rem);
  }

  .hero-grid {
    padding-bottom: 38px;
  }

  .hero-visual img {
    max-height: none;
  }

  .button,
  .button-row {
    width: 100%;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .apply-form {
    padding: 18px;
  }

  .form-aside,
  .upgrade-options-field,
  .support-card {
    padding: 18px;
  }
}
