.dh2dh-hli-page {
    --dh2dh-navy: #11284B;
    --dh2dh-gold: #C6A46A;
    --dh2dh-paper: #F5F5F3;
    --dh2dh-soft-gold: #F5F2EA;
    --dh2dh-line: rgba(17, 40, 75, 0.14);
    --dh2dh-shadow: 0 18px 42px rgba(17, 40, 75, 0.08);
    color: var(--dh2dh-navy);
    font-family: inherit;
    line-height: 1.72;
    margin: 0 auto;
    max-width: 1280px;
    padding: 52px 22px 70px;
}

.dh2dh-hli-page * {
    box-sizing: border-box;
}

.dh2dh-hli-shell {
    align-items: start;
    display: grid;
    gap: 34px;
    grid-template-columns: 280px minmax(0, 1fr);
}

.dh2dh-hli-content {
    min-width: 0;
}

.dh2dh-hli-contact {
    color: var(--dh2dh-navy);
    padding-top: 8px;
}

.dh2dh-hli-contact-logo {
    color: var(--dh2dh-navy);
    font-size: 74px;
    font-weight: 400;
    letter-spacing: -0.08em;
    line-height: 0.88;
    margin: 0 0 18px;
}

.dh2dh-hli-contact-logo-img {
    display: block;
    height: auto;
    margin: 0 0 18px;
    max-width: 230px;
    width: 100%;
}

.dh2dh-hli-contact-brand {
    color: var(--dh2dh-navy) !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.22em;
    line-height: 1.35;
    margin: 0;
    text-transform: uppercase;
}

.dh2dh-hli-contact-tagline {
    color: var(--dh2dh-gold) !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin: 8px 0 28px;
    text-transform: uppercase;
}

.dh2dh-hli-contact-card {
    background: var(--dh2dh-paper);
    border: 1px solid var(--dh2dh-line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(17, 40, 75, 0.05);
    padding: 28px;
}

.dh2dh-hli-contact-card p {
    color: var(--dh2dh-navy) !important;
    font-size: 15px;
    margin: 0 0 18px;
}

.dh2dh-hli-contact-card a {
    color: var(--dh2dh-navy) !important;
    font-weight: 800;
    text-decoration: none;
}

.dh2dh-hli-contact-card a:hover,
.dh2dh-hli-contact-card a:focus {
    color: var(--dh2dh-gold) !important;
}

.dh2dh-hli-page h1,
.dh2dh-hli-page h2,
.dh2dh-hli-page h3,
.dh2dh-hli-page p,
.dh2dh-hli-page li,
.dh2dh-hli-page span,
.dh2dh-hli-page strong {
    color: inherit;
}

.dh2dh-hli-hero {
    background: var(--dh2dh-navy);
    border-bottom: 5px solid var(--dh2dh-gold);
    border-radius: 8px;
    box-shadow: var(--dh2dh-shadow);
    color: #FFFFFF;
    margin-bottom: 34px;
    padding: 58px 56px;
}

.dh2dh-hli-kicker {
    color: var(--dh2dh-gold) !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.dh2dh-hli-hero h1 {
    color: #FFFFFF !important;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
    margin: 0 0 18px;
}

.dh2dh-hli-lead {
    color: #FFFFFF !important;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 22px;
}

.dh2dh-hli-hero p:not(.dh2dh-hli-kicker):not(.dh2dh-hli-lead) {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 17px;
    max-width: 940px;
}

.dh2dh-hli-section {
    background: #FFFFFF;
    border: 1px solid var(--dh2dh-line);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(17, 40, 75, 0.05);
    margin: 24px 0;
    padding: 34px 38px;
}

.dh2dh-hli-section h2,
.dh2dh-hli-cta h2 {
    color: var(--dh2dh-navy) !important;
    font-size: 31px;
    line-height: 1.2;
    margin: 0 0 18px;
}

.dh2dh-hli-section p,
.dh2dh-hli-section li {
    font-size: 17px;
}

.dh2dh-hli-section ul {
    margin: 0;
    padding-left: 22px;
}

.dh2dh-hli-section li + li {
    margin-top: 12px;
}

.dh2dh-hli-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 24px 0;
}

.dh2dh-hli-grid article {
    background: var(--dh2dh-paper);
    border: 1px solid var(--dh2dh-line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(17, 40, 75, 0.05);
    padding: 28px;
}

.dh2dh-hli-grid h3 {
    color: var(--dh2dh-navy) !important;
    font-size: 22px;
    margin: 0 0 12px;
}

.dh2dh-hli-grid p {
    font-size: 16px;
    margin-bottom: 0;
}

.dh2dh-hli-numbers {
    background: var(--dh2dh-soft-gold);
    border: 1px solid rgba(198, 164, 106, 0.45);
    border-radius: 8px;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 30px 0;
    overflow: hidden;
}

.dh2dh-hli-numbers div {
    background: rgba(255, 255, 255, 0.58);
    min-height: 132px;
    padding: 28px 22px;
    text-align: center;
}

.dh2dh-hli-numbers strong {
    color: var(--dh2dh-navy) !important;
    display: block;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 10px;
}

.dh2dh-hli-numbers span {
    color: rgba(17, 40, 75, 0.75) !important;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.dh2dh-hli-cta {
    background: var(--dh2dh-navy);
    border-radius: 8px;
    box-shadow: var(--dh2dh-shadow);
    color: #FFFFFF;
    margin-top: 28px;
    padding: 40px 42px;
    text-align: center;
}

.dh2dh-hli-cta h2,
.dh2dh-hli-cta p,
.dh2dh-hli-cta strong {
    color: #FFFFFF !important;
}

.dh2dh-hli-cta p {
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    max-width: 840px;
}

@media (max-width: 900px) {
    .dh2dh-hli-shell {
        grid-template-columns: 1fr;
    }

    .dh2dh-hli-contact {
        display: grid;
        justify-items: center;
        text-align: center;
    }

    .dh2dh-hli-contact-card {
        max-width: 420px;
        width: 100%;
    }

    .dh2dh-hli-grid,
    .dh2dh-hli-numbers {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .dh2dh-hli-page {
        padding: 30px 16px 46px;
    }

    .dh2dh-hli-hero,
    .dh2dh-hli-section,
    .dh2dh-hli-cta {
        padding: 28px 22px;
    }

    .dh2dh-hli-grid,
    .dh2dh-hli-numbers {
        grid-template-columns: 1fr;
    }

    .dh2dh-hli-hero h1 {
        font-size: 34px;
    }

    .dh2dh-hli-lead {
        font-size: 20px;
    }
}
