/* Vazirmatn Font Face */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Vazirmatn', 'Tahoma', 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
    direction: rtl;
    overflow-x: hidden;
    position: relative;
}

/* Decorative Orange Shapes */
.decoration-shape {
    position: fixed;
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    border-radius: 50%;
    opacity: 0.1;
    z-index: 0;
}

.shape-top {
    top: -300px;
    left: -300px;
}

.shape-bottom {
    bottom: -300px;
    left: -300px;
}

/* Header Styles */
header {
    background: #fff;
    position: relative;
    z-index: 100;
    padding: 20px 0;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-right .buy-button {
    background: #ff6b35;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.header-right .buy-button:hover {
    background: #ff5722;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}


.header-nav {
    display: flex;
    align-items: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 25px;
}

.nav-menu a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
    padding: 8px 0;
}

.nav-menu a:hover {
    color: #ff6b35;
}

/* Main Content */
.main-content {
    position: relative;
    z-index: 10;
    padding: 60px 40px;
    min-height: calc(100vh - 100px);
}

.content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Image Container (Left Side) */
.image-container {
    position: sticky;
    top: 100px;
    padding-top: 40px;
    order: 2;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    background: transparent;
}

/* Content Area (Right Side) */
.content-area {
    padding: 40px 0;
    order: 1;
}

.main-title {
    font-size: 56px;
    font-weight: 800;
    color: #ff6b35;
    margin-bottom: 15px;
    line-height: 1.2;
}

.subtitle {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

.description {
    font-size: 18px;
    line-height: 2;
    color: #555;
    margin-bottom: 40px;
    text-align: justify;
}

.zhaket-button {
    display: inline-block;
    background: #34495e;
    color: #fff;
    padding: 18px 35px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(52, 73, 94, 0.3);
}

.zhaket-button:hover {
    background: #2c3e50;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(52, 73, 94, 0.4);
}

/* Features Section */
.features-section {
    padding: 100px 0;
    background: #f8f9fa;
    margin-top: 80px;
}

.features-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    border-radius: 2px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.feature-item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
}

.feature-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.feature-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* Sales Boost Section */
.sales-boost-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #4A90E2 0%, #357ABD 50%, #2E6DA4 100%);
    color: #fff;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.sales-boost-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
    opacity: 0.3;
}

.boost-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.boost-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.boost-left {
    padding: 20px 0;
}

.boost-title {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.2;
}

.boost-description {
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 40px;
    opacity: 0.95;
    color: #fff;
}

.boost-features {
    margin-bottom: 40px;
}

.boost-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.boost-feature-item i {
    color: #87CEEB;
    font-size: 24px;
}


.boost-right {
    position: relative;
}

.boost-visual {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
}

