html.ib-guided-demo-on {
  scroll-behavior: smooth;
}

html.ib-guided-demo-on .ib-v2-guide {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: stretch;
  padding: 18px;
  overflow: visible;
}

html.ib-guided-demo-on .ib-v2-guide-copy {
  min-height: 112px;
  display: grid;
  align-content: center;
  padding: 18px 22px 22px !important;
}

html.ib-guided-demo-on .ib-v2-guide p {
  display: block !important;
  max-height: none !important;
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: clip !important;
  overflow-wrap: anywhere;
  font-size: clamp(1.08rem, 1.7vw, 1.34rem) !important;
  line-height: 1.48 !important;
}

html.ib-guided-demo-on .ib-v2-caption-word {
  white-space: normal !important;
}

.ib-guided-demo-veil {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--ib-demo-x, 50%) var(--ib-demo-y, 42%), rgba(255,255,255,.01) 0 92px, rgba(8,13,28,.12) 220px, rgba(8,13,28,.18) 100%);
  transition: background .28s ease;
}

.ib-guided-demo-spotlight {
  position: fixed;
  z-index: 82;
  pointer-events: none;
  left: var(--ib-demo-left, 50%);
  top: var(--ib-demo-top, 40%);
  width: var(--ib-demo-width, 180px);
  height: var(--ib-demo-height, 72px);
  border: 3px solid color-mix(in srgb, var(--ib-primary, #2563eb) 82%, white);
  border-radius: 22px;
  box-shadow:
    0 0 0 8px rgba(var(--ib-primary-rgb, 37,99,235), .12),
    0 0 42px rgba(var(--ib-primary-rgb, 37,99,235), .48),
    inset 0 0 18px rgba(255,255,255,.22);
  transform: translate(-10px, -10px);
  transition: left .28s ease, top .28s ease, width .28s ease, height .28s ease;
}

.ib-guided-demo-arrow {
  position: fixed;
  z-index: 83;
  left: var(--ib-demo-arrow-left, 50%);
  top: var(--ib-demo-arrow-top, 40%);
  width: 88px;
  height: 88px;
  color: color-mix(in srgb, var(--ib-primary, #2563eb) 74%, #ffffff);
  pointer-events: none;
  filter: drop-shadow(0 18px 22px rgba(15,23,42,.24));
  animation: ibDemoArrowFloat 1.05s ease-in-out infinite;
}

.ib-guided-demo-arrow svg {
  width: 100%;
  height: 100%;
  transform: rotate(var(--ib-demo-arrow-rotate, 0deg));
}

@keyframes ibDemoArrowFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, 8px, 0) scale(1.04); }
}

.ib-guided-demo-coach {
  position: fixed;
  z-index: 84;
  left: 18px;
  right: auto;
  top: auto;
  bottom: 18px;
  width: min(218px, calc(100vw - 28px));
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(15,23,42,.94), rgba(30,41,59,.91)),
    radial-gradient(circle at 12% 0%, rgba(var(--ib-primary-rgb, 37,99,235), .30), transparent 44%);
  color: #fff;
  box-shadow: 0 30px 80px rgba(2,6,23,.34);
  padding: 10px;
  max-height: none;
  overflow: visible;
}

html.ib-guided-demo-running .ib-guided-demo-coach {
  width: min(196px, calc(100vw - 24px));
}

.ib-guided-demo-coach::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(var(--ib-primary-rgb, 37,99,235), .92), rgba(6,182,212,.72), rgba(255,255,255,.24));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.ib-guided-demo-kicker {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  color: rgba(255,255,255,.76);
  font-size: .55rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.ib-guided-demo-kicker span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34,197,94,.16);
}

.ib-guided-demo-title {
  margin: 0;
  font-size: .82rem;
  line-height: 1.12;
}

.ib-guided-demo-text {
  display: none;
}

html.ib-guided-demo-running .ib-guided-demo-text {
  display: none;
}

.ib-guided-demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.ib-guided-demo-actions button,
.ib-guided-demo-actions a {
  border: 0;
  border-radius: 999px;
  padding: 8px 10px;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
  font-size: .72rem;
}

.ib-guided-demo-primary {
  background: #fff;
  color: #0f172a;
}

.ib-guided-demo-runner {
  position: fixed;
  z-index: 88;
  left: 50%;
  bottom: calc(18px + env(safe-area-inset-bottom));
  transform: translateX(-50%);
  min-width: 172px;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  background: linear-gradient(135deg, var(--ib-primary, #2563eb), var(--ib-accent, #06b6d4));
  color: var(--ib-primary-text, #fff);
  font-weight: 1000;
  font-size: .95rem;
  letter-spacing: -.01em;
  cursor: pointer;
  box-shadow:
    0 18px 42px rgba(15,23,42,.26),
    0 0 0 8px rgba(var(--ib-primary-rgb, 37,99,235), .13);
  pointer-events: auto !important;
}

.ib-guided-demo-runner:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

html.ib-guided-demo-running .ib-guided-demo-runner {
  opacity: .92;
  cursor: progress;
}

.ib-guided-demo-secondary {
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,.20) !important;
}

.ib-guided-demo-voice-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 999px;
  padding: 7px 9px;
  background: rgba(34, 197, 94, .14);
  color: #dcfce7;
  border: 1px solid rgba(187, 247, 208, .22);
  font-weight: 900;
  font-size: .66rem;
}

.ib-guided-demo-progress {
  display: flex;
  gap: 5px;
  margin-top: 7px;
}

.ib-guided-demo-progress button {
  display: block;
  height: 5px;
  flex: 1;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: 0;
  padding: 0;
  cursor: pointer;
}

.ib-guided-demo-progress button.is-done {
  background: linear-gradient(90deg, var(--ib-primary, #2563eb), #06b6d4);
}

.ib-guided-demo-progress button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.ib-guided-demo-target {
  position: relative;
  z-index: 81;
  animation: ibDemoTargetPulse 1.4s ease-in-out infinite;
}

@keyframes ibDemoTargetPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(var(--ib-primary-rgb, 37,99,235), .24); }
  50% { box-shadow: 0 0 0 9px rgba(var(--ib-primary-rgb, 37,99,235), .10); }
}

.ib-guided-demo-confetti {
  position: fixed;
  z-index: 86;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.ib-guided-demo-confetti span {
  position: absolute;
  top: -20px;
  width: 9px;
  height: 16px;
  border-radius: 4px;
  background: var(--ib-primary, #2563eb);
  animation: ibDemoConfetti 1.15s ease-in forwards;
}

@keyframes ibDemoConfetti {
  to { transform: translate3d(var(--x, 0), 108vh, 0) rotate(460deg); opacity: .1; }
}

@media (max-width: 760px) {
  .ib-guided-demo-veil {
    background:
      radial-gradient(circle at var(--ib-demo-x, 50%) var(--ib-demo-y, 38%), rgba(255,255,255,.01) 0 74px, rgba(8,13,28,.10) 180px, rgba(8,13,28,.14) 100%);
  }
  .ib-guided-demo-coach {
    left: 10px !important;
    right: auto;
    top: auto !important;
    bottom: calc(10px + env(safe-area-inset-bottom));
    width: min(196px, calc(100vw - 20px));
    padding: 9px;
    border-radius: 16px;
    max-height: none;
  }
  .ib-guided-demo-runner {
    left: 50%;
    right: auto;
    bottom: calc(12px + env(safe-area-inset-bottom));
    min-width: 156px;
    min-height: 46px;
    padding: 11px 17px;
    font-size: .88rem;
  }
  html.ib-guided-demo-on .ib-v2-guide {
    grid-template-columns: 1fr;
    padding: 12px;
  }
  html.ib-guided-demo-on .ib-v2-guide-orb {
    display: none;
  }
  html.ib-guided-demo-on .ib-v2-guide-copy {
    min-height: 132px;
    padding: 15px 15px 20px !important;
  }
  html.ib-guided-demo-on .ib-v2-guide p {
    font-size: 1.02rem !important;
    line-height: 1.48 !important;
  }
  .ib-guided-demo-arrow {
    width: 70px;
    height: 70px;
  }
  .ib-guided-demo-actions button,
  .ib-guided-demo-actions a {
    flex: 1 1 auto;
    min-width: 86px;
  }
  .ib-guided-demo-title {
    font-size: .76rem;
  }
  .ib-guided-demo-kicker {
    margin-bottom: 6px;
  }
  .ib-guided-demo-progress {
    margin-top: 8px;
  }
}

/* Build 101AE: guided demo captions must never be line-clamped or clipped. */
html.ib-guided-demo-on body .ib-v2 .ib-v2-guide,
html.ib-guided-demo-on body .ib-v2[data-avatar-full-sync='1'] .ib-v2-guide {
  overflow: visible !important;
}

html.ib-guided-demo-on body .ib-v2 .ib-v2-guide-copy,
html.ib-guided-demo-on body .ib-v2[data-avatar-full-sync='1'] .ib-v2-guide-copy {
  width: 100% !important;
  max-width: none !important;
  min-height: 176px !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  display: block !important;
}

html.ib-guided-demo-on body .ib-v2 .ib-v2-guide p,
html.ib-guided-demo-on body .ib-v2[data-avatar-full-sync='1'] .ib-v2-guide p {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  -webkit-box-orient: initial !important;
  white-space: normal !important;
  text-overflow: clip !important;
  text-wrap: auto !important;
  overflow-wrap: break-word !important;
}

html.ib-guided-demo-on body .ib-v2 .ib-v2-caption-word,
html.ib-guided-demo-on body .ib-v2[data-avatar-full-sync='1'] .ib-v2-caption-word {
  display: inline !important;
  white-space: normal !important;
}

html.ib-guided-demo-on .ib-guided-demo-primary {
  pointer-events: auto !important;
  position: relative;
  z-index: 2;
}

@media (max-width: 760px) {
  html.ib-guided-demo-on body .ib-v2 .ib-v2-guide-copy {
    min-height: 206px !important;
  }
  html.ib-guided-demo-on body .ib-v2 .ib-v2-guide p {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
}


/* Build 101AI: safe guided demo full-text visibility for steps 4, 5, and 6.
   No mobile layout rewrites, no font shrinking, no grid overrides. */
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='service_addons'] .ib-v2-panel,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='contact_full'] .ib-v2-panel,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='private_reveal'] .ib-v2-panel,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='private_reveal'] .ib-v2-reveal {
  max-height: none !important;
  overflow: visible !important;
}

