/* ==========================================================================
   CRISTALCHILE - Página Prensa
   Estilos específicos para la página de prensa
   ========================================================================== */

.prensa-main {
    background-color: #f5f5f5;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.prensa-hero {
    position: relative;
    height: 550px;
    overflow: hidden;
}

.prensa-hero__background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.prensa-hero__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prensa-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.prensa-hero__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 102px 80px;
}

.prensa-hero__container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.prensa-hero__title {
    font-family: 'Myriad Pro', var(--font-display), sans-serif;
    font-size: 70px;
    font-weight: 300;
    line-height: 1.1;
    color: #FFFFFF;
    margin: 0;
    max-width: 915px;
}

.prensa-hero__title-accent {
    font-weight: 600;
}

/* Número destacado */
.prensa-hero__featured-number {
    position: absolute;
    top: 561px;
    right: calc(95.83% - 114.5px);
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
    pointer-events: none;
}

.prensa-hero__number {
    font-family: 'Myriad Pro', var(--font-display), sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 0;
    letter-spacing: -0.66px;
}

.prensa-hero__number-label {
    font-family: 'Geologica', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 0;
    letter-spacing: -0.198px;
    margin-top: 15px;
}

/* ==========================================================================
   FILTROS SECTION
   ========================================================================== */
.prensa-filtros {
    background-color: #f5f5f5;
    padding: 24px 0;
}

.prensa-filtros__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 111px;
}

.prensa-filtros__selects {
    display: flex;
    gap: 24px;
    margin-bottom: 16px;
}

.prensa-filtros__select {
    position: relative;
    width: 296px;
}

.prensa-filtros__select-input {
    width: 100%;
    height: 40px;
    padding: 12px 40px 12px 12px;
    background-color: #FFFFFF;
    border: 1px solid rgba(88, 89, 89, 0.2);
    border-radius: 10px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
    appearance: none;
    cursor: pointer;
}

.prensa-filtros__select-input:focus {
    outline: none;
    border-color: var(--color-primary);
}

.prensa-filtros__select-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 24px;
    height: 24px;
}

/* Tags activos */
.prensa-filtros__tags {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

.prensa-filtro-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 38px;
    padding: 10px;
    background-color: var(--color-primary, #033e84);
    border-radius: 10px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.prensa-filtro-tag__close {
    width: 10px;
    height: 10px;
    cursor: pointer;
    opacity: 0.8;
}

.prensa-filtro-tag__close:hover {
    opacity: 1;
}

/* ==========================================================================
   CONTENT SECTION
   ========================================================================== */
.prensa-content {
    background-color: #f5f5f5;
    padding: 107px 0 30px;
}

.prensa-content__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 111px;
}

/* Artículo Destacado */
.prensa-destacado {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
}

.prensa-destacado__image {
    flex: 0 0 668px;
    width: 668px;
    height: auto;
    overflow: hidden;
}

.prensa-destacado__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prensa-destacado__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
}

.prensa-destacado__title {
    font-family: 'Myriad Pro', var(--font-display), sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    color: #033E84;
    margin: 0;
    letter-spacing: -0.352px;
}

.prensa-destacado__separator {
    border: none;
    border-top: 2px solid #033E84;
    width: 33.33%;
    margin: 0;
    padding: 0;
}

.prensa-destacado__date {
    font-family: 'Myriad Pro', var(--font-display), sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-secundario, #041e42);
    margin: 0;
}

.prensa-destacado__excerpt {
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--oxford-blue, #002147);
    margin: 0;
    letter-spacing: -0.22px;
}

