/* Bizscall one-page landing — brand: navy #00428E / orange #EC6D56 */
:root {
  --bc-navy: #00428e;
  --bc-navy-deep: #00356f;
  --bc-navy-soft: #d6e8f5;
  --bc-orange: #ec6d56;
  --bc-orange-deep: #d85a44;
  --bc-ink: #1f1f1f;
  --bc-muted: #555b6e;
  --bc-line: #e4eaf2;
  --bc-paper: #f5f8fc;
  --bc-white: #ffffff;
  --bc-radius: 14px;
  --bc-max: 1120px;
  --bc-font: "Pretendard Variable", Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  --bc-header-h: 72px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: calc(var(--bc-header-h) + 12px);
}

body.bc-landing {
  margin: 0;
  font-family: var(--bc-font);
  color: var(--bc-ink);
  background: var(--bc-white);
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  padding-top: 0;
}

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

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

body.bc-landing #hd_login_msg,
body.bc-landing #wrapper,
body.bc-landing #container_wr,
body.bc-landing #aside { display: none !important; }

/* 그누보드 접근성 */
.sound_only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

/* 모달형 팝업레이어 */
html.bc-popup-open,
body.bc-popup-open {
  overflow: hidden !important;
  height: 100% !important;
  overscroll-behavior: none;
}
html.bc-video-modal-open,
body.bc-video-modal-open {
  overflow: hidden !important;
  height: 100% !important;
  overscroll-behavior: none;
  touch-action: none;
}
#hd_pop.bc-pop {
  position: fixed;
  inset: 0;
  z-index: 3000;
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  overflow: hidden !important;
  overscroll-behavior: none;
  pointer-events: none;
}
#hd_pop.bc-pop > h2,
#hd_pop.bc-pop .sound_only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bc-pop__dim {
  position: absolute;
  inset: 0;
  background: rgba(8, 16, 32, 0.72);
  pointer-events: auto;
}
.bc-pop__panel.hd_pops {
  /* JS가 실제 innerHeight로 덮어씀. CSS 폴백은 가장 보수적인 svh 사용 */
  --bc-pop-max-h: calc(100vh - 48px);
  --bc-pop-max-h: calc(100svh - 48px);
  --bc-pop-max-h: calc(100dvh - 48px);
  --bc-pop-footer-h: 46px;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, -50%);
  z-index: 3001;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #000;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  overflow: hidden !important;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto !important;
  max-width: min(100vw - 32px, 100%) !important;
  max-height: var(--bc-pop-max-h) !important;
  line-height: 0;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.bc-pop__panel.hd_pops::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.bc-pop__panel.hd_pops.is-hidden,
#hd_pop.bc-pop .hd_pops[hidden] {
  display: none !important;
}
.bc-pop__body.hd_pops_con {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: calc(var(--bc-pop-max-h) - var(--bc-pop-footer-h)) !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #000;
  color: #fff;
  font-size: 0;
  line-height: 0;
  box-sizing: border-box;
  flex: 0 1 auto;
  min-height: 0;
  /* line-box / 인라인 여백으로 세로 스크롤 생기는 것 방지 */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.bc-pop__body.hd_pops_con::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
/* 에디터가 이미지를 <p>로 감싸며 생기는 위·아래 여백 제거 */
.bc-pop__body.hd_pops_con > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.bc-pop__body.hd_pops_con > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.bc-pop__body.hd_pops_con p,
.bc-pop__body.hd_pops_con div {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
}
.bc-pop__body.hd_pops_con br {
  display: none;
}
.bc-pop__body.hd_pops_con span,
.bc-pop__body.hd_pops_con li,
.bc-pop__body.hd_pops_con td,
.bc-pop__body.hd_pops_con a {
  font-size: 14px;
  line-height: 1.6;
}
/* 텍스트만 있는 블록은 가독성 유지 */
@supports selector(:has(*)) {
  .bc-pop__body.hd_pops_con p:not(:has(img)),
  .bc-pop__body.hd_pops_con div:not(:has(img)) {
    font-size: 14px;
    line-height: 1.6;
  }
}
.bc-pop__body.hd_pops_con img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: calc(var(--bc-pop-max-h) - var(--bc-pop-footer-h)) !important;
  object-fit: contain;
  object-position: center top;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  vertical-align: top;
  box-sizing: border-box;
  flex-shrink: 1;
}
/* 닫기 바 — 이미지 아래 별도 영역 (겹침 없음) */
.bc-pop__footer.hd_pops_footer {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  min-height: var(--bc-pop-footer-h);
  padding: 0;
  background: #111;
  color: #fff;
  z-index: 2;
  line-height: 1.3;
}
.bc-pop__footer:after {
  display: none;
}
.bc-pop__btn {
  appearance: none;
  margin: 0;
  padding: 12px 14px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.3;
  touch-action: manipulation;
}
.bc-pop__btn:hover {
  background: rgba(255, 255, 255, 0.12);
}
.bc-pop__footer .hd_pops_close {
  position: static;
  background: transparent;
}

#bc-skip a {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: 8px 12px;
  background: var(--bc-navy);
  color: #fff;
}
#bc-skip a:focus { left: 8px; }