html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='service_addons'] .ib-v2-step-head,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='contact_full'] .ib-v2-step-head,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='private_reveal'] .ib-v2-step-head,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='service_addons'] .ib-v2-addon-main,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='private_reveal'] .ib-v2-offer,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='private_reveal'] .ib-v2-offer-main,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='private_reveal'] .ib-v2-cta-row {
  min-width: 0 !important;
  max-width: 100% !important;
}

html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='service_addons'] .ib-v2-step-head h2,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='service_addons'] .ib-v2-step-head p,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='service_addons'] .ib-v2-addon strong,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='service_addons'] .ib-v2-addon small,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='contact_full'] .ib-v2-step-head h2,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='contact_full'] .ib-v2-step-head p,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='contact_full'] .ib-v2-field label,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='contact_full'] .ib-v2-field small,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='private_reveal'] .ib-v2-step-head h2,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='private_reveal'] .ib-v2-step-head p,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='private_reveal'] .ib-v2-reveal p,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='private_reveal'] .ib-v2-offer strong,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='private_reveal'] .ib-v2-offer p,
html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='private_reveal'] .ib-v2-cta-row > * {
  display: revert !important;
  max-width: 100% !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: clip !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  -webkit-box-orient: initial !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

html.ib-guided-demo-on body #ibStorefrontV2[data-guided-step='private_reveal'] .ib-v2-cta-row > * {
  min-width: 0 !important;
}

/* Build 101AT: full demo owner-side dashboard after customer quote flow. */
.ib-guided-admin-demo {
  position: fixed;
  z-index: 81;
  inset: 22px;
  display: none;
  pointer-events: none;
}

.ib-guided-admin-demo.is-active {
  display: block;
}

.ib-admin-demo-shell {
  width: min(1180px, calc(100vw - 44px));
  max-height: calc(100vh - 44px);
  margin: 0 auto;
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(var(--ib-primary-rgb, 37,99,235), .18), transparent 34%),
    linear-gradient(145deg, rgba(248,250,252,.98), rgba(255,255,255,.96));
  box-shadow: 0 34px 100px rgba(15,23,42,.34);
  overflow: auto;
  padding: 22px;
  color: #0f172a;
}

.ib-admin-demo-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0f172a, #1e1b4b 58%, var(--ib-primary, #2563eb));
  color: #fff;
}

.ib-admin-demo-eyebrow,
.ib-admin-demo-card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .72rem;
  font-weight: 1000;
  color: rgba(255,255,255,.72);
}

.ib-admin-demo-topbar h2 {
  margin: 6px 0 8px;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.ib-admin-demo-topbar p {
  margin: 0;
  max-width: 640px;
  color: rgba(255,255,255,.82);
  line-height: 1.45;
}

.ib-admin-demo-badge {
  flex: 0 0 auto;
  border: 1px solid rgba(187,247,208,.26);
  border-radius: 999px;
  background: rgba(34,197,94,.15);
  color: #dcfce7;
  padding: 10px 14px;
  font-weight: 1000;
}

.ib-admin-demo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.ib-admin-demo-card {
  min-height: 190px;
  border: 1px solid rgba(148,163,184,.25);
  border-radius: 24px;
  background: rgba(255,255,255,.93);
  padding: 18px;
  box-shadow: 0 18px 48px rgba(15,23,42,.08);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.ib-admin-demo-card.is-active {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--ib-primary, #2563eb) 70%, white);
  box-shadow:
    0 24px 70px rgba(15,23,42,.16),
    0 0 0 8px rgba(var(--ib-primary-rgb, 37,99,235), .11);
}

.ib-admin-demo-card-kicker {
  color: #64748b;
  font-size: .68rem;
}

.ib-admin-demo-card h3 {
  margin: 8px 0 8px;
  font-size: 1.22rem;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.ib-admin-demo-card p {
  margin: 6px 0;
  color: #475569;
  line-height: 1.42;
}

.ib-admin-demo-card strong {
  display: block;
  margin-top: 16px;
  font-size: 1.7rem;
  letter-spacing: -.04em;
}

.ib-admin-demo-inbox {
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--ib-primary-rgb, 37,99,235), .18), transparent 36%),
    #fff;
}

.ib-admin-demo-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.ib-admin-demo-status span {
  border: 1px solid rgba(148,163,184,.28);
  border-radius: 999px;
  padding: 8px 10px;
  color: #64748b;
  font-weight: 900;
  font-size: .82rem;
}

.ib-admin-demo-status span.is-on {
  border-color: rgba(34,197,94,.32);
  background: rgba(34,197,94,.12);
  color: #166534;
}


/* Build 101AZ: narrated demo sections auto-scroll to the exact panel being discussed. */
.ib-admin-real-main [data-owner-demo-step],
.ib-admin-real-sidebar nav [data-owner-demo-step],
html.ib-guided-demo-on [data-v2-stage],
html.ib-guided-demo-on [data-v2-customer],
html.ib-guided-demo-on [data-v2-action],
html.ib-guided-demo-on [data-v2-addon-toggle],
html.ib-guided-demo-on [data-v2-addon-inc] {
  scroll-margin: 34px;
}

