/* DVIIOS DIRECT CHECKOUT 15.0.0 */
:root{
  --dc15-black:#05070a;
  --dc15-ink:#11192a;
  --dc15-text:#425068;
  --dc15-muted:#778398;
  --dc15-line:#d7dfe9;
  --dc15-soft:#f5f7fa;
  --dc15-gold:#d2aa4c;
}

html:has(body.direct-checkout-v150),
body.direct-checkout-v150{margin:0;min-height:100%;background:#fff}

body.direct-checkout-v150{
  font-family:Manrope,Inter,"Segoe UI",Arial,sans-serif;
  color:var(--dc15-ink);
  -webkit-font-smoothing:antialiased;
}

.direct-checkout-v150,
.direct-checkout-v150 *{box-sizing:border-box}

.direct-checkout-v150{min-height:100dvh;background:#fff}
.direct-checkout-v150 img{display:block;max-width:100%}
.direct-checkout-v150 a{text-decoration:none}
.direct-checkout-v150 input,
.direct-checkout-v150 select,
.direct-checkout-v150 button{font:inherit}

.direct-checkout-v150__header{
  min-height:82px;
  padding:15px clamp(22px,4.5vw,68px);
  border-bottom:3px solid transparent;
  border-image:linear-gradient(90deg,#1769e0 0 25%,#18a654 25% 50%,#8c5cf6 50% 75%,#e14452 75%) 1;
  background:var(--dc15-black);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.direct-checkout-v150__brand{width:min(305px,58vw)}
.direct-checkout-v150__brand img{width:100%;height:auto}

.direct-checkout-v150__header-actions{
  display:flex;
  align-items:center;
  gap:13px;
  color:#adb7c5;
  font-size:10px;
}

.direct-checkout-v150__header-actions a{
  min-height:38px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:8px;
  color:#fff;
  display:flex;
  align-items:center;
  font-weight:900;
}

.direct-checkout-v150__main{
  min-height:calc(100dvh - 82px);
  display:grid;
  grid-template-columns:minmax(390px,37%) minmax(650px,63%);
}

.direct-checkout-v150__summary{
  position:sticky;
  top:0;
  height:calc(100dvh - 82px);
  min-height:740px;
  background:#07101e;
  color:#fff;
  overflow:hidden;
}

.direct-checkout-v150__summary-image{position:absolute;inset:0}

.direct-checkout-v150__summary-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.direct-checkout-v150__summary-image span{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(4,8,14,.12),rgba(4,8,14,.62) 43%,rgba(4,8,14,.98) 86%),
    linear-gradient(90deg,rgba(4,8,14,.22),rgba(4,8,14,.04));
}

.direct-checkout-v150__summary-content{
  position:absolute;
  z-index:2;
  left:clamp(28px,4vw,56px);
  right:clamp(28px,4vw,56px);
  bottom:clamp(31px,4.5vh,58px);
}

.direct-checkout-v150__kicker{
  color:var(--checkout-accent,#1769e0);
  font-size:9px;
  font-weight:900;
  letter-spacing:.15em;
}

.direct-checkout-v150__summary h1{
  margin:11px 0 0;
  font-size:clamp(49px,5vw,70px);
  line-height:.95;
  letter-spacing:-.065em;
}

.direct-checkout-v150__summary h2{
  margin:4px 0 0;
  color:#d8e2ef;
  font-size:20px;
  letter-spacing:-.025em;
}

.direct-checkout-v150__price{
  margin-top:17px;
  display:flex;
  align-items:flex-end;
  gap:8px;
}

.direct-checkout-v150__price strong{
  color:#fff;
  font-size:38px;
  line-height:1;
  letter-spacing:-.05em;
}

.direct-checkout-v150__price span{
  padding-bottom:4px;
  color:#b5c0ce;
  font-size:10px;
  font-weight:800;
}

.direct-checkout-v150__users{
  margin-top:11px;
  display:flex;
  align-items:baseline;
  gap:7px;
}

.direct-checkout-v150__users b{
  color:var(--checkout-accent,#1769e0);
  font-size:25px;
}

.direct-checkout-v150__users span{
  color:#d6dee9;
  font-size:9px;
  font-weight:800;
}

.direct-checkout-v150__summary ul{
  margin:18px 0 16px;
  padding:16px 0;
  border-top:1px solid rgba(255,255,255,.2);
  border-bottom:1px solid rgba(255,255,255,.2);
  list-style:none;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px 13px;
}

.direct-checkout-v150__summary li{
  display:grid;
  grid-template-columns:18px minmax(0,1fr);
  gap:7px;
  align-items:start;
  color:#e7ecf3;
  font-size:8.5px;
  line-height:1.38;
}

.direct-checkout-v150__summary li svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:var(--checkout-accent,#1769e0);
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.direct-checkout-v150__locked{display:grid;gap:2px}
.direct-checkout-v150__locked strong{color:#fff;font-size:9.5px}
.direct-checkout-v150__locked span{color:#aeb9c7;font-size:7.8px;line-height:1.4}

.direct-checkout-v150__content{min-width:0;background:#fff}

.direct-checkout-v150__content-inner{
  width:min(100%,870px);
  margin:auto;
  padding:clamp(32px,4vw,54px) clamp(32px,5vw,70px) 35px;
}

.direct-checkout-v150__steps{
  margin:0 0 31px;
  padding:0 0 18px;
  border-bottom:1px solid var(--dc15-line);
  list-style:none;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.direct-checkout-v150__steps li{
  position:relative;
  display:grid;
  grid-template-columns:27px minmax(0,1fr);
  align-items:center;
  gap:8px;
  color:#98a3b2;
}

.direct-checkout-v150__steps li::after{
  content:"";
  position:absolute;
  left:35px;
  right:-6px;
  top:13px;
  height:1px;
  background:#dce3eb;
}

.direct-checkout-v150__steps li:last-child::after{display:none}

.direct-checkout-v150__steps span{
  position:relative;
  z-index:2;
  width:27px;
  height:27px;
  border:1px solid #cbd4df;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:9px;
  font-weight:900;
}

.direct-checkout-v150__steps b{
  position:relative;
  z-index:2;
  background:#fff;
  font-size:9px;
}

.direct-checkout-v150__steps .is-current{color:var(--checkout-accent,#1769e0)}
.direct-checkout-v150__steps .is-current span{
  border-color:var(--checkout-accent,#1769e0);
  background:var(--checkout-accent,#1769e0);
  color:#fff;
}

.direct-checkout-v150__heading h2{
  max-width:700px;
  margin:11px 0 9px;
  font-size:clamp(35px,4vw,51px);
  line-height:1.01;
  letter-spacing:-.058em;
}

.direct-checkout-v150__heading p{
  max-width:670px;
  margin:0;
  color:var(--dc15-muted);
  font-size:11px;
  line-height:1.58;
}

.direct-checkout-v150__alert{
  margin-top:18px;
  padding:12px 14px;
  border:1px solid #edc8ce;
  border-left:4px solid #be3541;
  border-radius:9px;
  background:#fff7f8;
  display:grid;
  gap:3px;
}

.direct-checkout-v150__alert strong{color:#922d37;font-size:10px}
.direct-checkout-v150__alert span{color:#a44750;font-size:9px}

.direct-checkout-v150__form{margin-top:23px}

.direct-checkout-v150__honeypot{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
}

.direct-checkout-v150__section-head{
  margin:21px 0 10px;
  padding-bottom:8px;
  border-bottom:1px solid var(--dc15-line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.direct-checkout-v150__section-head span{
  color:#354156;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
}

.direct-checkout-v150__section-head small{color:#8995a6;font-size:8px}

.direct-checkout-v150__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 14px;
}

.direct-checkout-v150__grid label{
  min-width:0;
  display:grid;
  gap:6px;
  color:#3b475c;
  font-size:9px;
  font-weight:800;
}

.direct-checkout-v150__grid input,
.direct-checkout-v150__grid select{
  width:100%;
  height:44px;
  padding:0 12px;
  border:1px solid #cbd5e1;
  border-radius:8px;
  background:#fff;
  color:#344157;
  outline:none;
  font-size:10px;
  font-weight:500;
}

.direct-checkout-v150__grid input:focus,
.direct-checkout-v150__grid select:focus{
  border-color:var(--checkout-accent,#1769e0);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--checkout-accent,#1769e0) 8%,transparent);
}

.direct-checkout-v150__grid input::placeholder{color:#9aa5b3}

.direct-checkout-v150__payment{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}

.direct-checkout-v150__payment article{
  min-width:0;
  padding:13px 12px;
  border:1px solid #d8e0e9;
  border-radius:9px;
  background:#f8f9fb;
  display:grid;
  gap:3px;
}

.direct-checkout-v150__payment span{color:#2f3b50;font-size:10px;font-weight:900}
.direct-checkout-v150__payment small{min-height:28px;color:#7c8797;font-size:8px;line-height:1.35}
.direct-checkout-v150__payment b{color:#9a6e13;font-size:8px}

.direct-checkout-v150__payment-note{
  margin-top:11px;
  padding:12px 13px;
  border-left:4px solid var(--dc15-gold);
  background:#fffaf0;
  display:grid;
  gap:3px;
}

.direct-checkout-v150__payment-note strong{color:#5f4917;font-size:9px}
.direct-checkout-v150__payment-note span{color:#7b683a;font-size:8px;line-height:1.45}

.direct-checkout-v150__consent{
  margin-top:15px;
  padding:12px 13px;
  border:1px solid var(--dc15-line);
  border-radius:8px;
  background:var(--dc15-soft);
  display:grid;
  grid-template-columns:17px minmax(0,1fr);
  gap:9px;
  align-items:start;
  cursor:pointer;
}

.direct-checkout-v150__consent input{
  width:16px;
  height:16px;
  margin:1px 0 0;
  accent-color:var(--checkout-accent,#1769e0);
}

.direct-checkout-v150__consent span{color:#667388;font-size:8px;line-height:1.48}
.direct-checkout-v150__consent a{color:#245d9f;font-weight:900}

.direct-checkout-v150__actions{
  margin-top:14px;
  display:grid;
  grid-template-columns:minmax(230px,310px) minmax(0,1fr);
  align-items:center;
  gap:14px;
}

.direct-checkout-v150__actions button{
  min-height:50px;
  padding:0 16px;
  border:0;
  border-radius:9px;
  background:#070a0f;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  cursor:pointer;
  font-size:10px;
  font-weight:900;
}

.direct-checkout-v150__actions button:disabled{opacity:.65;cursor:wait}

.direct-checkout-v150__actions svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:var(--checkout-accent,#d2aa4c);
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.direct-checkout-v150__actions small{color:#818c9d;font-size:8px;line-height:1.4}

@media(max-width:950px){
  .direct-checkout-v150__main{display:block}
  .direct-checkout-v150__summary{position:relative;height:auto;min-height:750px}
}

@media(max-width:680px){
  .direct-checkout-v150__header{align-items:flex-start;flex-direction:column;gap:10px}
  .direct-checkout-v150__header-actions{width:100%;justify-content:space-between}
  .direct-checkout-v150__summary{min-height:730px}
  .direct-checkout-v150__summary-content{left:21px;right:21px;bottom:28px}
  .direct-checkout-v150__summary h1{font-size:50px}
  .direct-checkout-v150__summary ul{grid-template-columns:1fr}
  .direct-checkout-v150__content-inner{padding:31px 18px 28px}
  .direct-checkout-v150__heading h2{font-size:39px}
  .direct-checkout-v150__grid,
  .direct-checkout-v150__payment,
  .direct-checkout-v150__actions{grid-template-columns:1fr}
  .direct-checkout-v150__steps b{display:none}
}
