/* KIT Expert public CSS: page-home.css */

.kitexpert-panel--hero,
.kitexpert-panel--section,
.kitexpert-metric-stack,
.kitexpert-service-card {
  padding: 30px;
}

.kitexpert-service-card,
.kitexpert-mini-card,
.kitexpert-product-card,
.kitexpert-value-card,
.kitexpert-calculator-preview__item {
  height: 100%;
}

.kitexpert-inline-image-card {
  margin-top: 18px;
}

.kitexpert-service-card__value {
  margin-top: 14px;
  color: var(--kitexpert-blue);
  font-weight: 800;
}

.kitexpert-service-card .kitexpert-service-card__value {
  margin-top: auto;
  padding-top: 16px;
}

.kitexpert-service-card__value--stack {
  display: grid;
  gap: 2px;
  line-height: 1.08;
}

.kitexpert-service-card__value--stack span:last-child {
  font-size: 0.92rem;
  font-weight: 700;
}

.kitexpert-mini-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.kitexpert-mini-card {
  display: flex;
  flex-direction: column;
}

.kitexpert-mini-card--link,
.kitexpert-mini-card--link:visited {
  color: inherit;
  text-decoration: none;
}

.kitexpert-mini-card--link {
  cursor: pointer;
}

.kitexpert-mini-card--link:focus-visible {
  outline: 3px solid rgba(92, 143, 224, 0.34);
  outline-offset: 3px;
}

.kitexpert-mini-card .kitexpert-copy {
  margin-top: auto;
  padding-top: 12px;
}

.kitexpert-mini-card .kitexpert-copy + .kitexpert-copy {
  margin-top: 0;
  padding-top: 10px;
}

.kitexpert-value-grid,
.kitexpert-product-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

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

.kitexpert-value-card,
.kitexpert-product-card {
  border: 1px solid rgba(92, 143, 224, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.kitexpert-value-card:hover,
.kitexpert-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 30px rgba(27, 46, 66, 0.08);
  border-color: rgba(92, 143, 224, 0.18);
}

.kitexpert-value-card {
  padding: 18px;
}

.kitexpert-value-card strong {
  display: block;
  font-family: var(--kitexpert-font-display);
  font-size: 0.98rem;
  line-height: 1.35;
}

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

.kitexpert-product-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 250, 255, 0.92)),
      rgba(255, 255, 255, 0.72);
}

.kitexpert-product-card--link,
.kitexpert-product-card--link:visited {
  color: inherit;
  text-decoration: none;
}

.kitexpert-product-card--link {
  cursor: pointer;
}

.kitexpert-product-card--link:focus-visible {
  outline: 3px solid rgba(92, 143, 224, 0.34);
  outline-offset: 3px;
}

.kitexpert-product-card__head {
  display: grid;
  gap: 0;
}

.kitexpert-product-card h3 {
  margin: 0;
  font-size: 1.34rem;
}

.kitexpert-product-card__meta {
  margin: 0;
  margin-top: auto;
  padding-top: 8px;
  color: var(--kitexpert-blue);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
}

.kitexpert-hero-grid,
.kitexpert-two-up,
.kitexpert-services,
.kitexpert-monitoring-spotlight,
.kitexpert-support-spotlight,
.kitexpert-winwin {
  display: grid;
  gap: 18px;
}

.kitexpert-hero-grid {
  grid-template-columns: minmax(0, 1fr) 400px;
  margin-bottom: 18px;
}

.kitexpert-two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.kitexpert-monitoring-spotlight,
.kitexpert-support-spotlight,
.kitexpert-winwin,
.kitexpert-final-cta {
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  margin-top: 18px;
}

.kitexpert-metric-stack {
  display: grid;
  gap: 14px;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.kitexpert-metric-stack:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

.kitexpert-metric-card,
.kitexpert-mini-card,
.kitexpert-chart-wrap,
.kitexpert-monitor-box,
.kitexpert-support-box {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(92, 143, 224, 0.08);
  background: rgba(255, 255, 255, 0.56);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.kitexpert-metric-card:hover,
.kitexpert-mini-card:hover,
.kitexpert-chart-wrap:hover,
.kitexpert-monitor-box:hover,
.kitexpert-support-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 30px rgba(27, 46, 66, 0.08);
  border-color: rgba(92, 143, 224, 0.16);
}

.kitexpert-hero-art-card,
.kitexpert-inline-image-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(92, 143, 224, 0.08);
  background: rgba(255, 255, 255, 0.56);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.kitexpert-hero-art-card:hover,
.kitexpert-inline-image-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 30px rgba(27, 46, 66, 0.08);
  border-color: rgba(92, 143, 224, 0.16);
}

