:root {
  --ink: #101318;
  --ink-2: #171c24;
  --navy: #0e1b36;
  --navy-deep: #091224;
  --blue: #2974ff;
  --blue-bright: #3f82ff;
  --blue-soft: #e9f0ff;
  --paper: #ffffff;
  --surface: #f3f5f8;
  --line: #dce1e8;
  --muted: #667080;
  --soft-text: #aab3c2;
  --display: "Unbounded", "Arial Black", sans-serif;
  --sans: "Manrope", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1216px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.section { padding: 138px 0; }
.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; }

.hero-shell { position: relative; overflow: hidden; color: white; background: var(--navy-deep); }
.hero-shell::before, .hero-shell::after { position: absolute; content: ""; pointer-events: none; border-radius: 50%; }
.hero-shell::before { width: 820px; height: 820px; top: -476px; right: -100px; border: 1px solid rgba(82, 140, 255, .22); box-shadow: 0 0 0 92px rgba(82, 140, 255, .025), 0 0 0 184px rgba(82, 140, 255, .018), 0 0 0 276px rgba(82, 140, 255, .012); }
.hero-shell::after { width: 520px; height: 520px; right: 10%; top: 180px; background: rgba(30, 93, 221, .16); filter: blur(110px); }
.noise { position: absolute; inset: 0; opacity: .31; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.2) .6px, transparent .6px); background-size: 8px 8px; mask-image: linear-gradient(to bottom, black, transparent 80%); }