.prensa-destacado__btn {
    display: block;
    width: 184px;
    height: 40px;
    padding: 11.161px 22.322px;
    background-color: var(--color-rojo, #d84141);
    border: 1px solid var(--color-rojo, #d84141);
    border-radius: 10px;
    font-family: 'Arial', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0 auto 0 0;
    box-sizing: border-box;
}

.prensa-destacado__btn:hover {
    background-color: rgba(216, 65, 65, 0.9);
}

/* ==========================================================================
   SECCIÓN NOTICIAS SECUNDARIAS
   ========================================================================== */
.prensa-secundarias {
    background-color: #f5f5f5;
    padding: 24px 0;
}

.prensa-secundarias__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 111px;
}

.prensa-secundarias__filtros {
    display: flex;
    gap: 24px;
    margin-bottom: 38px;
}

.prensa-filtro {
    position: relative;
    width: 296px;
}

/* Select nativo oculto para accesibilidad */
.prensa-filtro__select-hidden {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: 0;
    width: 0;
}

/* Contenedor del dropdown personalizado */
.prensa-filtro__custom {
    position: relative;
}

/* Botón seleccionado (visible) */
.prensa-filtro__selected {
    width: 100%;
    height: 50px;
    padding: 12px 40px 12px 12px;
    background-color: #FFFFFF;
    border: 1px solid rgba(88, 89, 89, 0.2);
    border-radius: 10px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.prensa-filtro__selected:hover {
    border-color: rgba(88, 89, 89, 0.3);
}

.prensa-filtro__selected-text {
    flex: 1;
}

.prensa-filtro__arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.prensa-filtro--open .prensa-filtro__arrow {
    transform: rotate(180deg);
}

.prensa-filtro--open .prensa-filtro__selected {
    border-color: rgba(88, 89, 89, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Dropdown desplegado */
.prensa-filtro__dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(88, 89, 89, 0.2);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    padding: 8px 0;
    backdrop-filter: blur(10px);
}

.prensa-filtro--open .prensa-filtro__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Opciones del dropdown */
.prensa-filtro__option {
    padding: 12px 16px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 2px 8px;
    border-radius: 8px;
}

.prensa-filtro__option:hover {
    background-color: rgba(245, 245, 245, 0.9);
    color: rgba(0, 0, 0, 0.8);
}

.prensa-filtro__option--selected {
    background-color: rgba(245, 245, 245, 0.9);
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
}

.prensa-filtro__option:first-child {
    margin-top: 4px;
}

.prensa-filtro__option:last-child {
    margin-bottom: 4px;
}

/* Tags activos */
.prensa-filtros__tags {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.prensa-filtro-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 38px;
    padding: 10px;
    background-color: var(--color-primary, #033e84);
    border-radius: 10px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.prensa-filtro-tag__close {
    width: 10px;
    height: 10px;
    cursor: pointer;
    opacity: 0.8;
}

.prensa-filtro-tag__close:hover {
    opacity: 1;
}

/* Grid de Noticias Secundarias */
.prensa-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.prensa-card {
    background-color: #FFFFFF;
    border: 0.1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.prensa-card--hidden {
    display: none;
}

.prensa-card__image {
    position: relative;
    width: 100%;
    height: 219px;
    overflow: hidden;
}

.prensa-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prensa-card__tag-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 12px;
    background-color: rgba(4, 30, 66, 0.9);
    border-radius: 0 8px 0 0;
}

.prensa-card__tag-text {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
}

.prensa-card__content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.prensa-card__title {
    font-family: 'Myriad Pro', var(--font-display), sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    margin: 0;
}

.prensa-card__date {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--oxford-blue, #002147);
    margin: 0;
}

.prensa-card__excerpt {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    margin: 0;
    flex: 1;
}

.prensa-card__btn {
    display: inline-block;
    width: fit-content;
    padding: 12px 24px;
    background-color: var(--color-rojo, #d84141);
    border: none;
    border-radius: 10px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
}

.prensa-card__btn:hover {
    background-color: rgba(216, 65, 65, 0.9);
}

.prensa-card--hidden {
    display: none;
}

/* ==========================================================================
   PAGINACIÓN SECTION
   ========================================================================== */
.prensa-pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prensa-pagination__container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.prensa-pagination__page {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
    font-family: 'Myriad Pro', var(--font-display), sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.prensa-pagination__page:hover:not(.is-active) {
    background-color: rgba(0, 0, 0, 0.15);
}

.prensa-pagination__page.is-active {
    background-color: #033E84;
    color: #FFFFFF;
    cursor: default;
}

.prensa-pagination__separator {
    width: 1px;
    height: 32px;
    background-color: #033E84;
    flex-shrink: 0;
}

.prensa-pagination__next {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.prensa-pagination__next:hover {
    background-color: rgba(3, 62, 132, 0.1);
}

.prensa-pagination__next svg {
    width: 24px;
    height: 24px;
    display: block;
}

/* ==========================================================================
   CONTACTO SECTION
   ========================================================================== */
.prensa-contacto {
    margin-top: 50px;
}

.prensa-contacto__text {
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-primary, #033e84);
    margin: 0;
}

.prensa-contacto__text strong {
    font-weight: 700;
}

.prensa-contacto__email {
    color: var(--color-primary, #033e84);
    text-decoration: underline;
    transition: opacity 0.3s ease;
    margin-left: 8px;
}

.prensa-contacto__email:hover {
    opacity: 0.8;
}

/* ==========================================================================
   PLANTAS SECTION
   ========================================================================== */
.prensa-plantas {
    background-color: #f5f5f5;
    padding: 40px 0 0;
}

.prensa-plantas__container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.prensa-planta-card {
    position: relative;
    height: 338px;
    overflow: hidden;
}

.prensa-planta-card__background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.prensa-planta-card__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prensa-planta-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.prensa-planta-card__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 144px 0 144px;
    gap: 12px;
}

.prensa-planta-card__icon {
    width: 24px;
    height: 32px;
    margin-bottom: 8px;
}

.prensa-planta-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prensa-planta-card__title {
    font-family: 'Myriad Pro', var(--font-display), sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    color: #FFFFFF;
    margin: 0;
}

.prensa-planta-card__direccion {
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    margin: 0;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1400px) {
    .prensa-hero__content {
        padding: 0 64px;
    }

    .prensa-filtros__container,
    .prensa-content__container,
    .prensa-contacto__container {
        padding: 0 64px;
    }
}

@media (max-width: 1200px) {
    .prensa-hero {
        height: 450px;
    }

    .prensa-hero__title {
        font-size: 50px;
    }

    .prensa-content__container {
        flex-direction: column;
    }

    .prensa-destacado {
        flex: 0 0 auto;
    }

    .prensa-grid {
        grid-template-columns: repeat(2, 1fr);
        flex: 1;
    }

    .prensa-destacado {
        flex: 0 0 auto;
    }

    .prensa-hero__featured-number {
        top: auto;
        bottom: 80px;
        right: 40px;
        transform: none;
    }
}

@media (max-width: 992px) {
    .prensa-hero {
        height: 400px;
    }

    .prensa-hero__content {
        padding: 0 40px;
    }

    .prensa-hero__title {
        font-size: 40px;
    }

    .prensa-filtros__container,
    .prensa-content__container,
    .prensa-contacto__container {
        padding: 0 40px;
    }

    .prensa-filtros__selects {
        flex-direction: column;
    }

    .prensa-filtros__select {
        width: 100%;
    }

    .prensa-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        flex: 1;
    }

    .prensa-destacado {
        flex: 0 0 auto;
    }

    .prensa-plantas__container {
        grid-template-columns: 1fr;
    }

    .prensa-planta-card {
        width: 100%;
    }

    .prensa-planta-card__content {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    /* Hero Section */
    .prensa-hero {
        height: 435px;
    }

    .prensa-hero__featured-number {
        display: none;
    }

    .prensa-hero__content {
        padding: 0 20px 60px;
    }

    .prensa-hero__title {
        font-size: 28px;
        line-height: 1.2;
        max-width: 100%;
    }

    /* Content Section */
    .prensa-content {
        padding: 30px 0 40px;
    }

    .prensa-content__container {
        padding: 0 20px;
    }

    .prensa-destacado {
        flex-direction: column;
        gap: 20px;
    }

    .prensa-destacado__image {
        flex: 0 0 auto;
        width: 100%;
        height: 240px;
    }

    .prensa-destacado__content {
        gap: 10px;
    }

    .prensa-destacado__title {
        font-size: 24px;
        letter-spacing: -0.264px;
    }

    .prensa-destacado__separator {
        width: 100%;
        margin: 8px 0;
    }

    .prensa-destacado__date {
        font-size: 18px;
    }

    .prensa-destacado__excerpt {
        font-size: 16px;
        letter-spacing: -0.176px;
    }

    .prensa-destacado__btn {
        width: 100%;
        margin-top: 10px;
    }

    /* Filtros Section */
    .prensa-secundarias {
        padding: 20px 0;
    }

    .prensa-secundarias__container {
        padding: 0 20px;
    }

    .prensa-secundarias__filtros {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 24px;
    }

    .prensa-filtro {
        width: 100%;
    }

    .prensa-filtro__selected {
        height: 44px;
        padding: 10px 40px 10px 12px;
        font-size: 15px;
    }

    .prensa-filtros__tags {
        margin-bottom: 24px;
        gap: 8px;
    }

    .prensa-filtro-tag {
        height: 36px;
        padding: 8px 12px;
        font-size: 14px;
    }

    /* Grid de Noticias */
    .prensa-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .prensa-card__image {
        height: 200px;
    }

    .prensa-card__content {
        padding: 20px;
        gap: 10px;
    }

    .prensa-card__title {
        font-size: 20px;
    }

    .prensa-card__excerpt {
        font-size: 16px;
    }

    .prensa-card__btn {
        font-size: 15px;
        padding: 8px 16px;
    }

    /* Contacto Section */
    .prensa-contacto {
        padding: 30px 0;
    }

    .prensa-contacto__text {
        font-size: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .prensa-contacto__email {
        font-size: 16px;
        word-break: break-all;
    }

    /* Plantas Section */
    .prensa-plantas {
        padding: 30px 0 0;
    }

    .prensa-plantas__container {
        grid-template-columns: 1fr;
    }

    .prensa-planta-card {
        height: 260px;
    }

    .prensa-planta-card__content {
        padding: 24px 20px;
        gap: 10px;
        justify-content: flex-end;
    }

    .prensa-planta-card__icon {
        width: 20px;
        height: 28px;
        margin-bottom: 12px;
    }

    .prensa-planta-card__title {
        font-size: 24px;
    }

    .prensa-planta-card__direccion {
        font-size: 16px;
    }

    /* Paginación */
    .prensa-pagination {
        margin-top: 40px;
    }

    .prensa-pagination__container {
        gap: 6px;
    }

    .prensa-pagination__page,
    .prensa-pagination__next {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 16px;
    }

    .prensa-pagination__separator {
        height: 28px;
    }

    .prensa-pagination__next svg {
        width: 20px;
        height: 20px;
    }
}

