/* ToolBocks — Salesforce-structure × Siri-glow design system.
   GB tokens (DESIGN.md) anchor the palette; aurora accents derive from them. */
:root {
  --blue: #5C5AFF;
  --blue-deep: #4E46E5;
  --violet: #9D7CFF;
  --cyan: #7FE7FF;
  --navy: #01154D;
  --navy-deep: #05071C;
  --lime: #DAFF00;
  --off: #FDFDFD;
  --ink: #0A0A14;
  --muted: #A3ABC7;
  --card: rgba(255, 255, 255, 0.045);
  --border: rgba(255, 255, 255, 0.1);
  --font: "DM Sans", Inter, system-ui, -apple-system, sans-serif;
}
@property --spin {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--navy-deep);
  color: var(--off);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* Skip link */
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--lime); color: var(--ink); font-weight: 700;
  padding: 12px 20px; border-radius: 0 0 10px 0; text-decoration: none;
}
.skip:focus { left: 0; }

/* Focus visibility */
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--lime); outline-offset: 2px;
}

/* ===== Nav (Salesforce-style slim glass bar) ===== */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(5, 7, 28, 0.72);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .3s, background .3s;
}
header.site.scrolled { background: rgba(5, 7, 28, 0.94); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.25rem; letter-spacing: -0.02em; text-decoration: none; }
.brand .bock { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: conic-gradient(from 210deg, var(--lime), #B4E830 30%, var(--lime)); color: var(--ink); font-weight: 900; font-size: 1rem; box-shadow: 0 0 18px rgba(218, 255, 0, 0.35); }
.brand em { font-style: normal; color: var(--lime); }
nav.links { display: flex; gap: 26px; align-items: center; }
nav.links a { text-decoration: none; color: var(--muted); font-size: 0.95rem; font-weight: 500; transition: color .15s; }
nav.links a:hover { color: var(--off); }
nav.links a.btn, nav.links a.btn:hover { color: #fff; font-weight: 700; }

/* Buttons */
.btn {
  display: inline-block; text-decoration: none; font-weight: 700;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  color: #fff; padding: 13px 26px; border-radius: 99px;
  transition: transform .15s, box-shadow .2s; border: none; font-size: 1rem;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset, 0 4px 24px rgba(92, 90, 255, 0.35);
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset, 0 8px 36px rgba(92, 90, 255, 0.55); }
.btn.lime { background: linear-gradient(135deg, var(--lime), #C2E600); color: var(--ink); box-shadow: 0 4px 28px rgba(218, 255, 0, 0.28); }
.btn.lime:hover { box-shadow: 0 8px 40px rgba(218, 255, 0, 0.45); }
.btn.ghost { background: rgba(255, 255, 255, 0.06); border: 1px solid var(--border); color: var(--off); box-shadow: none; backdrop-filter: blur(8px); }
.btn.sm { padding: 10px 20px; font-size: 0.9rem; }

/* Mobile menu button */
.menu-btn {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 48px; height: 48px; padding: 12px 11px;
  background: transparent; border: 1px solid var(--border); border-radius: 10px; cursor: pointer;
}
.menu-btn span { display: block; height: 2px; width: 100%; background: var(--off); border-radius: 2px; transition: transform .25s, opacity .2s; }
.menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== Siri aurora backdrop ===== */
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.hero-media video, .hero-media img { display: none; }
.aurora { position: absolute; inset: 0; }
.aurora i {
  position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.55;
  will-change: transform;
}
.aurora i:nth-child(1) { width: 620px; height: 620px; left: -140px; top: -220px; background: radial-gradient(circle, rgba(92, 90, 255, 0.75), transparent 65%); animation: drift1 18s ease-in-out infinite alternate; }
.aurora i:nth-child(2) { width: 540px; height: 540px; right: -120px; top: -100px; background: radial-gradient(circle, rgba(157, 124, 255, 0.55), transparent 65%); animation: drift2 22s ease-in-out infinite alternate; }
.aurora i:nth-child(3) { width: 460px; height: 460px; left: 34%; top: 30%; background: radial-gradient(circle, rgba(127, 231, 255, 0.35), transparent 65%); animation: drift3 26s ease-in-out infinite alternate; }
.aurora i:nth-child(4) { width: 380px; height: 380px; right: 22%; bottom: -160px; background: radial-gradient(circle, rgba(218, 255, 0, 0.16), transparent 65%); animation: drift1 30s ease-in-out infinite alternate-reverse; }
@keyframes drift1 { to { transform: translate(90px, 60px) scale(1.15); } }
@keyframes drift2 { to { transform: translate(-70px, 90px) scale(1.1); } }
@keyframes drift3 { to { transform: translate(60px, -70px) scale(1.2); } }

/* Siri orb */
.orb {
  width: 58px; height: 58px; border-radius: 50%; margin: 0 auto 26px;
  background: conic-gradient(from var(--spin, 0deg), #5C5AFF, #9D7CFF, #7FE7FF, #DAFF00, #5C5AFF);
  animation: orbspin 6s linear infinite;
  filter: saturate(1.3);
  box-shadow: 0 0 34px rgba(92, 90, 255, 0.65), 0 0 90px rgba(127, 231, 255, 0.3);
  position: relative;
}
.orb::after {
  content: ""; position: absolute; inset: 7px; border-radius: 50%;
  background: rgba(5, 7, 28, 0.72); backdrop-filter: blur(4px);
}
@keyframes orbspin { to { --spin: 360deg; } }
@supports not (background: conic-gradient(from var(--spin, 0deg), red, blue)) {
  .orb { background: conic-gradient(#5C5AFF, #9D7CFF, #7FE7FF, #DAFF00, #5C5AFF); }
}

/* ===== Hero (Salesforce: centered claim, product below) ===== */
.hero { padding: 96px 0 30px; position: relative; overflow: hidden; isolation: isolate; text-align: center; }
.hero .wrap { position: relative; z-index: 2; display: block; }
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--off); margin-bottom: 22px;
  border: 1px solid var(--border); border-radius: 99px; padding: 8px 18px;
  background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(8px);
}
h1 { font-size: clamp(2.3rem, 5.2vw, 4rem); line-height: 1.06; letter-spacing: -0.032em; font-weight: 800; margin: 0 auto 22px; max-width: 17em; }
h1 .hl, .grad {
  background: linear-gradient(100deg, var(--lime) 0%, var(--cyan) 30%, var(--violet) 55%, var(--cyan) 80%, var(--lime) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--lime);
  animation: shimmer 7s ease-in-out infinite;
}
@keyframes shimmer { 0%, 100% { background-position: 0% 0; } 50% { background-position: 100% 0; } }
.sub { font-size: 1.18rem; color: var(--muted); max-width: 40em; margin: 0 auto 32px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; justify-content: center; }
.cta-note { font-size: 0.85rem; color: var(--muted); margin-top: 16px; }

/* ===== Product mock with Siri glow ring ===== */
.mock-stage { position: relative; max-width: 880px; margin: 56px auto 0; z-index: 2; }
.mock {
  position: relative;
  background: rgba(10, 16, 48, 0.82); border-radius: 18px;
  overflow: hidden; font-size: 0.78rem; text-align: left;
  backdrop-filter: blur(14px);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.6);
  will-change: transform; transform-style: preserve-3d;
}
.glow-ring { position: relative; border-radius: 20px; padding: 1.5px; }
.glow-ring::before, .glow-ring::after {
  content: ""; position: absolute; inset: 0; border-radius: 20px;
  background: conic-gradient(from var(--spin, 0deg), #5C5AFF, #9D7CFF 25%, #7FE7FF 50%, #DAFF00 65%, #5C5AFF 100%);
  animation: orbspin 9s linear infinite;
  z-index: -1;
}
.glow-ring::after { filter: blur(26px); opacity: 0.55; }
.mock-bar { display: flex; align-items: center; gap: 6px; padding: 11px 16px; border-bottom: 1px solid var(--border); background: rgba(255, 255, 255, 0.03); }
.dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255, 255, 255, 0.18); }
.mock-title { margin-left: 8px; color: var(--muted); font-weight: 600; }
.mock-body { display: grid; grid-template-columns: 150px 1fr; min-height: 320px; }
.mock-nav { border-right: 1px solid var(--border); padding: 12px 0; }
.mock-nav span { display: block; padding: 8px 16px; color: var(--muted); }
.mock-nav span.on { color: var(--off); background: linear-gradient(90deg, rgba(92, 90, 255, 0.3), transparent); border-left: 2px solid var(--blue); font-weight: 700; }
.mock-main { padding: 16px; }
.mock-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 12px; }
.stat { background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border); border-radius: 10px; padding: 11px; }
.stat b { display: block; font-size: 1.2rem; color: var(--off); }
.stat.lit b { color: var(--lime); text-shadow: 0 0 22px rgba(218, 255, 0, 0.5); }
.stat i { font-style: normal; color: var(--muted); }
.mock-row { display: flex; justify-content: space-between; align-items: center; background: rgba(255, 255, 255, 0.03); border: 1px solid var(--border); border-radius: 10px; padding: 9px 13px; margin-bottom: 7px; color: var(--muted); }
.pill { font-size: 0.64rem; font-weight: 700; padding: 3px 9px; border-radius: 99px; }
.pill.g { background: rgba(218, 255, 0, 0.15); color: var(--lime); }
.pill.b { background: rgba(92, 90, 255, 0.25); color: #C4C3FF; }
.pill.n { background: rgba(255, 255, 255, 0.08); color: var(--muted); }

/* ===== Sections ===== */
section { padding: 84px 0; position: relative; }
.section-head { max-width: 680px; margin: 0 auto 48px; text-align: center; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); letter-spacing: -0.025em; line-height: 1.12; font-weight: 800; margin-bottom: 14px; }
h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.01em; }
.section-head p, .prose p { color: var(--muted); }
.prose { max-width: 720px; margin: 0 auto; }
.prose p { margin-bottom: 16px; }
.prose h2 { margin-top: 40px; text-align: left; }
.prose ul { color: var(--muted); margin: 0 0 16px 22px; }
.prose li { margin-bottom: 8px; }
.prose strong { color: var(--off); }

/* Cards — glass with gradient-edge hover */
.grid { display: grid; gap: 20px; }
.grid.c3 { grid-template-columns: repeat(3, 1fr); }
.grid.c2 { grid-template-columns: repeat(2, 1fr); }
.card {
  position: relative;
  background: var(--card); border: 1px solid var(--border); border-radius: 18px;
  padding: 28px; transition: transform .25s, background .25s, border-color .25s;
  display: block; text-decoration: none;
  backdrop-filter: blur(10px);
}
a.card:hover { transform: translateY(-4px); background: rgba(255, 255, 255, 0.07); border-color: rgba(157, 124, 255, 0.55); box-shadow: 0 18px 60px rgba(92, 90, 255, 0.22); }
.card p { color: var(--muted); font-size: 0.95rem; }
.card .ico {
  display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(92, 90, 255, 0.35), rgba(127, 231, 255, 0.18));
  border: 1px solid rgba(127, 231, 255, 0.25);
  color: var(--lime); font-size: 1.15rem; margin-bottom: 18px; font-weight: 800;
  box-shadow: 0 0 24px rgba(92, 90, 255, 0.25);
}
.card .more { display: inline-block; margin-top: 14px; color: var(--lime); font-weight: 700; font-size: 0.88rem; }

