.ns-trees-page {
    background: #fbf6ee;
}

/* =========================================================
   Hero
========================================================= */

.ns-trees-hero {
    position: relative;
    overflow: hidden;
    background: #281c11;
    padding: 7.5rem 0;
    color: #fff;
    border-top: 1px solid rgba(201, 148, 79, 0.16);
    border-bottom: 1px solid rgba(201, 148, 79, 0.18);
}

.ns-trees-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--ns-trees-hero-image);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 0;
}

.ns-trees-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(40, 28, 17, 0.88) 0%,
        rgba(40, 28, 17, 0.74) 22%,
        rgba(40, 28, 17, 0.48) 42%,
        rgba(40, 28, 17, 0.18) 58%,
        rgba(40, 28, 17, 0.00) 72%
    );
    z-index: 1;
    pointer-events: none;
}

.ns-trees-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 3.8rem;
    align-items: center;
}

.ns-trees-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1rem;
    color: #c9944f;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.ns-trees-kicker i {
    color: #b6c15f;
    font-size: 1.2rem;
    letter-spacing: 0;
}

.ns-trees-hero h1 {
    max-width: 760px;
    margin: 0 0 1.3rem;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 5.4rem;
    line-height: 0.98;
    font-weight: 600;
    text-shadow: 0 5px 24px rgba(0, 0, 0, 0.75);
}

.ns-trees-hero h1 .accent {
    color: #d8ab6a;
}

.ns-trees-hero p {
    max-width: 700px;
    margin: 0;
    color: #fff4e8;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    line-height: 1.8;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.78);
}

.ns-trees-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 2.2rem;
    margin-top: 2.4rem;
}

.ns-trees-hero-point {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: #f4eadf;
    font-family: 'Poppins', sans-serif;
}

.ns-trees-hero-point-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    border: 1px solid rgba(201, 148, 79, 0.58);
    background: rgba(40, 28, 17, 0.46);
    color: #c9944f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.ns-trees-hero-point strong {
    display: block;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.ns-trees-hero-point small {
    display: block;
    margin-top: 0.18rem;
    color: #e4d5c5;
    font-size: 0.96rem;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

/* =========================================================
   Lookup card
========================================================= */

.ns-trees-lookup-card {
    max-width: 430px;
    width: 100%;
    margin-left: auto;
    padding: 3rem 3.2rem;
    background: rgba(40, 28, 17, 0.76);
    border: 1px solid rgba(216, 171, 106, 0.68);
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(5px);
    text-align: center;
}

.ns-trees-lookup-card-icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 1.2rem;
    border-radius: 50%;
    border: 1px solid rgba(216, 171, 106, 0.54);
    background: rgba(216, 171, 106, 0.08);
    color: #d8ab6a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.ns-trees-lookup-card h2 {
    margin: 0 0 0.8rem;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.2rem;
    line-height: 1.05;
    font-weight: 600;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.55);
}

.ns-trees-lookup-card p {
    max-width: 300px;
    margin: 0 auto 1.8rem;
    color: #eee2d6;
    font-family: 'Poppins', sans-serif;
    font-size: 1.16rem;
    line-height: 1.6;
}

.ns-tree-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 58px;
    gap: 0;
    width: 100%;
    margin: 0;
    border: 1px solid rgba(255, 244, 232, 0.72);
    border-radius: 8px;
    background: rgba(40, 28, 17, 0.62);
    overflow: hidden;
}

.ns-tree-search-form input {
    min-width: 0;
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff4e8;
    padding: 0 1.35rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.08rem;
    box-shadow: none;
}

.ns-tree-search-form input::placeholder {
    color: rgba(255, 244, 232, 0.7);
}

.ns-tree-search-form input:focus {
    outline: none;
    box-shadow: none;
}

