:root{
  --green:#16a34a;--green-dark:#0d7a36;--green-soft:#eafaf0;
  --graphite:#16241b;--ink:#26342b;--muted:#65766c;--line:#e3ece6;
  --soft:#f5faf7;--white:#fff;
  --shadow:0 18px 50px rgba(22,33,27,.10);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{max-width:980px;margin:0 auto;padding:0 clamp(16px,4vw,32px)}

header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.hbar{display:flex;align-items:center;justify-content:space-between;height:64px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--graphite);font-size:15px}
.badge{display:grid;place-items:center;width:40px;height:40px;background:var(--green);color:#fff;border-radius:11px}
.badge svg{width:24px;height:24px}
.brand .sub{display:block;font-size:11px;font-weight:700;color:var(--muted)}
.hphone{display:inline-flex;align-items:center;gap:7px;font-weight:800;color:var(--graphite);font-size:15px}
.hphone svg{width:18px;height:18px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:54px;padding:0 24px;border-radius:12px;font-weight:800;font-size:15px;cursor:pointer;border:0;transition:transform .18s,box-shadow .18s,background .18s}
.btn svg{width:19px;height:19px;flex:none}
.btn.primary{background:var(--green);color:#fff;box-shadow:0 10px 24px rgba(22,163,74,.28)}
.btn.primary:hover{background:var(--green-dark);transform:translateY(-2px)}
.btn.ghost{background:#fff;color:var(--graphite);border:1.5px solid var(--line)}
.btn.ghost:hover{border-color:var(--green);color:var(--green-dark);transform:translateY(-2px)}
.btn.viber{background:#7360f2;color:#fff}.btn.tg{background:#229ed9;color:#fff}

.lhero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fbfdfc,#f1f8f3);padding:48px 0 52px}
.eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:800;letter-spacing:.06em;color:var(--green-dark);background:var(--green-soft);padding:7px 12px;border-radius:999px;text-transform:uppercase}
.lhero h1{margin:16px 0 14px;font-size:clamp(30px,4.4vw,46px);line-height:1.06;color:var(--graphite);font-weight:900;letter-spacing:-.01em}
.lhero h1 b{color:var(--green)}
.lhero p{font-size:clamp(16px,1.5vw,18px);color:var(--muted);max-width:640px;margin-bottom:22px}
.lhero .cta{display:flex;gap:12px;flex-wrap:wrap}

.content{padding:clamp(40px,5vw,64px) 0}
.content h2{font-size:clamp(23px,2.6vw,32px);color:var(--graphite);font-weight:900;letter-spacing:-.01em;margin:34px 0 12px}
.content h2:first-child{margin-top:0}
.content p{color:var(--ink);font-size:16.5px;margin-bottom:14px;max-width:760px}
.content ul{margin:0 0 16px 0;padding:0;list-style:none;max-width:760px}
.content li{position:relative;padding:8px 0 8px 30px;border-bottom:1px solid var(--line);color:var(--ink);font-size:16px}
.content li::before{content:"";position:absolute;left:4px;top:15px;width:8px;height:8px;border-radius:50%;background:var(--green)}

.pricebox{background:var(--soft);border:1px solid var(--line);border-radius:16px;padding:8px 22px;margin:18px 0;max-width:760px}
.pricebox .prow{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line);font-size:16px}
.pricebox .prow:last-child{border-bottom:0}
.pricebox .prow b{color:var(--green-dark);font-weight:800}

.related{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.related a{font-size:14px;font-weight:700;color:var(--green-dark);background:var(--green-soft);padding:9px 14px;border-radius:999px;transition:background .15s}
.related a:hover{background:#d6f3e2}

.ctaband{background:var(--graphite);border-radius:22px;padding:clamp(26px,4vw,40px);text-align:center;margin:8px 0}
.ctaband h2{color:#fff;font-size:clamp(22px,3vw,30px);font-weight:900;margin-bottom:8px}
.ctaband p{color:#b8c9bf;margin-bottom:20px}
.ctaband .phones{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}
.ctaband .phones a{font-size:20px;font-weight:900;color:#fff}
.ctaband .msgs{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

footer{background:var(--graphite);color:#cdd9d1;padding:30px 0;font-size:14px}
.fcols{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.flinks{display:flex;flex-wrap:wrap;gap:14px}
.flinks a:hover{color:#fff}

.mcall{display:none}
@media(max-width:860px){.mcall{display:flex;position:fixed;left:12px;right:12px;bottom:12px;z-index:60;align-items:center;justify-content:center;gap:8px;background:var(--green);color:#fff;height:54px;border-radius:14px;font-weight:800;box-shadow:0 12px 30px rgba(22,163,74,.4)}.mcall svg{width:20px;height:20px}}
