*{box-sizing:border-box;margin:0;padding:0}
:root{--forest:#18392b;--green:#4f7d58;--sage:#9eb89b;--cream:#f6f2e7;--ink:#223127;--white:#fff;--muted:#68766c;--line:#ddd8ca}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;background:var(--cream);color:var(--ink)}
a{color:inherit}
.hero,.sub{color:white;background:radial-gradient(circle at 84% 18%,rgba(158,184,155,.28),transparent 28%),linear-gradient(135deg,#17362a,#3f6d4e)}
nav{max-width:1160px;margin:auto;padding:27px 28px;display:flex;justify-content:space-between;align-items:center}
.brand{text-decoration:none;font-size:19px;font-weight:900;letter-spacing:1.8px}
.links a{text-decoration:none;margin-left:24px;font-weight:700;font-size:14px}
.hero-content{max-width:1160px;margin:auto;padding:105px 28px 135px}
.hero-content span,.page-title small,main small{font-size:12px;letter-spacing:2.5px;font-weight:900;color:#c7d9be}
.hero h1{font-family:Georgia,serif;font-size:66px;line-height:1.02;max-width:820px;margin:20px 0}
.hero p{max-width:700px;font-size:19px;line-height:1.8;color:#e1ebe4}
.button{display:inline-block;margin-top:24px;padding:14px 24px;background:#d7e5d0;color:var(--forest);text-decoration:none;border-radius:999px;font-weight:900}
main{max-width:1160px;margin:auto;padding:80px 28px}
.about{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about h2,.feature h2{font-family:Georgia,serif;font-size:42px;line-height:1.16;margin-top:12px;font-weight:500}
.about p,.feature p,.policy p{color:var(--muted);line-height:1.85}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:60px}
.cards article{background:var(--white);padding:30px;border-radius:18px;border:1px solid var(--line);box-shadow:0 14px 35px rgba(34,49,39,.07)}
.num{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#e5eee1;color:var(--forest);font-weight:900}
.cards h3{margin-top:22px;color:var(--forest)}
.cards p{color:var(--muted);line-height:1.75}
.feature{margin-top:65px;padding:48px;background:#e5eee1;border-radius:24px;display:grid;grid-template-columns:140px 1fr;gap:40px;align-items:center}
.mark{width:110px;height:110px;border-radius:28px;display:grid;place-items:center;background:var(--forest);color:#d7e5d0;font-family:Georgia,serif;font-size:35px}
.page-title{max-width:930px;margin:auto;padding:65px 28px 90px}
.page-title h1{font-family:Georgia,serif;font-size:56px;font-weight:500;margin:18px 0}
.page-title p{color:#d9e5dc}
.policy{max-width:930px;padding-top:55px}
.policy article{background:var(--white);padding:48px;border-radius:20px;border-top:7px solid var(--green);box-shadow:0 18px 45px rgba(34,49,39,.08)}
.policy h2{font-family:Georgia,serif;font-size:27px;margin-top:34px;margin-bottom:10px;color:var(--forest)}
footer{background:#15251d;color:#d4ddd7;text-align:center;padding:27px}
footer a{color:#b9cfb5;text-decoration:none;margin-left:10px;font-weight:700}
@media(max-width:800px){nav{flex-direction:column;gap:16px}.links a{margin:0 8px}.hero h1{font-size:44px}.about,.cards,.feature{grid-template-columns:1fr}.feature{padding:34px}.page-title h1{font-size:43px}.policy article{padding:28px}}