* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2'),
         url('../fonts/Vazirmatn-Regular.woff') format('woff'),
         url('../fonts/Vazirmatn-Regular.ttf') format('truetype');  /* اضافه کردن پشتیبانی از TTF */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Medium.woff2') format('woff2'),
         url('../fonts/Vazirmatn-Medium.woff') format('woff'),
         url('../fonts/Vazirmatn-Medium.ttf') format('truetype');  /* اضافه کردن پشتیبانی از TTF */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2'),
         url('../fonts/Vazirmatn-Bold.woff') format('woff'),
         url('../fonts/Vazirmatn-Bold.ttf') format('truetype');  /* اضافه کردن پشتیبانی از TTF */
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Vazirmatn', 'Tahoma', 'Segoe UI', sans-serif;
    font-weight: 400;
    background: linear-gradient(145deg, #fef9f0 0%, #f4e9da 100%);
    color: #2c2b28;
    line-height: 1.5;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow-x: hidden;
}

/* طبیعت‌گونه و برگ های تزئینی */
.bg-nature {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.bg-nature .leaf {
    position: absolute;
    opacity: 0.1;
    font-size: 120px;
    user-select: none;
    color: #6b4c3b;
}

.leaf-1 { top: 5%; left: -30px; transform: rotate(25deg); }
.leaf-2 { bottom: 0%; right: -20px; transform: rotate(110deg); font-size: 180px; opacity: 0.08; }
.leaf-3 { top: 40%; right: 5%; transform: rotate(45deg); font-size: 100px; opacity: 0.12; }
.leaf-4 { bottom: 15%; left: 3%; transform: rotate(-20deg); font-size: 140px; opacity: 0.07; }

/* کانتینر اصلی */
.container {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    width: 90%;
    margin: 2rem auto;
    background: rgba(255, 255, 245, 0.85);
    backdrop-filter: blur(12px);
    border-radius: 64px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(236, 198, 128, 0.3);
    overflow: hidden;
    padding: 2rem 2rem 3rem;
    transition: all 0.3s ease;
}

/* هدر و لوگو */
.brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    border-bottom: 2px dashed #e0c8a8;
    padding-bottom: 1.2rem;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon {
    background: #d9b382;
    width: 54px;
    height: 54px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #2c2b28;
    box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

.logo-text h1 {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #4a2e1f;
}

.logo-text span {
    font-size: 0.8rem;
    font-weight: 500;
    color: #7a5a44;
}

.camp-badge {
    background: #e7d9c8;
    padding: 8px 20px;
    border-radius: 60px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #5c3e2b;
    box-shadow: inset 0 1px 2px rgba(255,255,240,0.8), 0 2px 6px rgba(0,0,0,0.05);
}

.camp-badge i {
    margin-left: 6px;
}

.hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 2rem 0 1rem;
}

.hero-content {
    flex: 1.2;
    min-width: 260px;
}

.hero-content .coming-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    background: linear-gradient(135deg, #3d2a1b, #b57c48);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.75rem;
}

.hero-content .store-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #6c4e32;
    margin-bottom: 1rem;
    display: inline-block;
    border-right: 4px solid #e2b87a;
    padding-right: 16px;
}

.hero-content .description {
    font-size: 1rem;
    color: #4a3b2c;
    margin: 1.2rem 0 1.8rem;
    max-width: 550px;
}

.highlight-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 1rem;
}

.feature {
    background: rgba(255, 249, 235, 0.8);
    border-radius: 80px;
    padding: 0.5rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 0.9rem;
    color: #5b3c22;
    backdrop-filter: blur(4px);
    border: 1px solid #f3e2cb;
}

.feature i {
    color: #c1843a;
    font-size: 1.1rem;
}

.hero-image {
    flex: 0.9;
    min-width: 260px;
    background: radial-gradient(circle at 30% 20%, rgba(220, 180, 120, 0.2), transparent);
    border-radius: 48px;
    text-align: center;
    padding: 1rem;
}

