:root {
  --black: #111315;
  --turquoise: #25595d;
  --aqua: #50a788;
  --green: #76d88f;
  --cream: #f1ecdd;
  --peach: #eaa580;
  --white: #ffffff;
  --ink: #172020;
  --muted: #5c6866;
  --line: rgba(37, 89, 93, 0.18);
  --panel: rgba(255, 255, 255, 0.64);
  --deep: linear-gradient(135deg, #111315 0%, #25595d 100%);
  --brand-gradient: linear-gradient(135deg, #25595d 0%, #50a788 100%);
  --surface-gradient: linear-gradient(135deg, #50a788 0%, #76d88f 100%);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid rgba(80, 167, 136, 0.48);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 20;
  transform: translateY(-160%);
  padding: 8px 12px;
  background: var(--black);
  color: var(--white);
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(37, 89, 93, 0.12);
  background: rgba(241, 236, 221, 0.92);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.brand img {
  width: 150px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 2.4vw, 28px);
  color: var(--turquoise);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links a {
  text-decoration: none;
}

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

.nav-cta {
  padding: 9px 14px;
  border: 1px solid rgba(37, 89, 93, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
}

.hero {
  position: relative;
  min-height: min(700px, calc(100svh - 130px));
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(17, 19, 21, 0.98) 0%, rgba(17, 19, 21, 0.92) 40%, rgba(37, 89, 93, 0.92) 100%),
    var(--black);
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 74% 30%, rgba(80, 167, 136, 0.18), transparent 30%),
    radial-gradient(circle at 58% 36%, rgba(234, 165, 128, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(17, 19, 21, 0.98) 0%, rgba(20, 39, 41, 0.96) 50%, rgba(37, 89, 93, 0.86) 100%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(17, 19, 21, 0.98) 0%, rgba(17, 19, 21, 0.94) 29%, rgba(17, 19, 21, 0.76) 47%, rgba(17, 19, 21, 0.28) 69%, rgba(17, 19, 21, 0.06) 100%),
    linear-gradient(180deg, rgba(17, 19, 21, 0.18) 0%, transparent 28%, rgba(17, 19, 21, 0.2) 100%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  width: min(1160px, calc(100% - 40px));
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(54px, 8vw, 86px) 0 clamp(42px, 6vw, 62px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.88fr);
  gap: clamp(32px, 6vw, 74px);
  align-items: center;
}

.hero-grid::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: min(58vw, 700px);
  background: linear-gradient(90deg, rgba(17, 19, 21, 0.98) 0%, rgba(17, 19, 21, 0.92) 64%, rgba(17, 19, 21, 0) 100%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

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

h1,
h2,
h3,
.display {
  font-family: Archivo, Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(52px, 8.4vw, 96px);
  line-height: 0.94;
}

.highlight {
  color: var(--aqua);
}

.hero-lede {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.48;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.proof-row li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(80, 167, 136, 0.32);
  border-radius: 999px;
  background: rgba(80, 167, 136, 0.13);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 750;
}

.proof-row li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--aqua);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  border-color: transparent;
  background: var(--brand-gradient);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.08);
}

.hero-stage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-data-canvas {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

.section {
  padding: clamp(62px, 9vw, 108px) 0;
}

.hero + .section {
  padding-top: clamp(20px, 5vw, 52px);
}

.section.compact {
  padding: clamp(46px, 7vw, 76px) 0;
}

.section.deep {
  color: var(--white);
  background: var(--turquoise);
}

.section.surface {
  background: rgba(255, 255, 255, 0.35);
}

.quote-section {
  padding: clamp(46px, 7vw, 78px) 0;
  background: var(--turquoise);
  color: var(--white);
}

.quote-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 38px);
  align-items: center;
  padding: clamp(26px, 5vw, 44px);
  border: 1px solid rgba(241, 236, 221, 0.18);
  border-radius: 8px;
  background: rgba(17, 19, 21, 0.14);
}

.quote-card img {
  width: auto;
  height: 112px !important;
  max-width: 86px;
  object-fit: contain;
}

.quote-card blockquote {
  margin: 0;
  font-family: Archivo, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(28px, 4.8vw, 54px);
  font-weight: 750;
  line-height: 1.04;
  letter-spacing: 0;
}

.governance-lead {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(460px, 1.18fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
  margin-bottom: 34px;
}

.governance-lead .section-head {
  margin-bottom: 0;
}

.video-slot {
  position: relative;
  min-width: 0;
  margin: 0;
}

.video-slot__frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(241, 236, 221, 0.22);
  border-radius: 6px;
  background: linear-gradient(135deg, var(--ink) 0%, var(--turquoise) 100%);
}

.video-slot__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

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

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1;
}

.deep h2,
.deep h3 {
  color: var(--white);
}

.section-head p,
.body-large {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 20px);
}

