.elementor-5540 .elementor-element.elementor-element-9724454{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5540 .elementor-element.elementor-element-32713b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5540 .elementor-element.elementor-element-5d6b71b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-129ae1d */:root {
    --mc-bg: #001540;
    --mc-accent: #3fa9f5;
    --mc-text: #ffffff;
    --mc-card: rgba(255, 255, 255, 0.05);
    --mc-border: rgba(255, 255, 255, 0.1);
}

.merch-hero {
    background-color: var(--mc-bg);
    min-height: 90vh; /* ارتفاع مناسب */
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    padding: 80px 5% 40px;
}

/* نور پس زمینه */
.merch-glow {
    position: absolute;
    top: -20%; right: -10%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(63, 169, 245, 0.15) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.merch-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    z-index: 1;
}

/* --- محتوای متنی --- */
.merch-content {
    flex: 1;
    max-width: 550px;
}

.status-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(63, 169, 245, 0.1);
    border: 1px solid rgba(63, 169, 245, 0.3);
    padding: 6px 12px;
    border-radius: 30px;
    margin-bottom: 25px;
}

.status-dot {
    width: 8px; height: 8px;
    background-color: var(--mc-accent);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--mc-accent);
    animation: pulse 2s infinite;
}

.status-text {
    color: var(--mc-accent);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.merch-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--mc-text);
    margin-bottom: 20px;
}

.text-stroke {
    color: transparent;
    -webkit-text-stroke: 1px var(--mc-accent);
    font-style: italic;
}

.merch-desc {
    color: #b0c4de;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* نوار پیشرفت */
.progress-container {
    margin-bottom: 40px;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(255,255,255,0.1);
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

.progress-bar::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 80%; /* درصد پیشرفت */
    background: var(--mc-accent);
    border-radius: 3px;
    box-shadow: 0 0 10px var(--mc-accent);
    animation: loadingBar 2s ease-in-out infinite;
}

.progress-label {
    font-size: 11px;
    color: var(--mc-accent);
    font-family: monospace;
    letter-spacing: 1px;
}

/* باکس خرید حضوری */
.offline-store-card {
    background: linear-gradient(90deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.2);
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
}

.offline-store-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: var(--mc-accent);
}

