/* ============================================================
   UAEPC SITE FOOTER — shared stylesheet
   Auto-extracted from products/products-laptops-en.html inline styles
   (script: scratchpad/extract_footer_css.py). Lets standalone pages
   (model pages) carry the real site footer without duplicating CSS.
   The page copies keep their own inline rules — this file is additive.
   ============================================================ */
/* --- from inline <style> block #2 --- */


/* ===== FOOTER ===== */
.simple-footer { background: #0a0e1a; color: #cdd3df; text-align: center; padding: 40px 20px; }
.simple-footer .logo { font-size: 22px; font-weight: 900; color: #fff; margin-bottom: 8px; }
.simple-footer .logo .gold { color: #f5a623; }
.simple-footer p { font-size: 14px; margin-bottom: 16px; }
.simple-footer .copy { font-size: 12px; color: #6c7280; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); }
/* --- from inline <style> block #4 --- */

/* ============ END NAVBAR ============ */


/* ============================================
   SITE FOOTER — Dark + Gold (synced)
   ============================================ */
.site-footer { background: linear-gradient(135deg, #0a0e1a 0%, #1a1f2e 50%, #0a0e1a 100%); color: #cdd3df; padding: 70px 0 0; position: relative; overflow: hidden; }
.site-footer::before { content: ''; position: absolute; top: -100px; left: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(245,166,35,0.06) 0%, transparent 70%); pointer-events: none; }
.site-footer::after { content: ''; position: absolute; bottom: 0; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(37,211,102,0.04) 0%, transparent 70%); pointer-events: none; }
.site-footer .footer-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
.site-footer .footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1.5fr; gap: 36px; margin-bottom: 40px; }
.site-footer .footer-brand .footer-logo { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; text-decoration: none; }
.site-footer .footer-brand .logo-img { width: 44px; height: 44px; border-radius: 10px; background: linear-gradient(135deg, #f5a623 0%, #ffc966 100%); color: #0a0e1a; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 10px; line-height: 1; text-align: center; box-shadow: 0 4px 16px rgba(245,166,35,0.4); }
.site-footer .footer-brand .logo-text { font-size: 20px; font-weight: 900; color: #fff; line-height: 1.1; }
.site-footer .footer-brand .logo-text .gold { background: linear-gradient(90deg,#f5a623,#ffc966); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.site-footer .footer-brand .logo-text .small { display: block; font-size: 11px; font-weight: 500; color: #9aa3b2; letter-spacing: 2px; text-transform: uppercase; margin-top: 2px; }
.site-footer .footer-brand .brand-desc { font-size: 13.5px; color: #b8c0cd; line-height: 1.75; margin-bottom: 18px; }
.site-footer .footer-brand .brand-meta { display: flex; flex-direction: column; gap: 10px; font-size: 13px; color: #b8c0cd; }
.site-footer .footer-brand .brand-meta-item { display: flex; align-items: flex-start; gap: 10px; }
.site-footer .footer-brand .brand-meta-item i { color: #f5a623; width: 16px; flex-shrink: 0; margin-top: 3px; }
.site-footer .trust-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.site-footer .trust-badge { background: rgba(245,166,35,0.12); border: 1px solid rgba(245,166,35,0.35); color: #f5a623; padding: 5px 11px; border-radius: 6px; font-size: 11px; font-weight: 700; letter-spacing: 0.5px; }
.site-footer .footer-col h2 { font-size: 13px; font-weight: 800; color: #fff; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.08); position: relative; }
.site-footer .footer-col h2::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 32px; height: 2px; background: linear-gradient(90deg, #f5a623, #ffc966); }
[dir="rtl"] .site-footer .footer-col h2::after { left: auto; right: 0; }
.site-footer .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.site-footer .footer-col ul a { color: #b8c0cd; text-decoration: none; font-size: 13.5px; font-weight: 500; display: inline-flex; align-items: center; gap: 10px; transition: all 0.2s; }
.site-footer .footer-col ul a:hover { color: #f5a623; transform: translateX(3px); }
[dir="rtl"] .site-footer .footer-col ul a:hover { transform: translateX(-3px); }
.site-footer .footer-col ul a i { color: #f5a623; font-size: 10px; width: 12px; transition: transform 0.2s; }
[dir="rtl"] .site-footer .footer-col ul a i { transform: scaleX(-1); }
.site-footer .contact-list { display: flex; flex-direction: column; gap: 10px; }
.site-footer .contact-phone { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 14px; font-weight: 600; cursor: pointer; padding: 10px 14px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; transition: all 0.2s; text-decoration: none; direction: ltr; width: 100%; }
.site-footer .contact-phone:hover { border-color: rgba(245,166,35,0.5); background: rgba(245,166,35,0.08); transform: translateY(-1px); }
.site-footer .contact-phone .verified { color: #25D366; font-size: 12px; margin-left: auto; }
.site-footer .contact-email { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 13.5px; font-weight: 600; padding: 10px 14px; background: rgba(245,166,35,0.1); border: 1px solid rgba(245,166,35,0.3); border-radius: 10px; text-decoration: none; transition: all 0.2s; margin-top: 4px; width: 100%; }
.site-footer .contact-email:hover { border-color: #f5a623; background: rgba(245,166,35,0.18); }
.site-footer .contact-email i { color: #f5a623; }
.site-footer .social-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.site-footer .social-link { display: flex; align-items: center; gap: 8px; padding: 10px 12px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; color: #cdd3df; font-size: 12.5px; font-weight: 600; text-decoration: none; transition: all 0.2s; }
.site-footer .social-link:hover { border-color: rgba(245,166,35,0.4); background: rgba(245,166,35,0.08); color: #fff; transform: translateY(-2px); }
.site-footer .social-link i { width: 16px; text-align: center; font-size: 14px; }
.site-footer .social-link .verified-dot { width: 6px; height: 6px; background: #25D366; border-radius: 50%; margin-left: auto; box-shadow: 0 0 8px rgba(37,211,102,0.6); }
.site-footer .social-link.wa i { color: #25D366; }
.site-footer .social-link.tg i { color: #0088cc; }
.site-footer .social-link.yt i { color: #ff4444; }
.site-footer .social-link.li i { color: #4ba3e5; }
.site-footer .social-link.fb i { color: #4d8bf5; }
.site-footer .social-link.pi i { color: #ff5050; }
.site-footer .social-link.th i { color: #fff; }
.site-footer .footer-map { border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,0.1); aspect-ratio: 4 / 3; margin-top: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
.site-footer .footer-map iframe { width: 100%; height: 100%; border: 0; display: block; filter: contrast(0.95) saturate(0.9); }
.site-footer .payments-bar { border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); background: rgba(0,0,0,0.15); padding: 22px 0; margin-top: 20px; }
.site-footer .payments-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; }
.site-footer .payments-label { color: #9aa3b2; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.site-footer .payments-list { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.site-footer .payment-method { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; color: #fff; font-size: 12.5px; font-weight: 700; transition: all 0.2s; }
.site-footer .payment-method:hover { border-color: rgba(245,166,35,0.4); background: rgba(245,166,35,0.08); transform: translateY(-1px); }
.site-footer .payment-method i { font-size: 20px; }
.site-footer .payment-method.visa { background: #fff; color: #1a1f71; border-color: #fff; }
.site-footer .payment-method.visa i { color: #1a1f71; }
.site-footer .payment-method.mastercard { background: #fff; color: #000; border-color: #fff; }
.site-footer .payment-method.mastercard i { color: #eb001b; }
.site-footer .payment-method.usdt i { color: #26a17b; }
.site-footer .payment-method.bank i { color: #f5a623; }
.site-footer .footer-bottom { padding: 22px 0; background: rgba(0,0,0,0.3); position: relative; z-index: 2; }
.site-footer .footer-bottom-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 12.5px; color: #9aa3b2; }
.site-footer .footer-bottom-inner strong { color: #fff; font-weight: 700; }
.site-footer .footer-bottom-inner .made-with { display: inline-flex; align-items: center; gap: 6px; color: #cdd3df; }
.site-footer .footer-bottom-inner .made-with i { color: #f5a623; animation: pulse-heart 2s ease-in-out infinite; }
@media (max-width: 1024px) {
    .site-footer .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
    .site-footer .footer-brand { grid-column: 1 / -1; }}
@media (max-width: 600px) {
    .site-footer { padding: 50px 0 0; }
    .site-footer .footer-top { grid-template-columns: 1fr; gap: 32px; }
    .site-footer .footer-bottom-inner { flex-direction: column; text-align: center; }
    .site-footer .payments-inner { flex-direction: column; gap: 16px; }
    .site-footer .payments-list { justify-content: center; }}
/* --- from inline <style> block #7 --- */

.site-footer .quick-links { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.06); }
.site-footer .quick-links h2 { margin-bottom: 14px; }
.site-footer .quick-links-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(7, auto); grid-auto-flow: column; gap: 6px 14px; align-content: start; }
.site-footer .quick-links-grid a { color: #b8c0cd; text-decoration: none; font-size: 13px; font-weight: 500; display: inline-flex; align-items: center; gap: 7px; padding: 3px 0; transition: all 0.2s; }
.site-footer .quick-links-grid a:hover { color: #f5a623; transform: translateX(3px); }
[dir="rtl"] .site-footer .quick-links-grid a:hover { transform: translateX(-3px); }
.site-footer .quick-links-grid a i { color: #f5a623; font-size: 9px; width: 9px; opacity: 0.7; }
[dir="rtl"] .site-footer .quick-links-grid a i { transform: scaleX(-1); }
/* --- from inline <style> block #9 --- */

.uaepc-reviews-footer { text-align: center; padding: 32px 20px 0; }
.uaepc-reviews-footer a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 22px; background: #fff; border: 1px solid #dadce0; color: #1a73e8; font-size: 13.5px; font-weight: 500; text-decoration: none; border-radius: 24px; transition: all 0.2s; }
.uaepc-reviews-footer a:hover { background: #f1f3f4; box-shadow: 0 1px 3px rgba(60,64,67,0.16); }
/* --- from inline <style> block #12 --- */

.site-footer .footer-cats { border-top: 1px solid rgba(245,166,35,.14); margin-top: 8px; padding: 26px 0 6px; position: relative; z-index: 1; }
.site-footer .fc-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.site-footer .fc-group h2 { font-size: 14px; font-weight: 800; color: #fff; margin: 0 0 14px; position: relative; padding-bottom: 8px; }
.site-footer .fc-group h2::after { content:''; position:absolute; bottom:0; left:0; width:34px; height:2px; background:linear-gradient(90deg,#f5a623,#ffc966); border-radius:2px; }
.site-footer .fc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px 20px; }
.site-footer .fc-grid.fc-four { grid-template-columns: repeat(4, 1fr); }
.site-footer .fc-grid.fc-one { grid-template-columns: 1fr; }
.site-footer .fc-grid a { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: #b8c0cd; text-decoration: none; transition: color .18s; }
.site-footer .fc-grid a i { font-size: 9px; color: #f5a623; }
.site-footer .fc-grid a:hover { color: #ffc966; }
.site-footer .fc-in-col { margin-top: 22px; }
@media (max-width: 860px) {
  .site-footer .fc-grid.fc-four { grid-template-columns: repeat(2, 1fr); }}