/*
Theme Name: GetAtMap
Theme URI: https://getatmap.com
Author: Shahnoor Al Hassan
Description: Complete ecosystem theme for GetAtMap - Find. Book. Shop. All in One Place! Includes emergency services, marketplace, bookings.
Version: 2.0.0
Text Domain: getatmap
Requires at least: 6.0
Tested up to: 6.6
*/
:root{
  --royal:#1E40AF; --royal-dark:#1E3A8A; --gold:#D4AF37; --gold-light:#FFD95A;
  --bg:#ffffff; --muted:#64748b; --card:#f8fafc; --emergency:#ef4444;
}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',system-ui,Segoe UI,Arial,sans-serif;background:#fff;color:#0f172a;line-height:1.6}
a{color:var(--royal);text-decoration:none}
.container{max-width:1280px;margin:0 auto;padding:0 20px}
.site-header{background:#fff;position:sticky;top:0;z-index:999;border-bottom:1px solid #e2e8f0;padding:12px 0}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.logo{font-weight:900;font-size:22px;letter-spacing:-.5px}
.logo .blue{color:var(--royal)} .logo .gold{color:var(--gold)}
.nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.nav a{padding:8px 14px;border-radius:8px;font-weight:600;font-size:14px;color:#334155;transition:.2s}
.nav a:hover{background:#eef2ff;color:var(--royal)}
.nav a.btn-gold{background:var(--gold);color:#111} .nav a.btn-blue{background:var(--royal);color:#fff}
.hero{padding:70px 0 40px;background:linear-gradient(180deg,#dbeafe 0%,#fff 100%);text-align:center}
.hero h1{font-size:54px;font-weight:900;line-height:1.05;color:var(--royal-dark);margin-bottom:12px}
.hero p.sub{color:var(--muted);font-size:18px;margin-bottom:22px}
.location-bar{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;padding:8px 14px;border-radius:30px;font-size:13px;margin-bottom:20px;box-shadow:0 4px 12px rgba(0,0,0,.05)}
.search-box{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:10px;display:flex;gap:10px;max-width:820px;margin:0 auto 28px;box-shadow:0 10px 30px rgba(30,64,175,.12)}
.search-box input,.search-box select{flex:1;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;font-size:15px}
.search-box button{background:var(--royal);color:#fff;border:0;padding:12px 24px;border-radius:10px;font-weight:800;cursor:pointer}
.emergency-bar{background:#0f172a;color:#fff;border-radius:14px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;max-width:1100px;margin:0 auto 40px}
.emergency-bar .items{display:flex;gap:12px;flex-wrap:wrap}
.emergency-bar .e-item{display:flex;flex-direction:column;align-items:center;gap:4px;background:rgba(255,255,255,.08);padding:10px 14px;border-radius:10px;min-width:80px;cursor:pointer;transition:.2s}
.emergency-bar .e-item:hover{background:var(--emergency)}
.emergency-bar .e-item span{font-size:22px}
.section{padding:40px 0}
.section h2{font-size:32px;font-weight:800;margin-bottom:8px;color:var(--royal-dark)}
.three{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px;margin-top:18px}
.card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:22px}
.card .icon{font-size:32px;margin-bottom:10px}
.card .btn{margin-top:12px;display:inline-block;background:var(--royal);color:#fff;padding:9px 16px;border-radius:8px;font-weight:700}
.emergency-widget{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;background:var(--card);border-radius:16px;padding:18px;border:1px solid #e2e8f0}
.map-placeholder{background:#cbd5e1;border-radius:12px;min-height:260px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.footer-cta{background:var(--royal-dark);color:#fff;padding:50px 20px;text-align:center;border-radius:18px;margin:50px auto;max-width:1280px}
.footer-cta .btn-gold{background:var(--gold);color:#111;padding:14px 26px;border-radius:12px;font-weight:900;display:inline-block;margin-top:14px}
.site-footer{background:#020617;color:#94a3b8;padding:30px 0;margin-top:30px;text-align:center;font-size:14px}
@media(max-width:900px){.hero h1{font-size:36px}.emergency-widget{grid-template-columns:1fr}.search-box{flex-direction:column}}
