/* Prod hybrid — Navy Glass overlays on B cinematic base */

.theme-hybrid {
  --hy-glass: rgba(255, 255, 255, 0.72);
  --hy-glass-border: rgba(255, 255, 255, 0.55);
  --hy-glass-blur: 18px;
}

/* Live-like logo (mark only) */
.hy-logo { gap: 0; flex: 0 0 auto; }
.hy-logo .site-logo__img {
  width: 40px;
  height: 40px;
  filter: none;
}

.theme-hybrid .site-header--dark .site-logo__img {
  filter: none;
}

.theme-hybrid .bn-header .site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  overflow: visible;
}

.theme-hybrid .bn-header,
.theme-hybrid .site-nav,
.theme-hybrid .hy-nav,
.theme-hybrid .hy-nav__drop {
  overflow: visible;
}

.theme-hybrid .bn-header .cb-burger {
  justify-self: end;
}

.hy-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px 28px;
  flex-wrap: wrap;
}

.hy-nav > a,
.hy-nav__drop-btn {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 6px 0;
  cursor: pointer;
  font-family: inherit;
}

.hy-nav > a:hover,
.hy-nav__drop-btn:hover,
.hy-nav > a:focus-visible,
.hy-nav__drop-btn:focus-visible {
  color: #fff;
}

.hy-nav__drop {
  position: relative;
}

.hy-nav__drop-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hy-nav__drop-btn::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.7;
}

.hy-nav__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  padding: 12px 8px 8px;
  border-radius: 12px;
  background: rgba(7, 24, 40, 0.98);
  border: 1px solid rgba(125, 211, 252, 0.2);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  z-index: 200;
}

/* Hover bridge: keep menu open while moving pointer into it */
.hy-nav__menu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.hy-nav__drop.is-open .hy-nav__menu,
.hy-nav__drop:hover .hy-nav__menu,
.hy-nav__drop:focus-within .hy-nav__menu {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hy-nav__menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

.hy-nav__menu a:hover {
  background: rgba(125, 211, 252, 0.12);
  color: #fff;
}

/* Hero copy like live */
.hy-brand-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 8px 14px 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(125, 211, 252, 0.28);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 13px;
}

.hy-brand-pill img {
  filter: none;
  width: 28px;
  height: 28px;
}

.hy-hero-title {
  font-size: clamp(32px, 4.2vw, 48px);
  letter-spacing: -0.03em;
  line-height: 1.15;
  max-width: 16ch;
}

.hy-hero-title em { color: var(--cin-glow); }

.hy-registry {
  display: inline-block;
  margin: 18px 0 28px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.4;
  max-width: 36ch;
}

.hy-device__screen {
  position: relative;
}

.hy-device__screen .carousel__viewport {
  overflow: hidden;
  border-radius: 8px;
}

.hy-device__screen .carousel__track {
  display: flex;
  transition: transform 0.45s var(--ease-out);
}

.hy-device__screen .carousel__slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.hy-device__screen img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hy-device__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}

.hy-device__arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(125, 211, 252, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.hy-device__arrow:hover {
  background: rgba(125, 211, 252, 0.16);
}

.hy-device__dots {
  display: flex;
  gap: 6px;
}

.hy-device__dots button,
.hy-device__dots .carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
}

.hy-device__dots button.is-active,
.hy-device__dots .is-active,
.hy-device__dots [aria-selected="true"] {
  background: var(--cin-glow);
}

.hy-b24-form {
  min-height: 120px;
}

.hy-b24-form iframe,
.hy-b24-form form {
  max-width: 100%;
}

/* B24 / native buttons inside hero */
.theme-hybrid .hero__actions .btn,
.theme-hybrid .hero__actions button.btn {
  cursor: pointer;
  border: 0;
}

/* Footer columns: 5 product cols + contacts */
.theme-hybrid .hy-footer-cols {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.hy-policy a { color: var(--blue-main); }

.hy-footer-cols {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px 20px;
  margin-bottom: 36px;
}

.hy-footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.6fr) auto;
  gap: 24px;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--neutral-200);
  font-size: 13px;
  color: var(--neutral-600);
  line-height: 1.55;
}