.ib-admin-real-main [data-owner-demo-step].ib-guided-demo-target,
.ib-admin-real-main [data-owner-demo-step].is-active {
  scroll-margin-top: 42px;
  scroll-margin-bottom: 42px;
}

/* Build 101AX: social/free-estimate link vision + offer timer impact cards. */
.ib-admin-real-growth {
  display: grid;
  gap: 14px;
}

.ib-admin-real-channel-grid,
.ib-admin-real-offer-card {
  display: grid;
  gap: 9px;
}

.ib-admin-real-channel-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ib-admin-real-offer-card {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ib-admin-real-channel-grid div,
.ib-admin-real-offer-card div {
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 16px;
  background: #f8fafc;
  padding: 12px;
  min-width: 0;
}

.ib-admin-real-channel-grid strong,
.ib-admin-real-offer-card strong,
.ib-admin-real-offer-card span,
.ib-admin-real-channel-grid small,
.ib-admin-real-offer-card small {
  display: block;
}

.ib-admin-real-channel-grid strong,
.ib-admin-real-offer-card strong {
  color: #0f172a;
  letter-spacing: -.02em;
}

.ib-admin-real-offer-card strong {
  margin: 4px 0;
  font-size: 1.2rem;
}

.ib-admin-real-channel-grid small,
.ib-admin-real-offer-card small,
.ib-admin-real-offer-card span {
  color: #64748b;
  font-weight: 800;
  font-size: .75rem;
}

.ib-admin-real-marketing.is-active,
.ib-admin-real-offer.is-active {
  border-color: color-mix(in srgb, var(--ib-primary,#2563eb) 62%, white);
  box-shadow: 0 22px 62px rgba(15,23,42,.14), 0 0 0 7px rgba(var(--ib-primary-rgb,37,99,235),.10);
  transform: translateY(-2px);
}

html.ib-guided-admin-demo-on .ib-v2-shell {
  filter: blur(2px) saturate(.78);
  opacity: .32;
  transition: filter .2s ease, opacity .2s ease;
}

html.ib-guided-admin-demo-on .ib-guided-demo-veil {
  background: rgba(8,13,28,.20);
}

@media (max-width: 920px) {
  .ib-guided-admin-demo {
    inset: 10px;
  }
  .ib-admin-demo-shell {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    border-radius: 22px;
    padding: 12px;
  }
  .ib-admin-demo-topbar {
    display: grid;
    padding: 16px;
    border-radius: 18px;
  }
  .ib-admin-demo-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  .ib-admin-demo-card {
    min-height: 0;
    padding: 15px;
    border-radius: 18px;
  }
  .ib-admin-demo-card h3 {
    font-size: 1.05rem;
  }
  .ib-admin-demo-card p {
    font-size: .92rem;
  }
}

/* Build 101AV: realistic tenant admin demo with benefit callouts. */
.ib-guided-admin-demo.is-active {
  pointer-events: none;
}

.ib-admin-real-shell,
.ib-admin-real-shell * {
  box-sizing: border-box;
}

.ib-admin-real-shell {
  width: min(1240px, calc(100vw - 44px));
  height: min(820px, calc(100vh - 44px));
  max-height: calc(100vh - 44px);
  margin: 0 auto;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 30px;
  background: #f8fafc;
  box-shadow: 0 34px 110px rgba(2, 6, 23, .38);
  overflow: hidden;
  color: #0f172a;
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
}

.ib-admin-real-sidebar {
  background:
    radial-gradient(circle at 10% 0%, rgba(var(--ib-primary-rgb, 37,99,235), .34), transparent 38%),
    linear-gradient(180deg, #0f172a, #111827 48%, #020617);
  color: #fff;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.ib-admin-real-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.ib-admin-real-logo {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--ib-primary, #2563eb), var(--ib-accent, #06b6d4));
  color: #fff;
  font-weight: 1000;
  box-shadow: 0 14px 32px rgba(37,99,235,.32);
}

.ib-admin-real-brand strong,
.ib-admin-real-brand small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ib-admin-real-brand small {
  margin-top: 2px;
  color: rgba(255,255,255,.62);
  font-weight: 800;
}

.ib-admin-real-sidebar nav {
  display: grid;
  gap: 8px;
}

.ib-admin-real-sidebar nav span {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.78);
  font-weight: 900;
  font-size: .88rem;
}

.ib-admin-real-sidebar nav span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.28);
  flex: 0 0 auto;
}

.ib-admin-real-sidebar nav span.is-active {
  background: rgba(255,255,255,.13);
  color: #fff;
  border-color: rgba(125,211,252,.34);
  box-shadow: 0 0 0 4px rgba(var(--ib-primary-rgb,37,99,235),.18);
}

.ib-admin-real-sidebar nav span.is-active::before {
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34,197,94,.16);
}

.ib-admin-real-sidebar-note {
  margin-top: auto;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 12px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.76);
  font-size: .78rem;
  line-height: 1.42;
}

.ib-admin-real-main {
  min-width: 0;
  overflow: auto;
  padding: 18px;
  display: grid;
  gap: 14px;
  align-content: start;
}

.ib-admin-real-topbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  padding: 18px;
  box-shadow: 0 16px 42px rgba(15,23,42,.07);
}

.ib-admin-real-eyebrow,
.ib-admin-real-panel-head span {
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #64748b;
  font-size: .68rem;
  font-weight: 1000;
}

.ib-admin-real-topbar h2,
.ib-admin-real-panel h3 {
  margin: 5px 0 0;
  letter-spacing: -.035em;
  line-height: 1.06;
}

.ib-admin-real-topbar h2 {
  font-size: clamp(1.42rem, 2.5vw, 2.22rem);
}

.ib-admin-real-topbar p {
  margin: 8px 0 0;
  color: #475569;
  max-width: 680px;
  line-height: 1.45;
}

.ib-admin-real-actions,
.ib-admin-real-mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.ib-admin-real-actions button,
.ib-admin-real-mini-actions button,
.ib-admin-real-panel-head button {
  border: 1px solid rgba(148,163,184,.28);
  border-radius: 999px;
  padding: 9px 12px;
  background: #fff;
  color: #0f172a;
  font-weight: 1000;
  font-size: .78rem;
}

