/* Home institucional — provedor (referência visual: landing clara, destaque na cor do admin) */

/* Barra de rolagem do navegador — trilho neutro, “thumb” na cor secundária */
html:has(body.provedor-site) {
    scrollbar-color: var(--accent-secondary, #f97316) #e2e8f0;
    scrollbar-width: thin;
}

html:has(body.provedor-site)::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}

html:has(body.provedor-site)::-webkit-scrollbar-track {
    background: #e2e8f0;
}

html:has(body.provedor-site)::-webkit-scrollbar-thumb {
    background: var(--accent-secondary, #f97316);
    border-radius: 999px;
    border: 2px solid #e2e8f0;
}

html:has(body.provedor-site)::-webkit-scrollbar-thumb:hover {
    background: var(--accent-secondary-hover, #ea580c);
}

.provedor-site {
    --provedor-body-bg: #f8f9fb;
    --provedor-content-max: 1320px;
    --provedor-sticky-offset: calc(env(safe-area-inset-top, 0px) + 5.75rem);
    background: var(--provedor-body-bg);
    color: #1a1d21;
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
    scroll-padding-top: var(--provedor-sticky-offset);
}

@media (min-width: 992px) {
    .provedor-site {
        --provedor-sticky-offset: calc(env(safe-area-inset-top, 0px) + 6.25rem);
    }
}

/* Poppins em todo o site (componentes Bootstrap usam fonte própria) */
body.provedor-site .btn,
body.provedor-site .nav-link,
body.provedor-site .navbar,
body.provedor-site input,
body.provedor-site textarea,
body.provedor-site select,
body.provedor-site .form-control,
body.provedor-site .form-select,
body.provedor-site .form-label,
body.provedor-site .dropdown-menu,
body.provedor-site .alert {
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* Sem sombra em botões Bootstrap / CTAs (foco com contorno) */
body.provedor-site .btn,
body.provedor-site .btn:focus,
body.provedor-site .btn:active {
    box-shadow: none !important;
}

body.provedor-site .btn:focus-visible {
    box-shadow: none !important;
    outline: 2px solid var(--accent-secondary, #64748b);
    outline-offset: 2px;
}

body.provedor-site .provedor-carousel-btn,
body.provedor-site .provedor-carousel-btn:focus {
    box-shadow: none !important;
}

body.provedor-site .provedor-carousel-btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.85);
    outline-offset: 2px;
}

/*
 * style.css define .site-wrap com max-width:1170px e margens laterais fixas —
 * isso cortava o banner e deslocava o layout. No modo provedor o wrap é 100%.
 */
.provedor-site .site-wrap {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 0;
    flex: 1 0 auto;
    box-shadow: none;
    background: transparent;
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) {
    .provedor-site .site-wrap {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Volta padding normal dos containers do rodapé (style.css usa max(50px,4vw)) */
    .provedor-site .site-footer .footer-section-wrap,
    .provedor-site .site-footer .footer-bottom .container {
        padding-left: var(--bs-gutter-x, 0.75rem) !important;
        padding-right: var(--bs-gutter-x, 0.75rem) !important;
    }
}

/* Conteúdo (header, blocos, rodapé): máx. 1320px centralizado. Não afeta container-fluid do banner. */
.provedor-site .container,
.provedor-site .container-sm,
.provedor-site .container-md,
.provedor-site .container-lg,
.provedor-site .container-xl,
.provedor-site .container-xxl {
    max-width: var(--provedor-content-max);
}

/* Banner em container-fluid: garante 100% da largura útil, sem recuo */
.provedor-site .provedor-banner-fluid {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.provedor-site .site-wrap {
    background: transparent;
    min-height: 0;
    flex: 1 0 auto;
}

.provedor-site .site-main {
    padding-top: 0;
}

.provedor-topbar {
    position: relative;
    z-index: 1040;
    background: var(--accent, #c4242a);
    color: #fff;
    font-size: 0.875rem;
}

.provedor-topbar-link {
    color: #7dd3fc;
    text-decoration: none;
    font-weight: 600;
}

.provedor-topbar-link:hover {
    color: #fff;
}

.provedor-topbar-inner {
    text-align: left;
}

/* Telefone na barra superior: texto branco, ícone cor secundária */
.provedor-topbar-phone {
    color: #fff !important;
    font-size: 0.9375rem;
    font-weight: 500;
}

.provedor-topbar-phone-ico {
    font-size: 1.1rem;
    line-height: 1;
    color: var(--accent-secondary, #94a3b8);
}

.provedor-topbar-phone:hover .provedor-topbar-phone-text,
.provedor-topbar-phone:focus .provedor-topbar-phone-text {
    color: var(--accent-secondary, #94a3b8);
}

.provedor-topbar-phone:hover .provedor-topbar-phone-ico,
.provedor-topbar-phone:focus .provedor-topbar-phone-ico {
    color: var(--accent-secondary, #94a3b8);
}

.provedor-topbar-phone-static {
    cursor: default;
    color: #fff !important;
}

.provedor-topbar-actions {
    text-align: right;
}

@media (max-width: 767.98px) {
    .provedor-topbar-inner {
        flex-wrap: nowrap !important;
        row-gap: 0;
        padding-top: 0.15rem !important;
        padding-bottom: 0.25rem !important;
        align-items: center !important;
    }

    .provedor-topbar-phone,
    .provedor-topbar-phone-static {
        line-height: 1.25;
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
        align-self: center;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
        margin-bottom: 0;
    }

    .provedor-topbar-actions {
        margin-top: 0;
        margin-left: auto !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        white-space: nowrap;
        gap: 0.4rem !important;
    }

    .provedor-topbar-city-current {
        white-space: nowrap;
    }
}

/* Zoom + / − (cores primária / secundária do projeto) */
.provedor-topbar-zoom {
    margin-right: 0.25rem;
}

.provedor-zoom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 2px solid var(--accent-secondary, #94a3b8);
    border-radius: 50%;
    background: transparent;
    color: var(--accent-secondary, #94a3b8);
    line-height: 1;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}

.provedor-zoom-btn i {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
}

.provedor-zoom-btn:hover:not(:disabled) {
    background: var(--accent-secondary, #94a3b8);
    border-color: var(--accent-secondary, #94a3b8);
    color: var(--accent, #c4242a);
}

.provedor-zoom-btn:focus-visible {
    outline: 2px solid var(--accent-secondary, #94a3b8);
    outline-offset: 2px;
}

.provedor-zoom-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.provedor-topbar-city-btn {
    padding: 0.3rem 0.45rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none !important;
    border: none;
    box-shadow: none;
    vertical-align: baseline;
}

/* Ícone um pouco maior que o texto — cor secundária */
.provedor-topbar-city-btn .provedor-topbar-city-ico {
    font-size: 1.15rem;
    line-height: 1;
    color: var(--accent-secondary, #94a3b8);
}

.provedor-topbar-city-btn:hover,
.provedor-topbar-city-btn:focus,
.provedor-topbar-city-btn.show {
    color: var(--accent-secondary, #94a3b8) !important;
}

.provedor-topbar-city-btn:hover .provedor-topbar-city-ico,
.provedor-topbar-city-btn:focus .provedor-topbar-city-ico,
.provedor-topbar-city-btn.show .provedor-topbar-city-ico {
    color: var(--accent-secondary, #94a3b8);
}

/* Painel flutuante: cantos 22px, sombra, lista rolável */
.provedor-topbar-city-panel {
    --bs-dropdown-link-hover-bg: transparent;
    --bs-dropdown-link-active-bg: transparent;
    min-width: min(320px, calc(100vw - 2rem));
    max-width: 380px;
    max-height: min(70vh, 440px);
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 0.5rem !important;
    padding: 0.85rem 0.65rem 0.75rem !important;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    font-size: 0.9375rem;
    background: #fff;
    box-shadow:
        0 24px 48px -12px rgba(15, 23, 42, 0.18),
        0 12px 24px -8px rgba(15, 23, 42, 0.12);
    z-index: 1050;
}

.provedor-topbar-city-panel-title {
    display: block;
    padding: 0.35rem 0.65rem 0.65rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    color: #111;
}

/* Linha pontilhada só entre uma cidade e a seguinte (não abaixo do título) */
.provedor-topbar-city-panel li:has(> a.provedor-topbar-city-link)
    ~ li:has(> a.provedor-topbar-city-link) {
    border-top: 1px dotted #d4d4d8;
}

.provedor-topbar-city-link-ico {
    font-size: 1rem;
    line-height: 1;
    color: var(--accent-secondary, #94a3b8);
}

.provedor-topbar-city-panel .provedor-topbar-city-link:hover .provedor-topbar-city-link-ico,
.provedor-topbar-city-panel .provedor-topbar-city-link:focus .provedor-topbar-city-link-ico,
.provedor-topbar-city-panel .provedor-topbar-city-link.active .provedor-topbar-city-link-ico {
    color: var(--accent-secondary, #94a3b8);
}

.provedor-topbar-city-panel .dropdown-item.provedor-topbar-city-link {
    margin: 0 0.15rem 0.25rem;
    padding: 0.55rem 0.85rem;
    border-radius: 0;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #111;
    background: transparent !important;
    transition: color 0.15s ease;
}

.provedor-topbar-city-panel li:last-child .provedor-topbar-city-link {
    margin-bottom: 0;
}

.provedor-topbar-city-panel .provedor-topbar-city-link:hover,
.provedor-topbar-city-panel .provedor-topbar-city-link:focus {
    background: transparent !important;
}

.provedor-topbar-city-panel .provedor-topbar-city-link:hover .provedor-topbar-city-link-text,
.provedor-topbar-city-panel .provedor-topbar-city-link:focus .provedor-topbar-city-link-text {
    color: #000;
}

.provedor-topbar-city-panel .provedor-topbar-city-link.active .provedor-topbar-city-link-text {
    color: #111;
    font-weight: 500;
}

.provedor-topbar-city-panel .provedor-topbar-city-link.active:hover .provedor-topbar-city-link-text,
.provedor-topbar-city-panel .provedor-topbar-city-link.active:focus .provedor-topbar-city-link-text {
    color: #000;
}

.provedor-topbar-city-panel .provedor-topbar-city-link:active .provedor-topbar-city-link-text {
    color: #000;
}

.provedor-topbar-city-panel::-webkit-scrollbar {
    width: 8px;
}

.provedor-topbar-city-panel::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.2);
    border-radius: 99px;
}

.provedor-topbar-city-panel::-webkit-scrollbar-track {
    margin: 12px 0;
    border-radius: 99px;
}

.provedor-header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1030;
    isolation: isolate;
}

.provedor-navbar {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

.provedor-logo-img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
}

.provedor-logo-fallback {
    font-size: 1.85rem;
    color: var(--accent, #0d6efd);
}

/* Logo à esquerda; links + Central do Assinante alinhados à direita (justify-content-lg-end no collapse) */
.provedor-navbar .navbar-brand {
    margin-right: 0;
}

@media (min-width: 992px) {
    .provedor-navbar .provedor-nav-main {
        justify-content: flex-end;
    }
}

.provedor-nav-main .nav-link {
    font-weight: 500;
    color: #334155;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
}

.provedor-nav-main .nav-link:hover {
    color: var(--accent-secondary, #64748b);
    background: transparent;
}

.provedor-nav-main .nav-link:focus-visible {
    color: var(--accent-secondary, #64748b);
    background: transparent;
    outline: 2px solid var(--accent-secondary, #64748b);
    outline-offset: 3px;
}

.provedor-btn-cta {
    font-weight: 600;
}

/* Botão do header — cor secundária (admin), pill, texto menos pesado */
.provedor-btn-assinante {
    border-radius: 100px;
    font-weight: 500;
    padding: 0.85rem 1.65rem;
    min-height: 52px;
    line-height: 1.2;
    border: none;
    background: var(--accent-secondary, #64748b);
    color: #fff;
}

.provedor-btn-assinante:hover,
.provedor-btn-assinante:focus-visible {
    background: var(--accent-secondary-hover, #475569);
    color: #fff;
}

.provedor-btn-assinante:focus-visible {
    box-shadow: none !important;
}

.provedor-btn-assinante .bi-person-fill {
    font-size: 1.15rem;
}

/* Banner rotativo — desktop 1920×500; mobile altura proporcional (não 800px fixos) */
.provedor-hero-slider {
    margin-top: 0;
    position: relative;
    z-index: 0;
    scroll-margin-top: var(--provedor-sticky-offset, calc(env(safe-area-inset-top, 0px) + 5.75rem));
}

/* Banner: largura total da viewport; imagens continuam cobrindo a área */
.provedor-carousel-main {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Transição slide padrão do Bootstrap (sem .carousel-fade) */
.provedor-carousel-main.carousel .carousel-item {
    transition: transform 0.6s ease-in-out;
}

.provedor-banner-frame {
    background: #0f172a;
    overflow: hidden;
}

.provedor-banner-desktop {
    display: block;
    width: 100%;
    height: 500px;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}

/*
 * Mobile: largura 100% + altura intrínseca (sem aspect-ratio nem cover).
 * O bloco antigo (aspect-ratio + max-height + cover) cortava topo e base da arte.
 */
.provedor-banner-mobile {
    display: block;
    width: 100%;
    height: auto;
}

/* Bootstrap .carousel-inner usa overflow:hidden — no mobile isso cortava banners altos */
@media (max-width: 767.98px) {
    .provedor-carousel-main .carousel-inner {
        overflow-x: hidden;
        overflow-y: visible;
    }
}

.provedor-carousel-indicators {
    margin-bottom: 0.75rem;
    z-index: 3;
}

/* Setas: finas, só no hover do banner (touch: sempre visíveis) */
.provedor-carousel-main .carousel-control-prev,
.provedor-carousel-main .carousel-control-next {
    z-index: 4;
    width: min(14%, 120px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
}

.provedor-carousel-main:hover .carousel-control-prev,
.provedor-carousel-main:hover .carousel-control-next,
.provedor-carousel-main:focus-within .carousel-control-prev,
.provedor-carousel-main:focus-within .carousel-control-next {
    opacity: 1;
    pointer-events: auto;
}

@media (hover: none) {
    .provedor-carousel-main .carousel-control-prev,
    .provedor-carousel-main .carousel-control-next {
        opacity: 1;
        pointer-events: auto;
    }
}

/* Chevron (mesmo ícone de antes); scaleX deixa o traço visualmente mais fino */
.provedor-carousel-main .provedor-carousel-btn-icon {
    display: inline-block;
    font-size: clamp(2.75rem, 8vw, 4.25rem);
    line-height: 1;
    font-weight: 400;
    color: #fff;
    transform: scaleX(0.78);
    transform-origin: center center;
    -webkit-font-smoothing: antialiased;
    filter: none;
    transition: color 0.2s ease;
}

.provedor-carousel-main .carousel-control-prev:hover .provedor-carousel-btn-icon,
.provedor-carousel-main .carousel-control-next:hover .provedor-carousel-btn-icon,
.provedor-carousel-main .carousel-control-prev:focus .provedor-carousel-btn-icon,
.provedor-carousel-main .carousel-control-next:focus .provedor-carousel-btn-icon {
    color: var(--accent-secondary, #94a3b8);
    filter: none;
}

.provedor-stat-num {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 800;
    color: var(--accent, #0d6efd);
    line-height: 1.2;
}

.provedor-stat-label {
    font-size: 0.875rem;
    color: var(--accent-secondary, #64748b);
}

.provedor-offer-card {
    border-radius: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.provedor-offer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.75rem 2rem rgba(15, 23, 42, 0.12) !important;
}

.provedor-offer-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(13, 110, 253, 0.1);
    color: var(--accent, #0d6efd);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.provedor-self {
    border-radius: 0.75rem;
    transition: background 0.15s ease, transform 0.15s ease;
}

.provedor-self:hover {
    background: #f1f5f9;
    transform: translateX(4px);
}

.provedor-news-img {
    height: 180px;
    object-fit: cover;
}

.provedor-news-card .card-title a:hover {
    color: var(--accent, #0d6efd) !important;
}

.provedor-help {
    background: linear-gradient(120deg, #0f172a, #1e293b);
}

/* Por que escolher — três diferenciais (abaixo do banner) */
.provedor-features {
    background: #fff;
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

@media (min-width: 768px) {
    .provedor-features {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
}

@media (min-width: 992px) {
    .provedor-features {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }
}

.provedor-features-head {
    max-width: 42rem;
}

.provedor-features-title {
    font-size: clamp(1.75rem, 4.5vw, 2.35rem);
    font-weight: 600;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-bottom: 0.85rem;
}

.provedor-features-lead {
    font-size: 1.0625rem;
    font-weight: 400;
    color: #64748b;
    line-height: 1.65;
}

.provedor-feature-card {
    background: #f8fafc;
    border-radius: 1rem;
    padding: 1.5rem 1.35rem;
    text-align: left;
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.provedor-feature-card:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.provedor-feature-icon {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1rem;
    flex-shrink: 0;
    background: var(--accent-secondary, #f97316);
    color: #fff;
}

.provedor-feature-card-title {
    font-size: 1.125rem;
    font-weight: 500;
    color: #0f172a;
    margin-bottom: 0.55rem;
    line-height: 1.4;
}

.provedor-feature-card-text {
    font-size: 1.125rem;
    font-weight: 400;
    color: #64748b;
    line-height: 1.62;
}

/* Autoatendimento — cores via variáveis (Admin → Autoatendimento), fundo sólido sem degradê */
.provedor-selfservice {
    position: relative;
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
    padding-top: 3.5rem;
    padding-bottom: 3.75rem;
    overflow: hidden;
    background: var(--provedor-auto-bg, #0f766e);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    color: #fff;
}

.provedor-selfservice--with-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.35);
    pointer-events: none;
}

.provedor-selfservice > .container {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .provedor-selfservice--parallax {
        background-attachment: fixed;
    }
}

@media (min-width: 768px) {
    .provedor-selfservice {
        padding-top: 4rem;
        padding-bottom: 4.25rem;
    }
}

@media (min-width: 992px) {
    .provedor-selfservice {
        padding-top: 4.5rem;
        padding-bottom: 4.75rem;
    }
}

.provedor-selfservice-head {
    text-align: center;
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
}

.provedor-selfservice-title {
    font-size: clamp(1.85rem, 4vw, 2.45rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 0.65rem;
}

.provedor-selfservice-lead {
    font-size: clamp(1rem, 2.1vw, 1.15rem);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.55;
}

.provedor-selfservice-spotlight {
    height: 100%;
    min-height: 17rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.75rem 1.5rem;
    border-radius: 1rem;
    background: var(--provedor-auto-spotlight, #0d6660);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.provedor-selfservice-spotlight-icon {
    font-size: 2.65rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 1.15rem;
    opacity: 0.95;
}

.provedor-selfservice-spotlight-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.6rem;
}

.provedor-selfservice-spotlight-text {
    font-size: 0.9375rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.25rem;
    flex: 1;
}

.provedor-selfservice-spotlight-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.65rem;
    font-weight: 500;
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
    color: var(--provedor-auto-btn-text, #0f172a) !important;
    background-color: var(--provedor-auto-btn-bg, #fbbf24) !important;
    border: none;
    border-radius: 100px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
    transition:
        transform 0.35s cubic-bezier(0.33, 1, 0.68, 1),
        box-shadow 0.35s cubic-bezier(0.33, 1, 0.68, 1),
        background-color 0.35s ease,
        filter 0.35s ease;
}

.provedor-selfservice-spotlight-btn:hover,
.provedor-selfservice-spotlight-btn:focus-visible {
    color: var(--provedor-auto-btn-text, #0f172a) !important;
    background-color: var(--provedor-auto-btn-bg, #fbbf24) !important;
    filter: brightness(1.06);
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
}

.provedor-selfservice-spotlight-btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.provedor-selfservice-spotlight-btn:focus:not(:focus-visible) {
    outline: none;
}

.provedor-selfservice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 0.7rem;
    height: 100%;
}

@media (min-width: 576px) {
    .provedor-selfservice-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
        gap: 0.8rem;
    }
}

.provedor-selfservice-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 7.25rem;
    padding: 0.85rem 0.5rem;
    border-radius: 0.75rem;
    background: var(--provedor-auto-tile, #115e59);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    color: #fff !important;
    transition:
        filter 0.2s ease,
        transform 0.2s ease;
    height: 100%;
}

.provedor-selfservice-tile:hover {
    filter: brightness(1.12);
    transform: translateY(-2px);
    color: #fff !important;
}

.provedor-selfservice-tile:focus-visible {
    outline: 2px solid var(--provedor-auto-btn-bg, #fbbf24);
    outline-offset: 2px;
}

.provedor-selfservice-tile-ico {
    font-size: 1.45rem;
    margin-bottom: 0.45rem;
    opacity: 0.95;
    line-height: 1;
}

.provedor-selfservice-tile-label {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.3;
    min-height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .provedor-selfservice-tile {
        min-height: 7.75rem;
        padding: 1rem 0.55rem;
    }

    .provedor-selfservice-tile-label {
        font-size: 0.8125rem;
    }
}

/* CTA Atendente — imagem esquerda, conteudo direita (admin controla cores/textos/link/imagem) */
.provedor-atendente-cta {
    background: var(--provedor-at-bg, #f8fafc);
    padding-top: 3.25rem;
    padding-bottom: 3.5rem;
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.provedor-atendente-media {
    width: 100%;
    max-width: 560px;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    margin-inline: auto;
}

.provedor-atendente-media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    aspect-ratio: 5 / 4;
    min-height: 0;
}

.provedor-atendente-media-placeholder {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #94a3b8;
}

.provedor-atendente-content {
    max-width: 44rem;
}

.provedor-atendente-title {
    margin: 0 0 0.85rem;
    font-size: clamp(1.85rem, 4.5vw, 2.45rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--provedor-at-title, #0f172a);
    font-weight: 600;
}

.provedor-atendente-text {
    color: var(--provedor-at-text, #334155);
    font-size: 1.0625rem;
    line-height: 1.65;
}

.provedor-atendente-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 2.15rem;
    min-width: 220px;
    border-radius: 100px;
    background: var(--provedor-at-btn-bg, #f97316);
    color: var(--provedor-at-btn-text, #ffffff) !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.04rem;
    transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
    box-shadow: none;
}

.provedor-atendente-btn:hover {
    color: var(--provedor-at-btn-text, #ffffff) !important;
    filter: brightness(1.05);
    transform: translateY(-2px);
    box-shadow: none;
}

/* Blog (home provedor) */
.provedor-blog {
    background: #ffffff;
    padding-top: 3.25rem;
    padding-bottom: 3.5rem;
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

#blog-noticia.provedor-blog {
    padding-bottom: 1.25rem;
}

#blog-noticia .provedor-blog-post {
    margin-bottom: 0;
}

#blog-noticia .provedor-blog-post-content > *:last-child {
    margin-bottom: 0 !important;
}

.provedor-blog-head {
    max-width: 42rem;
}

.provedor-blog-title {
    font-size: clamp(1.85rem, 4.5vw, 2.45rem);
    font-weight: 600;
    color: #0f172a;
    letter-spacing: -0.03em;
    margin-bottom: 0.65rem;
}

.provedor-blog-lead {
    font-size: 1.0625rem;
    color: #64748b;
    line-height: 1.6;
}

.provedor-blog-page .provedor-blog-head,
.provedor-content-page .provedor-blog-head {
    max-width: none;
    text-align: left;
}

.provedor-page-hero {
    width: 100%;
    background: var(--accent, #c4242a);
    margin: 0;
    padding: 1.75rem 0 1.75rem;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.provedor-blog-page,
.provedor-content-page {
    padding-top: 0;
}

.provedor-content-page .provedor-blog-post {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.provedor-page-hero .provedor-blog-title {
    color: #fff;
    display: inline-block;
    font-size: clamp(1.55rem, 3.4vw, 2rem);
    padding: 0.35rem 0.45rem 0.4rem;
    background: transparent;
}

.provedor-page-hero .provedor-blog-lead {
    color: rgba(255, 255, 255, 0.92);
    text-align: left;
}

.provedor-pagina-img {
    border-radius: 22px;
}

.provedor-contato-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: 1.15rem 1.1rem;
    background: #fff;
}

.provedor-contato-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 1rem;
}

.provedor-contato-list p {
    margin-bottom: 0.75rem;
    color: #475569;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.provedor-contato-list i {
    color: var(--accent, #c4242a);
    margin-top: 0.1rem;
}

.provedor-contato-list a {
    color: #0f172a;
    text-decoration: none;
}

.provedor-contato-list a:hover {
    color: var(--accent, #c4242a);
}

.provedor-content-page .provedor-contato-card .provedor-atendente-btn {
    background: var(--accent-secondary, #f97316);
    color: #fff !important;
}

.provedor-content-page .provedor-contato-card .provedor-atendente-btn:hover {
    background: var(--accent-secondary-hover, #ea580c);
    color: #fff !important;
}

.provedor-blog-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.95rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.provedor-blog-card:hover {
    transform: translateY(-6px);
    border-color: rgba(15, 23, 42, 0.14);
    box-shadow: 0 18px 36px -18px rgba(15, 23, 42, 0.25);
}

.provedor-blog-thumb-wrap {
    display: block;
    background: #e2e8f0;
    overflow: hidden;
    position: relative;
}

.provedor-blog-thumb-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, var(--accent, #c4242a) 28%, transparent);
    opacity: 0.32;
    pointer-events: none;
    transition: opacity 0.28s ease;
}

.provedor-blog-card:hover .provedor-blog-thumb-wrap::after {
    opacity: 0.42;
}

.provedor-blog-thumb {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    min-height: 190px;
    transform: scale(1);
    transition: transform 0.45s ease;
}

.provedor-blog-card:hover .provedor-blog-thumb {
    transform: scale(1.08);
}

.provedor-blog-thumb-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 2rem;
}

.provedor-blog-body {
    padding: 1rem 1rem 1.1rem;
    display: flex;
    flex-direction: column;
}

.provedor-blog-cat-badge {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 0.34rem 0.9rem;
    border-radius: 100px;
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    background: var(--cat-color, #f97316);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-shadow: 0 8px 18px -10px rgba(15, 23, 42, 0.35);
}

.provedor-blog-date {
    font-size: 0.8rem;
    color: #94a3b8;
    font-weight: 500;
}

.provedor-blog-card-title {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    line-height: 1.35;
}

.provedor-blog-card-title a {
    color: #0f172a;
    text-decoration: none;
}

.provedor-blog-card-title a:hover {
    color: var(--accent, #c4242a);
}

.provedor-blog-excerpt {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.65rem;
}

.provedor-blog-readmore {
    margin-top: 0.35rem;
    font-size: 0.82rem;
    font-weight: 500;
    color: #94a3b8;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.provedor-blog-readmore:hover {
    color: var(--accent, #c4242a);
}

.provedor-blog-empty {
    color: #64748b;
}

.provedor-blog-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.4rem;
    border-radius: 100px;
    background: var(--accent-secondary, #f97316);
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.provedor-blog-more-btn:hover {
    color: #fff !important;
    filter: brightness(1.05);
    transform: translateY(-2px);
}

/* FAQ (abaixo do Nosso Blog) */
.provedor-faq {
    background: var(--provedor-faq-bg, #fff);
    padding-top: 3.25rem;
    padding-bottom: 3.5rem;
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.provedor-faq-head {
    max-width: 40rem;
}

.provedor-faq-kicker {
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--accent-secondary, #f97316);
}

.provedor-faq-title {
    font-size: clamp(1.85rem, 4.5vw, 2.45rem);
    font-weight: 600;
    color: var(--provedor-faq-title, #0f172a);
    letter-spacing: -0.03em;
    margin-bottom: 0.75rem;
}

.provedor-faq-lead {
    color: var(--provedor-faq-text, #64748b);
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.6;
}

.provedor-faq-acc {
    max-width: 58rem;
    margin-inline: auto;
}

.provedor-faq-item {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.8rem !important;
    overflow: hidden;
    margin-bottom: 0.8rem;
}

.provedor-faq-question {
    background: var(--provedor-faq-qbg, #f8fafc) !important;
    color: var(--provedor-faq-q, #0f172a) !important;
    font-size: clamp(1.05rem, 2.2vw, 1.2rem);
    font-weight: 500;
    line-height: 1.45;
    padding: 1.05rem 1.2rem;
}

.provedor-faq-question:not(.collapsed) {
    color: var(--accent-secondary, #f97316) !important;
    background: color-mix(in srgb, var(--accent-secondary, #f97316) 10%, #ffffff) !important;
    box-shadow: none !important;
}

.provedor-faq-question::after {
    background-image: none !important;
    width: 0.78rem;
    height: 0.78rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.provedor-faq-question:not(.collapsed)::after {
    transform: rotate(-135deg);
}

.provedor-faq-answer {
    color: var(--provedor-faq-a, #64748b);
    font-size: 1.03rem;
    font-weight: 400;
    line-height: 1.65;
    background: #fff;
}

/* Detalhe da notícia: hero com overlay primário */
.provedor-noticia-hero {
    position: relative;
    width: 100%;
    min-height: 500px;
    background-color: #0f172a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}

.provedor-noticia-hero-overlay {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, var(--accent, #c4242a) 55%, transparent);
}

.provedor-noticia-hero-inner {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.provedor-noticia-hero-meta {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
    font-weight: 500;
}

.provedor-noticia-hero-title {
    color: #fff;
    font-size: clamp(2rem, 4.8vw, 3.1rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 700;
    max-width: 16ch;
}

.provedor-blog-post-content {
    text-align: justify;
    font-size: 1.12rem;
    line-height: 1.8;
}

.provedor-blog-sidebar-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 0.95rem;
    padding: 1rem;
}

.provedor-blog-related-list {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.provedor-blog-related-item {
    margin: 0;
}

.provedor-blog-related-link {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    color: #0f172a;
    text-decoration: none;
}

.provedor-blog-related-link:hover {
    color: var(--accent, #c4242a);
}

.provedor-blog-related-thumb {
    width: 62px;
    height: 46px;
    border-radius: 0.45rem;
    object-fit: cover;
    flex-shrink: 0;
    background: #e2e8f0;
}

.provedor-blog-related-thumb--placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 1rem;
}

.provedor-blog-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.provedor-blog-share-label {
    font-size: 0.9rem;
    color: #64748b;
    margin-right: 0.25rem;
}

.provedor-blog-share-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 23, 42, 0.16);
    color: #0f172a;
    text-decoration: none;
    background: #fff;
    transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.provedor-blog-share-btn:hover {
    transform: translateY(-2px);
    color: var(--accent, #c4242a);
    border-color: color-mix(in srgb, var(--accent, #c4242a) 55%, transparent);
}

/* Planos — fundo sólido e textos (cores via Admin → Planos → Layout) */
.provedor-plans {
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --plans-bg: var(--provedor-planos-fundo, var(--accent, #c4242a));
    background: var(--plans-bg);
    padding-top: 3.75rem;
    padding-bottom: 3.5rem;
    overflow: visible;
}

@media (min-width: 768px) {
    .provedor-plans {
        padding-top: 4.5rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 992px) {
    .provedor-plans {
        padding-top: 5.5rem;
        padding-bottom: 4.75rem;
    }
}

.provedor-plans-head {
    max-width: 40rem;
}

.provedor-plans-kicker {
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--provedor-planos-kicker, var(--accent-secondary, #f97316));
}

.provedor-plans-title {
    font-size: clamp(1.85rem, 4.5vw, 2.45rem);
    font-weight: 600;
    color: var(--provedor-planos-titulo, #ffffff);
    letter-spacing: -0.03em;
    margin-bottom: 0.75rem;
}

.provedor-plans-lead {
    font-size: 1.0625rem;
    font-weight: 400;
    color: var(--provedor-planos-descricao, rgba(255, 255, 255, 0.82));
    line-height: 1.65;
}

.provedor-plans-inner {
    padding-top: 0.25rem;
}

.provedor-plans-disclaimer {
    margin-top: 2.5rem;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.55;
    color: var(--provedor-planos-descricao, rgba(255, 255, 255, 0.82));
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.provedor-plans-grid {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
}

.provedor-plans-grid .provedor-plan-card {
    transform: none;
    max-width: none;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.provedor-plans-grid .provedor-plan-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 1) inset,
        0 24px 48px -12px rgba(15, 23, 42, 0.22),
        0 0 0 1px rgba(255, 255, 255, 0.45);
}

.provedor-plans-grid .provedor-plan-card--featured:hover {
    transform: translateY(-4px);
    box-shadow:
        0 24px 56px -12px rgba(15, 23, 42, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

.provedor-plan-card {
    position: relative;
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
    border-radius: 1.15rem;
    padding: 1.65rem 1.5rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.65);
    text-align: left;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 12px 40px -12px rgba(15, 23, 42, 0.18),
        0 4px 12px -4px rgba(0, 0, 0, 0.1);
}

.provedor-plan-card--featured {
    --featured-navy: #1a2f4a;
    background: #fff;
    border: 4px solid var(--accent-secondary, #ff8547);
    border-radius: 1.25rem;
    padding: 2.35rem 1.85rem 1.9rem;
    box-shadow: 0 20px 50px -14px rgba(15, 23, 42, 0.22);
}

.provedor-plan-card--featured .provedor-plan-name {
    font-weight: 600;
    color: var(--featured-navy, #1a2f4a);
}

.provedor-plan-card--featured .provedor-plan-price-val {
    font-size: clamp(1.85rem, 4.5vw, 2.35rem);
    font-weight: 600;
    color: var(--accent, #c4242a);
}

.provedor-plan-card--featured .provedor-plan-btn--primary {
    font-weight: 500;
    margin-bottom: 1.75rem;
    padding: 0.78rem 1.35rem;
    min-height: 3rem;
    font-size: 0.98rem;
    border-radius: 100px;
}

.provedor-plan-card--featured .provedor-plan-list {
    padding-top: 1.5rem;
    margin-top: 0.25rem;
}

.provedor-plan-card--featured .provedor-plan-list-item {
    color: #1e293b;
    margin-bottom: 0.6rem;
}

/* Badge só em plano destaque — pílula */
.provedor-plan-badge {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: var(--accent-secondary, #ff8547);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.5rem 1.25rem;
    border-radius: 100px;
    white-space: nowrap;
}

.provedor-plan-badge-fire {
    font-size: 1.2em;
    line-height: 1;
}

/* Linha laranja curta só sob o número (não na unidade MEGA/GB) */
.provedor-plan-card--featured .provedor-plan-mega-num {
    position: relative;
    display: inline-block;
    padding-bottom: 0.35rem;
    color: var(--featured-navy, #1a2f4a);
}

.provedor-plan-card--featured .provedor-plan-mega-num::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 68%;
    max-width: 3.4rem;
    height: 5px;
    border-radius: 3px;
    background: var(--accent-secondary, #f97316);
}

.provedor-plan-card--featured .provedor-plan-mega-unit {
    color: var(--featured-navy, #1a2f4a);
}

.provedor-plan-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--accent, #c4242a);
    margin-bottom: 0.65rem;
}

.provedor-plan-mega-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.provedor-plan-mega-num,
.provedor-plan-mega-unit {
    font-size: clamp(2.45rem, 6.5vw, 3.15rem);
    font-weight: 600;
    color: var(--accent-secondary, #f97316);
    letter-spacing: -0.03em;
}

.provedor-plan-mega-unit {
    margin-left: 0;
    text-transform: uppercase;
}

.provedor-plan-desc {
    font-size: 1.0625rem;
    color: #64748b;
    line-height: 1.55;
    margin-bottom: 1rem;
    min-height: 3.1em;
}

/* Botão — expande painel de cobertura dentro do cartão */
.provedor-plan-cobertura-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0 0 0.75rem;
    padding: 0.28rem 0.65rem 0.28rem 0.55rem;
    font-family: inherit;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 100px;
    cursor: pointer;
    transition:
        color 0.15s ease,
        border-color 0.15s ease,
        background 0.15s ease;
}

.provedor-plan-cobertura-btn .bi-geo-alt {
    font-size: 0.85rem;
    opacity: 0.85;
}

.provedor-plan-cobertura-chevron {
    font-size: 0.65rem;
    opacity: 0.55;
    margin-left: 0.05rem;
    transition: transform 0.2s ease, opacity 0.15s ease;
}

.provedor-plan-cobertura-btn:not(.collapsed) .provedor-plan-cobertura-chevron {
    transform: rotate(90deg);
    opacity: 0.85;
}

.provedor-plan-cobertura-btn:hover {
    color: #475569;
    background: rgba(255, 255, 255, 0.65);
    border-color: rgba(100, 116, 139, 0.45);
}

.provedor-plan-cobertura-btn:hover .provedor-plan-cobertura-chevron {
    opacity: 0.85;
}

.provedor-plan-cobertura-btn:focus {
    outline: none;
}

.provedor-plan-cobertura-btn:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--accent-secondary, #f97316) 65%, transparent);
    outline-offset: 2px;
}

.provedor-plan-card--featured .provedor-plan-cobertura-btn {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 133, 71, 0.28);
}

.provedor-plan-card--featured .provedor-plan-cobertura-btn:hover {
    border-color: rgba(255, 133, 71, 0.45);
}

/* Painel de cobertura — expande dentro do cartão (Bootstrap collapse) */
.provedor-plan-cobertura-panel {
    width: 100%;
    margin: 0 0 0.85rem;
}

.provedor-plan-cobertura-panel-inner.provedor-cob-panel-body {
    padding: 0.95rem 0.85rem 1rem;
    margin-top: 0.35rem;
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.provedor-plan-card--featured .provedor-plan-cobertura-panel-inner.provedor-cob-panel-body {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(255, 133, 71, 0.22);
}

.provedor-cob-panel-body {
    padding: 1.2rem 1.15rem 1.35rem;
    background: #ffffff;
}

.provedor-cob-panel-lead {
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.45;
}

.provedor-cob-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.provedor-cob-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.8rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #334155;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    line-height: 1.3;
}

.provedor-cob-note {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 1rem 1.05rem;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 0.75rem;
}

.provedor-cob-note-ico {
    font-size: 1.25rem;
    color: var(--accent-secondary, #f97316);
    flex-shrink: 0;
    margin-top: 0.05rem;
}

.provedor-cob-note-text {
    font-size: 0.875rem;
    line-height: 1.55;
    color: #475569;
}

.provedor-plan-price {
    margin-bottom: 1rem;
}

.provedor-plan-price-val {
    font-size: clamp(1.75rem, 4vw, 2.2rem);
    font-weight: 600;
    color: var(--accent, #c4242a);
    letter-spacing: -0.02em;
}

.provedor-plan-price-suf {
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
    margin-left: 0.15rem;
}

.provedor-plan-btn {
    font-weight: 500;
    font-size: 0.98rem;
    padding: 0.72rem 1.3rem;
    min-height: 2.85rem;
    border-radius: 100px;
    text-transform: capitalize;
    margin-bottom: 1.35rem;
    letter-spacing: 0.03em;
}

.provedor-plan-btn--ghost {
    background: rgba(255, 255, 255, 0.88);
    color: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.1);
}

.provedor-plan-btn--ghost:hover {
    background: #fff;
    color: #0f172a;
    border-color: rgba(15, 23, 42, 0.14);
}

.provedor-plan-btn--primary {
    background: var(--accent-secondary, #f97316);
    color: #fff;
    border: none;
    font-weight: 500;
}

.provedor-plan-btn--primary:hover {
    background: var(--accent-secondary-hover, #ea580c);
    color: #fff;
}

.provedor-plan-list {
    padding-top: 1.1rem;
    border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.provedor-plan-list-item {
    font-size: 1rem;
    color: #475569;
    margin-bottom: 0.5rem;
    line-height: 1.45;
}

.provedor-plan-list-item:last-child {
    margin-bottom: 0;
}

.provedor-plan-check {
    color: #22c55e;
    font-size: 1rem;
    margin-top: 0.15rem;
}

.provedor-plan-check-featured {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.12rem;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-size: 0.7rem;
    line-height: 1;
    flex-shrink: 0;
}

/* Bloco opcional: logo / título / texto TV por plano */
.provedor-plan-tv {
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    text-align: center;
}

.provedor-plan-tv-logo-wrap {
    margin-bottom: 0.65rem;
}

.provedor-plan-tv-logo {
    max-height: 48px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.provedor-plan-tv-title {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.35rem;
}

.provedor-plan-tv-desc {
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.45;
}

.provedor-site .navbar-toggler-icon {
    filter: invert(1);
}

.provedor-site .provedor-navbar .navbar-toggler {
    filter: none;
}

.provedor-site .provedor-navbar .navbar-toggler-icon {
    filter: invert(0.5);
}

@media (max-width: 991px) {
    .provedor-nav-actions {
        margin-top: 1rem;
    }
}
