:root{
  --green:#0f6d36;
  --green-dark:#0a5b2c;
  --green-2:#1f8a49;
  --green-soft:#eaf3eb;
  --green-soft-2:#f3f7f2;
  --text:#1e2a23;
  --muted:#4f5f56;
  --line:#dce6dc;
  --white:#fff;
  --shadow:0 8px 24px rgba(19,58,31,.08);
  --radius:22px;
  --container:1260px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:#fff;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(calc(100% - 48px), var(--container));margin:0 auto}
.site-header{
  background:#fff;
  border-bottom:1px solid #e7ece7;
  position:sticky;
  top:0;
  z-index:20;
}
.header-inner{
  min-height:94px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.brand img{width:min(360px, 42vw);height:auto}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border-radius:14px;
  padding:16px 24px;
  font-size:17px;
  font-weight:700;
  border:2px solid transparent;
  transition:.2s ease;
  cursor:pointer;
  line-height:1;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 6px 16px rgba(15,109,54,.18)}
.btn-primary:hover{background:var(--green-dark)}
.btn-secondary{background:#fff;color:var(--green);border-color:#79a986}
.btn-secondary:hover{background:#f7fbf7}
.btn-top{padding:16px 22px;border-radius:12px}
.btn-block{width:100%;padding:18px 24px;font-size:18px}
.btn-icon{width:22px;height:22px;flex:0 0 22px}

.hero{
  background:linear-gradient(180deg,#ffffff 0%, #fbfcfb 100%);
  overflow:hidden;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  align-items:center;
  min-height:560px;
}
.hero-copy{padding:58px 10px 58px 0}
.hero-copy h1{
  font-size:68px;
  line-height:1.05;
  letter-spacing:-1.8px;
  margin:0 0 24px;
  max-width:660px;
  color:#0c5f2e;
}
.hero-copy p{
  font-size:24px;
  line-height:1.55;
  margin:0 0 34px;
  color:#4c5c53;
}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap}
.hero-visual{
  position:relative;
  height:100%;
  min-height:560px;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
}
.hero-visual::before{
  content:"";
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 72% 14%, rgba(132,180,112,.18), transparent 28%),
    linear-gradient(180deg, rgba(241,246,239,1) 0%, rgba(251,253,250,1) 50%, rgba(246,250,246,1) 100%);
}
.hero-waves{
  position:absolute;right:-60px;top:-20px;width:480px;height:220px;opacity:.55;
  background:repeating-radial-gradient(circle at 0 100%, transparent 0 13px, rgba(130,175,107,.35) 13px 15px);
  transform:rotate(-9deg);
}
.hero-visual img{
  position:relative;
  width:92%;
  max-width:540px;
  object-fit:contain;
  margin-right:-10px;
  margin-bottom:10px;
  filter:drop-shadow(0 14px 26px rgba(10,45,21,.08));
}

.features-strip{border-top:1px solid #e7ece7;border-bottom:1px solid #e7ece7;background:#fff}
.strip-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.strip-item{
  display:flex;align-items:center;justify-content:center;gap:16px;
  padding:24px 16px;font-size:22px;font-weight:500;color:#24362b;position:relative;
}
.strip-item:not(:last-child)::after{
  content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:34px;width:1px;background:#d8e1d8;
}
.strip-item svg{width:28px;height:28px;color:var(--green)}

.products-section{padding:38px 0 44px;background:#fff}
.main-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.95fr);gap:38px;align-items:start}
.products-list{display:grid;gap:24px}
.product-card{
  background:#fff;border:1px solid #e8ece7;border-radius:22px;padding:14px;display:grid;
  grid-template-columns:230px minmax(0,1fr);gap:24px;box-shadow:var(--shadow);
}
.product-media img{width:100%;height:220px;object-fit:cover;border-radius:16px;background:#f6f6f6}
.product-copy{padding:10px 8px 10px 0;display:flex;flex-direction:column;justify-content:center}
.product-copy h2{margin:0 0 8px;font-size:28px;line-height:1.15;color:#0d6431}
.eyebrow{margin:0 0 16px;color:#3d8a54;font-size:18px;font-weight:500}
.product-copy p:last-of-type{margin:0 0 18px;font-size:16px;line-height:1.55;color:#2f3f36}
.tag{
  align-self:flex-start;background:#ecf7ea;color:#2c7b3d;border-radius:12px;padding:10px 14px;font-weight:700;
  display:inline-flex;align-items:center;gap:8px;font-size:16px;
}
.tag svg{width:18px;height:18px}

.contact-card{
  background:#fff;border:1px solid #e8ece7;border-radius:24px;box-shadow:var(--shadow);overflow:hidden;position:sticky;top:112px;
}
.contact-header{background:linear-gradient(180deg,#15843d,#0f6d36);padding:34px 28px 24px;color:#fff;text-align:center}
.contact-header h2{margin:0 0 10px;font-size:28px;line-height:1.15}
.contact-header p{margin:0;font-size:16px;line-height:1.45;color:#ecf8ee}
.form-status{display:none;margin:18px 24px 0;padding:14px 16px;border-radius:12px;font-weight:700;font-size:14px}
.form-status.show{display:block}
.form-status.success{background:#ecf8ee;color:#0c6b34;border:1px solid #bee3c6}
.form-status.error{background:#fff2f2;color:#a53737;border:1px solid #efc0c0}
.contact-form{padding:22px 24px 20px}
.field{position:relative;margin-bottom:14px}
.with-icon svg:not(.select-arrow){position:absolute;left:16px;top:18px;width:22px;height:22px;color:#7a7f86}
.field input,.field select,.field textarea{
  width:100%;border:1px solid #dadfe1;border-radius:12px;background:#fff;padding:16px 16px 16px 52px;
  font-size:18px;color:#29342d;font-family:inherit;outline:none;
}
.field textarea{min-height:170px;resize:vertical;padding-top:18px}
.field input:focus,.field select:focus,.field textarea:focus{border-color:#66a775;box-shadow:0 0 0 3px rgba(102,167,117,.12)}
.select-wrap select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:48px}
.select-arrow{position:absolute;right:16px;top:18px;width:20px;height:20px;color:#7a7f86;pointer-events:none}
.contact-alt{padding:0 24px 30px;margin:0;text-align:center;font-size:14px;line-height:1.5;color:#58685e}
.contact-alt a{color:var(--green);font-weight:700}

.benefits{background:#f2f6f1;padding:36px 0;border-top:1px solid #e4ebe4}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.benefit-item{text-align:center;padding:8px 20px 0;position:relative}
.benefit-item:not(:last-child)::after{content:"";position:absolute;right:-6px;top:16px;width:1px;height:110px;background:#d9e1d9}
.benefit-icon{display:flex;justify-content:center;align-items:center;margin-bottom:16px;color:var(--green)}
.benefit-icon svg{width:42px;height:42px}
.benefit-item h3{margin:0 0 10px;font-size:19px;color:#1d2f24}
.benefit-item p{margin:0 auto;max-width:240px;font-size:16px;line-height:1.5;color:#5f6d65}

.site-footer{
  color:#fff;
  background:linear-gradient(90deg,#0b5b2c 0%, #0e6f36 40%, #0d6a34 100%);
}

.footer-grid {
  display: grid;
  
  gap: 40px;
  padding: 44px 0 30px;
  align-items: center;
  text-align: center;
}
.footer-branding img{width:310px;max-width:100%;margin-bottom:18px;filter:brightness(0) invert(1)}
.footer-branding h3{margin:0 0 14px;font-size:32px}
.footer-branding p,.footer-contact p,.footer-links a{font-size:16px;line-height:1.65;color:rgba(255,255,255,.94)}
.footer-contact h4,.footer-links h4{margin:0 0 16px;font-size:20px}
.footer-contact p{display:flex;align-items:center;gap:12px;margin:0}
.footer-contact svg{width:22px;height:22px;flex:0 0 22px}
.footer-links{display:flex;flex-direction:column;gap:12px}
.footer-bottom{padding:18px 16px 22px;text-align:center;color:rgba(255,255,255,.96);font-size:12px}

@media (max-width: 1200px){
  .hero-copy h1{font-size:58px}
  .hero-copy p{font-size:22px}
  .strip-item{font-size:20px}
}
@media (max-width: 980px){
  .header-inner{min-height:86px}
  .brand img{width:min(300px, 60vw)}
  .hero-grid,.main-grid,.footer-grid,.benefits-grid,.strip-grid{grid-template-columns:1fr}
  .hero-grid{min-height:auto}
  .hero-copy{padding:44px 0 22px}
  .hero-copy h1{font-size:44px;max-width:none}
  .hero-copy p{font-size:20px}
  .hero-visual{min-height:360px;padding-bottom:10px}
  .hero-visual img{max-width:420px;width:100%}
  .strip-item{justify-content:flex-start;padding-left:0;padding-right:0}
  .strip-item:not(:last-child)::after{display:none}
  .product-card{grid-template-columns:1fr}
  .product-media img{height:260px}
  .contact-card{position:static}
  .benefit-item{padding:14px 0}
  .benefit-item:not(:last-child)::after{display:none}
}
@media (max-width: 640px){
  .container{width:min(calc(100% - 28px), var(--container))}
  .header-inner{flex-direction:column;align-items:flex-start;justify-content:center;padding:16px 0}
  .btn-top{width:100%}
  .hero-copy h1{font-size:34px;letter-spacing:-1px}
  .hero-copy p{font-size:18px}
  .btn{width:100%}
  .hero-actions{flex-direction:column}
  .strip-item{font-size:18px}
  .product-copy h2{font-size:24px}
  .eyebrow{font-size:16px}
  .contact-header h2{font-size:26px}
  .field input,.field select,.field textarea{font-size:16px}
  .footer-branding h3{font-size:26px}
}
