/* ============================================
   ZINYAW TECH — Footer Styles
   Extracted from footer.php inline <style>
   ============================================ */
html, body { min-height: 100vh; margin: 0; padding: 0; }

.zinyaw711-footer {
    background: linear-gradient(135deg, #fafafa 0%, #fafafa 50%, #f5f5f5 100%);
    color: white; padding: 60px 0 30px; position: static; width: 100%;
    margin: 0; clear: both; overflow-x: hidden;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.3); backdrop-filter: blur(10px);
}

.container711 { max-width: 1400px; margin: 0 auto; padding: 0 30px; }

.footer711-row {
    display: flex; justify-content: space-between; align-items: flex-start;
    gap: 30px; margin-bottom: 40px; flex-wrap: wrap;
}

.footer711-left, .footer711-middle, .footer711-right {
    flex: 1; min-width: 300px; background: rgba(255,255,255,0.03);
    padding: 30px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px); transition: all 0.3s ease;
}

.footer711-left:hover, .footer711-middle:hover, .footer711-right:hover {
    background: rgba(255,255,255,0.08); border-color: rgba(255,106,0,0.3);
    transform: translateY(-5px); box-shadow: 0 15px 40px rgba(255,106,0,0.1);
}

.footer711-logo {
    height: 50px; margin-bottom: 15px;
    filter: drop-shadow(0 4px 8px rgba(255,106,0,0.3)); transition: all 0.3s ease;
}
.footer711-logo:hover { transform: scale(1.05); filter: drop-shadow(0 6px 12px rgba(255,106,0,0.5)); }

.tagline711 { color: rgba(255,255,255,0.8); margin-bottom: 25px; font-size: 1rem; font-weight: 300; line-height: 1.6; }

.quick711-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 30px; }