.kitexpert-hero-art-card img,
.kitexpert-inline-image-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.kitexpert-metric-card strong {
  display: block;
  font-family: var(--kitexpert-font-display);
  font-size: 1rem;
  line-height: 1.25;
}

.kitexpert-monitor-bars {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.kitexpert-monitor-track span {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar-width, 72%);
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(115, 181, 244, 0.95), rgba(141, 157, 242, 0.92));
  box-shadow: 0 10px 18px rgba(92, 143, 224, 0.18);
  transform-origin: left center;
  animation: kitexpert-monitor-bar 3.6s ease-in-out infinite;
  animation-delay: var(--bar-delay, 0s);
}

.kitexpert-client-logos {
  margin-top: 18px;
}

.kitexpert-client-logos__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.kitexpert-client-logo {
  display: flex;
  min-height: 132px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.98));
  border: 1px solid rgba(21, 34, 53, 0.07);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.kitexpert-client-logo:hover,
.kitexpert-client-logo:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(92, 143, 224, 0.24);
  box-shadow: 0 16px 34px rgba(21, 34, 53, 0.08);
}

.kitexpert-client-logo:focus-visible {
  outline: 2px solid rgba(92, 143, 224, 0.45);
  outline-offset: 3px;
}

.kitexpert-client-logo__stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 94px;
  padding: 12px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f7fafe);
  border: 1px solid rgba(21, 34, 53, 0.06);
}

.kitexpert-client-logo__image {
  display: block;
  max-width: 100%;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.kitexpert-client-logo__stage--logo-rapid .kitexpert-client-logo__image {
  max-height: 84px;
}

.kitexpert-client-logo__stage--logo-dato .kitexpert-client-logo__image {
  max-height: 66px;
}

.kitexpert-client-logo__stage--logo-lumipark .kitexpert-client-logo__image,
.kitexpert-client-logo__stage--logo-realships .kitexpert-client-logo__image {
  max-height: 52px;
}

.kitexpert-client-logo__stage--logo-taino .kitexpert-client-logo__image {
  max-height: 72px;
}

.kitexpert-two-up > .kitexpert-panel--section > .kitexpert-list:last-child,
.kitexpert-two-up > .kitexpert-panel--section > .kitexpert-mini-grid:last-child,
.kitexpert-two-up > .kitexpert-panel--section > .kitexpert-product-grid:last-child {
  margin-top: 18px;
}

.kitexpert-code-preview {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(92, 143, 224, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(159, 215, 255, 0.28), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 247, 255, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.kitexpert-code-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(159, 215, 255, 0.14), transparent);
  transform: translateX(-100%);
  animation: kitexpert-code-scan 5.2s linear infinite;
}

.kitexpert-code-preview__toolbar {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.kitexpert-code-preview__toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(92, 143, 224, 0.18);
}

.kitexpert-code-preview__toolbar span:nth-child(1) { background: rgba(115, 181, 244, 0.52); }

.kitexpert-code-preview__toolbar span:nth-child(2) { background: rgba(159, 215, 207, 0.74); }

.kitexpert-code-preview__toolbar span:nth-child(3) { background: rgba(182, 175, 243, 0.54); }

.kitexpert-code-preview__body {
  margin: 0;
  display: grid;
  gap: 10px;
  color: #4b7fd0;
  font-family: "IBM Plex Mono", "Consolas", monospace;
  font-size: 0.92rem;
  line-height: 1.65;
  white-space: pre-wrap;
}

.kitexpert-code-row {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  border-right: 2px solid rgba(115, 181, 244, 0.72);
  animation: kitexpert-code-type 5.4s steps(40, end) infinite;
  animation-delay: var(--delay);
}

.kitexpert-code-keyword {
  color: #5c8fe0;
  font-weight: 700;
}

.kitexpert-code-name {
  color: #4b7fd0;
}

.kitexpert-code-accent {
  color: #71b3f1;
}

.kitexpert-code-string {
  color: #86a9e8;
}

.kitexpert-monitor-box strong,
.kitexpert-chart-wrap strong,
.kitexpert-support-box strong {
  display: block;
  font-family: var(--kitexpert-font-display);
}

.kitexpert-support-box {
  display: grid;
  gap: 12px;
}

.kitexpert-architecture-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: stretch;
  margin-top: 18px;
}

