/* Dark Mode Styles - Optimized like netspy.es */
.dark-mode {
    background-color: #000000;
    color: #ffffff;
}

.dark-mode .header {
    background: rgba(0, 0, 0, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
}

.dark-mode .nav-list a {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.dark-mode .nav-list a:hover {
    color: #D4AF37;
}

.dark-mode .hero {
    background: radial-gradient(ellipse at center, #0a0a0a 0%, #000000 100%);
    position: relative;
}

.dark-mode .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.dark-mode .hero-title {
    color: #ffffff;
    text-shadow: 0 0 40px rgba(212, 175, 55, 0.3);
}

.dark-mode .hero-description {
    color: rgba(255, 255, 255, 0.7);
}

.dark-mode .stat-number {
    color: #ffffff;
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
}

.dark-mode .stat-label {
    color: rgba(255, 255, 255, 0.6);
}

.dark-mode .value-proposition {
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 100%);
}

.dark-mode .value-title {
    color: #ffffff;
    text-shadow: 0 0 30px rgba(212, 175, 55, 0.2);
}

.dark-mode .value-description {
    color: rgba(255, 255, 255, 0.7);
}

.dark-mode .card-icon {
    background: rgba(212, 175, 55, 0.15);
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.2);
}

.dark-mode .card-content h3 {
    color: #ffffff;
}

.dark-mode .card-content p {
    color: rgba(255, 255, 255, 0.6);
}

.dark-mode .value-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.dark-mode .value-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.1);
}

.dark-mode .services {
    background: linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
}

.dark-mode .section-title {
    color: #ffffff;
    text-shadow: 0 0 30px rgba(212, 175, 55, 0.2);
}

.dark-mode .section-description {
    color: rgba(255, 255, 255, 0.7);
}

.dark-mode .service-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.dark-mode .service-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.15);
    transform: translateY(-12px) scale(1.02);
}

.dark-mode .service-icon {
    background: rgba(212, 175, 55, 0.15);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
}

.dark-mode .service-card h3 {
    color: #ffffff;
}

.dark-mode .service-card p {
    color: rgba(255, 255, 255, 0.6);
}

.dark-mode .testimonials {
    background: #000000;
    position: relative;
}

.dark-mode .testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.dark-mode .testimonial-card:not(.featured) {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.dark-mode .testimonial-card:not(.featured):hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.1);
}

.dark-mode .testimonial-card.featured {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2);
}

.dark-mode .pricing {
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 100%);
}

.dark-mode .pricing-card {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.dark-mode .pricing-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.15);
    transform: translateY(-12px) scale(1.02);
}

.dark-mode .pricing-card.featured {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border-color: #D4AF37;
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.3);
}

.dark-mode .pricing-card h3 {
    color: #ffffff;
}

.dark-mode .pricing-subtitle {
    color: #D4AF37;
}

.dark-mode .pricing-description {
    color: rgba(255, 255, 255, 0.6);
}

.dark-mode .price-label {
    color: rgba(255, 255, 255, 0.5);
}

.dark-mode .currency {
    color: #D4AF37;
}

.dark-mode .amount {
    color: #ffffff;
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
}

.dark-mode .features li {
    color: rgba(255, 255, 255, 0.7);
}

.dark-mode .features li:before {
    color: #D4AF37;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.dark-mode .cta-section {
    background: #000000;
    position: relative;
}

.dark-mode .cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.dark-mode .cta-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.1);
}

.dark-mode .cta-content h2 {
    color: #ffffff;
    text-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
}

.dark-mode .cta-content p {
    color: rgba(255, 255, 255, 0.7);
}

.dark-mode .cta-benefits li {
    color: rgba(255, 255, 255, 0.8);
}

