:root {
    --blue-950: #16324f;
    --blue-900: #205072;
    --blue-700: #136f8f;
    --blue-500: #198fb4;
    --green-700: #3f7d65;
    --amber-500: #e9ae35;
    --gray-950: #1f2a32;
    --gray-700: #61717c;
    --gray-100: #eaf0f2;
    --gray-050: #f6f8f7;
    --paper: #ffffff;
}

body {
    background:
        linear-gradient(180deg, rgba(232, 240, 240, .85), rgba(246, 248, 247, 0) 340px),
        var(--gray-050);
    color: var(--gray-950);
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: var(--blue-700);
    text-decoration: none;
}

a:hover {
    color: var(--blue-900);
}

.site-navbar {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(31, 42, 50, .09);
    box-shadow: 0 12px 30px rgba(31, 42, 50, .08);
    backdrop-filter: blur(8px);
}

.site-brand {
    align-items: center;
    display: flex;
    padding-bottom: 4px;
    padding-top: 4px;
}

.site-brand img {
    display: block;
    height: 60px;
    object-fit: contain;
    width: auto;
}

.site-navbar .nav-link {
    border-radius: 999px;
    color: var(--blue-950);
    font-weight: 600;
    padding-inline: 14px;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus,
.site-navbar .show > .nav-link {
    background: #edf5f5;
    color: var(--blue-700);
    text-decoration: none;
}

.nav-directory-dropdown {
    position: relative;
}

.directory-dropdown-menu {
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(31, 41, 51, .16);
    margin-top: 8px;
    min-width: 224px;
    overflow: hidden;
    padding: 0;
}

.directory-dropdown-scroll {
    max-height: 336px;
    overflow-y: auto;
    padding: 8px 0;
}

.directory-dropdown-menu .dropdown-item {
    align-items: center;
    color: #102a43;
    display: flex;
    font-size: .92rem;
    gap: 8px;
    justify-content: space-between;
    padding: 8px 16px;
}

.directory-dropdown-menu .dropdown-item:hover,
.directory-dropdown-menu .dropdown-item:focus {
    background: #eef3f7;
    color: var(--blue-900);
}

.directory-dropdown-menu small {
    color: #829ab1;
    font-size: .78rem;
}

.directory-dropdown-footer {
    border-top: 1px solid #e4e9ef;
    padding: 12px 16px;
}

.directory-dropdown-footer a {
    color: var(--blue-900);
    font-size: .92rem;
    font-weight: 800;
}

.site-navbar .nav-announce {
    background: var(--amber-500);
    border-radius: 999px;
    color: #fff;
    margin-left: 10px;
    padding-left: 18px;
    padding-right: 18px;
}

.site-navbar .nav-announce:hover,
.site-navbar .nav-announce:focus {
    background: #d09222;
    color: #fff;
    text-decoration: none;
}

.home-banner {
    background: #102433;
}

.banner-slide {
    align-items: center;
    color: #fff;
    display: flex;
    min-height: clamp(280px, 26vw, 480px);
    overflow: hidden;
    position: relative;
}

/* Banners com imagem terão a altura ditada pela própria imagem para não gerar cortes */
.banner-image-slide {
    display: block;
    min-height: 0;
    background-color: #102433; /* Preenche as sobras laterais caso o monitor seja maior que a imagem */
}

.banner-image-slide .container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 2;
}

.banner-picture {
    display: block;
    width: 100%;
    z-index: 0;
}

.banner-image-link {
    display: block;
    line-height: 0;
    width: 100%;
}

.banner-picture img {
    max-width: 100%; /* A imagem reduz se a tela for menor */
    width: fit-content; /* A imagem respeita o seu tamanho natural, não esticando além dos seus pixels reais */
    height: auto;
    display: block;
    margin: 0 auto; /* Centraliza a imagem no meio caso sobre espaço nas laterais */
}

@media (min-width: 992px) {
    .banner-picture img {
        max-height: 450px; /* Um meio-termo: menor que o original (620), mas não tão pequeno */
        object-fit: cover;
        object-position: top center; /* Garante que o topo (onde está o texto) nunca seja cortado, escondendo apenas o rodapé da imagem */
    }
}

