:root {
  --bg: #f7f7fb;
  --bg-2: #eef0f6;
  --bg-3: #e3e5ee;
  --card: #ffffff;
  --line: rgba(0, 0, 53, 0.10);
  --accent: #FC8416;
  --accent-2: #E57410;
  --accent-soft: #FFF3E6;
  --dark: #000035;
  --dark-2: #0A0A4A;
  --text: #000035;
  --muted: #5C5C7A;
  --danger: #dc2626;
  --ok: #059669;
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --wrap: 1120px;
  --radius: 12px;
  --pill: 999px;
  --shadow: 0 12px 32px rgba(0, 0, 53, 0.08);
  --shadow-lg: 0 20px 48px rgba(0, 0, 53, 0.12);
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .bcx-chrome { top: 32px; }

@media (max-width: 782px) {
  body.admin-bar .bcx-chrome { top: 46px; }
}

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 0.55em;
  color: var(--text);
}

h1 { font-size: clamp(2.35rem, 5vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.55rem, 2.6vw, 2.1rem); }
h3 { font-size: 1.12rem; }
h4 {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

p { margin: 0 0 1em; }

.bcx-wrap {
  width: min(var(--wrap), calc(100% - 40px));
  margin: 0 auto;
}

.bcx-stud {
  background-color: var(--bg);
  background-image: radial-gradient(circle, rgba(0, 0, 53), 0.045) 1px, transparent 1px);
  background-size: 16px 16px;
}

.bcx-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 12px;
}

.bcx-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: var(--pill);
  border: 1px solid rgba(252, 132, 22), 0.2);
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.bcx-lede {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 40em;
}

.bcx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.bcx-btn:hover { transform: translateY(-1px); }

.bcx-btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 20px rgba(252, 132, 22), 0.28);
}

.bcx-btn--primary:hover { background: var(--accent-2); }

.bcx-btn--ghost {
  background: #fff;
  border-color: rgba(0, 0, 53), 0.14);
  color: var(--text);
}

.bcx-btn--ghost:hover {
  background: var(--bg-2);
  border-color: rgba(0, 0, 53), 0.22);
}

.bcx-chrome {
  position: sticky;
  top: 0;
  z-index: 20;
}

.bcx-topbar {
  background: var(--dark);
  color: #fff;
}

.bcx-topbar__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 36px;
}

.bcx-topbar__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff;
}

.bcx-topbar__link:hover { color: var(--accent); }

.bcx-header {
  background: rgba(247, 247, 251, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
}

.bcx-chrome.is-scrolled .bcx-header {
  border-bottom-color: var(--line);
  box-shadow: 0 4px 18px rgba(0, 0, 53), 0.04);
}

.bcx-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 72px;
}

.bcx-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.bcx-logo__img {
  display: block;
  height: 52px;
  width: auto;
  border-radius: 8px;
  background: #fff;
}

.bcx-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}

.bcx-nav__link {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
}

.bcx-nav__link:hover,
.bcx-nav__link.is-active { color: var(--text); }

.bcx-header__cta { margin-left: 8px; }

.bcx-menu {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.bcx-menu span {
  display: block;
  width: 16px;
  height: 1.5px;
  margin: 5px auto;
  background: var(--text);
}

.bcx-hero {
  padding: 64px 0 40px;
}

.bcx-hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.bcx-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bcx-hero__photo {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  background: var(--bg-2);
}

.bcx-hero__photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.bcx-hero__photo-badge {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(0, 0, 53, 0.88);
  color: #fff;
  text-align: center;
}

.bcx-hero__photo-badge strong {
  display: block;
  font-size: 1.2rem;
  color: var(--accent-2);
}

.bcx-hero__photo-badge span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
}

.bcx-hero-quote {
  padding: 0;
  margin-top: 28px;
}

.bcx-hero-quote .bcx-form--hero {
  padding: 22px 24px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}

.bcx-hero-quote__note {
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--muted);
}

.bcx-quick-form__title {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
}

.bcx-quick-form__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.1fr 0.7fr auto;
  gap: 12px;
  align-items: end;
}

.bcx-quick-form__action {
  margin: 0;
  display: flex;
  align-items: flex-end;
}

.bcx-form--hero .bcx-quick-form__action .bcx-btn {
  min-height: 47px;
}

.bcx-form--hero label { font-size: 12px; }

.bcx-metrics { background: var(--bg-2); }

.bcx-metrics__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 28px 0;
}

