/* 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 Teal Shapes */
.decoration-shape {
    position: fixed;
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 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: #06b6d4;
    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(6, 182, 212, 0.3);
}

.header-right .buy-button:hover {
    background: #0891b2;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(6, 182, 212, 0.4);
}


.header-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Rocket Animation - CodePen Style (Converted from SCSS) */
.image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.window {
    width: 500px;
    height: 500px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    border: 20px solid #16264B;
    border-radius: 50%;
    background: linear-gradient(to bottom, #1A3864 76.67px, #1B3159 76.67px, #1B3159 153.33px, #1B2C4F 153.33px, #1B2C4F 230px, #182443 230px, #182443 306.67px, #141D39 306.67px, #141D39 383.33px, #1A3863 383.33px);
    overflow: hidden;
}

.window:before, .window:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.window:before {
    box-shadow: 215px 25px 0 0 #fff, 105px -45px 0 0 #fff, 160px -90px 0 0 #fff, 110px -120px 0 -1px #fff, 105px 70px 0 -1px #fff, 145px 105px 0 0 #fff, -190px -85px 0 0 #fff, -150px -50px 0 0 #fff, -160px -130px 0 -1px #fff, -140px 85px 0 0 #fff, -195px 65px 0 0 #fff;
    animation: blink 1s ease-in 0s infinite;
}

.window:after {
    box-shadow: 150px 0 0 0 #fff, 200px -65px 0 0 #fff, 130px -170px 0 0 #fff, -160px 20px 0 2px #fff, -215px 5px 0 0 #fff, -110px 15px 0 -1px #fff, -110px -120px 0 0 #fff, -100px -170px 0 0 #fff;
    animation: blink 1s ease-in 0.5s infinite;
}

.burn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 100px;
    border-radius: 50%;
    background: none;
    bottom: 70px;
    animation: flame-spread 0.5s ease-in 0.5s infinite alternate;
}

.burn:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 250px;
    background: linear-gradient(to right, #FEDA94 25%, #FECE5F 25%, #FECE5F 75%, #FEDA94 75%);
    box-shadow: -62.5px -10px 0 -10px #fff, 62.5px -10px 0 -10px #fff;
    animation: flame-start 0.5s ease-in 0s 1, flame-glow 0.5s ease-in 0.5s infinite;
}

.burn:after {
    content: '';
    position: absolute;
    left: 50%;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    bottom: -20px;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    box-shadow: 0 50px 0 10px #E6E9ED, -140px 10px 0 0 #E6E9ED, -125px 35px 0 0 #E6E9ED, -100px 30px 0 5px #E6E9ED, -60px 0 0 5px #E6E9ED, -60px 40px 0 30px #E6E9ED, -35px 25px 0 10px #E6E9ED, -85px 15px 0 5px #E6E9ED, 35px 45px 0 10px #E6E9ED, 35px 25px 0 10px #E6E9ED, 75px 40px 0 15px #E6E9ED, 125px 50px 0 15px #E6E9ED, 155px 20px 0 15px #E6E9ED, 0 20px 0 15px #FFF, -185px -15px 0 15px #FFF, -205px -45px 0 0 #FFF, -150px 0px 0 0 #FFF, -115px -5px 0 15px #FFF, -95px -35px 0 5px #FFF, -70px -50px 0 0 #FFF, -70px 0px 0 30px #FFF, -65px -75px 0 0 #FFF, -55px -55px 0 0 #FFF, -40px -30px 0 5px #FFF, -15px -15px 0 5px #FFF, 20px -25px 0 5px #FFF, 40px -5px 0 15px #FFF, 55px -45px 0 0 #FFF, 55px -65px 0 -5px #FFF, 75px -70px 0 -5px #FFF, 75px -60px 0 -10px #FFF, 75px -40px 0 5px #FFF, 90px -25px 0 5px #FFF, 90px 5px 0 25px #FFF, 135px -15px 0 20px #FFF, 185px -25px 0 10px #FFF, 195px -55px 0 10px #FFF, 215px -75px 0 0 #FFF;
    animation: flame-gas-show 0.5s ease-in 0.5s 1 forwards, flame-gas 0.5s ease-in 0.5s infinite;
}

