/* ========================================================
   SVETIT — HOME PAGE STYLES (home.css)
   ======================================================== */

/* ========================================================
       HERO SECTION — ELEVATED AESTHETICS & GLOW
       ======================================================== */
    .hero-section {
        position: relative;
        text-align: center;
        padding: 55px 20px 45px;
        margin: 10px 0 35px;
        border-radius: 24px;
        background: radial-gradient(ellipse at 50% 0%, rgba(245, 158, 11, 0.14) 0%, rgba(24, 27, 33, 0.6) 60%, rgba(15, 17, 21, 0) 100%);
        border: 1px solid rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(12px);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
        overflow: hidden;
    }

    @keyframes candle-flame-breathe {

        0%,
        100% {
            opacity: 0.22;
            transform: translateX(-50%) scale(1);
            filter: blur(30px);
        }

        30% {
            opacity: 0.35;
            transform: translateX(-49%) scale(1.09, 0.95);
            filter: blur(42px);
        }

        60% {
            opacity: 0.18;
            transform: translateX(-51%) scale(0.95, 1.05);
            filter: blur(28px);
        }

        85% {
            opacity: 0.30;
            transform: translateX(-50%) scale(1.04, 1.01);
            filter: blur(36px);
        }
    }

    .hero-section::before {
        content: '';
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        width: 360px;
        height: 200px;
        background: radial-gradient(ellipse at 50% 40%, rgba(251, 191, 36, 0.35) 0%, rgba(245, 158, 11, 0.22) 40%, rgba(234, 88, 12, 0.08) 65%, transparent 80%);
        filter: blur(32px);
        pointer-events: none;
        z-index: 0;
        animation: candle-flame-breathe 4.5s ease-in-out infinite;
    }

    .hero-inner {
        position: relative;
        z-index: 1;
        max-width: 820px;
        margin: 0 auto;
    }

    @keyframes flame-icon-sparkle {

        0%,
        100% {
            transform: scale(1) rotate(0deg);
            filter: drop-shadow(0 0 4px rgba(245, 158, 11, 0.7));
        }

        33% {
            transform: scale(1.18) rotate(6deg);
            filter: drop-shadow(0 0 12px rgba(251, 191, 36, 1)) drop-shadow(0 0 2px #ffffff);
        }

        66% {
            transform: scale(0.95) rotate(-4deg);
            filter: drop-shadow(0 0 7px rgba(234, 88, 12, 0.8));
        }
    }

    .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(245, 158, 11, 0.12);
        border: 1px solid rgba(245, 158, 11, 0.35);
        color: var(--accent);
        padding: 6px 16px;
        border-radius: 9999px;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 20px;
        box-shadow: 0 0 20px rgba(245, 158, 11, 0.15);
        backdrop-filter: blur(8px);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .hero-badge i,
    .hero-badge svg {
        animation: flame-icon-sparkle 3s ease-in-out infinite;
    }

    .hero-badge:hover {
        transform: translateY(-1px);
        box-shadow: 0 0 25px rgba(245, 158, 11, 0.25);
    }

    .hero-title {
        font-size: 52px;
        font-weight: 800;
        line-height: 1.15;
        letter-spacing: -0.02em;
        margin-bottom: 16px;
        color: #ffffff;
    }

    @keyframes flame-gradient-shift {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    .hero-title-highlight {
        background: linear-gradient(135deg, #fffbeb 0%, #f59e0b 35%, #ea580c 65%, #fbbf24 100%);
        background-size: 250% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: flame-gradient-shift 5s ease-in-out infinite;
        text-shadow: 0 0 35px rgba(245, 158, 11, 0.3);
    }

    /* Flame 'i' component styling */
    .flame-i {
        position: relative;
        display: inline-block;
        vertical-align: baseline;
        line-height: 1;
        margin: 0 0.04em;
    }

    .flame-i .flame-icon {
        position: absolute;
        top: -0.22em;
        left: 66%;
        transform: translateX(-50%);
        width: 0.54em;
        height: 0.54em;
        overflow: visible;
        filter: drop-shadow(0 0 8px rgba(245, 158, 11, 0.85));
        transform-origin: bottom center;
        animation: flame-flicker 2.2s ease-in-out infinite alternate;
        pointer-events: none;
        -webkit-text-fill-color: initial !important;
        background: none !important;
    }

    [data-theme="light"] .flame-i .flame-icon {
        filter: drop-shadow(0 0 6px rgba(234, 88, 12, 0.75));
    }

    @keyframes flame-flicker {
        0% {
            transform: translateX(-50%) scale(1) rotate(12.5deg);
            filter: drop-shadow(0 0 6px rgba(245, 158, 11, 0.7));
        }

        50% {
            transform: translateX(-50%) scale(1.08, 0.95) rotate(11.5deg);
            filter: drop-shadow(0 0 10px rgba(234, 88, 12, 0.9));
        }

        100% {
            transform: translateX(-50%) scale(0.96, 1.05) rotate(-10.5deg);
            filter: drop-shadow(0 0 7px rgba(251, 191, 36, 0.8));
        }
    }

    .visually-hidden {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    .hero-subtitle {
        font-size: 17.5px;
        line-height: 1.6;
        color: var(--text-secondary);
        max-width: 620px;
        margin: 0 auto 28px;
    }

    .hero-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
        margin-bottom: 34px;
    }

    .btn-hero-primary {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
        color: #111418;
        font-weight: 700;
        font-size: 15px;
        padding: 12px 26px;
        border-radius: 9999px;
        text-decoration: none;
        box-shadow: 0 4px 18px rgba(245, 158, 11, 0.35);
        transition: all 0.2s ease;
        border: none;
    }

    .btn-hero-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(245, 158, 11, 0.5);
        color: #000;
    }

    .btn-hero-secondary {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255, 255, 255, 0.05);
        color: var(--text-primary);
        font-weight: 600;
        font-size: 15px;
        padding: 12px 24px;
        border-radius: 9999px;
        text-decoration: none;
        border: 1px solid rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(8px);
        transition: all 0.2s ease;
    }

    .btn-hero-secondary:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.3);
        color: #fff;
        transform: translateY(-1px);
    }

    .btn-hero-secondary.is-active {
        border-color: var(--accent);
        box-shadow: 0 0 15px var(--accent-glow);
    }

    .hero-contact-wrap {
        position: relative;
        display: inline-flex;
    }

    .hero-contact-panel {
        top: calc(100% + 12px);
        left: 50%;
        right: auto;
        transform: translateX(-50%) translateY(-8px) scale(0.98);
        width: 260px;
        text-align: left;
    }

    .hero-contact-panel.is-open {
        display: block;
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
        pointer-events: auto;
    }

    @media (max-width: 640px) {
        .hero-contact-wrap {
            width: 100%;
        }

        .hero-contact-wrap .btn-hero-secondary {
            width: 100%;
            justify-content: center;
        }

        .hero-contact-panel {
            left: 50%;
            width: 280px;
            max-width: 90vw;
        }
    }

    /* Hero Features / Benefits Row */
    .hero-features-bar {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
        max-width: 820px;
        margin: 0 auto;
        padding-top: 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.07);
    }

    .hero-feature-pill {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 10px 14px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.06);
        color: var(--text-secondary);
        font-size: 12.5px;
        font-weight: 500;
        transition: all 0.2s ease;
    }

    .hero-feature-pill i,
    .hero-feature-pill svg {
        width: 16px;
        height: 16px;
        color: var(--accent);
        flex-shrink: 0;
    }

    .hero-feature-pill:hover {
        background: rgba(245, 158, 11, 0.08);
        border-color: rgba(245, 158, 11, 0.25);
        color: #fff;
        transform: translateY(-1px);
    }

    @media (max-width: 900px) {
        .hero-features-bar {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 640px) {
        .hero-section {
            padding: 36px 16px 28px;
            border-radius: 18px;
            margin: 0 0 24px;
        }

        .hero-title {
            font-size: 34px;
        }

        .hero-subtitle {
            font-size: 15px;
        }

        .hero-actions {
            flex-direction: column;
            gap: 10px;
        }

        .btn-hero-primary,
        .btn-hero-secondary {
            width: 100%;
            justify-content: center;
        }

        .hero-features-bar {
            grid-template-columns: 1fr;
            gap: 8px;
        }
    }

    /* ========================================================
       ACCORDION FAQ SECTION — MODERN & POLISHED
       ======================================================== */
    .home-faq-section {
        margin: 70px 0 40px;
        padding-top: 40px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .faq-header {
        text-align: center;
        margin-bottom: 36px;
    }

    .faq-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(245, 158, 11, 0.1);
        border: 1px solid rgba(245, 158, 11, 0.3);
        color: var(--accent);
        padding: 5px 14px;
        border-radius: 9999px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 12px;
    }

    .faq-badge svg,
    .faq-badge i {
        width: 14px;
        height: 14px;
    }

    .faq-title {
        font-size: 34px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
        letter-spacing: -0.01em;
    }

    .faq-subtitle {
        font-size: 16px;
        color: var(--text-secondary);
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.5;
    }

    .faq-accordion {
        max-width: 820px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .faq-item {
        background: var(--bg-card);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 16px;
        overflow: hidden;
        transition: all 0.25s ease;
    }

    .faq-item:hover {
        border-color: rgba(255, 255, 255, 0.18);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    }

    .faq-item.is-open {
        border-color: rgba(245, 158, 11, 0.45);
        background: linear-gradient(180deg, rgba(245, 158, 11, 0.04) 0%, rgba(20, 24, 30, 0.95) 100%);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), 0 0 20px rgba(245, 158, 11, 0.1);
    }

    .faq-question {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 20px 24px;
        background: transparent;
        border: none;
        color: #ffffff;
        font-size: 16.5px;
        font-weight: 600;
        text-align: left;
        cursor: pointer;
        outline: none;
        transition: color 0.2s ease;
    }

    .faq-item.is-open .faq-question {
        color: var(--accent);
    }

    .faq-chevron-wrap {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .faq-chevron-wrap svg,
    .faq-chevron-wrap i {
        width: 18px;
        height: 18px;
        color: var(--text-secondary);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease;
    }

    .faq-item.is-open .faq-chevron-wrap {
        background: rgba(245, 158, 11, 0.18);
        border-color: rgba(245, 158, 11, 0.4);
    }

    .faq-item.is-open .faq-chevron-wrap svg,
    .faq-item.is-open .faq-chevron-wrap i {
        transform: rotate(180deg);
        color: var(--accent);
    }

    .faq-answer-wrap {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .faq-item.is-open .faq-answer-wrap {
        grid-template-rows: 1fr;
    }

    .faq-answer-inner {
        overflow: hidden;
        padding: 0 24px 0 24px;
        transition: padding 0.3s ease;
    }

    .faq-item.is-open .faq-answer-inner {
        padding: 0 24px 22px 24px;
    }

    .faq-answer-text {
        font-size: 14.5px;
        line-height: 1.65;
        color: var(--text-secondary);
        border-top: 1px dashed rgba(255, 255, 255, 0.07);
        padding-top: 16px;
    }

    @media (max-width: 640px) {
        .home-faq-section {
            margin: 45px 0 25px;
            padding-top: 30px;
        }

        .faq-title {
            font-size: 26px;
        }

        .faq-question {
            padding: 16px 18px;
            font-size: 15px;
        }

        .faq-chevron-wrap {
            width: 28px;
            height: 28px;
        }

        .faq-answer-inner {
            padding: 0 18px 0 18px;
        }

        .faq-item.is-open .faq-answer-inner {
            padding: 0 18px 18px 18px;
        }
    }

    /* Home Catalog Preview Section */
    .home-catalog-section {
        margin: 25px 0 55px;
    }

    .home-catalog-header {
        text-align: center;
        margin-bottom: 26px;
    }

    .home-catalog-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(245, 158, 11, 0.12);
        border: 1px solid rgba(245, 158, 11, 0.3);
        color: var(--accent);
        padding: 5px 14px;
        border-radius: 9999px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 12px;
    }

    .home-catalog-badge i {
        width: 14px;
        height: 14px;
    }

    .home-catalog-title {
        font-size: 36px;
        font-weight: 800;
        color: #ffffff;
        margin-bottom: 8px;
        letter-spacing: -0.02em;
    }

    .home-catalog-subtitle {
        font-size: 16px;
        color: var(--text-secondary);
        max-width: 620px;
        margin: 0 auto;
        line-height: 1.5;
    }

    .home-catalog-cta-wrap {
        display: flex;
        justify-content: center;
        margin-top: 42px;
    }

    .btn-home-all-catalog {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 15px 34px;
        background: linear-gradient(135deg, rgba(245, 158, 11, 0.18) 0%, rgba(234, 88, 12, 0.22) 100%);
        border: 1px solid rgba(245, 158, 11, 0.45);
        border-radius: 9999px;
        color: #ffffff;
        text-decoration: none;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), 0 0 20px rgba(245, 158, 11, 0.15);
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        backdrop-filter: blur(12px);
    }

    .btn-home-all-catalog:hover {
        transform: translateY(-3px);
        background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
        color: #111418;
        border-color: transparent;
        box-shadow: 0 16px 40px rgba(245, 158, 11, 0.45);
    }

    .btn-home-all-catalog:hover .cta-count-tag {
        background: rgba(0, 0, 0, 0.2);
        color: #111418;
    }

    .cta-flame-icon i {
        width: 18px;
        height: 18px;
        color: var(--accent);
        transition: transform 0.2s;
    }

    .btn-home-all-catalog:hover .cta-flame-icon i {
        color: #111418;
        transform: scale(1.15);
    }

    .cta-main-text {
        font-size: 15.5px;
        font-weight: 700;
        letter-spacing: -0.01em;
    }

    .cta-count-tag {
        font-size: 12px;
        font-weight: 600;
        padding: 3px 10px;
        border-radius: 9999px;
        background: rgba(245, 158, 11, 0.2);
        color: var(--accent);
        transition: all 0.2s;
    }

    .cta-arrow-icon {
        width: 18px;
        height: 18px;
        transition: transform 0.2s;
    }

    .btn-home-all-catalog:hover .cta-arrow-icon {
        transform: translateX(4px);
    }

    .search-sort-bar {
        display: flex;
        gap: 12px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .search-box {
        position: relative;
        flex: 1;
        min-width: 240px;
        max-width: 400px;
    }

    .search-box input {
        width: 100%;
        background: var(--bg-card);
        border: 1px solid var(--border);
        border-radius: var(--radius-md);
        padding: 10px 16px 10px 40px;
        color: var(--text-primary);
        font-size: 14px;
        outline: none;
        transition: border-color 0.2s;
    }

    .search-box input:focus {
        border-color: var(--accent);
    }

    .search-icon {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--text-muted);
        width: 18px;
        height: 18px;
    }

    .sort-select {
        background: var(--bg-card);
        border: 1px solid var(--border);
        border-radius: var(--radius-md);
        padding: 10px 16px;
        color: var(--text-primary);
        font-size: 14px;
        outline: none;
        cursor: pointer;
    }

    /* Category Pills Scroll Wrap */
    .pills-scroll-wrap {
        position: relative;
        width: 100%;
    }

    .pills-scroll-wrap::before,
    .pills-scroll-wrap::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 8px;
        width: 44px;
        pointer-events: none;
        z-index: 5;
        opacity: 0;
        transition: opacity 0.25s ease;
    }

    .pills-scroll-wrap::before {
        left: 0;
        background: linear-gradient(to right, var(--bg-main, #0f1117) 20%, transparent);
    }

    .pills-scroll-wrap::after {
        right: 0;
        background: linear-gradient(to left, var(--bg-main, #0f1117) 20%, transparent);
    }

    [data-theme="light"] .pills-scroll-wrap::before {
        background: linear-gradient(to right, #ffffff 20%, transparent);
    }

    [data-theme="light"] .pills-scroll-wrap::after {
        background: linear-gradient(to left, #ffffff 20%, transparent);
    }

    .pills-scroll-wrap.can-scroll-left::before {
        opacity: 1;
    }

    .pills-scroll-wrap.can-scroll-right::after {
        opacity: 1;
    }

    .category-pills {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 8px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        scroll-behavior: smooth;
    }

    .category-pills::-webkit-scrollbar {
        display: none;
    }

    .pill-nav-arrow {
        position: absolute;
        top: calc(50% - 4px);
        transform: translateY(-50%) scale(0.85);
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: rgba(15, 17, 23, 0.78);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.16);
        color: var(--text-primary, #ffffff);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
                    transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
                    background-color 0.2s ease,
                    box-shadow 0.2s ease;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    }

    [data-theme="light"] .pill-nav-arrow {
        background: rgba(255, 255, 255, 0.88);
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: #111827;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    }

    .pill-nav-arrow:hover {
        background: var(--accent, #e5a93c);
        border-color: var(--accent, #e5a93c);
        color: #111827;
        transform: translateY(-50%) scale(1.02);
        box-shadow: 0 6px 18px var(--accent-glow, rgba(229, 169, 60, 0.4));
    }

    .pill-nav-prev {
        left: -10px;
    }

    .pill-nav-next {
        right: -10px;
    }

    .pills-scroll-wrap.can-scroll-left .pill-nav-prev {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(-50%) scale(1);
    }

    .pills-scroll-wrap.can-scroll-right .pill-nav-next {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(-50%) scale(1);
    }

    .pill {
        padding: 8px 18px;
        background: var(--bg-card);
        border: 1px solid var(--border);
        border-radius: 9999px;
        font-size: 14px;
        font-weight: 500;
        color: var(--text-secondary);
        white-space: nowrap;
        transition: all 0.2s ease;
    }

    .pill:hover {
        background: var(--bg-card-hover);
        color: var(--text-primary);
        border-color: #3b4252;
    }

    .pill.active {
        background: var(--accent);
        color: #111827;
        border-color: var(--accent);
        font-weight: 600;
        box-shadow: 0 2px 10px var(--accent-glow);
    }

    /* Candle Cards Grid */
    .candle-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
        gap: 24px;
    }

    .candle-card {
        background: var(--bg-card);
        border: 1px solid var(--border);
        border-radius: var(--radius-lg);
        overflow: hidden;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .candle-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, transparent, var(--accent), #ea580c, transparent);
        opacity: 0;
        transform: scaleX(0.5);
        transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
        pointer-events: none;
        z-index: 2;
    }

    .candle-card:hover {
        transform: translateY(-5px);
        border-color: rgba(245, 158, 11, 0.35);
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 24px rgba(245, 158, 11, 0.12);
    }

    .candle-card:hover::after {
        opacity: 1;
        transform: scaleX(1);
    }

    .card-media {
        height: 240px;
        background: #101217;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-media::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 50% 100%, rgba(245, 158, 11, 0.22) 0%, transparent 65%);
        opacity: 0;
        transition: opacity 0.35s ease;
        z-index: 1;
        pointer-events: none;
    }

    .candle-card:hover .card-media::before {
        opacity: 1;
    }

    .card-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .candle-card:hover .card-media img {
        transform: scale(1.04);
    }

    @keyframes candle-flame-dance {

        0%,
        100% {
            transform: scale(1) rotate(-1deg);
            filter: drop-shadow(0 0 4px rgba(245, 158, 11, 0.6));
        }

        25% {
            transform: scale(1.06, 0.95) rotate(2deg);
            filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.9)) drop-shadow(0 -2px 6px rgba(234, 88, 12, 0.6));
        }

        50% {
            transform: scale(0.96, 1.05) rotate(-2deg);
            filter: drop-shadow(0 0 6px rgba(245, 158, 11, 0.7));
        }

        75% {
            transform: scale(1.04, 0.97) rotate(1deg);
            filter: drop-shadow(0 0 10px rgba(251, 191, 36, 0.95)) drop-shadow(0 -3px 8px rgba(234, 88, 12, 0.7));
        }
    }

    .media-placeholder {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        color: var(--text-muted);
    }

    .media-placeholder i,
    .media-placeholder svg {
        animation: candle-flame-dance 2.6s ease-in-out infinite;
        transform-origin: 50% 90%;
        color: var(--accent) !important;
    }

    .stock-badge {
        position: absolute;
        top: 12px;
        right: 12px;
        padding: 4px 11px;
        border-radius: 9999px;
        font-size: 11px;
        font-weight: 600;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        display: inline-flex;
        align-items: center;
        gap: 6px;
        line-height: 1.3;
        letter-spacing: 0.02em;
        z-index: 2;
    }

    .stock-badge.in-stock {
        background: linear-gradient(135deg, rgba(5, 150, 105, 0.95) 0%, rgba(4, 120, 87, 0.95) 100%);
        border: 1px solid rgba(110, 231, 183, 0.6);
        color: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35), 0 0 12px rgba(16, 185, 129, 0.25);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    }

    .stock-badge.in-stock::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 0 6px #6ee7b7;
        flex-shrink: 0;
    }

    .stock-badge.out-stock {
        background: linear-gradient(135deg, rgba(220, 38, 38, 0.92) 0%, rgba(185, 28, 28, 0.92) 100%);
        border: 1px solid rgba(252, 165, 165, 0.45);
        color: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    }

    .stock-badge.out-stock::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 0 6px #fca5a5;
        flex-shrink: 0;
    }

    .media-type-badge {
        position: absolute;
        bottom: 12px;
        left: 12px;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 4px 10px;
        border-radius: 9999px;
        font-size: 11px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(8px);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.15);
        z-index: 2;
    }

    .card-body {
        padding: 18px;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .card-category {
        font-size: 12px;
        color: var(--accent);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 6px;
    }

    .card-title {
        font-size: 18px;
        font-weight: 600;
        color: var(--text-primary);
        margin-bottom: 8px;
        line-height: 1.3;
    }

    .card-desc {
        font-size: 13px;
        color: var(--text-secondary);
        margin-bottom: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        flex: 1;
    }

    .card-desc strong {
        font-weight: 600;
        color: var(--text-primary);
    }

    .card-desc em {
        font-style: italic;
    }

    .card-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 14px;
        border-top: 1px solid var(--border);
        margin-top: auto;
    }

    .card-price {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        font-family: 'Outfit', sans-serif;
    }

    .card-stats {
        display: flex;
        align-items: center;
        gap: 12px;
        color: var(--text-muted);
        font-size: 13px;
    }

    .card-stat-item {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    /* Empty state */
    .empty-state {
        text-align: center;
        padding: 80px 20px;
        background: var(--bg-card);
        border-radius: var(--radius-lg);
        border: 1px dashed var(--border);
    }

    .empty-state h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .empty-state p {
        color: var(--text-secondary);
        max-width: 400px;
        margin: 0 auto 20px;
    }

    /* Home Promo Banner */
    .home-promo-banner {
        margin: 10px 0 32px;
        background: linear-gradient(135deg, rgba(245, 158, 11, 0.12) 0%, rgba(18, 22, 29, 0.95) 50%, rgba(245, 158, 11, 0.08) 100%);
        border: 1px solid rgba(245, 158, 11, 0.35);
        border-radius: var(--radius-lg);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(245, 158, 11, 0.1);
        padding: 22px 28px;
        position: relative;
        overflow: hidden;
    }

    .home-promo-banner::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 250px;
        height: 250px;
        background: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, transparent 70%);
        pointer-events: none;
    }

    .home-promo-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        position: relative;
        z-index: 1;
        flex-wrap: wrap;
    }

    .home-promo-content {
        display: flex;
        align-items: center;
        gap: 18px;
        flex: 1;
        min-width: 280px;
    }

    .home-promo-icon-badge {
        width: 50px;
        height: 50px;
        border-radius: 14px;
        background: rgba(245, 158, 11, 0.2);
        border: 1px solid rgba(245, 158, 11, 0.4);
        color: var(--accent);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        box-shadow: 0 0 15px rgba(245, 158, 11, 0.2);
    }

    .home-promo-icon-badge svg,
    .home-promo-icon-badge i {
        width: 24px;
        height: 24px;
    }

    .home-promo-text-wrap {
        flex: 1;
    }

    .home-promo-title {
        font-family: 'Outfit', sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 4px;
    }

    .home-promo-desc {
        font-size: 14px;
        color: #cbd5e1;
        line-height: 1.5;
        margin: 0;
    }

    .home-promo-btn {
        flex-shrink: 0;
        padding: 11px 22px;
        font-size: 14px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    @media (max-width: 640px) {
        .hero-title {
            font-size: 34px;
        }

        .hero {
            padding: 30px 0 24px;
        }

        .home-promo-banner {
            padding: 16px 14px;
            margin: 6px 0 24px;
        }

        .home-promo-inner {
            flex-direction: column;
            align-items: flex-start;
            gap: 14px;
        }

        .home-promo-content {
            gap: 12px;
            min-width: auto;
        }

        .home-promo-icon-badge {
            width: 42px;
            height: 42px;
            border-radius: 10px;
        }

        .home-promo-icon-badge svg,
        .home-promo-icon-badge i {
            width: 20px;
            height: 20px;
        }

        .home-promo-title {
            font-size: 16px;
        }

        .home-promo-desc {
            font-size: 13px;
        }

        .home-promo-btn {
            width: 100%;
            justify-content: center;
        }
    }

    /* ========================================================
       LIGHT THEME REFINEMENTS FOR HOME PAGE (#f1e5d4)
       ======================================================== */
    [data-theme="light"] h1,
    [data-theme="light"] h2,
    [data-theme="light"] h3,
    [data-theme="light"] h4,
    [data-theme="light"] h5,
    [data-theme="light"] h6 {
        color: #26201a !important;
    }

    [data-theme="light"] .hero-section {
        background: radial-gradient(ellipse at 50% 0%, rgba(217, 119, 6, 0.12) 0%, rgba(253, 248, 243, 0.95) 55%, rgba(241, 229, 212, 0.9) 100%);
        border: 1px solid rgba(180, 150, 115, 0.35);
        box-shadow: 0 16px 40px rgba(90, 65, 40, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }

    [data-theme="light"] .hero-title {
        color: #26201a !important;
    }

    [data-theme="light"] .hero-title-highlight {
        background: linear-gradient(135deg, #b45309 0%, #ea580c 45%, #c2410c 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: none;
    }

    [data-theme="light"] .btn-hero-secondary {
        background: #ffffff;
        border-color: #ded2c0;
        color: #26201a;
        box-shadow: 0 2px 8px rgba(90, 65, 40, 0.06);
    }

    [data-theme="light"] .btn-hero-secondary:hover {
        background: #ffffff;
        border-color: #b45309;
        color: #b45309;
    }

    [data-theme="light"] .hero-features-bar {
        border-top: 1px solid rgba(180, 150, 115, 0.25);
    }

    [data-theme="light"] .hero-feature-pill {
        background: rgba(255, 255, 255, 0.75);
        border: 1px solid #ded2c0;
        color: #4b3e32;
    }

    [data-theme="light"] .hero-feature-pill:hover {
        background: #ffffff;
        border-color: #b45309;
        color: #b45309;
    }

    [data-theme="light"] .home-promo-banner {
        background: linear-gradient(135deg, rgba(217, 119, 6, 0.08) 0%, rgba(253, 248, 243, 0.95) 50%, rgba(217, 119, 6, 0.05) 100%);
        border: 1px solid rgba(180, 83, 9, 0.25);
        box-shadow: 0 10px 30px rgba(90, 65, 40, 0.08);
    }

    [data-theme="light"] .home-promo-title {
        color: #26201a;
    }

    [data-theme="light"] .home-promo-desc {
        color: #5c5042;
    }

    [data-theme="light"] .card-price {
        color: #b45309;
    }

    [data-theme="light"] .card-media {
        background: #e8dccb;
    }

    [data-theme="light"] .card-footer {
        border-top: 1px solid #ebdcca;
    }

    [data-theme="light"] .empty-state {
        background: #ffffff;
        border-color: #ded2c0;
    }

    [data-theme="light"] .home-faq-section {
        border-top: 1px solid rgba(180, 150, 115, 0.25);
    }

    [data-theme="light"] .faq-item.is-open {
        background: #ffffff;
        border-color: #b45309;
        box-shadow: 0 10px 30px rgba(90, 65, 40, 0.1), 0 0 15px rgba(180, 83, 9, 0.08);
    }

    [data-theme="light"] .faq-item.is-open .faq-question {
        color: #b45309;
    }

    [data-theme="light"] .faq-answer-text {
        border-top: 1px dashed rgba(180, 150, 115, 0.3);
        color: #5c5042;
    }

    [data-theme="light"] .btn-home-all-catalog {
        background: linear-gradient(135deg, rgba(217, 119, 6, 0.12) 0%, rgba(180, 83, 9, 0.16) 100%);
        border-color: rgba(180, 83, 9, 0.4);
        color: #26201a;
        box-shadow: 0 10px 30px rgba(90, 65, 40, 0.08);
    }

    [data-theme="light"] .btn-home-all-catalog:hover {
        background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
        color: #ffffff;
    }
