/* [project]/app/hostgrotesk_3830edb9.module.css [app-client] (css) */
@font-face {
  font-family: hostGrotesk;
  src: url("../media/HostGrotesk_Variable-s.p.109hzt1q1e6sd.ttf") format("truetype");
  font-display: swap;
  font-weight: 300 800;
}

@font-face {
  font-family: hostGrotesk Fallback;
  src: local(Arial);
  ascent-override: 95.95%;
  descent-override: 29.78%;
  line-gap-override: 0.0%;
  size-adjust: 105.78%;
}

.hostgrotesk_3830edb9-module__RcSkMW__className {
  font-family: hostGrotesk, hostGrotesk Fallback;
}

.hostgrotesk_3830edb9-module__RcSkMW__variable {
  --font-host-grotesk: "hostGrotesk", "hostGrotesk Fallback";
}

/* [project]/app/plexsans_e902ce.module.css [app-client] (css) */
@font-face {
  font-family: plexSans;
  src: url("../media/IBMPlexSans_Regular-s.p.1xxvg6u-1io-i.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: plexSans Fallback;
  src: local(Arial);
  ascent-override: 101.35%;
  descent-override: 27.19%;
  line-gap-override: 0.0%;
  size-adjust: 101.13%;
}

.plexsans_e902ce-module__uwioYa__className {
  font-family: plexSans, plexSans Fallback;
  font-weight: 400;
}

.plexsans_e902ce-module__uwioYa__variable {
  --font-plex-sans: "plexSans", "plexSans Fallback";
}

/* [project]/app/plexmono_96f8a238.module.css [app-client] (css) */
@font-face {
  font-family: plexMono;
  src: url("../media/IBMPlexMono_Medium-s.p.0uwx8ff8z0o7f.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: plexMono;
  src: url("../media/IBMPlexMono_SemiBold-s.p.03njkrx8l-kp5.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: plexMono;
  src: url("../media/IBMPlexMono_Bold-s.p.14a4nq-5gg9jq.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: plexMono Fallback;
  src: local(Arial);
  ascent-override: 77.95%;
  descent-override: 20.91%;
  line-gap-override: 0.0%;
  size-adjust: 131.49%;
}

.plexmono_96f8a238-module__AnwepG__className {
  font-family: plexMono, plexMono Fallback;
}

.plexmono_96f8a238-module__AnwepG__variable {
  --font-plex-mono: "plexMono", "plexMono Fallback";
}

/* [project]/app/tailwind.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

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

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

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

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

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

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

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

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

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

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

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

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

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

  ::placeholder {
    opacity: 1;
  }

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

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@layer components;

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

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .fixed {
    position: fixed;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .isolate {
    isolation: isolate;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .lowercase {
    text-transform: lowercase;
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

/* [project]/app/globals.css [app-client] (css) */
:root {
  --blue-900: #002557;
  --blue-700: #1b5295;
  --orange: #ff8b02;
  --ink: #171616;
  --muted: #5a6472;
  --line: #e0e3e8;
  --surface: #f4f6f8;
  --white: #fff;
  --radius: 14px;
  --shadow: 0 12px 32px #00142d38;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-host-grotesk), Arial, sans-serif;
  margin: 0;
}

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

img {
  max-width: 100%;
}

button, a {
  -webkit-tap-highlight-color: transparent;
}

.page-shell {
  width: min(1350px, 100% - 90px);
  margin-inline: auto;
}

.eyebrow {
  color: var(--orange);
  font-family: var(--font-plex-mono), monospace;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.eyebrow span {
  color: var(--white);
}

.button {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 10px 37px;
  font-weight: 700;
  transition: transform .18s, box-shadow .18s, background .18s;
  display: inline-flex;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible, a:focus-visible, button:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #75b5ff;
}

.button-primary {
  background: var(--orange);
  color: var(--blue-900);
}

.button-primary:hover {
  box-shadow: 0 8px 24px #ff8b0252;
}

.button-secondary {
  border: 1px solid var(--white);
  color: var(--white);
}

.hero {
  align-items: flex-end;
  min-height: clamp(480px, 100svh - 98px, 921px);
  padding-bottom: 62px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-media {
  z-index: 0;
  background: var(--blue-900);
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-image {
  object-fit: cover;
  opacity: 0;
  transition: opacity .9s, transform 6.5s;
  transform: scale(1.035);
}

.hero-image.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  z-index: 1;
  background: #002557a1;
  position: absolute;
  inset: 0;
}

.site-header-shell {
  z-index: 50;
  will-change: transform;
  transition: transform .26s;
  position: sticky;
  top: 0;
}

.site-header-shell.is-hidden {
  transform: translateY(-100%);
}

@media (prefers-reduced-motion: reduce) {
  .site-header-shell {
    transition: none;
  }
}

.site-topbar {
  background: var(--orange);
}

.site-topbar-inner {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 25px;
  min-height: 34px;
  padding: 4px 34px;
  display: flex;
}

.site-topbar-item {
  color: #e0e3e8;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1;
  display: inline-flex;
}

.site-topbar-item:last-child {
  color: var(--white);
}

.site-topbar-item svg {
  flex: none;
}

a.site-topbar-item:hover {
  color: var(--white);
}

.site-header {
  background: var(--white);
  width: 100%;
  min-height: 64px;
  box-shadow: var(--shadow);
  align-items: center;
  gap: 28px;
  padding: 8px 34px;
  display: flex;
}

.brand {
  width: 168px;
  height: 46px;
  margin-right: auto;
  display: block;
}

.brand img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.desktop-nav {
  align-items: center;
  gap: 25px;
  display: flex;
}

.desktop-nav > a {
  color: var(--muted);
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.desktop-nav > a:hover, .desktop-nav > a.active {
  color: var(--ink);
}

.desktop-nav > a.active {
  font-weight: 600;
}

.products-menu {
  position: relative;
}

.products-menu:after {
  content: "";
  height: 24px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.products-menu > a {
  color: var(--muted);
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.products-menu > a.active {
  color: var(--ink);
  font-weight: 600;
}

.desktop-nav > a:after, .products-menu > a:after {
  content: "";
  background: var(--orange);
  transform-origin: 0;
  width: 100%;
  height: 1px;
  transition: transform .22s;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scaleX(0);
}

.desktop-nav > a:hover:after, .products-menu:hover > a:after, .products-menu:focus-within > a:after {
  transform: scaleX(1);
}

.products-mega-menu {
  z-index: 20;
  width: min(800px, 100vw - 90px);
  height: 318px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 34px;
  transition: opacity .2s, transform .2s, visibility 0s linear .2s;
  display: flex;
  position: absolute;
  top: calc(100% + 24px);
  right: -120px;
  transform: translateY(8px);
}

.products-menu:hover .products-mega-menu, .products-menu:focus-within .products-mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
  transform: translateY(0);
}

.header-cta {
  min-height: 44px;
  padding-inline: 26px;
}

.mobile-contact {
  color: var(--blue-900);
  font-weight: 700;
  display: none;
}

.hero-content {
  z-index: 2;
  animation: .55s both hero-copy-in;
  position: relative;
}

.hero-content h1 {
  max-width: 930px;
  color: var(--white);
  letter-spacing: -2px;
  margin: 14px 0;
  font-size: clamp(52px, 4.45vw, 64px);
  line-height: .9;
}

.hero-copy {
  width: min(620px, 100%);
  color: var(--white);
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
}

.button-row {
  gap: 14px;
  margin-top: 24px;
  display: flex;
}

.hero-progress {
  z-index: 3;
  align-items: center;
  gap: 10px;
  display: flex;
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-progress button {
  cursor: pointer;
  background: #8a93a0;
  border: 0;
  border-radius: 999px;
  width: 11px;
  height: 11px;
  padding: 0;
  transition: width .25s, background .25s;
}

.hero-progress button.is-active {
  background: var(--white);
  width: 35px;
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.partners-strip {
  color: var(--white);
  background: var(--orange);
  border-bottom: 6px solid var(--blue-700);
  padding: 50px 0;
}

.partners-title-row {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
  display: flex;
}

.partners-title-row h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15;
}

.partners-title-row p {
  font-family: var(--font-plex-mono), monospace;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
}

.partner-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  display: grid;
}

.partner-card {
  background: var(--white);
  border: 1px solid var(--line);
  height: 174px;
  box-shadow: var(--shadow);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.partner-card img {
  object-fit: contain;
  object-position: center;
  width: auto;
  max-width: 78%;
  height: auto;
  max-height: 72%;
  display: block;
}

.section {
  padding-block: 69px;
  scroll-margin-top: 20px;
}

.section-muted {
  background: var(--surface);
}

.section-divided {
  border-top: 1px solid #cbd2dc;
  position: relative;
}

.section-heading {
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  margin-bottom: 32px;
  display: flex;
}

.section-heading h2, .service-introduction h2, .deliverables-copy h2 {
  color: var(--blue-900);
  letter-spacing: -.4px;
  margin: 14px 0 0;
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1.05;
}

.section-description {
  color: var(--muted);
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.45;
}

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

.text-link:hover {
  color: var(--orange);
}

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

.service-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-height: 340px;
  padding: 32px 24px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  display: flex;
}

.service-card:hover {
  border-color: #b6bec8;
  transform: translateY(-3px);
  box-shadow: 0 10px 28px #00255714;
}

.service-number {
  color: #8a93a0;
  font-size: 32px;
  font-weight: 700;
}

.service-card h3, .product-card h3, .reason-card h3, .process-card h3, .capability-card h3 {
  margin: 0;
  line-height: 1.1;
}

.service-card h3 {
  min-height: 54px;
  font-size: 24px;
}

.service-card p {
  color: var(--ink);
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.service-card a {
  color: var(--blue-700);
  margin-top: auto;
  font-weight: 800;
}

.service-card a:hover {
  color: var(--orange);
}

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

.product-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 16px #00142d0f;
}

.product-image {
  height: 218px;
  position: relative;
  overflow: hidden;
}

.product-image:after {
  content: "";
  background: linear-gradient(#0000 45%, #002557bd);
  position: absolute;
  inset: 0;
}

.product-image img {
  object-fit: cover;
  transition: transform .35s;
}

.product-card:hover .product-image img {
  transform: scale(1.035);
}

.product-image span {
  z-index: 2;
  color: var(--white);
  font-family: var(--font-plex-mono), monospace;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  bottom: 18px;
  left: 24px;
}

.product-copy {
  padding: 20px 24px 24px;
}

.product-copy .eyebrow {
  font-size: 12px;
}

.product-copy h3 {
  margin-top: 6px;
  font-size: 21px;
}

.product-copy a {
  color: var(--blue-700);
  margin-top: 7px;
  font-size: 15px;
  display: inline-block;
}

.why-grid {
  grid-template-columns: minmax(340px, 531px) 1fr;
  gap: 32px;
  display: grid;
}

.why-image {
  border-radius: 16px;
  min-height: 411px;
  position: relative;
  overflow: hidden;
}

.why-image img {
  object-fit: cover;
}

.reason-list {
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  display: flex;
}

.reason-card {
  border: 1px solid #8a93a0;
  border-radius: 16px;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 28px;
  display: flex;
}

.reason-card img {
  flex: 0 0 36px;
}

.reason-card h3 {
  font-size: 19px;
}

.reason-card p {
  color: var(--muted);
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 1.55;
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  display: grid;
}

.process-card {
  min-width: 0;
}

.process-line {
  background: linear-gradient(90deg, var(--orange) 0 32px, #b5bdc8 32px);
  height: 3px;
  margin-bottom: 22px;
}

.process-card > span {
  color: var(--orange);
  font-family: var(--font-plex-mono), monospace;
}

.process-card h3 {
  margin-top: 13px;
  font-size: 19px;
}

.process-card p {
  color: var(--muted);
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.4;
}

.contact-wrap {
  padding-block: 41px;
}

.contact-cta {
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
  border: 1px solid #8a93a0;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 28px;
  display: flex;
}

.contact-cta h2 {
  margin: 0;
  font-size: 32px;
}

.contact-cta p {
  color: var(--surface);
  margin: 10px 0 0;
}

.detail-hero {
  background: var(--blue-900);
  align-items: flex-end;
  min-height: 620px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.detail-hero-image {
  object-fit: cover;
}

.detail-hero-overlay {
  z-index: 1;
  background: linear-gradient(90deg, #002557f0 0%, #002557c7 48%, #00255780 100%);
  position: absolute;
  inset: 0;
}

.detail-hero-content {
  z-index: 2;
  color: var(--white);
  position: relative;
}

.detail-back {
  color: var(--white);
  margin-bottom: 28px;
  font-weight: 700;
  display: inline-block;
}

.detail-back:hover {
  color: var(--orange);
}

.detail-hero-content h1 {
  letter-spacing: -1.8px;
  max-width: 900px;
  margin: 14px 0;
  font-size: clamp(48px, 5vw, 72px);
  line-height: .96;
}

.detail-hero-content > p:last-child {
  max-width: 680px;
  margin: 0;
  font-size: 21px;
  line-height: 1.5;
}

.service-introduction {
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  display: grid;
}

.service-introduction-copy p {
  color: var(--muted);
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.6;
}

.capability-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  display: grid;
}

.capability-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 275px;
  padding: 28px 24px;
}

.capability-card > span {
  color: var(--orange);
  font-family: var(--font-plex-mono), monospace;
  font-weight: 700;
}

.capability-card h3 {
  color: var(--blue-900);
  margin-top: 36px;
  font-size: 23px;
}

.capability-card p {
  color: var(--muted);
  margin: 14px 0 0;
  line-height: 1.55;
}

.deliverables-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 72px;
  display: grid;
}

.deliverables-image {
  border-radius: 16px;
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.deliverables-image img {
  object-fit: cover;
}

.deliverables-copy ul {
  gap: 0;
  margin: 30px 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.deliverables-copy li {
  border-bottom: 1px solid var(--line);
  padding: 15px 0 15px 34px;
  font-size: 18px;
  position: relative;
}

.deliverables-copy li:before {
  content: "✓";
  color: var(--orange);
  font-weight: 800;
  position: absolute;
  left: 0;
}

.site-footer {
  color: var(--line);
  background: var(--ink);
  grid-template-columns: 1.3fr .55fr .85fr 1.1fr;
  gap: 72px;
  padding: 54px max(34px, 50% - 686px);
  display: grid;
}

.site-footer p {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}

.site-footer .eyebrow {
  margin-bottom: 12px;
  font-size: 12px;
}

.footer-brand {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.footer-logo {
  background: var(--line);
  border-radius: 14px;
  width: 228px;
  padding: 9px 4px;
}

.footer-logo img {
  object-fit: contain;
  width: 100%;
  height: 60px;
  display: block;
}

.footer-links {
  flex-direction: column;
  gap: 8px;
  font-size: 18px;
  line-height: 1.6;
  display: flex;
}

.footer-links a:hover {
  color: var(--orange);
}

.site-footer .registration {
  color: var(--orange);
  font-family: var(--font-plex-mono), monospace;
  letter-spacing: 2px;
  margin-top: 12px;
  font-size: 12px;
}

@media (max-width: 1100px) {
  .page-shell {
    width: min(100% - 48px, 960px);
  }

  .site-header {
    width: 100%;
    padding-inline: 22px;
  }

  .desktop-nav {
    gap: 15px;
  }

  .header-cta {
    display: none;
  }

  .mobile-contact {
    display: block;
  }

  .partner-grid, .service-grid, .capability-grid, .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .why-image {
    min-height: 500px;
  }

  .service-introduction {
    gap: 48px;
  }

  .site-footer {
    grid-template-columns: 1.4fr .6fr 1fr;
    gap: 46px;
    padding-inline: 24px;
  }

  .site-footer > :last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: calc(100% - 32px);
  }

  .eyebrow {
    letter-spacing: 2.2px;
    font-size: 11px;
  }

  .hero {
    min-height: clamp(420px, 100svh - 64px, 760px);
    padding-bottom: 76px;
  }

  .site-header {
    width: 100%;
    min-height: 72px;
    padding: 8px 14px;
  }

  .brand {
    width: 165px;
    height: 48px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-contact {
    background: var(--orange);
    border-radius: 9px;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    display: inline-flex;
  }

  .hero-content h1 {
    letter-spacing: -1.5px;
    margin-top: 12px;
    font-size: clamp(42px, 12vw, 58px);
    line-height: .95;
  }

  .hero-copy {
    font-size: 17px;
  }

  .button-row {
    flex-direction: column;
    align-items: stretch;
  }

  .button-row .button {
    width: 100%;
  }

  .partners-strip {
    padding-block: 36px;
  }

  .partners-title-row {
    display: block;
  }

  .partners-title-row h2 {
    font-size: 26px;
  }

  .partners-title-row p {
    letter-spacing: 2px;
    margin-top: 12px;
    font-size: 10px;
  }

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

  .partner-card {
    height: 112px;
    padding: 14px;
  }

  .partner-card img {
    max-width: 82%;
    max-height: 70%;
  }

  .section {
    padding-block: 52px;
  }

  .section-heading {
    margin-bottom: 24px;
    display: block;
  }

  .section-heading h2, .service-introduction h2, .deliverables-copy h2 {
    font-size: 34px;
  }

  .section-description {
    font-size: 17px;
  }

  .section-heading .text-link {
    margin-top: 16px;
    display: inline-block;
  }

  .service-grid, .product-grid, .capability-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 280px;
  }

  .service-card h3 {
    min-height: auto;
  }

  .product-image {
    height: 225px;
  }

  .why-image {
    min-height: 320px;
  }

  .reason-card {
    padding: 18px;
  }

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

  .contact-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-cta .button {
    text-align: center;
    width: 100%;
    padding-inline: 18px;
  }

  .detail-hero {
    min-height: 670px;
    padding-bottom: 58px;
  }

  .detail-hero-content h1 {
    font-size: 45px;
  }

  .detail-hero-content > p:last-child {
    font-size: 18px;
  }

  .service-introduction, .deliverables-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .service-introduction-copy p {
    font-size: 18px;
  }

  .capability-card {
    min-height: 235px;
  }

  .deliverables-image {
    min-height: 300px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
    padding: 48px 16px;
  }

  .site-footer > :first-child, .site-footer > :last-child {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, :before, :after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

.quotation-form {
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
  border: 1px solid #8a93a0;
  gap: 22px;
  padding: clamp(24px, 4vw, 48px);
  display: grid;
}

.quotation-heading {
  max-width: 720px;
}

.quotation-heading h2 {
  margin: 4px 0 8px;
  font-size: clamp(28px, 4vw, 42px);
}

.quotation-heading > p:last-child {
  color: var(--surface);
  margin: 0;
}

.quotation-grid {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.quotation-grid label {
  gap: 7px;
  display: grid;
}

.quotation-grid label > span {
  font-size: 13px;
  font-weight: 650;
}

.quotation-grid input, .quotation-grid select, .quotation-grid textarea {
  width: 100%;
  min-height: 46px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  border: 1px solid #b9c2cf;
  border-radius: 8px;
  padding: 11px 13px;
}

.quotation-grid textarea {
  resize: vertical;
  min-height: 130px;
}

.quotation-grid input:focus, .quotation-grid select:focus, .quotation-grid textarea:focus {
  border-color: var(--orange);
  outline: 3px solid #ff8b023d;
}

.quotation-wide {
  grid-column: 1 / -1;
}

.quotation-submit {
  border: 0;
  justify-self: start;
}

.quotation-submit:disabled {
  cursor: wait;
  opacity: .65;
}

.quotation-alert, .quotation-success {
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
}

.quotation-alert {
  color: #7d1717;
  background: #fde4e4;
}

.quotation-success {
  color: #0a6026;
  background: #e6f4ea;
}

.quotation-privacy {
  color: #c8ced6;
  margin: -10px 0 0;
  font-size: 12px;
}

.quotation-honeypot {
  position: absolute;
  left: -10000px;
}

@media (max-width: 700px) {
  .quotation-grid {
    grid-template-columns: 1fr;
  }

  .quotation-wide {
    grid-column: auto;
  }

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

/* [project]/app/vertical-slice-1.css [app-client] (css) */
:where(a, button, input, select, textarea):focus-visible {
  outline-offset: 2px !important;
  outline: 2px solid #004aad !important;
}

.site-header {
  gap: 25px;
  height: 64px;
  min-height: 64px;
  padding: 8px 34px;
}

.header-cta {
  min-width: 220px;
  min-height: 40px;
  padding: 10px 25px;
}

.desktop-nav > a {
  color: var(--muted);
  font: inherit;
  background: none;
  border: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.desktop-nav > a:hover, .desktop-nav > a.active {
  color: var(--ink);
}

.desktop-nav > a.active {
  font-weight: 600;
}

.products-menu {
  position: relative;
}

.products-menu:after {
  content: "";
  height: 24px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.products-menu > a {
  color: var(--muted);
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.products-menu > a.active {
  color: var(--ink);
  font-weight: 600;
}

.desktop-nav > a:after, .products-menu > a:after {
  content: "";
  background: var(--orange);
  transform-origin: 0;
  width: 100%;
  height: 1px;
  transition: transform .22s;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scaleX(0);
}

.desktop-nav > a:hover:after, .products-menu:hover > a:after, .products-menu:focus-within > a:after {
  transform: scaleX(1);
}

.products-mega-menu {
  z-index: 20;
  width: min(800px, 100vw - 90px);
  height: 318px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 34px;
  transition: opacity .2s, transform .2s, visibility 0s linear .2s;
  display: flex;
  position: absolute;
  top: calc(100% + 24px);
  right: -120px;
  transform: translateY(8px);
}

.products-menu:hover .products-mega-menu, .products-menu:focus-within .products-mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
  transform: translateY(0);
}

.mega-menu-heading, .mega-menu-footer {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

.mega-menu-heading {
  padding: 10px;
}

.mega-menu-heading p {
  color: var(--orange);
  font-family: var(--font-plex-mono), monospace;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}

.mega-menu-heading a {
  color: #004aad;
  font-size: 16px;
  font-weight: 700;
}

.mega-menu-categories {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 10px;
  display: grid;
}

.mega-menu-category {
  flex-direction: column;
  display: flex;
}

.mega-menu-category-name {
  color: #000;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}

.mega-menu-category-name:hover {
  color: var(--blue-700);
}

.mega-menu-item {
  color: var(--muted);
  padding: 2px 0;
  font-size: 11px;
  line-height: 18px;
}

.mega-menu-item:hover {
  color: var(--orange);
}

.mega-menu-footer {
  border-top: 1px solid #8a93a0;
  padding: 10px;
}

.mega-menu-footer p {
  color: var(--orange);
  margin: 0;
  font-size: 14px;
}

.mega-menu-footer .button {
  color: #fff;
  min-width: 226px;
  min-height: 40px;
}

.mobile-menu-button {
  display: none;
}

.hero:focus-visible {
  outline-offset: -4px !important;
}

.hero-content h1 {
  font-weight: 750;
  line-height: .82;
}

.hero-arrow {
  z-index: 4;
  color: #fff;
  opacity: 0;
  cursor: pointer;
  background: #00255773;
  border: 1px solid #ffffffa6;
  border-radius: 999px;
  place-items: center;
  width: 44px;
  height: 44px;
  transition: opacity .18s;
  display: grid;
  position: absolute;
  top: 50%;
}

.hero:hover .hero-arrow, .hero:focus-within .hero-arrow {
  opacity: 1;
}

.hero-arrow-previous {
  left: 18px;
}

.hero-arrow-next {
  right: 18px;
}

.hero-progress {
  bottom: 55px;
}

.hero-progress button {
  background: none;
  place-items: center;
  width: 24px;
  height: 24px;
  display: grid;
}

.hero-progress button span {
  background: #8a93a0;
  border-radius: 999px;
  width: 11px;
  height: 11px;
  transition: width .2s, background .2s;
  display: block;
}

.hero-progress button.is-active {
  background: none;
  width: 48px;
}

.hero-progress button.is-active span {
  background: #fff;
  width: 35px;
}

.partner-scroll {
  scrollbar-width: thin;
  scrollbar-color: #00255759 transparent;
  scroll-snap-type: x proximity;
  padding-block: 25px;
  overflow-x: auto;
}

.partner-track {
  gap: 22px;
  min-width: max-content;
  display: flex;
}

.partner-card {
  scroll-snap-align: start;
  flex: 0 0 320px;
  width: 320px;
}

.partners-title-row {
  margin-bottom: -4px;
}

.section {
  border-top: 0;
}

.section + .section {
  border-top: 1px solid #cbd2dc;
}

.section-heading h2 {
  font-size: 40px;
}

.service-card {
  gap: 13px;
}

.service-card p {
  color: var(--muted);
}

.service-card a {
  color: #1b5295;
}

.product-card {
  box-shadow: none;
  border: 1px solid #e0e3e8;
  position: relative;
}

.product-card-cover {
  z-index: 1;
  border-radius: var(--radius);
  position: absolute;
  inset: 0;
}

.product-card-cover:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #75b5ff;
}

.home-quote-link {
  z-index: 2;
  align-self: flex-start;
  position: relative;
}

.product-image:after, .product-image span {
  display: none;
}

.product-copy {
  padding: 16px 20px 18px;
}

.product-copy h3 {
  font-size: 19px;
}

.why-grid {
  grid-template-columns: 531px minmax(0, 1fr);
}

.process-section, .contact-wrap {
  border-top: 1px solid #cbd2dc;
}

.contact-cta {
  min-height: 148px;
}

.contact-cta .button {
  min-width: 288px;
}

.site-footer {
  grid-template-columns: 283px 121px 253px 301px;
  justify-content: space-between;
  gap: 40px;
  min-height: 308px;
  padding: 54px 34px;
}

.site-footer p {
  font-size: 19px;
  line-height: 25px;
}

.site-footer .eyebrow {
  font-size: 12px;
  line-height: normal;
}

.site-footer .eyebrow span {
  color: #e0e3e8;
}

.footer-links {
  gap: 0;
  font-size: 19px;
  line-height: 32px;
}

.mobile-menu-drawer {
  display: none;
}

@media (max-width: 1100px) and (min-width: 721px) {
  .desktop-nav {
    gap: 13px;
  }

  .header-cta {
    min-width: auto;
  }

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

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

  .hero {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: clamp(460px, 100svh - 98px, 760px);
    padding: 40px 24px 48px;
  }

  .hero-content {
    width: 100%;
  }

  .hero-progress {
    margin: 18px auto 0;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: calc(100% - 40px);
  }

  .site-header {
    width: 100%;
    height: 64px;
    min-height: 64px;
    padding: 12px 16px;
  }

  .site-topbar {
    display: none;
  }

  .brand {
    width: 122px;
    height: 33px;
  }

  .header-cta, .desktop-nav {
    display: none;
  }

  .mobile-menu-button {
    background: none;
    border: 0;
    place-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    display: grid;
  }

  .mobile-menu-button span {
    background: #171616;
    border-radius: 999px;
    width: 22px;
    height: 2.5px;
    display: block;
  }

  .mobile-menu-drawer {
    z-index: 100;
    background: #fff;
    flex-direction: column;
    min-height: 100dvh;
    padding: 16px 20px 24px;
    display: flex;
    position: fixed;
    inset: 0;
    overflow-y: auto;
  }

  .mobile-menu-top {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mobile-menu-top a {
    width: 122px;
    height: 33px;
  }

  .mobile-menu-top img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .mobile-menu-top button {
    color: #171616;
    background: none;
    border: 0;
    width: 44px;
    height: 44px;
    font-size: 20px;
    font-weight: 700;
  }

  .mobile-menu-drawer nav {
    display: grid;
  }

  .mobile-menu-drawer nav > a, .mobile-products-trigger {
    color: #171616;
    min-height: 61px;
    font: inherit;
    text-align: left;
    background: none;
    border: 0;
    border-bottom: 1px solid #e0e3e8;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    font-size: 22px;
    font-weight: 650;
    display: flex;
  }

  .mobile-products-section {
    border: 1px solid #e0e3e8;
    border-radius: 12px;
    margin: 8px 0;
    overflow: hidden;
  }

  .mobile-products-trigger {
    border-bottom: 0;
    width: 100%;
    padding-inline: 16px;
  }

  .mobile-products-section.is-open .mobile-products-trigger {
    border-bottom: 1px solid #e0e3e8;
  }

  .mobile-products-trigger span:last-child {
    color: #ff8b02;
    font-size: 18px;
    transition: transform .18s;
  }

  .mobile-products-section.is-open .mobile-products-trigger span:last-child {
    transform: rotate(180deg);
  }

  .mobile-product-categories {
    background: #f4f6f8;
    padding: 4px 16px 8px;
    display: grid;
  }

  .mobile-product-categories a {
    color: #5a6472;
    border-bottom: 1px solid #e0e3e8;
    padding: 13px 0;
    font-size: 17px;
    font-weight: 500;
  }

  .mobile-product-categories a:last-child {
    border-bottom: 0;
  }

  .mobile-menu-cta {
    width: 100%;
    min-height: 48px;
    margin-top: auto;
  }

  .hero {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    height: auto;
    min-height: clamp(540px, 100svh - 64px, 640px);
    padding: clamp(72px, 15svh, 130px) 20px 36px;
  }

  .hero-content {
    text-align: left;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin: 0;
    display: flex;
  }

  .hero-content .eyebrow {
    letter-spacing: 3.2px;
    font-size: 10px;
  }

  .hero-content h1 {
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    font-size: clamp(30px, 8.2vw, 36px);
    line-height: 1.15;
  }

  .hero-copy {
    text-align: left;
    width: 100%;
    font-size: clamp(13px, 3.5vw, 15px);
    line-height: 24px;
  }

  .button-row {
    gap: 8px;
    width: 100%;
    margin-top: 0;
  }

  .button-row .button {
    height: 48px;
    min-height: 48px;
  }

  .hero-progress {
    gap: 8px;
    margin: 0 auto;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
  }

  .hero-progress button {
    width: 10px;
    height: 10px;
  }

  .hero-progress button.is-active {
    width: 28px;
  }

  .hero-arrow {
    display: none;
  }

  .partners-strip {
    border-bottom: 0;
    padding: 48px 0;
  }

  .partners-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 0;
    display: flex;
  }

  .partners-title-row h2 {
    width: 432px;
    max-width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }

  .partners-title-row p {
    letter-spacing: 2.4px;
    margin: 0;
    font-size: 11px;
  }

  .partner-scroll {
    padding-block: 16px 0;
  }

  .partner-track {
    gap: 14px;
  }

  .partner-card {
    flex-basis: 240px;
    width: 240px;
    height: 122px;
  }

  .section {
    padding: 48px 20px;
  }

  .section > .page-shell, .section.page-shell {
    width: 100%;
  }

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

  .section-heading h2 {
    margin-top: 12px;
    font-size: 28px;
    line-height: normal;
  }

  .section-description {
    margin-top: 12px;
    font-size: 15px;
    line-height: 22px;
  }

  .service-grid {
    gap: 12px;
  }

  .service-card {
    gap: 8px;
    min-height: 0;
    padding: 22px 20px;
  }

  .service-number {
    font-size: 24px;
  }

  .service-card h3 {
    font-size: 20px;
  }

  .service-card p {
    font-size: 15px;
    line-height: 22px;
  }

  .product-grid {
    gap: 14px;
  }

  .product-image {
    height: 160px;
  }

  .product-copy .eyebrow {
    letter-spacing: 2.4px;
    font-size: 11px;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .why-image {
    min-height: 210px;
  }

  .reason-list {
    gap: 12px;
  }

  .reason-card {
    border-radius: 14px;
    gap: 12px;
    padding: 16px 18px;
  }

  .reason-card img {
    flex-basis: 18px;
    width: 18px;
    height: 18px;
  }

  .reason-card h3 {
    font-size: 17px;
  }

  .reason-card p {
    font-size: 15px;
    line-height: 22px;
  }

  .process-grid {
    gap: 20px;
  }

  .process-line {
    background: #8a93a0;
    height: 1px;
    margin-bottom: 12px;
  }

  .contact-wrap {
    width: 100%;
    padding: 24px 20px;
  }

  .contact-cta {
    border: 0;
    gap: 14px;
    min-height: 0;
    padding: 28px 24px;
  }

  .contact-cta h2 {
    font-size: 24px;
  }

  .contact-cta p {
    font-size: 15px;
    line-height: 22px;
  }

  .contact-cta .button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
  }

  .site-footer {
    flex-direction: column;
    gap: 24px;
    min-height: 0;
    padding: 40px 20px;
    display: flex;
  }

  .site-footer > :first-child, .site-footer > :last-child {
    grid-column: auto;
  }

  .footer-logo {
    border-radius: 12px;
    width: 180px;
    padding: 9px 10px;
  }

  .footer-logo img {
    height: 44px;
  }

  .site-footer p {
    font-size: 16px;
    line-height: 24px;
  }

  .site-footer .eyebrow {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .footer-links {
    font-size: 17px;
    line-height: 30px;
  }

  .site-footer .registration {
    font-size: 11px;
    line-height: normal;
  }
}

/*# sourceMappingURL=app_01wp6pc._.css.map*/