:root {
  --ink: #07164c;
  --ink-soft: #13245b;
  --blue: #1858f2;
  --blue-dark: #0d3bd7;
  --cyan: #08c9bd;
  --mint: #91f1dd;
  --violet: #7559ef;
  --orange: #ff9e59;
  --paper: #ffffff;
  --cloud: #f5f8fc;
  --cloud-blue: #edf4ff;
  --line: #dfe7f1;
  --text: #53627d;
  --success: #0da883;
  --shadow: 0 30px 80px rgba(11, 33, 91, 0.14);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

.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;
}

.site-shell {
  overflow: hidden;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 112px 0;
}

.announcement {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 20px;
  color: #dce7ff;
  background: var(--ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
}

.announcement__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(8, 201, 189, 0.13);
}

.announcement a {
  margin-left: 8px;
  color: #7be8df;
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 38px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(7, 22, 76, 0.07);
}

.site-header.is-scrolled {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 35px rgba(14, 36, 91, 0.08);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  width: 150px;
  height: 43px;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  mix-blend-mode: multiply;
}

.brand img {
  width: 150px;
  height: 43px;
  object-fit: cover;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
}

.main-nav a {
  position: relative;
  padding: 31px 0;
  color: #39496a;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--small {
  min-height: 44px;
  padding: 0 17px;
  border-radius: 10px;
  font-size: 13px;
}

.button--nav,
.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue) 0%, #1247df 100%);
  box-shadow: 0 12px 30px rgba(24, 88, 242, 0.24);
}

.button--nav:hover,
.button--primary:hover {
  box-shadow: 0 16px 34px rgba(24, 88, 242, 0.33);
}

.button--ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d7e0eb;
}

.button--light {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.button--full {
  width: 100%;
}

.button__arrow {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.16);
}

.button--light .button__arrow {
  color: #fff;
  background: var(--blue);
}

.play-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cloud-blue);
}

.play-icon svg {
  width: 13px;
  fill: var(--blue);
}

.menu-toggle {
  display: none;
}

.hero {
  min-height: 870px;
  padding-top: 194px;
  padding-bottom: 66px;
  background:
    radial-gradient(circle at 86% 20%, rgba(33, 211, 196, 0.11), transparent 26%),
    radial-gradient(circle at 50% 12%, rgba(24, 88, 242, 0.08), transparent 32%),
    linear-gradient(180deg, #f7faff 0%, #fff 88%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(21, 58, 135, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 58, 135, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 72%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.hero-glow--one {
  top: 160px;
  right: -90px;
  width: 360px;
  height: 360px;
  background: rgba(31, 202, 193, 0.09);
}

.hero-glow--two {
  bottom: 100px;
  left: -120px;
  width: 300px;
  height: 300px;
  background: rgba(24, 88, 242, 0.06);
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 23px;
  padding: 7px 11px 7px 7px;
  border: 1px solid #dce7f6;
  border-radius: 999px;
  color: #354972;
  background: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(32, 59, 115, 0.06);
}

.eyebrow__icon {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.eyebrow__icon svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero h1,
.section-heading h2,
.ai-copy h2,
.pilot-card h2,
.demo-copy h2,
.faq-intro h2,
.footer-cta h2 {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 520px;
  font-size: clamp(48px, 4.8vw, 68px);
  line-height: 0.99;
}

.hero h1 span,
.section-heading h2 span,
.ai-copy h2 span {
  color: transparent;
  background: linear-gradient(100deg, var(--blue) 12%, #0f92e8 55%, var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
}

.hero__lead {
  max-width: 570px;
  margin: 26px 0 30px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.72;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 27px;
  color: #6c7890;
  font-size: 11px;
  font-weight: 600;
}

.hero__assurances span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero__assurances i {
  width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(13, 168, 131, 0.13);
}

.hero__assurances i::after {
  content: "✓";
  color: var(--success);
  font-size: 9px;
  font-style: normal;
}

.hero-product {
  position: relative;
  min-width: 680px;
  transform: translateX(10px);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(24, 88, 242, 0.11);
  border-radius: 50%;
}

.orbit--one {
  inset: -50px 65px -30px -25px;
}

.orbit--two {
  inset: -86px 22px -66px -68px;
}

.product-window {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 498px;
  border: 1px solid rgba(11, 35, 99, 0.12);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 38px 100px rgba(10, 35, 95, 0.2), 0 8px 22px rgba(8, 24, 70, 0.06);
}

.product-window__top {
  height: 55px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 19px;
  padding: 0 17px;
  border-bottom: 1px solid #e6ebf2;
}

.product-mini-brand {
  width: 31px;
  height: 31px;
  overflow: hidden;
  border-radius: 9px;
  box-shadow: 0 5px 12px rgba(15, 46, 130, 0.13);
}

.product-mini-brand img {
  width: 39px;
  height: 32px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.22);
  mix-blend-mode: multiply;
}

.product-search {
  max-width: 235px;
  height: 31px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  border: 1px solid #e7ebf1;
  border-radius: 8px;
  color: #a2acbd;
  background: #fafbfd;
  font-size: 9px;
}

.product-search svg {
  width: 13px;
  fill: none;
  stroke: #929daf;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.window-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.window-actions > span:first-child {
  width: 15px;
  height: 15px;
  border: 1.5px solid #b0b8c6;
  border-radius: 50%;
}

.avatar {
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #154fdd, #08b6b0);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}

.window-actions .avatar {
  width: 27px;
  height: 27px;
}

.product-window__body {
  height: 443px;
  display: grid;
  grid-template-columns: 48px 178px minmax(270px, 1fr) 160px;
}

.product-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 17px;
  border-right: 1px solid #e9edf3;
  background: #fbfcfe;
}

.side-icon {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #9ba6b9;
}

.side-icon--active {
  color: var(--blue);
  background: #eaf1ff;
}

.side-icon svg {
  width: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.conversation-list {
  border-right: 1px solid #e9edf3;
  background: #fff;
}

.list-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 13px 8px;
}

.list-heading div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.list-heading small {
  color: #a0a9b8;
  font-size: 7px;
  text-transform: uppercase;
}

.list-heading strong {
  font-size: 12px;
}

.counter {
  min-width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: var(--blue);
  background: #eaf1ff;
  font-size: 8px;
  font-weight: 700;
}

.filter-row {
  display: flex;
  gap: 4px;
  padding: 7px 12px 12px;
}

.filter {
  padding: 5px 8px;
  border-radius: 6px;
  color: #8792a6;
  background: #f5f7fa;
  font-size: 7px;
  font-weight: 600;
}

.filter.active {
  color: var(--blue);
  background: #eaf1ff;
}

.conversation-item {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 9px;
  padding: 12px 10px;
  border-top: 1px solid #f0f2f6;
}

.conversation-item--active {
  position: relative;
  background: #f2f6ff;
}

.conversation-item--active::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: var(--blue);
}

.contact-avatar {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 700;
}

.avatar--blue {
  color: #1253d8;
  background: #dce8ff;
}

.avatar--mint {
  color: #087c72;
  background: #d7f8f2;
}

.avatar--violet {
  color: #6244c6;
  background: #e8e1ff;
}

.item-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item-line strong {
  font-size: 9px;
}

.item-line time {
  color: #a3abb9;
  font-size: 6px;
}

.conversation-item p {
  max-width: 105px;
  overflow: hidden;
  margin: 3px 0 5px;
  color: #8590a2;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-state,
.task-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #f05c65;
  font-size: 6px;
  font-weight: 700;
}

.item-state i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f05c65;
}

.task-label {
  color: #18867a;
}

.chat-panel {
  display: flex;
  flex-direction: column;
  padding: 0 15px 12px;
  background:
    linear-gradient(rgba(247, 249, 252, 0.92), rgba(247, 249, 252, 0.92)),
    radial-gradient(circle, #cfd8e8 1px, transparent 1px);
  background-size: auto, 12px 12px;
}

.chat-header {
  height: 55px;
  display: grid;
  grid-template-columns: 31px 1fr auto;
  align-items: center;
  gap: 8px;
  margin: 0 -15px 15px;
  padding: 0 13px;
  border-bottom: 1px solid #e8ecf2;
  background: #fff;
}

.chat-header > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.chat-header strong {
  font-size: 9px;
}

.chat-header span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #7e899c;
  font-size: 6px;
}

.chat-header span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--success);
}

.chat-header button {
  border: 0;
  color: #99a3b4;
  background: transparent;
  font-size: 11px;
}

.chat-day {
  align-self: center;
  margin-bottom: 10px;
  padding: 4px 8px;
  border-radius: 8px;
  color: #939dad;
  background: #e9edf4;
  font-size: 6px;
}

.message {
  position: relative;
  max-width: 82%;
  margin-bottom: 8px;
  padding: 8px 9px 14px;
  border-radius: 9px;
  color: #49556c;
  background: #fff;
  box-shadow: 0 3px 10px rgba(39, 54, 88, 0.06);
  font-size: 7px;
  line-height: 1.45;
}

.message--out {
  align-self: flex-end;
  background: #dcf5ef;
}

.message time {
  position: absolute;
  right: 8px;
  bottom: 4px;
  color: #9aa4b3;
  font-size: 5px;
}

.ai-action {
  display: grid;
  grid-template-columns: 29px 1fr auto;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding: 9px;
  border: 1px solid #d8e4ff;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 7px 18px rgba(32, 66, 137, 0.08);
}

.ai-action__icon {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.ai-action__icon svg {
  width: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
}

.ai-action > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ai-action small {
  color: #8590a3;
  font-size: 5.5px;
}

.ai-action strong {
  font-size: 7px;
}

.status-pill {
  padding: 4px 6px;
  border-radius: 5px;
  color: #0a8c76;
  background: #e0f8f3;
  font-size: 5.5px;
  font-weight: 700;
}

.contact-panel {
  padding: 17px 13px;
  border-left: 1px solid #e9edf3;
  background: #fff;
}

.contact-panel__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #edf0f4;
}

