:root {
    --color-primary: #C8A96B;
    --color-primary-1: #C8A96B;
    --color-primary-2: #E8D6AF;
    --color-primary-5: #F6EFE1;
    --color-gray-5: #ECE2D0;
    --color-body-bg: #F4EFE5;
}

html,
body {
    background-color: var(--color-body-bg) !important;
}

header > .bg-primary-2.py-0\.75 {
    background-color: #000000 !important;
}

header > .bg-primary-2.py-0\.75 .text-default-800,
header > .bg-primary-2.py-0\.75 a {
    color: #FFFFFF !important;
}

header > .bg-primary-2.py-0\.75 a:hover {
    opacity: 0.85;
}

.header-logo {
    display: block;
    width: 185px;
    max-width: 44vw;
    height: auto;
    max-height: 43px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .header-logo {
        width: 147px;
        max-height: 37px;
    }
}

@media (min-width: 1024px) {
    #navbar .hs-dropdown {
        position: relative;
    }

    #navbar .hs-dropdown > .hs-dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        display: block !important;
        visibility: hidden;
        opacity: 0;
        transform: translateY(6px);
        pointer-events: none;
        z-index: 999;
        transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
    }

    #navbar .hs-dropdown:hover > .hs-dropdown-menu,
    #navbar .hs-dropdown:focus-within > .hs-dropdown-menu,
    #navbar .hs-dropdown.open > .hs-dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
}

.aur-brand-lockup {
    gap: 4px;
}

.brand-slogan {
    display: block;
    color: #1b1b1b;
    font-family: "Prompt", "Public Sans", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-transform: uppercase;
    max-height: 16px;
    opacity: 1;
    transition: max-height 220ms ease, opacity 220ms ease, margin-top 220ms ease;
}

.nav-sticky.nav-sticky-on .brand-slogan {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}

@media (min-width: 1024px) {
    #navbar > a,
    #navbar .hs-dropdown > .hs-dropdown-toggle {
        color: #0f0f0f !important;
        font-family: "Prompt", "Public Sans", sans-serif;
        font-weight: 500;
        transition: color 180ms ease;
    }

    #navbar > a:hover,
    #navbar .hs-dropdown > .hs-dropdown-toggle:hover,
    #navbar .hs-dropdown:focus-within > .hs-dropdown-toggle {
        color: #c8a96b !important;
        text-decoration: none;
    }

    #navbar > a.active {
        color: #0f0f0f !important;
        text-decoration: underline;
        text-decoration-color: #c8a96b;
        text-decoration-thickness: 2px;
        text-underline-offset: 7px;
    }

    #navbar .hs-dropdown > .aur-mega-menu {
        left: -210px;
        width: 860px;
        max-width: 88vw;
        border-color: #e5d7bd;
        box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16);
        padding: 18px;
    }
}

.aur-mega-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
    align-items: stretch;
}

.aur-mega-brand {
    background: linear-gradient(165deg, #0f1012 0%, #191b1f 100%);
    border-radius: 14px;
    color: #f7f3ea;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.aur-mega-kicker {
    color: #c8a96b;
    font-family: "Prompt", "Public Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
}

.aur-mega-title {
    color: #f6f2e8;
    font-family: "Prompt", "Public Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 10px;
}

.aur-mega-subtitle {
    color: #e6dfd1;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.aur-mega-cta {
    background: #c8a96b;
    border-radius: 999px;
    color: #1a1309;
    display: inline-flex;
    font-family: "Prompt", "Public Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 8px 14px;
    text-decoration: none;
    transition: transform 180ms ease, filter 180ms ease;
}

.aur-mega-cta:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.aur-mega-tagline {
    color: #d9cfbd;
    font-size: 12px;
    line-height: 1.4;
}

.aur-mega-services {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.aur-mega-service-item {
    background: #ffffff;
    border: 1px solid #ecdfca;
    border-radius: 12px;
    display: block;
    min-height: 90px;
    padding: 12px;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.aur-mega-service-item:hover {
    border-color: #c8a96b;
    box-shadow: 0 8px 18px rgba(20, 20, 20, 0.08);
    transform: translateY(-1px);
}

.aur-mega-service-item-wide {
    grid-column: span 2;
}

.aur-mega-service-name {
    color: #121212;
    display: block;
    font-family: "Prompt", "Public Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 4px;
    transition: color 180ms ease;
}

.aur-mega-service-item:hover .aur-mega-service-name {
    color: #c8a96b;
}

.aur-mega-service-desc {
    color: #5f5c57;
    display: block;
    font-size: 12px;
    line-height: 1.45;
}

#mobile-menu .hs-accordion-toggle,
#mobile-menu .hs-accordion-content a {
    font-family: "Prompt", "Public Sans", sans-serif;
}

#mobile-menu .hs-accordion-toggle:hover,
#mobile-menu .hs-accordion-content a:hover {
    color: #c8a96b !important;
}

a.bg-primary-1,
button.bg-primary-1,
.bg-primary-1 {
    color: #1a1309 !important;
}

@media (max-width: 1023px) {
    .brand-slogan {
        display: none;
    }

    #navbar .aur-mega-menu {
        display: none !important;
    }
}

/* Industry tabs — Empowering High-Impact Projects */
.industry-tabs-card {
    background-color: #1e1b18;
}

.industry-tabs-header {
    background-color: #1e1b18;
}

.industry-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
}

.industry-tab-btn {
    background-color: transparent;
    border: 1px solid rgba(232, 222, 196, 0.18);
    border-radius: 9999px;
    color: #e8dec4;
    cursor: pointer;
    font-family: "Prompt", "Public Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.625rem 1rem;
    transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.industry-tab-btn:hover:not(.is-active) {
    background-color: rgba(232, 222, 196, 0.08);
    border-color: rgba(232, 222, 196, 0.35);
}

.industry-tab-btn.is-active {
    background-color: #e8dec4;
    border-color: #e8dec4;
    color: #1e1b18;
}

.industry-tabs-content {
    background-color: #fdf9f0;
}

.industry-tabs-image {
    border-radius: 1rem;
    overflow: hidden;
}

.industry-tabs-panel {
    transition: opacity 220ms ease;
}

.industry-tabs-panel.is-switching {
    opacity: 0;
}

.industry-tabs-footer {
    background-color: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(232, 222, 196, 0.55);
}

/* Homepage CTA — black transparent gradient left to right */
.cta-dark-wrap__gradient {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.5) 42%,
        rgba(0, 0, 0, 0.15) 68%,
        rgba(0, 0, 0, 0) 85%
    );
    pointer-events: none;
}
