.site-footer {
    margin-top: auto;
    background: #111827;
    color: #c5ccd8;
}

.site-footer__container {
    max-width: 1320px;
}

.site-footer__newsletter {
    padding: 36px 0;
    background: linear-gradient(135deg, #159c5e, #20bb73);
}

.site-footer__newsletter > .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
    align-items: center;
    gap: 70px;
}

.site-footer__newsletter-copy > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.site-footer__newsletter h2 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.site-footer__newsletter-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}

.site-footer__newsletter-form {
    position: relative;
}

.site-footer__newsletter-field {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 5px;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(9, 88, 51, 0.18);
}

.site-footer__newsletter-field input {
    min-width: 0;
    height: 46px;
    padding: 0 14px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #182033;
    font-size: 15px;
    outline: none;
}

.site-footer__newsletter-field button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 46px;
    padding: 0 20px;
    border: 0;
    border-radius: 8px;
    background: #182033;
    color: #fff;
    font-size: 14px;
    font-weight: 750;
}

.site-footer__newsletter-field button:hover {
    background: #26324b;
}

.site-footer__newsletter-field button:disabled {
    opacity: 0.65;
}

.site-footer__newsletter-message {
    margin: 8px 5px 0;
    font-size: 13px;
}

.site-footer__trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.site-footer__main {
    padding: 62px 0 0;
    background: #111827;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(140px, 0.8fr)) minmax(190px, 0.95fr);
    gap: 46px;
}

.site-footer__brand > a {
    display: inline-block;
}

.site-footer__brand img {
    display: block;
    width: 230px;
    height: auto;
}

.site-footer__brand > p {
    max-width: 310px;
    margin: 20px 0;
    color: #9da7b7;
    font-size: 14px;
    line-height: 1.7;
}

.site-footer__trust {
    display: flex;
    align-items: center;
    gap: 11px;
}

.site-footer__trust > i {
    color: #44d493;
    font-size: 27px;
}

.site-footer__trust span,
.site-footer__trust b {
    display: block;
}

.site-footer__trust span {
    color: #8e99aa;
    font-size: 12px;
}

.site-footer__trust b {
    margin-bottom: 2px;
    color: #e8ebf0;
    font-size: 13px;
}

.site-footer__links,
.site-footer__company {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.site-footer__links h3,
.site-footer__company h3 {
    margin: 5px 0 20px;
    color: #59d99e;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.site-footer__links a,
.site-footer__company a {
    margin-bottom: 11px;
    color: #c5ccd8;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
}

.site-footer__links a:hover,
.site-footer__company a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-footer__company strong {
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.03em;
}

.site-footer__company p,
.site-footer__company address {
    margin: 0 0 10px;
    color: #8f9aab;
    font-size: 12px;
    font-style: normal;
    line-height: 1.65;
}

.site-footer__connect {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 48px;
    padding: 24px 0;
    border-top: 1px solid #293246;
}

.site-footer__connect > p {
    margin: 0;
    color: #9ca6b6;
    font-size: 13px;
}

.site-footer__social {
    display: flex;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #344057;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
}

.site-footer__social a:hover {
    border-color: #20bb73;
    background: #20bb73;
}

.site-footer__connect-note {
    color: #737f91;
    font-size: 12px;
}

.site-footer__bottom {
    padding: 21px 0 24px;
    border-top: 1px solid #293246;
    background: #0d1422;
}

.site-footer__bottom > .container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px;
}

.site-footer__bottom p {
    margin: 0;
    color: #788496;
    font-size: 11px;
    line-height: 1.55;
}

.site-footer__bottom p:nth-child(2) {
    text-align: center;
}

.site-footer__bottom strong {
    color: #9ca6b6;
}

.site-footer__bottom > .container > div {
    display: flex;
    gap: 16px;
}

.site-footer__bottom a {
    color: #9ca6b6;
    font-size: 11px;
    text-decoration: none;
    white-space: nowrap;
}

.site-footer__bottom a:hover {
    color: #fff;
}

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

    .site-footer__company,
    .site-footer__links:nth-of-type(3) {
        margin-top: 8px;
    }
}

@media (max-width: 991.98px) {
    .site-footer__newsletter > .container {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer__brand {
        grid-column: 1 / -1;
    }

    .site-footer__bottom > .container {
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
    }

    .site-footer__bottom p:nth-child(2) {
        text-align: center;
    }

    .site-footer__bottom > .container > div {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .site-footer__newsletter {
        padding: 30px 0;
        text-align: center;
    }

    .site-footer__newsletter h2 {
        font-size: 23px;
    }

    .site-footer__newsletter-field {
        grid-template-columns: 1fr;
        gap: 5px;
        background: transparent;
        box-shadow: none;
    }

    .site-footer__newsletter-field input,
    .site-footer__newsletter-field button {
        width: 100%;
        border-radius: 9px;
    }

    .site-footer__newsletter-field input {
        background: #fff;
    }

    .site-footer__main {
        padding-top: 44px;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 38px;
        text-align: center;
    }

    .site-footer__brand,
    .site-footer__links,
    .site-footer__company {
        grid-column: 1;
        align-items: center;
    }

    .site-footer__brand img {
        width: 210px;
        margin: 0 auto;
    }

    .site-footer__brand > p {
        margin-right: auto;
        margin-left: auto;
    }

    .site-footer__trust {
        justify-content: center;
        text-align: left;
    }

    .site-footer__links h3,
    .site-footer__company h3 {
        margin-bottom: 16px;
    }

    .site-footer__company address {
        text-align: center;
    }

    .site-footer__connect {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .site-footer__social {
        justify-content: center;
    }

    .site-footer__bottom > .container > div {
        flex-wrap: wrap;
    }
}

.home-faq {
    background: #fff;
    color: #222;
    padding: 56px 0 64px;
}

.home-faq__inner {
    max-width: 1320px;
}

.home-faq h2 {
    margin: 0 0 28px;
    color: #2d2d2d;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.home-faq__list {
    border-top: 1px solid #ececec;
}

.home-faq__item {
    border-bottom: 1px solid #ececec;
}

.home-faq__item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    cursor: pointer;
    list-style: none;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
}

.home-faq__item summary::-webkit-details-marker,
.home-faq__item summary::marker {
    display: none;
}

.home-faq__item summary:hover {
    color: #111;
}

.home-faq__icon {
    position: relative;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
}

.home-faq__icon::before,
.home-faq__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #20bb73;
    border-radius: 1px;
    transform: translate(-50%, -50%);
}

.home-faq__icon::before {
    width: 14px;
    height: 2px;
}

.home-faq__icon::after {
    width: 2px;
    height: 14px;
}

.home-faq__item[open] .home-faq__icon::after {
    display: none;
}

.home-faq__answer {
    padding: 0 40px 20px 0;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.home-faq__answer p {
    margin: 0;
}

.home-faq__answer a {
    color: #159c5e;
    font-weight: 600;
    text-decoration: none;
}

.home-faq__answer a:hover {
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .home-faq {
        padding: 40px 0 48px;
    }

    .home-faq h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .home-faq__item summary {
        font-size: 15px;
        padding: 16px 0;
    }

    .home-faq__answer {
        padding-right: 8px;
        font-size: 14.5px;
    }
}
