/* POI 100% mobile — paleta azul, CLS-safe */
:root {
    --poi-blue: #0073bb;
    --poi-blue-light: #e8f4fc;
    --poi-blue-dark: #005a94;
}

body.poi-mobile-page {
    background: #fff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 15px;
    color: #1a1a1a;
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    max-width: 100%;
    overflow-x: hidden;
}

.poi-mobile-page .container-fluid {
    padding: 0;
}

/* Header compacto */
.poi-mobile-page .header {
    height: 48px;
    padding: 0 12px;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    box-shadow: none;
}

.poi-mobile-page .logo {
    font-size: 17px;
    font-weight: 800;
    margin: 0;
}

.poi-mobile-page .search-form,
.poi-mobile-page .user-icons .icon,
.poi-mobile-page .mobile-filter-toggle,
.poi-mobile-page .sidebar-filter,
.poi-mobile-page .ads-strip-top {
    display: none !important;
}

.poi-mobile-page .user-icons {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-shrink: 0;
}

.poi-mobile-page .theme-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    border: none;
    border-radius: 50%;
    background: var(--poi-blue-light);
    color: var(--poi-blue);
    font-size: 16px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.poi-mobile-page .breadcrumbs-container {
    padding: 8px 14px;
    background: #fff;
    border-bottom: none;
}

.poi-mobile-page .breadcrumb {
    font-size: 11px;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.poi-mobile-page .poi-wrap {
    max-width: 100%;
    padding: 0;
}

.poi-mobile-page .poi-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.poi-mobile-page .poi-primary,
.poi-mobile-page .poi-sidebar {
    flex: none;
    width: 100%;
}

/* Âncoras — compensa header fixo ao rolar */
#poi-dados,
#poi-descricao,
#poi-mapa,
#poi-detalhes,
#avaliacoes-poi,
#poi-faq {
    scroll-margin-top: 56px;
}

/* Hero */
.poi-m-hero {
    padding: 16px 14px 0;
    background: #fff;
    contain: layout style;
}

.poi-m-hero h1 {
    margin: 0 0 6px;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #1a1a1a;
}

.poi-m-cat {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--poi-blue);
}

.poi-m-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
    font-size: 13px;
}

.poi-m-rating-score {
    font-weight: 800;
    font-size: 15px;
}

.poi-m-rating-stars {
    color: var(--poi-blue);
    letter-spacing: 1px;
}

.poi-m-rating-count {
    color: #666;
}

/* Navegação — grid 3 colunas (sem rolagem lateral) */
.poi-m-grid-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin: 0 14px 14px;
    padding: 1px;
    background: #ebebeb;
    border-radius: 12px;
    overflow: hidden;
    contain: layout style;
}

.poi-m-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 84px;
    padding: 12px 6px;
    font-size: 11px;
    font-weight: 600;
    color: #444;
    text-decoration: none;
    background: #fff;
    border: none;
    cursor: pointer;
    font-family: inherit;
    -webkit-tap-highlight-color: transparent;
}

.poi-m-grid-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: var(--poi-blue-light);
    color: var(--poi-blue);
    font-size: 18px;
    line-height: 1;
    transition: background 0.15s, color 0.15s;
}

.poi-m-grid-item__label {
    line-height: 1.2;
    text-align: center;
}

.poi-m-grid-item:active .poi-m-grid-item__icon {
    background: var(--poi-blue);
    color: #fff;
}

.poi-m-grid-item--highlight {
    color: var(--poi-blue);
}

.poi-m-grid-item--highlight .poi-m-grid-item__icon {
    background: var(--poi-blue);
    color: #fff;
}

/* Seções */
.poi-m-section {
    padding: 14px;
    border-bottom: 8px solid #f5f5f5;
    contain: layout style;
}

.poi-m-section__label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #999;
}

.poi-m-section__label i {
    color: var(--poi-blue);
    font-size: 13px;
}

