/* ============================================
   عظیمیه شاپ - استایل کامل
   تم: آلبالویی با پس‌زمینه ثابت
   ============================================ */

/* ====== فونت‌ها ====== */
@font-face {
    font-family: "Vazir";
    src: url(../fonts/Vazir-Regular.ttf);
}

@font-face {
    font-family: "Entezar";
    src: url(../fonts/Entezar.v1.00.ttf);
}

@font-face {
    font-family: "BTitr";
    src: url(../fonts/BTitr_O.ttf);
}

@font-face {
    font-family: "Nazanin";
    src: url(../fonts/BNazanin.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Vazir", "Vazirmatn", Tahoma, sans-serif;
}

:root {
    --primary: #C2185B;
    --primary-dark: #880E4F;
    --primary-light: #F48FB1;
    --secondary: #C2185B;
    --dark: #1a1a2e;
    --light: #FCE4EC;
    --text: #4a4a5a;
    --white: #ffffff;
    --shadow: 0 10px 30px rgba(194, 24, 91, 0.12);
    --radius: 1.5rem;
    --transition: all 0.3s ease;
    --bg-gray: #c5c5ca;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

/* ============================================
   پس‌زمینه ثابت (مثل عکس - بنفش با هاله)
   ============================================ */
body {
    background: #1a0a3e;
    color: var(--dark);
    font-size: 1.6rem;
    line-height: 1.7;
    overflow-x: hidden;
    min-height: 100vh;
    background-image: 
        radial-gradient(ellipse at 20% 30%, #6b2fa0 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, #c2185b 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, #3b1b6e 0%, transparent 60%),
        radial-gradient(ellipse at 10% 80%, #7c3aed 0%, transparent 40%),
        radial-gradient(ellipse at 90% 20%, #a855f7 0%, transparent 40%);
    background-attachment: fixed;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

a {
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
}

/* ============================================
   لوگو - تاج فقط برای موبایل
   ============================================ */
.logo-desktop {
    display: block;
    height: 50px;
}

.logo-mobile {
    display: none;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    font-family: "BTitr", "Entezar", "Vazir", Tahoma, sans-serif;
}

.logo-mobile i {
    margin-left: 0.5rem;
    font-size: 2.2rem;
    color: #FFB300;
}

/* ============================================
   هدر
   ============================================ */
.topbar {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    top: 0;
    z-index: 999;
}

.topbar-top {
    background: rgba(0, 0, 0, 0.3);
    color: var(--white);
    padding: 0.6rem 0;
    font-size: 1.2rem;
}

.topbar-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.topbar-top i {
    color: #FFB300;
    margin-left: 0.5rem;
}

.topbar-top span {
    margin-left: 2rem;
    color: #ffffff;
}

.topbar-social a {
    color: var(--white);
    margin-left: 1rem;
    font-size: 1.4rem;
    transition: var(--transition);
}

.topbar-social a:hover {
    color: #FFB300;
}

.topbar-main .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    flex-wrap: wrap;
}

/* ====== منوی اصلی ====== */
.main-menu ul {
    display: flex;
    list-style: none;
    gap: 0.3rem;
    flex-wrap: wrap;
}

.main-menu ul li a {
    color: #ffffff;
    padding: 0.6rem 1.5rem;
    border-radius: 0.8rem;
    font-weight: 500;
    font-size: 1.4rem;
    transition: var(--transition);
}

.main-menu ul li a:hover,
.main-menu ul li a.active {
    background: rgba(194, 24, 91, 0.8);
    color: var(--white);
}

/* ====== هدر اکشن ====== */
.header-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.search-btn {
    font-size: 2rem;
    cursor: pointer;
    color: #ffffff;
    transition: var(--transition);
}

.search-btn:hover {
    color: #FFB300;
}

.register-btn {
    background: var(--primary);
    color: var(--white);
    padding: 0.7rem 2rem;
    border-radius: 3rem;
    font-weight: 500;
    font-size: 1.3rem;
    transition: var(--transition);
}

.register-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(194, 24, 91, 0.3);
}

.user-btn {
    font-size: 2rem;
    color: #ffffff;
    transition: var(--transition);
}

.user-btn:hover {
    color: #FFB300;
}

/* ============================================
   دکمه همبرگر (فقط موبایل)
   ============================================ */
.hamburger-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.hamburger-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.hamburger-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #ffffff;
    border-radius: 3px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.hamburger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
}

.hamburger-btn.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.hamburger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
}

/* ============================================
   منوی موبایل
   ============================================ */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(4px);
    z-index: 998;
}

.mobile-menu-overlay.active {
    display: block;
}

.mobile-menu-container {
    display: none;
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(20px);
    padding: 2rem;
    z-index: 9999;
    transition: right 0.3s ease;
    box-shadow: -5px 0 40px rgba(0,0,0,0.1);
    overflow-y: auto;
}

.mobile-menu-container.active {
    right: 0;
    display: block;
}

.mobile-menu-container .close-menu-btn {
    background: none;
    border: none;
    font-size: 2.8rem;
    color: var(--dark);
    cursor: pointer;
    margin-bottom: 2rem;
    padding: 0.5rem;
    transition: all 0.3s ease;
    display: block;
    text-align: left;
}

.mobile-menu-container .close-menu-btn:hover {
    color: var(--primary);
    transform: rotate(90deg);
}

.mobile-menu-container ul {
    list-style: none;
    padding: 0;
}

.mobile-menu-container ul li {
    margin-bottom: 1rem;
}

.mobile-menu-container ul li a {
    display: block;
    padding: 1rem 1.5rem;
    color: var(--dark);
    font-size: 1.6rem;
    border-radius: 0.8rem;
    transition: var(--transition);
}

.mobile-menu-container ul li a:hover,
.mobile-menu-container ul li a.active {
    background: var(--primary);
    color: var(--white);
}

/* ============================================
   بنر اصلی
   ============================================ */
.hero-section {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 2rem;
    margin: 2.5rem 2rem 0;
    padding: 6rem 0;
    color: var(--white);
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 80%;
    height: 200%;
    background: rgba(255,255,255,0.03);
    border-radius: 50%;
    transform: rotate(-15deg);
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 4rem;
    position: relative;
    z-index: 1;
}

/* ====== عنوان خوش‌آمدید با فونت انتظار ====== */
.welcome-title {
    font-family: "Entezar", "Vazir", Tahoma, sans-serif;
    font-size: 6rem;
    color: #ffffff;
    line-height: 1.3;
}

.hero-text p {
    font-size: 1.8rem;
    opacity: 0.9;
    margin: 1.5rem 0 2.5rem;
    color: #ffffff;
}

/* ====== دکمه‌ها آلبالویی ====== */
.btn-primary {
    background: var(--primary);
    color: var(--white);
    padding: 0.9rem 2.5rem;
    border-radius: 3rem;
    font-weight: 700;
    display: inline-block;
    font-size: 1.4rem;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(194, 24, 91, 0.3);
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 35px rgba(194, 24, 91, 0.4);
}

.btn-secondary {
    background: var(--primary);
    color: var(--white);
    padding: 0.7rem 2.5rem;
    border-radius: 3rem;
    display: inline-block;
    font-weight: 500;
    font-size: 1.3rem;
    transition: var(--transition);
    border: none;
    cursor: pointer;
}

.btn-secondary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(194, 24, 91, 0.3);
}

