.cyber-page {
    background: #ffffff;
}

.cyber-hero {
    position: relative;
    overflow: hidden;
    padding: 4.8rem 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 18%, rgb(24 126 255 / 28%), transparent 30rem),
        radial-gradient(circle at 8% 82%, rgb(217 147 33 / 18%), transparent 24rem),
        linear-gradient(125deg, #02152f 0%, #062c63 52%, #075fc9 100%);
}

.cyber-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.92fr);
    align-items: center;
    gap: 4rem;
}

.cyber-hero h1 {
    max-width: 15ch;
    margin: 0.6rem 0 1.4rem;
    color: #ffffff;
    font-size: clamp(2.7rem, 4.2vw, 4.15rem);
    line-height: 1.02;
    letter-spacing: -0.035em;
}

.cyber-hero h1 span {
    display: block;
    color: #65b0ff;
}

.cyber-hero__lead {
    max-width: 42rem;
    color: rgb(255 255 255 / 82%);
    font-size: 1.12rem;
    line-height: 1.7;
}

.cyber-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.cyber-button-secondary {
    color: #ffffff !important;
    border-color: rgb(255 255 255 / 55%) !important;
}

.cyber-hero__indicators {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 2.2rem;
}

.cyber-hero__indicators article {
    padding: 1rem;
    background: rgb(255 255 255 / 9%);
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 1rem;
}

.cyber-hero__indicators strong,
.cyber-hero__indicators span {
    display: block;
}

.cyber-hero__indicators strong {
    color: #ffffff;
}

.cyber-hero__indicators span {
    margin-top: 0.25rem;
    color: rgb(255 255 255 / 70%);
    font-size: 0.82rem;
}

.cyber-hero__visual {
    position: relative;
}

.cyber-hero__visual::before {
    position: absolute;
    inset: 1.2rem -1rem -1rem 1.2rem;
    content: "";
    background: linear-gradient(145deg, #0871e8, #02152f);
    border-radius: 1.8rem;
    transform: rotate(2deg);
}

.cyber-hero__visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 28rem;
    display: block;
    object-fit: cover;
    border: 0.45rem solid #ffffff;
    border-radius: 1.6rem;
    box-shadow: 0 2rem 4rem rgb(0 0 0 / 35%);
}

.cyber-hero__shield {
    position: absolute;
    z-index: 3;
    right: -1rem;
    bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 1rem;
    color: #05295d;
    background: #efae37;
    border: 0.3rem solid #ffffff;
    border-radius: 999px;
    font-weight: 900;
}

.cyber-hero__shield span {
    width: 1.5rem;
    height: 1.5rem;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #0871e8;
    border-radius: 50%;
}

.cyber-risks {
    padding: 5.5rem 0;
    background:
        radial-gradient(circle at 12% 20%, rgb(9 102 223 / 12%), transparent 22rem),
        linear-gradient(180deg, #ffffff, #e6eef8);
}

.cyber-risks__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
    margin-top: 3rem;
}

.cyber-risks__grid article {
    padding: 1.7rem;
    background: linear-gradient(145deg, #ffffff, #f5f8fc);
    border: 1px solid #c9d9ed;
    border-top: 0.35rem solid #0871e8;
    border-radius: 1.2rem;
    box-shadow: 0 1rem 2rem rgb(5 41 93 / 9%);
}

.cyber-risks__grid article:nth-child(even) {
    border-top-color: #d99321;
}

.cyber-risks__icon {
    width: 4rem;
    height: 4rem;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #ffffff, #e8f2ff);
    border: 1px solid #b8d3f4;
    border-radius: 1rem;
}

.cyber-risks__icon img {
    width: 2.45rem;
    height: 2.45rem;
}

.cyber-risks h3 {
    color: #05295d;
}

.cyber-risks p {
    color: #52647e;
    line-height: 1.55;
}

.cyber-protection {
    padding: 6rem 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 15%, rgb(255 255 255 / 10%), transparent 24rem),
        linear-gradient(125deg, #02152f, #063f86 58%, #0871e8);
}

.cyber-protection__grid {
    display: grid;
    grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.4fr);
    align-items: center;
    gap: 4rem;
}

