:root {
  --ink: #112033;
  --muted: #647084;
  --soft: #eef4f8;
  --line: #dbe5eb;
  --brand: #0f8bd6;
  --brand-dark: #0d3b66;
  --green: #19b47b;
  --yellow: #f7c948;
  --coral: #ff6b5f;
  --violet: #6757d9;
  --panel: #ffffff;
  --shadow: 0 22px 60px rgba(17, 32, 51, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f7fafc;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(247, 250, 252, 0.88);
  border-bottom: 1px solid rgba(219, 229, 235, 0.75);
  backdrop-filter: blur(18px);
}

.integration-free-notice {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(1180px, calc(100% - 40px));
  margin: 16px auto 0;
  padding: 13px 18px;
  color: #0d3b2d;
  background: #eaf8f1;
  border: 1px solid rgba(25, 180, 123, 0.28);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(17, 32, 51, 0.08);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.4;
}

.integration-free-notice i {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: var(--green);
  border-radius: 50%;
  font-size: 14px;
}

.brand,
.header-actions,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 850;
  font-size: 22px;
  letter-spacing: 0;
}

.brand img {
  display: block;
  width: 170px;
  max-width: 40vw;
  height: auto;
}

.menu-toggle,
.menu-button,
.mobile-nav {
  display: none;
}

.nav {
  gap: 24px;
  color: #516074;
  font-size: 15px;
  font-weight: 650;
}

.nav a:hover,
.login-link:hover {
  color: var(--brand);
}

.header-actions {
  gap: 16px;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  color: #ffffff;
  background: var(--brand);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 139, 214, 0.28);
  font-weight: 800;
  white-space: nowrap;
}

.button:hover {
  background: #0879bd;
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
}

.button-outline {
  color: var(--brand-dark);
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: none;
}

.button-outline:hover {
  color: #ffffff;
  background: var(--brand-dark);
}

.button-ghost {
  color: var(--brand-dark);
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: none;
}

.button-ghost:hover {
  color: #ffffff;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(52px, 8vw, 104px) clamp(20px, 5vw, 72px) 72px;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: -24% -12% auto auto;
  width: 720px;
  height: 720px;
  content: "";
  background:
    radial-gradient(circle at 35% 35%, rgba(25, 180, 123, 0.28), transparent 32%),
    radial-gradient(circle at 65% 65%, rgba(15, 139, 214, 0.24), transparent 36%);
  filter: blur(4px);
  pointer-events: none;
}

