
        .email-wrapper {
            width: 100%;
            background-color: #e9ebee;
            padding: 20px 0;
        }
        .email-container {
            width: 100%;
            max-width: 720px;
            margin: 0 auto;
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 6px 18px rgba(0,0,0,0.07);
            overflow: hidden;
        }
        .header {
            background: linear-gradient(135deg, #2d7cfd 0%, #2666cf 50%, #2565ce 100%);
            color: #ffffff;
            padding: 40px 25px;
            text-align: center;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }
        .header h1 {
            margin: 0;
            font-size: 32px;
            font-weight: bold;
        }
        .header p {
            margin: 10px 0 0;
            font-size: 18px;
            opacity: 0.95;
        }

        .content-area {
            padding: 30px 30px 20px 30px;
        }
        .content-area .intro-text {
            font-size: 17px;
            margin-bottom: 25px;
            color: #444444;
            text-align: center;
        }
        .content-area .intro-text strong {
            color: #b21f1f;
        }
        .section-title {
            color: #1a2a6c;
            font-size: 24px;
            font-weight: bold;
            margin-top: 20px;
            margin-bottom: 20px;
            text-align: center;
            border-bottom: 2px solid #f0f0f0;
            padding-bottom: 10px;
        }
        .features-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }
        .features-table td {
            width: 50%;
            padding: 15px;
            vertical-align: top;
            border-bottom: 1px solid #f0f0f0;
        }
        .features-table tr td:first-child {
             border-right: 1px solid #f0f0f0;
        }
        .features-table .last-feature-row td:only-child {
            width: 100%;
            border-right: none;
        }
         .feature-item {
            display: flex;
            align-items: flex-start;
        }
        .feature-icon-cell {
            font-size: 28px;
            color: #fdbb2d;
            margin-right: 15px;
            padding-top: 3px;
            width: 35px;
            flex-shrink: 0;
        }
        .feature-text-cell strong {
            display: block;
            color: #1a2a6c;
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 3px;
        }
        .feature-text-cell span {
            font-size: 14px;
            color: #555555;
            line-height: 1.5;
        }
        .requirements-section {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 6px;
            margin-bottom: 25px;
        }
        .requirements-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .requirements-list li {
            padding: 8px 0;
            align-items: center;
            font-size: 15px;
            color: #333;
        }
        .requirements-icon {
            font-size: 20px;
            margin-right: 12px;
            color: #1a2a6c;
            width: 25px;
        }
        .cta-button-container {
            text-align: center;
            margin: 30px 0;
        }
        .cta-button {
            display: inline-block;
            background-color: #1e6ab2;
            color: #ffffff !important;
            padding: 16px 40px;
            text-decoration: none;
            border-radius: 30px;
            font-size: 18px;
            font-weight: bold;
        }
        .cta-button:hover {
            background-color: #1a9e26;
        }
        .footer {
            background-color: #263238;
            color: #bdc3c7;
            padding: 30px 25px;
            text-align: center;
            font-size: 13px;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }
        .footer a {
            color: #ffffff;
            text-decoration: none;
            margin: 0 8px;
        }
        .footer a:hover {
            text-decoration: underline;
        }
        @media screen and (max-width: 600px) {
            .email-container {
                width: 100% !important;
                max-width: 100% !important;
                border-radius: 0;
                box-shadow: none;
            }
            .header h1 { font-size: 26px; }
            .header p { font-size: 16px; }
            .content-area { padding: 20px 15px; }
            .section-title { font-size: 20px; }
            .intro-text { font-size: 15px; }

            .features-table td {
                display: block;
                width: 100% !important;
                padding: 15px 10px;
                box-sizing: border-box;
            }
            .features-table tr td:first-child {
                border-right: none;
            }
            .feature-icon-cell { font-size: 24px; margin-right: 10px; }
            .feature-text-cell strong { font-size: 15px; }
            .feature-text-cell span { font-size: 13px; }

            .requirements-list li { font-size: 14px; }
            .cta-button { font-size: 16px; padding: 14px 30px; }
            .footer { border-radius: 0; }
        }
		img.thumbnail {
			display: inline-block;
			-webkit-box-shadow: 0px 0px 5px 0px rgb(54 45 50 / 29%);
			-moz-box-shadow: 0px 0px 5px 0px rgba(54, 45, 50, 0.29);
			box-shadow: 0px 0px 5px 0px rgb(54 45 50 / 29%);
			border-radius: 14px !important;
			padding: 5px;
			background: #f8f8f8;
		}
		
		
		
		