.ib-admin-real-actions button.is-primary,
.ib-admin-real-mini-actions button:first-child {
  border-color: transparent;
  background: linear-gradient(135deg, var(--ib-primary,#2563eb), var(--ib-accent,#06b6d4));
  color: var(--ib-primary-text,#fff);
}

.ib-admin-real-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ib-admin-real-stats article,
.ib-admin-real-panel,
.ib-admin-real-detail {
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 42px rgba(15,23,42,.07);
}

.ib-admin-real-stats article {
  padding: 14px;
}

.ib-admin-real-stats span,
.ib-admin-real-stats small,
.ib-admin-real-row small,
.ib-admin-real-detail small,
.ib-admin-real-review-grid small {
  display: block;
  color: #64748b;
  font-weight: 800;
  font-size: .75rem;
}

.ib-admin-real-stats strong {
  display: block;
  margin: 5px 0;
  font-size: 1.35rem;
  letter-spacing: -.04em;
}

.ib-admin-real-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .72fr);
  gap: 14px;
  align-items: start;
}

.ib-admin-real-left,
.ib-admin-real-bottom {
  display: grid;
  gap: 14px;
}

.ib-admin-real-bottom {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.ib-admin-real-panel,
.ib-admin-real-detail {
  padding: 16px;
  min-width: 0;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.ib-admin-real-panel.is-active,
.ib-admin-real-detail.is-active {
  border-color: color-mix(in srgb, var(--ib-primary,#2563eb) 62%, white);
  box-shadow: 0 22px 62px rgba(15,23,42,.14), 0 0 0 7px rgba(var(--ib-primary-rgb,37,99,235),.10);
  transform: translateY(-2px);
}

.ib-admin-real-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.ib-admin-real-benefit {
  margin: 0 0 12px;
  border: 1px solid rgba(var(--ib-primary-rgb,37,99,235),.16);
  border-radius: 14px;
  background: rgba(var(--ib-primary-rgb,37,99,235),.055);
  color: #334155;
  padding: 10px 12px;
  font-size: .84rem;
  line-height: 1.38;
  font-weight: 800;
}

.ib-admin-real-benefit strong {
  color: color-mix(in srgb, var(--ib-primary,#2563eb) 72%, #0f172a);
  font-weight: 1000;
}

.ib-admin-real-table {
  overflow: hidden;
  border: 1px solid rgba(148,163,184,.18);
  border-radius: 16px;
}

.ib-admin-real-row {
  display: grid;
  grid-template-columns: minmax(130px, 1.15fr) minmax(110px, 1fr) 86px 72px;
  gap: 10px;
  align-items: center;
  padding: 11px 12px;
  border-top: 1px solid rgba(148,163,184,.16);
  color: #334155;
  font-size: .86rem;
}

.ib-admin-real-row:first-child {
  border-top: 0;
}

.ib-admin-real-row.is-header {
  background: #f1f5f9;
  color: #64748b;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 1000;
}

.ib-admin-real-row.is-selected {
  background: rgba(var(--ib-primary-rgb,37,99,235),.06);
}

.ib-admin-real-row strong,
.ib-admin-real-review-grid strong {
  color: #0f172a;
}

.ib-admin-real-pill,
.ib-admin-real-row em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 999px;
  background: rgba(var(--ib-primary-rgb,37,99,235),.10);
  color: color-mix(in srgb, var(--ib-primary,#2563eb) 72%, #0f172a);
  padding: 6px 9px;
  font-style: normal;
  font-weight: 1000;
  font-size: .75rem;
}

.ib-admin-real-pill.is-green {
  background: rgba(34,197,94,.12);
  color: #166534;
}

.ib-admin-real-detail-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(148,163,184,.18);
}

.ib-admin-real-avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--ib-primary,#2563eb), var(--ib-accent,#06b6d4));
  color: #fff;
  font-weight: 1000;
  font-size: 1.1rem;
}

.ib-admin-real-detail dl {
  display: grid;
  gap: 10px;
  margin: 14px 0;
}

.ib-admin-real-detail dl div {
  display: grid;
  gap: 3px;
}

.ib-admin-real-detail dt {
  color: #64748b;
  font-size: .72rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.ib-admin-real-detail dd {
  margin: 0;
  color: #0f172a;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.ib-admin-real-timeline {
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid rgba(148,163,184,.18);
  padding: 12px;
}

.ib-admin-real-timeline h4 {
  margin: 0 0 8px;
}

.ib-admin-real-timeline p {
  display: flex;
  gap: 8px;
  margin: 8px 0;
  color: #475569;
  font-size: .86rem;
}

.ib-admin-real-timeline p span {
  width: 9px;
  height: 9px;
  margin-top: 5px;
  border-radius: 999px;
  background: #22c55e;
  flex: 0 0 auto;
}

.ib-admin-real-breakdown {
  display: grid;
  gap: 8px;
}

.ib-admin-real-breakdown div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(148,163,184,.16);
  color: #475569;
}

.ib-admin-real-breakdown div.is-total {
  border-bottom: 0;
  color: #0f172a;
  font-size: 1.05rem;
}

.ib-admin-real-mini-actions {
  margin-top: 13px;
  justify-content: flex-start;
}

.ib-admin-real-kanban {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.ib-admin-real-kanban div,
.ib-admin-real-review-grid div,
.ib-admin-real-settings-grid span {
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 16px;
  background: #f8fafc;
  padding: 12px;
}

.ib-admin-real-kanban div.is-current {
  background: rgba(34,197,94,.10);
  border-color: rgba(34,197,94,.25);
}

.ib-admin-real-kanban strong,
.ib-admin-real-kanban small {
  display: block;
}

.ib-admin-real-kanban small {
  margin-top: 4px;
  color: #64748b;
  font-size: .75rem;
}

.ib-admin-real-review-grid,
.ib-admin-real-settings-grid {
  display: grid;
  gap: 9px;
}

.ib-admin-real-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ib-admin-real-settings-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ib-admin-real-settings-grid span {
  font-weight: 1000;
  color: #334155;
  text-align: center;
  padding: 10px;
}


/* Build 101AX: social/free-estimate link vision + offer timer impact cards. */
.ib-admin-real-growth {
  display: grid;
  gap: 14px;
}

.ib-admin-real-channel-grid,
.ib-admin-real-offer-card {
  display: grid;
  gap: 9px;
}

.ib-admin-real-channel-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ib-admin-real-offer-card {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ib-admin-real-channel-grid div,
.ib-admin-real-offer-card div {
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 16px;
  background: #f8fafc;
  padding: 12px;
  min-width: 0;
}

.ib-admin-real-channel-grid strong,
.ib-admin-real-offer-card strong,
.ib-admin-real-offer-card span,
.ib-admin-real-channel-grid small,
.ib-admin-real-offer-card small {
  display: block;
}

.ib-admin-real-channel-grid strong,
.ib-admin-real-offer-card strong {
  color: #0f172a;
  letter-spacing: -.02em;
}

.ib-admin-real-offer-card strong {
  margin: 4px 0;
  font-size: 1.2rem;
}

.ib-admin-real-channel-grid small,
.ib-admin-real-offer-card small,
.ib-admin-real-offer-card span {
  color: #64748b;
  font-weight: 800;
  font-size: .75rem;
}

.ib-admin-real-marketing.is-active,
.ib-admin-real-offer.is-active {
  border-color: color-mix(in srgb, var(--ib-primary,#2563eb) 62%, white);
  box-shadow: 0 22px 62px rgba(15,23,42,.14), 0 0 0 7px rgba(var(--ib-primary-rgb,37,99,235),.10);
  transform: translateY(-2px);
}

html.ib-guided-admin-demo-on .ib-v2-shell {
  filter: blur(2px) saturate(.78);
  opacity: .28;
  transition: filter .2s ease, opacity .2s ease;
}

@media (max-width: 1080px) {
  .ib-admin-real-shell {
    grid-template-columns: 206px minmax(0, 1fr);
  }
  .ib-admin-real-workspace,
  .ib-admin-real-bottom {
    grid-template-columns: 1fr;
  }
  .ib-admin-real-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ib-guided-admin-demo {
    inset: 8px;
  }
  .ib-admin-real-shell {
    width: calc(100vw - 16px);
    height: calc(100vh - 16px);
    max-height: calc(100vh - 16px);
    border-radius: 20px;
    grid-template-columns: 1fr;
  }
  .ib-admin-real-sidebar {
    padding: 12px;
    gap: 10px;
  }
  .ib-admin-real-sidebar nav {
    display: flex;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .ib-admin-real-sidebar nav span {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 9px 10px;
    font-size: .78rem;
  }
  .ib-admin-real-sidebar-note {
    display: none;
  }
  .ib-admin-real-main {
    padding: 10px;
    gap: 10px;
  }
  .ib-admin-real-topbar {
    display: grid;
    padding: 13px;
    border-radius: 18px;
  }
  .ib-admin-real-topbar p {
    font-size: .88rem;
  }
  .ib-admin-real-actions {
    justify-content: flex-start;
  }
  .ib-admin-real-stats {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .ib-admin-real-stats article,
  .ib-admin-real-panel,
  .ib-admin-real-detail {
    border-radius: 16px;
    padding: 12px;
  }
  .ib-admin-real-row {
    grid-template-columns: minmax(0, 1fr) 72px;
    gap: 6px;
    font-size: .8rem;
  }
  .ib-admin-real-row > span:nth-child(2),
  .ib-admin-real-row > span:nth-child(3),
  .ib-admin-real-row.is-header {
    display: none;
  }
  .ib-admin-real-kanban,
  .ib-admin-real-review-grid,
  .ib-admin-real-settings-grid {
    grid-template-columns: 1fr 1fr;
  }
}


.ib-admin-real-timeline .ib-admin-real-benefit {
  display: block;
  margin: 0 0 10px;
  font-size: .78rem;
}

@media (max-width: 760px) {
  .ib-admin-real-benefit {
    font-size: .78rem;
    padding: 9px 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 760px) {
  .ib-admin-real-channel-grid,
  .ib-admin-real-offer-card {
    grid-template-columns: 1fr 1fr;
  }
  .ib-admin-real-offer-card strong {
    font-size: 1rem;
  }
}

/* Build 101BA: owner-side demo uses focused scenes, not one long same-screen dashboard. */
.ib-admin-real-shell-scenes .ib-admin-real-main {
  align-content: stretch;
}

.ib-admin-real-stage {
  min-height: min(520px, calc(100vh - 285px));
  display: grid;
}

.ib-admin-real-scene {
  display: grid;
  gap: 14px;
  align-content: start;
  animation: ibAdminSceneIn .28s ease both;
}

@keyframes ibAdminSceneIn {
  from { opacity: 0; transform: translateY(10px) scale(.992); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.ib-admin-real-scene > .ib-admin-real-panel,
.ib-admin-real-scene > .ib-admin-real-detail {
  min-height: 0;
}

.ib-admin-real-scene-growth,
.ib-admin-real-scene-website,
.ib-admin-real-scene-detail,
.ib-admin-real-scene-quote,
.ib-admin-real-scene-offer {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: stretch;
}

.ib-admin-real-demo-card {
  display: grid;
  align-content: center;
  gap: 12px;
}

.ib-admin-real-demo-card h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
}

.ib-admin-real-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.ib-admin-real-flow div {
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 18px;
  background: #f8fafc;
  color: #0f172a;
  padding: 16px 12px;
  text-align: center;
  font-weight: 1000;
}

.ib-admin-real-flow span {
  color: color-mix(in srgb, var(--ib-primary,#2563eb) 72%, #0f172a);
  font-weight: 1000;
  font-size: 1.35rem;
}

.ib-admin-real-browser-frame {
  overflow: hidden;
  padding: 0;
}

.ib-admin-real-browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(148,163,184,.18);
  background: #eef2ff;
  padding: 11px 14px;
}

.ib-admin-real-browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(100,116,139,.55);
}

.ib-admin-real-browser-bar strong {
  margin-left: 6px;
  color: #334155;
  font-size: .78rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ib-admin-real-website-hero {
  min-height: 330px;
  padding: clamp(22px, 4vw, 42px);
  display: grid;
  align-content: center;
  gap: 12px;
  background:
    radial-gradient(circle at 88% 15%, rgba(var(--ib-primary-rgb,37,99,235),.18), transparent 34%),
    linear-gradient(135deg, #ffffff, #f8fafc);
}

.ib-admin-real-website-hero h3 {
  margin: 0;
  max-width: 540px;
  font-size: clamp(1.65rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -.055em;
  color: #0f172a;
}

.ib-admin-real-website-hero p {
  margin: 0;
  max-width: 520px;
  color: #475569;
  font-weight: 800;
  line-height: 1.5;
}

.ib-admin-real-offer-clock {
  border: 1px solid rgba(var(--ib-primary-rgb,37,99,235),.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(var(--ib-primary-rgb,37,99,235),.14), transparent 42%),
    #f8fafc;
  padding: clamp(18px, 4vw, 34px);
  text-align: center;
}

.ib-admin-real-offer-clock strong,
.ib-admin-real-offer-clock span,
.ib-admin-real-offer-clock small {
  display: block;
}

.ib-admin-real-offer-clock strong {
  color: color-mix(in srgb, var(--ib-primary,#2563eb) 78%, #0f172a);
  font-size: clamp(2.6rem, 7vw, 5.2rem);
  line-height: .9;
  letter-spacing: -.07em;
}

.ib-admin-real-offer-clock span {
  margin-top: 12px;
  color: #0f172a;
  font-weight: 1000;
}

.ib-admin-real-offer-clock small {
  margin-top: 4px;
  color: #64748b;
  font-weight: 800;
}

.ib-admin-real-scene .ib-admin-real-leads,
.ib-admin-real-scene .ib-admin-real-workflow,
.ib-admin-real-scene .ib-admin-real-review,
.ib-admin-real-scene .ib-admin-real-settings {
  min-height: min(470px, calc(100vh - 330px));
}

.ib-admin-real-scene .ib-admin-real-review,
.ib-admin-real-scene .ib-admin-real-settings,
.ib-admin-real-scene .ib-admin-real-workflow {
  display: grid;
  align-content: center;
}

@media (max-width: 1080px) {
  .ib-admin-real-scene-growth,
  .ib-admin-real-scene-website,
  .ib-admin-real-scene-detail,
  .ib-admin-real-scene-quote,
  .ib-admin-real-scene-offer {
    grid-template-columns: 1fr;
  }
  .ib-admin-real-stage {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .ib-admin-real-flow {
    grid-template-columns: 1fr;
  }
  .ib-admin-real-flow span {
    transform: rotate(90deg);
    justify-self: center;
  }
  .ib-admin-real-browser-bar strong {
    max-width: 220px;
  }
  .ib-admin-real-website-hero {
    min-height: 260px;
  }
  .ib-admin-real-scene .ib-admin-real-leads,
  .ib-admin-real-scene .ib-admin-real-workflow,
  .ib-admin-real-scene .ib-admin-real-review,
  .ib-admin-real-scene .ib-admin-real-settings {
    min-height: 0;
  }
}

/* Build 101BB: animated voice demo and clear engine choice examples. */
html.ib-guided-demo-voice-armed .ib-guided-demo-runner,
html.ib-guided-demo-voice-armed .ib-guided-demo-coach {
  animation: ibDemoVoiceArmedPulse 1.65s ease-in-out infinite;
}

@keyframes ibDemoVoiceArmedPulse {
  0%, 100% { box-shadow: 0 18px 42px rgba(15,23,42,.26), 0 0 0 8px rgba(var(--ib-primary-rgb, 37,99,235), .13); }
  50% { box-shadow: 0 22px 56px rgba(15,23,42,.32), 0 0 0 12px rgba(34,197,94,.18); }
}

html.ib-guided-demo-running .ib-v2-guide-orb,
html.ib-guided-demo-running .ib-guided-demo-spotlight {
  animation: ibDemoNarrationGlow 1.2s ease-in-out infinite;
}

@keyframes ibDemoNarrationGlow {
  0%, 100% { filter: saturate(1); transform: translate(-10px, -10px) scale(1); }
  50% { filter: saturate(1.22); transform: translate(-10px, -10px) scale(1.012); }
}

.ib-admin-real-scene-voice {
  grid-template-columns: 1fr;
}

.ib-admin-real-voice-demo {
  display: grid;
  gap: 18px;
  overflow: hidden;
}

.ib-admin-real-voice-wave {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 8px;
  min-height: 86px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(var(--ib-primary-rgb,37,99,235),.16), transparent 46%),
    linear-gradient(135deg, #f8fafc, #eef2ff);
  border: 1px solid rgba(148,163,184,.22);
  padding: 18px;
}

.ib-admin-real-voice-wave span {
  width: 12px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--ib-primary,#2563eb), #06b6d4);
  animation: ibAdminVoiceWave 900ms ease-in-out infinite;
}

.ib-admin-real-voice-wave span:nth-child(2) { animation-delay: 110ms; height: 44px; }
.ib-admin-real-voice-wave span:nth-child(3) { animation-delay: 220ms; height: 64px; }
.ib-admin-real-voice-wave span:nth-child(4) { animation-delay: 330ms; height: 42px; }
.ib-admin-real-voice-wave span:nth-child(5) { animation-delay: 440ms; height: 28px; }

@keyframes ibAdminVoiceWave {
  0%, 100% { transform: scaleY(.62); opacity: .72; }
  50% { transform: scaleY(1.15); opacity: 1; }
}

.ib-admin-real-voice-examples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ib-admin-real-voice-examples div {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 18px;
  background: #f8fafc;
  padding: 14px;
}

.ib-admin-real-voice-examples strong,
.ib-admin-real-voice-examples small,
.ib-admin-real-voice-examples em {
  display: block;
}

.ib-admin-real-voice-examples strong {
  color: #0f172a;
  font-size: 1rem;
}

.ib-admin-real-voice-examples small {
  color: #64748b;
  font-weight: 800;
  line-height: 1.35;
}

.ib-admin-real-voice-examples em {
  color: color-mix(in srgb, var(--ib-primary,#2563eb) 75%, #0f172a);
  font-weight: 900;
  font-style: normal;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .ib-admin-real-voice-examples {
    grid-template-columns: 1fr;
  }
}

/* Build 101BJ: keep guided demo scenes identical in Chrome, Edge, and Safari. */
html.ib-browser-consistency.ib-guided-demo-running{
  scroll-behavior:smooth;
}
html.ib-browser-consistency .ib-guided-demo-runner,
html.ib-browser-consistency .ib-guided-demo-coach,
html.ib-browser-consistency .ib-guided-demo-spotlight,
html.ib-browser-consistency .ib-admin-real-demo,
html.ib-browser-consistency .ib-admin-real-scene,
html.ib-browser-consistency .ib-admin-real-panel,
html.ib-browser-consistency .ib-admin-real-card{
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  transform:translateZ(0);
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}
html.ib-browser-consistency .ib-guided-demo-runner,
html.ib-browser-consistency .ib-guided-demo-actions button,
html.ib-browser-consistency .ib-guided-demo-actions a{
  -webkit-appearance:none;
  appearance:none;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}
html.ib-browser-consistency .ib-admin-real-demo,
html.ib-browser-consistency .ib-admin-real-scene,
html.ib-browser-consistency .ib-admin-real-panel,
html.ib-browser-consistency .ib-admin-real-card,
html.ib-browser-consistency .ib-admin-real-scene-title,
html.ib-browser-consistency .ib-admin-real-scene-copy{
  min-width:0;
  overflow-wrap:anywhere;
  word-break:normal;
}
html.ib-browser-consistency .ib-admin-real-scene img,
html.ib-browser-consistency .ib-admin-real-scene video,
html.ib-browser-consistency .ib-admin-real-scene svg{
  max-width:100%;
  height:auto;
}
@media (max-width:720px){
  html.ib-browser-consistency .ib-guided-demo-coach{
    bottom:calc(78px + env(safe-area-inset-bottom));
  }
  html.ib-browser-consistency .ib-guided-demo-runner{
    bottom:calc(16px + env(safe-area-inset-bottom));
  }
  html.ib-browser-consistency .ib-admin-real-demo,
  html.ib-browser-consistency .ib-admin-real-scene{
    width:100%;
    max-width:100%;
  }
}

/* Build 101BO: guided demo must stay mobile-friendly on the public demo URL.
   guided-demo-tour.css loads after storefront-v2.css, so this final mobile layer
   restores compact, readable mobile behavior for the guided experience itself. */
@media (max-width:720px){
  html.ib-browser-consistency.ib-guided-demo-on,
  html.ib-browser-consistency.ib-guided-demo-on body.ib-v2-body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2{
    padding:8px max(10px, env(safe-area-inset-left)) calc(128px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-right))!important;
    overflow-x:hidden!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-shell{
    width:100%!important;
    max-width:100%!important;
    gap:9px!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-header{
    position:sticky!important;
    top:env(safe-area-inset-top, 0px)!important;
    z-index:50!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
    padding:8px!important;
    border-radius:18px!important;
    min-height:0!important;
    height:auto!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-brand{
    min-height:50px!important;
    padding:4px 6px!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-logo,
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-logo.tenant-logo{
    width:min(248px, 82vw)!important;
    max-width:min(248px, 82vw)!important;
    height:50px!important;
    min-height:50px!important;
    max-height:50px!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-logo img{
    width:auto!important;
    max-width:100%!important;
    max-height:45px!important;
    object-fit:contain!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-header-actions{
    display:grid!important;
    grid-template-columns:repeat(3, minmax(0, 1fr))!important;
    gap:6px!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-header-actions .ib-v2-primary,
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-header-actions .ib-v2-secondary,
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-header-actions .ib-v2-link,
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-header-actions .ib-v2-caption-chip{
    min-width:0!important;
    width:100%!important;
    height:40px!important;
    min-height:40px!important;
    padding:6px 4px!important;
    border-radius:13px!important;
    font-size:clamp(.68rem, 2.8vw, .76rem)!important;
    line-height:1.05!important;
    letter-spacing:0!important;
    white-space:normal!important;
    overflow:hidden!important;
    text-align:center!important;
  }

  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2 .ib-v2-guide,
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2[data-avatar-full-sync='1'] .ib-v2-guide{
    display:grid!important;
    grid-template-columns:70px minmax(0, 1fr)!important;
    align-items:center!important;
    gap:8px!important;
    width:100%!important;
    min-width:0!important;
    padding:8px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2 .ib-v2-guide-orb.has-avatar{
    width:66px!important;
    height:66px!important;
    min-width:66px!important;
    min-height:66px!important;
    max-width:66px!important;
    max-height:66px!important;
    border-radius:999px!important;
    margin:0!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2 .ib-v2-avatar-face{
    inset:7px!important;
    border-radius:999px!important;
    clip-path:circle(50% at 50% 50%)!important;
    -webkit-clip-path:circle(50% at 50% 50%)!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2 .ib-v2-avatar-media{
    border-radius:999px!important;
    clip-path:circle(50% at 50% 50%)!important;
    -webkit-clip-path:circle(50% at 50% 50%)!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2 .ib-v2-guide-copy,
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2[data-avatar-full-sync='1'] .ib-v2-guide-copy{
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    max-height:116px!important;
    display:block!important;
    padding:9px 10px 12px!important;
    border-radius:15px!important;
    overflow:hidden!important;
    text-align:left!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2 .ib-v2-guide p,
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2[data-avatar-full-sync='1'] .ib-v2-guide p{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:3!important;
    max-height:4.05em!important;
    margin:5px 0 0!important;
    overflow:hidden!important;
    white-space:normal!important;
    text-overflow:clip!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
    font-size:clamp(.8rem, 3.2vw, .94rem)!important;
    line-height:1.33!important;
    letter-spacing:0!important;
    text-align:left!important;
  }

  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-layout{
    display:block!important;
    width:100%!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-summary{
    display:none!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-panel{
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    padding:15px 12px 10px!important;
    border-radius:20px!important;
    overflow:hidden!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-step-head h2{
    font-size:clamp(1.36rem, 7.6vw, 1.82rem)!important;
    line-height:1.07!important;
    letter-spacing:0!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-step-head p,
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-card small,
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-addon small,
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-field small{
    font-size:.9rem!important;
    line-height:1.36!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-grid,
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-card-grid{
    grid-template-columns:1fr!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-actions{
    position:sticky!important;
    bottom:0!important;
    z-index:40!important;
    grid-template-columns:minmax(0, .9fr) minmax(0, 1.3fr)!important;
    margin:16px -12px 0!important;
    padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important;
  }

  html.ib-browser-consistency.ib-guided-demo-on .ib-guided-demo-veil{
    background:linear-gradient(180deg,rgba(8,13,28,.05),rgba(8,13,28,.10))!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on .ib-guided-demo-spotlight{
    border-width:2px!important;
    border-radius:16px!important;
    transform:translate(-6px, -6px)!important;
    box-shadow:0 0 0 5px rgba(var(--ib-primary-rgb,37,99,235),.10),0 0 24px rgba(var(--ib-primary-rgb,37,99,235),.32)!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on .ib-guided-demo-arrow{
    display:none!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on .ib-guided-demo-coach{
    left:max(8px, env(safe-area-inset-left))!important;
    right:max(8px, env(safe-area-inset-right))!important;
    bottom:calc(70px + env(safe-area-inset-bottom))!important;
    width:auto!important;
    max-width:none!important;
    max-height:128px!important;
    padding:9px!important;
    border-radius:16px!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  html.ib-browser-consistency.ib-guided-demo-running .ib-guided-demo-coach{
    width:auto!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on .ib-guided-demo-kicker{
    margin-bottom:5px!important;
    font-size:.52rem!important;
    line-height:1.1!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on .ib-guided-demo-title{
    font-size:.78rem!important;
    line-height:1.12!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on .ib-guided-demo-actions{
    display:grid!important;
    grid-template-columns:minmax(0, 1fr) auto!important;
    gap:6px!important;
    margin-top:7px!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on .ib-guided-demo-actions button,
  html.ib-browser-consistency.ib-guided-demo-on .ib-guided-demo-actions a,
  html.ib-browser-consistency.ib-guided-demo-on .ib-guided-demo-voice-chip{
    min-height:32px!important;
    padding:7px 9px!important;
    font-size:.66rem!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on .ib-guided-demo-progress{
    margin-top:6px!important;
    gap:4px!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on .ib-guided-demo-progress button{
    height:4px!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on .ib-guided-demo-runner{
    left:max(10px, env(safe-area-inset-left))!important;
    right:max(10px, env(safe-area-inset-right))!important;
    bottom:calc(10px + env(safe-area-inset-bottom))!important;
    transform:none!important;
    width:auto!important;
    min-width:0!important;
    min-height:48px!important;
    padding:12px 16px!important;
    border-radius:16px!important;
    font-size:.92rem!important;
  }
  html.ib-browser-consistency.ib-guided-admin-demo-on .ib-admin-real-demo{
    inset:8px!important;
    padding:0!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  html.ib-browser-consistency.ib-guided-admin-demo-on .ib-admin-real-shell{
    height:100%!important;
    max-height:calc(100svh - 16px)!important;
    overflow:hidden!important;
  }
  html.ib-browser-consistency.ib-guided-admin-demo-on .ib-admin-real-main{
    overflow:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
}

@media (max-width:390px){
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2-header-actions{
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2 .ib-v2-guide{
    grid-template-columns:60px minmax(0, 1fr)!important;
    gap:7px!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2 .ib-v2-guide-orb.has-avatar{
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    min-height:58px!important;
    max-width:58px!important;
    max-height:58px!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2 .ib-v2-guide-copy{
    max-height:104px!important;
    padding:8px 9px 11px!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on body .ib-v2 .ib-v2-guide p{
    font-size:.78rem!important;
    line-height:1.28!important;
  }
  html.ib-browser-consistency.ib-guided-demo-on .ib-guided-demo-coach{
    max-height:116px!important;
  }
}

/* Build 101CC: admin commercial video demo removed. */
html.ib-guided-video-demo-on,
html.ib-guided-video-demo-on body.ib-v2-body{
  overflow:auto!important;
}
html.ib-guided-video-demo-on .ib-demo-video-player,
.ib-demo-video-player{
  display:none!important;
}

/* Build 101BQ: retired commercial-style video demo with live demo link. */
html.ib-guided-video-demo-on .ib-guided-demo-veil,
html.ib-guided-video-demo-on .ib-guided-demo-spotlight,
html.ib-guided-video-demo-on .ib-guided-demo-arrow,
html.ib-guided-video-demo-on .ib-guided-demo-coach,
html.ib-guided-video-demo-on .ib-guided-demo-runner{
  display:none!important;
}
html.ib-guided-video-demo-on body.ib-v2-body{
  overflow-x:hidden;
}
.ib-demo-video-player{
  width:min(1180px, calc(100vw - 28px));
  margin:18px auto 34px;
  border-radius:28px;
  border:1px solid color-mix(in srgb,var(--ib-border,#dbe4ee) 84%,transparent);
  background:
    radial-gradient(circle at 18% 0%,color-mix(in srgb,var(--ib-primary,#2563eb) 18%,transparent),transparent 38%),
    linear-gradient(180deg,color-mix(in srgb,var(--ib-surface,#fff) 98%,#fff),color-mix(in srgb,var(--ib-surface-2,#f1f5f9) 82%,#fff));
  box-shadow:0 28px 90px rgba(15,23,42,.14);
  overflow:hidden;
}
.ib-demo-video-player::before{
  content:"";
  display:block;
  height:4px;
  background:linear-gradient(90deg,var(--ib-primary,#2563eb),var(--ib-accent,#14b8a6),#f59e0b);
}
.ib-demo-video-stage{
  display:grid;
  gap:16px;
  padding:18px;
}
.ib-demo-video-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.ib-demo-video-topbar span{
  display:block;
  color:var(--ib-muted,#475569);
  font-size:.74rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.ib-demo-video-topbar strong{
  display:block;
  color:var(--ib-text,#0f172a);
  font-size:1.22rem;
  line-height:1.15;
}
.ib-demo-video-live,
.ib-demo-video-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 14px;
  border-radius:14px;
  border:1px solid color-mix(in srgb,var(--ib-primary,#2563eb) 26%,var(--ib-border,#dbe4ee));
  background:color-mix(in srgb,var(--ib-primary,#2563eb) 8%,var(--ib-surface,#fff));
  color:var(--ib-text,#0f172a);
  text-decoration:none;
  font-weight:900;
}
.ib-demo-video-screen{
  display:grid;
  grid-template-columns:minmax(280px,.82fr) minmax(0,1fr);
  gap:18px;
  align-items:stretch;
}
.ib-demo-video-phone{
  position:relative;
  min-height:520px;
  border-radius:30px;
  border:10px solid #0f172a;
  background:
    linear-gradient(160deg,rgba(15,23,42,.94),rgba(30,41,59,.98)),
    #0f172a;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(15,23,42,.22);
}
.ib-demo-commercial-visual{
  min-height:520px;
  display:grid;
  place-items:center;
  padding:20px;
  background:
    radial-gradient(circle at 22% 18%,rgba(20,184,166,.24),transparent 30%),
    radial-gradient(circle at 76% 74%,rgba(245,158,11,.18),transparent 32%),
    linear-gradient(145deg,#0f172a,#172033 54%,#0f172a);
}
.ib-demo-commercial-phone{
  width:min(100%,330px);
  min-height:455px;
  display:grid;
  align-content:center;
  gap:14px;
  padding:22px;
  border-radius:28px;
  background:rgba(255,255,255,.96);
  color:#0f172a;
  box-shadow:0 26px 70px rgba(2,6,23,.32);
}
.ib-demo-commercial-logo{
  font-size:1.1rem;
  font-weight:1000;
  line-height:1.15;
}
.ib-demo-commercial-caption,
.ib-demo-commercial-caption-bar{
  color:#64748b;
  font-size:.82rem;
  font-weight:850;
}
.ib-demo-commercial-card,
.ib-demo-commercial-lead{
  display:grid;
  gap:6px;
  padding:16px;
  border-radius:18px;
  background:#f8fafc;
  border:1px solid #dbe4ee;
}
.ib-demo-commercial-card.primary{
  background:linear-gradient(135deg,#2563eb,#14b8a6);
  color:#fff;
  border:0;
}
.ib-demo-commercial-card strong,
.ib-demo-commercial-lead strong{
  font-size:1.3rem;
  line-height:1.12;
}
.ib-demo-commercial-card span,
.ib-demo-commercial-lead span{
  color:inherit;
  opacity:.78;
  font-weight:800;
}
.ib-demo-commercial-progress{
  height:10px;
  overflow:hidden;
  border-radius:999px;
  background:#e2e8f0;
}
.ib-demo-commercial-progress span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#2563eb,#14b8a6);
}
.ib-demo-commercial-actions,
.ib-demo-commercial-list{
  display:grid;
  gap:9px;
}
.ib-demo-commercial-actions{
  grid-template-columns:1fr 1fr;
}
.ib-demo-commercial-actions span,
.ib-demo-commercial-list span{
  padding:11px 12px;
  border-radius:14px;
  background:#fff;
  border:1px solid #dbe4ee;
  font-weight:950;
  text-align:center;
}
.ib-demo-commercial-list .is-active,
.ib-demo-commercial-actions span:first-child{
  color:#fff;
  background:#0f172a;
  border-color:#0f172a;
}
.ib-demo-commercial-question{
  font-size:1.55rem;
  line-height:1.08;
  font-weight:1000;
}
.ib-demo-commercial-wave{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:120px;
  border-radius:22px;
  background:linear-gradient(135deg,#eff6ff,#ccfbf1);
}
.ib-demo-commercial-wave span{
  width:10px;
  height:42px;
  border-radius:999px;
  background:#2563eb;
  animation:ibDemoCommercialWave 1.08s ease-in-out infinite;
}
.ib-demo-commercial-wave span:nth-child(2){height:72px;animation-delay:.08s;background:#14b8a6}
.ib-demo-commercial-wave span:nth-child(3){height:96px;animation-delay:.16s;background:#f59e0b}
.ib-demo-commercial-wave span:nth-child(4){height:66px;animation-delay:.24s;background:#14b8a6}
.ib-demo-commercial-wave span:nth-child(5){height:46px;animation-delay:.32s;background:#2563eb}
.ib-demo-commercial-lead em{
  justify-self:start;
  padding:7px 10px;
  border-radius:999px;
  background:#dcfce7;
  color:#166534;
  font-style:normal;
  font-weight:1000;
}
.ib-demo-commercial-list.compact span{
  text-align:left;
}
@keyframes ibDemoCommercialWave{
  0%,100%{transform:scaleY(.72)}
  50%{transform:scaleY(1)}
}
.ib-demo-video-copy{
  display:grid;
  align-content:center;
  gap:14px;
  padding:clamp(18px,4vw,42px);
  border-radius:26px;
  background:color-mix(in srgb,var(--ib-surface,#fff) 92%,transparent);
  border:1px solid color-mix(in srgb,var(--ib-border,#dbe4ee) 82%,transparent);
}
.ib-demo-video-copy>span{
  color:var(--ib-primary,#2563eb);
  font-size:.78rem;
  font-weight:1000;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.ib-demo-video-copy h2{
  margin:0;
  color:var(--ib-text,#0f172a);
  font-size:clamp(2rem,4.8vw,4.4rem);
  line-height:.98;
  letter-spacing:0;
}
.ib-demo-video-copy p{
  margin:0;
  color:var(--ib-muted,#475569);
  font-size:clamp(1rem,1.7vw,1.22rem);
  line-height:1.45;
  font-weight:750;
}
.ib-demo-video-bullets{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.ib-demo-video-bullets span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 11px;
  border-radius:999px;
  background:color-mix(in srgb,var(--ib-primary,#2563eb) 10%,var(--ib-surface,#fff));
  border:1px solid color-mix(in srgb,var(--ib-primary,#2563eb) 20%,var(--ib-border,#dbe4ee));
  color:var(--ib-text,#0f172a);
  font-weight:900;
  font-size:.84rem;
}
.ib-demo-video-controls{
  display:grid;
  grid-template-columns:auto auto minmax(120px,1fr) auto;
  gap:10px;
  align-items:center;
}
.ib-demo-video-play{
  min-height:48px;
  border:0;
  border-radius:16px;
  padding:12px 16px;
  background:linear-gradient(135deg,var(--ib-primary,#2563eb),var(--ib-accent,#14b8a6));
  color:var(--ib-primary-text,#fff);
  font-weight:1000;
  cursor:pointer;
  box-shadow:0 16px 34px color-mix(in srgb,var(--ib-primary,#2563eb) 24%,transparent);
}
.ib-demo-video-meter{
  height:9px;
  border-radius:999px;
  background:color-mix(in srgb,var(--ib-surface-2,#f1f5f9) 88%,transparent);
  border:1px solid color-mix(in srgb,var(--ib-border,#dbe4ee) 80%,transparent);
  overflow:hidden;
}
.ib-demo-video-meter span{
  display:block;
  width:25%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--ib-primary,#2563eb),var(--ib-accent,#14b8a6));
  transition:width .32s ease;
}
.ib-demo-video-status{
  color:var(--ib-muted,#475569);
  font-size:.82rem;
  font-weight:850;
  text-align:right;
}
.ib-demo-video-player.is-playing .ib-demo-video-screen{
  animation:ibDemoVideoGlow 5.2s ease-in-out infinite;
}
@keyframes ibDemoVideoGlow{
  0%,100%{filter:saturate(1)}
  50%{filter:saturate(1.08)}
}
@media (max-width:860px){
  .ib-demo-video-player{
    width:calc(100vw - 20px);
    margin:10px auto 22px;
    border-radius:22px;
  }
  .ib-demo-video-stage{
    padding:12px;
    gap:12px;
  }
  .ib-demo-video-topbar{
    align-items:flex-start;
  }
  .ib-demo-video-screen{
    grid-template-columns:1fr;
    gap:12px;
  }
  .ib-demo-video-phone{
    min-height:430px;
    border-width:7px;
    border-radius:24px;
  }
  .ib-demo-commercial-visual{
    min-height:430px;
    padding:14px;
  }
  .ib-demo-commercial-phone{
    min-height:380px;
  }
  .ib-demo-video-copy{
    padding:18px;
    border-radius:20px;
  }
  .ib-demo-video-copy h2{
    font-size:clamp(1.7rem,8vw,2.55rem);
  }
  .ib-demo-video-controls{
    grid-template-columns:1fr;
  }
  .ib-demo-video-play,
  .ib-demo-video-secondary,
  .ib-demo-video-live{
    width:100%;
  }
  .ib-demo-video-status{
    text-align:left;
  }
}
@media (max-width:420px){
  .ib-demo-video-topbar{
    display:grid;
    grid-template-columns:1fr;
  }
  .ib-demo-video-phone{
    min-height:360px;
  }
  .ib-demo-commercial-visual{
    min-height:360px;
  }
  .ib-demo-commercial-phone{
    min-height:330px;
    padding:17px;
  }
  .ib-demo-video-copy{
    padding:15px;
  }
  .ib-demo-video-bullets span{
    width:100%;
    justify-content:center;
  }
}
