/**
 * Guia Cidades ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ Premium Design System v4.2 (Mobile-First)
 * Dynamic color tokens: --gc-cor, --gc-cor-rgb, --gc-h, --gc-s, --gc-l
 */

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Suprimir tÃƒÆ’Ã‚Â­tulo duplicado do tema FSE nas pÃƒÆ’Ã‚Â¡ginas de cidade ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.guia-cidade-page~* .wp-block-post-title,
.wp-block-post-title:has(~ .guia-cidade-page),
body.guia-is-cidade-page .wp-block-post-title,
body.guia-is-cidade-page .entry-title,
body.guia-is-cidade-page h1.wp-block-post-title {
    display: none !important;
}

/* PrevenÃƒÂ§ÃƒÂ£o de overflow horizontal global e tipografia base */
html,
body.guia-is-cidade-page {
    overflow-x: hidden !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body.guia-is-cidade-page a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

body.guia-is-cidade-page a:hover {
    color: var(--gc-cor);
}

body.gc-premium-landing,
.gc-premium-landing .wp-site-blocks,
.gc-premium-landing main,
.gc-premium-landing #wp--skip-link--target {
    background-color: #0f172a !important;
    background: #0f172a !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Anula qualquer margem superior (admin bar e blocos do WP) */
.gc-premium-landing .wp-site-blocks,
.gc-premium-landing .entry-content,
.gc-premium-landing main,
body.guia-is-cidade-page .wp-site-blocks,
body.guia-is-cidade-page main,
body.guia-is-cidade-page .entry-content,
body.guia-is-cidade-page .wp-block-post-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

:root {
    --gc-cor: #005BAC;
    --gc-cor-rgb: 0, 91, 172;
    --gc-radius-sm: 8px;
    --gc-radius-md: 16px;
    --gc-radius-lg: 24px;
    --gc-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
    --gc-shadow-md: 0 10px 25px rgba(0, 0, 0, 0.08);
    --gc-shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.12);
    --gc-ease-out: cubic-bezier(0.33, 1, 0.68, 1);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ FSE Layout Blindage (Kill White Borders & Padding) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
body.guia-is-cidade-page .wp-site-blocks,
body.guia-is-cidade-page .wp-block-group.has-global-padding,
body.guia-is-cidade-page main.wp-block-group,
body.guia-is-cidade-page .entry-content,
body.guia-is-cidade-page .wp-block-post-content,
body.guia-is-cidade-page .wp-block-group.alignfull {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
    gap: 0 !important;
}

body.guia-is-cidade-page {
    background-color: #f8fafc !important;
}

/* Staggered Animations */
.gc-reveal {
    opacity: 0;
    transform: translateY(20px);
    animation: gcReveal 0.8s var(--gc-ease-out) forwards;
}

@keyframes gcReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gc-delay-1 {
    animation-delay: 0.1s;
}

.gc-delay-2 {
    animation-delay: 0.2s;
}

.gc-delay-3 {
    animation-delay: 0.3s;
}

.gc-delay-4 {
    animation-delay: 0.4s;
}


.guia-cidade-page .entry-title,
.guia-cidade-page .post-title,
.guia-cidade-page .wp-block-post-title,
.guia-cidade-page .page-header,
.gc-v2 .entry-title,
.gc-v2 .wp-block-post-title,
.gc-v2 .page-header {
    display: none !important;
}

.guia-cidade-page {
    font-family: var(--gc-font-sans);
    line-height: 1.6;
    color: #1e293b;
    background-color: #f8fafc;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    box-sizing: border-box;
}

/* Centralized Shell Wrapper */
.gc-shell {
    width: 100%;
    min-height: 100vh;
    background: #f8fafc;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

/* â”€â”€ Orientation Bar (Modern Compact Chevron System) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.gc-orientation-bar {
    background: #fff;
    border-bottom: 1px solid #cbd5e1;
    padding: 0;
    position: sticky;
    top: var(--gc-navbar-h);
    z-index: 100;
    height: 52px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    /* Firefox */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    -webkit-overflow-scrolling: touch;
}

.gc-orientation-bar::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

.gc-chevron-crumbs {
    display: flex;
    flex-wrap: nowrap;
    /* Proibir quebra */
    list-style: none;
    margin: 0;
    padding: 0;
    height: 52px;
    width: max-content;
    min-width: 100%;
}

.gc-chevron-crumbs li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
}

.gc-chevron-crumbs a,
.gc-chevron-crumbs span.crumb-text {
    display: flex;
    align-items: center;
    padding: 0 25px 0 35px;
    height: 100%;
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    color: #334155;
    background: #f1f5f9;
    /* InÃ­cio com mais presenÃ§a */
    position: relative;
    transition: all 0.25s ease;
    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 15px 50%);
    margin-left: -14px;
}

/* Escurecimento Gradativo (Contraste ReforÃ§ado) */
.gc-chevron-crumbs li:nth-child(2) a {
    background: #e2e8f0;
}

.gc-chevron-crumbs li:nth-child(3) a {
    background: #cbd5e1;
}

.gc-chevron-crumbs li:nth-child(4) a {
    background: #94a3b8;
    color: #fff;
}

.gc-chevron-crumbs li:nth-child(5) a {
    background: #64748b;
    color: #fff;
}

.gc-chevron-crumbs li:first-child a,
.gc-chevron-crumbs li:first-child span.crumb-text {
    padding-left: 15px;
    margin-left: 0;
    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
    border-radius: 4px 0 0 4px;
}

.gc-chevron-crumbs li:last-child a,
.gc-chevron-crumbs li:last-child span.crumb-text {
    font-weight: 900;
}

.gc-chevron-crumbs a:hover {
    background: #fff !important;
    color: var(--gc-cor) !important;
    z-index: 10;
    filter: drop-shadow(0 0 1px var(--gc-cor));
}

.gc-chevron-crumbs li.active span.crumb-text,
.gc-chevron-crumbs li:last-child span.crumb-text {
    background: var(--gc-cor, #0f172a) !important;
    color: #fff !important;
    padding-right: 30px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 15px 50%);
    z-index: 5;
    filter: none;
}

.gc-chevron-crumbs li:only-child span.crumb-text {
    clip-path: none;
    padding-left: 15px;
    border-radius: 4px;
}

.gc-chevron-crumbs li:only-child span.crumb-text {
    clip-path: none;
    padding-left: 15px;
    border-radius: 4px;
    filter: drop-shadow(0 0 1px #cbd5e1);
}

/* â”€â”€ Legacy Banners (Now Compacted) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.gc-hero-hub,
.gc-hero-cidade,
.gc-hero-secao,
.guia-pwa-header {
    display: none !important;
    /* Convertd to Orientation Bar */
}

.gc-breadcrumb-bar {
    display: none !important;
    /* Replaced by Orientation Bar */
}

/* â”€â”€ Container â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.guia-container,
.gc-container {
    max-width: var(--gc-container-width, 1200px);
    margin: 0 auto;
    padding: 0 clamp(15px, 4vw, 30px);
}

/* â”€â”€ Hero Banners (Individualized) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

/* 1. Hub Global Hero (Root) */
.gc-hero-hub__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.8));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1;
}

