:root {
      --ink: #06090f;
      --surface: #0d1220;
      --card: #111827;
      --border: rgba(255, 255, 255, 0.07);
      --teal: #00d4c8;
      --teal-dim: rgba(0, 212, 200, 0.10);
      --blue: #3b82f6;
      --blue-dim: rgba(59, 130, 246, 0.10);
      --coral: #ff6f59;
      --text: #e2e8f0;
      --muted: #64748b;
      --light: #94a3b8;
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0
    }

    html {
      scroll-behavior: smooth
    }

    body {
      background: var(--ink);
      color: var(--text);
      font-family: 'IBM Plex Sans', sans-serif;
      font-size: 16px;
      line-height: 1.65;
      overflow-x: hidden
    }

    #bg-canvas {
      position: fixed;
      inset: 0;
      z-index: 0;
      opacity: .28;
      pointer-events: none
    }

    /* ═══ NAV ═══ */
    header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 200
    }

    /* Brand bar */
    .brand-bar {
      height: 42px;
      background: rgba(4, 7, 13, .98);
      border-bottom: 1px solid var(--border);
      display: flex;
      align-items: center;
      padding: 0 60px;
      gap: 24px;
    }

    .brand-logo {
      display: flex;
      align-items: center;
      gap: 9px;
      text-decoration: none;
      font-family: 'Syne', sans-serif;
      font-weight: 800;
      font-size: 1rem;
      color: #fff;
      letter-spacing: -.02em
    }

.bb-sep {
      width: 1px;
      height: 16px;
      background: var(--border)
    }

    .bb-tag {
      font-size: .72rem;
      color: var(--muted);
      letter-spacing: .02em
    }

    .bb-right {
      margin-left: auto;
      display: flex;
      gap: 20px;
      align-items: center
    }

    .bb-link {
      font-size: .74rem;
      color: var(--muted);
      text-decoration: none;
      transition: color .2s
    }

    .bb-link:hover {
      color: var(--teal)
    }

    /* Main nav */
    .main-nav {
      height: 52px;
      background: rgba(6, 9, 15, .94);
      backdrop-filter: blur(20px);
      border-bottom: 1px solid var(--border);
      display: flex;
      align-items: center;
      padding: 0 60px;
    }

    /* Product dropdown menus */
    .nav-products {
      display: flex;
      align-items: center;
      gap: 0
    }

    .nav-product {
      position: relative
    }

    .np-trigger {
      display: flex;
      align-items: center;
      gap: 8px;
      height: 52px;
      padding: 0 20px;
      cursor: pointer;
      border-bottom: 2px solid transparent;
      transition: all .2s;
      background: none;
      border-top: none;
      border-left: none;
      border-right: none;
      font-family: 'IBM Plex Sans', sans-serif;
    }

    .np-trigger.active-ml {
      border-bottom-color: var(--teal)
    }

    .np-trigger.np-name {
      font-family: 'Syne', sans-serif;
      font-weight: 700;
      font-size: .88rem;
      color: #fff
    }

