.elementor-kit-7{--e-global-color-primary:#D4AF37;--e-global-color-secondary:#F5D76E;--e-global-color-text:#E8E8E8;--e-global-color-accent:#C99A28;--e-global-color-4b424ca:#080808;--e-global-color-2055bd2:#111111;--e-global-color-432ddb4:#171717;--e-global-color-07d1a51:#D4AF37;--e-global-color-3026c8e:#F5D76E;--e-global-color-a327550:#AFAFAF;--e-global-typography-primary-font-family:"Prompt";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Prompt";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Prompt";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Prompt";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:600;background-color:#080808;font-size:16px;font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-size:16px;font-weight:500;line-height:1.7em;}.elementor-kit-7 h1{font-size:40px;font-weight:700;}.elementor-kit-7 h2{font-size:30px;font-weight:700;}.elementor-kit-7 h3{font-size:24px;font-weight:600;line-height:1.45em;}.elementor-kit-7 h4{font-size:20px;font-weight:600;line-height:1.5em;}.elementor-kit-7 h5{font-size:18px;font-weight:600;line-height:1.5em;}.elementor-kit-7 h6{font-size:16px;font-weight:600;line-height:1.5em;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7 h1{font-size:34px;}.elementor-kit-7 h2{font-size:27px;}.elementor-kit-7 h3{font-size:22px;}.elementor-kit-7 h4{font-size:19px;}.elementor-kit-7 h5{font-size:17px;}.elementor-kit-7 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:28px;}.elementor-kit-7 h2{font-size:24px;}.elementor-kit-7 h3{font-size:20px;}.elementor-kit-7 h4{font-size:18px;}.elementor-kit-7 h5{font-size:17px;}.elementor-kit-7 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Paragraph spacing */
.elementor-widget-text-editor p {
    margin-bottom: 1.25em;
}

/* Lists */
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
    margin-bottom: 1.25em;
}

.elementor-widget-text-editor li {
    margin-bottom: 0.5em;
}

/* Links inside content */
.elementor-widget-text-editor a {
    color: #D4AF37;
    text-decoration: none;
    transition: color 0.25s ease;
}

.elementor-widget-text-editor a:hover {
    color: #F5D76E;
    text-decoration: underline;
}

body {
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(212, 175, 55, 0.07) 0%,
            rgba(212, 175, 55, 0.02) 25%,
            transparent 50%
        ),
        #080808;

    color: #E8E8E8;
}

.premium-card {
    background: linear-gradient(
        145deg,
        #171717,
        #101010
    );

    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 14px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.30);

    transition: all 0.3s ease;
}

.premium-card:hover {
    border-color: rgba(212, 175, 55, 0.45);

    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.40),
        0 0 20px rgba(212, 175, 55, 0.08);
}

/* =========================================
   FIX REGISTER BUTTON HOVER BLUE
========================================= */

.main-header .register-btn .elementor-button,
.main-header .register-btn .elementor-button:visited {
    color: #0B0B0B !important;

    background: linear-gradient(
        120deg,
        #8C6515 0%,
        #C99A28 20%,
        #F5D76E 45%,
        #D4AF37 65%,
        #A97918 100%
    ) !important;

    background-size: 250% 250% !important;

    border-color: #F5D76E !important;
}


/* HOVER */
.main-header .register-btn .elementor-button:hover,
.main-header .register-btn .elementor-button:focus {
    color: #000000 !important;

    background: linear-gradient(
        120deg,
        #F5D76E 0%,
        #D4AF37 35%,
        #FFF0A6 50%,
        #D4AF37 70%,
        #B88922 100%
    ) !important;

    background-size: 250% 250% !important;

    border-color: #FFF0A6 !important;

    transform: translateY(-2px) scale(1.04);

    box-shadow:
        0 0 10px rgba(245, 215, 110, 0.70),
        0 0 25px rgba(212, 175, 55, 0.45),
        0 7px 22px rgba(0, 0, 0, 0.35) !important;
}


/* CLICK / ACTIVE */
.main-header .register-btn .elementor-button:active {
    color: #000000 !important;

    background: linear-gradient(
        120deg,
        #C99A28,
        #F5D76E,
        #D4AF37
    ) !important;
}/* End custom CSS */