/* ==========================================
   HAJI JEWELRY GLOBAL 2026 — STYLE
   Tailwind + Custom (hj-*)
========================================== */

:root {
    --hj-green: #12362c;        /* سبز لجنی اصلی */
    --hj-green-dark: #36685f;   /* سبز لجنی تیره */
    --hj-green-soft: #E9ECE7;

    --hj-gold: #C6A059;
    --hj-gold-dark: #A77532;
    --hj-ink: #1C1C1C;
    --hj-cream: #F4EFE8;
    --hj-cream-light: #FAF5EE;
    --hj-cream-border: #E1D5C4;
}

/* Reset */
*, *::before, *::after {
    box-sizing: border-box;
}
a { text-decoration: none; color: inherit; }
img { display: block; }

/* Global Body */
body {
    background:
        linear-gradient(
            to bottom,
            #F4EFE8 0%,
            #EDE7DC 25%,
            #12362c 100%
        );
    color: var(--hj-ink);
    line-height: 1.7;
}


/* ======================
   NO SCROLLBAR
====================== */
.hj-no-scrollbar::-webkit-scrollbar { display: none; }
.hj-no-scrollbar { scrollbar-width: none; }

/* ======================
   HERO GRID BACKGROUND — FINAL LUXURY VERSION
   Tiffany Green + Cartier Gold
====================== */
.hj-hero-bg {
    position: relative;
    background:

        /* نور سبز جدید */
        radial-gradient(
            circle at 20% 20%,
            rgba(47,92,84,0.85),
            rgba(28,49,45,1) 60%
        ),

        /* های‌لایت سبز طلایی هماهنگ با رنگ جدید */
        radial-gradient(
            circle at 80% 80%,
            rgba(47,92,84,0.45),
            rgba(28,49,45,1) 70%
        ),

        /* گرادیان سبز عمیق بر اساس رنگ جدید */
        linear-gradient(
            to bottom,
            #234640 0%,
            #2f5c54 50%,
            #234640 100%
        );
}



/* گرید طلایی – بدون تغییر */
.hj-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0 2px, transparent 2px 14px),
        repeating-linear-gradient(-45deg, rgba(255,255,255,0.03) 0 2px, transparent 2px 14px);
    background-size: 26px 26px, 26px 26px, 38px 38px, 38px 38px;
    opacity: .20;
}




/* Glow under title */
.hj-title-glow {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, var(--hj-green), var(--hj-gold));
    border-radius: 999px;
    box-shadow: 0 0 18px rgba(198,160,89,0.6);
}

/* Elevated Hero Card */
.hj-card-elevated {
    background: rgba(255,255,255,0.96);
    border-radius: 28px;
    padding: 18px;
    border: 1px solid #f0e3d1;
    box-shadow:
        0 22px 60px rgba(0,0,0,0.14),
        0 10px 24px rgba(0,0,0,0.06),
        0 0 20px rgba(210,170,90,0.20);
}

/* Pills */
.hj-soft-pill {
    border-radius: 18px;
    border: 1px solid rgba(220,200,170,0.65);
    background: rgba(255,255,255,0.85);
    padding: 8px 12px;
}

/* ============================
   STORY RING (Instagram style)
============================ */
.hj-story-item {
    cursor: pointer;
    border: none;
    background: transparent;
}

.hj-story-ring {
    width: 68px;
    height: 68px;
    border-radius: 999px;
    padding: 3px;

    background: conic-gradient(
        #1F2D25,
        #C6A059,
        #1F2D25,
        #A77532,
        #1F2D25
    );

    box-shadow: 0 4px 16px rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}


.hj-story-thumb {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    background: #ffffff;
    object-fit: cover;

    border: 2px solid rgba(198,160,89,0.55);
}


/* ============================
   STORY MODAL
============================ */
.hj-story-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.hj-story-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(6px);
}


.hj-story-box {
    position: relative;
    width: 92%;
    max-width: 380px;
    margin: 60px auto;
    padding: 12px;
    background: linear-gradient(145deg, #ffffffdd, #f8f3ea);
    border: 1px solid rgba(198,160,89,0.45);
    border-radius: 24px;
    box-shadow: 
        0 20px 50px rgba(0,0,0,0.25),
        0 0 22px rgba(198,160,89,0.30);}

.hj-story-close {
    position: absolute;
    right: 12px;
    top: 6px;
    font-size: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #333;
}

.hj-story-img {
    width: 100%;
    border-radius: 18px;
}

/* ======================
   TABS
====================== */
.hj-tab-btn {
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid #e0d3c1;
    background: #ffffffcc;
    transition: .2s;
    cursor: pointer;
}

.hj-tab-btn:hover { transform: translateY(-1px); }

.hj-tab-btn.is-active {
    background: #111;
    color: #f7f3ec;
    border-color: var(--hj-gold);
}

/* ======================
   PRODUCT GRID
====================== */

.hj-product-grid.is-active {
    display: grid;
}

/* Product Card */
.hj-product-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 14px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
    transition: .25s ease;
}

.hj-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

/* Hover Overlay CTA */
.hj-card-hover {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(2px);
    border-radius: 16px;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: .2s;
}

.hj-product-card:hover .hj-card-hover {
    opacity: 1;
}

.hj-hover-view,
.hj-hover-cart {
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 999px;
    background: #fff;
    color: #111;
    border: none;
    cursor: pointer;
    transition: .2s;
}

.hj-hover-cart {
    background: var(--hj-green);
    color: #fff;
}

.hj-hover-view:hover,
.hj-hover-cart:hover {
    transform: translateY(-2px);
}

/* ======================
   COLLECTION CARD
====================== */
.hj-collection-card {
    border-radius: 18px;
    padding: 1px;
    background: linear-gradient(135deg, #fdf7ea, #f4ebdf);
    border: 1px solid #e1d4c0;
    transition: .25s;
}

.hj-collection-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* ======================
   CATEGORY ROW
====================== */
.hj-category-row {
    border-radius: 22px;
    padding: 20px;
    background: #fbf6ee;
    border: 1px solid #eadfcd;
    box-shadow: 0 10px 32px rgba(0,0,0,0.10);
}

/* ======================
   STORY / ABOUT
====================== */
.hj-story-card {
    border-radius: 24px;
    background: #fdf9f2;
    padding: 22px;
    border: 1px solid #e3d6c3;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

/* Underline link */
.hj-link-underline {
    position: relative;
}
.hj-link-underline::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 40%;
    height: 1px;
    background: var(--hj-gold);
    transition: .25s;
}
.hj-link-underline:hover::after { width: 100%; }

/* ======================
   BUTTONS
====================== */
.hj-btn-glass,
.hj-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 22px;
    font-size: 13px;
    cursor: pointer;
    transition: .22s;
}

.hj-btn-primary {
    background: linear-gradient(135deg, var(--hj-green), var(--hj-green-dark));
    color: #fff;
    padding: 12px;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    transition: .22s;
}

.hj-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(107,175,146,0.6);
}

.hj-btn-glass {
    background: rgba(255,255,255,0.6);
    border: 1px solid #c9a15f99;
    backdrop-filter: blur(10px);
}
.hj-btn-glass:hover {
    background: #fff;
}

.hj-btn-outline {
    background: #ffffffcc;
    border: 1px solid #d3c7b6;
}
.hj-btn-outline:hover {
    border-color: var(--hj-gold);
}
/* خط زیر منوی هدر */
.hj-nav-underline {
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, var(--hj-gold), transparent);
    transition: width .25s ease;
}
a:hover .hj-nav-underline { width: 100%; }


/* افکت هدر در اسکرول */
#hj-header.hj-scrolled {
    backdrop-blur: 28px;
    background: rgba(255,255,255,0.92);
    border-bottom-color: #e3d7c9;
    box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}

/* دکمه سبد */
.hj-cart-btn {
    transition: all .25s ease;
    cursor: pointer;
}
.hj-cart-btn:hover {
    transform: translateY(-2px);
}

/* مینی‌کارت */
#hj-mini-cart {
    animation: cartDrop .25s ease;
}
@keyframes cartDrop {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* GOLD SHINE BORDER BOX */
.hj-footer-box {
    background: linear-gradient(135deg, #ffffffdd, #f8f3ea);
    border: 1px solid #e6d7c5;
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
}

/* HEADER scroll */
#hj-header.hj-scrolled {
    background: rgba(255,255,255,0.96) !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    border-color: #d8c9b4;
}

/* MINI CART animation */
@keyframes cartDrop {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* HEADER SCROLL EFFECT */
#hj-header.scrolled {
    background: rgba(255,255,255,0.92) !important;
    border-color: #dfcfb8 !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* MINI CART DROP */
#hj-mini-cart {
    animation: miniCartGo .22s ease;
}
@keyframes miniCartGo {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* ============================
   HERO – pattern & badge & brand box
============================ */
.hj-hero-pattern {
    position: absolute;
    inset: -14px -14px -18px -14px;
    border-radius: 32px;
    background-image:
        linear-gradient(90deg, rgba(46,63,54,0.10) 1px, transparent 1px),
        linear-gradient(rgba(46,63,54,0.10) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: .10;
    z-index: 0;
}

.hj-hero-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, var(--hj-gold), var(--hj-gold-dark));
    color: #fff;
    padding: 4px 12px;
    font-size: 11px;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.20);
}
.hj-brand-box {
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(214,195,165,0.7);
    background: rgba(255,255,255,0.85);
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
}

