.idw-direct-checkout{
  position:fixed;
  inset:0;
  z-index:10030;
  display:grid;
  place-items:center;
  padding:16px;
  background:rgba(7,20,45,.8);
  backdrop-filter:blur(10px);
}
.idw-direct-checkout[hidden]{display:none}
.idw-direct-checkout-shell{
  position:relative;
  width:min(500px,100%);
  max-height:calc(100dvh - 32px);
  overflow-y:auto;
  overscroll-behavior:contain;
  padding:30px;
  border-radius:26px;
  background:#fff;
  color:#10234a;
  box-shadow:0 32px 90px rgba(0,0,0,.36);
}
.idw-direct-checkout-shell>.modal-close{
  position:absolute;
  top:16px;
  right:16px;
  z-index:2;
  background:#f3f6fb;
  color:#10234a;
}
.idw-landing-checkout-summary,.idw-landing-checkout-success{display:grid;gap:13px;padding-top:6px}
.idw-landing-checkout-summary>span,.idw-landing-checkout-success>span{
  padding-right:52px;
  color:#1769ff;
  font-size:11px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.idw-direct-checkout h2{
  max-width:410px;
  margin:0;
  padding-right:42px;
  font-size:clamp(30px,7vw,43px);
  line-height:1.02;
  letter-spacing:-.05em;
}
.idw-direct-checkout p{margin:0;color:#68758c;font-size:14px;line-height:1.55}
.idw-landing-checkout-price{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin-top:7px;
  padding:19px 0;
  border-top:1px solid #e3e9f2;
  border-bottom:1px solid #e3e9f2;
}
.idw-landing-checkout-price div{display:grid;gap:3px}
.idw-landing-checkout-price span{color:#68758c;font-size:11px;font-weight:800;text-transform:uppercase}
.idw-landing-checkout-price small{color:#7a8598;font-size:10px}
.idw-landing-checkout-price strong{color:#10234a;font-size:37px;letter-spacing:-.05em;white-space:nowrap}
.idw-landing-paypal{display:grid;gap:10px;min-height:64px;padding-top:3px}
.idw-landing-paypal>p{min-height:19px;font-size:12px}
#idwLandingPayPalButtons{min-height:48px}
.idw-landing-checkout-error{
  margin-top:8px;
  padding:14px;
  border-radius:13px;
  background:#fff0ee;
  color:#b42318;
  font-size:12px;
  line-height:1.5;
}
.idw-landing-checkout-summary>.button-primary,.idw-landing-checkout-success>.button-primary{width:100%;margin:6px 0 0}
.idw-landing-checkout-success>small{color:#7a8598;font-size:10px;overflow-wrap:anywhere}

@media(max-width:520px){
  .idw-direct-checkout{padding:12px}
  .idw-direct-checkout-shell{width:100%;max-height:calc(100dvh - 24px);padding:24px 20px 22px;border-radius:24px}
  .idw-landing-checkout-price strong{font-size:32px}
}

@media(max-height:480px) and (orientation:landscape){
  .idw-direct-checkout{place-items:stretch center;padding:8px}
  .idw-direct-checkout-shell{width:min(620px,100%);max-height:calc(100dvh - 16px);padding:20px 22px;border-radius:20px}
  .idw-direct-checkout h2{font-size:28px}
  .idw-landing-checkout-price{padding:12px 0}
  .idw-landing-checkout-price strong{font-size:30px}
}
