:root {
    --nc-black: #0e1014;
    --nc-dark: #18202a;
    --nc-gray: #3a3a3a;
    --nc-light: #f6f8fb;
    --nc-border: #e3e6eb;
}

body {
    background: var(--nc-light);
}

/* BRAND */

.nc-navbar {
    background: #fff;
    border-bottom: 1px solid var(--nc-border);
    box-shadow: 0 4px 18px rgba(24, 32, 42, .06);
}

.nc-header-logo {
    height: 52px;
    width: auto;
}

.nc-navbar .nav-link {
    color: var(--nc-dark);
    font-weight: 600;
}

.nc-navbar .nav-link:hover {
    color: #000;
}

.nc-cart-btn,
.btn-primary,
.admin-btn {
    background: var(--nc-black);
    border-color: var(--nc-black);
    color: #fff;
    border-radius: 999px;
    font-weight: 700;
}

.nc-cart-btn:hover,
.btn-primary:hover,
.admin-btn:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.price,
.nc-price {
    color: var(--nc-black);
}

/* ===========================
   HOMEPAGE HERO CAROUSEL
=========================== */

.nc-home-carousel-section {
    position: relative;
    background: #0b0f16;
    overflow: hidden;
}

.nc-home-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #0b0f16;
}

.nc-carousel-item {
    position: relative;
    min-height: 675px;
    color: #fff;
    overflow: hidden;
}

.nc-carousel-container {
    position: relative;
    z-index: 4;
}

.min-vh-75 {
    min-height: 675px;
}

.nc-carousel-background {
    position: absolute;
    inset: -20px;
    z-index: 1;
    background-image: var(--nc-slide-image);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1.02);
    will-change: transform;
}

.carousel-item.active .nc-carousel-background {
    animation: ncCarouselZoom 8s ease-out forwards;
}

.nc-carousel-background-main {
    background-position: center center;
}

.nc-carousel-background-product {
    background-position: center center;
}

.nc-carousel-background-payment {
    background-position: center center;
}

.nc-carousel-background-platform {
    background-position: center center;
}

.nc-carousel-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .88) 0%,
            rgba(0, 0, 0, .72) 38%,
            rgba(0, 0, 0, .36) 70%,
            rgba(0, 0, 0, .14) 100%
        );
}

.nc-carousel-overlay-dark {
    background:
        radial-gradient(
            circle at 80% 50%,
            rgba(13, 110, 253, .20),
            transparent 30%
        ),
        linear-gradient(
            90deg,
            rgba(5, 8, 13, .94) 0%,
            rgba(9, 14, 23, .82) 46%,
            rgba(9, 14, 23, .35) 75%,
            rgba(9, 14, 23, .18) 100%
        );
}

.nc-carousel-overlay-payment {
    background:
        radial-gradient(
            circle at 75% 40%,
            rgba(255, 255, 255, .15),
            transparent 32%
        ),
        linear-gradient(
            90deg,
            rgba(6, 10, 18, .96) 0%,
            rgba(17, 24, 39, .88) 48%,
            rgba(17, 24, 39, .48) 78%,
            rgba(17, 24, 39, .25) 100%
        );
}

.nc-carousel-overlay-platform {
    background:
        radial-gradient(
            circle at 78% 45%,
            rgba(13, 110, 253, .32),
            transparent 28%
        ),
        linear-gradient(
            90deg,
            rgba(3, 7, 18, .96) 0%,
            rgba(6, 18, 37, .86) 48%,
            rgba(6, 18, 37, .40) 78%,
            rgba(6, 18, 37, .18) 100%
        );
}

.nc-carousel-content {
    max-width: 750px;
    padding: 90px 0 110px;
}

.nc-carousel-content h1,
.nc-carousel-content h2 {
    margin: 18px 0 0;
    color: #fff;
    max-width: 750px;
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    line-height: 1.03;
    font-weight: 900;
    letter-spacing: -2.2px;
    text-wrap: balance;
    text-shadow: 0 8px 30px rgba(0, 0, 0, .28);
}

.nc-carousel-content h2 {
    font-size: clamp(3rem, 5vw, 5rem);
}

.nc-carousel-description,
.nc-carousel-subtitle {
    max-width: 670px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 1.25rem;
    line-height: 1.7;
}

.nc-carousel-subtitle {
    font-size: 1.4rem;
    font-weight: 700;
}

.nc-carousel-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 17px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(0, 0, 0, .30);
    color: #fff;
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .02em;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 26px rgba(0, 0, 0, .16);
}