/* Dropdown panel */
    .np-dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      background: rgba(10, 14, 24, .97);
      border: 1px solid var(--border);
      border-radius: 10px;
      min-width: 220px;
      padding: 8px;
      opacity: 0;
      pointer-events: none;
      transform: translateY(8px);
      transition: all .2s;
      backdrop-filter: blur(20px);
      box-shadow: 0 16px 48px rgba(0, 0, 0, .5);
    }

    .nav-product:hover .np-dropdown {
      opacity: 1;
      pointer-events: all;
      transform: translateY(0)
    }

    .dd-link {
      display: block;
      padding: 9px 12px;
      border-radius: 6px;
      text-decoration: none;
      font-size: .83rem;
      color: var(--light);
      transition: all .15s;
    }

    .dd-link:hover {
      background: rgba(255, 255, 255, .05);
      color: #fff
    }

    .dd-link.dd-active {
      color: var(--teal);
      background: var(--teal-dim)
    }

    .dd-link .dd-sub {
      display: block;
      font-size: .72rem;
      color: var(--muted);
      margin-top: 1px
    }

    .dd-sep {
      height: 1px;
      background: var(--border);
      margin: 4px 0
    }

    .nav-sep {
      width: 1px;
      height: 26px;
      background: var(--border);
      margin: 0 8px
    }

    /* Product sub-links */
    .sub-links {
      display: flex;
      align-items: center;
      gap: 2px
    }

    .sub-link {
      padding: 5px 13px;
      font-size: .8rem;
      color: var(--muted);
      text-decoration: none;
      border-radius: 5px;
      transition: all .2s
    }

    .sub-link:hover {
      color: #fff;
      background: rgba(255, 255, 255, .05)
    }

    .sub-link.active {
      color: var(--teal)
    }

    .nav-end {
      margin-left: auto;
      display: flex;
      gap: 8px;
      align-items: center
    }

    .btn-demo {
      background: transparent;
      color: var(--text);
      border: 1px solid var(--border);
      padding: 6px 16px;
      border-radius: 6px;
      font-size: .8rem;
      font-weight: 500;
      cursor: pointer;
      font-family: 'IBM Plex Sans', sans-serif;
      transition: all .2s
    }

    .btn-demo:hover {
      border-color: var(--teal);
      color: var(--teal)
    }

    .btn-cta {
      background: var(--teal);
      color: var(--ink);
      border: none;
      padding: 7px 17px;
      border-radius: 6px;
      font-size: .8rem;
      font-weight: 700;
      cursor: pointer;
      font-family: 'IBM Plex Sans', sans-serif;
      transition: opacity .2s
    }

    .btn-cta:hover {
      opacity: .85
    }

    /* ═══ HERO ═══ */
    .hero-wrap {
      position: relative;
      z-index: 1;
      padding-top: 94px
    }

    .hero {
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 56px;
      align-items: center;
      padding: 56px 60px 72px
    }

    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: var(--teal-dim);
      border: 1px solid rgba(0, 212, 200, .2);
      color: var(--teal);
      padding: 5px 13px;
      border-radius: 100px;
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .07em;
      text-transform: uppercase;
      margin-bottom: 20px;
      animation: fadeUp .7s ease both
    }

    .hero-eyebrow::before {
      content: '';
      width: 5px;
      height: 5px;
      background: var(--teal);
      border-radius: 50%;
      animation: pulse 2s infinite
    }

    .hero h1 {
      font-family: 'Syne', sans-serif;
      font-size: clamp(2.1rem, 3.8vw, 3.4rem);
      font-weight: 800;
      line-height: 1.06;
      letter-spacing: -.04em;
      color: #fff;
      animation: fadeUp .7s .07s ease both
    }

    .hero h1 .t {
      color: var(--teal)
    }

    .hero-sub {
      font-size: .97rem;
      color: var(--light);
      margin: 16px 0 30px;
      line-height: 1.75;
      animation: fadeUp .7s .14s ease both
    }

    .hero-actions {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      animation: fadeUp .7s .2s ease both
    }

    .btn-p {
      background: var(--teal);
      color: var(--ink);
      padding: 11px 24px;
      border-radius: 7px;
      font-weight: 700;
      font-size: .87rem;
      border: none;
      cursor: pointer;
      font-family: 'IBM Plex Sans', sans-serif;
      box-shadow: 0 0 24px rgba(0, 212, 200, .2);
      transition: transform .15s, box-shadow .15s
    }

    .btn-p:hover {
      transform: translateY(-2px);
      box-shadow: 0 0 40px rgba(0, 212, 200, .4)
    }

    .btn-g {
      background: transparent;
      color: var(--text);
      padding: 11px 24px;
      border-radius: 7px;
      font-weight: 600;
      font-size: .87rem;
      border: 1px solid var(--border);
      cursor: pointer;
      font-family: 'IBM Plex Sans', sans-serif;
      transition: border-color .2s, color .2s
    }

    .btn-g:hover {
      border-color: var(--teal);
      color: var(--teal)
    }

    .hero-b2b {
      margin-top: 18px;
      font-size: .76rem;
      color: var(--muted);
      animation: fadeUp .7s .28s ease both
    }

    /* Mac browser frame */
    .mac-frame {
      background: #2d2d2d;
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 24px 80px rgba(0, 0, 0, .65),
        0 0 0 1px rgba(255, 255, 255, .04),
        0 0 60px rgba(0, 212, 200, .06);
      animation: fadeUp .7s .16s ease both;
    }

    .mac-bar {
      height: 36px;
      background: #2d2d2d;
      border-bottom: 1px solid rgba(0, 0, 0, .3);
      display: flex;
      align-items: center;
      padding: 0 14px;
      gap: 8px;
      background: linear-gradient(180deg, #3a3a3a 0%, #2d2d2d 100%);
    }

    .mac-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      box-shadow: inset 0 1px 1px rgba(255, 255, 255, .3)
    }

    .mac-d1 {
      background: #ff5f57
    }

    .mac-d2 {
      background: #febc2e
    }

    .mac-d3 {
      background: #28c840
    }

    .mac-addr {
      margin-left: 10px;
      flex: 1;
      background: rgba(255, 255, 255, .06);
      border-radius: 4px;
      height: 18px;
      max-width: 240px;
      padding: 0 10px;
      font-family: 'IBM Plex Mono', monospace;
      font-size: .6rem;
      color: var(--muted);
      display: flex;
      align-items: center
    }

    .mac-body {
      padding: 16px;
      background: var(--surface)
    }

    /* Dashboard mock */