/* Mapa preview — altura fixa (CLS), abre fullscreen ao toque */
.poi-m-map-wrap {
    position: relative;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
    border-radius: 12px;
    contain: layout size style;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.poi-m-map-wrap:active .poi-m-map-preview {
    opacity: 0.92;
}

.poi-m-map-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    padding: 16px;
    background: linear-gradient(160deg, var(--poi-blue-light) 0%, #d4e8f6 100%);
    border: 1px solid #b8d9f0;
    text-align: center;
}

.poi-m-map-preview__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--poi-blue);
    color: #fff;
    font-size: 24px;
}

.poi-m-map-preview__addr {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.poi-m-map-preview__hint {
    font-size: 12px;
    font-weight: 600;
    color: var(--poi-blue);
}

/* Mapa fullscreen */
.poi-m-map-fs {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    flex-direction: column;
    width: 100%;
    height: 100%;
    height: 100dvh;
    background: #fff;
}

.poi-m-map-fs.is-open {
    display: flex !important;
}

.poi-m-map-fs__header {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 8px 12px;
    padding-top: calc(8px + env(safe-area-inset-top, 0px));
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    flex-shrink: 0;
}

.poi-m-map-fs__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: var(--poi-blue-light);
    color: var(--poi-blue);
    font-size: 18px;
    cursor: pointer;
    flex-shrink: 0;
}

.poi-m-map-fs__titles {
    flex: 1;
    min-width: 0;
}

.poi-m-map-fs__title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.poi-m-map-fs__addr {
    margin: 2px 0 0;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.poi-m-map-fs__body {
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
    overflow: hidden;
}

.poi-m-map-fs__map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.poi-m-map-fs__map.leaflet-container,
.poi-m-map-fs__body .leaflet-container {
    width: 100% !important;
    height: 100% !important;
    background: #e8eef4;
}

.poi-m-map-fs__loading {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 600;
    color: var(--poi-blue);
}

.poi-m-map-fs__loading[hidden] {
    display: none !important;
}

body.poi-map-fs-open {
    overflow: hidden;
}

body.poi-map-fs-open .poi-m-sticky-bar {
    display: none;
}

/* Info rows estilo Yelp */
.poi-m-info-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #ebebeb;
}

.poi-m-info-row:last-child {
    border-bottom: none;
}

.poi-m-info-row__main {
    flex: 1;
    min-width: 0;
}

.poi-m-info-row__title {
    margin: 0 0 2px;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.35;
}

.poi-m-info-row__sub {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.poi-m-info-row__cta {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--poi-blue);
    text-decoration: none;
    padding: 4px 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

/* Anúncios CSA — altura fluida (Google ajusta) */
.poi-mobile-page #csa1 {
    display: none !important;
    min-height: 0 !important;
    margin: 0 !important;
}

.poi-mobile-page #csa2 {
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
    margin: 8px 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    contain: layout style !important;
    background: transparent !important;
    border: none;
    border-radius: 0;
}

.poi-mobile-page #csa2.ad-slot-collapsed {
    display: none !important;
    min-height: 0 !important;
    max-height: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

/* Sidebar legado oculta — conteúdo está no fluxo mobile */
.poi-mobile-page .poi-sidebar {
    display: none !important;
}

.poi-mobile-page .poi-sidebar .ad-slot-csa {
    display: none !important;
}

.poi-mobile-page .poi-sidebar .empresa-contato {
    display: none;
}

.poi-mobile-page .empresa-info {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 14px;
    margin: 0;
}

.poi-mobile-page .empresa-contato h3,
.poi-mobile-page .empresa-rfb h3,
.poi-mobile-page .action-buttons h3 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #999;
    margin: 0 0 10px;
}

.poi-mobile-page .empresa-header {
    padding: 0;
    background: transparent;
}

.poi-mobile-page .empresa-nome-titulo {
    display: none;
}

.poi-mobile-page .poi-hero-summary {
    display: none;
}