/* نرخ لحظه‌ای طلا */
.hj-gold-box {
    padding: 10px 14px;
    border: 1px solid rgba(198,160,89,0.45);
    background: #fff;
    border-radius: 14px;
    display: inline-block;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

/* ============================
   GOLD STRIP (services)
============================ */
.hj-gold-strip {
    background: linear-gradient(90deg, #1F2D25, #2E3F36);

    color: #f7f3ec;
}
.hj-gold-item svg {
    width: 18px;
    height: 18px;
    opacity: .85;
}

/* ============================
   COLLECTION CARDS – upgraded
============================ */
.hj-collection-card {
    position: relative;
    border-radius: 20px;
    padding: 18px 16px 14px 16px;
    background: linear-gradient(135deg, #ffffff, #faf5ee);
    border: 1px solid #eadfcd;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: .25s ease;
}
.hj-collection-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(0,0,0,0.13);
    background: radial-gradient(circle at 0 0, #fffaf1, #ffffff);
}
.hj-collection-thumb {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.hj-collection-view {
    font-size: 12px;
    color: var(--hj-green);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* ============================
   PRODUCT CARD badges + subtext
============================ */
.hj-product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, var(--hj-green), var(--hj-green-dark));
    color: #fff;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}
.hj-price-sub {
    font-size: 11px;
    color: #71685a;
}

/* ============================
   CATEGORY ROW slider
============================ */
.hj-row-slider {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
}
.hj-row-slider > * {
    scroll-snap-align: center;
}
.hj-row-slider::-webkit-scrollbar {
    height: 6px;
}
.hj-row-slider::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.18);
    border-radius: 999px;
}
.hj-row-slider::-webkit-scrollbar-track {
    background: transparent;
}

/* ============================
   CONTACT / STORY section
============================ */
.hj-contact-textarea {
    border-radius: 18px;
    border: 1px solid #e3d6c3;
    background: #fffdf8;
    resize: vertical;
    outline: none;
    transition: .2s;
}
.hj-contact-textarea:focus {
    border-color: var(--hj-green);
    box-shadow: 0 0 0 1px rgba(107,175,146,0.45);
    background: #ffffff;
}
.hj-quote-box {
    border-radius: 16px;
    background: #f9f2e7;
    border: 1px solid #e5d4c1;
    padding: 10px 12px;
    font-size: 12px;
    color: #6a5f51;
}
/* رفع چسبیدن زیر هم */
.hj-row-slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 18px !important;
    scroll-snap-type: x mandatory;
}

.hj-row-slider > .hj-product-card {
    flex: 0 0 230px !important;
    max-width: 230px !important;
    scroll-snap-align: center;
}
/* ------------------------------------------------------ */
/*      PREMIUM SLIDERS — SOFT SHADOW (Luxury 2026)       */
/* ------------------------------------------------------ */

/* Wrapper with fade sides */
.hj-premium-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 6px;

}

/* Slider track */
.hj-premium-slider {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 6px 2px 14px;
    scrollbar-width: none;
}
.hj-premium-slider::-webkit-scrollbar {
    display: none;
}

/* Single slide card (soft shadow version) */
.hj-premium-slide {
    flex: 0 0 230px;
    max-width: 230px;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 18px;
    padding: 12px;
    box-shadow:
        0 3px 8px rgba(0,0,0,0.04),
        0 12px 22px rgba(0,0,0,0.05);
    transition: .22s ease;
    border: 1px solid rgba(225,215,197,0.45);
}

.hj-premium-slide:hover {
    transform: translateY(-4px);
    box-shadow:
        0 6px 16px rgba(0,0,0,0.06),
        0 14px 26px rgba(0,0,0,0.08);
}

/* Image */
.hj-premium-slide img {
    border-radius: 14px;
}

.hj-slider-fade-left,
.hj-slider-fade-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    pointer-events: none;
    z-index: 1; /* FIXED */
}


.hj-slider-fade-left {
    left: 0;
    background: linear-gradient(to right, #fbf8f2ff, #fbf8f2dd, transparent);
}

.hj-slider-fade-right {
    right: 0;
    background: linear-gradient(to left, #fbf8f2ff, #fbf8f2dd, transparent);
}

/* Small sub price text */
.hj-price-sub {
    font-size: 11px;
    color: #8e826f;
}
/* ============================================ */
/*         CATEGORY LUX BOX (Cartier style)     */
/* ============================================ */

.hj-category-lux {
    background: #fbf6ee;
    border: 1px solid #eadfcd;
    border-radius: 26px;
    padding: 22px;
    box-shadow:
        0 12px 32px rgba(0,0,0,0.08),
        0 4px 10px rgba(0,0,0,0.04);
    position: relative;
}

/* small shine top */
.hj-category-lux::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255,255,255,0.45), transparent 35%);
    pointer-events: none;
}

/* HEADER box */
.hj-category-head {
    background: #fff;
    padding: 14px 18px;
    border-radius: 18px;
    border: 1px solid #12362c;
    box-shadow:
        0 6px 14px rgba(0,0,0,0.05),
        0 2px 6px rgba(0,0,0,0.03);
}

/* VIEW LINK */
.hj-category-view {
    font-size: 13px;
    color: var(--hj-gold);
    transition: .2s ease;
}
.hj-category-view:hover {
    color: var(--hj-gold-dark);
    transform: translateX(-3px);
}


/* ===========================================================
   POPULAR PRODUCTS BOX — Luxury 2026 (Green + Cream Style)
=========================================================== */

.hj-popular-lux {
    background: #fbf6ee;
    border: 1px solid #eadfcd;
    border-radius: 28px;
    padding: 26px;
    margin-top: 14px;
    box-shadow:
        0 12px 28px rgba(0,0,0,0.08),
        0 4px 10px rgba(0,0,0,0.04);
    position: relative;
}

/* subtle shine on top */
.hj-popular-lux::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255,255,255,0.55), transparent 40%);
    pointer-events: none;
}

/* HEAD BOX */
.hj-popular-head {
    background: #fff;
    padding: 16px 20px;
    border-radius: 20px;
    border: 1px solid #e8dccb;
    box-shadow:
        0 6px 14px rgba(0,0,0,0.05),
        0 2px 6px rgba(0,0,0,0.03);
}

/* HOT badge (green version) */
.hj-popular-tag {
    background: linear-gradient(135deg, var(--hj-green), var(--hj-green-dark));
    color: #fff;
    padding: 5px 14px;
    font-size: 11px;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

/* Reduce shadow for premium slides (cleaner) */
.hj-premium-slide {
    border-color: rgba(225,215,197,0.35) !important;
    box-shadow:
        0 3px 6px rgba(0,0,0,0.04),
        0 10px 18px rgba(0,0,0,0.05) !important;
}
.hj-premium-slide:hover {
    box-shadow:
        0 5px 12px rgba(0,0,0,0.06),
        0 14px 22px rgba(0,0,0,0.08) !important;
}





.hj-slider-fade-right {
    right: -2px !important;
    background: linear-gradient(to left,
        #fbf6eeff, #fbf6eecc, transparent);
}
/* ==========================================================
   GLOBAL PRODUCT CATALOG — HAJI JEWELRY 2026
========================================================== */



/* =========== WRAPPER GRID =========== */
.hj-catalog-wrapper {
    background: linear-gradient(to bottom,#fbf8f2,#f6f1ea,#efe6db);
}

.hj-catalog-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 26px;
}

@media(max-width: 900px) {
    .hj-catalog-grid {
        grid-template-columns: 1fr;
    }
}

/* =========== SIDEBAR =========== */
.hj-catalog-sidebar {
    background: #ffffffcc;
    backdrop-filter: blur(12px);
    border: 1px solid #e4d9c9;
    padding: 18px 20px;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.06);
}

.hj-side-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--hj-ink);
    margin-bottom: 10px;
}

.hj-side-list li a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    color: #5e5e5e;
    transition: .2s;
}

.hj-side-list li a:hover {
    color: var(--hj-green-dark);
}

.hj-side-list li a.active {
    font-weight: 600;
    color: var(--hj-green);
}

.hj-separator {
    height: 1px;
    background: #e4d9c9;
    margin: 18px 0;
}

/* FILTERS */
.hj-filter-group {
    margin-bottom: 14px;
}

.hj-filter-group label {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
    color: #666;
}

.hj-filter-group input,
.hj-filter-group select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #decfbf;
    border-radius: 10px;
    background: #fffdfb;
    outline: none;
    transition: .2s;
}
.hj-filter-group input:focus,
.hj-filter-group select:focus {
    border-color: var(--hj-green);
    box-shadow: 0 0 0 1px var(--hj-green);
}

/* =========== CATALOG HEADER =========== */
.hj-catalog-head {
    background: #ffffffee;
    border: 1px solid #e4d9c9;
    padding: 16px 20px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    margin-bottom: 24px;
}

.hj-sort-form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hj-sort-form select {
    padding: 6px 10px;
    border-radius: 14px;
    border: 1px solid #ded3c2;
    background: #fff;
    font-size: 13px;
}

/* NOT FOUND */
.hj-notfound {
    text-align: center;
    padding: 40px;
    font-size: 15px;
    color: #666;
}

/* =========== PRODUCT GRID =========== */


.hj-pcard {
    display: block;
    background: #fff;
    border: 1px solid #e7dccd;
    border-radius: 20px;
    padding: 14px;
    box-shadow:
        0 4px 10px rgba(0,0,0,0.04),
        0 12px 22px rgba(0,0,0,0.05);
    transition: .25s;
}

.hj-pcard:hover {
    transform: translateY(-4px);
    box-shadow:
        0 8px 20px rgba(0,0,0,0.06),
        0 14px 28px rgba(0,0,0,0.08);
}

/* IMAGE */
.hj-pcard-img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 16px;
}

/* BODY */
.hj-pcard-title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}

.hj-pcard-meta {
    margin-top: 4px;
    font-size: 12px;
    color: #757575;
    display: flex;
    justify-content: space-between;
}

.hj-pcard-price {
    margin-top: 6px;
    font-size: 15px;
    font-weight: bold;
    color: var(--hj-green);
}

/* BADGES */
.hj-badge {
    margin-top: 6px;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
    display: inline-block;
}
.hj-badge.success {
    background: rgba(107,175,146,0.15);
    color: var(--hj-green-dark);
}
.hj-badge.danger {
    background: #ffe4e4;
    color: #cc0000;
}

/* PAGINATION */
.hj-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 26px;
}

.hj-pagination a {
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #e2d4c2;
    color: #444;
    transition: .22s;
}