.avatar--large {
  width: 42px;
  height: 42px;
  margin-bottom: 7px;
  font-size: 10px;
}

.contact-panel__profile strong {
  font-size: 10px;
}

.contact-panel__profile > span {
  margin-top: 3px;
  color: #939dad;
  font-size: 6px;
}

.contact-data {
  padding: 11px 0;
  border-bottom: 1px solid #f0f2f6;
}

.contact-data > small {
  display: block;
  margin-bottom: 7px;
  color: #a1a9b7;
  font-size: 5.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.select-like {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 7px;
  font-weight: 600;
}

.select-like i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
}

.select-like span {
  margin-left: auto;
  color: #a0a8b7;
}

.owner-line {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 7px;
}

.avatar--tiny {
  width: 20px;
  height: 20px;
  font-size: 5px;
}

.next-action {
  display: flex;
  align-items: center;
  gap: 7px;
}

.calendar-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: var(--blue);
  background: #eaf1ff;
  font-size: 7px;
  font-weight: 700;
}

.next-action div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.next-action strong {
  font-size: 7px;
}

.next-action small {
  color: #929cad;
  font-size: 5.5px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.tag-row span {
  padding: 4px 6px;
  border-radius: 5px;
  color: #2654b7;
  background: #eaf1ff;
  font-size: 5.5px;
  font-weight: 600;
}

.floating-card {
  position: absolute;
  z-index: 4;
  display: grid;
  grid-template-columns: 37px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(15, 47, 122, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(10, 34, 91, 0.17);
  backdrop-filter: blur(12px);
}

.floating-card--top {
  top: -35px;
  right: -35px;
}

.floating-card--bottom {
  bottom: -30px;
  left: -36px;
}

.floating-card__icon {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 10px;
}

.floating-card__icon--mint {
  color: #078b7e;
  background: #dbf8f2;
}

.floating-card__icon--blue {
  color: var(--blue);
  background: #e5edff;
}

.floating-card__icon svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-card > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.floating-card strong {
  font-size: 9px;
}

.floating-card small {
  color: #8a95a8;
  font-size: 7px;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(8, 201, 189, 0.14);
}

.capability-rail {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 103px;
  padding: 18px 25px;
  border: 1px solid #e3eaf3;
  border-radius: 14px;
  color: #60708e;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 35px rgba(25, 49, 103, 0.05);
  font-size: 12px;
  font-weight: 700;
}

.capability-rail i {
  color: #a8b7cc;
  font-style: normal;
}

.section-heading {
  margin-bottom: 58px;
}

.section-heading--split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 80px;
}

.section-heading--center {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2 {
  margin-top: 13px;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.06;
}

.section-heading p {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
}

.section-heading--center p {
  max-width: 570px;
  margin: 20px auto 0;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.problem {
  background: #fff;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.problem-card {
  position: relative;
  min-height: 425px;
  overflow: hidden;
  padding: 27px;
  border: 1px solid #e1e8f1;
  border-radius: var(--radius-md);
  background: #fbfcfe;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.problem-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(17, 43, 99, 0.1);
}

.problem-card--accent {
  background: linear-gradient(150deg, #eff5ff, #f7fffd);
}

.problem-card__number {
  color: #9ba8bc;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.problem-card h3 {
  max-width: 280px;
  margin: 24px 0 11px;
  font-family: "Manrope", sans-serif;
  font-size: 23px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.problem-card p {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.65;
}

.problem-visual {
  position: relative;
  height: 180px;
  margin: 12px 0 0;
}

.problem-visual--messages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 18px 34px;
  perspective: 600px;
}

.mini-message {
  width: 84%;
  height: 25px;
  align-self: flex-end;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(26, 51, 104, 0.04);
}

.mini-message:nth-child(2),
.mini-message:nth-child(4) {
  width: 66%;
  align-self: flex-start;
}

.mini-message--faded {
  opacity: 0.34;
  transform: scale(0.9);
}

.mini-message--highlight {
  position: relative;
  height: 38px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  border-color: #a9c3ff;
  color: var(--blue);
  font-size: 8px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(24, 88, 242, 0.12);
}

.mini-message--highlight i {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f2616c;
}

.problem-visual--memory {
  display: grid;
  place-items: center;
}

.memory-ring {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border: 1px dashed #9bb5e4;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}

.memory-ring svg {
  width: 46px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.thought {
  position: absolute;
  padding: 6px 9px;
  border: 1px solid #dde6f2;
  border-radius: 8px;
  color: #65738b;
  background: #fff;
  box-shadow: 0 8px 20px rgba(34, 57, 105, 0.07);
  font-size: 8px;
  font-weight: 600;
}

.thought--one {
  top: 25px;
  left: 20px;
  transform: rotate(-7deg);
}

.thought--two {
  top: 12px;
  right: 22px;
  transform: rotate(5deg);
}

.thought--three {
  right: 12px;
  bottom: 28px;
  transform: rotate(-3deg);
}

.problem-visual--manager {
  display: grid;
  place-items: center;
}

.manager-chart {
  width: 230px;
  height: 130px;
  display: flex;
  align-items: end;
  gap: 14px;
  padding: 15px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(30, 54, 108, 0.07);
}

.manager-chart span {
  flex: 1;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, #89e0da, #d5f6f3);
}

.manager-chart .bar-blind {
  opacity: 0.18;
  background: #7d8daa;
}

.blind-label {
  position: absolute;
  top: 37px;
  right: 40px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #f26972;
  box-shadow: 0 10px 25px rgba(242, 105, 114, 0.25);
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.workflow {
  background: var(--cloud);
}

.workflow-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.workflow-line {
  position: absolute;
  top: 49px;
  left: 12.5%;
  width: 75%;
  height: 1px;
  background: linear-gradient(90deg, #a9bef1, #82ddd5);
}

.workflow-step {
  position: relative;
  z-index: 2;
  padding: 18px 18px 0;
  text-align: center;
}

.workflow-step__index {
  position: absolute;
  top: 7px;
  right: 30px;
  color: #b0bac9;
  font-size: 9px;
  font-weight: 800;
}

.workflow-step__icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  border: 8px solid var(--cloud);
  border-radius: 18px;
  color: var(--blue);
  background: #fff;
  box-shadow: 0 10px 25px rgba(21, 55, 121, 0.12);
}

.workflow-step__icon svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workflow-step small {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.workflow-step h3 {
  margin: 9px 0 10px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
}

.workflow-step p {
  margin: 0;
  color: var(--text);
  font-size: 12px;
  line-height: 1.6;
}

.features {
  background: #fff;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 20px;
}

.bento-card {
  position: relative;
  min-height: 405px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid #e1e8f1;
  border-radius: var(--radius-md);
  background: #fbfcfe;
}

.bento-card--pipeline {
  background: linear-gradient(145deg, #eff5ff 0%, #f8fbff 100%);
}

.bento-card--tasks {
  min-height: 350px;
  background: linear-gradient(145deg, #f9f7ff, #fff);
}

.bento-card--segments {
  min-height: 350px;
  background: linear-gradient(145deg, #fffaf4, #fff);
}

.bento-card__copy {
  position: relative;
  z-index: 2;
  max-width: 420px;
}

.feature-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  border-radius: 12px;
  color: var(--blue);
  background: #e6eeff;
}

.feature-icon--mint {
  color: #008e7f;
  background: #dff8f3;
}

.feature-icon--violet {
  color: #6851cc;
  background: #ebe6ff;
}

.feature-icon--orange {
  color: #d77331;
  background: #fff0e3;
}

.feature-icon svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bento-card__copy > small {
  color: #7c8ba4;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.bento-card h3 {
  max-width: 410px;
  margin: 11px 0;
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  line-height: 1.22;
  letter-spacing: -0.035em;
}

.bento-card p {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.6;
}

.inbox-visual {
  position: absolute;
  right: 30px;
  bottom: -18px;
  left: 30px;
  padding: 13px;
  border: 1px solid #e4eaf2;
  border-radius: 15px 15px 0 0;
  background: #fff;
  box-shadow: 0 -4px 30px rgba(22, 51, 110, 0.07);
}

.inbox-row {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 51px;
  padding: 8px 11px;
  border-bottom: 1px solid #f0f2f6;
}

.inbox-row--active {
  border-radius: 8px;
  background: #f0f5ff;
}

.inbox-avatar {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: #dce8ff;
  font-size: 7px;
  font-weight: 800;
}

.inbox-row i {
  width: 72%;
  height: 7px;
  border-radius: 5px;
  background: #dfe5ee;
}

.inbox-row b {
  width: 32px;
  height: 7px;
  border-radius: 5px;
  background: #edf0f4;
}

.inbox-row strong {
  padding: 4px 6px;
  border-radius: 5px;
  color: #dc4857;
  background: #ffeaec;
  font-size: 6px;
}

.kanban-visual {
  position: absolute;
  right: 24px;
  bottom: -18px;
  left: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 15px;
  border: 1px solid #dce6f6;
  border-radius: 15px 15px 0 0;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 -4px 30px rgba(22, 51, 110, 0.07);
  backdrop-filter: blur(8px);
}

.kanban-column > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
  color: #5f6d84;
  font-size: 8px;
  font-weight: 700;
}

.kanban-column > span b {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  color: var(--blue);
  background: #e7efff;
  font-size: 6px;
}

.kanban-card {
  min-height: 71px;
  display: grid;
  grid-template-columns: 7px 1fr;
  column-gap: 6px;
  padding: 10px;
  margin-bottom: 8px;
  border: 1px solid #e5eaf1;
  border-radius: 9px;
  background: #fff;
}

.kanban-card--hot {
  border-color: #8be1d7;
  box-shadow: 0 7px 16px rgba(18, 167, 149, 0.1);
}

.kanban-card .dot {
  grid-row: 1 / 3;
  width: 6px;
  height: 6px;
  margin-top: 3px;
  border-radius: 50%;
}

.dot--blue {
  background: var(--blue);
}

.dot--mint {
  background: var(--cyan);
}

.dot--violet {
  background: var(--violet);
}

.kanban-card strong {
  font-size: 8px;
}

.kanban-card small {
  margin-top: 5px;
  color: #97a1b1;
  font-size: 6px;
}

.kanban-card--ghost {
  min-height: 49px;
  opacity: 0.45;
  background: repeating-linear-gradient(-45deg, #fff, #fff 6px, #f6f8fb 6px, #f6f8fb 12px);
}

.task-stack,
.segment-builder {
  position: absolute;
  right: 27px;
  bottom: 25px;
  left: 27px;
}

.task-item {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 11px;
  margin-top: 9px;
  padding: 13px;
  border: 1px solid #e5e9f0;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(24, 48, 102, 0.05);
}

.check {
  width: 20px;
  height: 20px;
  border: 1.5px solid #b8c4d5;
  border-radius: 6px;
}

.check--done {
  display: grid;
  place-items: center;
  color: #fff;
  border-color: var(--success);
  background: var(--success);
  font-size: 10px;
}

.task-item > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.task-item strong {
  font-size: 9px;
}

.task-item small {
  color: #909bad;
  font-size: 7px;
}

.task-item em {
  padding: 4px 6px;
  border-radius: 5px;
  color: #e35260;
  background: #ffeaec;
  font-size: 5.5px;
  font-style: normal;
  font-weight: 800;
}

.segment-rule {
  display: grid;
  grid-template-columns: 1fr auto 1.4fr;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  padding: 11px;
  border: 1px solid #e5e9f0;
  border-radius: 9px;
  background: #fff;
  font-size: 7px;
}

.segment-rule span {
  color: #65738b;
  font-weight: 700;
}

.segment-rule b {
  color: #a0a9b7;
  font-weight: 500;
}

.segment-rule strong {
  padding: 5px 7px;
  border-radius: 5px;
  color: #344463;
  background: #f5f7fa;
  font-size: 6.5px;
}

.segment-result {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  padding: 11px;
  border: 1px solid #d7eee9;
  border-radius: 9px;
  background: #f1fbf9;
  font-size: 7px;
}

.segment-result i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
}

.segment-result span {
  color: #60726f;
}

.segment-result strong {
  margin-left: auto;
  color: #087f73;
}

.use-cases {
  background: var(--cloud);
}

.segment-tabs {
  width: max-content;
  max-width: 100%;
  display: flex;
  margin: 0 auto 25px;
  padding: 5px;
  border: 1px solid #dfe6ef;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(30, 55, 110, 0.05);
}

.segment-tab {
  min-height: 43px;
  padding: 0 20px;
  border: 0;
  border-radius: 9px;
  color: #68758b;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.segment-tab.is-active {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 8px 18px rgba(7, 22, 76, 0.2);
}

.segment-panels {
  border: 1px solid #dfe6ef;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 25px 65px rgba(20, 47, 104, 0.09);
}

.segment-panel {
  min-height: 490px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
}

.segment-panel[hidden] {
  display: none;
}

.segment-panel__copy {
  padding: 62px 45px 55px 55px;
}

.segment-label {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.segment-panel h3 {
  margin: 15px 0 17px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(30px, 3.2vw, 43px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.segment-panel__copy > p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.7;
}

.segment-panel ul {
  display: grid;
  gap: 10px;
  margin: 25px 0 30px;
  padding: 0;
  list-style: none;
  color: #4b5a73;
  font-size: 12px;
  font-weight: 600;
}

.segment-panel li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.segment-panel li span {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #078a79;
  background: #dff8f3;
  font-size: 9px;
}

.segment-panel__copy > a,
.faq-intro > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.segment-panel__visual {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  border-radius: 0 27px 27px 0;
}

.segment-panel__visual--pme {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 70% 25%, rgba(34, 211, 197, 0.35), transparent 27%),
    linear-gradient(145deg, #0c2c91, #1559e6);
}

.segment-panel__visual--pme::before,
.segment-panel__visual--sales::before,
.segment-panel__visual--enterprise::before,
.segment-panel__visual--insurance::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 35px 35px;
  mask-image: linear-gradient(135deg, #000, transparent 90%);
}

.phone-stack {
  position: relative;
  z-index: 2;
  width: 270px;
}

.phone-card {
  position: relative;
  z-index: 2;
  min-height: 390px;
  padding: 25px 18px 20px;
  border: 7px solid #06194f;
  border-radius: 35px;
  background: #f8fafd;
  box-shadow: 0 28px 60px rgba(0, 12, 57, 0.35);
}

.phone-card--back {
  position: absolute;
  z-index: 1;
  inset: 27px -25px -15px 30px;
  min-height: 370px;
  opacity: 0.38;
  transform: rotate(8deg);
}

.phone-notch {
  width: 70px;
  height: 16px;
  margin: -25px auto 25px;
  border-radius: 0 0 10px 10px;
  background: #06194f;
}

.phone-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e8f0;
}

.phone-title strong {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
}

.phone-title span {
  color: #8894a7;
  font-size: 8px;
}

.phone-lead {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #e7ebf1;
}

.phone-lead > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.phone-lead strong {
  font-size: 10px;
}

.phone-lead small {
  color: #8a95a8;
  font-size: 7px;
}

.phone-lead i {
  color: var(--blue);
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
}

.segment-panel__visual--sales {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 20% 80%, rgba(24, 88, 242, 0.14), transparent 32%),
    linear-gradient(145deg, #eef4ff, #f8fbff);
}

.team-board {
  position: relative;
  z-index: 2;
  width: min(82%, 460px);
  padding: 25px;
  border: 1px solid #dfe6f0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 25px 55px rgba(18, 48, 112, 0.15);
}

.team-board__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid #e9edf3;
}

.team-board__head strong {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}

.team-board__head span {
  color: #8793a6;
  font-size: 8px;
}

.team-member {
  display: grid;
  grid-template-columns: 30px 65px 1fr 55px;
  align-items: center;
  gap: 9px;
  padding: 14px 0;
  border-bottom: 1px solid #eef1f5;
}

.team-member .avatar--tiny {
  width: 28px;
  height: 28px;
  font-size: 7px;
}

.avatar--green {
  background: linear-gradient(135deg, #08a489, #53d9b9);
}

.avatar--purple {
  background: linear-gradient(135deg, #6b55d7, #a282f0);
}

.team-member > strong {
  font-size: 9px;
}

.progress {
  height: 6px;
  overflow: hidden;
  border-radius: 5px;
  background: #e8edf4;
}

.progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.team-member small {
  color: #7f8ca0;
  font-size: 7px;
  text-align: right;
}

.team-alert {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
  padding: 12px;
  border: 1px solid #f4d9dc;
  border-radius: 9px;
  color: #6c5760;
  background: #fff5f6;
  font-size: 8px;
}

.team-alert i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef6672;
}

.team-alert b {
  color: #d74d59;
}

.segment-panel__visual--enterprise {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #07164c, #102c7c);
}

.governance-map {
  position: relative;
  z-index: 2;
  width: 500px;
  height: 320px;
  max-width: 94%;
}

.governance-map > svg {
  position: absolute;
  inset: 10px 0;
  width: 100%;
  height: 300px;
  fill: none;
  stroke: rgba(119, 197, 255, 0.38);
  stroke-width: 1;
  stroke-dasharray: 5 5;
}

.governance-center {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 78px;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.12);
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 0 45px rgba(21, 126, 255, 0.45);
  transform: translate(-50%, -50%);
}

.governance-center img {
  width: 92px;
  height: 78px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.15);
  mix-blend-mode: multiply;
}

.governance-node {
  position: absolute;
  z-index: 3;
  min-width: 115px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
}

.governance-node span,
.governance-node small {
  display: block;
}

.governance-node span {
  font-size: 10px;
  font-weight: 700;
}

.governance-node small {
  margin-top: 4px;
  color: #9fbee8;
  font-size: 7px;
}

.node--one {
  top: 18px;
  left: 30px;
}

.node--two {
  top: 15px;
  right: 15px;
}

.node--three {
  bottom: 18px;
  left: 24px;
}

.node--four {
  right: 18px;
  bottom: 20px;
}

.segment-panel__visual--insurance {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 80% 20%, rgba(8, 201, 189, 0.22), transparent 30%),
    linear-gradient(145deg, #edf9f7, #f7fbff);
}

.renewal-card {
  position: relative;
  z-index: 2;
  width: min(82%, 430px);
  padding: 25px;
  border: 1px solid #dce9e7;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 25px 55px rgba(13, 72, 88, 0.13);
}

.renewal-card__top {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e9eeef;
}

.renewal-card__top .feature-icon {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.renewal-card__top div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.renewal-card__top small {
  color: #8b999e;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.renewal-card__top strong {
  font-size: 12px;
}

.renewal-card__top b {
  padding: 7px 9px;
  border-radius: 8px;
  color: #d87730;
  background: #fff0e3;
  font-size: 9px;
}

.renewal-client {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 19px 0;
}

.renewal-client > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.renewal-client strong {
  font-size: 10px;
}

.renewal-client small {
  color: #8b98a7;
  font-size: 7px;
}

.renewal-timeline {
  display: grid;
  grid-template-columns: 14px 1fr 14px 1fr 14px;
  align-items: center;
}

.renewal-timeline i {
  width: 14px;
  height: 14px;
  border: 3px solid #d8e3e5;
  border-radius: 50%;
  background: #fff;
}

.renewal-timeline i.done {
  border-color: var(--cyan);
  background: var(--cyan);
}

.renewal-timeline span {
  height: 2px;
  background: #dbe6e8;
}

.renewal-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: #859398;
  font-size: 7px;
}

.renewal-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding: 12px;
  border-radius: 9px;
  background: #edf9f7;
  font-size: 8px;
}

.renewal-action span {
  color: #77898b;
}

.renewal-action strong {
  color: #087c72;
}

.ai-section {
  overflow: hidden;
  color: #fff;
  background: #07164c;
}

.ai-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at 70% 50%, #000, transparent 75%);
}

.ai-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(5px);
}

.ai-orb--one {
  top: -180px;
  right: -100px;
  width: 480px;
  height: 480px;
  background: rgba(27, 85, 237, 0.22);
}

.ai-orb--two {
  bottom: -190px;
  left: 34%;
  width: 400px;
  height: 400px;
  background: rgba(8, 201, 189, 0.1);
}

.ai-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  align-items: center;
  gap: 70px;
}

.section-kicker--light {
  color: #72e5db;
}

.ai-copy h2 {
  margin-top: 17px;
  font-size: clamp(40px, 4.7vw, 60px);
  line-height: 1.05;
}

.ai-copy > p {
  margin: 23px 0 28px;
  color: #acbadd;
  font-size: 15px;
  line-height: 1.72;
}

.ai-points {
  display: grid;
  gap: 17px;
  margin-bottom: 32px;
}

.ai-points > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
}

.ai-points > div > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(114, 229, 219, 0.27);
  border-radius: 8px;
  color: #72e5db;
  font-size: 8px;
  font-weight: 800;
}

.ai-points p {
  margin: 0;
  color: #aebadc;
  font-size: 12px;
  line-height: 1.55;
}

.ai-points strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 13px;
}

.ai-console {
  overflow: hidden;
  border: 1px solid rgba(148, 178, 238, 0.24);
  border-radius: 21px;
  background: rgba(10, 31, 91, 0.86);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
}

.ai-console__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 19px;
  border-bottom: 1px solid rgba(152, 178, 232, 0.17);
}

