:root {
      --ink: #0a1020;
      --muted: #64708a;
      --line: rgba(15, 23, 42, 0.10);
      --card: rgba(255, 255, 255, 0.78);
      --blue: #635bff;
      --cyan: #00d4ff;
      --green: #17c964;
      --orange: #ff8a3d;
      --purple: #8b5cf6;
      --shadow: 0 24px 80px rgba(15, 23, 42, 0.14);
    }

    * { box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      min-height: 100vh;
      color: var(--ink);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background:
        radial-gradient(circle at 12% 18%, rgba(99, 91, 255, 0.28), transparent 28rem),
        radial-gradient(circle at 86% 10%, rgba(0, 212, 255, 0.24), transparent 28rem),
        linear-gradient(135deg, #f7fbff 0%, #fff8f3 42%, #f6f3ff 100%);
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -2;
      background-image:
        linear-gradient(rgba(15, 23, 42, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.045) 1px, transparent 1px);
      background-size: 42px 42px;
      mask-image: linear-gradient(to bottom, black, transparent 78%);
    }

    body::after {
      content: "";
      position: fixed;
      inset: auto -12rem -22rem auto;
      width: 46rem;
      height: 46rem;
      z-index: -1;
      background: conic-gradient(from 180deg, var(--blue), var(--cyan), #ffd166, var(--orange), var(--blue));
      filter: blur(62px);
      opacity: 0.20;
      border-radius: 999px;
    }

    a { color: inherit; text-decoration: none; }

    .shell {
      width: min(1120px, calc(100% - 40px));
      margin: 0 auto;
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: 26px 0;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 0.7rem;
      font-weight: 800;
      letter-spacing: -0.04em;
      font-size: 1.13rem;
    }

    .logo {
      display: grid;
      place-items: center;
      width: 38px;
      height: 38px;
      color: white;
      border-radius: 13px;
      background: linear-gradient(135deg, var(--blue), var(--cyan));
      box-shadow: 0 12px 28px rgba(99, 91, 255, 0.28);
    }

    .nav-links {
      display: flex;
      gap: 1rem;
      align-items: center;
      color: #48546d;
      font-size: 0.94rem;
      font-weight: 650;
    }

    .pill-link {
      padding: 0.72rem 1rem;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.58);
      backdrop-filter: blur(14px);
    }

    .hero {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 56px;
      align-items: center;
      padding: 64px 0 86px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
      padding: 0.46rem 0.78rem;
      margin-bottom: 1.35rem;
      border: 1px solid rgba(99, 91, 255, 0.18);
      border-radius: 999px;
      color: #413bd1;
      background: rgba(255, 255, 255, 0.62);
      box-shadow: 0 12px 38px rgba(99, 91, 255, 0.10);
      font-size: 0.9rem;
      font-weight: 760;
    }

    .dot {
      width: 9px;
      height: 9px;
      border-radius: 999px;
      background: var(--green);
      box-shadow: 0 0 0 6px rgba(23, 201, 100, 0.16);
    }

    h1 {
      margin: 0;
      max-width: 820px;
      font-size: clamp(3.4rem, 8vw, 6.9rem);
      line-height: 0.88;
      letter-spacing: -0.085em;
    }

    .gradient-text {
      display: block;
      background: linear-gradient(100deg, #121a34 0%, var(--blue) 42%, #01a7d5 84%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .lead {
      max-width: 650px;
      margin: 1.6rem 0 0;
      color: #4b5872;
      font-size: clamp(1.12rem, 2vw, 1.35rem);
      line-height: 1.65;
      letter-spacing: -0.015em;
    }

    .lead strong { color: var(--ink); }

    .actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.9rem;
      align-items: center;
      margin-top: 2rem;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.55rem;
      min-height: 52px;
      padding: 0.95rem 1.22rem;
      border-radius: 999px;
      font-weight: 800;
      letter-spacing: -0.015em;
    }

    .primary {
      color: white;
      background: #111827;
      box-shadow: 0 18px 48px rgba(17, 24, 39, 0.24);
    }

    .secondary {
      color: #26324a;
      border: 1px solid var(--line);
      background: rgba(255, 255, 255, 0.68);
      backdrop-filter: blur(16px);
    }

    .hero-card {
      position: relative;
      min-height: 560px;
      perspective: 1200px;
    }

    .console {
      position: absolute;
      inset: 36px 0 auto auto;
      width: min(100%, 490px);
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.78);
      border-radius: 30px;
      background: rgba(255, 255, 255, 0.72);
      backdrop-filter: blur(26px);
      box-shadow: var(--shadow);
      transform: rotateX(4deg) rotateY(-10deg) rotateZ(2deg);
    }

    .console-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 18px 20px;
      border-bottom: 1px solid var(--line);
      color: #64708a;
      font-size: 0.86rem;
      font-weight: 800;
    }

    .traffic { display: flex; gap: 7px; }
    .traffic span { width: 11px; height: 11px; border-radius: 50%; }
    .traffic span:nth-child(1) { background: #ff5f57; }
    .traffic span:nth-child(2) { background: #ffbd2e; }
    .traffic span:nth-child(3) { background: #28c840; }

    .prompt {
      margin: 20px;
      padding: 18px;
      border-radius: 20px;
      color: #dbe7ff;
      background: linear-gradient(135deg, #111827, #1e2550 62%, #352079);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
    }

    .label {
      margin-bottom: 0.72rem;
      color: #94a3b8;
      font-size: 0.78rem;
      font-weight: 850;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .prompt p { margin: 0; line-height: 1.55; }

    .output {
      display: grid;
      gap: 12px;
      padding: 0 20px 20px;
    }

    .task {
      padding: 16px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.72);
    }

    .task strong { display: block; margin-bottom: 5px; }
    .task span { color: var(--muted); font-size: 0.93rem; line-height: 1.45; }

    .floating {
      position: absolute;
      left: 0;
      bottom: 62px;
      width: 240px;
      padding: 18px;
      border: 1px solid rgba(255,255,255,0.72);
      border-radius: 26px;
      background: rgba(255, 255, 255, 0.76);
      backdrop-filter: blur(20px);
      box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
    }

    .floating b { display: block; margin-bottom: 8px; font-size: 1.1rem; }
    .floating p { margin: 0; color: var(--muted); line-height: 1.45; }

    section { padding: 64px 0; }

    .section-head {
      display: flex;
      justify-content: space-between;
      gap: 2rem;
      align-items: end;
      margin-bottom: 26px;
    }

    h2 {
      margin: 0;
      max-width: 680px;
      font-size: clamp(2rem, 4vw, 3.4rem);
      line-height: 0.98;
      letter-spacing: -0.065em;
    }

    .section-head p {
      max-width: 390px;
      margin: 0;
      color: var(--muted);
      line-height: 1.6;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .card {
      position: relative;
      overflow: hidden;
      min-height: 238px;
      padding: 24px;
      border: 1px solid rgba(255,255,255,0.72);
      border-radius: 28px;
      background: var(--card);
      box-shadow: 0 16px 50px rgba(15, 23, 42, 0.08);
      backdrop-filter: blur(18px);
    }

    .card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 5px;
      background: linear-gradient(90deg, var(--blue), var(--cyan), var(--orange));
    }

    .card h3 { margin: 0 0 12px; font-size: 1.18rem; letter-spacing: -0.03em; }
    .card p { margin: 0 0 18px; color: var(--muted); line-height: 1.55; }
    .card ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; color: #334155; }
    .card li::before { content: "✦"; margin-right: 8px; color: var(--blue); }

    .launch {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: 18px;
      align-items: stretch;
    }

    .bundle {
      padding: 34px;
      border-radius: 32px;
      color: white;
      background:
        radial-gradient(circle at top right, rgba(0, 212, 255, 0.35), transparent 18rem),
        linear-gradient(135deg, #111827, #26215f 62%, #5b21b6);
      box-shadow: var(--shadow);
    }

    .bundle h2 { color: white; }
    .bundle p { color: #d7ddff; line-height: 1.62; }

    .price {
      display: inline-flex;
      margin-top: 14px;
      padding: 0.62rem 0.86rem;
      border-radius: 999px;
      color: #dff7ff;
      background: rgba(255, 255, 255, 0.12);
      font-weight: 850;
    }

    .launch-list {
      display: grid;
      gap: 12px;
    }

    .launch-item {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 14px;
      padding: 18px;
      border: 1px solid rgba(255,255,255,0.72);
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.72);
      backdrop-filter: blur(18px);
    }

    .number {
      display: grid;
      place-items: center;
      width: 34px;
      height: 34px;
      border-radius: 12px;
      color: white;
      background: linear-gradient(135deg, var(--blue), var(--cyan));
      font-weight: 900;
    }

    .launch-item b { display: block; margin-bottom: 4px; }
    .launch-item span { color: var(--muted); line-height: 1.45; }

    .cta {
      margin: 64px 0 78px;
      padding: 46px;
      border: 1px solid rgba(255,255,255,0.74);
      border-radius: 36px;
      background: rgba(255, 255, 255, 0.72);
      backdrop-filter: blur(22px);
      box-shadow: var(--shadow);
      text-align: center;
    }

    .cta h2 { margin: 0 auto; }
    .cta p { max-width: 660px; margin: 18px auto 0; color: var(--muted); line-height: 1.65; }

    footer {
      padding: 28px 0 44px;
      color: #6b768e;
      font-size: 0.94rem;
    }

    .footer-inner {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      border-top: 1px solid var(--line);
      padding-top: 24px;
    }

    @media (max-width: 900px) {
      .hero, .launch { grid-template-columns: 1fr; }
      .hero-card { min-height: 520px; }
      .console { inset: 20px 0 auto; transform: none; }
      .grid { grid-template-columns: 1fr; }
      .section-head { display: block; }
      .section-head p { margin-top: 14px; }
    }

    @media (max-width: 620px) {
      .shell { width: min(100% - 28px, 1120px); }
      .nav-links a:not(.pill-link) { display: none; }
      .hero { padding-top: 34px; }
      .hero-card { min-height: 610px; }
      .floating { left: 14px; right: 14px; bottom: 10px; width: auto; }
      .cta, .bundle { padding: 28px; }
      .footer-inner { display: block; }
    }

.page-hero { grid-template-columns: 1fr 360px; padding-top: 34px; padding-bottom: 54px; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: .95; }
.breadcrumbs { margin-bottom: 1rem; color: var(--muted); font-size: .92rem; font-weight: 700; }
.breadcrumbs a { color: #413bd1; }
.mini-panel, .content-card { padding: 26px; border: 1px solid rgba(255,255,255,.72); border-radius: 28px; background: var(--card); box-shadow: 0 16px 50px rgba(15,23,42,.08); backdrop-filter: blur(18px); }
.mini-panel b { display:block; margin-bottom: 10px; font-size: 1.15rem; }
.mini-panel p, .content-card p { color: var(--muted); line-height: 1.65; }
.mini-panel ul, .content-card ul { color: #334155; line-height: 1.65; }
.content-grid { display:grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 20px; align-items:start; }
.content-card h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-top: 1.4rem; }
.content-card h2:first-child { margin-top: 0; }
.content-card h3 { margin-bottom: .2rem; }
.safe-note { padding: 14px; border-radius: 18px; background: rgba(99,91,255,.08); }
.card a, .content-card a, footer a { color: #413bd1; font-weight: 800; }
@media (max-width: 900px) { .page-hero, .content-grid { grid-template-columns: 1fr; } }