.dark-mode .footer {
    background: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dark-mode .footer-description {
    color: rgba(255, 255, 255, 0.6);
}

.dark-mode .footer-links a {
    color: rgba(255, 255, 255, 0.7);
}

.dark-mode .footer-links a:hover {
    color: #D4AF37;
}

.dark-mode .footer-cta {
    color: rgba(255, 255, 255, 0.6);
}

.dark-mode .footer-bottom {
    color: rgba(255, 255, 255, 0.4);
}

.dark-mode .features li:before {
    color: #D4AF37;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

/* Enhanced buttons in dark mode */
.dark-mode .btn-primary {
    background: linear-gradient(135deg, #D4AF37 0%, #b8941f 100%);
    box-shadow: 0 8px 32px rgba(212, 175, 55, 0.3);
}

.dark-mode .btn-primary:hover {
    background: linear-gradient(135deg, #b8941f 0%, #9a7a1a 100%);
    box-shadow: 0 12px 40px rgba(212, 175, 55, 0.4);
    transform: translateY(-3px);
}

.dark-mode .btn-dark {
    background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.dark-mode .btn-dark:hover {
    background: linear-gradient(135deg, #3a3a3a 0%, #4a4a4a 100%);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-3px);
}

.dark-mode .btn-light {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-mode .btn-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 8px 32px rgba(212, 175, 55, 0.2);
    transform: translateY(-3px);
}

.dark-mode .btn-gold {
    background: linear-gradient(135deg, #D4AF37 0%, #b8941f 100%);
    box-shadow: 0 8px 32px rgba(212, 175, 55, 0.3);
}

.dark-mode .btn-gold:hover {
    background: linear-gradient(135deg, #b8941f 0%, #9a7a1a 100%);
    box-shadow: 0 12px 40px rgba(212, 175, 55, 0.4);
    transform: translateY(-3px);
}

.dark-mode .btn-outline {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.dark-mode .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #D4AF37;
    box-shadow: 0 8px 32px rgba(212, 175, 55, 0.2);
    transform: translateY(-3px);
}

/* Enhanced background letters in dark mode */
.dark-mode .letter {
    opacity: 0.05;
    color: #D4AF37;
}

/* Enhanced CTA banner in dark mode */
.dark-mode .cta-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2);
}

.dark-mode .cta-banner h2 {
    text-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
}

/* Enhanced section labels in dark mode */
.dark-mode .section-label {
    background: rgba(212, 175, 55, 0.2);
    color: #D4AF37;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.2);
}

/* Enhanced popular badge in dark mode */
.dark-mode .popular-badge {
    background: linear-gradient(135deg, #D4AF37 0%, #b8941f 100%);
    box-shadow: 0 8px 32px rgba(212, 175, 55, 0.4);
}

/* Enhanced trust indicator in dark mode */
.dark-mode .trust-indicator span {
    color: rgba(255, 255, 255, 0.7);
}

.dark-mode .toggle input:checked + .slider {
    background: linear-gradient(135deg, #D4AF37 0%, #b8941f 100%);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
}

/* Proposal Form Modal */
.proposal-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.proposal-modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.proposal-form-container {
    background: white;
    border-radius: 20px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.dark-mode .proposal-form-container {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.proposal-modal.active .proposal-form-container {
    transform: scale(1);
}

.form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px 20px;
    border-bottom: 1px solid #e9ecef;
}

.dark-mode .form-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.form-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.dark-mode .form-header h3 {
    color: #ffffff;
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.close-btn:hover {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

#proposalForm {
    padding: 0 30px 30px;
}

.form-section {
    margin-bottom: 30px;
}

.form-section h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #D4AF37;
}

.dark-mode .form-section h4 {
    color: #ffffff;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    margin-bottom: 8px;
}

.dark-mode .form-group label {
    color: rgba(255, 255, 255, 0.8);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.dark-mode .form-group input,
.dark-mode .form-group select,
.dark-mode .form-group textarea {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #D4AF37;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.form-group input[readonly] {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    cursor: not-allowed;
}

.dark-mode .form-group input[readonly] {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #495057;
    position: relative;
    padding-left: 25px;
}

.dark-mode .checkbox-label {
    color: rgba(255, 255, 255, 0.8);
}

.checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: white;
    border: 2px solid #e9ecef;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.dark-mode .checkmark {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.checkbox-label input:checked ~ .checkmark {
    background-color: #D4AF37;
    border-color: #D4AF37;
}

.checkbox-label input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-actions {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
    margin-top: 30px;
}

.dark-mode .form-actions {
    border-top-color: rgba(255, 255, 255, 0.1);
}

/* Success Notification */
.success-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 20px 24px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.3);
    z-index: 10002;
    transform: translateX(400px);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: none;
}

.success-notification.show {
    transform: translateX(0);
    display: block;
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.success-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.success-notification h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.success-notification p {
    font-size: 14px;
    margin: 4px 0 0 0;
    opacity: 0.9;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .proposal-form-container {
        width: 95%;
        margin: 20px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .form-header {
        padding: 20px;
    }
    
    #proposalForm {
        padding: 0 20px 20px;
    }
    
    .form-actions {
        flex-direction: column;
        gap: 12px;
    }
    
    .form-actions .btn {
        width: 100%;
    }
}

/* Admin Panel Styles */
.admin-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10003;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.admin-panel.active {
    opacity: 1;
    visibility: visible;
}

.admin-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.admin-container {
    background: white;
    border-radius: 20px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.dark-mode .admin-container {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-panel.active .admin-container {
    transform: scale(1);
}

.admin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px 20px;
    border-bottom: 1px solid #e9ecef;
}

.dark-mode .admin-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.admin-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.dark-mode .admin-header h3 {
    color: #ffffff;
}

.admin-content {
    padding: 30px;
}

.admin-login h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

.dark-mode .admin-login h4 {
    color: #ffffff;
}

.admin-login input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.dark-mode .admin-login input {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.admin-login button {
    width: 100%;
    padding: 12px 24px;
    background: linear-gradient(135deg, #D4AF37 0%, #b8941f 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.admin-login button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

.visitor-stats h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.dark-mode .visitor-stats h4 {
    color: #ffffff;
}

.stat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 20px;
}

.dark-mode .stat-item {
    background: rgba(255, 255, 255, 0.05);
}

.stat-label {
    font-size: 16px;
    font-weight: 500;
    color: #495057;
}

.dark-mode .stat-label {
    color: rgba(255, 255, 255, 0.8);
}

.stat-value {
    font-size: 24px;
    font-weight: 700;
    color: #D4AF37;
}

.visitor-list h5 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}

.dark-mode .visitor-list h5 {
    color: #ffffff;
}

#visitorList {
    max-height: 300px;
    overflow-y: auto;
}

.visitor-item {
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #495057;
}

.dark-mode .visitor-item {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
}

/* Comparison Modal */
.comparison-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10002;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.comparison-modal.active {
    opacity: 1;
    visibility: visible;
}

.comparison-modal-container {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    max-width: 1200px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    margin: 20px auto;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.dark-mode .comparison-modal-container {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-modal.active .comparison-modal-container {
    transform: scale(1);
}

.comparison-trigger {
    text-align: center;
    margin-top: 40px;
}

/* Comparison Table Styles */
.comparison-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border-radius: 12px;
}

.comparison-header {
    display: grid;
    grid-template-columns: 200px repeat(4, 1fr);
    background: rgba(212, 175, 55, 0.1);
    border-bottom: 2px solid rgba(212, 175, 55, 0.3);
}

.comparison-header > div {
    padding: 20px 16px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-header > div:last-child {
    border-right: none;
}

.feature-column {
    background: rgba(255, 255, 255, 0.05);
    text-align: left;
    font-weight: 600;
}

.plan-column {
    background: rgba(255, 255, 255, 0.03);
    text-align: center;
}

.plan-column.featured {
    background: rgba(212, 175, 55, 0.1);
}

.comparison-row {
    display: grid;
    grid-template-columns: 200px repeat(4, 1fr);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.comparison-row > div {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-wrap: break-word;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.comparison-row > div:last-child {
    border-right: none;
}

.comparison-row .feature-column {
    justify-content: flex-start;
    font-weight: 500;
}

.comparison-actions {
    display: grid;
    grid-template-columns: 200px repeat(4, 1fr);
    background: rgba(255, 255, 255, 0.05);
    border-top: 2px solid rgba(212, 175, 55, 0.2);
}

.comparison-actions > div {
    padding: 20px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.comparison-actions > div:last-child {
    border-right: none;
}

.popular-badge {
    background: #D4AF37;
    color: #000000;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
    display: inline-block;
}

/* Remove light mode styles - Force dark mode only */
body {
    background: #000000 !important;
    color: #ffffff !important;
}

/* Floating Particles */
.particles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: radial-gradient(circle, #D4AF37 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    animation: floatUp 8s infinite;
}

.particle:nth-child(1) { left: 10%; animation-delay: 0s; animation-duration: 6s; }
.particle:nth-child(2) { left: 20%; animation-delay: 1s; animation-duration: 7s; }
.particle:nth-child(3) { left: 30%; animation-delay: 2s; animation-duration: 8s; }
.particle:nth-child(4) { left: 40%; animation-delay: 3s; animation-duration: 9s; }
.particle:nth-child(5) { left: 50%; animation-delay: 4s; animation-duration: 6s; }
.particle:nth-child(6) { left: 60%; animation-delay: 5s; animation-duration: 7s; }
.particle:nth-child(7) { left: 70%; animation-delay: 6s; animation-duration: 8s; }
.particle:nth-child(8) { left: 80%; animation-delay: 7s; animation-duration: 9s; }
.particle:nth-child(9) { left: 90%; animation-delay: 8s; animation-duration: 6s; }
.particle:nth-child(10) { left: 15%; animation-delay: 9s; animation-duration: 7s; }
.particle:nth-child(11) { left: 25%; animation-delay: 10s; animation-duration: 8s; }
.particle:nth-child(12) { left: 35%; animation-delay: 11s; animation-duration: 9s; }
.particle:nth-child(13) { left: 45%; animation-delay: 12s; animation-duration: 6s; }
.particle:nth-child(14) { left: 55%; animation-delay: 13s; animation-duration: 7s; }
.particle:nth-child(15) { left: 65%; animation-delay: 14s; animation-duration: 8s; }

@keyframes floatUp {
    0% {
        opacity: 0;
        transform: translateY(100vh) scale(0);
    }
    10% {
        opacity: 1;
        transform: translateY(90vh) scale(1);
    }
    90% {
        opacity: 1;
        transform: translateY(10vh) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(0) scale(0);
    }
}

/* Typing Effect */
.typing-text {
    display: inline-block;
}

.cursor {
    display: inline-block;
    width: 3px;
    height: 1.2em;
    background-color: #D4AF37;
    animation: blink 1s infinite;
    margin-left: 2px;
    vertical-align: text-bottom;
}

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

/* Quiz Section */
.quiz-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #000000 100%);
    position: relative;
}

.dark-mode .quiz-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #000000 100%);
}

.quiz-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.quiz-content h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff;
}

.dark-mode .quiz-content h2 {
    color: #ffffff;
}

.quiz-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
}

.dark-mode .quiz-content p {
    color: rgba(255, 255, 255, 0.7);
}

.quiz-container {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 300px;
    position: relative;
}

.dark-mode .quiz-container {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.quiz-question {
    display: none;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.5s ease;
}

.quiz-question.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

.quiz-question h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff;
}

.dark-mode .quiz-question h3 {
    color: #ffffff;
}

.quiz-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.quiz-option {
    padding: 16px 24px;
    border: 2px solid #e9ecef;
    background: white;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
}

.dark-mode .quiz-option {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.quiz-option:hover {
    border-color: #D4AF37;
    background: rgba(212, 175, 55, 0.05);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
}

.quiz-result {
    display: none;
    text-align: center;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.5s ease;
}

.quiz-result.active {
    display: block;
    opacity: 1;
    transform: scale(1);
}

.result-title {
    font-size: 28px;
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 16px;
}

.result-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    line-height: 1.6;
}

.dark-mode .result-description {
    color: rgba(255, 255, 255, 0.7);
}

.result-price {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
}

.dark-mode .result-price {
    color: #ffffff;
}

.quiz-progress {
    display: flex;
    align-items: center;
    gap: 16px;
}

.progress-bar {
    flex: 1;
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
}

.dark-mode .progress-bar {
    background: rgba(255, 255, 255, 0.1);
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #D4AF37 0%, #b8941f 100%);
    width: 33.33%;
    transition: width 0.5s ease;
    border-radius: 4px;
}

.progress-text {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
}

.dark-mode .progress-text {
    color: rgba(255, 255, 255, 0.6);
}

/* Mobile Preview Section */
.mobile-preview-section {
    padding: 100px 0;
    background: #000000;
}

.dark-mode .mobile-preview-section {
    background: #000000;
}

.preview-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.preview-text h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.dark-mode .preview-text h2 {
    color: #ffffff;
}

.preview-text p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    line-height: 1.6;
}

.dark-mode .preview-text p {
    color: rgba(255, 255, 255, 0.7);
}

.preview-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.dark-mode .feature-item {
    color: #ffffff;
}

.preview-devices {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
}

.device-mockup {
    position: relative;
    transition: all 0.5s ease;
}

.device-mockup:hover {
    transform: translateY(-10px) scale(1.05);
}

.device-frame {
    background: #2a2a2a;
    border-radius: 20px;
    padding: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.device-screen {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
}

.mockup-content {
    padding: 16px;
}

.mockup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9ecef;
}

.mockup-logo {
    font-weight: 700;
    color: #D4AF37;
    font-size: 14px;
}

.mockup-nav {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.mockup-hero h4,
.mockup-hero h3,
.mockup-hero h2 {
    font-weight: 600;
    margin-bottom: 8px;
    color: #ffffff;
}

.mockup-hero p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 16px;
}

.mockup-cards,
.mockup-grid {
    display: grid;
    gap: 8px;
}

.mockup-cards {
    grid-template-columns: 1fr 1fr;
}

.mockup-grid {
    grid-template-columns: 1fr 1fr;
}

.mockup-card {
    background: rgba(255, 255, 255, 0.1);
    height: 40px;
    border-radius: 6px;
}

.mockup-stats {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.mockup-stat {
    background: rgba(212, 175, 55, 0.1);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    color: #D4AF37;
}

/* Mobile specific */
.mobile .device-frame {
    width: 200px;
    height: 400px;
}

.mobile .device-screen {
    width: 184px;
    height: 384px;
}

.mobile .mockup-content {
    padding: 12px;
}

/* Tablet specific */
.tablet .device-frame {
    width: 300px;
    height: 400px;
}

.tablet .device-screen {
    width: 284px;
    height: 384px;
}

/* Desktop specific */
.desktop .device-frame {
    width: 400px;
    height: 300px;
}

.desktop .device-screen {
    width: 384px;
    height: 284px;
}

/* 3D Transitions for sections */
section {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.value-card,
.service-card,
.testimonial-card,
.pricing-card {
    /* transform-style: preserve-3d; */
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.value-card:hover,
.service-card:hover,
.testimonial-card:hover,
.pricing-card:hover {
    /* transform: rotateY(5deg) rotateX(-5deg) translateZ(20px); */
    transform: translateY(-8px);
}

/* Enhanced Micro-interactions */
.btn {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn:hover::before {
    left: 100%;
}

.btn:active {
    transform: scale(0.95) translateZ(-10px);
}

/* Enhanced hover effects */
.nav-list a {
    position: relative;
    transition: all 0.3s ease;
}

.nav-list a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #D4AF37;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-list a:hover::after {
    width: 100%;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: #000000;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo h1 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.logo-img {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 32px;
    align-items: center;
}

.nav-list a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-list a:hover {
    color: #D4AF37;
}

/* Button Styles */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-size: 14px;
    position: relative;
    z-index: 10;
}

.btn-primary {
    background: #1e3a5f;
    color: white;
}

.btn-primary:hover {
    background: #2a4d7a;
    transform: translateY(-2px);
}

.btn-dark {
    background: #2c3e50;
    color: white;
}

.btn-dark:hover {
    background: #34495e;
    transform: translateY(-2px);
}

.btn-light {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-light:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.btn-gold {
    background: #D4AF37;
    color: white;
}

.btn-gold:hover {
    background: #b8941f;
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-outline:hover {
    background: #1a1a1a;
    color: white;
    transform: translateY(-2px);
}

.btn-subtitle {
    font-size: 12px;
    opacity: 0.8;
    margin-left: 4px;
}

/* Hero Section */
.hero {
    padding: 180px 0 120px;
    position: relative;
    background: radial-gradient(ellipse at center, #0a0a0a 0%, #000000 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-content {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

.hero-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #ffffff;
    text-shadow: 0 0 40px rgba(212, 175, 55, 0.3);
}

.highlight-gold {
    color: #D4AF37;
}

.highlight-grey {
    color: rgba(255, 255, 255, 0.6);
}

.hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 60px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.stat {
    text-align: center;
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

/* Background Letters */
.background-letters {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.letter {
    position: absolute;
    font-size: 400px;
    font-weight: 900;
    opacity: 0.03;
    color: #ffffff;
}

.letter-h {
    top: 10%;
    left: 5%;
}

.letter-a {
    top: 20%;
    right: 5%;
}

/* Value Proposition Section */
.value-proposition {
    padding: 100px 0;
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 100%);
    position: relative;
}

.value-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.value-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #ffffff;
}

.value-description {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

.value-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 80px;
}

.value-card {
    text-align: center;
    padding: 40px 20px;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.value-card:hover {
    transform: translateY(-8px);
}

.card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
}

.card-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #ffffff;
}

.card-content p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
}

.cta-banner {
    background: #1e3a5f;
    padding: 60px 40px;
    border-radius: 16px;
    text-align: center;
    color: white;
}

.cta-banner h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
}

/* Services Section */
.services {
    padding: 100px 0;
    background: linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-label {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(212, 175, 55, 0.1);
    color: #D4AF37;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 16px;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
}

.section-description {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.15);
}

.service-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 12px;
}

.service-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ffffff;
}

.service-card p {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
}

/* Testimonials Section */
.testimonials {
    padding: 100px 0;
    background: linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
    position: relative;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.testimonial-card {
    padding: 40px;
    border-radius: 16px;
    position: relative;
    transition: transform 0.3s ease;
    backdrop-filter: blur(10px);
}

.testimonial-card.featured {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    color: white;
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2);
}

.testimonial-card:not(.featured) {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.testimonial-card:hover {
    transform: translateY(-4px);
}

.testimonial-card:not(.featured):hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.1);
}

.quote-mark {
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 20px;
    opacity: 0.2;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 24px;
    font-style: italic;
}

.testimonial-author h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.testimonial-author p {
    font-size: 14px;
    opacity: 0.8;
}

.testimonial-rating {
    display: flex;
    gap: 4px;
    margin-top: 16px;
}

/* Pricing Section */
.pricing {
    padding: 100px 0;
    background: linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
    position: relative;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.pricing-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.15);
}

.pricing-card.featured {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    color: white;
    border-color: #D4AF37;
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.3);
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #D4AF37;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.pricing-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.pricing-subtitle {
    font-size: 16px;
    color: #D4AF37;
    font-weight: 500;
    margin-bottom: 16px;
}

.price {
    margin-bottom: 20px;
}

.price-label {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.currency {
    font-size: 24px;
    font-weight: 600;
    vertical-align: top;
}

.amount {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.pricing-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    opacity: 0.8;
}

.features {
    list-style: none;
    margin-bottom: 30px;
    text-align: left;
}

.features li {
    padding: 8px 0;
    position: relative;
    padding-left: 24px;
}

.features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #D4AF37;
    font-weight: bold;
}

.pricing-card.featured .features li:before {
    color: #D4AF37;
}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: #000000;
    position: relative;
}

.cta-card {
    background: #2c3e50;
    color: white;
    padding: 60px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.cta-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-benefits {
    list-style: none;
    display: flex;
    gap: 24px;
}

.cta-benefits li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cta-benefits li:before {
    content: "✓";
    color: #D4AF37;
    font-weight: bold;
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.trust-indicator {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.toggle {
    position: relative;
    width: 48px;
    height: 24px;
}

.toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #D4AF37;
}

input:checked + .slider:before {
    transform: translateX(24px);
}

/* Footer */
.footer {
    background: #000000;
    color: white;
    padding: 60px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    margin-bottom: 40px;
}

/* Trust Badges Styles */
.trust-badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.trust-badge:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-2px);
}

.badge-icon {
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 8px;
    flex-shrink: 0;
}

.badge-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.badge-title {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
}

.badge-desc {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1;
}

/* Presentation Mode Styles */
.presentation-mode {
    cursor: none;
}

.presentation-mode .header {
    background: rgba(0, 0, 0, 0.98) !important;
}

.presentation-mode .join-counter,
.presentation-mode .live-visitors,
.presentation-mode .dark-mode-toggle {
    display: none !important;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
    20% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    80% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
}

/* Security Mode Styles */
.security-mode {
    position: relative;
}

.security-mode::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(76, 175, 80, 0.05);
    pointer-events: none;
    z-index: 9998;
    border: 2px solid rgba(76, 175, 80, 0.3);
    box-shadow: inset 0 0 100px rgba(76, 175, 80, 0.1);
}

/* Security Dashboard */
#securityDashboard {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
    max-height: 90vh;
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(76, 175, 80, 0.5);
    border-radius: 20px;
    z-index: 9999;
    overflow-y: auto;
    animation: slideInUp 0.5s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 100px rgba(76, 175, 80, 0.2);
}

@keyframes slideInUp {
    from {
        transform: translate(-50%, -40%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

.security-dashboard {
    padding: 30px;
    color: #ffffff;
}

.security-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(76, 175, 80, 0.3);
}

.security-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #4CAF50;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.close-security {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 32px;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.close-security:hover {
    background: rgba(244, 67, 54, 0.2);
    color: #F44336;
}

/* Security Stats */
.security-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.stat-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(76, 175, 80, 0.3);
    transform: translateY(-2px);
}

.stat-icon {
    font-size: 32px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(76, 175, 80, 0.1);
    border-radius: 12px;
    flex-shrink: 0;
}

.stat-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.stat-number {
    font-size: 24px;
    font-weight: 700;
    color: #4CAF50;
    line-height: 1;
}

.stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

/* Security Score */
.security-score {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
}

.score-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.score-header h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
}

.score-circle {
    text-align: center;
}

.score-value {
    font-size: 48px;
    font-weight: 900;
    color: #4CAF50;
    line-height: 1;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.score-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    letter-spacing: 1px;
}

/* Security Activity */
.security-activity {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
}

.security-activity h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #ffffff;
}

.activity-feed {
    max-height: 200px;
    overflow-y: auto;
}

.activity-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    margin-bottom: 10px;
    border-left: 3px solid #4CAF50;
}