.hero-copy,
.hero-visual {
  position: relative;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

.status-dot {
  width: 10px;
  height: 10px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(25, 180, 123, 0.14);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.hero-lead {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.outbound-highlight {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  max-width: 690px;
  margin-top: 24px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid rgba(15, 139, 214, 0.22);
  border-left: 5px solid var(--brand);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(15, 139, 214, 0.1);
}

.outbound-highlight i {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), var(--green));
  border-radius: 8px;
}

.outbound-highlight strong,
.outbound-highlight span {
  display: block;
}

.outbound-highlight strong {
  margin-bottom: 4px;
  font-size: 18px;
}

.outbound-highlight span {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 660px;
  margin-top: 38px;
}

.proof-row div {
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.proof-row strong,
.proof-row span {
  display: block;
}

.proof-row strong {
  font-size: 22px;
}

.proof-row span {
  color: var(--muted);
  font-size: 14px;
}

.hero-visual {
  min-height: 620px;
}

.source-orbit {
  position: absolute;
  inset: 0;
}

.source {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(17, 32, 51, 0.16);
  font-weight: 850;
  will-change: transform;
}

a.source,
.source-link {
  text-decoration: none;
}

.source-link:hover {
  box-shadow: 0 20px 46px rgba(17, 32, 51, 0.22);
}

.source img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.source-text-icon {
  display: inline-grid;
  min-width: 24px;
  height: 20px;
  place-items: center;
  color: #ffffff;
  background: rgba(17, 32, 51, 0.34);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 950;
}

.chatgpt-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-block;
}

.channel-icon .chatgpt-logo {
  width: 42px;
  height: 42px;
}

.integration-logo .chatgpt-logo {
  width: 48px;
  height: 48px;
}

.source-one {
  top: 34px;
  left: 24px;
  background: #7b4dd6;
  animation: channelFloatA 8.6s ease-in-out infinite;
}

.source-two {
  top: 90px;
  right: 36px;
  background: var(--brand);
  animation: channelFloatB 9.8s ease-in-out infinite;
}

.source-three {
  right: 0;
  bottom: 122px;
  background: #24a269;
  animation: channelFloatC 8.9s ease-in-out infinite;
}

.source-four {
  bottom: 36px;
  left: 42px;
  background: #ffffff;
  color: var(--ink);
  border: 1px solid var(--line);
  animation: channelFloatD 10.4s ease-in-out infinite;
}

.source-five {
  top: 240px;
  left: -14px;
  background: #ffffff;
  color: var(--ink);
  border: 1px solid var(--line);
  animation: channelFloatE 9.2s ease-in-out infinite;
}

.source-six {
  top: 190px;
  right: -6px;
  background: #1d2939;
  animation: channelFloatF 11s ease-in-out infinite;
}

.source-seven {
  top: 16px;
  right: 150px;
  background: #ffffff;
  color: var(--ink);
  border: 1px solid var(--line);
  animation: channelFloatB 12s ease-in-out infinite;
}

.source-eight {
  bottom: 104px;
  left: -4px;
  background: var(--coral);
  animation: channelFloatC 10.8s ease-in-out infinite;
}

.source-nine {
  right: 72px;
  bottom: 26px;
  background: #ffffff;
  color: var(--ink);
  border: 1px solid var(--line);
  animation: channelFloatA 9.6s ease-in-out infinite;
}

.source-ten {
  top: 168px;
  left: 148px;
  z-index: 4;
  background: linear-gradient(135deg, #08090d 0%, #161d2f 52%, #fe2c55 100%);
  color: #ffffff;
  border: 1px solid rgba(37, 244, 238, 0.45);
  box-shadow: 0 20px 46px rgba(8, 9, 13, 0.26), 0 0 0 1px rgba(254, 44, 85, 0.12);
  animation: channelFloatF 10.4s ease-in-out infinite;
}

.source-eleven {
  top: 302px;
  right: 22px;
  background: #86b817;
  color: #ffffff;
  animation: channelFloatD 11.2s ease-in-out infinite;
}

.source-twelve {
  top: 314px;
  left: 116px;
  background: #232f3e;
  color: #ffffff;
  animation: channelFloatE 10.6s ease-in-out infinite;
}

.source-thirteen {
  bottom: 172px;
  right: 116px;
  background: #f1641e;
  color: #ffffff;
  animation: channelFloatA 9.9s ease-in-out infinite;
}

.source-fourteen {
  top: 376px;
  left: 226px;
  background: #ffffff;
  color: var(--ink);
  border: 1px solid rgba(16, 24, 40, 0.12);
  box-shadow: 0 18px 40px rgba(17, 32, 51, 0.18);
  animation: channelFloatG 8.8s ease-in-out infinite;
}

.source-fourteen img {
  width: 24px;
  height: 24px;
  padding: 2px;
  border-radius: 7px;
  background: #ffffff;
}

@keyframes channelFloatA {
  0%, 100% { transform: translate3d(0, 0, 0); }
  28% { transform: translate3d(18px, -10px, 0); }
  58% { transform: translate3d(8px, 18px, 0); }
  82% { transform: translate3d(-12px, 6px, 0); }
}

@keyframes channelFloatB {
  0%, 100% { transform: translate3d(0, 0, 0); }
  24% { transform: translate3d(-16px, 12px, 0); }
  54% { transform: translate3d(10px, 22px, 0); }
  80% { transform: translate3d(14px, -8px, 0); }
}

@keyframes channelFloatG {
  0%, 100% { transform: translate3d(0, 0, 0); }
  22% { transform: translate3d(-18px, -12px, 0); }
  50% { transform: translate3d(16px, -22px, 0); }
  76% { transform: translate3d(24px, 10px, 0); }
}

@keyframes channelFloatC {
  0%, 100% { transform: translate3d(0, 0, 0); }
  32% { transform: translate3d(-22px, -8px, 0); }
  62% { transform: translate3d(-6px, 18px, 0); }
  84% { transform: translate3d(12px, 4px, 0); }
}

@keyframes channelFloatD {
  0%, 100% { transform: translate3d(0, 0, 0); }
  22% { transform: translate3d(14px, -18px, 0); }
  52% { transform: translate3d(28px, 2px, 0); }
  78% { transform: translate3d(-8px, -10px, 0); }
}

@keyframes channelFloatE {
  0%, 100% { transform: translate3d(0, 0, 0); }
  26% { transform: translate3d(20px, 8px, 0); }
  56% { transform: translate3d(4px, -20px, 0); }
  86% { transform: translate3d(-10px, 12px, 0); }
}

@keyframes channelFloatF {
  0%, 100% { transform: translate3d(0, 0, 0); }
  25% { transform: translate3d(-18px, -16px, 0); }
  55% { transform: translate3d(-30px, 8px, 0); }
  83% { transform: translate3d(8px, 16px, 0); }
}

.app-window {
  position: absolute;
  top: 92px;
  right: 28px;
  left: 28px;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid rgba(219, 229, 235, 0.9);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 18px;
  color: #516074;
  background: #f3f7fa;
  border-bottom: 1px solid var(--line);
}

.window-bar span {
  width: 11px;
  height: 11px;
  background: #d7e1e8;
  border-radius: 50%;
}

.window-bar span:first-child {
  background: var(--coral);
}

.window-bar span:nth-child(2) {
  background: var(--yellow);
}

.window-bar span:nth-child(3) {
  background: var(--green);
}

.window-bar strong {
  margin-left: 8px;
  font-size: 14px;
}

.workspace {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  min-height: 440px;
}

.inbox-list {
  padding: 16px;
  background: #f8fbfd;
  border-right: 1px solid var(--line);
}

.inbox-item {
  display: grid;
  gap: 6px;
  padding: 14px;
  margin-bottom: 10px;
  color: #526073;
  border-radius: 8px;
}

.inbox-item b {
  color: var(--ink);
  font-size: 14px;
}

.inbox-item span {
  font-size: 13px;
}

.inbox-item.active {
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 32, 51, 0.08);
}

.conversation {
  padding: 22px;
  background:
    linear-gradient(90deg, rgba(15, 139, 214, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(15, 139, 214, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
}

.customer-card,
.order-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.customer-card > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #ffffff;
  background: var(--brand-dark);
  border-radius: 50%;
  font-weight: 850;
}

small {
  display: block;
  color: var(--muted);
}

.tag {
  padding: 6px 10px;
  color: #0f684d;
  background: rgba(25, 180, 123, 0.12);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
}

.message {
  max-width: 76%;
  padding: 13px 15px;
  margin-top: 16px;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(17, 32, 51, 0.08);
}

.message.left {
  background: #ffffff;
}

.message.right {
  margin-left: auto;
  color: #ffffff;
  background: var(--brand);
}

.message.system {
  max-width: 100%;
  color: #586578;
  background: #fff8df;
  border: 1px solid #f4e4a8;
  box-shadow: none;
}

.order-card {
  margin-top: 22px;
}

.order-card button {
  min-height: 38px;
  padding: 0 14px;
  color: #ffffff;
  background: var(--brand-dark);
  border: 0;
  border-radius: 8px;
  font-weight: 800;
}

.channels-section {
  padding: clamp(58px, 8vw, 96px) clamp(20px, 5vw, 72px);
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.section-heading p {
  color: var(--muted);
  font-size: 18px;
}

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

.integration-category {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.integration-category:first-child {
  margin-top: 0;
}

.integration-category::after {
  height: 1px;
  flex: 1;
  content: "";
  background: var(--line);
}

.channel-card {
  position: relative;
  min-height: 190px;
  padding: 22px;
  overflow: hidden;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

a.channel-card {
  display: block;
  color: inherit;
}

.integration-link {
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.integration-link:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 139, 214, 0.36);
  box-shadow: 0 18px 42px rgba(17, 32, 51, 0.1);
}

.integration-link-more {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 900;
}

.channel-card.pending {
  background: #fbfcfd;
}

.channel-beta {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 4px 9px;
  color: #7a4d00;
  background: #fff3cd;
  border: 1px solid #ffd76a;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.channel-card::after {
  position: absolute;
  right: -22px;
  bottom: -34px;
  color: rgba(17, 32, 51, 0.05);
  content: attr(data-mark);
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
}

.channel-card h3 {
  margin-bottom: 8px;
}

.channel-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 15px;
}

.channel-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 20px;
  color: #ffffff;
  background: var(--brand);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(15, 139, 214, 0.2);
  font-size: 22px;
}

.channel-icon img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}

.text-channel {
  font-size: 14px;
  letter-spacing: 0;
}

.channel-card.messenger .channel-icon {
  background: linear-gradient(135deg, #6757d9, #0f8bd6);
}

.channel-card.social .channel-icon {
  background: linear-gradient(135deg, #ff6b5f, #6757d9);
}

.channel-card.market .channel-icon {
  background: linear-gradient(135deg, #f7c948, #ff8a3d);
  color: #182334;
}

.channel-card.system .channel-icon {
  background: linear-gradient(135deg, #19b47b, #0d3b66);
}

.image-channel,
.channel-card.market .image-channel {
  background: #ffffff;
  border: 1px solid rgba(103, 87, 217, 0.25);
}

.channel-card.system .transparent-logo {
  background: #ffffff;
  border: 1px solid rgba(15, 139, 214, 0.18);
  box-shadow: 0 12px 26px rgba(17, 32, 51, 0.08);
}

.channel-card.system .transparent-logo img {
  max-width: 34px;
  max-height: 34px;
  border-radius: 7px;
}

.olx-channel,
.channel-card.market .olx-channel {
  color: #182334;
  background: linear-gradient(135deg, #f7c948, #ff8a3d);
}

.nova-channel,
.channel-card.system .nova-channel {
  background: linear-gradient(135deg, #ee1d24, #b5121b);
}

.image-channel.nova-channel,
.channel-card.system .image-channel.nova-channel {
  background: #ffffff;
  border: 1px solid rgba(238, 29, 36, 0.25);
}

.image-channel.nova-channel img {
  max-width: 34px;
  max-height: 34px;
  border-radius: 7px;
}

.wide-channel {
  grid-column: span 2;
  min-height: 160px;
  background:
    linear-gradient(135deg, rgba(15, 139, 214, 0.08), rgba(25, 180, 123, 0.08)),
    #ffffff;
}

.channel-card h3 {
  font-weight: 800;
}

.section {
  padding: clamp(58px, 8vw, 96px) clamp(20px, 5vw, 72px);
}

.chat-flow-section {
  background:
    linear-gradient(180deg, #f7fafc, #ffffff);
  border-top: 1px solid var(--line);
}

.chat-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1.2fr) 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.flow-panel {
  min-height: 340px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(17, 32, 51, 0.07);
}

.flow-label {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 7px 10px;
  color: var(--brand-dark);
  background: rgba(15, 139, 214, 0.08);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.flow-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.flow-icons span,
.scenario-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 12px;
  color: #ffffff;
  background: var(--brand);
  border-radius: 8px;
  font-weight: 850;
}

.flow-icons span:nth-child(1) {
  background: linear-gradient(135deg, #ff6b5f, #6757d9);
}

.flow-icons span:nth-child(2) {
  background: linear-gradient(135deg, #0f8bd6, #6757d9);
}

.flow-icons span:nth-child(3) {
  background: linear-gradient(135deg, #19b47b, #0d3b66);
}

.flow-icons span:nth-child(4) {
  color: #182334;
  background: linear-gradient(135deg, #f7c948, #ff8a3d);
}

.flow-icons span:nth-child(5) {
  background: linear-gradient(135deg, #0d3b66, #0f8bd6);
}

.flow-panel p {
  margin-bottom: 0;
  color: var(--muted);
}

.flow-arrow {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #ffffff;
  background: var(--brand-dark);
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(13, 59, 102, 0.18);
}

.chat-panel-main {
  background:
    linear-gradient(135deg, rgba(15, 139, 214, 0.08), rgba(25, 180, 123, 0.08)),
    #ffffff;
}

.mini-chat {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.mini-message {
  max-width: 84%;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 750;
  box-shadow: 0 10px 24px rgba(17, 32, 51, 0.08);
}

.mini-message.customer {
  background: #ffffff;
}

.mini-message.event {
  max-width: 100%;
  color: #0d3b66;
  background: rgba(15, 139, 214, 0.1);
  border: 1px solid rgba(15, 139, 214, 0.18);
  box-shadow: none;
}

.mini-message.auto {
  max-width: 100%;
  color: #6f5c12;
  background: #fff8df;
  border: 1px solid #f4e4a8;
  box-shadow: none;
}

.mini-message.manager {
  margin-left: auto;
  color: #ffffff;
  background: var(--brand);
}

.scenario-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.scenario-list span {
  color: var(--ink);
  background: #f2f6f9;
  border: 1px solid var(--line);
}

.scenario-list i {
  color: var(--brand);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 66px);
  align-items: start;
  background: #ffffff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split-section p,
.automation-copy p,
.feature-card p {
  color: var(--muted);
  font-size: 18px;
}

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

.steps article,
.feature-card {
  padding: 24px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.steps span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--brand);
  font-size: 34px;
  font-weight: 900;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 16px;
}

.large-card {
  grid-row: span 2;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(13, 59, 102, 0.96), rgba(15, 139, 214, 0.88)),
    url("/image/iphone-1x.png");
  background-position: center;
  background-size: cover;
  border: 0;
}

.large-card p,
.large-card .section-kicker {
  color: rgba(255, 255, 255, 0.84);
}

.icon-box {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 22px;
  color: #ffffff;
  background: var(--brand);
  border-radius: 8px;
  font-size: 22px;
  font-weight: 900;
}

.automation {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 66px);
  align-items: center;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline div {
  position: relative;
  padding: 20px 20px 20px 58px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(17, 32, 51, 0.06);
}

.timeline div::before {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 16px;
  height: 16px;
  content: "";
  background: var(--green);
  border: 5px solid rgba(25, 180, 123, 0.18);
  border-radius: 50%;
}

.timeline b,
.timeline span {
  display: block;
}

.timeline span {
  color: var(--muted);
}

.site-footer {
  margin-top: clamp(34px, 5vw, 64px);
  color: #d9e7f2;
  background:
    linear-gradient(135deg, rgba(13, 59, 102, 0.98), rgba(17, 32, 51, 0.98));
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 56px);
  padding: clamp(44px, 7vw, 76px) clamp(20px, 5vw, 72px);
}

.footer-brand img {
  display: block;
  width: 170px;
  height: auto;
  margin-bottom: 22px;
  filter: invert(1);
}

.footer-brand p {
  max-width: 420px;
  color: rgba(217, 231, 242, 0.78);
}

.footer-support-card {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 340px;
  margin-top: 24px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.footer-support-card i {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  color: #ffffff;
  background: var(--brand);
  border-radius: 8px;
}

.footer-support-card strong,
.footer-support-card a {
  display: block;
}

.footer-support-card a {
  color: #ffffff;
  font-weight: 850;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 17px;
}

.footer-column a {
  color: rgba(217, 231, 242, 0.78);
  font-weight: 700;
}

.footer-column a:hover,
.footer-more {
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px clamp(20px, 5vw, 72px);
  color: rgba(217, 231, 242, 0.72);
  background: rgba(0, 0, 0, 0.18);
  font-weight: 750;
}

.nav .active {
  color: var(--brand);
}

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  padding: clamp(30px, 4vw, 48px) clamp(20px, 5vw, 72px);
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 20%, rgba(25, 180, 123, 0.18), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, #eef5f9 100%);
}

.compact-hero {
  min-height: 300px;
}

.page-hero h1 {
  max-width: 820px;
  margin-bottom: 14px;
  font-size: clamp(30px, 3.6vw, 46px);
}

.page-hero .hero-lead {
  font-size: clamp(16px, 1.7vw, 19px);
}

.page-section {
  background: #ffffff;
}

.align-left {
  max-width: 780px;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.knowledge-panel,
.price-summary,
.code-preview {
  position: relative;
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.knowledge-panel {
  display: grid;
  gap: 12px;
}

.knowledge-panel span {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  color: var(--brand-dark);
  background: #f2f7fa;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 850;
}

.knowledge-panel i {
  color: var(--brand);
}

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

.article-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(17, 32, 51, 0.07);
}

.article-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: #eef4f8;
}

.article-card > div {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
}

.article-card p {
  color: var(--muted);
}

.article-card a {
  color: var(--brand);
  font-weight: 850;
}

.feature-article {
  grid-column: span 2;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1fr);
}

.feature-article img {
  height: 100%;
  min-height: 320px;
}

.article-date {
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.price-summary {
  display: grid;
  gap: 12px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(13, 59, 102, 0.96), rgba(15, 139, 214, 0.88));
}

.price-summary b {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
}

.price-summary span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.summary-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 8px;
}

.price-summary .button {
  min-height: 46px;
  background: #ffffff;
  color: var(--brand-dark);
  box-shadow: none;
}

.price-summary .button-ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.32);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.pricing-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.pricing-toolbar h2 {
  margin-bottom: 0;
}

.pricing-lead {
  max-width: 780px;
  margin-top: 12px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.pricing-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.pricing-principles div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  padding: 16px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(17, 32, 51, 0.05);
}

.pricing-principles i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--brand);
  background: #eef7fc;
  border-radius: 8px;
  grid-row: span 2;
}

.pricing-principles span {
  color: var(--brand-dark);
  font-weight: 900;
}

.pricing-principles p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.billing-toggle {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 4px;
  background: #eef4f8;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.billing-toggle button {
  min-height: 42px;
  padding: 0 16px;
  color: var(--brand-dark);
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 850;
  white-space: nowrap;
}

.billing-toggle button.active {
  color: #ffffff;
  background: var(--brand);
}

.tariff-panel {
  display: none;
}

.tariff-panel.active {
  display: grid;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 28px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(17, 32, 51, 0.06);
}

.featured-plan {
  background: #ffffff;
  border-color: rgba(15, 139, 214, 0.38);
  box-shadow: var(--shadow);
}

.plan-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 10px;
  color: #ffffff;
  background: var(--green);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 850;
}

.plan-header span {
  color: var(--brand-dark);
  font-size: 30px;
  font-weight: 950;
}

.plan-header p,
.faq-grid p {
  color: var(--muted);
}

.plan-price b {
  color: var(--brand);
  font-size: 42px;
  line-height: 1;
}

.plan-price s {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 850;
}

.plan-price span {
  color: var(--muted);
  font-weight: 800;
}

.plan-meter,
.plan-included {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 8px;
}

.plan-meter {
  background: #eef7fc;
  border: 1px solid rgba(15, 139, 214, 0.2);
}

.plan-included {
  background: #eef8f1;
  border: 1px solid rgba(38, 166, 91, 0.2);
}

.plan-meter span,
.plan-included span {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-meter i {
  color: var(--brand);
}

.plan-included i {
  color: var(--green);
}

.plan-meter strong {
  color: var(--brand-dark);
  font-size: 21px;
  line-height: 1.25;
}

.plan-meter p,
.plan-included p {
  margin: 0;
  color: #4a596b;
  font-size: 15px;
  line-height: 1.5;
}

.integration-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.integration-chip-list a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 10px;
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 139, 214, 0.18);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.integration-chip-list a:hover {
  color: #ffffff;
  background: var(--brand);
  border-color: var(--brand);
}

.integration-chip-list a i {
  color: inherit;
  font-size: 13px;
}

.plan-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-list li {
  display: flex;
  gap: 10px;
  color: #3f4c5f;
}

.plan-list i {
  width: 20px;
  margin-top: 4px;
  color: var(--green);
}

.pricing-card .button {
  width: 100%;
  margin-top: auto;
}

.faq-section {
  background: #f7fafc;
}

.register-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: clamp(16px, 3vw, 32px) clamp(20px, 5vw, 72px);
  padding: clamp(26px, 4vw, 38px);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(13, 59, 102, 0.98), rgba(15, 139, 214, 0.92));
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.register-strip h2 {
  max-width: 760px;
  margin-bottom: 10px;
  font-size: clamp(26px, 3vw, 38px);
}

.register-strip p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.register-strip .section-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.register-strip-actions {
  display: grid;
  gap: 10px;
  min-width: 260px;
}

.register-strip .button {
  background: #ffffff;
  color: var(--brand-dark);
  box-shadow: none;
}

.register-strip .button-ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.32);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-grid article {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.integration-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.62fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
  padding: clamp(34px, 5vw, 58px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 86% 18%, rgba(238, 29, 36, 0.16), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, #eef5f9 100%);
  border-bottom: 1px solid var(--line);
}

.integration-title-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: 920px;
}

.integration-title-row h1 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 54px);
}

.integration-logo {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  background: #ffffff;
  border: 1px solid rgba(238, 29, 36, 0.22);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(17, 32, 51, 0.09);
}

.integration-logo img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 8px;
}

.integration-logo i {
  color: var(--brand);
  font-size: 30px;
}

.integration-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.integration-bullets span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  color: var(--brand-dark);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
}

.integration-bullets i {
  color: #ee1d24;
}

.integration-visual {
  overflow: hidden;
  background: #102033;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.integration-flow-card {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.integration-flow-card div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 4px 14px;
  align-items: center;
  padding: 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.integration-flow-card i {
  grid-row: span 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #ffffff;
  background: #ee1d24;
  border-radius: 8px;
}

.integration-flow-card b,
.integration-flow-card span {
  display: block;
}

.integration-flow-card span {
  color: rgba(217, 231, 242, 0.78);
  font-size: 14px;
}

.nova-poshta-page .integration-hero {
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 0.9fr);
}

.nova-delivery-visual {
  min-height: 560px;
}

@media (min-width: 1181px) {
  .nova-poshta-page .integration-hero,
  .rozetka-page .integration-hero {
    --delivery-visual-width: clamp(780px, 58vw, 900px);
    gap: clamp(28px, 3vw, 42px);
    grid-template-columns: minmax(360px, 1fr) var(--delivery-visual-width);
  }

  .nova-poshta-page .nova-delivery-visual,
  .rozetka-page .nova-delivery-visual {
    width: var(--delivery-visual-width);
    justify-self: end;
  }
}

.nova-delivery-visual .window-bar {
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.07);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.nova-animation-stage {
  --cycle: 24s;
  position: relative;
  min-height: 512px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #101f32 0%, #152943 54%, #0f2034 100%);
  background-size: 44px 44px, 44px 44px, auto;
}

.nova-animation-stage::before {
  position: absolute;
  inset: 22px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  pointer-events: none;
}

.nova-stage-label,
.nova-office,
.nova-clickuni-node,
.nova-phone,
.nova-time-jump,
.nova-customer-walk {
  position: absolute;
  z-index: 2;
}

.nova-stage-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
}

.nova-stage-label i,
.nova-stage-label img {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  object-fit: contain;
}

.nova-stage-label-start {
  top: 28px;
  left: 34px;
  justify-content: center;
  width: 51%;
  min-height: 54px;
  font-size: 15px;
}

.nova-stage-label-center {
  display: none;
}

