/* =========================================================
   TERRARELEAF HOMEPAGE - FINAL DESIGN
========================================================= */

.tr-home {
    background: #fff;
    color: #123d2d;
}

.tr-section {
    padding-top: 38px;
    padding-bottom: 0;
}

.tr-two-column {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 36px !important;
    align-items: start !important;
}

.tr-section-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 18px !important;
}

.tr-section-head .section-kicker {
    margin: 0 !important;
}

.tr-section-head .view-all {
    white-space: nowrap !important;
}


/* =========================================================
   FEATURED STORY
========================================================= */

.tr-featured,
.tr-events {
    min-width: 0;
}

.tr-featured-content {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 20px;
    align-items: center;
}

.tr-featured-image {
    min-height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: 9px;
}

.tr-featured-copy {
    padding-right: 8px;
}

.tr-category,
.tr-label {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .5px;
    color: #087d4c;
    background: #e6f4e9;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.tr-featured-copy h2 {
    margin: 0 0 10px !important;
    font-size: 25px !important;
    line-height: 1.12 !important;
}

.tr-featured-copy p {
    font-size: 13px !important;
    line-height: 1.55 !important;
    margin: 0 0 15px !important;
}


/* =========================================================
   EVENTS
========================================================= */

.tr-events {
    background: #f0f8f2;
    border-radius: 10px;
    padding: 20px;
}

.tr-event-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.tr-event {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
}

.tr-event-image {
    height: 82px;
    background-size: cover;
    background-position: center;
}

.tr-event-info {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 9px;
    padding: 10px;
}

.tr-date {
    text-align: center;
    font-size: 9px;
    color: #6d7d73;
    line-height: 1.1;
}

.tr-date strong {
    display: block;
    font-size: 19px;
    color: #124b36;
    margin-top: 2px;
}

.tr-event h3 {
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin: 0 0 5px !important;
}

.tr-event p {
    font-size: 10px !important;
    line-height: 1.35 !important;
    margin: 0 0 6px !important;
    color: #607168;
}

.tr-event a {
    font-size: 10px !important;
    font-weight: 700;
    color: #087d4c;
}


/* =========================================================
   NEWS
========================================================= */

.tr-news-layout {
    display: grid;
    grid-template-columns: 1.55fr .85fr;
    gap: 15px;
}

.tr-news-feature {
    border: 1px solid #e4ebe5;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.tr-news-feature-image {
    height: 145px;
    background-size: cover;
    background-position: center;
}

.tr-news-feature-body {
    padding: 12px;
}

.tr-news-feature-body .tr-meta {
    font-size: 10px;
    color: #7a8981;
    margin-bottom: 5px;
}

.tr-news-feature-body h2 {
    font-size: 19px !important;
    line-height: 1.15 !important;
    margin: 5px 0 7px !important;
}

.tr-news-feature-body p {
    font-size: 11px !important;
    line-height: 1.45 !important;
    color: #66766e;
    margin: 0 0 10px !important;
}

.tr-news-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tr-news-mini {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 10px;
    align-items: center;
}

.tr-mini-image {
    height: 62px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
}

.tr-news-mini h3,
.tr-blog-mini h3 {
    font-size: 12px !important;
    line-height: 1.25 !important;
    margin: 0 0 5px !important;
}

.tr-news-mini span,
.tr-blog-mini > div > span:last-child {
    font-size: 10px;
    color: #7b8982;
}


/* =========================================================
   BLOG
========================================================= */

.tr-blog-layout {
    display: grid;
    grid-template-columns: 1.55fr .85fr;
    gap: 15px;
}

.tr-blog-feature {
    border: 1px solid #e4ebe5;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.tr-blog-image {
    height: 145px;
    background-size: cover;
    background-position: center;
}

.tr-blog-body {
    padding: 12px;
}

.tr-blog-body h2 {
    font-size: 19px !important;
    line-height: 1.15 !important;
    margin: 5px 0 7px !important;
}