.kitexpert-architecture-copy {
  min-width: 0;
}

.kitexpert-architecture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.kitexpert-architecture-card {
  padding: 16px;
  border-radius: 18px;
}

.kitexpert-architecture-card h3 {
  font-size: 1rem;
  line-height: 1.14;
}

.kitexpert-architecture-card .kitexpert-copy {
  font-size: 0.94rem;
  line-height: 1.62;
}

.kitexpert-architecture-map {
  position: relative;
  min-height: 304px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(92, 143, 224, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 84%, rgba(159, 215, 207, 0.3), transparent 24%),
    radial-gradient(circle at 82% 16%, rgba(115, 181, 244, 0.24), transparent 24%),
    radial-gradient(circle at 72% 62%, rgba(182, 175, 243, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 249, 255, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.kitexpert-network-blueprint {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 268px;
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(rgba(92, 143, 224, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 143, 224, 0.07) 1px, transparent 1px),
    rgba(255, 255, 255, 0.24);
  background-size: 36px 36px;
}

.kitexpert-architecture-chips {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.kitexpert-architecture-chips span {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 10px 14px;
  border: 1px solid rgba(92, 143, 224, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--kitexpert-deep);
  font-family: var(--kitexpert-font-display);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
  box-shadow: 0 10px 20px rgba(27, 46, 66, 0.05);
}

.kitexpert-network-blueprint::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px dashed rgba(92, 143, 224, 0.18);
  border-radius: inherit;
  pointer-events: none;
}

.kitexpert-network-node {
  border: 1px solid rgba(92, 143, 224, 0.14);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 24px rgba(27, 46, 66, 0.06);
}

.kitexpert-network-node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 10px 12px;
  border-radius: 18px;
  color: var(--kitexpert-deep);
  text-align: center;
  animation: kitexpert-network-node-pulse 6.8s ease-in-out infinite;
}

.kitexpert-network-node strong {
  display: block;
  font-family: var(--kitexpert-font-display);
  font-size: 0.9rem;
  line-height: 1.08;
}

.kitexpert-network-node--center {
  left: 50%;
  top: 50%;
  width: 148px;
  min-height: 70px;
  color: #ffffff;
  background: linear-gradient(135deg, #5c8fe0, #73b5f4);
  box-shadow: 0 22px 40px rgba(92, 143, 224, 0.24);
  transform: translate(-50%, -50%) scale(1.12);
  animation: kitexpert-network-center-pulse 6.8s ease-in-out infinite;
}

.kitexpert-network-node--office-main { left: 26px; top: 32px; width: 112px; min-height: 46px; animation-delay: 0.18s; }

.kitexpert-network-node--office-branch { right: 26px; top: 32px; width: 112px; min-height: 46px; animation-delay: 0.36s; }

.kitexpert-network-node--shops { left: 26px; bottom: 32px; width: 112px; min-height: 46px; animation-delay: 0.54s; }

.kitexpert-network-node--remote { right: 26px; bottom: 32px; width: 112px; min-height: 46px; animation-delay: 0.72s; }

.kitexpert-network-link {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 106px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(92, 143, 224, 0.2), rgba(92, 143, 224, 0.72), rgba(159, 215, 207, 0.12));
  transform-origin: left center;
  animation: kitexpert-network-link-draw 6.8s ease-in-out infinite;
}

.kitexpert-network-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #73b5f4;
  box-shadow: 0 0 0 6px rgba(115, 181, 244, 0.12);
  transform: translate(-50%, -50%);
  animation: kitexpert-network-packet 6.8s ease-in-out infinite;
}

.kitexpert-network-link--main { transform: rotate(226deg); animation-delay: 0s; }

.kitexpert-network-link--branch { transform: rotate(-46deg); animation-delay: 0.2s; }

.kitexpert-network-link--shops { transform: rotate(134deg); animation-delay: 0.4s; }

.kitexpert-network-link--remote { transform: rotate(46deg); animation-delay: 0.6s; }

.kitexpert-network-link--main::after { animation-delay: 0s; }

.kitexpert-network-link--branch::after { animation-delay: 0.2s; }

.kitexpert-network-link--shops::after { animation-delay: 0.4s; }

.kitexpert-network-link--remote::after { animation-delay: 0.6s; }

.kitexpert-ticket-board {
  display: grid;
  gap: 12px;
}

.kitexpert-ticket-card {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(92, 143, 224, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 24px rgba(27, 46, 66, 0.05);
  transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.kitexpert-ticket-card.is-reordering {
  opacity: 0.76;
  transform: scale(0.985);
}

.kitexpert-ticket-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.kitexpert-ticket-card__title {
  color: var(--kitexpert-text);
  font-size: 0.94rem;
  font-weight: 800;
}

.kitexpert-ticket-card__status-stack {
  position: relative;
  display: inline-flex;
  min-width: 128px;
  min-height: 28px;
}

.kitexpert-ticket-card__status {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: rgba(92, 143, 224, 0.12);
  color: var(--kitexpert-blue);
  opacity: 0;
  transform: translateY(4px);
  animation: kitexpert-ticket-status 16.8s ease-in-out infinite;
  animation-delay: var(--ticket-status-delay, 0s);
}

.kitexpert-ticket-card.is-pending .kitexpert-ticket-card__status {
  background: rgba(236, 187, 92, 0.16);
  color: #b07a0d;
}

.kitexpert-ticket-card.is-done .kitexpert-ticket-card__status {
  background: rgba(72, 176, 126, 0.16);
  color: #258a57;
}

.kitexpert-ticket-card.is-active .kitexpert-ticket-card__status:nth-child(2) {
  background: rgba(92, 143, 224, 0.16);
  color: var(--kitexpert-blue);
}

.kitexpert-ticket-card.is-active .kitexpert-ticket-card__status:nth-child(3),
.kitexpert-ticket-card.is-done .kitexpert-ticket-card__status:last-child {
  background: rgba(72, 176, 126, 0.16);
  color: #258a57;
}

.kitexpert-ticket-card__meta {
  color: var(--kitexpert-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.kitexpert-bars {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 88px;
  margin-top: 12px;
}

.kitexpert-bar {
  flex: 1;
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(180deg, var(--kitexpert-cyan), var(--kitexpert-blue));
  transform-origin: bottom;
  animation: kitexpert-bars 4.8s ease-in-out infinite;
}

.kitexpert-bar:nth-child(2) { animation-delay: 0.35s; }

.kitexpert-bar:nth-child(3) { animation-delay: 0.7s; }

.kitexpert-bar:nth-child(4) { animation-delay: 1.05s; }

.kitexpert-bar:nth-child(5) { animation-delay: 1.4s; }

.kitexpert-chart-svg {
  width: 100%;
  height: 220px;
  margin-top: 12px;
  overflow: visible;
}

.kitexpert-axis {
  stroke: rgba(24, 40, 58, 0.12);
  stroke-width: 1;
}

.kitexpert-grid-line {
  stroke: rgba(24, 40, 58, 0.08);
  stroke-width: 1;
  stroke-dasharray: 4 6;
}

.kitexpert-line-track {
  fill: none;
  stroke: rgba(159, 215, 255, 0.5);
  stroke-width: 12;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kitexpert-line-main {
  fill: none;
  stroke: var(--kitexpert-blue);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  animation: kitexpert-draw 4.8s ease forwards infinite;
  filter: drop-shadow(0 10px 16px rgba(92, 143, 224, 0.24));
}

.kitexpert-point {
  fill: #fff;
  stroke: var(--kitexpert-blue);
  stroke-width: 4;
  animation: kitexpert-point-pulse 2.6s ease-in-out infinite;
}

.kitexpert-point:nth-of-type(2) { animation-delay: 0.35s; }

.kitexpert-point:nth-of-type(3) { animation-delay: 0.7s; }

.kitexpert-point:nth-of-type(4) { animation-delay: 1.05s; }

.kitexpert-point:nth-of-type(5) { animation-delay: 1.4s; }

.kitexpert-calculator-preview__items,
.kitexpert-calculator-preview__tariffs {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.kitexpert-calculator-preview__items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kitexpert-calculator-preview__item {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(92, 143, 224, 0.1);
  background: rgba(255, 255, 255, 0.56);
}

.kitexpert-calculator-preview__item strong {
  font-size: 0.96rem;
  line-height: 1.3;
}

.kitexpert-calculator-preview__item span {
  color: var(--kitexpert-soft);
  font-size: 0.88rem;
}

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

.kitexpert-calculator-preview__tariffs .kitexpert-mini-card {
  gap: 0;
}

.kitexpert-calculator-preview__tariffs .kitexpert-mini-card strong {
  line-height: 1.3;
}

.kitexpert-calculator-preview__tariffs .kitexpert-mini-card .kitexpert-service-card__value {
  margin-top: auto;
  padding-top: 16px;
}

@keyframes kitexpert-draw {
  0% { stroke-dashoffset: 520; }
  35%, 100% { stroke-dashoffset: 0; }
}

@keyframes kitexpert-point-pulse {
  0%, 100% { transform: scale(1); opacity: 0.92; }
  50% { transform: scale(1.16); opacity: 1; }
}

@keyframes kitexpert-monitor-bar {
  0%, 100% { transform: scaleX(0.86); opacity: 0.9; }
  50% { transform: scaleX(1); opacity: 1; }
}

@keyframes kitexpert-bars {
  0%, 100% { transform: scaleY(0.56); }
  50% { transform: scaleY(1); }
}

@keyframes kitexpert-code-type {
  0%, 8% { width: 0; opacity: 0.55; }
  22%, 72% { width: 100%; opacity: 1; }
  88%, 100% { width: 100%; opacity: 0.88; }
}

@keyframes kitexpert-code-scan {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

@keyframes kitexpert-ticket-status {
  0%, 8% { opacity: 0; transform: translateY(4px); }
  12%, 22% { opacity: 1; transform: translateY(0); }
  28%, 100% { opacity: 0; transform: translateY(-4px); }
}

@keyframes kitexpert-network-link-draw {
  0%, 10% { opacity: 0.28; transform-origin: left center; }
  28%, 78% { opacity: 1; }
  100% { opacity: 0.34; }
}

@keyframes kitexpert-network-packet {
  0%, 14% { left: 0; opacity: 0; }
  28%, 72% { opacity: 1; }
  86%, 100% { left: 100%; opacity: 0; }
}

@keyframes kitexpert-network-node-pulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 14px 24px rgba(27, 46, 66, 0.06); }
  42% { transform: translateY(-4px); box-shadow: 0 18px 30px rgba(92, 143, 224, 0.14); }
  68% { transform: translateY(0); }
}

@keyframes kitexpert-network-center-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  44% { transform: translate(-50%, -50%) scale(1.035); }
  70% { transform: translate(-50%, -50%) scale(1); }
}

@media (max-width: 1100px) {
  .kitexpert-value-grid,
  .kitexpert-product-grid,
  .kitexpert-hero-grid,
  .kitexpert-monitoring-spotlight,
  .kitexpert-support-spotlight,
  .kitexpert-architecture-spotlight,
  .kitexpert-winwin,
  .kitexpert-final-cta,
  .kitexpert-two-up,
  .kitexpert-services {
      grid-template-columns: 1fr;
    }

  .kitexpert-calculator-preview__tariffs {
      grid-template-columns: 1fr;
    }

  .kitexpert-client-logos__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

  .kitexpert-ticket-board {
      display: grid;
      min-height: 0;
      gap: 12px;
    }
}

@media (max-width: 640px) {
  .kitexpert-client-logos__grid {
      grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
  .kitexpert-hero-grid {
      margin-bottom: 14px;
    }

  .kitexpert-two-up,
  .kitexpert-monitoring-spotlight,
  .kitexpert-support-spotlight,
  .kitexpert-architecture-spotlight,
  .kitexpert-winwin,
  .kitexpert-final-cta {
      margin-top: 14px;
    }

  .kitexpert-metric-stack {
      gap: 12px;
    }

  .kitexpert-hero-art-card img,
  .kitexpert-inline-image-card img {
      aspect-ratio: 16 / 9;
    }

  .kitexpert-architecture-grid {
      grid-template-columns: 1fr;
    }

  .kitexpert-architecture-map {
      min-height: 304px;
      padding: 16px;
      border-radius: 24px;
    }

  .kitexpert-network-blueprint {
      min-height: 268px;
    }

  .kitexpert-network-node--center {
      width: 132px;
      min-height: 66px;
    }

  .kitexpert-network-node--office-main { left: 10px; top: 30px; width: 104px; min-height: 44px; }

  .kitexpert-network-node--office-branch { right: 10px; top: 30px; width: 104px; min-height: 44px; }

  .kitexpert-network-node--shops { left: 10px; bottom: 30px; width: 104px; min-height: 44px; }

  .kitexpert-network-node--remote { right: 10px; bottom: 30px; width: 104px; min-height: 44px; }

  .kitexpert-network-link {
      width: 98px;
    }

  .kitexpert-architecture-chips span {
      min-height: 46px;
      font-size: 0.78rem;
    }

  .kitexpert-network-node strong {
      font-size: 0.78rem;
    }

  .kitexpert-calculator-preview__items {
      grid-template-columns: 1fr;
    }
}
