/* Lani Brand Shell v1 — shared logo, header and global footer. */
.lani-brand-shell-header {
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid rgba(189, 218, 238, .82);
}
.lani-brand-shell-header__inner {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1180px;
    min-height: 82px;
    padding: 14px 28px;
}
.lani-brand-shell-brand {
    align-items: center;
    display: inline-flex;
    flex: 0 1 auto;
    gap: 13px;
    min-width: 0;
    text-decoration: none;
}
.lani-brand-shell-brand__mark {
    align-items: center;
    background: none;
    border: 0;
    border-radius: 0;
    color: inherit;
    display: inline-flex;
    flex: 0 0 106px;
    height: 40px;
    justify-content: flex-start;
    width: 106px;
}
.lani-brand-shell-brand__logo {
    aspect-ratio: 170 / 64;
    display: block;
    height: 40px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
    width: 106px;
}
.lani-brand-shell-brand__copy {
    border-left: 1px solid #d7e8f5;
    display: flex;
    min-width: 0;
    padding-left: 13px;
}
.lani-brand-shell-brand__label {
    color: #526b82;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.45;
    max-width: 230px;
}
.lani-brand-shell-header__nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    justify-content: flex-end;
}
.lani-brand-shell-header__nav a {
    color: #294d6b;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
}
.lani-brand-shell-header__nav a:hover {
    color: #1473c9;
}
.lani-brand-shell-header--pages .lani-brand-shell-header__nav a {
    border: 1px solid #d7e8f5;
    border-radius: 999px;
    color: #0b4f87;
    padding: 8px 18px;
}
.lani-brand-shell-header--pages .lani-brand-shell-header__nav a:hover {
    background: #f3f9ff;
    border-color: #1473c9;
}
.lani-brand-shell-footer {
    background: linear-gradient(135deg, #0d507f, #167ab6 62%, #25aabb);
    color: #fff;
    margin-top: 84px;
}
.lani-brand-shell-footer__inner,
.lani-brand-shell-footer__bottom {
    margin: 0 auto;
    max-width: 1180px;
    padding-left: 28px;
    padding-right: 28px;
}
.lani-brand-shell-footer__inner {
    align-items: end;
    display: grid;
    gap: 50px;
    grid-template-columns: minmax(240px, .8fr) minmax(420px, 1.2fr);
    padding-bottom: 42px;
    padding-top: 58px;
}
.lani-brand-shell-footer__brand {
    max-width: 430px;
}
.lani-brand-shell-brand--footer .lani-brand-shell-brand__mark {
    filter: brightness(0) invert(1);
}
.lani-brand-shell-footer .lani-brand-shell-brand--footer .lani-brand-shell-brand__mark {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.lani-brand-shell-footer__brand p {
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    line-height: 1.9;
    margin: 18px 0 0;
    max-width: 430px;
}
.lani-brand-shell-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    justify-content: flex-end;
}
.lani-brand-shell-footer__nav a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration-color: rgba(255, 255, 255, .4);
}
.lani-brand-shell-footer__bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    font-size: 11px;
    gap: 24px;
    justify-content: space-between;
    min-height: 64px;
}
.lani-brand-shell-footer__bottom p {
    margin: 0;
}
.lani-brand-shell-footer__bottom a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
@media (max-width: 760px) {
    .lani-brand-shell-header__inner {
        gap: 12px;
        min-height: 70px;
        padding: 12px 18px;
    }
    .lani-brand-shell-header--home .lani-brand-shell-header__inner {
        align-items: flex-start;
        flex-direction: column;
    }
    .lani-brand-shell-header--home .lani-brand-shell-header__nav {
        justify-content: flex-start;
        width: 100%;
    }
    .lani-brand-shell-brand {
        gap: 8px;
    }
    .lani-brand-shell-brand__mark,
    .lani-brand-shell-brand__logo {
        flex-basis: 90px;
        height: 34px;
        width: 90px;
    }
    .lani-brand-shell-brand__copy {
        padding-left: 8px;
    }
    .lani-brand-shell-brand__label {
        font-size: 9.5px;
        max-width: 132px;
    }
    .lani-brand-shell-header--pages .lani-brand-shell-header__nav {
        flex: 0 0 auto;
    }
    .lani-brand-shell-header--pages .lani-brand-shell-header__nav a {
        font-size: 12px;
        padding: 7px 12px;
    }
    .lani-brand-shell-footer__inner {
        gap: 30px;
        grid-template-columns: minmax(0, 1fr);
        padding: 44px 20px 32px;
    }
    .lani-brand-shell-footer__nav {
        justify-content: flex-start;
    }
    .lani-brand-shell-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding: 18px 20px 24px;
    }
}
@media (max-width: 360px) {
    .lani-brand-shell-header--pages .lani-brand-shell-brand__label {
        display: none;
    }
    .lani-brand-shell-header--pages .lani-brand-shell-brand__copy {
        border: 0;
        padding: 0;
    }
}
