/* css/style.css - تم روشن و خاص */
@import url('https://fonts.googleapis.com/css2?family=Vazir:wght@300;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: 'Vazir', sans-serif;
    background: #f8f9fc;
    color: #1a1a2e;
    overflow-x: hidden;
    line-height: 1.7;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---------- هدر شیشه‌ای روشن ---------- */
.glass-header.light {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.glass-header.light .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.5rem;
    font-weight: 900;
    color: #1a1a2e;
}
.logo span {
    background: linear-gradient(135deg, #d4a373, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

nav a {
    color: #333;
    text-decoration: none;
    margin-right: 25px;
    font-size: 0.95rem;
    transition: 0.3s;
    font-weight: 500;
}
nav a:hover { color: #b8860b; }

.btn-glow.light {
    background: linear-gradient(135deg, #d4a373, #b8860b);
    padding: 8px 20px;
    border-radius: 50px;
    color: #fff !important;
    font-weight: 700;
    box-shadow: 0 0 20px rgba(184, 134, 11, 0.2);
    -webkit-text-fill-color: #fff;
}

/* ---------- بخش Hero خاص ---------- */
.hero.light-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 80px;
    background: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
    overflow: hidden;
}

/* اشکال هندسی متحرک */
.hero-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    animation: floatShape 20s infinite alternate ease-in-out;
}

.shape-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #d4a373, transparent 70%);
    top: -100px;
    right: -100px;
    animation-duration: 25s;
}
.shape-2 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #b8860b, transparent 70%);
    bottom: -50px;
    left: -50px;
    animation-duration: 18s;
    animation-delay: 2s;
}
.shape-3 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #6c5b7b, transparent 70%);
    top: 20%;
    left: 20%;
    animation-duration: 22s;
    animation-delay: 4s;
}
.shape-4 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, #f8b4b4, transparent 70%);
    bottom: 20%;
    right: 20%;
    animation-duration: 28s;
    animation-delay: 1s;
}

@keyframes floatShape {
    0% { transform: translate(0, 0) scale(1) rotate(0deg); }
    100% { transform: translate(60px, -60px) scale(1.3) rotate(20deg); }
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.hero-badge {
    display: inline-block;
    background: rgba(184, 134, 11, 0.1);
    color: #b8860b;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 25px;
    border: 1px solid rgba(184, 134, 11, 0.2);
    backdrop-filter: blur(5px);
}

.hero-content h1 {
    font-size: 4.2rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}

.gradient-text {
    background: linear-gradient(135deg, #b8860b, #d4a373, #e8b86d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.outline-text {
    color: transparent;
    -webkit-text-stroke: 2px #1a1a2e;
    text-stroke: 2px #1a1a2e;
    font-weight: 900;
}

.hero-desc {
    font-size: 1.3rem;
    color: #555;
    margin-bottom: 40px;
    font-weight: 300;
}

.hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary.light {
    background: linear-gradient(135deg, #1a1a2e, #2d2d44);
    padding: 16px 45px;
    border-radius: 50px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    transition: 0.3s;
    box-shadow: 0 8px 30px rgba(26, 26, 46, 0.25);
}
.btn-primary.light:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(26, 26, 46, 0.4);
}

.btn-outline.light {
    background: transparent;
    border: 2px solid #1a1a2e;
    padding: 14px 40px;
    border-radius: 50px;
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}
.btn-outline.light:hover {
    background: #1a1a2e;
    color: #fff;
}

/* المان سه‌بعدی تزئینی */
.hero-3d-element {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 120px;
    height: 120px;
    background: linear-gradient(45deg, #d4a373, #b8860b);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    opacity: 0.1;
    transform: rotate(15deg);
    z-index: 1;
    animation: pulse3D 6s infinite alternate;
}
@keyframes pulse3D {
    0% { transform: rotate(15deg) scale(1); opacity: 0.1; }
    100% { transform: rotate(25deg) scale(1.2); opacity: 0.2; }
}

/* ---------- بخش‌های عمومی ---------- */
.section.light-section {
    padding: 100px 0;
    background: #f8f9fc;
}
.alt-bg-light {
    background: #f0f1f5;
}

.section-title.light-title {
    font-size: 2.8rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a2e;
    position: relative;
}
.section-title.light-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #b8860b, transparent);
}

/* ---------- کارت‌های روشن ---------- */
.card.light-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    transition: 0.4s ease;
    border: 1px solid rgba(0,0,0,0.03);
}
.card.light-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}
.card.light-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.card-body {
    padding: 20px;
}
.card-body h3 {
    color: #1a1a2e;
    margin-bottom: 8px;
}
.card-body p {
    color: #666;
    font-size: 0.95rem;
}
.card-link.light {
    color: #b8860b;
    font-weight: 700;
    text-decoration: none;
}