/* ═══ PRODUCT BAND ═══ */
    .prod-band {
      position: relative;
      z-index: 1;
      background: rgba(255, 255, 255, .015);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      padding: 48px 60px 40px
    }

    .prod-inner {
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px
    }

    .prod-card {
      padding: 30px;
      border-radius: 12px;
      border: 1px solid var(--border);
      background: var(--card);
      transition: transform .2s;
      text-decoration: none;
      display: block
    }

    .prod-card:hover {
      transform: translateY(-3px)
    }

    .prod-card.ml:hover {
      border-color: rgba(0, 212, 200, .28)
    }

    .prod-card.bk:hover {
      border-color: rgba(59, 130, 246, .28)
    }

    .prod-card.bk {
      opacity: .75
    }

    .pc-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 14px
    }

.pc-b {
      font-size: .62rem;
      font-family: 'IBM Plex Mono', monospace;
      padding: 2px 8px;
      border-radius: 3px;
      font-weight: 500;
      letter-spacing: .06em
    }

    .pb-ml {
      background: var(--teal-dim);
      color: var(--teal);
      border: 1px solid rgba(0, 212, 200, .2)
    }

    .pb-bk {
      background: var(--blue-dim);
      color: var(--blue);
      border: 1px solid rgba(59, 130, 246, .2)
    }

    .prod-card h3 {
      font-family: 'DM Sans', sans-serif;
      font-size: 1.35rem;
      font-weight: 800;
      margin-bottom: 8px
    }

    .prod-card p {
      font-size: .84rem;
      color: var(--muted);
      line-height: 1.65
    }

    .pc-feats {
      margin-top: 16px;
      display: flex;
      flex-direction: column;
      gap: 6px
    }

    .pc-f {
      display: flex;
      align-items: center;
      gap: 7px;
      font-size: .79rem;
      color: var(--light)
    }

    .pf-ml::before {
      content: '→';
      color: var(--teal);
      font-size: .7rem
    }

    .pf-bk::before {
      content: '→';
      color: var(--blue);
      font-size: .7rem
    }

    .pc-lnk {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      margin-top: 18px;
      font-size: .79rem;
      font-weight: 600
    }

    .pc-lnk.ml {
      color: var(--teal)
    }

    .pc-lnk.bk {
      color: var(--blue)
    }

    /* ═══ SECTIONS ═══ */
    .sw {
      position: relative;
      z-index: 1;
      max-width: 1280px;
      margin: 0 auto;
      padding: 88px 60px
    }

    .sec-lbl {
      display: inline-block;
      font-family: 'IBM Plex Mono', monospace;
      font-size: .7rem;
      color: var(--teal);
      letter-spacing: .1em;
      text-transform: uppercase;
      margin-bottom: 12px
    }

    .sec-title {
      font-family: 'DM Sans', sans-serif;
      font-size: clamp(1.75rem, 3vw, 2.6rem);
      font-weight: 800;
      letter-spacing: -.03em;
      line-height: 1.1
    }

    .sec-body {
      color: var(--light);
      font-size: .95rem;
      line-height: 1.75;
      max-width: 530px;
      margin-top: 12px
    }

    /* ═══ PIPELINE ═══ */
    .pip-bg {
      background: radial-gradient(ellipse at 50% 0%, rgba(0, 212, 200, .04) 0%, transparent 70%)
    }

    .pip-head {
      text-align: center;
      margin-bottom: 52px
    }

    .pip-head .sec-body {
      margin: 12px auto 0
    }

    .pip-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 8px;
      position: relative
    }

    .pip-grid::before {
      content: '';
      position: absolute;
      top: 33px;
      left: 8%;
      right: 8%;
      height: 1px;
      background: linear-gradient(to right, transparent, var(--teal), transparent);
      opacity: .22;
      pointer-events: none
    }

    .pip-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 4px;
      position: relative
    }

    .pip-circle {
      width: 66px;
      height: 66px;
      border-radius: 50%;
      background: var(--card);
      border: 1px solid var(--border);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.45rem;
      margin-bottom: 16px;
      transition: border-color .3s, box-shadow .3s;
      z-index: 1
    }

    .pip-step:hover .pip-circle {
      border-color: rgba(0, 212, 200, .45);
      box-shadow: 0 0 20px rgba(0, 212, 200, .1)
    }

    .pip-num {
      font-family: 'IBM Plex Mono', monospace;
      font-size: .6rem;
      color: var(--teal);
      letter-spacing: .08em;
      margin-bottom: 6px
    }

    .pip-step h4 {
      font-family: 'DM Sans', sans-serif;
      font-weight: 700;
      font-size: .88rem;
      color: #fff;
      margin-bottom: 6px
    }

    .pip-step p {
      font-size: .75rem;
      color: var(--muted);
      line-height: 1.5;
      word-break: keep-all
    }

    /* ═══ FEATURE ROWS ═══ */
    .f-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
      margin-bottom: 80px
    }

    .f-row:last-child {
      margin-bottom: 0
    }

    .f-row.rev {
      direction: rtl
    }

    .f-row.rev>* {
      direction: ltr
    }

    .f-screen-wrap {
      position: relative
    }

    /* Screenshot placeholder — replace img src with real screenshot */
    .f-screen {
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 12px;
      overflow: hidden
    }

