/* Force full width - hapus semua padding/margin */
section.p-0,
section.hero-section {
    padding: 0 !important;
    margin: 0 !important;
}

/* Mobile compatibility: keep layout inside the viewport on iOS/Android */
:root {
    -webkit-text-size-adjust: 100%;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
video {
    max-width: 100%;
    height: auto;
}

.hero-shell,
.tns-banner {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding: 0 !important;
}

#heroCarousel {
    margin: 0 !important;
    padding: 0 !important;
}

.carousel-inner {
    margin: 0 !important;
    padding: 0 !important;
}

/* ======================================
   HERO / PROMO BANNER (SAFE VERSION)
   ====================================== */


/* Desktop height */
@media (min-width: 992px) {
    .hero-slide {
        min-height: 640px;
    }
}

/* Background image */
.promo-card__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.promo-card__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.promo-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,.3),
        rgba(0,0,0,.75)
    );
}

/* Content */
.promo-card__content {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10rem;
}

/* Text wrapper */
.hero-text-wrapper {
    max-width: 680px;
    width: 100%;
    text-align: center;
    color: #fff;
}

/* Typography */
.hero-subtitle {
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: .95;
    margin-bottom: .75rem;
}

.hero-title {
    font-size: clamp(2rem, 7vw, 3.25rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.hero-description {
    font-size: 1rem;
    line-height: 1.6;
    opacity: .95;
    margin-bottom: 1.25rem;
}

/* Actions */
.hero-actions {
    display: flex;
    gap: .75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-actions .btn {
    padding: .75rem 2.25rem;
}

/* ===============================
   MOBILE HEADER OFFSET
   =============================== */
@media (max-width: 991px) {
    .tns-banner {
        padding-top: 72px; /* tinggi header mobile */
    }
}

@media (min-width: 992px) {
    .hero-shell {
        padding-top: 96px; /* tinggi header desktop */
    }
}


    /* Carousel indicators */
    .carousel-indicators {
        margin-bottom: 1.25rem;
        z-index: 4;
    }

    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        border: none;
        margin: 0 5px;
        transition: all 0.3s ease;
    }

    .carousel-indicators .active {
        background-color: #ffffff;
        width: 32px;
        border-radius: 5px;
    }

    /* Carousel controls */
    .carousel-control-prev,
    .carousel-control-next {
        width: 50px;
        opacity: 0.8;
        z-index: 4;
    }

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        opacity: 1;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 32px;
        height: 32px;
    }

      @media (max-width: 768px) {
        /* Breakout dari container parent */
        .tns-banner {
            width: 100vw;
            position: relative;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            margin-top: -1.5rem;
            padding-top: 0;
        }

        .tns-slider-banner,
        .slide-item {
            width: 100%;
            max-width: 100%;
            margin: 0;
            padding: 0;
        }

        .responsive-img {
            width: 100%;
            border-radius: 0; /* hilangin radius supaya rata */
            max-height: 300px;
            object-fit: cover;
        }
    }   

/* Tablet portrait adjustments */
@media (max-width: 768px) {
    .hero-slide {
        min-height: 400px;
        height: 55vh;
        max-height: 550px;
    }

    .promo-card__content {
        min-height: 400px;
        padding: 0 1rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 0.938rem;
    }
}

/* Mobile devices */
@media (max-width: 576px) {
    .hero-slide {
        min-height: 350px;
        height: 50vh;
        max-height: 500px;
    }

    .promo-card__content {
        min-height: 350px;
        padding: 0 1rem;
    }

    .hero-subtitle {
        font-size: 0.688rem;
        letter-spacing: 1.2px;
        margin-bottom: 0.5rem;
    }

    .hero-title {
        font-size: 1.75rem;
        margin-bottom: 0.75rem;
    }

    .hero-description {
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 1.25rem;
    }

    .hero-actions .btn {
        font-size: 0.875rem;
        padding: 0.625rem 2rem !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 28px;
        height: 28px;
    }
}

/* Extra small devices */
@media (max-width: 360px) {
    .hero-slide {
        min-height: 320px;
        height: 45vh;
    }

    .promo-card__content {
        min-height: 320px;
        padding: 0 0.875rem;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .hero-description {
        font-size: 0.813rem;
        margin-bottom: 1rem;
    }

    .hero-actions .btn {
        font-size: 0.813rem;
        padding: 0.5rem 1.5rem !important;
    }

    .hero-actions {
        gap: 0.5rem;
    }
}

.category-chip {
    border-radius: 999px;
    transition: all .2s ease;
}

.category-chip.active,
.category-chip:hover {
    background: #0d6efd;
    color: #fff;
    box-shadow: 0 0.5rem 1.5rem rgba(13, 110, 253, 0.3);
}

.product-card {
    transition: transform .15s ease, box-shadow .15s ease;
    border-radius: 1rem;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
}

.product-card img {
    object-fit: cover;
    height: 210px;
}

.badge-helmet-type {
    border-radius: 999px;
    font-size: 0.7rem;
    padding-inline: .7rem;
}

.scroll-x-soft {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.scroll-x-soft::-webkit-scrollbar {
    height: 4px;
}

.scroll-x-soft::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 999px;
}



@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .bottom-nav {
        display: flex;
    }

    body {
        padding-bottom: 5.5rem;
    }
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: var(--bs-emphasis-color);
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 0.5rem;
    flex: 1;
    max-width: 25%;
    overflow: hidden;
}

.bottom-nav-item.active {
    color: var(--bs-primary);
}

.bottom-nav-item:not(.active):hover {
    color: var(--bs-primary);
    transform: translateY(-0.25rem);
}

.bottom-nav-item.active .bottom-nav-icon {
    color: white !important;
    transform: scale(1.15);
}

.bottom-nav-icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0.6rem;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    margin-bottom: 0.20rem;
    font-size: 3rem;
    color: #fff;
    font-weight: 900;
}

