/*
 * IPTV Belgique Commerce Engine v2.7.19.140
 * Focused public checkout / page commande redesign.
 * Scope: .iptvbc-checkout-command-v2719140 only.
 */

body .iptvbc-checkout-command-v2719140 {
  --checkout-red: #ef121e;
  --checkout-red-dark: #c70612;
  --checkout-ink: #101526;
  --checkout-muted: #687386;
  --checkout-line: rgba(15, 23, 42, .075);
  --checkout-soft: #f8fafc;
  --checkout-gold: #d9a441;
  width: min(1240px, calc(100vw - 48px)) !important;
  max-width: 1240px !important;
  margin-top: clamp(18px, 2.4vw, 36px) !important;
  margin-bottom: clamp(54px, 6vw, 92px) !important;
  padding: 0 !important;
  color: var(--checkout-ink) !important;
}

body .iptvbc-checkout-command-v2719140::before {
  opacity: .72 !important;
}

/* Hero becomes cleaner and less detached from the checkout body. */
body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-hero-v2719140,
body .iptvbc-checkout-command-v2719140.iptvbc-checkout-real-assets-v2719125 .iptvbc-checkout-hero-real-v2719125 {
  width: min(820px, 100%) !important;
  max-width: 820px !important;
  margin: 0 auto clamp(18px, 2vw, 24px) !important;
  padding: clamp(32px, 4vw, 50px) clamp(32px, 5vw, 58px) !important;
  text-align: left !important;
  border-radius: 30px !important;
  border: 1px solid rgba(239, 18, 30, .10) !important;
  background:
    radial-gradient(circle at 92% 12%, rgba(239,18,30,.10), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,249,250,.82)) !important;
  box-shadow:
    0 24px 70px rgba(15,23,42,.07),
    inset 0 1px 0 rgba(255,255,255,.98) !important;
  overflow: hidden !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-hero-v2719140::after {
  content: "" !important;
  position: absolute !important;
  right: clamp(24px, 4vw, 54px) !important;
  bottom: clamp(20px, 3vw, 42px) !important;
  width: clamp(92px, 12vw, 154px) !important;
  aspect-ratio: 1 !important;
  border-radius: 38px !important;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.86), transparent 36%),
    linear-gradient(135deg, rgba(239,18,30,.16), rgba(239,18,30,.03)) !important;
  border: 1px solid rgba(239,18,30,.10) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.86), 0 22px 46px rgba(239,18,30,.10) !important;
  pointer-events: none !important;
}

