/* Generated from inline styles for index.html */
/* Extracted <style> block 1 from index.html */
/* Font system: Inter for body/UI, Poppins for headings/editorial display. */
    html, body {
      font-family: 'Inter', sans-serif;
    }
    body, p, nav, button, li, a, span, label, td, th, blockquote {
      font-family: 'Inter', sans-serif;
    }
    h1, h2, h3, h4, h5, h6, .font-headline, .font-editorial {
      font-family: 'Poppins', sans-serif;
    }

    /* Fluid typography - clamp-based responsive type scale. */
    h1 {
      font-size: clamp(2rem, 1.4rem + 2.5vw, 3.75rem);   /* 32px -> 60px */
      line-height: 1.1;
    }
    h2 {
      font-size: clamp(1.5rem, 1.1rem + 1.7vw, 2.75rem);  /* 24px -> 44px */
      line-height: 1.15;
    }
    h3 {
      font-size: clamp(1.25rem, 1rem + 1.1vw, 2rem);      /* 20px -> 32px */
      line-height: 1.2;
    }
    h4 {
      font-size: clamp(1.125rem, 0.95rem + 0.75vw, 1.5rem); /* 18px -> 24px */
      line-height: 1.3;
    }
    p, li, a, label, td, th, blockquote {
      font-size: clamp(0.9375rem, 0.875rem + 0.25vw, 1.125rem); /* 15px -> 18px */
      line-height: 1.65;
    }

    :root {
      --onmodus-reference-green: rgb(0, 203, 153);
      --onmodus-brand-blue: #00254B;
      --onmodus-reference-blue: #003366;
      --onmodus-reference-body: #666666;
      --on-card-shadow-light: 0 10px 22px -6px rgba(0, 11, 31, 0.48), 0 0 0 1px rgba(0, 11, 31, 0.10);
      --on-card-shadow-light-hover: 0 14px 28px -7px rgba(0, 11, 31, 0.56), 0 0 0 1px rgba(0, 11, 31, 0.14);
      --on-card-shadow-dark: 0 10px 22px -6px rgba(0, 11, 31, 0.58), 0 0 0 1px rgba(255, 255, 255, 0.08);
      --on-card-shadow-dark-hover: 0 14px 28px -7px rgba(0, 11, 31, 0.66), 0 0 0 1px rgba(255, 255, 255, 0.12);
      --on-card-shadow-glow: 0 10px 24px -6px rgba(0, 11, 31, 0.64), 0 0 0 1px rgba(255, 255, 255, 0.10), 0 0 14px -3px rgba(22, 160, 133, 0.34);
      --on-mobile-copy-measure: 320px;
      --on-three-level-copy-measure: 360px;
    }

    @media (max-width: 640px) {
      :root {
        --on-card-shadow-light: 0 8px 18px -5px rgba(0, 11, 31, 0.48), 0 0 0 1px rgba(0, 11, 31, 0.10);
        --on-card-shadow-light-hover: 0 12px 24px -6px rgba(0, 11, 31, 0.56), 0 0 0 1px rgba(0, 11, 31, 0.14);
        --on-card-shadow-dark: 0 8px 18px -5px rgba(0, 11, 31, 0.60), 0 0 0 1px rgba(255, 255, 255, 0.08);
        --on-card-shadow-dark-hover: 0 12px 24px -6px rgba(0, 11, 31, 0.68), 0 0 0 1px rgba(255, 255, 255, 0.12);
        --on-card-shadow-glow: 0 8px 20px -5px rgba(0, 11, 31, 0.66), 0 0 0 1px rgba(255, 255, 255, 0.10), 0 0 12px -3px rgba(22, 160, 133, 0.36);
      }
    }

    @media (prefers-reduced-motion: no-preference) {
      body {
        transition: opacity 0.28s ease, transform 0.28s ease;
      }

      body.is-contact-transitioning {
        opacity: 0;
        transform: translateY(10px);
        pointer-events: none;
      }
    }

    /* Nav link smooth underline transition */
    .nav-link {
      border-bottom: 2px solid transparent;
      padding-bottom: 4px;
      transition: border-color 0.4s ease, color 0.3s ease;
    }

    nav img[alt="OnModus Logo"] {
      width: clamp(150px, 12vw, 200px) !important;
    }

    nav .nav-link {
      color: #00254B;
      font-family: 'Inter', sans-serif;
      font-size: clamp(13px, 0.68vw, 15px);
      font-weight: 600;
      line-height: 1.25;
      letter-spacing: -0.01em;
    }

    nav a[href^="mailto:"] {
      font-size: clamp(13px, 0.72vw, 15px);
      line-height: 1.2;
      color: #00254B;
    }

    .nav-link.active {
      border-color: #16A085;
      color: #00254B;
    }

    .hero-screen {
      display: flex;
      min-height: 100svh;
      padding-top: clamp(72px, 7vw, 104px);
      justify-content: center;
      align-items: center;
    }

    .hero-content {
      width: min(calc(100% - 40px), 920px);
      box-sizing: border-box;
      min-height: calc(100svh - clamp(72px, 7vw, 104px));
      margin: 0 auto;
      margin-left: auto;
      margin-right: auto;
      padding: clamp(12px, 2vw, 24px) clamp(20px, 4vw, 48px) 0;
      text-align: center;
    }

    .hero-screen h1 {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 86px;
      line-height: 0.95;
      letter-spacing: 0;
      color: #FFFFFF;
      font-style: normal;
      text-align: center;
    }

    .hero-title-line {
      display: block;
    }

    .hero-divider {
      width: 40px;
      height: 2px;
      background: #16A085;
      margin: 24px auto;
    }

    .hero-screen h2 {
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 22px;
      line-height: 1.5;
      letter-spacing: 0;
      color: rgba(255,255,255,0.90);
      text-align: center;
    }

    .hero-screen p {
      font-family: 'Inter', sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.65;
      letter-spacing: 0;
      color: rgba(255,255,255,0.72);
      text-align: center;
      max-width: 620px;
      margin: 0 auto;
      text-wrap: balance;
    }

    .hero-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #F59E0B;
      color: #0A1628;
      font-family: 'Inter', sans-serif;
      font-weight: 600;
      font-size: 14px;
      padding: 14px 32px;
      border-radius: 4px;
      border: none;
      text-decoration: none;
      text-align: center;
      margin-top: 32px;
      position: relative;
      overflow: hidden;
      isolation: isolate;
      transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    }

    .hero-cta::before {
      content: "";
      position: absolute;
      inset: -45% auto -45% -65%;
      width: 52%;
      background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.08) 22%, rgba(255, 255, 255, 0.72) 50%, rgba(255, 255, 255, 0.10) 78%, transparent 100%);
      transform: skewX(-20deg);
      filter: blur(0.2px);
      opacity: 0;
      z-index: -1;
      animation: cta-shine-sweep 4.6s ease-in-out 0.15s infinite;
    }

    .hero-cta::after {
      content: "";
      position: absolute;
      top: 6px;
      right: 7px;
      width: 13px;
      height: 13px;
      pointer-events: none;
      background: radial-gradient(circle, #ffffff 0 18%, #fff3c4 19% 36%, transparent 37%);
      clip-path: polygon(50% 0%, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0% 50%, 39% 36%);
      filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 11px rgba(255, 221, 128, 0.95));
      opacity: 0;
      transform: scale(0.25) rotate(0deg);
      z-index: 1;
      animation: cta-star-pop 4.6s ease-in-out 0.15s infinite;
    }

    .hero-cta:hover {
      background: #d97706;
      transform: translateY(-2px);
      box-shadow: 0 12px 26px rgba(245, 158, 11, 0.28);
    }

    @keyframes cta-shine-sweep {
      0%, 52% {
        left: -65%;
        opacity: 0;
      }

      58% {
        opacity: 0.95;
      }

      72% {
        left: 120%;
        opacity: 0;
      }

      100% {
        left: 120%;
        opacity: 0;
      }
    }

    @keyframes cta-star-pop {
      0%, 68% {
        opacity: 0;
        transform: scale(0.25) rotate(0deg);
      }

      73% {
        opacity: 1;
        transform: scale(1.65) rotate(18deg);
      }

      80% {
        opacity: 0;
        transform: scale(0.7) rotate(36deg);
      }

      100% {
        opacity: 0;
        transform: scale(0.25) rotate(0deg);
      }
    }

    .hero-scroll-label {
      font-size: 11px;
      line-height: 1;
      letter-spacing: 0.18em;
      text-indent: 0.18em;
    }

    .footer-legal {
      --footer-legal-gap: clamp(24px, 3vw, 48px);
      position: relative;
      isolation: isolate;
      overflow: visible;
      flex: 1 1 440px;
      width: min(100%, 760px);
      max-width: 760px;
      min-height: 18px;
    }

    .footer-legal::before,
    .footer-legal::after {
      display: none;
    }

    .footer-legal__track {
      display: flex;
      justify-content: center;
      width: 100%;
      animation: none;
      transform: none;
    }

    .footer-legal__set {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: var(--footer-legal-gap);
      padding-right: 0;
      flex: 1 1 auto;
    }

    .footer-legal__set[aria-hidden="true"] {
      display: none;
    }

    .footer-legal a {
      display: inline-flex;
      align-items: center;
      color: #fff;
      font-family: 'Inter', sans-serif;
      font-size: 13px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.02em;
      text-transform: none;
      text-decoration: none;
      white-space: nowrap;
    }

    .footer-legal a:hover {
      text-decoration: underline;
    }

    @media (prefers-reduced-motion: reduce), print {
      .footer-legal {
        overflow: visible;
        width: auto;
        max-width: none;
      }

      .footer-legal__track {
        width: auto;
        flex-wrap: wrap;
        transform: none;
        animation: none;
      }

      .footer-legal__set[aria-hidden="true"],
      .footer-legal::before,
      .footer-legal::after {
        display: none;
      }
    }

    .footer-contact {
      max-width: 560px;
    }

    .footer-contact p,
    .footer-contact a {
      line-height: 1.5;
    }

    .mobile-legal-links {
      display: none;
    }

    @media (min-width: 1280px) {
      .hero-content {
        transform: translateY(2vh);
      }
    }

    @media (min-width: 769px) {
      .hero-screen h2 {
        width: min(100%, 820px);
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
        flex-shrink: 0;
        text-wrap: wrap;
      }

      #who-we-are>div>span,
      #results>.max-w-7xl>.reveal.flex>span,
      main>section.py-20.bg-brand-dark .lg\:col-span-5>span,
      #methodology-section>.max-w-7xl>.flex>span,
      #why-section>.max-w-7xl>.flex>span,
      #outcomes-section>.max-w-7xl>.reveal.flex>span,
      main>section.relative.overflow-hidden .max-w-4xl .flex>span {
        font-size: 14px !important;
      }

      #who-we-are>div>span::before,
      #results>.max-w-7xl>.reveal.flex>span::before,
      main>section.py-20.bg-brand-dark .lg\:col-span-5>span::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 1px;
        margin-right: 10px;
        background: #16A085;
        vertical-align: middle;
      }

      #results .max-w-4xl p,
      #case-studies p.text-xl,
      main>section.py-20.bg-brand-dark .lg\:col-span-5>p,
      #methodology-section .method-step p,
      #why-section .why-card p,
      #outcomes-section .outcome-description,
      #outcomes-section .outcome-quote,
      main>section.relative.overflow-hidden .max-w-4xl>p {
        text-align: justify !important;
        text-align-last: left;
        hyphens: auto;
      }

      #methodology-section .method-step {
        min-height: 52vh !important;
      }

      #who-we-are>div>div.bg-brand-green {
        display: none !important;
      }
    }

    @media (max-width: 768px) {
      .hero-screen h1 {
        font-size: 46px;
        max-width: 100%;
        text-wrap: balance;
      }

      .hero-title-line {
        display: block;
      }

      .hero-screen h2 {
        font-size: 19px;
        width: min(calc(100vw - 48px), 360px);
        max-width: min(calc(100vw - 48px), 360px);
        flex-shrink: 0;
        text-wrap: balance;
      }

      .hero-screen p {
        font-size: 15px;
        max-width: min(100%, 310px);
      }

      .hero-cta {
        margin-top: 28px;
      }
    }

    @media (max-width: 480px) {
      .hero-screen h1 {
        font-size: 38px;
      }

      .hero-screen h2 {
        font-size: 18px;
      }

      .hero-screen p {
        font-size: 14px;
        max-width: min(100%, 300px);
      }
    }

    html,
    body {
      overflow-x: hidden;
      overflow-x: clip;
      max-width: 100%;
    }

    @media (max-width: 768px) {

      p,
      li {
        font-size: max(14px, 1em);
        line-height: 1.6;
      }

      /* Fix horizontal scroll on mobile */
      #methodology-section {
        overflow-x: clip !important;
        overflow-y: visible !important;
      }

      section,
      main,
      footer {
        overflow-x: hidden;
      }

      #mobile-menu-panel > div {
        overflow-y: auto;
      }

      .mobile-legal-links {
        display: flex;
        flex-direction: column;
        margin-top: 0;
      }

      .mobile-legal-links a {
        display: block;
        color: #00254B;
        font-family: 'Poppins', sans-serif;
        font-size: clamp(20px, 5.6vw, 24px);
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: 0;
        text-transform: none;
        text-align: left !important;
        padding: 16px 0;
        border-bottom: 1px solid rgba(0, 37, 75, 0.1);
      }

      footer .footer-contact {
        width: min(100%, 328px);
        margin-inline: auto;
        text-align: center;
      }

      footer .footer-contact p,
      footer .footer-contact a {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 1.45;
      }

      footer .footer-legal {
        --footer-legal-gap: 24px;
        flex: 0 0 auto;
        width: min(100%, 520px);
        max-width: 520px;
        min-height: auto;
        margin-top: 4px;
      }

      footer .footer-legal a {
        font-size: 12px !important;
        line-height: 1 !important;
      }

      main section h1,
      main section h2,
      main section h3,
      main section h4,
      main section h5,
      main section h6,
      main section p {
        text-align: center !important;
      }

      main section [class*="max-w-md"],
      main section [class*="max-w-lg"],
      main section [class*="max-w-xl"],
      main section [class*="max-w-2xl"],
      main section [class*="max-w-3xl"],
      main section [class*="max-w-4xl"] {
        margin-left: auto !important;
        margin-right: auto !important;
      }

      main section .flex.items-center.gap-4.mb-12,
      main section .flex.items-center.justify-center.md\:justify-start {
        justify-content: center !important;
      }

      #who-we-are>div>span,
      #results>.max-w-7xl>.reveal.flex>span,
      #methodology-section>.max-w-7xl>.flex>span,
      #why-section>.max-w-7xl>.flex>span,
      #outcomes-section>.max-w-7xl>.reveal.flex>span,
      main>section.py-20.bg-brand-dark .lg\:col-span-5>span,
      main>section.relative.overflow-hidden .max-w-4xl .flex>span {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        font-size: 14px !important;
        line-height: 1.25 !important;
        letter-spacing: 0.24em !important;
      }

      #results>.max-w-7xl>.reveal.flex,
      #methodology-section>.max-w-7xl>.flex,
      #why-section>.max-w-7xl>.flex,
      #outcomes-section>.max-w-7xl>.reveal.flex,
      main>section.relative.overflow-hidden .max-w-4xl .flex {
        gap: 10px !important;
      }

      #who-we-are>div>span::before,
      main>section.py-20.bg-brand-dark .lg\:col-span-5>span::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 1px;
        margin-right: 10px;
        background: #16A085;
        flex: 0 0 auto;
      }

      main>section.py-20.bg-brand-dark .lg\:col-span-5>span {
        display: flex !important;
        width: max-content !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      main>section.py-20.bg-brand-dark .lg\:col-span-5>p {
        max-width: 430px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: justify !important;
        text-align-last: center;
        hyphens: auto;
      }

      #methodology-section h2,
      #methodology-section .lg\:hidden h3,
      #methodology-section .lg\:hidden p,
      #methodology-section .lg\:hidden span {
        text-align: left !important;
      }

      #methodology-section>.max-w-7xl>.flex {
        justify-content: flex-start !important;
      }

      #methodology-section>.max-w-7xl>.flex>span {
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      #methodology-section h2 {
        max-width: 360px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 54px !important;
        text-align: center !important;
        font-size: clamp(28px, 7.45vw, 30px) !important;
        line-height: 1.18 !important;
      }

      #methodology-section .methodology-data-anchor {
        position: relative;
        display: inline-block;
      }

      #methodology-section .methodology-data-anchor::after {
        content: "";
        position: absolute;
        top: calc(100% + 6px);
        left: 50%;
        width: 4px;
        height: 48px;
        background: repeating-linear-gradient(to bottom, #16A085 0 11px, transparent 11px 17px);
        border-radius: 999px;
        box-shadow: 0 0 0 4px rgba(22, 160, 133, 0.08), 0 0 18px rgba(22, 160, 133, 0.24);
        opacity: 0;
        transform: translateX(-50%) scaleY(0);
        transform-origin: top;
        transition: opacity 0.35s ease 0.2s, transform 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
        z-index: 2;
      }

      #methodology-section .methodology-data-anchor::before {
        display: none;
      }

      #methodology-section:has(.lg\:hidden>.reveal:first-child.visible) .methodology-data-anchor::after {
        opacity: 1;
        transform: translateX(-50%) scaleY(1);
      }

      #methodology-section .lg\:hidden {
        position: relative;
        gap: 50px !important;
        padding-left: 0;
        overflow: visible;
      }

      #methodology-section .lg\:hidden::before {
        display: none;
      }

      #methodology-section .lg\:hidden>.reveal {
        position: relative;
        z-index: 1;
        border: 2px dashed #00254B !important;
        border-left: 2px dashed #00254B !important;
        border-color: #00254B !important;
        padding: 22px !important;
        padding-bottom: 22px !important;
        background: #ffffff;
        box-shadow: 0 18px 42px rgba(0, 37, 75, 0.08), inset 0 0 0 1px rgba(0, 37, 75, 0.05);
        overflow: visible;
      }

      #methodology-section .lg\:hidden>.reveal::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        width: 5px;
        height: 50px;
        background: repeating-linear-gradient(to bottom, #16A085 0 11px, transparent 11px 17px);
        border-radius: 999px;
        box-shadow: 0 0 0 5px rgba(22, 160, 133, 0.10), 0 0 20px rgba(22, 160, 133, 0.32);
        opacity: 0;
        transform: translateX(-50%) scaleY(0);
        transform-origin: top;
        transition: opacity 0.35s ease 0.45s, transform 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.45s;
        z-index: 3;
      }

      #methodology-section .lg\:hidden>.reveal::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -15px;
        width: 22px;
        height: 22px;
        background: #ffffff;
        border: 4px solid #16A085;
        border-radius: 999px;
        box-shadow: 0 0 0 12px #ffffff, 0 0 0 16px rgba(22, 160, 133, 0.12), 0 0 22px rgba(22, 160, 133, 0.25);
        opacity: 0;
        transform: translateX(-50%) scale(0.4);
        transition: opacity 0.3s ease 0.1s, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
        z-index: 6;
      }

      #methodology-section .lg\:hidden>.reveal.visible::after {
        opacity: 1;
        transform: translateX(-50%) scaleY(1);
      }

      #methodology-section .lg\:hidden>.reveal.visible::before {
        opacity: 1;
        transform: translateX(-50%) scale(1);
      }

      #methodology-section h2::after {
        display: none;
      }

      #methodology-section h2 {
        position: relative;
      }

      #methodology-section .methodology-data-anchor::after {
        display: block;
      }

      #methodology-section:has(.lg\:hidden>.reveal:first-child.visible) .methodology-data-anchor::after {
        opacity: 1;
        transform: translateX(-50%) scaleY(1);
      }

      #why-section .why-card h3,
      #why-section .why-card p {
        text-align: left !important;
      }

      #why-section>.max-w-7xl>.flex {
        justify-content: flex-start !important;
      }

      #why-section>.max-w-7xl>.flex>span {
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      #why-section .why-card {
        text-align: left !important;
      }

      #why-section>.max-w-7xl>h2 {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
      }

      main>section.relative.overflow-hidden .max-w-4xl a.bg-brand-gold {
        width: auto !important;
        align-self: center !important;
        padding: 14px 28px !important;
        font-size: 12px !important;
        letter-spacing: 0.08em !important;
      }

      #methodology-section .lg\:hidden>.reveal:last-child::after {
        display: none;
      }

      #methodology-section .lg\:hidden>.reveal>span:first-child {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 12px;
      }

      #methodology-section .lg\:hidden>.reveal>span:first-child::before {
        content: "";
        width: 24px;
        height: 1px;
        background: #16A085;
      }

      #results>.max-w-7xl>.reveal.flex,
      #methodology-section>.max-w-7xl>.flex,
      #why-section>.max-w-7xl>.flex,
      #outcomes-section>.max-w-7xl>.reveal.flex,
      main>section.relative.overflow-hidden .max-w-4xl .flex {
        justify-content: center !important;
      }

      #who-we-are>div>span,
      #results>.max-w-7xl>.reveal.flex>span,
      #methodology-section>.max-w-7xl>.flex>span,
      #why-section>.max-w-7xl>.flex>span,
      #outcomes-section>.max-w-7xl>.reveal.flex>span,
      main>section.py-20.bg-brand-dark .lg\:col-span-5>span,
      main>section.relative.overflow-hidden .max-w-4xl .flex>span {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        justify-content: center !important;
      }

      #who-we-are>div>div.bg-brand-green,
      #methodology-section>.max-w-7xl>.flex>div.bg-brand-green,
      #why-section>.max-w-7xl>.flex>div.bg-brand-green,
      #outcomes-section>.max-w-7xl>.reveal.flex>div.bg-brand-green,
      main>section.relative.overflow-hidden .max-w-4xl .flex>div.bg-brand-green {
        display: none !important;
      }

      #who-we-are>div>span::before,
      #who-we-are>div>span::after,
      #results>.max-w-7xl>.reveal.flex>span::before,
      #results>.max-w-7xl>.reveal.flex>span::after,
      #methodology-section>.max-w-7xl>.flex>span::before,
      #methodology-section>.max-w-7xl>.flex>span::after,
      #why-section>.max-w-7xl>.flex>span::before,
      #why-section>.max-w-7xl>.flex>span::after,
      #outcomes-section>.max-w-7xl>.reveal.flex>span::before,
      #outcomes-section>.max-w-7xl>.reveal.flex>span::after,
      main>section.py-20.bg-brand-dark .lg\:col-span-5>span::before,
      main>section.py-20.bg-brand-dark .lg\:col-span-5>span::after,
      main>section.relative.overflow-hidden .max-w-4xl .flex>span::before,
      main>section.relative.overflow-hidden .max-w-4xl .flex>span::after {
        content: "" !important;
        display: inline-block !important;
        width: clamp(28px, 9vw, 48px) !important;
        height: 1px !important;
        background: #16A085 !important;
        flex: 0 0 auto !important;
      }

      #who-we-are>div>span::before,
      #results>.max-w-7xl>.reveal.flex>span::before,
      #methodology-section>.max-w-7xl>.flex>span::before,
      #why-section>.max-w-7xl>.flex>span::before,
      #outcomes-section>.max-w-7xl>.reveal.flex>span::before,
      main>section.py-20.bg-brand-dark .lg\:col-span-5>span::before,
      main>section.relative.overflow-hidden .max-w-4xl .flex>span::before {
        margin-right: 12px !important;
      }

      #who-we-are>div>span::after,
      #results>.max-w-7xl>.reveal.flex>span::after,
      #methodology-section>.max-w-7xl>.flex>span::after,
      #why-section>.max-w-7xl>.flex>span::after,
      #outcomes-section>.max-w-7xl>.reveal.flex>span::after,
      main>section.py-20.bg-brand-dark .lg\:col-span-5>span::after,
      main>section.relative.overflow-hidden .max-w-4xl .flex>span::after {
        margin-left: 12px !important;
      }

      .who-intro-copy p,
      .solution-section .solution-copy {
        text-align: justify !important;
        text-align-last: center;
        hyphens: auto;
      }

      #results .reality-bridge-sentence {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
        text-align-last: center;
      }

      #results>.max-w-7xl>.reveal.mb-24 {
        max-width: min(100%, 430px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 36px !important;
        text-align: center !important;
      }

      #results>.max-w-7xl>.reveal.mb-24 p {
        text-align: center !important;
        text-align-last: center !important;
        hyphens: manual !important;
        word-spacing: normal !important;
        text-wrap: balance;
      }

      #results>.max-w-7xl>.reveal.mb-24 .reality-body-copy {
        width: min(100%, var(--on-mobile-copy-measure)) !important;
        max-width: min(100%, var(--on-mobile-copy-measure)) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        line-height: 1.72;
      }

      #methodology-section .lg\:hidden>.reveal p,
      #why-section .why-card p,
      .outcome-card p {
        text-align-last: left;
      }

      /* Ensure logo is legible on mobile */
      nav img[alt="OnModus Logo"] {
        min-width: 150px;
      }
    }

    /* Hero entrance animations */
    @keyframes heroFadeUp {
      from {
        opacity: 1;
        transform: translateY(0);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .hero-anim {
      opacity: 1;
      animation: heroFadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

    .hero-anim-1 {
      animation-delay: 0.2s;
    }

    .hero-anim-2 {
      animation-delay: 0.5s;
    }

    .hero-anim-3 {
      animation-delay: 0.8s;
    }

    .hero-anim-4 {
      animation-delay: 1.2s;
    }

    /* Solution copy and bridge diagram: fully responsive */
    .solution-section .solution-copy {
      font-family: 'Inter', sans-serif;
      font-size: clamp(15px, 1.6vw, 18px);
      line-height: 1.72;
      font-weight: 400;
      max-width: 560px;
      color: rgba(255, 255, 255, 0.84);
      letter-spacing: 0;
      text-align: left !important;
      text-align-last: left;
    }

    main>section.solution-section.bg-brand-dark .lg\:col-span-5>p.solution-copy {
      text-align: left !important;
      text-align-last: left !important;
      hyphens: none !important;
      word-spacing: normal !important;
      text-wrap: pretty;
    }

    .solution-section .solution-copy strong {
      color: #FFFFFF;
      font-size: inherit;
      line-height: inherit;
      font-weight: 700;
    }

    #bridge-diagram {
      width: 100%;
      max-width: 560px;
      margin-left: auto;
      margin-right: 0;
    }

    #bridge-diagram .bridge-label {
      display: block;
      font-size: clamp(8px, 1.25vw, 10px);
      line-height: 1.15;
      letter-spacing: 0.14em;
    }

    #bridge-diagram .bridge-level-label {
      font-size: inherit;
      line-height: 1.15;
      letter-spacing: inherit;
    }

    #bridge-diagram .bridge-question {
      color: rgba(255, 255, 255, 0.78);
      font-size: clamp(9px, 1.35vw, 12px);
      line-height: 1.24;
      font-weight: 500;
      letter-spacing: 0;
    }

    /* Bridge diagram base transitions - smooth both ways */
    #bridge-diagram .data-packet {
      transition: opacity 0.8s ease;
    }

    #bridge-diagram path {
      transition: stroke 0.8s ease;
    }

    #bridge-diagram circle:not(.data-packet) {
      transition: fill 0.8s ease;
    }

    #bridge-diagram .bridge-card>div {
      box-shadow: var(--on-card-shadow-glow);
      transition: opacity 0.8s ease, border-color 0.8s ease, box-shadow 0.8s ease;
    }

    #bridge-diagram .bridge-card>div {
      align-items: center;
      text-align: center;
    }

    #bridge-diagram .bridge-card,
    #bridge-diagram .bridge-card * {
      box-sizing: border-box;
      max-width: 100%;
    }

    #bridge-diagram .bridge-card .bridge-label,
    #bridge-diagram .bridge-card .bridge-card-title,
    #bridge-diagram .bridge-card .bridge-question {
      white-space: normal !important;
      overflow-wrap: normal;
      word-break: normal;
      text-wrap: balance;
      margin-left: auto;
      margin-right: auto;
      text-align: center !important;
    }

    #bridge-diagram .bridge-card .bridge-label {
      font-size: clamp(10px, 1.05vw, 13px) !important;
      line-height: 1.14 !important;
      letter-spacing: 0.055em !important;
    }

    #bridge-diagram .bridge-card .bridge-card-title {
      font-size: clamp(16px, 1.45vw, 20px) !important;
      line-height: 1.16 !important;
    }

    #bridge-diagram .bridge-card .bridge-question {
      font-size: clamp(10px, 0.9vw, 12px) !important;
      line-height: 1.22 !important;
    }

    #bridge-diagram .bridge-card:nth-of-type(2) .bridge-label,
    #bridge-diagram .bridge-card:nth-of-type(3) .bridge-label {
      font-size: clamp(9px, 0.9vw, 12px) !important;
      letter-spacing: 0.035em !important;
    }

    /* Bridge paused state - toggled on hub click */
    #bridge-diagram.bridge-paused .data-packet {
      animation-play-state: paused !important;
      opacity: 0.05;
    }

    #bridge-diagram.bridge-paused path {
      stroke: rgba(255, 255, 255, 0.04) !important;
    }

    #bridge-diagram.bridge-paused circle:not(.data-packet) {
      fill: rgba(255, 255, 255, 0.06) !important;
    }

    #bridge-diagram.bridge-paused .bridge-card>div {
      border-color: rgba(255, 255, 255, 0.03) !important;
      opacity: 0.3;
    }

    #bridge-diagram.bridge-paused .bridge-badge {
      animation: none !important;
      cursor: pointer;
    }

    /* Mobile methodology step reveal */
    .mobile-step {
      opacity: 0;
      transform: translateY(25px);
      transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .mobile-step.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .glass-card {
      background: rgba(255, 255, 255, 0.03);
      backdrop-filter: blur(12px);
      border-top: 3px solid #16A085;
      border-image: linear-gradient(to right, #16A085, rgba(22, 160, 133, 0.3), transparent) 1;
      border-image-width: 3px 0 0 0;
    }

    .dot-grid {
      background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 0);
      background-size: 24px 24px;
    }

    .nav-blur {
      backdrop-filter: blur(20px);
    }

    .logo-filter {
      filter: brightness(0) saturate(100%) invert(14%) sepia(34%) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3));
    }

    /* Methodology scroll animation */
    .method-step {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .method-step.active {
      opacity: 1;
      transform: translateY(0);
    }

    .method-step.completed {
      opacity: 0.25;
      transform: translateY(-20px);
    }

    .method-role-badge {
      margin-top: -1rem;
      align-self: flex-start;
    }

    .penta-node {
      transition: fill 0.7s cubic-bezier(0.16, 1, 0.3, 1), stroke 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), r 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .penta-line {
      transition: stroke 0.7s ease, stroke-dasharray 0.7s ease, opacity 0.7s ease;
    }

    .penta-line.active {
      stroke: #16A085 !important;
      stroke-width: 3 !important;
      stroke-dasharray: none !important;
      filter: drop-shadow(0 0 4px rgba(22, 160, 133, 0.4));
    }

    .pulse-ring {
      filter: drop-shadow(0 0 8px rgba(243, 156, 18, 0.5));
    }

    /* Why OnModus cards */
    .why-card {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
    }

    #why-cards-grid .why-card {
      box-shadow: var(--on-card-shadow-dark);
    }

    .why-card.visible {
      opacity: 1;
      transform: translateY(0);
    }

    #why-cards-grid .why-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--on-card-shadow-dark-hover);
    }

    .why-card-icon {
      width: 66px;
      height: 66px;
      object-fit: contain;
      margin-bottom: 1rem;
      filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(255, 255, 255, 0.18));
      opacity: 1;
    }

    @media (min-width: 768px) {
      .why-card-icon {
        width: 86px;
        height: 86px;
        margin-bottom: 1.75rem;
      }
    }

    .why-card .card-bar {
      transition: height 0.4s ease;
      height: 3px;
    }

    .why-card:hover .card-bar {
      height: 5px;
    }

    /* Global scroll fade-in */
    .reveal {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* Three-level diagram animations */
    .level-card {
      opacity: 0;
      transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .level-card.from-left {
      transform: translateX(-60px);
    }

    .level-card.from-center {
      transform: translateY(30px);
    }

    .level-card.from-right {
      transform: translateX(60px);
    }

    .level-card.visible {
      opacity: 1;
      transform: translate(0);
    }

    .level-card.visible:nth-of-type(1) {
      transition-delay: 0s;
    }

    .level-card.visible:nth-of-type(3) {
      transition-delay: 0.4s;
    }

    .level-card.visible:nth-of-type(5) {
      transition-delay: 0.8s;
    }

    .disconnect-x {
      opacity: 0;
      transform: scale(0);
      transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .disconnect-x.visible {
      opacity: 1;
      transform: scale(1);
    }

    .three-level-toggle {
      position: relative;
      display: inline-grid;
      grid-template-columns: repeat(2, minmax(160px, 1fr));
      align-items: center;
      gap: 0;
      margin-top: clamp(48px, 8vw, 96px);
      padding: 5px;
      background: linear-gradient(180deg, #FFFFFF 0%, #F7FAFC 100%);
      border: 1px solid rgba(0, 37, 75, 0.16);
      border-radius: 8px;
      box-shadow: 0 16px 42px rgba(0, 37, 75, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95);
      overflow: hidden;
      isolation: isolate;
      animation: toggle-border-pulse 3.2s ease-in-out infinite;
    }

    .three-level-toggle::before {
      content: "";
      position: absolute;
      top: 5px;
      bottom: 5px;
      left: 5px;
      width: calc(50% - 5px);
      background: #00254B;
      border-radius: 5px;
      box-shadow: 0 10px 24px rgba(0, 37, 75, 0.24), 0 0 0 1px rgba(22, 160, 133, 0.24), 0 0 22px rgba(22, 160, 133, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.12);
      transform: translateX(0);
      transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, box-shadow 0.3s ease;
      z-index: -1;
    }

    .three-level-toggle.is-connected::before {
      background: #00254B;
      box-shadow: 0 10px 24px rgba(0, 37, 75, 0.24), 0 0 0 1px rgba(22, 160, 133, 0.24), 0 0 22px rgba(22, 160, 133, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.12);
      transform: translateX(100%);
    }

    .three-level-toggle button {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 0;
      width: 100%;
      padding: 14px 20px;
      color: rgba(0, 37, 75, 0.58);
      font-family: 'Poppins', sans-serif;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.045em;
      line-height: 1;
      border-radius: 4px;
      overflow: hidden;
      text-align: center;
      text-transform: uppercase;
      transition: color 0.32s ease, transform 0.22s ease;
    }

    .three-level-toggle button:hover {
      transform: translateY(-1px);
    }

    .three-level-toggle button.active {
      color: #FFFFFF;
      text-shadow: 0 0 14px rgba(255, 255, 255, 0.22);
    }

    .three-level-toggle button.active::after {
      content: "";
      position: absolute;
      top: 6px;
      bottom: 6px;
      left: -48%;
      width: 42%;
      border-radius: inherit;
      background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.12) 35%, rgba(255, 255, 255, 0.42) 50%, rgba(255, 255, 255, 0.12) 65%, transparent 100%);
      transform: skewX(-18deg);
      pointer-events: none;
      animation: toggle-sheen 4.6s ease-in-out infinite;
    }

    #three-levels-diagram .three-level-toggle {
      display: grid;
      width: 100%;
      margin: 0 0 clamp(22px, 3vw, 30px);
      grid-template-columns: repeat(2, minmax(0, 1fr));
      background: rgba(255, 255, 255, 0.92);
      box-shadow: 0 16px 34px rgba(0, 11, 31, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.95);
      z-index: 10;
    }

    #three-levels-diagram .three-level-toggle button {
      padding-inline: clamp(10px, 1.6vw, 18px);
      white-space: nowrap;
    }

    @media (max-width: 1100px) {
      #three-levels-diagram .three-level-toggle button {
        padding-inline: 8px;
        font-size: clamp(9px, 0.92vw, 11px);
        letter-spacing: 0.018em;
      }
    }

    @media (max-width: 360px) {
      #three-levels-diagram .three-level-toggle button {
        padding-inline: 4px;
        font-size: 8.5px;
        letter-spacing: 0;
      }
    }

    @keyframes toggle-border-pulse {
      0%,
      100% {
        border-color: rgba(0, 37, 75, 0.14);
        box-shadow: 0 16px 42px rgba(0, 37, 75, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.95);
      }

      50% {
        border-color: rgba(22, 160, 133, 0.3);
        box-shadow: 0 16px 42px rgba(0, 37, 75, 0.11), 0 0 0 2px rgba(22, 160, 133, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.95);
      }
    }

    @keyframes toggle-sheen {
      0%,
      58% {
        transform: translateX(0) skewX(-18deg);
        opacity: 0;
      }

      68% {
        opacity: 0.85;
      }

      88% {
        transform: translateX(360%) skewX(-18deg);
        opacity: 0;
      }

      100% {
        transform: translateX(360%) skewX(-18deg);
        opacity: 0;
      }
    }

    #three-level-title-accent,
    #three-level-copy,
    #three-level-diagram-label,
    #three-level-diagram-caption,
    .disconnect-x span {
      transition: opacity 0.22s ease, transform 0.22s ease;
    }

    #three-level-copy {
      min-height: calc(1.625em * 4);
      text-align: left !important;
      text-align-last: left !important;
      hyphens: none;
      word-spacing: normal;
      text-wrap: pretty;
    }

    #case-studies #three-level-copy {
      text-align: left !important;
      text-align-last: left !important;
      hyphens: none !important;
      word-spacing: normal !important;
      text-wrap: pretty;
    }

    #three-levels-diagram .level-card .flex.items-center>div:last-child span:first-child {
      font-size: 11px !important;
      line-height: 1.18 !important;
      letter-spacing: 0 !important;
    }

    #three-levels-diagram .level-card .flex.items-center>div:last-child span:last-child {
      font-size: 10.5px !important;
      line-height: 1.35 !important;
      letter-spacing: 0 !important;
      color: rgba(255, 255, 255, 0.82);
    }

    .level-mode-shifting #three-level-title-accent,
    .level-mode-shifting #three-level-copy,
    .level-mode-shifting #three-level-diagram-label,
    .level-mode-shifting #three-level-diagram-caption,
    .level-mode-shifting .disconnect-x span {
      opacity: 0;
      transform: translateY(6px);
    }

    #three-levels-diagram .level-card>div,
    #three-levels-diagram .level-line .bg-brand-green\/20,
    #three-levels-diagram .disconnect-x {
      transition: border-color 0.42s ease, box-shadow 0.42s ease, background 0.42s ease, color 0.42s ease, opacity 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    #three-levels-diagram .level-card>div {
      box-shadow: var(--on-card-shadow-glow);
    }

    #three-levels-diagram:not(.levels-connected) .bg-brand-green {
      background-color: #E94B3C !important;
    }

    #three-levels-diagram:not(.levels-connected) .bg-brand-green\/20 {
      background: rgba(233, 75, 60, 0.22) !important;
    }

    #three-levels-diagram:not(.levels-connected) .text-brand-green {
      color: #E94B3C !important;
    }

    #three-levels-diagram.levels-connected .bg-brand-green {
      background-color: #16A085 !important;
    }

    #three-levels-diagram.levels-connected .text-brand-green {
      color: #16A085 !important;
    }

    #three-levels-diagram.levels-connected .level-card>div {
      border-color: rgba(22, 160, 133, 0.75) !important;
      box-shadow: var(--on-card-shadow-glow), inset 0 0 0 1px rgba(22, 160, 133, 0.18), 0 0 28px rgba(22, 160, 133, 0.14);
    }

    #three-levels-diagram.levels-connected .level-line .bg-brand-green\/20 {
      background: rgba(22, 160, 133, 0.7) !important;
    }

    #three-levels-diagram.levels-connected .disconnect-x {
      border-color: rgba(22, 160, 133, 0.9) !important;
      color: #16A085 !important;
      animation: none !important;
      box-shadow: 0 0 18px rgba(22, 160, 133, 0.28) !important;
    }

    @media (prefers-reduced-motion: reduce) {
      .three-level-toggle {
        animation: none;
      }

      .three-level-toggle button.active::after {
        display: none;
      }
    }

    .level-line {
      height: 48px;
      opacity: 0;
      transform: scaleY(0.82);
      transform-origin: center;
      transition: opacity 0.38s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .level-line.visible {
      opacity: 1;
      transform: scaleY(1);
    }

    .level-connector {
      transform-origin: left;
      transform: scaleX(0);
      transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
    }

    .level-connector.visible {
      transform: scaleX(1);
    }

    @keyframes pulse-disconnect {

      0%,
      100% {
        box-shadow: 0 0 15px rgba(243, 156, 18, 0.15);
      }

      50% {
        box-shadow: 0 0 26px rgba(243, 156, 18, 0.36);
      }
    }

    /* Vertical timeline */
    .v-timeline {
      position: absolute;
      left: 12px;
      top: 0;
      bottom: 0;
      width: 20px;
      z-index: 5;
    }

    .v-timeline-line {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 2px;
      height: 100%;
      background: rgba(44, 63, 80, 0.08);
    }

    .v-timeline-fill {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 2px;
      height: 0%;
      background: #16A085;
      transition: height 0.15s linear;
    }

    .v-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 2px solid #00254B;
      background: #00254B;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.5s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .v-dot.active {
      border-color: #00254B;
      background: #00254B;
      transform: translateX(-50%) scale(1.4);
    }

    .v-dot.completed {
      border-color: #00254B;
      background: #00254B;
    }

    .reveal-child {
      opacity: 0;
      transform: translateY(25px);
      transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .reveal-child.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* Reality bar animation */
    .stat-bar-fill {
      width: 0;
      transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .reality-counter {
      font-variant-numeric: tabular-nums;
    }

    .reality-card {
      min-height: 245px;
      padding: clamp(28px, 7vw, 40px);
      background: #00254B;
      border: 1px solid #00254B;
      box-shadow: var(--on-card-shadow-dark);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }

    .reality-card-title {
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 800;
      letter-spacing: 0.04em;
      line-height: 1.25;
      text-transform: uppercase;
      color: #FFFFFF;
    }

    .reality-card-copy {
      font-family: 'Inter', sans-serif;
      color: rgba(255, 255, 255, 0.78);
      font-size: 15px;
      font-weight: 400;
      line-height: 1.45;
      text-align: center !important;
      text-align-last: center;
      hyphens: none;
      word-spacing: normal;
    }

    .reality-source-note {
      max-width: 900px;
      margin: 24px auto 0;
      color: rgba(0, 37, 75, 0.68);
      font-family: 'Inter', sans-serif;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.6;
      text-align: center;
    }

    .reality-source-note a {
      color: #00254B;
      font-weight: 700;
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 3px;
    }

    .reality-source-note a:hover,
    .reality-source-note a:focus-visible {
      color: #087A68;
    }

    #results .max-w-4xl .reality-body-copy,
    #results .reality-body-copy {
      max-width: 720px;
      margin: 0;
      line-height: 1.72;
      text-align: justify !important;
      text-align-last: left !important;
      text-wrap: pretty;
      hyphens: auto !important;
      word-spacing: normal !important;
    }

    #results .reality-body-copy strong {
      font-weight: 700;
    }

    #outcomes-section .outcomes-intro-copy {
      max-width: 720px;
      margin-left: 0;
      margin-right: auto;
      line-height: 1.72;
      text-align: left !important;
      text-align-last: left !important;
      text-wrap: pretty;
      hyphens: manual !important;
      word-spacing: normal !important;
    }

    @media (max-width: 768px) {
      #results .max-w-4xl .reality-body-copy,
      #results .reality-body-copy,
      #outcomes-section .outcomes-intro-copy {
        width: min(100%, var(--on-mobile-copy-measure)) !important;
        max-width: min(100%, var(--on-mobile-copy-measure)) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        text-align-last: center !important;
        text-wrap: balance;
        hyphens: manual !important;
        word-spacing: normal !important;
      }
    }

    @media (min-width: 768px) {
      .reality-source-note {
        margin-left: 0;
        margin-right: 0;
        text-align: left;
      }

      .reality-card-copy {
        text-align: left !important;
        text-align-last: left;
      }
    }

    @media (min-width: 768px) {
      .reality-card {
        padding: clamp(32px, 3vw, 40px);
      }

      .reality-card:first-child {
        border-color: #00254B;
      }

      .reality-card:hover {
        transform: translateY(-8px);
        border-color: #16A085;
        box-shadow: var(--on-card-shadow-dark-hover);
      }

      .reality-card .reality-counter {
        font-size: clamp(56px, 5vw, 64px) !important;
        color: #FFFFFF;
      }

      .reality-card .reality-divider {
        width: 48px;
        height: 3px;
        margin: 18px 0 18px;
      }
    }

    .reality-card .reality-counter {
      color: #FFFFFF !important;
    }

    .trusted-by {
      --logo-cell-width: 160px;
      --logo-cell-height: 58px;
      --logo-gap: 56px;
      --logo-max-ink-width: 136px;
      --logo-max-ink-height: 40px;
      padding-top: clamp(18px, 2.5vw, 28px);
      padding-bottom: clamp(36px, 5vw, 56px);
    }

    .trusted-by__label {
      font-family: 'Inter', sans-serif;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.2em;
      text-align: center;
      margin-bottom: 14px;
    }

    .trusted-by__marquee {
      width: 100vw;
      margin-left: 50%;
      transform: translateX(-50%);
      padding: 10px 0 16px;
      overflow: hidden;
      position: relative;
      isolation: isolate;
    }

    .trusted-by__marquee::before,
    .trusted-by__marquee::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2;
      width: clamp(56px, 8vw, 148px);
      pointer-events: none;
    }

    .trusted-by__marquee::before {
      left: 0;
      background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.92) 34%, rgba(255, 255, 255, 0) 100%);
    }

    .trusted-by__marquee::after {
      right: 0;
      background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.92) 34%, rgba(255, 255, 255, 0) 100%);
    }

    .trusted-by__row {
      width: 100%;
      overflow: hidden;
      position: relative;
      z-index: 1;
    }

    .trusted-by__track {
      display: flex;
      width: max-content;
      will-change: transform;
      animation: trusted-logo-loop 56s linear infinite;
    }

    .trusted-by__marquee:hover .trusted-by__track {
      animation-play-state: paused;
    }

    .trusted-by__set {
      display: flex;
      align-items: center;
      gap: var(--logo-gap);
      padding-right: var(--logo-gap);
      flex: 0 0 auto;
    }

    .logo-cell {
      --logo-scale: 1;
      width: var(--logo-cell-width);
      height: var(--logo-cell-height);
      flex: 0 0 var(--logo-cell-width);
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: visible;
      line-height: 0;
    }

    .logo-cell img {
      width: var(--logo-max-ink-width);
      height: var(--logo-max-ink-height);
      object-fit: contain;
      object-position: center;
      display: block;
      filter: none;
      opacity: 1;
      transform-origin: center;
      transform: scale(var(--logo-scale));
      transition: transform 220ms ease;
    }

    .logo-cell:hover img {
      filter: none;
      opacity: 1;
    }

    .logo-cell[data-logo="as-watson"] {
      --logo-scale: 1.04;
    }

    .logo-cell[data-logo="kruidvat"] {
      --logo-scale: 0.92;
    }

    .logo-cell[data-logo="achmea"] {
      --logo-scale: 1.08;
    }

    .logo-cell[data-logo="danone-nutricia"] {
      --logo-scale: 0.98;
    }

    .logo-cell[data-logo="dr-oetker"] {
      --logo-scale: 1.02;
    }

    .logo-cell[data-logo="alliander"] {
      --logo-scale: 0.96;
    }

    .logo-cell[data-logo="interpolis"] {
      --logo-scale: 1.04;
    }

    .logo-cell[data-logo="vattenfall"] {
      --logo-scale: 1;
    }

    .logo-cell[data-logo="vgz"] {
      --logo-scale: 1.1;
    }

    .logo-cell[data-logo="fenix-outdoor"] {
      --logo-scale: 1.05;
    }

    .logo-cell[data-logo="ek-retail"] {
      --logo-scale: 1.08;
    }

    .logo-cell[data-logo="fjallraven"] {
      --logo-scale: 0.98;
    }

    .logo-cell[data-logo="impacx"] {
      --logo-scale: 1.12;
    }

    .logo-cell[data-logo="i-team"] {
      --logo-scale: 1.02;
    }

    .logo-cell[data-logo="municipality-amsterdam"] {
      --logo-scale: 1;
    }

    .logo-cell[data-logo="sidn"] {
      --logo-scale: 1.08;
    }

    @keyframes trusted-logo-loop {
      from {
        transform: translate3d(0, 0, 0);
      }

      to {
        transform: translate3d(-50%, 0, 0);
      }
    }

    @keyframes footer-legal-loop {
      from {
        transform: translate3d(var(--footer-legal-edge-offset), 0, 0);
      }

      to {
        transform: translate3d(calc(-50% + var(--footer-legal-edge-offset)), 0, 0);
      }
    }

    .who-intro-copy {
      width: min(calc(100% - 40px), 880px);
      margin: clamp(12px, 1.6vw, 18px) auto 0;
      padding-top: clamp(14px, 1.8vw, 20px);
      border-top: 1px solid rgba(0, 37, 75, 0.12);
    }

    .who-intro-copy.reveal {
      opacity: 1;
      transform: none;
    }

    .who-intro-copy p {
      font-family: 'Inter', sans-serif;
      font-size: clamp(17px, 1.05vw, 19px);
      line-height: 1.72;
      letter-spacing: 0;
      color: var(--onmodus-reference-body);
      text-align: left !important;
      text-align-last: left !important;
      text-wrap: pretty;
      max-width: 780px;
      margin: 0 auto clamp(18px, 2vw, 24px);
      hyphens: auto !important;
      word-spacing: normal !important;
    }

    .who-intro-copy p:last-child {
      margin-bottom: 0;
    }

    .methodology-soft-copy {
      font-weight: 400;
    }

    :root {
      --onmodus-section-space: clamp(64px, 5.8vw, 88px);
      --onmodus-section-space-mobile: 56px;
    }

    #results,
    #why-section,
    #outcomes-section {
      padding-top: var(--onmodus-section-space) !important;
      padding-bottom: var(--onmodus-section-space) !important;
    }

    #methodology-section > .max-w-7xl,
    #contact > div {
      padding-top: var(--onmodus-section-space) !important;
      padding-bottom: var(--onmodus-section-space) !important;
    }

    @media (max-width: 768px) {
      #results,
      #why-section,
      #outcomes-section {
        padding-top: var(--onmodus-section-space-mobile) !important;
        padding-bottom: var(--onmodus-section-space-mobile) !important;
      }

      #methodology-section > .max-w-7xl,
      #contact > div {
        padding-top: var(--onmodus-section-space-mobile) !important;
        padding-bottom: var(--onmodus-section-space-mobile) !important;
      }

      .trusted-by {
        --logo-cell-width: 132px;
        --logo-cell-height: 50px;
        --logo-gap: 28px;
        --logo-max-ink-width: 108px;
        --logo-max-ink-height: 34px;
        padding-top: 18px;
        padding-bottom: 38px;
      }

      .trusted-by__marquee {
        padding: 8px 0 12px;
      }

      .who-intro-copy {
        width: min(calc(100% - 48px), 520px);
        margin-top: 12px;
        padding-top: 16px;
      }

      .who-intro-copy p {
        font-size: 16px;
        line-height: 1.72;
        text-align: center !important;
        text-align-last: center !important;
        hyphens: manual !important;
        word-spacing: normal !important;
        text-wrap: balance;
      }
    }

    @media (max-width: 640px) {
      .trusted-by {
        --logo-cell-width: 120px;
        --logo-cell-height: 46px;
        --logo-gap: 24px;
        --logo-max-ink-width: 98px;
        --logo-max-ink-height: 31px;
      }

      .logo-cell img {
        transform: translateY(var(--logo-y-mobile, 0)) scale(var(--logo-scale-mobile, var(--logo-scale)));
      }

      .logo-cell[data-logo="dr-oetker"] {
        --logo-scale-mobile: 1.14;
      }

      .logo-cell[data-logo="ek-retail"] {
        --logo-y-mobile: -1px;
      }

      .logo-cell[data-logo="impacx"] {
        --logo-scale-mobile: 1.22;
      }

      .logo-cell[data-logo="i-team"] {
        --logo-scale-mobile: 1.16;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .trusted-by__track {
        animation-duration: 0.01ms;
        animation-iteration-count: 1;
        transform: none;
      }
    }

    @media (max-width: 768px) {
      #case-studies>.max-w-7xl>.grid {
        gap: 44px !important;
      }

      .three-level-toggle {
        width: 100%;
        margin-top: 30px;
      }

      .three-level-toggle button {
        flex: 1;
        min-width: 0;
        padding-inline: 10px;
        font-size: 10px;
      }

      #three-level-copy {
        font-size: 15px;
        line-height: 1.58;
        min-height: calc(1.625em * 5);
        width: min(100%, var(--on-three-level-copy-measure)) !important;
        max-width: min(100%, var(--on-three-level-copy-measure)) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        text-align-last: center !important;
        text-wrap: pretty;
      }

      #case-studies #three-level-copy {
        width: min(100%, var(--on-three-level-copy-measure)) !important;
        max-width: min(100%, var(--on-three-level-copy-measure)) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        text-align-last: center !important;
        text-wrap: balance;
      }

      #three-levels-diagram .level-card>div {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 108px;
        justify-content: stretch;
        align-items: center !important;
        min-height: 82px;
        padding: 15px 16px !important;
        column-gap: 12px;
      }

      #three-levels-diagram .level-card>div>div.absolute {
        display: none !important;
      }

      #three-levels-diagram>.p-5.relative>.flex.items-center {
        justify-content: center !important;
      }

      #three-levels-diagram .level-card .flex.items-center {
        display: grid !important;
        grid-template-columns: 4px minmax(0, 1fr);
        align-items: center !important;
        width: 100%;
        min-width: 0;
        gap: 11px;
      }

      #three-levels-diagram .level-card .flex.items-center>div:first-child {
        width: 4px !important;
        height: 48px !important;
        justify-self: start;
      }

      #three-levels-diagram .level-card .flex.items-center>div:last-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: none;
        min-width: 0;
      }

      #three-levels-diagram .level-card .level-card-title {
        grid-column: 2;
        justify-self: end;
        align-self: center;
        position: static !important;
        transform: none !important;
        width: 112px !important;
        max-width: 100%;
        margin-left: auto;
        text-align: center !important;
        font-size: clamp(15px, 4vw, 17px) !important;
        line-height: 1.12 !important;
        white-space: normal;
      }

      #three-levels-diagram .level-card .level-card-title.execution-title {
        transform: translateX(6px) !important;
      }

      #three-levels-diagram .level-card .flex.items-center>div:last-child,
      #three-levels-diagram .level-card span {
        text-align: left !important;
      }

      #three-levels-diagram .level-card span {
        overflow-wrap: normal;
      }

      #three-levels-diagram .level-card .flex.items-center>div:last-child span:first-child {
        font-size: 9.6px !important;
        letter-spacing: 0 !important;
        line-height: 1.15 !important;
        white-space: nowrap;
      }

      #three-levels-diagram .level-card .flex.items-center>div:last-child span:last-child {
        display: block !important;
        margin-top: 2px;
        font-size: 7.8px !important;
        line-height: 1.25 !important;
        white-space: nowrap;
        letter-spacing: 0 !important;
      }

      #bridge-diagram {
        max-width: 420px;
        margin-inline: auto;
      }

      .solution-section .solution-copy {
        width: min(100%, var(--on-mobile-copy-measure));
        max-width: min(100%, var(--on-mobile-copy-measure));
        margin-left: auto;
        margin-right: auto;
        font-size: 1rem;
        line-height: 1.68;
        text-align: center !important;
        text-align-last: center !important;
        text-wrap: balance;
      }

      main>section.solution-section.bg-brand-dark .lg\:col-span-5>p.solution-copy {
        width: min(100%, var(--on-mobile-copy-measure)) !important;
        max-width: min(100%, var(--on-mobile-copy-measure)) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        text-align-last: center !important;
        hyphens: none !important;
        word-spacing: normal !important;
        text-wrap: balance;
      }

      #bridge-diagram>.bridge-card:nth-of-type(1) {
        left: 28% !important;
        width: 44% !important;
      }

      #bridge-diagram>.bridge-card:nth-of-type(2) {
        left: 0 !important;
        width: 39% !important;
        height: auto !important;
        aspect-ratio: 39 / 21;
      }

      #bridge-diagram>.bridge-card:nth-of-type(3) {
        left: 60% !important;
        width: 39% !important;
        height: auto !important;
        aspect-ratio: 39 / 21;
      }

      #bridge-diagram .bridge-card>div {
        padding: 8px !important;
        overflow: hidden;
      }

      #bridge-diagram .bridge-label {
        white-space: normal !important;
        overflow-wrap: anywhere;
        font-size: clamp(8px, 2.35vw, 10px) !important;
        line-height: 1.16;
        letter-spacing: 0.08em !important;
        text-align: center !important;
      }

      #bridge-diagram .bridge-card .bridge-card-title {
        white-space: normal !important;
        font-size: clamp(13px, 3.7vw, 16px) !important;
        line-height: 1.12 !important;
        text-align: center !important;
        text-wrap: balance;
      }

      #bridge-diagram .bridge-card .bridge-question {
        white-space: nowrap !important;
        font-size: clamp(9px, 2.8vw, 11px) !important;
        line-height: 1.2 !important;
        text-align: center !important;
        overflow-wrap: normal;
        text-wrap: nowrap;
      }

      #bridge-diagram>.bridge-card:nth-of-type(2) .bridge-question {
        font-size: clamp(8px, 2.35vw, 9.5px) !important;
      }
    }

    /* Bridge Diagram */
    @keyframes pulse-diamond {

      0%,
      100% {
        transform: rotate(45deg) scale(1);
      }

      50% {
        transform: rotate(45deg) scale(1.15);
      }
    }

    @keyframes data-flow-down {
      0% {
        top: 0;
        opacity: 0;
      }

      10% {
        opacity: 1;
      }

      90% {
        opacity: 1;
      }

      100% {
        top: 100%;
        opacity: 0;
      }
    }

    @keyframes glow-ring {

      0%,
      100% {
        box-shadow: var(--on-card-shadow-glow), 0 0 15px rgba(243, 156, 18, 0.2);
      }

      50% {
        box-shadow: var(--on-card-shadow-glow), 0 0 30px rgba(243, 156, 18, 0.45);
      }
    }

    .bridge-card {
      opacity: 0;
      transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .bridge-card.from-l {
      transform: translateX(-50px);
    }

    .bridge-card.from-r {
      transform: translateX(50px);
    }

    #bridge-diagram>.bridge-card:nth-of-type(2),
    #bridge-diagram>.bridge-card:nth-of-type(3) {
      transform: none;
      transition: opacity 0.55s ease;
    }

    .bridge-card.visible {
      opacity: 1;
      transform: translateX(0);
    }

    #bridge-diagram>.bridge-card:nth-of-type(2).visible,
    #bridge-diagram>.bridge-card:nth-of-type(3).visible {
      transform: none;
    }

    .bridge-diamond {
      opacity: 0;
      transform: rotate(45deg) scale(0);
      transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .bridge-diamond.visible {
      opacity: 1;
      transform: rotate(45deg) scale(1);
      animation: pulse-diamond 2.5s ease-in-out infinite;
    }

    .bridge-line {
      height: 0;
      transition: height 1.2s cubic-bezier(0.16, 1, 0.3, 1);
      overflow: hidden;
    }

    .bridge-line.visible {
      height: 100%;
    }

    .bridge-badge {
      appearance: none;
      -webkit-appearance: none;
      color: inherit;
      font: inherit;
      opacity: 0;
      transform: translateY(15px);
      box-shadow: var(--on-card-shadow-glow);
      transition: opacity 0.6s ease 0.2s, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
    }

    .bridge-badge.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .bridge-badge:focus-visible {
      outline: 3px solid #F39C12;
      outline-offset: 5px;
      box-shadow: 0 0 0 8px rgba(243, 156, 18, 0.22);
    }

    .flow-dot {
      position: absolute;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #F39C12;
      box-shadow: 0 0 8px rgba(243, 156, 18, 0.5);
      animation: data-flow-down 3s linear infinite;
    }



    .outcome-case-card {
      display: flex;
      flex-direction: column;
      gap: 24px;
      min-height: 100%;
      padding: 32px;
      background: #FFFFFF;
      border-top: 3px solid #16A085;
      border-radius: 8px;
      color: #00254B;
      font-family: 'Inter', sans-serif;
      text-decoration: none;
      cursor: pointer;
      transform: translate3d(0, 0, 0);
      backface-visibility: hidden;
      will-change: transform, box-shadow, opacity;
      box-shadow: var(--on-card-shadow-light);
      transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.34s ease, border-color 0.34s ease, background 0.34s ease, opacity 0.28s ease;
    }

    .outcome-case-card:hover {
      transform: translate3d(0, -4px, 0);
      box-shadow: var(--on-card-shadow-light-hover);
      outline: none;
    }

    .outcome-case-card:focus-visible {
      transform: translate3d(0, -4px, 0);
      box-shadow: var(--on-card-shadow-light-hover), 0 0 0 6px rgba(243, 156, 18, 0.22);
      outline: 3px solid #F39C12;
      outline-offset: 5px;
    }

    .outcome-card.outcome-card-intro {
      opacity: 0;
      transform: translate3d(0, 30px, 0);
    }

    .outcome-card.outcome-card-intro-running {
      transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .outcome-card-label {
      font-family: 'Poppins', sans-serif;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 1.7px;
      text-transform: uppercase;
      color: #00254B;
    }

    .outcome-quote-icon {
      position: absolute;
      top: 20px;
      right: 24px;
      font-family: 'Poppins', sans-serif;
      font-size: 72px;
      font-weight: 800;
      line-height: 1;
      color: #16A085;
      opacity: 0.16;
      pointer-events: none;
    }

    .outcome-key-stat {
      font-family: 'Inter', sans-serif;
      font-size: clamp(32px, 4vw, 48px);
      font-weight: 800;
      color: #00254B;
      line-height: 1;
    }

    .outcome-metric-stack {
      display: flex;
      flex-direction: column;
      gap: 8px;
      font-family: 'Poppins', sans-serif;
      font-size: clamp(26px, 3vw, 36px);
      line-height: 1.12;
      letter-spacing: -0.02em;
    }

    .outcome-metric-stack span {
      display: block;
    }

    .outcome-card-header {
      display: grid;
      gap: 14px;
      padding-bottom: 14px;
      border-bottom: 1px solid rgba(0, 37, 75, 0.12);
    }

    .outcome-card-topline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
    }

    .outcome-card-title-row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 14px;
    }

    .outcome-card-title-row .outcome-card-label {
      margin: 0;
    }

    .outcome-card-header-tag {
      display: inline-flex;
      align-items: center;
      min-height: 22px;
      padding: 5px 9px;
      border: 1px solid rgba(8, 122, 104, 0.18);
      background: rgba(255, 255, 255, 0.62);
      color: rgba(0, 37, 75, 0.62);
      font-family: 'Inter', sans-serif;
      font-size: 9px;
      font-weight: 900;
      line-height: 1;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .outcome-verified-case {
      position: relative;
      display: inline-grid;
      grid-template-columns: 32px auto;
      align-items: center;
      gap: 9px;
      min-height: 40px;
      padding: 4px 12px 4px 0;
      color: #00254B;
      font-family: 'Inter', sans-serif;
      line-height: 1;
      isolation: isolate;
      white-space: normal;
    }

    .outcome-verified-case::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 7px;
      right: 0;
      bottom: 7px;
      left: 18px;
      border: 1px solid rgba(0, 119, 204, 0.2);
      background:
        linear-gradient(90deg, rgba(0, 119, 204, 0.12), rgba(255, 255, 255, 0.58) 72%, rgba(255, 255, 255, 0));
      pointer-events: none;
    }

    .outcome-verified-case::after {
      content: "";
      position: absolute;
      z-index: -1;
      right: 8px;
      top: 50%;
      width: 26px;
      height: 1px;
      background: rgba(0, 119, 204, 0.34);
      transform: translateY(-50%);
      pointer-events: none;
    }

    .outcome-verified-mark {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 999px;
      border: 1px solid rgba(0, 119, 204, 0.32);
      background:
        radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.48), transparent 30%),
        linear-gradient(135deg, #004E88 0%, #0077CC 100%);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 10px 24px rgba(0, 77, 136, 0.18);
    }

    .outcome-verified-mark::before {
      content: "";
      position: absolute;
      inset: 5px;
      border: 1px solid rgba(255, 255, 255, 0.42);
      border-radius: inherit;
    }

    .outcome-verified-mark span {
      position: relative;
      color: #FFFFFF;
      font-size: 15px;
      font-weight: 900;
      line-height: 1;
    }

    .outcome-verified-copy {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 2px;
      padding-right: 28px;
      text-align: left;
    }

    .outcome-verified-copy strong,
    .outcome-verified-copy em {
      display: block;
      font-style: normal;
      line-height: 1;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .outcome-verified-copy strong {
      color: #0077CC;
      font-family: 'Inter', sans-serif;
      font-size: 8px;
      font-weight: 900;
      letter-spacing: 0.18em;
    }

    .outcome-verified-copy em {
      color: #00254B;
      font-family: 'Poppins', sans-serif;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.08em;
    }

    .outcome-programme-badge {
      position: relative;
      display: inline-grid;
      grid-template-columns: 28px auto;
      align-items: center;
      gap: 8px;
      min-height: 38px;
      padding: 4px 11px 4px 0;
      color: #00254B;
      font-family: 'Inter', sans-serif;
      line-height: 1;
      isolation: isolate;
      white-space: normal;
    }

    .outcome-programme-badge::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 7px;
      right: 0;
      bottom: 7px;
      left: 16px;
      border: 1px solid rgba(8, 122, 104, 0.22);
      background:
        linear-gradient(90deg, rgba(8, 122, 104, 0.13), rgba(255, 255, 255, 0.6) 72%, rgba(255, 255, 255, 0));
      pointer-events: none;
    }

    .outcome-programme-mark {
      position: relative;
      z-index: 1;
      width: 28px;
      height: 28px;
      border-radius: 999px;
      border: 1px solid rgba(8, 122, 104, 0.34);
      background:
        radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.55), transparent 30%),
        linear-gradient(135deg, #087A68 0%, #00CC99 100%);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        0 10px 24px rgba(8, 122, 104, 0.16);
    }

    .outcome-programme-mark::after {
      content: "";
      position: absolute;
      inset: 9px;
      border-radius: 999px;
      background: #FFFFFF;
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.32);
    }

    .outcome-programme-copy {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 2px;
      padding-right: 8px;
      text-align: left;
    }

    .outcome-programme-copy strong,
    .outcome-programme-copy em {
      display: block;
      font-style: normal;
      line-height: 1;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .outcome-programme-copy strong {
      color: #087A68;
      font-family: 'Inter', sans-serif;
      font-size: 8px;
      font-weight: 900;
      letter-spacing: 0.16em;
    }

    .outcome-programme-copy em {
      color: #00254B;
      font-family: 'Poppins', sans-serif;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.07em;
    }

    .outcome-card-identity {
      display: grid;
      grid-template-columns: 118px minmax(0, 1fr);
      align-items: center;
      gap: 18px;
    }

    .outcome-client-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 118px;
      height: 52px;
      padding: 8px 10px;
      border: 1px solid rgba(0, 37, 75, 0.09);
      background: rgba(255, 255, 255, 0.72);
    }

    .outcome-client-logo img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .outcome-case-heading {
      display: grid;
      gap: 4px;
    }

    .outcome-case-client {
      margin: 0;
      color: #00254B;
      font-family: 'Poppins', sans-serif;
      font-size: 21px;
      font-weight: 800;
      line-height: 1.15;
      letter-spacing: 0;
    }

    .outcome-context-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: -12px;
    }

    .outcome-context-tags span {
      display: inline-flex;
      align-items: center;
      min-height: 24px;
      padding: 5px 9px;
      border: 1px solid rgba(8, 122, 104, 0.2);
      background: rgba(8, 122, 104, 0.07);
      color: #087A68;
      font-family: 'Inter', sans-serif;
      font-size: 9px;
      font-weight: 900;
      line-height: 1;
      letter-spacing: 0.11em;
      text-transform: uppercase;
    }

    .outcome-card-header .outcome-context-tags {
      margin-top: 0;
    }

    .outcome-card-lede {
      margin: 2px 0 0;
      color: rgba(0, 37, 75, 0.72);
      font-family: 'Inter', sans-serif;
      font-size: 13.5px;
      font-weight: 600;
      line-height: 1.45;
      letter-spacing: 0;
    }

    .outcome-kpi-panel {
      display: grid;
      gap: 6px;
      padding: 13px 16px;
      border-left: 3px solid #16A085;
      background:
        linear-gradient(90deg, rgba(22, 160, 133, 0.09), rgba(255, 255, 255, 0) 78%),
        rgba(255, 255, 255, 0.54);
      box-shadow: inset 0 -1px 0 rgba(0, 37, 75, 0.08);
    }

    .outcome-kpi-caption {
      margin: 0;
      color: rgba(0, 37, 75, 0.62);
      font-family: 'Inter', sans-serif;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.35;
      letter-spacing: 0;
    }

    .outcome-card-section {
      display: grid;
      gap: 8px;
    }

    .outcome-card-section--compact {
      gap: 8px;
    }

    .outcome-section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #087A68;
      font-family: 'Inter', sans-serif;
      font-size: 10px;
      font-weight: 900;
      line-height: 1;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .outcome-section-kicker::after {
      content: "";
      display: inline-block;
      width: 32px;
      height: 1px;
      background: rgba(8, 122, 104, 0.45);
    }

    .outcome-card-proof {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      padding: 10px 0;
      border-top: 1px solid rgba(0, 37, 75, 0.1);
      border-bottom: 1px solid rgba(0, 37, 75, 0.1);
    }

    .outcome-card-proof span {
      display: flex;
      flex-direction: column;
      gap: 3px;
      min-width: 0;
      color: rgba(0, 37, 75, 0.68);
      font-family: 'Inter', sans-serif;
      font-size: 9px;
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .outcome-card-proof span + span {
      padding-left: 10px;
      border-left: 1px solid rgba(0, 37, 75, 0.1);
    }

    .outcome-card-proof strong {
      color: #00254B;
      font-family: 'Poppins', sans-serif;
      font-size: 16.5px;
      line-height: 1;
      letter-spacing: 0;
      text-transform: none;
      white-space: nowrap;
    }

    .outcome-card-proof--four {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .outcome-card-proof--four strong {
      font-size: 15px;
    }

    .outcome-card-proof--two {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .outcome-response-rail {
      display: grid;
      grid-template-columns: auto minmax(80px, 1fr) auto;
      align-items: center;
      gap: 10px;
      color: rgba(0, 37, 75, 0.68);
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.08em;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .outcome-response-rail strong {
      display: block;
      color: #00254B;
      font-family: 'Poppins', sans-serif;
      font-size: 15px;
      letter-spacing: 0;
      line-height: 1.05;
      text-transform: none;
      word-spacing: 0.08em;
    }

    .outcome-response-rail__track {
      position: relative;
      height: 4px;
      border-radius: 999px;
      background: rgba(0, 37, 75, 0.12);
      overflow: hidden;
    }

    .outcome-response-rail__track i {
      position: absolute;
      inset: 0 auto 0 0;
      width: 46%;
      border-radius: inherit;
      background: #16A085;
    }

    .outcome-mini-flow {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
      align-items: stretch;
      gap: 8px;
      padding: 8px 0 2px;
      background: transparent;
      border: 0;
    }

    .outcome-mini-flow::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 18px;
      height: 1px;
      background: linear-gradient(90deg, rgba(22, 160, 133, 0.12), rgba(22, 160, 133, 0.52), rgba(22, 160, 133, 0.12));
    }

    .outcome-mini-flow div {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 5px;
      min-width: 0;
      padding: 18px 0 0;
      border: 0;
      background: transparent;
    }

    .outcome-mini-flow div::before {
      content: "";
      position: absolute;
      top: 5px;
      left: 0;
      width: 9px;
      height: 9px;
      border: 2px solid #F8FCFB;
      border-radius: 999px;
      background: #16A085;
      box-shadow: 0 0 0 1px rgba(22, 160, 133, 0.45);
    }

    .outcome-mini-flow div span {
      color: #16A085;
      font-family: 'Inter', sans-serif;
      font-size: 9px;
      font-weight: 900;
      line-height: 1.2;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .outcome-mini-flow strong {
      color: #00254B;
      font-family: 'Inter', sans-serif;
      font-size: 11.5px;
      font-weight: 800;
      line-height: 1.32;
    }

    .outcome-mini-flow__arrow {
      align-self: center;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      border-radius: 999px;
      background: #16A085;
      color: #FFFFFF;
      font-size: 13px;
      font-weight: 900;
      line-height: 1;
    }

    .outcome-card--amsterdam {
      overflow: hidden;
      gap: 16px;
      padding: 28px;
      background:
        radial-gradient(circle at 92% 10%, rgba(22, 160, 133, 0.11), transparent 26%),
        linear-gradient(145deg, rgba(8, 122, 104, 0.08), rgba(255, 255, 255, 0) 48%),
        linear-gradient(180deg, #FFFFFF 0%, #F8FCFB 100%);
      box-shadow: var(--on-card-shadow-light);
    }

    .outcome-card--impacx {
      overflow: hidden;
      gap: 16px;
      padding: 28px;
      background:
        radial-gradient(circle at 94% 9%, rgba(0, 204, 153, 0.12), transparent 27%),
        linear-gradient(145deg, rgba(0, 204, 153, 0.08), rgba(255, 255, 255, 0) 52%),
        linear-gradient(180deg, #FFFFFF 0%, #F6FBFA 100%);
      box-shadow: var(--on-card-shadow-light);
    }

    .outcome-card--fenix {
      overflow: hidden;
      gap: 16px;
      padding: 28px;
      background:
        radial-gradient(circle at 92% 8%, rgba(0, 204, 153, 0.12), transparent 27%),
        linear-gradient(145deg, rgba(8, 122, 104, 0.08), rgba(255, 255, 255, 0) 52%),
        linear-gradient(180deg, #FFFFFF 0%, #F6FBFA 100%);
      box-shadow: var(--on-card-shadow-light);
    }

    .outcome-card--fenix::before {
      content: "";
      position: absolute;
      inset: 10px;
      border: 1px solid rgba(0, 37, 75, 0.06);
      border-radius: 5px;
      pointer-events: none;
    }

    .outcome-card--fenix .outcome-card-label {
      max-width: min(100%, 280px);
      color: #16A085;
      font-size: 12px;
      line-height: 1.28;
      letter-spacing: 1.5px;
    }

    .outcome-card--fenix .outcome-card-proof--two strong {
      font-size: 20px;
    }

    .outcome-card--fenix .outcome-description {
      margin-top: 2px;
      color: rgba(0, 37, 75, 0.82);
      font-size: 13.5px;
      line-height: 1.48;
    }

    .outcome-card--fenix .outcome-quote {
      margin-top: -2px;
      padding-left: 14px;
      border-left: 2px solid rgba(22, 160, 133, 0.42);
      color: rgba(0, 37, 75, 0.7);
      font-size: 13px;
      line-height: 1.45;
    }

    .outcome-card--fenix .outcome-attribution {
      line-height: 1.48;
      text-align: left !important;
      text-align-last: left !important;
      word-spacing: normal !important;
      hyphens: none !important;
    }

    .outcome-client-logo--fenix {
      padding: 8px 12px;
    }

    .outcome-card--impacx::before {
      content: "";
      position: absolute;
      inset: 10px;
      border: 1px solid rgba(0, 51, 102, 0.07);
      border-radius: 5px;
      pointer-events: none;
    }

    .outcome-card--impacx .outcome-card-label {
      max-width: min(100%, 270px);
      color: #16A085;
      font-size: 12px;
      line-height: 1.28;
      letter-spacing: 1.5px;
    }

    .outcome-card--impacx .outcome-card-proof--two strong {
      font-size: 20px;
    }

    .outcome-card--impacx .outcome-description {
      margin-top: 2px;
      color: rgba(0, 37, 75, 0.82);
      font-size: 13.5px;
      line-height: 1.48;
    }

    .outcome-card--impacx .outcome-quote {
      margin-top: -2px;
      padding-left: 14px;
      border-left: 2px solid rgba(22, 160, 133, 0.42);
      color: rgba(0, 37, 75, 0.7);
      font-size: 13px;
      line-height: 1.45;
    }

    .outcome-card--impacx .outcome-attribution {
      line-height: 1.48;
      text-align: left !important;
      text-align-last: left !important;
      word-spacing: normal !important;
      hyphens: none !important;
    }

    .outcome-client-logo--impacx {
      padding: 7px 12px;
    }

    .outcome-card--amsterdam::before {
      content: "";
      position: absolute;
      inset: 10px;
      border: 1px solid rgba(0, 37, 75, 0.06);
      border-radius: 5px;
      pointer-events: none;
    }

    .outcome-card--amsterdam .outcome-card-label {
      color: #16A085;
    }

    .outcome-card--amsterdam .outcome-metric-stack {
      margin-top: -2px;
      font-size: 31px;
      letter-spacing: 0;
    }

    .outcome-card--amsterdam .outcome-description {
      margin-top: 2px;
      color: rgba(0, 37, 75, 0.82);
      font-size: 13.5px;
      line-height: 1.48;
    }

    .outcome-card--amsterdam .outcome-quote {
      margin-top: -2px;
      padding-left: 14px;
      border-left: 2px solid rgba(22, 160, 133, 0.42);
      color: rgba(0, 37, 75, 0.7);
      font-size: 13px;
      line-height: 1.45;
    }

    .outcome-card--amsterdam .outcome-attribution {
      line-height: 1.48;
      text-align: left !important;
      text-align-last: left !important;
      word-spacing: normal !important;
      hyphens: none !important;
    }

    .outcome-card-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-top: auto;
      padding-top: 12px;
      border-top: 1px solid rgba(0, 37, 75, 0.12);
    }

    .outcome-card-footer .outcome-source,
    .outcome-card-footer .outcome-case-link {
      margin: 0;
    }

    .outcome-card-footer .outcome-case-link {
      flex: 0 0 auto;
      white-space: nowrap;
    }

    @media (max-width: 900px) {
      .outcome-card--amsterdam {
        gap: 16px;
        padding: 28px;
      }

      .outcome-card--impacx {
        gap: 16px;
        padding: 28px;
      }

      .outcome-card--fenix {
        gap: 16px;
        padding: 28px;
      }

      .outcome-card--amsterdam .outcome-metric-stack {
        font-size: 25px;
      }

      .outcome-mini-flow {
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 0;
      }

      .outcome-mini-flow::before {
        display: none;
      }

      .outcome-mini-flow div {
        padding: 0 0 0 16px;
        border-left: 1px solid rgba(22, 160, 133, 0.28);
      }

      .outcome-mini-flow div::before {
        top: 2px;
        left: -5px;
      }

      .outcome-mini-flow__arrow {
        justify-self: start;
        width: 18px;
        height: 18px;
        margin-left: 16px;
        transform: rotate(90deg);
      }
    }

    @media (max-width: 640px) {
      .outcome-card-header {
        gap: 10px;
        padding-bottom: 14px;
      }

      .outcome-card-title-row {
        flex-direction: column;
        gap: 8px;
      }

      .outcome-card-topline {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
      }

      .outcome-card--amsterdam .outcome-card-header,
      .outcome-card--fenix .outcome-card-header,
      .outcome-card--impacx .outcome-card-header {
        gap: 15px;
      }

      .outcome-card--amsterdam .outcome-card-topline {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px;
      }

      .outcome-card--fenix .outcome-card-topline {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px;
      }

      .outcome-card--impacx .outcome-card-topline {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px;
      }

      .outcome-card--amsterdam .outcome-card-label {
        margin: 0;
        font-size: 11px;
        line-height: 1.15;
        letter-spacing: 1.4px;
        text-align: left !important;
      }

      .outcome-card--fenix .outcome-card-label {
        margin: 0;
        max-width: 100%;
        font-size: 10px;
        line-height: 1.2;
        letter-spacing: 1.1px;
        text-align: left !important;
      }

      .outcome-card--impacx .outcome-card-label {
        margin: 0;
        max-width: 100%;
        font-size: 10px;
        line-height: 1.2;
        letter-spacing: 1.1px;
        text-align: left !important;
      }

      .outcome-card--amsterdam .outcome-verified-case {
        grid-template-columns: 28px auto;
        gap: 7px;
        min-height: 34px;
        padding: 3px 9px 3px 0;
      }

      .outcome-card--impacx .outcome-verified-case {
        grid-template-columns: 28px auto;
        gap: 7px;
        min-height: 34px;
        padding: 3px 9px 3px 0;
      }

      .outcome-card--amsterdam .outcome-verified-case::before {
        top: 5px;
        bottom: 5px;
        left: 15px;
      }

      .outcome-card--impacx .outcome-verified-case::before {
        top: 5px;
        bottom: 5px;
        left: 15px;
      }

      .outcome-card--amsterdam .outcome-verified-case::after {
        display: none;
      }

      .outcome-card--impacx .outcome-verified-case::after {
        display: none;
      }

      .outcome-card--amsterdam .outcome-verified-mark {
        width: 28px;
        height: 28px;
      }

      .outcome-card--impacx .outcome-verified-mark {
        width: 28px;
        height: 28px;
      }

      .outcome-card--amsterdam .outcome-verified-copy {
        gap: 1px;
        padding-right: 8px;
      }

      .outcome-card--impacx .outcome-verified-copy {
        gap: 1px;
        padding-right: 8px;
      }

      .outcome-card--amsterdam .outcome-verified-copy strong {
        font-size: 7px;
        letter-spacing: 0.15em;
      }

      .outcome-card--impacx .outcome-verified-copy strong {
        font-size: 7px;
        letter-spacing: 0.15em;
      }

      .outcome-card--amsterdam .outcome-verified-copy em {
        font-size: 10px;
      }

      .outcome-card--impacx .outcome-verified-copy em {
        font-size: 10px;
      }

      .outcome-card-identity {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 14px;
      }

      .outcome-card--amsterdam .outcome-card-identity {
        grid-template-columns: 92px minmax(0, 1fr);
        align-items: start;
        gap: 14px;
      }

      .outcome-card--impacx .outcome-card-identity {
        grid-template-columns: 92px minmax(0, 1fr);
        align-items: start;
        gap: 14px;
      }

      .outcome-card--fenix .outcome-card-identity {
        grid-template-columns: 92px minmax(0, 1fr);
        align-items: start;
        gap: 14px;
      }

      .outcome-client-logo {
        width: 96px;
        height: 46px;
        padding: 7px 8px;
      }

      .outcome-card--amsterdam .outcome-client-logo {
        width: 92px;
        height: 46px;
      }

      .outcome-card--impacx .outcome-client-logo {
        width: 92px;
        height: 46px;
      }

      .outcome-card--fenix .outcome-client-logo {
        width: 92px;
        height: 46px;
      }

      .outcome-card--amsterdam .outcome-case-heading {
        gap: 5px;
        min-width: 0;
        text-align: left;
      }

      .outcome-card--fenix .outcome-case-heading {
        gap: 5px;
        min-width: 0;
        text-align: left;
      }

      .outcome-card--impacx .outcome-case-heading {
        gap: 5px;
        min-width: 0;
        text-align: left;
      }

      .outcome-card--amsterdam .outcome-case-client,
      .outcome-card--amsterdam .outcome-card-lede,
      .outcome-card--fenix .outcome-case-client,
      .outcome-card--fenix .outcome-card-lede,
      .outcome-card--impacx .outcome-case-client,
      .outcome-card--impacx .outcome-card-lede {
        text-align: left !important;
        text-align-last: left !important;
        word-spacing: normal !important;
      }

      .outcome-card--amsterdam .outcome-card-lede {
        margin-top: 0;
        line-height: 1.38;
      }

      .outcome-card--fenix .outcome-card-lede {
        margin-top: 0;
        line-height: 1.38;
      }

      .outcome-card--impacx .outcome-card-lede {
        margin-top: 0;
        line-height: 1.38;
      }

      .outcome-context-tags {
        gap: 6px;
      }

      .outcome-context-tags span {
        min-height: 21px;
        padding: 4px 7px;
        font-size: 8px;
      }

      .outcome-card-proof {
        gap: 6px;
      }

      .outcome-card-proof span {
        font-size: 8px;
      }

      .outcome-card-proof span + span {
        padding-left: 6px;
      }

      .outcome-card-proof strong {
        font-size: 14px;
      }

      .outcome-mini-flow {
        gap: 7px;
      }

      .outcome-response-rail {
        grid-template-columns: auto minmax(54px, 1fr) auto;
        align-items: center;
        gap: 8px;
      }

      .outcome-response-rail__track {
        width: 100%;
      }

      .outcome-response-rail strong {
        font-size: 13px;
      }

      .outcome-response-rail span {
        font-size: 8px;
      }

      .outcome-mini-flow div {
        padding-left: 16px;
      }

      .outcome-mini-flow div::before {
        top: 2px;
        left: -5px;
      }

      .outcome-mini-flow__arrow {
        justify-self: start;
        width: 18px;
        height: 18px;
        margin-left: 16px;
        transform: rotate(90deg);
      }

      .outcome-card--amsterdam .outcome-metric-stack {
        font-size: 24px;
      }

      .outcome-case-client {
        font-size: 18px;
      }

      .outcome-kpi-panel {
        padding: 14px 14px;
      }

      .outcome-card-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
      }
    }

    .outcome-ring-stat {
      display: block;
      max-width: 78px;
      font-size: clamp(23px, 2.1vw, 30px) !important;
      letter-spacing: -0.06em;
      line-height: 0.95;
      text-align: center;
      white-space: nowrap;
      font-variant-numeric: tabular-nums;
    }

    .outcome-description,
    .outcome-quote {
      font-family: 'Inter', sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.68;
      color: rgba(0, 37, 75, 0.86);
      text-align: left !important;
      text-align-last: left !important;
      hyphens: none;
      word-spacing: normal;
    }

    .outcome-quote {
      font-style: italic;
      color: rgba(0, 37, 75, 0.78);
    }

    .outcome-attribution {
      font-family: 'Inter', sans-serif;
      font-size: 13.5px;
      font-weight: 600;
      color: rgba(0, 37, 75, 0.82);
    }

    .outcome-source {
      font-family: 'Inter', sans-serif;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #16A085;
    }

    .outcome-case-link {
      margin-top: auto;
      display: inline-flex;
      align-items: center;
      font-family: 'Inter', sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: #16A085;
      text-decoration: none;
      width: fit-content;
      position: relative;
      transform: translate3d(0, 0, 0);
      transition: color 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .outcome-case-link::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -4px;
      height: 1px;
      background: currentColor;
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
    }

    #outcomes-section .outcome-case-card .text-white {
      color: #00254B !important;
    }

    #outcomes-section .outcome-case-card .outcome-description,
    #outcomes-section .outcome-case-card .outcome-quote {
      text-align: left !important;
      text-align-last: left !important;
      hyphens: none !important;
      word-spacing: normal !important;
    }

    #outcomes-section .outcome-case-card .bg-white {
      background-color: rgba(0, 37, 75, 0.28) !important;
    }

    #outcomes-section .outcome-case-card .progress-ring circle:first-child {
      stroke: rgba(0, 37, 75, 0.16);
    }

    #outcomes-section .outcome-case-card .converge-line {
      background-color: rgba(0, 37, 75, 0.32) !important;
    }

    .outcome-case-card:hover .outcome-case-link,
    .outcome-case-card:focus-visible .outcome-case-link {
      color: #087A68;
      text-decoration: none;
      transform: translate3d(4px, 0, 0);
    }

    .outcome-case-card:hover .outcome-case-link::after,
    .outcome-case-card:focus-visible .outcome-case-link::after,
    .outcome-case-card.is-leaving .outcome-case-link::after {
      transform: scaleX(1);
    }

    .outcome-case-card.is-leaving {
      border-color: #F39C12;
      box-shadow: var(--on-card-shadow-light-hover);
      transform: translate3d(0, -4px, 0);
      transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.34s ease, border-color 0.34s ease;
    }

    body.outcome-transitioning {
      pointer-events: none;
    }

    body.outcome-transitioning::after {
      content: "";
      position: fixed;
      inset: 0;
      z-index: 10000;
      pointer-events: none;
      background: linear-gradient(135deg, #00254B 0%, #003B62 58%, #087A68 140%);
      transform: translateY(100%);
      animation: outcome-page-cover 0.52s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

    body.outcome-transitioning #outcome-cards .outcome-case-card:not(.is-leaving) {
      opacity: 0.58;
      transition: opacity 0.28s ease;
    }

    @media (prefers-reduced-motion: no-preference) {
      #outcomes-section .outcome-card.animated .outcome-card-lede,
      #outcomes-section .outcome-card.animated .outcome-kpi-panel,
      #outcomes-section .outcome-card.animated .outcome-card-proof,
      #outcomes-section .outcome-card.animated .outcome-description,
      #outcomes-section .outcome-card.animated .outcome-quote,
      #outcomes-section .outcome-card.animated .outcome-attribution,
      #outcomes-section .outcome-card.animated > .outcome-source,
      #outcomes-section .outcome-card.animated > .outcome-case-link,
      #outcomes-section .outcome-card.animated .outcome-card-footer {
        animation: outcome-body-reveal 0.72s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      #outcomes-section .outcome-card.animated .outcome-card-lede,
      #outcomes-section .outcome-card.animated .outcome-kpi-panel {
        animation-delay: 0.08s;
      }

      #outcomes-section .outcome-card.animated .outcome-card-proof,
      #outcomes-section .outcome-card.animated .outcome-description {
        animation-delay: 0.18s;
      }

      #outcomes-section .outcome-card.animated .outcome-quote {
        animation-delay: 0.28s;
      }

      #outcomes-section .outcome-card.animated .outcome-attribution {
        animation-delay: 0.36s;
      }

      #outcomes-section .outcome-card.animated > .outcome-source,
      #outcomes-section .outcome-card.animated > .outcome-case-link,
      #outcomes-section .outcome-card.animated .outcome-card-footer {
        animation-delay: 0.44s;
      }
    }

    @keyframes outcome-body-reveal {
      from {
        opacity: 0;
        transform: translate3d(0, 14px, 0);
      }

      to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
      }
    }

    @keyframes outcome-page-cover {
      to {
        transform: translateY(0);
      }
    }

    /* Outcome card minimal visuals */
    .progress-ring {
      transform: rotate(-90deg);
    }

    .progress-ring circle.ring-fill {
      stroke-dasharray: 283;
      stroke-dashoffset: 283;
      transition: stroke-dashoffset 1.8s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .outcome-card.animated .ring-fill {
      stroke-dashoffset: 71;
    }

    .converge-line {
      transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .converge-line.l1 {
      transform: translateY(-8px);
      opacity: 0.3;
    }

    .converge-line.l2 {
      transform: translateY(0);
      opacity: 0.3;
    }

    .converge-line.l3 {
      transform: translateY(8px);
      opacity: 0.3;
    }

    .outcome-card.animated .converge-line.l1,
    .outcome-card.animated .converge-line.l2,
    .outcome-card.animated .converge-line.l3 {
      transform: translateY(0);
      opacity: 1;
    }

    .chevron-down {
      opacity: 0;
      transform: translateY(-10px);
      transition: opacity 0.6s ease 0.3s, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
    }

    .outcome-card.animated .chevron-down {
      opacity: 1;
      transform: translateY(0);
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    @media (prefers-reduced-motion: reduce) {

      *,
      *::before,
      *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
      }

      .hero-cta::before,
      .hero-cta::after {
        animation: none !important;
        opacity: 0 !important;
      }
    }

    /* Keep browser smooth scrolling disabled so the custom lerp engine owns scroll motion. */
    html,
    body {
      scroll-behavior: auto;
    }

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

/* Extracted <style> block 2 from index.html */
@keyframes dataFlow {
      0% {
        offset-distance: 100%;
        opacity: 0;
      }

      20% {
        opacity: 1;
      }

      80% {
        opacity: 1;
      }

      100% {
        offset-distance: 0%;
        opacity: 0;
      }
    }

    .data-packet {
      offset-rotate: auto;
      animation: dataFlow 3.5s linear infinite;
    }

    .high-fidelity-glass {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(16px);
      border-top: 2px solid #16A085;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    }

.csp-index-001 { background: rgba(255, 255, 255, 1); backdrop-filter: blur(24px) saturate(1.4); -webkit-backdrop-filter: blur(24px) saturate(1.4); border-bottom: 1px solid rgba(0,0,0,0.08); box-shadow: 0 4px 30px rgba(0,37,75,0.06); }

.csp-index-002 { width: clamp(98px, 8.4vw, 147px); }

.csp-index-003 { opacity: 1; }

.csp-index-004 { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(0, 21, 43, 0.76) 0%, rgba(0, 37, 75, 0.66) 42%, rgba(0, 21, 43, 0.8) 100%); }

.csp-index-005 { font-family: 'Inter', sans-serif; font-size: clamp(11px, 1.2vw, 13px); font-weight: 700; letter-spacing: 3px; }

.csp-index-006 { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(28px, 4vw, 52px); }

.csp-index-007 { font-family: 'Inter', sans-serif; font-size: clamp(15px, 1.6vw, 18px); font-weight: 400; }

.csp-index-008 { font-family: 'Inter', sans-serif; font-size: clamp(15px, 1.6vw, 18px); font-weight: 700; }

.csp-index-009 { transition-delay: 0.1s; }

.csp-index-010 { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(36px, 5vw, 64px); }

.csp-index-011 { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(36px, 5vw, 64px); }

.csp-index-012 { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(36px, 5vw, 64px); }

.csp-index-013 { background-image: linear-gradient(rgba(255,255,255,0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.5) 1px, transparent 1px); background-size: 40px 40px; pointer-events: none; }

.csp-index-014 { transition-delay: 0.1s; }

.csp-index-015 { transition-delay: 0.3s; }

.csp-index-016 { transition-delay: 0.5s; animation: pulse-disconnect 2.5s ease-in-out infinite; box-shadow: 0 0 15px rgba(243,156,18,0.15); }

.csp-index-017 { transition-delay: 0.3s; }

.csp-index-018 { transition-delay: 0.5s; }

.csp-index-019 { transition-delay: 0.7s; animation: pulse-disconnect 2.5s ease-in-out infinite 0.5s; box-shadow: 0 0 15px rgba(243,156,18,0.15); }

.csp-index-020 { transition-delay: 0.5s; }

.csp-index-021 { aspect-ratio: 560/500; }

.csp-index-022 { offset-path: path('M 280,126 L 280,275'); animation-delay: 0s; filter: drop-shadow(0 0 6px rgba(243,156,18,0.6)); }

.csp-index-023 { offset-path: path('M 106,358 L 280,275'); animation-delay: 1s; filter: drop-shadow(0 0 6px rgba(243,156,18,0.6)); }

.csp-index-024 { offset-path: path('M 454,358 L 280,275'); animation-delay: 2s; filter: drop-shadow(0 0 6px rgba(243,156,18,0.6)); }

.csp-index-025 { top: 6.2%; left: 31.5%; width: 37%; height: auto; aspect-ratio: 37 / 18; transition-delay: 0s; }

.csp-index-026 { font-size: clamp(6px, 1.65vw, 9px); letter-spacing: 0.18em; }

.csp-index-027 { top: 71.6%; left: 0; width: 33%; height: auto; aspect-ratio: 33 / 18.5; transition-delay: 0.4s; }

.csp-index-028 { font-size: clamp(5px, 1.15vw, 7.5px); letter-spacing: 0.08em; line-height: 1.12; }

.csp-index-029 { font-size: clamp(10px, 3.1vw, 18px); }

.csp-index-030 { font-size: clamp(6px, 1.75vw, 10px); }

.csp-index-031 { top: 71.6%; left: 67%; width: 33%; height: auto; aspect-ratio: 33 / 18.5; transition-delay: 0.8s; }

.csp-index-032 { font-size: clamp(5px, 1.15vw, 7.5px); letter-spacing: 0.08em; line-height: 1.12; }

.csp-index-033 { font-size: clamp(10px, 3.1vw, 18px); }

.csp-index-034 { font-size: clamp(6px, 1.75vw, 10px); }

.csp-index-035 { top: 55%; left: 50%; transform: translate(-50%, -50%); width: clamp(78px, 19%, 108px); }

.csp-index-036 { transition-delay: 0.5s; animation: glow-ring 3s ease-in-out infinite; backdrop-filter: blur(8px); }

.csp-index-037 { width: clamp(52px, 90%, 85px); }

.csp-index-038 { overflow: visible; }

.csp-index-039 { transition-delay: 0.1s; }

.csp-index-040 { transition-delay: 0.2s; }

.csp-index-041 { transition-delay: 0.3s; }

.csp-index-042 { transition-delay: 0.4s; }

.csp-index-043 { transition-delay: 0.5s; }

.csp-index-044 { padding-left: 48px; }

.csp-index-045 { opacity:0.04; }

.csp-index-046 { opacity:0.04; }

.csp-index-047 { opacity:0.04; }

.csp-index-048 { opacity:0.04; }

.csp-index-049 { opacity:0.04; }

.csp-index-050 { align-self: flex-start; position: sticky; top: 80px; }

.csp-index-051 { height: calc(100vh - 140px); min-height: 500px; }

.csp-index-052 { border-top: none; box-shadow: 0 12px 32px rgba(44,63,80,0.15); }

.csp-index-053 { opacity:0.14; }

.csp-index-054 { border-top: none; box-shadow: 0 12px 32px rgba(44,63,80,0.15); }

.csp-index-055 { opacity:0.14; }

.csp-index-056 { border-top: none; box-shadow: 0 12px 32px rgba(44,63,80,0.15); }

.csp-index-057 { opacity:0.14; }

.csp-index-058 { border-top: none; box-shadow: 0 12px 32px rgba(44,63,80,0.15); }

.csp-index-059 { opacity:0.14; }

.csp-index-060 { border-top: none; box-shadow: 0 12px 32px rgba(44,63,80,0.15); }

.csp-index-061 { opacity:0.14; }

.csp-index-062 { border-top: none; box-shadow: 0 12px 32px rgba(44,63,80,0.15); }

.csp-index-063 { opacity:0.14; }

.csp-index-064 { stroke-dasharray: 280; stroke-dashoffset: 280; transition: stroke-dashoffset 1.5s cubic-bezier(0.16,1,0.3,1) 0.5s; }

.csp-index-065 { opacity:0; transition: opacity 1s ease 1s; }

.csp-index-066 { font-size:9px; }

.csp-index-067 { width: 30%; opacity: 0.25; }

.csp-index-068 { font-size:9px; }

.csp-index-069 { stroke-dasharray: 280; stroke-dashoffset: 280; transition: stroke-dashoffset 1.5s cubic-bezier(0.16,1,0.3,1) 0.5s; }

.csp-index-070 { opacity:0; transition: opacity 1s ease 1s; }

.csp-index-071 { width: clamp(190px, 18vw, 280px); }

.csp-index-072 { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 400; color: #FFFFFF; }

.csp-index-073 { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 400; color: #FFFFFF; }

.csp-index-074 { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 400; color: #FFFFFF; }

.csp-index-075 { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 400; color: #FFFFFF; }

.csp-index-076 { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 400; color: #FFFFFF; }

.csp-index-077 { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 400; color: #FFFFFF; }

.csp-index-078 { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 400; color: #FFFFFF; }

.csp-index-079 { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 400; color: #FFFFFF; }

#contact .flex.items-center.justify-center > div:first-child,
#contact .flex.items-center.justify-center > div:last-child {
  height: 1px !important;
}

/* Responsive homepage hardening: alignment and overflow guards. */
*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
canvas,
video {
  max-width: 100%;
}

main,
main section,
main header,
main footer,
main [class*="grid"],
main [class*="flex"],
main [class*="grid"] > *,
main [class*="flex"] > *,
.max-w-7xl,
.max-w-4xl,
.max-w-3xl,
.hero-content,
.solution-section .lg\:col-span-5,
.solution-section .lg\:col-span-7,
#outcome-cards,
#why-cards-grid,
.outcome-case-card,
.why-card {
  min-width: 0;
}

nav[aria-label="Main navigation"] {
  gap: clamp(14px, 2vw, 32px);
  min-width: 0;
}

nav[aria-label="Main navigation"] > a,
nav[aria-label="Main navigation"] > button {
  flex: 0 0 auto;
}

nav[aria-label="Main navigation"] > div {
  min-width: 0;
  flex: 1 1 auto;
  justify-content: center;
}

nav[aria-label="Main navigation"] .nav-link {
  flex: 0 0 auto;
  letter-spacing: 0;
  white-space: nowrap;
}

nav[aria-label="Main navigation"] > a[href="contact/"] {
  line-height: 1.2;
  white-space: nowrap;
}

nav[aria-label="Main navigation"] img[alt="OnModus Logo"] {
  width: clamp(138px, 10vw, 178px) !important;
  min-width: 0 !important;
}

.hero-screen {
  min-height: 100svh;
  min-height: 100dvh;
}

.hero-content {
  width: min(calc(100% - clamp(32px, 7vw, 96px)), 980px);
  min-height: auto;
  padding: clamp(96px, 12svh, 132px) clamp(16px, 4vw, 48px) clamp(92px, 12svh, 132px);
}

.hero-screen h1 {
  max-width: min(100%, 13ch);
  font-size: clamp(52px, 5.9vw, 86px);
  overflow-wrap: normal;
  word-break: keep-all;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-divider {
  margin: clamp(18px, 2.2vw, 24px) auto;
}

.hero-screen h2 {
  width: min(100%, 760px);
  max-width: min(100%, 760px);
  font-size: clamp(18px, 1.45vw, 22px);
  overflow-wrap: break-word;
}

.hero-screen p {
  max-width: min(100%, 660px);
  font-size: clamp(14px, 1.05vw, 16px);
  overflow-wrap: break-word;
}

.hero-cta,
main a.bg-brand-gold {
  min-height: 44px;
  max-width: 100%;
  overflow-wrap: normal;
  white-space: nowrap;
}

.reality-body-copy,
.reality-card-copy,
#three-level-copy,
.solution-section .solution-copy,
#methodology-section .method-step p,
#methodology-section .lg\:hidden p,
#why-section .why-card p,
.outcomes-intro-copy,
.outcome-description,
.outcome-quote,
.outcome-attribution,
.outcome-card-lede,
.footer-contact p,
.footer-contact a {
  overflow-wrap: break-word;
  word-break: normal;
}

#three-levels-diagram,
#bridge-diagram,
#methodology-section,
#methodology-section .lg\:hidden,
.trusted-by,
.trusted-by__marquee,
.trusted-by__row,
.outcome-case-card,
.why-card,
footer {
  max-width: 100%;
  overflow-x: clip;
}

#bridge-diagram {
  margin-inline: auto;
}

.trusted-by__marquee {
  width: 100%;
  margin-left: 0;
  transform: none;
}

#bridge-diagram .bridge-card,
#bridge-diagram .bridge-card > div,
#bridge-diagram .bridge-badge {
  min-width: 0;
}

#bridge-diagram .bridge-card .bridge-label,
#bridge-diagram .bridge-card .bridge-card-title,
#bridge-diagram .bridge-card .bridge-question,
#three-levels-diagram .level-card span,
#three-levels-diagram .level-card .level-card-title {
  max-width: 100%;
}

#why-cards-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}

#why-section .why-card h3,
#why-section .why-card p {
  max-width: 100%;
}

#outcome-cards {
  align-items: stretch;
}

.outcome-case-card > *,
.outcome-card-header,
.outcome-card-topline,
.outcome-card-identity,
.outcome-case-heading,
.outcome-programme-badge,
.outcome-kpi-panel,
.outcome-card-proof,
.outcome-response-rail,
.outcome-mini-flow,
.outcome-card-footer {
  min-width: 0;
}

.outcome-case-link,
.outcome-source,
.outcome-card-label,
.outcome-section-kicker {
  max-width: 100%;
}

.outcome-case-link {
  white-space: normal;
  overflow-wrap: break-word;
}

.footer-contact {
  width: min(100%, 560px);
  min-width: 0;
}

.footer-contact a {
  max-width: 100%;
}

.footer-legal {
  min-width: 0;
}

@media (min-width: 1024px) and (max-width: 1180px) {
  nav[aria-label="Main navigation"] {
    padding-inline: clamp(20px, 2.8vw, 32px) !important;
    gap: clamp(14px, 1.4vw, 20px);
  }

  nav[aria-label="Main navigation"] img[alt="OnModus Logo"] {
    width: clamp(128px, 11.5vw, 145px) !important;
  }

  nav[aria-label="Main navigation"] > div {
    gap: clamp(16px, 1.9vw, 24px) !important;
  }

  nav[aria-label="Main navigation"] .nav-link {
    font-size: clamp(12px, 1.08vw, 13px);
    line-height: 1.15;
  }

  nav[aria-label="Main navigation"] > a[href="contact/"] {
    padding: 10px 22px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 1023px) {
  nav[aria-label="Main navigation"] {
    padding-inline: clamp(20px, 5vw, 48px) !important;
    padding-block: clamp(14px, 3vw, 20px) !important;
  }

  nav[aria-label="Main navigation"] img[alt="OnModus Logo"] {
    width: clamp(138px, 32vw, 170px) !important;
    max-width: calc(100vw - 128px);
  }

  #mobile-menu-toggle {
    width: 44px;
    height: 44px;
  }

  #mobile-menu-panel {
    max-width: 100vw;
    overflow-x: hidden;
  }

  #mobile-menu-panel.is-open {
    transform: translateX(0) !important;
  }

  #mobile-menu-panel .mobile-link {
    font-size: clamp(22px, 5.8vw, 28px);
    line-height: 1.15;
  }

  .hero-content {
    width: min(calc(100% - clamp(28px, 7vw, 56px)), 780px);
    padding-top: clamp(92px, 12svh, 124px);
    padding-bottom: clamp(90px, 11svh, 120px);
  }

  .hero-screen h1 {
    font-size: clamp(44px, 7.4vw, 62px);
  }

  .hero-screen h2 {
    width: min(100%, 620px);
    max-width: min(100%, 620px);
    font-size: clamp(18px, 2.4vw, 21px);
  }

  .hero-screen p {
    max-width: min(100%, 520px);
    font-size: clamp(14px, 2vw, 16px);
  }

  #case-studies > .max-w-7xl > .grid,
  .solution-section > .max-w-7xl {
    gap: clamp(44px, 8vw, 72px) !important;
  }

  #bridge-diagram {
    max-width: min(100%, 520px);
  }

  .csp-index-051 {
    height: auto;
    min-height: 460px;
  }
}

@media (max-width: 900px) {
  #outcome-cards {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .outcome-case-card {
    padding: clamp(24px, 5vw, 32px);
  }

  .outcome-card-proof span,
  .outcome-card-proof strong {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

@media (max-width: 768px) {
  .hero-content {
    width: min(calc(100% - 32px), 560px);
  }

  #three-levels-diagram .level-card .flex.items-center > div:last-child span:first-child,
  #three-levels-diagram .level-card .flex.items-center > div:last-child span:last-child {
    white-space: normal;
    overflow-wrap: break-word;
  }

  #three-levels-diagram .level-card > div {
    grid-template-columns: minmax(0, 1fr) minmax(88px, 112px) !important;
  }

  .three-level-toggle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #bridge-diagram .bridge-card .bridge-label,
  #bridge-diagram .bridge-card .bridge-card-title,
  #bridge-diagram .bridge-card .bridge-question {
    overflow-wrap: anywhere;
  }

  .outcome-card-footer .outcome-case-link {
    flex: 1 1 auto;
    white-space: normal;
  }

  .footer-contact p,
  .footer-contact a {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .hero-content {
    padding-top: clamp(88px, 12svh, 112px);
    padding-bottom: clamp(88px, 11svh, 112px);
  }

  .hero-screen h1 {
    font-size: clamp(38px, 10vw, 48px);
  }

  .hero-divider {
    margin: 18px auto;
  }

  .hero-screen h2 {
    width: min(100%, 360px);
    max-width: min(100%, 360px);
  }

  .hero-screen p {
    max-width: min(100%, 320px);
  }

  .hero-cta {
    padding-inline: 28px;
  }

  .outcome-card-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .outcome-card-proof--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .outcome-card-proof--four span {
    padding-left: 0;
    border-left: 0;
  }

  .outcome-card-proof--four span:nth-child(even) {
    padding-left: 8px;
    border-left: 1px solid rgba(0, 37, 75, 0.1);
  }

  .outcome-card-proof strong,
  .outcome-ring-stat,
  .outcome-key-stat {
    white-space: normal;
  }

  .outcome-card--amsterdam .outcome-metric-stack {
    font-size: clamp(21px, 6vw, 24px);
  }

  footer .max-w-7xl {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-content {
    width: min(calc(100% - 28px), 420px);
    padding-inline: 14px;
  }

  .hero-screen h1 {
    font-size: clamp(34px, 9.6vw, 39px);
  }

  .hero-screen h2 {
    font-size: clamp(17px, 4.8vw, 18px);
  }

  .hero-screen p {
    font-size: 14px;
    max-width: min(100%, 300px);
  }

  .hero-cta {
    min-width: min(100%, 204px);
    padding-inline: 22px;
  }

  #three-levels-diagram .level-card > div {
    grid-template-columns: minmax(0, 1fr) minmax(78px, 100px) !important;
  }

  .outcome-card--amsterdam .outcome-card-topline,
  .outcome-card--fenix .outcome-card-topline,
  .outcome-card--impacx .outcome-card-topline {
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: start !important;
  }

  .outcome-card--amsterdam .outcome-verified-case {
    position: relative;
    z-index: 3;
    transform: translateY(52px);
  }

  .outcome-card-identity {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .outcome-card--amsterdam .outcome-verified-case,
  .outcome-card--fenix .outcome-programme-badge,
  .outcome-client-logo {
    justify-self: start;
  }
}

@media (max-height: 760px) and (min-width: 1024px) {
  .hero-content {
    padding-top: 94px;
    padding-bottom: 88px;
  }

  .hero-screen h1 {
    font-size: clamp(54px, 5.2vw, 72px);
  }

  .hero-divider {
    margin: 16px auto;
  }

  .hero-cta {
    margin-top: 22px;
  }

  .hero-scroll-label + div {
    height: 36px;
  }
}

@media (max-height: 640px) {
  .hero-scroll-label,
  .hero-scroll-label + div {
    display: none;
  }
}

/* Solution section reference composition */
@media (min-width: 1180px) {
  .solution-section {
    min-height: clamp(640px, 44vw, 700px);
    padding: clamp(96px, 7.4vw, 116px) 48px !important;
    display: flex;
    align-items: center;
  }

  .solution-section > .max-w-7xl {
    width: 100%;
    max-width: 80rem !important;
    margin-inline: auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-content: center;
    align-items: center;
    gap: 96px !important;
  }

  .solution-section > .max-w-7xl > div {
    grid-column: auto !important;
    min-width: 0;
  }

  .solution-section .lg\:col-span-5 {
    align-self: center;
  }

  .solution-section .lg\:col-span-5 > span {
    position: relative;
    margin-bottom: clamp(48px, 4.2vw, 58px) !important;
    padding-left: 34px;
    font-size: clamp(13px, 0.95vw, 15px) !important;
    letter-spacing: 0.12em !important;
  }

  .solution-section .lg\:col-span-5 > span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
  }

  .solution-section h2 {
    max-width: 520px;
    margin-bottom: clamp(32px, 3vw, 42px) !important;
    font-size: clamp(64px, 4.85vw, 76px) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
  }

  .solution-section .solution-copy,
  main > section.solution-section.bg-brand-dark .lg\:col-span-5 > p.solution-copy {
    width: min(100%, 520px) !important;
    max-width: 520px !important;
    margin: 0 !important;
    font-size: clamp(18px, 1.35vw, 20px) !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.86) !important;
    text-align: left !important;
    text-align-last: left !important;
  }

  .solution-section .lg\:col-span-7 {
    justify-content: flex-start !important;
  }

  #bridge-diagram {
    width: min(100%, 592px) !important;
    max-width: 592px !important;
    margin-inline: 0 !important;
  }

  #bridge-diagram .bridge-card .bridge-card-title {
    font-size: clamp(20px, 1.45vw, 24px) !important;
    line-height: 1.08 !important;
  }

  #bridge-diagram .bridge-card .bridge-label {
    font-size: clamp(11px, 0.9vw, 13px) !important;
  }

  #bridge-diagram .bridge-card .bridge-question {
    font-size: clamp(11px, 0.82vw, 13px) !important;
  }

  #bridge-diagram > .bridge-card:nth-of-type(1) .bridge-card-title {
    white-space: nowrap !important;
  }

  #bridge-diagram > .bridge-card:nth-of-type(2) .bridge-card-title {
    font-size: clamp(18px, 1.28vw, 20px) !important;
    white-space: nowrap !important;
  }

  #bridge-diagram > .bridge-card:nth-of-type(2) > div {
    padding-inline: clamp(8px, 0.9vw, 12px) !important;
  }
}