.bottom-nav-label {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    transition: all 0.2s ease;
}

.bottom-nav-item.active .bottom-nav-label {
    font-weight: 600;
}

.bottom-nav-item:focus-visible {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
}

/* Dark/Light Theme Adjustments */
[data-bs-theme="dark"] {
    --nav-icon-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    --nav-bg-shadow: 0 -2px 12px rgba(0, 0, 0, 0.25);
    --nav-bg-color: rgba(var(--bs-body-bg-rgb), 0.95);
}

[data-bs-theme="dark"] .bottom-nav {
    box-shadow: var(--nav-bg-shadow);
    background-color: var(--nav-bg-color);
}

[data-bs-theme="light"] {
    --nav-icon-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    --nav-bg-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
    --nav-bg-color: rgba(var(--bs-body-bg-rgb), 0.98);
}

[data-bs-theme="light"] .bottom-nav {
    box-shadow: var(--nav-bg-shadow);
    background-color: var(--nav-bg-color);
}

@media (hover: none) and (pointer: coarse) {
    .bottom-nav-item:active {
        transform: scale(0.95);
    }

    .bottom-nav-item.active:active {
        transform: scale(0.95) translateY(-0.5rem);
    }
}

@media (prefers-reduced-motion: reduce) {

    .bottom-nav-item,
    .bottom-nav-icon {
        transition: none !important;
    }
}

.hero-shell,
.hero-slide {
    width: 100%;
    aspect-ratio: 16 / 6; /* desktop */
    height: auto !important;
    min-height: unset;
    max-height: unset;
}

    

.hero-slide__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-slide__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dark overlay for better text readability */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-text-wrapper {
    max-width: 900px;
    animation: fadeInUp 1s ease-out;
}

/* Typography */
.hero-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 1.5rem;
}

.hero-title {
    color: #ffffff;
    font-size: clamp(3rem, 8vw, 6.5rem);
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin-bottom: 2rem;
    text-transform: uppercase;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

.hero-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 400;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 3rem;
}

/* Buttons */
.hero-actions .btn {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    transition: all 0.3s ease;
    border-width: 2px;
}