/* Header — 히어로 위 투명 → 스크롤 시 고정 솔리드 */
.bc-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  height: var(--bc-header-h);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.bc-header.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--bc-line);
  box-shadow: 0 8px 24px rgba(0, 66, 142, 0.08);
}
.bc-header__inner {
  max-width: var(--bc-max);
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.bc-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--bc-navy);
  flex-shrink: 0;
  line-height: 0;
}
.bc-logo__img {
  display: block;
  height: 36px;
  width: auto;
  max-width: min(180px, 52vw);
  object-fit: contain;
  transition: filter 0.25s ease;
}
/* 투명 헤더일 때 로고를 밝게 */
.bc-header:not(.is-scrolled) .bc-logo__img {
  filter: brightness(0) invert(1);
}
.bc-nav {
  display: flex;
  gap: 22px;
  margin-left: auto;
}
.bc-nav a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 600;
  transition: color 0.2s ease;
}
.bc-nav a:hover { color: #fff; }
.bc-header.is-scrolled .bc-nav a {
  color: var(--bc-muted);
}
.bc-header.is-scrolled .bc-nav a:hover {
  color: var(--bc-navy);
}
.bc-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bc-header__cog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  font-size: 1.15rem;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.bc-header__admin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.bc-header__admin:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff !important;
}
.bc-header.is-scrolled .bc-header__admin {
  border-color: var(--bc-navy);
  color: var(--bc-navy) !important;
  background: #fff;
}
.bc-header.is-scrolled .bc-header__admin:hover {
  background: var(--bc-navy-soft);
  color: var(--bc-navy) !important;
}
.bc-header__cog:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  transform: rotate(45deg);
}
.bc-header.is-scrolled .bc-header__cog {
  color: var(--bc-navy);
}
.bc-header.is-scrolled .bc-header__cog:hover {
  background: var(--bc-navy-soft);
  color: var(--bc-navy);
}
.bc-header:not(.is-scrolled) .bc-btn--ghost {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55);
}
.bc-header:not(.is-scrolled) .bc-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff !important;
}
.bc-header.is-scrolled .bc-btn--ghost {
  background: #fff;
  color: var(--bc-navy) !important;
  border-color: var(--bc-navy);
}
.bc-header .bc-btn--shop,
.bc-btn--shop {
  background: transparent;
  color: var(--bc-orange) !important;
  border-color: var(--bc-orange);
}
.bc-header .bc-btn--shop:hover,
.bc-btn--shop:hover {
  background: rgba(236, 109, 86, 0.12);
  color: var(--bc-orange-deep) !important;
  border-color: var(--bc-orange-deep);
}
.bc-header:not(.is-scrolled) .bc-btn--shop {
  background: transparent;
  color: #fff !important;
  border-color: var(--bc-orange);
}
.bc-header:not(.is-scrolled) .bc-btn--shop:hover {
  background: rgba(236, 109, 86, 0.22);
  color: #fff !important;
  border-color: var(--bc-orange);
}
.bc-header.is-scrolled .bc-btn--shop {
  background: #fff;
  color: var(--bc-orange) !important;
  border-color: var(--bc-orange);
}
.bc-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  padding: 10px;
  cursor: pointer;
}
.bc-nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}
.bc-header.is-scrolled .bc-nav-toggle span {
  background: var(--bc-navy);
}
.bc-nav-drawer {
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: 16px 20px 24px;
  background: var(--bc-white);
  border-bottom: 1px solid var(--bc-line);
  position: fixed;
  top: var(--bc-header-h);
  left: 0;
  right: 0;
  z-index: 999;
  max-height: calc(100svh - var(--bc-header-h));
  overflow-y: auto;
  box-shadow: 0 12px 28px rgba(0, 66, 142, 0.1);
}
.bc-nav-drawer:not([hidden]) { display: flex; }
.bc-nav-drawer a {
  padding: 12px 4px;
  color: var(--bc-ink);
  text-decoration: none;
  font-weight: 600;
}

/* Buttons */
.bc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  border: 2px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.bc-btn:hover { transform: translateY(-1px); }
.bc-btn--sm { padding: 10px 16px; font-size: 0.95rem; }
.bc-btn--lg { padding: 16px 28px; font-size: 1.1rem; }
.bc-btn--block {
  width: 100%;
  margin-top: auto;
}
.bc-btn--primary {
  background: var(--bc-orange);
  color: #fff !important;
  border-color: var(--bc-orange);
}
.bc-btn--primary:hover { background: var(--bc-orange-deep); border-color: var(--bc-orange-deep); color: #fff !important; }
.bc-btn--ghost {
  background: #fff;
  color: var(--bc-navy) !important;
  border-color: var(--bc-navy);
}
.bc-btn--ghost:hover { background: var(--bc-navy-soft); color: var(--bc-navy) !important; }
.bc-btn--ghost-light {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55);
}
.bc-btn--ghost-light:hover { background: rgba(255, 255, 255, 0.12); color: #fff !important; }

/* Layout */
.bc-wrap {
  max-width: var(--bc-max);
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.bc-main {
  width: 100%;
  overflow-x: hidden;
}
.bc-section { padding: 88px 0; }
.bc-center { text-align: center; }

/* Section title — COMPANY 스타일: 큰 타이틀 + 짧은 설명 (영문 없음) */
.bc-sec-head {
  text-align: center;
  margin: 0 auto 48px;
  max-width: 820px;
}
.bc-sec-head__title {
  margin: 0;
  font-size: clamp(2.2rem, 4.8vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.05;
  color: var(--bc-ink);
}
.bc-sec-head__title span {
  color: var(--bc-navy);
}
.bc-sec-head__desc {
  margin: 18px auto 0;
  max-width: 36em;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.01em;
  color: #6b7280;
  word-break: keep-all;
}

.bc-h2 {
  margin: 0 0 20px;
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: var(--bc-navy-deep);
}
.bc-h2--center { text-align: center; }
.bc-h2--on-dark { color: #fff; }
.bc-p {
  margin: 0;
  color: var(--bc-muted);
  font-size: 1.15rem;
  line-height: 1.7;
}
.bc-p--narrow { max-width: 640px; margin-left: auto; margin-right: auto; }
.bc-p--center { text-align: center; }
.bc-p--on-dark { color: rgba(255, 255, 255, 0.88); }
.bc-p--note {
  margin-top: 14px;
  margin-bottom: 20px;
  color: var(--bc-navy);
  font-weight: 700;
}
.bc-split__text .bc-btn {
  margin-top: 4px;
}

/* Hero — full-bleed image/video slider */
.bc-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
  background: #001a38;
}
.bc-hero__track {
  position: absolute;
  inset: 0;
}
.bc-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
}
.bc-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.bc-hero__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}
.bc-hero__slide.is-active .bc-hero__media--image {
  animation: bc-kenburns 14s ease-out forwards;
}
.bc-hero__media--video {
  overflow: hidden;
  background: #000;
}
.bc-hero__poster {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.bc-hero__youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
  z-index: 1;
}
.bc-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    /* 은은한 시네마틱 워시 — 원본 톤을 살림 */
    linear-gradient(
      115deg,
      rgba(6, 16, 36, 0.38) 0%,
      rgba(8, 22, 48, 0.16) 42%,
      rgba(10, 28, 56, 0.05) 72%,
      transparent 100%
    ),
    /* 하단 텍스트 영역만 가볍게 받침 */
    linear-gradient(
      0deg,
      rgba(4, 10, 22, 0.55) 0%,
      rgba(4, 10, 22, 0.22) 32%,
      rgba(4, 10, 22, 0.04) 58%,
      transparent 78%
    );
}
/* 첫 배너 등: PC는 원본 이미지, 모바일은 글자 가독성용 오버레이 */
.bc-hero__shade--mobile-only {
  display: none;
  background:
    linear-gradient(
      105deg,
      rgba(2, 8, 18, 0.7) 0%,
      rgba(4, 18, 40, 0.5) 40%,
      rgba(0, 40, 82, 0.28) 100%
    ),
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.48) 0%,
      rgba(0, 0, 0, 0.18) 45%,
      transparent 75%
    );
}
@media (max-width: 900px) {
  .bc-hero__shade--mobile-only {
    display: block;
  }
}
.bc-hero__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  max-width: var(--bc-max);
  width: 100%;
  margin: 0 auto;
  padding: 48px 20px 96px;
}
.bc-hero__slide.is-active .bc-hero__content {
  animation: bc-rise 0.85s ease-out both;
}
.bc-hero__brand {
  margin: 0 0 18px;
  font-size: clamp(2.35rem, 5.5vw, 3.75rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28), 0 10px 28px rgba(0, 0, 0, 0.22);
}
.bc-hero__title {
  margin: 0 0 20px;
  max-width: none;
  font-size: clamp(1.45rem, 3.4vw, 2.35rem);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.02em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28), 0 10px 28px rgba(0, 0, 0, 0.22);
}
.bc-hero__line {
  display: block;
  white-space: nowrap;
}
.bc-hero__title em {
  font-style: normal;
  color: #ffc4b8;
}
.bc-hero__lead {
  margin: 0 0 28px;
  max-width: 38ch;
  font-size: 1.2rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(0, 0, 0, 0.2);
}
.bc-hero__benefits {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 36rem;
}
.bc-hero__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.bc-hero__benefit-num {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--bc-orange);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1;
  margin-top: 1px;
}
.bc-hero__benefit-text {
  flex: 1 1 auto;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.02em;
  word-break: keep-all;
}
.bc-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }

