:root{--primary:#6f42c1;--secondary:#20c997;--dark:#212529;--light:#f8f9fa}html{scroll-behavior:smooth}body{font-family:Arial,sans-serif;color:#343a40;line-height:1.7}.navbar{box-shadow:0 2px 12px rgba(0,0,0,.06)}.navbar-brand{font-weight:700;letter-spacing:.3px}.navbar .nav-link{font-weight:500}.navbar .nav-link.active,.navbar .nav-link:hover{color:var(--primary)}.hero{min-height:650px;display:flex;align-items:center;color:#fff;background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat}.hero h1{font-size:clamp(2.5rem, 6vw, 5rem);font-weight:800;line-height:1.1}.hero p{max-width:750px}.page-header{padding:110px 0;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff}.section-padding{padding:90px 0}.card{border:0;border-radius:18px}.shadow-soft{box-shadow:0 10px 30px rgba(0,0,0,.08)}.service-card{height:100%;padding:35px;transition:transform .25s,box-shadow .25s}.project-card:hover,.service-card:hover,.team-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px rgba(0,0,0,.12)}.icon-box{width:65px;height:65px;display:flex;align-items:center;justify-content:center;border-radius:15px;background:#f0eaff;color:var(--primary);font-size:28px;margin-bottom:20px}.project-card,.team-card{height:100%;overflow:hidden;transition:transform .25s,box-shadow .25s}.project-card img{width:100%;height:280px;object-fit:cover}.team-card img{width:100%;height:300px;object-fit:cover}.contact-card{height:100%}.btn{border-radius:10px;padding:.7rem 1.25rem;font-weight:600}footer{background:#17191c;color:#adb5bd}footer a{display:block;color:#dee2e6;text-decoration:none;margin-bottom:6px}footer a:hover{color:#fff}@media (max-width:767px){.hero{min-height:560px}.section-padding{padding:65px 0}.page-header{padding:80px 0}.hero h1{font-size:2.7rem}}