.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:flex-start;justify-content:center;padding-top:150px;background:rgba(3,18,31,.92);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.search-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.search-box-container{position:relative;width:min(700px,calc(100% - 40px));padding:40px;background:#ffffff;border-radius:16px;box-shadow:0 25px 80px #00000059}.search-box-container h2{margin:0 0 25px;color:#06233b;font-size:30px;font-weight:800}.search-form{display:flex;gap:12px}.search-form input{flex:1;height:52px;padding:0 18px;border:1px solid #d7dce2;border-radius:10px;outline:none;font-family:Montserrat,sans-serif;font-size:15px}.search-form input:focus{border-color:#10a9df;box-shadow:0 0 0 3px #10a9df1f}.search-form button{height:52px;padding:0 25px;border:none;border-radius:10px;background:#10a9df;color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;cursor:pointer;transition:.25s ease}.search-form button:hover{background:#087fa9}.search-close{position:absolute;top:15px;right:18px;width:38px;height:38px;border:none;background:transparent;color:#06233b;font-size:32px;line-height:1;cursor:pointer}.search-page{min-height:70vh;padding:80px 20px;background:#f5f7fa}.search-page-container{width:100%;max-width:1100px;margin:0 auto}.search-page-title{margin-bottom:45px}.search-page-title h1{margin:0 0 10px;color:#06233b;font-size:38px;font-weight:800}.search-page-title p{margin:0;color:#68727c;font-size:15px}.search-section{margin-bottom:45px}.search-section>h2{margin-bottom:20px;color:#06233b;font-size:22px;font-weight:700}.search-result{display:flex;gap:22px;padding:20px;margin-bottom:15px;background:#ffffff;border-radius:12px;box-shadow:0 5px 20px #0000000d}.search-result>img{width:190px;height:125px;flex-shrink:0;object-fit:cover;border-radius:8px}.search-result-content span{display:inline-block;margin-bottom:8px;color:#10a9df;font-size:12px;font-weight:700;text-transform:uppercase}.search-result-content h3{margin:0 0 10px;font-size:18px;line-height:1.4}.search-result-content h3 a{color:#06233b;text-decoration:none;transition:.2s ease}.search-result-content h3 a:hover{color:#10a9df}.search-result-content p{margin:0;color:#68727c;font-size:14px;line-height:1.7}.search-empty{padding:80px 20px;text-align:center}.search-empty-icon{margin-bottom:15px;color:#10a9df;font-size:50px}.search-empty h2{margin-bottom:10px;color:#06233b}.search-empty p{color:#68727c}@media screen and (max-width: 768px){.search-overlay{padding-top:100px}.search-box-container{padding:30px 20px}.search-box-container h2{font-size:25px}.search-form{flex-direction:column}.search-form button{width:100%}.search-page{padding:50px 15px}.search-page-title h1{font-size:28px}.search-result{flex-direction:column;gap:15px}.search-result>img{width:100%;height:200px}}
