/* =========================================================
   LAJUNET HOME — HERO PREMIUM + FEATURED GRID
========================================================= */

.lajunettheme-front {
    overflow-x: clip;
}

/* Sembunyikan duplikat dari editor lama */
.home .entry-content .lajunet-hero,
.home .entry-content .mobile-only,
.home .entry-content > p:empty {
    display: none !important;
}

/* Beranda — rapatkan konten ke header */
.home .site-content {
    padding-top: 0;
}

/* Beranda — offset header sama saat login & logout (admin bar WP menambah gap) */
html:has(body.home),
html.admin-bar:has(body.home) {
    margin-top: 0 !important;
}

body.home #wpadminbar {
    display: none !important;
}

body.home.logged-in,
body.home:not(.logged-in) {
    padding-top: var(--laju-header-offset, 90px) !important;
}

@media (max-width: 768px) {
    body.home.logged-in,
    body.home:not(.logged-in) {
        padding-top: var(--laju-header-offset, 80px) !important;
    }
}

.home .lajunettheme-front > .lajunet-hero:first-child,
.home .lajunettheme-front > .lajunet-home-featured:first-child {
    margin-top: 0;
}

.lajunet-home-featured {
    margin-bottom: 28px;
}

.lajunet-home-featured--top {
    margin-top: 0;
}

/* Kotak hijau — grid Kelas Pilihan + pengurutan */
.lajunet-home-featured--top .lajunet-home-featured__catalog {
    margin-top: 0;
    padding: 12px 16px 32px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ecfdf5 0%, #f0fdf4 48%, #ecfdf5 100%);
    border: 1px solid rgba(34, 197, 94, 0.14);
    box-shadow: 0 10px 28px rgba(16, 185, 129, 0.08);
    box-sizing: border-box;
}

.lajunet-home-featured--top .lajunet-home-featured__catalog ul.products {
    margin-bottom: 0 !important;
}

.lajunet-home-featured__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto 32px;
    padding: 8px 20px 4px;
    max-width: 640px;
}