/* ============================================
   افکت عکس بنر
   ============================================ */
.hero-image {
    flex: 1;
    text-align: center;
    position: relative;
}

.hero-image img {
    max-width: 380px;
    width: 100%;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.2));
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.5s ease;
    transform: scale(1);
}

.hero-image:hover img {
    transform: scale(1.08);
    filter: drop-shadow(0 30px 60px rgba(0,0,0,0.3));
}

.hero-image:active img {
    transform: scale(1.08);
    filter: drop-shadow(0 30px 60px rgba(0,0,0,0.3));
}

@keyframes gentleFloat {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-8px) scale(1.02); }
}

.perspective-mouse-follow {
    transform-style: preserve-3d;
    transition: transform 0.1s;
    perspective: 1000px;
}

.perspective-mouse-follow img {
    animation: gentleFloat 4s ease-in-out infinite;
}

.hero-image:hover .perspective-mouse-follow img {
    animation-play-state: paused;
    transform: scale(1.08) translateY(-5px);
}

.hero-stats {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 1.5rem 2.5rem;
    border-radius: var(--radius);
    text-align: center;
    margin-top: 2rem;
    display: inline-block;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.1);
}

.hero-stats .stat-number {
    font-size: 2.8rem;
    font-weight: 700;
    color: #FFB300;
}

.hero-stats .stat-label {
    display: block;
    color: rgba(255,255,255,0.9);
    font-size: 1.3rem;
}

/* ============================================
   آمار
   ============================================ */
