/* Empresa — galeria vertical no hero + modal profissional */

/* ── Hero um pouco menor pra dar espaço ao sheet ── */
.hero {
  min-height: min(64vh, 560px) !important;
  padding-bottom: 20px !important;
}

/* ── Sheet branco mais compacto (cabe sem scroll) ── */
.sheet {
  padding: 16px 14px 18px !important;
}

.sheet .blk {
  margin-bottom: 14px !important;
}

.sheet .blk:last-child {
  margin-bottom: 0 !important;
}

.handle {
  margin: 0 auto 10px !important;
}

/* Cabeçalho da empresa — compacto */
.bizhead {
  padding: 10px 12px !important;
  border-radius: 22px !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
  align-items: center !important;
}

.emp-share-pop {
  min-width: 178px !important;
  padding: 5px !important;
}

.emp-share-pop__btn {
  padding: 8px 9px !important;
  font-size: .78rem !important;
}

.bizhead__logo {
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
}

.bizhead__logo img {
  border-radius: 50% !important;
}

.bizhead__title-wrap {
  gap: 1px !important;
}

.bizhead__title-wrap h2 {
  font-size: 1rem !important;
  line-height: 1.08 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bizhead__block--identity {
  margin: 0 !important;
  padding: 0 !important;
}

.bizhead__tags {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 4px !important;
}

.bizhead__tag {
  flex-shrink: 0 !important;
  padding: 1px 5px !important;
  font-size: .52rem !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
}

.bizhead__tags.is-marquee {
  text-overflow: clip !important;
}

.bizhead__tags .biz-marquee__track {
  display: inline-flex !important;
  align-items: center !important;
  width: max-content !important;
  animation: biz-marquee-scroll var(--biz-marquee-dur, 12s) linear infinite !important;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.bizhead__tags.is-marquee:hover .biz-marquee__track {
  animation-play-state: paused !important;
}

.bizhead__tags .biz-marquee__group {
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  gap: 4px !important;
  padding-right: 12px !important;
}

@keyframes biz-marquee-scroll {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(var(--biz-marquee-shift, -50%), 0, 0); }
}

.bizhead__block--cats {
  margin-top: 6px !important;
  gap: 2px !important;
}

.bizhead__t h2 {
  font-size: 1rem !important;
  line-height: 1.08 !important;
}

.bizhead__tipo {
  font-size: 0.72rem !important;
  margin-top: 0 !important;
  line-height: 1.15 !important;
}

.bizhead__tipo--secondary {
  font-size: 0.68rem !important;
}

.bizhead__desc {
  margin-top: 5px !important;
  padding-top: 0 !important;
  font-size: 0.72rem !important;
  line-height: 1.4 !important;
  border-top: none !important;
}

.bizhead__meta {
  margin-top: 7px !important;
  padding-top: 0 !important;
  gap: 5px !important;
  border-top: none !important;
}

.bizhead__desc + .bizhead__meta {
  margin-top: 6px !important;
  padding-top: 0 !important;
}

.pill {
  padding: 5px 8px !important;
  font-size: 0.66rem !important;
  gap: 5px !important;
}

.pill svg {
  width: 12px !important;
  height: 12px !important;
}

.pill--pet {
  padding: 5px 8px !important;
}

.pill--pet .pill__pet-duo svg {
  width: 12px !important;
  height: 12px !important;
}

/* Botões de ação — não sobrescrever tamanho de fonte (definido na view) */
.quick {
  gap: 8px !important;
  margin-bottom: 12px !important;
  position: relative;
  overflow: visible !important;
}

.quick:has(.quick__share-wrap.is-open) {
  z-index: 50 !important;
}

#emp-share-pop[hidden] {
  display: none !important;
}

.emp-share-pop.emp-share-pop--open {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  margin: 0 !important;
  right: auto !important;
  bottom: auto !important;
}

.emp-share-pop.emp-share-pop--open.is-above {
  transform: none !important;
}