@media (max-width: 480px) {
  .solution-section .solution-copy,
  main > section.solution-section.bg-brand-dark .lg\:col-span-5 > p.solution-copy {
    width: min(100%, 335px) !important;
    max-width: min(100%, 335px) !important;
    font-size: 15.5px !important;
    text-align: justify !important;
    text-align-last: center !important;
    text-justify: inter-word;
    text-wrap: pretty;
  }

  #bridge-diagram > .bridge-card:nth-of-type(2) {
    width: 42% !important;
  }

  #bridge-diagram > .bridge-card:nth-of-type(3) {
    left: 58% !important;
    width: 42% !important;
  }

  #bridge-diagram .bridge-card .bridge-card-title {
    font-size: clamp(12px, 3.25vw, 15px) !important;
    white-space: nowrap !important;
  }
}

/* Client-reference typography and palette for the Who We Are and Reality sections. */
.text-brand-green {
  color: var(--onmodus-reference-green) !important;
  -webkit-text-fill-color: var(--onmodus-reference-green) !important;
}

.bg-brand-green,
#three-levels-diagram.levels-connected .bg-brand-green {
  background-color: var(--onmodus-reference-green) !important;
}

.border-brand-green {
  border-color: var(--onmodus-reference-green) !important;
}

#three-levels-diagram.levels-connected .text-brand-green {
  color: var(--onmodus-reference-green) !important;
  -webkit-text-fill-color: var(--onmodus-reference-green) !important;
}