/* Sobre / descrição */
.poi-mobile-page .empresa-info h2,
.poi-mobile-page .poi-section-title {
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 10px;
    color: #1a1a1a;
}

.poi-mobile-page .empresa-descricao {
    font-size: 14px;
    line-height: 1.55;
    color: #444;
}

/* FAQ — details nativo, zero CLS */
.poi-mobile-page .faq-section {
    content-visibility: auto;
    contain-intrinsic-size: auto 400px;
    padding: 14px;
    border-bottom: 8px solid #f5f5f5;
}

.poi-mobile-page .faq-section > h2 {
    font-size: 1rem;
    font-weight: 800;
    text-align: left;
    margin: 0 0 12px;
}

.poi-mobile-page .poi-faq-native {
    border-top: 1px solid #ebebeb;
}

.poi-mobile-page .poi-faq-native details {
    border-bottom: 1px solid #ebebeb;
    contain: layout style;
}

.poi-mobile-page .poi-faq-native summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--poi-blue);
    cursor: pointer;
    list-style: none;
    min-height: 48px;
}

.poi-mobile-page .poi-faq-native summary::-webkit-details-marker {
    display: none;
}

.poi-mobile-page .poi-faq-native summary::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--poi-blue);
    border-bottom: 2px solid var(--poi-blue);
    transform: rotate(45deg);
    flex-shrink: 0;
    transition: transform 0.15s;
}

.poi-mobile-page .poi-faq-native details[open] summary::after {
    transform: rotate(-135deg);
}

.poi-mobile-page .poi-faq-native .poi-faq-body {
    padding: 0 0 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
}

/* Esconde accordion Bootstrap legado no mobile */
.poi-mobile-page #faqAccordion {
    display: none !important;
}

.poi-mobile-page .poi-faq-native {
    display: block;
}

/* Empresas próximas */
.poi-mobile-page .empresas-proximas {
    padding: 14px;
    contain: layout style;
}

.poi-mobile-page .empresas-proximas h2 {
    font-size: 1rem;
    font-weight: 800;
    text-align: left;
    margin: 0 0 4px;
}

.poi-mobile-page .empresas-proximas > p {
    text-align: left !important;
    font-size: 13px;
    margin-bottom: 12px !important;
}

.poi-mobile-page .empresas-proximas-grid {
    grid-template-columns: 1fr;
    gap: 10px;
}

.poi-mobile-page .empresa-proxima-card {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 12px;
}

/* Barra fixa inferior */
.poi-m-sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    display: flex;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
    background: #fff;
    border-top: 1px solid #ebebeb;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
    contain: layout style;
}

.poi-m-sticky-btn {
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-height: 52px;
    min-width: 0;
    padding: 6px 4px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    color: #666;
    background: transparent;
    cursor: pointer;
    font-family: inherit;
    -webkit-tap-highlight-color: transparent;
}

.poi-m-sticky-btn i {
    font-size: 18px;
    color: #666;
}

.poi-m-sticky-btn--primary,
.poi-m-sticky-btn--primary i {
    color: var(--poi-blue);
}

.poi-m-detalhes-subtitle {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
}

.poi-m-detalhes-artigo {
    margin-bottom: 16px;
}

.poi-m-actions-page {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #ebebeb;
}

.poi-m-actions-page .btn-action {
    width: 100%;
    justify-content: center;
}

/* Ícones FA — reserva de espaço (CLS) */
.poi-mobile-page .fas,
.poi-mobile-page .far,
.poi-mobile-page .fab,
.poi-mobile-page .fa {
    display: inline-block;
    width: 1.25em;
    height: 1em;
    line-height: 1;
    text-align: center;
    vertical-align: -0.125em;
}

/* Título sem min-height artificial */
.poi-mobile-page .empresa-nome-titulo {
    min-height: 0 !important;
}

