:root{--green:#6fb045;--dark:#071521;--muted:#63736b;--bg:#f5f7f3;--card:#fff}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17221d;background:var(--bg);line-height:1.6}a{color:inherit}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:14px 6vw;background:rgba(7,21,33,.94);backdrop-filter:blur(12px);box-shadow:0 10px 30px rgba(0,0,0,.12)}.brand img{height:38px;display:block}.site-header nav{display:flex;gap:24px}.site-header nav a{color:white;text-decoration:none;font-weight:600;font-size:14px}.hero{min-height:78vh;display:grid;place-items:center;position:relative;background:linear-gradient(90deg,rgba(7,21,33,.82),rgba(7,21,33,.35)),url('./assets/img/hero.jpg') center/cover no-repeat;color:white}.hero-content{width:min(1080px,88vw);position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:var(--green);margin:0 0 10px}.hero h1{font-size:clamp(36px,6vw,72px);line-height:1.02;max-width:980px;margin:0 0 22px}.hero p:not(.eyebrow){font-size:clamp(18px,2vw,26px);margin-bottom:30px}.button{display:inline-block;background:var(--green);color:white;text-decoration:none;padding:14px 22px;border-radius:999px;font-weight:800;box-shadow:0 12px 24px rgba(111,176,69,.32)}.section{padding:80px 6vw}.section h2{font-size:clamp(30px,4vw,48px);line-height:1.1;margin:0 0 24px}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center;background:white}.rounded{width:100%;border-radius:28px;box-shadow:0 24px 60px rgba(0,0,0,.18)}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.card,.articles article{background:var(--card);border-radius:26px;overflow:hidden;box-shadow:0 16px 40px rgba(7,21,33,.1);transition:.2s transform}.card:hover,.articles article:hover{transform:translateY(-4px)}.card img,.articles img{width:100%;height:210px;object-fit:cover;display:block}.card h3,.card ul,.articles h3,.articles p{margin-left:22px;margin-right:22px}.card h3{font-size:22px;margin-top:22px}.card ul{padding-left:18px;margin-bottom:26px}.dark{background:var(--dark);color:white}.dark h2{max-width:700px}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.features div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:24px}.features h3{color:var(--green);margin-top:0}.banner{padding-top:0;padding-bottom:0}.banner img{width:100%;max-height:360px;object-fit:cover;border-radius:28px}.articles{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}footer{background:#06101a;color:white;text-align:center;padding:60px 6vw}footer a{color:#9ee077}@media(max-width:900px){.site-header{align-items:flex-start;gap:12px;flex-direction:column}.site-header nav{flex-wrap:wrap;gap:14px}.split,.cards,.features,.articles{grid-template-columns:1fr}.section{padding:56px 6vw}.hero{min-height:68vh}.brand img{height:32px}}