.activity-time {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.activity-message {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* Security Controls */
.security-controls {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
}

.security-controls h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #ffffff;
}

.control-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.security-btn {
    background: rgba(76, 175, 80, 0.1);
    border: 1px solid rgba(76, 175, 80, 0.3);
    color: #4CAF50;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.security-btn:hover {
    background: rgba(76, 175, 80, 0.2);
    border-color: rgba(76, 175, 80, 0.5);
    transform: translateY(-2px);
}

/* Security Map */
.security-map {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
}

.security-map h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #ffffff;
}

.world-map {
    height: 200px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
}

/* Responsive for Security Dashboard */
@media (max-width: 768px) {
    #securityDashboard {
        width: 95%;
        max-height: 95vh;
        padding: 20px;
    }
    
    .security-dashboard {
        padding: 20px;
    }
    
    .security-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .stat-card {
        padding: 15px;
    }
    
    .stat-icon {
        font-size: 24px;
        width: 50px;
        height: 50px;
    }
    
    .stat-number {
        font-size: 20px;
    }
    
    .score-value {
        font-size: 36px;
    }
    
    .control-buttons {
        grid-template-columns: 1fr;
    }
    
    .security-header h2 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .security-stats {
        grid-template-columns: 1fr;
    }
    
    .score-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .security-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