/* ---------- قیمت‌ها ---------- */
.price-card.light-price-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.04);
    border: 1px solid #eee;
    transition: 0.3s;
}
.price-card.light-price-card:hover {
    border-color: #b8860b;
    box-shadow: 0 12px 40px rgba(184, 134, 11, 0.08);
}
.price-amount.light-price {
    font-size: 2.5rem;
    font-weight: 900;
    color: #b8860b;
    margin: 15px 0;
}
.price-card ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.price-card ul li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
}

/* ---------- فرم ---------- */
.order-wrapper.light-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.04);
}
.form-group {
    margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px 20px;
    background: #f5f6fa;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    color: #1a1a2e;
    font-size: 1rem;
    font-family: 'Vazir', sans-serif;
    transition: 0.3s;
}
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #b8860b;
    background: #fff;
}

/* ---------- فوتر ---------- */
.light-footer {
    background: #fff;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #eee;
    color: #888;
}

/* ---------- واکنش‌گرایی ---------- */
@media (max-width: 768px) {
    .hero-content h1 { font-size: 2.6rem; }
    .glass-header.light .container { flex-direction: column; gap: 15px; }
    nav a { margin: 0 10px; }
    .grid, .price-grid { grid-template-columns: 1fr; }
    .shape-1, .shape-2 { width: 200px; height: 200px; }
    .hero-3d-element { display: none; }
}

/* ---------- نمونه کارها – گرید منظم ---------- */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.portfolio-item {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    transition: 0.4s ease;
    border: 1px solid rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}

.portfolio-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 50px rgba(0,0,0,0.08);
}

.portfolio-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f0f1f5;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.portfolio-item:hover .portfolio-image img {
    transform: scale(1.05);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 46, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
    backdrop-filter: blur(4px);
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-link {
    color: #fff;
    background: #b8860b;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: 0.3s;
    letter-spacing: 0.5px;
}

.portfolio-link:hover {
    background: #d4a373;
    transform: scale(1.05);
}

.portfolio-info {
    padding: 20px 22px 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.portfolio-info h3 {
    font-size: 1.2rem;
    color: #1a1a2e;
    margin-bottom: 6px;
    font-weight: 900;
}

.portfolio-info p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

/* ---------- تعرفه‌ها – گرید منظم ---------- */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.pricing-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 35px 25px 30px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.03);
    transition: 0.4s ease;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-8px);
    border-color: #b8860b;
    box-shadow: 0 16px 50px rgba(184, 134, 11, 0.08);
}

.pricing-header h3 {
    font-size: 1.3rem;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.pricing-price {
    font-size: 2.2rem;
    font-weight: 900;
    color: #b8860b;
    margin: 10px 0 15px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 15px 0 25px;
    text-align: right;
    flex-grow: 1;
}

.pricing-features li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
    font-size: 0.95rem;
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-btn {
    background: transparent;
    border: 2px solid #1a1a2e;
    padding: 12px 30px;
    border-radius: 50px;
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
    display: inline-block;
    margin-top: auto;
}

.pricing-btn:hover {
    background: #1a1a2e;
    color: #fff;
}

/* واکنش‌گرایی برای موبایل */
@media (max-width: 768px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    .portfolio-image {
        height: 180px;
    }
}

/* ---------- Hero جدید با ذرات و اشکال سه‌بعدی ---------- */
.hero.light-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
    isolation: isolate;
}

