.vehicle-finder{width:100%;padding:40px 20px}.vf-wrapper{max-width:1200px;margin:auto;background:#222;border-radius:20px;padding:35px;box-shadow:0 15px 40px rgba(0,0,0,.18)}.vf-header{text-align:center;margin-bottom:30px}.vf-title{color:#fff;font-size:34px;font-weight:700;margin-bottom:10px}.vf-subtitle{color:#b7c0c8;font-size:16px;margin:0}.vf-search{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:25px}.vf-field label{display:block;color:#fff;font-size:16px;font-weight:400;font-family:inherit;margin-bottom:8px}.vf-field select{width:100%;height:54px;border:none;border-radius:12px;padding:0 18px;font-size:15px;background:#fff;color:#222;outline:none}.vf-button-wrapper{text-align:center}.vf-button{background:#ff9f1c;color:#fff;border:none;border-radius:12px;padding:16px 45px;font-size:16px;font-weight:400;font-family:inherit;cursor:pointer;transition:.25s}.vf-button:hover{background:#f08c00;transform:translateY(-2px)}.vf-result{display:none;margin-top:35px;padding-top:30px;border-top:1px solid rgba(255,255,255,.12);text-align:center}#vf-vehicle{color:#fff;font-size:28px;margin-bottom:10px}.vf-power{color:#d7dde3;font-size:18px;margin-bottom:30px}.vf-power strong{color:#fff;font-size:22px}.vf-actions{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.vf-action{display:flex;align-items:center;justify-content:center;min-width:240px;height:56px;border-radius:12px;background:#ff9f1c;color:#fff;text-decoration:none;font-size:16px;font-weight:400;font-family:inherit;transition:.25s}.vf-action:hover{background:#f08c00;color:#fff;text-decoration:none;transform:translateY(-2px)}@media(max-width:991px){.vf-search{grid-template-columns:1fr 1fr}}@media(max-width:640px){.vehicle-finder{padding:20px 15px}.vf-wrapper{padding:25px}.vf-title{font-size:28px}.vf-search{grid-template-columns:1fr}.vf-action{width:100%;min-width:100%}}.vf-searchbox{width:100%;margin-bottom:30px;position:relative}.vf-searchbox input{width:100%;height:54px;box-sizing:border-box;padding:0 18px;background:#fff;color:#222;border:none;border-radius:12px;font-size:15px;font-family:inherit;font-weight:400;outline:none}.vf-search-results{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.08);max-height:320px;overflow:auto;z-index:100}.vf-result-item{padding:14px 18px;cursor:pointer}.vf-result-item:hover{background:#f5f5f5}.vf-result-title{font-weight:600;color:#222}.vf-result-subtitle{margin-top:4px;font-size:13px;color:#777}.vf-power{font-size:28px;font-weight:700;color:#222;margin-bottom:10px}.vf-power-info{color:#fff;font-size:16px;font-weight:400;font-family:inherit;line-height:1.7;margin-bottom:30px}.vf-power-info strong{color:#fff}