/*! 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;
  }
}
/* BKU visual system v2: official brand, editorial photography and evidence-led layouts. */
:root {
  --ink: #11213f;
  --ink-deep: #091832;
  --muted: #56647b;
  --blue: #417ae0;
  --blue-dark: #245cc5;
  --line: #d8e0ec;
  --soft: #edf3fb;
  --cream: #f8f5ee;
  --coral: #ff8a78;
  --paper: #ffffff;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-feature-settings: "kern" 1, "ss01" 1;
}

.shell { width: min(1200px, calc(100% - 64px)); }

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

.site-header {
  background: rgba(255, 255, 255, .94);
  border-bottom-color: rgba(17, 33, 63, .1);
  box-shadow: 0 8px 30px rgba(17, 33, 63, .035);
}

.nav-wrap { min-height: 84px; }

.brand { display: inline-flex; color: var(--ink); line-height: 0; }

.brand img {
  display: block;
  width: auto;
  height: 39px;
  object-fit: contain;
}

.desktop-nav { gap: 30px; font-size: 13px; letter-spacing: .01em; }

.desktop-nav a:not(.nav-cta) {
  position: relative;
  padding: 30px 0;
  color: #46536a;
}

.desktop-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 21px;
  height: 2px;
  background: var(--blue);
  transition: right .2s ease;
}

.desktop-nav a:not(.nav-cta):hover::after { right: 0; }

.nav-cta {
  padding: 12px 19px;
  border-radius: 8px;
  background: var(--blue);
  box-shadow: 0 8px 18px rgba(65, 122, 224, .2);
}

.mobile-nav { padding: 0; border: 0; background: transparent; }
.mobile-nav summary { display: flex; align-items: center; gap: 10px; }
.menu-icon { position: relative; width: 19px; height: 12px; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; }
.menu-icon::after { content: ""; position: absolute; left: 0; right: 0; top: 4px; border-top: 2px solid currentColor; }

.breadcrumbs { padding-top: 30px; font-size: 12px; letter-spacing: .03em; }

.page-hero {
  position: relative;
  isolation: isolate;
  max-width: none;
  min-height: 440px;
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 84px;
  overflow: hidden;
  background: linear-gradient(90deg, transparent 0 62%, rgba(237, 243, 251, .78) 62% 100%);
}

.page-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 440px;
  height: 440px;
  right: -30px;
  top: 35px;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 49.5%, rgba(65, 122, 224, .14) 50%, transparent 50.5%),
    linear-gradient(transparent 49.5%, rgba(65, 122, 224, .14) 50%, transparent 50.5%),
    radial-gradient(circle, rgba(65, 122, 224, .14) 0 2px, transparent 3px);
  background-size: 72px 72px, 72px 72px, 72px 72px;
  opacity: .72;
}

.page-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 205px;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, rgba(65, 122, 224, .28), transparent);
}

.page-hero > * { position: relative; z-index: 1; }

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

.eyebrow { color: var(--blue-dark); font-size: 11px; letter-spacing: .18em; }

h1 {
  margin-bottom: 28px;
  font-size: clamp(3rem, 6vw, 5.55rem);
  letter-spacing: -.058em;
  line-height: .99;
}

h2 { letter-spacing: -.045em; }