.f-content .sec-lbl {
      color: var(--teal)
    }

    .f-list {
      margin-top: 20px;
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px
    }

    .f-list li {
      display: flex;
      gap: 8px;
      align-items: flex-start;
      font-size: .85rem;
      color: var(--light);
      line-height: 1.55
    }

    .f-list li::before {
      content: '▸';
      color: var(--teal);
      flex-shrink: 0;
      margin-top: 3px;
      font-size: .7rem
    }

    /* ═══ EXPERIMENT ═══ */
    .exp-layout {
      display: grid;
      grid-template-columns: 240px 1fr;
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 14px;
      overflow: hidden;
      margin-top: 40px
    }

    .exp-sb {
      background: var(--surface);
      border-right: 1px solid var(--border);
      padding: 18px 13px
    }

    .exp-sb-t {
      font-family: 'IBM Plex Mono', monospace;
      font-size: .6rem;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: .1em;
      margin-bottom: 12px
    }

    .exp-run {
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 7px 8px;
      border-radius: 5px;
      margin-bottom: 2px;
      cursor: pointer;
      transition: background .15s
    }

    .exp-run:hover,
    .exp-run.on {
      background: rgba(0, 212, 200, .06)
    }

    .r-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      flex-shrink: 0
    }

    .r-name {
      font-size: .72rem;
      color: var(--light);
      flex: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .r-sc {
      font-size: .68rem;
      font-family: 'IBM Plex Mono', monospace;
      color: var(--teal);
      font-weight: 500
    }

    .exp-main {
      padding: 26px
    }

    .exp-met {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 11px;
      margin-bottom: 20px
    }

    .em {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 7px;
      padding: 12px
    }

    .em-l {
      font-family: 'IBM Plex Mono', monospace;
      font-size: .6rem;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: .08em;
      margin-bottom: 4px
    }

    .em-v {
      font-family: 'Syne', sans-serif;
      font-size: 1.3rem;
      font-weight: 800;
      color: #fff
    }

    .em-v.t {
      color: var(--teal)
    }

    .exp-cl {
      font-family: 'IBM Plex Mono', monospace;
      font-size: .58rem;
      color: var(--muted);
      letter-spacing: .08em;
      text-transform: uppercase;
      margin-bottom: 6px
    }

    .exp-bars {
      display: flex;
      gap: 4px;
      align-items: flex-end;
      height: 64px
    }

    .e-bar {
      flex: 1;
      border-radius: 3px 3px 0 0
    }

    /* ═══ K8S ═══ */
    .k8-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin-top: 48px
    }

    .k8-c {
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 11px;
      padding: 24px 20px;
      transition: transform .2s, border-color .2s
    }

    .k8-c:hover {
      transform: translateY(-3px);
      border-color: rgba(0, 212, 200, .17)
    }

    .k8-ic {
      font-size: 1.6rem;
      margin-bottom: 10px
    }

    .k8-c h4 {
      font-family: 'DM Sans', sans-serif;
      font-weight: 700;
      font-size: .9rem;
      margin-bottom: 5px
    }

    .k8-c p {
      font-size: .78rem;
      color: var(--muted);
      line-height: 1.6
    }

    /* ═══ SERVING ═══ */
    .srv-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 52px;
      align-items: start;
      margin-top: 48px
    }

    .srv-feats {
      display: flex;
      flex-direction: column;
      gap: 14px
    }

    .srv-f {
      display: flex;
      gap: 13px;
      align-items: flex-start;
      padding: 15px 17px;
      border-radius: 9px;
      border: 1px solid var(--border);
      background: var(--card);
      transition: border-color .2s
    }

    .srv-f:hover {
      border-color: rgba(255, 111, 89, .2)
    }

    .sf-ic {
      width: 32px;
      height: 32px;
      border-radius: 7px;
      background: rgba(255, 111, 89, .1);
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .9rem
    }

    .srv-f h4 {
      font-family: 'DM Sans', sans-serif;
      font-size: .86rem;
      font-weight: 700;
      margin-bottom: 2px
    }

    .srv-f p {
      font-size: .79rem;
      color: var(--muted);
      line-height: 1.5
    }

    .api-card {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 11px;
      overflow: hidden
    }

    .api-h {
      padding: 10px 15px;
      background: rgba(255, 255, 255, .02);
      border-bottom: 1px solid var(--border);
      display: flex;
      align-items: center;
      gap: 8px
    }

    .api-m {
      font-family: 'IBM Plex Mono', monospace;
      font-size: .68rem;
      font-weight: 500;
      background: rgba(0, 212, 200, .12);
      color: var(--teal);
      padding: 2px 7px;
      border-radius: 3px
    }

    .api-u {
      font-family: 'IBM Plex Mono', monospace;
      font-size: .71rem;
      color: var(--light)
    }

    .api-b {
      padding: 15px
    }

    .code {
      background: #08111a;
      border-radius: 6px;
      padding: 12px 14px;
      font-family: 'IBM Plex Mono', monospace;
      font-size: .74rem;
      line-height: 1.7
    }

    .ck {
      color: #7dd3fc
    }