/* ذرات پس‌زمینه */
.particles {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.particle {
    position: absolute;
    background: radial-gradient(circle, rgba(184,134,11,0.2) 0%, transparent 70%);
    border-radius: 50%;
    width: var(--size);
    height: var(--size);
    top: var(--y);
    left: var(--x);
    animation: floatParticle 10s infinite alternate ease-in-out;
    animation-delay: var(--delay);
    filter: blur(2px);
}

@keyframes floatParticle {
    0% { transform: translate(0, 0) scale(1); opacity: 0.3; }
    100% { transform: translate(calc(var(--x) * 0.5), calc(var(--y) * -0.5)) scale(1.5); opacity: 0.8; }
}

/* اشکال شناور */
.floating-shapes {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.float-shape {
    position: absolute;
    border: 2px solid rgba(184,134,11,0.08);
    border-radius: 50%;
    animation: spinShape 20s linear infinite;
}

.shape-ring {
    width: 400px;
    height: 400px;
    top: 5%;
    left: -5%;
    border-radius: 50%;
    border-width: 1px;
    animation-duration: 25s;
}

.shape-diamond {
    width: 200px;
    height: 200px;
    bottom: 10%;
    right: 5%;
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
    border-color: rgba(184,134,11,0.05);
    animation-duration: 30s;
}

.shape-cross {
    width: 150px;
    height: 150px;
    top: 40%;
    right: 15%;
    border-radius: 50%;
    border: 4px solid rgba(184,134,11,0.03);
    animation-duration: 18s;
    animation-direction: reverse;
}

@keyframes spinShape {
    0% { transform: rotate(0deg) scale(1); }
    100% { transform: rotate(360deg) scale(1.2); }
}

/* المان نورافکن */
.spotlight {
    position: absolute;
    width: 50vw;
    height: 50vw;
    background: radial-gradient(circle, rgba(184,134,11,0.05) 0%, transparent 70%);
    border-radius: 50%;
    top: -10%;
    right: -10%;
    z-index: 0;
    animation: spotlightMove 12s infinite alternate ease-in-out;
    filter: blur(60px);
}

@keyframes spotlightMove {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(20%, 20%) scale(1.5); }
}

/* تایپوگرافی با سایه‌های رنگی */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 25px;
    text-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.gradient-text {
    background: linear-gradient(135deg, #b8860b, #d4a373, #e8b86d, #b8860b);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 6s ease-in-out infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.outline-text {
    color: transparent;
    -webkit-text-stroke: 2px #1a1a2e;
    text-stroke: 2px #1a1a2e;
    font-weight: 900;
    text-shadow: none;
}

.hero-desc {
    font-size: 1.4rem;
    color: #555;
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.hero-badge {
    display: inline-block;
    background: rgba(184,134,11,0.08);
    backdrop-filter: blur(10px);
    color: #b8860b;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 30px;
    border: 1px solid rgba(184,134,11,0.1);
    animation: badgePulse 3s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(184,134,11,0.1); }
    50% { box-shadow: 0 0 0 10px rgba(184,134,11,0); }
}

/* دکمه‌ها با هور افکت جدید */
.btn-primary.light {
    background: linear-gradient(135deg, #1a1a2e, #2d2d44);
    padding: 18px 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    transition: 0.4s cubic-bezier(0.2, 0.9, 0.3, 1);
    box-shadow: 0 8px 30px rgba(26, 26, 46, 0.15);
    position: relative;
    overflow: hidden;
}

.btn-primary.light::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    opacity: 0;
    transition: 0.6s;
    transform: scale(0.5);
}

.btn-primary.light:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 15px 50px rgba(26, 26, 46, 0.3);
}

.btn-primary.light:hover::after {
    opacity: 1;
    transform: scale(1);
}

.btn-outline.light {
    background: transparent;
    border: 2px solid #1a1a2e;
    padding: 16px 44px;
    border-radius: 50px;
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 700;
    transition: 0.4s cubic-bezier(0.2, 0.9, 0.3, 1);
    position: relative;
}

.btn-outline.light:hover {
    background: #1a1a2e;
    color: #fff;
    transform: translateY(-6px);
    box-shadow: 0 10px 40px rgba(26, 26, 46, 0.1);
}

/* واکنش‌گرایی */
@media (max-width: 768px) {
    .hero-content h1 { font-size: 2.8rem; }
    .hero-desc { font-size: 1.1rem; }
    .float-shape { display: none; }
    .spotlight { width: 80vw; height: 80vw; }
}


/* ---------- Hero جدید – مینیمال و لوکس ---------- */
.hero.premium-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafaf8;
    overflow: hidden;
    padding-top: 80px;
}

