.terract-footer {
    margin-top: 60px;
    background: radial-gradient(circle at top left, rgba(11,143,69,.20), transparent 32%), linear-gradient(135deg, #102033, #07121f);
    color: #ffffff;
    overflow: hidden;
}

.terract-footer a {
    color: inherit;
}

.terract-footer-newsletter {
    max-width: 1280px;
    margin: 0 auto;
    padding: 42px 22px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.terract-footer-newsletter span {
    display: inline-block;
    color: #71d99a;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .7px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.terract-footer-newsletter h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.08;
    font-weight: 950;
}

.terract-footer-newsletter p {
    margin: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.65;
    max-width: 650px;
}

.terract-footer-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 10px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
}

.terract-footer-form input {
    height: 52px;
    border: 0;
    outline: none;
    border-radius: 13px;
    padding: 0 16px;
    background: rgba(255,255,255,.95);
    color: #102033;
    font-weight: 800;
}

.terract-footer-form button {
    height: 52px;
    border: 0;
    border-radius: 13px;
    padding: 0 22px;
    background: #0b8f45;
    color: #ffffff;
    font-weight: 950;
    cursor: pointer;
    transition: .25s ease;
}

.terract-footer-form button:hover {
    transform: translateY(-2px);
    background: #0a7d3d;
}

.terract-footer-main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 22px;
    display: grid;
    grid-template-columns: 1.4fr .8fr .8fr .9fr 1fr;
    gap: 32px;
}

.terract-footer-logo {
    display: inline-flex;
    align-items: baseline;
    color: #ffffff;
    text-decoration: none;
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.8px;
    margin-bottom: 18px;
}

.terract-footer-logo span {
    color: #71d99a;
}

.terract-footer-brand p {
    margin: 0 0 22px;
    color: rgba(255,255,255,.72);
    line-height: 1.7;
}

.terract-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.terract-footer-socials a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,.10);
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
    border: 1px solid rgba(255,255,255,.12);
    transition: .25s ease;
}

.terract-footer-socials a:hover {
    background: #0b8f45;
    transform: translateY(-2px);
}

.terract-footer-col h3,
.terract-footer-contact h3 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.terract-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 11px;
}

.terract-footer-col a,
.terract-footer-contact a,
.terract-footer-bottom a {
    color: rgba(255,255,255,.72);
    text-decoration: none;
    font-weight: 700;
    transition: .2s ease;
}

.terract-footer-col a:hover,
.terract-footer-contact a:hover,
.terract-footer-bottom a:hover {
    color: #ffffff;
}

.terract-footer-contact p {
    margin: 0 0 15px;
    color: rgba(255,255,255,.72);
    line-height: 1.5;
}

.terract-footer-contact strong {
    display: block;
    color: #ffffff;
    margin-bottom: 4px;
    font-size: 13px;
    text-transform: uppercase;
}

.terract-footer-bottom {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 22px 28px;
    border-top: 1px solid rgba(255,255,255,.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.terract-footer-bottom p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-weight: 700;
}

.terract-footer-bottom div {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media (max-width: 1100px) {
    .terract-footer-newsletter {
        grid-template-columns: 1fr;
    }

    .terract-footer-main {
        grid-template-columns: 1.4fr 1fr 1fr;
    }
}

@media (max-width: 760px) {
    .terract-footer-newsletter {
        padding: 34px 16px;
    }

    .terract-footer-newsletter h2 {
        font-size: 26px;
    }

    .terract-footer-form {
        grid-template-columns: 1fr;
    }

    .terract-footer-main {
        grid-template-columns: 1fr;
        padding: 38px 16px;
    }

    .terract-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        padding: 20px 16px 28px;
    }
}
