.cast4k-pricing {
  position: relative;
  overflow: hidden;
  padding: 96px 24px;
  color: #f8fafc;
  background:
    radial-gradient(circle at 50% 0%, rgba(147, 51, 234, .18), transparent 38%),
    radial-gradient(circle at 85% 45%, rgba(255, 101, 18, .12), transparent 28%),
    #070711;
}

.cast4k-pricing::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
}

.cast4k-pricing__inner {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.cast4k-pricing__header {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.cast4k-pricing__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 101, 18, .28);
  border-radius: 999px;
  color: #ff8b4c;
  background: rgba(255, 101, 18, .08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cast4k-pricing__header h2 {
  margin: 0;
  color: white;
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.cast4k-pricing__header h2 span {
  color: #ff6512;
  text-shadow: 0 0 32px rgba(255, 101, 18, .36);
}

.cast4k-pricing__header p {
  margin: 18px auto 0;
  color: #a7a8b6;
  font-size: 1.05rem;
  line-height: 1.7;
}

.cast4k-pricing__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cast4k-plan {
  position: relative;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  padding: 28px 24px 24px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background: linear-gradient(155deg, rgba(27, 24, 45, .96), rgba(12, 11, 22, .98));
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.cast4k-plan:hover {
  transform: translateY(-8px);
  border-color: rgba(255,101,18,.48);
  box-shadow: 0 28px 90px rgba(0,0,0,.38), 0 0 42px rgba(255,101,18,.09);
}

.cast4k-plan--featured {
  border-color: rgba(255,101,18,.72);
  background: linear-gradient(155deg, rgba(65, 29, 43, .98), rgba(15, 12, 25, .98));
}

.cast4k-plan__badge {
  position: absolute;
  top: -13px;
  right: 22px;
  padding: 7px 12px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, #ff6512, #ea2a78);
  box-shadow: 0 8px 24px rgba(255,101,18,.3);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.cast4k-plan__name {
  color: #c6c4d0;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cast4k-plan__price {
  display: flex;
  align-items: flex-start;
  margin: 20px 0 5px;
  color: white;
}

.cast4k-plan__currency {
  margin: 10px 6px 0 0;
  color: #ff8b4c;
  font-size: 13px;
  font-weight: 800;
}

.cast4k-plan__amount {
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.05em;
}

.cast4k-plan__payment {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #777887;
  font-size: 13px;
}

.cast4k-plan ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.cast4k-plan li {
  display: flex;
  gap: 10px;
  color: #d0cfda;
  font-size: 14px;
  line-height: 1.45;
}

.cast4k-plan li::before {
  content: "✓";
  flex: 0 0 auto;
  color: #ff6512;
  font-weight: 900;
}

.cast4k-plan__button,
.cast4k-support__button,
.cast4k-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.cast4k-plan__button {
  width: 100%;
  margin-top: auto;
  padding: 14px 16px;
  color: white;
  background: linear-gradient(135deg, #ff6512, #e84b10);
  box-shadow: 0 12px 28px rgba(255,101,18,.22);
}

.cast4k-plan__button:hover,
.cast4k-support__button:hover,
.cast4k-contact-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.cast4k-support {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  background: rgba(255,255,255,.035);
  backdrop-filter: blur(14px);
}

.cast4k-support h3 {
  margin: 0 0 5px;
  color: white;
  font-size: 20px;
}

.cast4k-support p {
  margin: 0;
  color: #8f909d;
  font-size: 14px;
}

.cast4k-support__button {
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.12);
  color: #f7f7fa;
  background: rgba(255,255,255,.06);
  font-size: 13px;
}

.cast4k-support__button--whatsapp,
.cast4k-contact-button {
  border-color: rgba(37,211,102,.4);
  background: linear-gradient(135deg, #25d366, #128c4a);
  color: white !important;
}

.cast4k-contact-button {
  margin-left: 10px;
  padding: 10px 16px;
  white-space: nowrap;
}

.flixtv-form-status {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(37,211,102,.35);
  border-radius: 12px;
  color: #86efac;
  background: rgba(37,211,102,.09);
  font-size: 14px;
}

.flixtv-form-status--error {
  border-color: rgba(248,113,113,.35);
  color: #fca5a5;
  background: rgba(248,113,113,.09);
}

@media (max-width: 1000px) {
  .cast4k-pricing__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cast4k-support { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .cast4k-pricing { padding: 76px 16px; }
  .cast4k-pricing__grid,
  .cast4k-support { grid-template-columns: 1fr; }
  .cast4k-plan { min-height: auto; }
  .cast4k-contact-button { margin: 10px 0 0; }
}