.nc-carousel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.nc-carousel-primary-btn,
.nc-carousel-secondary-btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border-radius: 12px;
    font-weight: 800;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background-color .2s ease;
}

.nc-carousel-primary-btn {
    background: #fff;
    border-color: #fff;
    color: #0b0f16;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .22);
}

.nc-carousel-primary-btn:hover {
    background: #f1f5f9;
    border-color: #f1f5f9;
    color: #0b0f16;
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .28);
}

.nc-carousel-secondary-btn {
    border-width: 2px;
}

.nc-carousel-secondary-btn:hover {
    transform: translateY(-2px);
}

.nc-carousel-feature-list {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
    display: grid;
    gap: 13px;
    color: rgba(255, 255, 255, .92);
    font-size: 1.05rem;
    font-weight: 700;
}

.nc-carousel-feature-list li {
    display: flex;
    align-items: center;
    gap: 11px;
}

.nc-carousel-feature-list i {
    color: #fff;
    font-size: 1.15rem;
}

.nc-carousel-product-badge {
    width: 270px;
    height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .30);
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 35% 25%,
            rgba(255, 255, 255, .22),
            transparent 28%
        ),
        rgba(8, 15, 28, .55);
    color: #fff;
    text-align: center;
    backdrop-filter: blur(18px);
    box-shadow:
        0 30px 70px rgba(0, 0, 0, .35),
        inset 0 1px 0 rgba(255, 255, 255, .18);
    animation: ncBadgeFloat 4s ease-in-out infinite;
}

.nc-carousel-product-badge span {
    font-size: 1rem;
    font-weight: 700;
    opacity: .82;
}

.nc-carousel-product-badge strong {
    margin-top: 5px;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1.5px;
}

.nc-carousel-product-badge small {
    margin-top: 8px;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .14em;
    opacity: .75;
}

.nc-payment-example {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
    margin-top: 30px;
}

.nc-payment-example > div:not(.nc-payment-plus) {
    min-width: 145px;
    padding: 15px 18px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 16px;
    background: rgba(255, 255, 255, .10);
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
}

.nc-payment-example span {
    display: block;
    color: rgba(255, 255, 255, .68);
    font-size: .76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.nc-payment-example strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 900;
}

.nc-payment-plus {
    color: rgba(255, 255, 255, .75);
    font-size: 1.45rem;
    font-weight: 900;
}

.nc-carousel-small-print {
    margin-top: 18px;
    color: rgba(255, 255, 255, .62);
    font-size: .82rem;
}

.nc-platform-icon {
    position: relative;
    width: 230px;
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 7px solid rgba(255, 255, 255, .92);
    border-radius: 42px;
    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(13, 110, 253, .52),
            transparent 40%
        ),
        rgba(4, 11, 25, .70);
    color: #fff;
    font-size: 7rem;
    backdrop-filter: blur(15px);
    box-shadow:
        0 35px 80px rgba(0, 0, 0, .42),
        inset 0 0 0 2px rgba(0, 0, 0, .35);
    animation: ncBadgeFloat 4s ease-in-out infinite;
}

.nc-platform-icon::before {
    content: "";
    position: absolute;
    top: 14px;
    width: 72px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
}

.nc-platform-location-dot {
    position: absolute;
    top: 95px;
    right: 32px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    font-size: 1.45rem;
    box-shadow: 0 12px 30px rgba(13, 110, 253, .40);
}

.nc-carousel-control {
    z-index: 7;
    width: 72px;
    opacity: 1;
}

.nc-carousel-control-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    background: rgba(0, 0, 0, .30);
    color: #fff;
    font-size: 1.3rem;
    backdrop-filter: blur(12px);
    transition:
        transform .2s ease,
        background-color .2s ease;
}

.nc-carousel-control:hover .nc-carousel-control-icon {
    background: rgba(255, 255, 255, .18);
    transform: scale(1.08);
}

.nc-carousel-indicators {
    z-index: 8;
    gap: 7px;
    margin-bottom: 30px;
}

.nc-carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, .50);
    opacity: 1;
    transition:
        width .25s ease,
        background-color .25s ease;
}

.nc-carousel-indicators .active {
    width: 34px;
    background-color: #fff;
}

.nc-carousel-progress {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, .16);
}

.nc-carousel-progress-bar {
    width: 0;
    height: 100%;
    background: #fff;
    transform-origin: left center;
}

.nc-carousel-progress-bar.nc-progress-running {
    animation: ncCarouselProgress 7s linear forwards;
}

/* Slide content entrance animations */

.carousel-item.active .nc-carousel-kicker {
    animation: ncCarouselContentIn .65s .12s both;
}

