/* sap.css - Styles pour la page Service à la Personne */

.sap-hero { 
    padding: 160px 0 80px; 
    background: radial-gradient(circle at top right, var(--primary-light) 0%, var(--bg-alt) 60%);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.sap-hero h1 { 
    font-size: clamp(34px, 5vw, 54px); 
    font-weight: var(--weight-extra); 
    color: var(--primary-dark); 
    letter-spacing: -2px;
    line-height: 1.05;
    max-width: 900px;
    margin-inline: auto;
}

.sap-hero h1 span {
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: var(--weight-extra);
    display: block;
}

.sap-hero-text { 
    font-size: 19px; 
    color: var(--text-muted); 
    max-width: 700px; 
    margin: 0 auto 30px; 
    line-height: 1.6;
    font-weight: var(--weight-normal);
}

.sap-hero-inner { max-width: 1000px; margin: 0 auto; }
.sap-hero-pricing { margin-bottom: 28px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; justify-content: center; }
.sap-price-gross { font-size: 20px; color: var(--text-muted); text-decoration: line-through; }
.sap-price-net { font-size: 36px; font-weight: var(--weight-black); color: var(--primary-dark); }
.sap-price-label { font-size: 14px; color: var(--text-muted); }
.sap-hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

.sap-how { padding: 80px 0; background: var(--bg-alt); }

.sap-accent { color: var(--primary-blue) !important; font-weight: var(--weight-medium) !important; }
.sap-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sap-step-card { background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 32px; text-align: center; transition: var(--transition); box-shadow: var(--shadow-subtle); }
.sap-step-card:hover { box-shadow: var(--shadow-card); transform: translateY(-4px); }
.sap-step-icon { display: inline-flex; width: 56px; height: 56px; background: var(--primary-blue); color: var(--surface); border-radius: 50%; align-items: center; justify-content: center; font-size: 24px; font-weight: var(--weight-black); margin-bottom: 16px; }
.sap-step-card h3 { font-size: 18px; font-weight: var(--weight-bold); margin-bottom: 8px; color: var(--text-dark); }
.sap-step-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin: 0; }

.sap-eligibility { padding: 80px 0; background: var(--primary-light); }
.sap-eligibility-text { max-width: 700px; margin: 0 auto 24px; font-size: 16px; color: var(--text-muted); line-height: 1.7; text-align: center; }
.sap-highlights { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.sap-highlights li { background: var(--surface); padding: 12px 24px; border-radius: var(--radius-pill); font-weight: var(--weight-medium); color: var(--primary-blue); border: 1px solid var(--border-soft); transition: var(--transition); box-shadow: var(--shadow-subtle); }
.sap-highlights li:hover { box-shadow: var(--shadow-soft); }

.sap-services { padding: 80px 0; background: var(--bg-alt); }
.sap-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sap-service-card { padding: 24px; background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); transition: var(--transition); box-shadow: var(--shadow-subtle); }
.sap-service-card:hover { border-color: var(--primary-blue); box-shadow: var(--shadow-soft); }
.sap-service-card h3 { font-size: 16px; font-weight: var(--weight-bold); margin-bottom: 8px; color: var(--text-dark); }
.sap-service-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin: 0; }

.sap-cap { padding: 80px 0; background: var(--primary-light); }
.sap-cap-card { max-width: 700px; margin: 0 auto; background: var(--surface); padding: 40px; border-radius: var(--radius-xl); border: 1px solid var(--border-soft); box-shadow: var(--shadow-subtle); }
.sap-cap-subtitle { font-size: 18px; font-weight: var(--weight-medium); color: var(--primary-blue); margin-bottom: 16px; }
.sap-cap-card p { font-size: 15px; color: var(--text-muted); line-height: 1.7; margin-bottom: 12px; }
.sap-cap-example { font-size: 14px; color: var(--text-dark); font-weight: var(--weight-normal); padding: 16px; background: var(--primary-light); border-radius: var(--radius-lg); margin-bottom: 0 !important; }

.sap-attestation { padding: 80px 0; background: var(--bg-alt); }
.sap-attestation-text { max-width: 700px; margin: 0 auto 24px; font-size: 16px; color: var(--text-muted); line-height: 1.7; text-align: center; }
.sap-attestation-points { list-style: none; padding: 0; margin: 0; max-width: 500px; margin-inline: auto; }
.sap-attestation-points li { padding: 12px 0; font-size: 15px; color: var(--text-dark); border-bottom: 1px solid var(--border-soft); display: flex; align-items: center; gap: 12px; }
.sap-attestation-points li::before { content: "✓"; color: var(--primary-blue); font-weight: var(--weight-black); }
.sap-attestation-points li:last-child { border-bottom: none; }

.sap-faq { padding: 80px 0; background: var(--primary-light); }
.sap-faq-list { max-width: 750px; margin: 0 auto; }
.sap-faq-item { border: 1px solid var(--border-soft); border-radius: var(--radius-lg); margin-bottom: 12px; overflow: hidden; background: var(--surface); box-shadow: var(--shadow-subtle); }
.sap-faq-item summary { padding: 18px 24px; font-weight: var(--weight-bold); font-size: 16px; cursor: pointer; color: var(--text-dark); list-style: none; display: flex; justify-content: space-between; align-items: center; }
.sap-faq-item summary::after { content: "+"; font-size: 22px; color: var(--primary-blue); font-weight: var(--weight-bold); transition: var(--transition); }
.sap-faq-item[open] summary::after { content: "−"; }
.sap-faq-item p { padding: 0 24px 18px; font-size: 15px; color: var(--text-muted); line-height: 1.7; }

.sap-cta { padding: 80px 0; background: var(--bg-alt); }
.sap-cta-inner { text-align: center; }
.sap-cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 1024px) {
    .sap-steps-grid { grid-template-columns: 1fr; }
    .sap-services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .sap-hero { padding: 120px 0 40px; }
    .sap-how, .sap-eligibility, .sap-services, .sap-cap, .sap-attestation, .sap-faq, .sap-cta { padding: 50px 0; }
    .sap-hero-pricing { flex-direction: column; align-items: center; }
    .sap-hero-ctas { flex-direction: column; align-items: stretch; }
    .sap-hero-ctas .btn-primary,
    .sap-hero-ctas .btn-secondary { text-align: center; justify-content: center; display: flex; }
    .sap-services-grid { grid-template-columns: 1fr; }
    .sap-cap-card { padding: 24px; }
    .sap-cta-buttons { flex-direction: column; align-items: stretch; }
    .sap-cta-buttons .btn-primary,
    .sap-cta-buttons .btn-secondary { text-align: center; justify-content: center; display: flex; }
}
