.epw-page-intro {
    max-width: 920px;
    margin: 0 auto 2.5rem auto;
    padding: 2rem;
    border-radius: 22px;
    background: linear-gradient(135deg, #101010 0%, #1b1b1b 62%, #3a0508 100%);
    color: #ffffff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.epw-kicker {
    display: inline-block;
    margin-bottom: 0.85rem;
    padding: 0.32rem 0.72rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #ffffff;
    background: #c1121f;
}

.epw-page-intro h1,
.epw-page-intro h2 {
    margin-bottom: 1rem;
    color: #ffffff;
}

.epw-page-intro p {
    max-width: 780px;
    font-size: 1.05rem;
    line-height: 1.75;
    color: #f3f4f6;
}

.epw-timeline {
    max-width: 920px;
    margin: 0 auto;
    display: grid;
    gap: 1.25rem;
}

.epw-item {
    position: relative;
    overflow: hidden;
    padding: 1.5rem 1.6rem;
    border: 1px solid rgba(17, 17, 17, 0.10);
    border-left: 6px solid #c1121f;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.epw-item::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #111111 0%, #c1121f 100%);
    opacity: 0.95;
}

.epw-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.13);
    border-left-color: #8f0d17;
}

.epw-product-badge {
    display: inline-flex;
    align-items: center;
    margin: 0 0 0.85rem 0;
    padding: 0.30rem 0.72rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    background: #111111;
}

.epw-item h2 {
    margin: 0 0 0.7rem 0;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    line-height: 1.3;
    color: #111111;
}

.epw-item h2 a {
    color: inherit;
    text-decoration: none;
}

.epw-item h2 a:hover {
    color: #c1121f;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.epw-date {
    margin: 0 0 0.8rem 0;
    font-size: 0.92rem;
    color: #5b6470;
}

.epw-item p {
    line-height: 1.65;
}

.epw-item p:last-child {
    margin-bottom: 0;
}

.epw-product-wordpress .epw-product-badge {
    background: #111111;
}

.epw-product-zimbra .epw-product-badge {
    background: #c1121f;
}

.epw-product-mediawiki .epw-product-badge {
    background: #2b2b2b;
}

.epw-product-apache-httpd .epw-product-badge {
    background: #8f0d17;
}

.epw-product-dolibarr .epw-product-badge {
    background: #3a0508;
}

.epw-article {
    max-width: 860px;
    margin: 0 auto;
    padding: 1.7rem;
    border: 1px solid rgba(17, 17, 17, 0.10);
    border-left: 6px solid #c1121f;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
}

.epw-article::before {
    content: "Veille sécurité";
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.32rem 0.72rem;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.epw-article p {
    line-height: 1.7;
}

.epw-article a {
    color: #c1121f;
    font-weight: 700;
}

.epw-article a:hover {
    color: #8f0d17;
}

@media (max-width: 700px) {
    .epw-page-intro {
        padding: 1.35rem;
        border-radius: 18px;
    }

    .epw-item {
        padding: 1.25rem;
        border-radius: 15px;
    }

    .epw-page-intro,
    .epw-timeline {
        max-width: 100%;
    }
}