.carousel-item.active .nc-carousel-content h1,
.carousel-item.active .nc-carousel-content h2 {
    animation: ncCarouselContentIn .7s .22s both;
}

.carousel-item.active .nc-carousel-description,
.carousel-item.active .nc-carousel-subtitle {
    animation: ncCarouselContentIn .7s .32s both;
}

.carousel-item.active .nc-carousel-feature-list,
.carousel-item.active .nc-payment-example {
    animation: ncCarouselContentIn .7s .40s both;
}

.carousel-item.active .nc-carousel-actions {
    animation: ncCarouselContentIn .7s .48s both;
}

.carousel-item.active .nc-carousel-small-print {
    animation: ncCarouselContentIn .7s .56s both;
}

@keyframes ncCarouselZoom {
    from {
        transform: scale(1.02);
    }

    to {
        transform: scale(1.09);
    }
}

@keyframes ncCarouselContentIn {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ncCarouselProgress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes ncBadgeFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* Respect reduced-motion accessibility preferences */

@media (prefers-reduced-motion: reduce) {
    .carousel-item.active .nc-carousel-background,
    .carousel-item.active .nc-carousel-kicker,
    .carousel-item.active .nc-carousel-content h1,
    .carousel-item.active .nc-carousel-content h2,
    .carousel-item.active .nc-carousel-description,
    .carousel-item.active .nc-carousel-subtitle,
    .carousel-item.active .nc-carousel-feature-list,
    .carousel-item.active .nc-payment-example,
    .carousel-item.active .nc-carousel-actions,
    .carousel-item.active .nc-carousel-small-print,
    .nc-carousel-product-badge,
    .nc-platform-icon,
    .nc-carousel-progress-bar.nc-progress-running {
        animation: none;
    }
}

/* Carousel tablet layout */

@media (max-width: 991px) {
    .nc-carousel-item,
    .min-vh-75 {
        min-height: 650px;
    }

    .nc-carousel-content {
        max-width: 680px;
        padding: 85px 45px 110px;
    }

    .nc-carousel-content h1,
    .nc-carousel-content h2 {
        font-size: clamp(2.5rem, 7vw, 4rem);
    }

    .nc-carousel-overlay,
    .nc-carousel-overlay-dark,
    .nc-carousel-overlay-payment,
    .nc-carousel-overlay-platform {
        background:
            linear-gradient(
                90deg,
                rgba(0, 0, 0, .90) 0%,
                rgba(0, 0, 0, .73) 62%,
                rgba(0, 0, 0, .38) 100%
            );
    }

    .nc-carousel-control {
        width: 52px;
    }

    .nc-carousel-control-icon {
        width: 40px;
        height: 40px;
    }
}

/* Carousel phone layout */

@media (max-width: 576px) {
    .nc-carousel-item,
    .min-vh-75 {
        min-height: 640px;
    }

    .nc-carousel-background {
        inset: -12px;
        background-position: center center;
    }

    .nc-carousel-overlay,
    .nc-carousel-overlay-dark,
    .nc-carousel-overlay-payment,
    .nc-carousel-overlay-platform {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, .46) 0%,
                rgba(0, 0, 0, .78) 34%,
                rgba(0, 0, 0, .95) 100%
            );
    }

    .nc-carousel-content {
        padding: 72px 18px 105px;
    }

    .nc-carousel-content h1,
    .nc-carousel-content h2 {
        margin-top: 15px;
        font-size: 2.35rem;
        line-height: 1.06;
        letter-spacing: -1.2px;
    }

    .nc-carousel-description,
    .nc-carousel-subtitle {
        margin-top: 18px;
        font-size: 1rem;
        line-height: 1.55;
    }

    .nc-carousel-kicker {
        min-height: 34px;
        padding: 7px 13px;
        font-size: .75rem;
    }

    .nc-carousel-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 11px;
        margin-top: 25px;
    }

    .nc-carousel-primary-btn,
    .nc-carousel-secondary-btn {
        width: 100%;
        min-height: 50px;
        padding: 11px 17px;
        font-size: .95rem;
    }

    .nc-carousel-feature-list {
        gap: 10px;
        margin-top: 21px;
        font-size: .92rem;
    }

    .nc-payment-example {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 22px;
    }

    .nc-payment-example > div:not(.nc-payment-plus) {
        width: 100%;
        min-width: 0;
        padding: 11px 14px;
    }

    .nc-payment-example strong {
        font-size: 1.15rem;
    }

    .nc-payment-plus {
        display: none;
    }

    .nc-carousel-control {
        display: none;
    }

    .nc-carousel-indicators {
        margin-bottom: 22px;
    }

    .nc-carousel-small-print {
        margin-top: 13px;
    }
}