.stat-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.stat-card:hover {
    transform: translateY(-10px) scale(1.05);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.stat-card-1 {
    grid-column: 1;
    grid-row: 1;
}

.stat-card-2 {
    grid-column: 2;
    grid-row: 1;
}

.stat-card-3 {
    grid-column: 1 / 3;
    grid-row: 2;
}

.stat-icon {
    font-size: 48px;
    color: #87CEEB; /* Sky blue */
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.stat-number-large {
    font-size: 72px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.stat-text {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
}

/* Video Section (Top) */
.video-section-top {
    padding: 80px 0;
    background: #fff;
}

.video-section-top .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.video-section-top .video-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.video-section-top .video-container {
    position: relative;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: #000;
}

.video-section-top .video-player {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* Video Section */
.video-section {
    padding: 100px 0;
    background: #fff;
}

.video-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.video-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.video-container {
    position: relative;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.h_iframe-aparat_embed_frame {
    position: relative;
}

.h_iframe-aparat_embed_frame span {
    display: block;
    padding-top: 57%;
}

.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 20px;
}

/* Images Section with Tabs */
.images-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.images-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Tabs Container */
.tabs-container {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: start;
    margin-top: 50px;
}

/* Tabs Sidebar - سمت راست */
.tabs-sidebar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: sticky;
    top: 100px;
}

.tab-button {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 15px;
    cursor: pointer;
    text-align: right;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Vazirmatn', sans-serif;
}

.tab-button:hover {
    border-color: #ff6b35;
    background: #fff5f0;
    transform: translateX(-5px);
}

.tab-button.active {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    border-color: #ff6b35;
    color: #fff;
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

.tab-number {
    background: rgba(255, 255, 255, 0.2);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.tab-button.active .tab-number {
    background: rgba(255, 255, 255, 0.3);
}

.tab-text {
    flex: 1;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

/* Tabs Content - سمت چپ */
.tabs-content {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    min-height: 500px;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-panel img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

/* FAQ Section */
.faq-section {
    padding: 100px 0;
    background: #fff;
}

.faq-section .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.faq-list {
    margin-top: 50px;
}

.faq-item {
    background: #f8f9fa;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: #ff6b35;
}

.faq-question i {
    transition: transform 0.3s ease;
    color: #ff6b35;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 30px 25px;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

/* Footer */
.main-footer {
    background: #f8f9fa;
    padding: 50px 0 40px;
    margin-top: 0;
    text-align: center;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-slogan {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.6;
}

.footer-buy-button {
    display: inline-block;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.footer-buy-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    color: #fff;
}

.footer-links {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ff6b35;
}

.footer-separator {
    color: #ccc;
    font-size: 14px;
}

.footer-container p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

/* Policy Pages Styles */
.policy-content {
    min-height: calc(100vh - 200px);
    padding: 100px 0 60px;
    background: #fff;
}

.policy-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
}

.policy-header {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
}

.policy-header h1 {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.policy-update {
    color: #999;
    font-size: 14px;
    margin: 0;
}

.policy-body {
    line-height: 1.8;
}

.policy-section {
    margin-bottom: 40px;
}

.policy-section h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.policy-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: #34495e;
    margin-top: 25px;
    margin-bottom: 15px;
}

.policy-section p {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.policy-section ul {
    margin: 15px 0;
    padding-right: 30px;
}

.policy-section ul li {
    font-size: 16px;
    color: #555;
    margin-bottom: 12px;
    line-height: 1.8;
}

.policy-section ul li strong {
    color: #2c3e50;
    font-weight: 600;
}

.policy-note {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.policy-note strong {
    color: #856404;
    display: block;
    margin-bottom: 10px;
}

.policy-note p {
    color: #856404;
    margin: 0;
}

/* Responsive */
@media (max-width: 1200px) {
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .image-container {
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }

    .main-title {
        font-size: 42px;
    }

    .boost-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .boost-title {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: 20px;
        padding: 0 20px;
    }

    .header-nav {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }


    .header-right {
        width: 100%;
        justify-content: center;
    }

    .nav-menu {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-menu a {
        font-size: 14px;
    }

    .main-content {
        padding: 40px 20px;
    }

    .boost-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .boost-title {
        font-size: 36px;
        text-align: center;
    }

    .boost-description {
        font-size: 18px;
        text-align: center;
    }

    .boost-features {
        text-align: center;
    }

    .boost-feature-item {
        justify-content: center;
    }


    .boost-visual {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .stat-card-1,
    .stat-card-2,
    .stat-card-3 {
        grid-column: 1;
    }

    .stat-card-3 {
        grid-row: 3;
    }

    .stat-number-large {
        font-size: 56px;
    }

    .stat-icon {
        font-size: 40px;
    }

    .video-section-top {
        padding: 60px 20px;
    }

    .video-section-top .container {
        padding: 0 20px;
    }

    .video-section {
        padding: 60px 20px;
    }

    .video-section .container {
        padding: 0 20px;
    }

    .images-section {
        padding: 60px 20px;
    }

    .images-section .container {
        padding: 0 20px;
    }

    .tabs-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tabs-sidebar {
        position: relative;
        top: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
    }

    .tab-button {
        padding: 12px 15px;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .tab-text {
        font-size: 13px;
    }

    .tabs-content {
        padding: 20px;
    }

    .faq-section {
        padding: 60px 20px;
    }

    .faq-section .container {
        padding: 0 20px;
    }

    .faq-question {
        padding: 20px;
        font-size: 16px;
    }

    .faq-answer p {
        padding: 0 20px 20px;
        font-size: 14px;
    }

    .main-footer {
        padding: 40px 20px 30px;
    }

    .footer-container {
        padding: 0 20px;
    }

    .footer-slogan {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-buy-button {
        padding: 10px 25px;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .footer-links {
        gap: 10px;
        margin-bottom: 20px;
    }

    .footer-links a {
        font-size: 13px;
    }

    .policy-content {
        padding: 60px 20px 40px;
    }

    .policy-container {
        padding: 0 20px;
    }

    .policy-header h1 {
        font-size: 28px;
    }

    .policy-section h2 {
        font-size: 20px;
    }

    .policy-section h3 {
        font-size: 18px;
    }

    .policy-section p,
    .policy-section ul li {
        font-size: 15px;
    }

    .main-title {
        font-size: 32px;
    }

    .subtitle {
        font-size: 22px;
    }

    .description {
        font-size: 16px;
    }

    .boxes-container {
        gap: 15px;
    }

    .lucky-box {
        width: 100px;
        height: 120px;
    }

    .decoration-shape {
        width: 400px;
        height: 400px;
    }
}