.hero-actions .btn-light {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.hero-actions .btn-light:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

.hero-actions .btn-outline-light {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.hero-actions .btn-outline-light:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 80px;
    opacity: 0.8;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-size: 100%;
}

/* Carousel Indicators */
.carousel-indicators {
    bottom: 30px;
    margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 6px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    opacity: 1;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    width: 40px;
    border-radius: 6px;
    background-color: #ffffff;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-shell {
        height: auto;
        min-height: 420px;
    }

    .hero-slide {
        height: auto;
        min-height: 420px;
    }

    .hero-subtitle {
        font-size: 0.8rem;
        letter-spacing: 2px;
    }

    .hero-title {
        font-size: clamp(2rem, 10vw, 3.5rem);
        margin-bottom: 1.5rem;
    }

    .hero-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .btn {
        width: 100%;
        padding: 1rem 2rem !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 50px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
    }
}

@media (max-width: 576px) {
    .hero-shell {
        height: auto;
        min-height: 360px;
    }

    .hero-slide {
        height: auto;
        min-height: 360px;
    }
}

.btn-pill {
    border-radius: 999px;
}

.home-stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.search-hero {
    border-radius: 999px;
    padding: 0.35rem 0.5rem;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.search-hero__field {
    background: #fff;
    border-radius: 999px;
    border: 1px solid #e0e0e0;
    padding: 0.10rem 1.75rem;
    min-height: 48px;
    width: 35rem;
}

.section-heading .eyebrow {
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.header-shell {
    padding: 0.75rem;
    min-height: 130px;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    flex-wrap: wrap;
}

.header-logo img {
    height: 38px;
    width: auto;
}

@media (min-width: 768px) {
    .header-logo img {
        height: 40px;
    }
}

.header-search-form {
    flex: 1 1 350px;
    max-width: 450px;
    min-width: 240px;
}

.navbar-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex: 0 0 auto;
}

.header-menu-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5rem;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    position: relative;
}


.mega-menu-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0 0 6px 0;
    border: none;
    background: transparent;
    color: #222;
    font-weight: 600;
    font-size: 15px;
}

.mega-menu-trigger:focus {
    outline: none;
}

.mega-menu-trigger:hover,
.mega-menu-wrapper:hover .mega-menu-trigger {
    color: #0d6efd;
}

.mega-menu-content {
    position: fixed;
    top: 130px;
    left: 0;
    right: 0;
    background: white;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    padding: 40px 60px;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.mega-menu-wrapper:hover .mega-menu-content,
.mega-menu-wrapper:focus-within .mega-menu-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px 28px;
}

.mega-menu-item h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #0f172a;
}

.mega-menu-item a {
    display: block;
    padding: 6px 0;
    color: #4b5563;
    font-weight: 500;
    text-decoration: none;
}

.mega-menu-item a:hover {
    color: #0d6efd;
}

.mega-menu-empty {
    color: #6c757d;
    font-size: 14px;
}

.burger-btn {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
}

.burger-btn:focus {
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}

.offcanvas-nav {
    max-width: 320px;
}

.offcanvas-nav .nav-section-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.offcanvas-nav .nav-links a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #111;
    font-weight: 500;
    text-decoration: none;
}

.offcanvas-nav .nav-links a:last-child {
    border-bottom: none;
}

.offcanvas-nav .nav-links a:hover {
    color: #0d6efd;
}

.header-search {
    background: #eaeaea;
    border-radius: 999px;
    padding: 4px 15px;
    height: 42px;
}

.header-search input {
    border: none;   
    background: transparent;
    font-size: 15px;
    height: 100%;
    padding: 0;
}

.header-search input:focus {
    box-shadow: none;
    outline: none;
}

@media (max-width: 992px) {
    .header-row {
        justify-content: center;
    }

    .header-search-form {
        flex-basis: 100%;
        max-width: 100%;
    }

    .navbar-actions {
        width: 100%;
        justify-content: center;
    }

    .header-menu-row {
        display: none;
    }
}

@media (max-width: 768px) {
    .header-row {
        justify-content: space-between;
        gap: 1rem;
    }

    .header-search-form {
        flex-basis: 100%;
    }

    .header-search {
        padding-inline: 1rem;
    }

    .mega-menu-content {
        padding: 20px 16px;
        top: 100%;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .mega-menu-grid {
        gap: 14px 16px;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
}

@media (max-width: 768px) {
    section.px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .helmet-section-title {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        flex-wrap: wrap;
    }
}


.category-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 5fr));
    gap: 1rem;
}