.camping-image {
    width: 100%;
    max-width: 370px;
    height: auto;
    border-radius: 32px;
    filter: drop-shadow(0 12px 25px rgba(0, 0, 0, 0.15));
    transition: all 0.2s ease;
}

.camping-image:hover {
    transform: scale(1.03);
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.2));
}

.countdown-section {
    background: rgba(44, 40, 35, 0.08);
    border-radius: 48px;
    padding: 1.5rem 1.8rem;
    margin: 2rem 0 1.5rem;
    backdrop-filter: blur(4px);
    text-align: center;
}

.countdown-title {
    font-size: 1rem;
    font-weight: 600;
    color: #5c3d27;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.time-box {
    background: #2b241e;
    color: #ffe6c7;
    min-width: 85px;
    padding: 0.6rem 0;
    border-radius: 28px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.time-number {
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2px;
}

.time-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.8;
}

/* فرم اطلاع‌رسانی */
.notify-form {
    background: #fffcf5;
    border-radius: 40px;
    padding: 1.8rem;
    margin: 1rem 0 1rem;
    text-align: center;
    border: 1px solid #eddbbc;
    box-shadow: 0 8px 18px rgba(0,0,0,0.05);
}

.notify-form h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4f321d;
    margin-bottom: 0.5rem;
}

.notify-form p {
    color: #6b543b;
    margin-bottom: 1.2rem;
}

.input-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 500px;
    margin: 0 auto;
}

.input-group input {
    flex: 2;
    min-width: 200px;
    padding: 14px 20px;
    border: 1px solid #e2cdb2;
    border-radius: 60px;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 1rem;
    background: white;
    outline: none;
    transition: 0.2s;
}

.input-group input:focus {
    border-color: #c6904b;
    box-shadow: 0 0 0 3px rgba(198, 126, 58, 0.2);
}

.input-group button {
    background: #c2823a;
    border: none;
    padding: 14px 28px;
    border-radius: 60px;
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: white;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.input-group button:hover {
    background: #a4672e;
    transform: scale(0.98);
    box-shadow: 0 5px 12px rgba(160, 100, 30, 0.3);
}

.success-msg {
    margin-top: 12px;
    color: #398a47;
    font-weight: 500;
    font-size: 0.85rem;
}

/* شبکه اجتماعی */
.social-links {
    display: flex;
    justify-content: center;
    gap: 1.8rem;
    margin: 2rem 0 1rem;
}

.social-links a {
    background: #e5d5c0;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #4f321d;
    font-size: 1.4rem;
    transition: 0.2s;
    text-decoration: none;
}

.social-links a:hover {
    background: #c2823a;
    color: white;
    transform: translateY(-4px);
}

.footer-note {
    text-align: center;
    font-size: 0.75rem;
    color: #8b765c;
    border-top: 1px solid #ebdfcf;
    padding-top: 1.8rem;
    margin-top: 1rem;
}

/* واکنش‌گرایی */
@media (max-width: 780px) {
    .container {
        padding: 1.5rem;
    }
    .hero-content .coming-title {
        font-size: 2rem;
    }
    .countdown-timer {
        gap: 0.7rem;
    }
    .time-box {
        min-width: 65px;
    }
    .time-number {
        font-size: 1.8rem;
    }
    .brand {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

@media (max-width: 550px) {
    .hero-content .coming-title {
        font-size: 1.4rem;
    }
    .time-box {
        min-width: 50px;
        padding: 0.3rem 0;
    }
    .time-number {
        font-size: 1.2rem;
    }
    .time-label{
        font-size: 0.6rem;
    }
    .countdown-timer {
        gap: 0.7rem;
    }
    .hero-content .description{font-size:0.8rem;}
    .highlight-features{gap: 0.3rem;}
    .feature{padding: 0.2rem 0.4rem;
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 0.7rem;}
}

/* انیمیشن */
.container, .hero-content, .hero-image {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}