/* المان پس‌زمینه */
.hero-bg-shape {
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(184,134,11,0.03) 0%, transparent 70%);
    border-radius: 50%;
    top: -200px;
    left: -200px;
    z-index: 0;
}

.hero-bg-bar {
    position: absolute;
    width: 30%;
    height: 120%;
    background: linear-gradient(180deg, rgba(184,134,11,0.02), rgba(184,134,11,0.06));
    top: -10%;
    right: 0;
    transform: skewX(-15deg);
    z-index: 0;
}

/* محتوای اصلی */
.hero.premium-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 40px;
}

.hero-tag {
    display: inline-block;
    color: #b8860b;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 25px;
    opacity: 0.8;
}

.hero-main-text {
    font-size: 4.5rem;
    font-weight: 300;
    color: #1a1a2e;
    display: block;
    line-height: 1.1;
}

.hero-highlight-text {
    font-size: 5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #b8860b, #d4a373);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    line-height: 1.1;
}

.hero.premium-hero .hero-desc {
    font-size: 1.2rem;
    color: #666;
    margin: 30px 0 45px;
    font-weight: 300;
    line-height: 1.8;
    max-width: 500px;
}

/* دکمه‌های جدید */
.btn-premium {
    background: #1a1a2e;
    padding: 16px 48px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: 0.4s ease;
    font-size: 1rem;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.btn-premium::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: 0.6s;
}

.btn-premium:hover::after {
    left: 100%;
}

.btn-premium:hover {
    background: #b8860b;
    transform: translateY(-3px);
}

.btn-premium-outline {
    background: transparent;
    border: 2px solid #1a1a2e;
    padding: 14px 44px;
    border-radius: 4px;
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 700;
    transition: 0.4s ease;
    font-size: 1rem;
    letter-spacing: 1px;
}

.btn-premium-outline:hover {
    background: #1a1a2e;
    color: #fff;
    transform: translateY(-3px);
}

/* ---------- مکعب سه‌بعدی ---------- */
.hero-cube {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    perspective: 800px;
}

.cube {
    width: 150px;
    height: 150px;
    position: relative;
    transform-style: preserve-3d;
    animation: spinCube 20s infinite linear;
}

.cube-face {
    position: absolute;
    width: 150px;
    height: 150px;
    opacity: 0.7;
}

