
.gspc{--gspc-accent:#0f4c81;box-sizing:border-box;width:100%;max-width:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#102033}
.gspc *{box-sizing:border-box}
.gspc-hero{width:100%;padding:clamp(28px,5vw,72px);border-radius:24px;background:linear-gradient(135deg,#07111f,#15324f);color:#fff;overflow:hidden}
.gspc-badge{display:inline-flex;padding:8px 12px;border:1px solid rgba(255,255,255,.28);border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.08em}
.gspc-hero h1{margin:18px 0 8px;font-size:clamp(34px,6vw,72px);line-height:1.02;max-width:1100px}
.gspc-hero p{margin:0 0 26px;font-size:clamp(17px,2.2vw,24px);color:rgba(255,255,255,.82)}
.gspc-actions{display:flex;gap:12px;flex-wrap:wrap}
.gspc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border:1px solid rgba(255,255,255,.3);border-radius:14px;color:#fff!important;text-decoration:none!important;font-weight:800}
.gspc-btn-primary{background:var(--gspc-accent);border-color:var(--gspc-accent)}
.gspc-grid{display:grid;gap:18px;width:100%;margin-top:22px}
.gspc-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.gspc-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.gspc-card{min-width:0;padding:24px;border:1px solid #e6ebf1;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(12,31,55,.06)}
.gspc-icon{font-size:32px;line-height:1}
.gspc-card h3{margin:16px 0 8px;font-size:22px;line-height:1.2}
.gspc-card p{margin:0 0 18px;line-height:1.65;color:#526174}
.gspc-link{display:inline-block;font-weight:800;color:var(--gspc-accent)!important;text-decoration:none!important}
.gspc-section-title{margin:0 0 12px}
.gspc-section-title h2{margin:0 0 8px;font-size:clamp(28px,4vw,44px)}
.gspc-section-title p{margin:0;color:#607086;font-size:17px}
@media(max-width:1024px){.gspc-grid-4,.gspc-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.gspc-grid-4,.gspc-grid-3{grid-template-columns:1fr}.gspc-card{padding:20px}.gspc-hero{border-radius:18px}.gspc-actions{flex-direction:column}.gspc-btn{width:100%}}
/* Protection anti-chevauchement avec Elementor/thèmes */
.elementor .gspc,.elementor-widget-shortcode .gspc{width:100%!important;max-width:none!important;overflow:visible!important}
.elementor .gspc img{max-width:100%;height:auto}