.bc-hero__controls {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 14px;
}
.bc-hero__arrow {
  display: none !important;
}
.bc-hero__dots {
  display: flex;
  gap: 8px;
  align-items: center;
}
.bc-hero__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
.bc-hero__dot.is-active {
  background: #fff;
  transform: scale(1.2);
}

@keyframes bc-kenburns {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}
@keyframes bc-rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Manual Shorts — phone frame + overlay UI */
.bc-shorts {
  background:
    radial-gradient(ellipse 70% 55% at 50% -10%, rgba(0, 66, 142, 0.1), transparent 65%),
    linear-gradient(180deg, #eef3f8 0%, #ffffff 55%);
}
.bc-shorts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 18px;
  align-items: start;
  justify-items: center;
}
.bc-short {
  width: 100%;
  max-width: 220px;
  min-width: 0;
}
.bc-short__device {
  position: relative;
  padding: 12px 10px 14px;
  border-radius: 32px;
  background: linear-gradient(160deg, #1a2333 0%, #0b1220 55%, #151c2a 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 22px 48px rgba(8, 24, 56, 0.28),
    0 4px 12px rgba(8, 24, 56, 0.12);
}
.bc-short__notch {
  width: 38%;
  height: 6px;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: #05080f;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.bc-short__home {
  width: 34%;
  height: 4px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}
.bc-short__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  overflow: hidden;
  background: #0b1220;
  isolation: isolate;
}
.bc-short__play {
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #0b1220;
  position: relative;
  color: inherit;
  text-align: left;
}
.bc-short__thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  /* 유튜브 16:9 썸네일 레터박스 가리기 */
  transform: scale(1.45);
  transform-origin: center 30%;
  transition: transform 0.55s ease, filter 0.35s ease;
  filter: saturate(1.05) contrast(1.04);
}
.bc-short__play:hover .bc-short__thumb,
.bc-short__play:focus-visible .bc-short__thumb {
  transform: scale(1.52);
  filter: saturate(1.1) contrast(1.06) brightness(1.04);
}
.bc-short__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 18, 40, 0.28) 0%, transparent 28%),
    linear-gradient(0deg, rgba(4, 10, 24, 0.92) 0%, rgba(4, 10, 24, 0.45) 38%, transparent 62%);
  pointer-events: none;
  z-index: 1;
}
.bc-short__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  min-width: 36px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.bc-short__icon {
  position: absolute;
  left: 50%;
  top: 46%;
  z-index: 2;
  width: 68px;
  height: 68px;
  margin: -34px 0 0 -34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.28),
    0 0 0 10px rgba(255, 255, 255, 0.06);
  transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  pointer-events: none;
}
.bc-short__icon i {
  display: block;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}
.bc-short__play:hover .bc-short__icon,
.bc-short__play:focus-visible .bc-short__icon {
  transform: scale(1.08);
  background: rgba(236, 109, 86, 0.92);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow:
    0 14px 32px rgba(236, 109, 86, 0.35),
    0 0 0 12px rgba(236, 109, 86, 0.12);
}
.bc-short__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 18px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  pointer-events: none;
}
.bc-short__caption strong {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}
.bc-short__caption em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  line-height: 1.4;
  word-break: keep-all;
}
.bc-short__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  z-index: 3;
  background: #000;
}
.bc-short__soon {
  position: absolute;
  inset: 0;
  display: block;
  background:
    radial-gradient(ellipse 70% 50% at 50% 35%, rgba(0, 66, 142, 0.45), transparent 70%),
    linear-gradient(165deg, #1a2a44 0%, #0b1220 55%, #152033 100%);
}
.bc-short__soon-mark {
  position: absolute;
  left: 50%;
  top: 46%;
  z-index: 2;
  transform: translate(-50%, -50%);
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}
.bc-short--soon .bc-short__device {
  opacity: 0.92;
}
.bc-short--soon .bc-short__caption em {
  color: rgba(236, 109, 86, 0.95);
}
.bc-short__device:has(.bc-short__frame.is-playing) .bc-short__notch,
.bc-short__device:has(.bc-short__frame.is-playing) .bc-short__home {
  opacity: 0.55;
}

@media (max-width: 1100px) {
  .bc-shorts__grid {
    gap: 24px 14px;
  }
  .bc-short {
    max-width: 200px;
  }
}

@media (max-width: 900px) {
  .bc-shorts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
  }
  .bc-short {
    max-width: 240px;
  }
}

