/*
Theme Name: GeneratePress Child - PUBG Mobile LIGHT APK
Theme URI: https://pubgmlightapk.com/
Description: Single-page info site for pubgmlightapk.com. Built on GeneratePress (free).
Author: pubgmlightapk.com
Template: generatepress
Version: 1.3.0
Text Domain: gp-child-pubgmlightapk
*/

/* =========================================================
   COLOR VARIABLES - light, blue/cyan identity
   ========================================================= */
:root{
    --lt-navy: #0c2b4a;
    --lt-blue: #1478d4;
    --lt-cyan: #21c8f0;
    --lt-yellow: #ffcc00;
    --lt-text: #1c2530;
    --lt-muted: #5c6b7a;
    --lt-bg: #eef7fc;
    --lt-white: #ffffff;
    --lt-radius: 14px;
    --lt-shadow: 0 6px 22px rgba(12,43,74,0.09);
}

*,
*::before,
*::after{ box-sizing: border-box; }

html, body{
    max-width: 100%;
    overflow-x: hidden;
}
body{
    color: var(--lt-text);
    background: var(--lt-bg);
    overflow-wrap: break-word;
    word-wrap: break-word;
}
h1, h2, h3, p, td, a, span, li{
    overflow-wrap: break-word;
    word-wrap: break-word;
}
a{ color: var(--lt-navy); }
a:hover{ color: var(--lt-blue); }

/* =========================================================
   HEADER
   ========================================================= */
.site-header,
#masthead{
    background: var(--lt-white);
    border-bottom: 1px solid #e2eef6;
}
.site-title a{
    color: var(--lt-navy) !important;
    font-weight: 800;
}
.main-navigation,
.main-navigation .inside-navigation{
    background: transparent;
}
.main-navigation a{
    color: var(--lt-navy) !important;
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 6px !important;
}
.main-navigation a:hover{
    color: var(--lt-blue) !important;
}
@media (max-width: 768px){
    .main-navigation .inside-navigation{
        background: var(--lt-white) !important;
        box-shadow: var(--lt-shadow);
    }
    .main-navigation a{
        display: block;
        width: 100%;
        padding: 14px 20px !important;
        border-bottom: 1px solid #eef2f5;
    }
}

/* =========================================================
   SINGLE WRAPPER
   This is the ONLY direct child GeneratePress's content area
   sees, which is what keeps sections stacked vertically
   instead of being laid out side-by-side by GP's flex layout.
   ========================================================= */
.lt-wrap{
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

/* =========================================================
   LIVE STATUS STRIP
   ========================================================= */
.lt-live-strip{
    background: var(--lt-navy);
    color: var(--lt-white);
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 16px;
}
.lt-live-strip .dot{
    display: inline-block;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #22c55e;
    margin-right: 7px;
    box-shadow: 0 0 0 3px rgba(34,197,94,.25);
}

/* =========================================================
   HERO
   ========================================================= */
.lt-hero{
    background: linear-gradient(135deg, var(--lt-navy) 0%, var(--lt-blue) 55%, var(--lt-cyan) 100%);
    padding: 46px 20px 56px;
    text-align: center;
}
.lt-hero .lt-icon{
    width: 96px;
    height: 96px;
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(0,0,0,.25);
    margin: 0 auto 18px;
    display: block;
}
.lt-hero h1{
    color: var(--lt-white);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.35;
    max-width: 700px;
    margin: 0 auto 12px;
}
.lt-hero h1 .lt-highlight{
    color: var(--lt-yellow);
}
.lt-hero .lt-tagline{
    color: rgba(255,255,255,.88);
    font-size: 14.5px;
    max-width: 540px;
    margin: 0 auto 24px;
    line-height: 1.6;
}
.lt-cta-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.lt-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 14.5px;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: transform .15s ease;
}
.lt-btn:hover{ transform: translateY(-2px); }
.lt-btn-primary{
    background: var(--lt-yellow);
    color: var(--lt-navy) !important;
    box-shadow: 0 10px 24px rgba(255,204,0,.35);
}
.lt-btn-outline{
    background: rgba(255,255,255,.12);
    color: var(--lt-white) !important;
    border: 1.5px solid rgba(255,255,255,.55);
}

/* =========================================================
   PAGE WRAPPER
   ========================================================= */
.lt-page{
    max-width: 900px;
    margin: 0 auto;
    padding: 34px 20px 60px;
    min-width: 0;
}
.lt-page > *{
    max-width: 100%;
}

/* Store buttons */
.lt-store-row{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-bottom: 30px;
}
.lt-store-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--lt-white);
    border-radius: 12px;
    box-shadow: var(--lt-shadow);
    padding: 12px 22px;
    font-weight: 700;
    font-size: 14px;
    color: var(--lt-navy) !important;
}
.lt-store-btn .lt-store-icon{ font-size: 18px; }

