body {
    font-family: "Work Sans";
}

:root {
    --primary-orc-color: #dbf763;
    --secundary-orc-color: #5d6b10;
    --primary-pmf-color: #006b66;
    --navbar-size: 90px;

    --tertiary-orc-color: rgb(94, 122, 133);

    --hero-img: url("/assets/img/hero-bg.jpg");
    --chip-bg: #5b6b1a;
    --chip-bg-accent: #3d4c0f;
    --chip-text: #fff;
    --overlay: rgba(61, 76, 15, 0.28);
}

.bg-gradient-orc {
    background-color: #dee2e9;
}

.navbar-margin {
    margin-top: var(--navbar-size);
}

@media (max-width: 991.98px) {
    .navbar-margin {
        margin-top: 0;
    }
}

.text-secondary-orc {
    color: #6c757d;
}

/* .navbar-padding-bg {
    padding-top: 20px;
    background-color: var(--primary-orc-color);
} */

.navbar-orc {
    position: fixed;
    top: 0;
    height: var(--navbar-size);
    width: 100%;
    background-color: var(--primary-orc-color);
    z-index: 1035;
    transition: all 0.3s ease-in-out;
}

/* Header compacto ao rolar a página */
.navbar-orc.compact {
    --navbar-size: 60px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-orc.compact .navbar-brand img.logo-pmf,
.navbar-orc.compact .navbar-brand img.logo-orc {
    height: 40px;
    padding: 3px 12px;
}

.navbar-orc.compact .navbar-brand img.logo-orc {
    height: 50px;
}

#google_translate_element .goog-te-combo {
    padding: 0px !important;
}


.navbar-orc .navbar-nav .dropdown a {
    color: var(--secundary-orc-color) !important;
    font-weight: 500;
    font-size: 16px;
}

.navbar-orc .navbar-nav .dropdown a:hover {
    color: #000 !important;
}

.navbar-orc .navbar-brand img {
    height: 54px;
    padding: 5px 14px 5px 20px;
    width: auto;
}

.navbar-orc img.logo-orc {
    height: 70px;
}

.dropdown-orc-menu {
    width: auto;
    height: auto;
    max-height: 18rem;
    padding: 8px 12px 14px;
    font-family: "Work Sans";
    font-size: 13px;
    background-color: var(--primary-orc-color);
    border-color: transparent;
    line-height: 22px;
    overflow: auto;
    color: var(--secundary-orc-color) !important;
    border-radius: 20px;
    box-shadow: #0000002d 0px 3px 3px 0px;
}

.dropdown-orc-menu a {

    transition: all 0.2s ease;
}

.dropdown-orc-menu a:hover {

    transform: translateX(2px);
}

/* Seção em tela cheia com imagem de fundo */
.section-top {
    position: relative;
    isolation: isolate;
    min-height: clamp(480px, calc(70dvh - 110px), 1080px);
}

.minisection-top {
    position: relative;
    isolation: isolate;
    min-height: clamp(200px, calc(40dvh - 110px), 400px);
}

.minisection-top.station {
    position: relative;
    isolation: isolate;
    min-height: clamp(170px, calc(30dvh - 90px), 340px);
}