/* AI Smart card showcase — clean rectangle + infinite scroll rail */
.bc-ai {
  background: #fff;
  border-top: 1px solid var(--bc-line);
  overflow: hidden;
}
.bc-ai__lead {
  margin-top: -20px;
  margin-bottom: 40px;
  color: var(--bc-muted);
  font-size: 1.05rem;
}
.bc-ai__rail {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
  mask-image: linear-gradient(90deg, transparent 0%, #000 2.5%, #000 97.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 2.5%, #000 97.5%, transparent 100%);
  user-select: none;
  -webkit-user-select: none;
}
.bc-ai__rail.is-dragging {
  cursor: grabbing;
}
.bc-ai__track {
  display: flex;
  gap: 20px;
  width: max-content;
  align-items: flex-start;
  padding: 4px 16px 12px;
  will-change: transform;
  backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .bc-ai__track {
    flex-wrap: wrap;
    width: auto;
    max-width: var(--bc-max);
    margin: 0 auto;
    justify-content: center;
    transform: none !important;
  }
  .bc-ai__rail {
    overflow: visible;
    mask-image: none;
    -webkit-mask-image: none;
    cursor: default;
  }
}
.bc-ai-card {
  flex: 0 0 auto;
  width: 190px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bc-ai-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 14px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 10px 28px rgba(15, 35, 70, 0.12);
  isolation: isolate;
}
.bc-ai-card__play {
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #0f172a;
  position: relative;
  text-align: left;
  z-index: 1;
}
.bc-ai-card__thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transform: scale(1.4);
  transform-origin: center 28%;
  transition: transform 0.45s ease, filter 0.3s ease;
}
.bc-ai-card__play:hover .bc-ai-card__thumb,
.bc-ai-card__play:focus-visible .bc-ai-card__thumb {
  transform: scale(1.48);
  filter: brightness(1.05);
}
.bc-ai-card__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8, 16, 32, 0.35) 100%);
  pointer-events: none;
  z-index: 1;
}
.bc-ai-card__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, background 0.25s ease;
  pointer-events: none;
}
.bc-ai-card__icon i {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
}
.bc-ai-card__play:hover .bc-ai-card__icon,
.bc-ai-card__play:focus-visible .bc-ai-card__icon {
  transform: scale(1.08);
  background: rgba(236, 109, 86, 0.92);
}
.bc-ai-card__media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  z-index: 3;
  background: #000;
}
.bc-ai-card__media.is-playing .bc-ai-card__play {
  visibility: hidden;
}
.bc-ai-card__cardlink {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 5;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  padding: 9px 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--bc-navy) !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(8, 20, 40, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.bc-ai-card__cardlink:hover,
.bc-ai-card__cardlink:focus-visible {
  background: var(--bc-orange);
  color: #fff !important;
  transform: translateY(-1px);
}
.bc-ai-card__media.is-playing .bc-ai-card__cardlink {
  background: rgba(15, 23, 42, 0.78);
  color: #fff !important;
}

/* Smart card preview modal — phone frame + dim backdrop */
html.bc-card-modal-open,
body.bc-card-modal-open {
  overflow: hidden !important;
  overscroll-behavior: none;
  /* height:100% 금지 — 스크롤 위치가 맨 위로 점프함 */
}
html.bc-card-modal-open {
  scroll-behavior: auto !important;
}
body.bc-card-modal-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}
.bc-card-modal {
  position: fixed;
  inset: 0;
  z-index: 4100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
  padding-top: max(20px, env(safe-area-inset-top));
  padding-bottom: max(20px, env(safe-area-inset-bottom));
  box-sizing: border-box;
}
.bc-card-modal[hidden] {
  display: none !important;
}
.bc-card-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 12, 28, 0.62);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
}
.bc-card-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  height: min(860px, calc(100dvh - 40px));
  max-height: calc(100vh - 40px);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
}
.bc-card-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.bc-card-modal__close:hover,
.bc-card-modal__close:focus-visible {
  background: var(--bc-orange);
}
.bc-card-modal__frame {
  flex: 1;
  min-height: 0;
  width: 100%;
  overflow: hidden;
  background: #f1f5f9;
}
.bc-card-modal__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}
@media (max-width: 900px) {
  .bc-card-modal {
    padding: 10px;
    padding-top: max(10px, env(safe-area-inset-top));
    padding-bottom: max(10px, env(safe-area-inset-bottom));
    align-items: stretch;
  }
  .bc-card-modal__panel {
    width: min(100%, 430px);
    height: auto;
    max-height: none;
    flex: 1 1 auto;
    margin: 0 auto;
    border-radius: 16px;
  }
  .bc-card-modal__close {
    top: max(8px, env(safe-area-inset-top));
    right: max(8px, env(safe-area-inset-right));
    width: 44px;
    height: 44px;
  }
}
.bc-ai-card__meta {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 2px;
}
.bc-ai-card__title {
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--bc-navy-deep);
  line-height: 1.3;
  word-break: keep-all;
}
.bc-ai-card__desc {
  font-size: 0.82rem;
  color: var(--bc-muted);
  line-height: 1.4;
  word-break: keep-all;
}
.bc-ai__foot {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

/* Smart card template rail — live scaled demos (max 6) */
.bc-tpl {
  background:
    radial-gradient(ellipse 55% 40% at 80% 0%, rgba(0, 66, 142, 0.07), transparent 55%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 70%);
  border-top: 1px solid var(--bc-line);
  overflow: hidden;
}
.bc-tpl__rail {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent 0%, #000 2%, #000 98%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 2%, #000 98%, transparent 100%);
}
.bc-tpl__rail::-webkit-scrollbar {
  display: none;
}
.bc-tpl__track {
  display: flex;
  gap: 22px;
  width: max-content;
  align-items: flex-start;
  padding: 8px max(16px, calc((100vw - var(--bc-max)) / 2 + 16px)) 20px;
  margin: 0 auto;
}
.bc-tpl-card {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  scroll-snap-align: center;
}
.bc-tpl-card__preview {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 14px;
  overflow: hidden;
  background: #e8eef6;
  box-shadow: 0 10px 28px rgba(15, 35, 70, 0.1);
  border: 1px solid rgba(15, 40, 80, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.bc-tpl-card__preview:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15, 35, 70, 0.14);
}
.bc-tpl-card__screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(155deg, var(--bc-tpl-a, #0f172a) 0%, var(--bc-tpl-b, #64748b) 100%);
  container-type: size;
}
.bc-tpl-card__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 390px;
  height: 844px;
  border: 0;
  background: #fff;
  transform-origin: top left;
  transform: scale(var(--bc-tpl-scale, 0.42));
  pointer-events: none;
}
@supports (width: 1cqw) {
  .bc-tpl-card__frame {
    transform: scale(calc(100cqw / 390));
  }
}
.bc-tpl-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 5px 8px;
  border-radius: 8px;
  pointer-events: none;
}
.bc-tpl-card__hit {
  appearance: none;
  position: absolute;
  inset: 0;
  z-index: 3;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
}
.bc-tpl-card__hint {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 66, 142, 0.82);
  padding: 7px 12px;
  border-radius: 999px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  box-shadow: 0 6px 16px rgba(0, 30, 70, 0.28);
}
.bc-tpl-card__hit:hover .bc-tpl-card__hint,
.bc-tpl-card__hit:focus-visible .bc-tpl-card__hint {
  opacity: 1;
}
.bc-tpl-card__hit:focus-visible {
  outline: 2px solid var(--bc-orange);
  outline-offset: 2px;
}
.bc-tpl-card__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 2px;
}
.bc-tpl-card__title {
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--bc-navy-deep);
  line-height: 1.3;
  word-break: keep-all;
}
.bc-tpl-card__desc {
  font-size: 0.82rem;
  color: var(--bc-muted);
  line-height: 1.4;
  word-break: keep-all;
}
.bc-tpl__foot {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
}

