*{margin:0;padding:0;box-sizing:border-box;}body{font-family:Arial,sans-serif;background:#eef8ff;color:#1e293b;}.container{width:min(1200px,90%);margin:auto;}.hero{padding:80px 0;}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}.badge{display:inline-block;padding:10px 16px;background:#dbefff;border-radius:999px;margin-bottom:20px;}h1{font-size:56px;line-height:1.1;margin-bottom:20px;}p{line-height:1.6;}.hero-actions{display:flex;gap:20px;margin-top:30px;flex-wrap:wrap;}.btn{background:#38bdf8;color:white;text-decoration:none;padding:16px 28px;border-radius:18px;font-weight:bold;}.worktime{background:white;padding:16px 24px;border-radius:18px;}.map iframe{width:100%;height:350px;border:none;border-radius:24px;}.section{padding:80px 0;}.section.white{background:white;}h2{text-align:center;margin-bottom:40px;font-size:40px;}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;}.card,.work-card,.prices{background:white;border-radius:24px;padding:24px;}.photo{height:200px;width:330px;background:#dbefff;border-radius:20px;margin-bottom:16px;}.prices div{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid #e2e8f0;}.prices div:last-child{border:none;}footer{background:#dbefff;padding:40px 0;}.footer{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;}footer a{font-size:28px;text-decoration:none;color:#0284c7;font-weight:bold;}@media(max-width:768px){h1{font-size:38px;}h2{font-size:30px;}.hero-content{grid-template-columns:1fr;}}