:root{--primary:#5b38f2;--dark:#111827;--muted:#64748b;--soft:#f5f7fb}
*{box-sizing:border-box}body{background:var(--soft);color:#111827;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}
.top-strip{background:#101827;color:#dbeafe;padding:7px 0;font-size:13px}.brand{font-size:28px;font-weight:900;letter-spacing:-1.5px}.brand span{color:var(--primary)}
.navbar .nav-link{font-weight:600}.search-box{border-radius:12px 0 0 12px;border-right:0}.search-box+.btn{border-radius:0 12px 12px 0}
.hero{background:linear-gradient(120deg,#111827,#5b38f2);border-radius:28px;color:white;padding:70px 55px;overflow:hidden;position:relative}
.hero:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-80px;top:-80px;background:rgba(255,255,255,.12)}
.hero h1{font-size:clamp(38px,6vw,70px);font-weight:900;line-height:1}.hero p{max-width:600px;color:#dbeafe;font-size:18px}
.category-chip{background:white;border:1px solid #e5e7eb;border-radius:999px;padding:10px 18px;text-decoration:none;color:#334155;display:inline-flex;gap:8px;align-items:center;transition:.2s}.category-chip:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}
.product-card{background:white;border:0;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px rgba(15,23,42,.06);transition:.25s;height:100%}.product-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(15,23,42,.12)}
.product-image{height:230px;width:100%;object-fit:cover;background:#eef2ff}.product-card .card-body{padding:20px}.price{font-size:22px;font-weight:900;color:var(--primary)}.old-price{text-decoration:line-through;color:#94a3b8}
.badge-soft{background:#ede9fe;color:#5b21b6}.section-title{font-weight:900;letter-spacing:-.5px}
.panel-sidebar{background:#111827;color:white;min-height:calc(100vh - 70px);border-radius:18px;padding:18px}.panel-sidebar a{display:block;color:#cbd5e1;text-decoration:none;padding:12px 14px;border-radius:10px;margin-bottom:5px}.panel-sidebar a:hover,.panel-sidebar a.active{background:#5b38f2;color:white}
.stat-card{border:0;border-radius:18px;box-shadow:0 8px 30px rgba(15,23,42,.06)}.table-card{background:white;border-radius:18px;box-shadow:0 8px 30px rgba(15,23,42,.06);overflow:hidden}
.form-card{background:white;border-radius:20px;padding:28px;box-shadow:0 8px 30px rgba(15,23,42,.06)}.form-control,.form-select{padding:12px 14px;border-radius:10px}.btn{border-radius:10px;font-weight:700}
.footer{background:#0f172a;color:white}.footer a{display:block;color:#94a3b8;text-decoration:none;margin:8px 0}.footer a:hover{color:white}
.qty-box{width:85px}.order-step{padding:8px 12px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:13px;font-weight:700}
@media(max-width:768px){.hero{padding:42px 25px}.top-strip .container span:last-child{display:none}.product-image{height:190px}}

.dynamic-hero{min-height:520px;border-radius:32px;background:linear-gradient(120deg,#101827,#5b38f2);background-size:cover;background-position:center;color:#fff;display:flex;align-items:center;overflow:hidden}.hero-inner{padding:65px;max-width:780px}.hero-inner h1{font-size:clamp(42px,6vw,76px);font-weight:950;line-height:1;letter-spacing:-2px}.hero-inner p{font-size:18px;color:#e2e8f0}.hero-pill{display:inline-flex;gap:8px;padding:9px 15px;border-radius:999px;background:rgba(255,255,255,.16);margin-bottom:18px}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.benefit-card{display:flex;gap:14px;align-items:center;padding:20px;background:#fff;border-radius:18px;box-shadow:0 8px 25px rgba(15,23,42,.06)}.benefit-card i{width:48px;height:48px;border-radius:15px;background:#ede9fe;color:var(--primary);display:grid;place-items:center;font-size:20px}.benefit-card small{display:block;color:#64748b}.home-block{padding:55px 0}.home-block.soft{background:#f1f5ff}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}.section-head span{font-size:12px;color:var(--primary);font-weight:900;letter-spacing:1.4px}.section-head h2{font-size:34px;font-weight:900;margin:4px 0}.section-head p{color:#64748b;margin:0}.section-head>a{font-weight:800;text-decoration:none}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:15px}.category-card{min-height:145px;background:#fff;border:1px solid #e7e9f5;border-radius:21px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px;text-decoration:none;color:#111827;box-shadow:0 10px 28px rgba(15,23,42,.05);transition:.25s}.category-card:hover{transform:translateY(-6px);color:var(--primary);border-color:#c4b5fd}.category-card i{font-size:28px;color:var(--primary)}.category-card img{width:58px;height:58px;object-fit:cover;border-radius:16px}.category-card small{color:#94a3b8}.offer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.offer-card{padding:28px;border-radius:23px;color:#fff;background:linear-gradient(135deg,var(--primary),var(--secondary));box-shadow:0 15px 35px rgba(91,56,242,.18)}.offer-card span{padding:6px 10px;border-radius:99px;background:rgba(255,255,255,.18);font-size:11px;font-weight:900}.offer-card h3{margin:18px 0 6px;font-weight:900}.product-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - 15px);gap:20px;overflow-x:auto;padding:5px 3px 20px;scroll-snap-type:x mandatory}.product-slide{scroll-snap-align:start;min-width:0}.product-name{height:48px;overflow:hidden;font-size:16px;font-weight:850;margin:8px 0}.rating{color:#f59e0b;font-size:13px}.p-badges{position:absolute;left:12px;top:12px;display:flex;flex-direction:column;gap:6px}.p-badges span{background:#2563eb;color:white;border-radius:99px;padding:5px 9px;font-size:10px;font-weight:900}.p-badges .sale{background:#ef4444}.all-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.social-circle{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.1);display:grid!important;place-items:center!important;color:#fff!important;margin:0!important}
@media(max-width:1100px){.category-grid{grid-template-columns:repeat(4,1fr)}.product-scroller{grid-auto-columns:calc(33.333% - 14px)}.all-product-grid{grid-template-columns:repeat(3,1fr)}.benefit-grid,.offer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.hero-inner{padding:40px 24px}.dynamic-hero{min-height:430px}.benefit-grid,.offer-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.product-scroller{grid-auto-columns:72%}.all-product-grid{grid-template-columns:repeat(2,1fr);gap:13px}.section-head h2{font-size:27px}.product-image{height:190px}}


/* Premium Admin UI */
.admin-page-heading {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:28px;
}

.admin-eyebrow {
    color:var(--primary);
    font-size:11px;
    font-weight:900;
    letter-spacing:1.5px;
}

.premium-filter-bar {
    background:#fff;
    border:1px solid #e7eaf2;
    border-radius:18px;
    padding:16px;
    box-shadow:0 10px 30px rgba(15,23,42,.06);
}

.panel-sidebar {
    background:
        radial-gradient(
            circle at top right,
            rgba(124,58,237,.35),
            transparent 34%
        ),
        linear-gradient(160deg,#0f172a,#111827);
    border-radius:22px;
    padding:18px 14px;
    box-shadow:0 22px 50px rgba(15,23,42,.22);
    position:sticky;
    top:95px;
}

.panel-sidebar h5 {
    padding:10px 12px 15px;
    font-weight:900;
    font-size:20px;
}

.panel-sidebar a {
    display:flex;
    align-items:center;
    gap:10px;
    color:#cbd5e1;
    padding:11px 13px;
    border-radius:12px;
    transition:.2s;
}

.panel-sidebar a:hover {
    background:rgba(255,255,255,.1);
    color:#fff;
    transform:translateX(3px);
}

/* Premium banner */
.premium-home-carousel {
    border-radius:32px;
    overflow:hidden;
    box-shadow:0 30px 70px rgba(15,23,42,.18);
}

.banner-slide {
    min-height:var(--desktop-height,520px);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.premium-home-carousel .carousel-control-prev,
.premium-home-carousel .carousel-control-next {
    width:7%;
}

.premium-home-carousel .carousel-indicators button {
    width:28px;
    height:4px;
    border-radius:99px;
    border:0;
}

@media(max-width:767px) {
    .admin-page-heading {
        align-items:flex-start;
        flex-direction:column;
    }

    .banner-slide {
        min-height:var(--mobile-height,420px);
    }

    .hero-inner h1 {
        font-size:40px;
    }

    .panel-sidebar {
        position:static;
    }
}


/* FINAL PREMIUM HEADER & FOOTER */
body{font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.premium-topbar{background:linear-gradient(90deg,#0b1220,#111c32);color:#dbeafe;padding:8px 0;font-size:12px}.premium-topbar a{color:#dbeafe;text-decoration:none}.premium-header{background:rgba(255,255,255,.96);backdrop-filter:blur(16px);box-shadow:0 8px 28px rgba(15,23,42,.08);z-index:1030}.premium-header .navbar{padding:13px 0}.premium-brand,.footer-brand{display:inline-flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-1.2px;text-decoration:none}.premium-brand{font-size:25px;color:#111827}.premium-brand img,.footer-brand img{max-height:48px;max-width:180px;object-fit:contain}.brand-mark{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;box-shadow:0 10px 22px rgba(91,56,242,.25)}.header-search{height:48px;flex:1;max-width:620px;display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;overflow:hidden}.header-search>i{margin-left:16px;color:#94a3b8}.header-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;padding:0 12px}.header-search button{height:100%;border:0;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;padding:0 22px;font-weight:800}.premium-header .nav-link{color:#334155;font-weight:700;border-radius:10px;padding:10px 11px!important}.premium-header .nav-link:hover{color:var(--primary);background:#f5f3ff}.premium-category-menu,.premium-user-menu{border:0;border-radius:16px;padding:10px;box-shadow:0 20px 50px rgba(15,23,42,.16);min-width:230px}.premium-category-menu .dropdown-item,.premium-user-menu .dropdown-item{border-radius:9px;padding:10px 12px;display:flex;align-items:center;gap:10px}.premium-category-menu .dropdown-item:hover,.premium-user-menu .dropdown-item:hover{background:#f5f3ff;color:var(--primary)}.header-icon-link{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;position:relative;color:#334155;background:#f8fafc;text-decoration:none}.header-icon-link span{position:absolute;right:-4px;top:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:99px;display:grid;place-items:center;background:#ef4444;color:#fff;font-size:10px;font-weight:900}.user-menu-trigger{display:flex;align-items:center;gap:8px;color:#334155;text-decoration:none;font-weight:700}.user-avatar{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#ede9fe,#dbeafe);color:var(--primary);font-weight:900}.user-menu-head{padding:8px 12px 12px;border-bottom:1px solid #eef2f7;margin-bottom:7px}.user-menu-head strong,.user-menu-head small{display:block}.user-menu-head small{text-transform:capitalize;color:#94a3b8}.header-login{border-radius:12px;padding:10px 18px}.premium-footer{position:relative;overflow:hidden;background:#07101f;color:#fff;padding-top:1px}.footer-glow{position:absolute;border-radius:50%;filter:blur(10px);opacity:.25}.footer-glow-one{width:420px;height:420px;right:-160px;top:-150px;background:var(--primary)}.footer-glow-two{width:350px;height:350px;left:-160px;bottom:-160px;background:var(--secondary)}.footer-newsletter{margin-top:-45px;transform:translateY(45px);display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;padding:30px 35px;border-radius:24px;background:linear-gradient(135deg,var(--primary),var(--secondary));box-shadow:0 24px 55px rgba(91,56,242,.32)}.footer-kicker{font-size:10px;letter-spacing:1.5px;font-weight:900;color:#ddd6fe}.footer-newsletter h3{font-weight:900;margin:4px 0}.footer-newsletter p{margin:0;color:#e9e7ff}.newsletter-box{height:54px;display:flex;align-items:center;background:#fff;border-radius:14px;padding-left:16px;overflow:hidden}.newsletter-box>i{color:#94a3b8}.newsletter-box input{min-width:0;flex:1;border:0;outline:0;padding:0 12px}.newsletter-box button{height:100%;border:0;background:#111827;color:#fff;padding:0 20px;font-weight:800}.footer-main{padding-top:100px;padding-bottom:45px}.footer-brand{font-size:25px;color:#fff}.footer-about{color:#94a3b8;line-height:1.8;margin:20px 0}.footer-socials{display:flex;gap:9px}.footer-socials a{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.07);color:#cbd5e1;text-decoration:none;transition:.2s}.footer-socials a:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.premium-footer h5{font-size:15px;font-weight:900;margin-bottom:20px}.premium-footer .col-6>a,.premium-footer .col-lg-2>a{display:block;color:#94a3b8;text-decoration:none;margin:11px 0;transition:.2s}.premium-footer .col-6>a:hover,.premium-footer .col-lg-2>a:hover{color:#fff;transform:translateX(4px)}.footer-contact{display:flex!important;align-items:flex-start;gap:12px;color:#94a3b8!important;text-decoration:none;margin-bottom:15px}.footer-contact i{width:35px;height:35px;flex:0 0 35px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.07);color:#c4b5fd}.footer-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.footer-trust span{font-size:10px;color:#cbd5e1;border:1px solid rgba(255,255,255,.1);border-radius:99px;padding:7px 9px}.footer-trust i{color:#a78bfa;margin-right:4px}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0;display:flex;justify-content:space-between;gap:20px;color:#64748b;font-size:12px}.footer-bottom div{display:flex;gap:18px}.footer-bottom a{color:#94a3b8;text-decoration:none}.scroll-top{position:fixed;right:22px;bottom:22px;width:46px;height:46px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;box-shadow:0 15px 30px rgba(91,56,242,.3);opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s;z-index:1050}.scroll-top.show{opacity:1;visibility:visible;transform:none}@media(max-width:1199px){.header-search{max-width:none}.premium-header .navbar-collapse{padding-top:10px}.header-icon-link{margin:5px 0}.user-menu-trigger{padding:8px 0}}@media(max-width:767px){.premium-topbar{font-size:10px}.premium-brand{font-size:21px}.brand-mark{width:38px;height:38px}.header-search{height:45px}.header-search button{padding:0 15px;font-size:0}.header-search button:after{content:"\f002";font-family:"Font Awesome 6 Free";font-weight:900;font-size:14px}.footer-newsletter{grid-template-columns:1fr;padding:24px 20px}.newsletter-box button{padding:0 13px;font-size:12px}.footer-main{padding-top:90px}.footer-bottom{flex-direction:column;text-align:center;align-items:center}.premium-footer{margin-top:75px!important}}
