:root {
  --ink: #05050a;
  --ink-soft: #0a0912;
  --panel: #0e0c19;
  --panel-2: #141123;
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #f7f3ff;
  --muted: #b8b2c3;
  --muted-dark: #918a9d;
  --violet: #8b5cf6;
  --purple: #6d3fdb;
  --blue: #5a8cff;
  --amber: #ffc45f;
  --orange: #ff8b45;
  --peach: #ffb178;
  --success: #73e0b2;
  --radius: 24px;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 84% 10%, rgba(69, 72, 200, 0.14), transparent 28%),
    radial-gradient(circle at 15% 45%, rgba(136, 54, 164, 0.08), transparent 25%),
    #05050a;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 104px 0; position: relative; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; font-size: 18px; letter-spacing: -0.04em; }
.brand-mark { width: 30px; height: 30px; display: inline-grid; place-items: center; flex: none; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 34px; color: #bbb6c7; font-size: 13px; font-weight: 600; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: white; }
.nav-cta { color: white !important; border: 1px solid var(--line-strong); border-radius: 10px; padding: 10px 15px; background: rgba(255,255,255,.035); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.nav-cta:hover { border-color: rgba(255,166,91,.38); background: linear-gradient(120deg, rgba(116,75,203,.1), rgba(255,139,69,.1)); box-shadow: 0 8px 24px rgba(255,126,52,.08); }
.nav-cta span { color: var(--amber); margin-left: 5px; }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; padding-top: 93px; }
.hero::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 600px;
  right: -300px;
  top: -150px;
  background: radial-gradient(ellipse, rgba(107, 70, 216, 0.15), transparent 65%);
  pointer-events: none;
}
.hero-copy { width: 55%; position: relative; z-index: 4; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #9e8ddd; font: 500 11px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow > span { width: 22px; height: 1px; background: linear-gradient(90deg, var(--violet), var(--blue)); position: relative; }
.eyebrow > span::after { content: ""; width: 3px; height: 3px; background: var(--blue); border-radius: 50%; position: absolute; right: 0; top: -1px; box-shadow: 0 0 8px var(--blue); }
.eyebrow-warm { color: var(--peach); }
.eyebrow-warm > span { background: linear-gradient(90deg, var(--orange), var(--amber)); }
.eyebrow-warm > span::after { background: var(--amber); box-shadow: 0 0 8px var(--amber); }
h1, h2 { margin: 0; letter-spacing: -.058em; line-height: .99; }
h1 { font-size: clamp(54px, 5.5vw, 64px); max-width: 760px; margin-top: 24px; font-weight: 500; }
h1 em, h2 em { font-style: normal; color: transparent; background: linear-gradient(115deg, #f8d499 0%, #c997ff 46%, #7ea6ff 100%); background-clip: text; -webkit-background-clip: text; }
.hero-lede { color: var(--muted); font-size: 17px; line-height: 1.75; max-width: 600px; margin: 27px 0 34px; }
.hero-actions { display: flex; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border-radius: 11px; font-size: 13px; font-weight: 700; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(115deg, #6f50ef, #9772f2 52%, #f5a760); color: white; box-shadow: 0 12px 34px rgba(123, 80, 235, .25), inset 0 1px rgba(255,255,255,.3); }
.button-primary span { margin-left: 20px; font-size: 18px; }
.button-secondary { border: 1px solid var(--line-strong); background: rgba(255,255,255,.035); color: #e4dfeb; }
.button-secondary:hover { border-color: rgba(255,171,101,.38); background: linear-gradient(120deg, rgba(111,80,239,.1), rgba(255,139,69,.11)); box-shadow: 0 10px 28px rgba(255,126,52,.08); }
.trust-row { max-width: 430px; margin-top: 35px; padding-left: 14px; border-left: 1px solid rgba(255,177,120,.45); }
.trust-row p { margin: 0; color: var(--muted-dark); font-size: 12px; line-height: 1.6; }
.trust-row strong { color: #c9c4d0; font-weight: 600; }

.hero-stage { height: 660px; position: relative; margin-top: -330px; margin-left: 39%; }
.sun-glow { position: absolute; width: 560px; height: 400px; left: 35%; top: 70px; background: radial-gradient(ellipse, rgba(255,157,78,.16), rgba(117,72,213,.08) 46%, transparent 70%); filter: blur(8px); }
.orbit { position: absolute; border: 1px solid rgba(171,134,255,.08); border-radius: 50%; transform: rotate(-13deg); }
.orbit-one { width: 850px; height: 320px; left: 11%; top: 100px; }
.orbit-two { width: 690px; height: 250px; left: 22%; top: 135px; }
.dashboard-window {
  position: absolute; width: 800px; height: 465px; left: 22%; top: 95px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; overflow: hidden;
  background: #0c0d14; box-shadow: var(--shadow), 0 0 90px rgba(90,68,190,.13); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}
.window-bar { height: 38px; background: #15151d; border-bottom: 1px solid var(--line); display: flex; align-items: center; padding: 0 12px; gap: 18px; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #45434e; }
.window-dots i:first-child { background: #a45957; }
.window-dots i:nth-child(2) { background: #98713e; }
.address-bar { width: 210px; padding: 5px 10px; border-radius: 5px; background: #202029; color: #6f6c79; font-size: 8px; }
.lock { font-size: 5px; color: #797581; margin-right: 6px; }
.window-action { width: 11px; height: 11px; border-radius: 50%; border: 1px solid #44424b; margin-left: auto; }
.dashboard-body { display: flex; height: calc(100% - 38px); }
.sidebar { width: 58px; border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; padding: 17px 0; gap: 18px; background: #0b0c12; }
.mini-logo { width: 22px; height: 22px; border-radius: 6px; background: #7654eb; display: grid; place-items: center; margin-bottom: 16px; }
.mini-logo span { width: 9px; height: 9px; border: 2px solid white; transform: rotate(45deg); border-radius: 2px; }
.side-line { width: 17px; height: 3px; background: #252630; border-radius: 3px; position: relative; }
.side-line.active { background: #7254c9; }
.side-line.active::before { content: ""; position: absolute; height: 22px; width: 2px; background: #8b68f5; left: -21px; top: -9px; }
.side-line.short { width: 12px; }
.side-avatar { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(145deg, #dd8e57, #493255); margin-top: auto; }
.dash-content { flex: 1; padding: 30px 31px; background: radial-gradient(circle at 90% 0%, rgba(104,77,195,.07), transparent 30%), #0d0e15; }
.dash-heading { display: flex; align-items: flex-end; justify-content: space-between; }
.micro-label { font: 500 8px "DM Mono", monospace; color: #666473; letter-spacing: .14em; }
.dash-heading h3 { margin: 4px 0 0; font-size: 17px; letter-spacing: -.03em; }
.invite-button { position: relative; border: 0; background: linear-gradient(135deg, #7756e7, #5e43be); color: white; border-radius: 6px; padding: 8px 12px; font-size: 10px; font-weight: 700; z-index: 4; }
.invite-button > span { margin-right: 4px; font-size: 11px; }
.target-ring { position: absolute; inset: -8px; border: 1px solid rgba(255,192,92,.9); border-radius: 11px; box-shadow: 0 0 12px rgba(255,174,65,.6), inset 0 0 10px rgba(255,168,56,.15); animation: targetPulse 2s ease-in-out infinite; }
.target-ring::before { content: ""; position: absolute; inset: -7px; border: 1px solid rgba(255,166,60,.18); border-radius: 15px; }
@keyframes targetPulse { 50% { box-shadow: 0 0 25px rgba(255,174,65,.85), inset 0 0 12px rgba(255,168,56,.25); } }
.stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 24px; }
.stat-card { border: 1px solid var(--line); background: rgba(255,255,255,.018); border-radius: 8px; padding: 14px; display: flex; flex-direction: column; }
.stat-card span { font-size: 9px; color: #777583; }
.stat-card strong { font-size: 17px; margin: 6px 0 3px; }
.stat-card small { color: #5d8e77; font-size: 8px; }
.stat-card:nth-child(2) small { color: #9c715b; }
.accent-stat { background: linear-gradient(145deg, rgba(107,76,193,.12), transparent); }
.accent-stat small { height: 3px; border-radius: 3px; background: #282631; margin-top: 5px; overflow: hidden; }
.accent-stat small i { width: 73%; height: 100%; display: block; background: linear-gradient(90deg, var(--violet), var(--orange)); }
.member-table { margin-top: 16px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.table-head, .member-row { display: grid; grid-template-columns: 1.5fr .7fr .5fr; align-items: center; padding: 9px 13px; border-bottom: 1px solid var(--line); font-size: 9px; color: #777582; }
.member-row { padding: 10px 13px; color: #aaa7b2; }
.member-row:last-child { border-bottom: 0; }
.member-row > span:first-child { display: flex; align-items: center; gap: 8px; }
.member-row b { color: #bdb9c5; font-weight: 500; }
.member-avatar { width: 19px; height: 19px; border-radius: 50%; display: grid; place-items: center; font-style: normal; font-size: 5px; color: white; }
.member-avatar.violet { background: #62528d; }.member-avatar.orange { background: #8b594a; }.member-avatar.blue { background: #455e82; }
.status { color: #5f9d7c; }.faded { opacity: .55; }
.guide-widget { position: absolute; width: 306px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: rgba(17,15,28,.97); box-shadow: 0 25px 60px rgba(0,0,0,.45), 0 0 55px rgba(107,66,209,.17); left: 2%; top: 258px; z-index: 5; overflow: hidden; }
.guide-header { padding: 13px 14px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 9px; }
.guide-logo { width: 28px; height: 28px; display: inline-grid; place-items: center; flex: none; }
.guide-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.guide-header div { display: flex; flex-direction: column; gap: 2px; }
.guide-header strong { font-size: 11px; }
.guide-header small { color: #777383; font-size: 8px; }
.guide-header small i { width: 4px; height: 4px; display: inline-block; border-radius: 50%; background: var(--success); margin-right: 3px; box-shadow: 0 0 5px var(--success); }
.guide-header button { margin-left: auto; color: #65616e; border: 0; background: none; letter-spacing: 2px; font-size: 8px; }
.chat-area { padding: 16px 13px 14px; background: radial-gradient(circle at 5% 50%, rgba(112,72,220,.07), transparent 45%); }
.user-message { max-width: 210px; margin-left: auto; background: #292536; color: #d4d0db; border-radius: 10px 10px 2px 10px; padding: 10px 11px; font-size: 10px; }
.guide-message { display: flex; gap: 8px; margin-top: 13px; }
.bot-icon { width: 22px; height: 22px; display: grid; place-items: center; flex: none; }
.bot-icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.guide-message p { font-size: 10px; line-height: 1.55; color: #d8d3df; margin: 2px 0 9px; }
.chat-actions { display: flex; gap: 5px; }
.chat-actions button { border: 1px solid var(--line-strong); background: transparent; color: #8f8a99; padding: 7px 9px; border-radius: 5px; font-size: 8px; cursor: pointer; }
.chat-actions .start-demo { border-color: transparent; color: white; background: linear-gradient(120deg, #7654df, #9660d9); }
.chat-input { margin: 0 12px 12px; height: 34px; border: 1px solid var(--line); border-radius: 7px; color: #5f5b67; font-size: 7px; display: flex; align-items: center; padding: 0 9px; }
.chat-input span { margin-left: auto; width: 18px; height: 18px; border-radius: 5px; background: #292532; color: #77727f; display: grid; place-items: center; }
.step-tip { position: absolute; z-index: 8; top: 193px; right: 1%; width: 170px; border: 1px solid rgba(255,192,97,.3); border-radius: 8px; padding: 11px 12px; background: #17101a; box-shadow: 0 10px 35px rgba(0,0,0,.4), 0 0 30px rgba(255,156,67,.08); }
.step-tip span { display: block; color: var(--amber); font: 500 9px "DM Mono", monospace; letter-spacing: .1em; }
.step-tip strong { display: block; font-size: 12px; margin: 7px 0 4px; }
.step-tip small { color: #817a85; font-size: 10px; line-height: 1.45; }
.step-tip > i { width: 7px; height: 7px; border-left: 1px solid rgba(255,192,97,.3); border-bottom: 1px solid rgba(255,192,97,.3); background: #17101a; position: absolute; left: -4px; top: 27px; transform: rotate(45deg); }
.hero-proof { min-height: 69px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: -30px; color: #777181; font: 500 10px "DM Mono", monospace; letter-spacing: .14em; }
.hero-proof i { width: 3px; height: 3px; border-radius: 50%; background: #423c4c; }
.hero-difference { display: flex; align-items: center; justify-content: center; gap: 24px; padding: 24px 20px 0; text-align: center; }
.hero-difference > span { color: #756d7d; font: 500 9px "DM Mono", monospace; letter-spacing: .14em; }
.hero-difference p { margin: 0; color: #9d96a4; font-size: 13px; }
.hero-difference strong { color: #d9d5dd; font-weight: 600; }
.hero-difference em { color: #c29bea; font-family: "Instrument Serif", serif; font-size: 15px; font-style: italic; }

.problem-section { background: linear-gradient(180deg, #07070d, #0a0710 70%, #09070e); }
.problem-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, rgba(126,55,134,.08), transparent 35%); pointer-events: none; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: end; }
.section-heading h2, .solution-copy h2, .center-heading h2, .difference-heading h2, .pilot-copy h2 { font-size: clamp(43px, 4.5vw, 66px); font-weight: 500; margin-top: 22px; }
.problem-copy { color: var(--muted); font-size: 14px; line-height: 1.8; }
.problem-copy p { margin: 0; }
.problem-copy .emphasis-copy { color: #ddd7e3; margin-top: 20px; padding-left: 17px; border-left: 1px solid var(--orange); }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 56px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; overflow: hidden; }
.problem-grid article { min-height: 288px; padding: 27px 25px; border-right: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.025); position: relative; }
.problem-grid article:last-child { border-right: 0; }
.problem-number { font: 500 7px "DM Mono", monospace; color: #595461; letter-spacing: .12em; }
.line-icon { width: 47px; height: 47px; border: 1px solid #39343f; border-radius: 12px; margin: 37px 0 29px; position: relative; }
.doc-icon::before { content: ""; position: absolute; width: 16px; height: 21px; border: 1px solid #79717f; border-radius: 2px; left: 14px; top: 12px; }
.doc-icon::after { content: "≡"; position: absolute; font-size: 10px; color: #79717f; left: 19px; top: 16px; }
.chat-icon::before { content: "•••"; position: absolute; border: 1px solid #79717f; border-radius: 5px; padding: 1px 5px 5px; color: #79717f; font-size: 8px; left: 10px; top: 12px; letter-spacing: 2px; }
.tour-icon::before { content: "▶"; position: absolute; width: 23px; height: 18px; border: 1px solid #79717f; border-radius: 4px; color: #79717f; display: grid; place-items: center; font-size: 7px; left: 11px; top: 13px; }
.guide-icon::before { content: "↗"; position: absolute; font-size: 24px; color: #f3b173; left: 12px; top: 8px; }
.problem-grid h3 { font-size: 15px; margin: 0 0 10px; }
.problem-grid p { color: #a9a3b1; font-size: 12px; line-height: 1.65; margin: 0; }
.problem-grid .solution-card { background: linear-gradient(145deg, rgba(104,62,170,.16), rgba(255,130,58,.06)); box-shadow: inset 0 1px rgba(255,184,108,.08); }
.solution-card::after { content: ""; position: absolute; top: 0; left: 20%; right: 20%; height: 1px; background: linear-gradient(90deg, transparent, var(--orange), transparent); box-shadow: 0 0 20px var(--orange); }

.solution-section { background: #07070d; }
.solution-layout { display: block; }
.solution-copy { max-width: 760px; margin: 0 auto; padding: 46px 50px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: radial-gradient(circle at 100% 0%, rgba(105,67,184,.12), transparent 38%), rgba(255,255,255,.018); }
.solution-copy > p { color: #a9a3b1; font-size: 14px; line-height: 1.8; margin: 27px 0; max-width: 490px; }
.solution-copy .matching-note { margin-top: -7px; padding: 14px 16px; border: 1px solid rgba(145,99,224,.18); border-radius: 9px; background: rgba(112,75,194,.055); color: #9992a3; font-size: 11px; line-height: 1.65; }
.matching-note strong { color: #d8d1df; font-weight: 650; }
.solution-points { display: flex; flex-direction: column; gap: 13px; color: #b9b3c2; font-size: 12px; }
.solution-points i { display: inline-grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: rgba(113,80,211,.13); color: #9d7aed; font-style: normal; font-size: 8px; margin-right: 10px; }

.how-section { background: linear-gradient(180deg, #0a0810, #0b0812); }
.center-heading { text-align: center; }
.center-heading h2 { max-width: 750px; margin-inline: auto; margin-top: 22px; }
.center-heading > p { color: var(--muted); font-size: 13px; margin-top: 21px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; }
.step-card { min-height: 445px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; padding: 17px; position: relative; background: rgba(255,255,255,.025); transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.step-card:hover { transform: translateY(-3px); border-color: rgba(255,157,81,.24); background: radial-gradient(circle at 85% 10%, rgba(255,139,69,.09), transparent 38%), linear-gradient(145deg, rgba(104,62,170,.08), rgba(255,130,58,.035)); box-shadow: 0 18px 45px rgba(0,0,0,.18), 0 0 30px rgba(255,125,52,.035); }
.step-index { position: absolute; top: 25px; right: 25px; font: 500 8px "DM Mono", monospace; color: #5c5764; z-index: 2; }
.step-visual { height: 210px; border: 1px solid rgba(255,255,255,.055); border-radius: 10px; background: #0a0910; position: relative; display: grid; place-items: center; overflow: hidden; }
.step-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 22px 22px; }
.code-window { width: 84%; border: 1px solid var(--line); border-radius: 8px; padding: 12px; background: #111019; z-index: 2; box-shadow: 0 12px 30px rgba(0,0,0,.3); }
.code-window i { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: #5b4e5b; margin-right: 2px; vertical-align: top; }
.code-window code { display: block; margin-top: 16px; font: 500 8px "DM Mono", monospace; color: #9b95a2; white-space: nowrap; }
.code-window code b { color: #b58be8; font-weight: 500; }.code-window code span { color: #d99a69; }
.code-window code small { display: block; margin-top: 13px; color: #716b77; font: 500 6px "DM Mono", monospace; letter-spacing: .04em; white-space: normal; }
.step-card h3 { margin: 25px 9px 8px; font-size: 17px; }
.step-card > p { margin: 0 9px; color: #a9a3b1; font-size: 12px; line-height: 1.65; }
.time-label { position: absolute; bottom: 23px; left: 26px; color: #6f6878; font: 500 6px "DM Mono", monospace; letter-spacing: .14em; }
.featured-step { background: linear-gradient(145deg, rgba(104,62,170,.16), rgba(255,130,58,.06)); border-color: rgba(160,118,224,.28); }
.featured-step::before { content: ""; position: absolute; height: 1px; top: -1px; left: 15%; right: 15%; background: linear-gradient(90deg, transparent, #9d68dd, #ed9966, transparent); box-shadow: 0 0 15px #9d68dd; }
.record-window { z-index: 2; width: 76%; border: 1px solid var(--line); border-radius: 8px; background: #12101a; padding: 12px; }
.record-window > span { display: block; color: #8f8797; font: 500 6px "DM Mono", monospace; letter-spacing: .08em; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.record-window > span i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 7px var(--orange); margin-right: 5px; }
.record-window p { font-size: 7px; color: #8a8490; padding: 7px 4px; margin: 0; border-bottom: 1px solid rgba(255,255,255,.045); }
.record-window p b { width: 14px; height: 14px; display: inline-grid; place-items: center; border-radius: 4px; background: #272230; margin-right: 6px; font-size: 5px; }
.record-window p em { float: right; font-style: normal; color: var(--success); }
.record-window p.recording { color: #cbc4d1; background: rgba(122,80,210,.08); border-radius: 4px; }
.record-window p.recording em { color: var(--orange); }
.mock-button { z-index: 2; background: linear-gradient(130deg, #7353db, #9c63df); padding: 10px 17px; border-radius: 7px; font-size: 8px; box-shadow: 0 0 0 7px rgba(132,87,225,.1), 0 0 0 13px rgba(132,87,225,.04); }
.cursor-shape { z-index: 3; position: absolute; left: 58%; top: 54%; width: 0; height: 0; border-top: 15px solid white; border-right: 9px solid transparent; transform: rotate(-25deg); filter: drop-shadow(0 2px 2px black); }
.click-rings { position: absolute; width: 85px; height: 85px; border: 1px solid rgba(163,106,226,.13); border-radius: 50%; }
.click-rings::before, .click-rings::after { content: ""; position: absolute; border: 1px solid rgba(163,106,226,.1); border-radius: 50%; }
.click-rings::before { inset: -20px; }.click-rings::after { inset: -45px; }

.difference-section { background: #07070c; }
.difference-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 100px; }
.difference-heading > p { color: #a9a3b1; font-size: 13px; line-height: 1.8; margin: 0 0 6px; }
.comparison { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; overflow: hidden; margin-top: 48px; }
.comparison > div { min-height: 240px; padding: 26px; border-right: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.025); position: relative; display: flex; flex-direction: column; justify-content: flex-end; }
.comparison > div:last-child { border: 0; }
.comparison span { position: absolute; left: 25px; top: 25px; color: #55515e; font: 500 7px "DM Mono", monospace; }
.comparison p { color: #77717e; font-size: 13px; margin: 0 0 5px; }
.comparison strong { font-size: 28px; letter-spacing: -.05em; font-weight: 500; color: #b8b2bf; }
.comparison > div > i { position: absolute; right: 24px; bottom: 27px; color: #504b58; font-style: normal; }
.comparison .comparison-winner { background: radial-gradient(circle at 60% 90%, rgba(255,136,65,.12), transparent 55%), linear-gradient(145deg, rgba(104,62,170,.18), rgba(255,130,58,.06)); }
.comparison-winner::after { content: ""; position: absolute; top: 0; left: 15%; right: 15%; height: 1px; background: linear-gradient(90deg, transparent, var(--peach), transparent); box-shadow: 0 0 19px var(--orange); }
.comparison .comparison-winner p { color: #c3b7d1; }.comparison .comparison-winner strong { color: transparent; background: linear-gradient(90deg, #d2a4ff, #ffb66e); background-clip: text; -webkit-background-clip: text; }.comparison .comparison-winner > i { color: var(--amber); text-shadow: 0 0 14px var(--orange); }

.benefits-section { background: linear-gradient(180deg, #0a0810, #09070e); }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.12); border-radius: 15px; overflow: hidden; margin-top: 48px; }
.benefits-grid article { min-height: 225px; padding: 31px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.025); position: relative; overflow: hidden; transition: background .25s ease, box-shadow .25s ease; }
.benefits-grid article::after { content: ""; position: absolute; width: 150px; height: 150px; right: -65px; top: -75px; border-radius: 50%; background: radial-gradient(circle, rgba(255,151,76,.2), rgba(255,130,58,.06) 40%, transparent 70%); opacity: 0; transform: scale(.8); transition: opacity .25s ease, transform .3s ease; pointer-events: none; }
.benefits-grid article:hover { background: radial-gradient(circle at 90% 8%, rgba(255,139,69,.12), transparent 42%), linear-gradient(135deg, rgba(118,76,201,.09), rgba(255,130,58,.045)); box-shadow: inset 0 1px rgba(255,190,123,.1), inset 0 0 40px rgba(255,124,48,.025); }
.benefits-grid article:hover::after { opacity: 1; transform: scale(1); }
.benefits-grid article:nth-child(3n) { border-right: 0; }
.benefits-grid article:nth-child(n+4) { border-bottom: 0; }
.benefit-icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #393440; border-radius: 9px; color: #a68bd1; font-size: 17px; margin-bottom: 25px; background: linear-gradient(145deg, rgba(116,78,180,.08), transparent); position: relative; z-index: 1; transition: color .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease; }
.benefits-grid article:hover .benefit-icon { color: #ffd09a; border-color: rgba(255,169,93,.38); background: linear-gradient(145deg, rgba(132,79,218,.23), rgba(255,139,69,.18)); box-shadow: 0 8px 25px rgba(255,126,52,.11); transform: translateY(-2px); }
.benefits-grid article:hover h3 { color: #fff5eb; }
.benefits-grid h3 { font-size: 14px; margin: 0 0 9px; }
.benefits-grid p { color: #a9a3b1; font-size: 12px; line-height: 1.7; max-width: 290px; margin: 0; }

.pilot-section { padding-bottom: 80px; background: #08070d; }
.pilot-card { min-height: 530px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background:
  radial-gradient(circle at 80% 15%, rgba(246,145,64,.12), transparent 30%),
  radial-gradient(circle at 15% 90%, rgba(109,61,185,.18), transparent 38%),
  linear-gradient(120deg, #100b19, #0c0b14);
  position: relative; overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; padding: 65px 77px;
}
.pilot-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.017) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.017) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.pilot-stars { position: absolute; top: 44px; right: 45px; color: var(--amber); font-size: 14px; opacity: .7; letter-spacing: 14px; }
.pilot-stars span { color: #8b66cf; }
.pilot-copy { position: relative; z-index: 2; }
.pilot-copy h2 { font-size: clamp(43px, 4.4vw, 65px); }
.pilot-copy > p { color: var(--muted); font-size: 13px; line-height: 1.8; max-width: 480px; margin: 25px 0 30px; }
.offer-card { width: 310px; justify-self: end; position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(104,62,170,.06)); padding: 27px; box-shadow: 0 22px 60px rgba(0,0,0,.3); }
.offer-card::before { content: ""; position: absolute; top: -1px; left: 20%; right: 20%; height: 1px; background: linear-gradient(90deg, transparent, var(--orange), transparent); box-shadow: 0 0 13px var(--orange); }
.offer-label { color: var(--peach); font: 500 7px "DM Mono", monospace; letter-spacing: .14em; }
.offer-card h3 { margin: 17px 0 0; color: #eee8f2; font-size: 20px; line-height: 1.25; letter-spacing: -.035em; }
.offer-rule { height: 1px; background: var(--line); margin: 22px 0; }
.offer-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; color: #c0bac7; font-size: 11px; }
.offer-card li i { font-style: normal; color: var(--success); margin-right: 8px; }
.offer-card > small { display: block; color: #817a88; font-size: 8px; line-height: 1.55; margin-top: 15px; text-align: left; }
.pilot-form-wrap { grid-column: 1 / -1; position: relative; z-index: 2; display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; margin-top: 10px; padding-top: 45px; border-top: 1px solid var(--line); scroll-margin-top: 30px; }
.pilot-form-heading h3 { margin: 12px 0 8px; font-size: 25px; letter-spacing: -.04em; }
.pilot-form-heading p { max-width: 290px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.pilot-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pilot-field { display: flex; flex-direction: column; gap: 7px; }
.pilot-field-wide { grid-column: 1 / -1; }
.pilot-field label { color: #a9a2b0; font-size: 8px; font-weight: 600; }
.pilot-field input, .pilot-field select, .pilot-field textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 8px; outline: none; background: rgba(7,6,12,.72); color: #e1dbe6; font-size: 10px; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.pilot-field input, .pilot-field select { height: 42px; padding: 0 12px; }
.pilot-field textarea { min-height: 95px; padding: 11px 12px; resize: vertical; line-height: 1.55; }
.pilot-field input::placeholder, .pilot-field textarea::placeholder { color: #56505d; }
.pilot-field input:focus, .pilot-field select:focus, .pilot-field textarea:focus { border-color: rgba(223,126,86,.7); background: rgba(10,8,16,.9); box-shadow: 0 0 0 3px rgba(116,75,203,.09), 0 0 22px rgba(255,126,52,.055); }
.pilot-field select { color-scheme: dark; }
.pilot-form-footer { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 4px; }
.pilot-form-footer p { max-width: 315px; margin: 0; color: #655f6c; font-size: 8px; line-height: 1.55; }
.pilot-form-footer .button { border: 0; cursor: pointer; }
.pilot-form-footer .button:disabled { cursor: wait; opacity: .68; transform: none; }
.pilot-form-status { grid-column: 2; display: none; align-items: flex-start; gap: 12px; padding: 16px; border: 1px solid rgba(92,198,144,.2); border-radius: 10px; background: rgba(63,148,105,.07); }
.pilot-form-status.visible { display: flex; }
.pilot-form-status.error { border-color: rgba(238,118,105,.25); background: rgba(181,68,61,.08); }
.pilot-form-status > span { width: 23px; height: 23px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--success); color: #092119; font-size: 10px; font-weight: 800; }
.pilot-form-status.error > span { background: #e47d71; color: #2b0b08; }
.pilot-form-status strong { font-size: 10px; }
.pilot-form-status p { margin: 4px 0 0; color: #777180; font-size: 8px; line-height: 1.6; }
.pilot-form-status a { color: #b797ed; }

footer { background: #05050a; }
.footer-main { min-height: 120px; border-top: 1px solid var(--line); display: flex; align-items: center; }
.footer-main p { color: #6c6773; font-size: 11px; margin-left: 55px; }
.footer-main > a:last-child { color: #a69eaf; font-size: 10px; margin-left: auto; }
.footer-bottom { min-height: 65px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: #46424c; font-size: 8px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.demo-active .target-ring { animation: targetPulse .8s ease-in-out infinite; }
.demo-active .step-tip { animation: tipNudge .7s ease both; }
@keyframes tipNudge { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }

@media (max-width: 1050px) {
  .hero-copy { width: 70%; }
  .hero-stage { margin-top: -190px; margin-left: 18%; transform: scale(.91); transform-origin: left center; width: 110%; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-grid article { border-bottom: 1px solid var(--line); }
  .problem-grid article:nth-child(2) { border-right: 0; }
  .problem-grid article:nth-child(n+3) { border-bottom: 0; }
  .pilot-card { padding: 55px; }
}

@media (max-width: 800px) {
  .container { width: min(100% - 32px, 680px); }
  .section { padding: 90px 0; }
  .nav-links { display: none; }
  .menu-button { display: flex; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 8px; background: transparent; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
  .menu-button span:not(.sr-only) { display: block; width: 16px; height: 1px; background: #aaa4b2; }
  .mobile-menu { position: absolute; z-index: 19; left: 16px; right: 16px; top: 73px; border: 1px solid var(--line); border-radius: 12px; background: rgba(13,11,20,.98); padding: 10px; flex-direction: column; box-shadow: var(--shadow); }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { padding: 13px; border-bottom: 1px solid var(--line); font-size: 13px; color: #c4becb; }
  .mobile-menu a:last-child { border: 0; color: var(--peach); }
  .hero { padding-top: 60px; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(46px, 12vw, 68px); }
  .hero-stage { height: 530px; margin: 34px 0 0; transform: none; width: 100%; }
  .dashboard-window { width: 680px; left: 4%; transform: scale(.78); transform-origin: left top; }
  .guide-widget { left: 0; top: 250px; }
  .step-tip { right: 0; top: 165px; }
  .hero-proof { flex-wrap: wrap; padding: 20px 10px; gap: 15px; margin-top: 0; }
  .hero-difference { align-items: flex-start; flex-direction: column; gap: 8px; padding-top: 22px; text-align: left; }
  .split-layout, .difference-heading, .pilot-card { grid-template-columns: 1fr; gap: 42px; }
  .problem-grid { margin-top: 42px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 410px; }
  .comparison { grid-template-columns: repeat(2,1fr); }
  .comparison > div:nth-child(2) { border-right: 0; }
  .comparison > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .benefits-grid { grid-template-columns: repeat(2,1fr); }
  .benefits-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
  .benefits-grid article:nth-child(2n) { border-right: 0; }
  .benefits-grid article:nth-child(4) { border-bottom: 1px solid var(--line); }
  .pilot-card { padding: 55px 40px; }
  .offer-card { justify-self: start; width: min(100%, 350px); }
  .pilot-form-wrap { grid-template-columns: 1fr; gap: 26px; }
  .pilot-form-status { grid-column: 1; }
}

@media (max-width: 760px) {
  .section { padding: 72px 0; }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 28px); }
  .nav { height: 70px; }
  .hero { padding-top: 34px; }
  .eyebrow { font-size: 9px; line-height: 1.5; }
  h1 { font-size: clamp(41px, 11.5vw, 45px); line-height: 1.02; }
  .hero-lede { margin: 22px 0 27px; font-size: 15px; line-height: 1.65; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { min-height: 50px; }
  .trust-row { margin-top: 28px; padding-left: 12px; }
  .trust-row p { font-size: 11px; }
  .hero-stage { height: 410px; margin-top: 22px; }
  .sun-glow { left: 0; top: 20px; width: 100%; height: 310px; }
  .orbit { display: none; }
  .dashboard-window { transform: scale(.52); left: -7px; top: 34px; }
  .guide-widget { transform: scale(.78); transform-origin: left bottom; left: 0; top: 168px; }
  .step-tip { display: none; }
  .hero-proof i { display: none; }
  .hero-proof { min-height: 0; display: grid; grid-template-columns: 1fr 1fr; justify-content: stretch; gap: 0; padding: 0; }
  .hero-proof span { min-height: 52px; display: flex; align-items: center; padding: 0 10px; border-bottom: 1px solid var(--line); font-size: 9px; line-height: 1.4; }
  .hero-proof span:nth-child(odd) { border-right: 1px solid var(--line); }
  .hero-difference p { line-height: 1.65; }
  .split-layout { gap: 35px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-grid article { border-right: 0; border-bottom: 1px solid var(--line) !important; min-height: 0; padding: 25px 23px 28px; }
  .problem-grid article:last-child { border-bottom: 0 !important; }
  .line-icon { margin: 25px 0 22px; }
  .solution-copy { padding: 34px 22px; border-radius: 14px; }
  .section-heading h2, .solution-copy h2, .center-heading h2, .difference-heading h2, .pilot-copy h2 { font-size: clamp(36px, 10.5vw, 42px); line-height: 1.02; }
  .solution-copy > p, .problem-copy { font-size: 13px; line-height: 1.7; }
  .solution-copy .matching-note { padding: 13px 14px; font-size: 10px; }
  .steps-grid, .comparison, .benefits-grid { margin-top: 36px; }
  .step-card { min-height: 0; padding-bottom: 24px; }
  .step-visual { height: 190px; }
  .step-card > p { padding-bottom: 18px; }
  .time-label { position: static; display: block; margin: 20px 9px 0; }
  .comparison { grid-template-columns: 1fr; }
  .comparison > div { min-height: 145px; padding: 23px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .comparison > div:last-child { border-bottom: 0 !important; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-grid article { min-height: 0; padding: 27px 24px; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .benefits-grid article:last-child { border-bottom: 0 !important; }
  .benefit-icon { margin-bottom: 19px; }
  .pilot-card { padding: 38px 20px; border-radius: 16px; gap: 32px; }
  .offer-card { width: 100%; padding: 23px; }
  .pilot-form-wrap { padding-top: 34px; }
  .pilot-form { grid-template-columns: 1fr; }
  .pilot-field-wide, .pilot-form-footer { grid-column: 1; }
  .pilot-field label { font-size: 9px; }
  .pilot-field input, .pilot-field select { height: 48px; font-size: 12px; }
  .pilot-field textarea { min-height: 112px; font-size: 12px; }
  .pilot-form-footer { align-items: stretch; flex-direction: column; }
  .pilot-form-footer p { font-size: 9px; }
  .pilot-form-footer .button { width: 100%; }
  .footer-main { flex-wrap: wrap; padding: 30px 0; gap: 16px; }
  .footer-main p { margin: 0 0 0 auto; }
  .footer-main > a:last-child { width: 100%; margin: 0; }
  .footer-bottom { gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.demo-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}
.demo-modal.open { opacity: 1; visibility: visible; }
.demo-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 3, 8, .86);
  backdrop-filter: blur(12px);
}
.demo-modal-shell {
  position: relative;
  width: min(1500px, 96vw);
  height: min(900px, 92vh);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: #0c0b13;
  box-shadow: 0 35px 110px rgba(0,0,0,.68), 0 0 70px rgba(108,69,204,.16);
  transform: translateY(16px) scale(.985);
  transition: transform .25s ease;
}
.demo-modal.open .demo-modal-shell { transform: none; }
.demo-modal-bar {
  height: 62px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 0 20px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(90deg, #100e19, #12101d);
}
.demo-modal-brand { display: flex; align-items: center; gap: 10px; }
.demo-modal-brand .brand-mark { width: 26px; height: 26px; }
.demo-modal-brand > div { display: flex; flex-direction: column; gap: 3px; }
.demo-modal-brand strong { font-size: 12px; }
.demo-modal-brand small { color: #736d7d; font-size: 7px; }
.demo-modal-actions { display: flex; align-items: center; gap: 10px; }
.demo-modal-actions a {
  color: #a9a2b2;
  font-size: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 7px;
}
.demo-modal-actions a span { color: var(--amber); margin-left: 5px; }
.demo-modal-actions button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 8px;
  background: rgba(255,255,255,.025);
  color: #918a99;
  font-size: 20px;
  cursor: pointer;
}
.demo-frame-wrap { position: relative; flex: 1; min-height: 0; background: #f4f7fb; }
.demo-frame-wrap iframe { position: relative; z-index: 2; width: 100%; height: 100%; display: block; border: 0; background: #f4f7fb; opacity: 0; transition: opacity .3s ease; }
.demo-frame-wrap iframe.loaded { opacity: 1; }
.demo-loading {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  color: #777181;
  font-size: 9px;
  background: #0b0a11;
}
.demo-loading p { margin: 0; }
body.demo-open { overflow: hidden; }

@media (max-width: 700px) {
  .demo-modal { padding: 0; }
  .demo-modal-shell { width: 100%; height: 100dvh; border: 0; border-radius: 0; }
  .demo-modal-bar { height: 54px; padding: env(safe-area-inset-top) 9px 0 12px; }
  .demo-modal-brand strong { font-size: 11px; }
  .demo-modal-brand small { display: none; }
  .demo-modal-actions a { display: none; }
  .demo-modal-actions button { width: 38px; height: 38px; }
}