.nova-stage-label-end {
  top: auto;
  bottom: 28px;
  left: 34px;
  justify-content: center;
  width: 51%;
  min-height: 58px;
}

.nova-stage-label-end::after {
  position: absolute;
  top: -46px;
  right: 18px;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  content: "🙂";
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  font-size: 44px;
  opacity: 0;
  transform: translateY(12px) scale(0.7);
  animation: novaClientSmile var(--cycle) ease-in-out infinite;
}

.nova-route {
  display: none;
}

.nova-route span {
  position: absolute;
  top: -11px;
  width: 19px;
  height: 19px;
  background: #ee1d24;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(238, 29, 36, 0.16);
}

.nova-route span:first-child {
  left: 7%;
}

.nova-route span:last-child {
  right: 7%;
}

.nova-branch-line {
  position: absolute;
  top: 84px;
  left: 190px;
  width: 2px;
  height: 342px;
  background: linear-gradient(180deg, rgba(238, 29, 36, 0.68), rgba(25, 180, 123, 0));
}

.nova-office {
  display: grid;
  gap: 5px;
  justify-items: center;
  width: 236px;
  min-height: 96px;
  padding: 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

.nova-office i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #ffffff;
  background: #ee1d24;
  border-radius: 8px;
  font-size: 20px;
}

.nova-office b {
  font-size: 15px;
}

.nova-office span {
  color: rgba(217, 231, 242, 0.78);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.nova-office-origin {
  top: 116px;
  left: 72px;
}

.nova-office-destination {
  top: 250px;
  left: 72px;
}

.nova-parcel {
  position: absolute;
  z-index: 4;
  top: 120px;
  left: 56px;
  display: grid;
  gap: 5px;
  justify-items: center;
  width: 118px;
  padding: 11px 10px;
  color: #ffffff;
  background: linear-gradient(145deg, #ee1d24, #b7131a);
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  box-shadow: 0 24px 46px rgba(238, 29, 36, 0.25);
  animation: novaParcelTrip var(--cycle) linear infinite;
}

.nova-parcel i {
  font-size: 26px;
}

.nova-parcel strong {
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
}

.nova-parcel small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 9px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
}

.nova-clickuni-node {
  top: 34px;
  right: 34px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 3px 10px;
  align-items: center;
  width: 176px;
  padding: 10px;
  color: #ffffff;
  background: rgba(15, 139, 214, 0.18);
  border: 1px solid rgba(15, 139, 214, 0.42);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(15, 139, 214, 0.14);
  animation: novaNodePulse var(--cycle) ease-in-out infinite;
}

.nova-clickuni-node i {
  grid-row: span 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 0;
  color: #102033;
  background: #f7c948;
  border-radius: 8px;
}

.nova-clickuni-node span {
  color: rgba(217, 231, 242, 0.76);
  font-size: 11px;
  line-height: 1.22;
}

.nova-phone {
  right: 34px;
  bottom: 28px;
  display: grid;
  align-content: start;
  width: 238px;
  min-height: 296px;
  padding: 12px;
  background: #f8fbfd;
  border: 6px solid #071525;
  border-radius: 22px;
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.28);
}

.nova-phone-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 27px;
  margin-bottom: 9px;
  color: #516074;
  font-size: 12px;
  font-weight: 850;
}

.nova-phone-bar span {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
}

.nova-chat-line {
  max-width: 89%;
  margin-top: 6px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  animation-duration: var(--cycle);
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.nova-chat-line-auto {
  justify-self: start;
  color: #112033;
  background: #ffffff;
  border: 1px solid #dbe5eb;
}

.nova-chat-line-client {
  justify-self: end;
  color: #ffffff;
  background: var(--brand);
}

.nova-chat-one {
  animation-name: novaChatOne;
}

.nova-chat-two {
  animation-name: novaChatTwo;
}

.nova-chat-three {
  animation-name: novaChatThree;
}

.nova-chat-four {
  animation-name: novaChatFour;
}

.nova-chat-five {
  animation-name: novaChatFive;
}

.nova-chat-six {
  animation-name: novaChatSix;
}

.nova-customer-walk {
  left: 292px;
  bottom: 66px;
  display: grid;
  justify-items: center;
  color: #ffffff;
  opacity: 0;
  animation: novaCustomerWalk var(--cycle) ease-in-out infinite;
}

.nova-customer-walk i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #102033;
  background: var(--green);
  border-radius: 50%;
  font-size: 20px;
}

.nova-customer-walk span {
  width: 48px;
  height: 8px;
  margin-top: 6px;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 50%;
  filter: blur(2px);
}

.nova-time-jump {
  top: 384px;
  right: 286px;
  bottom: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 13px;
  color: #ffffff;
  background: rgba(25, 180, 123, 0.14);
  border: 1px solid rgba(25, 180, 123, 0.36);
  border-radius: 8px;
  opacity: 0;
  animation: novaTimeJump var(--cycle) ease-in-out infinite;
}

.nova-time-jump i {
  color: var(--green);
}

@keyframes novaParcelTrip {
  0%, 7.9% {
    top: 38px;
    left: 132px;
    transform: rotate(-2deg) scale(1);
    opacity: 1;
  }

  15%, 18.9% {
    top: 126px;
    left: 132px;
    transform: rotate(0deg) scale(0.95);
    opacity: 1;
  }

  27.6%, 43.4% {
    top: 260px;
    left: 132px;
    transform: rotate(2deg) scale(1);
    opacity: 1;
  }

  48.1%, 52% {
    top: 350px;
    left: 132px;
    transform: rotate(0deg) scale(0.95);
    opacity: 1;
  }

  55.2%, 100% {
    top: 398px;
    left: 132px;
    transform: rotate(0deg) scale(0.9);
    opacity: 1;
  }
}

@keyframes novaNodePulse {
  0%, 13%, 27%, 43%, 57%, 73%, 100% {
    border-color: rgba(15, 139, 214, 0.42);
    box-shadow: 0 16px 36px rgba(15, 139, 214, 0.14);
  }

  16%, 24%, 46%, 54%, 76%, 84% {
    border-color: rgba(247, 201, 72, 0.8);
    box-shadow: 0 0 0 8px rgba(247, 201, 72, 0.09), 0 16px 36px rgba(15, 139, 214, 0.18);
  }
}

@keyframes novaChatOne {
  0%, 3.2% { opacity: 0; transform: translateY(10px) scale(0.98); }
  4.7%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes novaChatTwo {
  0%, 7.1% { opacity: 0; transform: translateY(10px) scale(0.98); }
  8.7%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes novaChatThree {
  0%, 37.1% { opacity: 0; transform: translateY(10px) scale(0.98); }
  39.5%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes novaChatFour {
  0%, 41.8% { opacity: 0; transform: translateY(10px) scale(0.98); }
  43.4%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes novaChatFive {
  0%, 52.9% { opacity: 0; transform: translateY(10px) scale(0.98); }
  54.5%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes novaChatSix {
  0%, 56% { opacity: 0; transform: translateY(10px) scale(0.98); }
  58.4%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes novaCustomerWalk {
  0%, 43.4% {
    opacity: 0;
    transform: translateY(-46px);
  }

  46.6% {
    opacity: 1;
    transform: translateY(-46px);
  }

  53.7%, 100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes novaTimeJump {
  0%, 51.3% {
    opacity: 0;
    transform: translateY(8px);
  }

  53.7%, 100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes novaClientSmile {
  0%, 50.5% {
    opacity: 0;
    transform: translateY(12px) scale(0.7);
  }

  52.9%, 100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nova-parcel,
  .nova-clickuni-node,
  .nova-chat-line,
  .nova-customer-walk,
  .nova-time-jump {
    animation: none;
  }

  .nova-parcel {
    top: 210px;
    left: calc(50% - 52px);
  }

  .nova-chat-line,
  .nova-time-jump {
    opacity: 1;
    transform: none;
  }

  .nova-customer-walk {
    opacity: 1;
    transform: translateX(-72px);
  }
}

.integration-card-grid,
.template-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.integration-card-grid article,
.template-grid article {
  padding: 24px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.integration-card-grid i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 18px;
  color: #ffffff;
  background: var(--brand);
  border-radius: 8px;
  font-size: 20px;
}

.integration-card-grid p,
.integration-steps p,
.setup-copy p,
.template-grid p {
  color: var(--muted);
}

.integration-workflow {
  background:
    linear-gradient(180deg, #ffffff, #f7fafc);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.integration-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.integration-steps article {
  position: relative;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(17, 32, 51, 0.06);
}

.integration-steps span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #ee1d24;
  font-size: 28px;
  font-weight: 950;
}

.setup-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: start;
}

.setup-list {
  display: grid;
  gap: 12px;
}

.setup-list div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.setup-list b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #ffffff;
  background: var(--green);
  border-radius: 8px;
}

.template-section {
  background: #ffffff;
}

.template-grid article {
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 32, 51, 0.06);
}

.template-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  color: #ffffff;
  background: #ee1d24;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
}

.capability-section {
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.capability-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 52px);
  align-items: start;
}

.capability-intro p {
  color: var(--muted);
  font-size: 18px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.capability-grid article {
  padding: 20px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.capability-grid i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 14px;
  color: #ffffff;
  background: var(--brand);
  border-radius: 8px;
}

.capability-grid p {
  color: var(--muted);
  font-size: 15px;
}

.answer-section {
  background: #f7fafc;
  border-top: 1px solid var(--line);
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.answer-grid article {
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(17, 32, 51, 0.05);
}

.answer-grid h3 {
  font-size: 18px;
}

.answer-grid p {
  color: var(--muted);
  font-size: 15px;
}

.security-section {
  background: #f7fafc;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.scenario-section {
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.scenario-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 52px);
  align-items: start;
}

.scenario-copy p {
  color: var(--muted);
  font-size: 18px;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.scenario-grid article {
  padding: 20px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.scenario-grid i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 14px;
  color: #ffffff;
  background: var(--brand);
  border-radius: 8px;
}

.scenario-grid p {
  color: var(--muted);
  font-size: 15px;
}

.ai-section {
  padding-top: clamp(34px, 5vw, 64px);
  padding-bottom: clamp(34px, 5vw, 64px);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(13, 59, 102, 0.98), rgba(15, 139, 214, 0.92));
}

.ai-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 52px);
  align-items: center;
}

.ai-panel .section-kicker,
.ai-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.ai-panel h2 {
  color: #ffffff;
}

.ai-preview {
  display: grid;
  gap: 12px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.ai-preview div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 14px;
  align-items: center;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.ai-preview i {
  grid-row: span 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--brand-dark);
  background: #ffffff;
  border-radius: 8px;
}

.ai-preview b,
.ai-preview span {
  display: block;
}

.ai-preview span {
  color: rgba(255, 255, 255, 0.74);
}

.security-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 52px);
  align-items: start;
  padding: clamp(26px, 4vw, 38px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(17, 32, 51, 0.06);
}

.security-copy p {
  color: var(--muted);
  font-size: 18px;
}

.security-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.security-points article {
  padding: 20px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.security-points i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 14px;
  color: #ffffff;
  background: var(--brand);
  border-radius: 8px;
}

.security-points p {
  color: var(--muted);
  font-size: 15px;
}

.rozetka-page .integration-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(0, 160, 70, 0.17), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, #eef5f9 100%);
}

.rozetka-page .integration-logo {
  border-color: rgba(0, 160, 70, 0.24);
}

.rozetka-page .integration-bullets i,
.rozetka-page .integration-steps span {
  color: #00a046;
}

.rozetka-page .integration-flow-card i,
.rozetka-page .template-grid span {
  background: #00a046;
}

.rozetka-delivery-visual .window-bar {
  color: rgba(236, 255, 243, 0.82);
  background: rgba(255, 255, 255, 0.07);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.rozetka-delivery-visual .nova-animation-stage {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #071d17 0%, #0d3227 54%, #092119 100%);
  background-size: 44px 44px, 44px 44px, auto;
}

.rozetka-delivery-visual .nova-stage-label,
.rozetka-delivery-visual .nova-office {
  background: rgba(0, 160, 70, 0.12);
  border-color: rgba(0, 160, 70, 0.28);
}

.rozetka-delivery-visual .nova-branch-line {
  background: linear-gradient(180deg, rgba(0, 160, 70, 0.78), rgba(25, 180, 123, 0));
}

.rozetka-delivery-visual .nova-office i,
.rozetka-delivery-visual .nova-parcel {
  background: linear-gradient(145deg, #00a046, #087b39);
}

.rozetka-delivery-visual .nova-parcel {
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 24px 46px rgba(0, 160, 70, 0.24);
}

.rozetka-delivery-visual .nova-clickuni-node {
  background: rgba(0, 160, 70, 0.18);
  border-color: rgba(0, 160, 70, 0.42);
  box-shadow: 0 16px 36px rgba(0, 160, 70, 0.15);
}

.rozetka-delivery-visual .nova-clickuni-node i {
  color: #071d17;
  background: #c8f044;
}

.rozetka-delivery-visual .nova-phone-bar span,
.rozetka-delivery-visual .nova-chat-line-client,
.rozetka-delivery-visual .nova-customer-walk i {
  background: #00a046;
}

.rozetka-delivery-visual .nova-stage-label-end::after {
  top: -52px;
  right: auto;
  left: 12px;
  box-shadow: 0 12px 28px rgba(0, 160, 70, 0.28);
}

.rozetka-delivery-visual .nova-time-jump {
  top: 150px;
  right: 54px;
}

.rozetka-delivery-visual .nova-customer-walk {
  left: 318px;
  bottom: 44px;
}

.rozetka-delivery-visual .nova-parcel {
  z-index: 3;
}

.prom-page .integration-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 138, 61, 0.18), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, #eef5f9 100%);
}

