:root {
  --bg: #f5f8fb;
  --bg-soft: #ffffff;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-strong: #ffffff;
  --line: rgba(0, 53, 128, 0.12);
  --line-strong: rgba(0, 53, 128, 0.22);
  --ink: #002f6c;
  --muted: #3d5d89;
  --brand: #003580;
  --brand-deep: #002663;
  --brand-soft: #dce9f8;
  --signal: #ffffff;
  --signal-deep: #c7d9f2;
  --dark: #003580;
  --dark-soft: #002b67;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shadow-xl: 0 32px 80px rgba(9, 34, 43, 0.16);
  --shadow-lg: 0 22px 48px rgba(9, 34, 43, 0.1);
  --shadow-md: 0 12px 30px rgba(9, 34, 43, 0.08);
  --container: min(1280px, calc(100% - 40px));
}

/* Finnish flag palette: official blue #003580 with white surfaces. */
.translation-widget {
  position: fixed;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

html,
body {
  background: #ffffff;
  color: #002f6c;
}

.site-header,
.site-footer,
.topbar,
.button--primary,
.consent-banner__dialog {
  --brand: #003580;
  --brand-deep: #002663;
}

.button--primary,
.button--primary:hover,
.button--primary:focus-visible,
.topbar,
.site-footer {
  background-color: #003580;
  color: #ffffff;
}

.button--secondary,
.button--secondary:hover,
.button--secondary:focus-visible {
  border-color: #003580;
  background-color: #ffffff;
  color: #003580;
}

/* Home information security feature */
.security-home {
  padding: 32px 0 38px;
  background: #f4f9fa;
}

.chatbots-home {
  background: #fff;
}

.security-home__heading {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 22px;
  text-align: center;
}

.security-home__heading .eyebrow {
  justify-content: center;
  margin-bottom: 12px;
}

.security-home__heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.75rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.security-home__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.security-home__copy {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(14, 72, 87, 0.08);
  border-radius: 24px;
  background: #fff;
}

.security-home__copy > p {
  max-width: 690px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.55;
}

.security-home__copy .button {
  align-self: flex-start;
}

.security-home__visual {
  display: grid;
  overflow: hidden;
  min-height: 360px;
  place-items: center;
  padding: 16px;
  border: 1px solid rgba(14, 72, 87, 0.08);
  border-radius: 24px;
  background: #fff;
}

.security-home__visual img {
  display: block;
  width: 100%;
  max-height: 350px;
  object-fit: contain;
  transition: transform 240ms ease;
}

.security-home__visual:hover img,
.security-home__visual:focus-visible img {
  transform: scale(1.025);
}

@media (max-width: 900px) {
  .security-home__layout {
    grid-template-columns: 1fr;
  }

  .security-home__copy,
  .security-home__visual {
    min-height: 310px;
  }
}

@media (max-width: 620px) {
  .security-home {
    padding: 30px 0 34px;
  }

  .security-home__heading {
    margin-bottom: 18px;
  }

  .security-home__heading h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .security-home__copy {
    min-height: 0;
    padding: 22px;
    border-radius: 18px;
  }

  .security-home__visual {
    min-height: 250px;
    padding: 12px;
    border-radius: 18px;
  }
}

/* Compact employee application page while preserving the existing slider and disclosure. */
.employee-app__hero,
.employee-app__benefits,
.employee-app__structure,
.employee-app__purpose {
  padding-top: 36px;
  padding-bottom: 36px;
}

.employee-app__hero,
.employee-app__structure {
  background: #f6f8fb;
}

.employee-app__benefit,
.employee-app__benefit--dark,
.employee-app__benefit--brand,
.employee-app__slider,
.employee-app__purpose-disclosure {
  border-color: #dbe5ee;
  box-shadow: none;
}

.employee-app__slider .employee-app__structure-card,
.employee-app__slider .employee-app__structure-card figure {
  border-color: #dbe5ee;
  box-shadow: none;
}

.employee-app__purpose-disclosure {
  background: #ffffff;
}

@media (max-width: 620px) {
  .employee-app__hero,
  .employee-app__benefits,
  .employee-app__structure,
  .employee-app__purpose {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

/* Compact rhythm for the bilingual home page only. */
.home-page .hero {
  padding: 24px 0 18px;
}

.home-page .hero__heading {
  margin-bottom: 20px;
}

.home-page .hero__heading .eyebrow {
  margin-bottom: 9px;
}

.home-page .hero__layout {
  gap: 28px;
}

.home-page .hero__visual {
  min-height: 0;
}

.home-page .hero__overview {
  padding: 18px;
}

.home-page .hero__overview-grid {
  margin-top: 14px;
}

.home-page .hero__overview-item {
  min-height: 54px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.home-page .hero__overview-item::before {
  top: 17px;
}

.home-page .hero__visual-actions {
  gap: 8px;
  margin-top: 10px;
}

.home-page .hero__visual-actions .button {
  flex-basis: 170px;
  max-width: 225px;
  min-height: 42px;
  padding-inline: 17px;
  font-size: 0.86rem;
}

.home-page main > .section:not(.section--news) {
  padding-top: 38px;
  padding-bottom: 38px;
}

.home-page .section-heading,
.home-page .smartapps-mobility-home__heading,
.home-page .federation-home__heading,
.home-page .security-home__heading {
  margin-bottom: 18px;
}

.home-page .section-heading h2,
.home-page .smartapps-mobility-home__heading h2,
.home-page .federation-home__heading h2,
.home-page .security-home__heading h2,
.home-page .communications-home .communications-heading h2 {
  font-size: clamp(1.85rem, 3vw, 2.8rem);
  line-height: 1.04;
}

.home-page .section--news {
  padding: 10px 0 18px;
}

.home-page .news-grid--express {
  gap: 12px;
}

.home-page .news-card--express .card-link {
  min-height: 82px;
  padding: 13px 17px;
}

.home-page .welcome-combined {
  padding: 12px 0 26px;
}

.home-page .welcome-unified {
  padding: 22px 28px;
}

.home-page .welcome-unified__heading {
  padding-bottom: 14px;
}

.home-page .welcome-unified__columns {
  margin-top: 16px;
}

.home-page .welcome-unified__column {
  padding-right: 24px;
}

.home-page .welcome-unified__column + .welcome-unified__column {
  padding-left: 24px;
}

.home-page .telegram-migration-home,
.home-page .communications-home,
.home-page .smartapps-mobility-home,
.home-page .federation-home,
.home-page .security-home,
.home-page .downloads-home,
.home-page .blog-banner-home,
.home-page .section--faq,
.home-page .section--cta {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-page .telegram-section__heading {
  margin-bottom: 16px;
}

.home-page .telegram-section {
  gap: 24px;
}

.home-page .telegram-section__summary-item {
  padding-top: 11px;
  padding-bottom: 11px;
}

.home-page .communications-home .communications-showcase {
  gap: 14px;
}

.home-page .communications-home .communications-panel {
  gap: 14px;
}

.home-page .communications-home .communications-panel__side {
  gap: 8px;
}

.home-page .communications-home .communications-panel__side .card {
  padding: 13px 16px;
}

.home-page .communications-home .communications-tabs {
  gap: 7px;
}

.home-page .communications-home .communications-tab {
  padding: 7px 13px;
}

.home-page .audience-grid {
  gap: 12px;
}

.home-page .audience-card {
  min-height: 0;
  padding: 18px;
}

.home-page .smartapps-mobility-home__layout,
.home-page .federation-home__layout {
  gap: 16px;
}

.home-page .smartapps-mobility-home__content {
  padding: 4px 18px;
}

.home-page .smartapps-mobility-home__lead,
.home-page .smartapps-mobility-home__mobility-copy {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-page .smartapps-mobility-home__feature,
.home-page .federation-home__item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.home-page .smartapps-mobility-home__feature p,
.home-page .smartapps-mobility-home__mobility-copy > p:last-child {
  font-size: 0.82rem;
  line-height: 1.36;
}

.home-page .smartapps-mobility-home__visual img {
  max-height: 430px;
}

.home-page .smartapps-mobility-home__benefits {
  margin-top: 12px;
}

.home-page .smartapps-mobility-home__benefits .security-item {
  min-height: 56px;
  padding: 11px 14px;
}

.home-page .federation-home__visual img {
  max-height: 310px;
}

.home-page .federation-home__visual {
  min-height: 0;
  padding: 12px;
}

.home-page .federation-home__card {
  padding: 4px 18px;
}

.home-page .security-home__layout {
  gap: 12px;
}

.home-page .security-home__copy,
.home-page .security-home__visual {
  min-height: 300px;
}

.home-page .security-home__copy {
  padding: 28px;
}

.home-page .security-home__copy > p {
  margin-bottom: 18px;
}

.home-page .security-home__visual img {
  max-height: 290px;
}

.home-page .section--pricing {
  padding-top: 34px;
  padding-bottom: 34px;
}

.home-page .pricing-plans {
  gap: 12px;
}

.home-page .pricing-plan {
  padding: 15px;
}

.home-page .pricing-plan__description {
  min-height: 72px;
  padding-top: 11px;
}

.home-page .pricing-plan__future {
  min-height: 86px;
}

.home-page .pricing-plan__controls {
  margin-top: 10px;
}

.home-page .pricing-plan__controls button {
  padding-block: 8px;
}

.home-page .pricing-plan__price {
  min-height: 78px;
  padding: 12px 0;
}

.home-page .pricing-plan__features {
  padding-top: 10px;
}

.home-page .pricing-plan__features li {
  min-height: 0;
  padding: 5px 0 5px 24px;
  font-size: 0.71rem;
  line-height: 1.3;
}

.home-page .pricing-plan__features li::before {
  top: 5px;
}

.home-page .pricing-notice {
  gap: 14px;
  margin-top: 12px;
  padding: 14px 18px;
}

.home-page .downloads-home__card {
  min-height: 116px;
  padding: 16px;
}

.home-page .blog-banner-home__link {
  min-height: 126px;
  padding: 24px 30px;
}

.home-page .blog-banner-home__link h2 {
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.home-page .section--faq .faq-list {
  gap: 8px;
}

.home-page .section--faq .faq-item summary {
  padding-top: 15px;
  padding-bottom: 15px;
}

.home-page .cta {
  gap: 32px;
}

.home-page .demo-form {
  gap: 11px;
  padding: 20px;
}

.home-page .demo-form label {
  gap: 5px;
}

.home-page .demo-form input,
.home-page .demo-form textarea {
  padding: 10px 12px;
}

.home-page .demo-form textarea {
  min-height: 72px;
}

.home-section__actions {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.home-section__actions .button {
  min-height: 40px;
  padding-inline: 20px;
  font-size: 0.84rem;
}

@media (max-width: 760px) {
  .home-page .hero {
    padding-top: 18px;
  }

  .home-page .hero__heading {
    margin-bottom: 16px;
  }

  .home-page .hero__layout {
    gap: 18px;
  }

  .home-page .hero__overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
  }

  .home-page .hero__overview-item {
    min-height: 50px;
    padding: 9px 0 9px 19px;
    font-size: 0.78rem;
  }

  .home-page .hero__overview-item::before {
    top: 14px;
    width: 7px;
    height: 7px;
  }

  .home-page .hero__visual-actions .button {
    flex-basis: 100%;
    max-width: none;
  }

  .home-page main > .section:not(.section--news),
  .home-page .telegram-migration-home,
  .home-page .communications-home,
  .home-page .smartapps-mobility-home,
  .home-page .federation-home,
  .home-page .security-home,
  .home-page .downloads-home,
  .home-page .blog-banner-home,
  .home-page .section--faq,
  .home-page .section--cta {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .home-page .welcome-unified {
    padding: 19px 18px;
  }

  .home-page .welcome-unified__column + .welcome-unified__column {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(18, 55, 66, 0.1);
  }

  .home-page .security-home__copy,
  .home-page .security-home__visual {
    min-height: 0;
  }

  .home-page .security-home__copy {
    padding: 21px;
  }

  .home-page .smartapps-mobility-home__visual img {
    max-height: 330px;
  }

  .home-page .federation-home__visual img {
    max-height: 260px;
  }

  .home-page .pricing-plans {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 2px 2px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .home-page .pricing-plan {
    flex: 0 0 min(84vw, 320px);
    scroll-snap-align: start;
  }

  .home-page .blog-banner-home__link {
    padding: 21px;
  }
}

/* Employee application */
.employee-app__hero,
.employee-app__benefits,
.employee-app__structure {
  padding: 38px 0;
}

.employee-app__hero {
  padding-top: 24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(77, 164, 219, 0.18), transparent 30%),
    linear-gradient(135deg, #f5fafb 0%, #eaf4f6 100%);
}

.employee-app__hero .breadcrumbs {
  margin-bottom: 20px;
}

.employee-app__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.employee-app__hero-copy {
  max-width: 690px;
}

.employee-app__hero-copy h1 {
  max-width: 680px;
  margin: 10px 0 18px;
  font-size: clamp(2.65rem, 4.7vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.employee-app__hero-copy > p:not(.eyebrow) {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.35vw, 1.25rem);
  line-height: 1.55;
}

.employee-app__hero-media {
  display: grid;
  place-items: center;
  min-height: 440px;
  margin: 0;
  padding: clamp(12px, 2vw, 24px);
  overflow: hidden;
  border: 1px solid rgba(5, 59, 73, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 60px rgba(5, 59, 73, 0.12);
}

.employee-app__hero-media img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.employee-app__heading {
  max-width: 880px;
  margin: 0 auto 24px;
  text-align: center;
}

.employee-app__heading h2 {
  margin: 8px 0 0;
  font-size: clamp(2.2rem, 4vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.employee-app__benefits {
  background: #fff;
}

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

.employee-app__benefit {
  display: flex;
  min-height: 172px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #f3f6f8;
}

.employee-app__benefit h3 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.employee-app__benefit p {
  margin: 0;
  color: #496774;
  font-size: 1.05rem;
  line-height: 1.42;
}

.employee-app__benefit--dark {
  color: #fff;
  background: #073d4a;
}

.employee-app__benefit--brand {
  color: #fff;
  background: linear-gradient(145deg, #0f7990, #35a9c0);
}

.employee-app__benefit--dark p,
.employee-app__benefit--brand p {
  color: rgba(255, 255, 255, 0.84);
}

.employee-app__structure {
  background: #edf5f6;
}

.employee-app__purpose {
  padding: 38px 0;
  background: #edf5f6;
}

.employee-app__purpose-disclosure {
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(41, 165, 190, 0.24), transparent 32%),
    #0d2430;
  box-shadow: 0 24px 60px rgba(5, 34, 44, 0.16);
}

.employee-app__purpose-disclosure summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  gap: 24px;
  align-items: center;
  padding: clamp(26px, 4vw, 46px);
  cursor: pointer;
  list-style: none;
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-weight: 750;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.employee-app__purpose-disclosure summary::-webkit-details-marker {
  display: none;
}

.employee-app__purpose-disclosure summary:focus-visible {
  outline: 3px solid #f3c768;
  outline-offset: -6px;
}

.employee-app__purpose-arrow {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #f3c768;
  transition: transform 220ms ease, background-color 220ms ease;
}

.employee-app__purpose-arrow::before,
.employee-app__purpose-arrow::after {
  position: absolute;
  top: 23px;
  width: 15px;
  height: 3px;
  border-radius: 999px;
  background: #0d2430;
  content: "";
}

.employee-app__purpose-arrow::before {
  left: 11px;
  transform: rotate(45deg);
}

.employee-app__purpose-arrow::after {
  right: 11px;
  transform: rotate(-45deg);
}

.employee-app__purpose-disclosure[open] .employee-app__purpose-arrow {
  transform: rotate(180deg);
  background: #fff;
}

.employee-app__purpose-content {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  padding: 0 clamp(26px, 4vw, 46px) clamp(28px, 4vw, 48px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.employee-app__purpose-media {
  display: grid;
  min-height: 520px;
  margin: 32px 0 0;
  place-items: center;
  overflow: hidden;
  padding: 18px;
  border-radius: 24px;
  background: #e2eef8;
}

.employee-app__purpose-media img {
  width: 100%;
  max-height: 540px;
  object-fit: contain;
}

.employee-app__purpose-copy {
  padding-top: 32px;
}

.employee-app__purpose-copy > p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.58;
}

.employee-app__purpose-copy ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.employee-app__purpose-copy li {
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.055);
  line-height: 1.5;
}

.employee-app__purpose-copy strong {
  color: #fff;
}

.employee-app__purpose-copy a {
  color: #fff;
  font-weight: 750;
  text-decoration-color: #f3c768;
  text-underline-offset: 3px;
}

.employee-app__purpose-copy .employee-app__sovereignty {
  border-color: rgba(243, 199, 104, 0.48);
  color: #102f39;
  background: #f3c768;
}

.employee-app__purpose-copy .employee-app__sovereignty strong,
.employee-app__purpose-copy .employee-app__sovereignty a {
  color: #0d2430;
}

.employee-app__slider .vks-slider__tabs {
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  margin-bottom: 18px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.employee-app__slider .vks-slider__tab {
  min-width: 150px;
}

.employee-app__slider .employee-app__structure-card {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(300px, 0.68fr);
  min-height: 400px;
  overflow: hidden;
  border: 1px solid rgba(5, 59, 73, 0.1);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(5, 59, 73, 0.1);
}

.employee-app__slider .employee-app__structure-card[hidden] {
  display: none;
}

.employee-app__slider .employee-app__structure-card figure {
  display: grid;
  place-items: center;
  min-height: 400px;
  margin: 0;
  padding: 18px;
  background: #dcecf7;
}

.employee-app__slider .employee-app__structure-card figure img {
  width: 100%;
  max-height: 370px;
  object-fit: contain;
}

.employee-app__slider .employee-app__structure-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 38px);
}

.employee-app__slider .employee-app__structure-card > div > span {
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #07566a;
  background: #e4f2f5;
  font-weight: 800;
}

.employee-app__slider .employee-app__structure-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.85rem, 2.6vw, 2.75rem);
  line-height: 1.02;
}

.employee-app__slider .employee-app__structure-card p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.5;
}

.employee-app__slider .employee-app__structure-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.employee-app__slider .employee-app__structure-card li {
  position: relative;
  padding-left: 22px;
  line-height: 1.4;
}

.employee-app__slider .employee-app__structure-card li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f5bd3f;
  content: "";
}

.employee-app__slider .vks-slider__viewport {
  min-height: 0;
  padding: 0;
}

.employee-app__cta {
  padding-top: 38px;
  padding-bottom: 44px;
}

@media (max-width: 980px) {
  .employee-app__hero-grid,
  .employee-app__slider .employee-app__structure-card {
    grid-template-columns: 1fr;
  }

  .employee-app__hero-media,
  .employee-app__slider .employee-app__structure-card figure {
    min-height: 360px;
  }

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

  .employee-app__benefit--dark,
  .employee-app__benefit--brand {
    min-height: 172px;
  }

  .employee-app__purpose-content {
    grid-template-columns: 1fr;
  }

  .employee-app__purpose-media {
    min-height: 390px;
  }
}

@media (max-width: 620px) {
  .employee-app__hero,
  .employee-app__benefits,
  .employee-app__structure {
    padding: 26px 0;
  }

  .employee-app__hero-grid {
    gap: 22px;
  }

  .employee-app__hero-copy h1 {
    font-size: clamp(2.35rem, 13vw, 3.45rem);
  }

  .employee-app__hero-media,
  .employee-app__slider .employee-app__structure-card figure {
    min-height: 270px;
    padding: 14px;
    border-radius: 20px;
  }

  .employee-app__slider .employee-app__structure-card figure img {
    max-height: 280px;
  }

  .employee-app__benefits-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .employee-app__benefit,
  .employee-app__benefit--dark,
  .employee-app__benefit--brand {
    min-height: 0;
    padding: 20px;
    border-radius: 18px;
  }

  .employee-app__slider .vks-slider__tabs {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .employee-app__slider .employee-app__structure-card {
    min-height: 0;
    border-radius: 20px;
  }

  .employee-app__slider .employee-app__structure-card > div {
    padding: 24px 20px;
  }

  .employee-app__purpose {
    padding: 26px 0;
  }

  .employee-app__purpose-disclosure {
    border-radius: 20px;
  }

  .employee-app__purpose-disclosure summary {
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 14px;
    padding: 22px 20px;
    font-size: clamp(1.75rem, 9vw, 2.6rem);
  }

  .employee-app__purpose-arrow {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .employee-app__purpose-arrow::before,
  .employee-app__purpose-arrow::after {
    top: 20px;
    width: 13px;
  }

  .employee-app__purpose-arrow::before {
    left: 10px;
  }

  .employee-app__purpose-arrow::after {
    right: 10px;
  }

  .employee-app__purpose-content {
    gap: 8px;
    padding: 0 16px 18px;
  }

  .employee-app__purpose-media {
    min-height: 300px;
    margin-top: 18px;
    border-radius: 16px;
  }

  .employee-app__purpose-copy {
    padding-top: 16px;
  }

  .employee-app__purpose-copy li {
    padding: 15px;
  }
}

/* Federation product page */
.federation-product__hero,
.federation-product__features,
.federation-product__environment,
.federation-product__profile {
  padding: 48px 0;
}

.federation-product__hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(63, 157, 220, 0.18), transparent 29%),
    linear-gradient(135deg, #f5fafb 0%, #e9f4f7 100%);
}

.federation-product__hero .breadcrumbs {
  margin-bottom: 28px;
}

.federation-product__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: center;
}

.federation-product__hero-copy h1 {
  max-width: 900px;
  margin: 12px 0 22px;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.federation-product__hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.55;
}

.federation-product__hero-media,
.federation-product__routing,
.federation-product__profile-media {
  margin: 0;
}

.federation-product__hero-media img {
  display: block;
  width: 100%;
  max-height: 510px;
  object-fit: contain;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(13, 67, 82, 0.14);
}

.federation-product__features,
.federation-product__profile {
  background: #eef5f7;
}

.federation-product__heading {
  max-width: 980px;
  margin-bottom: 26px;
}

.federation-product__heading h2 {
  margin: 8px 0 0;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.federation-product__features-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.62fr) minmax(0, 1.38fr);
  gap: 18px;
  align-items: stretch;
}

.federation-product__routing {
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 620px;
  padding: 18px;
  border-radius: 28px;
  background: #fff;
}

.federation-product__routing img {
  display: block;
  width: 100%;
  height: 590px;
  object-fit: contain;
}

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

.federation-product__feature-grid article,
.federation-product__environment-grid article,
.federation-product__profile-list article {
  border: 1px solid rgba(14, 72, 87, 0.08);
  border-radius: 22px;
  background: #fff;
}

.federation-product__feature-grid article {
  min-height: 194px;
  padding: 24px;
}

.federation-product__feature-grid span,
.federation-product__environment-grid span,
.federation-product__profile-list span {
  display: block;
  margin-bottom: 24px;
  color: #2c9bc0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.federation-product__feature-grid h3,
.federation-product__environment-grid h3 {
  margin: 0 0 9px;
  font-size: 1.25rem;
  line-height: 1.18;
}

.federation-product__feature-grid p,
.federation-product__environment-grid p,
.federation-product__profile-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.federation-product__environment {
  background: #fff;
}

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

.federation-product__environment-grid article {
  min-height: 235px;
  padding: 28px;
  background: #f5f7fa;
}

.federation-product__profile-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.7fr) minmax(0, 1.3fr);
  gap: 18px;
  align-items: stretch;
}

.federation-product__profile-media {
  display: grid;
  place-items: center;
  overflow: hidden;
  max-height: 680px;
  padding: 18px;
  border-radius: 28px;
  background: #fff;
}

.federation-product__profile-media img {
  display: block;
  width: 100%;
  height: 640px;
  object-fit: contain;
}

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

.federation-product__profile-list article {
  min-height: 190px;
  padding: 25px;
}

.federation-product__compatible {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 28px;
  align-items: end;
  margin-top: 18px;
  padding: clamp(26px, 4vw, 48px);
  border-radius: 28px;
  color: #fff;
  background: #082d38;
}

.federation-product__compatible .eyebrow {
  color: #72d0e6;
}

.federation-product__compatible h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3.7rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.federation-product__compatible > p {
  margin: 0;
  color: #d6e9ee;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.5;
}

@media (max-width: 980px) {
  .federation-product__hero-grid,
  .federation-product__features-layout,
  .federation-product__profile-grid {
    grid-template-columns: 1fr;
  }

  .federation-product__hero-media img {
    max-height: 430px;
  }

  .federation-product__routing {
    min-height: 0;
  }

  .federation-product__routing img {
    height: 500px;
  }

  .federation-product__profile-media {
    max-height: 590px;
  }

  .federation-product__profile-media img {
    height: 550px;
  }
}

@media (max-width: 700px) {
  .federation-product__hero,
  .federation-product__features,
  .federation-product__environment,
  .federation-product__profile {
    padding: 34px 0;
  }

  .federation-product__hero-grid {
    gap: 24px;
  }

  .federation-product__hero-copy h1 {
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }

  .federation-product__feature-grid,
  .federation-product__environment-grid,
  .federation-product__profile-list,
  .federation-product__compatible {
    grid-template-columns: 1fr;
  }

  .federation-product__feature-grid article,
  .federation-product__environment-grid article,
  .federation-product__profile-list article {
    min-height: 0;
    padding: 20px;
  }

  .federation-product__feature-grid span,
  .federation-product__environment-grid span,
  .federation-product__profile-list span {
    margin-bottom: 14px;
  }

  .federation-product__routing img {
    height: 420px;
  }

  .federation-product__profile-media,
  .federation-product__profile-media img {
    height: 490px;
  }

  .federation-product__compatible {
    gap: 18px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(14, 118, 141, 0.08), transparent 26%),
    linear-gradient(180deg, #f4f8f8 0%, #fbfcfc 44%, #f2f6f6 100%);
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 200;
  padding: 12px 16px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--shadow-md);
  transition: top 160ms ease;
}

.skip-link:focus {
  top: 14px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(14, 118, 141, 0.28);
  outline-offset: 3px;
}

.site-shell {
  min-height: 100vh;
}

.consent-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 300;
  width: min(100% - 28px, 400px);
}

.consent-banner__dialog {
  position: relative;
  padding: 18px 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(18, 55, 66, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(4, 22, 28, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.consent-banner__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(18, 55, 66, 0.06);
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.consent-banner__close:hover {
  background: rgba(14, 118, 141, 0.1);
  color: var(--brand-deep);
  transform: translateY(-1px);
}

.consent-banner__eyebrow {
  margin-bottom: 6px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

.consent-banner__title {
  margin-bottom: 8px;
  max-width: 12ch;
  font-size: clamp(1.08rem, 1.8vw, 1.48rem);
  line-height: 1.08;
}

.consent-banner__text {
  margin-bottom: 12px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.consent-banner__links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.9rem;
}

.consent-banner__links a {
  color: var(--brand-deep);
  font-weight: 700;
}

.consent-banner__divider {
  color: rgba(18, 55, 66, 0.32);
}

.consent-banner__button {
  min-width: 140px;
  min-height: 40px;
}

.consent-banner__actions {
  display: flex;
  align-items: center;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(18, 55, 66, 0.06);
}

.topbar {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(18, 55, 66, 0.06);
}

.topbar__inner,
.topbar__links,
.topbar__meta,
.header-main,
.main-nav__list,
.hero__actions,
.section-heading--row,
.demo-form__actions {
  display: flex;
  align-items: center;
}

.topbar__inner,
.header-main {
  justify-content: space-between;
  gap: 18px;
}

.topbar__inner {
  min-height: 44px;
}

.topbar__links,
.topbar__meta {
  gap: 18px;
  flex-wrap: wrap;
}

.topbar__meta {
  row-gap: 6px;
}

.topbar__links,
.topbar__meta a,
.topbar__webapp {
  font-size: 0.88rem;
  color: var(--muted);
}

.topbar__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.topbar__phone-note,
.contact-note {
  color: rgba(83, 103, 112, 0.84);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.topbar a:hover,
.main-nav a:hover,
.section-link:hover,
.footer-column a:hover {
  color: var(--brand-deep);
}

.topbar__webapp {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(14, 118, 141, 0.08);
  color: var(--brand-deep);
  font-weight: 700;
}

.header-main {
  min-height: 84px;
}

.brand {
  flex: 0 0 auto;
}

.brand__logo,
.footer__logo {
  width: 148px;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(9, 34, 43, 0.12);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  border-radius: 999px;
  min-height: 46px;
  padding: 0 18px;
  font-weight: 700;
}

.main-nav {
  flex: 1 1 auto;
  min-width: 0;
}

.main-nav__list {
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-item {
  position: relative;
}

.nav-item--has-panel::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 18px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ink);
  transition: background 160ms ease, color 160ms ease;
}

.nav-item:hover > .nav-link,
.nav-item:focus-within > .nav-link {
  background: rgba(14, 118, 141, 0.08);
  color: var(--brand-deep);
}

.mega-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 270px;
  padding: 18px;
  display: grid;
  gap: 18px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.mega-panel--wide {
  min-width: 520px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nav-item:hover > .mega-panel,
.nav-item:focus-within > .mega-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-panel__group {
  display: grid;
  gap: 10px;
}

.mega-panel__title {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand);
}

.mega-panel a {
  padding: 8px 10px;
  border-radius: 10px;
  color: var(--muted);
}

.mega-panel a:hover {
  background: rgba(14, 118, 141, 0.08);
  color: var(--brand-deep);
}

.header-main__cta {
  flex: 0 0 auto;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.lang-switcher__link {
  min-width: 44px;
  min-height: 34px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--muted);
  transition: background 160ms ease, color 160ms ease;
}

.lang-switcher__link:hover,
.lang-switcher__link.is-active {
  color: #0c2430;
  background: linear-gradient(135deg, var(--signal), #f7d68c);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

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

.button--primary {
  color: #0c2430;
  background: linear-gradient(135deg, var(--signal), #f8d88d);
  box-shadow: 0 18px 34px rgba(243, 199, 104, 0.28);
}

.button--secondary,
.button--ghost-light {
  border-color: rgba(255, 255, 255, 0.14);
}

.button--secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.84);
}

.button--ghost-light {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  padding: 34px 0 24px;
}

.page-hero {
  padding: 46px 0 20px;
}

.hero__layout,
.split,
.cta,
.footer-grid,
.intro-block {
  display: grid;
  gap: 34px;
}

.hero__layout {
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: 46px;
}

.page-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  gap: 34px;
  align-items: start;
}

.page-hero__media-wrap {
  margin-top: 18px;
}

.page-hero__media {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  border-radius: 28px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  background:
    linear-gradient(180deg, #f3f8f9 0%, #e8f1f4 100%),
    repeating-linear-gradient(
      -45deg,
      rgba(14, 118, 141, 0.06) 0,
      rgba(14, 118, 141, 0.06) 10px,
      rgba(255, 255, 255, 0.42) 10px,
      rgba(255, 255, 255, 0.42) 20px
    );
  box-shadow: var(--shadow-md);
}

.page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

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

h1,
h2,
h3 {
  font-family: "Manrope", "IBM Plex Sans", sans-serif;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(2.55rem, 4.1vw, 4.6rem);
  line-height: 0.92;
  text-wrap: pretty;
}

h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 0.98;
  text-wrap: pretty;
}

h3 {
  font-size: 1.22rem;
  line-height: 1.18;
}

p {
  color: var(--muted);
  line-height: 1.72;
}

.hero__lead {
  margin-top: 20px;
  max-width: 56ch;
  font-size: 1rem;
}

.page-hero__lead {
  margin-top: 16px;
  max-width: 58ch;
  font-size: 1rem;
}

.hero__actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero__facts {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  max-width: 44ch;
}

.hero__facts li {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-md);
  font-weight: 600;
}

.hero__facts li::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--signal));
}

.hero__visual {
  position: relative;
  min-height: 680px;
  padding-bottom: 72px;
}

.hero-card {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
}

.hero-card--primary {
  position: relative;
  z-index: 2;
  padding: 18px 18px 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 22%),
    linear-gradient(145deg, #0c5970, #083e51);
  color: #ffffff;
  overflow: hidden;
}

.hero-card--primary::after {
  content: "";
  position: absolute;
  inset: auto -46px -46px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
}

.hero-card--primary h2,
.hero-card--primary p,
.hero-card__badge {
  color: #ffffff;
}

.hero-card__badge {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
  font-weight: 800;
}

.hero-card--product {
  min-height: auto;
  border-radius: 34px;
}

.hero-card--product.hero-card--primary {
  padding: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.hero-card--product.hero-card--primary::after {
  display: none;
}

.hero-media-slot,
.image-slot,
.communications-panel__image-slot {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.06) 0,
      rgba(255, 255, 255, 0.06) 10px,
      rgba(255, 255, 255, 0.02) 10px,
      rgba(255, 255, 255, 0.02) 20px
    );
}

.hero-media-slot {
  display: block;
  margin-bottom: 0;
  min-height: 520px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-media-slot img,
.image-slot img,
.communications-panel__image-slot img,
.logo-tile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.image-slot-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(12, 36, 48, 0.74);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-card--product .hero-app {
  display: none;
}

.hero-card--product .hero-card__toolbar {
  display: none;
}

.hero-card__toolbar {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
  padding-left: 4px;
}

.hero-card__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
}

.hero-app {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  min-height: 300px;
}

.hero-app__sidebar {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}

.hero-app__brand {
  margin-bottom: 8px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  color: #ffffff;
}

.hero-app__nav {
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.hero-app__nav--active {
  background: rgba(243, 199, 104, 0.72);
}

.hero-app__main {
  display: grid;
  align-content: start;
  gap: 16px;
}

.hero-app__panel {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
}

.hero-app__panel strong,
.hero-app__panel span {
  color: #ffffff;
}

.hero-app__panel span {
  font-size: 0.92rem;
  opacity: 0.86;
}

.hero-app__panel--wide {
  min-height: 86px;
}

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

.hero-app__panel--accent {
  background: rgba(243, 199, 104, 0.18);
}

.hero-app__messages {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-app__messages span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.hero-app__messages span:nth-child(2) {
  width: 84%;
}

.hero-app__messages span:nth-child(3) {
  width: 68%;
}

.hero-app__messages span:nth-child(4) {
  width: 90%;
}

.hero-card--primary p {
  margin-top: 18px;
  max-width: 36ch;
}

.hero-card--secondary {
  position: absolute;
  left: -34px;
  bottom: 0;
  z-index: 1;
  width: min(86%, 356px);
  padding: 24px 26px;
  display: grid;
  gap: 16px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 60px rgba(12, 36, 48, 0.14);
}

.page-summary {
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(18, 55, 66, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-lg);
}

.page-summary__label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(14, 118, 141, 0.08);
  color: var(--brand-deep);
  font-size: 0.82rem;
  font-weight: 800;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumbs span {
  color: var(--ink);
}

.metric {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.metric:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.metric strong {
  font-size: 1.06rem;
  color: var(--brand-deep);
}

.metric span {
  font-size: 0.94rem;
}

.section {
  padding: 68px 0;
}

.section--news {
  padding-top: 22px;
  padding-bottom: 42px;
}

.section--welcome {
  padding-top: 0;
  padding-bottom: 42px;
}

.section--communications {
  padding-top: 34px;
  padding-bottom: 58px;
}

.section--accent {
  background: linear-gradient(180deg, #f5fafb 0%, #ebf4f6 100%);
}

.section--muted {
  background: rgba(255, 255, 255, 0.62);
}

.section--dark,
.section--cta {
  background:
    radial-gradient(circle at top right, rgba(243, 199, 104, 0.14), transparent 20%),
    linear-gradient(180deg, var(--dark) 0%, var(--dark-soft) 100%);
  color: #ffffff;
}

.section--dark p,
.section--cta p,
.section-heading--light p {
  color: rgba(255, 255, 255, 0.78);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 26px;
}

.section-heading--row {
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}

.section-heading h2 {
  margin-bottom: 10px;
}

.section-link {
  flex: 0 0 auto;
  font-weight: 800;
  color: var(--brand);
}

.news-grid,
.cards,
.audience-grid,
.security-grid,
.download-grid,
.logo-grid,
.case-grid,
.benefits-grid,
.faq-list {
  display: grid;
  gap: 20px;
}

.news-grid,
.cards--three,
.security-grid,
.download-grid,
.logo-grid,
.case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-grid {
  gap: 18px;
}

.cards--stacked,
.faq-list {
  grid-template-columns: 1fr;
}

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

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

.news-card,
.card,
.audience-card,
.feature-stack__item,
.logo-tile,
.case-card,
.comparison-card,
.benefit-pill,
.security-item,
.download-card,
.note-card {
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(9, 34, 43, 0.07);
}

.news-card,
.card,
.audience-card,
.feature-stack__item,
.case-card,
.comparison-card,
.security-item,
.download-card,
.note-card {
  padding: 26px;
}

.news-card,
.case-card {
  display: grid;
  align-content: start;
}

.card-link,
.tile-link {
  display: block;
  height: 100%;
}

.card-link:focus-visible,
.tile-link:focus-visible {
  outline: none;
}

.image-slot {
  min-height: 176px;
  margin-bottom: 18px;
  border-color: rgba(18, 55, 66, 0.12);
  background:
    linear-gradient(180deg, #f2f7f8 0%, #e7f0f3 100%),
    repeating-linear-gradient(
      -45deg,
      rgba(14, 118, 141, 0.06) 0,
      rgba(14, 118, 141, 0.06) 10px,
      rgba(255, 255, 255, 0.4) 10px,
      rgba(255, 255, 255, 0.4) 20px
    );
}

.image-slot--news {
  min-height: 168px;
}

.image-slot--case {
  min-height: 184px;
}

.image-slot--content {
  min-height: 170px;
}

.welcome-banner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 30px;
  align-items: center;
  padding: 34px 38px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(18, 55, 66, 0.08);
  box-shadow: 0 20px 44px rgba(9, 34, 43, 0.08);
}

.welcome-banner__copy {
  padding-left: 12px;
  border-left: 1px solid rgba(18, 55, 66, 0.08);
}

.news-card,
.card,
.audience-card,
.feature-stack__item,
.logo-tile,
.case-card,
.benefit-pill,
.download-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.news-card:hover,
.card:hover,
.audience-card:hover,
.feature-stack__item:hover,
.logo-tile:hover,
.case-card:hover,
.benefit-pill:hover,
.download-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(14, 118, 141, 0.16);
}

.news-card__tag {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(14, 118, 141, 0.08);
  color: var(--brand-deep);
  font-size: 0.82rem;
  font-weight: 800;
}

.news-grid--express {
  gap: 18px;
}

.news-list {
  display: grid;
  gap: 22px;
}

.news-card--article {
  scroll-margin-top: 120px;
  padding: 28px 32px;
}

.news-card--article h3 {
  margin-top: 8px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.news-card__body {
  min-height: 140px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(18, 55, 66, 0.12);
}

.news-card--express {
  padding: 0;
  border: 0;
  border-radius: 26px;
  background: rgba(239, 238, 247, 0.92);
  box-shadow: none;
}

.news-card--express .card-link {
  display: grid;
  gap: 10px;
  padding: 24px;
  border-radius: 26px;
}

.news-card__date {
  margin: 0;
  color: rgba(43, 46, 56, 0.62);
  font-size: 0.86rem;
  font-weight: 500;
}

.news-card--express h3 {
  margin: 0;
  color: #2b2e38;
  font-size: 1.14rem;
  line-height: 1.28;
  font-weight: 700;
}

.news-card--express:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

.split {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 38px;
}

.communications-showcase {
  display: grid;
  gap: 22px;
}

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

.communications-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(18, 55, 66, 0.08);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.communications-tab.is-active {
  color: var(--brand-deep);
  background: rgba(14, 118, 141, 0.08);
}

.communications-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: start;
}

.communications-panel__main {
  padding: 0;
  border-radius: 32px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.communications-panel__screen {
  display: block;
  min-height: auto;
  border-radius: 28px;
  background: transparent;
  padding: 0;
  gap: 0;
}

.communications-panel__image-slot {
  min-height: auto;
  border: 0;
  border-radius: 28px;
  background: transparent;
  box-shadow: none;
}

.communications-panel__window {
  display: none;
}

.communications-panel__bar {
  display: none;
}

.communications-panel__body {
  display: none;
}

.communications-panel__message {
  height: 54px;
  width: 100%;
  border-radius: 18px;
  background: #edf4f6;
}

.communications-panel__message--short {
  width: 72%;
}

.communications-panel__message--accent {
  width: 84%;
  justify-self: end;
  background: rgba(14, 118, 141, 0.16);
}

.communications-panel__side {
  display: grid;
  gap: 18px;
}

.communications-panel__side .card {
  min-height: 0;
}

.telegram-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 36px;
  align-items: start;
}

.telegram-section__content {
  display: grid;
  gap: 14px;
}

.telegram-migration-home {
  padding: 34px 0;
}

.telegram-section__heading {
  width: 100%;
  margin-bottom: 26px;
  text-align: center;
}

.telegram-section__heading .eyebrow {
  justify-content: center;
  margin-bottom: 12px;
}

.telegram-section__heading h2 {
  width: 100%;
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1;
}

.telegram-section__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.telegram-section__summary {
  margin-top: 0;
  display: grid;
  gap: 0;
  padding: 12px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 55, 66, 0.08);
  box-shadow: var(--shadow-md);
}

.telegram-section__summary-item {
  padding: 7px 2px;
  border-bottom: 1px solid rgba(18, 55, 66, 0.08);
}

.telegram-section__summary-item:first-child {
  padding-top: 2px;
}

.telegram-section__summary-item:last-child {
  padding-bottom: 2px;
  border-bottom: 0;
}

.telegram-section__summary-item h3 {
  margin-bottom: 2px;
  font-size: 1rem;
}

.telegram-section__summary-item p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.38;
}

.telegram-section__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.telegram-section__actions {
  width: 100%;
  justify-content: center;
  margin-top: 12px;
}

.telegram-section__actions .button {
  flex: 1 1 190px;
  max-width: 270px;
}

.telegram-section__media {
  position: relative;
  width: 100%;
  max-width: 620px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.telegram-section__media > img {
  width: 100%;
  display: block;
  border-radius: 0;
}

.telegram-section__badge-media {
  position: absolute;
  right: 14px;
  top: 14px;
  width: min(18%, 112px);
  z-index: 2;
}

.telegram-section__badge-media img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(9, 34, 43, 0.16);
}

.telegram-hero__badge {
  position: absolute;
  top: 5%;
  right: 4%;
  width: min(19%, 132px);
  z-index: 2;
}

.telegram-hero__badge img {
  width: 100%;
  display: block;
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(9, 34, 43, 0.18);
}

.split--feature {
  align-items: center;
}

.intro-block {
  grid-template-columns: 1.12fr 0.88fr;
  align-items: start;
  gap: 40px;
}

.feature-stack {
  display: grid;
  gap: 18px;
}

.intro-block__aside,
.comparison-card {
  align-self: stretch;
}

.comparison-card {
  display: grid;
  gap: 16px;
}

.comparison-card__row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.comparison-card__row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.security-item {
  color: var(--ink);
  font-weight: 700;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  gap: 28px;
  align-items: start;
}

.content-block {
  padding: 30px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-md);
}

.content-block h3 {
  margin-bottom: 12px;
}

.content-block p:has(.contact-note),
.notice-card p:has(.contact-note) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.content-block .image-slot {
  margin-bottom: 18px;
}

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

.content-list li {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(14, 118, 141, 0.06);
  font-weight: 600;
}

.notice-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px dashed rgba(18, 55, 66, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.note-card {
  min-height: 100%;
  display: grid;
  align-content: center;
}

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

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

.stat-banner__item {
  padding: 22px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(14, 118, 141, 0.08), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(18, 55, 66, 0.08);
  box-shadow: var(--shadow-md);
}

.stat-banner__item strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  color: var(--brand-deep);
}

.benefit-pill {
  padding: 16px 18px;
  font-weight: 800;
}

.logo-tile {
  min-height: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--brand-deep);
  background: linear-gradient(180deg, #ffffff 0%, #f4f8f8 100%);
}

.logo-tile img {
  object-fit: contain;
  padding: 18px;
}

.logo-tile--pending {
  color: var(--muted);
  font-weight: 600;
  background: #f4f5f6;
}

.awards-preview {
  display: grid;
  gap: 28px;
  padding: 36px 40px;
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
  border: 1px solid rgba(18, 55, 66, 0.08);
  box-shadow: 0 20px 44px rgba(9, 34, 43, 0.08);
}

.section--awards-preview {
  padding-top: 26px;
  padding-bottom: 30px;
}

.awards-preview .section-heading {
  margin-bottom: 0;
}

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

.download-card__badge {
  display: inline-flex;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(14, 118, 141, 0.08);
  color: var(--brand-deep);
  font-weight: 800;
}

.faq-item {
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  padding: 22px 26px;
  font-family: "Manrope", sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  padding: 0 26px 22px;
}

.faq-item__list {
  display: grid;
  gap: 8px;
  margin: -10px 0 0;
  padding: 0 42px 24px 48px;
  color: var(--muted);
}

.faq-item__list li {
  padding-left: 2px;
  line-height: 1.45;
}

.faq-item__list--steps {
  margin-top: 0;
}

.faq-item__list a {
  color: var(--brand-deep);
  font-weight: 700;
}

.section--faq {
  padding: 36px 0 42px;
  background: #f4f9fa;
}

.section--faq .container {
  width: min(1040px, calc(100% - 40px));
}

.section--faq .section-heading {
  max-width: none;
  margin-bottom: 18px;
  text-align: center;
}

.section--faq .section-heading .eyebrow {
  justify-content: center;
  margin-bottom: 10px;
}

.section--faq .section-heading h2 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1;
}

.section--faq .faq-list {
  gap: 9px;
}

.section--faq .faq-item {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
}

.section--faq .faq-item summary {
  position: relative;
  padding: 15px 48px 15px 18px;
  font-size: 0.94rem;
  line-height: 1.35;
}

.section--faq .faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(14, 118, 141, 0.08);
  color: var(--brand-deep);
  font-size: 1rem;
  transform: translateY(-50%);
}

.section--faq .faq-item[open] summary::after {
  content: "−";
}

.section--faq .faq-item p {
  padding: 0 18px 16px;
  font-size: 0.88rem;
  line-height: 1.5;
}

.section--faq .faq-item__list {
  gap: 6px;
  margin-top: -6px;
  padding: 0 30px 17px 38px;
  font-size: 0.86rem;
}

.section--faq .faq-item__list--steps {
  margin-top: 0;
}

.cta {
  grid-template-columns: 1.18fr 0.82fr;
  align-items: start;
}

.cta__content {
  display: grid;
  gap: 20px;
  align-content: start;
}

.cta__content .notice-card {
  max-width: 520px;
}

.consultation-download {
  margin-top: 20px;
  color: #0c2430;
  background: linear-gradient(135deg, #ffd56a 0%, #f3c768 52%, #ffb84d 100%);
  box-shadow: 0 14px 30px rgba(243, 199, 104, 0.26);
}

.consultation-download:hover {
  background: linear-gradient(135deg, #ffe096 0%, #ffd06f 52%, #ffc46b 100%);
}

.section--cta .notice-card h3 {
  color: var(--ink);
  margin-bottom: 10px;
}

.section--cta .notice-card p {
  color: rgba(18, 55, 66, 0.78);
}

.section--cta .notice-card a {
  color: var(--ink);
  font-weight: 700;
}

.demo-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
}

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

.demo-form span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 700;
}

.demo-form input,
.demo-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
}

.demo-form textarea {
  resize: vertical;
}

.demo-form__consent {
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}

.demo-form__consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--signal);
}

