@import "https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap";
.homepage-hero{box-sizing:border-box;background:#193563;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;min-height:100dvh;padding:100px 20px 60px;display:flex;overflow:hidden}.homepage-hero h1{text-align:center;color:#fff;letter-spacing:-1px;margin:0 0 28px;padding:0 10px;font-family:Archivo Black,sans-serif;font-size:clamp(3.2rem,8vw,5.5rem);font-weight:900;line-height:1.1}.search-container{background:#fff;border:1px solid #dcdcdc;border-radius:6px;align-items:center;width:100%;max-width:620px;margin-bottom:50px;transition:box-shadow .2s,border-color .2s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0003}.search-container:focus-within{border-color:#ff6000;box-shadow:0 6px 24px #0000004d}.search-input{color:#333;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:14px 20px;font-family:Arial,Helvetica,sans-serif;font-size:1rem}.search-input::placeholder{color:#757575;font-weight:400}.search-button{color:#fff;cursor:pointer;background-color:#ff6000;border:none;outline:none;flex-shrink:0;justify-content:center;align-items:center;padding:14px 22px;font-size:1.25rem;transition:background-color .2s ease-in-out;display:flex}.search-button:hover{background-color:#e55600}.services{cursor:pointer;flex-wrap:wrap;justify-content:center;gap:clamp(16px,3vw,40px);width:100%;max-width:1100px;display:flex}.category-link{color:inherit;text-decoration:none;display:flex}.category{text-align:center;border-radius:8px;flex-direction:column;align-items:center;gap:12px;width:120px;padding:8px 12px;transition:transform .2s;display:flex}.category:hover .icon{transform:scale(1.1)}.category .icon{color:#fff;justify-content:center;align-items:center;font-size:2.4rem;transition:transform .3s;display:flex}.category p{color:#fff;margin:0;font-size:.9rem;font-weight:500;line-height:1.35}@media (max-width:768px){.homepage-hero{padding:80px 16px 40px}.homepage-hero h1{font-size:3.5rem}.search-container{width:100%;margin-bottom:36px}.search-input{padding:12px 14px}.search-button{padding:12px 18px;font-size:1.15rem}.category{gap:8px;width:105px}.category .icon{font-size:2rem}.category p{font-size:.85rem}}@media (max-width:480px){.homepage-hero{justify-content:center;padding:70px 14px 30px}.homepage-hero h1{font-size:3rem}.services{grid-template-columns:repeat(2,1fr);justify-items:center;gap:20px 12px;display:grid}.category{width:100%}}