.prom-page .integration-logo,
.prom-page .integration-bullets span {
  border-color: rgba(255, 138, 61, 0.28);
}

.prom-page .integration-bullets i,
.prom-page .integration-steps span {
  color: #ff8a3d;
}

.prom-page .integration-flow-card i,
.prom-page .template-grid span {
  background: #ff8a3d;
}

@media (min-width: 1181px) {
  .prom-page .integration-hero {
    --prom-visual-width: clamp(780px, 58vw, 900px);
    gap: clamp(28px, 3vw, 42px);
    grid-template-columns: minmax(360px, 1fr) var(--prom-visual-width);
  }

  .prom-page .prom-sync-visual {
    width: var(--prom-visual-width);
    justify-self: end;
  }
}

.prom-sync-visual {
  min-height: 628px;
  overflow: hidden;
  background: #122236;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.prom-sync-visual .window-bar {
  color: rgba(248, 252, 255, 0.88);
  background: rgba(255, 255, 255, 0.07);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.prom-animation-stage {
  --prom-cycle: 28s;
  position: relative;
  min-height: 580px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #122236 0%, #203650 54%, #111d2e 100%);
  background-size: 46px 46px, 46px 46px, auto;
}

.prom-animation-stage::before {
  position: absolute;
  inset: 22px;
  content: "";
  border: 1px solid rgba(255, 138, 61, 0.16);
  border-radius: 8px;
  pointer-events: none;
}

.prom-source-card,
.prom-event,
.prom-clickuni-core,
.prom-template-chip,
.prom-phone,
.prom-send-line {
  position: absolute;
  z-index: 2;
}

.prom-source-card {
  top: 28px;
  left: 32px;
  display: grid;
  gap: 7px;
  width: 300px;
  padding: 15px;
  color: #ffffff;
  background: rgba(255, 138, 61, 0.12);
  border: 1px solid rgba(255, 138, 61, 0.32);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(255, 138, 61, 0.08);
}

.prom-market-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  min-height: 30px;
  padding: 0 9px;
  color: #122236;
  background: #ffffff;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
}

.prom-market-badge img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.prom-source-card b,
.prom-source-card span {
  display: block;
}

.prom-source-card span {
  color: rgba(241, 248, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.prom-event {
  left: 36px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: 296px;
  min-height: 76px;
  padding: 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  opacity: 0;
  transform: translateX(-18px);
  animation-duration: var(--prom-cycle);
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.prom-event i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #122236;
  background: #ff8a3d;
  border-radius: 8px;
  font-size: 17px;
}

.prom-event b,
.prom-event span {
  display: block;
}

.prom-event span {
  color: rgba(241, 248, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
}

.prom-event-new {
  top: 150px;
  animation-name: promEventNew;
}

.prom-event-status {
  top: 250px;
  animation-name: promEventStatus;
}

.prom-event-ttn {
  top: 350px;
  animation-name: promEventTtn;
}

.prom-clickuni-core {
  top: 220px;
  left: 344px;
  display: grid;
  gap: 5px;
  width: 142px;
  padding: 13px;
  color: #ffffff;
  background: rgba(255, 138, 61, 0.14);
  border: 1px solid rgba(255, 138, 61, 0.34);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(255, 138, 61, 0.1);
  animation: promCorePulse var(--prom-cycle) ease-in-out infinite;
}

.prom-clickuni-core i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #122236;
  background: #ffcf70;
  border-radius: 8px;
  font-size: 18px;
}

.prom-clickuni-core span {
  color: rgba(241, 248, 255, 0.78);
  font-size: 12px;
}

.prom-template-chip {
  left: 344px;
  min-height: 32px;
  padding: 8px 10px;
  color: #122236;
  background: #ffcf70;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(8px);
  animation-duration: var(--prom-cycle);
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.prom-template-new {
  top: 158px;
  animation-name: promTemplateNew;
}

.prom-template-status {
  top: 392px;
  animation-name: promTemplateStatus;
}

.prom-template-ttn {
  top: 436px;
  animation-name: promTemplateTtn;
}

.prom-phone {
  top: 62px;
  right: 34px;
  display: grid;
  align-content: start;
  width: 252px;
  min-height: 456px;
  padding: 14px;
  background: #f8fbfd;
  border: 6px solid #0b1727;
  border-radius: 22px;
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.28);
}

.prom-phone-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 28px;
  margin-bottom: 10px;
  color: #536178;
  font-size: 12px;
  font-weight: 900;
}

.prom-phone-bar span {
  width: 8px;
  height: 8px;
  background: #27c173;
  border-radius: 50%;
}

.prom-message {
  justify-self: end;
  max-width: 94%;
  margin-top: 9px;
  padding: 10px 11px;
  color: #142033;
  background: #ffffff;
  border: 1px solid #dfe8ef;
  border-radius: 8px;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.28;
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  animation-duration: var(--prom-cycle);
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.prom-msg-one {
  background: #ff8a3d;
  color: #ffffff;
  animation-name: promMsgOne;
}

.prom-msg-two {
  animation-name: promMsgTwo;
}

.prom-msg-three {
  background: #fff3db;
  border-color: rgba(255, 138, 61, 0.3);
  animation-name: promMsgThree;
}

.prom-msg-four {
  background: #27c173;
  color: #ffffff;
  animation-name: promMsgFour;
}

.prom-send-line {
  left: 490px;
  width: 72px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 138, 61, 0), rgba(255, 138, 61, 0.9));
  opacity: 0;
  transform-origin: left center;
  animation-duration: var(--prom-cycle);
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.prom-line-one {
  top: 208px;
  animation-name: promLineOne;
}

.prom-line-two {
  top: 322px;
  animation-name: promLineTwo;
}

.prom-line-three {
  top: 418px;
  animation-name: promLineThree;
}

@keyframes promEventNew {
  0%, 7% { opacity: 0; transform: translateX(-18px); }
  10%, 100% { opacity: 1; transform: translateX(0); }
}

@keyframes promEventStatus {
  0%, 31% { opacity: 0; transform: translateX(-18px); }
  34%, 100% { opacity: 1; transform: translateX(0); }
}

@keyframes promEventTtn {
  0%, 52% { opacity: 0; transform: translateX(-18px); }
  55%, 100% { opacity: 1; transform: translateX(0); }
}

@keyframes promTemplateNew {
  0%, 11% { opacity: 0; transform: translateY(8px); }
  14%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes promTemplateStatus {
  0%, 36% { opacity: 0; transform: translateY(8px); }
  39%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes promTemplateTtn {
  0%, 57% { opacity: 0; transform: translateY(8px); }
  60%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes promCorePulse {
  0%, 8%, 30%, 52%, 100% {
    box-shadow: 0 18px 38px rgba(255, 138, 61, 0.1);
  }
  13%, 38%, 61% {
    box-shadow: 0 0 0 8px rgba(255, 138, 61, 0.1), 0 18px 38px rgba(255, 138, 61, 0.18);
  }
}

@keyframes promMsgOne {
  0%, 17% { opacity: 0; transform: translateY(10px) scale(0.98); }
  20%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes promMsgTwo {
  0%, 41% { opacity: 0; transform: translateY(10px) scale(0.98); }
  44%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes promMsgThree {
  0%, 62% { opacity: 0; transform: translateY(10px) scale(0.98); }
  65%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes promMsgFour {
  0%, 75% { opacity: 0; transform: translateY(10px) scale(0.98); }
  78%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes promLineOne {
  0%, 15%, 26%, 100% { opacity: 0; transform: scaleX(0.35); }
  18%, 23% { opacity: 1; transform: scaleX(1); }
}

@keyframes promLineTwo {
  0%, 39%, 50%, 100% { opacity: 0; transform: scaleX(0.35); }
  42%, 47% { opacity: 1; transform: scaleX(1); }
}

@keyframes promLineThree {
  0%, 60%, 71%, 100% { opacity: 0; transform: scaleX(0.35); }
  63%, 68% { opacity: 1; transform: scaleX(1); }
}

.salesdrive-page .integration-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(0, 120, 212, 0.16), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, #eef5f9 100%);
}

.salesdrive-page .integration-logo,
.salesdrive-page .integration-bullets span {
  border-color: rgba(0, 120, 212, 0.22);
}

.salesdrive-page .integration-bullets i,
.salesdrive-page .integration-steps span {
  color: #0078d4;
}

.salesdrive-page .integration-flow-card i,
.salesdrive-page .template-grid span {
  background: #0078d4;
}

.keycrm-page .integration-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(28, 200, 138, 0.16), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, #eef8f4 100%);
}

.keycrm-page .integration-logo,
.keycrm-page .integration-bullets span {
  border-color: rgba(28, 200, 138, 0.24);
}

.keycrm-page .integration-bullets i,
.keycrm-page .integration-steps span {
  color: #1cc88a;
}

.keycrm-page .integration-flow-card i,
.keycrm-page .template-grid span {
  background: #1cc88a;
}

.sms-fallback-page .integration-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(246, 194, 62, 0.2), transparent 30%),
    linear-gradient(180deg, #fffdf7 0%, #f7fafc 100%);
}

.sms-fallback-page .integration-logo,
.sms-fallback-page .integration-bullets span {
  border-color: rgba(246, 194, 62, 0.35);
}

.sms-fallback-page .integration-bullets i,
.sms-fallback-page .integration-steps span {
  color: #b7791f;
}

.sms-fallback-page .integration-flow-card i,
.sms-fallback-page .template-grid span {
  background: #b7791f;
}

.opencart-page .integration-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(25, 180, 123, 0.18), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, #eef5f9 100%);
}

.opencart-page .integration-logo,
.opencart-page .integration-bullets span {
  border-color: rgba(25, 180, 123, 0.24);
}

.opencart-page .integration-bullets i,
.opencart-page .integration-steps span {
  color: var(--green);
}

.opencart-page .integration-flow-card i,
.opencart-page .template-grid span {
  background: var(--green);
}

.olx-page .integration-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(35, 229, 219, 0.2), transparent 30%),
    radial-gradient(circle at 20% 88%, rgba(0, 47, 52, 0.08), transparent 28%),
    linear-gradient(180deg, #f7fafc 0%, #eef5f9 100%);
}

.olx-page .integration-logo,
.olx-page .integration-bullets span {
  border-color: rgba(35, 229, 219, 0.35);
}

.olx-page .integration-bullets i,
.olx-page .integration-steps span {
  color: #002f34;
}

.olx-page .integration-flow-card i,
.olx-page .template-grid span {
  color: #002f34;
  background: #23e5db;
}

@media (min-width: 1181px) {
  .olx-page .integration-hero {
    --olx-visual-width: clamp(780px, 58vw, 900px);
    gap: clamp(28px, 3vw, 42px);
    grid-template-columns: minmax(360px, 1fr) var(--olx-visual-width);
  }

  .olx-page .olx-chat-visual {
    width: var(--olx-visual-width);
    justify-self: end;
  }
}

.olx-chat-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #002f34;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.olx-chat-visual .window-bar {
  color: rgba(228, 255, 253, 0.84);
  background: rgba(255, 255, 255, 0.07);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.olx-animation-stage {
  --olx-cycle: 35s;
  position: relative;
  min-height: 602px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #002f34 0%, #064349 52%, #002f34 100%);
  background-size: 44px 44px, 44px 44px, auto;
}

.olx-animation-stage::before {
  position: absolute;
  inset: 22px;
  content: "";
  border: 1px solid rgba(35, 229, 219, 0.16);
  border-radius: 8px;
  pointer-events: none;
}

.olx-conversation,
.olx-speed-badge {
  position: absolute;
}

.olx-conversation {
  z-index: 2;
}

.olx-listing-thumb {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #002f34;
  background: #23e5db;
  border-radius: 8px;
  font-size: 20px;
}

.olx-chat-heading b,
.olx-chat-heading span {
  display: block;
}

.olx-chat-heading b {
  color: #ffffff;
}

.olx-chat-heading span {
  color: rgba(228, 255, 253, 0.78);
  font-size: 12px;
  font-weight: 800;
}

.olx-context-line {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 8px 0 9px;
}

.olx-context-line span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 26px;
  padding: 0 9px;
  color: rgba(228, 255, 253, 0.86);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 850;
}

.olx-speed-badge {
  top: 11px;
  right: 14px;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  max-width: 310px;
  padding: 0 13px;
  color: #002f34;
  background: linear-gradient(135deg, #c8f044 0%, #23e5db 100%);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow: 0 0 0 0 rgba(200, 240, 68, 0.34), 0 16px 32px rgba(200, 240, 68, 0.2);
  pointer-events: none;
  animation: olxSpeedBadgeBlink 1.15s ease-in-out infinite;
}

.olx-conversation {
  inset: 18px;
  display: grid;
  align-content: start;
  justify-items: stretch;
  min-height: calc(100% - 36px);
  padding: 14px;
  padding-top: 14px;
  background: rgba(0, 47, 52, 0.7);
  border: 1px solid rgba(35, 229, 219, 0.18);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.olx-chat-heading {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: min(520px, 68%);
  min-height: 60px;
  padding: 8px;
  background: rgba(35, 229, 219, 0.1);
  border: 1px solid rgba(35, 229, 219, 0.25);
  border-radius: 8px;
}

.olx-message {
  position: relative;
  overflow: hidden;
  max-width: 64%;
  margin-top: 7px;
  padding: 8px 11px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  animation-duration: var(--olx-cycle);
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
  animation-fill-mode: both;
}

.olx-message-in {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 6px 13px;
  justify-self: start;
  color: #e4fffd;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  transform-origin: left center;
}

.olx-message-out {
  justify-self: end;
  max-width: 70%;
  color: #002f34;
  background: #23e5db;
  box-shadow: 0 16px 30px rgba(35, 229, 219, 0.16);
  transform-origin: right center;
}

.olx-ai-reply {
  overflow: visible;
}

.olx-message-system {
  justify-self: center;
  max-width: 78%;
  color: #002f34;
  background: #c8f044;
  border: 1px solid rgba(200, 240, 68, 0.55);
  box-shadow: 0 16px 34px rgba(200, 240, 68, 0.18);
  font-weight: 900;
  transform-origin: center;
}

.olx-message-system i {
  margin-right: 6px;
}

.olx-ai-reply::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.46) 48%, transparent 100%);
  opacity: 0;
  transform: translateX(-115%);
  pointer-events: none;
}

.olx-ai-reply::after {
  position: absolute;
  right: 10px;
  top: -22px;
  content: "AI генерує...";
  min-height: 20px;
  padding: 3px 8px;
  color: #c8f044;
  background: rgba(0, 47, 52, 0.9);
  border: 1px solid rgba(200, 240, 68, 0.42);
  border-radius: 8px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0;
  opacity: 0;
  box-shadow: 0 0 0 0 rgba(200, 240, 68, 0.2);
}

.olx-message-out span {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid rgba(0, 47, 52, 0.16);
  font-size: 9.5px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(0, 47, 52, 0.72);
}

.olx-msg-one {
  animation-name: olxMsgOne;
}

.olx-msg-two {
  animation-name: olxMsgTwo, olxAiMagicTwo;
}

.olx-msg-two::before {
  animation: olxAiSweepTwo var(--olx-cycle) ease-in-out infinite;
}

.olx-msg-two::after {
  animation: olxAiThinkingTwo var(--olx-cycle) ease-in-out infinite;
}

.olx-msg-three {
  animation-name: olxMsgThree;
}

.olx-msg-four {
  animation-name: olxMsgFour, olxAiMagicFour;
}

.olx-msg-four::before {
  animation: olxAiSweepFour var(--olx-cycle) ease-in-out infinite;
}

.olx-msg-four::after {
  animation: olxAiThinkingFour var(--olx-cycle) ease-in-out infinite;
}

.olx-msg-five {
  animation-name: olxMsgFive;
}

.olx-msg-six {
  animation-name: olxMsgSix, olxAiMagicSix;
}

.olx-msg-six::before {
  animation: olxAiSweepSix var(--olx-cycle) ease-in-out infinite;
}

.olx-msg-six::after {
  animation: olxAiThinkingSix var(--olx-cycle) ease-in-out infinite;
}

.olx-msg-seven {
  animation-name: olxMsgSeven;
}

.olx-msg-eight {
  animation-name: olxMsgEight;
}

@keyframes olxSpeedBadgeBlink {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 0 0 0 rgba(200, 240, 68, 0.32), 0 16px 32px rgba(200, 240, 68, 0.2);
    filter: saturate(1);
  }
  50% {
    transform: translateY(-1px) scale(1.035);
    box-shadow: 0 0 0 8px rgba(200, 240, 68, 0.12), 0 0 34px rgba(35, 229, 219, 0.34);
    filter: saturate(1.25);
  }
}