/* TRUST CARDS */

.nc-trust-card {
    background: #fff;
    border: 1px solid var(--nc-border);
    border-radius: 18px;
    padding: 22px 14px;
    text-align: center;
    height: 100%;
    box-shadow: 0 8px 24px rgba(24,32,42,.06);
}

.nc-trust-card i {
    display: block;
    color: var(--nc-black);
    font-size: 2rem;
    margin-bottom: 10px;
}

.nc-trust-card strong {
    display: block;
    color: var(--nc-dark);
}

.nc-trust-card span {
    display: block;
    color: #6b7280;
    font-size: .9rem;
}

/* PRODUCT CARDS */

.product-card,
.nc-product-card {
    border: 1px solid var(--nc-border);
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(24,32,42,.06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.product-card:hover,
.nc-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(24, 32, 42, .14);
}

.product-img {
    height: 220px;
    object-fit: contain;
    background: #fff;
    padding: 20px;
}

.nc-product-image-wrap {
    background: linear-gradient(180deg, #fff, #f3f6fb);
    overflow: hidden;
}

.nc-product-img {
    transition: transform .25s ease;
}

.nc-product-card:hover .nc-product-img {
    transform: scale(1.04);
}

.nc-product-desc {
    min-height: 48px;
}

.nc-page-kicker {
    display: inline-block;
    background: #ededed;
    color: #111;
    border-radius: 999px;
    padding: 7px 14px;
    font-weight: 800;
    font-size: .88rem;
}

.nc-stock {
    white-space: nowrap;
    font-size: .75rem;
    font-weight: 800;
    border-radius: 999px;
    padding: 5px 10px;
}

.nc-stock-ok {
    background: #e5e7eb;
    color: #111827;
}

.nc-stock-low {
    background: #fef3c7;
    color: #92400e;
}

.nc-stock-out {
    background: #fee2e2;
    color: #991b1b;
}

.nc-product-points {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    color: #4b5563;
    font-size: .92rem;
}

.nc-product-points li {
    margin-bottom: 6px;
}

.nc-product-points i {
    color: var(--nc-black);
    margin-right: 6px;
}

.nc-price {
    font-size: 1.65rem;
    line-height: 1;
    font-weight: 800;
}

.nc-price span {
    font-size: .85rem;
    color: #6b7280;
    font-weight: 700;
}

.nc-add-cart-btn {
    border-radius: 999px;
    padding: 11px 16px;
    font-weight: 800;
}

/* ADMIN */

.admin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.admin-btn {
    display: inline-block;
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 6px;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.admin-table th {
    background: #1f2937;
    color: #fff;
    text-align: left;
    padding: 14px;
}

.admin-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
}

.admin-table tr:hover {
    background: #f8fafc;
}

.admin-table img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.status-active {
    color: #16a34a;
    font-weight: bold;
}

.status-inactive {
    color: #dc2626;
    font-weight: bold;
}

.action-links a {
    margin-right: 12px;
    text-decoration: none;
    font-weight: 600;
}

.action-links a:first-child {
    color: #111;
}

.action-links a:last-child {
    color: #dc2626;
}

/* FOOTER */

.nc-footer {
    background: var(--nc-dark);
    color: #fff;
}

.nc-footer-logo {
    height: 72px;
    width: auto;
}


/* ===========================
   ADMIN SIDEBAR LAYOUT
=========================== */

.nc-admin-body {
    background: #f4f6f9;
}

.nc-admin-shell {
    min-height: 100vh;
    display: flex;
}

.nc-admin-sidebar {
    width: 270px;
    background: #0b0f16;
    color: #fff;
    min-height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    padding: 22px 18px;
}

.nc-admin-brand {
    display: block;
    margin-bottom: 30px;
}

.nc-admin-brand img {
    max-width: 190px;
    height: auto;
}

.nc-admin-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nc-admin-nav a,
.nc-admin-sidebar-footer a {
    color: #cfd6e4;
    text-decoration: none;
    padding: 12px 14px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
}

.nc-admin-nav a:hover,
.nc-admin-nav a.active,
.nc-admin-sidebar-footer a:hover {
    background: #ffffff;
    color: #0b0f16;
}

.nc-admin-sidebar-footer {
    margin-top: auto;
    border-top: 1px solid rgba(255,255,255,.12);
    padding-top: 16px;
}

.nc-admin-main {
    flex: 1;
    padding: 36px;
    overflow-x: auto;
}

.nc-admin-page {
    max-width: 1500px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .nc-admin-shell {
        display: block;
    }

    .nc-admin-sidebar {
        width: 100%;
        min-height: auto;
        position: relative;
    }

    .nc-admin-nav {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .nc-admin-main {
        padding: 20px;
    }
}

/* ===========================
   PUBLIC NAVBAR POLISH
=========================== */

.nc-main-nav {
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 8px 30px rgba(15, 23, 42, .06);
    padding: 10px 0;
}

.nc-nav-brand img {
    height: 54px;
    width: auto;
}

.nc-nav-links {
    gap: 6px;
}

.nc-nav-links .nav-link {
    color: #111827;
    font-weight: 800;
    border-radius: 999px;
    padding: 10px 16px !important;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: all .18s ease;
}

.nc-nav-links .nav-link:hover {
    background: #f1f5f9;
    color: #0d6efd;
    transform: translateY(-1px);
}

.nc-gps-link {
    background: #eef4ff;
    color: #0d6efd !important;
}

.nc-gps-link:hover {
    background: #0d6efd !important;
    color: #fff !important;
}

.nc-cart-nav-btn {
    background: #0b0f16;
    color: #fff;
    border-radius: 999px;
    font-weight: 800;
    padding: 10px 18px;
    box-shadow: 0 10px 24px rgba(11, 15, 22, .18);
}

.nc-cart-nav-btn:hover {
    background: #1f2937;
    color: #fff;
    transform: translateY(-1px);
}

.nc-nav-toggler {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 10px 12px;
}

@media (max-width: 991px) {
    .nc-main-nav .navbar-collapse {
        background: #fff;
        border-radius: 22px;
        padding: 18px;
        margin-top: 14px;
        box-shadow: 0 20px 45px rgba(15, 23, 42, .12);
    }

    .nc-nav-links .nav-link {
        justify-content: flex-start;
        border-radius: 14px;
    }

    .nc-cart-nav-btn {
        width: 100%;
        margin-top: 10px;
    }
}

/* ===========================
   INSTALLATION CENTER
=========================== */

.nc-install-product-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nc-install-product-list .list-group-item {
    border: 0;
    border-radius: 14px;
    font-weight: 800;
    padding: 14px 16px;
    background: #f8fafc;
    color: #111827;
    display: flex;
    gap: 10px;
    align-items: center;
}

.nc-install-product-list .list-group-item:hover {
    background: #eef4ff;
    color: #0d6efd;
}

.nc-install-product-list .list-group-item.active {
    background: #0b0f16;
    color: #fff;
}

.nc-install-video-wrap {
    width: 100%;
    height: min(68vh, 620px);
    min-height: 360px;
    background: #0b0f16;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.nc-install-video-wrap iframe,
.nc-install-video-wrap video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: contain;
    background: #000;
}

.nc-install-video-placeholder {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    background:
        radial-gradient(circle at top, rgba(13,110,253,.35), transparent 35%),
        linear-gradient(135deg, #0b0f16, #111827);
}

.nc-install-video-placeholder i {
    font-size: 4rem;
    margin-bottom: 14px;
    opacity: .95;
}

.nc-install-video-placeholder p {
    max-width: 640px;
    color: #cbd5e1;
}

.nc-install-step {
    background: #f8fafc;
    border-radius: 18px;
    padding: 18px;
    height: 100%;
}

.nc-install-step p {
    color: #64748b;
    margin: 6px 0 0;
}

.nc-install-description {
    max-width: 800px;
    white-space: pre-line;
    font-size: 1.05rem;
    line-height: 1.75;
}

.nc-install-product-list .list-group-item small {
    font-size: .76rem;
    font-weight: 600;
    margin-top: 3px;
}

.nc-install-product-list .list-group-item span {
    min-width: 0;
}

@media (max-width: 991px) {
    .nc-install-video-wrap {
        height: min(62vh, 520px);
        min-height: 300px;
    }
}

@media (max-width: 576px) {
    .nc-install-video-wrap {
        height: 470px;
        min-height: 0;
    }
}


.nc-admin-nav-label {
    color: rgba(255,255,255,.45);
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 18px 12px 8px;
}

/* Mobile spacing between selector and video */

@media (max-width: 991px) {
    .nc-install-selector-column {
        padding-bottom: 12px;
    }

    .nc-install-selector-column .card {
        position: relative;
        z-index: auto;
    }

    .nc-install-product-list .list-group-item {
        position: static;
        z-index: auto;
    }

    .nc-install-video-wrap {
        position: relative;
        z-index: auto;
        margin-top: 0;
    }
}