.ai-console__head > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.console-spark {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.ai-console__head strong {
  font-size: 12px;
}

.console-status {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 7px;
  color: #79e8db;
  background: rgba(16, 185, 156, 0.11);
  font-size: 8px;
  font-weight: 700;
}

.console-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #49d9c7;
  box-shadow: 0 0 0 4px rgba(73, 217, 199, 0.12);
}

.ai-console__context,
.ai-console__reasoning,
.ai-console__actions {
  padding: 17px 19px 0;
}

.ai-console__context > small,
.ai-console__reasoning > small,
.ai-console__actions > small {
  color: #7990c1;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.context-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.context-chips span {
  padding: 6px 8px;
  border: 1px solid rgba(128, 160, 224, 0.16);
  border-radius: 6px;
  color: #b8c8e9;
  background: rgba(255, 255, 255, 0.04);
  font-size: 7px;
}

.ai-console__reasoning p {
  margin: 10px 0 0;
  padding: 12px;
  border-left: 2px solid var(--cyan);
  color: #c0cdec;
  background: rgba(255, 255, 255, 0.035);
  font-size: 9px;
  line-height: 1.6;
}

.console-action {
  display: grid;
  grid-template-columns: 27px 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 11px;
  border: 1px solid rgba(136, 164, 221, 0.13);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
}