.emp-share-pop.emp-share-pop--open.is-above::before {
  top: auto !important;
  bottom: -5px !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 1px solid var(--line, #e2e8f0) !important;
  border-bottom: 1px solid var(--line, #e2e8f0) !important;
}

.emp-app-shell.is-share-menu-open {
  overflow: visible !important;
}

.qbtn {
  min-width: 0 !important;
  font-weight: 900 !important;
  border-radius: 14px !important;
}

.qbtn--share {
  font-weight: 900 !important;
}

.qbtn--share .qbtn__label--short {
  display: none !important;
}

.qbtn--share .qbtn__label--full {
  display: inline !important;
}

.quick--cols-4 .qbtn--share .qbtn__label--full {
  display: none !important;
}

.quick--cols-4 .qbtn--share .qbtn__label--short {
  display: inline !important;
}

.quick--cols-4 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 6px !important;
  align-items: stretch !important;
}

.quick--cols-4 > .quick__share-wrap {
  display: flex !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.quick--cols-4 .qbtn {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  flex-direction: column !important;
  overflow: hidden !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 8px 3px !important;
  gap: 4px !important;
  min-height: 100% !important;
}

.quick--cols-4 .qbtn .qbtn__label {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.qbtn svg,
.qbtn .guia-brand-icon {
  flex-shrink: 0 !important;
}

/* Botões Maps/Cardápio menores */
.pill-go {
  padding: 8px 14px !important;
  font-size: 0.78rem !important;
  border-radius: 12px !important;
}

.maps-cta-row {
  gap: 8px !important;
}

/* Dropdown de horários: posição fixa, controlada por JS */
.emp-hours-pop {
  position: fixed !important;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
  z-index: 2200 !important;
  width: min(288px, calc(100vw - 24px)) !important;
}

/* Quando o dropdown de horários abre, o sheet sobe pra ficar acima das miniaturas */
.sheet.is-hours-active,
.sheet.is-share-active {
  z-index: 100 !important;
}



/* O wrapper da galeria — ocupa todo o hero como background */
.emp-hero-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.emp-hero-stage img,
.emp-hero-stage video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
  pointer-events: none;
}

.emp-hero-stage [hidden] {
  display: none !important;
}

/* Indicador "expandir" que aparece no hover/focus */
.emp-hero-expand {
  position: absolute;
  right: 14px;
  bottom: 130px;
  z-index: 4;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  transition: transform 0.15s ease, background 0.15s ease;
}

.emp-hero-expand:hover,
.emp-hero-expand:focus-visible {
  transform: scale(1.04);
  background: rgba(0, 0, 0, 0.6);
}

.emp-hero-expand svg {
  width: 20px;
  height: 20px;
}

/* Setas dos lados (sobre a mídia) */
.hero .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 5;
  -webkit-tap-highlight-color: transparent;
}

.hero .nav-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.hero .nav-arrow svg {
  width: 18px;
  height: 18px;
}

.hero .nav-arrow--l {
  left: 10px;
  right: auto;
}

.hero .nav-arrow--r {
  right: 10px;
  left: auto;
}

/* Dots: ocultos (não usamos mais) */
.hero .dots,
.hero .dot {
  display: none !important;
}

/* Faixa de miniaturas (logo acima da curva do sheet) */
.emp-strip-wrap--hero {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 46px;
  z-index: 5;
  padding: 0;
  pointer-events: none;
}

.emp-strip-wrap--hero .emp-thumb-strip {
  pointer-events: auto;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4px 14px;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 14px;
}

.emp-strip-wrap--hero .emp-thumb-strip::-webkit-scrollbar {
  display: none;
}

.emp-thumb {
  flex: 0 0 auto;
  width: 52px;
  height: 78px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  overflow: hidden;
  background: #1f2937;
  cursor: pointer;
  scroll-snap-align: start;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 0.15s ease;
}

.emp-thumb.is-active {
  border-color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.emp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.emp-thumb__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.32);
  pointer-events: none;
}

.emp-thumb__play svg {
  width: 22px;
  height: 22px;
  color: #fff;
}

/* ── Modal galeria (igual ao da home) ── */
html.emp-gal-open,
html.emp-gal-open body {
  overflow: hidden;
  touch-action: none;
}