.ns-tree-search-form button {
    width: 58px;
    min-width: 58px;
    max-width: 58px;
    min-height: 50px;
    padding: 0;
    border: 0;
    border-left: 1px solid rgba(255, 244, 232, 0.45);
    border-radius: 0;
    background: #fff0dc;
    color: #281c11;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ns-tree-search-form button:hover {
    background: #d8ab6a;
    color: #281c11;
}

.ns-tree-search-form button i {
    display: block;
    margin: 0;
    line-height: 1;
}

.ns-trees-lookup-help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 1.4rem;
    color: #dccdbe;
    font-family: 'Poppins', sans-serif;
    font-size: 1.02rem;
    line-height: 1.4;
}

.ns-trees-lookup-help i {
    color: #d8ab6a;
    font-size: 1rem;
}

/* =========================================================
   Mission + stats
========================================================= */

.ns-trees-mission-section {
    position: relative;
    padding: 3.35rem 0 4rem;
    background:
        radial-gradient(circle at 12% 8%, rgba(201, 148, 79, 0.055), transparent 30%),
        radial-gradient(circle at 88% 10%, rgba(91, 123, 78, 0.055), transparent 28%),
        #fbf6ee;
    overflow: hidden;
}

.ns-trees-mission-section .container {
    position: relative;
    z-index: 2;
}

.ns-trees-botanical-decoration {
    position: absolute;
    top: 1.8rem;
    right: max(2rem, calc((100vw - 1140px) / 2 + 2rem));
    width: 205px;
    height: auto;
    opacity: 0.30;
    z-index: 1;
    pointer-events: none;
}

.ns-trees-mission-top {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 390px;
    gap: 2.4rem;
    align-items: center;
    margin-bottom: 2.35rem;
}

.ns-trees-mission-badge {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ns-trees-mission-badge-img {
    display: block;
    width: 170px;
    height: 170px;
    object-fit: contain;
    opacity: 0.94;
    filter: drop-shadow(0 12px 24px rgba(40, 28, 17, 0.08));
}

.ns-trees-section-kicker {
    display: inline-block;
    margin-bottom: 2rem;
    color: #c9944f;
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ns-trees-mission-copy h2 {
    margin: 0 0 0.65rem;
    color: #281c11;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.8rem;
    line-height: 1.02;
    font-weight: 600;
}

.ns-trees-mission-copy p {
    max-width: 680px;
    margin: 0;
    color: #6f6259;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    line-height: 1.72;
}

.ns-trees-mission-list {
    position: relative;
    min-height: 120px;
    padding-left: 2rem;
    border-left: 1px solid rgba(73, 53, 43, 0.14);
}

.ns-trees-mission-list ul {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 0.72rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ns-trees-mission-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #49352b;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.35;
}

.ns-trees-mission-list li i {
    width: 22px;
    color: #8aa05c;
    text-align: center;
    font-size: 1rem;
}

.ns-trees-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.4rem;
}

.ns-trees-stat-card {
    position: relative;
    overflow: hidden;
    min-height: 158px;
    padding: 1.55rem 1.4rem;
    border-radius: 16px;
    background:
        linear-gradient(rgba(32, 20, 12, 0.40), rgba(32, 20, 12, 0.70)),
        url('/assets/images/planted-trees/brownbgwoodrings.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(201, 148, 79, 0.24);
    color: #fff;
    text-align: center;
    box-shadow: 0 14px 30px rgba(40, 28, 17, 0.13);
}

.ns-trees-stat-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 48%),
        radial-gradient(circle at 50% 120%, rgba(201, 148, 79, 0.14), transparent 44%);
    pointer-events: none;
}

.ns-trees-stat-icon {
    position: relative;
    z-index: 2;
    width: 46px;
    height: 46px;
    margin: 0 auto 0.75rem;
    border-radius: 50%;
    border: 1px solid rgba(216, 171, 106, 0.5);
    background: rgba(216, 171, 106, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ns-trees-stat-icon-img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.ns-trees-stat-card strong {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 0.3rem;
    color: #fff2df;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.1rem;
    line-height: 1;
    font-weight: 600;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.ns-trees-stat-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 0.35rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.25;
}

.ns-trees-stat-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #d9c9b8;
    font-family: 'Poppins', sans-serif;
    font-size: 0.92rem;
    line-height: 1.4;
}

.ns-trees-stats-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 1.35rem;
    color: #748653;
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
}