.demo-form__consent-copy {
  display: grid;
  gap: 4px;
}

.demo-form__consent-copy span {
  font-size: 0.78rem;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.demo-form__consent-copy a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

.demo-form button[disabled] {
  opacity: 0.52;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.demo-form__note {
  min-height: 1.5em;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  padding: 46px 0 56px;
  background: #201e22;
  color: #d9d7dc;
}

.footer-top {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin-bottom: 52px;
}

.footer-top__brand {
  display: inline-flex;
  align-items: center;
}

.footer__logo--express {
  width: 132px;
  border-radius: 0;
  box-shadow: none;
}

.footer-top__right {
  display: grid;
  gap: 22px;
}

.footer-top__contacts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 28px;
  align-items: start;
}

.footer-contact {
  display: grid;
  gap: 4px;
  text-align: left;
}

.footer-contact__value,
.footer-contact__support {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.footer-contact__meta {
  color: rgba(217, 215, 220, 0.64);
  font-size: 0.92rem;
}

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

.footer-social {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #ffffff;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-social:hover,
.footer-social:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 28px 44px;
}

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

.footer-column h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
}

.footer-column a {
  color: rgba(217, 215, 220, 0.72);
  line-height: 1.45;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header {
    background: rgba(248, 251, 251, 0.96);
  }
}

@media (max-width: 1180px) {
  .hero__layout,
  .split,
  .cta,
  .intro-block,
  .page-hero__layout,
  .content-grid,
  .telegram-section,
  .welcome-banner,
  .communications-panel {
    grid-template-columns: 1fr;
  }

  .audience-grid,
  .benefits-grid,
  .footer-links-grid,
  .stat-banner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-top__right {
    gap: 20px;
  }

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

  .welcome-banner__copy {
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 1px solid rgba(18, 55, 66, 0.08);
  }

  .telegram-section__visual {
    justify-content: center;
  }

  .telegram-section__badge-media {
    left: 8px;
    top: 10px;
    width: min(26%, 132px);
  }

  .awards-preview {
    padding: 30px;
  }
}

@media (max-width: 980px) {
  .topbar {
    display: none;
  }

  .header-main {
    flex-wrap: wrap;
    padding: 18px 0;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    width: 100%;
    display: none;
  }

  .main-nav.is-open {
    display: block;
  }

  .main-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 8px;
  }

  .nav-link {
    justify-content: space-between;
    min-height: 52px;
    padding: 0 18px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.82);
  }

  .nav-item:hover > .nav-link,
  .nav-item:focus-within > .nav-link {
    background: rgba(255, 255, 255, 0.82);
  }

  .mega-panel,
  .mega-panel--wide {
    position: static;
    min-width: 0;
    grid-template-columns: 1fr;
    margin-top: 10px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    display: none;
  }

  .nav-item.is-open > .mega-panel {
    display: grid;
  }

  .header-main__cta {
    width: 100%;
  }

  .hero__visual {
    min-height: auto;
  }

  .hero-card--secondary {
    position: static;
    width: 100%;
    margin-top: 18px;
  }

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

  .hero-app__sidebar {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
  }

  .hero-app__brand {
    margin-bottom: 0;
  }

  .news-grid,
  .cards--three,
  .security-grid,
  .download-grid,
  .logo-grid,
  .case-grid,
  .audience-grid,
  .benefits-grid,
  .footer-links-grid,
  .info-grid,
  .stat-banner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .communications-panel__screen {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1240px);
  }

  .hero {
    padding-top: 30px;
  }

  h1 {
    font-size: 2.18rem;
  }

  h2 {
    font-size: 1.76rem;
  }

  .hero-card--primary,
  .news-card,
  .card,
  .audience-card,
  .feature-stack__item,
  .case-card,
  .comparison-card,
  .security-item,
  .download-card,
  .note-card,
  .demo-form {
    padding: 24px;
  }

  .consent-banner {
    right: 14px;
    left: 14px;
    bottom: 14px;
    width: auto;
  }

  .consent-banner__dialog {
    padding: 16px 16px 14px;
    border-radius: 20px;
  }

  .communications-panel__main,
  .awards-preview,
  .welcome-banner {
    padding: 24px;
  }

  .telegram-section__summary {
    padding: 18px 18px;
    border-radius: 24px;
  }

  .telegram-section__summary-item {
    padding: 12px 0;
  }

  .telegram-section__badge-media {
    left: 6px;
    top: 8px;
    width: min(32%, 112px);
  }

  .hero__facts li {
    border-radius: 20px;
    align-items: flex-start;
  }

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

  .image-slot,
  .image-slot--news,
  .image-slot--case,
  .communications-panel__image-slot,
  .image-slot--content,
  .page-hero__media {
    min-height: 148px;
  }

  .news-grid,
  .cards--three,
  .security-grid,
  .download-grid,
  .logo-grid,
  .case-grid,
  .audience-grid,
  .benefits-grid,
  .footer-links-grid,
  .info-grid,
  .stat-banner {
    grid-template-columns: 1fr;
  }

  .footer-top__contacts {
    grid-template-columns: 1fr;
  }

  .footer-socials {
    gap: 10px;
  }
}

