.elementor-kit-7{--e-global-color-primary:#FFCC00;--e-global-color-secondary:#E31B23;--e-global-color-text:#FFFFFF;--e-global-color-accent:#118800DD;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    --bg-color: #0d0101;
    --header-bg: rgba(26, 5, 5, 0.98);
    --accent-color: #ffcc00; /* Gold */
    --accent-red: #e31b23; /* Bright Red */
    --accent-gradient: linear-gradient(180deg, #ffcc00 0%, #ff9900 100%);
    --text-primary: #ffffff;
    --text-secondary: #94a3b8;
    --card-bg: #1a0505;
    --border-color: #3d0a0a;
}

/* 1. FORCE THE BACKGROUND (Fixes the White Background Issue) */
html, body, .elementor, .elementor-section-wrap, .site-content, #page, #content {
    background-color: var(--bg-color) !important;
    color: var(--text-primary);
}

/* 2. GLOBAL TYPOGRAPHY */
body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
}

h1, h2, h3, .elementor-heading-title {
    font-weight: 950 !important;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -1px;
    color: var(--accent-color);
}

/* 3. PRIMARY BUTTON STYLE */
.btn-primary, .elementor-button-link {
    background: var(--accent-gradient) !important;
    color: #000 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(255, 153, 0, 0.3);
    text-align: center;
    border: none !important;
}

.btn-primary:hover, .elementor-button-link:hover {/* End custom CSS */