/* 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 Lime Shapes (تم لیمویی) */
.decoration-shape {
    position: fixed;
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, #84cc16 0%, #a3e635 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: linear-gradient(135deg, #84cc16 0%, #a3e635 100%);
    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(132, 204, 22, 0.3);
}

.header-right .buy-button:hover {
    background: linear-gradient(135deg, #65a30d 0%, #84cc16 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(132, 204, 22, 0.4);
}


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

/* Hero: نمودار زنده Chart.js + نرخ دلار و قیمت محصولات */
.image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.nerkh-chart-hero {
    width: 100%;
    max-width: 520px;
    background: #020617;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #1e293b;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.nerkh-chart-box {
    width: 100%;
    height: 180px;
    position: relative;
}

.nerkh-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.nerkh-hero-card {
    flex: 1;
    min-width: 140px;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid #1e293b;
    padding: 14px 16px;
    border-radius: 12px;
}

.nerkh-hero-label {
    display: block;
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 6px;
}

.nerkh-hero-price {
    font-size: 18px;
    font-weight: 700;
    color: #e2e8f0;
    font-variant-numeric: tabular-nums;
}

.nerkh-hero-price.up { color: #84cc16; }
.nerkh-hero-price.down { color: #ef4444; }

.nerkh-lens-wrap {
    position: relative;
    width: 400px;
    height: 480px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 40px;
}

.nerkh-lens-float {
    position: relative;
    animation: float 3s ease-in-out infinite;
}

.nerkh-lens {
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.9) 0%, #ecfccb 40%, #d9f99d 85%);
    border: 14px solid #84cc16;
    position: relative;
    box-shadow:
        0 0 0 8px rgba(132, 204, 22, 0.3),
        0 0 0 12px rgba(132, 204, 22, 0.15),
        0 25px 60px rgba(132, 204, 22, 0.35),
        inset 0 0 40px rgba(132, 204, 22, 0.12);
    overflow: hidden;
}

.nerkh-lens-inner {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    background: #020617;
    border-radius: 999px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(15,23,42,0.8);
}

.nerkh-chart-lens-inner {
    padding: 0;
}

.nerkh-lens-chart {
    width: 115%;
    height: 115%;
}

.nerkh-lens-zero-line {
    stroke: rgba(148, 163, 184, 0.7);
    stroke-width: 0.5;
}

.nerkh-lens-line-path {
    fill: none;
    stroke: #22c55e;
    stroke-width: 1.5;
    stroke-linejoin: round;
    stroke-linecap: round;
    filter: drop-shadow(0 0 5px rgba(22, 163, 74, 0.7));
}

.nerkh-lens-line-path.animated {
    animation: nerkhLensWave 2.8s ease-in-out infinite;
    transform-origin: center;
}

@keyframes nerkhLensWave {
    0%   { transform: translateY(0);   opacity: 1;    stroke: #22c55e; } /* سبز – روند صعودی */
    50%  { transform: translateY(4px); opacity: 0.95; stroke: #ef4444; } /* قرمز – روند نزولی */
    100% { transform: translateY(0);   opacity: 1;    stroke: #22c55e; }
}

.nerkh-header {
    height: 24px;
    background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    gap: 6px;
    border-bottom: 1px solid #cbd5e1;
}

.nerkh-dots {
    display: flex;
    gap: 4px;
}

.nerkh-dots .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.nerkh-dots .dot.red { background: #ef4444; }
.nerkh-dots .dot.yellow { background: #f59e0b; }
.nerkh-dots .dot.green { background: #22c55e; }

.nerkh-title {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    margin-right: 8px;
}

/* (کلاس‌های قدیمی نمودار خطی بدون ذره‌بین دیگر استفاده نمی‌شوند) */

@keyframes pingPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

/* Floating Elements */
.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.float-element {
    position: absolute;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #84cc16 0%, #a3e635 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 8px 25px rgba(132, 204, 22, 0.4);
}

.float-1 {
    top: 20px;
    left: 40px;
    animation: floatElement1 4s ease-in-out infinite;
}

.float-2 {
    top: 80px;
    right: 20px;
    animation: floatElement2 4.5s ease-in-out infinite;
    animation-delay: 0.5s;
}

.float-3 {
    bottom: 100px;
    left: 20px;
    animation: floatElement3 5s ease-in-out infinite;
    animation-delay: 1s;
}

.float-4 {
    bottom: 40px;
    right: 60px;
    animation: floatElement4 4.2s ease-in-out infinite;
    animation-delay: 0.3s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-5deg);
    }
    50% {
        transform: translateY(-15px) rotate(0deg);
    }
}

@keyframes scan {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        top: calc(100% - 3px);
        opacity: 0;
    }
}

@keyframes floatElement1 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(5px, -25px) rotate(-3deg);
    }
    75% {
        transform: translate(-5px, -10px) rotate(3deg);
    }
}

@keyframes floatElement2 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(-15px, 10px) rotate(-5deg);
    }
    50% {
        transform: translate(-10px, -15px) rotate(5deg);
    }
    75% {
        transform: translate(5px, -5px) rotate(-3deg);
    }
}

@keyframes floatElement3 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(15px, 5px) rotate(3deg);
    }
    50% {
        transform: translate(20px, -10px) rotate(-5deg);
    }
    75% {
        transform: translate(10px, 10px) rotate(5deg);
    }
}

@keyframes floatElement4 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(-10px, -15px) rotate(-3deg);
    }
    50% {
        transform: translate(-5px, -25px) rotate(5deg);
    }
    75% {
        transform: translate(5px, -10px) rotate(-5deg);
    }
}

.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: #84cc16;
}

/* 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;
    background: linear-gradient(135deg, #84cc16 0%, #a3e635 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    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, #84cc16 0%, #a3e635 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, #84cc16 0%, #a3e635 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, #f7fee7 0%, #ecfccb 50%, #d9f99d 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(168,85,247,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: #65a30d;
    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, #84cc16 0%, #a3e635 100%);
    border-radius: 25px;
    padding: 60px 50px;
    text-align: center;
    color: #fff;
    box-shadow: 0 20px 60px rgba(132, 204, 22, 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(132, 204, 22, 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;
}

/* Hero inline video under main title */
.hero-inline-video {
    margin: 25px 0 30px;
    max-width: 520px;
}

.hero-inline-video .video-container {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
    overflow: hidden;
    background: #000;
}

.hero-inline-video .video-player {
    width: 100%;
    height: auto;
    display: block;
}

.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, #84cc16 0%, #a3e635 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.professional-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(132, 204, 22, 0.2);
    border-color: #84cc16;
}

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

.feature-card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #84cc16 0%, #a3e635 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(132, 204, 22, 0.4);
}

.professional-feature-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #65a30d;
    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: linear-gradient(135deg, #f7fee7 0%, #ecfccb 50%, #fff 100%);
}

.video-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.video-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.video-section .video-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(132, 204, 22, 0.25);
    border: 3px solid rgba(132, 204, 22, 0.2);
}

.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: #84cc16;
    background: #f7fee7;
    transform: translateX(-5px);
}

.tab-button.active {
    background: linear-gradient(135deg, #84cc16 0%, #a3e635 100%);
    border-color: #84cc16;
    color: #fff;
    box-shadow: 0 5px 15px rgba(132, 204, 22, 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: #84cc16;
}

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

.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, #84cc16 0%, #a3e635 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(132, 204, 22, 0.3);
}

.footer-buy-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(132, 204, 22, 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: #84cc16;
}

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