:root{
    --nd-dark:#00583f;
    --nd-dark-2:#003f2d;
    --nd-green:#087c4d;
    --nd-lime:#72b72c;
    --nd-lime-2:#9acb3c;
    --nd-cream:#fbfdf2;
    --nd-text:#16251f;
    --nd-muted:#53635c;
    --nd-line:#dfe9ce;
    --nd-white:#fff;
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    color:var(--nd-text);
    background:#fff;
}

.nd-why-us{
    position:relative;
    overflow:hidden;
    padding:78px 20px 88px;
    background:
        radial-gradient(circle at 8% 85%, rgba(154,203,60,.14), transparent 24%),
        radial-gradient(circle at 92% 12%, rgba(0,88,63,.08), transparent 26%),
        linear-gradient(180deg,#ffffff 0%,#fbfdf4 100%);
}

.nd-why-us::before,
.nd-why-us::after{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    border-radius:50%;
    background:rgba(114,183,44,.06);
    pointer-events:none;
}

.nd-why-us::before{left:-120px;bottom:-120px}
.nd-why-us::after{right:-130px;top:-130px}

.nd-container{
    width:min(1180px,100%);
    margin:auto;
    position:relative;
    z-index:1;
}

.nd-heading{
    text-align:center;
    max-width:760px;
    margin:0 auto 48px;
}

.nd-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:8px 20px;
    border-radius:999px;
    color:#fff;
    background:linear-gradient(90deg,var(--nd-green),var(--nd-dark));
    font-size:13px;
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
    box-shadow:0 8px 20px rgba(0,88,63,.15);
}

.nd-heading h1{
    margin:18px 0 10px;
    color:var(--nd-dark);
    font-size:clamp(34px,5vw,54px);
    line-height:1.05;
    font-family:Georgia, "Times New Roman", serif;
}

.nd-heading h1 span{color:var(--nd-lime)}

.nd-heading p{
    margin:0 auto;
    max-width:660px;
    color:var(--nd-muted);
    font-size:17px;
    line-height:1.75;
}

.nd-grid{
    display:grid;
    grid-template-columns:1fr 1.1fr;
    gap:30px;
    align-items:stretch;
}

.nd-card{
    background:rgba(255,255,255,.92);
    border:1px solid var(--nd-line);
    border-radius:26px;
    box-shadow:0 18px 45px rgba(0,72,48,.09);
}

.nd-benefits{
    padding:36px;
}

.nd-benefits-title{
    display:flex;
    align-items:center;
    gap:14px;
    margin:0 0 26px;
    color:var(--nd-dark);
    font-size:25px;
    font-family:Georgia, "Times New Roman", serif;
}

.nd-title-icon{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:15px;
    color:#fff;
    background:linear-gradient(145deg,var(--nd-green),var(--nd-lime));
    font-size:24px;
    box-shadow:0 8px 18px rgba(85,150,42,.25);
}

.nd-list{
    list-style:none;
    padding:0;
    margin:0;
}

.nd-list li{
    display:flex;
    align-items:flex-start;
    gap:13px;
    padding:13px 0;
    border-bottom:1px dashed #d6e3c5;
    font-size:16px;
    line-height:1.45;
}

.nd-list li:last-child{border-bottom:0}

.nd-check{
    flex:0 0 25px;
    width:25px;
    height:25px;
    display:grid;
    place-items:center;
    margin-top:1px;
    border-radius:50%;
    color:#fff;
    background:var(--nd-lime);
    font-size:14px;
    font-weight:900;
}

.nd-quote{
    position:relative;
    margin:28px 0 0;
    padding:22px 24px;
    border:1px dashed #a9ca70;
    border-radius:18px;
    background:#fbfdf1;
    color:#2b4438;
    font-family:Georgia, "Times New Roman", serif;
    font-style:italic;
    font-size:17px;
    line-height:1.6;
}

.nd-quote::before{
    content:"“";
    position:absolute;
    left:12px;
    top:-23px;
    color:var(--nd-green);
    font-size:52px;
    font-style:normal;
}

.nd-growth{
    padding:36px;
    background:
        linear-gradient(145deg,rgba(0,88,63,.98),rgba(0,121,75,.96));
    color:#fff;
    border:0;
    position:relative;
    overflow:hidden;
}

.nd-growth::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    right:-130px;
    bottom:-160px;
    border:2px solid rgba(255,255,255,.08);
    border-radius:50%;
}