html.emp-gal-open {
  background-color: rgba(15, 23, 42, 0.52);
}

.emp-gal-modal[hidden]:not(.is-open) {
  display: none !important;
}

.emp-gal-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right))
    max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  box-sizing: border-box;
}

.emp-gal-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(15, 23, 42, 0.52);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
  z-index: 0;
}

.emp-gal-modal__shell {
  position: relative;
  z-index: 2;
  width: min(340px, calc(100vw - 32px));
  max-height: min(92dvh, 760px);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

@media (min-width: 600px) {
  .emp-gal-modal__shell {
    width: min(390px, calc(100vw - 32px));
    max-height: min(844px, 96vh);
  }
}

.emp-gal-modal__card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: inherit;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.28);
  overflow: hidden;
}

.emp-gal-modal .home-modal__close {
  position: absolute;
  z-index: 20;
  top: -11px;
  right: -11px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: #fff;
  color: var(--ink-muted, #64748b);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  -webkit-tap-highlight-color: transparent;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 2px 0 rgba(15, 23, 42, 0.04),
    0 14px 36px rgba(15, 23, 42, 0.18);
}

.emp-gal-modal .home-modal__close:hover {
  color: var(--ink, #0f172a);
}

.emp-gal-modal .home-modal__close span {
  display: block;
  line-height: 1;
}

/* Mídia ocupa todo o topo do card, full-bleed */
.emp-gal-modal__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: min(70dvh, 600px);
  overflow: hidden;
  background: #0a0a0b;
  flex-shrink: 0;
}

.emp-gal-modal__frame img,
.emp-gal-modal__frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.emp-gal-modal__frame [hidden] {
  display: none !important;
}

/* Controles customizados de vídeo no modal */
.emp-vctl {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.emp-vctl[hidden] {
  display: none !important;
}

.emp-vctl__center,
.emp-vctl__mute {
  position: absolute;
  border: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.emp-vctl__center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.18s ease;
}

.emp-vctl__center svg {
  width: 28px;
  height: 28px;
}

.emp-vctl.is-paused .emp-vctl__center,
.emp-vctl:hover .emp-vctl__center {
  opacity: 1;
}

.emp-vctl__mute {
  right: 10px;
  bottom: 10px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
}

.emp-vctl__mute svg {
  width: 18px;
  height: 18px;
}

.emp-vctl__icon[hidden] {
  display: none !important;
}

/* Setas sobrepostas nos lados do vídeo */
.emp-gal-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  -webkit-tap-highlight-color: transparent;
}

.emp-gal-modal__nav:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.6);
}

.emp-gal-modal__nav:disabled {
  opacity: 0.3;
  cursor: default;
}

.emp-gal-modal__nav svg {
  width: 16px;
  height: 16px;
}

.emp-gal-modal__nav--prev {
  left: 8px;
}

.emp-gal-modal__nav--next {
  right: 8px;
}

/* Barra inferior: só miniaturas */
.emp-gal-modal__controls {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  flex-shrink: 0;
  background: #fff;
}

.emp-gal-modal__thumbs {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: safe center;
  gap: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2px 4px;
  scroll-snap-type: x proximity;
}

.emp-gal-modal__thumbs::-webkit-scrollbar {
  display: none;
}