/* Quick status badges */
.lt-badges{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}
.lt-badge{
    background: var(--lt-white);
    border: 1px solid #e2eef6;
    border-radius: 10px;
    padding: 10px 16px;
    text-align: left;
    min-width: 120px;
}
.lt-badge .lt-badge-label{
    display: block;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: var(--lt-muted);
}
.lt-badge .lt-badge-value{
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--lt-navy);
    margin-top: 2px;
}
@media (max-width: 600px){
    .lt-badges{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .lt-badge{ min-width: 0; width: 100%; }
}

/* =========================================================
   NATURAL SECTIONS (headings with left accent, not banners)
   ========================================================= */
.lt-section{ margin-top: 40px; }
.lt-section h2{
    font-size: 20px;
    font-weight: 800;
    color: var(--lt-navy);
    margin: 0 0 16px;
    padding-left: 12px;
    border-left: 4px solid var(--lt-cyan);
}
.lt-card{
    background: var(--lt-white);
    border-radius: var(--lt-radius);
    box-shadow: var(--lt-shadow);
    padding: 20px 22px;
    font-size: 14.5px;
    line-height: 1.75;
    color: var(--lt-text);
}
.lt-card p{ margin: 0 0 12px; }
.lt-card p:last-child{ margin-bottom: 0; }

.lt-note{
    font-size: 12px;
    color: var(--lt-muted);
    margin: 10px 4px 0;
}

.lt-point-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.lt-point-list li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--lt-text);
}
.lt-point-list li:last-child{ margin-bottom: 0; }
.lt-point-list .lt-point-icon{
    flex-shrink: 0;
    width: 24px; height: 24px;
    border-radius: 50%;
    background: rgba(20,120,212,.1);
    color: var(--lt-blue);
    display: flex; align-items: center; justify-content: center;
    font-size: 11px;
}

/* Features grid */
.lt-features{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 14px;
}
.lt-feature{
    background: var(--lt-white);
    border-radius: var(--lt-radius);
    box-shadow: var(--lt-shadow);
    padding: 18px;
}
.lt-feature-icon{
    width: 36px; height: 36px;
    border-radius: 10px;
    background: rgba(20,120,212,.1);
    color: var(--lt-blue);
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    margin-bottom: 10px;
}
.lt-feature h3{
    font-size: 14.5px;
    font-weight: 700;
    color: var(--lt-navy);
    margin: 0 0 6px;
}
.lt-feature p{
    font-size: 12.5px;
    color: var(--lt-muted);
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 560px){
    .lt-features{ grid-template-columns: 1fr; }
}

/* Compare cards */
.lt-compare-row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.lt-compare-card{
    background: var(--lt-white);
    border-radius: var(--lt-radius);
    box-shadow: var(--lt-shadow);
    padding: 20px 16px;
    text-align: center;
}
.lt-compare-card .lt-compare-badge{
    display: inline-block;
    background: var(--lt-navy);
    color: var(--lt-white);
    font-weight: 800;
    font-size: 12.5px;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.lt-compare-card p{
    font-size: 12.5px;
    color: var(--lt-muted);
    margin: 6px 0 0;
}
@media (max-width: 560px){
    .lt-compare-row{ grid-template-columns: 1fr; }
}

/* Timeline (inside a .lt-card) */
.lt-timeline-item{
    display: flex;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed #e2eef6;
}
.lt-timeline-item:last-child{ border-bottom: none; padding-bottom: 0; }
.lt-timeline-item:first-child{ padding-top: 0; }
.lt-timeline-icon{
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 9px;
    background: rgba(20,120,212,.1);
    color: var(--lt-blue);
    display: flex; align-items: center; justify-content: center;
    font-size: 15px;
}
.lt-timeline-item strong{ color: var(--lt-navy); }

/* Download size table */
.lt-table{
    width: 100%;
    background: var(--lt-white);
    border-radius: var(--lt-radius);
    box-shadow: var(--lt-shadow);
    overflow: hidden;
    border-collapse: collapse;
}
.lt-table th{
    background: var(--lt-navy);
    color: var(--lt-white);
    padding: 12px 16px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .3px;
    text-align: left;
}
.lt-table td{
    padding: 13px 16px;
    font-size: 14px;
    border-bottom: 1px solid #eef2f5;
}
.lt-table tr:last-child td{ border-bottom: none; }
.lt-table .lt-size-highlight{
    color: var(--lt-blue);
    font-weight: 800;
}
@media (max-width: 560px){
    .lt-table{ font-size: 12.5px; }
    .lt-table th, .lt-table td{ padding: 10px 8px; }
}

/* Screenshots */
.lt-screens{
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}
.lt-screens img{
    width: 200px;
    height: 356px;
    object-fit: cover;
    border-radius: var(--lt-radius);
    box-shadow: var(--lt-shadow);
    flex: 0 0 auto;
    scroll-snap-align: start;
}
@media (max-width: 600px){
    .lt-screens img{ width: 165px; height: 293px; }
}
.lt-gallery-img{
    cursor: zoom-in;
}
.lt-swipe-hint{
    font-size: 12px;
    color: var(--lt-muted);
    margin: 8px 4px 0;
}

/* =========================================================
   LIGHTBOX (professional image popup gallery)
   ========================================================= */
.lt-lightbox{
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(6,16,28,.92);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.lt-lightbox.lt-open{
    display: flex;
}
.lt-lightbox-img{
    max-width: 88vw;
    max-height: 84vh;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
    object-fit: contain;
}
.lt-lightbox-close{
    position: absolute;
    top: 18px;
    right: 22px;
    background: rgba(255,255,255,.12);
    color: var(--lt-white);
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}
.lt-lightbox-close:hover{ background: rgba(255,255,255,.22); }
.lt-lightbox-prev,
.lt-lightbox-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,.12);
    color: var(--lt-white);
    border: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
.lt-lightbox-prev{ left: 16px; }
.lt-lightbox-next{ right: 16px; }
.lt-lightbox-prev:hover,
.lt-lightbox-next:hover{ background: rgba(255,255,255,.22); }
.lt-lightbox-counter{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,.75);
    font-size: 13px;
    font-weight: 600;
}
@media (max-width: 600px){
    .lt-lightbox-prev, .lt-lightbox-next{
        width: 38px; height: 38px; font-size: 22px;
    }
    .lt-lightbox-close{
        width: 36px; height: 36px; font-size: 22px; top: 12px; right: 12px;
    }
}