.stats-section {
    padding: 4rem 0;
    background: transparent;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.stat-box {
    text-align: center;
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-radius: var(--radius);
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.stat-box i {
    font-size: 3.5rem;
    color: #FFB300;
    margin-bottom: 1rem;
}

.stat-box .stat-number {
    font-size: 2.8rem;
    font-weight: 700;
    display: block;
    color: #ffffff;
}

.stat-box .stat-label {
    font-size: 1.4rem;
    color: rgba(255,255,255,0.8);
}

/* ============================================
   محصولات
   ============================================ */
.featured-section {
    padding: 5rem 0;
}

.section-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.section-header h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #FFB300;
    font-family: "BTitr", "Entezar", "Vazir", Tahoma, sans-serif !important;
}

.section-header h2 span {
    color: #FFB300 !important;
    font-family: "BTitr", "Entezar", "Vazir", Tahoma, sans-serif !important;
}

.section-header p {
    font-size: 1.6rem;
    color: rgba(255,255,255,0.8);
    margin-top: 0.5rem;
}

.product-card {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    padding: 2rem;
    border-radius: var(--radius);
    text-align: center;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-color: rgba(194, 24, 91, 0.4) !important;
}

.product-image {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card img {
    max-height: 150px;
    object-fit: contain;
}

/* ====== عنوان محصولات با فونت تیتر ====== */
.product-card h3 {
    font-size: 1.8rem;
    margin: 1rem 0 0.5rem;
    color: #ffffff;
    font-family: "BTitr", "Entezar", "Vazir", Tahoma, sans-serif;
}

.product-card p {
    color: rgba(255,255,255,0.8);
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.swiper-button-next,
.swiper-button-prev {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.5rem;
    color: #ffffff;
}

.swiper-pagination-bullet-active {
    background: #FFB300;
}

/* ============================================
   نظرات
   ============================================ */
.reviews-section {
    padding: 5rem 0;
    background: transparent;
}

.review-card {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    padding: 2rem;
    border-radius: var(--radius);
    text-align: center;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.review-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #FFB300;
}

.review-user h4 {
    font-size: 1.6rem;
    margin: 0.8rem 0 0.3rem;
    color: #ffffff;
}

.review-card p {
    color: rgba(255,255,255,0.8);
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.review-stars {
    color: #FFB300;
    font-size: 1.8rem;
}

/* ====== فرم ارسال نظر ====== */
.comment-form-wrapper {
    max-width: 600px;
    margin: 3rem auto;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    padding: 3rem;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.comment-form-wrapper h3 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #ffffff;
}

.comment-form-wrapper h3 i {
    color: #FFB300;
    margin-left: 0.8rem;
}

.rating-input {
    margin-bottom: 2rem;
    text-align: center;
}

.rating-input label {
    font-size: 1.5rem;
    font-weight: 500;
    color: #ffffff;
    display: block;
    margin-bottom: 0.8rem;
}

.stars-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 0.5rem;
}

.stars-input input {
    display: none;
}

.stars-input label {
    font-size: 3.5rem;
    color: rgba(255,255,255,0.3);
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0;
    line-height: 1;
}

.stars-input input:checked ~ label {
    color: #FFB300;
}

.stars-input label:hover,
.stars-input label:hover ~ label {
    color: #FFB300;
    transform: scale(1.15);
}

.comment-textarea textarea {
    width: 100%;
    padding: 1.2rem;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 1.2rem;
    font-size: 1.5rem;
    font-family: "Vazir", Tahoma, sans-serif;
    resize: vertical;
    min-height: 120px;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.05);
    color: #ffffff;
}

.comment-textarea textarea::placeholder {
    color: rgba(255,255,255,0.5);
}

.comment-textarea textarea:focus {
    border-color: var(--primary);
    outline: none;
    box-shadow: 0 0 0 4px rgba(194, 24, 91, 0.1);
    background: rgba(255,255,255,0.1);
}

.comment-form-wrapper .btn-primary {
    width: 100%;
    margin-top: 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 1.6rem;
    padding: 1.2rem;
}

.comment-form-wrapper .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(194, 24, 91, 0.3);
}

.success-msg {
    background: rgba(16, 185, 129, 0.2);
    backdrop-filter: blur(10px);
    color: #34d399;
    padding: 1.2rem;
    border-radius: 1rem;
    margin-top: 1.5rem;
    text-align: center;
    font-size: 1.5rem;
    border-right: 4px solid #10b981;
}

.success-msg i {
    color: #10b981;
    margin-left: 0.5rem;
}

.error-msg {
    background: rgba(239, 68, 68, 0.2);
    backdrop-filter: blur(10px);
    color: #f87171;
    padding: 1.2rem;
    border-radius: 1rem;
    margin-top: 1.5rem;
    text-align: center;
    font-size: 1.5rem;
    border-right: 4px solid #ef4444;
}

.error-msg i {
    color: #ef4444;
    margin-left: 0.5rem;
}

.login-prompt {
    text-align: center;
    padding: 2rem 0;
}

.login-prompt p {
    font-size: 1.6rem;
    color: rgba(255,255,255,0.8);
}

.login-prompt a {
    color: #FFB300;
    font-weight: 600;
    text-decoration: underline;
}

.login-prompt a:hover {
    color: #ffffff;
}

/* ============================================
   تیم
   ============================================ */
.team-section {
    padding: 5rem 0;
}

.team-member {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    padding: 2.5rem 2rem;
    border-radius: var(--radius);
    text-align: center;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.team-member img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #FFB300;
    object-fit: cover;
}

.team-member h3 {
    font-size: 1.8rem;
    margin: 1rem 0 0.3rem;
    color: #ffffff;
}

.team-member .position {
    color: #FFB300;
    font-weight: 500;
    font-size: 1.3rem;
}

.team-member p {
    color: rgba(255,255,255,0.8);
    font-size: 1.3rem;
    margin-top: 0.5rem;
}

.team-member .social-links {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 0.8rem;
}

.team-member .social-links a {
    color: rgba(255,255,255,0.6);
    font-size: 1.6rem;
    transition: var(--transition);
}

.team-member .social-links a:hover {
    color: #FFB300;
    transform: translateY(-2px);
}

/* ============================================
   تایمر (آلبالویی کمرنگ) - کل جمله تیتر + سفید
   ============================================ */
.event-timer {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 5rem 0;
    text-align: center;
    color: var(--white);
    border-radius: 2rem;
    margin: 0 2rem;
}

.event-timer h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
    color: #ffffff !important;
    font-family: "BTitr", "Entezar", "Vazir", Tahoma, sans-serif !important;
}

