﻿:root {
      --primary-color: rgb(255,149,0);
      --primary-hover: rgb(230,135,0);
      --primary-light: rgba(255,149,0,0.1);
      --bg-dark: #0A1128;
      --bg-deep: #050B1A;
      --glacier-blue: #1D7BFF;
      --glacier-light: #E0F2FE;
      --silver-white: #F8FAFC;
      --text-main: #334155;
      --text-muted: #64748B;
      --border-color: #E2E8F0;
      --card-shadow: 0 10px 30px rgba(0,0,0,0.05);
      --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: var(--font-family); background-color: var(--silver-white); color: var(--text-main); line-height: 1.6; -webkit-font-smoothing: antialiased; }
    a { color: inherit; text-decoration: none; transition: all 0.3s ease; }
    img { max-width: 100%; height: auto; }

    
    .site-header { background: rgba(10, 17, 40, 0.95); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .header-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 15px 20px; }
    
    .logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
    .logo img { display: block; height: 40px; width: auto; max-width: 160px; object-fit: contain; flex-shrink: 0; }
    .logo span { display: inline-block; font-size: 18px; font-weight: 800; line-height: 1; color: #fff; white-space: nowrap; }

    .desktop-nav { display: flex; align-items: center; gap: 30px; }
    .desktop-nav a { color: rgba(255,255,255,0.8); font-size: 15px; font-weight: 500; }
    .desktop-nav a:hover { color: var(--primary-color); }
    
    .header-actions { display: flex; align-items: center; gap: 15px; }
    .btn-login-shortcut { background: var(--primary-color); color: #fff !important; padding: 8px 20px; border-radius: 6px; font-size: 14px; font-weight: 600; }
    .btn-login-shortcut:hover { background: var(--primary-hover); transform: translateY(-1px); }

    .menu-toggle { display: none; background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; }

    
    .mobile-drawer { position: fixed; top: 0; left: -280px; width: 280px; height: 100vh; background: var(--bg-dark); z-index: 1000; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 5px 0 30px rgba(0,0,0,0.5); display: flex; flex-direction: column; padding: 25px; }
    .mobile-drawer.active { left: 0; }
    .drawer-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; }
    .drawer-close { background: none; border: none; color: #fff; font-size: 28px; cursor: pointer; }
    .drawer-nav { display: flex; flex-direction: column; gap: 20px; }
    .drawer-nav a { color: #fff; font-size: 16px; font-weight: 500; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .drawer-nav a:hover { color: var(--primary-color); }
    .drawer-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.6); z-index: 999; display: none; backdrop-filter: blur(3px); }
    .drawer-overlay.active { display: block; }

    
    .hero-layout-01 { background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-deep) 100%); padding: 100px 20px 140px; position: relative; overflow: hidden; text-align: center; }
    .hero-layout-01::before { content: ''; position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(29, 123, 255, 0.15) 0%, rgba(0,0,0,0) 70%); pointer-events: none; }
    .hero-container { max-width: 1000px; margin: 0 auto; position: relative; z-index: 10; }
    
    .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(29, 123, 255, 0.1); border: 1px solid rgba(29, 123, 255, 0.2); color: var(--glacier-blue); padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 30px; letter-spacing: 0.5px; }
    .hero-eyebrow span { display: inline-block; width: 6px; height: 6px; background: var(--primary-color); border-radius: 50%; animation: pulse 1.5s infinite; }
    
    .hero-title { font-size: 48px; font-weight: 800; color: #fff; line-height: 1.25; margin-bottom: 24px; letter-spacing: -1px; }
    .hero-title span { color: var(--glacier-blue); }
    .hero-desc { font-size: 18px; color: #94A3B8; max-width: 720px; margin: 0 auto 40px; line-height: 1.6; }
    
    .hero-buttons { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 80px; }
    .btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 32px; border-radius: 8px; font-size: 16px; font-weight: 700; transition: all 0.3s ease; cursor: pointer; }
    .btn-primary { background: var(--primary-color); color: #fff; box-shadow: 0 4px 20px rgba(255,149,0,0.3); }
    .btn-primary:hover { background: var(--primary-hover); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(255,149,0,0.4); }
    .btn-secondary { background: rgba(255,255,255,0.05); color: #fff; border: 1px solid rgba(255,255,255,0.1); }
    .btn-secondary:hover { background: rgba(255,255,255,0.1); transform: translateY(-2px); }

    
    .hero-visual-wrapper { position: relative; max-width: 800px; margin: 0 auto; padding: 40px 0; }
    .main-visual-panel { background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 40px; backdrop-filter: blur(20px); box-shadow: 0 30px 60px rgba(0,0,0,0.4); position: relative; z-index: 2; }
    
    .trading-dashboard-mock { text-align: left; }
    .dashboard-header { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 15px; margin-bottom: 20px; }
    .dashboard-logo { font-size: 14px; font-weight: 700; color: #fff; letter-spacing: 1px; display: flex; align-items: center; gap: 6px; }
    .dashboard-logo::before { content: ''; display: inline-block; width: 8px; height: 8px; background: var(--primary-color); border-radius: 50%; }
    .dashboard-status { font-size: 12px; color: #10B981; display: flex; align-items: center; gap: 6px; }
    .dashboard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 20px; }
    .dashboard-stat { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); padding: 12px 15px; border-radius: 8px; }
    .dashboard-stat .label { font-size: 11px; color: #64748B; display: block; margin-bottom: 4px; }
    .dashboard-stat .val { font-size: 16px; font-weight: 700; color: #fff; }
    .chart-placeholder { height: 100px; background: linear-gradient(90deg, rgba(29, 123, 255, 0.05) 0%, rgba(29, 123, 255, 0.15) 50%, rgba(29, 123, 255, 0.05) 100%); border-radius: 8px; position: relative; overflow: hidden; }
    .chart-line { position: absolute; bottom: 0; left: 0; width: 100%; height: 60%; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,50 Q25,30 50,60 T100,20 L100,100 L0,100 Z' fill='rgba(29, 123, 255, 0.1)' stroke='%231D7BFF' stroke-width='2'/%3E%3C/svg%3E") no-repeat bottom/cover; }

    
    .float-card { position: absolute; background: rgba(15, 23, 42, 0.9); border: 1px solid rgba(29, 123, 255, 0.2); padding: 16px; border-radius: 12px; display: flex; align-items: center; gap: 12px; text-align: left; width: 220px; box-shadow: 0 20px 40px rgba(0,0,0,0.3); z-index: 3; transition: transform 0.3s ease; }
    .float-card:hover { transform: translateY(-5px); }
    .float-card .icon-wrapper { background: rgba(29, 123, 255, 0.1); width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--glacier-blue); font-size: 20px; }
    .float-card h4 { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 2px; }
    .float-card p { font-size: 11px; color: #94A3B8; }

    .fc-1 { top: 10px; left: -110px; }
    .fc-2 { top: 10px; right: -110px; }
    .fc-3 { bottom: 40px; left: -110px; }
    .fc-4 { bottom: 40px; right: -110px; }

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

    
    .trust-stats { background: #fff; padding: 40px 20px; border-bottom: 1px solid var(--border-color); position: relative; z-index: 20; margin-top: -40px; border-radius: 16px 16px 0 0; max-width: 1200px; margin-left: auto; margin-right: auto; box-shadow: 0 -15px 30px rgba(0,0,0,0.05); }
    .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
    .stat-item h3 { font-size: 36px; font-weight: 800; color: var(--bg-dark); margin-bottom: 5px; }
    .stat-item h3 span { color: var(--primary-color); }
    .stat-item p { font-size: 14px; color: var(--text-muted); font-weight: 500; }

    
    .section-main { max-width: 1200px; margin: 80px auto; padding: 0 20px; }
    .section-title { text-align: center; margin-bottom: 50px; }
    .section-title h2 { font-size: 32px; font-weight: 800; color: var(--bg-dark); margin-bottom: 15px; }
    .section-title p { font-size: 16px; color: var(--text-muted); max-width: 600px; margin: 0 auto; }

    .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
    .info-card { background: #fff; padding: 40px 30px; border-radius: 12px; border: 1px solid var(--border-color); transition: all 0.3s ease; }
    .info-card:hover { transform: translateY(-5px); box-shadow: var(--card-shadow); border-color: rgba(255,149,0,0.3); }
    .info-card .step { font-size: 12px; font-weight: 700; color: var(--primary-color); text-transform: uppercase; margin-bottom: 15px; display: inline-block; letter-spacing: 1px; }
    .info-card h3 { font-size: 20px; font-weight: 700; color: var(--bg-dark); margin-bottom: 15px; }
    .info-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

    
    .section-news { background: #F1F5F9; padding: 80px 0; }
    .news-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
    
    .news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
    .article-card { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid var(--border-color); display: flex; flex-direction: column; transition: all 0.3s ease; }
    .article-card:hover { transform: translateY(-5px); box-shadow: var(--card-shadow); }
    .article-image { height: 200px; background-size: cover; background-position: center; position: relative; }
    .article-badge { position: absolute; top: 15px; left: 15px; background: var(--bg-dark); color: #fff; font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 4px; }
    .article-body { padding: 25px; display: flex; flex-direction: column; flex-grow: 1; }
    .article-meta { font-size: 12px; color: var(--text-muted); margin-bottom: 10px; display: flex; align-items: center; gap: 15px; }
    .article-title { font-size: 18px; font-weight: 700; color: var(--bg-dark); margin-bottom: 12px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .article-summary { font-size: 14px; color: var(--text-muted); margin-bottom: 20px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
    .article-footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border-color); padding-top: 15px; }
    .article-tags { display: flex; gap: 5px; flex-wrap: wrap; }
    .article-tag { background: #F1F5F9; font-size: 11px; padding: 2px 8px; border-radius: 3px; color: var(--text-main); }
    .read-more { color: var(--primary-color); font-weight: 600; font-size: 13px; display: flex; align-items: center; gap: 5px; }
    .read-more:hover { color: var(--primary-hover); }

    
    .cta-section { background: var(--bg-dark); color: #fff; padding: 80px 20px; text-align: center; position: relative; overflow: hidden; }
    .cta-container { max-width: 800px; margin: 0 auto; position: relative; z-index: 10; }
    .cta-title { font-size: 36px; font-weight: 800; margin-bottom: 20px; }
    .cta-desc { font-size: 16px; color: #94A3B8; margin-bottom: 35px; line-height: 1.6; }
    .cta-btns { display: flex; justify-content: center; gap: 20px; }

    
    .site-footer { background: var(--bg-deep); color: #94A3B8; padding: 80px 20px 30px; font-size: 14px; border-top: 1px solid rgba(255,255,255,0.05); }
    .footer-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 40px; margin-bottom: 60px; }
    .footer-about { padding-right: 40px; }
    .footer-about .logo { margin-bottom: 20px; }
    .footer-about p { line-height: 1.6; margin-bottom: 20px; }
    .footer-title { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 25px; }
    .footer-links { list-style: none; }
    .footer-links li { margin-bottom: 12px; }
    .footer-links a:hover { color: var(--primary-color); }
    
    .footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
    .footer-disclaimer { max-width: 1200px; margin: 20px auto 0; padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.05); font-size: 11px; line-height: 1.8; color: #475569; }

    
    @media (max-width: 1024px) {
      .fc-1, .fc-2, .fc-3, .fc-4 { position: static; width: 100%; transform: none !important; }
      .hero-visual-wrapper { display: flex; flex-direction: column; gap: 20px; }
      .float-card { background: rgba(15, 23, 42, 0.6); border-color: rgba(255,255,255,0.1); }
      .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
      .grid-3, .news-grid { grid-template-columns: repeat(2, 1fr); }
      .footer-container { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 768px) {
      .desktop-nav { display: none; }
      .menu-toggle { display: block; }
      .hero-title { font-size: 32px; }
      .hero-desc { font-size: 15px; }
      .stats-grid { grid-template-columns: 1fr; }
      .grid-3, .news-grid { grid-template-columns: 1fr; }
      .footer-container { grid-template-columns: 1fr; }
      .hero-buttons { flex-direction: column; gap: 15px; }
      .hero-buttons .btn { width: 100%; }
      .cta-btns { flex-direction: column; gap: 15px; }
      .cta-btns .btn { width: 100%; }
    }