:root{
  --bc-primary:#6366f1;
  --bc-primary-dark:#4f46e5;
  --bc-accent:#b91c1c;
  --bc-accent-soft:#f87171;
  --bc-success:#34d399;
  --bc-gold:#f59e0b;
  --bc-bg:#020617;
  --bc-bg2:#0b1220;
  --bc-card:#111827;
  --bc-soft:#cbd5e1;
  --bc-muted:#94a3b8;
  --bc-border:rgba(129,140,248,.24);
  --bc-border-strong:rgba(129,140,248,.46);
  --bc-radius:26px;
  --bc-radius-xl:42px;
  --bc-container:1280px;
  --bc-shadow:0 28px 90px rgba(0,0,0,.48);
  --bc-glow:0 0 52px rgba(99,102,241,.24);
}

body{
  background:
    radial-gradient(circle at 10% 5%,rgba(99,102,241,.22),transparent 30%),
    radial-gradient(circle at 90% 18%,rgba(185,28,28,.16),transparent 28%),
    linear-gradient(180deg,#020617 0%,#0b1220 48%,#020617 100%);
}

.bc-page{
  color:#fff;
  overflow:hidden;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

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

.bc-page a{
  text-decoration:none!important;
}

.bc-section{
  position:relative;
  padding:clamp(56px,7vw,110px) 16px;
}

.bc-inner{
  width:100%;
  max-width:var(--bc-container);
  margin:0 auto;
}

.bc-hero{
  min-height:min(86vh,820px);
  display:flex;
  align-items:center;
}

.bc-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:180px;
  background:linear-gradient(180deg,transparent,rgba(11,18,32,.98));
  pointer-events:none;
}

.bc-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr .82fr;
  gap:clamp(36px,6vw,80px);
  align-items:center;
}

.bc-eyebrow{
  display:inline-flex;
  align-items:center;
  margin-bottom:14px;
  padding:8px 15px;
  border:1px solid rgba(129,140,248,.36);
  border-radius:999px;
  background:rgba(99,102,241,.14);
  color:#c7d2fe;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:var(--bc-glow);
}

.bc-hero h1,
.bc-heading h2,
.bc-info-panel h2{
  margin:0 0 18px;
  color:#fff;
  font-weight:950;
  line-height:.98;
  letter-spacing:-.07em;
}

.bc-hero h1{
  max-width:840px;
  font-size:clamp(2.7rem,7vw,6rem);
  background:linear-gradient(135deg,#fff,#a5b4fc 42%,#f87171 78%,#34d399);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.bc-hero p,
.bc-heading p,
.bc-info-panel p,
.bc-form-card p{
  color:var(--bc-soft);
  font-size:clamp(1rem,2.2vw,1.16rem);
  line-height:1.7;
}

.bc-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.bc-btn{
  min-height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--bc-primary),var(--bc-primary-dark) 55%,var(--bc-accent));
  color:#fff!important;
  font-size:15px;
  font-weight:900;
  box-shadow:0 16px 44px rgba(99,102,241,.34);
  transition:.22s ease;
}

.bc-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 54px rgba(99,102,241,.46);
}

.bc-btn-ghost{
  border:1px solid rgba(129,140,248,.28);
  background:rgba(15,23,42,.64);
  box-shadow:none;
}

.bc-hero-card{
  position:relative;
  min-height:520px;
  border:1px solid rgba(129,140,248,.28);
  border-radius:var(--bc-radius-xl);
  background:
    radial-gradient(circle at center,rgba(99,102,241,.30),transparent 34%),
    radial-gradient(circle at bottom right,rgba(185,28,28,.17),transparent 30%),
    linear-gradient(145deg,rgba(17,24,39,.92),rgba(2,6,23,.78));
  box-shadow:var(--bc-shadow),var(--bc-glow);
  overflow:hidden;
  display:grid;
  place-items:center;
}

.bc-core{
  width:210px;
  height:210px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(129,140,248,.40);
  background:radial-gradient(circle at top,rgba(255,255,255,.20),transparent 22%),rgba(15,23,42,.82);
  box-shadow:0 0 80px rgba(99,102,241,.42);
  font-size:5rem;
}

.bc-orbit{
  position:absolute;
  width:76%;
  aspect-ratio:1;
  border:1px dashed rgba(129,140,248,.28);
  border-radius:50%;
  animation:bcRotate 24s linear infinite;
}

.bc-orbit-two{
  width:54%;
  animation-duration:16s;
  animation-direction:reverse;
}

.bc-chip{
  position:absolute;
  padding:12px 16px;
  border:1px solid rgba(129,140,248,.28);
  border-radius:18px;
  background:rgba(15,23,42,.78);
  color:#fff;
  font-weight:950;
  box-shadow:0 16px 44px rgba(0,0,0,.34);
  animation:bcFloat 5s ease-in-out infinite;
}

.bc-c1{top:72px;left:54px}
.bc-c2{top:100px;right:46px;animation-delay:-1s}
.bc-c3{bottom:110px;left:64px;animation-delay:-2s}
.bc-c4{bottom:78px;right:58px;animation-delay:-3s}