/* Proof band — Salesforce stat band */
.band { position: relative; background: linear-gradient(180deg, rgba(92, 90, 255, 0.1), rgba(5, 7, 28, 0)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.nums { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.nums b {
  display: block; font-size: 2.7rem; font-weight: 800; letter-spacing: -0.02em;
  background: linear-gradient(120deg, var(--lime), var(--cyan));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--lime);
}
.nums span { color: var(--muted); font-size: 0.92rem; }

/* Integrations */
.logos { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.logos span { border: 1px solid var(--border); background: rgba(255, 255, 255, 0.04); color: var(--muted); border-radius: 99px; padding: 10px 22px; font-weight: 600; font-size: 0.92rem; backdrop-filter: blur(6px); }

/* FAQ */
details { border: 1px solid var(--border); border-radius: 14px; background: var(--card); margin-bottom: 12px; backdrop-filter: blur(8px); transition: border-color .2s; }
details[open] { border-color: rgba(157, 124, 255, 0.45); }
summary { cursor: pointer; padding: 18px 22px; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--lime); font-weight: 800; }
details[open] summary::after { content: "–"; }
details p { padding: 0 22px 18px; color: var(--muted); }

/* Final CTA — glow ring panel */
.cta-final {
  position: relative; text-align: center; border-radius: 24px; padding: 72px 32px;
  background:
    radial-gradient(700px 320px at 50% -40%, rgba(92, 90, 255, 0.4), transparent 70%),
    radial-gradient(500px 260px at 80% 120%, rgba(127, 231, 255, 0.14), transparent 65%),
    rgba(10, 16, 48, 0.6);
  border: 1px solid rgba(157, 124, 255, 0.35);
  overflow: hidden;
}
.cta-final h2 { margin-bottom: 12px; }
.cta-final p { color: var(--muted); margin-bottom: 28px; max-width: 42em; margin-left: auto; margin-right: auto; }

/* Footer */
footer.site { border-top: 1px solid var(--border); padding: 56px 0 44px; color: var(--muted); font-size: 0.9rem; background: rgba(0, 0, 0, 0.25); }
.foot { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 32px; }
.foot h3, .foot h4 { color: var(--off); font-size: 0.95rem; margin-bottom: 14px; }
.foot a { display: block; color: var(--muted); text-decoration: none; margin-bottom: 9px; }
.foot a:hover { color: var(--off); }
.foot img { height: 22px; opacity: 0.8; margin-top: 14px; }
.legal { border-top: 1px solid var(--border); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* Breadcrumbs / feature-page hero */
.crumbs { padding: 24px 0 0; font-size: 0.85rem; color: var(--muted); position: relative; z-index: 2; }
.crumbs a { color: var(--muted); }
.page-hero { padding: 48px 0 34px; text-align: left; position: relative; isolation: isolate; }
.page-hero h1 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin-left: 0; }
.page-hero .sub { margin-left: 0; }
.page-hero .cta-row { justify-content: flex-start; }
.page-hero .kicker { margin-bottom: 18px; }
.page-hero::before {
  content: ""; position: absolute; inset: -120px -40vw 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(720px 340px at 20% -20%, rgba(92, 90, 255, 0.28), transparent 65%),
    radial-gradient(520px 300px at 75% -30%, rgba(127, 231, 255, 0.12), transparent 60%);
}

/* Cursor glow */
.cursor-glow {
  position: fixed; top: 0; left: 0; width: 420px; height: 420px;
  border-radius: 50%; pointer-events: none; z-index: 1;
  background: radial-gradient(circle, rgba(127, 231, 255, 0.08) 0%, rgba(92, 90, 255, 0.07) 35%, transparent 60%);
  will-change: transform;
}
html.no-fx .cursor-glow { display: none; }

/* Marquee */
.logos.marquee {
  display: flex; flex-wrap: nowrap; overflow: hidden; gap: 0; justify-content: flex-start;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track { display: flex; flex-wrap: nowrap; gap: 12px; padding-right: 12px; flex-shrink: 0; }
.marquee-track span { white-space: nowrap; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .grid.c3, .grid.c2, .nums { grid-template-columns: 1fr 1fr; }
  .menu-btn { display: flex; }
  nav.links {
    display: none; position: absolute; top: 68px; left: 0; right: 0; z-index: 60;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #05071C; border-bottom: 1px solid var(--border);
    padding: 10px 24px 20px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5);
  }
  nav.links.open { display: flex; }
  nav.links a { display: block; padding: 14px 4px; font-size: 1.05rem; border-bottom: 1px solid var(--border); }
  nav.links a.btn { margin-top: 14px; text-align: center; border-bottom: none; padding: 14px 24px; }
  .foot { grid-template-columns: 1fr; gap: 24px; }
  .mock-body { grid-template-columns: 120px 1fr; }
}
@media (max-width: 560px) {
  .grid.c3, .grid.c2, .nums { grid-template-columns: 1fr; }
  .hero { padding-top: 72px; }
  .mock-nav { display: none; }
  .mock-body { grid-template-columns: 1fr; min-height: 0; }
  .aurora i { filter: blur(60px); }
}

/* Reduced motion: kill all ambient animation */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .aurora i, .orb, .glow-ring::before, .glow-ring::after, h1 .hl, .grad { animation: none !important; }
  .v2-window { transform: none !important; opacity: 1 !important; }
}

/* ===== Hero version switch (V1 current / V2 Crypton) ===== */
:root[data-hero="v2"] .hero { display: none; }
.hero-v2 { display: none; }
:root[data-hero="v2"] .hero-v2 { display: block; }
/* When V2 is active the whole page adopts the Crypton near-black */
:root[data-hero="v2"], :root[data-hero="v2"] body { background: #08080B; }

.hero-switch { position: relative; }
.hero-switch > summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; font-size: 0.82rem; font-weight: 600; color: var(--muted); background: rgba(255, 255, 255, 0.05); border: 1px solid var(--border); border-radius: 99px; padding: 7px 13px; transition: color .15s, border-color .15s; }
.hero-switch > summary::-webkit-details-marker { display: none; }
.hero-switch > summary:hover { color: var(--off); border-color: rgba(157, 124, 255, 0.55); }
.hero-switch .hs-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px rgba(218, 255, 0, 0.6); }
:root[data-hero="v2"] .hero-switch .hs-dot { background: #9D7CFF; box-shadow: 0 0 10px rgba(157, 124, 255, 0.7); }
.hero-switch .hs-chev { transition: transform .2s; opacity: .8; }
.hero-switch[open] .hs-chev { transform: rotate(180deg); }
.hs-menu { position: absolute; right: 0; top: calc(100% + 8px); z-index: 60; min-width: 176px; display: flex; flex-direction: column; gap: 2px; padding: 6px; background: #0B0E22; border: 1px solid var(--border); border-radius: 12px; box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5); }
.hs-opt { text-align: left; font: inherit; font-size: 0.9rem; font-weight: 600; color: var(--muted); background: transparent; border: 0; border-radius: 8px; padding: 10px 12px; cursor: pointer; }
.hs-opt:hover { background: rgba(255, 255, 255, 0.06); color: var(--off); }
:root[data-hero="v1"] .hs-opt[data-hero-set="v1"], :root[data-hero="v2"] .hs-opt[data-hero-set="v2"] { color: var(--off); background: rgba(92, 90, 255, 0.22); }

/* ===== V2 (Crypton) header — recolored to match the purple hero =====
   Scoped entirely under [data-hero="v2"] so the V1 header is untouched. */
:root[data-hero="v2"] header.site {
  background: rgba(10, 10, 14, 0.72);
  border-bottom-color: rgba(139, 92, 246, 0.16);
}
:root[data-hero="v2"] header.site.scrolled {
  background: rgba(8, 8, 11, 0.95);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55);
}
:root[data-hero="v2"] .brand .bock {
  background: linear-gradient(150deg, #A78BFA, #8B5CF6 45%, #6D4AE6);
  color: #fff;
  box-shadow: 0 0 18px rgba(139, 92, 246, 0.5);
}
:root[data-hero="v2"] .brand em { color: #A78BFA; }
:root[data-hero="v2"] header.site .btn.sm {
  background: #8B5CF6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 6px 22px -6px rgba(139, 92, 246, 0.55);
}
:root[data-hero="v2"] header.site .btn.sm:hover {
  background: #9A70FF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 10px 30px -6px rgba(139, 92, 246, 0.7);
}
:root[data-hero="v2"] a:focus-visible,
:root[data-hero="v2"] button:focus-visible,
:root[data-hero="v2"] summary:focus-visible { outline-color: #B9A0FF; }

/* ===== V2 (Crypton) hero ===== */
.hero-v2 { position: relative; overflow: hidden; padding: 0; isolation: isolate; }
.hero-v2 .v2-topglow { position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(900px 480px at 50% -10%, rgba(139, 92, 246, 0.13), transparent 65%); }
.v2-intro { position: relative; padding: 80px 24px 0; text-align: center; }
.v2-h1 { font-size: clamp(2.4rem, 6vw, 72px); line-height: 1.06; font-weight: 700; letter-spacing: -0.03em; color: #FAFAFC; margin: 0 auto 22px; max-width: 13ch; text-wrap: balance; }
.v2-sub { font-size: clamp(1.02rem, 2vw, 19px); line-height: 1.6; color: #B9BAC6; max-width: 52ch; margin: 0 auto 34px; }
.v2-cta { display: flex; justify-content: center; }
.v2-btn { display: inline-block; text-decoration: none; font-size: 16.5px; font-weight: 700; color: #fff; background: #8B5CF6; padding: 16px 34px; border-radius: 99px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 8px 28px -6px rgba(139, 92, 246, 0.55); transition: background .18s, transform .18s; }
.v2-btn:hover { background: #9A70FF; transform: translateY(-1px); }
.v2-btn:focus-visible { outline: 2px solid #B9A0FF; outline-offset: 3px; }
.v2-integrations { margin-top: 72px; }
.v2-intlabel { font-size: 14px; font-weight: 600; color: #8E8F9C; margin: 0 0 26px; }
.v2-logos { display: flex; justify-content: center; align-items: center; gap: clamp(20px, 4vw, 48px); flex-wrap: wrap; opacity: 0.55; }
.v2-logos span { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; color: #C9CAD3; }

.v2-stage { position: relative; padding: 90px 24px 40px; perspective: 1500px; }
.v2-stageglow { position: absolute; left: 50%; top: 70px; transform: translateX(-50%); width: min(1100px, 92vw); height: 140px; background: radial-gradient(60% 100% at 50% 100%, rgba(139, 92, 246, 0.5), transparent 70%); filter: blur(28px); pointer-events: none; }
.v2-window { position: relative; max-width: 1240px; margin: 0 auto; transform-origin: 50% 100%; will-change: transform, opacity; border-radius: 14px; border: 1px solid rgba(255, 255, 255, 0.09); background: #0D0D11; overflow: hidden; text-align: left; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 -20px 80px -30px rgba(139, 92, 246, 0.35), 0 40px 100px -20px rgba(0, 0, 0, 0.75); }
.v2-chrome { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); background: #111117; }
.v2-dot { width: 11px; height: 11px; border-radius: 50%; flex: none; }
.v2-dot.r { background: #FF5F57; }
.v2-dot.y { background: #FEBC2E; }
.v2-dot.g { background: #28C840; }
.v2-nav { margin-left: 10px; color: #6E6F7B; font-size: 13px; }
.v2-urlwrap { flex: 1; display: flex; justify-content: center; }
.v2-url { display: inline-flex; align-items: center; gap: 6px; background: rgba(255, 255, 255, 0.06); border-radius: 8px; padding: 5px clamp(20px, 6vw, 60px); font-size: 12px; color: #A7A8B4; }
.v2-lock { color: #A7A8B4; flex: none; }
.v2-winbtns { color: #6E6F7B; font-size: 13px; }
.v2-video { display: block; width: 100%; height: auto; background: #05071C; }

@media (max-width: 900px) {
  .hs-menu { right: auto; left: 0; }
}
