/* ================================================
   Smart Zugdidi — ბაღები Mobile Responsive
   ფაილი: landing/baghebi/mobile.css
   Breakpoints: 900px, 480px
================================================ */

/* ===== TABLET: max-width 900px ===== */
@media (max-width: 900px) {

    .container { padding: 0 16px; }

    /* Hero */
    .hero { min-height: 80vh; }
    .hero-overlay {
        background: linear-gradient(to bottom, rgba(15,23,42,.92) 0%, rgba(15,23,42,.75) 60%, rgba(15,23,42,.5) 100%);
    }
    .hero-content { max-width: 100%; }
    .hero h1 { font-size: 1.6rem; }
    .hero-desc { font-size: 14px; }
    .hero-btns { flex-direction: column; gap: 10px; }
    .hero-btns .btn { width: 100%; justify-content: center; padding: 12px 20px; font-size: 13px; }
    .hero-stats { 
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        gap: 16px; 
        margin-top: 20px; 
        padding-top: 16px; 
    }
    .hero-stat-num { font-size: 24px; }
    .hero-stat-label { font-size: 10px; }

    /* Sections */
    .section { padding: 48px 0; }
    .section-header { margin-bottom: 32px; }
    .section-title { font-size: 1.3rem; }
    .section-subtitle { font-size: 13px; }

    /* About */
    .about-grid { 
        grid-template-columns: 1fr; 
        gap: 24px; 
    }
    .about-img img { height: 240px; }
    .about-text h3 { font-size: 1.2rem; }
    .about-text p { font-size: 14px; }

    /* Kindergartens Grid */
    .kg-grid { 
        grid-template-columns: 1fr 1fr; 
        gap: 14px; 
    }
    .kg-card-img { height: 140px; }
    .kg-card-body { padding: 12px; }
    .kg-card-name { font-size: 13px; }
    .kg-card-meta { font-size: 11px; }
    .kg-card-stats { gap: 10px; }
    .kg-card-stat { font-size: 11px; }

    /* Smart Card */
    .smartcard-grid { 
        grid-template-columns: 1fr; 
        gap: 28px; 
    }
    .smartcard-mockup { padding: 20px; border-radius: 16px; }
    .smartcard-preview { padding: 18px; }
    .sc-name { font-size: 16px; }
    .sc-id { font-size: 12px; }
    .sc-kg { font-size: 10px; }
    .sc-log-text { font-size: 12px; }
    .sc-log-time { font-size: 11px; }
    .smartcard-info h3 { font-size: 1.2rem; }
    .smartcard-info p { font-size: 14px; }
    .sc-step-text h4 { font-size: 13px; }
    .sc-step-text p { font-size: 12px; }

    /* Features */
    .features-grid { 
        grid-template-columns: 1fr 1fr; 
        gap: 14px; 
    }
    .feature-card { padding: 20px; }
    .feature-icon { width: 40px; height: 40px; font-size: 16px; margin-bottom: 12px; }
    .feature-card h3 { font-size: 14px; }
    .feature-card p { font-size: 12px; }

    /* Contact */
    .contact-grid { 
        grid-template-columns: 1fr; 
        gap: 24px; 
    }
    .contact-map { height: 280px; }
    .contact-item-icon { width: 38px; height: 38px; font-size: 16px; }
    .contact-item h4 { font-size: 13px; }
    .contact-item p { font-size: 12px; }
}