/* ── Modo escuro — paleta completa, alta legibilidade ── */
body.dark-mode.poi-mobile-page {
    --poi-blue: #4da3ff;
    --poi-blue-light: #1a2d42;
    --poi-blue-dark: #93c5fd;
    --poi-surface: #1e1e1e;
    --poi-surface-2: #2a2a2a;
    --poi-border: #333;
    --poi-text: #f3f4f6;
    --poi-text-muted: #9ca3af;
    color-scheme: dark;
    background: #121212;
    color: var(--poi-text);
}

/* Header + breadcrumb */
body.dark-mode.poi-mobile-page .header {
    background: var(--poi-surface);
    border-bottom-color: var(--poi-border);
}

body.dark-mode.poi-mobile-page .logo {
    color: var(--poi-text);
}

body.dark-mode.poi-mobile-page .theme-toggle {
    background: var(--poi-blue-light);
    color: var(--poi-blue);
}

body.dark-mode.poi-mobile-page .breadcrumbs-container {
    background: var(--poi-surface);
}

body.dark-mode.poi-mobile-page .breadcrumb {
    color: var(--poi-text-muted);
}

body.dark-mode.poi-mobile-page .breadcrumb a {
    color: var(--poi-blue);
}

body.dark-mode.poi-mobile-page .breadcrumb-item.active {
    color: var(--poi-text-muted);
}

/* Hero + navegação */
body.dark-mode.poi-mobile-page .poi-m-hero {
    background: var(--poi-surface);
}

body.dark-mode.poi-mobile-page .poi-m-hero h1 {
    color: var(--poi-text);
}

body.dark-mode.poi-mobile-page .poi-m-cat {
    color: var(--poi-blue);
}

body.dark-mode.poi-mobile-page .poi-m-rating-score {
    color: var(--poi-text);
}

body.dark-mode.poi-mobile-page .poi-m-rating-stars {
    color: var(--poi-blue);
}

body.dark-mode.poi-mobile-page .poi-m-rating-count {
    color: var(--poi-text-muted);
}

body.dark-mode.poi-mobile-page .poi-m-grid-nav {
    background: var(--poi-border);
}

body.dark-mode.poi-mobile-page .poi-m-grid-item {
    background: var(--poi-surface);
    color: var(--poi-text-muted);
}

body.dark-mode.poi-mobile-page .poi-m-grid-item__icon {
    background: var(--poi-blue-light);
    color: var(--poi-blue);
}

body.dark-mode.poi-mobile-page .poi-m-grid-item--highlight {
    color: var(--poi-blue);
}

body.dark-mode.poi-mobile-page .poi-m-grid-item--highlight .poi-m-grid-item__icon {
    background: var(--poi-blue);
    color: #fff;
}

body.dark-mode.poi-mobile-page .poi-m-grid-item:active .poi-m-grid-item__icon {
    background: var(--poi-blue);
    color: #fff;
}

/* Seções */
body.dark-mode.poi-mobile-page .poi-m-section,
body.dark-mode.poi-mobile-page .faq-section,
body.dark-mode.poi-mobile-page .empresas-proximas {
    background: var(--poi-surface);
    border-bottom: 8px solid #0d0d0d;
}

body.dark-mode.poi-mobile-page .poi-m-section__label {
    color: var(--poi-text-muted);
}

body.dark-mode.poi-mobile-page .poi-m-section__label i {
    color: var(--poi-blue);
}

body.dark-mode.poi-mobile-page .empresa-info {
    background: var(--poi-surface) !important;
    box-shadow: none !important;
}

body.dark-mode.poi-mobile-page .empresa-info h2,
body.dark-mode.poi-mobile-page .poi-section-title,
body.dark-mode.poi-mobile-page .poi-m-detalhes-subtitle {
    color: var(--poi-text);
}

body.dark-mode.poi-mobile-page .empresa-descricao,
body.dark-mode.poi-mobile-page .descricao-texto {
    color: #d1d5db;
}

body.dark-mode.poi-mobile-page .descricao-controles .btn-link {
    color: var(--poi-blue);
}

