:root {
  --ink: #21143f;
  --ink-soft: #514866;
  --purple: #5825fa;
  --purple-dark: #4516df;
  --violet: #873ddb;
  --pink: #fb4ccc;
  --yellow: #ffcc00;
  --paper: #ffffff;
  --lavender: #f7f4ff;
  --lavender-2: #eee8ff;
  --pink-soft: #fff0fb;
  --yellow-soft: #fff8dc;
  --line: #e5ddf3;
  --muted: #706681;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.site-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 100; border-radius: 10px; background: #fff; padding: 10px 14px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(229,221,243,.85); background: rgba(255,255,255,.96); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.site-brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo-horizontal { display: block; width: 220px; height: auto; }
.brand-icon { display: block; width: 46px; height: 46px; object-fit: contain; }
.site-brand strong, .site-brand small { display: block; }
.site-brand strong { font-size: 18px; letter-spacing: .03em; }
.site-brand small { margin-top: 2px; color: #b8a9dd; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav > a { position: relative; color: #5f5570; font-size: 12px; font-weight: 750; }
.site-nav > a:not(.nav-access)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--pink); transition: right .2s ease; }
.site-nav > a:hover, .site-nav > a.active { color: var(--purple); }
.site-nav > a:hover::after, .site-nav > a.active::after { right: 0; }
.site-nav .nav-access { border-radius: 11px; background: var(--purple); color: #fff; padding: 12px 17px; }
.site-nav .nav-access:hover { background: var(--purple-dark); color: #fff; }
.nav-toggle { display: none; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); padding: 9px 12px; font-weight: 800; }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--lavender); }
.hero-shape { position: absolute; border-radius: 28px; transform: rotate(17deg); }
.shape-yellow { width: 160px; height: 160px; left: -72px; top: 92px; background: var(--yellow); }
.shape-pink { width: 120px; height: 120px; right: -55px; bottom: 45px; background: var(--pink); }
.hero-grid { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 58px; padding-block: 82px; }
.pill, .review-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #d7cafa; border-radius: 999px; background: #fff; padding: 7px 11px; color: var(--purple); font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.pill i, .review-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); }
.hero-copy h1, .page-hero h1, .legal-hero h1, .review-hero h1 { margin: 20px 0 20px; max-width: 710px; color: var(--ink); font-size: clamp(44px, 5.2vw, 72px); line-height: .99; letter-spacing: -.06em; }
.hero-copy > p, .page-hero p, .legal-hero p, .review-hero > div > p { max-width: 650px; margin: 0; color: #635a73; font-size: 16px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 10px; margin-top: 30px; }
.site-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 11px; padding: 0 19px; font-size: 12px; font-weight: 850; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.site-button.primary { background: var(--purple); color: #fff; }
.site-button.primary:hover { background: var(--purple-dark); }
.site-button.secondary { border-color: #d4c7fa; background: #fff; color: var(--purple); }
.site-button.secondary:hover { border-color: var(--purple); }
.site-button.light { background: #fff; color: var(--purple); }
.hero-trust { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 22px; color: #6d647a; font-size: 10px; font-weight: 700; }
.hero-trust span { display: flex; align-items: center; gap: 6px; }
.hero-trust b { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: 9px; }

.hero-product { position: relative; min-width: 0; }
.product-window { border: 1px solid #d8cdf5; border-radius: 22px; background: #fff; overflow: hidden; }
.window-head { height: 52px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); padding: 0 15px; color: #736a83; font-size: 9px; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #d9d0ea; }
.window-head strong { color: #534965; text-align: center; }
.window-head em { justify-self: end; display: flex; align-items: center; gap: 5px; border-radius: 999px; background: var(--lavender); color: var(--purple); padding: 5px 8px; font-style: normal; font-weight: 800; }
.window-head em i { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
.window-layout { min-height: 430px; display: grid; grid-template-columns: 58px 1fr; }
.window-layout > aside { display: flex; align-items: center; flex-direction: column; gap: 13px; background: var(--ink); padding: 15px 9px; }
.window-layout > aside img { width: 32px; height: 32px; margin-bottom: 8px; object-fit: contain; }
.window-layout > aside span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: #aa9ac7; font-size: 12px; }
.window-layout > aside span.active { background: var(--purple); color: #fff; }
.window-main { min-width: 0; background: #fcfbff; padding: 24px; }
.window-main > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.window-main > header small, .window-main > header b { display: block; }
.window-main > header small { color: var(--purple); font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.window-main > header b { margin-top: 5px; font-size: 20px; }
.window-main > header button { border: 0; border-radius: 8px; background: var(--purple); color: #fff; padding: 9px 11px; font-size: 9px; font-weight: 800; }
.window-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 21px; }
.window-metrics article { display: grid; grid-template-columns: auto 1fr; gap: 8px; align-items: center; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 11px; }
.window-metrics > article > i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; font-size: 11px; font-style: normal; }
.window-metrics i.violet { background: var(--lavender-2); color: var(--purple); }
.window-metrics i.pink { background: var(--pink-soft); color: #cb2b9d; }
.window-metrics i.yellow { background: var(--yellow-soft); color: #6e5900; }
.window-metrics small, .window-metrics strong, .window-metrics em { display: block; }
.window-metrics small { color: #8a8197; font-size: 7px; }
.window-metrics strong { margin-top: 2px; font-size: 16px; }
.window-metrics em { color: var(--violet); font-size: 7px; font-style: normal; }
.window-panels { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9px; margin-top: 9px; }
.window-panels article { min-width: 0; border: 1px solid var(--line); border-radius: 13px; background: #fff; padding: 14px; }
.window-panels article > span strong, .window-panels article > span small { display: block; }
.window-panels article > span strong { font-size: 10px; }
.window-panels article > span small { margin-top: 3px; color: #938a9e; font-size: 7px; }
.mini-chart > div { height: 125px; display: flex; align-items: flex-end; gap: 6px; margin-top: 13px; border-bottom: 1px solid var(--line); padding: 0 5px; }
.mini-chart > div i { flex: 1; border-radius: 5px 5px 1px 1px; background: var(--purple); }
.mini-chart > div i:nth-child(3n+2) { background: var(--violet); }
.mini-chart > div i:nth-child(3n) { background: var(--pink); }
.mini-leads p { display: grid; grid-template-columns: auto 1fr; gap: 8px; align-items: center; margin: 10px 0 0; border-top: 1px solid #eee9f7; padding-top: 9px; }
.mini-leads p > b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; background: var(--lavender-2); color: var(--purple); font-size: 7px; }
.mini-leads p:nth-child(3) > b { background: var(--pink-soft); color: #c42d98; }
.mini-leads p:nth-child(4) > b { background: var(--yellow-soft); color: #6e5900; }
.mini-leads p span strong, .mini-leads p span small { display: block; }
.mini-leads p span strong { font-size: 8px; }
.mini-leads p span small { color: #938a9e; font-size: 6px; }
.floating-card { position: absolute; right: -25px; bottom: -25px; display: flex; align-items: center; gap: 10px; border: 1px solid #efbee4; border-radius: 14px; background: var(--pink-soft); padding: 13px 15px; }
.floating-card > i { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: var(--pink); color: #fff; font-style: normal; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 10px; }
.floating-card small { margin-top: 3px; color: #81627a; font-size: 8px; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip > div { min-height: 84px; display: flex; align-items: center; justify-content: center; gap: 26px; color: #4e4560; }
.trust-strip span { color: #91889d; font-size: 11px; }
.trust-strip strong { font-size: 12px; }
.trust-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--pink); }

.section { padding-block: 100px; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.eyebrow { color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.light { color: var(--yellow); }
.section-heading h2, .process-section h2, .compliance-section h2, .final-cta h2, .release-grid h2, .connection-choices h2, .data-review h2 { margin: 12px 0 13px; color: var(--ink); font-size: clamp(31px, 4.2vw, 51px); line-height: 1.07; letter-spacing: -.05em; }
.section-heading p, .process-section .section-heading p, .final-cta p, .release-grid p { margin: 0; color: var(--muted); line-height: 1.72; }

.bento-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 17px; }
.bento-card { min-width: 0; border: 1px solid var(--line); border-radius: 20px; background: #fff; padding: 29px; overflow: hidden; }
.bento-card h3 { margin: 21px 0 10px; font-size: 21px; letter-spacing: -.025em; }
.bento-card p { margin: 0; color: #6e647c; font-size: 13px; line-height: 1.65; }
.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; font-size: 18px; font-weight: 900; }
.feature-icon.purple { background: var(--lavender-2); color: var(--purple); }
.feature-icon.pink { background: var(--pink-soft); color: #cc2b9e; }
.feature-icon.yellow { background: var(--yellow-soft); color: #6e5900; }
.bento-conversations { grid-row: span 2; display: grid; grid-template-rows: auto 1fr; background: var(--lavender); }
.chat-visual { align-self: end; display: grid; gap: 10px; margin-top: 40px; }
.chat-visual p { max-width: 84%; display: grid; gap: 3px; border: 1px solid var(--line); border-radius: 13px 13px 13px 4px; background: #fff; padding: 13px; }
.chat-visual p.out { justify-self: end; border-color: #d7cafa; border-radius: 13px 13px 4px 13px; background: var(--purple); color: #fff; }
.chat-visual p b { font-size: 9px; }
.chat-visual p small { font-size: 10px; line-height: 1.4; }
.chat-visual > span { display: flex; align-items: center; gap: 7px; color: #746a83; font-size: 8px; }
.chat-visual > span i { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
.tag-row { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 28px; }
.tag-row span { border: 1px solid #d8cbfb; border-radius: 999px; background: var(--lavender); color: var(--purple); padding: 6px 9px; font-size: 8px; font-weight: 800; }
.campaign-score { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 5px 10px; margin-top: 26px; }
.campaign-score strong { color: var(--purple); font-size: 35px; }
.campaign-score span { padding-bottom: 6px; color: #80758d; font-size: 9px; }
.campaign-score i { grid-column: 1/-1; height: 8px; border-radius: 99px; background: #eee9f7; overflow: hidden; }
.campaign-score i b { display: block; width: 94%; height: 100%; background: var(--pink); }
.bento-wide { grid-column: 1/-1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.funnel-visual { display: grid; gap: 10px; }
.funnel-visual span { display: grid; grid-template-columns: 1fr 72px 45px; align-items: center; gap: 10px; }
.funnel-visual span > i { height: 8px; border-radius: 99px; background: #eee9f7; overflow: hidden; }
.funnel-visual span > i::before { content: ""; display: block; width: inherit; height: 100%; background: var(--purple); }
.funnel-visual span:nth-child(3) > i::before { background: var(--violet); }
.funnel-visual span:nth-child(4) > i::before { background: var(--pink); }
.funnel-visual b { color: #655a73; font-size: 9px; }
.funnel-visual em { color: var(--ink); font-size: 10px; font-style: normal; font-weight: 850; text-align: right; }

.process-section { background: var(--lavender); }
.process-section .section-heading { max-width: 820px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.process-grid article { position: relative; min-height: 280px; border: 1px solid #dbd0f7; border-radius: 20px; background: #fff; padding: 27px; }
.process-grid article > b { position: absolute; right: 22px; top: 20px; color: #d6caef; font-size: 31px; }
.process-icon { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 14px; background: var(--purple); color: #fff; font-size: 19px; font-weight: 900; }
.process-grid article:nth-child(2) .process-icon { background: var(--violet); }
.process-grid article:nth-child(3) .process-icon { background: var(--pink); }
.process-grid h3 { margin: 45px 0 10px; font-size: 20px; }
.process-grid p { margin: 0; color: #6e647c; font-size: 13px; line-height: 1.67; }
.process-link { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; border-radius: 14px; background: var(--yellow); padding: 17px 20px; color: var(--ink); font-size: 12px; font-weight: 900; }
.process-link span { font-size: 20px; }

.compliance-section, .data-review { background: var(--ink); color: #fff; }
.compliance-grid, .data-review-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 90px; }
.compliance-section h2, .data-review h2 { color: #fff; }
.compliance-section p, .data-review p { max-width: 620px; color: #c9bfdb; line-height: 1.72; }
.compliance-actions { display: flex; align-items: center; gap: 17px; margin-top: 28px; }
.text-action { color: #fff; font-size: 11px; font-weight: 800; }
.compliance-list { display: grid; gap: 9px; }
.compliance-list > span { display: grid; grid-template-columns: auto 1fr; gap: 2px 11px; border: 1px solid #3a285e; border-radius: 14px; background: #2a194d; padding: 14px; }
.compliance-list i { grid-row: 1/3; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; background: var(--yellow); color: var(--ink); font-style: normal; font-weight: 900; }
.compliance-list b { font-size: 11px; }
.compliance-list small { color: #b9acce; font-size: 9px; }
.final-cta { max-width: 850px; text-align: center; }
.final-cta > img { width: 65px; height: 65px; display: block; margin: 0 auto 18px; object-fit: contain; }
.final-cta p { max-width: 640px; margin-inline: auto; }
.final-cta .hero-actions { justify-content: center; }

.page-hero, .legal-hero, .review-hero { background: var(--lavender); }
.page-hero > div, .legal-hero > div, .review-hero > div { padding-block: 100px; }
.page-hero h1, .legal-hero h1, .review-hero h1 { max-width: 950px; font-size: clamp(39px, 5vw, 64px); }
.product-hero { position: relative; overflow: hidden; }
.product-hero::after, .demo-hero::after { content: ""; position: absolute; right: -75px; bottom: -80px; width: 220px; height: 220px; border-radius: 45px; background: var(--pink); transform: rotate(22deg); opacity: .12; }
.product-capabilities { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.product-capabilities article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; border: 1px solid var(--line); border-radius: 18px; padding: 26px; }
.product-capabilities article > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: var(--lavender-2); color: var(--purple); font-size: 11px; font-weight: 900; }
.product-capabilities article:nth-child(3n+2) > span { background: var(--pink-soft); color: #c62c99; }
.product-capabilities article:nth-child(3n) > span { background: var(--yellow-soft); color: #6f5a00; }
.product-capabilities h2 { margin: 0 0 9px; font-size: 22px; }
.product-capabilities p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.product-capabilities ul { display: flex; gap: 6px; flex-wrap: wrap; margin: 19px 0 0; padding: 0; list-style: none; }
.product-capabilities li { border-radius: 999px; background: var(--lavender); padding: 6px 9px; color: #645578; font-size: 8px; font-weight: 750; }
.release-band { background: var(--purple); color: #fff; }
.release-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.release-grid > div { max-width: 820px; }
.release-grid h2 { color: #fff; }
.release-grid p { color: #e0d9f9; }

.journey { display: grid; border-top: 1px solid var(--line); }
.journey article { display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 25px; border-bottom: 1px solid var(--line); padding: 31px 12px; }
.journey article > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; background: var(--purple); color: #fff; font-size: 12px; font-weight: 900; }
.journey article:nth-child(2) > span { background: var(--violet); }
.journey article:nth-child(3) > span { background: var(--pink); }
.journey article:nth-child(4) > span { background: var(--ink); }
.journey small { color: var(--purple); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.journey h2 { margin: 5px 0 7px; font-size: 23px; }
.journey p { max-width: 750px; margin: 0; color: var(--muted); line-height: 1.65; }
.journey em { border-radius: 999px; background: var(--lavender); color: var(--purple); padding: 8px 10px; font-size: 9px; font-style: normal; font-weight: 800; }
.compare-section { background: var(--lavender); }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 900px; margin: auto; }
.compare-grid article { display: grid; gap: 10px; border: 1px solid var(--line); border-radius: 20px; background: #fff; padding: 28px; }
.compare-grid article.brand-card { background: var(--purple); color: #fff; }
.compare-grid h3 { margin: 0 0 12px; font-size: 24px; }
.compare-grid span { display: flex; align-items: center; gap: 9px; font-size: 12px; }
.compare-grid i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; background: var(--yellow); color: var(--ink); font-style: normal; font-weight: 900; }
.connection-choices { display: grid; grid-template-columns: 1fr .7fr .7fr; gap: 18px; align-items: stretch; }
.connection-choices > div { padding-right: 25px; }
.connection-choices article { border: 1px solid var(--line); border-radius: 18px; padding: 25px; }
.connection-choices article b { font-size: 16px; }
.connection-choices article p { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.demo-section { padding-top: 40px; }
.demo-tabs { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 15px; }
.demo-tabs button { min-height: 40px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: #685e77; padding: 0 15px; font-size: 11px; font-weight: 800; }
.demo-tabs button.active { border-color: var(--purple); background: var(--purple); color: #fff; }
.demo-frame { min-height: 610px; display: grid; grid-template-columns: 72px 1fr; border: 1px solid #d9cff1; border-radius: 22px; background: #f9f7ff; overflow: hidden; }
.demo-frame > aside { display: flex; flex-direction: column; align-items: center; gap: 13px; background: var(--ink); padding: 18px 12px; }
.demo-frame > aside img { width: 40px; height: 40px; margin-bottom: 12px; }
.demo-frame > aside span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: #aa9ac7; }
.demo-frame > aside span.active { background: var(--purple); color: #fff; }
.demo-screen { display: none; min-width: 0; padding: 32px; }
.demo-screen.active { display: block; }
.demo-screen > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.demo-screen > header small { color: var(--purple); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.demo-screen > header h2 { margin: 6px 0 0; font-size: 26px; }
.demo-screen > header > button { border: 0; border-radius: 10px; background: var(--purple); color: #fff; padding: 11px 14px; font-size: 10px; font-weight: 800; }
.demo-status { display: flex; align-items: center; gap: 6px; border-radius: 999px; background: #fff; padding: 7px 10px; color: var(--purple); font-size: 9px; font-weight: 800; }
.demo-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
.demo-inbox { min-height: 455px; display: grid; grid-template-columns: 230px 1fr 185px; border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
.demo-inbox > nav { border-right: 1px solid var(--line); }
.demo-inbox > nav label { display: block; margin: 13px; border-radius: 8px; background: var(--lavender); padding: 10px; color: #8b8098; font-size: 9px; }
.demo-inbox > nav button { width: 100%; display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; border: 0; border-top: 1px solid #eee9f6; background: #fff; padding: 12px; text-align: left; }
.demo-inbox > nav button.selected { background: var(--lavender); }
.demo-inbox > nav button > b, .demo-inbox > article > header > b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--lavender-2); color: var(--purple); font-size: 8px; }
.demo-inbox > nav strong, .demo-inbox > nav small { display: block; }
.demo-inbox > nav strong { font-size: 9px; }
.demo-inbox > nav small { max-width: 120px; color: #8b8196; font-size: 7px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.demo-inbox > nav em { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--pink); color: #fff; font-size: 7px; font-style: normal; }
.demo-inbox > article { min-width: 0; display: flex; flex-direction: column; }
.demo-inbox > article > header { display: flex; gap: 9px; align-items: center; border-bottom: 1px solid var(--line); padding: 12px; }
.demo-inbox > article > header strong, .demo-inbox > article > header small { display: block; }
.demo-inbox > article > header strong { font-size: 10px; }
.demo-inbox > article > header small { color: #8d8398; font-size: 7px; }
.demo-inbox > article > div { flex: 1; display: flex; flex-direction: column; gap: 9px; background: #faf8ff; padding: 18px; }
.demo-inbox > article p { max-width: 73%; margin: 0; border-radius: 11px 11px 11px 3px; background: #fff; padding: 10px; color: #4f465d; font-size: 9px; line-height: 1.45; }
.demo-inbox > article p.sent { align-self: flex-end; border-radius: 11px 11px 3px 11px; background: var(--purple); color: #fff; }
.demo-inbox > article p small { display: block; margin-top: 5px; opacity: .7; font-size: 6px; }
.demo-inbox > article > footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding: 11px; color: #9a90a5; font-size: 8px; }
.demo-inbox > article > footer button { width: 28px; height: 28px; border: 0; border-radius: 8px; background: var(--purple); color: #fff; }
.demo-inbox > aside { display: grid; align-content: start; gap: 8px; border-left: 1px solid var(--line); padding: 18px; }
.demo-inbox > aside b { font-size: 12px; }
.demo-inbox > aside small { color: #8c8196; font-size: 8px; }
.demo-inbox > aside span { border-radius: 8px; background: var(--lavender); color: var(--purple); padding: 8px; font-size: 8px; font-weight: 800; }
.demo-table { border: 1px solid var(--line); border-radius: 15px; background: #fff; overflow-x: auto; }
.demo-table > div { min-width: 700px; display: grid; grid-template-columns: 1.2fr 1fr .8fr .8fr; gap: 15px; align-items: center; border-top: 1px solid var(--line); padding: 18px; }
.demo-table > div:first-child { border: 0; background: var(--lavender); color: #786d85; font-size: 9px; }
.demo-table span, .demo-table span small { display: block; }
.demo-table span { font-size: 11px; font-weight: 800; }
.demo-table span small { color: #92889d; font-size: 8px; font-weight: 500; }
.demo-table em, .demo-table i { width: max-content; border-radius: 999px; background: var(--lavender); color: var(--purple); padding: 6px 8px; font-size: 8px; font-style: normal; font-weight: 800; }
.demo-table i { background: var(--pink-soft); color: #bb258e; }
.demo-campaigns { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.demo-campaigns article { border: 1px solid var(--line); border-radius: 17px; background: #fff; padding: 24px; }
.campaign-top { display: flex; align-items: center; justify-content: space-between; }
.campaign-top i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--lavender-2); color: var(--purple); font-style: normal; }
.campaign-top em { border-radius: 999px; background: var(--pink-soft); color: #b4288b; padding: 6px 9px; font-size: 8px; font-style: normal; font-weight: 800; }
.demo-campaigns h3 { margin: 26px 0 7px; font-size: 18px; }
.demo-campaigns p { color: var(--muted); font-size: 10px; }
.demo-campaigns dl { display: flex; gap: 28px; margin: 27px 0 0; border-top: 1px solid var(--line); padding-top: 17px; }
.demo-campaigns dt { color: #8d8297; font-size: 7px; }
.demo-campaigns dd { margin: 4px 0 0; font-size: 13px; font-weight: 850; }
.demo-analytics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.demo-analytics > article { border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 22px; }
.demo-analytics small, .demo-analytics strong, .demo-analytics em { display: block; }
.demo-analytics small { color: #8e8499; font-size: 9px; }
.demo-analytics strong { margin: 8px 0 5px; font-size: 29px; }
.demo-analytics em { color: var(--purple); font-size: 9px; font-style: normal; }
.demo-bars { grid-column: 1/-1; }
.demo-bars > span strong, .demo-bars > span small { display: block; }
.demo-bars > div { height: 230px; display: flex; align-items: flex-end; gap: 14px; margin-top: 20px; border-bottom: 1px solid var(--line); padding-inline: 18px; }
.demo-bars > div i { flex: 1; border-radius: 7px 7px 1px 1px; background: var(--purple); }
.demo-bars > div i:nth-child(3n+2) { background: var(--violet); }
.demo-bars > div i:nth-child(3n) { background: var(--pink); }
.demo-note { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; margin-top: 16px; border-radius: 14px; background: var(--yellow-soft); padding: 16px 18px; }
.demo-note > span { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.demo-note > span i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; background: var(--yellow); font-style: normal; font-weight: 900; }
.demo-note b { font-size: 11px; }
.demo-note p { margin: 0; color: #6d6240; font-size: 10px; }
.demo-note a { color: var(--purple); font-size: 10px; font-weight: 850; }

.review-hero { border-bottom: 1px solid var(--line); }
.review-hero h1 { max-width: 920px; }
.review-disclaimer { width: max-content; max-width: 100%; margin-top: 24px; border-left: 4px solid var(--yellow); background: #fff; padding: 11px 14px; color: #6d6379; font-size: 10px; }
.purpose-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.purpose-grid article { border: 1px solid var(--line); border-radius: 17px; padding: 23px; }
.purpose-grid article > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; background: var(--lavender-2); color: var(--purple); font-weight: 900; }
.purpose-grid article:nth-child(2) > span { background: var(--pink-soft); color: #c42d98; }
.purpose-grid article:nth-child(3) > span { background: var(--yellow-soft); color: #705b00; }
.purpose-grid h3 { margin: 33px 0 9px; font-size: 17px; }
.purpose-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.review-flow { background: var(--lavender); }
.review-timeline { max-width: 950px; display: grid; margin: auto; padding: 0; list-style: none; }
.review-timeline li { display: grid; grid-template-columns: 45px 1fr auto; gap: 18px; align-items: center; border-bottom: 1px solid #dcd2f4; padding: 21px 0; }
.review-timeline li > b { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--purple); color: #fff; }
.review-timeline strong { font-size: 14px; }
.review-timeline p { margin: 5px 0 0; color: var(--muted); font-size: 10px; }
.review-timeline em { border-radius: 999px; background: #fff; color: var(--purple); padding: 7px 9px; font-size: 8px; font-style: normal; font-weight: 800; }
.permission-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.permission-grid article { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; padding: 25px; }
.permission-grid code { width: max-content; max-width: 100%; border-radius: 7px; background: var(--lavender-2); color: var(--purple); padding: 6px 8px; font-size: 9px; overflow-wrap: anywhere; }
.permission-grid h3 { margin: 33px 0 10px; font-size: 19px; }
.permission-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.permission-grid span { margin-top: auto; padding-top: 25px; color: var(--purple); font-size: 9px; font-weight: 800; }
.review-links { display: grid; gap: 8px; }
.review-links a { display: flex; align-items: center; justify-content: space-between; border: 1px solid #3a285e; border-radius: 11px; background: #2a194d; padding: 13px 15px; }
.review-links span { font-size: 11px; font-weight: 800; }
.review-links b { color: var(--yellow); font-size: 9px; }
.reviewer-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.reviewer-notes article { border-top: 3px solid var(--purple); background: var(--lavender); padding: 25px; }
.reviewer-notes span { color: var(--purple); font-size: 9px; font-weight: 900; }
.reviewer-notes h3 { margin: 22px 0 9px; }
.reviewer-notes p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.reviewer-notes a { color: var(--purple); text-decoration: underline; }

.security-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.security-grid article { min-height: 245px; border: 1px solid var(--line); border-radius: 17px; padding: 26px; }
.security-grid span { color: var(--purple); font-size: 10px; font-weight: 900; }
.security-grid h2 { margin: 35px 0 10px; font-size: 19px; }
.security-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.notice { margin-top: 35px; border-left: 4px solid var(--pink); border-radius: 0 13px 13px 0; background: var(--pink-soft); padding: 19px; }
.notice strong { display: block; }
.notice p { margin: 5px 0 0; color: #765d71; font-size: 12px; }
.notice a, .legal-content a, .contact-data a { color: var(--purple); text-decoration: underline; text-underline-offset: 3px; }
.legal-content { max-width: 860px; padding-block: 75px; }
.legal-content.compact { padding: 0; }
.legal-content > p:first-child { color: #4f455e; font-size: 17px; }
.legal-content h2 { margin: 38px 0 9px; color: var(--ink); font-size: 21px; }
.legal-content p, .legal-content li { color: #61566f; line-height: 1.75; }
.legal-content ol { padding-left: 22px; }
.legal-content li { margin-bottom: 9px; }
.deletion-grid, .contact-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 80px; align-items: start; }
.public-form-card { border: 1px solid var(--line); border-radius: 19px; background: #fff; padding: 30px; }
.public-form-card h2 { margin: 0 0 7px; }
.public-form-card > p { margin: 0 0 20px; color: #776c84; font-size: 12px; }
.public-form-card form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.public-form-card label { display: grid; gap: 6px; color: #594f67; font-size: 10px; font-weight: 800; }
.public-form-card label:has(textarea), .public-form-card button { grid-column: 1/-1; }
.public-form-card input, .public-form-card textarea { width: 100%; border: 1px solid #ddd4ef; border-radius: 9px; background: #fcfbff; padding: 11px; outline: 0; }
.public-form-card input:focus, .public-form-card textarea:focus { border-color: var(--purple); }
.public-form-card textarea { resize: vertical; }
.public-form-card .site-button { width: 100%; border: 0; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-success, .form-error { margin-bottom: 15px; border-radius: 9px; padding: 11px; font-size: 11px; }
.form-success { background: var(--lavender-2); color: var(--purple); }
.form-error { background: #fff0f0; color: #9d3d3d; }
.contact-grid > div:first-child > h2 { margin-top: 0; font-size: 30px; }
.contact-grid > div:first-child > p { color: var(--muted); line-height: 1.7; }
.contact-data { display: grid; gap: 0; margin-top: 32px; }
.contact-data > div { border-top: 1px solid var(--line); padding: 16px 0; }
.contact-data dt { color: #8c8197; font-size: 9px; text-transform: uppercase; }
.contact-data dd { margin: 6px 0 0; font-size: 12px; }

.site-footer { background: var(--ink); color: #ded7e9; padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-brand strong { color: #fff; }
.footer-brand .brand-icon { width: 47px; height: 47px; }
.footer-grid > div:first-child > p { max-width: 330px; color: #b9aecb; font-size: 11px; line-height: 1.65; }
.footer-location { color: #8f80a8; font-size: 9px; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 10px; }
.footer-grid > div:not(:first-child) > strong { margin-bottom: 7px; color: #fff; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid > div:not(:first-child) > a { color: #b9aecb; font-size: 10px; }
.footer-grid > div:not(:first-child) > a:hover { color: var(--pink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 46px; border-top: 1px solid #3b2a5c; padding-top: 22px; color: #8e80a4; font-size: 8px; }
.back-site { display: inline-flex; margin-bottom: 20px; color: #5b7083; font-size: 11px; text-decoration: none; }

@media (max-width: 1050px) {
  .site-nav { gap: 15px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; padding-block: 70px; }
  .hero-copy { max-width: 800px; }
  .hero-product { max-width: 760px; width: 100%; margin-inline: auto; }
  .product-capabilities { grid-template-columns: 1fr; }
  .purpose-grid { grid-template-columns: 1fr 1fr; }
  .connection-choices { grid-template-columns: 1fr 1fr; }
  .connection-choices > div { grid-column: 1/-1; }
  .demo-inbox { grid-template-columns: 210px 1fr; }
  .demo-inbox > aside { display: none; }
}

@media (max-width: 850px) {
  .brand-logo-horizontal { width: 190px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 14px; right: 14px; top: 72px; align-items: stretch; flex-direction: column; gap: 0; border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 9px; }
  .site-nav.open { display: flex; }
  .site-nav > a { padding: 12px; }
  .site-nav > a::after { display: none; }
  .site-nav .nav-access { text-align: center; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-conversations { grid-row: auto; min-height: 500px; }
  .bento-wide { grid-column: auto; grid-template-columns: 1fr; gap: 30px; }
  .process-grid, .security-grid, .permission-grid { grid-template-columns: 1fr; }
  .compliance-grid, .data-review-grid { grid-template-columns: 1fr; gap: 45px; }
  .journey article { grid-template-columns: 55px 1fr; }
  .journey em { grid-column: 2; width: max-content; }
  .demo-frame { grid-template-columns: 58px 1fr; }
  .demo-screen { padding: 22px; }
  .demo-inbox { grid-template-columns: 190px minmax(330px, 1fr); overflow-x: auto; }
  .demo-campaigns, .compare-grid { grid-template-columns: 1fr; }
  .demo-analytics { grid-template-columns: 1fr 1fr; }
  .reviewer-notes { grid-template-columns: 1fr; }
  .deletion-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2/-1; }
}

@media (max-width: 650px) {
  .site-container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 70px; }
  .brand-logo-horizontal { width: 165px; }
  .hero-grid { min-height: auto; padding-block: 55px; }
  .hero-copy h1 { font-size: 43px; }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .site-button { width: 100%; }
  .hero-trust { display: grid; }
  .shape-yellow { width: 90px; height: 90px; left: -55px; }
  .shape-pink { width: 85px; height: 85px; }
  .window-head { grid-template-columns: 1fr auto; }
  .window-head strong { display: none; }
  .window-layout { grid-template-columns: 46px 1fr; }
  .window-layout > aside { padding-inline: 6px; }
  .window-layout > aside span { width: 28px; }
  .window-main { padding: 15px; }
  .window-main > header b { font-size: 16px; }
  .window-main > header button { display: none; }
  .window-metrics { grid-template-columns: 1fr 1fr; }
  .window-metrics article:last-child { grid-column: 1/-1; }
  .window-panels { grid-template-columns: 1fr; }
  .mini-leads { display: none; }
  .floating-card { right: 8px; bottom: -32px; }
  .trust-strip > div { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .section { padding-block: 70px; }
  .section-heading h2, .process-section h2, .compliance-section h2, .final-cta h2, .release-grid h2, .connection-choices h2, .data-review h2 { font-size: 34px; }
  .bento-card { padding: 23px; }
  .compliance-actions { align-items: stretch; flex-direction: column; }
  .text-action { padding: 10px 0; }
  .final-cta .hero-actions { align-items: stretch; }
  .product-capabilities article { grid-template-columns: 1fr; }
  .release-grid { grid-template-columns: 1fr; }
  .release-grid .site-button { width: 100%; }
  .connection-choices { grid-template-columns: 1fr; }
  .connection-choices > div { grid-column: auto; }
  .demo-tabs { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .demo-tabs button { white-space: nowrap; }
  .demo-frame { min-height: 560px; display: block; }
  .demo-frame > aside { display: none; }
  .demo-screen { padding: 16px; }
  .demo-screen > header { align-items: flex-start; flex-direction: column; }
  .demo-inbox { display: block; min-height: 430px; overflow: hidden; }
  .demo-inbox > nav { max-height: 185px; overflow-y: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .demo-inbox > article { min-height: 320px; }
  .demo-table > div { min-width: 620px; }
  .demo-campaigns { grid-template-columns: 1fr; }
  .demo-analytics { grid-template-columns: 1fr; }
  .demo-bars { grid-column: auto; }
  .demo-bars > div { height: 170px; gap: 7px; padding-inline: 5px; }
  .demo-note { grid-template-columns: 1fr; }
  .purpose-grid { grid-template-columns: 1fr; }
  .review-timeline li { grid-template-columns: 42px 1fr; }
  .review-timeline em { grid-column: 2; width: max-content; }
  .public-form-card form { grid-template-columns: 1fr; }
  .public-form-card label:has(textarea), .public-form-card button { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .page-hero > div, .legal-hero > div, .review-hero > div { padding-block: 70px; }
  .page-hero h1, .legal-hero h1, .review-hero h1 { font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
