.orc-index {
    /* Estilos gerais */
    .methodology-img {
        border-top-right-radius: 100px;
        width: 100%;
    }

    .max-w-1 {
        max-width: 1000px;
    }

    /* Imagens responsivas */
    .content-photo {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    /* Botões responsivos */
    .btn-pmf,
    .btn-pmf-inverse {
        font-size: 1rem;
        padding: 0.75rem 1.5rem;
    }

    /* Títulos responsivos */
    .content-title {
        font-size: clamp(1.5rem, 4vw, 2.5rem);
        display: block;
    }

    .content-title2 {
        font-size: clamp(1.25rem, 3vw, 1.75rem);
        display: block;
    }

    

    /* Hero responsivo */
    .hero-title {
        font-size: clamp(2rem, 5vw, 3.5rem);
    }
}

@media (max-width: 767px) {
    .floating_img {
        height: 100px;
        top: 54px;
    }

    .floating_img2 {
        height: 120px;
        left: 26px;
    }
    .impact-text {
        /* font-size: clamp(2.5rem, 8vw, 4rem); */
        line-height: 1.2;
    }
    
}

/* Tablets e acima */
@media (min-width: 768px) {
    .orc-index {
        .btn-pmf,
        .btn-pmf-inverse {
            font-size: 1.125rem;
            padding: 0.875rem 2rem;
        }

        .floating_img,
        .floating_img2 {
            display: block;
        }
    }
}

/* Desktop */
@media (min-width: 992px) {
    .orc-index {
        .methodology-img {
            border-top-right-radius: 100px;
        }
    }
}

/* Mobile específico */
@media (max-width: 767px) {
    .orc-index {
        /* Reduzir espaçamentos em mobile */
        .section-orc-about {
            padding-top: 1rem !important;
            padding-bottom: 1rem !important;
        }

        /* Ajustar borda arredondada em mobile */
        .methodology-img {
            border-top-right-radius: 30px;
        }

        .border-radius-lg-left {
            border-radius: 1rem !important;
        }

        /* Ajustar espaçamento do "Você sabia?" */
        .bg-pmf {
            border-radius: 1rem;
        }

        /* Texto mais legível em mobile */
        p {
            font-size: 0.95rem;
            line-height: 1.6;
        }

        /* Garantir que imagens não quebrem o layout */
        .content-photo {
            max-width: 100%;
            height: auto;
        }

        /* Hero ajustes */
        .section-top.home {
            min-height: 60dvh;
        }

        .hero-chip {
            font-size: 3rem;
            padding: 0.5rem 1rem;
        }
    }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
    .orc-index {
        .methodology-img {
            border-top-right-radius: 60px;
        }

        .border-radius-lg-left {
            border-radius: 1.5rem 0 0 1.5rem;
        }
    }
}

/* Ajustes para telas muito pequenas */
@media (max-width: 576px) {
    .orc-index {
        /* Reduzir ainda mais os espaçamentos */
        .py-5 {
            padding-top: 2rem !important;
            padding-bottom: 2rem !important;
        }

        .px-5 {
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }

        /* Ajustar margens */
        .mt-5,
        .my-5 {
            margin-top: 1.5rem !important;
        }

        .mb-5 {
            margin-bottom: 1.5rem !important;
        }

        /* Botões full width em mobile pequeno */
        .btn-lg {
            padding: 0.75rem 1rem;
            font-size: 1rem;
        }

        /* Títulos menores em telas pequenas */
        .content-title {
            margin-bottom: 1rem;
        }

        .impact-text {
            font-size: 5rem !important;
        }
    }
}

/* Seção Perfil Territorial - estilos específicos */
.section-orc-territorial {
    position: relative;
}

.section-orc-territorial .shadow-sm {
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08) !important;
}

.section-orc-territorial .kpi-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-orc-territorial .kpi-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12) !important;
}

/* Responsividade para KPIs */
@media (max-width: 767px) {
    .section-orc-territorial .kpi-value-small {
        font-size: 1.8rem !important;
    }

    .section-orc-territorial .impact-text {
        font-size: 3.5rem !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-orc-territorial .col-lg-6,
    .section-orc-territorial .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