/* ===== MOBILE: max-width 480px ===== */
@media (max-width: 480px) {

    .container { padding: 0 12px; }

    /* Hero */
    .hero { min-height: 100vh; min-height: 100dvh; }
    .hero-content { padding: 16px 0; }
    .hero-badge { padding: 5px 12px; margin-bottom: 10px; }
    .hero-badge-text { font-size: 9px; letter-spacing: 1.5px; }
    .hero h1 { font-size: 1.35rem; line-height: 1.2; margin-bottom: 10px; }
    .hero-desc { font-size: 13px; line-height: 1.6; margin-bottom: 18px; }
    .hero-btns .btn { padding: 11px 16px; font-size: 12px; }
    .hero-stats { 
        gap: 12px; 
        margin-top: 16px; 
        padding-top: 14px; 
    }
    .hero-stat-num { font-size: 20px; }
    .hero-stat-label { font-size: 9px; letter-spacing: 0.5px; }

    /* Sections */
    .section { padding: 36px 0; }
    .section-header { margin-bottom: 24px; }
    .section-title { font-size: 1.15rem; }
    .section-subtitle { font-size: 12px; }
    .section-badge { font-size: 11px; }
    .section-badge i { font-size: 14px; }

    /* About */
    .about-grid { gap: 20px; }
    .about-img img { height: 180px; border-radius: 12px; }
    .about-text h3 { font-size: 1.1rem; margin-bottom: 12px; }
    .about-text p { font-size: 13px; margin-bottom: 12px; }
    .about-feature { gap: 10px; }
    .about-feature-icon { width: 32px; height: 32px; font-size: 12px; }
    .about-feature-text h4 { font-size: 13px; }
    .about-feature-text p { font-size: 12px; }

    /* Kindergartens Grid — single column */
    .kg-grid { 
        grid-template-columns: 1fr; 
        gap: 12px; 
    }
    .kg-card-img { height: 160px; }
    .kg-card-body { padding: 14px; }
    .kg-card-name { font-size: 14px; }
    .kg-card-meta { font-size: 12px; margin-bottom: 10px; }
    .kg-card-stats { flex-direction: row; gap: 12px; }
    .kg-card-stat { font-size: 12px; }
    .kg-card-badge { font-size: 10px; padding: 4px 10px; }

    /* Smart Card */
    .smartcard-mockup { padding: 16px; border-radius: 14px; }
    .smartcard-preview { padding: 16px; border-radius: 12px; }
    .smartcard-preview::before { width: 80px; height: 80px; top: -20px; right: -20px; }
    .smartcard-preview::after { width: 50px; height: 50px; }
    .sc-header { margin-bottom: 14px; }
    .sc-logo { font-size: 10px; letter-spacing: 1.5px; }
    .sc-chip { width: 30px; height: 22px; }
    .sc-name { font-size: 15px; }
    .sc-id { font-size: 11px; letter-spacing: 1.5px; }
    .sc-bottom { margin-top: 14px; }
    .sc-kg { font-size: 9px; }
    .sc-nfc { width: 24px; height: 24px; font-size: 10px; }
    .sc-log-title { font-size: 11px; }
    .sc-log-item { padding: 8px 0; gap: 8px; }
    .sc-log-dot { width: 6px; height: 6px; }
    .sc-log-text { font-size: 11px; }
    .sc-log-time { font-size: 10px; }
    .smartcard-info h3 { font-size: 1.1rem; }
    .smartcard-info p { font-size: 13px; }
    .sc-step { gap: 10px; }
    .sc-step-num { width: 30px; height: 30px; font-size: 12px; }
    .sc-step-text h4 { font-size: 13px; }
    .sc-step-text p { font-size: 11px; }

    /* Features — single column */
    .features-grid { 
        grid-template-columns: 1fr; 
        gap: 12px; 
    }
    .feature-card { 
        padding: 18px; 
        display: flex; 
        flex-direction: row; 
        align-items: flex-start; 
        gap: 14px; 
    }
    .feature-icon { 
        margin-bottom: 0; 
        width: 40px; 
        height: 40px; 
        min-width: 40px; 
        font-size: 16px; 
    }
    .feature-card h3 { font-size: 13px; margin-bottom: 3px; }
    .feature-card p { font-size: 11px; line-height: 1.5; }

    /* Contact */
    .contact-grid { gap: 20px; }
    .contact-info { gap: 14px; }
    .contact-item { gap: 10px; }
    .contact-item-icon { width: 36px; height: 36px; font-size: 14px; }
    .contact-item h4 { font-size: 12px; }
    .contact-item p { font-size: 11px; }
    .contact-map { height: 220px; border-radius: 12px; }
    
}

.contact-map { height: 220px; border-radius: 12px; }
}

/* FOOTER MOBILE */
@media (max-width: 900px) {
    .sz-footer{padding:32px 0 0}
    .sz-footer-inner{padding:0 16px}
    .sz-footer-grid{grid-template-columns:1fr!important;gap:24px}
    .sz-footer-bottom{flex-direction:column;gap:8px;text-align:center}
}