.hj-pagination a:hover {
    border-color: var(--hj-green);
    color: var(--hj-green);
}

.hj-pagination a.active {
    background: var(--hj-green);
    color: #fff;
    border-color: var(--hj-green);
}
/* ====================================================
   PRODUCT PAGE – HAJI JEWELRY 2026
==================================================== */



/* GRID WRAPPER */
.hj-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
    gap: 20px;
}

@media(max-width: 900px) {
    .hj-product-grid {
        grid-template-columns: 1fr;
    }
}

/* ===================== */
/*       GALLERY         */
/* ===================== */

.hj-gallery {
    background: #fff;
    border: 1px solid #e9dfd1;
    border-radius: 22px;
    padding: 18px;
    box-shadow:
        0 6px 20px rgba(0,0,0,0.06),
        0 12px 30px rgba(0,0,0,0.05);
}

.hj-gallery-main img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    transition: .25s;
    cursor: zoom-in;
}

.hj-gallery-main img:hover {
    transform: scale(1.03);
}

/* thumbs */

.hj-gallery-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    overflow-x: auto;
    padding-bottom: 6px;
}

.hj-thumb-item {
    border: 2px solid transparent;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    background: #faf7f2;
    transition: .25s;
}

.hj-thumb-item:hover {
    border-color: var(--hj-green);
}

.hj-thumb-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}


/* ===================== */
/*         INFO          */
/* ===================== */

.hj-pinfo {
    background: #ffffffdd;
    border: 1px solid #e6dac9;
    backdrop-filter: blur(10px);
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 10px 32px rgba(0,0,0,0.07);
}

.hj-p-title {
    font-size: 27px;
    font-weight: 600;
    color: var(--hj-ink);
}

.hj-p-sku {
    font-size: 13px;
    color: #777;
    margin-top: 6px;
}

/* PRICE BOX */
.hj-price-box {
    margin-top: 20px;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid #eadfce;
    background: linear-gradient(135deg,#ffffff,#faf7f2);
    box-shadow: 0 6px 20px rgba(0,0,0,0.05) inset;
}

.hj-price-main {
    font-size: 26px;
    font-weight: bold;
    color: var(--hj-green);
}

.hj-price-main span {
    font-size: 14px;
}

.hj-price-meta {
    margin-top: 8px;
    font-size: 13px;
    color: #666;
}

/* ATTRIBUTES */
.hj-attr-card {
    padding: 20px;
    background: #fff;
    border: 1px solid #e6dac9;
    border-radius: 20px;
    margin-top: 28px;
}

.hj-attr-card h3 {
    font-size: 16px;
    margin-bottom: 12px;
    color: var(--hj-ink);
}

.hj-attr-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed #e4d7c9;
}

.hj-attr-row:last-child {
    border-bottom: none;
}

.hj-attr-row .key {
    color: #555;
    font-size: 13px;
}

.hj-attr-row .val {
    color: var(--hj-green-dark);
    font-weight: 500;
}

/* DESCRIPTION */
.hj-desc {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.9;
    color: #4d4d4d;
}

/* CART FORM */
.hj-cartbox {
    margin-top: 28px;
}

.hj-qty-label {
    font-size: 13px;
    margin-bottom: 4px;
    display: block;
}

.hj-qty {
    width: 80px;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #decfbf;
    border-radius: 14px;
}



.hj-btn-primary:hover {
    background: var(--hj-green-dark);
}
/* =====================================================
   CART PAGE — HAJI JEWELRY 2026
===================================================== */


.hj-cart-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--hj-ink);
    text-align: center;
}

/* EMPTY BOX */
.hj-cart-empty {
    background: #ffffffcc;
    border: 1px solid #e8dac8;
    padding: 40px 20px;
    border-radius: 22px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

/* GRID */
.hj-cart-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

@media(max-width: 900px) {
    .hj-cart-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================= */
/*        ITEM LIST          */
/* ========================= */

.hj-cart-card {
    display: flex;
    gap: 18px;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #eadfcd;
    box-shadow:
        0 4px 10px rgba(0,0,0,0.05),
        0 10px 24px rgba(0,0,0,0.06);
    margin-bottom: 16px;
    transition: .25s ease;
}

.hj-cart-card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 6px 16px rgba(0,0,0,0.07),
        0 14px 32px rgba(0,0,0,0.08);
}

.hj-cart-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 16px;
}

.hj-cart-info {
    flex: 1;
}

.hj-cart-info .title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
}

.hj-cart-info .meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 8px;
    display: flex;
    gap: 12px;
}

.hj-cart-info .price {
    font-size: 18px;
    font-weight: bold;
    color: var(--hj-green);
    margin-bottom: 6px;
}

.hj-cart-info .qty {
    font-size: 13px;
}

/* RIGHT SIDE */
.hj-cart-side {
    text-align: left;
}

.hj-cart-side .total {
    margin-bottom: 12px;
    font-size: 14px;
}

.remove-btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    color: #b14747;
    background: #ffecec;
    border-radius: 12px;
    border: 1px solid #ffd1d1;
    transition: .25s;
}

.remove-btn:hover {
    background: #ffdbdb;
}

/* ========================= */
/*       SUMMARY BOX         */
/* ========================= */

.hj-cart-summary {
    background: #ffffffdd;
    border: 1px solid #e7d8c6;
    backdrop-filter: blur(10px);
    padding: 24px;
    border-radius: 22px;
    box-shadow:
        0 6px 20px rgba(0,0,0,0.06),
        0 12px 28px rgba(0,0,0,0.05);
}

.sum-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

.sum-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    font-size: 14px;
}


.hj-btn-primary:hover {
    transform: translateY(-2px);
}

.hj-btn-glass {
    border: 1px solid var(--hj-gold);
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(14px);
    border-radius: 18px;
    padding: 10px;
    font-size: 14px;
    transition: .25s;
}
.hj-btn-glass:hover {
    background: #fff;
}
/* ==========================================================
   CHECKOUT — HAJI JEWELRY 2026
========================================================== */



/* PAGE TITLE */
.hj-checkout-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 26px;
}

/* GRID */
.hj-checkout-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
}
@media(max-width: 900px) {
    .hj-checkout-grid {
        grid-template-columns: 1fr;
    }
}

/* Error Box */
.hj-checkout-error {
    background: #ffe6e6;
    color: #b54545;
    border: 1px solid #ffcccc;
    padding: 12px 14px;
    border-radius: 14px;
    margin-bottom: 20px;
}

/* ========================= */
/*     FORM CARD  (LEFT)     */
/* ========================= */
.hj-checkout-formbox {
    background: #ffffffdd;
    border: 1px solid #e7d7c5;
    border-radius: 22px;
    backdrop-filter: blur(16px);
    padding: 24px;
    box-shadow:
        0 10px 32px rgba(0,0,0,0.06),
        0 20px 40px rgba(0,0,0,0.05);
}

.hj-checkout-subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

/* Form */
.hj-checkout-form .form-row {
    margin-bottom: 14px;
}

.hj-checkout-form label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: #71685a;
}

.hj-checkout-form input,
.hj-checkout-form textarea {
    width: 100%;
    background: #ffffffcc;
    border: 1px solid #e3d7c5;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 14px;
    transition: .22s;
}

.hj-checkout-form input:focus,
.hj-checkout-form textarea:focus {
    border-color: var(--hj-green);
    box-shadow: 0 0 0 1px rgba(107,175,146,0.45);
    background: #fff;
}

.form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

/* ========================= */
/*     SUMMARY  (RIGHT)      */
/* ========================= */
.hj-checkout-summary {
    background: #ffffffdd;
    border: 1px solid #e7d7c5;
    border-radius: 22px;
    padding: 22px;
    backdrop-filter: blur(16px);
    box-shadow:
        0 8px 28px rgba(0,0,0,0.05),
        0 16px 36px rgba(0,0,0,0.06);
}

/* Product rows */
.hj-sum-products {
    margin-bottom: 14px;
}

.hj-sum-item {
    padding: 12px 0;
    border-bottom: 1px solid #eee2d6;
}

.hj-sum-item .name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.hj-sum-item .meta {
    font-size: 12px;
    color: #8a8377;
    margin-bottom: 2px;
}

.hj-sum-item .total {
    font-size: 14px;
    font-weight: bold;
    color: var(--hj-green);
}

.hj-sum-divider {
    height: 1px;
    background: #e2d6c6;
    margin: 14px 0;
}

.hj-sum-final {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 10px;
}

/* NOTE */
.hj-checkout-note {
    font-size: 12px;
    color: #7c705f;
    margin-top: 12px;
}

/* Button shared */

.hj-btn-primary:hover {
    transform: translateY(-2px);
}
.hj-premium-slide {
    position: relative !important; /* لازم */
    z-index: 3;
}
.hj-premium-slide:hover .hj-card-hover {
    opacity: 1 !important;
}
.hj-card-hover {
    position: absolute;
    inset: 0;
    z-index: 10 !important;
    opacity: 0;
    transition: .2s;
}
.hj-slider-fade-left,
.hj-slider-fade-right {
    z-index: 1 !important;
}
/* ============================================= */
/*        COLLECTIONS – MINIMAL NO-IMAGE STYLE   */
/* ============================================= */

.hj-collection-minimal {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 18px;
    border: 1px solid #eadfcd;
    box-shadow:
        0 4px 12px rgba(0,0,0,0.03),
        0 10px 22px rgba(0,0,0,0.04);
    transition: .25s ease;
    position: relative;
    overflow: hidden;
}

.hj-collection-minimal:hover {
    transform: translateY(-4px);
    box-shadow:
        0 10px 26px rgba(0,0,0,0.06),
        0 16px 32px rgba(0,0,0,0.10);
}


.hj-collection-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg,#fffaf1,#ffffff);
    border: 1px solid #e3d7c4;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(0,0,0,0.07);
}

.hj-collection-icon svg {
    width: 24px;
    height: 24px;
    stroke: var(--hj-gold);
}