.action-check,
.action-human {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #71e6d8;
  background: rgba(42, 199, 180, 0.12);
  font-size: 9px;
}

.action-human {
  color: #8fb0ff;
  background: rgba(70, 116, 235, 0.14);
}

.console-action > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.console-action strong {
  font-size: 9px;
}

.console-action small {
  color: #8296c0;
  font-size: 7px;
}

.console-action em {
  color: #65d9cd;
  font-size: 6.5px;
  font-style: normal;
  font-weight: 700;
}

.console-action--human em {
  color: #8dadf5;
}

.ai-console__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding: 14px 19px;
  border-top: 1px solid rgba(152, 178, 232, 0.17);
  background: rgba(0, 0, 0, 0.08);
}

.ai-console__footer > span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #8294bd;
  font-size: 6.5px;
}

.ai-console__footer > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
}

.ai-console__footer button {
  padding: 8px 11px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: var(--blue);
  font-size: 7px;
  font-weight: 700;
}

.pilot {
  padding-bottom: 40px;
  background: #fff;
}

.pilot-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 70px;
  padding: 70px;
  border: 1px solid #dbe5f1;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 92% 12%, rgba(8, 201, 189, 0.16), transparent 28%),
    linear-gradient(145deg, #eff5ff, #fbfdff);
}

.pilot-card::after {
  content: "";
  position: absolute;
  top: -110px;
  right: -90px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(24, 88, 242, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(24, 88, 242, 0.025), 0 0 0 100px rgba(24, 88, 242, 0.018);
}

.pilot-card__copy {
  position: relative;
  z-index: 2;
}

.pilot-card h2 {
  margin-top: 14px;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.05;
}

.pilot-card__copy p {
  margin: 20px 0 27px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
}

.pilot-steps {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
}

.pilot-steps article {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 15px;
  padding: 18px;
  border: 1px solid #dfe7f1;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 25px rgba(27, 53, 109, 0.06);
}

.pilot-steps article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--blue);
  background: #e6eeff;
  font-size: 9px;
  font-weight: 800;
}

.pilot-steps article > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pilot-steps strong {
  font-size: 13px;
}

.pilot-steps small {
  color: #7c899e;
  font-size: 10px;
}

.demo {
  background: #fff;
}

.demo-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 90px;
}

.demo-copy h2 {
  margin-top: 14px;
  font-size: clamp(40px, 4.5vw, 58px);
  line-height: 1.05;
}

.demo-copy > p {
  margin: 22px 0 28px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.75;
}

.demo-promise {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 22px;
  border-top: 1px solid #e2e8f0;
}

.demo-promise__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  color: var(--blue);
  background: #e8f0ff;
}

.demo-promise__icon svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.demo-promise > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.demo-promise strong {
  font-size: 12px;
}

.demo-promise small {
  color: #7c899d;
  font-size: 10px;
}