.deep .section-head p,
.deep .body-large {
  color: rgba(255, 255, 255, 0.76);
}

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

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

.grid.four {
  grid-template-columns: repeat(4, 1fr);
}

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

.card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 14px 44px rgba(37, 89, 93, 0.07);
}

.deep .card {
  border-color: rgba(241, 236, 221, 0.18);
  background: rgba(17, 19, 21, 0.16);
  box-shadow: none;
}

.card h2,
.card h3 {
  margin: 0;
  color: var(--turquoise);
  font-size: 22px;
  line-height: 1.16;
}

.deep .card h2,
.deep .card h3 {
  color: var(--white);
}

.card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.deep .card p {
  color: rgba(255, 255, 255, 0.72);
}

.numbered {
  counter-reset: steps;
}

.numbered .card {
  position: relative;
  padding-top: 58px;
}

.numbered .card::before {
  counter-increment: steps;
  content: "0" counter(steps);
  position: absolute;
  left: 24px;
  top: 22px;
  color: var(--peach);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.split {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(34px, 7vw, 84px);
  align-items: start;
}

.product-list {
  display: grid;
  gap: 12px;
}

.product {
  overflow: hidden;
  border: 1px solid rgba(37, 89, 93, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 14px 34px rgba(37, 89, 93, 0.05);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.product.is-open {
  border-color: rgba(80, 167, 136, 0.5);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 18px 42px rgba(37, 89, 93, 0.08);
}

.product h3 {
  margin: 0;
}

.product-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 6px 18px;
  align-items: center;
  padding: 20px 18px;
  border: 0;
  background: transparent;
  color: var(--black);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.product-trigger:hover {
  background: rgba(80, 167, 136, 0.06);
}

.product-trigger:focus-visible {
  outline: 3px solid rgba(80, 167, 136, 0.44);
  outline-offset: -3px;
}

.product-title {
  min-width: 0;
  font-family: Archivo, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 760;
  line-height: 1.05;
}

.product-trigger .tagline {
  min-width: 0;
  grid-column: 1;
  color: var(--turquoise);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.accordion-mark {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(37, 89, 93, 0.24);
  border-radius: 999px;
  background: rgba(241, 236, 221, 0.7);
}

.accordion-mark::before,
.accordion-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--turquoise);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

.accordion-mark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.product.is-open .accordion-mark {
  border-color: rgba(80, 167, 136, 0.44);
  background: rgba(80, 167, 136, 0.12);
}

.product.is-open .accordion-mark::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.product-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 220ms ease, opacity 180ms ease;
}

.product.is-open .product-panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

.product-panel-inner {
  min-height: 0;
  overflow: hidden;
}

.product-panel p {
  max-width: 560px;
  margin: 0;
  padding: 0 70px 0 18px;
  color: var(--muted);
}

.product.is-open .product-panel p {
  padding-bottom: 20px;
}

.route-note {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(80, 167, 136, 0.12);
  color: var(--turquoise);
  font-size: 13px;
  font-weight: 800;
}

.funding-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(24px, 5vw, 72px);
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid var(--line);
}

.funding-list li {
  position: relative;
  padding: 16px 0 16px 20px;
  border-top: 1px solid var(--line);
  color: var(--turquoise);
  font-weight: 750;
}

.funding-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aqua);
  transform: translateY(-50%);
}

