
    :root {
      --bg: #060312;
      --bg-soft: #0d0820;
      --card: rgba(15, 10, 35, 0.9);
      --card-2: rgba(22, 15, 48, 0.95);
      --text: #ffffff;
      --muted: #a7a0c8;
      --line: rgba(160, 135, 255, 0.18);
      --purple: #7c3aed;
      --purple-2: #9f67ff;
      --blue: #1d9bf0;
      --shadow: 0 20px 60px rgba(73, 27, 198, 0.45);
      --radius: 28px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 50% 0%, rgba(124, 58, 237, 0.28), transparent 28%),
        radial-gradient(circle at 15% 10%, rgba(94, 0, 255, 0.2), transparent 20%),
        linear-gradient(180deg, #0a041b 0%, #060312 35%, #09051a 100%);
      min-height: 100vh;
      overflow-x: hidden;
    }

    body::before,
    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -1;
    }

    body::before {
      background-image:
        radial-gradient(circle, rgba(255,255,255,.65) 1px, transparent 1.5px),
        radial-gradient(circle, rgba(255,255,255,.25) 1px, transparent 1.5px);
      background-size: 180px 180px, 240px 240px;
      background-position: 20px 40px, 100px 120px;
      opacity: .18;
    }

    .container {
      width: min(1160px, calc(100% - 32px));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 40;
      backdrop-filter: blur(18px);
      background: rgba(6, 3, 18, 0.58);
      border-bottom: 1px solid rgba(255,255,255,0.05);
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 18px 0;
    }

    .brand {
      font-weight: 800;
      letter-spacing: -0.04em;
      font-size: 1.2rem;
    }

    .brand span {
      color: #b18cff;
    }

    .nav-links {
      display: flex;
      gap: 26px;
      align-items: center;
      color: var(--muted);
      font-size: 0.95rem;
    }

    .nav-links a {
      color: inherit;
      text-decoration: none;
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .btn {
      border: 0;
      cursor: pointer;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      color: white;
      font-weight: 700;
      transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
    }

    .btn:hover { transform: translateY(-1px); }
    .btn:active { transform: translateY(0); }

    .btn-ghost {
      padding: 11px 16px;
      color: #efe9ff;
      background: rgba(255,255,255,0.04);
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.08);
    }

    .btn-primary {
      padding: 12px 18px;
      border-radius: 999px;
      background: linear-gradient(135deg, #8b5cf6, #6d28d9);
      box-shadow: 0 14px 36px rgba(124, 58, 237, 0.45);
    }

    .hero {
      padding: 72px 0 38px;
      position: relative;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 34px;
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 8px 12px;
      background: rgba(155, 107, 255, 0.12);
      border: 1px solid rgba(179, 136, 255, 0.2);
      border-radius: 999px;
      color: #d9c9ff;
      font-size: .87rem;
      margin-bottom: 20px;
    }

    h1 {
      margin: 0;
      font-size: clamp(2.7rem, 6vw, 4.9rem);
      line-height: .96;
      letter-spacing: -0.06em;
    }

    .hero h1 .accent {
      display: block;
      background: linear-gradient(135deg, #c084fc 0%, #8b5cf6 50%, #e9d5ff 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hero p {
      margin: 20px 0 28px;
      color: var(--muted);
      font-size: 1.08rem;
      line-height: 1.7;
      max-width: 640px;
    }

    .hero-actions {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      margin-bottom: 26px;
    }

    .hero-note {
      display: flex;
      gap: 18px;
      flex-wrap: wrap;
      color: #cbc5e4;
      font-size: .94rem;
    }

    .hero-note span::before {
      content: "•";
      color: #8b5cf6;
      margin-right: 8px;
    }

    .hero-visual {
      position: relative;
      min-height: 520px;
    }

    .glow {
      position: absolute;
      inset: auto;
      width: 280px;
      height: 280px;
      border-radius: 50%;
      filter: blur(65px);
      opacity: .45;
      background: radial-gradient(circle, rgba(124,58,237,.85), rgba(124,58,237,0));
    }

    .glow.one { top: 0; right: 8%; }
    .glow.two { bottom: 10%; left: 8%; background: radial-gradient(circle, rgba(29,155,240,.4), rgba(29,155,240,0)); }

    .dashboard {
      position: absolute;
      inset: 46px 30px 0 0;
      background: linear-gradient(180deg, rgba(16,11,37,0.96), rgba(8,5,20,0.98));
      border: 1px solid rgba(200, 180, 255, 0.16);
      border-radius: 28px;
      box-shadow: var(--shadow);
      padding: 18px;
      overflow: hidden;
    }

    .dashboard::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(153, 96, 255, 0.14), transparent 40%);
      pointer-events: none;
    }

    .window-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 18px;
    }

    .dots {
      display: flex;
      gap: 8px;
    }

    .dots span {
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: rgba(255,255,255,0.22);
    }

    .dashboard-nav {
      display: flex;
      gap: 8px;
      color: #bbb1e2;
      font-size: .85rem;
      flex-wrap: wrap;
    }

    .pill {
      padding: 7px 10px;
      border-radius: 999px;
      background: rgba(255,255,255,0.045);
      border: 1px solid rgba(255,255,255,0.06);
    }

    .dashboard-main {
      display: grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 16px;
      height: calc(100% - 54px);
    }

    .panel {
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 22px;
      padding: 18px;
      position: relative;
      overflow: hidden;
    }

    .panel-title {
      font-size: .92rem;
      color: #d8d1f2;
      margin-bottom: 14px;
    }

    .widget-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .widget {
      min-height: 94px;
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(11, 8, 28, 0.96), rgba(18, 13, 42, 0.96));
      border: 1px solid rgba(168, 138, 255, 0.14);
      padding: 14px;
    }

    .widget strong {
      display: block;
      font-size: .9rem;
      margin-bottom: 8px;
    }

    .widget small,
    .muted { color: var(--muted); }

    .code-lines {
      display: grid;
      gap: 10px;
      margin-top: 8px;
    }

    .code-lines span {
      display: block;
      height: 10px;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(124,58,237,.9), rgba(29,155,240,.55));
      opacity: .9;
    }

    .code-lines span:nth-child(2) { width: 86%; }
    .code-lines span:nth-child(3) { width: 74%; }
    .code-lines span:nth-child(4) { width: 92%; }
    .code-lines span:nth-child(5) { width: 58%; }

    .floating-card,
    .floating-card-right {
      position: absolute;
      width: 220px;
      border-radius: 22px;
      background: rgba(18, 12, 42, 0.92);
      border: 1px solid rgba(181, 149, 255, 0.16);
      box-shadow: 0 18px 50px rgba(8, 5, 20, .6);
      padding: 14px;
    }

    .floating-card {
      left: -18px;
      bottom: 34px;
      transform: rotate(-10deg);
    }

    .floating-card-right {
      right: -10px;
      top: 70px;
      transform: rotate(9deg);
    }

    .card-lines {
      display: grid;
      gap: 8px;
      margin-top: 12px;
    }

    .card-lines span {
      display: block;
      height: 8px;
      border-radius: 999px;
      background: rgba(255,255,255,0.08);
    }

    .brands {
      padding: 24px 0 12px;
    }

    .brands-strip {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 36px;
      flex-wrap: wrap;
      color: #d0c9ee;
      opacity: .8;
      font-weight: 600;
      letter-spacing: .03em;
    }

    .section {
      padding: 56px 0;
    }

    .section-heading {
      text-align: center;
      max-width: 800px;
      margin: 0 auto 28px;
    }

    .section-heading .mini {
      text-transform: uppercase;
      letter-spacing: .22em;
      font-size: .78rem;
      color: #bfaeff;
      margin-bottom: 12px;
    }

    .section-heading h2 {
      margin: 0;
      font-size: clamp(2rem, 4vw, 3.4rem);
      letter-spacing: -0.05em;
    }

    .section-heading p {
      color: var(--muted);
      margin-top: 14px;
      line-height: 1.8;
    }

    .feature-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
      margin-top: 30px;
    }

    .feature-card {
      background: linear-gradient(180deg, rgba(17, 10, 38, 0.95), rgba(10, 7, 24, 0.95));
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 28px;
      padding: 20px;
      box-shadow: 0 14px 34px rgba(0,0,0,.24);
    }

    .feature-media {
      height: 240px;
      border-radius: 20px;
      background:
        linear-gradient(180deg, rgba(39, 23, 92, 0.8), rgba(10, 7, 25, 0.95)),
        radial-gradient(circle at top right, rgba(124,58,237,.5), transparent 30%);
      border: 1px solid rgba(184, 159, 255, 0.12);
      position: relative;
      overflow: hidden;
      margin-bottom: 18px;
    }

    .ui-mock {
      position: absolute;
      inset: 18px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.08);
      padding: 14px;
      background: rgba(255,255,255,.03);
    }

    .ui-mock .row {
      display: grid;
      gap: 8px;
      margin-bottom: 10px;
    }

    .ui-mock .row span,
    .ui-mock .row i,
    .ui-mock .row b {
      display: block;
      height: 10px;
      border-radius: 999px;
      background: rgba(255,255,255,.10);
      font-style: normal;
    }

    .ui-mock .row b { width: 52%; background: linear-gradient(90deg, rgba(160,130,255,.85), rgba(255,255,255,.12)); }
    .ui-mock .row span:nth-child(2) { width: 86%; }
    .ui-mock .row span:nth-child(3) { width: 66%; }
    .ui-mock .cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-top: 18px;
    }

    .ui-mock .cards div {
      min-height: 72px;
      border-radius: 14px;
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.08);
    }

    .feature-card h3 {
      margin: 0 0 10px;
      font-size: 1.25rem;
      letter-spacing: -0.03em;
    }

    .feature-card p {
      margin: 0;
      line-height: 1.75;
      color: var(--muted);
    }

    .showcase {
      margin-top: 26px;
      background: linear-gradient(180deg, rgba(18, 11, 40, 0.96), rgba(8, 5, 20, 0.98));
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 32px;
      padding: 28px;
      display: grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 28px;
      align-items: center;
      overflow: hidden;
      position: relative;
    }

    .showcase::before {
      content: "";
      position: absolute;
      width: 520px;
      height: 520px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(124,58,237,.22), rgba(124,58,237,0));
      left: -140px;
      bottom: -220px;
      pointer-events: none;
    }

    .showcase-visual {
      min-height: 360px;
      border-radius: 26px;
      background: linear-gradient(180deg, rgba(10, 8, 26, 0.95), rgba(21, 14, 46, 0.95));
      border: 1px solid rgba(255,255,255,0.07);
      padding: 18px;
      position: relative;
    }

    .big-panel {
      position: absolute;
      inset: 18px;
      border-radius: 20px;
      border: 1px solid rgba(177, 145, 255, 0.12);
      background: rgba(255,255,255,.02);
      padding: 16px;
    }

    .layout-preview {
      display: grid;
      grid-template-columns: 240px 1fr;
      gap: 14px;
      height: 100%;
    }

    .sidebar,
    .canvas {
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,0.08);
      background: rgba(255,255,255,.03);
      padding: 14px;
    }

    .sidebar .tiny,
    .canvas .tiny {
      display: grid;
      gap: 8px;
    }

    .sidebar .tiny span,
    .canvas .tiny span {
      display: block;
      height: 10px;
      border-radius: 999px;
      background: rgba(255,255,255,.08);
    }

    .sidebar .grid-mini {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
      margin-top: 16px;
    }

    .sidebar .grid-mini div,
    .canvas .grid-mini div {
      height: 62px;
      border-radius: 14px;
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.06);
    }

    .canvas .grid-mini {
      grid-template-columns: repeat(3, 1fr);
      margin-top: 18px;
      gap: 10px;
    }

    .showcase-copy h3 {
      font-size: clamp(2rem, 3vw, 3rem);
      margin: 0 0 14px;
      letter-spacing: -0.05em;
    }

    .showcase-copy p {
      color: var(--muted);
      line-height: 1.85;
      margin-bottom: 24px;
    }

    .list {
      display: grid;
      gap: 14px;
      margin-bottom: 24px;
    }

    .list-item {
      display: flex;
      align-items: start;
      gap: 14px;
      color: #e8e3ff;
    }

    .list-item i {
      width: 26px;
      height: 26px;
      border-radius: 999px;
      background: linear-gradient(135deg, #8b5cf6, #7c3aed);
      display: inline-block;
      flex-shrink: 0;
      margin-top: 3px;
      box-shadow: 0 10px 20px rgba(124,58,237,.35);
    }

    .cta {
      padding: 64px 0 86px;
    }

    .cta-box {
      background: linear-gradient(180deg, rgba(18, 11, 40, 0.98), rgba(9, 6, 22, 0.98));
      border: 1px solid rgba(255,255,255,.06);
      border-radius: 32px;
      padding: 34px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      box-shadow: 0 24px 60px rgba(0,0,0,.22);
    }

    .cta-box h3 {
      margin: 0 0 10px;
      font-size: clamp(1.8rem, 3vw, 3rem);
      letter-spacing: -0.05em;
    }

    .cta-box p { margin: 0; color: var(--muted); line-height: 1.8; }

    .footer {
      padding: 28px 0 40px;
      color: #9f98bc;
      border-top: 1px solid rgba(255,255,255,.05);
    }

    .footer-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
    }

    @media (max-width: 980px) {
      .nav-links { display: none; }
      .hero-grid,
      .showcase,
      .dashboard-main,
      .feature-grid {
        grid-template-columns: 1fr;
      }
      .hero-visual { min-height: 500px; }
      .dashboard { inset: 20px 0 0 0; }
      .floating-card, .floating-card-right { display: none; }
      .cta-box { flex-direction: column; align-items: flex-start; }
    }

    @media (max-width: 640px) {
      .container { width: min(100% - 20px, 1160px); }
      .nav-actions .btn-ghost { display: none; }
      .hero { padding-top: 48px; }
      .hero-actions { flex-direction: column; align-items: stretch; }
      .hero-actions .btn { width: 100%; }
      .feature-card,
      .showcase,
      .cta-box,
      .dashboard { border-radius: 24px; }
      .feature-media { height: 200px; }
      .layout-preview { grid-template-columns: 1fr; }
      .dashboard-main { height: auto; }
      .hero-visual { min-height: 420px; }
      .dashboard { position: relative; inset: 0; }
      .section, .cta { padding: 44px 0; }
    }

    
  