:root {
      --bg-0: #05070A;
      --bg-1: #0B0F14;
      --panel: rgba(10, 18, 28, 0.80);
      --line: rgba(0, 212, 255, 0.22);
      --cyan: #00D4FF;
      --blue: #3B82F6;
      --orange: #FF6B35;
      --white: #F8FAFC;
      --muted: #9CA3AF;
      --muted-2: #CBD5E1;
    }

    * { box-sizing: border-box; }

    html, body {
      width: 100%;
      height: 100%;
      margin: 0;
      overflow: hidden;
    }

    body {
      background: #030507;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--white);
    }

    .slide {
      position: relative;
      width: 100vw;
      height: 100vh;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      background:
        radial-gradient(circle at 14% 12%, rgba(0, 212, 255, 0.25), transparent 27%),
        radial-gradient(circle at 82% 18%, rgba(59, 130, 246, 0.22), transparent 31%),
        radial-gradient(circle at 72% 88%, rgba(255, 107, 53, 0.15), transparent 28%),
        linear-gradient(135deg, var(--bg-0) 0%, var(--bg-1) 56%, #07111C 100%);
      box-shadow: none;
    }

    .slide::before {
      content: "";
      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: 50px 50px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,0.80), transparent 84%);
      pointer-events: none;
    }

    .slide::after {
      content: "";
      position: absolute;
      width: 900px;
      height: 900px;
      right: -350px;
      top: -280px;
      border-radius: 999px;
      border: 1px solid rgba(0, 212, 255, 0.16);
      box-shadow: inset 0 0 100px rgba(0, 212, 255, 0.06), 0 0 90px rgba(59, 130, 246, 0.08);
      pointer-events: none;
    }

    .topbar {
      position: absolute;
      top: 54px;
      left: 76px;
      right: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      z-index: 3;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 10px 16px;
      border: 1px solid rgba(0, 212, 255, 0.28);
      border-radius: 999px;
      background: rgba(0, 212, 255, 0.07);
      color: var(--cyan);
      font-size: 17px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      font-weight: 780;
    }

    .eyebrow-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--orange);
      box-shadow: 0 0 18px rgba(255, 107, 53, 0.8);
    }

    .brand {
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }

    .brand-logo {
      width: 140px;
      height: auto;
      max-height: 79px;
      object-fit: contain;
      display: block;
      filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.18));
    }

    .content {
      position: relative;
      z-index: 2;
      height: 100%;
      padding: 132px 76px 66px;
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 54px;
      align-items: center;
    }

    .kicker {
      margin: 0 0 22px;
      color: var(--muted-2);
      font-size: 27px;
      font-weight: 680;
      letter-spacing: 0.01em;
    }

    h1 {
      margin: 0;
      max-width: 900px;
      font-size: clamp(76px, 6.2vw, 116px);
      line-height: 0.91;
      letter-spacing: -0.065em;
      font-weight: 900;
    }

    .gradient-text {
      background: linear-gradient(90deg, #FFFFFF 0%, var(--cyan) 58%, var(--orange) 108%);
      -webkit-background-clip: text;
      color: transparent;
    }

    .lead {
      max-width: 850px;
      margin: 34px 0 0;
      color: var(--muted-2);
      font-size: 29px;
      line-height: 1.35;
      font-weight: 500;
    }

    .lead strong {
      color: var(--white);
      font-weight: 780;
    }

    .customers {
      margin-top: 42px;
      max-width: 860px;
      padding: 24px 26px;
      border-radius: 26px;
      border: 1px solid rgba(0, 212, 255, 0.18);
      background: rgba(0, 212, 255, 0.055);
    }

    .customers-label {
      margin-bottom: 15px;
      color: var(--cyan);
      font-size: 14px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      font-weight: 800;
    }

    .chips {
      display: flex;
      flex-wrap: wrap;
      gap: 11px;
    }

    .chip {
      padding: 11px 16px;
      border-radius: 999px;
      color: var(--white);
      background: rgba(255, 255, 255, 0.078);
      border: 1px solid rgba(255, 255, 255, 0.12);
      font-size: 18px;
      font-weight: 760;
      white-space: nowrap;
    }

    .right-panel {
      position: relative;
      padding: 34px;
      border: 1px solid var(--line);
      border-radius: 38px;
      background: linear-gradient(180deg, rgba(12, 21, 31, 0.88), rgba(5, 9, 15, 0.88));
      box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255,255,255,0.06);
      overflow: hidden;
    }

    .right-panel::before {
      content: "";
      position: absolute;
      inset: -1px;
      background: linear-gradient(120deg, rgba(0,212,255,0.26), transparent 40%, rgba(255,107,53,0.16) 100%);
      opacity: 0.34;
      pointer-events: none;
    }

    .panel-inner { position: relative; z-index: 2; }

    .panel-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 28px;
    }

    .panel-title h2 {
      margin: 0;
      font-size: 38px;
      line-height: 1.05;
      letter-spacing: -0.035em;
    }

    .tag {
      flex: 0 0 auto;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(255, 107, 53, 0.12);
      border: 1px solid rgba(255, 107, 53, 0.32);
      color: #FFB199;
      font-size: 16px;
      font-weight: 820;
    }

    .value-stack {
      display: grid;
      gap: 22px;
    }

    .value-card {
      display: grid;
      grid-template-columns: 76px 1fr;
      gap: 22px;
      align-items: center;
      padding: 30px;
      min-height: 205px;
      border-radius: 30px;
      background: rgba(255, 255, 255, 0.055);
      border: 1px solid rgba(148, 163, 184, 0.15);
    }

    .icon {
      width: 76px;
      height: 76px;
      border-radius: 23px;
      display: grid;
      place-items: center;
      background: rgba(0, 212, 255, 0.10);
      border: 1px solid rgba(0, 212, 255, 0.25);
      color: var(--cyan);
      font-size: 29px;
      font-weight: 950;
      box-shadow: inset 0 0 24px rgba(0, 212, 255, 0.06);
    }

    .value-card:nth-child(2) .icon {
      background: rgba(255, 107, 53, 0.10);
      border-color: rgba(255, 107, 53, 0.30);
      color: var(--orange);
    }

    .value-card h3 {
      margin: 0 0 12px;
      font-size: 35px;
      line-height: 1.04;
      letter-spacing: -0.035em;
    }

    .value-card p {
      margin: 0;
      max-width: 590px;
      color: var(--muted-2);
      font-size: 21px;
      line-height: 1.35;
      font-weight: 520;
    }

    .bottom-line {
      position: absolute;
      left: 76px;
      right: 76px;
      bottom: 38px;
      z-index: 4;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      color: rgba(203, 213, 225, 0.66);
      font-size: 15px;
      letter-spacing: 0.04em;
    }

    .line {
      height: 1px;
      flex: 1;
      background: linear-gradient(90deg, rgba(0, 212, 255, 0.35), rgba(255, 107, 53, 0.26), transparent);
    }

    @media (max-width: 1100px) {
      .slide { width: 100vw; height: 100vh; aspect-ratio: 16 / 9; }
      .topbar { top: 26px; left: 24px; right: 24px; }
      .content { grid-template-columns: 1fr; padding: 100px 24px 86px; }
      h1 { font-size: 62px; }
      .lead { font-size: 23px; }
      .bottom-line { left: 24px; right: 24px; bottom: 24px; }
      .brand-logo { width: 99px; max-height: 56px; }
      .eyebrow { font-size: 13px; }
      .value-card { min-height: auto; grid-template-columns: 64px 1fr; padding: 22px; }
      .icon { width: 64px; height: 64px; font-size: 24px; }
      .value-card h3 { font-size: 28px; }
      .value-card p { font-size: 18px; }
    }

    @media (max-width: 768px) {
      html, body {
        height: auto;
        min-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
      }

      .slide {
        width: 100%;
        height: auto;
        min-height: 100svh;
        aspect-ratio: auto;
        overflow: hidden;
      }

      .slide::after {
        width: 560px;
        height: 560px;
        right: -310px;
        top: -230px;
      }

      .topbar {
        top: 18px;
        left: 18px;
        right: 18px;
      }

      .eyebrow {
        gap: 8px;
        padding: 8px 11px;
        font-size: 11px;
        letter-spacing: 0.11em;
      }

      .eyebrow-dot {
        width: 7px;
        height: 7px;
      }

      .brand-logo {
        width: 78px;
        max-height: 44px;
      }

      .content {
        height: auto;
        padding: 86px 18px 30px;
        gap: 26px;
        align-items: start;
      }

      .kicker {
        margin-bottom: 16px;
        font-size: 18px;
      }

      h1 {
        max-width: 100%;
        font-size: clamp(42px, 12vw, 58px);
        line-height: 0.94;
      }

      .lead {
        max-width: 100%;
        margin-top: 22px;
        font-size: 17px;
        line-height: 1.45;
      }

      .customers {
        margin-top: 24px;
        padding: 18px;
        border-radius: 22px;
      }

      .customers-label {
        margin-bottom: 12px;
        font-size: 12px;
      }

      .chips {
        gap: 9px;
      }

      .chip {
        padding: 9px 12px;
        font-size: 14px;
      }

      .right-panel {
        padding: 20px;
        border-radius: 28px;
      }

      .panel-title {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 20px;
      }

      .panel-title h2 {
        font-size: 28px;
        line-height: 1.08;
      }

      .tag {
        padding: 8px 12px;
        font-size: 13px;
      }

      .value-stack {
        gap: 16px;
      }

      .value-card {
        grid-template-columns: 52px 1fr;
        gap: 14px;
        padding: 18px;
        border-radius: 22px;
      }

      .icon {
        width: 52px;
        height: 52px;
        border-radius: 17px;
        font-size: 18px;
      }

      .value-card h3 {
        margin-bottom: 8px;
        font-size: 23px;
        line-height: 1.1;
      }

      .value-card p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.42;
      }

      .bottom-line {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin: 0 18px 20px;
        flex-wrap: wrap;
        gap: 10px;
        font-size: 11px;
        line-height: 1.35;
      }

      .line {
        min-width: 120px;
      }
    }

    @media (max-width: 420px) {
      .content {
        padding-left: 14px;
        padding-right: 14px;
      }

      h1 {
        font-size: clamp(38px, 12.5vw, 50px);
      }

      .value-card {
        grid-template-columns: 46px 1fr;
        gap: 12px;
        padding: 16px;
      }

      .icon {
        width: 46px;
        height: 46px;
        font-size: 16px;
      }

      .bottom-line {
        margin-left: 14px;
        margin-right: 14px;
      }
    }


    /* Mobile / narrow-screen scroll fix: only overrides responsive layout behavior. */
    @media (max-width: 1100px) {
      html,
      body {
        height: auto !important;
        min-height: 100% !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
      }

      .slide {
        width: 100% !important;
        height: auto !important;
        min-height: 100vh !important;
        min-height: 100svh !important;
        aspect-ratio: auto !important;
        overflow-x: hidden !important;
        overflow-y: visible !important;
      }

      .content {
        height: auto !important;
        min-height: auto !important;
      }

      .bottom-line {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin-left: 24px;
        margin-right: 24px;
        margin-bottom: 24px;
      }
    }