:root {
        --primary: #7e31cc;
        --accent: #ffd500;
        --black: #0b0b0f;
        --white: #ffffff;
        --muted: #767676;

        --card: rgba(255, 255, 255, 0.06);
        --card-border: rgba(255, 255, 255, 0.12);
        --shadow: 0 22px 70px rgba(0, 0, 0, 0.45);
        --radius: 22px;
      }

      * {
        box-sizing: border-box;
      }
      html,
      body {
        height: 100%;
      }
      body {
        margin: 0;
        font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto,
          Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
        background: radial-gradient(
            1200px 900px at 20% 10%,
            rgba(126, 49, 204, 0.25),
            transparent 55%
          ),
          radial-gradient(
            900px 700px at 80% 20%,
            rgba(255, 213, 0, 0.12),
            transparent 55%
          ),
          radial-gradient(
            1000px 900px at 60% 95%,
            rgba(126, 49, 204, 0.18),
            transparent 60%
          ),
          linear-gradient(180deg, #07070a 0%, #0b0b0f 45%, #07070a 100%);
        color: var(--white);
        overflow-x: hidden;
      }

      /* Soft film grain */
      .grain {
        pointer-events: none;
        position: fixed;
        inset: 0;
        opacity: 0.08;
        mix-blend-mode: overlay;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
      }

      /* Floating blobs */
      .blob {
        position: absolute;
        border-radius: 999px;
        filter: blur(30px);
        opacity: 0.55;
        transform: translate3d(0, 0, 0);
        will-change: transform;
      }
      .blob.one {
        width: 320px;
        height: 320px;
        background: rgba(126, 49, 204, 0.35);
        left: -80px;
        top: 12%;
      }
      .blob.two {
        width: 260px;
        height: 260px;
        background: rgba(255, 213, 0, 0.25);
        right: -70px;
        top: 18%;
      }
      .blob.three {
        width: 380px;
        height: 380px;
        background: rgba(126, 49, 204, 0.25);
        left: 45%;
        top: 70%;
        transform: translateX(-50%);
      }

      /* Layout */
      .wrap {
        min-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 26px 18px;
        position: relative;
      }
      .container {
        width: min(1100px, 100%);
        display: grid;
        gap: 18px;
        grid-template-columns: 1.15fr 0.85fr;
        align-items: stretch;
      }

      @media (max-width: 900px) {
        .container {
          grid-template-columns: 1fr;
        }
      }

      .card {
        background:
          linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.06),
            rgba(255, 255, 255, 0.02) 45%,
            transparent 80%
          ),
          var(--card);
        border: 1px solid var(--card-border);
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        overflow: hidden;
        position: relative;
      }

      .card::before {
        content: "";
        position: absolute;
        inset: -2px;
        background: radial-gradient(
            700px 400px at 20% 20%,
            rgba(126, 49, 204, 0.25),
            transparent 60%
          ),
          radial-gradient(
            600px 450px at 75% 20%,
            rgba(255, 213, 0, 0.16),
            transparent 62%
          );
        opacity: 0.55;
        pointer-events: none;
      }

      .left,
      .right {
        padding: 28px;
        position: relative;
        z-index: 1;
      }

      @media (max-width: 520px) {
        .left,
        .right {
          padding: 22px;
        }
      }

      .brand {
        display: flex;
        gap: 12px;
        align-items: center;
        margin-bottom: 80px;
      }
      .mark {
        display: inline-flex;
        align-items: center;
        position: relative;
      }

      .brand h1 {
        margin: 0;
        font-size: 14px;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.82);
      }
      .brand .logo {
        margin: 0;
        line-height: 0;
        font-size: 0;
      }
      .brand .logo img {
        height: 44px;
        width: auto;
        display: block;
        padding-bottom: 2px;
      }
      .pill {
        margin-left: auto;
        font-size: 12px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        padding: 8px 10px;
        border-radius: 999px;
        border: 1px solid rgba(255, 213, 0, 0.35);
        background: rgba(255, 213, 0, 0.08);
        color: rgba(255, 255, 255, 0.85);
      }

      @media (max-width: 520px) {
        .brand .logo img {
        height: 32px;
        padding-bottom: 2px;
      }
        .pill {
        font-size: 10px;
        letter-spacing: 0.12em;
        padding: 8px 10px;
      }
      }

      .headline {
        margin-top: 18px;
        font-size: clamp(34px, 4.5vw, 54px);
        line-height: 1.05;
        letter-spacing: -0.02em;
        margin-bottom: 10px;
      }

      /* Character animation helpers */
      .headline .char {
        display: inline-block;
        will-change: transform, opacity, color;
      }
      .headline .space {
        width: 0.2em;
      }

      .sub {
        margin: 0;
        color: rgba(255, 255, 255, 0.74);
        font-size: 16px;
        line-height: 1.55;
        max-width: 60ch;
      }

      .divider {
        height: 1px;
        margin: 18px 0;
        background: linear-gradient(
          90deg,
          transparent,
          rgba(255, 255, 255, 0.18),
          transparent
        );
      }

      /* Prevent ugly mid-word wraps when animating per character */
#heroTitle {
  /* optional, keeps wrapping normal */
  word-break: normal;
  overflow-wrap: normal;
}

