/* Page-specific styles for trading.html � extracted from inline <style> for CSP compliance */
.v-hero { text-align: center; padding: 60px 24px 40px; max-width: 780px; margin: 0 auto; }
    .v-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 400; line-height: 1.2; margin-bottom: 16px; }
    .v-hero h1 span { color: #06b6d4; }
    .v-hero p { font-size: 1rem; color: var(--color-text-dim); line-height: 1.7; max-width: 600px; margin: 0 auto 24px; }
    .v-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1rem; max-width: 600px; margin: 0 auto 32px; }
    .v-stat { text-align: center; padding: 16px; background: var(--color-card-bg); border: 1px solid var(--color-border); border-radius: 10px; }
    .v-stat-val { font-family: 'JetBrains Mono', monospace; font-size: 1.4rem; font-weight: 700; color: #06b6d4; }
    .v-stat-label { font-size: 0.7rem; color: var(--color-text-muted); margin-top: 4px; }
    .v-section { max-width: 780px; margin: 0 auto; padding: 0 24px 48px; }
    .v-section h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 400; margin-bottom: 16px; }
    .v-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
    .v-card { padding: 20px; background: var(--color-card-bg); border: 1px solid var(--color-border); border-radius: 12px; transition: border-color 0.2s; }
    .v-card:hover { border-color: rgba(6, 182, 212, 0.3); }
    .v-card h3 { font-size: 0.9rem; font-weight: 600; margin-bottom: 8px; color: var(--color-text); }
    .v-card p { font-size: 0.82rem; color: var(--color-text-dim); line-height: 1.6; }
    .v-card-icon { font-size: 1.5rem; margin-bottom: 10px; }
    .v-quote { max-width: 600px; margin: 0 auto 40px; padding: 20px 24px; border-left: 3px solid #06b6d4; background: rgba(6, 182, 212, 0.04); border-radius: 0 10px 10px 0; font-style: italic; color: var(--color-text-dim); font-size: 0.92rem; line-height: 1.7; }
    .v-cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
    .v-cta-row a { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 8px; font-weight: 600; text-decoration: none; font-size: 0.85rem; transition: all 0.2s; }
    .v-cta-primary { background: linear-gradient(135deg, #06b6d4, #0891b2); color: #000; }
    .v-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(6, 182, 212, 0.3); }
    .v-cta-secondary { background: var(--color-card-bg); border: 1px solid var(--color-border); color: var(--color-text-dim); }
    .v-cta-secondary:hover { border-color: #06b6d4; color: #06b6d4; }
    .v-compliance { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
    .v-compliance span { padding: 4px 12px; background: rgba(6, 182, 212, 0.08); border: 1px solid rgba(6, 182, 212, 0.2); border-radius: 16px; font-size: 0.72rem; color: #06b6d4; }
    .v-risk-table { width: 100%; border-collapse: collapse; margin-top: 16px; font-size: 0.82rem; }
    .v-risk-table th { text-align: left; padding: 10px 12px; background: rgba(0,0,0,0.3); color: var(--color-text-muted); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; border-bottom: 1px solid var(--color-border); }
    .v-risk-table td { padding: 10px 12px; border-bottom: 1px solid var(--color-border); color: var(--color-text-dim); }
    .v-risk-table tr:hover td { background: rgba(6, 182, 212, 0.03); }

/* Responsive */
@media (max-width: 768px) {
  .trading-stats-grid, .trading-features-grid { grid-template-columns: 1fr; }
  .trading-section { padding: 40px 16px; }
}
@media (max-width: 480px) {
  .trading-hero h2 { font-size: 1.4rem; }
}