.tr-blog-body p {
    font-size: 11px !important;
    line-height: 1.45 !important;
    color: #66766e;
    margin: 0 0 8px !important;
}

.tr-read-link {
    color: #087d4c !important;
    font-weight: 700 !important;
    font-size: 12px !important;
}

.tr-blog-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tr-blog-mini {
    display: grid;
    grid-template-columns: 66px 1fr;
    gap: 10px;
    align-items: center;
}

.tr-mini-category {
    display: block;
    font-size: 8px !important;
    font-weight: 800;
    color: #087d4c !important;
    margin-bottom: 2px;
}


/* =========================================================
   VIDEOS
========================================================= */

.tr-video-layout {
    display: grid;
    grid-template-columns: 1.65fr .85fr;
    gap: 10px;
}

.tr-video-feature {
    min-height: 245px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.tr-video-feature:after,
.tr-video-mini:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.65),
        rgba(0,0,0,0)
    );
    pointer-events: none;
}

.tr-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255,255,255,.94);
    color: #087d4c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    z-index: 3;
    padding-left: 3px;
}

.small-play {
    width: 31px !important;
    height: 31px !important;
    font-size: 11px !important;
}

.tr-video-caption {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 18px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.tr-video-caption strong {
    font-size: 19px;
    line-height: 1.1;
}

.tr-video-caption span {
    font-size: 10px;
}

.tr-video-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tr-video-mini {
    position: relative;
    flex: 1;
    min-height: 117px;
    background-size: cover;
    background-position: center;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 10px;
    color: #fff;
    z-index: 1;
}

.tr-video-mini > div {
    position: relative;
    z-index: 3;
    font-size: 12px;
    font-weight: 700;
}

.tr-video-mini b {
    display: block;
    font-size: 9px;
    margin-top: 2px;
}


/* =========================================================
   SHORTS
========================================================= */

.tr-shorts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.tr-short-image {
    height: 165px;
    position: relative;
    border-radius: 7px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.tr-short-image > b {
    position: absolute;
    right: 7px;
    bottom: 7px;
    color: #fff;
    font-size: 9px;
    z-index: 4;
}

.tr-short h3 {
    font-size: 11px !important;
    line-height: 1.2 !important;
    margin: 7px 0 0 !important;
}


/* =========================================================
   IMPACT + ENVIRONMENT + WEATHER
========================================================= */

.tr-environment-panel {
    display: grid;
    grid-template-columns: 1.35fr 1.15fr 1fr;
    gap: 0;
    background: #edf8ef;
    border-radius: 10px;
    padding: 18px;
}

.tr-impact,
.tr-environment-day,
.tr-weather {
    padding: 0 16px;
}

.tr-impact {
    padding-left: 0;
}

.tr-environment-day {
    border-left: 1px solid #cbded0;
    border-right: 1px solid #cbded0;
}

.tr-weather {
    padding-right: 0;
}

.tr-panel-title {
    font-size: 17px;
    font-weight: 800;
    color: #124b36;
    margin-bottom: 13px;
}

.tr-impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.tr-impact-card {
    background: #fff;
    border-radius: 7px;
    padding: 11px 7px;
    text-align: center;
}

.tr-impact-card span {
    display: block;
    font-size: 21px;
    margin-bottom: 4px;
}

.tr-impact-card strong {
    display: block;
    font-size: 17px;
    color: #124b36;
}

.tr-impact-card small {
    display: block;
    font-size: 8px;
    color: #718078;
    line-height: 1.2;
    margin-top: 3px;
}

.tr-day-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tr-day-icon {
    font-size: 55px;
}

.tr-day-content span {
    font-size: 10px;
    color: #708078;
}

.tr-day-content h2 {
    font-size: 19px !important;
    margin: 3px 0 !important;
}

.tr-day-content p {
    font-size: 10px !important;
    line-height: 1.35 !important;
    margin: 0 0 6px !important;
    color: #65756c;
}

.tr-weather-button {
    border: 1px solid #a8cdb1;
    background: #fff;
    color: #087d4c;
    padding: 9px 13px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.tr-weather-main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tr-weather-icon {
    font-size: 38px;
}

.tr-weather-main strong {
    display: block;
    font-size: 27px;
    color: #123d2d;
    line-height: 1;
}

.tr-weather-main span {
    display: block;
    font-size: 11px;
    margin-top: 4px;
}

.tr-weather-main small {
    display: block;
    font-size: 9px;
    color: #718078;
    margin-top: 3px;
}

.tr-weather-details {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 5px;
    border-top: 1px solid #d3e4d6;
    margin-top: 10px;
    padding-top: 8px;
}

.tr-weather-details div {
    text-align: center;
}

.tr-weather-details span {
    display: block;
    font-size: 13px;
}

.tr-weather-details b {
    display: block;
    font-size: 10px;
}

.tr-weather-details small {
    display: block;
    font-size: 7px;
    color: #738079;
}


/* =========================================================
   COMMUNITY
========================================================= */

.tr-community {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 15px;
    align-items: center;
}

.tr-community-image {
    min-height: 140px;
    border-radius: 7px;
    background-size: cover;
    background-position: center;
}

.tr-community-copy p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 0 0 12px !important;
    color: #52635a;
}

.tr-community-copy strong {
    display: block;
    font-size: 12px;
}

.tr-community-copy small {
    display: block;
    font-size: 10px;
    color: #7b8982;
    margin-top: 3px;
}


/* =========================================================
   ECO PULSE
========================================================= */

.tr-eco-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    background: #edf8ef;
    border-radius: 8px;
    overflow: hidden;
}

.tr-eco-grid > div {
    padding: 13px 10px;
    border-right: 1px solid #cfe1d2;
}

.tr-eco-grid > div:last-child {
    border-right: none;
}

.tr-eco-grid b {
    display: block;
    font-size: 10px;
    margin-bottom: 5px;
}

.tr-eco-grid span {
    display: block;
    font-size: 8px;
    line-height: 1.35;
    color: #6d7d74;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1000px){

    .tr-two-column {
        grid-template-columns: 1fr !important;
        gap: 35px !important;
    }

    .tr-environment-panel {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .tr-impact,
    .tr-environment-day,
    .tr-weather {
        padding: 0;
    }

    .tr-environment-day {
        border-left: none;
        border-right: none;
        border-top: 1px solid #cbded0;
        border-bottom: 1px solid #cbded0;
        padding: 20px 0;
    }

    .tr-weather {
        padding-top: 0;
    }

}


@media(max-width:700px){

    .tr-section {
        padding-top: 30px;
    }

    .tr-featured-content,
    .tr-news-layout,
    .tr-blog-layout,
    .tr-video-layout {
        grid-template-columns: 1fr;
    }

    .tr-featured-image {
        min-height: 220px;
    }

    .tr-event-grid {
        grid-template-columns: 1fr;
    }

    .tr-event {
        display: grid;
        grid-template-columns: 110px 1fr;
    }

    .tr-event-image {
        height: 100%;
        min-height: 100px;
    }

    .tr-event-info {
        padding: 12px;
    }

    .tr-news-list,
    .tr-blog-list {
        margin-top: 5px;
    }

    .tr-video-feature {
        min-height: 220px;
    }

    .tr-video-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .tr-video-mini {
        min-height: 130px;
    }

    .tr-shorts-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .tr-short-image {
        height: 210px;
    }

    .tr-impact-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .tr-eco-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tr-eco-grid > div:nth-child(2n) {
        border-right: none;
    }

    .tr-eco-grid > div {
        border-bottom: 1px solid #cfe1d2;
    }

    .tr-community {
        grid-template-columns: 1fr;
    }

}


@media(max-width:450px){

    .tr-events {
        padding: 15px;
    }

    .tr-featured-copy h2,
    .tr-news-feature-body h2,
    .tr-blog-body h2 {
        font-size: 21px !important;
    }

    .tr-video-list {
        grid-template-columns: 1fr;
    }

    .tr-shorts-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tr-short-image {
        height: 180px;
    }

    .tr-eco-grid {
        grid-template-columns: 1fr;
    }

    .tr-eco-grid > div {
        border-right: none !important;
    }

    .tr-environment-panel {
        padding: 15px;
    }

}


/* =========================================================
   FINAL LINK / HEADING ALIGNMENT
========================================================= */

.tr-home .section-kicker {
    font-weight: 800 !important;
    color: #123d2d !important;
}

.tr-home .view-all {
    color: #087d4c !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.tr-home a:hover {
    color: #2d9b58;
}

/* =========================================================
   TERRARELEAF - RESTORE HEADER / HERO / FOOTER
   Added after homepage redesign styles
========================================================= */

/* ---------- GLOBAL ---------- */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #123d2d;
    background: #fff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

.wrap {
    width: calc(100% - 72px);
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   HEADER
========================================================= */

.header {
    height: 88px;
    min-height: 88px;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #edf1ed;
}

.header-inner {
    height: 88px;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.logo img {
    display: block;
    width: 228px;
    max-width: 100%;
    max-height: 78px;
    height: auto;
    object-fit: contain;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 27px;
}

.nav a {
    display: inline-flex;
    align-items: center;
    color: #123d2d;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

.nav a:hover {
    color: #2d9b58;
}

.nav .get {
    padding: 14px 22px;
    border-radius: 30px;
    background: #17633f;
    color: #fff;
}

.nav .get:hover {
    background: #0f5132;
    color: #fff;
}


/* =========================================================
   HERO
========================================================= */

.hero {
    position: relative;
    overflow: hidden;
}

.tr-hero-final {
    min-height: 430px;
    height: 430px;
    background: #eaf3ec;
}

.hero-slides,
.hero-slide,
.hero-readability {
    position: absolute;
    inset: 0;
}

.hero-slide {
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity .8s ease;
}

.hero-slide.is-active {
    opacity: 1;
}

.hero-readability {
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.97) 0%,
            rgba(255,255,255,.86) 28%,
            rgba(255,255,255,.35) 52%,
            rgba(255,255,255,.02) 72%
        );
}

.hero-inner {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-copy-wrap {
    max-width: 500px;
    padding-top: 4px;
}

.kicker,
.hero-kicker {
    color: #17633f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.hero h1 {
    margin: 0;
    font-size: clamp(54px, 6vw, 76px);
    line-height: .92;
    letter-spacing: -3px;
    font-weight: 800;
}

.hero h1 span {
    display: block;
}

.hero h1 .p {
    color: #17633f;
}

.hero h1 .pl {
    color: #54ad3c;
}

.hero h1 .s {
    color: #168bc3;
}

.hero-copy {
    max-width: 560px;
    margin: 18px 0 22px;
    color: #174a36;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 11px 18px;
    border-radius: 25px;
    background: #17633f;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid #17633f;
}

.btn:hover {
    background: #0f5132;
    border-color: #0f5132;
    color: #fff !important;
}

.btn.alt {
    background: #fff;
    color: #168bc3 !important;
    border-color: #76c3df;
}

.btn.alt:hover {
    background: #f2fbff;
    color: #168bc3 !important;
}

.btn.small {
    min-height: 34px;
    padding: 8px 14px;
    font-size: 11px;
}

.hero-dots {
    position: absolute;
    z-index: 4;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 5px;
}

.hero-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.75);
    cursor: pointer;
}

.hero-dots button.is-active {
    width: 28px;
    border-radius: 8px;
    background: #fff;
}


/* =========================================================
   SECTION BASICS
========================================================= */

.section {
    width: 100%;
}

.section-kicker {
    position: relative;
    display: inline-block;
    color: #123d2d;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
}

.section-kicker:after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    margin-top: 8px;
    background: #49a83c;
}

.view-all {
    color: #087d4c !important;
    text-decoration: none !important;
    font-size: 11px !important;
    font-weight: 800 !important;
}

.view-all:hover {
    color: #2d9b58 !important;
}


/* =========================================================
   FOOTER
========================================================= */

.footer {
    margin-top: 45px;
    padding: 48px 0 0;
    background: #0c442f;
    color: #fff;
}

.footer .wrap {
    width: calc(100% - 72px);
    max-width: 1180px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .8fr 1fr .9fr;
    gap: 45px;
    align-items: start;
}

.footer-brand {
    min-width: 0;
}

.footer-logo {
    display: block;
    width: 185px;
    max-width: 100%;
    height: auto;
    margin: 0 0 14px;
    object-fit: contain;
}

.footer-tagline {
    max-width: 330px;
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: 13px;
    line-height: 1.6;
}

.footer-brand p:not(.footer-tagline) {
    margin: 0 0 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.footer-column {
    display: block !important;
    min-width: 0;
}

.footer-column h4 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
}

.footer-heading-line {
    display: block;
    width: 25px;
    height: 2px;
    margin: 8px 0 17px;
    background: #8bd12b;
}

.footer-column a {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 0 11px !important;
    padding: 0 !important;
    color: rgba(255,255,255,.88);
    font-size: 13px !important;
    line-height: 1.4;
    text-decoration: none;
    white-space: normal !important;
}

.footer-column a:hover {
    color: #8bd12b;
}

.footer-social {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    width: auto !important;
    height: auto !important;
    margin: 22px 0 0 !important;
    padding: 0 !important;
}

.footer .footer-social a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(255,255,255,.30) !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #fff !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
}