.demo-form {
  display: grid;
  gap: 15px;
  padding: 32px;
  border: 1px solid #dfe7f1;
  border-radius: 24px;
  background: #fbfcfe;
  box-shadow: 0 25px 65px rgba(21, 48, 105, 0.1);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.demo-form label {
  display: grid;
  gap: 7px;
}

.demo-form label > span {
  color: #34445f;
  font-size: 10px;
  font-weight: 700;
}

.demo-form label em {
  color: #929cad;
  font-style: normal;
  font-weight: 500;
}

.demo-form input,
.demo-form select,
.demo-form textarea {
  width: 100%;
  border: 1px solid #dce4ee;
  border-radius: 10px;
  outline: none;
  color: var(--ink);
  background: #fff;
  font-size: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.demo-form input,
.demo-form select {
  height: 47px;
  padding: 0 13px;
}

.demo-form textarea {
  min-height: 85px;
  padding: 13px;
  resize: vertical;
}

.demo-form input:focus,
.demo-form select:focus,
.demo-form textarea:focus {
  border-color: #7ea3ff;
  box-shadow: 0 0 0 4px rgba(24, 88, 242, 0.08);
}

.demo-form ::placeholder {
  color: #a2acba;
}

.form-note {
  margin: -4px 0 0;
  color: #949ead;
  font-size: 8px;
  text-align: center;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-success {
  display: grid;
  grid-template-columns: 29px 1fr;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #c9eee6;
  border-radius: 10px;
  color: #176f65;
  background: #effaf8;
}

.form-success.is-error {
  color: #8b3440;
  border-color: #ffd0d6;
  background: #fff1f3;
}

.form-success[hidden] {
  display: none;
}

.form-success > span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--success);
  font-size: 11px;
}

.form-success.is-error > span {
  background: #e35564;
}

.form-success > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.form-success strong {
  font-size: 10px;
}

.form-success small {
  font-size: 8px;
}

.faq {
  background: var(--cloud);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: start;
  gap: 90px;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.faq-intro h2 {
  margin-top: 14px;
  font-size: clamp(36px, 4vw, 51px);
  line-height: 1.08;
}

.faq-intro p {
  margin: 20px 0 25px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.65;
}

.faq-list {
  border-top: 1px solid #d7e0eb;
}

.faq-item {
  border-bottom: 1px solid #d7e0eb;
}

.faq-item button {
  width: 100%;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.faq-item button span {
  position: relative;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  border: 1px solid #cbd6e4;
  border-radius: 8px;
}

.faq-item button span::before,
.faq-item button span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  background: var(--blue);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.faq-item button span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open button span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  padding: 0 45px 23px 0;
}

.faq-answer p {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.7;
}

.site-footer {
  color: #fff;
  background: #06133f;
}

.footer-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
  padding: 70px 0 62px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-cta span {
  color: #75e3d8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-cta h2 {
  max-width: 760px;
  margin-top: 12px;
  font-size: clamp(36px, 4.3vw, 56px);
  line-height: 1.06;
}

.footer-main {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  padding: 55px 0;
}

.brand--footer {
  width: 180px;
  height: 51px;
  border-radius: 5px;
  background: #fff;
}

.brand--footer img {
  width: 180px;
  height: 51px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-links strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: 11px;
}

.footer-links a {
  color: #93a4ce;
  font-size: 11px;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 21px 0 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #7586b1;
  font-size: 9px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1160px) {
  .hero__grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 25px;
  }

  .hero-product {
    min-width: 650px;
    transform: scale(0.93);
    transform-origin: center left;
  }

  .product-window__body {
    grid-template-columns: 45px 164px minmax(245px, 1fr) 145px;
  }
}

@media (max-width: 1020px) {
  .section {
    padding: 88px 0;
  }

  .main-nav {
    gap: 20px;
  }

  .hero {
    padding-top: 170px;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero__copy {
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
  }

  .hero h1,
  .hero__lead {
    margin-right: auto;
    margin-left: auto;
  }

  .hero__actions,
  .hero__assurances {
    justify-content: center;
  }

  .hero-product {
    width: 760px;
    max-width: 93vw;
    min-width: 0;
    justify-self: center;
    margin: 75px auto 0;
    transform: none;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .section-heading--split p {
    max-width: 690px;
  }

  .problem-grid {
    grid-template-columns: 1fr 1fr;
  }

  .problem-card:last-child {
    grid-column: 1 / -1;
  }

  .bento-grid {
    grid-template-columns: 1fr;
  }

  .segment-panel {
    grid-template-columns: 1fr;
  }

  .segment-panel__visual {
    min-height: 450px;
    border-radius: 0 0 27px 27px;
  }

  .ai-grid,
  .demo-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .ai-copy {
    max-width: 750px;
  }

  .pilot-card {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .faq-intro {
    position: static;
    max-width: 650px;
  }
}

@media (max-width: 820px) {
  .site-header {
    top: 53px;
  }

  .site-header.is-scrolled {
    top: 0;
    background: #fff;
    backdrop-filter: none;
  }

  .nav-wrap {
    min-height: 70px;
  }

  .button--nav {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 55;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid #dbe3ed;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
  }

  .menu-toggle > span:not(.sr-only) {
    position: absolute;
    width: 17px;
    height: 1.5px;
    background: var(--ink);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .menu-toggle > span:first-child {
    transform: translateY(-4px);
  }

  .menu-toggle > span:nth-child(2) {
    transform: translateY(4px);
  }

  .menu-toggle[aria-expanded="true"] > span:first-child {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    transform: rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    z-index: 50;
    top: 123px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    padding: 28px 35px 48px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    background: rgba(247, 250, 255, 0.98);
    transform: translateY(-12px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }

  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-header.is-scrolled .main-nav {
    top: 70px;
  }

  .main-nav a {
    width: 100%;
    padding: 13px 0;
    border-bottom: 1px solid #dfe6ef;
    font-family: "Manrope", sans-serif;
    font-size: 25px;
  }

  .main-nav a::after {
    display: none;
  }

  .hero {
    padding-top: 170px;
  }

  .product-window__body {
    grid-template-columns: 45px 165px minmax(300px, 1fr);
  }

  .contact-panel {
    display: none;
  }

  .workflow-track {
    grid-template-columns: 1fr 1fr;
    gap: 35px 15px;
  }

  .workflow-line {
    display: none;
  }

  .pilot-card {
    padding: 50px 40px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 650px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 72px 0;
  }

  .announcement {
    min-height: 48px;
    align-items: center;
    padding: 7px 14px;
    font-size: 9px;
    line-height: 1.4;
  }

  .announcement a {
    display: none;
  }

  .site-header {
    top: 48px;
  }

  .brand {
    width: 132px;
    height: 38px;
  }

  .brand img {
    width: 132px;
    height: 38px;
  }

  .hero {
    min-height: auto;
    padding-top: 145px;
    padding-bottom: 52px;
  }

  .eyebrow {
    font-size: 8px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .hero__lead {
    margin-top: 21px;
    font-size: 15px;
  }

  .hero__actions {
    flex-direction: column;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__assurances {
    display: grid;
    justify-content: start;
    margin-left: 5px;
    text-align: left;
  }

  .hero-product {
    width: 690px;
    max-width: none;
    min-width: 0;
    justify-self: center;
    margin-top: 65px;
    margin-left: 50%;
    transform: translateX(-50%) scale(0.74);
    transform-origin: top center;
  }

  .hero-product + * {
    margin-top: -110px;
  }

  .floating-card--top {
    right: 5px;
  }

  .floating-card--bottom {
    left: 5px;
  }

  .capability-rail {
    width: calc(100% - 28px);
    overflow: auto;
    justify-content: flex-start;
    gap: 13px;
    margin-top: -75px;
    padding: 15px;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2 {
    font-size: 38px;
  }

  .section-heading p {
    font-size: 14px;
  }

  .problem-grid {
    grid-template-columns: 1fr;
  }

  .problem-card:last-child {
    grid-column: auto;
  }

  .workflow-track {
    grid-template-columns: 1fr;
  }

  .workflow-step {
    padding: 10px 25px 12px;
  }

  .bento-card {
    min-height: 410px;
    padding: 25px;
  }

  .bento-card h3 {
    font-size: 23px;
  }

  .kanban-visual {
    right: 12px;
    left: 12px;
  }

  .segment-tabs {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .segment-tab {
    flex: 0 0 auto;
    padding: 0 15px;
  }

  .segment-panel__copy {
    padding: 42px 26px 38px;
  }

  .segment-panel h3 {
    font-size: 34px;
  }

  .segment-panel__visual {
    min-height: 410px;
  }

  .governance-map {
    transform: scale(0.83);
  }

  .ai-console__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .ai-console__footer button {
    width: 100%;
  }

  .pilot {
    padding-bottom: 15px;
  }

  .pilot-card {
    gap: 40px;
    padding: 38px 24px;
    border-radius: 24px;
  }

  .pilot-card h2,
  .demo-copy h2,
  .faq-intro h2 {
    font-size: 38px;
  }

  .pilot-steps article {
    grid-template-columns: 38px 1fr;
    padding: 14px;
  }

  .pilot-steps article > span {
    width: 36px;
    height: 36px;
  }

  .demo-grid,
  .faq-grid {
    gap: 38px;
  }

  .demo-form {
    padding: 22px 18px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .faq-item button {
    min-height: 72px;
    font-size: 14px;
  }

  .footer-cta {
    grid-template-columns: 1fr;
    padding: 55px 0;
  }

  .footer-cta h2 {
    font-size: 39px;
  }

  .footer-cta .button {
    width: 100%;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    row-gap: 35px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Multi-page marketing system */

.main-nav .nav-current {
  color: var(--blue);
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  padding: 185px 0 95px;
  background:
    radial-gradient(circle at 82% 25%, rgba(8, 201, 189, 0.11), transparent 28%),
    radial-gradient(circle at 45% 10%, rgba(24, 88, 242, 0.07), transparent 35%),
    linear-gradient(180deg, #f7faff 0%, #fff 100%);
}

.page-hero::before,
.demo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(21, 58, 135, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 58, 135, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 80%);
}

.page-glow {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  filter: blur(15px);
  pointer-events: none;
}

.page-glow--right {
  top: 90px;
  right: -140px;
  background: rgba(8, 201, 189, 0.08);
}

.page-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 62px;
  min-width: 0;
}

.page-hero__copy {
  min-width: 0;
}

.page-hero__copy h1,
.demo-page-copy h1 {
  max-width: 650px;
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(48px, 5.25vw, 72px);
  line-height: 1.01;
  letter-spacing: -0.055em;
}

.page-hero__copy > p,
.demo-page-copy > p {
  max-width: 610px;
  margin: 25px 0 30px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.72;
}

.home-hero .page-hero__copy h1 {
  font-size: clamp(45px, 4.8vw, 67px);
}

.system-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.system-visual__halo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 510px;
  height: 510px;
  border: 1px solid rgba(24, 88, 242, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(24, 88, 242, 0.025), 0 0 0 104px rgba(8, 201, 189, 0.018);
  transform: translate(-50%, -50%);
}

.signal-card,
.action-board {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(15, 47, 122, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 65px rgba(10, 34, 91, 0.14);
}

.signal-card {
  width: 67%;
  align-self: flex-start;
  padding: 19px;
  border-radius: 17px;
}

.signal-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.signal-card__head > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.signal-card__head strong {
  font-size: 11px;
}

.signal-card__head small {
  color: #8e99ab;
  font-size: 8px;
}

.signal-card p {
  margin: 15px 0 0;
  padding: 13px;
  border-radius: 9px;
  color: #43516a;
  background: #f2f6ff;
  font-size: 11px;
  line-height: 1.55;
}

.system-arrow {
  position: relative;
  z-index: 2;
  width: 67%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 9px;
  margin: 17px 0 17px auto;
  color: #7e8da7;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.system-arrow span {
  height: 1px;
  background: linear-gradient(90deg, transparent, #8bb2ff);
}

.system-arrow span:last-child {
  background: linear-gradient(90deg, #8bb2ff, transparent);
}

.action-board {
  width: 88%;
  align-self: flex-end;
  overflow: hidden;
  border-radius: 19px;
}

.action-board__top {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 15px 17px;
  border-bottom: 1px solid #e7ecf3;
}

.action-board__brand {
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(15, 46, 130, 0.13);
}

.action-board__brand img {
  width: 48px;
  height: 39px;
  object-fit: cover;
  transform: scale(1.16);
  mix-blend-mode: multiply;
}

.action-board__top > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.action-board__top small,
.action-board article small {
  color: #8d98ab;
  font-size: 6.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.action-board__top strong {
  font-size: 10px;
}

.action-board__top em {
  padding: 6px 8px;
  border-radius: 7px;
  color: #078a79;
  background: #e1f8f3;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
}

.action-board__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  padding: 14px;
  background: #f8fafc;
}

.action-board article {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 13px;
  border: 1px solid #e5eaf1;
  border-radius: 10px;
  background: #fff;
}

.action-board article strong {
  font-size: 10px;
}

.action-board article span {
  color: #8290a5;
  font-size: 7.5px;
}

.action-board__next {
  grid-column: 1 / -1;
  border-color: #9ddfd7 !important;
  box-shadow: 0 8px 18px rgba(13, 168, 131, 0.08);
}

.floating-card--home {
  right: -18px;
  bottom: 34px;
}

.floating-card__icon--mint {
  font-size: 14px;
  font-weight: 800;
}

.truth-section {
  background: #fff;
}

.truth-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.truth-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  border: 1px solid #e0e7f0;
  border-radius: 18px;
  background: #fbfcfe;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.truth-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(16, 43, 99, 0.09);
}

.truth-card > span {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--blue);
  background: #e8f0ff;
  font-size: 8px;
  font-weight: 800;
}

.truth-card p {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.025em;
}

.truth-card--dark {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

.truth-card--dark > span {
  color: #7be8df;
  background: rgba(123, 232, 223, 0.12);
}

.transformation-section {
  background: var(--cloud);
}

.transformation-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.transformation-line::before {
  content: "";
  position: absolute;
  top: 49px;
  right: 11%;
  left: 11%;
  height: 1px;
  background: linear-gradient(90deg, #9eb7f0, #85ded6);
}

.transformation-line article {
  position: relative;
  z-index: 2;
  padding: 17px 18px 0;
  text-align: center;
}

.transformation-line__number {
  position: absolute;
  top: 8px;
  right: 24px;
  color: #a8b4c5;
  font-size: 8px;
  font-weight: 800;
}

.transformation-line__icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  border: 8px solid var(--cloud);
  border-radius: 18px;
  color: var(--blue);
  background: #fff;
  box-shadow: 0 10px 25px rgba(21, 55, 121, 0.12);
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.transformation-line article small {
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.transformation-line h3 {
  margin: 9px 0 9px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  letter-spacing: -0.025em;
}

.transformation-line p {
  margin: 0;
  color: var(--text);
  font-size: 12px;
  line-height: 1.6;
}

.path-section {
  background: #fff;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.path-card {
  position: relative;
  min-height: 455px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 31px;
  border: 1px solid #dfe7f1;
  border-radius: 22px;
  background: #fbfcfe;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.path-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 25px 55px rgba(15, 43, 103, 0.12);
}

.path-card--enterprise {
  color: #fff;
  border-color: var(--ink);
  background: linear-gradient(145deg, #07164c, #123282);
}

.path-card--insurance {
  background: linear-gradient(145deg, #effaf8, #f8fbff);
}

.path-card__eyebrow {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.path-card--pme .path-card__eyebrow {
  color: var(--blue);
}

.path-card--enterprise .path-card__eyebrow {
  color: #72e5db;
}

.path-card--insurance .path-card__eyebrow {
  color: #078a79;
}

.path-card h3 {
  margin: 17px 0 14px;
  font-family: "Manrope", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.path-card > p {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.62;
}

.path-card--enterprise > p {
  color: #afc0e3;
}

.path-card > strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  font-size: 11px;
}

.path-card > strong i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: var(--blue);
  font-style: normal;
}

.path-card--enterprise > strong i {
  color: var(--ink);
  background: #72e5db;
}

.path-card__visual {
  position: absolute;
  right: 20px;
  bottom: 21px;
  left: 20px;
  display: grid;
  gap: 7px;
}

.path-card__visual span {
  padding: 11px 13px;
  border: 1px solid #e2e8f0;
  border-radius: 9px;
  color: #66758d;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 7px 18px rgba(25, 51, 105, 0.06);
  font-size: 8px;
  font-weight: 700;
}

.path-card__visual span:nth-child(2) {
  margin-left: 23px;
  color: var(--blue);
  border-color: #bbd0ff;
}

.path-card__visual span:nth-child(3) {
  margin-left: 45px;
}

.path-card__visual--network span {
  color: #c1cdeb;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
}

.path-card__visual--network span:nth-child(2) {
  color: #72e5db;
  border-color: rgba(114, 229, 219, 0.25);
}

.path-card__visual--timeline {
  grid-template-columns: repeat(3, 1fr);
}

.path-card__visual--timeline span,
.path-card__visual--timeline span:nth-child(2),
.path-card__visual--timeline span:nth-child(3) {
  margin: 0;
  padding: 14px 7px;
  text-align: center;
}

.control-section {
  background: #fff;
}

.control-panel,
.governance-panel,
.responsible-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 70px;
  padding: 70px;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(8, 201, 189, 0.19), transparent 28%),
    linear-gradient(145deg, #07164c, #102c7c);
}

.control-panel::before,
.governance-panel::before,
.responsible-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at 75% 50%, #000, transparent 75%);
}

.control-panel__copy,
.control-panel__proof,
.governance-panel__copy,
.governance-layers,
.responsible-panel > div {
  position: relative;
  z-index: 2;
}

.control-panel h2,
.governance-panel h2,
.responsible-panel h2 {
  margin: 14px 0 18px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.07;
  letter-spacing: -0.045em;
}

.control-panel__copy > p,
.governance-panel__copy > p,
.responsible-panel > div > p {
  margin: 0 0 27px;
  color: #aebcdd;
  font-size: 14px;
  line-height: 1.72;
}

.control-panel__proof,
.governance-layers {
  display: grid;
  gap: 11px;
}

.control-panel__proof article,
.governance-layers article {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 13px;
  padding: 15px;
  border: 1px solid rgba(145, 175, 232, 0.17);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.control-panel__proof article > span,
.governance-layers article > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #72e5db;
  background: rgba(114, 229, 219, 0.1);
  font-size: 8px;
  font-weight: 800;
}

.control-panel__proof article > div,
.governance-layers article > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.control-panel__proof strong,
.governance-layers strong {
  font-size: 12px;
}

.control-panel__proof small,
.governance-layers small {
  color: #91a5cd;
  font-size: 9px;
  line-height: 1.45;
}

.closing-section {
  padding-top: 40px;
  background: #fff;
}

.closing-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 55px;
  padding: 58px 62px;
  border: 1px solid #dce5f0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 15%, rgba(8, 201, 189, 0.15), transparent 30%),
    linear-gradient(145deg, #f0f5ff, #fbfdff);
}

.closing-card span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.closing-card h2 {
  max-width: 780px;
  margin: 11px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.footer-positioning {
  max-width: 340px;
  margin: 18px 0 0;
  color: #93a4ce;
  font-size: 11px;
  line-height: 1.65;
}

/* PME */

.segment-hero--pme {
  background:
    radial-gradient(circle at 85% 22%, rgba(8, 201, 189, 0.12), transparent 27%),
    linear-gradient(180deg, #f7faff, #fff);
}

.segment-hero--pme .page-hero__copy h1 {
  font-size: clamp(48px, 5vw, 70px);
}

.today-board,
.insurance-portfolio {
  position: relative;
  padding: 25px;
  border: 1px solid #dce5ef;
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 32px 80px rgba(12, 39, 98, 0.16);
}

.today-board::before,
.insurance-portfolio::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 35px -30px -35px 30px;
  border-radius: 23px;
  background: linear-gradient(145deg, #1559e6, #08bfb5);
  opacity: 0.13;
  transform: rotate(3deg);
}

.today-board__head,
.insurance-portfolio__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px solid #e6ebf2;
}

.today-board__head > div,
.insurance-portfolio__head > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.today-board__head small,
.insurance-portfolio__head small {
  color: #8c98aa;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.today-board__head strong,
.insurance-portfolio__head strong {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
}

.today-board__head > span,
.insurance-portfolio__head > span {
  padding: 7px 9px;
  border-radius: 8px;
  color: var(--blue);
  background: #e9f0ff;
  font-size: 8px;
  font-weight: 800;
}

.today-item {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 17px 3px;
  border-bottom: 1px solid #edf0f4;
}

.today-item--urgent {
  margin: 14px -10px 0;
  padding-right: 13px;
  padding-left: 13px;
  border: 1px solid #bad0ff;
  border-radius: 12px;
  background: #f2f6ff;
}

.today-item > div {
  min-width: 0;
}

.today-item strong,
.insurance-portfolio article strong {
  font-size: 11px;
}

.today-item p {
  margin: 3px 0;
  overflow: hidden;
  color: #66758c;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.today-item small,
.insurance-portfolio article small {
  color: #929dad;
  font-size: 7px;
}

.today-item em,
.insurance-portfolio article em {
  padding: 6px 8px;
  border-radius: 7px;
  color: #078a79;
  background: #e2f8f4;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
}

.today-item--urgent em {
  color: #df4e5c;
  background: #ffe9eb;
}

.today-board__result {
  display: grid;
  grid-template-columns: 35px 1fr;
  align-items: center;
  gap: 11px;
  margin-top: 17px;
  padding: 13px;
  border-radius: 11px;
  color: #fff;
  background: var(--ink);
}

.today-board__result > span {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--ink);
  background: #72e5db;
  font-weight: 800;
}

.today-board__result p {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
}

.today-board__result strong {
  font-size: 9px;
}

.today-board__result small {
  color: #9eafd4;
  font-size: 7px;
}

.pain-section {
  background: #fff;
}

.pain-quotes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pain-quotes article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  padding: 27px;
  border: 1px solid #e0e7f0;
  border-radius: 19px;
  background: #fbfcfe;
}

.pain-quotes article > span {
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
}

.pain-quotes blockquote {
  margin: auto 0;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.pain-quotes small {
  color: #7d899d;
  font-size: 10px;
}

.before-after {
  background: var(--cloud);
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 58px 1fr;
  align-items: center;
  gap: 15px;
}

.compare-card {
  min-height: 445px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid #dfe7f0;
  border-radius: 23px;
  background: #fff;
}

.compare-card--before {
  background: #f8fafc;
}

.compare-card--after {
  border-color: #a9dbd5;
  background: linear-gradient(145deg, #f0fbf9, #fff);
  box-shadow: 0 20px 50px rgba(13, 111, 100, 0.08);
}

.compare-label {
  width: max-content;
  padding: 6px 8px;
  border-radius: 7px;
  color: #718096;
  background: #e9edf3;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.compare-card--after .compare-label {
  color: #087c72;
  background: #dff7f2;
}

.compare-card h3 {
  margin: 18px 0 16px;
  font-family: "Manrope", sans-serif;
  font-size: 27px;
  letter-spacing: -0.035em;
}

.compare-card ul,
.dual-value ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #526078;
  font-size: 12px;
  line-height: 1.55;
}

.compare-card li,
.dual-value li {
  position: relative;
  padding-left: 22px;
}

.compare-card li::before,
.dual-value li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--success);
  font-weight: 800;
}

.compare-card--before li::before {
  content: "×";
  color: #ec6672;
}

.compare-outcome {
  margin-top: auto;
  padding: 14px;
  border-radius: 10px;
  color: #67748a;
  background: #eef1f5;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}

.compare-card--after .compare-outcome {
  color: #176f65;
  background: #dff7f2;
}

.compare-arrow {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 12px 25px rgba(24, 88, 242, 0.2);
  font-size: 20px;
}

.scenario-section {
  background: #fff;
}

.scenario-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.scenario-flow::before {
  content: "";
  position: absolute;
  top: 27px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: #bbcae2;
}

.scenario-flow article {
  position: relative;
  z-index: 2;
  padding: 0 18px;
  text-align: center;
}

.scenario-flow article > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border: 8px solid #fff;
  border-radius: 50%;
  color: var(--blue);
  background: #e5edff;
  font-size: 9px;
  font-weight: 800;
}

.scenario-flow small {
  color: var(--blue);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.scenario-flow h3 {
  margin: 8px 0;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
}

.scenario-flow p {
  margin: 0;
  color: var(--text);
  font-size: 11px;
  line-height: 1.6;
}

.outcomes-section {
  background: var(--cloud);
}

.outcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.outcome-grid article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid #dfe7f0;
  border-radius: 19px;
  background: #fff;
}

.outcome-grid article > span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--blue);
  background: #e8f0ff;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.outcome-grid h3 {
  margin: 22px 0 10px;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  letter-spacing: -0.03em;
}

.outcome-grid p {
  margin: 0;
  color: var(--text);
  font-size: 12px;
  line-height: 1.65;
}

.fit-section {
  padding-top: 25px;
  background: #fff;
}

.fit-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 55px;
  border: 1px solid #dce5ef;
  border-radius: 25px;
  background: linear-gradient(145deg, #f0f5ff, #fbfdff);
}

.fit-panel h2 {
  margin: 13px 0 16px;
  font-family: "Manrope", sans-serif;
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.fit-panel p {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.65;
}

.fit-checks,
.responsible-rules {
  display: grid;
  gap: 10px;
}

.fit-checks span,
.responsible-rules span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px;
  border: 1px solid #dde6f1;
  border-radius: 10px;
  background: #fff;
  color: #53627a;
  font-size: 10px;
  font-weight: 600;
}

.fit-checks i,
.responsible-rules i {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #087c72;
  background: #dff7f2;
  font-size: 8px;
  font-style: normal;
}

/* Enterprise */

.segment-hero--enterprise {
  background:
    radial-gradient(circle at 86% 23%, rgba(8, 201, 189, 0.12), transparent 29%),
    radial-gradient(circle at 55% 10%, rgba(24, 88, 242, 0.09), transparent 34%),
    linear-gradient(180deg, #f4f8ff, #fff);
}

.enterprise-map {
  position: relative;
  min-height: 550px;
  display: grid;
  grid-template-columns: 0.7fr 50px 1.3fr;
  align-items: center;
  gap: 7px;
}

.enterprise-map::before {
  content: "";
  position: absolute;
  inset: 35px 10px;
  border: 1px solid rgba(24, 88, 242, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(24, 88, 242, 0.025);
}

.enterprise-map__sources {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 11px;
}

.enterprise-map__sources article {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 9px;
  padding: 12px;
  border: 1px solid #dfe6ef;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 25px rgba(22, 49, 104, 0.08);
}

.enterprise-map__sources .avatar--tiny {
  width: 31px;
  height: 31px;
  font-size: 7px;
}

.enterprise-map__sources article > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.enterprise-map__sources strong {
  font-size: 9px;
}

.enterprise-map__sources small {
  color: #8e99ab;
  font-size: 6.5px;
}

.enterprise-map__sources em {
  grid-column: 2;
  color: var(--blue);
  font-size: 6.5px;
  font-style: normal;
  font-weight: 700;
}

.enterprise-map__flow {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.enterprise-map__flow span {
  flex: 1;
  height: 1px;
  background: #8bb2ff;
}

.enterprise-map__flow b {
  writing-mode: vertical-rl;
  padding: 8px 5px;
  border-radius: 6px;
  color: var(--blue);
  background: #e7efff;
  font-size: 6px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.manager-view {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid #d9e3f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 30px 75px rgba(12, 39, 98, 0.17);
}

.manager-view__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px;
  border-bottom: 1px solid #e7ebf1;
}

.manager-view__head > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.manager-view__head small {
  color: #8b97aa;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.manager-view__head strong {
  font-size: 12px;
}

.manager-view__head > span {
  color: #078a79;
  font-size: 7px;
  font-weight: 800;
}

.manager-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 13px;
  background: #f8fafc;
}

.manager-metrics article {
  padding: 13px 8px;
  border: 1px solid #e4e9f0;
  border-radius: 9px;
  background: #fff;
}

.manager-metrics strong,
.manager-metrics small {
  display: block;
}

.manager-metrics strong {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
}

.manager-metrics small {
  margin-top: 4px;
  color: #8793a5;
  font-size: 6px;
}

.manager-pipeline {
  display: grid;
  gap: 12px;
  padding: 19px;
}

.manager-pipeline span {
  position: relative;
  height: 25px;
  overflow: hidden;
  border-radius: 7px;
  background: #edf1f6;
}

.manager-pipeline i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1a58ef, #20c9bd);
  opacity: 0.75;
}

.manager-pipeline b {
  position: absolute;
  top: 50%;
  left: 9px;
  color: #fff;
  font-size: 6.5px;
  transform: translateY(-50%);
}

.shadow-section {
  background: #fff;
}

.shadow-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.shadow-grid article {
  min-height: 270px;
  padding: 23px;
  border: 1px solid #e0e7f0;
  border-radius: 17px;
  background: #fbfcfe;
}

.shadow-grid article > span {
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
}

.shadow-grid h3 {
  margin: 55px 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.shadow-grid p {
  margin: 0;
  color: var(--text);
  font-size: 10px;
  line-height: 1.6;
}

.stakeholder-section {
  background: var(--cloud);
}

.stakeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.stakeholder-grid article {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #dfe7f0;
  border-radius: 20px;
  background: #fff;
}

.stakeholder-card--focus {
  color: #fff;
  border-color: var(--ink) !important;
  background: linear-gradient(145deg, #07164c, #123282) !important;
  box-shadow: 0 25px 55px rgba(7, 22, 76, 0.19);
}

.stakeholder-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 37px;
  border-radius: 11px;
  color: var(--blue);
  background: #e8f0ff;
  font-size: 9px;
  font-weight: 800;
}

.stakeholder-card--focus .stakeholder-icon {
  color: var(--ink);
  background: #72e5db;
}

.stakeholder-grid article > small {
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.stakeholder-card--focus > small {
  color: #72e5db !important;
}

.stakeholder-grid h3 {
  margin: 13px 0 14px;
  font-family: "Manrope", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.stakeholder-grid p {
  margin: 0;
  color: var(--text);
  font-size: 12px;
  line-height: 1.65;
}

.stakeholder-card--focus p {
  color: #adbcdd !important;
}

.stakeholder-grid article > strong {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #e3e8ef;
  color: var(--blue);
  font-size: 11px;
}

.stakeholder-card--focus > strong {
  color: #72e5db !important;
  border-color: rgba(255, 255, 255, 0.13) !important;
}

.enterprise-cases {
  background: #fff;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.case-grid article {
  min-height: 245px;
  padding: 27px;
  border: 1px solid #e0e7f0;
  border-radius: 18px;
  background: #fbfcfe;
}

.case-grid article > span {
  color: var(--blue);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.case-grid h3 {
  margin: 35px 0 11px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.case-grid p {
  margin: 0;
  color: var(--text);
  font-size: 11px;
  line-height: 1.6;
}

.governance-section {
  background: var(--cloud);
}

.governance-panel {
  grid-template-columns: 0.88fr 1.12fr;
}

/* Insurance */

.segment-hero--insurance {
  background:
    radial-gradient(circle at 85% 22%, rgba(8, 201, 189, 0.16), transparent 29%),
    linear-gradient(180deg, #f4fbfa, #fff);
}

.segment-hero--insurance .page-hero__copy h1 {
  font-size: clamp(44px, 4.8vw, 66px);
}

.insurance-portfolio article {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 17px 2px;
  border-bottom: 1px solid #edf0f4;
}

.insurance-portfolio article > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.insurance-type {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  font-size: 7px;
  font-weight: 800;
}

.insurance-type--auto {
  color: #1758d8;
  background: #dce8ff;
}

.insurance-type--health {
  color: #078a79;
  background: #ddf7f2;
}

.insurance-type--travel {
  color: #6a4fc7;
  background: #e9e2ff;
}

.insurance-portfolio__summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 17px;
}

.insurance-portfolio__summary > span {
  padding: 14px;
  border-radius: 10px;
  background: #f2f7f7;
}

.insurance-portfolio__summary strong,
.insurance-portfolio__summary small {
  display: block;
}

.insurance-portfolio__summary strong {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
}

.insurance-portfolio__summary small {
  margin-top: 4px;
  color: #7b8a8f;
  font-size: 7px;
}

.insurance-pains {
  background: #fff;
}

.insurance-leaks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.insurance-leaks article {
  min-height: 275px;
  padding: 26px;
  border: 1px solid #dfe8e7;
  border-radius: 18px;
  background: linear-gradient(145deg, #f6fbfa, #fff);
}

.insurance-leaks article > span {
  color: #078a79;
  font-size: 8px;
  font-weight: 800;
}

.insurance-leaks h3 {
  margin: 65px 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.insurance-leaks p {
  margin: 0;
  color: var(--text);
  font-size: 11px;
  line-height: 1.6;
}

.policy-journey {
  background: var(--cloud);
}

.policy-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.policy-track::before {
  content: "";
  position: absolute;
  top: 27px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, #7fdacb, #8eb7ee);
}

.policy-track article {
  position: relative;
  z-index: 2;
  padding: 0 13px;
  text-align: center;
}

.policy-track article > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 21px;
  border: 8px solid var(--cloud);
  border-radius: 50%;
  color: #087c72;
  background: #dff7f2;
  font-size: 8px;
  font-weight: 800;
}

.policy-track small {
  color: #087c72;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.policy-track h3 {
  margin: 8px 0;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  letter-spacing: -0.025em;
}

.policy-track p {
  margin: 0;
  color: var(--text);
  font-size: 10px;
  line-height: 1.6;
}

.insurance-transform {
  background: #fff;
}

.dual-value {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.dual-value article {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: 36px;
  border: 1px solid #dfe7f0;
  border-radius: 22px;
  background: #fbfcfe;
}

.dual-value--manager {
  color: #fff;
  border-color: var(--ink) !important;
  background: linear-gradient(145deg, #07164c, #123282) !important;
}

.dual-value article > span {
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.dual-value--manager > span {
  color: #72e5db !important;
}

.dual-value h3 {
  margin: 60px 0 26px;
  font-family: "Manrope", sans-serif;
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.dual-value--manager ul {
  color: #adbcdd;
}

.dual-value--manager li::before {
  color: #72e5db;
}

.insurance-cases {
  background: var(--cloud);
}

.insurance-case-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.insurance-case-grid article {
  min-height: 300px;
  padding: 24px;
  border: 1px solid #dfe7f0;
  border-radius: 17px;
  background: #fff;
}

.insurance-case-grid article > strong {
  width: max-content;
  display: block;
  padding: 6px 8px;
  border-radius: 7px;
  color: #087c72;
  background: #dff7f2;
  font-size: 8px;
}

.insurance-case-grid h3 {
  margin: 49px 0 13px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.insurance-case-grid p {
  margin: 0;
  color: var(--text);
  font-size: 10px;
  line-height: 1.6;
}

.responsible-automation {
  background: #fff;
}

.responsible-panel {
  grid-template-columns: 0.95fr 1.05fr;
}

.responsible-rules span {
  color: #c2cdeb;
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.06);
}

/* Demo */

.demo-hero {
  position: relative;
  overflow: hidden;
  padding: 178px 0 100px;
  background:
    radial-gradient(circle at 85% 15%, rgba(8, 201, 189, 0.13), transparent 27%),
    linear-gradient(180deg, #f5f9ff, #fff);
}

.demo-page-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  align-items: start;
  gap: 75px;
}

.demo-page-copy {
  position: sticky;
  top: 125px;
  padding-top: 30px;
}

.demo-page-copy h1 {
  font-size: clamp(43px, 4.7vw, 64px);
}

.demo-expectations {
  display: grid;
  gap: 13px;
  margin-top: 34px;
}

.demo-expectations article {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: start;
  gap: 12px;
}

.demo-expectations article > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--blue);
  background: #e7efff;
  font-size: 8px;
  font-weight: 800;
}

.demo-expectations article > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 2px;
}

.demo-expectations strong {
  font-size: 12px;
}

.demo-expectations small {
  color: #7c899d;
  font-size: 9px;
  line-height: 1.5;
}

.demo-reassurance {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 27px;
  padding-top: 22px;
  border-top: 1px solid #dfe6ef;
}

.demo-reassurance > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #087c72;
  background: #dff7f2;
  font-size: 10px;
  font-weight: 800;
}

.demo-reassurance p {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
}

.demo-reassurance strong {
  font-size: 10px;
}

.demo-reassurance small {
  color: #8490a3;
  font-size: 8px;
}

.demo-form--qualified {
  gap: 17px;
  padding: 37px;
}

.form-heading {
  padding-bottom: 21px;
  border-bottom: 1px solid #e0e7f0;
}

.form-heading > small {
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.form-heading h2 {
  margin: 8px 0 7px;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  letter-spacing: -0.035em;
}

.form-heading p {
  margin: 0;
  color: #7d899d;
  font-size: 10px;
  line-height: 1.55;
}

.form-choice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin: 0;
  padding: 0;
  border: 0;
}

.form-choice legend {
  grid-column: 1 / -1;
  margin-bottom: 7px;
  color: #34445f;
  font-size: 10px;
  font-weight: 700;
}

.form-choice label {
  position: relative;
  cursor: pointer;
}

.form-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-choice label > span {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 12px;
  border: 1px solid #dce4ee;
  border-radius: 10px;
  color: #34445f;
  background: #fff;
  font-size: 10px;
  font-weight: 700;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-choice label > span small {
  color: #8995a7;
  font-size: 7px;
  font-weight: 500;
  line-height: 1.4;
}

.form-choice input:checked + span {
  border-color: #7da3ff;
  background: #f1f5ff;
  box-shadow: 0 0 0 3px rgba(24, 88, 242, 0.08);
}

.footer-bottom--demo {
  border-top: 0;
}

.footer-bottom--demo a {
  color: #9fb0d6;
}

@media (max-width: 1100px) {
  .page-hero__grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 34px;
  }

  .page-hero__copy h1 {
    font-size: clamp(43px, 5vw, 61px);
  }

  .shadow-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .shadow-grid article:nth-child(4),
  .shadow-grid article:nth-child(5) {
    min-height: 220px;
  }

  .insurance-case-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 920px) {
  .page-hero {
    padding-top: 165px;
  }

  .page-hero__grid,
  .control-panel,
  .governance-panel,
  .responsible-panel,
  .demo-page-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-hero__copy {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
  }

  .page-hero__copy h1,
  .page-hero__copy > p {
    margin-right: auto;
    margin-left: auto;
  }

  .page-hero__copy .hero__actions,
  .page-hero__copy .hero__assurances {
    justify-content: center;
  }

  .system-visual,
  .today-board,
  .enterprise-map,
  .insurance-portfolio {
    width: min(100%, 720px);
    margin: 30px auto 0;
  }

  .truth-grid,
  .insurance-leaks {
    grid-template-columns: 1fr 1fr;
  }

  .path-grid {
    grid-template-columns: 1fr;
  }

  .path-card {
    min-height: 390px;
  }

  .path-card__visual {
    max-width: 420px;
  }

  .control-panel,
  .governance-panel,
  .responsible-panel {
    padding: 55px;
  }

  .closing-card {
    grid-template-columns: 1fr;
  }

  .shadow-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stakeholder-grid {
    grid-template-columns: 1fr;
  }

  .stakeholder-grid article {
    min-height: 330px;
  }

  .case-grid {
    grid-template-columns: 1fr 1fr;
  }

  .policy-track {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
  }

  .policy-track::before {
    display: none;
  }

  .demo-page-copy {
    position: static;
    max-width: 750px;
    padding-top: 0;
  }
}

@media (max-width: 700px) {
  html,
  body,
  .site-shell {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .nav-wrap {
    width: calc(100% - 28px);
    max-width: none;
  }

  .page-hero > .container,
  .demo-hero > .container {
    width: calc(100% - 48px);
    max-width: none;
  }

  .menu-toggle {
    display: grid !important;
    flex: 0 0 42px;
  }

  .page-hero__grid,
  .demo-page-grid {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .page-hero__copy,
  .demo-page-copy,
  .page-hero__grid > *,
  .demo-page-grid > * {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .page-hero {
    min-height: auto;
    padding-top: 160px;
    padding-bottom: 75px;
  }

  .page-hero__copy h1,
  .segment-hero--pme .page-hero__copy h1,
  .segment-hero--insurance .page-hero__copy h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(40px, 11.6vw, 55px);
  }

  .page-hero__copy > p {
    font-size: 14px;
  }

  .page-hero__copy .hero__actions {
    flex-direction: column;
  }

  .page-hero__copy .hero__actions .button {
    width: 100%;
  }

  .page-hero__copy .hero__assurances {
    display: grid;
    justify-content: start;
    text-align: left;
  }

  .system-visual {
    width: 100%;
    max-width: 100%;
    min-height: 500px;
  }

  .system-visual__halo {
    width: 370px;
    height: 370px;
  }

  .signal-card,
  .system-arrow {
    width: 82%;
  }

  .action-board {
    width: 96%;
  }

  .floating-card--home {
    right: -5px;
    bottom: 18px;
  }

  .truth-grid,
  .pain-quotes,
  .outcome-grid,
  .shadow-grid,
  .case-grid,
  .insurance-leaks,
  .dual-value,
  .insurance-case-grid,
  .fit-panel {
    grid-template-columns: 1fr;
  }

  .truth-card {
    min-height: 190px;
  }

  .transformation-line,
  .scenario-flow {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .transformation-line::before,
  .scenario-flow::before {
    display: none;
  }

  .path-card {
    min-height: 430px;
    padding: 27px;
  }

  .control-panel,
  .governance-panel,
  .responsible-panel {
    gap: 40px;
    padding: 40px 24px;
    border-radius: 23px;
  }

  .closing-card {
    padding: 40px 25px;
  }

  .closing-card .button {
    width: 100%;
  }

  .today-board,
  .insurance-portfolio {
    width: 100%;
    max-width: 100%;
    padding: 19px;
  }

  .today-item,
  .insurance-portfolio article {
    grid-template-columns: 38px 1fr;
  }

  .today-item em,
  .insurance-portfolio article em {
    grid-column: 2;
    justify-self: start;
  }

  .compare-grid {
    grid-template-columns: 1fr;
  }

  .compare-arrow {
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .compare-card {
    min-height: 415px;
    padding: 27px;
  }

  .fit-panel {
    gap: 35px;
    padding: 36px 25px;
  }

  .enterprise-map {
    width: 100%;
    max-width: 100%;
    min-height: 690px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 15px;
  }

  .enterprise-map__sources {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }

  .enterprise-map__sources article {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .enterprise-map__sources .avatar--tiny {
    margin: 0 auto;
  }

  .enterprise-map__sources em {
    grid-column: auto;
  }

  .enterprise-map__flow {
    width: 52px;
    flex-direction: column;
    justify-self: center;
  }

  .enterprise-map__flow span {
    width: 1px;
    height: 18px;
  }

  .enterprise-map__flow b {
    writing-mode: horizontal-tb;
  }

  .manager-view {
    width: 100%;
  }

  .shadow-grid article,
  .insurance-leaks article {
    min-height: 230px;
  }

  .shadow-grid h3,
  .insurance-leaks h3 {
    margin-top: 45px;
  }

  .policy-track {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .dual-value article {
    min-height: 390px;
    padding: 28px;
  }

  .insurance-case-grid article {
    min-height: 245px;
  }

  .demo-hero {
    padding-top: 160px;
    padding-bottom: 70px;
  }

  .demo-page-copy h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(40px, 11.6vw, 54px);
  }

  .demo-form--qualified {
    padding: 24px 18px;
  }

  .form-choice {
    grid-template-columns: 1fr;
  }

  .form-choice label > span {
    min-height: 66px;
  }

  .footer-bottom--demo {
    align-items: flex-start;
    flex-direction: column;
  }
}
