.hero{overflow:hidden;position:relative}.hero-bg{background:radial-gradient(circle at 20% 30%,rgba(25,145,210,.15) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(25,145,210,.1) 0,transparent 50%);inset:0;position:absolute}.hero-content{margin:0 auto;max-width:720px;position:relative;text-align:center;z-index:2}.hero-title{color:var(--foreground);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero-title-highlight{color:var(--primary)}.hero-description{color:var(--muted-foreground);font-size:1.05rem;line-height:1.6}.hero-search{display:flex;justify-content:center;margin-top:2rem}.hero-search-input{background:var(--card);border:1px solid rgba(var(--border),.8);border-radius:9999px;color:var(--foreground);font-size:.95rem;max-width:420px;outline:none;padding:.75rem 1rem;transition:all .25s ease;width:100%}.hero-search-input::placeholder{color:var(--muted-foreground)}.hero-search-input:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(var(--primary),.15)}@media (max-width:768px){.hero-title{font-size:2rem}}