.hj-collection-link {
    font-size: 12px;
    color: var(--hj-green);
    transition: .25s;
}

.hj-collection-link:hover {
    color: var(--hj-green-dark);
    transform: translateX(-3px);
}
/* ============================
   LUXURY LOGIN BACKGROUND
============================ */
.hj-login-bg {
    background:
        radial-gradient(circle at 0% 0%, rgba(78,169,133,0.28), transparent 55%),
        radial-gradient(circle at 100% 100%, rgba(198,160,89,0.22), transparent 60%),
        linear-gradient(to bottom, #FBF8F2 0%, #F6F1EA 50%, #F1E8DD 100%);
    position: relative;
    overflow: hidden;
}

/* ============================
   AUTH CARD
============================ */
.hj-auth-card {
    width: 100%;
    max-width: 440px;
    padding: 32px 28px;
    border-radius: 26px;
    background: rgba(255,255,255,0.78);
    backdrop-filter: blur(22px);
    border: 1px solid rgba(198,160,89,0.35);
    box-shadow: 0 18px 42px rgba(0,0,0,0.12);
    position: relative;
    z-index: 5;
}

/* عنوان */
.hj-auth-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #1C1C1C;
}

.hj-auth-subtitle {
    text-align: center;
    margin-top: 6px;
    font-size: 13px;
    color: #6c6c6c;
}

/* پیام خطا */
.hj-auth-error {
    background: rgba(255,80,80,0.14);
    border: 1px solid rgba(255,60,60,0.35);
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 12px;
    color: #a11717;
    text-align: center;
    margin-top: 12px;
}

/* فرم */
.hj-auth-form {
    margin-top: 18px;
}

.hj-auth-label {
    font-size: 13px;
    margin-bottom: 6px;
    color: #1C1C1C;
    display: block;
}

/* اینپوت‌ها */
.hj-auth-input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e1d8c9;
    font-size: 14px;
    margin-bottom: 14px;
    transition: all .25s;
}

.hj-auth-input:focus {
    border-color: #4EA985;
    box-shadow: 0 0 0 3px rgba(78,169,133,0.25);
}

/* دکمه */
.hj-auth-btn {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
    border-radius: 18px;
    background: linear-gradient(to right, #4EA985, #3B7F65);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 10px 26px rgba(78,169,133,0.45);
    transition: .25s;
}

.hj-auth-btn:hover {
    box-shadow: 0 16px 32px rgba(78,169,133,0.6);
}

/* لینک‌ها */
.hj-auth-links {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.hj-auth-link {
    font-size: 12px;
    color: #4EA985;
    transition: .2s;
}

.hj-auth-link:hover {
    color: #3B7F65;
    text-decoration: underline;
}

/* -----------------------------------------------------
   SIDEBAR – RESPONSIVE GLASS
----------------------------------------------------- */
.hj-sidebar {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(198,160,89,0.35);
    border-radius: 22px;
    padding: 0;
    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}

/* فاصله داخل */
.hj-sidebar-inner {
    padding: 22px;
}

.hj-user-avatar {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.avatar-circle {
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg,#4EA985,#3B7F65);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size: 26px;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(78,169,133,.45);
}

.avatar-name {
    font-size: 16px;
    font-weight: 600;
    color:#1C1C1C;
}

.avatar-email {
    font-size: 12px;
    color:#777;
}

.hj-sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hj-sidebar-links li {
    margin-bottom: 10px;
}

.hj-sidebar-links a {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    color:#1C1C1C;
    transition: .25s;
}

.hj-sidebar-links a:hover {
    background: rgba(78,169,133,0.12);
    color:#3B7F65;
}

.hj-sidebar-links .logout {
    color:#c33;
}

.hj-sidebar-links .logout:hover {
    background: rgba(255,0,0,0.1);
}

/* -----------------------------------------------------
   PROFILE CARD – WIDER + RESPONSIVE
----------------------------------------------------- */
.hj-profile-card {
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(198,160,89,0.3);
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);

    /* پهن‌تر در لپ‌تاپ */
    width: 100%;
}

/* فقط در لپ‌تاپ و دسکتاپ — پهن‌تر */
@media (min-width: 1024px) {
    .hj-profile-card {
        padding: 42px;
        width: 115%;
        margin-right: -5%;
    }
}

.hj-profile-title {
    font-size: 20px;
    font-weight: 600;
    color:#1C1C1C;
    margin-bottom: 10px;
}

/* GRID */
.hj-profile-grid {
    display: grid;
    gap: 16px;
    margin-bottom: 25px;
}

/* موبایل: فقط ۱ ستون */
@media (max-width: 640px) {
    .hj-profile-grid {
        gap: 12px;
    }
}

.hj-profile-row {
    padding: 12px 14px;
    background: rgba(255,255,255,0.5);
    border: 1px solid rgba(198,160,89,0.25);
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

/* موبایل — ردیف‌ها خط‌به‌خط */
@media (max-width: 640px) {
    .hj-profile-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        font-size: 13px;
        padding: 12px;
    }
}

.hj-profile-row .label {
    color:#666;
}

.hj-profile-row .value {
    font-weight: 600;
    color:#1C1C1C;
}

/* دکمه */
.hj-profile-edit-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 18px;
    background: linear-gradient(135deg,#4EA985,#3B7F65);
    color:#fff;
    border-radius: 16px;
    font-size: 14px;
    box-shadow: 0 10px 24px rgba(78,169,133,.45);
    transition: .25s;
}

.hj-profile-edit-btn:hover {
    box-shadow: 0 16px 34px rgba(78,169,133,.65);
}

/* -----------------------------------------------------
   PAGE LAYOUT RESPONSIVE
----------------------------------------------------- */

/* در موبایل → سایدبار میره پایین */
@media (max-width: 1024px) {
    .hj-profile-wrapper .grid {
        grid-template-columns: 1fr !important;
    }

    .hj-sidebar {
        order: 2;
    }

    .hj-profile-card {
        order: 1;
        width: 100%;
        margin: 0;
    }
}

/* در تبلت سایدبار باریک‌تر می‌شود */
@media (max-width: 768px) {
    .hj-sidebar-inner {
        padding: 16px;
    }

    .avatar-circle {
        width: 56px;
        height: 56px;
        font-size: 22px;
    }

    .avatar-name {
        font-size: 14px;
    }

    .hj-profile-card {
        padding: 24px;
    }
}
/* ================== PAGE WRAPPER ================== */
.hj-profile-wrapper {
    background: linear-gradient(to bottom, #faf8f3, #f4efe8);
}

/* Title */
.hj-page-title {
    font-size: 26px;
    font-weight: 600;
    color: #1c1c1c;
    display: flex;
    align-items: center;
    gap: 10px;
}
.title-bar {
    width: 6px;
    height: 26px;
    background: var(--hj-green);
    border-radius: 6px;
}

/* ================== GRID ================== */
.hj-profile-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 28px;
}
@media(max-width:1024px){
    .hj-profile-grid {
        grid-template-columns: 1fr;
    }
}

/* ================== SIDEBAR ================== */
.hj-sidebar {
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(198,160,89,.25);
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 12px 34px rgba(0,0,0,.06);
}
.hj-sidebar-inner { padding: 22px; }

.hj-user-avatar {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}
.avatar-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg,#4EA985,#3B7F65);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(78,169,133,.45);
}
.avatar-name { font-size: 15px; font-weight: 600; }
.avatar-email { font-size: 12px; color:#777; }

.hj-sidebar-links li { margin-bottom: 8px; }
.hj-sidebar-links a {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    transition: 0.25s;
    color:#1c1c1c;
}
.hj-sidebar-links a:hover,
.hj-sidebar-links a.active {
    background: rgba(78,169,133,0.15);
    color:#3B7F65;
}
.hj-sidebar-links .logout { color:#c0392b; }

/* ================== PROFILE CARD ================== */
.hj-profile-card {
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(198,160,89,.25);
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 18px 40px rgba(0,0,0,.07);
}
.hj-profile-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}
.hj-profile-desc {
    font-size: 14px;
    color:#666;
    margin-bottom: 24px;
}

/* ================== FORM ================== */
.hj-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
@media(max-width:768px){
    .hj-form-grid {
        grid-template-columns: 1fr;
    }
}

.hj-label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color:#444;
}

.hj-input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    transition: .3s;
}
.hj-input:focus {
    border-color: #4EA985;
    box-shadow: 0 0 0 3px rgba(78,169,133,0.25);
}

