/*
Theme Name: Fynexamp
Theme URI: https://fynexamp.example
Author: Fynexamp
Author URI: https://fynexamp.example
Description: Premium multi-asset CFD trading platform — Trade smarter. Grow bolder. Navy and gold palette, Tailwind via CDN.
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fynexamp
*/

html, body { background-color: #0a0f1e; color: #cbd5e1; }
body { font-family: 'Inter', sans-serif; -webkit-font-smoothing: antialiased; }

/* Hero glow */
.hero-glow {
  background:
    radial-gradient(800px 400px at 20% 20%, rgba(245, 158, 11, 0.10), transparent 60%),
    radial-gradient(900px 500px at 80% 80%, rgba(59, 130, 246, 0.08), transparent 60%);
}

/* Card lift */
.card-lift { transition: transform .35s ease, border-color .35s ease, background-color .35s ease; }
.card-lift:hover { transform: translateY(-3px); }

/* Play overlay scale on hover */
.play-overlay { transition: transform .35s ease; }
.play-overlay:hover { transform: scale(1.02); }

/* Timeline dot connector */
.timeline-item { position: relative; }
.timeline-item::before {
  content: ''; position: absolute; left: 19px; top: 40px; bottom: -8px; width: 1px;
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.4), transparent);
}
.timeline-item:last-child::before { display: none; }

/* WP image alignment defaults */
.alignleft  { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption-text { font-size: 0.85rem; color: #94a3b8; }

/* Focus ring */
*:focus-visible { outline: 2px solid #f59e0b; outline-offset: 3px; border-radius: 4px; }
