.phone {
  width: min(296px, 100%) !important;
  aspect-ratio: 9 / 16 !important;
  border: 10px solid #050609 !important;
  border-radius: 28px !important;
  background: #050609 !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .12),
    0 24px 70px rgba(0, 0, 0, .45) !important;
  overflow: hidden !important;
}

.youtube-facade,
.youtube-facade iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 18px !important;
  display: block !important;
}

.phone > iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 18px !important;
  display: block !important;
}

.video-wrap {
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr) !important;
  align-items: center !important;
}

#btn-bg-mute {
  display: none !important;
}

.pricing,
.pricing:hover {
  transform: none !important;
}

.checkout-provider {
  min-width: 230px;
  min-height: 58px;
  gap: 14px;
  border-radius: 10px;
  background: #fff !important;
  color: #10213b !important;
  border: 1px solid rgba(255, 255, 255, .25);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .22);
}

.checkout-provider img {
  width: auto;
  height: 30px;
  max-width: 130px;
}

.checkout-provider span {
  font-size: 12px;
  font-weight: 900;
  color: #10213b !important;
}

.checkout-provider:hover {
  background: #fff !important;
  border-color: rgba(255, 255, 255, .55);
}

.checkout-pair {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.checkout-pair-compact {
  width: auto;
  justify-content: flex-start;
}

.checkout-pair-compact .checkout-provider {
  min-width: 205px;
  min-height: 52px;
  padding-inline: 18px;
}

.checkout-pair-compact .checkout-provider img {
  height: 25px;
  max-width: 112px;
}

.checkout-pair-compact .checkout-provider span {
  font-size: 11px;
}

.checkout-paypal img {
  height: 27px;
}

.checkout-mercadopago img {
  height: 32px;
}

@media (max-width: 640px) {
  .phone {
    width: min(286px, 86vw) !important;
    margin-inline: auto !important;
  }

  .video-wrap {
    grid-template-columns: 1fr !important;
  }

  .payment-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .checkout-pair,
  .checkout-pair-compact {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .checkout-provider {
    width: 100%;
    min-width: 0;
  }
}

body.drive-delivery-visible {
  overflow: hidden;
}

.drive-delivery-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
  overflow-y: auto;
  background: rgba(3, 6, 12, .96);
}

.drive-delivery-panel {
  width: min(680px, 100%);
  border: 1px solid rgba(186, 255, 41, .38);
  border-radius: 8px;
  padding: clamp(26px, 6vw, 52px);
  text-align: center;
  background: #0d121e;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .5);
}

.drive-delivery-check {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #001015;
  background: #baff29;
  font-size: 34px;
  font-weight: 900;
}

.drive-delivery-kicker {
  margin: 0 0 10px;
  color: #baff29;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.drive-delivery-panel h1 {
  margin: 0;
  font-size: clamp(30px, 7vw, 54px);
  line-height: 1;
}

.drive-delivery-lead {
  margin: 18px auto 0;
  max-width: 560px;
  color: #dbe6f5;
  line-height: 1.6;
}

.drive-delivery-warning {
  display: grid;
  gap: 5px;
  margin: 24px 0;
  border: 1px solid rgba(248, 214, 109, .35);
  border-radius: 7px;
  padding: 16px;
  color: #f8d66d;
  background: rgba(248, 214, 109, .08);
}

.drive-delivery-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.drive-delivery-copy {
  cursor: pointer;
}

.drive-delivery-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: #baff29;
  font-size: 14px;
}

@media (max-width: 640px) {
  .drive-delivery-overlay {
    place-items: start center;
    padding: 14px;
  }

  .drive-delivery-panel {
    margin-block: 14px;
  }

  .drive-delivery-actions {
    grid-template-columns: 1fr;
  }
}