/* Smart card Cafe24 buy — under templates */
.bc-buy {
  background: var(--bc-white);
  border-top: 1px solid var(--bc-line);
}
.bc-buy__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 720px;
  margin: 8px auto 0;
}
.bc-buy-opt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 28px 24px 24px;
  border: 1px solid var(--bc-line);
  border-radius: var(--bc-radius);
  background: var(--bc-paper);
}
.bc-buy-opt--accent {
  background: linear-gradient(165deg, var(--bc-navy) 0%, var(--bc-navy-deep) 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 16px 40px rgba(0, 66, 142, 0.22);
}
.bc-buy-opt__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  margin: 0;
  padding: 5px 10px;
  border-radius: 8px;
  background: var(--bc-orange);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.bc-buy-opt__term {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--bc-muted);
  letter-spacing: -0.01em;
}
.bc-buy-opt--accent .bc-buy-opt__term {
  color: rgba(255, 255, 255, 0.72);
}
.bc-buy-opt__period {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--bc-navy-deep);
}
.bc-buy-opt--accent .bc-buy-opt__period {
  color: #fff;
}
.bc-buy-opt__price {
  margin: 4px 0 12px;
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: var(--bc-ink);
}
.bc-buy-opt__price strong {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}
.bc-buy-opt__price span {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bc-muted);
}
.bc-buy-opt--accent .bc-buy-opt__price {
  color: #fff;
}
.bc-buy-opt--accent .bc-buy-opt__price span {
  color: rgba(255, 255, 255, 0.75);
}
.bc-buy-opt__note {
  margin: -6px 0 10px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: -0.01em;
}
.bc-buy-opt .bc-btn {
  margin-top: auto;
  width: 100%;
  text-align: center;
}
.bc-buy-opt--accent .bc-btn--primary {
  background: var(--bc-orange);
  border-color: var(--bc-orange);
  color: #fff !important;
}
.bc-buy-opt--accent .bc-btn--primary:hover {
  background: var(--bc-orange-deep);
  border-color: var(--bc-orange-deep);
}