#heroTitle .word {
  display: inline-block;     /* word is the wrap unit */
  white-space: nowrap;       /* never break inside word */
  vertical-align: baseline;
}

#heroTitle .char {
  display: inline-block;
  vertical-align: baseline;  /* fixes baseline “wobble” */
  will-change: transform, opacity, color;
}

#heroTitle .space {
  display: inline-block;
  width: 0.2em;
}

/* Baseline-safe word wrapping (fixes “brands” sitting a hair off) */
#heroTitle .word {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  vertical-align: baseline;
}

#heroTitle .word-brands-wrap {
  display: inline-flex;
  align-items: baseline;
  vertical-align: baseline;

  position: relative;
  /* remove padding if it causes optical bump (optional) */
  padding: 0;
  border-radius: 0.2em;
}

#heroTitle .char {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1; /* helps baseline consistency */
}



      .infoRow {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
      }

      @media (max-width: 520px) {
        .infoRow {
          grid-template-columns: 1fr;
        }
      }

      .mini {
        padding: 14px 14px;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(0, 0, 0, 0.18);
      }
      .mini .k {
        display: block;
        font-size: 12px;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.6);
      }
      .mini .v {
        display: block;
        margin-top: 6px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.88);
      }

      .ctaRow {
        margin-top: 18px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        padding-bottom: 24px;
      }

      .btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        border-radius: 4px;
        padding: 8px 14px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        background: rgba(255, 255, 255, 0.06);
        color: rgba(255, 255, 255, 0.92);
        text-decoration: none;
        font-weight: 400;
        transition: transform 0.18s ease, background 0.18s ease,
          border-color 0.18s ease;
        will-change: transform;
        user-select: none;
      }
      .btn:hover {
        transform: translateY(-1px);
        border-color: rgba(255, 255, 255, 0.28);
        background: rgba(255, 255, 255, 0.09);
      }
      .btn.primary {
        border-color: rgba(255, 213, 0, 0.55);
        background: linear-gradient(
          135deg,
          rgba(255, 213, 0, 0.16),
          rgba(126, 49, 204, 0.18)
        );
      }
      .btn.primary:hover {
        border-color: rgba(255, 213, 0, 0.75);
        background: linear-gradient(
          135deg,
          rgba(255, 213, 0, 0.2),
          rgba(126, 49, 204, 0.22)
        );
      }

      .icon {
        width: 18px;
        height: 18px;
        display: inline-block;
      }

      /* Right column */
      .rightTitle {
        margin: 0;
        font-size: 14px;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.72);
      }

      .contactList {
        margin-top: 14px;
        display: grid;
        gap: 10px;
      }

      .contactItem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 14px 14px;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(0, 0, 0, 0.18);
      }

      .contactItem .leftSide {
        display: flex;
        align-items: center;
        gap: 12px;
        min-width: 0;
      }
      .contactDot {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        background: rgba(255, 213, 0, 0.95);
        box-shadow: 0 0 0 6px rgba(255, 213, 0, 0.12);
        flex: 0 0 auto;
      }
      .contactText {
        min-width: 0;
      }
      .contactText .label {
        display: block;
        font-size: 12px;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.6);
      }
      .contactText .value {
        display: block;
        margin-top: 4px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.88);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .chipRow {
        margin-top: 16px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
      }
      .chip {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 12px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(255, 255, 255, 0.06);
        color: rgba(255, 255, 255, 0.88);
        text-decoration: none;
        transition: transform 0.18s ease, background 0.18s ease,
          border-color 0.18s ease;
      }
      .chip:hover {
        transform: translateY(-1px);
        border-color: rgba(255, 255, 255, 0.22);
        background: rgba(255, 255, 255, 0.09);
      }

      .tiny {
        margin-top: 18px;
        color: rgba(255, 255, 255, 0.55);
        font-size: 12px;
        line-height: 1.5;
      }

      /* Subtle bottom glow line */
      .glowLine {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: -1px;
        height: 2px;
        background: linear-gradient(
          90deg,
          transparent,
          rgba(255, 213, 0, 0.65),
          rgba(126, 49, 204, 0.65),
          transparent
        );
        opacity: 0.5;
        filter: blur(0.2px);
      }

      /* Gold foil shimmer sweep (clipped inside the "brands" text) */
      .word-brands-wrap {
        --brands-color: var(--white);
        --brands-glint: rgba(255, 255, 255, 0.7);
      }

      .word-brands-wrap .char {
        color: transparent;
        -webkit-text-fill-color: transparent;
        background-image:
          linear-gradient(90deg, var(--brands-color), var(--brands-color)),
          linear-gradient(
            90deg,
            transparent 0%,
            var(--brands-glint) 40%,
            rgba(255, 213, 0, 0.45) 50%,
            var(--brands-glint) 60%,
            transparent 100%
          );
        background-size: 100% 100%, 200% 100%;
        background-position: 0 0, var(--shimmer-x, -150%) 0;
        background-repeat: no-repeat;
        -webkit-background-clip: text;
        background-clip: text;
        transition: background-position 0.9s ease;
        will-change: background-position;
      }

      @media (prefers-reduced-motion: reduce) {
        .blob {
          display: none;
        }
      }
