*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:#173b2b;background:#fbfaf5;line-height:1.6}.header{height:76px;padding:0 7%;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e7e5dc;position:sticky;top:0;z-index:5}.logo{font-weight:900;font-size:22px;color:#173b2b;text-decoration:none;letter-spacing:1px}.logo span{font-weight:500}.header nav{display:flex;gap:30px}.header nav a{color:#173b2b;text-decoration:none}.menu{display:none;background:none;border:0;font-size:24px}.hero{min-height:570px;padding:110px 7%;display:flex;align-items:center;background:linear-gradient(100deg,#edf2e7,#fbfaf5 65%)}.hero>div{max-width:720px}.eyebrow{font-size:13px;letter-spacing:2px;font-weight:800;color:#6b8650}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.05;margin:15px 0}.hero h1 em{color:#718d4e;font-style:normal}.hero p:not(.eyebrow){font-size:19px;max-width:600px;color:#526359}.btn{display:inline-block;margin-top:22px;padding:13px 23px;border-radius:30px;background:#28563e;color:#fff;text-decoration:none;font-weight:700}.section{padding:90px 7%;text-align:center}h2{font-size:42px;line-height:1.15;margin:10px 0 25px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:45px}.cards article{background:#fff;border:1px solid #e8e5da;border-radius:18px;padding:35px;text-align:left;box-shadow:0 8px 25px #173b2b0b}.icon{font-size:40px}.cards h3{font-size:22px;margin-bottom:5px}.about{padding:90px 7%;display:grid;grid-template-columns:2fr 1fr;gap:50px;align-items:center;background:#edf2e7}.about p:not(.eyebrow){max-width:700px;color:#526359}.about-box{background:#fff;border-radius:22px;padding:45px;text-align:center}.about-box strong{display:block;font-size:60px;color:#718d4e}.about-box span{font-weight:700}.contact{padding-bottom:110px}footer{padding:25px 7%;background:#173b2b;color:#fff;text-align:center;font-size:14px}.chat-btn{position:fixed;right:25px;bottom:25px;width:62px;height:62px;border:0;border-radius:50%;background:#28563e;color:#fff;font-size:27px;cursor:pointer;box-shadow:0 8px 25px #0003;z-index:20}.chat-box{position:fixed;right:25px;bottom:100px;width:350px;height:470px;background:#fff;border-radius:18px;box-shadow:0 15px 50px #0003;overflow:hidden;z-index:20;border:1px solid #e5e5e5}.chat-head{height:62px;padding:0 17px;background:#28563e;color:#fff;display:flex;align-items:center;justify-content:space-between}.chat-head button{background:none;border:0;color:#fff;font-size:28px;cursor:pointer}.messages{height:300px;padding:16px;overflow:auto;background:#f7f7f4}.msg{max-width:82%;padding:10px 12px;border-radius:14px;margin-bottom:10px;font-size:14px}.agent{background:#fff}.user{background:#28563e;color:#fff;margin-left:auto}.quick{padding:8px 12px;display:flex;gap:6px;overflow:auto}.quick button{white-space:nowrap;border:1px solid #d8ddd4;background:#fff;border-radius:15px;padding:6px 9px;cursor:pointer}.chat-box form{display:flex;border-top:1px solid #eee}.chat-box input{flex:1;border:0;padding:14px;outline:0}.chat-box form button{width:52px;border:0;background:#28563e;color:#fff}.menu{cursor:pointer}@media(max-width:700px){.header nav{display:none}.menu{display:block}.hero{min-height:500px;padding:80px 7%}.cards,.about{grid-template-columns:1fr}.chat-box{right:12px;bottom:90px;width:calc(100% - 24px);height:470px}h2{font-size:34px}}