.process-steps{padding:5rem 2rem}.process-steps--bg-light-cream{background:var(--light-cream,#fffaf5)}.process-steps--bg-cream{background:var(--cream,#fff8f0)}.process-steps--bg-white{background:var(--white,#fff)}.process-steps--bg-light-gray{background:var(--light-gray,#f8f9fa)}.process-steps__container{margin:0 auto;max-width:1200px}.process-steps__list{display:grid;gap:2rem;margin:0 auto}.process-steps__list--narrow{max-width:700px}.process-steps__list--medium{max-width:900px}.process-steps__list--wide{max-width:1100px}.process-steps__step{align-items:start;background:var(--white,#fff);border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.06);display:grid;gap:2rem;grid-template-columns:80px 1fr;padding:2.5rem}.process-steps__number{align-items:center;background:var(--primary-orange,#e33600);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:2.5rem;height:80px;justify-content:center;width:80px}.process-steps__number,.process-steps__title{font-family:var(--font-heading,"P22 Mackinac Pro",serif);font-weight:700}.process-steps__title{color:var(--dark,#1a1a1a);font-size:1.5rem;margin-bottom:1rem}.process-steps__description{color:var(--gray,#64748b);line-height:1.7;margin-bottom:1.5rem}.process-steps__checklist{list-style:none;margin:0;padding:0}.process-steps__checklist li{align-items:flex-start;color:var(--dark,#1a1a1a);display:flex;font-size:.9375rem;gap:.75rem;padding:.5rem 0}.process-steps__checklist li:before{color:var(--primary-orange,#e33600);content:"✓";flex-shrink:0;font-weight:700}@media (max-width:768px){.process-steps{padding:4rem 1.5rem}.process-steps__step{grid-template-columns:1fr;padding:2rem;text-align:center}.process-steps__number{font-size:2rem;height:60px;margin:0 auto 1.5rem;width:60px}.process-steps__title{font-size:1.25rem}.process-steps__checklist{text-align:left}}.process-steps--bg-teal-light{background:rgba(0,180,180,.08)}.process-steps--bg-teal-medium{background:rgba(0,180,180,.15)}.process-steps--bg-gold-light{background:rgba(245,197,71,.12)}.process-steps--bg-gold-medium{background:rgba(245,197,71,.22)}.process-steps--bg-maroon-light{background:rgba(107,45,91,.06)}.process-steps--bg-maroon-medium{background:rgba(107,45,91,.12)}.process-steps__card--bg-teal-light{background:rgba(0,180,180,.08)}.process-steps__card--bg-teal-medium{background:rgba(0,180,180,.15)}.process-steps__card--bg-gold-light{background:rgba(245,197,71,.12)}.process-steps__card--bg-gold-medium{background:rgba(245,197,71,.22)}.process-steps__card--bg-maroon-light{background:rgba(107,45,91,.06)}.process-steps__card--bg-maroon-medium{background:rgba(107,45,91,.12)}