/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .contents {
    display: contents;
  }

  .hidden {
    display: none;
  }
}

:root {
  color-scheme: light;
  color: #14213d;
  --ink: #14213d;
  --muted: #5b6780;
  --blue: #417ae0;
  --line: #dfe5ef;
  --soft: #eef3fa;
  --cream: #f8f6f1;
  background: #f7f9fc;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  color: var(--ink);
  background: #f7f9fc;
  margin: 0;
  line-height: 1.6;
}

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

a:hover {
  color: var(--blue);
}

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

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.shell {
  width: min(1120px, 100% - 48px);
  margin: 0 auto;
}

.skip-link {
  z-index: 10;
  background: var(--ink);
  color: #fff;
  border-radius: 6px;
  padding: 10px 14px;
  position: fixed;
  top: -100px;
  left: 16px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  z-index: 5;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #f7f9fceb;
  border-bottom: 1px solid #dfe5efcc;
  position: sticky;
  top: 0;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  display: flex;
}

.brand {
  color: var(--ink);
  letter-spacing: .08em;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  display: inline-flex;
}

.brand-mark {
  color: #fff;
  background: var(--blue);
  letter-spacing: 0;
  border-radius: 8px;
  place-items: center;
  width: 30px;
  height: 30px;
  font-size: 17px;
  display: inline-grid;
}