/* Info rows */
body.dark-mode.poi-mobile-page .poi-m-info-row {
    border-bottom-color: var(--poi-border);
}

body.dark-mode.poi-mobile-page .poi-m-info-row__title {
    color: var(--poi-text);
}

body.dark-mode.poi-mobile-page .poi-m-info-row__sub {
    color: var(--poi-text-muted);
}

body.dark-mode.poi-mobile-page .poi-m-info-row__cta {
    color: var(--poi-blue);
}

/* Mapa preview + fullscreen */
body.dark-mode.poi-mobile-page .poi-m-map-preview {
    background: linear-gradient(160deg, #1a2d42 0%, #152535 100%);
    border-color: #2d4a66;
}

body.dark-mode.poi-mobile-page .poi-m-map-preview__icon {
    background: var(--poi-blue);
    color: #fff;
}

body.dark-mode.poi-mobile-page .poi-m-map-preview__addr {
    color: var(--poi-text);
}

body.dark-mode.poi-mobile-page .poi-m-map-preview__hint {
    color: var(--poi-blue);
}

body.dark-mode.poi-mobile-page .poi-m-map-fs {
    background: #121212;
}

body.dark-mode.poi-mobile-page .poi-m-map-fs__header {
    background: var(--poi-surface);
    border-bottom-color: var(--poi-border);
}

body.dark-mode.poi-mobile-page .poi-m-map-fs__title {
    color: var(--poi-text);
}

body.dark-mode.poi-mobile-page .poi-m-map-fs__addr {
    color: var(--poi-text-muted);
}

body.dark-mode.poi-mobile-page .poi-m-map-fs__loading {
    background: rgba(30, 30, 30, 0.92);
    color: var(--poi-blue);
}

body.dark-mode.poi-mobile-page .poi-m-map-fs__map.leaflet-container,
body.dark-mode.poi-mobile-page .poi-m-map-fs__body .leaflet-container {
    background: #1a2d42;
}

body.dark-mode.poi-mobile-page .poi-m-map-fs__close {
    background: var(--poi-blue-light);
    color: var(--poi-blue);
}

/* FAQ */
body.dark-mode.poi-mobile-page .faq-section > h2 {
    color: var(--poi-text);
}

body.dark-mode.poi-mobile-page .poi-faq-native {
    border-top-color: var(--poi-border);
}

body.dark-mode.poi-mobile-page .poi-faq-native details {
    border-bottom-color: var(--poi-border);
}

body.dark-mode.poi-mobile-page .poi-faq-native summary {
    color: var(--poi-blue);
}

body.dark-mode.poi-mobile-page .poi-faq-native summary::after {
    border-color: var(--poi-blue);
}

body.dark-mode.poi-mobile-page .poi-faq-native .poi-faq-body {
    color: #d1d5db;
}

body.dark-mode.poi-mobile-page .poi-faq-native .poi-faq-body a {
    color: var(--poi-blue);
}

/* RFB / detalhes */
body.dark-mode.poi-mobile-page .rfb-dados-row {
    border-bottom-color: var(--poi-border);
}

body.dark-mode.poi-mobile-page .rfb-dados-label {
    color: var(--poi-text-muted);
}

body.dark-mode.poi-mobile-page .rfb-dados-valor {
    color: var(--poi-text);
}

body.dark-mode.poi-mobile-page .rfb-tag-pill {
    background: var(--poi-blue-light);
    color: var(--poi-blue);
    border-color: #3a5a7a;
}

body.dark-mode.poi-mobile-page .rfb-cnae-principal,
body.dark-mode.poi-mobile-page .rfb-cnae-lista li {
    color: #d1d5db;
}

body.dark-mode.poi-mobile-page .rfb-classificacao {
    color: var(--poi-text-muted);
}

body.dark-mode.poi-mobile-page .poi-m-actions-page {
    border-top-color: var(--poi-border);
}

/* Avaliações / artigo DeepSeek */
body.dark-mode.poi-mobile-page .poi-artigo-complementar,
body.dark-mode.poi-mobile-page .poi-artigo-body,
body.dark-mode.poi-mobile-page .poi-artigo-intro {
    color: #d1d5db;
}

body.dark-mode.poi-mobile-page .poi-reviews-hero,
body.dark-mode.poi-mobile-page .poi-review-form-panel,
body.dark-mode.poi-mobile-page .poi-review-card,
body.dark-mode.poi-mobile-page .poi-artigo-section {
    background: var(--poi-surface-2);
    border-color: var(--poi-border);
}

body.dark-mode.poi-mobile-page .poi-section-title,
body.dark-mode.poi-mobile-page .poi-reviews-score-num,
body.dark-mode.poi-mobile-page .poi-review-author,
body.dark-mode.poi-mobile-page .poi-review-form-title {
    color: var(--poi-text);
}

body.dark-mode.poi-mobile-page .poi-review-text,
body.dark-mode.poi-mobile-page .poi-reviews-score-count,
body.dark-mode.poi-mobile-page .poi-review-date {
    color: var(--poi-text-muted);
}

/* Empresas próximas */
body.dark-mode.poi-mobile-page .empresas-proximas h2 {
    color: var(--poi-text);
}

body.dark-mode.poi-mobile-page .empresas-proximas > p {
    color: var(--poi-text-muted) !important;
}

body.dark-mode.poi-mobile-page .empresa-proxima-card {
    background: var(--poi-surface-2);
    border-color: var(--poi-border);
}

body.dark-mode.poi-mobile-page .empresa-proxima-nome a {
    color: var(--poi-blue);
}

body.dark-mode.poi-mobile-page .empresa-proxima-localizacao,
body.dark-mode.poi-mobile-page .empresa-proxima-detalhes > div {
    color: var(--poi-text-muted);
}

body.dark-mode.poi-mobile-page .btn-ver-detalhes {
    background: var(--poi-blue-light);
    color: var(--poi-blue);
    border-color: #3a5a7a;
}

body.dark-mode.poi-mobile-page .btn-ligar {
    background: var(--poi-blue);
    color: #fff;
}

/* Anúncios */
body.dark-mode.poi-mobile-page #csa2 {
    background: transparent !important;
}

