*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f5f8f7;color:#152522}a{color:inherit}header,.sub{color:white;background:linear-gradient(135deg,#152522,#087f72)}nav{max-width:1100px;margin:auto;padding:25px;display:flex;justify-content:space-between;align-items:center}nav b{letter-spacing:1.5px}nav a{margin-left:22px;text-decoration:none;font-weight:bold}.hero{max-width:1100px;margin:auto;padding:110px 25px 130px}.hero small,.title small,section small{color:#52e0c6;font-weight:bold;letter-spacing:2px}.hero h1{font-size:58px;max-width:820px;line-height:1.05;margin:18px 0}.hero p{max-width:680px;font-size:19px;line-height:1.8;color:#dcecea}.btn{display:inline-block;margin-top:15px;padding:13px 24px;background:#52e0c6;color:#152522;border-radius:30px;text-decoration:none;font-weight:bold}.title{max-width:900px;margin:auto;padding:60px 25px 90px}.title h1{font-size:52px;margin:18px 0}.title p{color:#c9d9d5}main{max-width:1100px;margin:auto;padding:70px 25px}.about{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.about h2,.contact h2{font-size:38px;line-height:1.2}.about p,.contact p,article p{color:#63746f;line-height:1.85}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:55px}.grid article,.policy article{background:white;border:1px solid #dce8e4;border-radius:20px;padding:30px;box-shadow:0 15px 35px #15252210}.grid i{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#dff8f2;color:#087f72;font-style:normal;font-weight:bold}.grid h3{color:#087f72}.contact{margin-top:55px;padding:35px;border-left:7px solid #52e0c6;border-radius:20px;background:#e5f7f3;display:grid;grid-template-columns:1fr 1fr;gap:35px}.policy{max-width:900px}.policy article{border-top:7px solid #52e0c6}.policy h2{color:#087f72;margin-top:32px}footer{padding:25px;text-align:center;background:#152522;color:white}footer a{color:#52e0c6;text-decoration:none;margin-left:12px}@media(max-width:750px){nav{flex-direction:column;gap:15px}.hero h1{font-size:40px}.about,.grid,.contact{grid-template-columns:1fr}.title h1{font-size:40px}}