/* Homepage Styles */
.home-page {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Hero Section */
.hero-section {
    background: 
        radial-gradient(circle at 20% 80%, rgba(248, 249, 250, 0.8) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(245, 245, 245, 0.6) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(250, 250, 250, 0.4) 0%, transparent 50%),
        linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    min-height: 80vh;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(0, 0, 0, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(0, 0, 0, 0.01) 0%, transparent 50%),
        linear-gradient(45deg, transparent 30%, rgba(0, 0, 0, 0.005) 50%, transparent 70%);
    background-size: 200px 200px, 300px 300px, 100px 100px;
    opacity: 0.8;
}

.min-vh-50 {
    min-height: 50vh;
}

/* Static Visual Elements */
.hero-visual {
    position: relative;
    height: 400px;
}

.floating-cards {
    position: relative;
    width: 100%;
    height: 100%;
}

.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    color: #333;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.floating-card i {
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
}

.floating-card span {
    font-size: 0.9rem;
    font-weight: 500;
}

.floating-card.card-1 {
    top: 10%;
    left: 10%;
}

.floating-card.card-2 {
    top: 20%;
    right: 15%;
}

.floating-card.card-3 {
    bottom: 30%;
    left: 20%;
}

.floating-card.card-4 {
    bottom: 10%;
    right: 10%;
}

/* Features Section */
.features-section {
    background: 
        radial-gradient(circle at 10% 20%, rgba(248, 249, 250, 0.6) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(245, 245, 245, 0.4) 0%, transparent 50%),
        linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(45deg, transparent 40%, rgba(0, 0, 0, 0.01) 50%, transparent 60%),
        radial-gradient(circle at 30% 70%, rgba(0, 0, 0, 0.005) 0%, transparent 50%);
    background-size: 200px 200px, 400px 400px;
    opacity: 0.7;
}

/* Feature Cards */
.feature-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 2rem;
}

.feature-card h4 {
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.feature-card p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.feature-list li {
    padding: 5px 0;
    color: #555;
    font-size: 0.95rem;
}

/* Forex Spotlight */
.forex-spotlight {
    background: 
        radial-gradient(circle at 30% 20%, rgba(248, 249, 250, 0.8) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(245, 245, 245, 0.6) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(250, 250, 250, 0.4) 0%, transparent 70%),
        linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.forex-spotlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(45deg, transparent 40%, rgba(0, 0, 0, 0.015) 50%, transparent 60%),
        radial-gradient(circle at 20% 80%, rgba(0, 0, 0, 0.01) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 0, 0, 0.008) 0%, transparent 50%);
    background-size: 150px 150px, 250px 250px, 200px 200px;
    opacity: 0.8;
}

.forex-features {
    position: relative;
    z-index: 2;
}

/* Dashboard Mockup */
.dashboard-mockup {
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.9) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(248, 249, 250, 0.8) 0%, transparent 50%),
        rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
}

.dashboard-mockup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(45deg, transparent 40%, rgba(0, 0, 0, 0.02) 50%, transparent 60%);
    background-size: 100px 100px;
    border-radius: 15px;
    opacity: 0.6;
}

.dashboard-header {
    background: rgba(248, 249, 250, 0.8);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.dashboard-header h6 {
    margin: 0;
    color: #333;
    font-weight: 600;
}

.dashboard-content {
    background: rgba(248, 249, 250, 0.6);
    border-radius: 10px;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.chart-placeholder {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.chart-placeholder i {
    font-size: 3rem;
    margin-bottom: 10px;
    display: block;
}

.trading-panel {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 15px;
}

.trade-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #333;
}

.trade-item:last-child {
    border-bottom: none;
}

.currency {
    font-weight: 600;
}

.price {
    font-weight: 700;
    font-size: 1.1rem;
}

.price.positive {
    color: #4ade80;
}

.price.negative {
    color: #f87171;
}

/* Technology Stack */
.tech-stack {
    background: 
        radial-gradient(circle at 20% 30%, rgba(248, 249, 250, 0.6) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(245, 245, 245, 0.4) 0%, transparent 50%),
        linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
}

.tech-stack::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(60deg, transparent 35%, rgba(0, 0, 0, 0.008) 50%, transparent 65%),
        radial-gradient(circle at 70% 30%, rgba(0, 0, 0, 0.005) 0%, transparent 50%);
    background-size: 180px 180px, 350px 350px;
    opacity: 0.8;
}

.tech-item {
    padding: 30px 20px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.tech-item:hover {
    transform: translateY(-5px);
}

.tech-item i {
    transition: all 0.3s ease;
}

.tech-item:hover i {
    transform: scale(1.1);
}

/* Call to Action */
.cta-section {
    background: 
        radial-gradient(circle at 25% 25%, rgba(248, 249, 250, 0.8) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(245, 245, 245, 0.6) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(250, 250, 250, 0.4) 0%, transparent 70%),
        linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(30deg, transparent 30%, rgba(0, 0, 0, 0.01) 50%, transparent 70%),
        radial-gradient(circle at 15% 85%, rgba(0, 0, 0, 0.008) 0%, transparent 50%),
        radial-gradient(circle at 85% 15%, rgba(0, 0, 0, 0.006) 0%, transparent 50%);
    background-size: 120px 120px, 300px 300px, 180px 180px;
    opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        min-height: 60vh;
        text-align: center;
    }
    
    .display-3 {
        font-size: 2.5rem;
    }
    
    .floating-cards {
        display: none;
    }
    
    .feature-card {
        margin-bottom: 30px;
    }
    
    .forex-spotlight .row {
        text-align: center;
    }
    
    .dashboard-mockup {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 40px 0;
    }
    
    .display-3 {
        font-size: 2rem;
    }
    
    .btn-lg {
        padding: 12px 24px;
        font-size: 1rem;
    }
    
    .feature-card {
        padding: 20px;
    }
    
    .tech-item {
        padding: 20px 15px;
    }
}

/* Gradient Backgrounds */
.bg-gradient-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.bg-gradient-success {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

/* Custom Button Styles */
.btn-warning {
    background: linear-gradient(45deg, #ffc107, #ff8c00);
    border: none;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-warning:hover {
    background: linear-gradient(45deg, #ff8c00, #ffc107);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
}

.btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

/* Subtle Hover Effects */
.fade-in {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.slide-in-left {
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.slide-in-right {
    transform: translateX(0);
    transition: transform 0.3s ease;
}