/* Express-aligned composition: shared across RU and KK pages. */
:root {
  --bg: #ffffff;
  --bg-soft: #f5f7f8;
  --surface: #ffffff;
  --surface-strong: #ffffff;
  --line: rgba(29, 29, 31, 0.12);
  --line-strong: rgba(29, 29, 31, 0.2);
  --ink: #183b46;
  --muted: #657780;
  --brand: #0e768d;
  --brand-deep: #07566a;
  --brand-soft: #e5f1f4;
  --signal: #f3c768;
  --dark: #201e22;
  --dark-soft: #201e22;
  --radius-xl: 18px;
  --radius-lg: 14px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --shadow-xl: 0 18px 44px rgba(24, 59, 70, 0.1);
  --shadow-lg: 0 12px 30px rgba(24, 59, 70, 0.08);
  --shadow-md: 0 8px 22px rgba(24, 59, 70, 0.06);
  --container: min(1120px, calc(100% - 40px));
}

html,
body {
  overflow-x: clip;
}

body {
  font-size: 17px;
  color: var(--ink);
  background: #ffffff;
}

p {
  line-height: 1.58;
}

h1,
h2,
h3 {
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(2.75rem, 4.15vw, 3.5rem);
  line-height: 1.07;
  font-weight: 700;
}

h2 {
  font-size: clamp(2.1rem, 3.2vw, 3rem);
  line-height: 1.08;
  font-weight: 700;
}

h3 {
  line-height: 1.28;
}

.site-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(29, 29, 31, 0.09);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.topbar {
  background: #ffffff;
  border-bottom-color: rgba(29, 29, 31, 0.08);
}

.topbar__inner {
  min-height: 36px;
}

.topbar__links,
.topbar__meta a,
.topbar__webapp {
  font-size: 0.78rem;
}

.topbar__webapp,
.lang-switcher,
.lang-switcher__link {
  border-radius: 8px;
}

.header-main {
  min-height: 82px;
  gap: 22px;
}

.brand__logo,
.footer__logo {
  width: 78px;
  border-radius: 8px;
  box-shadow: none;
}

.main-nav__list {
  justify-content: flex-start;
  gap: 2px;
}

.nav-link {
  min-height: 40px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 600;
}

.nav-item--has-panel > .nav-link::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.nav-item:nth-last-child(-n + 2) > .mega-panel {
  right: 0;
  left: auto;
}

.mega-panel,
.mega-panel--wide {
  top: calc(100% + 4px);
  padding: 20px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(29, 29, 31, 0.12);
}

.mega-panel a {
  border-radius: 6px;
}

.button {
  min-height: 46px;
  padding: 0 24px;
  border-radius: 10px;
  font-weight: 700;
}

.button--primary {
  background: var(--signal);
  box-shadow: none;
}

.button--secondary {
  background: #ffffff;
}

.hero {
  padding: 34px 0 24px;
  background: #ffffff;
}

.hero__layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: 48px;
  align-items: start;
}

.hero__heading {
  width: 100%;
  margin-bottom: 34px;
  text-align: center;
}

.hero__heading .eyebrow {
  justify-content: center;
  margin-bottom: 14px;
}

.hero__heading h1 {
  width: 100%;
  max-width: none;
}

.hero__lead,
.page-hero__lead {
  margin-top: 22px;
  font-size: 1.08rem;
  line-height: 1.58;
}

.hero__actions,
.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero__facts,
.page-hero__facts {
  max-width: 48ch;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 15px;
  list-style: none;
}

.hero__facts li,
.page-hero__facts li {
  position: relative;
  min-height: 34px;
  padding: 4px 0 4px 48px;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-weight: 500;
}

.hero__facts li::before,
.page-hero__facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #e9f4f8;
  background-image:
    linear-gradient(135deg, transparent 48%, var(--brand) 48%, var(--brand) 57%, transparent 57%),
    linear-gradient(45deg, transparent 42%, var(--brand) 42%, var(--brand) 51%, transparent 51%);
  background-size: 11px 16px, 9px 10px;
  background-position: 15px 7px, 9px 14px;
  background-repeat: no-repeat;
}

.hero__visual {
  min-height: 500px;
  padding: 0;
}

.hero-card--secondary {
  display: none;
}

.hero__overview {
  margin-top: 0;
  padding: 22px;
  border: 1px solid #dce8ec;
  border-radius: 14px;
  background: #f7fafb;
}

.hero__overview .hero__lead {
  max-width: none;
  margin: 0;
}

.hero__overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  margin-top: 18px;
  border-top: 1px solid #dce8ec;
}

.hero__overview-item {
  position: relative;
  min-height: 62px;
  padding: 14px 0 14px 25px;
  border-bottom: 1px solid #dce8ec;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.35;
}

.hero__overview-item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand);
}

.hero__overview-item--product {
  display: grid;
  align-content: center;
  gap: 3px;
}

.hero__overview-item--product strong {
  color: var(--brand-deep);
  font-size: 0.88rem;
}

.hero__overview-item--product span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 500;
}

.hero__content .hero__actions {
  margin-top: 20px;
}

.hero-media-slot {
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.hero-media-slot img {
  height: auto;
  object-fit: contain;
}

.hero__visual-actions {
  justify-content: center;
  margin-top: 14px;
}

.hero__visual-actions .button {
  flex: 1 1 210px;
  max-width: 270px;
}

.page-hero {
  padding: 54px 0 64px;
  background: #ffffff;
}

.page-hero__layout {
  grid-template-columns: minmax(0, 0.96fr) minmax(460px, 1.04fr);
  gap: 54px;
  align-items: center;
}

.page-hero__copy {
  align-self: center;
}

.page-hero .breadcrumbs,
.page-hero > .container > .breadcrumbs {
  display: none;
}

.page-hero .eyebrow {
  margin-bottom: 12px;
}

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

.page-hero__media {
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 10px;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: #e5f1f8;
  box-shadow: none;
}

.page-hero__media img {
  max-height: 440px;
  object-fit: contain;
}

.telegram-migration-page__hero {
  padding: 34px 0 40px;
  background: linear-gradient(180deg, #f2f8fc 0%, #ffffff 100%);
}

.telegram-migration-page__hero .page-hero__media {
  min-height: 0;
  padding: 0;
  background: transparent;
}

.telegram-migration-page__hero .page-hero__media > img {
  max-height: none;
}

.telegram-migration-page__reasons {
  padding: 18px 0 22px;
}

.telegram-migration-page__reasons + .section--related {
  padding: 22px 0 26px;
}

.telegram-migration-page__reasons + .section--related + .section--cta {
  padding: 28px 0 32px;
}

.telegram-migration-page__reasons + .section--related .section-heading {
  max-width: none;
}

.telegram-migration-page__reasons + .section--related .section-heading h2 {
  white-space: nowrap;
}

@media (max-width: 760px) {
  .telegram-migration-page__hero {
    padding: 28px 0 32px;
  }

  .telegram-migration-page__reasons,
  .telegram-migration-page__reasons + .section--related,
  .telegram-migration-page__reasons + .section--related + .section--cta {
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .telegram-migration-page__reasons + .section--related .section-heading h2 {
    white-space: normal;
  }
}

.telegram-migration-page__reasons .telegram-section {
  align-items: center;
  gap: 28px;
}

.telegram-migration-page__reasons .telegram-section__media {
  max-width: 390px;
}

.telegram-migration-page__reason-list {
  overflow: hidden;
  border: 1px solid rgba(18, 55, 66, 0.12);
  border-radius: 18px;
  background: #ffffff;
}

.telegram-migration-page__reason-list article {
  padding: 16px 18px;
}

.telegram-migration-page__reason-list article + article {
  border-top: 1px solid rgba(18, 55, 66, 0.1);
}

.telegram-migration-page__reason-list h3 {
  margin-bottom: 4px;
  font-size: 1rem;
}

.telegram-migration-page__reason-list p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.45;
}

.page-hero--legal {
  padding: 48px 0 30px;
  border-bottom: 1px solid var(--line);
}

.page-hero--legal .page-hero__layout {
  display: block;
  max-width: 1080px;
}

.page-hero--legal .page-hero__lead {
  max-width: 76ch;
}

.section {
  padding: 78px 0;
  background: #ffffff;
}

.section--muted {
  background: #f6f7f8;
}

.section--accent {
  background: #eaf4f8;
}

.section--dark,
.section--cta {
  background: #183d4c;
}

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

.section--news {
  padding: 18px 0 42px;
}

.section--news .eyebrow {
  display: none;
}

.section--news .section-heading {
  max-width: none;
  margin-bottom: 16px;
}

.section--news .section-heading h2 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.25;
}

.news-grid,
.cards,
.audience-grid,
.security-grid,
.download-grid,
.logo-grid,
.case-grid,
.benefits-grid,
.faq-list {
  gap: 22px;
}

.news-card,
.card,
.audience-card,
.feature-stack__item,
.logo-tile,
.case-card,
.comparison-card,
.benefit-pill,
.security-item,
.download-card,
.note-card,
.content-block,
.notice-card,
.faq-item,
.welcome-banner,
.awards-preview {
  border-radius: 12px;
  box-shadow: none;
}

.news-card,
.card,
.audience-card,
.feature-stack__item,
.case-card,
.comparison-card,
.security-item,
.download-card,
.note-card {
  padding: 24px;
}

.news-card:hover,
.card:hover,
.audience-card:hover,
.feature-stack__item:hover,
.logo-tile:hover,
.case-card:hover,
.benefit-pill:hover,
.download-card:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(14, 118, 141, 0.28);
}

.news-grid--express {
  gap: 18px;
}

.news-card--express,
.news-card--express .card-link {
  border-radius: 12px;
}

.news-card--express .card-link {
  min-height: 96px;
  align-content: start;
  gap: 6px;
  padding: 16px 20px;
}

.section--news {
  padding: 12px 0 22px;
}

.section--news .section-heading {
  margin-bottom: 12px;
}

.section--news .section-heading h2 {
  font-size: 1.1rem;
}

.section--news .news-card__date {
  font-size: 0.8rem;
  line-height: 1.2;
}

.section--news .news-card--express h3 {
  font-size: 1rem;
  line-height: 1.22;
}

.section--news .news-card--express {
  padding: 0;
}

.welcome-combined {
  padding: 18px 0 34px;
}

.welcome-unified {
  padding: 28px 34px;
  border: 1px solid rgba(18, 55, 66, 0.1);
  border-radius: 12px;
  background: #ffffff;
}

.welcome-unified__heading {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(18, 55, 66, 0.1);
  text-align: center;
}

.welcome-unified__heading h2 {
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  line-height: 1;
}

.welcome-unified__heading p {
  margin-top: 12px;
  color: var(--brand-deep);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 650;
  line-height: 1.35;
}

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

.welcome-unified__column {
  padding: 2px 30px 2px 0;
}

.welcome-unified__column + .welcome-unified__column {
  padding-right: 0;
  padding-left: 30px;
  border-left: 1px solid rgba(18, 55, 66, 0.1);
}

.welcome-unified__column h3 {
  margin-bottom: 8px;
  color: var(--brand-deep);
  font-size: 1.05rem;
}

.welcome-unified__column p {
  font-size: 0.95rem;
  line-height: 1.55;
}

.telegram-migration-home {
  padding: 28px 0;
}

.telegram-migration-home .telegram-section__media {
  max-width: 520px;
}

.telegram-migration-home .telegram-section__actions {
  margin-top: 12px;
}

.telegram-migration-home .telegram-section__lead {
  padding: 14px 18px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
  color: var(--ink);
  font-weight: 650;
  line-height: 1.42;
}

.communications-home {
  padding: 28px 0 34px;
}

.communications-home .communications-showcase {
  gap: 18px;
}

.communications-home .communications-heading {
  width: 100%;
  max-width: none;
  margin-bottom: 4px;
  text-align: center;
}

.communications-home .communications-heading .eyebrow {
  justify-content: center;
  margin-bottom: 12px;
}

.communications-home .communications-heading h2 {
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1;
}

.communications-home .communications-heading p:last-child {
  max-width: 850px;
  margin: 14px auto 0;
  font-size: 0.98rem;
  line-height: 1.5;
}

.communications-home .communications-panel {
  gap: 20px;
  align-items: start;
}

.communications-home .communications-panel__screen,
.communications-home .communications-panel__image-slot {
  min-height: 0;
}

.communications-home .communications-panel__image-slot img {
  height: auto;
}

.communications-home .communications-panel__side {
  align-self: stretch;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.communications-home .communications-panel__side .card {
  padding: 16px 18px;
}

.communications-home .communications-panel__side .card-link {
  height: 100%;
}

.communications-home .communications-panel__side h3 {
  font-size: 1rem;
}

.communications-home .communications-panel__side p {
  margin-top: 6px;
  font-size: 0.88rem;
  line-height: 1.4;
}

.communications-home .communications-tabs {
  justify-content: center;
  gap: 10px;
}

.communications-home .communications-tab {
  padding: 9px 16px;
  text-decoration: none;
}

.smartapps-mobility-home {
  padding: 32px 0 38px;
  background: #f4f9fa;
}

.smartapps-mobility-home__heading {
  width: 100%;
  margin-bottom: 22px;
  text-align: center;
}

.smartapps-mobility-home__heading .eyebrow {
  justify-content: center;
  margin-bottom: 12px;
}

.smartapps-mobility-home__heading h2 {
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1;
}

.smartapps-mobility-home__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 22px;
  align-items: stretch;
  max-width: 1040px;
  margin: 0 auto;
}

.smartapps-mobility-home__content {
  padding: 6px 22px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
}

.smartapps-mobility-home__lead {
  padding: 17px 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.48;
}

.smartapps-mobility-home__features {
  border-top: 1px solid rgba(18, 55, 66, 0.1);
  border-bottom: 1px solid rgba(18, 55, 66, 0.1);
}

.smartapps-mobility-home__feature {
  padding: 13px 0;
}

.smartapps-mobility-home__feature + .smartapps-mobility-home__feature {
  border-top: 1px solid rgba(18, 55, 66, 0.1);
}

.smartapps-mobility-home__feature h3,
.smartapps-mobility-home__mobility-copy h3 {
  font-size: 1rem;
}

.smartapps-mobility-home__feature p,
.smartapps-mobility-home__mobility-copy > p:last-child {
  margin-top: 5px;
  font-size: 0.86rem;
  line-height: 1.42;
}

.smartapps-mobility-home__mobility-copy {
  padding: 17px 0;
}

.smartapps-mobility-home__mobility-copy .eyebrow {
  margin-bottom: 8px;
  font-size: 0.7rem;
}

.smartapps-mobility-home__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
}

.smartapps-mobility-home__visual img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 510px;
  object-fit: contain;
}

.smartapps-mobility-home__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 1040px;
  margin: 16px auto 0;
}

.smartapps-mobility-home__benefits .security-item {
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 13px 16px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font-size: 0.84rem;
  line-height: 1.35;
}

.blog-banner-home {
  padding: 30px 0 38px;
  background: #ffffff;
}

.blog-banner-home__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 190px;
  padding: 34px 42px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 16px;
  background: #eef4f6;
  color: var(--ink);
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.blog-banner-home__link:hover {
  background: #e5f0f3;
  transform: translateY(-2px);
}

.blog-banner-home__link h2 {
  max-width: 900px;
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1.05;
}

.blog-banner-home__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--ink);
  font-size: 1.8rem;
  font-weight: 800;
}

.downloads-home {
  padding: 34px 0 40px;
  background: #f4f9fa;
}

.downloads-home .section-heading {
  max-width: 920px;
  margin: 0 auto 22px;
  text-align: center;
}

.downloads-home .section-heading .eyebrow {
  justify-content: center;
  margin-bottom: 12px;
}

.downloads-home .section-heading h2 {
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1;
}

.downloads-home .section-heading > p:last-child {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.96rem;
}

.downloads-home .download-grid {
  gap: 12px;
}

.downloads-home__card {
  display: flex;
  flex-direction: column;
  min-height: 148px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: none;
}

.downloads-home__card h3 {
  font-size: 1.08rem;
}

.downloads-home__action {
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: auto;
  border: 1px solid rgba(14, 118, 141, 0.1);
  color: var(--brand-deep);
  text-decoration: none;
  font-size: 0.82rem;
  line-height: 1.2;
}

.downloads-home__action:hover {
  background: rgba(14, 118, 141, 0.14);
}

.federation-home {
  padding: 32px 0 38px;
}

.federation-home__heading {
  width: 100%;
  margin-bottom: 22px;
  text-align: center;
}

.federation-home__heading .eyebrow {
  justify-content: center;
  margin-bottom: 12px;
}

.federation-home__heading h2 {
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1;
}

.federation-home__heading > p:last-child {
  max-width: 940px;
  margin: 14px auto 0;
  font-size: 0.98rem;
  line-height: 1.5;
}

.federation-home__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 22px;
  align-items: stretch;
  max-width: 1040px;
  margin: 0 auto;
}

.federation-home__card {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  min-height: 0;
  padding: 6px 20px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 16px;
  box-shadow: none;
}

.federation-home__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 0;
}

.federation-home__item + .federation-home__item {
  border-top: 1px solid rgba(18, 55, 66, 0.1);
}

.federation-home__card h3 {
  font-size: 1rem;
}

.federation-home__card p {
  margin-top: 6px;
  font-size: 0.88rem;
  line-height: 1.4;
}

.federation-home__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 390px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
}

.federation-home__visual img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 390px;
  object-fit: contain;
}

.federation-page__hero {
  padding: 32px 0 38px;
  background: #f4f9fa;
}

.federation-page__heading {
  width: 100%;
  text-align: center;
}

.federation-page__heading .eyebrow {
  justify-content: center;
  margin-bottom: 12px;
}

.federation-page__heading h1 {
  max-width: 1050px;
  margin: 0 auto;
  font-size: clamp(2.35rem, 4.5vw, 4.35rem);
  line-height: 1;
}

.federation-page__hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 22px;
  align-items: stretch;
  max-width: 1040px;
  margin: 24px auto 0;
}

.federation-page__overview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 26px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
}

.federation-page__overview .page-hero__lead {
  max-width: none;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
}

.federation-page__overview .page-hero__facts {
  max-width: none;
  margin-top: 20px;
  gap: 12px;
}

.federation-page__overview .page-hero__facts li {
  min-height: 32px;
  padding-left: 44px;
  font-size: 0.92rem;
}

.federation-page__overview .page-hero__facts li::before {
  width: 32px;
  height: 32px;
}

.federation-page__visual {
  display: flex;
  flex-direction: column;
}

.federation-page__visual .page-hero__media {
  flex: 1;
  min-height: 0;
  padding: 14px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
}

.federation-page__visual .page-hero__media img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 390px;
}

.federation-page__visual .page-hero__actions {
  display: grid;
  margin-top: 12px;
}

.federation-page__visual .button {
  width: 100%;
}

.federation-page__details {
  padding: 34px 0;
  background: #ffffff;
}

.federation-page__detail-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1040px;
  padding: 26px 28px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 16px;
  background: #ffffff;
}

.federation-page__detail-column {
  padding-right: 28px;
}

.federation-page__detail-column + .federation-page__detail-column {
  padding-right: 0;
  padding-left: 28px;
  border-left: 1px solid rgba(18, 55, 66, 0.1);
}

.federation-page__detail-column h3 {
  margin-bottom: 9px;
  font-size: 1.08rem;
}

.federation-page__detail-column p,
.federation-page__detail-column li {
  font-size: 0.92rem;
  line-height: 1.48;
}

.federation-page__detail-column .content-list {
  margin-top: 14px;
}

.federation-page__related {
  padding: 38px 0 42px;
}

.federation-page__related .section-heading {
  max-width: none;
  margin-bottom: 20px;
  text-align: center;
}

.federation-page__related .eyebrow {
  justify-content: center;
}

.federation-page__related .cards {
  gap: 14px;
}

.federation-page__related .card {
  min-height: 112px;
  padding: 18px 20px;
}

.federation-page__related .card h3 {
  font-size: 1rem;
}

.federation-page__related .card p {
  margin-top: 6px;
  font-size: 0.86rem;
}

.federation-page__cta {
  padding: 54px 0;
}

.communications-tab,
.page-summary__label,
.news-card__tag,
.download-card__badge {
  border-radius: 8px;
}

.communications-panel__screen,
.communications-panel__image-slot,
.telegram-section__summary,
.telegram-section__badge-media img {
  border-radius: 12px;
}

.content-grid {
  gap: 24px;
}

.content-block {
  padding: 26px;
  background: #ffffff;
}

.content-list {
  list-style: disc;
  padding-left: 22px;
}

.content-list li {
  padding: 0;
  background: transparent;
  font-weight: 400;
}

.page-hero--legal ~ .section {
  padding: 36px 0;
  background: #ffffff;
}

.page-hero--legal ~ .section .container {
  width: min(1080px, calc(100% - 40px));
}

.page-hero--legal ~ .section .content-grid {
  grid-template-columns: 1fr;
  gap: 34px;
}

.page-hero--legal ~ .section .content-block,
.page-hero--legal ~ .section .notice-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.contact-page__hero {
  padding: 54px 0 18px;
}

.contact-page__hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.contact-page__regions {
  padding-top: 22px;
}

.contact-regions {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 18px;
  align-items: start;
}

.contact-region {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f4f5f2;
}

.contact-region--primary {
  color: #fff;
  border-color: #183d4c;
  background:
    radial-gradient(circle at 92% 8%, rgba(243, 199, 104, 0.2), transparent 30%),
    #183d4c;
}

.contact-region__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.contact-region__head h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
}

.contact-region__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  color: #123742;
  background: var(--signal);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.contact-list {
  display: grid;
  gap: 10px;
}

.contact-list__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
}

.contact-region--primary .contact-list__item {
  background: rgba(255, 255, 255, 0.09);
}

.contact-list__item svg {
  width: 30px;
  height: 30px;
  margin-top: 2px;
  fill: none;
  stroke: #2f91cf;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-region--primary .contact-list__item svg {
  stroke: var(--signal);
}