@keyframes olxBuyerOne {
  0%, 6% { opacity: 0; transform: translateY(12px); }
  9%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes olxBuyerTwo {
  0%, 23% { opacity: 0; transform: translateY(12px); }
  26%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes olxBuyerThree {
  0%, 42% { opacity: 0; transform: translateY(12px); }
  45%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes olxHubPulse {
  0%, 8%, 22%, 38%, 58%, 100% {
    box-shadow: 0 18px 38px rgba(35, 229, 219, 0.1);
  }
  11%, 28%, 48% {
    box-shadow: 0 0 0 8px rgba(35, 229, 219, 0.09), 0 18px 38px rgba(35, 229, 219, 0.16);
  }
}

@keyframes olxModeAuto {
  0%, 13% { opacity: 0; transform: translateY(12px); }
  16%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes olxModeAi {
  0%, 36% { opacity: 0; transform: translateY(12px); }
  40%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes olxContextShow {
  0%, 39% { opacity: 0; transform: translateY(10px); }
  43%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes olxMsgOne {
  0%, 4% { opacity: 0; transform: translateX(-24px) translateY(8px) scale(0.96); }
  6%, 100% { opacity: 1; transform: translateX(0) translateY(0) scale(1); }
}

@keyframes olxMsgTwo {
  0%, 11% { opacity: 0; transform: translateX(28px) translateY(8px) scale(0.96); }
  14%, 100% { opacity: 1; transform: translateX(0) translateY(0) scale(1); }
}

@keyframes olxMsgThree {
  0%, 19% { opacity: 0; transform: translateX(-24px) translateY(8px) scale(0.96); }
  22%, 100% { opacity: 1; transform: translateX(0) translateY(0) scale(1); }
}

@keyframes olxMsgFour {
  0%, 28% { opacity: 0; transform: translateX(28px) translateY(8px) scale(0.96); }
  31%, 100% { opacity: 1; transform: translateX(0) translateY(0) scale(1); }
}

@keyframes olxMsgFive {
  0%, 37% { opacity: 0; transform: translateX(-24px) translateY(8px) scale(0.96); }
  40%, 100% { opacity: 1; transform: translateX(0) translateY(0) scale(1); }
}

@keyframes olxMsgSix {
  0%, 45% { opacity: 0; transform: translateX(28px) translateY(8px) scale(0.96); }
  48%, 100% { opacity: 1; transform: translateX(0) translateY(0) scale(1); }
}

@keyframes olxMsgSeven {
  0%, 52% { opacity: 0; transform: translateX(-24px) translateY(8px) scale(0.96); }
  55%, 100% { opacity: 1; transform: translateX(0) translateY(0) scale(1); }
}

@keyframes olxMsgEight {
  0%, 56% { opacity: 0; transform: translateY(12px) scale(0.94); }
  59%, 62% {
    opacity: 1;
    transform: translateY(0) scale(1.02);
    box-shadow: 0 0 0 8px rgba(200, 240, 68, 0.14), 0 16px 34px rgba(200, 240, 68, 0.2);
  }
  64%, 100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    box-shadow: 0 16px 34px rgba(200, 240, 68, 0.18);
  }
}

@keyframes olxAiMagicTwo {
  0%, 10%, 17%, 100% {
    filter: none;
    box-shadow: 0 16px 30px rgba(35, 229, 219, 0.16);
  }
  12%, 15.5% {
    filter: saturate(1.18);
    box-shadow:
      0 0 0 7px rgba(35, 229, 219, 0.14),
      0 0 34px rgba(200, 240, 68, 0.28),
      0 16px 30px rgba(35, 229, 219, 0.2);
  }
}

@keyframes olxAiMagicFour {
  0%, 27%, 34%, 100% {
    filter: none;
    box-shadow: 0 16px 30px rgba(35, 229, 219, 0.16);
  }
  29%, 32.5% {
    filter: saturate(1.18);
    box-shadow:
      0 0 0 7px rgba(35, 229, 219, 0.14),
      0 0 34px rgba(200, 240, 68, 0.28),
      0 16px 30px rgba(35, 229, 219, 0.2);
  }
}

@keyframes olxAiMagicSix {
  0%, 44%, 51%, 100% {
    filter: none;
    box-shadow: 0 16px 30px rgba(35, 229, 219, 0.16);
  }
  46%, 49.5% {
    filter: saturate(1.18);
    box-shadow:
      0 0 0 7px rgba(35, 229, 219, 0.14),
      0 0 34px rgba(200, 240, 68, 0.28),
      0 16px 30px rgba(35, 229, 219, 0.2);
  }
}

@keyframes olxAiSweepTwo {
  0%, 11%, 17%, 100% { opacity: 0; transform: translateX(-115%); }
  12% { opacity: 0.86; transform: translateX(-115%); }
  15.5% { opacity: 0; transform: translateX(115%); }
}

@keyframes olxAiSweepFour {
  0%, 28%, 34%, 100% { opacity: 0; transform: translateX(-115%); }
  29% { opacity: 0.86; transform: translateX(-115%); }
  32.5% { opacity: 0; transform: translateX(115%); }
}

@keyframes olxAiSweepSix {
  0%, 45%, 51%, 100% { opacity: 0; transform: translateX(-115%); }
  46% { opacity: 0.86; transform: translateX(-115%); }
  49.5% { opacity: 0; transform: translateX(115%); }
}

@keyframes olxAiThinkingTwo {
  0%, 8%, 14%, 100% { opacity: 0; transform: translateY(4px); }
  9%, 12.5% { opacity: 1; transform: translateY(0); box-shadow: 0 0 0 5px rgba(200, 240, 68, 0.12); }
}

@keyframes olxAiThinkingFour {
  0%, 25%, 31%, 100% { opacity: 0; transform: translateY(4px); }
  26%, 29.5% { opacity: 1; transform: translateY(0); box-shadow: 0 0 0 5px rgba(200, 240, 68, 0.12); }
}

@keyframes olxAiThinkingSix {
  0%, 42%, 48%, 100% { opacity: 0; transform: translateY(4px); }
  43%, 46.5% { opacity: 1; transform: translateY(0); box-shadow: 0 0 0 5px rgba(200, 240, 68, 0.12); }
}

@keyframes olxSendLine {
  0%, 18%, 51%, 100% { opacity: 0; transform: scaleX(0.4); }
  21%, 28%, 55%, 62% { opacity: 1; transform: scaleX(1); }
}

@keyframes olxReplyBadge {
  0%, 53% { opacity: 0; transform: translateY(8px); }
  58%, 100% { opacity: 1; transform: translateY(0); }
}

.ebay-page .integration-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(134, 184, 23, 0.2), transparent 30%),
    radial-gradient(circle at 18% 82%, rgba(229, 50, 56, 0.12), transparent 28%),
    linear-gradient(180deg, #fbfcf7 0%, #eef6eb 100%);
}

.ebay-page .integration-logo,
.ebay-page .integration-bullets span {
  border-color: rgba(134, 184, 23, 0.34);
}

.ebay-page .integration-bullets i,
.ebay-page .integration-steps span {
  color: #86b817;
}

.ebay-page .integration-flow-card i,
.ebay-page .template-grid span {
  color: #ffffff;
  background: #86b817;
}

.amazon-page .integration-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 153, 0, 0.2), transparent 30%),
    linear-gradient(180deg, #f8fbfd 0%, #edf3f7 100%);
}

.amazon-page .integration-logo,
.amazon-page .integration-bullets span {
  border-color: rgba(35, 47, 62, 0.2);
}

.amazon-page .integration-bullets i,
.amazon-page .integration-steps span {
  color: #ff9900;
}

.amazon-page .integration-flow-card i,
.amazon-page .template-grid span {
  color: #ffffff;
  background: #232f3e;
}

.etsy-page .integration-hero {
  background:
    radial-gradient(circle at 84% 16%, rgba(241, 100, 30, 0.18), transparent 30%),
    linear-gradient(180deg, #fffaf7 0%, #f8efe9 100%);
}

.etsy-page .integration-logo,
.etsy-page .integration-bullets span {
  border-color: rgba(241, 100, 30, 0.28);
}

.etsy-page .integration-bullets i,
.etsy-page .integration-steps span {
  color: #f1641e;
}

.etsy-page .integration-flow-card i,
.etsy-page .template-grid span {
  color: #ffffff;
  background: #f1641e;
}

.tiktok-page .integration-hero {
  background:
    radial-gradient(circle at 84% 16%, rgba(0, 242, 234, 0.18), transparent 30%),
    radial-gradient(circle at 24% 88%, rgba(255, 0, 80, 0.14), transparent 26%),
    linear-gradient(180deg, #f8fbfc 0%, #eef5f7 100%);
}

.tiktok-page .integration-logo,
.tiktok-page .integration-bullets span {
  border-color: rgba(0, 0, 0, 0.12);
}

.tiktok-page .integration-bullets i,
.tiktok-page .integration-steps span {
  color: #ff0050;
}

.tiktok-page .integration-flow-card i,
.tiktok-page .template-grid span {
  color: #ffffff;
  background: #08090d;
}

.messenger-page .integration-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(103, 87, 217, 0.18), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, #eef5f9 100%);
}

.messenger-page .integration-logo,
.messenger-page .integration-bullets span {
  border-color: rgba(103, 87, 217, 0.24);
}

.messenger-page .integration-bullets i,
.messenger-page .integration-steps span,
.messenger-page .integration-logo i {
  color: #6757d9;
}

.messenger-page .integration-flow-card i,
.messenger-page .template-grid span {
  background: #6757d9;
}

.instagram-page .integration-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(220, 39, 67, 0.17), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, #fff1f6 100%);
}

.instagram-page .integration-logo,
.instagram-page .integration-bullets span {
  border-color: rgba(220, 39, 67, 0.24);
}

.instagram-page .integration-logo i {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #5851db);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.instagram-page .integration-bullets i,
.instagram-page .integration-steps span {
  color: #dc2743;
}

.instagram-page .integration-flow-card i,
.instagram-page .template-grid span {
  background: #dc2743;
}

.telegram-bot-page .integration-hero {
  background:
    radial-gradient(circle at 88% 18%, rgba(44, 165, 224, 0.2), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #eef7fd 100%);
}

.telegram-bot-page .integration-logo,
.telegram-bot-page .integration-bullets span {
  border-color: rgba(44, 165, 224, 0.28);
}

.telegram-bot-page .integration-bullets i,
.telegram-bot-page .integration-steps span,
.telegram-bot-page .integration-logo i {
  color: #2ca5e0;
}

.telegram-bot-page .integration-flow-card i,
.telegram-bot-page .template-grid span {
  background: #2ca5e0;
}

.viber-bot-page .integration-hero {
  background:
    radial-gradient(circle at 88% 18%, rgba(115, 96, 242, 0.2), transparent 30%),
    linear-gradient(180deg, #f9f8ff 0%, #f1efff 100%);
}

.viber-bot-page .integration-logo,
.viber-bot-page .integration-bullets span {
  border-color: rgba(115, 96, 242, 0.28);
}

.viber-bot-page .integration-bullets i,
.viber-bot-page .integration-steps span,
.viber-bot-page .integration-logo i {
  color: #7360f2;
}

.viber-bot-page .integration-flow-card i,
.viber-bot-page .template-grid span {
  background: #7360f2;
}

.api-hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.62fr);
}

.code-preview {
  padding: 0;
  overflow: hidden;
  background: #102033;
  border-color: rgba(255, 255, 255, 0.08);
}

.code-preview pre,
.response-card pre,
.code-block {
  overflow-x: auto;
  margin: 0;
  color: #dff5ff;
  background: #102033;
  font: 14px/1.7 "SFMono-Regular", Consolas, monospace;
}

.code-preview pre {
  padding: 24px;
}

.api-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.api-nav {
  position: sticky;
  top: 102px;
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 14px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.api-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 13px 14px;
  color: var(--brand-dark);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 850;
}

.api-nav i {
  color: var(--brand);
}

.api-docs {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.api-doc-card {
  min-width: 0;
  padding: clamp(24px, 4vw, 38px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(17, 32, 51, 0.06);
}

.api-doc-card p {
  color: var(--muted);
  font-size: 18px;
}

.code-block {
  max-width: 100%;
  margin: 18px 0;
  padding: 18px;
  border-radius: 8px;
}

.light-code {
  color: var(--brand-dark);
  background: #eef7fb;
  border: 1px solid rgba(15, 139, 214, 0.18);
}

.api-table {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.api-table div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 16px;
  background: #f7fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.api-table b {
  color: var(--brand-dark);
}

.api-table span {
  color: var(--muted);
}

.response-card {
  overflow: hidden;
  background: #102033;
  border-radius: 8px;
}

.api-example-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.response-card b {
  display: block;
  padding: 16px 18px 0;
  color: #ffffff;
}

.response-card pre {
  padding: 14px 18px 20px;
}

.blog-post-layout {
  padding: clamp(34px, 5vw, 64px) clamp(20px, 5vw, 72px) 0;
  background: #ffffff;
}

.blog-post-head {
  max-width: 980px;
  margin: 0 auto 28px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--brand);
  font-weight: 850;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.post-meta span {
  padding: 7px 10px;
  color: var(--brand-dark);
  background: #eef4f8;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
}

.blog-post-head h1 {
  margin-bottom: 18px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.04;
}

.blog-post-head p {
  max-width: 820px;
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 24px);
}

.post-cover {
  display: block;
  width: min(1120px, 100%);
  max-height: 520px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.post-body-wrap {
  display: grid;
  grid-template-columns: 260px minmax(0, 780px);
  gap: clamp(24px, 5vw, 56px);
  justify-content: center;
  padding: clamp(34px, 5vw, 64px) 0;
}

.post-body-wrap.single-post-body {
  grid-template-columns: minmax(0, 900px);
}

.post-aside {
  min-width: 0;
}

.post-aside-card {
  position: sticky;
  top: 102px;
  display: grid;
  gap: 10px;
  padding: 18px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.post-aside-card b {
  margin-bottom: 4px;
  color: var(--brand-dark);
}

.post-aside-card a {
  color: var(--muted);
  font-weight: 750;
}

.post-aside-card a:hover {
  color: var(--brand);
}

.post-content {
  min-width: 0;
}

.post-content section {
  padding-bottom: 34px;
}

.post-content h2 {
  font-size: clamp(28px, 3.2vw, 40px);
}

.post-content p,
.post-content li {
  color: #3f4c5f;
  font-size: 19px;
}

.post-content blockquote {
  margin: 28px 0;
  padding: 24px;
  color: var(--brand-dark);
  background: #eef7fb;
  border-left: 5px solid var(--brand);
  border-radius: 8px;
  font-size: 22px;
  font-weight: 800;
}

.db-post-content {
  overflow: hidden;
  color: #3f4c5f;
  word-break: normal;
  overflow-wrap: anywhere;
}

.db-post-content > h1:first-child,
.db-post-content article > h1:first-child,
.db-post-content header > h1:first-child {
  display: none;
}

.db-post-content *,
.db-post-content *::before,
.db-post-content *::after {
  box-sizing: border-box;
  max-width: 100%;
}

.db-post-content article,
.db-post-content section,
.db-post-content header,
.db-post-content footer {
  width: 100%;
}

.db-post-content h2,
.db-post-content h3,
.db-post-content h4 {
  color: var(--brand-dark);
  line-height: 1.18;
}

.db-post-content h2 {
  margin: 34px 0 16px;
  font-size: clamp(26px, 3vw, 36px);
}

.db-post-content h3 {
  margin: 26px 0 12px;
  font-size: clamp(22px, 2.2vw, 28px);
}

.db-post-content p {
  margin: 0 0 18px;
}

.db-post-content ul,
.db-post-content ol {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
  padding-left: 24px;
}

.db-post-content li {
  padding-left: 4px;
}

.db-post-content a {
  color: var(--brand);
  font-weight: 850;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.db-post-content a:hover {
  text-decoration: underline;
}

.db-post-content img,
.db-post-content video,
.db-post-content iframe {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 22px auto;
  border-radius: 8px;
}

.db-post-content img {
  box-shadow: 0 12px 32px rgba(17, 32, 51, 0.08);
}

.db-post-content pre {
  width: 100%;
  max-width: 100%;
  margin: 22px 0;
  padding: 18px;
  overflow-x: auto;
  color: #e7f2ff;
  background: #102033;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  white-space: pre;
  -webkit-overflow-scrolling: touch;
}

.db-post-content code,
.db-post-content your_token {
  padding: 2px 6px;
  color: #0d3b66;
  background: #eef7fb;
  border-radius: 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.92em;
}

.db-post-content pre code {
  display: block;
  min-width: max-content;
  padding: 0;
  color: inherit;
  background: transparent;
  border-radius: 0;
}

.db-post-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 22px 0;
  overflow-x: auto;
  border-collapse: collapse;
}

.db-post-content th,
.db-post-content td {
  padding: 12px;
  border: 1px solid var(--line);
  vertical-align: top;
}

.db-post-content blockquote {
  margin: 24px 0;
}

.db-post-content hr {
  height: 1px;
  margin: 28px 0;
  background: var(--line);
  border: 0;
}

.post-flow {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.post-flow div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.post-flow i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #ffffff;
  background: var(--brand);
  border-radius: 8px;
}

.post-flow span {
  color: var(--ink);
  font-weight: 800;
}

.related-posts {
  background: #f7fafc;
}

.compact-articles {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1080px) {
  .nav {
    display: none;
  }

  .menu-button {
    display: none;
  }

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

  .hero-visual {
    min-height: 560px;
  }

  .feature-grid,
  .automation,
  .split-section {
    grid-template-columns: 1fr;
  }

  .chat-flow {
    grid-template-columns: 1fr;
  }

  .flow-arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

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

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-hero,
  .api-hero,
  .integration-hero {
    grid-template-columns: 1fr;
  }

  .pricing-grid,
  .pricing-principles,
  .article-grid,
  .integration-card-grid,
  .template-grid {
    grid-template-columns: 1fr;
  }

  .integration-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .setup-section {
    grid-template-columns: 1fr;
  }

  .security-panel,
  .scenario-panel,
  .ai-panel,
  .security-points {
    grid-template-columns: 1fr;
  }

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

  .feature-article {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .pricing-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .feature-article img {
    min-height: 220px;
  }

  .api-layout {
    grid-template-columns: 1fr;
  }

  .register-strip {
    grid-template-columns: 1fr;
  }

  .register-strip-actions {
    min-width: 0;
  }

  .post-body-wrap {
    grid-template-columns: 1fr;
  }

  .post-aside-card {
    position: static;
  }

  .api-nav {
    position: static;
  }

  .large-card {
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 14px 18px;
  }

  .integration-free-notice {
    align-items: flex-start;
    width: calc(100% - 28px);
    margin-top: 12px;
    padding: 12px 14px;
    font-size: 14px;
  }

  .integration-free-notice i {
    width: 28px;
    height: 28px;
    margin-top: 1px;
  }

  .site-header {
    flex-wrap: wrap;
    gap: 10px;
  }

  .header-actions {
    margin-left: auto;
    gap: 8px;
  }

  .menu-button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    order: 4;
    margin-left: 8px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(17, 32, 51, 0.06);
  }

  .menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--brand-dark);
  }

  .mobile-nav {
    display: none;
    order: 5;
    width: 100%;
    padding: 14px;
    background:
      linear-gradient(135deg, rgba(15, 139, 214, 0.08), rgba(25, 180, 123, 0.08)),
      #ffffff;
    border-top: 1px solid var(--line);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 24px 45px rgba(17, 32, 51, 0.08);
  }

  .mobile-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 12px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(219, 229, 235, 0.85);
    border-radius: 8px;
    font-weight: 800;
  }

  .mobile-nav > a + a,
  .mobile-nav-actions {
    margin-top: 8px;
  }

  .mobile-nav i {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #ffffff;
    background: var(--brand);
    border-radius: 8px;
    font-size: 13px;
  }

  .mobile-nav-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .mobile-nav-actions a {
    justify-content: center;
  }

  .mobile-nav-actions a:first-child {
    background: #ffffff;
  }

  .mobile-nav-actions a:last-child {
    color: #ffffff;
    background: var(--brand);
    border-color: var(--brand);
  }

  .mobile-nav-actions a:last-child i {
    color: var(--brand);
    background: #ffffff;
  }

  .menu-toggle:checked ~ .mobile-nav {
    display: grid;
  }

  .brand {
    font-size: 20px;
  }

  .brand img {
    width: 140px;
    max-width: 46vw;
  }

  .button-small {
    min-height: 38px;
    padding: 0 12px;
  }

  .hero {
    min-height: auto;
    padding: 42px 18px 36px;
  }

  h1 {
    font-size: 42px;
  }

  .hero-lead,
  .split-section p,
  .automation-copy p,
  .feature-card p {
    font-size: 16px;
  }

  .hero-actions,
  .proof-row {
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .proof-row {
    display: grid;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 34px;
  }

  .source-orbit {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
  }

  .source {
    position: static;
    min-height: 34px;
    font-size: 13px;
    animation: none;
  }

  .app-window {
    position: static;
    border-radius: 10px;
  }

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

  .inbox-list {
    display: grid;
    grid-template-columns: 1fr;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .inbox-item:not(.active) {
    display: none;
  }

  .conversation {
    padding: 16px;
  }

  .customer-card,
  .order-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .message {
    max-width: 100%;
  }

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

  .chat-flow-section {
    padding-top: 54px;
  }

  .flow-panel {
    min-height: auto;
    padding: 20px;
  }

  .flow-label,
  .flow-icons,
  .scenario-list,
  .mini-chat {
    margin-bottom: 18px;
  }

  .section {
    padding: 54px 18px;
  }

  .feature-grid {
    gap: 12px;
  }

  .capability-layout,
  .capability-grid,
  .answer-grid {
    grid-template-columns: 1fr;
  }

  .channels-section {
    padding: 54px 18px;
  }

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

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

  .channel-card,
  .wide-channel {
    min-height: auto;
    grid-column: auto;
  }

  .channel-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0 16px;
    padding: 18px;
  }

  .integration-link-more {
    grid-column: 2;
  }

  .channel-icon {
    grid-row: span 2;
    margin-bottom: 0;
  }

  .channel-card h3 {
    margin-bottom: 4px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding: 44px 18px;
  }

  .page-hero {
    min-height: auto;
    padding: 30px 18px 28px;
  }

  .integration-hero {
    padding: 30px 18px 28px;
  }

  .integration-title-row {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
  }

  .integration-logo {
    width: 58px;
    height: 58px;
  }

  .integration-logo img {
    width: 40px;
    height: 40px;
  }

  .integration-title-row h1 {
    font-size: 31px;
  }

  .integration-bullets {
    display: grid;
    gap: 8px;
    margin: 18px 0;
  }

  .integration-visual {
    display: none;
  }

  .integration-steps {
    grid-template-columns: 1fr;
  }

  .setup-list div {
    align-items: start;
  }

  .page-hero h1 {
    font-size: 32px;
  }

  .page-hero .hero-lead {
    font-size: 16px;
  }

  .page-hero .hero-actions {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .page-hero .hero-actions .button {
    flex: 1 1 0;
    width: auto;
    min-height: 44px;
    padding: 0 10px;
    font-size: 14px;
  }

  .page-hero .knowledge-panel,
  .page-hero .price-summary,
  .page-hero .code-preview {
    display: none;
  }

  .knowledge-panel,
  .price-summary,
  .code-preview {
    padding: 18px;
  }

  .code-preview {
    padding: 0;
  }

  .article-card img {
    height: 170px;
  }

  .pricing-card,
  .faq-grid article,
  .api-doc-card {
    padding: 20px;
  }

  .register-strip {
    margin: 18px;
    padding: 24px 20px;
  }

  .billing-toggle {
    width: 100%;
  }

  .register-strip-actions {
    grid-template-columns: 1fr;
  }

  .register-strip .button {
    width: 100%;
  }

  .blog-post-layout {
    padding: 30px 18px 0;
  }

  .blog-post-head h1 {
    font-size: 34px;
  }

  .post-cover {
    border-radius: 8px;
  }

  .post-body-wrap {
    padding: 30px 0;
  }

  .post-content p,
  .post-content li {
    font-size: 17px;
  }

  .post-content blockquote {
    padding: 20px;
    font-size: 18px;
  }

  .plan-price b {
    font-size: 36px;
  }

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

  .api-table div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .api-example-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand img {
    width: 140px;
  }

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

@media (prefers-reduced-motion: reduce) {
  .source {
    animation: none;
  }
}

.online-chat-page .integration-hero {
  background:
    linear-gradient(135deg, rgba(15, 139, 214, 0.09), rgba(25, 180, 123, 0.08)),
    #f7fafc;
}

.online-chat-logo {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), var(--green));
}

.online-chat-logo i {
  color: #ffffff;
}

.online-chat-visual {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(25, 180, 123, 0.18), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(15, 139, 214, 0.18), transparent 32%),
    #ffffff;
}

.online-chat-demo {
  position: relative;
  min-height: 520px;
  padding: 32px;
}

.online-chat-widget {
  position: relative;
  width: min(390px, 100%);
  margin-left: auto;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dbe5eb;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(17, 32, 51, 0.18);
}

.online-chat-widget-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: #ffffff;
  background: #2563eb;
}

.online-chat-widget-head strong,
.online-chat-widget-head small {
  display: block;
}

.online-chat-widget-head strong {
  font-size: 20px;
}

.online-chat-widget-head small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.86);
}

