/* Reference density layer
   Loaded after styles.css so the final responsive composition wins. */

.hero-video-panel::after {
  display: none !important;
}

.hero-video-panel video {
  filter: none !important;
}

@media (min-width: 1181px) {
  html {
    font-size: clamp(11px, 0.76vw, 12.5px);
  }

  main::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 34% 100%) !important;
  }

  .hero,
  .hero-dark,
  .hero-light {
    min-height: 100svh !important;
  }

  .hero h1 {
    max-width: min(380px, 11ch) !important;
    font-size: clamp(3.15rem, 3.4vw, 4.45rem) !important;
  }

  .hero-logo img {
    width: clamp(78px, 6vw, 108px) !important;
  }

  .hero-actions a {
    width: 160px;
    min-width: 160px !important;
    height: 52px;
    min-height: 52px !important;
  }

  .hero-light {
    isolation: isolate;
  }

  .hero-video-panel {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: min(54vw, 1080px);
    height: var(--slant-height, 100%);
    overflow: hidden;
    background: var(--black);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 34% 100%);
    pointer-events: none;
  }

  .hero-video-panel::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0) 38%, rgba(16, 16, 16, 0.5) 58%, var(--black) 82%, var(--black) 100%),
      radial-gradient(circle at 72% 32%, rgba(50, 204, 196, 0.16), transparent 34%),
      linear-gradient(90deg, rgba(16, 16, 16, 0.88), rgba(16, 16, 16, 0.48) 42%, rgba(16, 16, 16, 0.76));
    content: "";
  }

  .hero-video-panel video {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100svh;
    min-height: 100svh;
    object-fit: cover;
    filter: grayscale(0.26) saturate(0.86) contrast(1.08) brightness(0.56);
  }

  .hero-actions {
    z-index: 2;
  }

  .section-rail {
    left: clamp(46px, 4.3vw, 82px) !important;
    font-size: 0.82rem !important;
  }

  .section-rail a {
    min-height: 42.5px !important;
    padding-left: 28px !important;
  }

  .section-rail::before {
    background: rgba(128, 128, 128, 0.34) !important;
  }

  .section-rail a::before {
    border-color: rgba(128, 128, 128, 0.62) !important;
    background: rgba(128, 128, 128, 0.34) !important;
    opacity: 1 !important;
  }

  .section-rail a.passed::before,
  .section-rail a.active::before {
    border-color: var(--accent) !important;
    background: var(--accent) !important;
    opacity: 1 !important;
  }

  .about-carousel-section {
    min-height: clamp(500px, 52svh, 650px) !important;
    padding-block: clamp(42px, 4.2vw, 74px) clamp(50px, 5vw, 88px) !important;
  }

  .about-slide,
  .about-slide .section-copy {
    min-height: clamp(340px, 34svh, 470px) !important;
  }

  .section-copy h2,
  .service-suite-intro h2 {
    font-size: clamp(2.8rem, 3.75vw, 4.45rem) !important;
  }

  .floating-stat-stage,
  .service-visual {
    min-height: clamp(360px, 32vw, 520px) !important;
  }

  .service-suite {
    padding-top: clamp(52px, 4.8vw, 86px) !important;
    min-height: clamp(900px, 100svh, 1080px) !important;
  }

  .service-suite-intro {
    margin-bottom: clamp(28px, 3.2vw, 52px) !important;
  }

  .service-lane-heading {
    min-height: clamp(300px, 26vw, 430px) !important;
  }

  .service-card {
    min-height: clamp(168px, 12vw, 220px) !important;
  }

  .service-panels {
    min-height: clamp(470px, 36vw, 585px);
  }

  .service-panel.active {
    min-height: inherit;
  }

  .service-panel.active .service-lane-heading {
    min-height: inherit !important;
  }

  .partnerships,
  .contact-section,
  .contact-footer-block {
    min-height: clamp(520px, 58svh, 680px) !important;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  main::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 31% 100%) !important;
  }

  .hero,
  .hero-dark,
  .hero-light {
    min-height: 100svh !important;
  }

  .hero h1 {
    max-width: 420px !important;
    font-size: clamp(2.85rem, 5.45vw, 4rem) !important;
  }

  .hero-dark {
    padding-top: clamp(98px, 10vw, 128px) !important;
  }

  .hero-light {
    isolation: isolate;
  }

  .hero-video-panel {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 52vw;
    height: var(--slant-height, 100%);
    overflow: hidden;
    background: var(--black);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 31% 100%);
    pointer-events: none;
  }

  .hero-video-panel::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(16, 16, 16, 0.18) 0%, rgba(16, 16, 16, 0.28) 38%, rgba(16, 16, 16, 0.66) 60%, var(--black) 84%, var(--black) 100%),
      rgba(16, 16, 16, 0.58);
    content: "";
  }

  .hero-video-panel video {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100svh;
    min-height: 100svh;
    object-fit: cover;
    filter: grayscale(0.26) saturate(0.86) contrast(1.08) brightness(0.56);
  }

  .hero-actions {
    z-index: 2;
  }

  .section-copy h2,
  .service-suite-intro h2 {
    font-size: clamp(2.7rem, 5.1vw, 4.2rem) !important;
  }

  .service-suite {
    min-height: clamp(920px, 100svh, 1120px) !important;
  }

  .service-panels {
    min-height: clamp(560px, 56vw, 700px);
  }

  .service-panel.active,
  .service-panel.active .service-lane-heading {
    min-height: inherit !important;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 100svh !important;
  }

  .hero-dark {
    min-height: calc(100svh - 210px) !important;
  }

  .hero-light {
    min-height: 210px !important;
  }

  .hero-video-panel {
    display: none;
  }

  .hero h1 {
    font-size: clamp(3.05rem, 12.7vw, 5rem) !important;
  }

  .service-switch {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 0 !important;
  }

  .service-suite {
    min-height: auto !important;
  }
}

/* Reusable full-screen stepped forms ------------------------------------- */
.step-form-dialog {
  width: 100vw !important;
  max-width: none !important;
  height: 100dvh;
  max-height: none !important;
  margin: 0;
  border: 0;
  border-radius: 0 !important;
  background: #00384d !important;
  box-shadow: none;
  color: #fff;
}