main > section.solution-section.py-20.bg-brand-dark .lg\:col-span-5 > span::before,
main > section.solution-section.py-20.bg-brand-dark .lg\:col-span-5 > span::after {
  background: var(--onmodus-reference-green) !important;
}

#who-we-are > .max-w-3xl > span,
#results .reality__eyebrow {
  color: var(--onmodus-reference-green) !important;
  -webkit-text-fill-color: var(--onmodus-reference-green) !important;
  font-family: 'Poppins', sans-serif;
  font-size: 13px !important;
  font-weight: 700 !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
}

#who-we-are > .max-w-3xl > div.bg-brand-green,
#who-we-are > .max-w-3xl > span::before,
#who-we-are > .max-w-3xl > span::after,
#results .reality__eyebrow::before {
  background: var(--onmodus-reference-green) !important;
  opacity: 1 !important;
}

#who-we-are h2 {
  color: var(--onmodus-reference-blue) !important;
  font-family: Georgia, 'Times New Roman', serif;
}

.who-intro-copy {
  border-top-color: rgba(0, 51, 102, 0.14);
}

.who-intro-copy p {
  color: var(--onmodus-reference-body);
}

/* Reference-matched Reality section. */
#results.reality {
  box-sizing: border-box;
  padding: 80px 32px !important;
  background: #F7F7F5;
  color: var(--onmodus-reference-body);
}