.footer .footer-social a svg,
.footer .footer-social svg {
    display: block !important;
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    min-height: 17px !important;
    max-width: 17px !important;
    max-height: 17px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    position: static !important;
    transform: none !important;
}

.footer .footer-social a:nth-child(1) svg,
.footer .footer-social a:nth-child(3) svg,
.footer .footer-social a:nth-child(4) svg {
    fill: currentColor !important;
}

.footer .footer-social a:nth-child(2) svg {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
}

.footer .footer-social a:hover {
    color: #8bd12b !important;
    border-color: #8bd12b !important;
    background: rgba(139,209,43,.10) !important;
}


/* ---------- NEWSLETTER ---------- */

.footer-newsletter {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 88px;
    margin-top: 35px;
    padding: 18px 22px;
    border: 1px solid rgba(139,209,43,.20);
    border-radius: 8px;
    background: rgba(255,255,255,.035);
    box-sizing: border-box;
}

.newsletter-icon {
    width: 60px;
    min-width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    padding-right: 18px;
    border-right: 1px solid rgba(255,255,255,.18);
}

.newsletter-icon span {
    font-size: 29px;
}

.newsletter-content {
    min-width: 0;
    flex: 1;
}

.newsletter-label {
    color: #8bd12b;
    font-size: 9px !important;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.footer-newsletter h3 {
    margin: 4px 0 4px;
    color: #fff;
    font-size: 18px !important;
    line-height: 1.15;
}

.footer-newsletter p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 11px !important;
    line-height: 1.4;
}

