/*
 * Plans page — "Stream smarter with IPTV Canada" section.
 * Enqueued only by page-plans.php; every rule is scoped to .sn-smarter and
 * layers on top of the .sn-plans-* rules in reference-match.css.
 */

.sn-smarter {
  --sns-circle: #eef4ff;
  --sns-line: #e3e7ee;
  --sns-ink: #0f1a2e;
  --sns-muted: #6b7486;
}

/* Benefit cards --------------------------------------------------------- */
.sn-smarter .sn-plans-benefits__grid {
  gap: 18px 20px;
}

.sn-smarter .sn-plans-benefit {
  gap: 22px;
  min-height: 104px;
  padding: 16px 24px 16px 18px;
  border-color: #e8ebf0;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(16, 24, 40, 0.05);
}

.sn-smarter__media {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: none;
}

.sn-smarter__circle {
  display: grid;
  place-items: center;
  flex: none;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--sns-circle);
}

.sn-smarter__circle--green {
  width: 62px;
  height: 62px;
  background: #e6f6ea;
}

.sn-smarter__icon {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.sn-smarter__icon--headset {
  width: 50px;
  height: 50px;
}

.sn-smarter__circle--green .sn-smarter__icon {
  width: 40px;
  height: 40px;
}

.sn-smarter__paypal {
  width: 40px;
  height: 42px;
  object-fit: contain;
}

.sn-smarter__interac {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  object-fit: contain;
}

.sn-smarter__divider {
  flex: none;
  width: 1px;
  height: 58px;
  background: var(--sns-line);
}

.sn-smarter .sn-plans-benefit p {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  color: var(--sns-muted);
  font-size: 17px;
  line-height: 1.3;
}

.sn-smarter .sn-plans-benefit p strong {
  color: var(--sns-ink);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* Info cards ------------------------------------------------------------ */
.sn-smarter .sn-plans-info__grid {
  gap: 20px;
}

.sn-smarter .sn-plans-info-card {
  padding: 30px 32px 32px;
  border-color: #e8ebf0;
  border-radius: 16px;
  box-shadow: 0 8px 26px rgba(16, 24, 40, 0.06);
}

.sn-smarter .sn-plans-info-card h3 {
  color: var(--sns-ink);
  font-size: 26px;
  line-height: 1.2;
}

.sn-smarter .sn-plans-info-card__list {
  margin-top: 18px;
  gap: 14px;
}

.sn-smarter .sn-plans-info-card__list li {
  align-items: center;
  gap: 14px;
  color: #4b5467;
  font-size: 16px;
}

.sn-smarter .sn-plans-info-card__list .sn-plans-check {
  width: 24px;
  height: 24px;
  margin-top: 0;
}

.sn-smarter .sn-plans-info-card__list .sn-plans-check svg {
  width: 14px;
  height: 14px;
}

.sn-smarter .sn-smarter__risk-title {
  gap: 16px;
}

.sn-smarter .sn-plans-info-card > p {
  margin-top: 14px;
  color: #4b5467;
  font-size: 16px;
  line-height: 1.65;
}

.sn-smarter .sn-plans-info-card__link {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
}

/* Payment notice -------------------------------------------------------- */
.sn-smarter .sn-plans-notice {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  padding: 22px 22px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f1f6ff 0%, #e9f1fe 100%);
}

.sn-smarter__notice-logos {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: none;
}

.sn-smarter__notice-logos .sn-smarter__paypal {
  width: 42px;
  height: 46px;
}

.sn-smarter__notice-logos + .sn-smarter__notice-body {
  padding-left: 20px;
  border-left: 1px solid #d5deee;
}

.sn-smarter .sn-plans-notice__title {
  color: var(--sns-ink);
  font-size: 16px;
}

.sn-smarter .sn-plans-notice p:not(.sn-plans-notice__title) {
  margin-top: 6px;
  color: #3a4356;
  font-size: 14px;
  line-height: 1.65;
}

/* Tablet / mobile ------------------------------------------------------- */
@media (max-width: 1023px) {
  .sn-smarter .sn-plans-benefit {
    gap: 16px;
    padding-inline: 16px;
  }

  .sn-smarter__media {
    gap: 12px;
  }

  .sn-smarter__circle {
    width: 60px;
    height: 60px;
  }

  .sn-smarter__icon {
    width: 34px;
    height: 34px;
  }

  .sn-smarter__interac {
    width: 50px;
    height: 50px;
  }

  .sn-smarter__divider {
    height: 50px;
  }

  .sn-smarter .sn-plans-benefit p {
    font-size: 15px;
  }

  .sn-smarter .sn-plans-benefit p strong {
    font-size: 17px;
  }
}

@media (max-width: 560px) {
  .sn-smarter .sn-plans-benefit {
    min-height: 88px;
  }

  .sn-smarter__circle {
    width: 54px;
    height: 54px;
  }

  .sn-smarter__icon,
  .sn-smarter__icon--headset {
    width: 30px;
    height: 30px;
  }

  .sn-smarter__paypal {
    width: 28px;
    height: 30px;
  }

  .sn-smarter__interac {
    width: 44px;
    height: 44px;
  }

  .sn-smarter__divider {
    height: 44px;
  }

  .sn-smarter .sn-plans-info-card {
    padding: 24px 20px;
  }

  .sn-smarter .sn-plans-info-card h3 {
    font-size: 22px;
  }

  .sn-smarter .sn-plans-notice {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
  }

  .sn-smarter__notice-logos + .sn-smarter__notice-body {
    padding-left: 0;
    border-left: 0;
  }
}