.contact-list__item span {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-region--primary .contact-list__item span {
  color: rgba(255, 255, 255, 0.64);
}

.contact-list__item strong,
.contact-list__item a {
  color: inherit;
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.42;
}

.contact-list__item a {
  text-decoration: underline;
  text-decoration-color: rgba(47, 145, 207, 0.38);
  text-underline-offset: 4px;
}

.contact-region--primary .contact-list__item a {
  text-decoration-color: rgba(243, 199, 104, 0.62);
}

@media (max-width: 820px) {
  .contact-page__hero {
    padding: 34px 0 12px;
  }

  .contact-page__regions {
    padding-top: 14px;
  }

  .contact-regions {
    grid-template-columns: 1fr;
  }

  .contact-region {
    padding: 22px;
  }
}

@media (max-width: 520px) {
  .contact-region {
    padding: 16px;
    border-radius: 14px;
  }

  .contact-region__head {
    margin-bottom: 16px;
  }

  .contact-list__item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .contact-list__item svg {
    width: 26px;
    height: 26px;
  }
}

/* Compact contact directory */
.contact-page__hero {
  padding: 42px 0 10px;
}

.contact-page__regions {
  padding: 14px 0 40px;
}

.contact-regions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-region,
.contact-region--primary {
  padding: 26px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.contact-region > h2 {
  margin: 0 0 18px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  letter-spacing: -0.035em;
}

.contact-details {
  margin: 0;
}

.contact-details > div {
  display: grid;
  grid-template-columns: minmax(130px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.contact-details dt,
.contact-details dd {
  margin: 0;
}

.contact-details dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.contact-details dd,
.contact-details dd a {
  color: var(--ink);
  font-size: clamp(0.98rem, 1.35vw, 1.14rem);
  font-weight: 700;
  line-height: 1.4;
}

.contact-details dd a {
  text-decoration: underline;
  text-decoration-color: rgba(18, 55, 66, 0.28);
  text-underline-offset: 4px;
}

.contact-details small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
}

@media (max-width: 820px) {
  .contact-regions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .contact-page__hero {
    padding-top: 30px;
  }

  .contact-page__regions {
    padding-top: 10px;
  }

  .contact-region,
  .contact-region--primary {
    padding: 20px;
  }

  .contact-details > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 11px 0;
  }
}

.cta {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 56px;
}

.cta > * {
  min-width: 0;
}

.section--cta h2 {
  max-width: 18ch;
  overflow-wrap: anywhere;
}

.home-page .section--cta h2 {
  max-width: none;
}

html[lang="fi"] .home-page .section--cta .eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.demo-form {
  padding: 28px;
  border-radius: 12px;
  box-shadow: none;
}

.demo-form input,
.demo-form textarea {
  border-radius: 8px;
}

.site-footer {
  padding: 58px 0 52px;
  background: #201e22;
}

.footer-top {
  grid-template-columns: 110px minmax(0, 1fr);
  align-items: start;
  gap: 42px;
  margin-bottom: 48px;
}

.footer__logo--express {
  width: 78px;
}

.footer-top__contacts {
  grid-template-columns: 0.85fr 1.35fr 1fr 0.65fr;
}

.footer-social {
  width: 40px;
  height: 40px;
}

.footer-links-grid {
  gap: 28px 54px;
}

@media (max-width: 1180px) {
  .hero__layout,
  .page-hero__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 34px;
  }

  .header-main {
    gap: 12px;
  }

  .nav-link {
    padding: 0 7px;
    font-size: 0.82rem;
  }
}

@media (max-width: 980px) {
  .header-main {
    min-height: 92px;
    padding: 12px 0;
  }

  .brand__logo {
    width: 66px;
  }

  .menu-toggle {
    min-height: 42px;
    border-radius: 8px;
  }

  .header-main__cta {
    display: none;
  }

  .main-nav__list {
    margin-top: 14px;
  }

  .nav-link {
    min-height: 46px;
    border-radius: 8px;
    font-size: 0.94rem;
  }

  .hero__layout,
  .page-hero__layout,
  .cta {
    grid-template-columns: 1fr;
  }

  .consultation-download {
    width: 100%;
  }

  .hero__heading {
    margin-bottom: 26px;
  }

  .hero__visual {
    min-height: auto;
  }

  .hero-media-slot {
    min-height: 0;
  }

  .page-hero__media {
    min-height: 400px;
  }

  .page-hero__media img {
    max-height: 360px;
  }

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

  .federation-home__layout {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 330px);
  }

  .smartapps-mobility-home__layout {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 330px);
  }

  .federation-page__hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 330px);
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100% - 30px, 1120px);
  }

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.35rem;
    line-height: 1.08;
  }

  h2 {
    font-size: 1.9rem;
  }

  .hero,
  .page-hero {
    padding: 34px 0 46px;
  }

  .hero__lead,
  .page-hero__lead {
    font-size: 1rem;
  }

  .hero__overview {
    padding: 18px;
  }

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

  .hero__facts,
  .page-hero__facts {
    gap: 12px;
  }

  .hero__facts li,
  .page-hero__facts li {
    padding-left: 44px;
  }

  .hero-media-slot {
    min-height: 0;
    padding: 0;
  }

  .page-hero__media {
    min-height: 250px;
    padding: 12px 4px;
  }

  .page-hero__media img {
    max-height: 240px;
  }

  .section {
    padding: 56px 0;
  }

  .section--news {
    padding: 12px 0 20px;
  }

  .welcome-combined {
    padding: 14px 0 28px;
  }

  .welcome-unified {
    padding: 22px 20px;
  }

  .welcome-unified__heading {
    padding-bottom: 18px;
  }

  .welcome-unified__heading h2 {
    font-size: 2rem;
  }

  .welcome-unified__columns {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .welcome-unified__column,
  .welcome-unified__column + .welcome-unified__column {
    padding: 0;
    border-left: 0;
  }

  .federation-home {
    padding: 34px 0;
  }

  .smartapps-mobility-home {
    padding: 34px 0;
  }

  .smartapps-mobility-home__heading {
    margin-bottom: 18px;
  }

  .smartapps-mobility-home__heading h2 {
    font-size: 2rem;
  }

  .smartapps-mobility-home__layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .smartapps-mobility-home__content {
    padding: 4px 18px;
  }

  .smartapps-mobility-home__visual {
    padding: 12px;
  }

  .smartapps-mobility-home__visual img {
    max-height: 430px;
  }

  .smartapps-mobility-home__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-banner-home {
    padding: 26px 0 32px;
  }

  .blog-banner-home__link {
    min-height: 0;
    padding: 25px 22px;
    gap: 18px;
  }

  .blog-banner-home__link h2 {
    font-size: 1.72rem;
  }

  .blog-banner-home__arrow {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
    font-size: 1.45rem;
  }

  .downloads-home {
    padding: 32px 0;
  }

  .downloads-home .section-heading h2 {
    font-size: 2rem;
  }

  .downloads-home__card {
    min-height: 132px;
    padding: 18px;
  }

  .federation-home__heading {
    margin-bottom: 18px;
  }

  .federation-home__heading h2 {
    font-size: 2rem;
  }

  .federation-home__layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .federation-home__card {
    grid-template-rows: none;
    padding: 4px 18px;
  }

  .federation-home__visual {
    min-height: 0;
    padding: 12px;
  }

  .federation-home__visual img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 400px;
  }

  .federation-page__hero {
    padding: 30px 0 34px;
  }

  .federation-page__heading h1 {
    font-size: 2.25rem;
  }

  .federation-page__hero-layout {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 18px;
  }

  .federation-page__overview {
    padding: 20px;
  }

  .federation-page__visual .page-hero__media {
    min-height: 0;
    padding: 12px;
  }

  .federation-page__visual .page-hero__media img {
    max-height: 400px;
  }

  .federation-page__details {
    padding: 28px 0;
  }

  .federation-page__detail-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .federation-page__detail-column,
  .federation-page__detail-column + .federation-page__detail-column {
    padding: 0;
    border-left: 0;
  }

  .federation-page__detail-column + .federation-page__detail-column {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(18, 55, 66, 0.1);
  }

  .federation-page__related {
    padding: 32px 0;
  }

  .federation-page__cta {
    padding: 42px 0;
  }

  .welcome-unified__column + .welcome-unified__column {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(18, 55, 66, 0.1);
  }

  .section-heading--row {
    align-items: start;
  }

  .news-card,
  .card,
  .audience-card,
  .feature-stack__item,
  .case-card,
  .comparison-card,
  .security-item,
  .download-card,
  .note-card,
  .demo-form,
  .content-block {
    padding: 20px;
  }

  .button {
    width: 100%;
  }

  .hero__actions,
  .page-hero__actions,
  .demo-form__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-top__contacts {
    grid-template-columns: 1fr;
  }
}

/* Interactive pricing table on the Russian home page. */
.pricing-showcase__heading {
  max-width: none;
  text-align: center;
}

.pricing-showcase__heading .eyebrow {
  justify-content: center;
}

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

.pricing-plan {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(18, 55, 66, 0.1);
  border-radius: 16px;
  background: #ffffff;
}

.pricing-plan--free {
  border-color: rgba(30, 181, 86, 0.65);
}

.pricing-plan--lite {
  background: #eef6fd;
}

.pricing-plan--corporate {
  background: #d7ebfb;
}

.pricing-plan--smartapps {
  border-color: #3c95dc;
  background: #479be0;
  color: #ffffff;
}

.pricing-plan__name {
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
}

.pricing-plan--smartapps .pricing-plan__name {
  background: #227ec7;
  color: #ffffff;
}

.pricing-plan__badge {
  float: right;
  color: var(--brand);
  font-size: 0.7rem;
}

.pricing-plan__description {
  min-height: 86px;
  padding: 14px 5px 10px;
  text-align: center;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.pricing-plan--smartapps .pricing-plan__description {
  color: rgba(255, 255, 255, 0.92);
}

.pricing-plan__button {
  width: 100%;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.82rem;
}

.pricing-plan__button--disabled {
  cursor: default;
  background: #d9dde0;
  box-shadow: none;
  color: #68737a;
  pointer-events: none;
}

.pricing-plan__button--dark {
  background: #152b38;
  color: #ffffff;
}

.pricing-plan__future {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 116px;
  border-bottom: 1px solid rgba(18, 55, 66, 0.14);
  text-align: center;
  font-size: 1.05rem;
  font-weight: 750;
}

.pricing-plan__controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
  border-bottom: 1px solid rgba(18, 55, 66, 0.16);
}

.pricing-plan__controls button {
  padding: 10px 4px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.78rem;
  cursor: pointer;
  opacity: 0.62;
}

.pricing-plan__controls button.is-active {
  border-bottom-color: currentColor;
  font-weight: 750;
  opacity: 1;
}

.pricing-plan__controls button:disabled {
  cursor: not-allowed;
  opacity: 0.28;
}

.pricing-plan__controls--deployment {
  border-bottom: 0;
}

.pricing-plan__deployment-label {
  margin-top: 18px;
  text-align: center;
  font-size: 0.82rem;
}

.pricing-plan__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 96px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(18, 55, 66, 0.14);
  text-align: center;
}

.pricing-plan__price strong {
  font-size: clamp(1.8rem, 2.4vw, 2.7rem);
  line-height: 1;
}

.pricing-plan__price > span {
  margin-left: 4px;
  font-size: 1.3rem;
}

.pricing-plan__price small {
  flex-basis: 100%;
  margin-top: 5px;
  font-size: 0.7rem;
}

.pricing-plan__features {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 14px 0 0;
  list-style: none;
}

.pricing-plan__features li {
  position: relative;
  min-height: 42px;
  padding: 9px 0 9px 28px;
  font-size: 0.76rem;
  line-height: 1.4;
}

.pricing-plan__features li::before {
  content: "✓";
  position: absolute;
  top: 9px;
  left: 2px;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand);
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 800;
}

.pricing-plan--free .pricing-plan__features li::before {
  background: #1eb556;
}

.pricing-plan--smartapps .pricing-plan__features li::before {
  background: #ffffff;
  color: #2d8fdc;
}

.pricing-plan__features li.is-unavailable {
  opacity: 0.35;
}

.pricing-plan__features li.is-unavailable::before {
  content: "−";
  background: #ffffff;
  color: var(--muted);
}

.pricing-notice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(18, 55, 66, 0.1);
  border-radius: 12px;
  background: #f4f7f8;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.pricing-notice p {
  position: relative;
  padding-left: 18px;
}

.pricing-notice p::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--brand);
  font-weight: 800;
}

.pricing-comparison {
  margin-top: 36px;
}

.pricing-comparison__heading {
  margin-bottom: 18px;
  text-align: center;
}

.pricing-comparison__heading .eyebrow {
  justify-content: center;
}

.pricing-comparison__heading h2 {
  margin-top: 8px;
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
}

.pricing-comparison__scroll {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(18, 55, 66, 0.1);
  border-radius: 16px;
  background: #ffffff;
  scrollbar-color: rgba(45, 143, 220, 0.65) #edf3f6;
}

.pricing-comparison__scroll:focus-visible {
  outline: 3px solid rgba(45, 143, 220, 0.3);
  outline-offset: 3px;
}

.pricing-comparison__table {
  width: 100%;
  min-width: 920px;
  border-spacing: 0;
  table-layout: fixed;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 0.76rem;
  line-height: 1.4;
}

.pricing-comparison__feature-col {
  width: 30%;
}

.pricing-comparison__table th,
.pricing-comparison__table td {
  padding: 12px 14px;
  border-right: 1px solid rgba(18, 55, 66, 0.08);
  border-bottom: 1px solid rgba(18, 55, 66, 0.08);
  vertical-align: middle;
}

.pricing-comparison__table tr > :last-child {
  border-right: 0;
}

.pricing-comparison__table tbody tr:last-child > * {
  border-bottom: 0;
}

.pricing-comparison__table thead th {
  height: 58px;
  background: #f4f7f8;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 800;
}

.pricing-comparison__table thead th:first-child {
  text-align: left;
}

.pricing-comparison__table .pricing-comparison__plan--free {
  box-shadow: inset 0 3px 0 #1eb556;
}

.pricing-comparison__table .pricing-comparison__plan--lite {
  background: #eef6fd;
}

.pricing-comparison__table .pricing-comparison__plan--corporate {
  background: #d7ebfb;
}

.pricing-comparison__table .pricing-comparison__plan--smartapps {
  background: #479be0;
  color: #ffffff;
}

.pricing-comparison__table tbody th {
  background: #fbfcfc;
  text-align: left;
  font-weight: 650;
}

.pricing-comparison__table tbody td {
  text-align: center;
}

.pricing-comparison__table tbody tr:nth-child(even) td {
  background: rgba(238, 246, 253, 0.34);
}

.pricing-comparison__table td[data-status]::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pricing-comparison__table td[data-status="yes"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='8' y1='0' x2='8' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%234799e3'/%3E%3Cstop offset='1' stop-color='%23257ac6'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='16' height='16' rx='6.4' fill='url(%23a)'/%3E%3Cpath d='m4.22 8 2.43 2.43a.5.5 0 0 0 .71 0l4.46-4.46' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E");
}

.pricing-comparison__table td[data-status="no"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='8' y1='0' x2='8' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23dd666b'/%3E%3Cstop offset='1' stop-color='%23cb3940'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='16' height='16' rx='6.4' fill='url(%23a)'/%3E%3Ccircle cx='8' cy='8' r='4.6' fill='none' stroke='%23fff' stroke-width='1.3'/%3E%3Cpath d='m4.2 11.6 7.3-7.3' fill='none' stroke='%23fff' stroke-width='1.3'/%3E%3C/svg%3E");
}

.pricing-comparison__table td[data-status]:not(:empty)::before {
  margin-bottom: 5px;
}

.pricing-comparison__text-row td,
.pricing-comparison__audience td {
  color: var(--muted);
  font-size: 0.72rem;
}

.pricing-comparison__audience th,
.pricing-comparison__audience td {
  vertical-align: top;
}

@media (max-width: 1180px) {
  .pricing-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .pricing-plans,
  .pricing-notice {
    grid-template-columns: 1fr;
  }

  .pricing-plan__description {
    min-height: 0;
  }

  .pricing-comparison {
    margin-top: 28px;
  }

  .pricing-comparison__heading {
    margin-bottom: 14px;
  }

  .pricing-comparison__scroll {
    margin-right: -2px;
    border-radius: 12px;
  }
}

.pricing-contact {
  padding: 24px 0 54px;
  background: #ffffff;
}

.pricing-contact__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 26px 30px;
  border: 1px solid rgba(18, 55, 66, 0.1);
  border-radius: 14px;
  background: #f4f7f8;
}

.pricing-contact__inner .eyebrow {
  margin: 0;
}

.pricing-contact__inner h2 {
  flex: 1;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.pricing-contact__inner .button {
  flex: 0 0 auto;
}

@media (max-width: 760px) {
  .pricing-contact__inner {
    display: grid;
    gap: 16px;
    padding: 22px;
  }
}

/* Company certificate */
.company-certificate {
  padding: 42px 0 64px;
  background: linear-gradient(180deg, #f4f9fa 0%, #ffffff 100%);
}

.company-certificate__heading {
  max-width: 920px;
  margin: 0 auto 30px;
  text-align: center;
}

.company-certificate__heading .breadcrumbs {
  justify-content: center;
  margin-bottom: 24px;
}

.company-certificate__heading .eyebrow {
  margin-bottom: 10px;
}

.company-certificate__heading h1 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5.3rem);
  line-height: 0.98;
}

.company-certificate__title-link {
  color: inherit;
  text-decoration: none;
}

.company-certificate__lead {
  max-width: 800px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.55;
}

