:root {
    --bg: #ffffff;
    --surface: #ffffff;
    --ink: #10145B;
    --muted: #10145B;
    --line: rgba(16, 20, 91, 0.16);
    --brand: #214AFF;
    --accent: #DF9A34;
    --hs-top-strip-offset: 58px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding-top: var(--hs-top-strip-offset);
    font-family: 'ITC Avant Garde Gothic Std', 'Avant Garde', 'Century Gothic', Verdana, sans-serif;
    color: var(--ink);
    background: radial-gradient(circle at 10% -20%, rgba(223, 154, 52, 0.25), transparent 40%), var(--bg);
    line-height: 1.65;
}

h1,
h2,
h3,
.brand,
.btn {
    font-family: 'ITC Avant Garde Gothic Std', 'Avant Garde', 'Century Gothic', Verdana, sans-serif;
}

a {
    color: inherit;
}

.container {
    width: min(960px, 100% - 36px);
    margin: 0 auto;
}

.hs-top-strip-shell,
.header-shell {
    width: min(100%, 1220px);
    margin: 0 auto;
    padding-left: clamp(16px, 4vw, 40px);
    padding-right: clamp(16px, 4vw, 40px);
}

.skip-link {
    position: fixed;
    left: 16px;
    top: 12px;
    transform: translateY(-160%);
    z-index: 220;
    border-radius: 999px;
    background: #10145B;
    color: #ffffff;
    padding: 10px 14px;
    font-family: 'ITC Avant Garde Gothic Std', 'Avant Garde', 'Century Gothic', Verdana, sans-serif;
    font-size: 0.74rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: transform 0.22s ease;
}

.skip-link:focus-visible {
    transform: translateY(0);
    outline: 2px solid rgba(255, 236, 200, 0.9);
    outline-offset: 2px;
}

.hs-top-strip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 140;
    background: linear-gradient(135deg, #DF9A34, #DF9A34 56%, #DF9A34 100%);
    color: #10145B;
}

.hs-top-strip-shell {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
}

.hs-top-strip-info {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 10px;
    font-family: 'ITC Avant Garde Gothic Std', 'Avant Garde', 'Century Gothic', Verdana, sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.hs-top-strip-info a,
.hs-top-strip-info span {
    color: inherit;
    text-decoration: none;
}

.hs-top-strip-info a:hover {
    color: #10145B;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hs-top-strip-info a:focus-visible {
    color: #10145B;
    text-decoration: underline;
    text-underline-offset: 2px;
    outline: 2px solid rgba(16, 34, 65, 0.78);
    outline-offset: 2px;
    border-radius: 4px;
}

.hs-top-strip-divider {
    opacity: 0.56;
}

.hs-top-strip-social {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hs-top-strip-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(16, 34, 65, 0.32);
    background: rgba(255, 255, 255, 0.42);
    color: #10145B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hs-top-strip-social a:hover {
    background: rgba(255, 255, 255, 0.68);
    color: #10145B;
    transform: translateY(-1px);
}

.hs-top-strip-social a:focus-visible {
    background: rgba(255, 255, 255, 0.68);
    color: #10145B;
    outline: 2px solid rgba(16, 34, 65, 0.78);
    outline-offset: 2px;
}

.hs-top-strip-social svg {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hs-top-strip-social svg [fill] {
    stroke: none;
}

.top {
    padding: 22px 0 14px;
}

.header-shell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 14px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 22px rgba(12, 24, 44, 0.08);
    backdrop-filter: blur(4px);
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #10145B;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: #ffffff;
    padding: 8px 12px;
}

.back-link:hover {
    background: #ffffff;
}

.back-link:focus-visible {
    outline: 2px solid rgba(17, 56, 106, 0.78);
    outline-offset: 2px;
}

.back-link span[aria-hidden='true'] {
    font-size: 1rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 700;
    margin-right: auto;
}

.brand img {
    width: 140px;
    height: auto;
}

.brand span {
    color: var(--ink);
    font-size: 1.03rem;
}

.header-nav {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}

.dropdown-nav {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.dropdown-nav .nav-group {
    position: relative;
}

.dropdown-nav .nav-group::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
}

.dropdown-nav .nav-trigger {
    list-style: none;
    cursor: pointer;
    min-height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(16, 36, 66, 0.18);
    background: rgba(255, 255, 255, 0.92);
    color: #10145B;
    padding: 8px 12px;
    font-family: 'ITC Avant Garde Gothic Std', 'Avant Garde', 'Century Gothic', Verdana, sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dropdown-nav .nav-trigger::-webkit-details-marker {
    display: none;
}

.dropdown-nav .nav-trigger::marker {
    content: '';
}

.dropdown-nav .nav-group[open] .nav-trigger,
.dropdown-nav .nav-group:hover .nav-trigger,
.dropdown-nav .nav-group:focus-within .nav-trigger {
    border-color: rgba(140, 178, 236, 0.62);
    background: rgba(73, 119, 186, 0.2);
}

.dropdown-nav .nav-trigger:active {
    transform: scale(0.99);
}

.dropdown-nav .nav-trigger:focus-visible {
    outline: 2px solid rgba(16, 54, 104, 0.78);
    outline-offset: 2px;
}

.dropdown-nav .nav-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 272px;
    border-radius: 14px;
    border: 1px solid rgba(143, 181, 232, 0.56);
    background: linear-gradient(165deg, rgba(34, 38, 78, 0.98), rgba(20, 26, 60, 0.98));
    box-shadow: 0 20px 46px rgba(5, 12, 30, 0.46);
    padding: 8px;
    display: none;
    gap: 2px;
    z-index: 30;
}

.dropdown-nav .nav-group[open] .nav-dropdown,
.dropdown-nav .nav-group:hover .nav-dropdown,
.dropdown-nav .nav-group:focus-within .nav-dropdown {
    display: grid;
}

.dropdown-nav .nav-dropdown a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 44px;
    border-radius: 9px;
    padding: 8px 10px;
    color: rgba(238, 245, 255, 0.95);
    font-family: 'ITC Avant Garde Gothic Std', 'Avant Garde', 'Century Gothic', Verdana, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
    text-decoration: none;
}

