:root{--page-accent:#2ba5a2}.hero-devis{background:linear-gradient(135deg,var(--primary) 0,#3a4288 100%);color:var(--white);padding:48px 32px 40px;text-align:center}.hero-devis h1{font-family:'Playfair Display',serif;font-size:36px;font-weight:700;margin-bottom:12px}.hero-devis p{font-size:15px;opacity:.9;max-width:600px;margin:0 auto;line-height:1.6}.devis-process{background:var(--bg);padding:40px 32px}.devis-process-grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center}.devis-step-number{width:44px;height:44px;background:var(--page-accent);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;margin:0 auto 12px}.devis-step h3{font-size:15px;font-weight:600;margin-bottom:6px}.devis-step p{font-size:13px;color:var(--text-secondary);line-height:1.5}@media(max-width:768px){.hero-devis h1{font-size:26px}.hero-devis{padding:36px 20px 30px}.devis-process-grid{grid-template-columns:1fr;gap:20px}}