.ns-trees-stats-note i {
    color: #8aa05c;
}

/* =========================================================
   Featured projects
========================================================= */

.ns-trees-projects-section {
    position: relative;
    padding: 4.4rem 0 5rem;
    background:
        radial-gradient(circle at 12% 18%, rgba(201, 148, 79, 0.06), transparent 30%),
        #fbf6ee;
    border-top: 1px solid rgba(73, 53, 43, 0.06);
}

.ns-trees-projects-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 2.6rem;
    align-items: start;
}

.ns-trees-projects-intro h2 {
    margin: 0 0 1rem;
    color: #281c11;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.6rem;
    line-height: 1.05;
    font-weight: 600;
}

.ns-trees-projects-intro p {
    margin: 0 0 1.7rem;
    color: #6f6259;
    font-family: 'Poppins', sans-serif;
    font-size: 1.18rem;
    line-height: 1.72;
}

.ns-trees-projects-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    min-height: 44px;
    padding: 0 1.35rem;
    border: 1px solid rgba(73, 53, 43, 0.42);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.32);
    color: #49352b !important;
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.ns-trees-projects-btn:hover {
    background: #49352b;
    border-color: #49352b;
    color: #fff !important;
}

.ns-trees-projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.ns-trees-project-card {
    overflow: hidden;
    border-radius: 16px;
    background: #fffaf3;
    border: 1px solid rgba(73, 53, 43, 0.13);
    box-shadow: 0 15px 34px rgba(40, 28, 17, 0.09);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ns-trees-project-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 148, 79, 0.42);
    box-shadow: 0 22px 44px rgba(40, 28, 17, 0.13);
}

.ns-trees-project-image-wrap {
    position: relative;
    overflow: hidden;
    height: 170px;
    background: #e7ddd0;
}

.ns-trees-project-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.ns-trees-project-card:hover .ns-trees-project-image {
    transform: scale(1.04);
}

.ns-trees-project-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(40, 28, 17, 0.04) 0%,
        rgba(40, 28, 17, 0.18) 100%
    );
    pointer-events: none;
}

.ns-trees-project-region {
    position: absolute;
    left: 1.1rem;
    bottom: 0.85rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 0.95rem;
    border-radius: 999px;
    background: #5f7644;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(40, 28, 17, 0.16);
}

.ns-trees-project-body {
    padding: 1.4rem 1.35rem 1.35rem;
}

.ns-trees-project-body h3 {
    margin: 0 0 0.65rem;
    color: #281c11;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.25rem;
    line-height: 1.08;
    font-weight: 600;
}

.ns-trees-project-body p {
    margin: 0 0 1.25rem;
    min-height: 62px;
    color: #6f6259;
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    line-height: 1.58;
}

.ns-trees-project-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(73, 53, 43, 0.1);
}

.ns-trees-project-meta div {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
}

.ns-trees-project-meta img {
    display: block;
    width: 18px;
    height: 18px;
    min-width: 18px;
    object-fit: contain;
}

.ns-trees-project-meta span {
    display: block;
    color: #6f6259;
    font-family: 'Poppins', sans-serif;
    font-size: 0.76rem;
    line-height: 1.18;
}

.ns-trees-project-meta strong {
    display: block;
    color: #49352b;
    font-family: 'Poppins', sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.1;
}

.ns-trees-projects-empty {
    grid-column: 1 / -1;
    padding: 2.4rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(73, 53, 43, 0.1);
}

.ns-trees-projects-empty h3 {
    margin: 0 0 0.5rem;
    color: #281c11;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.6rem;
}