.bcx-metrics__row > div {
  text-align: center;
  padding: 22px 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.bcx-metrics strong {
  display: block;
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.03em;
}

.bcx-metrics span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.bcx-section { padding: 80px 0; }
.bcx-section--alt { background: var(--bg-2); }

.bcx-section__head { margin-bottom: 36px; }
.bcx-section__head--wide { max-width: 40em; }
.bcx-section__foot { margin-top: 32px; text-align: center; }

.bcx-flagship__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.bcx-flagship__visual {
  position: relative;
  min-height: 340px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background-color: var(--bg-2);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.bcx-flagship__stack {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}

.bcx-flagship__brick {
  display: block;
  width: 64px;
  border-radius: 6px;
  background: var(--accent);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
}

.bcx-flagship__brick:nth-child(1) { height: 48px; opacity: 0.55; }
.bcx-flagship__brick:nth-child(2) { height: 72px; }
.bcx-flagship__brick:nth-child(3) { height: 96px; background: var(--dark); }

.bcx-flagship__tag {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 6px 12px;
  border-radius: var(--pill);
  background: #fff;
  border: 1px solid var(--line);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
}

.bcx-checks {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.bcx-checks li {
  padding: 8px 0 8px 22px;
  position: relative;
}

.bcx-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

.bcx-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.bcx-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 22px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.bcx-card:hover {
  border-color: rgba(252, 132, 22), 0.35);
  transform: translateY(-2px);
}

.bcx-chip {
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: var(--pill);
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bcx-card h3 { margin-top: 16px; }

.bcx-card p {
  color: var(--muted);
  font-size: 14px;
  flex: 1;
}

.bcx-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.bcx-tags span {
  padding: 4px 8px;
  border-radius: 6px;
  background: var(--bg-2);
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
}

.bcx-card > a {
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
}

.bcx-why {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.bcx-why article {
  padding: 24px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.bcx-why p { color: var(--muted); font-size: 14px; margin: 0; }

.bcx-work {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bcx-work__item {
  min-width: 0;
  isolation: isolate;
}

.bcx-work__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  transition: opacity 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.bcx-work__link:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.bcx-work__visual {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 220px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.bcx-work__visual[data-tone="1"] { background: #eef0f6; }
.bcx-work__visual[data-tone="2"] { background: #fff3e6; }

.bcx-work__visual span {
  font-size: 56px;
  font-weight: 800;
  color: var(--accent);
  opacity: 0.7;
}

.bcx-work__visual img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 10px;
  box-sizing: border-box;
}

.bcx-showcase__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.bcx-showcase__item {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--line);
  aspect-ratio: 4 / 3;
  background: var(--bg-2);
}

.bcx-showcase__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.2s ease;
}

.bcx-showcase__item:hover img { transform: scale(1.03); }

.bcx-work__meta {
  font-size: 12px;
  color: var(--muted);
  margin: 14px 16px 6px;
  font-weight: 500;
}

.bcx-work__link h3 {
  margin: 0 16px 8px;
  font-size: 1.05rem;
}

.bcx-work__link p:last-child {
  margin: 0 16px 16px;
  color: var(--muted);
  font-size: 14px;
}

.bcx-work p:last-child { color: var(--muted); font-size: 14px; }

.bcx-cta {
  background: var(--dark);
  color: #fff;
}

.bcx-cta h2,
.bcx-cta p { color: #fff; }

.bcx-cta p {
  opacity: 0.72;
  max-width: 38em;
  margin: 0;
}

.bcx-cta .bcx-btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 24px rgba(252, 132, 22), 0.35);
}

.bcx-cta__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 72px 0;
}

.bcx-footer {
  padding: 56px 0 24px;
  color: rgba(255, 255, 255, 0.65);
  background: var(--dark);
}

.bcx-footer h4 { color: rgba(255, 255, 255, 0.45); }

.bcx-footer .bcx-logo__img {
  height: 48px;
}

.bcx-footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.1fr;
  gap: 28px;
  padding-bottom: 36px;
}

.bcx-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.bcx-footer__social-link { margin: 0; }

.bcx-footer__lead { margin-top: 14px; color: rgba(255, 255, 255, 0.55); }

.bcx-footer__meta { color: rgba(255, 255, 255, 0.45); font-size: 14px; }

.bcx-footer__link {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.bcx-footer__link:hover { color: var(--accent-2); }

.bcx-footer__bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 18px;
  border-top: none !important;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.bcx-pagehead {
  padding: 64px 0 28px;
  background: var(--bg-2);
  border-bottom: 1px solid var(--line);
}

.bcx-split-list { display: grid; gap: 8px; }

.bcx-split {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.bcx-split__index {
  color: var(--accent);
  font-weight: 800;
  font-size: 1.1rem;
}

.bcx-split p,
.bcx-split ul { color: var(--muted); }

.bcx-split ul { margin: 10px 0 0; padding: 0; list-style: none; }

.bcx-split li::before { content: "— "; color: var(--accent); }

.bcx-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.bcx-timeline article {
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}

.bcx-timeline p:last-child { color: var(--muted); }

.bcx-spec-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}

.bcx-spec-table > div {
  padding: 20px;
  border-right: 1px solid var(--line);
}

.bcx-spec-table > div:last-child { border-right: 0; }

.bcx-spec-table span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bcx-about {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.bcx-about__block {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}

.bcx-about p { color: var(--muted); }

.bcx-inquiry {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 40px;
}

.bcx-inquiry__side ol {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.bcx-inquiry__side li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.bcx-inquiry__hint { margin-top: 18px; font-size: 13px; color: var(--muted); }

.bcx-form__honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.bcx-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}

.bcx-form label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}

.bcx-form__full { grid-column: 1 / -1; }

.bcx-form input,
.bcx-form select,
.bcx-form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--text);
  border-radius: 10px;
  padding: 12px;
  font: inherit;
}

.bcx-form input:focus,
.bcx-form select:focus,
.bcx-form textarea:focus {
  outline: 1px solid var(--accent);
  border-color: var(--accent);
}

.bcx-form__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.bcx-form__note,
.bcx-form__status { font-size: 13px; color: var(--muted); }

.bcx-form__status.is-ok { color: var(--ok); }
.bcx-form__status.is-err { color: var(--danger); }

.bcx-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.bcx-industry-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 24px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.bcx-industry-card__icon {
  font-size: 28px;
  margin-bottom: 12px;
}

.bcx-industry-card p {
  color: var(--muted);
  font-size: 14px;
  flex: 1;
}

.bcx-industry-card .bcx-btn {
  align-self: flex-start;
  margin-top: 16px;
}

.bcx-faq {
  display: grid;
  gap: 10px;
  max-width: 48em;
}

.bcx-faq__item {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
}

.bcx-faq__item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.bcx-faq__item summary::-webkit-details-marker { display: none; }

.bcx-faq__item p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.bcx-case-detail {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: start;
}

.bcx-case-detail__visual {
  position: sticky;
  top: 96px;
  min-height: 0;
}

.bcx-case-gallery {
  display: grid;
  gap: 10px;
}

.bcx-case-gallery__stage {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  cursor: zoom-in;
}

.bcx-case-gallery__stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.bcx-case-gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bcx-case-gallery__thumb {
  width: 76px;
  height: 76px;
  padding: 0;
  border: 2px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.bcx-case-gallery__thumb.is-active {
  border-color: var(--accent);
}

.bcx-case-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bcx-case-detail__letter {
  display: grid;
  place-items: center;
  min-height: 320px;
  border-radius: 16px;
  border: 1px solid var(--line);
  font-size: 72px;
  font-weight: 800;
  color: var(--accent);
  opacity: 0.65;
}

.bcx-case-detail__specs {
  margin-bottom: 24px;
}

.bcx-case-detail__content {
  color: var(--muted);
  margin-bottom: 24px;
}

.bcx-case-detail__content p { margin-bottom: 1em; }
.bcx-case-detail__content p:last-child { margin-bottom: 0; }

.bcx-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 48px 24px 24px;
  background: rgba(255, 255, 255, 0.92);
}

.bcx-lightbox.is-open {
  display: grid;
}

body.is-lightbox {
  overflow: hidden;
  background: #fff;
}

body.is-lightbox .bcx-chrome,
body.is-lightbox .bcx-cta,
body.is-lightbox .bcx-footer,
body.is-lightbox .bcx-chat-widget {
  visibility: hidden;
}

.bcx-lightbox img {
  max-width: min(1100px, 100%);
  max-height: calc(100vh - 72px);
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-lg);
}

.bcx-lightbox__close,
.bcx-lightbox__nav {
  position: absolute;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  box-shadow: var(--shadow);
  cursor: pointer;
}

.bcx-lightbox__close {
  top: 16px;
  right: 16px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
}

.bcx-lightbox__nav {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
}

.bcx-lightbox__nav--prev { left: 16px; }
.bcx-lightbox__nav--next { right: 16px; }

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

.bcx-blog-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}