.links711-column h4 {
    color: #FF6A00; font-size: 1.1rem; font-weight: 600; margin-bottom: 15px;
    padding-bottom: 8px; border-bottom: 2px solid rgba(255,106,0,0.3); position: relative;
}
.links711-column h4::after {
    content: ''; position: absolute; bottom: -2px; left: 0; width: 30px; height: 2px;
    background: linear-gradient(90deg, #FF6A00, #FF8C00);
}

.company711-links h4 {
    color: #FF6A00; font-size: 1.1rem; font-weight: 600; margin-bottom: 15px;
    padding-bottom: 8px; border-bottom: 2px solid rgba(255,106,0,0.3);
    position: relative; text-align: center;
}
.company711-links h4::after {
    content: ''; position: absolute; bottom: -2px; left: 50%; transform: translateX(-50%);
    width: 30px; height: 2px; background: linear-gradient(90deg, #FF6A00, #FF8C00);
}

.company711-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.company711-left ul, .company711-right ul { list-style: none; padding: 0; margin: 0; }
.company711-left ul li, .company711-right ul li { margin-bottom: 8px; }
.company711-left ul li a, .company711-right ul li a {
    color: rgba(255,255,255,0.8); text-decoration: none; display: flex; align-items: center;
    padding: 8px 0; transition: all 0.3s ease; border-radius: 6px; font-size: 0.9rem;
}
.company711-left ul li a:hover, .company711-right ul li a:hover {
    color: #FF6A00; padding-left: 10px; background: rgba(255,106,0,0.1);
}
.company711-left ul li a i, .company711-right ul li a i {
    margin-right: 8px; font-size: 0.8rem; opacity: 0.6; transition: all 0.3s ease;
}
.company711-left ul li a:hover i, .company711-right ul li a:hover i { opacity: 1; transform: translateX(3px); }

.links711-column ul { list-style: none; padding: 0; margin: 0; }
.links711-column ul li { margin-bottom: 8px; }
.links711-column ul li a {
    color: rgba(255,255,255,0.8); text-decoration: none; display: flex; align-items: center;
    padding: 8px 0; transition: all 0.3s ease; border-radius: 6px; font-size: 0.9rem;
}
.links711-column ul li a:hover { color: #FF6A00; padding-left: 10px; background: rgba(255,106,0,0.1); }
.links711-column ul li a i { margin-right: 8px; font-size: 0.8rem; opacity: 0.6; transition: all 0.3s ease; }
.links711-column ul li a:hover i { opacity: 1; transform: translateX(3px); }

.country711-switcher {
    display: flex; gap: 12px; margin-bottom: 25px; padding: 8px;
    background: rgba(255,255,255,0.05); border-radius: 12px; border: 1px solid rgba(255,255,255,0.1);
}
.country711-btn {
    flex: 1; display: flex; align-items: center; gap: 8px; padding: 12px 16px;
    background: transparent; border: 1px solid rgba(255,255,255,0.2); border-radius: 8px;
    color: rgba(255,255,255,0.7); cursor: pointer; transition: all 0.3s ease; font-size: 0.9rem;
}
.country711-btn:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,106,0,0.5); color: white; }
.country711-btn.active {
    background: linear-gradient(135deg, #FF6A00, #FF8C00); border-color: #FF6A00;
    color: white; box-shadow: 0 4px 15px rgba(255,106,0,0.3);
}

.contact711-info { display: none; }
.contact711-info.active { display: block; }
.contact711-info h4 { color: #FF6A00; margin-bottom: 15px; font-size: 1.2rem; font-weight: 600; }
.contact711-info p { margin-bottom: 10px; color: rgba(255,255,255,0.8); display: flex; align-items: center; gap: 10px; font-size: 0.9rem; }
.contact711-info p i { color: #FF6A00; width: 16px; text-align: center; }

.map711-container { margin-top: 20px; border-radius: 12px; overflow: hidden; border: 2px solid rgba(255,106,0,0.3); box-shadow: 0 8px 25px rgba(0,0,0,0.3); }
.map711-container iframe { width: 100%; height: 200px; border: none; filter: grayscale(20%) contrast(1.1); }

.trust711-badges-bottom { margin-top: 15px; }
.trust711-title-bottom { color: #FF6A00; font-size: 1.1rem; font-weight: 600; margin-bottom: 15px; }
.trust711-title-bottom i { font-size: 1.2rem; margin-right: 8px; color: #FF6A00; background: rgba(255,255,255,0.8); padding: 6px; border-radius: 50%; }

.badges711-row-bottom {
    display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 1fr);
    gap: 15px; align-items: center; justify-items: center; width: 100%;
}
.trust711-badge-bottom {
    height: 50px; width: 120px; object-fit: contain; filter: brightness(0.9);
    transition: all 0.3s ease; border-radius: 4px; padding: 0; background: rgba(255,255,255,0.8);
}
.trust711-badge-bottom:hover { filter: brightness(1.1); transform: scale(1.05); background: rgba(0,0,0,0.8); }

.footer711-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; margin-top: 40px; }
.footer711-bottom-content {
    display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 30px;
}
.footer711-left-section { flex: 1; min-width: 300px; }
.footer711-right-section { flex: 1; min-width: 300px; }
.copyright711 { color: rgba(255,255,255,0.6); font-size: 0.9rem; margin-bottom: 10px; }

.footer711-final-row {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 20px; margin-top: 20px; border-top: 1px solid rgba(255,255,255,0.1);
    flex-wrap: wrap; gap: 20px;
}
.footer711-final-left { flex: 1; }
.footer711-final-right { flex: 0 0 auto; }
.copyright711-left { color: rgba(255,255,255,0.6); font-size: 0.9rem; margin-bottom: 5px; }
.powered-by711-left { font-size: 0.75rem; color: rgba(255,255,255,0.5); }
.powered-by711-left a { color: #FF6A00; text-decoration: none; transition: all 0.3s ease; }
.powered-by711-left a:hover { color: #ffffff; text-decoration: underline; }

.system-status711 { position: relative; }
.system-status711 a {
    display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.8);
    text-decoration: none; font-size: 0.85rem; padding: 8px 16px;
    background: rgba(34, 197, 94, 0.1); border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 25px; transition: all 0.3s ease; position: relative; overflow: hidden;
}
.system-status711 a::before {
    content: ''; position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
    width: 8px; height: 8px; background: #FF6A00; border-radius: 50%;
    animation: statusPulse 2s infinite; box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
}
@keyframes statusPulse {
    0% { transform: translateY(-50%) scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
    70% { transform: translateY(-50%) scale(1); box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
    100% { transform: translateY(-50%) scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
.system-status711 a:hover {
    background: rgba(34, 197, 94, 0.2); border-color: rgba(34, 197, 94, 0.5);
    color: #FF6A00; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}
.system-status711 a i { font-size: 1rem; color: #FF6A00; margin-left: 8px; }
.system-status711 a span { font-weight: 600; margin-left: 4px; }

.legal711-links { display: flex; flex-wrap: wrap; gap: 15px; }
.legal711-links a {
    color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.8rem;
    padding: 5px 10px; border-radius: 6px; transition: all 0.3s ease; border: 1px solid transparent;
}
.legal711-links a:hover { color: #FF6A00; background: rgba(255,106,0,0.1); border-color: rgba(255,106,0,0.3); }

.modal711 {
    display: none; position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.8); backdrop-filter: blur(5px);
}
.modal711-content {
    background-color: #191919; margin: 5% auto; padding: 20px; border-radius: 15px;
    width: 90%; max-width: 800px; position: relative; border: 1px solid rgba(255,106,0,0.3);
}
.close711 { color: #aaa; float: right; font-size: 28px; font-weight: bold; cursor: pointer; position: absolute; right: 15px; top: 10px; }
.close711:hover { color: #FF6A00; }

.mobile-footer-nav {
    display: none; position: fixed; bottom: 0; left: 0; right: 0;
    background: #fff;
    border-top: 2px solid #FF6A00; padding: 8px 0 10px;
    z-index: 1000; box-shadow: 0 -2px 12px rgba(0,0,0,0.08);
}
.mobile-footer-nav .nav-item {
    flex: 1; display: flex; flex-direction: column; align-items: center;
    padding: 6px 4px; color: #666; text-decoration: none; transition: all 0.3s ease;
}
.mobile-footer-nav .nav-item:hover { color: #FF6A00; background: rgba(255,106,0,0.08); border-radius: 8px; }
.mobile-footer-nav .nav-item i { font-size: 1.2rem; margin-bottom: 4px; }
.mobile-footer-nav .nav-item span { font-size: 0.7rem; font-weight: 500; }

.mobile-legal-links {
    display: none; background: linear-gradient(135deg, #fafafa 0%, #fafafa 100%);
    padding: 15px; border-top: 1px solid rgba(255,106,0,0.2);
}
.legal-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin-bottom: 8px; }
.legal-row a {
    color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.65rem;
    padding: 6px 4px; text-align: center; border-radius: 4px; transition: all 0.3s ease;
    border: 1px solid transparent; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.legal-row a:hover { color: #FF6A00; background: rgba(255,106,0,0.1); border-color: rgba(255,106,0,0.3); }

@media (max-width: 768px) {
    body { padding-bottom: 65px; }
    .footer711-row { flex-direction: column; gap: 20px; }
    .footer711-left { min-width: auto; order: -1; }
    .footer711-middle, .footer711-right { min-width: auto; }
    .zinyaw711-footer { padding: 40px 0 20px; }
    .container711 { padding: 0 20px; }
    .quick711-links { grid-template-columns: 1fr; gap: 20px; }
    .footer711-bottom-content { flex-direction: column; text-align: center; gap: 20px; }
    .footer711-left-section, .footer711-right-section { min-width: auto; }
    .legal711-links.desktop-only { display: none; }
    .mobile-footer-nav { display: flex; bottom: 0; }
    .mobile-legal-links { display: block; order: 1; }
    .footer711-final-row { flex-direction: column; text-align: center; gap: 15px; order: 2; }
    .badges711-row-bottom { grid-template-columns: repeat(4, 1fr); gap: 10px; }
    .trust711-badge-bottom { height: 45px; width: 100px; }
}

@media (max-width: 480px) {
    .quick711-links { grid-template-columns: 1fr 1fr; }
    .legal711-links { flex-direction: column; align-items: center; }
    .badges711-row-bottom { grid-template-columns: repeat(4, 1fr); gap: 5px; }
    .trust711-badge-bottom { height: 30px; width: 60px; }
}

/* Lighthouse: composited animations */
.footer711-left a, .footer711-middle a, .footer711-right a,
.trust711-badge-bottom, .country711-btn, .footer711-logo {
    will-change: transform;
}
