.home-hero {
    align-items: center;
    color: #ffffff;
    display: flex;
    isolation: isolate;
    min-height: min(720px, calc(100vh - var(--navbar-height)));
    overflow: hidden;
    position: relative;
}

.home-hero__media,
.home-hero__overlay {
    inset: 0;
    position: absolute;
}

.home-hero__media {
    height: 100%;
    width: 100%;
    z-index: -2;
}

.home-hero__media img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.home-hero__overlay {
    background: rgba(18, 22, 61, .74);
    z-index: -1;
}

.home-hero__content {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.home-hero__copy {
    max-width: 650px;
}

.home-eyebrow {
    color: #e1c875;
    font-size: .82rem;
    font-weight: 700;
    margin-bottom: .8rem;
    text-transform: uppercase;
}

.home-hero h1 {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.12;
    margin-bottom: 1rem;
    max-width: 630px;
}

.home-hero__lead {
    color: rgba(255, 255, 255, .9);
    font-size: 1.08rem;
    line-height: 1.65;
    margin-bottom: 1.4rem;
    max-width: 610px;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-bottom: 1.5rem;
}

.home-hero__button {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    font-size: .9rem;
    font-weight: 700;
    gap: .55rem;
    justify-content: center;

    min-height: 44px;
    padding: .65rem 1rem;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.home-hero__button--gold {
    background: #d8bc6a;
    border: 1px solid #d8bc6a;
    color: #1e2057;
}

.home-hero__button--gold:hover,
.home-hero__button--gold:focus {
    background: #e6cc7d;
    border-color: #e6cc7d;
    color: #1e2057;
}

.home-hero__button--light {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .78);
    color: #ffffff;
}

.home-hero__button--light:hover,
.home-hero__button--light:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: #1e2057;
}

.home-hero__benefits {
    display: flex;
    flex-wrap: nowrap;
    gap: .7rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-hero__benefits li {
    align-items: center;
    display: inline-flex;
    font-size: .8rem;
    gap: .35rem;
    white-space: nowrap;
}

.home-hero__benefits i {
    color: #e1c875;
}

@media (max-width: 1399.98px) {
    .home-hero__benefits {
        flex-wrap: wrap;
    }
}

.home-lead-form {
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(10, 15, 45, .26);
    color: #18233d;
    padding: 1.5rem;
}

.home-lead-form h2 {
    color: #1e2057;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: .35rem;
}

.home-lead-form__intro {
    color: #5e6677;
    font-size: .86rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.home-lead-form label {
    color: #26324b;
    display: block;
    font-size: .76rem;
    font-weight: 700;
    margin-bottom: .25rem;
}

.home-lead-form .form-control {
    border-color: #cfd5df;
    border-radius: 4px;
    color: #18233d;
    font-size: .88rem;
    min-height: 42px;
}

.home-lead-form textarea.form-control {
    min-height: 70px;
    resize: vertical;
}

.home-lead-form .form-control:focus {
    border-color: #b5923d;
    box-shadow: 0 0 0 .2rem rgba(201, 173, 103, .2);
}

.home-lead-form__submit {
    background: #d8bc6a;
    border: 1px solid #d8bc6a;
    border-radius: 4px;
    color: #1e2057;
    font-size: .9rem;
    font-weight: 700;
    min-height: 44px;

    transition: background-color .2s ease, border-color .2s ease;
    width: 100%;
}

.home-lead-form__submit:hover,
.home-lead-form__submit:focus {
    background: #e6cc7d;
    border-color: #e6cc7d;
    color: #1e2057;
}

.home-lead-form__privacy {
    color: #6b7280;
    font-size: .72rem;
    line-height: 1.45;
    margin: .7rem 0 0;
}

.home-lead-form__privacy a {
    color: #1e2057;
    font-weight: 700;
}

.home-authority {
    background: #ffffff;
    border-bottom: 1px solid #e7e9ee;
    padding: 4.5rem 0;
}

.home-section-label {
    color: #ad8732;
    font-size: .78rem;
    font-weight: 700;
    margin-bottom: .65rem;
    text-transform: uppercase;
}

.home-authority h2,
#products h2,
#faq-accordion h2,
.home-location h2 {
    color: #1e2057;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.25;
}

.home-authority__text {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.75;
    max-width: 720px;
}

.home-authority__links {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 1.35rem;
}

.home-authority__link {
    align-items: center;
    border: 1px solid #c9ad67;
    border-radius: 4px;
    color: #1e2057;
    display: inline-flex;
    font-size: .86rem;
    font-weight: 700;

    gap: .5rem;
    min-height: 42px;
    padding: .6rem .9rem;
    text-decoration: none;
    transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease, transform .25s ease;
}

.home-authority__link:hover,
.home-authority__link:focus {
    background: rgba(201, 173, 103, .18);
    border-color: #b58a2d;
    box-shadow: 0 7px 16px rgba(30, 32, 87, .1);
    color: #1e2057;
    transform: translateY(-2px);
}

.home-metrics {
    border-left: 1px solid #ddd5c2;
    display: grid;
    gap: 1.1rem;
    padding-bottom: .65rem;
    padding-left: 2rem;
    padding-top: .65rem;
}

.home-metric {
    display: grid;
    gap: .25rem;
    grid-template-columns: 1fr;
    text-align: left;
}

.home-metric strong {
    color: #ad8732;
    font-size: 1.3rem;
    font-weight: 700;
}

.home-metric span {
    color: #4b5563;
    font-size: .88rem;
    line-height: 1.4;
    max-width: 360px;
}

#products {
    background: #f5f6f8;
}

#products .section-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

#products .section-header p {
    color: #616977;
    line-height: 1.65;
}

