:root {
  --ink: #111027;
  --ink-soft: #2e2b4c;
  --muted: #67647d;
  --violet: #6f4dff;
  --violet-dark: #5635df;
  --violet-soft: #eeeaff;
  --coral: #ff765f;
  --mint: #39d5a2;
  --lime: #c8ff72;
  --cream: #fbf9f5;
  --surface: #ffffff;
  --line: #e5e1ed;
  --shadow-sm: 0 16px 45px rgba(35, 25, 72, .08);
  --shadow-lg: 0 35px 90px rgba(38, 24, 89, .17);
  --radius: 22px;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--cream); color: var(--ink); }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 200; padding: 12px 16px; border-radius: 10px; background: var(--ink); color: #fff; text-decoration: none; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(24px, 4vw, 62px); padding: 0 clamp(22px, 5.5vw, 88px); border-bottom: 1px solid transparent; background: rgba(251, 249, 245, .82); backdrop-filter: blur(18px); transition: box-shadow .25s, border-color .25s, background .25s; }
.site-header.scrolled { border-color: rgba(31, 27, 54, .08); background: rgba(255, 255, 255, .93); box-shadow: 0 8px 30px rgba(24, 18, 52, .06); }
.site-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 1rem; font-weight: 850; line-height: 1; letter-spacing: -.035em; }
.site-brand > span:last-child { display: grid; gap: 4px; }
.site-brand small { color: var(--violet); font-size: .58rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.brand-symbol { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: var(--ink); color: #fff; box-shadow: inset 0 -4px 8px rgba(0, 0, 0, .18); font-size: .86rem; letter-spacing: 0; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: clamp(22px, 3vw, 42px); }
.site-nav a, .text-link { position: relative; color: #393650; font-size: .79rem; font-weight: 720; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--violet); transition: right .2s; }
.site-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 10px; background: transparent; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid transparent; border-radius: 12px; font-size: .8rem; font-weight: 820; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .site-nav a:focus-visible, .text-link:focus-visible, summary:focus-visible, input:focus-visible, button:focus-visible { outline: 3px solid rgba(111, 77, 255, .25); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 10px; background: var(--ink); color: #fff; }
.button-small:hover { box-shadow: 0 10px 24px rgba(17, 16, 39, .2); }
.button-primary { background: var(--violet); color: #fff; box-shadow: 0 13px 30px rgba(111, 77, 255, .26); }
.button-primary:hover { background: var(--violet-dark); box-shadow: 0 17px 34px rgba(111, 77, 255, .34); }
.button-ghost { border-color: #cbc4db; background: rgba(255, 255, 255, .55); }
.button-ghost:hover { border-color: var(--ink); background: #fff; }
.button-light, .button-white { background: #fff; color: var(--ink); box-shadow: 0 16px 34px rgba(0, 0, 0, .15); }
.button-white { min-width: 190px; }

.hero { position: relative; isolation: isolate; max-width: 1540px; min-height: 820px; margin: 0 auto; padding: clamp(76px, 8vw, 126px) clamp(24px, 6vw, 96px) 70px; display: grid; grid-template-columns: minmax(420px, .88fr) minmax(520px, 1.12fr); align-items: center; gap: clamp(48px, 7vw, 104px); overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: radial-gradient(rgba(111, 77, 255, .12) 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.65), transparent 76%); opacity: .55; }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-orb-one { width: 500px; height: 500px; right: -170px; top: 60px; background: radial-gradient(circle, rgba(199, 172, 255, .5), rgba(199, 172, 255, 0) 68%); }
.hero-orb-two { width: 360px; height: 360px; left: -200px; bottom: 30px; background: radial-gradient(circle, rgba(255, 151, 120, .32), rgba(255, 151, 120, 0) 70%); }
.hero-copy { position: relative; z-index: 2; align-self: start; padding-top: 24px; }
.announcement { width: fit-content; display: flex; align-items: center; gap: 9px; margin: 0 0 25px; padding: 8px 12px 8px 9px; border: 1px solid #dcd4ee; border-radius: 999px; background: rgba(255,255,255,.72); color: #4a4363; font-size: .68rem; font-weight: 780; letter-spacing: .025em; }
.announcement span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--violet); color: #fff; }
.hero h1 { max-width: 670px; margin: 0; font-size: clamp(3.2rem, 5.4vw, 5.65rem); line-height: .98; letter-spacing: -.068em; font-weight: 860; }
.hero h1 em { display: block; color: var(--violet); font-style: normal; }
.hero-description { max-width: 630px; margin: 30px 0 32px; color: #4f4a65; font-size: clamp(1.02rem, 1.45vw, 1.22rem); line-height: 1.67; letter-spacing: -.012em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 18px; margin: 22px 0 0; padding: 0; list-style: none; color: #5b5670; font-size: .7rem; font-weight: 680; }
.hero-assurances li { display: flex; align-items: center; gap: 7px; }
.hero-assurances span { color: #138660; font-weight: 900; }

.product-stage { position: relative; min-width: 0; perspective: 1200px; }
.stage-glow { position: absolute; inset: 12% 5% -8%; border-radius: 50%; background: linear-gradient(135deg, rgba(114,77,255,.4), rgba(255,126,99,.28)); filter: blur(52px); opacity: .65; }
.dashboard-preview { position: relative; overflow: hidden; border: 1px solid rgba(38, 27, 81, .16); border-radius: 20px; background: #fff; box-shadow: var(--shadow-lg); transform: rotateY(-2deg) rotateX(1.3deg); }
.preview-topbar { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #e9e5ef; background: #fff; }
.preview-brand { display: flex; align-items: center; gap: 8px; font-size: .63rem; }
.preview-brand span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 6px; background: var(--ink); color: #fff; font-size: .55rem; }
.preview-window { display: flex; gap: 5px; }
.preview-window i { width: 7px; height: 7px; border-radius: 50%; background: #d6d1df; }
.preview-body { min-height: 430px; display: grid; grid-template-columns: 62px 1fr; background: #f7f6fa; }
.preview-nav { display: grid; align-content: start; justify-items: center; gap: 18px; padding-top: 30px; border-right: 1px solid #e7e3ed; background: #17162c; }
.preview-nav span { width: 25px; height: 25px; border-radius: 7px; background: rgba(255,255,255,.1); }
.preview-nav span.active { background: var(--violet); box-shadow: 0 7px 18px rgba(111,77,255,.45); }
.preview-content { min-width: 0; padding: 27px; }
.preview-heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.preview-heading div { display: grid; gap: 5px; }
.preview-heading small { color: #847d99; font-size: .48rem; font-weight: 800; letter-spacing: .13em; }
.preview-heading strong { font-size: 1rem; letter-spacing: -.035em; }
.preview-heading > b { padding: 7px 9px; border-radius: 999px; background: #e3f9ef; color: #137653; font-size: .46rem; }
.preview-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0 13px; }
.preview-metrics article { padding: 15px; border: 1px solid #e4e0ea; border-radius: 11px; background: #fff; box-shadow: 0 8px 22px rgba(38,29,72,.035); }
.preview-metrics span, .preview-metrics small { display: block; color: #817a92; font-size: .47rem; }
.preview-metrics strong { display: block; margin: 8px 0 4px; font-size: 1.45rem; letter-spacing: -.055em; }
.preview-grid { display: grid; grid-template-columns: 1.6fr .9fr; gap: 12px; }
.chart-card, .insight-card { min-width: 0; min-height: 220px; padding: 16px; border: 1px solid #e4e0ea; border-radius: 12px; background: #fff; }
.chart-card header { display: flex; justify-content: space-between; font-size: .55rem; font-weight: 780; }
.chart-card header b { color: #8d879d; font-size: .45rem; font-weight: 650; }
.chart { position: relative; height: 165px; margin-top: 13px; overflow: hidden; }
.grid-line { position: absolute; left: 0; right: 0; height: 1px; background: #eeeaf2; }
.line-one { top: 25%; }.line-two { top: 50%; }.line-three { top: 75%; }
.chart svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.chart-area { fill: url(#chart-fill); }.chart-line { fill: none; stroke: var(--violet); stroke-width: 4; stroke-linecap: round; }.chart circle { fill: #fff; stroke: var(--violet); stroke-width: 4; }
.insight-card { display: flex; flex-direction: column; background: linear-gradient(155deg, #211e43, #141329); color: #fff; }
.insight-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; background: var(--lime); color: var(--ink); }
.insight-card small { margin: 18px 0 8px; color: #b6afd0; font-size: .43rem; letter-spacing: .12em; }
.insight-card strong { font-size: .75rem; line-height: 1.35; }
.insight-card p { color: #a9a4be; font-size: .49rem; line-height: 1.5; }
.insight-card button { margin-top: auto; display: flex; justify-content: space-between; padding: 9px 10px; border: 0; border-radius: 7px; background: rgba(255,255,255,.1); color: #fff; font-size: .48rem; }
.preview-label { position: absolute; right: 17px; bottom: -29px; color: #777085; font-size: .58rem; letter-spacing: .04em; }

.quick-audit { grid-column: 1 / -1; max-width: 1040px; width: 100%; justify-self: center; margin-top: 34px; padding: 16px 18px 17px 24px; display: grid; grid-template-columns: minmax(180px, .58fr) minmax(380px, 1fr); gap: 22px; align-items: center; border: 1px solid #ded8e8; border-radius: 17px; background: rgba(255,255,255,.83); box-shadow: var(--shadow-sm); backdrop-filter: blur(14px); }
.quick-audit > label { font-size: .76rem; font-weight: 790; line-height: 1.4; }
.quick-audit > div { height: 52px; display: flex; align-items: center; gap: 9px; padding-left: 15px; border: 1px solid #d6d0df; border-radius: 11px; background: #fff; }
.quick-audit input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); }
.quick-audit > div > span { color: #8c849a; }
.quick-audit button { align-self: stretch; padding: 0 19px; border: 0; border-radius: 9px; background: var(--ink); color: #fff; font-size: .72rem; font-weight: 800; cursor: pointer; }
.quick-audit p { grid-column: 2; min-height: 0; margin: -16px 0 0; color: #b14435; font-size: .64rem; }

.integration-strip { padding: 31px clamp(24px, 6vw, 96px); border-top: 1px solid #e5e0ea; border-bottom: 1px solid #e5e0ea; background: #fff; text-align: center; }
.integration-strip p { margin: 0 0 20px; color: #888194; font-size: .61rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.integration-strip div { display: flex; justify-content: center; flex-wrap: wrap; gap: clamp(25px, 5vw, 70px); }
.integration-strip span { display: flex; align-items: center; gap: 8px; color: #4f4a5c; font-size: .8rem; font-weight: 760; }
.integration-strip b { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #d8d2e0; border-radius: 7px; color: var(--violet); font-size: .65rem; }

.section { max-width: 1380px; margin: 0 auto; padding: 112px clamp(24px, 6vw, 92px); }
.section-heading { max-width: 760px; }
.section-heading.centered { margin: 0 auto 54px; text-align: center; }
.eyebrow { margin: 0 0 16px; color: var(--violet); font-size: .67rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: var(--lime); }
.section-heading h2, .feature-band h2, .proof-card h2, .faq-intro h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.06; letter-spacing: -.055em; }
.section-heading > p:last-child, .faq-intro > p:last-child { max-width: 630px; margin: 21px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.section-heading.centered > p:last-child { margin-left: auto; margin-right: auto; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.outcome-card { position: relative; min-height: 355px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.outcome-card:hover { transform: translateY(-7px); border-color: #cec3eb; box-shadow: var(--shadow-sm); }

.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; font-size: 1.25rem; }
.feature-icon.violet { background: var(--violet-soft); color: var(--violet); }.feature-icon.coral { background: #fff0ec; color: #d84e3b; }.feature-icon.mint { background: #e6fbf4; color: #087a57; }
.outcome-card h3 { margin: 31px 0 13px; font-size: 1.28rem; letter-spacing: -.035em; }
.outcome-card p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.7; }
.outcome-card a { margin-top: auto; color: var(--violet); font-size: .76rem; font-weight: 800; text-decoration: none; }
.outcome-card a span { margin-left: 8px; }

.feature-band { max-width: 1480px; margin: 0 auto; padding: clamp(74px, 8vw, 116px) clamp(28px, 7vw, 112px); display: grid; grid-template-columns: minmax(360px, .85fr) minmax(540px, 1.15fr); gap: clamp(50px, 8vw, 120px); align-items: center; border-radius: 34px; background: #18152f; color: #fff; overflow: hidden; }
.feature-band-copy > p:not(.eyebrow) { margin: 25px 0 29px; color: #bcb5cf; line-height: 1.75; }
.feature-band-copy ul { display: grid; gap: 19px; margin: 0 0 32px; padding: 0; list-style: none; }
.feature-band-copy li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; }
.feature-band-copy li > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: rgba(200,255,114,.14); color: var(--lime); font-size: .7rem; }
.feature-band-copy li strong { display: block; font-size: .82rem; }.feature-band-copy li p { margin: 4px 0 0; color: #9891ae; font-size: .72rem; }
.agent-console { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: #f7f6fa; color: var(--ink); box-shadow: 0 35px 90px rgba(0,0,0,.32); }
.console-header { height: 50px; display: flex; align-items: center; gap: 12px; padding: 0 17px; border-bottom: 1px solid #e2dfea; background: #fff; font-size: .57rem; font-weight: 760; }
.console-header > div { display: flex; gap: 5px; }.console-header i { width: 7px; height: 7px; border-radius: 50%; background: #d5d0dc; }.console-header span { margin-left: auto; }.console-header b { padding: 5px 8px; border-radius: 99px; background: #e3f9ef; color: #107453; font-size: .44rem; }
.console-body { min-height: 410px; display: grid; grid-template-columns: .8fr 1.2fr; }
.agent-list { padding: 16px 12px; border-right: 1px solid #dfdce6; background: #efedf3; }
.agent-list article { display: grid; grid-template-columns: 32px 1fr 6px; gap: 9px; align-items: center; padding: 12px 9px; border-radius: 9px; }
.agent-list article.active { background: #fff; box-shadow: 0 7px 19px rgba(31,21,60,.08); }
.agent-avatar { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: var(--violet); color: #fff; font-size: .6rem; font-weight: 850; }.agent-list article:nth-child(2) .agent-avatar { background: var(--coral); }.agent-list article:nth-child(3) .agent-avatar { background: #168663; }
.agent-list strong, .agent-list small { display: block; }.agent-list strong { font-size: .56rem; }.agent-list small { margin-top: 3px; color: #8a8497; font-size: .42rem; }.agent-list i { width: 6px; height: 6px; border-radius: 50%; background: #39c796; }
.console-chat { padding: 21px; background: #fff; }
.chat-context { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid #ece9f0; }.chat-context span { color: #8a8499; font-size: .42rem; font-weight: 800; letter-spacing: .1em; }.chat-context b { font-size: .52rem; }
.chat-message { width: 85%; margin-top: 17px; padding: 11px 12px; border-radius: 10px; font-size: .55rem; line-height: 1.5; }.chat-message.user { margin-left: auto; background: #eeeaff; }.chat-message.agent { display: grid; grid-template-columns: 24px 1fr; gap: 8px; background: #f3f1f6; }.chat-message.agent span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 7px; background: var(--violet); color: #fff; }.chat-message p { margin: 0; }
.proposal-mini { margin-top: 20px; padding: 14px; display: flex; justify-content: space-between; gap: 10px; align-items: center; border: 1px solid #ded9e8; border-left: 3px solid var(--mint); border-radius: 9px; }.proposal-mini div { display: grid; gap: 4px; }.proposal-mini small { color: #817b90; font-size: .39rem; letter-spacing: .1em; }.proposal-mini strong { font-size: .56rem; }.proposal-mini span { color: #777184; font-size: .43rem; }.proposal-mini button { padding: 7px 9px; border: 0; border-radius: 6px; background: var(--ink); color: #fff; font-size: .45rem; }

.workflow-section { padding-top: 124px; }
.workflow-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 0; list-style: none; counter-reset: none; }
.workflow-grid::before { content: ""; position: absolute; top: 49px; left: 16%; right: 16%; height: 1px; border-top: 1px dashed #cfc7da; }
.workflow-grid li { position: relative; text-align: center; }

.workflow-icon { position: relative; z-index: 1; width: 96px; height: 96px; margin: 0 auto 24px; display: grid; place-items: center; border: 1px solid #ddd6e7; border-radius: 28px; background: #fff; color: var(--violet); box-shadow: var(--shadow-sm); font-size: 1.85rem; }
.workflow-grid h3 { margin: 0 0 10px; font-size: 1.05rem; }.workflow-grid p { max-width: 300px; margin: 0 auto; color: var(--muted); font-size: .79rem; line-height: 1.65; }

.proof-section { padding-top: 28px; }
.proof-card { padding: clamp(38px, 6vw, 76px); display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; border: 1px solid #dcd5e6; border-radius: 30px; background: linear-gradient(145deg, #fff, #f1edff); }
.proof-card > div > p:last-child { max-width: 670px; margin: 24px 0 0; color: var(--muted); line-height: 1.7; }
.proof-card dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0; }.proof-card dl div { min-width: 0; }.proof-card dt { color: var(--violet); font-size: clamp(2.1rem, 4vw, 3.5rem); font-weight: 860; letter-spacing: -.06em; }.proof-card dd { margin: 5px 0 0; color: #5d576b; font-size: .67rem; line-height: 1.45; }

.pricing-section { padding-top: 88px; }
.trial-banner { margin: 0 0 20px; padding: 27px 30px; display: flex; justify-content: space-between; align-items: center; gap: 28px; border-radius: 20px; background: var(--ink); color: #fff; }
.trial-badge { display: inline-flex; margin-bottom: 10px; padding: 6px 9px; border-radius: 99px; background: var(--lime); color: var(--ink); font-size: .52rem; font-weight: 900; letter-spacing: .1em; }
.trial-banner h3 { margin: 0; font-size: 1.3rem; }.trial-banner p { margin: 6px 0 0; color: #b8b1c8; font-size: .76rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.landing-plan { position: relative; min-height: 420px; display: flex; flex-direction: column; padding: 29px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.landing-plan.featured { border: 2px solid var(--violet); box-shadow: 0 22px 55px rgba(93,62,219,.14); }
.plan-popular { position: absolute; top: 17px; right: 17px; padding: 6px 8px; border-radius: 99px; background: var(--violet-soft); color: var(--violet); font-size: .5rem; font-weight: 860; letter-spacing: .08em; }
.landing-plan > small { color: var(--violet); font-size: .58rem; font-weight: 840; letter-spacing: .1em; text-transform: uppercase; }.landing-plan h3 { margin: 13px 0 9px; font-size: 1.15rem; }.landing-plan > p { min-height: 43px; margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.landing-price { margin: 24px 0 5px; display: flex; align-items: baseline; gap: 5px; }.landing-price strong { font-size: 2.3rem; letter-spacing: -.055em; }.landing-price span { color: var(--muted); font-size: .68rem; }
.landing-plan ul { display: grid; gap: 11px; margin: 22px 0 25px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; color: #484357; font-size: .72rem; }.landing-plan li::before { content: "✓"; margin-right: 8px; color: #12825c; font-weight: 900; }
.landing-plan .button { width: 100%; margin-top: auto; }.loading-plans { grid-column: 1 / -1; padding: 40px; text-align: center; color: var(--muted); }
.pricing-note { max-width: 680px; margin: 23px auto 0; color: #777182; text-align: center; font-size: .66rem; line-height: 1.6; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.faq-intro { position: sticky; top: 120px; }.faq-intro > p:last-child { font-size: .9rem; }
.faq-list { border-top: 1px solid #d8d2df; }
.faq-list details { border-bottom: 1px solid #d8d2df; }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; font-size: .9rem; font-weight: 760; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--violet); font-size: 1.2rem; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { margin: -5px 45px 23px 0; color: var(--muted); font-size: .78rem; line-height: 1.72; }

.final-cta { position: relative; isolation: isolate; max-width: 1320px; min-height: 310px; margin: 15px auto 110px; padding: clamp(46px, 7vw, 82px); display: flex; align-items: center; justify-content: space-between; gap: 55px; overflow: hidden; border-radius: 32px; background: linear-gradient(120deg, #6f4dff, #5432db); color: #fff; box-shadow: 0 32px 75px rgba(87,52,220,.25); }
.final-cta-glow { position: absolute; z-index: -1; width: 480px; height: 480px; right: 8%; top: -230px; border-radius: 50%; background: rgba(255,255,255,.15); filter: blur(4px); }
.final-cta p { margin: 0 0 14px; color: var(--lime); font-size: .65rem; font-weight: 850; letter-spacing: .15em; }.final-cta h2 { max-width: 760px; margin: 0 0 14px; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.05; letter-spacing: -.055em; }.final-cta div > span { color: #ddd5ff; font-size: .82rem; }

.site-footer { position: relative; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; padding: 62px clamp(24px, 6vw, 96px) 35px; border-top: 1px solid #ded8e4; background: #fff; }
.footer-brand > p { max-width: 330px; margin: 17px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.6; }.site-footer > div:not(.footer-brand) { display: grid; align-content: start; gap: 12px; }.site-footer strong { margin-bottom: 3px; font-size: .7rem; }.site-footer > div > a:not(.site-brand) { color: var(--muted); font-size: .69rem; text-decoration: none; }.site-footer > div > a:hover { color: var(--violet); }.footer-bottom { grid-column: 1 / -1; margin: 28px 0 0; padding-top: 25px; border-top: 1px solid #ebe7ef; color: #8b8594; font-size: .62rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .site-nav { gap: 19px; }
  .hero { grid-template-columns: 1fr; max-width: 920px; padding-top: 78px; }
  .hero-copy { max-width: 750px; text-align: center; justify-self: center; }
  .announcement { margin-left: auto; margin-right: auto; }
  .hero h1 { max-width: 780px; }
  .hero-description { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-assurances { justify-content: center; }
  .product-stage { width: 100%; }
  .quick-audit { margin-top: 48px; }
  .feature-band { margin-left: 18px; margin-right: 18px; grid-template-columns: 1fr; }
  .feature-band-copy { max-width: 780px; }
  .proof-card { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 860px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; min-height: 70px; padding: 0 20px; }
  .menu-toggle { display: block; grid-column: 2; grid-row: 1; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav, .header-actions { display: none; }
  .site-header.menu-open { align-items: start; padding-top: 16px; background: #fff; }
  .site-header.menu-open .site-nav { grid-column: 1 / -1; display: grid; justify-items: start; width: 100%; padding: 30px 5px 10px; gap: 24px; }
  .site-header.menu-open .site-nav a { font-size: 1.15rem; }
  .site-header.menu-open .header-actions { grid-column: 1 / -1; display: grid; width: 100%; padding: 10px 5px 24px; gap: 14px; }
  .site-header.menu-open .header-actions .button { width: 100%; }
  .quick-audit { grid-template-columns: 1fr; }
  .quick-audit p { grid-column: 1; margin: -13px 0 0; }
  .outcome-grid, .pricing-grid { grid-template-columns: 1fr; }
  .outcome-card, .landing-plan { min-height: 0; }
  .outcome-card a { margin-top: 28px; }
  .workflow-grid { grid-template-columns: 1fr; gap: 42px; }.workflow-grid::before { display: none; }
  .proof-card dl { grid-template-columns: 1fr 1fr 1fr; }
  .faq-section { grid-template-columns: 1fr; }.faq-intro { position: static; }
  .site-footer { grid-template-columns: 1.4fr 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .site-brand { font-size: .9rem; }.brand-symbol { width: 33px; height: 33px; }
  .hero { min-height: 0; padding: 52px 17px 48px; gap: 45px; }
  .announcement { font-size: .58rem; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .hero-description { margin: 23px 0 26px; font-size: .97rem; }
  .hero-actions { display: grid; }.hero-actions .button { width: 100%; }
  .hero-assurances { gap: 9px 16px; font-size: .63rem; }
  .dashboard-preview { border-radius: 14px; transform: none; }
  .preview-topbar { height: 42px; }.preview-body { min-height: 310px; grid-template-columns: 40px 1fr; }.preview-nav { gap: 12px; padding-top: 20px; }.preview-nav span { width: 19px; height: 19px; }.preview-content { padding: 16px 12px; }.preview-heading > b { display: none; }.preview-metrics { gap: 5px; margin-top: 15px; }.preview-metrics article { padding: 10px 7px; }.preview-metrics strong { font-size: 1rem; }.preview-metrics span, .preview-metrics small { font-size: .38rem; }.preview-grid { grid-template-columns: 1fr; }.chart-card { min-height: 150px; }.chart { height: 105px; }.insight-card { display: none; }.preview-label { right: 5px; bottom: -23px; }
  .quick-audit { margin-top: 25px; padding: 18px; gap: 11px; }.quick-audit > div { height: auto; padding: 8px; display: grid; grid-template-columns: 20px 1fr; }.quick-audit button { grid-column: 1 / -1; min-height: 44px; }.quick-audit p { margin: 0; }
  .integration-strip { padding: 27px 17px; }.integration-strip div { justify-content: flex-start; gap: 16px 25px; }
  .section { padding: 82px 18px; }.section-heading h2, .feature-band h2, .proof-card h2, .faq-intro h2 { font-size: 2.35rem; }.section-heading > p:last-child { font-size: .88rem; }
  .outcome-grid { margin-top: 38px; }.outcome-card { padding: 25px; }
  .feature-band { margin: 0; padding: 74px 18px; border-radius: 0; }.console-body { grid-template-columns: 1fr; min-height: 0; }.agent-list { display: none; }.console-chat { padding: 15px; }.proposal-mini { align-items: start; }.proposal-mini button { display: none; }
  .proof-section { padding-top: 0; }.proof-card { padding: 35px 24px; border-radius: 22px; }.proof-card dl { grid-template-columns: 1fr; gap: 16px; }.proof-card dl div { display: grid; grid-template-columns: 84px 1fr; align-items: center; gap: 10px; }.proof-card dd { margin: 0; }
  .trial-banner { display: grid; padding: 25px 21px; }.trial-banner .button { width: 100%; }.landing-plan { padding: 25px; }
  .faq-section { gap: 35px; }.faq-list summary { font-size: .82rem; }
  .final-cta { margin: 0 18px 80px; padding: 45px 24px; display: grid; border-radius: 23px; }.final-cta .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 34px 25px; padding: 45px 20px 30px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .site-nav a::after, .menu-toggle span { transition: none; }
}