.hy-footer-bottom img { display: block; margin-bottom: 10px; }

.theme-hybrid [id] {
  scroll-margin-top: calc(var(--header-h) + 12px);
}

/* Progress */
.hy-progress {
  position: fixed;
  top: var(--header-h);
  left: 0;
  z-index: 140;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--blue-main), var(--cin-glow));
  pointer-events: none;
}

/* Without studio bar — hero uses normal header offset */
body.theme-hybrid.theme-cb-anim .bn-hero {
  min-height: 100svh;
  padding-top: calc(var(--header-h) + 36px);
}

/* Solid header on dark (avoid transparent ghost logo area) */
.theme-hybrid .bn-header.site-header--dark {
  background: rgba(7, 24, 40, 0.92);
  backdrop-filter: blur(12px);
}
.theme-hybrid .bn-header.site-header--dark.is-scrolled {
  background: rgba(7, 24, 40, 0.97);
}

/* Glass panel */
.hy-panel {
  background: var(--hy-glass);
  border: 1px solid rgba(13, 38, 58, 0.08);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(var(--hy-glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--hy-glass-blur)) saturate(160%);
  box-shadow: var(--shadow-md);
}

/* Device frame (from O, navy-tuned) */
.hy-device {
  position: relative;
  margin: 0;
  padding: 10px 10px 14px;
  border-radius: 16px;
  border: 1px solid rgba(125, 211, 252, 0.4);
  background: linear-gradient(160deg, rgba(15, 48, 72, 0.95), rgba(7, 24, 40, 0.98));
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(125, 211, 252, 0.08);
  animation: bn-frame 5s ease-in-out infinite;
}

.hy-device__bezel {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
  padding-left: 4px;
}

.hy-device__bezel span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(125, 211, 252, 0.35);
}

.hy-device__bezel span:nth-child(1) { background: rgba(206, 81, 48, 0.7); }
.hy-device__bezel span:nth-child(2) { background: rgba(114, 131, 34, 0.7); }
.hy-device__bezel span:nth-child(3) { background: rgba(0, 161, 226, 0.7); }

.hy-device__screen {
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}

.hy-device__screen img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  will-change: transform;
  transition: transform 0.35s ease;
}

.hy-device__shine {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.12) 0%, transparent 42%);
  pointer-events: none;
}

/* Trust strip */
.hy-trust {
  background: #fff;
  border-bottom: 1px solid var(--neutral-200);
}

.hy-trust__label {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--neutral-500);
  text-align: center;
}

.hy-trust__logos {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px 20px;
  align-items: center;
}

.hy-trust__logos img {
  max-height: 36px;
  margin: 0 auto;
}

/* Light channels (tabs not dark-on-light) */
.theme-hybrid #scenarios .bn-channels__tabs button {
  background: #fff;
  border-color: var(--neutral-200);
  color: var(--ink-800);
}

.theme-hybrid #scenarios .bn-channels__tabs button.is-on {
  border-color: var(--blue-main);
  background: rgba(0, 108, 179, 0.08);
  color: var(--ink-1000);
}

.theme-hybrid #scenarios .bn-channels__view {
  border-color: var(--neutral-200);
  border-radius: var(--radius-lg);
}

.theme-hybrid #scenarios .bn-channels__view figcaption {
  background: var(--cin-bg-alt);
  color: var(--ink-800);
}

.hy-stack {
  display: grid;
}

.hy-stack > * {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease;
  margin: 0;
}

.hy-stack > *.is-on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.hy-chips {
  margin-top: 20px;
}

.theme-hybrid .section--dark .chip {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(125, 211, 252, 0.35);
  color: var(--cin-text-muted-on-dark);
}

/* Features zigzag */
.hy-features {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vw, 72px);
}

.hy-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.hy-feature:nth-child(even) {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
}

.hy-feature:nth-child(even) > div { order: 2; }
.hy-feature:nth-child(even) > figure { order: 1; }

.hy-feature h3 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: -0.02em;
  color: var(--ink-1000);
}

.hy-feature p {
  margin: 0;
  color: var(--ink-800);
  line-height: 1.6;
  max-width: 42ch;
}