@media (max-width: 992px) {
    .category-gallery {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 0.85rem;
    }
}

@media (max-width: 576px) {
    .category-gallery {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 0.75rem;
    }
}

.gallery-card {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    background: linear-gradient(135deg, #16181f, #242837);
    color: #fff;
    isolation: isolate;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery-card::before,
.gallery-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 40%);
    opacity: 0.75;
    z-index: 0;
}

.gallery-card::after {
    background: radial-gradient(circle at 80% 70%, rgba(13, 110, 253, 0.25), transparent 40%);
    opacity: 0.6;
}

.gallery-card__overlay {
    position: absolute;
    inset: 0;
    padding: 1.25rem;
    z-index: 1;
}

.gallery-card__cta {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

@media (max-width: 768px) {
    .gallery-card {
        min-height: 260px;
    }
}

.promo-card {
    position: relative;
    min-height: 320px;
    background: #0d1018;
}

.promo-card__bg {
    position: absolute;
    inset: 0;
}

.promo-card__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.05) 100%);
}

.promo-card__content {
    position: relative;
    z-index: 1;
}

.btn-chip {
    border-radius: 999px;
    border-width: 1px;
}

.btn-chip.active,
.btn-chip:hover {
    background: #0d0f18;
    color: #fff;
}

.search-compact .form-control {
    min-width: 220px;
}

/* Helmet Showcase Grid */
.helmet-showcase-grid {
    align-items: stretch;
}

/* Card Container */
.helmet-showcase-card {
    border: none;
    border-radius: 0;
    padding: 0;
    transition: none;
    box-shadow: none;
}

.helmet-showcase-card:hover {
    transform: none;
    box-shadow: none;
}

/* Image Area - Background Abu-abu Terang */
.helmet-showcase-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 0;
    border: none;
    padding: 60px 40px;
    height: 350px;
    overflow: hidden;
    text-decoration: none;
}

.helmet-showcase-card__media img {
    max-width: 27rem;
    max-height: 27rem;
    display: block;
}

.helmet-showcase-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text Area */
.helmet-showcase-card__body {
    text-align: left;
    padding: 20px 0 0 0;
}

/* Title - Brand + Model */
.helmet-showcase-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #000;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

/* Meta - Category */
.helmet-showcase-meta {
    font-size: 14px;
    line-height: 1.4;
    color: #666;
    margin-bottom: 6px;
}

.helmet-showcase-meta span {
    display: block;
    margin-bottom: 0;
}

/* Price */
.helmet-showcase-price {
    font-weight: 700;
    font-size: 15px;
    color: #000;
    margin-top: 6px;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .helmet-showcase-card__media {
        height: 300px;
        padding: 40px 30px;
    }

    .helmet-showcase-title {
        font-size: 15px;
    }

    .helmet-showcase-meta {
        font-size: 13px;
    }

    .helmet-showcase-price {
        font-size: 14px;
    }
}



.link-card {
    background: #fff;
    border: 1px solid #e6e7eb;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.link-card a {
    color: inherit;
}

.link-card a:hover {
    color: var(--bs-primary);
}

.brand-panel {
    background: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.08), transparent 35%), linear-gradient(135deg, #0a0c12, #141827);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

/* Footer Custom Styles */
#kt_app_footer.footer-main {
    background-color: #0a0c12 !important;
    color: #ffffff;
    display: block !important;
    align-items: flex-start;
    height: auto !important;
    position: relative !important;
    border-top: 1px solid #1b1e2a;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#kt_app_footer.footer-main .app-container {
    padding-top: 0;
    padding-bottom: 0;
}

#kt_app_footer.footer-main .text-muted {
    color: #999999 !important;
}

#kt_app_footer.footer-main .text-hover-primary:hover {
    color: #ffffff !important;
}

/* Footer Brand Section */
#kt_app_footer.footer-main .brand-section {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

/* Footer Headings */
#kt_app_footer.footer-main h5 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

#kt_app_footer.footer-main h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #e74c3c;
}

/* Footer Links */
#kt_app_footer.footer-main .nav-link {
    color: #cccccc !important;
    font-size: 14px;
    line-height: 2;
    transition: all 0.3s ease;
    padding: 4px 0 !important;
}

