:root {
  --motion-ease: cubic-bezier(.2, .8, .2, 1);
  --motion-ease-soft: cubic-bezier(.22, 1, .36, 1);
  --site-header-h: 74px;
  --section-pad-y: clamp(48px, 6.5svh, 96px);
}

html {
  scroll-padding-top: 92px;
  max-width: 100%;
}

body {
  max-width: 100%;
  text-rendering: optimizeLegibility;
}

::selection {
  background: rgba(0, 179, 234, .22);
}

:focus-visible {
  outline: 3px solid rgba(0, 179, 234, .5);
  outline-offset: 4px;
}

img.slot-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  user-select: none;
}

.kbc-track-wrap img,
.team-scroller img,
.cf-scroll img {
  -webkit-user-drag: none;
  user-select: none;
}

.logo {
  flex: none;
}

body > header {
  position: fixed !important;
  inset: 0 0 auto !important;
  z-index: 1000 !important;
  min-height: var(--site-header-h) !important;
  background: transparent !important;
  border-bottom: 1px solid transparent !important;
  box-shadow: none !important;
  backdrop-filter: saturate(100%) blur(0) !important;
  -webkit-backdrop-filter: saturate(100%) blur(0) !important;
  transition:
    background-color .32s var(--motion-ease),
    border-color .32s var(--motion-ease),
    box-shadow .32s var(--motion-ease),
    backdrop-filter .32s var(--motion-ease),
    -webkit-backdrop-filter .32s var(--motion-ease) !important;
}

body > header.solid {
  position: fixed !important;
  top: 0 !important;
  background: transparent !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  animation: headerSurfaceIn .28s var(--motion-ease-soft) both;
}

/* On scroll the nav lifts into a self-contained white box. A full-width bar
   disappears against pale hero art (and reads as a seam over the blue image
   on Embedded Insurance); an inset card with its own shadow stays legible
   over any background. */
body > header.solid .wrap.nav {
  background: #fff !important;
  border: 1px solid rgba(231, 235, 240, .9) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 44px -26px rgba(20, 40, 60, .45) !important;
  backdrop-filter: saturate(165%) blur(12px) !important;
  -webkit-backdrop-filter: saturate(165%) blur(12px) !important;
  padding-inline: 24px !important;
  transition:
    background-color .32s var(--motion-ease),
    border-color .32s var(--motion-ease),
    box-shadow .32s var(--motion-ease) !important;
}