/* Barra fixa */
body.dark-mode.poi-mobile-page .poi-m-sticky-bar {
    background: var(--poi-surface);
    border-top-color: var(--poi-border);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.4);
}

body.dark-mode.poi-mobile-page .poi-m-sticky-btn {
    color: var(--poi-text-muted);
}

body.dark-mode.poi-mobile-page .poi-m-sticky-btn i {
    color: var(--poi-text-muted);
}

body.dark-mode.poi-mobile-page .poi-m-sticky-btn--primary,
body.dark-mode.poi-mobile-page .poi-m-sticky-btn--primary i {
    color: var(--poi-blue);
}

/* Footer */
body.dark-mode.poi-mobile-page .footer {
    background: var(--poi-surface);
    border-top-color: var(--poi-border);
    color: var(--poi-text-muted);
}

body.dark-mode.poi-mobile-page .footer-links a {
    color: var(--poi-text-muted);
}

body.dark-mode.poi-mobile-page .footer-links a:hover {
    color: var(--poi-blue);
}

body.dark-mode.poi-mobile-page .footer-legal {
    color: var(--poi-text-muted);
}

/* Status badge */
body.dark-mode.poi-mobile-page .empresa-status-badge--baixada {
    background: #3d2a1f;
    color: #f0a070;
    border-color: #5c3d2a;
}

/* Botões de ação */
body.dark-mode.poi-mobile-page .btn-remove {
    background: var(--poi-surface-2);
    color: #f0a070;
    border-color: #5c3d2a;
}

/* Texto muted global */
body.dark-mode.poi-mobile-page .text-muted {
    color: var(--poi-text-muted) !important;
}