.front { transform: translateZ(75px); background: linear-gradient(135deg, #b8860b, #d4a373); }
.back { transform: rotateY(180deg) translateZ(75px); background: linear-gradient(135deg, #d4a373, #b8860b); }
.right { transform: rotateY(90deg) translateZ(75px); background: linear-gradient(135deg, #1a1a2e, #2d2d44); }
.left { transform: rotateY(-90deg) translateZ(75px); background: linear-gradient(135deg, #2d2d44, #1a1a2e); }
.top { transform: rotateX(90deg) translateZ(75px); background: rgba(184,134,11,0.3); }
.bottom { transform: rotateX(-90deg) translateZ(75px); background: rgba(184,134,11,0.1); }

@keyframes spinCube {
    0% { transform: rotateX(0) rotateY(0); }
    100% { transform: rotateX(360deg) rotateY(360deg); }
}

/* واکنش‌گرایی */
@media (max-width: 768px) {
    .hero-main-text { font-size: 2.8rem; }
    .hero-highlight-text { font-size: 3.2rem; }
    .hero.premium-hero .hero-desc { font-size: 1rem; }
    .hero-cube { display: none; }
    .hero-bg-bar { width: 60%; }
}

/* ---------- Hero لوکس و مینیمال ---------- */
.hero.luxury-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f6f3 0%, #f0ece6 100%);
    overflow: hidden;
    padding-top: 80px;
}

/* تصویر پس‌زمینه با کیفیت بالا - مسیر محلی */
.hero.luxury-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../image/hero-bg.jpg') center/cover no-repeat;
    opacity: 0.1; /* میزان شفافیت تصویر (می‌توانید تغییر دهید) */
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(248,246,243,0.85) 0%, rgba(240,236,230,0.6) 100%);
    z-index: 1;
}

/* محتوای اصلی */
.hero.luxury-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 40px;
    text-align: center;
}

.hero-label {
    display: inline-block;
    color: #b8860b;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.hero-label::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: #b8860b;
}

.hero-line {
    display: block;
    font-size: 4.8rem;
    font-weight: 300;
    color: #1a1a2e;
    line-height: 1.1;
    letter-spacing: -1px;
}

.hero-line.highlight {
    font-weight: 900;
    background: linear-gradient(135deg, #b8860b, #d4a373, #b8860b);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 5px;
}

.hero-divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #b8860b, transparent);
    margin: 30px auto;
    border-radius: 2px;
}

.hero.luxury-hero .hero-desc {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 45px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.3px;
}

/* دکمه‌های لوکس */
.btn-luxury {
    background: #1a1a2e;
    padding: 17px 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: 0.4s ease;
    font-size: 1rem;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 30px rgba(26,26,46,0.1);
    position: relative;
    overflow: hidden;
}

.btn-luxury::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: 0.6s;
}

.btn-luxury:hover::before {
    left: 100%;
}

.btn-luxury:hover {
    background: #b8860b;
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(184,134,11,0.2);
}

.btn-luxury-outline {
    background: transparent;
    border: 2px solid #1a1a2e;
    padding: 15px 46px;
    border-radius: 50px;
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 700;
    transition: 0.4s ease;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.btn-luxury-outline:hover {
    background: #1a1a2e;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(26,26,46,0.08);
}

.hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* واکنش‌گرایی */
@media (max-width: 768px) {
    .hero-line { font-size: 2.8rem; }
    .hero.luxury-hero .hero-desc { font-size: 1rem; }
    .hero-actions { flex-direction: column; align-items: center; }
    .btn-luxury, .btn-luxury-outline { width: 100%; max-width: 280px; text-align: center; }
}


/* ===== Hero نهایی - مینیمال و خاص ===== */
.hero.minimal-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafaf8;
    padding: 80px 40px 40px;
    position: relative;
}

.hero-container {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* ===== سمت چپ ===== */
.hero-left {
    position: relative;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(184,134,11,0.06);
    padding: 8px 20px 8px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    color: #b8860b;
    font-weight: 500;
    margin-bottom: 35px;
    border: 1px solid rgba(184,134,11,0.06);
}

.badge-dot {
    width: 6px;
    height: 6px;
    background: #b8860b;
    border-radius: 50%;
    display: inline-block;
    animation: dotPulse 2s infinite;
}

@keyframes dotPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.7); }
}

.hero-light {
    font-size: 4rem;
    font-weight: 300;
    color: #1a1a2e;
    display: block;
    line-height: 1.1;
    letter-spacing: -1px;
}

.hero-bold {
    font-size: 4.8rem;
    font-weight: 900;
    background: linear-gradient(135deg, #b8860b, #d4a373);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    line-height: 1.1;
    letter-spacing: -1px;
}

.hero-text {
    font-size: 1.15rem;
    color: #888;
    margin: 30px 0 45px;
    font-weight: 300;
    line-height: 1.8;
    max-width: 420px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-dark {
    background: #1a1a2e;
    padding: 16px 42px;
    border: none;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    transition: 0.3s;
    cursor: pointer;
}

.btn-dark:hover {
    background: #b8860b;
    transform: translateY(-2px);
}

.btn-ghost {
    background: transparent;
    padding: 16px 42px;
    border: 1px solid #ddd;
    color: #1a1a2e;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    transition: 0.3s;
    cursor: pointer;
}

.btn-ghost:hover {
    border-color: #1a1a2e;
    transform: translateY(-2px);
}

/* ===== سمت راست - آمار ===== */
.hero-right {
    display: flex;
    justify-content: flex-end;
}

.hero-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
    max-width: 300px;
}

.stat-item {
    text-align: right;
    padding: 25px 30px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    transition: 0.3s;
}

.stat-item:hover {
    border-color: rgba(184,134,11,0.15);
    transform: translateX(-5px);
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    color: #1a1a2e;
    line-height: 1.1;
}

.stat-label {
    display: block;
    font-size: 0.85rem;
    color: #999;
    margin-top: 5px;
    font-weight: 300;
}

/* ===== واکنش‌گرایی ===== */
@media (max-width: 992px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    
    .hero-light { font-size: 3rem; }
    .hero-bold { font-size: 3.6rem; }
    
    .hero-text {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-right {
        justify-content: center;
    }
    
    .hero-stats {
        max-width: 100%;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    
    .stat-item {
        text-align: center;
        padding: 20px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .hero.minimal-hero {
        padding: 80px 20px 30px;
    }
    
    .hero-light { font-size: 2.2rem; }
    .hero-bold { font-size: 2.6rem; }
    
    .hero-text {
        font-size: 1rem;
        margin: 20px 0 30px;
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .stat-item {
        padding: 15px;
    }
    
    .stat-number {
        font-size: 1.6rem;
    }
    
    .btn-dark, .btn-ghost {
        padding: 14px 30px;
        font-size: 0.9rem;
        width: 100%;
        text-align: center;
    }
    
    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }
}

/* ===== Hero با افکت اسکرول تکه‌تکه ===== */
/* ===== Hero با افکت اسکرول و ورود از اطراف ===== */
.hero.split-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafaf8;
    padding: 80px 40px 40px;
    position: relative;
    overflow: hidden;
}

.hero-container-split {
    max-width: 1100px;
    width: 100%;
}

.hero-content-split {
    max-width: 800px;
}

/* نشانگر */
.hero-badge-split {
    display: inline-block;
    color: #b8860b;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.2, 0.9, 0.3, 1);
}

.hero-badge-split.visible {
    opacity: 1;
    transform: translate(0, 0) !important;
}

/* هر کلمه */
.split-word {
    display: inline-block;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.2, 0.9, 0.3, 1);
}

.split-word.visible {
    opacity: 1;
    transform: translate(0, 0) !important;
}

/* تنظیم موقعیت اولیه بر اساس direction */
.split-word[data-direction="left"] {
    transform: translateX(-80px);
}
.split-word[data-direction="right"] {
    transform: translateX(80px);
}
.split-word[data-direction="up"] {
    transform: translateY(-80px);
}
.split-word[data-direction="down"] {
    transform: translateY(80px);
}

/* دکمه‌ها */
.btn-primary-split,
.btn-outline-split {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.2, 0.9, 0.3, 1);
}

.btn-primary-split.visible,
.btn-outline-split.visible {
    opacity: 1;
    transform: translate(0, 0) !important;
}

.btn-primary-split[data-direction="left"] {
    transform: translateX(-60px);
}
.btn-primary-split[data-direction="right"] {
    transform: translateX(60px);
}
.btn-outline-split[data-direction="left"] {
    transform: translateX(-60px);
}
.btn-outline-split[data-direction="right"] {
    transform: translateX(60px);
}

/* استایل دکمه‌ها */
.btn-primary-split {
    background: #1a1a2e;
    padding: 17px 48px;
    border: none;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.btn-primary-split:hover {
    background: #b8860b;
    transform: translateY(-3px) !important;
}

.btn-outline-split {
    background: transparent;
    padding: 17px 48px;
    border: 1px solid #ddd;
    color: #1a1a2e;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.btn-outline-split:hover {
    border-color: #1a1a2e;
    transform: translateY(-3px) !important;
}

/* تایتل */
.hero.split-hero h1 {
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.split-line {
    display: block;
}

.highlight-word {
    background: linear-gradient(135deg, #b8860b, #d4a373);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc-split {
    font-size: 1.2rem;
    color: #888;
    font-weight: 300;
    line-height: 2;
    max-width: 500px;
    margin-bottom: 45px;
}

.hero-actions-split {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* ===== واکنش‌گرایی ===== */
@media (max-width: 768px) {
    .hero.split-hero h1 {
        font-size: 2.8rem;
    }
    .hero-desc-split {
        font-size: 1rem;
        max-width: 100%;
    }
    .hero-actions-split {
        flex-direction: column;
        width: 100%;
    }
    .btn-primary-split,
    .btn-outline-split {
        width: 100%;
        text-align: center;
        padding: 15px 30px;
    }
    .hero.split-hero {
        padding: 80px 20px 30px;
    }
    .split-word[data-direction="left"],
    .split-word[data-direction="right"],
    .split-word[data-direction="up"],
    .split-word[data-direction="down"] {
        transform: translateX(0) translateY(20px); /* برای موبایل ساده‌تر */
    }
}