:root {
    --bc-navy: #071633;
    --bc-navy-deep: #031022;
    --bc-blue: #2857c7;
    --bc-indigo: #333497;
    --bc-coral: #f17142;
    --bc-pink: #de3f7e;
    --bc-sky: #eaf2ff;
    --bc-soft: #f7f9fd;
    --bc-white: #fff;
    --bc-text: #17233c;
    --bc-muted: #5f6b80;
    --bc-border: #dfe6f2;
    --bc-shadow: 0 18px 55px rgba(20, 38, 80, .10);
}

body.bc-page { margin: 0; background: #fff; color: var(--bc-text); }
.bc-page #content { padding: 0 !important; background: #fff; }
.bc-page *, .bc-page *::before, .bc-page *::after { box-sizing: border-box; }
.bc-main { overflow: hidden; }
.bc-container { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.bc-section { padding: 92px 0; }
.bc-section-soft { background: var(--bc-soft); }
.bc-section-dark { background: linear-gradient(135deg, var(--bc-navy-deep), #101c45 58%, #2d2369); color: #fff; }
.bc-kicker, .bc-eyebrow { margin: 0 0 13px; color: var(--bc-coral); font-size: 13px; line-height: 1.2; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.bc-section-heading { max-width: 790px; margin: 0 auto 45px; text-align: center; }
.bc-section-heading h2, .bc-section-copy h2 { margin: 0 0 18px; color: var(--bc-navy); font-size: clamp(30px, 4vw, 48px); line-height: 1.12; letter-spacing: -.03em; }
.bc-section-heading p:last-child, .bc-section-copy p { color: var(--bc-muted); font-size: 17px; line-height: 1.8; }
.bc-section-heading-light h2, .bc-section-heading-light p:last-child { color: #fff; }

.bc-hero { position: relative; min-height: 770px; padding: 175px 0 92px; background: radial-gradient(circle at 16% 12%, rgba(90, 117, 255, .22), transparent 28%), linear-gradient(135deg, #040d22 0%, #0e1c47 55%, #392363 100%); color: #fff; }
.bc-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.bc-orb-one { width: 340px; height: 340px; right: -90px; top: 110px; background: radial-gradient(circle, rgba(241, 113, 66, .28), transparent 70%); }
.bc-orb-two { width: 260px; height: 260px; left: -120px; bottom: 40px; background: radial-gradient(circle, rgba(44, 91, 204, .35), transparent 70%); }
.bc-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.bc-brand-row { display: flex; align-items: center; gap: 15px; min-height: 48px; margin-bottom: 26px; }
.bc-oem-label { display: inline-flex; padding: 7px 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #dbe8ff; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.bc-vendor-logo { width: auto; max-width: 180px; max-height: 44px; object-fit: contain; filter: drop-shadow(0 8px 20px rgba(0,0,0,.18)); }
.bc-logo-fallback { font-size: 25px; font-weight: 800; letter-spacing: -.02em; }
.bc-hero h1 { margin: 0; max-width: 720px; color: #fff; font-size: clamp(42px, 5.3vw, 68px); line-height: 1.02; letter-spacing: -.045em; }
.bc-hero h1 span { display: block; background: linear-gradient(90deg, #f49a60, #f05d82 56%, #c77cff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.bc-hero-lead { max-width: 690px; margin: 24px 0 31px; color: #d9e3f5; font-size: 18px; line-height: 1.78; }
.bc-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.bc-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 23px; border-radius: 10px; text-decoration: none !important; font-size: 14px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.bc-btn:hover { transform: translateY(-2px); }
.bc-btn-primary { color: #fff !important; background: linear-gradient(90deg, var(--bc-coral), var(--bc-pink)); box-shadow: 0 14px 32px rgba(222, 63, 126, .28); }
.bc-btn-secondary { color: #fff !important; border: 1px solid rgba(255,255,255,.27); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.bc-trust-line { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.bc-trust-line span { padding: 7px 10px; border-radius: 8px; background: rgba(255,255,255,.07); color: #cedaef; font-size: 12px; }
.bc-hero-visual img { display: block; width: 100%; height: auto; filter: drop-shadow(0 30px 40px rgba(0,0,0,.28)); }

.bc-stats { position: relative; z-index: 3; margin-top: -48px; }
.bc-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(223,230,242,.85); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: var(--bc-shadow); overflow: hidden; }
.bc-stat { padding: 29px 24px; text-align: center; }
.bc-stat + .bc-stat { border-left: 1px solid var(--bc-border); }
.bc-stat strong { display: block; color: var(--bc-indigo); font-size: 36px; line-height: 1; }
.bc-stat span { display: block; margin-top: 9px; color: var(--bc-muted); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }

.bc-two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 66px; align-items: center; }
.bc-section-copy p { margin: 0 0 16px; }
.bc-overview-panel { padding: 26px; border: 1px solid var(--bc-border); border-radius: 22px; background: linear-gradient(145deg, #fff, #f1f5ff); box-shadow: var(--bc-shadow); }
.bc-mini-flow { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.bc-mini-flow > div { min-height: 132px; padding: 19px; border: 1px solid #e4e9f4; border-radius: 15px; background: #fff; }
.bc-mini-flow span { display: inline-grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; color: #fff; background: linear-gradient(135deg, var(--bc-indigo), var(--bc-pink)); font-size: 11px; font-weight: 800; }
.bc-mini-flow strong { display: block; margin: 13px 0 5px; color: var(--bc-navy); font-size: 18px; }
.bc-mini-flow small { color: var(--bc-muted); font-size: 13px; line-height: 1.5; }

.bc-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bc-capability-card { position: relative; min-height: 385px; padding: 28px 27px; border: 1px solid var(--bc-border); border-radius: 19px; background: #fff; box-shadow: 0 12px 32px rgba(18, 35, 75, .06); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.bc-capability-card::after { content: ""; position: absolute; inset: auto 25px 0; height: 3px; border-radius: 999px 999px 0 0; background: linear-gradient(90deg, var(--bc-coral), var(--bc-pink), var(--bc-indigo)); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.bc-capability-card:hover { transform: translateY(-7px); border-color: #c6d3ec; box-shadow: var(--bc-shadow); }
.bc-capability-card:hover::after { transform: scaleX(1); }
.bc-card-icon { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 20px; border-radius: 15px; color: #fff; background: linear-gradient(135deg, var(--bc-indigo), var(--bc-pink)); box-shadow: 0 10px 20px rgba(51,52,151,.18); font-size: 25px; font-weight: 800; }
.bc-capability-card h3 { margin: 0 0 11px; color: var(--bc-navy); font-size: 21px; line-height: 1.25; }
.bc-capability-card p { min-height: 78px; margin: 0 0 14px; color: var(--bc-muted); font-size: 14px; line-height: 1.65; }
.bc-capability-card ul { margin: 0; padding: 0; list-style: none; }
.bc-capability-card li { position: relative; padding: 8px 0 8px 21px; border-top: 1px solid #edf0f6; color: #34415b; font-size: 13px; line-height: 1.45; }
.bc-capability-card li::before { content: "✓"; position: absolute; left: 0; color: var(--bc-coral); font-weight: 900; }

.bc-cloud-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bc-cloud-card { padding: 28px 22px; border: 1px solid var(--bc-border); border-radius: 18px; background: #fff; text-align: center; box-shadow: 0 10px 28px rgba(18,35,75,.05); }
.bc-cloud-mark { display: inline-grid; min-width: 76px; height: 56px; padding: 0 13px; place-items: center; margin-bottom: 17px; border-radius: 15px; color: #fff; background: linear-gradient(135deg, var(--bc-indigo), var(--bc-blue)); font-size: 18px; font-weight: 900; letter-spacing: -.04em; }
.bc-cloud-card h3 { margin: 0 0 9px; color: var(--bc-navy); font-size: 18px; }
.bc-cloud-card p { margin: 0; color: var(--bc-muted); font-size: 13px; line-height: 1.65; }

.bc-outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bc-outcome { min-height: 225px; padding: 27px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.bc-outcome span { color: #f5a170; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.bc-outcome h3 { margin: 15px 0 10px; color: #fff; font-size: 20px; }
.bc-outcome p { margin: 0; color: #ced9ec; font-size: 14px; line-height: 1.7; }

.bc-delivery-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 64px; align-items: start; }
.bc-text-link { color: var(--bc-indigo) !important; font-weight: 800; text-decoration: none !important; }
.bc-delivery-steps { display: grid; gap: 13px; }
.bc-delivery-step { display: grid; grid-template-columns: 46px 1fr; gap: 17px; align-items: start; padding: 21px; border: 1px solid var(--bc-border); border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(18,35,75,.045); }
.bc-delivery-step > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--bc-coral), var(--bc-pink)); font-size: 14px; font-weight: 900; }
.bc-delivery-step h3 { margin: 1px 0 5px; color: var(--bc-navy); font-size: 17px; }
.bc-delivery-step p { margin: 0; color: var(--bc-muted); font-size: 13px; line-height: 1.6; }

.bc-industry-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.bc-industry { min-height: 190px; padding: 23px 20px; border: 1px solid var(--bc-border); border-radius: 17px; background: #fff; }
.bc-industry h3 { margin: 0 0 11px; color: var(--bc-indigo); font-size: 18px; }
.bc-industry p { margin: 0; color: var(--bc-muted); font-size: 13px; line-height: 1.68; }

.bc-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 65px; align-items: start; }
.bc-accordion { display: grid; gap: 12px; }
.bc-faq-item { border: 1px solid var(--bc-border); border-radius: 14px; background: #fff; overflow: hidden; }
.bc-faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 21px; border: 0; background: transparent; color: var(--bc-navy); text-align: left; font: inherit; font-size: 15px; font-weight: 800; cursor: pointer; }
.bc-faq-item button b { display: grid; flex: 0 0 auto; width: 29px; height: 29px; place-items: center; border-radius: 9px; color: #fff; background: var(--bc-indigo); font-size: 18px; transition: transform .25s ease; }
.bc-faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.bc-faq-answer p { margin: 0; padding: 0 21px 20px; color: var(--bc-muted); font-size: 14px; line-height: 1.7; }
.bc-faq-item.is-open button b { transform: rotate(45deg); }

.bc-final-cta { padding: 32px 0 85px; background: #fff; }
.bc-final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 42px 46px; border-radius: 23px; background: radial-gradient(circle at 90% 0, rgba(241,113,66,.2), transparent 27%), linear-gradient(135deg, #071633, #24205d); box-shadow: var(--bc-shadow); }
.bc-final-cta h2 { margin: 0 0 10px; color: #fff; font-size: clamp(27px, 3vw, 39px); line-height: 1.14; }
.bc-final-cta p:last-child { max-width: 720px; margin: 0; color: #ced9ec; font-size: 15px; line-height: 1.65; }
.bc-final-cta .bc-btn { flex: 0 0 auto; }

.bc-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.bc-reveal.bc-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
    .bc-hero-grid, .bc-two-column, .bc-delivery-grid, .bc-faq-layout { grid-template-columns: 1fr; }
    .bc-hero { padding-top: 150px; }
    .bc-hero-copy { max-width: 820px; }
    .bc-hero-visual { max-width: 720px; margin: 0 auto; }
    .bc-capability-grid, .bc-outcome-grid { grid-template-columns: repeat(2, 1fr); }
    .bc-cloud-grid { grid-template-columns: repeat(2, 1fr); }
    .bc-industry-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
    .bc-container { width: min(100% - 28px, 1220px); }
    .bc-section { padding: 68px 0; }
    .bc-hero { min-height: auto; padding: 128px 0 76px; }
    .bc-hero-grid { gap: 38px; }
    .bc-brand-row { align-items: flex-start; flex-wrap: wrap; }
    .bc-hero h1 { font-size: clamp(38px, 12vw, 54px); }
    .bc-hero-lead { font-size: 16px; }
    .bc-hero-actions, .bc-hero-actions .bc-btn { width: 100%; }
    .bc-stats { margin-top: -28px; }
    .bc-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .bc-stat + .bc-stat { border-left: 0; }
    .bc-stat:nth-child(even) { border-left: 1px solid var(--bc-border); }
    .bc-stat:nth-child(n+3) { border-top: 1px solid var(--bc-border); }
    .bc-stat { padding: 23px 12px; }
    .bc-stat strong { font-size: 29px; }
    .bc-mini-flow, .bc-capability-grid, .bc-outcome-grid, .bc-cloud-grid, .bc-industry-grid { grid-template-columns: 1fr; }
    .bc-capability-card { min-height: auto; }
    .bc-capability-card p { min-height: 0; }
    .bc-final-cta-inner { display: block; padding: 34px 25px; }
    .bc-final-cta .bc-btn { width: 100%; margin-top: 24px; }
}

@media (prefers-reduced-motion: reduce) {
    .bc-reveal, .bc-btn, .bc-capability-card, .bc-faq-answer { transition: none !important; }
    .bc-reveal { opacity: 1; transform: none; }
}