@keyframes bcRotate{to{transform:rotate(360deg)}}
@keyframes bcFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}

.bc-heading{
  max-width:900px;
  margin:0 auto clamp(32px,5vw,56px);
  text-align:center;
}

.bc-heading h2,
.bc-info-panel h2{
  font-size:clamp(2.1rem,5.5vw,4.5rem);
}

.bc-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.bc-card,
.bc-form-card,
.bc-info-panel,
.bc-link-grid a{
  padding:clamp(22px,3vw,32px);
  border:1px solid var(--bc-border);
  border-radius:var(--bc-radius);
  background:
    linear-gradient(145deg,rgba(17,24,39,.88),rgba(2,6,23,.72)),
    radial-gradient(circle at top right,rgba(99,102,241,.14),transparent 34%);
  box-shadow:0 20px 55px rgba(0,0,0,.26);
}

.bc-card{
  transition:.22s ease;
}

.bc-card:hover,
.bc-link-grid a:hover{
  transform:translateY(-6px);
  border-color:var(--bc-border-strong);
  box-shadow:0 28px 72px rgba(0,0,0,.34),0 0 36px rgba(99,102,241,.14);
}

.bc-icon{
  width:60px;
  height:60px;
  display:grid;
  place-items:center;
  margin-bottom:16px;
  border-radius:20px;
  background:rgba(99,102,241,.14);
  border:1px solid rgba(129,140,248,.24);
  font-size:1.55rem;
}

.bc-card h3,
.bc-form-card h3,
.bc-link-grid strong{
  margin:0 0 12px;
  color:#fff;
  font-size:1.35rem;
  font-weight:950;
  line-height:1.15;
}

.bc-card p,
.bc-link-grid span{
  margin:0 0 14px;
  color:var(--bc-soft);
  line-height:1.65;
}

.bc-card a{
  color:#c7d2fe!important;
  font-weight:900;
}

.bc-dark{
  background:rgba(2,6,23,.42);
  border-top:1px solid rgba(129,140,248,.10);
  border-bottom:1px solid rgba(129,140,248,.10);
}

.bc-contact-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:start;
}

.bc-route-list{
  display:grid;
  gap:14px;
  margin-top:26px;
}

.bc-route-list div{
  padding:18px;
  border:1px solid rgba(129,140,248,.18);
  border-radius:20px;
  background:rgba(15,23,42,.58);
}

.bc-route-list strong{
  display:block;
  margin-bottom:6px;
  color:#fff;
  font-weight:950;
}

.bc-route-list span{
  display:block;
  color:var(--bc-muted);
  line-height:1.55;
}

.bc-form-card{
  border-color:rgba(129,140,248,.34);
  box-shadow:var(--bc-shadow),var(--bc-glow);
}

.bc-form-card input,
.bc-form-card select,
.bc-form-card textarea{
  width:100%!important;
  min-height:54px!important;
  border:1px solid rgba(129,140,248,.28)!important;
  border-radius:18px!important;
  background:rgba(15,23,42,.84)!important;
  color:#fff!important;
  padding:.9rem 1rem!important;
  outline:none!important;
  box-shadow:none!important;
}

.bc-form-card textarea{
  min-height:150px!important;
}

.bc-form-card input:focus,
.bc-form-card select:focus,
.bc-form-card textarea:focus{
  border-color:var(--bc-primary)!important;
  box-shadow:0 0 0 4px rgba(99,102,241,.16)!important;
}

.bc-form-card input[type="submit"],
.bc-form-card button[type="submit"]{
  border:0!important;
  background:linear-gradient(135deg,var(--bc-primary),var(--bc-primary-dark) 55%,var(--bc-accent))!important;
  color:#fff!important;
  font-weight:900!important;
  cursor:pointer!important;
  box-shadow:0 16px 44px rgba(99,102,241,.34)!important;
}

.bc-form-note{
  margin-top:16px;
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(245,158,11,.28);
  background:rgba(120,53,15,.14);
  color:#fde68a;
  font-size:13px;
  line-height:1.55;
}

.bc-link-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.bc-link-grid a{
  display:block;
  color:#fff!important;
  transition:.22s ease;
}

.bc-link-grid strong{
  display:block;
}

.bc-link-grid span{
  display:block;
  font-size:14px;
}

@media(max-width:1100px){
  .bc-hero-grid,
  .bc-contact-layout{
    grid-template-columns:1fr;
  }

  .bc-hero-copy{
    text-align:center;
  }

  .bc-actions{
    justify-content:center;
  }

  .bc-card-grid,
  .bc-link-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:680px){
  .bc-section{
    padding:46px 14px;
  }

  .bc-card-grid,
  .bc-link-grid{
    grid-template-columns:1fr;
  }

  .bc-hero-card{
    min-height:420px;
  }

  .bc-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .bc-btn{
    width:100%;
  }

  .bc-card,
  .bc-link-grid a{
    text-align:center;
  }

  .bc-icon{
    margin-left:auto;
    margin-right:auto;
  }
}