/* Página Teste IPTV — extensões do layout pilar */

.ip--teste .c-pillar-hero--teste {
  display: block;
  background: linear-gradient(155deg, #061525 0%, #0a2444 24%, #0f3a6e 52%, #1558a8 78%, #1a6fd4 100%);
  color: #fff;
}

.ip--teste .c-pillar-hero--teste .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--teste .c-pillar-hero--teste .c-pillar-hero__content {
  display: flex;
  flex-direction: column;
  gap: clamp(1.125rem, 2.2vw, 1.625rem);
  max-width: 40rem;
}

.ip--teste .c-pillar-hero--teste .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--teste .c-pillar-hero--teste .c-pillar-hero__eyebrow {
  margin: 0;
  color: #7ddcff;
}

.ip--teste .c-pillar-hero--teste .c-pillar-hero__desc {
  margin: 0;
  max-width: 42rem;
  line-height: 1.75;
  color: rgb(255 255 255 / 0.9);
}

.ip--teste .c-pillar-hero--teste h1 {
  color: #fff;
}

.ip--teste .c-pillar-inline-cta h3,
.ip--teste .c-pillar-inline-cta .c-pillar-inline-cta__title,
.ip--teste .c-pillar-conversion h2 {
  color: #fff;
}

.ip--teste .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--teste .c-pillar-section--alt {
  background: #f8fafc;
}

.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));
}

.c-pillar-cards--steps .c-benefits-grid__item {
  min-height: 100%;
}

@media (min-width: 900px) {
  .c-pillar-cards--steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .c-pillar-cards--steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .ip--teste .c-pillar-hero--teste .c-pillar-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
  }

  .ip--teste .c-pillar-hero--teste .c-pillar-hero__content {
    max-width: none;
  }
}

.ip--teste .c-pillar__intro {
  max-width: var(--ds-container);
  margin-inline: auto;
  padding: clamp(2.5rem, 5vw, 3.5rem) var(--ds-container-padding) 0;
}

.ip--teste .c-pillar__body {
  max-width: var(--ds-container);
  margin-inline: auto;
  padding: 0 var(--ds-container-padding) clamp(3rem, 6vw, 4.5rem);
}

.ip--teste .ip-body {
  background: #f8fafc;
}
