.inbads-category-page { background: #f5f9fc; padding: 44px 0 65px; position: relative; z-index: 2; }
.inbads-search-hero { background: linear-gradient(125deg, #005a96, #0071bd 60%, #1389ce); color: #fff; overflow: hidden; padding: 54px 0 58px; position: relative; }.inbads-search-hero:after { background-image: radial-gradient(rgba(255,255,255,.16) 1px, transparent 1px); background-size: 22px 22px; content: ''; inset: 0; opacity: .6; position: absolute; }.inbads-search-hero .container { position: relative; z-index: 1; }.inbads-search-hero__crumbs { align-items: center; display: flex; font-size: 12px; gap: 9px; margin-bottom: 30px; }.inbads-search-hero__crumbs a { color: rgba(255,255,255,.78); }.inbads-search-hero__crumbs a:hover { color: #ffb02e; }.inbads-search-hero__crumbs span { color: #fff; font-weight: 600; }.inbads-search-hero__content > span { color: #ffb02e; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }.inbads-search-hero__content > span i { margin-right: 5px; }.inbads-search-hero h1 { color: #fff; font-size: 38px; font-weight: 700; line-height: 1.18; margin: 9px 0; }.inbads-search-hero h1 b { color: #ffb02e; font-weight: inherit; }.inbads-search-hero p { color: rgba(255,255,255,.86); font-size: 16px; line-height: 1.6; margin: 0; max-width: 670px; }
.inbads-category-shell { background: #fff; border: 1px solid #e2ebf1; border-radius: 12px; box-shadow: 0 14px 32px rgba(0, 52, 85, .08); padding: 26px; }
.inbads-category-toolbar { align-items: center; border-bottom: 1px solid #e7eef3; display: flex; justify-content: space-between; margin-bottom: 24px; padding-bottom: 18px; }
.inbads-category-toolbar__eyebrow { color: #0071bd; display: block; font-size: 12px; font-weight: 700; letter-spacing: .8px; margin-bottom: 4px; text-transform: uppercase; }
.inbads-category-toolbar h2 { color: #142b3a; font-size: 24px; font-weight: 700; margin: 0; }
.inbads-category-toolbar h2 span { color: #0071bd; }
.inbads-category-toolbar__change { border: 1px solid #cbdde7; border-radius: 6px; color: #0071bd; font-size: 12px; font-weight: 700; padding: 10px 13px; white-space: nowrap; }.inbads-category-toolbar__change:hover { background: #0071bd; border-color: #0071bd; color: #fff; }.inbads-category-toolbar__change i { margin-right: 5px; }
.inbads-view-switcher { background: #f1f6f9; border-radius: 7px; display: flex; padding: 3px; }
.inbads-view-switcher form { margin: 0; }
.inbads-view-switcher button { background: transparent; border: 0; border-radius: 5px; color: #6b7f8d; cursor: pointer; font-size: 16px; height: 34px; line-height: 34px; margin: 0; padding: 0; text-align: center; width: 38px; }
.inbads-view-switcher button.is-active { background: #fff; box-shadow: 0 2px 6px rgba(0, 50, 80, .14); color: #0071bd; }
.inbads-results { display: grid; gap: 20px; }
.inbads-results--grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.inbads-business-result { background: #fff; border: 1px solid #e1ebf1; border-radius: 10px; display: flex; flex-direction: column; min-width: 0; overflow: hidden; transition: box-shadow .2s ease, transform .2s ease; }
.inbads-business-result:hover { box-shadow: 0 12px 26px rgba(0, 58, 93, .12); transform: translateY(-3px); }
.inbads-business-result__image { background: #edf4f8; display: block; height: 180px; overflow: hidden; }
.inbads-business-result__image img { height: 100%; object-fit: cover; transition: transform .25s ease; width: 100%; }
.inbads-business-result__image { position: relative; }.inbads-business-result__tag { background: #ff9800; border-radius: 4px; color: #fff; font-size: 10px; font-weight: 700; left: 12px; letter-spacing: .45px; padding: 5px 7px; position: absolute; text-transform: uppercase; top: 12px; }
.inbads-business-result:hover .inbads-business-result__image img { transform: scale(1.035); }
.inbads-business-result__body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.inbads-business-result__name { color: #142b3a; display: block; font-size: 18px; font-weight: 700; line-height: 1.35; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.inbads-business-result__name:hover { color: #0071bd; }
.inbads-business-result__location { color: #647786; font-size: 13px; line-height: 1.45; margin-bottom: 17px; min-height: 38px; overflow: hidden; }
.inbads-business-result__location i { color: #ff9800; margin-right: 6px; }
.inbads-business-result__actions { display: flex; gap: 8px; margin-top: auto; }
.inbads-business-result__actions a { border: 1px solid #cbdde7; border-radius: 5px; color: #0071bd; flex: 1; font-size: 12px; font-weight: 700; padding: 9px 8px; text-align: center; }
.inbads-business-result__actions a:hover { background: #0071bd; border-color: #0071bd; color: #fff; }
.inbads-business-result__actions .inbads-whatsapp { color: #178b4a; }
.inbads-business-result__actions .inbads-whatsapp:hover { background: #178b4a; border-color: #178b4a; color: #fff; }
.inbads-results--list { grid-template-columns: 1fr; }
.inbads-results--list .inbads-business-result { flex-direction: row; }
.inbads-results--list .inbads-business-result__image { flex: 0 0 245px; height: 175px; }
.inbads-results--list .inbads-business-result__body { justify-content: center; }
.inbads-results--list .inbads-business-result__location { min-height: auto; }
.inbads-results--empty { color: #718390; margin: 0; padding: 32px 15px; text-align: center; }.inbads-results--empty > i { background: #e7f3fa; border-radius: 50%; color: #0071bd; font-size: 23px; height: 58px; line-height: 58px; width: 58px; }.inbads-results--empty h3 { color: #142b3a; font-size: 20px; font-weight: 700; margin: 17px 0 7px; }.inbads-results--empty p { margin: 0 auto 19px; max-width: 460px; }.inbads-results--empty a { background: #ff9800; border-radius: 6px; color: #fff; display: inline-block; font-size: 13px; font-weight: 700; padding: 11px 15px; }.inbads-results--empty a:hover { background: #e88700; }
@media (max-width: 991px) { .inbads-results--grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { .inbads-search-hero { padding: 36px 0 42px; }.inbads-search-hero__crumbs { margin-bottom: 22px; overflow: hidden; white-space: nowrap; }.inbads-search-hero h1 { font-size: 28px; }.inbads-search-hero p { font-size: 14px; }.inbads-category-page { padding: 30px 0 45px; } .inbads-category-shell { padding: 18px; } .inbads-category-toolbar { align-items: flex-start; flex-direction: column; gap: 14px; }.inbads-category-toolbar h2 { font-size: 20px; } .inbads-results--grid { grid-template-columns: 1fr; } .inbads-results--list .inbads-business-result { flex-direction: column; } .inbads-results--list .inbads-business-result__image { flex-basis: auto; height: 180px; } }

.inbads-recent-section { background: #f5f9fc; padding: 0 0 62px; }
.inbads-recent-section__header { align-items: flex-end; border-bottom: 1px solid #dce8ef; display: flex; justify-content: space-between; margin-bottom: 24px; padding-bottom: 20px; }
.inbads-recent-section__eyebrow { color: #0071bd; display: block; font-size: 12px; font-weight: 700; letter-spacing: .8px; margin-bottom: 7px; text-transform: uppercase; }
.inbads-recent-section__eyebrow i { color: #ff9e1b; margin-right: 4px; }
.inbads-recent-section h2 { color: #142b3a; font-size: 30px; font-weight: 700; line-height: 1.15; margin: 0 0 7px; }
.inbads-recent-section p { color: #718390; font-size: 14px; margin: 0; }
.inbads-recent-section__count { background: #e6f3fb; border-radius: 999px; color: #0071bd; font-size: 12px; font-weight: 700; padding: 8px 13px; text-transform: uppercase; }
.inbads-recent-carousel-wrap { margin: 0 -10px; position: relative; }
.inbads-recent-carousel .slick-list { padding: 0 6px 14px; }
.inbads-recent-card { padding: 0 10px; }
.inbads-recent-card__link { background: #dce8ef; border-radius: 12px; box-shadow: 0 8px 18px rgba(0, 52, 85, .09); display: block; height: 230px; overflow: hidden; position: relative; }
.inbads-recent-card__link > img { height: 100%; object-fit: cover; transition: transform .3s ease; width: 100%; }
.inbads-recent-card__overlay { background: linear-gradient(180deg, rgba(9, 37, 55, .02) 26%, rgba(9, 37, 55, .86) 100%); inset: 0; position: absolute; }
.inbads-recent-card__content { bottom: 0; color: #fff; display: flex; flex-direction: column; left: 0; padding: 18px; position: absolute; right: 0; }
.inbads-recent-card__tag { align-self: flex-start; background: #ff9e1b; border-radius: 4px; color: #192d3a; font-size: 10px; font-weight: 700; letter-spacing: .5px; margin-bottom: 8px; padding: 4px 7px; text-transform: uppercase; }
.inbads-recent-card strong { font-size: 17px; line-height: 1.25; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.inbads-recent-card__action { font-size: 12px; font-weight: 700; margin-top: 9px; opacity: .92; }
.inbads-recent-card__action i { margin-left: 4px; transition: transform .2s ease; }
.inbads-recent-card__link:hover { box-shadow: 0 13px 26px rgba(0, 52, 85, .18); }
.inbads-recent-card__link:hover > img { transform: scale(1.055); }
.inbads-recent-card__link:hover .inbads-recent-card__action i { transform: translateX(4px); }
.inbads-recent-carousel .slick-arrow { background: #fff; border: 1px solid #dbe7ed; border-radius: 50%; box-shadow: 0 4px 10px rgba(0, 52, 85, .11); height: 38px; top: 50%; width: 38px; z-index: 2; }
.inbads-recent-carousel .slick-arrow:before { color: #0071bd; font-size: 18px; opacity: 1; }
.inbads-recent-carousel .slick-prev { left: -9px; }
.inbads-recent-carousel .slick-next { right: -9px; }
.inbads-recent-carousel .slick-arrow:hover { background: #0071bd; border-color: #0071bd; }
.inbads-recent-carousel .slick-arrow:hover:before { color: #fff; }
@media (max-width: 767px) { .inbads-recent-section { padding-bottom: 42px; } .inbads-recent-section__header { align-items: flex-start; flex-direction: column; gap: 14px; margin-bottom: 18px; } .inbads-recent-section h2 { font-size: 24px; } .inbads-recent-card__link { height: 205px; } }