.newsletter-form {
    display: flex;
    width: 335px;
    max-width: 36%;
    margin-left: 25px;
}

.newsletter-form input {
    min-width: 0;
    flex: 1;
    height: 38px;
    padding: 0 13px;
    border: 0;
    border-radius: 4px 0 0 4px;
    background: #fff;
    color: #123d2d;
    font-size: 11px !important;
    outline: none;
}

.newsletter-form button {
    height: 38px;
    padding: 0 17px;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #35b94a;
    color: #fff;
    font-size: 10px !important;
    font-weight: 800;
    cursor: pointer;
}

.newsletter-form button:hover {
    background: #2aa23e;
}


/* ---------- FOOTER BOTTOM ---------- */

.footer-bottom {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box;
    margin-top: 25px;
    padding: 17px 0;
    border-top: 1px solid rgba(255,255,255,.12);
}

.footer-bottom small {
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255,255,255,.78);
    font-size: 10px !important;
    text-align: left;
}

.footer-bottom-tagline {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255,255,255,.82);
    font-size: 10px !important;
    text-align: right;
}

.bottom-leaf {
    margin-right: 5px;
}


/* =========================================================
   RESPONSIVE HEADER / HERO / FOOTER
========================================================= */

@media (max-width:1000px) {

    .wrap,
    .footer .wrap {
        width: calc(100% - 50px);
    }

    .header,
    .header-inner {
        height: 88px;
        min-height: 88px;
    }

    .logo img {
        width: 180px;
        max-height: 75px;
    }

    .nav {
        gap: 17px;
    }

    .nav a {
        font-size: 12px;
    }

    .nav .get {
        padding: 12px 17px;
    }

    .tr-hero-final {
        height: 400px;
        min-height: 400px;
    }

    .footer-grid {
        grid-template-columns: 1.2fr 1fr;
        gap: 38px 45px;
    }

    .newsletter-form {
        width: 320px;
        max-width: 40%;
    }
}