/* Feature Cards Section */
.features-showcase {
    padding: 100px 0;
    background: #f1f1f1;
    position: relative;
    overflow: hidden;
}

.features-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.features-container {
    max-width: 88%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.features-header {
    text-align: center;
    margin-bottom: 70px;
}

.features-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #f5633e;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.features-title {
    font-size: 48px;
    font-weight: 800;
    color: #2b3e4d;
    margin-bottom: 20px;
}

.features-description {
    font-size: 18px;
    color: #6b7179;
    max-width: 700px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.feature-card {
    position: relative;
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f5633e, #ff6b4a);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(245, 99, 62, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.feature-card:hover::after {
    opacity: 1;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-color: transparent;
}

.feature-icon-box {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
    position: relative;
}

.feature-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(245, 99, 62, 0.1), rgba(245, 99, 62, 0.05));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
}


.feature-icon-wrapper i {
    font-size: 32px;
    color: #f5633e;
    transition: all 0.4s ease;
}


/* Custom icons for each feature */
.feature-card:nth-child(1) .feature-icon-wrapper {
    background: linear-gradient(135deg, rgba(245, 99, 62, 0.1), rgba(245, 99, 62, 0.05));
}

.feature-card:nth-child(2) .feature-icon-wrapper {
    background: linear-gradient(135deg, rgba(42, 204, 24, 0.1), rgba(42, 204, 24, 0.05));
}

.feature-card:nth-child(2) .feature-icon-wrapper i {
    color: #2acc18;
}

.feature-card:nth-child(3) .feature-icon-wrapper {
    background: linear-gradient(135deg, rgba(38, 102, 207, 0.1), rgba(38, 102, 207, 0.05));
}

.feature-card:nth-child(3) .feature-icon-wrapper i {
    color: #2666cf;
}


.feature-card:nth-child(4) .feature-icon-wrapper {
    background: linear-gradient(135deg, rgba(156, 39, 176, 0.1), rgba(156, 39, 176, 0.05));
}

.feature-card:nth-child(4) .feature-icon-wrapper i {
    color: #9c27b0;
}

.feature-card:nth-child(5) .feature-icon-wrapper {
    background: linear-gradient(135deg, rgba(255, 152, 0, 0.1), rgba(255, 152, 0, 0.05));
}

.feature-card:nth-child(5) .feature-icon-wrapper i {
    color: #ff9800;
}

.feature-card:nth-child(6) .feature-icon-wrapper {
    background: linear-gradient(135deg, rgba(0, 150, 136, 0.1), rgba(0, 150, 136, 0.05));
}

.feature-card:nth-child(6) .feature-icon-wrapper i {
    color: #009688;
}


.feature-title {
    font-size: 22px;
    font-weight: 700;
    color: #2b3e4d;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.feature-card:hover .feature-title {
    color: #f5633e;
}

.feature-description {
    font-size: 15px;
    color: #6b7179;
    line-height: 1.7;
    margin-bottom: 20px;
}

.feature-highlights {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: #6b7179;
    font-size: 14px;
    opacity: 0;
    transform: translateX(-20px);
    animation: slideIn 0.5s ease forwards;
}

.feature-card:hover .feature-highlight {
    color: #2b3e4d;
}

.feature-highlight i {
    color: #2acc18;
    font-size: 12px;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.feature-highlight:nth-child(1) {
    animation-delay: 0.1s;
}

.feature-highlight:nth-child(2) {
    animation-delay: 0.2s;
}

.feature-highlight:nth-child(3) {
    animation-delay: 0.3s;
}

.feature-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #f5633e, #ff6b4a);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.feature-card:hover .feature-badge {
    opacity: 1;
    transform: translateY(0);
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .features-title {
        font-size: 36px;
    }
    
    .feature-card {
        padding: 30px 25px;
    }
}




/* Product Hero Section */
.product-hero {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a2332 0%, #2b3e4d 100%);
    position: relative;
    overflow: hidden;
}

.product-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.133 7-7s-3.134-7-7-7-7 3.133-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.133 7-7s-3.134-7-7-7-7 3.133-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.02' fill-rule='evenodd'/%3E%3C/svg%3E");
    pointer-events: none;
}

