/* Topo padrao das paginas internas publicas. */
@media (min-width: 1200px) {
    .top-strip {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2200;
        min-height: var(--fixed-top-strip-height);
        display: flex;
        align-items: center;
        background:
            linear-gradient(90deg, rgba(var(--primary-rgb), .95), rgba(8, 13, 27, .96) 48%, rgba(var(--primary-rgb), .72));
        color: rgba(255,255,255,.92);
        border-bottom: 1px solid rgba(255,255,255,.12);
        box-shadow: 0 12px 30px rgba(2,6,23,.12);
        transition: transform .3s ease, opacity .3s ease;
    }

    .top-strip .container,
    .top-left,
    .top-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        flex-wrap: nowrap;
        min-width: 0;
    }

    .top-strip .container {
        width: min(1220px, calc(100% - 36px));
        margin: 0 auto;
    }

    .top-left,
    .top-right {
        justify-content: flex-start;
        flex: 1 1 0;
    }

    .top-right {
        justify-content: flex-end;
    }

    .top-item {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        max-width: min(42vw, 560px);
        color: rgba(255,255,255,.92) !important;
        font-size: .82rem;
        font-weight: 850;
        line-height: 1.1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-item i {
        width: 18px;
        min-width: 18px;
        color: #fff !important;
        opacity: .92;
        text-align: center;
    }

    .site-header {
        position: fixed;
        top: var(--fixed-top-strip-height);
        left: 0;
        right: 0;
        z-index: 2100;
        overflow: visible;
        background:
            radial-gradient(circle at 8% -10%, rgba(var(--primary-rgb), .34), transparent 38%),
            linear-gradient(135deg, rgba(7, 12, 25, .98), rgba(13, 20, 38, .94)) !important;
        border-bottom: 0;
        box-shadow: 0 18px 48px rgba(2,6,23,.22);
        backdrop-filter: blur(20px) saturate(1.14);
        transition: top .3s ease, background .3s ease, box-shadow .3s ease;
    }

    .site-header::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 2px;
        background: linear-gradient(90deg, transparent, rgba(var(--primary-rgb), .94), transparent);
        opacity: .88;
        pointer-events: none;
    }

    .site-header > .container {
        width: min(1220px, calc(100% - 36px));
        margin: 0 auto;
    }

    .site-header.scrolled {
        background:
            radial-gradient(circle at 8% -20%, rgba(var(--primary-rgb), .26), transparent 34%),
            rgba(5, 10, 22, .98) !important;
        box-shadow: 0 18px 46px rgba(2,6,23,.32);
    }

    .header-shell {
        min-height: 110px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 22px;
        position: relative;
        z-index: 40;
    }

    .brand-area,
    .site-header.scrolled .brand-area {
        position: relative !important;
        inset: auto !important;
        width: min(390px, 38vw) !important;
        min-width: 0 !important;
        height: 86px !important;
        flex: 0 1 min(390px, 38vw) !important;
        display: flex !important;
        align-items: center !important;
        gap: 14px !important;
        color: #fff !important;
        z-index: 60 !important;
    }

    .header-logo-wrap,
    .site-header.scrolled .header-logo-wrap {
        position: relative !important;
        inset: auto !important;
        width: 74px !important;
        min-width: 74px !important;
        height: 74px !important;
        flex: 0 0 74px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 4px !important;
        border-radius: 18px !important;
        background: #fff !important;
        border: 1px solid rgba(255,255,255,.72) !important;
        box-shadow: 0 18px 36px rgba(2,6,23,.28), 0 0 0 5px rgba(var(--primary-rgb), .13) !important;
        overflow: hidden !important;
        transition: transform .22s ease, box-shadow .22s ease;
    }

    .brand-area:hover .header-logo-wrap {
        transform: translateY(-2px);
        box-shadow: 0 22px 42px rgba(2,6,23,.30), 0 0 0 5px rgba(var(--primary-rgb), .19) !important;
    }

    .header-logo-img,
    .site-header.scrolled .header-logo-img {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        object-fit: contain !important;
        border-radius: 13px !important;
    }

    .header-brand-text,
    .site-header.scrolled .header-brand-text {
        position: relative !important;
        inset: auto !important;
        min-width: 0 !important;
        max-width: 280px !important;
        min-height: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: 6px !important;
    }

    .header-brand-title {
        display: -webkit-box !important;
        margin: 0 !important;
        color: #fff !important;
        font-size: 1.03rem !important;
        line-height: 1.08 !important;
        font-weight: 950 !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        overflow: hidden !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-shadow: 0 12px 28px rgba(2,6,23,.32) !important;
    }

    .header-brand-text small {
        display: block !important;
        max-width: 100% !important;
        margin: 0 !important;
        color: rgba(255,255,255,.66) !important;
        font-size: .68rem !important;
        font-weight: 900 !important;
        letter-spacing: 0 !important;
        line-height: 1.1 !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .header-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        min-width: 0;
    }

    .header-map,
    .mobile-trigger {
        width: 45px;
        height: 45px;
        border-radius: 14px;
        border: 1px solid rgba(var(--primary-rgb), .28);
        color: #fff;
        background: rgba(var(--primary-rgb), .18);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
    }

    .header-map:hover,
    .mobile-trigger:hover {
        color: #fff;
        background: var(--primary);
        transform: translateY(-2px);
        box-shadow: 0 14px 26px rgba(var(--primary-rgb), .28);
    }

    .header-whats {
        min-height: 45px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        padding: 0 18px;
        border-radius: 14px;
        color: #fff !important;
        background: linear-gradient(135deg, var(--primary), rgba(var(--primary-rgb), .72)) !important;
        border: 1px solid rgba(255,255,255,.18);
        box-shadow: 0 14px 28px rgba(var(--primary-rgb), .25);
        font-size: .88rem;
        font-weight: 950;
        line-height: 1;
        transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
    }

    .header-whats:hover {
        color: #fff !important;
        transform: translateY(-2px);
        filter: saturate(1.08);
        box-shadow: 0 18px 34px rgba(var(--primary-rgb), .32);
    }

    .mobile-trigger {
        display: none;
    }

    .header-menu-row {
        min-height: 56px;
        position: relative;
        z-index: 30;
        display: flex;
        align-items: center;
        justify-content: center;
        isolation: isolate;
        overflow: visible;
    }

    .header-menu-row::before {
        content: "";
        position: absolute;
        inset: 0 auto 0 50%;
        width: 100vw;
        transform: translateX(-50%);
        background: linear-gradient(90deg, rgba(3,7,18,.70), rgba(var(--primary-rgb), .20), rgba(3,7,18,.70));
        border-top: 1px solid rgba(255,255,255,.08);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
        z-index: 0;
        pointer-events: none;
    }

    .site-header.scrolled .header-menu-row::before {
        background: linear-gradient(90deg, rgba(3,7,18,.82), rgba(var(--primary-rgb), .17), rgba(3,7,18,.82));
    }

    .desktop-nav,
    .nav-list,
    .nav-list > li {
        position: relative;
        z-index: 2;
        overflow: visible;
    }

    .nav-list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        flex-wrap: nowrap;
    }

    .nav-link-custom,
    #siteHeader .header-menu-row .nav-list > li > a,
    .site-header .header-menu-row .nav-link-custom {
        min-height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 11px !important;
        border-radius: 12px;
        color: rgba(255,255,255,.84) !important;
        background: transparent;
        font-size: .75rem;
        font-weight: 950;
        line-height: 1;
        letter-spacing: 0 !important;
        text-transform: uppercase;
        white-space: nowrap;
        opacity: 1 !important;
        transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
    }

    .nav-link-custom:hover,
    .nav-link-custom.active,
    .nav-link-custom[aria-current="page"],
    #siteHeader .header-menu-row .nav-list > li:hover > a,
    #siteHeader .header-menu-row .nav-list > li > a:hover,
    #siteHeader .header-menu-row .nav-list > li > a.active,
    #siteHeader .header-menu-row .nav-list > li > a[aria-current="page"] {
        color: #fff !important;
        background: linear-gradient(135deg, var(--primary), rgba(var(--primary-rgb), .76)) !important;
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(var(--primary-rgb), .24);
    }

    .mobile-overlay {
        display: none;
    }

    body.theme-panorama .top-strip {
        background: #fff !important;
        color: #475569 !important;
        border-bottom: 1px solid rgba(15,23,42,.08) !important;
        box-shadow: none !important;
    }

    body.theme-panorama .top-item,
    body.theme-panorama .top-item:visited {
        color: #475569 !important;
    }

    body.theme-panorama .top-item i {
        color: var(--primary) !important;
    }

    body.theme-panorama .site-header,
    body.theme-panorama .site-header.scrolled {
        background: rgba(255,255,255,.98) !important;
        border-bottom: 1px solid rgba(15,23,42,.08) !important;
        box-shadow: 0 14px 38px rgba(15,23,42,.08) !important;
        backdrop-filter: blur(18px) saturate(1.08) !important;
    }

    body.theme-panorama .site-header::after {
        background: linear-gradient(90deg, transparent, rgba(var(--primary-rgb), .42), transparent) !important;
    }

    body.theme-panorama .header-menu-row::before,
    body.theme-panorama .site-header.scrolled .header-menu-row::before {
        background: linear-gradient(90deg, transparent, rgba(var(--primary-rgb), .08), transparent) !important;
        border-top: 1px solid rgba(15,23,42,.06) !important;
        box-shadow: none !important;
    }

    body.theme-panorama .header-logo-wrap,
    body.theme-panorama .site-header.scrolled .header-logo-wrap {
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    body.theme-panorama .brand-area:hover .header-logo-wrap {
        transform: none !important;
        box-shadow: none !important;
    }

    body.theme-panorama .header-logo-img,
    body.theme-panorama .site-header.scrolled .header-logo-img {
        border-radius: 0 !important;
        background: transparent !important;
    }

    body.theme-panorama .header-brand-title {
        color: #0f172a !important;
        text-shadow: none !important;
    }

    body.theme-panorama .header-brand-text small {
        color: var(--primary) !important;
    }

    body.theme-panorama .nav-link-custom,
    body.theme-panorama #siteHeader .header-menu-row .nav-list > li > a,
    body.theme-panorama .site-header .header-menu-row .nav-link-custom {
        color: #334155 !important;
    }

    body.theme-panorama .nav-link-custom:hover,
    body.theme-panorama .nav-link-custom.active,
    body.theme-panorama .nav-link-custom[aria-current="page"],
    body.theme-panorama #siteHeader .header-menu-row .nav-list > li:hover > a,
    body.theme-panorama #siteHeader .header-menu-row .nav-list > li > a:hover,
    body.theme-panorama #siteHeader .header-menu-row .nav-list > li > a.active,
    body.theme-panorama #siteHeader .header-menu-row .nav-list > li > a[aria-current="page"] {
        color: var(--primary) !important;
        background: rgba(var(--primary-rgb), .08) !important;
        box-shadow: none !important;
    }

    body.theme-panorama .header-map,
    body.theme-panorama .mobile-trigger {
        color: var(--primary) !important;
        background: rgba(var(--primary-rgb), .08) !important;
        border-color: rgba(var(--primary-rgb), .18) !important;
        box-shadow: none !important;
    }

    body.theme-panorama .header-whats {
        color: #fff !important;
        background: linear-gradient(135deg, var(--primary), rgba(var(--primary-rgb), .78)) !important;
        box-shadow: 0 14px 28px rgba(var(--primary-rgb), .20) !important;
    }
}


/* Opção Visual > Site quadrado: força remover curvas também em temas, topo, mobile e módulos com !important. */
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas *,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas *::before,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas *::after,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas .site-header,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas .site-header::before,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas .site-header::after,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas .top-strip,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas .header-logo-wrap,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas .header-logo-img,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas .nav-link-custom,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas .nav-more-toggle,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas .nav-more-menu,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas .mobile-overlay,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas .mobile-head,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas .mobile-close,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas .mobile-grid,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas .mobile-grid a,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas .week-public-zone-full,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas .week-public-zone-full *,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas [class*="week-public"],
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas [class*="agenda"],
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas [class*="card"],
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas [class*="button"],
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas [class*="btn"],
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas [class*="badge"],
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas [class*="chip"],
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas [class*="pill"],
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas [class*="shell"],
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas img,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas button,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas a,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas input,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas select,
html body.site-sem-curvas.site-sem-curvas.site-sem-curvas.site-sem-curvas textarea {
    border-radius: 0 !important;
}