@media (max-width:700px) {

    .wrap,
    .footer .wrap {
        width: calc(100% - 36px);
    }

    .header,
    .header-inner {
        height: 72px;
        min-height: 72px;
    }

    .logo img {
        width: 144px;
        max-height: 62px;
    }

    .nav {
        gap: 9px;
    }

    .nav a {
        font-size: 10px;
    }

    .nav .get {
        padding: 10px 11px;
    }

    .tr-hero-final {
        height: 430px;
        min-height: 430px;
    }

    .hero-readability {
        background:
            linear-gradient(
                90deg,
                rgba(255,255,255,.96) 0%,
                rgba(255,255,255,.82) 48%,
                rgba(255,255,255,.18) 100%
            );
    }

    .hero-copy-wrap {
        max-width: 310px;
    }

    .hero h1 {
        font-size: 54px;
        letter-spacing: -2px;
    }

    .hero-copy {
        font-size: 13px;
    }

    .footer {
        padding-top: 40px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-logo {
        width: 185px;
    }

    .footer-newsletter {
        display: block;
        padding: 22px 18px;
    }

    .newsletter-icon {
        width: auto;
        min-width: 0;
        height: auto;
        margin: 0 0 12px;
        padding: 0;
        border-right: none;
    }

    .newsletter-form {
        display: flex;
        width: 100%;
        max-width: 100%;
        margin: 18px 0 0;
    }

    .footer-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px;
    }

    .footer-bottom-tagline {
        justify-content: flex-start !important;
        text-align: left;
    }
}