#results.reality *,
#results.reality *::before,
#results.reality *::after {
  box-sizing: border-box;
}

#results .reality__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

#results .reality__eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 28px;
  color: var(--onmodus-reference-green);
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

#results .reality__eyebrow::before {
  content: "";
  display: block;
  flex: 0 0 40px;
  width: 40px;
  height: 2px;
  background: var(--onmodus-reference-green);
}

#results .reality__heading {
  margin: 0 0 28px;
  color: var(--onmodus-reference-blue);
  font-family: 'Poppins', sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: left !important;
}

#results .reality__heading em {
  font-style: italic;
}

#results .reality__sub {
  max-width: 780px;
  margin: 0 0 64px;
  color: var(--onmodus-reference-body);
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  line-height: 1.6;
  text-align: left !important;
  text-align-last: left !important;
}

#results .reality__sub strong {
  color: var(--onmodus-reference-blue);
  font-weight: 700;
}

#results .reality__lead {
  margin: 0 0 28px;
  color: var(--onmodus-reference-blue);
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left !important;
}

#results .reality__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Keep solid brand surfaces color-accurate throughout the scroll reveal. */
#results .reality__grid.reveal {
  opacity: 1;
}

#results .stat-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 40px 36px 34px;
  background: var(--onmodus-brand-blue);
  color: #FFFFFF;
  box-shadow: 0 24px 40px -24px rgba(0, 37, 75, 0.45);
  text-align: left !important;
}