.bcx-blog-card__meta {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 8px;
}

.bcx-blog-card p {
  color: var(--muted);
  font-size: 14px;
}

.bcx-blog-card > a:last-child {
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
}

.bcx-article__meta {
  color: var(--muted);
  font-size: 14px;
}

.bcx-article__body {
  max-width: 42em;
  color: var(--muted);
}

.bcx-article__body h2 {
  margin-top: 1.6em;
  font-size: 1.35rem;
}

.bcx-included {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bcx-included__card {
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.bcx-included__visual {
  height: 180px;
  overflow: hidden;
  background: var(--bg-2);
}

.bcx-included__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bcx-included__card h3 {
  padding: 18px 20px 0;
}

.bcx-included__card p {
  padding: 0 20px 20px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.bcx-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.bcx-pricing__card {
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}

.bcx-pricing__card.is-featured {
  border-color: rgba(252, 132, 22), 0.45);
  box-shadow: var(--shadow-lg);
}

.bcx-pricing__label {
  margin: 12px 0 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.bcx-pricing__price {
  margin: 0 0 12px;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
}

.bcx-pricing__price span {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}

.bcx-pricing__desc {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 16px;
}

.bcx-pricing__features {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  flex: 1;
  color: var(--muted);
  font-size: 14px;
}

.bcx-pricing__features li {
  padding: 6px 0 6px 18px;
  position: relative;
}

.bcx-pricing__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

.bcx-testimonials { background: var(--dark); color: #fff; }
.bcx-testimonials h2 { color: #fff; }

.bcx-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.bcx-testimonials__card {
  margin: 0;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.bcx-testimonials__card p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.6;
}

.bcx-testimonials__card footer {
  display: grid;
  gap: 4px;
}

.bcx-testimonials__card strong {
  color: #fff;
  font-size: 14px;
}

.bcx-testimonials__card span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.bcx-faq--page { max-width: none; }

.bcx-faq-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-2);
}

.bcx-faq-cta p {
  margin: 0;
  color: var(--muted);
  max-width: 36em;
}

.bcx-footer__form {
  padding: 28px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bcx-footer-form__title,
.bcx-form--footer .bcx-quick-form__title {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
}

.bcx-footer-form__grid,
.bcx-quick-form__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.1fr 0.7fr auto;
  gap: 12px;
  align-items: end;
}

.bcx-form--footer label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.bcx-form--footer input {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.bcx-form--footer input::placeholder { color: rgba(255, 255, 255, 0.35); }

.bcx-form--footer .bcx-form__status { color: rgba(255, 255, 255, 0.55); }

.bcx-footer__meta a { color: rgba(255, 255, 255, 0.65); }
.bcx-footer__meta a:hover { color: var(--accent-2); }

.bcx-footer__legal {
  text-align: right;
  max-width: 22em;
}

.bcx-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bcx-ideas__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.bcx-ideas__card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
  overflow: hidden;
  color: inherit;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.bcx-ideas__card:hover {
  border-color: rgba(252, 132, 22), 0.35);
  transform: translateY(-2px);
}

.bcx-ideas__visual {
  height: 140px;
  overflow: hidden;
  background: var(--bg-2);
}

.bcx-ideas__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bcx-ideas__body {
  padding: 16px 18px 20px;
  flex: 1;
}

.bcx-ideas__price {
  display: inline-block;
  padding: 3px 8px;
  margin-bottom: 10px;
  border-radius: 6px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
}

.bcx-ideas__body h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.bcx-ideas__body p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.bcx-chat-widget {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bcx-chat-widget__btn {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 53), 0.2);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.bcx-chat-widget__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 53), 0.28);
}