@media (max-width:450px) {

    .wrap,
    .footer .wrap {
        width: calc(100% - 30px);
    }

    .header,
    .header-inner {
        height: 68px;
        min-height: 68px;
    }

    .logo img {
        width: 125px;
        max-height: 58px;
    }

    .nav {
        gap: 6px;
    }

    .nav a {
        font-size: 9px;
    }

    .nav .get {
        padding: 8px 9px;
    }

    .tr-hero-final {
        height: 400px;
        min-height: 400px;
    }

    .hero h1 {
        font-size: 45px;
    }

    .hero-copy {
        font-size: 12px;
        max-width: 280px;
    }

    .hero-actions {
        gap: 7px;
    }

    .btn {
        padding: 9px 12px;
        font-size: 10px;
    }

    .newsletter-form {
        display: block;
    }

    .newsletter-form input,
    .newsletter-form button {
        display: block;
        width: 100%;
        border-radius: 4px;
    }

    .newsletter-form button {
        margin-top: 5px;
    }
}

/* =========================================================
   TERRARELEAF - FINAL COMPACT FOOTER DESIGN
========================================================= */

.footer {
    margin-top: 45px !important;
    padding: 28px 0 0 !important;
    background: #0b432e !important;
    color: #fff !important;
}

.footer .wrap {
    width: calc(100% - 72px) !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
}


