.search-wrapper{position:relative;margin-bottom:2rem}.search-input{width:100%;padding:14px 20px;border:1px solid #e1e8f0;border-radius:28px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,5%);font-size:1rem;color:#27364b;outline:none}.results-list{position:absolute;top:calc(100% + 8px);left:0;right:0;background-color:#fff;border:1px solid #e1e8f0;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,5%);max-height:280px;overflow-y:auto;display:none;z-index:10}.results-list.active{display:block}.result-item{padding:12px 16px;border-bottom:1px solid #e1e8f0;font-size:.9rem;cursor:pointer;display:block}.result-item:last-child{border-bottom:none}.result-item:hover{background-color:#eef3fa}.result-item strong{color:#0047ab}.bubbles{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2rem}section h1,section .page-intro{text-align:center}.bubble{background-color:#fff;border:1px solid #e1e8f0;border-radius:12px;padding:24px;box-shadow:0 4px 8px rgba(0,0,0,5%);transition:transform .2s;cursor:pointer;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.bubble:hover{transform:translateY(-4px)}.bubble h3{font-size:1.25rem;color:#0047ab;margin-bottom:4px}.bubble p{font-size:.875rem;color:#6b7a8f}