
/* AHAS v7.1 small additions (safe over Tailwind) */
.topbar{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid #e5e7eb}
.title-xl{font-weight:800;font-size:1.125rem}
.user{position:relative}
.user-btn{display:flex;align-items:center;gap:.5rem;border:1px solid #e5e7eb;border-radius:9999px;background:#fff;padding:.375rem .625rem;cursor:pointer}
.user-avatar{width:28px;height:28px;border-radius:9999px;background:#dbeafe;display:grid;place-items:center;font-weight:800;color:#0b5aa1}
.user-menu{position:absolute;right:0;top:2.5rem;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);
  border:1px solid #e5e7eb;border-radius:.75rem;min-width:220px;display:none;padding:.25rem}
.user-menu.open{display:block}
.user-menu a{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;color:#111827;text-decoration:none}
.user-menu a:hover{background:#f3f4f6}
.user-menu .divider{height:1px;background:#e5e7eb;margin:.375rem .5rem}
.ahas-footer{border-top:1px solid #e5e7eb;background:#fff;color:#6b7280}
.ahas-footer a{color:#0d5ea9;text-decoration:none}
.ahas-services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
@media(min-width:768px){.ahas-services{grid-template-columns:repeat(4,minmax(0,1fr))}}
.service-card{background:#fff;border:1px solid #eef2f7;border-radius:1rem;padding:1rem;display:flex;flex-direction:column;gap:.5rem;align-items:center;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.service-card img{height:44px}
.service-card h4{font-weight:700;text-align:center}

/* v7.2 additions */
.sidebar-account{position:sticky;bottom:25px;margin-top:auto;padding:10px 8px}





.account-card{background:rgba(255,255,255,.08);color:#e7f0ff;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:10px}
.account-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}
.company{display:flex;align-items:center;gap:.5rem}
.company .bld{width:26px;height:26px;border-radius:6px;background:#fff;color:#0b5aa1;display:grid;place-items:center;font-weight:900}
.company .name{font-weight:800}
.company .sub{font-size:.7rem;opacity:.8;margin-top:-2px}
.tasks{margin-top:8px;font-size:.75rem;display:flex;flex-wrap:wrap;gap:6px}
.tag{background:rgba(255,255,255,.12);padding:3px 8px;border-radius:999px}
.sidebar-user-menu{position:relative}
.sidebar-user-menu .menu{position:absolute;left:0;bottom:42px;background:rgba(255,255,255,.98);color:#111;
  border:1px solid #e5e7eb;border-radius:12px;min-width:220px;display:none;padding:6px;z-index:60}
.sidebar-user-menu .menu.open{display:block}
.sidebar-user-menu a{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;color:#111827;text-decoration:none}
.sidebar-user-menu a:hover{background:#f3f4f6}
.sidebar-user-btn{margin-top:8px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;
  border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);padding:6px 10px;color:#e7f0ff;cursor:pointer}
.sidebar-user-btn .email{font-size:.75rem;opacity:.85}
/* Dashboard promo cards */
.promo{border-radius:16px;padding:18px;color:#fff;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.promo.blue{background:#0d5ea9}
.promo.orange{background:#f59e0b}

/* v8 improvements */
.hero{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:30px;margin-bottom:24px;box-shadow:0 4px 10px rgba(0,0,0,.04)}
.section{margin:32px 0}
.section h2{font-size:1.5rem;font-weight:800;margin-bottom:16px}
.cards{display:grid;gap:20px}
.cards-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.card2{background:#fff;border-radius:16px;padding:20px;text-align:center;box-shadow:0 2px 6px rgba(0,0,0,.05)}
.card2 img{height:48px;margin-bottom:12px}
.card2 h3{font-weight:700;margin-bottom:8px}
.btn-primary{background:#0d5ea9;color:#fff;padding:10px 18px;border-radius:10px;font-weight:700;display:inline-block;margin-top:10px}
.btn-primary:hover{background:#0b4e8c}
.pricing{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.price-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;text-align:center;box-shadow:0 2px 6px rgba(0,0,0,.05)}
.price-card h3{font-size:1.25rem;font-weight:800;margin-bottom:8px}
.price{font-size:1.5rem;font-weight:900;color:#0d5ea9;margin:8px 0}
.footer{border-top:1px solid #e5e7eb;background:#fff;color:#6b7280;padding:24px;margin-top:40px;text-align:center;font-size:.9rem}
.footer nav{margin-top:8px}
.footer nav a{margin:0 10px;color:#0d5ea9;text-decoration:none}
.footer nav a:hover{text-decoration:underline}
.whatwedo-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}
.whatwedo-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;text-align:center;box-shadow:0 1px 4px rgba(0,0,0,.05)}
.whatwedo-card h4{font-weight:700;margin-top:8px}
/* AI Assistant */
.ai-box{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.06);margin:20px 0}

/* AHAS static site — Version 9 · Firebase wired & ready to test JOSFOX AI service */
