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

:root {
    --primary-color: #2563eb;
    --secondary-color: #1e40af;
    --accent-color: #3b82f6;
    --text-color: #1f2937;
    --light-text: #6b7280;
    --background: #ffffff;
    --section-bg: #f3f4f6;
    --card-bg: #ffffff;
    --border-radius: 12px;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #1e293b;
    background: #f3f4f6;
}

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

/* Header and Navigation */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

.trust-badges {
    display: flex;
    gap: 1.5rem;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(30,64,175,0.25), 0 1px 2px rgba(0,0,0,0.18);
}

.trust-badges span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(30,64,175,0.25), 0 1px 2px rgba(0,0,0,0.18);
}

.trust-badges i {
    font-size: 1.15rem;
    color: #ffe066;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.18));
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    color: white;
    padding: 5rem 0 6rem 0;
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.hero-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('img/forex-trading-background-concept_23-2148590848.avif') center center/cover no-repeat;
    opacity: 0.18;
    z-index: 0;
}

.hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}

.hero-content h1 {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.2rem;
    letter-spacing: -1px;
}

.hero-subheadline {
    font-size: 1.25rem;
    color: #e0e7ef;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.subtitle {
    font-size: 1.1rem;
    opacity: 0.95;
    margin-bottom: 2.2rem;
    color: #e0e7ef;
}

.cta-btn {
    display: inline-block;
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.9rem 2.2rem;
    border-radius: 30px;
    box-shadow: 0 4px 16px rgba(59,130,246,0.15);
    text-decoration: none;
    margin-bottom: 2.5rem;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    will-change: transform, box-shadow;
}
.cta-btn i {
    margin-left: 0.5rem;
    font-size: 1.3rem;
}
.cta-btn:hover {
    background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);
    transform: translateY(-2px) scale(1.07);
    box-shadow: 0 8px 32px rgba(59,130,246,0.18);
    color: #fff;
}

.stats {
    display: flex;
    justify-content: center;
    gap: 3.5rem;
    margin-top: 1.5rem;
}

.stat-item {
    background: rgba(255,255,255,0.10);
    border-radius: 12px;
    padding: 1.2rem 2.2rem;
    box-shadow: 0 2px 8px rgba(30,64,175,0.07);
    text-align: center;
    min-width: 120px;
}

.number {
    font-size: 2.2rem;
    font-weight: 800;
    display: block;
    color: #fff;
    margin-bottom: 0.2rem;
}

.label {
    font-size: 1rem;
    opacity: 0.93;
    color: #e0e7ef;
}

/* Features Section */
.features-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f3f4f6 60%, #e0e7ef 100%);
    position: relative;
}

.features-section h2 {
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 1.2rem;
    color: #1e293b;
    font-weight: 800;
}

.features-intro {
    text-align: center;
    font-size: 1.18rem;
    color: #374151;
    max-width: 700px;
    margin: 0 auto 2.2rem auto;
    font-weight: 500;
}

.trusted-bar-modern {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    background: #f8fafc;
    border-radius: 30px;
    box-shadow: 0 2px 12px rgba(30,64,175,0.07);
    padding: 0.5rem 1.5rem;
    margin: 0 auto 2.7rem auto;
    width: fit-content;
    font-size: 1rem;
}

.trusted-title {
    color: #2563eb;
    font-weight: 700;
    margin-right: 0.7rem;
}

.trusted-badges i {
    color: #2563eb;
    font-size: 1.25rem;
    margin-right: 0.5rem;
    background: #e0e7ef;
    border-radius: 50%;
    padding: 0.4rem 0.5rem;
    box-shadow: 0 1px 4px rgba(30,64,175,0.07);
}

.trusted-badges i:last-child { margin-right: 0; }

.features-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 1.5rem;
}

.feature-card-modern {
    background: linear-gradient(135deg, #fff 70%, #f3f4f6 100%);
    padding: 2.5rem 2rem 2rem 2rem;
    border-radius: 20px;
    box-shadow: 0 4px 32px rgba(30,64,175,0.10);
    transition: transform 0.22s, box-shadow 0.22s;
    position: relative;
    text-align: left;
    border: 1.5px solid #e0e7ef;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.feature-card-modern:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 40px rgba(37,99,235,0.13);
    border-color: #60a5fa;
}

.feature-icon-modern {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.3rem;
    font-size: 2rem;
    box-shadow: 0 2px 8px rgba(37,99,235,0.10);
}

.feature-icon-blue {
    background: linear-gradient(135deg, #2563eb 60%, #60a5fa 100%);
    color: #fff;
}

.feature-icon-green {
    background: linear-gradient(135deg, #22c55e 60%, #4ade80 100%);
    color: #fff;
}

.feature-icon-purple {
    background: linear-gradient(135deg, #7c3aed 60%, #818cf8 100%);
    color: #fff;
}

.feature-card-modern h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #1e3a8a;
    font-weight: 700;
}

.feature-main-benefit {
    color: #2563eb;
    font-size: 1.08rem;
    margin-bottom: 1.1rem;
    font-weight: 600;
}

.feature-list-modern {
    list-style: none;
    margin-top: 0.5rem;
    padding-left: 0;
}

.feature-list-modern li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: #374151;
    font-size: 1.01rem;
}

.feature-list-modern i {
    color: #22c55e;
    font-size: 1.1rem;
}

/* Testimonials Section */
.testimonials-section {
    padding: 6rem 0;
    background: var(--background);
}

.testimonials-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
}

.testimonial-content {
    margin-bottom: 1.5rem;
}

.testimonial-content i {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info h4 {
    font-size: 1.1rem;
    color: var(--text-color);
}

.author-info span {
    color: var(--light-text);
    font-size: 0.9rem;
}

/* CTA Section */
.cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    color: white;
}

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

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 2.2rem;
    color: #e0e7ef;
}

