:root {
    --ll-blue: #3498db;
    --ll-ink: #212121;
    --ll-muted: #667085;
    --ll-soft: #eef6fc;
    --ll-line: #d7e1ea;
}

body {
    background: #fff url("/assets/theme/images/bg.jpg") repeat fixed;
    color: var(--ll-ink);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: var(--ll-blue); text-decoration: none; }
a:hover { color: var(--ll-ink); }
.top-strip { background: rgba(255,255,255,.76); border-bottom: 1px solid var(--ll-line); color: #444; font-weight: 700; letter-spacing: .01em; }
.brand-mark { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-right: 8px; background: var(--ll-blue); color: #fff; border-radius: 8px; font-size: .9rem; }
.btn-main { background: var(--ll-blue); border-color: var(--ll-blue); color: #fff; font-weight: 700; }
.btn-main:hover, .btn-main:focus { background: var(--ll-ink); border-color: var(--ll-ink); color: #fff; }
.hero { min-height: 74vh; display: flex; align-items: center; background: linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,.74)), url("/assets/theme/images/slider-imgs/slide1-img.jpg") center right / cover; }
.eyebrow { color: var(--ll-blue); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; }
.hero h1, .page-hero h1 { font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: 0; }
.hero .lead, .page-hero .lead { color: var(--ll-muted); max-width: 720px; }
.metric { background: rgba(255,255,255,.88); border: 1px solid var(--ll-line); border-radius: 8px; padding: 18px; }
.section { padding: 86px 0; }
.panel { background: rgba(255,255,255,.94); border: 1px solid var(--ll-line); border-radius: 8px; padding: 28px; height: 100%; }
.feature-icon { width: 44px; height: 44px; display: inline-grid; place-items: center; background: var(--ll-soft); color: var(--ll-blue); border-radius: 8px; margin-bottom: 16px; }
.page-hero { padding: 96px 0 72px; background: linear-gradient(90deg, rgba(255,255,255,.95), rgba(255,255,255,.82)), url("/assets/theme/images/banners/top-banner2.jpg") center / cover; }
.pricing-card.featured { border: 2px solid var(--ll-blue); }
.admin-shell { min-height: 100vh; background: #f5f8fb; }
.admin-sidebar { background: var(--ll-ink); color: #fff; min-height: 100vh; }
.admin-sidebar a { color: rgba(255,255,255,.78); display: block; padding: 10px 14px; border-radius: 8px; }
.admin-sidebar a:hover, .admin-sidebar .active { background: var(--ll-blue); color: #fff; }
.status-pill { display: inline-flex; padding: 4px 10px; border-radius: 999px; font-size: .8rem; font-weight: 700; background: var(--ll-soft); color: #175f91; }
.cta-band { background: var(--ll-blue); color: #fff; }
.cta-band h2 { color: #fff; }
.cta-band .eyebrow { color: #e7f4ff; }
.footer { background: #111; color: rgba(255,255,255,.76); }
.footer h5, .footer h6 { color: #fff; }
.footer a { color: rgba(255,255,255,.76); display: block; margin-bottom: 7px; }
.lead-pop { position: fixed; right: 18px; bottom: 18px; width: min(320px, calc(100vw - 36px)); background: #fff; border: 1px solid var(--ll-line); border-radius: 8px; padding: 18px; box-shadow: 0 20px 45px rgba(0,0,0,.16); display: none; z-index: 1030; }
.lead-pop.show { display: block; }
.lead-pop-close { position: absolute; top: 8px; right: 10px; border: 0; background: transparent; font-size: 1.4rem; }
@media (max-width: 767.98px) {
    .hero { min-height: auto; padding: 72px 0; }
    .section { padding: 58px 0; }
    .admin-sidebar { min-height: auto; }
}