/* Promo landscape video — premium stage */
.bc-promo {
  position: relative;
  background:
    radial-gradient(ellipse 70% 55% at 50% 100%, rgba(0, 66, 142, 0.08), transparent 70%),
    linear-gradient(180deg, #eef3f9 0%, #ffffff 58%);
  overflow: hidden;
}
.bc-promo__stage {
  position: relative;
  max-width: 980px;
  margin: 8px auto 0;
  padding: 0 4px;
}
.bc-promo__glow {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -18%;
  height: 55%;
  background: radial-gradient(ellipse at center, rgba(0, 66, 142, 0.22), transparent 68%);
  filter: blur(28px);
  pointer-events: none;
  z-index: 0;
}
.bc-promo__player {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  background: #07101f;
  isolation: isolate;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 0 0 1px rgba(15, 40, 80, 0.08),
    0 24px 60px rgba(8, 28, 64, 0.2),
    0 8px 20px rgba(8, 28, 64, 0.08);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}
.bc-promo__player:hover {
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.4) inset,
    0 0 0 1px rgba(15, 40, 80, 0.1),
    0 30px 70px rgba(8, 28, 64, 0.24),
    0 10px 24px rgba(8, 28, 64, 0.1);
}
.bc-promo__player.is-playing:hover {
  transform: none;
}
.bc-promo__play {
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #07101f;
  position: relative;
  text-align: left;
  color: inherit;
}
.bc-promo__thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
  filter: saturate(1.05) contrast(1.03);
}
.bc-promo__play:hover .bc-promo__thumb,
.bc-promo__play:focus-visible .bc-promo__thumb {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04) brightness(1.03);
}
.bc-promo__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 14, 30, 0.25) 0%, transparent 32%, transparent 55%, rgba(6, 14, 30, 0.72) 100%),
    radial-gradient(ellipse 55% 50% at 50% 48%, rgba(0, 0, 0, 0.12), transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.bc-promo__frame {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  pointer-events: none;
  z-index: 2;
  opacity: 0.85;
  transition: opacity 0.3s ease, inset 0.3s ease;
}
.bc-promo__frame::before,
.bc-promo__frame::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: rgba(255, 255, 255, 0.7);
  border-style: solid;
}
.bc-promo__frame::before {
  top: -1px;
  left: -1px;
  border-width: 2px 0 0 2px;
}
.bc-promo__frame::after {
  right: -1px;
  bottom: -1px;
  border-width: 0 2px 2px 0;
}
.bc-promo__play:hover .bc-promo__frame {
  opacity: 1;
}
.bc-promo__icon {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 3;
  width: 84px;
  height: 84px;
  margin: -42px 0 0 -42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  pointer-events: none;
}
.bc-promo__ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  animation: bc-promo-pulse 2.8s ease-out infinite;
  pointer-events: none;
}
@keyframes bc-promo-pulse {
  0% { transform: scale(0.92); opacity: 0.55; }
  70% { transform: scale(1.18); opacity: 0; }
  100% { transform: scale(1.18); opacity: 0; }
}
.bc-promo__icon i {
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
  position: relative;
  z-index: 1;
}
.bc-promo__play:hover .bc-promo__icon,
.bc-promo__play:focus-visible .bc-promo__icon {
  transform: scale(1.07);
  background: linear-gradient(160deg, rgba(236, 109, 86, 0.98), rgba(216, 90, 68, 0.92));
  border-color: rgba(255, 255, 255, 0.65);
  box-shadow:
    0 18px 40px rgba(236, 109, 86, 0.35),
    0 0 0 12px rgba(236, 109, 86, 0.12);
}
.bc-promo__play:hover .bc-promo__ring,
.bc-promo__play:focus-visible .bc-promo__ring {
  animation: none;
  opacity: 0;
}
.bc-promo__caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 4px;
  pointer-events: none;
}
.bc-promo__caption em {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.7);
}
.bc-promo__caption strong {
  color: #fff;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.bc-promo__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  z-index: 5;
  background: #000;
}
.bc-promo__player.is-playing .bc-promo__play {
  visibility: hidden;
}
.bc-promo__player.is-playing {
  box-shadow:
    0 0 0 1px rgba(15, 40, 80, 0.1),
    0 20px 50px rgba(8, 28, 64, 0.18);
}

@media (max-width: 900px) {
  .bc-promo__player {
    border-radius: 14px;
  }
  .bc-promo__frame {
    inset: 10px;
    border-radius: 8px;
  }
  .bc-promo__icon {
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
  }
  .bc-promo__ring {
    inset: -8px;
  }
  .bc-promo__icon i {
    border-width: 9px 0 9px 15px;
  }
  .bc-promo__caption {
    left: 18px;
    right: 18px;
    bottom: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bc-promo__ring { animation: none; }
  .bc-promo__player,
  .bc-promo__thumb,
  .bc-promo__icon { transition: none; }
}

/* Fullscreen video modal (mobile) */

/* Fullscreen video modal (mobile) */
.bc-video-modal {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.bc-video-modal[hidden] {
  display: none !important;
}
.bc-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: #000;
}
.bc-video-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #000;
}
.bc-video-modal__close {
  position: absolute;
  top: max(10px, env(safe-area-inset-top));
  right: max(10px, env(safe-area-inset-right));
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.bc-video-modal__stage {
  flex: 1;
  width: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
.bc-video-modal__stage iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

@media (max-width: 1100px) {
  .bc-ai-card {
    width: 170px;
  }
  .bc-tpl-card {
    width: 168px;
  }
}

/* Reveal */
[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

/* Split */
.bc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.bc-split__media img,
.bc-feature__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--bc-radius);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.bc-pain .bc-sec-head,
.bc-reseller .bc-sec-head {
  margin-bottom: 40px;
}
.bc-pain { background: var(--bc-paper); }
.bc-solution .bc-p--center,
.bc-pricing .bc-p--center {
  margin-top: -16px;
  margin-bottom: 36px;
}

/* Solution cards — 이미지 오버레이 */
.bc-solution { background: linear-gradient(180deg, #fff 0%, var(--bc-paper) 100%); }
.bc-solution__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.bc-pill {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: var(--bc-radius);
  overflow: hidden;
  min-width: 0;
}
.bc-pill__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  border-radius: var(--bc-radius);
  overflow: hidden;
  transition: transform 0.35s ease;
}
.bc-pill:hover .bc-pill__media {
  transform: translateY(-4px);
}
.bc-pill__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 40, 80, 0.15) 0%,
    rgba(0, 40, 80, 0.35) 40%,
    rgba(0, 35, 70, 0.88) 100%
  );
}
.bc-pill__body {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 28px 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.bc-pill__body strong {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.bc-pill__body span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.5;
  word-break: keep-all;
}

/* Features */
.bc-feature {
  max-width: var(--bc-max);
  margin: 56px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.bc-feature--rev .bc-feature__text { order: 2; }
.bc-feature--rev .bc-feature__media { order: 1; }
.bc-feature__text h3 {
  margin: 0 0 14px;
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  color: var(--bc-navy-deep);
  letter-spacing: -0.02em;
  line-height: 1.35;
}
.bc-feature__text p {
  margin: 0;
  color: var(--bc-muted);
  font-size: 1.12rem;
  line-height: 1.7;
}

/* Viral — 다크 밴드 + 이미지 + 스텝 */
.bc-viral {
  background:
    linear-gradient(135deg, #002a58 0%, #00428e 48%, #00356f 100%);
  color: #fff;
  overflow: hidden;
}
.bc-sec-head--on-dark .bc-sec-head__title {
  color: #fff;
}
.bc-sec-head--on-dark .bc-sec-head__title span {
  color: #ffb3a6;
}
.bc-sec-head--on-dark .bc-sec-head__desc {
  color: rgba(255, 255, 255, 0.78);
}
.bc-viral__stage {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: stretch;
  margin-top: 8px;
}
.bc-viral__media {
  margin: 0;
  border-radius: var(--bc-radius);
  overflow: hidden;
  min-height: 420px;
  background: rgba(255, 255, 255, 0.06);
}
.bc-viral__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: auto;
  min-height: 420px;
  border-radius: 0;
}
.bc-viral__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding: 8px 4px 8px 12px;
}
.bc-viral__lead {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  word-break: keep-all;
}
.bc-viral__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bc-viral__steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}
.bc-viral__num {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--bc-orange);
}
.bc-viral__steps strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.15rem;
  color: #fff;
}
.bc-viral__steps em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.45;
}