/* BUTTON */
.hj-profile-edit-btn {
    padding: 14px;
    background: linear-gradient(135deg,#4EA985,#3B7F65);
    color:#fff;
    font-size: 14px;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(78,169,133,.45);
    transition: .3s;
}
.hj-profile-edit-btn:hover {
    box-shadow: 0 16px 34px rgba(78,169,133,.6);
}
/* TABLE WRAPPER */
.orders-table-wrapper,
.hj-orders-table {
    width: 100%;
}

.hj-orders-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.hj-orders-table thead tr th {
    font-size: 13px;
    padding: 10px 8px;
    color: #6b6b6b;
    font-weight: 600;
    border-bottom: 1px solid #e7e0d4;
    text-align: center;
}

.hj-orders-table tbody tr {
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(198,160,89,0.25);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.hj-orders-table tbody td {
    padding: 14px 8px;
    font-size: 14px;
    text-align: center;
}

/* ORDER VIEW BUTTON */
.order-view-btn {
    background: linear-gradient(135deg,#4EA985,#3B7F65);
    color: white;
    padding: 6px 14px;
    border-radius: 12px;
    font-size: 12px;
    box-shadow: 0 4px 14px rgba(78,169,133,.35);
    transition: .2s;
}

.order-view-btn:hover {
    box-shadow: 0 6px 20px rgba(78,169,133,.5);
}

/* STATUS BADGES */
.order-status {
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

.badge-success     { background: #4EA98522; color: #2b644e; }
.badge-warning     { background: #ffca2b33; color: #8a5e00; }
.badge-danger      { background: #ff4d4d2b; color: #a62323; }
.badge-info        { background: #56c4ff33; color: #176b8a; }
.badge-blue        { background: #2c8ef622; color: #1454a8; }
.badge-darkgreen   { background: #3d7f5f33; color: #20523b; }
.badge-gray        { background: #e1e1e1; color: #555; }
/* ============================================
   GOLD STRIP 2026 — Luxury Dark Green Section
============================================ */

.hj-gold-strip-2026 {
    background: linear-gradient(
        135deg,
        #12362c 0%,
        #36685f 50%,
        #12362c 100%
    );
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* آیکون */
.hj-gold-icon svg {
    width: 28px;
    height: 28px;
    stroke: #C6A059; /* طلایی */
    opacity: 0.95;
}

/* عنوان کوچک */
.hj-gold-title {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.75);
}

/* متن اصلی */
.hj-gold-text {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

/* Divider بین موارد */
.hj-gold-divider {
    width: 1px;
    height: 38px;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.00),
        rgba(255,255,255,0.25),
        rgba(255,255,255,0.00)
    );
    opacity: 0.5;
}

/* سرویس آیتم */
.hj-gold-service {
    min-width: 120px;
    transition: all .25s ease;
}

.hj-gold-service:hover {
    transform: translateY(-3px);
    opacity: 1;
}
/* FIX product card height match */
.hj-product-card {
    min-height: 320px;
}
@media(max-width:480px){
    h1 { font-size: 22px !important; }
    h2 { font-size: 18px !important; }
}
@media(max-width:640px){
    .hj-gallery-main img {
        height: 260px !important;
    }
}
@media(max-width:640px){
    .hj-hero-grid {
        opacity: .08 !important;
    }
}
/* FIX slider width on small screens */
@media(max-width:480px){
    .hj-premium-slide {
        flex: 0 0 190px !important;
        max-width: 190px !important;
    }
}
/* FIX universal mobile grid */
@media(max-width:640px){
    .hj-product-grid,
    .hj-catalog-grid,
    .hj-profile-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
}
.hj-hero-bg h1,
.hj-hero-bg p,
.hj-hero-bg .text-neutral-700,
.hj-hero-bg .text-neutral-600 {
    color: #f2f2f2 !important;
}

.hj-title-glow {
    background: linear-gradient(90deg, var(--hj-gold), var(--hj-green-soft));
    box-shadow: 0 0 18px rgba(255,255,255,0.45);
}
/* Force-Override Story Ring */
.hj-story-ring {
    background: conic-gradient(
        #1F2D25,
        #C6A059,
        #1F2D25,
        #A77532,
        #1F2D25
    ) !important;
    padding: 3px !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.35) !important;
}

/* Force-Override Story Thumb */
.hj-story-thumb {
    background: #fff !important;
    border: 2px solid rgba(198,160,89,0.55) !important;
    border-radius: 999px !important;
}

/* STORY SECTION – Green × Gold Premium Background */
.hj-story-section {
    background: 
        radial-gradient(circle at 0% 0%, rgba(47,92,84,0.22), transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(198,160,89,0.15), transparent 70%),
        linear-gradient(90deg, #12362c 0%, #36685f 40%, #12362c 100%);
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.hj-story-ring {
    background: conic-gradient(
        #2f5c54,
        #C6A059,
        #2f5c54,
        #A77532,
        #2f5c54
    ) !important;
    padding: 3px !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.35) !important;
}


    box-shadow: 0 4px 14px rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hj-story-thumb {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    object-fit: cover;
    background: #fff;
    border: 2px solid rgba(255,255,255,0.25);
}
.hj-story-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.hj-story-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(10px);
}

.hj-story-box {
    position: relative;
    width: 92%;
    max-width: 380px;
    margin: 70px auto;
    padding: 16px;
    background:
        radial-gradient(circle at 0% 0%, rgba(46,63,54,0.4), transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(198,160,89,0.25), transparent 70%),
        linear-gradient(145deg, #1F2D25, #26372F);
    border-radius: 22px;
    border: 1px solid rgba(198,160,89,0.25);
    box-shadow: 0 22px 50px rgba(0,0,0,0.35);
}

.hj-story-close {
    position: absolute;
    right: 14px;
    top: 6px;
    font-size: 26px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
}

.hj-story-img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 12px 26px rgba(0,0,0,0.35);
}

.hj-story-view-btn {
    display: inline-block;
    padding: 10px 18px;
    font-size: 13px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4EA985, #1F2D25);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(78,169,133,0.45);
    transition: .25s;
}
.hj-story-view-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(78,169,133,0.55);
}
/* GRID FIX — PRODUCT PAGE */
.hj-product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

@media(max-width:1024px){
    .hj-product-layout {
        grid-template-columns: 1fr;
    }
}
/* ================================
   PRODUCT PAGE LAYOUT FIXES
================================ */
.hj-product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
}

@media(max-width: 1024px){
    .hj-product-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

.hj-gallery-main img {
    transition: opacity .25s ease;
}

.hj-gallery-thumbs img {
    border-color: #ddd;
    cursor: pointer;
}

.hj-gallery-thumbs img:hover {
    border-color: #C6A059; /* gold */
}

/* Rating */
.hj-rating-summary span,
.hj-review-item span {
    font-family: "Segoe UI", sans-serif;
}

/* Review list */
.hj-review-item:last-child {
    border-bottom: none;
}

/* Compare Button */
.hj-btn-compare {
    border: 1px solid #1F2D25;
    color: #1F2D25;
    transition: .25s;
}

.hj-btn-compare:hover {
    background: #1F2D25;
    color: #fff;
}

/* Review form */
.hj-review-form textarea:focus,
.hj-review-form select:focus {
    outline: none;
    border-color: #C6A059;
    box-shadow: 0 0 0 2px rgba(198,160,89,.25);
}
/* -------------------------------------------
   COMPARE TABLE – Luxury HAJI JEWELRY 2026
------------------------------------------- */
.hj-compare-wrapper {
    background: linear-gradient(to bottom, #FAF7F2 0%, #F4EFE8 100%);
}

.hj-title-compare {
    letter-spacing: -0.5px;
}

.hj-compare-table th,
.hj-compare-table td {
    padding: 18px 12px;
    border-bottom: 1px solid #e5e5e5;
}

.hj-c-coltitle {
    background: #1F2D25;
    color: #fff;
    font-weight: 600;
    width: 160px;
    border-right: 1px solid #d9d9d9;
    letter-spacing: 0.3px;
}

.hj-c-cell {
    background: #ffffff;
    font-size: 15px;
    color: #1C1C1C;
}

.hj-c-img {
    width: 110px;
    height: 110px;
    border-radius: 14px;
    object-fit: cover;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* دکمه حذف */
.hj-c-remove {
    color: #C05959;
    font-weight: 600;
    transition: 0.2s ease;
}
.hj-c-remove:hover {
    color: #A73737;
}

/* دکمه اصلی */
.hj-btn-primary {
    background: linear-gradient(135deg, #C6A059, #A77532);
    color: #fff !important;
    border-radius: 12px;
    font-weight: 600;
    transition: 0.25s ease;
}
.hj-btn-primary:hover {
    opacity: 0.88;
}
.hj-contact-box,
.hj-info-card {
    background: #ffffff;
    border: 1px solid #E5E5E5;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.hj-input {
    width: 100%;
    padding: 10px 12px;
    font-size: 13px;
    border: 1px solid #DCDCDC;
    border-radius: 12px;
    outline: none;
}
.hj-input:focus {
    border-color: var(--hj-green);
}

.hj-textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #DCDCDC;
    border-radius: 14px;
    font-size: 13px;
    resize: vertical;
}
.hj-textarea:focus {
    border-color: var(--hj-green);
}

.hj-input-label {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    color: #444;
}

.hj-social-icon {
    padding: 8px 14px;
    border-radius: 14px;
    background: var(--hj-green);
    color: white;
    font-size: 12px;
}
.hj-social-icon:hover {
    background: var(--hj-green-dark);
}

.hj-map-shadow {
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.hj-info-card {
    background: #fff;
    border: 1px solid #E9E9E9;
    box-shadow: 0 10px 24px rgba(0,0,0,0.05);
}

.timeline-item::before {
    content: "";
    position: absolute;
    right: -7px;
    top: 0;
    width: 12px;
    height: 12px;
    background: var(--hj-gold);
    border-radius: 50%;
}
.hj-story-card {
    background: linear-gradient(
        135deg,
        rgba(244, 239, 232, 0.65),
        rgba(238, 231, 220, 0.45)
    );
    border: 1px solid rgba(198, 160, 89, 0.25);
    border-radius: 18px;
    padding: 26px 22px;
    backdrop-filter: blur(6px);
}

.hj-contact-textarea {
    background: #FAF6EF;
    border: 1px solid rgba(190, 170, 140, 0.4);
    border-radius: 10px;
    resize: vertical;
}

.hj-quote-box {
    background: #faf4e8;
    border-left: 3px solid var(--hj-gold);
    padding: 12px 14px;
    font-style: italic;
    border-radius: 10px;
}
/* ===== Bottom Navigation ===== */
#hj-bottom-nav {
    animation: slideUp 0.32s ease-out;
    backdrop-filter: blur(28px);
}

.hj-bnav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    color: #4b4b4b;
    padding: 2px 8px;
}

.hj-bnav-icon {
    font-size: 21px;
}

.hj-bnav-item:hover {
    color: #2f5c54;
}

#hj-more-menu {
    animation: fadeIn 0.25s ease-out;
    border-radius: 24px;
}

/* Animations */
@keyframes slideUp {
    from { transform: translateY(100%); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.96); }
    to   { opacity: 1; transform: scale(1); }
}
/* ============================
   LUX MOBILE NAV 2026 — GREEN EDITION
============================ */
#hj-bottom-nav {
    backdrop-filter: blur(20px) saturate(160%) !important;

    /* گرادیان سبز تیره لوکس */
    background: linear-gradient(
        135deg,
        rgba(18, 54, 44, 0.92) 0%,
        rgba(12, 40, 33, 0.88) 100%
    ) !important;

    border-top: 1px solid rgba(198,160,89,0.28);
    box-shadow: 0 -10px 26px rgba(0,0,0,0.35);
}

.hj-bnav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    gap: 3px;
    color: rgba(255,255,255,0.82);
    transition: 0.25s ease;
}

.hj-bnav-item:hover {
    color: #C6A059; /* طلایی لوکس */
    transform: translateY(-2px);
}

.hj-bnav-icon {
    font-size: 21px;
    opacity: 0.9;
}

/* MORE MENU با سبز تیره */
#hj-more-menu {
    backdrop-filter: blur(28px) saturate(170%);
    background: rgba(18, 54, 44, 0.93) !important;
    border: 1px solid rgba(198, 160, 89, 0.45);
    color: white;
}

#hj-more-menu a {
    color: rgba(255,255,255,0.85);
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.09);
    transition: .25s ease;
    backdrop-filter: blur(12px);
}

#hj-more-menu a:hover {
    background: rgba(255,255,255,0.12);
    color: #C6A059;
}

/* FIX – جلوگیری از رفتن زیر مودال */
#hj-more-menu {
    z-index: 99999 !important;
}
#hj-bottom-nav {
    z-index: 99998 !important;
}

