/*--------------------------------------------------------------
# 5G IPTV Pricing page styles
# Scoped gp5-* classes so existing site styles are unaffected
--------------------------------------------------------------*/
.gp5-wrap { max-width: 1000px; margin: 0 auto; }
.gp5-wrap h1 { font-size: 30px; font-weight: 700; color: #222222; margin-bottom: 15px; }
.gp5-wrap h2 { font-size: 24px; font-weight: 700; color: #106eea; margin: 40px 0 15px; padding-bottom: 8px; border-bottom: 2px solid #e7f1fd; }
.gp5-wrap h3 { font-size: 18px; font-weight: 600; color: #222222; margin: 22px 0 8px; }
.gp5-wrap p, .gp5-wrap li { font-size: 15px; line-height: 1.8; color: #555555; }
.gp5-wrap ul { padding-left: 20px; }
.gp5-wrap .gp5-lead { font-size: 16px; color: #444444; }

/* Pricing grid */
.gp5-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; margin: 20px 0; }
.gp5-card { background: #ffffff; border: 1px solid #e7f1fd; border-radius: 10px; padding: 22px 18px; text-align: center; box-shadow: 0 2px 8px rgba(16, 110, 234, 0.06); }
.gp5-card.gp5-featured { border: 2px solid #106eea; position: relative; }
.gp5-card .gp5-plan { font-size: 15px; font-weight: 600; color: #666666; text-transform: uppercase; letter-spacing: 0.5px; }
.gp5-card .gp5-price { font-size: 30px; font-weight: 700; color: #106eea; margin: 12px 0 4px; }
.gp5-card .gp5-price small { font-size: 14px; font-weight: 400; color: #888888; }
.gp5-card .gp5-dur { font-size: 13px; color: #888888; margin-bottom: 14px; }
.gp5-card ul { list-style: none; padding: 0; margin: 0 0 16px; text-align: left; }
.gp5-card ul li { font-size: 13px; color: #555555; padding: 3px 0; }
.gp5-card ul li::before { content: "\2713"; color: #106eea; font-weight: 700; margin-right: 6px; }
.gp5-btn { display: inline-block; background: #106eea; color: #ffffff !important; padding: 10px 24px; border-radius: 4px; font-weight: 600; font-size: 14px; text-decoration: none; }
.gp5-btn:hover { background: #0d5cc7; color: #ffffff !important; }

/* Info / feature cards */
.gp5-card-info { background: #f8fbff; border: 1px solid #e7f1fd; border-left: 4px solid #106eea; border-radius: 6px; padding: 16px 18px; margin: 14px 0; }
.gp5-card-info h3 { margin-top: 0; }

/* Note / CTA box */
.gp5-note { background: #f1f6fe; border-radius: 6px; padding: 16px 18px; margin: 24px 0; font-size: 15px; }
.gp5-note a { color: #106eea; font-weight: 600; }

/* Buttons */
.gp5-cta { display: inline-block; background: #106eea; color: #ffffff !important; padding: 12px 26px; border-radius: 4px; font-weight: 600; font-size: 15px; text-decoration: none; margin: 4px 8px 4px 0; }
.gp5-cta:hover { background: #0d5cc7; color: #ffffff !important; }
.gp5-cta.gp5-cta-outline { background: transparent; color: #106eea !important; border: 1px solid #106eea; }
.gp5-cta.gp5-cta-outline:hover { background: #106eea; color: #ffffff !important; }

@media (max-width: 768px) {
  .gp5-wrap h1 { font-size: 24px; }
  .gp5-wrap h2 { font-size: 20px; }
}