.benefits-list {
    list-style: none;
    display: inline-block;
    text-align: left;
    margin: 2rem 0;
}

.benefits-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.benefits-list i {
    color: #4ade80;
}

.redirect-message {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    margin-top: 2rem;
}

.redirect-message p {
    color: white;
    font-size: 1.1rem;
    line-height: 1.6;
}

.countdown {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0.5rem;
    color: #4ade80;
    font-family: monospace;
}

.loader {
    width: 40px;
    height: 40px;
    margin: 1rem auto;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Footer */
footer {
    background: linear-gradient(90deg, #1e3a8a 0%, #2563eb 100%);
    color: #fff;
    padding: 3rem 0 2rem 0;
    border-top: 4px solid #3b82f6;
    box-shadow: 0 -2px 16px rgba(30,64,175,0.10);
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    transition: color 0.2s, opacity 0.2s;
}

.footer-links a:hover {
    color: #60a5fa;
    opacity: 0.85;
}

.footer-links i {
    font-size: 1.2rem;
}

.footer-disclaimer {
    font-size: 0.95rem;
    opacity: 0.8;
    max-width: 600px;
    color: #e0e7ef;
    margin-top: 0.5rem;
}

/* Animations */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        padding: 3rem 0 4rem 0;
        min-height: 400px;
    }
    .hero-content h1 {
        font-size: 2.1rem;
    }
    .stats {
        flex-direction: column;
        gap: 1.2rem;
    }
    .stat-item {
        min-width: 0;
        padding: 1rem 1.2rem;
    }
    .trust-badges {
        display: none;
    }

    .features-grid-modern,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .footer-links {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 900px) {
    .features-grid-modern {
        grid-template-columns: 1fr;
    }
    .trusted-bar-modern {
        flex-direction: column;
        gap: 0.7rem;
        padding: 1rem 1.2rem;
    }
}

.testimonials-section-modern {
    padding: 6rem 0;
    background: linear-gradient(135deg, #e0e7ef 60%, #f3f4f6 100%);
    position: relative;
}
.testimonials-section-modern h2 {
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 2.5rem;
    color: #1e293b;
    font-weight: 800;
}
.testimonials-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 2.5rem;
    margin-top: 1.5rem;
}
.testimonial-card-modern {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 32px rgba(30,64,175,0.10);
    padding: 2.5rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 320px;
    position: relative;
    border: 1.5px solid #e0e7ef;
    transition: transform 0.22s, box-shadow 0.22s;
}
.testimonial-card-modern:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 40px rgba(37,99,235,0.13);
    border-color: #60a5fa;
}
.testimonial-quote-icon {
    color: #2563eb;
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
    background: #e0e7ef;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(37,99,235,0.10);
}
.testimonial-content-modern {
    margin-bottom: 1.5rem;
}
.testimonial-quote {
    font-size: 1.18rem;
    color: #1e293b;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
}
.testimonial-author-modern {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    margin-top: auto;
}
.testimonial-author-modern img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #2563eb;
    box-shadow: 0 2px 8px rgba(37,99,235,0.10);
}
.author-info-modern h4 {
    font-size: 1.08rem;
    color: #1e3a8a;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.author-badge {
    background: #2563eb;
    color: #fff;
    font-size: 0.85rem;
    border-radius: 12px;
    padding: 0.1rem 0.7rem;
    margin-left: 0.5rem;
    font-weight: 600;
}
.author-rating {
    color: #fbbf24;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    font-weight: 700;
}
@media (max-width: 900px) {
    .testimonials-grid-modern {
        grid-template-columns: 1fr;
    }
}

/* Hero Section Animations */
.hero-content .animate-hero {
    opacity: 0;
    transform: translateY(40px);
    animation: heroFadeInUp 0.9s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.hero-content .animate-hero:nth-child(1) { animation-delay: 0.1s; }
.hero-content .animate-hero:nth-child(2) { animation-delay: 0.3s; }
.hero-content .animate-hero:nth-child(3) { animation-delay: 0.5s; }
.hero-content .animate-hero:nth-child(4) { animation-delay: 0.7s; }

@keyframes heroFadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loader Styles */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 64, 175, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
}

.loader {
    width: 60px;
    height: 60px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top: 5px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} 