*{box-sizing:border-box;font-family:Inter,Arial,sans-serif}
body{margin:0;background:#f5faff;color:#10254a}
header{height:90px;padding:20px 8%;display:flex;justify-content:space-between;align-items:center;background:white}
.brand{display:flex;align-items:center;gap:15px;font-size:28px;font-weight:800}
.brand img{width:55px;height:55px;border-radius:15px}
.btn,.main-btn,.white-btn{background:#087cff;color:white;text-decoration:none;padding:16px 32px;border-radius:50px;font-weight:700}
.hero{padding:80px 8%;display:flex;align-items:center;gap:70px;min-height:700px}
.left{flex:1}
.badge{display:inline-block;background:#e1f0ff;color:#087cff;padding:10px 20px;border-radius:30px}
h1{font-size:60px;line-height:1.1}
h1 span{color:#087cff}
p{font-size:19px;line-height:1.6}
.stats{display:flex;gap:20px;margin-top:50px}
.stats div{background:white;padding:20px 30px;border-radius:20px;box-shadow:0 10px 30px #dbeaf7}
.stats b{display:block;font-size:32px;color:#087cff}
.phone{background:linear-gradient(145deg,#087cff,#6dd5ff);width:330px;height:600px;border-radius:45px;padding:15px;box-shadow:0 30px 70px #b8dcfa}
.screen{height:100%;background:white;border-radius:35px;text-align:center;padding:60px 20px}
.circle{margin:50px auto;background:#087cff;color:white;width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:35px}
section:not(.hero){padding:60px 8%}
.title{text-align:center;font-size:40px}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px}
.cards div{background:white;padding:30px;border-radius:25px;box-shadow:0 15px 40px #dceaf6}
.offer,.ref{background:#087cff;color:white;text-align:center;border-radius:40px}
.white-btn{background:white;color:#087cff;display:inline-block}
.steps{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.steps span{background:white;color:#087cff;padding:15px 25px;border-radius:20px}
footer{text-align:center;padding:30px;color:#667}
@media(max-width:800px){.hero{flex-direction:column}h1{font-size:40px}}