.nd-growth h2{
    position:relative;
    margin:0 0 7px;
    text-align:center;
    font-family:Georgia, "Times New Roman", serif;
    font-size:30px;
}

.nd-growth-intro{
    position:relative;
    text-align:center;
    color:rgba(255,255,255,.82);
    margin:0 auto 30px;
    max-width:560px;
    line-height:1.6;
}

.nd-tree{
    position:relative;
    width:180px;
    height:175px;
    margin:8px auto 8px;
}

.nd-trunk{
    position:absolute;
    left:81px;
    top:38px;
    width:20px;
    height:126px;
    border-radius:15px 15px 6px 6px;
    background:#7b4d2c;
    transform:rotate(2deg);
}

.nd-branch{
    position:absolute;
    width:75px;
    height:10px;
    border-radius:20px;
    background:#7b4d2c;
    transform-origin:left center;
}

.nd-branch.b1{left:90px;top:74px;transform:rotate(-38deg)}
.nd-branch.b2{left:88px;top:98px;transform:rotate(35deg)}
.nd-branch.b3{left:90px;top:58px;transform:rotate(-72deg)}

.nd-leaf{
    position:absolute;
    min-width:72px;
    padding:7px 10px;
    border-radius:50% 8px 50% 8px;
    background:var(--nd-lime);
    color:#fff;
    font-size:9px;
    font-weight:800;
    text-align:center;
    box-shadow:0 6px 12px rgba(0,0,0,.12);
}

.nd-leaf.l1{left:5px;top:48px;transform:rotate(-17deg)}
.nd-leaf.l2{left:78px;top:10px;transform:rotate(-5deg)}
.nd-leaf.l3{left:118px;top:62px;transform:rotate(17deg)}
.nd-leaf.l4{left:8px;top:102px;transform:rotate(12deg)}
.nd-leaf.l5{left:105px;top:110px;transform:rotate(-14deg)}

.nd-growth-grid{
    position:relative;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-top:22px;
}

.nd-growth-item{
    min-height:78px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:10px 7px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:15px;
    background:rgba(255,255,255,.07);
}

.nd-growth-item strong{
    display:block;
    margin-bottom:5px;
    color:#d7f39d;
    font-size:18px;
}

.nd-growth-item span{
    font-size:11px;
    line-height:1.25;
}

.nd-bottom{
    margin-top:32px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.nd-mini{
    padding:24px;
    text-align:center;
    border-radius:20px;
    background:#fff;
    border:1px solid var(--nd-line);
    box-shadow:0 10px 28px rgba(0,72,48,.06);
}

.nd-mini-icon{
    width:50px;
    height:50px;
    margin:0 auto 12px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:var(--nd-dark);
    background:#eef7d9;
    font-size:22px;
    font-weight:900;
}

.nd-mini h3{
    margin:0 0 7px;
    color:var(--nd-dark);
    font-size:18px;
}

.nd-mini p{
    margin:0;
    color:var(--nd-muted);
    font-size:14px;
    line-height:1.55;
}

.nd-cta{
    margin-top:40px;
    padding:30px;
    text-align:center;
    border-radius:24px;
    background:linear-gradient(90deg,#f0f8dc,#ffffff);
    border:1px solid #d8e7bb;
}

.nd-cta h2{
    margin:0 0 8px;
    color:var(--nd-dark);
    font-family:Georgia, "Times New Roman", serif;
    font-size:30px;
}

.nd-cta p{
    margin:0 auto 18px;
    color:var(--nd-muted);
}

.nd-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:13px 25px;
    border-radius:999px;
    background:var(--nd-dark);
    color:#fff;
    text-decoration:none;
    font-weight:800;
    transition:.2s ease;
}

.nd-btn:hover{
    transform:translateY(-2px);
    background:var(--nd-green);
    box-shadow:0 9px 20px rgba(0,88,63,.22);
}

@media (max-width:900px){
    .nd-grid{grid-template-columns:1fr}
    .nd-bottom{grid-template-columns:1fr}
}

@media (max-width:600px){
    .nd-why-us{padding:58px 14px 68px}
    .nd-heading{margin-bottom:32px}
    .nd-heading h1{font-size:38px}
    .nd-heading p{font-size:15px}
    .nd-benefits,.nd-growth{padding:26px 20px}
    .nd-growth-grid{grid-template-columns:repeat(2,1fr)}
    .nd-quote{font-size:15px}
    .nd-cta{padding:24px 18px}
}