.footer-logo h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-logo-img {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.footer-description {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.8;
}

.footer-email {
    color: #D4AF37;
    text-decoration: none;
    font-weight: 500;
}

.footer-email:hover {
    text-decoration: underline;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #D4AF37;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 1;
    color: #D4AF37;
}

.footer-cta {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.8;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    opacity: 0.6;
}

.footer-bottom p:nth-child(2) {
    font-size: 12px;
    opacity: 0.5;
}

/* Footer Social Media */
.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-link:hover {
    background: rgba(212, 175, 55, 0.2);
    border-color: #D4AF37;
    color: #D4AF37;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

.social-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* Legal Link */
.legal-link {
    color: #D4AF37;
    text-decoration: none;
    font-size: 12px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.legal-link:hover {
    opacity: 1;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-list {
        flex-direction: column;
        gap: 16px;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .value-cards {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-card {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 30px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-benefits {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero {
        padding: 140px 0 80px;
        min-height: 90vh;
    }
    
    .hero-title {
        font-size: 32px;
        min-height: 60px;
        margin-bottom: 20px;
    }
    
    .hero-content {
        padding: 20px 15px;
    }
    
    .value-title, .section-title {
        font-size: 32px;
    }
    
    .cta-banner {
        padding: 40px 20px;
    }
    
    .cta-banner h2 {
        font-size: 24px;
    }
    
    .pricing-card {
        padding: 30px 20px;
    }
    
    .testimonial-card {
        padding: 30px 20px;
    }
}

/* Join Counter Styles */
.join-counter {
    position: fixed;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 12px 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: all 0.3s ease;
    animation: slideInRight 0.8s ease;
}

.join-counter:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7);
    border-color: rgba(212, 175, 55, 0.3);
}

.counter-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.counter-icon {
    font-size: 20px;
    animation: bounce 2s infinite;
}

.counter-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.counter-number {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    font-family: 'Inter', sans-serif;
}

.counter-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
}

/* Dark mode styles for counter */
.dark-mode .join-counter {
    background: rgba(0, 0, 0, 0.98);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8);
}

.dark-mode .join-counter:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.9);
    border-color: rgba(212, 175, 55, 0.4);
}

/* Animations */
@keyframes slideInRight {
    from {
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(-3px);
    }
}

/* Live Visitors Counter Styles */
.live-visitors {
    position: fixed;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 12px 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: all 0.3s ease;
    animation: slideInLeft 0.8s ease;
}

.live-visitors:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7);
    border-color: rgba(212, 175, 55, 0.3);
}

.visitors-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.visitors-icon {
    font-size: 20px;
    animation: pulse 2s infinite;
}

.visitors-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.visitors-number {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    font-family: 'Inter', sans-serif;
}

.visitors-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
}

/* Dark mode styles for live visitors */
.dark-mode .live-visitors {
    background: rgba(0, 0, 0, 0.98);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8);
}

.dark-mode .live-visitors:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.9);
    border-color: rgba(212, 175, 55, 0.4);
}

/* Animations */
@keyframes slideInLeft {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

/* Responsive styles for live visitors */
@media (max-width: 768px) {
    .live-visitors {
        top: 15px;
        left: 15px;
        padding: 10px 16px;
    }
    
    .visitors-icon {
        font-size: 18px;
    }
    
    .visitors-number {
        font-size: 16px;
    }
    
    .visitors-label {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .live-visitors {
        top: 10px;
        left: 10px;
        padding: 8px 14px;
    }
    
    .visitors-content {
        gap: 8px;
    }
    
    .visitors-icon {
        font-size: 16px;
    }
    
    .visitors-number {
        font-size: 14px;
    }
    
    .visitors-label {
        font-size: 9px;
    }
}
