:root {
    --shell-navy: #142b50;
    --shell-blue: #2d5af0;
    --shell-gold: #d5a43d;
    --shell-coral: #ff756f;
    --shell-muted: #667085;
    --shell-line: #e7eaf0;
    --shell-soft: #f6f8fc;
}

body.durantax-white { background: #fff !important; }
body.durantax-white .hero,
body.durantax-white .sub-hero,
body.durantax-white .calc-hero {
    color: var(--shell-navy) !important;
    background: #fff !important;
    border-bottom: 1px solid var(--shell-line);
}
body.durantax-white .hero h1,
body.durantax-white .sub-hero h1,
body.durantax-white .calc-hero h1 { color: var(--shell-navy) !important; }
body.durantax-white .hero p,
body.durantax-white .sub-hero p,
body.durantax-white .calc-hero p,
body.durantax-white .hero small { color: var(--shell-muted) !important; }
body.durantax-white .hero .btn.ghost { color: var(--shell-navy); border-color: #cfd5df; }
body.durantax-white .hero-card {
    color: var(--shell-navy);
    background: var(--shell-soft);
    border-color: var(--shell-line);
    box-shadow: 0 18px 46px rgba(20, 43, 80, .09);
}
body.durantax-white .hero-card h2 { color: var(--shell-navy); }
body.durantax-white .hero-card li { color: var(--shell-muted); border-top-color: #dfe4ec; }
body.durantax-white .offer,
body.durantax-white .duran-reference-strip {
    color: var(--shell-navy);
    background: var(--shell-soft) !important;
    border-top: 1px solid var(--shell-line);
    border-bottom: 1px solid var(--shell-line);
}
body.durantax-white .offer h2,
body.durantax-white .duran-reference-strip h2 { color: var(--shell-navy); }
body.durantax-white .offer p,
body.durantax-white .offer small,
body.durantax-white .duran-reference-strip p,
body.durantax-white .duran-reference-strip small { color: var(--shell-muted); }
body.durantax-white .section.alt,
body.durantax-white .bg-gray { background: var(--shell-soft) !important; }

.site-header { position: sticky !important; top: 0; z-index: 1000; background: rgba(255,255,255,.98) !important; border-bottom: 1px solid var(--shell-line) !important; box-shadow: 0 8px 24px rgba(20,43,80,.05) !important; }
.site-header .header-wrap { width: min(1240px, 94%) !important; gap: 18px !important; }
.site-header .nav-menu { display: flex; align-items: center; gap: .22rem !important; white-space: nowrap; }
.site-header .nav-menu > a,
.site-header .nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    min-height: 38px;
    padding: .52rem .68rem;
    border: 0;
    border-radius: 999px;
    color: #344054 !important;
    background: transparent;
    font: inherit;
    font-size: .83rem !important;
    font-weight: 800 !important;
    cursor: pointer;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}
.site-header .nav-menu > a:hover,
.site-header .nav-menu > a.active,
.site-header .nav-dropdown:hover .nav-dropdown-toggle,
.site-header .nav-dropdown:focus-within .nav-dropdown-toggle,
.site-header .nav-dropdown.open .nav-dropdown-toggle,
.site-header .nav-dropdown.is-active .nav-dropdown-toggle {
    color: var(--shell-navy) !important;
    background: #eef2f8;
}
.site-header .nav-menu > a.nav-featured { color: #b54842 !important; background: #fff1ef; }
.site-header .nav-menu > a.nav-featured:hover,
.site-header .nav-menu > a.nav-featured.active { color: #9e342f !important; background: #ffe4e1; }
.site-header .nav-menu > a.nav-cta { color: #fff !important; background: var(--shell-navy); padding-inline: .9rem; }
.site-header .nav-menu > a.nav-cta:hover { color: #fff !important; background: #203f6c; transform: translateY(-1px); }
.site-header .nav-menu > a.nav-blog i { color: #03c75a; }
.site-header .nav-dropdown { position: relative; }
.site-header .nav-dropdown-toggle i { font-size: .68rem; transition: transform .18s ease; }
.site-header .nav-dropdown:hover .nav-dropdown-toggle i,
.site-header .nav-dropdown:focus-within .nav-dropdown-toggle i,
.site-header .nav-dropdown.open .nav-dropdown-toggle i { transform: rotate(180deg); }
.site-header .nav-dropdown-menu {
    position: absolute;
    top: calc(100% + .55rem);
    left: 50%;
    z-index: 50;
    display: grid;
    width: 210px;
    padding: .55rem;
    border: 1px solid var(--shell-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(20,43,80,.14);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -6px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.site-header .nav-dropdown:hover .nav-dropdown-menu,
.site-header .nav-dropdown:focus-within .nav-dropdown-menu,
.site-header .nav-dropdown.open .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.site-header .nav-dropdown-menu a { padding: .68rem .72rem; border-radius: 9px; color: #344054; font-size: .82rem; font-weight: 750; }
.site-header .nav-dropdown-menu a:hover,
.site-header .nav-dropdown-menu a.active { color: var(--shell-navy); background: var(--shell-soft); }

.site-header .mobile-nav { max-height: calc(100vh - 74px); overflow-y: auto; padding: .65rem 5% 1rem !important; background: #fff !important; border-top: 1px solid var(--shell-line) !important; }
.site-header .mobile-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 46px; padding: .68rem .75rem !important; border-bottom: 1px solid #eef0f4 !important; border-radius: 9px; color: #344054; font-weight: 800; }
.site-header .mobile-nav a.active { color: var(--shell-navy); background: #eef2f8; }
.site-header .mobile-nav a.nav-featured { color: #a93c36; background: #fff1ef; }
.site-header .mobile-nav a.mobile-consult { justify-content: center; margin-top: .7rem; color: #fff; background: var(--shell-navy); }
.site-header .mobile-nav .mobile-nav-label { padding: .85rem .75rem .25rem; color: #98a2b3; font-size: .7rem; font-weight: 900; letter-spacing: .08em; }

.dt-floating-quick {
    position: fixed;
    top: 50%;
    right: max(14px, env(safe-area-inset-right));
    z-index: 990;
    display: grid;
    width: 82px;
    overflow: hidden;
    border: 1px solid #e2e6ed;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(20,43,80,.17);
    transform: translateY(-50%);
}
.dt-quick-title {
    padding: .58rem .35rem;
    color: #fff;
    background: var(--shell-navy);
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-align: center;
}
.dt-quick-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .38rem;
    min-height: 67px;
    padding: .55rem .35rem;
    border: 0;
    border-top: 1px solid #edf0f4;
    color: #344054;
    background: #fff;
    font: inherit;
    font-size: .7rem;
    font-weight: 850;
    line-height: 1.15;
    text-align: center;
    cursor: pointer;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}
.dt-quick-action i { color: var(--shell-navy); font-size: 1rem; }
.dt-quick-action:hover { color: var(--shell-navy); background: var(--shell-soft); }
.dt-quick-action:focus-visible { position: relative; z-index: 2; outline: 3px solid rgba(45,90,240,.28); outline-offset: -3px; }
.dt-quick-consult { border-top: 0; color: #191919; background: #fee500; }
.dt-quick-consult i { color: #191919; }
.dt-quick-consult:hover { color: #191919; background: #f4da00; }
.dt-quick-blog i { color: #03a94f; }
.dt-quick-top { color: #667085; }
.dt-quick-top i { color: #667085; }

@media (max-width: 1100px) {
    .site-header .nav-menu { display: none !important; }
    .site-header .menu-toggle {
        display: inline-flex !important;
        position: relative;
        z-index: 1001;
        flex: 0 0 42px;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        padding: 0 !important;
        border: 1px solid #dfe3ea !important;
        border-radius: 10px;
        color: var(--shell-navy) !important;
        background: #fff !important;
        line-height: 1;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .site-header .menu-toggle i { display: inline-block !important; color: var(--shell-navy) !important; font-size: 1.15rem !important; }
    .site-header .mobile-nav { display: none !important; }
    .site-header .mobile-nav.open,
    .site-header.active .mobile-nav { display: block !important; }
}

@media (min-width: 1101px) {
    .site-header .mobile-nav { display: none !important; }
}

@media (max-width: 640px) {
    body.durantax-white .hero { min-height: auto !important; height: auto !important; padding-top: 5.4rem !important; padding-bottom: 4.6rem !important; }
    .dt-floating-quick {
        top: auto;
        right: max(14px, env(safe-area-inset-right));
        bottom: max(14px, env(safe-area-inset-bottom));
        display: flex;
        width: auto;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        transform: none;
    }
    .dt-quick-title, .dt-quick-phone, .dt-quick-blog { display: none; }
    .dt-quick-action { min-height: 50px; border: 0; box-shadow: 0 10px 28px rgba(20,43,80,.2); }
    .dt-quick-consult { flex-direction: row; width: auto; padding: .75rem 1rem; border-radius: 999px; font-size: .78rem; }
    .dt-quick-top { width: 50px; padding: 0; border-radius: 50%; background: var(--shell-navy); }
    .dt-quick-top i { color: #fff; }
    .dt-quick-top span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
}