/* Fade Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* TRUST BAR — DAA LUX DESIGN */
.hj-trust-bar {
    background: linear-gradient(
        to right,
        rgba(255,255,255,0.40),
        rgba(255,255,255,0.65),
        rgba(255,255,255,0.40)
    );
    backdrop-filter: blur(18px) saturate(160%);
    border-top: 1px solid rgba(198,160,89,0.25);
    border-bottom: 1px solid rgba(198,160,89,0.25);
}

.hj-trust-item {
    padding: 18px 8px;
    background: rgba(255,255,255,0.65);
    border-radius: 18px;
    border: 1px solid rgba(226,210,189,0.55);
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
    transition: .25s ease;
}

.hj-trust-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.10);
}

.hj-trust-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255,255,255,0.75);
    border: 1px solid rgba(198,160,89,0.35);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 8px auto;
    color: #2f5c54; /* سبز لجنی DAA */
}

.hj-trust-icon svg {
    width: 22px;
    height: 22px;
}

.hj-trust-title {
    font-size: 13px;
    font-weight: 700;
    color: #2f5c54;
}

.hj-trust-sub {
    font-size: 11px;
    color: #6a6a6a;
}
/* ======================== FOOTER CERT BOX ======================== */

.hj-footer-cert-wrapper {
    padding-top: 20px;
}

.hj-footer-cert-box {
    background: rgba(255,255,255,0.65);
    border: 1px solid rgba(198,160,89,0.28);
    backdrop-filter: blur(20px) saturate(140%);
    border-radius: 22px;
    padding: 18px 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Cert icons */
.hj-cert-item {
    display: inline-block;
    transition: .25s ease;
}

.hj-cert-item:hover {
    transform: translateY(-3px);
}

/* Social icons */
.hj-social-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(255,255,255,0.55);
    border: 1px solid rgba(198,160,89,0.32);
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 18px;
    color: #2f5c54;
    transition: .25s ease;
}

.hj-social-icon:hover {
    transform: translateY(-4px);
    background: rgba(198,160,89,0.12);
    border-color: rgba(198,160,89,0.8);
    color: #C6A059;
}

/* Custom brand color accents */
.hj-social-icon.ig:hover { color: #d6249f; }
.hj-social-icon.tg:hover { color: #0088cc; }
.hj-social-icon.wa:hover { color: #25D366; }

/* Mobile Fix */
@media (max-width: 640px) {
    .hj-footer-cert-box {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}
.hj-login-switch {
    margin: 20px 0;
    background: #f5f5f5;
    border-radius: 14px;
    padding: 5px;
}
.switch-btn {
    flex: 1;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    transition: .25s;
    color: #555;
}
.switch-btn.active {
    background: var(--hj-green);
    color: white;
}

.hidden { display: none; }

.hj-auth-msg {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #d89400;
}
/* =========================
   HERO Depth Map 3D (DAA)
========================= */
.hj-depth-hero{
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 24px;
  overflow: hidden;
  transform: translateZ(0);
  will-change: transform;
}
@media(min-width: 640px){
  .hj-depth-hero{ height: 330px; }
}

.hj-depth-fallback{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hj-depth-layer{
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: transform, filter;
  transform: translate3d(0,0,0);
  pointer-events: none;
}

/* لایه عکس اصلی */
.hj-depth-color{
  filter: saturate(1.04) contrast(1.02);
}

/* لایه عمق (برای حس برجستگی/نور) */
.hj-depth-map{
  mix-blend-mode: soft-light;
  opacity: .55;
  filter: contrast(1.15);
}

.hj-depth-gloss{
  position:absolute;
  inset:-20%;
  background: radial-gradient(circle at var(--mx, 30%) var(--my, 30%),
    rgba(255,255,255,.28),
    rgba(255,255,255,0) 55%);
  opacity:.8;
  transform: translate3d(0,0,0);
  pointer-events:none;
}

/* FOOTER */
.hj-trust-footer{
  max-width: 980px;
  margin: 22px auto 0;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.hj-trust-footer blockquote{
  margin:0;
  font-size: 13px;
  color: rgba(28,28,28,0.72);
  line-height: 2;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(225,213,196,0.6);
}

.hj-trust-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--hj-gold), var(--hj-gold-dark));
  color: #1c1c1c;
  font-weight: 900;
  font-size: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 12px 26px rgba(0,0,0,0.12);
  transition: .22s ease;
}

.hj-trust-btn:hover{
  transform: translateY(-2px);
  filter: saturate(110%);
}

@media (max-width: 900px){
  .hj-trust-headline{ font-size: 26px; }
  .hj-trust-stats{ grid-template-columns: 1fr; }
}

@media (max-width: 640px){
  .hj-trust-line, .hj-trust-line-fill{ right: 10px; }
  .hj-trust-step{ padding-right: 46px; }
}
/* =========================================================
   FOOTER PRO — DAA (Responsive / Luxury / Trust)
   ========================================================= */

.hj-footer-pro{
  position: relative;
  padding: 56px 0 18px;
  border-top: 1px solid rgba(217,201,179,0.9);
  overflow: hidden;
}

.hj-footer-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 10%, rgba(198,160,89,0.20), transparent 55%),
    radial-gradient(circle at 85% 30%, rgba(47,92,84,0.14), transparent 55%),
    linear-gradient(to bottom, #fbf7ef, #f3ebe1);
  pointer-events:none;
}

.hj-footer-pro .container{ position:relative; z-index:1; }

/* ---------- Trust strip ---------- */
.hj-footer-trust{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 10px;
  margin-bottom: 18px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(231,217,201,0.85);
  backdrop-filter: blur(10px) saturate(160%);
  box-shadow: 0 14px 30px rgba(0,0,0,0.06);
}

.hj-footer-trust-item{
  display:flex;
  gap: 10px;
  align-items:center;
  padding: 10px 10px;
  border-radius: 18px;
  border: 1px solid rgba(231,217,201,0.75);
  background: rgba(255,255,255,0.55);
  transition: .22s ease;
}

.hj-footer-trust-item:hover{
  transform: translateY(-2px);
  border-color: rgba(198,160,89,0.45);
  box-shadow: 0 16px 34px rgba(0,0,0,0.07);
}

.hj-ft-ic{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid rgba(198,160,89,0.30);
  background: rgba(255,255,255,0.70);
  color: #2f5c54;
  flex: 0 0 44px;
}

.hj-ft-ic svg{ width: 22px; height: 22px; }

.hj-ft-title{
  font-size: 12px;
  font-weight: 900;
  color: #1c1c1c;
  line-height: 1.6;
}

.hj-ft-sub{
  font-size: 11px;
  color: rgba(106,95,81,0.95);
  line-height: 1.8;
  margin-top: 2px;
}

/* ---------- Grid ---------- */
.hj-footer-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
  margin-top: 14px;
}

.hj-footer-card{
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,0.60);
  border: 1px solid rgba(231,217,201,0.95);
  backdrop-filter: blur(10px) saturate(155%);
  box-shadow: 0 12px 28px rgba(0,0,0,0.05);
  transition: .22s ease;
  position: relative;
  overflow:hidden;
}

.hj-footer-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 10% 10%, rgba(198,160,89,0.14), transparent 55%),
    radial-gradient(circle at 90% 70%, rgba(47,92,84,0.10), transparent 55%);
  opacity: 0;
  transition: .25s ease;
  pointer-events:none;
}

.hj-footer-card:hover{
  transform: translateY(-3px);
  border-color: rgba(198,160,89,0.45);
  box-shadow: 0 18px 44px rgba(0,0,0,0.08);
}

.hj-footer-card:hover::before{ opacity: 1; }

