.site-footer {
    position: relative;
    overflow: hidden;
    color: #d8e6df;
    background:
        radial-gradient(circle at 8% 15%, rgba(7, 148, 71, .2), transparent 28%),
        radial-gradient(circle at 90% 80%, rgba(255, 216, 20, .08), transparent 25%),
        #09281d;
}

.site-footer__accent {
    height: 5px;
    background: linear-gradient(90deg, #079447 0 72%, #ffd814 72%);
}

.site-footer__intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 40px 0 32px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.site-footer__brand {
    display: flex;
    align-items: center;
    max-width: 760px;
    gap: 17px;
}

.site-footer__logo {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    padding: 8px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
}

.site-footer__logo img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.site-footer__brand > div > span,
.site-footer__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #70d19c;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.site-footer__brand h2 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: clamp(1.25rem, 2.4vw, 1.75rem);
    font-weight: 700;
}

.site-footer__brand p {
    max-width: 650px;
    margin: 0;
    color: #a9bdb4;
    font-size: .86rem;
    line-height: 1.6;
}

.site-footer__call {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: #17332a;
    background: #ffd814;
    border-radius: 13px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .18);
    transition: transform .2s ease, background-color .2s ease;
}

.site-footer__call:hover {
    color: #17332a;
    background: #ffe45a;
    transform: translateY(-2px);
}

.site-footer__call > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #ffffff;
    background: #087443;
    border-radius: 50%;
}

.site-footer__call small,
.site-footer__call strong {
    display: block;
}

.site-footer__call small {
    margin-bottom: 2px;
    font-size: .66rem;
}

.site-footer__call strong {
    font-size: .9rem;
}

.site-footer__grid {
    display: grid;
    padding: 42px 0 38px;
    grid-template-columns: 1.05fr .85fr 1.1fr 1fr;
    gap: 38px;
}

.site-footer__section h3 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 1.02rem;
    font-weight: 700;
}

.site-footer__section-copy {
    margin: -9px 0 17px;
    color: #9db2a8;
    font-size: .79rem;
    line-height: 1.55;
}

.site-footer__contact {
    display: flex;
    margin: 0 0 22px;
    font-style: normal;
    flex-direction: column;
    gap: 13px;
}

.site-footer__contact a {
    display: grid;
    align-items: start;
    color: #b9cbc2;
    font-size: .8rem;
    line-height: 1.55;
    grid-template-columns: 23px 1fr;
}

.site-footer__contact a:hover,
.site-footer__links a:hover,
.site-footer__government a:hover {
    color: #ffffff;
}

.site-footer__contact i {
    margin-top: 4px;
    color: #70d19c;
}

.site-footer__social {
    display: flex;
    gap: 9px;
}

.site-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #ffffff;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 11px;
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.site-footer__social a:hover {
    color: #075b35;
    background: #ffffff;
    transform: translateY(-3px);
}

.site-footer__links {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.site-footer__links a {
    color: #b9cbc2;
    font-size: .8rem;
}

.site-footer__links i {
    margin-right: 8px;
    color: #70d19c;
    font-size: .58rem;
}

.site-footer__eyebrow--spaced {
    margin-top: 25px;
}

.site-footer__government {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.site-footer__government a {
    padding: 6px 9px;
    color: #b9cbc2;
    font-size: .68rem;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 7px;
}

.site-footer__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-footer__form label > span {
    display: block;
    margin-bottom: 5px;
    color: #b9cbc2;
    font-size: .7rem;
}

.site-footer__form label small {
    color: #829b90;
}

.site-footer__form input,
.site-footer__form textarea {
    width: 100%;
    padding: 10px 12px;
    color: #ffffff;
    font-size: .78rem;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 9px;
    outline: 0;
    resize: vertical;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.site-footer__form input::placeholder,
.site-footer__form textarea::placeholder {
    color: #81988d;
}

.site-footer__form input:focus,
.site-footer__form textarea:focus {
    background: rgba(255, 255, 255, .1);
    border-color: #70d19c;
    box-shadow: 0 0 0 3px rgba(112, 209, 156, .12);
}

.site-footer__form button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 15px;
    color: #ffffff;
    font-size: .78rem;
    font-weight: 700;
    background: #079447;
    border: 0;
    border-radius: 9px;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.site-footer__form button:hover:not(:disabled) {
    background: #08aa51;
    transform: translateY(-1px);
}

.site-footer__form button:disabled {
    cursor: wait;
    opacity: .68;
}

.site-footer__form-status {
    min-height: 18px;
    margin: 0;
    font-size: .7rem;
    line-height: 1.45;
}

.site-footer__form-status.is-success {
    color: #8ee7b6;
}

.site-footer__form-status.is-error {
    color: #ffadad;
}

.site-footer__map {
    overflow: hidden;
    height: 226px;
    background: #16372b;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 14px;
}

.site-footer__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(.75) contrast(.95);
}

.site-footer__map-placeholder {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #d8e8e0;
    flex-direction: column;
}

.site-footer__map-placeholder i {
    color: #8ee7b6;
    font-size: 1.7rem;
}

.site-footer__map-placeholder button {
    padding: 8px 13px;
    color: #ffffff;
    font-size: .75rem;
    font-weight: 700;
    background: #079447;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
}

.site-footer__map-placeholder button:hover {
    background: #08aa51;
}

.site-footer__direction {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 13px;
    color: #8ee7b6;
    font-size: .75rem;
    font-weight: 700;
}

.site-footer__direction:hover {
    color: #ffffff;
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0 24px;
    color: #829b90;
    font-size: .72rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.site-footer__bottom p {
    margin: 0;
}

.site-footer__bottom strong {
    color: #b9cbc2;
}

@media (max-width: 1199.98px) {
    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .site-footer__intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer__call {
        width: 100%;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }
}

@media (max-width: 479.98px) {
    .site-footer__brand {
        align-items: flex-start;
    }

    .site-footer__logo {
        width: 62px;
        height: 62px;
        border-radius: 16px;
    }
}