/* Industries sidebar */
.hy-industries {
  display: grid;
  grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.hy-industries__nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hy-industries__nav button {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-md);
  background: #fff;
  color: var(--ink-800);
  text-align: left;
  font: 600 14px/1.3 var(--font-body);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.hy-industries__nav button:hover {
  border-color: var(--blue-500);
  color: var(--ink-1000);
}

.hy-industries__nav button.is-on {
  border-color: var(--blue-main);
  background: rgba(0, 108, 179, 0.08);
  color: var(--ink-1000);
  box-shadow: inset 3px 0 0 var(--blue-main);
}

.hy-industries__panels {
  position: relative;
  min-height: 220px;
  padding: 28px;
}

.hy-industries__panels article {
  display: none;
}

.hy-industries__panels article.is-on {
  display: block;
}

.hy-industries__panels h3 {
  margin: 0 0 16px;
  font-size: 22px;
  color: var(--ink-1000);
}

.hy-industries__panels ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.hy-industries__panels li {
  padding: 10px 12px;
  border-radius: var(--radius-md);
  background: rgba(0, 108, 179, 0.05);
  color: var(--ink-800);
  font-size: 14px;
}

/* Bento */
.hy-bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

/* Преимущества: светлая секция (перебивает старый dark inject из navy-base) */
.theme-hybrid #advantages.section,
.theme-hybrid #advantages {
  background: var(--cin-bg-light, #F4F7FA) !important;
  color: var(--ink-900) !important;
}

.theme-hybrid #advantages .section__title {
  color: var(--ink-1000) !important;
}

.hy-bento article {
  padding: 24px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.hy-bento p {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink-1000);
  line-height: 1.4;
}

.hy-bento a {
  font-size: 14px;
  font-weight: 600;
  color: var(--blue-main);
}

/* Featured wide card — после общих правил, иначе цвет текста перебивается */
.hy-bento__wide {
  grid-column: span 2;
  background: linear-gradient(135deg, #006CB3 0%, #0B263A 100%) !important;
  border-color: rgba(125, 211, 252, 0.35);
  box-shadow: 0 16px 40px rgba(0, 108, 179, 0.25);
}

.hy-bento .hy-bento__wide p,
.theme-hybrid #advantages .hy-bento__wide p {
  color: #ffffff !important;
}

.hy-bento .hy-bento__wide a,
.theme-hybrid #advantages .hy-bento__wide a {
  color: #7DD3FC !important;
}

.hy-bento .hy-bento__wide a:hover {
  color: #ffffff !important;
}

/* Stages path */
.hy-path {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.hy-step {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 180px;
}

.hy-step span {
  font-family: var(--font-code);
  font-size: 13px;
  color: var(--blue-main);
  letter-spacing: 0.06em;
}

.hy-step p {
  margin: 0;
  flex: 1;
  font-weight: 600;
  color: var(--ink-1000);
  font-size: 15px;
  line-height: 1.35;
}

.hy-step.is-on {
  border-color: rgba(0, 108, 179, 0.35);
  box-shadow: 0 12px 32px rgba(0, 108, 179, 0.12);
}

.theme-hybrid .pricing-card.hy-panel {
  background: var(--hy-glass);
}

.theme-hybrid .pricing-card--featured {
  border-color: rgba(0, 108, 179, 0.4);
  box-shadow: 0 16px 40px rgba(0, 108, 179, 0.14);
}

/* Demo glass card */
.hy-demo {
  background:
    radial-gradient(ellipse 60% 50% at 20% 20%, rgba(0, 108, 179, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 80%, rgba(125, 211, 252, 0.16), transparent 50%),
    var(--cin-bg-light);
}

.hy-demo__card {
  padding: clamp(28px, 4vw, 48px);
  max-width: 720px;
  margin: 0 auto;
}

.hy-demo__card .section__head {
  margin-bottom: 28px;
  text-align: center;
}

.hy-demo__card .section__lead {
  margin-left: auto;
  margin-right: auto;
}

.hy-demo .demo-form {
  max-width: none;
}

.hy-demo .demo-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.hy-demo .demo-form__grid textarea {
  grid-column: 1 / -1;
  min-height: 100px;
}

.hy-demo .btn {
  width: 100%;
}

/* Float CTA */
.hy-float {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 120;
  transform: translateX(-50%) translateY(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}

.hy-float.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.hy-float__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 12px 12px 20px;
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(11, 38, 58, 0.18);
}

.hy-float__inner span {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-1000);
  white-space: nowrap;
}

.btn--sm {
  padding: 10px 16px;
  font-size: 13px;
  border-radius: 999px;
}

/* Footer light */
.theme-hybrid .site-footer {
  background: #fff;
  border-top: 1px solid var(--neutral-200);
  color: var(--ink-800);
  padding: 48px 0 40px;
}

.theme-hybrid .site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.theme-hybrid .site-footer h4 {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-1000);
}

