.tz-search-hero{

background:#fff;

padding:70px;

border-radius:24px;

margin-bottom:50px;

box-shadow:var(--tz-shadow);

text-align:center;

}

.tz-search-hero h1{

font-size:48px;

margin-bottom:15px;

color:var(--tz-navy);

}

.tz-search-hero p{

font-size:18px;

color:var(--tz-text-light);

margin-bottom:35px;

}

.tz-search-form{

display:flex;

flex-direction:column;

gap:20px;

}

.tz-search-form input{

padding:18px;

border:1px solid var(--tz-border);

border-radius:12px;

font-size:16px;

}

.tz-search-row{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:15px;

}

.tz-search-row select{

padding:16px;

border-radius:12px;

border:1px solid var(--tz-border);

}