/* ============================================================
   PSQ 20 ANOS — Estilos da página
   ============================================================ */

/* ---- HERO ---- */
#psq20-hero {
    padding: 0;
}

.psq20-hero-inner {
    background: #66589e;
    border-radius: 0 0 20px 20px;
    padding: 40px 40px 55px;
    overflow: hidden;
    position: relative;
}

.psq20-hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: -0.32px;
}

.psq20-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: -0.32px;
}

.psq20-hero-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
    max-width: 614px;
}

.psq20-hero-desc p {
    margin-bottom: 16px;
}

.psq20-hero-desc p:last-child {
    margin-bottom: 0;
}

.psq20-hero-img-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-left: 20px;
}

.psq20-hero-img {
    width: 100%;
    max-width: 590px;
    height: 465px;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

.psq20-hero-img-placeholder {
    width: 100%;
    max-width: 590px;
    height: 465px;
    border-radius: 20px;
    background: #e6e6e6;
    display: block;
}

/* ---- SECTION TITLE ---- */
#psq20-timeline {
    padding: 70px 0 100px;
    position: relative;
    overflow: hidden;
}

.psq20-section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #66589e;
    text-align: center;
    letter-spacing: -0.32px;
    line-height: 1.5;
    margin-bottom: 70px;
    white-space: nowrap;
}

/* ---- PAINT DECORATIVOS ---- */
.psq20-paint {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    width: 324px;
}

.psq20-paint-left-1 {
    left: -74px;
    top: 300px;
    transform: rotate(180deg) scaleY(-1);
}

.psq20-paint-left-2 {
    left: -74px;
    top: 65%;
    transform: rotate(180deg) scaleY(-1);
}

.psq20-paint-right {
    right: -100px;
    top: 40%;
    width: 341px;
    transform: rotate(180deg);
}

/* ---- TIMELINE ---- */
.psq20-tl-outer {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}

/* Linha vertical central */
.psq20-tl-vline {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 23px;
    background: #d0d8e0;
    border-radius: 12px;
    transform: translateX(-50%);
    z-index: 0;
}

/* Grupo de cada ano */
.psq20-tl-group {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}

/* Colunas esquerda e direita */
.psq20-tl-col-l,
.psq20-tl-col-r {
    width: calc(50% - 11.5px);
    box-sizing: border-box;
}

/* Coluna ESQUERDA */
.psq20-tl-col-l {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 0;
}

/* Coluna DIREITA */
.psq20-tl-col-r {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
}

/* Coluna central (dot) */
.psq20-tl-col-c {
    width: 23px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    z-index: 2;
    position: relative;
}

/* Dot central (marcador do ano) */
.psq20-tl-dot {
    width: 37px;
    height: 37px;
    position: relative;
    overflow: visible;
    margin-top: 12px;
    /*margin-left: -7px;  centraliza sobre a linha de 23px */
}

.psq20-tl-dot-circle {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: var(--block-color, #66589e);
}

/* ---- LABEL DO ANO (lado esquerdo) ---- */
.psq20-year-label-l {
    display: flex;
    align-items: center;
    padding-left: 42%;   /* ≈ 270px num container de 640px */
    width: 100%;
    box-sizing: border-box;
    margin-top: 14px;
    padding-right: 0;
}

.psq20-year-label-l .psq20-yn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: var(--block-color, #5a738d);
    letter-spacing: -0.32px;
    line-height: 1.5;
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 8px;
}

.psq20-year-label-l .psq20-yline {
    flex: 1;
    height: 1px;
    background: #5a738d;
}

/* ---- LABEL DO ANO (lado direito) ---- */
.psq20-year-label-r {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    margin-top: 14px;
    padding-right: 42%;
}

.psq20-year-label-r .psq20-yline {
    flex: 1;
    height: 1px;
    background: #5a738d;
    margin-right: 8px;
}

.psq20-year-label-r .psq20-yn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: var(--block-color, #5a738d);
    letter-spacing: -0.32px;
    line-height: 1.5;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ---- EVENTOS (coluna esquerda) ---- */
.psq20-events-l {
    padding-left: 42%;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
}

/* ---- EVENTOS (coluna direita) ---- */
.psq20-events-r {
    padding-left: 8%;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 4%;
}

/* ---- EVENTO INDIVIDUAL ---- */
.psq20-event {
    margin-bottom: 50px;
}

.psq20-event:last-child {
    margin-bottom: 0;
}

/* Ícone do evento */
.psq20-event-icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    flex-shrink: 0;
}

.psq20-event-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--block-color, #66589e);
    display: block;
}