.site-footer {
  padding: 38px 0;
  color: rgba(255, 255, 255, 0.78);
  background: var(--black);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.footer-grid img {
  width: min(240px, 72vw);
  height: auto !important;
  max-height: 110px;
  object-fit: contain;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

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

.page-hero {
  padding: clamp(72px, 11vw, 132px) 0 clamp(52px, 7vw, 86px);
  color: var(--white);
  background: var(--deep);
}

.page-hero h1 {
  max-width: 980px;
}

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

.legal-content {
  max-width: 860px;
}

.legal-content h2 {
  margin-top: 36px;
  font-size: 28px;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

@media (max-width: 940px) {
  .nav-wrap {
    align-items: flex-start;
    padding: 18px 0;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-x: visible;
    padding-bottom: 4px;
  }

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

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding: clamp(56px, 9vw, 78px) 0 clamp(40px, 7vw, 60px);
  }

  .grid.three,
  .grid.four,
  .grid.two {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 940px) {
  .governance-lead {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    display: none;
  }
}

@media (max-width: 640px) {
  .wrap,
  .nav-wrap,
  .hero-grid {
    width: min(100% - 28px, 1160px);
  }

  .brand img {
    width: 132px;
  }

  .nav-links {
    gap: 12px;
    font-size: 12px;
  }

  .nav-links a {
    white-space: nowrap;
  }

  h1 {
    font-size: clamp(44px, 14vw, 60px);
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    mask-image: none;
    opacity: 0.62;
  }

  .hero-grid {
    position: relative;
    display: block;
    padding: 42px 0 34px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero + .section {
    padding-top: 8px;
  }

  .hero .eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .hero-lede {
    margin-top: 18px;
    font-size: 16px;
  }

  .cta-row {
    margin-top: 28px;
  }

  .grid.three,
  .grid.four,
  .grid.two {
    grid-template-columns: 1fr;
  }

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

  .card {
    padding: 20px;
  }

  .product-trigger {
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 6px 14px;
    padding: 17px 15px;
  }

  .product-title {
    font-size: 22px;
  }

  .accordion-mark {
    width: 30px;
    height: 30px;
  }

  .product-panel p {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

/* Contact page */
.contact-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.contact-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(46vw, 620px);
  aspect-ratio: 1;
  right: -10%;
  top: 50%;
  border: 1px solid rgba(80, 167, 136, 0.25);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 38%, rgba(234, 165, 128, 0.17), transparent 18%),
    radial-gradient(circle, rgba(80, 167, 136, 0.2), transparent 66%);
  transform: translateY(-50%);
}

.contact-hero-note {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
}

.contact-section {
  padding-top: clamp(48px, 7vw, 84px);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.contact-form-shell,
.contact-aside {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 14px 44px rgba(37, 89, 93, 0.07);
}

.contact-form-shell {
  padding: clamp(24px, 4vw, 48px);
}

.contact-form-shell .section-head {
  margin-bottom: 30px;
}

.contact-form-shell .section-head h2 {
  font-size: clamp(36px, 5vw, 58px);
}

.contact-form {
  display: grid;
  gap: 26px;
}

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

.form-field {
  min-width: 0;
}

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

.form-field label,
.checkbox-group legend {
  display: block;
  margin-bottom: 8px;
  color: var(--turquoise);
  font-weight: 800;
}

.form-field input,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid rgba(37, 89, 93, 0.28);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  font: inherit;
  line-height: 1.45;
}

.form-field textarea {
  min-height: 132px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #697472;
  opacity: 1;
}

.form-field input:hover,
.form-field textarea:hover {
  border-color: rgba(37, 89, 93, 0.52);
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--aqua);
  outline: 3px solid rgba(80, 167, 136, 0.25);
  outline-offset: 1px;
}

.form-field input[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
  border-color: #9d3128;
  box-shadow: 0 0 0 1px #9d3128;
}

.field-error {
  display: block;
  min-height: 1.35em;
  margin-top: 6px;
  color: #85291f;
  font-size: 13px;
  font-weight: 750;
}

.field-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 12px;
}

.field-meta .field-error {
  flex: 1;
}

.checkbox-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.checkbox-group legend span,
.preparation-details summary span {
  color: var(--muted);
  font-weight: 500;
}

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

.checkbox-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 11px 14px;
  border: 1px solid rgba(37, 89, 93, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--turquoise);
  font-weight: 750;
  cursor: pointer;
}

.checkbox-options label:has(input:checked) {
  border-color: var(--aqua);
  background: rgba(80, 167, 136, 0.14);
}

.checkbox-options input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--turquoise);
}

