/* RUNHAMS LP COMMERCIAL - HERO */
.runhams-lp-offices-hero { background-image: url('/img/runhams-hero.jpg'); background-size: cover; background-position: center; position: relative; padding: 8rem 2rem; text-align: center; color: #fff; }
.runhams-lp-offices-hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.75) 100%); }
.runhams-lp-offices-hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.runhams-lp-offices-hero-title { font-family: 'Overpass', sans-serif; font-size: 3.25rem; font-weight: 700; margin-bottom: 1.25rem; line-height: 1.1; text-shadow: 0 2px 12px rgba(0,0,0,0.35); letter-spacing: -0.5px; }
.runhams-lp-offices-hero-text { font-family: 'Overpass', sans-serif; font-size: 1.25rem; font-weight: 300; color: rgba(255,255,255,0.92); line-height: 1.7; margin-bottom: 2.25rem; max-width: 780px; }
.runhams-lp-offices-hero-btn { display: inline-flex; align-items: center; justify-content: center; padding: 1.125rem 3rem; background-color: #d90f0f; color: #fff; text-decoration: none; font-family: 'Overpass', sans-serif; font-size: 1.0625rem; font-weight: 600; border-radius: 50px; letter-spacing: 0.3px; margin-bottom: 1.5rem; box-shadow: 0 4px 20px rgba(217,15,15,0.4); transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease; }
.runhams-lp-offices-hero-btn:hover { background-color: #b50d0d; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(217,15,15,0.5); }

.runhams-lp-offices-hero-pill { display: inline-flex; align-items: center; gap: 0.5rem; background-color: rgba(255,255,255,0.1); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); border-radius: 50px; padding: 0.5rem 1.5rem; font-family: 'Overpass', sans-serif; font-size: 0.875rem; font-weight: 400; color: rgba(255,255,255,0.92); flex-wrap: wrap; justify-content: center; }
.runhams-lp-offices-hero-pill-icon { width: 20px; height: 20px; border-radius: 50%; }
.runhams-lp-offices-hero-pill strong { font-weight: 700; color: #fff; }
.runhams-lp-offices-hero-pill-sep { color: rgba(255,255,255,0.35); }

@media (max-width: 1024px) { .runhams-lp-offices-hero { padding: 6.5rem 2rem; } .runhams-lp-offices-hero-title { font-size: 2.75rem; } .runhams-lp-offices-hero-text { font-size: 1.125rem; } }
@media (max-width: 768px) { .runhams-lp-offices-hero { padding: 5rem 1.5rem; } .runhams-lp-offices-hero-title { font-size: 2.125rem; } .runhams-lp-offices-hero-text { font-size: 1.0625rem; max-width: 100%; } .runhams-lp-offices-hero-btn { padding: 1rem 2.5rem; font-size: 1rem; } .runhams-lp-offices-hero-pill { font-size: 0.8125rem; padding: 0.4rem 1.125rem; } }
@media (max-width: 480px) { .runhams-lp-offices-hero { padding: 3.5rem 1rem; } .runhams-lp-offices-hero-title { font-size: 1.75rem; } .runhams-lp-offices-hero-text { font-size: 0.9375rem; margin-bottom: 1.75rem; } .runhams-lp-offices-hero-btn { padding: 0.9rem 2rem; font-size: 0.9375rem; width: 100%; max-width: 300px; } .runhams-lp-offices-hero-pill { font-size: 0.6875rem; gap: 0.25rem; padding: 0.375rem 0.75rem; max-width: 100%; } }
