.offres-main{display:block}

.offres-hero-grid{display:grid;grid-template-columns:60% 40%;gap:var(--space-lg);align-items:center}
.offres-hero-text{max-width:60ch}
.offres-hero-image img{width:100%;border-radius:var(--radius-md)}

.offres-vision-inner{max-width:720px;margin-inline:auto}
.offres-vision-inner p{max-width:65ch}

.offres-banner img{width:100%;border-radius:var(--radius-md);margin-bottom:var(--space-md)}

.offres-cards-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-md)}
.offres-cards-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-md)}

.offres-note p{color:var(--color-text-secondary)}

.offres-disclaimer{margin-top:var(--space-md);max-width:70ch}

.offres-combine-inner{max-width:720px;margin-inline:auto;display:flex;flex-direction:column;gap:var(--space-sm)}
.offres-combine-card{max-width:65ch}
.offres-combine-note{max-width:60ch;color:var(--color-text-secondary)}

.offres-conditions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-md)}

.offres-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-md);max-width:900px;margin-inline:auto}

.offres-transparence-inner{max-width:650px;margin-inline:auto;text-align:left}

.offres-cta-inner{max-width:520px;margin-inline:auto;text-align:center;display:flex;flex-direction:column;gap:var(--space-sm)}

@media(max-width:1100px){
.offres-hero-grid{grid-template-columns:1fr}
}

@media(max-width:900px){
.offres-cards-3{grid-template-columns:1fr}
.offres-cards-2{grid-template-columns:1fr}
.offres-conditions-grid{grid-template-columns:1fr}
.offres-process-grid{grid-template-columns:1fr}
.offres-hero-text{padding:1.25rem 1rem;max-width:100%}
.offres-combine-inner{padding:1rem}
}