.preparation-details {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.preparation-details summary {
  padding: 18px 32px 18px 0;
  color: var(--turquoise);
  font-weight: 800;
  cursor: pointer;
}

.preparation-details[open] summary {
  margin-bottom: 4px;
}

.preparation-details .form-field {
  padding-bottom: 20px;
}

.sensitive-data-notice {
  padding: 16px 18px;
  border-left: 4px solid var(--peach);
  border-radius: 0 8px 8px 0;
  background: rgba(234, 165, 128, 0.13);
}

.sensitive-data-notice strong {
  color: var(--black);
}

.sensitive-data-notice p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.sensitive-data-notice a {
  color: var(--turquoise);
  font-weight: 750;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.form-actions {
  display: flex;
  gap: 18px;
  align-items: center;
}

.form-actions p {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.contact-submit {
  flex: 0 0 auto;
  border: 0;
  background: var(--brand-gradient);
  font: inherit;
  cursor: pointer;
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.66;
}

.form-alert {
  padding: 15px 17px;
  border-radius: 8px;
  font-weight: 700;
}

.form-alert[hidden] {
  display: none;
}

.form-alert a {
  font-weight: 850;
}

.noscript-notice {
  margin: 0;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--turquoise);
  background: rgba(255, 255, 255, 0.62);
}

.form-alert-error {
  border: 1px solid rgba(157, 49, 40, 0.4);
  color: #70231c;
  background: rgba(157, 49, 40, 0.08);
}

.form-alert-error ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

.form-alert-success {
  border: 1px solid rgba(80, 167, 136, 0.46);
  color: var(--turquoise);
  background: rgba(80, 167, 136, 0.13);
}

.preview-mode-note {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.contact-aside {
  position: sticky;
  top: 104px;
  padding: 26px;
  color: var(--white);
  background: var(--turquoise);
}

.contact-aside h2 {
  color: var(--white);
  font-size: clamp(30px, 3.5vw, 42px);
}

.contact-aside dl {
  display: grid;
  gap: 20px;
  margin: 28px 0 0;
}

.contact-aside dl div {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-aside dt {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-aside dd {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
}

.contact-aside a {
  font-weight: 800;
  text-underline-offset: 3px;
}

.contact-use-cases {
  background: rgba(255, 255, 255, 0.34);
}

@media (max-width: 940px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-aside {
    position: static;
  }

}

@media (max-width: 640px) {
  .contact-hero::after {
    right: -36%;
    width: 92vw;
  }

  .contact-form-shell,
  .contact-aside {
    padding: 20px;
  }

  .form-grid,
  .checkbox-options {
    grid-template-columns: 1fr;
  }

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

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-submit {
    width: 100%;
  }
}

@media (forced-colors: active) {
  .checkbox-options label:has(input:checked),
  .contact-submit,
  .form-alert,
  .sensitive-data-notice {
    border: 2px solid CanvasText;
  }
}