.online-chat-widget-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 260px;
  padding: 22px;
  background: #f8fbff;
}

.oc-message {
  max-width: 84%;
  padding: 11px 14px;
  border-radius: 16px;
  color: #172033;
  background: #ffffff;
  border: 1px solid #e3e8ef;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(17, 32, 51, 0.07);
}

.oc-system {
  align-self: center;
  color: #647084;
  font-size: 13px;
  font-weight: 650;
}

.oc-client {
  align-self: flex-end;
  color: #ffffff;
  background: #2563eb;
  border-color: #2563eb;
}

.oc-operator {
  align-self: flex-start;
}

.online-chat-widget-form {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: #ffffff;
  border-top: 1px solid #e8edf3;
}

.online-chat-widget-form span {
  flex: 1;
  padding: 12px 14px;
  color: #8a94a3;
  border: 1px solid #d8e0ea;
  border-radius: 14px;
}

.online-chat-widget-form button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #ffffff;
  background: #2563eb;
  border: 0;
  border-radius: 14px;
}

.online-chat-powered {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 7px;
  color: #8a94a3;
  background: #ffffff;
  border-top: 1px solid #eef2f7;
  font-size: 12px;
}

.online-chat-launcher {
  position: absolute;
  left: 28px;
  bottom: 34px;
  display: grid;
  grid-template-columns: 64px minmax(170px, 220px);
  gap: 14px;
  align-items: end;
}

