/* ==========================================================================
   Homepage enhancements (index.html / .home--enhanced)
   Extracted from inline <style> for maintainability.
   ========================================================================== */

  /* --- Existing card utilities (kept) --- */
  .info-card {
    border-radius: 1rem;
    padding: 1.5rem;
    color: #fff;
    transition:
      transform 0.35s ease,
      box-shadow 0.35s ease;
  }
  .ditial-products_card {
    background: linear-gradient(155deg, #001b29 0%, #023a52 100%);
  }
  .years-card {
    background: linear-gradient(155deg, #5cabcc 0%, #3d9ec4 100%);
  }
  .customers-card {
    background: linear-gradient(155deg, #03a7ff 0%, #0284c7 100%);
  }
  .bg-gray {
    background-color: #f0f1f1;
    border-radius: 1rem;
    line-height: 1.75;
  }
  .stat-icon {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .img-overlay {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
  }
  .card-img-overlay {
    position: relative;
    overflow: hidden;
  }
  .img-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
  }
  .card-img-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      360deg,
      rgba(0, 27, 41, 0.95) 12%,
      rgba(0, 27, 41, 0.35) 55%,
      rgba(255, 255, 255, 0) 100%
    );
    transition: opacity 0.4s ease;
  }
  .overlay-text {
    position: absolute;
    bottom: 2.25rem;
    left: 2.25rem;
    right: 2.25rem;
    color: #fff;
    z-index: 1;
    font-weight: 500;
  }
  .card-overlay-text {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    color: #fff;
    z-index: 1;
    font-weight: 500;
  }
  .card-img-overlay h5 {
    font-weight: 500;
  }
  .card-overlay-text p {
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition:
      opacity 0.35s ease,
      max-height 0.35s ease,
      margin 0.35s ease;
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.85);
  }

  /* ========== ENHANCEMENT: Design tokens (brand cyan / navy / orange — not purple) ========== */
  .home--enhanced {
    --apx-cyan: #03a7ff;
    --apx-navy: #001b29;
    --apx-orange: #ff7300;
    --apx-glow-cyan: rgba(3, 167, 255, 0.22);
    --apx-glow-orange: rgba(255, 115, 0, 0.16);
    --apx-surface: rgba(255, 255, 255, 0.72);
    --apx-border: rgba(0, 27, 41, 0.08);
    --apx-radius: 1.25rem;
    position: relative;
    max-width: 100%;
    /* No overflow on body — breaks position:sticky. Clip on html / sections instead. */
  }

  /* Keep page modules translucent so atmosphere reads through
     (body also needs .has-atmosphere + site-atmosphere.css) */
  .home--enhanced .banner-section,
  .home--enhanced .apoxeo-services,
  .home--enhanced .apoxeo-trust-section,
  .home--enhanced .case-industries,
  .home--enhanced .clients-slider-wrapper,
  .home--enhanced .products-matter-section,
  .home--enhanced .apoxeo-scale-section,
  .home--enhanced .pre-footer-enhanced {
    position: relative;
    z-index: 1;
    background: transparent;
  }

  /* Soft section continuity — avoid hard “white box” cuts */
  .home--enhanced .apoxeo-trust-section,
  .home--enhanced .case-industries,
  .home--enhanced .products-matter-section {
    background: linear-gradient(
      180deg,
      transparent,
      rgba(255, 255, 255, 0.35),
      transparent
    );
  }
  .home--enhanced .clients-slider-wrapper {
    background: linear-gradient(
      180deg,
      transparent,
      rgba(3, 167, 255, 0.05),
      transparent
    );
  }
  .home--enhanced .footer-section {
    position: relative;
    z-index: 2;
  overflow-x: clip;
    background-color: #fff !important;
    color: var(--apx-navy, #001b29);
    border-color: rgba(0, 27, 41, 0.08) !important;
    /* Keep site-atmosphere from reading through the footer */
    isolation: isolate;
  }
  .home--enhanced .footer-section h6 {
    color: var(--apx-navy, #001b29);
  }
  .home--enhanced .footer-section .footer-content > .row > .col-md-8 > p:first-of-type,
  .home--enhanced .footer-section .navbar-brand + p {
    color: var(--apx-orange, #ff7300);
    font-weight: 600;
  }
  .home--enhanced .footer-section .social-contact svg {
    fill: var(--apx-navy, #001b29);
    transition: fill 0.2s ease;
  }
  .home--enhanced .footer-section .social-contact svg:hover {
    fill: var(--apx-cyan, #03a7ff);
  }
  .home--enhanced .footer-section .copyright div {
    border-top-color: rgba(0, 27, 41, 0.12);
  }

  /* ========== ENHANCEMENT: Hero typography & spacing ========== */
  .home--enhanced .banner-section {
    position: relative;
    padding-top: clamp(2rem, 5vw, 3.5rem);
    padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
    isolation: isolate;
  }
  .home--enhanced .hero-content {
    position: relative;
    z-index: 2;
  }
  .home--enhanced .hero-headline {
    letter-spacing: -0.02em;
    line-height: 1.12;
  }
  .home--enhanced .hero-lead {
    font-size: clamp(1rem, 1.4vw, 1.125rem);
    color: rgba(0, 27, 41, 0.72);
    line-height: 1.7;
    max-width: 38rem;
  }
  .home--enhanced .hero-cta-group {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0.25rem;
  }
  .home--enhanced .hero-cta-group .ms-3 {
    margin-left: 0 !important;
  }
  .home--enhanced .flip-container.hero-rotator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: bottom;
    height: 1.15em;
    min-width: min(100%, 18ch);
    overflow: hidden;
    perspective: 800px;
    position: relative;
  }
  .home--enhanced .hero-rotator__text {
    display: inline-block;
    will-change: transform, opacity, filter;
    white-space: nowrap;
  }
  .home--enhanced .hero-rotator__text .char {
    display: inline-block;
    will-change: transform, opacity, filter;
    background-image: linear-gradient(90deg, #03a7ff, #0284c7 55%, #e07b28);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
  .home--enhanced .hero-rotator__text .char.is-space {
    width: 0.3em;
    background: none;
  }
  .home--enhanced .mod-eyebrow {
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid var(--apx-border);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .home--enhanced .mod-eyebrow__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--apx-orange);
    box-shadow: 0 0 10px rgba(255, 115, 0, 0.65);
    animation: pulseDot 2.4s ease-in-out infinite;
  }
  @keyframes pulseDot {
    0%,
    100% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.35);
      opacity: 0.7;
    }
  }

  /* ========== ENHANCEMENT: Stable sticky header (no scroll jump) ========== */
  .home--enhanced header,
  .home--enhanced header.scrolled {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1060;
    /* background: transparent;
  background-image: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: none;
  animation: none !important;
  mask: none;
  -webkit-mask: none; */
    animation: 0.9s ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.5);
    /* background-image: radial-gradient(
      transparent 1px,
      var(--background) 1px
    ); */
    backdrop-filter: blur(3px);
    mask: linear-gradient(#000 calc(100% - 20px), #0000);
  }

  body.menu-open.home--enhanced header,
  body.menu-open.home--enhanced header.scrolled {
    mask: none;
    -webkit-mask: none;
  }

  /* ========== ENHANCEMENT: Service card hover (non-swiper contexts) ========== */
  .service-card-enhanced {
    border-radius: 1rem;
    transition:
      transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.4s ease;
  }
  .service-card-enhanced figure img {
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .service-card-enhanced:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 27, 41, 0.18);
  }
  .service-card-enhanced:hover figure img {
    transform: scale(1.05);
  }
  .service-card-enhanced:hover .card-overlay-text p {
    display: block;
    opacity: 1;
    max-height: 5rem;
    margin: 0.5rem 0 0.65rem;
  }
  .service-card-enhanced:hover::after {
    background: linear-gradient(
      360deg,
      rgba(0, 27, 41, 0.98) 18%,
      rgba(3, 167, 255, 0.25) 70%,
      transparent 100%
    );
  }

  /* ========== ENHANCEMENT: Curved slider — CSS copied from hero-curved-slider/index.html ========== */
  /* Clip creative-effect overflow so swiper-wrapper doesn't create a page scrollbar */
  .apoxeo-services {
    overflow-x: hidden;
    overflow-y: visible;
    width: 100%;
    max-width: 100%;
  }
  #wrapper {
    position: relative;
    padding: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }
  #slider-container {
    width: 100%;
    max-width: 100%;
    /* padding-top: 20px; */
    /* padding-bottom: 30px; */
    overflow: hidden;
  }
  .apoxeo-services .mySwiper {
    width: 100%;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  .apoxeo-services .mySwiper .swiper-wrapper {
    align-items: stretch;
  }
  .apoxeo-services .mySwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 340px;
    height: 450px;
    /* Side slides sit on top in creative mode and block clicks — disable them */
    pointer-events: none;
  }
  .apoxeo-services .mySwiper .swiper-slide-active {
    pointer-events: auto;
    z-index: 5;
  }
  .apoxeo-services .mySwiper .swiper-slide-shadow-left,
  .apoxeo-services .mySwiper .swiper-slide-shadow-right {
    pointer-events: none !important;
  }
  @media (max-width: 768px) {
    .apoxeo-services .mySwiper .swiper-slide {
      width: 300px;
      height: 430px;
    }
  }
  .apoxeo-services .mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
  .apoxeo-services .mySwiper .card {
    background: #001b29;
    border: 1px solid rgba(3, 167, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    color: #fff;
    box-shadow: 0 4px 20px rgba(3, 167, 255, 0.15);
    transition: none;
    transform: none;
    display: flex;
    flex-direction: column;
  }
  .apoxeo-services .mySwiper .card:hover {
    transform: none;
    box-shadow: 0 4px 20px rgba(3, 167, 255, 0.15);
  }
  .apoxeo-services .mySwiper .card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: calc(100% - 230px);
    flex: 1;
  }
  .apoxeo-services .mySwiper .card-content h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
  }
  .apoxeo-services .mySwiper .card-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.95rem;
    line-height: 1.5;
    flex-grow: 1;
    display: block !important;
    opacity: 1 !important;
    max-height: none !important;
    overflow: visible;
  }
  .apoxeo-services .mySwiper .card-content a {
    margin-top: auto;
    text-decoration: none;
    color: #ff7300;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 6;
    pointer-events: auto;
  }
  .apoxeo-services .mySwiper .card-content a::after {
    content: "→";
  }
  .apoxeo-services .mySwiper .swiper-slide-shadow-left,
  .apoxeo-services .mySwiper .swiper-slide-shadow-right {
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0)
    );
    border-radius: 20px;
  }
  .apoxeo-services .mySwiper .swiper-slide-shadow-right {
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0)
    );
  }
  .apoxeo-services .slider-nav {
    margin-top: 0.5rem;
  }
  @media (max-width: 768px) {
    .apoxeo-services .mySwiper .card-content {
      height: auto;
    }
  }

  /* ========== Scale Option B — expandable studio dock (homepage) ========== */
  .home--enhanced .apoxeo-scale-section--dock {
    margin-top: 0;
  }
  .home--enhanced .scale-dock-intro {
    max-width: 40rem;
    margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
  }
  .home--enhanced .scale-dock-intro h2 {
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 0.85rem;
    max-width: 14ch;
  }
  .home--enhanced .scale-dock-intro p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(0, 27, 41, 0.65);
    margin: 0;
    max-width: 38ch;
  }
  .home--enhanced .scale-dock {
    display: flex;
    gap: 0.65rem;
    height: clamp(26rem, 48vw, 30rem);
    isolation: isolate;
  }
  .home--enhanced .scale-dock__panel {
    position: relative;
    flex: 0.72;
    min-width: 4.5rem;
    overflow: hidden;
    border-radius: 1.35rem;
    border: 1px solid rgba(0, 27, 41, 0.1);
    cursor: pointer;
    transition:
      flex 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      border-color 0.35s ease,
      box-shadow 0.35s ease;
  }
  .home--enhanced .scale-dock__panel:first-child,
  .home--enhanced
    .scale-dock:not(:hover):not(:focus-within)
    .scale-dock__panel:first-child {
    flex: 3.1;
  }
  .home--enhanced .scale-dock:hover .scale-dock__panel,
  .home--enhanced .scale-dock:focus-within .scale-dock__panel {
    flex: 0.72;
  }
  .home--enhanced .scale-dock:hover .scale-dock__panel:hover,
  .home--enhanced .scale-dock:focus-within .scale-dock__panel:focus-within {
    flex: 3.1;
    border-color: rgba(3, 167, 255, 0.28);
    box-shadow: 0 18px 40px rgba(0, 27, 41, 0.1);
    z-index: 2;
  }
  .home--enhanced .scale-dock__panel--design {
    background: linear-gradient(
      160deg,
      #001b29 0%,
      #023548 55%,
      #034b66 100%
    );
    color: #fff;
  }
  .home--enhanced .scale-dock__panel--growth {
    background: linear-gradient(
      160deg,
      rgba(3, 167, 255, 0.14),
      rgba(236, 246, 252, 0.85)
    );
    color: var(--apx-navy);
  }
  .home--enhanced .scale-dock__panel--ai {
    background: linear-gradient(
      160deg,
      rgba(255, 115, 0, 0.16),
      rgba(255, 244, 232, 0.9)
    );
    color: var(--apx-navy);
  }
  .home--enhanced .scale-dock__spine {
    position: absolute;
    inset: 0 auto 0 0;
    width: 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1.35rem 0.5rem;
    z-index: 3;
    pointer-events: none;
  }
  .home--enhanced .scale-dock__index {
    font-family: "Bricolage Grotesque", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
  .home--enhanced .scale-dock__panel--design .scale-dock__index {
    color: var(--apx-orange);
  }
  .home--enhanced .scale-dock__panel--growth .scale-dock__index {
    color: #0284c7;
  }
  .home--enhanced .scale-dock__panel--ai .scale-dock__index {
    color: #c45a00;
  }
  .home--enhanced .scale-dock__spine-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: "Bricolage Grotesque", Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
  .home--enhanced .scale-dock__panel--design .scale-dock__spine-title {
    color: rgba(255, 255, 255, 0.72);
  }
  .home--enhanced .scale-dock__body {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    padding-left: 5.25rem;
    opacity: 0;
    transform: translateX(12px);
    transition:
      opacity 0.35s ease,
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
  }
  .home--enhanced
    .scale-dock:not(:hover):not(:focus-within)
    .scale-dock__panel:first-child
    .scale-dock__body,
  .home--enhanced .scale-dock__panel:hover .scale-dock__body,
  .home--enhanced .scale-dock__panel:focus-within .scale-dock__body {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    transition-delay: 0.12s;
  }
  .home--enhanced .scale-dock__kicker {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    opacity: 0.7;
  }
  .home--enhanced .scale-dock__panel--design .scale-dock__kicker {
    color: rgba(3, 167, 255, 0.9);
    opacity: 1;
  }
  .home--enhanced .scale-dock__body h3 {
    font-size: clamp(1.45rem, 2.4vw, 1.9rem);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.15;
    margin: 0 0 0.85rem;
    max-width: 12ch;
  }
  .home--enhanced .scale-dock__body p {
    font-size: 0.98rem;
    line-height: 1.65;
    margin: 0 0 1.35rem;
    max-width: 30ch;
  }
  .home--enhanced .scale-dock__panel--design .scale-dock__body p {
    color: rgba(255, 255, 255, 0.7);
  }
  .home--enhanced .scale-dock__panel--growth .scale-dock__body p,
  .home--enhanced .scale-dock__panel--ai .scale-dock__body p {
    color: rgba(0, 27, 41, 0.68);
  }
  .home--enhanced .scale-dock__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    width: fit-content;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1.5px solid currentColor;
    transition: gap 0.25s ease;
  }
  .home--enhanced .scale-dock__panel--design .scale-dock__link {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.4);
  }
  .home--enhanced .scale-dock__panel--growth .scale-dock__link,
  .home--enhanced .scale-dock__panel--ai .scale-dock__link {
    color: var(--apx-navy);
    border-bottom-color: rgba(0, 27, 41, 0.25);
  }
  .home--enhanced .scale-dock__link:hover {
	      color: #0284c7;
    border-color: #0284c7;
    gap: 0.65rem;
  }
  @media (max-width: 991.98px) {
    .home--enhanced .scale-dock {
      flex-direction: column;
      height: auto;
      gap: 0.75rem;
    }
    .home--enhanced .scale-dock__panel,
    .home--enhanced
      .scale-dock:not(:hover):not(:focus-within)
      .scale-dock__panel:first-child,
    .home--enhanced .scale-dock:hover .scale-dock__panel,
    .home--enhanced .scale-dock:hover .scale-dock__panel:hover,
    .home--enhanced .scale-dock:focus-within .scale-dock__panel,
    .home--enhanced
      .scale-dock:focus-within
      .scale-dock__panel:focus-within {
      flex: none;
      min-height: auto;
      width: 100%;
    }
    .home--enhanced .scale-dock__spine {
      position: static;
      width: auto;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 1.25rem 0;
      pointer-events: auto;
    }
    .home--enhanced .scale-dock__spine-title {
      writing-mode: horizontal-tb;
      transform: none;
    }
    .home--enhanced .scale-dock__body {
      position: static;
      opacity: 1;
      transform: none;
      pointer-events: auto;
      padding: 0.75rem 1.35rem 1.5rem;
      padding-left: 1.35rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .home--enhanced .scale-dock__panel,
    .home--enhanced .scale-dock__body {
      transition: none;
    }
  }

  /* ========== Trust section: editorial delivery board ========== */
  .apoxeo-trust-section .trust-board-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    margin-bottom: clamp(2rem, 4vw, 3rem);
    padding-bottom: 1.75rem;
    border-bottom: 1px solid rgba(0, 27, 41, 0.1);
  }
  .apoxeo-trust-section .trust-board-header h2 {
    max-width: 20ch;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0;
  }
  .apoxeo-trust-section .trust-board-header h2 em {
    font-style: italic;
    font-weight: 450;
    color: rgba(0, 27, 41, 0.55);
  }
  .apoxeo-trust-section .trust-board-header .btn {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .apoxeo-trust-section .trust-board {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 1rem;
    align-items: stretch;
  }
  .apoxeo-trust-section .trust-panel {
    position: relative;
    border-radius: 1.35rem;
    overflow: hidden;
  }
  .apoxeo-trust-section .trust-panel--practice {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(1.75rem, 3.5vw, 2.5rem);
    background: linear-gradient(
      165deg,
      rgba(3, 167, 255, 0.1) 0%,
      rgba(3, 167, 255, 0.035) 42%,
      rgba(255, 255, 255, 0.55) 100%
    );
    border: 1px solid rgba(3, 167, 255, 0.16);
  }
  .apoxeo-trust-section .trust-panel__kicker {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #0284c7;
    margin-bottom: 1rem;
  }
  .apoxeo-trust-section .trust-panel h3 {
    font-size: clamp(1.55rem, 2.4vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--apx-navy);
	 padding-top: 0.5rem !important;
  }
  .apoxeo-trust-section .trust-panel__lead {
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(0, 27, 41, 0.68);
    /* max-width: 36ch; */
    margin-bottom: 1.75rem;
  }
  .apoxeo-trust-section .trust-methods {
    list-style: none;
    margin: 0 0 1.75rem;
    padding: 0;
    border-top: 1px solid rgba(0, 27, 41, 0.1);
  }
  .apoxeo-trust-section .trust-methods li {
    display: grid;
    grid-template-columns: 2.25rem 1fr;
    gap: 0.75rem;
    align-items: baseline;
    padding: 0.95rem 0;
    border-bottom: 1px solid rgba(0, 27, 41, 0.1);
    transition: padding-left 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .apoxeo-trust-section .trust-methods li:hover {
    padding-left: 0.35rem;
  }
  .apoxeo-trust-section .trust-methods__num {
    font-family: "Bricolage Grotesque", Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--apx-orange);
  }
  .apoxeo-trust-section .trust-methods__text {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--apx-navy);
  }
  .apoxeo-trust-section .trust-panel__link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    width: fit-content;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--apx-navy);
    border-bottom: 1.5px solid rgba(0, 27, 41, 0.25);
    padding-bottom: 2px;
    transition:
      color 0.25s ease,
      border-color 0.25s ease,
      gap 0.25s ease;
  }
  .apoxeo-trust-section .trust-panel__link:hover {
    color: #0284c7;
    border-color: #0284c7;
    gap: 0.65rem;
  }
  .apoxeo-trust-section .trust-board__rail {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    min-height: 100%;
  }
  .apoxeo-trust-section .trust-panel--outcome {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(1.5rem, 3vw, 2rem);
    background: linear-gradient(
      145deg,
      rgba(255, 115, 0, 0.14) 0%,
      rgba(255, 155, 0, 0.05) 55%,
      rgba(255, 255, 255, 0.7) 100%
    );
    border: 1px solid rgba(255, 115, 0, 0.18);
  }
  .apoxeo-trust-section .trust-panel--outcome .trust-panel__kicker {
    color: #c45a00;
  }
  .apoxeo-trust-section .trust-panel--outcome h3 {
    font-size: clamp(1.45rem, 2.2vw, 1.85rem);
    margin-bottom: 0.85rem;
	  padding-top: 0.5rem !important;
  }
  .apoxeo-trust-section .trust-panel--outcome p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(0, 27, 41, 0.68);
    margin-bottom: 1.25rem;
  }
  .apoxeo-trust-section .trust-timeline {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(0, 27, 41, 0.5);
  }
  .apoxeo-trust-section .trust-timeline__track {
    flex: 1;
    height: 2px;
    background: rgba(0, 27, 41, 0.12);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
  }
  .apoxeo-trust-section .trust-timeline__track::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    background: linear-gradient(90deg, var(--apx-orange), var(--apx-cyan));
    border-radius: 2px;
    transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .apoxeo-trust-section
    .trust-panel--outcome.is-inview
    .trust-timeline__track::after,
  .apoxeo-trust-section
    .trust-panel--outcome:hover
    .trust-timeline__track::after {
    width: 100%;
  }
  .apoxeo-trust-section .trust-timeline__end {
    color: var(--apx-navy);
  }
  .apoxeo-trust-section .trust-panel--ai {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(1.5rem, 3vw, 2rem);
    color: #fff;
    background: linear-gradient(
      155deg,
      #001b29 0%,
      #012a3d 48%,
      #034058 100%
    );
    border: 1px solid rgba(3, 167, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }
  .apoxeo-trust-section .trust-panel--ai .trust-panel__kicker {
    color: rgba(3, 167, 255, 0.85);
  }
  .apoxeo-trust-section .trust-panel--ai h3 {
    color: #fff;
    font-size: clamp(1.45rem, 2.2vw, 1.85rem);
    margin-bottom: 0.85rem;
	  padding-top: 0.5rem !important;
  }
  .apoxeo-trust-section .trust-panel--ai p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 1.35rem;
  }
  .apoxeo-trust-section .trust-panel--ai .trust-panel__link {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.35);
  }
  .apoxeo-trust-section .trust-panel--ai .trust-panel__link:hover {
    color: var(--apx-cyan);
    border-color: var(--apx-cyan);
  }
  .apoxeo-trust-section .trust-panel--ai__mark {
    position: absolute;
    right: -8%;
    bottom: -18%;
    width: 55%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(3, 167, 255, 0.18);
    pointer-events: none;
  }
  .apoxeo-trust-section .trust-panel--ai__mark::before {
    content: "";
    position: absolute;
    inset: 18%;
    border-radius: 50%;
    border: 1px solid rgba(255, 115, 0, 0.22);
  }
  @media (max-width: 699px) {
    .apoxeo-trust-section .trust-board-header {
      flex-direction: column;
      align-items: flex-start;
    }
    .apoxeo-trust-section .trust-board {
      grid-template-columns: 1fr;
    }
    .apoxeo-trust-section .trust-board__rail {
      grid-template-rows: auto;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .apoxeo-trust-section .trust-methods li,
    .apoxeo-trust-section .trust-panel__link,
    .apoxeo-trust-section .trust-timeline__track::after {
      transition: none;
    }
    .apoxeo-trust-section .trust-timeline__track::after {
      width: 100%;
    }
  }

  /* ========== ENHANCEMENT: Industry tabs & visuals ========== */
  .home--enhanced .case-industries {
    position: relative;
  }
  .home--enhanced .case-industries::before {
    content: "";
    position: absolute;
    inset: 8% 4% auto;
    height: 280px;
    background: radial-gradient(
      ellipse at center,
      rgba(3, 167, 255, 0.07),
      transparent 70%
    );
    pointer-events: none;
    z-index: 0;
  }
  .home--enhanced .case-industries > .container {
    position: relative;
    z-index: 1;
  }
  .home--enhanced .case-industries .industries-intro {
    margin-bottom: clamp(2rem, 4vw, 3rem);
  }
  .home--enhanced .case-industries .industries-intro h2 {
    letter-spacing: -0.02em;
    margin-bottom: 0.65rem;
  }
  .home--enhanced .case-industries .industries-intro .text-muted {
    font-size: 1.05rem;
    color: rgba(0, 27, 41, 0.62) !important;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }

  /* Tabs */
  .home--enhanced .industries-tabs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: clamp(2rem, 3.5vw, 2.75rem);
  }
  .home--enhanced .industries-tabs__arrow {
    display: none;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 1px solid rgba(0, 27, 41, 0.14);
    background: rgba(255, 255, 255, 0.85);
    color: #001b29;
    padding: 0;
    cursor: pointer;
    transition:
      background 0.25s ease,
      border-color 0.25s ease,
      color 0.25s ease,
      box-shadow 0.25s ease;
  }
  .home--enhanced .industries-tabs__arrow:hover {
    border-color: rgba(3, 167, 255, 0.4);
    color: #0284c7;
    box-shadow: 0 6px 16px rgba(0, 27, 41, 0.08);
  }
  .home--enhanced .industries-tabs__arrow:focus-visible {
    outline: 2px solid #03a7ff;
    outline-offset: 2px;
  }
  .home--enhanced .apx-menu {
    position: relative;
    gap: 0.5rem;
    margin-bottom: 0 !important;
    flex-wrap: wrap;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
  }
  .home--enhanced .apx-menu__pill {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 0;
    height: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 999px;
    background: var(--apx-navy);
    box-shadow: 0 8px 20px rgba(0, 27, 41, 0.16);
    pointer-events: none;
    opacity: 0;
    transform: translate(0, 0);
    transition:
      transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
      width 0.48s cubic-bezier(0.22, 1, 0.36, 1),
      height 0.48s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.25s ease;
    will-change: transform, width, height;
  }
  .home--enhanced .apx-menu__pill.is-ready {
    opacity: 1;
  }
  .home--enhanced .apx-menu .nav-item {
    position: relative;
    z-index: 1;
  }
  .home--enhanced .apx-menu .nav-link {
    border: 1px solid transparent;
    border-radius: 999px;
    color: rgba(0, 27, 41, 0.55);
    font-size: 0.88rem;
    font-weight: 600;
    padding: 0.55rem 1.05rem;
    white-space: nowrap;
    background: transparent;
    transition: color 0.3s ease, border-color 0.25s ease, background 0.25s ease;
  }
  .home--enhanced .apx-menu .nav-link:hover:not(.active) {
    color: var(--apx-navy);
    background: rgba(3, 167, 255, 0.08);
    border-color: rgba(3, 167, 255, 0.14);
  }
  .home--enhanced .apx-menu .nav-link.active {
    color: #fff;
    background: transparent;
    border-color: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
  }

  /*
  Keep tab height stable: stack every pane in the same grid cell so the
  container always matches the tallest industry panel (no layout jump).
*/
  .home--enhanced .case-industries .tab-content {
    display: grid;
    margin-top: 0 !important;
  }
  .home--enhanced .case-industries .tab-content > .tab-pane {
    grid-area: 1 / 1;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transform: translateY(2px);
    transition:
      opacity 0.2s ease,
      transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .home--enhanced .case-industries .tab-content > .tab-pane.active {
    visibility: visible;
    z-index: 1;
  }
  .home--enhanced .case-industries .tab-content > .tab-pane.active.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  /* Tab content panel — layout unchanged: copy left, visual right */
  .home--enhanced .case-industries .tab-pane > .row {
    height: 100%;
    min-height: 100%;
    padding: clamp(1.75rem, 3.5vw, 2.75rem);
/*     border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(0, 27, 41, 0.08);
    box-shadow: 0 12px 36px rgba(0, 27, 41, 0.04);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); */
    align-items: stretch !important;
  }
  .home--enhanced .case-industries .tab-pane .col-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
/*   .home--enhanced .case-industries .tab-pane .col-lg-7 {
    display: flex;
  } */
  .home--enhanced .case-industries .eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--apx-orange);
    margin-bottom: 0.9rem;
  }
  .home--enhanced .case-industries .tab-pane h3 {
    font-size: clamp(1.45rem, 2.4vw, 1.95rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: var(--apx-navy);
    margin-bottom: 0.95rem;
    max-width: 18ch;
  }
  .home--enhanced .case-industries .tab-pane p.text-muted {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(0, 27, 41, 0.65) !important;
    max-width: 38ch;
    margin-bottom: 1.5rem;
  }
  .home--enhanced .case-industries .chips {
    gap: 0.5rem;
    margin-top: 0;
    margin-bottom: 1.75rem;
  }
  .home--enhanced .case-industries .chips span {
    font-size: 0.78rem;
    font-weight: 500;
    padding: 0.4rem 0.75rem;
    color: var(--apx-navy);
    background: rgba(3, 167, 255, 0.06);
    border: 1px solid rgba(3, 167, 255, 0.14);
    border-radius: 0.55rem;
    transition:
      transform 0.25s ease,
      background 0.25s ease,
      border-color 0.25s ease;
  }
  .home--enhanced .case-industries .chips span:hover {
    transform: translateY(-2px);
    background: rgba(3, 167, 255, 0.12);
    border-color: rgba(3, 167, 255, 0.28);
  }
  .home--enhanced .case-industries .metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 0;
    margin-bottom: 1.75rem;
    padding: 1.1rem 0;
    border-top: 1px solid rgba(0, 27, 41, 0.1);
    border-bottom: 1px solid rgba(0, 27, 41, 0.1);
  }
  .home--enhanced .case-industries .metrics div {
    position: relative;
    padding: 0.15rem 0.85rem;
    margin: 0;
    font-family: "Bricolage Grotesque", Arial, Helvetica, sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: var(--apx-navy);
  }
  .home--enhanced .case-industries .metrics div:first-child {
    padding-left: 0;
  }
  .home--enhanced .case-industries .metrics div:last-child {
    padding-right: 0;
  }
  .home--enhanced .case-industries .metrics div:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0.15rem;
    right: 0;
    bottom: 0.15rem;
    width: 1px;
    background: rgba(0, 27, 41, 0.1);
  }
  .home--enhanced .case-industries .btn.btn-primary {
    margin-top: auto !important;
    align-self: flex-start;
  }

  /* Visuals */
  .home--enhanced .case-industries .visual {
    position: relative;
    overflow: hidden;
    flex: 1;
    width: 100%;
    height: auto;
    min-height: 320px;
    border-radius: 1.15rem;
    border: 1px solid rgba(3, 167, 255, 0.14);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.65),
      0 16px 36px rgba(0, 27, 41, 0.06);
    background:
      radial-gradient(
        ellipse 70% 55% at 70% 30%,
        rgba(3, 167, 255, 0.22),
        transparent 60%
      ),
      radial-gradient(
        ellipse 50% 45% at 20% 80%,
        rgba(255, 115, 0, 0.14),
        transparent 55%
      ),
      linear-gradient(145deg, #e8f4fb 0%, #dce8f0 48%, #eef3f7 100%);
  }
  .home--enhanced .case-industries .visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(0, 27, 41, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 27, 41, 0.045) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.55),
      transparent 75%
    );
    -webkit-mask-image: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.55),
      transparent 75%
    );
    opacity: 0.9;
    animation: none;
  }
  .home--enhanced .case-industries .visual::after {
    content: "";
    position: absolute;
    width: 42%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(3, 167, 255, 0.28);
    top: 18%;
    right: 14%;
    box-shadow: 0 0 0 18px rgba(3, 167, 255, 0.06);
    pointer-events: none;
  }
  .home--enhanced .case-industries .visual-telecom {
    background:
      radial-gradient(
        ellipse 65% 50% at 75% 28%,
        rgba(3, 167, 255, 0.28),
        transparent 58%
      ),
      linear-gradient(145deg, #d9eefc, #e8f1f7);
  }
  .home--enhanced .case-industries .visual-finance {
    background:
      radial-gradient(
        ellipse 65% 50% at 75% 28%,
        rgba(0, 27, 41, 0.18),
        transparent 58%
      ),
      radial-gradient(
        ellipse 40% 40% at 25% 75%,
        rgba(3, 167, 255, 0.16),
        transparent 55%
      ),
      linear-gradient(145deg, #e4ebf1, #eef3f7);
  }
  .home--enhanced .case-industries .visual-retail {
    background:
      radial-gradient(
        ellipse 65% 50% at 75% 28%,
        rgba(255, 115, 0, 0.22),
        transparent 58%
      ),
      linear-gradient(145deg, #fff0e4, #f5ebe3);
  }
  .home--enhanced .case-industries .visual-healthcare {
    background:
      radial-gradient(
        ellipse 65% 50% at 75% 28%,
        rgba(3, 167, 255, 0.2),
        transparent 58%
      ),
      radial-gradient(
        ellipse 40% 40% at 20% 70%,
        rgba(255, 115, 0, 0.1),
        transparent 55%
      ),
      linear-gradient(145deg, #e6f5f2, #eaf1f6);
  }
  .home--enhanced .case-industries .visual-logistics {
    background:
      radial-gradient(
        ellipse 65% 50% at 75% 28%,
        rgba(3, 167, 255, 0.18),
        transparent 58%
      ),
      linear-gradient(145deg, #e7eef5, #f0f4f8);
  }
  .home--enhanced .case-industries .visual-it {
    background:
      radial-gradient(
        ellipse 65% 50% at 75% 28%,
        rgba(3, 167, 255, 0.26),
        transparent 58%
      ),
      linear-gradient(145deg, #dcebf7, #e8f0f6);
  }
  .home--enhanced .case-industries .visual-startup {
    background:
      radial-gradient(
        ellipse 65% 50% at 75% 28%,
        rgba(255, 115, 0, 0.2),
        transparent 58%
      ),
      radial-gradient(
        ellipse 40% 40% at 20% 75%,
        rgba(3, 167, 255, 0.14),
        transparent 55%
      ),
      linear-gradient(145deg, #fff3e8, #eef4f9);
  }
  .home--enhanced .case-industries .visual-realestate {
    background:
      radial-gradient(
        ellipse 65% 50% at 75% 28%,
        rgba(0, 27, 41, 0.14),
        transparent 58%
      ),
      linear-gradient(145deg, #ebe7e1, #f3f0eb);
  }

  @media (max-width: 991.98px) {
    .home--enhanced .case-industries .visual {
      min-height: 240px;
    }
    .home--enhanced .case-industries .tab-pane h3 {
      max-width: none;
    }
    .home--enhanced .industries-tabs {
      gap: 0.35rem;
      margin-bottom: 1.5rem;
    }
    .home--enhanced .industries-tabs__arrow {
      display: inline-flex;
    }
    .home--enhanced .industries-tabs__arrow:disabled {
      opacity: 0.35;
      cursor: not-allowed;
      pointer-events: none;
      box-shadow: none;
      color: rgba(0, 27, 41, 0.4);
      border-color: rgba(0, 27, 41, 0.1);
    }
    .home--enhanced .apx-menu {
      flex-wrap: nowrap !important;
      justify-content: flex-start !important;
      overflow-x: auto;
      overflow-y: hidden;
      scroll-behavior: smooth;
      scroll-snap-type: x proximity;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      padding: 0.2rem 0.5rem !important;
      mask-image: none;
      -webkit-mask-image: none;
    }
    .home--enhanced .apx-menu::-webkit-scrollbar {
      display: none;
    }
    .home--enhanced .apx-menu .nav-item {
      flex-shrink: 0;
      scroll-snap-align: center;
    }
    .home--enhanced .case-industries .tab-pane > .row {
      padding: 1.25rem 1.1rem;
      border-radius: 1.15rem;
    }
    .home--enhanced .case-industries .tab-pane .col-lg-7 {
      order: -1;
    }
  }
  @media (max-width: 575.98px) {
    .home--enhanced .case-industries .metrics {
      grid-template-columns: 1fr;
      gap: 0.65rem;
      padding: 0.85rem 0;
    }
    .home--enhanced .case-industries .metrics div {
      padding: 0;
    }
    .home--enhanced .case-industries .metrics div:not(:last-child)::after {
      display: none;
    }
    .home--enhanced .case-industries .metrics div:not(:last-child) {
      padding-bottom: 0.65rem;
      border-bottom: 1px solid rgba(0, 27, 41, 0.08);
    }
    .home--enhanced .industries-tabs__arrow {
      width: 2.25rem;
      height: 2.25rem;
    }
    .home--enhanced .apx-menu .nav-link {
      font-size: 0.82rem;
      padding: 0.5rem 0.9rem;
    }
    .home--enhanced .case-industries .visual {
      min-height: 180px;
      border-radius: 1rem;
    }
    .home--enhanced .case-industries .chips {
      gap: 0.4rem;
    }
    .home--enhanced .case-industries .chips span {
      font-size: 0.78rem;
      padding: 0.35rem 0.7rem;
    }
    .home--enhanced .case-industries .btn.btn-primary {
      width: 100%;
      text-align: center;
    }
  }

  /* ========== ENHANCEMENT: Clients & products ========== */
  .home--enhanced .clients-slider-wrapper {
    background: linear-gradient(
      180deg,
      transparent,
      rgba(3, 167, 255, 0.04),
      transparent
    );
  }
  .home--enhanced .clients-slider-wrapper p.fs-5 {
    color: rgba(0, 27, 41, 0.7);
    line-height: 1.7;
  }
  .home--enhanced .clients-marquee {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(
      90deg,
      transparent,
      #000 8%,
      #000 92%,
      transparent
    );
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent,
      #000 8%,
      #000 92%,
      transparent
    );
  }
  .home--enhanced .clients-marquee__track {
    display: flex;
    width: max-content;
    animation: clientsMarquee 35s linear infinite;
  }
  .home--enhanced .clients-marquee:hover .clients-marquee__track {
    animation-play-state: paused;
  }
  .home--enhanced .clients-marquee__group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .home--enhanced .clients-marquee .slide-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 2rem;
    min-height: 4.25rem;
  }
  .home--enhanced .clients-marquee .slide-item img {
    max-height: 2.75rem;
    width: auto;
    max-width: 8.5rem;
    object-fit: contain;
    filter: grayscale(1) opacity(0.65);
    transition:
      filter 0.3s ease,
      opacity 0.3s ease;
  }
  .home--enhanced .clients-marquee .slide-item:hover img {
    filter: none;
    opacity: 1;
  }
  @keyframes clientsMarquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .home--enhanced .clients-marquee__track {
      animation: none;
    }
  }
  .home--enhanced .info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(0, 27, 41, 0.18);
  }
  .stat-icon-svg {
    width: 28px;
    height: 28px;
    margin-bottom: 0.5rem;
    opacity: 0.95;
  }

  /* ========== Products that matter — typographic split + proof ribbon ========== */
  .home--enhanced .products-matter-section .pm-split {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: end;
    margin-bottom: clamp(2rem, 4vw, 3rem);
    padding-bottom: clamp(1.75rem, 3vw, 2.25rem);
    border-bottom: 1px solid rgba(0, 27, 41, 0.1);
  }
  .home--enhanced .products-matter-section .pm-split__eyebrow {
    margin-bottom: 1.1rem;
  }
  .home--enhanced .products-matter-section .pm-split__title {
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.05;
    margin: 0;
    max-width: 10ch;
  }
  .home--enhanced .products-matter-section .pm-split__title em {
    font-style: italic;
    font-weight: 450;
    color: rgba(0, 27, 41, 0.48);
  }
  .home--enhanced .products-matter-section .pm-split__body {
    padding-bottom: 0.35rem;
  }
  .home--enhanced .products-matter-section .pm-split__body p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(0, 27, 41, 0.7);
    margin: 0 0 1rem;
    max-width: 34ch;
  }
  .home--enhanced .products-matter-section .pm-split__body p:last-of-type {
    margin-bottom: 1.5rem;
  }
  .home--enhanced .products-matter-section .pm-split__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--apx-navy);
    border-bottom: 1.5px solid rgba(0, 27, 41, 0.25);
    padding-bottom: 2px;
    transition:
      color 0.25s ease,
      border-color 0.25s ease,
      gap 0.25s ease;
  }
  .home--enhanced .products-matter-section .pm-split__link:hover {
    color: #0284c7;
    border-color: #0284c7;
    gap: 0.65rem;
  }

  /* Full-width proof ribbon — not cards */
  .home--enhanced .products-matter-section .pm-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    color: #fff;
    background: linear-gradient(
      105deg,
      #001b29 0%,
      #012a3d 55%,
      #023f58 100%
    );
    border-radius: 1.35rem;
    overflow: hidden;
    border: 1px solid rgba(3, 167, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }
  .home--enhanced .products-matter-section .pm-proof__item {
    position: relative;
    padding: clamp(1.6rem, 3.5vw, 2.4rem) clamp(1.25rem, 3vw, 2rem);
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    transition: background 0.3s ease;
  }
  .home--enhanced .products-matter-section .pm-proof__item:hover {
    background: rgba(3, 167, 255, 0.08);
  }
  .home--enhanced
    .products-matter-section
    .pm-proof__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18%;
    bottom: 18%;
    right: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.12);
  }
  .home--enhanced .products-matter-section .pm-proof__index {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(3, 167, 255, 0.75);
  }
  .home--enhanced
    .products-matter-section
    .pm-proof__item:nth-child(2)
    .pm-proof__index {
    color: rgba(255, 255, 255, 0.5);
  }
  .home--enhanced
    .products-matter-section
    .pm-proof__item:nth-child(3)
    .pm-proof__index {
    color: rgba(255, 115, 0, 0.85);
  }
  .home--enhanced .products-matter-section .pm-proof__value {
    font-family: "Bricolage Grotesque", Arial, Helvetica, sans-serif;
    font-size: clamp(2.6rem, 5vw, 3.75rem);
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 0.95;
    margin: 0;
  }
  .home--enhanced .products-matter-section .pm-proof__label {
    font-size: 0.92rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.62);
    margin: 0;
    max-width: 16ch;
  }
  @media (max-width: 991.98px) {
    .home--enhanced .products-matter-section .pm-split {
      grid-template-columns: 1fr;
      align-items: start;
      gap: 1.5rem;
    }
    .home--enhanced .products-matter-section .pm-split__title {
      max-width: 12ch;
    }
  }
  @media (max-width: 575.98px) {
    .home--enhanced .products-matter-section .pm-proof {
      grid-template-columns: 1fr;
    }
    .home--enhanced
      .products-matter-section
      .pm-proof__item:not(:last-child)::after {
      top: auto;
      bottom: 0;
      right: 8%;
      left: 8%;
      width: auto;
      height: 1px;
    }
    .home--enhanced .products-matter-section .pm-proof__label {
      max-width: none;
    }
  }

  /* ========== Pre-footer Option B — launch billboard (homepage) ========== */
  .home--enhanced .pre-footer-billboard {
    margin-top: clamp(1rem, 3vw, 2rem);
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
  }
  .home--enhanced .pf-billboard {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 3.25rem);
    background: #001b29;
    border: 1px solid rgba(3, 167, 255, 0.18);
    color: #fff;
    isolation: isolate;
  }
  .home--enhanced .pf-billboard__watermark {
    position: absolute;
    right: -2%;
    bottom: -18%;
    font-family: "Bricolage Grotesque", Arial, Helvetica, sans-serif;
    font-size: clamp(6rem, 18vw, 14rem);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 0.8;
    color: transparent;
    -webkit-text-stroke: 1px rgba(3, 167, 255, 0.18);
    pointer-events: none;
    user-select: none;
    z-index: 0;
  }
  .home--enhanced .pf-billboard__grid {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.035) 1px,
        transparent 1px
      );
    background-size: 48px 48px;
    mask-image: radial-gradient(
      ellipse at 70% 40%,
      #000 10%,
      transparent 70%
    );
    -webkit-mask-image: radial-gradient(
      ellipse at 70% 40%,
      #000 10%,
      transparent 70%
    );
    pointer-events: none;
    z-index: 0;
  }
  .home--enhanced .pf-billboard__accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(
      90deg,
      var(--apx-orange) 0%,
      var(--apx-cyan) 55%,
      transparent 100%
    );
    z-index: 1;
  }
  .home--enhanced .pf-billboard__content {
    position: relative;
    z-index: 2;
  }
  .home--enhanced .pf-billboard__top {
    display: grid;
    grid-template-columns: 1.4fr auto;
    gap: 1.5rem 2rem;
    align-items: end;
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  }
  .home--enhanced .pf-billboard__eyebrow {
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
  }
  .home--enhanced .pf-billboard__eyebrow .mod-eyebrow__text {
    color: rgba(255, 255, 255, 0.7);
  }
  .home--enhanced .pf-billboard h2 {
    font-size: clamp(2.35rem, 5vw, 3.6rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.05;
    margin: 0;
    color: #fff;
    max-width: 12ch;
  }
  .home--enhanced .pf-billboard h2 em {
    font-style: italic;
    font-weight: 450;
    color: rgba(255, 255, 255, 0.45);
  }
  .home--enhanced .pf-billboard__cta {
    align-self: end;
    margin-bottom: 0.35rem;
  }
  /* Flowing border — GPU transform spin (smooth; no @property) */
  .home--enhanced .pf-flow-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 999px;
    text-decoration: none;
    overflow: hidden;
    background: #001b29;
    filter: drop-shadow(0 0 12px rgba(3, 167, 255, 0.32));
    transition: filter 0.3s ease;
  }
  .home--enhanced .pf-flow-cta::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220%;
    aspect-ratio: 1 / 1;
    background: conic-gradient(
      from 0deg,
      #ff7300 0%,
      #03a7ff 18%,
      #7dd3fc 32%,
      #ffffff 42%,
      #03a7ff 55%,
      #ff7300 72%,
      #03a7ff 88%,
      #ff7300 100%
    );
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
    animation: pfFlowSpin 2.75s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 0;
  }
  .home--enhanced .pf-flow-cta:hover {
    filter: drop-shadow(0 0 16px rgba(3, 167, 255, 0.45));
  }
  .home--enhanced .pf-flow-cta__label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.45rem;
    border-radius: inherit;
    background: #001b29;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
    transition: background 0.3s ease;
  }
  .home--enhanced .pf-flow-cta:hover .pf-flow-cta__label {
    background: #012536;
  }
  @keyframes pfFlowSpin {
    to {
      transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .home--enhanced .pf-flow-cta::before {
      animation: none;
    }
  }
  .home--enhanced .pf-billboard__lead {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.62);
    max-width: 42ch;
    margin: 0 0 clamp(1.75rem, 3vw, 2.5rem);
  }
  .home--enhanced .pf-billboard__metrics {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 1.35rem;
  }
  .home--enhanced .pf-billboard__metric {
    flex: 1 1 8rem;
    padding: 0.35rem 1.25rem 0.15rem 0;
    min-width: 7rem;
  }
  .home--enhanced .pf-billboard__metric:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 1.25rem;
    padding-right: 1.5rem;
  }
  .home--enhanced .pf-billboard__metric strong {
    display: block;
    font-family: "Bricolage Grotesque", Arial, Helvetica, sans-serif;
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 0.45rem;
    color: #fff;
  }
  .home--enhanced .pf-billboard__metric span:not(.js-count) {
    font-size: 0.98rem;
    line-height: 1.4;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.72);
  }
  @media (max-width: 991.98px) {
    .home--enhanced .pf-billboard__top {
      grid-template-columns: 1fr;
      align-items: start;
    }
    .home--enhanced .pf-billboard__cta {
      margin-bottom: 0;
    }
    .home--enhanced .pf-billboard h2 {
      max-width: none;
    }
  }
  @media (max-width: 575.98px) {
    .home--enhanced .pf-billboard__metric:not(:last-child) {
      border-right: 0;
      margin-right: 0;
      padding-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      padding-bottom: 0.85rem;
      margin-bottom: 0.85rem;
    }
    .home--enhanced .pf-billboard__metric {
      flex: 1 1 100%;
      padding-right: 0;
    }
  }

  /* ========== ENHANCEMENT: Footer social microinteraction ========== */
  .home--enhanced .social-contact li {
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
    opacity: 0.85;
  }
  .home--enhanced .social-contact li:hover {
    transform: translateY(-3px);
    opacity: 1;
  }

  /* ========== ENHANCEMENT: Responsive polish ========== */
  @media (max-width: 991.98px) {
    .home--enhanced .hero-cta-group {
      gap: 0.65rem;
    }
    .service-card-enhanced:hover .card-overlay-text p {
      display: none;
    }
  }
  @media (max-width: 575.98px) {
    .home--enhanced .banner-section {
      padding-top: 1.5rem;
    }
    .home--enhanced .mod-eyebrow__text {
      font-size: 0.68rem;
      letter-spacing: 0.06em;
    }
  }


