.hero{background-image:url(/images/hero_bg3.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;color:var(--color-text-dark);font-family:var(--font-poppins),sans-serif}.hero:before{inset:0;background-color:rgba(255,255,255,0);z-index:0}.hero:after,.hero:before{content:"";position:absolute}.hero:after{bottom:0;left:0;width:100%;height:100px;background:linear-gradient(180deg,rgba(255,255,255,0) 0,#ffffff);z-index:1;pointer-events:none}.hero .container{position:relative;z-index:2}.hero-text{max-width:600px;padding:2rem 1rem}.hero h1{font-size:4rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero h2{font-size:1.5rem;font-weight:400;margin-bottom:2rem;color:var(--color-muted)}.hero .btn{background-color:#01A1E8;border:none;padding:.75rem 2rem;font-weight:500;font-size:1.5rem;color:white;border-radius:.6rem;box-shadow:0 4px 12px rgba(0,0,0,.3);transition:background-color .3s ease,transform .2s ease}.hero .btn:hover{background-color:#0086c2;transform:translateY(-2px)}@media (max-width:768px){.hero{background-image:linear-gradient(rgba(255,255,255,.4),rgba(255,255,255,.4)),url(/images/hero_mobile_bg3.webp);background-position:top}.hero h1{font-size:2.4rem}.hero h1,.hero h2{padding:.5rem 1rem}.hero h2{font-size:1.1rem}.hero-text{padding:1rem;text-align:center}}.services-section{font-family:var(--font-poppins),sans-serif}.services-section h2{font-weight:600;font-size:2.2rem;color:#1b1b1b}.services-section .divider{height:4px;width:90px;background-color:#01a1e8;margin:.5rem auto 2rem;border-radius:2px}.service-card{border-radius:1rem;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:transform .3s ease;color:#ffffff;background:rgba(1,161,232,.95)}.service-card:hover{transform:translateY(-5px)}.service-card .icon{font-size:2.2rem;color:#ffffff}.service-card h5{font-weight:600;margin-bottom:.5rem;color:#ffffff}.service-card p{font-size:.95rem;color:#ffffff}