*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Arial,sans-serif;background:#fff;color:#0f172a}
.container{max-width:1250px;margin:auto;padding:0 20px}
.webservice-hero{padding:120px 20px;background:linear-gradient(135deg,#eff6ff,#fff)}
.hero-content{max-width:750px}
.tag{display:inline-flex;align-items:center;gap:8px;background:#dbeafe;color:#2563eb;padding:10px 18px;border-radius:999px;font-size:14px;font-weight:600;margin-bottom:25px}
.hero-content h1{font-size:60px;line-height:1.1;margin-bottom:25px;font-weight:800}
.hero-content p{font-size:18px;line-height:1.8;color:#475569;margin-bottom:35px}
.hero-btns{display:flex;gap:18px;flex-wrap:wrap}
.primary-btn,.secondary-btn{padding:15px 28px;border-radius:16px;text-decoration:none;font-size:15px;font-weight:600;transition:.3s}
.primary-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}
.secondary-btn{border:1px solid #cbd5e1;color:#0f172a;background:#fff}
.primary-btn:hover,.secondary-btn:hover,.contact-btn:hover,.service-btn:hover{transform:translateY(-3px)}
.services-section{padding:100px 20px;background:#fff}
.section-title{text-align:center;font-size:42px;font-weight:700;margin-bottom:60px}
.section-title i{color:#2563eb;margin-right:10px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.service-card{background:#fff;padding:35px 28px;border-radius:24px;border:1px solid #e2e8f0;transition:.35s;box-shadow:0 10px 35px rgba(0,0,0,.05)}
.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(37,99,235,.1)}
.icon-box{width:70px;height:70px;margin:0 auto 22px;display:flex;justify-content:center;align-items:center;border-radius:18px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:28px;box-shadow:0 10px 25px rgba(37,99,235,.22)}
.icon-wrapper i{line-height:1}
.service-card h3{font-size:25px;margin-bottom:18px}
.service-card p{font-size:15px;line-height:1.8;color:#475569;margin-bottom:20px}
.service-card ul{list-style:none;margin-bottom:20px}
.service-card ul li{padding:8px 0;font-size:14px;color:#334155}
.service-card ul li:before{content:"✔ ";color:#2563eb;font-weight:700}
.service-btn{display:inline-block;padding:13px 22px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;text-decoration:none;font-size:14px;font-weight:600;transition:.3s}
.contact-section{padding:100px 20px;background:linear-gradient(135deg,#2563eb,#1d4ed8)}
.contact-box{text-align:center;color:#fff}
.contact-box h2{font-size:42px;margin-bottom:20px}
.contact-box p{font-size:17px;margin-bottom:35px;opacity:.9}
.contact-btn{display:inline-block;padding:16px 30px;border-radius:16px;background:#fff;color:#2563eb;text-decoration:none;font-weight:700;transition:.3s}
@media(max-width:992px){.service-grid{grid-template-columns:repeat(2,1fr)}.hero-content h1{font-size:48px}}
@media(max-width:768px){.webservice-hero{padding:90px 15px}.hero-content h1{font-size:36px}.hero-content p{font-size:15px}.hero-btns{flex-direction:column}.section-title{font-size:30px;margin-bottom:40px}.service-grid{grid-template-columns:1fr}.service-card{padding:25px 20px}.contact-box h2{font-size:30px}.contact-box p{font-size:15px}}