.step-form-dialog::backdrop {
  background: #00384d;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.step-form-shell {
  position: relative;
  display: flex !important;
  width: 100%;
  min-height: 100dvh;
  max-height: 100dvh !important;
  overflow: auto;
  flex-direction: column;
  gap: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #00384d !important;
  box-shadow: none !important;
  color: #fff !important;
  padding: 0 clamp(24px, 5vw, 84px) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

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

.step-form-header {
  position: relative;
  z-index: 4;
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.step-form-brand {
  display: block;
  width: clamp(142px, 12vw, 190px);
}

.step-form-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.step-form-dialog .modal-close {
  position: relative;
  top: auto;
  right: auto;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
}

.step-form-dialog .modal-close::before,
.step-form-dialog .modal-close::after {
  background: #fff;
}

.step-form-layout {
  display: grid;
  width: min(1180px, 100%);
  margin: auto;
  padding: clamp(56px, 8vh, 100px) 0;
  grid-template-columns: minmax(280px, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(64px, 10vw, 160px);
  align-items: center;
}

.step-form-intro {
  align-self: start;
}

.step-form-eyebrow {
  display: block;
  margin-bottom: 22px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.step-form-dialog .step-form-intro h2 {
  max-width: 9ch;
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(3.25rem, 5vw, 5.8rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 0.96;
}

.step-form-dialog .step-form-intro p {
  max-width: 440px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  line-height: 1.7;
}

.step-form-dialog .step-form-intro a {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration-color: var(--accent);
  text-underline-offset: 6px;
}

.step-form-dialog .step-form {
  display: block;
  width: 100%;
  max-width: 600px;
}

.step-form-progress {
  margin-bottom: clamp(44px, 7vh, 72px);
}

.step-form-markers {
  position: relative;
  display: grid;
  margin-bottom: 24px;
  grid-template-columns: repeat(5, 1fr);
}

.step-form-markers::before {
  position: absolute;
  top: 18px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  content: "";
}

.step-form-marker {
  position: relative;
  z-index: 1;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
    #00384d;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  font: inherit;
  font-size: 0.66rem;
  font-weight: 800;
  transition: border-color 260ms ease, background 260ms ease, color 260ms ease, transform 260ms ease;
}

.step-form-marker.is-active {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
  transform: scale(1.08);
}

.step-form-marker.is-complete {
  border-color: rgba(50, 204, 196, 0.5);
  background:
    linear-gradient(rgba(50, 204, 196, 0.14), rgba(50, 204, 196, 0.14)),
    #00384d;
  color: var(--accent);
}

.step-form-marker:disabled {
  cursor: default;
}

.step-form-progress-line {
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.step-form-progress-line span {
  display: block;
  width: 20%;
  height: 100%;
  background: var(--accent);
  transition: width 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.step-form-dialog .step-form-count {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.step-form-stage {
  min-height: 220px;
}

.step-form-step[hidden],
.step-form-actions [hidden],
.step-form-actions[hidden] {
  display: none !important;
}

.step-form-step.is-active {
  animation: stepFormIn 480ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.step-form-dialog .step-form-step label {
  display: block;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(1.65rem, 2.3vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
}

.step-form-dialog .step-form-step input,
.step-form-dialog .step-form-step textarea {
  width: 100%;
  min-height: 64px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  font: inherit;
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  line-height: 1.5;
  outline: none;
  padding: 12px 0;
  transition: border-color 240ms ease;
}

.step-form-dialog .step-form-step textarea {
  min-height: 150px;
  max-height: 32vh;
  resize: vertical;
}

.step-form-dialog .step-form-step input::placeholder,
.step-form-dialog .step-form-step textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.step-form-dialog .step-form-step input:focus,
.step-form-dialog .step-form-step textarea:focus {
  border-color: var(--accent);
  box-shadow: none;
}

.step-form-optional {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.75rem;
  font-weight: 700;
}

.step-form-actions {
  display: flex;
  min-height: 54px;
  margin-top: 36px;
  align-items: center;
  gap: 16px;
}

.step-form-back,
.step-form-next,
.step-form-submit {
  min-height: 52px;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
}

.step-form-back {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  padding: 0;
}

.step-form-next,
.step-form-dialog .step-form-submit {
  display: inline-flex;
  min-width: 164px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 0;
  background: var(--accent) !important;
  color: #fff !important;
  padding: 0 24px;
  transition: transform 220ms ease, box-shadow 220ms ease, opacity 220ms ease;
}

.step-form-next:hover,
.step-form-dialog .step-form-submit:hover {
  box-shadow: 0 12px 34px rgba(50, 204, 196, 0.2);
  transform: translateY(-2px);
}

.step-form-next:disabled,
.step-form-dialog .step-form-submit:disabled {
  cursor: not-allowed;
  opacity: 0.34;
  transform: none;
}

@keyframes stepFormIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 820px) {
  .step-form-shell {
    padding: 0 22px !important;
  }

  .step-form-header {
    min-height: 82px;
  }

  .step-form-brand {
    width: 140px;
  }

  .step-form-dialog .modal-close {
    width: 42px;
    height: 42px;
  }

  .step-form-layout {
    display: block;
    margin: 0;
    padding: 38px 0 calc(40px + env(safe-area-inset-bottom));
  }

  .step-form-intro {
    margin-bottom: 44px;
  }

  .step-form-dialog .step-form-intro h2 {
    max-width: 10ch;
    margin-bottom: 18px;
    font-size: clamp(2.75rem, 12vw, 4.3rem);
  }

  .step-form-dialog .step-form-intro p,
  .step-form-dialog .step-form-intro a {
    display: none;
  }

  .step-form-progress {
    margin-bottom: 42px;
  }

  .step-form-stage {
    min-height: 190px;
  }

  .step-form-dialog .step-form-step label {
    font-size: 1.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .step-form-step.is-active {
    animation: none;
  }

  .step-form-progress-line span,
  .step-form-marker,
  .step-form-next,
  .step-form-submit {
    transition: none !important;
  }
}

.typewriter-space {
  display: inline !important;
  white-space: normal !important;
}

.typewriter-space.typewriter-line-break {
  display: block !important;
  width: 0;
  height: 0;
}

main::before {
  z-index: 1 !important;
}

.hero-dark,
.kinetic-surface {
  position: relative;
  isolation: isolate;
}

.kinetic-fabric-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.72;
  pointer-events: none;
}

.site-kinetic-canvas {
  position: absolute;
  z-index: 0;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  opacity: 0.72;
  clip-path: none;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 clamp(54px, 6vw, 112px), #000 calc(100% - clamp(54px, 6vw, 112px)), transparent 100%),
    linear-gradient(180deg, transparent 0, #000 clamp(42px, 5vw, 96px), #000 calc(100% - clamp(42px, 5vw, 96px)), transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, #000 clamp(54px, 6vw, 112px), #000 calc(100% - clamp(54px, 6vw, 112px)), transparent 100%),
    linear-gradient(180deg, transparent 0, #000 clamp(42px, 5vw, 96px), #000 calc(100% - clamp(42px, 5vw, 96px)), transparent 100%);
  mask-composite: intersect;
}

.contact-section {
  background: transparent !important;
}

main > section,
.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-logo {
  z-index: 2;
}

.site-header .brand img {
  width: clamp(104px, 7.2vw, 140px) !important;
  height: auto !important;
}

.hero-logo img {
  width: clamp(94px, 7.3vw, 132px) !important;
  height: auto !important;
}

@media (max-width: 860px), (prefers-reduced-motion: reduce) {
  .kinetic-fabric-canvas {
    display: none;
  }
}

.section-rail {
  --rail-neutral: rgba(151, 179, 193, 0.34);
  --rail-neutral-strong: #9bb8c8;
}

.section-rail::before {
  width: 1px !important;
  background: var(--rail-neutral) !important;
}

.section-rail::after {
  width: 1px !important;
  background: var(--accent) !important;
  box-shadow: none;
}

.section-rail a {
  opacity: 0.62 !important;
}

.section-rail a::before {
  width: 7px !important;
  height: 7px !important;
  border-color: var(--rail-neutral-strong) !important;
  background: var(--white) !important;
  border-width: 1px !important;
  box-shadow: none;
  transition:
    width 360ms cubic-bezier(0.22, 1, 0.36, 1),
    height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    opacity 220ms ease !important;
}

.section-rail a.passed {
  opacity: 0.78 !important;
}

.section-rail a.active {
  opacity: 1 !important;
}

.section-rail a.passed::before {
  width: 7px !important;
  height: 7px !important;
  border-color: var(--rail-neutral-strong) !important;
  background: var(--white) !important;
  box-shadow: none;
}

.section-rail a.active::before {
  width: 12px !important;
  height: 12px !important;
  border-color: transparent !important;
  background: var(--accent) !important;
  border-radius: 50% !important;
  box-shadow: 0 0 16px rgba(50, 204, 196, 0.26);
  transform: translate(-50%, -50%) !important;
}

.about-carousel-wrap {
  isolation: isolate;
}

.about-carousel {
  position: relative;
  width: 100%;
  margin-inline: 0;
  overflow: hidden !important;
  -webkit-mask-image: none;
  mask-image: none;
}

.about-slide {
  opacity: 0;
  transform: translateX(0);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.about-slide .section-copy {
  padding-inline: 0;
}

.about-slide.is-active {
  opacity: 1;
  transform: translateX(0);
}

.about-carousel.is-transitioning .about-slide:not(.is-active) {
  opacity: 0;
}

.carousel-indicator {
  min-width: 210px;
  height: 30px;
  gap: 0 !important;
}

.carousel-indicator-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 95, 129, 0.14), rgba(0, 95, 129, 0.42), rgba(0, 95, 129, 0.14));
  transform: translateY(-50%);
}

.carousel-indicator button {
  position: relative;
  display: grid !important;
  width: 52px !important;
  height: 28px !important;
  place-items: center;
  border: 0 !important;
  background: transparent !important;
  color: rgba(0, 95, 129, 0.46);
  font: inherit;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1;
  transition:
    color 220ms ease,
    opacity 220ms ease;
}

.carousel-indicator button::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: var(--white);
  content: "";
  transform: translate(-50%, -50%);
  transition:
    width 420ms cubic-bezier(0.22, 1, 0.36, 1),
    height 420ms cubic-bezier(0.22, 1, 0.36, 1),
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.carousel-indicator button span {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-2px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.carousel-indicator button.active {
  color: var(--primary);
}

.carousel-indicator button.active::before {
  width: 36px;
  height: 8px;
  border-color: transparent;
  background: var(--accent);
  box-shadow: 0 0 16px rgba(50, 204, 196, 0.26);
}

.carousel-indicator button.active span {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.service-card {
  position: relative;
  overflow: hidden;
  contain: paint;
  isolation: isolate;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  --card-glow-x: 50%;
  --card-glow-y: 50%;
  --card-border-color: rgba(196, 237, 239, 0.24);
  transition:
    background 220ms ease,
    border-color 420ms ease,
    transform 220ms ease,
    box-shadow 420ms ease,
    --card-glow-x 420ms cubic-bezier(0.22, 1, 0.36, 1),
    --card-glow-y 420ms cubic-bezier(0.22, 1, 0.36, 1),
    --card-border-color 900ms ease;
}

.service-card > * {
  position: relative;
  z-index: 2;
}

.service-card::before,
.service-card::after {
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
}

.service-card::before {
  z-index: 0;
  background:
    radial-gradient(
      190px circle at var(--card-glow-x) var(--card-glow-y),
      rgba(50, 204, 196, 0.13) 0%,
      rgba(50, 204, 196, 0.075) 34%,
      rgba(50, 204, 196, 0.03) 58%,
      rgba(50, 204, 196, 0) 76%
    );
}

.service-card::after {
  z-index: 1;
  padding: 1px;
  background: var(--card-border-color);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: serviceCardBorderColor 2400ms ease-in-out infinite;
  animation-play-state: paused;
}

.service-card:hover,
.service-card:focus-within {
  border-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.service-card:hover::before,
.service-card:hover::after,
.service-card:focus-within::before,
.service-card:focus-within::after {
  opacity: 1;
}

.service-card:hover::after,
.service-card:focus-within::after {
  animation-play-state: running;
}

@property --card-border-color {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(196, 237, 239, 0.24);
}

@keyframes serviceCardBorderColor {
  0%,
  100% {
    --card-border-color: rgba(50, 204, 196, 0.34);
  }

  45% {
    --card-border-color: rgba(50, 204, 196, 0.78);
  }

  70% {
    --card-border-color: rgba(0, 95, 129, 0.72);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-card::after {
    animation: none;
  }
}

.outline-button,
.carousel-next,
.hero-actions a,
.contact-modal button[type="submit"] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: transparent !important;
  background: var(--accent) !important;
  box-shadow:
    0 0 0 1px rgba(50, 204, 196, 0.7),
    0 16px 34px rgba(50, 204, 196, 0.2);
  color: var(--white) !important;
  --button-glow-x: 50%;
  --button-glow-y: 50%;
  will-change: box-shadow, scale, translate, border-color;
}

.outline-button > *,
.carousel-next > *,
.hero-actions a > *,
.contact-modal button[type="submit"] > * > * {
  position: relative;
  z-index: 2;
}

.outline-button::before,
.carousel-next::before,
.hero-actions a::before,
.contact-modal button[type="submit"]::before {
  position: absolute;
  left: var(--button-glow-x);
  top: var(--button-glow-y);
  width: 190%;
  height: 190%;
  z-index: 1;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.42) 0%,
      rgba(196, 237, 239, 0.32) 18%,
      rgba(50, 204, 196, 0.22) 38%,
      rgba(50, 204, 196, 0) 64%
    );
  content: "";
  opacity: 0;
  pointer-events: none;
  filter: blur(10px);
  transform: translate(-50%, -50%);
  transition:
    opacity 220ms ease,
    filter 220ms ease,
    transform 80ms linear;
}

.outline-button::after,
.carousel-next::after,
.hero-actions a::after,
.contact-modal button[type="submit"]::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
    var(--accent);
  content: "";
  pointer-events: none;
  transition:
    background 180ms ease,
    box-shadow 180ms ease;
}

.outline-button:hover,
.carousel-next:hover,
.hero-actions a:hover,
.contact-modal button[type="submit"]:hover,
.outline-button:focus-visible,
.carousel-next:focus-visible,
.hero-actions a:focus-visible,
.contact-modal button[type="submit"]:focus-visible {
  border-color: transparent !important;
  background: var(--accent) !important;
  color: var(--white) !important;
  box-shadow:
    0 0 0 1px rgba(50, 204, 196, 0.86),
    0 18px 38px rgba(50, 204, 196, 0.28),
    0 0 56px rgba(50, 204, 196, 0.24);
}

.outline-button:hover::before,
.carousel-next:hover::before,
.hero-actions a:hover::before,
.contact-modal button[type="submit"]:hover::before,
.outline-button:focus-visible::before,
.carousel-next:focus-visible::before,
.hero-actions a:focus-visible::before,
.contact-modal button[type="submit"]:focus-visible::before {
  opacity: 0.95;
  filter: blur(8px);
}

.outline-button:hover::after,
.carousel-next:hover::after,
.hero-actions a:hover::after,
.contact-modal button[type="submit"]:hover::after,
.outline-button:focus-visible::after,
.carousel-next:focus-visible::after,
.hero-actions a:focus-visible::after,
.contact-modal button[type="submit"]:focus-visible::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
    var(--accent);
  box-shadow:
    inset 0 0 24px rgba(0, 95, 129, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.outline-button span,
.carousel-next span,
.hero-actions a span,
.contact-modal button[type="submit"] span span {
  color: currentColor;
}

.outline-button:active,
.carousel-next:active,
.hero-actions a:active,
.contact-modal button[type="submit"]:active {
  translate: 0 1px;
  scale: 0.985;
}

@property --outline-beam-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes outlineBeamLoop {
  to {
    --outline-beam-angle: 360deg;
  }
}

@media (prefers-reduced-motion: reduce) {
  .outline-button::before,
  .carousel-next::before,
  .hero-actions a::before,
  .contact-modal button[type="submit"]::before {
    animation: none;
  }
}

.about-system-map {
  position: relative;
  min-height: clamp(420px, 34vw, 620px);
  overflow: hidden;
  isolation: isolate;
}

.about-system-map::before {
  position: absolute;
  inset: 8% 5%;
  border: 1px solid rgba(196, 237, 239, 0.09);
  border-radius: 50%;
  content: "";
  transform: rotate(-12deg);
}

.about-system-map::after {
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(50, 204, 196, 0.11), transparent 68%);
  content: "";
  filter: blur(12px);
}

.system-map-orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(50, 204, 196, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.system-map-orbit.orbit-one {
  inset: 14% 11%;
  transform: rotate(19deg);
}

.system-map-orbit.orbit-two {
  inset: 27% 22%;
  border-color: rgba(255, 255, 255, 0.09);
  transform: rotate(-24deg);
}

.system-map-state {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.96) rotate(-1deg);
  transform-origin: center;
  transition:
    opacity 560ms ease,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.system-map-state.is-active {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.system-map-state path,
.system-map-state circle,
.system-map-state rect {
  vector-effect: non-scaling-stroke;
}

.map-routes path,
.pressure-lines path,
.enablement-paths path,
.philosophy-links path {
  fill: none;
  stroke: rgba(50, 204, 196, 0.62);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 8 10;
}

.system-map-state.is-active .map-routes path,
.system-map-state.is-active .enablement-paths path,
.system-map-state.is-active .philosophy-links path {
  animation: systemRouteFlow 8s linear infinite;
}

.map-nodes circle,
.enablement-nodes circle {
  fill: #00384d;
  stroke: rgba(196, 237, 239, 0.8);
  stroke-width: 2;
}

.map-nodes .node-core,
.enablement-nodes .node-core {
  fill: var(--accent);
  stroke: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 0 15px rgba(50, 204, 196, 0.52));
}

.system-map-state.is-active .map-nodes circle:not(.node-core),
.system-map-state.is-active .enablement-nodes circle:not(.node-core) {
  animation: systemNodeBreathe 3.6s ease-in-out infinite alternate;
}

.pressure-rings circle {
  fill: none;
  stroke: rgba(196, 237, 239, 0.22);
  stroke-width: 1.5;
  transform-origin: 360px 310px;
}

.system-map-state.is-active .pressure-rings circle {
  animation: systemPressurePulse 3.8s ease-out infinite;
}

.system-map-state.is-active .pressure-rings circle:nth-child(2) {
  animation-delay: 0.65s;
}

.system-map-state.is-active .pressure-rings circle:nth-child(3) {
  animation-delay: 1.3s;
}

.enablement-nodes rect {
  fill: rgba(0, 56, 77, 0.84);
  stroke: rgba(196, 237, 239, 0.5);
  stroke-width: 1.5;
}

.philosophy-links path:last-child {
  stroke: rgba(196, 237, 239, 0.38);
  stroke-dasharray: none;
}

.system-map-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(50, 204, 196, 0.5);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.system-map-pulse::before,
.system-map-pulse::after {
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(50, 204, 196, 0.36);
  border-radius: inherit;
  content: "";
  animation: systemCorePulse 3.2s ease-out infinite;
}

.system-map-pulse::after {
  animation-delay: 1.6s;
}

@keyframes systemRouteFlow {
  to { stroke-dashoffset: -180; }
}

@keyframes systemNodeBreathe {
  to { stroke: var(--accent); filter: drop-shadow(0 0 8px rgba(50, 204, 196, 0.5)); }
}

@keyframes systemPressurePulse {
  0% { opacity: 0.75; transform: scale(0.72); }
  72%, 100% { opacity: 0; transform: scale(1.18); }
}

@keyframes systemCorePulse {
  0% { opacity: 0.9; transform: scale(1); }
  100% { opacity: 0; transform: scale(5.4); }
}

@media (max-width: 760px) {
  .about-system-map {
    min-height: 360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-system-map *,
  .about-system-map *::before,
  .about-system-map *::after {
    animation: none !important;
    transition-duration: 1ms !important;
  }
}

.about-system-map::before,
.about-system-map::after {
  content: none;
}

.about-system-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.animated-stat-stack {
  min-height: clamp(380px, 31vw, 560px) !important;
  perspective: 1100px;
  --stack-tilt-x: 0deg;
  --stack-tilt-y: 0deg;
}

/* Insights newsletter carousel */
.insights-carousel-wrap {
  position: relative;
  min-width: 0;
  padding-bottom: 0;
}

.insights-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(26px, 2.4vw, 38px);
}

.nsight-brand {
  position: relative;
  z-index: 3;
  width: clamp(146px, 10.08vw, 196px);
  height: 73px;
  pointer-events: none;
}

.nsight-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.insights-section-title,
.insights-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.insights-carousel {
  width: 100%;
  overflow: hidden;
}

.insights-track {
  display: flex;
  width: 100%;
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.insights-slide {
  display: grid;
  flex: 0 0 100%;
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
  padding-block: 40px;
  align-content: start;
  opacity: 0.22;
  transition: opacity 420ms ease;
}

.insights-slide.is-active {
  opacity: 1;
}

.insights-slide h3 {
  max-width: 15ch;
  margin: 0 0 24px;
  color: var(--ink);
  font-size: 38px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.02;
  text-wrap: balance;
}

.insights-slide .insights-summary {
  position: relative;
  overflow: hidden;
  max-width: 600px;
  max-height: calc(8 * 1.65em);
  margin-bottom: 24px;
  color: rgba(17, 20, 24, 0.82);
  line-height: 1.65;
  mask-image: linear-gradient(to bottom, #000 0%, #000 48%, rgba(0, 0, 0, 0.9) 56%, rgba(0, 0, 0, 0.52) 72%, rgba(0, 0, 0, 0.16) 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 48%, rgba(0, 0, 0, 0.9) 56%, rgba(0, 0, 0, 0.52) 72%, rgba(0, 0, 0, 0.16) 90%, transparent 100%);
}

.insights-slide .insights-summary p {
  margin: 0;
}

.insights-slide .insights-summary p + p {
  margin-top: 0.9em;
}

.insights-read-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  color: #087b76;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.insights-read-link span {
  transition: transform 220ms ease;
}

.insights-read-link:hover span,
.insights-read-link:focus-visible span {
  transform: translateX(4px);
}

.insights-carousel-footer {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
}

.insights-indicator {
  position: relative;
  display: flex;
  width: 156px;
  min-width: 156px;
}

.linkedin-subscribe-button {
  display: inline-flex;
  width: fit-content;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  gap: 0;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  transition: box-shadow 220ms ease, scale 220ms ease, translate 220ms ease;
}

.insights-next {
  position: relative !important;
  inset: auto !important;
  flex: 0 0 auto;
}

@media (max-width: 760px) {
  .insights-carousel-wrap {
    padding-bottom: 0;
  }

  .insights-header {
    gap: 14px;
    margin-bottom: 28px;
  }

  .nsight-brand {
    width: 151px;
    height: 73px;
  }

  .insights-slide {
    min-height: 0;
  }

  .insights-slide h3 {
    max-width: 13ch !important;
    font-size: 2.15rem !important;
  }

  .insights-slide .insights-summary {
    max-height: calc(8 * 1.65em);
  }

  .insights-carousel-footer {
    gap: 16px;
    margin-top: 28px;
  }

  .insights-indicator {
    width: 156px;
    margin-inline: 0;
  }

  .linkedin-subscribe-button,
  .insights-next {
    width: 156px;
    min-width: 156px;
    min-height: 50px;
    padding-inline: 18px;
    white-space: nowrap;
  }

  .contact-copy .outline-button {
    width: 100%;
    min-width: 100%;
    min-height: 54px;
    justify-content: center;
    padding-inline: 22px;
    white-space: nowrap;
  }
}

.animated-stat-stack::after {
  content: none !important;
}

.animated-stat-stack .floating-stat-card {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: min(410px, 56%) !important;
  min-height: clamp(250px, 20vw, 310px);
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 16px;
  padding: clamp(26px, 2.4vw, 38px) !important;
  border-color: rgba(0, 95, 129, 0.1);
  box-shadow:
    0 12px 28px rgba(17, 17, 17, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  cursor: pointer;
  outline: none;
  overflow: visible;
  transform-style: preserve-3d;
  transform-origin: center;
  user-select: none;
  transition:
    transform 560ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 360ms ease,
    box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 320ms ease,
    filter 360ms ease;
}

.animated-stat-stack .floating-stat-card strong {
  font-size: clamp(2.7rem, 3.7vw, 4.65rem);
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.animated-stat-stack .floating-stat-card .stat-card-detail {
  max-width: 30ch;
  line-height: 1.5;
}

.animated-stat-stack .floating-stat-card .stat-card-source {
  padding-top: 16px;
  line-height: 1.45;
}

.animated-stat-stack .floating-stat-card::before {
  width: 42px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(50, 204, 196, 0.32);
}

.animated-stat-stack .floating-stat-card[data-stack-state="active"] {
  z-index: 5;
  border-color: rgba(50, 204, 196, 0.22);
  box-shadow:
    0 16px 36px rgba(17, 17, 17, 0.08),
    0 0 0 1px rgba(50, 204, 196, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transform:
    translate3d(calc(-50% + var(--float-c-x)), calc(-52% + var(--float-c-y)), 94px)
    rotateX(var(--stack-tilt-x))
    rotateY(var(--stack-tilt-y))
    scale(1.08);
}

.animated-stat-stack .floating-stat-card[data-stack-state="left"] {
  z-index: 3;
  opacity: 0.94;
  filter: saturate(0.94);
  transform:
    translate3d(calc(-88% + var(--float-a-x)), calc(-61% + var(--float-a-y)), 30px)
    rotate(-7deg)
    scale(0.9);
}

.animated-stat-stack .floating-stat-card[data-stack-state="right"] {
  z-index: 4;
  opacity: 0.96;
  filter: saturate(0.96);
  transform:
    translate3d(calc(-16% + var(--float-b-x)), calc(-40% + var(--float-b-y)), 52px)
    rotate(7deg)
    scale(0.92);
}

@media (hover: hover) and (pointer: fine) {
  .animated-stat-stack:hover .floating-stat-card[data-stack-state="left"],
  .animated-stat-stack:focus-within .floating-stat-card[data-stack-state="left"] {
    opacity: 1;
    filter: saturate(1);
    transform:
      translate3d(calc(-98% + var(--float-a-x)), calc(-62% + var(--float-a-y)), 46px)
      rotate(-9deg)
      scale(0.93);
  }

  .animated-stat-stack:hover .floating-stat-card[data-stack-state="right"],
  .animated-stat-stack:focus-within .floating-stat-card[data-stack-state="right"] {
    opacity: 1;
    filter: saturate(1);
    transform:
      translate3d(calc(-4% + var(--float-b-x)), calc(-39% + var(--float-b-y)), 64px)
      rotate(9deg)
      scale(0.95);
  }

  .animated-stat-stack:hover .floating-stat-card[data-stack-state="active"],
  .animated-stat-stack:focus-within .floating-stat-card[data-stack-state="active"] {
    transform:
      translate3d(calc(-50% + var(--float-c-x)), calc(-55% + var(--float-c-y)), 108px)
      rotateX(0deg)
      rotateY(0deg)
      scale(1.1);
  }
}

.animated-stat-stack .floating-stat-card[data-stack-state="left"]:hover,
.animated-stat-stack .floating-stat-card[data-stack-state="right"]:hover,
.animated-stat-stack .floating-stat-card:focus-visible {
  border-color: rgba(50, 204, 196, 0.62);
  box-shadow:
    0 20px 48px rgba(17, 17, 17, 0.1),
    0 38px 92px rgba(17, 17, 17, 0.1),
    0 0 52px rgba(50, 204, 196, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.animated-stat-stack .floating-stat-card[data-stack-state="active"]:hover,
.animated-stat-stack .floating-stat-card[data-stack-state="active"]:focus-visible {
  border-color: rgba(50, 204, 196, 0.5);
  box-shadow:
    0 20px 50px rgba(17, 17, 17, 0.11),
    0 40px 96px rgba(17, 17, 17, 0.11),
    0 0 56px rgba(50, 204, 196, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

@media (max-width: 760px) {
  .animated-stat-stack {
    display: grid !important;
    gap: 16px !important;
    min-height: auto !important;
    perspective: none;
  }

  .animated-stat-stack::after {
    content: none !important;
  }

  .animated-stat-stack .floating-stat-card,
  .animated-stat-stack .floating-stat-card[data-stack-state] {
    position: relative !important;
    inset: auto !important;
    width: auto !important;
    min-height: auto;
    transform: none !important;
    opacity: 1;
  }

}

@media (prefers-reduced-motion: reduce) {
  .animated-stat-stack,
  .animated-stat-stack .floating-stat-card {
    transition: none !important;
    animation: none !important;
  }

  .animated-stat-stack {
    --stack-tilt-x: 0deg !important;
    --stack-tilt-y: 0deg !important;
  }
}

.service-switch {
  display: inline-grid !important;
  grid-template-columns: repeat(2, var(--switch-cell-w, max-content));
  justify-content: center;
  align-items: center;
  gap: 0 !important;
  border: 1px solid rgba(196, 237, 239, 0.18) !important;
  background: rgba(255, 255, 255, 0.055) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.025);
  overflow: hidden;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.service-switch::before {
  content: none !important;
}

.service-switch-track {
  overflow: hidden;
  background: #32ccc4 !important;
  box-shadow: 0 0 18px rgba(50, 204, 196, 0.18) !important;
  transition:
    transform 560ms cubic-bezier(0.22, 1.28, 0.36, 1),
    width 560ms cubic-bezier(0.22, 1.28, 0.36, 1),
    box-shadow 360ms ease !important;
}

.service-switch-track::after {
  content: none !important;
}

.service-switch button {
  box-sizing: border-box;
  width: var(--switch-cell-w, auto);
  z-index: 2 !important;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 1.03rem;
  padding: 0 34px !important;
  text-align: center;
  text-shadow: none;
  transition:
    color 300ms ease,
    opacity 300ms ease,
    scale 180ms ease !important;
}

.service-switch button:hover {
  color: rgba(255, 255, 255, 0.76) !important;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

.service-switch button:active {
  scale: 0.97;
  transform: none !important;
}

.service-switch button.active {
  color: var(--white) !important;
  opacity: 1;
  text-shadow: none;
}

.service-switch button::after {
  content: none !important;
}

.service-switch button::before {
  content: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .service-switch-track {
    transition: none !important;
  }
}

/* Mobile product pass ----------------------------------------------------- */
.hero-support,
.hero-proof,
.carousel-status,
.service-card-toggle {
  display: none;
}

.carousel-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.carousel-controls .carousel-next {
  position: relative;
  inset: auto;
}

.service-panel[hidden] {
  display: none !important;
}

.mobile-menu-actions,
.scroll-guide {
  display: none;
}

@media (max-width: 760px) {
  :root {
    --pad: clamp(20px, 5.5vw, 24px);
  }

  html {
    font-size: 16px !important;
    scroll-padding-top: calc(76px + env(safe-area-inset-top));
  }

  body {
    overflow-x: hidden;
  }

  .site-header {
    min-height: 72px !important;
    padding: calc(10px + env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) 10px max(20px, env(safe-area-inset-left)) !important;
  }

  .site-header .brand img {
    width: 108px !important;
  }

  .site-header .nav-toggle {
    width: 48px !important;
    height: 48px !important;
  }

  .site-header .top-nav {
    align-items: stretch !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: calc(94px + env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) calc(32px + env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left)) !important;
  }

  .site-header .top-nav a {
    width: 100% !important;
    min-height: 64px;
    display: flex !important;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13) !important;
    font-size: 2rem !important;
    font-weight: 720 !important;
    line-height: 1.1 !important;
    text-align: left !important;
  }

  .hero {
    display: grid !important;
    grid-template-areas:
      "copy"
      "actions";
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: calc(100svh - 72px - env(safe-area-inset-top)) !important;
    margin-top: calc(72px + env(safe-area-inset-top)) !important;
    z-index: 3;
    overflow: visible;
  }

  .hero-dark {
    grid-area: copy;
    position: static;
    display: grid !important;
    min-height: 0 !important;
    align-content: center;
    padding: clamp(42px, 11vw, 58px) var(--pad) clamp(28px, 8vw, 40px) !important;
    overflow: visible;
  }

  .hero-copy {
    position: absolute !important;
    top: 50%;
    right: var(--pad);
    left: var(--pad);
    display: grid;
    gap: 22px;
    max-width: 100%;
    transform: translateY(-50%);
  }

  .hero h1 {
    width: 100%;
    max-width: 10.5ch !important;
    font-size: 3.15rem !important;
    font-weight: 640;
    letter-spacing: 0 !important;
    line-height: 0.98;
    text-wrap: balance;
  }

  .hero-support {
    display: none;
    max-width: 34rem;
    margin: 0;
    color: rgba(17, 17, 17, 0.68);
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-proof {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 2px 0 0;
    border-block: 1px solid rgba(0, 95, 129, 0.14);
    padding: 15px 0;
  }

  .hero-proof div {
    min-width: 0;
    padding: 0 10px;
    border-left: 1px solid rgba(0, 95, 129, 0.14);
  }

  .hero-proof div:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .hero-proof dt,
  .hero-proof dd {
    margin: 0;
  }

  .hero-proof dt {
    color: var(--primary);
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.15;
  }

  .hero-proof dd {
    margin-top: 5px;
    color: rgba(17, 17, 17, 0.56);
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.25;
  }

  .hero-video-panel {
    position: relative !important;
    inset: auto !important;
    grid-area: media;
    display: none !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    clip-path: none !important;
    background:
      linear-gradient(180deg, rgba(0, 31, 48, 0.08), rgba(0, 31, 48, 0.48)),
      url("assets/healthcare-mobile-hero.jpg") center 52% / cover no-repeat;
  }

  .hero-video-panel::after {
    background: linear-gradient(180deg, rgba(0, 31, 48, 0.02), rgba(0, 31, 48, 0.48)) !important;
  }

  .hero-video-panel video {
    display: none !important;
  }

  .hero-light {
    grid-area: actions;
    display: grid !important;
    gap: 16px;
    min-height: auto !important;
    margin: 0 !important;
    padding: 18px var(--pad) calc(34px + env(safe-area-inset-bottom)) !important;
    background: var(--white);
    overflow: visible !important;
    position: relative;
    z-index: 4;
  }

  .hero-actions,
  .hero-actions a {
    width: 100%;
  }

  .hero-actions a {
    min-height: 54px;
  }

  .hero-light > .scroll-guide,
  .mobile-menu-actions .scroll-guide {
    display: inline-flex !important;
    min-height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    padding: 0 !important;
    border: 0 !important;
    color: rgba(0, 95, 129, 0.72) !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .scroll-guide span {
    animation: scrollGuide 1.8s ease-in-out infinite;
  }

  .about-carousel-section {
    min-height: 0 !important;
    padding: 72px 0 76px !important;
  }

  .about-carousel-layout {
    gap: 22px !important;
    padding-inline: var(--pad) !important;
  }

  .about-carousel-wrap {
    padding-bottom: 160px !important;
  }

  .about-slide,
  .about-slide .section-copy {
    min-height: 0 !important;
  }

  .section-copy h2,
  .service-suite-intro h2 {
    max-width: 12ch !important;
    font-size: 2.65rem !important;
    letter-spacing: 0 !important;
    line-height: 1.02;
    text-wrap: balance;
  }

  .section-copy p,
  .service-suite-intro p:last-child {
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  .carousel-indicator {
    right: 0;
    bottom: 110px !important;
    left: 0 !important;
    width: 208px;
    min-width: 0;
    margin-inline: auto;
  }

  .carousel-indicator button {
    width: 52px !important;
    height: 44px !important;
  }

  .carousel-controls {
    right: 0;
    bottom: 8px;
    left: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .carousel-next {
    position: relative !important;
    inset: auto !important;
    display: inline-flex !important;
    min-width: 0;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(0, 95, 129, 0.22) !important;
    border-radius: 999px;
    background: var(--white) !important;
    color: var(--primary) !important;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 800;
    transform: none !important;
  }

  .carousel-next {
    border-color: transparent !important;
    background: var(--accent) !important;
    color: var(--white) !important;
  }

  .carousel-status {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .floating-stat-stage,
  .animated-stat-stack {
    display: flex !important;
    gap: 14px !important;
    min-height: 0 !important;
    margin: 8px calc(var(--pad) * -1) 0 !important;
    padding: 22px var(--pad) 62px !important;
    overflow-x: auto !important;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--pad);
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    cursor: grab;
  }

  .floating-stat-stage.is-dragging,
  .animated-stat-stack.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
  }

  .animated-stat-stack::-webkit-scrollbar {
    display: none;
  }

  .animated-stat-stack .floating-stat-card,
  .animated-stat-stack .floating-stat-card[data-stack-state] {
    flex: 0 0 min(82vw, 330px);
    min-height: 210px !important;
    padding: 24px !important;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    user-select: none;
    -webkit-user-drag: none;
    box-shadow:
      0 18px 38px rgba(17, 17, 17, 0.1),
      0 6px 18px rgba(0, 95, 129, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  }

  .floating-stat-card strong {
    font-size: 3.2rem !important;
    letter-spacing: 0 !important;
  }

  .service-suite {
    padding: 76px var(--pad) 88px !important;
  }

  .service-suite-intro {
    margin-bottom: 34px !important;
  }

  .service-switch {
    width: 100% !important;
    margin-bottom: 24px !important;
    padding: 5px !important;
  }

  .service-switch button {
    width: 100% !important;
    min-height: 50px;
    padding: 0 8px !important;
    font-size: 0.78rem !important;
    white-space: normal !important;
    line-height: 1.15;
  }

  .service-lane-heading {
    min-height: 0 !important;
    padding: 26px 22px !important;
  }

  .service-lane-heading h3 {
    max-width: 14ch !important;
    font-size: 2.1rem !important;
    letter-spacing: 0 !important;
    line-height: 1.05;
  }

  .service-card-grid {
    gap: 10px !important;
  }

  .service-card {
    min-height: 0 !important;
    padding: 20px !important;
    border-radius: 6px;
  }

  .service-card > h4 {
    display: none;
  }

  .service-card > span {
    margin-bottom: 10px;
    font-size: 0.72rem;
  }

  .service-card-toggle {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--white);
    font: inherit;
    font-size: 1.25rem;
    font-weight: 650;
    line-height: 1.15;
    text-align: left;
  }

  .service-card-toggle i {
    position: relative;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
  }

  .service-card-toggle i::before,
  .service-card-toggle i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1px;
    background: var(--accent);
    content: "";
    transform: translate(-50%, -50%);
    transition: transform 240ms ease;
  }

  .service-card-toggle i::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .service-card.is-expanded .service-card-toggle i::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .service-card > p {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    transition:
      max-height 360ms cubic-bezier(0.22, 1, 0.36, 1),
      margin 240ms ease,
      opacity 220ms ease;
  }

  .service-card.is-expanded > p {
    max-height: 18rem;
    margin-top: 14px;
    opacity: 1;
  }

  .split-section {
    gap: 34px !important;
    padding: 76px var(--pad) 86px !important;
  }

  .outline-button {
    width: 100%;
    min-height: 54px;
    justify-content: center;
  }

  .contact-copy {
    padding: 78px var(--pad) !important;
  }

  .contact-footer-block {
    gap: 44px;
    padding: 58px var(--pad) calc(38px + env(safe-area-inset-bottom)) !important;
  }

  .footer-brand img {
    width: 152px;
  }

  .contact-modal {
    width: calc(100vw - 20px) !important;
    max-height: calc(100dvh - 20px);
    border-radius: 14px;
  }

  .contact-modal-card {
    gap: 18px;
    max-height: calc(100dvh - 20px);
    padding: 24px 18px calc(22px + env(safe-area-inset-bottom)) !important;
    border-radius: 14px;
  }

  .contact-modal-card h2 {
    max-width: calc(100% - 44px);
    font-size: 2.25rem;
    letter-spacing: 0;
  }

  .contact-modal input,
  .contact-modal textarea {
    min-height: 48px;
    font-size: 1rem;
  }

  .reveal {
    transform: translateY(18px);
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 2.75rem !important;
  }

  .hero-proof dt {
    font-size: 0.86rem;
  }

  .hero-proof dd {
    font-size: 0.62rem;
  }

  .site-header .top-nav a {
    min-height: 58px;
    font-size: 1.72rem !important;
  }
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
  .about-slide,
  .service-card > p,
  .service-card-toggle i::after,
  .site-header .top-nav,
  .site-header .top-nav a {
    transition: none !important;
  }
}

/* Mobile navigation polish. This final layer deliberately overrides the older
   translucent menu experiments while preserving their entrance motion. */
@media (max-width: 760px) {
  body:not(.nav-open) .site-header {
    inset: calc(10px + env(safe-area-inset-top)) 12px auto 12px !important;
    width: auto !important;
    min-height: 72px !important;
    padding: 10px 16px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    box-shadow:
      0 6px 8px rgba(0, 0, 0, 0.06),
      0 18px 42px rgba(0, 95, 129, 0.055) !important;
    backdrop-filter: blur(18px) saturate(170%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(170%) !important;
    isolation: isolate;
  }

  body:not(.nav-open) .site-header .brand {
    top: 36px !important;
    left: 16px !important;
  }

  body:not(.nav-open) .site-header.scrolled {
    background: rgba(255, 255, 255, 0.28) !important;
    box-shadow:
      0 8px 18px rgba(0, 0, 0, 0.07),
      0 22px 52px rgba(0, 95, 129, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(24px) saturate(165%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(165%) !important;
  }

  body:not(.nav-open) .site-header .nav-toggle {
    top: 12px !important;
    right: 12px !important;
  }

  body.nav-open .site-header .brand {
    top: 36px !important;
    left: 16px !important;
  }

  body.nav-open .site-header .nav-toggle {
    top: 12px !important;
    right: 12px !important;
  }

  body:not(.nav-open) .site-header .nav-toggle,
  body:not(.nav-open) .site-header .nav-toggle:hover,
  body:not(.nav-open) .site-header .nav-toggle:focus,
  body:not(.nav-open) .site-header .nav-toggle:focus-visible,
  body:not(.nav-open) .site-header .nav-toggle:active {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .site-header::before,
  .site-header::after {
    position: absolute;
    z-index: 0;
    inset: 0;
    content: "";
    pointer-events: none;
  }

  .site-header::before {
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    filter: url("#header-glass-distortion");
    opacity: 0.42;
  }

  .site-header::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.025) 55%, rgba(196, 237, 239, 0.06));
    box-shadow:
      inset 2px 2px 1px rgba(255, 255, 255, 0.48),
      inset -1px -1px 1px rgba(255, 255, 255, 0.22);
  }

  .site-header .nav-toggle,
  .site-header .nav-toggle:hover,
  .site-header .nav-toggle:focus,
  .site-header .nav-toggle:focus-visible,
  .site-header .nav-toggle:active,
  body.nav-open .site-header .nav-toggle,
  body.nav-open .site-header .nav-toggle:hover,
  body.nav-open .site-header .nav-toggle:focus,
  body.nav-open .site-header .nav-toggle:focus-visible,
  body.nav-open .site-header .nav-toggle:active {
    transform: none !important;
  }

  .site-header .brand {
    position: absolute !important;
    top: calc(42px + env(safe-area-inset-top)) !important;
    left: max(20px, env(safe-area-inset-left)) !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
  }

  .site-header .nav-toggle,
  body.nav-open .site-header .nav-toggle {
    position: absolute !important;
    top: calc(18px + env(safe-area-inset-top)) !important;
    right: max(20px, env(safe-area-inset-right)) !important;
    margin: 0 !important;
  }

  body.nav-open .site-header,
  body.nav-open .site-header .top-nav {
    background: var(--black) !important;
    background-image: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.nav-open .site-header .brand img {
    filter: brightness(0) invert(1) !important;
  }

  body.nav-open .site-header .nav-toggle {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.nav-open .site-header .nav-toggle span {
    background: var(--white) !important;
  }

  .site-header .top-nav {
    align-items: flex-start !important;
    gap: clamp(8px, 1.5vh, 14px) !important;
    padding: calc(96px + env(safe-area-inset-top)) max(28px, env(safe-area-inset-right)) calc(36px + env(safe-area-inset-bottom)) max(28px, env(safe-area-inset-left)) !important;
  }

  .site-header .top-nav a {
    width: 100% !important;
    min-height: 58px !important;
    padding: 8px 0 !important;
    border: 0 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: clamp(1.8rem, 8vw, 2.2rem) !important;
    font-weight: 680 !important;
    line-height: 1.08 !important;
  }

  .site-header .top-nav a:hover,
  .site-header .top-nav a:focus-visible {
    color: var(--accent) !important;
  }

  .mobile-menu-actions {
    position: fixed !important;
    z-index: 10005 !important;
    right: auto !important;
    bottom: calc(34px + env(safe-area-inset-bottom)) !important;
    left: var(--pad) !important;
    width: calc(100vw - (2 * var(--pad))) !important;
    max-width: none !important;
    display: grid !important;
    gap: 10px !important;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 260ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mobile-menu-actions > a {
    width: 100% !important;
    max-width: none !important;
  }

  body.nav-open .mobile-menu-actions {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-header .top-nav .mobile-menu-cta {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 54px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--accent) !important;
    box-shadow: 0 18px 42px rgba(50, 204, 196, 0.2) !important;
    color: var(--white) !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .site-header .top-nav .mobile-menu-actions .scroll-guide {
    color: rgba(255, 255, 255, 0.68) !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body.nav-open .site-header .brand {
    top: 36px !important;
    left: 16px !important;
  }

  body.nav-open .site-header .nav-toggle {
    top: 12px !important;
    right: 12px !important;
  }

  .site-header {
    transition:
      inset 560ms cubic-bezier(0.22, 1, 0.36, 1),
      width 560ms cubic-bezier(0.22, 1, 0.36, 1),
      height 560ms cubic-bezier(0.22, 1, 0.36, 1),
      min-height 560ms cubic-bezier(0.22, 1, 0.36, 1),
      border-radius 560ms cubic-bezier(0.22, 1, 0.36, 1),
      background-color 420ms ease,
      box-shadow 420ms ease !important;
  }

  body:not(.nav-open) .site-header {
    height: 72px !important;
  }

  body.nav-open .site-header {
    inset: calc(10px + env(safe-area-inset-top)) 12px auto 12px !important;
    width: auto !important;
    height: calc(100dvh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.58) !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.58) !important;
    box-shadow:
      0 12px 34px rgba(0, 0, 0, 0.12),
      0 30px 80px rgba(0, 95, 129, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(30px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(30px) saturate(160%) !important;
  }

  body.nav-open .site-header .top-nav {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    background: transparent !important;
    opacity: 1 !important;
    transform: none !important;
    transition: opacity 260ms ease 170ms !important;
  }

  body.nav-open .site-header .brand img {
    filter: none !important;
  }

  body.nav-open .site-header .nav-toggle span {
    background: var(--primary) !important;
  }

  body.nav-open .site-header .top-nav > a {
    color: var(--ink) !important;
  }

  body.nav-open .site-header .top-nav > a:hover,
  body.nav-open .site-header .top-nav > a:focus-visible {
    color: var(--primary) !important;
  }
}

@keyframes scrollGuide {
  0%,
  100% {
    transform: translateY(-1px);
  }

  50% {
    transform: translateY(3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-guide span {
    animation: none !important;
  }

  .site-header,
  .site-header .top-nav,
  .site-header .top-nav a,
  .mobile-menu-actions {
    transition: none !important;
  }
}

@media (max-width: 760px) and (prefers-reduced-transparency: reduce) {
  body:not(.nav-open) .site-header,
  body:not(.nav-open) .site-header.scrolled {
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.nav-open .site-header {
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .site-header::before {
    display: none;
  }
}

@media (max-width: 760px) and (prefers-contrast: more) {
  body:not(.nav-open) .site-header,
  body.nav-open .site-header {
    border-color: rgba(0, 95, 129, 0.42) !important;
    background: rgba(255, 255, 255, 0.88) !important;
  }

  .site-header .top-nav a {
    color: #000 !important;
  }
}

/* Global reach: interactive network globe */
.glass-filter-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.global-reach-section {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(420px, 1fr);
  min-height: 0;
  align-items: center;
  gap: clamp(30px, 5vw, 90px);
  padding: clamp(36px, 3vw, 52px) var(--pad) clamp(96px, 7vw, 124px)
    calc(var(--rail-lane) + var(--pad));
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.global-reach-copy {
  z-index: 2;
  width: 100%;
  margin-left: 0;
}

.global-reach-copy h2 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.8rem, 3.75vw, 4.45rem);
  font-weight: 600;
  line-height: var(--heading-line);
  letter-spacing: -0.075em;
  text-wrap: balance;
}

.global-reach-copy > p:not(.global-reach-kicker):not(.global-reach-hint) {
  max-width: 680px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.06rem, 1.3vw, 1.35rem);
  line-height: 1.7;
}

.global-reach-metrics {
  display: grid;
  width: min(100%, 440px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 42px 0 0;
}

.global-reach-metrics div {
  min-width: 0;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.global-reach-metrics div:first-child {
  padding-left: 0;
  border-left: 0;
}

.global-reach-metrics dt {
  color: var(--white);
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  font-weight: 800;
  line-height: 1;
}

.global-reach-metrics dd {
  width: auto;
  min-height: 0;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.45;
  white-space: nowrap;
}

.global-reach-cta {
  margin-top: 38px;
}

.global-reach-globe {
  position: relative;
  width: min(100%, 620px);
  aspect-ratio: 1;
  justify-self: center;
}

.global-reach-globe canvas {
  display: block;
  width: 100%;
  height: 100%;
  cursor: grab;
  touch-action: pan-y;
}

.global-reach-globe canvas.is-dragging {
  cursor: grabbing;
}

@media (max-width: 900px) {
  .global-reach-section {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 24px;
    padding: 76px var(--pad) 64px;
  }

  .global-reach-copy {
    width: 100%;
    margin-left: 0;
  }

  .global-reach-copy h2 {
    max-width: 10ch;
    font-size: clamp(2.8rem, 12vw, 4.5rem);
  }

  .global-reach-copy > p:not(.global-reach-kicker):not(.global-reach-hint) {
    margin-top: 24px;
  }

  .global-reach-metrics {
    margin-top: 32px;
  }

  .global-reach-metrics div {
    padding-inline: 12px;
  }

  .global-reach-hint {
    margin-top: 26px;
  }

  .global-reach-globe {
    width: min(116%, 560px);
    margin: -10px -8% -20px;
  }
}

@media (max-width: 420px) {
  .global-reach-metrics dt {
    font-size: 1.25rem;
  }

  .global-reach-metrics dd {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .global-reach-globe canvas {
    cursor: default;
  }
}

/* Keep paragraph typography consistent across content and component variants. */
body p:not([hidden]):not([aria-hidden="true"]) {
  font-size: 14px !important;
}

.contact-section .contact-copy {
  background: transparent;
  color: var(--ink);
}

.contact-section .contact-copy h2 {
  color: var(--ink);
}

.contact-section .contact-copy > p {
  color: #333;
}

@media (max-width: 900px) {
  .global-reach-cta {
    margin-top: 30px;
  }
}

@media (min-width: 901px) {
  .service-suite {
    padding-bottom: clamp(54px, 4vw, 72px) !important;
  }

  .contact-copy {
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding: clamp(58px, 5.6vw, 104px) var(--pad) clamp(58px, 5.6vw, 104px)
      calc(var(--rail-lane) + var(--pad)) !important;
  }
}

/* Liquid-glass contact modal, aligned with the mobile header material. */
.contact-modal {
  border-color: rgba(255, 255, 255, 0.62);
  background: transparent;
  color: var(--ink);
  box-shadow: 0 30px 90px rgba(0, 44, 61, 0.18);
}

.contact-modal::backdrop {
  background: rgba(4, 18, 24, 0.34);
  backdrop-filter: blur(10px) saturate(0.92) brightness(0.78);
  -webkit-backdrop-filter: blur(10px) saturate(0.92) brightness(0.78);
}

.contact-modal[open]::backdrop {
  animation: glassModalBackdropIn 460ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.contact-modal.is-closing::backdrop {
  animation: glassModalBackdropOut 240ms cubic-bezier(0.4, 0, 1, 1) both;
}

.contact-modal-card {
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background: rgba(244, 249, 250, 0.52);
  color: var(--ink);
  box-shadow:
    0 18px 54px rgba(0, 44, 61, 0.14),
    0 38px 110px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 1px 0 0 rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(30px) saturate(170%);
  -webkit-backdrop-filter: blur(30px) saturate(170%);
}

.contact-modal-card::before,
.contact-modal-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.contact-modal-card::before {
  z-index: -2;
  background: rgba(255, 255, 255, 0.035);
  filter: url("#header-glass-distortion");
  opacity: 0.38;
}

.contact-modal-card::after {
  z-index: -1;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.06) 52%, rgba(196, 237, 239, 0.14));
  box-shadow:
    inset 2px 2px 1px rgba(255, 255, 255, 0.5),
    inset -1px -1px 1px rgba(255, 255, 255, 0.24);
}

.contact-modal-card > *:not(.modal-close) {
  position: relative;
  z-index: 1;
}

.contact-modal-card h2 {
  color: var(--ink);
}

.contact-modal-card p {
  color: rgba(17, 17, 17, 0.7);
}

.contact-modal-card p a {
  color: var(--primary);
}

.contact-modal label {
  color: rgba(17, 17, 17, 0.72);
}

.contact-modal input,
.contact-modal textarea {
  border-color: rgba(0, 95, 129, 0.18);
  background: rgba(255, 255, 255, 0.42);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px) saturate(135%);
  -webkit-backdrop-filter: blur(12px) saturate(135%);
}

.modal-close {
  position: absolute;
  z-index: 2;
  border-color: rgba(0, 95, 129, 0.16);
  background: rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
}

.modal-close::before,
.modal-close::after {
  background: var(--primary);
}

@media (prefers-reduced-transparency: reduce) {
  .contact-modal::backdrop {
    background: rgba(4, 18, 24, 0.58);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .contact-modal[open]::backdrop,
  .contact-modal.is-closing::backdrop {
    animation: none;
  }

  .contact-modal-card {
    background: rgba(248, 251, 252, 0.96);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .contact-modal-card::before {
    display: none;
  }
}

@keyframes glassModalBackdropIn {
  from {
    opacity: 0;
    backdrop-filter: blur(0) saturate(1) brightness(1);
    -webkit-backdrop-filter: blur(0) saturate(1) brightness(1);
  }

  to {
    opacity: 1;
    backdrop-filter: blur(10px) saturate(0.92) brightness(0.78);
    -webkit-backdrop-filter: blur(10px) saturate(0.92) brightness(0.78);
  }
}

@keyframes glassModalBackdropOut {
  from {
    opacity: 1;
    backdrop-filter: blur(10px) saturate(0.92) brightness(0.78);
    -webkit-backdrop-filter: blur(10px) saturate(0.92) brightness(0.78);
  }

  to {
    opacity: 0;
    backdrop-filter: blur(0) saturate(1) brightness(1);
    -webkit-backdrop-filter: blur(0) saturate(1) brightness(1);
  }
}

@media (max-width: 760px) {
  body.nav-open .site-header .top-nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 2px !important;
    padding: calc(96px + env(safe-area-inset-top)) 24px calc(126px + env(safe-area-inset-bottom)) !important;
  }

  body.nav-open .site-header .top-nav > a {
    position: relative;
    min-height: 56px !important;
    padding: 7px 14px !important;
    color: var(--ink) !important;
    font-size: clamp(1.75rem, 7.5vw, 2.1rem) !important;
    line-height: 1.05 !important;
    text-shadow: none;
    transition:
      opacity 360ms ease,
      transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
      color 200ms ease,
      background-color 180ms ease,
      box-shadow 180ms ease !important;
  }

  body.nav-open .site-header .top-nav > a:hover,
  body.nav-open .site-header .top-nav > a:focus-visible {
    color: var(--ink) !important;
    text-shadow: none;
    filter: none;
  }

  body.nav-open .site-header .top-nav > a:nth-child(6) {
    transition-delay: 365ms !important;
  }

  body.nav-open .site-header .top-nav > a.nav-tap-active,
  body.nav-open .site-header .top-nav > a:active {
    background: transparent !important;
    color: var(--accent) !important;
    box-shadow: none !important;
    transform: translate3d(0, 0, 0) !important;
  }

  body.nav-open .site-header .top-nav > a.nav-tap-active {
    animation: navColorOverlayPulse 560ms ease-out both;
  }

  body.nav-open .site-header .top-nav > a::before,
  body.nav-open .site-header .top-nav > a::after {
    display: none;
  }
}

/* Shared carousel control row. Use this wrapper for all carousel indicators and next actions. */
.loop-carousel-viewport {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.loop-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.loop-carousel-track {
  display: flex !important;
  width: 100%;
  transform: none !important;
}

.loop-carousel-slide {
  flex: 0 0 100% !important;
  min-width: 100%;
  scroll-snap-align: start;
}

.carousel-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, auto) auto;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
}

.carousel-footer .carousel-indicator {
  position: relative;
  inset: auto !important;
  margin: 0;
}

.carousel-footer .carousel-next,
.carousel-footer .carousel-next:hover {
  position: relative !important;
  inset: auto !important;
  margin: 0;
  transform: none;
}

.about-carousel-wrap {
  padding-bottom: 0;
}

@media (max-width: 760px) {
  .about-carousel-wrap {
    padding-bottom: 0 !important;
  }

  .about-system-map {
    display: none;
  }

  .about-carousel-section {
    padding-bottom: 48px !important;
  }

  .insights-section {
    padding-bottom: 14px !important;
  }

  .insights-section .partnership-stat-stage {
    margin-bottom: 0 !important;
    padding-bottom: 42px !important;
  }

  body.nav-open .site-header .mobile-menu-actions > a {
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    height: 54px !important;
    min-height: 54px !important;
    padding-inline: 22px !important;
    white-space: nowrap;
  }

  .carousel-footer {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    margin-top: 28px;
  }

  .carousel-footer .carousel-indicator {
    right: auto;
    bottom: auto !important;
    left: auto !important;
    width: min(208px, 100%);
    min-width: 0;
    margin: 0;
  }

  .carousel-footer .carousel-next {
    width: auto;
    min-width: 74px;
  }
}

@keyframes navColorOverlayPulse {
  0% {
    color: var(--accent);
    opacity: 1;
    text-shadow: 0 0 0 rgba(50, 204, 196, 0);
  }

  28% {
    color: var(--accent);
    opacity: 1;
    text-shadow:
      0 0 8px rgba(50, 204, 196, 0.72),
      0 0 20px rgba(50, 204, 196, 0.34);
  }

  58% {
    color: var(--accent);
    opacity: 0.82;
    text-shadow: 0 0 4px rgba(50, 204, 196, 0.28);
  }

  78% {
    color: var(--accent);
    opacity: 1;
    text-shadow:
      0 0 7px rgba(50, 204, 196, 0.52),
      0 0 16px rgba(50, 204, 196, 0.22);
  }

  100% {
    color: var(--accent);
    opacity: 1;
    text-shadow: 0 0 0 rgba(50, 204, 196, 0);
  }
}

/* Keep reusable step-form shells full-screen after legacy modal overrides. */
.contact-modal.step-form-dialog {
  width: 100vw !important;
  max-width: none !important;
  height: 100dvh !important;
  max-height: none !important;
  border-radius: 0 !important;
}

.contact-modal-card.step-form-shell {
  width: 100% !important;
  min-height: 100dvh !important;
  max-height: 100dvh !important;
  border-radius: 0 !important;
  padding: 0 clamp(24px, 5vw, 84px) !important;
}

@media (max-width: 820px) {
  .contact-modal-card.step-form-shell {
    padding: 0 22px !important;
  }
}

/* Prompt-aligned centered step form. */
.contact-modal.step-form-dialog[open] {
  animation: stepFormDialogIn 520ms cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

.contact-modal.step-form-dialog.is-closing {
  animation: stepFormDialogOut 260ms cubic-bezier(0.4, 0, 1, 1) both !important;
}

.contact-modal-card.step-form-shell {
  padding: 0 var(--canvas-gutter) !important;
}

.step-form-shell .step-form-header {
  min-height: 76px;
  border-bottom: 0;
}

.step-form-shell .step-form-brand {
  width: clamp(104px, 7.2vw, 140px);
}

.step-form-shell .step-form-brand img {
  width: clamp(104px, 7.2vw, 140px) !important;
  height: auto !important;
}

.step-form-dialog .modal-close {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.step-form-dialog .modal-close::before,
.step-form-dialog .modal-close::after {
  width: 22px;
  height: 1.5px;
}

.step-form-shell .step-form-layout {
  display: grid;
  width: 100%;
  min-height: calc(100dvh - 76px);
  margin: 0;
  padding: 24px 0 76px;
  grid-template-columns: 1fr;
  place-items: center;
}

.step-form-dialog .step-form {
  width: 100%;
  max-width: 384px;
}

.step-form-progress {
  margin-bottom: 40px;
}

.step-form-markers {
  margin-bottom: 28px;
}

.step-form-stage {
  min-height: 170px;
}

.step-form-dialog .step-form-step label {
  margin-bottom: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.35;
}

.step-form-dialog .step-form-step input,
.step-form-dialog .step-form-step textarea {
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  font-size: 1rem;
  padding: 14px 16px;
}

.step-form-dialog .step-form-step textarea {
  min-height: 132px;
}

.step-form-actions {
  display: flex;
  min-height: 0;
  margin-top: 30px;
  flex-direction: column;
  gap: 16px;
}

.step-form-next,
.step-form-dialog .step-form-submit {
  order: 1;
  width: 100%;
  margin-left: 0;
}

.step-form-back {
  order: 2;
  width: 100%;
  min-height: 28px;
  text-align: center;
}

@keyframes stepFormDialogIn {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes stepFormDialogOut {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@media (max-width: 820px) {
  .contact-modal-card.step-form-shell {
    padding: 0 var(--pad) !important;
  }

  .step-form-shell .step-form-header {
    min-height: 76px;
  }

  .step-form-shell .step-form-layout {
    min-height: calc(100dvh - 76px);
    padding: 20px 0 calc(38px + env(safe-area-inset-bottom));
  }

  .step-form-dialog .step-form {
    max-width: 384px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-modal.step-form-dialog[open],
  .contact-modal.step-form-dialog.is-closing {
    animation: none !important;
  }
}

/* Final stepped-form scale and header alignment. */
.step-form-shell {
  --step-form-header-x: clamp(46px, 4.3vw, 82px);
  --step-form-header-y: clamp(38px, 3.4vw, 64px);
}

.step-form-shell .step-form-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  display: flex;
  width: 100%;
  min-height: calc(var(--step-form-header-y) + clamp(52px, 5vw, 72px));
  align-items: flex-start;
  justify-content: space-between;
  padding: var(--step-form-header-y) var(--step-form-header-x) 0;
}

.step-form-shell .step-form-brand,
.step-form-shell .step-form-brand img {
  width: clamp(94px, 7.3vw, 132px) !important;
  height: auto !important;
}

.step-form-dialog .modal-close {
  flex: 0 0 46px;
  margin: 0;
}

.step-form-dialog .step-form {
  max-width: 540px;
}

.step-form-markers {
  max-width: 500px;
  margin-inline: auto;
}

.step-form-stage {
  min-height: 205px;
}

.step-form-dialog .step-form-step label {
  margin-bottom: 22px;
  font-size: clamp(1.35rem, 1.45vw, 1.65rem);
}

.step-form-dialog .step-form-step input,
.step-form-dialog .step-form-step select,
.step-form-dialog .step-form-step textarea {
  width: 100%;
  min-height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  color: #fff;
  font: inherit;
  font-size: 1rem;
  outline: none;
  padding: 15px 16px;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.step-form-dialog .step-form-step select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.54) 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.54) 50%, transparent 50%);
  background-position: calc(100% - 17px) 27px, calc(100% - 12px) 27px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 34px;
}

.step-form-dialog .step-form-step input:focus,
.step-form-dialog .step-form-step select:focus,
.step-form-dialog .step-form-step textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(50, 204, 196, 0.12);
}

.step-form-phone {
  display: grid;
  grid-template-columns: minmax(132px, 0.42fr) minmax(0, 1fr);
  gap: 12px;
}

.step-form-actions {
  align-items: flex-end;
}

.step-form-next,
.step-form-dialog .step-form-submit {
  width: auto;
  min-width: 152px;
  min-height: 52px;
  margin-left: auto;
  padding-inline: 24px;
}

.step-form-back {
  width: auto;
  align-self: flex-end;
  padding-inline: 12px;
}

@media (max-width: 1180px) {
  .step-form-shell {
    --step-form-header-x: max(24px, env(safe-area-inset-left));
    --step-form-header-y: calc(12px + env(safe-area-inset-top));
  }

  .step-form-shell .step-form-brand,
  .step-form-shell .step-form-brand img {
    width: clamp(104px, 7.2vw, 140px) !important;
  }
}

@media (max-width: 620px) {
  .step-form-dialog .step-form {
    max-width: 100%;
  }

  .step-form-phone {
    grid-template-columns: 1fr;
  }

  .step-form-next,
  .step-form-dialog .step-form-submit {
    width: 100%;
  }

  .step-form-back {
    width: 100%;
    align-self: stretch;
  }
}

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

.step-form-result {
  width: 100%;
  max-width: 520px;
  min-height: 180px;
  align-content: center;
}

.step-form-result h3 {
  max-width: 500px;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(2rem, 2.6vw, 2.85rem);
  line-height: 1.08;
}

.step-form-result p,
.step-form-feedback {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  line-height: 1.55;
}

.step-form-feedback {
  margin: 18px 0 0;
  color: #ffb7b7;
  text-align: right;
}

.step-form.is-submitting .step-form-submit {
  cursor: wait;
  opacity: 0.58;
}

/* International phone field and final interaction refinements. */
.step-form-shell .step-form-brand img {
  filter: brightness(0) invert(1);
}

.step-form-dialog .modal-close {
  overflow: hidden;
  outline: 0;
  box-shadow: none !important;
}

.step-form-dialog .modal-close::before {
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #fff;
  content: "×";
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  transform: translate(-50%, -52%);
}

.step-form-dialog .modal-close::after {
  display: none;
}

.step-form-dialog .step-form-step h3 {
  margin: 0 0 22px;
  color: #fff !important;
  font-size: clamp(1.55rem, 1.8vw, 2rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

.step-form-dialog .iti {
  width: 100%;
  color: #fff;
  --iti-border-color: rgba(255, 255, 255, 0.14);
  --iti-dialcode-color: rgba(255, 255, 255, 0.78);
  --iti-dropdown-bg: #15191b;
  --iti-hover-color: rgba(50, 204, 196, 0.12);
  --iti-path-flags-1x: url("https://cdn.jsdelivr.net/npm/intl-tel-input@25.13.1/build/img/flags.webp");
  --iti-path-flags-2x: url("https://cdn.jsdelivr.net/npm/intl-tel-input@25.13.1/build/img/flags@2x.webp");
  --iti-path-globe-1x: url("https://cdn.jsdelivr.net/npm/intl-tel-input@25.13.1/build/img/globe.webp");
  --iti-path-globe-2x: url("https://cdn.jsdelivr.net/npm/intl-tel-input@25.13.1/build/img/globe@2x.webp");
}

.step-form-dialog .iti__country-container {
  padding: 5px;
}

.step-form-dialog .iti__selected-country {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.step-form-dialog .iti__dropdown-content {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #15191b;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.42);
}

.step-form-dialog .iti__country-list {
  color: rgba(255, 255, 255, 0.82);
}

.step-form-dialog .iti__country.iti__highlight {
  background: rgba(50, 204, 196, 0.12);
}

.step-form-dialog .iti__search-input {
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: #101315 !important;
  color: #fff !important;
}

/* Stepped-form overlay and field treatment. */
.contact-modal.step-form-dialog::backdrop {
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.contact-modal.step-form-dialog[open]::backdrop {
  animation: stepFormBackdropIn 320ms ease-out both !important;
}

.contact-modal.step-form-dialog.is-closing::backdrop {
  animation: stepFormBackdropOut 220ms ease-in both !important;
}

@keyframes stepFormBackdropIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes stepFormBackdropOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

.step-form-dialog .modal-close {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.step-form-dialog .modal-close:hover,
.step-form-dialog .modal-close:focus-visible {
  background: transparent !important;
  box-shadow: none !important;
}

.step-form-dialog .modal-close::before,
.step-form-dialog .modal-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 34px;
  height: 1px;
  border-radius: 0;
  background: #fff;
  content: "";
}

.step-form-dialog .modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.step-form-dialog .modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.step-form-dialog .step-form-step input:not(.iti__search-input),
.step-form-dialog .step-form-step select,
.step-form-dialog .step-form-step textarea {
  min-height: 72px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: clamp(1.15rem, 1.15vw, 1.35rem);
  line-height: 1.4;
}

.step-form-dialog .step-form-step textarea {
  min-height: 144px;
  padding-block: 18px;
  resize: vertical;
}

.step-form-dialog .step-form-step input::placeholder,
.step-form-dialog .step-form-step textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
  opacity: 1;
}

.step-form-dialog .iti__selected-country {
  font-size: clamp(1.05rem, 1vw, 1.2rem);
}

.step-form-dialog .step-form-step input:not(.iti__search-input):not(#contact-phone),
.step-form-dialog .step-form-step select,
.step-form-dialog .step-form-step textarea {
  padding-inline: 2px;
}

.step-form-dialog .step-form-step input:not(.iti__search-input):focus,
.step-form-dialog .step-form-step select:focus,
.step-form-dialog .step-form-step textarea:focus {
  border-bottom-color: var(--accent);
  box-shadow: none;
}

.step-form-dialog .iti__selected-country {
  border-radius: 0;
  background: transparent;
}

.step-form-actions {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.step-form-back {
  order: 1;
  align-self: center;
  margin-right: auto;
}

.step-form-next,
.step-form-dialog .step-form-submit {
  order: 2;
  align-self: center;
  margin-left: auto;
}

:where(button, .outline-button, .carousel-next, .hero-actions a):hover {
  translate: 0 !important;
  transform: none !important;
}

@media (max-width: 620px) {
  .step-form-actions {
    align-items: center;
  }

  .step-form-back {
    width: auto;
    align-self: center;
  }

  .step-form-next,
  .step-form-dialog .step-form-submit {
    width: auto;
  }
}
