:root {
  color-scheme: dark;
  --canvas: #05050a;
  --panel: rgba(15, 15, 25, .9);
  --panel-soft: rgba(20, 19, 34, .72);
  --line: rgba(225, 220, 255, .15);
  --copy: #aeb2c3;
  --text: #f8f7fc;
  --lavender: #caa0ff;
  --violet: #8966f5;
  --cyan: #78dce9;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 7%, rgba(136, 83, 247, .18), transparent 28rem),
    radial-gradient(circle at 12% 42%, rgba(51, 180, 206, .08), transparent 27rem),
    var(--canvas);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
.shell { width: min(100% - 40px, 1180px); margin: 0 auto; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 92px; border-bottom: 1px solid var(--line); }
.brand img { display: block; width: 145px; max-height: 38px; object-fit: contain; }
.topbar nav { display: flex; align-items: center; gap: 22px; }
.topbar nav a { color: #b9bac8; font-size: 13px; font-weight: 700; text-decoration: none; }
.topbar nav a:hover { color: #fff; }
.topbar nav .launch { padding: 10px 15px; border: 1px solid rgba(202, 160, 255, .68); border-radius: 999px; color: #fff; background: rgba(137, 102, 245, .16); }
.hero { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(42px, 7vw, 100px); align-items: center; min-height: min(760px, calc(100vh - 92px)); padding: clamp(82px, 10vw, 142px) 0 clamp(76px, 9vw, 120px); }
.eyebrow { margin: 0 0 18px; color: var(--lavender); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1 { max-width: 9.5ch; margin: 0; font-size: clamp(3.2rem, 6.2vw, 6rem); letter-spacing: -.075em; line-height: .92; }
.hero-copy { max-width: 560px; margin: 28px 0 0; color: var(--copy); font-size: clamp(1rem, 1.45vw, 1.18rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(115deg, #8e64f5, #c184fa); box-shadow: 0 12px 34px rgba(136, 86, 239, .28); color: #fff; }
.button.secondary { border-color: rgba(202, 160, 255, .48); background: rgba(18, 17, 31, .72); color: #f2efff; }
.proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 36px; }
.proof span { padding: 12px 12px 13px; border: 1px solid var(--line); border-radius: 10px; background: rgba(11, 11, 19, .6); color: #c6c7d3; font-size: 12px; font-weight: 700; line-height: 1.35; }
.product-shot { position: relative; margin: 0; padding: clamp(8px, 1.4vw, 14px); overflow: hidden; border: 1px solid rgba(202, 160, 255, .28); border-radius: 22px; background: linear-gradient(145deg, rgba(54, 37, 84, .82), rgba(8, 9, 16, .94) 36%); box-shadow: 0 28px 85px rgba(0, 0, 0, .54), 0 0 62px rgba(126, 75, 245, .12); }
.product-shot::before { position: absolute; inset: -20% 24% auto -18%; height: 38%; transform: rotate(-8deg); background: linear-gradient(90deg, transparent, rgba(213, 174, 255, .18), transparent); content: ""; }
.product-shot img { position: relative; display: block; width: 100%; border: 1px solid rgba(255, 255, 255, .08); border-radius: 14px; }
.section { padding: clamp(70px, 9vw, 124px) 0; border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 36px; align-items: end; margin-bottom: 34px; }
h2 { max-width: 16ch; margin: 0; font-size: clamp(2rem, 3.6vw, 3.5rem); letter-spacing: -.06em; line-height: .98; }
.section-head > p:last-child { max-width: 580px; margin: 0; color: var(--copy); font-size: 16px; line-height: 1.6; }
.audience, .features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.card { min-height: 214px; padding: 23px; border: 1px solid var(--line); border-radius: 15px; background: var(--panel-soft); }
.card .number { display: block; margin-bottom: 34px; color: var(--lavender); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.card h3 { margin: 0 0 9px; font-size: 18px; letter-spacing: -.03em; }
.card p { margin: 0; color: var(--copy); font-size: 14px; line-height: 1.58; }
.features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.features .card { min-height: 182px; }
.workflow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.step { padding: 24px; border-top: 2px solid var(--violet); background: rgba(12, 12, 21, .7); }
.step:nth-child(2) { border-top-color: var(--cyan); }
.step:nth-child(3) { border-top-color: var(--lavender); }
.step strong { display: block; margin-bottom: 12px; color: #fff; font-size: 15px; }
.step span { color: var(--copy); font-size: 14px; line-height: 1.55; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: clamp(30px, 5vw, 58px); border: 1px solid rgba(202, 160, 255, .32); border-radius: 20px; background: radial-gradient(circle at 88% 10%, rgba(151, 95, 255, .28), transparent 20rem), #11101d; }
.cta h2 { max-width: 16ch; font-size: clamp(2rem, 4vw, 3.7rem); }
.cta p { max-width: 620px; margin: 16px 0 0; color: var(--copy); line-height: 1.55; }
.cta .hero-actions { flex: 0 0 auto; margin-top: 0; }
footer { display: flex; justify-content: space-between; gap: 16px; padding: 28px 0 34px; color: #85889a; font-size: 12px; }
footer a { color: #bfa3f6; text-decoration: none; }
@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .product-shot { max-width: 720px; }
  .section-head { grid-template-columns: 1fr; }
  .audience { grid-template-columns: 1fr; }
  .features, .workflow { grid-template-columns: 1fr; }
  .cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 32px, 1180px); }
  .topbar { min-height: 74px; }
  .brand img { width: 118px; }
  .topbar nav a:not(.launch) { display: none; }
  .topbar nav { gap: 0; }
  h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .proof { grid-template-columns: 1fr; }
  .cta .hero-actions { width: 100%; }
  .cta .button { width: 100%; }
  footer { align-items: flex-start; flex-direction: column; }
}
