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

/* =========================================================
   COLOR VARIABLES - sky blue + white flash
   (matches official PUBG Mobile Flash branding)
   ========================================================= */
:root{
    --fl-dark: #0d0d0d;
    --fl-dark-2: #191919;
    --fl-purple: #0d6efd;
    --fl-violet: #0d6efd;
    --fl-flash: #4fc3f7;
    --fl-text: #232323;
    --fl-muted: #6b7280;
    --fl-bg: #f7f6f4;
    --fl-white: #ffffff;
    --fl-radius: 14px;
    --fl-shadow: 0 4px 18px rgba(13,13,13,0.08);
}

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

html, body{
    max-width: 100%;
    overflow-x: hidden;
}
body{
    color: var(--fl-text);
    background: var(--fl-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(--fl-dark); }
a:hover{ color: var(--fl-violet); }

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

/* =========================================================
   SINGLE WRAPPER - keeps everything stacked, not side-by-side
   ========================================================= */
.fl-wrap{
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

/* =========================================================
   RENAME NOTICE STRIP
   ========================================================= */
.fl-notice-strip{
    background: var(--fl-dark);
    color: var(--fl-white);
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 16px;
}
.fl-notice-strip .fl-tag{
    color: var(--fl-flash);
    font-weight: 800;
}

/* =========================================================
   HERO
   ========================================================= */
.fl-hero{
    background: linear-gradient(135deg, var(--fl-dark) 0%, var(--fl-purple) 60%, var(--fl-violet) 100%);
    padding: 48px 20px 58px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.fl-hero::before{
    content: "⚡";
    position: absolute;
    font-size: 220px;
    opacity: .06;
    top: -40px;
    right: -30px;
    line-height: 1;
    pointer-events: none;
}
.fl-hero .fl-icon{
    width: 100px;
    height: 100px;
    border-radius: 24px;
    box-shadow: 0 10px 28px rgba(0,0,0,.3);
    margin: 0 auto 20px;
    display: block;
    position: relative;
    z-index: 1;
}
.fl-hero h1{
    color: var(--fl-white);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.35;
    max-width: 700px;
    margin: 0 auto 12px;
    position: relative;
    z-index: 1;
}
.fl-hero h1 .fl-highlight{
    color: var(--fl-flash);
}
.fl-hero .fl-tagline{
    color: rgba(255,255,255,.88);
    font-size: 14.5px;
    max-width: 540px;
    margin: 0 auto 24px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}
.fl-cta-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    position: relative;
    z-index: 1;
}
.fl-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 14.5px;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: transform .15s ease;
}
.fl-btn:hover{ transform: translateY(-2px); }
.fl-btn-primary{
    background: var(--fl-flash);
    color: var(--fl-dark) !important;
    box-shadow: 0 10px 24px rgba(13,110,253,.35);
}
.fl-btn-outline{
    background: rgba(255,255,255,.12);
    color: var(--fl-white) !important;
    border: 1.5px solid rgba(255,255,255,.55);
}
.fl-hero-sub{
    color: rgba(255,255,255,.65);
    font-size: 11.5px;
    margin-top: 12px;
    position: relative;
    z-index: 1;
}

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

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

/* =========================================================
   NATURAL SECTIONS
   ========================================================= */
.fl-section{ margin-top: 40px; }
.fl-section h2{
    font-size: 20px;
    font-weight: 800;
    color: var(--fl-dark);
    margin: 0 0 16px;
    padding-left: 12px;
    border-left: 4px solid var(--fl-flash);
}
.fl-card{
    background: var(--fl-white);
    border-radius: var(--fl-radius);
    box-shadow: var(--fl-shadow);
    padding: 20px 22px;
    font-size: 14.5px;
    line-height: 1.75;
    color: var(--fl-text);
}
.fl-card p{ margin: 0 0 12px; }
.fl-card p:last-child{ margin-bottom: 0; }
.fl-card a{ color: var(--fl-violet); font-weight: 700; }

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

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

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

/* Timeline */
.fl-timeline-item{
    display: flex;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed #dceafd;
}
.fl-timeline-item:last-child{ border-bottom: none; padding-bottom: 0; }
.fl-timeline-item:first-child{ padding-top: 0; }
.fl-timeline-icon{
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 9px;
    background: rgba(13,110,253,.12);
    color: var(--fl-violet);
    display: flex; align-items: center; justify-content: center;
    font-size: 15px;
}
.fl-timeline-item strong{ color: var(--fl-dark); }

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

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

.fl-lightbox{
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(4,10,20,.93);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.fl-lightbox.fl-open{ display: flex; }
.fl-lightbox-img{
    max-width: 88vw;
    max-height: 84vh;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
    object-fit: contain;
}
.fl-lightbox-close{
    position: absolute; top: 18px; right: 22px;
    background: rgba(255,255,255,.12); color: var(--fl-white);
    border: none; width: 42px; height: 42px; border-radius: 50%;
    font-size: 26px; line-height: 1; cursor: pointer;
}
.fl-lightbox-close:hover{ background: rgba(255,255,255,.22); }
.fl-lightbox-prev, .fl-lightbox-next{
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,.12); color: var(--fl-white);
    border: none; width: 46px; height: 46px; border-radius: 50%;
    font-size: 28px; line-height: 1; cursor: pointer;
}
.fl-lightbox-prev{ left: 16px; }
.fl-lightbox-next{ right: 16px; }
.fl-lightbox-prev:hover, .fl-lightbox-next:hover{ background: rgba(255,255,255,.22); }
.fl-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){
    .fl-lightbox-prev, .fl-lightbox-next{ width: 38px; height: 38px; font-size: 22px; }
    .fl-lightbox-close{ width: 36px; height: 36px; font-size: 22px; top: 12px; right: 12px; }
}

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

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

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

/* =========================================================
   FOOTER
   ========================================================= */
#footer,
.site-footer,
.footer-widgets{
    background: var(--fl-dark);
    color: #b9d3e8;
}
.site-info{
    background: #061224 !important;
    color: #b9d3e8 !important;
    text-align: center;
    padding: 16px 20px !important;
    font-size: 13px;
}
.site-info a{ color: var(--fl-flash) !important; }
.site-info a:hover{ color: var(--fl-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: #b9d3e8 !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(--fl-flash) !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){
    .fl-hero h1{ font-size: 20px; }
    .fl-hero{ padding: 36px 16px 46px; }
    .fl-btn{ width: 100%; justify-content: center; }
    .fl-cta-row{ flex-direction: column; align-items: stretch; }
}
