:root {
  --bg: #f4f5ef;
  --surface: #ffffff;
  --surface-soft: #eceee6;
  --ink: #10130f;
  --muted: #62685f;
  --line: #d8dcd2;
  --lime: #caff4a;
  --lime-soft: #eaffb8;
  --green: #173f33;
  --blue: #4977ff;
  --orange: #f17b4c;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(22, 35, 26, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; min-width: 320px; overflow-x: clip; color: var(--ink); background: var(--bg); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; }
.container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid transparent; background: rgba(244,245,239,.9); backdrop-filter: blur(16px); transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(16,19,15,.05); }
.header-inner { height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 25px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; background: var(--ink); color: var(--lime); }
.brand-mark svg { width: 25px; fill: none; stroke: var(--lime); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 650; }
.site-nav a, .header-action { transition: opacity .2s; }
.site-nav a:hover, .header-action:hover { opacity: .55; }
.header-action { justify-self: end; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 700; }
.header-action span { margin-left: 8px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 6px auto; background: var(--ink); transition: transform .25s; }

.hero { padding: 78px 0 76px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(600px, 1.18fr); gap: 62px; align-items: center; }
.hero-copy { min-width: 0; }
.eyebrow, .section-label { margin: 0 0 24px; color: #4d554b; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 25px; height: 2px; background: var(--orange); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 720px; margin: 0; font-size: clamp(54px, 4.7vw, 72px); line-height: .94; letter-spacing: -.06em; }
h1 em { display: block; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 14px; font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--green); }
.button-secondary { background: transparent; }
.button-secondary:hover { background: white; }
.hero-points { display: flex; flex-wrap: wrap; gap: 11px 20px; margin: 28px 0 0; padding: 0; list-style: none; color: #586056; font-size: 12px; }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points i { width: 7px; height: 7px; border-radius: 50%; background: #25ae7b; box-shadow: 0 0 0 5px rgba(37,174,123,.1); }

.product-preview { min-width: 0; }
.preview-caption { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; color: #727970; font-size: 11px; }
.preview-caption small { font-size: 10px; }
.app-frame { overflow: hidden; border: 1px solid #d9ddd5; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.app-topbar { height: 48px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 18px; padding: 0 15px; border-bottom: 1px solid #e8eae5; color: #6e756c; font-size: 9px; }
.app-brand { display: flex; align-items: center; gap: 7px; color: var(--ink); font-size: 10px; font-weight: 700; }
.app-brand b, .app-sidebar b { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 7px; background: var(--lime); color: var(--ink); }
.connection { display: flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 10px; background: #eff8f2; color: #31705a; }
.connection i { width: 6px; height: 6px; border-radius: 50%; background: #2db57e; }
.avatar { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #ece8ff; color: #554c93; font-weight: 800; }
.app-body { min-height: 470px; display: grid; grid-template-columns: 48px 170px minmax(260px, 1fr) 170px; }
.app-sidebar { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 12px 7px; background: #121611; color: #91978f; }
.app-sidebar b { margin-bottom: 15px; }
.app-sidebar span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; font-size: 13px; }
.app-sidebar span.active { background: var(--lime); color: var(--ink); }
.inbox-list { border-right: 1px solid #e5e8e1; background: #fafbf8; }
.panel-heading { height: 67px; display: flex; align-items: center; justify-content: space-between; padding: 0 13px; border-bottom: 1px solid #e6e8e3; }
.panel-heading div { display: grid; gap: 3px; }
.panel-heading small { color: #969c94; font-size: 8px; }
.panel-heading strong { font-size: 13px; }
.panel-heading > span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 7px; background: var(--ink); color: white; font-size: 8px; }
.search-line { margin: 10px; padding: 8px 10px; border: 1px solid #e1e4dd; border-radius: 8px; color: #a3a8a0; background: white; font-size: 8px; }
.inbox-item { display: grid; grid-template-columns: 31px minmax(0,1fr) auto; gap: 8px; align-items: center; padding: 11px 10px; border-top: 1px solid #eceee9; font-size: 8px; }
.inbox-item.selected { background: #edffd1; }
.contact-avatar { flex: 0 0 auto; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; font-size: 8px; font-weight: 800; }
.contact-avatar.green { background: #dff2dc; color: #2f6c44; }.contact-avatar.blue { background: #e0e8ff; color: #4561ad; }.contact-avatar.orange { background: #ffe1d4; color: #a34f2e; }
.inbox-item div { min-width: 0; }.inbox-item strong { display: block; overflow: hidden; color: #262a25; font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }.inbox-item p { overflow: hidden; margin: 4px 0 0; color: #858b82; white-space: nowrap; text-overflow: ellipsis; }.inbox-item time { align-self: start; color: #a0a59d; font-size: 7px; }
.chat-panel { min-width: 0; display: grid; grid-template-rows: 67px 1fr 45px; background: #f5f6f2; }
.chat-header { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 15px; border-bottom: 1px solid #e3e6df; background: white; }
.chat-header > div { display: grid; gap: 4px; }.chat-header strong { font-size: 11px; }.chat-header small { color: #858c82; font-size: 8px; }.agent-pill { padding: 6px 8px; border-radius: 8px; background: #f0edff; color: #6659a8; font-size: 7px; white-space: nowrap; }
.chat-content { display: flex; flex-direction: column; gap: 10px; padding: 15px; }
.message { max-width: 82%; padding: 10px 11px; border-radius: 12px; font-size: 8px; line-height: 1.5; }
.customer-message { align-self: flex-end; border-bottom-right-radius: 3px; background: #dff3c7; }
.bot-message { align-self: flex-start; border: 1px solid #e2e5df; border-bottom-left-radius: 3px; background: white; }.bot-message span { display: block; margin-bottom: 4px; color: #648039; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.system-event { align-self: center; display: flex; align-items: center; gap: 6px; color: #7f867d; font-size: 7px; }.system-event i { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.handoff-card { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 2px; padding: 10px; border: 1px solid #dcd9f7; border-radius: 11px; background: #f1efff; }.handoff-card div { display: grid; gap: 3px; }.handoff-card span { color: #7568a8; font-size: 7px; }.handoff-card strong { font-size: 8px; }.handoff-card button { padding: 6px 7px; border: 0; border-radius: 6px; background: #5f55a5; color: white; font-size: 7px; }
.composer { display: flex; align-items: center; justify-content: space-between; margin: 0 12px 10px; padding: 0 10px; border: 1px solid #dde1d8; border-radius: 9px; background: white; color: #a2a79f; font-size: 8px; }.composer span { color: #4f7648; font-weight: 700; }
.customer-card { padding: 14px 12px; border-left: 1px solid #e5e8e1; background: white; }
.customer-head { display: flex; align-items: center; gap: 9px; }.customer-head div { display: grid; gap: 3px; }.customer-head strong { font-size: 9px; }.customer-head small { color: #92988f; font-size: 7px; }
.customer-card dl { display: grid; gap: 10px; margin: 20px 0; }.customer-card dl div { display: grid; gap: 3px; }.customer-card dt { color: #9a9f97; font-size: 7px; }.customer-card dd { margin: 0; font-size: 8px; }
.customer-summary { display: grid; gap: 5px; padding: 11px; border-radius: 10px; background: #f2f4ee; }.customer-summary small { color: #8d938a; font-size: 7px; }.customer-summary strong { font-size: 8px; }.customer-summary p { margin: 0; color: #757c72; font-size: 7px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 12px; }.tag-row span { padding: 5px 6px; border-radius: 6px; background: #eff1ec; color: #6f756d; font-size: 6px; }
.preview-note { margin: 10px 0 0; color: #858c82; font-size: 10px; text-align: right; }

.trust-line { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid span { padding: 10px 22px; border-left: 1px solid var(--line); color: #697067; font-size: 11px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }.trust-grid span:last-child { border-right: 1px solid var(--line); }

.section { padding: 120px 0; scroll-margin-top: 76px; }
.section-heading, .roadmap-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); gap: 80px; align-items: end; margin-bottom: 65px; }
.section-label { color: #747c72; }
h2 { margin: 0; font-size: clamp(42px, 4.5vw, 68px); line-height: 1; letter-spacing: -.055em; }
.section-heading > p, .roadmap-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.7; }

.journey { background: white; }
.journey-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.journey-grid li { min-height: 330px; padding: 20px 22px 28px; border-right: 1px solid var(--line); }.journey-grid li:first-child { border-left: 1px solid var(--line); }
.journey-grid li > span { color: #939990; font-size: 11px; }
.journey-icon { width: 66px; height: 66px; display: grid; place-items: center; margin: 45px 0 35px; border-radius: 18px; background: var(--surface-soft); font-size: 25px; font-weight: 800; }.journey-grid li:nth-child(2) .journey-icon { background: var(--lime); }.journey-grid li:nth-child(4) .journey-icon { background: var(--ink); color: white; }
.journey-grid h3 { margin: 0; font-size: 19px; letter-spacing: -.025em; }.journey-grid p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.capabilities { background: #111510; color: white; }
.light-heading .section-label, .light-heading > p { color: #aeb5aa; }
.capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.capability-card { min-height: 470px; display: flex; flex-direction: column; padding: 24px; border: 1px solid #30362e; border-radius: var(--radius); background: #1b201a; }
.capability-card.accent-card { background: var(--lime); color: var(--ink); }.capability-card.dark-card { background: #243e35; }
.card-top { display: flex; justify-content: space-between; align-items: center; }.feature-number { color: #8e968a; font-size: 11px; }.accent-card .feature-number { color: #597023; }
.status { padding: 7px 9px; border-radius: 8px; font-size: 9px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }.status-ready { background: #294337; color: #a9edc8; }.status-build { background: rgba(16,19,15,.12); }.status-next { background: #343932; color: #b7beb3; }.status-dark { background: rgba(255,255,255,.1); color: #d8ded5; }
.feature-visual { min-height: 190px; margin: 30px 0 25px; border: 1px solid #353c33; border-radius: 17px; background: #151914; }.accent-card .feature-visual { border-color: rgba(16,19,15,.18); background: rgba(255,255,255,.36); }
.inbox-visual { display: grid; align-content: center; gap: 10px; padding: 30px; }.inbox-visual > span { width: max-content; padding: 8px 10px; border-radius: 8px; background: var(--ink); color: white; font-size: 10px; }.inbox-visual i { height: 20px; display: block; border-radius: 6px; background: rgba(16,19,15,.1); }.inbox-visual i:nth-of-type(1) { width: 100%; }.inbox-visual i:nth-of-type(2) { width: 78%; }.inbox-visual i:nth-of-type(3) { width: 60%; }
.customer-visual { position: relative; display: grid; place-items: center; }.customer-visual b { display: grid; place-items: center; width: 90px; height: 90px; border: 1px solid #51594d; border-radius: 50%; font-size: 25px; }.customer-visual span { position: absolute; padding: 6px 8px; border-radius: 6px; background: #2a3028; color: #bfc7bb; font-size: 8px; }.customer-visual span:nth-of-type(1) { top: 25px; left: 25px; }.customer-visual span:nth-of-type(2) { right: 25px; top: 44px; }.customer-visual span:nth-of-type(3) { bottom: 23px; left: 38px; }
.knowledge-visual { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; gap: 7px; padding: 30px; }.knowledge-visual i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #2b3328; color: #a8b1a4; font-size: 8px; font-style: normal; }.knowledge-visual b { flex-basis: 100%; margin-top: 10px; font-size: 19px; text-align: center; }
.request-visual { display: grid; place-content: center; justify-items: center; gap: 8px; }.request-visual span { color: #929b8e; font-size: 10px; }.request-visual strong { padding: 8px 12px; border-radius: 8px; background: #413c27; color: #f4d778; font-size: 11px; }.request-visual small { font-size: 9px; }
.broadcast-visual { display: grid; align-content: center; padding: 28px; }.broadcast-visual b { font-size: 38px; }.broadcast-visual > span { color: #959e92; font-size: 10px; }.broadcast-visual div { height: 45px; display: flex; align-items: flex-end; gap: 6px; margin-top: 20px; }.broadcast-visual i { flex: 1; border-radius: 3px 3px 0 0; background: var(--lime); opacity: .75; }.broadcast-visual i:nth-child(1) { height: 35%; }.broadcast-visual i:nth-child(2) { height: 65%; }.broadcast-visual i:nth-child(3) { height: 90%; }.broadcast-visual i:nth-child(4) { height: 72%; }
.automation-visual { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 20px; background: #1a3028; }.automation-visual span { padding: 8px; border: 1px solid #4d665d; border-radius: 7px; font-size: 8px; }.automation-visual i { color: var(--lime); font-style: normal; }
.capability-card h3 { margin: auto 0 0; font-size: 25px; letter-spacing: -.035em; }.capability-card p { margin: 13px 0 0; color: #aeb6ab; font-size: 14px; line-height: 1.65; }.accent-card p { color: #45512d; }

.customer-360 { background: var(--surface-soft); }
.customer-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: center; }
.customer-copy h2 { max-width: 570px; }.customer-copy > p:not(.section-label) { max-width: 530px; margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.check-list { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; color: #394037; font-size: 14px; }.check-list li { display: flex; align-items: center; gap: 10px; }.check-list span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-size: 11px; font-weight: 900; }
.timeline-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 22px 60px rgba(30,45,34,.08); }
.timeline-header { min-height: 80px; display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid var(--line); }.timeline-header .customer-head strong { font-size: 14px; }.timeline-header .customer-head small { font-size: 10px; }.active-client { padding: 7px 9px; border-radius: 8px; background: #e8f8ee; color: #367458; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.timeline-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: #fafbf8; }.timeline-stats div { display: grid; gap: 5px; padding: 17px 22px; border-right: 1px solid var(--line); }.timeline-stats div:last-child { border: 0; }.timeline-stats small { color: #858c83; font-size: 9px; }.timeline-stats strong { font-size: 20px; }
.timeline { padding: 10px 23px 20px; }.timeline article { position: relative; display: grid; grid-template-columns: 100px 18px 1fr; gap: 12px; min-height: 90px; padding: 20px 0 14px; border-bottom: 1px solid #ebede8; }.timeline article:last-child { border-bottom: 0; }.timeline time { color: #858c83; font-size: 9px; }.timeline article > i { position: relative; z-index: 1; width: 12px; height: 12px; border: 3px solid white; border-radius: 50%; box-shadow: 0 0 0 1px #cfd4cb; }.timeline article:not(:last-child) > i::after { content: ""; position: absolute; top: 11px; left: 2px; width: 1px; height: 76px; background: #d9ddd5; }.timeline-message { background: #4e7cff; }.timeline-request { background: var(--orange); }.timeline-agent { background: #29aa79; }.timeline-purchase { background: var(--lime); }.timeline article div { display: grid; align-content: start; gap: 6px; }.timeline article strong { font-size: 12px; }.timeline article p { margin: 0; color: #7a8178; font-size: 10px; }

.solutions { background: white; }
.solution-list { border-top: 1px solid var(--line); }
.solution-list article { display: grid; grid-template-columns: 60px minmax(280px, 1fr) minmax(330px, .8fr); gap: 25px; align-items: center; min-height: 170px; padding: 28px 5px; border-bottom: 1px solid var(--line); transition: padding .2s, background .2s; }.solution-list article:hover { padding-inline: 18px; background: #f7f8f3; }
.solution-index { color: #92988f; font-size: 11px; }.solution-list h3 { margin: 0; font-size: 29px; letter-spacing: -.04em; }.solution-list p { max-width: 600px; margin: 11px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }.solution-list ul { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }.solution-list li { padding: 8px 10px; border: 1px solid var(--line); border-radius: 9px; color: #687066; font-size: 9px; font-weight: 750; text-transform: uppercase; }

.roadmap { background: #e8ffd0; }
.roadmap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.roadmap-card { min-height: 460px; display: flex; flex-direction: column; padding: 25px; border: 1px solid rgba(16,19,15,.15); border-radius: var(--radius); background: rgba(255,255,255,.52); }.roadmap-card.current { background: var(--ink); color: white; }.roadmap-card.next { background: #d8f8b9; }
.roadmap-card-head { display: flex; justify-content: space-between; align-items: center; }.roadmap-card-head span { color: #737c6e; font-size: 11px; }.roadmap-card-head b { padding: 7px 9px; border-radius: 8px; background: rgba(16,19,15,.08); font-size: 9px; text-transform: uppercase; }.current .roadmap-card-head b { background: var(--lime); color: var(--ink); }.current .roadmap-card-head span { color: #8d9689; }
.roadmap-card h3 { margin: 68px 0 24px; font-size: 27px; letter-spacing: -.04em; }.roadmap-card ul { display: grid; gap: 12px; margin: auto 0 0; padding: 0; list-style: none; color: #586054; font-size: 13px; line-height: 1.4; }.roadmap-card li { position: relative; padding-left: 17px; }.roadmap-card li::before { content: ""; position: absolute; top: 7px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #6a7565; }.current ul { color: #b6bdb3; }.current li::before { background: var(--lime); }

.contact { padding: 120px 0; scroll-margin-top: 76px; background: #171b16; color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 100px; align-items: start; }
.contact-copy h2 { font-size: clamp(42px, 4.2vw, 64px); }.contact-copy > p:not(.section-label) { max-width: 580px; margin: 27px 0; color: #aeb5ab; font-size: 16px; line-height: 1.7; }.contact .section-label { color: #aab1a7; }
.whatsapp-contact { max-width: 440px; display: grid; grid-template-columns: 50px 1fr auto; gap: 14px; align-items: center; margin-top: 40px; padding: 16px; border: 1px solid #3c433a; border-radius: 16px; background: #212720; transition: border-color .2s; }.whatsapp-contact:hover { border-color: var(--lime); }.whatsapp-contact > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: #2ebd7c; color: white; font-weight: 900; }.whatsapp-contact div { display: grid; gap: 5px; }.whatsapp-contact small { color: #949c91; }.whatsapp-contact strong { font-size: 15px; }.whatsapp-contact i { color: var(--lime); font-style: normal; }
.demo-form { display: grid; gap: 18px; padding: 30px; border-radius: 22px; background: white; color: var(--ink); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 6px; }.form-heading span { font-size: 18px; font-weight: 800; }.form-heading small { color: #8a9187; font-size: 9px; }
.demo-form label { display: grid; gap: 8px; color: #5e655c; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.demo-form input, .demo-form textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #cfd4cb; border-radius: 0; outline: none; background: transparent; color: var(--ink); font-size: 14px; resize: vertical; text-transform: none; }.demo-form input:focus, .demo-form textarea:focus { border-color: var(--green); }.demo-form input::placeholder, .demo-form textarea::placeholder { color: #a4aaa1; }
.button-form { width: 100%; margin-top: 4px; background: var(--lime); }.button-form:hover { background: var(--ink); color: white; }.form-note { margin: -4px 0 0; color: #90978d; font-size: 9px; line-height: 1.5; }.form-note.success { color: #2f7457; }

.site-footer { padding: 58px 0 24px; background: #0e110d; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 60px; padding-bottom: 55px; }.footer-brand p { max-width: 360px; margin: 20px 0 0; color: #899187; font-size: 13px; line-height: 1.6; }.footer-links { display: grid; align-content: start; gap: 12px; }.footer-links strong { margin-bottom: 7px; color: #7f877d; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }.footer-links a, .footer-links button { width: max-content; padding: 0; border: 0; background: transparent; color: #d4d8d1; font-size: 12px; cursor: pointer; }.footer-links a:hover, .footer-links button:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid #262a25; color: #686f66; font-size: 9px; text-transform: uppercase; }

.privacy-dialog { width: min(560px, calc(100% - 30px)); padding: 30px; border: 0; border-radius: 20px; box-shadow: 0 30px 100px rgba(0,0,0,.28); }.privacy-dialog::backdrop { background: rgba(10,13,10,.65); backdrop-filter: blur(4px); }.dialog-head { display: flex; justify-content: space-between; align-items: center; }.dialog-head h2 { font-size: 34px; }.dialog-head button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 23px; cursor: pointer; }.privacy-dialog p { color: var(--muted); font-size: 14px; line-height: 1.7; }

@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }.hero-copy { max-width: 850px; }.product-preview { max-width: 850px; }.app-body { grid-template-columns: 48px 190px minmax(310px,1fr) 190px; }
  .journey-grid { grid-template-columns: repeat(3, 1fr); }.journey-grid li:nth-child(3) { border-right: 1px solid var(--line); }.journey-grid li:nth-child(n+4) { border-top: 1px solid var(--line); }
  .customer-grid { gap: 55px; }.contact-grid { gap: 55px; }
}

@media (max-width: 900px) {
  .container { width: min(760px, calc(100% - 32px)); }
  .header-inner { grid-template-columns: 1fr auto; height: 70px; }.header-action { display: none; }.menu-toggle { position: relative; z-index: 60; display: block; justify-self: end; }.menu-toggle.active > span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle.active > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 55; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; background: var(--bg); font-size: 28px; transform: translateX(100%); transition: transform .3s; }.site-nav.open { transform: translateX(0); }
  .hero { padding-top: 60px; }.hero-grid { gap: 45px; }.app-body { grid-template-columns: 48px 180px minmax(300px, 1fr); }.customer-card { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }.trust-grid span:nth-child(3), .trust-grid span:nth-child(4) { border-top: 1px solid var(--line); }
  .section { padding: 90px 0; }.section-heading, .roadmap-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 50px; }.section-heading > p, .roadmap-heading > p { max-width: 620px; }
  .capability-grid { grid-template-columns: 1fr 1fr; }.customer-grid, .contact-grid { grid-template-columns: 1fr; }.customer-copy { max-width: 650px; }.solution-list article { grid-template-columns: 45px 1fr; }.solution-list ul { grid-column: 2; justify-content: flex-start; }.roadmap-grid { grid-template-columns: 1fr; }.roadmap-card { min-height: auto; }.roadmap-card h3 { margin-top: 45px; }.roadmap-card ul { margin-top: 35px; }
}

@media (max-width: 640px) {
  .container { width: calc(100% - 24px); }
  .hero { padding: 42px 0 58px; }.eyebrow { max-width: 290px; font-size: 10px; line-height: 1.5; }.eyebrow span { flex: 0 0 22px; } h1 { font-size: clamp(45px, 13.5vw, 62px); }.hero-lead { margin-top: 24px; font-size: 16px; line-height: 1.6; }.hero-actions { display: grid; }.button { width: 100%; }.hero-points { display: grid; }
  .preview-caption { align-items: flex-start; gap: 12px; }.preview-caption small { text-align: right; }.app-frame { border-radius: 17px; }.app-topbar { grid-template-columns: 1fr auto; }.connection { font-size: 0; }.connection::after { content: "Канал"; font-size: 8px; }.avatar { display: none; }.app-body { min-height: 430px; grid-template-columns: 1fr; }.app-sidebar, .inbox-list { display: none; }.chat-panel { grid-template-rows: 60px 1fr 43px; }.chat-content { padding: 12px; }.message { max-width: 88%; font-size: 9px; }.handoff-card { align-items: flex-start; }.handoff-card button { display: none; }.preview-note { text-align: left; line-height: 1.5; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid span { min-height: 52px; display: flex; align-items: center; border-right: 1px solid var(--line); border-top: 1px solid var(--line); }.trust-grid span:first-child { border-top: 0; }
  .section { padding: 78px 0; } h2 { font-size: 42px; }.section-heading { margin-bottom: 38px; }
  .journey-grid { grid-template-columns: 1fr; }.journey-grid li { min-height: auto; display: grid; grid-template-columns: 30px 58px 1fr; column-gap: 12px; padding: 24px 15px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }.journey-grid li:first-child { border-top: 0; }.journey-grid li > span { padding-top: 6px; }.journey-icon { grid-row: 1 / 3; grid-column: 2; width: 52px; height: 52px; margin: 0; border-radius: 14px; font-size: 20px; }.journey-grid h3 { grid-column: 3; align-self: center; }.journey-grid p { grid-column: 3; }
  .capability-grid { grid-template-columns: 1fr; }.capability-card { min-height: 450px; }.capability-card h3 { font-size: 24px; }
  .customer-grid { gap: 45px; }.timeline-header { padding: 15px; }.timeline-stats div { padding: 14px; }.timeline { padding-inline: 15px; }.timeline article { grid-template-columns: 70px 15px 1fr; gap: 8px; }.timeline article strong { line-height: 1.4; }
  .solution-list article { grid-template-columns: 35px 1fr; gap: 14px; padding: 25px 0; }.solution-list h3 { font-size: 24px; }.solution-list ul { grid-column: 2; }.solution-list article:hover { padding-inline: 5px; }
  .roadmap-card { padding: 22px; }.roadmap-card h3 { font-size: 25px; }
  .contact { padding: 78px 0; }.contact-grid { gap: 45px; }.contact-copy h2 { font-size: 43px; }.whatsapp-contact { grid-template-columns: 44px 1fr auto; }.whatsapp-contact > span { width: 44px; height: 44px; }.demo-form { padding: 23px 18px; }.form-heading { display: grid; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { flex-wrap: wrap; gap: 10px; }
}

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