:root {
  --page: #f4f7fb;
  --surface: #ffffff;
  --surface-soft: #edf3fb;
  --ink: #101828;
  --copy: #344054;
  --muted: #667085;
  --line: #dfe6ef;
  --brand: #2864d7;
  --brand-dark: #174eae;
  --violet: #7559ef;
  --green: #12a373;
  --shadow: 0 24px 70px rgba(26, 45, 78, .13);
  --shadow-soft: 0 12px 34px rgba(26, 45, 78, .08);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 6%, rgba(40, 100, 215, .10), transparent 30rem),
    radial-gradient(circle at 8% 20%, rgba(117, 89, 239, .07), transparent 28rem),
    var(--page);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(40, 100, 215, .24);
  outline-offset: 3px;
}
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 11px 16px; border-radius: 10px; background: var(--ink); color: #fff; font-weight: 750; }
.skip-link:focus { top: 16px; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid rgba(223, 230, 239, .85); background: rgba(255, 255, 255, .88); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -.025em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(145deg, var(--brand), var(--violet)); color: #fff; font-weight: 900; }
.brand small { display: block; margin-top: -2px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; color: var(--copy); font-size: 14px; font-weight: 700; }
.desktop-nav a:hover { color: var(--brand-dark); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.text-action { color: var(--copy); font-size: 14px; font-weight: 750; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary { background: var(--brand); color: #fff; box-shadow: 0 12px 28px rgba(40, 100, 215, .22); }
.button--primary:hover { background: var(--brand-dark); }
.button--secondary { border-color: #cfd9e8; background: rgba(255, 255, 255, .75); color: var(--ink); }
.button--secondary:hover { background: #fff; box-shadow: var(--shadow-soft); }
.button--small { min-height: 42px; padding: 9px 16px; font-size: 14px; }

.hero { padding: 94px 0 76px; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 66px; }
.eyebrow { margin: 0 0 18px; color: var(--brand-dark); font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(48px, 5.5vw, 74px); line-height: .99; letter-spacing: -.055em; }
.hero h1 span { color: var(--brand); }
.hero-lead { max-width: 660px; margin: 25px 0 0; color: var(--copy); font-size: 19px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.proof-list { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 28px 0 0; padding: 0; color: var(--muted); font-size: 13px; font-weight: 700; list-style: none; }
.proof-list li { display: inline-flex; align-items: center; gap: 7px; }
.proof-list li::before { content: "✓"; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 6px; background: #e5f7f0; color: var(--green); font-size: 11px; font-weight: 900; }

.workspace-preview { overflow: hidden; border: 1px solid #d5dfec; border-radius: 26px; background: #fff; box-shadow: var(--shadow); transform: rotate(.35deg); }
.workspace-topbar { min-height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); }
.workspace-title { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 850; }
.workspace-title i { width: 9px; height: 9px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px rgba(40, 100, 215, .11); }
.live-badge, .ai-badge { padding: 5px 8px; border-radius: 999px; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.live-badge { background: #e8f8f2; color: #167d5d; }
.workspace-grid { display: grid; grid-template-columns: 150px 1fr; min-height: 390px; }
.account-list { padding: 15px 10px; border-right: 1px solid var(--line); background: #f5f8fc; }
.account-list > p { margin: 0 8px 10px; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.account-row { display: flex; align-items: center; gap: 9px; padding: 10px 8px; border-radius: 11px; }
.account-row.is-active { background: #e8f0ff; }
.account-avatar { width: 29px; height: 29px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 9px; background: var(--brand); color: #fff; font-size: 9px; font-weight: 900; }
.account-avatar--violet { background: var(--violet); }
.account-avatar--green { background: var(--green); }
.account-row b, .account-row small { display: block; }
.account-row b { font-size: 10px; }
.account-row small { margin-top: 1px; color: var(--muted); font-size: 8px; }
.conversation-panel { min-width: 0; padding: 17px; background: linear-gradient(180deg, #fff, #f8faff); }
.conversation-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.conversation-head b, .conversation-head small { display: block; }
.conversation-head b { font-size: 11px; }
.conversation-head small { margin-top: 2px; color: var(--muted); font-size: 8px; }
.ai-badge { background: #eeeaff; color: #6548d8; }
.message { max-width: 87%; margin-top: 14px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 14px 14px 14px 4px; color: #34435a; background: #fff; font-size: 10px; line-height: 1.5; }
.message--out { margin-left: auto; border-color: #d3e1ff; border-radius: 14px 14px 4px 14px; background: #eaf1ff; }
.lead-card { display: flex; align-items: center; gap: 9px; margin-top: 20px; padding: 12px; border: 1px solid #cceadd; border-radius: 13px; background: #effaf6; }
.lead-card__icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: var(--green); color: #fff; font-size: 12px; font-weight: 900; }
.lead-card b, .lead-card small { display: block; }
.lead-card b { font-size: 10px; }
.lead-card small { color: #4b6d60; font-size: 8px; }
.lead-card__route { margin-left: auto; color: #167d5d; font-size: 9px; font-weight: 850; }

.value-strip { padding: 0 0 84px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.value-grid article { display: flex; gap: 14px; min-height: 132px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, .8); box-shadow: var(--shadow-soft); }
.value-grid article > span { color: var(--brand); font-size: 11px; font-weight: 900; }
.value-grid h2 { margin: 0; font-size: 17px; letter-spacing: -.02em; }
.value-grid p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }

[hidden] { display: none !important; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }
.menu-toggle > span:not(.visually-hidden) { display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { width: min(var(--container), calc(100% - 40px)); margin: 0 auto 16px; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-soft); }
.mobile-menu a { display: block; min-height: 44px; padding: 11px 12px; border-radius: 9px; color: var(--copy); font-size: 14px; font-weight: 750; }
.mobile-menu a:hover { background: var(--surface-soft); color: var(--brand-dark); }
.mobile-menu--noscript { display: none; }

.value-grid h3 { margin: 0; font-size: 17px; letter-spacing: -.02em; }
.section { padding: 104px 0; }
.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .68fr); align-items: end; gap: 70px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2, .control-copy h2, .consultation-copy h2 { margin: 0; font-size: clamp(36px, 4.5vw, 56px); line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p:last-child, .section-heading--split > p, .control-copy > p, .consultation-copy > p { margin: 20px 0 0; color: var(--copy); font-size: 17px; line-height: 1.7; }
.section-heading--split > p { margin: 0; }

.workspace-section { border-top: 1px solid rgba(223, 230, 239, .7); background: rgba(255, 255, 255, .7); }
.channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.channel-card { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 21px; background: #fff; box-shadow: var(--shadow-soft); }
.channel-mark { width: 58px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: #e7f3ff; color: #1674cf; font-size: 12px; font-weight: 900; letter-spacing: .03em; }
.channel-card--max .channel-mark { background: #f0eaff; color: #684bdc; }
.channel-card--web .channel-mark { background: #e8f8f2; color: #168260; }
.channel-card h3 { margin: 24px 0 9px; font-size: 23px; letter-spacing: -.025em; }
.channel-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.operations-panel { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; margin-top: 28px; padding: 58px; border: 1px solid #d6e0ed; border-radius: 27px; background: linear-gradient(135deg, #edf4ff, #fff 62%); }
.status-pill { display: inline-block; color: var(--brand-dark); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.operations-copy h3 { max-width: 560px; margin: 16px 0 25px; font-size: clamp(29px, 3vw, 42px); line-height: 1.12; letter-spacing: -.035em; }
.check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 22px 1fr; gap: 9px; color: var(--copy); }
.check-list li::before { content: "✓"; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 7px; background: #dff5ec; color: var(--green); font-size: 11px; font-weight: 900; }
.metrics-board { padding: 26px; border: 1px solid #dbe4f0; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.metrics-head, .metric-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.metrics-head { padding-bottom: 19px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.metrics-head b { color: var(--ink); }
.metric-row { margin-top: 22px; color: var(--copy); font-size: 13px; }
.metric-row span { display: inline-flex; align-items: center; gap: 8px; }
.metric-row b { color: var(--ink); font-size: 17px; }
.metric-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); }
.metric-dot--green { background: var(--green); }
.metric-dot--violet { background: var(--violet); }
.metric-bar { height: 7px; overflow: hidden; margin-top: 9px; border-radius: 6px; background: #e8eef7; }
.metric-bar i { height: 100%; display: block; border-radius: inherit; background: var(--brand); }
.metric-bar--green i { background: var(--green); }
.metric-bar--violet i { background: var(--violet); }
.metrics-board > p { margin: 22px 0 0; color: var(--muted); font-size: 11px; }

.workflow-section { background: #eaf0f8; }
.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: workflow; }
.workflow-grid li { position: relative; min-height: 250px; padding: 29px 27px; border: 1px solid #d2deec; background: rgba(255, 255, 255, .74); }
.workflow-grid li:first-child { border-radius: 20px 0 0 20px; }
.workflow-grid li:last-child { border-radius: 0 20px 20px 0; }
.workflow-grid li + li { border-left: 0; }
.workflow-grid li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 36px; right: -13px; width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid #d1dceb; border-radius: 50%; background: #fff; color: var(--brand); font-size: 12px; font-weight: 900; }
.workflow-grid li > span { color: var(--brand); font-size: 12px; font-weight: 900; }
.workflow-grid h3 { margin: 43px 0 11px; font-size: 20px; line-height: 1.2; letter-spacing: -.025em; }
.workflow-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.integration-line { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 9px; margin-top: 32px; }
.integration-line span { padding: 9px 13px; border: 1px solid #cfdaea; border-radius: 10px; background: rgba(255, 255, 255, .72); color: var(--copy); font-size: 12px; font-weight: 800; }
.integration-line i { color: var(--brand); font-style: normal; font-weight: 900; }

.control-section { background: #fff; }
.control-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 74px; }
.rule-card { margin-top: 32px; padding: 24px; border-left: 4px solid var(--brand); background: #eef4ff; }
.rule-card > span { color: var(--brand-dark); font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.rule-card p { margin: 10px 0 15px; color: var(--copy); font-size: 14px; line-height: 1.65; }
.rule-card b { color: #167d5d; font-size: 12px; }
.responsibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.responsibility-grid article { min-height: 410px; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: #f8faff; }
.responsibility-grid article:last-child { background: #f4fbf8; }
.responsibility-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: #eae6ff; color: #684bdc; font-size: 12px; font-weight: 900; }
.responsibility-icon--human { background: #ddf4ea; color: #168260; }
.responsibility-grid h3 { margin: 27px 0 18px; font-size: 23px; }
.responsibility-grid ul { display: grid; gap: 12px; margin: 0; padding: 0; color: var(--copy); list-style: none; }
.responsibility-grid li { position: relative; padding-left: 19px; font-size: 14px; line-height: 1.55; }
.responsibility-grid li::before { content: ""; position: absolute; left: 0; top: .6em; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }
.responsibility-grid article:last-child li::before { background: var(--green); }

.pilot-section { background: #f3f6fb; }
.pilot-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pilot-steps article { padding: 25px 0 28px; border-top: 2px solid #cbd8ea; }
.pilot-steps span { color: var(--brand); font-size: 12px; font-weight: 900; }
.pilot-steps h3 { margin: 19px 0 8px; font-size: 19px; }
.pilot-steps p { margin: 0; color: var(--muted); font-size: 14px; }
.pilot-assistance-note { margin: 18px 0 0; padding-left: 16px; border-left: 3px solid #9cb8e7; color: var(--copy); font-size: 13px; line-height: 1.65; }
.pricing-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 70px 0 24px; }
.pricing-heading h3 { margin: 0; font-size: 30px; letter-spacing: -.035em; }
.pricing-heading p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.pricing-heading > a { color: var(--brand-dark); font-size: 13px; font-weight: 800; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 500px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.price-card.is-featured { border: 2px solid var(--brand); box-shadow: var(--shadow); }
.price-label { position: absolute; top: -14px; left: 26px; padding: 6px 11px; border-radius: 8px; background: var(--brand); color: #fff; font-size: 10px; font-weight: 850; }
.price-card > p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 750; }
.price-card h3 { margin: 8px 0 20px; font-size: 24px; letter-spacing: -.03em; }
.price { display: flex; align-items: baseline; gap: 8px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.price b { font-size: 34px; letter-spacing: -.04em; }
.price span { color: var(--muted); font-size: 12px; }
.price-card ul { display: grid; gap: 12px; margin: 24px 0 28px; padding: 0; color: var(--copy); list-style: none; }
.price-card li { position: relative; padding-left: 21px; font-size: 13px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.price-card .button { width: 100%; margin-top: auto; }
.pricing-note { max-width: 820px; margin: 22px auto 0; color: var(--muted); font-size: 12px; text-align: center; }

.consultation-section { color: #fff; background: #132847; }
.consultation-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 72px; }
.consultation-copy .eyebrow { color: #93bdff; }
.consultation-copy > p { color: #bfcaDA; }
.consultation-points { display: grid; gap: 24px; margin: 39px 0 0; padding: 0; list-style: none; }
.consultation-points li { display: flex; align-items: flex-start; gap: 15px; }
.consultation-points li > span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; color: #9fc4ff; font-size: 11px; font-weight: 900; }
.consultation-points b, .consultation-points small { display: block; }
.consultation-points b { font-size: 15px; }
.consultation-points small { margin-top: 5px; color: #aebdd1; font-size: 12px; }
.consultation-form { padding: 38px; border-radius: 24px; color: var(--ink); background: #fff; box-shadow: 0 30px 90px rgba(0, 0, 0, .2); }
.form-heading h3 { margin: 0; font-size: 29px; letter-spacing: -.035em; }
.form-heading p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.field { min-width: 0; }
.field--wide { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: var(--copy); font-size: 12px; font-weight: 800; }
.field label span { color: #d82c4e; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #cdd8e7; border-radius: 11px; color: var(--ink); background: #fff; transition: border-color .16s ease, box-shadow .16s ease; }
.field textarea { min-height: 108px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(40, 100, 215, .10); outline: 0; }
.field small { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent-row { display: grid; grid-template-columns: 18px 1fr; gap: 10px; margin-top: 21px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.consent-row input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--brand); }
.consent-row a { color: var(--brand-dark); text-decoration: underline; text-underline-offset: 2px; }
.form-submit { width: 100%; margin-top: 20px; border: 0; cursor: pointer; }
.form-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.form-status { min-height: 20px; margin: 12px 0 0; font-size: 12px; font-weight: 750; text-align: center; }
.form-status.is-success { color: #167d5d; }
.form-status.is-error { color: #c02842; }
.form-messages { margin-top: 18px; }
.form-messages p { margin: 0; padding: 11px 13px; border-radius: 10px; color: #167d5d; background: #edf9f5; font-size: 13px; font-weight: 700; }
.form-messages p.is-error { color: #a81f38; background: #fff0f3; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: 80px; }
.faq-layout .section-heading { position: sticky; top: 112px; margin: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border: 0; color: var(--ink); background: transparent; font-size: 17px; font-weight: 800; text-align: left; cursor: pointer; }
.faq-item button span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--brand); font-size: 19px; font-weight: 500; transition: transform .18s ease; }
.faq-item button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-answer { padding: 0 54px 24px 0; }
.faq-answer p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.site-footer { color: #c6d1e0; background: #0d1b30; }
.footer-main { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 44px; padding-top: 48px; padding-bottom: 38px; }
.brand--footer { color: #fff; }
.footer-main > p { max-width: 450px; margin: 0; color: #9aabc0; font-size: 13px; }
.footer-main nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px 22px; font-size: 12px; font-weight: 700; }
.footer-main nav a:hover, .footer-legal a:hover { color: #fff; }
.footer-legal { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; padding-bottom: 27px; border-top: 1px solid rgba(255,255,255,.1); color: #8293aa; font-size: 11px; }
.footer-legal span:last-child { display: flex; flex-wrap: wrap; gap: 18px; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .business-page-ready .menu-toggle, .mobile-menu--noscript { display: block; }
  .hero { padding-top: 72px; }
  .hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-copy { max-width: 760px; }
  .workspace-preview { width: min(100%, 720px); margin: 0 auto; transform: none; }
  .section-heading--split { grid-template-columns: 1fr; gap: 18px; }
  .channel-grid { grid-template-columns: 1fr; }
  .channel-card { min-height: 0; }
  .operations-panel, .control-grid, .consultation-grid, .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .workflow-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .workflow-grid li, .workflow-grid li:first-child, .workflow-grid li:last-child { border: 1px solid #d2deec; border-radius: 18px; }
  .workflow-grid li::after { display: none !important; }
  .responsibility-grid { max-width: 760px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 0; }
  .faq-layout .section-heading { position: static; }
  .footer-main { grid-template-columns: 1fr; gap: 20px; }
  .footer-main nav { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-header { position: relative; }
  .header-inner { min-height: 68px; }
  .text-action { display: none; }
  .header-actions > .button { display: none; }
  .button--small { min-height: 40px; padding: 8px 12px; font-size: 12px; }
  .hero { padding: 54px 0 54px; }
  .hero h1 { font-size: clamp(42px, 13.5vw, 60px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .proof-list { display: grid; grid-template-columns: 1fr; }
  .workspace-grid { grid-template-columns: 98px 1fr; min-height: 340px; }
  .account-list { padding: 12px 6px; }
  .account-row { padding: 8px 5px; gap: 6px; }
  .account-avatar { width: 24px; height: 24px; border-radius: 7px; font-size: 7px; }
  .account-row b { font-size: 8px; }
  .account-row small { font-size: 7px; }
  .conversation-panel { padding: 12px; }
  .message { max-width: 96%; padding: 10px; font-size: 9px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 0; }
  .section { padding: 74px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .control-copy h2, .consultation-copy h2 { font-size: clamp(34px, 10vw, 46px); }
  .operations-panel { padding: 28px 20px; }
  .workflow-grid, .responsibility-grid, .pilot-steps, .form-grid { grid-template-columns: 1fr; }
  .workflow-grid li { min-height: 0; }
  .workflow-grid h3 { margin-top: 24px; }
  .responsibility-grid article { min-height: 0; padding: 25px; }
  .field--wide { grid-column: auto; }
  .consultation-form { padding: 27px 20px; }
  .pricing-heading { align-items: flex-start; flex-direction: column; }
  .price-card { padding: 27px 22px; }
  .faq-item button { font-size: 15px; }
  .footer-legal { flex-direction: column; }
}

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