.gc-hero-hub__titulo {
    font-size: clamp(2rem, 7vw, 3.2rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -1.5px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.gc-hero-hub .gc-accent {
    color: #3b82f6;
}

.gc-hero-hub__sub {
    font-size: 1.1rem;
    opacity: 0.8;
    max-width: 500px;
    margin: 10px auto 0;
    font-weight: 500;
}

/* 2. City Home Hero (Index) */
.gc-hero-cidade__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    opacity: 0.3;
    z-index: 1;
}

.gc-hero-cidade__inner {
    position: relative;
    z-index: 2;
}

.gc-hero-cidade__estado,
.guia-cidade-hero__estado,
.gc-cidade-hero__estado {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.gc-hero-cidade__titulo,
.guia-cidade-hero__titulo,
.gc-cidade-hero__titulo {
    font-size: clamp(2.2rem, 8vw, 3.8rem);
    font-weight: 900;
    margin: 0 0 10px;
    line-height: 1;
    letter-spacing: -2px;
}

.gc-hero-cidade__sub,
.guia-cidade-hero__sub,
.gc-cidade-hero__sub {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 650px;
    margin: 0 auto;
    font-weight: 500;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Breadcrumbs ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.guia-breadcrumbs,
.gc-breadcrumbs {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 0;
    font-size: 13px;
}

.guia-breadcrumbs ol,
.gc-breadcrumbs ol {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.guia-breadcrumbs li,
.gc-chevron-crumbs li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
    gap: 12px;
    color: #64748b;
}

.guia-breadcrumbs li:not(:last-child)::after {
    content: "\203A";
    /* SÃ­mbolo seguro de separador â€º */
    opacity: 0.5;
    margin-left: 4px;
}

.guia-breadcrumbs a {
    color: var(--gc-cor);
    font-weight: 600;
    text-decoration: none;
}

.guia-breadcrumbs a:hover {
    text-decoration: underline;
}

.gc-breadcrumb-bar {
    background: var(--gc-cor, #0f172a);
    padding: calc(var(--gc-navbar-h) + 10px) 0 10px;
    /* Offset for fixed navbar */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.gc-breadcrumb-bar+.gc-shell {
    margin-top: 0 !important;
}

/* Breadcrumb Internal Standard (from class-cidade-template.php) */
.gc-breadcrumb-bar .guia-breadcrumbs {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.gc-breadcrumb-bar .guia-breadcrumbs li,
.gc-breadcrumb-bar .guia-breadcrumbs a {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.gc-breadcrumb-bar .guia-breadcrumbs li:last-child {
    color: #fff !important;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Service Page Headers (Standardized) ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.guia-page-header,
.gc-page-header {
    background: #fff;
    padding: 20px 0 25px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.guia-page-header::before,
.gc-page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gc-cor);
    /* Linha de topo com a cor da cidade */
}

.guia-page-header h1,
.gc-page-header h1 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 900;
    color: var(--gc-cor);
    margin: 15px 0 8px;
    letter-spacing: -1.5px;
    line-height: 1.1;
}

.guia-page-header p,
.gc-page-header p {
    font-size: 1.1rem;
    color: #475569;
    max-width: 800px;
    margin: 0;
    font-weight: 600;
    line-height: 1.5;
}

.gc-hero-secao .guia-breadcrumbs {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

.gc-hero-secao[style*="background"] .guia-breadcrumbs a,
.gc-hero-secao[style*="background"] .guia-breadcrumbs li,
.gc-hero-hub .guia-breadcrumbs a,
.gc-hero-hub .guia-breadcrumbs li,
.gc-hero-cidade .guia-breadcrumbs a,
.gc-hero-cidade .guia-breadcrumbs li {
    color: #fff !important;
    opacity: 0.9;
}

/* Background Icons para cada ÃƒÆ’Ã‚Â¡rea */
.header-farmacias::after {
    content: 'ÃƒÂ¢Ã…â€œÃ…Â¡';
    font-size: 200px;
    position: absolute;
    right: 5%;
    bottom: -20%;
    color: var(--gc-cor);
    opacity: 0.05;
    font-weight: 900;
    z-index: 0;
    pointer-events: none;
}

.header-guia::after {
    content: 'ÃƒÂ¢Ã…Â¡Ã¢â‚¬Å“';
    font-size: 200px;
    position: absolute;
    right: 5%;
    bottom: -20%;
    color: var(--gc-cor);
    opacity: 0.05;
    font-weight: 900;
    z-index: 0;
    pointer-events: none;
}

.header-onibus::after {
    content: 'ÃƒÂ°Ã…Â¸Ã…Â¡Ã…â€™';
    font-size: 200px;
    position: absolute;
    right: 5%;
    bottom: -20%;
    color: var(--gc-cor);
    opacity: 0.05;
    font-weight: 900;
    z-index: 0;
    pointer-events: none;
}

.header-noticias::after {
    content: 'ÃƒÂ°Ã…Â¸Ã¢â‚¬Å“Ã‚Â°';
    font-size: 200px;
    position: absolute;
    right: 5%;
    bottom: -20%;
    color: var(--gc-cor);
    opacity: 0.05;
    font-weight: 900;
    z-index: 0;
    pointer-events: none;
}

.guia-page-header__content {
    position: relative;
    z-index: 2;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Navbar Premium (Site Logo & Menu) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.guia-navbar,
.gc-navbar {
    background: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.guia-navbar .guia-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.guia-navbar-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 100%;
}

.guia-navbar-brand img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.guia-navbar-menu-btn {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.guia-navbar-menu-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background: var(--gc-cor);
    border-radius: 3px;
    transition: 0.3s;
}

.guia-navbar-menu-btn.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.guia-navbar-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.guia-navbar-menu-btn.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Menu Drawer & Overlay (Glassmorphism) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.guia-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s var(--gc-ease-out);
}

body.menu-open .guia-menu-overlay {
    opacity: 1;
    visibility: visible;
}

.guia-menu-drawer {
    position: fixed;
    top: 0;
    right: -340px;
    width: 320px;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1002;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

body.menu-open .guia-menu-drawer {
    right: 0;
}

.guia-menu-header {
    padding: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guia-menu-close {
    background: rgba(0, 0, 0, 0.05);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #1e293b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.guia-menu-close:hover {
    background: rgba(0, 0, 0, 0.1);
    transform: rotate(90deg);
}

.guia-menu-body {
    flex: 1;
    overflow-y: auto;
    padding: 25px;
}

.guia-menu-section {
    margin-bottom: 30px;
}

.guia-menu-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #64748b;
    margin-bottom: 12px;
    opacity: 0.8;
}

.guia-menu-link {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    color: #334155;
    text-decoration: none;
    font-weight: 700;
    border-radius: 12px;
    margin-bottom: 6px;
    transition: all 0.2s var(--gc-ease-out);
    border: 1px solid transparent;
}

.guia-menu-link svg {
    margin-right: 14px;
    transition: 0.3s;
    opacity: 0.7;
}

.guia-menu-link:hover {
    background: rgba(var(--gc-cor-rgb), 0.08);
    color: var(--gc-cor);
    border-color: rgba(var(--gc-cor-rgb), 0.1);
    transform: translateX(5px);
}

.guia-menu-link:hover svg {
    opacity: 1;
    transform: scale(1.1);
}

.guia-menu-link--highlight {
    background: var(--gc-cor);
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(var(--gc-cor-rgb), 0.3);
    border: none;
}

.guia-menu-link--highlight svg {
    opacity: 1;
}

.guia-menu-footer {
    padding: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.75rem;
    color: #64748b;
    background: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

@media (min-width: 1024px) {
    .guia-navbar {
        height: 80px;
    }

    .guia-navbar-brand {
        height: 50px;
    }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ PWA Minimalist Header (Unified Standard) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.guia-pwa-header {
    padding: var(--gc-navbar-h) 0 40px !important;
    /* Offset for fixed navbar */
    color: #fff !important;
    border-bottom: none !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--gc-cor, #0f172a) 0%, #0f172a 100%) !important;
}

/* Alias para a PWA Header que agora faz parte do gc-hero-secao */
.gc-hero-secao.guia-pwa-header {
    min-height: 180px;
}

.guia-pwa-header::before {
    display: none !important;
}

.guia-pwa-header h1 {
    color: #fff !important;
    margin: 0 0 8px !important;
    font-size: clamp(1.8rem, 4vw, 2.6rem) !important;
    letter-spacing: -1px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.guia-pwa-header p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Layout de Duas Colunas (Listagens e Single) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.gc-two-columns-layout {
    display: flex;
    gap: 40px;
    margin: 40px 0;
    width: 100%;
}

.gc-main-content,
.gc-listing-main-content {
    flex: 1;
    min-width: 0;
}

.gc-listing-sidebar {
    width: 350px;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .gc-two-columns-layout {
        flex-direction: column !important;
        gap: 30px !important;
        margin: 20px 0 !important;
    }

    .gc-listing-sidebar {
        width: 100% !important;
        order: 2;
    }

    .gc-main-content,
    .gc-listing-main-content {
        order: 1;
        width: 100% !important;
    }
}

.guia-pwa-header .guia-breadcrumbs {
    margin-bottom: 15px !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.guia-pwa-header .guia-breadcrumbs li,
.guia-pwa-header .guia-breadcrumbs a {
    color: rgba(255, 255, 255, 0.6) !important;
    font-weight: 500 !important;
}

.guia-pwa-header .guia-breadcrumbs li:last-child {
    color: #fff !important;
    font-weight: 700 !important;
}

/* Watermark: SÃƒÂ­mbolo do Site */
.guia-header-watermark {
    position: absolute;
    right: -40px;
    bottom: -60px;
    width: 320px;
    height: 320px;
    background-image: var(--gc-logo-symbol);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.08;
    pointer-events: none;
    z-index: 1;
    filter: brightness(0) invert(1);
}

@media (min-width: 1024px) {
    .guia-pwa-header {
        padding: 70px 0 80px !important;
        text-align: left;
    }

    .guia-header-watermark {
        right: 5%;
        width: 400px;
        height: 400px;
    }
}

.guia-card,
.gc-card {
    background: #fff;
    padding: 24px;
    border: 1px solid #e2e8f0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: var(--gc-radius-md);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
}

/* ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ Sidebar Widgets (Standardized) ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ */
.gc-sidebar-widget {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-bottom: 4px solid rgba(0, 0, 0, 0.08);
    border-radius: var(--gc-radius-md);
    padding: 24px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.gc-sidebar-widget--dark {
    background: #0f172a;
    border-color: #1e293b;
    border-bottom-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.titulo-sidebar-destaque {
    font-size: 1.15rem;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 20px 0;
    padding-left: 15px;
    border-left: 4px solid var(--gc-cor);
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.gc-sidebar-widget--dark .titulo-sidebar-destaque {
    color: #fff;
}

/* Grade de Utilidades (ServiÃƒÆ’Ã‚Â§os) */
.gc-sidebar-utility-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.gc-utility-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    text-decoration: none !important;
    color: #1e293b;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.gc-sidebar-widget--dark .gc-utility-card {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
}

.gc-utility-card:hover {
    transform: translateX(5px);
    background: #fff;
    border-color: var(--gc-cor);
    box-shadow: 0 4px 12px rgba(var(--gc-cor-rgb), 0.1);
}

.gc-utility-card svg {
    color: var(--gc-cor);
    flex-shrink: 0;
}

/* Listagens Mini (NotÃƒÆ’Ã‚Â­cias/Destaques) */
.gc-mini-listing-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gc-mini-card {
    display: flex;
    gap: 12px;
    text-decoration: none !important;
    group: hover;
}

.gc-mini-thumb {
    width: 64px;
    height: 64px;
    border-radius: 4px;
    overflow: hidden;
    background: #f1f5f9;
    flex-shrink: 0;
    border: 1px solid #e2e8f0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.gc-mini-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gc-mini-card:hover .gc-mini-thumb img {
    transform: scale(1.15);
}

.gc-mini-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gc-mini-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gc-sidebar-widget--dark .gc-mini-name {
    color: #f1f5f9;
}

.gc-mini-link {
    font-size: 0.75rem;
    color: var(--gc-cor);
    font-weight: 700;
    margin-top: 4px;
}

/* ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ Portal Regional (Hub) ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ */
.guia-portal-layout-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

.gc-featured-link {
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
    height: 380px;
    border-radius: var(--gc-radius-md);
    overflow: hidden;
    border-bottom: 6px solid var(--gc-cor);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.gc-featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gc-featured-link:hover .gc-featured-img {
    transform: scale(1.05);
}

.gc-featured-content {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 40%, transparent 70%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
}

.gc-featured-tag {
    background: var(--gc-cor);
    color: #fff;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 900;
    width: fit-content;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.gc-featured-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 12px;
    letter-spacing: -1px;
}

.gc-featured-excerpt {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.15rem;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.guia-portal-grid-secondary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Responsividade Portal */
@media (max-width: 1024px) {
    .guia-portal-layout-wrapper {
        grid-template-columns: 1fr;
    }

    .gc-featured-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .guia-portal-grid-secondary {
        grid-template-columns: 1fr;
    }

    .gc-featured-link {
        height: 350px;
    }

    .gc-featured-content {
        padding: 25px;
    }

    .gc-featured-title {
        font-size: 1.5rem;
    }

    .gc-featured-excerpt {
        font-size: 0.95rem;
    }

    .guia-portal-header {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 20px;
    }

    .gc-btn-portal-wide {
        width: 100%;
        text-align: center;
    }
}

/* ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ Section titles ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ */
.guia-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f1f5f9;
}

.guia-section-title {
    font-size: 1.8rem;
    font-weight: 900;
    margin: 0;
    letter-spacing: -1px;
    color: #0f172a;
    position: relative;
}

.guia-section-title::after {
    content: '';
    position: absolute;
    bottom: -22px;
    /* Ajustado para acompanhar o padding maior */
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--gc-cor);
    border-radius: 2px;
}

/* CabeÃƒÂ§alho da barra de Links RÃƒÂ¡pidos (Estilo Dark Hub) */
.gc-servicos-bloco__header {
    background: #0f172a;
    padding: 20px 30px;
    border-radius: 16px 16px 0 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1);
    border: none;
}

.gc-servicos-bloco__header h2 {
    color: #fff !important;
    font-size: 1.15rem !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    margin: 0;
}

.gc-servicos-bloco__header span {
    color: #94a3b8 !important;
    font-size: 0.8rem !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* EspaÃƒÂ§amento entre seÃƒÂ§ÃƒÂµes do Index */
.gc-index-section {
    padding: 60px 0 20px;
    margin-bottom: 40px;
}

.gc-servicos-bloco {
    margin-top: 20px;
    position: relative;
    z-index: 100;
}


/* ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ Grid de serviÃƒÆ’Ã‚Â§os ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ */
.guia-servicos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
    margin-top: 0 !important;
    /* Margem negativa agora ÃƒÂ© no pai */
    background: #fff;
    padding: 30px 20px;
    border-radius: 0 0 16px 16px;
    border: 1px solid #e2e8f0;
    border-top: none;
    box-shadow: var(--gc-shadow-md);
}


.guia-servico-card {
    display: flex;
    align-items: flex-end;
    padding: 24px 20px;
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-decoration: none !important;
    transition: all 0.4s var(--gc-ease-out);
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 180px;
}

.guia-servico-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0.5) 50%,
            rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
    transition: opacity 0.4s ease;
}

.guia-servico-card::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: 130%;
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 0.4;
    transition: transform 1.2s ease, opacity 0.6s ease, filter 0.6s ease;
    pointer-events: none;
    filter: grayscale(40%) brightness(1.1);
    background-image: var(--gc-card-bg);
}

/* Mapeamento das variÃƒÂ¡veis injetadas via PHP */
.card-bg-farmacias::after {
    background-image: var(--bg-farmacias);
}

.card-bg-onibus::after,
.card-bg-transporte::after,
.card-bg-mobilidade::after {
    background-image: var(--bg-onibus);
}

.card-bg-guia::after {
    background-image: var(--bg-guia);
}

.card-bg-noticias::after {
    background-image: var(--bg-noticias);
}

.card-bg-ofertas::after {
    background-image: var(--bg-ofertas);
}

.card-bg-eventos::after {
    background-image: var(--bg-eventos);
}

.guia-servico-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border-color: var(--gc-cor);
}

.guia-servico-card:hover::after {
    transform: scale(1.15) translate(-5%, -5%);
    opacity: 0.4;
    filter: grayscale(0%) brightness(1.1);
}

.guia-servico-card__content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.guia-servico-card__content h3 {
    margin: 0;
}

.guia-servico-card__content p {
    margin: 0;
}
}

.guia-servico-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    color: var(--gc-cor);
    font-size: 0.95rem;
}


.guia-servico-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--gc-cor);
    color: #fff;
    border-radius: 4px;
    /* ÃƒÆ’Ã‚ cones quadrados */
    margin-bottom: 24px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
    /* 3D no ÃƒÆ’Ã‚Â­cone */
}

/* ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ Escape do layout constrained do WordPress ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ */
/* O tema Twenty Twenty-Five limita o <main> a 645px via is-layout-constrained */
/* O plugin precisa quebrar essa limitaÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o */
.gc-modern-single,
.guia-cidade-page,
.gc-modern-single>.gc-container-full,
.gc-modern-single>div {
    max-width: 100% !important;
    width: 100% !important;
}

.entry-content>.gc-modern-single,
.wp-block-post-content>.gc-modern-single {
    width: 100% !important;
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: static !important;
    transform: none !important;
}


/* CONFLITO REMOVIDO (Fase 1): a definiÃƒÂ§ÃƒÂ£o canÃƒÂ´nica de .guia-container (max-width:1200px)
   estÃƒÂ¡ em L130. .gc-container-full tem sua prÃƒÂ³pria regra em L1813. */

/* ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ Galeria Mosaico ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ */
.gc-gallery-mosaic {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    /* ForÃƒÆ’Ã‚Â§ar 3 colunas */
    gap: 15px;
    margin-top: 20px;
    width: 100%;
}

/* Lightbox CSS puro ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬  sem JS externo, sem nova aba */
.gc-gallery-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 200px;
    display: block !important;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    cursor: zoom-in;
    transition: all 0.3s ease;
    min-width: 0;
    /* Evita overflow no grid */
}

.gc-gallery-item:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 5;
}

.gc-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gc-gallery-item:hover img {
    transform: scale(1.05);
}

/* Overlay de zoom ao clicar */
.gc-gallery-item:target::after,
.gc-gallery-lightbox {
    display: none;
}

/* ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ SeÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o Outros Estabelecimentos ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬  Visual Distinto ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ */
.gc-suggested-listings {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 60px 20px 80px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.gc-suggested-listings::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.gc-suggested-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gc-suggested-header h2 {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 900;
    margin: 0;
}

.gc-suggested-header a {
    color: #60a5fa;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9rem;
    border: 1px solid rgba(96, 165, 250, 0.3);
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.gc-suggested-header a:hover {
    background: rgba(96, 165, 250, 0.1);
    border-color: #60a5fa;
}

/* Cards dentro da seÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o escura ficam com fundo translÃƒÆ’Ã‚Âºcido */
.gc-suggested-listings .guia-anuncio-card,
.gc-suggested-listings .gc-anuncio-card {
    background: rgba(255, 255, 255, 0.07) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
}

.gc-suggested-listings .guia-anuncio-card__title a,
.gc-suggested-listings .gc-anuncio-card__title a,
.gc-suggested-listings .guia-anuncio-card__street,
.gc-suggested-listings .gc-anuncio-card__street,
.gc-suggested-listings .guia-anuncio-card__city,
.gc-suggested-listings .gc-anuncio-card__city,
.gc-suggested-listings .guia-anuncio-card__phone-text,
.gc-suggested-listings .gc-anuncio-card__phone-text {
    color: #e2e8f0 !important;
}

.gc-suggested-listings .gc-btn-details {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ Fix para sobreposiÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o no header do single ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ */
.gc-listing-header-flex {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 40px;
}

.gc-listing-featured-img {
    width: 200px;
    height: 200px;
    min-width: 200px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f5f9;
}

.gc-feed-single-img__empty {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f8fafc !important;
    font-size: 3rem !important;
    color: #94a3b8 !important;
    height: 100%;
    width: 100%;
}

.gc-listing-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .gc-listing-header-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .gc-listing-featured-img {
        width: 160px;
        height: 160px;
        min-width: 160px;
        margin-bottom: 20px;
    }
}

/* ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ Refinamento das InformaÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Âµes da Empresa (Single Standard) ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ */
.gc-listing-header-content {
    flex: 1;
}

.gc-listing-title {
    font-size: 2.5rem !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    margin: 0 0 15px 0 !important;
    line-height: 1.1 !important;
}

.gc-listing-meta-top {
    margin-bottom: 25px;
}

.gc-address-line-primary {
    font-size: 1.1rem;
    font-weight: 700;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.gc-address-line-primary i {
    color: var(--gc-cor);
    font-size: 20px;
}

.gc-address-line-secondary {
    font-size: 0.95rem;
    color: #64748b;
    padding-left: 28px;
}

.gc-listing-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.gc-btn-prime,
.gc-btn-sec {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.gc-btn-prime {
    background: var(--gc-cor);
    color: #fff;
    box-shadow: 0 4px 12px rgba(var(--gc-cor-rgb), 0.2);
}

.gc-btn-sec {
    background: #10b981;
    color: #fff;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

.gc-btn-prime:hover,
.gc-btn-sec:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

.gc-listing-social-channels {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.gc-social-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    transition: all 0.2s;
}

@media (max-width: 600px) {
    .gc-listing-actions {
        flex-direction: column;
    }

    .gc-btn-prime,
    .gc-btn-sec {
        width: 100%;
    }

    .gc-listing-title {
        font-size: 2rem !important;
    }
}

.guia-servico-card:hover .guia-servico-card__icon {
    transform: scale(1.1) rotate(8deg);
    background: var(--gc-cor);
    color: #fff;
    box-shadow: 0 8px 16px rgba(var(--gc-cor-rgb), 0.3);
}

.guia-servico-card__content {
    position: relative;
    z-index: 2;
}

.guia-servico-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 10px;
    color: #ffffff;
    line-height: 1.2;
}

.guia-servico-card p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 24px;
    line-height: 1.5;
}

.guia-servico-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 0.85rem;
    color: var(--gc-cor);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ FarmÃƒÆ’Ã‚Â¡cias visual premium ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ */
.guia-farmacias-lista,
.gc-farmacias-lista {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
}

.guia-farmacia-card,
.gc-farmacia-card {
    background: #fff;
    border-radius: var(--gc-radius-lg);
    padding: 24px;
    display: flex;
    gap: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.guia-farmacia-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
    border-color: rgba(var(--gc-cor-rgb), 0.2);
    transform: translateY(-4px);
}

.guia-farmacia-card.plantao {
    border-left: 5px solid #10b981;
    /* Verde para plantÃƒÆ’Ã‚Â£o ativo */
    background: linear-gradient(to right, rgba(16, 185, 129, 0.02), #fff);
}

.guia-farmacia-card.plantao::after {
    content: 'ABERTA AGORA';
    position: absolute;
    top: 12px;
    right: -25px;
    background: #10b981;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    padding: 4px 20px 4px 40px; /* Deslocado para a direita para evitar corte no primeiro 'A' */
    transform: rotate(45deg);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.guia-farmacia-card__nome {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 8px;
}

.guia-farmacia-card__badge {
    display: inline-block;
    padding: 4px 10px;
    background: var(--gc-cor);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 12px;
}

.guia-farmacia-card__tel {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--gc-cor);
    font-weight: 700;
    text-decoration: none;
}

/* ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ Linhas de ÃƒÆ’Ã‚Â´nibus lista visual premium ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ */
.guia-linhas-lista,
.gc-linhas-lista {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
}

.guia-linha-item,
.gc-linha-item {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    background: #fff;
    border-radius: var(--gc-radius-md);
    border: 1px solid #f1f5f9;
    text-decoration: none !important;
    color: #1e293b;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.guia-linha-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--city-color, var(--gc-cor));
    opacity: 0.8;
}

.guia-linha-item:hover {
    border-color: var(--city-color, var(--gc-cor));
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to right, rgba(var(--gc-cor-rgb), 0.02), #fff);
    transform: translateX(4px);
}

.guia-linha-item__num {
    background: var(--gc-cor);
    color: #fff;
    font-weight: 800;
    min-width: 50px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 0.9rem;
    margin-right: 20px;
}

.guia-linha-item__nome {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    transition: color 0.3s;
}

.guia-linha-item:hover .guia-linha-item__nome {
    color: var(--city-color, var(--gc-cor));
}

.guia-linha-item__operadora {
    margin-left: 12px;
    font-size: 0.85rem;
    color: #94a3b8;
}

.guia-linha-item__arrow {
    margin-left: auto;
    color: var(--city-color, var(--gc-cor));
    opacity: 0.3;
    transition: all 0.3s;
}

.guia-linha-item:hover .guia-linha-item__arrow {
    opacity: 1;
    transform: translateX(3px);
}

/* ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ NotÃƒÆ’Ã‚Â­cias premium grid ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ */
.guia-noticias-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 32px;
}

.guia-noticia-card {
    background: #fff;
    border-radius: var(--gc-radius-lg);
    overflow: hidden;
    box-shadow: var(--gc-shadow-md);
    transition: transform 0.3s;
}

.guia-noticia-card:hover {
    transform: translateY(-8px);
}

.guia-noticia-card__thumb img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.guia-noticia-card__body {
    padding: 24px;
}

.guia-noticia-card__cat {
    color: var(--gc-cor);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.guia-noticia-card h2 {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0 0 12px;
    line-height: 1.4;
}

/* ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ ÃƒÆ’Ã…Â¡teis ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ */
.guia-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--gc-cor);
    color: #fff;
    padding: 16px 32px;
    border-radius: var(--gc-radius-md);
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s;
    box-shadow: 0 10px 20px -10px rgba(var(--gc-cor-rgb), 0.5);
}

.guia-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -10px rgba(var(--gc-cor-rgb), 0.6);
}

/* ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ Responsivo ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬  Mobile-First ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ Ã¢â€šÂ¬ */
/* Tablet e abaixo */
@media (max-width: 900px) {
    .guia-main-grid {
        grid-template-columns: 1fr !important;
    }

    .guia-sidebar {
        order: 2;
        /* sidebar vai abaixo do conteÃƒÆ’Ã‚Âºdo no mobile */
    }

    .guia-main-content {
        order: 1;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .guia-container {
        padding: 0 16px;
    }

    /* Hero menor */
    .guia-cidade-hero {
        padding: 70px 0 90px;
        /* ReforÃ§o no mobile */
    }

    .guia-cidade-hero__titulo {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .guia-cidade-hero__sub {
        font-size: 1rem;
    }

    /* Cards de serviÃƒÆ’Ã‚Â§o: 1 coluna */
    .guia-servicos-grid {
        margin-top: 0 !important;
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px 15px;
    }

    .guia-servico-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px;
        gap: 16px;
    }

    .guia-servico-card__icon {
        width: 56px;
        height: 56px;
        flex-shrink: 0;
        margin-bottom: 0;
    }

    .guia-servico-card__cta {
        margin: 0 auto;
    }

    .guia-servico-card h3 {
        font-size: 1.25rem;
        margin: 0 0 8px;
    }

    .guia-servico-card p {
        font-size: 0.9rem;
        margin: 0 0 12px;
    }

    /* Section header */
    .guia-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .guia-section-title {
        font-size: 1.5rem;
    }

    /* FarmÃƒÆ’Ã‚Â¡cias: 1 coluna */
    .guia-farmacias-lista {
        grid-template-columns: 1fr;
    }

    .guia-farmacia-card {
        flex-direction: column;
        gap: 12px;
        padding: 20px;
    }

    /* ÃƒÆ’Ã¢â‚¬Ânibus: padding ajustado */
    .guia-linha-item {
        padding: 16px 20px;
    }

    .guia-linha-item__nome {
        font-size: 1rem;
    }

    /* NotÃƒÆ’Ã‚Â­cias: 1 coluna */
    .guia-noticias-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Breadcrumbs: quebra linha */
    .guia-breadcrumbs ol {
        flex-wrap: wrap;
        gap: 8px;
    }

    /* Cidades lista: coluna ÃƒÆ’Ã‚Âºnica */
    .guia-cidades-lista {
        flex-direction: column !important;
    }

    /* Page header padding */
    .guia-page-header {
        padding: 60px 0 40px;
    }

    .guia-page-header h1 {
        font-size: 1.6rem;
    }
}

/* Extra pequeno */
@media (max-width: 480px) {
    .guia-container {
        padding: 0 12px;
    }

    .guia-cidade-hero {
        padding: 60px 0 40px;
    }

    .guia-cidade-hero__titulo {
        font-size: 2rem;
    }

    .guia-servico-card {
        padding: 16px;
    }

    .guia-btn-primary {
        width: 100%;
        justify-content: center;
    }
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ SupressÃƒÆ’Ã‚Â£o de tÃƒÆ’Ã‚Â­tulos/elementos redundantes dos plugins integrados ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */

/* guia-bus-pro: oculta o H2 "Consulte os HorÃƒÆ’Ã‚Â¡rios de ÃƒÆ’Ã¢â‚¬Ânibus" quando dentro */
/* do guia-cidades (o template jÃƒÆ’Ã‚Â¡ tem seu prÃƒÆ’Ã‚Â³prio h1) */
.guia-integrations-wrapper .gbc-diretorio>div[style*="text-align: center"],
.guia-integrations-wrapper .gbc-diretorio>div:first-child>h2,
.guia-integrations-wrapper .gbc-diretorio>div:first-child>p:first-of-type {
    display: none !important;
}

/* guia-bus-pro: oculta seÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o "Regras de Uso" no contexto de lista por cidade */
/* (aparece apenas no hub de todas as cidades) */
.guia-integrations-wrapper .regras-onibus {
    display: none !important;
}

/* guia-bus-pro: ajusta padding interno do diretÃƒÆ’Ã‚Â³rio */
.guia-integrations-wrapper .gbc-diretorio {
    padding: 0 !important;
}

/* gc-farmacias-pro: remove padding excessivo do container quando dentro do guia */
.guia-integrations-wrapper .gcf-diretorio {
    padding: 0 !important;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Grids das pÃƒÆ’Ã‚Â¡ginas Single ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
@media (max-width: 900px) {
    .guia-single-grid {
        grid-template-columns: 1fr !important;
    }

    /* Sidebar do single vai abaixo */
    .guia-single-sidebar {
        order: 2;
    }

    .guia-single-main {
        order: 1;
    }
}

@media (max-width: 768px) {

    /* Bus single: card interno */
    .guia-single-main .guia-card {
        padding: 20px !important;
    }

    /* gc-farmacias-pro: filtros empilhados */
    .guia-integrations-wrapper .gcf-filtros {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .guia-integrations-wrapper .gcf-filtro {
        flex: 0 0 auto;
        font-size: 0.8rem;
        padding: 6px 10px;
    }

    /* guia-bus-pro: abas tabs empilhadas */
    .guia-integrations-wrapper .gbc-diretorio-abas {
        flex-direction: column !important;
    }

    .guia-integrations-wrapper .gbc-aba-empresa {
        min-width: 100% !important;
    }
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Modern UI: Single Listing Overhaul ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.gc-modern-single {
    --gc-single-bg: #f8fafc;
    --gc-single-text: #334155;
    --gc-single-glass: rgba(255, 255, 255, 0.85);
    background: var(--gc-single-bg);
    padding-bottom: 60px;
    font-family: var(--gc-font-sans);
    color: var(--gc-single-text);
}

/* Full Width Container */
.gc-container-full {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Premium Hero */
.gc-hero-premium {
    position: relative;
    height: 550px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 0 0 40px 40px;
}

.gc-hero-premium__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 1.5s ease;
}

.gc-hero-premium:hover .gc-hero-premium__bg {
    transform: scale(1.05);
}

.gc-hero-premium__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.95) 0%,
            rgba(0, 0, 0, 0.4) 50%,
            transparent 100%);
}

.gc-hero-premium__content {
    position: relative;
    z-index: 2;
    padding: 20px 0 80px;
    /* Adicionado padding superior */
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.gc-hero-premium__title {
    font-size: clamp(2.5rem, 6vw, 4.5rem) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    margin: 0 0 20px !important;
    color: #fff !important;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Main Content Grid */
.gc-single-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    margin-top: -120px;
    position: relative;
    z-index: 10;
}

/* Glass Cards */
.gc-card-premium {
    background: var(--gc-single-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 40px;
    margin-bottom: 32px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.gc-card-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.12);
}

/* Quick Actions Bar */
.gc-quick-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
}

.gc-quick-actions::-webkit-scrollbar {
    display: none;
}

.gc-action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: var(--gc-single-text);
    text-decoration: none !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    transition: all 0.2s;
}

.gc-action-btn:hover {
    background: var(--gc-cor);
    color: #fff;
    transform: translateY(-2px);
}

.gc-social-btn.site i {
    color: #555;
}

.gc-social-btn.site:hover {
    background: #555;
    color: #fff;
}

.gc-social-btn.site:hover i {
    color: #fff;
}

/* Status Badge (Aberto Agora / Fechado) */
.gc-badge-status {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 20px;
    margin-left: 15px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.gc-badge-status.gc-aberto {
    background-color: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.gc-badge-status.gc-fechado {
    background-color: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

/* Galeria de Fotos */
.gc-listing-gallery-block {
    margin-bottom: 30px;
}

.gc-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

.gc-gallery-item {
    border-radius: 8px;
    overflow: hidden;
    height: 150px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.gc-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gc-gallery-item:hover img {
    transform: scale(1.05);
}

/* HorÃƒÆ’Ã‚Â¡rio de Funcionamento */
.gc-listing-hours-block {
    margin-bottom: 30px;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.gc-hours-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gc-hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #e2e8f0;
    color: #475569;
    font-size: 15px;
    font-weight: 500;
}

.gc-hours-list li:last-child {
    border-bottom: none;
}

.gc-hours-list li.gc-hoje {
    font-weight: 800;
    color: #0f172a;
    background-color: #f8fafc;
    padding: 10px 15px;
    margin: 0 -15px;
    border-radius: 6px;
    border-bottom: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.gc-horas-txt {
    color: #1e293b;
    font-weight: 700;
}

.gc-section-title {
    font-size: 1.75rem;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 25px;
    letter-spacing: -1px;
    line-height: 1.2;
}

/* Responsive Adjustments */
@media (max-width: 1100px) {
    .gc-single-grid {
        grid-template-columns: 1fr;
        margin-top: -60px;
    }

    .gc-hero-premium {
        height: 450px;
    }

    .gc-sidebar-premium {
        display: none;
    }
}

@media (max-width: 768px) {
    .gc-card-premium {
        padding: 25px;
        border-radius: 20px;
    }

    .gc-hero-premium__title {
        font-size: 2.5rem !important;
    }
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Single Listing v2 (Clean Directory Style) ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.gc-v2 {
    background: #fff;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.gc-v2 * {
    box-sizing: border-box;
    max-width: 100%;
    overflow-wrap: break-word;
}

.gc-listing-gallery {
    width: 100%;
    height: 350px;
    background: #f1f5f9;
    overflow: hidden;
    position: relative;
}

.gc-listing-gallery__main {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

/* Efeito de desfoque se a imagem for pequena ou logo */
.gc-listing-gallery__main::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: inherit;
    filter: blur(20px) brightness(0.7);
    z-index: -1;
}

.gc-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent 50%, rgba(0, 0, 0, 0.6));
    z-index: 2;
}

/* Single Listing: Imagem ExtrapolaÃƒÂ§ÃƒÂ£o (Exceto Navbar) */
.gc-modern-single :not(.guia-navbar) img {
    max-width: 100% !important;
    height: auto !important;
}

.gc-listing-logo-v2 {
    position: absolute;
    bottom: -30px;
    left: 30px;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
}

.gc-listing-logo-v2 img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .gc-listing-logo-v2 {
        width: 100px;
        height: 100px;
        left: 20px;
        bottom: -20px;
    }
}

.gc-listing-header-wrap {
    background: #fff;
    padding: 30px 0;
    border-bottom: 1px solid #f1f5f9;
}

.gc-listing-header {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.gc-breadcrumb-v2 {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 20px;
    padding: 15px 0 0 5px;
    /* Adicionado recuo lateral */
}

.gc-breadcrumb-v2 a {
    color: inherit;
    text-decoration: none;
}

.gc-listing-title {
    font-size: 42px !important;
    font-weight: 900 !important;
    color: #1e293b !important;
    margin: 0 0 10px 0 !important;
    letter-spacing: -0.02em !important;
}

.gc-listing-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.gc-meta-item {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.gc-meta-cat {
    color: var(--gc-cor);
    background: rgba(var(--gc-cor-rgb), 0.1);
    padding: 4px 12px;
    border-radius: 6px;
}

/* Action Bar v2 */
.gc-quick-actions-v2 {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.gc-action-btn-v2 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #475569;
    text-decoration: none !important;
    transition: all 0.2s;
}

.gc-action-btn-v2:hover {
    border-color: var(--gc-cor);
    color: var(--gc-cor);
    background: rgba(var(--gc-cor-rgb), 0.05);
}

/* Grid v2 */
.gc-single-grid-v2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 50px;
    padding: 40px 0;
    width: 100%;
}

.gc-block-v2 {
    margin-bottom: 30px;
    background: transparent;
    /* Removido fundo branco extra */
}

.gc-sidebar-title-v2 {
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 20px;
    padding-left: 5px;
}


/* Responsivo v2 */
@media (max-width: 1024px) {
    .gc-single-grid-v2 {
        grid-template-columns: 1fr !important;
        gap: 30px;
        padding-top: 20px;
    }

    .gc-sidebar-v2 {
        width: 100% !important;
        display: block;
        margin-top: 40px;
    }

    .gc-listing-title {
        font-size: 32px !important;
    }

    .gc-block-v2 .row,
    .gc-block-v2 .atbdp-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        display: block !important;
    }
}

@media (max-width: 768px) {
    .gc-listing-gallery {
        height: 250px;
    }

    .gc-listing-header-wrap {
        padding: 20px 0;
    }

    .gc-section-v2 {
        padding: 20px;
    }

    .gc-quick-actions-v2 {
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .gc-action-btn-v2 {
        flex-shrink: 0;
    }

    .gc-listing-logo-v2 {
        width: 80px !important;
        height: 80px !important;
        left: 20px !important;
        bottom: -20px !important;
        border-radius: 12px !important;
    }
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Guia Comercial: Filtro de Categorias Overload ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.gc-category-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    max-height: 160px;
    /* Limita a altura para +100 categorias */
    overflow-y: auto;
    padding: 5px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.02);
}

.gc-category-filter::-webkit-scrollbar {
    width: 6px;
}

.gc-category-filter::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 10px;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Single Listing: Imagem ExtrapolaÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.gc-modern-single :not(.guia-navbar) img {
    max-width: 100% !important;
    height: auto !important;
}

.gc-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

.gc-gallery-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Mobile Grid Optimization ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
@media (max-width: 768px) {
    .guia-anuncios-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        padding: 0 !important;
        /* Aproveita o mÃƒÆ’Ã‚Â¡ximo da borda mobile */
        margin: 0 -15px !important;
        /* Estende para as laterais se o container tiver padding */
    }

    .guia-anuncio-card {
        border-radius: 0 !important;
        /* Opcional: remover raio em mobile para 'colar' na borda */
        border-left: none !important;
        border-right: none !important;
    }

    .gc-modern-single .gc-container-full {
        padding: 0 15px !important;
    }
}

@media (max-width: 480px) {
    .guia-anuncios-grid {
        margin: 0 -20px !important;
        /* Ajuste para containers mais largos */
    }
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Native Guia Anuncios ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.guia-anuncios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 20px;
}

.guia-anuncio-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.guia-anuncio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.guia-anuncio-card__image {
    position: relative;
    aspect-ratio: 16/10;
    display: block;
    overflow: hidden;
}

.guia-anuncio-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.guia-anuncio-card:hover .guia-anuncio-card__image img {
    transform: scale(1.08);
}

.guia-anuncio-card__cat {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(4px);
}

.guia-anuncio-card__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.guia-anuncio-card__title {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 700;
}

.guia-anuncio-card__title a {
    color: #1e293b;
    text-decoration: none;
}

.guia-anuncio-card__address {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.guia-anuncio-card__actions {
    margin-top: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.gc-btn-whats {
    background: #25d366;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background 0.2s;
}

.gc-btn-whats:hover {
    background: #128c7e;
}

.gc-btn-ver {
    background: #f1f5f9;
    color: #1e293b;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    transition: background 0.2s;
}

.gc-btn-ver:hover {
    background: #e2e8f0;
}

/* Plan Styles */
/* Card Premium Individualizado */
.guia-anuncio-card.premium {
    background: #0f172a !important;
    /* Fundo escuro caracterÃƒÆ’Ã‚Â­stico */
    border: 1px solid rgba(251, 191, 36, 0.4) !important;
    /* Borda dourada sutil */
    color: #ffffff !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
    transform: scale(1.02);
    z-index: 2;
    overflow: hidden;
}

.guia-anuncio-card.premium .guia-anuncio-card__title a {
    color: #fbbf24 !important;
    /* Dourado/Amarelo Premium */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.guia-anuncio-card.premium .guia-anuncio-card__street,
.guia-anuncio-card.premium .guia-anuncio-card__city {
    color: #94a3b8 !important;
    /* Cinza azulado para leitura no escuro */
}

.guia-anuncio-card.premium .gc-badge-premium {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    color: #000 !important;
    font-weight: 900 !important;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

.guia-anuncio-card.premium .gc-btn-details {
    background: #fbbf24 !important;
    color: #0f172a !important;
    font-weight: 800 !important;
    border: none !important;
}

.guia-anuncio-card.destaque {
    border-color: #3b82f6;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Native Single Listing (Premium v5) ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.gc-v5.native-mode {
    background: #fff;
}

/* Suprimir H1 padrÃƒÆ’Ã‚Â£o do tema em pÃƒÆ’Ã‚Â¡ginas de anÃƒÆ’Ã‚Âºncio */
.gc-v5.native-mode .entry-header,
.gc-v5.native-mode .wp-block-post-title {
    display: none !important;
}

.gc-listing-header {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-bottom: 1px solid #e2e8f0;
    padding: 60px 0 40px;
    margin-bottom: 40px;
}

.gc-listing-header-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.gc-listing-header-grid .gc-listing-featured-img {
    width: 100%;
    max-width: 900px;
    height: 450px;
    border-radius: 32px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.gc-listing-title {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}

.gc-listing-actions {
    justify-content: center;
    margin-top: 30px;
}

.gc-btn-prime {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gc-btn-prime:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.gc-sidebar-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
}

/* SugestÃƒÆ’Ã‚Âµes */
.gc-suggested-listings .gc-section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
}

/* Placeholder para anÃƒÆ’Ã‚Âºncios sem imagem */
.guia-anuncio-card__image.no-thumb {
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.gc-thumb-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: #94a3b8;
}

.gc-thumb-placeholder span {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 0 20px;
}

/* Detalhes Premium na Single */
.gc-premium-details {
    background: #fff;
    border-left: 4px solid var(--gc-cor);
    padding: 30px;
    border-radius: 0 16px 16px 0;
    margin: 40px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.gc-premium-details h3 {
    margin-top: 0;
    color: var(--gc-cor);
}

/* PaginaÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o */
.gc-pagination a,
.gc-pagination span {
    padding: 8px 16px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    color: #1e293b;
    font-weight: 600;
}

.gc-pagination .current {
    background: var(--gc-cor);
    color: #fff;
    border-color: var(--gc-cor);
}

/* Badges no Card */
.gc-card-badges {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 2;
}

.gc-badge {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.gc-badge-cat {
    background: rgba(15, 23, 42, 0.8);
    color: #fff;
    backdrop-filter: blur(4px);
}

.gc-badge-premium {
    background: #fbbf24;
    color: #78350f;
}

.gc-badge-destaque {
    background: #3b82f6;
    color: #fff;
}

/* Links "Ver Tudo / Mais" */
.guia-link-more {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--gc-cor) !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none !important;
    white-space: normal;
    /* Permite quebra de linha se necessÃƒÂ¡rio */
    text-align: inherit;
}

.guia-link-more--center {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    width: 100%;
}


.guia-link-more::after {
    content: '\203A';
    font-size: 1.2rem;
    line-height: 1;
    transition: transform 0.3s ease;
}

.guia-link-more:hover {
    filter: brightness(1.2);
}

.guia-link-more:hover::after {
    transform: translateX(3px);
}

/* Tags de Categoria no DiretÃƒÂ³rio */
.gc-listing-cat-tag {
    display: inline-block;
    padding: 6px 14px;
    background: #f1f5f9;
    color: #475569 !important;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
    border: 1px solid #e2e8f0;
}

.gc-listing-cat-tag:hover {
    background: var(--gc-cor);
    color: #fff !important;
    border-color: var(--gc-cor);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--gc-cor-rgb), 0.2);
}


/* EndereÃƒÆ’Ã‚Â§o em Grupo */
.guia-anuncio-card__address-group {
    margin-bottom: 20px;
}

.guia-anuncio-card__street {
    font-size: 14px;
    color: #334155;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.guia-anuncio-card__city {
    font-size: 12px;
    color: #64748b;
    margin: 2px 0 0 18px;
}

/* LIBERAÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O DE LARGURA - RESOLVE EMPILHAMENTO NO TWENTY TWENTY-FIVE */
.guia-is-cidade-page .wp-site-blocks>*,
.guia-is-cidade-page .entry-content>*,
.guia-is-cidade-page .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1340px !important;
    /* Largura total do seu guia */
    width: 100% !important;
}

/* BotÃƒÆ’Ã‚Âµes de AÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o Padronizados */
.gc-listing-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
    margin-top: 25px !important;
    flex-wrap: wrap !important;
}

.gc-btn-prime,
.gc-btn-sec {
    height: 52px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 25px !important;
    border-radius: 12px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    gap: 8px !important;
}

.gc-btn-prime {
    background: var(--gc-cor) !important;
    color: #fff !important;
    border: 2px solid var(--gc-cor) !important;
}

.gc-btn-sec {
    background: #fff !important;
    color: #10b981 !important;
    border: 2px solid #10b981 !important;
}

.gc-btn-prime:hover {
    background: #fff !important;
    color: var(--gc-cor) !important;
}

.gc-btn-sec:hover {
    background: #10b981 !important;
    color: #fff !important;
}

/* LAYOUT DE DUAS COLUNAS (SINGLE) */
.gc-two-columns-layout {
    display: grid !important;
    grid-template-columns: 1fr 350px !important;
    gap: 40px !important;
    margin-top: 30px !important;
    align-items: start !important;
}

.gc-listing-card-premium {
    background: #fff !important;
    border-radius: clamp(12px, 3vw, 20px) !important;
    padding: clamp(16px, 5vw, 35px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #f1f5f9 !important;
}
.gc-guia-single { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
.gc-listing-card-premium { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; overflow-wrap: break-word !important; }

/* SIDEBAR WIDGETS */
.gc-sidebar-widget {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 25px !important;
    margin-bottom: 25px !important;
    border: 1px solid #f1f5f9 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
}

.gc-sidebar-nav {
    list-style: none !important;
    padding: 0 !important;
    margin: 15px 0 0 0 !important;
}

.gc-sidebar-nav li {
    margin-bottom: 12px !important;
}

.gc-sidebar-nav a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    color: #475569 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    transition: color 0.2s !important;
}

.gc-sidebar-nav a:hover {
    color: var(--gc-cor) !important;
}

/* SIDEBAR WIDGET ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â VARIANTE ESCURA */
.gc-sidebar-widget.gc-sidebar-widget--dark {
    background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%) !important;
    border-radius: 14px !important;
    padding: 22px !important;
    margin-bottom: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
}

.gc-sidebar-widget--dark .titulo-sidebar-destaque {
    color: #f8fafc !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: 0 0 16px !important;
    padding: 0 0 12px !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

.gc-sidebar-widget--dark .titulo-sidebar-destaque::before,
.gc-sidebar-widget--dark .titulo-sidebar-destaque::after {
    display: none !important;
}

.gc-sidebar-widget--dark .gc-mini-card {
    color: #e2e8f0 !important;
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

.gc-sidebar-widget--dark .gc-mini-card:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 8px !important;
    padding: 12px 8px !important;
    margin: 0 -8px !important;
}

.gc-sidebar-widget--dark .gc-mini-name {
    color: #e2e8f0 !important;
}

.gc-sidebar-widget--dark .gc-mini-link {
    color: var(--gc-cor, #60a5fa) !important;
    filter: brightness(1.4) !important;
}

.gc-sidebar-widget--dark .gc-mini-thumb {
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
}

.gc-sidebar-widget--dark .gc-mini-thumb .dashicons {
    color: rgba(255, 255, 255, 0.3) !important;
}

/* Utility cards dentro da sidebar escura - Coloridos */
.gc-sidebar-widget--dark .gc-utility-card {
    border: none !important;
    color: #fff !important;
    backdrop-filter: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    justify-content: center !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) !important;
    font-size: 13px !important;
}

.gc-sidebar-widget--dark .gc-utility-card.news {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%) !important;
}

.gc-sidebar-widget--dark .gc-utility-card.bus {
    background: linear-gradient(135deg, #14532d 0%, #166534 100%) !important;
}

.gc-sidebar-widget--dark .gc-utility-card.health {
    background: linear-gradient(135deg, #7f1d1d 0%, #991b1b 100%) !important;
}

.gc-sidebar-widget--dark .gc-utility-card:hover {
    transform: translateX(4px) !important;
    filter: brightness(1.15) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15) !important;
}

.gc-sidebar-widget--dark .gc-utility-card svg {
    /* ÃƒÆ’Ã‚Âcones filled usam currentColor, jÃƒÆ’Ã‚Â¡ herdado do color:#fff do pai */
    /* NÃƒÆ’Ã‚Â£o sobrescrever fill aqui para nÃƒÆ’Ã‚Â£o colorir fundo dos SVGs */
}

.gc-mini-card {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #f1f5f9 !important;
    text-decoration: none !important;
    color: #1e293b !important;
    font-weight: 700 !important;
}

.gc-mini-card:last-child {
    border: none !important;
}

.gc-mini-card img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 8px !important;
    object-fit: cover !important;
}

/* BOTÃƒÆ’Ã¢â‚¬Â¢ES NA RAIZ (LISTAGEM) */
.guia-anuncio-card__actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    padding: 15px !important;
    border-top: 1px solid #f1f5f9 !important;
}

.gc-btn-call,
.gc-btn-whats-outline {
    height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    gap: 6px !important;
}

.gc-btn-call {
    background: var(--gc-cor) !important;
    color: #fff !important;
    border: 2px solid var(--gc-cor) !important;
}

.gc-btn-whats-outline {
    background: #fff !important;
    color: #10b981 !important;
    border: 2px solid #10b981 !important;
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â
   FEATURE: FILTRO DE CATEGORIAS
   ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.gc-guia-header-tools {
    margin-bottom: 30px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

.gc-search-form {
    position: relative !important;
    width: 100% !important;
}

.gc-search-input {
    width: 100% !important;
    padding: 13px 20px 13px 48px !important;
    border-radius: 30px !important;
    border: 1.5px solid #e2e8f0 !important;
    font-size: 16px !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
    box-sizing: border-box !important;
}

.gc-search-input:focus {
    border-color: var(--gc-cor, #005BAC) !important;
    box-shadow: 0 0 0 3px rgba(0, 91, 172, 0.12) !important;
    outline: none !important;
}

.gc-search-icon {
    position: absolute !important;
    left: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 0.35 !important;
    pointer-events: none !important;
}

.gc-search-clear {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    text-decoration: none !important;
    color: #94a3b8 !important;
    font-size: 20px !important;
    line-height: 1 !important;
}

.gc-category-filter {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 4px 0 !important;
}

.gc-cat-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 7px 16px !important;
    border-radius: 20px !important;
    border: 1.5px solid #e2e8f0 !important;
    background: #fff !important;
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
}

.gc-cat-pill:hover {
    border-color: var(--gc-cor, #005BAC) !important;
    color: var(--gc-cor, #005BAC) !important;
    background: #f0f6ff !important;
    transform: translateY(-1px) !important;
}

.gc-cat-pill.active {
    background: var(--gc-cor, #005BAC) !important;
    border-color: var(--gc-cor, #005BAC) !important;
    color: #fff !important;
    box-shadow: 0 3px 10px rgba(0, 91, 172, 0.25) !important;
}

.gc-cat-count {
    background: rgba(255, 255, 255, 0.25) !important;
    border-radius: 10px !important;
    padding: 1px 7px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}

.gc-cat-pill:not(.active) .gc-cat-count {
    background: #f1f5f9 !important;
    color: #64748b !important;
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â
   FEATURE: MAPA INCORPORADO
   ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.gc-listing-map {
    margin-top: 30px !important;
    padding-top: 25px !important;
    border-top: 1px solid #f1f5f9 !important;
}

.gc-map-embed-wrapper {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 12px !important;
}

.gc-map-embed-wrapper iframe {
    display: block !important;
    width: 100% !important;
}

.gc-map-directions-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: var(--gc-cor, #005BAC) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: gap 0.2s !important;
}

.gc-map-directions-link:hover {
    gap: 10px !important;
    text-decoration: underline !important;
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â
   FEATURE: BARRA DE COMPARTILHAMENTO
   ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.gc-share-strip {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 30px !important;
    padding: 18px 20px !important;
    background: #f8fafc !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
}

.gc-share-label {
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin-right: 4px !important;
}

.gc-share-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 9px 18px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.gc-share-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

.gc-share-whats {
    background: #25d366 !important;
    color: #fff !important;
}

.gc-share-face {
    background: #1877f2 !important;
    color: #fff !important;
}

.gc-share-copy {
    background: #f1f5f9 !important;
    color: #475569 !important;
}

.gc-share-copy:hover {
    background: #e2e8f0 !important;
}

/* CANAIS OFICIAIS INTEGRADOS NO CARD */
.gc-listing-social-channels {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 15px !important;
    padding-top: 15px !important;
    border-top: 1px solid #f1f5f9 !important;
}

/* GRID DE ANÃƒÆ’Ã…Â¡NCIOS - RAIZ E SUGESTÃƒÆ’Ã¢â‚¬Â¢ES (BLINDADO) */
.guia-anuncios-grid, 
.gc-listing-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    /* 4 COLUNAS NO PC */
    gap: 30px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 30px auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

/* ESTABILIZAÃƒâ€¡ÃƒÆ’O DO GRID DE CARDS */
.guia-anuncio-card {
    position: relative !important;
    background: #fff !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all 0.3s ease !important;
    grid-column: span 1 !important;
    min-height: 480px !important;
    width: 100% !important;
    /* ForÃƒÂ§a ocupar 100% do ESPAÃƒâ€¡O DA COLUNA */
    max-width: 100% !important;
    /* NUNCA maior que o container */
    box-sizing: border-box !important;
}

.guia-anuncio-card.premium {
    /* Estilos Premium consolidados para evitar conflitos */
    background: #0f172a !important;
    border: 2px solid #fbbf24 !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4) !important;
}

.guia-anuncio-card.destaque {
    border: 2px solid #3b82f6 !important;
}

.guia-anuncio-card__content {
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    /* Empurra os botÃƒÆ’Ã‚Âµes para o fundo */
}

.guia-anuncio-card__title {
    margin: 0 0 10px 0 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    min-height: 48px !important;
    /* Garante que 2 linhas de tÃƒÆ’Ã‚Â­tulo nÃƒÆ’Ã‚Â£o quebrem o vizinho */
}

/* SIDEBAR - HARMONIZAÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O COM CSS ADICIONAL */
.gc-sidebar-widget {
    background: #fff !important;
    border-radius: 20px !important;
    padding: 24px !important;
    margin-bottom: 30px !important;
    border: 1px solid #f1f5f9 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
    position: relative;
    overflow: hidden;
}

.gc-sidebar-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--gc-cor), transparent);
}

/* Estilos para Eventos e Ofertas (gc- prefix) */
.gc-eventos-grid,
.gc-ofertas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 20px;
}

.gc-oferta-card,
.gc-evento-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #cbd5e1 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    box-sizing: border-box !important;
}

.gc-oferta-card:hover,
.gc-evento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
}

.gc-oferta-img-wrapper,
.gc-evento-img-wrapper {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.gc-oferta-img-wrapper img,
.gc-evento-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gc-oferta-content,
.gc-evento-content {
    padding: 20px;
    background: #f8fafc;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.gc-oferta-titulo,
.gc-evento-titulo {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
    margin: 8px 0 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gc-preco-atual {
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--gc-cor);
}

.gc-preco-antigo {
    text-decoration: line-line-through;
    color: #94a3b8;
    font-size: 0.9rem;
    margin-right: 8px;
}

.gc-evento-meta-grid,
.gc-oferta-pricing,
.gc-oferta-meta {
    border-top: 1px solid #cbd5e1;
    padding-top: 12px;
    margin-top: auto;
}

.gc-evento-footer {
    margin-top: 15px;
}

/* ── Estilos Unificados para Singles de Eventos e Ofertas ── */
.gc-single-meta-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.gc-meta-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.gc-meta-item__icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    background: #f1f5f9 !important;
    border-radius: 12px !important;
    color: var(--gc-cor) !important;
    flex-shrink: 0 !important;
}

.gc-meta-item small {
    display: block !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-bottom: 2px !important;
}

.gc-meta-item strong {
    display: block !important;
    color: #0f172a !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.gc-meta-item a {
    color: var(--gc-cor) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.gc-meta-item a:hover {
    text-decoration: underline !important;
}

/* Blindagem final contra FSE */
body.guia-is-cidade-page .wp-site-blocks,
body.guia-is-cidade-page main,
body.guia-is-cidade-page .entry-content,
body.guia-is-cidade-page .wp-block-post-content {
    max-width: none !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    gap: 0 !important;
}

/* MINI CARDS (TOP EMPRESAS) */
.gc-mini-card {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #f1f5f9 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.gc-mini-card:last-child {
    border: none !important;
}

.gc-mini-thumb {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    background: #f8fafc !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border: 1px solid #f1f5f9 !important;
    transition: all 0.3s ease !important;
}

.gc-mini-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.gc-mini-card:hover .gc-mini-name {
    color: var(--gc-cor) !important;
}

.gc-mini-card:hover .gc-mini-thumb {
    transform: scale(1.05) rotate(-3deg) !important;
    border-color: var(--gc-cor) !important;
    box-shadow: 0 4px 12px rgba(var(--gc-cor-rgb), 0.1) !important;
}

.gc-utility-card {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 18px 20px !important;
    background: #f8fafc !important;
    border-radius: 18px !important;
    text-decoration: none !important;
    color: #1e293b !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #f1f5f9 !important;
    position: relative;
    overflow: hidden;
}

.gc-utility-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: var(--gc-cor);
    transition: width 0.3s ease;
    opacity: 0.1;
}

.gc-utility-card:hover {
    background: #fff !important;
    border-color: var(--gc-cor) !important;
    transform: translateX(6px) !important;
    box-shadow: 0 10px 15px -3px rgba(var(--gc-cor-rgb), 0.1) !important;
}

.gc-utility-card:hover::before {
    width: 100%;
}

.gc-utility-card svg {
    width: 28px !important;
    height: 28px !important;
    flex-shrink: 0 !important;
    transition: transform 0.3s ease;
    /* ÃƒÆ’Ã‚Âcones filled usam currentColor via fill="currentColor" no SVG */
}

.gc-utility-card:hover svg {
    transform: scale(1.1) rotate(-5deg);
}

/* MINI CARDS REVISADOS */
.gc-mini-info {
    display: flex !important;
    flex-direction: column !important;
}

.gc-mini-name {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.2 !important;
    margin-bottom: 4px !important;
}

.gc-mini-link {
    font-size: 11px !important;
    color: var(--gc-cor) !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

/* SISTEMA DE BOTÃƒÆ’Ã¢â‚¬Â¢ES NOS CARDS */
.gc-btn-details {
    flex: 1 !important;
    height: 44px !important;
    background: #f1f5f9 !important;
    color: #475569 !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
}

.gc-btn-details:hover {
    background: #e2e8f0 !important;
    color: #1e293b !important;
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â
   FEATURE: BOTÃƒÆ’Ã¢â‚¬Â¢ES FLUTUANTES (FABs) & BARRA INFERIOR (PILL)
   ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */

/* Container Unificado de FABs */
.gc-fab-container,
.guia-single-action-bar {
    position: fixed !important;
    right: 25px !important;
    bottom: 30px !important;
    left: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    z-index: 999999 !important;
    pointer-events: none;
    width: auto !important;
    transform: none !important;
}

.gc-fab-container>*,
.guia-single-action-bar>* {
    pointer-events: auto !important;
}

/* Estilo Base dos BotÃƒÆ’Ã‚Âµes (FABs) */
.gc-premium-fab,
.smart-btn,
.gc-premium-fab-top {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: none !important;
    cursor: pointer !important;
}

.gc-premium-fab svg,
.smart-btn svg {
    width: 24px !important;
    height: 24px !important;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    display: block;
}

/* Cores e Estados */
.gc-premium-fab.call,
.smart-btn.call {
    background: #ef4444 !important;
}

.gc-premium-fab.whatsapp,
.smart-btn.whatsapp {
    background: #22c55e !important;
}

.gc-premium-fab.share,
.smart-btn.share {
    background: #6366f1 !important;
}

.gc-premium-fab:hover,
.smart-btn:hover {
    transform: scale(1.1) translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5) !important;
}

/* BotÃƒÆ’Ã‚Â£o Voltar ao Topo */
.gc-premium-fab-top {
    width: 44px !important;
    height: 44px !important;
    background: rgba(15, 23, 42, 0.85) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    margin-top: 5px !important;
}

.gc-premium-fab-top svg {
    width: 20px !important;
    height: 20px !important;
    fill: currentColor;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ BARRA DE NAVEGAÃƒâ€¡ÃƒÆ’O INFERIOR (SMART PILL) Ã¢â€â‚¬Ã¢â€â‚¬ */
/* ─── BARRA DE NAVEGAÇÃO INFERIOR V5 PREMIUM (SMART PILL) ─── */
.guia-smart-bottom-bar {
    display: flex !important;
    position: fixed !important;
    bottom: 25px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 92% !important;
    max-width: 480px !important;
    height: 72px !important;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(9, 13, 26, 0.98) 100%) !important;
    backdrop-filter: blur(20px) saturate(200%);
    -webkit-backdrop-filter: blur(20px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 40px !important;
    z-index: 999999 !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), inset 0 1px 2px rgba(255, 255, 255, 0.15) !important;
    /* Transições específicas de atributos não-layout para blindagem 100% contra espasmos/tremores de scroll */
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
    padding: 0 10px !important;
    overflow: visible !important;
}

.guia-bottom-nav-inner {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
}

/* Grupos Laterais de Serviços */
.guia-bottom-group {
    display: flex !important;
    flex: 1 !important;
    justify-content: space-around !important;
    align-items: center !important;
    gap: 8px !important;
}

.guia-bottom-group.left {
    padding-right: 15px !important;
}

.guia-bottom-group.right {
    padding-left: 15px !important;
}

/* Itens de Navegação */
.guia-bottom-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    color: rgba(148, 163, 184, 0.8) !important;
    text-decoration: none !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    gap: 4px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    flex: 1 !important;
    position: relative !important;
}

.guia-bottom-icon-wrap {
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.guia-bottom-item svg {
    width: 22px !important;
    height: 22px !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    fill: none !important;
    transition: all 0.3s ease !important;
}

.guia-bottom-item span {
    font-size: 9px !important;
    font-weight: 800 !important;
    opacity: 0.85 !important;
    transition: all 0.3s ease !important;
}

/* Hover e Estados Ativos */
.guia-bottom-item:hover {
    color: #ffffff !important;
}

.guia-bottom-item:hover .guia-bottom-icon-wrap {
    transform: translateY(-2px) scale(1.05) !important;
}

/* Estado Ativo herdando cor da Cidade */
.guia-bottom-item.active,
body.single-guia [data-service="guia"] .guia-bottom-item,
body.single-noticias [data-service="noticias"] .guia-bottom-item {
    color: var(--gc-cor, #38bdf8) !important;
}

.guia-bottom-item.active span {
    opacity: 1 !important;
    font-weight: 900 !important;
}

.guia-bottom-item.active .guia-bottom-icon-wrap {
    transform: translateY(-3px) scale(1.1) !important;
}

/* ─── BOTÃO CENTRAL FLUTUANTE DE IA (CENTER PIECE) ─── */
.guia-bottom-center-ai-wrap {
    width: 72px !important;
    height: 72px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 9999992 !important;
    margin-top: -24px !important; /* Faz o botão flutuar para cima */
}

.guia-bottom-ai-btn {
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    border: 3px solid rgba(15, 23, 42, 0.95) !important;
    background: linear-gradient(135deg, #0284c7 0%, #7c3aed 50%, #db2777 100%) !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 10px 25px rgba(124, 58, 237, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.3) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative !important;
    overflow: visible !important;
    outline: none !important;
    padding: 0 !important;
}

.guia-bottom-ai-icon-box {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 3 !important;
    position: relative !important;
}

/* Logo Personalizada e Sparkle de IA */
.guia-bottom-ai-logo-img {
    width: 34px !important;
    height: 34px !important;
    object-fit: contain !important;
    display: block !important;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3)) !important;
}

.guia-bottom-ai-curved-text {
    position: absolute !important;
    top: -7px !important;
    left: -7px !important;
    width: 86px !important;
    height: 86px !important;
    pointer-events: none !important;
    z-index: 9999999 !important;
    overflow: visible !important;
}

.guia-bottom-ai-curved-text textPath {
    text-shadow: 0 2px 4px rgba(15, 23, 42, 0.5) !important;
    animation: gaa-pulse-text 2.5s ease-in-out infinite alternate !important;
}

@keyframes gaa-pulse-text {
    0% { opacity: 0.9; filter: drop-shadow(0 0 1px rgba(234, 179, 8, 0.3)); }
    100% { opacity: 1; filter: drop-shadow(0 0 4px rgba(234, 179, 8, 0.8)); }
}

/* Glow e Ripples de fundo */
.guia-bottom-ai-btn-glow {
    position: absolute !important;
    inset: -2px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #38bdf8 0%, #a855f7 50%, #ec4899 100%) !important;
    filter: blur(8px) !important;
    opacity: 0.65 !important;
    z-index: 1 !important;
    transition: all 0.4s ease !important;
}

.guia-bottom-ai-btn-ripple {
    position: absolute !important;
    inset: -3px !important;
    border-radius: 50% !important;
    border: 2px solid #a855f7 !important;
    opacity: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

/* Animações e Hover do Botão Central */
.guia-bottom-ai-btn:hover {
    transform: scale(1.1) translateY(-4px) !important;
    box-shadow: 0 15px 30px rgba(124, 58, 237, 0.7), inset 0 1px 2px rgba(255, 255, 255, 0.4) !important;
}

.guia-bottom-ai-btn:hover .guia-bottom-ai-btn-glow {
    opacity: 0.95 !important;
    filter: blur(12px) !important;
}

.guia-bottom-ai-btn:hover .guia-bottom-ai-logo-img {
    transform: scale(1.15) rotate(5deg) !important;
}

.guia-bottom-ai-btn:active {
    transform: scale(0.95) translateY(-2px) !important;
}

/* Ripple Pulsante Contínuo na IA */
.guia-bottom-ai-btn::after {
    content: '' !important;
    position: absolute !important;
    inset: -8px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(168, 85, 247, 0.4) !important;
    opacity: 0 !important;
    animation: bottom-ai-pulse 2.2s cubic-bezier(0.25, 0, 0, 1) infinite !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

@keyframes bottom-ai-pulse {
    0% {
        transform: scale(0.92);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/* Fallback do Botão Home (Se IA estiver inativa) */
.guia-bottom-center-home-wrap {
    width: 64px !important;
    height: 64px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: -16px !important;
}

.guia-bottom-home-btn {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: var(--gc-cor, #38bdf8) !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 8px 20px rgba(var(--gc-cor-rgb, 56, 189, 248), 0.4) !important;
    transition: all 0.3s ease !important;
}

.guia-bottom-home-btn svg {
    width: 22px !important;
    height: 22px !important;
}

.guia-bottom-home-btn:hover {
    transform: scale(1.1) translateY(-3px) !important;
}

/* Esconder o FAB antigo flutuante de canto de IA */
body:has(.guia-smart-bottom-bar) #gaa-fab,
body:has(.guia-smart-bottom-bar) .gaa-fab {
    display: none !important;
}

/* Ajustes responsivos para a Bottom Bar no Mobile */
@media (max-width: 768px) {
    #gaa-fab, .gaa-fab {
        display: none !important;
    }

    .guia-smart-bottom-bar {
        bottom: 0 !important;
        left: 0 !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        height: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
        padding-bottom: env(safe-area-inset-bottom, 0px) !important;
        border-radius: 20px 20px 0 0 !important;
        border: none !important;
        border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
        box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.45) !important;
    }

    .guia-bottom-center-ai-wrap {
        margin-top: -20px !important;
    }

    .guia-bottom-ai-btn {
        width: 58px !important;
        height: 58px !important;
    }
}

/* Layout Geral de NotÃƒÂ­cias/Hub */
.guia-portal-layout-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 350px !important;
    gap: 40px !important;
}

@media (max-width: 1024px) {
    .guia-portal-layout-wrapper {
        grid-template-columns: 1fr !important;
    }
}

/* AJUSTE FINAL DE EMPILHAMENTO MOBILE (REVERSÃƒÆ’O) */
@media (max-width: 768px) {

    .guia-anuncios-grid,
    .gc-listing-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        width: 100% !important;
        margin: 20px auto !important;
        padding: 0 10px !important;
    }

    .guia-anuncio-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        min-height: auto !important;
        /* Remove altura fixa no mobile */
        transform: none !important;
    }

    .guia-anuncio-card__image {
        aspect-ratio: 16/9 !important;
        /* ProporÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o mais compacta no mobile */
    }
}

/* ==========================================================================
   FEED REGIONAL: OFERTAS & EVENTOS
   ========================================================================== */

/* Grid Layouts */
.guia-ofertas-grid,
.guia-eventos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

/* Cards Base */
.gc-oferta-card,
.gc-evento-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.gc-oferta-card:hover,
.gc-evento-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.gc-oferta-link,
.gc-evento-link {
    text-decoration: none !important;
    color: inherit !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Imagens e Badges */
.gc-oferta-img-wrapper,
.gc-evento-img-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.gc-oferta-img-wrapper img,
.gc-evento-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gc-oferta-card:hover img,
.gc-evento-card:hover img {
    transform: scale(1.1);
}

/* Badges Especiais */
.gc-oferta-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ef4444;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 900;
    font-size: 0.9rem;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.3);
}

.gc-evento-date-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    padding: 8px 12px;
    border-radius: 10px;
    text-align: center;
    min-width: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gc-evento-date-badge .day {
    display: block;
    font-size: 1.2rem;
    font-weight: 900;
    color: #7c3aed;
    line-height: 1;
}

.gc-evento-date-badge .month {
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #475569; /* Contraste aumentado de #64748b */
}

/* ConteÃƒÂºdo */
.gc-oferta-content,
.gc-evento-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.gc-oferta-empresa,
.gc-evento-meta-item {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--gc-cor);
    margin-bottom: 10px;
}

.gc-oferta-titulo,
.gc-evento-titulo {
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.3;
    margin: 0 0 15px;
    color: #0f172a;
}

/* PreÃƒÂ§os */
.gc-oferta-pricing {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.gc-preco-antigo {
    text-decoration: line-through;
    color: #94a3b8;
    font-size: 0.9rem;
}

.gc-preco-atual {
    font-size: 1.5rem;
    font-weight: 900;
    color: #059669;
}

/* Meta Eventos */
.gc-evento-meta-grid {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gc-evento-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #64748b;
}

.gc-evento-meta-item .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #94a3b8;
}

.gc-evento-footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.gc-btn-outline {
    display: inline-block;
    padding: 8px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 800;
    color: #64748b;
    transition: all 0.2s;
}

.gc-evento-card:hover .gc-btn-outline {
    background: #7c3aed;
    border-color: #7c3aed;
    color: #fff;
}

/* Mobile Adjustments */
@media (max-width: 768px) {

    .guia-ofertas-grid,
    .guia-eventos-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .guia-cidade-hero.hero-slim h1 {
        font-size: 2rem !important;
    }
}

/* ==========================================================================
   MODAIS DE SUBMISSÃƒÆ’O (OFERTAS & EVENTOS)
   ========================================================================== */
.gc-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
}

.gc-modal-content {
    background: #fff;
    width: 100%;
    max-width: 550px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    animation: gcModalSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes gcModalSlideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.gc-modal-header {
    background: #f8fafc;
    padding: 20px 30px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gc-modal-header h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
}

.gc-modal-close {
    background: none;
    border: none;
    font-size: 2rem;
    color: #94a3b8;
    cursor: pointer;
    line-height: 1;
}

.gc-feed-form {
    padding: 30px;
}

.gc-form-group {
    margin-bottom: 20px;
}

.gc-form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 8px;
}

.gc-form-group input[type="text"],
.gc-form-group input[type="number"],
.gc-form-group input[type="date"],
.gc-form-group input[type="time"],
.gc-form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #f1f5f9;
    border-radius: 12px;
    font-size: 1rem;
    color: #0f172a;
    transition: border-color 0.2s;
}

.gc-form-group input:focus,
.gc-form-group textarea:focus {
    outline: none;
    border-color: var(--gc-cor);
}

.gc-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.gc-autocomplete-wrapper {
    position: relative;
}

.gc-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0 0 12px 12px;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.gc-search-item {
    padding: 12px 16px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background 0.2s;
}

.gc-search-item:hover {
    background: #f1f5f9;
    color: var(--gc-cor);
}

.gc-btn-text {
    background: none;
    border: none;
    color: var(--gc-cor);
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: underline;
}

.gc-btn-submit {
    width: 100%;
    background: var(--gc-cor);
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 14px;
    font-size: 1.1rem;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.gc-btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(var(--gc-cor-rgb), 0.3);
}

.gc-btn-submit:disabled {
    background: #cbd5e1;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.spin {
    animation: gcSpin 1s linear infinite;
}

@keyframes gcSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 600px) {
    .gc-form-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gc-modal-content {
        border-radius: 0;
        height: 100%;
        max-height: 100%;
    }

    .gc-modal-overlay {
        padding: 0;
    }

    .gc-feed-form {
        padding: 20px;
        max-height: none !important;
    }
}

/* -- DIRETÃƒâ€œRIO COMERCIAL: CARDS & AÃƒâ€¡Ãƒâ€¢ES -- */
.guia-anuncio-card__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.basico .guia-anuncio-card__actions,
.destaque .guia-anuncio-card__actions {
    border-top: 1px solid #f1f5f9;
}

.gc-btn-details {
    background: var(--gc-cor, #3b82f6);
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.basico .gc-btn-details,
.destaque .gc-btn-details {
    background: #f1f5f9;
    color: #475569 !important;
    box-shadow: none;
}

.premium .gc-btn-details {
    background: #fbbf24;
    color: #0f172a !important;
}

.gc-btn-details:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.gc-btn-group-contact {
    display: flex;
    gap: 8px;
}

.gc-btn-call-mini,
.gc-btn-whats-mini {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.gc-btn-call-mini {
    background: #64748b;
}

.gc-btn-whats-mini {
    background: #22c55e;
}

.gc-btn-call-mini:hover,
.gc-btn-whats-mini:hover {
    transform: scale(1.1) translateY(-2px);
    filter: brightness(1.2);
}

.premium .gc-btn-call-mini,
.premium .gc-btn-whats-mini {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

.premium .gc-btn-whats-mini {
    background: #22c55e;
}

/* Ajustes de Tipografia no Card */
.guia-anuncio-card__title {
    font-size: 1.15rem;
    font-weight: 900;
    margin-bottom: 8px;
}

.guia-anuncio-card__street {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.guia-anuncio-card__city {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.6;
    letter-spacing: 1px;
}


/* Fix de Contraste para Sugestues em Fundo Escuro */
.gc-suggested-listings .guia-anuncio-card .gc-btn-details,
.gc-suggested-links .guia-anuncio-card .gc-btn-details {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    font-weight: 800 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.gc-suggested-listings .guia-anuncio-card .gc-btn-details:hover,
.gc-suggested-links .guia-anuncio-card .gc-btn-details:hover {
    background: #ffffff !important;
    color: #0f172a !important;
}


/* -- SMART BOTTOM BAR: REFINAMENTOS -- */
.guia-bottom-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none !important;
    gap: 4px;
    transition: all 0.3s ease;
    flex: 1;
}

.guia-bottom-item svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.guia-bottom-item span {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.guia-bottom-item.active {
    color: #fff !important;
    transform: translateY(-4px);
}

.guia-bottom-item.active svg {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}


/* Suporte a Background para novos Cards de Links RÃƒÂ¡pidos Ã¢â‚¬â€ Consolidado no topo */


/* Hub Regional: Refinamentos Premium */
.guia-regional-header {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gc-hub-nav-cities::-webkit-scrollbar {
    display: none;
}

.gc-card-city-badge {
    display: inline-block;
    padding: 3px 10px;
    background: #059669;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.gc-hub-search-box input::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

/* Swiper Adjustments */
.gc-premium-swiper {
    padding: 10px 5px 50px !important;
}

.gc-premium-swiper .swiper-pagination-bullet-active {
    background: #3b82f6 !important;
}

.gc-swiper-prev,
.gc-swiper-next {
    transition: all 0.3s ease !important;
}

.gc-swiper-prev:hover,
.gc-swiper-next:hover {
    background: #3b82f6 !important;
    color: #fff !important;
    transform: translateY(-50%) scale(1.1);
}

.gc-premium-swiper .guia-anuncio-card {
    height: 100%;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .guia-regional-header .gc-hub-nav-cities {
        mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    }

    .gc-hub-search-box form {
        flex-direction: column;
        border-radius: 20px;
        padding: 15px !important;
        gap: 10px;
    }

    .gc-hub-search-box input {
        width: 100%;
        text-align: center;
        padding: 10px 0 !important;
    }

    .gc-hub-search-box button {
        width: 100%;
    }

    .gc-swiper-prev,
    .gc-swiper-next {
        display: none !important;
    }
}

/* Estilos Adicionais para Swiper no Hub */
.swiper-button-prev-custom,
.swiper-button-next-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #0f172a;
    transition: all 0.3s ease;
}

.swiper-button-prev-custom {
    left: 10px;
}

.swiper-button-next-custom {
    right: 10px;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    background: #3b82f6;
    color: #fff;
}

/* Submission Styles */
.guia-submit-page {
    padding: 40px 0;
}

.gc-form-group {
    margin-bottom: 20px;
}

.gc-form-group label {
    display: block;
    font-weight: 800;
    margin-bottom: 8px;
    color: #1e293b;
}

.gc-form-group input,
.gc-form-group select,
.gc-form-group textarea {
    width: 100%;
    padding: 14px;
    border: 2px solid #94a3b8;
    /* Contraste aumentado */
    border-radius: 12px;
    font-size: 1rem;
    color: #0f172a;
    transition: all 0.2s ease;
}

.gc-form-group input:focus,
.gc-form-group select:focus,
.gc-form-group textarea:focus {
    border-color: var(--gc-cor);
    outline: none;
    box-shadow: 0 0 0 4px rgba(var(--gc-cor-rgb), 0.1);
    background: #fff;
}

.gc-search-results {
    background: #fff;
    border: 1px solid #ddd;
    max-height: 200px;
    overflow: auto;
}

.gc-search-item {
    padding: 8px;
    cursor: pointer;
}

.gc-search-item:hover {
    background: #f0f0f0;
}


/* -- Layout de Duas Colunas (Listagens e Single) ------------------------------ */
.gc-two-columns-layout {
    display: flex !important;
    gap: 40px !important;
    margin: 40px 0 !important;
    width: 100% !important;
}

.gc-main-content,
.gc-listing-main-content {
    flex: 1 !important;
    min-width: 0 !important;
}

.gc-listing-sidebar {
    width: 350px !important;
    flex-shrink: 0 !important;
}

@media (max-width: 1024px) {
    .gc-two-columns-layout {
        flex-direction: column !important;
        gap: 30px !important;
        margin: 20px 0 !important;
    }

    .gc-listing-sidebar {
        width: 100% !important;
        order: 2 !important;
    }

    .gc-main-content,
    .gc-listing-main-content {
        order: 1 !important;
        width: 100% !important;
    }
}


/* -- NAVBAR & MENU DRAWER (RESTORED) --------------------------------------- */
.guia-navbar {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 99999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.guia-navbar .guia-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* Redundant block removed */

.guia-navbar-menu-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px;
    z-index: 100001;
}

.guia-navbar-menu-btn span {
    display: block;
    width: 28px;
    height: 3px;
    background: #0f172a;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.guia-navbar-menu-btn.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.guia-navbar-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.guia-navbar-menu-btn.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* City Selector Premium */
.guia-navbar-city-selector {
    position: relative;
    margin: 0 15px;
    z-index: 10000;
}

.guia-city-selector-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 8px 16px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 700;
    color: #1e293b;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.guia-city-selector-btn:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: var(--gc-cor, #0f172a);
}

.guia-city-icon {
    display: flex;
    color: var(--gc-cor, #64748b);
    opacity: 0.8;
}

.guia-city-current {
    font-size: 0.95rem;
    white-space: nowrap;
}

.guia-city-chevron {
    display: flex;
    opacity: 0.5;
    transition: transform 0.3s ease;
}

.guia-navbar-city-selector.active .guia-city-chevron {
    transform: rotate(180deg);
}

.guia-city-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 280px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.guia-navbar-city-selector.active .guia-city-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.guia-city-dropdown-header {
    padding: 10px 15px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
}

.guia-city-list {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.guia-city-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    text-decoration: none;
    color: #334155;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.2s ease;
}

/* â”€â”€ Theme Reset & Shell Stabilization â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
body.guia-is-cidade-page .wp-block-post-featured-image,
body.guia-is-cidade-page .wp-block-post-author,
body.guia-is-cidade-page .wp-block-post-date,
body.guia-is-cidade-page header:not(.guia-navbar):not(.guia-page-header):not(.gc-shell__header),
body.guia-is-cidade-page footer:not(.guia-main-footer),
body.guia-is-cidade-page .wp-block-template-part-header,
body.guia-is-cidade-page .wp-block-template-part-footer {
    display: none !important;
}

.guia-navbar {
    min-height: 70px !important;
    background: #fff !important;
    z-index: 9999 !important;
}

.guia-navbar-brand img {
    height: 42px !important;
    width: auto !important;
    max-height: 42px !important;
    object-fit: contain !important;
}

/* GC LAYOUT SHELL â€” EstabilizaÃ§Ã£o Final */
.guia-city-item:hover {
    background: rgba(var(--gc-cor-rgb, 15, 23, 42), 0.08);
    color: var(--gc-cor, #0f172a);
}

.guia-city-item.active {
    background: var(--gc-cor, #0f172a);
    color: #fff;
}

.guia-city-item-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.guia-city-dropdown-footer {
    display: block;
    padding: 12px;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--gc-cor, #0f172a);
    text-decoration: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.guia-city-dropdown-footer:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .guia-navbar-city-selector {
        margin: 0 5px;
    }

    .guia-city-selector-btn {
        padding: 6px 10px !important;
        gap: 6px !important;
    }

    .guia-city-current {
        font-size: 0.85rem;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 480px) {
    .guia-navbar-city-selector {
        margin: 0 3px !important;
    }

    .guia-navbar-city-selector .guia-city-icon {
        display: none !important; /* Libera espaço ocultando o ícone de busca no mobile */
    }

    .guia-city-selector-btn {
        padding: 6px 8px !important; /* Deixa o botão mais enxuto */
        gap: 4px !important;
    }

    .guia-city-current {
        font-size: 0.82rem !important;
        max-width: 130px !important; /* Aumenta a largura limite para caber nomes compostos como "Dona Euzébia" */
    }
}

.guia-menu-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 420px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    z-index: 100000;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -15px 0 45px rgba(0, 0, 0, 0.15);
    padding: 30px;
    overflow-y: auto;
}

body.menu-open {
    overflow: hidden;
}

body.menu-open .guia-menu-drawer {
    transform: translateX(0);
}

.guia-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

body.menu-open .guia-menu-overlay {
    opacity: 1;
    visibility: visible;
}

/* -- Premium Glassmorphism Footer ------------------------------------------ */
.guia-main-footer {
    background: rgba(15, 23, 42, 0.9) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 40px 0 60px;
    position: relative;
    z-index: 10;
}

.guia-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr;
    gap: 60px;
}

.guia-footer-brand-logo {
    max-width: 220px;
    height: auto;
    margin-bottom: 25px;
    filter: none !important;
}

.guia-footer-brand h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 15px;
    letter-spacing: -0.03em;
}

.guia-footer-tagline {
    color: #94a3b8;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.guia-footer-services-list {
    color: var(--gc-cor);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.guia-footer-contact-box {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.guia-footer-contact-label {
    display: block;
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.guia-footer-phone {
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff !important;
    text-decoration: none !important;
    transition: color 0.3s;
}

.guia-footer-phone:hover {
    color: var(--gc-cor) !important;
}

.guia-footer-title {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.guia-footer-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 30px;
    height: 3px;
    background: var(--gc-cor);
    border-radius: 2px;
}

.guia-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.guia-footer-links li {
    margin-bottom: 12px;
}

.guia-footer-links a {
    color: #94a3b8 !important;
    text-decoration: none !important;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.guia-footer-links a svg {
    color: var(--gc-cor);
    opacity: 0.6;
}

.guia-footer-links a:hover {
    color: #fff !important;
    transform: translateX(5px);
}

.guia-footer-cta-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
}

.guia-footer-wa-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #10b981;
    color: #fff !important;
    padding: 16px 28px;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none !important;
    width: 100%;
    transition: all 0.3s;
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.2);
    visibility: visible !important;
    opacity: 1 !important;
}

.guia-footer-wa-btn:hover {
    transform: translateY(-3px);
    background: #059669;
    box-shadow: 0 15px 30px rgba(16, 185, 129, 0.3);
}

/* --- Efeitos de Contraste e Logo --- */
.guia-navbar-brand img {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15)) !important;
    transition: transform 0.3s ease;
}

.guia-footer-brand-logo {
    filter: none !important;
    /* Logo branco sobre fundo escuro nÃƒÂ£o precisa de sombra */
    transition: transform 0.3s ease;
}

.guia-navbar-brand:hover img {
    transform: scale(1.05);
}

/* Aumento de Contraste em Fontes de Fundo Escuro */
.guia-footer-brand p,
.guia-footer-links a,
.guia-footer-contact-label,
.guia-footer-phone,
.guia-footer-title,
.guia-footer-bottom p {
    color: #f8fafc !important;
    /* Slate 50 para contraste mÃƒÂ¡ximo */
}

.guia-footer-tagline {
    color: #e2e8f0 !important;
    /* Slate 200 */
}

.guia-footer-links a:hover {
    color: var(--gc-cor) !important;
}

/* --- BotÃƒÂ£o Anuncie Premium --- */
.gc-premium-anuncie-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: #fff !important;
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.gc-premium-anuncie-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.gc-premium-anuncie-btn:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(37, 99, 235, 0.4);
    border-color: rgba(255, 255, 255, 0.4);
}

.gc-premium-anuncie-btn:hover::before {
    left: 100%;
}

.guia-footer-links li {
    margin-bottom: 15px !important;
}

.guia-footer-bottom {
    margin-top: 80px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    color: #f8fafc !important;
    font-size: 0.85rem;
}

/* Logo Filter - Navbar Only */
.guia-navbar-brand img {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3)) !important;
}

@media (max-width: 1024px) {
    .guia-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 50px !important;
        text-align: center !important;
    }

    .guia-footer-title::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .guia-footer-links a {
        justify-content: center !important;
    }

    .guia-footer-brand-logo {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .guia-footer-cta-card {
        max-width: 400px;
        margin: 0 auto;
    }
}

/* -- NEWS SIDEBAR & MORE NEWS GRID ----------------------------------------- */
.gc-sidebar-hub {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gc-sidebar-ad {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.gc-sidebar-ad--premium {
    background: linear-gradient(135deg, #fefce8 0%, #fef9c3 100%);
    border-color: #fde047;
}

.gc-ad-label {
    display: block;
    font-size: 10px;
    font-weight: 800;
    color: #a16207;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.gc-ad-placeholder {
    text-align: center;
}

.gc-ad-placeholder p {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
    margin: 15px 0;
    line-height: 1.4;
}

.gc-ad-btn {
    display: inline-block;
    background: #0f172a;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none !important;
}

.gc-ad-placeholder--dark {
    background: #0f172a;
    color: #fff;
    padding: 30px 20px;
    border-radius: 12px;
}

.gc-ad-placeholder--dark p {
    color: #94a3b8;
    margin: 0;
}

.gc-widget-title {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #0f172a;
}

.gc-quick-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gc-quick-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    color: #475569 !important;
    text-decoration: none !important;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.2s;
}

.gc-quick-link:hover {
    border-color: var(--gc-cor);
    color: var(--gc-cor) !important;
    transform: translateX(5px);
}

.gc-more-news-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e2e8f0;
}

.gc-news-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }

/* -- HEADER & FOOTER COMPONENTS -- */
.guia-header-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.25); pointer-events: none; }
.guia-pwa-header .guia-container { position: relative; z-index: 5; }
.gc-header-title { text-shadow: 0 4px 15px rgba(0,0,0,0.4); margin-top: 10px; }
.gc-header-subtitle { text-shadow: 0 2px 8px rgba(0,0,0,0.3); font-weight: 600; }
.guia-footer-text-logo { display: none; font-weight: 800; font-size: 1.4rem; color: #fff; margin-bottom: 15px; }
.guia-footer-support-text { color: #f1f5f9; font-size: 0.95rem; margin-bottom: 20px; line-height: 1.5; font-weight: 500; }
.guia-footer-wa-btn { background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%); box-shadow: 0 10px 20px rgba(239, 68, 68, 0.3); border: 1px solid rgba(255,255,255,0.1); }
.guia-footer-cta-footer { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); }

/* -- NAVBAR & MENU COMPONENTS -- */
.guia-navbar-text-logo { display: none; font-weight: 800; font-size: 1.2rem; color: var(--gc-cor); }
.guia-city-item-dot { background: var(--city-color, var(--gc-cor)); }
.guia-menu-logo { height: 40px; }

/* -- NEWS WRAPPERS -- */
.gc-news-footer-area {
    padding: 0 clamp(24px, 6vw, 60px) clamp(24px, 6vw, 60px) clamp(24px, 6vw, 60px);
    margin-bottom: 60px;
}
.gc-news-archive-wrapper { padding-bottom: 40px; }

/* -- SIDEBAR PREMIUM COMPONENTS -- */
.gc-sidebar-ad__link { text-decoration: none !important; display: block; }
.gc-ad-img { width: 100%; height: 140px; background-size: cover; background-position: center; border-radius: 12px; margin-bottom: 12px; }
.gc-ad-title { margin: 0; font-size: 1.1rem; color: #0f172a; font-weight: 800; line-height: 1.3; }
.gc-ad-desc { font-size: 0.9rem; color: #64748b; margin: 8px 0; line-height: 1.4; }
.gc-sidebar-report-box { background: #fee2e2; border: 1px solid #fecaca; border-radius: 16px; padding: 20px; text-align: center; }
.gc-sidebar-report-box h5 { margin: 0 0 10px; color: #991b1b; font-weight: 800; font-size: 1.05rem; }
.gc-sidebar-report-box p { font-size: 0.85rem; color: #b91c1c; margin-bottom: 15px; line-height: 1.4; }
.gc-ad-btn--danger { background: #ef4444 !important; box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2); }
.gc-ad-btn--danger:hover { background: #dc2626 !important; transform: translateY(-2px); }

/* -- Light Menu Drawer Text Adjustments -- */


.guia-menu-drawer .guia-menu-link {
    color: #0f172a !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.guia-menu-drawer .guia-menu-link svg {
    color: #64748b;
    width: 20px;
    height: 20px;
}

.guia-menu-drawer .guia-menu-link:hover svg {
    color: var(--gc-cor);
}

.guia-menu-drawer .guia-menu-label {
    color: #64748b !important;
}

.guia-menu-drawer .guia-menu-link--highlight {
    background: #0f172a !important;
    color: #fff !important;
    border-radius: 12px;
    padding: 15px 20px !important;
    margin-top: 20px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
}

.guia-menu-drawer .guia-menu-link--highlight svg {
    color: #fff !important;
}

.guia-menu-drawer .guia-menu-footer p {
    color: #94a3b8 !important;
}

.guia-menu-close {
    color: #0f172a !important;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}

/* ReduÃƒÂ§ÃƒÂ£o de Altura do Menu */
.guia-menu-section {
    margin-bottom: 20px !important;
}

.guia-menu-label {
    margin-bottom: 10px !important;
}

.guia-menu-drawer .guia-menu-link {
    padding: 8px 0 !important;
}

.guia-menu-drawer .guia-menu-link--highlight {
    margin-top: 15px !important;
    padding: 12px 20px !important;
}

/* -- Breadcrumb Bar for Singles -------------------------------------------- */
.gc-breadcrumb-bar {
    position: relative;
    z-index: 100;
}

.gc-breadcrumb-bar .guia-container {
    display: flex;
    align-items: center;
}

/* Ajuste de EspaÃƒÂ§amento para Modo Single */
.gc-modern-single {
    background: #f8fafc;
    min-height: 100vh;
}

.gc-modern-single.virtual-mode .gc-container-full,
.gc-modern-single.native-mode .gc-container-full {
    padding-top: 30px !important;
}

@media (max-width: 768px) {
    .gc-breadcrumb-bar {
        padding: calc(var(--gc-navbar-h) + 8px) 0 8px !important;
        background: var(--gc-cor, #0f172a) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .guia-pwa-header,
    .guia-cidade-hero {
        padding-top: var(--gc-navbar-h) !important;
    }

    .gc-modern-single.virtual-mode .gc-container-full,
    .gc-modern-single.native-mode .gc-container-full {
        padding-top: 20px !important;
    }
}


/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   MODERN COMPONENTS & ALIASES (Fase 8 - Finalization)
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */

/* Subseções de Categorias de Mobilidade */
.gc-mobilidade-section {
    margin-bottom: 45px !important;
}

.gc-mobilidade-section__header {
    margin-bottom: 24px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding-bottom: 12px !important;
}

.gc-mobilidade-section__title {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-left: 4px solid var(--gc-cor, #3b82f6) !important;
    padding-left: 12px !important;
    margin: 0 !important;
}

/* Grid de Mobilidade e Prestadores */
.gc-mobilidade-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    margin-top: 20px;
}

.gc-prestador-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.gc-prestador-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: var(--gc-cor);
}

.gc-prestador-card__img {
    height: 180px;
    background: #f1f5f9;
    position: relative;
}

.gc-prestador-card__img-link {
    display: block !important;
    width: 100% !important;
    height: 180px !important;
    text-decoration: none !important;
    overflow: hidden !important;
}

.gc-prestador-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.gc-prestador-card:hover .gc-prestador-card__img img {
    transform: scale(1.06) !important;
}

.gc-prestador-card__body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gc-prestador-card__body h3 {
    font-size: 1.2rem;
    margin: 0 0 10px;
    color: #0f172a;
}

.gc-prestador-card__body h3 a {
    color: #0f172a !important;
    text-decoration: none !important;
    transition: color 0.25s ease !important;
}

.gc-prestador-card__body h3 a:hover {
    color: var(--gc-cor, #3b82f6) !important;
}

.gc-prestador-card__addr {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 20px;
}

.gc-prestador-card__actions {
    margin-top: auto;
    display: flex;
    gap: 10px;
}

/* Botões do Card do Prestador */
.gc-prestador-card .gc-btn {
    flex: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 16px !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    text-align: center !important;
    border: 2px solid transparent !important;
}

.gc-prestador-card .gc-btn--wa {
    background: #25d366 !important;
    color: #ffffff !important;
    border-color: #25d366 !important;
    box-shadow: 0 4px 10px rgba(37,211,102,0.1) !important;
}

.gc-prestador-card .gc-btn--wa:hover {
    background: #20ba5a !important;
    border-color: #20ba5a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 14px rgba(37,211,102,0.2) !important;
    color: #ffffff !important;
}

.gc-prestador-card .gc-btn--outline {
    background: var(--gc-cor, #3b82f6) !important;
    color: #ffffff !important;
    border-color: var(--gc-cor, #3b82f6) !important;
    box-shadow: 0 4px 10px rgba(59,130,246,0.1) !important;
}

.gc-prestador-card .gc-btn--outline:hover {
    filter: brightness(1.1) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 14px rgba(59,130,246,0.2) !important;
    color: #ffffff !important;
}

/* Fallback de Imagem do Prestador */
.gc-prestador-card__icon-fallback {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #f8fafc 0%, #cbd5e1 100%) !important;
    color: #475569 !important;
}

.gc-prestador-card__icon-fallback svg {
    width: 64px !important;
    height: 64px !important;
    opacity: 0.65 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.gc-prestador-card:hover .gc-prestador-card__icon-fallback svg {
    transform: scale(1.1) !important;
    color: var(--gc-cor, #3b82f6) !important;
    opacity: 1 !important;
}

/* Perfil Nativo de Prestador (Single) */
.gc-prestador-profile {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 35px !important;
    box-shadow: var(--gc-shadow-md) !important;
    margin-bottom: 30px !important;
}

.gc-prestador-profile__header-grid {
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding-bottom: 25px !important;
}

@media (max-width: 640px) {
    .gc-prestador-profile__header-grid {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
    }
}

.gc-prestador-profile__avatar-container {
    width: 100px !important;
    height: 100px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 3px solid #f1f5f9 !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05) !important;
    background: #f1f5f9 !important;
    flex-shrink: 0 !important;
}

.gc-prestador-profile__avatar {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.gc-prestador-profile__avatar-fallback {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #f8fafc 0%, #cbd5e1 100%) !important;
    color: #475569 !important;
}

.gc-prestador-profile__avatar-fallback svg {
    width: 48px !important;
    height: 48px !important;
}

.gc-prestador-profile__meta-main {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.gc-prestador-profile__category {
    background: #eff6ff !important;
    color: #2563eb !important;
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 4px 10px !important;
    border-radius: 100px !important;
    width: fit-content !important;
}

.gc-prestador-profile__title {
    font-size: 1.8rem !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.gc-prestador-profile__city {
    font-size: 0.95rem !important;
    color: #64748b !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.gc-prestador-profile__details-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    margin-bottom: 30px !important;
}

.gc-prestador-profile__detail-item {
    background: #f8fafc !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.gc-prestador-profile__detail-label {
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    color: #94a3b8 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.gc-prestador-profile__detail-value {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: #334155 !important;
}

.gc-prestador-profile__actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    margin-bottom: 35px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding-bottom: 30px !important;
}

.gc-prestador-profile__btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 14px 24px !important;
    border-radius: 100px !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
}

.gc-prestador-profile__btn--whatsapp {
    background: #10b981 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.3) !important;
}

.gc-prestador-profile__btn--whatsapp:hover {
    background: #059669 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4) !important;
}

.gc-prestador-profile__btn--phone {
    background: #3b82f6 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.3) !important;
}

.gc-prestador-profile__btn--phone:hover {
    background: #2563eb !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4) !important;
}

.gc-prestador-profile__bio {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.gc-prestador-profile__bio-title {
    font-size: 1.15rem !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: 0 !important;
}

.gc-prestador-profile__bio-content {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    color: #475569 !important;
}

.gc-prestador-profile__bio-content p {
    margin: 0 0 15px !important;
}

/* Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ 
   NOTÃƒCIAS & EDITORIAL Ã¢â‚¬â€ Premium System v5
   Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢ Ã¢â€¢  */

.gc-news-article {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--gc-shadow-md);
    margin-bottom: 40px;
}

.gc-news-featured-img {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
}

.gc-news-featured-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.gc-news-article__body {
    padding: clamp(24px, 6vw, 60px);
}

.manchete-noticia {
    font-size: clamp(1.5rem, 3.5vw, 2.2rem) !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    line-height: 1.1 !important;
    margin: 0 0 20px 0 !important;
    letter-spacing: -0.03em !important;
}

.gc-news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 600;
}

/* BLINDAGEM EDITORIAL (.gc-entry-content) */
.gc-entry-content {
    color: #334155;
    line-height: 1.8;
    font-size: 1.15rem;
}

.gc-entry-content p {
    margin-bottom: 1.5em !important;
}

.gc-entry-content h2,
.gc-entry-content h3 {
    color: #0f172a;
    margin: 2em 0 1em !important;
    font-weight: 800;
}

.gc-entry-content h2 {
    font-size: 1.8rem;
}

.gc-entry-content h3 {
    font-size: 1.4rem;
}

.gc-entry-content ul,
.gc-entry-content ol {
    margin: 0 0 1.5em 1.5em !important;
    padding: 0 !important;
}

.gc-entry-content li {
    margin-bottom: 0.5em;
}

.gc-entry-content blockquote {
    margin: 2em 0 !important;
    padding: 20px 30px !important;
    border-left: 5px solid var(--gc-cor) !important;
    background: #f8fafc !important;
    font-style: italic;
    font-size: 1.25rem;
    color: #475569;
}

.gc-entry-content figure {
    margin: 2em 0 !important;
}

.gc-entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* NEWS CARDS v5 GRID */
.gc-news-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin: 20px 0;
}

.gc-news-card-v5 {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.3s var(--gc-ease-out);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gc-news-card-v5:hover {
    transform: translateY(-8px);
    box-shadow: var(--gc-shadow-lg);
    border-color: var(--gc-cor);
}

.gc-news-card-v5__thumb {
    height: 200px;
    overflow: hidden;
    display: block;
}

.gc-news-card-v5__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gc-news-card-v5:hover .gc-news-card-v5__thumb img {
    transform: scale(1.1);
}

.gc-news-card-v5__body {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.gc-news-cat {
    display: inline-block;
    color: var(--gc-cor);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.gc-news-card-v5 h3 {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 15px;
    color: #0f172a;
}

.gc-news-card-v5 h3 a {
    color: inherit;
    text-decoration: none;
}

.gc-news-date {
    margin-top: auto;
    font-size: 0.8rem;
    color: #94a3b8;
    font-weight: 700;
    text-transform: uppercase;
}

/* PAGINAÃƒâ€¡ÃƒÆ’O & NAVEGAÃƒâ€¡ÃƒÆ’O */
.gc-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

.gc-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-weight: 800;
    color: #475569;
    transition: all 0.2s;
}

.gc-pagination .page-numbers.current {
    background: var(--gc-cor);
    color: #fff;
    border-color: var(--gc-cor);
}

.gc-pagination a.page-numbers:hover {
    border-color: var(--gc-cor);
    color: var(--gc-cor);
}

.gc-news-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #f1f5f9;
}

@media (max-width: 600px) {
    .gc-news-navigation {
        grid-template-columns: 1fr;
    }
}

.gc-nav-prev,
.gc-nav-next {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s;
}

.gc-nav-prev:hover,
.gc-nav-next:hover {
    background: #fff;
    box-shadow: var(--gc-shadow-md);
    transform: translateY(-2px);
}

.gc-nav__label {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--gc-cor);
    margin-bottom: 8px;
}

.gc-nav__title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
}

/* BotÃƒÂµes Universais gc-btn */
.gc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 0.9rem;
    cursor: pointer;
    border: none;
}

.gc-btn--wa {
    background: #10b981;
    color: #fff;
}

.gc-btn--outline {
    border: 1px solid #e2e8f0;
    color: #334155;
}

.gc-btn:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

/* Grid de Hub de Ãƒâ€nibus */
.gc-onibus-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.gc-hub-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
}

.gc-hub-card:hover {
    border-color: var(--gc-cor);
    box-shadow: 0 15px 35px rgba(var(--gc-cor-rgb), 0.1);
}

.gc-hub-card__icon {
    color: var(--gc-cor);
    margin-bottom: 15px;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   GC LAYOUT SHELL Ã¢â‚¬â€ EstabilizaÃƒÂ§ÃƒÂ£o Final
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */

:root {
    --gc-container-width: 1200px;
    --gc-sidebar-width: 320px;
    --gc-gap: clamp(20px, 3vw, 40px);
    --gc-page-pt: 32px;
    --gc-page-pb: 80px;
    --gc-form-max: 760px;
    --gc-navbar-h: 70px;
}

@media (min-width: 1024px) {
    :root {
        --gc-navbar-h: 80px;
    }
}

.gc-shell {
    width: 100%;
    overflow-x: hidden;
    background-color: #f8fafc;
    min-height: 100vh;
    margin-top: var(--gc-navbar-h) !important;
    /* Garante que o conteÃºdo comece apÃ³s a navbar fixed */
}

/* CompensaÃ§Ã£o para quando hÃ¡ Header/Hero que jÃ¡ tem padding interno */
.gc-shell:has(.guia-page-header),
.gc-shell:has(.guia-cidade-hero),
.gc-shell:has(.gc-breadcrumb-bar) {
    margin-top: 0 !important;
}

/* Quando há anúncio super premium no topo, forçamos o margin-top para que o anúncio apareça perfeitamente abaixo da navbar fixa */
.gc-shell:has(.gc-ad-slot--top) {
    margin-top: var(--gc-navbar-h) !important;
}

.gc-shell__body {
    padding: var(--gc-page-pt) 0 var(--gc-page-pb);
}

.gc-shell__container {
    max-width: var(--gc-container-width);
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 40px);
    box-sizing: border-box;
}

.gc-shell--cols {
    display: flex;
    gap: var(--gc-gap);
    align-items: flex-start;
}

.gc-shell__main {
    flex: 1;
    min-width: 0;
}

.gc-shell__sidebar {
    width: var(--gc-sidebar-width);
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .gc-shell--cols {
        flex-direction: column;
    }

    .gc-shell__main {
        width: 100%;
    }

    .gc-shell__sidebar {
        width: 100%;
    }
}

@media (max-width: 768px) {
    :root {
        --gc-page-pt: 20px;
        --gc-page-pb: 100px;
    }
}

@media (max-width: 480px) {
    :root {
        --gc-page-pt: 16px;
        --gc-page-pb: 50px;
    }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ News Portal Hub Cards Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.gc-news-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.gc-news-portal-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
}

.gc-news-portal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.gc-news-portal-card__thumb {
    height: 160px;
    overflow: hidden;
}

.gc-news-portal-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gc-news-portal-card:hover .gc-news-portal-card__thumb img {
    transform: scale(1.1);
}

.gc-news-portal-card__body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gc-news-portal-card__cat {
    font-size: 10px;
    font-weight: 800;
    color: var(--gc-cor);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gc-news-portal-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gc-news-portal-card__date {
    font-size: 0.8rem;
    color: #94a3b8;
    margin-top: auto;
}

/* -- NEWS PORTAL (HUB & REGIONAL) ------------------------------------------ */
.guia-portal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
}

.guia-portal-title {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--gc-cor);
    margin: 0;
    line-height: 1.2;
}

.guia-portal-subtitle {
    font-size: 0.95rem;
    color: #64748b;
    margin: 4px 0 0;
    font-weight: 600;
}

.gc-btn-portal-wide {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: var(--gc-cor);
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(var(--gc-cor-rgb), 0.2);
}

.gc-btn-portal-wide:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(var(--gc-cor-rgb), 0.3);
    background: #1e293b;
}

.gc-btn-portal-wide::after {
    content: "\203A";
    font-size: 1.2rem;
    line-height: 1;
}

.gc-news-highlight {
    margin-bottom: 40px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 30px;
}

.gc-news-highlight-link {
    text-decoration: none !important;
    color: inherit;
    display: block;
}

.gc-news-highlight-img-wrapper {
    width: 100%;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #f1f5f9;
}

.gc-news-highlight-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gc-news-highlight-link:hover img {
    transform: scale(1.03);
}

.gc-news-badge {
    display: inline-block;
    background: var(--gc-cor);
    color: #fff;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.featured-manchete {
    font-size: 2.2rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.1;
    margin: 0 0 15px;
    letter-spacing: -0.02em;
}

.gc-news-excerpt {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.gc-news-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 30px;
}

.gc-news-portal-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.gc-news-portal-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.gc-news-card-img-wrapper {
    height: 200px;
    overflow: hidden;
    position: relative;
    border-bottom: 4px solid var(--gc-cor);
}

.gc-news-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gc-news-portal-card:hover .gc-news-card-img-wrapper img {
    transform: scale(1.1);
}

.gc-news-card-body {
    padding: 25px;
    flex-grow: 1;
}

.gc-news-card-cat {
    color: #ef4444;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 12px;
}

.gc-news-card-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 12px;
    line-height: 1.3;
}

.gc-news-card-excerpt {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}

.gc-news-card-footer {
    padding: 0 25px 25px;
}

.gc-news-card-cta {
    color: var(--gc-cor);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 768px) {
    .guia-portal-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .gc-btn-portal-wide {
        width: 100%;
        justify-content: center;
    }

    .featured-manchete {
        font-size: 1.8rem;
    }

    .gc-news-highlight-img-wrapper {
        height: 250px;
    }
}

/* --- EstabilizaÃ§Ã£o Final do Design System --- */

/* --- EstabilizaÃ§Ã£o Final do Design System: BotÃµes CTA & Badges --- */

.gc-mini-link,
.guia-link-more,
.gc-ad-btn,
.gc-btn-portal-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: var(--gc-cor);
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s var(--gc-ease-out);
    box-shadow: 0 4px 12px rgba(var(--gc-cor-rgb), 0.2);
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.gc-mini-link::after,
.guia-link-more::after,
.gc-ad-btn::after {
    content: '\203A';
    font-size: 16px;
    line-height: 1;
    margin-bottom: 1px;
    /* Optical adjustment */
}

.gc-mini-link:hover,
.guia-link-more:hover,
.gc-ad-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(var(--gc-cor-rgb), 0.3);
    filter: brightness(1.1);
    color: #fff !important;
}

.gc-mini-info .gc-mini-link {
    padding: 4px 12px;
    font-size: 10px;
    margin-top: 8px;
    border-bottom-width: 2px;
}

.gc-mini-name {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #0f172a;
    margin-bottom: 4px;
}

/* Wide CTA buttons (News style) */
.guia-link-more,
.gc-ad-btn,
.gc-btn-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 20px !important;
    background: #0f172a !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    gap: 8px !important;
    transition: all 0.3s var(--gc-ease-out) !important;
    cursor: pointer !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    border: none !important;
    line-height: 1 !important;
}

.guia-link-more--center {
    width: 100% !important;
    margin-top: 15px !important;
}

.guia-link-more--city {
    background: var(--gc-cor) !important;
    box-shadow: 0 4px 12px rgba(var(--gc-cor-rgb), 0.25) !important;
}

.guia-link-more--city:hover {
    background: #0f172a !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
}

.guia-link-more:hover,
.gc-ad-btn:hover,
.gc-btn-action:hover {
    background: var(--gc-cor, #3b82f6) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(var(--gc-cor-rgb), 0.3) !important;
    color: #fff !important;
    filter: brightness(1.1) !important;
}

.guia-link-more::after,
.gc-ad-btn::after,
.gc-btn-action::after {
    content: '\203A' !important;
    font-size: 16px !important;
    line-height: 1 !important;
    margin-left: 2px !important;
}


/* Sidebar & Quick Links Standardization */
.gc-sidebar-card {
    background: #fff;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
}

.gc-sidebar-card p {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.gc-quick-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gc-quick-link {
    display: block;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #1e293b;
    text-decoration: none;
    transition: all 0.3s var(--gc-ease-out);
    position: relative;
    overflow: hidden;
}

.gc-quick-link:hover {
    background: #fff;
    border-color: var(--gc-cor);
    color: var(--gc-cor);
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.gc-quick-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--gc-cor);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.gc-quick-link:hover::before {
    transform: scaleY(1);
}

/* Blindagem Total contra o Tema FSE */
html,
body.guia-is-cidade-page {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
}




/* -- Notícia Single: Título, Tags e Navegação -- */

/* Título da Notícia */
.manchete-noticia {
    font-size: clamp(1.5rem, 3.5vw, 2.2rem) !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.03em !important;
    color: #0f172a !important;
    margin: 24px 0 20px !important;
}

/* Tags / Palavras-chave */
.gc-news-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.gc-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    background: rgba(var(--gc-cor-rgb), 0.1);
    color: var(--gc-cor) !important;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.gc-tag:hover {
    background: var(--gc-cor);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--gc-cor-rgb), 0.3);
}

/* Navegação Anterior / Próxima */
.gc-news-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 40px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e8f0;
}

.gc-nav-prev, .gc-nav-next {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #f8fafc;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.gc-nav-prev {
    align-items: flex-start;
    text-align: left;
}

.gc-nav-next {
    align-items: flex-end;
    text-align: right;
}

.gc-nav-prev:hover, .gc-nav-next:hover {
    background: #fff;
    border-color: var(--gc-cor);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    transform: translateY(-4px);
}

.gc-nav__label {
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    transition: color 0.3s;
}

.gc-nav__title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.4;
    transition: color 0.3s;
}

.gc-nav-prev:hover .gc-nav__label,
.gc-nav-next:hover .gc-nav__label {
    color: var(--gc-cor);
}

.gc-nav-prev:hover .gc-nav__title,
.gc-nav-next:hover .gc-nav__title {
    color: var(--gc-cor);
}

@media (max-width: 768px) {
    .gc-news-navigation {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .gc-nav-prev, .gc-nav-next {
        align-items: flex-start;
        text-align: left;
        padding: 20px;
    }
}

/* Scoped adjustments for Offers and Events Featured Images to prevent text compression and vertical stretching */
.gc-oferta-single .gc-listing-featured-img,
.gc-evento-single .gc-listing-featured-img {
    width: clamp(250px, 30vw, 350px) !important;
    height: clamp(250px, 30vw, 350px) !important;
    min-width: clamp(250px, 30vw, 350px) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #f1f5f9 !important;
    flex-shrink: 0 !important;
}

.gc-oferta-single .gc-listing-featured-img img,
.gc-evento-single .gc-listing-featured-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

@media (max-width: 768px) {
    .gc-oferta-single .gc-listing-featured-img,
    .gc-evento-single .gc-listing-featured-img {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        height: 250px !important;
        margin-bottom: 20px !important;
        border-radius: 16px !important;
    }
}

/* ─── SISTEMA GC_LAYOUT: MOLDURAS REPLICÁVEIS PREMIUM ─── */
.gc-section-premium-wrap {
    margin-top: 20px !important;
    position: relative !important;
    z-index: 100 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* O Cabeçalho Escuro Premium */
.gc-section-premium-header {
    background: #0f172a !important;
    padding: 20px 30px !important;
    border-radius: 16px 16px 0 0 !important;
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    box-sizing: border-box !important;
}

.gc-section-premium-header h2 {
    color: #fff !important;
    font-size: 1.15rem !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 900 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    text-align: left !important;
}

.gc-section-premium-header h2 span,
.gc-section-premium-header span.gc-paged-info {
    color: #94a3b8 !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: block !important;
    margin-top: 2px !important;
}

/* O Corpo Branco Premium da Moldura */
.gc-section-premium-body {
    background: #fff !important;
    padding: 30px 20px !important;
    border-radius: 0 0 16px 16px !important;
    border: 1px solid #e2e8f0 !important;
    border-top: none !important;
    box-shadow: var(--gc-shadow-md) !important;
    box-sizing: border-box !important;
}

/* Reset de espaçamento interno para Grids aninhados */
.gc-section-premium-body .guia-servicos-grid,
.gc-section-premium-body .gc-eventos-grid,
.gc-section-premium-body .gc-ofertas-grid {
    margin-top: 0 !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
}

@media (max-width: 768px) {
    .gc-section-premium-header {
        padding: 15px 20px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }
    
    .gc-section-premium-header h2 {
        font-size: 1.05rem !important;
    }
    
    .gc-section-premium-body {
        padding: 20px 15px !important;
    }
}

/* ─── OVERLAY DE BUSCA PREMIUM (.gc-search-overlay) ─── */
.gc-search-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 10000000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.gc-search-overlay.active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.gc-search-overlay__backdrop {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(15, 23, 42, 0.9) !important;
    backdrop-filter: blur(15px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(15px) saturate(180%) !important;
}

.gc-search-overlay__content {
    position: relative !important;
    width: 90% !important;
    max-width: 600px !important;
    z-index: 2 !important;
    transform: translateY(30px) scale(0.95) !important;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98) 0%, rgba(9, 13, 26, 0.99) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 28px !important;
    padding: 35px !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), inset 0 1px 2px rgba(255, 255, 255, 0.15) !important;
    box-sizing: border-box !important;
}

.gc-search-overlay.active .gc-search-overlay__content {
    transform: translateY(0) scale(1) !important;
}

.gc-search-overlay__close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    background: none !important;
    border: none !important;
    color: rgba(148, 163, 184, 0.7) !important;
    font-size: 2.2rem !important;
    cursor: pointer !important;
    line-height: 1 !important;
    transition: all 0.2s ease !important;
    padding: 0 !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
}

.gc-search-overlay__close:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1) !important;
    transform: rotate(90deg) !important;
}

.gc-search-overlay__title {
    color: #ffffff !important;
    margin: 0 0 24px 0 !important;
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    text-align: center !important;
    letter-spacing: -0.02em !important;
    font-family: 'Outfit', 'Inter', sans-serif !important;
}

.gc-search-overlay__form {
    display: flex !important;
    gap: 12px !important;
    margin-bottom: 24px !important;
    width: 100% !important;
}

.gc-search-overlay__input {
    flex: 1 !important;
    height: 56px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    background: rgba(15, 23, 42, 0.6) !important;
    color: #ffffff !important;
    padding: 0 20px !important;
    font-size: 1.05rem !important;
    font-weight: 500 !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.gc-search-overlay__input:focus {
    background: rgba(15, 23, 42, 0.8) !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.25), inset 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.gc-search-overlay__submit {
    height: 56px !important;
    padding: 0 28px !important;
    border-radius: 14px !important;
    border: none !important;
    background: linear-gradient(135deg, #eab308 0%, #ca8a04 100%) !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 12px rgba(234, 179, 8, 0.2) !important;
}

.gc-search-overlay__submit:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(234, 179, 8, 0.3) !important;
}

.gc-search-overlay__suggestions {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.gc-search-overlay__suggestions span {
    color: rgba(148, 163, 184, 0.6) !important;
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
}

.gc-search-overlay__pills {
    display: flex !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}

.gc-search-overlay__pill {
    background: rgba(255, 255, 255, 0.04) !important;
    color: rgba(148, 163, 184, 0.9) !important;
    text-decoration: none !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    transition: all 0.2s ease !important;
}

.gc-search-overlay__pill:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    transform: translateY(-2px) !important;
}

@media (max-width: 768px) {
    .gc-search-overlay {
        align-items: flex-start !important;
        padding: 40px 15px 20px 15px !important;
    }
}

@media (max-width: 500px) {
    .gc-search-overlay {
        align-items: flex-start !important;
        padding: 20px 10px !important;
    }
    .gc-search-overlay__content {
        width: 100% !important;
        max-width: 100% !important;
        padding: 25px 20px !important;
        border-radius: 20px !important;
        margin-top: 10px !important;
    }
    .gc-search-overlay__form {
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
    }
    .gc-search-overlay__input {
        width: 100% !important;
        flex: none !important;
        box-sizing: border-box !important;
    }
    .gc-search-overlay__submit {
        width: 100% !important;
    }
}

/* ==========================================================================
   STABILIZATION & BLINDAGE: Pharmacy Grid on Wide Screens
   ========================================================================== */
.gcf-grid-farmacias,
.guia-farmacias-lista,
.gc-farmacias-lista {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)) !important;
    gap: 24px !important;
    width: 100% !important;
    margin-top: 24px !important;
}

/* Ensure individual cards do not break or force full-width unless on mobile */
.gcf-grid-farmacias .gcf-card,
.guia-farmacias-lista .guia-farmacia-card,
.gc-farmacias-lista .gc-farmacia-card {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

@media (max-width: 768px) {
    .gcf-grid-farmacias,
    .guia-farmacias-lista,
    .gc-farmacias-lista {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
}

/* ==========================================================================
   REUSABLE PREMIUM COMPONENT: Outras Cidades Moldura
   ========================================================================== */
.gc-outras-cidades {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: var(--gc-radius-lg) !important;
    padding: clamp(24px, 5vw, 40px) !important;
    margin-top: 50px !important;
    box-shadow: var(--gc-shadow-md) !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Enforce total blindage against FSE margin issues */
body.guia-is-cidade-page .gc-outras-cidades {
    margin-bottom: 30px !important;
}

.gc-outras-cidades .gc-section-title {
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
}

.gc-outras-cidades .gc-section-sub {
    font-size: 0.95rem !important;
    color: #64748b !important;
    margin: 0 0 24px 0 !important;
}

/* Adjusted grid layout for links (Responsivo) */
.gc-cidades-lista {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Custom design for city buttons inside the container */
.gc-outras-cidades .gc-linha-item {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: var(--gc-radius-md) !important;
    padding: 14px 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transform: none !important;
}

.gc-outras-cidades .gc-linha-item::before {
    display: none !important; /* Remove any legacy left border lines if present */
}

.gc-outras-cidades .gc-linha-item__icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    color: var(--gc-cor) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
}

.gc-outras-cidades .gc-linha-item__label {
    font-weight: 700 !important;
    font-size: 0.92rem !important;
    color: #334155 !important;
    transition: color 0.3s ease !important;
}

/* Hover effects inside premium box */
.gc-outras-cidades .gc-linha-item:hover {
    background: #ffffff !important;
    border-color: var(--gc-cor) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 20px rgba(0, 91, 172, 0.08) !important; /* fallback using primary color */
}

.gc-outras-cidades .gc-linha-item:hover .gc-linha-item__icon {
    background: var(--gc-cor) !important;
    color: #ffffff !important;
    transform: scale(1.1) !important;
}

.gc-outras-cidades .gc-linha-item:hover .gc-linha-item__label {
    color: var(--gc-cor) !important;
}

/* Selected Category Badge styling for professional form experience */
.gc-selected-badge {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    background: rgba(220, 252, 231, 0.65) !important;
    border: 2px solid #22c55e !important;
    border-radius: 12px !important;
    padding: 12px 18px !important;
    margin-bottom: 15px !important;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.15) !important;
    animation: gcBadgeSlideIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    position: relative !important;
    backdrop-filter: blur(4px) !important;
}

@keyframes gcBadgeSlideIn {
    0% {
        opacity: 0;
        transform: scale(0.95) translateY(10px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.gc-selected-badge__icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #22c55e !important;
    color: #ffffff !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 6px rgba(34, 197, 94, 0.3) !important;
}

.gc-selected-badge__icon svg {
    width: 16px !important;
    height: 16px !important;
    color: #ffffff !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 3 !important;
}

.gc-selected-badge__info {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
}

.gc-selected-badge__label {
    font-size: 0.72rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    color: #15803d !important;
    font-weight: 800 !important;
    margin-bottom: 2px !important;
}

#gc-selected-cat-name {
    font-size: 0.95rem !important;
    color: #14532d !important;
    font-weight: 900 !important;
}

.gc-selected-badge__remove {
    background: #f1f5f9 !important;
    color: #64748b !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    width: 28px !important;
    height: 28px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.gc-selected-badge__remove:hover {
    background: #ef4444 !important;
    color: #ffffff !important;
    border-color: #ef4444 !important;
    transform: rotate(90deg) !important;
}

.gc-selected-badge__remove svg {
    width: 14px !important;
    height: 14px !important;
    color: inherit !important;
    fill: none !important;
    stroke: currentColor !important;
}

/* Form Category Autocomplete Dropdown and Option highlights */
.gc-form-group--autocomplete {
    position: relative !important;
}

.gc-autocomplete-dropdown {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12) !important;
    z-index: 999 !important;
    max-height: 250px !important;
    overflow-y: auto !important;
    margin-top: 8px !important;
    padding: 6px !important;
    animation: gcDropdownFadeIn 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

@keyframes gcDropdownFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.gc-cat-option {
    padding: 10px 14px !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    color: #475569 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: left !important;
}

.gc-cat-option:hover {
    background: #f1f5f9 !important;
    color: var(--gc-cor, #0f172a) !important;
}

/* Distinctive Highlight for Sugerir Categoria option */
.gc-cat-new {
    background: rgba(15, 23, 42, 0.04) !important;
    color: var(--gc-cor, #0f172a) !important;
    border: 2px dashed #cbd5e1 !important;
    margin-top: 8px !important;
    padding: 12px 14px !important;
    font-weight: 700 !important;
    border-color: var(--gc-cor, #0f172a) !important;
}

.gc-cat-new:hover {
    background: var(--gc-cor, #0f172a) !important;
    color: #ffffff !important;
    border-style: solid !important;
    border-color: var(--gc-cor, #0f172a) !important;
}

/* Custom Premium Alert/Notification Modal Overlay and Card */
.gc-notification-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(15, 23, 42, 0.6) !important;
    backdrop-filter: blur(8px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99999 !important;
    padding: 20px !important;
    animation: gcOverlayFadeIn 0.3s ease-out !important;
}

@keyframes gcOverlayFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.gc-notification-overlay--closing {
    animation: gcOverlayFadeOut 0.3s ease-in forwards !important;
}

@keyframes gcOverlayFadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

.gc-notification-card {
    background: #ffffff !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    padding: 30px !important;
    width: 100% !important;
    max-width: 420px !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 18px !important;
    animation: gcCardBounceIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

@keyframes gcCardBounceIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.gc-notification-overlay--closing .gc-notification-card {
    animation: gcCardScaleOut 0.25s ease-in forwards !important;
}

@keyframes gcCardScaleOut {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.95) translateY(10px);
    }
}

.gc-notification-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
}

.gc-notification-card--success .gc-notification-icon {
    background: #ecfdf5 !important;
    color: #10b981 !important;
    border: 2px solid #a7f3d0 !important;
}

.gc-notification-card--error .gc-notification-icon {
    background: #fef2f2 !important;
    color: #ef4444 !important;
    border: 2px solid #fca5a5 !important;
}

.gc-notification-icon svg {
    width: 32px !important;
    height: 32px !important;
    fill: currentColor !important;
}

.gc-notification-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.gc-notification-title {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 !important;
}

.gc-notification-message {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #64748b !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

.gc-notification-btn {
    width: 100% !important;
    padding: 14px 24px !important;
    background: var(--gc-cor, #0f172a) !important;
    color: #ffffff !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    border: none !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2) !important;
}

.gc-notification-btn:hover {
    filter: brightness(1.1) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.3) !important;
}

.gc-notification-btn:active {
    transform: translateY(0) !important;
}

/* Automatically append a beautiful red asterisk to labels of required form fields */
.gc-form-group:has(input[required]) label::after,
.gc-form-group:has(textarea[required]) label::after,
.gc-form-group:has(select[required]) label::after {
    content: " *" !important;
    color: #ef4444 !important;
    font-weight: 800 !important;
    margin-left: 2px !important;
}

/* Honeypot Spam Protection Hidden Fields */
.gc-honeypot {
    display: none !important;
}

/* ==========================================================================
   ATALHOS INTELIGENTES (SMART SHORTCUTS)
   ========================================================================== */
#gc-smart-shortcuts {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.gc-smart-shortcuts-wrapper {
    background: #ffffff;
    border: 1.5px dashed #cbd5e1;
    border-radius: 18px;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.gc-smart-shortcuts-title {
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    color: #64748b !important;
    letter-spacing: 0.07em !important;
}

.gc-smart-shortcuts-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

/* Pills de atalhos premium */
.gc-shortcut-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 8px 14px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    color: #334155 !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.gc-shortcut-pill:hover {
    transform: translateY(-2px) !important;
    border-color: var(--gc-cor, #3b82f6) !important;
    background: #ffffff !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05) !important;
}

/* Badges coloridas dentro das pills */
.gc-shortcut-pill__badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    font-size: 0.7rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    padding: 4px 8px !important;
    border-radius: 100px !important;
}

.gc-shortcut-pill__badge .dashicons {
    font-size: 13px !important;
    width: 13px !important;
    height: 13px !important;
}

/* Cores contextuais para os badges */
.gc-shortcut-pill__badge--onibus { background: #fef3c7 !important; color: #b45309 !important; }
.gc-shortcut-pill__badge--mobilidade { background: #e0f2fe !important; color: #0369a1 !important; }
.gc-shortcut-pill__badge--guia { background: #e0e7ff !important; color: #4338ca !important; }
.gc-shortcut-pill__badge--farmacias { background: #fee2e2 !important; color: #b91c1c !important; }
.gc-shortcut-pill__badge--eventos { background: #f3e8ff !important; color: #6b21a8 !important; }
.gc-shortcut-pill__badge--ofertas { background: #d1fae5 !important; color: #065f46 !important; }
.gc-shortcut-pill__badge--noticias { background: #dbeafe !important; color: #1d4ed8 !important; }

.gc-shortcut-pill__title {
    max-width: 180px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Botão de lixeira discreto */
.gc-clear-shortcuts-btn {
    background: transparent !important;
    border: none !important;
    color: #94a3b8 !important;
    cursor: pointer !important;
    padding: 6px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    margin-left: auto !important;
}

.gc-clear-shortcuts-btn:hover {
    color: #ef4444 !important;
    background: #fee2e2 !important;
}

.gc-clear-shortcuts-btn .dashicons {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
}

/* Responsivo para Mobile */
@media (max-width: 768px) {
    .gc-smart-shortcuts-list {
        width: 100% !important;
    }
    .gc-clear-shortcuts-btn {
        margin-left: 0 !important;
    }
}

/* ==========================================================================
   HOMEPAGE BOX LAYOUTS (MOLDURAS REPLICÁVEIS - GC_Layout / .gc-shell)
   ========================================================================== */
.gc-index-box {
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03) !important;
    border: 1px solid #e2e8f0 !important;
    overflow: hidden !important;
    margin-bottom: 45px !important;
    display: flex !important;
    flex-direction: column !important;
}

.gc-index-box__header {
    background: #0f172a !important; /* Elegant dark slate background matching Links Rápido */
    padding: 16px 24px !important; /* Optimized height (was 22px 30px) */
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: none !important;
    gap: 15px !important;
}

/* Accent Borders to match service colors */
.gc-index-box__header--empresas {
    border-top: 4px solid #6366f1 !important; /* Índigo */
}

.gc-index-box__header--ofertas {
    border-top: 4px solid #059669 !important; /* Emerald Green */
}

.gc-index-box__header--eventos {
    border-top: 4px solid #7c3aed !important; /* Royal Violet */
}

.gc-index-box__header--farmacias {
    border-top: 4px solid #dc2626 !important; /* Premium Clinical Red */
}

.gc-index-box__header--noticias {
    border-top: 4px solid #3b82f6 !important; /* Elegant Blue */
}

.gc-index-box__header--premium {
    border-top: 4px solid #f59e0b !important; /* Golden Amber */
}

.gc-index-box__title-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.gc-index-box__title-group h2 {
    color: #ffffff !important;
    font-size: 1.15rem !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 900 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gc-index-box__title-group h2::after {
    display: none !important; /* Remove native underline decorations if any */
}

.gc-index-box__title-group span {
    color: #94a3b8 !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.gc-index-box__actions {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.gc-index-box__link {
    color: #94a3b8 !important;
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: 1px !important;
    padding: 8px 16px !important;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    border-radius: 8px !important;
    transition: all 0.25s ease !important;
    display: inline-block !important;
}

.gc-index-box__link:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

.gc-index-box__link--guia {
    color: #818cf8 !important;
    border-color: rgba(99, 102, 241, 0.4) !important;
    background: rgba(99, 102, 241, 0.1) !important;
}
.gc-index-box__link--guia:hover {
    color: #ffffff !important;
    border-color: #818cf8 !important;
    background: #6366f1 !important;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4) !important;
}

.gc-index-box__link--ofertas {
    color: #10b981 !important;
    border-color: rgba(16, 185, 129, 0.4) !important;
    background: rgba(16, 185, 129, 0.1) !important;
}
.gc-index-box__link--ofertas:hover {
    color: #ffffff !important;
    border-color: #34d399 !important;
    background: #059669 !important;
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.4) !important;
}

.gc-index-box__link--eventos {
    color: #a78bfa !important;
    border-color: rgba(139, 92, 246, 0.4) !important;
    background: rgba(139, 92, 246, 0.1) !important;
}
.gc-index-box__link--eventos:hover {
    color: #ffffff !important;
    border-color: #c4b5fd !important;
    background: #7c3aed !important;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.4) !important;
}

.gc-index-box__link--farmacias {
    color: #f87171 !important;
    border-color: rgba(239, 68, 68, 0.4) !important;
    background: rgba(239, 68, 68, 0.1) !important;
}
.gc-index-box__link--farmacias:hover {
    color: #ffffff !important;
    border-color: #fca5a5 !important;
    background: #ef4444 !important;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4) !important;
}

.gc-index-box__link--noticias {
    color: #60a5fa !important;
    border-color: rgba(59, 130, 246, 0.4) !important;
    background: rgba(59, 130, 246, 0.1) !important;
}
.gc-index-box__link--noticias:hover {
    color: #ffffff !important;
    border-color: #93c5fd !important;
    background: #3b82f6 !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4) !important;
}

.gc-index-box__btn {
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: 1px !important;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    transition: all 0.25s ease !important;
    display: inline-block !important;
    border: 1px solid transparent !important;
}

.gc-index-box__btn--primary {
    color: #ffffff !important;
    background: #6366f1 !important; /* Dynamic fallback */
}

.gc-index-box__header--ofertas .gc-index-box__btn--primary {
    background: #059669 !important; /* Emerald green */
}

.gc-index-box__header--eventos .gc-index-box__btn--primary {
    background: #7c3aed !important; /* Royal violet */
}

.gc-index-box__header--farmacias .gc-index-box__btn--primary {
    background: #ef4444 !important; /* Soft Red */
}

.gc-index-box__header--noticias .gc-index-box__btn--primary {
    background: #3b82f6 !important; /* Elegant Blue */
}

.gc-index-box__header--premium .gc-index-box__btn--primary {
    background: #f59e0b !important; /* Golden Amber */
}

.gc-index-box__btn--primary:hover {
    filter: brightness(1.15) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.gc-index-box__body {
    padding: 30px 24px !important;
    background: #ffffff !important;
}

/* Responsivo para Telas Pequenas */
@media (max-width: 640px) {
    .gc-index-box__header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        padding: 14px 16px !important; /* Optimized mobile padding */
    }

    .gc-index-box__actions {
        width: 100% !important;
        display: flex !important;
        gap: 10px !important;
    }

    .gc-index-box__link, 
    .gc-index-box__btn {
        flex: 1 !important;
        text-align: center !important;
        padding: 8px 10px !important;
        font-size: 0.75rem !important;
    }

    .gc-index-box__body {
        padding: 20px 15px !important;
    }
}

/* ==========================================================================
   FARMÁCIAS DE PLANTÃO - OTIMIZAÇÕES PARA CONTAINER DO HUB/HOME
   ========================================================================== */
#guia-plantao-hoje .gcf-plantao-wrap {
    padding: 0 !important; /* Remove preenchimento duplicado das bordas */
}

#guia-plantao-hoje .gcf-plantao-header {
    display: none !important; /* Oculta cabeçalho secundário e relógio repetitivos */
}

#guia-plantao-hoje .gcf-plantao-footer {
    margin-top: 15px !important; /* Aproxima o rodapé de sugestão do card */
}

#guia-plantao-hoje .gcf-grid-farmacias {
    margin-top: 0 !important; /* Remove margem redundante superior */
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important; /* Encaixa múltiplos cards lado a lado! */
    gap: 16px !important; /* Espaçamento compacto e premium */
}

/* Versão compacta e visualmente otimizada dos cards dentro das seções da home */
#guia-plantao-hoje .gcf-card {
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04) !important;
}

#guia-plantao-hoje .gcf-card-header {
    padding: 14px 14px 10px !important; /* Espaçamento interno mais enxuto */
    gap: 10px !important;
}

#guia-plantao-hoje .gcf-card-logo {
    width: 64px !important;
    height: 64px !important;
    border-width: 2px !important;
    border-radius: 10px !important;
}

#guia-plantao-hoje .gcf-card-selos {
    padding: 0 14px 10px !important;
}

#guia-plantao-hoje .gcf-card-horarios {
    padding: 6px 14px !important;
}

#guia-plantao-hoje .gcf-card-acoes {
    padding: 10px 14px !important;
    gap: 6px !important;
}

#guia-plantao-hoje .gcf-btn-acao {
    padding: 8px 10px !important;
    font-size: 0.78rem !important;
    border-radius: 6px !important;
}

/* ==========================================================================
   UNIFIED PREMIUM CARDS DESIGN SYSTEM (IMAGE ON TOP, DETAILS BELOW)
   ========================================================================== */
.gc-oferta-card,
.gc-evento-card,
.gc-news-portal-card {
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 1px solid #b2c0d1 !important;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.11) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 430px !important;
    overflow: hidden !important;
    position: relative !important;
    box-sizing: border-box !important;
}

.gc-oferta-card:hover,
.gc-evento-card:hover,
.gc-news-portal-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18) !important;
    border-color: var(--gc-cor, #3b82f6) !important;
}

.gc-oferta-link,
.gc-evento-link,
.gc-news-portal-card > a {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100% !important;
    text-decoration: none !important;
    color: inherit !important;
}

/* Image wrappers */
.gc-oferta-img-wrapper,
.gc-evento-img-wrapper,
.gc-news-portal-card__thumb {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 190px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    background-color: #f1f5f9 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    z-index: 1 !important;
}

.gc-oferta-img-wrapper img,
.gc-evento-img-wrapper img,
.gc-news-portal-card__thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

.gc-oferta-card:hover img,
.gc-evento-card:hover img,
.gc-news-portal-card:hover img {
    transform: scale(1.06) !important;
}

/* Remove gradient overlays */
.gc-oferta-img-wrapper::after,
.gc-evento-img-wrapper::after,
.gc-news-portal-card__thumb::after {
    display: none !important;
}

/* Content wrappers */
.gc-oferta-content,
.gc-evento-content,
.gc-news-portal-card__body {
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    background: #ffffff !important;
    border-top: none !important;
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Títulos */
.gc-oferta-titulo,
.gc-evento-titulo,
.gc-news-portal-card__title {
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.45 !important;
    margin: 0 0 8px 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-shadow: none !important;
    text-decoration: none !important;
}

.gc-oferta-titulo:hover,
.gc-evento-titulo:hover,
.gc-news-portal-card__title:hover {
    color: var(--gc-cor, #3b82f6) !important;
}

/* Excerpt / Description */
.gc-card-excerpt,
.gc-news-portal-card__excerpt {
    display: -webkit-box !important;
    font-size: 0.85rem !important;
    color: #64748b !important;
    line-height: 1.5 !important;
    margin: 0 0 14px 0 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* Subtítulos / Categorias */
.gc-oferta-empresa,
.gc-news-portal-card__cat {
    color: var(--gc-cor, #3b82f6) !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    margin-bottom: 6px !important;
    text-shadow: none !important;
    display: inline-block !important;
}

/* 1. Ofertas Pricing & Metadados */
.gc-oferta-pricing {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: auto !important;
    margin-bottom: 12px !important;
}

.gc-preco-antigo {
    color: #94a3b8 !important;
    text-decoration: line-through !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
}

.gc-preco-atual {
    color: #059669 !important;
    font-weight: 800 !important;
    font-size: 1.25rem !important;
    text-shadow: none !important;
}

.gc-oferta-meta {
    color: #64748b !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: 4px !important;
    text-shadow: none !important;
}

.gc-oferta-meta .dashicons {
    color: #94a3b8 !important;
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
}

/* 2. Eventos Metadados */
.gc-evento-meta-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    margin-top: auto !important;
    margin-bottom: 14px !important;
}

.gc-evento-meta-item {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #64748b !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    text-shadow: none !important;
}

.gc-evento-meta-item .dashicons {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    color: #94a3b8 !important;
}

.gc-evento-footer {
    display: block !important;
    margin-top: 5px !important;
}

.gc-evento-footer .gc-btn-outline {
    display: inline-block !important;
    border: 1px solid #cbd5e1 !important;
    padding: 6px 14px !important;
    border-radius: 8px !important;
    color: #475569 !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
}

.gc-evento-card:hover .gc-btn-outline {
    background: var(--gc-cor, #7c3aed) !important;
    color: #ffffff !important;
    border-color: var(--gc-cor, #7c3aed) !important;
}



.gc-btn-group-contact {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.gc-btn-call-mini,
.gc-btn-whats-mini {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: transform 0.2s ease !important;
}

.gc-btn-call-mini {
    background: #3b82f6 !important;
}

.gc-btn-whats-mini {
    background: #10b981 !important;
}

.gc-btn-call-mini:hover,
.gc-btn-whats-mini:hover {
    transform: scale(1.1) !important;
}

/* 4. Badges Flutuantes */
/* Ofertas Discount Badge */
.gc-oferta-badge {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 3 !important;
    background: #ef4444 !important;
    color: #ffffff !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    font-weight: 900 !important;
    font-size: 0.8rem !important;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.2) !important;
}

/* Eventos Date Badge */
.gc-evento-date-badge {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    z-index: 3 !important;
    background: #ffffff !important;
    padding: 6px 10px !important;
    border-radius: 8px !important;
    text-align: center !important;
    min-width: 42px !important;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08) !important;
    border: 1px solid #e2e8f0 !important;
}

.gc-evento-date-badge .day {
    display: block !important;
    font-size: 1.15rem !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    line-height: 1 !important;
}

.gc-evento-date-badge .month {
    display: block !important;
    font-size: 0.65rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: var(--gc-cor, #7c3aed) !important;
    margin-top: 2px !important;
}

/* Destaques (Directory) Card Badges */
.gc-card-badges {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: 12px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    z-index: 3 !important;
    width: calc(100% - 24px) !important;
    pointer-events: none !important;
}

.gc-badge {
    background: rgba(15, 23, 42, 0.8) !important;
    backdrop-filter: blur(4px) !important;
    color: #ffffff !important;
    font-size: 0.7rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    letter-spacing: 0.3px !important;
}

.gc-badge-premium {
    background: linear-gradient(90deg, #f59e0b, #d97706) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(217, 119, 6, 0.2) !important;
}

.gc-badge-destaque {
    background: linear-gradient(90deg, #3b82f6, #1d4ed8) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.2) !important;
}

/* ==========================================================================
   RESPONSIVIDADE PREMIUM PARA CARDS (MOBILE-SCANNING DESIGN)
   ========================================================================== */
@media (max-width: 640px) {
    .guia-eventos-grid,
    .guia-ofertas-grid,
    .gc-news-portal-grid,
    .gc-news-hub-grid,
    .guia-anuncios-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        margin-top: 15px !important;
    }

    .gc-oferta-card,
    .gc-evento-card,
    .gc-news-portal-card,
    .guia-anuncio-card {
        height: auto !important;
        min-height: auto !important;
        border-radius: 14px !important;
    }

    .gc-oferta-img-wrapper,
    .gc-evento-img-wrapper,
    .gc-news-portal-card__thumb,
    .guia-anuncio-card__image {
        height: 180px !important;
    }

    .gc-oferta-content,
    .gc-evento-content,
    .gc-news-portal-card__body,
    .guia-anuncio-card__content {
        padding: 16px !important;
    }

    .gc-card-excerpt,
    .gc-news-portal-card__excerpt {
        display: none !important; /* Hide excerpts on mobile for maximum high-density readability */
    }
}

/* ==========================================================================
   PREMIUM SIDEBAR ADS RE-DESIGN (GOLD/AMBER PREMIUM HIGHLIGHTS)
   ========================================================================== */
.gc-sidebar-ad--premium {
    position: relative !important;
    background: linear-gradient(135deg, #ffffff 0%, #fffbeb 100%) !important;
    border: 1px solid #fef3c7 !important;
    border-radius: 14px !important;
    padding: 16px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02) !important;
    overflow: hidden !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
    display: block !important;
}

.gc-sidebar-ad--premium::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, #f59e0b, #fbbf24) !important;
    border-radius: 14px 14px 0 0 !important;
}

.gc-sidebar-ad--premium:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.12), 0 2px 5px rgba(0, 0, 0, 0.03) !important;
    border-color: #fde68a !important;
}

/* Premium label badge */
.gc-sidebar-ad--premium .gc-ad-label {
    display: inline-block !important;
    background: linear-gradient(90deg, #d97706, #f59e0b) !important;
    color: #ffffff !important;
    font-size: 0.65rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    margin-bottom: 12px !important;
    box-shadow: 0 2px 5px rgba(217, 119, 6, 0.2) !important;
}

/* Image styling */
.gc-sidebar-ad--premium .gc-ad-img {
    width: 100% !important;
    height: 140px !important;
    border-radius: 10px !important;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 12px !important;
    border: 1px solid rgba(245, 158, 11, 0.1) !important;
    box-shadow: inset 0 0 40px rgba(0,0,0,0.02) !important;
}

/* Ad title */
.gc-sidebar-ad--premium .gc-ad-title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.3 !important;
}

/* Ad description */
.gc-sidebar-ad--premium .gc-ad-desc {
    font-size: 0.8rem !important;
    color: #64748b !important;
    margin: 0 0 14px 0 !important;
    line-height: 1.4 !important;
}

/* Ad button */
.gc-sidebar-ad--premium .gc-ad-btn {
    display: block !important;
    text-align: center !important;
    background: #ffffff !important;
    color: #d97706 !important;
    border: 1px solid #f59e0b !important;
    padding: 8px 16px !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    transition: all 0.2s ease !important;
}

.gc-sidebar-ad--premium:hover .gc-ad-btn {
    background: linear-gradient(90deg, #d97706, #f59e0b) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 4px 10px rgba(217, 119, 6, 0.2) !important;
}

/* Ad placeholder */
.gc-sidebar-ad--premium .gc-ad-placeholder {
    padding: 15px 0 !important;
    text-align: center !important;
}

.gc-sidebar-ad--premium .gc-ad-placeholder p {
    font-size: 0.85rem !important;
    color: #b45309 !important;
    font-weight: 600 !important;
    margin: 10px 0 0 0 !important;
    line-height: 1.4 !important;
}

/* ==========================================================================
   PREMIUM ADVERTISEMENT CONTAINMENT SYSTEM (GE.GLOBO STYLE)
   ========================================================================== */
.gc-ad-slot {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 28px auto !important;
    padding: 24px 16px 14px 16px !important;
    background-color: #f8fafc !important; /* Elegant slate background */
    border: 1px dashed #cbd5e1 !important; /* Clean dashed grey border */
    border-radius: 12px !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

/* Elegant label 'PUBLICIDADE' centered on top, styled like premium news portals */
.gc-ad-slot::before {
    content: "PUBLICIDADE" !important;
    position: absolute !important;
    top: 6px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-size: 0.62rem !important;
    font-weight: 700 !important;
    color: #94a3b8 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    pointer-events: none !important;
}

/* Responsive constraints per slot type (Locked AdSense Standard Sizes) */
.gc-ad-slot--top {
    width: 100% !important;
    max-width: 970px !important;
    height: 250px !important;
    padding: 24px 0 0 0 !important;
    margin: 20px auto 10px auto !important;
    overflow: hidden !important;
}
@media (max-width: 768px) {
    .gc-ad-slot--top {
        max-width: 320px !important;
        height: 150px !important;
        margin: 15px auto 5px auto !important;
    }
}

.gc-ad-slot--content {
    width: 100% !important;
    max-width: 336px !important;
    height: 280px !important;
    padding: 24px 0 0 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
}
@media (max-width: 360px) {
    .gc-ad-slot--content {
        max-width: 300px !important;
        height: 250px !important;
    }
}

.gc-ad-slot--sidebar {
    width: 100% !important;
    max-width: 300px !important;
    height: 250px !important;
    padding: 24px 0 0 0 !important;
    overflow: hidden !important;
}

.gc-ad-slot--grid {
    width: 100% !important;
    max-width: 728px !important;
    height: 90px !important;
    padding: 24px 0 0 0 !important;
    grid-column: 1 / -1 !important; /* Forces inline ads to span full width in CSS Grids */
    overflow: hidden !important;
}
@media (max-width: 768px) {
    .gc-ad-slot--grid {
        max-width: 320px !important;
        height: 100px !important;
    }
}

/* Ensure inside ad elements are properly centered and fill locked spaces perfectly */
.gc-ad-slot iframe,
.gc-ad-slot ins {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    border: none !important;
    box-sizing: border-box !important;
}
.gc-ad-slot script {
    display: none !important;
}

/* Perfect alignment for portal news cards on desktop/wide screens (FSE Theme Shield) */
@media (min-width: 641px) {
    .gc-news-portal-card {
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        box-sizing: border-box !important;
    }
    .gc-news-portal-card > a {
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
        text-decoration: none !important;
        color: inherit !important;
        box-sizing: border-box !important;
    }
    .gc-news-card-body,
    .gc-news-portal-card__body {
        flex-grow: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        padding-bottom: 15px !important; /* balanced space below excerpt */
    }
    .gc-news-card-footer,
    .gc-news-portal-card__footer {
        margin-top: auto !important; /* Pushes the "Ler Notícia" CTA perfectly to the bottom line */
        padding-top: 10px !important;
    }
}


/* ==========================================================================
   BANNER DE MOBILIDADE PREMIUM (Táxi, Van, Aplicativos)
   ========================================================================== */
.gc-mobilidade-banner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 25px !important;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    padding: 30px 40px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15) !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Background gradient orb to add modern premium feel */
.gc-mobilidade-banner::before {
    content: "" !important;
    position: absolute !important;
    top: -50px !important;
    right: -50px !important;
    width: 150px !important;
    height: 150px !important;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%) !important;
    pointer-events: none !important;
    border-radius: 50% !important;
}

.gc-mobilidade-banner__text {
    flex: 1 !important;
    z-index: 1 !important;
}

.gc-mobilidade-banner__text h3 {
    margin: 0 0 8px 0 !important;
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    letter-spacing: -0.3px !important;
}

.gc-mobilidade-banner__text p {
    margin: 0 !important;
    font-size: 0.95rem !important;
    color: #94a3b8 !important;
    line-height: 1.5 !important;
}

.gc-mobilidade-banner .gc-btn--dark {
    background: #ffffff !important;
    color: #0f172a !important;
    border-radius: 30px !important;
    padding: 14px 28px !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.2px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 14px rgba(255, 255, 255, 0.1) !important;
    border: none !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    z-index: 1 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.gc-mobilidade-banner .gc-btn--dark:hover {
    background: var(--gc-cor, #3b82f6) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3) !important;
}

@media (max-width: 640px) {
    .gc-mobilidade-banner {
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
        padding: 30px !important;
        gap: 20px !important;
    }
    
    .gc-mobilidade-banner .gc-btn--dark {
        width: 100% !important;
        box-sizing: border-box !important;
    }



/* ==========================================================================
   PREMIUM ALTERNATING SIDEBAR & MONOGRAM FALLBACK SYSTEM (.GC-SHELL)
   ========================================================================== */

/* 1. Modernização do Widget da Sidebar (Claro/Default) */
.gc-sidebar-widget {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-bottom: 4px solid #cbd5e1 !important;
    border-radius: 16px !important;
    padding: 24px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.02) !important;
    position: relative !important;
    overflow: hidden !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.gc-sidebar-widget:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04) !important;
}

/* Título Padrão do Widget */
.gc-widget-title {
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 18px 0 !important;
    padding-left: 14px !important;
    border-left: 4px solid var(--gc-cor, #3b82f6) !important;
    line-height: 1.25 !important;
    text-transform: none !important;
    letter-spacing: -0.2px !important;
}

/* 2. Widget da Sidebar Tema Escuro (Premium Dark) */
.gc-sidebar-widget--dark,
.gc-sidebar-hub > .gc-sidebar-widget:nth-of-type(even),
.gc-shell__sidebar > .gc-sidebar-widget:nth-of-type(even) {
    background: #0f172a !important;
    border-color: #1e293b !important;
    border-bottom: 4px solid #020617 !important;
    color: #94a3b8 !important;
    box-shadow: 0 10px 30px rgba(2, 6, 17, 0.2) !important;
}

/* Ajustes de Elementos Internos no Widget Escuro (Automático & Explícito) */
.gc-sidebar-widget--dark .gc-widget-title,
.gc-sidebar-hub > .gc-sidebar-widget:nth-of-type(even) .gc-widget-title,
.gc-shell__sidebar > .gc-sidebar-widget:nth-of-type(even) .gc-widget-title {
    color: #ffffff !important;
}

.gc-sidebar-widget--dark p,
.gc-sidebar-hub > .gc-sidebar-widget:nth-of-type(even) p,
.gc-shell__sidebar > .gc-sidebar-widget:nth-of-type(even) p {
    color: #94a3b8 !important;
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
}

/* Links Rápidos em Widget Escuro */
.gc-sidebar-widget--dark .gc-quick-link,
.gc-sidebar-hub > .gc-sidebar-widget:nth-of-type(even) .gc-quick-link,
.gc-shell__sidebar > .gc-sidebar-widget:nth-of-type(even) .gc-quick-link {
    background: rgba(255, 255, 255, 0.03) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: #cbd5e1 !important;
}

.gc-sidebar-widget--dark .gc-quick-link:hover,
.gc-sidebar-hub > .gc-sidebar-widget:nth-of-type(even) .gc-quick-link:hover,
.gc-shell__sidebar > .gc-sidebar-widget:nth-of-type(even) .gc-quick-link:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: var(--gc-cor, #3b82f6) !important;
    color: var(--gc-cor, #3b82f6) !important;
}

/* Mini Cards de Notícias em Widget Escuro */
.gc-sidebar-widget--dark .gc-mini-card,
.gc-sidebar-hub > .gc-sidebar-widget:nth-of-type(even) .gc-mini-card,
.gc-shell__sidebar > .gc-sidebar-widget:nth-of-type(even) .gc-mini-card {
    background: rgba(255, 255, 255, 0.03) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    transition: all 0.25s ease !important;
}

.gc-sidebar-widget--dark .gc-mini-card:hover,
.gc-sidebar-hub > .gc-sidebar-widget:nth-of-type(even) .gc-mini-card:hover,
.gc-shell__sidebar > .gc-sidebar-widget:nth-of-type(even) .gc-mini-card:hover {
    background: rgba(255, 255, 255, 0.07) !important;
    border-color: var(--gc-cor, #3b82f6) !important;
}

.gc-sidebar-widget--dark .gc-mini-name,
.gc-sidebar-hub > .gc-sidebar-widget:nth-of-type(even) .gc-mini-name,
.gc-shell__sidebar > .gc-sidebar-widget:nth-of-type(even) .gc-mini-name {
    color: #f1f5f9 !important;
}

.gc-sidebar-widget--dark .gc-mini-link,
.gc-sidebar-hub > .gc-sidebar-widget:nth-of-type(even) .gc-mini-link,
.gc-shell__sidebar > .gc-sidebar-widget:nth-of-type(even) .gc-mini-link {
    color: #64748b !important;
}

/* Suporte e Reporte Box (Garante herança limpa) */
.gc-sidebar-report-box {
    background: #fee2e2 !important;
    border: 1px solid #fecaca !important;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.04) !important;
}

/* Exclui a caixa vermelha de reporte dos estilos de fundo escuro automático */
.gc-sidebar-hub > .gc-sidebar-widget:nth-of-type(even) .gc-sidebar-report-box,
.gc-shell__sidebar > .gc-sidebar-widget:nth-of-type(even) .gc-sidebar-report-box {
    background: #fee2e2 !important;
    border-color: #fecaca !important;
    color: #991b1b !important;
}


/* ==========================================================================
   ⚡ AJUSTES PREMIUM DE ENFASE - PÁGINA INDIVIDUAL DE OFERTAS & EVENTOS
   ========================================================================== */

/* 1. Enfase e tamanho na página individual de ofertas */
.gc-oferta-single h1 {
    font-size: clamp(1.8rem, 4vw, 2.4rem) !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
}

/* Ofertado por {Empresa} -> Empresa maior e em negrito */
.gc-oferta-single__anunciante {
    font-size: 1.05rem !important;
    color: #64748b !important;
    margin: 0 !important;
}
.gc-oferta-single__anunciante a,
.gc-oferta-single__anunciante span {
    font-size: 1.35rem !important; /* Aumentado */
    font-weight: 800 !important; /* Negrito */
    color: #0f172a !important;
    display: inline-block !important;
    margin-left: 4px !important;
    text-decoration: underline !important;
    text-decoration-color: #3b82f6 !important;
    text-underline-offset: 4px !important;
}

/* De preço X por preço Y -> Aumentar o Y e dar negrito extremo */
.gc-oferta-single__price {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: center !important;
    gap: 2px !important;
}
@media (max-width: 768px) {
    .gc-oferta-single__price {
        align-items: flex-start !important;
        margin-top: 15px !important;
    }
}
.gc-price--old {
    font-size: 1.1rem !important;
    color: #94a3b8 !important;
    text-decoration: line-through !important;
    font-weight: 500 !important;
}
.gc-price--current {
    font-size: 2.2rem !important; /* Aumentado e destacado */
    font-weight: 900 !important; /* Negrito extremo */
    color: #ef4444 !important; /* Vermelho vibrante de promoção */
    background: #fef2f2 !important;
    padding: 6px 16px !important;
    border-radius: 8px !important;
    border: 1px dashed #fca5a5 !important;
    display: inline-block !important;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.05) !important;
}

/* Aumento de Enfase no Conteúdo Geral */
.gc-entry-content {
    font-size: 1.125rem !important; /* 18px */
    line-height: 1.7 !important;
    color: #334155 !important;
}
.gc-entry-content h4 {
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 12px !important;
}

/* Itens de Meta Grid mais visíveis */
.gc-single-meta-grid {
    gap: clamp(15px, 3vw, 25px) !important;
}
.gc-meta-item strong {
    font-size: 1.1rem !important;
    color: #0f172a !important;
}

/* ==========================================================================
   INTERACTIVE CATEGORY SEARCH DRAWER (YELP/TRIPADVISOR STYLE)
   ========================================================================== */
.gc-category-filter-wrapper {
    margin-bottom: 25px !important;
}

/* Toggle Trigger Button */
.gc-btn-toggle-categories {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background-color: #f1f5f9 !important;
    color: #475569 !important;
    border: 1px solid #e2e8f0 !important;
    padding: 10px 18px !important;
    border-radius: 30px !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
}

.gc-btn-toggle-categories:hover {
    background-color: #e2e8f0 !important;
    color: #0f172a !important;
    transform: translateY(-1px) !important;
}

.gc-btn-toggle-categories.active {
    background-color: #4f46e5 !important;
    color: #ffffff !important;
    border-color: #4f46e5 !important;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.2) !important;
}

/* Expandable Drawer Container */
.gc-all-categories-drawer {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 20px !important;
    margin-top: 15px !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05) !important;
    animation: gcFadeInSlide 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@keyframes gcFadeInSlide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Search Wrapper and Input */
.gc-cat-search-wrapper {
    margin-bottom: 18px !important;
}

.gc-cat-filter-input {
    width: 100% !important;
    background-color: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 0.95rem !important;
    color: #1e293b !important;
    outline: none !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

.gc-cat-filter-input:focus {
    background-color: #ffffff !important;
    border-color: #6366f1 !important;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12) !important;
}

/* Scrollable Categories Grid */
.gc-all-categories-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
    max-height: 280px !important;
    overflow-y: auto !important;
    padding-right: 5px !important;
}

@media (max-width: 991px) {
    .gc-all-categories-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 600px) {
    .gc-all-categories-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Custom Scrollbar for Drawer Grid */
.gc-all-categories-grid::-webkit-scrollbar {
    width: 6px !important;
}

.gc-all-categories-grid::-webkit-scrollbar-track {
    background: #f1f5f9 !important;
    border-radius: 10px !important;
}

.gc-all-categories-grid::-webkit-scrollbar-thumb {
    background: #cbd5e1 !important;
    border-radius: 10px !important;
}

.gc-all-categories-grid::-webkit-scrollbar-thumb:hover {
    background: #94a3b8 !important;
}

/* Category Grid Item */
.gc-cat-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 14px !important;
    background-color: #f8fafc !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.15s ease !important;
}

.gc-cat-item:hover {
    background-color: #e0e7ff !important;
    border-color: #c7d2fe !important;
    transform: translateX(2px) !important;
}

.gc-cat-item.active {
    background-color: #4f46e5 !important;
    border-color: #4f46e5 !important;
}

.gc-cat-item.active .gc-cat-item-name {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.gc-cat-item.active .gc-cat-item-count {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

.gc-cat-item-name {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #334155 !important;
    transition: color 0.15s ease !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-right: 8px !important;
}

.gc-cat-item:hover .gc-cat-item-name {
    color: #4f46e5 !important;
}

.gc-cat-item-count {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    background-color: #e2e8f0 !important;
    color: #64748b !important;
    padding: 2px 8px !important;
    border-radius: 12px !important;
    transition: all 0.15s ease !important;
}

.gc-cat-item:hover .gc-cat-item-count {
    background-color: #4f46e5 !important;
    color: #ffffff !important;
}

/* 🛡️ BLINDAGEM CONTRA PRELOADERS DE PLUGINS EXTERNOS (EX: DIRECTORIST) */
body.guia-is-cidade-page,
body.guia-is-cidade-page.directorist-preload,
body.guia-is-hub,
body.guia-is-hub.directorist-preload {
    opacity: 1 !important;
    visibility: visible !important;
}

body.guia-is-cidade-page .directorist-preloader-wrap,
body.guia-is-cidade-page .atbd_preloader,
body.guia-is-cidade-page .directorist-preloader,
body.guia-is-hub .directorist-preloader-wrap,
body.guia-is-hub .atbd_preloader,
body.guia-is-hub .directorist-preloader {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* ==========================================================================
   🛡️ DISCLAIMER DE RESPONSABILIDADE DO ANUNCIANTE (CPTs)
   ========================================================================== */
.gc-announcer-disclaimer {
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin: 35px 0 !important;
    display: flex !important;
    gap: 15px !important;
    align-items: flex-start !important;
    text-align: left !important;
}

.gc-disclaimer-icon {
    background: #e2e8f0 !important;
    color: #475569 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.gc-disclaimer-icon .dashicons {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
}

.gc-disclaimer-text h5 {
    margin: 0 0 8px 0 !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    line-height: 1.3 !important;
}

.gc-disclaimer-text p {
    margin: 0 0 10px 0 !important;
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
    color: #475569 !important;
}

.gc-disclaimer-text p:last-child {
    margin-bottom: 0 !important;
}

.gc-disclaimer-tip {
    font-size: 0.85rem !important;
    background: #ffffff !important;
    border-left: 3px solid #3b82f6 !important;
    padding: 8px 12px !important;
    border-radius: 0 6px 6px 0 !important;
    color: #1e293b !important;
}

/* ==========================================================================
   🔍 PREMIUM LIGHTBOX SYSTEM FOR FLYERS, PANFLETORES & BANNERS
   ========================================================================== */
.gc-lightbox-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(15, 23, 42, 0.95) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    z-index: 999999 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    animation: gc-fade-in 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
}

.gc-lightbox-overlay.closing {
    animation: gc-fade-out 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
}

.gc-lightbox-wrapper {
    width: 90% !important;
    height: 80% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: auto !important;
    outline: none !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent !important;
}

.gc-lightbox-img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.3s, max-height 0.3s !important;
}

.gc-lightbox-img.zoomed {
    max-width: none !important;
    max-height: none !important;
    transform: scale(1.5) !important;
}

@media (max-width: 768px) {
    .gc-lightbox-img.zoomed {
        transform: scale(2.2) !important; /* Maior zoom em telas de celulares */
    }
}

.gc-lightbox-close {
    position: absolute !important;
    top: 25px !important;
    right: 25px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    font-size: 28px !important;
    line-height: 44px !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.gc-lightbox-close:hover {
    background: #ef4444 !important;
    border-color: #ef4444 !important;
    transform: rotate(90deg) !important;
}

.gc-lightbox-caption {
    margin-top: 20px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) !important;
    background: rgba(15, 23, 42, 0.7) !important;
    padding: 8px 18px !important;
    border-radius: 30px !important;
    pointer-events: none !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

@keyframes gc-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes gc-fade-out {
    from { opacity: 1; }
    to { opacity: 0; }
}