.banner-slide-one {
    background: linear-gradient(135deg, #143047, #198fb4 58%, #3f7d65);
}

.banner-slide-two {
    background: linear-gradient(135deg, #1f2a32, #136f8f 60%, #e9ae35);
}

.banner-slide-three {
    background: linear-gradient(135deg, #324b5e, #205072 56%, #3f7d65);
}

.banner-image-slide {
    background-position: center;
    background-size: cover;
}

.banner-content {
    max-width: 680px;
    padding: 72px 0 86px;
    position: relative;
    z-index: 2;
}

.banner-content .eyebrow {
    color: #cfe7ff;
}

.banner-content h2 {
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 16px;
}

.banner-content p {
    color: rgba(255, 255, 255, .84);
    font-size: 1.15rem;
    margin-bottom: 24px;
}

.home-banner .carousel-control-prev,
.home-banner .carousel-control-next {
    width: 7%;
}

.home-banner .carousel-indicators {
    margin-bottom: 18px;
}

.hero {
    background: #fdfefe;
    border-bottom: 1px solid #dde6e8;
    color: var(--gray-950);
    padding: 42px 0;
}

.hero h1 {
    color: var(--blue-950);
    font-size: clamp(1.85rem, 3vw, 3.1rem);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 18px;
}

.hero-copy {
    color: var(--gray-700);
    font-size: 1.1rem;
    max-width: 650px;
}

.eyebrow {
    color: var(--blue-500);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: .45rem;
    text-transform: uppercase;
}

.hero .eyebrow,
.cta .eyebrow {
    color: var(--blue-700);
}

.search-box {
    background: #eef6f7;
    border: 1px solid #d3e3e6;
    border-left: 6px solid var(--blue-500);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(31, 42, 50, .08);
    margin-bottom: 24px;
    margin-top: 0;
    padding: 18px;
}

.search-box .form-label {
    color: var(--blue-950);
    font-size: .86rem;
    font-weight: 800;
}

.search-box .form-control,
.search-box .form-select {
    border-color: #cbdadd;
}

.search-box .btn {
    background: var(--blue-900);
    border-color: var(--blue-900);
    color: #fff;
    font-weight: 800;
}

.search-box .btn:hover,
.search-box .btn:focus {
    background: var(--blue-700);
    border-color: var(--blue-700);
    color: #fff;
}

.hero-text {
    max-width: 690px;
}

.stats-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-stats-col {
    padding-top: 0;
}

.stats-grid div {
    background: #fff;
    border: 1px solid #dbe5e7;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(31, 42, 50, .05);
    padding: 16px;
}

.stats-grid strong {
    color: var(--blue-700);
    display: block;
    font-size: 1.75rem;
    line-height: 1;
}

.stats-grid span {
    color: var(--gray-700);
    font-size: .9rem;
}

.section {
    padding: 56px 0;
}

.section-muted {
    background: var(--gray-100);
}

.directory-section {
    background: linear-gradient(90deg, #edf3f1 0%, #edf3f1 32%, #f8faf9 32%, #f8faf9 100%);
}

.home-news-section {
    background: #fff;
    padding: 46px 0 42px;
}

.home-news-title {
    align-items: center;
    border-bottom: 1px solid #e0e8eb;
    margin-bottom: 26px;
    padding-bottom: 14px;
}

.home-news-title h2 {
    color: var(--blue-950);
    font-size: 1.55rem;
    font-weight: 800;
    margin: 0;
}

.home-news-title > a {
    color: var(--blue-700);
    font-weight: 800;
}

.home-news-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-card {
    align-items: stretch;
    background: #fff;
    border: 1px solid #dbe5e7;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(31, 42, 50, .05);
    display: grid;
    gap: 0;
    grid-template-columns: 172px 1fr;
    overflow: hidden;
}

.news-card-image {
    background: #edf5f5;
    border-radius: 0;
    display: block;
    overflow: hidden;
}

.news-card-image img {
    aspect-ratio: 4 / 3;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.news-card time {
    color: var(--green-700);
    display: block;
    font-size: .9rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.news-card h3 {
    font-size: .98rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.news-card h3 a {
    color: var(--blue-950);
}

.news-card-body {
    padding: 16px 18px;
}

.news-card p {
    color: #071c36;
    font-size: .9rem;
    line-height: 1.45;
    margin: 0;
}

.home-news-more {
    margin-top: 28px;
    text-align: center;
}

.home-news-empty {
    border: 1px dashed #c9d7e6;
    border-radius: 8px;
    color: #52616f;
    padding: 22px;
    text-align: center;
}

.home-news-more .btn {
    align-items: center;
    display: inline-grid;
    font-size: .78rem;
    font-weight: 800;
    grid-template-columns: 1fr auto 1fr;
    min-width: 300px;
    text-transform: uppercase;
}

.home-news-more .btn::after {
    content: "";
}

.home-news-more span {
    justify-self: start;
    font-size: 1.75rem;
    line-height: 0;
    vertical-align: -3px;
}

.directory-sidebar,
.directory-intro,
.recent-list {
    background: #fff;
    border: 1px solid #dfe8e9;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(31, 42, 50, .05);
}

.directory-sidebar {
    border-top: 5px solid var(--green-700);
    padding: 18px;
}

.directory-sidebar h2 {
    color: #071c36;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.directory-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.directory-sidebar li + li {
    margin-top: 9px;
}

.directory-sidebar a {
    align-items: center;
    color: #172b4d;
    display: flex;
    font-size: .92rem;
    gap: 10px;
    justify-content: space-between;
}

.directory-sidebar a::before {
    background: var(--amber-500);
    border: 0;
    border-radius: 999px;
    content: "";
    flex: 0 0 12px;
    height: 12px;
}

.directory-sidebar a span {
    flex: 1;
}

.directory-sidebar strong {
    color: #334e68;
    font-size: .88rem;
    font-weight: 500;
}

.directory-intro {
    border-left: 6px solid var(--blue-500);
    margin-bottom: 30px;
    padding: 28px 30px;
}

.directory-intro p {
    color: #102a43;
    font-size: 1.12rem;
    line-height: 1.75;
    margin-bottom: 6px;
}

.directory-intro strong {
    font-weight: 800;
}

.recent-list-heading {
    align-items: center;
    display: flex;
    gap: 10px;
    margin: 0 0 16px 2px;
}

.recent-list-heading span {
    background: #e8f3ef;
    border: 1px solid #c8dcd3;
    border-radius: 999px;
    color: var(--green-700);
    display: inline-flex;
    font-size: .72rem;
    font-weight: 800;
    height: 28px;
    justify-content: center;
    line-height: 1;
    padding: 8px 10px 0;
    width: auto;
}

.recent-list-heading h2 {
    color: #071c36;
    font-size: 1.35rem;
    font-weight: 800;
    margin: 0;
}

.recent-list {
    overflow: hidden;
}

.recent-list-item {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: 58px 1fr auto;
    min-height: 96px;
    padding: 16px;
}

.recent-list-item + .recent-list-item {
    border-top: 1px solid #d8dee6;
}

.recent-thumb {
    align-items: center;
    background: #e8f3ef;
    border-radius: 999px;
    color: var(--green-700);
    display: flex;
    font-size: 1.4rem;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.recent-info h3 {
    font-size: 1.02rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.recent-info h3 a {
    color: #071c36;
}

.recent-info p {
    color: #52616f;
    font-size: .92rem;
    margin: 0;
}

.recent-badge {
    color: #52616f;
    font-size: .82rem;
}

.recent-badge.is-featured,
.featured-badge {
    background: var(--amber-500);
    color: #071c36;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    font-weight: 800;
    line-height: 1;
    min-height: 72px;
    padding: 0;
    text-align: center;
    width: 40px;
}

.about-section {
    background: #fff;
}

.about-card,
.signup-card {
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(31, 41, 51, .06);
    height: 100%;
}

.about-card {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8f7 100%);
    border: 1px solid #dfe8e9;
    border-left: 6px solid var(--green-700);
    padding: 52px 48px;
}

.about-card h2 {
    color: #071c36;
    font-size: 1.85rem;
    font-weight: 800;
    margin-bottom: 30px;
}

.about-card p {
    color: #102a43;
    font-size: 1.08rem;
    line-height: 1.75;
    margin-bottom: 22px;
}

.about-card a {
    font-weight: 700;
}

.signup-card {
    background: linear-gradient(160deg, var(--blue-950), #2d5c6b);
    color: #fff;
    padding: 34px 32px;
    text-align: center;
}

.signup-icon {
    align-items: center;
    background: #fff;
    border: 3px solid var(--amber-500);
    color: var(--green-700);
    display: inline-flex;
    font-size: 1.55rem;
    height: 40px;
    justify-content: center;
    line-height: 1;
    margin-bottom: 18px;
    width: 40px;
}

.signup-card h2 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.signup-card p {
    font-size: .9rem;
    line-height: 1.45;
    margin-bottom: 20px;
}

.signup-card .btn {
    font-weight: 800;
    margin-bottom: 18px;
    padding: 12px 16px;
}

.signup-card ul {
    border-top: 1px solid rgba(255, 255, 255, .16);
    list-style: none;
    margin: 0;
    padding: 18px 0 0;
    text-align: left;
}

.signup-card li {
    font-size: .9rem;
    margin-top: 12px;
    padding-left: 20px;
    position: relative;
}

.signup-card li::before {
    color: #ffd447;
    content: "✓";
    font-weight: 800;
    left: 0;
    position: absolute;
}

.faq-section {
    background: #fff;
    padding-top: 48px;
}

.faq-section > .container {
    max-width: 880px;
}

.faq-section h2 {
    color: #071c36;
    font-size: 1.55rem;
    font-weight: 800;
    margin-bottom: 22px;
}

.faq-list {
    border: 1px solid #e1e7ee;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(31, 41, 51, .05);
    overflow: hidden;
}

.faq-list .accordion-item {
    border: 0;
    border-bottom: 1px solid #e1e7ee;
}

.faq-list .accordion-item:last-child {
    border-bottom: 0;
}

.faq-list .accordion-button {
    color: #071c36;
    font-weight: 800;
    padding: 18px 22px;
}

.faq-list .accordion-button::after {
    display: none;
}

.faq-list .accordion-button::before {
    color: var(--blue-900);
    content: "►";
    font-size: .7rem;
    margin-right: 12px;
}

.faq-list .accordion-button:not(.collapsed)::before {
    content: "▼";
}

.faq-list .accordion-button:not(.collapsed) {
    background: #fff;
    box-shadow: none;
}

.section-heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.section-heading h2,
.page-title h1,
.content-panel h2,
.contact-panel h2 {
    font-weight: 800;
}

.business-card,
.content-panel,
.contact-panel {
    background: #fff;
    border: 1px solid #dfe8e9;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(31, 42, 50, .05);
    padding: 22px;
}

.business-card {
    border-top: 5px solid var(--blue-500);
}

.news-detail img {
    border-radius: 8px;
    display: block;
    margin-bottom: 24px;
    max-height: 520px;
    object-fit: cover;
    width: 100%;
}

.news-body {
    color: #102a43;
    font-size: 1.05rem;
    line-height: 1.8;
}

.business-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 6px;
}

.business-card p {
    color: var(--gray-700);
}

.useful-phone-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.useful-phone-card {
    background: #fff;
    border: 1px solid #dde5ed;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(31, 41, 51, .06);
    padding: 22px;
}

.useful-phone-card h2 {
    color: #071c36;
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.useful-phone-card a {
    color: var(--blue-700);
    font-size: 1.25rem;
    font-weight: 800;
}

.card-meta {
    border-top: 1px solid #e7edf3;
    display: grid;
    gap: 6px;
    padding-top: 14px;
    color: var(--gray-700);
    font-size: .92rem;
}

.business-phone-inline {
    align-items: center;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.business-phone-inline .js-phone-value {
    color: var(--gray-950);
    font-weight: 700;
}

.business-phone-inline .btn {
    padding-inline: 12px;
}

.business-actions {
    margin-top: 2px;
}

.feature-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #8a97a5;
    display: inline-flex;
    font-size: 1.55rem;
    height: 38px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 38px;
}

.feature-toggle:hover,
.feature-toggle:focus {
    color: #f5b301;
}

.feature-toggle.is-featured {
    color: #f5b301;
    text-shadow: 0 1px 4px rgba(245, 179, 1, .3);
}

.link-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.link-grid-wide {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.link-grid a {
    align-items: center;
    background: #fff;
    border: 1px solid #dfe8e9;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    min-height: 54px;
    padding: 14px 16px;
}

.link-grid strong {
    background: #e8f3ef;
    border-radius: 999px;
    color: var(--blue-900);
    min-width: 34px;
    padding: 3px 8px;
    text-align: center;
}

.cta {
    align-items: center;
    background: linear-gradient(135deg, var(--blue-900), var(--green-700));
    border-radius: 8px;
    color: #fff;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 34px;
}

.cta p {
    color: rgba(255, 255, 255, .78);
    margin-bottom: 0;
}

.page-title {
    background: linear-gradient(135deg, #e8f3ef, #ffffff);
    border-bottom: 1px solid #dbe5e7;
    padding: 48px 0;
}

.pricing-section {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.pricing-card {
    background: #fff;
    border: 1px solid #dce5ee;
    border-radius: 12px;
    box-shadow: 0 14px 32px rgba(31, 41, 51, .08);
    overflow: hidden;
    padding: 28px;
    position: relative;
}

.pricing-card.is-featured {
    border-color: #bcd7ff;
    box-shadow: 0 18px 42px rgba(0, 95, 159, .12);
    transform: translateY(-4px);
}

.pricing-ribbon {
    background: linear-gradient(135deg, var(--blue-500), var(--blue-700));
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .02em;
    padding: 10px 16px;
    position: absolute;
    right: -1px;
    top: -1px;
    text-transform: uppercase;
    border-radius: 0 12px 0 12px;
}

.pricing-card-head {
    margin-bottom: 18px;
    padding-right: 96px;
}

.pricing-label {
    color: var(--blue-700);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .04em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.pricing-card h2 {
    color: var(--gray-950);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    margin-bottom: 6px;
}

.pricing-validity {
    color: var(--gray-700);
    font-size: .92rem;
    margin-bottom: 0;
}

.pricing-description {
    color: var(--gray-950);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 18px;
}

.pricing-features {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.pricing-features li {
    align-items: flex-start;
    color: var(--gray-700);
    display: flex;
    gap: 10px;
    line-height: 1.5;
}

.pricing-features li + li {
    margin-top: 10px;
}

.pricing-features li::before {
    color: #1f9d55;
    content: "✓";
    font-weight: 800;
    line-height: 1.6;
}

.pricing-footer {
    margin-top: auto;
}

.pricing-note {
    background: var(--blue-950);
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(31, 41, 51, .1);
    color: #fff;
    padding: 28px 30px;
}

.pricing-note p {
    color: rgba(255, 255, 255, .82);
}

.selected-plan-summary,
.payment-summary {
    background: #fff;
    border: 1px solid #dce5ee;
    border-radius: 12px;
    box-shadow: 0 14px 32px rgba(31, 41, 51, .08);
    padding: 22px 24px;
}

.selected-plan-summary .eyebrow,
.payment-summary .eyebrow {
    color: var(--blue-700);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.selected-plan-price,
.payment-summary-price {
    color: var(--blue-950);
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
}

.selected-plan-features {
    list-style: none;
    padding: 0;
}

.selected-plan-features li {
    align-items: flex-start;
    color: var(--gray-700);
    display: flex;
    gap: 10px;
    line-height: 1.5;
}

.selected-plan-features li + li {
    margin-top: 8px;
}

.selected-plan-features li::before {
    color: #1f9d55;
    content: "✓";
    font-weight: 800;
    line-height: 1.5;
}

.payment-summary-meta {
    border-top: 1px solid #e7edf3;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    padding-top: 14px;
}

.payment-brick-panel {
    min-height: 420px;
}

.payment-loading {
    color: var(--gray-700);
    font-weight: 600;
    margin-bottom: 16px;
}

#cardPaymentBrick_container {
    min-height: 240px;
}

.compact-search {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 240px auto;
    margin-top: 22px;
    max-width: 820px;
}

.empty-state {
    background: #fff;
    border: 1px dashed #aab8c5;
    border-radius: 8px;
    color: var(--gray-700);
    padding: 28px;
}

.contact-panel dl {
    margin-bottom: 22px;
}

.contact-panel dt {
    color: var(--gray-700);
    font-size: .82rem;
    text-transform: uppercase;
}

.contact-panel dd {
    margin-bottom: 14px;
}

.footer {
    background: #17242b;
    color: #b7c5c7;
    padding: 48px 0 34px;
}

.footer a {
    color: #d3e3e6;
    text-decoration: none;
}

.footer a:hover,
.footer-more {
    color: #e9ae35;
}

.footer-grid {
    display: grid;
    gap: 64px;
    grid-template-columns: 1.5fr 1fr;
}

.footer h2 {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.footer-logo {
    background: #fff;
    border-radius: 4px;
    display: block;
    margin-bottom: 24px;
    height: 68px;
    max-width: 180px;
    padding: 8px;
    width: auto;
}

.back-to-top {
    align-items: center;
    background: var(--green-700);
    border: 0;
    border-radius: 999px;
    bottom: 22px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
    color: #fff;
    display: inline-flex;
    font-size: 1.15rem;
    height: 46px;
    justify-content: center;
    opacity: 0;
    position: fixed;
    right: 22px;
    transform: translateY(12px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    visibility: hidden;
    width: 46px;
    z-index: 1040;
}

.back-to-top:hover,
.back-to-top:focus {
    background: var(--blue-900);
    color: #fff;
}

.back-to-top.is-visible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.footer-subtitle {
    margin-top: 28px;
}

.footer p {
    font-size: .9rem;
    line-height: 1.45;
    margin-bottom: 8px;
    max-width: 390px;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer li {
    font-size: .92rem;
    margin-bottom: 13px;
}

.footer-list {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    margin-bottom: 14px;
    padding-bottom: 2px;
}

.footer-more {
    display: inline-block;
    font-size: .9rem;
    font-weight: 800;
    margin-top: 2px;
}

.footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 52px;
    padding-top: 34px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom nav {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: flex-end;
}

.admin-body {
    background: var(--gray-100);
}

.admin-main {
    min-height: calc(100vh - 56px);
}

.admin-heading {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.admin-heading h1 {
    font-weight: 800;
    margin-bottom: 0;
}

.admin-card,
.admin-stat,
.login-panel {
    background: #fff;
    border: 1px solid #dce5ee;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(31, 41, 51, .06);
    padding: 22px;
}

.admin-actions {
    white-space: nowrap;
}

.admin-actions .btn,
.admin-actions form {
    margin-left: 4px;
}

.admin-form-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.banner-text-fields.is-hidden {
    display: none;
}

.admin-stat {
    color: var(--gray-950);
    display: block;
}

.admin-stat strong {
    color: var(--blue-900);
    display: block;
    font-size: 2.2rem;
    line-height: 1;
}

.admin-stat span {
    color: var(--gray-700);
}

.admin-brand {
    align-items: center;
    display: inline-flex;
    padding: 2px 0;
}

.admin-brand img {
    display: block;
    height: 48px;
    object-fit: contain;
    width: auto;
}

.admin-login {
    background: linear-gradient(135deg, var(--blue-900), var(--gray-950));
    min-height: 100vh;
}

.login-shell {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
}

.login-panel {
    max-width: 420px;
    width: 100%;
}

.login-panel h1 {
    font-weight: 800;
    margin-bottom: 22px;
}

.admin-banner-thumb {
    border-radius: 4px;
    height: 48px;
    object-fit: cover;
    width: 120px;
}

.banner-sort-cell {
    width: 56px;
}

.banner-sort-handle {
    align-items: center;
    background: #edf5ff;
    border: 1px solid #c8d8ea;
    border-radius: 8px;
    color: var(--gray-700);
    cursor: grab;
    display: inline-flex;
    font-size: 1.05rem;
    height: 34px;
    justify-content: center;
    line-height: 1;
    width: 34px;
}

.banner-sort-handle:active {
    cursor: grabbing;
}

.is-dragging {
    opacity: .55;
}

.admin-news-thumb {
    border-radius: 4px;
    height: 58px;
    object-fit: cover;
    width: 92px;
}

.admin-banner-preview {
    border: 1px solid #dce5ee;
    border-radius: 8px;
    max-width: 520px;
    width: 100%;
}

.admin-news-preview {
    border: 1px solid #dce5ee;
    border-radius: 8px;
    max-width: 420px;
    width: 100%;
}

.useful-phone-move {
    white-space: nowrap;
}

.useful-phone-move form + form {
    margin-left: 4px;
}

.admin-report-head {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.admin-report-link {
    align-items: center;
    background: #eef5ff;
    border: 1px solid #cfe0ff;
    border-radius: 999px;
    color: var(--blue-700);
    display: inline-flex;
    font-size: .8rem;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.admin-report-link:hover,
.admin-report-link:focus {
    background: #dcecff;
    color: var(--blue-900);
    text-decoration: none;
}

.admin-click-count {
    color: var(--blue-700);
    font-weight: 800;
}

.click-report-summary {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 24px;
}

.click-report-summary .admin-stat {
    min-height: 100%;
}

.click-report-card {
    margin-top: 22px;
}

.click-report-chart {
    background: #fff;
    border: 1px solid #dce5ee;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(31, 41, 51, .06);
    padding: 18px;
}

.click-report-events {
    max-height: 520px;
    overflow: auto;
}

.click-report-badge {
    min-width: 84px;
}

@media (max-width: 991px) {
    .link-grid-wide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid {
        gap: 34px;
        grid-template-columns: 1fr 1fr;
    }

    .click-report-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .site-brand img {
        height: 56px;
    }

    .home-mobile-wrapper {
        display: flex;
        flex-direction: column;
    }

    .home-mobile-wrapper .directory-section {
        order: 1; /* Comércios e Bairros aparecem primeiro */
    }

    .home-mobile-wrapper .home-news-section {
        order: 2; /* Notícias vêm depois */
    }

    .home-mobile-wrapper .about-section {
        order: 3;
    }

    .home-mobile-wrapper .faq-section {
        order: 4;
    }

    .banner-content {
        padding: 48px 34px 68px 0;
    }

    .banner-content p {
        font-size: 1rem;
    }

    .home-banner .carousel-control-prev,
    .home-banner .carousel-control-next {
        width: 12%;
    }

    .hero {
        padding: 36px 0;
    }

    .section-heading,
    .cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .compact-search,
    .link-grid,
    .link-grid-wide,
    .useful-phone-grid {
        grid-template-columns: 1fr;
    }

    .directory-intro {
        padding: 20px;
    }

    .home-news-grid,
    .news-card {
        grid-template-columns: 1fr;
    }

    .news-card {
        gap: 12px;
    }

    .home-news-more .btn {
        min-width: 0;
        width: 100%;
    }

    .directory-intro p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .recent-list-item {
        grid-template-columns: 52px 1fr;
        min-height: 82px;
    }

    .recent-thumb {
        height: 52px;
        width: 52px;
    }

    .recent-badge {
        grid-column: 2;
    }

    .about-card,
    .signup-card {
        padding: 26px 22px;
    }

    .about-card h2 {
        font-size: 1.45rem;
        margin-bottom: 18px;
    }

    .about-card p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .admin-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .click-report-summary {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-bottom nav {
        gap: 14px;
        justify-content: flex-start;
    }

    .directory-dropdown-menu {
        margin-bottom: 10px;
        min-width: 100%;
    }

    .site-navbar .nav-announce {
        display: inline-block;
        margin-left: 0;
        margin-top: 8px;
    }
}