body .iptvbc-checkout-command-v2719140.iptvbc-checkout-real-assets-v2719125 .iptvbc-checkout-hero-photo-v2719125 {
  opacity: .08 !important;
  filter: saturate(.85) contrast(.98) blur(.2px) !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-kicker {
  color: var(--checkout-red) !important;
  background: rgba(239,18,30,.065) !important;
  border-color: rgba(239,18,30,.12) !important;
  letter-spacing: .16em !important;
  font-size: 10px !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-section-head h2 {
  max-width: 560px !important;
  margin: 14px 0 12px !important;
  color: #111827 !important;
  font-size: clamp(44px, 4.75vw, 68px) !important;
  line-height: .88 !important;
  letter-spacing: -.07em !important;
  text-wrap: balance !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-section-head p {
  max-width: 560px !important;
  margin: 0 !important;
  color: #667085 !important;
  font-size: clamp(15px, 1.22vw, 18px) !important;
  line-height: 1.55 !important;
  font-weight: 700 !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-trust-assets-v2719125 {
  margin-top: 18px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-trust-assets-v2719125 span {
  min-height: 34px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.86) !important;
  border: 1px solid rgba(15,23,42,.06) !important;
  color: #182033 !important;
  box-shadow: 0 10px 24px rgba(15,23,42,.045) !important;
}

/* Progress bar */
body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-steps-v2719140 {
  width: min(1120px, 100%) !important;
  margin: 0 auto clamp(22px, 2.8vw, 34px) !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-steps-v2719140 span {
  position: relative !important;
  min-height: 54px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 14px !important;
  border-radius: 17px !important;
  background: rgba(255,255,255,.76) !important;
  border: 1px solid rgba(15,23,42,.06) !important;
  color: #7a8495 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  box-shadow: 0 14px 30px rgba(15,23,42,.04) !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-steps-v2719140 b {
  display: grid !important;
  place-items: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 10px !important;
  background: #f1f5f9 !important;
  color: #7a8495 !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-steps-v2719140 .is-done,
body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-steps-v2719140 .is-active {
  color: #101526 !important;
  border-color: rgba(239,18,30,.13) !important;
  background: linear-gradient(180deg, #fff, #fff8f8) !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-steps-v2719140 .is-done b,
body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-steps-v2719140 .is-active b {
  background: linear-gradient(135deg, #ff3340, #d80713) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(239,18,30,.20) !important;
}

/* Balanced checkout grid */
body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-layout {
  width: min(1120px, 100%) !important;
  max-width: 1120px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, .82fr) !important;
  gap: 24px !important;
  align-items: start !important;
  margin-inline: auto !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-form,
body .iptvbc-checkout-command-v2719140 .iptvbc-summary {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 98% 0%, rgba(239,18,30,.07), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.97), rgba(252,250,249,.90)) !important;
  border: 1px solid rgba(15,23,42,.065) !important;
  box-shadow:
    0 24px 64px rgba(15,23,42,.075),
    inset 0 1px 0 rgba(255,255,255,.98) !important;
  backdrop-filter: blur(18px) !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-form {
  padding: clamp(24px, 2.9vw, 36px) !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-card-head-v2719140,
body .iptvbc-checkout-command-v2719140 .iptvbc-summary-head-v2719140 {
  display: grid !important;
  grid-template-columns: 42px minmax(0,1fr) !important;
  gap: 14px !important;
  align-items: start !important;
  margin-bottom: 24px !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-card-head-v2719140 > span,
body .iptvbc-checkout-command-v2719140 .iptvbc-summary-head-v2719140 > span {
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 15px !important;
  background: linear-gradient(135deg, #ff3340, #d80713) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  box-shadow: 0 16px 30px rgba(239,18,30,.22) !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-card-head-v2719140 h3,
body .iptvbc-checkout-command-v2719140 .iptvbc-summary-head-v2719140 h3 {
  margin: 0 !important;
  color: #111827 !important;
  font-size: clamp(24px, 2vw, 31px) !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
  font-weight: 950 !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-card-head-v2719140 p,
body .iptvbc-checkout-command-v2719140 .iptvbc-summary-head-v2719140 p {
  margin: 7px 0 0 !important;
  color: #697386 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 720 !important;
}

/* Form fields */
body .iptvbc-checkout-command-v2719140 .iptvbc-form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: 16px 18px !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-field {
  margin: 0 !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-field-full {
  grid-column: 1 / -1 !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-field label {
  display: grid !important;
  gap: 8px !important;
  color: #111827 !important;
  font-size: 12.5px !important;
  line-height: 1.25 !important;
  font-weight: 950 !important;
}

body .iptvbc-checkout-command-v2719140 input[type="text"],
body .iptvbc-checkout-command-v2719140 input[type="email"],
body .iptvbc-checkout-command-v2719140 input[type="tel"],
body .iptvbc-checkout-command-v2719140 select,
body .iptvbc-checkout-command-v2719140 textarea {
  width: 100% !important;
  min-height: 54px !important;
  border: 1px solid rgba(15,23,42,.075) !important;
  border-radius: 16px !important;
  padding: 0 16px !important;
  background: rgba(255,255,255,.96) !important;
  color: #111827 !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 720 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96), 0 10px 24px rgba(15,23,42,.030) !important;
  outline: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease !important;
}

body .iptvbc-checkout-command-v2719140 select {
  appearance: auto !important;
}

body .iptvbc-checkout-command-v2719140 textarea {
  min-height: 124px !important;
  padding-top: 15px !important;
  resize: vertical !important;
}

body .iptvbc-checkout-command-v2719140 input:focus,
body .iptvbc-checkout-command-v2719140 select:focus,
body .iptvbc-checkout-command-v2719140 textarea:focus {
  border-color: rgba(239,18,30,.40) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(239,18,30,.08), inset 0 1px 0 rgba(255,255,255,.96) !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-payment-help {
  display: block !important;
  margin-top: 10px !important;
  padding: 10px 12px !important;
  border-radius: 13px !important;
  color: #596579 !important;
  background: linear-gradient(180deg, #fff8f8, #fff) !important;
  border: 1px solid rgba(239,18,30,.08) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 760 !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-terms {
  padding: 16px 18px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,248,249,.86)) !important;
  border: 1px solid rgba(239,18,30,.11) !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-terms label {
  display: block !important;
  position: relative !important;
  min-height: 28px !important;
  padding-left: 40px !important;
  color: #101526 !important;
  font-size: 13.2px !important;
  line-height: 1.55 !important;
  font-weight: 860 !important;
  text-align: left !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-terms input[type="checkbox"] {
  position: absolute !important;
  left: 0 !important;
  top: 1px !important;
  appearance: none !important;
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  margin: 0 !important;
  border-radius: 8px !important;
  border: 2px solid rgba(239,18,30,.25) !important;
  background: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95) !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-terms input[type="checkbox"]:checked {
  border-color: var(--checkout-red) !important;
  background: linear-gradient(135deg, #ff3340, #d80713) !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-terms input[type="checkbox"]:checked::after {
  content: "" !important;
  display: block !important;
  width: 7px !important;
  height: 12px !important;
  margin: 3px auto 0 !important;
  border: solid #fff !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-submit-zone-v2719140 {
  margin-top: 18px !important;
  display: grid !important;
  gap: 10px !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-submit-zone-v2719140 .iptvbc-btn {
  min-height: 58px !important;
  border-radius: 16px !important;
  font-size: 15px !important;
  letter-spacing: -.01em !important;
  box-shadow: 0 20px 40px rgba(239,18,30,.24), inset 0 1px 0 rgba(255,255,255,.25) !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-submit-zone-v2719140 small {
  display: block !important;
  color: #7a8495 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 740 !important;
  text-align: center !important;
}

/* Summary */
body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-summary-v2719140 {
  position: sticky !important;
  top: 104px !important;
  padding: 28px !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-summary-v2719140 .iptvbc-summary-product,
body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-summary-v2719140 .iptvbc-summary-line {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto !important;
  gap: 16px !important;
  align-items: center !important;
  padding: 15px 0 !important;
  border-bottom: 1px solid rgba(15,23,42,.07) !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-summary-v2719140 .iptvbc-summary-product span,
body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-summary-v2719140 .iptvbc-summary-line span {
  color: #4d596d !important;
  font-size: 13.5px !important;
  line-height: 1.35 !important;
  font-weight: 820 !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-summary-v2719140 .iptvbc-summary-product strong {
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-summary-v2719140 .iptvbc-summary-line.total {
  margin: 8px 0 0 !important;
  padding: 18px 0 8px !important;
  border-bottom: 0 !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-summary-v2719140 .iptvbc-summary-line.total span {
  color: #101526 !important;
  font-weight: 950 !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-summary-v2719140 .iptvbc-summary-line.total strong {
  color: var(--checkout-red) !important;
  font-size: clamp(34px, 3.6vw, 50px) !important;
  line-height: .96 !important;
  letter-spacing: -.07em !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
  text-shadow: 0 10px 22px rgba(239,18,30,.12) !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-assurance-v2719140 {
  display: grid !important;
  gap: 9px !important;
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(15,23,42,.07) !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-assurance-v2719140 span {
  position: relative !important;
  display: block !important;
  padding: 11px 12px 11px 36px !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.72) !important;
  border: 1px solid rgba(15,23,42,.055) !important;
  color: #344054 !important;
  font-size: 12.5px !important;
  line-height: 1.32 !important;
  font-weight: 860 !important;
}

body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-assurance-v2719140 span::before {
  content: "" !important;
  position: absolute !important;
  left: 12px !important;
  top: 50% !important;
  width: 14px !important;
  height: 14px !important;
  transform: translateY(-50%) !important;
  border-radius: 999px !important;
  background: radial-gradient(circle at 35% 35%, #fff, #ff3340 42%, #d80713 100%) !important;
  box-shadow: 0 8px 16px rgba(239,18,30,.16) !important;
}

@media (max-width: 1100px) {
  body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-layout {
    width: min(820px, 100%) !important;
    grid-template-columns: 1fr !important;
  }

  body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-summary-v2719140 {
    position: relative !important;
    top: auto !important;
  }
}

@media (max-width: 760px) {
  body .iptvbc-checkout-command-v2719140 {
    width: min(100% - 28px, 680px) !important;
    margin-top: 22px !important;
  }

  body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-steps-v2719140 {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }

  body .iptvbc-checkout-command-v2719140 .iptvbc-section-head h2 {
    font-size: clamp(36px, 12vw, 48px) !important;
    line-height: .94 !important;
  }

  body .iptvbc-checkout-command-v2719140 .iptvbc-form-grid {
    grid-template-columns: 1fr !important;
  }

  body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-form,
  body .iptvbc-checkout-command-v2719140 .iptvbc-summary {
    padding: 20px !important;
    border-radius: 23px !important;
  }

  body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-card-head-v2719140,
  body .iptvbc-checkout-command-v2719140 .iptvbc-summary-head-v2719140 {
    grid-template-columns: 38px minmax(0,1fr) !important;
    gap: 12px !important;
  }

  body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-card-head-v2719140 > span,
  body .iptvbc-checkout-command-v2719140 .iptvbc-summary-head-v2719140 > span {
    width: 38px !important;
    height: 38px !important;
  }
}

@media (max-width: 440px) {
  body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-steps-v2719140 {
    grid-template-columns: 1fr !important;
  }

  body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-summary-v2719140 .iptvbc-summary-product,
  body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-summary-v2719140 .iptvbc-summary-line {
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }

  body .iptvbc-checkout-command-v2719140 .iptvbc-checkout-summary-v2719140 .iptvbc-summary-line.total strong {
    font-size: 34px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .iptvbc-checkout-command-v2719140 *,
  body .iptvbc-checkout-command-v2719140 *::before,
  body .iptvbc-checkout-command-v2719140 *::after {
    transition: none !important;
  }
}