.product-card-link {
    display: block;
    height: 100%;
}

.product-card {
    background: #ffffff;
    border: 1px solid #e1e4e9;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    height: 100%;

    padding: 1.35rem;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-card:hover,
.product-card-link:focus .product-card {
    border-color: #c9ad67;
    box-shadow: 0 12px 28px rgba(30, 32, 87, .1);
    transform: translateY(-4px);
}

.product-card img {
    height: 104px;
    margin-bottom: .25rem;
    object-fit: contain;
    width: 104px;
}

.product-card h3 {
    color: #1e2057;
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
}

.product-card p {
    color: #555f6f;
    font-size: .9rem;
    line-height: 1.55;
    margin: 0;
}

.product-card .btn-more {
    align-items: center;
    color: #9a7420;
    display: inline-flex;
    font-size: .84rem;
    font-weight: 700;
    gap: .4rem;
    margin-top: auto;
}

#product-steps-v3 {
    background: #1e2057;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

#product-steps-v3 .header {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

#product-steps-v3 .header h2 {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1.25;
}

#product-steps-v3 .header p {
    color: rgba(255, 255, 255, .75);
    line-height: 1.6;
}

.steps-horizontal {
    align-items: stretch;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    list-style: none;
    margin: 2.5rem 0 0;
    padding: 0;

    position: relative;
}

.steps-horizontal::before {
    background: rgba(216, 188, 106, .55);
    content: "";
    height: 2px;
    left: calc((100% - 5rem) / 12);
    position: absolute;
    right: calc((100% - 5rem) / 12);
    top: 30px;

    z-index: 0;
}

.step-circle {
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative;
    text-align: center;
    z-index: 1;
}

.circle-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.step-circle .circle {
    align-items: center;
    background: #d8bc6a;
    border-radius: 50%;
    color: #1e2057;
    display: flex;
    font-size: 1rem;
    font-weight: 800;

    height: 60px;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(8, 10, 38, .28);
    width: 60px;
}

