/* Página Planos IPTV — extensões do layout pilar */

.ip--planos .c-pillar-hero--planos {
  display: block;
  background: linear-gradient(155deg, #061525 0%, #0a2444 24%, #0f3a6e 52%, #1558a8 78%, #1a6fd4 100%);
  color: #fff;
}

.ip--planos .c-pillar-hero--planos .c-pillar-hero__inner {
  gap: clamp(2rem, 4vw, 3.5rem);
  max-width: var(--ds-container, 81.25rem);
  margin-inline: auto;
  padding: calc(var(--site-header-height, 7rem) + clamp(1.75rem, 4vw, 2.75rem)) var(--ds-container-padding, 1.25rem) clamp(3.5rem, 7vw, 5.5rem);
}

.ip--planos .c-pillar-hero--planos .c-pillar-hero__content {
  display: flex;
  flex-direction: column;
  gap: clamp(1.125rem, 2.2vw, 1.625rem);
  max-width: 40rem;
}

.ip--planos .c-pillar-hero--planos .c-pillar-hero__title {
  margin: 0;
  max-width: 36rem;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
}

.ip--planos .c-pillar-hero--planos .c-pillar-hero__eyebrow {
  margin: 0;
  color: #7ddcff;
}

.ip--planos .c-pillar-hero--planos .c-pillar-hero__desc {
  margin: 0;
  max-width: 42rem;
  line-height: 1.75;
  color: rgb(255 255 255 / 0.9);
}

.ip--planos .c-pillar-hero--planos h1 {
  color: #fff;
}

.ip--planos .c-pillar-inline-cta h3,
.ip--planos .c-pillar-inline-cta .c-pillar-inline-cta__title,
.ip--planos .c-pillar-conversion h2 {
  color: #fff;
}

.ip--planos .c-pillar-section {
  margin-top: clamp(3rem, 6vw, 4rem);
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgb(15 23 42 / 0.08);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 4px 24px rgb(11 18 32 / 0.04);
}

.ip--planos .c-pillar-section--alt {
  background: #f8fafc;
}

.ip--planos .c-pillar__intro {
  max-width: var(--ds-container);
  margin-inline: auto;
  padding: clamp(2.5rem, 5vw, 3.5rem) var(--ds-container-padding) 0;
}

.ip--planos .c-pillar__body {
  max-width: var(--ds-container);
  margin-inline: auto;
  padding: 0 var(--ds-container-padding) clamp(3rem, 6vw, 4.5rem);
}

.ip--planos .ip-body {
  background: #f8fafc;
}

@media (min-width: 900px) {
  .ip--planos .c-pillar-hero--planos .c-pillar-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
  }

  .ip--planos .c-pillar-hero--planos .c-pillar-hero__content {
    max-width: none;
  }
}

/* Cards de planos comerciais */
.c-pillar-plans {
  display: grid;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}

@media (min-width: 900px) {
  .c-pillar-plans {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
}

.c-pillar-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgb(15 23 42 / 0.1);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 8px 32px rgb(11 18 32 / 0.06);
}

.c-pillar-plan-card--featured {
  border-color: rgb(21 88 168 / 0.35);
  box-shadow: 0 12px 40px rgb(21 88 168 / 0.12);
}

.c-pillar-plan-card__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #1558a8, #1a6fd4);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.c-pillar-plan-card__name {
  margin: 0;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: #0f172a;
}

.c-pillar-plan-card__subtitle {
  margin: 0;
  color: #1558a8;
  font-size: 0.9375rem;
  font-weight: 600;
}

.c-pillar-plan-card__price {
  margin: 0;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: #0f172a;
}

.c-pillar-plan-card__desc {
  margin: 0;
  color: #475569;
  line-height: 1.65;
  font-size: 0.9375rem;
}

.c-pillar-plan-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
  flex: 1;
}

.c-pillar-plan-card__list li {
  position: relative;
  padding-left: 1.35rem;
  color: #334155;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.c-pillar-plan-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #1558a8;
}

.c-pillar-plan-card__action {
  margin-top: auto;
  padding-top: 0.5rem;
}

.c-pillar-plans__note {
  margin: clamp(1.5rem, 3vw, 2rem) 0 0;
  color: #64748b;
  font-size: 0.9375rem;
  line-height: 1.65;
}

.c-pillar-checklist--highlight {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: 1rem;
  border: 1px solid rgb(21 88 168 / 0.15);
  background: linear-gradient(135deg, rgb(21 88 168 / 0.04), rgb(125 220 255 / 0.1));
}
