:root {
    --asha-navy: #071529;
    --asha-blue: #1168f0;
    --asha-cyan: #07c7d9;
    --asha-gold: #ffb703;
    --asha-ink: #111827;
    --asha-muted: #667085;
    --asha-light: #f4f7fb;
    --asha-border: #e4eaf2;
    --asha-shadow: 0 18px 48px rgba(15, 23, 42, .11);
}

body {
    color: var(--asha-ink);
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    background: #fff;
}

.top-strip {
    background: #020b18;
    color: rgba(255,255,255,.78);
    font-size: .86rem;
    padding: .55rem 0;
}

.navbar,
.site-footer {
    background: rgba(7, 21, 41, .98);
    backdrop-filter: blur(16px);
}

.navbar {
    box-shadow: 0 10px 28px rgba(2, 11, 24, .2);
}

.navbar-brand {
    letter-spacing: .02em;
}

.navbar .nav-link {
    color: rgba(255,255,255,.78);
    font-weight: 500;
    padding-left: .9rem !important;
    padding-right: .9rem !important;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: #fff;
}

.btn {
    border-radius: 7px;
    font-weight: 700;
}

.btn-accent {
    color: #071529;
    background: linear-gradient(135deg, var(--asha-gold), #ffd166);
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(255, 183, 3, .24);
}

.btn-accent:hover {
    color: #071529;
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(255, 183, 3, .34);
}

.hero {
    background:
        radial-gradient(circle at 18% 22%, rgba(7,199,217,.32), transparent 30%),
        linear-gradient(90deg, rgba(3, 12, 27, .98) 0%, rgba(3, 12, 27, .88) 42%, rgba(3, 12, 27, .42) 100%),
        url("../images/hero-cctv.png") center/cover no-repeat;
    color: #fff;
    padding: 118px 0 96px;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 110px;
    background: linear-gradient(0deg, #fff, transparent);
    pointer-events: none;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: .55rem .85rem;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    color: rgba(255,255,255,.92);
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.hero h1 {
    max-width: 760px;
    line-height: 1.03;
}

.hero .lead {
    max-width: 640px;
    color: rgba(255,255,255,.82);
}

.hero-actions,
.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}

.hero-trust {
    margin-top: 1.6rem;
    color: rgba(255,255,255,.78);
    font-weight: 600;
}

.hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
}

.hero-trust i {
    color: var(--asha-gold);
}

.hero-panel {
    max-width: 390px;
    margin-left: auto;
    padding: 1.35rem;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 14px;
    background: rgba(7,21,41,.68);
    box-shadow: 0 28px 70px rgba(0,0,0,.28);
    backdrop-filter: blur(18px);
}

.hero-panel h5 {
    margin: .7rem 0 1.1rem;
    font-weight: 800;
}

.camera-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #2cff8b;
    box-shadow: 0 0 0 8px rgba(44,255,139,.12);
}

.monitor-lines span {
    display: block;
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(7,199,217,.95), rgba(255,255,255,.36));
    margin-bottom: .75rem;
}

.mini-stat {
    padding: 1rem;
    border-radius: 8px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.12);
}

.mini-stat strong,
.mini-stat small {
    display: block;
}

.mini-stat strong {
    font-size: 1.45rem;
    color: #fff;
}

.mini-stat small {
    color: rgba(255,255,255,.66);
}

.section-pad {
    padding: 80px 0;
}

.stats-band {
    padding: 28px 0;
    background: #fff;
    position: relative;
    z-index: 2;
}

.bg-soft {
    background: var(--asha-light);
}

.eyebrow {
    color: var(--asha-cyan);
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: .82rem;
}

.icon-box {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, var(--asha-blue), var(--asha-cyan));
}

.card {
    border: 1px solid var(--asha-border);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(16,24,40,.05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.feature-card,
.product-card,
.project-card,
.blog-card,
.contact-card {
    background: linear-gradient(180deg, #fff, #fbfdff);
}

.feature-card:hover,
.product-card:hover,
.project-card:hover,
.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--asha-shadow);
    border-color: rgba(17, 104, 240, .22);
}

.product-img,
.project-img,
.blog-img {
    height: 230px;
    object-fit: cover;
}

.stat {
    border: 1px solid var(--asha-border);
    border-left: 4px solid var(--asha-cyan);
    padding: 1.05rem 1rem;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(16,24,40,.05);
}

.stat h3 {
    color: var(--asha-navy);
}

.footer-links a {
    color: rgba(255,255,255,.62);
    text-decoration: none;
    display: inline-block;
    margin-bottom: .5rem;
}

.footer-links a:hover {
    color: #fff;
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: #25d366;
    font-size: 1.8rem;
    box-shadow: 0 12px 30px rgba(0,0,0,.22);
    z-index: 1000;
    text-decoration: none;
}

.page-title {
    background:
        radial-gradient(circle at 12% 20%, rgba(7,199,217,.22), transparent 28%),
        linear-gradient(135deg, var(--asha-navy), #0b244a);
    color: #fff;
    padding: 70px 0;
}

.page-title h1 {
    letter-spacing: .01em;
}

.admin-sidebar {
    background: var(--asha-navy);
}

.admin-sidebar a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
    display: block;
    padding: .75rem 1rem;
    border-radius: 6px;
}

.admin-sidebar a:hover,
.admin-sidebar a.active {
    color: #fff;
    background: rgba(255,255,255,.1);
}

@media (max-width: 767.98px) {
    .navbar {
        position: sticky;
        top: 0;
    }

    .navbar-brand {
        font-size: 1rem;
    }

    .navbar .btn {
        width: 100%;
        margin-top: .5rem;
    }

    .hero {
        padding: 68px 0 48px;
        background:
            linear-gradient(180deg, rgba(3, 12, 27, .98), rgba(3, 12, 27, .76)),
            url("../images/hero-cctv.png") 62% center/cover no-repeat;
    }

    .section-pad {
        padding: 52px 0;
    }

    .display-4 {
        font-size: 2.18rem;
        line-height: 1.08;
    }

    .hero-badge {
        font-size: .86rem;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-trust {
        display: grid;
        grid-template-columns: 1fr;
        gap: .55rem;
        margin-top: 1.2rem;
    }

    .hero-panel {
        display: none;
    }

    .stats-band {
        padding: 18px 0;
    }

    .product-img,
    .project-img,
    .blog-img {
        height: 210px;
    }

    .page-title {
        padding: 48px 0;
    }

    .admin-sidebar {
        min-height: auto;
    }

    .admin-sidebar nav {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .45rem;
    }

    .admin-sidebar a {
        padding: .65rem .7rem;
        font-size: .9rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero {
        padding: 86px 0 70px;
    }

    .hero-panel {
        margin-left: 0;
    }

    .admin-sidebar {
        min-height: auto;
    }
}

@media (min-width: 992px) {
    .admin-sidebar {
        min-height: 100vh;
    }
}
