.qy-bt-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.qy-bt-hero__bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(18, 99, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 99, 255, 0.06) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at 74% 48%, #000000, transparent 62%);
  pointer-events: none;
}

.qy-bt-hero__inner {
  position: relative;
  min-height: 560px;
  display: grid;
  grid-template-columns: 1fr 440px;
  align-items: center;
  gap: 54px;
  padding: 86px 0;
}

.qy-bt-hero__content h1 {
  margin: 24px 0 18px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: -1.3px;
}

.qy-bt-hero__content p {
  max-width: 720px;
  margin: 0;
  color: var(--qy-text);
  font-size: 18px;
  line-height: 1.9;
}

.qy-bt-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.qy-bt-hero__visual {
  display: grid;
  gap: 16px;
}

.qy-bt-image-card,
.qy-bt-status-card {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--qy-shadow-md);
  backdrop-filter: blur(14px);
}

.qy-bt-image-card {
  overflow: hidden;
  padding: 14px;
}

.qy-bt-image-card img {
  width: 100%;
  min-height: 260px;
  display: block;
  object-fit: cover;
  border-radius: 22px;
  background: #eef4ff;
}

.qy-bt-status-card {
  padding: 22px;
}

.qy-bt-status-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--qy-muted);
  font-size: 13px;
  font-weight: 900;
}

.qy-bt-status-card strong {
  color: var(--qy-title);
  line-height: 1.5;
}

.qy-bt-section {
  padding: 84px 0;
  background: #ffffff;
}

.qy-bt-section--soft {
  background: var(--qy-bg);
}

.qy-bt-install-wrap {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 22px;
  align-items: start;
}

.qy-bt-install-note {
  position: sticky;
  top: 96px;
  padding: 28px;
  border: 1px solid #dbeafe;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f6faff);
  box-shadow: var(--qy-shadow-sm);
}

.qy-bt-install-note h3 {
  margin: 0 0 16px;
  color: var(--qy-title);
  font-size: 22px;
}

.qy-bt-install-note ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qy-bt-install-note li {
  position: relative;
  padding-left: 22px;
  color: var(--qy-text);
  font-size: 14px;
  line-height: 1.7;
}

.qy-bt-install-note li::before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--qy-primary);
}

.qy-bt-command-grid {
  display: grid;
  gap: 16px;
}

.qy-bt-command-card {
  overflow: hidden;
  border: 1px solid var(--qy-line);
  border-radius: 26px;
  background: var(--qy-white);
  box-shadow: var(--qy-shadow-sm);
}

.qy-bt-command-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--qy-soft-line);
  background: linear-gradient(90deg, #ffffff, #f8fbff);
}

.qy-bt-command-card__head span {
  color: var(--qy-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.qy-bt-command-card__head h3 {
  margin: 6px 0 0;
  color: var(--qy-title);
  font-size: 20px;
}

.qy-bt-command-card__head button {
  height: 38px;
  min-width: 74px;
  padding: 0 16px;
  color: var(--qy-white);
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--qy-primary), var(--qy-sky));
  font-size: 13px;
  font-weight: 900;
}

.qy-bt-command-card__head button.is-copied {
  background: linear-gradient(135deg, #16a34a, #22c55e);
}

.qy-bt-command-card pre {
  margin: 0;
  padding: 22px;
  overflow-x: auto;
  background: #07142f;
}

.qy-bt-command-card code {
  color: #dbeafe;
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 13px;
  line-height: 1.8;
  white-space: pre;
}

.qy-bt-feature-grid,
.qy-bt-steps,
.qy-bt-scenes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.qy-bt-feature-grid article,
.qy-bt-steps article,
.qy-bt-gallery__item,
.qy-bt-faq details {
  border: 1px solid var(--qy-line);
  border-radius: 28px;
  background: var(--qy-white);
  box-shadow: var(--qy-shadow-sm);
}

.qy-bt-feature-grid article,
.qy-bt-steps article {
  padding: 28px;
  transition: 0.2s ease;
}

.qy-bt-feature-grid article:hover,
.qy-bt-steps article:hover {
  transform: translateY(-5px);
  border-color: #c7d7ff;
  box-shadow: var(--qy-shadow-md);
}

.qy-bt-feature-grid span {
  width: 54px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--qy-primary);
  border-radius: 16px;
  background: var(--qy-primary-light);
  font-size: 13px;
  font-weight: 900;
}

.qy-bt-feature-grid h3,
.qy-bt-steps h3 {
  margin: 22px 0 10px;
  color: var(--qy-title);
  font-size: 21px;
  line-height: 1.25;
}

.qy-bt-feature-grid p,
.qy-bt-steps p,
.qy-bt-gallery__item p,
.qy-bt-faq p {
  margin: 0;
  color: var(--qy-text);
  font-size: 14px;
  line-height: 1.8;
}

.qy-bt-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.qy-bt-gallery__item {
  overflow: hidden;
}

.qy-bt-gallery__item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  background: #eef4ff;
}

.qy-bt-gallery__item div {
  padding: 24px;
}

.qy-bt-gallery__item h3 {
  margin: 0 0 10px;
  color: var(--qy-title);
  font-size: 21px;
}

.qy-bt-steps strong {
  display: block;
  color: var(--qy-primary);
  font-size: 30px;
  line-height: 1;
}

.qy-bt-faq {
  display: grid;
  gap: 14px;
}

.qy-bt-faq details {
  padding: 22px 24px;
}

.qy-bt-faq summary {
  color: var(--qy-title);
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
}

.qy-bt-faq p {
  margin-top: 14px;
}

.qy-bt-cta {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  color: #ffffff;
  background: linear-gradient(135deg, #07142f, #1263ff);
}

.qy-bt-cta::before {
  position: absolute;
  top: -120px;
  right: 8%;
  width: 360px;
  height: 360px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.qy-bt-cta__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.qy-bt-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
}

.qy-bt-cta p {
  max-width: 720px;
  margin: 0;
  color: #dbeafe;
  line-height: 1.85;
}

.qy-bt-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1100px) {
  .qy-bt-hero__inner,
  .qy-bt-install-wrap {
    grid-template-columns: 1fr;
  }

  .qy-bt-install-note {
    position: static;
  }

  .qy-bt-feature-grid,
  .qy-bt-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .qy-bt-cta__inner {
    display: block;
  }

  .qy-bt-cta__actions {
    margin-top: 24px;
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .qy-bt-hero__inner {
    min-height: auto;
    padding: 58px 0;
  }

  .qy-bt-hero__content p {
    font-size: 16px;
  }

  .qy-bt-section {
    padding: 62px 0;
  }

  .qy-bt-feature-grid,
  .qy-bt-steps,
  .qy-bt-gallery {
    grid-template-columns: 1fr;
  }

  .qy-bt-command-card__head {
    display: block;
  }

  .qy-bt-command-card__head button {
    margin-top: 14px;
  }

  .qy-bt-command-card pre {
    padding: 18px;
  }

  .qy-bt-command-card code {
    font-size: 12px;
  }

  .qy-bt-hero__actions,
  .qy-bt-cta__actions {
    width: 100%;
  }
}
