@font-face {
    font-family: "Vazir";
    font-weight: normal;
    src: url(../fonts/vazir/Vazir-FD-WOL.eot) format("embedded-opentype");
    src: url(../fonts/vazir/Vazir-FD-WOL.ttf) format("truetype");
    src: url(../fonts/vazir/Vazir-FD-WOL.woff) format("woff");
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Vazir', 'Segoe UI', Tahoma, 'Yekan', sans-serif;
    background: linear-gradient(145deg, #0b0a12 0%, #12102a 100%);
    color: #f0e9df;
    line-height: 1.5;
    scroll-behavior: smooth;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* هدر جذاب با افکت شیشه‌ای و بنفش طلایی */
.store-header {
    background: rgba(20, 15, 45, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 2px solid #c9a03d;
    color: #f7e5c2;
    padding: 28px 0;
    text-align: center;
    border-radius: 0 0 48px 48px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
    margin-bottom: 48px;
}

.store-header h1 {
    font-size: 2.3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #f3d382, #b57c1c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.store-header p {
    font-size: 1rem;
    color: #d9c48b;
    margin-top: 10px;
}

/* عکس فروشگاه */
.shop-front {
    background: #1e1a2f;
    border-radius: 48px;
    overflow: hidden;
    margin-bottom: 50px;
    border: 1px solid #a77c2e;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
}

.store-img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    display: block;
}

/* عنوان دسته‌ها */
.section-title {
    font-size: 2rem;
    font-weight: 800;
    border-right: 7px solid #b87c2e;
    padding-right: 20px;
    margin: 30px 0 35px;
    color: #ecd798;
    text-shadow: 0 0 4px #4a2e1a;
}

/* گرید دسته‌بندی */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

/* کارت دسته */
.category-card {
    background: #141229;
    border-radius: 32px;
    overflow: hidden;
    transition: 0.25s ease;
    border: 1px solid #3b3356;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.5);
}

.category-card:hover {
    transform: translateY(-8px);
    border-color: #d9a13b;
    box-shadow: 0 25px 30px rgba(0, 0, 0, 0.7);
    background: #19163a;
}

/* تصویر هر دسته */
.category-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.2;
    overflow: hidden;
}

.category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.category-card:hover .category-img img {
    transform: scale(1.03);
}

/* لیبل تخفیف */
.discount-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #b91c1c;
    color: #fff9e0;
    padding: 6px 14px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: bold;
    box-shadow: 0 4px 10px black;
    border: 1px solid #ffae70;
    z-index: 2;
}

/* اطلاعات کارت */
.category-info {
    padding: 20px 16px 24px;
    text-align: center;
}

.category-info h3 {
    font-size: 1.6rem;
    margin-bottom: 8px;
    color: #f1e2b3;
}

.category-info p {
    color: #bcab7a;
    font-size: 0.85rem;
    margin-bottom: 12px;
}

.offer-text {
    background: #2a2342;
    display: inline-block;
    padding: 5px 16px;
    border-radius: 60px;
    font-size: 0.8rem;
    color: #e5bf6b;
    border: 1px solid #a87b2c;
}

/* درباره ما */
.about-shop {
    background: #14112a;
    padding: 42px 38px;
    border-radius: 48px;
    margin: 30px 0 50px;
    border: 1px solid #5f4b2e;
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.4);
}

.about-shop h2 {
    font-size: 1.9rem;
    color: #e7cf96;
    margin-bottom: 18px;
}

.about-shop p {
    font-size: 1rem;
    line-height: 1.7;
    color: #e0cfaa;
}

.highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 28px;
}

.highlight-item {
    background: #241f3b;
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #856e3a;
    color: #f0d796;
}

/* تماس */
.contact-section {
    background: #0e0c20;
    border-radius: 48px;
    padding: 40px 30px;
    margin: 40px 0 55px;
    text-align: center;
    border: 1px solid #745f2e;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.contact-section h2 {
    font-size: 2rem;
    color: #f2dd9b;
    margin-bottom: 25px;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-bottom: 25px;
}

.contact-card {
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);
    padding: 14px 24px;
    border-radius: 70px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #b99042;
}

.contact-card .icon {
    font-size: 1.5rem;
}

.contact-card a {
    color: #ffeca6;
    text-decoration: none;
    font-weight: 500;
}

.shop-hours {
    background: #1a1733;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 60px;
    font-size: 0.9rem;
    border: 1px solid #a07936;
}

.contact-email {
    margin-top: 22px;
    font-size: 0.85rem;
    opacity: 0.85;
}

footer {
    text-align: center;
    padding: 28px 0 36px;
    font-size: 0.8rem;
    color: #aa9a6e;
    border-top: 1px solid #3d2f1c;
    margin-top: 20px;
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }
    .store-header {
        padding: 20px 0;
        margin-bottom: 30px;
    }
    .store-header h1 {
        font-size: 1.5rem;
    }
    .shop-front {
        margin-bottom: 30px;
    }
    .store-img {
        max-height: 250px;
    }
    .section-title {
        font-size: 1.5rem;
        margin: 20px 0 25px;
    }
    .categories-grid {
        grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
        gap: 18px;
    }
    .category-info h3 {
        font-size: 1.3rem;
    }
    .about-shop {
        padding: 24px 18px;
    }
    .about-shop h2 {
        font-size: 1.4rem;
    }
    .contact-section {
        padding: 28px 16px;
    }
    .contact-section h2 {
        font-size: 1.5rem;
    }
    .contact-card {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .categories-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .discount-badge {
        font-size: 0.7rem;
        padding: 4px 10px;
    }
}