.section-top.home {
    background-image: url(../img/backgrounds/Orto_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* ← o essencial */
}

.minisection-top.data {
    background: url(../img/backgrounds/Orto_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.minisection-top.station {
    background: url(../img/backgrounds/Orto_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.minisection-bottom.data {
    background: url(../img/backgrounds/Orto_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.minisection-bottom.station {
    background: url(../img/backgrounds/Orto_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

/* .section-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--hero-img) center/cover no-repeat;
    filter: grayscale(25%);
    z-index: -2;
}
 */
.footer-img {
    width: 100%;
    height: auto;
    margin-bottom: -120px !important;
}

/* .section-top::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--overlay);
    z-index: -1;
} */

/* Título principal */
.hero-title {
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0.5px;
}

/* Faixas (“chips”) */
.hero-chip {
    display: inline-block;
    width: fit-content;
    margin: 2rem 2rem 2rem 0;
    padding: 0.08em 0.4em 0.15em 8dvw;
    font-weight: 300;
    background: var(--chip-bg);
    color: var(--chip-text);
    border-radius: 0.25rem;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.12);
    font-size: clamp(50px, 6vw, 90px);
    line-height: 95%;

    animation: slideInLeft 0.6s ease-out forwards;
}
.hero-chip.hero-chip-2 {
    margin-top: auto;
    margin-bottom: auto;
}

.hero-chip-2 {
    font-size: clamp(32px, 4vw, 42px);

}

/* Linha de destaque maior */
.hero-chip.hero-chip-accent {
    font-weight: 800;
    margin: 2rem 0 1.5rem 2rem;
    font-size: clamp(50px, 6vw, 90px);
    display: block;
    padding: 0.08em 8dvw 0.15em 0.4em;
    float: right;

    animation: slideInRight 0.6s ease-out forwards;
}

.hero-chip.title-chip {
    background: var(--chip-bg-accent);
    border-radius: 0;
    padding: 0.3em 0.8em;
}

.section-orc-weather {
    color: var(--black-simea-color);
    min-height: 20rem;
    background: #dee2e9;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-orc-about {
    color: var(--black-simea-color);
    min-height: 35rem;
    background: #dee2e9;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-title {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--primary-pmf-color);
    margin-bottom: 12px;
    display: block;
}

.content-title2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: none;
    color: var(--primary-pmf-color);
    margin-bottom: 16px;
    display: block;
}

.bg-pmf {
    background-color: var(--primary-pmf-color);
}

.btn-pmf {
    background-color: var(--primary-pmf-color);
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0);
}

.btn-pmf:hover,
.btn-pmf:active,
.btn-primary:focus .btn-pmf:focus {
    color: var(--primary-pmf-color);
    background-color: #ffffff00;
    border: 2px solid var(--primary-pmf-color);
}

.btn-pmf:focus,
.btn-pmf:active,
.btn-primary:focus .btn-pmf:focus {
    box-shadow: none !important;
    background-color: var(--primary-pmf-color);
    border: 2px solid rgba(255, 255, 255, 0);
    color: #fff;
}

.btn-pmf-inverse {
    color: var(--primary-pmf-color);
    background-color: #ffffff00;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 16px;
    border: 2px solid var(--primary-pmf-color);
}

.btn-pmf-inverse:hover,
.btn-pmf-inverse:active,
.btn-primary:focus .btn-pmf-inverse:focus {
    color: #ffffff;
    background-color: var(--primary-pmf-color);
    border: 2px solid #ffffff00;
}

.btn-pmf-inverse:focus,
.btn-pmf-inverse:active,
.btn-primary:focus .btn-pmf-inverse:focus {
    box-shadow: none !important;
    background-color: #ffffff00;
    border: 2px solid var(--primary-pmf-color);
    color: var(--primary-pmf-color);
}

section .impact-text {
    font-size: clamp(40px, 15dvw, 150px);
    color: var(--primary-pmf-color);
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 0;
}

.impact-support-text {
    font-size: clamp(12px, 4dvw, 16px);
    color: var(--primary-pmf-color);
    font-weight: 400;
    letter-spacing: 0.5rem;
    text-align: right;
}

.tree-img {
    display: block;
    margin-left: auto;
    max-width: 100%;
    height: 30rem;
}

.content-photo {
    width: 100%;
    height: auto;
}

.border-radius-lg {
    border-radius: 30px;
}

.border-radius-lg-left {
    border-radius: 30px 0 0 30px;
}

.tree-img-l {
    display: block;
    margin-right: auto;
    max-width: 100%;
    height: 30rem;
}

.footer-orc-section {
    background-color: var(--primary-orc-color);
    /* min-height: 15rem; */
    position: relative;
}

.footer-orc-ipplan {
    background-color: var(--primary-orc-color);
    color: var(--secundary-orc-color) !important;
}

.footer-orc-ipplan a {
    color: var(--secundary-orc-color) !important;
    transition: all 0.3s ease;
}

.footer-orc-ipplan a:hover {
    color: var(--chip-bg-accent) !important;
}

/* Ícones de Redes Sociais */
.footer-orc-ipplan .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--secundary-orc-color);
    color: var(--primary-orc-color) !important;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-orc-ipplan .social-icon:hover {
    background-color: var(--chip-bg-accent);
    color: var(--chip-text) !important;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Títulos da seção de contato */
.footer-orc-ipplan .contact-section-title {
    color: var(--secundary-orc-color);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

/* Responsividade do footer */
@media (max-width: 767px) {
    .footer-orc-ipplan .contact-section-title {
        font-size: 0.95rem;
        margin-bottom: 0.75rem;
    }

    .footer-orc-ipplan .social-icon {
        width: 38px;
        height: 38px;
        font-size: 1.1rem;
    }

    .footer-orc-ipplan a {
        font-size: 0.9rem;
    }

    .footer-orc-ipplan .bi {
        font-size: 1rem;
    }
}

.img-logo-orc-footer {
    width: 16rem;
}

.img-logo-scsp-footer {
    width: 26rem;
}

.map-heat {
    width: 100%;
    min-height: 380px;
}
.map-heat.map-heat-station {
   min-height: 336px; 
}

.floating_img {
    max-height: 200px;
    position: absolute;
    right: 0;
    top: -38px;
}

.floating_img2 {
    max-height: 240px;
    position: absolute;
    left: 120px;
    bottom: -60px;
}

.floating_img3 {
    max-height: 280px;
    position: absolute;
    right: 160px;
    bottom: -60px;
}

.card-body .text-note {
    font-size: 14px;
    font-weight: 500;
    color: #1f44aa;
}

.card-body .text-note i {
    font-size: 18px;
}

.divisor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.divisor hr {
  flex: 1;
  border: none;
  margin: 0;
  opacity: .2;
  margin-left: 12px;
  margin-right: 12px;
}

.divisor span {
  font-weight: 500;
  font-size: 13px;
}
.divisor span.time {
  font-weight: 400;
}

.divisor span.update-info {
  color: #3B5457;
  font-size: 13px;
  margin-top: 12px;
}

.station-title {
    font-size: 40px;
    color: #3B5457;
    font-weight: 600;
}
.station-title.station-bartitle {
    padding-left: 12px;
    padding-right: 4px;
    font-weight: 300;
}
.station-title.station-district {
    color: #FC611F;
    font-weight: 300;
}

.mt-negative-section {
    z-index: 200;
    margin-top: -42px;
}

.pack-cards {
    margin-bottom: 12px;
    justify-content: center;
    --bs-gutter-y: 30px;

}

.card.wx-card {
    height: 100%;
}

.card.wx-card .card-body {
    padding: 7px 22px 5px;
}


.card.wx-card .card-title{
    color: #3B5457;
    font-size: 26px;
    font-weight: 500;
    text-align: left;
    margin-top: 12px;
}

.card.wx-card .card-body .microtitle{
    font-size: 14px;
    color: #253335;
    font-weight: 500;
    margin-bottom: 0;
    opacity: .6;
}
.card.wx-card .card-body.card-h .standard-info{
    font-size: 15px;
}

.card.wx-card .card-body.card-h .standard-info.info-big{
    font-size: 26px;
}

.card.wx-card .card-body .standard-info{
    font-size: 35px;
    line-height: 35px;
    color: #3B5457;
    font-weight: 700;
}


.card.wx-card .card-body .standard-info.unit{
    font-size: 18px;
    color: #777e80;
    font-weight: 600;
    margin-left: 2px;
}

.card.wx-card .card-body .standard-info .unit{
    font-size: 13px;
    color: #777e80;
    font-weight: 600;
    margin-left: 2px;
}

.card.wx-card .card-body .secundary-info{
    text-align: right;
}

.card.wx-card .card-body .secundary-info .double-info{
    font-size: 15px;
    font-weight: 600;
}

.card.wx-card .card-body .secundary-info .double-info-line{
    font-size: 12px;
    font-weight: 600;
}

.card.wx-card .card-body .secundary-info .single-info{
    font-size: 16px;
    color: #3B5457;
    font-weight: 500;
    opacity: .6;
}

.card.wx-card .card-body .secundary-info i{
    font-size: 20px;
    margin-left: 8px;
}

.card.wx-card .card-body .secundary-info .single-info-strong{
    font-size: 24px;
    color: #3B5457;
    font-weight: 700;
}

.card.wx-card .card-body .secundary-info .standard-info{
    font-size: 15x;
    line-height: 20px;
}

.card.wx-card .card-body .secundary-info .standard-info.unit{
    font-size: 14px;
    font-weight: 500;
}

.stack-sticky {
    position: sticky;
    top: 1rem;
}

@media (max-width: 991.98px) {
    .stack-sticky {
        position: static;
    }
}

/* ===== Map / Charts Heights ===== */
.h-map {
    height: 520px;
}

@media (max-width: 991.98px) {
    .h-map {
        height: 420px;
    }
}

.h-chart {
    height: 240px;
}

/* use em #chartMonthly, #chartPie */
.h-chart-lg {
    height: 300px;
}

/* se quiser opção maior */

/* ===== Loading Overlay ===== */
.loading-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

/* ===== Skeleton (placeholder de carregamento) ===== */
.skeleton {
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.06) 25%,
            rgba(0, 0, 0, 0.12) 37%,
            rgba(0, 0, 0, 0.06) 63%);
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
    border-radius: 0.5rem;
}

@keyframes shimmer {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 0;
    }
}

/* ===== KPI Cards ===== */
.kpi-card {
    border: 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.kpi-primary {
    color: var(--primary-pmf-color);
}

.kpi-label {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.kpi-value {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.1;
}

.kpi-primary .kpi-value {
    font-size: 3rem;
}

.kpi-value-small {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
}

.kpi-subtext {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* ===== Map Wrapper Utils ===== */
.map-wrapper {
    position: relative;
    width: 100%;
}

.map-heat {
    width: 100%;
    /* altura agora controlada pela classe .h-map */
}

/* Botão hamburger personalizado */
.navbar-toggler {
    border: none !important;
    padding: 4px 8px;
    background-color: var(--secundary-orc-color) !important;
    border-radius: 8px;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23DBF763' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    width: 1.2em;
    height: 1.2em;
}

/* Responsividade mobile */
@media (max-width: 991.98px) {
    .navbar-orc {
        --navbar-size: 5rem;
    }

    .navbar-orc.compact {
        --navbar-size: 4rem;
    }

    .navbar-brand {
        flex-direction: row !important;
        justify-content: flex-start !important;
    }

    .navbar-brand img.logo-pmf {
        height: 35px !important;
        padding: 3px 5px !important;
    }

    .navbar-brand img.logo-orc {
        height: 35px !important;
        padding: 3px 5px !important;
    }

    .navbar-orc.compact .navbar-brand img.logo-pmf,
    .navbar-orc.compact .navbar-brand img.logo-orc {
        height: 30px !important;
        padding: 2px 4px !important;
    }

    /* Menu mobile - layout vertical */
    .navbar-collapse {
        max-height: 80vh;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 1rem 0;
        background-color: var(--primary-orc-color);
        margin-top: 0.5rem;
        border-radius: 1rem;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    /* Animação suave ao abrir/fechar menu */
    .navbar-collapse.collapsing {
        transition: height 0.3s ease;
    }

    .navbar-collapse.show {
        animation: slideDown 0.3s ease-out;
        box-shadow: 0px 0px 10px #0003;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .navbar-nav {
        width: 100%;
        padding: 0 1rem;
    }

    .icon-navbar {
        width: 100%;
        text-align: left;
        margin: 0.5rem 0;
        border-bottom: 1px solid rgba(93, 107, 16, 0.2);
        padding-bottom: 0.5rem;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }

    .icon-navbar:last-child {
        border-bottom: none;
    }

    /* Links do menu mobile */
    .navbar-orc .navbar-nav .dropdown a {
        padding: 0.75rem 1rem;
        display: block;
        font-size: 1rem;
        font-weight: 500;
        transition: all 0.3s ease;
        text-align: left;
    }

    /* Link direto (não dropdown) com hover */
    .navbar-orc .navbar-nav .icon-navbar:not(.dropdown) a:hover {
        background-color: rgba(93, 107, 16, 0.1);
        border-radius: 0.5rem;
        padding-left: 1.5rem;
    }

    /* Dropdown toggle mobile - apenas visual (não clicável) */
    .navbar-orc .navbar-nav .dropdown-toggle {
        position: relative;
        width: 100%;
        display: block;
        padding: 0.75rem 1rem 0.5rem 1rem;
        font-weight: 600;
        font-size: 1.05rem;
        color: var(--secundary-orc-color);
        opacity: 0.9;
        cursor: default;
        pointer-events: none;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 0.25rem;
    }

    .navbar-orc .navbar-nav .dropdown>a {
        position: relative;
    }

    /* Adicionar linha decorativa abaixo dos títulos de dropdown */
    .navbar-orc .navbar-nav .dropdown-toggle::before {
        content: "";
        position: absolute;
        bottom: 0.25rem;
        left: 1rem;
        width: 40px;
        height: 2px;
        background: var(--secundary-orc-color);
        opacity: 0.3;
    }

    /* Dropdown menu mobile - sempre expandido */
    .dropdown-orc-menu {
        position: static !important;
        display: block !important;
        /* Sempre visível no mobile */
        float: none !important;
        width: calc(100% - 1rem) !important;
        margin: 0.5rem 0.5rem 0.75rem 0.5rem;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 0.75rem;
        background-color: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(4px);
    }

    .dropdown-orc-menu a {
        padding: 0.625rem 1rem;
        font-size: 0.95rem;
        border-radius: 0.5rem;
        margin: 0.25rem 0;
        transition: all 0.2s ease;
    }

    .dropdown-orc-menu a:hover {
        background-color: rgba(93, 107, 16, 0.15);
        padding-left: 1.25rem;
    }

    /* Remover seta do dropdown no mobile (já que está sempre expandido) */
    .navbar-orc .navbar-nav .dropdown-toggle::after {
        display: none;
    }

    /* Scrollbar customizada para o menu */
    .navbar-collapse::-webkit-scrollbar {
        width: 6px;
    }

    .navbar-collapse::-webkit-scrollbar-track {
        background: transparent;
    }

    .navbar-collapse::-webkit-scrollbar-thumb {
        background: rgba(93, 107, 16, 0.3);
        border-radius: 3px;
    }

    .navbar-collapse::-webkit-scrollbar-thumb:hover {
        background: rgba(93, 107, 16, 0.5);
    }
    
    .minisection-top.station {
        min-height: clamp(240px, calc(30dvh - 72px), 340px);
    }
    .minisection-top.station .hero-title {
        margin-top: 40px;
    }
    .map-heat.map-heat-station{
        min-width: 280px;
    }
}

@media (max-width: 576px) {
    .navbar-orc {
        --navbar-size: 4.5rem;
    }

    .navbar-orc.compact {
        --navbar-size: 3.5rem;
    }

    .navbar-brand img.logo-pmf {
        height: 30px !important;
        padding: 2px 4px !important;
    }

    .navbar-brand img.logo-orc {
        height: 30px !important;
        padding: 2px 4px !important;
    }

    .navbar-orc.compact .navbar-brand img.logo-pmf,
    .navbar-orc.compact .navbar-brand img.logo-orc {
        height: 25px !important;
        padding: 2px 3px !important;
    }

    /* Menu mobile pequeno */
    .navbar-collapse {
        max-height: 75vh;
        padding: 0.75rem 0;
        margin-top: 0.5rem;
        /* margin-left: 0.5rem; */
        /* margin-right: 0.5rem; */
    }

    .navbar-nav {
        padding: 0 0.75rem;
    }

    .navbar-orc .navbar-nav .dropdown a {
        padding: 0.625rem 0.75rem;
        font-size: 0.95rem;
    }

    .navbar-orc .navbar-nav .dropdown a:hover {
        padding-left: 1.25rem;
    }

    /* Submenus sempre expandidos também no mobile pequeno */
    .dropdown-orc-menu {
        display: block !important;
        margin: 0.5rem 0.25rem 0.75rem 0.25rem;
        padding: 6px 10px 12px;
    }

    .dropdown-orc-menu a {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
    }
}

.heatmap-container {
    min-height: 320px;
    position: relative;
}

.hm-540 {
    min-height: 540px;
}

.hm-600 {
    min-height: 600px;
}

.hm-480 {
    min-height: 480px;
}

.hm-420 {
    min-height: 420px;
}

.hm-360 {
    min-height: 360px;
}

.hm-320 {
    min-height: 320px;
}

.legend.legend-heatmap {
    font-family: "Work Sans";
    box-shadow: none !important;
    width: 100%;
}

.legend-canvas {
    width: 100%;
}

.map-info .legend-title {
    font-weight: 600;
    font-size: 0.95rem;
}

.map-info .metric-label {
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
}

.map-info .metric-number {
    font-weight: 700;
    font-size: 54px;
    line-height: 56px;
    color: var(--chip-bg-accent);
}

.map-info .metric-list {
    margin: 0.25rem 0 0;
    padding-left: 1rem;
}

.metrics-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.metric-inline {
    background: #f8f9fa;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    display: flex;
    flex-direction: column;
}

.metric-inline .metric-number {
    font-size: 1.2rem;
}

.metric-inline-list {
    font-weight: 600;
}

.metric-summary {
    margin: 0.25rem 0;
    line-height: 1.4;
}

.big-kpi {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.kpi {
    background: #f8f9fa;
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    min-width: 220px;
    flex: 1;
}

.kpi .label {
    font-size: 0.85rem;
    color: #6c757d;
}

.kpi .value {
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1;
}

.kpi .delta {
    font-size: 0.85rem;
}

.delta.up {
    color: #198754;
}

.delta.down {
    color: #dc3545;
}

.list-compact li {
    margin-bottom: 0.25rem;
}

.bg-card-header-orc {
    background-color: var(--chip-bg);
    color: var(--chip-text);
    height: 3rem;
}

.btn-outline-orc {
    border-color: var(--chip-bg);
    color: var(--chip-bg);
}

.btn-outline-orc:hover {
    background-color: var(--chip-bg);
    color: var(--chip-text);
}

.btn-outline-orc.active {
    background-color: var(--chip-bg);
    color: var(--chip-text);
}

.btn-orc {
    border-color: var(--chip-bg);
    background-color: var(--chip-bg);
    color: var(--chip-text);
}

#cardsRow .btn-outline-primary {
    border-color: var(--chip-bg);
    color: var(--chip-bg);
}

#cardsRow .btn-outline-primary:hover {
    background-color: var(--chip-bg);
    color: var(--chip-text);
}

.btn-orc:hover {
    background-color: var(--chip-bg-accent);
    color: var(--chip-text);
}

.btn-orc.active {
    background-color: var(--chip-bg-accent);
    color: var(--chip-text);
}

.text-orc {
    color: var(--chip-bg);
}

.card-col {
    transition: width 0.28s ease, flex-basis 0.28s ease, max-width 0.28s ease,
        transform 0.28s ease;
    will-change: transform;
}

.card-col.expanded {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Área expandida com transição suave */
.card-expand {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.35s ease;
}

.card-expand.show {
    max-height: 640px;
    /* ajuste conforme o conteúdo futuro */
    opacity: 1;
}

/* Some o conteúdo padrão do card ao expandir (fade) */
.card-content {
    transition: display 0.25s ease;
}

.card-content.hidden {
    display: none;
    pointer-events: none;
}

.card-body-insight {
    min-height: 15rem;
}

.text-orc-accent {
    color: var(--chip-bg-accent);
}

.text-orc-tertiary {
    color: var(--tertiary-orc-color);
}

.bg-orc-tertiary {
    background-color: var(--tertiary-orc-color);
}

.border-orc {
    border-color: var(--chip-bg);
}

.h-orc-1 {
    font-weight: 600;
    color: var(--chip-bg) !important;
}

.card-body-orc {
    min-height: 15rem;
}

.waiting-filters {
    && .waiting-filters-item-show-up {
        opacity: 0;
        transform: translateY(100px);
        transition: all 0.8s ease-in-out;
        max-height: 0;
        overflow: hidden;
    }

    && .waiting-filters-item-to-hide {
        opacity: 1;
        transform: translateY(0);
        max-height: 500px;
        transition: all 0.8s ease-in-out;
    }
}

.waiting-filters.active-filters {
    && .waiting-filters-item-show-up {
        opacity: 1;
        transform: translateY(0);
        max-height: 500px;
    }

    && .waiting-filters-item-to-hide {
        opacity: 0;
        transform: translateY(100px);
        max-height: 0;
    }
}

.fw-semibold {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--chip-bg);
}


.wx-card {
    border-radius: 8px;
    background: #ffffff;

}

.wx-card hr {

    opacity: .15;
    border-top: 1px solid #000;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.wx-card h2 {

    font-size: 2rem;

}

.wx-icon-info {
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #6c757d;
    background: #fff;
}

.wx-legend {
    height: 12px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);

    background: linear-gradient(to right,
            #2563eb 0%,

            #19c6e1 20%,

            #f9e450 45%,

            #ff8a3d 70%,

            #e01e37 100%);
}


select.big-select {
    width: auto;
    max-width: 100%;
    max-height: 20rem;
    padding: 12px 42px 12px 12px; /* espaço à direita para a seta */
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 18px;
    background-color: #FFFFFF;
    color: #3B5457;
    border: none;
    border-radius: 8px;

    appearance: none; /* remove seta nativa */
    -webkit-appearance: none;

    /* seta SVG customizada — mesma do Bootstrap 5 */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%233B5457' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 24px 16px;

    /* aqui sim você controla a posição */
    background-position: right 0.75rem center; /* mova à vontade */
}
/* select.big-select:focus {
    border-color: #ffffff;
} */




/* ===== ANIMAÇÕES HERO ===== */
@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-1200px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(1200px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.summary-wrapper {
        position: relative;
    }

/* Classes utilitárias para substituir estilos inline */
.text-justify {
    text-align: justify;
}

.position-sticky-top {
    top: 1rem;
}

@media (max-width: 767.98px) {
    .summary-content.collapse:not(.show) {
        max-height: 4.5em; /* Aprox. 3 linhas de texto */
        overflow: hidden;
        position: relative;
        -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .summary-content.collapse.show {
        -webkit-mask-image: none;
        mask-image: none;
    }
    .summary-content.collapsing {
        transition: max-height 0.35s ease-out;
    }

    .summary-expander {
        text-align: center;
        margin-top: -1rem; /* Puxa o botão para cima */
        padding-top: 1rem; /* Espaço para o degradê */
    }

    .btn-expander {
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 50px;
        padding: 0.25rem 1rem;
        font-size: 0.875rem;
        font-weight: 500;
        color: var(--text-secondary-orc);
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        transition: background-color 0.2s ease;
    }

    .btn-expander:hover {
        background-color: #e9ecef;
    }

    .btn-expander .bi {
        transition: transform 0.3s ease;
    }

    .btn-expander[aria-expanded="true"] .bi {
        transform: rotate(180deg);
    }
}