.online-chat-launcher > span {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #19b47b);
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(15, 139, 214, 0.28);
  font-size: 24px;
}

.online-chat-launcher div {
  display: grid;
  gap: 8px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #dbe5eb;
  border-radius: 14px;
  box-shadow: 0 20px 44px rgba(17, 32, 51, 0.14);
}

.online-chat-launcher a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  color: #516074;
  background: #f7fafc;
  border-radius: 8px;
  font-weight: 800;
}

@media (min-width: 1181px) {
  .online-chat-page .integration-hero {
    --online-chat-visual-width: clamp(780px, 58vw, 900px);
    gap: clamp(28px, 3vw, 42px);
    grid-template-columns: minmax(360px, 1fr) var(--online-chat-visual-width);
  }

  .online-chat-page .online-chat-visual {
    width: var(--online-chat-visual-width);
    justify-self: end;
  }
}

.online-chat-demo {
  --oc-cycle: 22s;
  min-height: 560px;
  background:
    linear-gradient(90deg, rgba(15, 139, 214, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(25, 180, 123, 0.055) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(239, 249, 255, 0.96));
  background-size: 44px 44px, 44px 44px, auto;
}

.online-chat-demo::before,
.online-chat-demo::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  pointer-events: none;
  z-index: 1;
}

.online-chat-demo::before {
  top: 246px;
  left: 354px;
  width: 10px;
  height: 10px;
  background: var(--brand);
  box-shadow: 0 0 0 8px rgba(15, 139, 214, 0.1), 0 0 24px rgba(15, 139, 214, 0.36);
  opacity: 0;
  animation: ocDataDotForward var(--oc-cycle) ease-in-out infinite;
}

.online-chat-demo::after {
  top: 304px;
  right: 300px;
  width: 10px;
  height: 10px;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(25, 180, 123, 0.1), 0 0 24px rgba(25, 180, 123, 0.36);
  opacity: 0;
  animation: ocDataDotBack var(--oc-cycle) ease-in-out infinite;
}

.oc-site-card,
.oc-clickuni-hub,
.oc-context-card,
.oc-telegram-card,
.oc-panel-card,
.oc-flow-line {
  position: absolute;
  z-index: 2;
}

.oc-site-card {
  top: 28px;
  left: 30px;
  width: 330px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dbe5eb;
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(17, 32, 51, 0.16);
  animation: ocSiteCardLive var(--oc-cycle) ease-in-out infinite;
}

.oc-browser-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
  color: #516074;
  background: #eef6ff;
  border-bottom: 1px solid #dbe8f4;
  font-size: 12px;
}

.oc-browser-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff6b62;
}

.oc-browser-bar span:nth-child(2) {
  background: #ffc04d;
}

.oc-browser-bar span:nth-child(3) {
  background: #27c173;
}

.oc-browser-bar b {
  margin-left: 4px;
}

.oc-product-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
}

.oc-product-card i {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), var(--green));
  border-radius: 8px;
  font-size: 22px;
}

.oc-product-card b,
.oc-product-card span {
  display: block;
}

.oc-product-card span {
  margin-top: 3px;
  color: #647084;
  font-size: 12px;
  font-weight: 800;
}

.oc-site-widget {
  margin: 0 14px 14px;
  overflow: hidden;
  background: #f8fbff;
  border: 1px solid #dce8f2;
  border-radius: 8px;
  animation: ocWidgetGlow var(--oc-cycle) ease-in-out infinite;
}

.oc-site-widget-head {
  padding: 11px 12px;
  color: #ffffff;
  background: #2563eb;
}

.oc-site-widget-head b,
.oc-site-widget-head small {
  display: block;
}

.oc-site-widget-head small {
  margin-top: 2px;
  opacity: 0.86;
  font-size: 11px;
}

.oc-site-message {
  max-width: 84%;
  margin: 9px 10px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  animation-duration: var(--oc-cycle);
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.oc-site-message-system {
  margin-inline: auto;
  color: #647084;
  background: #ffffff;
  border: 1px solid #e3e8ef;
  animation-name: ocSiteSystem;
}

.oc-site-message-client {
  margin-left: auto;
  color: #ffffff;
  background: #2563eb;
  animation-name: ocSiteClient;
}

.oc-site-message-operator {
  color: #172033;
  background: #ffffff;
  border: 1px solid #e3e8ef;
  animation-name: ocSiteOperator;
}

.oc-clickuni-hub {
  top: 166px;
  left: 380px;
  display: grid;
  gap: 5px;
  width: 156px;
  padding: 14px;
  color: #ffffff;
  background: #102033;
  border: 1px solid rgba(15, 139, 214, 0.2);
  border-radius: 8px;
  box-shadow: 0 20px 44px rgba(16, 32, 51, 0.18);
  animation: ocHubPulse var(--oc-cycle) ease-in-out infinite;
}

.oc-clickuni-hub i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), var(--green));
  border-radius: 8px;
  animation: ocHubIconBlink 2.2s ease-in-out infinite;
}

.oc-clickuni-hub span {
  color: rgba(217, 231, 242, 0.78);
  font-size: 12px;
}

.oc-context-card {
  left: 362px;
  bottom: 42px;
  display: grid;
  gap: 8px;
  width: 220px;
  padding: 12px;
  color: #172033;
  background: #ffffff;
  border: 1px solid #dbe5eb;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(17, 32, 51, 0.12);
  opacity: 0;
  transform: translateY(10px);
  animation: ocContextShow var(--oc-cycle) ease-in-out infinite;
}

.oc-context-card span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #516074;
  font-size: 11px;
  font-weight: 850;
}

.oc-context-card i {
  color: var(--brand);
}

.oc-telegram-card {
  top: 28px;
  right: 30px;
  display: grid;
  gap: 10px;
  width: 264px;
  padding: 14px;
  color: #172033;
  background: #eef6ff;
  border: 1px solid #d5e9ff;
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(44, 165, 224, 0.18);
  animation: ocTelegramCardPulse var(--oc-cycle) ease-in-out infinite;
}

.oc-telegram-head {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0d3b66;
  font-weight: 900;
}

.oc-telegram-head i {
  color: #2ca5e0;
  font-size: 20px;
}

.oc-telegram-msg {
  display: grid;
  gap: 4px;
  padding: 11px 12px;
  color: #ffffff;
  background: #2ca5e0;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(8px);
  animation: ocTelegramMsg var(--oc-cycle) ease-in-out infinite;
}

.oc-telegram-msg span {
  font-size: 12px;
  opacity: 0.88;
}

.oc-telegram-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.oc-telegram-buttons span {
  display: grid;
  min-height: 34px;
  place-items: center;
  color: #0d3b66;
  background: #ffffff;
  border: 1px solid #d5e9ff;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  opacity: 0;
  animation: ocTelegramButtons var(--oc-cycle) ease-in-out infinite;
}

.oc-telegram-buttons span:nth-child(1) {
  animation-name: ocTelegramButtonAccept;
}

.oc-telegram-buttons span:nth-child(3) {
  animation-name: ocTelegramButtonReply;
}

.oc-panel-card {
  right: 30px;
  bottom: 38px;
  display: grid;
  gap: 7px;
  width: 280px;
  padding: 14px;
  color: #172033;
  background: #ffffff;
  border: 1px solid #dbe5eb;
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(17, 32, 51, 0.14);
  opacity: 0;
  transform: translateY(10px);
  animation: ocPanelShow var(--oc-cycle) ease-in-out infinite;
}

.oc-panel-card > span {
  color: #647084;
  font-size: 12px;
  font-weight: 800;
}

.oc-panel-line {
  padding: 8px 9px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 850;
}

.oc-panel-line.visitor {
  background: #eef6ff;
  color: #0d3b66;
}

.oc-panel-line.event {
  background: #f3f7fb;
  color: #647084;
}

.oc-panel-line.operator {
  background: #e8f8f1;
  color: #0f704e;
  animation: ocPanelOperatorPulse var(--oc-cycle) ease-in-out infinite;
}

