    .banner-shell {
        position: relative;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        overflow: hidden;
        background: #ffffff;
    }

    .banner-slider {
        position: relative;
        width: 100%;
        aspect-ratio: 3200 / 850;
        height: auto;
        min-height: 220px;
        max-height: 850px;
        overflow: hidden;
        background: rgba(15, 23, 42, 0.04);
    }

    .banner-slide {
        position: absolute;
        inset: 0;
        opacity: 0;
        transform: scale(1.02);
        transition: opacity 0.7s ease, transform 0.7s ease;
        pointer-events: none;
        display: block;
    }

    .banner-slide.active {
        opacity: 1;
        transform: scale(1);
        pointer-events: auto;
    }

    .banner-slide.leaving {
        opacity: 0;
        transform: scale(1.01);
        pointer-events: none;
    }

    .banner-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .banner-nav {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1rem;
        pointer-events: none;
    }

    .banner-arrow {
        pointer-events: auto;
        width: clamp(36px, 2.5vw, 44px);
        height: clamp(36px, 2.5vw, 44px);
        border-radius: 999px;
        border: 1px solid rgba(15, 23, 42, 0.12);
        background: rgba(255, 255, 255, 0.75);
        backdrop-filter: blur(12px);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.15);
        color: #0f172a;
        transition: transform 0.2s ease, background 0.2s ease;
    }

    .banner-arrow:hover {
        transform: translateY(-1px);
        background: rgba(255, 255, 255, 0.9);
    }

    .banner-arrow i {
        width: clamp(14px, 1.5vw, 18px);
        height: clamp(14px, 1.5vw, 18px);
    }

    .banner-dots {
        position: absolute;
        left: 50%;
        bottom: 12px;
        transform: translateX(-50%);
        display: inline-flex;
        gap: 8px;
        padding: 8px 10px;
        border-radius: 999px;
        background: rgba(15, 23, 42, 0.22);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.22);
    }

    .banner-dot {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.55);
        border: none;
        padding: 0;
        cursor: pointer;
        transition: width 0.25s ease, background 0.25s ease;
    }

    .banner-dot.active {
        width: 28px;
        background: rgba(255, 255, 255, 0.95);
    }

    @media (max-width: 640px) {
        .banner-slider {
            min-height: 200px;
        }

        .banner-nav {
            padding: 0 0.6rem;
        }

        .banner-arrow {
            width: clamp(34px, 6vw, 40px);
            height: clamp(34px, 6vw, 40px);
        }
    }

    .hero-shell {
        position: relative;
        isolation: isolate;
        padding: 0;
        overflow: hidden;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .hero-mobile {
        min-height: auto;
    }

    .hero-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
        gap: 3rem;
        align-items: center;
        padding: 3.5rem 10% 4rem;
    }

    .hero-mobile .hero-grid {
        height: auto;
        min-height: 0;
    }

    .hero-intro {
        animation: hero-rise 0.8s ease-out both;
    }

    .hero-promo {
        display: inline-flex;
        align-items: center;
        gap: 1rem;
        padding: 0.5rem 1rem;
        border-radius: 999px;
        background: linear-gradient(120deg, rgba(242, 102, 11, 0.18), rgba(255, 204, 102, 0.28), rgba(34, 70, 113, 0.15));
        color: #b24500;
        font-weight: 600;
        font-size: 0.85rem;
        border: 1px solid rgba(34, 70, 113, 0.18);
        box-shadow: 0 12px 24px rgba(242, 102, 11, 0.18);
        position: relative;
        overflow: hidden;
        animation: promo-pop 1.6s ease-in-out infinite;
    }

    .hero-promo-mobile-wrap {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 0.5rem 6vw 1rem;
    }

    .hero-promo-mobile {
        width: 100%;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 0.75rem;
    }

    @media (max-width: 420px) {
        .hero-promo-mobile {
            flex-wrap: wrap;
            justify-content: center;
        }
    }

    .promo-pill {
        padding: 0.2rem 0.6rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.65);
        font-size: 0.7rem;
        color: #92400e;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

    .promo-off {
        font-size: 0.85rem;
        color: #b91c1c;
        font-weight: 800;
    }

    .hero-countdown {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        padding: 0.35rem 0.6rem;
        border-radius: 999px;
        background: linear-gradient(120deg, rgba(66, 20, 96, 0.18), rgba(255, 110, 199, 0.2));
        border: 1px solid rgba(34, 70, 113, 0.12);
    }

    .count-box {
        min-width: 52px;
        padding: 0.35rem 0.55rem;
        border-radius: 14px;
        background: rgba(133, 82, 180, 0.45);
        border: 1px solid rgba(255, 255, 255, 0.25);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 12px 24px rgba(24, 24, 40, 0.18);
    }

    .count-num {
        font-size: 1.05rem;
        font-weight: 800;
        color: #ffffff;
        line-height: 1;
    }

    .count-colon {
        font-size: 1.2rem;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.8);
        margin-top: -0.3rem;
    }

    .hero-promo::after {
        content: "";
        position: absolute;
        inset: -40% -10%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.6), transparent 55%);
        opacity: 0.4;
        animation: promo-sparkle 2.8s ease-in-out infinite;
        pointer-events: none;
    }

    .promo-burst {
        position: absolute;
        font-size: 1.4rem;
        font-weight: 700;
        text-shadow: 0 10px 22px rgba(242, 102, 11, 0.45);
        animation: confetti-burst 2.2s ease-in-out infinite;
        pointer-events: none;
    }

    .promo-burst.burst-a {
        top: -10px;
        left: 8px;
        color: #f2660b;
    }

    .promo-burst.burst-b {
        bottom: -12px;
        right: 10px;
        color: #f6b24a;
        font-size: 1.2rem;
        text-shadow: 0 10px 20px rgba(246, 178, 74, 0.45);
        animation: confetti-burst 2.6s ease-in-out 0.4s infinite;
    }

    .hero-auth {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        margin-top: 1.25rem;
    }

    .hero-auth a {
        padding: 0.6rem 1.3rem;
        border-radius: 999px;
        font-weight: 600;
        border: 1px solid #224671;
        color: #224671;
        transition: all 0.3s ease;
    }

    .hero-auth a:hover {
        border-color: #f2660b;
        color: #f2660b;
    }

    .hero-auth .primary {
        background: #224671;
        color: #ffffff;
        border-color: transparent;
        box-shadow: 0 12px 24px rgba(34, 70, 113, 0.2);
    }

    .hero-auth .primary:hover {
        background: #f2660b;
        color: #ffffff;
    }

    .hero-visual {
        transform-style: preserve-3d;
        animation: hero-reveal-3d 1.2s cubic-bezier(0.16, 0.75, 0.24, 1) 0.05s both;
        display: flex;
        justify-content: center;
    }

    .hero-showcase {
        display: grid;
        gap: 1.5rem;
        justify-items: center;
    }

    .hero-picks {
        position: relative;
        width: min(520px, 100%);
        height: 280px;
    }

    .hero-picks-mobile {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        aspect-ratio: 4 / 3;
        height: auto;
        min-height: 240px;
        border-radius: 0;
        overflow: hidden;
    }

    .hero-picks-mobile .pick-card {
        border-radius: 0;
        box-shadow: none;
        border: none;
    }

    .hero-mobile .hero-grid {
        padding: 0;
        gap: 0;
    }

    .hero-mobile .hero-showcase {
        width: 100%;
        gap: 0;
    }

    .hero-mobile .hero-visual {
        width: 100%;
        justify-content: stretch;
    }

    .hero-picks-mobile {
        position: relative;
    }

    .pick-slide {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transform: translateY(16px);
        transition: opacity 0.6s ease, transform 0.6s ease;
        pointer-events: none;
    }

    .hero-picks .pick-slide:first-child,
    .hero-picks-mobile .pick-slide:first-child {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .pick-slide.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .pick-slide.leaving {
        opacity: 0;
        transform: translateY(16px);
        pointer-events: none;
    }

    .pick-card {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid rgba(34, 70, 113, 0.12);
        box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
    }

    .pick-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .pick-overlay {
        position: absolute;
        inset: 0;
        background: none;
        color: #1b2d4a;
        padding: 1.2rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .pick-info-box {
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(34, 70, 113, 0.12);
        border-radius: 14px;
        padding: 0.75rem 0.9rem;
        box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
        backdrop-filter: blur(6px);
    }

    .pick-meta-box {
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(34, 70, 113, 0.12);
        border-radius: 14px;
        padding: 0.6rem 0.85rem;
        box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
        backdrop-filter: blur(6px);
    }

    .pick-label,
    .pick-name,
    .pick-brand {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(34, 70, 113, 0.12);
        border-radius: 999px;
        padding: 0.25rem 0.7rem;
        box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
        backdrop-filter: blur(6px);
        width: fit-content;
    }

    .pick-bottom {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 1rem;
    }

    .pick-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1rem;
    }

    .pick-label {
        font-size: 0.7rem;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: #a14000;
        font-weight: 700;
    }

    .pick-name {
        margin-top: 0.35rem;
        font-size: 1.2rem;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.2;
        max-height: 1.44em;
    }

    .pick-brand {
        margin-top: 0.25rem;
        font-size: 0.85rem;
        color: #5b6a7c;
    }

    .pick-desc {
        margin-top: 0.75rem;
        font-size: 0.8rem;
        color: #475569;
        max-width: 320px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.4;
        max-height: 2.24em;
        background: linear-gradient(135deg, rgba(248, 250, 252, 0.8), rgba(241, 245, 249, 0.6));
        padding: 0.6rem 1rem;
        border-radius: 8px;
        border: 1px solid rgba(226, 232, 240, 0.8);
        backdrop-filter: blur(4px);
        font-weight: 500;
        letter-spacing: 0.01em;
        position: relative;
        box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .pick-rating {
        text-align: right;
        font-size: 0.8rem;
        color: #1b2d4a;
    }

    .pick-rating .star {
        color: #d1d5db;
    }

    .pick-rating .star.filled {
        color: #f5a524;
    }

    .pick-view {
        align-self: flex-end;
        margin-top: 0.75rem;
        padding: 0.45rem 1.1rem;
        border-radius: 999px;
        background: #224671;
        color: #ffffff;
        font-weight: 600;
        transition: background 0.3s ease, color 0.3s ease;
    }

    .pick-view:hover {
        background: #f2660b;
        color: #ffffff;
    }

    .hero-top-products {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.75rem;
        width: min(420px, 100%);
    }

    .hero-top-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 0.7rem;
        border: 1px solid rgba(34, 70, 113, 0.12);
        box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
        text-align: left;
        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
        cursor: pointer;
    }

    .hero-top-card:hover {
        transform: translateY(-6px);
        border-color: rgba(242, 102, 11, 0.6);
        box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
    }

    .hero-top-card img {
        width: 100%;
        height: 72px;
        object-fit: contain;
        display: block;
        margin-bottom: 0.5rem;
    }

    .hero-top-card h4 {
        font-size: 0.85rem;
        font-weight: 600;
        color: #1b2d4a;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.3;
        min-height: 2.6em;
        max-height: 2.6em;
    }

    .hero-top-card span {
        display: block;
        margin-top: 0.2rem;
        font-size: 0.75rem;
        color: #6b7280;
    }

    @media (max-width: 640px) {
        .hero-picks {
            height: 220px;
        }

        .hero-top-products {
            grid-template-columns: 1fr;
        }
    }

    .orb {
        position: absolute;
        border-radius: 999px;
        filter: blur(0px);
        opacity: 0.7;
        transform: translateZ(0);
        animation: float 10s ease-in-out infinite;
        z-index: -1;
    }

    .orb.one {
        width: 320px;
        height: 320px;
        left: -60px;
        top: -40px;
        background: radial-gradient(circle at 30% 30%, #f2660b, rgba(242, 102, 11, 0));
        animation-delay: 0s;
    }

    .orb.two {
        width: 260px;
        height: 260px;
        right: 6%;
        top: 10%;
        background: radial-gradient(circle at 70% 30%, #224671, rgba(34, 70, 113, 0));
        animation-delay: -3s;
    }

    .orb.three {
        width: 220px;
        height: 220px;
        left: -10px;
        bottom: -60px;
        background: radial-gradient(circle at 30% 70%, #f2660b, rgba(242, 102, 11, 0));
        animation-delay: -6s;
    }

    .hero-card {
        position: relative;
        padding: 2.5rem;
        border-radius: 28px;
        background: linear-gradient(140deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.6));
        box-shadow: 0 40px 80px rgba(15, 24, 40, 0.12);
        backdrop-filter: blur(10px);
    }

    .hero-3d {
        position: relative;
        perspective: 1200px;
    }

    .hero-3d::after {
        content: "";
        position: absolute;
        inset: -8% -6%;
        border-radius: 32px;
        background: radial-gradient(circle at 70% 30%, rgba(242, 102, 11, 0.18), transparent 55%);
        opacity: 0;
        transition: opacity 0.35s ease;
        pointer-events: none;
    }

    .hero-3d.orange-burst::after {
        opacity: 1;
    }

    .recent-shell {
        position: relative;
        padding: 0;
        background: #ffffff;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .recent-inner {
        padding: 2rem 8% 2rem;
    }

    .recent-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0.85rem;
        margin-bottom: 1rem;
    }

    .scroll-hint {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        color: #f2660b;
        font-weight: 600;
        font-size: 0.85rem;
        margin-top: 0.1rem;
        margin-bottom: 0.15rem;
    }

    .scroll-hint i {
        width: 18px;
        height: 18px;
        animation: hint-slide 1.6s ease-in-out infinite;
    }

    .recent-header h2 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #1b2d4a;
    }

    .recent-wrap {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.2rem;
    }

    .section-card {
        background: #ffffff;
        border-radius: 18px;
        padding: 1rem;
        border: 1px solid rgba(34, 70, 113, 0.12);
        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
        position: relative;
        overflow: hidden;
        transform: translateY(-12px);
    }

    .section-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(242, 102, 11, 0.12), transparent 55%);
        opacity: 0.7;
        pointer-events: none;
    }

    .recent-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.9rem;
    }

    .recent-card {
        background: #ffffff;
        border-radius: 18px;
        padding: 0.85rem;
        border: 1px solid rgba(34, 70, 113, 0.12);
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .recent-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 26px 60px rgba(15, 23, 42, 0.14);
        border-color: rgba(242, 102, 11, 0.5);
    }

    .recent-card img {
        width: 100%;
        height: 110px;
        object-fit: contain;
        margin-bottom: 0.6rem;
    }

    .recent-card h4 {
        font-size: 0.95rem;
        font-weight: 600;
        color: #1b2d4a;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .offer-pill {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        margin-top: 0.45rem;
        padding: 0.2rem 0.55rem;
        border-radius: 999px;
        font-size: 0.7rem;
        font-weight: 700;
        color: #b91c1c;
        background: rgba(239, 68, 68, 0.12);
        border: 1px solid rgba(239, 68, 68, 0.35);
        text-transform: uppercase;
        letter-spacing: 0.04em;
        width: fit-content;
    }

    .recommend-header h2 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #1b2d4a;
    }

    .recommend-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.9rem;
        margin-top: 1rem;
    }

    .recommend-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 0.8rem;
        border: 1px solid rgba(34, 70, 113, 0.12);
        box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .recommend-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
    }

    .recommend-card img {
        width: 100%;
        height: 100px;
        object-fit: contain;
        margin-bottom: 0.5rem;
    }

    .recommend-card .text-sm {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hot-header h2 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #1b2d4a;
    }

    .hot-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.9rem;
        margin-top: 1rem;
    }

    .hot-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 0.8rem;
        border: 1px solid rgba(34, 70, 113, 0.12);
        box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .hot-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
    }

    .hot-card img {
        width: 100%;
        height: 100px;
        object-fit: contain;
        margin-bottom: 0.5rem;
    }

    .hot-card .text-sm {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .search-related-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-bottom: 0.9rem;
    }

    .search-related-header h2 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #1b2d4a;
    }

    .search-related-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.9rem;
    }

    .search-related-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 0.8rem;
        border: 1px solid rgba(34, 70, 113, 0.12);
        box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: block;
        position: relative;
        overflow: hidden;
    }

    .search-related-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
    }

    .search-related-card img {
        width: 100%;
        height: 100px;
        object-fit: contain;
        margin-bottom: 0.5rem;
    }

    .search-related-card .text-sm {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .wishlist-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-bottom: 0.9rem;
    }

    .wishlist-header h2 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #1b2d4a;
    }

    .wishlist-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.9rem;
    }

    .wishlist-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 0.8rem;
        border: 1px solid rgba(34, 70, 113, 0.12);
        box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .wishlist-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
    }

    .wishlist-card img {
        width: 100%;
        height: 100px;
        object-fit: contain;
        margin-bottom: 0.5rem;
    }

    .wishlist-row-shell {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        background: #ffffff;
        padding: 0 10% 2rem;
    }

    .wishlist-row-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-bottom: 0.9rem;
    }

    .wishlist-row-header h2 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #1b2d4a;
    }

    .wishlist-row-header p {
        color: #64748b;
        font-size: 0.95rem;
        margin-top: 0.2rem;
    }

    .wishlist-row-cta {
        border: 1px solid rgba(34, 70, 113, 0.22);
        border-radius: 999px;
        padding: 0.4rem 0.85rem;
        font-size: 0.85rem;
        font-weight: 600;
        color: #224671;
        background: #ffffff;
    }

    .wishlist-row-track {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(180px, 190px);
        gap: 0.9rem;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 0.4rem;
        scrollbar-width: thin;
    }

    .wishlist-empty-note {
        grid-column: 1 / -1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 110px;
        padding: 0.9rem 1rem;
        border-radius: 12px;
        border: 1px dashed rgba(34, 70, 113, 0.25);
        color: #64748b;
        background: #f8fafc;
        font-size: 0.92rem;
    }

    .wishlist-row-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 0.8rem;
        border: 1px solid rgba(34, 70, 113, 0.12);
        box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        min-height: 210px;
    }

    .wishlist-row-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
    }

    .wishlist-row-card img {
        width: 100%;
        height: 120px;
        object-fit: contain;
        margin-bottom: 0.55rem;
    }

    .wishlist-row-card h4 {
        font-size: 0.92rem;
        font-weight: 600;
        color: #1b2d4a;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    @media (max-width: 900px) {
        .recent-wrap {
            grid-template-columns: 1fr;
        }

        .recent-grid,
        .recommend-grid,
        .hot-grid,
        .search-related-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .wishlist-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .wishlist-row-shell {
            padding: 0 10% 1.8rem;
        }
    }

    @media (max-width: 640px) {
        .recent-inner {
            padding: 1.6rem 7% 2rem;
        }

        .wishlist-row-shell {
            padding: 0 8% 1.6rem;
        }

        .wishlist-row-track {
            grid-auto-columns: minmax(150px, 68vw);
        }

        .recent-wrap {
            display: flex;
            gap: 1rem;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            padding-bottom: 0.5rem;
        }

        .section-card {
            flex: 0 0 88%;
            scroll-snap-align: start;
            min-width: 88%;
        }

        .recent-grid,
        .recommend-grid,
        .hot-grid,
        .search-related-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0.75rem;
            width: 100%;
        }

        .recent-card,
        .recommend-card,
        .hot-card,
        .search-related-card {
            width: 100%;
        }
    }

    .stack {
        position: relative;
        height: 420px;
        margin-left: 0;
        z-index: 1;
        --robot-width: 0px;
    }

    .stack-frame {
        position: absolute;
        inset: 0;
    }

    .plate {
        position: absolute;
        inset: 0;
        border-radius: 28px;
        background: linear-gradient(145deg, #1f2a3a, #263b52);
        box-shadow: 0 30px 60px rgba(13, 20, 34, 0.3);
        transform: rotateY(-18deg) rotateX(8deg);
    }

    .plate::after {
        content: "";
        position: absolute;
        inset: 18% 14%;
        border-radius: 22px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(242, 102, 11, 0.2));
        border: 1px solid rgba(255, 255, 255, 0.12);
        box-shadow: inset 0 0 25px rgba(242, 102, 11, 0.2);
    }

    .module {
        position: absolute;
        width: 78%;
        left: 11%;
        border-radius: 18px;
        padding: 1rem 1.2rem;
        color: #e8eef5;
        background: linear-gradient(135deg, rgba(34, 70, 113, 0.9), rgba(15, 26, 44, 0.9));
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 20px 40px rgba(15, 24, 40, 0.2);
        transform-style: preserve-3d;
        animation: float 6s ease-in-out infinite;
    }

    .module.one {
        top: 16%;
        transform: translateZ(60px) rotateY(8deg);
        animation-delay: -1s;
    }

    .module.two {
        top: 42%;
        transform: translateZ(90px) rotateY(-10deg);
        animation-delay: -2.5s;
    }

    .module.three {
        top: 68%;
        transform: translateZ(70px) rotateY(6deg);
        animation-delay: -4s;
    }

    .chip {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        padding: 0.35rem 0.75rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.18);
        font-size: 0.8rem;
        letter-spacing: 0.02em;
    }

    @keyframes float {

        0%,
        100% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(-14px);
        }
    }

    @keyframes hero-rise {
        0% {
            opacity: 0;
            transform: translateY(24px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes promo-pop {

        0%,
        100% {
            transform: translateY(0) scale(1);
        }

        50% {
            transform: translateY(-4px) scale(1.02);
        }
    }

    @keyframes promo-sparkle {
        0% {
            transform: translateX(-30%) translateY(0);
            opacity: 0.4;
        }

        50% {
            transform: translateX(10%) translateY(-8%);
            opacity: 0.7;
        }

        100% {
            transform: translateX(30%) translateY(0);
            opacity: 0.4;
        }
    }

    @keyframes confetti-burst {
        0% {
            transform: translateY(6px) rotate(0deg) scale(0.8);
            opacity: 0;
        }

        20% {
            opacity: 1;
        }

        60% {
            transform: translateY(-16px) rotate(18deg) scale(1.35);
        }

        100% {
            transform: translateY(4px) rotate(0deg) scale(0.9);
            opacity: 0.75;
        }
    }

    @keyframes hero-reveal-3d {
        0% {
            opacity: 0;
            transform: perspective(1200px) rotateX(18deg) rotateY(-16deg) translateY(30px) scale(0.94);
        }

        70% {
            opacity: 1;
            transform: perspective(1200px) rotateX(-2deg) rotateY(2deg) translateY(0) scale(1.02);
        }

        100% {
            opacity: 1;
            transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translateY(0) scale(1);
        }
    }

    @media (max-width: 1024px) {
        .hero-grid {
            grid-template-columns: 1fr;
            padding: 2.5rem 8% 3rem;
        }

        .hero-3d {
            margin-top: 2rem;
        }
    }

    @keyframes hint-slide {

        0%,
        100% {
            transform: translateX(0);
            opacity: 0.6;
        }

        50% {
            transform: translateX(6px);
            opacity: 1;
        }
    }

    @media (max-width: 1024px) {
        .orb {
            display: none;
        }

        .pick-card img {
            height: 100%;
        }
    }

    @media (max-width: 1024px) {
        .hero-picks-mobile {
            width: 100%;
            aspect-ratio: 4 / 3;
            height: auto;
        }

        .hero-mobile .hero-grid {
            min-height: 0;
        }
    }

    .category-shell {
        position: relative;
        padding: 0;
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        overflow: hidden;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .category-header {
        padding: 4rem 10% 1.5rem;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .category-header h2 {
        font-size: 2.4rem;
        font-weight: 600;
        color: #1b2d4a;
    }

    .category-header p {
        margin-top: 0.5rem;
        color: #5b6a7c;
        max-width: 560px;
    }

    .category-row {
        display: flex;
        gap: 1rem;
        overflow-x: hidden;
        padding: 1rem 10% 1.6rem;
        scroll-padding: 0 10%;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .category-row::-webkit-scrollbar {
        display: none;
    }

    .category-pill {
        flex: 0 0 auto;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 0.4rem;
        padding: 1rem 1.1rem;
        border-radius: 18px;
        border: 1px solid rgba(34, 70, 113, 0.12);
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        min-width: 150px;
        cursor: pointer;
        transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .category-pill img {
        width: 52px;
        height: 52px;
        object-fit: contain;
    }

    .category-pill span {
        font-size: 0.9rem;
        font-weight: 600;
        color: #224671;
        text-align: center;
    }

    .category-products {
        padding: 0 10% 3.5rem;
    }

    .category-products-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .category-products-head h3 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #1b2d4a;
    }

    .category-products-head a {
        padding: 0.5rem 1.1rem;
        border-radius: 999px;
        border: 1px solid #224671;
        color: #224671;
        font-weight: 600;
        transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    }

    .category-products-head a:hover {
        border-color: #f2660b;
        color: #f2660b;
    }

    .category-products-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.2rem;
    }

    .category-product-card {
        background: #ffffff;
        border-radius: 18px;
        padding: 1rem;
        border: 1px solid rgba(34, 70, 113, 0.12);
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
        transform: translateY(0);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .category-product-card.show {
        animation: fade-pop 0.5s ease;
    }

    .category-product-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 26px 60px rgba(15, 23, 42, 0.14);
    }

    .category-product-card img {
        width: 100%;
        height: 130px;
        object-fit: contain;
        margin-bottom: 0.75rem;
    }

    .category-product-card h4 {
        font-size: 1rem;
        font-weight: 600;
        color: #1b2d4a;
    }

    .category-product-card span {
        display: block;
        margin-top: 0.3rem;
        color: #6b7280;
        font-size: 0.85rem;
    }

    .category-view-more {
        display: flex;
        justify-content: center;
        margin-top: 1.5rem;
    }

    .category-view-more a {
        padding: 0.6rem 1.6rem;
        border-radius: 999px;
        border: 1px solid #224671;
        color: #224671;
        font-weight: 600;
        transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    }

    .category-view-more a:hover {
        border-color: #f2660b;
        color: #f2660b;
    }

    @keyframes fade-pop {
        from {
            opacity: 0;
            transform: translateY(12px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (max-width: 640px) {
        .category-header {
            padding: 2.5rem 8% 1.25rem;
        }

        .category-products-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .category-layout {
            padding: 0 8% 3rem;
            grid-template-columns: 1fr;
        }

        .list-grid {
            grid-template-columns: 1fr;
        }

        .scroll-btn {
            display: none;
        }

        .category-row {
            padding: 1rem 8% 2rem;
            scroll-padding: 0 8%;
        }

        .brand-row {
            padding: 1rem 8% 2rem;
            scroll-padding: 0 8%;
        }
    }

    .brand-shell {
        position: relative;
        padding: 0;
        background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        overflow: hidden;
    }

    .brand-header {
        padding: 4rem 10% 1.5rem;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .brand-header h2 {
        font-size: 2.25rem;
        font-weight: 600;
        color: #1b2d4a;
    }

    .brand-header p {
        margin-top: 0.5rem;
        color: #5b6a7c;
        max-width: 560px;
    }

    .brand-row {
        display: flex;
        gap: 1rem;
        overflow-x: auto;
        padding: 0.75rem 10% 1.6rem;
        scrollbar-width: thin;
    }

    .brand-row {
        scroll-padding: 0 10%;
    }

    .brand-pill {
        flex: 0 0 auto;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 0.4rem;
        padding: 1rem 1.1rem;
        border-radius: 18px;
        border: 1px solid rgba(34, 70, 113, 0.12);
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        min-width: 150px;
        cursor: pointer;
        transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .brand-pill.active {
        border-color: rgba(242, 102, 11, 0.6);
        box-shadow: 0 18px 40px rgba(242, 102, 11, 0.18);
        transform: translateY(-4px);
    }

    .brand-pill img {
        width: 52px;
        height: 52px;
        object-fit: contain;
    }

    .brand-pill span {
        font-size: 0.9rem;
        font-weight: 600;
        color: #224671;
        text-align: center;
    }

    .brand-products {
        padding: 0 10% 3.5rem;
    }

    .brand-products-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .brand-products-head h3 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #1b2d4a;
    }

    .brand-products-head a {
        padding: 0.5rem 1.1rem;
        border-radius: 999px;
        border: 1px solid #224671;
        color: #224671;
        font-weight: 600;
        transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    }

    .brand-products-head a:hover {
        border-color: #f2660b;
        color: #f2660b;
    }

    .brand-products-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.2rem;
    }

    .brand-product-card {
        background: #ffffff;
        border-radius: 18px;
        padding: 1rem;
        border: 1px solid rgba(34, 70, 113, 0.12);
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
        transform: translateY(0);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .brand-product-card.show {
        animation: fade-pop 0.5s ease;
    }

    .brand-product-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 26px 60px rgba(15, 23, 42, 0.14);
    }

    .brand-product-card img {
        width: 100%;
        height: 130px;
        object-fit: contain;
        margin-bottom: 0.75rem;
    }

    .brand-product-card h4 {
        font-size: 1rem;
        font-weight: 600;
        color: #1b2d4a;
    }

    .brand-product-card span {
        display: block;
        margin-top: 0.3rem;
        color: #6b7280;
        font-size: 0.85rem;
    }

    @media (max-width: 640px) {
        .brand-header {
            padding: 2.5rem 8% 1.25rem;
        }

        .brand-row {
            padding: 1rem 8% 2rem;
        }

        .brand-products {
            padding: 0 8% 3rem;
        }

        .brand-products-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }

    .panel-row {
        margin-top: clamp(1.75rem, 3vw, 3rem);
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }

    .panel-card {
        display: flex;
    }

    .panel-card .section-card {
        width: 100%;
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }

    .panel-card .recommend-grid,
    .panel-card .hot-grid,
    .panel-card .recent-grid {
        margin-top: 1rem;
    }

    .wishlist-shell {
        margin-top: clamp(1.75rem, 2.5vw, 3rem);
    }

    @media (max-width: 1024px) {
        .panel-row {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 768px) {
        .panel-row {
            display: flex;
            overflow-x: auto;
            scroll-snap-type: x proximity;
            padding-bottom: 1rem;
        }

        .panel-card {
            min-width: min(320px, 80vw);
            flex: 0 0 auto;
            scroll-snap-align: start;
        }
    }

    /* Testimonials Section */
    .testimonials-shell {
        margin-top: clamp(2rem, 3vw, 4rem);
    }

    .testimonials-header {
        text-align: center;
        margin-bottom: 3rem;
    }

    .testimonials-header h2 {
        font-size: clamp(1.5rem, 2.5vw, 2rem);
        font-weight: 700;
        color: #1b2d4a;
        margin-bottom: 0.5rem;
    }

    .testimonials-header p {
        font-size: 1.1rem;
        color: #64748b;
    }

    .testimonials-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
    }

    .testimonial-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 2rem;
        border: 1px solid rgba(34, 70, 113, 0.1);
        box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .testimonial-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 30px rgba(15, 23, 42, 0.12);
    }

    .testimonial-stars {
        font-size: 1.2rem;
        color: #f59e0b;
        margin-bottom: 1rem;
    }

    .testimonial-text {
        font-size: 0.95rem;
        line-height: 1.6;
        color: #475569;
        margin-bottom: 1.5rem;
        font-style: italic;
    }

    .testimonial-author strong {
        display: block;
        font-weight: 600;
        color: #1b2d4a;
    }

    .testimonial-author span {
        font-size: 0.85rem;
        color: #64748b;
    }

    /* Shipping & Delivery Section */
    .shipping-shell {
        margin-top: clamp(2rem, 3vw, 4rem);
    }

    .shipping-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
    }

    .shipping-card {
        background: #ffffff;
        border-radius: 12px;
        padding: 2rem 1.5rem;
        text-align: center;
        border: 1px solid rgba(34, 70, 113, 0.1);
        box-shadow: 0 2px 15px rgba(15, 23, 42, 0.06);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .shipping-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 25px rgba(15, 23, 42, 0.1);
    }

    .shipping-icon {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .shipping-card h3 {
        font-size: 1.1rem;
        font-weight: 600;
        color: #1b2d4a;
        margin-bottom: 0.5rem;
    }

    .shipping-card p {
        font-size: 0.9rem;
        color: #64748b;
    }

    /* Newsletter Section */
    .newsletter-shell {
        margin-top: clamp(2rem, 3vw, 4rem);
    }

    .newsletter-content {
        background: linear-gradient(135deg, #224671, #1e3a5f);
        border-radius: 16px;
        padding: 3rem 2rem;
        text-align: center;
        color: #ffffff;
    }

    .newsletter-text h2 {
        font-size: clamp(1.5rem, 2.5vw, 2rem);
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .newsletter-text p {
        font-size: 1.1rem;
        opacity: 0.9;
        margin-bottom: 2rem;
    }

    .newsletter-form {
        display: flex;
        gap: 1rem;
        max-width: 500px;
        margin: 0 auto;
    }

    .newsletter-form input {
        flex: 1;
        padding: 0.8rem 1.2rem;
        border: none;
        border-radius: 8px;
        font-size: 1rem;
        outline: none;
    }

    .newsletter-btn {
        background: #f2660b;
        color: #ffffff;
        border: none;
        padding: 0.8rem 2rem;
        border-radius: 8px;
        font-weight: 600;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .newsletter-btn:hover {
        background: #e55a0a;
    }

    /* Trust Badges Section */
    .trust-shell {
        margin-top: clamp(2rem, 3vw, 4rem);
        margin-bottom: clamp(2rem, 3vw, 4rem);
    }

    .trust-grid {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        flex-wrap: wrap;
    }

    .trust-item {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.9rem;
        color: #475569;
        font-weight: 500;
    }

    .trust-icon {
        font-size: 1.2rem;
    }

    @media (max-width: 768px) {
        .testimonials-grid {
            grid-template-columns: 1fr;
        }

        .shipping-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .newsletter-form {
            flex-direction: column;
            gap: 1rem;
        }

        .trust-grid {
            gap: 1.5rem;
        }

        .trust-item {
            font-size: 0.85rem;
        }
    }

    @media (max-width: 480px) {
        .shipping-grid {
            grid-template-columns: 1fr;
        }

        .trust-grid {
            gap: 1rem;
        }
    }

    /* New Sections Styles */
    .new-items-shell,
    .trendy-items-shell,
    .most-selling-shell {
        position: relative;
        padding: 0;
        background: #ffffff;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .new-items-shell .section-header,
    .trendy-items-shell .section-header,
    .most-selling-shell .section-header {
        padding: 4rem 10% 1.5rem;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .new-items-shell .scroll-hint,
    .trendy-items-shell .scroll-hint,
    .most-selling-shell .scroll-hint {
        padding: 0 10%;
        margin-bottom: 1rem;
    }

    .new-items-shell .items-grid,
    .trendy-items-shell .items-grid,
    .most-selling-shell .items-grid {
        padding: 0 10% 3.5rem;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
    }

    /* Expandable functionality */
    .expand-section {
        padding: 0 10% 2rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .expand-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        padding: 1rem 2rem;
        border: 2px solid #224671;
        background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
        color: #224671;
        border-radius: 50px;
        font-weight: 600;
        font-size: 1rem;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 4px 12px rgba(34, 70, 113, 0.15);
        position: relative;
        overflow: hidden;
        min-width: 180px;
    }

    .expand-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(34, 70, 113, 0.1) 0%, rgba(242, 102, 11, 0.1) 100%);
        transition: left 0.4s ease;
    }

    .expand-btn:hover::before {
        left: 0;
    }

    .expand-btn:hover {
        background: linear-gradient(135deg, #224671 0%, #1e3a5f 100%);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(34, 70, 113, 0.25);
        border-color: #224671;
    }

    .expand-btn:active {
        transform: translateY(0);
        box-shadow: 0 4px 12px rgba(34, 70, 113, 0.2);
    }

    .expand-btn.expanded {
        background: linear-gradient(135deg, #f2660b 0%, #ff8a3a 100%);
        border-color: #f2660b;
        color: white;
        box-shadow: 0 4px 12px rgba(242, 102, 11, 0.2);
    }

    .expand-btn.expanded::before {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    }

    .expand-btn.expanded:hover {
        background: linear-gradient(135deg, #ff8a3a 0%, #ffa94d 100%);
        box-shadow: 0 8px 24px rgba(242, 102, 11, 0.3);
        transform: translateY(-2px);
    }

    .expand-icon {
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .expand-btn.expanded .expand-icon {
        transform: rotate(180deg);
    }

    .expand-btn span {
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .hidden-item {
        animation: fadeInUp 0.5s ease forwards;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .section-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2rem;
    }

    .section-header h2 {
        font-size: 2rem;
        font-weight: 700;
        color: #1b2d4a;
        margin-bottom: 0.5rem;
    }

    .section-header p {
        color: #64748b;
        font-size: 1rem;
    }

    .items-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }

    @media (max-width: 900px) {
        .new-items-shell .items-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0.75rem;
        }
    }

    .new-items-shell .new-product-card {
        position: relative;
        background: #ffffff;
        border-radius: 16px;
        padding: 1rem;
        border: 1px solid rgba(34, 70, 113, 0.12);
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
        text-decoration: none;
        display: flex;
        flex-direction: column;
        gap: 0.55rem;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
        min-height: 100%;
        overflow: hidden;
    }

    .new-items-shell .new-product-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 32px rgba(15, 23, 42, 0.14);
        border-color: rgba(242, 102, 11, 0.3);
    }

    .new-items-shell .new-product-card img {
        width: 100%;
        height: 150px;
        object-fit: contain;
        border-radius: 10px;
        background: #f8fafc;
        padding: 0.4rem;
    }

    .new-items-shell .new-product-category {
        font-size: 0.72rem;
        color: #64748b;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .new-items-shell .new-product-title {
        margin: 0;
        color: #1b2d4a;
        font-size: 0.95rem;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 2.4em;
    }

    .new-items-shell .new-product-price-row {
        display: flex;
        align-items: baseline;
        gap: 0.45rem;
        flex-wrap: wrap;
    }

    .new-items-shell .new-product-price-strike {
        font-size: 0.75rem;
        color: #94a3b8;
        text-decoration: line-through;
    }

    .new-items-shell .new-product-price-current {
        font-size: 1rem;
        font-weight: 700;
        color: #1b2d4a;
    }

    .new-items-shell .new-product-rating {
        display: inline-flex;
        align-items: center;
        gap: 0.2rem;
        font-size: 0.75rem;
        color: #1b2d4a;
    }

    .new-items-shell .new-product-rating .star {
        color: #d1d5db;
        font-size: 0.85rem;
        line-height: 1;
    }

    .new-items-shell .new-product-rating .star.filled {
        color: #f5a524;
    }

    .new-items-shell .new-product-rating-text {
        margin-left: 0.25rem;
        color: #64748b;
        font-size: 0.72rem;
    }

    .new-items-shell .new-product-stock {
        font-size: 0.75rem;
        font-weight: 600;
    }

    .new-items-shell .new-product-stock.in {
        color: #16a34a;
    }

    .new-items-shell .new-product-stock.out {
        color: #dc2626;
    }

    .new-items-shell .new-product-cta {
        margin-top: auto;
        border-radius: 999px;
        background: #224671;
        color: #ffffff;
        text-align: center;
        font-size: 0.8rem;
        font-weight: 600;
        padding: 0.45rem 0.75rem;
    }

    .new-items-shell .new-product-offer-badge {
        position: absolute;
        top: 0.8rem;
        left: 0.85rem;
        z-index: 2;
        border-radius: 999px;
        padding: 0.2rem 0.55rem;
        font-size: 0.65rem;
        font-weight: 700;
        color: #a14000;
        background: rgba(242, 102, 11, 0.12);
        border: 1px solid rgba(242, 102, 11, 0.3);
    }

    .new-items-shell .new-animated-badge {
        position: absolute;
        top: 0.8rem;
        right: 0.85rem;
        z-index: 2;
        border-radius: 999px;
        padding: 0.22rem 0.68rem;
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        color: #ffffff;
        font-size: 0.66rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);
        animation: newBadgePulse 1.4s ease-in-out infinite;
    }

    .new-items-shell .new-animated-badge::after {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 120%;
        height: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
        animation: newBadgeShine 1.8s linear infinite;
    }

    .new-items-shell .new-animated-badge span {
        position: relative;
        z-index: 1;
    }

    .trendy-items-shell .trendy-animated-badge {
        position: absolute;
        top: 0.8rem;
        right: 0.85rem;
        z-index: 2;
        border-radius: 999px;
        padding: 0.22rem 0.68rem;
        background: linear-gradient(135deg, #f2660b 0%, #dd5a08 100%);
        color: #ffffff;
        font-size: 0.66rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(242, 102, 11, 0.4);
        animation: newBadgePulse 1.4s ease-in-out infinite;
    }

    .trendy-items-shell .trendy-animated-badge::after {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 120%;
        height: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
        animation: newBadgeShine 1.8s linear infinite;
    }

    .trendy-items-shell .trendy-animated-badge span {
        position: relative;
        z-index: 1;
    }

    .most-selling-shell .bestseller-animated-badge {
        position: absolute;
        top: 0.8rem;
        right: 0.85rem;
        z-index: 2;
        border-radius: 999px;
        padding: 0.22rem 0.68rem;
        background: linear-gradient(135deg, #224671 0%, #1b2d4a 100%);
        color: #ffffff;
        font-size: 0.66rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(34, 70, 113, 0.4);
        animation: newBadgePulse 1.4s ease-in-out infinite;
    }

    .most-selling-shell .bestseller-animated-badge::after {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 120%;
        height: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
        animation: newBadgeShine 1.8s linear infinite;
    }

    .most-selling-shell .bestseller-animated-badge span {
        position: relative;
        z-index: 1;
    }

    @keyframes newBadgePulse {
        0%,
        100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.06);
        }
    }

    @keyframes newBadgeShine {
        0% {
            left: -120%;
        }

        100% {
            left: 120%;
        }
    }

    @media (max-width: 640px) {
        .new-items-shell .new-product-card {
            padding: 0.8rem;
            gap: 0.45rem;
        }

        .new-items-shell .new-product-card img {
            height: 120px;
        }
    }

    .item-card {
        position: relative;
        background: white;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        text-decoration: none;
        display: flex;
        flex-direction: column;
    }

    .item-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

    .item-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .item-card h4 {
        padding: 1rem;
        font-size: 1.1rem;
        font-weight: 600;
        color: #1b2d4a;
        margin: 0;
    }

    .new-badge,
    .trendy-badge,
    .bestseller-badge {
        position: absolute;
        top: 1rem;
        right: 1rem;
        padding: 0.25rem 0.75rem;
        border-radius: 20px;
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase;
        z-index: 1;
    }

    .new-badge {
        background: #10b981;
        color: white;
    }

    .trendy-badge {
        background: #f2660b;
        color: white;
    }

    .bestseller-badge {
        background: #224671;
        color: white;
    }

    .rating-info,
    .sales-info {
        padding: 0 1rem 1rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .rating-info .star {
        color: #fbbf24;
        font-size: 1rem;
    }

    /* Use Case Section */
    .usecase-shell {
        position: relative;
        padding: 0;
        background: #f8fafc;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        overflow: hidden;
    }

    .usecase-shell .section-header {
        padding: 4rem 10% 1.5rem;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .usecase-grid {
        padding: 0 10% 3.5rem;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }

    .usecase-category {
        background: white;
        border-radius: 16px;
        padding: 2rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .usecase-header h3 {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1b2d4a;
        margin-bottom: 0.5rem;
    }

    .usecase-header p {
        color: #64748b;
        margin-bottom: 1.5rem;
    }

    .usecase-products {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .usecase-product-card {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        background: #f8fafc;
        border-radius: 8px;
        padding: 0.75rem;
        transition: all 0.3s ease;
        height: 100%;
    }

    .usecase-product-card:hover {
        background: #e2e8f0;
        transform: translateY(-2px);
    }

    .usecase-product-card img {
        width: 100%;
        height: 80px;
        object-fit: cover;
        border-radius: 4px;
        margin-bottom: 0.5rem;
    }

    .usecase-product-card h5 {
        font-size: 0.9rem;
        font-weight: 600;
        color: #1b2d4a;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.3;
        min-height: 2.6em;
    }

    @media (max-width: 1024px) {
        .usecase-products {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    .usecase-footer {
        text-align: center;
    }

    .usecase-cta {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.75rem 1.5rem;
        background: #224671;
        color: white;
        text-decoration: none;
        border-radius: 8px;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .usecase-cta:hover {
        background: #f2660b;
        transform: translateY(-2px);
    }

    /* Call to Action Section */
    .cta-shell {
        position: relative;
        padding: 0;
        background: linear-gradient(135deg, #224671 0%, #1b2d4a 100%);
        color: white;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        overflow: hidden;
    }

    .cta-content {
        padding: 4rem 10% 3.5rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }

    .cta-text h2 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        line-height: 1.2;
    }

    .cta-text p {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 2rem;
        opacity: 0.9;
    }

    .cta-stats {
        display: flex;
        gap: 3rem;
        margin-bottom: 2rem;
    }

    .stat-item {
        text-align: center;
    }

    .stat-number {
        display: block;
        font-size: 2rem;
        font-weight: 700;
        color: #f2660b;
    }

    .stat-label {
        font-size: 0.9rem;
        opacity: 0.8;
    }

    .cta-buttons {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .cta-primary,
    .cta-secondary {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 1rem 2rem;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .cta-primary {
        background: #f2660b;
        color: white;
    }

    .cta-primary:hover {
        background: #d45a0a;
        transform: translateY(-2px);
    }

    .cta-secondary {
        background: transparent;
        color: white;
        border: 2px solid white;
    }

    .cta-secondary:hover {
        background: white;
        color: #224671;
        transform: translateY(-2px);
    }

    .cta-visual {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cta-visual img {
        width: 100%;
        max-width: 300px;
        height: auto;
        border-radius: 16px;
    }

    .cta-badges {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .badge {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        padding: 0.75rem 1rem;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .badge i {
        width: 20px;
        height: 20px;
    }

    @media (max-width: 1024px) {
        .usecase-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }
    }

    /* Responsive Design */
    @media (max-width: 768px) {

        .category-header,
        .new-items-shell .section-header,
        .trendy-items-shell .section-header,
        .most-selling-shell .section-header,
        .usecase-shell .section-header {
            flex-direction: column;
            align-items: flex-start;
            gap: 1rem;
            padding: 2rem 6% 1.5rem;
        }

        .category-header > div,
        .new-items-shell .section-header > div,
        .trendy-items-shell .section-header > div,
        .most-selling-shell .section-header > div,
        .usecase-shell .section-header > div {
            width: 100%;
        }

        .category-header .category-cta,
        .new-items-shell .section-header .category-cta,
        .trendy-items-shell .section-header .category-cta,
        .most-selling-shell .section-header .category-cta,
        .usecase-shell .section-header .category-cta {
            align-self: flex-start;
            margin-top: 0.15rem;
        }

        .new-items-shell .scroll-hint,
        .trendy-items-shell .scroll-hint,
        .most-selling-shell .scroll-hint {
            padding: 0 6%;
        }

        .new-items-shell .items-grid,
        .trendy-items-shell .items-grid,
        .most-selling-shell .items-grid {
            padding: 0 6% 3rem;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1rem;
        }

        .usecase-grid {
            padding: 0 6% 3rem;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
        }

        .usecase-products {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0.75rem;
        }

        .cta-content {
            padding: 2rem 6% 2rem;
            grid-template-columns: 1fr;
            gap: 2rem;
            text-align: center;
        }

        .cta-text h2 {
            font-size: 2.2rem;
        }

        .cta-text p {
            font-size: 1rem;
        }

        .cta-stats {
            justify-content: center;
            gap: 2rem;
        }

        .cta-buttons {
            justify-content: center;
            flex-wrap: wrap;
        }

        .cta-visual {
            order: -1;
        }

        .cta-badges {
            position: static;
            transform: none;
            flex-direction: row;
            justify-content: center;
            margin-top: 1rem;
            flex-wrap: wrap;
            gap: 0.75rem;
        }
    }

    @media (max-width: 480px) {
        .usecase-grid {
            grid-template-columns: 1fr;
            gap: 1rem;
        }

        .new-items-shell .section-header h2,
        .trendy-items-shell .section-header h2,
        .most-selling-shell .section-header h2,
        .usecase-shell .section-header h2 {
            font-size: 1.5rem;
        }

        .new-items-shell .items-grid,
        .trendy-items-shell .items-grid,
        .most-selling-shell .items-grid {
            grid-template-columns: 1fr;
        }

        .cta-text h2 {
            font-size: 2rem;
        }

        .cta-stats {
            flex-direction: column;
            gap: 1rem;
        }

        .cta-buttons {
            flex-direction: column;
        }

        .cta-visual img {
            max-width: 200px;
        }

        .cta-badges {
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
        }
    }

    /* Index typography tuning */
    .section-header h2 {
        font-size: clamp(1.45rem, 2.6vw, 1.9rem);
        line-height: 1.2;
    }

    .category-header h2,
    .brand-header h2,
    .cta-text h2 {
        font-size: clamp(1.6rem, 3.6vw, 2.2rem);
        line-height: 1.15;
    }

    .recent-header h2,
    .recommend-header h2,
    .hot-header h2,
    .search-related-header h2,
    .wishlist-header h2,
    .wishlist-row-header h2,
    .category-products-head h3,
    .brand-products-head h3,
    .usecase-header h3 {
        font-size: clamp(1.05rem, 2vw, 1.35rem);
        line-height: 1.25;
    }

    .section-header p,
    .category-header p,
    .brand-header p,
    .wishlist-row-header p,
    .usecase-header p,
    .cta-text p {
        font-size: clamp(0.84rem, 1.5vw, 0.96rem);
    }

    @media (max-width: 768px) {
        .recent-card h4,
        .brand-product-card h4,
        .new-items-shell .new-product-title {
            font-size: 0.88rem;
        }

        .new-items-shell .new-product-price-current {
            font-size: 0.95rem;
        }

        .new-items-shell .new-product-price-strike,
        .new-items-shell .new-product-rating,
        .new-items-shell .new-product-stock,
        .category-pill span,
        .brand-pill span {
            font-size: 0.78rem;
        }

        .expand-btn span {
            font-size: 0.92rem;
        }
    }

    @media (max-width: 480px) {
        .category-header h2,
        .brand-header h2,
        .cta-text h2 {
            font-size: 1.45rem;
        }

        .section-header h2 {
            font-size: 1.3rem;
        }

        .section-header p,
        .category-header p,
        .brand-header p,
        .wishlist-row-header p,
        .usecase-header p,
        .cta-text p {
            font-size: 0.82rem;
        }
    }

    /* Premium glass finish for index sections */
    .category-shell,
    .brand-shell,
    .new-items-shell,
    .trendy-items-shell,
    .most-selling-shell,
    .usecase-shell {
        background:
            radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.88), transparent 48%),
            radial-gradient(circle at 88% 14%, rgba(224, 242, 254, 0.52), transparent 40%),
            linear-gradient(180deg, #f8fbff 0%, #f3f7fd 100%);
    }

    .section-card,
    .new-items-shell .new-product-card,
    .wishlist-row-card,
    .category-pill,
    .brand-pill,
    .usecase-category,
    .usecase-product-card {
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(255, 255, 255, 0.55);
        box-shadow:
            0 18px 38px rgba(15, 23, 42, 0.12),
            inset 0 1px 0 rgba(255, 255, 255, 0.72);
        backdrop-filter: blur(12px) saturate(130%);
        -webkit-backdrop-filter: blur(12px) saturate(130%);
    }

    .section-card,
    .new-items-shell .new-product-card,
    .wishlist-row-card,
    .category-pill,
    .brand-pill,
    .usecase-category {
        position: relative;
        overflow: hidden;
    }

    .section-card::after,
    .new-items-shell .new-product-card::after,
    .wishlist-row-card::after,
    .category-pill::after,
    .brand-pill::after,
    .usecase-category::after {
        content: "";
        position: absolute;
        top: -120%;
        left: -25%;
        width: 60%;
        height: 280%;
        pointer-events: none;
        background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
        transform: rotate(18deg) translateX(-160%);
        transition: transform 0.7s ease;
    }

    .section-card:hover::after,
    .new-items-shell .new-product-card:hover::after,
    .wishlist-row-card:hover::after,
    .category-pill:hover::after,
    .brand-pill:hover::after,
    .usecase-category:hover::after {
        transform: rotate(18deg) translateX(260%);
    }

    .category-cta,
    .usecase-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.45rem;
        padding: 0.52rem 1rem;
        border-radius: 999px;
        color: #1b2d4a;
        font-weight: 600;
        text-decoration: none;
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(255, 255, 255, 0.55);
        box-shadow:
            0 10px 24px rgba(15, 23, 42, 0.12),
            inset 0 1px 0 rgba(255, 255, 255, 0.75);
        backdrop-filter: blur(10px) saturate(125%);
        -webkit-backdrop-filter: blur(10px) saturate(125%);
        transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    .category-cta:hover,
    .usecase-cta:hover {
        transform: translateY(-1px);
        color: #ffffff;
        background: linear-gradient(135deg, #224671 0%, #1b2d4a 100%);
        border-color: rgba(34, 70, 113, 0.62);
    }
