
html.dark_home body {
    background: #121110;
    color: rgba(255, 255, 255, 0.88);
}

html.dark_home .site-float-dock__notice {
    background: rgba(28, 26, 24, 0.96);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

html.dark_home .site-float-dock__notice-text {
    color: rgba(255, 255, 255, 0.75);
}

html.dark_home .site-float-dock__notice-icon {
    background: rgba(255, 255, 255, 0.22);
}

.main-header.header-style-one .header-lower {
    padding: 16px 0 10px;
    background:
        radial-gradient(95% 180% at 0% 0%, rgba(212, 184, 122, 0.09) 0%, rgba(212, 184, 122, 0) 45%),
        linear-gradient(180deg, #fefdf9 0%, #f9f6ef 100%);
    border-bottom: 1px solid rgba(141, 112, 54, 0.15);
}

.header-style-one .header-lower .outer-box {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(150, 117, 54, 0.2);
    border-radius: 22px;
    padding: 0 20px;
    box-shadow:
        0 12px 26px rgba(28, 23, 13, 0.08),
        0 2px 8px rgba(28, 23, 13, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
}

.header-style-one .header-lower .logo-box img,
.header-style-one .sticky-header .logo-box img {
    max-height: 52px;
    width: auto;
}

.header-style-one .header-lower .logo-box--dual .logo-box__dual {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

@media only screen and (max-width: 1199px) {
    .header-style-one .header-lower .logo-box--dual {
        flex: 1 1 auto;
        min-width: 0;
        max-width: calc(100% - 52px);
        padding: 12px 0;
    }

    .header-style-one .header-lower .logo-box--dual .logo-box__dual {
        gap: 10px;
    }

    .header-style-one .header-lower .logo-box--dual img {
        max-height: 44px;
        width: auto !important;
    }

    .header-style-one .header-lower .menu-area {
        flex-shrink: 0;
        flex-wrap: nowrap;
    }

    .header-style-one .header-lower .main-menu {
        display: none !important;
    }
}

@media only screen and (max-width: 499px) {
    .header-style-one .header-lower .logo-box--dual .logo-box__dual {
        gap: 8px;
    }

    .header-style-one .header-lower .logo-box--dual img {
        max-height: 36px;
    }
}

.header-style-one .menu-area--premium {
    gap: 12px;
}

.header-style-one .main-menu .navigation > li {
    margin: 0 4px;
}

.header-style-one .main-menu .navigation > li > a {
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 600;
    color: #282219;
    letter-spacing: 0.01em;
}

.header-style-one .main-menu .navigation > li > a:after {
    display: none;
}

.header-style-one .main-menu .navigation > li.current > a,
.header-style-one .main-menu .navigation > li:hover > a {
    color: #231c12;
    background: linear-gradient(180deg, rgba(212, 184, 122, 0.32) 0%, rgba(212, 184, 122, 0.14) 100%);
    box-shadow: inset 0 0 0 1px rgba(140, 109, 52, 0.26);
}

.header-style-one .main-menu .navigation > li.nav-cta > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fff;
    background: linear-gradient(135deg, #9a7431 0%, #caa45d 52%, #8c6325 100%);
    border: 1px solid rgba(118, 84, 31, 0.55);
    box-shadow: 0 8px 16px rgba(129, 94, 39, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.header-style-one .main-menu .navigation > li.nav-cta > a:hover,
.header-style-one .main-menu .navigation > li.nav-cta.current > a {
    color: #fff;
    filter: brightness(1.04);
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(129, 94, 39, 0.32);
    background: linear-gradient(135deg, #9a7431 0%, #caa45d 52%, #8c6325 100%);
}

.header-style-one .sticky-header {
    background: rgba(254, 252, 247, 0.96);
    border-bottom: 1px solid rgba(140, 109, 52, 0.2);
    box-shadow: 0 6px 18px rgba(24, 18, 9, 0.12);
}

html.dark_home .main-header.header-style-one .header-lower {
    background:
        radial-gradient(95% 180% at 0% 0%, rgba(212, 184, 122, 0.14) 0%, rgba(212, 184, 122, 0) 45%),
        linear-gradient(180deg, #171513 0%, #11100f 100%);
    border-bottom: 1px solid rgba(212, 184, 122, 0.14);
}

html.dark_home .header-style-one .header-lower .outer-box {
    background: rgba(28, 26, 24, 0.84);
    border-color: rgba(212, 184, 122, 0.26);
    box-shadow:
        0 16px 30px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html.dark_home .header-style-one .main-menu .navigation > li > a {
    color: rgba(242, 236, 225, 0.9) !important;
}

html.dark_home .header-style-one .main-menu .navigation > li.current > a,
html.dark_home .header-style-one .main-menu .navigation > li:hover > a {
    color: #fff !important;
    background: linear-gradient(180deg, rgba(212, 184, 122, 0.28) 0%, rgba(212, 184, 122, 0.16) 100%);
    box-shadow: inset 0 0 0 1px rgba(212, 184, 122, 0.34);
}

html.dark_home .header-style-one .main-menu .navigation > li.nav-cta > a {
    background: linear-gradient(135deg, #af8540 0%, #d7b36e 52%, #8f6327 100%);
    border-color: rgba(229, 197, 136, 0.4);
    box-shadow: 0 12px 24px rgba(15, 12, 8, 0.4);
}

html.dark_home .header-style-one .main-menu .navigation > li.nav-cta > a:hover,
html.dark_home .header-style-one .main-menu .navigation > li.nav-cta.current > a {
    background: linear-gradient(135deg, #bf944a 0%, #e0be78 52%, #996b2b 100%);
}

@media only screen and (max-width: 1400px) {
    .header-style-one .main-menu .navigation > li > a {
        padding: 9px 12px;
        font-size: 16px;
    }

    .header-style-one .main-menu .navigation > li.nav-cta > a {
        padding: 9px 14px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 1200px) {
    .header-style-one .main-menu .navigation > li.nav-cta > a {
        padding: 9px 12px;
        font-size: 12px;
    }

    .header-style-one .header-lower .outer-box {
        border-radius: 16px;
        padding: 0 14px;
    }
}

html.dark_home .sticky-header {
    background: rgba(20, 19, 18, 0.97) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

html.dark_home .main-header .search-btn .search-toggler {
    color: #d4b87a;
}

html.dark_home .mobile-menu .menu-box {
    background: #1a1918;
}

.mobile-menu .nav-logo {
    padding: 48px 25px 28px !important;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-menu .nav-logo img {
    max-width: 160px;
    width: auto;
    height: auto;
    display: block;
}

.mobile-menu .nav-logo--dual .nav-logo__dual {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-menu .nav-logo--dual img {
    max-width: 130px;
    max-height: 40px;
    width: auto;
}

html.dark_home .mobile-menu .contact-info h4,
html.dark_home .mobile-menu .contact-info li,
html.dark_home .mobile-menu .contact-info a {
    color: rgba(255, 255, 255, 0.88);
}

html.dark_home .mobile-menu .close-btn {
    color: rgba(255, 255, 255, 0.85);
}

html.dark_home .home-hero {
    background:
        radial-gradient(120% 80% at 0% 20%, rgba(180, 157, 103, 0.12) 0%, transparent 55%),
        radial-gradient(90% 70% at 100% 0%, rgba(255, 255, 255, 0.04) 0%, transparent 50%),
        linear-gradient(180deg, #1a1816 0%, #121110 100%);
    border-bottom-color: rgba(180, 157, 103, 0.15);
}

html.dark_home .home-hero__title {
    color: #f2f0ec !important;
}

html.dark_home .home-hero__lead {
    color: rgba(255, 255, 255, 0.72);
}

html.dark_home .home-hero__lead strong {
    color: #e8dcc8;
}

html.dark_home .home-hero__trust {
    color: rgba(255, 255, 255, 0.62);
}

html.dark_home .home-hero__btn--ghost {
    background: rgba(255, 255, 255, 0.06);
    color: #f2f0ec;
    border-color: rgba(180, 157, 103, 0.4);
}

html.dark_home .home-hero__btn--ghost:hover {
    color: #fff;
    border-color: rgba(212, 184, 122, 0.55);
}

html.dark_home .home-section-head__eyebrow {
    color: #d4b87a;
}

html.dark_home .home-section-head--hero .home-section-head__eyebrow {
    color: #c4a86a;
}

html.dark_home .home-section-head__title {
    color: #eceae6 !important;
}

html.dark_home .home-section-head__lead {
    color: rgba(255, 255, 255, 0.68);
}

html.dark_home .home-section-head__lead a {
    color: #d4b87a;
}

html.dark_home .home-section-head__lead a:hover {
    color: #e8ca8c;
}

html.dark_home .home-split-card__intro.home-section-head--left .home-section-head__lead {
    color: rgba(255, 255, 255, 0.7);
}

html.dark_home .home-page .home-page__section--rates::after {
    background: linear-gradient(180deg, transparent 0%, rgba(24, 22, 20, 0.75) 55%, rgba(18, 17, 16, 0.95) 100%);
}

html.dark_home .home-page .home-page__section--showcase {
    background: linear-gradient(180deg, #161514 0%, #1a1816 22%, #141312 55%, #121110 100%);
    border-top-color: rgba(180, 157, 103, 0.2);
}

html.dark_home .home-page__section--value {
    background:
        radial-gradient(90% 50% at 50% 0%, rgba(180, 157, 103, 0.06) 0%, transparent 45%),
        linear-gradient(180deg, #121110 0%, #161514 50%, #141312 100%);
}

html.dark_home .home-split-card__row:hover {
    border-color: rgba(212, 184, 122, 0.22);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

html.dark_home .home-split-card__body {
    border-color: rgba(180, 157, 103, 0.22);
    background:
        linear-gradient(135deg, rgba(36, 34, 32, 0.95) 0%, rgba(28, 26, 24, 0.98) 50%, rgba(22, 21, 19, 1) 100%);
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.2),
        0 18px 48px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html.dark_home .home-split-card__list {
    background:
        radial-gradient(120% 80% at 0% 0%, rgba(180, 157, 103, 0.08) 0%, transparent 52%),
        linear-gradient(180deg, #1f1d1b 0%, #181716 55%, #141312 100%);
}

html.dark_home .home-split-card__intro.home-section-head--left {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

html.dark_home .home-split-card__row {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
}

html.dark_home .home-split-card__title {
    color: #f2f0ec;
}

html.dark_home .home-split-card__desc {
    color: rgba(255, 255, 255, 0.68);
}

html.dark_home .home-split-card__chip {
    color: rgba(255, 255, 255, 0.85);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border-color: rgba(180, 157, 103, 0.35);
}

html.dark_home .home-split-card__chips {
    border-top-color: rgba(180, 157, 103, 0.28);
}

html.dark_home .page-title {
    background: linear-gradient(180deg, #1a1816 0%, #141312 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

html.dark_home .page-title h1 {
    color: #eceae6;
}

html.dark_home .page-title .content-box {
    color: rgba(255, 255, 255, 0.88);
}

html.dark_home .account-style-three {
    background: linear-gradient(180deg, #121110 0%, #0d0c0b 50%, #121110 100%);
}

html.dark_home .account-style-three .inner-content,
html.dark_home .account-style-three .inner-column,
html.dark_home .account-style-three .content-column {
    background: transparent;
}

html.dark_home .account-style-three .account-block-one .inner-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

html.dark_home .account-style-three .account-block-one .inner-box:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
    border-color: rgba(212, 184, 122, 0.22);
}

html.dark_home .account-style-three .account-block-one .inner-box h3 a {
    color: rgba(255, 255, 255, 0.94) !important;
}

html.dark_home .account-style-three .account-block-one .inner-box h3 a:hover {
    color: var(--theme-color) !important;
}

html.dark_home .account-style-three .account-block-one .inner-box p {
    color: rgba(255, 255, 255, 0.78) !important;
}

html.dark_home .account-block-one .inner-box h3 a,
html.dark_home .account-block-one .inner-box p {
    color: rgba(255, 255, 255, 0.88);
}

html.dark_home .content_block_eight .content-box .sec-title h2 {
    color: #eceae6 !important;
}

html.dark_home .content_block_eight .content-box .sec-title h2 span {
    color: var(--theme-color) !important;
}

html.dark_home .content_block_eight .content-box h2,
html.dark_home .content_block_eight .content-box .text-box p {
    color: rgba(255, 255, 255, 0.88) !important;
}

html.dark_home .sec-title h2 {
    color: #eceae6;
}

@media (max-width: 991px) {
    .header-style-one .menu-area {
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
}