.hj-footer-card-head{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.hj-footer-h3{
  font-size: 14px;
  font-weight: 900;
  color: var(--hj-green, #2f5c54);
}

.hj-footer-kicker{
  font-size: 10px;
  letter-spacing: .20em;
  color: rgba(106,95,81,0.85);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(231,217,201,0.85);
}

.hj-footer-badge{
  font-size: 10px;
  letter-spacing: .18em;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(18,54,44,0.90);
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(198,160,89,0.35);
}

/* About */
.hj-footer-text{
  font-size: 13px;
  color: #6a5f51;
  line-height: 1.95;
}

.hj-footer-sign{
  display:flex;
  align-items:center;
  gap: 8px;
  margin-top: 12px;
  font-size: 11px;
  color: rgba(106,95,81,0.95);
  padding-top: 10px;
  border-top: 1px dashed rgba(217,201,179,0.75);
}

.hj-footer-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(198,160,89,0.95);
  box-shadow: 0 10px 18px rgba(198,160,89,0.18);
}

/* Contact */
.hj-footer-contact{ display:flex; flex-direction: column; gap: 10px; }

.hj-footer-contact-row{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  color: #6a5f51;
  line-height: 1.9;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(231,217,201,0.85);
  transition: .2s ease;
}

a.hj-footer-contact-row:hover{
  border-color: rgba(198,160,89,0.5);
  transform: translateY(-1px);
}

.hj-footer-ic-mini{ font-size: 14px; }

.hj-footer-tag{
  font-size: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(198,160,89,0.28);
  background: rgba(255,255,255,0.65);
  color: rgba(18,54,44,0.92);
  white-space: nowrap;
}

.hj-footer-address{
  flex: 1 1 auto;
  text-align: right;
  color: #6a5f51;
}

.hj-footer-note{
  font-size: 11px;
  color: rgba(122,108,88,0.92);
  margin-top: -4px;
  padding-right: 6px;
}

/* WhatsApp CTA */
.hj-footer-wa{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(183,226,207,0.95);
  background: rgba(228,246,239,0.95);
  color: var(--hj-green, #2f5c54);
  transition: .22s ease;
}

.hj-footer-wa:hover{
  transform: translateY(-2px);
  filter: saturate(112%);
  box-shadow: 0 16px 34px rgba(0,0,0,0.08);
}

.hj-footer-wa-left{
  display:flex;
  align-items:center;
  gap: 10px;
}

.hj-wa-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #19c37d;
  box-shadow: 0 0 0 6px rgba(25,195,125,0.15);
}

.hj-footer-wa-title{
  font-size: 12px;
  font-weight: 900;
}

.hj-footer-wa-num{
  font-size: 11px;
  color: rgba(75,107,94,0.95);
  direction: ltr;
}

/* Links */
.hj-footer-links{
  list-style: none;
  display:flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
}

.hj-footer-link{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(231,217,201,0.85);
  color: #6a5f51;
  font-size: 13px;
  transition: .2s ease;
}

.hj-footer-link::after{
  content:"←";
  opacity: .6;
  transition: .2s ease;
}

.hj-footer-link:hover{
  color: var(--hj-green, #2f5c54);
  border-color: rgba(198,160,89,0.45);
  transform: translateY(-1px);
}

.hj-footer-link:hover::after{ opacity: 1; transform: translateX(-2px); }

.hj-footer-mini-cta{
  margin-top: 12px;
  display:inline-flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 12px 12px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(198,160,89,0.95), rgba(198,160,89,0.70));
  color: #1c1c1c;
  font-weight: 900;
  font-size: 12px;
  border: 1px solid rgba(0,0,0,0.06);
  transition: .22s ease;
}

.hj-footer-mini-cta:hover{ transform: translateY(-2px); filter: saturate(110%); }

/* Social + seals */
.hj-footer-social{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hj-footer-pill{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(231,217,201,0.85);
  color: #6a5f51;
  font-size: 13px;
  transition: .2s ease;
}

.hj-footer-pill:hover{
  border-color: rgba(198,160,89,0.5);
  color: var(--hj-green, #2f5c54);
  transform: translateY(-1px);
}

.hj-footer-seals{
  display:flex;
  gap: 10px;
  margin-top: 12px;
}

.hj-footer-seal{
  flex: 1 1 0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(231,217,201,0.95);
  transition: .2s ease;
}

.hj-footer-seal:hover{
  border-color: rgba(198,160,89,0.55);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.07);
}

.hj-footer-seal img{
  height: 46px;
  width: auto;
  display:block;
  object-fit: contain;
}

.hj-footer-micro{
  margin-top: 12px;
  display:flex;
  align-items:center;
  gap: 8px;
  font-size: 11px;
  color: rgba(106,95,81,0.92);
  padding-top: 10px;
  border-top: 1px dashed rgba(217,201,179,0.75);
}

.hj-footer-micro-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(47,92,84,0.90);
  box-shadow: 0 10px 18px rgba(47,92,84,0.12);
}

/* Bottom bar */
.hj-footer-bottom{
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(214,201,184,0.50);
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.hj-footer-bottom-left{
  display:flex;
  flex-direction: column;
  gap: 4px;
}

.hj-footer-copyright,
.hj-footer-designer{
  font-size: 11px;
  color: rgba(122,108,88,0.95);
}

.hj-footer-name{
  color: var(--hj-green, #2f5c54);
  font-weight: 900;
}

.hj-footer-top{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.60);
  border: 1px solid rgba(231,217,201,0.95);
  color: rgba(18,54,44,0.92);
  font-size: 12px;
  font-weight: 900;
  transition: .2s ease;
}

.hj-footer-top svg{ width: 18px; height: 18px; }

.hj-footer-top:hover{
  border-color: rgba(198,160,89,0.55);
  transform: translateY(-1px);
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px){
  .hj-footer-trust{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hj-footer-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 640px){
  .hj-footer-pro{ padding: 42px 0 16px; }
  .hj-footer-trust{ grid-template-columns: 1fr; }
  .hj-footer-grid{ grid-template-columns: 1fr; }
  .hj-footer-card{ padding: 14px; border-radius: 20px; }
  .hj-footer-trust-item{ border-radius: 18px; }
  .hj-footer-wa{ flex-direction: column; align-items:flex-start; }
  .hj-footer-wa-num{ align-self: flex-end; }
}
/* ===========================
   TRUST PRO (Green Theme) + INTERNAL SPOTLIGHT
   =========================== */


/* ================================
   TRUST PRO — STABLE SPOTLIGHT (NO BUG)
================================ */

/* Vars */
:root{
  --hj-step-dim: .45;
  --hj-focus-scale: 1.02;

  --hj-spot-size: 170px;       /* ارتفاع بلور بالا/پایین */
  --hj-spot-blur: 14px;        /* شدت بلور */
  --hj-spot-tint: rgba(18,54,44,.10); /* رنگ خیلی کم روی blur */
}

/* Section base */
.hj-trust-pro{
  position: relative;
  isolation: isolate;
  padding: 56px 0;
  margin-top: 52px;
}

.hj-trust-pro::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 18% 12%, rgba(47,92,84,0.14), transparent 58%),
    radial-gradient(circle at 86% 22%, rgba(198,160,89,0.12), transparent 58%),
    linear-gradient(to bottom, rgba(255,255,255,0.88), rgba(246,242,234,0.88));
  border-top: 1px solid rgba(198,160,89,0.20);
  border-bottom: 1px solid rgba(198,160,89,0.16);
}

/* Ensure content always above overlay */
.hj-trust-pro > .container{
  position: relative;
  z-index: 2;
}

/* ===== Spotlight overlay (ONLY once) ===== */
.hj-spotlight-overlay{
  position:absolute;
  inset:0;
  z-index: 1;          /* بین bg و content */
  pointer-events:none;
  opacity: 0;
  transition: opacity .18s ease;
}

.hj-trust-pro.is-spotlight-active .hj-spotlight-overlay{
  opacity: 1;
}

/* Top blur */
.hj-spotlight-top{
  position:absolute;
  left:0; right:0; top:0;
  height: var(--hj-spot-top, var(--hj-spot-size));
  backdrop-filter: blur(var(--hj-spot-blur)) saturate(140%);
  -webkit-backdrop-filter: blur(var(--hj-spot-blur)) saturate(140%);
  background: var(--hj-spot-tint);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}

/* Bottom blur */
.hj-spotlight-bottom{
  position:absolute;
  left:0; right:0; bottom:0;
  height: var(--hj-spot-bottom, var(--hj-spot-size));
  backdrop-filter: blur(var(--hj-spot-blur)) saturate(140%);
  -webkit-backdrop-filter: blur(var(--hj-spot-blur)) saturate(140%);
  background: var(--hj-spot-tint);
  mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
}

/* Header */
.hj-trust-header{
  text-align:center;
  max-width: 860px;
  margin: 0 auto 22px;
}
.hj-trust-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:10px;
  letter-spacing:.28em;
  padding: 7px 14px;
  border-radius: 999px;
  color: rgba(18,54,44,0.92);
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(47,92,84,0.22);
  backdrop-filter: blur(10px) saturate(150%);
}
.hj-trust-headline{
  margin-top: 12px;
  font-size: 28px;
  font-weight: 900;
  color: var(--hj-ink);
  line-height: 1.8;
}
.hj-trust-headline span{ color: rgba(47,92,84,0.95); position: relative; }
.hj-trust-headline span::after{
  content:"";
  position:absolute;
  left:-6px; right:-6px; bottom: 2px;
  height: 8px;
  border-radius: 999px;
  background: rgba(47,92,84,0.16);
  z-index: -1;
}
.hj-trust-lead{
  margin-top: 10px;
  font-size: 13px;
  line-height: 2.1;
  color: rgba(28,28,28,0.72);
}