.icon-wrap {
    background: var(--mc-text);
    color: var(--mc-bg);
    width: 45px; height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.store-info strong {
    display: block;
    color: var(--mc-text);
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.store-info p {
    color: #cbd5e0;
    font-size: 0.8rem;
    margin: 0;
    line-height: 1.4;
}

.direction-btn {
    margin-left: auto; /* چسبیدن به راست */
    font-size: 0.8rem;
    color: var(--mc-accent);
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
    border: 1px solid var(--mc-accent);
    padding: 8px 12px;
    border-radius: 4px;
    transition: 0.3s;
}

.direction-btn:hover {
    background: var(--mc-accent);
    color: white;
}


/* --- ستون ویژوال (عکس) --- */
.merch-visual {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-placeholder {
    width: 400px;
    height: 500px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    transform: rotate(3deg);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.product-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blur-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 21, 64, 0.4);
    backdrop-filter: blur(15px); /* افکت بلور */
    display: flex;
    align-items: center;
    justify-content: center;
}

.locked-text {
    border: 2px solid white;
    color: white;
    padding: 10px 20px;
    font-weight: 800;
    letter-spacing: 3px;
    font-size: 1.2rem;
    transform: rotate(-3deg);
}

/* تگ های شناور */
.floating-tag {
    position: absolute;
    background: var(--mc-bg);
    color: var(--mc-accent);
    padding: 8px 16px;
    border: 1px solid var(--mc-accent);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    animation: float 4s ease-in-out infinite;
}

.tag-1 { top: 10%; left: 0; animation-delay: 0s; }
.tag-2 { bottom: 15%; right: -20px; animation-delay: 1.5s; background: var(--mc-accent); color: white; }
.tag-3 { top: 40%; right: -40px; animation-delay: 0.8s; }


/* انیمیشن ها */
@keyframes pulse {
    0% { opacity: 1; box-shadow: 0 0 0 0 rgba(63, 169, 245, 0.7); }
    70% { opacity: 1; box-shadow: 0 0 0 10px rgba(63, 169, 245, 0); }
    100% { opacity: 1; box-shadow: 0 0 0 0 rgba(63, 169, 245, 0); }
}

@keyframes loadingBar {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* مدیا کوئری */
@media (max-width: 960px) {
    .merch-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .status-wrapper {
        margin: 0 auto 20px;
    }

    .merch-title {
        font-size: 2.5rem;
    }

    .offline-store-card {
        flex-direction: column;
        text-align: center;
    }

    .direction-btn {
        margin: 10px auto 0;
        width: 100%;
        text-align: center;
    }

    .offline-store-card::before {
        width: 100%; height: 4px; bottom: auto; top: 0;
    }

    .product-placeholder {
        width: 100%;
        height: 350px;
        transform: rotate(0);
    }
    
    .floating-tag {
        display: none; /* در موبایل تگ ها مخفی شوند تا شلوغ نشود */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63d495a */:root {
    --mc-bg: #001540;
    --mc-accent: #3fa9f5;
    --mc-text: #ffffff;
    --mc-card: rgba(255, 255, 255, 0.05);
    --mc-border: rgba(255, 255, 255, 0.1);
}

.merch-hero {
    background-color: var(--mc-bg);
    min-height: 90vh; /* ارتفاع مناسب */
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    padding: 80px 5% 40px;
}

/* نور پس زمینه */
.merch-glow {
    position: absolute;
    top: -20%; right: -10%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(63, 169, 245, 0.15) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.merch-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    z-index: 1;
}

/* --- محتوای متنی --- */
.merch-content {
    flex: 1;
    max-width: 550px;
}

.status-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(63, 169, 245, 0.1);
    border: 1px solid rgba(63, 169, 245, 0.3);
    padding: 6px 12px;
    border-radius: 30px;
    margin-bottom: 25px;
}

.status-dot {
    width: 8px; height: 8px;
    background-color: var(--mc-accent);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--mc-accent);
    animation: pulse 2s infinite;
}

.status-text {
    color: var(--mc-accent);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.merch-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--mc-text);
    margin-bottom: 20px;
}

.text-stroke {
    color: transparent;
    -webkit-text-stroke: 1px var(--mc-accent);
    font-style: italic;
}

.merch-desc {
    color: #b0c4de;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* نوار پیشرفت */
.progress-container {
    margin-bottom: 40px;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(255,255,255,0.1);
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

.progress-bar::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 80%; /* درصد پیشرفت */
    background: var(--mc-accent);
    border-radius: 3px;
    box-shadow: 0 0 10px var(--mc-accent);
    animation: loadingBar 2s ease-in-out infinite;
}

.progress-label {
    font-size: 11px;
    color: var(--mc-accent);
    font-family: monospace;
    letter-spacing: 1px;
}

/* باکس خرید حضوری */
.offline-store-card {
    background: linear-gradient(90deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.2);
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
}

.offline-store-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: var(--mc-accent);
}

.icon-wrap {
    background: var(--mc-text);
    color: var(--mc-bg);
    width: 45px; height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.store-info strong {
    display: block;
    color: var(--mc-text);
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.store-info p {
    color: #cbd5e0;
    font-size: 0.8rem;
    margin: 0;
    line-height: 1.4;
}

.direction-btn {
    margin-left: auto; /* چسبیدن به راست */
    font-size: 0.8rem;
    color: var(--mc-accent);
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
    border: 1px solid var(--mc-accent);
    padding: 8px 12px;
    border-radius: 4px;
    transition: 0.3s;
}

.direction-btn:hover {
    background: var(--mc-accent);
    color: white;
}


/* --- ستون ویژوال (عکس) --- */
.merch-visual {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-placeholder {
    width: 400px;
    height: 500px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    transform: rotate(3deg);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.product-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blur-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 21, 64, 0.4);
    backdrop-filter: blur(15px); /* افکت بلور */
    display: flex;
    align-items: center;
    justify-content: center;
}

.locked-text {
    border: 2px solid white;
    color: white;
    padding: 10px 20px;
    font-weight: 800;
    letter-spacing: 3px;
    font-size: 1.2rem;
    transform: rotate(-3deg);
}

/* تگ های شناور */
.floating-tag {
    position: absolute;
    background: var(--mc-bg);
    color: var(--mc-accent);
    padding: 8px 16px;
    border: 1px solid var(--mc-accent);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    animation: float 4s ease-in-out infinite;
}

.tag-1 { top: 10%; left: 0; animation-delay: 0s; }
.tag-2 { bottom: 15%; right: -20px; animation-delay: 1.5s; background: var(--mc-accent); color: white; }
.tag-3 { top: 40%; right: -40px; animation-delay: 0.8s; }


/* انیمیشن ها */
@keyframes pulse {
    0% { opacity: 1; box-shadow: 0 0 0 0 rgba(63, 169, 245, 0.7); }
    70% { opacity: 1; box-shadow: 0 0 0 10px rgba(63, 169, 245, 0); }
    100% { opacity: 1; box-shadow: 0 0 0 0 rgba(63, 169, 245, 0); }
}

@keyframes loadingBar {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* مدیا کوئری */
@media (max-width: 960px) {
    .merch-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .status-wrapper {
        margin: 0 auto 20px;
    }

    .merch-title {
        font-size: 2.5rem;
    }

    .offline-store-card {
        flex-direction: column;
        text-align: center;
    }

    .direction-btn {
        margin: 10px auto 0;
        width: 100%;
        text-align: center;
    }

    .offline-store-card::before {
        width: 100%; height: 4px; bottom: auto; top: 0;
    }

    .product-placeholder {
        width: 100%;
        height: 350px;
        transform: rotate(0);
    }
    
    .floating-tag {
        display: none; /* در موبایل تگ ها مخفی شوند تا شلوغ نشود */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d380b3b *//* تنظیمات کلی فوتر */
.saa-custom-footer {
    background-color: #001540; /* رنگ آبی تیره برند شما */
    color: #ffffff;
    font-family: 'Poppins', sans-serif; /* فونت استفاده شده در سایت */
    padding: 60px 0 0 0;
    font-size: 15px;
}

.saa-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px 40px 20px;
}

/* استایل ستون‌ها */
.saa-footer-col {
    flex: 1;
    min-width: 220px;
    margin-bottom: 30px;
}

/* لوگو و آدرس */
.saa-footer-logo {
    max-width: 120px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1); /* سفید کردن لوگو برای پس‌زمینه تیره */
}

.saa-address {
    line-height: 1.6;
    color: #eff2ff;
    margin-bottom: 20px;
}

/* تیتر ستون‌ها */
.saa-footer-col h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.saa-footer-col h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #1c39bb; /* رنگ آبی روشن‌تر برند */
}

/* لینک‌ها */
.saa-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.saa-footer-links li {
    margin-bottom: 12px;
}

.saa-footer-links a {
    color: #eff2ff;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: inline-block;
}

.saa-footer-links a:hover {
    color: #ffffff;
    padding-left: 5px; /* افکت حرکت کوچک هنگام هاور */
}

/* شبکه اجتماعی (ساده متنی) */
.saa-socials {
    display: flex;
    gap: 15px;
}

.saa-socials a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
    opacity: 0.8;
}

.saa-socials a:hover {
    opacity: 1;
    text-decoration: none;
}

/* بخش کپی‌رایت پایین */
.saa-footer-bottom {
    background-color: #000b24; /* کمی تیره‌تر برای بخش پایین */
    text-align: center;
    padding: 20px;
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.saa-footer-bottom p {
    margin: 0;
    color: #8892b0;
}

.saa-footer-bottom a {
    color: #ffffff;
    text-decoration: none;
}

/* واکنش‌گرا (موبایل) */
@media (max-width: 768px) {
    .saa-footer-container {
        flex-direction: column;
    }
    
    .saa-footer-col {
        margin-bottom: 40px;
        border-bottom: 1px solid rgba(255,255,255,0.05);
        padding-bottom: 20px;
    }

    .saa-footer-col:last-child {
        border-bottom: none;
    }
}/* End custom CSS */