:root {
  --brand: #155eef;
  --brand-dark: #0b43b8;
  --brand-deep: #082f80;
  --brand-soft: #dce9ff;
  --ink: #102a4c;
  --ink-strong: #071d38;
  --muted: #4a607a;
  --line: #cad6e5;
  --line-strong: #9eb0c7;
  --canvas: #f4f7fc;
  --surface: #fff;
  --success: #08765e;
  --danger: #c32b24;
  --shadow: 0 28px 70px rgba(16, 42, 76, .16);
  --shell: min(1180px, calc(100% - 48px));
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--surface); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 15px; color: #fff; background: var(--ink-strong); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #ffb200; outline-offset: 3px; }

.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid #d6e0ec; background: rgba(255, 255, 255, .96); box-shadow: 0 7px 24px rgba(16,42,76,.055); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 41px; height: 41px; display: grid; flex: 0 0 auto; place-items: center; color: #fff; border: 1px solid #0642c0; border-radius: 9px; background: linear-gradient(145deg,#2570ff,var(--brand)); font-weight: 900; letter-spacing: -.08em; box-shadow: 0 7px 17px rgba(21, 94, 239, .22); }
.brand-copy { display: grid; gap: 3px; }
.brand-copy > b { color: var(--ink-strong); font-size: 18px; line-height: 1; letter-spacing: -.035em; white-space: nowrap; }.brand-copy > b em { color: var(--brand); font-style: normal; font-weight: 850; }
.brand-copy > small { color: #60748d; font-size: 8px; font-weight: 850; letter-spacing: .13em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.site-navigation { display: flex; align-items: center; gap: 4px; padding: 5px; color: #29425f; border: 1px solid #e0e7ef; border-radius: 11px; background: #f8fafd; font-size: 13px; font-weight: 750; }
.site-navigation > a:not(.nav-login) { padding: 8px 11px; border-radius: 7px; transition: color .18s ease, background .18s ease; }.site-navigation > a:not(.nav-login):hover { color: var(--brand-dark); background: #e7effd; }
.site-navigation > a:not(.nav-login)::after { display: none; }
.nav-login { display: flex; align-items: center; gap: 9px; margin-left: 4px; padding: 5px 6px 5px 13px; color: #fff; border: 1px solid var(--brand-dark); border-radius: 7px; background: var(--brand); box-shadow: 0 7px 18px rgba(21, 94, 239, .18); }
.nav-arrow { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 5px; background: rgba(255,255,255,.16); }
.nav-login:hover { background: var(--brand-dark); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid #a9bddd; border-radius: 9px; background: #edf4ff; }
.menu-button i { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 88px 0 76px; background: linear-gradient(135deg, #f8faff 0%, #eef4ff 52%, #f7f9fd 100%); }
.hero::before { position: absolute; top: -180px; left: -160px; width: 460px; height: 460px; border-radius: 50%; content: ""; background: rgba(66, 133, 255, .12); filter: blur(3px); }
.hero-grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(84, 112, 149, .11) 1px, transparent 1px), linear-gradient(90deg, rgba(84, 112, 149, .11) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, #000, transparent 46%, transparent); }
.hero-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 46px; }
.eyebrow { margin: 0 0 15px; color: var(--brand-dark); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero-copy > .eyebrow { display: flex; align-items: center; gap: 9px; }
.hero-copy > .eyebrow span { width: 26px; height: 2px; background: var(--brand); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; color: var(--ink-strong); font-size: clamp(42px, 4.1vw, 60px); line-height: 1.03; letter-spacing: -.055em; }
h1 em { color: var(--brand); font-style: normal; }
.hero-lead { max-width: 630px; margin: 24px 0 0; color: #38526f; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 19px; border: 1px solid transparent; border-radius: 7px; font-size: 14px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; border-color: var(--brand-dark); background: var(--brand); box-shadow: 0 11px 24px rgba(21, 94, 239, .22); }
.button-primary:hover { background: var(--brand-dark); box-shadow: 0 13px 28px rgba(21, 94, 239, .28); }
.button-secondary { color: var(--ink); border-color: var(--line-strong); background: rgba(255, 255, 255, .9); }
.button-secondary:hover { border-color: var(--brand); color: var(--brand-dark); }
.hero-points { display: flex; flex-wrap: wrap; gap: 17px; margin: 27px 0 0; padding: 0; list-style: none; color: #38526f; font-size: 12px; font-weight: 700; }
.hero-points li { display: flex; align-items: center; gap: 6px; }
.hero-points span { width: 18px; height: 18px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--success); font-size: 10px; }
.hero-assurance { display: flex; align-items: flex-start; gap: 11px; max-width: 560px; margin-top: 22px; padding: 14px 15px; color: #304c6c; border: 1px solid #b6c8df; border-left: 3px solid var(--brand); border-radius: 6px; background: rgba(255,255,255,.76); box-shadow: 0 8px 20px rgba(16,42,76,.06); }
.hero-assurance > span { width: 26px; height: 26px; display: grid; flex: 0 0 auto; place-items: center; color: #fff; border-radius: 50%; background: var(--success); font-size: 13px; }
.hero-assurance p { margin: 0; font-size: 12px; line-height: 1.55; }.hero-assurance b { color: var(--ink-strong); }

.product-stage { position: relative; min-width: 0; transform: perspective(1200px) rotateY(-1.5deg); }
.stage-glow { position: absolute; z-index: 0; inset: 8% 4% -4%; border-radius: 24px; background: rgba(21, 94, 239, .2); filter: blur(35px); }
.app-window { position: relative; z-index: 1; overflow: hidden; border: 1px solid #8095b2; border-radius: 12px; background: #fff; box-shadow: var(--shadow), 0 0 0 7px rgba(255,255,255,.58); }
.window-bar { height: 47px; display: flex; align-items: center; gap: 16px; padding: 0 13px; color: var(--ink); border-bottom: 1px solid var(--line); background: #f8faff; font-size: 10px; }
.window-brand { display: flex; align-items: center; gap: 6px; font-size: 9px; }
.window-brand span { width: 24px; height: 24px; display: grid; place-items: center; color: #fff; border-radius: 5px; background: var(--brand); font-weight: 900; }
.window-search { width: 185px; margin: auto; padding: 6px 10px; color: #60738b; border: 1px solid #ccd7e5; border-radius: 5px; background: #fff; }
.window-user { width: 26px; height: 26px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--ink); font-size: 8px; font-weight: 800; }
.workspace-preview { height: 440px; display: grid; grid-template-columns: 42px 150px minmax(210px, 1fr) 150px; font-size: 9px; }
.preview-rail { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 14px 7px; color: #58708c; border-right: 1px solid var(--line); background: #f4f7fb; }
.preview-rail span, .preview-rail i { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid #c2cede; border-radius: 6px; background: #fff; font-size: 7px; font-style: normal; font-weight: 800; }
.preview-rail span.active { color: #fff; border-color: var(--brand); background: var(--brand); box-shadow: 0 4px 9px rgba(21,94,239,.22); }
.preview-inbox { border-right: 1px solid var(--line); }
.preview-inbox header, .preview-chat > header, .preview-crm > header { height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 8px 10px; border-bottom: 1px solid var(--line); }
.preview-inbox header div, .preview-chat > header div { display: grid; }
.preview-inbox header small, .preview-crm header small { color: #6a7e95; font-size: 6px; font-weight: 900; letter-spacing: .08em; }
.preview-inbox header b { font-size: 10px; }
.preview-inbox article { position: relative; display: grid; grid-template-columns: 31px 1fr; gap: 7px; min-height: 76px; padding: 10px 8px; border-bottom: 1px solid #e1e7ef; }
.preview-inbox article.active { background: var(--brand-soft); box-shadow: inset 3px 0 var(--brand); }
.preview-inbox article div { min-width: 0; }
.preview-inbox article b, .preview-inbox article p, .preview-inbox article small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.preview-inbox article p { margin: 3px 0; color: #5b6e84; font-size: 7px; }
.preview-inbox article small { color: #61748a; font-size: 6px; }
.preview-inbox article small span { color: var(--danger); }
.preview-inbox time { position: absolute; top: 10px; right: 7px; color: #6b7d92; font-size: 6px; }
.avatar { width: 31px; height: 31px; display: grid; flex: 0 0 auto; place-items: center; color: #fff; border-radius: 50%; font-size: 8px; font-style: normal; font-weight: 850; }
.avatar-blue { background: #2765d1; }.avatar-orange { background: #c26324; }.avatar-green { background: #08765e; }
.preview-chat { min-width: 0; display: grid; grid-template-rows: 50px 1fr 46px; background: #f2f5f9; }
.preview-chat > header { justify-content: flex-start; gap: 7px; background: #fff; }
.preview-chat > header b { font-size: 9px; }.preview-chat > header small { color: #527087; font-size: 6px; }.preview-chat > header small span { color: var(--success); }.preview-chat > header em { margin-left: auto; font-style: normal; letter-spacing: .1em; }
.chat-body { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; overflow: hidden; padding: 16px 12px; }
.date-chip { align-self: center; margin: 0; padding: 3px 8px; color: #63758a; border-radius: 9px; background: #dfe5ec; font-size: 6px; }
.message { max-width: 80%; padding: 8px 9px; border: 1px solid #cdd7e3; border-radius: 4px 10px 10px; background: #fff; color: #203a58; line-height: 1.45; }
.message.out { align-self: flex-end; color: #fff; border-color: var(--brand-dark); border-radius: 10px 4px 10px 10px; background: var(--brand); }
.message time { display: block; margin-top: 4px; color: #6b7d91; font-size: 5px; text-align: right; }.message.out time { color: #d9e7ff; }
.product-card { width: 88%; display: flex; gap: 8px; padding: 7px; border: 1px solid #c0ccdc; border-radius: 7px; background: #fff; box-shadow: 0 5px 13px rgba(16,42,76,.08); }
.speaker-art { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; border-radius: 5px; background: linear-gradient(145deg, #182a40, #596f87); font-size: 18px; }
.product-card div { display: grid; align-content: center; }.product-card small { color: var(--brand-dark); font-size: 5px; font-weight: 900; }.product-card b { font-size: 7px; }.product-card p { margin: 1px 0 0; color: #65788e; font-size: 5px; }
.preview-chat > footer { display: flex; align-items: center; gap: 7px; padding: 7px 9px; border-top: 1px solid var(--line); background: #fff; }
.preview-chat > footer p { flex: 1; margin: 0; padding: 7px; color: #6b7e92; border: 1px solid #cbd6e3; border-radius: 6px; font-size: 6px; }.preview-chat > footer b { width: 27px; height: 27px; display: grid; place-items: center; color: #fff; border-radius: 6px; background: var(--brand); }
.preview-crm { background: #fff; }.preview-crm > header { height: 50px; }.preview-crm > header span { font-size: 13px; }
.crm-person { display: grid; justify-items: center; padding: 16px 8px 12px; border-bottom: 1px solid #e1e7ef; }.crm-person .avatar { width: 39px; height: 39px; }.crm-person b { margin-top: 5px; font-size: 9px; }.crm-person small { color: #6b7d90; font-size: 6px; }
.preview-crm label { display: grid; gap: 3px; padding: 9px 10px; color: #6a7d92; border-bottom: 1px solid #e1e7ef; font-size: 6px; font-weight: 800; }.preview-crm label strong { color: var(--ink); font-size: 8px; }
.tags { padding: 9px 10px; }.tags small, .next-task small { display: block; margin-bottom: 5px; color: #6a7d92; font-size: 6px; font-weight: 800; }.tags span { display: inline-block; margin: 0 2px 4px 0; padding: 3px 5px; color: #124b9b; border: 1px solid #9cc2ff; border-radius: 8px; background: #ddecff; font-size: 5px; }.tags span.hot { color: #a02620; border-color: #f4a7a1; background: #ffe0dd; }
.next-task { margin: 4px 8px; padding: 8px; border-left: 3px solid var(--brand); background: #f0f5ff; }.next-task b { font-size: 7px; }.next-task p { margin: 2px 0 0; color: var(--brand-dark); font-size: 6px; }
.demo-note { margin: 10px 5px 0 0; color: #647790; font-size: 10px; text-align: right; }

.context-strip { border-block: 1px solid var(--line); background: #fff; }
.strip-inner { min-height: 66px; display: flex; align-items: center; justify-content: center; gap: 25px; color: #435b76; font-size: 12px; font-weight: 700; }
.strip-inner p { display: flex; align-items: center; gap: 8px; margin: 0; }.strip-inner i { width: 1px; height: 17px; background: var(--line); }.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #d78313; box-shadow: 0 0 0 4px #ffedcf; }

.section { padding: 108px 0; }
.section-heading h2, .roles-copy h2, .mobile-layout h2, .faq-layout h2 { margin: 0; color: var(--ink-strong); font-size: clamp(34px, 4vw, 53px); line-height: 1.08; letter-spacing: -.045em; }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; margin-bottom: 48px; }.split-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.75; }.split-heading.compact { margin-bottom: 38px; }.centered-heading { max-width: 730px; margin: 0 auto 55px; text-align: center; }.centered-heading > p:last-child { margin: 18px auto 0; color: var(--muted); }
.problem-section { background: #fff; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-strong); }
.problem-grid article { min-height: 270px; padding: 30px 26px; border-right: 1px solid var(--line); background: #fbfcfe; }.problem-grid article:last-child { border-right: 0; }.problem-grid article > span { color: var(--brand); font-size: 12px; font-weight: 900; }.problem-grid h3 { margin: 52px 0 12px; color: var(--ink-strong); font-size: 19px; line-height: 1.2; }.problem-grid p { margin: 0; color: var(--muted); font-size: 13px; }.problem-grid .solution-card { color: #fff; background: var(--brand); }.problem-grid .solution-card > span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--brand); border-radius: 50%; background: #fff; }.problem-grid .solution-card h3 { margin-top: 34px; color: #fff; }.problem-grid .solution-card p { color: #e9f1ff; }

.workflow-section { background: var(--canvas); }
.workflow-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }.workflow-grid::before { position: absolute; top: 68px; right: 16%; left: 16%; height: 1px; content: ""; border-top: 1px dashed #87a3c8; }.workflow-grid li { position: relative; min-height: 300px; padding: 27px 28px; border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: 0 12px 28px rgba(29,60,99,.06); }.workflow-grid li > span { position: absolute; top: 17px; right: 19px; color: #9baec4; font-size: 12px; font-weight: 900; }.workflow-icon { width: 66px; height: 66px; display: grid; place-items: center; color: #fff; border: 7px solid #e4edff; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 1px #a7c1f2; font-size: 23px; font-weight: 900; }.workflow-grid h3 { margin: 32px 0 12px; color: var(--ink-strong); font-size: 21px; }.workflow-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.capability-section { background: #fff; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.capability-grid article { min-height: 280px; padding: 29px; border: 1px solid var(--line); border-radius: 9px; background: #f9fbfe; }.capability-grid article:not(.capability-feature) { min-height: 240px; }.capability-grid .capability-feature { grid-row: span 2; padding: 34px; color: #fff; background: var(--ink-strong); }.feature-visual { height: 160px; margin-bottom: 27px; overflow: hidden; border: 1px solid #49617d; border-radius: 7px; background: #fff; }.inbox-visual { display: grid; grid-template-columns: 38px 1fr; }.mini-rail { background: var(--brand); }.inbox-visual > div { display: grid; padding: 15px; gap: 10px; }.inbox-visual i { display: block; border: 1px solid #ccd7e4; border-radius: 4px; background: linear-gradient(90deg,#dce9ff 0 23%,#f2f5f9 23%); }.inbox-visual i:first-child { border-color: #75a5f8; box-shadow: inset 3px 0 var(--brand); }.feature-label { margin: 0 0 8px; color: var(--brand); font-size: 10px; font-weight: 900; letter-spacing: .12em; }.capability-feature .feature-label { color: #86b1ff; }.capability-grid h3 { margin: 0 0 11px; color: var(--ink-strong); font-size: 23px; line-height: 1.22; letter-spacing: -.02em; }.capability-feature h3 { color: #fff; font-size: 29px; }.capability-grid p:not(.feature-label) { margin: 0; color: var(--muted); font-size: 14px; }.capability-feature p:not(.feature-label) { color: #c4d2e1; }.capability-feature ul { display: grid; gap: 8px; margin: 22px 0 0; padding: 0; color: #d7e2ed; font-size: 12px; list-style: none; }.capability-feature li::before { margin-right: 8px; color: #70e3be; content: "✓"; }.line-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 35px; color: var(--brand); border: 1px solid #9fbcf1; border-radius: 7px; background: var(--brand-soft); font-size: 20px; font-weight: 900; }

.trust-section { color: #fff; background: #0b2440; }
.trust-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 75px; margin-bottom: 44px; }.trust-heading .eyebrow { color: #8ab5ff; }.trust-heading h2 { color: #fff; }.trust-heading > p { margin: 0 0 4px; color: #bfd0e2; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid #42617f; border-bottom: 0; }
.trust-grid article { min-height: 210px; display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 27px; border-right: 1px solid #365472; border-bottom: 1px solid #365472; background: #102d4d; }.trust-grid article:nth-child(2n) { border-right: 0; }.trust-grid article:hover { background: #133555; }
.trust-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; color: #b9d4ff; border: 1px solid #557aa2; border-radius: 6px; background: #173b60; font-size: 9px; font-weight: 900; }
.trust-grid article div > p:first-child { margin: 0 0 3px; color: #80acf0; font-size: 9px; font-weight: 900; letter-spacing: .13em; }.trust-grid h3 { margin: 0 0 9px; color: #fff; font-size: 19px; line-height: 1.25; }.trust-grid article div > p:last-child { margin: 0; color: #b8c9da; font-size: 12px; }
.trust-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px 27px; color: #d7e4ef; border: 1px solid #42617f; border-top: 0; background: #081d34; }.trust-bottom > div { display: flex; align-items: center; gap: 13px; }.trust-bottom > div > span { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; color: #082d24; border-radius: 50%; background: #67ddb3; font-weight: 900; }.trust-bottom p { margin: 0; font-size: 12px; }.trust-bottom b { color: #fff; }.trust-bottom > a { flex: 0 0 auto; color: #a8caff; font-size: 12px; font-weight: 850; }.trust-bottom > a:hover { color: #fff; }

.pricing-section { border-top: 1px solid #dde6f1; background: radial-gradient(circle at 50% 0, rgba(21, 94, 239, .11), transparent 34%), #f3f6fb; }
.pricing-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }.pricing-heading > p:last-child { margin: 17px auto 0; color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; padding-top: 11px; }
.price-card { position: relative; overflow: visible; display: flex; flex-direction: column; min-height: 455px; padding: 28px; border: 1px solid #b8c7d9; border-radius: 12px; background: #fff; box-shadow: 0 16px 36px rgba(16, 42, 76, .08); }
.price-card::before { position: absolute; top: -1px; right: 21px; left: 21px; height: 3px; border-radius: 0 0 4px 4px; content: ""; background: #8ca2bb; }
.price-card.gold { z-index: 1; border: 2px solid var(--brand); box-shadow: 0 24px 50px rgba(21, 94, 239, .17); transform: translateY(-10px); }.price-card.gold::before { top: -2px; background: var(--brand); }.price-card.unlimited { border-color: #7f95ae; }
.plan-badge { position: absolute; top: -15px; right: 18px; padding: 5px 11px; color: #fff; border: 2px solid #f3f6fb; border-radius: 999px; background: var(--brand); box-shadow: 0 6px 15px rgba(21, 94, 239, .24); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.plan-head { min-height: 49px; display: flex; align-items: center; gap: 12px; }.plan-symbol { width: 43px; height: 43px; display: grid; flex: 0 0 auto; place-items: center; color: var(--brand-dark); border: 1px solid #a9c3ed; border-radius: 9px; background: #e8f0ff; font-size: 16px; font-weight: 900; }.gold .plan-symbol { color: #fff; border-color: var(--brand-dark); background: var(--brand); }.unlimited .plan-symbol { color: #fff; border-color: #0b2747; background: var(--ink-strong); font-size: 22px; }
.plan-label { margin: 0 0 3px; color: var(--brand-dark); font-size: 10px; font-weight: 900; letter-spacing: .13em; line-height: 1; text-transform: uppercase; }.unlimited .plan-label { color: #405c7b; }
.plan-head h3 { margin: 0; color: var(--ink-strong); font-size: 20px; line-height: 1.15; letter-spacing: -.02em; }
.price-card .plan-fit { min-height: 43px; margin: 17px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.plan-price { display: flex; align-items: baseline; margin: 0 0 19px; color: var(--ink-strong); white-space: nowrap; }.plan-price strong { font-size: 43px; line-height: .95; letter-spacing: -.045em; }.plan-price sup { top: -.55em; margin-left: 3px; color: var(--brand-dark); font-size: 14px; font-weight: 900; }.plan-price span { margin-left: 7px; color: #5a708a; font-size: 12px; font-weight: 700; }
.plan-quota { min-height: 67px; display: flex; align-items: baseline; gap: 9px; padding: 14px 16px; color: var(--ink-strong); border: 1px solid #c5d4e6; border-radius: 8px; background: #f2f6fc; }.plan-quota strong { font-size: 25px; line-height: 1; letter-spacing: -.03em; }.plan-quota span { color: #435d7a; font-size: 12px; font-weight: 800; }.gold .plan-quota { border-color: #a9c7fb; background: #eaf2ff; }.unlimited .plan-quota { border-color: #b7c6d7; background: #eef2f7; }
.price-card > ul { display: grid; gap: 9px; margin: 21px 0 27px; padding: 0; color: #405771; font-size: 12px; list-style: none; }.price-card li { display: flex; align-items: flex-start; }.price-card li::before { margin-right: 8px; color: var(--success); content: "✓"; font-weight: 900; }.price-card .button { width: 100%; margin-top: auto; }
.pricing-note { display: flex; align-items: flex-start; justify-content: center; gap: 8px; max-width: 800px; margin: 28px auto 0; color: #526981; font-size: 11px; text-align: center; }.pricing-note span { color: #b06c0b; }

.roles-section { color: #fff; background: var(--ink-strong); }
.roles-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }.roles-copy { position: sticky; top: 115px; }.roles-copy .eyebrow { color: #87b4ff; }.roles-copy h2 { color: #fff; }.roles-copy h2 em { color: #78aaff; font-style: normal; }.roles-copy > p:not(.eyebrow) { margin: 24px 0; color: #bac9d9; }.security-note { display: flex; gap: 12px; margin-top: 36px; padding: 17px; border: 1px solid #3a5573; border-left: 3px solid #60d6ac; background: #102b4a; }.security-note > span { color: #69deb5; font-size: 22px; }.security-note p { margin: 0; color: #c9d5e3; font-size: 12px; }.security-note b { color: #fff; }
.role-stack { display: grid; gap: 13px; }.role-stack article { position: relative; display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 27px; border: 1px solid #385370; border-radius: 8px; background: #0e2947; }.role-stack article:hover { border-color: #6d9ce1; background: #112f51; }.role-stack article > span { width: 38px; height: 38px; display: grid; place-items: center; color: #a8c8fa; border: 1px solid #45688d; border-radius: 7px; font-size: 10px; font-weight: 900; }.role-stack article div > p { margin: 0 0 2px; color: #80abeb; font-size: 9px; font-weight: 900; letter-spacing: .13em; }.role-stack h3 { margin: 0 0 10px; color: #fff; font-size: 20px; }.role-stack ul { display: flex; flex-wrap: wrap; gap: 6px 22px; margin: 0; padding: 0; color: #b8c8d9; font-size: 11px; list-style: none; }.role-stack li::before { margin-right: 6px; color: #65d9b1; content: "✓"; }.role-stack article > i { position: absolute; top: 25px; right: 24px; padding: 4px 8px; color: #b8cff2; border: 1px solid #496b91; border-radius: 10px; font-size: 8px; font-style: normal; }

.mobile-section { overflow: hidden; background: #edf3fc; }
.mobile-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }.phone-frame { position: relative; width: 300px; height: 580px; justify-self: center; overflow: hidden; border: 9px solid #0a1e35; border-radius: 37px; background: #eef2f7; box-shadow: 25px 35px 65px rgba(16,42,76,.2), -30px -20px 0 #dce8fb; }.phone-top { position: absolute; z-index: 2; top: 7px; left: 50%; width: 82px; height: 19px; border-radius: 20px; background: #07182b; transform: translateX(-50%); }.phone-appbar { height: 73px; display: flex; align-items: center; gap: 8px; padding: 22px 11px 8px; border-bottom: 1px solid var(--line); background: #fff; font-size: 10px; }.phone-appbar > span { font-size: 23px; }.phone-appbar .avatar { width: 30px; height: 30px; }.phone-appbar div { display: grid; }.phone-appbar small { color: var(--success); font-size: 7px; }.phone-appbar em { margin-left: auto; padding: 4px 6px; color: var(--brand-dark); border: 1px solid #a4c3f8; border-radius: 5px; background: #e4efff; font-size: 7px; font-style: normal; font-weight: 900; }.phone-chat { height: 435px; padding: 30px 12px; }.bubble { max-width: 81%; margin: 0 0 12px; padding: 9px 10px; border: 1px solid #cbd6e3; border-radius: 5px 12px 12px; background: #fff; font-size: 9px; }.bubble.out { margin-left: auto; color: #fff; border-color: var(--brand); border-radius: 12px 5px 12px 12px; background: var(--brand); }.bubble.small { font-size: 8px; }.phone-image { width: 160px; height: 130px; display: grid; place-items: center; margin: 0 0 12px auto; color: #fff; border: 4px solid #fff; border-radius: 12px 5px 12px 12px; background: linear-gradient(145deg,#15273d,#55708b); box-shadow: 0 5px 14px rgba(16,42,76,.18); }.phone-image span { font-size: 48px; }.phone-image i { font-size: 8px; }.phone-compose { height: 55px; display: flex; align-items: center; gap: 9px; padding: 8px 10px; border-top: 1px solid var(--line); background: #fff; font-size: 10px; }.phone-compose span { flex: 1; padding: 8px; color: #6a7c90; border: 1px solid #cbd6e2; border-radius: 7px; }
.mobile-layout > div:last-child > p:not(.eyebrow) { margin: 23px 0 0; color: var(--muted); font-size: 16px; }.check-list { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; font-size: 14px; font-weight: 700; }.check-list li { display: flex; align-items: center; gap: 10px; }.check-list span { width: 25px; height: 25px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--success); font-size: 11px; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 90px; }.faq-layout > div:first-child > p:last-child { color: var(--muted); }.faq-list { border-top: 1px solid var(--line-strong); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; color: var(--ink-strong); font-size: 16px; font-weight: 800; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { width: 27px; height: 27px; display: grid; flex: 0 0 auto; place-items: center; color: var(--brand); border: 1px solid #a7c0e8; border-radius: 5px; transition: transform .18s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { margin: -8px 45px 23px 0; color: var(--muted); font-size: 14px; }

.closing-section { padding: 0 0 80px; background: #fff; }.closing-card { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 55px 60px; color: #fff; border: 1px solid #052765; border-radius: 12px; background: linear-gradient(125deg, var(--brand-deep), var(--brand) 73%, #347bff); box-shadow: 0 24px 55px rgba(21,94,239,.2); }.closing-card::after { position: absolute; right: -100px; bottom: -170px; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; content: ""; box-shadow: 0 0 0 45px rgba(255,255,255,.05), 0 0 0 90px rgba(255,255,255,.035); }.closing-card > div, .closing-card .button { position: relative; z-index: 1; }.closing-card .eyebrow { color: #c8ddff; }.closing-card h2 { max-width: 730px; margin: 0; color: #fff; font-size: clamp(33px, 4vw, 50px); line-height: 1.08; letter-spacing: -.04em; }.closing-card p:last-child { max-width: 680px; margin: 17px 0 0; color: #dce9ff; }.button-light { flex: 0 0 auto; color: var(--brand-dark); border-color: #fff; background: #fff; box-shadow: 0 10px 26px rgba(5,32,79,.2); }

.site-footer { color: #c0cddb; background: #081b31; }.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding: 56px 0 40px; }.footer-brand .brand-mark { box-shadow: none; }.footer-brand .brand-copy > b { color: #fff; }.footer-brand .brand-copy > small { color: #8fa2b7; }.footer-main > div:first-child > p { max-width: 440px; color: #91a4b9; font-size: 13px; }.footer-main > div:not(:first-child) { display: grid; align-content: start; gap: 10px; font-size: 13px; }.footer-main > div:not(:first-child) b { margin-bottom: 4px; color: #fff; }.footer-main > div:not(:first-child) a:hover { color: #8bb4ff; }.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #263b53; color: #8296ac; font-size: 11px; }.footer-bottom p { margin: 0; }

.not-found-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: var(--canvas); }.not-found-card { width: min(600px, 100%); padding: 55px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }.not-found-card .eyebrow { margin-top: 45px; }.not-found-card h1 { font-size: 48px; }.not-found-card > p:not(.eyebrow) { margin: 17px 0 30px; color: var(--muted); }

@media (max-width: 1080px) {
  .hero-layout { grid-template-columns: 1fr; }.hero-copy { max-width: 780px; }.product-stage { transform: none; }.workspace-preview { height: 470px; grid-template-columns: 45px 180px minmax(250px,1fr) 180px; }
  .strip-inner { flex-wrap: wrap; padding-block: 16px; }.problem-grid { grid-template-columns: repeat(2,1fr); }.problem-grid article { border-bottom: 1px solid var(--line); }.problem-grid article:nth-child(2) { border-right: 0; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.price-card { min-height: 445px; }.price-card.gold { transform: none; }.price-card.unlimited { min-height: auto; grid-column: 1 / -1; }.roles-layout { gap: 50px; }.mobile-layout { gap: 55px; }.faq-layout { gap: 50px; }
}

@media (max-width: 960px) {
  .site-header { background: #fff; backdrop-filter: none; }.header-inner { min-height: 68px; }.menu-button { display: block; }.site-navigation { position: absolute; top: 72px; right: 16px; left: 16px; display: none; padding: 8px; border: 1px solid #cbd7e6; border-radius: 12px; background: #fff; box-shadow: 0 18px 38px rgba(16,42,76,.16); }.site-navigation[data-open="true"] { display: grid; gap: 2px; }.site-navigation > a:not(.nav-login) { padding: 11px 10px; }.nav-login { min-height: 44px; justify-content: center; margin: 5px 0 0; }.site-navigation a { min-height: 44px; display: flex; align-items: center; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 720px); }
  .hero { padding-top: 65px; }.split-heading, .trust-heading, .roles-layout, .mobile-layout, .faq-layout { grid-template-columns: 1fr; gap: 35px; }.split-heading, .trust-heading { align-items: start; }.problem-grid h3 { margin-top: 32px; }.workflow-grid { grid-template-columns: 1fr; }.workflow-grid::before { display: none; }.workflow-grid li { min-height: auto; }.capability-grid { grid-template-columns: 1fr; }.capability-grid .capability-feature { grid-row: auto; }.trust-grid { grid-template-columns: 1fr; }.trust-grid article { border-right: 0; }.roles-copy { position: static; }.role-stack article { padding-right: 80px; }.mobile-layout { gap: 60px; }.phone-frame { grid-row: 2; }.closing-card { align-items: flex-start; flex-direction: column; padding: 45px 38px; }.footer-main { grid-template-columns: 1.5fr 1fr 1fr; gap: 30px; }
}

@media (max-width: 720px) {
  .section { padding: 78px 0; }.hero { padding: 48px 0 58px; }.hero-copy h1 { font-size: clamp(37px, 11vw, 48px); line-height: 1.06; }.hero-lead { font-size: 15px; line-height: 1.68; }.hero-actions { display: grid; }.button { width: 100%; min-height: 50px; }.hero-points { display: grid; gap: 9px; }.hero-assurance { margin-top: 18px; }
  .product-stage { margin-top: 10px; }.app-window { border-radius: 9px; box-shadow: 0 20px 45px rgba(16,42,76,.16), 0 0 0 4px rgba(255,255,255,.55); }.window-search { display: none; }.window-user { margin-left: auto; }.workspace-preview { height: 420px; grid-template-columns: 1fr; }.preview-rail, .preview-inbox, .preview-crm { display: none; }.preview-chat { display: grid; grid-column: 1; }.chat-body { padding: 18px 14px; }.message { max-width: 85%; font-size: 10px; }.product-card { width: 94%; }.demo-note { font-size: 9px; text-align: left; }
  .strip-inner { align-items: flex-start; flex-direction: column; gap: 8px; padding: 16px 0; }.strip-inner i { display: none; }
  .section-heading h2, .roles-copy h2, .mobile-layout h2, .faq-layout h2 { font-size: 34px; }.split-heading { margin-bottom: 33px; }.problem-grid { grid-template-columns: 1fr; }.problem-grid article { min-height: auto; border-right: 0; }.problem-grid h3 { margin-top: 24px; }.problem-grid article:last-child { border-bottom: 0; }
  .capability-grid article, .capability-grid .capability-feature { padding: 25px; }.feature-visual { height: 130px; }.trust-grid article { min-height: auto; grid-template-columns: 38px 1fr; gap: 12px; padding: 22px 16px; }.trust-bottom { align-items: flex-start; flex-direction: column; padding: 22px 16px; }.trust-bottom > a { min-height: 44px; display: flex; align-items: center; }.pricing-heading { margin-bottom: 32px; }.pricing-grid { grid-template-columns: 1fr; gap: 16px; padding-top: 8px; }.price-card, .price-card.unlimited { min-height: auto; grid-column: auto; padding: 25px 21px; }.plan-badge { top: -12px; right: 14px; }.plan-price strong { font-size: 37px; }.role-stack article { grid-template-columns: 37px 1fr; gap: 12px; padding: 22px 15px; }.role-stack article > i { position: static; width: max-content; grid-column: 2; }.role-stack ul { display: grid; }.phone-frame { width: min(276px, calc(100vw - 50px)); height: 545px; }.phone-chat { height: 400px; }.faq-list summary { min-height: 58px; padding: 18px 0; line-height: 1.35; }.faq-list details p { margin-right: 0; }
  .closing-section { padding-bottom: 50px; }.closing-card { width: calc(100% - 24px); padding: 38px 25px; }.footer-main { grid-template-columns: 1fr 1fr; }.footer-main > div:first-child { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; padding: 20px 0; }.not-found-card { padding: 35px 25px; }.not-found-card h1 { font-size: 39px; }
}

@media (max-width: 380px) {
  :root { --shell: calc(100% - 24px); }.brand-copy > small { display: none; }.hero-copy h1 { font-size: 35px; }.hero-assurance { padding: 12px; }.phone-frame { width: min(255px, calc(100vw - 40px)); }.footer-main { grid-template-columns: 1fr; }.footer-main > div:first-child { grid-column: auto; }
}

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