.space-shuttle {
    width: 500px;
    height: 500px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    animation: shake 0.125s ease-in 0.5s infinite;
}

.orbiter {
    width: 50px;
    height: 220px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 30%;
    background: linear-gradient(to bottom, transparent 45px, rgba(0, 0, 0, 0.5) 45px, rgba(255, 255, 255, 0.85) 46px, transparent 46px, transparent 85px, rgba(0, 0, 0, 0.5) 85px, rgba(255, 255, 255, 0.85) 86px, transparent 86px, transparent 125px, rgba(0, 0, 0, 0.5) 125px, rgba(255, 255, 255, 0.85) 126px, transparent 126px), linear-gradient(to right, rgba(255, 255, 255, 1) 50%, #D9D9D9 50%);
    border-radius: 50% 50% 0 0/ 30% 30% 0 0;
    box-shadow: 0 -12px 0 0 #414750;
}

.orbiter:before, .orbiter:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.orbiter:before {
    width: 70px;
    bottom: -35px;
    height: 50px;
    background: linear-gradient(-135deg, #D9D9D9 25px, transparent 25px), linear-gradient(to right, rgba(255, 255, 255, 1) 50%, #C5C5C5 50%);
    border-radius: 25px 25px 10px 10px;
    box-shadow: 0 30px 0 -15px #414750;
    z-index: 2;
}

.orbiter:after {
    height: 60px;
    bottom: -50px;
    border-left: 3px solid #ECEFF2;
    border-right: 3px solid #9EA3A9;
    z-index: 2;
}

.orbiter_window {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
}

.orbiter_window:before, .orbiter_window:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 6px;
    background: #414750;
    border-radius: 5px 0 0 2px;
    left: 50%;
}

.orbiter_window:before {
    transform: translateX(-50%) rotate(-8deg) translateX(-9px);
}

.orbiter_window:after {
    transform: translateX(-50%) rotate(8deg) translateX(9px) scaleX(-1);
}

.orbiter_wing {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 25px;
    bottom: 0px;
    z-index: 1;
    border-radius: 12px 0 0 5px;
    box-shadow: -6px -5px 0 0 #434A53;
}

.orbiter_wing:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 29px;
    border-top: 35px solid transparent;
    border-right: 25px solid #434A53;
    border-bottom: 30px solid #434A53;
    border-left: 35px solid transparent;
}

.orbiter_wing:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 23px;
    border-top: 35px solid transparent;
    border-left: 30px solid transparent;
}

.orbiter_wing--left {
    background: #F2F3F4;
    transform: translateX(-55px);
}

.orbiter_wing--left:after {
    border-right: 25px solid #F2F3F4;
    border-bottom: 25px solid #F2F3F4;
}

.orbiter_wing--right {
    background: #AEB2B9;
    transform: translateX(55px) scaleX(-1);
}

.orbiter_wing--right:after {
    border-right: 25px solid #AEB2B9;
    border-bottom: 25px solid #AEB2B9;
}

.orbiter_fin {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 25px;
    bottom: -15px;
    z-index: 0;
    border-radius: 5px;
}

.orbiter_fin--left {
    background: #656D77;
    transform: translateX(-55px) rotate(15deg);
}

.orbiter_fin--right {
    background: #565D65;
    transform: translateX(55px) rotate(-15deg);
}