.company-certificate__lead a {
  color: var(--brand);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.company-certificate__pages {
  display: grid;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.company-certificate__page {
  margin: 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(18, 55, 66, 0.1);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(18, 55, 66, 0.1);
}

.company-certificate__page img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 680px) {
  .company-certificate {
    padding: 28px 0 44px;
  }

  .company-certificate__heading {
    margin-bottom: 22px;
  }

  .company-certificate__heading .breadcrumbs {
    margin-bottom: 18px;
  }

  .company-certificate__page {
    padding: 8px;
    border-radius: 12px;
  }
}

/* Product features page */
.product-features-page {
  background: #ffffff;
}

.product-features-page__hero {
  padding: 32px 0 38px;
  background: linear-gradient(180deg, #f3f9fa 0%, #edf6f7 100%);
}

.product-features-page__heading,
.product-features-page__section-heading {
  width: 100%;
  text-align: center;
}

.product-features-page__heading .breadcrumbs {
  justify-content: center;
  margin-bottom: 22px;
}

.product-features-page__heading .eyebrow,
.product-features-page__section-heading .eyebrow {
  justify-content: center;
  margin-bottom: 10px;
}

.product-features-page__heading h1 {
  max-width: 1080px;
  margin: 0 auto;
  font-size: clamp(2.35rem, 4.5vw, 4.35rem);
  line-height: 1;
}

.product-features-page__hero-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
  gap: 22px;
  align-items: stretch;
  max-width: 1180px;
  margin: 26px auto 0;
}

.product-features-page__overview,
.product-features-page__media,
.product-features-page__pillar,
.product-features-page__value-card,
.product-features-page__related-card {
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
}

.product-features-page__overview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

.product-features-page__lead {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.product-features-page__facts {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.product-features-page__facts li {
  position: relative;
  min-height: 34px;
  padding: 7px 0 7px 46px;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.product-features-page__facts li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--signal);
  color: var(--ink);
  content: "✓";
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 34px;
  text-align: center;
  transform: translateY(-50%);
}

.product-features-page__visual {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.product-features-page__media {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 16px;
  overflow: hidden;
}

.product-features-page__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 390px;
  object-fit: contain;
}

.product-features-page__visual > .button {
  width: 100%;
  margin-top: 12px;
}

.product-features-page__pillars,
.product-features-page__related {
  padding: 42px 0;
  background: #ffffff;
}

.product-features-page__section-heading {
  max-width: 900px;
  margin: 0 auto 22px;
}

.product-features-page__section-heading h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  line-height: 1.05;
}

.product-features-page__pillar-grid,
.product-features-page__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.product-features-page__pillar {
  min-height: 172px;
  padding: 22px 24px;
  box-shadow: 0 10px 28px rgba(18, 55, 66, 0.05);
}

.product-features-page__pillar > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 26px;
  margin-bottom: 16px;
  border-radius: 7px;
  background: #d9eef1;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.product-features-page__pillar h3,
.product-features-page__related-card h3 {
  margin: 0;
  font-size: 1.08rem;
}

.product-features-page__pillar p,
.product-features-page__related-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.product-features-page__value {
  padding: 42px 0;
  background: #f3f8f9;
}

.product-features-page__value-card {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  max-width: 1180px;
  padding: 28px 30px;
}

.product-features-page__value-column {
  padding-right: 32px;
}

.product-features-page__value-column + .product-features-page__value-column {
  padding-right: 0;
  padding-left: 32px;
  border-left: 1px solid rgba(18, 55, 66, 0.1);
}

.product-features-page__value-column .eyebrow {
  margin-bottom: 8px;
}

.product-features-page__value-column h2 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.product-features-page__value-column p,
.product-features-page__value-column li {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.52;
}

.product-features-page__value-column .content-list {
  margin-top: 16px;
}

.product-features-page__related {
  padding-bottom: 46px;
}

.product-features-page__related-card {
  display: block;
  min-height: 118px;
  padding: 20px 22px;
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.product-features-page__related-card:hover {
  border-color: rgba(18, 126, 143, 0.28);
  box-shadow: 0 12px 28px rgba(18, 55, 66, 0.08);
  transform: translateY(-2px);
}

.product-features-page__cta {
  padding: 48px 0 56px;
}

@media (max-width: 900px) {
  .product-features-page__hero-layout,
  .product-features-page__value-card {
    grid-template-columns: 1fr;
  }

  .product-features-page__value-column,
  .product-features-page__value-column + .product-features-page__value-column {
    padding: 0;
    border-left: 0;
  }

  .product-features-page__value-column + .product-features-page__value-column {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(18, 55, 66, 0.1);
  }
}

@media (max-width: 720px) {
  .product-features-page__hero {
    padding: 26px 0 32px;
  }

  .product-features-page__pillar-grid,
  .product-features-page__related-grid {
    grid-template-columns: 1fr;
  }

  .product-features-page__pillar {
    min-height: 0;
  }

  .product-features-page__overview,
  .product-features-page__value-card {
    padding: 22px;
  }

  .product-features-page__pillars,
  .product-features-page__value,
  .product-features-page__related {
    padding: 34px 0;
  }
}

/* Compact Chatbots page shared by every locale. */
.chatbots-clean { color: #0b284d; background: #ffffff; }
.chatbots-clean__hero,
.chatbots-clean__types,
.chatbots-clean__benefits,
.chatbots-clean__related,
.chatbots-clean__cta { padding: 40px 0; }
.chatbots-clean__hero,
.chatbots-clean__benefits { background: #f6f8fb; }
.chatbots-clean__hero-grid,
.chatbots-clean__intro-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 28px; align-items: center; }
.chatbots-clean h1,
.chatbots-clean h2,
.chatbots-clean h3 { color: #0b284d; }
.chatbots-clean h1 { margin: 10px 0 16px; }
.chatbots-clean__lead,
.chatbots-clean__intro p,
.chatbots-clean__card p,
.chatbots-clean__benefit p { color: #4b617b; line-height: 1.6; }
.chatbots-clean__lead { margin: 0; max-width: 620px; font-size: 1.12rem; }
.chatbots-clean__media { overflow: hidden; margin: 0; border: 1px solid #dbe5ee; border-radius: 14px; background: #ffffff; }
.chatbots-clean__media img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.chatbots-clean__actions { margin-top: 22px; }
.chatbots-clean__heading { max-width: 720px; margin: 0 auto 20px; text-align: center; }
.chatbots-clean__heading h2 { margin: 8px 0 0; }
.chatbots-clean__intro { padding: 22px; border: 1px solid #dbe5ee; border-radius: 12px; background: #ffffff; }
.chatbots-clean__types-grid,
.chatbots-clean__benefits-grid,
.chatbots-clean__related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.chatbots-clean__scenario-slider { overflow: hidden; border: 1px solid #dbe5ee; border-radius: 14px; background: #ffffff; }
.chatbots-clean__scenario-slider .vks-slider__tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid #dbe5ee; }
.chatbots-clean__scenario-slider .vks-slider__tab { min-height: 60px; padding: 12px; border: 0; border-bottom: 3px solid transparent; background: #ffffff; color: #5c7691; cursor: pointer; font: inherit; font-weight: 700; }
.chatbots-clean__scenario-slider .vks-slider__tab.is-active { border-bottom-color: #248bd2; color: #087c91; }
.chatbots-clean__scenario-viewport { padding: 18px; }
.chatbots-clean__scenario-panel { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr); gap: 20px; min-height: 282px; }
.chatbots-clean__scenario-panel[hidden] { display: none; }
.chatbots-clean__scenario-panel figure { overflow: hidden; min-height: 246px; margin: 0; border-radius: 10px; background: #e4f1fb; }
.chatbots-clean__scenario-panel img { display: block; width: 100%; height: 246px; object-fit: cover; }
.chatbots-clean__scenario-copy { display: flex; flex-direction: column; justify-content: center; padding: 24px; border: 1px solid #dbe5ee; border-radius: 10px; }
.chatbots-clean__scenario-copy h3 { margin: 0 0 12px; font-size: clamp(1.5rem, 2.4vw, 2.25rem); }
.chatbots-clean__scenario-copy p { margin: 0; color: #4b617b; line-height: 1.6; }
.chatbots-clean__card,
.chatbots-clean__benefit,
.chatbots-clean__related-card { padding: 18px; border: 1px solid #dbe5ee; border-radius: 12px; background: #ffffff; box-shadow: none; }
.chatbots-clean__card { min-height: 210px; }
.chatbots-clean__card img { display: block; width: 100%; height: 102px; margin-bottom: 14px; border-radius: 8px; object-fit: cover; }
.chatbots-clean__card h3,
.chatbots-clean__benefit h3,
.chatbots-clean__related-card h3 { margin: 0 0 8px; font-size: 1.08rem; }
.chatbots-clean__card p,
.chatbots-clean__benefit p { margin: 0; }
.chatbots-clean__benefit { min-height: 142px; }
.chatbots-clean__related-card { min-height: 116px; text-decoration: none; }
.chatbots-clean__related-card:hover { border-color: #003580; box-shadow: none; }
.chatbots-clean__cta { background: #0b3f70; color: #ffffff; text-align: center; }
.chatbots-clean__cta h2,
.chatbots-clean__cta p { color: #ffffff; }
.chatbots-clean__cta h2 { margin: 8px 0; }
.chatbots-clean__cta p { max-width: 650px; margin: 0 auto; opacity: .9; }
.chatbots-clean__cta .button { margin-top: 20px; border-color: #ffffff; background: #ffffff; color: #0b3f70; }
@media (max-width: 900px) { .chatbots-clean__types-grid, .chatbots-clean__benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .chatbots-clean__related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 720px) { .chatbots-clean__hero, .chatbots-clean__types, .chatbots-clean__benefits, .chatbots-clean__related, .chatbots-clean__cta { padding: 28px 0; } .chatbots-clean__hero-grid, .chatbots-clean__intro-grid, .chatbots-clean__types-grid, .chatbots-clean__benefits-grid, .chatbots-clean__related-grid { grid-template-columns: 1fr; } .chatbots-clean__card, .chatbots-clean__benefit, .chatbots-clean__related-card { min-height: 0; } }
@media (max-width: 720px) { .chatbots-clean__scenario-slider .vks-slider__tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); } .chatbots-clean__scenario-slider .vks-slider__tab { min-height: 52px; font-size: .9rem; } .chatbots-clean__scenario-panel { grid-template-columns: 1fr; min-height: 0; } .chatbots-clean__scenario-panel figure, .chatbots-clean__scenario-panel img { min-height: 210px; height: 210px; } .chatbots-clean__scenario-copy { padding: 20px; } }

/* Compact Information Security page shared by every locale. */
.security-clean { color: #0b284d; background: #ffffff; }
.security-clean__hero, .security-clean__measures, .security-clean__access, .security-clean__integrations, .security-clean__cta { padding: 40px 0; }
.security-clean__hero, .security-clean__integrations { background: #f6f8fb; }
.security-clean__hero-grid, .security-clean__split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 28px; align-items: center; }
.security-clean h1, .security-clean h2, .security-clean h3 { color: #0b284d; }
.security-clean h1 { margin: 10px 0 16px; }
.security-clean__lead, .security-clean__copy p, .security-clean__measure p, .security-clean__copy li, .security-clean__measure li { color: #4b617b; line-height: 1.6; }
.security-clean__lead { margin: 0; max-width: 650px; font-size: 1.12rem; }
.security-clean__media { overflow: hidden; margin: 0; border: 1px solid #dbe5ee; border-radius: 14px; background: #ffffff; }
.security-clean__media img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.security-clean__actions { margin-top: 22px; }
.security-clean__heading { max-width: 720px; margin: 0 auto 20px; text-align: center; }
.security-clean__heading h2 { margin: 8px 0 0; }
.security-clean__measures-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.security-clean__measure { min-height: 236px; padding: 20px; border: 1px solid #dbe5ee; border-radius: 12px; background: #ffffff; box-shadow: none; }
.security-clean__measure h3 { margin: 0 0 10px; font-size: 1.12rem; }
.security-clean__measure p { margin: 0; }
.security-clean__copy { padding: 22px; border: 1px solid #dbe5ee; border-radius: 12px; background: #ffffff; }
.security-clean__copy h2 { margin: 8px 0 12px; }
.security-clean__list { display: grid; gap: 9px; margin: 18px 0 0; padding: 0; list-style: none; }
.security-clean__list li { position: relative; padding-left: 22px; }
.security-clean__list li::before { position: absolute; left: 0; color: #007c91; content: "✓"; font-weight: 800; }
.security-clean__cta { background: #0b3f70; color: #ffffff; text-align: center; }
.security-clean__cta h2, .security-clean__cta p { color: #ffffff; }
.security-clean__cta h2 { margin: 8px 0; }
.security-clean__cta p { max-width: 650px; margin: 0 auto; opacity: .9; }
.security-clean__cta .button { margin-top: 20px; border-color: #ffffff; background: #ffffff; color: #0b3f70; }
@media (max-width: 720px) { .security-clean__hero, .security-clean__measures, .security-clean__access, .security-clean__integrations, .security-clean__cta { padding: 28px 0; } .security-clean__hero-grid, .security-clean__split, .security-clean__measures-grid { grid-template-columns: 1fr; } .security-clean__measure { min-height: 0; } }

/* Compact Federation page shared by every locale. */
.federation-clean { color: #0b284d; background: #ffffff; }
.federation-clean__hero, .federation-clean__benefits, .federation-clean__network, .federation-clean__profiles, .federation-clean__cta { padding: 40px 0; }
.federation-clean__hero, .federation-clean__network { background: #f6f8fb; }
.federation-clean__hero-grid, .federation-clean__split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 28px; align-items: center; }
.federation-clean h1, .federation-clean h2, .federation-clean h3 { color: #0b284d; }
.federation-clean h1 { margin: 10px 0 16px; }
.federation-clean__lead, .federation-clean__card p, .federation-clean__copy p, .federation-clean__copy li { color: #4b617b; line-height: 1.6; }
.federation-clean__lead { max-width: 650px; margin: 0; font-size: 1.12rem; }
.federation-clean__media { overflow: hidden; margin: 0; border: 1px solid #dbe5ee; border-radius: 14px; background: #ffffff; }
.federation-clean__media img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.federation-clean__actions { margin-top: 22px; }
.federation-clean__heading { max-width: 720px; margin: 0 auto 20px; text-align: center; }
.federation-clean__heading h2 { margin: 8px 0 0; }
.federation-clean__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.federation-clean__card { min-height: 160px; padding: 20px; border: 1px solid #dbe5ee; border-radius: 12px; background: #ffffff; box-shadow: none; }
.federation-clean__card h3 { margin: 0 0 10px; font-size: 1.12rem; }
.federation-clean__card p { margin: 0; }
.federation-clean__copy { padding: 22px; border: 1px solid #dbe5ee; border-radius: 12px; background: #ffffff; }
.federation-clean__copy h2 { margin: 8px 0 12px; }
.federation-clean__list { display: grid; gap: 9px; margin: 18px 0 0; padding: 0; list-style: none; }
.federation-clean__list li { position: relative; padding-left: 22px; }
.federation-clean__list li::before { position: absolute; left: 0; color: #007c91; content: "✓"; font-weight: 800; }
.federation-clean__cta { background: #0b3f70; color: #ffffff; text-align: center; }
.federation-clean__cta h2, .federation-clean__cta p { color: #ffffff; }
.federation-clean__cta h2 { margin: 8px 0; }
.federation-clean__cta p { max-width: 650px; margin: 0 auto; opacity: .9; }
.federation-clean__cta .button { margin-top: 20px; border-color: #ffffff; background: #ffffff; color: #0b3f70; }
@media (max-width: 720px) { .federation-clean__hero, .federation-clean__benefits, .federation-clean__network, .federation-clean__profiles, .federation-clean__cta { padding: 28px 0; } .federation-clean__hero-grid, .federation-clean__split, .federation-clean__cards { grid-template-columns: 1fr; } .federation-clean__card { min-height: 0; } }

/* Compact Role Model page shared by every locale. */
.role-clean { color: #0b284d; background: #ffffff; }
.role-clean__hero, .role-clean__usage, .role-clean__rules, .role-clean__admin, .role-clean__risks, .role-clean__cta { padding: 40px 0; }
.role-clean__hero, .role-clean__rules, .role-clean__risks { background: #f6f8fb; }
.role-clean__hero-grid, .role-clean__split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 28px; align-items: center; }
.role-clean h1, .role-clean h2, .role-clean h3 { color: #0b284d; }
.role-clean h1 { margin: 10px 0 16px; }
.role-clean__lead, .role-clean__card p, .role-clean__copy p, .role-clean__copy li { color: #4b617b; line-height: 1.6; }
.role-clean__lead { max-width: 650px; margin: 0; font-size: 1.12rem; }
.role-clean__media { overflow: hidden; margin: 0; border: 1px solid #dbe5ee; border-radius: 14px; background: #ffffff; }
.role-clean__media img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.role-clean__actions { margin-top: 22px; }
.role-clean__heading { max-width: 720px; margin: 0 auto 20px; text-align: center; }
.role-clean__heading h2 { margin: 8px 0 0; }
.role-clean__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.role-clean__card { min-height: 155px; padding: 20px; border: 1px solid #dbe5ee; border-radius: 12px; background: #ffffff; box-shadow: none; }
.role-clean__card h3 { margin: 0 0 10px; font-size: 1.12rem; }
.role-clean__card p { margin: 0; }
.role-clean__copy { padding: 22px; border: 1px solid #dbe5ee; border-radius: 12px; background: #ffffff; }
.role-clean__copy h2 { margin: 8px 0 12px; }
.role-clean__list { display: grid; gap: 9px; margin: 18px 0 0; padding: 0; list-style: none; }
.role-clean__list li { position: relative; padding-left: 22px; }
.role-clean__list li::before { position: absolute; left: 0; color: #007c91; content: "✓"; font-weight: 800; }
.role-clean__cta { background: #0b3f70; color: #ffffff; text-align: center; }
.role-clean__cta h2, .role-clean__cta p { color: #ffffff; }
.role-clean__cta h2 { margin: 8px 0; }
.role-clean__cta p { max-width: 650px; margin: 0 auto; opacity: .9; }
.role-clean__cta .button { margin-top: 20px; border-color: #ffffff; background: #ffffff; color: #0b3f70; }
@media (max-width: 720px) { .role-clean__hero, .role-clean__usage, .role-clean__rules, .role-clean__admin, .role-clean__risks, .role-clean__cta { padding: 28px 0; } .role-clean__hero-grid, .role-clean__split, .role-clean__cards { grid-template-columns: 1fr; } .role-clean__card { min-height: 0; } }

/* Compact videoconferencing page shared by every locale. */
.videoconference-page {
  background: #ffffff;
  color: #0b284d;
}

.videoconference-page__hero,
.videoconference-page__capabilities,
.videoconference-page__workflow,
.videoconference-page__security,
.videoconference-page__cta {
  padding: 42px 0;
}

.videoconference-page__hero {
  background: #f6f8fb;
}

.videoconference-page__hero-grid,
.videoconference-page__workflow-grid,
.videoconference-page__security-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.videoconference-page h1,
.videoconference-page h2,
.videoconference-page h3 {
  color: #0b284d;
}

.videoconference-page h1 {
  max-width: 760px;
  margin: 10px 0 16px;
}

.videoconference-page__lead {
  max-width: 640px;
  margin: 0;
  color: #4b617b;
  font-size: 1.12rem;
  line-height: 1.6;
}

.videoconference-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.videoconference-page__media {
  overflow: hidden;
  border: 1px solid #dbe5ee;
  border-radius: 14px;
  background: #ffffff;
}

.videoconference-page__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.videoconference-page__heading {
  max-width: 740px;
  margin: 0 auto 22px;
  text-align: center;
}

.videoconference-page__heading h2 {
  margin: 8px 0 0;
}

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

.videoconference-page__capability-slider {
  overflow: hidden;
  border: 1px solid #dbe5ee;
  border-radius: 14px;
  background: #ffffff;
}

.videoconference-page__capability-slider .vks-slider__tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid #dbe5ee;
}

.videoconference-page__capability-slider .vks-slider__tab {
  min-height: 62px;
  padding: 14px 12px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: #ffffff;
  color: #5c7691;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.videoconference-page__capability-slider .vks-slider__tab.is-active {
  border-bottom-color: #248bd2;
  color: #087c91;
}

.videoconference-page__capability-viewport {
  padding: 18px;
}

.videoconference-page__capability-viewport .videoconference-page__capability-slide {
  padding: 0;
}

.videoconference-page__capability-slide {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 20px;
  min-height: 290px;
  padding: 18px;
}

.videoconference-page__capability-slide[hidden] {
  display: none;
}

.videoconference-page__capability-placeholder {
  min-height: 252px;
  margin: 0;
  border: 1px dashed #b9cadc;
  border-radius: 10px;
  background: #f8fbfd;
}

.videoconference-page__instant-show {
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background: #e4f1fb;
}

.videoconference-page__planning-show {
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background: #e4f1fb;
}

.videoconference-page__instant-show img {
  display: block;
  width: 100%;
  min-height: 252px;
  height: 252px;
  object-fit: contain;
  animation: videoconferenceInstantReveal 600ms ease both;
}

.videoconference-page__planning-show img {
  display: block;
  width: 100%;
  min-height: 252px;
  height: 252px;
  object-fit: contain;
  animation: videoconferenceInstantReveal 600ms ease both;
}

.videoconference-page__instant-show img[hidden] {
  display: none;
}

.videoconference-page__planning-show img[hidden],
.videoconference-page__planning-caption[hidden] {
  display: none;
}

.videoconference-page__instant-caption {
  min-height: 58px;
  margin: 0;
  padding: 12px 14px 0;
  color: #4b617b;
  font-size: 0.95rem;
  line-height: 1.45;
}

.videoconference-page__planning-caption {
  min-height: 58px;
  margin: 0;
  padding: 12px 14px 0;
  color: #4b617b;
  font-size: 0.95rem;
  line-height: 1.45;
}

.videoconference-page__instant-caption[hidden] {
  display: none;
}

.videoconference-page__instant-dots {
  display: flex;
  gap: 7px;
  padding: 6px 14px 13px;
}

.videoconference-page__planning-dots {
  display: flex;
  gap: 7px;
  padding: 6px 14px 13px;
}

.videoconference-page__instant-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bdc9d4;
}

.videoconference-page__planning-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bdc9d4;
}

.videoconference-page__instant-dot.is-active {
  width: 24px;
  border-radius: 999px;
  background: #263746;
}

.videoconference-page__planning-dot.is-active {
  width: 24px;
  border-radius: 999px;
  background: #263746;
}

@keyframes videoconferenceInstantReveal {
  from { opacity: 0; }
  to { opacity: 1; }
}

.videoconference-page__capability-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border: 1px solid #dbe5ee;
  border-radius: 10px;
}

.videoconference-page__capability-copy h3 {
  margin: 0 0 12px;
  color: #0b284d;
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  line-height: 1.15;
}

.videoconference-page__capability-copy p {
  margin: 0;
  color: #4b617b;
  font-size: 1.06rem;
  line-height: 1.55;
}

.videoconference-page__capability-controls {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 12px;
  padding: 0 18px 18px;
}

.videoconference-page__capability-arrow {
  width: 38px;
  height: 38px;
  border: 1px solid #b9cadc;
  border-radius: 50%;
  background: #ffffff;
  color: #0b3f70;
  cursor: pointer;
  font-size: 1.25rem;
}

.videoconference-page__capability-arrow:last-child { justify-self: end; }

.videoconference-page__capability-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.videoconference-page__capability-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #b8c7d5;
  cursor: pointer;
}

.videoconference-page__capability-dot.is-active {
  width: 24px;
  border-radius: 999px;
  background: #007c91;
}

.videoconference-page__card {
  min-height: 152px;
  padding: 20px;
  border: 1px solid #dbe5ee;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: none;
}

.videoconference-page__card h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  line-height: 1.25;
}

.videoconference-page__card p,
.videoconference-page__security-copy li {
  color: #4b617b;
  line-height: 1.5;
}

.videoconference-page__card p {
  margin: 0;
}

.videoconference-page__workflow {
  background: #f6f8fb;
}

.videoconference-page__workflow-copy p,
.videoconference-page__security-copy p {
  color: #4b617b;
  line-height: 1.6;
}

.videoconference-page__checklist,
.videoconference-page__security-copy ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.videoconference-page__checklist li,
.videoconference-page__security-copy li {
  position: relative;
  padding-left: 22px;
}

.videoconference-page__checklist li::before,
.videoconference-page__security-copy li::before {
  position: absolute;
  left: 0;
  color: #007c91;
  content: "✓";
  font-weight: 800;
}

.videoconference-page__security-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.videoconference-page__cta {
  background: #0b3f70;
  color: #ffffff;
  text-align: center;
}

.videoconference-page__cta h2,
.videoconference-page__cta p {
  color: #ffffff;
}

.videoconference-page__cta h2 {
  margin: 8px 0;
}

.videoconference-page__cta p {
  max-width: 660px;
  margin: 0 auto;
  opacity: 0.9;
}

.videoconference-page__cta .button {
  margin-top: 20px;
  border-color: #ffffff;
  background: #ffffff;
  color: #0b3f70;
}

/* Compact SmartApps layout shared by every locale. */
.smartapps-page__hero,
.smartapps-page__examples,
.smartapps-page__window,
.smartapps-reasons,
.smartapps-page .section--related {
  padding-top: 38px;
  padding-bottom: 38px;
}

.smartapps-page__hero,
.smartapps-page__window,
.smartapps-page .section--related {
  background: #f6f8fb;
}

.smartapps-page__hero-slider,
.smartapps-window-slider,
.smartapps-page__example,
.smartapps-reasons__card,
.smartapps-page .section--related .card {
  border-color: #dbe5ee;
  border-radius: 12px;
  box-shadow: none;
}

.smartapps-page__hero-layout {
  gap: 24px;
}

.smartapps-page__intro,
.smartapps-window-slide figcaption {
  color: #4b617b;
}

.smartapps-page__facts {
  gap: 10px;
}

.smartapps-page__example-grid {
  gap: 12px;
}

.smartapps-page__example {
  min-height: 112px;
  padding: 16px;
}

.smartapps-page__example h3,
.smartapps-reasons__card h3,
.smartapps-window-slide h3 {
  color: #0b284d;
}

.smartapps-reasons__grid {
  gap: 14px;
}

.smartapps-reasons__card {
  min-height: 168px;
  padding: 20px;
}

.smartapps-page .section--related .card {
  min-height: 118px;
  padding: 18px;
}

.smartapps-page .section--related .card:hover {
  border-color: #003580;
  box-shadow: none;
}

@media (max-width: 720px) {
  .smartapps-page__hero,
  .smartapps-page__examples,
  .smartapps-page__window,
  .smartapps-reasons,
  .smartapps-page .section--related {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .smartapps-page__example,
  .smartapps-reasons__card {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .videoconference-page__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .videoconference-page__hero,
  .videoconference-page__capabilities,
  .videoconference-page__workflow,
  .videoconference-page__security,
  .videoconference-page__cta { padding: 28px 0; }
  .videoconference-page__hero-grid,
  .videoconference-page__workflow-grid,
  .videoconference-page__security-grid,
  .videoconference-page__cards { grid-template-columns: 1fr; }
  .videoconference-page__capability-slide { grid-template-columns: 1fr; min-height: 0; padding: 12px; }
  .videoconference-page__capability-slider .vks-slider__tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .videoconference-page__capability-slider .vks-slider__tab { min-height: 54px; font-size: 0.92rem; }
  .videoconference-page__capability-placeholder { min-height: 220px; }
  .videoconference-page__instant-show,
  .videoconference-page__instant-show img,
  .videoconference-page__planning-show,
  .videoconference-page__planning-show img { min-height: 220px; height: 220px; }
  .videoconference-page__capability-copy { padding: 20px; }
  .videoconference-page__card { min-height: 0; }
}

/* Functions overview page */
.functions-page {
  background: #ffffff;
}

.functions-page__catalog {
  padding: 44px 0;
  background: #ffffff;
}

.functions-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.functions-page__card {
  position: relative;
  min-height: 170px;
  padding: 22px 24px;
  overflow: hidden;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: none;
}

.functions-page__card::after {
  content: none;
}

.functions-page__card > span {
  display: none;
}

.functions-page__card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1.08rem;
}

.functions-page__card p {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.functions-page__related {
  padding-top: 42px;
  background: #f3f8f9;
}

@media (max-width: 900px) {
  .functions-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .functions-page__catalog,
  .functions-page__related {
    padding: 34px 0;
  }

  .functions-page__grid {
    grid-template-columns: 1fr;
  }

  .functions-page__card {
    min-height: 0;
  }
}

/* Information security product page */
.security-product__hero,
.security-product__protection,
.security-product__detail {
  padding: 48px 0;
}

.security-product__hero {
  background:
    radial-gradient(circle at 88% 15%, rgba(68, 158, 221, 0.16), transparent 28%),
    linear-gradient(135deg, #f6fafb 0%, #eaf4f7 100%);
}

.security-product__hero .breadcrumbs {
  margin-bottom: 26px;
}

.security-product__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.security-product__hero-copy h1 {
  max-width: 900px;
  margin: 12px 0 22px;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.security-product__hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.45vw, 1.27rem);
  line-height: 1.55;
}

.security-product__hero-media,
.security-product__detail figure {
  margin: 0;
}

.security-product__hero-media img {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(13, 67, 82, 0.12);
}

.security-product__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.security-product__highlights article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid rgba(14, 72, 87, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.security-product__highlights p {
  margin: 0;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}

.security-product__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: #1387a2;
  background: #dff2f6;
}

.security-product__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.security-product__protection {
  background: #eef5f7;
}

.security-product__heading {
  max-width: 930px;
  margin-bottom: 26px;
}

.security-product__heading h2,
.security-product__detail-copy h2 {
  margin: 8px 0 0;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

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

.security-product__protection-grid article {
  min-height: 500px;
  padding: 28px;
  border: 1px solid rgba(14, 72, 87, 0.08);
  border-radius: 24px;
  background: #fff;
}

.security-product__number {
  display: block;
  margin-bottom: 42px;
  color: #2c9bc0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.security-product__protection-grid h3 {
  margin: 0 0 14px;
  font-size: clamp(1.28rem, 2vw, 1.65rem);
  line-height: 1.18;
}

.security-product__card-lead {
  margin: -4px 0 18px;
  color: var(--muted);
  line-height: 1.45;
}

.security-product__protection-grid ul,
.security-product__detail-copy ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.security-product__protection-grid li,
.security-product__detail-copy li {
  position: relative;
  padding-left: 25px;
  color: var(--muted);
  line-height: 1.48;
}

.security-product__protection-grid li::before,
.security-product__detail-copy li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #31a2bd;
  content: "";
}

.security-product__detail {
  background: #fff;
}

.security-product__detail--muted {
  background: #eef5f7;
}

.security-product__detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
}

.security-product__detail-grid--reverse {
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
}

.security-product__detail-copy h2 {
  max-width: 960px;
  margin-bottom: 28px;
}

.security-product__detail-copy li {
  padding: 14px 18px 14px 42px;
  border: 1px solid rgba(14, 72, 87, 0.08);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
}

.security-product__detail-copy li::before {
  top: 1.22em;
  left: 18px;
}

.security-product__detail figure {
  display: grid;
  min-height: 340px;
  place-items: center;
  padding: 30px;
  border-radius: 26px;
  background: #f2f7fb;
}

.security-product__detail--muted figure {
  background: #fff;
}

.security-product__detail figure img {
  display: block;
  width: min(100%, 360px);
  max-height: 340px;
  object-fit: contain;
}

@media (max-width: 980px) {
  .security-product__hero-grid,
  .security-product__detail-grid,
  .security-product__detail-grid--reverse {
    grid-template-columns: 1fr;
  }

  .security-product__protection-grid {
    grid-template-columns: 1fr;
  }

  .security-product__protection-grid article {
    min-height: 0;
  }

  .security-product__number {
    margin-bottom: 22px;
  }

  .security-product__detail-grid--reverse figure {
    order: 2;
  }
}

@media (max-width: 680px) {
  .security-product__hero,
  .security-product__protection,
  .security-product__detail {
    padding: 34px 0;
  }

  .security-product__hero-copy h1 {
    font-size: clamp(2.3rem, 12vw, 3.55rem);
  }

  .security-product__highlights {
    grid-template-columns: 1fr;
  }

  .security-product__highlights article {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 17px;
  }

  .security-product__icon {
    width: 42px;
    height: 42px;
  }

  .security-product__protection-grid article {
    padding: 21px;
  }

  .security-product__detail figure {
    min-height: 250px;
    padding: 20px;
  }

  .security-product__detail figure img {
    max-height: 270px;
  }
}

/* Deployment models page */
.business-page {
  background: #ffffff;
}

.business-page__stages {
  padding: 32px 0 34px;
  background: #ffffff;
}

.business-page__stage-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1180px;
  margin: 0 auto;
}

.business-page__stage-grid::before {
  content: none;
}

.business-page__stage {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 18px 20px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: none;
}

.business-page__stage h3 {
  margin: 0;
  font-size: 1.08rem;
}

.business-page__stage p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.business-page__related {
  padding-top: 42px;
  background: #f3f8f9;
}

@media (max-width: 980px) {
  .business-page__stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-page__stage-grid::before {
    display: none;
  }

  .business-page__stage {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .business-page__stages,
  .business-page__related {
    padding: 34px 0;
  }

  .business-page__stage-grid {
    grid-template-columns: 1fr;
  }

  .business-page__stage {
    min-height: 0;
  }
}

/* Superapp page */
.superapp-page {
  background: #ffffff;
}

.superapp-page__hero {
  padding: 32px 0 36px;
  background: #ffffff;
}

.superapp-page__hero-layout {
  grid-template-columns: minmax(300px, 0.78fr) minmax(440px, 1.22fr);
  gap: 32px;
}

.superapp-page__overview {
  gap: 18px;
}

.superapp-page__lead {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  font-weight: 600;
  line-height: 1.5;
}

.superapp-page__brand-message {
  padding: 16px 18px;
  border: 1px solid #dbe5ee;
  border-left: 3px solid #003580;
  border-radius: 12px;
  background: #f6f9fc;
}

.superapp-page__brand-message > span {
  display: block;
  margin-bottom: 7px;
  color: var(--brand-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.superapp-page__brand-message p {
  margin: 0;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.5;
}

.superapp-page__capabilities {
  padding: 32px 0 34px;
  background: #f6f8fb;
}

.superapp-page__capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1180px;
  margin: 0 auto;
}

.superapp-page__capability {
  min-height: 0;
  padding: 18px 20px;
  border: 1px solid #dbe5ee;
  border-top-color: #dbe5ee;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none;
}

.superapp-page__capability > span {
  display: none;
}

.superapp-page__capability:nth-child(4) > span {
  display: none;
}

.superapp-page__capability h3 {
  margin: 0;
  font-size: 1.06rem;
}

.superapp-page__capability p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.89rem;
  line-height: 1.5;
}

.superapp-page__brand-benefits {
  padding: 34px 0 36px;
  background: #ffffff;
}

.superapp-page__brand-benefits-heading {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.superapp-page__brand-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 1180px;
  margin: 20px auto 0;
}

.superapp-page__brand-benefit {
  min-height: 0;
  padding: 18px 20px;
  border: 1px solid #dbe5ee;
  border-top-color: #dbe5ee;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none;
}

.superapp-page__brand-benefit > span {
  display: none;
}

.superapp-page__brand-benefit h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.25;
}

.superapp-page__brand-benefit p,
.superapp-page__brand-benefit strong {
  display: block;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.superapp-page__brand-benefit strong {
  color: var(--ink);
  font-weight: 700;
}

.superapp-page__brand-benefit--company,
.superapp-page__brand-benefit--users {
  border-color: #dbe5ee;
  border-top-color: #dbe5ee;
  background: #ffffff;
  color: var(--ink);
}

.superapp-page__brand-benefit--users {
  background: #ffffff;
}

.superapp-page__brand-benefit--company > span,
.superapp-page__brand-benefit--users > span {
  display: none;
}

.superapp-page__brand-benefit--company p,
.superapp-page__brand-benefit--users p {
  color: var(--muted);
}

.superapp-page__structure {
  padding: 34px 0 36px;
  background: #f6f8fb;
}

.superapp-page__structure-heading {
  margin-bottom: 20px;
  text-align: center;
}

.superapp-page__structure-slider {
  overflow: hidden;
  border-color: #dbe5ee;
  border-radius: 14px;
  box-shadow: none;
}

.superapp-page__structure-slider .vks-slider__tabs {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 0 12px;
}

.superapp-page__structure-slider .vks-slider__tab {
  min-height: 58px;
  padding: 10px 6px;
  font-size: 0.82rem;
}

.superapp-page__structure-slider .vks-slider__viewport {
  min-height: 410px;
  padding: 16px;
}

.superapp-page__structure-card {
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  align-items: stretch;
  gap: 16px;
  min-height: 376px;
}

.superapp-page__structure-card figure {
  min-height: 376px;
  margin: 0;
  border: 1px dashed #b9cadc;
  border-radius: 12px;
  background: #ffffff;
}

.superapp-page__structure-card figure img {
  display: block;
  width: 100%;
  height: 374px;
  border-radius: 11px;
  object-fit: contain;
}

.superapp-page__structure-card > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 22px;
  border: 1px solid #dbe5ee;
  border-radius: 12px;
  background: #ffffff;
}

.superapp-page__structure-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.15;
}

.superapp-page__structure-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.superapp-page__structure-card ul {
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.35;
}

.superapp-page__structure-card li {
  display: grid;
  grid-template-columns: 6px 1fr;
  gap: 8px;
  align-items: start;
}

.superapp-page__structure-card li::before {
  width: 6px;
  height: 6px;
  margin-top: 0.35rem;
  border-radius: 50%;
  background: #003580;
  content: "";
}

.superapp-page__structure-link {
  margin-top: auto;
  padding: 10px 16px;
  font-size: 0.86rem;
}

.messenger-page__slider-section { padding: 34px 0; background: #ffffff; }
.messenger-page__slider-section--soft { background: #f6f8fb; }
.messenger-page__slider-section .product-features-page__section-heading { margin-bottom: 20px; }
.messenger-page__slider { border-color: #dbe5ee; border-radius: 14px; box-shadow: none; }
.messenger-page__slider .vks-slider__tabs { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.messenger-page__slider .vks-slider__viewport { min-height: 330px; padding: 16px; }
.messenger-page__slide { grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr); min-height: 296px; gap: 16px; }
.messenger-page__slide figure { min-height: 296px; margin: 0; border: 1px dashed #b9cadc; border-radius: 12px; background: #ffffff; }
.messenger-page__slide figure img { display: block; width: 100%; height: 294px; border-radius: 11px; object-fit: contain; }
.messenger-page__slide > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 22px; border: 1px solid #dbe5ee; border-radius: 12px; background: #ffffff; }
.messenger-page__slide h3 { margin: 0; font-size: clamp(1.35rem, 2vw, 2rem); }
.messenger-page__slide p { margin: 12px 0 0; color: var(--muted); line-height: 1.5; }
.messenger-page__slide ul { display: grid; gap: 6px; margin: 14px 0 0; padding: 0; list-style: none; }
.messenger-page__slide li { display: grid; grid-template-columns: 6px 1fr; gap: 8px; color: var(--ink); }
.messenger-page__slide li::before { width: 6px; height: 6px; margin-top: .42rem; border-radius: 50%; background: #003580; content: ""; }
.messenger-page__security { padding: 34px 0; background: #f6f8fb; }
.messenger-page__security-layout { display: grid; grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr); gap: 28px; align-items: center; max-width: 1040px; }
.messenger-page__security figure { margin: 0; overflow: hidden; border: 1px solid #dbe5ee; border-radius: 14px; background: #ffffff; }
.messenger-page__security figure img { display: block; width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.messenger-page__security h2 { margin: 8px 0 14px; }
.messenger-page__security ul { display: grid; gap: 8px; margin: 0 0 18px; padding: 0; list-style: none; }
.messenger-page__security li { display: grid; grid-template-columns: 6px 1fr; gap: 9px; color: var(--muted); line-height: 1.45; }
.messenger-page__security li::before { width: 6px; height: 6px; margin-top: .42rem; border-radius: 50%; background: #003580; content: ""; }
@media (max-width: 980px) { .messenger-page__slider .vks-slider__tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 620px) { .messenger-page__slider-section, .messenger-page__security { padding: 28px 0; } .messenger-page__slider .vks-slider__tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); } .messenger-page__slider .vks-slider__viewport { min-height: 0; padding: 12px; } .messenger-page__slide, .messenger-page__security-layout { grid-template-columns: 1fr; min-height: 0; } .messenger-page__slide figure { min-height: 220px; } }

.superapp-page__related {
  padding: 32px 0 34px;
  background: #f6f8fb;
}

@media (max-width: 980px) {
  .superapp-page__hero-layout {
    grid-template-columns: 1fr;
  }

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

  .superapp-page__brand-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .superapp-page__structure-slider .vks-slider__tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .superapp-page__capability {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .superapp-page__capabilities,
  .superapp-page__brand-benefits,
  .superapp-page__related {
    padding: 28px 0;
  }

  .superapp-page__capability-grid {
    grid-template-columns: 1fr;
  }

  .superapp-page__structure {
    padding: 28px 0;
  }

  .superapp-page__structure-slider .vks-slider__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 6px;
  }

  .superapp-page__structure-slider .vks-slider__viewport {
    min-height: 0;
    padding: 12px;
  }

  .superapp-page__structure-card {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 12px;
  }

  .superapp-page__structure-card figure {
    min-height: 220px;
  }

  .superapp-page__structure-card figure img {
    height: 218px;
  }

  .superapp-page__brand-benefits-grid {
    grid-template-columns: 1fr;
  }

  .superapp-page__capability {
    min-height: 0;
  }

  .superapp-page__brand-benefit {
    min-height: 0;
  }
}

/* Video conferences page */
.vks-page {
  background: #ffffff;
}

.vks-page__facts {
  margin-top: 0;
}

.vks-page__devices,
.vks-page__organizer {
  padding: 44px 0;
}

.vks-page__devices {
  background: #ffffff;
}

.vks-page__organizer {
  background: #f3f8f9;
}

.vks-page__title-band {
  max-width: 1180px;
  margin: 0 auto 22px;
  padding: 18px 24px;
  border-radius: 14px;
  background: linear-gradient(100deg, var(--brand-deep), var(--brand));
  color: #ffffff;
  text-align: center;
}

.vks-page__title-band h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3.2vw, 3rem);
  line-height: 1.08;
}

.vks-page__device-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: 28px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 30px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(18, 55, 66, 0.06);
}

.vks-page__device-copy .eyebrow {
  margin-bottom: 10px;
}

.vks-page__device-copy > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

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

.vks-page__platforms span,
.vks-page__platforms a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 10px;
  background: #f3f8f9;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.vks-page__platforms a {
  background: var(--signal);
}

.vks-slider {
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(18, 55, 66, 0.07);
}

.vks-slider__tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0 20px;
  border-bottom: 1px solid rgba(18, 55, 66, 0.1);
}

.vks-slider__tab {
  position: relative;
  min-height: 74px;
  padding: 14px 12px;
  border: 0;
  background: transparent;
  color: #72909a;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 700;
}

.vks-slider__tab::after {
  position: absolute;
  right: 12px;
  bottom: -1px;
  left: 12px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: transparent;
  content: "";
}

.vks-slider__tab:hover,
.vks-slider__tab.is-active {
  color: var(--brand);
}

.vks-slider__tab.is-active::after {
  background: var(--brand);
}

.vks-slider__viewport {
  min-height: 242px;
  padding: 24px;
}

.vks-slider__panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  animation: vks-panel-in 220ms ease both;
}

.vks-slider__panel[hidden] {
  display: none;
}

.vks-slider__panel--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vks-slider__panel--instant {
  grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1.42fr);
  align-items: stretch;
}

.vks-slider__card--instant-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vks-image-slider {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 14px;
  background: #e5f0fb;
}

.vks-image-slider__track {
  position: relative;
}

.vks-image-slider__slide {
  margin: 0;
  animation: vks-image-in 240ms ease both;
}

.vks-image-slider__slide[hidden] {
  display: none;
}

.vks-image-slider__slide img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  background: #dceafa;
}

.vks-image-slider__slide figcaption {
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
  text-align: center;
}

.vks-image-slider__controls {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 12px;
  align-items: center;
  padding: 10px 14px 12px;
  border-top: 1px solid rgba(18, 55, 66, 0.08);
  background: #ffffff;
}

.vks-image-slider__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(18, 55, 66, 0.12);
  border-radius: 50%;
  background: #f3f8f9;
  color: var(--brand-deep);
  cursor: pointer;
  font-size: 1.15rem;
  transition: background 160ms ease, border-color 160ms ease;
}

.vks-image-slider__arrow:hover {
  border-color: rgba(14, 118, 141, 0.3);
  background: var(--brand-soft);
}

.vks-image-slider__dots {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.vks-image-slider__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #b6cbd1;
  cursor: pointer;
  transition: width 160ms ease, border-radius 160ms ease, background 160ms ease;
}

.vks-image-slider__dot.is-active {
  width: 26px;
  border-radius: 6px;
  background: var(--brand);
}

@keyframes vks-image-in {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.vks-slider__card {
  min-height: 182px;
  padding: 22px 22px 24px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 14px;
  background: linear-gradient(145deg, #f7fbfc, #eef6f8);
}

.vks-slider__card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 27px;
  margin-bottom: 17px;
  border-radius: 8px;
  background: var(--signal);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.vks-slider__card h3 {
  margin: 0;
  font-size: 1.05rem;
}

.vks-slider__card p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.89rem;
  line-height: 1.5;
}

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

.vks-slider__security-list li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-size: 0.89rem;
  line-height: 1.45;
}

.vks-slider__security-list li::before {
  content: "";
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
}

@keyframes vks-panel-in {
  from {
    opacity: 0;
    transform: translateX(16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 900px) {
  .vks-page__device-card {
    grid-template-columns: 1fr;
  }

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

  .vks-slider__tabs {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .vks-slider__tab {
    flex: 0 0 auto;
    min-width: 190px;
  }

  .vks-slider__panel,
  .vks-slider__panel--two,
  .vks-slider__panel--instant {
    grid-template-columns: 1fr;
  }

  .vks-slider__viewport {
    min-height: 0;
  }

  .vks-slider__card {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .vks-page__devices,
  .vks-page__organizer {
    padding: 34px 0;
  }

  .vks-page__title-band {
    padding: 16px 18px;
    border-radius: 12px;
  }

  .vks-page__device-card {
    padding: 22px;
  }

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

  .vks-slider__tabs {
    padding: 0 10px;
  }

  .vks-slider__tab {
    min-width: 168px;
    min-height: 62px;
    font-size: 0.86rem;
  }

  .vks-slider__viewport {
    padding: 16px;
  }
}

/* SmartApps page */
.smartapps-page {
  background: #ffffff;
}

.smartapps-page__hero {
  padding: 42px 0 50px;
  background: linear-gradient(145deg, #f4f9fa 0%, #eaf4f6 100%);
}

.smartapps-page__heading {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}

.smartapps-page__hero-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(380px, 1.08fr);
  gap: 28px;
  align-items: stretch;
  max-width: 1160px;
  margin: 28px auto 0;
}

.smartapps-page__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(18, 55, 66, 0.06);
}

.smartapps-page__intro > p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.58;
}

.smartapps-page__facts {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.smartapps-page__facts li {
  position: relative;
  padding: 13px 14px 13px 42px;
  border-radius: 12px;
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

.smartapps-page__facts li::before {
  content: "✓";
  position: absolute;
  top: 12px;
  left: 15px;
  color: var(--brand);
  font-weight: 900;
}

.smartapps-page__hero-slider {
  max-width: 590px;
  margin-inline: auto;
}

.smartapps-page__hero-slider .vks-image-slider__slide img {
  width: 100%;
  height: 540px;
  max-height: 540px;
  padding: 18px;
  object-fit: contain;
  background: #e5f0fb;
}

.smartapps-page__examples,
.smartapps-page__window {
  padding: 50px 0 54px;
}

.smartapps-page__examples {
  background: #ffffff;
}

.smartapps-page__window {
  background: #f3f8f9;
}

.smartapps-page__section-heading {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}

.smartapps-page__section-heading > p:not(.eyebrow) {
  max-width: 900px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.smartapps-page__example-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
  margin: 30px auto 0;
}

.smartapps-page__example {
  display: grid;
  justify-items: center;
  gap: 13px;
  min-height: 160px;
  margin: 0;
  padding: 20px 14px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #f5fafb);
  box-shadow: 0 10px 26px rgba(18, 55, 66, 0.05);
  text-align: center;
}

.smartapps-page__example-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 22px;
  background: linear-gradient(145deg, #ecf6fb, #dceefa);
  color: #278ec4;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.smartapps-page__example-icon--text {
  font-size: 1.05rem;
  letter-spacing: 0.05em;
}

.smartapps-page__example-icon--image img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.smartapps-page__example h3 {
  margin: 0;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.3;
}

.smartapps-window-slider {
  max-width: 1120px;
  margin: 28px auto 0;
}

.smartapps-window-slide {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  min-height: 390px;
}

.smartapps-window-slide__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 390px;
  padding: 30px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.85) 0 8%, transparent 8.5%),
    linear-gradient(145deg, #dceefa, #cde5ed);
  color: var(--brand-deep);
  text-align: center;
}

.smartapps-window-slide__media > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: var(--brand);
  font-size: 1.15rem;
  font-weight: 800;
}

.smartapps-window-slide__media p {
  margin: 0;
  font-weight: 700;
}

.smartapps-window-slide__media img {
  display: block;
  width: 100%;
  height: 430px;
  border-radius: 12px;
  object-fit: contain;
}

.smartapps-window-slide figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  background: #ffffff;
  color: var(--muted);
  text-align: left;
}

.smartapps-window-slide figcaption > span {
  color: var(--brand);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.smartapps-window-slide figcaption h3 {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.smartapps-window-slide figcaption p {
  margin: 13px 0 0;
  font-size: 0.94rem;
  line-height: 1.55;
}

.smartapps-window-slide__list {
  display: grid;
  gap: 11px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.smartapps-window-slide__list li {
  position: relative;
  padding: 10px 12px 10px 34px;
  border-radius: 10px;
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

.smartapps-window-slide__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
  transform: translateY(-50%);
}

.smartapps-reasons {
  padding: 34px 0 38px;
  background: #17272c;
  color: #fff;
}

.smartapps-reasons h2 {
  max-width: 1120px;
  margin: 0 auto 22px;
  color: #fff;
  font-size: clamp(1.75rem, 3.4vw, 3rem);
  line-height: 1.05;
  text-align: center;
}

.smartapps-reasons__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 1120px;
  margin: 0 auto;
}

.smartapps-reasons__card {
  min-height: 220px;
  padding: 25px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: #25383e;
}

.smartapps-reasons__icon {
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: var(--signal);
}

.smartapps-reasons__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.smartapps-reasons__card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.25;
}

.smartapps-reasons__card p {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.91rem;
  line-height: 1.5;
}

/* Chat-bots product page */
.chatbots-page__hero,
.chatbots-page__development,
.chatbots-page__ideas,
.chatbots-page__integrations,
.chatbots-page__advantages {
  padding: 46px 0;
}

.chatbots-page__hero {
  padding-top: 28px;
  background: linear-gradient(135deg, #f6fafb 0%, #eaf4f6 100%);
}

.chatbots-page__hero .breadcrumbs {
  margin-bottom: 24px;
}

.chatbots-page__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  gap: 42px;
  align-items: center;
}

.chatbots-page__hero-copy h1 {
  max-width: 720px;
  margin: 10px 0 0;
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.chatbots-page__hero-copy > p:not(.eyebrow) {
  max-width: 700px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.chatbots-page__hero-copy .button {
  margin-top: 26px;
}

.chatbots-page__hero-media {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}

.chatbots-page__hero-media img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.chatbots-page__development {
  padding: 24px 0;
  background: #fff;
}

.chatbots-page__development-card {
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #f3f8f9);
}

.chatbots-page__development-card h2 {
  margin: 8px 0 0;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.chatbots-page__development-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 18px;
}

.chatbots-page__development-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.58;
}

.chatbots-page__ideas,
.chatbots-page__advantages {
  background: #eef5f6;
}

.chatbots-page__integrations {
  background: #fff;
}

.chatbots-page__heading {
  max-width: 980px;
  margin: 0 auto 24px;
  text-align: center;
}

.chatbots-page__heading h2 {
  margin: 8px 0 0;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: 1.06;
}

.chatbots-ideas-slider__panel {
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: stretch;
}

.chatbots-idea-card,
.chatbots-idea-list {
  margin: 0;
  padding: 25px 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg, #f8fbfc, #edf6f8);
}

.chatbots-idea-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #dceafa;
}

.chatbots-idea-media img {
  width: 100%;
  height: 440px;
  object-fit: contain;
}

.chatbots-idea-content {
  display: grid;
  gap: 12px;
}

.chatbots-bot-list {
  display: grid;
  gap: 10px;
  align-content: center;
}

.chatbots-bot-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(145deg, #fff, #f1f7f8);
}

.chatbots-bot-list article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 800;
}

.chatbots-bot-list h3 {
  margin: 0;
  font-size: 1rem;
}

.chatbots-bot-list p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.45;
}

.chatbots-idea-content .chatbots-idea-card,
.chatbots-idea-content .chatbots-idea-list {
  padding: 20px 22px;
}

.chatbots-idea-card > span,
.chatbots-advantages-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  padding: 0 9px;
  border-radius: 8px;
  background: var(--signal);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 800;
}

.chatbots-idea-card h3 {
  margin: 18px 0 0;
  font-size: 1.35rem;
}

.chatbots-idea-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.chatbots-idea-list {
  display: grid;
  align-content: center;
  gap: 10px;
  list-style: none;
}

.chatbots-idea-list li {
  position: relative;
  padding: 11px 13px 11px 34px;
  border-radius: 10px;
  background: #fff;
  color: var(--brand-deep);
  font-size: 0.9rem;
  font-weight: 700;
}

.chatbots-idea-list li::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
  content: "";
  transform: translateY(-50%);
}

.chatbots-page__integration-intro {
  max-width: 1040px;
  margin: 0 auto;
  padding: 22px 26px;
  border-left: 4px solid var(--signal);
  border-radius: 0 14px 14px 0;
  background: #f3f8f9;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.chatbots-page__subheading {
  margin: 32px 0 20px;
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  text-align: center;
}

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

.chatbots-integrations-grid article {
  min-height: 142px;
  padding: 18px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.chatbots-integrations-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 1rem;
  font-weight: 800;
}

.chatbots-integrations-grid h4 {
  margin: 12px 0 0;
  font-size: 0.88rem;
  line-height: 1.3;
}

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

.chatbots-advantages-grid article {
  min-height: 230px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.chatbots-advantages-grid h3 {
  margin: 20px 0 0;
  font-size: 1.08rem;
}

.chatbots-advantages-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.chatbots-page__order {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 20px 24px;
  border-radius: 14px;
  background: var(--dark);
  color: #fff;
}

.chatbots-page__order h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
}

@media (max-width: 980px) {
  .chatbots-page__hero-grid,
  .chatbots-page__development-copy,
  .chatbots-ideas-slider__panel {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 620px) {
  .chatbots-page__hero,
  .chatbots-page__ideas,
  .chatbots-page__integrations,
  .chatbots-page__advantages {
    padding: 32px 0;
  }

  .chatbots-page__hero-grid {
    gap: 24px;
  }

  .chatbots-page__hero-media img {
    max-height: 360px;
  }

  .chatbots-idea-media {
    min-height: 320px;
  }

  .chatbots-idea-media img {
    height: 340px;
  }

  .chatbots-page__development-card,
  .chatbots-idea-card,
  .chatbots-idea-list {
    padding: 20px;
  }

  .chatbots-integrations-grid,
  .chatbots-advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .chatbots-integrations-grid article,
  .chatbots-advantages-grid article {
    min-height: 0;
    padding: 16px 10px;
  }

  .chatbots-page__order {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 980px) {
  .smartapps-page__hero-layout,
  .smartapps-window-slide {
    grid-template-columns: 1fr;
  }

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

  .smartapps-reasons__card {
    min-height: 0;
  }

  .smartapps-window-slide__media {
    min-height: 300px;
  }
}

@media (max-width: 620px) {
  .smartapps-page__hero,
  .smartapps-page__examples,
  .smartapps-page__window {
    padding: 34px 0 38px;
  }

  .smartapps-page__intro {
    padding: 20px;
  }

  .smartapps-page__hero-slider .vks-image-slider__slide img {
    height: 430px;
    max-height: 430px;
    padding: 10px;
  }

  .smartapps-page__example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .smartapps-page__example {
    min-height: 142px;
    padding: 16px 10px;
  }

  .smartapps-page__example-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
  }

  .smartapps-window-slide__media {
    min-height: 240px;
  }

  .smartapps-window-slide__media img {
    height: 320px;
  }

  .smartapps-window-slide figcaption {
    padding: 24px;
  }

  .smartapps-reasons {
    padding: 28px 0 30px;
  }

  .smartapps-reasons h2 {
    margin-bottom: 16px;
  }

  .smartapps-reasons__grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .smartapps-reasons__card {
    padding: 20px;
    border-radius: 15px;
  }

  .smartapps-reasons__icon {
    width: 32px;
    height: 32px;
    margin-bottom: 13px;
  }
}

/* Role model product page */
.role-model-product__hero {
  overflow: hidden;
  padding: 18px 0 38px;
  background:
    radial-gradient(circle at 90% 20%, rgba(14, 118, 141, 0.12), transparent 32%),
    linear-gradient(180deg, #f8fbfb 0%, #eef5f6 100%);
}

.role-model-product__hero .breadcrumbs {
  margin-bottom: 18px;
}

.role-model-product__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: center;
}

.role-model-product__hero-copy h1 {
  max-width: 720px;
  margin: 0 0 16px;
  font-size: clamp(2.8rem, 5vw, 5.1rem);
  line-height: 0.97;
  letter-spacing: -0.055em;
}

.role-model-product__hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.48;
}

.role-model-product__hero-copy .button {
  margin-top: 10px;
}

.role-model-product__hero-media {
  display: grid;
  overflow: hidden;
  min-height: 330px;
  margin: 0;
  place-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-lg);
}

.role-model-product__hero-media img {
  display: block;
  width: 100%;
  max-height: 390px;
  object-fit: contain;
}

.role-model-product__usage {
  padding: 34px 0 38px;
  background: #1b1d20;
  color: #fff;
}

.role-model-product__heading {
  max-width: 940px;
  margin: 0 auto 18px;
  text-align: center;
}

.role-model-product__heading .eyebrow {
  justify-content: center;
  color: #8fd3e1;
}

.role-model-product__heading h2 {
  margin: 7px 0 0;
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

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

.role-model-product__usage-grid article {
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  background: #303236;
}

.role-model-product__usage-grid h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.1;
}

.role-model-product__usage-grid p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
}

.role-model-product__usage-media {
  min-height: 210px;
  border-radius: 14px;
  background-image: url("assets/img/role-model-usage-axtura.png");
  background-repeat: no-repeat;
  background-size: 200% auto;
}

.role-model-product__usage-media--messenger {
  background-position: left bottom;
}

.role-model-product__usage-media--smartapps {
  background-position: right bottom;
}

@media (max-width: 900px) {
  .role-model-product__hero-grid {
    grid-template-columns: 1fr;
  }

  .role-model-product__hero-media {
    min-height: 0;
  }

  .role-model-product__usage-grid {
    grid-template-columns: 1fr;
  }

  .role-model-product__usage-media {
    min-height: clamp(250px, 52vw, 420px);
  }
}

@media (max-width: 620px) {
  .role-model-product__hero {
    padding: 18px 0 36px;
  }

  .role-model-product__hero .breadcrumbs {
    margin-bottom: 18px;
  }

  .role-model-product__hero-grid {
    gap: 24px;
  }

  .role-model-product__hero-copy h1 {
    font-size: clamp(2.7rem, 14vw, 4.5rem);
  }

  .role-model-product__hero-media {
    padding: 10px;
    border-radius: 22px;
  }

  .role-model-product__usage {
    padding: 36px 0 40px;
  }

  .role-model-product__heading {
    margin-bottom: 20px;
  }

  .role-model-product__usage-grid article {
    padding: 18px;
    border-radius: 18px;
  }

  .role-model-product__usage-media {
    min-height: 220px;
    border-radius: 14px;
  }
}

.role-model-product__features,
.role-model-product__admin,
.role-model-product__risks {
  padding: 34px 0 40px;
}

.role-model-product__features,
.role-model-product__risks {
  background: #f8fbfb;
}

.role-model-product__admin {
  background: #eef5f6;
}

.role-model-product__section-heading {
  max-width: 980px;
  margin: 0 auto 18px;
  text-align: center;
}

.role-model-product__section-heading .eyebrow {
  justify-content: center;
}

.role-model-product__section-heading h2 {
  margin: 7px 0 0;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.role-model-product__feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.role-model-product__feature-grid article {
  min-height: 156px;
  padding: 18px 12px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.role-model-product__feature-grid article:last-child {
  border-right: 0;
}

.role-model-product__feature-icon,
.role-model-product__risk-icon {
  display: grid;
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  place-items: center;
  border-radius: 17px;
  background: #edf6fb;
  color: #429ce0;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}

.role-model-product__feature-icon--pin {
  font-size: 1.15rem;
  letter-spacing: 0.08em;
}

.role-model-product__feature-grid h3 {
  max-width: 360px;
  margin: 0 auto;
  font-size: clamp(0.92rem, 1.1vw, 1.08rem);
  line-height: 1.3;
}

.role-model-product__admin-media {
  overflow: hidden;
  width: min(100%, 1100px);
  margin: 0 auto;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-lg);
}

.role-model-product__admin-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
}

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

.role-model-product__risk-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.role-model-product__risk-icon {
  width: 64px;
  height: 64px;
  border: 2px solid #68b1e8;
  border-radius: 50%;
  background: transparent;
  font-size: 1.8rem;
}

.role-model-product__risk-grid h3 {
  margin: 0 0 10px;
  font-size: clamp(1.25rem, 1.7vw, 1.55rem);
  line-height: 1.18;
}

.role-model-product__risk-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.48;
}

.role-model-product__cta {
  padding-top: 34px;
  padding-bottom: 40px;
}

@media (max-width: 900px) {
  .role-model-product__feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .role-model-product__feature-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .role-model-product__feature-grid article:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .role-model-product__risk-grid {
    grid-template-columns: 1fr;
  }

  .role-model-product__risk-grid article {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .role-model-product__features,
  .role-model-product__admin,
  .role-model-product__risks {
    padding: 28px 0 32px;
  }

  .role-model-product__section-heading {
    margin-bottom: 20px;
  }

  .role-model-product__feature-grid {
    grid-template-columns: 1fr;
    padding: 8px 14px;
    border-radius: 18px;
  }

  .role-model-product__feature-grid article,
  .role-model-product__feature-grid article:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 16px 8px;
  }

  .role-model-product__feature-icon,
  .role-model-product__risk-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
  }

  .role-model-product__admin-media {
    border-radius: 18px;
  }

  .role-model-product__risk-grid {
    gap: 10px;
  }

  .role-model-product__risk-grid article {
    padding: 20px;
    border-radius: 18px;
  }
}

/* Compact employee application page */
.employee-app__hero,
.employee-app__benefits,
.employee-app__structure,
.employee-app__purpose {
  padding: 30px 0;
}

.employee-app__hero {
  padding-top: 18px;
  background: linear-gradient(180deg, #f3f8f9 0%, #ffffff 100%);
}

.employee-app__hero .breadcrumbs {
  margin-bottom: 14px;
}

.employee-app__hero-grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(390px, 1.06fr);
  gap: clamp(24px, 3.5vw, 46px);
}

.employee-app__hero-copy h1 {
  margin: 8px 0 14px;
  font-size: clamp(2.45rem, 4vw, 4.25rem);
  line-height: 1;
}

.employee-app__hero-copy > p:not(.eyebrow) {
  margin-bottom: 18px;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.5;
}

.employee-app__hero-media {
  height: 380px;
  min-height: 0;
  padding: 10px;
  border-radius: 14px;
  box-shadow: none;
}

.employee-app__hero-media img {
  max-height: 360px;
}

.employee-app__heading {
  max-width: none;
  margin: 0 0 18px;
  text-align: left;
}

.employee-app__heading h2 {
  margin-top: 5px;
  font-size: clamp(1.95rem, 3.2vw, 3.35rem);
  line-height: 1.04;
}

.employee-app__benefits-grid {
  gap: 12px;
}

.employee-app__benefit,
.employee-app__benefit--dark,
.employee-app__benefit--brand {
  min-height: 130px;
  padding: 18px 20px;
  border-radius: 14px;
}

.employee-app__benefit h3 {
  margin-bottom: 7px;
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
}

.employee-app__benefit p {
  font-size: 0.96rem;
  line-height: 1.4;
}

.employee-app__structure {
  background: #f3f8f9;
}

.employee-app__slider {
  border-radius: 14px;
  box-shadow: none;
}

.employee-app__slider .vks-slider__tabs {
  margin-bottom: 12px;
  padding: 0 10px;
}

.employee-app__slider .vks-slider__tab {
  min-width: 142px;
  min-height: 56px;
  padding: 10px;
  font-size: 0.86rem;
}

.employee-app__slider .employee-app__structure-card {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.92fr);
  min-height: 330px;
  border-radius: 14px;
  box-shadow: none;
}

.employee-app__slider .employee-app__structure-card figure {
  min-height: 330px;
  padding: 10px;
}

.employee-app__slider .employee-app__structure-card figure img {
  max-height: 310px;
}

.employee-app__slider .employee-app__structure-card > div {
  padding: 24px 26px;
}

.employee-app__slider .employee-app__structure-card > div > span {
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 0.78rem;
}

.employee-app__slider .employee-app__structure-card h3 {
  margin-bottom: 8px;
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
}

.employee-app__slider .employee-app__structure-card p {
  margin-bottom: 10px;
  font-size: 0.98rem;
}

.employee-app__slider .employee-app__structure-card ul {
  gap: 6px;
}

.employee-app__purpose {
  background: #ffffff;
}

.employee-app__purpose-disclosure {
  border-radius: 14px;
  box-shadow: none;
}

.employee-app__purpose-disclosure summary {
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 18px;
  padding: 24px 26px;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.05;
}

.employee-app__purpose-arrow {
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

.employee-app__purpose-arrow::before,
.employee-app__purpose-arrow::after {
  top: 20px;
  width: 13px;
}

.employee-app__purpose-arrow::before {
  left: 10px;
}

.employee-app__purpose-arrow::after {
  right: 10px;
}

.employee-app__purpose-content {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
  padding: 0 26px 26px;
}

.employee-app__purpose-media {
  min-height: 360px;
  margin-top: 24px;
  padding: 12px;
  border-radius: 12px;
}

.employee-app__purpose-media img {
  max-height: 380px;
}

.employee-app__purpose-copy {
  padding-top: 24px;
}

.employee-app__purpose-copy > p {
  margin-bottom: 14px;
  font-size: 0.98rem;
}

.employee-app__purpose-copy ul {
  gap: 0;
}

.employee-app__purpose-copy li {
  padding: 11px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: transparent;
}

.employee-app__purpose-copy .employee-app__sovereignty {
  margin-top: 8px;
  padding: 12px 14px;
  border: 0;
  border-radius: 10px;
}

.employee-app__cta {
  padding-top: 30px;
  padding-bottom: 34px;
}

@media (max-width: 980px) {
  .employee-app__hero-grid,
  .employee-app__slider .employee-app__structure-card,
  .employee-app__purpose-content {
    grid-template-columns: 1fr;
  }

  .employee-app__hero-media {
    height: 350px;
  }

  .employee-app__slider .employee-app__structure-card figure {
    min-height: 300px;
  }

  .employee-app__purpose-media {
    min-height: 320px;
  }
}

@media (max-width: 620px) {
  .employee-app__hero,
  .employee-app__benefits,
  .employee-app__structure,
  .employee-app__purpose {
    padding: 24px 0;
  }

  .employee-app__hero {
    padding-top: 14px;
  }

  .employee-app__hero-media {
    height: 280px;
    min-height: 0;
    padding: 8px;
    border-radius: 12px;
  }

  .employee-app__benefit,
  .employee-app__benefit--dark,
  .employee-app__benefit--brand {
    min-height: 0;
    padding: 17px 18px;
    border-radius: 12px;
  }

  .employee-app__slider .vks-slider__tabs {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .employee-app__slider .employee-app__structure-card,
  .employee-app__slider .employee-app__structure-card figure {
    min-height: 0;
    border-radius: 12px;
  }

  .employee-app__slider .employee-app__structure-card figure {
    height: 260px;
  }

  .employee-app__slider .employee-app__structure-card > div {
    padding: 20px 18px;
  }

  .employee-app__purpose-disclosure {
    border-radius: 12px;
  }

  .employee-app__purpose-disclosure summary {
    padding: 20px;
    font-size: clamp(1.55rem, 8vw, 2.2rem);
  }

  .employee-app__purpose-content {
    padding: 0 18px 20px;
  }

  .employee-app__purpose-media {
    min-height: 260px;
    margin-top: 18px;
  }
}

/* Compact role model page */
.role-model-product__hero {
  padding: 16px 0 28px;
  background: linear-gradient(180deg, #f3f8f9 0%, #ffffff 100%);
}

.role-model-product__hero .breadcrumbs {
  margin-bottom: 14px;
}

.role-model-product__hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
  gap: clamp(24px, 3.5vw, 44px);
}

.role-model-product__hero-copy h1 {
  margin-bottom: 12px;
  font-size: clamp(2.55rem, 4.2vw, 4.3rem);
  line-height: 1;
}

.role-model-product__hero-copy > p:not(.eyebrow) {
  margin-bottom: 8px;
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  line-height: 1.46;
}

.role-model-product__hero-copy .button {
  margin-top: 8px;
}

.role-model-product__hero-media {
  height: 340px;
  min-height: 0;
  padding: 10px;
  border-radius: 14px;
  box-shadow: none;
}

.role-model-product__hero-media img {
  max-height: 320px;
}

.role-model-product__usage,
.role-model-product__features,
.role-model-product__admin,
.role-model-product__risks {
  padding: 30px 0;
}

.role-model-product__usage {
  background: #183d4c;
}

.role-model-product__heading,
.role-model-product__section-heading {
  max-width: none;
  margin: 0 0 18px;
  text-align: left;
}

.role-model-product__heading .eyebrow,
.role-model-product__section-heading .eyebrow {
  justify-content: flex-start;
}

.role-model-product__heading h2,
.role-model-product__section-heading h2 {
  margin-top: 5px;
  font-size: clamp(1.95rem, 3.2vw, 3.25rem);
  line-height: 1.04;
}

.role-model-product__usage-grid {
  gap: 12px;
}

.role-model-product__usage-grid article {
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.role-model-product__usage-grid h3 {
  font-size: clamp(1.22rem, 1.7vw, 1.58rem);
}

.role-model-product__usage-grid p {
  margin-bottom: 8px;
  font-size: 0.98rem;
}

.role-model-product__usage-media {
  min-height: 170px;
  border-radius: 10px;
}

.role-model-product__features,
.role-model-product__risks {
  background: #ffffff;
}

.role-model-product__admin {
  background: #f3f8f9;
}

.role-model-product__feature-grid {
  padding: 8px;
  border-radius: 14px;
  box-shadow: none;
}

.role-model-product__feature-grid article {
  min-height: 130px;
  padding: 14px 10px;
}

.role-model-product__feature-icon,
.role-model-product__risk-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  border-radius: 12px;
  font-size: 1.65rem;
}

.role-model-product__feature-icon--pin {
  font-size: 0.95rem;
}

.role-model-product__feature-grid h3 {
  font-size: clamp(0.86rem, 1vw, 1rem);
}

.role-model-product__admin-media {
  width: min(100%, 900px);
  border-radius: 14px;
  box-shadow: none;
}

.role-model-product__admin-media img {
  max-height: none;
}

.role-model-product__risk-grid {
  gap: 12px;
}

.role-model-product__risk-grid article {
  min-height: 190px;
  padding: 20px;
  border-radius: 14px;
  text-align: left;
}

.role-model-product__risk-icon {
  width: 48px;
  height: 48px;
  margin: 0 0 10px;
  font-size: 1.45rem;
}

.role-model-product__risk-grid h3 {
  margin-bottom: 7px;
  font-size: clamp(1.14rem, 1.45vw, 1.36rem);
}

.role-model-product__risk-grid p {
  font-size: 0.94rem;
  line-height: 1.44;
}

.role-model-product__cta {
  padding-top: 30px;
  padding-bottom: 34px;
}

@media (max-width: 900px) {
  .role-model-product__hero-grid {
    grid-template-columns: 1fr;
  }

  .role-model-product__hero-media {
    height: 320px;
  }

  .role-model-product__usage-grid {
    grid-template-columns: 1fr;
  }

  .role-model-product__usage-media {
    min-height: 230px;
  }

  .role-model-product__feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .role-model-product__feature-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .role-model-product__feature-grid article:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .role-model-product__risk-grid {
    grid-template-columns: 1fr;
  }

  .role-model-product__risk-grid article {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .role-model-product__hero,
  .role-model-product__usage,
  .role-model-product__features,
  .role-model-product__admin,
  .role-model-product__risks {
    padding: 24px 0;
  }

  .role-model-product__hero {
    padding-top: 14px;
  }

  .role-model-product__hero-copy h1 {
    font-size: clamp(2.45rem, 12vw, 3.6rem);
  }

  .role-model-product__hero-media {
    height: 280px;
    padding: 8px;
    border-radius: 12px;
  }

  .role-model-product__usage-grid article,
  .role-model-product__feature-grid,
  .role-model-product__admin-media,
  .role-model-product__risk-grid article {
    border-radius: 12px;
  }

  .role-model-product__usage-media {
    min-height: 170px;
  }

  .role-model-product__feature-grid {
    grid-template-columns: 1fr;
    padding: 6px 14px;
  }

  .role-model-product__feature-grid article,
  .role-model-product__feature-grid article:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 14px 8px;
  }

  .role-model-product__risk-grid {
    gap: 10px;
  }

  .role-model-product__risk-grid article {
    padding: 16px;
  }

  .role-model-product__risk-icon {
    width: 44px;
    height: 44px;
  }
}

/* Compact federation page */
.federation-product__hero,
.federation-product__features,
.federation-product__environment,
.federation-product__profile {
  padding: 30px 0;
}

.federation-product__hero {
  padding-top: 18px;
}

.federation-product__hero .breadcrumbs {
  margin-bottom: 14px;
}

.federation-product__hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(22px, 3vw, 44px);
}

.federation-product__hero-copy h1 {
  margin: 8px 0 14px;
  font-size: clamp(2.55rem, 4.2vw, 4.35rem);
  line-height: 1;
}

.federation-product__hero-copy > p:not(.eyebrow) {
  margin-bottom: 18px;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.48;
}

.federation-product__hero-media {
  padding: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.64);
}

.federation-product__hero-media img {
  max-height: 360px;
  border-radius: 10px;
  box-shadow: none;
}

.federation-product__heading {
  max-width: none;
  margin-bottom: 18px;
}

.federation-product__heading h2 {
  margin-top: 5px;
  font-size: clamp(1.95rem, 3.2vw, 3.25rem);
  line-height: 1.04;
}

.federation-product__features-layout,
.federation-product__profile-grid {
  gap: 12px;
}

.federation-product__features-layout {
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
}

.federation-product__routing {
  min-height: 0;
  padding: 10px;
  border-radius: 14px;
}

.federation-product__routing img {
  height: 440px;
}

.federation-product__feature-grid,
.federation-product__environment-grid,
.federation-product__profile-list {
  gap: 10px;
}

.federation-product__feature-grid article,
.federation-product__environment-grid article,
.federation-product__profile-list article {
  border-radius: 14px;
}

.federation-product__feature-grid article {
  min-height: 0;
  padding: 16px;
}

.federation-product__feature-grid span,
.federation-product__environment-grid span,
.federation-product__profile-list span {
  margin-bottom: 10px;
}

.federation-product__feature-grid h3,
.federation-product__environment-grid h3 {
  margin-bottom: 6px;
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
}

.federation-product__feature-grid p,
.federation-product__environment-grid p,
.federation-product__profile-list p {
  font-size: 0.94rem;
  line-height: 1.44;
}

.federation-product__environment-grid article {
  min-height: 168px;
  padding: 20px;
}

.federation-product__profile-grid {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.federation-product__profile-media {
  max-height: 500px;
  padding: 10px;
  border-radius: 14px;
}

.federation-product__profile-media img {
  height: 480px;
}

.federation-product__profile-list article {
  min-height: 0;
  padding: 18px;
}

.federation-product__compatible {
  gap: 20px;
  margin-top: 12px;
  padding: clamp(20px, 2.6vw, 32px);
  border-radius: 14px;
}

.federation-product__compatible h2 {
  margin-top: 5px;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  line-height: 1.04;
}

.federation-product__compatible > p {
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.45;
}

.federation-page__cta {
  padding-top: 30px;
  padding-bottom: 34px;
}

.federation-page__cta .cta {
  gap: 22px;
}

.federation-page__cta .demo-form {
  gap: 12px;
}

@media (max-width: 980px) {
  .federation-product__hero-grid,
  .federation-product__features-layout,
  .federation-product__profile-grid {
    grid-template-columns: 1fr;
  }

  .federation-product__hero-media img {
    max-height: 340px;
  }

  .federation-product__routing img {
    height: 390px;
  }

  .federation-product__profile-media,
  .federation-product__profile-media img {
    height: 450px;
  }
}

@media (max-width: 700px) {
  .federation-product__hero,
  .federation-product__features,
  .federation-product__environment,
  .federation-product__profile {
    padding: 24px 0;
  }

  .federation-product__hero {
    padding-top: 14px;
  }

  .federation-product__hero-grid {
    gap: 18px;
  }

  .federation-product__hero-copy h1 {
    font-size: clamp(2.3rem, 11vw, 3.4rem);
  }

  .federation-product__hero-media,
  .federation-product__routing,
  .federation-product__profile-media,
  .federation-product__compatible,
  .federation-product__feature-grid article,
  .federation-product__environment-grid article,
  .federation-product__profile-list article {
    border-radius: 12px;
  }

  .federation-product__feature-grid,
  .federation-product__environment-grid,
  .federation-product__profile-list,
  .federation-product__compatible {
    grid-template-columns: 1fr;
  }

  .federation-product__feature-grid article,
  .federation-product__environment-grid article,
  .federation-product__profile-list article {
    min-height: 0;
    padding: 16px;
  }

  .federation-product__routing img {
    height: 320px;
  }

  .federation-product__profile-media,
  .federation-product__profile-media img {
    height: 400px;
  }

  .federation-product__compatible {
    gap: 14px;
  }

  .federation-page__cta {
    padding-top: 24px;
    padding-bottom: 28px;
  }
}

/* Compact information security page */
.security-product__hero,
.security-product__protection,
.security-product__detail {
  padding: 30px 0;
}

.security-product__hero {
  padding-top: 18px;
}

.security-product__hero .breadcrumbs {
  margin-bottom: 14px;
}

.security-product__hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(22px, 3vw, 44px);
}

.security-product__hero-copy h1 {
  margin: 8px 0 14px;
  font-size: clamp(2.55rem, 4.2vw, 4.35rem);
  line-height: 1;
}

.security-product__hero-copy > p:not(.eyebrow) {
  margin-bottom: 18px;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.48;
}

.security-product__hero-media {
  padding: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.64);
}

.security-product__hero-media img {
  max-height: 340px;
  border-radius: 10px;
  box-shadow: none;
}

.security-product__highlights {
  gap: 10px;
  margin-top: 18px;
}

.security-product__highlights article {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
}

.security-product__highlights p {
  font-size: 0.98rem;
  line-height: 1.36;
}

.security-product__icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
}

.security-product__icon svg {
  width: 23px;
  height: 23px;
}

.security-product__heading {
  max-width: none;
  margin-bottom: 18px;
}

.security-product__heading h2,
.security-product__detail-copy h2 {
  margin-top: 5px;
  font-size: clamp(1.95rem, 3.2vw, 3.25rem);
  line-height: 1.04;
}

.security-product__protection-grid {
  gap: 10px;
}

.security-product__protection-grid article {
  min-height: 0;
  padding: 20px;
  border-radius: 14px;
}

.security-product__number {
  margin-bottom: 14px;
}

.security-product__protection-grid h3 {
  margin-bottom: 10px;
  font-size: clamp(1.15rem, 1.55vw, 1.4rem);
}

.security-product__card-lead {
  margin: -2px 0 12px;
  font-size: 0.94rem;
  line-height: 1.42;
}

.security-product__protection-grid ul,
.security-product__detail-copy ul {
  gap: 8px;
}

.security-product__protection-grid li,
.security-product__detail-copy li {
  font-size: 0.94rem;
  line-height: 1.44;
}

.security-product__detail-grid,
.security-product__detail-grid--reverse {
  gap: clamp(20px, 3vw, 42px);
}

.security-product__detail-copy h2 {
  margin-bottom: 18px;
}

.security-product__detail-copy li {
  padding: 11px 14px 11px 36px;
  border-radius: 11px;
}

.security-product__detail-copy li::before {
  top: 1.02em;
  left: 14px;
}

.security-product__detail figure {
  min-height: 260px;
  padding: 18px;
  border-radius: 14px;
}

.security-product__detail figure img {
  width: min(100%, 300px);
  max-height: 280px;
}

.security-product__detail--muted + .section--cta {
  padding-top: 30px;
  padding-bottom: 34px;
}

.security-product__detail--muted + .section--cta .cta {
  gap: 22px;
}

.security-product__detail--muted + .section--cta .demo-form {
  gap: 12px;
}

@media (max-width: 980px) {
  .security-product__hero-grid,
  .security-product__detail-grid,
  .security-product__detail-grid--reverse {
    grid-template-columns: 1fr;
  }

  .security-product__protection-grid {
    grid-template-columns: 1fr;
  }

  .security-product__hero-media img {
    max-height: 320px;
  }

  .security-product__detail-grid--reverse figure {
    order: 2;
  }
}

@media (max-width: 680px) {
  .security-product__hero,
  .security-product__protection,
  .security-product__detail {
    padding: 24px 0;
  }

  .security-product__hero {
    padding-top: 14px;
  }

  .security-product__hero-grid {
    gap: 18px;
  }

  .security-product__hero-copy h1 {
    font-size: clamp(2.3rem, 11vw, 3.4rem);
  }

  .security-product__hero-media,
  .security-product__highlights article,
  .security-product__protection-grid article,
  .security-product__detail figure {
    border-radius: 12px;
  }

  .security-product__highlights {
    grid-template-columns: 1fr;
  }

  .security-product__highlights article,
  .security-product__protection-grid article {
    padding: 16px;
  }

  .security-product__detail figure {
    min-height: 220px;
    padding: 14px;
  }

  .security-product__detail figure img {
    max-height: 240px;
  }

  .security-product__detail--muted + .section--cta {
    padding-top: 24px;
    padding-bottom: 28px;
  }
}

/* Compact chat-bots page */
.chatbots-page__hero,
.chatbots-page__ideas,
.chatbots-page__integrations,
.chatbots-page__advantages {
  padding: 30px 0;
}

.chatbots-page__hero {
  padding: 14px 0 24px;
}

.chatbots-page__hero .breadcrumbs {
  margin-bottom: 14px;
}

.chatbots-page__hero-heading h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(2.45rem, 3.8vw, 3.9rem);
  line-height: 1;
  text-align: center;
}

.chatbots-page__hero-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 1.02fr);
  gap: 12px;
  margin-top: 12px;
  align-items: center;
}

.chatbots-page__hero-copy h1 {
  margin-top: 8px;
  font-size: clamp(2.55rem, 4.2vw, 4.35rem);
  line-height: 1;
}

.chatbots-page__hero-copy > p:not(.eyebrow) {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.48;
}

.chatbots-page__hero-copy {
  padding: 20px;
  border: 1px solid rgba(18, 55, 66, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
}

.chatbots-page__hero-copy .button {
  margin-top: 18px;
}

.chatbots-page__hero-media {
  padding: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.66);
}

.chatbots-page__hero-media img {
  max-height: 310px;
  border-radius: 10px;
}

.chatbots-page__development {
  padding: 20px 0;
}

.chatbots-page__development-card {
  max-width: none;
  padding: 20px 24px;
  border-radius: 14px;
}

.chatbots-page__development-card h2 {
  margin-top: 5px;
  font-size: clamp(1.8rem, 2.8vw, 2.7rem);
}

.chatbots-page__development-copy {
  gap: 20px;
  margin-top: 12px;
}

.chatbots-page__development-copy p {
  line-height: 1.48;
}

.chatbots-page__heading {
  max-width: none;
  margin: 0 0 18px;
  text-align: left;
}

.chatbots-page__heading h2 {
  margin-top: 5px;
  font-size: clamp(1.95rem, 3.2vw, 3.25rem);
  line-height: 1.04;
}

.chatbots-ideas-slider {
  max-width: none;
  border-radius: 14px;
  box-shadow: none;
}

.chatbots-ideas-slider .vks-slider__tabs {
  padding: 0 14px;
}

.chatbots-ideas-slider .vks-slider__tab {
  min-height: 54px;
  padding: 10px;
  font-size: 0.9rem;
}

.chatbots-ideas-slider .vks-slider__viewport {
  min-height: 0;
  padding: 14px;
}

.chatbots-ideas-slider__panel {
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, 0.92fr);
  gap: 10px;
}

.chatbots-idea-media {
  min-height: 330px;
  border-radius: 12px;
}

.chatbots-idea-media img {
  height: 330px;
}

.chatbots-idea-content,
.chatbots-bot-list {
  gap: 8px;
}

.chatbots-idea-card,
.chatbots-idea-list,
.chatbots-idea-content .chatbots-idea-card,
.chatbots-idea-content .chatbots-idea-list {
  padding: 16px;
  border-radius: 12px;
}

.chatbots-idea-card h3 {
  margin-top: 12px;
  font-size: 1.2rem;
}

.chatbots-idea-card p {
  margin-top: 7px;
  font-size: 0.92rem;
  line-height: 1.44;
}

.chatbots-idea-list {
  gap: 7px;
}

.chatbots-idea-list li {
  padding: 8px 10px 8px 29px;
  font-size: 0.86rem;
}

.chatbots-idea-list li::before {
  left: 12px;
}

.chatbots-bot-list article {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  padding: 13px 15px;
  border-radius: 11px;
}

.chatbots-bot-list article > span {
  width: 42px;
  height: 42px;
  border-radius: 11px;
}

.chatbots-bot-list p {
  margin-top: 4px;
  font-size: 0.84rem;
  line-height: 1.4;
}

.chatbots-page__integration-intro {
  max-width: none;
  padding: 16px 20px;
  border-radius: 0 12px 12px 0;
  line-height: 1.48;
}

.chatbots-page__subheading {
  margin: 20px 0 14px;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  text-align: left;
}

.chatbots-integrations-grid {
  gap: 1px;
  padding: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line);
}

.chatbots-integrations-grid article {
  min-height: 96px;
  padding: 10px 7px;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.chatbots-integrations-grid article > span {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 0.82rem;
}

.chatbots-integrations-grid h4 {
  margin-top: 8px;
  font-size: 0.8rem;
  line-height: 1.24;
}

.chatbots-advantages-grid {
  gap: 10px;
}

.chatbots-advantages-grid article {
  min-height: 170px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: none;
}

.chatbots-advantages-grid h3 {
  margin-top: 14px;
  font-size: 1.03rem;
}

.chatbots-advantages-grid p {
  margin-top: 7px;
  font-size: 0.87rem;
  line-height: 1.44;
}

.chatbots-page__order {
  gap: 18px;
  margin-top: 12px;
  padding: 16px 20px;
  border-radius: 14px;
}

.chatbots-page__advantages + .section--related {
  padding-top: 30px;
  padding-bottom: 30px;
}

.chatbots-page__advantages + .section--related .section-heading {
  margin-bottom: 18px;
}

.chatbots-page__advantages + .section--related .card {
  min-height: 0;
  border-radius: 14px;
}

.chatbots-page__advantages + .section--related + .section--cta {
  padding-top: 30px;
  padding-bottom: 34px;
}

.chatbots-page__advantages + .section--related + .section--cta .cta {
  gap: 22px;
}

.chatbots-page__advantages + .section--related + .section--cta .demo-form {
  gap: 12px;
}

@media (max-width: 980px) {
  .chatbots-page__hero-grid,
  .chatbots-page__development-copy,
  .chatbots-ideas-slider__panel {
    grid-template-columns: 1fr;
  }

  .chatbots-page__hero-media img {
    max-height: 330px;
  }

  .chatbots-integrations-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

@media (max-width: 620px) {
  .chatbots-page__hero,
  .chatbots-page__ideas,
  .chatbots-page__integrations,
  .chatbots-page__advantages {
    padding: 24px 0;
  }

  .chatbots-page__hero {
    padding-top: 14px;
  }

  .chatbots-page__hero-heading h1 {
    font-size: clamp(2.3rem, 11vw, 3.4rem);
  }

  .chatbots-page__hero-grid {
    gap: 10px;
  }

  .chatbots-page__hero-copy h1 {
    font-size: clamp(2.3rem, 11vw, 3.4rem);
  }

  .chatbots-page__hero-media,
  .chatbots-page__hero-copy,
  .chatbots-page__development-card,
  .chatbots-ideas-slider,
  .chatbots-idea-media,
  .chatbots-idea-card,
  .chatbots-idea-list,
  .chatbots-integrations-grid article,
  .chatbots-advantages-grid article,
  .chatbots-page__order {
    border-radius: 12px;
  }

  .chatbots-page__hero-media img {
    max-height: 290px;
  }

  .chatbots-page__hero-copy {
    padding: 16px;
  }

  .chatbots-page__development-card {
    padding: 16px;
  }

  .chatbots-ideas-slider .vks-slider__tabs {
    padding: 0 8px;
  }

  .chatbots-ideas-slider .vks-slider__tab {
    min-width: 150px;
    min-height: 50px;
    padding: 8px;
    font-size: 0.82rem;
  }

  .chatbots-ideas-slider .vks-slider__viewport {
    padding: 10px;
  }

  .chatbots-idea-media {
    min-height: 260px;
  }

  .chatbots-idea-media img {
    height: 280px;
  }

  .chatbots-integrations-grid,
  .chatbots-advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chatbots-integrations-grid {
    gap: 1px;
  }

  .chatbots-integrations-grid article,
  .chatbots-advantages-grid article {
    min-height: 0;
    padding: 14px 10px;
  }

  .chatbots-page__order {
    align-items: stretch;
    flex-direction: column;
    padding: 16px;
  }

  .chatbots-page__advantages + .section--related,
  .chatbots-page__advantages + .section--related + .section--cta {
    padding-top: 24px;
    padding-bottom: 28px;
  }
}

/* Compact SmartApps page */
.smartapps-page__hero {
  padding: 14px 0 24px;
}

.smartapps-page__heading {
  max-width: none;
  margin: 0;
  text-align: left;
}

.smartapps-page__heading .breadcrumbs {
  justify-content: flex-start;
  margin-bottom: 14px;
}

.smartapps-page__heading .eyebrow {
  justify-content: flex-start;
  margin-bottom: 6px;
}

.smartapps-page__heading h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(2.45rem, 3.8vw, 3.9rem);
  text-align: center;
}

.smartapps-page__hero-layout {
  grid-template-columns: minmax(300px, 0.96fr) minmax(360px, 1.04fr);
  gap: 12px;
  align-items: center;
  max-width: none;
  margin-top: 12px;
}

.smartapps-page__intro {
  padding: 18px;
  border-radius: 14px;
  box-shadow: none;
}

.smartapps-page__intro > p {
  font-size: clamp(0.98rem, 1.18vw, 1.08rem);
  line-height: 1.48;
}

.smartapps-page__facts {
  gap: 8px;
  margin-top: 13px;
}

.smartapps-page__facts li {
  padding: 10px 12px 10px 36px;
  border-radius: 10px;
  font-size: 0.88rem;
  line-height: 1.35;
}

.smartapps-page__facts li::before {
  top: 9px;
  left: 12px;
}

.smartapps-page__hero-slider {
  max-width: none;
  border-radius: 14px;
}

.smartapps-page__hero-slider .vks-image-slider__slide img {
  height: 310px;
  max-height: 310px;
  padding: 10px;
}

.smartapps-page__hero-slider .vks-image-slider__slide figcaption {
  padding: 8px 12px;
}

.smartapps-page__hero-slider .vks-image-slider__controls,
.smartapps-window-slider .vks-image-slider__controls {
  grid-template-columns: 36px 1fr 36px;
  gap: 8px;
  padding: 7px 10px 9px;
}

.smartapps-page__hero-slider .vks-image-slider__arrow,
.smartapps-window-slider .vks-image-slider__arrow {
  width: 34px;
  height: 34px;
}

.smartapps-page__examples,
.smartapps-page__window {
  padding: 30px 0;
}

.smartapps-page__section-heading {
  max-width: none;
  margin: 0;
  text-align: left;
}

.smartapps-page__section-heading .eyebrow {
  justify-content: flex-start;
  margin-bottom: 6px;
}

.smartapps-page__section-heading h2 {
  font-size: clamp(1.95rem, 3.2vw, 3.25rem);
  line-height: 1.04;
}

.smartapps-page__section-heading > p:not(.eyebrow) {
  max-width: 900px;
  margin: 9px 0 0;
  line-height: 1.45;
}

.smartapps-page__example-grid {
  gap: 1px;
  max-width: none;
  margin-top: 18px;
  padding: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line);
}

.smartapps-page__example {
  gap: 7px;
  min-height: 96px;
  padding: 11px 8px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.smartapps-page__example-icon {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  font-size: 1.28rem;
}

.smartapps-page__example-icon--text {
  font-size: 0.82rem;
}

.smartapps-page__example-icon--image img {
  width: 38px;
  height: 38px;
}

.smartapps-page__example h3 {
  font-size: 0.86rem;
}

.smartapps-window-slider {
  max-width: none;
  margin-top: 18px;
  border-radius: 14px;
}

.smartapps-window-slide {
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.82fr);
  min-height: 340px;
}

.smartapps-window-slide__media {
  gap: 12px;
  min-height: 340px;
  padding: 16px;
}

.smartapps-window-slide__media img {
  height: 350px;
  border-radius: 10px;
}

.smartapps-window-slide figcaption {
  padding: 24px;
}

.smartapps-window-slide figcaption h3 {
  margin-top: 8px;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
}

.smartapps-window-slide figcaption p {
  margin-top: 9px;
  font-size: 0.9rem;
  line-height: 1.45;
}

.smartapps-window-slide__list {
  gap: 7px;
  margin-top: 12px;
}

.smartapps-window-slide__list li {
  padding: 8px 10px 8px 29px;
  font-size: 0.86rem;
}

.smartapps-window-slide__list li::before {
  left: 12px;
}

.smartapps-reasons {
  padding: 30px 0;
}

.smartapps-reasons h2 {
  max-width: none;
  margin: 0 0 18px;
  font-size: clamp(1.95rem, 3.2vw, 3.25rem);
  text-align: left;
}

.smartapps-reasons__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: none;
}

.smartapps-reasons__card {
  min-height: 180px;
  padding: 18px;
  border-radius: 14px;
}

.smartapps-reasons__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
}

.smartapps-reasons__card h3 {
  font-size: clamp(1rem, 1.25vw, 1.16rem);
}

.smartapps-reasons__card p {
  margin-top: 8px;
  font-size: 0.86rem;
  line-height: 1.43;
}

.smartapps-reasons + .section--related {
  padding-top: 30px;
  padding-bottom: 30px;
}

.smartapps-reasons + .section--related .section-heading {
  margin-bottom: 18px;
}

.smartapps-reasons + .section--related .card {
  min-height: 0;
  border-radius: 14px;
}

.smartapps-reasons + .section--related + .section--cta {
  padding-top: 30px;
  padding-bottom: 34px;
}

.smartapps-reasons + .section--related + .section--cta .cta {
  gap: 22px;
}

.smartapps-reasons + .section--related + .section--cta .demo-form {
  gap: 12px;
}

@media (max-width: 980px) {
  .smartapps-page__hero-layout,
  .smartapps-window-slide {
    grid-template-columns: 1fr;
  }

  .smartapps-page__example-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

  .smartapps-page__hero-slider .vks-image-slider__slide img {
    height: 320px;
    max-height: 320px;
  }

  .smartapps-window-slide__media {
    min-height: 300px;
  }

  .smartapps-window-slide__media img {
    height: 320px;
  }
}

@media (max-width: 620px) {
  .smartapps-page__hero,
  .smartapps-page__examples,
  .smartapps-page__window,
  .smartapps-reasons {
    padding: 24px 0;
  }

  .smartapps-page__hero {
    padding-top: 14px;
  }

  .smartapps-page__heading h1 {
    font-size: clamp(2.3rem, 11vw, 3.4rem);
  }

  .smartapps-page__hero-layout {
    gap: 10px;
  }

  .smartapps-page__intro,
  .smartapps-page__hero-slider,
  .smartapps-page__example,
  .smartapps-window-slider,
  .smartapps-reasons__card {
    border-radius: 12px;
  }

  .smartapps-page__intro {
    padding: 16px;
  }

  .smartapps-page__hero-slider .vks-image-slider__slide img {
    height: 310px;
    max-height: 310px;
  }

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

  .smartapps-page__example {
    min-height: 92px;
    padding: 10px 7px;
  }

  .smartapps-window-slide__media {
    min-height: 270px;
    padding: 10px;
  }

  .smartapps-window-slide__media img {
    height: 280px;
  }

  .smartapps-window-slide figcaption {
    padding: 18px;
  }

  .smartapps-reasons__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .smartapps-reasons__card {
    min-height: 0;
    padding: 16px;
  }

  .smartapps-reasons + .section--related,
  .smartapps-reasons + .section--related + .section--cta {
    padding-top: 24px;
    padding-bottom: 28px;
  }
}

/* Align pricing columns to Corporate + SmartApps. */
@media (min-width: 1181px) {
  .pricing-plan__description,
  .home-page .pricing-plan__description {
    min-height: 98px;
  }

  .pricing-plan__future,
  .home-page .pricing-plan__future {
    min-height: 201px;
    margin: 0;
  }

  .home-page .pricing-plan__future {
    min-height: 171px;
    height: 171px;
  }

  .pricing-plan__deployment-label {
    display: grid;
    min-height: 38px;
    margin: 14px 0 0;
    place-items: center;
    border-bottom: 0;
  }

  .home-page .pricing-plan__deployment-label {
    min-height: 34px;
    height: 34px;
    margin-top: 10px;
  }

  .pricing-plan__features li,
  .home-page .pricing-plan__features li {
    min-height: 52px;
  }

  .pricing-plan__features li:nth-child(1),
  .pricing-plan__features li:nth-child(6),
  .home-page .pricing-plan__features li:nth-child(1),
  .home-page .pricing-plan__features li:nth-child(6) {
    min-height: 42px;
  }

  .pricing-plan__features li:nth-child(2),
  .home-page .pricing-plan__features li:nth-child(2) {
    min-height: 103px;
  }
}

/* Keep every interactive accent within the Finnish blue and white palette. */
.employee-app__benefit--brand,
.superapp-page__brand-benefit--users,
.feature-card--dark,
.consultation-download,
.consultation-download:hover,
.button--primary,
.button--primary:hover,
.button--primary:focus-visible {
  background: #003580;
  box-shadow: none;
  color: #ffffff;
}

.employee-app__purpose-disclosure summary:focus-visible {
  outline-color: #003580;
}

.employee-app__accent,
.employee-app__benefit--accent,
.pricing-plan--free .pricing-plan__features li::before,
.pricing-comparison__table .pricing-comparison__plan--free,
.hero-card__dot,
.feature-card__eyebrow,
.federation-product__compatible .eyebrow,
.role-model-product__heading .eyebrow,
.superapp-page__eyebrow,
.superapp-page__stat-dot {
  background-color: #003580;
  color: #003580;
  box-shadow: inset 0 3px 0 #003580;
}

/* Keep the Free plan label legible on its dark comparison-table header. */
.pricing-comparison__table .pricing-comparison__plan--free {
  color: #ffffff;
}

.blog-page .page-hero {
  padding-block: clamp(2.5rem, 5vw, 4.5rem);
}

.blog-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.blog-news .news-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 1.35rem;
}

.blog-news .news-card__date {
  color: #087d9a;
  font-weight: 700;
}

.blog-page .section {
  padding-block: clamp(2.75rem, 5vw, 4.5rem);
}

.blog-page .section-heading {
  margin-bottom: 1.5rem;
}

.blog-page .page-hero__layout {
  gap: clamp(1.5rem, 4vw, 3rem);
}

.blog-page .page-hero__media {
  min-height: 0;
}

.blog-page .cta__content {
  gap: 1.5rem;
}

.press-page .page-hero {
  padding-block: clamp(3rem, 6vw, 5rem);
}

.press-page__download {
  padding-block: clamp(2.5rem, 5vw, 4rem);
}

.press-page__download-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid #cfe0ea;
  border-radius: 1.25rem;
  background: linear-gradient(120deg, #eef7fb, #ffffff);
}

.press-page__download-card h2,
.press-page__download-card p {
  margin-block: 0.4rem;
}

.product-comparison {
  padding-block: clamp(3rem, 6vw, 5rem);
}

.product-comparison__scroll {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #d6e2e8;
  border-radius: 1rem;
  background: #ffffff;
}

.product-comparison__table {
  width: 100%;
  min-width: 1280px;
  border-collapse: collapse;
}

.product-comparison__table th,
.product-comparison__table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #e3ebef;
  text-align: center;
}

.product-comparison__table th:first-child {
  width: 220px;
  min-width: 220px;
  text-align: left;
  overflow-wrap: anywhere;
}

.product-comparison__table thead th {
  background: #073b7a;
  color: #ffffff;
}

.product-comparison__table tbody tr:nth-child(even) {
  background: #f6fafc;
}

.product-comparison__table tbody th {
  color: #163c5a;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.35;
}

.product-comparison__table .product-comparison__group th {
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  background: #ffffff;
  color: #073b7a;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  text-align: left;
}

.comparison-status {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 6.4px;
  font-size: 0;
  vertical-align: middle;
}

.comparison-status--yes {
  background: linear-gradient(#4799e3, #257ac6);
}

.comparison-status--no {
  background: linear-gradient(#dd666b, #cb3940);
}

.comparison-status--yes::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 4px;
  left: 4px;
  top: 4px;
  border: solid #ffffff;
  border-width: 0 0 1.5px 1.5px;
  transform: rotate(-45deg);
}

.comparison-status--no::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1.3px solid #ffffff;
  border-radius: 50%;
}

.comparison-status--no::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1.3px;
  left: 4px;
  top: 7px;
  background: #ffffff;
  transform: rotate(-45deg);
}

.comparison-status__value {
  color: #087d9a;
  font-weight: 800;
}

.functions-page__anchor-nav {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0 0 1.5rem;
}

.functions-page__anchor-nav a {
  flex: 0 0 auto;
  padding: 0.65rem 1rem;
  border: 1px solid #cfe0ea;
  border-radius: 999px;
  color: #073b7a;
  font-weight: 700;
}

.functions-page__placeholder {
  display: grid;
  min-height: 260px;
  place-items: center;
  border: 1px dashed #9cc4d7;
  border-radius: 1rem;
  background: #f3f9fc;
  color: #5f8091;
  font-weight: 700;
}

.functions-page__card {
  position: relative;
  min-height: 190px;
  padding: 1.5rem;
  border: 1px solid #d6e2e8;
  border-radius: 1rem;
  background: #ffffff;
}

@media (max-width: 700px) {
  .press-page__download-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 800px) {
  .blog-news__grid {
    grid-template-columns: 1fr;
  }
}

.lang-switcher__link.is-active {
  background: #003580;
  color: #ffffff;
  box-shadow: 0 0 0 1px #003580, 0 2px 5px rgba(0, 53, 128, 0.28);
  text-decoration: none;
}

/* Preserve readable contrast on the blue Superapp benefit card. */
.superapp-page__brand-benefit--users,
.superapp-page__brand-benefit--users h3,
.superapp-page__brand-benefit--users p {
  color: #ffffff;
}

/* Product features: compact Finnish blue and white presentation across all locales. */
.product-features-page {
  background: #ffffff;
}

.product-features-page__hero {
  padding: 28px 0 30px;
  background: #ffffff;
}

.product-features-page__heading .breadcrumbs {
  margin-bottom: 14px;
}

.product-features-page__heading .eyebrow,
.product-features-page__section-heading .eyebrow {
  color: #003580;
}

.product-features-page__heading h1 {
  max-width: 920px;
  color: #0b284d;
  font-size: clamp(2.1rem, 4vw, 3.75rem);
  line-height: 1.06;
}

.product-features-page__hero-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  margin-top: 22px;
}

.product-features-page__overview,
.product-features-page__media,
.product-features-page__pillar,
.product-features-page__value-card,
.product-features-page__related-card {
  border-color: #e0e6ee;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: none;
}

.product-features-page__overview {
  padding: 24px;
}

.product-features-page__lead {
  color: #38516e;
  font-size: 1rem;
  line-height: 1.5;
}

.product-features-page__facts {
  gap: 9px;
  margin-top: 18px;
}

.product-features-page__facts li {
  min-height: 30px;
  padding: 5px 0 5px 40px;
  color: #17385f;
}

.product-features-page__facts li::before {
  width: 28px;
  height: 28px;
  background: #003580;
  color: #ffffff;
  line-height: 28px;
}

.product-features-page__media {
  padding: 12px;
  background: #ffffff;
}

.product-features-page__media img {
  max-height: 360px;
}

.product-features-page__visual > .button {
  width: auto;
  align-self: center;
  margin-top: 14px;
}

.product-features-page__pillars {
  padding: 28px 0;
}

.product-features-page__related {
  padding: 34px 0;
}

.product-features-page__section-heading {
  margin-bottom: 14px;
}

.product-features-page__section-heading h2 {
  color: #0b284d;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.12;
}

.product-features-page__pillar-grid {
  gap: 12px;
}

.product-features-page__related-grid {
  gap: 16px;
}

.product-features-page__pillar {
  min-height: 0;
  padding: 18px;
}

.product-features-page__pillar > span {
  display: none;
}

.product-features-page__pillar p {
  margin-top: 6px;
}

.product-features-page__pillar h3,
.product-features-page__related-card h3 {
  color: #0b284d;
}

.product-features-page__pillar p,
.product-features-page__related-card p,
.product-features-page__value-column p,
.product-features-page__value-column li {
  color: #4b617b;
}

.product-features-page__value {
  padding: 34px 0;
  background: #f7f9fb;
}

.product-features-page__value-card {
  padding: 24px 28px;
}

.product-features-page__value-column {
  padding-right: 28px;
}

.product-features-page__value-column + .product-features-page__value-column {
  padding-left: 28px;
  border-left-color: #e0e6ee;
}

.product-features-page__value-column h2 {
  color: #0b284d;
}

.product-features-page__value-column .content-list {
  margin-top: 12px;
}

.product-features-page__related {
  padding-bottom: 38px;
}

.product-features-page__related-card {
  min-height: 104px;
  padding: 18px 20px;
}

.product-features-page__related-card:hover {
  border-color: #003580;
  box-shadow: none;
}

.product-features-page__cta {
  padding: 38px 0 42px;
}

@media (max-width: 900px) {
  .product-features-page__hero-layout {
    gap: 16px;
  }

  .product-features-page__visual > .button {
    width: auto;
    max-width: 100%;
  }

  .product-features-page__value-column + .product-features-page__value-column {
    margin-top: 18px;
    padding-top: 18px;
    padding-left: 0;
    border-top-color: #e0e6ee;
  }
}

@media (max-width: 720px) {
  .product-features-page__hero,
  .product-features-page__value,
  .product-features-page__related,
  .product-features-page__cta {
    padding-top: 26px;
    padding-bottom: 28px;
  }

  .product-features-page__pillars {
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .product-features-page__overview,
  .product-features-page__value-card {
    padding: 20px;
  }

  .product-features-page__pillar,
  .product-features-page__related-card {
    padding: 18px;
  }
}

.button--secondary,
.button--secondary:hover,
.button--secondary:focus-visible {
  border-color: #003580;
  background: #ffffff;
  color: #003580;
}

.messenger-page__privacy-show {
  padding: 34px 0;
  background: #f6f8fb;
}

.messenger-page__privacy-showcase {
  overflow: hidden;
  border: 1px solid #dbe5ee;
  border-radius: 14px;
  background: #ffffff;
}

.messenger-page__privacy-slide {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 20px;
  align-items: stretch;
  min-height: 362px;
  padding: 18px;
  animation: messengerPrivacyReveal 560ms ease both;
}

.messenger-page__privacy-slide[hidden] {
  display: none;
}

.messenger-page__privacy-slide figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 326px;
  margin: 0;
  border-radius: 10px;
  background: #e4f1fb;
}

.messenger-page__privacy-slide img {
  display: block;
  width: 100%;
  height: 326px;
  border-radius: 10px;
  object-fit: contain;
}

.messenger-page__privacy-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 26px;
  border: 1px solid #dbe5ee;
  border-radius: 10px;
  color: #4b617b;
}

.messenger-page__privacy-copy h3 {
  margin: 0;
  color: #0b284d;
  font-size: clamp(1.45rem, 2.3vw, 2.2rem);
  line-height: 1.12;
}

.messenger-page__privacy-copy p {
  margin: 14px 0 0;
  font-size: 1.05rem;
  line-height: 1.55;
}

.messenger-page__privacy-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0 18px 18px;
}

.messenger-page__privacy-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #b8c7d5;
  cursor: pointer;
}

.messenger-page__privacy-dot.is-active {
  width: 24px;
  border-radius: 999px;
  background: #007c91;
}

@keyframes messengerPrivacyReveal {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 720px) {
  .messenger-page__privacy-show {
    padding: 26px 0;
  }

  .messenger-page__privacy-slide {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 12px;
  }

  .messenger-page__privacy-slide figure,
  .messenger-page__privacy-slide img {
    min-height: 0;
    height: 280px;
  }

  .messenger-page__privacy-copy {
    padding: 20px;
  }
}