.psq20-event-icon .psq20-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
    display: block;
}

/* Badge especial (1BI) */
.psq20-event-icon.psq20-badge-icon .psq20-icon {
    max-width: 78%;
    max-height: 78%;
}

.psq20-badge-label {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translateX(-50%);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 10px;
    color: #fff;
    letter-spacing: -0.32px;
    line-height: 1.5;
    white-space: nowrap;
    pointer-events: none;
}

/* Lista de eventos */
.psq20-event ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #5a738d;
    letter-spacing: -0.32px;
    line-height: 1.5;
    max-width: 315px;
}

.psq20-event ul li {
    margin-bottom: 0;
}

/* ---- RESPONSIVO ---- */
@media screen and (max-width: 1366px) and (max-height: 768px) {
    .psq20-hero-inner {
        padding: 20px 40px 24px;
        display: flex;
        align-items: center;
    }

    .psq20-hero-inner > .container,
    .psq20-hero-inner > .row {
        width: 100%;
    }

    .psq20-hero-subtitle {
        font-size: 16px;
    }

    .psq20-hero-title {
        font-size: 21px;
        margin-bottom: 8px;
    }

    .psq20-hero-desc {
        font-size: 13px;
        line-height: 1.4;
        max-width: 100%;
    }

    .psq20-hero-desc p {
        margin-bottom: 8px;
    }

    .psq20-hero-inner .row {
        align-items: center;
    }

    .psq20-hero-img-wrap {
        justify-content: center;
        padding-left: 12px;
    }

    .psq20-hero-img,
    .psq20-hero-img-placeholder {
        height: 315px;
        max-width: 320px;
    }
}

@media (max-width: 1024px) {
    .psq20-hero-img,
    .psq20-hero-img-placeholder {
        height: 360px;
    }

    .psq20-section-title {
        white-space: normal;
        font-size: 24px;
    }

    .psq20-paint {
        display: none;
    }

    .psq20-year-label-l { padding-left: 30%; }
    .psq20-year-label-r { padding-right: 30%; }
    .psq20-events-l     { padding-left: 30%; }
    .psq20-events-r     { padding-left: 5%; padding-right: 2%; }
}

@media (max-width: 768px) {
    .psq20-hero-inner {
        padding: 30px 16px 40px;
    }

    .psq20-hero-subtitle { font-size: 18px; }
    .psq20-hero-title    { font-size: 24px; }
    .psq20-hero-desc     { font-size: 14px; }

    .psq20-hero-img-wrap {
        justify-content: center;
        padding-left: 0;
        margin-top: 24px;
    }

    .psq20-hero-img,
    .psq20-hero-img-placeholder {
        height: 260px;
        max-width: 100%;
    }

    .psq20-section-title {
        font-size: 20px;
        margin-bottom: 40px;
    }

    /* Mobile: timeline vertical simples */
    .psq20-tl-vline { display: none; }

    .psq20-tl-group {
        flex-direction: column;
        padding-bottom: 30px;
        border-left: 4px solid #66589e;
        margin-left: 16px;
        padding-left: 20px;
    }

    .psq20-tl-col-l,
    .psq20-tl-col-r,
    .psq20-tl-col-c {
        width: 100%;
    }

    .psq20-tl-col-c { display: none; }

    .psq20-year-label-l,
    .psq20-year-label-r {
        padding-left: 0;
        padding-right: 0;
    }

    .psq20-year-label-l .psq20-yline,
    .psq20-year-label-r .psq20-yline { display: none; }

    .psq20-events-l { padding-left: 0; }
    .psq20-events-r { padding-left: 0; padding-right: 0; }

    .psq20-event ul { max-width: 100%; }
}
