/* NETGERAL Directory - Busca estilo Google (8.0) */
.netgeral-hero{max-width:1080px;margin:0 auto;padding:28px 16px 10px;}
.netgeral-hero__brand{display:flex;align-items:center;gap:12px;margin-bottom:14px;}
.netgeral-hero__logo{width:44px;height:44px;border-radius:14px;background:#f2f4f7;display:flex;align-items:center;justify-content:center;font-weight:800;}
.netgeral-hero__title{margin:0;font-size:30px;line-height:1.1;}
.netgeral-hero__subtitle{margin:6px 0 0 0;opacity:.75}
.netgeral-search{background:#fff;border:1px solid #e6e8ee;border-radius:999px;padding:10px 12px;display:flex;gap:10px;flex-wrap:wrap;align-items:center;box-shadow:0 6px 18px rgba(0,0,0,.06);}
.netgeral-search select,.netgeral-search input{border:0;outline:none;background:transparent;font-size:15px;padding:6px 8px;}
.netgeral-search input{flex:1;min-width:180px;}
.netgeral-search__btn{border:0;border-radius:999px;padding:10px 16px;cursor:pointer;font-weight:700;}
.netgeral-filters{max-width:1080px;margin:10px auto 0;padding:0 16px;display:flex;gap:8px;flex-wrap:wrap;align-items:center;opacity:.85}
.netgeral-results{max-width:1080px;margin:16px auto;padding:0 16px 30px;}
.netgeral-card{background:#fff;border:1px solid #e6e8ee;border-radius:16px;padding:14px;margin:10px 0;box-shadow:0 6px 16px rgba(0,0,0,.04);}
.netgeral-card__top{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;}
.netgeral-card h3{margin:0 0 6px 0;font-size:18px;}
.netgeral-meta{opacity:.8}
.netgeral-actions a{margin-left:10px;text-decoration:none}
@media (max-width:640px){
  .netgeral-hero__title{font-size:24px}
  .netgeral-search{border-radius:18px}
  .netgeral-actions a{margin-left:0;margin-right:10px}
}