.lajunet-home-featured__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 14px;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5b21b6;
    background: linear-gradient(135deg, rgba(167, 139, 250, 0.2), rgba(244, 114, 182, 0.14));
    border: 1px solid rgba(139, 92, 246, 0.22);
    box-shadow:
        0 4px 16px rgba(109, 40, 217, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.lajunet-home-featured__eyebrow::before {
    content: "✦";
    font-size: 10px;
    line-height: 1;
    color: #a78bfa;
}

.lajunet-home-featured__head .lajunet-section-title {
    margin: 0;
    font-size: clamp(1.55rem, 4vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.12;
    background: linear-gradient(120deg, #1e1b4b 0%, #4c1d95 35%, #111827 85%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
}

.lajunet-home-featured__head .lajunet-section-title::after {
    content: "";
    display: block;
    width: min(88px, 24vw);
    height: 4px;
    margin: 14px auto 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, #a78bfa 0%, #c084fc 45%, #f472b6 100%);
    box-shadow: 0 2px 14px rgba(167, 139, 250, 0.45);
}

.lajunet-home-featured__head p,
.lajunet-home-featured__desc {
    margin: 0;
    max-width: 480px;
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
}

@media (max-width: 768px) {
    .lajunet-home-featured__head {
        margin-bottom: 24px;
        padding: 4px 12px 0;
    }

    .lajunet-home-featured__eyebrow {
        margin-bottom: 12px;
        font-size: 10px;
        padding: 6px 13px;
    }

    .lajunet-home-featured__head .lajunet-section-title {
        font-size: clamp(1.45rem, 6vw, 1.65rem);
    }

    .lajunet-home-featured__head .lajunet-section-title::after {
        margin: 12px auto 14px;
        height: 3px;
    }

    .lajunet-home-featured__desc {
        font-size: 14px;
        line-height: 1.65;
    }
}

/* Featured top — carousel geser horizontal */
.lajunet-home-featured-carousel {
    overflow: hidden;
}

.lajunet-home-featured-carousel--mobile {
    display: none;
}

.lajunet-home-featured-carousel--desktop {
    display: block;
}

.lajunet-home-featured-carousel .woocommerce {
    overflow: hidden;
    margin: 0 !important;
}

.lajunet-home-featured-carousel ul.products {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    scrollbar-width: none;
    margin: 0 !important;
    padding: 0 0 6px !important;
    cursor: grab;
}

.lajunet-home-featured-carousel ul.products.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
    user-select: none;
}

.lajunet-home-featured-carousel ul.products::-webkit-scrollbar {
    display: none;
}

.lajunet-home-featured-carousel ul.products::before,
.lajunet-home-featured-carousel ul.products::after {
    display: none !important;
    content: none !important;
}

.lajunet-home-featured-carousel ul.products li.product {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

/* Desktop — 4 produk tampil, 8 tersembunyi (total 12) */
.lajunet-home-featured-carousel--desktop ul.products {
    scroll-snap-type: none;
    overflow-x: hidden !important;
    cursor: default;
    scroll-behavior: auto;
}

.lajunet-home-featured-carousel--desktop ul.products.is-sliding {
    pointer-events: none;
}

.lajunet-home-featured-carousel--desktop ul.products li.product {
    flex: 0 0 calc((100% - 42px) / 4) !important;
    width: calc((100% - 42px) / 4) !important;
    max-width: calc((100% - 42px) / 4) !important;
    min-width: calc((100% - 42px) / 4) !important;
}

.lajunet-home-featured-carousel__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.lajunet-home-featured-carousel__dots {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lajunet-home-featured-carousel__dot {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #cbd5e1;
    cursor: pointer;
    transition: width 0.28s ease, background 0.28s ease, transform 0.28s ease;
}

.lajunet-home-featured-carousel__dot.is-active {
    width: 18px;
    background: #7c3aed;
}

.lajunet-home-featured-carousel__dot:hover {
    background: #a78bfa;
    transform: scale(1.08);
}

.home .lajunettheme-front .lajunet-home-featured-carousel ul.products li.product:hover {
    transform: none !important;
}

.lajunet-home-featured--bottom .lajunet-product-grid--wide ul.products {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

@media (max-width: 1200px) {
    .lajunet-home-featured--bottom .lajunet-product-grid--wide ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .lajunet-home-featured-carousel--mobile {
        display: block;
    }

    .lajunet-home-featured-carousel--desktop {
        display: none !important;
    }

    .lajunet-home-featured-carousel--mobile ul.products li.product {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .lajunet-home-featured-carousel--mobile ul.products {
        touch-action: pan-y pinch-zoom;
        cursor: default;
    }

    .lajunet-home-featured-carousel--mobile ul.products.is-dragging-x {
        scroll-snap-type: none;
        scroll-behavior: auto;
    }

    .lajunet-home-featured--bottom .lajunet-product-grid--wide ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* =========================================================
   Home — hover kartu produk (owner: theme, bukan plugin)
========================================================= */

.home .lajunettheme-front .woocommerce ul.products li.product:hover,
.home .lajunettheme-front .woocommerce-page ul.products li.product:hover {
    border-color: #c7c7c7 !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-4px) !important;
}

.home .lajunettheme-front .woocommerce ul.products li.product:hover img,
.home .lajunettheme-front .woocommerce-page ul.products li.product:hover img {
    transform: none !important;
}

.home .lajunettheme-front .woocommerce ul.products li.product .button,
.home .lajunettheme-front .woocommerce-page ul.products li.product .button,
.home .lajunettheme-front .woocommerce ul.products li.product a.lajudemy-loop-cta,
.home .lajunettheme-front .woocommerce-page ul.products li.product a.lajudemy-loop-cta {
    transition: all 0.25s ease !important;
}

.home .lajunettheme-front .woocommerce ul.products li.product .button:hover,
.home .lajunettheme-front .woocommerce-page ul.products li.product .button:hover,
.home .lajunettheme-front .woocommerce ul.products li.product a.lajudemy-loop-cta:hover,
.home .lajunettheme-front .woocommerce-page ul.products li.product a.lajudemy-loop-cta:hover,
.home .lajunettheme-front .woocommerce ul.products li.product:hover .button,
.home .lajunettheme-front .woocommerce-page ul.products li.product:hover .button,
.home .lajunettheme-front .woocommerce ul.products li.product:hover a.lajudemy-loop-cta,
.home .lajunettheme-front .woocommerce-page ul.products li.product:hover a.lajudemy-loop-cta {
    background: var(--laju-accent-bg, linear-gradient(135deg, #16a34a 0%, #22c55e 100%)) !important;
    color: var(--laju-accent-text, #ffffff) !important;
    border-color: var(--laju-accent-border, rgba(22, 163, 74, 0.35)) !important;
    box-shadow: var(--laju-accent-shadow, 0 4px 12px rgba(34, 197, 94, 0.25)) !important;
}

.home .lajunettheme-front .woocommerce ul.products li.product .button:hover::after,
.home .lajunettheme-front .woocommerce-page ul.products li.product .button:hover::after,
.home .lajunettheme-front .woocommerce ul.products li.product:hover .button::after,
.home .lajunettheme-front .woocommerce-page ul.products li.product:hover .button::after {
    color: #ffffff !important;
}

.home .lajunettheme-front .woocommerce ul.products li.product .button:visited,
.home .lajunettheme-front .woocommerce-page ul.products li.product .button:visited,
.home .lajunettheme-front .woocommerce ul.products li.product a.lajudemy-loop-cta:visited,
.home .lajunettheme-front .woocommerce-page ul.products li.product a.lajudemy-loop-cta:visited {
    color: var(--laju-idle-surface-text, #374151) !important;
}

.home .lajunettheme-front .woocommerce ul.products li.product .button:hover:visited,
.home .lajunettheme-front .woocommerce-page ul.products li.product .button:hover:visited,
.home .lajunettheme-front .woocommerce ul.products li.product a.lajudemy-loop-cta:hover:visited,
.home .lajunettheme-front .woocommerce-page ul.products li.product a.lajudemy-loop-cta:hover:visited,
.home .lajunettheme-front .woocommerce ul.products li.product:hover .button:visited,
.home .lajunettheme-front .woocommerce-page ul.products li.product:hover .button:visited {
    color: #ffffff !important;
}

/* =========================================================
   HERO PLATFORM — teks kiri + PNG kanan + bar kategori
========================================================= */

.lajunet-hero--platform {
    margin: 0 0 24px;
    color: #0f172a;
}

.lajunet-hero-platform {
    position: relative;
    overflow: hidden;
}

.lajunet-hero-platform__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
    gap: clamp(20px, 3vw, 40px);
    align-items: center;
    min-height: clamp(420px, 42vw, 520px);
}

.lajunet-hero-platform__copy {
    position: relative;
    z-index: 2;
    max-width: 620px;
}

.lajunet-hero-platform__badge {
    display: inline-flex;
    align-items: center;
    margin: 0 0 18px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #5b21b6;
    background: linear-gradient(135deg, rgba(167, 139, 250, 0.18), rgba(244, 114, 182, 0.1));
    border: 1px solid rgba(139, 92, 246, 0.18);
}

.lajunet-hero-platform__title {
    margin: 0 0 16px;
    font-size: clamp(2rem, 4.2vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 800;
    color: #111827;
}

.lajunet-hero-platform__title-accent {
    display: inline;
    background: linear-gradient(120deg, #7c3aed 0%, #a855f7 45%, #ec4899 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.lajunet-hero-platform__lead {
    margin: 0 0 24px;
    max-width: 540px;
    font-size: clamp(15px, 1.5vw, 17px);
    line-height: 1.65;
    color: #64748b;
}

.lajunet-hero-platform__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.lajunet-hero-platform__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.lajunet-hero-platform__btn svg {
    width: 16px;
    height: 16px;
}

.lajunet-hero-platform__btn--primary {
    color: #fff !important;
    background: linear-gradient(135deg, #6d28d9 0%, #7c3aed 55%, #8b5cf6 100%);
    box-shadow: 0 14px 30px rgba(109, 40, 217, 0.28);
}

.lajunet-hero-platform__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(109, 40, 217, 0.34);
}

.lajunet-hero-platform__btn--outline {
    color: #334155 !important;
    background: #fff;
    border: 1px solid #dbeafe;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.lajunet-hero-platform__btn--outline:hover {
    transform: translateY(-2px);
    border-color: #c4b5fd;
    color: #5b21b6 !important;
}

.lajunet-hero-platform__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.lajunet-hero-platform__stat {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 72px;
    padding: 12px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.lajunet-hero-platform__stat-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
}

.lajunet-hero-platform__stat--violet .lajunet-hero-platform__stat-icon {
    background: linear-gradient(135deg, #ede9fe, #ddd6fe);
}

.lajunet-hero-platform__stat--violet .lajunet-hero-platform__stat-icon::before {
    content: "📚";
}

.lajunet-hero-platform__stat--emerald .lajunet-hero-platform__stat-icon {
    background: linear-gradient(135deg, #ecfdf5, #bbf7d0);
}

.lajunet-hero-platform__stat--emerald .lajunet-hero-platform__stat-icon::before {
    content: "👥";
}

.lajunet-hero-platform__stat--amber .lajunet-hero-platform__stat-icon {
    background: linear-gradient(135deg, #fff7ed, #fed7aa);
}

.lajunet-hero-platform__stat--amber .lajunet-hero-platform__stat-icon::before {
    content: "🏆";
}

.lajunet-hero-platform__stat--sky .lajunet-hero-platform__stat-icon {
    background: linear-gradient(135deg, #eff6ff, #bfdbfe);
}

.lajunet-hero-platform__stat--sky .lajunet-hero-platform__stat-icon::before {
    content: "🚀";
}

.lajunet-hero-platform__stat--orange .lajunet-hero-platform__stat-icon {
    background: linear-gradient(135deg, #fff7ed, #fed7aa);
}

.lajunet-hero-platform__stat--indigo .lajunet-hero-platform__stat-icon {
    background: linear-gradient(135deg, #e0e7ff, #c7d2fe);
}

.lajunet-hero-platform__stat--teal .lajunet-hero-platform__stat-icon {
    background: linear-gradient(135deg, #ccfbf1, #99f6e4);
}

.lajunet-hero-platform__stat--rose .lajunet-hero-platform__stat-icon {
    background: linear-gradient(135deg, #ffe4e6, #fecdd3);
}

.lajunet-hero-platform__stat-icon--emoji::before {
    content: none !important;
}

.lajunet-hero-platform__stat--link {
    text-decoration: none !important;
    color: inherit;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.lajunet-hero-platform__stat--link:hover {
    transform: translateY(-2px);
    border-color: rgba(139, 92, 246, 0.24);
    box-shadow: 0 14px 28px rgba(76, 29, 149, 0.08);
}

.lajunet-hero-platform__categories-mobile {
    display: none;
}

.lajunet-hero-platform__stat-text {
    min-width: 0;
}

.lajunet-hero-platform__stat-text strong {
    display: block;
    font-size: 15px;
    line-height: 1.15;
    color: #111827;
}

.lajunet-hero-platform__stat-text span {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.3;
    color: #64748b;
}

.lajunet-hero-platform__visual {
    position: relative;
    min-height: clamp(320px, 34vw, 480px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lajunet-hero-platform__rings {
    position: absolute;
    inset: 8% 0 8% 10%;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, transparent 42%, rgba(167, 139, 250, 0.12) 43%, rgba(167, 139, 250, 0.12) 44%, transparent 45%),
        radial-gradient(circle at center, transparent 58%, rgba(167, 139, 250, 0.1) 59%, rgba(167, 139, 250, 0.1) 60%, transparent 61%),
        radial-gradient(circle at center, transparent 72%, rgba(167, 139, 250, 0.08) 73%, rgba(167, 139, 250, 0.08) 74%, transparent 75%);
    pointer-events: none;
}

.lajunet-hero-platform__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    pointer-events: none;
}

.lajunet-hero-platform__glow--violet {
    width: 220px;
    height: 220px;
    top: 8%;
    right: 8%;
    background: rgba(167, 139, 250, 0.42);
}

.lajunet-hero-platform__glow--mint {
    width: 180px;
    height: 180px;
    bottom: 6%;
    left: 12%;
    background: rgba(74, 222, 128, 0.22);
}

.lajunet-hero-platform__picture {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 620px);
    margin: 0 auto;
}

.lajunet-hero-platform__image {
    position: relative;
    z-index: 2;
    width: min(100%, 620px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 28px 48px rgba(76, 29, 149, 0.14));
    animation: lajunet-hero-platform-float 6s ease-in-out infinite;
}

@keyframes lajunet-hero-platform-float {
    0%,
    100% {
        transform: translateY(0);
    }

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

.lajunet-hero-platform__categories-wrap {
    margin-top: 8px;
    padding-top: 18px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.lajunet-hero-platform__categories {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.lajunet-hero-platform__categories::-webkit-scrollbar {
    display: none;
}

.lajunet-hero-platform__category {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 190px;
    padding: 12px 14px;
    border-radius: 16px;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.lajunet-hero-platform__category:hover {
    transform: translateY(-2px);
    border-color: rgba(139, 92, 246, 0.24);
    box-shadow: 0 14px 28px rgba(76, 29, 149, 0.08);
}

.lajunet-hero-platform__category-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 18px;
    line-height: 1;
}

.lajunet-hero-platform__category--violet .lajunet-hero-platform__category-icon { background: #ede9fe; }
.lajunet-hero-platform__category--sky .lajunet-hero-platform__category-icon { background: #dbeafe; }
.lajunet-hero-platform__category--rose .lajunet-hero-platform__category-icon { background: #ffe4e6; }
.lajunet-hero-platform__category--amber .lajunet-hero-platform__category-icon { background: #ffedd5; }
.lajunet-hero-platform__category--emerald .lajunet-hero-platform__category-icon { background: #dcfce7; }
.lajunet-hero-platform__category--orange .lajunet-hero-platform__category-icon { background: #ffedd5; }
.lajunet-hero-platform__category--indigo .lajunet-hero-platform__category-icon { background: #e0e7ff; }
.lajunet-hero-platform__category--teal .lajunet-hero-platform__category-icon { background: #ccfbf1; }

.lajunet-hero-platform__category-copy strong {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    color: #111827;
}

.lajunet-hero-platform__category-copy small {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.3;
    color: #64748b;
}

@media (max-width: 1100px) {
    .lajunet-hero-platform__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .lajunet-hero-platform__grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .lajunet-hero-platform__visual {
        order: -1;
        min-height: 280px;
    }

    .lajunet-hero-platform__copy {
        max-width: none;
    }

    .lajunet-hero-platform__image {
        width: min(100%, 520px);
    }
}

@media (max-width: 768px) {
    .lajunet-hero--platform {
        margin-bottom: 18px;
    }

    .lajunet-hero-platform__actions {
        flex-direction: column;
    }

    .lajunet-hero-platform__btn {
        width: 100%;
        box-sizing: border-box;
    }

    .lajunet-hero-platform__stats--desktop {
        display: none !important;
    }

    .lajunet-hero-platform__categories-wrap--desktop {
        display: none !important;
    }

    .lajunet-hero-platform__categories-mobile {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .lajunet-hero-platform__categories-mobile .lajunet-hero-platform__stat-text strong {
        font-size: 13px;
        line-height: 1.2;
        word-break: break-word;
    }

    .lajunet-hero-platform__categories-mobile .lajunet-hero-platform__stat-text span {
        font-size: 11px;
        line-height: 1.3;
        word-break: break-word;
    }

    .lajunet-hero-platform__category {
        min-width: 170px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lajunet-hero-platform__image {
        animation: none !important;
    }

    .lajunet-hero-platform__btn,
    .lajunet-hero-platform__category {
        transition: none !important;
    }
}


