.hero-section{background:linear-gradient(135deg,rgb(248 250 252),rgb(241 245 249));min-height:60vh}.hero-content{max-width:1200px;margin:0 auto;padding:2rem 1rem}.hero-title{font-size:clamp(2rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-description{font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;margin-bottom:2rem;color:rgb(71 85 105)}.btn-primary{background:linear-gradient(135deg,rgb(59 130 246),rgb(37 99 235));color:white;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:transform .2s ease}.btn-primary:hover{transform:translateY(-2px)}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}