/* ========== Footer mega wordmark — Three.js particles ========== */
  .home--enhanced .footer-mega-logo-wrap {
     margin-top: clamp(0.75rem, 2vw, 1.5rem);
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .home--enhanced .footer-mega-logo {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    isolation: isolate;
    cursor: crosshair;
    background: #fff;
  }
  .home--enhanced .footer-mega-logo__stage {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 295 / 64;
    max-height: none;
    margin: 0;
    background: #fff;
  }
  .home--enhanced .footer-mega-logo__canvas {
    display: block;
    width: 100%;
    height: 100%;
    touch-action: none;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
    filter: none !important;
  }
  .home--enhanced .footer-mega-logo.is-fallback .footer-mega-logo__stage {
    background: #fff center bottom / 100% auto no-repeat url("../images/apoxeo-logo.png");
    opacity: 1;
  }

  @media (max-width: 767.98px) {
    .home--enhanced .footer-mega-logo {
      cursor: auto;
    }
/*     .home--enhanced .footer-mega-logo__stage {
      height: 6.25rem;
    } */
  }

  /* ========== ENHANCEMENT: Reduced motion ========== */
  @media (prefers-reduced-motion: reduce) {
    .home--enhanced .mod-eyebrow__dot {
      animation: none !important;
    }
    .service-card-enhanced,
    .home--enhanced .apoxeo-scale-section .trust-card,
    .home--enhanced .info-card,
    .home--enhanced .case-industries .chips span,
    .home--enhanced .apx-menu .nav-link,
    .home--enhanced .apx-menu__pill,
    .home--enhanced .case-industries .tab-content > .tab-pane {
      transition: none !important;
    }
	  
	   .home--enhanced .footer-mega-logo {
      cursor: auto;
    }
	  
  }

  /* AOS off on mobile: keep content visible even if init races */
  @media (max-width: 991.98px) {
    .home--enhanced [data-aos] {
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
      pointer-events: auto !important;
    }
  }