.ns-trees-projects-empty p {
    margin: 0;
    color: #6f6259;
    font-family: 'Poppins', sans-serif;
    font-size: 1.12rem;
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1199px) {
    .ns-trees-mission-top {
        grid-template-columns: 130px minmax(0, 1fr);
    }

    .ns-trees-mission-list {
        grid-column: 1 / -1;
        padding-left: 0;
        padding-top: 1.8rem;
        border-left: 0;
        border-top: 1px solid rgba(73, 53, 43, 0.12);
    }

    .ns-trees-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ns-trees-botanical-decoration {
        top: 2rem;
        right: 2rem;
        width: 170px;
        opacity: 0.24;
    }

    .ns-trees-projects-layout {
        grid-template-columns: 1fr;
    }

    .ns-trees-projects-intro {
        max-width: 720px;
    }
}

@media (max-width: 991px) {
    .ns-trees-hero-inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .ns-trees-lookup-card {
        max-width: 560px;
        margin-left: 0;
    }

    .ns-trees-projects-grid {
        grid-template-columns: 1fr;
    }

    .ns-trees-project-image-wrap {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .ns-trees-hero {
        padding: 5rem 0;
    }

    .ns-trees-hero h1 {
        font-size: 3.8rem;
    }

    .ns-trees-hero p {
        font-size: 1.3rem;
    }

    .ns-trees-hero-points {
        gap: 1.3rem;
    }

    .ns-trees-hero-point {
        width: 100%;
    }

    .ns-trees-lookup-card {
        padding: 2.4rem 2rem;
    }

    .ns-trees-lookup-card h2 {
        font-size: 2.5rem;
    }

    .ns-trees-mission-section {
        padding: 3.4rem 0 4rem;
    }

    .ns-trees-botanical-decoration {
        top: 1.2rem;
        right: -2.2rem;
        width: 140px;
        opacity: 0.16;
    }

    .ns-trees-mission-top {
        grid-template-columns: 1fr;
        gap: 1.8rem;
        text-align: center;
    }

    .ns-trees-mission-badge-img {
        width: 170px;
        height: 170px;
        margin: 0 auto;
    }

    .ns-trees-section-kicker {
        font-size: 1.6rem;
    }

    .ns-trees-mission-copy h2 {
        font-size: 3.2rem;
    }

    .ns-trees-mission-copy p {
        font-size: 1.18rem;
    }

    .ns-trees-mission-list {
        text-align: left;
    }

    .ns-trees-stats-grid {
        grid-template-columns: 1fr;
    }

    .ns-trees-stat-card {
        min-height: 155px;
    }

    .ns-trees-projects-section {
        padding: 3.6rem 0 4.2rem;
    }

    .ns-trees-projects-intro h2 {
        font-size: 3.1rem;
    }

    .ns-trees-project-meta {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   How It Works
========================================================= */

.ns-trees-process-section {
    position: relative;
    padding: 2.8rem 0 3.2rem;
    background:
        radial-gradient(circle at 50% 0%, rgba(201, 148, 79, 0.055), transparent 34%),
        #fffaf3;
    border-top: 1px solid rgba(73, 53, 43, 0.06);
    border-bottom: 1px solid rgba(73, 53, 43, 0.06);
    overflow: hidden;
}

.ns-trees-process-heading {
    text-align: center;
    margin-bottom: 2rem;
}

.ns-trees-process-heading h2 {
    margin: 0;
    color: #281c11;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 600;
}

.ns-trees-process-divider {
    position: relative;
    display: block;
    width: 74px;
    height: 16px;
    margin: 0.7rem auto 0;
    background:
        radial-gradient(circle at center, #c9944f 0 3px, transparent 4px);
}

.ns-trees-process-divider::before,
.ns-trees-process-divider::after {
    content: "";
    position: absolute;
    top: 7px;
    width: 28px;
    height: 1px;
    background: rgba(201, 148, 79, 0.42);
}

.ns-trees-process-divider::before {
    left: 0;
}

.ns-trees-process-divider::after {
    right: 0;
}

.ns-trees-process-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.8rem;
    padding: 0 2.5rem;
}

.ns-trees-process-steps::before,
.ns-trees-process-steps::after {
    content: "";
    position: absolute;
    top: 2.45rem;
    width: 1px;
    height: 4.6rem;
    background: rgba(73, 53, 43, 0.13);
}

.ns-trees-process-steps::before {
    left: 0;
}

.ns-trees-process-steps::after {
    right: 0;
}

.ns-trees-process-step {
    position: relative;
    text-align: center;
    padding: 0 0.7rem;
}


/* Arrow head between steps */
.ns-trees-process-step:not(:last-child)::before {
    content: "\f061";
    position: absolute;
    top: 2.1rem;
    left: calc(100% - 28px);
    color: rgba(73, 53, 43, 0.42);
    font-family: "Font Awesome 5 Free";
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1;
}

.ns-trees-process-number {
    position: absolute;
    top: 1.52rem;
    left: calc(50% - 78px);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e2d3bd;
    color: #6b553d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    box-shadow: 0 6px 14px rgba(40, 28, 17, 0.08);
    z-index: 2;
}

.ns-trees-process-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    border: 1px solid rgba(73, 53, 43, 0.16);
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.95), rgba(251, 246, 238, 0.98));
    color: #a9824f;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 13px 28px rgba(40, 28, 17, 0.10),
        inset 0 0 0 7px rgba(255, 255, 255, 0.46);
}

