.elementor-400 .elementor-element.elementor-element-1b3f9dfc{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5f8afa *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
}

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

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #f8fffe 0%, #f0f9ff 100%);
    padding: 80px 0;
    min-height: 600px;
    display: flex;
    align-items: center;
}

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

.tag {
    display: inline-block;
    background: #10b981;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1f2937;
}

.highlight-text {
    color: #10b981;
}

.hero-description {
    font-size: 1.2rem;
    color: #6b7280;
    margin-bottom: 40px;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary {
    background: #10b981;
    color: white;
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary:hover {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}

.btn-secondary {
    background: white;
    color: #374151;
    padding: 16px 32px;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    border-color: #10b981;
    color: #10b981;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Info Cards */
.info-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-card {
    background: white;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    border: 1px solid #f3f4f6;
}

.card-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.card-label {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 500;
}

.card-icon {
    font-size: 2rem;
    margin-bottom: 12px;
}

/* Comparison Header */
.comparison-header {
    padding: 60px 0;
    text-align: center;
    background: #fafafa;
}

.comparison-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.logo-placeholder {
    width: 120px;
    height: 60px;
    background: #e5e7eb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #6b7280;
}

.vs-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #374151;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 16px;
}

.section-description {
    font-size: 1.1rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

/* Dominates Section */
.dominates-section {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    padding: 40px 0;
}

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

.dominates-icon {
    font-size: 3rem;
    margin-bottom: 16px;
}

.dominates-title {
    font-size: 2rem;
    font-weight: 700;
    color: #065f46;
    margin-bottom: 8px;
}

.dominates-subtitle {
    font-size: 1.1rem;
    color: #047857;
    margin-bottom: 20px;
    font-weight: 500;
}

.progress-bar {
    background: #bbf7d0;
    height: 12px;
    border-radius: 6px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

.progress-fill {
    background: #10b981;
    height: 100%;
    width: 86%;
    border-radius: 6px;
    transition: width 2s ease;
}

.progress-label {
    font-size: 1.5rem;
    font-weight: 700;
    color: #065f46;
    margin-bottom: 16px;
}

.dominates-description {
    color: #047857;
    font-size: 1.1rem;
    margin-bottom: 24px;
}

.btn-winner {
    background: #10b981;
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

/* Comparison Table */
.comparison-table-section {
    padding: 80px 0;
    background: #fafafa;
    scroll-margin-top: 20px;
}

.table-wrapper {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.comparison-table {
    display: block;
}

.table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #f8fafc;
    border-bottom: 2px solid #e5e7eb;
}

.header-item {
    padding: 20px;
    font-weight: 600;
    color: #374151;
    text-align: left;
}

.category-section {
    margin-bottom: 0;
}

.category-header {
    background: #f1f5f9;
    padding: 16px 20px;
    font-weight: 600;
    color: #475569;
    font-size: 14px;
    border-bottom: 1px solid #e5e7eb;
}

.comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #f3f4f6;
}

.feature-name,
.exnova-value,
.etoro-value {
    padding: 16px 20px;
    display: flex;
    align-items: center;
}

.winner {
    color: #10b981;
    font-weight: 600;
}

.loser {
    color: #ef4444;
    font-weight: 600;
}

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background: white;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.testimonial-card {
    background: #f8fafc;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stars {
    color: #fbbf24;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 600;
}

.testimonial-card h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 4px;
}

.location {
    color: #6b7280;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    border-top: 1px solid #e5e7eb;
    padding-top: 16px;
    font-size: 0.9rem;
    color: #6b7280;
}

/* Final CTA Section */
.final-cta-section {
    background: #F9FAFC;
    color: white;
    padding: 80px 0;
    text-align: center;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-description {
    font-size: 1.2rem;
    color: #000000;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.btn-primary-large {
    background: #10b981;
    color: white;
    padding: 20px 40px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.btn-secondary-large {
    background: transparent;
    color: black;
    padding: 20px 40px;
    border: 2px solid #6b7280;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary-large:hover {
    border-color: #10b981;
    color: #10b981;
}

.final-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #10b981;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 1rem;
    color: #0FB981;
}

.comparison-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.1);
    padding: 24px;
    border-radius: 12px;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.badge-icon {
    font-size: 2rem;
}

.badge-text {
    text-align: left;
    color: #000000;
}

.disclaimer {
    font-size: 0.85rem;
    color: #9ca3af;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .table-header {
        display: none;
    }
    
    .comparison-row {
        display: block;
        margin-bottom: 20px;
        background: white;
        border-radius: 8px;
        border: 1px solid #e5e7eb;
        overflow: hidden;
    }
    
    .feature-name {
        background: #f8fafc;
        font-weight: 600;
        color: #374151;
        border-bottom: 1px solid #e5e7eb;
    }
    
    .exnova-value,
    .etoro-value {
        position: relative;
        padding-left: 120px;
    }
    
    .exnova-value::before {
        content: "Exnova ✅";
        position: absolute;
        left: 20px;
        font-weight: 600;
        color: #374151;
    }
    
    .etoro-value::before {
        content: "eToro ❌";
        position: absolute;
        left: 20px;
        font-weight: 600;
        color: #374151;
    }
    
    .category-header {
        margin-top: 30px;
        margin-bottom: 15px;
        border-radius: 8px;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .comparison-logos {
        flex-direction: column;
        gap: 20px;
    }
    
    .final-stats {
        gap: 30px;
    }
    
    .comparison-badge {
        flex-direction: column;
        text-align: center;
    }
    
    .badge-text {
        text-align: center;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .hero-buttons,
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-primary,
    .btn-secondary,
    .btn-primary-large,
    .btn-secondary-large {
        width: 100%;
        max-width: 280px;
    }
}/* End custom CSS */