/* =========================================================
   MAIN FOOTER ROW
========================================================= */

.footer-main {
    display: grid !important;

    grid-template-columns:
        1.55fr
        .72fr
        .95fr
        .90fr
        1.45fr !important;

    gap: 32px !important;

    align-items: start !important;
}


/* =========================================================
   VERTICAL DIVIDERS
========================================================= */

.footer-column {
    position: relative !important;
    padding-left: 25px !important;
}

.footer-column:first-of-type {
    border-left: 1px solid rgba(255,255,255,.20) !important;
}

.footer-column:nth-of-type(2),
.footer-column:nth-of-type(3) {
    border-left: 1px solid rgba(255,255,255,.20) !important;
}


/* =========================================================
   BRAND
========================================================= */

.footer-brand {
    min-width: 0 !important;
}

.footer-logo {
    display: block !important;

    width: 145px !important;
    max-width: 100% !important;

    height: auto !important;

    margin: 0 0 10px 0 !important;
}

.footer-tagline {
    max-width: 275px !important;

    margin: 0 !important;

    color: rgba(255,255,255,.88) !important;

    font-size: 11px !important;
    line-height: 1.45 !important;
}


/* =========================================================
   FOOTER HEADINGS
========================================================= */

.footer-column h4 {
    margin: 0 0 5px 0 !important;

    color: #fff !important;

    font-size: 13px !important;
    line-height: 1.2 !important;

    font-weight: 800 !important;
}

.footer-heading-line {
    display: block !important;

    width: 20px !important;
    height: 2px !important;

    margin: 6px 0 12px 0 !important;

    background: #8bd12b !important;
}


/* =========================================================
   FOOTER LINKS
========================================================= */

.footer-column a {
    display: block !important;

    width: 100% !important;

    margin: 0 0 7px 0 !important;
    padding: 0 !important;

    color: rgba(255,255,255,.88) !important;

    font-size: 11px !important;
    line-height: 1.35 !important;

    text-decoration: none !important;

    white-space: normal !important;

    float: none !important;
    clear: both !important;
}

.footer-column a:hover {
    color: #8bd12b !important;
}


/* =========================================================
   SOCIAL ICONS
========================================================= */

.footer .footer-social {
    display: flex !important;

    flex-direction: row !important;

    align-items: center !important;

    gap: 9px !important;

    width: auto !important;

    margin: 16px 0 0 0 !important;
    padding: 0 !important;
}

.footer .footer-social a {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 34px !important;
    height: 34px !important;

    min-width: 34px !important;
    min-height: 34px !important;

    max-width: 34px !important;
    max-height: 34px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid rgba(255,255,255,.28) !important;

    border-radius: 50% !important;

    background: transparent !important;

    color: #fff !important;

    text-decoration: none !important;

    box-sizing: border-box !important;
}

.footer .footer-social a svg {
    display: block !important;

    width: 15px !important;
    height: 15px !important;

    min-width: 15px !important;
    min-height: 15px !important;

    max-width: 15px !important;
    max-height: 15px !important;

    margin: 0 !important;
    padding: 0 !important;

    position: static !important;

    transform: none !important;

    box-sizing: border-box !important;
}

.footer .footer-social a:nth-child(1) svg,
.footer .footer-social a:nth-child(3) svg,
.footer .footer-social a:nth-child(4) svg {
    fill: currentColor !important;
}

.footer .footer-social a:nth-child(2) svg {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
}

.footer .footer-social a:hover {
    color: #8bd12b !important;
    border-color: #8bd12b !important;
    background: rgba(139,209,43,.10) !important;
}


/* =========================================================
   NEWSLETTER
========================================================= */

.footer-newsletter-new {
    border-left: 1px solid rgba(255,255,255,.20) !important;

    padding-left: 25px !important;

    min-width: 0 !important;
}

