.bk-logo {
  display: block;
  height: 42px;
  width: auto;
}

.bk-navbar-brand-stack {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  padding: 10px 0 8px;
}

.bk-navbar-brand-stack .uk-logo {
  min-height: 0;
  padding: 0;
}

.bk-nav-beta-badge {
  appearance: none;
  background: rgba(223, 151, 93, 0.14);
  border: 1px solid rgba(223, 151, 93, 0.58);
  border-radius: 999px;
  color: #9c5b29;
  cursor: pointer;
  font: inherit;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 4px 9px;
  text-transform: uppercase;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.bk-nav-beta-badge:hover,
.bk-nav-beta-badge:focus-visible {
  background: var(--bk-accent);
  border-color: var(--bk-accent);
  color: var(--bk-ink);
  outline: none;
  transform: translateY(-1px);
}

.bk-directory-hero {
  background: linear-gradient(135deg, rgba(92, 165, 198, 0.08), rgba(223, 151, 93, 0.06) 52%, rgba(223, 244, 236, 0.34));
  border-bottom: 1px solid var(--bk-line);
  padding: 46px 0 26px;
}

.bk-directory-panel {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(92, 165, 198, 0.38);
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 18px 48px rgba(24, 50, 61, 0.08);
  padding: 26px;
  width: 100%;
}

.bk-directory-heading {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.bk-directory-heading h1 {
  color: var(--bk-ink);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.bk-directory-heading p:not(.bk-kicker) {
  color: var(--bk-muted);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 12px 0 0;
  overflow-wrap: anywhere;
}

.bk-directory-count {
  background: rgba(223, 151, 93, 0.16);
  border: 1px solid rgba(223, 151, 93, 0.45);
  border-radius: 999px;
  color: var(--bk-ink);
  flex: 0 0 auto;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  padding: 9px 13px;
  white-space: nowrap;
}

.bk-directory-search {
  align-items: center;
  background: var(--bk-white);
  border: 2px solid var(--bk-primary);
  border-radius: 999px;
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  min-height: 58px;
  padding: 0 18px;
  width: 100%;
}

.bk-directory-search span {
  color: var(--bk-primary-700);
  flex: 0 0 auto;
}

.bk-directory-search input {
  background: transparent;
  border: 0;
  color: var(--bk-ink);
  flex: 1;
  font: inherit;
  min-width: 0;
  outline: 0;
}

.bk-directory-section {
  background: var(--bk-white);
}

.bk-directory-toolbar {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.bk-directory-toolbar h2 {
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  margin: 0;
}

.bk-directory-toolbar p {
  color: var(--bk-muted);
  margin: 6px 0 0;
}

.bk-company-grid {
  box-sizing: border-box;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 100%;
}

.bk-company-card {
  background: linear-gradient(135deg, rgba(92, 165, 198, 0.18), rgba(245, 250, 252, 0.94));
  border: 1px solid rgba(92, 165, 198, 0.44);
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 100%;
  min-height: 208px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.bk-company-card.is-green {
  background: linear-gradient(135deg, rgba(126, 176, 158, 0.22), rgba(245, 250, 252, 0.96));
  border-color: rgba(63, 139, 116, 0.4);
}

.bk-company-card.is-violet {
  background: linear-gradient(135deg, rgba(133, 142, 214, 0.22), rgba(245, 250, 252, 0.96));
  border-color: rgba(85, 95, 184, 0.36);
}

.bk-company-card.is-orange {
  background: linear-gradient(135deg, rgba(223, 151, 93, 0.2), rgba(245, 250, 252, 0.96));
  border-color: rgba(196, 112, 53, 0.34);
}

.bk-company-card-mark {
  background: currentColor;
  border-radius: 999px;
  color: rgba(24, 50, 61, 0.08);
  height: 92px;
  position: absolute;
  right: -30px;
  top: -30px;
  width: 92px;
}

.bk-company-card-head {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.bk-company-logo {
  align-items: center;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 10px;
  color: var(--bk-primary-700);
  display: flex;
  flex: 0 0 42px;
  font-weight: 850;
  height: 42px;
  justify-content: center;
  overflow: hidden;
  width: 42px;
}

.bk-company-logo img {
  display: block;
  max-height: 34px;
  max-width: 130px;
  object-fit: contain;
}

.bk-company-logo:has(img) {
  flex-basis: 150px;
  justify-content: flex-start;
  padding: 0 10px;
  width: 150px;
}

.bk-company-card h3 {
  color: var(--bk-ink);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 850;
  line-height: 1.15;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.bk-company-tags {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.bk-company-tags span {
  background: rgba(24, 50, 61, 0.09);
  border-radius: 999px;
  color: var(--bk-ink);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.25;
  max-width: 100%;
  padding: 6px 10px;
}

.bk-company-card-footer {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.bk-company-card-footer p {
  align-items: center;
  color: var(--bk-ink);
  display: flex;
  gap: 8px;
  line-height: 1.35;
  margin: 0;
  min-width: 0;
}

.bk-company-card-footer p span {
  color: var(--bk-primary-700);
  flex: 0 0 auto;
}

.bk-company-arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.58);
  border: 1.4px solid currentColor;
  border-radius: 999px;
  color: var(--bk-primary-700);
  display: flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
  width: 42px;
}

.bk-company-arrow:hover,
.bk-company-arrow:focus {
  background: var(--bk-primary);
  color: var(--bk-white);
  outline: none;
  transform: translateX(2px);
}

.bk-company-card.is-loading {
  animation: bk-company-loading 1.1s ease-in-out infinite alternate;
  background: linear-gradient(90deg, rgba(92, 165, 198, 0.08), rgba(223, 151, 93, 0.07), rgba(92, 165, 198, 0.08));
  border-color: rgba(92, 165, 198, 0.18);
}

.bk-directory-empty {
  background: var(--bk-cloud);
  border: 1px solid var(--bk-line);
  border-radius: 8px;
  color: var(--bk-muted);
  grid-column: 1 / -1;
  padding: 28px;
  text-align: center;
}

@keyframes bk-company-loading {
  from {
    opacity: 0.58;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 959px) {
  .bk-company-grid {
    grid-template-columns: 1fr;
  }

  .bk-directory-heading,
  .bk-directory-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .bk-directory-panel {
    padding: 20px;
  }
}

@media (max-width: 520px) {
  .bk-company-card {
    min-height: 230px;
    padding: 18px;
  }

  .bk-company-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .bk-company-logo:has(img) {
    flex-basis: 42px;
    width: 150px;
  }
}

.uk-container {
  max-width: 1560px;
}

.bk-nav-container {
  max-width: 1680px;
}

.bk-nav-container .uk-navbar-center.uk-visible\@l {
  margin-left: 34px;
  position: static;
  transform: none;
}

.bk-nav-container .uk-navbar-nav > li > a {
  padding-left: 4px;
  padding-right: 4px;
}

.bk-nav-container .uk-navbar-toggle[data-mobile-menu-toggle] {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--bk-ink);
  cursor: pointer;
  display: flex;
  font: inherit;
  justify-content: center;
  line-height: 1;
  margin: 0;
  min-height: 76px;
  min-width: 44px;
}

.bk-header-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.bk-button-trial,
.bk-button-demo {
  border-radius: 999px;
  font-size: 0.92rem;
  line-height: 38px;
  min-width: 122px;
  padding: 0 18px;
}

.bk-button-trial {
  background: var(--bk-primary);
  border: 1.2px solid var(--bk-primary);
  color: var(--bk-white);
}

.bk-button-trial:hover,
.bk-button-trial:focus {
  background: transparent;
  border-color: var(--bk-primary);
  color: var(--bk-primary);
}

.bk-button-demo {
  background: transparent;
  border: 1.2px solid rgba(92, 165, 198, 0.8);
  color: #20262a;
}

.bk-button-demo:hover,
.bk-button-demo:focus {
  background: var(--bk-primary);
  border-color: rgba(92, 165, 198, 0.8);
  color: var(--bk-white);
}

.bk-header-actions-navbar-mobile {
  gap: 8px;
  margin-right: 4px;
}

.bk-header-actions-navbar-mobile .bk-button-trial,
.bk-header-actions-navbar-mobile .bk-button-demo {
  font-size: 0.82rem;
  line-height: 34px;
  min-height: 36px;
  min-width: 0;
  padding: 0 13px;
}

@media (max-width: 1260px) {
  .bk-nav-container .uk-navbar-center.uk-visible\@l,
  .bk-nav-container .bk-header-actions.uk-visible\@l,
  .bk-nav-container .bk-language-slot.uk-visible\@l {
    display: none !important;
  }

  .bk-nav-container .bk-header-actions-navbar-mobile.uk-hidden\@l {
    display: flex !important;
  }

  .bk-nav-container .uk-navbar-toggle.uk-hidden\@l {
    display: flex !important;
  }
}

.bk-free-trial-modal {
  align-items: center;
  background: rgba(15, 23, 28, 0.55);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 3000;
}

.bk-free-trial-modal[hidden] {
  display: none;
}

.bk-free-trial-dialog {
  background: var(--bk-white);
  border-radius: 3px;
  box-shadow: 0 22px 70px rgba(15, 23, 28, 0.24);
  box-sizing: border-box;
  color: var(--bk-ink);
  max-width: 600px;
  min-height: 170px;
  padding: 32px 34px 30px;
  position: relative;
  text-align: center;
  width: min(600px, 100%);
}

.bk-free-trial-close {
  align-items: center;
  background: transparent;
  border: 0;
  color: rgba(24, 50, 61, 0.58);
  cursor: pointer;
  display: flex;
  font-size: 34px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 10px;
  width: 36px;
}

.bk-free-trial-close:hover,
.bk-free-trial-close:focus {
  color: var(--bk-ink);
  outline: none;
}

.bk-free-trial-dialog h2 {
  color: rgba(24, 50, 61, 0.78);
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.35;
  margin: 0 32px 2px;
}

.bk-free-trial-dialog p {
  color: rgba(24, 50, 61, 0.72);
  font-size: 1.02rem;
  line-height: 1.45;
  margin: 0 0 24px;
}

.bk-demo-modal .bk-free-trial-dialog {
  min-height: 242px;
}

.bk-beta-info-modal .bk-free-trial-dialog {
  max-width: 620px;
  text-align: left;
}

.bk-beta-info-modal .bk-free-trial-dialog h2 {
  color: var(--bk-ink);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  margin: 10px 34px 14px 0;
}

.bk-beta-info-modal .bk-free-trial-dialog p {
  color: rgba(24, 50, 61, 0.76);
  font-size: 1rem;
  margin: 0 0 14px;
}

.bk-beta-info-pill {
  background: rgba(223, 151, 93, 0.16);
  border: 1px solid rgba(223, 151, 93, 0.52);
  border-radius: 999px;
  color: #9c5b29;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 6px 10px;
  text-transform: uppercase;
}

.bk-demo-login-details {
  color: rgba(24, 50, 61, 0.76);
  display: grid;
  font-size: 1rem;
  gap: 2px;
  line-height: 1.45;
  margin: 28px 0 24px;
}

.bk-demo-login-details strong {
  font-weight: 500;
  text-decoration: underline;
}

.bk-modal-open {
  overflow: hidden;
}

.bk-language-slot {
  align-items: center;
  align-self: stretch;
  display: flex;
  margin-left: 12px;
}

.bk-container-tight {
  max-width: 920px;
}

.bk-kicker {
  color: var(--bk-primary-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bk-hero {
  background:
    linear-gradient(135deg, rgba(92, 165, 198, 0.06), rgba(223, 151, 93, 0.05) 44%, rgba(223, 244, 236, 0.28));
  border-bottom: 1px solid var(--bk-line);
  isolation: isolate;
  overflow: hidden;
  padding-bottom: 56px;
  padding-top: 56px;
  position: relative;
}

.bk-hero::before,
.bk-hero::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.bk-hero::before {
  background:
    radial-gradient(circle 110px at calc(100% + 10px) -10px, rgba(223, 151, 93, 0.08) 0 99%, transparent 100%),
    radial-gradient(circle 130px at -10px calc(100% + 40px), rgba(92, 165, 198, 0.06) 0 99%, transparent 100%),
    radial-gradient(circle 115px at 22% 285px, rgba(223, 151, 93, 0.07) 0 99%, transparent 100%);
  animation: bk-dashboard-orbit 18s ease-in-out infinite alternate;
}

.bk-hero::after {
  background: radial-gradient(circle 25vw at calc(100% + 25vw) calc(100% - 70px), rgba(92, 165, 198, 0.06) 0 99%, transparent 100%);
  animation: bk-dashboard-bounce 6s ease-in-out infinite alternate;
}

@keyframes bk-dashboard-orbit {
  0% {
    transform: translate3d(-18px, -10px, 0);
  }

  50% {
    transform: translate3d(28px, 18px, 0);
  }

  100% {
    transform: translate3d(72px, -22px, 0);
  }
}

@keyframes bk-dashboard-bounce {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-36px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bk-hero::before,
  .bk-hero::after,
  .bk-page-title::before,
  .bk-page-title::after {
    animation: none;
  }
}

.bk-hero h1,
.bk-page-title h1 {
  color: var(--bk-ink);
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.02;
}

.bk-hero-copy {
  color: var(--bk-muted);
  font-size: 1.2rem;
  line-height: 1.65;
}

.bk-page-title {
  background:
    linear-gradient(135deg, rgba(92, 165, 198, 0.06), rgba(223, 151, 93, 0.05) 44%, rgba(223, 244, 236, 0.28));
  border-bottom: 1px solid var(--bk-line);
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.bk-page-title::before,
.bk-page-title::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.bk-page-title::before {
  background:
    radial-gradient(circle 110px at calc(100% + 10px) -10px, rgba(223, 151, 93, 0.08) 0 99%, transparent 100%),
    radial-gradient(circle 130px at -10px calc(100% + 40px), rgba(92, 165, 198, 0.06) 0 99%, transparent 100%),
    radial-gradient(circle 115px at 22% 285px, rgba(223, 151, 93, 0.07) 0 99%, transparent 100%);
  animation: bk-dashboard-orbit 18s ease-in-out infinite alternate;
}

.bk-page-title::after {
  background: radial-gradient(circle 25vw at calc(100% + 25vw) calc(100% - 70px), rgba(92, 165, 198, 0.06) 0 99%, transparent 100%);
  animation: bk-dashboard-bounce 6s ease-in-out infinite alternate;
}

.bk-page-title-layout {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
}

.bk-page-title-layout-reversed {
  grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
}

.bk-page-title-layout-reversed .bk-page-title-copy {
  order: 2;
}

.bk-page-title-layout-reversed .bk-page-title-avatar {
  justify-self: start;
  max-width: 460px;
  order: 1;
}

.bk-page-title-copy {
  max-width: 840px;
}

.bk-page-title p {
  color: var(--bk-muted);
  font-size: 1.15rem;
  line-height: 1.65;
}

.bk-page-title-avatar {
  justify-self: end;
  margin: 0;
  max-width: 390px;
  position: relative;
  width: 100%;
}

.bk-page-title-avatar img {
  display: block;
  filter: drop-shadow(0 22px 34px rgba(30, 63, 79, 0.18));
  height: auto;
  width: 100%;
}

.bk-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
}

.bk-proof-list li {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(92, 165, 198, 0.28);
  border-radius: 999px;
  color: var(--bk-ink);
  display: flex;
  font-weight: 700;
  gap: 8px;
  list-style: none;
  padding: 8px 13px;
}

.bk-hero-visual-stack {
  padding: 20px 24px 78px 20px;
  position: relative;
}

.bk-hero-visual-stack .bk-product-panel {
  position: relative;
  z-index: 1;
}

.bk-hero-avatar {
  filter: drop-shadow(0 22px 32px rgba(30, 63, 79, 0.2));
  pointer-events: none;
  position: absolute;
  user-select: none;
  z-index: 2;
}

.bk-hero-avatar-calendar {
  bottom: -36px;
  right: -18px;
  width: min(295px, 48%);
}

.bk-why-intro {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(230px, 330px) minmax(0, 1fr);
}

.bk-why-copy {
  max-width: 760px;
  order: 2;
}

.bk-why-avatar {
  justify-self: start;
  margin: 0;
  max-width: 330px;
  order: 1;
  position: relative;
  width: 100%;
}

.bk-why-avatar img {
  display: block;
  filter: drop-shadow(0 20px 28px rgba(30, 63, 79, 0.18));
  height: auto;
  width: 100%;
}

.bk-why-avatar-flow {
  align-items: center;
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(4, 1fr);
  left: 18%;
  position: absolute;
  right: 17%;
  top: 69%;
}

.bk-why-avatar-flow::before {
  background: linear-gradient(90deg, rgba(92, 165, 198, 0.34), rgba(223, 151, 93, 0.46));
  border-radius: 999px;
  content: "";
  height: 3px;
  left: 12%;
  position: absolute;
  right: 12%;
  top: 50%;
  transform: translateY(-50%);
}

.bk-why-avatar-flow i {
  background: var(--bk-white);
  border: 3px solid var(--bk-primary);
  border-radius: 999px;
  box-shadow: 0 5px 12px rgba(30, 63, 79, 0.12);
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
  z-index: 1;
}

.bk-why-avatar-flow i:nth-child(2),
.bk-why-avatar-flow i:nth-child(4) {
  border-color: var(--bk-accent);
}

.bk-client-portal-section {
  background: var(--bk-white);
  border-top: 1px solid rgba(220, 232, 237, 0.7);
}

.bk-client-portal-grid {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 440px);
}

.bk-client-portal-copy {
  max-width: 760px;
}

.bk-client-portal-copy h2 {
  color: var(--bk-ink);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0 0 18px;
}

.bk-client-portal-copy p {
  color: var(--bk-muted);
  line-height: 1.65;
}

.bk-client-portal-copy .uk-text-lead {
  color: var(--bk-ink);
  font-size: 1.18rem;
}

.bk-client-portal-image {
  justify-self: center;
  margin: 0;
  max-width: 440px;
  width: 100%;
}

.bk-client-portal-image img {
  display: block;
  filter: drop-shadow(0 24px 34px rgba(31, 52, 66, 0.16));
  height: auto;
  width: 100%;
}

.bk-home-slideshow-section {
  background:
    linear-gradient(180deg, rgba(246, 251, 253, 0.92), rgba(255, 255, 255, 0.98));
  border-top: 1px solid rgba(220, 232, 237, 0.7);
}

.bk-home-slideshow-head {
  margin: 0 auto 32px;
  max-width: 840px;
  text-align: center;
}

.bk-home-slideshow-head h2 {
  color: var(--bk-ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 16px;
}

.bk-home-slideshow-head p:not(.bk-kicker) {
  color: var(--bk-muted);
  font-size: 1.1rem;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 680px;
}

.bk-home-slideshow {
  margin: 0 auto;
  max-width: 1320px;
}

.bk-home-slideshow .uk-slider-container {
  overflow: hidden;
}

.bk-home-slideshow-items {
  align-items: center;
}

.bk-home-slideshow-items > li {
  box-sizing: border-box;
  padding: 0 10px;
  width: 71.428%;
}

.bk-home-slideshow-frame {
  aspect-ratio: 3456 / 2080;
  background: var(--bk-white);
  border: 1px solid rgba(92, 165, 198, 0.2);
  border-radius: 26px;
  box-shadow: 0 28px 70px rgba(31, 52, 66, 0.14);
  margin: 0;
  overflow: hidden;
}

.bk-home-slideshow-frame img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.bk-home-slideshow-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(92, 165, 198, 0.28);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(31, 52, 66, 0.16);
  color: var(--bk-ink);
  cursor: pointer;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  padding: 0;
  transition: transform 0.16s ease, box-shadow 0.16s ease, color 0.16s ease;
  width: 46px;
}

.bk-home-slideshow-nav:hover,
.bk-home-slideshow-nav:focus-visible {
  box-shadow: 0 16px 32px rgba(31, 52, 66, 0.2);
  color: var(--bk-primary);
  transform: translateY(-1px);
}

.bk-home-slideshow-dotnav {
  margin-bottom: 0;
}

.bk-home-slideshow-dotnav > * > * {
  border-color: rgba(92, 165, 198, 0.42);
}

.bk-home-slideshow-dotnav > .uk-active > * {
  background-color: var(--bk-primary);
}

.bk-home-slideshow-cta {
  align-items: center;
  border-top: 1px solid rgba(92, 165, 198, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  margin: 34px auto 0;
  max-width: 920px;
  padding-top: 28px;
  text-align: left;
}

.bk-home-slideshow-cta h3 {
  color: var(--bk-ink);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 8px;
}

.bk-home-slideshow-cta p {
  color: var(--bk-muted);
  line-height: 1.6;
  margin: 0;
}

.bk-home-slideshow-cta .uk-button {
  flex: 0 0 auto;
}

@media (max-width: 639px) {
  .bk-home-slideshow-cta {
    text-align: center;
  }

  .bk-home-slideshow-cta .uk-button {
    width: 100%;
  }
}

.bk-product-panel {
  background: var(--bk-white);
  border: 1px solid rgba(92, 165, 198, 0.28);
  border-radius: 10px;
  box-shadow: var(--bk-shadow);
  display: grid;
  gap: 12px;
  overflow: hidden;
  padding: 14px;
}

.bk-booking-preview-header {
  align-items: center;
  color: var(--bk-ink);
  display: flex;
  gap: 12px;
  padding: 4px 2px 6px;
}

.bk-booking-preview-header > span {
  color: var(--bk-primary);
  flex: 0 0 auto;
}

.bk-booking-step-panel,
.bk-calendar-panel,
.bk-time-slot-panel {
  border: 1px solid rgba(92, 165, 198, 0.34);
  border-radius: 8px;
  padding: 14px;
}

.bk-booking-step-panel {
  align-items: center;
  background: var(--bk-cloud);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 210px);
}

.bk-booking-label {
  color: var(--bk-ink);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 8px;
}

.bk-staff-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bk-staff-choice {
  align-items: center;
  background: var(--bk-white);
  border: 1px solid rgba(24, 50, 61, 0.22);
  border-radius: 8px;
  color: var(--bk-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 700;
  gap: 7px;
  font-family: inherit;
  min-height: 38px;
  padding: 6px 10px;
}

.bk-staff-choice:hover,
.bk-staff-choice:focus {
  border-color: var(--bk-primary);
  outline: none;
}

.bk-staff-choice.is-selected {
  border-color: var(--bk-primary);
  box-shadow: 0 0 0 1px rgba(92, 165, 198, 0.18);
}

.bk-staff-check {
  color: var(--bk-ink);
  display: none;
}

.bk-staff-choice.is-selected .bk-staff-check {
  color: var(--bk-ink);
  display: inline-flex;
}

.bk-staff-avatar,
.bk-staff-photo {
  align-items: center;
  background: rgba(92, 165, 198, 0.18);
  border-radius: 999px;
  color: var(--bk-primary-700);
  display: inline-flex;
  flex: 0 0 auto;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.bk-staff-photo {
  background: rgba(223, 151, 93, 0.24);
  color: var(--bk-accent-700);
  font-size: 0.68rem;
  font-weight: 850;
}

.bk-booking-help-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--bk-line);
  border-radius: 8px;
  color: var(--bk-muted);
  display: flex;
  gap: 10px;
  min-width: 0;
  padding: 10px;
}

.bk-booking-help-card > span {
  align-items: center;
  background: rgba(92, 165, 198, 0.14);
  border-radius: 7px;
  color: var(--bk-primary);
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.bk-booking-help-card strong,
.bk-booking-help-card small {
  display: block;
}

.bk-booking-help-card strong {
  color: var(--bk-primary-700);
  font-size: 0.7rem;
  line-height: 1.25;
}

.bk-booking-help-card small {
  color: rgba(95, 115, 124, 0.78);
  font-size: 0.68rem;
  line-height: 1.25;
  margin-top: 3px;
}

.bk-calendar-panel {
  background: linear-gradient(135deg, rgba(245, 250, 252, 0.95), rgba(223, 151, 93, 0.16));
}

.bk-mini-calendar {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(220, 232, 237, 0.9);
  border-radius: 8px;
  overflow: hidden;
  padding: 8px;
}

.bk-mini-calendar-toolbar {
  align-items: center;
  background: rgba(92, 165, 198, 0.11);
  color: var(--bk-primary);
  display: flex;
  gap: 14px;
  min-height: 28px;
  padding: 0 8px;
}

.bk-mini-calendar-toolbar strong {
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: lowercase;
}

.bk-weekdays,
.bk-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  text-align: center;
}

.bk-weekdays {
  color: var(--bk-primary);
  font-size: 0.64rem;
  font-weight: 850;
  padding: 10px 0 4px;
  text-transform: uppercase;
}

.bk-weekdays span:nth-child(4) {
  color: var(--bk-accent-700);
}

.bk-calendar-days span {
  align-items: center;
  color: rgba(95, 115, 124, 0.42);
  display: flex;
  font-size: 0.7rem;
  justify-content: center;
  min-height: 32px;
  min-width: 0;
}

.bk-calendar-days .is-muted {
  color: rgba(95, 115, 124, 0.24);
}

.bk-calendar-days .is-selected {
  border: 1px solid var(--bk-primary);
  border-radius: 7px;
  color: var(--bk-primary-700);
  font-weight: 850;
  justify-self: center;
  min-height: 32px;
  min-width: 36px;
}

.bk-time-slot-panel {
  background: var(--bk-cloud);
}

.bk-time-slot-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bk-time-slot-row span {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(24, 50, 61, 0.24);
  border-radius: 8px;
  color: var(--bk-ink);
  flex: 1 1 54px;
  font-size: 0.68rem;
  min-width: 54px;
  padding: 7px 8px;
  text-align: center;
}

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

.bk-booking-actions > span {
  align-items: center;
  border: 1px solid var(--bk-primary);
  border-radius: 999px;
  color: var(--bk-ink);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 750;
  gap: 8px;
  justify-content: center;
  min-height: 32px;
  padding: 5px 12px;
}

.bk-booking-actions > span > span {
  border: 0;
  color: var(--bk-accent);
  display: inline-flex;
  min-height: 0;
  padding: 0;
}

.bk-booking-actions .is-disabled {
  color: rgba(95, 115, 124, 0.48);
  opacity: 0.72;
}

.bk-booking-actions > .is-disabled > span {
  color: rgba(95, 115, 124, 0.62);
}

.bk-product-dot {
  background: var(--bk-accent);
  border-radius: 999px;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.bk-booking-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 18px;
}

.bk-slot {
  background: var(--bk-cloud);
  border: 1px solid var(--bk-line);
  border-radius: 7px;
  min-height: 72px;
  padding: 9px;
}

.bk-slot strong {
  color: var(--bk-primary-700);
  display: block;
  font-size: 0.84rem;
}

.bk-slot span {
  color: var(--bk-muted);
  display: block;
  font-size: 0.76rem;
  line-height: 1.35;
  margin-top: 4px;
}

.bk-slot.is-booked {
  background: rgba(223, 151, 93, 0.14);
  border-color: rgba(223, 151, 93, 0.36);
}

.bk-dashboard-row {
  border-top: 1px solid var(--bk-line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bk-stat {
  background: var(--bk-white);
  padding: 16px;
}

.bk-stat span {
  color: var(--bk-muted);
  display: block;
  font-size: 0.78rem;
}

.bk-stat strong {
  color: var(--bk-ink);
  display: block;
  font-size: 1.55rem;
  line-height: 1.2;
}

.bk-feature-icon {
  align-items: center;
  background: rgba(92, 165, 198, 0.14);
  border-radius: var(--bk-radius);
  color: var(--bk-primary-700);
  display: inline-flex;
  height: 60px;
  justify-content: center;
  margin-bottom: 4px;
  width: 60px;
}

.bk-feature-icon img {
  display: block;
  height: 46px;
  width: 46px;
}

.bk-feature-icon + h3 {
  margin-top: 0;
}

.bk-feature-category-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bk-feature-category {
  align-items: center;
  background: #f3f3f3;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  color: var(--bk-ink);
  display: flex;
  gap: 22px;
  min-height: 118px;
  padding: 22px 24px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bk-feature-category:hover,
.bk-feature-category:focus {
  border-color: rgba(92, 165, 198, 0.48);
  box-shadow: 0 12px 28px rgba(24, 50, 61, 0.09);
  color: var(--bk-ink);
  outline: none;
  text-decoration: none;
  transform: translateY(-1px);
}

.bk-feature-category img {
  flex: 0 0 auto;
  height: 58px;
  object-fit: contain;
  width: 58px;
}

.bk-feature-category strong {
  color: #20262a;
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}

.bk-feature-category span {
  color: #656c72;
  display: block;
  font-size: 0.98rem;
  line-height: 1.35;
  margin-top: 5px;
}

.bk-feature-more-section {
  background: linear-gradient(135deg, rgba(92, 165, 198, 0.08), rgba(223, 151, 93, 0.06));
  border-top: 1px solid var(--bk-line);
}

.bk-feature-more-panel {
  align-items: center;
  background: var(--bk-white);
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 470px);
  padding: 32px;
}

.bk-feature-more-panel h2 {
  color: var(--bk-ink);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.06;
  margin: 0 0 14px;
}

.bk-feature-more-panel p {
  color: var(--bk-muted);
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 0;
}

.bk-feature-more-content {
  display: grid;
  gap: 20px;
}

.bk-feature-more-content .uk-button {
  justify-self: start;
}

.bk-walkthrough-modal .uk-modal-dialog {
  background: #f4f9fb;
  min-height: 100vh;
}

.bk-walkthrough-modal-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
  min-height: 100vh;
  padding: 48px 38px 34px;
}

.bk-walkthrough-modal-copy {
  align-self: start;
  margin: 0 auto;
  max-width: 980px;
  padding-top: 0;
  text-align: center;
}

.bk-walkthrough-modal-copy h2 {
  color: var(--bk-ink);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 14px;
}

.bk-walkthrough-modal-copy p {
  color: var(--bk-muted);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}

.bk-walkthrough-slideshow {
  margin: 0 auto;
  max-width: 1480px;
  min-width: 0;
  width: 100%;
}

.bk-walkthrough-slideshow .uk-slideshow-items {
  height: min(74vh, 860px);
}

.bk-walkthrough-slideshow .uk-slideshow-items li {
  background: var(--bk-white);
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius);
  overflow: hidden;
  padding: 14px;
}

.bk-walkthrough-slideshow .uk-slideshow-items img {
  border-radius: 3px;
  box-shadow: 0 16px 44px rgba(24, 50, 61, 0.12);
  height: calc(100% - 28px);
  left: 14px;
  object-fit: contain;
  position: absolute;
  top: 14px;
  width: calc(100% - 28px);
}

.bk-feature-detail-sections {
  border-top: 1px solid var(--bk-line);
}

.bk-feature-detail {
  background: var(--bk-white);
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius);
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  margin-top: 18px;
  padding: 28px;
  scroll-margin-top: 96px;
}

.bk-feature-detail:first-child {
  margin-top: 0;
}

.bk-feature-detail:last-child {
  margin-bottom: 0;
}

.bk-feature-detail h2 {
  align-items: center;
  color: var(--bk-ink);
  display: flex;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 850;
  gap: 16px;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 12px;
}

.bk-feature-detail h2 img {
  flex: 0 0 auto;
  height: 48px;
  object-fit: contain;
  width: 48px;
}

.bk-feature-detail p {
  color: var(--bk-muted);
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 0;
  max-width: 760px;
}

.bk-feature-detail-actions {
  align-content: start;
  display: grid;
  gap: 16px;
}

.bk-feature-more {
  justify-self: start;
  min-width: 190px;
}

.bk-feature-page-hero {
  background: linear-gradient(135deg, rgba(92, 165, 198, 0.08), rgba(223, 151, 93, 0.06) 52%, rgba(223, 244, 236, 0.34));
  border-bottom: 1px solid var(--bk-line);
}

.bk-feature-page-hero-grid,
.bk-feature-page-grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
}

.bk-feature-page-hero h1,
.bk-feature-page-content h2,
.bk-feature-page-sidebar h2,
.bk-feature-page-card h2,
.bk-container-tight > h2 {
  color: var(--bk-ink);
  font-weight: 850;
  letter-spacing: 0;
}

.bk-feature-page-hero h1 {
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  line-height: 1.02;
  margin: 0 0 18px;
}

.bk-feature-page-actions,
.bk-feature-page-next {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bk-feature-page-icon {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(92, 165, 198, 0.28);
  border-radius: var(--bk-radius);
  box-shadow: 0 22px 54px rgba(30, 63, 79, 0.1);
  margin: 0;
  padding: 38px;
}

.bk-feature-page-icon img {
  display: block;
  height: auto;
  width: 100%;
}

.bk-feature-page-content {
  max-width: 820px;
}

.bk-feature-page-content h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.12;
  margin: 0 0 14px;
}

.bk-feature-page-content h2:not(:first-of-type) {
  margin-top: 38px;
}

.bk-feature-page-content p,
.bk-feature-page-card p,
.bk-feature-page-faq p {
  color: var(--bk-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.bk-feature-page-sidebar,
.bk-feature-page-card,
.bk-feature-page-faq article {
  background: var(--bk-white);
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius);
  box-shadow: 0 18px 42px rgba(30, 63, 79, 0.06);
  padding: 26px;
}

.bk-feature-page-sidebar .bk-module-list {
  grid-template-columns: 1fr;
}

.bk-feature-page-steps {
  counter-reset: feature-step;
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.bk-feature-page-steps li {
  background: var(--bk-white);
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius);
  color: var(--bk-muted);
  line-height: 1.65;
  padding: 18px 18px 18px 62px;
  position: relative;
}

.bk-feature-page-steps li::before {
  align-items: center;
  background: var(--bk-primary);
  border-radius: 999px;
  color: var(--bk-white);
  content: counter(feature-step);
  counter-increment: feature-step;
  display: flex;
  font-weight: 850;
  height: 34px;
  justify-content: center;
  left: 16px;
  position: absolute;
  top: 16px;
  width: 34px;
}

.bk-feature-page-faq {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.bk-feature-page-faq h3 {
  color: var(--bk-ink);
  font-size: 1.15rem;
  font-weight: 850;
  margin: 0 0 8px;
}

.bk-band {
  background: var(--bk-ink);
  color: var(--bk-white);
}

.bk-band h2,
.bk-band h3,
.bk-band p {
  color: var(--bk-white);
}

.bk-beta-banner {
  background:
    linear-gradient(135deg, rgba(30, 63, 79, 0.98), rgba(31, 104, 137, 0.96) 56%, rgba(223, 151, 93, 0.96)),
    var(--bk-ink);
  box-shadow: 0 18px 42px rgba(30, 63, 79, 0.18);
  color: var(--bk-white);
  position: relative;
  transform: translateY(-100%);
  transition: opacity 0.28s ease, transform 0.42s cubic-bezier(0.2, 0.82, 0.2, 1);
  z-index: 1030;
}

.bk-beta-banner.is-visible {
  transform: translateY(0);
}

.bk-beta-banner.is-closing {
  opacity: 0;
  transform: translateY(-100%);
}

.bk-beta-banner[hidden] {
  display: none;
}

.bk-beta-banner-inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  min-height: 58px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-align: center;
}

.bk-beta-banner p {
  color: inherit;
  font-size: 0.98rem;
  line-height: 1.5;
  margin: 0;
}

.bk-beta-banner strong {
  color: var(--bk-white);
  font-weight: 850;
}

.bk-beta-banner-close {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: var(--bk-white);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font: inherit;
  height: 34px;
  justify-content: center;
  padding: 0;
  transition: background 0.18s ease, transform 0.18s ease;
  width: 34px;
}

.bk-beta-banner-close:hover,
.bk-beta-banner-close:focus-visible {
  background: rgba(255, 255, 255, 0.24);
  transform: translateY(-1px);
}

.bk-beta-banner-close span {
  display: block;
  font-size: 1.35rem;
  line-height: 1;
  transform: translateY(-1px);
}

.bk-cta-rotation {
  background: var(--bk-white);
  padding-bottom: 88px;
  padding-top: 88px;
}

.bk-cta-banner {
  align-items: center;
  background:
    radial-gradient(circle at 85% 18%, rgba(255, 255, 255, 0.26), transparent 32%),
    linear-gradient(135deg, #1f6889, #5ca5c6);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(30, 63, 79, 0.14);
  color: var(--bk-white);
  display: grid;
  gap: 28px;
  grid-template-columns: 86px minmax(0, 1fr) auto minmax(150px, 0.25fr);
  min-height: 190px;
  overflow: hidden;
  padding: 30px 34px;
  position: relative;
}

.bk-cta-banner[hidden] {
  display: none;
}

.bk-cta-banner.is-soft {
  background:
    radial-gradient(circle at 87% 12%, rgba(255, 255, 255, 0.34), transparent 33%),
    linear-gradient(135deg, #e7f4f8, #5ca5c6);
  color: var(--bk-ink);
}

.bk-cta-banner.is-ink {
  background:
    radial-gradient(circle at 86% 20%, rgba(92, 165, 198, 0.32), transparent 32%),
    linear-gradient(135deg, #132f3b, #214d5e);
}

.bk-cta-banner.is-warm {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.3), transparent 34%),
    linear-gradient(135deg, #df975d, #5ca5c6);
}

.bk-cta-banner.is-light {
  background:
    radial-gradient(circle at 86% 16%, rgba(223, 151, 93, 0.22), transparent 34%),
    linear-gradient(135deg, #f7fbfd, #e7f4f8);
  border: 1px solid var(--bk-line);
  color: var(--bk-ink);
}

.bk-cta-mark {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(30, 63, 79, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  display: flex;
  height: 78px;
  justify-content: center;
  width: 78px;
}

.bk-cta-banner.is-light .bk-cta-mark,
.bk-cta-banner.is-soft .bk-cta-mark {
  background: var(--bk-white);
  border-color: rgba(92, 165, 198, 0.24);
}

.bk-cta-mark img {
  display: block;
  filter: drop-shadow(0 4px 7px rgba(30, 63, 79, 0.16));
  max-height: 54px;
  max-width: 54px;
  object-fit: contain;
}

.bk-cta-banner.is-warm .bk-cta-mark {
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(102, 64, 32, 0.24), inset 0 0 0 1px rgba(92, 165, 198, 0.12);
}

.bk-cta-copy {
  position: relative;
  z-index: 1;
}

.bk-cta-copy .bk-kicker {
  color: currentColor;
  margin-bottom: 8px;
  opacity: 0.78;
}

.bk-cta-copy h2 {
  color: currentColor;
  font-size: clamp(1.85rem, 3.4vw, 3.15rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0 0 8px;
}

.bk-cta-copy p {
  color: currentColor;
  font-size: 1.13rem;
  line-height: 1.55;
  margin: 0;
  max-width: 720px;
  opacity: 0.82;
}

.bk-cta-banner .uk-button {
  background: var(--bk-white);
  border-color: transparent;
  color: var(--bk-ink);
  justify-self: end;
  min-width: 190px;
  position: relative;
  z-index: 2;
}

.bk-cta-banner.is-light .uk-button,
.bk-cta-banner.is-soft .uk-button {
  background: var(--bk-primary);
  color: var(--bk-white);
}

.bk-cta-banner .uk-button:hover,
.bk-cta-banner .uk-button:focus-visible {
  box-shadow: 0 16px 38px rgba(30, 63, 79, 0.18);
  transform: translateY(-1px);
}

.bk-cta-avatar {
  align-self: end;
  bottom: -34px;
  margin: 0;
  max-width: 210px;
  position: relative;
  z-index: 1;
}

.bk-cta-avatar img {
  display: block;
  filter: drop-shadow(0 22px 28px rgba(30, 63, 79, 0.18));
  height: auto;
  max-height: 220px;
  object-fit: contain;
  width: 100%;
}

.bk-cta-avatar-flow {
  align-items: center;
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(4, 1fr);
  left: 18%;
  position: absolute;
  right: 18%;
  top: 67%;
  z-index: 2;
}

.bk-cta-avatar-flow::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.48), rgba(92, 165, 198, 0.62), rgba(223, 151, 93, 0.62));
  border-radius: 999px;
  content: "";
  height: 3px;
  left: 12%;
  position: absolute;
  right: 12%;
  top: 50%;
  transform: translateY(-50%);
}

.bk-cta-avatar-flow i {
  background: var(--bk-white);
  border: 3px solid var(--bk-primary);
  border-radius: 999px;
  box-shadow: 0 5px 12px rgba(30, 63, 79, 0.14);
  display: block;
  height: 18px;
  position: relative;
  width: 18px;
  z-index: 1;
}

.bk-cta-avatar-flow i:nth-child(2),
.bk-cta-avatar-flow i:nth-child(4) {
  border-color: var(--bk-accent);
}

.bk-platform-links {
  background: #f7fbfd;
  border-top: 1px solid var(--bk-line);
  padding-bottom: 62px;
  padding-top: 62px;
}

.bk-platform-links-inner {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
}

.bk-platform-links-copy h2 {
  color: var(--bk-ink);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
  white-space: nowrap;
}

.bk-platform-button-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
}

.bk-platform-button {
  align-items: center;
  appearance: none;
  background: var(--bk-primary);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow: 0 15px 34px rgba(30, 63, 79, 0.16);
  color: var(--bk-white);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 850;
  gap: 11px;
  justify-content: center;
  min-height: 58px;
  padding: 9px 18px 9px 10px;
  text-align: center;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bk-platform-button:hover,
.bk-platform-button:focus-visible {
  background: var(--bk-accent);
  border-color: rgba(223, 151, 93, 0.72);
  box-shadow: 0 18px 42px rgba(30, 63, 79, 0.2);
  color: var(--bk-white);
  text-decoration: none;
  transform: translateY(-2px);
}

.bk-platform-icon {
  align-items: center;
  background: var(--bk-white);
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.bk-platform-icon img {
  display: block;
  height: 23px;
  object-fit: contain;
  width: 23px;
}

.bk-platform-dialog {
  background: var(--bk-white);
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius);
  box-shadow: 0 28px 80px rgba(30, 63, 79, 0.22);
  color: var(--bk-muted);
  max-width: 470px;
  padding: 34px;
}

.bk-platform-dialog::backdrop {
  background: rgba(15, 30, 38, 0.48);
}

.bk-platform-dialog h2 {
  color: var(--bk-ink);
  font-size: 1.8rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 12px;
}

.bk-platform-dialog p:last-child {
  line-height: 1.65;
  margin-bottom: 0;
}

.bk-platform-dialog-close {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--bk-primary-strong);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
  position: absolute;
  right: 22px;
  text-transform: uppercase;
  top: 20px;
}

.bk-band p {
  opacity: 0.82;
}

.bk-pricing-toggle {
  background: var(--bk-cloud);
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius);
  display: inline-flex;
  padding: 4px;
}

.bk-pricing-toggle button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--bk-muted);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 8px 16px;
}

.bk-pricing-toggle button[aria-pressed="true"] {
  background: var(--bk-white);
  color: var(--bk-primary-700);
  box-shadow: 0 6px 18px rgba(24, 50, 61, 0.08);
}

.bk-trial-note {
  background: var(--bk-cloud);
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius);
  padding: 24px;
}

.bk-trial-note h2 {
  color: var(--bk-ink);
  font-weight: 850;
  margin-bottom: 8px;
}

.bk-trial-note p {
  color: var(--bk-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0;
  max-width: 860px;
}

.bk-feature-comparison {
  border-top: 1px solid var(--bk-line);
}

.bk-feature-comparison h2 {
  color: var(--bk-ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.06;
  margin: 0 0 14px;
}

.bk-feature-comparison .uk-text-lead {
  color: var(--bk-muted);
  line-height: 1.65;
}

.bk-comparison-table-wrap {
  overflow-x: auto;
  padding-bottom: 4px;
}

.bk-comparison-table {
  border-collapse: collapse;
  color: var(--bk-muted);
  font-size: 1rem;
  min-width: 900px;
  width: 100%;
}

.bk-comparison-table th,
.bk-comparison-table td {
  border-bottom: 1px solid var(--bk-line);
  padding: 18px 20px;
  vertical-align: middle;
}

.bk-comparison-table thead th {
  color: var(--bk-muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bk-comparison-table tbody tr:nth-child(odd) {
  background: var(--bk-cloud);
}

.bk-comparison-table th:first-child,
.bk-comparison-table td:first-child {
  text-align: left;
  width: 34%;
}

.bk-comparison-table tbody th {
  color: var(--bk-ink);
  font-weight: 650;
}

.bk-comparison-table td:not(:first-child),
.bk-comparison-table th:not(:first-child) {
  text-align: center;
}

.bk-comparison-icon {
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  width: 22px;
}

.bk-module-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
}

.bk-module-list li {
  align-items: flex-start;
  background: var(--bk-white);
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius);
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 12px;
}

.bk-module-list span[uk-icon] {
  color: var(--bk-primary-700);
  flex: 0 0 auto;
}

.bk-quote-panel {
  border-left: 4px solid var(--bk-accent);
  color: var(--bk-muted);
  font-size: 1.08rem;
  line-height: 1.7;
  padding-left: 18px;
}

.bk-language-showcase {
  background:
    linear-gradient(180deg, var(--bk-white), rgba(245, 250, 252, 0.86));
  border-top: 1px solid var(--bk-line);
  overflow: hidden;
}

.bk-language-showcase-head {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  margin: 0 auto 54px;
  max-width: 1040px;
  text-align: left;
}

.bk-language-showcase-copy {
  max-width: 720px;
}

.bk-language-showcase-head h2 {
  color: var(--bk-ink);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.06;
  margin: 0 0 16px;
}

.bk-language-showcase-head p:last-child {
  color: var(--bk-muted);
  font-size: 1.12rem;
  line-height: 1.68;
  margin: 0;
}

.bk-language-avatar {
  justify-self: end;
  margin: 0;
  max-width: 320px;
  position: relative;
  width: 100%;
}

.bk-language-avatar img {
  display: block;
  filter: drop-shadow(0 20px 28px rgba(30, 63, 79, 0.18));
  height: auto;
  width: 100%;
}

.bk-language-avatar-chip {
  align-items: center;
  background: var(--bk-white);
  border: 1px solid rgba(92, 165, 198, 0.26);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(30, 63, 79, 0.14);
  color: var(--bk-ink);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 850;
  justify-content: center;
  min-width: 46px;
  padding: 8px 12px;
  position: absolute;
}

.bk-language-avatar-chip.is-primary {
  left: 0;
  top: 34%;
}

.bk-language-avatar-chip.is-accent {
  background: var(--bk-accent);
  color: var(--bk-white);
  right: 6%;
  top: 18%;
}

.bk-language-avatar-chip.is-soft {
  bottom: 18%;
  left: 18%;
}

.bk-text-link {
  color: var(--bk-primary-700);
  display: inline-flex;
  font-weight: 850;
  margin-top: 18px;
}

.bk-text-link:hover,
.bk-text-link:focus {
  color: var(--bk-accent-700);
  text-decoration: none;
}

.bk-language-showcase-action {
  margin-top: 38px;
  text-align: center;
}

.bk-language-flow {
  display: grid;
  gap: 30px;
}

.bk-language-step {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(260px, 0.84fr) minmax(0, 1.16fr);
}

.bk-language-step.is-reversed {
  grid-template-columns: minmax(0, 1.16fr) minmax(260px, 0.84fr);
}

.bk-language-step.is-reversed .bk-language-copy {
  order: 2;
}

.bk-language-step.is-reversed .bk-language-visual {
  order: 1;
}

.bk-language-copy {
  max-width: 560px;
}

.bk-language-step-number {
  align-items: center;
  background: rgba(223, 151, 93, 0.16);
  border: 1px solid rgba(223, 151, 93, 0.28);
  border-radius: 999px;
  color: var(--bk-accent-700);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  margin-bottom: 16px;
  width: 48px;
}

.bk-language-copy h3 {
  color: var(--bk-ink);
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 12px;
}

.bk-language-copy p {
  color: var(--bk-muted);
  font-size: 1.05rem;
  line-height: 1.68;
  margin: 0;
}

.bk-language-visual {
  background:
    linear-gradient(135deg, rgba(92, 165, 198, 0.08), rgba(223, 151, 93, 0.08)),
    var(--bk-white);
  border: 1px solid rgba(92, 165, 198, 0.22);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(24, 50, 61, 0.1);
  margin: 0;
  padding: 18px;
}

.bk-language-visual img {
  border: 1px solid rgba(24, 50, 61, 0.08);
  border-radius: 6px;
  display: block;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  width: 100%;
}

.bk-language-visual.is-compact {
  align-items: center;
  display: flex;
  min-height: 260px;
}

.bk-language-dual-screens {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bk-language-dual-screens img {
  background: var(--bk-white);
}

.bk-support-system {
  background:
    radial-gradient(circle at 16% 18%, rgba(92, 165, 198, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(245, 250, 252, 0.94), var(--bk-white));
  border-top: 1px solid var(--bk-line);
}

.bk-support-system-grid {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
}

.bk-support-system-copy {
  max-width: 760px;
}

.bk-support-system-copy h2 {
  color: var(--bk-ink);
  font-size: clamp(2rem, 4vw, 3.65rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.06;
  margin: 0 0 16px;
}

.bk-support-system-copy p:not(.bk-kicker) {
  color: var(--bk-muted);
  font-size: 1.12rem;
  line-height: 1.68;
  margin: 0;
}

.bk-support-benefits {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
}

.bk-support-benefits li {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(92, 165, 198, 0.24);
  border-radius: var(--bk-radius);
  box-shadow: 0 14px 34px rgba(31, 52, 66, 0.05);
  color: var(--bk-ink);
  display: flex;
  gap: 10px;
  line-height: 1.55;
  list-style: none;
  padding: 13px 15px;
}

.bk-support-benefits span[uk-icon] {
  color: var(--bk-primary-700);
  flex: 0 0 auto;
  margin-top: 2px;
}

.bk-support-ticket-panel {
  padding-bottom: 84px;
  position: relative;
  justify-self: end;
  width: min(100%, 440px);
}

.bk-support-ticket-window {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(245, 250, 252, 0.88));
  border: 1px solid rgba(92, 165, 198, 0.28);
  border-radius: 8px;
  box-shadow: 0 26px 60px rgba(31, 52, 66, 0.14);
  overflow: hidden;
}

.bk-support-ticket-topbar {
  align-items: center;
  background: rgba(92, 165, 198, 0.10);
  border-bottom: 1px solid rgba(92, 165, 198, 0.18);
  display: flex;
  gap: 7px;
  min-height: 42px;
  padding: 0 16px;
}

.bk-support-ticket-topbar span {
  background: rgba(92, 165, 198, 0.42);
  border-radius: 999px;
  height: 9px;
  width: 9px;
}

.bk-support-ticket-topbar span:nth-child(2) {
  background: rgba(223, 151, 93, 0.55);
}

.bk-support-ticket-topbar span:nth-child(3) {
  background: rgba(31, 52, 66, 0.26);
}

.bk-support-ticket-head {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 22px 22px 12px;
}

.bk-support-ticket-label {
  color: var(--bk-primary-700);
  display: block;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.bk-support-ticket-head h3 {
  color: var(--bk-ink);
  font-size: 1.35rem;
  font-weight: 850;
  line-height: 1.18;
  margin: 0;
}

.bk-support-ticket-head strong {
  background: rgba(92, 165, 198, 0.14);
  border: 1px solid rgba(92, 165, 198, 0.28);
  border-radius: 999px;
  color: var(--bk-primary-700);
  font-size: 0.78rem;
  padding: 7px 10px;
  white-space: nowrap;
}

.bk-support-ticket-message {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  padding: 10px 22px;
}

.bk-support-ticket-message p {
  background: var(--bk-white);
  border: 1px solid var(--bk-line);
  border-radius: 8px;
  color: var(--bk-muted);
  line-height: 1.5;
  margin: 0;
  padding: 12px 14px;
}

.bk-support-ticket-message.is-support p {
  background: rgba(92, 165, 198, 0.10);
  border-color: rgba(92, 165, 198, 0.26);
  color: var(--bk-ink);
}

.bk-support-avatar {
  align-items: center;
  background: rgba(223, 151, 93, 0.18);
  border-radius: 999px;
  color: var(--bk-accent-700);
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 0.78rem;
  font-weight: 850;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.bk-support-ticket-message.is-support .bk-support-avatar {
  background: var(--bk-primary);
  color: var(--bk-white);
}

.bk-support-ticket-meta {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 14px 22px 22px;
}

.bk-support-ticket-meta span {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--bk-line);
  border-radius: 8px;
  color: var(--bk-ink);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 750;
  gap: 8px;
  min-width: 0;
  padding: 10px;
}

.bk-support-ticket-meta i {
  background: var(--bk-accent);
  border-radius: 999px;
  flex: 0 0 auto;
  height: 8px;
  width: 8px;
}

.bk-support-avatar-figure {
  bottom: -42px;
  margin: 0;
  pointer-events: none;
  position: absolute;
  right: -24px;
  width: min(260px, 58%);
  z-index: 2;
}

.bk-support-avatar-figure img {
  display: block;
  filter: drop-shadow(0 18px 28px rgba(31, 52, 66, 0.16));
  height: auto;
  width: 100%;
}

.bk-landing-hero {
  background:
    linear-gradient(135deg, rgba(92, 165, 198, 0.08), rgba(223, 151, 93, 0.06) 45%, rgba(223, 244, 236, 0.26));
  border-bottom: 1px solid var(--bk-line);
  overflow: hidden;
  padding: 74px 0;
}

.bk-landing-hero-grid {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
}

.bk-landing-hero h1 {
  color: var(--bk-ink);
  font-size: clamp(2.45rem, 5vw, 5rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.bk-landing-lead {
  color: var(--bk-muted);
  font-size: 1.2rem;
  line-height: 1.68;
  margin: 22px 0 0;
  max-width: 740px;
}

.bk-landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.bk-landing-proof {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
}

.bk-landing-proof li {
  align-items: center;
  color: var(--bk-ink);
  display: flex;
  font-weight: 800;
  gap: 10px;
  list-style: none;
}

.bk-landing-proof span[uk-icon] {
  color: var(--bk-primary-700);
  flex: 0 0 auto;
}

.bk-landing-hero-media {
  background: var(--bk-white);
  border: 1px solid rgba(92, 165, 198, 0.28);
  border-radius: 8px;
  box-shadow: var(--bk-shadow);
  justify-self: center;
  margin: 0;
  padding: 18px;
  width: 80%;
}

.bk-landing-hero-media img {
  border: 1px solid rgba(24, 50, 61, 0.08);
  border-radius: 6px;
  display: block;
  height: auto;
  width: 100%;
}

.bk-answer-panel {
  border-bottom: 1px solid var(--bk-line);
}

.bk-answer-panel h2,
.bk-landing-section-head h2,
.bk-landing-two-column h2,
.bk-container-tight > h2 {
  color: var(--bk-ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 16px;
}

.bk-answer-panel p:last-child,
.bk-landing-section-head p:last-child,
.bk-landing-two-column p {
  color: var(--bk-muted);
  font-size: 1.1rem;
  line-height: 1.72;
  margin: 0;
}

.bk-landing-section-head {
  margin-bottom: 42px;
  max-width: 900px;
}

.bk-landing-feature-list {
  display: grid;
  gap: 38px;
}

.bk-landing-feature-row {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
}

.bk-landing-feature-row.is-reversed {
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.82fr);
}

.bk-landing-feature-row.is-reversed .bk-landing-feature-copy {
  order: 2;
}

.bk-landing-feature-row.is-reversed .bk-language-visual {
  order: 1;
}

.bk-landing-feature-copy h3 {
  color: var(--bk-ink);
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 14px;
}

.bk-landing-feature-copy p {
  color: var(--bk-muted);
  font-size: 1.06rem;
  line-height: 1.7;
  margin: 0;
}

.bk-landing-benefit-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bk-landing-benefit-grid article {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--bk-line);
  border-radius: 8px;
  padding: 26px;
}

.bk-landing-benefit-grid span[uk-icon] {
  align-items: center;
  background: rgba(92, 165, 198, 0.12);
  border-radius: 8px;
  color: var(--bk-primary-700);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin-bottom: 18px;
  width: 44px;
}

.bk-landing-benefit-grid h3 {
  color: var(--bk-ink);
  font-size: 1.35rem;
  font-weight: 850;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.bk-landing-benefit-grid p {
  color: var(--bk-muted);
  line-height: 1.65;
  margin: 0;
}

.bk-landing-two-column {
  align-items: start;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
}

.bk-landing-use-case-list {
  display: grid;
  gap: 14px;
}

.bk-landing-use-case-list article {
  background: var(--bk-white);
  border: 1px solid var(--bk-line);
  border-radius: 8px;
  padding: 20px;
}

.bk-landing-use-case-list strong,
.bk-landing-use-case-list span {
  display: block;
}

.bk-landing-use-case-list strong {
  color: var(--bk-ink);
  font-size: 1.08rem;
  margin-bottom: 6px;
}

.bk-landing-use-case-list span {
  color: var(--bk-muted);
  line-height: 1.6;
}

.bk-landing-table-section .bk-comparison-table {
  min-width: 760px;
}

.bk-landing-faq-list {
  display: grid;
  gap: 16px;
  margin: 26px 0 0;
  padding: 0;
}

.bk-landing-faq-list li {
  border-bottom: 1px solid var(--bk-line);
  list-style: none;
  padding-bottom: 18px;
}

.bk-landing-faq-list h3 {
  color: var(--bk-ink);
  font-size: 1.24rem;
  font-weight: 850;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.bk-landing-faq-list p {
  color: var(--bk-muted);
  line-height: 1.68;
  margin: 0;
}

.bk-price {
  color: var(--bk-ink);
  font-size: 2.45rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
}

.bk-period {
  color: var(--bk-muted);
  font-size: 0.95rem;
}

.bk-vat-note {
  color: var(--bk-muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 650;
  margin-top: 6px;
  text-transform: uppercase;
}

.uk-card-primary .bk-vat-note {
  color: rgba(255, 255, 255, 0.78);
}

.bk-language-button {
  align-items: center;
  background: var(--bk-white);
  border: 1px solid rgba(31, 52, 66, 0.18);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  height: 42px;
  justify-content: center;
  padding: 0 13px 0 11px;
  width: 68px;
}

.bk-language-button:hover,
.bk-language-button:focus,
.bk-language-button[aria-expanded="true"] {
  border-color: rgba(31, 52, 66, 0.28);
  box-shadow: 0 5px 14px rgba(31, 52, 66, 0.08);
  outline: none;
}

.bk-flag {
  border-radius: 50%;
  display: inline-block;
  height: 22px;
  object-fit: cover;
  width: 22px;
}

.bk-language-button .bk-flag {
  height: 22px;
  width: 22px;
}

.bk-language-chevron {
  border-bottom: 1.5px solid rgba(31, 52, 66, 0.62);
  border-right: 1.5px solid rgba(31, 52, 66, 0.62);
  display: block;
  height: 6px;
  margin-top: -3px;
  transform: rotate(45deg);
  transition: margin 0.18s ease, transform 0.18s ease;
  width: 6px;
}

.bk-language-button[aria-expanded="true"] .bk-language-chevron {
  margin-top: 3px;
  transform: rotate(225deg);
}

.bk-language-dropdown.uk-dropdown {
  border: 1px solid rgba(31, 52, 66, 0.12);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(24, 50, 61, 0.1);
  min-width: auto;
  padding: 10px 14px;
  width: auto;
}

.bk-language-menu {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.bk-language-menu li {
  line-height: 0;
  list-style: none;
}

.bk-language-menu a {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-flex;
  height: 33px;
  justify-content: center;
  width: 33px;
}

.bk-language-menu a:hover,
.bk-language-menu a:focus,
.bk-language-menu .uk-active a {
  border-color: rgba(24, 50, 61, 0.3);
  outline: none;
}

.bk-language-menu .bk-flag {
  height: 27px;
  width: 27px;
}

.bk-language-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
}

.bk-language-grid li {
  list-style: none;
}

.bk-language-grid a {
  align-items: center;
  border: 1px solid var(--bk-line);
  border-radius: 999px;
  color: var(--bk-ink);
  display: inline-flex;
  font-size: 0.85rem;
  gap: 7px;
  padding: 6px 10px;
}

.bk-mobile-dropbar {
  background: var(--bk-white);
  border-bottom: 1px solid rgba(31, 52, 66, 0.08);
  box-shadow: 0 18px 45px rgba(31, 52, 66, 0.12);
  left: 0;
  max-height: calc(100vh - var(--bk-mobile-dropbar-top, 0px));
  overflow-y: auto;
  padding: 20px 0 26px;
  position: fixed;
  right: 0;
  top: var(--bk-mobile-dropbar-top, 0px);
  z-index: 970;
}

.bk-mobile-dropbar[hidden] {
  display: none !important;
}

.bk-mobile-dropbar-head {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.bk-mobile-dropbar-head .bk-mobile-language-current {
  display: block;
}

.bk-mobile-dropbar-close {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--bk-accent);
  cursor: pointer;
  display: inline-flex;
  font-size: 2.2rem;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 42px;
}

.bk-mobile-menu-layout {
  display: grid;
  gap: 24px;
}

.bk-mobile-dropbar .uk-nav-default {
  column-gap: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 8px;
}

.bk-mobile-dropbar .uk-nav-default > li > a {
  color: var(--bk-ink);
  font-size: 1.05rem;
  font-weight: 750;
  padding: 8px 0;
}

.bk-mobile-dropbar .uk-nav-default > li.uk-active > a {
  color: var(--bk-primary-700);
}

.bk-mobile-dropbar .bk-header-actions-mobile {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bk-mobile-dropbar .bk-button-trial,
.bk-mobile-dropbar .bk-button-demo {
  border-radius: 999px;
  font-weight: 800;
  width: 100%;
}

.bk-mobile-dropbar .bk-button-trial {
  background: var(--bk-primary);
  border-color: var(--bk-primary);
  color: var(--bk-white);
}

.bk-mobile-dropbar .bk-button-trial:hover,
.bk-mobile-dropbar .bk-button-trial:focus {
  background: var(--bk-accent);
  border-color: var(--bk-accent);
  color: var(--bk-white);
}

.bk-mobile-dropbar .bk-button-demo {
  background: transparent;
  border-color: var(--bk-primary);
  color: var(--bk-primary-700);
}

.bk-mobile-dropbar .bk-button-demo:hover,
.bk-mobile-dropbar .bk-button-demo:focus {
  background: var(--bk-primary);
  border-color: var(--bk-primary);
  color: var(--bk-white);
}

.bk-mobile-language-panel {
  border-top: 1px solid rgba(31, 52, 66, 0.08);
  padding-top: 18px;
}

.bk-mobile-language-current {
  display: none;
}

.bk-mobile-language-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.bk-mobile-language-row li {
  list-style: none;
}

.bk-mobile-language-row a {
  align-items: center;
  background: var(--bk-white);
  border: 1px solid rgba(31, 52, 66, 0.12);
  border-radius: 50%;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.bk-mobile-language-row a:hover,
.bk-mobile-language-row a:focus {
  border-color: rgba(31, 52, 66, 0.28);
  outline: none;
}

.bk-mobile-language-row .bk-flag {
  height: 30px;
  width: 30px;
}

.bk-app-embed bookairy-header,
.bk-app-embed body > header,
.bk-app-embed body > .uk-sticky-placeholder,
.bk-app-embed #bk-mobile-menu,
.bk-app-embed .bk-beta-banner,
.bk-app-embed .bk-hero,
.bk-app-embed .bk-page-title,
.bk-app-embed .bk-footer,
.bk-app-embed bookairy-footer {
  display: none !important;
}

.bk-app-embed #walkthrough {
  padding-top: 28px;
}

.bk-help-search {
  max-width: 620px;
}

.bk-help-search-status {
  color: var(--bk-muted);
  font-size: 0.92rem;
  font-weight: 700;
  margin: 10px 0 0;
}

.bk-help-match {
  background: rgba(224, 154, 90, 0.34);
  border-radius: 3px;
  color: inherit;
  padding: 0 0.1em;
}

.bk-breadcrumb {
  align-items: center;
  color: var(--bk-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 9px;
  margin-bottom: 22px;
}

.bk-breadcrumb a {
  color: var(--bk-primary-strong);
}

.bk-breadcrumb a:hover,
.bk-breadcrumb a:focus {
  color: var(--bk-accent);
  text-decoration: none;
}

.bk-help-feature-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--bk-line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(26, 61, 73, 0.08);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 26px;
}

.bk-help-feature-card h2 {
  margin: 0 0 10px;
}

.bk-help-feature-card p:last-child {
  color: var(--bk-muted);
  margin: 0;
}

.bk-help-feature-card .bk-button-trial {
  flex: 0 0 auto;
}

#guides,
#faq {
  scroll-margin-top: 110px;
}

.bk-help-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 16px;
}

.bk-help-jump-links a {
  align-items: center;
  background: var(--bk-white);
  border: 1px solid rgba(92, 165, 198, 0.34);
  border-radius: 999px;
  color: var(--bk-primary-strong);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 850;
  min-height: 40px;
  padding: 0 18px;
}

.bk-help-jump-links a:hover,
.bk-help-jump-links a:focus {
  background: rgba(92, 165, 198, 0.1);
  color: var(--bk-ink);
  text-decoration: none;
}

.bk-help-faq-head {
  margin: 64px 0 24px;
  max-width: 780px;
}

.bk-help-faq-head h2 {
  color: var(--bk-ink);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 12px;
}

.bk-help-faq-head p:not(.bk-kicker) {
  color: var(--bk-muted);
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 0;
}

.bk-help-faq-list {
  display: grid;
  gap: 14px;
  max-width: 920px;
}

.bk-help-faq-list > li {
  background: var(--bk-white);
  border: 1px solid rgba(92, 165, 198, 0.24);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(30, 63, 79, 0.07);
  margin-top: 0 !important;
  overflow: hidden;
}

.bk-help-faq-list > li.uk-open {
  border-color: rgba(92, 165, 198, 0.46);
  box-shadow: 0 20px 50px rgba(30, 63, 79, 0.1);
}

.bk-help-faq-list .uk-accordion-title {
  align-items: center;
  color: var(--bk-ink);
  display: flex;
  font-size: 1.12rem;
  font-weight: 850;
  gap: 18px;
  justify-content: space-between;
  line-height: 1.35;
  padding: 20px 22px;
}

.bk-help-faq-list .uk-accordion-title::before {
  flex: 0 0 auto;
}

.bk-help-faq-list .uk-accordion-title:hover,
.bk-help-faq-list .uk-accordion-title:focus {
  color: var(--bk-primary-strong);
  text-decoration: none;
}

.bk-help-faq-list .uk-accordion-content {
  color: var(--bk-muted);
  font-size: 1.02rem;
  line-height: 1.72;
  margin: 0;
  padding: 0 22px 22px;
}

.bk-help-faq-list .uk-accordion-content p {
  margin: 0;
}

.bk-walkthrough {
  scroll-margin-top: 120px;
}

.bk-walkthrough-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bk-walkthrough-index a {
  align-items: center;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(92, 165, 198, 0.32);
  border-radius: 999px;
  color: var(--bk-ink);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  min-height: 36px;
  padding: 0 14px;
}

.bk-walkthrough-index a:hover,
.bk-walkthrough-index a:focus {
  background: var(--bk-primary);
  border-color: var(--bk-primary);
  color: var(--bk-white);
  outline: none;
  text-decoration: none;
}

.bk-walkthrough-list {
  display: grid;
  gap: 34px;
}

.bk-walkthrough-step {
  align-items: start;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--bk-line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(26, 61, 73, 0.08);
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  padding: 24px;
  scroll-margin-top: 120px;
}

.bk-walkthrough-media {
  background: #f7fbfc;
  border: 1px solid rgba(26, 61, 73, 0.12);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.bk-walkthrough-media img {
  aspect-ratio: 1728 / 1084;
  cursor: zoom-in;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.bk-walkthrough-media img:focus {
  outline: 3px solid var(--bk-primary);
  outline-offset: -3px;
}

.bk-walkthrough-copy h3 {
  margin: 10px 0 12px;
}

.bk-walkthrough-copy p {
  color: var(--bk-muted);
  margin: 0;
}

.bk-drawer-guide {
  scroll-margin-top: 120px;
}

.bk-drawer-list {
  display: grid;
  gap: 34px;
}

.bk-drawer-section {
  align-items: start;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--bk-line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(26, 61, 73, 0.08);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(260px, 0.64fr) minmax(320px, 1fr);
  padding: 24px;
  scroll-margin-top: 120px;
}

.bk-drawer-media {
  background: #f7fbfc;
  border: 1px solid rgba(26, 61, 73, 0.12);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.bk-drawer-media img {
  cursor: zoom-in;
  display: block;
  height: auto;
  width: 100%;
}

.bk-drawer-media img:focus {
  outline: 3px solid var(--bk-primary);
  outline-offset: -3px;
}

.bk-drawer-copy h3 {
  margin: 10px 0 12px;
}

.bk-drawer-copy p {
  color: var(--bk-muted);
  margin: 0;
}

.bk-help-map {
  background: #f7fbfc;
  border: 1px solid rgba(26, 61, 73, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(26, 61, 73, 0.08);
  margin: 28px 0 0;
  overflow: hidden;
}

.bk-help-map img {
  cursor: zoom-in;
  display: block;
  height: auto;
  width: 100%;
}

.bk-help-map img:focus {
  outline: 3px solid var(--bk-primary);
  outline-offset: -3px;
}

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

.bk-marker-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--bk-line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(26, 61, 73, 0.08);
  padding: 22px;
}

.bk-marker-card h3 {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 0 0 10px;
}

.bk-marker-number {
  align-items: center;
  background: var(--marker, var(--bk-primary));
  border-radius: 50%;
  color: var(--bk-white);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.9rem;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.bk-marker-card p {
  color: var(--bk-muted);
  margin: 0;
}

.bk-step-number {
  color: var(--bk-primary-strong);
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bk-check-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.bk-check-list li {
  color: var(--bk-muted);
  line-height: 1.55;
  padding-left: 26px;
  position: relative;
}

.bk-check-list li::before {
  background: var(--bk-primary);
  border-radius: 50%;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: 0.62em;
  width: 9px;
}

.bk-image-viewer {
  align-items: center;
  background: rgba(11, 31, 39, 0.86);
  display: grid;
  gap: 16px;
  grid-template-rows: auto minmax(0, 1fr) auto;
  inset: 0;
  justify-items: center;
  padding: 28px;
  position: fixed;
  z-index: 10020;
}

.bk-image-viewer-open {
  overflow: hidden;
}

.bk-image-viewer-image {
  background: var(--bk-white);
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
  cursor: zoom-out;
  max-height: calc(100vh - 140px);
  max-width: min(1540px, 96vw);
  object-fit: contain;
  width: auto;
}

.bk-image-viewer-close {
  background: var(--bk-white);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  color: var(--bk-ink);
  cursor: pointer;
  font-weight: 800;
  justify-self: end;
  min-height: 38px;
  padding: 0 18px;
}

.bk-image-viewer-close:hover,
.bk-image-viewer-close:focus {
  background: var(--bk-primary);
  border-color: var(--bk-primary);
  color: var(--bk-white);
  outline: none;
}

.bk-image-viewer-caption {
  color: var(--bk-white);
  font-weight: 800;
  margin: 0;
  text-align: center;
}

.uk-alert-primary {
  background: rgba(92, 165, 198, 0.12);
  border: 1px solid rgba(92, 165, 198, 0.28);
  border-radius: var(--bk-radius);
  color: var(--bk-ink);
}

.bk-contact-hp {
  left: -10000px;
  position: absolute;
}

.bk-contact-socials {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.bk-contact-socials .uk-icon-button {
  background: rgba(92, 165, 198, 0.12);
  color: var(--bk-ink);
  height: 42px;
  width: 42px;
}

.bk-contact-socials .uk-icon-button:hover,
.bk-contact-socials .uk-icon-button:focus {
  background: var(--bk-primary);
  color: var(--bk-white);
}

.bk-turnstile-placeholder {
  background: rgba(92, 165, 198, 0.1);
  border: 1px dashed rgba(92, 165, 198, 0.45);
  border-radius: var(--bk-radius);
  color: var(--bk-muted);
  font-size: 0.92rem;
  line-height: 1.5;
  padding: 14px 16px;
}

.bk-footer {
  background: var(--bk-ink);
  color: rgba(255, 255, 255, 0.76);
  padding-bottom: 35px;
  padding-top: 35px;
}

.bk-footer a {
  color: rgba(255, 255, 255, 0.82);
}

.bk-footer a:hover {
  color: var(--bk-accent);
}

.bk-footer h2,
.bk-footer h3,
.bk-footer h4 {
  color: var(--bk-accent);
  font-weight: 850;
}

.bk-footer-grid {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bk-footer-brand-col {
  grid-column: span 1;
  min-width: 0;
}

.bk-footer-software-col {
  grid-column: span 3;
}

.bk-footer-brand-legal {
  display: block;
}

.bk-footer-brand-block {
  min-width: 0;
}

.bk-footer-legal-block {
  min-width: 0;
}

.bk-footer-software-list {
  column-gap: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 10px;
}

.bk-footer-software-list li {
  margin-top: 0 !important;
}

@media (min-width: 640px) and (max-width: 1199px) {
  .bk-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bk-footer-software-col {
    grid-column: 1 / -1;
  }
}

.bk-footer-logo-row {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 42px;
  text-align: center;
}

.bk-footer-language-row {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 34px;
  text-align: center;
}

.bk-footer-language-row .bk-language-grid {
  align-items: center;
  justify-content: center;
  margin: 0;
}

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

.bk-sitemap-group {
  background: var(--bk-white);
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius);
  padding: 24px;
}

.bk-sitemap-group h2 {
  color: var(--bk-ink);
  font-size: 1.05rem;
  margin: 0 0 14px;
}

.bk-sitemap-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bk-sitemap-group li + li {
  margin-top: 8px;
}

.bk-sitemap-group a {
  color: var(--bk-primary-700);
  font-weight: 760;
}

.bk-sitemap-group-wide {
  grid-column: 1 / -1;
}

.bk-sitemap-columns {
  columns: 3 220px;
  column-gap: 32px;
}

.bk-sitemap-columns li {
  break-inside: avoid;
}

.bk-about-story {
  color: var(--bk-muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.bk-about-story p {
  margin: 0 0 22px;
}

.bk-about-story h2 {
  color: var(--bk-ink);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 34px 0 18px;
}

.bk-about-mission {
  background: linear-gradient(135deg, rgba(92, 165, 198, 0.11), rgba(223, 151, 93, 0.08));
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius);
  margin: 34px 0 24px;
  padding: 26px;
}

.bk-about-mission p:last-child {
  color: var(--bk-ink);
  font-size: 1.22rem;
  font-weight: 760;
  line-height: 1.55;
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .bk-footer-meta {
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    text-align: center;
  }

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

  .bk-footer-brand-col,
  .bk-footer-software-col {
    grid-column: auto;
  }

  .bk-footer-brand-legal {
    grid-template-columns: 1fr;
  }

  .bk-footer-software-list {
    grid-template-columns: 1fr;
  }

  .bk-footer-grid {
    text-align: center;
  }

  .bk-footer-grid .uk-list,
  .bk-footer-software-list {
    justify-items: center;
  }
}

@media (max-width: 959px) {
  .bk-sitemap-grid {
    grid-template-columns: 1fr;
  }
}

.bk-skip-link {
  background: var(--bk-ink);
  color: var(--bk-white);
  left: 16px;
  padding: 10px 14px;
  position: absolute;
  top: -60px;
  z-index: 10000;
}

.bk-skip-link:focus {
  top: 16px;
}

[hidden] {
  display: none !important;
}

@media (min-width: 960px) {
  .bk-plan-card-featured {
    margin-top: -36px;
    min-height: calc(100% + 36px);
  }
}

@media (max-width: 959px) {
  .bk-hero {
    padding-top: 36px;
  }

  .bk-hero-visual-stack {
    margin-top: 18px;
    padding: 18px 12px 82px;
  }

  .bk-hero-avatar-calendar {
    bottom: -24px;
    right: 0;
    width: min(250px, 44%);
  }

  .bk-why-intro {
    grid-template-columns: 1fr;
  }

  .bk-why-copy,
  .bk-why-avatar {
    order: initial;
  }

  .bk-client-portal-grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .bk-client-portal-image {
    max-width: 330px;
  }

  .bk-why-avatar {
    justify-self: center;
    max-width: 260px;
  }

  .bk-page-title-layout {
    grid-template-columns: 1fr;
  }

  .bk-page-title-avatar {
    justify-self: center;
    max-width: 300px;
  }

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

  .bk-booking-step-panel {
    grid-template-columns: 1fr;
  }

  .bk-feature-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.bk-feature-more-panel,
.bk-platform-links-inner,
.bk-walkthrough-modal-layout {
  grid-template-columns: 1fr;
}

  .bk-walkthrough-modal-layout {
    min-height: 0;
    padding: 48px 18px 24px;
  }

  .bk-walkthrough-modal-copy {
    padding-top: 0;
  }

  .bk-walkthrough-slideshow .uk-slideshow-items {
    height: min(62vh, 560px);
  }

  .bk-feature-detail {
    grid-template-columns: 1fr;
  }

  .bk-feature-page-hero-grid,
  .bk-feature-page-grid {
    grid-template-columns: 1fr;
  }

  .bk-feature-page-icon {
    max-width: 300px;
    padding: 26px;
  }

  .bk-language-showcase-head {
    grid-template-columns: 1fr;
    margin-bottom: 36px;
    text-align: left;
  }

  .bk-language-avatar {
    justify-self: center;
    max-width: 260px;
  }

  .bk-support-system-grid {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .bk-support-ticket-panel {
    justify-self: center;
  }

  .bk-language-step,
  .bk-language-step.is-reversed {
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .bk-language-step.is-reversed .bk-language-copy,
  .bk-language-step.is-reversed .bk-language-visual {
    order: initial;
  }

  .bk-landing-hero {
    padding: 48px 0;
  }

  .bk-landing-hero-grid,
  .bk-landing-feature-row,
  .bk-landing-feature-row.is-reversed,
  .bk-landing-two-column {
    gap: 26px;
    grid-template-columns: 1fr;
  }

  .bk-landing-feature-row.is-reversed .bk-landing-feature-copy,
  .bk-landing-feature-row.is-reversed .bk-language-visual {
    order: initial;
  }

  .bk-landing-benefit-grid {
    grid-template-columns: 1fr;
  }

  .bk-walkthrough-step {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .bk-drawer-section {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .bk-marker-grid {
    grid-template-columns: 1fr;
  }

  .bk-help-feature-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .bk-header-actions-mobile {
    align-items: stretch;
    flex-direction: column;
  }

  .bk-header-actions-mobile .bk-button-trial,
  .bk-header-actions-mobile .bk-button-demo {
    line-height: 42px;
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 639px) {
  .uk-navbar-item.uk-logo {
    padding-left: 0;
    padding-right: 0;
  }

  .uk-navbar-toggle {
    min-width: 36px;
    padding-left: 8px;
    padding-right: 0;
  }

  .uk-navbar-item.uk-logo .bk-logo {
    height: 34px;
  }

  .bk-header-actions-navbar-mobile {
    gap: 6px;
    margin-right: 0;
  }

  .bk-header-actions-navbar-mobile .bk-button-trial,
  .bk-header-actions-navbar-mobile .bk-button-demo {
    font-size: 0.78rem;
    line-height: 32px;
    min-height: 34px;
    padding: 0 10px;
  }

  .bk-hero h1,
  .bk-page-title h1 {
    font-size: 2.35rem;
  }

  .bk-page-title-avatar {
    max-width: 250px;
  }

  .bk-support-ticket-head,
  .bk-support-ticket-message,
  .bk-support-ticket-meta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bk-support-ticket-meta {
    grid-template-columns: 1fr;
  }

  .bk-support-avatar-figure {
    bottom: -34px;
    right: 50%;
    transform: translateX(50%);
    width: min(230px, 68%);
  }

  .bk-walkthrough-index a {
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    padding: 0 10px;
  }

  .bk-walkthrough-list {
    gap: 24px;
  }

  .bk-walkthrough-step {
    padding: 14px;
  }

  .bk-drawer-list {
    gap: 24px;
  }

  .bk-drawer-section {
    padding: 14px;
  }

  .bk-help-feature-card {
    padding: 18px;
  }

  .bk-help-feature-card .bk-button-trial {
    width: 100%;
  }

  .bk-image-viewer {
    padding: 14px;
  }

  .bk-image-viewer-image {
    max-height: calc(100vh - 120px);
    max-width: 96vw;
  }

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

  .bk-product-panel {
    padding: 10px;
  }

  .bk-language-avatar {
    max-width: 230px;
  }

  .bk-language-avatar-chip {
    font-size: 0.74rem;
    min-width: 40px;
    padding: 6px 10px;
  }

  .bk-hero-avatar-calendar {
    bottom: -46px;
    right: -10px;
    width: min(210px, 58%);
  }

  .bk-why-avatar {
    max-width: 230px;
  }

  .bk-calendar-panel,
  .bk-time-slot-panel,
  .bk-booking-step-panel {
    padding: 12px;
  }

  .bk-calendar-days span {
    font-size: 0.66rem;
  }

  .bk-booking-actions {
    grid-template-columns: 1fr;
  }

  .bk-proof-list li {
    border-radius: var(--bk-radius);
    width: 100%;
  }

  .bk-module-list {
    grid-template-columns: 1fr;
  }

  .bk-feature-category-grid {
    grid-template-columns: 1fr;
  }

  .bk-feature-category {
    gap: 16px;
    min-height: 96px;
    padding: 18px;
  }

  .bk-feature-more-panel {
    padding: 22px;
  }

  .bk-platform-links {
    padding-bottom: 42px;
    padding-top: 42px;
  }

  .bk-platform-links-copy h2 {
    white-space: normal;
  }

  .bk-platform-button-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bk-feature-category img {
    height: 48px;
    width: 48px;
  }

  .bk-feature-detail {
    gap: 22px;
    padding: 20px;
  }

  .bk-feature-more {
    justify-self: stretch;
  }

  .bk-feature-page-icon,
  .bk-feature-page-sidebar,
  .bk-feature-page-card,
  .bk-feature-page-faq article {
    padding: 18px;
  }

  .bk-feature-page-actions .uk-button,
  .bk-feature-page-next .uk-button {
    width: 100%;
  }

  .bk-platform-button-grid {
    grid-template-columns: 1fr;
  }

  .bk-beta-banner-inner {
    align-items: flex-start;
    gap: 12px;
    justify-content: space-between;
    text-align: left;
  }

  .bk-beta-banner p {
    font-size: 0.9rem;
  }

  .bk-feature-detail h2 {
    gap: 12px;
  }

  .bk-feature-detail h2 img {
    height: 38px;
    width: 38px;
  }

  .bk-language-flow {
    gap: 34px;
  }

  .bk-language-visual {
    padding: 10px;
  }

  .bk-language-visual.is-compact {
    min-height: 150px;
  }

  .bk-language-dual-screens {
    grid-template-columns: 1fr;
  }

  .bk-landing-actions .uk-button {
    width: 100%;
  }

  .bk-landing-hero-media {
    padding: 10px;
    width: min(80%, 520px);
  }

  .bk-landing-benefit-grid article,
  .bk-landing-use-case-list article {
    padding: 18px;
  }

  .bk-landing-table-section .bk-comparison-table {
    min-width: 0;
  }

  .bk-landing-table-section .bk-comparison-table,
  .bk-landing-table-section .bk-comparison-table thead,
  .bk-landing-table-section .bk-comparison-table tbody,
  .bk-landing-table-section .bk-comparison-table tr,
  .bk-landing-table-section .bk-comparison-table th,
  .bk-landing-table-section .bk-comparison-table td {
    display: block;
    text-align: left;
    width: 100%;
  }

  .bk-landing-table-section .bk-comparison-table thead {
    display: none;
  }

  .bk-landing-table-section .bk-comparison-table tr {
    border-bottom: 1px solid var(--bk-line);
    padding: 16px 0;
  }

  .bk-landing-table-section .bk-comparison-table th,
  .bk-landing-table-section .bk-comparison-table td {
    border-bottom: 0;
    padding: 6px 0;
  }

  .bk-landing-table-section .bk-comparison-table td::before {
    color: var(--bk-primary-700);
    content: attr(data-label);
    display: block;
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
    text-transform: uppercase;
  }

  .bk-cta-rotation {
    padding-bottom: 52px;
    padding-top: 52px;
  }

  .bk-cta-banner {
    gap: 18px;
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 22px;
  }

  .bk-cta-mark {
    border-radius: 14px;
    height: 58px;
    width: 58px;
  }

  .bk-cta-mark img {
    max-height: 40px;
    max-width: 40px;
  }

  .bk-cta-copy {
    min-width: 0;
  }

  .bk-cta-copy h2 {
    font-size: 1.75rem;
  }

  .bk-cta-copy p {
    font-size: 1rem;
  }

  .bk-cta-banner .uk-button {
    grid-column: 1 / -1;
    justify-self: stretch;
    min-width: 0;
    width: 100%;
  }

  .bk-cta-avatar {
    bottom: -26px;
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 190px;
  }
}