.dropdown-nav .nav-dropdown a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.dropdown-nav .nav-dropdown a:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    outline: 2px solid rgba(193, 220, 255, 0.9);
    outline-offset: 2px;
}

.hs-language-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px;
    border-radius: 999px;
    border: 1px solid rgba(23, 49, 91, 0.24);
    background: rgba(255, 255, 255, 0.85);
}

.hs-language-btn {
    min-height: 30px;
    min-width: 44px;
    padding: 6px 8px;
    border-radius: 999px;
    font-family: 'ITC Avant Garde Gothic Std', 'Avant Garde', 'Century Gothic', Verdana, sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #10145B;
}

.hs-language-btn:focus-visible {
    outline: 2px solid rgba(16, 54, 104, 0.78);
    outline-offset: 2px;
}

.hs-language-btn.active {
    color: #10145B;
    background: linear-gradient(135deg, #DF9A34, #DF9A34);
}

.header-nav > a {
    text-decoration: none;
    color: #10145B;
    font-family: 'ITC Avant Garde Gothic Std', 'Avant Garde', 'Century Gothic', Verdana, sans-serif;
    font-size: 0.83rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.header-nav > a:hover {
    color: #10145B;
}

.header-nav > a:focus-visible {
    color: #10145B;
    outline: 2px solid rgba(16, 54, 104, 0.78);
    outline-offset: 2px;
    border-radius: 6px;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 999px;
    border: 1px solid rgba(223, 154, 52, 0.6);
    background: linear-gradient(135deg, #DF9A34, #DF9A34);
    color: #10145B;
    font-family: 'ITC Avant Garde Gothic Std', 'Avant Garde', 'Century Gothic', Verdana, sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 10px 16px;
}

.header-cta:hover {
    filter: brightness(0.97);
}

.header-cta:active {
    transform: translateY(1px);
}

.header-cta:focus-visible {
    outline: 2px solid rgba(16, 54, 104, 0.78);
    outline-offset: 2px;
}

.hero {
    background: linear-gradient(150deg, #10145B 0%, #10145B 100%);
    color: #fff;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 24px 44px rgba(9, 19, 41, 0.25);
    padding: clamp(26px, 5vw, 48px);
}

.hero h1 {
    margin: 0 0 12px;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    line-height: 1.1;
}

.hero p {
    max-width: 68ch;
    color: rgba(236, 243, 255, 0.94);
}

.main {
    margin: 20px 0 60px;
    display: grid;
    gap: 14px;
}

.card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: clamp(18px, 4vw, 30px);
    box-shadow: 0 10px 24px rgba(12, 24, 44, 0.07);
}

.card h2 {
    margin-top: 0;
    font-size: clamp(1.2rem, 2.6vw, 1.55rem);
}

.card p,
.card li {
    color: var(--muted);
}

.card ul {
    margin: 0;
    padding-left: 18px;
}

.footer {
    margin: 24px 0 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 999px;
    padding: 11px 16px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 0.74rem;
}

.btn.primary {
    background: linear-gradient(135deg, var(--brand), #214AFF);
    color: #fff;
    border-color: transparent;
}

.btn:focus-visible {
    outline: 2px solid rgba(16, 54, 104, 0.78);
    outline-offset: 2px;
}

.btn:active {
    transform: translateY(1px);
}

.note {
    border-left: 3px solid var(--accent);
    padding-left: 12px;
}

.global-footer {
    margin-top: 22px;
    padding: 34px 0;
    background: linear-gradient(150deg, #10145B 0%, #10145B 100%);
    color: #ebeff8;
}

.global-footer-grid {
    display: grid;
    gap: 18px;
}

.global-footer-brand img {
    width: 140px;
    height: auto;
}

.global-footer-brand p {
    margin: 12px 0 0;
    color: rgba(236, 243, 255, 0.9);
    max-width: 46ch;
}

.global-footer-block h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1rem;
}

.global-footer-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.global-footer a {
    color: rgba(236, 243, 255, 0.94);
    text-decoration: none;
}

.global-footer a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.global-footer a:focus-visible {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
    outline: 2px solid rgba(255, 231, 189, 0.9);
    outline-offset: 2px;
    border-radius: 4px;
}

@media (min-width: 980px) {
    .global-footer-grid {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media (max-width: 1040px) {
    .header-nav {
        order: 4;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        border-top: 1px solid var(--line);
        padding-top: 10px;
    }

    .dropdown-nav .nav-dropdown {
        position: static;
        min-width: 100%;
        margin-top: 6px;
        box-shadow: none;
    }
}

@media (max-width: 720px) {
    :root {
        --hs-top-strip-offset: 124px;
    }

    .container {
        width: min(960px, 100% - 24px);
    }

    .hs-top-strip-shell {
        flex-wrap: wrap;
        justify-content: center;
        padding: 7px 0;
    }

    .hs-top-strip-info {
        justify-content: center;
        text-align: center;
        width: 100%;
        font-size: 0.64rem;
    }

    .hs-top-strip-social {
        margin-left: 0;
    }

    .hs-top-strip-social a {
        width: 46px;
        height: 46px;
    }

    .hs-top-strip-divider-mobile-hide,
    .hs-top-strip-availability {
        display: none;
    }

    .top {
        padding-top: 14px;
    }

    .header-shell {
        padding: 10px 12px;
        border-radius: 14px;
        gap: 10px;
    }

    .back-link {
        padding: 8px 10px;
    }

    .back-link span:not([aria-hidden='true']) {
        display: none;
    }

    .brand {
        gap: 8px;
    }

    .brand img {
        width: 118px;
    }

    .brand span {
        font-size: 0.92rem;
    }

    .header-nav {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .header-nav > a {
        font-size: 0.83rem;
    }

    .dropdown-nav .nav-trigger {
        width: 100%;
        justify-content: space-between;
    }

    .hs-language-switch {
        width: 100%;
        justify-content: center;
    }

    .header-cta {
        width: 100%;
        justify-content: center;
        margin-top: 2px;
    }
}

/* ============================================================
   Header Parity with Home
   ============================================================ */

.top {
    position: sticky;
    top: var(--hs-top-strip-offset);
    z-index: 20;
    background: #0B1F3B;
    box-shadow: 0 8px 24px rgba(6, 14, 30, 0.35);
    padding: 0;
}

.header-shell {
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 6px;
    padding-bottom: 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.back-link {
    display: none;
}

.brand {
    margin-right: 0;
}

.brand img {
    height: 34px;
    width: auto;
    filter: brightness(0) saturate(100%) invert(100%);
}

.brand span {
    display: none;
}

.header-nav {
    width: 100%;
    order: 4;
    margin-top: 2px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    font-family: 'ITC Avant Garde Gothic Std', 'Avant Garde', 'Century Gothic', Verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 0.76rem;
    color: rgba(243, 249, 255, 0.92);
}

.dropdown-nav {
    display: grid;
    width: 100%;
    gap: 8px;
}

.dropdown-nav .nav-trigger {
    width: 100%;
    min-height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(246, 251, 255, 0.96);
    padding: 9px 12px;
    font-size: 0.72rem;
    letter-spacing: 0.07em;
    justify-content: space-between;
}

.dropdown-nav .nav-group[open] .nav-trigger,
.dropdown-nav .nav-group:hover .nav-trigger,
.dropdown-nav .nav-group:focus-within .nav-trigger {
    border-color: rgba(140, 178, 236, 0.62);
    background: rgba(73, 119, 186, 0.2);
    color: #ebeff8;
}

.dropdown-nav .nav-trigger:focus-visible {
    outline: 2px solid rgba(193, 220, 255, 0.9);
    outline-offset: 2px;
}

.dropdown-nav .nav-dropdown {
    border-radius: 14px;
    border: 1px solid rgba(143, 181, 232, 0.56);
    background: linear-gradient(165deg, rgba(34, 38, 78, 0.98), rgba(20, 26, 60, 0.98));
    box-shadow: 0 16px 34px rgba(5, 12, 30, 0.34);
    padding: 8px;
    gap: 2px;
}

.dropdown-nav .nav-dropdown a {
    min-height: 44px;
    border-radius: 9px;
    padding: 8px 10px;
    color: rgba(238, 245, 255, 0.95);
}

.dropdown-nav .nav-dropdown a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.dropdown-nav .nav-dropdown a:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    outline: 2px solid rgba(193, 220, 255, 0.9);
    outline-offset: 2px;
}

.hs-language-switch {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 3px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(8, 18, 36, 0.42);
}

.hs-language-btn {
    min-height: 32px;
    min-width: 44px;
    padding: 6px 9px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.84);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.hs-language-btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.hs-language-btn:focus-visible {
    outline: 2px solid rgba(255, 231, 189, 0.9);
    outline-offset: 2px;
}

.hs-language-btn.active {
    color: #10145B;
    background: linear-gradient(135deg, #DF9A34, #DF9A34);
}

.header-cta {
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: linear-gradient(135deg, #DF9A34, #DF9A34);
    color: #10145B;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 10px 16px;
    box-shadow: 0 14px 26px rgba(223, 154, 52, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.header-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 34px rgba(223, 154, 52, 0.32);
    background: linear-gradient(135deg, #DF9A34, #DF9A34);
    color: #ffffff;
}

.header-cta:active {
    transform: translateY(0);
}

.header-cta:focus-visible {
    outline: 2px solid rgba(255, 231, 189, 0.92);
    outline-offset: 2px;
}

@media (min-width: 980px) {
    .header-shell {
        min-height: 68px;
        padding-top: 10px;
        padding-bottom: 6px;
    }

    .brand img {
        height: 38px;
    }

    .header-nav {
        width: auto;
        order: initial;
        margin-top: 0;
        margin-left: auto;
        padding-top: 0;
        border-top: 0;
        display: inline-flex;
        align-items: center;
        gap: clamp(8px, 1.1vw, 14px);
        color: rgba(255, 255, 255, 0.92);
        font-size: 0.74rem;
        letter-spacing: 0.06em;
    }

    .dropdown-nav {
        display: inline-flex;
        width: auto;
        align-items: center;
        gap: clamp(8px, 1.1vw, 14px);
    }

    .dropdown-nav .nav-trigger {
        width: auto;
        border-radius: 6px;
        border: 0;
        background: transparent;
        color: rgba(247, 251, 255, 0.94);
        padding: 8px 4px;
        font-size: 0.74rem;
        justify-content: flex-start;
    }

    .dropdown-nav .nav-group[open] .nav-trigger,
    .dropdown-nav .nav-group:hover .nav-trigger,
    .dropdown-nav .nav-group:focus-within .nav-trigger {
        border-color: transparent;
        background: transparent;
        color: rgba(236, 246, 255, 0.98);
    }

    .dropdown-nav .nav-trigger:focus-visible {
        outline: 2px solid rgba(188, 215, 252, 0.92);
        outline-offset: 2px;
    }

    .dropdown-nav .nav-dropdown {
        position: absolute;
        top: calc(100% + 6px);
        left: 0;
        min-width: 320px;
        border-radius: 18px;
        border: 1px solid rgba(143, 181, 232, 0.56);
        background: linear-gradient(165deg, rgba(28, 34, 75, 0.99), rgba(16, 24, 57, 0.99));
        box-shadow: 0 22px 52px rgba(5, 12, 30, 0.54), inset 0 1px 0 rgba(255, 255, 255, 0.07);
        padding: 10px;
        gap: 6px;
        margin-top: 0;
        opacity: 0;
        transform: translateY(10px);
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .dropdown-nav .nav-dropdown::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background:
            radial-gradient(120% 80% at 14% -8%, rgba(33, 74, 255, 0.24), transparent 54%),
            radial-gradient(100% 74% at 88% 108%, rgba(38, 103, 184, 0.16), transparent 58%);
        pointer-events: none;
        z-index: -1;
    }

    .dropdown-nav .nav-group[open] .nav-dropdown,
    .dropdown-nav .nav-group:hover .nav-dropdown,
    .dropdown-nav .nav-group:focus-within .nav-dropdown {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .dropdown-nav .nav-dropdown a {
        min-height: 56px;
        border-radius: 11px;
        border: 1px solid transparent;
        padding: 11px 14px;
        font-size: 0.79rem;
        background: rgba(255, 255, 255, 0.01);
        transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    }

    .dropdown-nav .nav-dropdown a:hover,
    .dropdown-nav .nav-dropdown a:focus-visible {
        background: linear-gradient(100deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
        border-color: rgba(189, 216, 251, 0.4);
        color: #ffffff;
        transform: translateX(1px);
    }

    .header-cta {
        margin-left: 10px;
    }
}