.bcx-chat-widget__btn--telegram { background: #229ed9; }
.bcx-chat-widget__btn--whatsapp { background: #25d366; }

@media (max-width: 960px) {
  .bcx-nav { display: none; }
  .bcx-menu { display: block; }
  .bcx-chrome.is-open .bcx-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 16px 20px 24px;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
  }
  .bcx-chrome.is-open .bcx-header__cta {
    display: inline-flex;
    margin: 8px 0 0;
  }
  .bcx-hero__inner,
  .bcx-cards,
  .bcx-why,
  .bcx-work,
  .bcx-showcase__grid,
  .bcx-ideas__grid,
  .bcx-metrics__row,
  .bcx-included,
  .bcx-pricing__grid,
  .bcx-testimonials__grid,
  .bcx-footer-form__grid,
  .bcx-quick-form__grid,
  .bcx-timeline,
  .bcx-spec-table,
  .bcx-about,
  .bcx-inquiry,
  .bcx-footer__grid,
  .bcx-form__grid,
  .bcx-flagship__grid,
  .bcx-industry-grid,
  .bcx-case-detail,
  .bcx-blog-grid {
    grid-template-columns: 1fr;
  }
  .bcx-case-detail__visual { position: static; }
  .bcx-cta__inner,
  .bcx-footer__bar,
  .bcx-faq-cta,
  .bcx-split { display: block; }
  .bcx-footer__legal { text-align: left; margin-top: 8px; }
  .bcx-chat-widget {
    right: 16px;
    bottom: 16px;
  }
  .bcx-spec-table > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}