.rocket {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 260px;
    border-radius: 50% 50% 0 0/ 25% 25% 0 0;
    background: linear-gradient(to bottom, transparent 60px, rgba(0, 0, 0, 0.25) 60px, rgba(0, 0, 0, 0.25) 62px, transparent 62px, transparent 110px, rgba(0, 0, 0, 0.25) 110px, rgba(0, 0, 0, 0.25) 112px, transparent 112px, transparent 160px, rgba(0, 0, 0, 0.25) 160px, rgba(0, 0, 0, 0.25) 162px, transparent 162px, transparent 210px, rgba(0, 0, 0, 0.25) 210px, rgba(0, 0, 0, 0.25) 212px, transparent 212px), linear-gradient(to right, #ED5466 50%, #CA4757 50%);
    z-index: -1;
    top: -12%;
}

.rocket:before, .rocket:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 20px;
    top: 45%;
}

.rocket:before {
    left: -10px;
    background: #AAB2BC;
    box-shadow: 0 90px 0 0 #AAB2BC;
}

.rocket:after {
    right: -10px;
    background: #838C94;
    box-shadow: 0 90px 0 0 #79848E;
}

.rocket_booster {
    width: 25px;
    height: 300px;
    position: absolute;
    top: 60px;
    border-radius: 50% 50% 5px 5px/ 10% 10% 5px 5px;
    box-shadow: 0 10px 0 -2px #393F46;
}

.rocket_booster:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    bottom: 0;
    height: 12px;
    border-radius: 4px;
}

