/* ============================================================ */
/* ESCOOP CURSO PAGE */
/* ============================================================ */

[class*="mod_cursosescoop_detalhe"] > h3,
[class*="cursosescoop-detalhe"] > h3,
[class*="mod_cursosescoop_detalhe"] > .page-header,
[class*="cursosescoop_detalhe"] > h3 {
    display: none !important;
}

/* Módulo preenche 100% da largura da página */
.escoop-curso-page {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    font-family: var(--font-primary);
    color: var(--escoop-text-dark);
    line-height: 1.6;
    background-color: #FFFFFF;
    padding-bottom: 60px;
}

/* ============================================================ */
/* CSS Variables                                                 */
/* ============================================================ */
:root {
    --escoop-purple: #7A1C7D;
    --escoop-purple-dark: #4F0054;
    --escoop-purple-light: #B433B8;
    --escoop-yellow: #FFC107;
    --escoop-yellow-hover: #E0A800;
    --escoop-gray-light: #F8F8F8;
    --escoop-text-dark: #1A1A1A;
    --escoop-text-gray: #B4B4B5;
    --escoop-border: #E5E5E5;
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ============================================================ */
/* Container & Utilities                                         */
/* ============================================================ */
.escoop-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}       

.escoop-cursos-detalhe img,
.escoop-sobre img,
.escoop-text-box img,
.escoop-hero img {
    max-width: 100%;
    height: auto;
    display: block;
}

.text-center {
    text-align: center;
}

.text-white {
    color: white;
}

.align-start {
    align-items: flex-start !important;
}

.escoop-label {
    display: block;
    color: var(--escoop-purple-light);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.escoop-title {
    color: var(--escoop-purple-dark);
    font-size: clamp(1.4rem, 1.2rem + 1vw, 28px);
    font-weight: 800;
    margin: 0 0 24px 0;
    text-transform: uppercase;
    line-height: 1.25;
    font-family: 'Novecento Sans', sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
    
.escoop-subtitle {
    color: var(--escoop-text-gray);
    font-size: 1.125rem;
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
}

/* ============================================================ */
/* Buttons                                                       */
/* ============================================================ */
.escoop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 35px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.escoop-btn--yellow {
    background-color: var(--escoop-yellow);
    color: var(--escoop-purple-dark);
}

.escoop-btn--yellow:hover {
    background-color: var(--escoop-yellow-hover);
    color: var(--escoop-purple-dark);
    text-decoration: none;
}

.escoop-btn--purple {
    background-color: #B433B8;
    color: white;
}

.escoop-btn--purple:hover {
    background-color: #922096;
    color: white;
    text-decoration: none;
}

.escoop-btn--gray {
    background-color: #999;
    color: white;
}

.escoop-hero__inscricao-btn--disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.85;
}

.escoop-btn--outline {
    background-color: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.escoop-btn--outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
}

.escoop-btn-full {
    width: 100%;
}

/* ============================================================ */
/* 1. HERO SECTION                                               */
/* ============================================================ */
.escoop-hero {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    color: white;
}

.escoop-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(64, 9, 62, 0.8) 0%, rgba(171, 28, 186, 0.8) 100%) transparent;
    z-index: 1;
}