.cn {
      color: #fbbf24
    }

    .cp {
      color: var(--muted)
    }

    .api-resp {
      margin-top: 8px;
      padding: 8px 12px;
      background: rgba(0, 212, 200, .05);
      border: 1px solid rgba(0, 212, 200, .12);
      border-radius: 5px;
      font-family: 'IBM Plex Mono', monospace;
      font-size: .72rem;
      color: var(--teal)
    }

    .api-bdg {
      margin-top: 11px;
      display: flex;
      gap: 6px;
      flex-wrap: wrap
    }

    .a-b {
      font-size: .68rem;
      font-weight: 600;
      padding: 5px 10px;
      border-radius: 5px
    }

    .ab-l {
      background: rgba(255, 111, 89, .1);
      border: 1px solid rgba(255, 111, 89, .2);
      color: var(--coral)
    }

    .ab-o {
      background: rgba(0, 212, 200, .07);
      border: 1px solid rgba(0, 212, 200, .13);
      color: var(--teal)
    }

    /* ═══ CONTACT FORM ═══ */
    .contact-section {
      position: relative;
      z-index: 1;
      background: rgba(255, 255, 255, .015);
      border-top: 1px solid var(--border)
    }

    .contact-inner {
      max-width: 900px;
      margin: 0 auto;
      padding: 88px 60px
    }

    .contact-header {
      text-align: center;
      margin-bottom: 48px
    }

    .contact-header .sec-body {
      margin: 12px auto 0
    }

    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px
    }

    .form-field {
      display: flex;
      flex-direction: column;
      gap: 7px
    }

    .form-field.full {
      grid-column: span 2
    }

    .form-field label {
      font-size: .78rem;
      color: var(--light);
      font-weight: 500
    }

    .form-field label .req {
      color: var(--teal);
      margin-left: 2px
    }

    .form-field input,
    .form-field select,
    .form-field textarea {
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 7px;
      padding: 10px 14px;
      color: var(--text);
      font-family: 'IBM Plex Sans', sans-serif;
      font-size: .88rem;
      transition: border-color .2s, box-shadow .2s;
      outline: none;
      width: 100%;
    }

    .form-field input:focus,
    .form-field select:focus,
    .form-field textarea:focus {
      border-color: rgba(0, 212, 200, .4);
      box-shadow: 0 0 0 3px rgba(0, 212, 200, .08);
    }

    .form-field select {
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2364748b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 12px center;
      padding-right: 36px;
      cursor: pointer
    }

    .form-field textarea {
      resize: vertical;
      min-height: 110px
    }

    /* Email split */
    .email-wrap {
      display: flex;
      gap: 8px;
      align-items: center
    }

    .email-wrap input {
      flex: 1
    }

    .email-at {
      color: var(--muted);
      font-size: .9rem;
      flex-shrink: 0
    }

    .email-domain {
      flex: 1;
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 7px;
      padding: 10px 14px;
      color: var(--text);
      font-family: 'IBM Plex Sans', sans-serif;
      font-size: .88rem;
      outline: none;
      transition: border-color .2s, box-shadow .2s
    }

    .email-domain:focus {
      border-color: rgba(0, 212, 200, .4);
      box-shadow: 0 0 0 3px rgba(0, 212, 200, .08)
    }

    /* Privacy */
    .privacy-wrap {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      margin-top: 6px
    }

    .privacy-wrap input[type=checkbox] {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      accent-color: var(--teal);
      margin-top: 2px;
      cursor: pointer
    }

    .privacy-text {
      font-size: .78rem;
      color: var(--muted);
      line-height: 1.55
    }

    .privacy-text a {
      color: var(--teal);
      text-decoration: underline
    }

    .form-submit {
      display: flex;
      justify-content: center;
      margin-top: 28px
    }

    .submit-btn {
      background: var(--teal);
      color: var(--ink);
      border: none;
      padding: 13px 44px;
      border-radius: 8px;
      font-size: .92rem;
      font-weight: 700;
      cursor: pointer;
      font-family: 'IBM Plex Sans', sans-serif;
      box-shadow: 0 0 24px rgba(0, 212, 200, .22);
      transition: transform .15s, box-shadow .15s, opacity .2s;
    }

    .submit-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 0 40px rgba(0, 212, 200, .4)
    }

    .submit-btn:disabled {
      opacity: .5;
      cursor: not-allowed;
      transform: none
    }

    /* Form messages */
    .form-msg {
      text-align: center;
      margin-top: 18px;
      padding: 12px 20px;
      border-radius: 8px;
      font-size: .85rem;
      font-weight: 500;
      display: none
    }

    .form-msg.success {
      background: rgba(74, 222, 128, .1);
      border: 1px solid rgba(74, 222, 128, .2);
      color: #4ade80;
      display: block
    }

    .form-msg.error {
      background: rgba(255, 111, 89, .1);
      border: 1px solid rgba(255, 111, 89, .2);
      color: var(--coral);
      display: block
    }

    /* ═══ CTA ═══ */