.ns-trees-process-icon i {
    font-size: 2.15rem;
    line-height: 1;
}

.ns-trees-process-icon img {
    display: block;
    width: 37px;
    height: 37px;
    object-fit: contain;
}

.ns-trees-process-step h3 {
    margin: 0.1rem 0 0.45rem;
    color: #281c11;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    line-height: 1.05;
    font-weight: 600;
}

.ns-trees-process-step p {
    max-width: 230px;
    margin: 0 auto;
    color: #6f6259;
    font-family: 'Poppins', sans-serif;
    font-size: 1.02rem;
    line-height: 1.48;
}

/* =========================================================
   How It Works Responsive
========================================================= */

@media (max-width: 991px) {
    .ns-trees-process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3rem 2rem;
        padding: 0;
    }

    .ns-trees-process-steps::before,
    .ns-trees-process-steps::after,
    .ns-trees-process-step:not(:last-child)::before,
    .ns-trees-process-step:not(:last-child)::after {
        display: none;
    }

    .ns-trees-process-number {
       left: calc(50% - 76px);
    }
}

@media (max-width: 767px) {
    .ns-trees-process-section {
        padding: 3.2rem 0 3.8rem;
    }

    .ns-trees-process-heading h2 {
        font-size: 3rem;
    }

    .ns-trees-process-steps {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .ns-trees-process-icon {
        width: 72px;
        height: 72px;
    }

    .ns-trees-process-step h3 {
        font-size: 1.9rem;
    }
}

/* Final How It Works polish */

.ns-trees-process-section {
    padding-top: 2.4rem;
    padding-bottom: 3rem;
}

.ns-trees-process-heading {
    margin-bottom: 1.6rem;
}

/* Clean arrow between steps */
.ns-trees-process-step:not(:last-child)::after {
    content: "\f061";
    position: absolute;
    top: 2.15rem;
    left: calc(100% - 0.6rem);
    color: rgba(73, 53, 43, 0.42);
    font-family: "Font Awesome 5 Free";
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1;
    transform: translateX(-50%);
}

/* Disable old connector line */
.ns-trees-process-step:not(:last-child)::before {
    display: none;
}



/* =========================================================
   Track Your Tree
========================================================= */

.ns-tree-track-section {
    padding: 3.5rem 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(201, 148, 79, 0.10), transparent 28%),
        radial-gradient(circle at 85% 80%, rgba(73, 53, 43, 0.08), transparent 32%),
        #fbf6ef;
}