.emp-gal-modal__thumb {
  flex: 0 0 auto;
  width: 36px;
  height: 54px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f5f9;
  cursor: pointer;
  scroll-snap-align: center;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.emp-gal-modal__thumb.is-active {
  border-color: var(--accent, #ea580c);
  box-shadow: 0 0 0 2px rgba(234, 88, 12, 0.2);
}

.emp-gal-modal__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.emp-gal-modal__thumb-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

/* Cardápio — tela cheia dentro da coluna do app (não no monitor inteiro no PC) */
.emp-cardapio-modal {
  padding: 0;
  align-items: stretch;
  justify-content: stretch;
  left: 50%;
  right: auto;
  width: 100%;
  max-width: 480px;
  transform: translateX(-50%);
}

@media (min-width: 900px) {
  .emp-cardapio-modal {
    max-width: 560px;
  }
}

.emp-cardapio-modal .emp-gal-modal__shell {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100dvh;
}

.emp-cardapio-modal .emp-gal-modal__card {
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  background: #0a0a0b;
}

.emp-cardapio-modal .emp-gal-modal__frame {
  flex: 1 1 auto;
  max-height: none;
  aspect-ratio: auto;
  min-height: 0;
}

.emp-cardapio-modal .emp-gal-modal__frame img {
  object-fit: contain;
  background: #0a0a0b;
}

.emp-cardapio-modal .emp-gal-modal__controls {
  flex-shrink: 0;
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.emp-cardapio-modal__back {
  position: absolute;
  z-index: 25;
  top: calc(env(safe-area-inset-top, 0px) + 10px);
  left: max(12px, env(safe-area-inset-left, 0px));
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px 8px 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.62);
  color: #fff;
  font: inherit;
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.emp-cardapio-modal__back svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.emp-cardapio-modal__back:hover {
  background: rgba(15, 23, 42, 0.78);
}

.emp-gal-modal__thumb-play svg {
  width: 14px;
  height: 14px;
  color: #fff;
}

/* ── Eventos e cupons: mesmos cards da home (tamanho fixo, faixa horizontal) ── */
.empresa-page .emp-offers-wrap {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.empresa-page .emp-offers-wrap .highlights-section,
.empresa-page .emp-offers-wrap .promos-section {
  margin: 0;
}

.empresa-page .emp-offers-wrap .promos-section {
  margin-top: 4px;
}

.empresa-page .emp-offers-wrap .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px;
  margin: 0 0 10px;
  gap: 12px;
}

.empresa-page .emp-offers-wrap .section-header .section-title {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-display);
  font-size: 1.03125rem;
  font-weight: 700;
  letter-spacing: -0.25px;
  color: var(--ink);
}

.empresa-page .emp-offers-wrap .section-title__icon {
  width: 16px;
  height: 16px;
  color: var(--accent);
  flex-shrink: 0;
}

.empresa-page .emp-offers-wrap .section-header .section-link {
  font-size: 0.8125rem;
  color: var(--brand-deep, #c2410c);
  font-weight: 600;
  text-decoration: none;
}

.empresa-page .emp-offers-wrap .highlights-scroll,
.empresa-page .emp-offers-wrap .promos-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  padding: 0 14px 8px;
  margin: 0 -14px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y pinch-zoom;
}

.empresa-page .emp-offers-wrap .highlights-scroll::-webkit-scrollbar,
.empresa-page .emp-offers-wrap .promos-scroll::-webkit-scrollbar {
  display: none;
}

.empresa-page .emp-offers-wrap .highlight-card {
  flex: 0 0 204px;
  flex-shrink: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s;
  padding: 0;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.empresa-page .emp-offers-wrap .highlight-card:active {
  transform: scale(0.97);
}

.empresa-page .emp-offers-wrap .highlight-img {
  width: 100%;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f172a;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.empresa-page .emp-offers-wrap .highlight-img__photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.empresa-page .emp-offers-wrap .highlight-img--photo {
  display: block;
  line-height: 0;
}

.empresa-page .emp-offers-wrap .highlight-img--photo::after {
  display: none;
}

.empresa-page .emp-offers-wrap .highlight-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.15), transparent 55%);
  pointer-events: none;
}

.empresa-page .emp-offers-wrap .himg-1 { background-color: #1a1040; background-image: linear-gradient(135deg, #1a1040, #2d1b69, #4c1d95); background-size: cover; background-position: center; }
.empresa-page .emp-offers-wrap .himg-2 { background-color: #0c2a1e; background-image: linear-gradient(135deg, #0c2a1e, #065f46, #047857); background-size: cover; background-position: center; }
.empresa-page .emp-offers-wrap .himg-3 { background-color: #1c1008; background-image: linear-gradient(135deg, #1c1008, #92400e, #b45309); background-size: cover; background-position: center; }
.empresa-page .emp-offers-wrap .himg-4 { background-color: #0f172a; background-image: linear-gradient(135deg, #0f172a, #1e3a5f, #1e40af); background-size: cover; background-position: center; }
.empresa-page .emp-offers-wrap .highlight-img--photo.himg-1,
.empresa-page .emp-offers-wrap .highlight-img--photo.himg-2,
.empresa-page .emp-offers-wrap .highlight-img--photo.himg-3,
.empresa-page .emp-offers-wrap .highlight-img--photo.himg-4 {
  background-image: none;
}

.empresa-page .emp-offers-wrap .himg-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.92);
  filter: drop-shadow(0 6px 22px rgba(0, 0, 0, 0.35));
  z-index: 1;
}

.empresa-page .emp-offers-wrap .himg-icon svg {
  width: 44px;
  height: 44px;
}

.empresa-page .emp-offers-wrap .highlight-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 2px 6px;
  border-radius: 12px;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.empresa-page .emp-offers-wrap .tag-festa { background: rgba(124, 92, 252, 0.7); color: #e9d5ff; }
.empresa-page .emp-offers-wrap .tag-gastronomia { background: rgba(234, 88, 12, 0.7); color: #ffedd5; }
.empresa-page .emp-offers-wrap .tag-praia { background: rgba(56, 189, 248, 0.7); color: #e0f2fe; }
.empresa-page .emp-offers-wrap .tag-cultura { background: rgba(251, 146, 60, 0.7); color: #fff7ed; }
.empresa-page .emp-offers-wrap .tag-bemestar { background: rgba(34, 197, 94, 0.65); color: #ecfdf5; }
.empresa-page .emp-offers-wrap .tag-musica { background: rgba(99, 102, 241, 0.65); color: #eef2ff; }

.empresa-page .emp-offers-wrap .highlight-body {
  padding: 11px 12px 13px;
}

.empresa-page .emp-offers-wrap .highlight-name {
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-bottom: 5px;
  line-height: 1.2;
  color: var(--ink);
}

.empresa-page .emp-offers-wrap .highlight-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--ink-faint);
}

.empresa-page .emp-offers-wrap .highlight-meta svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.empresa-page .emp-offers-wrap .promos-scroll .promo-card {
  flex: 0 0 200px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 16px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
  box-shadow: var(--shadow-sm);
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.empresa-page .emp-offers-wrap .promos-scroll .promo-card:active {
  transform: scale(0.97);
}

.empresa-page .emp-offers-wrap .promos-scroll .promo-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 800;
  padding: 6px 12px;
  border-bottom-left-radius: 12px;
  max-width: calc(100% - 12px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.empresa-page .emp-offers-wrap .promos-scroll .promo-badge--esgotado,
.empresa-page .emp-offers-wrap .promos-scroll .promo-badge--state {
  background: #64748b;
}

.empresa-page .emp-offers-wrap .promos-scroll .promo-card--exhausted,
.empresa-page .emp-offers-wrap .promos-scroll .promo-card--used,
.empresa-page .emp-offers-wrap .promos-scroll .promo-card--expired {
  opacity: 0.92;
}

.empresa-page .emp-offers-wrap .promos-scroll .promo-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: var(--accent-soft, #fff7ed);
  border: 1px solid rgba(234, 88, 12, 0.18);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  color: var(--accent);
}

.empresa-page .emp-offers-wrap .promos-scroll .promo-icon .guia-promo-lucide,
.empresa-page .emp-offers-wrap .promos-scroll .promo-icon svg {
  width: 18px;
  height: 18px;
}

.empresa-page .emp-offers-wrap .promos-scroll .promo-place {
  font-size: 0.6875rem;
  color: var(--ink-faint);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
  margin-bottom: 4px;
}

.empresa-page .emp-offers-wrap .promos-scroll .promo-title {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: var(--ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.empresa-page .emp-offers-wrap .promos-scroll .promo-expiry {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--ink-faint);
}

.empresa-page .emp-offers-wrap .promos-scroll .promo-expiry svg {
  width: 12px;
  height: 12px;
}