/* Compare — 이미지 카드 그리드 */
.bc-compare {
  background: var(--bc-paper);
}
.bc-compare__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}
.bc-diff {
  position: relative;
  margin: 0;
  border-radius: var(--bc-radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--bc-line);
  display: flex;
  flex-direction: column;
  min-height: 280px;
}
.bc-diff--featured {
  grid-row: span 2;
  background-size: cover;
  background-position: center;
  border: 0;
  min-height: 100%;
}
.bc-diff__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 40, 80, 0.2) 0%,
    rgba(0, 35, 70, 0.55) 45%,
    rgba(0, 30, 60, 0.92) 100%
  );
}
.bc-diff__thumb {
  height: 140px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.bc-diff__inner {
  position: relative;
  z-index: 1;
  padding: 22px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.bc-diff--featured .bc-diff__inner {
  justify-content: flex-end;
  height: 100%;
  padding: 28px 24px;
}
.bc-diff h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--bc-navy-deep);
  letter-spacing: -0.02em;
}
.bc-diff--featured h3 {
  color: #fff;
  font-size: 1.7rem;
}
.bc-diff__point {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--bc-muted);
  word-break: keep-all;
}
.bc-diff--featured .bc-diff__point {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
}

/* Pricing */
.bc-pricing { background: var(--bc-paper); }
.bc-pricing__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 40px auto 0;
  max-width: 820px;
}
.bc-plan {
  position: relative;
  padding: 32px 28px;
  border-radius: var(--bc-radius);
  background: #fff;
  border: 1px solid var(--bc-line);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.bc-plan--accent {
  border-color: transparent;
  background: linear-gradient(165deg, var(--bc-navy) 0%, var(--bc-navy-deep) 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 66, 142, 0.28);
}
.bc-plan h3 {
  margin: 0;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
}
.bc-plan--accent h3 { color: #fff; }
.bc-plan ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}
.bc-plan li {
  position: relative;
  padding: 10px 0 10px 22px;
  color: var(--bc-muted);
  font-size: 1.08rem;
}
.bc-plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bc-orange);
}
.bc-plan--accent li { color: rgba(255, 255, 255, 0.88); }
.bc-plan .bc-btn {
  margin-top: 8px;
}
.bc-plan--accent .bc-btn--primary {
  background: var(--bc-orange);
  border-color: var(--bc-orange);
  color: #fff !important;
}
.bc-plan--accent .bc-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff !important;
}
.bc-plan__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  margin: 0;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--bc-orange);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
}
.bc-legal-note {
  margin-top: 28px;
  font-size: 0.85rem;
  color: var(--bc-muted);
}

/* Flow */
/* Flow — 이미지 스텝 카드 */
.bc-flow {
  background:
    linear-gradient(160deg, #00356f 0%, #00428e 42%, #1a4a7a 100%);
  color: #fff;
}
.bc-steps {
  list-style: none;
  margin: 8px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: var(--bc-max);
}
.bc-step {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: var(--bc-radius);
  overflow: hidden;
  min-width: 0;
}
.bc-step__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 340px;
  background-size: cover;
  background-position: center;
  border-radius: var(--bc-radius);
  overflow: hidden;
  transition: transform 0.35s ease;
}
.bc-step:hover .bc-step__media {
  transform: translateY(-4px);
}
.bc-step__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 40, 80, 0.12) 0%,
    rgba(0, 35, 70, 0.45) 45%,
    rgba(0, 28, 58, 0.92) 100%
  );
}
.bc-step__body {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 26px 22px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bc-step__num {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #ffb3a6;
}
.bc-step__body strong {
  font-size: 1.35rem;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.bc-step__body em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.5;
  word-break: keep-all;
}
.bc-flow__cta {
  margin-top: 36px;
  text-align: center;
}
.bc-flow__cta .bc-btn {
  min-width: 220px;
}

/* FAQ */
.bc-faq__list { margin-top: 28px; display: flex; flex-direction: column; gap: 10px; }
.bc-faq__item {
  border: 1px solid var(--bc-line);
  border-radius: var(--bc-radius);
  background: #fff;
  padding: 4px 18px;
}
.bc-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 0;
  font-weight: 700;
  font-size: 1.12rem;
  color: var(--bc-navy-deep);
  line-height: 1.4;
}
.bc-faq__item summary::-webkit-details-marker { display: none; }
.bc-faq__item summary::after {
  content: "+";
  float: right;
  color: var(--bc-orange);
  font-weight: 800;
}
.bc-faq__item[open] summary::after { content: "–"; }
.bc-faq__item p {
  margin: 0 0 18px;
  color: var(--bc-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

/* CTA */
.bc-cta {
  padding: 96px 0;
  background:
    linear-gradient(120deg, rgba(0, 53, 111, 0.94), rgba(0, 66, 142, 0.88)),
    url("https://images.unsplash.com/photo-1556761175-5973dc0f32e7?auto=format&fit=crop&w=1600&q=80") center/cover;
  color: #fff;
  text-align: center;
}
.bc-cta__brand {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}
.bc-cta__actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* Footer */
.bc-footer {
  background: #0d1f33;
  color: rgba(255, 255, 255, 0.75);
  padding: 48px 0 36px;
}
.bc-footer__inner {
  display: grid;
  gap: 20px;
}
.bc-footer__brand strong {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.bc-footer__brand span {
  display: block;
}
.bc-footer__phone {
  display: inline-block;
  margin-top: 10px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.bc-footer__phone:hover {
  color: var(--bc-orange) !important;
}
.bc-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
}
.bc-footer__links a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 0.9rem;
}
.bc-footer__links a:hover { color: #fff; }
.bc-footer__cog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85) !important;
  background: rgba(255, 255, 255, 0.08);
}
.bc-footer__admin {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none !important;
  font-size: 0.95rem;
  font-weight: 700;
}
.bc-footer__admin:hover {
  color: #fff !important;
}
.bc-footer__cog:hover {
  color: #fff !important;
  background: rgba(236, 109, 86, 0.85);
}
.bc-footer__cog .fa {
  line-height: 1;
}
.bc-footer__copy {
  margin: 8px 0 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
}
.bc-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: var(--bc-navy);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 90;
}
.bc-top.is-show {
  opacity: 1;
  pointer-events: auto;
}
.bc-top:hover { transform: translateY(-2px); background: var(--bc-orange); }