.ns-tree-track-wrap {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) 46px minmax(460px, 1.55fr);
    gap: 1.4rem;
    align-items: center;
}

.ns-tree-track-search {
    position: relative;
    min-height: 250px;
    padding: 2.1rem 2rem;
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.72), rgba(248,240,229,0.94));
    border: 1px solid rgba(73, 53, 43, 0.13);
    box-shadow: 0 18px 42px rgba(40, 28, 17, 0.08);
    text-align: center;
}

.ns-tree-track-search h2 {
    margin: 0 0 0.65rem;
    color: #281c11;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.65rem;
    line-height: 1;
    font-weight: 700;
}

.ns-tree-track-search p {
    max-width: 380px;
    margin: 0 auto 1.35rem;
    color: #5d5148;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.45;
}

.ns-tree-track-form {
    display: grid;
    grid-template-columns: 1fr 58px;
    max-width: 380px;
    margin: 0 auto;
    background: #fffaf5;
    border: 1px solid rgba(73, 53, 43, 0.18);
    border-radius: 9px;
    overflow: hidden;
    box-shadow: inset 0 1px 3px rgba(40, 28, 17, 0.05);
}

.ns-tree-track-form input {
    min-width: 0;
    height: 56px;
    padding: 0 1.1rem;
    border: 0;
    outline: 0;
    background: transparent;
    color: #2f2219;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
}

.ns-tree-track-form button {
    width: 58px;
    height: 56px;
    border: 0;
    background: #21140d;
    color: #e6d4b9;
    font-size: 1.2rem;
    cursor: pointer;
    transition: 0.2s ease;
}

.ns-tree-track-form button:hover {
    background: #49352b;
}

.ns-tree-track-help {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
    font-size: 0.92rem !important;
}

.ns-tree-track-help a {
    color: #41572b;
    font-weight: 700;
    text-decoration: underline;
}

.ns-tree-track-alert {
    max-width: 380px;
    margin: 1rem auto 0;
    padding: 0.75rem 0.85rem;
    border-radius: 10px;
    background: rgba(125, 46, 35, 0.09);
    color: #7d2e23;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
}

.ns-tree-track-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(88, 107, 57, 0.65);
    font-size: 2rem;
}

.ns-tree-result-card {
    min-height: 250px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    overflow: hidden;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(24, 48, 13, 0.98), rgba(38, 64, 20, 0.98));
    color: #fff;
    box-shadow: 0 22px 48px rgba(40, 28, 17, 0.18);
    border: 1px solid rgba(255,255,255,0.13);
}

.ns-tree-result-main {
    position: relative;
    padding: 1.6rem 1.65rem;
}

.ns-tree-result-label {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    background: rgba(228, 210, 162, 0.16);
    color: #e9d8a8;
    border: 1px solid rgba(228, 210, 162, 0.18);
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
}

.ns-tree-result-layout {
    display: grid;
    grid-template-columns: 116px 1fr;
    gap: 1.25rem;
    align-items: center;
}

.ns-tree-result-image {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    padding: 5px;
    background: rgba(255,255,255,0.20);
    box-shadow: 0 10px 24px rgba(0,0,0,0.22);
}

.ns-tree-result-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.ns-tree-result-details span {
    display: block;
    margin-bottom: 0.2rem;
    color: rgba(255,255,255,0.65);
    font-family: 'Poppins', sans-serif;
    font-size: 0.82rem;
}

.ns-tree-result-details h3 {
    margin: 0 0 0.85rem;
    color: #fff2d6;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.35rem;
    line-height: 1;
    font-weight: 700;
}

.ns-tree-result-details p {
    margin: 0 0 0.8rem;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.55rem;
    line-height: 1.05;
    font-weight: 600;
}

.ns-tree-result-details .ns-tree-result-small {
    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.82);
    font-weight: 600;
}

