/* ==================================================
Le Petit Reporteur
Découvrir Premium
================================================== */

.lpr-premium-page {
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px 80px;
}

/* ==================================================
Container
================================================== */

.lpr-container {
max-width: 1000px;
margin: 0 auto;
}

/* ==================================================
Introduction
================================================== */

.lpr-introduction {
margin-bottom: 70px;
}

.lpr-page-title {
font-size: 3rem;
line-height: 1.2;
margin-bottom: 30px;
color: var(--lpr-blue);
}

.lpr-chapo {
    font-size: 1.35rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.lpr-intro-text {
margin-bottom: 20px;
line-height: 1.8;
font-size: 1.05rem;
}

/* ==================================================
Sections
================================================== */

.lpr-benefits,
.lpr-pricing,
.lpr-faq {
margin-bottom: 70px;
}

.lpr-section-title {
font-size: 2rem;
margin-bottom: 40px;
color: var(--lpr-blue);
}

.lpr-premium-security {
max-width: 850px;
margin: 40px auto 0;
padding: 20px 0;
text-align: center;
}

.lpr-premium-security p:first-child {
margin-bottom: 12px;
font-size: 1.05rem;
font-weight: 600;
}

.lpr-premium-security p:last-child {
margin: 0;
font-size: 0.95rem;
line-height: 1.8;
color: #666;
}


/* ==================================================
Avantages Premium
================================================== */

.lpr-benefits-grid {
display: grid;
gap: 18px;
}

.lpr-benefit {
font-size: 1.05rem;
line-height: 1.7;
}

/* ==================================================
Offres
================================================== */

.lpr-pricing {
text-align: center;
}

.lpr-pricing .lpr-section-title {
text-align: left;
}

.lpr-legal {
max-width: 850px;
margin: 35px auto 0;
font-size: .95rem;
line-height: 1.8;
color: #666;
text-align: center;
}

/* ==================================================
FAQ
================================================== */

.lpr-faq {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}

.lpr-faq-item {
border-bottom: 1px solid #e5e5e5;
}

.lpr-faq-item:first-of-type {
border-top: 1px solid #e5e5e5;
}

.lpr-faq-item summary {
cursor: pointer;
padding: 18px 0;
font-weight: 600;
list-style: none;
position: relative;
}

.lpr-faq-item summary::-webkit-details-marker {
display: none;
}

.lpr-faq-item summary::before {
content: "▶";
display: inline-block;
margin-right: 12px;
font-size: .8rem;
transition: transform .2s ease;
}

.lpr-faq-item[open] summary::before {
transform: rotate(90deg);
}

.lpr-faq-item p {
margin: 0;
padding: 0 0 20px 24px;
line-height: 1.8;
color: #555;
}

/* ==================================================
Footer
================================================== */

.lpr-premium-footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 0.95rem;
    color: #666;
}

.lpr-premium-footer p {
    margin: 0;
    line-height: 1.8;
}

.lpr-premium-footer a {
    text-decoration: none;
    font-weight: 600;
}

.lpr-premium-footer a:hover {
    text-decoration: underline;
}

.lpr-premium-footer a {
    color: var(--lpr-blue);
    text-decoration: underline;
    font-weight: 600;
}

/* ==================================================
Responsive
================================================== */

@media (max-width: 900px) {


    .lpr-page-title {
        font-size: 2.2rem;
    }

    .lpr-section-title {
        font-size: 1.7rem;
    }

    .lpr-premium-page {
        padding: 30px 20px 60px;
    }


}

@media (max-width: 600px) {


    .lpr-page-title {
        font-size: 1.9rem;
    }

    .lpr-section-title {
        font-size: 1.5rem;
    }

}
