/* RUNHAMS LP COMMERCIAL - HOW IT WORKS (grey bg) */
.runhams-lp-offices-steps { background-color: #f3f3f3; padding: 6rem 0; text-align: center; }
.runhams-lp-offices-steps-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.runhams-lp-offices-steps-label { display: block; font-family: 'Overpass', sans-serif; font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: #d90f0f; margin-bottom: 0.625rem; }
.runhams-lp-offices-steps-title { font-family: 'Overpass', sans-serif; font-size: 2.25rem; font-weight: 700; color: #333; position: relative; padding-bottom: 0.75rem; display: inline-block; margin-bottom: 3rem; }
.runhams-lp-offices-steps-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 50px; height: 3px; background-color: #d90f0f; border-radius: 2px; }
.runhams-lp-offices-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.runhams-lp-offices-steps-card { padding: 2.5rem 2rem; background-color: #fff; border-radius: 8px; border: 1px solid #e8e8e8; border-top: 3px solid #d90f0f; box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.runhams-lp-offices-steps-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
.runhams-lp-offices-steps-number { width: 52px; height: 52px; border-radius: 50%; background-color: #d90f0f; color: #fff; font-family: 'Overpass', sans-serif; font-size: 1.375rem; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; box-shadow: 0 4px 12px rgba(217,15,15,0.25); }
.runhams-lp-offices-steps-card-title { font-family: 'Overpass', sans-serif; font-size: 1.25rem; font-weight: 700; color: #333; margin-bottom: 0.625rem; }
.runhams-lp-offices-steps-card-text { font-family: 'Overpass', sans-serif; font-size: 1rem; color: #555; font-weight: 300; line-height: 1.7; }

@media (max-width: 1024px) { .runhams-lp-offices-steps { padding: 5rem 0; } .runhams-lp-offices-steps-title { font-size: 2rem; } }
@media (max-width: 768px) { .runhams-lp-offices-steps { padding: 4rem 0; } .runhams-lp-offices-steps-inner { padding: 0 1.5rem; } .runhams-lp-offices-steps-grid { grid-template-columns: 1fr; gap: 1.5rem; max-width: 440px; margin: 0 auto; } .runhams-lp-offices-steps-title { font-size: 1.875rem; } }
@media (max-width: 480px) { .runhams-lp-offices-steps { padding: 3.5rem 0; } .runhams-lp-offices-steps-inner { padding: 0 1rem; } .runhams-lp-offices-steps-title { font-size: 1.625rem; } .runhams-lp-offices-steps-card { padding: 2rem 1.5rem; } .runhams-lp-offices-steps-card-text { font-size: 0.9375rem; } }