.hero-container {
    max-width: 85%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.hero-content {
    text-align: center;
    margin-bottom: 60px;
}

.hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f5633e, #ff6b4a);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.9; }
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    font-weight: 500;
}

.hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.hero-cta-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
}

.hero-btn {
    padding: 18px 45px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-btn-primary {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.3);
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(34, 197, 94, 0.4);
}

/* Product Showcase */
.product-showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.product-visual {
    position: relative;
}

.product-screenshot {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s ease;
    position: relative;
}

.product-screenshot:hover {
    transform: scale(1.02);
}

.product-screenshot img {
    width: 100%;
    height: auto;
    display: block;
}

.download-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.download-link:hover {
    color: #f5633e;
}

.product-info {
    color: white;
}

.price-badge {
    display: block;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 25px;
    border-radius: 10px;
}

.price-label {
    font-size: 18px;
    font-weight: 700;
    color: white;
}

.price-amount {
    color: #22c55e;
    font-size: 32px;
    font-weight: 800;
    margin-left: 10px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.feature-list li {
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.6;
}

.feature-list i {
    color: #22c55e;
    margin-top: 2px;
}

.product-cta-title {
    font-size: 20px;
    color: white;
    margin-bottom: 15px;
    font-weight: 600;
}

.product-btn {
    width: 100%;
    padding: 16px 30px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.3);
}

.product-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(34, 197, 94, 0.4);
}

/* Features Table Section */
.features-table-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.features-table-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.features-table-header {
    text-align: center;
    margin-bottom: 60px;
}

.features-table-title {
    font-size: 42px;
    font-weight: 800;
    color: #2b3e4d;
    margin-bottom: 20px;
}

.features-table-description {
    font-size: 18px;
    color: #6b7179;
    max-width: 800px;
    margin: 0 auto;
}

.features-modern-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
}

.feature-modern-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.feature-modern-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f5633e, #ff6b4a);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.feature-modern-card:hover::before {
    transform: scaleX(1);
}

.feature-modern-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(245, 99, 62, 0.2);
}

.feature-card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.feature-emoji {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(245, 99, 62, 0.1), rgba(245, 99, 62, 0.05));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.feature-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #2b3e4d;
    line-height: 1.3;
}