/* Mobile sticky CTA — 스크롤 시에만 하단 고정 */
.bc-sticky-cta {
  display: none;
}

/* Responsive */
@media (max-width: 900px) {
  .bc-sticky-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: fixed;
    left: 50%;
    right: auto;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    z-index: 96;
    width: min(100% - 24px, 360px);
    transform: translate(-50%, 120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.28s ease, opacity 0.28s ease;
  }
  .bc-sticky-cta.is-show {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto;
  }
  .bc-sticky-cta__start {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 18px;
    border-radius: 999px;
    background: var(--bc-orange);
    color: #fff !important;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-decoration: none !important;
    box-shadow: 0 10px 28px rgba(236, 109, 86, 0.42), 0 2px 8px rgba(0, 0, 0, 0.12);
  }
  .bc-sticky-cta__start:active {
    background: var(--bc-orange-deep);
  }
  .bc-sticky-cta__call {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--bc-navy);
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 8px 22px rgba(0, 66, 142, 0.35), 0 2px 8px rgba(0, 0, 0, 0.12);
  }
  .bc-sticky-cta__call .fa {
    font-size: 1.2rem;
    line-height: 1;
  }
  .bc-sticky-cta__call:active {
    background: var(--bc-navy-deep);
  }
  body.bc-has-sticky-cta .bc-top.is-show {
    bottom: 84px;
  }
  body.bc-has-sticky-cta .bc-footer {
    padding-bottom: 88px;
  }
  :root { --bc-header-h: 60px; }

  .bc-nav { display: none; }
  .bc-header__actions .bc-btn { display: none; }
  .bc-header__cog,
  .bc-header__admin { display: inline-flex; }
  .bc-nav-toggle { display: block; }
  .bc-header__actions { margin-left: auto; }
  .bc-header__inner { padding: 0 16px; gap: 12px; }

  .bc-wrap { padding: 0 16px; }
  .bc-section { padding: 56px 0; }

  .bc-split,
  .bc-feature,
  .bc-solution__grid,
  .bc-pricing__grid,
  .bc-steps {
    grid-template-columns: 1fr;
  }
  .bc-ai-card {
    width: 156px;
  }
  .bc-ai__track {
    gap: 14px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .bc-ai__foot .bc-btn {
    width: 100%;
    max-width: 360px;
  }
  .bc-tpl-card {
    width: 160px;
  }
  .bc-tpl__track {
    gap: 14px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .bc-tpl-card__hint {
    opacity: 1;
  }
  .bc-tpl__foot .bc-btn {
    width: 100%;
    max-width: 360px;
  }
  .bc-buy__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  .bc-step__media { min-height: 260px; }
  .bc-flow__cta .bc-btn { width: 100%; max-width: 360px; }
  .bc-feature {
    margin-top: 40px;
    padding: 0 16px;
    gap: 18px;
  }
  .bc-feature--rev .bc-feature__text,
  .bc-feature--rev .bc-feature__media { order: initial; }
  .bc-feature__text h3 { font-size: 1.35rem; }

  .bc-hero {
    min-height: 100svh;
  }
  .bc-hero__content {
    padding: 36px 16px 88px;
  }
  .bc-hero__brand { font-size: clamp(2rem, 9vw, 2.6rem); }
  .bc-hero__title {
    max-width: none;
    font-size: clamp(1.2rem, 5.2vw, 1.75rem);
  }
  .bc-hero__line {
    white-space: nowrap;
  }
  .bc-hero__lead {
    max-width: none;
    font-size: 1.08rem;
  }
  .bc-hero__benefits {
    max-width: none;
    gap: 8px;
  }
  .bc-hero__benefits li {
    padding: 11px 12px;
  }
  .bc-hero__benefit-text {
    font-size: 0.98rem;
  }
  .bc-hero__cta {
    flex-direction: column;
    align-items: stretch;
  }
  .bc-hero__cta .bc-btn {
    width: 100%;
  }

  .bc-sec-head { margin-bottom: 36px; }
  .bc-sec-head__title {
    font-size: clamp(1.92rem, 8.8vw, 2.56rem);
  }
  .bc-sec-head__desc {
    margin-top: 14px;
    font-size: 1.05rem;
    padding: 0 4px;
  }
  .bc-h2 {
    font-size: clamp(1.55rem, 6vw, 2rem);
  }
  .bc-p { font-size: 1.08rem; }
  .bc-p--narrow { max-width: none; }

  .bc-viral__stage,
  .bc-compare__grid {
    grid-template-columns: 1fr;
  }
  .bc-diff--featured {
    grid-row: auto;
    min-height: 360px;
  }
  .bc-viral__media,
  .bc-viral__media img {
    min-height: 280px;
  }
  .bc-viral__panel { padding: 0; }
  .bc-diff__thumb { height: 160px; }

  .bc-plan {
    padding: 24px 20px;
  }
  .bc-pricing__grid { max-width: none; }

  .bc-steps { padding: 0 16px; gap: 12px; }
  .bc-flow__cta { margin-top: 28px; }
  .bc-cta { padding: 64px 0; }
  .bc-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .bc-cta__actions .bc-btn { width: 100%; }

  .bc-footer { padding: 40px 0 28px; }
  .bc-top { right: 14px; bottom: 14px; }

  .bc-pop__panel.hd_pops {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }
  .bc-pop__btn {
    padding: 12px 12px;
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .bc-logo__img { height: 30px; }
  .bc-pill__media { min-height: 260px; }
  .bc-btn--lg { padding: 14px 20px; font-size: 1.05rem; }
  body.bc-landing { font-size: 17px; }
  .bc-shorts__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .bc-short {
    max-width: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .bc-hero__bg { animation: none; }
  .bc-hero__slide.is-active .bc-hero__media--image { animation: none; }
  .bc-hero__content { animation: none; }
  .bc-hero__slide.is-active .bc-hero__content { animation: none; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}
