.search-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:4rem 2rem 6rem;min-height:calc(100vh - 400px)}.search-container{max-width:800px;margin:0 auto}.search-input-wrapper{position:relative;margin-bottom:3rem;display:flex;align-items:center}.search-input{width:100%;padding:1.125rem 1.125rem 1.125rem 3.5rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:50px;background:#fff;font-family:Hanken Grotesk,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000d;color:#1e293b}.search-input:focus{outline:none;border-color:var(--har-blue);box-shadow:0 0 0 3px #00529b1a,0 4px 16px #00529b26}.search-input::placeholder{color:#94a3b8}.search-icon{position:absolute;left:1.25rem;color:#94a3b8;pointer-events:none;flex-shrink:0}.results-info{text-align:center;margin-bottom:2rem;min-height:1.5rem}.result-count{display:inline-block;color:#475569;font-size:.95rem;font-weight:500;font-family:Hanken Grotesk,sans-serif;letter-spacing:.3px}.results-container{display:flex;flex-direction:column;gap:1rem;animation:fadeIn .4s ease-out}.result-card{background:#fff;border-radius:12px;padding:1.5rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit;position:relative}.result-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--har-blue);border-radius:12px 0 0 12px;opacity:0;transition:opacity .3s ease-out}.result-card:hover{box-shadow:0 4px 12px #00529b1f,0 8px 24px #00000014;border-color:#00529b33;transform:translateY(-2px)}.result-card:hover:before{opacity:1}.result-card:hover .result-arrow{opacity:1;transform:translate(4px)}.result-card-content{flex:1;min-width:0}.result-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .625rem;font-family:Hanken Grotesk,sans-serif;line-height:1.5}.result-excerpt{font-size:.95rem;color:#64748b;margin:0;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.result-arrow{flex-shrink:0;color:var(--har-blue);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:2rem;height:2rem}:global(mark){background:#fef3c7;padding:.125rem .25rem;border-radius:3px;color:inherit;font-weight:600}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;text-align:center;color:#64748b}.empty-state svg{margin-bottom:1.5rem;opacity:.4;color:#cbd5e1}.empty-state h3{font-size:1.5rem;margin:0 0 .75rem;color:#1e293b;font-family:Hanken Grotesk,sans-serif;font-weight:600}.empty-state p{margin:0;font-size:1rem;color:#64748b}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.search-section{padding:3rem 1.5rem}.search-input{padding:1rem 1rem 1rem 3rem;font-size:16px}.result-card{padding:1.25rem;gap:1rem;flex-direction:column;align-items:flex-start}.result-card:before{display:none}.result-arrow{display:none}.result-title{font-size:1rem}.result-excerpt{font-size:.875rem}}@media(max-width:480px){.search-section{padding:2rem 1rem}.search-container{max-width:100%}.search-input-wrapper{margin-bottom:2rem}.search-input{padding:.875rem .875rem .875rem 2.75rem;font-size:16px}.search-icon{left:1rem;width:18px;height:18px}.result-card{padding:1rem}.result-title{font-size:.95rem}.result-excerpt{font-size:.8rem;-webkit-line-clamp:1}.empty-state{padding:3rem 1rem}.empty-state svg{width:48px;height:48px}.empty-state h3{font-size:1.25rem}}#heroWrapper{background:var(--har-blue)}.hero{display:flex;align-items:center;justify-content:center;min-height:175px;padding:2rem;position:relative}.heroOverlay{text-align:center;color:#fff;z-index:2}.heroOverlay h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;line-height:1.2}.heroOverlay p{font-size:1.1rem;margin:0;opacity:.95;color:#fff}@media(max-width:768px){.heroOverlay h1{font-size:1.75rem}.heroOverlay p{font-size:1rem}.hero{min-height:200px;padding:1.5rem}}@media(max-width:480px){.heroOverlay h1{font-size:1.5rem}.heroOverlay p{font-size:.9rem}.hero{min-height:120px;padding:1rem}}