body > header.solid {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

body > header .wrap {
  max-width: var(--maxw, 1240px) !important;
  padding-inline: 32px !important;
}

body > header .nav {
  height: var(--site-header-h) !important;
  min-height: var(--site-header-h) !important;
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
}

section[data-screen-label] {
  scroll-margin-top: var(--site-header-h);
}

.pad {
  padding-block: var(--section-pad-y) !important;
}

.hero,
.hero-bright,
.ei-hero,
.ph-hero {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

.ph-hero {
  min-height: auto !important;
}

@media (min-width: 981px) {
  .ph-hero-inner {
    padding-bottom: clamp(18px, 3svh, 30px) !important;
  }
}

.ei-hero,
.ph-hero {
  display: grid !important;
  align-items: center !important;
}

.ei-hero-inner,
.ph-hero-inner {
  width: 100% !important;
  padding-block: clamp(94px, 10svh, 132px) clamp(48px, 7svh, 80px) !important;
}

@media (min-width: 900px) and (min-height: 720px) {
  .intro,
  .tech,
  .trust,
  .po-sec,
  .api-sec,
  .ei-cta,
  .pcta,
  .about-intro,
  .values-sec,
  .benefits,
  .onboard,
  .ct-sec {
    display: grid;
    align-items: center;
  }
}

.trust.pad,
.ei-cta.pad,
.pcta.pad {
  min-height: 0 !important;
  padding-block: clamp(42px, 5.5svh, 96px) !important;
}

section.stats-strip[data-screen-label] {
  min-height: 0 !important;
}

section.plogos[data-screen-label] {
  min-height: 0 !important;
  display: block !important;
}

@media (min-width: 900px) and (max-height: 860px) {
  :root {
    --section-pad-y: clamp(48px, 6.5svh, 72px);
  }

  .sec-head,
  .kbc-header {
    margin-bottom: clamp(34px, 5svh, 48px) !important;
  }

  .intro-stepped,
  .po-grid,
  .api-grid,
  .flow {
    margin-top: clamp(36px, 5svh, 56px) !important;
  }

  .auto-engine {
    margin-top: clamp(38px, 5svh, 58px) !important;
    gap: clamp(32px, 5svh, 46px) !important;
  }
}

@media (max-width: 980px) {
  .ph-hero,
  .ei-hero {
    min-height: auto !important;
  }

  .ph-hero-inner,
  .ei-hero-inner {
    gap: clamp(18px, 4vw, 28px) !important;
    padding-bottom: clamp(28px, 6vw, 48px) !important;
  }
}

body > header .nav > nav {
  margin-left: auto !important;
}

body > header .logo {
  width: 164px !important;
  height: 32px !important;
  flex: 0 0 164px !important;
  display: flex !important;
  align-items: center !important;
}

body > header .logo img {
  width: 164px !important;
  height: 32px !important;
  object-fit: contain !important;
}

body > header .logo .logo-light {
  display: none !important;
}

body > header .logo .logo-dark {
  display: block !important;
}

body:has(.hero-bright) > header:not(.solid) .logo .logo-light {
  display: block !important;
}

body:has(.hero-bright) > header:not(.solid) .logo .logo-dark {
  display: none !important;
}

body > header .nav-links {
  display: flex !important;
  align-items: center !important;
  gap: 30px !important;
  list-style: none !important;
}

body > header .nav-links a {
  color: var(--navy, #20282c) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  line-height: 1 !important;
}

body:has(.hero-bright) > header:not(.solid) .nav-links a {
  color: rgba(255, 255, 255, .92) !important;
}

body > header .nav-links a:hover,
body > header .nav-links a.active,
body > header .nav-links a.active-page {
  color: var(--cyan, #00b3ea) !important;
}

body:has(.hero-bright) > header:not(.solid) .nav-links a:hover,
body:has(.hero-bright) > header:not(.solid) .nav-links a.active,
body:has(.hero-bright) > header:not(.solid) .nav-links a.active-page {
  color: #fff !important;
}

body > header .nav-right {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  flex: none !important;
}

body > header .login-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--cyan, #00b3ea) !important;
  border-color: var(--cyan, #00b3ea) !important;
  background-color: transparent !important;
  background-image: linear-gradient(90deg, var(--cyan, #00b3ea), #0098c7) !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  background-size: 0% 100% !important;
  min-height: 39px !important;
  padding: 9px 18px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  border-width: 1.5px !important;
  border-style: solid !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  transition: color .22s var(--motion-ease), border-color .22s var(--motion-ease), background-size .34s var(--motion-ease-soft), transform .18s var(--motion-ease) !important;
}

body:has(.hero-bright) > header:not(.solid) .login-link {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .58) !important;
}

body > header .login-link:hover,
body > header .login-link:focus-visible {
  color: #fff !important;
  border-color: var(--cyan, #00b3ea) !important;
  background-size: 100% 100% !important;
}

body > header .login-link:active {
  transform: translateY(1px) !important;
}

body > header .menu-btn {
  width: 40px !important;
  min-width: 40px !important;
  height: 32px !important;
  padding: 8px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
}

body > header .menu-btn span {
  width: 24px !important;
  height: 2px !important;
  background: var(--navy, #20282c) !important;
}

body:has(.hero-bright) > header:not(.solid) .menu-btn span {
  background: #fff !important;
}

.kbc-track-wrap,
.team-scroller,
.ei-subnav-inner,
.cf-scroll {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  contain: layout paint inline-size;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.kbc-track-wrap,
.team-scroller,
.cf-scroll {
  cursor: grab;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 2px;
  touch-action: pan-y pinch-zoom;
  user-select: none;
}

.kbc-track-wrap.is-dragging,
.team-scroller.is-dragging,
.cf-scroll.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
}

.kbc-track,
.team-track {
  max-width: max-content;
}

.cf-wrap,
.team-carousel {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  contain: layout paint;
  overflow: hidden;
}

@supports (overflow: clip) {
  .cf-wrap,
  .team-carousel {
    overflow: clip;
  }
}

.aia-sec,
.values-sec,
.po-sec,
.api-sec,
.po-stage,
.fc-wrap {
  contain: layout paint;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  .aia-sec,
  .values-sec,
  .po-sec,
  .api-sec,
  .po-stage,
  .fc-wrap {
    overflow-x: clip;
  }
}

.cf-diagram {
  width: max(1080px, 100%);
  max-width: none;
}

.kbc-card,
.tm-card {
  scroll-snap-align: start;
}

.kbc-card {
  transition: transform .24s var(--motion-ease), box-shadow .24s var(--motion-ease), border-color .24s var(--motion-ease);
}

.js-ready .kbc-card {
  opacity: 1;
  translate: 0 0;
  scale: 1;
}

.kbc-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 22px 48px -30px rgba(17, 34, 48, .4);
}

.kbc-item {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  column-gap: 12px !important;
  row-gap: 0 !important;
  align-items: start !important;
}

.kbc-item::before {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.kbc-item h4 {
  grid-column: 2 !important;
  min-width: 0;
}

.kbc-item p {
  display: block !important;
  grid-column: 2 !important;
  max-height: 0;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--ink-soft, #55606a);
  opacity: 0;
  transform: translateY(-2px);
  visibility: hidden;
  transition: max-height .42s var(--motion-ease-soft), margin .28s var(--motion-ease), opacity .28s var(--motion-ease), transform .28s var(--motion-ease), visibility 0s linear .28s;
  -webkit-line-clamp: unset;
}

.kbc-card.expanded .kbc-item p {
  max-height: 150px;
  margin: 6px 0 0 !important;
  overflow: hidden !important;
  opacity: 1;
  transform: none;
  visibility: visible;
  transition-delay: 0s;
}

.ai-ben:hover {
  transform: translateY(-3px) !important;
}

.ai-ben:hover .ai-ben-icon {
  transform: scale(1.02) !important;
}

.stepper .step:hover .circle,
.step.active .circle {
  transform: translateY(-2px) scale(1.02) !important;
}

.tm-more-label::after {
  content: none !important;
}

.tm-bio {
  display: grid !important;
  grid-template-rows: 0fr !important;
  max-height: none !important;
  margin-top: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  transition: grid-template-rows .42s var(--motion-ease-soft), opacity .26s var(--motion-ease), margin-top .26s var(--motion-ease) !important;
}

.tm-bio > ul {
  min-height: 0;
  overflow: hidden;
}

.tm-card.open .tm-bio {
  grid-template-rows: 1fr !important;
  max-height: none !important;
  margin-top: 14px !important;
  opacity: 1 !important;
}

.team-carousel {
  position: relative;
  --team-gap: 28px;
  margin-top: 30px;
}

.team-carousel .team-controls {
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin: 0 0 18px;
}

.team-carousel .team-nav {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(32, 40, 44, .14);
  border-radius: 50%;
  background: rgba(32, 40, 44, .06);
  color: var(--navy, #20282c);
  cursor: pointer;
  display: grid;
  place-items: center;
  font: inherit;
  font-size: 18px;
  line-height: 1;
  transition: background .18s var(--motion-ease), border-color .18s var(--motion-ease), color .18s var(--motion-ease), opacity .18s var(--motion-ease), transform .18s var(--motion-ease);
}

.team-carousel .team-nav:hover:not(:disabled) {
  background: rgba(0, 179, 234, .12);
  border-color: var(--cyan, #00b3ea);
  color: var(--cyan, #00b3ea);
  transform: translateY(-1px);
}

.team-carousel .team-nav:disabled {
  opacity: .35;
  cursor: default;
}

.team-carousel .team-scroller {
  margin-top: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  cursor: grab;
  scrollbar-width: none !important;
  user-select: none;
  touch-action: pan-y pinch-zoom;
  scroll-padding-inline: 2px;
  padding-bottom: 8px !important;
}

.team-carousel .team-scroller.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
}

.team-carousel .team-scroller::-webkit-scrollbar {
  display: none !important;
}

.team-carousel .team-track {
  width: 100% !important;
  min-width: 100% !important;
  gap: var(--team-gap) !important;
  padding: 4px 0 10px !important;
  align-items: stretch !important;
}

.team-carousel .tm-card {
  flex: 0 0 calc((100% - (var(--team-gap) * 2)) / 3) !important;
  min-width: 0;
  scroll-snap-align: start;
}

.team-carousel .tm-photo {
  aspect-ratio: 1 / 1.08 !important;
}

.team-carousel .tm-name,
.team-carousel .tm-role {
  overflow-wrap: anywhere;
}

.btn,
.menu-btn,
.isn-btn,
.kbc-btn,
.po-head,
.af-step-card,
.ct-card,
.tm-card {
  transition-timing-function: var(--motion-ease);
}

.btn:active,
.kbc-btn:active,
.isn-btn:active {
  transform: translateY(1px) scale(.99);
}

.ct-submit-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.ct-submit-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .22) 42%, rgba(255, 255, 255, .48) 50%, rgba(255, 255, 255, .22) 58%, transparent 100%),
    linear-gradient(90deg, var(--cyan, #00b3ea), #0098c7);
  transform: translateX(-115%);
  opacity: 0;
}

.ct-submit-btn .btn-label,
.ct-submit-btn .arrow {
  position: relative;
  z-index: 1;
}

.ct-submit-btn.is-submitting {
  pointer-events: none;
  border-color: transparent;
  box-shadow: 0 16px 34px -20px rgba(0, 152, 199, .9);
}

.ct-submit-btn.is-submitting::before {
  opacity: 1;
  animation: submitSweep 1.05s var(--motion-ease-soft) infinite;
}

.ct-submit-btn.is-submitting .arrow {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, .42);
  border-top-color: #fff;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  transform: none;
  animation: submitSpin .72s linear infinite;
}

.mobile-menu {
  backdrop-filter: blur(18px);
}

@media (prefers-reduced-motion: no-preference) {
  body {
    animation: pageIn .28s var(--motion-ease-soft) both;
  }

  .reveal {
    opacity: 0 !important;
    transform: translateY(18px) !important;
    transition: opacity .52s var(--motion-ease-soft), transform .52s var(--motion-ease-soft) !important;
    will-change: opacity, transform !important;
  }

  .reveal:not(.in) {
    opacity: 0 !important;
    transform: translateY(18px) !important;
  }

  .reveal.in {
    opacity: 1 !important;
    transform: none !important;
  }

  section[data-screen-label] {
    view-timeline-name: --section;
    view-timeline-axis: block;
  }
}

@keyframes pageIn {
  from {
    opacity: .01;
  }
  to {
    opacity: 1;
  }
}

@keyframes headerSurfaceIn {
  from {
    transform: translateY(-2px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes kbcCardIn {
  from {
    opacity: 0;
    translate: 24px 10px;
    scale: .985;
  }
  to {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}

@keyframes submitSweep {
  from {
    transform: translateX(-115%);
  }
  to {
    transform: translateX(115%);
  }
}

@keyframes submitSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 720px) {
  .wrap {
    padding-inline: 20px;
  }

  body > header .wrap {
    padding-inline: 20px !important;
  }

  body > header .nav {
    gap: 14px !important;
  }

  .btn {
    min-height: 48px;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .hero-cta,
  .cta-row {
    width: 100%;
  }

  .hero-cta .btn,
  .cta-row .btn {
    flex: 1 1 100%;
  }

  .kbc-card {
    width: min(84vw, 370px) !important;
  }

  .kbc-track-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
  }

  .kbc-track {
    align-items: stretch !important;
    width: max-content !important;
  }

  .cf-wrap {
    margin-inline: 0 !important;
    padding-inline: 20px !important;
  }

  .cf-scroll {
    width: 100% !important;
    max-width: 100% !important;
  }

  .cf-diagram {
    width: 100% !important;
    min-width: 0 !important;
  }

  .cf-phases {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .cf-phase {
    grid-column: auto !important;
    justify-content: flex-start !important;
    text-align: left !important;
    min-height: 48px !important;
  }

  .cf-journey {
    display: none !important;
  }

  .stepper {
    position: relative;
    display: flex !important;
    flex-direction: column;
    gap: 0 !important;
    margin: 38px 0 6px !important;
    isolation: isolate;
  }

  .stepper::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 36px;
    bottom: 36px;
    left: 35px;
    width: 2px;
    background: linear-gradient(180deg, var(--cyan), #9fcae6 76%, var(--line));
  }

  .step {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    grid-template-rows: auto auto;
    column-gap: 15px !important;
    row-gap: 6px !important;
    align-items: center !important;
    min-height: 100px;
    padding: 10px 0 !important;
    text-align: left !important;
  }

  .step::before,
  .step::after {
    display: none !important;
  }

  .step .circle {
    grid-column: 1;
    grid-row: 1 / 3;
    z-index: 1;
    width: 72px !important;
    height: 72px !important;
    margin: 0 !important;
    background: var(--tint);
  }

  .step .circle img {
    width: 72px !important;
    height: 72px !important;
  }

  .step h3 {
    grid-column: 2;
    grid-row: 1;
    display: block !important;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 11px 14px !important;
    border-radius: 8px !important;
    line-height: 1.3;
    text-align: left !important;
  }

  .step .tag {
    grid-column: 2;
    grid-row: 2;
    margin: 0 0 0 2px !important;
    line-height: 1.4;
  }

  .step.active .circle {
    transform: none !important;
  }

  .nav {
    gap: 14px;
  }

  .hb-left {
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
    margin-left: 20px !important;
    padding: 104px 0 56px !important;
  }

  .hb-right img {
    object-position: 32% center !important;
  }

  .hero-bright .hero-cta {
    flex-direction: row !important;
    gap: 10px !important;
    margin-top: 30px !important;
  }

  .hero-bright .hero-cta .btn {
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 8px !important;
    font-size: 12px !important;
  }

  .hb-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hb-content h1 {
    max-width: 100% !important;
    margin-top: 12px !important;
    font-size: clamp(31px, 8.8vw, 38px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
  }

  .hb-content h1 strong,
  .hb-content h1 .cyan-hl {
    white-space: normal !important;
  }

}

/* Mobile-first composition pass shared by every public page. */
@media (max-width: 720px) {
  :root {
    --site-header-h: 68px;
    --section-pad-y: 52px;
  }

  html {
    scroll-padding-top: 80px;
  }

  body {
    overflow-wrap: break-word;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  body > header,
  body > header .nav {
    min-height: var(--site-header-h) !important;
    height: var(--site-header-h) !important;
  }

  body > header .logo,
  body > header .logo img {
    width: 148px !important;
    height: 29px !important;
  }

  body > header .logo {
    flex-basis: 148px !important;
  }

  body > header .menu-btn {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    padding: 10px !important;
    margin-right: -8px;
    border-radius: 50%;
  }

  body > header .menu-btn span {
    transition: transform .24s var(--motion-ease), opacity .18s var(--motion-ease), background-color .2s var(--motion-ease);
    transform-origin: center;
  }

  body.mobile-menu-open > header {
    background: #fff !important;
    border-bottom-color: rgba(231, 235, 240, .9) !important;
    box-shadow: none !important;
  }

  body.mobile-menu-open > header .logo .logo-light {
    display: none !important;
  }

  body.mobile-menu-open > header .logo .logo-dark {
    display: block !important;
  }

  body.mobile-menu-open > header .menu-btn span {
    background: var(--navy, #20282c) !important;
  }

  body.mobile-menu-open > header .menu-btn span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.mobile-menu-open > header .menu-btn span:nth-child(2) {
    opacity: 0;
  }

  body.mobile-menu-open > header .menu-btn span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu {
    display: flex !important;
    inset: var(--site-header-h) 0 0 !important;
    z-index: 999 !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 16px 20px max(28px, env(safe-area-inset-bottom)) !important;
    background: rgba(255, 255, 255, .98) !important;
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .22s var(--motion-ease), transform .28s var(--motion-ease-soft), visibility 0s linear .28s;
  }

  .mobile-menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
  }

  .mobile-menu a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 12px 4px !important;
    font-size: 17px !important;
    line-height: 1.35;
  }

  .mobile-menu a.active,
  .mobile-menu a.active-page {
    color: var(--cyan, #00b3ea);
  }

  .mobile-menu .btn {
    margin-top: 18px !important;
    min-height: 50px;
  }

  section[data-screen-label] h2 {
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
  }

  .sec-head,
  .kbc-header {
    margin-bottom: 36px !important;
  }

  .kbc-know {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding-block: 10px !important;
  }

  .ee-car-btn,
  .isn-btn,
  .kbc-btn {
    width: 44px !important;
    height: 44px !important;
  }

  .hero-left {
    padding: 104px 20px 48px !important;
  }

  .hero-left .hero-cta,
  .ei-hero-text .cta-row {
    margin-top: 34px !important;
  }

  .hero-right {
    height: 280px !important;
  }

  .ei-hero-text {
    padding: 104px 20px 42px !important;
  }

  .ei-hero-media {
    height: 300px !important;
    min-height: 300px !important;
  }

  .ei-hero-text h1,
  .ei-hero-text .ei-thin,
  .hero-left h1,
  .ah-left h1,
  .ct-head h1 {
    font-size: clamp(36px, 10.5vw, 42px) !important;
    line-height: 1.06 !important;
    letter-spacing: 0 !important;
  }

  .plogos {
    padding-block: 24px !important;
  }

  .plogos-inner {
    gap: 18px !important;
  }

  .plogos-row {
    width: 100% !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .plogos-cell {
    min-height: 44px !important;
    padding-inline: 5px !important;
    border-left: 0 !important;
  }

  .plogos-row .plogo {
    max-width: 100% !important;
    max-height: 40px !important;
  }

  .intro-lead {
    font-size: clamp(29px, 8.4vw, 34px) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  .intro-stepped {
    margin-top: 42px !important;
    gap: 32px !important;
  }

  .intro-progress {
    margin-bottom: 32px !important;
  }

  .intro-visual {
    height: 280px !important;
  }

  .auto-checks li {
    padding: 16px !important;
  }

  .auto-checks li:hover {
    transform: none;
  }

  .wa-phone {
    max-width: 238px !important;
  }

  .auto-engine {
    margin-top: 58px !important;
    gap: 30px !important;
  }

  .ai-ben-wrap {
    margin-inline: -20px;
  }

  .ai-ben-grid {
    display: flex !important;
    gap: 14px !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 20px 18px;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ai-ben-grid::-webkit-scrollbar,
  .ee-flow::-webkit-scrollbar,
  .aia-cards::-webkit-scrollbar,
  .ah-facts::-webkit-scrollbar,
  .about-page .team-grid::-webkit-scrollbar {
    display: none;
  }

  .ai-ben {
    flex: 0 0 min(82vw, 310px) !important;
    padding: 28px 22px 26px !important;
    scroll-snap-align: start;
  }

  .ai-ben-icon {
    width: 76px !important;
    height: 76px !important;
    margin-bottom: 18px !important;
  }

  .flow {
    margin-top: 36px !important;
    gap: 30px !important;
  }

  .fc-mini {
    overflow: hidden !important;
    padding: 24px 18px !important;
  }

  .fc-mini-row {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: center !important;
  }

  .fc-mini-node {
    width: 100%;
    align-items: stretch !important;
  }

  .fc-mini-arr {
    width: 100%;
    height: 30px;
    justify-content: center;
    padding: 3px 0 !important;
    transform: rotate(90deg) !important;
  }

  .fc-mini-arr svg {
    width: 22px !important;
    height: 22px !important;
  }

  .fc-mini-card {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 2px;
    width: 100%;
    min-width: 0 !important;
    max-width: none !important;
    padding: 12px 14px !important;
    text-align: left !important;
  }

  .fc-mini-card.hub {
    min-width: 0 !important;
  }

  .fc-mini-ic {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 40px !important;
    height: 40px !important;
  }

  .fc-mini-lbl,
  .fc-mini-sub {
    min-width: 0;
  }

  .tech-found {
    margin-top: 32px !important;
    gap: 14px !important;
  }

  .tf-card {
    padding: 28px 22px 26px !important;
  }

  .ee-flow {
    display: flex !important;
    gap: 14px !important;
    margin-inline: -20px !important;
    padding: 4px 20px 18px !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ee-flow::before {
    display: none !important;
  }

  .ee-stage,
  .ee-stage:first-child,
  .ee-stage:last-child,
  .ee-stage:nth-child(odd) {
    display: block !important;
    flex: 0 0 min(82vw, 310px);
    padding: 24px !important;
    border: 1px solid var(--line) !important;
    border-radius: 18px;
    background: #fff;
    scroll-snap-align: start;
  }

  .ee-prods {
    margin-top: 44px !important;
    padding: 22px 20px !important;
    gap: 24px !important;
  }

  .ee-car-head {
    align-items: center !important;
  }

  .aia-cards {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 14px !important;
    margin: 36px -20px 0 !important;
    padding: 4px 20px 18px !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .aia-card {
    /* relative (not static) so absolutely-positioned .aia-num badges stay
       inside the card instead of escaping to the page and overlaying the nav */
    position: relative !important;
    flex: 0 0 min(84vw, 320px);
    grid-template-areas: "icon" "title" "body" !important;
    grid-template-rows: auto auto 1fr !important;
    gap: 18px !important;
    padding: 30px 24px !important;
    min-height: 390px !important;
    scroll-snap-align: start;
  }

  .aia-card h3 {
    align-self: start !important;
    font-size: 28px !important;
    line-height: 1.08 !important;
  }

  .launch-cards {
    display: none !important;
  }

  .onb-detail {
    margin-top: 28px !important;
  }

  .onb-caret {
    display: none;
  }

  .onb-panel {
    padding: 24px 20px !important;
  }

  .onb-panel.active {
    align-items: flex-start;
  }

  .ah-inner {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    padding: 104px 20px 48px !important;
  }

  .about-hero,
  .ah-top,
  .ah-left,
  .ah-right {
    min-width: 0;
  }

  .ah-facts {
    display: flex !important;
    width: calc(100% + 40px) !important;
    max-width: calc(100% + 40px) !important;
    gap: 14px !important;
    margin: 42px -20px 0 !important;
    padding: 2px 20px 18px !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ah-fact {
    flex: 0 0 min(82vw, 310px);
    padding: 22px 20px !important;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    scroll-snap-align: start;
  }

  .ah-fact::before,
  .ah-fact::after {
    left: 20px !important;
    right: 20px !important;
    width: auto !important;
  }

  .wwd-items {
    flex-flow: row wrap !important;
    gap: 8px !important;
  }

  .wwd-items li {
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--tint);
    font-size: 14px !important;
  }

  .wwd-desc {
    font-size: 17px !important;
    line-height: 1.55 !important;
  }

  .about-page .team-grid {
    display: flex !important;
    gap: 14px !important;
    margin: 36px -20px 0 !important;
    padding: 4px 20px 18px !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .about-page .team-grid .tm-card {
    flex: 0 0 min(82vw, 310px);
    padding: 28px 22px !important;
    scroll-snap-align: start;
  }

  .about-page .team-grid .tm-card:hover {
    transform: none;
  }

  .sup-row {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .sup-slot {
    min-height: 118px !important;
    padding: 18px !important;
  }

  .car-panel {
    padding: 36px 22px !important;
  }

  .ct-sec {
    padding: 100px 0 56px !important;
  }

  .ct-grid {
    margin-top: 40px !important;
    gap: 24px !important;
  }

  .ct-card {
    padding: 18px !important;
  }

  .ct-form {
    padding: 28px 20px !important;
  }

  .ct-field input,
  .ct-field select,
  .ct-field textarea {
    min-height: 48px;
    font-size: 16px !important;
  }

  footer {
    padding: 56px 0 28px !important;
  }

  footer .foot-top {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 30px 20px !important;
    padding-bottom: 36px !important;
  }

  footer .foot-brand {
    grid-column: 1 / -1;
  }

  footer .foot-col ul {
    gap: 2px !important;
  }

  footer .foot-col a,
  footer .foot-login {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    line-height: 1.35;
  }

  footer .foot-bottom {
    align-items: flex-start !important;
    flex-direction: column;
  }
}

@media (max-width: 980px) {
  .nav {
    justify-content: space-between !important;
  }

  .nav > nav,
  .nav-links,
  .nav-right .login-link {
    display: none !important;
  }

  body > header .nav > nav,
  body > header .nav-links,
  body > header .nav-right .login-link {
    display: none !important;
  }

  .menu-btn {
    display: flex !important;
  }

  body > header .menu-btn {
    display: flex !important;
  }
}

@media (max-width: 860px) {
  .team-carousel {
    --team-gap: 22px;
  }

  .team-carousel .team-controls {
    justify-content: flex-end;
    margin: 24px 0 14px;
  }

  .team-carousel .tm-card {
    flex-basis: calc((100% - var(--team-gap)) / 2) !important;
  }
}

@media (max-width: 560px) {
  .team-carousel {
    --team-gap: 18px;
  }

  .team-carousel .team-nav {
    width: 44px;
    height: 44px;
  }

  .team-carousel .team-scroller {
    margin-inline: -20px !important;
    padding-inline: 20px !important;
  }

  .team-carousel .team-track {
    width: max-content !important;
    min-width: 0 !important;
  }

  .team-carousel .tm-card {
    flex-basis: min(82vw, 340px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body > header.solid {
    animation: none !important;
  }

  .js-ready .kbc-card {
    opacity: 1 !important;
    translate: 0 0 !important;
    scale: 1 !important;
  }

  .ct-submit-btn.is-submitting::before,
  .ct-submit-btn.is-submitting .arrow {
    animation: none !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

.hb-statement { display: block; }

/* Shared navigation also serves the legal and confirmation pages. */
body > header .nav { flex-direction: row !important; }
body > header .nav-links { margin: 0; padding: 0; }
body > header .menu-btn {
  display: none;
  flex-direction: column;
  border: 0;
  background: transparent;
  cursor: pointer;
}
body > header .menu-btn span { display: block; border-radius: 2px; }
body > header a[aria-current="page"],
body .mobile-menu a[aria-current="page"] { color: var(--cyan, #00b3ea) !important; }
body .mobile-menu { display: none; }
body.utility-page main { padding-top: 130px; }
body.utility-page .panel,
body.utility-page .card { overflow-wrap: anywhere; }

/* Collapse at the navigation breakpoint, before split layouts become cramped.
   Content controls section height; viewport height must never clip the hero. */
@media (max-width: 980px) {
  :root { --site-header-h: 68px; }
  body > header,
  body > header.solid,
  body.mobile-menu-open > header {
    height: var(--site-header-h) !important;
    min-height: var(--site-header-h) !important;
    padding: 0 !important;
    background: #fff !important;
    border-bottom: 1px solid var(--line, #e7ebf0) !important;
    animation: none !important;
  }
  body > header .wrap.nav,
  body > header.solid .wrap.nav {
    height: var(--site-header-h) !important;
    min-height: var(--site-header-h) !important;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  body:has(.hero-bright) > header:not(.solid) .logo .logo-light { display: none !important; }
  body:has(.hero-bright) > header:not(.solid) .logo .logo-dark { display: block !important; }
  body > header .menu-btn { width: 44px !important; height: 44px !important; }
  body.mobile-menu-open > header .menu-btn span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.mobile-menu-open > header .menu-btn span:nth-child(2) { opacity: 0; }
  body.mobile-menu-open > header .menu-btn span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  body:has(.hero-bright) > header:not(.solid) .menu-btn span { background: var(--navy) !important; }
  body.mobile-menu-open { overflow: hidden; }
  body .mobile-menu {
    position: fixed;
    inset: var(--site-header-h) 0 0 !important;
    z-index: 999 !important;
    flex-direction: column;
    gap: 0;
    padding: 16px 20px max(28px, env(safe-area-inset-bottom)) !important;
    background: #fff !important;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  body .mobile-menu.open { display: flex; }
  body .mobile-menu a {
    display: flex;
    align-items: center;
    min-height: 52px;
    flex-shrink: 0;
    padding: 14px 4px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    border-bottom: 1px solid var(--line, #e7ebf0);
  }
  body .mobile-menu .btn {
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
    padding: 14px 20px !important;
    border-radius: 999px;
    background: var(--cyan, #00b3ea);
    color: #fff;
  }
  body .hero.hero-sm,
  body .ei-hero,
  body .ei-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    gap: 0 !important;
  }
  body .hero-left,
  body .ei-hero-text { padding: 108px 32px 40px; min-width: 0; }
  body .ei-hero-text { gap: 0; }
  body .hero-right { height: auto !important; }
  body .hero-right img.slot-image {
    position: static;
    height: auto;
    aspect-ratio: 1500 / 577;
    object-fit: contain;
  }
  body .hero-right-overlay { display: none; }
  body .ei-hero-media {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5;
    max-width: 512px;
    margin-inline: auto;
  }
  body .ei-hero-media img {
    animation: none;
    transform: none;
    object-position: 50% 78%;
  }
  body .ah-top { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  body .ah-inner { padding-top: 108px; }
  body .dm-layout,
  body .cc-grid,
  body .ct-grid,
  body .why-grid { grid-template-columns: minmax(0, 1fr); }
  body .dm-layout > *, body .ct-grid > *, body .ct-fields > *, body .ah-top > * { min-width: 0; }
}

@media (max-width: 980px) {
  /* Preserve the photographic hero: clear sky and the subject above the copy,
     with contrast increasing toward the actions instead of a flat dark panel. */
  body .hero-bright {
    display: flex;
    align-items: flex-end;
    min-height: 100svh !important;
    isolation: isolate;
  }
  body .hb-left {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: max(320px, 30svh) 24px 32px !important;
  }
  body .hb-content { max-width: 580px !important; }
  body .hb-eyebrow { font-size: 12px; letter-spacing: .1em; line-height: 1.6; }
  body .hb-content h1 br { display: none; }
  body .hb-statement + .hb-statement { margin-top: 10px; }
  body .hb-content h1 {
    white-space: normal;
    font-size: clamp(28px, 8vw, 44px) !important;
    line-height: 1.12 !important;
    text-shadow: 0 2px 20px rgba(9,25,36,.2);
  }
  body .hb-content h1 .cyan-hl { white-space: normal; }
  body .hb-sub { font-size: 16px; line-height: 1.6; margin-top: 20px; color: #f0f5f8; }
  body .hb-right { position: absolute; inset: 0; z-index: 0; }
  body .hb-right::before {
    display: block;
    background: linear-gradient(180deg, rgba(10,28,39,.25) 0%, rgba(10,28,39,.06) 24%, rgba(10,28,39,.76) 49%, rgba(10,28,39,.95) 100%);
  }
  body .hb-right img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 15% center !important;
    transform: scaleX(-1);
  }
  body .hero-bright .hero-cta { flex-direction: column !important; gap: 10px !important; max-width: 420px; margin-top: 26px !important; }
  body .hero-bright .hero-cta .btn { justify-content: center; flex: auto; width: 100%; min-height: 50px; font-size: 15px !important; padding: 12px 18px !important; }
  body .hero-bright .hero-cta .btn-outline-light { min-height: 44px; padding-block: 9px !important; border-color: rgba(255,255,255,.48); }
  body:has(.hero-bright):not(.mobile-menu-open) > header:not(.solid) { background: transparent !important; border-bottom-color: transparent !important; }
  body:has(.hero-bright):not(.mobile-menu-open) > header:not(.solid) .logo .logo-light { display: block !important; }
  body:has(.hero-bright):not(.mobile-menu-open) > header:not(.solid) .logo .logo-dark { display: none !important; }
  body:has(.hero-bright):not(.mobile-menu-open) > header:not(.solid) .menu-btn span { background: #fff !important; }
}

@media (max-width: 720px) {
  body .hero-left { padding: 104px 20px 36px !important; }
  body .ei-hero-text { padding: 104px 20px 36px !important; }
  body .ei-hero-text h1, body .ei-hero-text .ei-thin { text-wrap: initial; }
  body .ei-hero-text p { margin-top: 22px; font-size: 16px; }
  body .ei-hero-media { max-height: none; }
  body .btn, body .cta-row .btn { max-width: 100%; white-space: normal; }
  body .arrow { flex: none; }
  body .cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
  body .dm-layout { margin-top: 32px; }
  body .dm-tab { grid-template-columns: 40px minmax(0, 1fr) 28px; gap: 12px; padding: 14px 12px; }
  body .dm-tab-ic { width: 40px; height: 40px; }
  body .dm-tab-arr { width: 28px; height: 28px; }
  body .dm-pane-img { height: auto; aspect-ratio: 3 / 2; }
  body .dm-pane-img img { object-position: center; transform: none !important; }
  body .dm-foot { gap: 20px; }
  body .dm-foot .btn { width: 100%; }

  /* Essential information reads vertically instead of hiding offscreen. */
  body .aia-cards,
  body .ah-facts,
  body.about-page .team-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 32px 0 0 !important;
    padding: 0 !important;
    gap: 16px !important;
    overflow: visible;
  }
  body .aia-card {
    top: auto;
    min-width: 0;
    min-height: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto !important;
    padding: 28px 24px !important;
    box-shadow: none;
  }
  body .vstack { margin-top: 32px; gap: 16px; }
  body .vstack-card {
    top: auto;
    position: relative;
    min-height: 0;
    padding: 28px 24px;
    grid-template-areas: "icon" "title" "body";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 20px;
    box-shadow: none;
  }
  body .vsc-title h3 { font-size: 28px; text-wrap: initial; line-height: 1.15; }
  body .vsc-label { font-size: 12px; }
  body .aia-card h3 { font-size: 26px !important; }
  body .ah-fact { min-width: 0; }
  body .ah-fact span, body .team-grid .tm-bio { font-size: 16px; }
  body.about-page .team-grid .tm-card { min-width: 0; padding: 28px 24px !important; }
  body .launch-cards { display: grid !important; grid-template-columns: minmax(0, 1fr); max-width: none; gap: 16px; }
  body .why-stage { order: 0; }
  body .why-cap { position: relative; background: var(--navy); padding: 18px 20px; }
  body .why-vis { flex-direction: column; }
  body .why-stage { aspect-ratio: auto; height: auto; }
  body .why-vis { position: static; display: none; }
  body .why-vis.active { display: flex; }
  body .why-vis img.slot-image { height: auto; aspect-ratio: 3 / 2; }
  body .why-item.active .why-desc { max-height: none; }
  body .why-desc p { font-size: 16px; }
  body .why-prog { display: none; }
  body .onb-panel { position: relative; z-index: 1; gap: 12px; margin: 6px 0 20px; }
  body .onb-detail { display: none; }
  body .onb-panel .idx { width: 30px; font-size: 28px; }
  body .onb-panel p { font-size: 16px; }
  body .kbc-card { width: min(84vw, 370px) !important; }
  body .kbc-body { padding: 28px 24px; }
  body .kbc-card.expanded .kbc-item p { max-height: none; overflow: visible !important; }
  body .ct-formwrap { order: -1; }
  body .ct-fields { grid-template-columns: minmax(0, 1fr); }
  body .ct-field label { font-size: 14px; }
  body .ct-card a { overflow-wrap: anywhere; }
  body .ct-submit-btn { width: 100%; }
  body footer .foot-col a { min-height: 44px; overflow-wrap: anywhere; }
  body.utility-page main { padding: 100px 0 48px; }
  body.utility-page .wrap { width: 100%; padding-inline: 20px; }
  body.utility-page .panel, body.utility-page .card { padding: 28px 22px; }
  body.utility-page h1 { font-size: clamp(28px, 8vw, 38px); line-height: 1.15; }
  body.utility-page .actions .btn { width: 100%; }
}

/* Keep native touch scrolling (including momentum) in optional carousels. */
body .kbc-track-wrap, body .team-scroller, body .team-carousel .team-scroller, body .cf-scroll {
  touch-action: pan-x pan-y pinch-zoom;
}

/* Small-screen components use a consistent icon/copy alignment and tighter
   internal spacing. The reading order stays vertical without repeating tall
   desktop card anatomy for every item. */
@media (max-width: 720px) {
  body .claim-rail { padding: 26px 20px; border-radius: 20px; }
  body .cr-track { grid-template-columns: minmax(0, 1fr); gap: 0; }
  body .cr-track::before { display: none; }
  body .cr-step {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 7px 16px;
    padding: 0 0 26px;
    align-items: start;
  }
  body .cr-step:last-child { padding-bottom: 0; }
  body .cr-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 8px;
    left: 20px;
    width: 1px;
    background: rgba(116,226,250,.25);
  }
  body .cr-dot, body .cr-n { display: none; }
  body .cr-ic { grid-column: 1; grid-row: 1 / 3; width: 42px; height: 42px; margin: 0; }
  body .cr-ic svg { width: 30px; height: 30px; }
  body .cr-step h3 { grid-column: 2; margin: 0; font-size: 18px; line-height: 1.3; }
  body .cr-step p { grid-column: 2; margin: 0; font-size: 15px; line-height: 1.6; color: #c3cdd3; }
  body .intro-cols3 { gap: 0; margin-top: 0; }
  body .intro-col, body .intro-col + .intro-col {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 8px 16px;
    margin: 0;
    padding: 24px 0;
    border-left: 0;
  }
  body .intro-col:first-child { padding-top: 0; }
  body .intro-col:last-child { padding-bottom: 0; }
  body .intro-col-ic { grid-row: 1 / 3; height: auto; align-self: start; }
  body .intro-col-ic img { width: 48px; height: 48px; }
  body .intro-col-hd { display: none; }
  body .intro-col-n { display: none; }
  body .intro-col h3 { grid-column: 2; grid-row: 1; margin: 0; font-size: 20px; line-height: 1.25; }
  body .intro-col p { grid-column: 2; margin: 0; font-size: 15px; line-height: 1.6; }
  body .dm-tabs { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  body .dm-tab { grid-template-columns: 30px minmax(0,1fr); gap: 8px; min-height: 76px; padding: 12px 10px; border-color: var(--line); border-radius: 12px; }
  body .dm-tab b { font-size: 14px; line-height: 1.35; }
  body .dm-tab-ic { width: 30px; height: 30px; border-radius: 8px; }
  body .dm-tab-arr { display: none; }
  body .dm-layout { gap: 24px; }
  body .dm-pane.active { gap: 20px; }
  body .dm-pane h3 { font-size: 22px; }
  body .dm-tags { margin-top: 16px; gap: 8px; }
  body .dm-tags span { padding: 7px 11px; font-size: 13px; }
  body .kbc-header { gap: 20px; margin-bottom: 24px !important; }
  body .kbc-nav { padding-top: 0; }
  body .kbc-body { padding: 24px; }
  body .kbc-num { margin-bottom: 12px; }
  body .kbc-h { font-size: 22px; }
  body .aia-card, body .vstack-card {
    grid-template-areas: "icon title" "body body" !important;
    grid-template-columns: 36px minmax(0,1fr) !important;
    grid-template-rows: auto auto !important;
    align-items: center;
    gap: 18px 14px !important;
    padding: 24px !important;
    border-radius: 18px;
  }
  body .aia-ico, body .vsc-icon { width: 36px; height: 36px; }
  body .aia-card h3, body .vsc-title h3 { font-size: 22px !important; line-height: 1.2; align-self: center !important; }
  body .aia-num, body .vsc-num, body .vsc-label { display: none; }
  body .aia-card p, body .vsc-body p { line-height: 1.6; }
  body .ah-facts { gap: 0 !important; background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
  body .ah-fact { border: 0; border-radius: 0; padding: 20px !important; }
  body .ah-fact + .ah-fact { border-top: 1px solid var(--line); }
  body .ah-fact::before, body .ah-fact::after { display: none; }
  body .stepper::before { left: 23px; }
  body .step { grid-template-columns: 48px minmax(0,1fr) !important; min-height: 82px; column-gap: 14px !important; }
  body .step .circle { width: 48px !important; height: 48px !important; }
  body .step .step-n { font-size: 16px; }
  body .step h3 { font-size: 16px; padding: 10px 12px !important; }
  body .onb-panel .idx { display: none; }
  body .onb-panel { padding: 20px !important; }
  body .onb-panel h3 { font-size: 18px; }
  body .sc-tab { padding: 12px 10px; gap: 8px; }
  body .sc-tab b { font-size: 14px; }
  body .sc-tab-ic { width: 30px; height: 30px; }
}
@media (min-width: 721px) and (max-width: 980px) {
  body .hb-left { padding-top: 240px !important; }
  body .hb-right img { object-position: 28% center !important; }
  body .hero-bright .hero-cta { flex-direction: row !important; max-width: 540px; }
  body .hero-bright .hero-cta .btn { width: auto; }
}

@media (max-width: 720px) {
  body .hero-bright .button-detail { display: none; }
  body .onb-panel h3 { display: none; }
}

/* Interior photographic introductions share the home page's mobile hierarchy:
   subject first, then clear copy and actions over the same image surface. */
@media (max-width: 980px) {
  body > header[data-mobile-header="photo"] { transition: none !important; }
  body:not(.mobile-menu-open) > header[data-mobile-header="photo"]:not(.solid) {
    background: transparent !important;
    border-bottom-color: transparent !important;
  }
  body:not(.mobile-menu-open) > header[data-mobile-header="photo"]:not(.solid) .logo-light { display: block !important; }
  body:not(.mobile-menu-open) > header[data-mobile-header="photo"]:not(.solid) .logo-dark { display: none !important; }
  body:not(.mobile-menu-open) > header[data-mobile-header="photo"]:not(.solid) .menu-btn span { background: #fff !important; }
  body .ei-hero, body.partner-page .hero.hero-sm {
    position: relative;
    display: flex !important;
    align-items: flex-end !important;
    min-height: 100svh !important;
    background: #12323e;
    isolation: isolate;
  }
  body .ei-hero-inner { display: block; width: 100%; }
  body .ei-hero-media, body.partner-page .hero-right {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100% !important;
    min-height: 0 !important;
    max-width: none;
    max-height: none;
    aspect-ratio: auto;
    margin: 0;
  }
  body .ei-hero-media img, body.partner-page .hero-right img.slot-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 72%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 78%;
  }
  body.partner-page .hero-right img.slot-image { object-position: 50% 30%; }
  body .ei-hero-media::after, body.partner-page .hero-right::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(18,50,62,.22),rgba(18,50,62,.02) 20%,rgba(18,50,62,.74) 43%,#12323e 72%);
  }
  body .ei-hero-text, body.partner-page .hero-left {
    position: relative;
    width: 100%;
    max-width: 660px;
    padding: 320px 24px 32px !important;
  }
  body .ei-hero-text h1, body.partner-page .hero-left h1 {
    font-size: clamp(30px,8.2vw,44px) !important;
    line-height: 1.12 !important;
    color: #fff;
    text-wrap: initial;
  }
  body .ei-hero-text h1 .ei-cyan, body.partner-page .hero-left h1 .hl-cyan { color: #74e2fa; }
  body .ei-hero-text p, body.partner-page .hero-left p.lead { font-size: 16px; line-height: 1.6; color: #e7f0f5; margin-top: 20px; }
  body.partner-page .hero-q { color: #74e2fa; font-size: 16px; line-height: 1.5; margin-top: 18px; }
  body .ei-hero-text .cta-row, body.partner-page .hero-left .hero-cta { margin-top: 26px !important; gap: 10px; }
  body .ei-hero-text .btn, body.partner-page .hero-left .btn { justify-content: center; padding: 12px 18px; min-height: 50px; }
  body .ei-hero-text .btn-ghost, body.partner-page .hero-left .btn-ghost { color: #fff; border-color: rgba(255,255,255,.48); background: transparent; }
}

@media (max-width: 720px) {
  /* Lifecycle cards become compact, explicit accordion rows. */
  body .ipc-rows { flex-direction: column; gap: 10px; margin-top: 28px; }
  body .ipc-row { flex: auto; border-radius: 16px; }
  body .ipc-row.open { box-shadow: none; }
  body .ipc-btn { display: grid; grid-template-columns: 30px minmax(0,1fr) 32px; padding: 18px; gap: 0 10px; min-height: 70px; }
  body .ipc-top { display: contents; }
  body .ipc-n { grid-column: 1; grid-row: 1; letter-spacing: .05em; }
  body .ipc-plus { grid-column: 3; grid-row: 1; }
  body .ipc-row h3 { grid-column: 2; grid-row: 1; margin: 0; font-size: 18px; }
  body .ipc-panel { grid-column: 2 / -1; grid-row: 2; }
  body .ipc-row.open .ipc-panel { max-height: none; }
  body .ipc-panel p { padding-top: 12px; font-size: 16px; line-height: 1.6; }
  body .sc-tabs { margin-top: 28px; }
  body .sc-pane { padding-top: 24px; }
  body .sc-tags { gap: 8px; }
  body .sc-tags span { font-size: 14px; padding: 8px 12px; }
  body .cc-grid { gap: 28px; }
  body .wa-phone {
    max-width: 100% !important;
    aspect-ratio: auto;
    border: 1px solid #d9e4e8;
    border-radius: 20px;
    box-shadow: 0 12px 30px -24px rgba(18,50,62,.5);
  }
  body .wa-head { padding: 14px 16px; gap: 10px; }
  body .wa-avatar { width: 34px; height: 34px; font-size: 14px; }
  body .wa-name { font-size: 15px; }
  body .wa-sub { font-size: 12px; }
  body .wa-body { flex: auto; padding: 16px; gap: 12px; }
  body .wa-msg { font-size: 14px; max-width: 90%; padding: 10px 12px; }
  body .wa-time { font-size: 11px; }
  body .wa-bar { display: none; }
  body .st-close { padding: 24px; margin-top: 28px; border-radius: 18px; }
  body .st-close-stmt b { font-size: 21px; line-height: 1.35; }
  body .st-list { margin-top: 24px; padding-top: 24px; gap: 24px; }

  /* Launch figures appear once, in three scannable rows. */
  body.partner-page .stats-strip { padding: 28px 0; }
  body.partner-page .ss-row { display: grid; grid-template-columns: 1fr; gap: 0; }
  body.partner-page .ss-item { margin: 0; padding: 16px 0; border: 0; gap: 16px; }
  body.partner-page .ss-item + .ss-item { border-top: 1px solid rgba(255,255,255,.14); }
  body.partner-page .ss-item:first-child { padding-top: 0; }
  body.partner-page .ss-item:last-child { padding-bottom: 0; }
  body.partner-page .ss-ico { width: 36px; flex: 0 0 36px; }
  body.partner-page .ss-val { font-size: 24px; line-height: 1.2; }
  body.partner-page .ss-lbl { font-size: 14px; line-height: 1.5; margin-top: 4px; }
  body.partner-page .launch-cards { display: none !important; }
  body.partner-page .why-item { padding: 20px 0; gap: 12px; }
  body.partner-page .why-num { font-size: 13px; width: 24px; flex: 0 0 24px; }
  body.partner-page .why-item h3 { font-size: 20px; line-height: 1.25; color: #52636d; padding-right: 24px; }
  body.partner-page .why-item.active h3 { color: var(--navy); }
  body.partner-page .why-body { position: relative; min-width: 0; }
  body.partner-page .why-body::after { content: "+"; position: absolute; right: 0; top: 20px; font-size: 22px; color: #0085ad; }
  body.partner-page .why-item.active .why-body::after { content: "−"; }
  body.partner-page .why-eyebrow { font-size: 12px; }
  body.partner-page .why-grid { gap: 24px; }
  body.partner-page .why-cap { padding: 16px 20px; }
  body.partner-page .why-cap .wc-t { font-size: 17px; }
  body.partner-page .kbc-head-main .tagline { font-size: 20px; line-height: 1.45; }
  body.partner-page .kbc-top { height: auto; aspect-ratio: 3 / 2; }
  body.partner-page .kbc-item h4 { font-size: 15px; line-height: 1.5; }
  body.partner-page .kbc-know-btn { min-width: 44px; min-height: 44px; }

  /* About leads with the people and expertise, using the same compact rhythm. */
  body.about-page .ah-inner { padding: 108px 24px 40px !important; }
  body.about-page .ah-left h1 { font-size: clamp(32px,8.6vw,40px) !important; line-height: 1.12 !important; }
  body.about-page .ah-top { gap: 22px; }
  body.about-page .ah-lead { font-size: 16px; line-height: 1.6; }
  body.about-page .ah-right .hero-cta { margin-top: 24px; gap: 10px; }
  body.about-page .ah-fact span { font-size: 15px; line-height: 1.6; }
  body.about-page .team-grid { margin-top: 28px !important; }
  body.about-page .team-grid .tm-card { padding: 24px !important; border-radius: 18px; }
  body.about-page .team-grid .tm-name { font-size: 25px; line-height: 1.2; }
  body.about-page .team-grid .tm-role { font-size: 14px; margin-top: 6px; }
  body.about-page .team-grid .tm-bio { font-size: 16px; line-height: 1.6; margin-top: 16px !important; padding-top: 16px; margin-bottom: 20px; }
  body.about-page .tm-li { min-height: 44px; justify-content: center; width: 100%; font-size: 14px; }
  body.about-page .car-panel { padding: 26px 24px !important; border-radius: 18px; }
  body.about-page .car-grid { gap: 24px; }
  body.about-page .car-roles { gap: 8px; }
  body.about-page .car-role { font-size: 14px; padding: 8px 12px; }
  body.about-page .car-right p { font-size: 16px; line-height: 1.6; }
  body.about-page .car-right .btn { width: 100%; }

  /* Put the call option next to the introduction, before the message form. */
  body .ct-sec { padding: 104px 0 48px !important; }
  body .ct-head h1 { font-size: 36px !important; line-height: 1.12 !important; }
  body .ct-head p { font-size: 16px; line-height: 1.6; }
  body .ct-call-link { display: flex; flex-wrap: wrap; gap: 4px 8px; align-items: center; min-height: 48px; margin-top: 18px; font-size: 14px; color: var(--ink-soft); }
  body .ct-call-link span { color: #007ea4; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
  body .ct-grid { margin-top: 24px !important; }
  body .ct-form { padding: 24px 20px !important; border-radius: 18px; box-shadow: none; }
  body .ct-form h2 { font-size: 24px !important; }
  body .ct-form .ct-formsub { font-size: 14px; margin-bottom: 24px; }
  body .ct-fields { gap: 18px; }
  body .ct-field textarea { min-height: 144px; }
  body .ct-consent { font-size: 14px; line-height: 1.6; }
  body .ct-info { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; gap: 0; }
  body .ct-info .ct-card { border: 0; border-radius: 0; padding: 20px !important; gap: 14px; box-shadow: none; }
  body .ct-info .ct-card + .ct-card { border-top: 1px solid var(--line); }
  body .ct-info .ct-book { display: none; }
  body .ct-info .ct-card:nth-child(2) { border-top: 0; }
  body .ct-ci { width: 36px; height: 36px; border-radius: 10px; }
  body .ct-cv { font-size: 15px; line-height: 1.5; }
  body .ct-cl { font-size: 12px; line-height: 1.5; }
  body .ct-card a { min-height: 44px; display: inline-flex; align-items: center; }

  body:not(:has(.hero-bright)) .ei-cta h2,
  body:not(:has(.hero-bright)) .pcta h2 { font-size: 28px !important; line-height: 1.2 !important; }
  body:not(:has(.hero-bright)) .ei-cta p,
  body:not(:has(.hero-bright)) .pcta p { font-size: 16px; line-height: 1.6; }
  body:not(:has(.hero-bright)) footer .foot-top { grid-template-columns: minmax(0,1fr) !important; gap: 28px !important; }
  body:not(:has(.hero-bright)) footer .foot-col ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 20px; }
  body:not(:has(.hero-bright)) footer .foot-col h4 { margin-bottom: 10px; }
  body:not(:has(.hero-bright)) footer .foot-brand p { max-width: none; line-height: 1.6; }
  body.utility-page .panel, body.utility-page .card { border-radius: 18px; box-shadow: none; padding: 28px 24px; }
  body.utility-page h1 { font-size: clamp(28px,8vw,36px); line-height: 1.2; }
  body.utility-page p { font-size: 16px; line-height: 1.6; }
  body.utility-page .actions { margin-top: 24px; gap: 10px; }
  body.utility-page .btn { font-size: 15px; min-height: 50px; }
  body.utility-page .mark { width: 52px; height: 52px; font-size: 26px; margin-bottom: 20px; }
}

@media (max-width: 980px) {
  body .ei-hero-text h1 .ei-cyan { white-space: nowrap; }
}

@media (max-width: 720px) {
  body:not(:has(.hero-bright)) h2 .desktop-break { display: none; }
}

body > header[data-logo-mode="dark"] .logo-light {
  display: none !important;
}

body > header[data-logo-mode="dark"] .logo-dark {
  display: block !important;
}

body:not(.mobile-menu-open) > header[data-logo-mode="dark"][data-mobile-header="photo"]:not(.solid) .logo-light {
  display: none !important;
}

body:not(.mobile-menu-open) > header[data-logo-mode="dark"][data-mobile-header="photo"]:not(.solid) .logo-dark {
  display: block !important;
}

@media (max-width: 980px) {
  body .ei-hero {
    display: block !important;
    min-height: 0 !important;
    background: #fff !important;
    color: var(--ink) !important;
  }

  body .ei-hero-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    height: auto !important;
    max-height: none !important;
  }

  body .ei-hero-text {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    padding: 104px 20px 36px !important;
    color: var(--ink) !important;
  }

  body .ei-hero-text h1 {
    color: var(--navy) !important;
  }

  body .ei-hero-text p {
    color: var(--ink-soft) !important;
  }

  body .ei-hero-text .btn-ghost {
    color: var(--navy) !important;
    border-color: var(--line) !important;
  }

  body .ei-hero-media {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
    order: 2;
    background: #fff !important;
  }

  body .ei-hero-media img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-position: 50% 45% !important;
  }

  body .ei-hero-media::after {
    display: none !important;
  }

  body:not(.mobile-menu-open) > header[data-logo-mode="dark"] .menu-btn span {
    background: var(--navy) !important;
  }
}

@media (max-width: 720px) {
  body.partner-page .why-grid {
    gap: 8px !important;
  }
}

@media (max-width: 980px) {
  body .ei-hero {
    display: flex !important;
    align-items: flex-end !important;
    min-height: 100svh !important;
    background: #12323e !important;
    isolation: isolate;
  }

  body .ei-hero-inner {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }

  body .ei-hero-media {
    position: absolute !important;
    inset: 0 !important;
    z-index: -1;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    background: transparent !important;
  }

  body .ei-hero-media img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 72% !important;
    object-fit: cover !important;
    object-position: 50% 78% !important;
  }

  body .ei-hero-media::after {
    display: block !important;
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(
      180deg,
      rgba(18, 50, 62, .22),
      rgba(18, 50, 62, .02) 20%,
      rgba(18, 50, 62, .74) 43%,
      #12323e 72%
    ) !important;
  }

  body .ei-hero-text {
    position: relative !important;
    width: 100% !important;
    max-width: 660px !important;
    padding: 320px 24px 32px !important;
    color: #fff !important;
  }

  body .ei-hero-text h1 {
    color: #fff !important;
  }

  body .ei-hero-text h1 .ei-cyan {
    color: var(--cyan-light) !important;
  }

  body .ei-hero-text p {
    color: #e7f0f5 !important;
  }

  body .ei-hero-text .btn-ghost {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .48) !important;
    background: transparent !important;
  }

  body:not(.mobile-menu-open) > header[data-logo-mode="dark"][data-mobile-header="photo"]:not(.solid) .menu-btn span {
    background: var(--navy) !important;
  }

  body:not(.mobile-menu-open) > header[data-logo-mode="dark"][data-mobile-header="photo"]:not(.solid) {
    background: #fff !important;
    border-bottom: 1px solid var(--line) !important;
  }

  body > header[data-logo-mode="dark"] .wrap.nav {
    background: #fff !important;
  }
}