.oc-flow-line {
  height: 2px;
  background: linear-gradient(90deg, rgba(15, 139, 214, 0), rgba(15, 139, 214, 0.9));
  opacity: 0;
  transform-origin: left center;
  animation-duration: var(--oc-cycle);
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.oc-flow-line::after {
  position: absolute;
  top: -4px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 18px rgba(15, 139, 214, 0.6);
  opacity: 0;
  animation-duration: var(--oc-cycle);
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.oc-flow-line-one {
  top: 248px;
  left: 360px;
  width: 58px;
  animation-name: ocFlowOne;
}

.oc-flow-line-one::after {
  animation-name: ocFlowDotOne;
}

.oc-flow-line-two {
  top: 154px;
  left: 536px;
  width: 78px;
  animation-name: ocFlowTwo;
}

.oc-flow-line-two::after {
  animation-name: ocFlowDotTwo;
}

.oc-flow-line-three {
  top: 304px;
  left: 536px;
  width: 92px;
  animation-name: ocFlowThree;
}

.oc-flow-line-three::after {
  animation-name: ocFlowDotThree;
}

@keyframes ocSiteCardLive {
  0%, 11%, 100% { transform: translateY(0); }
  14%, 18% { transform: translateY(-3px); }
}

@keyframes ocWidgetGlow {
  0%, 11%, 22%, 68%, 82%, 100% {
    box-shadow: none;
  }
  14%, 19% {
    box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.1), 0 0 24px rgba(37, 99, 235, 0.18);
  }
  72%, 78% {
    box-shadow: 0 0 0 5px rgba(25, 180, 123, 0.1), 0 0 24px rgba(25, 180, 123, 0.18);
  }
}

@keyframes ocHubIconBlink {
  0%, 100% { transform: scale(1); filter: saturate(1); }
  50% { transform: scale(1.08); filter: saturate(1.35); }
}

@keyframes ocTelegramCardPulse {
  0%, 33%, 54%, 100% {
    transform: translateY(0);
    box-shadow: 0 24px 58px rgba(44, 165, 224, 0.18);
  }
  39%, 48% {
    transform: translateY(-3px);
    box-shadow: 0 0 0 8px rgba(44, 165, 224, 0.08), 0 24px 58px rgba(44, 165, 224, 0.24);
  }
}

@keyframes ocSiteSystem {
  0%, 4% { opacity: 0; transform: translateY(8px) scale(0.98); }
  7%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes ocSiteClient {
  0%, 13% { opacity: 0; transform: translateY(8px) scale(0.98); }
  16%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes ocSiteOperator {
  0%, 69% { opacity: 0; transform: translateY(8px) scale(0.98); }
  73%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes ocHubPulse {
  0%, 14%, 34%, 55%, 100% {
    box-shadow: 0 20px 44px rgba(16, 32, 51, 0.18);
  }
  20%, 41%, 61% {
    box-shadow: 0 0 0 8px rgba(15, 139, 214, 0.1), 0 20px 44px rgba(16, 32, 51, 0.2);
  }
}

@keyframes ocContextShow {
  0%, 20% { opacity: 0; transform: translateY(10px); }
  24%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes ocTelegramMsg {
  0%, 35% { opacity: 0; transform: translateY(8px); }
  39%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes ocTelegramButtons {
  0%, 43% { opacity: 0; transform: translateY(6px); }
  47%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes ocTelegramButtonAccept {
  0%, 43% {
    opacity: 0;
    transform: translateY(6px);
    background: #ffffff;
    color: #0d3b66;
  }
  47%, 53% {
    opacity: 1;
    transform: translateY(0) scale(1.04);
    background: #2ca5e0;
    color: #ffffff;
    box-shadow: 0 0 0 5px rgba(44, 165, 224, 0.13);
  }
  57%, 100% {
    opacity: 1;
    transform: translateY(0);
    background: #ffffff;
    color: #0d3b66;
    box-shadow: none;
  }
}

@keyframes ocTelegramButtonReply {
  0%, 43% {
    opacity: 0;
    transform: translateY(6px);
    background: #ffffff;
    color: #0d3b66;
  }
  47%, 61% {
    opacity: 1;
    transform: translateY(0);
    background: #ffffff;
    color: #0d3b66;
    box-shadow: none;
  }
  65%, 72% {
    opacity: 1;
    transform: translateY(0) scale(1.04);
    background: #19b47b;
    color: #ffffff;
    box-shadow: 0 0 0 5px rgba(25, 180, 123, 0.13);
  }
  76%, 100% {
    opacity: 1;
    transform: translateY(0);
    background: #ffffff;
    color: #0d3b66;
    box-shadow: none;
  }
}

@keyframes ocPanelShow {
  0%, 53% { opacity: 0; transform: translateY(10px); }
  57%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes ocPanelOperatorPulse {
  0%, 63%, 75%, 100% {
    box-shadow: none;
    transform: translateX(0);
  }
  67%, 71% {
    box-shadow: 0 0 0 5px rgba(25, 180, 123, 0.12);
    transform: translateX(-2px);
  }
}

@keyframes ocFlowOne {
  0%, 18%, 30%, 100% { opacity: 0; transform: scaleX(0.4); }
  21%, 27% { opacity: 1; transform: scaleX(1); }
}

@keyframes ocFlowDotOne {
  0%, 18%, 30%, 100% { opacity: 0; transform: translateX(0); }
  21% { opacity: 1; transform: translateX(0); }
  27% { opacity: 1; transform: translateX(52px); }
}

@keyframes ocFlowTwo {
  0%, 32%, 45%, 100% { opacity: 0; transform: scaleX(0.4); }
  36%, 42% { opacity: 1; transform: scaleX(1); }
}

@keyframes ocFlowDotTwo {
  0%, 32%, 45%, 100% { opacity: 0; transform: translateX(0); }
  36% { opacity: 1; transform: translateX(0); }
  42% { opacity: 1; transform: translateX(72px); }
}

@keyframes ocFlowThree {
  0%, 62%, 76%, 100% { opacity: 0; transform: scaleX(0.4); }
  66%, 72% { opacity: 1; transform: scaleX(1); }
}

@keyframes ocFlowDotThree {
  0%, 62%, 76%, 100% { opacity: 0; transform: translateX(0); }
  66% { opacity: 1; transform: translateX(86px); }
  72% { opacity: 1; transform: translateX(0); }
}

@keyframes ocDataDotForward {
  0%, 18%, 47%, 100% { opacity: 0; transform: translate(0, 0) scale(0.85); }
  21% { opacity: 1; transform: translate(0, 0) scale(1); }
  33% { opacity: 1; transform: translate(170px, -92px) scale(1); }
  43% { opacity: 1; transform: translate(360px, -92px) scale(1); }
}

@keyframes ocDataDotBack {
  0%, 62%, 82%, 100% { opacity: 0; transform: translate(0, 0) scale(0.85); }
  66% { opacity: 1; transform: translate(0, 0) scale(1); }
  74% { opacity: 1; transform: translate(-190px, 78px) scale(1); }
  80% { opacity: 1; transform: translate(-550px, 42px) scale(1); }
}

.online-chat-page .integration-hero {
  align-items: center;
}

@media (min-width: 1181px) {
  .online-chat-page .integration-hero {
    --online-chat-visual-width: clamp(860px, 60vw, 980px);
  }
}

.online-chat-demo {
  --oc-cycle: 20s;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 28px;
  align-items: stretch;
  min-height: 700px;
  padding: 26px;
}

.online-chat-demo::before {
  top: 46%;
  left: 47%;
  width: 12px;
  height: 12px;
  animation-name: ocTwoColumnDotForward;
}

.online-chat-demo::after {
  top: 58%;
  right: 48%;
  width: 12px;
  height: 12px;
  animation-name: ocTwoColumnDotBack;
}

.oc-site-card,
.oc-telegram-card {
  position: relative;
  inset: auto;
  width: auto;
  min-width: 0;
  height: 100%;
  z-index: 2;
}

.oc-site-card {
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr);
  border: 1px solid rgba(15, 139, 214, 0.16);
}

.oc-side-label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 14px;
  color: #0d3b66;
  background: linear-gradient(135deg, #eaf6ff, #f7fbff);
  border-bottom: 1px solid #dbe8f4;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.oc-side-label i {
  display: grid;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #ffffff;
  background: var(--brand);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(15, 139, 214, 0.18);
}

.oc-side-label.telegram {
  color: #0d3b66;
  background: linear-gradient(135deg, #dff3ff, #f2fbff);
}

.oc-side-label.telegram i {
  background: #2ca5e0;
}

.oc-browser-bar {
  min-height: 32px;
}

.oc-product-card {
  padding: 13px 14px 10px;
}

.oc-site-widget {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: 0;
  margin: 0 14px 14px;
}

.oc-site-widget-head {
  position: relative;
  padding: 12px 14px;
  overflow: hidden;
}

.oc-site-widget-head::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45%;
  width: 35%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  animation: ocHeaderSweep var(--oc-cycle) ease-in-out infinite;
}

.oc-site-widget-head b {
  font-size: 16px;
}

.oc-site-thread,
.oc-telegram-thread {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
}

.oc-site-thread {
  justify-content: flex-start;
  padding: 10px;
}

.oc-site-message {
  width: fit-content;
  max-width: 88%;
  margin: 0;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 1.25;
  animation-name: ocChatBubbleShow;
}

.oc-site-message-system {
  align-self: center;
}

.oc-site-message-client {
  align-self: flex-end;
}

.oc-site-message-operator {
  align-self: flex-start;
}

.oc-site-widget-form,
.oc-telegram-composer {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 10px;
  color: #8a94a3;
  background: #ffffff;
  border-top: 1px solid #dce8f2;
  font-size: 11px;
  font-weight: 800;
}

.oc-site-widget-form span,
.oc-telegram-composer span {
  flex: 1;
  min-width: 0;
}

.oc-site-widget-form i,
.oc-telegram-composer i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #ffffff;
  background: var(--brand);
  border-radius: 8px;
  animation: ocSendPulse var(--oc-cycle) ease-in-out infinite;
}

.oc-telegram-card {
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  padding: 14px;
  background: #eaf6ff;
  animation: ocTelegramCardPulse var(--oc-cycle) ease-in-out infinite;
}

.oc-telegram-card .oc-side-label {
  margin: -2px -2px 2px;
  border: 1px solid #d5e9ff;
  border-radius: 8px;
}

.oc-telegram-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  color: #0d3b66;
  background: #ffffff;
  border: 1px solid #d5e9ff;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 850;
  opacity: 0;
  animation: ocChatBubbleShow var(--oc-cycle) ease-in-out infinite;
}

.oc-telegram-thread {
  justify-content: flex-start;
  gap: 6px;
  padding-top: 2px;
}

.oc-telegram-msg {
  display: block;
  width: fit-content;
  max-width: 88%;
  padding: 7px 9px;
  color: #172033;
  background: #ffffff;
  border: 1px solid #d5e9ff;
  border-radius: 8px 8px 8px 2px;
  box-shadow: 0 8px 18px rgba(44, 165, 224, 0.1);
  font-size: 10.5px;
  font-weight: 850;
  line-height: 1.25;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  animation: ocChatBubbleShow var(--oc-cycle) ease-in-out infinite;
}

.oc-telegram-msg.operator {
  align-self: flex-end;
  color: #ffffff;
  background: #2ca5e0;
  border-color: #2ca5e0;
  border-radius: 8px 8px 2px 8px;
}

.oc-telegram-msg.client {
  align-self: flex-start;
}

.oc-telegram-msg.service {
  align-self: center;
  max-width: 96%;
  color: #607085;
  background: rgba(255, 255, 255, 0.72);
  border: 1px dashed #c8dcea;
  border-radius: 999px;
  box-shadow: none;
  font-size: 10px;
  font-weight: 850;
}

.oc-telegram-msg.service i {
  margin-right: 4px;
  color: var(--brand);
}

.oc-tg-alert {
  width: 100%;
  max-width: 100%;
  color: #ffffff;
  background: #102033;
  border-color: #102033;
  border-radius: 8px;
}

.oc-tg-alert b,
.oc-tg-alert span {
  display: block;
}

.oc-tg-alert span {
  margin-top: 3px;
  opacity: 0.82;
}

.oc-site-message-system,
.oc-telegram-meta,
.oc-tg-alert {
  animation-delay: 0s;
}

.oc-msg-1,
.oc-tg-1 {
  animation-delay: 2.4s;
}

.oc-msg-2,
.oc-tg-2 {
  animation-delay: 5.6s;
}

.oc-msg-3,
.oc-tg-3 {
  animation-delay: 8.4s;
}

.oc-msg-4,
.oc-tg-4 {
  animation-delay: 10.2s;
}

.oc-msg-5,
.oc-tg-5 {
  animation-delay: 12.6s;
}

.oc-tg-6 {
  animation-delay: 14.2s;
}

.oc-tg-tech-1 {
  animation-delay: 0.9s;
}

.oc-tg-tech-2 {
  animation-delay: 1.6s;
}

.oc-tg-tech-3 {
  animation-delay: 3.8s;
}

.oc-tg-tech-4 {
  animation-delay: 7.1s;
}

@keyframes ocChatBubbleShow {
  0%, 6% {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  10%, 88% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  96%, 100% {
    opacity: 0;
    transform: translateY(-4px) scale(0.99);
  }
}

@keyframes ocHeaderSweep {
  0%, 12%, 100% { transform: translateX(0); }
  18%, 35% { transform: translateX(390%); }
}

@keyframes ocSendPulse {
  0%, 46%, 62%, 100% {
    transform: scale(1);
    box-shadow: none;
  }
  51%, 57% {
    transform: scale(1.1);
    box-shadow: 0 0 0 5px rgba(15, 139, 214, 0.12);
  }
}

@keyframes ocTwoColumnDotForward {
  0%, 8%, 82%, 100% { opacity: 0; transform: translate(-70px, -84px) scale(0.75); }
  13% { opacity: 1; transform: translate(-70px, -84px) scale(1); }
  26% { opacity: 1; transform: translate(68px, -84px) scale(1); }
  34% { opacity: 0; transform: translate(96px, -84px) scale(0.8); }
  48% { opacity: 1; transform: translate(-72px, 10px) scale(1); }
  58% { opacity: 1; transform: translate(70px, 10px) scale(1); }
  66% { opacity: 0; transform: translate(98px, 10px) scale(0.8); }
}

@keyframes ocTwoColumnDotBack {
  0%, 32%, 100% { opacity: 0; transform: translate(82px, 86px) scale(0.75); }
  40% { opacity: 1; transform: translate(82px, 86px) scale(1); }
  54% { opacity: 1; transform: translate(-82px, 86px) scale(1); }
  62% { opacity: 0; transform: translate(-108px, 86px) scale(0.8); }
  72% { opacity: 1; transform: translate(82px, 28px) scale(1); }
  82% { opacity: 1; transform: translate(-82px, 28px) scale(1); }
  90% { opacity: 0; transform: translate(-108px, 28px) scale(0.8); }
}

@media (max-width: 980px) {
  .online-chat-demo {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .oc-site-card,
  .oc-telegram-card {
    min-height: 520px;
  }

  .online-chat-demo::before,
  .online-chat-demo::after {
    display: none;
  }
}

.online-chat-telegram-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(28px, 5vw, 54px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.online-chat-flow-section .scenario-panel {
  display: block;
}

.online-chat-flow-section .scenario-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.online-chat-flow-section .scenario-list span {
  justify-content: flex-start;
  min-width: 0;
  text-align: left;
}

.telegram-menu-preview {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: #eef6ff;
  border: 1px solid #d5e9ff;
  border-radius: 18px;
}

.telegram-message {
  display: grid;
  gap: 4px;
  max-width: 88%;
  padding: 12px 14px;
  color: #172033;
  background: #ffffff;
  border-radius: 14px 14px 14px 4px;
  box-shadow: 0 10px 24px rgba(17, 32, 51, 0.08);
}

.telegram-message.incoming {
  justify-self: end;
  color: #ffffff;
  background: #2ca5e0;
  border-radius: 14px 14px 4px 14px;
}

.telegram-message span {
  font-size: 13px;
  opacity: 0.82;
}

.telegram-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.telegram-buttons span {
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 8px;
  color: #0d3b66;
  background: #ffffff;
  border: 1px solid #d5e9ff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

@media (max-width: 1080px) {
  .online-chat-telegram-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .online-chat-demo {
    min-height: auto;
    padding: 18px;
  }

  .online-chat-widget {
    margin: 0 auto;
  }

  .online-chat-launcher {
    position: static;
    grid-template-columns: 56px 1fr;
    margin-top: 18px;
  }

  .online-chat-launcher > span {
    width: 56px;
    height: 56px;
  }

  .telegram-buttons {
    grid-template-columns: 1fr;
  }

  .online-chat-flow-section .scenario-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .button-small {
    min-height: 38px;
    padding: 0 10px;
    font-size: 13px;
  }

  .brand img {
    width: 116px;
  }

  .menu-button {
    width: 38px;
    height: 38px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }
}
