/* Mighty BioLabs checkout conversion pass — 2026-08-28
   Purpose: reduce perceived checkout complexity without changing fulfillment/payment logic. */
.checkout-conversion-page .checkout-shell{
  max-width:1240px;
  padding-top:24px;
}
.checkout-conversion-page .checkout-intro--conversion{
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:14px;
  padding:0 2px 18px;
  border-bottom:1px solid rgba(11,31,58,.08);
  margin-bottom:20px;
}
.checkout-conversion-page .checkout-intro__lock{
  width:46px;
  height:46px;
  border-radius:14px;
  box-shadow:0 8px 22px rgba(6,26,56,.14);
}
.checkout-conversion-page .checkout-intro h1{
  font-size:clamp(28px,2.6vw,36px);
}
.checkout-conversion-page .checkout-intro>div:nth-child(2)>p:last-child{
  margin-top:6px;
  font-size:14px;
  color:#627086;
}
.checkout-conversion-page .checkout-intro__security{
  min-width:0;
  padding:9px 12px 9px 38px;
  border-color:#dce7e1;
  border-radius:999px;
  background:#f8fbf9;
  box-shadow:none;
}
.checkout-conversion-page .checkout-intro__security>span{
  left:10px;
  top:10px;
  width:20px;
  height:20px;
}
.checkout-conversion-page .checkout-intro__security strong{
  font-size:12px;
}
.checkout-conversion-page .checkout-intro__security small{
  display:none;
}
.checkout-conversion-page .checkout-steps{
  display:none!important;
}
.checkout-conversion-page .checkout-v2-layout{
  gap:24px;
  margin-bottom:60px;
}
.checkout-conversion-page .checkout-v2-form{
  gap:14px;
}
.checkout-conversion-page .checkout-card,
.checkout-conversion-page .checkout-summary-card{
  border-radius:20px;
  padding:21px;
  box-shadow:0 12px 34px rgba(11,31,58,.065);
}
.checkout-conversion-page .checkout-card-heading{
  gap:12px;
  margin-bottom:15px;
}
.checkout-conversion-page .checkout-card-heading>span{
  width:31px;
  height:31px;
  flex-basis:31px;
  font-size:12px;
}
.checkout-conversion-page .checkout-card-heading h2{
  font-size:20px;
  letter-spacing:-.02em;
}
.checkout-conversion-page .checkout-card-heading p{
  margin-top:2px;
  font-size:12.5px;
}
.checkout-conversion-page .checkout-section-divider{
  display:flex;
  align-items:center;
  gap:10px;
  margin:17px 0 14px;
  color:#68778a;
  font-size:11px;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.checkout-conversion-page .checkout-section-divider::after{
  content:"";
  height:1px;
  flex:1;
  background:rgba(11,31,58,.09);
}
.checkout-conversion-page .checkout-payment-priority{
  display:none!important;
}
.checkout-conversion-page .checkout-payment-choices{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  border:0;
  border-radius:0;
  overflow:visible;
}
.checkout-conversion-page .checkout-payment-choice,
.checkout-conversion-page .checkout-payment-choice--paypal{
  grid-column:auto;
  min-height:142px;
  padding:15px 13px;
  grid-template-columns:42px minmax(0,1fr);
  grid-template-rows:auto 1fr auto;
  align-items:start;
  gap:8px 10px;
  border-radius:15px;
  border-color:#d8e1ec;
  background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%);
}
.checkout-conversion-page .checkout-payment-choice:hover:not(:disabled){
  transform:translateY(-1px);
  border-color:#9fb0c5;
  box-shadow:0 9px 20px rgba(20,45,80,.08);
}
.checkout-conversion-page .checkout-payment-choice.is-selected{
  border-color:#0b376f;
  box-shadow:0 0 0 2px rgba(11,55,111,.07);
}
.checkout-conversion-page .checkout-payment-choice.is-selected::before{
  width:3px;
  background:#0b376f;
}
.checkout-conversion-page .checkout-payment-choice__icon,
.checkout-conversion-page .checkout-payment-choice--paypal .checkout-payment-choice__icon{
  grid-column:1;
  grid-row:1;
  width:42px;
  height:42px;
  border-radius:11px;
}
.checkout-conversion-page .checkout-payment-choice__icon.paypal img{
  width:38px;
  height:28px;
}
.checkout-conversion-page .checkout-payment-choice__copy{
  grid-column:1 / -1;
  grid-row:2;
  display:block;
}
.checkout-conversion-page .checkout-payment-choice__type{
  display:block;
  margin:0 0 4px;
  color:#6c7b8f;
  font-size:9px;
  letter-spacing:.055em;
}
.checkout-conversion-page .checkout-payment-choice strong{
  display:block;
  margin-bottom:4px;
  font-size:15px;
}
.checkout-conversion-page .checkout-payment-choice small,
.checkout-conversion-page .checkout-payment-choice--paypal small{
  display:block;
  margin:0;
  color:#68778a;
  font-size:10px;
  line-height:1.42;
}
.checkout-conversion-page .checkout-payment-choice__selected{
  grid-column:2;
  grid-row:1;
  justify-self:end;
  align-self:center;
  padding:5px 7px;
  font-size:8px;
}
.checkout-conversion-page .checkout-payment-choice em{
  display:none!important;
}
.checkout-conversion-page .checkout-payment-box{
  margin-top:12px;
  padding:12px 14px;
  border-radius:13px;
  background:#f8fafc;
}
.checkout-conversion-page .checkout-payment-callout strong{
  font-size:12px;
}
.checkout-conversion-page .checkout-payment-callout p{
  margin:3px 0 0;
  font-size:11px;
  line-height:1.45;
}
.checkout-conversion-page .checkout-assurance{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:14px;
}
.checkout-conversion-page .checkout-assurance span{
  padding:7px 10px;
  border:1px solid rgba(11,31,58,.07);
  border-radius:999px;
  background:#f7f9fc;
  color:#4e6077;
  font-size:10.5px;
  font-weight:800;
}
.checkout-conversion-page .checkout-acknowledgement{
  border-radius:14px;
}
.checkout-conversion-page .checkout-paypal-submit,
.checkout-conversion-page #standardPaymentSubmit{
  margin-top:14px;
}
.checkout-conversion-page .checkout-paypal-submit__heading p,
.checkout-conversion-page .checkout-submit-note{
  font-size:10.5px;
}
.checkout-conversion-page .checkout-summary-v2{
  top:86px;
}
.checkout-conversion-page .checkout-summary-card{
  border-color:rgba(11,31,58,.12);
  box-shadow:0 16px 42px rgba(11,31,58,.09);
}
.checkout-conversion-page .checkout-totals .total{
  margin-top:2px;
  font-size:1.35rem;
}
.checkout-conversion-page .checkout-totals .total strong{
  color:#061a38;
  font-size:1.45rem;
}
.checkout-conversion-page .checkout-summary-trust{
  grid-template-columns:1fr;
  gap:5px;
  font-size:10.5px;
  color:#6b7788;
}
@media (max-width:1100px){
  .checkout-conversion-page .checkout-payment-choices{
    grid-template-columns:1fr;
  }
  .checkout-conversion-page .checkout-payment-choice,
  .checkout-conversion-page .checkout-payment-choice--paypal{
    min-height:0;
    grid-template-columns:48px minmax(0,1fr) auto;
    grid-template-rows:auto;
    align-items:center;
    padding:13px;
  }
  .checkout-conversion-page .checkout-payment-choice__icon,
  .checkout-conversion-page .checkout-payment-choice--paypal .checkout-payment-choice__icon{
    grid-column:1;
    grid-row:1;
  }
  .checkout-conversion-page .checkout-payment-choice__copy{
    grid-column:2;
    grid-row:1;
  }
  .checkout-conversion-page .checkout-payment-choice__selected{
    grid-column:3;
    grid-row:1;
  }
}
@media (max-width:760px){
  .checkout-conversion-page .checkout-shell{
    padding-top:18px;
  }
  .checkout-conversion-page .checkout-intro--conversion{
    grid-template-columns:44px 1fr;
    margin-bottom:14px;
  }
  .checkout-conversion-page .checkout-intro__security{
    display:none;
  }
  .checkout-conversion-page .checkout-card,
  .checkout-conversion-page .checkout-summary-card{
    padding:17px;
    border-radius:17px;
  }
  .checkout-conversion-page .checkout-card-heading h2{
    font-size:18px;
  }
  .checkout-conversion-page .checkout-payment-choice small,
  .checkout-conversion-page .checkout-payment-choice--paypal small{
    font-size:9.5px;
  }
}