.theme-hybrid .site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.theme-hybrid .site-footer a { color: var(--ink-800); text-decoration: none; }
.theme-hybrid .site-footer a:hover { color: var(--blue-main); }

.hy-footer-note {
  margin-top: 12px;
  font-size: 12px;
  color: var(--neutral-500);
}

/* Choose section dark polish */
.theme-hybrid .bn-choose__stage .bn-node-panel {
  border-radius: var(--radius-lg);
}

.theme-hybrid .bn-node {
  border-radius: var(--radius-md);
}

/* Hide sparks (not in hybrid HTML) — belt & suspenders */
.theme-hybrid .bn-spark { display: none; }

body.cb-nav-open { overflow: hidden; }

.cb-burger {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0;
  cursor: pointer;
}

.cb-burger span {
  width: 16px;
  height: 2px;
  background: #fff;
}

.theme-hybrid .bn-choose__stage {
  display: grid;
}

.theme-hybrid .bn-node-panel {
  grid-area: 1 / 1;
}

@media (max-width: 1100px) {
  .hy-trust__logos { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hy-path { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hy-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hy-bento__wide { grid-column: span 2; }
}

@media (max-width: 1024px) {
  .hy-feature,
  .hy-feature:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .hy-feature:nth-child(even) > div,
  .hy-feature:nth-child(even) > figure { order: initial; }
  .hy-industries { grid-template-columns: 1fr; }
  .hy-industries__nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hy-industries__nav button {
    width: auto;
    flex: 1 1 auto;
  }
  .hy-industries__nav button.is-on {
    box-shadow: none;
  }

  .theme-hybrid .site-nav { display: none; }
  .cb-burger { display: flex; }
  .theme-hybrid .site-nav.is-open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--cin-bg-deep);
    padding: 8px 16px 20px;
    z-index: 20;
    max-height: calc(100svh - var(--header-h));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .theme-hybrid .site-nav.is-open > a,
  .theme-hybrid .site-nav.is-open .hy-nav__drop-btn {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 4px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .theme-hybrid .site-nav.is-open .hy-nav__drop {
    display: block;
  }
  .theme-hybrid .site-nav.is-open .hy-nav__menu {
    position: static;
    transform: none;
    display: none;
    margin: 4px 0 8px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.04);
    border: 0;
  }
  .theme-hybrid .site-nav.is-open .hy-nav__drop.is-open .hy-nav__menu {
    display: flex;
  }
  .theme-hybrid .site-nav.is-open .hy-nav__menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .hy-footer-cols { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hy-footer-bottom { grid-template-columns: 1fr; }

  .theme-hybrid .bn-choose { gap: 16px; }
  .theme-hybrid .bn-node {
    min-height: 48px;
    padding: 14px 16px;
    font-size: 14px;
  }
  .theme-hybrid .bn-node:hover { transform: none; }
  .theme-hybrid .choose-cta .btn {
    width: 100%;
    justify-content: center;
  }
  .theme-hybrid .hy-industries__nav button {
    min-height: 44px;
    padding: 12px 14px;
  }
  .theme-hybrid .hero__actions .btn,
  .theme-hybrid .bn-hero .btn--primary {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .hy-trust__logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hy-path { grid-template-columns: 1fr; }
  .hy-bento { grid-template-columns: 1fr; }
  .hy-bento__wide { grid-column: span 1; }
  .hy-demo .demo-form__grid { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr !important; }
  .hy-float {
    left: 16px;
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom, 0px));
    transform: translateY(12px);
    width: auto;
  }
  .hy-float.is-visible {
    transform: translateY(0);
  }
  .hy-float__inner {
    width: 100%;
    justify-content: space-between;
    padding: 10px 10px 10px 16px;
  }
  .hy-float__inner span {
    display: block;
    font-size: 13px;
    white-space: normal;
    line-height: 1.25;
    max-width: 58%;
  }
  .bn-channels__tabs { grid-template-columns: 1fr; }
  .theme-hybrid .site-footer__grid { grid-template-columns: 1fr; }
  .hy-footer-cols { grid-template-columns: 1fr 1fr; }
  .hy-hero-title { max-width: none; }
  .hy-registry {
    max-width: 100%;
    white-space: normal;
  }
  .hy-brand-pill { max-width: 100%; }
  .theme-hybrid .bn-node-panel { padding: 18px 16px; }
  .theme-hybrid .hy-bento article { min-height: 120px; padding: 20px; }
  .theme-hybrid .hy-step { min-height: 0; }
  .theme-hybrid .pricing-grid { gap: 12px; }
  .theme-hybrid .section__title {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hy-device { animation: none; }
  .hy-float { transition: none; }
}

.hy-b24-form { min-height: 120px; }
.theme-hybrid .hero__actions button.btn {
  cursor: pointer;
  border: 0;
  font: inherit;
}

/* When-choose panels: readable lists on dark */
.theme-hybrid .bn-node-panel ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.theme-hybrid .bn-node-panel li {
  position: relative;
  padding-left: 16px;
  color: var(--cin-text-muted-on-dark);
  line-height: 1.45;
  font-size: 15px;
}
.theme-hybrid .bn-node-panel li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cin-glow);
}
.theme-hybrid .bn-node-panel .choose-card__logo {
  margin: 12px 0;
  max-height: 40px;
  width: auto;
}

