:root {
  --bc-navy: #0B1F3A;
  --bc-deep: #F7FAFD;
  --bc-blue: #2F6BFF;
  --bc-green: #087F69;
  --bc-mist: #EEF3F8;
  --bc-white: #FFFFFF;
  --bc-muted: #52647B;
  --bc-card: rgba(255, 255, 255, .88);
  --bc-border: rgba(22, 61, 115, .18);
  --bc-radius: 24px;
}

.bc-home, .bc-home * { box-sizing: border-box; }
.bc-home { position: relative; left: 50%; width: 100vw; max-width: 100vw; margin: 0 0 0 -50vw; overflow: clip; background: var(--bc-white); color: var(--bc-navy); font-family: Inter, system-ui, sans-serif; }
.bc-home h1, .bc-home h2, .bc-home h3 { font-family: Sora, Inter, sans-serif; text-wrap: balance; }
.bc-home a { color: inherit; }
.bc-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.bc-home section[id], .bc-home article[id] { scroll-margin-top: 104px; }

.bc-hero {
  position: relative;
  min-height: 100svh;
  overflow: clip;
  isolation: isolate;
  background:
    radial-gradient(circle at 70% 45%, rgba(47,107,255,.13), transparent 34%),
    radial-gradient(circle at 95% 12%, rgba(23,184,144,.11), transparent 28%),
    linear-gradient(150deg, #FFFFFF 0%, #F2F7FC 58%, #E8F2FB 100%);
}

.bc-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .28;
  background-image: radial-gradient(rgba(22,61,115,.44) .6px, transparent .7px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.bc-nav { position: absolute; inset: 0 0 auto; z-index: 5; padding: 28px 0; }
.bc-nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.bc-brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; font-family: Sora; font-weight: 700; }
.bc-brand img { width: 53px; height: 53px; object-fit: contain; }
.bc-brand > span { display: block; transform: scaleX(1.045); transform-origin: left center; }
.bc-brand small { display: block; color: var(--bc-muted); font: 500 11px/1.2 Inter; letter-spacing: .08em; text-transform: uppercase; }
.bc-nav__links { display: flex; gap: 26px; align-items: center; font-size: 14px; }
.bc-nav__links a { text-decoration: none; color: var(--bc-muted); }
.bc-nav__links a:hover { color: var(--bc-white); }

.bc-hero__content {
  position: relative;
  z-index: 3;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.26fr) minmax(330px, .74fr);
  align-items: center;
  gap: 30px;
  padding-block: 150px 92px;
}
.bc-kicker { margin: 0 0 20px; color: var(--bc-green); font: 600 13px/1 Sora; letter-spacing: .13em; text-transform: uppercase; }
.bc-hero h1 { max-width: 760px; margin: 0; font-size: clamp(43px, 4.8vw, 68px); line-height: 1.02; letter-spacing: -.052em; }
.bc-headline-line { display: block; }
.bc-hero h1 .bc-headline-accent { color: transparent; background: linear-gradient(100deg, #163D73 8%, #2F6BFF 58%, #087F69); background-clip: text; -webkit-background-clip: text; }
.bc-lead { max-width: 500px; margin: 28px 0 0; color: var(--bc-muted); font-size: clamp(17px, 1.8vw, 21px); line-height: 1.65; }
.bc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.bc-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 0 23px; border: 1px solid var(--bc-border); border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.bc-button:hover { transform: translateY(-2px); border-color: rgba(22,61,115,.42); }
.bc-button--primary { background: var(--bc-blue); border-color: var(--bc-blue); color: var(--bc-white) !important; box-shadow: 0 12px 38px rgba(47,107,255,.22); }
.bc-button--ghost { background: rgba(255,255,255,.62); color: var(--bc-navy) !important; }
.bc-button:focus-visible, .bc-home a:focus-visible, .bc-home input:focus-visible, .bc-home textarea:focus-visible { outline: 3px solid var(--bc-green); outline-offset: 4px; }

.bc-hero__visual { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.bc-hero__canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.bc-hero__fallback { position: absolute; width: min(42vw, 610px); max-height: 66%; right: 1.5%; top: 50%; transform: translateY(-50%); object-fit: contain; filter: drop-shadow(0 20px 42px rgba(22,61,115,.2)); opacity: .96; transition: opacity .65s ease; }
.bc-hero[data-bc-mode='interactive'] .bc-hero__fallback { opacity: 0; }
.bc-scroll-cue { position: absolute; z-index: 4; bottom: 26px; left: 50%; translate: -50%; color: var(--bc-muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }

.bc-paths { padding-block: clamp(64px, 8vw, 104px); background: var(--bc-white); color: var(--bc-navy); }
.bc-paths__intro { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 24px 56px; align-items: end; margin-bottom: 42px; }
.bc-paths__intro .bc-kicker { grid-column: 1 / -1; margin-bottom: 0; color: #087F69; }
.bc-paths__intro h2 { max-width: 620px; margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.05em; }
.bc-paths__intro > p:last-child { max-width: 520px; margin: 0; color: #4F6077; font-size: 18px; line-height: 1.6; }
.bc-paths__list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-block: 1px solid #CAD6E4; list-style: none; }
.bc-paths__list li + li { border-left: 1px solid #CAD6E4; }
.bc-paths__list a { position: relative; display: grid; min-height: 250px; align-content: start; gap: 14px; padding: 28px; color: var(--bc-navy); text-decoration: none; transition: color .2s ease, background .2s ease; }
.bc-paths__list a:hover { background: var(--bc-mist); }
.bc-paths__number { color: #087F69; font: 700 12px/1 Sora; letter-spacing: .12em; }
.bc-paths__list strong { max-width: 290px; font: 650 clamp(22px, 2.5vw, 30px)/1.15 Sora; letter-spacing: -.035em; }
.bc-paths__list a > span:not(.bc-paths__number, .bc-paths__arrow) { max-width: 280px; color: #4F6077; line-height: 1.55; }
.bc-paths__arrow { position: absolute; right: 28px; bottom: 26px; color: var(--bc-blue); font-size: 25px; }

.bc-section { position: relative; padding: clamp(84px, 11vw, 150px) 0; overflow: clip; }
.bc-section--services { background: linear-gradient(180deg, #F4F8FC, #E8F1F9); }
.bc-section--light { background: var(--bc-mist); color: var(--bc-navy); }
.bc-section__head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: end; margin-bottom: 54px; }
.bc-section__head h2 { margin: 0; font-size: clamp(36px, 5vw, 66px); line-height: 1.02; letter-spacing: -.045em; }
.bc-section__head p { max-width: 620px; margin: 0; color: var(--bc-muted); font-size: 18px; line-height: 1.65; }
.bc-section--light .bc-section__head p { color: #4F6077; }

.bc-services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.bc-service { position: relative; min-height: 392px; padding: 18px 18px 32px; overflow: hidden; border: 1px solid var(--bc-border); border-radius: var(--bc-radius); background: var(--bc-card); backdrop-filter: blur(18px); }
.bc-service::after { content: attr(data-number); position: absolute; right: 20px; bottom: -24px; color: rgba(22,61,115,.055); font: 700 126px/1 Sora; }
.bc-service:nth-child(1) { min-height: 392px; }
.bc-service__media { position: relative; z-index: 1; margin: 0 0 24px; overflow: hidden; aspect-ratio: 16 / 8.5; border: 1px solid rgba(22,61,115,.09); border-radius: 18px; background: #F7FBFE; }
.bc-service:nth-child(1) .bc-service__media { aspect-ratio: 16 / 8.5; }
.bc-service__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.bc-service:hover .bc-service__media img { transform: scale(1.025); }
.bc-service__icon { position: relative; z-index: 1; display: grid; width: 48px; height: 48px; margin-inline: 12px; place-items: center; border-radius: 15px; background: rgba(47,107,255,.1); color: #174FC6; font: 700 18px Sora; }
.bc-service h3 { position: relative; z-index: 1; margin: 28px 12px 12px; font-size: clamp(25px, 3vw, 38px); }
.bc-service p { position: relative; z-index: 1; max-width: 500px; margin: 0 12px; color: var(--bc-muted); line-height: 1.65; }

.bc-process { background: var(--bc-mist); color: var(--bc-navy); }
.bc-process .bc-kicker { color: #087F69; }
.bc-process .bc-section__head p { color: #4F6077; }
.bc-process__list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 38px; padding: 0; border-top: 1px solid #B7C7D8; list-style: none; }
.bc-process__list li { position: relative; min-height: 240px; padding: 28px 34px 26px 0; }
.bc-process__list li + li { padding-left: 34px; border-left: 1px solid #B7C7D8; }
.bc-process__list span { color: #087F69; font: 700 12px/1 Sora; letter-spacing: .12em; }
.bc-process__list h3 { margin: 44px 0 12px; font-size: clamp(26px, 3vw, 38px); letter-spacing: -.04em; }
.bc-process__list p { max-width: 310px; margin: 0; color: #4F6077; line-height: 1.65; }
.bc-text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; color: #174FC6 !important; font-weight: 750; text-decoration-thickness: 2px; text-decoration-color: var(--bc-green); }

.bc-orbit { position: absolute; width: 620px; height: 620px; right: -310px; top: 50px; border: 1px solid rgba(47,107,255,.18); border-radius: 50%; transform: translateY(var(--bc-parallax-y, 0)); }
.bc-orbit::before, .bc-orbit::after { content: ''; position: absolute; border: inherit; border-radius: inherit; }
.bc-orbit::before { inset: 90px; }
.bc-orbit::after { inset: 185px; border-color: rgba(23,184,144,.2); }

.bc-founder { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.bc-founder__portrait { position: relative; min-height: 540px; border-radius: 32px; overflow: hidden; background: linear-gradient(150deg, #dce8f2, #fff); }
.bc-founder__portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; transform: translateY(var(--bc-parallax-y, 0)) scale(1.18); transform-origin: center top; }
.bc-founder__copy h2 { max-width: 680px; margin: 0 0 26px; font-size: clamp(36px, 4.4vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.bc-founder blockquote { margin: 0; padding-left: 24px; border-left: 4px solid var(--bc-green); font: 600 clamp(24px, 3.1vw, 39px)/1.22 Sora; letter-spacing: -.035em; }
.bc-founder p { margin: 30px 0 0; color: #4F6077; font-size: 17px; line-height: 1.7; }
.bc-founder .bc-text-link { margin-top: 22px; }

.bc-contact { background: linear-gradient(135deg, #E8F1FA, #DCEAF7); color: var(--bc-navy); }
.bc-contact__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.bc-contact h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.07; letter-spacing: -.045em; }
.bc-contact__aside p { color: #4F6077; line-height: 1.7; }
.bc-form { display: grid; gap: 16px; padding: 30px; border: 1px solid var(--bc-border); border-radius: var(--bc-radius); background: rgba(255,255,255,.82); }
.bc-form label { display: grid; gap: 8px; color: var(--bc-navy); font-size: 14px; }
.bc-form input, .bc-form textarea { width: 100%; border: 1px solid #9FB2C7; border-radius: 12px; background: #FFFFFF; color: #111827; padding: 14px 16px; font: inherit; }
.bc-form textarea { min-height: 130px; resize: vertical; }
.bc-form__note { margin: 0; color: var(--bc-muted); font-size: 12px; line-height: 1.5; }
.bc-whatsapp { margin-top: 18px; color: var(--bc-muted); font-size: 14px; }
.bc-whatsapp a { color: #69E1BF; }

/* The native WordPress form remains the only lead capture implementation. */
.bc-contact .bcai-project-form { max-width: none; margin: 0; border-color: #C4D4E4; background: rgba(255,255,255,.82); box-shadow: 0 24px 70px rgba(22,61,115,.1); }
.bc-contact .bcai-project-form label { color: var(--bc-navy); }
.bc-contact .bcai-project-form input:not([type=checkbox]),
.bc-contact .bcai-project-form select,
.bc-contact .bcai-project-form textarea { border-color: #9FB2C7; background: #FFFFFF; color: #111827; }
.bc-contact .bcai-project-form select option { color: #111827; background: #fff; }
.bc-contact .bcai-project-form input::placeholder,
.bc-contact .bcai-project-form textarea::placeholder { color: #64748B; }
.bc-contact .bcai-form-consent a { color: #174FC6; }
.bc-contact .bcai-form-submit small { color: #52647B; }
.bc-contact .bcai-form-submit button { background: var(--bc-blue); }
.bc-contact .bcai-form-error { color: #7F1D1D; }

@media (max-width: 900px) {
  .bc-nav__links a:not(.bc-button) { display: none; }
  .bc-hero__content { grid-template-columns: 1fr; align-items: start; padding-top: 165px; }
  .bc-hero__copy { max-width: 760px; }
  .bc-hero__fallback { width: min(82vw, 600px); right: 50%; top: 70%; transform: translate(50%, -50%); opacity: .34; }
  .bc-section__head, .bc-founder, .bc-contact__grid, .bc-paths__intro { grid-template-columns: 1fr; }
  .bc-paths__list, .bc-process__list { grid-template-columns: 1fr; }
  .bc-paths__list li + li { border-left: 0; border-top: 1px solid #CAD6E4; }
  .bc-paths__list a { min-height: 190px; }
  .bc-process__list li { min-height: 0; padding: 28px 0; }
  .bc-process__list li + li { padding-left: 0; border-top: 1px solid #B7C7D8; border-left: 0; }
  .bc-process__list h3 { margin-top: 24px; }
  .bc-services { grid-template-columns: 1fr; }
  .bc-service:nth-child(1) { grid-row: auto; min-height: 0; }
  .bc-service:nth-child(1) .bc-service__media { min-height: 0; aspect-ratio: 16 / 9; }
  .bc-founder__portrait { min-height: 480px; }
}

@media (min-width: 901px) {
  .bc-headline-line { white-space: nowrap; }
}

@media (max-width: 560px) {
  .bc-shell { width: min(100% - 28px, 1180px); }
  .bc-brand span { font-size: 14px; }
  .bc-brand small { display: none; }
  .bc-nav .bc-button { min-height: 42px; padding: 0 14px; font-size: 13px; }
  .bc-hero { min-height: auto; }
  .bc-hero__content { min-height: auto; padding-block: 116px 270px; }
  .bc-hero h1 { max-width: 360px; font-size: clamp(38px, 11.8vw, 52px); line-height: 1.01; }
  .bc-lead { margin-top: 22px; font-size: 17px; line-height: 1.55; }
  .bc-actions { align-items: stretch; margin-top: 28px; }
  .bc-button { width: 100%; min-height: 52px; }
  .bc-hero__fallback { width: min(86vw, 390px); max-height: 270px; right: 50%; top: auto; bottom: 0; transform: translateX(50%); opacity: .72; filter: saturate(1.15) contrast(1.08) drop-shadow(0 16px 30px rgba(22,61,115,.16)); }
  .bc-hero__visual { opacity: 1; }
  .bc-hero__copy { text-shadow: none; }
  .bc-scroll-cue { display: none; }
  .bc-section { padding-block: 82px; }
  .bc-service { min-height: 0; padding: 14px 14px 28px; }
  .bc-service__media { margin-bottom: 22px; aspect-ratio: 16 / 10; border-radius: 14px; }
  .bc-service h3 { margin-top: 28px; }
  .bc-paths { padding-block: 68px; }
  .bc-paths__intro { margin-bottom: 30px; }
  .bc-paths__intro h2 { font-size: 38px; }
  .bc-paths__list a { min-height: 184px; padding: 24px 20px; }
  .bc-paths__arrow { right: 20px; bottom: 20px; }
  .bc-founder__portrait { min-height: 430px; }
  .bc-form { padding: 22px; }
}

@media (prefers-contrast: more) {
  .bc-home { --bc-muted: #334155; --bc-border: rgba(11,31,58,.55); }
  .bc-service, .bc-contact .bcai-project-form { backdrop-filter: none; background: #FFFFFF; }
  .bc-button--ghost { background: #FFFFFF; border-color: #0B1F3A; }
}

@media (forced-colors: active) {
  .bc-hero h1 .bc-headline-accent { color: CanvasText; background: none; }
  .bc-button, .bc-service, .bc-paths__list, .bc-process__list, .bc-founder blockquote { forced-color-adjust: auto; }
}

@media (prefers-reduced-transparency: reduce) {
  .bc-service, .bc-contact .bcai-project-form { backdrop-filter: none; background: #FFFFFF; }
}


@media (prefers-reduced-motion: reduce) {
  .bc-home *, .bc-home *::before, .bc-home *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-bc-depth] { transform: none !important; }
  .bc-scroll-cue { display: none; }
}

/* V3.2: one expressive systems layer, inspired by precise B2B product interfaces. */
.bc-system { padding-top: clamp(66px,7vw,98px); background: linear-gradient(180deg,#FFFFFF 0%,#F8FBFD 100%); }
.bc-paths { padding-bottom: clamp(50px,6vw,78px); }
.bc-system__head { margin-bottom: clamp(42px, 6vw, 72px); }
.bc-system__experience { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(520px, 1.28fr); gap: clamp(32px, 6vw, 82px); align-items: stretch; }
.bc-system__steps { display: grid; margin: 0; padding: 0; border-block: 1px solid #CAD6E4; list-style: none; }
.bc-system__steps li + li { border-top: 1px solid #CAD6E4; }
.bc-system__steps button { position: relative; width: 100%; min-height: 172px; display: grid; grid-template-columns: 54px 1fr; grid-template-areas: "number title" ". copy"; gap: 10px 16px; align-content: center; padding: 26px 24px; border: 0; background: transparent; color: var(--bc-navy); font: inherit; text-align: left; cursor: pointer; transition: background .25s ease, padding-left .25s ease; }
.bc-system__steps button::before { content: ''; position: absolute; inset: 22px auto 22px 0; width: 3px; border-radius: 3px; background: var(--bc-green); transform: scaleY(0); transition: transform .25s ease; }
.bc-system__steps button:hover,.bc-system__steps button[aria-pressed="true"] { padding-left: 30px; background: #F2F7FC; }
.bc-system__steps button[aria-pressed="true"]::before { transform: scaleY(1); }
.bc-system__steps button:focus-visible { z-index: 2; outline: 3px solid var(--bc-green); outline-offset: -3px; }
.bc-system__steps span { grid-area: number; padding-top: 5px; color: #087F69; font: 700 12px/1 Sora; letter-spacing: .12em; }
.bc-system__steps strong { grid-area: title; font: 680 clamp(20px, 2vw, 27px)/1.15 Sora; letter-spacing: -.035em; }
.bc-system__steps small { grid-area: copy; max-width: 410px; color: var(--bc-muted); font-size: 15px; line-height: 1.55; }

.bc-system__map { position: relative; min-height: 544px; overflow: hidden; isolation: isolate; border: 1px solid #C7D7E6; border-radius: 34px; background: linear-gradient(145deg,#F7FBFE 0%,#E6F0F8 100%); box-shadow: 0 30px 80px rgba(11,31,58,.1); }
.bc-system__grid { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(22,61,115,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(22,61,115,.16) 1px,transparent 1px); background-size: 36px 36px; mask-image: radial-gradient(circle at center,#000 30%,transparent 78%); }
.bc-system__beam { position: absolute; z-index: 1; top: 50%; left: 14%; right: 14%; height: 2px; background: linear-gradient(90deg,rgba(47,107,255,.1),#2F6BFF 35%,#17B890 70%,rgba(23,184,144,.1)); transform: translateY(-50%); }
.bc-system__beam::after { content: ''; position: absolute; inset: -5px auto -5px 0; width: 82px; border-radius: 99px; background: linear-gradient(90deg,transparent,rgba(47,107,255,.48),transparent); filter: blur(3px); animation: bc-system-flow 3.8s linear infinite; }
.bc-system__node { position: absolute; z-index: 3; top: 50%; width: 150px; min-height: 150px; display: grid; place-content: center; gap: 7px; padding: 20px; border: 1px solid #B7C9DB; border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: 0 18px 42px rgba(11,31,58,.1); text-align: center; transform: translateY(-50%) scale(.94); transition: transform .35s ease,border-color .35s ease,box-shadow .35s ease,background .35s ease; }
.bc-system__node i { width: 10px; height: 10px; margin: 0 auto 6px; border-radius: 50%; background: var(--bc-blue); box-shadow: 0 0 0 7px rgba(47,107,255,.1); }
.bc-system__node span { color: #52647B; font: 700 10px/1 Sora; letter-spacing: .13em; }
.bc-system__node b { font: 680 16px/1.18 Sora; letter-spacing: -.025em; }
.bc-system__node--input { left: 7%; }
.bc-system__node--core { left: 50%; width: 190px; min-height: 190px; color: #FFFFFF; border-color: #163D73; background: linear-gradient(145deg,#163D73,#0B1F3A); transform: translate(-50%,-50%) scale(.94); }
.bc-system__node--core i { background: var(--bc-green); box-shadow: 0 0 0 8px rgba(23,184,144,.16); }
.bc-system__node--core span { color: #9FDCCD; }
.bc-system__node--output { right: 7%; }
.bc-system__map[data-active-step="1"] .bc-system__node--input,.bc-system__map[data-active-step="3"] .bc-system__node--output { border-color: #2F6BFF; box-shadow: 0 24px 54px rgba(47,107,255,.2); transform: translateY(-50%) scale(1.04); }
.bc-system__map[data-active-step="2"] .bc-system__node--core { box-shadow: 0 28px 70px rgba(11,31,58,.3); transform: translate(-50%,-50%) scale(1.04); }
.bc-system__pulse { position: absolute; z-index: 2; width: 10px; height: 10px; border-radius: 50%; background: var(--bc-green); box-shadow: 0 0 0 8px rgba(23,184,144,.11); transition: opacity .25s ease,transform .35s ease; }
.bc-system__pulse--one { left: 24%; top: 25%; }
.bc-system__pulse--two { right: 25%; top: 28%; }
.bc-system__pulse--three { right: 18%; bottom: 22%; background: var(--bc-blue); }
.bc-system__map[data-active-step="1"] .bc-system__pulse--one,.bc-system__map[data-active-step="2"] .bc-system__pulse--two,.bc-system__map[data-active-step="3"] .bc-system__pulse--three { transform: scale(1.7); }
@keyframes bc-system-flow { from { left: 0; } to { left: calc(100% - 82px); } }

.bc-service { transition: transform .35s cubic-bezier(.2,.8,.2,1),border-color .25s ease,box-shadow .35s ease; }
.bc-service:hover { z-index: 2; border-color: rgba(47,107,255,.35); box-shadow: 0 28px 70px rgba(11,31,58,.12); transform: translateY(-7px); }
.bc-process__list { position: relative; }
.bc-process__list::before { content: ''; position: absolute; z-index: 2; top: -1px; left: 0; width: calc(var(--bc-process-progress,0) * 100%); height: 3px; background: linear-gradient(90deg,var(--bc-blue),var(--bc-green)); transition: width .08s linear; }

.bc-motion-ready .bc-reveal-target { opacity: 0; transform: translateY(28px); transition: opacity .7s ease var(--bc-reveal-delay,0ms),transform .7s cubic-bezier(.2,.8,.2,1) var(--bc-reveal-delay,0ms); }
.bc-motion-ready .bc-reveal-target.is-visible { opacity: 1; transform: translateY(0); }

@media(max-width:980px){
  .bc-system__experience { grid-template-columns: 1fr; }
  .bc-system__steps { grid-template-columns: repeat(3,1fr); border: 1px solid #CAD6E4; border-radius: 22px; overflow: hidden; }
  .bc-system__steps li + li { border-top: 0; border-left: 1px solid #CAD6E4; }
  .bc-system__steps button { min-height: 220px; grid-template-columns: 1fr; grid-template-areas: "number" "title" "copy"; align-content: start; }
  .bc-system__steps button::before { inset: auto 22px 0; width: auto; height: 3px; transform: scaleX(0); }
  .bc-system__steps button[aria-pressed="true"]::before { transform: scaleX(1); }
  .bc-system__steps button:hover,.bc-system__steps button[aria-pressed="true"] { padding-left: 24px; }
}
@media(max-width:680px){
  .bc-system__steps { grid-template-columns: 1fr; border-inline: 0; border-radius: 0; }
  .bc-system__steps li + li { border-top: 1px solid #CAD6E4; border-left: 0; }
  .bc-system__steps button { min-height: 0; grid-template-columns: 44px 1fr; grid-template-areas: "number title" ". copy"; padding: 24px 10px; }
  .bc-system__steps button:hover,.bc-system__steps button[aria-pressed="true"] { padding-left: 16px; }
  .bc-system__map { min-height: 520px; border-radius: 24px; }
  .bc-system__beam { top: 12%; bottom: 12%; left: 50%; right: auto; width: 2px; height: auto; background: linear-gradient(180deg,rgba(47,107,255,.1),#2F6BFF 35%,#17B890 70%,rgba(23,184,144,.1)); transform: translateX(-50%); }
  .bc-system__beam::after { inset: 0 -5px auto; width: auto; height: 72px; background: linear-gradient(180deg,transparent,rgba(47,107,255,.48),transparent); animation-name: bc-system-flow-mobile; }
  .bc-system__node { top: auto; left: 50%; right: auto; width: 132px; min-height: 132px; transform: translateX(-50%) scale(.94); }
  .bc-system__node--input { top: 7%; }
  .bc-system__node--core { top: 50%; width: 164px; min-height: 164px; transform: translate(-50%,-50%) scale(.94); }
  .bc-system__node--output { bottom: 7%; }
  .bc-system__map[data-active-step="1"] .bc-system__node--input,.bc-system__map[data-active-step="3"] .bc-system__node--output { transform: translateX(-50%) scale(1.04); }
  .bc-system__pulse--one { left: 20%; top: 27%; }
  .bc-system__pulse--two { right: 18%; top: 46%; }
  .bc-system__pulse--three { right: 20%; bottom: 25%; }
}
@keyframes bc-system-flow-mobile { from { top: 0; } to { top: calc(100% - 72px); } }
@media(prefers-reduced-motion:reduce){
  .bc-system__beam::after { display:none; }
  .bc-process__list::before { width:100%; }
  .bc-motion-ready .bc-reveal-target { opacity:1;transform:none; }
}