.desktop-nav {
  align-items: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.desktop-nav a:not(.nav-cta) {
  color: var(--muted);
}

.desktop-nav a:not(.nav-cta):hover {
  color: var(--ink);
}

.nav-cta {
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  padding: 11px 18px;
}

.nav-cta:hover {
  color: #fff;
  background: var(--blue);
}

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-menu {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  min-width: 230px;
  padding: 12px;
  display: grid;
  position: absolute;
  top: 38px;
  right: 0;
  box-shadow: 0 14px 34px #14213d24;
}

.mobile-menu a {
  padding: 10px;
}

.breadcrumbs {
  color: var(--muted);
  gap: 10px;
  padding-top: 24px;
  font-size: 13px;
  display: flex;
}

.breadcrumbs a:last-child {
  color: var(--ink);
  font-weight: 600;
}

.page-hero, .home-hero {
  padding-top: 94px;
  padding-bottom: 88px;
}

.page-hero {
  max-width: 850px;
  margin-left: max(24px, 50% - 560px);
}

.eyebrow {
  color: var(--blue);
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

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

h1 {
  letter-spacing: -.065em;
  max-width: 900px;
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 7vw, 5.9rem);
  line-height: .98;
}

h2 {
  letter-spacing: -.05em;
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

h3 {
  letter-spacing: -.03em;
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.2;
}

p {
  color: var(--muted);
}

.hero-intro {
  max-width: 720px;
  margin-bottom: 30px;
  font-size: clamp(1.13rem, 2vw, 1.4rem);
  line-height: 1.55;
}

.home-hero {
  grid-template-columns: minmax(0, 1.4fr) minmax(250px, .6fr);
  align-items: end;
  gap: 70px;
  display: grid;
}

.home-hero h1 {
  font-size: clamp(3.1rem, 7vw, 6.25rem);
}

.hero-panel {
  background: var(--ink);
  color: #fff;
  border-radius: 18px;
  padding: 28px;
}

.hero-panel p {
  color: #cbd5e8;
  font-size: 14px;
}

.hero-panel-number {
  color: #9dbcf7;
  letter-spacing: -.08em;
  margin-bottom: 12px;
  font-size: 5rem;
  line-height: .9;
}

.hero-panel-line {
  background: #52617e;
  width: 100%;
  height: 1px;
  margin: 26px 0 20px;
}

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

.button {
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  font-weight: 750;
  display: inline-flex;
}

.button:hover {
  color: #fff;
  background: #2e61c2;
}

.button-secondary {
  border: 1px solid var(--line);
  color: var(--ink);
  background: none;
}

.button-secondary:hover {
  color: var(--ink);
  border-color: var(--blue);
  background: #fff;
}

.button-light {
  color: var(--ink);
  background: #fff;
}

.button-light:hover {
  color: var(--ink);
  background: #e9effa;
}

.text-link, .inline-link {
  color: var(--blue);
  font-weight: 700;
}

.text-link {
  align-items: center;
  gap: 9px;
  display: inline-flex;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section-heading {
  max-width: 730px;
  margin-bottom: 42px;
}

.section-heading h2 {
  margin-bottom: 14px;
}

.section-heading p {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.card-grid {
  gap: 20px;
  display: grid;
}

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

.service-card, .data-card, .person-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  padding: 30px;
}

.service-card {
  flex-direction: column;
  min-height: 300px;
  display: flex;
}

.service-card p {
  max-width: 450px;
}

.service-card .text-link {
  margin-top: auto;
}

.service-card-primary {
  border-color: var(--blue);
  box-shadow: 0 12px 30px #417ae01f;
}

.card-top, .split-heading, .band-inner, .trust-teaser-inner, .status-row, .form-actions {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

.badge, .type-pill {
  color: #234a96;
  letter-spacing: .04em;
  background: #dce9ff;
  border-radius: 999px;
  width: fit-content;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
}

.badge-muted {
  color: #59667d;
  background: #edf0f5;
}

.badge-warning {
  color: #7a5511;
  background: #fff0ca;
}

.card-index {
  color: #94a1b7;
  font-size: 14px;
  font-weight: 800;
}

.band {
  background: var(--blue);
  color: #fff;
}

.band-inner {
  padding-top: 32px;
  padding-bottom: 32px;
}

.band-inner p {
  color: #fff;
  letter-spacing: -.03em;
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 650;
}

.split-heading {
  align-items: end;
  margin-bottom: 40px;
}

.split-heading .section-heading {
  margin-bottom: 0;
}

.stats-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

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

.stat {
  border-top: 2px solid var(--ink);
  padding: 24px 0;
}

.stat strong {
  letter-spacing: -.07em;
  margin-bottom: 3px;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  line-height: 1;
  display: block;
}

.stat span {
  margin-bottom: 12px;
  font-weight: 750;
  display: block;
}

.stat small {
  color: var(--muted);
  font-size: 12px;
  display: block;
}

.trust-teaser {
  background: var(--cream);
}

.trust-teaser-inner {
  align-items: end;
}

.trust-teaser-inner > div {
  max-width: 720px;
}

.trust-teaser h2 {
  margin-bottom: 14px;
}

.trust-teaser p:not(.eyebrow) {
  font-size: 1.1rem;
}

.entity-stack {
  gap: 16px;
  display: grid;
}

.data-card {
  grid-template-columns: minmax(200px, .7fr) minmax(0, 1.3fr);
  gap: 30px;
  display: grid;
}

.card-kicker, .footer-label {
  color: var(--blue);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
}

.detail-list {
  gap: 12px;
  margin: 0;
  display: grid;
}

.detail-list div {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 150px 1fr;
  gap: 10px;
  padding-bottom: 10px;
  display: grid;
}

.detail-list dt {
  color: var(--muted);
  font-size: 13px;
}

.detail-list dd {
  margin: 0;
  font-weight: 600;
}

.scope-note, .evidence-scope {
  border-left: 3px solid var(--blue);
  background: #fff;
  margin: 20px 0 0;
  padding: 17px 20px;
  font-size: .95rem;
}

.table-wrap {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  min-width: 700px;
}

th, td {
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  padding: 16px 18px;
}

th {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}

tr:last-child td {
  border-bottom: 0;
}

.person-card {
  min-height: 240px;
}

.avatar {
  color: #234a96;
  background: #dce9ff;
  border-radius: 50%;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  font-weight: 800;
  display: grid;
}

.license-list {
  border-top: 1px solid var(--line);
  gap: 1px;
  display: grid;
}

.license-item {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1.1fr .9fr;
  gap: 30px;
  padding: 25px 0;
  display: grid;
}

.license-item h3 {
  margin-bottom: 8px;
}

.license-item p {
  margin-bottom: 0;
}

.small-note {
  font-size: 12px;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.feature-item {
  border-top: 2px solid var(--ink);
  padding: 25px 0;
}

.feature-number, .process-list li > span {
  color: var(--blue);
  font-weight: 800;
}

.feature-number {
  margin-bottom: 36px;
  display: block;
}

.process-list {
  gap: 0;
  max-width: 820px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.process-list li {
  border-top: 1px solid #cbd5e5;
  grid-template-columns: 70px 1fr;
  align-items: start;
  gap: 20px;
  padding: 18px 0;
  display: grid;
}

.process-list li:last-child {
  border-bottom: 1px solid #cbd5e5;
}

.process-list p {
  color: var(--ink);
  margin: 0;
  font-size: 1.12rem;
}

.process-list.compact {
  max-width: 420px;
}

.process-list.compact li {
  grid-template-columns: 55px 1fr;
}

.process-layout {
  grid-template-columns: 1fr .8fr;
  align-items: end;
  gap: 80px;
  display: grid;
}

.lead {
  font-size: 1.15rem;
}

.content-narrow {
  max-width: 760px;
}

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

details {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 21px 24px;
}

summary {
  cursor: pointer;
  font-weight: 700;
}

details p {
  margin: 16px 0 0;
}

.cta-panel {
  background: var(--ink);
  color: #fff;
  border-radius: 18px;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  display: flex;
}

.cta-panel p:not(.eyebrow) {
  color: #cbd5e8;
}

.cta-panel h2 {
  margin-bottom: 12px;
}

.trust-layout {
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 70px;
  display: grid;
}

.trust-index {
  align-self: start;
  gap: 10px;
  display: grid;
  position: sticky;
  top: 104px;
}

.trust-index a {
  color: var(--muted);
  font-size: 14px;
}

.trust-index a:hover {
  color: var(--blue);
}

.trust-sections {
  gap: 0;
  display: grid;
}

.trust-section {
  border-bottom: 1px solid var(--line);
  margin-bottom: 60px;
  padding: 0 0 60px;
}

.trust-section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.trust-section .section-heading {
  margin-bottom: 20px;
}

.trust-section .section-heading h2 {
  font-size: 2rem;
}

.check-list {
  color: var(--muted);
  gap: 11px;
  margin: 0 0 20px;
  padding-left: 20px;
  display: grid;
}

.callout {
  color: #795a1d;
  background: #fff3d8;
  border-radius: 8px;
  padding: 16px 18px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .9rem;
}

.status-row {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}

.status-row strong {
  color: #8b671c;
  font-size: 14px;
}

.policy-layout {
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 70px;
  display: grid;
}

.policy-meta {
  background: var(--soft);
  border-radius: 12px;
  align-self: start;
  padding: 24px;
}

.policy-meta .card-kicker:not(:first-child) {
  margin-top: 26px;
}

.policy-meta p:not(.card-kicker) {
  color: var(--ink);
  margin-bottom: 0;
  font-weight: 650;
}

.policy-body {
  gap: 34px;
  display: grid;
}

.policy-body .section-heading {
  margin-bottom: 14px;
}

.policy-body .section-heading h2 {
  font-size: 1.65rem;
}

.not-found {
  min-height: 55vh;
}

.not-found h1 {
  font-size: clamp(3rem, 7vw, 5rem);
}

.contact-layout {
  grid-template-columns: .7fr 1.3fr;
  align-items: start;
  gap: 80px;
  display: grid;
}

.contact-aside h2 {
  font-size: 2.3rem;
}

.contact-form {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  padding: 28px;
}

.topic-picker {
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 24px;
  display: grid;
}

.topic-picker label {
  cursor: pointer;
}

.topic-picker input {
  opacity: 0;
  position: absolute;
}

.topic-picker span {
  border: 1px solid var(--line);
  height: 100%;
  color: var(--muted);
  border-radius: 9px;
  padding: 13px 14px;
  font-size: 14px;
  font-weight: 650;
  display: block;
}

.topic-picker input:checked + span {
  border-color: var(--blue);
  color: #234a96;
  background: #eef4ff;
}

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

.form-grid label {
  color: var(--ink);
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  display: grid;
}

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

.form-grid input, .form-grid textarea, .form-grid select {
  width: 100%;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cbd5e5;
  border-radius: 7px;
  padding: 12px;
}

.form-grid textarea {
  resize: vertical;
}

.privacy-consent {
  color: var(--muted);
  grid-template-columns: 20px 1fr;
  align-items: start;
  font-weight: 500;
  line-height: 1.5;
}

.privacy-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.ai-fields {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  display: grid;
}

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

.form-actions {
  align-items: end;
  margin-top: 24px;
}

.form-actions .small-note {
  max-width: 330px;
  margin: 0;
}

.turnstile-slot {
  min-height: 65px;
  margin-top: 20px;
}

.form-success {
  color: #1f7047;
  background: #e8f7ee;
  border-left: 3px solid #2e9b62;
  margin-top: -45px;
  padding: 17px 20px;
}

.consent-banner {
  z-index: 6;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  align-items: center;
  gap: 22px;
  max-width: 560px;
  padding: 16px 18px;
  display: flex;
  position: fixed;
  bottom: 18px;
  right: 18px;
  box-shadow: 0 14px 34px #14213d29;
}

.consent-banner p {
  margin: 0;
  font-size: 13px;
}

.consent-banner .button-row {
  flex-shrink: 0;
  gap: 8px;
}

.consent-banner .button {
  padding: 9px 13px;
  font-size: 12px;
}

.site-footer {
  background: #e9eef6;
  padding: 70px 0 26px;
}

.footer-grid {
  grid-template-columns: 1.4fr .6fr .7fr;
  gap: 50px;
  padding-bottom: 60px;
  display: grid;
}

.footer-grid > div:not(:first-child) {
  align-content: start;
  gap: 7px;
  display: grid;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-copy {
  max-width: 320px;
  font-size: 14px;
}

.footer-label {
  color: var(--muted);
}

.footer-grid a:not(.brand) {
  font-size: 14px;
}

.footer-bottom {
  color: var(--muted);
  border-top: 1px solid #cbd5e5;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  font-size: 12px;
  display: flex;
}

@media (max-width: 800px) {
  .shell {
    width: min(100% - 36px, 640px);
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .page-hero, .home-hero {
    padding-top: 64px;
    padding-bottom: 62px;
  }

  .page-hero {
    margin-left: auto;
  }

  .home-hero, .process-layout, .contact-layout, .trust-layout, .policy-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 5rem);
  }

  .home-hero h1 {
    font-size: clamp(3rem, 14vw, 5.2rem);
  }

  .hero-panel {
    max-width: 440px;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .card-grid.two, .feature-grid, .faq-grid, .stats-grid, .stats-large {
    grid-template-columns: 1fr;
  }

  .data-card, .license-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .split-heading, .band-inner, .trust-teaser-inner, .cta-panel, .footer-bottom {
    flex-direction: column;
    align-items: start;
  }

  .trust-index {
    position: static;
  }

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

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

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 500px) {
  .topic-picker, .form-grid, .ai-fields {
    grid-template-columns: 1fr;
  }

  .form-grid .full {
    grid-column: auto;
  }

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