.hero-intro { color: #516078; }

.button {
  min-height: 50px;
  justify-content: center;
  border-radius: 8px;
  padding: 13px 21px;
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(65, 122, 224, .18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(65, 122, 224, .25); }
.button-light { box-shadow: none; }
.button-secondary { box-shadow: none; }
.text-link { text-underline-offset: 4px; }
.text-link:hover { text-decoration: underline; }

.home-hero {
  display: block;
  padding: 56px 0 0;
  background: linear-gradient(135deg, #f6f9fe 0%, #fff 52%, #f3f7fd 100%);
  border-bottom: 1px solid var(--line);
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
  align-items: center;
  gap: 62px;
}

.home-hero .hero-copy { padding: 56px 0 82px; }

.home-hero h1 {
  max-width: 690px;
  margin-bottom: 25px;
  font-size: clamp(3rem, 5.2vw, 5.25rem);
  line-height: .99;
}

.home-hero .hero-intro { max-width: 650px; margin-bottom: 32px; font-size: clamp(1.05rem, 1.6vw, 1.24rem); }

.hero-media {
  position: relative;
  align-self: stretch;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  background: var(--ink-deep);
  box-shadow: 0 35px 60px rgba(17, 33, 63, .13);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(9, 24, 50, .65) 100%);
  pointer-events: none;
}

.hero-media > img { width: 100%; height: 100%; object-fit: cover; }

.hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  top: 22px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  background: rgba(9, 24, 50, .45);
  color: #fff;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-panel {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  width: min(280px, calc(100% - 48px));
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  background: rgba(9, 24, 50, .88);
  backdrop-filter: blur(12px);
}

.hero-panel-number { margin-bottom: 4px; color: #a8c4fa; font-size: 3.6rem; }
.hero-panel-line { margin: 17px 0 14px; background: rgba(255, 255, 255, .24); }
.hero-panel p { margin-bottom: 0; color: #dce6f7; line-height: 1.5; }

.home-proof {
  padding: 34px 0 38px;
  background: #f0f5fc;
  border-bottom: 1px solid var(--line);
}

.proof-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 14px; }
.proof-heading .eyebrow { margin: 0; }
.proof-heading .text-link { font-size: 13px; }

.home-proof .stats-grid { gap: 0; }
.home-proof .stat { padding: 14px 28px 6px; border-top: 0; border-left: 1px solid #ccd8e9; }
.home-proof .stat:first-child { padding-left: 0; border-left: 0; }
.home-proof .stat strong { font-size: clamp(2.7rem, 4.7vw, 4.1rem); color: var(--blue-dark); }

.section { padding-top: 112px; padding-bottom: 112px; }
.section-tint { background: #f1f5fa; }
.section-heading { margin-bottom: 48px; }

.service-card, .data-card, .person-card {
  border-color: #d6deea;
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(17, 33, 63, .055);
}

.service-card { min-height: 320px; }
.service-card-primary { box-shadow: 0 20px 55px rgba(65, 122, 224, .12); }

.lane-grid { gap: 24px; }
.lane-card { min-height: 540px; padding: 0; overflow: hidden; }
.lane-card-body { display: flex; flex: 1; flex-direction: column; padding: 31px; }
.lane-card-body .text-link { margin-top: auto; }

.lane-visual { position: relative; height: 240px; overflow: hidden; background: var(--ink-deep); }
.lane-visual > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.lane-card:hover .lane-visual > img { transform: scale(1.025); }

.signal-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background:
    radial-gradient(circle at 84% 22%, rgba(255, 138, 120, .55), transparent 20%),
    linear-gradient(135deg, #0c1f42 0%, #173c7a 100%);
}

.signal-visual::before {
  content: "HUMAN / LANGUAGE / QUALITY";
  position: absolute;
  left: 24px;
  top: 21px;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}

.signal-visual span { width: 7px; border-radius: 999px; background: #fff; opacity: .88; }
.signal-visual span:nth-child(1), .signal-visual span:nth-child(9) { height: 28px; }
.signal-visual span:nth-child(2), .signal-visual span:nth-child(8) { height: 58px; }
.signal-visual span:nth-child(3), .signal-visual span:nth-child(7) { height: 94px; }
.signal-visual span:nth-child(4), .signal-visual span:nth-child(6) { height: 134px; }
.signal-visual span:nth-child(5) { height: 176px; background: var(--coral); }

.operating-band { overflow: hidden; background: var(--ink-deep); }
.operating-band .band-inner { min-height: 190px; padding-top: 42px; padding-bottom: 42px; }
.band-kicker { margin-bottom: 8px !important; color: #9cbcf5 !important; font-size: 10px !important; font-weight: 800 !important; letter-spacing: .17em !important; text-transform: uppercase; }
.operating-band .band-inner > div:first-child { max-width: 420px; }
.operating-band .band-inner p:not(.band-kicker) { font-size: clamp(1.35rem, 2.5vw, 2rem); }

.route-graphic {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  gap: 34px;
  min-width: 330px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}

.route-line { position: absolute; left: 24px; right: 24px; top: 13px; height: 1px; background: rgba(156, 188, 245, .55); }
.route-point { position: relative; z-index: 1; display: grid; justify-items: center; gap: 9px; }
.route-point i { display: block; width: 12px; height: 12px; border: 3px solid var(--ink-deep); border-radius: 50%; background: #9cbcf5; box-shadow: 0 0 0 1px rgba(255,255,255,.55); }
.route-point-end i { background: var(--coral); }

.trust-teaser { background: var(--cream); }
.trust-teaser-inner { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); align-items: center; gap: 90px; }
.trust-copy { max-width: 600px; }
.trust-copy .button { margin-top: 14px; }

.trust-media { position: relative; min-height: 590px; }
.trust-media img { position: absolute; display: block; object-fit: cover; box-shadow: 0 28px 55px rgba(17, 33, 63, .16); }
.trust-media img:first-child { left: 0; top: 0; width: 62%; height: 520px; }
.trust-media img:last-child { right: 0; bottom: 0; width: 48%; height: 370px; border: 12px solid var(--cream); }

.stat { border-top-color: var(--ink); }
.stat strong { color: var(--ink-deep); }
.feature-item { border-top-color: var(--ink); }

.data-card { padding: 34px; }
.table-wrap { border-radius: 10px; box-shadow: 0 16px 45px rgba(17, 33, 63, .045); }
.scope-note, .evidence-scope { border-left-width: 4px; box-shadow: 0 12px 32px rgba(17, 33, 63, .04); }
.person-card { position: relative; overflow: hidden; }
.person-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -40px; bottom: -40px; border: 1px solid #c6d6ee; border-radius: 50%; box-shadow: 0 0 0 24px rgba(65, 122, 224, .045); }

.cta-panel {
  border-radius: 12px;
  background: var(--ink-deep);
  box-shadow: 0 24px 60px rgba(9, 24, 50, .18);
}

.contact-form { border-radius: 12px; box-shadow: 0 20px 55px rgba(17, 33, 63, .08); }

.site-footer { padding-top: 78px; background: #e9eff8; }
.footer-brand img { height: 46px; }
.footer-copy { max-width: 390px; }
.footer-label { color: var(--ink); }
.footer-grid a:not(.brand) { color: #43516a; }
.footer-grid a:not(.brand):hover { color: var(--blue-dark); }

@media (max-width: 1000px) {
  .shell { width: min(100% - 48px, 820px); }
  .desktop-nav { gap: 19px; }
  .home-hero-grid { grid-template-columns: 1fr; gap: 0; }
  .home-hero .hero-copy { padding-bottom: 58px; }
  .hero-media { min-height: 520px; }
  .trust-teaser-inner { grid-template-columns: 1fr; gap: 60px; }
  .trust-media { width: min(100%, 620px); }
  .operating-band .band-inner { display: grid; grid-template-columns: 1fr auto; }
  .route-graphic { grid-column: 1 / -1; grid-row: 2; width: min(460px, 100%); }
}

@media (max-width: 800px) {
  .shell { width: min(100% - 36px, 640px); }
  .nav-wrap { min-height: 72px; }
  .brand img { height: 33px; }
  .mobile-menu { top: 45px; border-radius: 8px; }
  .page-hero { min-height: 0; padding-top: 78px; padding-bottom: 72px; }
  .page-hero::before { width: 260px; height: 260px; right: -110px; }
  .home-hero { padding-top: 24px; }
  .home-hero .hero-copy { padding: 46px 0 54px; }
  .home-hero h1 { font-size: clamp(2.75rem, 12vw, 4.7rem); }
  .hero-media { min-height: 470px; border-radius: 3px; }
  .home-proof .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .home-proof .stat { padding: 12px 14px 4px; }
  .home-proof .stat strong { font-size: 2.6rem; }
  .home-proof .stat span { font-size: 13px; }
  .home-proof .stat small { font-size: 10px; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .lane-card { min-height: 500px; }
  .operating-band .band-inner { display: flex; min-height: 0; }
  .route-graphic { order: 2; width: 100%; min-width: 0; }
  .operating-band .button { order: 3; }
  .trust-media { min-height: 500px; }
  .trust-media img:first-child { height: 440px; }
  .trust-media img:last-child { height: 300px; }
}

@media (max-width: 560px) {
  .proof-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .home-proof .stats-grid { grid-template-columns: 1fr; }
  .home-proof .stat, .home-proof .stat:first-child { display: grid; grid-template-columns: 90px 1fr; column-gap: 16px; padding: 14px 0; border-left: 0; border-top: 1px solid #ccd8e9; }
  .home-proof .stat strong { grid-row: 1 / 3; }
  .home-proof .stat span { margin: 6px 0 1px; }
  .hero-media { min-height: 420px; }
  .hero-panel { left: 16px; bottom: 16px; width: calc(100% - 32px); }
  .lane-visual { height: 210px; }
  .route-graphic { gap: 16px; font-size: 10px; }
  .trust-media { min-height: 400px; }
  .trust-media img:first-child { width: 72%; height: 350px; }
  .trust-media img:last-child { width: 52%; height: 235px; border-width: 8px; }
  .footer-brand img { height: 41px; }
}

@media (prefers-reduced-motion: reduce) {
  .button, .desktop-nav a:not(.nav-cta)::after, .lane-visual > img { transition: none; }
  .button:hover { transform: none; }
}