.cyber-protection__content h2 {
    color: #ffffff;
    font-size: clamp(2.3rem, 4vw, 3.5rem);
    line-height: 1.06;
}

.cyber-protection__content p {
    color: rgb(255 255 255 / 80%);
    line-height: 1.7;
}

.cyber-protection__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.cyber-protection__cards article {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(145deg, #fff8ec, #f7e7c9);
    border: 1px solid #dfba75;
    border-radius: 1.2rem;
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 18%);
}

.cyber-protection__cards span {
    color: #0871e8;
    font-weight: 900;
}

.cyber-protection__cards h3 {
    margin: 0;
    color: #05295d;
}

.cyber-protection__cards p {
    margin: 0.35rem 0 0;
    color: #52647e;
    line-height: 1.5;
}

.cyber-audit {
    padding: 6rem 0;
    background:
        linear-gradient(rgb(255 249 239 / 92%), rgb(255 249 239 / 92%)),
        repeating-linear-gradient(
            90deg,
            #efdfc5 0,
            #efdfc5 1.8rem,
            #f7ead5 1.8rem,
            #f7ead5 3.6rem
        );
}

.cyber-audit__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    align-items: center;
    gap: 4rem;
}

.cyber-audit__visual img {
    width: 100%;
    height: 24rem;
    display: block;
    object-fit: cover;
    border: 0.45rem solid #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 1.8rem 3.5rem rgb(5 41 93 / 18%);
}

.cyber-audit__content h2 {
    color: #05295d;
    font-size: clamp(2.3rem, 4vw, 3.5rem);
    line-height: 1.08;
}

.cyber-audit__content p,
.cyber-audit__content li {
    color: #52647e;
    line-height: 1.65;
}

.cyber-audit__content ul {
    display: grid;
    gap: 0.75rem;
    padding: 0;
    list-style: none;
}

.cyber-audit__content li {
    position: relative;
    padding-left: 1.7rem;
}

.cyber-audit__content li::before {
    position: absolute;
    left: 0;
    content: "✓";
    color: #d99321;
    font-weight: 900;
}

.cyber-reflexes {
    padding: 5rem 0;
    color: #ffffff;
    background: linear-gradient(120deg, #05295d, #0871e8);
}

.cyber-reflexes .section-heading h2,
.cyber-reflexes .section-heading p {
    color: #ffffff;
}

.cyber-reflexes__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.4rem;
    margin-top: 2.5rem;
}

.cyber-reflexes__grid article {
    padding: 1.5rem;
    background: rgb(255 255 255 / 10%);
    border: 1px solid rgb(255 255 255 / 22%);
    border-radius: 1.2rem;
}

.cyber-reflexes__grid strong {
    color: #efae37;
}

.cyber-reflexes__grid h3 {
    color: #ffffff;
}

.cyber-reflexes__grid p {
    color: rgb(255 255 255 / 76%);
    line-height: 1.55;
}

.cyber-contact {
    padding: 4rem 0;
    background: #e6eef8;
}

@media (max-width: 62rem) {
    .cyber-hero__grid,
    .cyber-protection__grid,
    .cyber-audit__panel {
        grid-template-columns: 1fr;
    }

    .cyber-hero__visual {
        max-width: 42rem;
        margin-inline: auto;
    }

    .cyber-risks__grid,
    .cyber-reflexes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 42rem) {
    .cyber-hero {
        padding: 3rem 0 4rem;
    }

    .cyber-hero h1 {
        font-size: 2.8rem;
    }

    .cyber-hero__indicators,
    .cyber-risks__grid,
    .cyber-protection__cards,
    .cyber-reflexes__grid {
        grid-template-columns: 1fr;
    }

    .cyber-hero__visual img,
    .cyber-audit__visual img {
        height: 21rem;
    }
}

/* Correction du bouton secondaire dans le hero cybersécurité */

.cyber-hero .cyber-button-secondary {
    color: #ffffff !important;
    background: rgb(255 255 255 / 10%) !important;
    border: 2px solid rgb(255 255 255 / 70%) !important;
}

.cyber-hero .cyber-button-secondary:hover,
.cyber-hero .cyber-button-secondary:focus-visible {
    color: #05295d !important;
    background: #ffffff !important;
    border-color: #ffffff !important;
}
