
/* STLBEAST V403 — Premium Storefront Alignment with Hub */
:root{
  --stlb403-blue:#0ea5e9;
  --stlb403-blue2:#2563eb;
  --stlb403-cyan:#67e8f9;
  --stlb403-violet:#8b5cf6;
  --stlb403-ink:#030711;
  --stlb403-panel:#07111f;
  --stlb403-line:rgba(125,211,252,.24);
}
.stlb376-header{
  background:
    radial-gradient(circle at 16% 0%,rgba(14,165,233,.18),transparent 35%),
    linear-gradient(180deg,rgba(3,7,18,.98),rgba(2,6,23,.96)) !important;
  border-bottom:1px solid rgba(125,211,252,.22) !important;
  box-shadow:0 18px 60px rgba(2,6,23,.55) !important;
}
.stlb376-utility span{color:#bfdbfe !important}
.stlb376-brand{gap:14px !important}
.stlb376-brand-copy strong{color:#f8fafc !important;letter-spacing:-.04em !important}
.stlb376-brand-copy small{color:#93c5fd !important}
.stlb376-nav a{
  border-radius:999px !important;
  color:#cbd5e1 !important;
  background:rgba(15,23,42,.58) !important;
  border:1px solid rgba(125,211,252,.14) !important;
}
.stlb376-nav a:hover,.stlb376-nav a.active{
  color:#ffffff !important;
  border-color:rgba(103,232,249,.42) !important;
  background:linear-gradient(135deg,rgba(14,165,233,.18),rgba(139,92,246,.16)) !important;
}
.stlb376-rail-promo{
  border-color:rgba(103,232,249,.28) !important;
  background:linear-gradient(135deg,rgba(14,165,233,.12),rgba(139,92,246,.10)) !important;
}
.stlb375-hero{
  background:
    radial-gradient(circle at 70% 34%,rgba(14,165,233,.18),transparent 34%),
    radial-gradient(circle at 88% 42%,rgba(139,92,246,.14),transparent 28%),
    linear-gradient(135deg,#020617,#07111f 54%,#030711) !important;
}
.stlb375-kicker{color:#67e8f9 !important}
.stlb375-lead{color:#dbeafe !important}
.stlb403-ecosystem-bridge{
  padding:34px 0;
  background:
    radial-gradient(circle at 14% 18%,rgba(14,165,233,.14),transparent 32%),
    radial-gradient(circle at 92% 4%,rgba(139,92,246,.13),transparent 30%),
    linear-gradient(180deg,#040814,#07111f);
  border-top:1px solid rgba(125,211,252,.18);
  border-bottom:1px solid rgba(125,211,252,.18);
}
.stlb403-bridge-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:20px;
  align-items:stretch;
}
.stlb403-bridge-copy,.stlb403-bridge-cards,.stlb403-bridge-visual{
  border:1px solid rgba(125,211,252,.22);
  background:linear-gradient(145deg,rgba(15,23,42,.86),rgba(3,7,18,.76));
  border-radius:30px;
  box-shadow:0 24px 70px rgba(0,0,0,.34);
}
.stlb403-bridge-copy{padding:clamp(24px,4vw,42px)}
.stlb403-bridge-copy h2{
  margin:10px 0 12px;
  color:#f8fafc;
  font-size:clamp(2rem,4.6vw,4.4rem);
  line-height:.9;
  letter-spacing:-.07em;
}
.stlb403-bridge-copy p{color:#cbd5e1;line-height:1.65;max-width:760px}
.stlb403-bridge-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.stlb403-bridge-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px}
.stlb403-bridge-cards a{
  display:block;
  padding:18px;
  border-radius:22px;
  text-decoration:none;
  background:linear-gradient(180deg,rgba(15,23,42,.92),rgba(2,6,23,.86));
  border:1px solid rgba(125,211,252,.16);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.stlb403-bridge-cards a:hover{transform:translateY(-2px);border-color:rgba(103,232,249,.46);box-shadow:0 18px 48px rgba(14,165,233,.12)}
.stlb403-bridge-cards span{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(14,165,233,.12);
  color:#67e8f9;
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
}
.stlb403-bridge-cards b{display:block;margin:12px 0 5px;color:#ffffff}
.stlb403-bridge-cards em{display:block;color:#94a3b8;font-style:normal;line-height:1.45;font-size:.9rem}
.stlb403-bridge-visual{grid-column:1 / -1;margin:0;overflow:hidden}
.stlb403-bridge-visual img{width:100%;height:260px;object-fit:cover;object-position:center;display:block}
.stlb375-product-card,.stlb375-cat-card,.stlb375-ai-card,.stlb375-member-card,.stlb381-bonus-compact-card,.stlb375-hub-grid,.stlb375-community-card{
  border-color:rgba(125,211,252,.24) !important;
  box-shadow:0 24px 72px rgba(0,0,0,.28) !important;
}
.stlb375-hub-promo{
  background:
    radial-gradient(circle at 82% 18%,rgba(14,165,233,.16),transparent 32%),
    linear-gradient(180deg,#030711,#07111f) !important;
}
@media(max-width:960px){
  .stlb403-bridge-grid{grid-template-columns:1fr}
  .stlb403-bridge-cards{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .stlb403-bridge-cards{grid-template-columns:1fr}
  .stlb403-bridge-visual img{height:180px}
}
