    @font-face {
      font-family: "Polysans slim";
      src: url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/645d625bcd2b8845138c0665_PolySans-Slim.woff2") format("woff2"), url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/645d6219711b52e454bbfae2_PolySans-Slim.woff") format("woff");
      font-weight: 300;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Polysans median";
      src: url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/645d62593dc7c811ebfa8313_PolySans-Median.woff2") format("woff2"), url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/645d62199e78d556e9837fb7_PolySans-Median.woff") format("woff");
      font-weight: 600;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Polysans neutral";
      src: url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/645d6259d1b022739d680961_PolySans-Neutral.woff2") format("woff2"), url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/645d62193dc7c811ebfa3406_PolySans-Neutral.woff") format("woff");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Polysans Bulky";
      src: url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/67c1cf274610380b99cc781a_PolySans-Bulky.woff2") format("woff2"), url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/67c1cee8843db8b6c70b483c_PolySans-Bulky.woff") format("woff");
      font-weight: 800;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Polysans slim italic";
      src: url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/67c1cf3b5c3ab568122d681d_PolySans-SlimItalic.woff2") format("woff2");
      font-weight: 300;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Polysans Slim Italic";
      src: url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/67c1cf04efa42fab6ba5778e_PolySans-SlimItalic.woff") format("woff");
      font-weight: 300;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Jetbrainsmono";
      src: url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/657716f53cfe29a8f72cb5f5_JetBrainsMono-Medium.woff2") format("woff2");
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Tobias";
      src: url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/66b085c16dbdc82a20db32ec_Tobias-Light.woff2") format("woff2"), url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/66b085c176e78bb1c0cdf831_Tobias-Light.woff") format("woff");
      font-weight: 300;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Tobias";
      src: url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/66b085c19a1386c2dc14bc5a_Tobias-RegularItalic.woff2") format("woff2"), url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/66b085c10889cc73f1d93d43_Tobias-RegularItalic.woff") format("woff");
      font-weight: 400;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Tobias";
      src: url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/66b085c2667452e06051d27e_Tobias-LightItalic.woff2") format("woff2");
      font-weight: 300;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Ppcirka";
      src: url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/645d62a385543c6b347a8204_PPCirka-Medium.woff") format("woff");
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Ppcirka";
      src: url("https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/645d62a3f37ce2e142e9baae_PPCirka-Regular.woff") format("woff");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    :root {
      --bg: #0b0a10;
      --muted: #c8cad3;
      --text: #f8f8ff;
      --accent: #7a5bff;
      --accent-2: #63d8ff;
      --border: rgba(255, 255, 255, 0.08);
      --panel: rgba(255, 255, 255, 0.05);
      --shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
      --light-bg: #f5f5f5;
      --dark-card: #1a1919;
      --z-blue: #3b82f6;
      --z-green: #22c55e;
      --z-orange: #f97316;
      --z-purple: #a855f7;
      --z-red: #ef4444;
      --z-bg-panel: #18181b;

      --transition-base: 0.25s cubic-bezier(0.65, 0, 0.35, 1);
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: "Polysans neutral", "Polysans median", "Polysans slim", Arial, sans-serif;
      background: #000;
      color: var(--text);
      min-height: 100vh;
      line-height: 1.6;
      letter-spacing: -0.01em;
      overflow-x: hidden;
    }

    a {
      color: inherit;
    }

    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      position: relative;

    }

    header {
      position: sticky;
      top: 0;
      z-index: 20;
      padding: 18px 0 10px;
      transition: background 0.25s ease, box-shadow 0.25s ease;
    }

    nav {
      max-width: 1000px;
      margin: 0 auto;
      padding: 10px 12px;
      display: flex;
      align-items: center;
      gap: 14px;
      -webkit-backdrop-filter: blur(.6rem);
      backdrop-filter: blur(.6rem);
      pointer-events: auto;
      background: rgba(43, 43, 43, 0.7);
      border-radius: .6rem;
      align-items: center;
      margin-top: 1rem;
      padding: .4rem .4rem .4rem .9rem;
      display: flex;
      position: relative;
      box-shadow: 0 1px #00000014;
      position: relative;
    }

    header.header-light nav {
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
      color: #111;
    }

    .mobile-toggle {
      display: none;
      background: rgba(255, 255, 255, 0.14);
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #fff;
      padding: 8px 12px;
      border-radius: 10px;
      font-weight: 700;
      cursor: pointer;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: "Polysans Bulky", "Polysans median", Arial, sans-serif;
      font-weight: 700;
      letter-spacing: -0.02em;
    }

    .logo-mark {
      width: 34px;
      height: 34px;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.18);
      display: grid;
      place-items: center;
      color: #fdfdff;
      font-weight: 800;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    }

    .logo-mark:before {
      content: "=";
      font-size: 15px;
      letter-spacing: 1px;
    }

    .logo-img {
      height: 24px;
      width: auto;
      object-fit: contain;
      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
    }

    .brand-text {
      color: #fdfdff;
    }

    .nav-links {
      display: flex;
      gap: 6px;
      margin-left: 8px;
      color: #e8e9ef;
      flex-wrap: wrap;
    }

    .nav-links a {
      color: inherit;
      text-decoration: none;
      padding: 1px 4px;
      border-radius: 12px;
      transition: color 0.18s ease, transform 0.18s ease, box-shadow 0.22s ease;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 15px;
      font-weight: 300;
      box-shadow: none;
      position: relative;
      overflow: hidden;
    }

    .nav-links a::after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.12);
      transform: scale(0.5);
      opacity: 0;
      transition: transform 0.18s ease, opacity 0.18s ease;
      pointer-events: none;
    }

    header.header-light .nav-links a {
      color: #111;
    }

    header.header-light .nav-links a::after {
      background: rgba(0, 0, 0, 0.06);
    }

    .nav-links a:hover {
      color: #fff;
      transform: translateY(-1px);
      box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
    }

    header.header-light .nav-links a:hover {
      color: #111;
      box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
    }

    .nav-links a:hover::after {
      opacity: 1;
      transform: scale(1);
    }

    .nav-links .arrow {
      display: inline-flex;
      align-items: center;
    }

    .nav-links .arrow::after {
      content: "";
      height: 0.5rem;
      width: 0.5rem;
      margin-left: 0.1rem;
      margin-top: -0.1rem;
      display: inline-block;
      background-color: currentColor;

      -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.93934 7.93934C5.52513 7.35355 6.47487 7.35355 7.06066 7.93934L12 12.8787L16.9393 7.93934C17.5251 7.35356 18.4749 7.35356 19.0607 7.93934C19.6464 8.52513 19.6464 9.47488 19.0607 10.0607L13.0607 16.0607C12.7794 16.342 12.3978 16.5 12 16.5C11.6022 16.5 11.2206 16.342 10.9393 16.0607L4.93934 10.0607C4.35355 9.47487 4.35355 8.52513 4.93934 7.93934Z' fill='black'/%3E%3C/svg%3E");
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      -webkit-mask-size: contain;

      mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.93934 7.93934C5.52513 7.35355 6.47487 7.35355 7.06066 7.93934L12 12.8787L16.9393 7.93934C17.5251 7.35356 18.4749 7.35356 19.0607 7.93934C19.6464 8.52513 19.6464 9.47488 19.0607 10.0607L13.0607 16.0607C12.7794 16.342 12.3978 16.5 12 16.5C11.6022 16.5 11.2206 16.342 10.9393 16.0607L4.93934 10.0607C4.35355 9.47487 4.35355 8.52513 4.93934 7.93934Z' fill='black'/%3E%3C/svg%3E");
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: contain;
    }

    .nav-actions {
      margin-left: auto;
      display: flex;
      gap: 10px;
      align-items: center;
      flex-wrap: wrap;
    }

    .nav-discord {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding-right: 14px;
      margin-right: 10px;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      color: #f5f6ff;
      opacity: 0.82;
      transition: opacity 0.18s ease, transform 0.18s ease;
    }

    header.header-light .nav-discord {
      color: #222;
      border-right-color: rgba(0, 0, 0, 0.12);
    }

    .nav-discord:hover {
      opacity: 1;
      transform: translateY(-1px);
    }

    .stat-chip {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 8px 10px;
      background: rgba(255, 255, 255, 0.16);
      border-radius: 10px;
      color: #fff;
      font-weight: 600;
      font-size: 14px;
    }

    header.header-light .stat-chip {
      background: rgba(0, 0, 0, 0.06);
      color: #111;
    }

    .btn {
      font-family: "Polysans", "Polysans neutral", Arial, sans-serif;
      padding: 5px 10px;
      border-radius: 12px;
      border: 1px solid var(--border);
      background: rgba(255, 255, 255, 0.12);
      color: #fff;
      text-decoration: none;

      transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .btn:hover {
      transform: translateY(-1px);
      box-shadow: var(--shadow);
    }

    .btn-primary {
      background: #ffffff;
      color: #0c0a14;
      border: none;
    }

    .btn-ghost {
      border: 1px solid rgba(255, 255, 255, 0.25);
    }

    header.header-light .btn {
      color: #1a1919;
      border-color: rgba(0, 0, 0, 0.12);
      background: rgba(0, 0, 0, 0.04);
    }

    header.header-light .btn-ghost {
      border-color: rgba(0, 0, 0, 0.2);
    }

   
    main {
      overflow: hidden;
    }

    .hero-top {
      position: relative;
      padding: 70px 0 40px;
    }

    .hero-bg {
      position: absolute;
      inset: -140px -200px auto -200px;
      background: radial-gradient(circle at 30% 40%, rgba(105, 77, 255, 0.4), transparent 55%), radial-gradient(circle at 70% 35%, rgba(72, 182, 255, 0.35), transparent 60%);
      filter: blur(40px);
      opacity: 0.9;
      z-index: 0;
    }

    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 24px;
      align-items: center;
    }

    .hero-copy h1 {
      font-family: "Polysans Bulky", "Polysans median", Arial, sans-serif;
      font-size: clamp(38px, 6vw, 64px);
      margin: 12px 0 10px;
      line-height: 1;
      letter-spacing: -0.03em;
    }

    .hero-copy .italic {
      font-family: "Tobias", "Polysans Slim Italic", Arial, sans-serif;
      font-style: italic;
      font-weight: 400;
      display: block;
    }

    .subtitle {
      color: var(--muted);
      margin: 12px 0 24px;
      max-width: 520px;
      font-size: 18px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 6px 12px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.08);
      color: #e3e6f6;
      font-size: 14px;
      border: 1px solid var(--border);
    }

    .pill-light {
      padding: 4px 10px;
      border-radius: 999px;
      background: #1a1919;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 13px;
    }

    .hero-buttons {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    .hero-visual {
      position: relative;
      min-height: 320px;
      display: grid;
      place-items: center;
    }

    .shape {
      position: absolute;
      border-radius: 50%;
      filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.5));
    }

    .shape.a {
      width: 320px;
      height: 320px;
      background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.15), transparent 40%), linear-gradient(145deg, #7a5bff, #53b4ff);
      transform: rotate(-18deg);
    }

    .shape.b {
      width: 260px;
      height: 260px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.4)), linear-gradient(135deg, #3a2d5f, #000);
      border: 1.5px solid rgba(255, 255, 255, 0.4);
      transform: rotate(12deg);
      mix-blend-mode: screen;
    }

    .shape.line {
      width: 320px;
      height: 320px;
      border-radius: 50%;
      border: 1.6px solid rgba(255, 255, 255, 0.8);
      position: absolute;
      transform: rotate(-8deg);
    }

    .chip-row {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin: 10px auto 20px;
    }

    .chip {
      padding: 8px 14px;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid var(--border);
      color: #fff;
      font-weight: 700;
    }

    .chip.ghost {
      background: rgba(255, 255, 255, 0.05);
      font-weight: 600;
    }

    .hero-screenshot {
      margin: 10px auto 30px;
      max-width: 1180px;
      border-radius: 22px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
      background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.07), transparent 60%), linear-gradient(135deg, #13121a, #0c0b11);
      aspect-ratio: 16 / 9;
      position: relative;
    }

    .hero-screenshot::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
      opacity: 0.75;
      mix-blend-mode: screen;
    }

    .zonely-hero {
      position: relative;
      min-height: 86vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      margin-top: 0;
      padding: clamp(24px, 7vw, 60px) 0 clamp(32px, 6vw, 70px);
      border-radius: 0 0 32px 32px;
      isolation: isolate;
    }

    #zonely-canvas {
      position: absolute;
      inset: -180px 0 -40px 0;
      width: 100%;
      height: calc(100% + 360px);
      border-radius: 0 0 32px 32px;
      display: block;
      z-index: 0;
    }

    .zonely-content {
      position: relative;
      z-index: 1;
      max-width: 960px;
      text-align: center;
      color: #f5f6ff;
      display: grid;
      gap: 18px;
      justify-items: center;
      pointer-events: none;
    }

    .zonely-title {
      margin: 0;
      font-family: "Polysans Bulky", "Polysans median", Arial, sans-serif;
      font-size: clamp(42px, 6vw, 66px);
      line-height: 1.05;
      letter-spacing: -0.01em;
    }

    .zonely-title .accent {
      display: inline-flex;
      align-items: flex-start;
      gap: 6px;
      font-family: "Polysans Slim Italic", Arial, sans-serif;
      font-style: italic;
      color: #61a5ff;
      text-shadow: none;
      font-size: .95em;
      line-height: .95;
    }

    .accent-box {
      position: relative;
      display: inline-block;
      overflow: hidden;
      height: 1.1em;
      min-width: 5.5ch;
    }

    .accent-word {
      display: inline-block;
      transition: transform 0.28s ease, opacity 0.28s ease;
      transform: translateY(0);
      opacity: 1;
      will-change: transform, opacity;
    }

    .accent-word.hiding {
      transform: translateY(-110%);
      opacity: 0;
    }

    .accent-word.enter {
      transform: translateY(110%);
      opacity: 0;
    }

    .zonely-sub {
      margin: 0;
      font-size: clamp(18px, 3vw, 24px);
      color: #d7d9e6;
      max-width: 860px;
      line-height: 1.5;
    }

    .zonely-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      justify-content: center;
      pointer-events: auto;
      margin-top: 6px;
      margin-bottom: 160px;
    }

    .zonely-btn {
      min-width: 140px;
      padding: 10px 10px;
      border-radius: 12px;
      font-weight: 300;
      font-size: 15px;
      cursor: pointer;
      transition: transform 0.15s ease, box-shadow 0.25s ease, background 0.2s ease, color 0.2s ease;
      text-decoration: none;
      font-family: "Polysans median", Arial, sans-serif;
    }

    .zonely-btn.primary {
      display: flex;
      justify-content: center;
      gap: 6px;
      align-items: center;
      background: #fff;
      color: #1a1919;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    }

    .zonely-btn.dark {
      border: 2px solid #1a1919;
      border-color: white !important;
      color: white !important;
    }

    .zonely-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
    }

    .zonely-btn.dark:hover {
      background: rgba(255, 255, 255, 0.18);
    }


    .logos-marquee {
      width: 100%;
      overflow: hidden;
      padding: 24px 0;
      margin-top: -80px;
    }

    .marquee-track {
      display: flex;
      gap: 28px;
      animation: scroll 32s linear infinite;
      width: max-content;
    }

    .marquee-group {
      display: flex;
      gap: 28px;
      align-items: center;
      color: #dfe1ec;
    }

    .logo-pill {
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.04);
      border: 2px solid #1a1919;
      border-color: white !important;
      font-weight: 300;
      font-size: 14px;
    }

    @keyframes scroll {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(-50%);
      }
    }

    .value {
      padding: 32px 0 48px;
      text-align: start;
    }

    .value .lede {
      background-image: linear-gradient(135deg, #994bff 6%, #333bff);

      -webkit-background-clip: text !important;

      -webkit-text-fill-color: transparent !important;
      color: transparent !important;

      display: inline-block;

      font-family: "Polysans slim", "Arial", "sans-serif";
      font-size: 2rem;
      font-weight: 300;
      line-height: 1.2;
      position: relative;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 14px;
      margin-bottom: 24px;
    }

    .step-card {
      padding: 14px;
      text-align: left;
      color: #f8f8ff;

      border-top-style: solid;
      border-top-width: 1px;
      border-top-color: white;
      border-right-style: solid;
      border-right-width: 1px;
      border-right-color: white;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-bottom-color: white;
      border-left-style: solid;
      border-left-width: 1px;
      border-left-color: white;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem;
      background-color: #0d0d0d0f;
      font-family: "Polysans median", "Arial", "sans-serif";
      font-weight: 600;


    }

    .step-card .num {
      font-size: 22px;
      font-weight: 700;
      color: #fff0;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #fff;
      align-self: flex-start;
      font-family: "Polysans median", "Arial", "sans-serif";
      font-size: 2rem;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 8px;
    }

    .step-card .title {
      font-family: "Polysans median", "Arial", "sans-serif";
      font-weight: 600;
      line-height: 1.3;
      font-size: 1.4rem;
    }

    .requirements {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 16px;
      margin-top: 20px;
    }

    .req-card {
      background: #0c0c0f;
      border-radius: 18px;
      border: 1px solid var(--border);
      padding: 20px;
      box-shadow: var(--shadow);
      text-align: left;
    }

    .req-card h4 {
      margin: 0 0 10px;
      font-size: 18px;
    }

    .req-card ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 10px;
      color: #d2d5e8;
    }

    .req-card li {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      display: inline-block;
    }

    .code-card {
      background: #1a1919;
    }

    .code-card pre {
      margin: 0;
      color: #d4d8ef;
      font-family: "Jetbrainsmono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    }

    .extensions-section {
      background: #f6f6f8;
      color: #1a1919;
      padding: 300px 0 100px;
      margin-top: 60px;
      border-radius: 26px 26px 0 0;
    }

    .section-pill {
      display: inline-flex;
      padding: 8px 14px;
      border-radius: 999px;
      background: #e1e1e6;
      border: 1px solid #d5d5da;
      color: #1a1a21;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 8px;
    }

    .extensions-head {
      text-align: center;
      margin-bottom: 28px;
    }

    .extensions-head h2 {

      margin: 10px 0 0;
      font-size: 72px;
      font-weight: 800;
      line-height: 1;
      font-family: "Polysans Bulky", sans-serif;
    }

    .extensions-head .secondary {
      font-family: "Polysans Slim Italic", "Arial", "sans-serif";
      font-style: italic;
      font-size: 72px;
      margin: -10px 0 0;
      color: #000;
    }

    .extensions-head p {
      margin: 12px 0 0;


      z-index: 2;
      grid-column-gap: .8rem;
      grid-row-gap: .8rem;
      opacity: .9;
      margin-top: 2rem;
      font-family: "Polysans slim", "Arial", "sans-serif";
      font-size: 1.3rem;
      font-weight: 300;
      line-height: 1.4;
    }

    .extension-stats {
      display: flex;
      justify-content: center;
      gap: 36px;
      flex-wrap: wrap;
      margin: 18px 0 32px;
    }

    .extension-stats .stat {
      display: grid;
      gap: 4px;
      max-width: 42rem;
      font-family: "Polysans neutral", "Arial", "sans-serif";
      font-size: 2rem;
      font-weight: 400;
      line-height: 1;

      text-align: center;
    }

    .extension-stats .stat .head {
      background-image: linear-gradient(135deg, #994bff 10%, #36cde1 90%);
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
    }

    .extension-stats .stat .label {
      font-family: "Polysans median", "Arial", "sans-serif";
      font-size: .9rem;
      font-weight: 600;
      line-height: 1.2;
      width: 200px;
    }

    .icons-wave {
      margin: 6px auto 42px;
      display: grid;
      gap: 10px;
      padding: 0 30px;
    }

    .wave-row {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(38px, 1fr));
      gap: 10px;
    }

    .tile {
      height: 38px;
      width: 38px;
      border-radius: 12px;
      background: #1a1919;
      display: grid;
      place-items: center;
      color: #8d9fff;
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
      font-weight: 700;
      font-size: 12px;
    }

    .tile:nth-child(odd) {
      background: #111217;
    }



    .card-top {
      height: 40px;
      border-radius: 12px;
      background: linear-gradient(180deg, #1f1f25, #14141a);
      border: 1px solid rgba(255, 255, 255, 0.08);
      display: inline-flex;
      align-items: center;
      padding: 0 12px;
      font-weight: 700;
      font-size: 14px;
    }

    .card-body {
      border-radius: 18px;
      min-height: 210px;
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .card-body.gradient {
      background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.22), transparent 60%), linear-gradient(135deg, #b083ff, #6bd2ff);
    }

    .card-body.outline {
      background: linear-gradient(180deg, #14141b, #0f0f14);
      border: 1px dashed rgba(255, 255, 255, 0.16);
    }

    .feature-card.alt {
      background: linear-gradient(135deg, #11111a, #1f1f29);
    }


    .cart-preview .bar {
      height: 10px;
      border-radius: 8px;
      background: linear-gradient(90deg, #5ab4ff, #7a5bff);
      position: relative;
    }

    .cart-preview .bar::after {
      content: "";
      position: absolute;
      inset: 2px;
      border-radius: 6px;
      background: #0d0d12;
    }

    .cart-preview .pay-btn {
      margin-top: 8px;
      background: #0f172a;
      color: #fff;
      padding: 8px 10px;
      border-radius: 10px;
      text-align: center;
      font-weight: 800;
      font-size: 12px;
      border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .pipeline-preview {
      position: relative;
      height: 80px;
      overflow: hidden;
    }

    .pipeline-preview .arc {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 8px;
      height: 36px;
      border: 1.5px dashed rgba(126, 152, 255, 0.4);
      border-radius: 0 0 160px 160px;
    }

    .pipeline-preview .dot {
      position: absolute;
      bottom: 20px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #63d8ff;
      animation: slide-dot 2.2s infinite linear;
    }

    @keyframes slide-dot {
      0% {
        left: 10%;
      }

      50% {
        left: 80%;
      }

      100% {
        left: 10%;
      }
    }

    .chat-preview {
      display: grid;
      gap: 6px;
    }

    .chat-preview .bubble {
      padding: 8px 10px;
      border-radius: 12px;
      font-size: 12px;
      max-width: 80%;
    }

    .chat-preview .you {
      background: rgba(122, 91, 255, 0.18);
      color: #e8ebff;
      margin-left: auto;
      border: 1px solid rgba(122, 91, 255, 0.3);
    }

    .chat-preview .agent {
      background: rgba(255, 255, 255, 0.06);
      color: #cfd2e4;
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .notif-preview {
      display: grid;
      gap: 8px;
    }

    .notif-preview .tile {
      display: flex;
      gap: 8px;
      align-items: center;
      padding: 8px 10px;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.08);
      color: #e8ebff;
      font-size: 12px;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    }

    .notif-preview .icon {
      width: 24px;
      height: 24px;
      border-radius: 8px;
      display: grid;
      place-items: center;
      background: #5ab4ff;
      color: #0b0a10;
      font-weight: 900;
    }

    .notif-preview .icon.green {
      background: #8be7c9;
    }

    .chart-mini {
      width: 100%;
      height: 80px;
    }

    .chart-mini svg {
      width: 100%;
      height: 100%;
      overflow: visible;
    }

    .chart-mini path {
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dasharray: 400;
      animation: dash-move 4s ease-in-out infinite;
    }

    @keyframes dash-move {
      0% {
        stroke-dashoffset: 400;
      }

      50% {
        stroke-dashoffset: 200;
      }

      100% {
        stroke-dashoffset: 0;
      }
    }



    .integrate-section {
      background: linear-gradient(180deg, #f6f6f8 0%, #f6f6f8 60%, #f1f1f4 100%);
      padding: 80px 0 110px;
      color: #1a1919;
    }

    .integrate-head {
      text-align: center;
      max-width: 820px;
      margin: 0 auto 24px;
    }

    .integrate-head h2 {
      margin: 10px 0 0;
      font-size: 72px;
      font-weight: 800;
      line-height: 1;
      font-family: "Polysans Bulky", sans-serif;
    }

    .integrate-head .secondary {
      font-family: "Polysans Slim Italic", "Arial", "sans-serif";
      font-style: italic;
      font-size: 72px;
      margin: -10px 0 0;
      color: #000;
    }

    .integrate-head p {


      z-index: 2;
      grid-column-gap: .8rem;
      grid-row-gap: .8rem;
      opacity: .9;
      margin-top: 2rem;
      font-family: "Polysans slim", "Arial", "sans-serif";
      font-size: 1.3rem;
      font-weight: 300;
      line-height: 1.4;
    }

    .framework-row {
      display: flex;
      gap: 18px;
      justify-content: center;
      flex-wrap: wrap;
      margin: 18px 0 28px;
    }

    .fw-pill {
      padding: 10px 12px;
      border-radius: 12px;
      background: #fff;
      border: 1px solid #e0e0e6;
      font-weight: 700;
      color: #1a1a21;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
      min-width: 110px;
      text-align: center;
    }

    .devdocs-card {
      max-width: 1100px;
      margin: 0 auto;
      background: #fdfdfd;
      border: 1px solid #e2e2e7;
      border-radius: 26px;
      box-shadow: 0 22px 44px rgba(0, 0, 0, 0.12);
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 0;
      overflow: hidden;

      padding: 20px 0;


    }

    .devdocs-left {
      padding: 28px;
      display: grid;
      gap: 12px;
      align-content: center;
    }

    .devdocs-left h3 {
      margin: 0;
      font-size: 28px;
      font-family: "Polysans Bulky", "Polysans median", Arial, sans-serif;
    }

    .devdocs-left p {
      margin: 0;
      color: #3a3b44;
      font-size: 16px;
    }

    .devdocs-left a {
      font-weight: 700;
    }

    .devdocs-right {
      position: relative;
      min-height: 300px;
      background: radial-gradient(circle at 30% 20%, rgba(142, 105, 255, 0.25), transparent 55%), radial-gradient(circle at 70% 40%, rgba(109, 209, 255, 0.22), transparent 55%), #e8eaf3;
      display: grid;
      place-items: center;
      padding: 18px;
    }

    .dev-icon-row {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
      margin: 60px auto 40px;
      max-width: 1100px;
      text-align: center;
      color: #111;
    }

    .dev-icon {
      display: grid;
      gap: 8px;
      justify-items: center;
    }

    .dev-icon .circle {
      width: 38px;
      height: 38px;
      border-radius: 12px;
      background: #1a1919;
      color: #fff;
      display: grid;
      place-items: center;
      font-weight: 800;
    }

    .dev-icon h4 {
      margin: 0;
      font-size: 17px;
    }

    .dev-icon p {
      margin: 0;
      color: #565865;
      font-size: 15px;
      line-height: 1.5;
      max-width: 300px;
    }





    .logo-marquee-wrap {
      margin-top: 24px;
      padding: 0 0 10px;
      overflow: hidden;
    }

    .logo-marquee {
      display: flex;
      gap: 26px;
      align-items: center;
      animation: logosLeft 28s linear infinite;
      width: max-content;
      color: #f4f4f4;
      opacity: 0.9;
    }

    .logo-marquee .logo-item {
      font-weight: 800;
      letter-spacing: 0.01em;
      white-space: nowrap;
    }

    @keyframes logosLeft {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-50%);
      }
    }

    .usecases {
      background: #f7f7f7;
      color: #1a1919;
      padding: 80px 0 110px;
      border-radius: 26px 26px 0 0;
    }

    .usecases-head {
      text-align: center;
      max-width: 820px;
      margin: 0 auto 26px;
    }

    .usecases-head .eyebrow {
      background: #ececf0;
      color: #3a3b44;
      border-color: #dedee6;
    }

    .usecases-head h2 {
      margin: 10px 0 0;
      font-size: 72px;
      font-weight: 800;
      line-height: 1;
      font-family: "Polysans Bulky", sans-serif;
    }

    .usecases-head .secondary {
      font-family: "Polysans Slim Italic", "Arial", "sans-serif";
      font-style: italic;
      font-size: 72px;
      margin: -10px 0 0;
      color: #000;
    }

    .usecases-head p {


      z-index: 2;
      grid-column-gap: .8rem;
      grid-row-gap: .8rem;
      opacity: .9;
      margin-top: 2rem;
      font-family: "Polysans slim", "Arial", "sans-serif";
      font-size: 1.3rem;
      font-weight: 300;
      line-height: 1.4;
    }



    .suite {
      background: #f5f5f6;
      padding: 90px 0 100px;
      text-align: center;
      color: #1a1919;
    }

    .suite .container {
      max-width: 1200px;
      padding: 0 20px;
    }

    .suite-head {
      max-width: 820px;
      margin: 0 auto 30px;
      padding: 0 clamp(24px, 6vw, 90px);
    }

    .suite-head .eyebrow {
      background: #ececf0;
      color: #3a3b44;
      border-color: #dedee6;
    }

    .suite-head h2 {
      margin: 10px 0 0;
      font-size: 72px;
      font-weight: 800;
      line-height: 1;
      font-family: "Polysans Bulky", sans-serif;
    }

    .suite-head .secondary {
      font-family: "Polysans Slim Italic", "Arial", "sans-serif";
      font-style: italic;
      font-size: 72px;
      margin: -10px 0 0;
      color: #000;
    }

    .suite-head p {
      z-index: 2;
      grid-column-gap: .8rem;
      grid-row-gap: .8rem;
      opacity: .9;
      flex-flow: column;
      max-width: 40rem;
      margin-top: 2rem;
      font-family: "Polysans slim", "Arial", "sans-serif";
      font-size: 1.3rem;
      font-weight: 300;
      line-height: 1.4;
      display: flex;
      position: relative;
    }


    .community {
      background: #1a1919;
      color: #fff;
      padding: 110px 0 120px;
      border-radius: 40px 40px 0 0;
      text-align: center;
      margin-top: -40px;
    }

    .community h2 {
      margin: 10px 0 0;
      font-size: 72px;
      font-weight: 800;
      line-height: 1;
      font-family: "Polysans Bulky", sans-serif;
    }

    .community .secondary {
      font-family: "Polysans Slim Italic", "Arial", "sans-serif";
      font-style: italic;
      font-size: 72px;
      margin: -10px 0 0;
    }

    .community p {


      z-index: 2;
      grid-column-gap: .8rem;
      grid-row-gap: .8rem;
      opacity: .9;
      margin-top: 2rem;
      font-family: "Polysans slim", "Arial", "sans-serif";
      font-size: 1.3rem;
      font-weight: 300;
      line-height: 1.4;
    }

    .community-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 18px;
      max-width: 900px;
      margin: 176px auto 0;
    }

    .community-card {
      padding: 14px;
      display: grid;
      gap: 6px;
      justify-items: center;
      color: #e7e9f5;
    }

    .community-card h4 {
      margin: 0;
      font-size: 18px;
      color: #fff;
    }

    .community-card span {
      color: #b8bbcf;
      font-size: 14px;
      line-height: 1.5;
      margin: 16px 0 0;
      color: #c8cad3;
      font-family: "Polysans slim", "Arial", "sans-serif";
      font-weight: 300;
      line-height: 1.4;
    }

    .ui-components {
      background: #f5f5f6;
      color: #1a1919;
      padding: 90px 0 70px;
      border-radius: 40px 40px 0 0;
    }

    .ui-head {
      text-align: center;
      max-width: 820px;
      margin: 0 auto 30px;
    }

    .ui-head .eyebrow {
      background: #ececf0;
      color: #3a3b44;
      border-color: #dedee6;
    }

    .ui-head h2 {
      margin: 10px 0 0;
      font-size: 72px;
      font-weight: 800;
      line-height: 1;
      font-family: "Polysans Bulky", sans-serif;
    }

    .ui-head .secondary {
      font-family: "Polysans Slim Italic", "Arial", "sans-serif";
      font-style: italic;
      font-size: 72px;
      margin: -10px 0 0;
      color: #000;
    }

    .ui-head p {


      z-index: 2;
      grid-column-gap: .8rem;
      grid-row-gap: .8rem;
      opacity: .9;
      margin-top: 2rem;
      font-family: "Polysans slim", "Arial", "sans-serif";
      font-size: 1.3rem;
      font-weight: 300;
      line-height: 1.4;
    }



    .mobile-drawer {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 280px;
      background: rgba(15, 14, 22, 0.95);
      backdrop-filter: blur(10px);
      border-right: 1px solid rgba(255, 255, 255, 0.12);
      box-shadow: 8px 0 30px rgba(0, 0, 0, 0.4);
      transform: translateX(-105%);
      transition: transform 0.25s ease;
      z-index: 20;
      padding: 80px 18px 24px;
      display: none;
      overflow-y: auto;
    }

    .mobile-drawer.open {
      transform: translateX(0);
    }

    .mobile-drawer nav {
      display: grid;
      gap: 12px;
      background: transparent;
      box-shadow: none;
      border: none;
      padding: 0;
    }

    .mobile-drawer a {
      color: #f4f4ff;
      text-decoration: none;
      font-weight: 700;
      padding: 10px 12px;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .mobile-drawer .drawer-actions {
      display: grid;
      gap: 10px;
      margin-top: 12px;
    }

    .drawer-backdrop {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.2s ease, visibility 0.2s ease;
      z-index: 19;
    }

    .drawer-backdrop.show {
      opacity: 1;
      visibility: visible;
    }

    .release {
      background: #f5f5f6;
      color: #1a1919;
      padding: 70px 0 90px;
    }

    .release-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto 18px;
      padding: 0 12px;
    }

    .release-head h3 {
      font-family: "Polysans Slim Italic", "Arial", "sans-serif";
      font-size: .95em;
      font-style: italic;
      font-weight: 300;
      display: block;
    }

    .release-head a {
      font-size: .8rem;
      grid-column-gap: .4rem;
      border-radius: 0;
      padding-left: 0;
      padding-right: 0;
      font-family: "Polysans median", "Arial", "sans-serif";
      font-weight: 600;
    }

    .release-grid {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 12px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 16px;
    }

    .release-card {
      background: #fff;
      border-radius: 18px;
      border: 1px solid #e0e0e6;
      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      display: grid;
      grid-template-rows: auto 1fr;
    }

    .release-card .body {
      padding: 16px;
      display: grid;
      gap: 8px;
    }

    .release-card .date {
      color: #5c5f6f;
      font-size: .7rem;
      line-height: 1.1;
    }

    .release-card h4 {
      margin-top: 0;
      margin-bottom: 0;
      font-family: "Polysans median", "Arial", "sans-serif";
      font-size: 1.1rem;
      font-weight: 600;
      line-height: 1.2;
    }

    .release-card img {
      width: 100%;
      object-fit: cover;
      display: block;
    }


    .footer-cta h2 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 6.5rem;
      font-weight: 800;
      line-height: .95;
      font-family: "Polysans Bulky", "Arial", "sans-serif";
    }

    .footer-cta .secondary {
      font-family: "Polysans Slim Italic", "Arial", "sans-serif";
      font-style: italic;
      font-size: 6.5rem;
      margin: -30px 0 0;

    }

    .footer-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 18px;
      border-radius: 12px;
      background: #fff;
      color: #1a1919;
      font-weight: 700;
      text-decoration: none;
      position: relative;
      z-index: 1;
    }

    .footer-links {
      position: relative;
      z-index: 1;
      margin-top: 90px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 26px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      color: #cfd2e2;
      text-align: left;
    }

    .footer-links h5 {
      margin: 0 0 12px;
      color: #fff;
      font-family: "Polysans median", "Arial", "sans-serif";
      font-weight: 600;
    }

    .footer-links a {
      color: #fff9;
      text-decoration: none;
      display: block;
      margin: 17px 0;
      font-size: 15px;
    }

    .footer-cta .container {
      position: relative;
      z-index: 1;
      max-width: 1400px;
      margin: 0 auto;
    }

    .footer-socials {
      margin-top: 32px;
      display: flex;
      justify-content: center;
      gap: 16px;
      position: relative;
      z-index: 1;
    }

    .footer-socials .circle {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      color: #fff;
      font-weight: 800;
    }



    .legal-row {
      margin-top: 18px;
      display: flex;
      justify-content: center;
      gap: 18px;
      flex-wrap: wrap;
      font-size: 13px;
      position: relative;
      z-index: 1;
      color: #fff9;
    }

    .footer-glow {
      width: 100%;
      max-width: 100%;
      pointer-events: none;
      background: transparent;
      z-index: -1;
    }

    .footer-glow canvas {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      display: block;
    }

    .reveal.in-view {
      opacity: 1;
      transform: translateY(0);
    }

    @keyframes marqueeLeft {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-50%);
      }
    }

    @keyframes marqueeRight {
      0% {
        transform: translateX(-50%);
      }

      100% {
        transform: translateX(0);
      }
    }

    footer {
      margin: 40px auto;
      color: var(--muted);
      font-size: 14px;
      text-align: center;
    }


    .reveal.in-view {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 900px) {
      nav {
        flex-wrap: wrap;
      }

      .nav-actions {
        width: 100%;
        justify-content: flex-end;
        display: none;
      }

      .nav-links {
        display: none;
      }

      .mobile-toggle {
        display: inline-flex;
        margin-left: auto;
      }

      .mobile-drawer {
        display: block;
      }

      .hero-grid {
        grid-template-columns: 1fr;
      }

      .hero-visual {
        min-height: 280px;
      }

      .marquee-track {
        animation-duration: 26s;
      }
    }

    .sector-pills {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
      margin: 24px 0;
    }

    .sector-pills label {
      display: inline-block;
      cursor: pointer;
    }

    .sector-pills .pill-label {
      padding: 10px 14px;
      border-radius: 12px;
      background: #fff;
      border: 1px solid #e0e0e6;
      font-weight: 700;
      color: #1a1a21;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
      min-width: 110px;
      text-align: center;
      display: block;
      transition: all 0.2s ease;
    }

    .sector-pills input.btn-check {
      display: none;
    }

    .sector-pills input.btn-check:checked+.pill-label {
      background: var(--accent);
      color: #fff;
      border-color: var(--accent);
      transform: translateY(-2px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    }

    .game-selector-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      padding: 10px;
    }

    @media (max-width: 768px) {
      .game-selector-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    .game-selector-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      justify-content: center;
    }

    .card-game-button {
      flex: 0 0 calc(25% - 24px);
      max-width: calc(25% - 24px);
      height: 400px;
      position: relative;
      cursor: pointer;
      border-radius: 20px;
      overflow: hidden;
      border: none !important;
      padding: 0 !important;
      background-color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .card-game-button input.btn-check {
      display: none;
    }

    .card-game-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: var(--card-bg);
      background-size: cover;
      background-position: center;
      transition: filter 0.3s ease, transform 0.3s ease;
      z-index: 1;
    }

    .card-game-button:hover .card-game-bg {
      filter: blur(4px);
      transform: scale(1.05);
    }

    .game-title {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease;
      color: #fff;
      font-weight: 800;
      font-size: 22px;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
      z-index: 2;
    }

    .card-game-button:hover .game-title {
      opacity: 1;
      visibility: visible;
    }

    .card-game-overlay,
    .selected-badge {
      display: none !important;
    }

    @media (max-width: 1200px) {
      .card-game-button {
        flex-basis: calc(33.333% - 24px);
        max-width: calc(33.333% - 24px);
      }
    }

    @media (max-width: 992px) {
      .card-game-button {
        flex-basis: calc(50% - 24px);
        max-width: calc(50% - 24px);
      }
    }

    @media (max-width: 576px) {
      .card-game-button {
        flex-basis: 100%;
        max-width: 100%;
      }
    }
    .editor-wrap {
        width: min(100%, 1500px);
        margin: 40px auto 80px;
        padding: 40px 24px 60px;
        position: relative;
        overflow: visible;
        z-index: 5;
      }

      .editor-shell {
        padding: 0;
        position: relative;
        overflow: visible;
        width: 100%;
      }

      .editor-image {
        position: relative;
        background: #050505;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
        min-height: 420px;
        overflow: hidden;
      }

      .editor-img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: inherit;
      }

      .editor-image::after {
        content: "";
        position: absolute;
        left: 1px;
        right: 1px;
        bottom: 1px;
        height: 35%;
        pointer-events: none;
        border-radius: inherit;
        background: linear-gradient(to top,
            rgba(9, 9, 11, 0.95) 0%,
            rgba(9, 9, 11, 0.7) 35%,
            rgba(9, 9, 11, 0) 100%
          );
      }

      .editor-image {
        position: relative;
        background: #050505;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
        min-height: 420px;
        overflow: hidden;
        z-index: 6;

        -webkit-mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
      }

      .editor-img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: inherit;
      }

      .editor-image::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 35%;
        pointer-events: none;
        background: linear-gradient(to top,
            #050505 0%,
            rgba(5, 5, 5, 0.8) 10%,
            rgba(5, 5, 5, 0) 100%);
      }

      .editor-img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        border-radius: 20px;
      }

      .badge-cloud {
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 10;
      }

      .info-badge {
        position: absolute;
        padding: 10px 14px;
        border-radius: 16px;
        font-weight: 800;
        font-size: 14px;
        color: #0b0a10;
        background: rgba(95, 170, 255, 0.88);
        box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32);
        white-space: nowrap;
      }

      .info-badge.pink {
        background: rgba(255, 177, 189, 0.88);
        color: #2b0a17;
      }

      .info-badge.purple {
        background: rgba(150, 140, 255, 0.88);
        color: #0b0a10;
      }

      .info-badge.green {
        background: rgba(131, 233, 197, 0.88);
        color: #0b0a10;
      }

      @media (max-width: 768px) {
        .info-badge {
          font-size: 12px;
          padding: 8px 10px;
        }
      }
      .anmated-suite {
        padding: 90px 0 100px;
        text-align: center;
        color: #f8f8ff;
        font-family: "Polysans median", sans-serif;
      }

      .anmated-suite-head {
        max-width: 820px;
        margin: 0 auto 60px;
      }

      .anmated-suite-head .eyebrow {
        background: rgba(255, 255, 255, 0.08);
        color: #e3e6f6;
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 6px 12px;
        border-radius: 99px;
        font-size: 14px;
        font-weight: 700;
        display: inline-block;
        margin-bottom: 12px;
      }

      .anmated-suite-head h2 {
        margin: 10px 0 0;
        font-size: 72px;
        font-family: "Polysans Bulky", sans-serif;
        line-height: 1.1;
        color: #fff;
      }

      .anmated-suite-head .secondary {
        font-family: "Polysans Slim Italic", "Arial", "sans-serif";
        font-style: italic;
        font-size: 72px;
        margin: -10px 0 0;
        color: #fff;
      }

      .anmated-suite-head p {
        color: #c8cad3;
        z-index: 2;
        grid-column-gap: .8rem;
        grid-row-gap: .8rem;
        opacity: .9;
        margin-top: 2rem;
        font-family: "Polysans slim", "Arial", "sans-serif";
        font-size: 1.3rem;
        font-weight: 300;
        line-height: 1.4;
      }

      .anmated-suite-track {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 24px;
        margin-top: 40px;
      }

      .anmated-suite-card {
        border: 0.5px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: 14px;
        padding: 0;
        text-align: left;
        background: rgba(255, 255, 255, 0.03);
        color: #f8f8ff;
        box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);

        display: flex;
        flex-direction: column;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
      }

      .anmated-suite-card.col-6 {
        grid-column: span 6;
      }

      .anmated-suite-card.col-4 {
        grid-column: span 4;
      }

      .anmated-suite-card.col-12 {
        grid-column: span 12;
      }

      @media (max-width: 1024px) {
        .anmated-suite-card.col-6 {
          grid-column: span 12;
        }

        .anmated-suite-card.col-4 {
          grid-column: span 6;
        }

        .anmated-suite-card.col-12 {
          grid-column: span 12;
        }
      }

      @media (max-width: 768px) {
        .anmated-suite-card.col-4 {
          grid-column: span 12;
        }
      }

      .anmated-suite-card:hover {
        border-color: rgba(255, 255, 255, 0.5);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
      }

      .anmated-suite-visual {
        flex: 1.2;
        min-height: 360px;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-left: none;
        border-right: none;
        border-bottom: none;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 2;
        font-family: "Polysans slim", "Arial", "sans-serif";
        font-size: 25px;
        font-weight: 300;
        line-height: 1.4;
      }

      .anmated-suite-content {
        padding: 30px;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        order: 1;
      }

      .anmated-suite-card.col-12 .anmated-suite-visual {
        height: 320px;
      }

      .anmated-suite-card.col-6 .anmated-suite-visual {
        height: 280px;
      }

      .anmated-suite-card.col-4 .anmated-suite-visual {
        height: 240px;
      }

      .anmated-suite-card.bottom-card .anmated-suite-visual {
        height: 340px;
      }

      .anmated-suite-card h4 {
        margin: 0 0 10px;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        font-family: "Polysans median", sans-serif;
      }

      .anmated-suite-card .labels {
        display: inline-flex;
        gap: 6px;
        margin-bottom: 16px;
        flex-wrap: wrap;
      }

      .anmated-suite-card .label {
        padding: 4px 10px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.15);
        font-size: 11px;
        font-weight: 700;
        color: #e2e8f0;
        text-transform: uppercase;
        letter-spacing: 0.02em;
      }

      .anmated-suite-card p {
        margin: 0 0 24px;
        color: #cecece;

        font-family: "Polysans slim", "Arial", "sans-serif";
        font-size: 20px;
        font-weight: 300;
        line-height: 1.4;
      }

      .anmated-suite-card a {
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        transition: transform 0.2s ease;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        margin-top: auto;
        opacity: 0.9;
      }

      .anmated-suite-card:hover a {
        transform: translateX(4px);
        opacity: 1;
        color: var(--z-blue);
      }


      .checkout-ui {
        width: 280px;
        background: #18181b;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 16px;
        padding: 20px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
        display: flex;
        flex-direction: column;
        gap: 12px;
        position: relative;
        overflow: hidden;
      }

      .cart-item-badge {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        padding: 8px;
        display: flex;
        align-items: center;
        gap: 10px;
        animation: slideIn 0.3s ease forwards;
        transition: all 0.3s;
      }

      .cart-item-badge.deleting {
        opacity: 0;
        transform: translateX(-20px);
      }

      .item-box-icon {
        width: 32px;
        height: 32px;
        border-radius: 6px;
        background: rgba(59, 130, 246, 0.2);
        color: #60a5fa;
        display: grid;
        place-items: center;
        font-size: 14px;
      }

      .item-meta {
        flex: 1;
      }

      .item-title {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
      }

      .item-price {
        font-size: 11px;
        font-weight: 600;
        color: #a1a1aa;
      }

      .qty-ctrl {
        display: flex;
        align-items: center;
        gap: 6px;
        background: #000;
        padding: 2px 6px;
        border-radius: 6px;
        border: 1px solid rgba(255, 255, 255, 0.1);
      }

      .qty-btn {
        color: #71717a;
        font-size: 10px;
        cursor: pointer;
        transition: color 0.2s;
      }

      .qty-btn:hover {
        color: #fff;
      }

      .qty-btn.delete {
        color: #ef4444;
        margin-left: 4px;
      }

      .qty-val {
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        min-width: 10px;
        text-align: center;
      }

      .cart-summary {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        gap: 4px;
      }

      .sum-row {
        display: flex;
        justify-content: space-between;
        font-size: 11px;
        color: #a1a1aa;
      }

      .sum-row.total {
        color: #fff;
        font-weight: 700;
        font-size: 13px;
        margin-top: 4px;
      }

      .sum-row.discount {
        color: #22c55e;
      }

      .pay-btn {
        width: 100%;
        padding: 12px;
        background: var(--z-blue);
        color: #fff;
        border: none;
        border-radius: 10px;
        font-weight: 600;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        cursor: pointer;
        transition: 0.2s;
      }

      .pay-btn.success {
        background: var(--z-green);
      }

      .checkout-success {
        position: absolute;
        inset: 0;
        background: var(--z-bg-panel);
        z-index: 10;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s;
      }

      .checkout-success.active {
        opacity: 1;
        pointer-events: auto;
      }

      .success-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: var(--z-green);
        color: #000;
        display: grid;
        place-items: center;
        margin-bottom: 12px;
        animation: popUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      }

      .pipeline-svg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
      }

      .pipe-node {
        position: absolute;
        bottom: 45px;
        padding: 6px 10px;
        background: #18181b;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 6px;
        font-size: 10px;
        font-weight: 700;
        color: #a1a1aa;
        display: flex;
        align-items: center;
        gap: 6px;
        z-index: 5;
        white-space: nowrap;
      }

      .pipe-node i {
        color: var(--z-blue);
      }

      .pipe-left {
        left: 5%;
        transform: translateX(-10%);
      }

      .pipe-right {
        right: 5%;
        transform: translateX(10%);
      }


      .chat-container {
        padding: 16px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 12px;
      }

      .chat-row {
        display: flex;
        flex-direction: column;
        max-width: 90%;
        animation: popUp 0.3s forwards;
        opacity: 0;
        transform: scale(0.9);
      }

      .chat-row.user {
        align-self: flex-end;
        align-items: flex-end;
      }

      .chat-row.agent {
        align-self: flex-start;
        align-items: flex-start;
      }

      .chat-name {
        font-size: 9px;
        color: #71717a;
        margin-bottom: 2px;
        font-weight: 700;
      }

      .chat-bubble {
        padding: 8px 12px;
        border-radius: 12px;
        font-size: 12px;
      }

      @keyframes popUp {
        to {
          opacity: 1;
          transform: scale(1);
        }
      }

      .chat-row.user .chat-bubble {
        background: var(--z-blue);
        color: #fff;
        border-bottom-right-radius: 2px;
      }

      .chat-row.agent .chat-bubble {
        background: #27272a;
        color: #e4e4e7;
        border-bottom-left-radius: 2px;
        border: 1px solid rgba(255, 255, 255, 0.1);
      }

      .chat-row.typing .chat-bubble {
        background: #18181b;
        color: #71717a;
        width: 40px;
        display: grid;
        place-items: center;
        border-bottom-left-radius: 2px;
        border: 1px solid rgba(255, 255, 255, 0.05);
      }

      .scanner-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
      }

      .scan-line {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background: var(--z-green);
        box-shadow: 0 0 15px var(--z-green);
        animation: scanMove 3s linear infinite;
      }

      @keyframes scanMove {
        0% {
          left: 0%;
        }

        50% {
          left: 100%;
        }

        100% {
          left: 0%;
        }
      }

      .scan-stats {
        position: absolute;
        top: 16px;
        left: 16px;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(4px);
        padding: 6px 10px;
        border-radius: 6px;
        border: 1px solid rgba(255, 255, 255, 0.15);
      }

      .scan-label {
        font-size: 10px;
        color: #a1a1aa;
        font-weight: 700;
        text-transform: uppercase;
      }

      .scan-val {
        font-size: 14px;
        color: var(--z-green);
        font-weight: 700;
        font-family: monospace;
      }

      .phone-screen {
        width: 200px;
        height: 100%;
        background: #18181b;
        margin: 0 auto;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        border: 4px solid #27272a;
        border-bottom: none;
        padding: 40px 12px 0;
        overflow: hidden;
        position: relative;
        box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.5);
      }

      .notif-card {
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 8px;
        display: flex;
        gap: 8px;
        align-items: center;
        animation: notifSlide 4s ease-in-out infinite;
      }

      @keyframes notifSlide {
        0% {
          transform: translateY(-20px);
          opacity: 0;
        }

        10%,
        80% {
          transform: translateY(0);
          opacity: 1;
        }

        100% {
          transform: translateY(-20px);
          opacity: 0;
        }
      }

      .notif-icon {
        width: 28px;
        height: 28px;
        border-radius: 8px;
        background: var(--z-blue);
        color: #fff;
        display: grid;
        place-items: center;
        font-size: 12px;
        flex-shrink: 0;
      }

      .notif-text h4 {
        font-size: 11px;
        font-weight: 300;
        color: #fff;
        margin: 0;
      }

      .notif-text p {
        font-size: 9px;
        color: #a1a1aa;
        margin: 2px 0 0;
      }

      .skin-preview {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        background: radial-gradient(circle at center, rgba(168, 85, 247, 0.1), transparent 60%);
        padding: 20px;
      }

      #skin_container {
        width: 140px;
        height: 200px;
        cursor: move;
        position: relative;
      }

      #skin_container canvas {
        width: 100% !important;
        height: 100% !important;
      }

      .skin-upload {
        width: 140px;
        height: 100px;
        border: 2px dashed rgba(255, 255, 255, 0.2);
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: 0.2s;
        background: rgba(255, 255, 255, 0.02);
        cursor: pointer;
      }

      .skin-upload:hover,
      .skin-upload.active {
        border-color: var(--z-purple);
        background: rgba(168, 85, 247, 0.1);
      }

      .skin-upload i {
        font-size: 24px;
        color: #a1a1aa;
        margin-bottom: 8px;
      }

      .skin-upload span {
        font-size: 10px;
        color: #71717a;
        font-weight: 700;
      }

      .skin-toast {
        position: absolute;
        bottom: 20px;
        right: 20px;
        background: #22c55e;
        color: #000;
        padding: 8px 12px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 12px;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.3s;
        z-index: 10;
      }

      .skin-toast.show {
        opacity: 1;
        transform: translateY(0);
      }

      .role-ui {
        width: 300px;
        background: var(--z-bg-panel);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 12px;
        padding: 16px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
        position: relative;
      }

      .role-tabs {
        display: flex;
        gap: 12px;
        margin-bottom: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 8px;
      }

      .role-tab {
        font-size: 11px;
        font-weight: 700;
        color: #71717a;
        cursor: pointer;
      }

      .role-tab.active {
        color: #fff;
        border-bottom: 2px solid #fff;
        padding-bottom: 6px;
        margin-bottom: -10px;
      }

      .role-preview {
        background: #121212;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        padding: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 16px;
      }

      .role-avatar {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #3f3f46;
        position: relative;
        overflow: hidden;
      }

      .role-avatar img {
        width: 100%;
        height: 100%;
      }

      .role-badge {
        padding: 2px 8px;
        border-radius: 4px;
        font-size: 10px;
        font-weight: 700;
        color: #fff;
        background: linear-gradient(90deg, #3b82f6, #8b5cf6);
        box-shadow: 0 0 10px rgba(59, 130, 246, 0.4);
        transition: all 0.3s ease;
      }

      .role-input-group {
        margin-bottom: 12px;
      }

      .role-label {
        font-size: 10px;
        color: #a1a1aa;
        font-weight: 700;
        display: block;
        margin-bottom: 6px;
      }

      .role-input {
        width: 100%;
        background: #18181b;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 8px;
        border-radius: 6px;
        color: #fff;
        font-size: 12px;
      }

      .color-palette {
        display: flex;
        gap: 6px;
      }

      .color-dot {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        cursor: pointer;
        border: 2px solid transparent;
        transition: transform 0.2s;
      }

      .color-dot:hover {
        transform: scale(1.2);
      }

      .color-dot.active {
        border-color: #fff;
      }

      .cursor-hand {
        width: 24px;
        height: 24px;
        background: url('https://api.iconify.design/ph:cursor-fill.svg?color=white') no-repeat center/contain;
        position: absolute;
        top: 100px;
        left: 100px;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
        transition: all 0.5s ease-in-out;
        z-index: 20;
        pointer-events: none;
      }
      .prod-ui {
        width: 420px;
        background: var(--z-bg-panel);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
        position: relative;
      }

      .prod-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
      }

      .prod-title {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
      }

      .prod-btn-del {
        background: rgba(239, 68, 68, 0.15);
        color: #ef4444;
        border: 1px solid rgba(239, 68, 68, 0.2);
        padding: 4px 10px;
        border-radius: 6px;
        font-size: 11px;
        font-weight: 700;
      }

      .prod-tabs {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      }

      .prod-tab {
        font-size: 12px;
        font-weight: 700;
        color: #71717a;
        padding-bottom: 8px;
        cursor: pointer;
        transition: 0.2s;
      }

      .prod-tab.active {
        color: #fff;
        border-bottom: 2px solid #fff;
      }

      .prod-content {
        position: relative;
        min-height: 180px;
      }

      .prod-input-group {
        margin-bottom: 16px;
      }

      .prod-label {
        font-size: 11px;
        color: #a1a1aa;
        font-weight: 700;
        display: block;
        margin-bottom: 6px;
      }

      .prod-input {
        width: 100%;
        background: #18181b;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 10px;
        border-radius: 8px;
        color: #fff;
        font-size: 13px;
        outline: none;
      }

      .prod-input:focus {
        border-color: var(--z-blue);
      }

      .prod-tags {
        display: flex;
        gap: 8px;
        margin-top: 10px;
      }

      .prod-tag {
        font-size: 10px;
        font-weight: 700;
        padding: 4px 8px;
        border-radius: 20px;
        background: #18181b;
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: #a1a1aa;
        display: flex;
        align-items: center;
        gap: 4px;
      }

      .prod-tag.active {
        border-color: var(--z-red);
        color: var(--z-red);
        background: rgba(239, 68, 68, 0.1);
      }

      .prod-tag i {
        font-size: 8px;
        cursor: pointer;
      }

      .prod-cursor {
        width: 24px;
        height: 24px;
        background: url('https://api.iconify.design/ph:cursor-fill.svg?color=white') no-repeat center/contain;
        position: absolute;
        top: 150px;
        left: 300px;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
        transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
        z-index: 30;
        pointer-events: none;
      }

      .announce-ui {
        width: 280px;
        background: #18181b;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
        display: flex;
        flex-direction: column;
      }

      .ann-image {
        height: 120px;
        width: 100%;
        background: url('https://images.unsplash.com/photo-1560185127-6ed189bf02f4?auto=format&fit=crop&w=500&q=80');
        background-size: cover;
        background-position: center;
      }

      .ann-content {
        padding: 16px;
      }

      .ann-title {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 8px;
      }

      .ann-lines {
        display: flex;
        flex-direction: column;
        gap: 6px;
      }

      .ann-line {
        height: 6px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
      }

      .ann-line.short {
        width: 60%;
      }

      .z-blob {
        position: absolute;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        filter: blur(50px);
        opacity: 0.3;
      }

      .blob-1 {
        top: -40px;
        right: -40px;
        background: var(--z-blue);
      }

      .blob-2 {
        bottom: -40px;
        left: -40px;
        background: var(--z-purple);
      }

      .typing-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        height: 24px;
      }

      .typing-dots span {
        display: block;
        width: 3px;
        height: 3px;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        animation: typingBounce 1.4s infinite ease-in-out both;
      }

      .typing-dots span:nth-child(1) {
        animation-delay: -0.32s;
      }

      .typing-dots span:nth-child(2) {
        animation-delay: -0.16s;
      }

      .typing-dots span:nth-child(3) {
        animation-delay: 0s;
      }

      @keyframes typingBounce {

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

        40% {
          transform: scale(1);
          opacity: 1;
        }
      }

      :root {
        --bg-color: #000000;
        --card-bg: #0b0b0e;
        --text-primary: #ffffff;
        --text-secondary: #9ca3af;
        --border-color: #27272a;
      }

      .requirements {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 24px;
        width: 100%;
        max-width: 1200px;
      }

      .req-card {
        background: var(--card-bg);
        border-radius: 24px;
        border: 0px;
        padding: 32px;
        display: flex;
        flex-direction: column;
        height: 100%;
        box-sizing: border-box;
      }

      .req-card h2 {
        margin: 0 0 24px 0;
        font-family: "Polysans median", "Arial", "sans-serif";
        font-size: 30px;
        font-weight: 600;
        line-height: 1.2;
      }

      .req-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 24px;
      }

      .req-item {
        display: flex;
        align-items: flex-start;
        gap: 16px;
      }
      .icon-box {
        width: 24px;
        height: 24px;
        min-width: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2px;
      }

      .icon-box svg {
        width: 100%;
        height: 100%;
        fill: white;
      }

      .text-content {
        display: flex;
        flex-direction: column;
        gap: 4px;
      }

      .text-title {
        font-weight: 300;
        font-size: 16px;
        color: var(--text-primary);
        display: flex;
        align-items: center;
        gap: 6px;
      }

      .text-desc {
        font-size: 14px;
        color: var(--text-secondary);
        font-weight: 400;
        line-height: 1.4;
      }

      .code-card {
        font-family: 'JetBrains Mono', monospace;
        position: relative;
      }

      .window-controls {
        display: flex;
        gap: 8px;
        margin-bottom: 24px;
      }

      .control-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #27272a;
      }

      .code-content {
        color: var(--text-primary);
        font-size: 14px;
        line-height: 1.6;
      }

      .code-heading {
        color: var(--text-primary);
        font-weight: 700;
        margin-bottom: 16px;
        display: block;
      }

      .code-step {
        display: flex;
        gap: 12px;
        margin-bottom: 8px;
        color: var(--text-primary);
      }

      .step-number {
        color: var(--text-secondary);
        min-width: 15px;
      }

      .code-link {
        margin-top: 20px;
        display: block;
      }

      .code-link a {
        color: var(--text-primary);
        text-decoration: underline;
        text-underline-offset: 4px;
        text-decoration-color: var(--text-secondary);
      }
      .zonely-wall-wrapper {
        position: relative;
        width: 100%;
        height: 820px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .wall-track {
        display: flex;
        gap: 24px;
        padding: 0 24px;
        width: max-content;
        animation: wallScroll 80s linear infinite;
        will-change: transform;
      }

      .wall-column {
        display: flex;
        flex-direction: column;
        gap: 24px;
        flex-shrink: 0;
      }

      .icon-box {
        width: 75px;
        height: 75px;
        background: #18181b;
        border: 1px solid #27272a;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        cursor: pointer;
        position: relative;
      }

      .icon-box img {
        width: 32px;
        height: 32px;
        object-fit: contain;
        transition: 0.3s;
      }

      .icon-box:hover {
        border-color: #6366f1;
        transform: scale(1.2);
        z-index: 100;
        background: #0f172a;
        box-shadow: 0 0 25px rgba(99, 102, 241, 0.6);
      }

      .icon-box:hover img {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.1);
      }

      @keyframes wallScroll {
        0% {
          transform: translateX(0);
        }

        100% {
          transform: translateX(-50%);
        }
      }

      .wall-overlay {
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 10;
      }
      .feature-rows {
        display: grid;
        grid-column-gap: 7.5rem;
        grid-row-gap: 7.5rem;
        flex-direction: column;
        max-width: 1180px;
        margin: 20px auto 0;
      }

      .feature-row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 28px;
        align-items: center;
      }

      .feature-text h3 {
        margin: 0;
        font-size: 44px;
        font-family: "Polysans Bulky", "Polysans median", Arial, sans-serif;
      }

      .feature-text p {
        color: #3f4049;
        font-size: 16px;
      }

      .feature-card {
        background: #1a1919;
        color: #fff;
        border-radius: 28px;
        padding: 18px;
        box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
        min-height: 320px;
        display: grid;
        gap: 10px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        align-items: start;
        justify-items: start;
      }

      .feature-rows .italic {
        font-family: "Polysans Slim Italic", "Arial", "sans-serif";
        font-style: italic;
        font-size: 40px;
        margin: -10px 0 0;
        color: #000;
      }

      a,
      a:link,
      a:visited,
      a:-webkit-any-link {
        text-decoration: none;
      }
            .stage-container {
              width: 100%;
              height: 100%;
              position: relative;
              display: flex;
              justify-content: center;
              align-items: center;
              z-index: 1;
              font-family: 'Inter', sans-serif;
            }

            .ai-screen {
              position: absolute;
              width: 100%;
              display: flex;
              justify-content: center;
              transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
            }

            #screen-input {
              z-index: 10;
              opacity: 1;
              transform: scale(1);
            }

            #screen-input.fade-out {
              opacity: 0;
              transform: scale(0.95);
              pointer-events: none;
              filter: blur(10px);
            }

            #screen-result {
              z-index: 20;
              opacity: 0;
              transform: scale(1.05) translateY(20px);
              pointer-events: none;
            }

            #screen-result.active {
              opacity: 1;
              transform: scale(1) translateY(0);
              pointer-events: auto;
            }

            .glass-card {
              background: rgba(24, 24, 27, 0.6);
              backdrop-filter: blur(20px);
              -webkit-backdrop-filter: blur(20px);
              border: 1px solid rgba(255, 255, 255, 0.1);
              border-radius: 24px;

              width: 85%;
              max-width: 550px;

              box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
              color: #fff;
            }

            .input-box {
              padding: 40px;
              text-align: center;
            }


            .input-title {
              margin-bottom: 25px;
              font-size: 20px;
              display: flex;
              align-items: center;
              justify-content: center;
              gap: 10px;
              text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
            }

            .input-title i {
              color: #60a5fa;
            }

            .fake-textarea {
              background: rgba(0, 0, 0, 0.3);
              border-radius: 14px;
              padding: 18px;
              color: #e4e4e7;
              font-size: 15px;
              min-height: 70px;
              display: flex;
              align-items: center;
              border: 1px solid rgba(255, 255, 255, 0.08);
              margin-bottom: 25px;
              text-align: left;
            }

            .send-btn {
              background: rgba(255, 255, 255, 0.1);
              color: #fff;
              border: 1px solid rgba(255, 255, 255, 0.1);
              padding: 14px 28px;
              border-radius: 10px;
              font-weight: 600;
              cursor: pointer;
              transition: 0.3s;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              gap: 8px;
              min-width: 150px;
              backdrop-filter: blur(5px);
            }

            .send-btn:hover {
              background: rgba(255, 255, 255, 0.2);
            }

            .send-btn.processing {
              background: rgba(255, 255, 255, 0.05);
              color: rgba(255, 255, 255, 0.5);
              cursor: wait;
            }
            .result-card-style {
              text-align: left;
              padding: 45px;
            }

            .card-header {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin-bottom: 20px;
              border-bottom: 1px solid rgba(255, 255, 255, 0.1);
              padding-bottom: 15px;
            }

            .username {
              font-size: 17px;
              font-weight: 700;
            }

            .date {
              font-size: 13px;
              color: rgba(255, 255, 255, 0.5);
            }

            .card-body {
              font-size: 16px;
              line-height: 1.7;
              color: #e4e4e7;
              min-height: 90px;
              padding: 5px 0;
            }

            .cursor {
              display: inline-block;
              width: 2px;
              height: 18px;
              background: #60a5fa;
              animation: blink 1s infinite;
              vertical-align: middle;
            }

            @keyframes blink {
              50% {
                opacity: 0;
              }
            }
            .discord-theme {
              font-family: 'gg sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            }

            .stage-container {
              width: 100%;
              height: 100%;
              position: relative;
              display: flex;
              justify-content: center;
              align-items: center;
              z-index: 1;
            }

            .ai-screen {
              position: absolute;
              width: 100%;
              display: flex;
              justify-content: center;
              transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
            }

            #view-product {
              z-index: 10;
              opacity: 1;
              transform: scale(1);
            }

            #view-product.fade-out {
              opacity: 0;
              transform: scale(0.95);
              pointer-events: none;
            }

            #view-profile {
              z-index: 20;
              opacity: 0;
              transform: scale(1.05) translateY(20px);
              pointer-events: none;
            }

            #view-profile.active {
              opacity: 1;
              transform: scale(1) translateY(0);
              pointer-events: auto;
            }

            .discord-panel {
              background: #111214;
              border-radius: 8px;
              width: 300px;
              overflow: hidden;
              border: 1px solid #1e1f22;
            }

            .product-banner {
              height: 120px;
              background: #f0b232;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 48px;
              color: #fff;
            }

            .product-body {
              padding: 20px;
              background: #2b2d31;
            }

            .prod-title {
              font-size: 16px;
              font-weight: 700;
              color: #f2f3f5;
              margin-bottom: 4px;
            }

            .prod-tag {
              display: inline-block;
              background: #111214;
              color: #b5bac1;
              font-size: 11px;
              padding: 2px 6px;
              border-radius: 4px;
              margin-bottom: 12px;
            }

            .prod-price {
              font-size: 20px;
              font-weight: 700;
              color: #f2f3f5;
              margin-bottom: 20px;
              display: flex;
              justify-content: space-between;
              align-items: center;
            }

            .prod-price span {
              font-size: 12px;
              color: #949ba4;
              font-weight: 400;
            }

            .buy-btn {
              background: #248046;
              color: #fff;
              border: none;
              padding: 10px;
              width: 100%;
              border-radius: 4px;
              font-weight: 600;
              cursor: pointer;
              transition: 0.2s;
              font-size: 14px;
              display: flex;
              align-items: center;
              justify-content: center;
              gap: 8px;
            }

            .buy-btn:hover {
              background: #1a6334;
            }

            .buy-btn.syncing {
              background: #5865f2;
              cursor: wait;
            }

            .profile-card-inner {
              background: #111214;
              position: relative;
            }

            .profile-banner {
              height: 60px;
              background-color: #5865f2;
            }

            .profile-content {
              padding: 16px;
              margin-top: -30px;
            }

            .avatar-wrapper {
              position: relative;
              width: 80px;
              height: 80px;
              margin-bottom: 12px;
            }

            .avatar-img {
              width: 80px;
              height: 80px;
              background: #313338;
              border-radius: 50%;
              border: 6px solid #111214;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 30px;
              color: #dbdee1;
            }

            .status-indicator {
              position: absolute;
              bottom: 5px;
              right: 5px;
              width: 16px;
              height: 16px;
              background: #23a559;
              border: 4px solid #111214;
              border-radius: 50%;
            }

            .user-box {
              background: #111214;
              border-radius: 8px;
              padding: 12px;
              margin-bottom: 12px;
            }

            .display-name {
              font-size: 20px;
              font-weight: 700;
              color: #f2f3f5;
              line-height: 1.2;
            }

            .username-tag {
              font-size: 14px;
              color: #b5bac1;
              margin-bottom: 15px;
            }

            .section-header {
              font-size: 12px;
              font-weight: 700;
              color: #b5bac1;
              margin-bottom: 8px;
              text-transform: uppercase;
              letter-spacing: 0.5px;
            }

            .about-text {
              font-size: 13px;
              color: #dbdee1;
              line-height: 1.4;
              margin-bottom: 16px;
            }

            .roles-container {
              display: flex;
              flex-wrap: wrap;
              gap: 4px;
            }

            .role-pill {
              display: flex;
              align-items: center;
              gap: 6px;
              background: #2b2d31;
              padding: 4px 8px;
              border-radius: 4px;
              font-size: 12px;
              color: #dbdee1;
              font-weight: 500;
              max-width: 100%;
            }

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

            .role-vip {
              display: none;
              transform: scale(0.9);
              opacity: 0;
              transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
            }

            .role-vip.visible {
              display: flex;
              transform: scale(1);
              opacity: 1;
            }
    .frontend-section {
      background: #f6f6f8;
      color: #1a1919;
      padding: 80px 0 120px;
    }

    .frontend-head {
      text-align: center;
      max-width: 780px;
      margin: 0 auto 28px;
    }

    .frontend-head h2 {
      margin: 10px 0 0;
      font-size: 72px;
      font-weight: 800;
      line-height: 1;
      font-family: "Polysans Bulky", sans-serif;
    }

    .frontend-head .secondary {
      font-family: "Polysans Slim Italic", "Arial", "sans-serif";
      font-style: italic;
      font-size: 72px;
      margin: -10px 0 0;
      color: #000;
    }

    .frontend-head p {
      z-index: 2;
      grid-column-gap: .8rem;
      grid-row-gap: .8rem;
      opacity: .9;
      margin-top: 2rem;
      font-family: "Polysans slim", "Arial", "sans-serif";
      font-size: 1.3rem;
      font-weight: 300;
      line-height: 1.4;
    }

    .tab-row {
      display: inline-flex;
      gap: 12px;
      padding: 12px 18px;
      border-radius: 16px;
      background: rgba(0, 0, 0, 0.04);
      margin: 18px auto 12px;
      border: 1px solid #e1e1e6;
    }

    .tab {
      padding: 10px 14px;
      border-radius: 12px;
      background: #fff;
      border: 1px solid #dcdce4;
      font-weight: 700;
      color: #1a1919;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    }

    .tab.muted {
      background: transparent;
      border: 1px solid transparent;
      color: #5a5c66;
      box-shadow: none;
    }

    .frontend-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 26px;
      align-items: start;
      max-width: 1180px;
      margin: 16px auto 0;
    }

    .ui-card,
    .code-card-front {
      border-radius: 20px;
      border: 1px solid #d5d5da;
      background: #fff;
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
      overflow: hidden;
    }

    .ui-card .visual {
      background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.7), transparent 55%), linear-gradient(140deg, #b18cff, #6bd2ff);
      padding: 28px 18px 34px;
      min-height: 260px;
      display: grid;
      place-items: center;
    }

    .ui-card .bubble {
      background: rgba(24, 24, 28, 0.9);
      color: #fff;
      padding: 12px 14px;
      border-radius: 12px;
      display: inline-flex;
      gap: 10px;
      align-items: center;
      box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
      border: 1px solid rgba(255, 255, 255, 0.08);
      font-weight: 700;
      font-size: 14px;
    }

    .code-card-front header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 12px;
      background: #1a1919;
      color: #fff;
      font-weight: 700;
      font-size: 13px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .code-card-front .pill {
      padding: 6px 10px;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.12);
      margin-right: 8px;
    }

    .code-card-front pre {
      margin: 0;
      padding: 16px;
      background: #13131b;
      color: #e6e9ff;
      font-family: "Jetbrainsmono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
      font-size: 13px;
      line-height: 1.6;
      min-height: 240px;
    }
        .devdocs-right {
          position: relative;
          background: #fafafa;
          display: flex;
          align-items: flex-end;
          justify-content: flex-end;

          padding: 0;
          min-height: 320px;
        }

        .devdocs-right img {
          width: 105%;
          max-width: 900px;
          height: auto;

          border-top-left-radius: 12px;
          box-shadow: -10px -10px 30px rgba(0, 0, 0, 0.1);
          border: 1px solid rgba(0, 0, 0, 0.08);
          border-right: none;
          border-bottom: none;

          transform: translate(0, 0);
          margin-bottom: -20px;
          margin-right: -20px;

          transition: transform 0.3s ease;
        }
    .faq-section {
      padding: 70px 0 30px;
      color: #1a1919;
    }

    .faq-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 24px;
      max-width: 1100px;
      margin: 0 auto;
      align-items: start;
    }

    .faq-title h3 {
      margin: 10px 0 0;
      font-size: 72px;
      font-weight: 800;
      line-height: 1;
      font-family: "Polysans Bulky", sans-serif;
    }

    .faq-title .italic {
      font-family: "Polysans Slim Italic", "Arial", "sans-serif";
      font-style: italic;
      font-size: 72px;
      margin: -10px 0 0;
      color: #000;
    }

    .faq-list {
      display: block;
    }

    .faq-item {
      border-bottom: 1px solid #e0e0e6;
    }


    .faq-trigger {
      width: 100%;
      border: 0;
      outline: none;
      background: transparent;
      padding: 16px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      font: inherit;
      color: inherit;
    }

    .faq-trigger .question {
      text-align: left;
      background-color: #0000;
      flex-flow: row;
      width: 100%;
      display: flex;
      position: relative;
    }

    .faq-trigger .plus {
      font-weight: 800;
      font-size: 20px;
      color: #4a4c55;
      transition: transform 0.2s ease;
    }

    .faq-item.active .faq-trigger .plus {
      transform: rotate(45deg);
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transform: translateY(-4px);
      padding: 0;
      transition:
        max-height 0.25s ease,
        opacity 0.25s ease,
        transform 0.25s ease,
        padding-bottom 0.25s ease;
    }

    .faq-item.active .faq-answer {
      max-height: 220px;
      opacity: 1;
      transform: translateY(0);
      padding-bottom: 14px;
    }

    .faq-answer p {
      margin: 0 0 0;
      padding-right: 40px;
      font-size: 15px;
      line-height: 1.55;
      color: #33333b;
    }

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

      .faq-title h3 {
        font-size: 32px;
      }

      .faq-title .italic {
        font-size: 26px;
      }
    }
    body {
      margin: 0;
      padding: 0;
      background: #000;
      overflow-x: hidden;
    }

    @font-face {
      font-family: 'Polysans Bulky';
      src: local('Arial');
    }

    .stack-section {
      background: #1a1919;
      padding: 90px 0 120px;
      color: #fff;
      position: relative;
      border-radius: 40px 40px 0 0;
      z-index: 1;
      margin-top: -30px;
    }

    .stack-banner-container {
      width: 100%;
      overflow: hidden;
      padding: 20px 0;
    }

    .stack-banner {
      display: flex;
      flex-direction: column;
      width: 100%;
    }

    .stack-line-wrapper {
      position: relative;
      width: 100%;
      display: flex;
      padding: 10px 0;
      margin-top: -15px;
      margin-bottom: -15px;
      z-index: 1;
    }

    .stack-line-wrapper:nth-child(even) {
      z-index: 2;
    }

    .stack-line {

      display: flex;
      gap: 24px;
      padding-right: 24px;

      -webkit-text-stroke: 2px rgba(255, 255, 255, 0.8);

      align-items: center;
      overflow: visible;
      will-change: transform;


      color: #fff0;
      -webkit-text-stroke-width: .075rem;
      flex: none;
      font-family: "Polysans Bulky", "Arial", "sans-serif";
      font-size: 9rem;
      font-weight: 800;
      line-height: .9;




    }

    .stack-line .filled {
      color: #fff;
      -webkit-text-stroke: 0;
      position: relative;
      font-family: "Polysans Bulky", "Arial", "sans-serif";
      font-size: 9rem;
      font-weight: 800;
    }

    @keyframes scrollLeft {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-50%);
      }
    }

    @keyframes scrollRight {
      0% {
        transform: translateX(-50%);
      }

      100% {
        transform: translateX(0);
      }
    }
        @font-face {
          font-family: 'Ppcirka';
          src: local('Georgia');
        }

        .stack-scroll-area {
          height: 350vh;
          position: relative;
          z-index: 10;
        }

        .stack-wrapper {
          position: sticky;
          top: 0;
          height: 100vh;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          overflow: hidden;
        }
        .zonelycomment {
          position: absolute;
          width: 90%;
          max-width: 900px;
          height: 450px;
          border-radius: 40px;
          padding: 60px 40px;
          box-sizing: border-box;
          text-align: center;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;

          transform: translateY(120%) scale(1);
          opacity: 0;
          will-change: transform, opacity, filter;

          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
          border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .zonelycomment:nth-child(1) {
          background: linear-gradient(135deg, #6b6adf, #5bd3ff);
          z-index: 1;
        }

        .zonelycomment:nth-child(2) {
          background: linear-gradient(140deg, #3a2d5f, #9a6cff);
          z-index: 2;
        }

        .zonelycomment:nth-child(3) {
          background: linear-gradient(135deg, #1a1a24, #a274b5);
          z-index: 3;
        }

        .zonelycomment {
          text-align: center;
        }

        .zonelycomment p {
          margin: 0;
          font-size: clamp(24px, 4vw, 36px);
          line-height: 1.25;
          font-weight: 500;
          font-family: "Ppcirka", serif;
        }

        .zonelycomment p span {
          display: inline;
          color: #fff;
          background: rgba(0, 0, 0, 0.9);
          padding: 0.25rem 0.4rem 0.05rem;
          border-radius: 0.4rem;
          text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);

          -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
        }

        .zonelycomment p span::before {
          content: "»";
          margin-right: 0.25em;
        }

        .zonelycomment p span::after {
          content: "«";
          margin-left: 0.25em;
        }


        .zonelycomment .attribution {
          margin-top: 40px;
          font-weight: 700;
          font-size: 14px;
          letter-spacing: 2px;
          text-transform: uppercase;
          opacity: 0.8;
        }

        .content-block {
          height: 100vh;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 2rem;
          color: #555;
        }

        .cta-container {
          position: absolute;
          bottom: 50px;
          left: 0;
          width: 100%;
          text-align: center;
          z-index: 20;
          opacity: 0;
          transition: opacity 0.5s;
        }

        .cta-container.visible {
          opacity: 1;
        }
    .usecases {
      background: #f7f7f7;
      color: #1a1919;
      padding: 80px 0 110px;
      border-radius: 26px 26px 0 0;
    }

    .usecases-head h2 {
      color: #1a1919;
    }

    .usecases-head .secondary {
      color: #1f1f23;
    }

    .usecases-head p {
      color: #3a3b44;
    }

    .usecase-nav {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 14px;
      max-width: 1100px;
      margin: 20px auto 24px;
      align-items: center;
    }

    .usecase-chip {
      padding: 12px 10px;
      border-radius: 14px;
      border: 1px solid #e0e0e6;
      background: #fff;
      display: grid;
      gap: 6px;
      justify-items: center;
      color: #3a3b44;
      cursor: pointer;
      transition: border 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .usecase-chip:hover {
      transform: translateY(-2px);
      background: #fff;
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    }

    .usecase-chip .icon {
      width: 28px;
      height: 28px;
      border-radius: 10px;
      background: linear-gradient(135deg, #7928CA, #6495ED);
      color: #fff;
      display: grid;
      place-items: center;
      font-weight: 800;
      font-size: 14px;
    }

    .usecase-chip.active {
      border: 1px solid #ffffff;
      box-shadow: 0 0 20px rgb(76 76 76 / 30%), 0 14px 30px rgba(0, 0, 0, 0.15);
      transform: translateY(-2px);
      color: #1a1919;
    }

    .usecase-chip[data-key*="soon"] {
      opacity: 0.6;
      cursor: not-allowed;
    }

    .usecase-chip span {
      font-weight: 700;
      font-size: 14px;
      text-align: center;
    }

    .usecase-visual {
      max-width: 1100px;
      margin: 0 auto;
      border-radius: 28px;
      overflow: hidden;
      border: 1px solid #e2e2e7;
      box-shadow: 0 22px 44px rgba(0, 0, 0, 0.12);
      background: #e8eaf3;
    }

    .usecase-visual .img {
      height: 520px;
      background-size: cover;
      background-position: center;
      position: relative;
      display: grid;
      place-items: center;
      transition: background-image 0.3s ease-in-out;
    }

    .usecase-visual .img:after {
      content: attr(data-title);
      position: absolute;
      bottom: 18px;
      right: 18px;
      padding: 8px 12px;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.7);
      color: #1a1919;
      font-weight: 300;
      backdrop-filter: blur(5px);
      border: 1px solid rgba(0, 0, 0, 0.05);
    }
    .icon-feather i {
      width: 32px;
      height: 32px;
    }

    .suite-card .icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .suite-scroll {
      position: relative;
      width: 100%;
      padding: 32px 0 30px;
    }

    .suite-track {
      display: flex;
      gap: 24px;
      overflow-x: auto;
      padding-left: max(24px, calc(55vw - 600px));
      padding-right: 24px;
      scroll-behavior: smooth;
      cursor: grab;
      user-select: none;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }

    .suite-track::-webkit-scrollbar {
      display: none;
    }

    .suite-track.active {
      cursor: grabbing;
      scroll-snap-type: none;
      scroll-behavior: auto;
    }

    .suite-card {
      flex: 0 0 330px;
      height: auto;
      background: #fff;
      margin-top: 60px;
      margin-bottom: 60px;
      border-radius: 20px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
      transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), border-radius 0.4s ease, border-color 0.3s ease, box-shadow 0.4s ease;
      grid-column-gap: 1.5rem;
      background-color: #fff;
      border-radius: 2rem;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      padding: 2rem 2rem 1.5rem;
      text-decoration: none;
      display: flex;
      position: relative;
      box-shadow: 0 4px 10px #0000000a, 0 1px 4px #00000008, 0 1px 2px #00000005;
      text-align: start;


    }

    .suite-card:hover {
      transform: scale(1.05) translateY(-5px);

      border-radius: 40px;

      border-color: #c4c5ff;

      box-shadow:
        0 20px 40px -5px rgba(0, 0, 0, 0.1),
        0 10px 15px -5px rgba(0, 0, 0, 0.05);

      z-index: 10;
    }


    .suite-card .icon {
      height: 48px;
      border-radius: 12px;
      color: #000;
      display: grid;
      place-items: start;
      margin-bottom: 20px;
    }

    .suite-card .icon svg {
      width: 24px;
      height: 24px;
    }

    .suite-card h4 {
      margin-top: 0;
      margin-bottom: 0;
      font-family: "Polysans median", "Arial", "sans-serif";
      font-size: 1.3rem;
      font-weight: 600;
      line-height: 1.2;
    }

    .suite-card .tags {
      margin-bottom: 14px;
    }

    .suite-card .tag {
      border: 1px solid;
      border-radius: .4rem;
      flex: none;
      padding: .25rem .3rem .15rem;
      font-family: "Polysans median", "Arial", "sans-serif";
      align-items: center;
      font-size: .6rem;
      font-style: normal;
      font-weight: 600;
      line-height: 1.15;
    }

    .suite-card p {
      color: #666;
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 50px;
    }

    .suite-card a {
      text-decoration: none;
      color: #111827;
      font-weight: 300;
      font-size: 14px;
      display: inline-flex;
      align-items: center;
      gap: 4px;
    }

      .news-container {
        width: 100%;
        height: 550px;
        display: flex;
        align-items: center;
        position: relative;
        cursor: grab;
        overflow: hidden;
      }

      .news-container:active {
        cursor: grabbing;
      }

      .news-track {
        display: flex;
        gap: 32px;
        width: max-content;
        will-change: transform;
      }

      .news-card {
        width: 380px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
        background: transparent;
        user-select: none;
      }

      .news-card.active {
        opacity: 1;
        z-index: 10;
      }

      .card-image {
        width: 100%;
        height: 220px;
        border-radius: 24px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(0, 0, 0, 0.04);
        position: relative;
      }

      .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
      }

      .card-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 4px;
      }

      .card-title {
        margin-top: 0;
        margin-bottom: 0;
        font-family: "Polysans median", "Arial", "sans-serif";
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.2;
      }

      .card-desc {
        opacity: .7;
        font-size: .9rem;
        line-height: 1.3;
      }

      .card-actions {
        display: flex;
        gap: 20px;
      }

      .action-link {
        grid-column-gap: .4rem;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
        font-family: "Polysans median", "Arial", "sans-serif";
        font-weight: 600;
      }

      .action-link:hover {
        opacity: 0.6;
      }
    .footer-cta {
      background: #1a1919;
      color: #fff;
      border-radius: 40px 40px 0 0;
      text-align: center;
      margin-top: -40px;
      padding: 140px 0 80px;
      position: relative;
      overflow: hidden;
    }

    .footer-cta:before {
      content: "";
      position: absolute;
      inset: 20% auto auto 50%;
      width: 640px;
      height: 640px;
      transform: translateX(-50%);
      background: radial-gradient(circle, rgba(122, 91, 255, 0.28), transparent 60%), radial-gradient(circle at 60% 60%, rgba(95, 227, 255, 0.25), transparent 55%);
      filter: blur(14px);
      z-index: 0;
    }
        .trust-row {
          margin-top: 24px;
          display: flex;
          justify-content: center;
          gap: 14px;
          flex-wrap: wrap;
          position: relative;
          z-index: 1;
        }

        .trust-badge {
          grid-column-gap: .6rem;
          grid-row-gap: .6rem;
          border: 1px solid #ffffff0d;
          border-radius: 1rem;
          background-color: #ffffff0d;
          flex-flow: row;
          justify-content: flex-start;
          text-align: start;
          align-items: center;
          padding: .5rem .8rem .5rem .5rem;
          display: flex;
          transition: background 0.3s;
        }

        .trust-badge:hover {
          background-color: #ffffff1a;
        }

        .trust-badge .dot {
          width: 32px;
          height: 32px;
          border-radius: 9px;
          background: #7a5bff;
          display: flex;
          align-items: center;
          justify-content: center;
          overflow: hidden;
          flex-shrink: 0;
        }

        .trust-badge .dot img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 9px;
        }

        .trust-badge .text {
          font-size: 13px;
          line-height: 1.3;
          color: #fff;
        }

        .trust-badge .colored {
          color: #fff9;
        }
        
    .tab-row .tab,
    .tab-row .muted {
      transition: all 0.3s ease-in-out;
    }