.event-timer h2 span {
    color: #ffffff !important;
    font-family: "BTitr", "Entezar", "Vazir", Tahoma, sans-serif !important;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.time-box {
    background: rgba(255,255,255,0.08);
    padding: 2rem 2.5rem;
    border-radius: var(--radius);
    backdrop-filter: blur(10px);
    min-width: 100px;
    border: 1px solid rgba(255,255,255,0.1);
}

.time-box span {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    color: #FFB300;
}

.time-box label {
    font-size: 1.4rem;
    opacity: 0.8;
    color: rgba(255,255,255,0.8);
}

/* ============================================
   ثبت‌نام رویداد
   ============================================ */
.register-title {
    font-family: "BTitr", "Entezar", "Vazir", Tahoma, sans-serif;
    font-size: 2.8rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0.5rem;
}

.register-event {
    padding: 5rem 0;
    background: transparent;
}

.register-box {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    padding: 4rem;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.register-box h2 {
    font-size: 2rem;
    font-family: "BTitr", "Entezar", "Vazir", Tahoma, sans-serif;
    color: #ffffff;
}

.register-box .highlight {
    font-size: 2.8rem;
    font-family: "BTitr", "Entezar", "Vazir", Tahoma, sans-serif;
}

.register-box .highlight span {
    color: #FFB300;
}

.register-box p {
    font-size: 1.4rem;
    color: rgba(255,255,255,0.8);
    margin: 0.5rem 0 1.5rem;
}

.register-box form {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.register-box input {
    flex: 1;
    padding: 1.2rem 2rem;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 3rem;
    font-size: 1.5rem;
    min-width: 200px;
    transition: var(--transition);
    background: rgba(255,255,255,0.05);
    color: #ffffff;
}

.register-box input::placeholder {
    color: rgba(255,255,255,0.5);
}

.register-box input:focus {
    border-color: var(--primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(194, 24, 91, 0.1);
    background: rgba(255,255,255,0.1);
}

.register-box button {
    padding: 1.2rem 3rem;
    border: none;
    border-radius: 3rem;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 500;
    transition: var(--transition);
    background: var(--primary);
    color: var(--white);
}

.register-box button:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

/* ============================================
   نقشه
   ============================================ */
.map-section {
    padding: 3rem 0;
}

.map-section iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: var(--radius);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

/* ============================================
   صفحات جداگانه
   ============================================ */
.page-header-custom {
    text-align: center;
    padding: 4rem 0;
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    border-radius: var(--radius);
    margin-bottom: 3rem;
}

.page-header-custom h1 {
    font-size: 3.5rem;
    font-family: "BTitr", "Entezar", "Vazir", Tahoma, sans-serif !important;
    color: #ffffff;
}

.page-header-custom h1 i {
    color: #FFB300;
}

.page-header-custom p {
    font-size: 1.6rem;
    opacity: 0.8;
    color: rgba(255,255,255,0.8);
}

.product-grid-custom {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.product-card-custom {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-radius: var(--radius);
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease;
}

.product-card-custom:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-color: rgba(194, 24, 91, 0.4) !important;
}

.product-card-custom img {
    max-height: 180px;
    object-fit: contain;
}

.product-card-custom h3 {
    font-size: 2rem;
    color: #ffffff;
    margin: 1rem 0 0.5rem;
    font-family: "BTitr", "Entezar", "Vazir", Tahoma, sans-serif !important;
}

.product-card-custom .price {
    font-size: 2rem;
    color: #FFB300;
    font-weight: 700;
}

.product-card-custom .price span {
    font-size: 1.4rem;
    color: rgba(255,255,255,0.5);
    text-decoration: line-through;
    margin-right: 1rem;
}

.product-card-custom .description {
    font-size: 1.4rem;
    color: rgba(255,255,255,0.8);
    margin: 0.5rem 0 1.5rem;
    line-height: 2;
}

/* ====== گالری ====== */
.gallery-grid-custom {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.gallery-item-custom {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-radius: var(--radius);
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease;
}

.gallery-item-custom:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-color: rgba(194, 24, 91, 0.4) !important;
}

.gallery-item-custom img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.gallery-item-custom h3 {
    font-size: 2rem;
    color: #ffffff;
    margin: 1rem 0 0.5rem;
    font-family: "BTitr", "Entezar", "Vazir", Tahoma, sans-serif !important;
}

.gallery-item-custom p {
    font-size: 1.4rem;
    color: rgba(255,255,255,0.8);
    margin: 0.5rem 0 1.5rem;
    line-height: 2;
}

.btn-back-custom {
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 3rem;
    background: var(--primary);
    color: #fff;
    border-radius: 3rem;
    text-decoration: none;
    font-size: 1.6rem;
    transition: all 0.3s ease;
}

.btn-back-custom:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(194, 24, 91, 0.3);
}

.instagram-btn-custom {
    display: inline-block;
    margin: 2rem auto;
    padding: 1.2rem 3rem;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
    border-radius: 3rem;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 0.5rem 1.5rem rgba(220, 39, 67, 0.3);
}

.instagram-btn-custom:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 1rem 2.5rem rgba(220, 39, 67, 0.4);
}

.instagram-btn-custom i {
    margin-left: 1rem;
}

.text-center { text-align: center; }
.mt-4 { margin-top: 3rem; }

/* ============================================
   فوتر
   ============================================ */
.footer {
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    color: var(--white);
    padding: 4rem 0 0;
    margin-top: 3rem;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-col h3 {
    font-size: 2rem;
    color: #FFB300;
    margin-bottom: 1.5rem;
    font-family: "BTitr", "Entezar", "Vazir", Tahoma, sans-serif;
}

.footer-col p {
    font-size: 1.4rem;
    opacity: 0.8;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: rgba(255,255,255,0.8);
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 0.8rem;
}

.footer-col ul li a {
    color: rgba(255,255,255,0.7);
    font-size: 1.4rem;
    transition: var(--transition);
}

.footer-col ul li a:hover {
    color: #FFB300;
    padding-right: 0.5rem;
}

.social-icons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    color: var(--white);
    font-size: 1.8rem;
    transition: var(--transition);
    border: 1px solid rgba(255,255,255,0.1);
}

.social-icons a:hover {
    background: var(--primary);
    transform: translateY(-3px);
}

.footer-col form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-col input {
    padding: 0.8rem 1.5rem;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 3rem;
    font-size: 1.4rem;
    background: rgba(255,255,255,0.05);
    color: #ffffff;
}

.footer-col input::placeholder {
    color: rgba(255,255,255,0.5);
}

.footer-col button {
    padding: 0.8rem 1.5rem;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 3rem;
    cursor: pointer;
    font-size: 1.4rem;
    transition: var(--transition);
}

.footer-col button:hover {
    background: var(--primary-dark);
}

.footer-bottom {
    text-align: center;
    padding: 2rem 0;
    font-size: 1.4rem;
    opacity: 0.7;
    color: rgba(255,255,255,0.7);
}

.footer-bottom span {
    color: #FFB300;
}

/* ============================================
   سه عنوان - فونت تیتر (کل جمله)
   ============================================ */
.featured-section .section-header h2,
.reviews-section .section-header h2,
.team-section .section-header h2,
.section-header h2,
.section-header h2 span,
.featured-section .section-header h2 span,
.reviews-section .section-header h2 span,
.team-section .section-header h2 span {
    font-family: "BTitr", "Entezar", "Vazir", Tahoma, sans-serif !important;
}

/* ============================================
   انیمیشن‌ها (AOS)
   ============================================ */
[data-aos] {
    opacity: 0;
    transition: all 0.8s ease;
}

[data-aos].aos-animate {
    opacity: 1;
}

/* ============================================
   ریسپانسیو
   ============================================ */
@media (max-width: 992px) {
    .main-menu {
        display: none;
    }
    
    .hamburger-btn {
        display: flex;
    }
    
    .mobile-menu-overlay {
        display: none;
    }
    
    .mobile-menu-container {
        display: none;
    }
    
    .mobile-menu-container.active {
        display: block;
    }
    
    .mobile-menu-overlay.active {
        display: block;
    }
    
    .hero-content {
        flex-direction: column;
        text-align: center;
    }
    
    .welcome-title {
        font-size: 4.5rem;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-section {
        margin: 1.5rem 1rem 0;
        padding: 4rem 0;
    }
    
    .event-timer {
        margin: 0 1rem;
        padding: 4rem 0;
    }
}

@media (max-width: 768px) {
    .topbar-top {
        display: none;
    }
    
    .logo-desktop {
        display: none;
    }
    
    .logo-mobile {
        display: block;
    }
    
    .welcome-title {
        font-size: 3.5rem;
    }
    
    .hero-text p {
        font-size: 1.5rem;
    }
    
    .btn-primary {
        font-size: 1.2rem;
        padding: 0.7rem 2rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .countdown-timer {
        gap: 1rem;
    }
    
    .time-box {
        min-width: 70px;
        padding: 1.5rem;
    }
    
    .time-box span {
        font-size: 2.5rem;
    }
    
    .register-box form {
        flex-direction: column;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .social-icons {
        justify-content: center;
    }
    
    .comment-form-wrapper {
        padding: 2rem;
    }
    
    .stars-input label {
        font-size: 2.8rem;
    }
    
    .product-grid-custom {
        grid-template-columns: 1fr 1fr;
    }
    
    .gallery-grid-custom {
        grid-template-columns: 1fr 1fr;
    }
    
    .page-header-custom h1 {
        font-size: 2.5rem;
    }
    
    .hero-section {
        border-radius: 1.5rem;
        margin: 1.5rem 1rem 0;
    }
    
    .event-timer {
        border-radius: 1.5rem;
        margin: 0 1rem;
    }
}

@media (max-width: 480px) {
    .welcome-title {
        font-size: 2.8rem;
    }
    
    .btn-primary {
        font-size: 1.1rem;
        padding: 0.6rem 1.8rem;
    }
    
    .logo-mobile {
        font-size: 1.5rem;
    }
    
    .logo-mobile i {
        font-size: 1.8rem;
    }
    
    .stat-box .stat-number {
        font-size: 2rem;
    }
    
    .stat-box i {
        font-size: 2.5rem;
    }
    
    .comment-form-wrapper {
        padding: 1.5rem;
    }
    
    .stars-input label {
        font-size: 2.5rem;
    }
    
    .stars-input {
        gap: 0.3rem;
    }
    
    .product-grid-custom {
        grid-template-columns: 1fr;
    }
    
    .gallery-grid-custom {
        grid-template-columns: 1fr;
    }
    
    .hero-section {
        border-radius: 1rem;
        margin: 1rem 0.5rem 0;
        padding: 3rem 0;
    }
    
    .event-timer {
        border-radius: 1rem;
        margin: 0 0.5rem;
        padding: 3rem 0;
    }
    
    .page-header-custom {
        padding: 2rem 0;
    }
    
    .page-header-custom h1 {
        font-size: 2rem;
    }
    
    .register-title {
        font-size: 2.2rem;
    }
}