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

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

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

/* Intro */
.gip-android-intro { max-width: 820px; margin: 0 auto; }
.gip-android-intro p { font-size: 16px; line-height: 1.8; color: #5b6b7f; margin: 0 0 16px; }
.gip-android-intro p a { color: #1c66de; font-weight: 600; }

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

/* Steps */
.gip-android-steps { max-width: 820px; margin: 0 auto; }
.gip-android-step {
    background: #fff; border: 1px solid #eef1f6; border-radius: 12px;
    padding: 22px 26px; margin-bottom: 14px; display: flex; gap: 18px; align-items: flex-start;
}
.gip-android-step-num {
    background: #1c66de; color: #fff; font-weight: 800; font-size: 18px;
    width: 40px; height: 40px; border-radius: 50%; display: flex;
    align-items: center; justify-content: center; flex-shrink: 0;
}
.gip-android-step h3 { font-size: 17px; color: #2f3c48; font-weight: 700; margin: 0 0 6px; }
.gip-android-step p { font-size: 15px; line-height: 1.7; color: #6b7a90; margin: 0; }
.gip-android-step p strong { color: #2f3c48; }

/* Box setup note */
.gip-android-box {
    background: #f6f8fb; border: 1px solid #eef1f6; border-left: 4px solid #167e6b;
    border-radius: 12px; padding: 24px 28px; max-width: 820px; margin: 0 auto;
}
.gip-android-box h3 { font-size: 18px; color: #2f3c48; font-weight: 700; margin: 0 0 10px; }
.gip-android-box p { font-size: 15px; line-height: 1.8; color: #5b6b7f; margin: 0 0 10px; }
.gip-android-box ul { margin: 0; padding-left: 20px; }
.gip-android-box ul li { font-size: 15px; line-height: 1.9; color: #5b6b7f; }

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

/* Troubleshooting */
.gip-android-trouble { max-width: 820px; margin: 0 auto; }
.gip-android-trouble-item {
    background: #fff; border: 1px solid #eef1f6; border-radius: 12px;
    padding: 20px 26px; margin-bottom: 12px; display: flex; gap: 16px; align-items: flex-start;
}
.gip-android-trouble-item i { font-size: 22px; color: #167e6b; margin-top: 2px; flex-shrink: 0; }
.gip-android-trouble-item h3 { font-size: 16px; color: #2f3c48; font-weight: 700; margin: 0 0 5px; }
.gip-android-trouble-item p { font-size: 15px; line-height: 1.7; color: #6b7a90; margin: 0; }

/* FAQ */
.gip-android-faq { max-width: 820px; margin: 0 auto; }
.gip-android-faq-item { background: #fff; border: 1px solid #eef1f6; border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
.gip-android-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-android-faq-q .gip-android-faq-icon { font-size: 20px; color: #1c66de; transition: transform .3s ease; }
.gip-android-faq-item.gip-android-open .gip-android-faq-icon { transform: rotate(45deg); }
.gip-android-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.gip-android-faq-a p { padding: 0 22px 20px; font-size: 15px; line-height: 1.7; color: #6b7a90; margin: 0; }

/* Help CTA */
.gip-android-help {
    background: linear-gradient(135deg, #1c66de 0%, #167e6b 100%);
    border-radius: 20px; padding: 50px 40px; text-align: center; color: #fff;
}
.gip-android-help h2 { color: #fff; font-size: 28px; font-weight: 800; margin: 0 0 14px; }
.gip-android-help p { color: rgba(255,255,255,.92); font-size: 16px; max-width: 620px; margin: 0 auto 16px; line-height: 1.7; }
.gip-android-help a { color: #fff; font-weight: 700; text-decoration: underline; }

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