.ns-tree-result-status {
    padding: 1.65rem 1.55rem;
    background: rgba(255, 255, 255, 0.12);
    border-left: 1px solid rgba(255,255,255,0.12);
}

.ns-tree-result-status h4 {
    margin: 0 0 1.05rem;
    color: #fff2d6;
    font-family: 'Poppins', sans-serif;
    font-size: 0.98rem;
    font-weight: 800;
}

.ns-tree-status-list {
    position: relative;
    display: grid;
    gap: 0.85rem;
}

.ns-tree-status-item {
    position: relative;
    display: grid;
    grid-template-columns: 24px 1fr auto;
    gap: 0.55rem;
    align-items: center;
    color: rgba(255,255,255,0.55);
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
}

.ns-tree-status-item::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 19px;
    width: 2px;
    height: 24px;
    background: rgba(255,255,255,0.18);
}

.ns-tree-status-item:last-child::before {
    display: none;
}

.ns-tree-status-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.32);
    background: rgba(255,255,255,0.10);
}

.ns-tree-status-item.is-complete,
.ns-tree-status-item.is-current {
    color: #fff;
}

.ns-tree-status-item.is-complete .ns-tree-status-dot,
.ns-tree-status-item.is-current .ns-tree-status-dot {
    background: #9bbd72;
    border-color: #d8f0bb;
    box-shadow: 0 0 0 4px rgba(155, 189, 114, 0.16);
}

.ns-tree-status-item.is-current .ns-tree-status-dot {
    animation: nsTreePulse 1.7s ease-in-out infinite;
}

.ns-tree-status-item.is-cancelled {
    color: rgba(255, 210, 200, 0.82);
}

.ns-tree-status-item.is-cancelled .ns-tree-status-dot {
    background: #9d4b3e;
    border-color: #ffd1c8;
}

.ns-tree-status-item strong {
    font-weight: 700;
}

.ns-tree-status-item em {
    color: rgba(255,255,255,0.68);
    font-style: normal;
    font-size: 0.82rem;
    text-align: right;
}

.ns-tree-result-message {
    margin: 1.1rem 0 0;
    color: #e9d8a8;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
}

.ns-tree-result-empty {
    grid-column: 1 / -1;
    padding: 2rem;
    text-align: center;
}

.ns-tree-result-empty h3 {
    color: #fff2d6;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
}

.ns-tree-result-empty p {
    color: rgba(255,255,255,0.72);
}

@keyframes nsTreePulse {
    0%, 100% {
        box-shadow: 0 0 0 4px rgba(155, 189, 114, 0.16);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(155, 189, 114, 0.07);
    }
}

@media (max-width: 991px) {
    .ns-tree-track-wrap {
        grid-template-columns: 1fr;
    }

    .ns-tree-track-arrow {
        transform: rotate(90deg);
    }

    .ns-tree-result-card {
        grid-template-columns: 1fr;
    }

    .ns-tree-result-status {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,0.12);
    }
}

@media (max-width: 575px) {
    .ns-tree-track-search {
        padding: 1.8rem 1.25rem;
    }

    .ns-tree-track-search h2 {
        font-size: 2.25rem;
    }

    .ns-tree-result-layout {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ns-tree-result-image {
        margin: 0 auto;
    }

    .ns-tree-status-item {
        grid-template-columns: 24px 1fr;
    }

    .ns-tree-status-item em {
        grid-column: 2;
        text-align: left;
    }
}

/* Current tree timeline step */
.ns-tree-status-item.is-current {
    color: #fff;
}

.ns-tree-status-item.is-current .ns-tree-status-dot {
    background: #9bbd72;
    border-color: #d8f0bb;
    box-shadow: 0 0 0 4px rgba(155, 189, 114, 0.16);
    animation: nsTreePulse 1.7s ease-in-out infinite;
}

@keyframes nsTreePulse {
    0%, 100% {
        box-shadow: 0 0 0 4px rgba(155, 189, 114, 0.16);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(155, 189, 114, 0.07);
    }
}