/* ═══ FOOTER ═══ */
    footer {
      border-top: 1px solid var(--border);
      padding: 44px 60px;
      position: relative;
      z-index: 1
    }

    .ft-inner {
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 200px 1fr 1fr 1fr;
      gap: 40px
    }

    .ft-logo {
      display: flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      margin-bottom: 8px
    }

    .ft-logo span {
      font-family: 'Syne', sans-serif;
      font-weight: 800;
      font-size: .93rem;
      color: #fff
    }

    .ft-tag {
      font-size: .77rem;
      color: var(--muted);
      line-height: 1.6
    }

    .ft-copy {
      margin-top: 16px;
      font-size: .7rem;
      color: var(--muted)
    }

    .ft-col h5 {
      font-family: 'DM Sans', sans-serif;
      font-size: .8rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 12px
    }

    .ft-col a {
      display: block;
      font-size: .77rem;
      color: var(--muted);
      text-decoration: none;
      margin-bottom: 7px;
      transition: color .2s
    }

    .ft-col a:hover {
      color: var(--teal)
    }

    .ft-bot {
      max-width: 1280px;
      margin: 26px auto 0;
      padding-top: 16px;
      border-top: 1px solid var(--border);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: .73rem;
      color: var(--muted)
    }

    .divider {
      height: 1px;
      background: var(--border);
      max-width: 1280px;
      margin: 0 auto
    }

    /* ═══ ANIMATIONS ═══ */
    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(18px)
      }

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

    @keyframes pulse {

      0%,
      100% {
        opacity: 1;
        transform: scale(1)
      }

      50% {
        opacity: .4;
        transform: scale(.65)
      }
    }

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

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

    /* ═══ PRIVACY MODAL ═══ */
    .pm-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,.65);
      z-index: 9999;
      align-items: center;
      justify-content: center
    }
    .pm-overlay.open { display: flex }
    .pm-box {
      background: #fff;
      border-radius: 12px;
      padding: 28px 28px 24px;
      max-width: 420px;
      width: 90%;
      box-shadow: 0 20px 60px rgba(0,0,0,.4)
    }
    .pm-table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 20px
    }
    .pm-table td {
      padding: 9px 8px;
      font-size: .84rem;
      border-bottom: 1px solid #e5e7eb;
      color: #111;
      vertical-align: top
    }
    .pm-table td:first-child {
      color: #6b7280;
      white-space: nowrap;
      width: 44%
    }
    .pm-btn {
      width: 100%;
      padding: 11px;
      background: #fff;
      color: #16a34a;
      border: 2px solid #16a34a;
      border-radius: 8px;
      font-size: .9rem;
      font-weight: 700;
      cursor: pointer;
      font-family: 'IBM Plex Sans', sans-serif;
      transition: background .15s, color .15s
    }
    .pm-btn:hover { background: #16a34a; color: #fff }

  
    /* ═══ COMING SOON TOAST ═══ */
    .cs-toast {
      position: fixed;
      bottom: 32px;
      left: 50%;
      transform: translateX(-50%) translateY(12px);
      background: rgba(10,14,24,.97);
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 11px 22px;
      font-size: .82rem;
      color: var(--light);
      font-family: 'IBM Plex Sans', sans-serif;
      z-index: 9998;
      opacity: 0;
      pointer-events: none;
      transition: opacity .2s, transform .2s;
      white-space: nowrap;
      backdrop-filter: blur(12px)
    }
    .cs-toast.show {
      opacity: 1;
      transform: translateX(-50%) translateY(0)
    }

  
    /* ═══ CUSTOMERS ═══ */
    .cust-card {
      display: flex;
      align-items: center;
      justify-content: center;
      background: transparent;
      border: none;
      border-radius: 14px;
      padding: 28px 36px;
      width: 220px;
      height: 100px;
      transition: border-color .2s, transform .2s
    }
    .cust-card:hover {
      transform: translateY(-2px)
    }
    .cust-logo-wrap {
      width: 100%;
      height: 100%;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden
    }
    .cust-logo-text {
      font-family: 'DM Sans', sans-serif;
      font-weight: 800;
      font-size: .82rem;
      color: #fff;
      letter-spacing: .04em
    }
    .cust-name {
      font-family: 'DM Sans', sans-serif;
      font-weight: 700;
      font-size: .95rem;
      color: #fff;
      margin-bottom: 4px
    }
    .cust-industry {
      font-size: .78rem;
      color: var(--muted)
    }

  
    /* ═══════════════════════════════════════════
       RESPONSIVE — TABLET (≤ 900px)
       ═══════════════════════════════════════════ */
    @media (max-width: 900px) {
      /* Nav */
      .nav-products, .sub-links, .nav-end { display: none }
      .nav-hamburger {
        display: flex;
        margin-left: auto
      }

      /* Brand bar */
      .bb-right { display: none }
      .bb-tag { display: none }

      /* Hero */
      .hero {
        grid-template-columns: 1fr;
        padding: 44px 24px 52px;
        gap: 36px
      }
      .hero-right { display: none }

      /* Section padding */
      .sw { padding: 60px 24px }
      .contact-inner { padding: 60px 24px }

      /* Product cards */
      .prod-inner { grid-template-columns: 1fr }
      .prod-band { padding: 40px 24px 32px }

      /* Pipeline */
      .pip-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px
      }
      .pip-grid::before { display: none }

      /* Feature rows */
      .f-row {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 52px
      }
      .f-row.rev { direction: ltr }

      /* Experiment layout */
      .exp-layout {
        grid-template-columns: 1fr;
      }
      .exp-sb { display: none }
      .exp-met { grid-template-columns: 1fr 1fr }

      /* K8s grid */
      .k8-grid { grid-template-columns: 1fr 1fr }

      /* Serving */
      .srv-layout {
        grid-template-columns: 1fr;
        gap: 32px
      }

      /* Footer */
      .ft-inner {
        grid-template-columns: 1fr 1fr;
        gap: 32px
      }

      /* Form */
      .form-grid { grid-template-columns: 1fr }
      .form-field.full { grid-column: span 1 }

      /* Contact header */
      .contact-header .sec-body { max-width: 100% }
    }

    /* ═══════════════════════════════════════════
       RESPONSIVE — MOBILE (≤ 480px)
       ═══════════════════════════════════════════ */
    @media (max-width: 480px) {
      /* Hero */
      .hero { padding: 36px 20px 44px }
      .hero h1 { font-size: clamp(1.9rem, 8vw, 2.6rem) }
      .hero-sub { font-size: .82rem }
      .hero-btns { flex-wrap: wrap; gap: 10px }
      .hero-btns .btn-p,
      .hero-btns .btn-g { width: 100%; text-align: center; justify-content: center }
      .hero-b2b { flex-wrap: wrap; gap: 10px }

      /* Section padding */
      .sw { padding: 48px 20px }
      .contact-inner { padding: 48px 20px }

      /* Pipeline: single column */
      .pip-grid { grid-template-columns: 1fr }

      /* K8s grid: single column */
      .k8-grid { grid-template-columns: 1fr }

      /* Experiment metrics */
      .exp-met { grid-template-columns: 1fr 1fr }

      /* Footer */
      .ft-inner { grid-template-columns: 1fr }
      .ft-bot { flex-direction: column; gap: 8px; text-align: center }

      /* Section titles */
      .sec-title { font-size: clamp(1.5rem, 6vw, 2rem) }

      /* Product band */
      .prod-band { padding: 32px 20px 24px }

      /* Customers */
      .cust-card { width: 100%; max-width: 320px }
    }

    /* ═══════════════════════════════════════════
       HAMBURGER BUTTON
       ═══════════════════════════════════════════ */
    .nav-hamburger {
      display: none;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 8px;
      margin-left: auto
    }
    .nav-hamburger span {
      display: block;
      width: 22px;
      height: 2px;
      background: var(--text);
      border-radius: 2px;
      transition: transform .25s, opacity .25s
    }
    .nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg) }
    .nav-hamburger.open span:nth-child(2) { opacity: 0 }
    .nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg) }

    /* ═══════════════════════════════════════════
       MOBILE NAV DRAWER
       ═══════════════════════════════════════════ */
    .mobile-nav-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,.5);
      z-index: 199
    }
    .mobile-nav-overlay.open { display: block }
    .mobile-nav {
      position: fixed;
      top: 0;
      right: -280px;
      width: 260px;
      height: 100%;
      background: var(--surface);
      border-left: 1px solid var(--border);
      z-index: 200;
      display: flex;
      flex-direction: column;
      padding: 72px 24px 32px;
      gap: 24px;
      transition: right .28s cubic-bezier(.4,0,.2,1)
    }
    .mobile-nav.open { right: 0 }
    .mn-links {
      display: flex;
      flex-direction: column;
      gap: 4px
    }
    .mn-link {
      padding: 11px 14px;
      border-radius: 8px;
      color: var(--light);
      text-decoration: none;
      font-size: .92rem;
      font-weight: 500;
      transition: background .15s, color .15s
    }
    .mn-link:hover {
      background: rgba(0,212,200,.08);
      color: var(--teal)
    }
    .mn-btns {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-top: auto
    }
    .mn-btns .btn-demo,
    .mn-btns .btn-cta { width: 100%; text-align: center }

  
    /* ═══ SLIDE IMAGE UNIFORM HEIGHT ═══ */
    #flow-img-0, #flow-img-1, #flow-img-2, #flow-img-3 {
      aspect-ratio: 1600 / 848;
      object-fit: cover;
      object-position: top;
      width: 100%
    }
