:root {
      --blue: #0968b8;
      --blue-dark: #064273;
      --brand-navy: #0a0a7a;
      --blue-soft: #eaf5ff;
      --ink: #102033;
      --muted: #43556a;
      --line: #dce7f1;
      --surface: #ffffff;
      --mist: #f6f9fc;
      --green: #0c7f92;
      --gold: #f0b64d;
      --shadow: 0 24px 60px rgba(9, 55, 92, 0.14);
      --radius: 8px;
      --max: 1180px;
      --header: 76px;
      --font-sans: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      --fs-main-heading: clamp(30px, 3.05vw, 46px);
      --fs-section-copy: clamp(18px, 1.55vw, 22px);
      --fs-card-title: clamp(22px, 2vw, 28px);
      --fs-card-copy: 17px;
      --fs-label: 13px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: var(--header);
      scroll-snap-type: y proximity;
    }

    body {
      margin: 0;
      font-family: var(--font-sans);
      color: var(--ink);
      background: var(--surface);
      line-height: 1.55;
      overflow-x: clip;
    }

    body.menu-open {
      overflow: hidden;
    }

    body.estimate-open {
      overflow: hidden;
    }

    img {
      display: block;
      max-width: 100%;
    }

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

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

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      height: var(--header);
      display: flex;
      align-items: center;
      background: rgba(255, 255, 255, 0.92);
      border-bottom: 1px solid rgba(220, 231, 241, 0.8);
      backdrop-filter: blur(18px);
    }

    .nav {
      width: min(var(--max), calc(100% - 40px));
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-weight: 800;
      letter-spacing: 0;
      color: var(--blue-dark);
    }

    .button {
      min-height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 0 18px;
      border: 0;
      border-radius: var(--radius);
      font-weight: 800;
      color: #fff;
      background: var(--blue);
      box-shadow: 0 12px 30px rgba(10, 103, 177, 0.24);
      cursor: pointer;
      transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
    }

    .button:hover,
    .button:focus-visible {
      background: var(--blue-dark);
      transform: translateY(-2px);
      box-shadow: 0 16px 38px rgba(10, 103, 177, 0.3);
      outline: none;
    }

    .button.secondary {
      color: var(--blue-dark);
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: none;
    }

    .button.secondary:hover,
    .button.secondary:focus-visible {
      background: var(--blue-soft);
      box-shadow: none;
    }

    .hero {
      min-height: calc(100svh - var(--header));
      position: relative;
      display: grid;
      align-items: stretch;
      overflow: hidden;
      background: #081f36;
      isolation: isolate;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background:
        linear-gradient(90deg, rgba(5, 32, 55, 0.92) 0%, rgba(5, 32, 55, 0.72) 42%, rgba(5, 32, 55, 0.2) 100%),
        url("../images/hero-health-platform.png") right top / cover no-repeat;
      transform: none;
      animation: none;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 34%;
      z-index: -1;
      background: linear-gradient(0deg, rgba(8, 31, 54, 0.82), transparent);
    }

    .hero-inner {
      width: min(var(--max), calc(100% - 40px));
      margin: 0 auto;
      display: grid;
      align-items: center;
      padding: 66px 0 76px;
    }

    .hero-copy {
      width: min(670px, 100%);
      color: #fff;
      animation: riseIn 700ms ease both;
    }

    .eyebrow {
      margin: 0 0 16px;
      color: #aee0ff;
      font-size: 13px;
      font-weight: 850;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .hero h1 {
      margin: 0;
      font-size: clamp(46px, 7vw, 82px);
      line-height: 0.98;
      letter-spacing: 0;
    }

    .hero .lead {
      max-width: 590px;
      margin: 24px 0 0;
      color: rgba(255, 255, 255, 0.88);
      font-size: clamp(18px, 2vw, 22px);
      line-height: 1.48;
    }

    .section {
      padding: clamp(68px, 7vw, 88px) 0;
    }

    #schedule {
      scroll-margin-top: 0;
    }

    .hero,
    .problem-section,
    .product-system,
    .employer-advantages,
    .employer-advantage-slides,
    .estimate-section {
      scroll-margin-top: 0;
    }

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

    .section.blue {
      color: #fff;
      background: linear-gradient(135deg, #05223e 0%, var(--blue-dark) 58%, #073358 100%);
    }

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

    .container {
      width: min(var(--max), calc(100% - 40px));
      margin: 0 auto;
    }

    .section-head {
      max-width: 760px;
      margin-bottom: 38px;
    }

    .section-head.center {
      margin-inline: auto;
      text-align: center;
    }

    .section-kicker {
      margin: 0 0 12px;
      color: var(--blue);
      font-size: 13px;
      font-weight: 850;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .section-kicker.brand-color {
      color: var(--brand-navy);
    }

    .problem-section {
      padding-top: clamp(20px, 2.4vw, 28px);
      padding-bottom: clamp(20px, 2.4vw, 28px);
      background: #fff;
    }

    @media (min-width: 981px) {
      .problem-section {
        box-sizing: border-box;
        height: calc(100svh - 76px);
        min-height: 619px;
        display: grid;
        align-items: center;
        padding-top: 28px;
        padding-bottom: 28px;
        scroll-margin-top: 0;
        overflow: hidden;
      }
    }

    .problem-section h3 {
      color: var(--brand-navy);
    }

    .problem-section .section-head {
      margin-bottom: 18px;
    }

    .blue .section-kicker {
      color: #9fe2ff;
    }

    h2 {
      margin: 0;
      font-size: clamp(32px, 4vw, 54px);
      line-height: 1.05;
      letter-spacing: 0;
    }

    h3 {
      margin: 0;
      font-size: 22px;
      line-height: 1.22;
      letter-spacing: 0;
    }

    p {
      margin: 0;
      color: var(--ink);
    }

    .blue p {
      color: rgba(255, 255, 255, 0.74);
    }

    .section-head p {
      margin-top: 18px;
      font-size: 18px;
    }

    .problem-layout {
      display: grid;
      grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
      gap: clamp(24px, 3.2vw, 40px);
      align-items: center;
    }

    .problem-layout > .reveal:not(.image-panel) {
      align-self: center;
    }

    @media (min-width: 1200px) {
      .problem-section .container {
        --max: 1280px;
      }

      .problem-layout {
        grid-template-columns: minmax(330px, 0.76fr) minmax(0, 1.24fr);
      }
    }

    .image-panel {
      overflow: hidden;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      background: var(--blue-soft);
      height: 100%;
      min-height: clamp(440px, 36vw, 560px);
    }

    .image-panel img {
      width: 100%;
      height: 100%;
      min-height: clamp(440px, 36vw, 560px);
      object-fit: cover;
      object-position: center center;
    }

    @media (min-width: 981px) {
      .problem-layout > .reveal:not(.image-panel) {
        position: relative;
        top: -9px;
      }

      .problem-section .image-panel {
        height: 563px;
        min-height: 0;
      }

      .problem-section .image-panel img {
        min-height: 0;
      }
    }

    .empty-chair {
      display: grid;
      gap: 8px;
    }

    .insight {
      position: relative;
      padding: 12px 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: 0 12px 28px rgba(19, 32, 46, 0.06);
    }

    .insight .num {
      flex: 0 0 auto;
      width: 30px;
      height: 30px;
      display: grid;
      place-items: center;
      color: var(--blue);
      font-weight: 900;
      font-size: 16px;
      border-radius: 50%;
      background: var(--blue-soft);
    }

    .insight-heading {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .problem-section .insight-heading h3 {
      margin: 0;
      color: var(--ink);
      font-size: 16px;
      font-weight: 900;
      line-height: 1.15;
    }

    .insight p {
      margin-top: 6px;
    }

    .form-panel {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: 0 12px 34px rgba(19, 32, 46, 0.06);
    }

    label {
      display: grid;
      gap: 8px;
      color: #31465b;
      font-size: 13px;
      font-weight: 800;
    }

    input,
    select,
    textarea {
      width: 100%;
      min-height: 46px;
      border: 1px solid #cad8e5;
      border-radius: var(--radius);
      padding: 11px 13px;
      color: var(--ink);
      background: #fff;
      outline: none;
      transition: border-color 160ms ease, box-shadow 160ms ease;
    }

    textarea {
      min-height: 118px;
      resize: vertical;
    }

    input:focus,
    select:focus,
    textarea:focus {
      border-color: var(--blue);
      box-shadow: 0 0 0 4px rgba(10, 103, 177, 0.12);
    }

    .contact-section {
      box-sizing: border-box;
      height: calc(100svh - var(--header));
      min-height: 600px;
      padding: 0;
      scroll-snap-align: start;
      scroll-snap-stop: normal;
      overflow: hidden;
    }

    .contact-shell {
      height: 100%;
      display: grid;
      grid-template-rows: minmax(0, 1fr) 28px;
    }

    .contact-main {
      min-height: 0;
      display: grid;
      grid-template-columns: minmax(290px, 0.8fr) minmax(520px, 1.2fr);
      align-items: center;
      gap: clamp(54px, 7vw, 108px);
      padding: clamp(22px, 3vh, 34px) 0 18px;
    }

    .contact-details {
      align-self: center;
      max-width: 440px;
      color: #fff;
    }

    .contact-details h2 {
      margin: 0;
      color: #fff;
      font-size: clamp(36px, 4vw, 56px);
      line-height: 1.02;
    }

    .contact-intro {
      max-width: 420px;
      margin: 20px 0 0;
      color: rgba(255, 255, 255, 0.72);
      font-size: 16px;
      line-height: 1.6;
    }

    .contact-list {
      display: grid;
      gap: 20px;
      margin-top: clamp(30px, 4vh, 42px);
      font-style: normal;
    }

    .contact-item {
      display: grid;
      gap: 4px;
      color: rgba(255, 255, 255, 0.92);
      font-size: 16px;
      line-height: 1.5;
    }

    .contact-label {
      color: rgba(255, 255, 255, 0.56);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .contact-item a {
      width: fit-content;
      color: rgba(255, 255, 255, 0.92);
      text-decoration: none;
      transition: color 180ms ease;
    }

    .contact-item a:hover,
    .contact-item a:focus-visible {
      color: #fff;
      outline: none;
    }

    .schedule-card-head {
      margin-bottom: clamp(20px, 3vw, 28px);
    }

    .schedule-card-head h2 {
      margin: 0;
      color: var(--ink);
      font-size: clamp(30px, 3.2vw, 42px);
      line-height: 1.05;
    }

    .contact-footer {
      min-height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(255, 255, 255, 0.46);
      font-size: 11px;
      line-height: 1;
    }

    .contact-footer p {
      margin: 0;
    }

    .form-panel {
      padding: 30px;
      min-width: 0;
    }

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

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

    .fine-print {
      margin-top: 18px;
      color: rgba(255, 255, 255, 0.62);
      font-size: 12px;
    }

    .form-panel .fine-print {
      color: var(--muted);
    }

    .product-system {
      position: relative;
      box-sizing: border-box;
      min-height: 640px;
      height: calc(100svh - var(--header));
      display: grid;
      place-items: center;
      padding: clamp(56px, 7vw, 88px) 0;
      overflow: hidden;
      isolation: isolate;
      background:
        linear-gradient(180deg, #f7fbff 0%, #fff 54%, #f5f9fc 100%);
    }

    .product-system::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.52) 34%, rgba(246, 251, 255, 0.34) 100%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.42) 48%, rgba(247, 251, 255, 0.24) 100%);
    }

    .product-bg-video {
      position: absolute;
      inset: 0;
      z-index: -2;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      opacity: 1;
      filter: blur(2px) saturate(1.12);
      transform: scale(1.018);
      pointer-events: none;
    }

    .product-intro {
      display: grid;
      place-items: center;
    }

    .product-intro .section-head {
      margin-bottom: 0;
    }

    .product-components {
      padding: 0;
    }

    .solution-story {
      display: grid;
      gap: 0;
    }

    .solution-story .section-head {
      margin-bottom: 0;
    }

    .solution-track {
      display: grid;
      gap: 0;
    }

    .solution-row {
      display: grid;
      grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
      gap: clamp(30px, 4.8vw, 60px);
      align-items: center;
      align-content: center;
      box-sizing: border-box;
    }

    .solution-row.reveal {
      opacity: 1;
      transform: none;
    }

    @media (min-width: 981px) {
      .solution-row {
        height: calc(100svh - var(--header));
        min-height: 640px;
        padding: 28px 0;
        scroll-margin-top: 0;
      }

      .solution-row > * {
        align-self: center;
      }
    }

    .solution-row.reverse {
      grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    }

    .solution-row.reverse .solution-media {
      order: 2;
    }

    .solution-media {
      position: relative;
      margin: 0;
      aspect-ratio: 4 / 3;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: 0 24px 64px rgba(19, 32, 46, 0.13);
      transition: transform 260ms ease, box-shadow 260ms ease;
    }

    @media (min-width: 981px) {
      .solution-media {
        width: 100%;
        height: clamp(360px, 32vw, 430px);
        min-width: 0;
        min-height: 0;
        aspect-ratio: auto;
      }

      .solution-row.reverse .solution-media {
        width: calc(100% - 12px);
        justify-self: start;
      }

      .solution-media.reflect-screens-media {
        height: clamp(340px, 30vw, 410px);
        min-height: 0;
      }

      .solution-content {
        min-height: clamp(360px, 32vw, 430px);
      }

      .solution-row.reverse .solution-content {
        min-height: clamp(340px, 30vw, 410px);
      }
    }

    .solution-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
      transform: scale(1.01);
      transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 260ms ease;
    }

    .solution-media img.position-top {
      object-position: center top;
    }

    .reflect-screens-media {
      aspect-ratio: 668 / 444;
      background: #f7fbff;
    }

    .reflect-screens-media img {
      object-fit: cover;
      object-position: center;
    }

    .reflect-screens-media::after {
      display: none;
    }

    .solution-media::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(10, 10, 122, 0.12), rgba(9, 104, 184, 0.06));
      pointer-events: none;
      transition: opacity 260ms ease;
    }

    .solution-media:hover {
      transform: translateY(-4px);
      box-shadow: 0 26px 66px rgba(19, 32, 46, 0.16);
    }

    .solution-media:hover img {
      filter: saturate(1.03) contrast(1.02);
      transform: scale(1.035);
    }

    .solution-media:hover::after {
      opacity: 0.72;
    }

    .solution-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      max-width: 590px;
    }

    .solution-content h3 {
      margin-top: 0;
      font-size: clamp(32px, 4vw, 52px);
      line-height: 1.03;
    }

    .solution-content p {
      margin-top: 18px;
      color: var(--ink);
      font-size: clamp(18px, 1.5vw, 21px);
      line-height: 1.62;
    }

    .solution-proof {
      display: block;
      margin-top: 18px;
      padding-left: 18px;
      color: var(--brand-navy);
      border-left: 4px solid var(--blue);
      font-size: 17px;
      font-weight: 850;
      line-height: 1.45;
    }

    .arrow-link {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin-top: 26px;
      border: 0;
      padding: 0;
      color: var(--ink);
      background: transparent;
      font: inherit;
      font-weight: 900;
      cursor: pointer;
    }

    .arrow-link i {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #fff;
      background: var(--brand-navy);
      font-style: normal;
      transition: transform 180ms ease, box-shadow 180ms ease;
    }

    .arrow-link:hover i,
    .arrow-link:focus-visible i {
      transform: translateX(4px);
      box-shadow: 0 12px 26px rgba(10, 10, 122, 0.18);
    }

    .employer-advantages {
      position: relative;
      box-sizing: border-box;
      min-height: 640px;
      height: calc(100svh - var(--header));
      display: grid;
      place-items: center;
      padding: clamp(56px, 7vw, 88px) 0;
      overflow: hidden;
      isolation: isolate;
      background:
        linear-gradient(180deg, #f7fbff 0%, #fff 54%, #f5f9fc 100%);
      scroll-margin-top: 0;
      scroll-snap-align: start;
      scroll-snap-stop: always;
    }

    .employer-advantages::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background: url("../images/employer-advantages-team.jpg") center / cover no-repeat;
      opacity: 0.62;
      filter: blur(2px) saturate(1.08);
      transform: scale(1.018);
    }

    .employer-advantages::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.58) 36%, rgba(246, 251, 255, 0.38) 100%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.46) 48%, rgba(247, 251, 255, 0.28) 100%);
    }

    .employer-advantages-head {
      width: 100%;
      max-width: 920px;
      margin-bottom: 0;
      display: grid;
      justify-items: center;
    }

    .employer-advantages > .container {
      display: grid;
      place-items: center;
    }

    .employer-advantage-slides {
      box-sizing: border-box;
      min-height: 640px;
      height: calc(100svh - var(--header));
      display: grid;
      place-items: center;
      overflow: clip;
      padding: 28px 0;
      background: #fff;
      scroll-margin-top: 0;
      scroll-snap-align: start;
      scroll-snap-stop: always;
    }

    .employer-advantage-slides > .container {
      height: 100%;
      display: grid;
      place-items: center;
    }

    .advantage-story {
      position: relative;
      width: 100%;
      height: 100%;
      min-height: 0;
      margin-top: 0;
    }

    .advantage-pin {
      position: relative;
      display: grid;
      width: 100%;
      height: 100%;
      place-items: center;
    }

    .advantage-scroll-ui {
      position: relative;
      width: 100%;
      height: 100%;
      display: grid;
      place-items: center;
    }

    .advantage-slides {
      position: relative;
      isolation: isolate;
      width: 100%;
      height: min(520px, calc(100svh - var(--header) - 56px));
      min-height: 460px;
      overflow: hidden;
    }

    .advantage-slides:focus-visible {
      outline: 3px solid rgba(8, 112, 181, 0.72);
      outline-offset: -3px;
    }

    .advantage-step {
      position: absolute;
      inset: 0;
      z-index: 0;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(28px, 4vw, 58px);
      align-items: center;
      opacity: 1;
      pointer-events: none;
      visibility: visible;
      transform: translate3d(0, 100%, 0);
      transition: transform 640ms cubic-bezier(0.65, 0, 0.35, 1);
      will-change: transform;
    }

    .advantage-step.is-before {
      transform: translate3d(0, -100%, 0);
    }

    .advantage-step.is-after {
      transform: translate3d(0, 100%, 0);
    }

    .advantage-step.is-active {
      z-index: 2;
      opacity: 1;
      pointer-events: auto;
      visibility: visible;
      transform: translate3d(0, 0, 0);
    }

    .advantage-step.alternate .advantage-copy {
      order: 1;
    }

    .advantage-step.alternate .advantage-media {
      order: 2;
    }

    .advantage-media {
      position: relative;
      height: min(500px, calc(100svh - var(--header) - 76px));
      min-height: 420px;
      margin: 0;
      overflow: hidden;
      border-radius: 6px;
      background: #eaf4fb;
      box-shadow: 0 16px 40px rgba(19, 32, 46, 0.08);
    }

    .advantage-media img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: none;
    }

    .advantage-step.is-active:hover .advantage-media img {
      transform: none;
      filter: none;
    }

    .advantage-media::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(180deg, transparent 55%, rgba(5, 34, 62, 0.22)),
        linear-gradient(90deg, rgba(5, 34, 62, 0.1), transparent 45%);
    }

    .advantage-copy {
      max-width: 650px;
      transform: none;
      transition: none;
    }

    .advantage-step.is-active .advantage-copy {
      transform: none;
    }

    .advantage-copy span {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--blue);
      font-size: 12px;
      font-weight: 950;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .advantage-copy span::before {
      content: "";
      width: 34px;
      height: 3px;
      border-radius: 999px;
      background: var(--blue);
    }

    .advantage-copy h3 {
      margin-top: 18px;
      color: var(--ink);
      font-size: clamp(36px, 4vw, 54px);
      line-height: 1.02;
      letter-spacing: 0;
      text-wrap: balance;
    }

    .advantage-copy p {
      margin-top: 22px;
      color: var(--ink);
      font-size: clamp(18px, 1.45vw, 21px);
      line-height: 1.56;
    }

    .advantage-progress {
      position: absolute;
      right: 0;
      bottom: 2px;
      z-index: 5;
      display: flex;
      align-items: center;
      gap: 10px;
      color: #718195;
      font-size: 11px;
      font-weight: 800;
      line-height: 1;
      pointer-events: none;
    }

    .advantage-progress-dots {
      display: flex;
      gap: 6px;
      align-items: center;
    }

    .advantage-progress-dots i {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #c7d4df;
      transition: width 320ms ease, border-radius 320ms ease, background-color 320ms ease;
    }

    .advantage-progress-dots i.is-active {
      width: 18px;
      border-radius: 999px;
      background: var(--blue);
    }

    .estimate-section {
      box-sizing: border-box;
      min-height: calc(100svh - var(--header));
      height: auto;
      display: grid;
      place-items: center;
      padding: 20px 0;
      background: linear-gradient(180deg, #f5f9fc 0%, #fff 100%);
      scroll-snap-align: start;
      scroll-snap-stop: normal;
    }

    .estimate-section > .container {
      width: min(980px, calc(100% - 40px));
    }

    .estimate-section .section-head {
      max-width: 940px;
      margin-bottom: 12px;
    }

    .estimate-section .section-head > p:not(.section-kicker) {
      margin-top: 8px;
    }

    .estimate-layout {
      width: min(960px, 100%);
      margin: 0 auto;
    }

    .estimate-card {
      position: relative;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: 0 18px 52px rgba(19, 32, 46, 0.07);
      padding: 18px 24px;
    }

    .estimate-dialog {
      width: min(980px, calc(100% - 32px));
      max-height: calc(100svh - 40px);
      margin: auto;
      padding: 0;
      overflow: hidden;
      border: 0;
      border-radius: var(--radius);
      background: transparent;
      box-shadow: 0 30px 90px rgba(5, 20, 35, 0.32);
    }

    .estimate-dialog::backdrop {
      background: rgba(5, 20, 35, 0.64);
      backdrop-filter: blur(8px);
    }

    .estimate-result {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 12px;
      min-height: 0;
      padding: 58px 26px 24px;
      color: #fff;
      background:
        radial-gradient(circle at 86% 12%, rgba(159, 226, 255, 0.18), transparent 34%),
        linear-gradient(135deg, #05223e 0%, #064273 52%, #07314f 100%);
      overflow: hidden;
    }

    .estimate-dialog[open] .estimate-result {
      animation: resultReveal 760ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .estimate-dialog-close {
      position: absolute !important;
      z-index: 3;
      top: 14px;
      left: 14px;
      width: 34px;
      height: 30px;
      padding: 0;
      border: 0;
      color: rgba(255, 255, 255, 0.82);
      background: transparent;
      font: 500 28px/1 var(--font-sans);
      cursor: pointer;
    }

    .estimate-dialog-close:hover,
    .estimate-dialog-close:focus-visible {
      color: #fff;
      outline: 2px solid rgba(255, 255, 255, 0.42);
      outline-offset: 3px;
    }

    .estimate-result-head {
      padding-left: 0;
    }

    .estimate-result::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 420px;
      height: 420px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(159, 226, 255, 0.22), rgba(159, 226, 255, 0) 64%);
      transform: translate(36%, -36%);
      pointer-events: none;
    }

    .estimate-result::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(10, 103, 177, 0.2), rgba(10, 103, 177, 0) 66%);
      transform: translate(-38%, 38%);
      pointer-events: none;
    }

    .estimate-result > * {
      position: relative;
      z-index: 1;
    }

    .estimate-card > p,
    .estimate-result-head > p {
      margin-top: 12px;
      line-height: 1.6;
      color: var(--ink);
    }

    .estimate-result h3 {
      color: #fff;
    }

    .estimate-result-head > p {
      margin-top: 8px;
      line-height: 1.45;
      color: rgba(255, 255, 255, 0.78);
    }

    .estimate-fields {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 12px;
    }

    .estimate-qualifier-fields {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .estimate-fields .full {
      grid-column: 1 / -1;
    }

    input[readonly] {
      color: var(--brand-navy);
      background: #f7fbff;
      font-weight: 850;
    }

    .employee-range {
      display: grid;
      gap: 5px;
    }

    .employee-range-head,
    .employee-range-scale {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .employee-range-head .employee-number-input {
      width: 112px;
      min-width: 112px;
      min-height: 38px;
      padding: 6px 10px;
      color: var(--brand-navy);
      font-size: 18px;
      font-weight: 900;
      text-align: right;
    }

    .employee-range input[type="range"] {
      --range-progress: 5%;
      width: 100%;
      min-height: 20px;
      margin: 0;
      padding: 0;
      border: 0;
      border-radius: 999px;
      background: transparent;
      box-shadow: none;
      cursor: pointer;
      appearance: none;
    }

    .employee-range input[type="range"]::-webkit-slider-runnable-track {
      height: 7px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--blue) 0 var(--range-progress), #dbe7f1 var(--range-progress) 100%);
    }

    .employee-range input[type="range"]::-webkit-slider-thumb {
      width: 22px;
      height: 22px;
      margin-top: -7.5px;
      border: 4px solid #fff;
      border-radius: 50%;
      background: var(--brand-navy);
      box-shadow: 0 3px 10px rgba(5, 34, 62, 0.24);
      appearance: none;
    }

    .employee-range input[type="range"]::-moz-range-track {
      height: 7px;
      border-radius: 999px;
      background: #dbe7f1;
    }

    .employee-range input[type="range"]::-moz-range-progress {
      height: 7px;
      border-radius: 999px;
      background: var(--blue);
    }

    .employee-range input[type="range"]::-moz-range-thumb {
      width: 14px;
      height: 14px;
      border: 4px solid #fff;
      border-radius: 50%;
      background: var(--brand-navy);
      box-shadow: 0 3px 10px rgba(5, 34, 62, 0.24);
    }

    .employee-range input[type="range"]:focus-visible {
      outline: 3px solid rgba(10, 103, 177, 0.18);
      outline-offset: 5px;
    }

    .employee-range-scale {
      color: var(--muted);
      font-size: 11px;
      font-weight: 750;
    }

    .estimate-button {
      display: flex;
      width: min(260px, 100%);
      min-height: 42px;
      margin: 14px auto 0;
    }

    .calc-progress {
      display: none;
      margin-top: 10px;
    }

    .calc-progress.is-active {
      display: block;
    }

    .progress-track {
      overflow: hidden;
      height: 8px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.18);
    }

    .estimate-card .progress-track {
      background: rgba(10, 10, 122, 0.11);
    }

    .progress-bar {
      width: 0%;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, #9fe2ff, var(--blue));
      transition: width 320ms ease;
    }

    .calc-status {
      margin-top: 8px;
      color: rgba(255, 255, 255, 0.78);
      min-height: 26px;
    }

    .estimate-card .calc-status {
      color: var(--ink);
    }

    .result-metric {
      display: grid;
      grid-template-columns: minmax(300px, 0.9fr) minmax(340px, 1.1fr);
      align-items: center;
      gap: 28px;
      margin: 0;
      padding: 18px 22px;
      border: 1px solid rgba(159, 226, 255, 0.22);
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055)),
        rgba(5, 34, 62, 0.34);
      box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
    }

    .result-summary strong {
      display: block;
      color: #fff;
      font-size: clamp(46px, 5.2vw, 68px);
      line-height: 0.95;
      text-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
    }

    .result-summary > span:not(.result-eyebrow) {
      display: block;
      margin-top: 8px;
      color: rgba(255, 255, 255, 0.76);
    }

    .result-eyebrow {
      display: inline-flex;
      width: max-content;
      margin-bottom: 12px;
      padding: 8px 12px;
      border: 1px solid rgba(159, 226, 255, 0.38);
      border-radius: 999px;
      color: #eaf8ff;
      background: rgba(159, 226, 255, 0.14);
      font-size: 12px;
      font-weight: 950;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .result-breakdown {
      display: grid;
      gap: 2px;
      margin-top: 0;
    }

    .result-breakdown span {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      padding: 6px 0;
      border-top: 0;
      color: rgba(255, 255, 255, 0.84);
      font-weight: 750;
    }

    .result-breakdown em {
      color: #fff;
      font-style: normal;
    }

    .estimate-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      justify-content: center;
    }

    .estimate-actions .button {
      width: auto;
      min-height: 40px;
      padding: 0 16px;
      font-size: 14px;
    }

    .estimate-card .fine-print {
      margin-top: 10px;
      font-size: 11.5px;
      line-height: 1.35;
      white-space: nowrap;
    }

    .estimate-fields input,
    .estimate-fields select {
      min-height: 42px;
      padding: 8px 12px;
    }

    @keyframes resultReveal {
      0% {
        opacity: 0.72;
      }
      100% {
        opacity: 1;
      }
    }

    .schedule-card {
      width: 100%;
      max-width: 700px;
      padding: clamp(22px, 2.5vw, 30px);
      border: 0;
      border-radius: var(--radius);
      background: #fff;
    }

    #schedule .schedule-card-head {
      margin-bottom: 18px;
    }

    #schedule .schedule-card-head h2 {
      font-size: clamp(28px, 2.6vw, 36px);
    }

    #schedule .form-grid {
      gap: 12px 14px;
    }

    #schedule label {
      gap: 6px;
      font-size: 12px;
    }

    #schedule .form-required {
      color: #0a67b1;
      font-weight: 850;
    }

    #schedule input,
    #schedule select {
      min-height: 42px;
      padding: 9px 12px;
    }

    #schedule textarea {
      min-height: 82px;
      max-height: 112px;
      padding: 10px 12px;
    }

    .contact-submit {
      display: flex;
      justify-content: flex-start;
    }

    #schedule .contact-submit .button {
      min-height: 42px;
      padding: 10px 20px;
    }

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

    .form-status {
      min-height: 20px;
      margin: 0;
      color: #30455e;
      font-size: 12px;
      font-weight: 700;
    }

    .form-status.is-success {
      color: #08785f;
    }

    .form-status.is-error {
      color: #a22c2c;
    }

    @media (max-width: 900px) {
      .contact-section {
        height: auto;
        min-height: calc(100svh - var(--header));
        overflow: visible;
      }

      .contact-shell {
        grid-template-rows: auto 28px;
      }

      .contact-main {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 40px 0 28px;
      }

      .contact-details {
        max-width: 700px;
      }

      .contact-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
        margin-top: 26px;
      }

      .schedule-card {
        max-width: none;
      }
    }

    @media (max-width: 680px) {
      .contact-main {
        gap: 26px;
        padding-top: 32px;
      }

      .contact-details h2 {
        font-size: 34px;
      }

      .contact-intro {
        margin-top: 14px;
        font-size: 15px;
      }

      .contact-list {
        grid-template-columns: 1fr;
        gap: 14px;
      }

      .contact-item {
        font-size: 15px;
      }

      #schedule .contact-submit .button {
        width: 100%;
      }

      .contact-footer {
        font-size: 10px;
      }
    }

    .modal {
      position: fixed;
      inset: 0;
      z-index: 100;
      display: none;
      place-items: center;
      padding: 24px;
    }

    .modal.is-open {
      display: grid;
    }

    .modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(5, 20, 35, 0.62);
      backdrop-filter: blur(10px);
    }

    .modal-card {
      position: relative;
      z-index: 1;
      width: min(920px, 100%);
      max-height: min(760px, calc(100svh - 48px));
      overflow: hidden;
      border-radius: var(--radius);
      background: #fff;
      box-shadow: 0 28px 90px rgba(5, 20, 35, 0.28);
    }

    .modal-card.has-slides,
    .modal-card.has-journey {
      width: min(1160px, 100%);
      max-height: min(780px, calc(100svh - 40px));
      padding: clamp(28px, 3.4vw, 46px);
      background:
        linear-gradient(135deg, rgba(247, 251, 255, 0.98), rgba(255, 255, 255, 0.98) 52%, rgba(242, 248, 255, 0.94)),
        #fff;
    }

    .modal-card.has-slides {
      width: min(1240px, 100%);
    }

    @media (min-width: 981px) {
      .modal-card.has-slides {
        width: min(1240px, calc(100vw - 56px));
      }
    }

    .modal-card.has-journey {
      width: min(800px, calc(100vw - 56px));
      max-height: min(650px, calc(100svh - 48px));
      padding: clamp(24px, 2.5vw, 30px);
      overflow-y: auto;
      scrollbar-gutter: auto;
      overscroll-behavior: contain;
      background: #fff;
    }

    .modal-image {
      height: clamp(180px, 28svh, 240px);
      background: var(--blue-soft) center / cover;
    }

    .modal-card.has-slides .modal-image,
    .modal-card.has-journey .modal-image {
      display: none;
    }

    .modal-card.has-slides .modal-image.is-changing {
      animation: modal-image-shift 420ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .modal-body {
      padding: clamp(24px, 3.2vw, 38px);
    }

    .modal-card.has-slides .modal-body,
    .modal-card.has-journey .modal-body {
      display: flex;
      flex-direction: column;
      padding: 0;
      overflow: visible;
    }

    .modal-card.has-slides .modal-body > h3,
    .modal-card.has-journey .modal-body > h3 {
      width: 100%;
      max-width: none;
      font-size: clamp(32px, 3.35vw, 48px);
      line-height: 1.04;
      text-wrap: balance;
    }

    .modal-card.has-slides .modal-body > p,
    .modal-card.has-journey .modal-body > p {
      width: 100%;
      max-width: none;
      color: var(--ink);
      font-size: clamp(17px, 1.55vw, 21px);
      line-height: 1.52;
    }

    .modal-card.has-slides #modalKicker,
    .modal-card.has-journey #modalKicker {
      display: none;
    }

    .modal-body h3 {
      margin: 0;
      font-size: clamp(28px, 2.8vw, 40px);
      line-height: 1.08;
    }

    .modal-body p {
      margin: 16px 0 0;
      font-size: 17px;
      line-height: 1.56;
    }

    .modal-carousel {
      position: relative;
      margin-top: clamp(24px, 3vw, 34px);
      padding: 0 0 42px;
      border-top: 0;
    }

    .modal-carousel[hidden],
    .modal-steps[hidden],
    .modal-flow[hidden],
    .modal-disclaimer[hidden],
    .modal-journey-grid[hidden],
    .modal-journey-note[hidden] {
      display: none !important;
    }

    .modal-journey-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 14px;
      width: 100%;
      margin-top: clamp(20px, 2.4vw, 28px);
    }

    .modal-journey-card {
      position: relative;
      min-height: 112px;
      overflow: hidden;
      padding: 20px 22px;
      border: 1px solid rgba(10, 10, 122, 0.10);
      border-radius: var(--radius);
      background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
      box-shadow: 0 16px 38px rgba(19, 32, 46, 0.06);
      cursor: default;
    }

    .modal-journey-card.is-active {
      border-color: rgba(9, 104, 184, 0.18);
      background: #fff;
    }

    .modal-journey-preview {
      display: none;
      grid-column: 2;
      grid-row: 1 / span 3;
      min-height: 100%;
      margin: 0;
      padding: 0;
      border: 0;
      border-radius: calc(var(--radius) + 4px);
      background: transparent;
      box-shadow: 0 24px 64px rgba(19, 32, 46, 0.14);
      overflow: hidden;
    }

    .modal-journey-preview img {
      width: auto;
      max-width: 92%;
      height: min(410px, 98%);
      object-fit: contain;
      filter: drop-shadow(0 28px 34px rgba(19, 32, 46, 0.20));
      animation: modalImageSwap 260ms ease both;
    }

    .modal-journey-preview video {
      width: 100%;
      height: 100%;
      min-height: 100%;
      border-radius: inherit;
      object-fit: cover;
      filter: none;
    }

    .modal-journey-copy {
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .modal-journey-copy span {
      display: inline-flex;
      color: var(--brand-navy);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .modal-journey-copy h4 {
      margin: 12px 0 0;
      color: var(--ink);
      font-size: clamp(22px, 2.05vw, 30px);
      line-height: 1.08;
      text-wrap: balance;
    }

    .modal-journey-copy p {
      margin: 12px 0 0;
      color: var(--muted);
      font-size: 14.5px;
      line-height: 1.42;
    }

    @keyframes modalImageSwap {
      from {
        opacity: 0;
        transform: translateY(8px) scale(0.98);
      }

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

    .modal-body p.modal-journey-note {
      margin-top: 16px;
      padding: 14px 18px;
      border-radius: var(--radius);
      color: var(--brand-navy);
      background: linear-gradient(135deg, rgba(10, 10, 122, 0.07), rgba(9, 104, 184, 0.08));
      font-size: clamp(16px, 1.35vw, 19px);
      font-weight: 850;
      line-height: 1.42;
    }

    @media (min-width: 981px) and (max-height: 820px) {
      .modal-card.has-journey {
        width: min(800px, calc(100vw - 44px));
        max-height: calc(100svh - 36px);
        padding: 24px 28px;
      }

      .modal-card.has-journey .modal-body > h3 {
        max-width: 100%;
        font-size: clamp(34px, 3vw, 44px);
        line-height: 1.03;
      }

      .modal-card.has-journey .modal-body > p {
        max-width: 100%;
        margin-top: 12px;
        font-size: 18px;
        line-height: 1.42;
      }

      .modal-journey-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 18px;
      }

      .modal-journey-card {
        min-height: 104px;
        padding: 16px 20px;
      }

      .modal-journey-preview {
        display: none;
      }

      .modal-journey-preview img {
        height: min(340px, 94%);
      }

      .modal-journey-copy h4 {
        margin-top: 8px;
        font-size: clamp(20px, 1.8vw, 26px);
      }

      .modal-journey-copy p {
        margin-top: 8px;
        font-size: 13.5px;
        line-height: 1.36;
      }
    }

    @media (hover: none) {
      .modal-journey-card:hover,
      .modal-journey-card:focus,
      .modal-journey-card:focus-within {
        border-color: rgba(10, 10, 122, 0.10);
        transform: none;
        box-shadow: 0 16px 38px rgba(19, 32, 46, 0.06);
      }

      .modal-journey-card:hover,
      .modal-journey-card:focus,
      .modal-journey-card:focus-within,
      .modal-journey-card.is-active {
        transform: none;
      }
    }

    .modal-slide-counter {
      display: none;
    }

    .modal-slide-counter::after {
      display: none;
    }

    .modal-carousel-shell {
      position: relative;
      width: 100%;
    }

    .modal-slide-stage {
      --modal-card-size: clamp(250px, 25vw, 344px);
      --modal-card-gap: 18px;
      width: min(100%, calc((var(--modal-card-size) * 3) + (var(--modal-card-gap) * 2)));
      margin-top: 0;
      margin-inline: auto;
      overflow-x: hidden;
      overflow-y: hidden;
      scrollbar-width: none;
      overscroll-behavior-x: contain;
    }

    .modal-slide-stage::-webkit-scrollbar {
      display: none;
    }

    .modal-slide {
      animation: modal-slide-in 520ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .modal-press-track {
      position: relative;
      display: flex;
      gap: var(--modal-card-gap);
      align-items: stretch;
      width: max-content;
      padding: 6px 0 16px;
      transform: none;
    }

    .modal-press-card {
      flex: 0 0 var(--modal-card-size);
      box-sizing: border-box;
      height: clamp(268px, 31vh, 300px);
      padding: clamp(20px, 2.2vw, 28px);
      border: 0;
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.86);
      box-shadow: 0 20px 48px rgba(19, 32, 46, 0.08);
      cursor: pointer;
      scroll-snap-align: center;
      transition: flex-basis 720ms cubic-bezier(0.22, 1, 0.36, 1), transform 720ms cubic-bezier(0.22, 1, 0.36, 1), opacity 720ms ease, box-shadow 720ms ease, background 720ms ease;
    }

    .modal-press-card:focus-visible {
      outline: 3px solid rgba(10, 103, 177, 0.24);
      outline-offset: 4px;
    }

    .modal-press-card:not(.is-active) {
      opacity: 0.62;
      transform: scale(0.96);
    }

    .modal-press-card:not(.is-active) p,
    .modal-press-card:not(.is-active) .modal-slide-points {
      display: none;
    }

    .modal-press-card:not(.is-active) h4 {
      color: #566372;
      font-size: clamp(19px, 1.55vw, 24px);
      line-height: 1.12;
    }

    .modal-press-card.is-active {
      flex-basis: var(--modal-card-size);
      background: #fff;
      box-shadow: 0 28px 68px rgba(19, 32, 46, 0.15);
      transform: translateY(-4px) scale(1.02);
    }

    .modal-arrow {
      position: absolute;
      top: 50%;
      z-index: 3;
      width: 34px;
      height: 34px;
      display: inline-grid;
      place-items: center;
      border: 0;
      color: var(--brand-navy);
      background: transparent;
      box-shadow: none;
      cursor: pointer;
      opacity: 0.72;
      transform: translateY(-50%);
      transition: transform 180ms ease, color 180ms ease, opacity 180ms ease;
    }

    .modal-arrow span {
      display: block;
      transform: translateY(-1px);
      font-size: 28px;
      font-weight: 900;
      line-height: 1;
    }

    .modal-arrow:hover,
    .modal-arrow:focus-visible {
      color: var(--blue);
      opacity: 1;
      outline: none;
    }

    .modal-arrow-prev {
      left: 0;
    }

    .modal-arrow-next {
      right: 0;
    }

    .modal-arrow-prev:hover,
    .modal-arrow-prev:focus-visible {
      transform: translate(-2px, -50%);
    }

    .modal-arrow-next:hover,
    .modal-arrow-next:focus-visible {
      transform: translate(2px, -50%);
    }

    .modal-slide-label {
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--brand-navy);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .modal-slide-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      color: var(--blue);
      background: #eaf6ff;
      font-size: 12px;
      font-weight: 950;
      letter-spacing: 0;
    }

    .modal-slide-label::after {
      display: none;
    }

    .modal-slide h4 {
      margin: 18px 0 0;
      color: var(--ink);
      font-size: clamp(24px, 2.2vw, 32px);
      line-height: 1.08;
      text-wrap: balance;
    }

    .modal-slide p {
      max-width: 560px;
      margin: 14px 0 0;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.48;
    }

    .modal-slide-points {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-top: 16px;
    }

    .modal-slide-points span {
      display: inline-flex;
      align-items: center;
      min-height: 32px;
      padding: 7px 10px;
      border: 1px solid rgba(10, 10, 122, 0.10);
      border-radius: 999px;
      color: var(--brand-navy);
      background: linear-gradient(135deg, #fff, #f3f8ff);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.04em;
    }

    .modal-flow {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-top: 22px;
      padding: 14px;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: linear-gradient(135deg, #fff, #f7fbff);
    }

    .modal-flow-step {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 9px;
      align-items: start;
    }

    .modal-flow-step::before {
      content: "";
      width: 9px;
      height: 9px;
      margin-top: 5px;
      border-radius: 50%;
      background: var(--blue);
      box-shadow: 0 0 0 5px rgba(9, 104, 184, 0.12);
    }

    .modal-flow-step span {
      display: block;
      color: var(--brand-navy);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .modal-flow-step strong {
      display: block;
      margin-top: 4px;
      color: var(--ink);
      font-size: 13px;
      line-height: 1.2;
    }

    .modal-controls {
      display: flex;
      justify-content: center;
      margin-top: 12px;
    }

    .modal-dots {
      position: static;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      pointer-events: auto;
      transform: none;
    }

    .modal-dot {
      flex: 0 0 11px;
      width: 11px;
      height: 11px;
      border: 0;
      border-radius: 50%;
      background: #d8e4ef;
      cursor: pointer;
      transition: transform 220ms ease, background 220ms ease;
    }

    .modal-dot.is-active {
      transform: scale(1.12);
      background: var(--brand-navy);
    }

    .modal-body p.modal-disclaimer {
      max-width: 900px;
      margin: 12px 0 0;
      color: var(--muted);
      font-size: 10.5px;
      line-height: 1.35;
      transition: opacity 180ms ease;
    }

    @keyframes modal-slide-in {
      from {
        opacity: 0;
        transform: translateY(10px);
      }

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

    @keyframes modal-image-shift {
      0% {
        filter: saturate(1) contrast(1);
        transform: translateY(0) scale(1);
      }

      45% {
        filter: saturate(1.04) contrast(1.02);
        transform: translateY(-3px) scale(1.012);
      }

      100% {
        filter: saturate(1) contrast(1);
        transform: translateY(0) scale(1);
      }
    }

    .modal-steps {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 12px;
      margin-top: 28px;
    }

    .modal-step {
      min-height: 132px;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(180deg, #fff, #f7fbff);
    }

    .modal-step span {
      display: block;
      color: var(--brand-navy);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .modal-step strong {
      display: block;
      margin-top: 12px;
      color: var(--ink);
      font-size: 18px;
      line-height: 1.2;
    }

    .modal-close {
      position: absolute;
      top: 18px;
      right: 18px;
      z-index: 3;
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      border: 0;
      border-radius: 0;
      color: var(--brand-navy);
      background: transparent;
      font-size: 0;
      line-height: 0;
      cursor: pointer;
    }

    .modal-close::before,
    .modal-close::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 18px;
      height: 2px;
      border-radius: 999px;
      background: currentColor;
      transform: translate(-50%, -50%) rotate(45deg);
    }

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

    .reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 650ms ease, transform 650ms ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .image-panel.problem-visual {
      opacity: 0;
      transform: translateY(30px) scale(0.985);
      transition: opacity 760ms ease, transform 860ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 240ms ease;
      will-change: opacity, transform;
    }

    .image-panel.problem-visual.visible {
      opacity: 1;
      transform: translateY(0) scale(1);
    }

    .image-panel.problem-visual img {
      transform: scale(1.035);
      transition: transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
      will-change: transform;
    }

    .image-panel.problem-visual.visible img {
      transform: scale(1);
    }

    @media (hover: hover) and (pointer: fine) {
      .image-panel.problem-visual:hover {
        box-shadow: 0 28px 70px rgba(19, 32, 46, 0.14);
      }

      .image-panel.problem-visual:hover img {
        transform: scale(1.025);
      }
    }

    @keyframes riseIn {
      from {
        opacity: 0;
        transform: translateY(26px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes slowZoom {
      to {
        transform: scale(1);
      }
    }

    @media (max-width: 980px) {
      :root {
        --header: 66px;
      }

      .nav {
        width: min(var(--max), calc(100% - 28px));
      }

      .problem-layout,
      .estimate-layout {
        grid-template-columns: 1fr;
      }

      .problem-layout .image-panel {
        order: 2;
      }

      .problem-layout > .reveal:not(.image-panel) {
        order: 1;
      }

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

      .modal-card.has-slides,
      .modal-card.has-journey {
        padding: clamp(24px, 4vw, 34px);
      }

      .modal-card.has-slides .modal-image,
      .modal-card.has-journey .modal-image {
        display: none;
      }

      .modal-card.has-slides .modal-body,
      .modal-card.has-journey .modal-body {
        padding: 0;
        max-height: none;
      }

      .modal-journey-grid {
        grid-template-columns: 1fr;
      }

      .modal-journey-card {
        min-height: 0;
        display: block;
      }

      .modal-journey-preview {
        display: none;
      }

      .modal-journey-preview video {
        width: 100%;
        max-height: none;
        min-height: 320px;
      }

      .solution-row,
      .solution-row.reverse {
        grid-template-columns: 1fr;
      }

      .solution-row.reverse .solution-media {
        order: initial;
      }

      .employer-advantage-slides {
        height: auto;
        min-height: 0;
        display: block;
        overflow: visible;
        padding: clamp(58px, 6vw, 74px) 0 clamp(66px, 7vw, 86px);
      }

      .employer-advantage-slides > .container {
        height: auto;
        display: block;
      }

      .advantage-story {
        height: auto;
        min-height: 0;
        margin-top: 28px;
      }

      .advantage-pin {
        position: static;
        height: auto;
        min-height: 0;
      }

      .advantage-scroll-ui {
        display: block;
        height: auto;
      }

      .advantage-progress {
        display: none;
      }

      .advantage-slides {
        display: grid;
        height: auto;
        gap: 34px;
        min-height: 0;
      }

      .advantage-step,
      .advantage-step.alternate,
      .advantage-step.is-before,
      .advantage-step.is-active,
      .advantage-step.is-after {
        position: relative;
        inset: auto;
        grid-template-columns: 1fr;
        gap: 22px;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: none;
      }

      .advantage-step.alternate .advantage-media,
      .advantage-step.alternate .advantage-copy {
        order: initial;
      }

      .advantage-copy {
        transform: none;
      }

    }

    @media (max-width: 680px) {
      .section {
        padding: 64px 0;
      }

      #schedule {
        scroll-margin-top: 0;
      }

      .hero-inner,
      .container {
        width: min(var(--max), calc(100% - 28px));
      }

      .hero {
        min-height: auto;
      }

      .hero-inner {
        padding: 58px 0 58px;
      }

      .hero h1 {
        font-size: 46px;
      }

      .form-grid,
      .modal-steps {
        grid-template-columns: 1fr;
      }

      .estimate-section {
        min-height: calc(100svh - var(--header));
        padding: 20px 0;
      }

      .estimate-section > .container {
        width: min(100% - 28px, 980px);
      }

      .estimate-section .section-head {
        margin-bottom: 16px;
      }

      .estimate-fields {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .modal-card.has-slides .modal-image,
      .modal-card.has-journey .modal-image {
        display: none;
      }

      .modal-card.has-slides .modal-body,
      .modal-card.has-journey .modal-body {
        padding: 0;
        max-height: none;
      }

      .modal-card.has-slides,
      .modal-card.has-journey {
        padding: 20px 16px 18px;
      }

      .modal-card.has-slides .modal-body > h3,
      .modal-card.has-journey .modal-body > h3 {
        max-width: 100%;
        font-size: 28px;
        line-height: 1.04;
      }

      .modal-card.has-slides .modal-body > p,
      .modal-card.has-journey .modal-body > p {
        max-width: 100%;
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.36;
      }

      .modal-journey-grid {
        gap: 12px;
        margin-top: 16px;
      }

      .modal-journey-card {
        display: block;
        min-height: 122px;
        padding: 14px;
      }

      .modal-journey-preview {
        display: none;
      }

      .modal-journey-preview video {
        width: 100%;
        max-height: none;
        min-height: 260px;
      }

      .modal-journey-copy span {
        font-size: 10px;
      }

      .modal-journey-copy h4 {
        margin-top: 8px;
        font-size: 21px;
      }

      .modal-journey-copy p {
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.35;
      }

      .modal-body p.modal-journey-note {
        margin-top: 12px;
        padding: 14px;
        font-size: 13.5px;
        line-height: 1.35;
      }

      .modal-carousel {
        margin-top: 16px;
        padding: 0 0 34px;
      }

      .modal-slide-stage {
        min-height: 0;
      }

      .modal-press-track {
        display: flex;
        gap: 12px;
        padding: 4px 0 12px;
      }

      .modal-press-card {
        flex-basis: min(252px, calc(100vw - 128px));
        height: 250px;
        padding: 14px;
      }

      .modal-press-card.is-active {
        flex-basis: min(252px, calc(100vw - 128px));
      }

      .modal-press-card:not(.is-active) {
        display: block;
        overflow: hidden;
      }

      .modal-slide h4 {
        margin-top: 12px;
        font-size: 22px;
      }

      .modal-slide p {
        margin-top: 10px;
        font-size: 13.5px;
        line-height: 1.35;
      }

      .modal-slide-points {
        display: none;
      }

      .modal-slide-points span {
        min-height: 28px;
        padding: 6px 9px;
        font-size: 11px;
      }

      .modal-flow {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: 16px;
        padding: 10px;
      }

      .modal-flow-step {
        grid-template-columns: 1fr;
        gap: 6px;
      }

      .modal-flow-step::before {
        width: 7px;
        height: 7px;
        margin-top: 0;
        box-shadow: 0 0 0 4px rgba(9, 104, 184, 0.12);
      }

      .modal-flow-step span {
        font-size: 10px;
      }

      .modal-flow-step strong {
        font-size: 11px;
      }

      .modal-dot {
        flex-basis: 10px;
        width: 10px;
        height: 10px;
      }

      .modal-dot.is-active {
        flex-basis: 10px;
        width: 10px;
      }

      .estimate-dialog {
        width: calc(100% - 20px);
        max-height: calc(100svh - 20px);
      }

      .estimate-result {
        gap: 14px;
        padding: 54px 18px 20px;
      }

      .estimate-result-head {
        padding-left: 0;
      }

      .result-metric {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px;
      }

      .result-summary strong {
        font-size: clamp(42px, 15vw, 62px);
      }

      .result-breakdown span {
        gap: 12px;
        font-size: 13px;
      }

      .estimate-actions {
        width: 100%;
      }

      .estimate-actions .button {
        width: auto;
      }

      .estimate-card .fine-print {
        white-space: normal;
      }

      .modal {
        padding: 14px;
      }

      .modal-card {
        max-height: calc(100svh - 28px);
      }

      .nav .button,
      .form-panel .button {
        width: 100%;
      }

      .brand {
        font-size: 15px;
      }

      .form-grid {
        display: grid;
      }

      .image-panel,
      .image-panel img {
        min-height: 360px;
      }

      .solution-row {
        gap: 22px;
        padding: 34px 0;
      }

      .solution-media {
        aspect-ratio: auto;
        height: clamp(300px, 82vw, 340px);
        min-height: 0;
      }

      .solution-content h3 {
        font-size: clamp(30px, 9vw, 42px);
      }

      .solution-media.reflect-screens-media {
        aspect-ratio: 668 / 444;
        height: auto;
      }

      .advantage-media {
        height: 250px;
      }

      .advantage-copy h3 {
        font-size: clamp(30px, 9vw, 42px);
      }

    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
      }

      .reveal {
        opacity: 1;
        transform: none;
      }

      .image-panel.problem-visual,
      .image-panel.problem-visual.visible,
      .image-panel.problem-visual img,
      .image-panel.problem-visual.visible img,
      .image-panel.problem-visual:hover img,
      .solution-media:hover,
      .solution-media:hover img,
      .advantage-step.is-active:hover .advantage-media img {
        transform: none;
      }

      .product-bg-video {
        display: none;
      }
    }


    /* Landing-page refinement */
    .announcement-bar {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 8px 20px;
      color: #15156f;
      background: linear-gradient(90deg, #f3f7ff 0%, #eef9f5 100%);
      border-bottom: 1px solid rgba(10, 10, 122, 0.08);
      font-size: 14px;
      font-weight: 750;
      letter-spacing: 0.01em;
      text-align: center;
    }

    .site-header {
      height: 76px;
      background: rgba(255, 255, 255, 0.96);
      border-bottom: 1px solid rgba(10, 10, 122, 0.09);
      box-shadow: 0 10px 34px rgba(19, 32, 46, 0.045);
    }

    .nav {
      position: relative;
      min-height: 76px;
    }

    .nav::after {
      content: "";
      display: none;
      width: min(340px, 31vw);
      height: 1px;
      margin-left: auto;
      background: linear-gradient(90deg, rgba(10, 10, 122, 0), rgba(10, 10, 122, 0.15), rgba(31, 157, 117, 0.18));
    }

    .brand {
      flex: 0 0 auto;
      transform: translateX(-18px);
    }

    .brand-logo {
      width: 128px;
      height: auto;
      object-fit: contain;
    }

    @media (max-width: 980px) {
      .brand {
        transform: none;
      }
    }

    .hero {
      min-height: calc(100svh - 112px);
    }

    .hero::before {
      background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.90) 32%, rgba(255, 255, 255, 0.40) 54%, rgba(255, 255, 255, 0.08) 78%, rgba(255, 255, 255, 0.02) 100%),
        url("../images/hero-health-platform.png") right top / cover no-repeat;
      transform: none;
      animation: none;
    }

    .hero::after {
      height: 30%;
      background: linear-gradient(0deg, rgba(10, 10, 122, 0.08), transparent);
    }

    .hero-inner {
      position: relative;
      z-index: 1;
      padding: 122px 0 38px;
    }

    .hero-copy {
      width: min(700px, 100%);
      color: #0a0a7a;
    }

    .hero h1 {
      max-width: min(840px, 100%);
      font-size: clamp(30px, 3.05vw, 46px);
      font-weight: 850;
      line-height: 1.08;
      color: var(--ink);
      text-wrap: normal;
    }

    .hero h1 span {
      display: block;
      white-space: nowrap;
    }

    .hero-subtitle {
      max-width: 650px;
      margin: 0;
      color: #13202e;
      font-size: clamp(25px, 2.8vw, 38px);
      font-weight: 850;
      line-height: 1.12;
      letter-spacing: 0;
    }

    .hero .lead {
      position: relative;
      max-width: 660px;
      margin-top: 28px;
      padding: 18px 0 0;
      color: var(--ink);
      font-size: clamp(18px, 1.55vw, 22px);
      line-height: 1.6;
      animation: heroLeadIn 820ms cubic-bezier(0.22, 1, 0.36, 1) 220ms both;
    }

    .hero .lead::before {
      display: none;
    }

    .hero .lead strong {
      color: var(--brand-navy);
      font-weight: 850;
    }

    .hero-metrics {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
      pointer-events: none;
    }

    .hero-metrics-frame {
      position: absolute;
      top: 0;
      right: 0;
      width: max(100%, calc(177.78svh - 224px));
      height: max(100%, 56.25vw);
    }

    .hero-live-metric {
      position: absolute;
      display: inline-flex;
      align-items: baseline;
      gap: 5px;
      padding: 0;
      border: 0;
      color: #dffcff;
      background: transparent;
      box-shadow: none;
      font-variant-numeric: tabular-nums;
      letter-spacing: 0;
      line-height: 1;
      text-shadow: 0 0 8px rgba(157, 247, 255, 0.95), 0 0 18px rgba(96, 220, 238, 0.58), 0 3px 12px rgba(0, 0, 0, 0.4);
      transform: translateY(-50%);
      animation: metricGlowIn 900ms ease both;
    }

    .hero-live-metric strong {
      font-weight: 430;
    }

    .hero-live-metric em {
      font-size: 0.4em;
      font-style: normal;
      font-weight: 520;
      text-transform: lowercase;
    }

    .metric-bpm {
      top: 21.1%;
      left: 76.5%;
      font-size: clamp(36px, 3vw, 56px);
    }

    .metric-steps {
      top: 33.3%;
      left: 76.45%;
      font-size: clamp(36px, 3vw, 56px);
      animation-delay: 120ms;
    }

    .metric-score {
      top: 45.7%;
      left: 76.7%;
      font-size: clamp(35px, 2.9vw, 54px);
      animation-delay: 240ms;
    }

    @keyframes metricGlowIn {
      from {
        opacity: 0;
        transform: translateY(-46%) scale(0.98);
      }

      to {
        opacity: 1;
        transform: translateY(-50%) scale(1);
      }
    }

    @keyframes heroLeadIn {
      from {
        opacity: 0;
        transform: translateX(-26px);
      }

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

    @media (max-width: 860px) {
      .hero-metrics {
        display: none;
      }
    }

    .hero::before {
      background-position: right top;
      background-size: cover;
    }

    @media (max-width: 680px) {
      .announcement-bar {
        font-size: 12px;
      }

      .site-header,
      .nav {
        min-height: 66px;
        height: 66px;
      }

      .nav::after {
        width: 28vw;
      }

      .brand {
        transform: none;
      }

      .brand-logo {
        width: 108px;
      }

      .hero {
        min-height: calc(100svh - 96px);
      }

      .hero::before {
        background-position: 66% top;
        background-size: cover;
      }

      .hero::after {
        inset: 0;
        height: auto;
        background:
          linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.86) 48%, rgba(255, 255, 255, 0.58) 72%, rgba(255, 255, 255, 0.18) 100%),
          linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.18) 46%, rgba(255, 255, 255, 0.70) 100%);
      }

      .hero-inner {
        padding: 58px 0 44px;
      }

      .hero-metrics-frame {
        width: max(100%, calc(177.78svh - 199px));
      }

      .hero h1 {
        font-size: clamp(16.5px, 5.15vw, 27px);
        line-height: 1.16;
      }

      .hero-subtitle {
        font-size: 25px;
      }

      .hero .lead {
        padding: 16px 0 0;
        color: var(--ink);
        font-size: 16px;
      }

      .hero .lead::before {
        top: 20px;
        bottom: 20px;
        width: 4px;
      }

      .problem-layout {
        gap: 32px;
      }

      .problem-section .section-head {
        margin-bottom: 30px;
      }
    }

    /* Working header CTA: single primary action */
    .header-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-left: auto;
      min-height: 42px;
      padding: 0 20px;
      border: 1px solid #0a0a7a;
      border-radius: 999px;
      color: #0a0a7a;
      background: #ffffff;
      box-shadow: 0 12px 28px rgba(28, 47, 163, 0.10);
      font-size: 0.92rem;
      font-weight: 800;
      letter-spacing: -0.01em;
      white-space: nowrap;
      transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
    }

    .header-cta:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 34px rgba(28, 47, 163, 0.16);
      filter: saturate(1.08);
    }

    .header-cta:active {
      transform: translateY(0);
      box-shadow: 0 10px 22px rgba(28, 47, 163, 0.12);
    }

    .header-cta:focus-visible {
      outline: 3px solid rgba(47, 73, 209, 0.30);
      outline-offset: 4px;
    }

    .header-actions {
      margin-left: auto;
      display: inline-flex;
      align-items: center;
      justify-content: flex-end;
      gap: 12px;
    }

    .header-actions .header-cta {
      margin-left: 0;
    }

    .menu-toggle {
      position: relative;
      width: 38px;
      height: 38px;
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 6px;
      border: 0;
      border-radius: 0;
      color: var(--brand-navy);
      background: transparent;
      box-shadow: none;
      cursor: pointer;
      transition: transform 180ms ease, color 180ms ease;
    }

    .menu-toggle::after {
      display: none;
    }

    .menu-toggle span {
      width: 26px;
      height: 2px;
      border-radius: 999px;
      background: currentColor;
      transform-origin: center;
      transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), opacity 160ms ease, width 180ms ease;
    }

    .menu-toggle span:nth-child(2) {
      width: 20px;
      align-self: flex-end;
    }

    .menu-toggle:hover {
      transform: translateY(-1px);
      color: var(--blue);
    }

    .menu-toggle:hover span:nth-child(2) {
      width: 26px;
    }

    .menu-toggle:focus-visible,
    .site-menu-close:focus-visible,
    .site-menu-nav a:focus-visible {
      outline: 3px solid rgba(47, 73, 209, 0.30);
      outline-offset: 4px;
    }

    body.menu-open .menu-toggle span:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }

    body.menu-open .menu-toggle span:nth-child(2) {
      opacity: 0;
      width: 26px;
    }

    body.menu-open .menu-toggle span:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
    }

    body.menu-open .menu-toggle::after {
      opacity: 0;
    }

    .site-menu-backdrop {
      position: fixed;
      inset: 0;
      z-index: 80;
      background: rgba(4, 8, 14, 0.52);
      backdrop-filter: blur(7px);
      opacity: 0;
      pointer-events: none;
      transition: opacity 280ms ease;
    }

    .site-menu {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 90;
      width: min(520px, calc(100vw - 24px));
      padding: clamp(28px, 4vw, 48px);
      color: #fff;
      background: linear-gradient(180deg, #090c12 0%, #070a0f 58%, #05101a 100%);
      box-shadow: -30px 0 80px rgba(4, 8, 14, 0.38);
      transform: translateX(105%);
      pointer-events: none;
      transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
      overflow-y: auto;
    }

    .site-menu::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at 10% 8%, rgba(9, 104, 184, 0.18), transparent 31%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 44%);
    }

    body.menu-open .site-menu-backdrop {
      opacity: 1;
      pointer-events: auto;
    }

    body.menu-open .site-menu {
      transform: translateX(0);
      pointer-events: auto;
    }

    .site-menu-head {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 20px;
      padding-bottom: clamp(88px, 15vh, 140px);
    }

    .site-menu-close {
      position: relative;
      width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      border-radius: 0;
      color: transparent;
      background: transparent;
      font-size: 0;
      cursor: pointer;
      transition: transform 180ms ease, opacity 180ms ease;
    }

    .site-menu-close::before,
    .site-menu-close::after {
      content: "";
      position: absolute;
      width: 28px;
      height: 2px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.72);
      transition: background 180ms ease;
    }

    .site-menu-close::before {
      transform: rotate(45deg);
    }

    .site-menu-close::after {
      transform: rotate(-45deg);
    }

    .site-menu-close:hover {
      transform: rotate(90deg);
    }

    .site-menu-close:hover::before,
    .site-menu-close:hover::after {
      background: #fff;
    }

    .site-menu-nav {
      position: relative;
      z-index: 1;
      display: grid;
      gap: clamp(28px, 4.2vh, 38px);
      padding-top: 0;
    }

    .site-menu-nav::before {
      display: none;
    }

    .site-menu-nav a {
      min-height: 0;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      gap: 13px;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: rgba(255, 255, 255, 0.78);
      font-size: clamp(19px, 1.9vw, 27px);
      font-weight: 650;
      line-height: 1.1;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      opacity: 0;
      transform: translateX(28px);
      width: max-content;
      transition: color 180ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 280ms ease;
    }

    .site-menu-nav a::after {
      content: "\2192";
      display: inline-block;
      color: #78a8ff;
      font-size: 0.82em;
      line-height: 1;
      opacity: 0.72;
      transform: translateX(0);
      transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease, color 180ms ease;
    }

    .site-menu-nav a span {
      display: none;
    }

    .site-menu-nav a:hover {
      color: #fff;
      animation: menuLinkBounce 360ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .site-menu-nav a:hover::after {
      color: #9fc0ff;
      opacity: 1;
      transform: translateX(5px);
    }

    body.menu-open .site-menu-nav a {
      opacity: 1;
      transform: translateX(0);
    }

    body.menu-open .site-menu-nav a:nth-child(1) {
      transition-delay: 70ms;
    }

    body.menu-open .site-menu-nav a:nth-child(2) {
      transition-delay: 110ms;
    }

    body.menu-open .site-menu-nav a:nth-child(3) {
      transition-delay: 150ms;
    }

    body.menu-open .site-menu-nav a:nth-child(4) {
      transition-delay: 190ms;
    }

    body.menu-open .site-menu-nav a:nth-child(5) {
      transition-delay: 230ms;
    }

    @keyframes menuLinkBounce {
      0% {
        transform: translateX(0);
      }
      45% {
        transform: translateX(8px);
      }
      100% {
        transform: translateX(4px);
      }
    }

    @media (max-width: 640px) {
      .header-actions {
        gap: 8px;
      }

      .header-cta {
        min-height: 38px;
        padding: 0 15px;
        font-size: 0.82rem;
      }

      .menu-toggle {
        width: 34px;
        height: 34px;
        gap: 5px;
      }

      .menu-toggle span {
        width: 23px;
      }

      .menu-toggle span:nth-child(2) {
        width: 18px;
      }

      .site-menu {
        width: min(360px, calc(100vw - 14px));
        padding: 24px 26px;
      }

      .site-menu-head {
        padding-bottom: 70px;
      }

      .site-menu-nav a {
        gap: 14px;
        font-size: clamp(17px, 5.4vw, 23px);
      }

    }

    /* Production typography scale */
    .hero h1,
    .section-head h2,
    .schedule-card-head h2,
    .solution-content h3,
    .advantage-copy h3,
    .modal-card.has-slides .modal-body > h3,
    .modal-card.has-journey .modal-body > h3 {
      font-family: var(--font-sans);
      font-size: var(--fs-main-heading);
      font-weight: 850;
      line-height: 1.08;
      letter-spacing: 0;
      color: var(--ink);
    }

    .hero h1 {
      max-width: min(840px, 100%);
      text-wrap: normal;
    }

    .hero h1 span {
      display: block;
      white-space: nowrap;
    }

    .hero .lead,
    .section-head > p:not(.section-kicker),
    .solution-content p,
    .advantage-copy p,
    .modal-card.has-slides .modal-body > p,
    .modal-card.has-journey .modal-body > p {
      font-family: var(--font-sans);
      font-size: var(--fs-section-copy);
      line-height: 1.58;
      color: var(--ink);
    }

    .insight-heading h3,
    .estimate-card h3,
    .estimate-result h3,
    .modal-body h3,
    .modal-journey-copy h4 {
      font-family: var(--font-sans);
      font-size: var(--fs-card-title);
      font-weight: 850;
      line-height: 1.16;
      letter-spacing: 0;
      color: var(--ink);
    }

    .insight p,
    .estimate-card p,
    .estimate-result p,
    .modal-journey-copy p {
      font-family: var(--font-sans);
      font-size: var(--fs-card-copy);
      line-height: 1.55;
    }

    .estimate-dialog .estimate-result h3 {
      color: #fff;
    }

    .estimate-dialog .estimate-result-head > p {
      line-height: 1.45;
      color: rgba(255, 255, 255, 0.78);
    }

    .section-kicker,
    .section-head .section-kicker,
    .eyebrow,
    .advantage-copy span,
    .modal-journey-copy span {
      font-family: var(--font-sans);
      font-size: var(--fs-label);
      letter-spacing: 0;
    }

    .modal-card.has-journey .modal-body > h3 {
      font-size: clamp(27px, 2.1vw, 32px);
      line-height: 1.06;
      white-space: nowrap;
    }

    .modal-card.has-journey .modal-body > p {
      font-size: clamp(16px, 1.25vw, 18px);
      line-height: 1.48;
    }

    .modal-card.has-journey .modal-journey-grid {
      gap: 9px;
      margin-top: 16px;
    }

    .modal-card.has-journey .modal-journey-card {
      min-height: 0;
      padding: 12px 15px;
    }

    .modal-card.has-journey .modal-journey-copy h4 {
      margin-top: 5px;
      font-size: clamp(19px, 1.4vw, 22px);
      line-height: 1.12;
    }

    .modal-card.has-journey .modal-journey-copy p {
      margin-top: 5px;
      font-size: 14px;
      line-height: 1.36;
    }

    /* Keep the final form and footer distinct on shorter desktop viewports. */
    @media (min-width: 901px) and (max-height: 800px) {
      .contact-shell {
        grid-template-rows: minmax(0, 1fr) 24px;
      }

      .contact-main {
        gap: clamp(34px, 5vw, 68px);
        padding: 12px 0 8px;
      }

      .contact-details h2 {
        font-size: clamp(34px, 3.5vw, 48px);
      }

      .contact-intro {
        margin-top: 12px;
        line-height: 1.45;
      }

      .contact-list {
        gap: 12px;
        margin-top: 20px;
      }

      .schedule-card {
        padding: 18px 22px;
      }

      #schedule .form-grid {
        gap: 8px 12px;
      }

      #schedule label {
        gap: 4px;
      }

      #schedule input,
      #schedule select {
        min-height: 38px;
        padding: 7px 11px;
      }

      #schedule textarea {
        min-height: 62px;
        max-height: 72px;
        padding: 8px 11px;
      }

      #schedule .contact-submit .button {
        min-height: 38px;
        padding: 8px 18px;
      }

      .form-status {
        min-height: 16px;
      }

      .contact-footer {
        min-height: 24px;
      }
    }

    @media (max-width: 980px) {
      .employer-advantage-slides {
        box-sizing: border-box;
        width: 100%;
        padding: clamp(42px, 6vw, 60px) 0;
      }

      .employer-advantage-slides > .container,
      .advantage-story,
      .advantage-pin,
      .advantage-scroll-ui,
      .advantage-slides {
        width: 100%;
        min-height: 0;
      }

      .advantage-story {
        margin-top: 0;
      }

      .advantage-slides {
        grid-template-columns: minmax(0, 1fr);
        grid-auto-rows: auto;
        align-items: start;
        overflow: visible;
      }

      .advantage-step,
      .advantage-step.alternate,
      .advantage-step.is-before,
      .advantage-step.is-active,
      .advantage-step.is-after {
        width: 100%;
        min-width: 0;
        min-height: 0;
        margin: 0;
      }

      .advantage-media {
        height: clamp(300px, 54vw, 420px);
        min-height: 0;
      }
    }

    @media (max-width: 680px) {
      :root {
        --fs-main-heading: clamp(28px, 8vw, 32px);
        --fs-section-copy: 16px;
        --fs-card-title: 22px;
        --fs-card-copy: 14.5px;
        --fs-label: 12px;
      }

      .hero h1 span {
        white-space: normal;
      }

      .modal-card.has-journey {
        width: min(362px, calc(100vw - 28px));
        max-height: calc(100svh - 32px);
        padding: 18px 14px;
      }

      .modal-card.has-journey .modal-body > h3 {
        font-size: 26px;
        line-height: 1.04;
        white-space: normal;
      }

      .modal-card.has-journey .modal-body > p {
        margin-top: 9px;
        font-size: 14px;
        line-height: 1.34;
      }

      .modal-card.has-journey .modal-journey-grid {
        gap: 10px;
        margin-top: 14px;
      }

      .modal-card.has-journey .modal-journey-card {
        padding: 13px 14px;
      }

      .modal-card.has-journey .modal-journey-copy span {
        font-size: 10px;
      }

      .modal-card.has-journey .modal-journey-copy h4 {
        margin-top: 6px;
        font-size: 20px;
      }

      .modal-card.has-journey .modal-journey-copy p {
        margin-top: 6px;
        font-size: 13px;
        line-height: 1.32;
      }

      .contact-main {
        gap: 20px;
        padding: 24px 0 18px;
      }

      .contact-details h2 {
        font-size: 32px;
      }

      .contact-intro {
        max-width: 340px;
        margin-top: 10px;
        line-height: 1.45;
      }

      .contact-list {
        gap: 10px;
        margin-top: 18px;
      }

      .schedule-card {
        padding: 18px 16px;
      }

      #schedule .form-grid {
        gap: 9px;
      }

      #schedule input,
      #schedule select {
        min-height: 40px;
        padding: 8px 11px;
      }

      #schedule textarea {
        min-height: 70px;
        max-height: 90px;
      }

      .form-status {
        min-height: 16px;
      }

      .employer-advantage-slides {
        padding: 42px 0 48px;
      }

      .advantage-slides {
        gap: 28px;
      }

      .advantage-media {
        height: clamp(230px, 68vw, 280px);
      }
    }
.contact-success-dialog {
  width: min(520px, calc(100% - 32px));
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  background: transparent;
  box-shadow: 0 24px 70px rgba(6, 31, 55, 0.24);
}

.contact-success-dialog::backdrop {
  background: rgba(7, 29, 49, 0.62);
  backdrop-filter: blur(4px);
}

.contact-success-card {
  padding: clamp(28px, 5vw, 44px);
  background: #fff;
  text-align: center;
}

.contact-success-card h2 {
  margin: 8px 0 10px;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  line-height: 1.12;
}

.contact-success-card > p:not(.section-kicker) {
  margin: 0 0 24px;
  color: var(--copy);
}

.contact-success-card .button {
  min-width: 120px;
}
