.hero-section{position:relative;width:100%;height:70vh;min-height:500px;max-height:800px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;color:#fff}.hero-background{background-image:url(/images/pexels-mediocrememories-2225617.jpg);background-size:cover;background-position:50%;z-index:1}.hero-background,.hero-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.hero-gradient-overlay{background:radial-gradient(circle,rgba(17,24,39,.6) 0,rgba(17,24,39,.9) 70%,#111827 100%);z-index:2}.hero-container{position:relative;z-index:3;max-width:800px;padding:0 2rem}.hero-title{font-size:3.5rem;font-weight:800;letter-spacing:-.025em;line-height:1.1;background:linear-gradient(120deg,#e2e8f0,#a78bfa);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;color:#d1d5db;max-width:600px;margin:0 auto 2.5rem;line-height:1.6}.hero-search-form{position:relative;max-width:500px;margin:0 auto}.hero-search-input{width:100%;padding:1rem 3.5rem 1rem 1.5rem;border-radius:9999px;border:1px solid #374151;background-color:rgba(31,41,55,.7);color:#f3f4f6;font-size:1rem;backdrop-filter:blur(8px);transition:all .3s ease}.hero-search-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.4)}.hero-search-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);padding:.75rem;border-radius:9999px;background-color:#8b5cf6;color:white;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.hero-search-button:hover{background-color:#7c3aed}.hero-cta-buttons{margin-top:2rem;display:flex;justify-content:center;gap:1rem}.btn-primary{background-color:#8b5cf6;color:white;padding:.75rem 1.5rem;border-radius:9999px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.btn-primary:hover{background-color:#7c3aed}.btn-secondary{background-color:rgba(55,65,81,.5);color:#f3f4f6;padding:.75rem 1.5rem;border-radius:9999px;text-decoration:none;font-weight:600;border:1px solid #4b5563;transition:background-color .3s ease}.btn-secondary:hover{background-color:rgba(75,85,99,.7)}@media (max-width:768px){.hero-section{height:auto;min-height:90vh;padding:6rem 0}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem;margin-bottom:2rem}.hero-cta-buttons{flex-direction:column;gap:.75rem;width:100%;align-items:center}.hero-search-and-cta{display:flex;flex-direction:column;gap:1rem;align-items:stretch;width:100%}.hero-search-form{margin:0 auto .5rem;width:calc(100% - 2rem);max-width:520px}.hero-cta-buttons .btn-primary,.hero-cta-buttons .btn-secondary,.hero-cta-buttons a{display:inline-flex;justify-content:center;width:100%;max-width:360px}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-search-input{padding:.9rem 3rem .9rem 1.25rem;font-size:.9rem}.hero-search-button{padding:.6rem}.btn-primary,.btn-secondary{padding:.75rem 1.25rem;font-size:.9rem}}