.theme-hybrid .bn-node-panel .choose-os {
  list-style: none;
  margin: 16px 0 18px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.theme-hybrid .bn-node-panel .choose-os__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 92px;
  padding: 12px 8px 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 197, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(236, 244, 255, 0.92);
  font-size: 12px;
  line-height: 1.2;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.theme-hybrid .bn-node-panel .choose-os__item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(148, 197, 255, 0.4);
  transform: translateY(-1px);
}

.theme-hybrid .bn-node-panel .choose-os__item::before {
  display: none;
  content: none;
}

.theme-hybrid .bn-node-panel .choose-os__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(8, 18, 40, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.theme-hybrid .bn-node-panel .choose-os__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.theme-hybrid .bn-node-panel .choose-os__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(236, 244, 255, 0.92);
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 720px) {
  .theme-hybrid .bn-node-panel .choose-os {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.theme-hybrid .bn-node-panel .choose-card__link {
  display: inline-block;
  margin-top: 16px;
  color: var(--cin-glow);
  font-weight: 600;
}

/* Stages: allow wrapping long CTA labels */
.theme-hybrid .hy-step .btn {
  white-space: normal;
  text-align: center;
  line-height: 1.3;
  min-height: 44px;
  padding: 10px 12px;
}

/* Float CTA: never collide with in-page CTAs */
.hy-float {
  z-index: 90;
}
.hy-float[hidden] {
  display: none !important;
}

/* Device carousel controls inside frame */
.hy-device__nav {
  margin-top: 10px;
  padding-bottom: 2px;
}

/* Trust logos: keep row from overflowing */
.hy-trust__logos img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Header progress under sticky header */
.hy-progress {
  top: var(--header-h);
}

/* Mobile header grid */
@media (max-width: 1024px) {
  .theme-hybrid .bn-header .site-header__inner {
    grid-template-columns: 1fr auto;
  }
  .theme-hybrid .bn-header .hy-nav {
    grid-column: 1 / -1;
  }
  .theme-hybrid .bn-header .cb-burger {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .theme-hybrid .bn-header .hy-logo {
    grid-column: 1;
    grid-row: 1;
  }
}
