/**
 * Kipoced Protect
 *
 * Zone : pages d'acquisition SEO Kipoced Protect.
 */

.protect-seo-page {
    margin: 0;
    color: #122B4D;
    background: #FFFFFF;
    font-family: "Fira Sans", Arial, sans-serif;
}

.protect-wrap {
    width: min(1120px, calc(100% - 40px));
    margin: auto;
}


/* ==========================================================================
   Hero
   ========================================================================== */

.protect-hero {
    padding: 72px 0 64px;
    color: #F9F9ED;
    background: #3564E6;
}

.protect-kicker {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.protect-hero h1 {
    max-width: 900px;
    margin: 12px 0 20px;
    font-family: texgyreadventor, Arial, sans-serif;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.08;
}

.protect-lead {
    max-width: 820px;
    font-size: 22px;
    line-height: 1.55;
}

.protect-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.protect-btn {
    display: inline-block;
    padding: 14px 20px;
    color: #122B4D !important;
    background: #F9F9ED;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
}

.protect-btn-alt {
    color: #F9F9ED !important;
    background: transparent;
    border: 1px solid #F9F9ED;
}

.protect-note {
    max-width: 760px;
    margin-top: 18px;
    font-size: 14px;
    opacity: 0.85;
}


/* ==========================================================================
   Contenu principal
   ========================================================================== */

.protect-content {
    padding: 58px 0;
}

.protect-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
    gap: 48px;
}

.protect-content article section {
    margin-bottom: 42px;
}

.protect-content h2,
.protect-bottom h2 {
    font-family: texgyreadventor, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2;
}

.protect-content h3 {
    font-size: 20px;
}

.protect-content p {
    font-size: 18px;
    line-height: 1.7;
}


/* ==========================================================================
   Enrichissement éditorial du cluster SEO Protect P0
   ========================================================================== */

.protect-section {
    margin-bottom: 2.25rem;
}

.protect-section p {
    margin: 0.8rem 0;
    line-height: 1.75;
}

.protect-content article h2 {
    margin-top: 2rem;
}

.protect-content article strong {
    font-weight: 700;
}


/* ==========================================================================
   Cartes latérales
   ========================================================================== */

.protect-card {
    margin-bottom: 22px;
    padding: 24px;
    background: #F7F8FC;
    border: 1px solid #E3E7F2;
    border-radius: 14px;
}

.protect-card h2 {
    margin-top: 0;
    font-size: 23px;
}

.protect-card .protect-btn {
    color: #FFFFFF !important;
    background: #3564E6;
}

.protect-card nav a {
    display: block;
    padding: 10px 0;
    color: #3564E6;
    border-bottom: 1px solid #E3E7F2;
    text-decoration: none;
}


/* ==========================================================================
   FAQ
   ========================================================================== */

.protect-seo-page .protect-faq-section {
    display: block;
    margin: 42px 0;
}

.protect-seo-page .protect-faq-list {
    display: block;
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    border-top: 1px solid #E3E7F2;
}

.protect-seo-page .protect-faq-list .protect-faq-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 24px 0;
    border-bottom: 1px solid #E3E7F2;
}

.protect-seo-page .protect-faq-list .protect-faq-question {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    height: auto !important;
    max-height: none !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    overflow: visible !important;

    color: #122B4D !important;
    background: transparent !important;

    font-family: "Fira Sans", Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    line-height: 1.4 !important;

    text-indent: 0 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.protect-seo-page .protect-faq-list .protect-faq-answer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;

    color: #122B4D !important;
    background: transparent !important;

    font-family: "Fira Sans", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
}


/* ==========================================================================
   Sources officielles
   ========================================================================== */

.protect-sources {
    padding: 2.5rem 0;
    background: #F7F9FC;
}

.protect-sources a {
    text-decoration: underline;
}


/* ==========================================================================
   CTA final
   ========================================================================== */

.protect-bottom {
    padding: 52px 0;
    color: #F9F9ED;
    background: #122B4D;
}

.protect-bottom p {
    max-width: 780px;
    font-size: 19px;
    line-height: 1.6;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 800px) {

    .protect-grid {
        grid-template-columns: 1fr;
    }

    .protect-hero {
        padding: 48px 0;
    }

    .protect-lead {
        font-size: 19px;
    }

    .protect-content {
        padding: 38px 0;
    }

    .protect-seo-page .protect-faq-list .protect-faq-item {
        padding: 20px 0;
    }

    .protect-seo-page .protect-faq-list .protect-faq-question {
        font-size: 18px !important;
    }

    .protect-seo-page .protect-faq-list .protect-faq-answer {
        font-size: 17px !important;
    }
}