#kt_app_footer.footer-main .nav-link:hover {
    color: #ffffff !important;
    padding-left: 5px !important;
}

/* Social Media Icons */
#kt_app_footer.footer-main .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #1a1a1a;
    border: 1px solid #333333;
    border-radius: 4px;
    color: #ffffff;
    transition: all 0.3s ease;
}

#kt_app_footer.footer-main .social-icons a:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* Footer Description */
#kt_app_footer.footer-main .footer-description {
    border-top: 1px solid #333333;
    padding-top: 24px;
    margin-top: 32px;
    color: #b0b2bc;
    font-size: 13px;
    line-height: 1.8;
}

/* Copyright Section */
#kt_app_footer.footer-main .copyright-text {
    color: #8a8d95;
    font-size: 13px;
}

/* Language Selector (if needed) */
#kt_app_footer.footer-main .language-selector {
    background-color: #1a1a1a;
    border: 1px solid #333333;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 4px;
}

/* Footer layout tweaks */
#kt_app_footer.footer-main .footer-links {
    row-gap: 1.5rem;
}

#kt_app_footer.footer-main .social-icons {
    gap: 0.75rem;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    #kt_app_footer.footer-main {
        text-align: center;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    #kt_app_footer.footer-main .brand-section {
        border-right: none;
        border-bottom: 1px solid #333333;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    #kt_app_footer.footer-main .social-icons {
        justify-content: center;
    }

    #kt_app_footer.footer-main .footer-description {
        margin-top: 12px;
        padding-top: 10px;
    }
}

/* Link Lists Section */
.link-lists-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.link-list-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (min-width: 992px) {
    .link-list-row {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
}

/* Section Title */
.section-title {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 20px;
}

.title-icon {
    display: flex;
    align-items: center;
}

.title-icon svg {
    width: 40px;
    height: auto;
}

.section-heading {
    font-size: 32px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
    letter-spacing: -0.02em;
}

/* Link Category */
.link-category {
    position: relative;
}

.category-heading {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dee2e6;
    letter-spacing: -0.01em;
}

/* Category Links */
.category-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-links li {
    margin-bottom: 0;
    border-bottom: 1px solid #e9ecef;
}

.category-links li:last-child {
    border-bottom: none;
}

.category-links a {
    display: block;
    padding: 14px 0;
    color: #495057;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    transition: all 0.25s ease;
    position: relative;
    padding-left: 0;
}

.category-links a::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background-color: #DC3545;
    transition: width 0.25s ease;
}

.category-links a:hover {
    color: #DC3545;
    padding-left: 12px;
}

.category-links a:hover::before {
    width: 8px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .link-lists-section {
        padding: 50px 0;
    }

    .section-heading {
        font-size: 28px;
    }

    .category-heading {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .category-links a {
        font-size: 14px;
        padding: 12px 0;
    }
}

@media (max-width: 767px) {
    .link-lists-section {
        padding: 40px 0;
    }

    .section-title {
        gap: 12px;
        margin-bottom: 30px !important;
    }

    .title-icon svg {
        width: 32px;
    }

    .section-heading {
        font-size: 24px;
    }

    .category-heading {
        font-size: 20px;
        margin-bottom: 16px;
        padding-bottom: 12px;
    }

    .category-links a {
        font-size: 14px;
        padding: 10px 0;
    }

    .row.g-5 {
        gap: 2rem !important;
    }
}

/* Additional Styling for Clean Look */
.link-category+.link-category {
    border-left: none;
}

@media (min-width: 768px) {
    .link-category {
        padding-left: 0;
    }

    .col-md-6:nth-child(2n+1) .link-category {
        padding-right: 20px;
    }

    .col-md-6:nth-child(2n) .link-category {
        padding-left: 20px;
    }
}

@media (min-width: 992px) {
    .col-lg-3 .link-category {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Hover Effect Enhancement */
.category-links li {
    transition: background-color 0.2s ease;
}

.category-links li:hover {
    background-color: rgba(220, 53, 69, 0.02);
}

.header-container {
    max-width: 1320px; /* atau 1200px */
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