/* Stats */
.hj-trust-stats{
  max-width: 760px;
  margin: 18px auto 24px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.hj-trust-stat{
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(225,213,196,0.72);
  border-radius: 18px;
  padding: 12px 10px;
  text-align:center;
  backdrop-filter: blur(12px) saturate(150%);
  box-shadow: 0 12px 26px rgba(0,0,0,0.06);
}
.hj-trust-stat strong{
  display:block;
  font-size: 22px;
  font-weight: 900;
  color: var(--hj-green);
}
.hj-trust-stat span{
  display:block;
  margin-top: 4px;
  font-size: 12px;
  color: rgba(28,28,28,0.60);
}

/* Timeline */
.hj-trust-timeline{
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 8px 0 6px;
}
.hj-trust-line,
.hj-trust-line-fill{
  position:absolute;
  top: 18px;
  bottom: 18px;
  right: 14px;
  width: 2px;
  border-radius: 999px;
}
.hj-trust-line{ background: rgba(47,92,84,0.18); }
.hj-trust-line-fill{
  height: 18px;        /* همیشه یه مقدار دیده بشه */
  top: 18px;
  bottom: auto;
  background: linear-gradient(to bottom, rgba(47,92,84,0.95), rgba(198,160,89,0.85));
  transition: height .6s ease;
}

/* Steps (Reveal only) */
.hj-trust-step{
  position: relative;
  padding-right: 52px;
  margin: 18px 0;
  opacity: 0;
  transform: translateY(14px);
  transition: .55s ease;
  will-change: transform, opacity;
}
.hj-trust-step.is-in{ opacity: 1; transform: translateY(0); }

/* Spotlight state (NO BLUR ON STEPS = no vanish bug) */
.hj-trust-pro.is-spotlight-active .hj-trust-step{
  opacity: var(--hj-step-dim);
}
.hj-trust-pro.is-spotlight-active .hj-trust-step.is-focus{
  opacity: 1;
  transform: translateY(0) scale(var(--hj-focus-scale));
}

/* Index */
.hj-trust-index{
  position:absolute;
  right: 0;
  top: 10px;
  font-size: 11px;
  font-weight: 900;
  color: rgba(18,54,44,0.55);
}

/* Card */
.hj-trust-card{
  background: rgba(255,255,255,0.80);
  border: 1px solid rgba(225,213,196,0.78);
  border-radius: 22px;
  padding: 16px 16px 14px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  backdrop-filter: blur(12px) saturate(150%);
  transition: .22s ease;
}
.hj-trust-card:hover{
  transform: translateY(-3px);
  border-color: rgba(47,92,84,0.28);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* Card top */
.hj-trust-card-top{ display:flex; align-items:center; gap: 12px; }
.hj-trust-ic{
  width: 48px; height: 48px;
  border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(18,54,44,0.06);
  border: 1px solid rgba(47,92,84,0.22);
  color: rgba(47,92,84,0.95);
  flex: 0 0 48px;
}
.hj-trust-ic svg{ width: 22px; height: 22px; }

.hj-trust-card h3{ font-size: 14px; font-weight: 900; color: var(--hj-ink); }
.hj-trust-card p{ margin-top: 2px; font-size: 12px; color: rgba(28,28,28,0.62); }

.hj-trust-points{
  margin-top: 10px;
  padding: 0 16px 0 0;
  list-style: none;
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: rgba(28,28,28,0.72);
}
.hj-trust-points li{ position: relative; padding-right: 16px; line-height: 1.9; }
.hj-trust-points li::before{
  content:"";
  position:absolute; right:0; top:9px;
  width:7px; height:7px; border-radius:50%;
  background: rgba(47,92,84,0.90);
}

/* Tags */
.hj-trust-tags{
  margin-top: 12px;
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hj-trust-tags span{
  font-size: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(47,92,84,0.20);
  background: rgba(18,54,44,0.06);
  color: rgba(18,54,44,0.92);
}

/* Footer */
.hj-trust-footer{
  max-width: 980px;
  margin: 16px auto 0;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.hj-trust-footer blockquote{
  flex: 1 1 420px;
  background: rgba(18,54,44,0.92);
  color: rgba(255,255,255,0.92);
  border-radius: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(198,160,89,0.35);
  box-shadow: 0 16px 34px rgba(0,0,0,0.14);
  font-size: 13px;
  line-height: 2;
}
.hj-trust-btn{
  flex: 0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(47,92,84,0.95), rgba(18,54,44,0.92));
  color: rgba(255,255,255,0.95);
  font-weight: 900;
  font-size: 12px;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 12px 26px rgba(0,0,0,0.12);
  transition: .22s ease;
}
.hj-trust-btn:hover{ transform: translateY(-2px); filter: saturate(110%); }

/* Responsive */
@media (max-width: 640px){
  .hj-trust-headline{ font-size: 22px; }
  .hj-trust-stats{ grid-template-columns: 1fr; }
  .hj-trust-line, .hj-trust-line-fill{ right: 10px; }
  .hj-trust-step{ padding-right: 44px; }
  :root{ --hj-spot-size: 140px; }
}
/* ===============================
   LUXURY COLLECTION CARDS – DAA
   =============================== */

.hj-collection-card{
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 18px 18px 20px;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,0.92),
      rgba(248,244,238,0.92)
    );
  border: 1px solid rgba(47,92,84,0.18);
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.hj-collection-card:hover{
  transform: translateY(-6px);
  border-color: rgba(47,92,84,0.35);
  box-shadow: 0 22px 50px rgba(0,0,0,0.10);
}

/* ===== Shine Effect ===== */
.hj-collection-shine{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.45) 50%,
    transparent 100%
  );
  transform: translateX(-120%);
  transition: transform .8s ease;
  pointer-events: none;
}

.hj-collection-card:hover .hj-collection-shine{
  transform: translateX(120%);
}

/* ===== Icon ===== */
.hj-collection-icon{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hj-gold);
  background:
    linear-gradient(135deg,
      rgba(198,160,89,0.22),
      rgba(47,92,84,0.12)
    );
  border: 1px solid rgba(198,160,89,0.45);
}

.hj-collection-icon svg{
  width: 22px;
  height: 22px;
}

/* ===== Content ===== */
.hj-collection-body{
  margin-top: 14px;
}

.hj-collection-eyebrow{
  font-size: 10px;
  letter-spacing: .26em;
  color: var(--hj-gold);
  margin-bottom: 4px;
}

.hj-collection-title{
  font-size: 16px;
  font-weight: 700;
  color: var(--hj-ink);
}

.hj-collection-desc{
  font-size: 12px;
  color: rgba(28,28,28,0.65);
  margin-top: 6px;
  line-height: 1.9;
}

/* ===== Mini Tags ===== */
.hj-collection-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.hj-collection-tags span{
  font-size: 10px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(18,54,44,0.08);
  border: 1px solid rgba(47,92,84,0.22);
  color: rgba(18,54,44,0.9);
}

/* ===== CTA ===== */
.hj-collection-cta{
  margin-top: 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--hj-green);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hj-collection-cta span{
  transition: transform .3s ease;
}

.hj-collection-card:hover .hj-collection-cta span{
  transform: translateX(-3px);
}

/* ===== Responsive ===== */
@media (max-width: 640px){
  .hj-collection-card{
    padding: 16px;
  }
}
/* =======================================================
   LUX SHELF (Category/Popular sliders) — PRO FINAL
======================================================= */

/* Head meta pills */
.hj-shelf-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.hj-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(225,213,196,0.75);
  color: rgba(28,28,28,0.72);
  backdrop-filter: blur(10px) saturate(150%);
}

.hj-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(198,160,89,0.95);
  box-shadow: 0 0 0 6px rgba(198,160,89,0.12);
  animation: hjLivePulse 2.4s ease-in-out infinite;
}

@keyframes hjLivePulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.18); opacity: .75; }
}

/* Slider base — snap + smooth */
.hj-premium-slider {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 8px 2px 14px;
}

.hj-premium-slide {
  scroll-snap-align: start;
  user-select: none;
}

/* Product image polish */
.hj-pimg {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.hj-pimg img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  transform: scale(1);
  transition: transform .28s ease, filter .28s ease;
  will-change: transform;
}

/* Badge (top-right) */
.hj-badge-mini {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(18,54,44,0.92);
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(198,160,89,0.35);
  backdrop-filter: blur(10px) saturate(150%);
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

/* Soft shine overlay (hover) */
.hj-shine {
  position: absolute;
  inset: -40%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--mx, 25%) var(--my, 25%),
    rgba(255,255,255,0.30),
    rgba(255,255,255,0) 55%);
  transform: translate3d(0,0,0);
  transition: opacity .22s ease;
}

/* Hover overlay — calm */
.hj-card-hover {
  background: rgba(0,0,0,0.38);
  backdrop-filter: blur(3px);
  border-radius: 14px;
  opacity: 0;
  transition: opacity .2s ease;
}

/* Action bar (hidden, appears on hover) */
.hj-actionbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(4px);
  transition: .22s ease;
}

.hj-actionbar a,
.hj-actionbar button {
  border: 1px solid rgba(225,213,196,0.85);
  background: rgba(255,255,255,0.72);
  color: rgba(28,28,28,0.84);
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: .2s ease;
  backdrop-filter: blur(10px) saturate(160%);
}

.hj-actionbar a:hover,
.hj-actionbar button:hover {
  transform: translateY(-1px);
  border-color: rgba(198,160,89,0.55);
}

.hj-actionbar .hj-mini-primary {
  background: linear-gradient(135deg, rgba(47,92,84,0.95), rgba(18,54,44,0.92));
  color: rgba(255,255,255,0.95);
  border: 1px solid rgba(255,255,255,0.10);
}

/* Micro trust line */
.hj-microtrust {
  margin-top: 8px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 11px;
  color: rgba(28,28,28,0.62);
}

.hj-microtrust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(18,54,44,0.06);
  border: 1px solid rgba(47,92,84,0.16);
}

/* Price meta fade-in */
.hj-price-sub {
  transition: opacity .22s ease;
}

/* Hover behaviour — luxury calm */
.hj-premium-slide:hover {
  transform: translateY(-4px);
}

.hj-premium-slide:hover .hj-pimg img {
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.02);
}

.hj-premium-slide:hover .hj-card-hover {
  opacity: 1;
}

.hj-premium-slide:hover .hj-shine {
  opacity: 1;
}

.hj-premium-slide:hover .hj-actionbar {
  opacity: 1;
  transform: translateY(0);
}

/* Make slider draggable feel */
.hj-premium-slider.is-dragging {
  cursor: grabbing;
}
/* Overlay وقتی مخفی است نباید کلیک‌ها را بگیرد */
.hj-card-hover{
  pointer-events: none;
}
.hj-card-hover a,
.hj-card-hover button{
  pointer-events: auto;
}

/* Actionbar هم همین */
.hj-actionbar{
  pointer-events: none;
}
.hj-actionbar a,
.hj-actionbar button{
  pointer-events: auto;
}


/* Mobile: 80% width cards */
@media (max-width: 640px) {
  .hj-premium-slide {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
  .hj-pimg img { height: 190px; }
}