#results .stat-card__figure {
  margin: 0 0 22px;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-size: 66px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-align: left !important;
}

#results .stat-card__figure--split {
  font-size: 46px;
  line-height: 1.08;
}

#results .stat-card__figure .reality-counter {
  display: inline-block;
  color: inherit;
  font: inherit;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

#results .stat-card__figure .reality-counter--one-digit {
  width: 2.25ch;
}

#results .stat-card__figure .reality-counter--two-digit {
  width: 3.35ch;
}

/* Restore the taller Why OnModus card proportions. */
#why-cards-grid .why-card {
  min-height: 320px;
  padding-top: 64px;
}

#why-cards-grid .why-card h3 {
  display: flex;
  align-items: flex-end;
  min-height: 96px;
}

@media (min-width: 1024px) {
  #why-cards-grid .why-card {
    min-height: 360px;
    padding-top: 78px;
  }
}

@media (max-width: 767px) {
  #why-cards-grid .why-card {
    min-height: 280px;
    padding-top: 36px;
  }
}

#results .stat-card__rule {
  width: 44px;
  height: 3px;
  margin: 0 0 22px;
  background: var(--onmodus-reference-green);
}

#results .stat-card__label {
  margin: 0 0 14px;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: left !important;
  text-transform: uppercase;
}

