/* ============================================================
   GEO IPTV Pricing page styles (geo-iptv-pricing.php)
   Dedicated gip-price- prefixed classes, scoped to this page.
   Uses the site theme colors (blue #1c66de, teal #167e6b).
   ============================================================ */

/* Hero */
.gip-price-hero {
    background: linear-gradient(135deg, #1c66de 0%, #167e6b 100%);
    color: #fff;
    padding: 150px 0 70px;
    text-align: center;
    position: relative;
}
.gip-price-hero .gip-price-container { max-width: 900px; margin: 0 auto; padding: 0 20px; }
.gip-price-hero h1 { font-size: 42px; line-height: 1.15; color: #fff; font-weight: 800; margin: 0 0 18px; }
.gip-price-hero h1 span { color: #ffe08a; }
.gip-price-hero p { font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.92); margin: 0 auto 30px; max-width: 640px; }
.gip-price-hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.gip-price-btn {
    display: inline-block; padding: 14px 30px; border-radius: 8px;
    font-size: 15px; font-weight: 700; cursor: pointer; border: none;
}
.gip-price-btn-light { background: #fff; color: #1c66de; }
.gip-price-btn-light:hover { background: #2f3c48; color: #fff; }
.gip-price-btn-ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.7); }
.gip-price-btn-ghost:hover { background: #fff; color: #167e6b; }

/* Section scaffolding */
.gip-price-section { padding: 70px 0; }
.gip-price-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.gip-price-section-head { text-align: center; max-width: 720px; margin: 0 auto 45px; }
.gip-price-eyebrow { color: #1c66de; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 13px; margin-bottom: 12px; display: block; }
.gip-price-section-head h2 { font-size: 32px; color: #2f3c48; font-weight: 800; margin: 0 0 14px; line-height: 1.2; }
.gip-price-section-head p { font-size: 16px; line-height: 1.7; color: #6b7a90; margin: 0; }
.gip-price-bg-light { background: #f6f8fb; }
.gip-price-bg-white { background: #fff; }

/* Pricing cards */
.gip-price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.gip-price-card {
    background: #fff; border: 1px solid #eef1f6; border-radius: 16px;
    padding: 30px 22px; text-align: center; position: relative; transition: all .3s ease;
    display: flex; flex-direction: column;
}
.gip-price-card:hover { box-shadow: 0 20px 45px rgba(28,102,222,.12); transform: translateY(-5px); }
.gip-price-card.gip-price-popular { border: 2px solid #1c66de; }
.gip-price-tag {
    position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
    background: #1c66de; color: #fff; font-size: 12px; font-weight: 700;
    padding: 5px 16px; border-radius: 20px; white-space: nowrap;
}
.gip-price-card h3 { font-size: 18px; color: #2f3c48; font-weight: 700; margin: 0 0 6px; }
.gip-price-card .gip-price-sub { font-size: 13px; color: #9aa5b5; margin: 0 0 18px; }
.gip-price-amount { font-size: 38px; font-weight: 800; color: #1c66de; margin: 0 0 4px; }
.gip-price-amount small { font-size: 14px; font-weight: 600; color: #9aa5b5; }
.gip-price-card .gip-price-dur { font-size: 13px; color: #9aa5b5; margin-bottom: 20px; }
.gip-price-card ul { list-style: none; margin: 0 0 22px; padding: 0; text-align: left; flex: 1; }
.gip-price-card ul li { font-size: 14px; color: #5b6b7f; padding: 6px 0; border-bottom: 1px dashed #eef1f6; }
.gip-price-card ul li:last-child { border-bottom: none; }
.gip-price-card ul li i { color: #167e6b; margin-right: 8px; }
.gip-price-btn-solid { background: #1c66de; color: #fff; width: 100%; }
.gip-price-btn-solid:hover { background: #167e6b; }
.gip-price-btn-teal { background: #167e6b; color: #fff; width: 100%; }
.gip-price-btn-teal:hover { background: #1c66de; }

/* Why choose */
.gip-price-why { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.gip-price-why-item {
    background: #fff; border: 1px solid #eef1f6; border-radius: 14px;
    padding: 26px 18px; text-align: center; transition: all .3s ease;
}
.gip-price-why-item:hover { box-shadow: 0 16px 36px rgba(28,102,222,.10); transform: translateY(-3px); }
.gip-price-why-item i { font-size: 34px; color: #1c66de; display: block; margin-bottom: 12px; }
.gip-price-why-item h3 { font-size: 16px; color: #2f3c48; font-weight: 700; margin: 0 0 6px; }
.gip-price-why-item p { font-size: 13px; line-height: 1.6; color: #6b7a90; margin: 0; }

/* FAQ */
.gip-price-faq { max-width: 820px; margin: 0 auto; }
.gip-price-faq-item { background: #fff; border: 1px solid #eef1f6; border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
.gip-price-faq-q {
    width: 100%; text-align: left; background: none; border: none; cursor: pointer;
    padding: 18px 22px; font-size: 16px; font-weight: 700; color: #2f3c48;
    display: flex; justify-content: space-between; align-items: center;
}
.gip-price-faq-q .gip-price-faq-icon { font-size: 20px; color: #1c66de; transition: transform .3s ease; }
.gip-price-faq-item.gip-price-open .gip-price-faq-icon { transform: rotate(45deg); }
.gip-price-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.gip-price-faq-a p { padding: 0 22px 20px; font-size: 15px; line-height: 1.7; color: #6b7a90; margin: 0; }

/* Trust */
.gip-price-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gip-price-trust-item {
    background: #f6f8fb; border: 1px solid #eef1f6; border-radius: 14px;
    padding: 24px 20px; text-align: center; transition: all .3s ease;
}
.gip-price-trust-item:hover { box-shadow: 0 16px 36px rgba(28,102,222,.10); transform: translateY(-3px); }
.gip-price-trust-item i { font-size: 32px; color: #167e6b; display: block; margin-bottom: 12px; }
.gip-price-trust-item h3 { font-size: 16px; color: #2f3c48; font-weight: 700; margin: 0 0 6px; }
.gip-price-trust-item p { font-size: 13px; line-height: 1.6; color: #6b7a90; margin: 0; }
.gip-price-trust-item p a { color: #1c66de; font-weight: 600; }

/* Responsive */
@media (max-width: 991px) {
    .gip-price-grid { grid-template-columns: repeat(2, 1fr); }
    .gip-price-why { grid-template-columns: repeat(3, 1fr); }
    .gip-price-trust { grid-template-columns: repeat(2, 1fr); }
    .gip-price-hero h1 { font-size: 34px; }
}
@media (max-width: 575px) {
    .gip-price-grid, .gip-price-why, .gip-price-trust { grid-template-columns: 1fr; }
    .gip-price-hero { padding: 130px 0 55px; }
    .gip-price-hero h1 { font-size: 28px; }
    .gip-price-section { padding: 50px 0; }
    .gip-price-section-head h2 { font-size: 25px; }
}