/* FAQ */
.lt-faq-item{
    background: var(--lt-white);
    border-radius: 12px;
    box-shadow: var(--lt-shadow);
    margin-bottom: 10px;
    overflow: hidden;
}
.lt-faq-item summary{
    padding: 15px 18px;
    font-weight: 700;
    color: var(--lt-navy);
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.lt-faq-item summary::-webkit-details-marker{ display: none; }
.lt-faq-item summary::after{
    content: "+";
    font-size: 19px;
    color: var(--lt-blue);
    font-weight: 400;
}
.lt-faq-item[open] summary::after{ content: "–"; }
.lt-faq-item .lt-faq-body{
    padding: 0 18px 16px;
    color: var(--lt-muted);
    font-size: 13.5px;
    line-height: 1.6;
}

/* Bottom CTA */
.lt-cta-bottom{
    text-align: center;
    margin-top: 40px;
    padding: 36px 22px;
    background: linear-gradient(135deg, var(--lt-navy), var(--lt-blue));
    border-radius: var(--lt-radius);
}
.lt-cta-bottom h2{
    color: var(--lt-white);
    font-size: 19px;
    margin: 0 0 18px;
}

.lt-disclaimer{
    margin-top: 36px;
    font-size: 11.5px;
    color: var(--lt-muted);
    line-height: 1.6;
    text-align: center;
    padding: 0 10px;
}

/* =========================================================
   FOOTER
   ========================================================= */
#footer,
.site-footer,
.footer-widgets{
    background: var(--lt-navy);
    color: #a9c2d6;
}
.site-info{
    background: #082038 !important;
    color: #a9c2d6 !important;
    text-align: center;
    padding: 16px 20px !important;
    font-size: 13px;
}
.site-info a{ color: var(--lt-cyan) !important; }
.site-info a:hover{ color: var(--lt-white) !important; }
.site-info .widget{
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}
.site-info .footer-bar{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.site-info .footer-bar ul{
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-info .footer-bar li{
    list-style: none;
    margin: 0;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}
.site-info .footer-bar li::before,
.site-info .footer-bar li::after,
.site-info .footer-bar a::before,
.site-info .footer-bar a::after{
    display: none !important;
    content: none !important;
    border: none !important;
    background: none !important;
}
.site-info .footer-bar a,
.site-info .footer-bar a:link,
.site-info .footer-bar a:visited{
    color: #a9c2d6 !important;
    text-decoration: none !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-weight: 600;
    font-size: 13.5px;
}
.site-info .footer-bar a:hover{
    color: var(--lt-cyan) !important;
}
@media (max-width: 768px){
    .site-info .footer-bar{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .site-info .footer-bar ul{
        justify-content: center;
    }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 600px){
    .lt-hero h1{ font-size: 20px; }
    .lt-hero{ padding: 36px 16px 46px; }
    .lt-btn{ width: 100%; justify-content: center; }
    .lt-cta-row{ flex-direction: column; align-items: stretch; }
}
