/* ============================================================
   GEO IPTV Firestick page styles (geo-iptv-firestick.php)
   Dedicated gip-fire- prefixed classes, scoped to this page.
   Uses the site theme colors (blue #1c66de, teal #167e6b) with a
   warm amber accent (#f59e0b) to echo the Firestick brand.
   ============================================================ */

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

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

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

/* Before-you-start checklist */
.gip-fire-checklist { max-width: 820px; margin: 0 auto; }
.gip-fire-check-item {
    background: #fff; border: 1px solid #eef1f6; border-radius: 12px;
    padding: 16px 22px; margin-bottom: 12px; display: flex; gap: 16px; align-items: center;
}
.gip-fire-check-item i { font-size: 24px; color: #167e6b; flex-shrink: 0; }
.gip-fire-check-item span { font-size: 16px; color: #2f3c48; font-weight: 600; }
.gip-fire-check-item small { display: block; font-size: 13px; color: #6b7a90; font-weight: 400; margin-top: 2px; }

/* Install steps - vertical timeline (distinct from other pages) */
.gip-fire-timeline { max-width: 820px; margin: 0 auto; position: relative; padding-left: 30px; }
.gip-fire-timeline::before {
    content: ""; position: absolute; left: 12px; top: 8px; bottom: 8px;
    width: 3px; background: linear-gradient(#1c66de, #167e6b); border-radius: 3px;
}
.gip-fire-step { position: relative; margin-bottom: 26px; }
.gip-fire-step::before {
    content: ""; position: absolute; left: -30px; top: 6px; width: 15px; height: 15px;
    background: #f59e0b; border: 3px solid #fff; border-radius: 50%;
    box-shadow: 0 0 0 2px #f59e0b;
}
.gip-fire-step-card {
    background: #fff; border: 1px solid #eef1f6; border-radius: 12px; padding: 20px 24px;
}
.gip-fire-step-card h3 { font-size: 17px; color: #2f3c48; font-weight: 700; margin: 0 0 8px; }
.gip-fire-step-card p { font-size: 15px; line-height: 1.75; color: #6b7a90; margin: 0; }
.gip-fire-step-card p strong { color: #2f3c48; }
.gip-fire-step-note {
    background: #fff8e6; border: 1px solid #f5e2b0; border-radius: 8px;
    padding: 10px 14px; margin-top: 10px; font-size: 13px; color: #8a6d1a;
}

/* Settings tips */
.gip-fire-tips { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gip-fire-tip {
    background: #fff; border: 1px solid #eef1f6; border-radius: 14px;
    padding: 22px 20px; display: flex; gap: 16px; align-items: flex-start;
}
.gip-fire-tip i { font-size: 26px; color: #1c66de; flex-shrink: 0; margin-top: 2px; }
.gip-fire-tip h3 { font-size: 16px; color: #2f3c48; font-weight: 700; margin: 0 0 6px; }
.gip-fire-tip p { font-size: 14px; line-height: 1.7; color: #6b7a90; margin: 0; }

/* Buffering solutions - problem/fix pairs */
.gip-fire-solve { max-width: 820px; margin: 0 auto; }
.gip-fire-solve-item {
    background: #fff; border: 1px solid #eef1f6; border-left: 4px solid #f59e0b;
    border-radius: 12px; padding: 20px 24px; margin-bottom: 14px;
}
.gip-fire-solve-item h3 { font-size: 16px; color: #2f3c48; font-weight: 700; margin: 0 0 8px; }
.gip-fire-solve-item p { font-size: 15px; line-height: 1.75; color: #6b7a90; margin: 0; }
.gip-fire-solve-item p strong { color: #2f3c48; }

/* Compatibility table */
.gip-fire-table-wrap { max-width: 820px; margin: 0 auto; overflow-x: auto; }
.gip-fire-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; min-width: 520px; }
.gip-fire-table th, .gip-fire-table td { padding: 14px 18px; text-align: left; font-size: 15px; }
.gip-fire-table thead th { background: #1c66de; color: #fff; font-weight: 700; }
.gip-fire-table tbody tr:nth-child(even) { background: #f6f8fb; }
.gip-fire-table tbody td { color: #5b6b7f; border-top: 1px solid #eef1f6; }
.gip-fire-table tbody td:first-child { color: #2f3c48; font-weight: 600; }

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

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

/* Responsive */
@media (max-width: 991px) {
    .gip-fire-tips { grid-template-columns: 1fr; }
    .gip-fire-hero h1 { font-size: 34px; }
}
@media (max-width: 575px) {
    .gip-fire-hero { padding: 130px 0 55px; }
    .gip-fire-hero h1 { font-size: 28px; }
    .gip-fire-section { padding: 50px 0; }
    .gip-fire-section-head h2 { font-size: 25px; }
    .gip-fire-timeline { padding-left: 24px; }
    .gip-fire-step::before { left: -24px; }
}
