﻿:root {
      --navy: #071226;
      --blue: #2f6f9f;
      --ink: #071226;
      --text: #334155;
      --muted: #66768a;
      --line: #d7e2ec;
      --white: #ffffff;
      --shadow: 0 22px 60px rgba(7, 18, 38, 0.12);
      --shadow-soft: 0 12px 30px rgba(7, 18, 38, 0.08);
      --font: "DM Sans", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }

    body.fitco-our-products-page section,
    .page-shell section {
      scroll-margin-top: 84px;
    }

    body {
      margin: 0;
      font-family: var(--font);
      color: var(--ink);
      background: var(--white);
      line-height: 1.6;
      overflow-x: hidden;
      overflow-x: clip;
      -webkit-font-smoothing: antialiased;
    }

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

    body.fitco-our-products-page {
      overflow-x: hidden;
      overflow-x: clip;
      padding-top: 0 !important;
    }

    body.fitco-our-products-page .site-header {
      --fitco-header-surface: rgba(2, 9, 22, 0.86);
      --fitco-header-surface-soft: rgba(255, 255, 255, 0.09);
      --fitco-header-ink: #eef7ff;
      --fitco-header-muted: #a8bed2;
      --fitco-header-border: rgba(120, 190, 255, 0.18);
      --fitco-header-accent: #00a9f4;
      --fitco-header-accent-dark: #0675e8;
      --fitco-header-accent-rgb: 0, 169, 244;
    }

    body.fitco-our-products-page .header-main {
      background:
        linear-gradient(90deg, rgba(2, 9, 22, 0.94), rgba(6, 18, 39, 0.88)),
        rgba(2, 9, 22, 0.9) !important;
      -webkit-backdrop-filter: saturate(150%) blur(16px);
      backdrop-filter: saturate(150%) blur(16px);
      border-bottom-color: rgba(120, 190, 255, 0.18) !important;
    }

    body.fitco-our-products-page .site-header.scrolled {
      box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
    }

    body.fitco-our-products-page .header-brand-copy,
    body.fitco-our-products-page .site-header .main-navigation .menu > li > a,
    body.fitco-our-products-page.mobile-menu-open .site-header .main-navigation .menu > li > a {
      color: #eef7ff !important;
    }

    body.fitco-our-products-page .header-brand-primary {
      color: #eef7ff !important;
    }

    body.fitco-our-products-page .header-brand-divider {
      background: rgba(120, 190, 255, 0.22);
    }

    body.fitco-our-products-page .site-header .main-navigation .menu > li > a:hover,
    body.fitco-our-products-page .site-header .main-navigation .menu > li.current-menu-item > a,
    body.fitco-our-products-page .site-header .main-navigation .menu > li.current-menu-ancestor > a,
    body.fitco-our-products-page.mobile-menu-open .site-header .main-navigation .menu > li > a:hover {
      color: #ffffff !important;
      background: rgba(255, 255, 255, 0.1) !important;
    }

    body.fitco-our-products-page .main-navigation .menu > li.menu-item-has-children > a::after {
      border-top-color: rgba(238, 247, 255, 0.72);
    }

    body.fitco-our-products-page .header-search-btn,
    body.fitco-our-products-page .menu-toggle {
      color: #eef7ff;
      background: rgba(255, 255, 255, 0.08) !important;
      border-color: rgba(120, 190, 255, 0.2) !important;
    }

    body.fitco-our-products-page .menu-toggle span {
      background: #eef7ff;
    }

    body.fitco-our-products-page .header-cta-btn {
      background: #0a67e8 !important;
      border-color: rgba(120, 190, 255, 0.26) !important;
      color: #ffffff !important;
      box-shadow: 0 12px 28px rgba(10, 103, 232, 0.28) !important;
    }

    body.fitco-our-products-page .site-header .main-navigation .menu > li > .sub-menu,
    body.fitco-our-products-page .site-header .main-navigation .sub-menu .sub-menu {
      background: rgba(3, 12, 27, 0.98);
      border-color: rgba(120, 190, 255, 0.18);
      border-top-color: #00a9f4;
      box-shadow: 0 22px 52px rgba(0, 0, 0, 0.34);
    }

    body.fitco-our-products-page .site-header .main-navigation .sub-menu > li > a {
      color: #d9eafb;
    }

    body.fitco-our-products-page .site-header .main-navigation .sub-menu > li > a:hover,
    body.fitco-our-products-page .site-header .main-navigation .sub-menu > li > a:focus {
      color: #ffffff;
      background: rgba(255, 255, 255, 0.09);
    }

    body.fitco-our-products-page.mobile-menu-open .main-navigation {
      background:
        linear-gradient(180deg, rgba(2, 9, 22, 0.99), rgba(4, 14, 31, 0.99)) !important;
      border-top-color: rgba(120, 190, 255, 0.18) !important;
      box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42) !important;
    }

    body.fitco-our-products-page.mobile-menu-open .main-navigation .menu {
      background: transparent !important;
    }

    body.fitco-our-products-page.mobile-menu-open .main-navigation .menu > li {
      border-bottom-color: rgba(120, 190, 255, 0.14) !important;
    }

    body.fitco-our-products-page.mobile-menu-open .site-header .main-navigation .menu > li > a,
    body.fitco-our-products-page.mobile-menu-open .site-header .main-navigation .sub-menu > li > a {
      color: #e6f3ff !important;
      background: transparent !important;
    }

    body.fitco-our-products-page.mobile-menu-open .site-header .main-navigation .menu > li > a:hover,
    body.fitco-our-products-page.mobile-menu-open .site-header .main-navigation .menu > li > a:focus,
    body.fitco-our-products-page.mobile-menu-open .site-header .main-navigation .sub-menu > li > a:hover,
    body.fitco-our-products-page.mobile-menu-open .site-header .main-navigation .sub-menu > li > a:focus {
      color: #ffffff !important;
      background: rgba(255, 255, 255, 0.09) !important;
    }

    body.fitco-our-products-page.mobile-menu-open .main-navigation .menu > li.menu-item-has-children > a::after {
      border-top-color: rgba(230, 243, 255, 0.72) !important;
    }

    body.fitco-our-products-page.mobile-menu-open .main-navigation .sub-menu {
      background: rgba(255, 255, 255, 0.045) !important;
      border-left-color: rgba(120, 190, 255, 0.18) !important;
      box-shadow: none !important;
    }

    body.fitco-our-products-page article,
    body.fitco-our-products-page .entry-content,
    body.fitco-our-products-page .page-content {
      width: 100% !important;
      max-width: none !important;
      margin: 0 !important;
      padding: 0 !important;
    }

    body.fitco-our-products-page .page-shell,
    .page-shell {
      font-family: var(--font);
      color: var(--ink);
      line-height: 1.6;
      overflow: visible;
      isolation: isolate;
    }

    .page-shell *,
    .page-shell *::before,
    .page-shell *::after {
      box-sizing: border-box;
    }

    .page-shell :where(h1, h2, h3, h4, h5, h6, p, ul, ol) {
      margin-top: 0;
    }

    .page-shell a {
      color: inherit;
    }

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

    .page-shell {
      min-height: 100vh;
      width: 100%;
      background:
        linear-gradient(rgba(7, 18, 38, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 18, 38, 0.03) 1px, transparent 1px),
        #ffffff;
      background-size: 72px 72px, 72px 72px, auto;
    }

    .hero {
      position: relative;
      overflow: visible;
      min-height: 560vh;
      min-height: 560svh;
      background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(135deg, #020711 0%, #07111f 52%, #020711 100%);
      background-size: 104px 104px, 104px 104px, auto;
      color: var(--white);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
      background-size: 108px 108px;
      opacity: 0.12;
      pointer-events: none;
    }

    .hero-inner {
      position: sticky;
      top: 0;
      z-index: 1;
      width: min(1440px, calc(100% - 2rem));
      height: 100vh;
      height: 100svh;
      min-height: 100svh;
      margin: 0 auto;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      padding: clamp(5rem, 9svh, 6.7rem) 0 4.6rem;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.8rem;
      margin-top: 2rem;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0.86rem 1.12rem;
      border-radius: 4px;
      border: 1px solid transparent;
      text-decoration: none;
      font-weight: 850;
      font-size: 0.92rem;
      transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
    }

    .btn:hover { transform: translateY(-2px); }
    .btn-primary { background: #00a9f4; color: #061327; }
    .btn-secondary { border-color: rgba(255,255,255,0.32); color: #ffffff; background: rgba(255,255,255,0.08); }

    .hero-stage {
      --hero-cube-width: min(620px, 58vw, 68vh);
      --hero-cube-height: min(760px, calc(100svh - 9rem));
      --hero-cube-size: var(--hero-cube-width);
      --cube-depth: clamp(260px, calc(var(--hero-cube-height) * 0.5), 390px);
      position: relative;
      width: 100%;
      min-height: var(--hero-cube-height);
      display: flex;
      align-items: center;
      justify-content: center;
      perspective: calc(var(--hero-cube-height) * 2.25);
      perspective-origin: 50% 46%;
    }

    .stage-word {
      position: absolute;
      left: 50%;
      bottom: -0.46em;
      z-index: 0;
      width: 100vw;
      height: 1em;
      transform: translate3d(-50%, 0, 0);
      color: rgba(0, 118, 214, 0.34);
      font-size: clamp(8.8rem, 20vw, 20rem);
      font-weight: 800;
      line-height: 0.82;
      text-align: center;
      letter-spacing: -0.085em;
      pointer-events: none;
      will-change: transform, opacity, filter;
    }

    .stage-word__item {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      opacity: var(--stage-word-item-opacity, 0);
      filter: blur(var(--stage-word-item-blur, 0));
      transform: translate3d(0, var(--stage-word-item-y, 0), 0);
      will-change: transform, opacity, filter;
    }

    .product-cube {
      position: relative;
      width: var(--hero-cube-width);
      height: var(--hero-cube-height);
      z-index: 3;
      transform-style: preserve-3d;
      isolation: isolate;
    }

    .product-cube::before {
      content: "";
      position: absolute;
      inset: -34px;
      z-index: -2;
      background:
        linear-gradient(90deg, rgba(0, 169, 244, 0.8), rgba(46, 111, 220, 0.2) 36%, rgba(65, 88, 210, 0.16) 62%, rgba(105, 62, 222, 0.78)),
        linear-gradient(180deg, rgba(70, 132, 220, 0.28), transparent 38%, rgba(0, 169, 244, 0.46));
      box-shadow:
        -32px 0 78px rgba(0, 169, 244, 0.34),
        34px 0 84px rgba(105, 62, 222, 0.34),
        0 26px 74px rgba(0, 169, 244, 0.22);
      filter: blur(22px);
      opacity: 0.74;
      pointer-events: none;
    }

    .product-cube::after {
      content: "";
      position: absolute;
      inset: -1px;
      border: 1px solid rgba(116, 178, 230, 0.2);
      background: transparent;
      box-shadow:
        -18px 0 58px rgba(0, 169, 244, 0.18),
        22px 0 64px rgba(87, 64, 214, 0.2),
        0 20px 42px rgba(0, 0, 0, 0.32);
      opacity: 1;
      z-index: -1;
      pointer-events: none;
    }

    .cube-rotor {
      position: absolute;
      inset: 0;
      z-index: 3;
      transform-style: preserve-3d;
      transform: translateZ(calc(var(--cube-depth) * -1)) rotateX(var(--cube-rotation-x, 0deg));
      transform-origin: 50% 50%;
      will-change: transform;
    }

    .cube-shadow {
      position: absolute;
      left: 4%;
      right: 4%;
      bottom: -12%;
      z-index: 1;
      height: 24%;
      border-radius: 50%;
      background: radial-gradient(ellipse at 50% 54%, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.2) 36%, rgba(0, 0, 0, 0) 72%);
      filter: blur(13px);
      opacity: var(--cube-shadow-opacity, 0.74);
      pointer-events: none;
      transform: translate3d(0, 0, 0) scale(var(--cube-shadow-scale, 1), 1);
      transform-origin: 50% 50%;
      will-change: transform, opacity, filter;
    }

    .cube-shadow::before {
      content: "";
      position: absolute;
      left: 13%;
      right: 13%;
      top: 42%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(116, 158, 185, 0.34), rgba(146, 178, 198, 0.38), rgba(116, 158, 185, 0.3), transparent);
      box-shadow: none;
      opacity: 0.46;
    }

    .hero-product {
      position: absolute;
      inset: 0;
      --face-angle: 0deg;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      gap: 0;
      padding: clamp(2.2rem, 4vw, 3.4rem) clamp(2rem, 4vw, 3.1rem) clamp(2.1rem, 4vw, 3.2rem);
      border: 1px solid rgba(255,255,255,0.18);
      background:
        linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
        linear-gradient(145deg, #06111f 0%, #020812 100%);
      background-size: 72px 72px, 72px 72px, auto;
      box-shadow:
        inset 0 0 0 1px rgba(111, 192, 255, 0.09),
        inset 0 28px 76px rgba(116, 158, 185, 0.035),
        0 32px 80px rgba(0,0,0,0.4);
      text-align: center;
      backface-visibility: hidden;
      opacity: 1;
      visibility: visible;
      filter: brightness(var(--cube-motion-brightness, 1));
      transform: rotateX(var(--face-angle)) translateZ(var(--cube-depth));
      pointer-events: none;
      overflow: hidden;
      transition: box-shadow 180ms ease;
      transform-style: preserve-3d;
      will-change: transform;
    }

    .hero-product::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      background:
        linear-gradient(180deg, rgba(0,0,0,0.28), rgba(0,0,0,0.92)),
        #000000;
      opacity: var(--cube-dim-opacity, 0.04);
      pointer-events: none;
    }

    .hero-product:nth-child(1) { --face-angle: 0deg; }
    .hero-product:nth-child(2) { --face-angle: 90deg; }
    .hero-product:nth-child(3) { --face-angle: 180deg; }
    .hero-product:nth-child(4) { --face-angle: 270deg; }

    .hero-product > * {
      position: relative;
      z-index: 1;
    }

    .hero-product.is-active {
      filter: none;
      pointer-events: auto;
    }

    .hero-product__image {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: min(332px, 54%);
      aspect-ratio: 1;
      margin-top: clamp(1.1rem, 5vh, 3.25rem);
      margin-bottom: 0;
    }

    .hero-product__image img {
      position: relative;
      z-index: 1;
      max-height: 310px;
      width: auto;
      object-fit: contain;
      filter: drop-shadow(0 24px 32px rgba(0,0,0,0.48));
    }

    .hero-product__info {
      position: relative;
      z-index: 1;
      display: block;
      width: min(460px, 100%);
      margin-top: auto;
      margin-bottom: clamp(0.25rem, 1.6vh, 1.25rem);
      text-align: center;
      opacity: var(--text-opacity, 1);
      filter: blur(var(--text-blur, 0));
      transform: translate3d(0, var(--text-y, 0), 0) scale(var(--text-scale, 1));
      transform-origin: 50% 50%;
      will-change: transform, opacity, filter;
    }

    .hero-product-panels {
      position: absolute;
      left: 50%;
      top: calc(50% + var(--hero-cube-size) / 2 + 1rem);
      z-index: 2;
      width: min(560px, calc(100% - 2rem));
      transform: translateX(-50%);
      text-align: center;
      color: #ffffff;
      min-height: 190px;
      pointer-events: none;
      display: none;
    }

    .hero-product-panel {
      position: absolute;
      inset: 0;
      opacity: var(--text-opacity, 0);
      filter: blur(var(--text-blur, 0));
      transform: translate3d(0, var(--text-y, 86px), 0) scale(var(--text-scale, 1));
      transform-origin: 50% 50%;
      pointer-events: none;
      transition: none;
      will-change: transform, opacity, filter;
    }

    .hero-product-panel.is-active {
      pointer-events: auto;
    }

    .hero-mobile-progress {
      display: none;
    }

    .hero-product__info span,
    .hero-product-panel span {
      display: block;
      color: #86c9f8;
      font-size: clamp(0.74rem, 0.9vw, 0.9rem);
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .hero-product__info strong,
    .hero-product-panel strong {
      display: block;
      margin-top: 0.65rem;
      font-size: clamp(1.55rem, 2.45vw, 2.35rem);
      line-height: 1.14;
      letter-spacing: -0.035em;
    }

    .hero-product__info p,
    .hero-product-panel p {
      margin: 0.8rem auto 0;
      max-width: 35ch;
      color: #c9d8e6;
      font-size: clamp(0.88rem, 1.1vw, 1.02rem);
      font-weight: 700;
      line-height: 1.55;
    }

    .hero-product__cta,
    .hero-product-panel a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      margin-top: 1.25rem;
      padding: 0.82rem 1.35rem;
      border-radius: 999px;
      background: #0a67e8;
      color: #ffffff;
      text-decoration: none;
      font-size: 0.9rem;
      font-weight: 900;
    }

    .hero-tabs {
      position: absolute;
      left: 5.2rem;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.55rem;
      padding: 0;
      border: 0;
      background: transparent;
    }

    .hero-tab {
      width: 12px;
      height: 12px;
      border: 0;
      border-radius: 999px;
      background: rgba(255,255,255,0.32);
      cursor: pointer;
      transition: height 250ms ease, background 250ms ease;
    }

    .hero-tab.is-active {
      width: 12px;
      height: 34px;
      background: #00a9f4;
    }

    .hero-down-cue {
      width: 10px;
      height: 10px;
      border-right: 2px solid rgba(255,255,255,0.42);
      border-bottom: 2px solid rgba(255,255,255,0.42);
      transform: rotate(45deg);
      margin-top: 0.8rem;
    }

    .section {
      padding: clamp(4rem, 7vw, 6.5rem) 0;
      content-visibility: auto;
      contain-intrinsic-size: 760px;
    }

    .section--soft { background: #f4f7fb; }
    .section--dark { background: #071226; color: #ffffff; }

    .container {
      width: min(1180px, calc(100% - 2rem));
      margin: 0 auto;
    }

    .section-head {
      max-width: 770px;
      margin: 0 auto 2.6rem;
      text-align: center;
    }

    .section-kicker {
      color: var(--blue);
      font-size: 0.78rem;
      font-weight: 900;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .section-title {
      margin: 0.65rem auto 0;
      font-size: clamp(2rem, 4vw, 3.4rem);
      line-height: 1.04;
      letter-spacing: -0.035em;
      font-weight: 800;
    }

    .section-copy {
      margin: 1rem auto 0;
      color: var(--muted);
      font-size: 1.02rem;
      max-width: 62ch;
    }

    .section--dark .section-copy { color: #b9cde0; }

    .quick-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1px;
      border: 1px solid var(--line);
      background: var(--line);
      box-shadow: var(--shadow-soft);
    }

    .quick-link {
      min-height: 118px;
      padding: 1.1rem;
      background: #ffffff;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: background 180ms ease, color 180ms ease;
    }

    .quick-link:hover {
      background: var(--navy);
      color: #ffffff;
    }

    .quick-link svg {
      width: 24px;
      height: 24px;
      color: var(--blue);
    }

    .quick-link:hover svg { color: #6fc0ff; }

    .quick-link strong {
      font-size: 1rem;
      line-height: 1.25;
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
    }

    .product-card {
      min-height: 430px;
      position: relative;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      border: 1px solid var(--line);
      background: #ffffff;
      text-decoration: none;
      color: inherit;
      box-shadow: var(--shadow-soft);
      transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
    }

    .product-card:hover {
      transform: translateY(-5px);
      box-shadow: var(--shadow);
      border-color: #b8ccdc;
    }

    .product-card__visual {
      min-height: 218px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2rem;
      background:
        linear-gradient(rgba(7,18,38,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7,18,38,0.035) 1px, transparent 1px),
        linear-gradient(180deg, #ffffff, #edf4f9);
      background-size: 46px 46px, 46px 46px, auto;
    }

    .product-card__visual img {
      max-height: 150px;
      width: auto;
      object-fit: contain;
      filter: drop-shadow(0 18px 22px rgba(7,18,38,0.15));
      transition: transform 180ms ease;
    }

    .product-card:hover .product-card__visual img {
      transform: scale(1.05);
    }

    .product-card__body {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 1.1rem;
    }

    .product-meta {
      display: flex;
      justify-content: space-between;
      gap: 0.7rem;
      color: var(--blue);
      font-size: 0.72rem;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }

    .product-card h3 {
      margin: 0.7rem 0 0;
      font-size: 1.45rem;
      line-height: 1.08;
      letter-spacing: -0.025em;
    }

    .product-tagline {
      margin-top: 0.5rem;
      color: #52616f;
      font-size: 0.9rem;
      font-weight: 800;
    }

    .product-card p {
      margin: 0.85rem 0 0;
      color: var(--text);
      font-size: 0.94rem;
      line-height: 1.58;
    }

    .product-arrow {
      margin-top: auto;
      padding-top: 1rem;
      color: var(--blue);
      font-weight: 900;
    }

    .feature-layout {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 1rem;
      align-items: stretch;
    }

    .feature-panel {
      padding: clamp(1.4rem, 3vw, 2.2rem);
      border: 1px solid rgba(255,255,255,0.14);
      background:
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        #0b2447;
      background-size: 52px 52px, 52px 52px, auto;
    }

    .feature-panel h2 {
      max-width: 11ch;
      margin: 0;
      font-size: clamp(2.4rem, 5vw, 4.5rem);
      line-height: 0.95;
      letter-spacing: -0.04em;
    }

    .feature-panel p {
      max-width: 46ch;
      color: #c9dae7;
      margin: 1.2rem 0 0;
    }

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

    .capability-card {
      min-height: 214px;
      padding: 1.2rem;
      border: 1px solid rgba(255,255,255,0.14);
      background: rgba(255,255,255,0.07);
    }

    .capability-card span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      border-radius: 4px;
      background: #00a9f4;
      color: #071226;
      font-weight: 900;
    }

    .capability-card h3 {
      margin: 1rem 0 0;
      font-size: 1.2rem;
      line-height: 1.18;
    }

    .capability-card p {
      margin: 0.75rem 0 0;
      color: #b9cde0;
      font-size: 0.94rem;
    }

    .app-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      border: 1px solid var(--line);
      background: var(--line);
      gap: 1px;
    }

    .app-card {
      min-height: 158px;
      padding: 1.15rem;
      background: #ffffff;
    }

    .app-card span {
      display: block;
      color: var(--blue);
      font-size: 0.74rem;
      font-weight: 900;
      text-transform: uppercase;
    }

    .app-card strong {
      display: block;
      margin-top: 0.6rem;
      font-size: 1.1rem;
      line-height: 1.18;
    }

    .app-card p {
      margin: 0.7rem 0 0;
      color: var(--muted);
      font-size: 0.88rem;
    }

    .trust-row {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 0.7rem;
    }

    .trust-logo {
      min-height: 72px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.75rem;
      border: 1px solid var(--line);
      background: #ffffff;
    }

    .trust-logo img {
      max-height: 42px;
      width: auto;
      object-fit: contain;
    }

    .cta {
      padding: clamp(4rem, 7vw, 6.5rem) 0;
      background: #061327;
      color: #ffffff;
      text-align: center;
      content-visibility: auto;
      contain-intrinsic-size: 520px;
    }

    .cta-box {
      width: min(920px, calc(100% - 2rem));
      margin: 0 auto;
    }

    .cta h2 {
      margin: 0;
      font-size: clamp(2.4rem, 5vw, 4.5rem);
      line-height: 0.95;
      letter-spacing: -0.045em;
    }

    .cta p {
      max-width: 62ch;
      margin: 1.1rem auto 0;
      color: #c9dae7;
    }

    .cta .hero-actions {
      justify-content: center;
      margin-top: 2rem;
    }

    .fade-in {
      opacity: 0;
      transform: translateY(16px);
      transition: opacity 520ms ease, transform 520ms ease;
    }

    .fade-in.visible {
      opacity: 1;
      transform: none;
    }

    @media (max-width: 980px) {
      .hero-inner {
        min-height: 100svh;
        padding: clamp(4rem, 8svh, 5.8rem) 0 3.6rem;
      }
      .hero-stage { min-height: min(690px, calc(100svh - 9rem)); }
      .hero-stage {
        --hero-cube-width: var(--hero-cube-size);
        --hero-cube-height: var(--hero-cube-size);
        --hero-cube-size: min(600px, calc(100vw - 5rem), 62vh);
        --cube-depth: calc(var(--hero-cube-size) * 0.5);
      }
      .hero-product-panels {
        display: block;
        top: calc(50% + var(--hero-cube-size) / 2 + 0.8rem);
      }
      .hero-product {
        justify-content: center;
        gap: 0;
        padding: clamp(1.1rem, 4vw, 2rem);
      }
      .hero-product__image {
        width: min(360px, 68%);
        margin: 0;
      }
      .hero-product__info {
        display: none;
      }
      .quick-grid,
      .product-grid,
      .app-grid,
      .trust-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .feature-layout { grid-template-columns: 1fr; }
    }

    @media (max-width: 640px) {
      .hero {
        min-height: 640vh;
        min-height: 640svh;
        overflow: visible;
      }
      .hero-inner {
        position: sticky;
        top: 0;
        width: min(calc(100% - 2rem), 430px);
        height: 100vh;
        height: 100svh;
        min-height: 100svh;
        align-items: flex-start;
        padding: 1.25rem 0 2.8rem;
      }
      .hero-actions {
        width: 100%;
      }
      .hero-actions .btn {
        flex: 1 1 100%;
        width: 100%;
        min-width: 0;
      }
    .hero-stage {
      --hero-mobile-top: clamp(2.4rem, 8svh, 4.8rem);
      --hero-mobile-panel-gap: clamp(2.8rem, 5.2svh, 3.7rem);
      align-items: flex-start;
      min-height: calc(100svh - 3.8rem);
      padding-top: var(--hero-mobile-top);
      isolation: isolate;
    }
      .product-cube {
        min-height: 0;
      }
      .product-cube::after {
        inset: -1px;
        opacity: 0.34;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26);
      }
      .hero-stage {
        --hero-cube-width: var(--hero-cube-size);
        --hero-cube-height: var(--hero-cube-size);
        --hero-cube-size: min(calc(100vw - 2rem), 350px, 43vh);
        --cube-depth: calc(var(--hero-cube-size) * 0.5);
      }
      .hero-product {
        padding: 0.8rem;
      }
      .hero-product__image {
        width: min(315px, 92%);
        min-height: 0;
        padding: 0;
      }
      .hero-product__image img {
        max-height: 305px;
      }
      .stage-word {
        bottom: -0.24em;
        font-size: clamp(6.4rem, 30vw, 8.8rem);
        line-height: 0.82;
      }
      .hero-tabs {
        display: none;
      }
      .hero-product-panels {
        top: calc(var(--hero-mobile-top) + var(--hero-cube-height) + var(--hero-mobile-panel-gap));
        z-index: 4;
        width: min(370px, calc(100% - 0.5rem));
        min-height: 232px;
      }
      .hero-product-panel {
        padding-inline: 0.35rem;
      }
      .hero-product-panel strong {
        margin-top: 0.55rem;
        font-size: clamp(1.2rem, 5.75vw, 1.58rem);
        line-height: 1.12;
      }
      .hero-product-panel p {
        max-width: 33ch;
        margin-top: 0.7rem;
        font-size: clamp(0.86rem, 3.7vw, 0.94rem);
        line-height: 1.48;
      }
      .hero-product-panel a {
        min-height: 42px;
        margin-top: 1rem;
        padding: 0.72rem 1.05rem;
        font-size: 0.84rem;
      }
      .hero-mobile-progress {
        position: absolute;
        left: 50%;
        top: calc(var(--hero-mobile-top) + var(--hero-cube-height) + 0.65rem);
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.38rem;
        width: auto;
        min-width: 0;
        height: auto;
        padding: 0.34rem 0.48rem;
        transform: translateX(-50%);
        border: 1px solid rgba(134, 201, 248, 0.12);
        border-radius: 999px;
        background: rgba(2, 9, 22, 0.36);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
      }
      .hero-mobile-progress__count,
      .hero-mobile-progress__track {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
      }
      .hero-mobile-progress__dots {
        display: flex;
        align-items: center;
        gap: 0.38rem;
      }
      .hero-mobile-progress__dots span {
        width: 6px;
        height: 6px;
        border-radius: 999px;
        background: rgba(215, 232, 244, 0.36);
        transition: width 180ms ease, background 180ms ease, opacity 180ms ease;
      }
      .hero-mobile-progress__dots span.is-active {
        width: 18px;
        background: #00a9f4;
      }
      .quick-grid,
      .product-grid,
      .capability-grid,
      .app-grid {
        grid-template-columns: 1fr;
      }
      .trust-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .container {
        width: min(430px, calc(100% - 1rem));
      }
      .section-head {
        margin-bottom: 1.6rem;
        text-align: left;
      }
      .section-title {
        font-size: clamp(1.8rem, 8vw, 2.35rem);
      }
      .section-copy {
        font-size: 0.94rem;
      }
      .quick-link {
        min-height: 86px;
        display: grid;
        grid-template-columns: 28px 1fr;
        align-items: center;
        gap: 0.8rem;
      }
      .product-card__body,
      .capability-card,
      .app-card {
        padding: 1rem;
      }
      .capability-card,
      .app-card {
        min-height: 0;
      }
      .trust-logo {
        min-height: 64px;
      }
      .product-card {
        min-height: 0;
      }
      .product-card__visual {
        min-height: 190px;
      }
      .section {
        padding: 3.2rem 0;
      }
    }

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

      .cube-rotor,
      .hero-product,
      .hero-product::after,
      .hero-product-panel,
      .fade-in,
      .btn,
      .product-card,
      .product-card__visual img,
      .quick-link {
        transition: none !important;
      }

      .fade-in {
        opacity: 1;
        transform: none;
      }
    }