.step-box {
    background: #142c52;
    border: 1px solid #31506d;
    border-radius: 8px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;

    margin-top: 1rem;
    min-height: 145px;
    padding: 1rem;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

@media (hover: hover) {
    .step-circle:hover .step-box {
        border-color: #D8BC6A;
        box-shadow: 0 14px 28px rgba(8, 10, 38, .3);
        transform: translateY(-5px);
    }
}

.step-box h3 {
    color: #e1c875;
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: .45rem;
}

.step-box p {
    color: rgba(255, 255, 255, .82);
    font-size: .86rem;
    line-height: 1.55;
    margin: 0;
}

.steps-more-link {
    color: #e1c875;
    display: inline-flex;
    font-size: .86rem;
    font-weight: 700;
    gap: .45rem;
    margin-top: 1.5rem;
}

.steps-more-link:hover,
.steps-more-link:focus {
    color: #ffffff;
}

.home-social {
    background: #f8f9fb;
    border-bottom: 1px solid #e2e5ea;
    border-top: 1px solid #e2e5ea;
    padding: 2.25rem 0;
}

.home-social__layout {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(230px, .8fr) minmax(0, 2fr);
}

.home-social__heading h2 {
    color: #1e2057;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.home-social__links {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-social__link {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dce0e6;
    border-radius: 6px;
    color: #1e2057;
    display: grid;
    gap: .7rem;

    grid-template-columns: 36px minmax(0, 1fr) auto;
    min-height: 68px;
    padding: .7rem .85rem;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-social__link:hover,
.home-social__link:focus-visible {
    border-color: #c9ad67;
    box-shadow: 0 8px 20px rgba(30, 32, 87, .09);
    color: #1e2057;
    transform: translateY(-2px);
}

.home-social__icon {
    align-items: center;
    background: #f4efe1;
    border-radius: 50%;
    color: #9a731f;
    display: inline-flex;
    font-size: 1rem;
    height: 36px;

    justify-content: center;
    width: 36px;
}

.home-social__link strong,
.home-social__link small {
    display: block;
}

.home-social__link strong {
    font-size: .88rem;
    line-height: 1.3;
}

.home-social__link small {
    color: #687181;
    font-size: .73rem;
    margin-top: .15rem;
}

.home-social__external {
    color: #9ba2ad;
    font-size: .68rem;
}

#faq-accordion {
    background: #f5f6f8;
    color: #172033;
}

.faq4-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

.faq4-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.faq4-heading p {
    color: #616977;
    line-height: 1.6;
}

.faq4-card {
    background: #ffffff;
    border: 1px solid #e1e4e9;
    border-radius: 8px;
    overflow: hidden;
}

.faq {
    background: #ffffff;
    border: 0;
    padding: 1rem 1.1rem;
}

.faq + .faq {
    border-top: 1px solid #e8eaee;
}

.faq summary {
    align-items: center;
    color: #172033;
    cursor: pointer;
    display: flex;
    font-size: .98rem;
    font-weight: 700;
    gap: .75rem;

    justify-content: space-between;
    list-style: none;
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq .icon {
    align-items: center;
    border: 1px solid #d7dce4;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 34px;
    justify-content: center;

    transition: border-color .2s ease;
    width: 34px;
}

.faq .icon svg {
    height: 17px;
    stroke: #1e2057;
    transition: transform .2s ease, stroke .2s ease;
    width: 17px;
}

.faq[open] .icon {
    border-color: #c9ad67;
}

.faq[open] .icon svg {
    stroke: #a77e24;
    transform: rotate(180deg);
}

.faq .content {
    color: #4b5563;
    line-height: 1.68;
    margin-top: .9rem;
    max-width: 850px;
}

.faq .content p:last-child,
.faq .content ul:last-child {
    margin-bottom: 0;
}

.faq .content ul {
    margin: .65rem 0 1rem 1.1rem;
    padding: 0;
}

.faq4-footer {
    color: #5b6473;
    font-size: .88rem;
    margin-top: 1.1rem;
    text-align: center;
}

.faq4-footer a,
.faq .content a {
    color: #876519;
    font-weight: 700;
}

.home-location {
    background: #ffffff;
    border-top: 1px solid #e6e8ed;
}

.home-location__layout {
    align-content: center;
    column-gap: 3rem;
    display: grid;
    grid-template-areas:
        "map heading"
        "map contact";
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);

    row-gap: 1.25rem;
}

.home-map {
    aspect-ratio: 16 / 10;
    background: #eceff3;
    border: 1px solid #dfe3e9;
    border-radius: 8px;
    grid-area: map;
    overflow: hidden;
}

.home-map iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

.home-location__heading,
.home-location__contact {
    max-width: 460px;
}

.home-location__heading {
    grid-area: heading;
}

.home-location__contact {
    grid-area: contact;
}

.home-location h2 {
    margin-bottom: .85rem;
}

.home-location__intro {
    color: #596273;
    line-height: 1.65;
    margin-bottom: 0;
}

.home-location__address {
    align-items: flex-start;
    color: #303a4c;
    display: flex;
    font-style: normal;
    gap: .75rem;
    line-height: 1.5;
    margin-bottom: 1.15rem;
}

.home-location__address > i {
    color: #b58a2d;
    margin-top: .2rem;
}

.home-location__address strong,
.home-location__address span span {
    display: block;
}

.home-location__address strong {
    color: #1e2057;
    margin-bottom: .15rem;
}

.home-location__details {
    display: grid;
    gap: .55rem;
    margin-bottom: 1.35rem;
}

.home-location__details a,
.home-location__details span {
    align-items: center;
    color: #465063;
    display: flex;
    font-size: .88rem;
    gap: .55rem;
    text-decoration: none;
}

.home-location__details i {
    color: #b58a2d;
    width: 16px;
}

.home-location__route {
    align-items: center;
    background: #d8bc6a;
    border: 1px solid #d8bc6a;
    border-radius: 4px;
    color: #1e2057;
    display: inline-flex;
    font-size: .86rem;

    font-weight: 700;
    gap: .5rem;
    min-height: 42px;
    padding: .6rem .9rem;
    text-decoration: none;
}

.home-location__route:hover,
.home-location__route:focus {
    background: #e6cc7d;
    border-color: #e6cc7d;
    color: #1e2057;
}

.home-funds {
    background: #f7f8fa;
    border-bottom: 4px solid #1e2057;
    border-top: 1px solid #e3e6eb;
    padding: 4.5rem 0;
}

.home-funds__header {
    margin-bottom: 2.75rem;
    text-align: center;
}

.home-funds__header h2 {
    color: #1e2057;
    font-size: 2.1rem;
    font-weight: 400;
    margin: 0;
}

.home-funds__header strong {
    font-weight: 700;
}

.home-funds__logos {
    align-items: center;
    column-gap: clamp(3rem, 8vw, 7rem);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 820px;
}

.home-funds__link {
    align-items: center;
    display: flex;
    height: 150px;
    justify-content: center;
    text-decoration: none;
    transition: opacity .22s ease, transform .22s ease;
    width: 100%;

}

.home-funds__link:hover,
.home-funds__link:focus-visible {
    opacity: .82;
    transform: translateY(-3px);
}

.home-funds__link:focus-visible {
    outline: 2px solid #b58a2d;
    outline-offset: 6px;
}

.home-funds__link img {
    height: auto;
    max-height: 140px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

@media (max-width: 991.98px) {
    .home-hero {
        min-height: auto;
    }

    .home-hero__content {
        padding-bottom: 3.5rem;
        padding-top: 3.5rem;
    }

    .home-hero__copy {
        margin: 0 auto;
        text-align: center;
    }

    .home-hero__actions,
    .home-hero__benefits {
        justify-content: center;
    }

    .home-lead-form {
        margin: 0 auto;
        max-width: 680px;
    }

    .home-metrics {
        border-left: 0;
        border-top: 1px solid #ddd5c2;
        grid-template-columns: repeat(2, 1fr);
        padding-left: 0;
        padding-top: 1.5rem;
    }

    .home-metric {
        align-content: start;
        grid-template-columns: 1fr;
    }

    .steps-horizontal {
        flex-direction: column;
        gap: 1rem;
    }

    .steps-horizontal::before {
        bottom: 24px;
        height: auto;
        left: 29px;
        right: auto;
        top: 24px;
        width: 2px;
    }

    .step-circle {
        align-items: flex-start;
        flex-direction: row;
        gap: 1rem;
        text-align: left;
    }

    .circle-wrapper {
        flex-shrink: 0;
    }

    .step-box {
        margin-top: 0;
        min-height: auto;
        min-width: 0;
        width: auto;
    }

    .home-social__layout {
        gap: 1.25rem;
        grid-template-columns: minmax(0, 1fr);
    }

    .home-location__layout {
        gap: 1.5rem;
        grid-template-areas:
            "heading"
            "map"
            "contact";
        grid-template-columns: minmax(0, 1fr);
    }

    .home-location__heading,
    .home-location__contact {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .home-hero__media img {
        object-position: center top;
    }

    .home-hero__overlay {
        background: rgba(18, 22, 61, .8);
    }

    .home-hero__content {
        padding-bottom: 2.5rem;
        padding-top: 2.5rem;
    }

    .home-hero h1 {
        font-size: 1.75rem;
        line-height: 1.2;
    }

    .home-hero__lead {
        font-size: .94rem;
        line-height: 1.55;
    }

    .home-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-hero__button {
        width: 100%;
    }

    .home-hero__benefits {
        align-items: flex-start;
        flex-direction: column;
        gap: .5rem;
        margin: 0 auto;
        max-width: 300px;
    }

    .home-lead-form {
        padding: 1.15rem;
    }

    .home-lead-form h2 {
        font-size: 1.18rem;
    }

    .home-authority {
        padding: 3.2rem 0;
    }

    .home-authority h2,
    #products h2,
    #product-steps-v3 .header h2,
    #faq-accordion h2,
    .home-social__heading h2,
    .home-location h2 {
        font-size: 1.3rem;
        line-height: 1.3;
    }

    .home-authority__text,
    #products .section-header p,
    #product-steps-v3 .header p,
    .faq4-heading p {
        font-size: .9rem;
        line-height: 1.55;
    }

    .home-authority__links {
        align-items: stretch;
        flex-direction: column;
    }

    .home-authority__link {
        justify-content: center;
        width: 100%;
    }

    .home-metrics {
        gap: 1rem;
        grid-template-columns: 1fr;
    }

    .home-metric {
        border-bottom: 1px solid #ece7dc;
        padding-bottom: .8rem;
    }

    .home-metric:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .product-card {
        padding: 1.1rem;
    }

    .product-card img {
        height: 84px;
        width: 84px;
    }

    .product-card h3 {
        font-size: .98rem;
    }

    .product-card p {
        font-size: .86rem;
    }

    .step-circle .circle {
        height: 46px;
        width: 46px;
    }

    .steps-horizontal::before {
        left: 22px;
    }

    .step-box h3 {
        font-size: .92rem;
    }

    .step-box p {
        font-size: .82rem;
    }

    .home-social {
        padding: 2rem 0;
    }

    .home-social__links {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-social__link {
        min-height: 62px;
    }

    .faq {
        padding: .9rem;
    }

    .faq summary {
        font-size: .9rem;
        line-height: 1.4;
    }

    .faq .content {
        font-size: .86rem;
        line-height: 1.58;
    }

    .home-location__intro {
        font-size: .9rem;
        line-height: 1.55;
    }

    .home-map {
        aspect-ratio: 4 / 3;
    }

    .home-location__route {
        justify-content: center;
        width: 100%;
    }

    .home-funds {
        padding: 3.2rem 0;
    }

    .home-funds__header {
        margin-bottom: 1.75rem;
    }

    .home-funds__header h2 {
        font-size: 1.5rem;
    }

    .home-funds__logos {
        column-gap: 1.5rem;
        grid-template-columns: minmax(0, 1fr);
        row-gap: 1rem;
    }

    .home-funds__link {
        height: 105px;
    }

    .home-funds__link img {
        height: 82px;
        max-height: none;
        max-width: 220px;
        object-fit: contain;
        width: 100%;
    }

    .home-funds__link:last-child img {
        height: 90px;
        max-width: 240px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero__button,
    .home-lead-form__submit,
    .product-card,
    .home-social__link,
    .home-funds__link,
    .faq .icon,
    .faq .icon svg {
        transition: none;
    }
}
