:root{--bg:#fbf7ee;--cream:#f4ecdf;--green:#173f20;--green2:#47731f;--olive:#7f9f52;--text:#223726;--muted:#5d6a58;--border:#d8ccb8;--white:#fffaf2}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.wrap{max-width:1360px;margin:auto;padding:0 28px}.ann{background:var(--green);color:white;text-align:center;padding:10px 16px;font-weight:700}.header{background:var(--bg);border-bottom:1px solid #d8ccb8}.head{display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:24px;padding:18px 28px}.logo-text{font:800 26px Georgia;color:var(--green)}.logo-img{max-width:var(--logo-width,130px)}.nav{display:flex;justify-content:center;gap:28px;flex-wrap:wrap}.nav a{font-weight:700;color:var(--green);font-size:15px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 28px;font-weight:800;min-height:48px}.solid{background:var(--green2);border:2px solid var(--green2);color:white}.outline{border:2px solid var(--green2);color:var(--green2)}.section{padding:48px 0}.hero-grid{display:grid;grid-template-columns:46% 54%;align-items:center;gap:32px}.hero-logo{width:150px;margin-bottom:14px}.hero h1{font:800 clamp(46px,5.4vw,88px)/.94 Georgia;margin:0;color:var(--green);letter-spacing:-1.8px}.hero h1 span{display:block;color:var(--olive);font-style:italic;font-weight:500}.divider{display:flex;align-items:center;gap:13px;max-width:460px;margin:26px 0 20px;color:var(--olive)}.divider span{height:1px;flex:1;background:#baa87f}.hero-text{font-size:20px;max-width:560px;text-align:center}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap;margin-top:26px}.hero-img-wrap{position:relative;min-height:400px;display:flex;align-items:center}.badge{position:absolute;right:34px;top:34px;width:148px;height:148px;border-radius:50%;background:#315d22;color:white;border:5px solid rgba(255,255,255,.92);display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:900;font-size:13px;text-align:center;gap:8px}.benefits{background:var(--green);color:white}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefit{display:grid;grid-template-columns:66px 1fr;gap:16px;align-items:center;padding:28px 24px;border-right:1px solid rgba(255,255,255,.22)}.benefit:last-child{border-right:0}.icon{width:60px;height:60px;border-radius:50%;background:var(--bg);color:var(--green2);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900}.benefit h3{font:700 22px Georgia;margin:0 0 5px;color:white}.benefit p{margin:0;color:rgba(255,255,255,.88);font-size:14px}.grid2{display:grid;grid-template-columns:56% 44%;gap:36px;align-items:center}.kicker{text-align:center;color:var(--olive);font-weight:900;letter-spacing:.08em}.title{font:700 clamp(34px,3.6vw,56px)/1.05 Georgia;color:var(--green);text-align:center;margin:0 0 16px}.subtitle{text-align:center;font-size:18px;color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(4,1fr);margin:28px 0}.stat{display:grid;grid-template-columns:42px 1fr;gap:0 10px;padding:0 16px;border-right:1px solid var(--border)}.stat:last-child{border-right:0}.stat .si{grid-row:1/3;font-size:28px}.stat strong{color:var(--green)}.stat span{font-size:13px;color:var(--muted)}.center{text-align:center}.feat-img img,.sub-img img{border-radius:28px}.how{background:var(--cream)}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:28px}.step{background:var(--white);border:1px solid var(--border);border-radius:24px;padding:26px;text-align:center}.num{width:44px;height:44px;border-radius:50%;background:var(--green2);color:white;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.page{padding:52px 0}.box{background:var(--white);border:1px solid var(--border);border-radius:24px;padding:34px;max-width:900px;margin:auto}.box h1,.prod h1{font:700 clamp(34px,4vw,56px)/1.05 Georgia;color:var(--green);margin-top:0}.prod{padding:50px 0}.prod-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px}.prod-media,.prod-info{background:var(--white);border:1px solid var(--border);border-radius:28px;padding:20px}.price{font-size:34px;font-weight:900;color:var(--green2)}select,input{width:100%;padding:13px;border:1px solid var(--border);border-radius:12px;margin:8px 0 16px}button.btn{width:100%;cursor:pointer}.footer{background:var(--green);color:white;padding:32px 0;margin-top:40px}.foot{display:grid;grid-template-columns:1fr auto;gap:24px}@media(max-width:990px){.head,.hero-grid,.grid2,.prod-grid{grid-template-columns:1fr;justify-items:center}.benefit-grid{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr)}.how-grid{grid-template-columns:1fr}}@media(max-width:640px){.wrap{padding:0 18px}.hero-buttons{flex-direction:column}.btn{width:100%}.benefit-grid,.stats{grid-template-columns:1fr}.badge{width:112px;height:112px;font-size:10px;right:14px;top:14px}}