.rocket_booster--left {
    left: -35px;
    background: linear-gradient(to bottom, transparent 60px, rgba(0, 0, 0, 0.25) 60px, rgba(0, 0, 0, 0.25) 62px, transparent 62px, transparent 110px, rgba(0, 0, 0, 0.25) 110px, rgba(0, 0, 0, 0.25) 112px, transparent 112px, transparent 160px, rgba(0, 0, 0, 0.25) 160px, rgba(0, 0, 0, 0.25) 162px, transparent 162px, transparent 210px, rgba(0, 0, 0, 0.25) 210px, rgba(0, 0, 0, 0.25) 212px, transparent 212px), linear-gradient(45deg, #E6E9ED 20px, #D1D4D8 20px, #FFFFFF 50px);
}

.rocket_booster--left:before {
    background: linear-gradient(45deg, #E6E9ED 22px, #D1D4D8 22px);
}

.rocket_booster--right {
    background: linear-gradient(to bottom, transparent 60px, rgba(0, 0, 0, 0.25) 60px, rgba(0, 0, 0, 0.25) 62px, transparent 62px, transparent 110px, rgba(0, 0, 0, 0.25) 110px, rgba(0, 0, 0, 0.25) 112px, transparent 112px, transparent 160px, rgba(0, 0, 0, 0.25) 160px, rgba(0, 0, 0, 0.25) 162px, transparent 162px, transparent 210px, rgba(0, 0, 0, 0.25) 210px, rgba(0, 0, 0, 0.25) 212px, transparent 212px), linear-gradient(45deg, #91979F 40px, #B9B9B9 40px, #B9B9B9 150px, #D9D9D9 150px);
    right: -35px;
}

.rocket_booster--right:before {
    background: #91979F;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

@keyframes flame-spread {
    0%, 100% {
        background: rgba(254, 206, 95, 0.25);
        box-shadow: 0 25px 0 25px rgba(254, 206, 95, 0.15), 62.5px 5px 0 5px rgba(255, 255, 255, 0.05), 62.5px -10px 0 -10px rgba(255, 255, 255, 0.25), -62.5px 5px 0 5px rgba(255, 255, 255, 0.05), -62.5px -10px 0 -10px rgba(255, 255, 255, 0.25);
        width: 60px;
        height: 100px;
        bottom: 70px;
    }
    50% {
        width: 55px;
        height: 90px;
        bottom: 80px;
    }
}

@keyframes flame-start {
    0%, 19% {
        width: 25px;
        opacity: 0;
    }
    20%, 39% {
        width: 25px;
        opacity: 1;
    }
    40%, 59% {
        width: 25px;
        opacity: 0;
    }
    60%, 79% {
        width: 25px;
        opacity: 1;
    }
    100% {
        width: 40px;
        opacity: 1;
    }
}

@keyframes flame-glow {
    0%, 100% {
        box-shadow: -62.5px -10px 0 -10px #fff, 62.5px -10px 0 -10px #fff, -62.5px -10px 0 -10px #fff, 62.5px -10px 0 -10px #fff, 0 0 0 0 #FEDA94;
    }
    50% {
        box-shadow: -62.5px -10px 0 -10px #fff, 62.5px -10px 0 -10px #fff, -62.5px -10px 8px -10px #fff, 62.5px -10px 8px -10px #fff, 0 0 10px 0 #FEDA94;
    }
}

@keyframes flame-gas-show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flame-gas {
    0%, 100% {
        transform: translateX(-50%) translateY(10px) scale(1.03);
    }
    50% {
        transform: translateX(-50%) translateY(15px) scale(0.99);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translate(-50%, -50%) translateY(0px);
    }
    50% {
        transform: translate(-50%, -50%) translateY(1px);
    }
}

.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: #06b6d4;
}

/* 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;
    overflow: visible;
}

/* Content Area (Right Side) */
.content-area {
    padding: 40px 0;
    order: 1;
}

.main-title {
    font-size: 56px;
    font-weight: 800;
    color: #06b6d4;
    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, #06b6d4 0%, #0891b2 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, #06b6d4 0%, #0891b2 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;
}

/* Professional Management Section */
.professional-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f0fdfa 0%, #e0f2fe 50%, #ecfeff 100%);
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.professional-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(6,182,212,0.1)"/></svg>');
    opacity: 0.5;
}

.professional-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.professional-header {
    text-align: center;
    margin-bottom: 80px;
}

.professional-title {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #0e7490;
    line-height: 1.2;
}

.professional-subtitle {
    font-size: 22px;
    color: #64748b;
    font-weight: 500;
}

.professional-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.professional-main-card {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    border-radius: 25px;
    padding: 60px 50px;
    text-align: center;
    color: #fff;
    box-shadow: 0 20px 60px rgba(6, 182, 212, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.professional-main-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

.professional-main-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 70px rgba(6, 182, 212, 0.4);
}

.main-card-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    position: relative;
    z-index: 1;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.professional-main-card h3 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.professional-main-card p {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0.95;
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.professional-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.professional-feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.professional-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.professional-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(6, 182, 212, 0.2);
    border-color: #06b6d4;
}

.professional-feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    transition: all 0.3s ease;
}

.professional-feature-card:hover .feature-card-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(6, 182, 212, 0.4);
}

.professional-feature-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0e7490;
    margin-bottom: 15px;
}

.professional-feature-card p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* 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: #06b6d4;
    background: #ecfeff;
    transform: translateX(-5px);
}

.tab-button.active {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    border-color: #06b6d4;
    color: #fff;
    box-shadow: 0 5px 15px rgba(6, 182, 212, 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: #06b6d4;
}

.faq-question i {
    transition: transform 0.3s ease;
    color: #06b6d4;
}

.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, #06b6d4 0%, #0891b2 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(6, 182, 212, 0.3);
}

.footer-buy-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(6, 182, 212, 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: #06b6d4;
}

.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;
    }

    .professional-title {
        font-size: 42px;
    }

    .professional-features-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@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;
    }

    .professional-section {
        padding: 80px 0;
    }

    .professional-header {
        margin-bottom: 50px;
    }

    .professional-title {
        font-size: 32px;
    }

    .professional-subtitle {
        font-size: 18px;
    }

    .professional-main-card {
        padding: 40px 30px;
    }

    .main-card-icon {
        width: 100px;
        height: 100px;
        font-size: 40px;
    }

    .professional-main-card h3 {
        font-size: 26px;
    }

    .professional-main-card p {
        font-size: 16px;
    }

    .professional-features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .professional-feature-card {
        padding: 30px 25px;
    }

    .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;
    }
}
