
/* STLBEAST Main V416 — Checkout Trust + Digital Delivery Clarity */

.stlb416-checkout-page,
.stlb416-policy-page{
  background:
    radial-gradient(circle at 10% 0%,rgba(14,165,233,.10),transparent 30%),
    linear-gradient(180deg,#030711 0%,#07111f 52%,#030711 100%);
}

.stlb416-checkout-hero,
.stlb416-policy-hero{
  padding:clamp(44px,7vw,82px) 0;
  position:relative;
  overflow:hidden;
}

.stlb416-checkout-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.58fr);
  gap:clamp(20px,4vw,40px);
  align-items:center;
}

.stlb416-checkout-copy h1,
.stlb416-policy-hero h1{
  margin:10px 0 14px;
  color:#ffffff;
  font-size:clamp(2.35rem,5.6vw,5rem);
  line-height:.94;
  letter-spacing:-.065em;
  text-wrap:balance;
}

.stlb416-checkout-copy .lead,
.stlb416-policy-hero p{
  color:#b8c7dc;
  max-width:850px;
  font-size:clamp(1rem,1.45vw,1.22rem);
  line-height:1.65;
}

.stlb416-checkout-pills{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:20px;
}

.stlb416-checkout-pills span,
.stlb416-mini-trust span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:7px 10px;
  border-radius:999px;
  color:#dff9ff;
  background:rgba(14,165,233,.10);
  border:1px solid rgba(103,232,249,.18);
  font-size:.78rem;
  font-weight:850;
}

.stlb416-checkout-card,
.stlb416-checkout-panel,
.stlb416-policy-grid article,
.stlb416-trust-checklist article{
  border:1px solid rgba(103,232,249,.15);
  background:
    radial-gradient(circle at 82% 12%,rgba(14,165,233,.13),transparent 36%),
    linear-gradient(180deg,rgba(9,18,34,.97),rgba(3,7,16,.99));
  border-radius:24px;
  box-shadow:0 22px 62px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.04);
}

.stlb416-checkout-card{
  padding:16px;
}

.stlb416-checkout-card img{
  width:100%;
  height:240px;
  object-fit:contain;
  padding:10px;
  border-radius:18px;
  background:
    radial-gradient(circle at 50% 24%,rgba(14,165,233,.18),transparent 44%),
    linear-gradient(180deg,#09172a,#030711);
  filter:drop-shadow(0 18px 24px rgba(0,0,0,.45));
}

.stlb416-checkout-card > span{
  display:inline-flex;
  margin-top:12px;
  padding:6px 9px;
  border-radius:999px;
  color:#67e8f9;
  background:rgba(14,165,233,.10);
  border:1px solid rgba(103,232,249,.15);
  font-size:.72rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.stlb416-checkout-card h2,
.stlb416-checkout-panel h2,
.stlb416-policy-grid b,
.stlb416-trust-checklist b{
  color:#ffffff;
}

.stlb416-checkout-card h2{
  margin:10px 0 8px;
  font-size:1.55rem;
  line-height:1.1;
}

.stlb416-checkout-card p,
.stlb416-checkout-panel p,
.stlb416-policy-grid p,
.stlb416-trust-checklist p{
  color:#a8bdd7;
  line-height:1.55;
}

.stlb416-price-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(103,232,249,.12);
}

.stlb416-price-row b{
  color:#67e8f9;
  font-size:1.2rem;
}

.stlb416-price-row small{
  color:#9db1ca;
}

.stlb416-checkout-body-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.stlb416-checkout-panel{
  padding:22px;
}

.stlb416-checkout-panel:last-child{
  grid-column:1 / -1;
}

.stlb416-line-items{
  display:grid;
  gap:10px;
  margin:16px 0;
}

.stlb416-line-items div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px;
  border-radius:16px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(103,232,249,.10);
}

.stlb416-line-items span{
  color:#8fa7c5;
  font-weight:850;
}

.stlb416-line-items b{
  color:#ffffff;
  text-align:right;
}

.stlb416-checkout-note{
  padding:13px;
  border-radius:16px;
  background:rgba(14,165,233,.08);
  border:1px solid rgba(103,232,249,.14);
}

.stlb416-primary-action{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  margin-top:16px;
  padding:12px 16px;
  border-radius:16px;
  color:#ffffff;
  text-decoration:none;
  font-weight:950;
  background:linear-gradient(135deg,#0ea5e9,#2563eb);
  border:1px solid rgba(125,211,252,.25);
}

.stlb416-primary-action.muted{
  background:linear-gradient(135deg,#334155,#1e293b);
}

.stlb416-mini-trust{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}

.stlb416-policy-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.stlb416-policy-list li{
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(103,232,249,.10);
}

.stlb416-policy-list a{
  display:block;
  color:#ffffff;
  font-weight:950;
  text-decoration:none;
  margin-bottom:5px;
}

.stlb416-policy-list span{
  display:block;
  color:#a8bdd7;
  font-size:.86rem;
  line-height:1.4;
}

.stlb416-policy-grid,
.stlb416-trust-checklist{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  padding-bottom:clamp(42px,6vw,76px);
}

.stlb416-policy-grid article,
.stlb416-trust-checklist article{
  padding:20px;
}

.stlb416-policy-grid a{
  color:#67e8f9;
  font-weight:900;
}

.stlb416-trust-checklist span{
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  margin-bottom:14px;
  color:#ffffff;
  background:linear-gradient(135deg,#0ea5e9,#2563eb);
  font-weight:950;
}

@media(max-width:980px){
  .stlb416-checkout-grid,
  .stlb416-checkout-body-grid{
    grid-template-columns:1fr;
  }
  .stlb416-policy-list,
  .stlb416-policy-grid,
  .stlb416-trust-checklist{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:620px){
  .stlb416-checkout-copy h1,
  .stlb416-policy-hero h1{
    font-size:2.2rem;
  }
  .stlb416-checkout-card img{
    height:180px;
  }
  .stlb416-policy-list,
  .stlb416-policy-grid,
  .stlb416-trust-checklist{
    grid-template-columns:1fr;
  }
  .stlb416-line-items div{
    display:grid;
    gap:4px;
  }
  .stlb416-line-items b{
    text-align:left;
  }
}