.newsletter-new-content h3 {
    margin: 0 0 7px 0 !important;

    color: #fff !important;

    font-size: 15px !important;
    line-height: 1.2 !important;

    font-weight: 800 !important;
}

.newsletter-new-content p {
    max-width: 270px !important;

    margin: 0 0 15px 0 !important;

    color: rgba(255,255,255,.78) !important;

    font-size: 11px !important;
    line-height: 1.45 !important;
}

.newsletter-new-form {
    display: flex !important;

    width: 100% !important;

    max-width: 290px !important;

    margin: 0 !important;
}

.newsletter-new-form input {
    flex: 1 !important;

    min-width: 0 !important;

    height: 34px !important;

    margin: 0 !important;
    padding: 0 11px !important;

    border: none !important;

    border-radius: 4px 0 0 4px !important;

    background: #fff !important;

    color: #123d2d !important;

    font-size: 10px !important;

    outline: none !important;
}

.newsletter-new-form button {
    height: 34px !important;

    margin: 0 !important;
    padding: 0 17px !important;

    border: none !important;

    border-radius: 0 4px 4px 0 !important;

    background: #35b94a !important;

    color: #fff !important;

    font-size: 10px !important;

    font-weight: 800 !important;

    cursor: pointer !important;
}

.newsletter-new-form button:hover {
    background: #2aa23e !important;
}


/* =========================================================
   BOTTOM BAR
========================================================= */

.footer-bottom {
    display: flex !important;

    flex-direction: row !important;

    align-items: center !important;

    justify-content: space-between !important;

    width: 100% !important;

    margin-top: 22px !important;

    padding: 12px 0 !important;

    border-top: 1px solid rgba(255,255,255,.16) !important;

    box-sizing: border-box !important;
}

.footer-bottom small {
    margin: 0 !important;
    padding: 0 !important;

    color: rgba(255,255,255,.76) !important;

    font-size: 9px !important;

    text-align: left !important;
}

.footer-bottom-tagline {
    display: flex !important;

    align-items: center !important;

    justify-content: flex-end !important;

    margin: 0 !important;
    padding: 0 !important;

    color: rgba(255,255,255,.80) !important;

    font-size: 10px !important;

    text-align: right !important;
}

.bottom-leaf {
    margin-right: 5px !important;
    font-size: 13px !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width:1000px) {

    .footer .wrap {
        width: calc(100% - 50px) !important;
    }

    .footer-main {
        grid-template-columns:
            1.3fr
            .8fr
            .9fr !important;

        gap: 28px !important;
    }

    .footer-newsletter-new {
        grid-column: 1 / -1 !important;

        border-left: none !important;
        border-top: 1px solid rgba(255,255,255,.18) !important;

        padding: 20px 0 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .newsletter-new-content p {
        margin-bottom: 0 !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:700px) {

    .footer {
        padding-top: 35px !important;
    }

    .footer .wrap {
        width: calc(100% - 36px) !important;
    }

    .footer-main {
        grid-template-columns: 1fr !important;

        gap: 25px !important;
    }

    .footer-column {
        border-left: none !important;

        padding-left: 0 !important;
    }

    .footer-newsletter-new {
        display: block !important;

        border-left: none !important;

        border-top: 1px solid rgba(255,255,255,.18) !important;

        padding: 22px 0 0 !important;
    }

    .newsletter-new-form {
        max-width: 100% !important;

        margin-top: 15px !important;
    }

    .footer-bottom {
        flex-direction: column !important;

        align-items: flex-start !important;

        gap: 7px !important;
    }

    .footer-bottom-tagline {
        justify-content: flex-start !important;

        text-align: left !important;
    }

}


@media (max-width:450px) {

    .footer .wrap {
        width: calc(100% - 30px) !important;
    }

    .newsletter-new-form {
        display: block !important;
    }

    .newsletter-new-form input,
    .newsletter-new-form button {
        display: block !important;

        width: 100% !important;

        border-radius: 4px !important;
    }

    .newsletter-new-form button {
        margin-top: 5px !important;
    }

}