.escoop-hero__container {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.escoop-hero__left {
    flex: 1;
    max-width: 600px;
}

.escoop-hero__back {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin-bottom: 24px;
    text-decoration: none;
}

.escoop-hero__back:hover {
    color: white;
}

.escoop-hero__title {
    font-size: clamp(2rem, 4vw + 1rem, 50px);
    line-height: 1.15;
    margin: 0 0 20px 0;
    font-family: 'Roboto', sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.escoop-hero__subtitle {
    font-size: 1.15rem;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

/* Bloco de inscrições no hero */
.escoop-hero__inscricao {
    margin-top: 32px;
}

.escoop-hero__inscricao-info {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 20px;
}

.escoop-hero__inscricao-col {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.escoop-hero__inscricao-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.escoop-hero__inscricao-status {
    font-size: 1.1rem;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.escoop-hero__inscricao-status--aberta {
    color: var(--escoop-yellow);
}

.escoop-hero__inscricao-status--encerrada {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

.escoop-hero__inscricao-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 24px;
    align-self: center;
}

.escoop-hero__inscricao-date {
    font-size: 1.1rem;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.escoop-hero__inscricao-btn {
    margin-top: 4px;
}

.escoop-hero__right {
    flex: 0 0 450px;
}

.escoop-hero__glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 24px;
}

.escoop-hero__info-list {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.escoop-hero__info-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    color: white;
    line-height: 1.5;
}

.escoop-hero__info-list svg {
    flex-shrink: 0;
    opacity: 0.8;
}

/* ============================================================ */
/* 2. YELLOW BAR                                                 */
/* ============================================================ */
.escoop-yellow-bar {
    background-color: var(--escoop-yellow);
    padding: 20px 0;
}

.escoop-yellow-bar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.escoop-yellow-bar__left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.escoop-yellow-bar__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background-color: var(--escoop-purple);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.escoop-yellow-bar__text {
    display: flex;
    flex-direction: column;
}

.escoop-yellow-bar__text strong {
    color: var(--escoop-purple-dark);
    font-size: 18px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}

.escoop-yellow-bar__text span {
    color: var(--escoop-purple-dark);
    font-size: 18px;
    opacity: 0.8;
}

/* ============================================================ */
/* 3. LAYOUT & GLOBAL STICKY SIDEBAR                             */
/* ============================================================ */

.escoop-global-sidebar {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 340px;
    z-index: 100;
    pointer-events: none;
}

.escoop-sticky-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    pointer-events: auto;
    transition: transform 0.2s;
}

.escoop-sticky-card__box {
    background: transparent linear-gradient(180deg, #40093E 0%, #AB1CBA 100%) 0% 0% no-repeat padding-box;
    padding: 32px;
    text-align: center;
    color: white;
}

.escoop-sticky-card__box h3 {
    color: var(--escoop-yellow);
    margin: 0 0 8px 0;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.escoop-sticky-card__box p {
    font-size: 18px;
    margin: 0 0 24px 0;
    opacity: 0.9;
    font-family: 'Roboto', sans-serif;
}

.escoop-container {
    padding-right: 20px;
}

/* ============================================================ */
/* 3.1 SOBRE                                                     */
/* ============================================================ */
.escoop-sobre {
    padding: 80px 0;
    background: white;
}

.escoop-sobre__grid {
    display: block;
}

.escoop-sobre__content {
    width: 100%;
    overflow-x: auto;
}

.escoop-text-box {
    font-size: 16px;
    color: var(--escoop-text-dark);
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.escoop-text-box p {
    margin-bottom: 24px;
    font-family: 'Roboto', sans-serif;
}

/* ============================================================ */
/* 4. PUBLICO ALVO                                               */
/* ============================================================ */
.escoop-publico {
    padding: 80px 0;
    background-color: var(--escoop-gray-light);
}

.escoop-section-header {
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
}

.escoop-section-header .escoop-label {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.escoop-publico-carousel {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.escoop-publico-carousel__arrow {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: var(--escoop-purple-dark);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.escoop-publico-carousel__arrow:hover {
    background: rgba(0, 0, 0, 0.05);
}

.escoop-publico-carousel__track-wrapper {
    flex: 1;
    overflow: hidden;
}

.escoop-publico-carousel__track {
    display: flex;
    gap: 24px;
    transition: transform 0.4s ease;
}

.escoop-publico-carousel--centered .escoop-publico-carousel__track-wrapper {
    overflow: visible;
}

.escoop-publico-carousel--centered .escoop-publico-carousel__track {
    justify-content: center;
    flex-wrap: wrap;
}

.escoop-publico-card {
    flex: 0 0 240px;
    background: white;
    border: 1px solid var(--escoop-purple-light);
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}

.escoop-publico-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(122, 28, 125, 0.1);
}

.escoop-publico-card__icon {
    width: 60px;
    height: 60px;
    background-color: var(--escoop-purple-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.escoop-publico-card h4 {
    color: var(--escoop-purple-dark);
    font-size: 20px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    font-style: bold;
    margin: 0 0 12px 0;
}

.escoop-publico-card p {
    color: var(--escoop-text-gray);
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

/* ============================================================ */
/* 5. GRADE CURRICULAR                                           */
/* ============================================================ */
.escoop-grade {
    padding: 80px 0;
    background: white;
    border-top: 1px solid #EEE;
}

.escoop-accordion {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.escoop-accordion__item {
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    overflow: hidden;
}

.escoop-accordion__header {
    width: 100%;
    background: white;
    border: none;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
}

.escoop-accordion__header:hover {
    background: #FAFAFA;
}

.escoop-accordion__title-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.escoop-accordion__icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: var(--escoop-purple-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.escoop-accordion__title-group h3 {
    margin: 0 0 4px 0;
    color: var(--escoop-purple-light);
    font-size: 28px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    line-height: 1.15;
}

.escoop-accordion__title-group span {
    color: var(--escoop-text-dark);
    font-weight: 700;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.escoop-accordion__arrow {
    color: #999;
    transition: transform 0.3s;
}

.escoop-accordion__item.active .escoop-accordion__arrow {
    transform: rotate(180deg);
}

.escoop-accordion__body {
    display: none;
    padding: 0 24px 24px;
    border-top: 1px solid #EEE;
}

.escoop-disciplina {
    padding: 24px 0;
    border-bottom: 1px solid #EEE;
}

.escoop-disciplina:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.escoop-disciplina__head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}

.escoop-disciplina__head h4 {
    margin: 0;
    font-size: 18px;
    color: var(--escoop-text-dark);
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-style: bold;
}

.escoop-disciplina__head span {
    color: #999;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.escoop-disciplina p {
    font-size: 13px;
    color: var(--escoop-text-dark);
    margin: 0;
    line-height: 1.9;
    font-family: 'Roboto', sans-serif;
}

/* ============================================================ */
/* 6. DOCENTES - CAROUSEL                                        */
/* ============================================================ */
.escoop-docentes {
    padding: 80px 0;
    background: var(--escoop-gray-light);
}

.escoop-docentes-carousel {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.escoop-docentes-carousel__arrow {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: var(--escoop-purple-dark);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.escoop-docentes-carousel__arrow:hover {
    background: rgba(0, 0, 0, 0.05);
}

.escoop-docentes-carousel__track-wrapper {
    flex: 1;
    overflow: hidden;
    margin: 0 auto;
}

.escoop-docentes-carousel__track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
}

.escoop-docentes-carousel--centered .escoop-docentes-carousel__track-wrapper {
    overflow: visible;
}

.escoop-docentes-carousel--centered .escoop-docentes-carousel__track {
    justify-content: center;
    flex-wrap: wrap;
}

.escoop-docente-card {
    flex: 0 0 250px;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s;
}

.escoop-docente-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.escoop-docente-card__photo {
    width: 100%;
    height: 240px;
    background: #F0F0F0;
    overflow: hidden;
}

.escoop-docente-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.escoop-docente-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0F0F0;
}

.escoop-docente-card__info {
    padding: 16px;
    text-align: center;
}

.escoop-docente-card__name {
    font-size: 20px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    font-style: bold;
    color: var(--escoop-purple-dark);
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.escoop-docente-card__titulo {
    display: block;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #870952;
    /* font-weight: 600; */
    margin-bottom: 8px;
}

.escoop-docente-card__bio {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    color: var(--escoop-text-dark);
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ============================================================ */
/* 6b. DOCENTE MODAL                                             */
/* ============================================================ */
.escoop-docente-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.escoop-docente-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.escoop-docente-modal__content {
    position: relative;
    background: white;
    border-radius: 20px;
    max-width: 560px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: escoopModalIn 0.3s ease;
}

@keyframes escoopModalIn {
    from { opacity: 0; transform: translateY(30px) scale(0.95); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

.escoop-docente-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.08);
    font-size: 22px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 1;
}

.escoop-docente-modal__close:hover {
    background: rgba(0, 0, 0, 0.15);
    color: #333;
}

.escoop-docente-modal__header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 32px 32px 0;
}

.escoop-docente-modal__photo {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background: #f0f0f0;
}

.escoop-docente-modal__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.escoop-docente-modal__photo .escoop-docente-modal__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
}

.escoop-docente-modal__title h3 {
    font-size: 22px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    color: var(--escoop-purple-dark);
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.escoop-docente-modal__titulo {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #870952;
}

.escoop-docente-modal__body {
    padding: 24px 32px 32px;
}

.escoop-docente-modal__section {
    margin-bottom: 16px;
}

.escoop-docente-modal__section:last-child {
    margin-bottom: 0;
}

.escoop-docente-modal__section h4 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: var(--escoop-purple-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 8px 0;
}

.escoop-docente-modal__section p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: var(--escoop-text-dark);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 600px) {
    .escoop-docente-modal__header {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px 0;
    }

    .escoop-docente-modal__photo {
        width: 100px;
        height: 100px;
    }

    .escoop-docente-modal__body {
        padding: 20px;
    }

    .escoop-docente-modal__title h3 {
        font-size: 18px;
    }
}

/* ============================================================ */
/* 7. INVESTIMENTO E INSCRICAO                                   */
/* ============================================================ */
.escoop-investimento {
    padding: 80px 0;
    background: white;
}

.escoop-investimento__card {
    background: transparent linear-gradient(180deg, #40093E 0%, #AB1CBA 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 48px;
    margin-bottom: 40px;
}

.escoop-investimento__tables {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 32px;
}

.escoop-table-box {
    border-radius: 12px;
    padding: 24px;
}

.escoop-table-box h4 {
    margin: 0 0 20px 0;
    font-size: 20px;
}

.escoop-table-box--outline {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    background: #FFFFFF1A 0% 0% no-repeat padding-box;
}

.escoop-table-box--filled {
    background: var(--escoop-yellow);
    color: var(--escoop-purple-dark);
}

.escoop-table-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.escoop-table-box--filled .escoop-table-row {
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.escoop-table-row.total {
    border-bottom: none;
    font-size: 16px;
    font-weight: 800;
    padding-top: 16px;
}

.escoop-investimento__docs {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 24px;
    color: white;
    margin-bottom: 32px;
}

.escoop-investimento__docs h4 {
    margin: 0 0 16px 0;
    font-size: 20px;
}

.escoop-docs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.escoop-docs-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.escoop-docs-grid li {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.escoop-docs-grid li svg {
    color: var(--escoop-yellow);
    flex-shrink: 0;
}

.escoop-investimento__actions {
    display: flex;
    gap: 16px;
}

.escoop-bolsa-matricula {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
}

.escoop-bolsa-card {
    background: var(--escoop-yellow);
    padding: 32px;
    border-radius: 12px;
    color: var(--escoop-text-dark);
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 16px;
}

.escoop-bolsa-card h3 {
    color: var(--escoop-purple-dark);
    font-family: 'Roboto', sans-serif;
    font-style: bold;
    font-size: 28px;
    margin: 0 0 16px 0;
}

.escoop-bolsa-card p {
    font-size: 14px;
    margin-bottom: 12px;
}

.escoop-matricula-card {
    background: var(--escoop-gray-light);
    padding: 32px;
    border-radius: 12px;
    font-family: 'Roboto', sans-serif;
}

.escoop-matricula-card h3 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    color: var(--escoop-purple-light);
    font-size: 16px;
    margin: 0 0 16px 0;
}

.escoop-matricula-card p {
    font-size: 14px;
    margin-bottom: 12px;
}

/* ============================================================ */
/* 8. HISTORICO E FORMAS DE INGRESSO                             */
/* ============================================================ */
.escoop-historico {
    padding: 80px 0;
    background: var(--escoop-gray-light);
}

.escoop-historico__cards {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 40px;
}

.escoop-historico-card {
    background: white;
    border-radius: 12px;
    padding: 32px;
    width: 260px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.escoop-historico-card h3 {
    font-size: 18px;
    color: var(--escoop-purple-dark);
    margin: 0 0 24px 0;
}

.escoop-historico-stat {
    border-top: 1px solid #EEE;
    padding-top: 16px;
    margin-bottom: 16px;
}

.escoop-historico-stat strong {
    font-size: 16px;
    color: var(--escoop-purple-light);
}

.escoop-historico-stat span {
    display: block;
    font-size: 14px;
    color: var(--escoop-text-gray);
}

.escoop-satisfacao {
    max-width: 400px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    font-size: 1.25rem;
    color: var(--escoop-purple-light);
}

.escoop-ingresso {
    padding: 80px 0;
    background: white;
    border-top: 1px solid #EEE;
}

.escoop-ingresso__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.escoop-ingresso-card {
    flex: 1 1 180px;
    max-width: 220px;
    text-align: center;
    padding: 24px 16px;
    border: 1px solid #EEE;
    border-radius: 12px;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.escoop-ingresso-card__icon {
    width: 48px;
    height: 48px;
    background: var(--escoop-purple-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.escoop-ingresso-card h4 {
    font-size: 14px;
    font-weight: 800;
    color: var(--escoop-purple-dark);
    margin: 0 0 12px 0;
    min-height: 40px;
}

.escoop-ingresso-card p {
    font-size: 14px;
    color: var(--escoop-text-gray);
    margin: 0;
    line-height: 1.5;
}

.escoop-carousel-btn {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid var(--escoop-border);
    background: var(--escoop-white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    color: var(--escoop-gray);
}

.escoop-carousel-btn:hover {
    border-color: var(--escoop-purple);
    color: var(--escoop-purple);
    background: rgba(123, 45, 142, 0.05);
}

.escoop-docente-card {
    flex: 0 0 200px;
    text-align: center;
}

.escoop-carousel-btn {
    display: none;
}

/* ============================================================ */
/* 9. DEPOIMENTOS - Speech bubble layout                         */
/* ============================================================ */
.escoop-depoimentos {
    padding: 80px 0;
    background: white;
}

.escoop-depoimentos__header {
    text-align: center;
    margin-bottom: 48px;
}

.escoop-depoimentos__carousel-wrapper {
    position: relative;
}

.escoop-depoimentos__carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 0 20px;
    justify-content: center;
}

.escoop-depoimentos__carousel::-webkit-scrollbar {
    display: none;
}

.escoop-depoimento-card {
    flex: 0 0 calc(33.333% - 16px);
    min-width: 280px;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.escoop-depoimento-card__bubble {
    border: 2px solid var(--escoop-purple);
    border-radius: 20px;
    padding: 28px 24px;
    font-size: 0.88rem;
    color: var(--escoop-text-gray);
    line-height: 1.7;
    text-align: center;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: white;
}

.escoop-depoimento-card__bubble p {
    margin: 0;
}

.escoop-depoimento-card__triangle {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid var(--escoop-purple);
    position: relative;
    margin-bottom: 4px;
}

.escoop-depoimento-card__triangle::after {
    content: '';
    position: absolute;
    top: -16px;
    left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid white;
}

.escoop-depoimento-card__author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.escoop-depoimento-card__photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #E5E5E5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.escoop-depoimento-card__photo-placeholder {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #E5E5E5;
}

.escoop-depoimento-card__author strong {
    font-size: 0.95rem;
    color: var(--escoop-text-dark);
    font-weight: 700;
}

.escoop-depoimentos__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.escoop-depoimentos__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #D9D9D9;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s;
}

.escoop-depoimentos__dot--active {
    background: var(--escoop-purple);
}

.escoop-depoimentos__dot:hover {
    background: var(--escoop-purple-light);
}

/* ============================================================ */
/* RESPONSIVE                                                    */
/* ============================================================ */

/* Tablet */
@media (max-width: 1024px) {
    .escoop-global-sidebar {
        position: static;
        width: 100%;
        margin-top: 40px;
        pointer-events: auto;
    }

    .escoop-sticky-card {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Tablet menor */
@media (max-width: 900px) {
    .escoop-hero__container {
        flex-direction: column;
        text-align: center;
    }

    .escoop-hero__right {
        width: 100%;
        max-width: 450px;
        flex: auto;
    }

    .escoop-investimento__tables {
        grid-template-columns: 1fr;
    }

    .escoop-investimento__card {
        padding: 28px 20px;
    }

    .escoop-investimento__actions {
        flex-direction: column;
        align-items: center;
    }

    .escoop-investimento__actions .escoop-btn {
        width: 100%;
        text-align: center;
    }

    .escoop-docs-grid {
        grid-template-columns: 1fr;
    }

    .escoop-bolsa-matricula {
        grid-template-columns: 1fr;
    }

    .escoop-historico__cards {
        flex-direction: column;
        align-items: center;
    }

    .escoop-depoimento-card {
        flex: 0 0 85%;
        min-width: 260px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .escoop-yellow-bar__inner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .escoop-hero__title {
        font-size: 2.5rem;
    }

    .escoop-docente-card {
        flex: 0 0 200px;
    }

    .escoop-docente-card__photo {
        height: 200px;
    }

    .escoop-docentes-carousel__arrow {
        width: 32px;
        height: 32px;
    }

    .escoop-publico-card {
        flex: 0 0 200px;
    }

    .escoop-publico-carousel__arrow {
        width: 32px;
        height: 32px;
    }

    .escoop-investimento__card {
        padding: 20px 16px;
    }

    .escoop-table-box {
        padding: 16px;
    }

    .escoop-bolsa-card,
    .escoop-matricula-card {
        padding: 24px 16px;
    }

    .escoop-depoimento-card {
        flex: 0 0 90%;
        min-width: 240px;
    }

    .escoop-depoimento-card__bubble {
        padding: 16px;
        min-height: 140px;
        font-size: 0.82rem;
    }

    .page-header {
        display: none !important;
    }
}