#results .stat-card__body {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.86);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  text-align: left !important;
  text-align-last: left !important;
}

#results .stat-card__source {
  display: block;
  flex: 0 0 auto;
  min-height: 0;
  height: auto;
  margin: auto 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.40);
  font-family: 'Inter', sans-serif;
  font-size: clamp(10px, 0.76vw, 11px);
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  text-align: left !important;
}

#results .stat-card__source > span {
  color: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  text-transform: none;
}

#results .stat-card__source > span::after {
  content: ": ";
}

#results .stat-card__source a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

#results .stat-card__source a:hover,
#results .stat-card__source a:focus-visible {
  color: rgba(255, 255, 255, 0.70);
  text-decoration: none;
}

#results .stat-card__source cite {
  font: inherit;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: 0;
  font-style: normal;
}

@media (max-width: 860px) {
  #results.reality {
    padding: 56px 22px !important;
  }

  #results .reality__heading {
    font-size: 34px;
  }

  #results .reality__sub {
    max-width: 780px !important;
    margin: 0 0 48px !important;
    font-size: 16px;
    text-align: left !important;
    text-align-last: left !important;
  }

  #results .reality__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  #results .stat-card {
    min-height: 0;
    padding: 34px 30px 30px;
  }

  #results .stat-card__figure {
    font-size: 48px;
  }

  #results .stat-card__figure--split {
    font-size: 34px;
  }
}
