/**
 * Professional Corporate Theme v2.0
 * Ultra-Clean, Refined, Premium Finance Aesthetic
 * Inspired by Bloomberg, Reuters, and Morgan Stanley
 */

/* ============================================
   Global Professional Refinements
   ============================================ */

/* Reduce particle visibility for clean corporate look */
.particles-container {
    opacity: 0.15;
}

/* Background - more subtle */
.bg-animation {
    opacity: 0.4;
}

/* Professional badges */
.ultra-badge {
    animation: none;
    background: rgba(16, 185, 129, 0.06);
    border: 1px solid rgba(16, 185, 129, 0.2);
    color: #10b981;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 6px;
}

/* ============================================
   Hero Section - Executive Level
   ============================================ */
.ultra-hero {
    min-height: 75vh;
    padding: 80px 24px 60px;
}

.ultra-title {
    font-size: clamp(2.25rem, 5vw, 4rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.1;
}

.ultra-title .gradient-text {
    background: linear-gradient(135deg, #10b981, #0ea5e9);
    animation: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ultra-subtitle {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.75;
    font-weight: 400;
    max-width: 560px;
    margin-bottom: 32px;
}

/* Executive Buttons */
.btn-ultra.primary {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.25);
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    padding: 13px 26px;
    transition: all 0.2s ease;
    border: none;
}

.btn-ultra.primary:hover {
    background: linear-gradient(135deg, #059669, #047857);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
}

.btn-ultra.secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    padding: 13px 26px;
    color: #94a3b8;
}

.btn-ultra.secondary:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.02);
    color: #e2e8f0;
}

/* ============================================
   Stats Cards - Bloomberg Style
   ============================================ */
.stat-card-ultra {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 24px;
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
}

.stat-card-ultra::before {
    display: none;
}

.stat-card-ultra:hover {
    background: rgba(15, 23, 42, 0.8);
    border-color: rgba(16, 185, 129, 0.15);
    transform: translateY(-2px);
}

.stat-card-ultra .stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.stat-card-ultra .stat-value {
    font-size: 1.75rem;
    font-weight: 700;
    background: none;
    -webkit-text-fill-color: #f1f5f9;
    color: #f1f5f9;
    margin-bottom: 4px;
}

.stat-card-ultra .stat-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

/* ============================================
   Feature Cards - Investment Bank Style
   ============================================ */
.feature-card-ultra {
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 28px 24px;
    transition: all 0.2s ease;
}

.feature-card-ultra::before,
.feature-card-ultra::after {
    display: none;
}

.feature-card-ultra:hover {
    background: rgba(15, 23, 42, 0.7);
    border-color: rgba(16, 185, 129, 0.12);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.feature-icon-ultra {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    margin-bottom: 18px;
}

.feature-title-ultra {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #f1f5f9;
}

.feature-desc-ultra {
    font-size: 13px;
    color: #64748b;
    line-height: 1.65;
}

/* ============================================
   Price Ticker - Terminal Style
   ============================================ */
.price-ticker {
    background: rgba(15, 23, 42, 0.8);
    border-bottom: 1px solid rgba(16, 185, 129, 0.1);
    padding: 10px 0;
    backdrop-filter: blur(10px);
}

.ticker-item {
    background: transparent;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    gap: 10px;
}

.ticker-item:hover {
    background: rgba(255, 255, 255, 0.03);
}

.ticker-symbol {
    font-size: 11px;
    font-weight: 700;
    color: #e2e8f0;
}

.ticker-price {
    font-size: 11px;
    color: #94a3b8;
}

.ticker-change {
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 4px;
}

/* ============================================
   Section Headers - Corporate
   ============================================ */
h2 {
    font-weight: 600;
    letter-spacing: -0.015em;
    color: #f1f5f9;
}

.gradient-text {
    background: linear-gradient(135deg, #10b981, #0ea5e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================
   Cards & Containers - Premium
   ============================================ */
.card-morph {
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    transition: all 0.2s ease;
}

.card-morph:hover {
    background: rgba(15, 23, 42, 0.7);
    border-color: rgba(16, 185, 129, 0.1);
    transform: translateY(-2px);
}

/* ============================================
   Section Backgrounds - Refined
   ============================================ */
section {
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

/* ============================================
   CTA Section - Premium
   ============================================ */
.cta-section-ultra {
    padding: 64px 0;
}

.cta-section-ultra::before {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.03), rgba(14, 165, 233, 0.02));
    border-color: rgba(16, 185, 129, 0.08);
}

.cta-title-ultra {
    font-size: 1.75rem;
    font-weight: 600;
}

.cta-desc-ultra {
    font-size: 0.95rem;
    color: #64748b;
}

/* ============================================
   Professional Color Scheme
   ============================================ */
.feature-icon-ultra.purple {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(16, 185, 129, 0.05));
    color: #10b981;
}

.feature-icon-ultra.orange {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.05));
    color: #f59e0b;
}

.feature-icon-ultra.blue {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.15), rgba(14, 165, 233, 0.05));
    color: #0ea5e9;
}

.feature-icon-ultra.green {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(16, 185, 129, 0.05));
    color: #10b981;
}

.feature-icon-ultra.cyan {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.15), rgba(6, 182, 212, 0.05));
    color: #06b6d4;
}

.feature-icon-ultra.pink {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(236, 72, 153, 0.05));
    color: #ec4899;
}

/* ============================================
   Typography - Executive
   ============================================ */
body {
    letter-spacing: 0.01em;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ============================================
   Remove Excessive Effects
   ============================================ */
.glow-effect,
.shimmer-text,
.neon-border::before {
    animation: none;
}

/* Minimal pulse for live indicators */
.live-dot {
    animation: subtle-pulse 2.5s ease-in-out infinite;
}

@keyframes subtle-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* ============================================
   Premium Shadows
   ============================================ */
.premium-shadow {
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.1),
        0 8px 16px rgba(0, 0, 0, 0.08);
}

/* ============================================
   Links - Refined
   ============================================ */
a {
    transition: all 0.15s ease;
}

a:hover {
    text-decoration: none;
}

/* Reduce border radius for corporate look */
* {
    --border-radius-soft: 12px;
}

/* ============================================
/* ============================================
   Professional Spacing
   ============================================ */
section {
    padding: 72px 0;
}

.container {
    max-width: 1200px;
}

/* ============================================
   Responsive Refinements
   ============================================ */
@media (max-width: 768px) {
    .ultra-title {
        font-size: 2rem;
    }

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

    section {
        padding: 48px 0;
    }
}