.feature-card-description {
    color: #6b7179;
    line-height: 1.6;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .product-showcase-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .product-visual {
        order: 2;
    }
    
    .product-info {
        order: 1;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .hero-cta-group {
        flex-direction: column;
        align-items: center;
    }
    
    .features-modern-grid {
        grid-template-columns: 1fr;
    }
    
    .features-table-title {
        font-size: 32px;
    }
}







.version-updates-section {
    background: #f8f9fa;
    padding: 60px 0;
    position: relative;
}

.version-header {
    text-align: center;
    margin-bottom: 50px;
}

.version-header h2 {
    font-size: 36px;
    color: #1a2a6c;
    margin-bottom: 15px;
    font-weight: 700;
}

.version-header p {
    font-size: 18px;
    color: #666;
}

.version-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.stat-item {
    background: white;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    text-align: center;
    min-width: 200px;
}

.stat-value {
    font-size: 32px;
    font-weight: bold;
    color: #2666cf;
    display: block;
}

.stat-label {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.version-timeline {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.version-item {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    border-left: 4px solid #2666cf;
}

.version-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.12);
}

.version-item.latest {
    border-left-color: #22c55e;
    background: linear-gradient(135deg, #ffffff 0%, #f0fff4 100%);
}

.version-badge {
    display: inline-block;
    background: #2666cf;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.version-item.latest .version-badge {
    background: #22c55e;
}

.version-number {
    font-size: 28px;
    font-weight: bold;
    color: #1a2a6c;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.version-meta {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
}

.meta-item i {
    color: #2666cf;
}

.update-list {
    margin-top: 20px;
}

.update-list-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.update-item {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.update-item:last-child {
    border-bottom: none;
}

.update-icon {
    color: #22c55e;
    margin-top: 2px;
    flex-shrink: 0;
}

.update-text {
    flex: 1;
}

.pending-updates {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
}

.pending-title {
    color: #ea580c;
    font-weight: 600;
    margin-bottom: 10px;
}

.no-versions {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.no-versions i {
    font-size: 48px;
    color: #ccc;
    margin-bottom: 20px;
}

.version-changed-notice {
    background: #fef3c7;
    border: 1px solid #fde68a;
    border-radius: 6px;
    padding: 10px 15px;
    margin-top: 15px;
    font-size: 13px;
    color: #92400e;
}

.load-more-btn {
    text-align: center;
    margin-top: 30px;
}

.load-more-btn button {
    background: #2666cf;
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.load-more-btn button:hover {
    background: #1a5bb8;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .version-header h2 {
        font-size: 28px;
    }
    
    .version-stats {
        gap: 20px;
    }
    
    .stat-item {
        min-width: 150px;
        padding: 15px 20px;
    }
    
    .stat-value {
        font-size: 24px;
    }
    
    .version-item {
        padding: 20px;
    }
    
    .version-number {
        font-size: 22px;
    }
    
    .version-meta {
        gap: 15px;
    }
}	
		
		
		
		
		
		
/* Reuse the same FAQ styles from index page */
.faq-section {
    padding: 100px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f5633e' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #f5633e;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    position: relative;
    padding: 0 30px;
}

.faq-subtitle::before,
.faq-subtitle::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background: #f5633e;
}

.faq-subtitle::before {
    left: 0;
}

.faq-subtitle::after {
    right: 0;
}

.faq-title {
    font-size: 48px;
    font-weight: 800;
    color: #2b3e4d;
    margin-bottom: 20px;
    line-height: 1.2;
}

.faq-description {
    font-size: 18px;
    color: #6b7179;
    max-width: 700px;
    margin: 0 auto;
}

.faq-grid {
    display: grid;
    gap: 20px;
}

.faq-item {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.faq-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.faq-item.active {
    border-color: #f5633e;
    box-shadow: 0 10px 30px rgba(245, 99, 62, 0.15);
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    transition: all 0.3s ease;
    background: white;
    position: relative;
}

.faq-question::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #f5633e;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::before {
    transform: scaleY(1);
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question-text {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
}

.faq-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(245, 99, 62, 0.1), rgba(245, 99, 62, 0.05));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 700;
    color: #f5633e;
    font-size: 16px;
}

.faq-item.active .faq-number {
    background: linear-gradient(135deg, #f5633e, #ff6b4a);
    color: white;
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2b3e4d;
    margin: 0;
}

.faq-toggle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-item.active .faq-toggle {
    background: #f5633e;
    transform: rotate(180deg);
}

.faq-toggle i {
    font-size: 14px;
    color: #6b7179;
    transition: all 0.3s ease;
}

.faq-item.active .faq-toggle i {
    color: white;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #f8f9fa;
}

.faq-item.active .faq-answer {
    max-height: 800px;
}

.faq-answer-content {
    padding: 17px 30px 20px 50px;
}

.faq-answer p {
    color: #6b7179;
    line-height: 1.8;
    margin-bottom: 15px;
}

.faq-answer h3 {
    color: #2b3e4d;
    font-size: 20px;
    margin: 20px 0 15px;
    font-weight: 600;
}

.faq-answer code {
    background: #2b3e4d;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    display: block;
    margin: 15px 0;
    font-family: 'Courier New', monospace;
    overflow-x: auto;
}

.faq-answer ol,
.faq-answer ul {
    margin: 15px 0;
    padding-left: 20px;
}

.faq-answer li {
    color: #6b7179;
    line-height: 1.8;
    margin-bottom: 10px;
}

.faq-categories {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.faq-category {
    padding: 12px 30px;
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 50px;
    color: #6b7179;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-category:hover {
    border-color: #f5633e;
    color: #f5633e;
    background: rgba(245, 99, 62, 0.05);
}

.faq-category.active {
    background: linear-gradient(135deg, #f5633e, #ff6b4a);
    border-color: transparent;
    color: white;
    box-shadow: 0 5px 20px rgba(245, 99, 62, 0.3);
}

.faq-external-link {
    text-align: center;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e9ecef;
}

.faq-external-link a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    color: #2b3e4d;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.faq-external-link a:hover {
    color: #f5633e;
    transform: translateX(5px);
}

.faq-external-link i {
    font-size: 20px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .faq-title {
        font-size: 32px;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .faq-answer-content {
        padding: 0 20px 20px 20px;
    }
    
    .faq-categories {
        gap: 10px;
    }
    
    .faq-category {
        padding: 10px 20px;
        font-size: 14px;
    }
}