.site-header { position: relative; z-index: 20; height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.13); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 20px; font-weight: 800; letter-spacing: -.85px; white-space: nowrap; }
.brand > span:last-child > span { font-weight: 500; }
.brand-mark { position: relative; display: inline-block; width: 25px; height: 25px; transform: rotate(-15deg); }
.brand-mark i { position: absolute; display: block; width: 13px; height: 13px; border-radius: 3px; background: var(--blue); }
.brand-mark i:first-child { left: 0; top: 2px; }
.brand-mark i:last-child { right: 0; bottom: 2px; background: #8aafff; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: 84px; }
.main-nav a, .login-link { color: #c8d0dd; font-size: 13px; font-weight: 600; transition: color .2s ease; }
.main-nav a:hover, .login-link:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 23px; }
.menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 57px; padding: 0 22px; border: 1px solid transparent; border-radius: 9px; font-size: 14px; font-weight: 800; transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .menu-toggle:focus-visible, summary:focus-visible { outline: 3px solid rgba(64,130,255,.65); outline-offset: 3px; }
.button-arrow { font-size: 18px; line-height: 1; }
.button--small { min-height: 39px; padding: 0 14px; border-radius: 7px; font-size: 12px; }
.button--blue, .button--primary { background: var(--blue); color: #fff; box-shadow: 0 8px 24px rgba(41,116,255,.22); }
.button--blue:hover, .button--primary:hover { background: var(--blue-bright); box-shadow: 0 12px 27px rgba(41,116,255,.34); }
.button--ghost { color: #fff; border-color: rgba(255,255,255,.31); background: rgba(255,255,255,.03); }
.button--ghost:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.08); }
.play-icon { display: grid; place-items: center; width: 20px; height: 20px; padding-left: 1px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 8px; }

.hero { position: relative; z-index: 1; min-height: 596px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(510px, 1.06fr); gap: 30px; align-items: center; padding-top: 68px; padding-bottom: 78px; }
.hero-copy { position: relative; z-index: 3; padding-top: 4px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 20px; height: 1px; background: currentColor; }
.eyebrow--light { color: #8aafff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -.065em; }
h1 { max-width: 670px; margin-bottom: 25px; font-size: clamp(42px, 4.35vw, 68px); font-weight: 600; line-height: 1.16; }
h1 em { color: #8aafff; font-style: normal; }
.hero-description { max-width: 575px; margin-bottom: 34px; color: #c4ccda; font-size: 17px; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-product { position: relative; min-height: 410px; transform: translateX(15px); }
.product-glow { position: absolute; width: 410px; height: 260px; top: 70px; left: 120px; border-radius: 50%; background: rgba(51,118,255,.35); filter: blur(65px); }
.dashboard-window { position: absolute; z-index: 2; top: 24px; left: 17px; width: min(100%, 624px); overflow: hidden; border: 1px solid rgba(162,190,240,.34); border-radius: 12px; background: #f7f9fd; color: #202632; box-shadow: -20px 32px 80px rgba(0,0,0,.35), 0 0 0 10px rgba(130,169,255,.045); transform: perspective(1300px) rotateY(-5deg) rotateX(2deg) rotateZ(-1deg); }
.window-topbar { display: flex; align-items: center; height: 46px; padding: 0 14px 0 17px; border-bottom: 1px solid #e3e7ef; background: #fff; }
.window-brand { display: flex; align-items: center; gap: 5px; margin-right: 38px; font-size: 10px; font-weight: 800; }
.mini-mark { display: inline-block; width: 12px; height: 12px; border-radius: 3px; background: var(--blue); }
.window-tabs { display: flex; gap: 18px; height: 100%; color: #a0a8b6; font-size: 9px; font-weight: 700; }
.window-tabs span { display: flex; align-items: center; height: 100%; border-bottom: 2px solid transparent; }
.window-tabs .active { color: var(--ink); border-bottom-color: var(--blue); }
.window-avatar { display: grid; place-items: center; width: 20px; height: 20px; margin-left: auto; border-radius: 50%; background: #d7e3ff; color: #3566c7; font-size: 9px; font-weight: 800; }
.window-body { display: flex; min-height: 312px; }
.window-sidebar { display: flex; flex: 0 0 41px; flex-direction: column; align-items: center; gap: 18px; padding: 18px 0; border-right: 1px solid #e3e7ef; background: #f1f4f9; }
.side-icon { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 5px; color: #8590a2; font-size: 13px; }
.side-icon--active { background: #dce8ff; color: var(--blue); }
.dashboard-content { flex: 1; padding: 17px; }
.dashboard-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.dashboard-heading strong { display: block; margin-top: 3px; font-size: 14px; }
.dashboard-kicker { color: #8f98a8; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.filter-pill { padding: 7px 9px; border: 1px solid #e1e5eb; border-radius: 5px; color: #5c6575; background: #fff; font-size: 8px; font-weight: 700; }
.filter-pill b { margin-left: 5px; }
.dashboard-grid { display: grid; grid-template-columns: 1.18fr .92fr; gap: 10px; }
.dashboard-grid article { border: 1px solid #e2e7ef; border-radius: 8px; background: #fff; }
.review-panel { min-height: 136px; padding: 12px; }
.panel-title { display: flex; align-items: center; justify-content: space-between; font-size: 8px; font-weight: 800; }
.panel-title span { color: #3b4656; }
.panel-title small { color: #9aa4b3; font-size: 7px; font-weight: 700; }
.rating { display: flex; gap: 2px; margin: 11px 0 7px; color: #ffad20; font-size: 10px; }
.rating .muted { color: #e2e6ec; }
.review-panel > p { margin-bottom: 11px; color: #536071; font-size: 8px; line-height: 1.5; }
.reply-draft { display: flex; align-items: center; gap: 6px; padding: 7px; border-radius: 5px; background: #eef4ff; color: #3666be; font-size: 7px; font-weight: 700; }
.reply-draft .ai-badge, .response-demo__draft i { display: grid; place-items: center; width: 14px; height: 14px; border-radius: 3px; background: var(--blue); color: #fff; font-size: 6px; font-style: normal; font-weight: 800; }
.reply-draft button { margin-left: auto; padding: 0; border: 0; color: inherit; background: transparent; font-size: 12px; }
.profit-panel { min-height: 136px; padding: 12px; }
.profit-panel > p { margin: 16px 0 2px; color: #8792a3; font-size: 7px; font-weight: 700; }
.profit-amount { display: block; color: #2364db; font-size: 13px; letter-spacing: -.05em; }
.bar-chart { display: flex; align-items: end; gap: 4px; height: 34px; margin-top: 8px; }
.bar-chart i { width: 7px; border-radius: 2px 2px 0 0; background: #c4d8ff; }
.bar-chart .last { background: var(--blue); }
.complaint-panel, .trend-panel { min-height: 80px; padding: 11px 12px; }
.complaint-row { display: flex; align-items: center; gap: 5px; margin-top: 10px; color: #617083; font-size: 7px; font-weight: 700; }
.complaint-row b { margin-left: auto; color: #263142; font-size: 9px; }
.status-dot { width: 5px; height: 5px; border-radius: 50%; }
.status-dot--blue { background: var(--blue); }
.status-dot--gray { background: #b5bfcd; }
.trend-title { display: flex; align-items: center; justify-content: space-between; color: #6b7585; font-size: 7px; font-weight: 700; }
.trend-title strong { color: #293447; font-size: 10px; }
.trend-panel svg { display: block; width: 100%; height: 43px; margin-top: 4px; color: var(--blue); }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; min-width: 168px; padding: 10px 12px; border: 1px solid rgba(174,202,255,.35); border-radius: 8px; background: rgba(16,32,62,.83); box-shadow: 0 14px 30px rgba(0,0,0,.22); backdrop-filter: blur(10px); color: #eff5ff; font-size: 10px; font-weight: 700; }
.float-card small { display: block; margin-bottom: 2px; color: #9bb9f6; font-size: 6px; letter-spacing: .12em; }
.float-card__icon { display: grid; place-items: center; flex: 0 0 22px; height: 22px; border-radius: 50%; background: var(--blue); font-size: 11px; }
.float-card--reply { left: -18px; bottom: 14px; animation: floatY 4.5s ease-in-out infinite; }
.float-card--status { right: -11px; top: 6px; animation: floatY 4.5s ease-in-out .9s infinite; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #73a7ff; box-shadow: 0 0 0 4px rgba(115,167,255,.17); }
@keyframes floatY { 50% { transform: translateY(-8px); } }

.proof-bar { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); }
.proof-bar > div { display: flex; align-items: baseline; gap: 13px; min-height: 104px; padding: 24px 37px 23px 0; }
.proof-bar > div + div { padding-left: 37px; border-left: 1px solid rgba(255,255,255,.15); }
.proof-bar strong { flex-shrink: 0; color: #91b2ff; font-family: var(--display); font-size: 22px; letter-spacing: -.07em; }
.proof-bar span { max-width: 135px; color: #b4bece; font-size: 11px; font-weight: 600; line-height: 1.45; }

.section-heading { max-width: 780px; margin-bottom: 61px; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(250px, .52fr); max-width: none; gap: 80px; align-items: end; }
.section-heading--split > p { max-width: 350px; margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.68; }
.section-heading--center { max-width: 760px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p:last-child { max-width: 570px; margin: 0 auto; color: var(--muted); font-size: 15px; line-height: 1.7; }
h2 { margin-bottom: 0; font-size: clamp(30px, 3.1vw, 47px); font-weight: 600; line-height: 1.25; }
h3 { letter-spacing: -.045em; }

.pain-section { padding-bottom: 136px; }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pain-card { position: relative; min-height: 312px; padding: 22px 21px 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.pain-card:hover { z-index: 1; transform: translateY(-5px); border-color: #bfd2ff; box-shadow: 0 18px 38px rgba(23,44,81,.10); }
.card-number { position: absolute; top: 20px; right: 20px; color: #a4adba; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.pain-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 58px; border-radius: 10px; background: var(--blue-soft); color: var(--blue); }
.star-burst { font-size: 26px; }
.chat-shape { position: relative; display: block; width: 21px; height: 16px; border: 2px solid currentColor; border-radius: 5px; }
.chat-shape::after { position: absolute; content: ""; bottom: -5px; left: 3px; width: 5px; height: 5px; border-left: 2px solid currentColor; transform: skewY(-36deg); }
.flag-shape { position: relative; width: 19px; height: 22px; border-left: 2px solid currentColor; }
.flag-shape::after { position: absolute; top: 1px; left: 0; content: ""; width: 15px; height: 11px; background: currentColor; clip-path: polygon(0 0, 100% 0, 72% 50%, 100% 100%, 0 100%); }
.chart-shape { display: flex; align-items: end; gap: 3px; height: 21px; }
.chart-shape i { display: block; width: 5px; background: currentColor; border-radius: 2px 2px 0 0; }
.chart-shape i:nth-child(1) { height: 8px; }.chart-shape i:nth-child(2) { height: 14px; }.chart-shape i:nth-child(3) { height: 20px; }
.pain-card h3 { max-width: 245px; margin-bottom: 12px; font-size: 17px; line-height: 1.35; }
.pain-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.flow-section { overflow: hidden; background: #f1f4f8; }
.workflow { position: relative; display: flex; align-items: stretch; gap: 4px; padding: 0 2px; }
.workflow::before { position: absolute; z-index: 0; top: 65px; right: 3%; left: 3%; height: 1px; background: #d6dce6; content: ""; }
.workflow-step { position: relative; z-index: 1; display: flex; flex: 1 1 0; flex-direction: column; align-items: center; min-width: 0; padding: 0 2px; text-align: center; }
.workflow-index { margin-bottom: 13px; color: #8e98a7; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.workflow-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 17px; border: 1px solid #cdd4df; border-radius: 50%; background: #f1f4f8; color: #516074; font-size: 16px; }
.workflow-step--accent .workflow-icon { border-color: var(--blue); background: var(--blue); color: #fff; box-shadow: 0 8px 21px rgba(41,116,255,.27); }
.workflow-step strong { max-width: 135px; font-size: 12px; line-height: 1.36; }
.workflow-step small { display: block; max-width: 130px; margin-top: 8px; color: #7b8594; font-size: 10px; line-height: 1.45; }
.workflow-arrow { position: relative; z-index: 2; display: none; color: #aeb7c4; }
.flow-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 55px; color: #596577; font-size: 12px; font-weight: 700; text-align: center; }
.flow-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(41,116,255,.12); }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 505px; padding: 28px; overflow: hidden; border: 1px solid #dce2eb; border-radius: 17px; background: #f6f8fb; transition: transform .35s ease, box-shadow .35s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 22px 40px rgba(28,48,85,.11); }
.feature-card--dark { border-color: #15213c; background: #0f1b34; color: #fff; }
.feature-card--blue { border-color: #1a60e6; background: var(--blue); color: #fff; }
.feature-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 51px; }
.feature-tag { font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.feature-symbol { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid currentColor; border-radius: 50%; font-size: 15px; }
.feature-card:not(.feature-card--dark):not(.feature-card--blue) .feature-tag { color: #536174; }
.feature-card:not(.feature-card--dark):not(.feature-card--blue) .feature-symbol { color: var(--blue); }
.feature-card h3 { max-width: 440px; margin-bottom: 13px; font-size: clamp(22px, 2vw, 29px); line-height: 1.22; }
.feature-card > p { max-width: 470px; margin-bottom: 0; color: #657184; font-size: 13px; line-height: 1.72; }
.feature-card--dark > p { color: #aeb9cc; }
.feature-card--blue > p { color: #e2ebff; }
.response-demo { position: absolute; right: 25px; bottom: 23px; left: 25px; padding: 15px; border: 1px solid rgba(153,186,252,.23); border-radius: 10px; background: #162846; box-shadow: 0 20px 40px rgba(0,0,0,.16); }
.response-demo__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; color: #a5b3c9; font-size: 9px; font-weight: 700; }
.response-demo__head b { color: #ffbe55; font-size: 10px; }
.response-demo__options { display: grid; grid-template-columns: 1fr 1.5fr .7fr; gap: 5px; margin-bottom: 11px; }
.response-demo__options span { padding: 7px 5px; border: 1px solid rgba(255,255,255,.09); border-radius: 4px; color: #98a7bc; font-size: 8px; font-weight: 700; text-align: center; }
.response-demo__options .selected { border-color: rgba(82,139,255,.6); color: #cbdcff; background: rgba(41,116,255,.33); }
.response-demo__draft { display: flex; align-items: center; gap: 7px; padding: 9px; border-radius: 5px; background: rgba(255,255,255,.06); color: #d5e2ff; font-size: 9px; font-weight: 700; }
.response-demo__draft b { margin-left: auto; font-size: 13px; }
.analysis-demo { position: absolute; right: 25px; bottom: 23px; left: 25px; display: grid; grid-template-columns: .95fr 1.05fr; min-height: 151px; overflow: hidden; border: 1px solid #dce3ed; border-radius: 10px; background: white; }
.analysis-demo__left { display: flex; flex-direction: column; gap: 8px; padding: 15px; border-right: 1px solid #e7ebf1; }
.analysis-demo__left span, .analysis-demo__chart > span { color: #919baa; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.analysis-demo__left b { width: max-content; padding: 4px 7px; border-radius: 4px; background: #f1f4f8; color: #5f6d7f; font-size: 8px; }
.analysis-demo__chart { padding: 15px 12px 10px; color: var(--blue); }
.analysis-demo__chart > span { display: block; color: #8f99a9; }
.analysis-demo__chart svg { display: block; width: 100%; height: 78px; margin-top: 7px; overflow: visible; }
.analysis-demo__chart small { display: block; color: #8f99a9; font-size: 8px; }
.chat-demo { position: absolute; right: 25px; bottom: 25px; left: 25px; }
.chat-demo__message { display: flex; align-items: center; gap: 6px; width: max-content; max-width: 78%; padding: 9px 11px; border: 1px solid #e0e6ef; border-radius: 7px; background: #fff; color: #596879; font-size: 9px; font-weight: 700; }
.chat-demo__message span { display: inline-block; flex: 0 0 5px; height: 5px; border-radius: 50%; background: #b7c4d7; }
.chat-demo__message--out { margin-left: auto; border-color: #cbdcff; background: #eaf1ff; color: #3568c7; }
.chat-demo__message--out span { background: var(--blue); }
.chat-demo__path { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 16px 0; color: #95a0af; font-size: 8px; font-weight: 700; }
.chat-demo__path i { display: block; width: 28px; height: 1px; background: #d5dce6; }
.finance-demo { position: absolute; right: 25px; bottom: 24px; left: 25px; padding: 15px; border: 1px solid rgba(255,255,255,.27); border-radius: 10px; background: rgba(5,34,99,.2); }
.finance-demo__line { display: flex; align-items: center; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,.13); color: #d7e4ff; font-size: 9px; font-weight: 700; }
.finance-demo__line strong { color: #fff; font-size: 10px; }
.finance-demo__bars { display: flex; align-items: end; gap: 6px; height: 43px; padding-top: 12px; }
.finance-demo__bars i { display: block; width: 100%; border-radius: 2px 2px 0 0; background: rgba(215,231,255,.45); }
.finance-demo__bars i:nth-child(1) { height: 31%; }.finance-demo__bars i:nth-child(2) { height: 44%; }.finance-demo__bars i:nth-child(3) { height: 39%; }.finance-demo__bars i:nth-child(4) { height: 54%; }.finance-demo__bars i:nth-child(5) { height: 49%; }.finance-demo__bars i:nth-child(6) { height: 64%; }.finance-demo__bars i:nth-child(7) { height: 58%; }.finance-demo__bars i:nth-child(8) { height: 80%; }.finance-demo__bars i:nth-child(9) { height: 100%; background: #fff; }

.control-section { position: relative; overflow: hidden; color: #fff; background: #101826; }
.control-section::after { position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; border: 1px solid rgba(112,156,255,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(112,156,255,.022), 0 0 0 140px rgba(112,156,255,.018); content: ""; }
.control-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; gap: 108px; align-items: center; }
.control-copy h2 { margin-bottom: 24px; }
.control-copy > p:not(.eyebrow) { max-width: 465px; margin-bottom: 34px; color: #aeb8c8; font-size: 15px; line-height: 1.72; }
.control-list { display: grid; gap: 0; max-width: 493px; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.control-list li { display: flex; gap: 15px; align-items: center; min-height: 48px; border-bottom: 1px solid rgba(255,255,255,.14); color: #e8edf6; font-size: 12px; font-weight: 700; }
.control-list li span { color: #80a6fb; font-size: 9px; letter-spacing: .08em; }
.control-board { padding: 19px; border: 1px solid rgba(161,191,246,.28); border-radius: 14px; background: #17243b; box-shadow: 0 26px 55px rgba(0,0,0,.23); }
.control-board__header { display: flex; align-items: center; justify-content: space-between; padding: 0 3px 18px; }
.control-board__header small { display: block; margin-bottom: 5px; color: #8da3c9; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.control-board__header strong { font-size: 14px; }
.online-label { display: flex; align-items: center; gap: 6px; padding: 6px 7px; border: 1px solid rgba(125,162,224,.25); border-radius: 5px; color: #b2c8ed; font-size: 8px; font-weight: 800; }
.online-label i { width: 6px; height: 6px; border-radius: 50%; background: #71a9ff; box-shadow: 0 0 0 3px rgba(113,169,255,.12); }
.rule-row { display: flex; align-items: center; justify-content: space-between; padding: 11px 12px; border-top: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.027); }
.rule-row:nth-child(3) { border-radius: 7px 7px 0 0; }.rule-row:nth-child(6) { border-radius: 0 0 7px 7px; }
.rule-stars { display: block; margin-bottom: 4px; color: #ffbd51; font-size: 10px; letter-spacing: 1px; }.rule-stars em { color: #62708a; font-style: normal; }
.rule-row small { color: #9dabc1; font-size: 9px; font-weight: 700; }
.rule-mode { display: flex; align-items: center; gap: 7px; padding: 6px 8px; border-radius: 4px; font-size: 8px; }
.rule-mode i { display: grid; place-items: center; width: 12px; height: 12px; border-radius: 50%; font-size: 8px; font-style: normal; }
.rule-mode--auto { color: #b7d0ff; background: rgba(47,119,255,.2); }.rule-mode--auto i { background: var(--blue); color: #fff; }
.rule-mode--review { color: #d5dce9; background: rgba(255,255,255,.09); }.rule-mode--review i { background: rgba(255,255,255,.13); }
.rule-footer { display: flex; align-items: center; justify-content: space-between; padding: 18px 3px 1px; color: #aac0e5; font-size: 9px; font-weight: 700; }.rule-footer > span { display: flex; align-items: center; gap: 7px; }.rule-footer > span i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.rule-footer button { padding: 0; border: 0; color: #d5e3ff; background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; }.rule-footer button b { font-size: 12px; }

.cases-section { padding-bottom: 132px; }
.case-grid { display: grid; grid-template-columns: 1.28fr .95fr; gap: 16px; }
.case-card { position: relative; min-height: 302px; padding: 27px; overflow: hidden; border: 1px solid #dfe4eb; border-radius: 16px; background: #f4f6f9; }
.case-card--large { grid-row: span 2; min-height: 620px; background: #edf2fb; }
.case-card--blue { border-color: #1356df; background: #286cf0; color: white; }
.case-card__meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; color: #788596; font-size: 9px; font-weight: 800; letter-spacing: .09em; }.case-card--blue .case-card__meta { color: #b9d2ff; }
.case-card h3 { max-width: 465px; margin-bottom: 24px; font-size: clamp(22px, 2.3vw, 33px); line-height: 1.25; }.case-card:not(.case-card--large) h3 { max-width: 340px; font-size: 20px; }
.case-card__figures { position: relative; z-index: 1; display: flex; align-items: center; gap: 20px; margin: 57px 0 20px; }.case-card__figures > div { display: flex; flex-direction: column; gap: 5px; }.case-card__figures strong { font-family: var(--display); font-size: clamp(29px, 3.2vw, 45px); letter-spacing: -.07em; }.case-card__figures span:not(.figure-arrow) { color: #687588; font-size: 11px; font-weight: 700; }.figure-arrow { color: var(--blue); font-size: 22px; }
.case-card--large > p { position: relative; z-index: 1; max-width: 490px; margin: 0; color: #607085; font-size: 13px; line-height: 1.65; }
.case-grid-lines { position: absolute; right: -14px; bottom: -6px; left: 27px; display: flex; align-items: end; gap: 9px; height: 185px; }.case-grid-lines i { display: block; flex: 1; border-radius: 4px 4px 0 0; background: #d5e3ff; }.case-grid-lines i:nth-child(1) { height: 19%; }.case-grid-lines i:nth-child(2) { height: 31%; }.case-grid-lines i:nth-child(3) { height: 28%; }.case-grid-lines i:nth-child(4) { height: 43%; }.case-grid-lines i:nth-child(5) { height: 34%; }.case-grid-lines i:nth-child(6) { height: 54%; }.case-grid-lines i:nth-child(7) { height: 48%; }.case-grid-lines i:nth-child(8) { height: 65%; }.case-grid-lines i:nth-child(9) { height: 61%; }.case-grid-lines i:nth-child(10) { height: 80%; }.case-grid-lines i:nth-child(11) { height: 73%; }.case-grid-lines i:nth-child(12) { height: 100%; background: var(--blue); }
.case-score { display: flex; align-items: end; gap: 16px; }.case-score strong { font-family: var(--display); font-size: clamp(35px, 4vw, 53px); line-height: .95; letter-spacing: -.075em; }.case-score span { padding-bottom: 3px; color: #687588; font-size: 11px; font-weight: 700; line-height: 1.5; }.case-card--blue .case-score span { color: #d2e2ff; }
.score-ring { position: absolute; right: -32px; bottom: -92px; width: 220px; height: 220px; border: 31px solid rgba(255,255,255,.15); border-top-color: rgba(255,255,255,.75); border-radius: 50%; transform: rotate(32deg); }.score-ring span { position: absolute; top: -13px; right: 15px; color: white; font-size: 12px; }.case-card__bottom { position: absolute; right: 27px; bottom: 27px; left: 27px; margin: 0; padding-top: 15px; border-top: 1px solid #dce2eb; color: #667487; font-size: 12px; font-weight: 700; line-height: 1.5; }

.setup-section { overflow: hidden; background: #f3f6fa; }.setup-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 120px; align-items: center; }.setup-visual { position: relative; min-height: 437px; }.setup-visual__circle { position: absolute; top: 50%; left: 50%; width: 310px; height: 310px; border: 1px solid #cbd9f6; border-radius: 50%; box-shadow: 0 0 0 38px rgba(81,134,243,.035), 0 0 0 76px rgba(81,134,243,.025); transform: translate(-50%, -50%); }.setup-visual__card { position: absolute; z-index: 1; display: flex; align-items: center; gap: 10px; width: 190px; padding: 13px; border: 1px solid #d8e2f5; border-radius: 8px; background: white; box-shadow: 0 15px 30px rgba(42,64,102,.11); font-size: 11px; }.setup-visual__card span { color: #8b9ab2; font-size: 9px; font-weight: 800; }.setup-visual__card b { font-size: 11px; }.setup-visual__card i { display: grid; place-items: center; width: 17px; height: 17px; margin-left: auto; border-radius: 50%; background: #e3edff; color: var(--blue); font-size: 9px; font-style: normal; font-weight: 800; }.setup-visual__card--one { top: 50px; right: 61px; }.setup-visual__card--two { top: 196px; left: 19px; }.setup-visual__card--three { right: 24px; bottom: 51px; border-color: var(--blue); background: var(--blue); color: white; }.setup-visual__card--three span { color: #cbdcff; }.setup-visual__card--three i { background: white; color: var(--blue); }
.setup-copy h2 { margin-bottom: 23px; }.setup-copy > p:not(.eyebrow) { max-width: 450px; color: var(--muted); font-size: 15px; line-height: 1.7; }.setup-steps { display: grid; gap: 19px; margin: 34px 0 0; padding: 0; list-style: none; }.setup-steps li { display: flex; gap: 15px; }.setup-steps > li > span { display: grid; place-items: center; flex: 0 0 26px; height: 26px; border-radius: 50%; background: #dce9ff; color: var(--blue); font-size: 10px; font-weight: 800; }.setup-steps strong { font-size: 13px; }.setup-steps p { margin: 4px 0 0; color: #727e8e; font-size: 12px; line-height: 1.5; }

.final-cta { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 48px; margin-top: 138px; margin-bottom: 138px; padding: 62px; overflow: hidden; border-radius: 18px; color: white; background: #0e1c38; }.final-cta::before { position: absolute; top: -260px; right: -70px; width: 510px; height: 510px; border: 1px solid rgba(136,173,255,.25); border-radius: 50%; box-shadow: 0 0 0 72px rgba(136,173,255,.035), 0 0 0 145px rgba(136,173,255,.02); content: ""; }.final-cta > * { position: relative; z-index: 1; }.final-cta h2 { max-width: 720px; margin-bottom: 17px; font-size: clamp(27px, 3vw, 43px); }.final-cta p:not(.eyebrow) { max-width: 535px; margin-bottom: 0; color: #aebbd0; font-size: 14px; line-height: 1.65; }.final-cta .button { flex-shrink: 0; }

.faq-section { padding-top: 0; }.faq-section .section-heading { margin-bottom: 38px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 4px; cursor: pointer; font-size: 16px; font-weight: 800; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border: 1px solid #c9d0da; border-radius: 50%; color: #617083; font-size: 20px; font-weight: 400; transition: transform .25s ease, color .25s ease, background .25s ease; }.faq-list details[open] summary span { background: var(--blue); border-color: var(--blue); color: white; transform: rotate(45deg); }.faq-list p { max-width: 800px; margin: -3px 55px 22px 4px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.site-footer { color: #b4c0d3; background: #0c1423; }.site-footer__inner { display: flex; align-items: center; justify-content: space-between; min-height: 102px; gap: 24px; }.site-footer .brand { font-size: 18px; }.site-footer p { margin: 0; font-size: 11px; font-weight: 600; }.site-footer__inner > div { display: flex; gap: 20px; font-size: 11px; font-weight: 700; }.site-footer__inner > div a:hover { color: white; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.hero .reveal { transition-delay: .1s; }.pain-grid .reveal:nth-child(2), .feature-grid .reveal:nth-child(2) { transition-delay: .08s; }.pain-grid .reveal:nth-child(3), .feature-grid .reveal:nth-child(3) { transition-delay: .16s; }.pain-grid .reveal:nth-child(4), .feature-grid .reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1050px) {
  .main-nav { gap: 19px; margin-left: 20px; }.header-actions { gap: 14px; }.hero { grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); }.proof-bar > div { padding-right: 20px; }.proof-bar > div + div { padding-left: 20px; }.control-layout, .setup-layout { gap: 65px; }.case-grid { grid-template-columns: 1.15fr .85fr; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 36px), var(--container)); }.section { padding: 90px 0; }.site-header { height: 72px; }.main-nav, .header-actions .login-link { display: none; }.header-actions { margin-left: auto; margin-right: 12px; }.header-actions .button { min-height: 37px; padding: 0 11px; font-size: 10px; }.menu-toggle { position: relative; z-index: 30; display: grid; place-items: center; gap: 5px; width: 38px; height: 38px; padding: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 7px; background: transparent; cursor: pointer; }.menu-toggle span:not(.sr-only) { display: block; width: 16px; height: 1px; background: white; transition: transform .22s ease; }.menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(3px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-3px) rotate(-45deg); }.main-nav.is-open { position: absolute; z-index: 25; top: 59px; right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px 18px; border: 1px solid rgba(161,191,246,.2); border-radius: 0 0 12px 12px; background: #101c35; box-shadow: 0 15px 40px rgba(0,0,0,.28); }.main-nav.is-open a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: white; }.main-nav.is-open a:last-child { border-bottom: 0; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 32px; padding-top: 74px; padding-bottom: 45px; }.hero-copy { padding-top: 0; }.hero-description { max-width: 640px; }.hero-product { width: min(100%, 640px); min-height: 410px; margin: 0 auto; transform: none; }.dashboard-window { left: 4%; width: 92%; }.proof-bar { grid-template-columns: 1fr; }.proof-bar > div { min-height: 0; padding: 17px 0; }.proof-bar > div + div { padding-left: 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 0; }.proof-bar span { max-width: none; }
  .section-heading--split { grid-template-columns: 1fr; gap: 20px; }.section-heading--split > p { max-width: 580px; }.pain-grid { grid-template-columns: repeat(2, 1fr); }.workflow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px 8px; }.workflow::before { display: none; }.workflow-step { padding: 0 4px; }.workflow-arrow { display: none; }.feature-card { min-height: 480px; }.control-layout, .setup-layout { grid-template-columns: 1fr; gap: 55px; }.control-board { max-width: 670px; }.case-grid { grid-template-columns: 1fr; }.case-card--large { grid-row: auto; min-height: 450px; }.setup-visual { width: min(100%, 500px); margin: 0 auto; }.final-cta { align-items: flex-start; flex-direction: column; margin-top: 90px; margin-bottom: 90px; padding: 44px; }.final-cta .button { width: 100%; }.site-footer__inner { flex-wrap: wrap; padding: 24px 0; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 32px), var(--container)); }.site-header { height: 66px; }.brand { font-size: 18px; }.brand-mark { width: 22px; height: 22px; }.brand-mark i { width: 12px; height: 12px; }.header-actions .button { display: none; }.main-nav.is-open { top: 53px; }.hero { padding-top: 49px; padding-bottom: 39px; }.eyebrow { margin-bottom: 15px; font-size: 9px; }.hero h1 { margin-bottom: 20px; font-size: clamp(35px, 11vw, 48px); line-height: 1.18; }.hero-description { margin-bottom: 27px; font-size: 14px; line-height: 1.64; }.hero-actions { display: grid; grid-template-columns: 1fr; }.button { width: 100%; min-height: 54px; padding: 0 16px; font-size: 13px; }.hero-product { min-height: 274px; }.dashboard-window { top: 4px; left: 0; width: 100%; border-radius: 8px; transform: none; }.window-topbar { height: 31px; padding: 0 9px; }.window-brand { margin-right: 12px; font-size: 7px; }.mini-mark { width: 8px; height: 8px; }.window-tabs { gap: 10px; font-size: 6px; }.window-avatar { width: 14px; height: 14px; font-size: 6px; }.window-body { min-height: 198px; }.window-sidebar { flex-basis: 28px; gap: 8px; padding: 10px 0; }.side-icon { width: 16px; height: 16px; font-size: 8px; }.dashboard-content { padding: 10px; }.dashboard-heading { margin-bottom: 9px; }.dashboard-heading strong { margin-top: 1px; font-size: 9px; }.dashboard-kicker { font-size: 5px; }.filter-pill { padding: 4px 5px; font-size: 5px; }.dashboard-grid { gap: 6px; }.review-panel { min-height: 86px; padding: 7px; }.profit-panel { min-height: 86px; padding: 7px; }.panel-title { font-size: 5px; }.panel-title small { font-size: 5px; }.rating { margin: 6px 0 4px; font-size: 6px; }.review-panel > p { margin-bottom: 6px; font-size: 5px; }.reply-draft { gap: 3px; padding: 4px; font-size: 5px; }.reply-draft .ai-badge { width: 8px; height: 8px; font-size: 4px; }.reply-draft button { font-size: 8px; }.profit-panel > p { margin: 9px 0 1px; font-size: 5px; }.profit-amount { font-size: 8px; }.bar-chart { gap: 2px; height: 20px; margin-top: 5px; }.bar-chart i { width: 4px; }.complaint-panel, .trend-panel { min-height: 53px; padding: 6px 7px; }.complaint-row { gap: 3px; margin-top: 5px; font-size: 5px; }.complaint-row b { font-size: 6px; }.status-dot { width: 3px; height: 3px; }.trend-title { font-size: 5px; }.trend-title strong { font-size: 7px; }.trend-panel svg { height: 27px; margin-top: 1px; }.float-card { min-width: 125px; padding: 7px 8px; gap: 6px; border-radius: 6px; font-size: 7px; }.float-card small { font-size: 4px; }.float-card__icon { flex-basis: 16px; height: 16px; font-size: 7px; }.float-card--reply { left: -9px; bottom: 5px; }.float-card--status { right: -8px; top: -9px; }.pulse-dot { width: 5px; height: 5px; box-shadow: 0 0 0 3px rgba(115,167,255,.17); }.product-glow { width: 250px; height: 140px; top: 50px; left: 50px; filter: blur(45px); }
  .proof-bar strong { min-width: 106px; font-size: 17px; }.proof-bar span { font-size: 10px; }.proof-bar > div { gap: 10px; padding: 14px 0; }.section { padding: 68px 0; }.section-heading { margin-bottom: 36px; }.section-heading--split { gap: 14px; }.section-heading--split > p, .section-heading--center > p:last-child { font-size: 13px; }.section-heading--center { margin-bottom: 40px; }.section-heading--center .eyebrow { justify-content: center; } h2 { font-size: clamp(27px, 8vw, 36px); line-height: 1.31; }.pain-grid { grid-template-columns: 1fr; gap: 10px; }.pain-card { min-height: 218px; padding: 19px; }.pain-icon { width: 39px; height: 39px; margin-bottom: 32px; }.pain-card h3 { margin-bottom: 9px; font-size: 16px; }.pain-card p { max-width: 300px; font-size: 11px; }.flow-section { padding-top: 70px; }.workflow { grid-template-columns: repeat(2, 1fr); gap: 30px 5px; }.workflow-step strong { font-size: 11px; }.workflow-step small { font-size: 9px; }.workflow-index { margin-bottom: 8px; }.workflow-icon { width: 39px; height: 39px; margin-bottom: 11px; font-size: 14px; }.flow-note { align-items: flex-start; margin-top: 37px; font-size: 10px; line-height: 1.5; }.flow-note span { flex: 0 0 6px; margin-top: 5px; }
  .feature-grid { grid-template-columns: 1fr; gap: 10px; }.feature-card { min-height: 432px; padding: 21px; border-radius: 13px; }.feature-card__top { margin-bottom: 37px; }.feature-card h3 { margin-bottom: 10px; font-size: 23px; }.feature-card > p { font-size: 12px; line-height: 1.65; }.response-demo, .analysis-demo, .chat-demo, .finance-demo { right: 18px; bottom: 18px; left: 18px; }.response-demo { padding: 12px; }.analysis-demo { min-height: 125px; }.chat-demo { bottom: 20px; }.control-section { padding: 70px 0; }.control-copy > p:not(.eyebrow) { margin-bottom: 27px; font-size: 13px; }.control-list li { min-height: 52px; align-items: flex-start; padding: 11px 0; font-size: 11px; line-height: 1.45; }.control-board { padding: 13px; border-radius: 10px; }.control-board__header { padding-bottom: 14px; }.control-board__header strong { font-size: 12px; }.rule-row { padding: 9px; }.rule-footer { padding-top: 14px; }.online-label { font-size: 7px; }.case-card { min-height: 280px; padding: 20px; border-radius: 13px; }.case-card--large { min-height: 420px; }.case-card__meta { margin-bottom: 32px; font-size: 8px; }.case-card h3, .case-card:not(.case-card--large) h3 { margin-bottom: 18px; font-size: 22px; }.case-card__figures { gap: 11px; margin: 43px 0 15px; }.case-card__figures strong { font-size: 26px; }.case-card__figures span:not(.figure-arrow) { font-size: 9px; }.figure-arrow { font-size: 16px; }.case-card--large > p { font-size: 11px; }.case-grid-lines { left: 20px; height: 135px; gap: 6px; }.case-score { flex-direction: column; align-items: flex-start; gap: 8px; }.case-score strong { font-size: 42px; }.case-score span { font-size: 10px; }.case-card__bottom { right: 20px; bottom: 20px; left: 20px; font-size: 10px; }.setup-section { padding: 68px 0; }.setup-layout { gap: 37px; }.setup-visual { min-height: 305px; }.setup-visual__circle { width: 200px; height: 200px; box-shadow: 0 0 0 25px rgba(81,134,243,.035), 0 0 0 50px rgba(81,134,243,.025); }.setup-visual__card { width: 150px; padding: 10px; gap: 7px; font-size: 9px; }.setup-visual__card b { font-size: 9px; }.setup-visual__card i { width: 14px; height: 14px; font-size: 7px; }.setup-visual__card--one { top: 22px; right: 4px; }.setup-visual__card--two { top: 132px; left: 0; }.setup-visual__card--three { right: 0; bottom: 22px; }.setup-copy h2 { margin-bottom: 16px; }.setup-copy > p:not(.eyebrow) { font-size: 13px; }.setup-steps { gap: 16px; margin-top: 27px; }.setup-steps strong { font-size: 12px; }.setup-steps p { font-size: 11px; }.final-cta { gap: 25px; margin-top: 68px; margin-bottom: 68px; padding: 29px 22px; border-radius: 13px; }.final-cta h2 { margin-bottom: 12px; font-size: 27px; }.final-cta p:not(.eyebrow) { font-size: 12px; }.faq-section { padding-top: 0; }.faq-section .section-heading { margin-bottom: 25px; }.faq-list summary { padding: 17px 0; font-size: 13px; line-height: 1.4; }.faq-list summary span { flex-basis: 24px; height: 24px; font-size: 17px; }.faq-list p { margin: -2px 34px 17px 0; font-size: 11px; }.site-footer__inner { display: grid; grid-template-columns: 1fr auto; gap: 19px 10px; min-height: auto; }.site-footer p { grid-column: 1 / -1; grid-row: 2; font-size: 10px; }.site-footer__inner > div { gap: 13px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal, .reveal.is-visible { opacity: 1; transform: none; transition: none; }.float-card { animation: none; }.button, .pain-card, .feature-card { transition: none; } }
