:root {
  --ivory: #f8f4ed;
  --paper: #fcfaf6;
  --ink: #17131b;
  --plum: #21182e;
  --plum-2: #171625;
  --gold: #f2b72a;
  --gold-dark: #b77a12;
  --line: #e8ded1;
  --muted: #746f77;
  --sage: #4d725e;
  --orange: #d95b2e;
  --violet: #5d4b82;
  --radius: 14px;
  --shadow: 0 18px 50px rgb(36 25 42 / 8%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 4%, rgb(242 183 42 / 8%), transparent 22rem),
    var(--ivory);
  font-family: "Avenir Next", Manrope, Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
h1, h2, .brand, .price-card h3, .final-grid h3, .verification-panel > h3, .actions-panel > h3, .delivery-panel > h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(3rem, 6.1vw, 5.6rem); line-height: .96; }
h2 { font-size: clamp(2rem, 4.1vw, 3.65rem); line-height: 1.08; }
h3, p { margin-top: 0; }
img, svg { max-width: 100%; }
:focus-visible { outline: 3px solid #6f57a1; outline-offset: 3px; }
.sr-only, .skip-link {
  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:focus { z-index: 100; width: auto; height: auto; clip: auto; margin: 12px; padding: 10px 16px; background: white; border-radius: 8px; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 46px 0; }
.section-shell {
  padding: 58px 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgb(252 250 246 / 50%);
}
.section-heading { margin: 0 auto 42px; text-align: center; }
.section-heading p { margin: 14px 0 0; color: var(--muted); font-size: 1.04rem; }
.button {
  min-height: 52px;
  padding: 14px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #292014; background: linear-gradient(135deg, #f5c33a, #f0aa16); box-shadow: 0 8px 24px rgb(242 183 42 / 20%); }
.button-primary:hover { box-shadow: 0 12px 30px rgb(242 183 42 / 32%); }
.button-secondary { border-color: #cdbdaa; background: transparent; }
.button-secondary:hover { background: #fffaf1; }
.button-small { min-height: 42px; padding: 10px 20px; font-size: .83rem; }
.dark-panel { color: #eee9f1; background: radial-gradient(circle at 80% 20%, #33233f, transparent 40%), linear-gradient(145deg, #21182e, #151522); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid rgb(232 222 209 / 72%);
  background: rgb(248 244 237 / 88%);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.8rem; white-space: nowrap; }
.brand-mark { color: var(--gold); font-family: Georgia, serif; font-size: 2.25rem; text-shadow: 1px 1px 0 var(--plum); }
.main-nav { display: flex; align-items: center; gap: 40px; margin: 0 auto; font-size: .87rem; }
.main-nav a, .login-link { transition: color .2s; }
.main-nav a:hover, .login-link:hover { color: var(--gold-dark); }
.header-actions { display: flex; align-items: center; gap: 26px; font-size: .87rem; }
.menu-toggle { display: none; border: 0; background: none; }

.hero { padding-top: 54px; }
.hero-copy { text-align: center; }
.eyebrow { margin: 0 0 16px; color: #9d7426; text-transform: uppercase; letter-spacing: .25em; font-size: .78rem; font-weight: 700; }
.lead { margin: 20px 0; color: var(--muted); font-size: 1.1rem; }
.hero-actions { display: flex; justify-content: center; gap: 18px; margin: 28px 0 48px; }
.product-stage {
  min-height: 655px;
  padding: 55px 62px 40px;
  overflow: hidden;
  border-radius: 18px;
  color: #eae6ed;
  background:
    radial-gradient(circle at 8% 0%, rgb(248 179 51 / 86%), transparent 32%),
    radial-gradient(circle at 72% 20%, rgb(96 59 113 / 40%), transparent 38%),
    #181621;
  box-shadow: 0 25px 70px rgb(31 22 37 / 17%);
  position: relative;
}
.product-stage::before, .product-stage::after {
  content: ""; position: absolute; border: 1px solid rgb(242 183 42 / 22%); border-radius: 50%;
}
.product-stage::before { width: 720px; height: 720px; left: -320px; top: -130px; }
.product-stage::after { width: 520px; height: 520px; right: -220px; top: 70px; }
.signal-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.event-card {
  min-height: 126px; padding: 22px 15px; display: flex; gap: 12px;
  border: 1px solid rgb(242 183 42 / 35%); border-radius: 14px;
  background: rgb(23 22 31 / 89%); transform: rotate(0.6deg);
}
.event-card:nth-child(1) { transform: rotate(2.4deg); }
.event-card:nth-child(3) { transform: rotate(-1deg); }
.ui-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 8px; background: var(--violet); font-size: 1.2rem; }
.event-green .ui-icon { background: #50786c; }.event-orange .ui-icon { background: var(--orange); }.event-gold .ui-icon { background: #8b8a22; }
.event-card strong, .event-card small, .event-card em { display: block; }
.event-card strong { font-size: .83rem; }.event-card small { margin: 5px 0 10px; color: #bbb5c0; font-size: .7rem; }
.event-card em { color: var(--gold); font-size: .67rem; font-style: normal; }
.crm-table { position: relative; z-index: 2; padding: 12px 24px; border: 1px solid rgb(242 183 42 / 38%); border-radius: 16px; background: rgb(27 25 34 / 93%); }
.crm-row { min-height: 46px; display: grid; grid-template-columns: 1.45fr 1.1fr .75fr .8fr .85fr; align-items: center; border-bottom: 1px solid rgb(255 255 255 / 10%); font-size: .74rem; }
.crm-row:last-child { border: 0; }.crm-head { color: #a8a2ad; }.crm-head span:first-child { color: white; font-size: 1rem; }
.crm-head b { padding: 4px 8px; border-radius: 5px; background: #39353e; font-size: .7rem; }
.company-logo { width: 26px; height: 26px; margin-right: 9px; display: inline-grid; place-items: center; border-radius: 50%; color: white; font-style: normal; }
.logo-red { background: #9d3e40; }.logo-blue { background: #277099; }.logo-gray { background: #4a4a50; }.logo-violet { background: #4e416e; }.logo-green { background: #456b59; }
.badges { color: #cdb5f1; letter-spacing: .18em; }
mark { padding: 4px 7px; color: #eaa845; border: 1px solid #644827; border-radius: 5px; background: transparent; }
mark.medium { color: #cdb973; } mark.low { color: #aaa2ad; }
.stage-steps { position: relative; z-index: 2; margin-top: 22px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 16px; }
.stage-steps > div { min-height: 115px; padding: 18px; border: 1px solid rgb(242 183 42 / 32%); border-radius: 14px; background: rgb(29 27 36 / 94%); }
.stage-steps b, .step-number { width: 31px; height: 31px; margin-right: 8px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--gold); background: #332f38; font-size: .73rem; }
.stage-steps p { margin: 10px 0 0; color: #c1bac6; font-size: .76rem; }
.stage-steps > span { color: #dcad57; letter-spacing: .1em; }

.problem-section { padding-top: 18px; }
.problem-section h2 { margin-bottom: 38px; text-align: center; font-size: clamp(2rem, 3.5vw, 3.1rem); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-card { min-height: 360px; padding: 24px 18px; position: relative; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.problem-card h3 { display: inline; font-size: 1rem; }.problem-card > p { margin: 6px 0 20px 40px; color: var(--muted); font-size: .75rem; }
.timeline { display: flex; justify-content: space-between; margin: 28px 3px; border-top: 2px solid #d9d0c5; }
.timeline i { width: 9px; height: 9px; margin-top: -5px; border-radius: 50%; background: var(--violet); }
.chat-bubble { margin: 10px 0; padding: 12px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); background: white; font-size: .68rem; }
.chat-bubble strong { color: var(--ink); font-weight: 500; }.purple-bubble { box-shadow: -4px 0 0 #dcd0ff; }.orange-bubble { box-shadow: -4px 0 0 #ffd0b5; }
.cross { position: absolute; right: 12px; bottom: 16px; color: var(--orange); font-size: 2.5rem; }
.mini-table { margin-top: 32px; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; font-size: .62rem; }
.mini-table > div { min-height: 46px; padding: 9px; display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 6px; border-bottom: 1px solid var(--line); }.mini-table > div:last-child { border: 0; }
.mini-table em { color: var(--orange); font-style: normal; }
.moment-line { min-height: 90px; margin-top: 18px; padding: 16px 25px; display: grid; grid-template-columns: 1fr 1fr auto 1fr 1fr; align-items: center; gap: 20px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); font-size: .72rem; }
.moment-line i { border-top: 2px dashed #685f69; }.moment-line b { display: grid; place-items: center; color: var(--ink); font-size: 1.7rem; }.moment-line small { color: #bb8e33; font-size: .64rem; font-weight: 400; }

.workflow-section { padding-block: 60px; }
.workflow-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 12px; }
.workflow-grid article { min-height: 285px; padding: 22px 18px; border: 1px solid var(--line); border-radius: 13px; background: rgb(252 250 246 / 65%); text-align: center; }
.workflow-grid article h3 { min-height: 46px; display: inline; font-size: .92rem; }
.workflow-grid > b { font-size: 1.8rem; font-weight: 400; }
.line-icon { margin: 25px auto 18px; color: #342b4b; font-family: Georgia, serif; font-size: 4.2rem; line-height: 1; }
.workflow-grid p { min-height: 56px; margin-bottom: 14px; color: var(--muted); font-size: .72rem; }
.workflow-grid small { padding: 5px 12px; border: 1px solid #e1c17e; border-radius: 5px; color: #9c7224; }
.outcomes { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 22px; }
.outcomes article { min-height: 145px; padding: 23px; display: flex; align-items: center; gap: 22px; border: 1px solid var(--line); border-radius: 13px; }
.outcome-icon { font-family: Georgia, serif; font-size: 4.6rem; }
.outcomes h3 { margin-bottom: 5px; }.outcomes p { margin-bottom: 12px; color: var(--muted); font-size: .76rem; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; }.chips span { padding: 4px 9px; border: 1px solid var(--line); border-radius: 5px; font-size: .62rem; }
.center-action { margin-top: 22px; display: flex; flex-direction: column; align-items: center; gap: 12px; }.center-action small { color: var(--muted); }

.quality-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 66px; align-items: stretch; }
.source-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.source-grid article { min-height: 170px; padding: 23px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); position: relative; }
.source-grid article span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--violet); font-size: 1.5rem; }
.source-grid h3 { margin: 20px 0 12px; font-size: .93rem; }.source-grid i { width: 75%; display: block; margin: 8px 0; border-top: 2px solid #ded7cd; }
.verification-panel { padding: 34px 32px; border-radius: 18px; }
.verification-panel > h3 { font-size: 2rem; line-height: 1.1; }.pin-icon { width: 42px; height: 42px; margin-right: 8px; display: inline-grid; place-items: center; border-radius: 10px; color: var(--orange); border: 1px solid #8e5f2f; font-family: sans-serif; }
.dark-panel hr { margin: 20px 0; border: 0; border-top: 1px solid rgb(242 183 42 / 45%); }
.verification-panel > p { margin-bottom: 12px; color: #aaa4b0; }.verification-panel > small { color: #bbb4c2; font-size: .8rem; }
.proof { margin: 12px 0; padding: 13px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border: 1px solid rgb(242 183 42 / 24%); border-radius: 9px; }
.proof b { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 7px; color: #c9b5f3; background: #49366b; }.proof:nth-of-type(2) b { color: #c5dfc6; background: #385b4d; }.proof:nth-of-type(3) b { color: #ffbea4; background: #a64226; }
.proof span, .proof small { display: block; }.proof small { color: #9f99a5; }.proof em { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #9ab770; border-radius: 50%; color: #a6c57a; font-style: normal; }
.status-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.status-row span { color: #aaa4b0; }.status-row strong { margin-top: 9px; padding: 8px 10px; display: block; border-radius: 6px; color: #d6e9ce; background: #3f6548; font-size: .82rem; }
.status-row .priority { color: var(--gold); border: 1px solid #705227; background: transparent; text-align: center; }

.filters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-bottom: 27px; }
.filters select { width: 100%; min-width: 0; min-height: 52px; padding: 0 18px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); background: var(--paper); cursor: pointer; }
.signal-catalog { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.catalog-card { min-height: 142px; padding: 20px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--paper); cursor: pointer; transition: border .2s, transform .2s, box-shadow .2s; }
.catalog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }.catalog-card > span { color: var(--violet); font-size: 2.8rem; }.catalog-card:nth-child(3n) > span { color: var(--orange); }.catalog-card:nth-child(4n) > span { color: var(--sage); }
.catalog-card i { width: 25px; height: 25px; display: none; place-items: center; position: absolute; right: 10px; top: 10px; border-radius: 50%; color: white; background: #bd8d2f; font-style: normal; }
.catalog-card.selected { border-color: #d99d25; box-shadow: inset 0 0 0 1px #d99d25; }.catalog-card.selected i { display: grid; }
.selection-note { margin: 18px 0 0; color: var(--muted); text-align: center; font-size: .8rem; }

.role-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.role-grid article { min-height: 165px; padding: 22px; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-content: start; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.role-grid article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--violet); background: #f0ecf4; font-size: 1.35rem; }.role-grid article:nth-child(2) > span { color: var(--sage); background: #e8eee9; }.role-grid article:nth-child(3) > span { color: var(--orange); background: #f4e8df; }
.role-grid h3 { margin: 0; font-size: .95rem; }.role-grid p { grid-column: 1 / -1; color: var(--muted); font-size: .78rem; }
.actions-panel { margin-top: 22px; padding: 28px 24px; border-radius: 16px; }.actions-panel > h3 { margin-bottom: 24px; text-align: center; font-size: 1.7rem; }
.action-flow { display: grid; grid-template-columns: 1.3fr auto 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 10px; }
.action-flow article { min-height: 145px; padding: 14px; display: flex; flex-direction: column; gap: 10px; border: 1px solid rgb(242 183 42 / 35%); border-radius: 10px; font-size: .72rem; }
.action-flow article span { color: var(--gold); font-size: 1.5rem; }.action-flow article em { margin-top: auto; padding: 5px; color: #cfe7c5; border-radius: 5px; background: #486b4d; font-style: normal; }.action-flow article small { color: #aca5b2; }.action-flow > b { color: #d7ad5e; }

.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.quick-grid > article { min-height: 550px; padding: 22px 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.quick-grid > article > h3 { display: inline; font-size: .9rem; }.quick-grid > article > p { min-height: 54px; margin: 14px 0; color: var(--muted); font-size: .74rem; }
.quick-grid > article > button:not(.button) { width: 100%; margin-top: 20px; padding: 12px; border: 1px solid #cdbdaa; border-radius: 7px; background: white; cursor: pointer; }
.file-control { width: 100%; margin-top: 20px; padding: 12px; display: block; border: 1px solid #cdbdaa; border-radius: 7px; background: white; cursor: pointer; text-align: center; }
.file-control:focus-within { outline: 3px solid #6f57a1; outline-offset: 3px; }
.file-input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.quick-highlight { border-color: #d69b20 !important; }
.upload-box { min-height: 250px; padding: 30px 15px; display: flex; flex-direction: column; align-items: center; border: 1px dashed #dcc9af; border-radius: 9px; text-align: center; }.upload-box b { width: 60px; height: 75px; display: grid; place-items: center; color: #a78352; border: 1px solid #c9af89; }.upload-box strong { margin-top: 12px; font-size: .75rem; }.upload-box small { color: var(--muted); }.upload-box i { width: 100%; margin: 30px 0 8px; border-top: 4px solid #302542; }.upload-box em { font-size: .65rem; font-style: normal; }
.check-list { padding: 0; margin: 22px 0; list-style: none; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }.check-list li { min-height: 47px; padding: 10px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: .73rem; }.check-list li:last-child { border: 0; }.check-list b { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid #d7cfc6; border-radius: 4px; background: white; }.check-list li:has(b:not(:empty)) b { color: white; background: var(--plum); }
.feed-card { padding: 20px 15px; border-radius: 10px; }.feed-card > b, .feed-card > small { display: block; }.feed-card > small { color: #aea7b3; }.feed-card > em { margin: 8px 0; padding: 4px 8px; display: inline-block; color: #cde4c7; border-radius: 5px; background: #3e6248; font-size: .65rem; font-style: normal; }.feed-card p { min-height: auto !important; margin: 12px 0 !important; color: #b4aeba !important; }.feed-card p strong { color: white; }.feed-card a { padding: 10px; display: block; border: 1px solid #7a5b2e; border-radius: 6px; color: #eee8f0; font-size: .7rem; }
.message-card, .meeting-card { margin: 12px 0; padding: 13px; border: 1px solid var(--line); border-radius: 8px; font-size: .74rem; }.message-card p { min-height: auto !important; margin: 12px 0 0 !important; padding: 10px; background: #fff; }.meeting-card small { display: block; margin-top: 5px; }.quick-highlight > .button { width: 100%; margin-top: 18px; padding-inline: 8px; font-size: .76rem; }

.integration-map { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 88px; align-items: center; position: relative; }
.integration-column { display: grid; gap: 18px; }.integration-column article { min-height: 130px; padding: 24px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); text-align: center; position: relative; }
.integration-column:first-child article::after, .integration-column:last-child article::before { content: ""; width: 88px; position: absolute; top: 50%; border-top: 1px dashed #b48234; }.integration-column:first-child article::after { left: 100%; }.integration-column:last-child article::before { right: 100%; }
.integration-column strong { font-family: Georgia, serif; font-size: 1.6rem; }.integration-column p { margin: 8px 0 0; color: var(--muted); font-size: .7rem; }.bitrix { color: #35a6da; }.amocrm { color: #5894bd; font-style: italic; }.telegram { color: #2b9bd5; }.max { color: #272838; }
.delivery-panel { padding: 27px 24px; border-radius: 18px; z-index: 2; }.delivery-panel > h3 { margin-bottom: 20px; text-align: center; font-size: 2.2rem; }.delivery-panel > div { padding: 18px; border: 1px solid #755426; border-radius: 9px; }.delivery-panel b, .delivery-panel small, .delivery-panel em { display: block; }.delivery-panel small { color: #b4aeba; }.delivery-panel em { width: fit-content; margin: 8px 0; padding: 4px 8px; border-radius: 5px; color: #cbe1c5; background: #42624b; font-size: .67rem; font-style: normal; }.delivery-panel p { color: #aaa4b0; font-size: .75rem; }.delivery-panel p strong { color: white; }.delivery-panel > a { display: block; margin-top: 15px; text-align: center; font-size: .72rem; }

.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.price-card { min-height: 430px; padding: 25px 20px 20px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); position: relative; }
.price-card.recommended { border-color: #d39a25; box-shadow: inset 0 0 0 1px #d39a25; }.recommend-label { padding: 5px 10px; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); border-radius: 20px; background: var(--gold); font-size: .68rem; white-space: nowrap; }
.price-card h3 { min-height: 73px; padding-top: 14px; border-bottom: 1px solid var(--line); font-size: 2rem; }.price-card h3 small { font: 500 .7rem "Avenir Next", sans-serif; letter-spacing: 0; }
.price-card ul { padding: 0; margin: 12px 0 24px; list-style: none; }.price-card li { min-height: 54px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--line); color: var(--violet); font-size: .68rem; }.price-card li b { margin-left: auto; color: var(--muted); font-size: .63rem; font-weight: 500; }.price-card .button { width: 100%; min-height: 45px; margin-top: auto; padding: 10px 8px; font-size: .72rem; }

.builder-app { display: grid; grid-template-columns: 230px 1fr; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); overflow: hidden; }
.builder-filters { padding: 25px 18px; border-right: 1px solid var(--line); }.builder-filters > label, .builder-filters legend { display: block; margin-bottom: 10px; font-weight: 600; }.builder-filters select, .builder-filters input[type="search"], .builder-filters .range-fields input { width: 100%; min-height: 43px; margin: 7px 0 20px; padding: 9px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: white; }.builder-filters fieldset { padding: 0; margin: 0 0 20px; border: 0; }.builder-filters fieldset label { display: block; margin: 8px 0; color: var(--muted); font-size: .75rem; font-weight: 400; }.builder-filters input[type="checkbox"] { accent-color: var(--plum); }
.range-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }.builder-filters .range-fields input { margin-bottom: 18px; font-size: .65rem; }.builder-filters .button { width: 100%; min-height: 43px; margin-top: 8px; padding: 8px; font-size: .72rem; }
.company-results { min-width: 0; overflow: auto; }.results-table { min-width: 820px; }.result-row { min-height: 75px; padding: 8px 18px; display: grid; grid-template-columns: 26px 1.3fr 1.25fr 1fr 1fr 1.25fr; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .7rem; cursor: pointer; }.result-head { min-height: 64px; color: #554f59; cursor: default; }.result-row > span:nth-child(2) { color: var(--ink); font-weight: 600; }.result-row em { margin: 2px; padding: 5px 7px; display: inline-block; border-radius: 4px; color: var(--violet); background: #f0ebf3; font-size: .6rem; font-style: normal; }
.results-footer { min-width: 820px; min-height: 72px; padding: 12px 18px; display: flex; align-items: center; justify-content: space-between; font-size: .7rem; }.results-footer > span:nth-child(2) b { width: 25px; height: 25px; display: inline-grid; place-items: center; border-radius: 50%; color: white; background: var(--plum); }.results-footer .button { min-height: 44px; padding: 9px 20px; font-size: .72rem; }
.builder-status { min-height: 26px; margin: 0 18px 12px; color: var(--sage); font-size: .75rem; text-align: right; }

.final-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 970px; margin: auto; }
.final-grid > article, .demo-form { min-height: 475px; padding: 38px 30px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.self-card .brand-mark { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; color: var(--gold); background: var(--plum); }.final-grid h3 { margin: 20px 0 12px; font-size: 2rem; }.self-card > p { color: var(--muted); }.self-card ul { padding: 0; margin: 28px 0; list-style: none; }.self-card li { margin: 12px 0; font-size: .8rem; }.self-card .button { width: 100%; }.self-card > small { display: block; margin-top: 15px; color: var(--muted); text-align: center; }
.demo-form h3 { margin: 0 0 14px; }.demo-form label { display: block; margin: 12px 0; font-size: .78rem; }.demo-form input { width: 100%; min-height: 47px; margin-top: 6px; padding: 12px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }.demo-form input.invalid { border-color: #c94d35; box-shadow: 0 0 0 2px rgb(201 77 53 / 12%); }.demo-form .button { width: 100%; margin-top: 8px; }.form-status { min-height: 24px; margin: 10px 0 0; font-size: .75rem; }.form-status.error { color: #b13f2b; }.form-status.success { color: #3e7658; }

.site-footer { margin-top: 16px; padding: 45px 0 28px; color: #ddd8e1; background: linear-gradient(135deg, #171625, #202139); }
.brand-light { color: #eee9f1; font-size: 2rem; }.footer-top { min-height: 90px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgb(255 255 255 / 18%); }.footer-top nav { display: flex; gap: 55px; color: #d1cbd6; }.footer-top a:hover, .footer-bottom a:hover { color: var(--gold); }.footer-bottom { padding-top: 27px; display: flex; justify-content: center; align-items: center; gap: 50px; color: #918c99; font-size: .76rem; }.footer-bottom i { height: 22px; border-left: 1px solid rgb(255 255 255 / 16%); }

.signup-dialog { width: min(480px, calc(100% - 30px)); padding: 38px; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 90px rgb(23 19 27 / 30%); }
.signup-dialog::backdrop { background: rgb(23 19 27 / 62%); backdrop-filter: blur(5px); }
.signup-dialog h2 { margin: 10px 0; font-size: clamp(1.7rem, 6vw, 2.3rem); line-height: 1.1; }.signup-dialog > p { color: var(--muted); }
.dialog-close { width: 40px; height: 40px; position: absolute; top: 14px; right: 14px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 1.5rem; }
.signup-actions { display: grid; gap: 10px; margin-top: 24px; }.signup-actions .button { width: 100%; }

.section-shell, .product-stage { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .container { width: min(100% - 32px, 920px); }
  .header-inner { gap: 22px; }.main-nav { gap: 22px; }.header-actions { gap: 14px; }
  .product-stage { padding-inline: 30px; }.event-card { padding: 15px 10px; }.event-card small { min-height: 32px; }
  .quality-layout { gap: 26px; }.role-grid { grid-template-columns: 1fr 1fr; }.quick-grid { grid-template-columns: 1fr 1fr; }.quick-grid > article { min-height: 490px; }
  .integration-map { gap: 38px; }.integration-column:first-child article::after, .integration-column:last-child article::before { width: 38px; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }.price-card { min-height: 390px; }
  .action-flow { grid-template-columns: repeat(5, 1fr); }.action-flow > b { display: none; }
}

@media (min-width: 761px) and (max-width: 900px) {
  .header-inner { min-height: 64px; }
  .hero { padding-top: 18px; }
  .hero .eyebrow { margin-bottom: 10px; }
  .hero h1 { font-size: 3.15rem; line-height: .94; }
  .hero .lead { margin: 8px 0; }
  .hero-actions { margin: 10px 0 10px; }
  .product-stage { min-height: 520px; padding: 26px 30px 24px; }
  .event-card { min-height: 90px; padding-block: 12px; }
  .crm-row { min-height: 38px; }
  .stage-steps { margin-top: 15px; }
  .stage-steps > div { min-height: 78px; padding: 10px; }
  .stage-steps p { margin-top: 5px; }
  .section-shell { padding: 44px 30px; }
  .integration-map { gap: 26px; }
  .integration-column { gap: 12px; }
  .integration-column article { min-height: 100px; padding: 14px; }
  .integration-column:first-child article::after, .integration-column:last-child article::before { width: 26px; }
  .delivery-panel { padding: 18px 15px; }
  .delivery-panel > h3 { margin-bottom: 12px; }
  .delivery-panel > div { padding: 12px; }
  .delivery-panel p { margin: 8px 0; }
  .builder-app { grid-template-columns: 185px 1fr; }
  .builder-filters { padding: 20px 12px; }
  .results-table, .results-footer { min-width: 0; }
  .result-row { min-height: 68px; padding: 7px 6px; grid-template-columns: 20px 1.25fr 1fr .9fr .9fr 1fr; gap: 4px; font-size: .55rem; }
  .result-row .company-logo { width: 21px; height: 21px; margin-right: 4px; }
  .result-row em { padding: 3px; font-size: .48rem; }
  .results-footer { padding-inline: 8px; gap: 8px; }
  .results-footer .button { padding-inline: 10px; }
}

@media (max-width: 760px) {
  body { font-size: 14px; }
  .container { width: min(100% - 24px, 620px); }.section { padding: 22px 0; }.section-shell { padding: 38px 20px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4.5rem); } h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .site-header { position: sticky; }.header-inner { min-height: 66px; }
  .menu-toggle { width: 42px; height: 42px; margin-left: auto; padding: 10px; display: grid; align-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 8px; }.menu-toggle span:not(.sr-only) { display: block; border-top: 2px solid var(--ink); }
  .main-nav { display: none; padding: 15px; position: absolute; top: 64px; left: 12px; right: 12px; flex-direction: column; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); box-shadow: var(--shadow); }.main-nav.open { display: flex; }.header-actions .login-link { display: none; }.header-actions .button { display: none; }
  .brand { font-size: 1.55rem; }.brand-mark { font-size: 1.9rem; }
  .hero { padding-top: 38px; }.hero-copy br { display: none; }.lead br { display: none; }.lead { font-size: 1rem; }.hero-actions { flex-direction: column; margin-bottom: 30px; }.hero-actions .button { width: 100%; }
  .product-stage { min-height: auto; padding: 22px 14px; }.signal-strip { grid-template-columns: 1fr 1fr; }.event-card { min-height: 115px; transform: none !important; }.event-card:nth-child(n+3) { display: none; }
  .crm-table { padding: 8px 12px; overflow: hidden; }.crm-row { grid-template-columns: 1.3fr .9fr .7fr; }.crm-row span:nth-child(2), .crm-row span:nth-child(5) { display: none; }.stage-steps { grid-template-columns: 1fr; }.stage-steps > span { display: none; }.stage-steps > div { min-height: 90px; }
  .problem-grid, .quality-layout, .source-grid, .role-grid, .outcomes, .final-grid { grid-template-columns: 1fr; }.problem-card { min-height: auto; }.moment-line { grid-template-columns: 1fr; text-align: center; }.moment-line i { display: none; }
  .workflow-grid { grid-template-columns: 1fr; }.workflow-grid > b { transform: rotate(90deg); text-align: center; }.workflow-grid article { min-height: auto; }.workflow-grid p { min-height: auto; }
  .quality-layout { gap: 22px; }.source-grid { grid-template-columns: 1fr 1fr; }.source-grid article { min-height: 145px; padding: 16px; }.verification-panel { padding: 27px 20px; }
  .filters { grid-template-columns: 1fr 1fr; gap: 10px; }.signal-catalog { grid-template-columns: 1fr 1fr; gap: 10px; }.catalog-card { min-height: 120px; padding: 12px; }
  .actions-panel { overflow: auto; }.action-flow { min-width: 760px; }.role-grid article { min-height: 130px; }
  .quick-grid { grid-template-columns: 1fr; }.quick-grid > article { min-height: auto; }.quick-grid > article > p { min-height: auto; }.upload-box { min-height: 210px; }
  .integration-map { grid-template-columns: 1fr; gap: 18px; }.integration-column:first-child article::after, .integration-column:last-child article::before { display: none; }.delivery-panel { grid-row: 2; }.integration-column article { min-height: 105px; }
  .pricing-grid { grid-template-columns: 1fr; }.price-card { min-height: 370px; }
  .builder-app { grid-template-columns: 1fr; }.builder-filters { border-right: 0; border-bottom: 1px solid var(--line); }.company-results { max-width: 100%; }.results-footer { align-items: flex-start; gap: 16px; flex-direction: column; }.results-footer .button { align-self: stretch; }
  .final-grid > article, .demo-form { min-height: auto; padding: 28px 20px; }
  .footer-top, .footer-top nav, .footer-bottom { flex-direction: column; }.footer-top { padding-bottom: 25px; gap: 25px; }.footer-top nav { gap: 14px; text-align: center; }.footer-bottom { gap: 14px; }.footer-bottom i { display: none; }
}

@media (max-width: 430px) {
  .source-grid, .signal-catalog, .filters { grid-template-columns: 1fr; }
  .source-grid article { min-height: 130px; }
  .crm-row { font-size: .63rem; }.crm-head span:first-child { font-size: .82rem; }
  .signal-strip { grid-template-columns: 1fr; }.event-card:nth-child(2) { display: none; }
  .section-shell { padding-inline: 15px; }.verification-panel > h3 { font-size: 1.7rem; }.status-row { grid-template-columns: 1fr; }
}

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

/* Editorial redesign: clearer compositions and dedicated product-scene skins. */
.problem-section h2 { max-width: 930px; margin-inline: auto; text-align: center; }
.problem-grid { margin-top: 42px; gap: 18px; }
.problem-card { min-height: 350px; padding: 24px 22px 20px; border-radius: 20px; background: #fbf8f3; }
.problem-card .step-number { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font-size: .65rem; }
.problem-card h3 { margin: 14px 0 5px; font-family: "Times New Roman", Georgia, serif; font-size: 1.42rem; font-weight: 400; }
.problem-card > p { margin: 0 0 22px; color: var(--muted); }
.deal-stage { margin: 20px 0 14px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; color: var(--muted); font-size: .62rem; text-align: center; }
.deal-stage > * { padding-top: 17px; position: relative; font-weight: 400; }
.deal-stage > *::before { width: 8px; height: 8px; position: absolute; top: 0; left: calc(50% - 4px); border-radius: 50%; background: #e5ded2; content: ""; }
.deal-stage > *:not(:last-child)::after { width: calc(100% - 14px); position: absolute; top: 3px; left: calc(50% + 10px); border-top: 2px solid #e5ded2; content: ""; }
.deal-stage strong { color: var(--ink); font-weight: 700; }.deal-stage strong::before { background: var(--gold); }
.chat-bubble { margin-top: 10px; padding: 13px 15px; border-radius: 10px; font-size: .72rem; line-height: 1.45; }
.chat-bubble small { display: block; margin-bottom: 5px; color: #928b94; }.chat-bubble strong { display: block; font-weight: 500; }
.light-bubble { color: var(--ink); background: #f0e9de; }.dark-bubble { color: #f3edf5; background: #17131d; }.dark-bubble small { color: #938c97; }.dark-bubble strong { color: inherit; }
.mini-table { margin-top: 20px; }.mini-table > div { min-height: 36px; }.mini-table em { color: #ef6b37; }.mini-table em.warm { color: #c79120; }
.missed-window { margin: 36px auto 2px; color: var(--ink); font-family: "Times New Roman", Georgia, serif; font-size: clamp(1.25rem, 2.2vw, 1.8rem); text-align: center; }

.skin-frame { margin: 0; border: 1px solid var(--line); border-radius: 18px; background: #faf7f1; box-shadow: 0 22px 60px rgb(54 40 24 / 8%); overflow: hidden; }
.skin-frame img { width: 100%; height: auto; display: block; }
.workflow-skin { margin-top: 32px; }.quick-skin, .builder-skin { margin-top: 30px; }
.workflow-section .center-action { margin-top: 30px; }

.workflow-board { margin-top: 32px; }
.workflow-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.workflow-step {
  min-height: 255px;
  padding: 22px 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #e3d9cc;
  border-radius: 18px;
  background: #fbf8f3;
}
.workflow-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; color: var(--violet); background: #eee9ef; }
.workflow-icon svg, .benefit-icon svg { width: 22px; height: 22px; fill: none; stroke: currentcolor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.workflow-step-green .workflow-icon { color: #5f8b67; background: #e9eee5; }
.workflow-step-orange .workflow-icon { color: #ec6836; background: #fae7de; }
.workflow-number { margin-top: 14px; color: #8a5a0c; font-size: .72rem; font-weight: 700; line-height: 1.2; }
.workflow-step h3 {
  min-height: 44px;
  margin: 6px 0 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.12;
}
.workflow-step p { margin: 0 0 8px; color: var(--muted); font-size: .72rem; line-height: 1.42; }
.workflow-time { margin-top: auto; padding: 4px 10px; border: 1px solid #e5d8c5; border-radius: 999px; color: var(--ink); background: #f3ecdf; font-size: .65rem; line-height: 1.2; }
.workflow-benefits { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.workflow-benefit {
  min-height: 188px;
  padding: 27px 28px 24px;
  border-radius: 19px;
  color: #f4edf5;
  background: var(--plum);
}
.benefit-icon { width: 31px; height: 31px; display: grid; place-items: center; color: var(--gold); }
.benefit-icon svg { width: 29px; height: 29px; stroke-width: 1.7; }
.workflow-benefit h3 { margin: 16px 0 7px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; letter-spacing: -.025em; }
.workflow-benefit p { margin-bottom: 13px; color: #b8b0bb; font-size: .75rem; }
.benefit-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.benefit-chips span { padding: 4px 9px; border-radius: 999px; color: var(--gold); background: #44303a; font-size: .63rem; font-weight: 700; }

.integration-map { grid-template-columns: .75fr 1fr .75fr; gap: clamp(64px, 7.78vw, 112px); }
.integration-column { gap: 14px; }
.integration-column .integration-card { min-height: 160px; padding: 22px 20px; border-radius: 15px; }
.integration-logo { min-height: 48px; display: flex; align-items: center; justify-content: center; color: #17131b; font-family: "Avenir Next", Manrope, Arial, sans-serif; font-size: 1.45rem; font-weight: 600; line-height: 1; }
.integration-logo svg { display: block; flex: 0 0 auto; }
.integration-logo img { max-width: 100%; height: auto; display: block; }
.integration-logo strong { font-family: inherit; }
.integration-card p { margin-top: 8px; color: #625d65; font-size: .73rem; line-height: 1.45; }
.brand-lockup { gap: 10px; }
.brand-lockup .brand-icon { width: 42px; height: 42px; display: grid; flex: 0 0 42px; place-items: center; border-radius: 11px; background: #fff; }
.brand-lockup .brand-icon img { width: 30px; max-height: 30px; object-fit: contain; }
.brand-lockup strong { color: #17131b; font-size: 1.32rem; font-weight: 600; }
.bitrix-logo .brand-icon img { width: 30px; }
.amo-logo .brand-icon { width: 108px; flex-basis: 108px; background: #238fc1; }
.amo-logo .brand-icon img { width: 83px; }
.amo-logo strong { font-size: 1.2rem; }
.telegram-logo .brand-icon { border-radius: 50%; }
.telegram-logo .brand-icon img, .max-logo .brand-icon img { width: 42px; max-height: 42px; }
.mail-logo, .api-logo { gap: 12px; }.mail-logo > span, .api-logo > span { width: 43px; height: 43px; color: #21182e; }
.mail-logo svg, .api-logo svg { width: 43px; height: 43px; fill: none; stroke: currentcolor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.mail-logo strong, .api-logo strong { font-size: 1.35rem; font-weight: 500; }
.integration-column:first-child .integration-card::after, .integration-column:last-child .integration-card::before {
  width: clamp(64px, 7.78vw, 112px);
  height: 8px;
  top: calc(50% - 4px);
  border: 0;
  background:
    radial-gradient(circle at 4px 4px, #aa732a 0 4px, transparent 4.5px),
    repeating-linear-gradient(90deg, transparent 0 5px, #b48234 5px 8px) left 4px / 100% 1px no-repeat;
}
.integration-column:first-child .integration-card::after { left: 100%; }.integration-column:last-child .integration-card::before { right: 100%; transform: scaleX(-1); }
.delivery-panel { min-height: 506px; padding: 24px 20px 18px; display: flex; flex-direction: column; border-radius: 24px; }
.delivery-panel > h3 { margin: 0 0 16px; font-size: 2rem; }
.delivery-panel .delivery-event { padding: 16px 14px; border-color: #8d6327; border-radius: 12px; background: rgb(16 17 29 / 25%); }
.delivery-title { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 10px; }
.delivery-title > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: linear-gradient(145deg, #f08842, #d74e2b); }
.delivery-title svg { width: 24px; height: 24px; fill: none; stroke: currentcolor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.delivery-title b { font-size: .84rem; font-weight: 600; }.delivery-title b small { margin-top: 2px; font-size: .72rem; font-weight: 400; }
.delivery-panel .delivery-event > em { margin: 10px 0 0 52px; padding: 4px 9px; color: #d2e4cd; background: #3f6047; }
.delivery-panel .delivery-event > em i { font-style: normal; }
.delivery-panel .delivery-event hr { margin: 14px 0; }
.delivery-event dl, .delivery-event dd { margin: 0; }.delivery-event dl { display: grid; gap: 12px; }
.delivery-event dt { color: #aaa4b0; font-size: .68rem; }.delivery-event dd { margin-top: 2px; color: #fff; font-size: .76rem; }
.delivery-panel > a { margin-top: auto; padding-top: 14px; color: #e7e1e9; font-size: .72rem; }

.quality-simple { display: grid; grid-template-columns: .8fr .75fr 1.15fr; gap: 18px; align-items: stretch; }
.quality-sources, .quality-check, .verified-event { min-height: 330px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fbf8f3; }
.quality-sources { display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.quality-sources span { padding: 13px 15px; border: 1px solid #e7dfd3; border-radius: 9px; color: #655e68; background: #fffdf9; font-size: .78rem; }
.quality-check { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.quality-checkmark { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--sage); font-size: 1.55rem; }
.quality-check small { margin-top: 18px; color: var(--muted); }.quality-check strong { margin-top: 7px; font-family: "Times New Roman", Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.quality-check p { max-width: 230px; margin-bottom: 0; color: var(--muted); font-size: .74rem; }
.verified-event { color: #f5eef7; background: var(--plum); }
.verified-event > div { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.verified-event small { color: #aaa2af; }.verified-event em { padding: 6px 9px; border-radius: 999px; color: var(--gold); background: rgb(244 183 39 / 12%); font-size: .62rem; font-style: normal; }
.verified-event h3 { margin: 60px 0 15px; font-size: 2rem; }.verified-event p { color: #c8c0cb; font-size: .78rem; line-height: 1.55; }.verified-event > span { display: inline-block; margin-top: 16px; color: #98c29e; font-size: .72rem; }

.signal-library { display: grid; grid-template-columns: .72fr 1.8fr; gap: 18px; align-items: stretch; }
.signal-count { min-height: 300px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 18px; color: #fff; background: var(--plum); }
.signal-count strong { color: var(--gold); font-family: "Times New Roman", Georgia, serif; font-size: clamp(4.5rem, 8vw, 7rem); font-weight: 400; line-height: .85; }
.signal-count span { color: #d7cfda; font-size: .9rem; line-height: 1.5; }
.signal-cloud { min-height: 300px; padding: 32px; display: flex; flex-wrap: wrap; align-content: center; gap: 10px; border: 1px solid var(--line); border-radius: 18px; background: #fbf8f3; }
.signal-cloud span { padding: 11px 15px; border: 1px solid #ded4c4; border-radius: 999px; color: #4f4752; background: #fffdf8; font-size: .76rem; }
.signal-cloud span:nth-child(4n+1) { color: #715a19; background: #fff6d9; }.signal-cloud span:nth-child(4n+2) { color: #5f5271; background: #f1edf4; }.signal-cloud span:nth-child(4n+3) { color: #496b50; background: #eaf1e9; }

.role-grid { gap: 16px; }
.role-grid article { min-height: 315px; padding: 26px 22px; display: flex; flex-direction: column; gap: 0; border-radius: 18px; }
.role-grid article > span { width: 34px; height: 34px; margin-bottom: 36px; border-radius: 50%; color: #fff !important; background: var(--ink) !important; font-size: .65rem; }
.role-grid article > small { color: var(--gold-dark); font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.role-grid h3 { min-height: 52px; margin: 10px 0 12px; font-family: "Times New Roman", Georgia, serif; font-size: 1.55rem; font-weight: 400; line-height: 1.05; }
.role-grid p { min-height: 56px; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.role-primary-task { min-height: 66px; margin: 8px 0 14px; padding: 11px 12px; display: flex; flex-direction: column; justify-content: center; border-radius: 11px; background: #f3edf7; }
.role-primary-task small { color: #786783; font-size: .55rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.role-primary-task strong { margin-top: 4px; color: #563f66; font-size: .72rem; line-height: 1.25; }
.role-grid article:nth-child(2) .role-primary-task { background: #eaf2ea; }.role-grid article:nth-child(2) .role-primary-task small, .role-grid article:nth-child(2) .role-primary-task strong { color: #4c7354; }
.role-grid article:nth-child(3) .role-primary-task { background: #fff0e8; }.role-grid article:nth-child(3) .role-primary-task small, .role-grid article:nth-child(3) .role-primary-task strong { color: #a64e2d; }
.role-grid article:nth-child(4) .role-primary-task { background: #fff5d8; }.role-grid article:nth-child(4) .role-primary-task small, .role-grid article:nth-child(4) .role-primary-task strong { color: #89631a; }
.role-grid ul { padding: 15px 0 0; margin: auto 0 0; border-top: 1px solid var(--line); list-style: none; }
.role-grid li { margin-top: 8px; color: #5c555f; font-size: .69rem; }.role-grid li::before { margin-right: 8px; color: var(--sage); content: "✓"; }

.price-card { min-height: 430px; padding: 28px 22px 22px; display: flex; flex-direction: column; }
.price-card .plan-name { color: var(--gold-dark); font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.price-card h3 { margin: 26px 0 10px; }.price-card > p { min-height: 58px; margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.price-card ul { margin: 24px 0; }.price-card li { display: block; padding: 9px 0; color: #4e4751; font-size: .72rem; }.price-card .button { margin-top: auto; }
.recommended .plan-name { color: var(--gold); }

.builder-skin { width: min(100%, 1000px); margin: 30px auto 0; }
.builder-skin img { aspect-ratio: 1528 / 972; object-fit: cover; object-position: top center; }
.builder-skin + .builder-app { display: none; }

.final-grid { max-width: 1040px; align-items: stretch; }
.final-grid > article, .demo-form { min-height: 460px; padding: 32px; display: flex; flex-direction: column; }
.final-label { color: var(--gold-dark); font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.self-card .brand-mark { margin-top: 22px; }.final-grid h3 { margin: 18px 0 10px; font-size: 1.9rem; }
.self-card > p, .demo-form > p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.self-card ul { margin: 22px 0; }.self-card .button { margin-top: auto; }
.demo-form h3 { margin: 22px 0 10px; }.form-fields { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; }
.demo-form label { margin: 0; font-size: .68rem; }.demo-form input { min-height: 43px; margin-top: 5px; padding: 10px; }
.form-consents { margin-top: 14px; display: grid; gap: 8px; }
.form-consents label { display: grid; grid-template-columns: 17px 1fr; align-items: start; gap: 9px; color: #625b65; line-height: 1.35; cursor: pointer; }
.form-consents input { width: 17px; height: 17px; min-height: 17px; margin: 0; padding: 0; accent-color: var(--plum); }
.form-consents input.invalid { outline: 2px solid rgb(201 77 53 / 35%); outline-offset: 2px; }
.demo-form .button { margin-top: 14px; }.form-status { margin-bottom: 0; }

@media (max-width: 1050px) {
  .quality-simple { grid-template-columns: 1fr 1fr; }.verified-event { grid-column: 1 / -1; min-height: 280px; }.verified-event h3 { margin-top: 40px; }
  .role-grid article { min-height: 280px; }
  .workflow-steps { grid-template-columns: 1fr 1fr; }.workflow-step { min-height: 235px; }
}

@media (max-width: 900px) {
  .problem-grid { grid-template-columns: 1fr; }.problem-card { min-height: auto; }
}

@media (max-width: 860px) {
  .integration-map { grid-template-columns: 1fr 1fr; gap: 18px; }.delivery-panel { grid-column: 1 / -1; grid-row: 1; width: min(100%, 440px); min-height: 470px; margin: 0 auto; }.integration-column { grid-row: 2; }.integration-column .integration-card::before, .integration-column .integration-card::after { display: none; }
}

@media (max-width: 760px) {
  .problem-grid, .quality-simple, .signal-library { grid-template-columns: 1fr; }
  .problem-card { min-height: auto; }.missed-window { margin-top: 26px; }
  .skin-frame { overflow: hidden; }.workflow-skin img, .quick-skin img, .builder-skin img { width: 100%; max-width: 100%; }
  .workflow-steps, .workflow-benefits { grid-template-columns: 1fr; }.workflow-step { min-height: 220px; }.workflow-benefit { min-height: 180px; padding: 24px 20px; }
  .workflow-benefit h3 { font-size: 1.4rem; }.benefit-chips { gap: 5px; }.benefit-chips span { font-size: .6rem; }
  .integration-map { grid-template-columns: 1fr; }.delivery-panel { grid-column: auto; grid-row: auto; order: 1; width: 100%; min-height: 460px; }.integration-column:first-child { order: 2; }.integration-column:last-child { order: 3; }.integration-column { grid-row: auto; }.integration-column .integration-card { min-height: 135px; }
  .quality-sources, .quality-check, .verified-event { min-height: auto; padding: 24px 20px; }.quality-check { min-height: 280px; }.verified-event { grid-column: auto; }.verified-event h3 { margin-top: 42px; }
  .signal-count { min-height: 230px; }.signal-cloud { min-height: 0; padding: 22px 16px; }
  .role-grid article { min-height: 260px; }.role-grid article > span { margin-bottom: 24px; }
  .form-fields { grid-template-columns: 1fr; }.final-grid > article, .demo-form { min-height: 440px; }
}
/* Visible only in the authenticated same-origin CMS preview. */
.cms-preview-editable { cursor: pointer; outline: 2px dashed transparent; outline-offset: 4px; }
.cms-preview-editable:hover, .cms-preview-editable:focus { outline-color: #f2b72a; }
