/*
Theme Name: FintechDRO Institutional
Theme URI: https://fintechdro.com
Description: An institutional-grade WordPress theme for digital asset continuity and legacy protection. Compatible with Elementor.
Version: 1.0.0
Author: FintechDRO
Author URI: https://fintechdro.com
License: Proprietary
Text Domain: fintechdro
Tags: institutional, digital-assets, consulting, elementor-ready, high-end, finance
*/

/* Base Styles */
body {
    background-color: #165d05; /* fintech-green-deep fallback */
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #06251b;
}
::-webkit-scrollbar-thumb {
    background: #10B981;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #f6ce2f;
}

/* Custom Selection */
::selection {
    background: #f6ce2f;
    color: #165d05;
}

/* Navigation Overrides */
.fixed-nav-active {
    background-color: rgba(22, 93, 5, 0.95) !important;
    backdrop-filter: blur(12px);
}

/* Ensure Elementor sections don't overflow on mobile */
.elementor-section {
    overflow: hidden;
}
