/* Premium Press Page specific styles */
.press-page-main {
    background-color: #FAF6F0;
    color: #1D1B16;
    font-family: 'Saans', sans-serif;
}
.press-hero-section {
    background-color: #ffffff;
    /* <main> anula el padding-top:76px global de page-interior (padding:0
       !important inline), así que este valor asume toda la separación
       respecto al topbar fijo — antes eran 280px, dejando ~200px de hueco
       vacío por debajo de la barra. */
    padding: 140px 24px 80px 24px !important;
    border-bottom: 1px solid #E2DED4;
    width: 100%;
}
.press-hero-grid {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.press-hero-tag {
    display: block;
    color: #2A2822;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 0.08em;
    font-family: 'Saans', sans-serif;
}
.press-hero-section h1 {
    font-family: 'Saans', sans-serif;
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 400;
    color: #1D1B16 !important;
    line-height: 1.15;
    margin: 0;
}
.press-hero-section h1 span {
    font-weight: 800;
    color: #1D1B16 !important;
}
.press-hero-section p {
    font-size: 18px;
    line-height: 1.6;
    color: #635E54 !important;
    margin: 24px auto 0 auto;
    max-width: 660px;
}

.press-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 24px;
}

.press-grid-2 {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 64px;
    margin-bottom: 96px;
    align-items: center;
}
.press-about-image img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 12px 36px rgba(29,27,22,0.06);
}
.press-about-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.press-section-tag {
    font-size: 13px;
    font-weight: 600;
    color: #2A2822 !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0;
}
.press-section-title {
    font-family: 'Saans', sans-serif;
    font-size: clamp(24px, 2.5vw, 36px);
    font-weight: 800;
    color: #1D1B16 !important;
    line-height: 1.2;
    margin: 0;
}
.press-about-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #635E54;
    margin: 0;
}

/* Blueprint divider */
.blueprint-divider {
    border-top: 1px dashed #E2DED4;
    margin: 64px 0;
    position: relative;
    text-align: center;
}
.blueprint-divider-mark {
    background: #FAF6F0;
    color: #7F786C;
    font-family: monospace;
    font-size: 12px;
    padding: 0 16px;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Media Kit Section */
.media-kit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 32px;
}
.media-card {
    background: #FFFFFF;
    border: 1px solid #E2DED4;
    border-radius: 20px;
    padding: 32px 24px;
    box-shadow: 0 4px 12px rgba(29,27,22,0.02);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    text-align: left;
    text-decoration: none;
    color: inherit;
}
.media-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(51,77,207,0.05);
    border-color: #334DCF;
}
.media-card-info h4 {
    font-family: 'Saans', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #1D1B16 !important;
    margin: 0 0 10px 0;
}
.media-card-info p {
    font-size: 14px;
    line-height: 1.5;
    color: #7F786C;
    margin: 0 0 24px 0;
}
.media-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #FAF6F0;
    color: #334DCF;
    border: 1px solid #E2DED4;
    padding: 10px 18px;
    font-size: 13.5px;
    font-weight: 700;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.media-download-btn:hover {
    background-color: #334DCF;
    color: #FFFFFF;
    border-color: #334DCF;
}
.media-download-btn svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
}

/* Press Releases Section */
.press-releases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 32px;
}
.release-card {
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #E2DED4;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(29,27,22,0.02);
    transition: all 0.3s ease;
}
.release-card:hover {
    box-shadow: 0 12px 28px rgba(29,27,22,0.05);
}
.release-thumb {
    height: 200px;
    position: relative;
    background-color: #0E0E90;
    display: flex;
    align-items: center;
    justify-content: center;
}
.release-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.release-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #FAF6F0;
    color: #0E0E90;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    text-transform: uppercase;
}
.release-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
    justify-content: space-between;
    text-align: left;
}
.release-meta {
    font-size: 12.5px;
    color: #7F786C;
    font-weight: 600;
}
.release-title h4 {
    font-family: 'Saans', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: #1D1B16 !important;
    line-height: 1.4;
    margin: 0;
}
.release-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #635E54;
    margin: 0;
}
.release-link {
    font-size: 14px;
    font-weight: 700;
    color: #334DCF;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.release-link:hover {
    color: #334DCF;
}

/* Contact Form grid */
.press-contact-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 48px;
    margin-top: 32px;
}
.press-form-card {
    background: #FFFFFF;
    border: 1px solid #E2DED4;
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 4px 12px rgba(29,27,22,0.02);
}
.press-alternative-card {
    background: #334DCF; /* azul general del sitio (antes navy #0E0E90) */
    border-radius: 24px;
    padding: 48px;
    color: #FAF6F0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    text-align: left;
}
.press-alternative-title {
    font-family: 'Saans', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0;
}
.press-alternative-card p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #DBE1F5;
    margin: 0;
}
.press-email-box {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    background: rgba(255,255,255,0.08);
    border: 1px dashed rgba(255,255,255,0.2);
    padding: 16px 20px;
    border-radius: 12px;
    display: inline-block;
}
.press-phone-link {
    color: #334DCF;
    text-decoration: none;
    font-weight: 700;
}
.press-phone-link:hover {
    color: #ffffff;
}

@media (max-width: 1024px) {
    .media-kit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .press-releases-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 860px) {
    .press-grid-2 {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .press-contact-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .press-form-card {
        padding: 32px 24px;
    }
    .press-alternative-card {
        padding: 32px 24px;
    }
}
@media (max-width: 480px) {
    .media-kit-grid {
        grid-template-columns: 1fr;
    }
}

/* El botón de envío usaba estilos inline sin !important, que perdían
   contra la regla global ".btn-phone, .native-submit-btn { background-color:
   transparent !important; ... }" (style.css) — se veía como texto azul
   plano en vez de un botón relleno. */
.press-form-card .native-submit-btn {
    background-color: #334DCF !important;
    border: 1.5px solid #334DCF !important;
    color: #ffffff !important;
}
.press-form-card .native-submit-btn:hover {
    background-color: #26399e !important;
    border-color: #26399e !important;
}

/* Sección "Próximamente" (sustituye al grid de notas de prensa) */
.press-coming-soon {
    max-width: 480px;
    margin: 32px auto 0;
    padding: 56px 32px;
    background: #FFFFFF;
    border: 1px dashed #E2DED4;
    border-radius: 20px;
    text-align: center;
}
.press-coming-soon-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(51, 77, 207, 0.08);
    color: #334DCF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.press-coming-soon h4 {
    font-family: 'Saans', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #1D1B16;
    margin: 0 0 8px 0;
}
.press-coming-soon p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #635E54;
    margin: 0;
}
