/* Plan details: practical checkout layout with a restrained animated mesh. */
.nw-plan-details {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 54px 0 110px;
  overflow: hidden;
  background: #f7f8f9;
  color: #131921;
}
.nw-plan-details::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    radial-gradient(ellipse at 8% 15%, rgba(255, 216, 20, .20), transparent 34%),
    radial-gradient(ellipse at 92% 8%, rgba(0, 113, 133, .12), transparent 30%),
    radial-gradient(ellipse at 65% 92%, rgba(242, 92, 66, .10), transparent 32%),
    #f7f8f9;
  background-size: 135% 135%, 120% 120%, 130% 130%, auto;
  animation: nw-plan-mesh-drift 22s ease-in-out infinite alternate;
}
@keyframes nw-plan-mesh-drift {
  0% { background-position: 0% 0%, 100% 0%, 80% 100%, 0 0; }
  100% { background-position: 12% 8%, 86% 16%, 66% 84%, 0 0; }
}
.nw-plan-details .nw-checkout { width: min(100%, 1160px); }
.nw-plan-details .nw-order-sale {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 22px;
  padding: 0 2px;
}
.nw-plan-details .nw-order-sale strong { color: #131921; font-size: 16px; }
.nw-plan-details .nw-order-sale span { color: #565959; font-size: 12px; }
.nw-plan-details .nw-order-notices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}
.nw-plan-details .nw-order-notices span {
  min-height: 52px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #e6e8eb;
  background: #fff;
  color: #565959;
  font-size: 12px;
}
.nw-plan-details .nw-order-notices .nw-ic { color: #007185; }
.nw-plan-details .nw-order-notices strong { color: #131921; }
.nw-plan-details .nw-checkout-grid { grid-template-columns: minmax(0, 1fr) 360px; gap: 22px; }
.nw-plan-details .nw-checkout-main { display: grid; gap: 14px; }
.nw-plan-details .nw-card,
.nw-plan-details .nw-summary-card {
  border: 1px solid #e0e3e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 17, 17, .06);
}
.nw-plan-details .nw-plan-pick-card,
.nw-plan-details .nw-checkout-card,
.nw-plan-details .nw-activation-card { padding: 28px; }
.nw-plan-details .nw-order-page-title { margin: 0; color: #131921; font-size: clamp(30px, 4vw, 48px); line-height: 1.04; }
.nw-plan-details .nw-order-page-lead { max-width: 650px; margin: 10px 0 28px; color: #565959; font-size: 15px; line-height: 1.6; }
.nw-plan-details .nw-card-title { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #131921; font-size: 20px; }
.nw-plan-details .nw-step { width: 27px; height: 27px; display: inline-grid; place-items: center; border-radius: 50%; background: #ffd814; color: #131921; font-size: 13px; }
.nw-plan-details .nw-plan-pick-row { margin: 0; padding: 16px; display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 13px; border: 1px solid #e6e8eb; border-left: 4px solid #ffd814; background: #fffdf0; }
.nw-plan-details .nw-plan-pick-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 5px; background: #131921; color: #ffd814; }
.nw-plan-details .nw-plan-pick-icon svg { width: 23px; height: 23px; }
.nw-plan-details .nw-plan-pick-copy strong, .nw-plan-details .nw-plan-pick-copy small { display: block; }
.nw-plan-details .nw-plan-pick-copy strong { color: #131921; font-size: 16px; }
.nw-plan-details .nw-plan-pick-copy small { margin-top: 4px; color: #565959; font-size: 12px; }
.nw-plan-details .nw-plan-pick-price { color: #131921; font-size: 24px; font-weight: 800; }
.nw-plan-details .nw-checkout-contact-lead { max-width: 650px; margin: 0 0 18px; color: #565959; font-size: 14px; line-height: 1.55; }
.nw-plan-details .nw-contact-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.nw-plan-details .nw-checkout-card .nw-ft-wa { min-width: 0; min-height: 62px; padding: 10px 12px; display: flex; align-items: center; justify-content: flex-start; gap: 9px; border: 1px solid #e0a900; border-radius: 6px; background: #ffd814; color: #131921; box-shadow: 0 3px 7px rgba(15,17,17,.10); text-align: left; }
.nw-plan-details .nw-checkout-card .nw-ft-wa:hover { background: #f7ca00; color: #131921; transform: translateY(-1px); }
.nw-plan-details .nw-order-contact-method > span:nth-child(2) { min-width: 0; }
.nw-plan-details .nw-order-contact-method strong, .nw-plan-details .nw-order-contact-method small { display: block; }
.nw-plan-details .nw-order-contact-method strong { font-size: 12px; }
.nw-plan-details .nw-order-contact-method small { margin-top: 3px; overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.nw-plan-details .nw-order-contact-method b { margin-left: auto; font-size: 17px; }
.nw-plan-details .nw-order-fineprint { margin: 14px 0 0; color: #565959; font-size: 11px; text-align: center; }
.nw-plan-details .nw-order-nudge { margin-top: 20px; padding: 13px; display: flex; align-items: flex-start; gap: 8px; border: 1px solid #e6e8eb; background: #f7f8f9; color: #007185; font-size: 12px; line-height: 1.45; }
.nw-plan-details .nw-activation-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; counter-reset: plan-step; }
.nw-plan-details .nw-activation-steps li { min-height: 126px; padding: 0 16px; border-left: 1px solid #e6e8eb; counter-increment: plan-step; }
.nw-plan-details .nw-activation-steps li:first-child { padding-left: 0; border-left: 0; }
.nw-plan-details .nw-activation-steps li::before { content: "0" counter(plan-step); display: block; margin-bottom: 22px; color: #007185; font-size: 11px; font-weight: 700; }
.nw-plan-details .nw-activation-steps strong, .nw-plan-details .nw-activation-steps span { display: block; }
.nw-plan-details .nw-activation-steps strong { color: #131921; font-size: 13px; }
.nw-plan-details .nw-activation-steps span { margin-top: 7px; color: #565959; font-size: 12px; line-height: 1.45; }
.nw-plan-details .nw-summary-card { position: sticky; top: 24px; padding: 25px; }
.nw-plan-details .nw-summary-title { margin: 0; color: #131921; font-size: 20px; }
.nw-plan-details .nw-summary-plan { margin-top: 20px; padding: 16px 0; border-top: 1px solid #e6e8eb; border-bottom: 1px solid #e6e8eb; }
.nw-plan-details .nw-summary-plan-name { color: #131921; font-size: 18px; font-weight: 700; }
.nw-plan-details .nw-summary-plan-price, .nw-plan-details .nw-summary-total-val { color: #131921; font-weight: 800; }
.nw-plan-details .nw-summary-plan-price { font-size: 23px; }
.nw-plan-details .nw-summary-billing { margin: 10px 0 0; color: #565959; font-size: 11px; }
.nw-plan-details .nw-summary-features { margin: 15px 0 0; padding: 0 0 13px; border-bottom: 1px solid #e6e8eb; }
.nw-plan-details .nw-summary-features li { padding: 5px 0; color: #565959; font-size: 12px; }
.nw-plan-details .nw-summary-features .nw-li-ic { color: #007185; }
.nw-plan-details .nw-summary-line, .nw-plan-details .nw-summary-total { display: flex; justify-content: space-between; gap: 12px; }
.nw-plan-details .nw-summary-line { padding-top: 14px; color: #565959; font-size: 12px; }
.nw-plan-details .nw-summary-free { color: #067d62; font-weight: 700; }
.nw-plan-details .nw-summary-total { margin-top: 16px; padding-top: 16px; border-top: 1px solid #e6e8eb; color: #131921; font-size: 16px; font-weight: 700; }
.nw-plan-details .nw-summary-total-val { font-size: 24px; }
.nw-plan-details .nw-summary-order-cta { min-height: 48px; margin-top: 18px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #e0a900; border-radius: 999px; background: #ffd814; color: #131921; font-size: 13px; font-weight: 700; text-decoration: none; box-shadow: 0 3px 7px rgba(15,17,17,.12); }
.nw-plan-details .nw-summary-order-cta:hover { background: #f7ca00; color: #131921; }
.nw-plan-details .nw-summary-guarantee { margin-top: 16px; padding: 13px; display: flex; gap: 9px; border: 1px solid #e6e8eb; border-radius: 5px; background: #f7f8f9; }
.nw-plan-details .nw-summary-guarantee .nw-ic { flex: 0 0 auto; color: #007185; }
.nw-plan-details .nw-summary-guarantee strong, .nw-plan-details .nw-summary-guarantee span { display: block; }
.nw-plan-details .nw-summary-guarantee strong { color: #131921; font-size: 11px; }
.nw-plan-details .nw-summary-guarantee span { margin-top: 3px; color: #565959; font-size: 10px; }
.nw-plan-details .nw-summary-pay { margin-top: 18px; padding-top: 16px; border-top: 1px solid #e6e8eb; }
.nw-plan-details .nw-summary-pay-label, .nw-plan-details .nw-summary-pay-note { display: block; color: #565959; font-size: 10px; }
.nw-plan-details .nw-summary-pay-badges { display: flex; flex-wrap: wrap; gap: 5px; margin: 8px 0; }
.nw-plan-details .nw-summary-pay-badges span { padding: 4px 7px; border: 1px solid #d5d9d9; border-radius: 3px; color: #131921; font-size: 9px; font-weight: 700; }
.nw-plan-details .nw-summary-secure { margin-top: 18px; padding-top: 14px; display: flex; flex-wrap: wrap; gap: 10px; border-top: 1px solid #e6e8eb; }
.nw-plan-details .nw-summary-secure span { display: inline-flex; align-items: center; gap: 4px; color: #565959; font-size: 10px; }
.nw-plan-details .nw-checkout-about, .nw-plan-details .nw-order-reviews, .nw-plan-details .nw-order-faq { margin-top: 56px; }
.nw-plan-details .nw-checkout-about { max-width: 820px; padding-top: 28px; border-top: 1px solid #d5d9d9; }
.nw-plan-details .nw-order-reviews h2, .nw-plan-details .nw-order-faq h2 { margin: 0 0 20px; color: #131921; font-size: 26px; }
.nw-plan-details .nw-order-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.nw-plan-details .nw-order-review { padding: 18px; border: 1px solid #e0e3e6; border-radius: 7px; background: #fff; }
.nw-plan-details .nw-order-review-head { display: flex; align-items: center; gap: 7px; }
.nw-plan-details .nw-order-review-head span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #131921; color: #ffd814; font-size: 11px; font-weight: 700; }
.nw-plan-details .nw-order-review-head strong { color: #131921; font-size: 12px; }
.nw-plan-details .nw-order-review-head i { margin-left: auto; color: #565959; font-size: 9px; font-style: normal; }
.nw-plan-details .nw-order-review-stars { margin-top: 12px; color: #f7ca00; font-size: 13px; letter-spacing: 1px; }
.nw-plan-details .nw-order-review p { margin: 9px 0 0; color: #565959; font-size: 12px; line-height: 1.55; }
.nw-plan-details .nw-order-faq-list { border-top: 1px solid #d5d9d9; }
.nw-plan-details .nw-order-faq details { border-bottom: 1px solid #d5d9d9; }
.nw-plan-details .nw-order-faq summary { min-height: 50px; padding: 15px 2px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #131921; font-size: 13px; font-weight: 700; cursor: pointer; }
.nw-plan-details .nw-order-faq summary span { color: #007185; font-size: 18px; font-weight: 400; }
.nw-plan-details .nw-order-faq details p { max-width: 760px; margin: -2px 0 16px; color: #565959; font-size: 13px; line-height: 1.6; }
@media (max-width: 900px) {
  .nw-plan-details .nw-checkout-grid { grid-template-columns: 1fr; }
  .nw-plan-details .nw-summary-card { position: static; }
}
@media (max-width: 680px) {
  .nw-plan-details { padding: 34px 16px 88px; }
  .nw-plan-details .nw-order-sale { align-items: flex-start; flex-direction: column; gap: 4px; }
  .nw-plan-details .nw-order-notices, .nw-plan-details .nw-order-review-grid { grid-template-columns: 1fr; }
  .nw-plan-details .nw-plan-pick-card, .nw-plan-details .nw-checkout-card, .nw-plan-details .nw-activation-card, .nw-plan-details .nw-summary-card { padding: 20px 16px; }
  .nw-plan-details .nw-order-page-title { font-size: 34px; }
  .nw-plan-details .nw-plan-pick-row { grid-template-columns: 42px minmax(0, 1fr); }
  .nw-plan-details .nw-plan-pick-price { grid-column: 2; font-size: 21px; }
  .nw-plan-details .nw-contact-links, .nw-plan-details .nw-activation-steps { grid-template-columns: 1fr; }
  .nw-plan-details .nw-activation-steps li, .nw-plan-details .nw-activation-steps li:first-child { min-height: 0; padding: 14px 0 14px 0; border-top: 1px solid #e6e8eb; border-left: 0; }
  .nw-plan-details .nw-activation-steps li:first-child { padding-top: 0; border-top: 0; }
  .nw-plan-details .nw-activation-steps li::before { margin-bottom: 8px; }
}

/* Reference-led paid product page. */
body.single-iptv_plan .nw-product-order {
  min-height: 760px !important;
  padding: 0 0 92px !important;
  overflow: hidden !important;
  background: #fff !important;
}
body.single-iptv_plan .nw-product-order::before { display: none !important; }
.nw-product-order-hero {
  width: 100%;
  min-height: 258px;
  padding: 54px 22px 92px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 0 0 50% 50% / 0 0 42% 42%;
  background: linear-gradient(145deg, #ef2b35 0%, #d4202b 48%, #741216 100%);
  box-shadow: inset 0 -34px 58px rgba(74, 6, 10, .22), 0 18px 36px rgba(116, 18, 22, .16);
  color: #fff;
  text-align: center;
}
.nw-product-order-hero-stars { height: 42px; margin: 0 0 10px; display: flex; align-items: center; justify-content: center; filter: drop-shadow(0 4px 5px rgba(78, 34, 0, .34)); }
.nw-product-order-hero-stars .nw-ic { width: 30px; height: 30px; margin-left: -5px; color: #ffc52f; fill: currentColor; transform: rotate(-7deg); }
.nw-product-order-hero-stars .nw-ic:nth-child(2), .nw-product-order-hero-stars .nw-ic:nth-child(4) { width: 35px; height: 35px; transform: rotate(5deg); }
.nw-product-order-hero-stars .nw-ic:nth-child(3) { width: 43px; height: 43px; position: relative; z-index: 1; transform: translateY(-2px); }
.nw-product-order-hero h1 { max-width: 800px; margin: 0; color: #fff; font-size: clamp(38px, 5vw, 58px); font-weight: 800; line-height: 1.05; text-shadow: 0 3px 0 rgba(91, 8, 12, .34), 0 9px 20px rgba(61, 7, 10, .24); }
.nw-product-order-hero p { margin: 20px 0 0; color: #ffe45c; font-size: clamp(24px, 3vw, 34px); font-weight: 800; line-height: 1.1; text-shadow: 0 2px 0 rgba(105, 48, 0, .38), 0 6px 14px rgba(61, 7, 10, .2); }
.nw-product-order-hero p strong { color: inherit; }
.nw-product-order-content { width: min(100%, 1080px); margin: 0 auto; padding: 48px 24px 0; }
.nw-product-order-contact { width: min(100%, 620px); margin: 0 auto; }
body.single-iptv_plan .nw-product-order .nw-contact-links { display: grid !important; grid-template-columns: 1fr !important; gap: 8px !important; }
body.single-iptv_plan .nw-product-order .nw-order-contact-method {
  width: 100%;
  min-height: 62px;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #efc400;
  border-radius: 6px;
  background: #ffd84d;
  color: #111820;
  box-shadow: 0 5px 14px rgba(108, 84, 0, .12);
  text-decoration: none;
  transition: transform 150ms ease, background-color 150ms ease;
}
body.single-iptv_plan .nw-product-order .nw-order-contact-method:hover { background: #f7ca00; color: #111820; transform: translateY(-1px); }
.nw-product-order .nw-order-contact-method > .nw-ic { width: 38px; height: 38px; padding: 9px; flex: 0 0 38px; border-radius: 50%; background: #fff; color: #111820; }
.nw-product-order .nw-order-contact-method > span { min-width: 0; }
.nw-product-order .nw-order-contact-method strong, .nw-product-order .nw-order-contact-method small { display: block; }
.nw-product-order .nw-order-contact-method strong { color: #111820; font-size: 13px; }
.nw-product-order .nw-order-contact-method small { margin-top: 2px; overflow: hidden; color: #111820; font-size: 10px; text-decoration: underline; text-overflow: ellipsis; white-space: nowrap; }
.nw-product-order .nw-order-contact-method b { margin-left: auto; color: #111820; font-size: 18px; font-weight: 400; }
.nw-product-order-note { margin: 12px 0 0; display: flex; align-items: center; gap: 6px; color: #6a6d70; font-size: 10px; }
.nw-product-order-note .nw-ic { width: 13px; height: 13px; }
.nw-product-order-reviews { margin-top: 54px; padding-top: 0; }
.nw-product-rating { width: min(100%, 330px); margin: 0 auto 34px; padding: 8px 24px 14px; position: relative; color: #efa600; text-align: center; }
.nw-product-rating::before { content: ""; position: absolute; inset: 40px 0 0; border: 4px solid currentColor; border-top: 0; pointer-events: none; }
.nw-product-rating-stars { height: 60px; display: flex; align-items: center; justify-content: center; }
.nw-product-rating-stars::before, .nw-product-rating-stars::after { content: ""; width: 58px; height: 4px; margin: 13px 10px 0; background: currentColor; }
.nw-product-rating-stars .nw-ic { width: 43px; height: 43px; margin: 0 -3px; fill: currentColor; }
.nw-product-rating-stars .nw-ic:nth-child(2) { width: 62px; height: 62px; }
.nw-product-rating-copy { display: flex; align-items: center; justify-content: center; gap: 8px; line-height: .88; }
.nw-product-rating-copy > strong { font-size: 82px; font-weight: 800; }
.nw-product-rating-copy span { font-size: 34px; font-weight: 700; text-align: left; }
.nw-product-rating-copy b { font-size: 27px; font-weight: 800; }
.nw-product-order-review-grid { display: block; columns: 3 260px; column-gap: 18px; }
.nw-product-order-review-grid a { width: 100%; min-width: 0; margin: 0 0 18px; display: inline-block; break-inside: avoid; overflow: hidden; border: 1px solid #e1e4e6; border-radius: 6px; background: #fff; box-shadow: 0 5px 16px rgba(15,17,17,.08); vertical-align: top; }
.nw-product-order-review-grid img { width: 100%; height: auto; display: block; transition: transform 180ms ease; }
.nw-product-order-review-grid a:hover img { transform: scale(1.02); }
@media (max-width: 700px) {
  body.single-iptv_plan .nw-product-order { padding-bottom: 64px !important; }
  .nw-product-order-hero { min-height: 226px; padding: 42px 18px 78px; border-radius: 0 0 50% 50% / 0 0 28% 28%; }
  .nw-product-order-hero-stars { height: 35px; margin-bottom: 9px; }
  .nw-product-order-hero-stars .nw-ic { width: 25px; height: 25px; }
  .nw-product-order-hero-stars .nw-ic:nth-child(2), .nw-product-order-hero-stars .nw-ic:nth-child(4) { width: 29px; height: 29px; }
  .nw-product-order-hero-stars .nw-ic:nth-child(3) { width: 36px; height: 36px; }
  .nw-product-order-hero h1 { max-width: 340px; font-size: 34px; }
  .nw-product-order-hero p { margin-top: 16px; font-size: 24px; }
  .nw-product-order-content { padding: 34px 16px 0; }
  .nw-product-order-reviews { margin-top: 42px; }
  .nw-product-order-review-grid { columns: 2 140px; column-gap: 12px; }
  .nw-product-order-review-grid a { margin-bottom: 12px; }
  .nw-product-rating { width: 260px; margin-bottom: 28px; padding-inline: 18px; }
  .nw-product-rating::before { top: 34px; border-width: 3px; }
  .nw-product-rating-stars { height: 50px; }
  .nw-product-rating-stars::before, .nw-product-rating-stars::after { width: 38px; height: 3px; margin-inline: 7px; }
  .nw-product-rating-stars .nw-ic { width: 34px; height: 34px; }
  .nw-product-rating-stars .nw-ic:nth-child(2) { width: 50px; height: 50px; }
  .nw-product-rating-copy > strong { font-size: 66px; }
  .nw-product-rating-copy span { font-size: 27px; }
  .nw-product-rating-copy b { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .nw-product-order .nw-order-contact-method, .nw-product-order-review-grid img { transition: none; }
}
@media (prefers-reduced-motion: reduce) {
  .nw-plan-details::before { animation: none; }
}

/* Legacy Elementor plan pages use the .vs-wrapper product template. */
body.nw-plan-details-page .page-header { display: none; }
body.nw-plan-details-page { background: #f7f8f9; }
.vs-wrapper {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 100vh;
  padding: 52px 20px 90px;
  overflow: hidden;
  background: #f7f8f9;
  color: #131921;
}
.vs-wrapper::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    radial-gradient(ellipse at 6% 14%, rgba(255,216,20,.20), transparent 35%),
    radial-gradient(ellipse at 94% 18%, rgba(0,113,133,.12), transparent 31%),
    radial-gradient(ellipse at 72% 94%, rgba(242,92,66,.10), transparent 30%),
    #f7f8f9;
  background-size: 135% 135%, 120% 120%, 130% 130%, auto;
  animation: nw-plan-mesh-drift 22s ease-in-out infinite alternate;
}
.vs-wrapper .product-card {
  width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  border: 1px solid #e0e3e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15,17,17,.08);
  overflow: hidden;
}
.vs-wrapper .product-visual {
  min-height: 560px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fffdf0;
}
.vs-wrapper .product-image { width: 100%; max-width: 500px; height: auto; max-height: 510px; object-fit: contain; mix-blend-mode: multiply; }
.vs-wrapper .price-tag { position: absolute; right: 26px; bottom: 24px; padding: 8px 11px; border-radius: 4px; background: #131921; color: #ffd814; font-size: 12px; font-weight: 700; }
.vs-wrapper .product-info { padding: 42px 44px; display: flex; flex-direction: column; justify-content: center; }
.vs-wrapper .info-header .badge { display: inline-flex; margin: 0 0 15px; padding: 6px 9px; border: 1px solid #e0a900; border-radius: 3px; background: #fff8dc; color: #565959; font-size: 10px; font-weight: 700; }
.vs-wrapper .info-header h1 { margin: 0; color: #131921; font-size: clamp(34px, 4vw, 54px); line-height: 1.04; }
.vs-wrapper .description { max-width: 570px; margin: 16px 0 0; color: #565959; font-size: 15px; line-height: 1.6; }
.vs-wrapper .cta-section { margin-top: 28px; }
.vs-wrapper .support-link { display: inline-block; margin-top: 13px; color: #007185; font-size: 12px; }
.vs-wrapper .features-grid { margin-top: 30px; padding-top: 22px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; border-top: 1px solid #e6e8eb; }
.vs-wrapper .feature-item { min-height: 54px; padding: 10px; display: flex; align-items: center; gap: 9px; border: 1px solid #e6e8eb; border-radius: 5px; background: #fff; }
.vs-wrapper .feature-icon { width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 4px; background: #131921; color: #ffd814; }
.vs-wrapper .feature-text { color: #131921; font-size: 11px; font-weight: 700; }
@media (max-width: 780px) {
  .vs-wrapper { padding: 28px 16px 74px; }
  .vs-wrapper .product-card { grid-template-columns: 1fr; }
  .vs-wrapper .product-visual { min-height: 320px; padding: 20px; }
  .vs-wrapper .product-image { max-height: 310px; }
  .vs-wrapper .product-info { padding: 30px 22px; }
}
@media (max-width: 480px) {
  .vs-wrapper .product-visual { min-height: 260px; }
  .vs-wrapper .product-info { padding: 25px 18px; }
  .vs-wrapper .info-header h1 { font-size: 34px; }
  .vs-wrapper .features-grid { grid-template-columns: 1fr; }
}

.vs-wrapper .vs-contact-options { display: grid; gap: 9px; }
.vs-wrapper .vs-contact-options a { min-height: 56px; padding: 10px 13px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; column-gap: 10px; border: 1px solid #e0a900; border-radius: 6px; background: #ffd814; color: #131921; text-decoration: none; box-shadow: 0 3px 7px rgba(15,17,17,.10); }
.vs-wrapper .vs-contact-options a:hover { background: #f7ca00; color: #131921; transform: translateY(-1px); }
.vs-wrapper .vs-contact-options strong, .vs-wrapper .vs-contact-options small { display: block; }
.vs-wrapper .vs-contact-options strong { font-size: 13px; }
.vs-wrapper .vs-contact-options small { margin-top: 3px; font-size: 10px; }
.vs-wrapper .vs-contact-options span { grid-column: 2; grid-row: 1 / 3; font-size: 18px; }
.nw-plan-details .nw-order-review-images .nw-order-review { min-width: 0; padding: 0; overflow: hidden; }
.nw-plan-details .nw-order-review-images a { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #f7f8f9; }
.nw-plan-details .nw-order-review-images .nw-order-review-image { width: 100%; height: 100%; display: block; object-fit: contain; transition: transform 180ms ease; }
.nw-plan-details .nw-order-review-images a:hover .nw-order-review-image { transform: scale(1.025); }
.nw-plan-details .nw-order-review-images figcaption { padding: 10px 13px; display: flex; justify-content: space-between; gap: 10px; color: #565959; font-size: 10px; }
.nw-plan-details .nw-order-review-images figcaption strong { color: #131921; }

/* Final single-plan overrides: neutralize legacy checkout sheet styles. */
body.single-iptv_plan .nw-plan-details .nw-checkout {
  width: min(100%, 1160px) !important;
  padding: 0 24px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.single-iptv_plan .nw-plan-details .nw-order-notices {
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  border: 0 !important;
  background: transparent !important;
}
body.single-iptv_plan .nw-plan-details .nw-order-notices > span {
  min-width: 0 !important;
  min-height: 52px !important;
  padding: 12px 15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  border: 1px solid #e0e3e6 !important;
  border-radius: 7px !important;
  background: rgba(255,255,255,.92) !important;
  color: #565959 !important;
  box-shadow: 0 3px 10px rgba(15,17,17,.04) !important;
  font-size: 12px !important;
}
body.single-iptv_plan .nw-plan-details .nw-order-notices .nw-ic,
body.single-iptv_plan .nw-plan-details .nw-order-notices svg {
  width: 19px !important;
  height: 19px !important;
  flex: 0 0 19px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #007185 !important;
  box-shadow: none !important;
}
body.single-iptv_plan .nw-plan-details .nw-checkout-grid {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 350px !important;
  align-items: start !important;
  gap: 22px !important;
  border: 0 !important;
  background: transparent !important;
}
body.single-iptv_plan .nw-plan-details .nw-checkout-main {
  min-width: 0 !important;
  display: grid !important;
  gap: 14px !important;
}
body.single-iptv_plan .nw-plan-details .nw-card,
body.single-iptv_plan .nw-plan-details .nw-checkout-about,
body.single-iptv_plan .nw-plan-details .nw-order-review {
  border: 1px solid #e0e3e6 !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 6px 18px rgba(15,17,17,.06) !important;
}
body.single-iptv_plan .nw-plan-details .nw-plan-pick-card,
body.single-iptv_plan .nw-plan-details .nw-checkout-card,
body.single-iptv_plan .nw-plan-details .nw-activation-card {
  width: 100% !important;
  margin: 0 !important;
  padding: 26px !important;
}
body.single-iptv_plan .nw-plan-details .nw-summary-card {
  position: sticky !important;
  top: 22px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 24px !important;
}
body.single-iptv_plan .nw-plan-details .nw-activation-steps {
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  border: 0 !important;
  list-style: none !important;
  counter-reset: plan-step !important;
}
body.single-iptv_plan .nw-plan-details .nw-activation-steps li,
body.single-iptv_plan .nw-plan-details .nw-activation-steps li:first-child {
  position: relative !important;
  min-width: 0 !important;
  min-height: 142px !important;
  margin: 0 !important;
  padding: 47px 14px 14px !important;
  border: 1px solid #e6e8eb !important;
  border-radius: 6px !important;
  background: #f7f8f9 !important;
  counter-increment: plan-step !important;
}
body.single-iptv_plan .nw-plan-details .nw-activation-steps li::before {
  position: absolute !important;
  top: 13px !important;
  left: 13px !important;
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
  display: grid !important;
  place-items: center !important;
  content: "0" counter(plan-step) !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #131921 !important;
  color: #ffd814 !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
body.single-iptv_plan .nw-plan-details .nw-activation-steps strong {
  margin: 0 !important;
  color: #131921 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
}
body.single-iptv_plan .nw-plan-details .nw-activation-steps span {
  margin: 8px 0 0 !important;
  color: #565959 !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
}
body.single-iptv_plan .nw-plan-details .nw-checkout-about {
  max-width: none !important;
  margin: 28px 0 0 !important;
  padding: 26px !important;
}
body.single-iptv_plan .nw-plan-details .nw-order-reviews,
body.single-iptv_plan .nw-plan-details .nw-order-faq {
  margin-top: 48px !important;
}
body.single-iptv_plan .nw-plan-details .nw-order-review-images {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}
body.single-iptv_plan .nw-plan-details .nw-order-review-images .nw-order-review {
  padding: 0 !important;
}
@media (max-width: 900px) {
  body.single-iptv_plan .nw-plan-details .nw-checkout-grid { grid-template-columns: 1fr !important; }
  body.single-iptv_plan .nw-plan-details .nw-summary-card { position: static !important; }
}
@media (max-width: 680px) {
  body.single-iptv_plan .nw-plan-details .nw-checkout { padding: 0 16px !important; }
  body.single-iptv_plan .nw-plan-details .nw-order-notices,
  body.single-iptv_plan .nw-plan-details .nw-activation-steps,
  body.single-iptv_plan .nw-plan-details .nw-order-review-images { grid-template-columns: 1fr !important; }
  body.single-iptv_plan .nw-plan-details .nw-plan-pick-card,
  body.single-iptv_plan .nw-plan-details .nw-checkout-card,
  body.single-iptv_plan .nw-plan-details .nw-activation-card,
  body.single-iptv_plan .nw-plan-details .nw-summary-card,
  body.single-iptv_plan .nw-plan-details .nw-checkout-about { padding: 19px 16px !important; }
  body.single-iptv_plan .nw-plan-details .nw-activation-steps li,
  body.single-iptv_plan .nw-plan-details .nw-activation-steps li:first-child { min-height: 118px !important; }
}
