:root{
--green-700:#1f7a4f; /* replace with brand primary */
--green-600:#279863;
--green-100:#e9f6ef;
--green-50:#f4fbf7;
--gray-900:#101828;
--gray-700:#344054;
--gray-600:#475467;
--gray-500:#667085;
--gray-200:#eaecf0;
--gray-100:#f2f4f7;
--white:#ffffff;
--radius:14px;
--shadow:0 6px 18px rgba(16,24,40,.08);
--space:8px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
color:var(--gray-700);
background:var(--white);
line-height:1.6;
}

.narrow{max-width:820px}
.section{padding:72px 0}
.section.light{background:var(--green-50)}
h1,h2,h3,h4{color:var(--gray-900);line-height:1.2;margin:0 0 12px}
h1{font-size:40px;font-weight:600}
h2{font-size:28px;font-weight:600;margin-top:12px}
h3{font-size:20px;font-weight:600;margin-top:12px}
h4{font-size:17px;font-weight:600}
p{margin:0 0 14px}
.muted{color:var(--gray-500)}
.small{font-size:14px;color:var(--gray-600)}
.link{color:var(--green-700);text-decoration:none;font-weight:600}
.link:hover{text-decoration:underline}

.site-header{position:sticky;top:0;z-index:50;background:var(--white);border-bottom:1px solid var(--gray-100)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}
.logo{height:42px}
.logo-sm{height:28px}

.nav-toggle{display:none;background:none;border:none;font-size:24px}
.nav-list{display:flex;gap:18px;list-style:none;margin:0;padding:0}
.nav-list a{color:var(--gray-700);text-decoration:none;font-weight:500}
.nav-list a.active,.nav-list a:hover{color:var(--green-700)}

/* .hero{background:linear-gradient(0deg, rgba(255,255,255,.8), rgba(255,255,255,.8)), var(--green-600);padding:96px 0;margin-bottom:0} */
.hero {
  background: linear-gradient(0deg, rgba(255,255,255,0.8), rgba(255,255,255,0.8)),
              url('/assests/img/ChatGPT\ Image\ Sep\ 17\,\ 2025\,\ 12_54_35\ AM.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 96px 0;
  margin-bottom: 0;
}



.hero h1{font-size:44px}
.hero p{color:var(--gray-600);font-size:18px}
.hero-actions{display:flex;gap:12px;margin-top:16px}

.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}
.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:16px}
.card-grid.thirds{grid-template-columns:repeat(4,4qfr)}
.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow);text-decoration:none;color:inherit}
.card img{width:100%;height:180px;object-fit:cover;border-radius:10px;margin-bottom:12px}
.product-card .bullets{margin:4px 0 12px}
.rounded{border-radius:var(--radius)}
.shadow{box-shadow:var(--shadow)}

.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center}
.stat strong{display:block;font-size:18px;color:var(--green-700)}
.stat span{color:var(--gray-600)}

.values{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:16px 0}
.timeline .event{padding:10px 0;border-left:3px solid var(--green-600);padding-left:12px;margin-left:6px}

.filters{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 24px}
.chip{display:inline-block;background:var(--green-50);border:1px solid var(--green-100);color:var(--green-700);padding:8px 12px;border-radius:999px;text-decoration:none;font-weight:600}
.chips{display:flex;gap:8px;margin:8px 0}

.bullets{padding-left:18px}
.bullets li{margin:6px 0}

.btn{display:inline-block;border-radius:10px;padding:10px 14px;font-weight:600;text-decoration:none;cursor:pointer;transition:.2s ease;user-select:none}
.btn-primary{background:var(--green-700);color:var(--white)}
.btn-primary:hover{filter:brightness(.95)}
.btn-secondary{border:2px solid var(--green-700);color:var(--green-700);background:transparent}
.btn-secondary:hover{background:var(--green-100)}
.btn-ghost{color:var(--green-700);border:1px dashed var(--green-700);background:transparent;padding:8px 10px;border-radius:8px}

.form{gap:12px}
.form .form-row{display:flex;flex-direction:column;margin-bottom:12px}
.form label{font-weight:600;margin-bottom:6px}
.form input,.form textarea{border:1px solid var(--gray-200);border-radius:10px;padding:10px 12px;font-size:16px}
.form input:focus,.form textarea:focus{outline:2px solid var(--green-100);border-color:var(--green-600)}
.form .checkbox{flex-direction:row;align-items:center;gap:10px}
.error{color:#b42318;font-size:12px;height:14px}
.success{color:#067647;margin-top:8px}

.map-embed iframe{width:100%;height:260px;border:0;border-radius:10px}

.cta-box{border:1px solid var(--gray-200);border-radius:var(--radius);padding:18px;background:var(--green-50);margin-top:20px}

.site-footer{border-top:1px solid var(--gray-100);padding:24px 0;margin-top:24px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px}
.footer-links{list-style:none;margin:8px 0 0;padding:0}
.footer-links li{margin:6px 0}
.footer-links a{text-decoration:none;color:var(--gray-700)}
.footer-links a:hover{color:var(--green-700)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}

@media (max-width: 900px){
.grid-2{grid-template-columns:1fr}
.card-grid{justify-content: center; grid-template-columns:repeat(2,1fr)}
.footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 600px){
.nav-toggle{display:block}
.nav-list{display:none;position:absolute;right:20px;top:64px;background:#fff;border:1px solid var(--gray-100);border-radius:10px;padding:10px 12px;flex-direction:column;gap:10px;box-shadow:var(--shadow)}
.nav-list.open{display:flex}
.card-grid{grid-template-columns:1fr}
.trust{grid-template-columns:1fr}
.values{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr}
}
.container {
  width: 100%;
  margin: 0;
  padding: 12px;
}
.full-width {
   text-align: center;
}
/* .product-card {
  text-align: center;
} */
