/* Homepage hero search: contained layout with predictable result positioning. */
.ad-hero{padding-bottom:72px}
.ad-search-wrap{z-index:12;margin-top:0;padding:24px 0 28px;background:linear-gradient(180deg,#eef6fc 0%,#f5f8fc 100%)}
.ad-search-wrap>.ad-container{position:relative}
.ad-search{width:min(960px,100%);max-width:none;height:70px;padding:7px 7px 7px 20px;border:1px solid #d8e6ef;background:#fff;box-shadow:0 16px 38px rgba(11,64,105,.11)}
.ad-search:focus-within{border-color:#71c99a;box-shadow:0 0 0 4px rgba(0,166,81,.1),0 18px 42px rgba(11,64,105,.12)}
.ad-search input{min-width:0;padding-inline:8px;color:#123f64}
.ad-search input::placeholder{color:#8197a8;opacity:1}
.ad-search button{height:54px;min-width:88px;margin-left:8px;transition:transform .18s,background .18s}
.ad-search button:hover{background:#008d45;transform:translateY(-1px)}
.ad-search__results[hidden]{display:none!important}
.ad-search__results{top:calc(100% + 8px);left:10px;right:10px;max-height:min(430px,58vh);overflow:auto;overscroll-behavior:contain}
.ad-quick{max-width:1100px;margin:13px auto 0;gap:7px}
.ad-quick>a{padding:6px 10px}
@media(max-width:900px){.ad-hero{padding-bottom:48px}.ad-search-wrap{padding-top:18px}.ad-search{width:100%}}
@media(max-width:640px){.ad-search-wrap{padding:14px 0 18px}.ad-search{height:auto;min-height:60px;padding:6px 6px 6px 13px;border-radius:16px}.ad-search__icon{width:25px}.ad-search input{height:48px;padding:0 6px;font-size:.9rem}.ad-search button{height:48px;min-width:70px;padding:0 14px}.ad-search__results{position:fixed;z-index:1000;top:auto;right:10px;bottom:calc(76px + env(safe-area-inset-bottom));left:10px;max-height:52vh;border-radius:16px}.ad-quick{justify-content:flex-start;margin-top:10px;padding-bottom:4px}.ad-quick>a{padding:6px 9px}}
