/* ==========================================================================
   RUNHAMS LP — OFFICE REFURBISHMENT & REDECORATING
   Merged stylesheet — all sections in one file
   Load order: header → hero → trust → services → gallery → steps →
               faq → testimonial → map → contact → footer
   Namespace: runhams-lp-offices-
   ========================================================================== */


/* ==========================================================================
   [01] HEADER — reset, font import, sticky bar
   ========================================================================== */
/* RUNHAMS LP OFFICES - HEADER (reset + font + sticky) */
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@300;400;600;700&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body, html { font-family: 'Overpass', sans-serif; line-height: 1.6; color: #333; width: 100%; overflow-x: hidden; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.runhams-lp-offices-header { position: sticky; top: 0; z-index: 100; background-color: #fff; border-bottom: 1px solid #e8e8e8; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.runhams-lp-offices-header-inner { max-width: 1200px; margin: 0 auto; padding: 0.75rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.runhams-lp-offices-header-logo-link { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; }
.runhams-lp-offices-header-logo { height: 60px; width: auto; }
.runhams-lp-offices-header-phone { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 2rem; background-color: #d90f0f; color: #fff; text-decoration: none; font-family: 'Overpass', sans-serif; font-size: 1rem; font-weight: 600; border-radius: 50px; white-space: nowrap; flex-shrink: 0; box-shadow: 0 2px 8px rgba(217,15,15,0.2); transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; }
.runhams-lp-offices-header-phone:hover { background-color: #b50d0d; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(217,15,15,0.3); }
.runhams-lp-offices-header-phone i { font-size: 0.9375rem; }

@media (max-width: 1024px) { .runhams-lp-offices-header-logo { height: 54px; } .runhams-lp-offices-header-phone { padding: 0.7rem 1.75rem; font-size: 0.9375rem; } }
@media (max-width: 768px) { .runhams-lp-offices-header-inner { padding: 0.625rem 1.25rem; } .runhams-lp-offices-header-logo { height: 48px; } .runhams-lp-offices-header-phone { padding: 0.625rem 1.5rem; font-size: 0.9375rem; } }
@media (max-width: 480px) { .runhams-lp-offices-header-inner { padding: 0.5rem 1rem; } .runhams-lp-offices-header-logo { height: 42px; } .runhams-lp-offices-header-phone { padding: 0.5rem 1.25rem; font-size: 0.875rem; gap: 0.375rem; } .runhams-lp-offices-header-phone i { font-size: 0.8125rem; } }


/* ==========================================================================
   [02] HERO — two-column: copy left, form card right (over background image)
   ========================================================================== */
/* RUNHAMS LP OFFICES - HERO */
.runhams-lp-offices-hero { background-image: url('/img/commercial-2.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%; } }


/* --------------------------------------------------------------------------
   HERO TWO-COLUMN LAYOUT + FORM CARD  (Webster-style hero form)
   Overrides the single-column hero above. Copy left, dark form card right.
   -------------------------------------------------------------------------- */

.runhams-lp-offices-hero {
    padding: 5rem 2rem;
}

.runhams-lp-offices-hero-content {
    max-width: 1200px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3.5rem;
    text-align: left;
}

.runhams-lp-offices-hero-copy {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.runhams-lp-offices-hero-copy .runhams-lp-offices-hero-title {
    margin-bottom: 1.125rem;
}

.runhams-lp-offices-hero-copy .runhams-lp-offices-hero-text {
    margin-bottom: 1.5rem;
}

.runhams-lp-offices-hero-copy .runhams-lp-offices-hero-pill {
    margin-bottom: 0;
}

.runhams-lp-offices-hero-form-card {
    flex: 0 0 420px;
    background-color: #333;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 16px 56px rgba(0,0,0,0.5);
}

.runhams-lp-offices-hero-form-title {
    font-family: 'Overpass', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.375rem;
    position: relative;
    padding-bottom: 0.625rem;
    text-shadow: none;
}

.runhams-lp-offices-hero-form-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 3px;
    background-color: #d90f0f;
    border-radius: 2px;
}

.runhams-lp-offices-hero-form-subtitle {
    font-family: 'Overpass', sans-serif;
    font-size: 0.9375rem;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.runhams-lp-offices-hero-form-response {
    font-family: 'Overpass', sans-serif;
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.4);
    text-align: center;
    margin-top: 0.875rem;
}

@media (max-width: 1024px) {
    .runhams-lp-offices-hero { padding: 4rem 2rem; }
    .runhams-lp-offices-hero-content { gap: 2.5rem; }
    .runhams-lp-offices-hero-form-card { flex: 0 0 380px; padding: 2rem; }
}

@media (max-width: 880px) {
    .runhams-lp-offices-hero-content {
        flex-direction: column;
        align-items: stretch;
        gap: 2.25rem;
    }
    .runhams-lp-offices-hero-copy {
        align-items: center;
        text-align: center;
    }
    .runhams-lp-offices-hero-copy .runhams-lp-offices-hero-title { text-align: center; }
    .runhams-lp-offices-hero-form-card {
        flex: none;
        width: 95%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .runhams-lp-offices-hero { padding: 2.75rem 1rem; }
    .runhams-lp-offices-hero-form-card { padding: 1.75rem 1.5rem; border-radius: 8px; }
    .runhams-lp-offices-hero-form-title { font-size: 1.3125rem; }
}


/* ==========================================================================
   [03] TRUST STRIP — dark band, 4 credentials
   ========================================================================== */
/* RUNHAMS LP OFFICES - TRUST STRIP */
.runhams-lp-offices-trust { background-color: #2b2b2b; padding: 2.25rem 2rem; border-top: 3px solid #d90f0f; }
.runhams-lp-offices-trust-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.runhams-lp-offices-trust-item { display: flex; align-items: center; gap: 0.75rem; justify-content: center; }
.runhams-lp-offices-trust-icon { width: 48px; height: 48px; min-width: 48px; border-radius: 50%; background-color: rgba(217,15,15,0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.runhams-lp-offices-trust-icon i { font-size: 1.0625rem; color: #d90f0f; }
.runhams-lp-offices-trust-text { display: flex; flex-direction: column; }
.runhams-lp-offices-trust-text strong { font-family: 'Overpass', sans-serif; font-size: 0.9375rem; font-weight: 600; color: #fff; line-height: 1.3; }
.runhams-lp-offices-trust-text span { font-family: 'Overpass', sans-serif; font-size: 0.8125rem; font-weight: 300; color: rgba(255,255,255,0.6); }

@media (max-width: 1024px) { .runhams-lp-offices-trust-inner { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; } }
@media (max-width: 768px) { .runhams-lp-offices-trust { padding: 1.75rem 1.25rem; } .runhams-lp-offices-trust-item { justify-content: flex-start; padding-left: 1rem; } .runhams-lp-offices-trust-icon { width: 42px; height: 42px; min-width: 42px; } .runhams-lp-offices-trust-icon i { font-size: 0.9375rem; } .runhams-lp-offices-trust-text strong { font-size: 0.875rem; } .runhams-lp-offices-trust-text span { font-size: 0.75rem; } }
@media (max-width: 480px) { .runhams-lp-offices-trust { padding: 1.5rem 1rem; } .runhams-lp-offices-trust-inner { grid-template-columns: 1fr; gap: 0.625rem; } .runhams-lp-offices-trust-item { padding-left: 0.5rem; } .runhams-lp-offices-trust-icon { width: 40px; height: 40px; min-width: 40px; } }


/* ==========================================================================
   [04] SERVICES — copy + image, white bg
   ========================================================================== */
/* RUNHAMS LP OFFICES - SERVICES (white bg) */
.runhams-lp-offices-services { background-color: #fff; padding: 6rem 0; }
.runhams-lp-offices-services-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; gap: 3.5rem; }
.runhams-lp-offices-services-content { flex: 1; }
.runhams-lp-offices-services-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-services-title { font-family: 'Overpass', sans-serif; font-size: 2.25rem; font-weight: 700; color: #333; margin-bottom: 1.25rem; line-height: 1.2; position: relative; padding-bottom: 0.75rem; }
.runhams-lp-offices-services-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 50px; height: 3px; background-color: #d90f0f; border-radius: 2px; }
.runhams-lp-offices-services-text { font-family: 'Overpass', sans-serif; font-size: 1.0625rem; color: #555; font-weight: 300; line-height: 1.7; margin-bottom: 1.75rem; }
.runhams-lp-offices-services-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0.625rem 1.5rem; margin-bottom: 2rem; }
.runhams-lp-offices-services-list-item { display: flex; align-items: center; gap: 0.625rem; font-family: 'Overpass', sans-serif; font-size: 1rem; color: #333; font-weight: 400; padding: 0.5rem 0; border-bottom: 1px solid #f0f0f0; }
.runhams-lp-offices-services-list-item i { color: #d90f0f; font-size: 0.9375rem; flex-shrink: 0; }
.runhams-lp-offices-services-btn { display: inline-flex; align-items: center; justify-content: center; padding: 1rem 2.5rem; background-color: #d90f0f; color: #fff; text-decoration: none; font-family: 'Overpass', sans-serif; font-size: 1rem; font-weight: 600; border-radius: 50px; box-shadow: 0 4px 12px rgba(217,15,15,0.2); transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease; }
.runhams-lp-offices-services-btn:hover { background-color: #b50d0d; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(217,15,15,0.35); }
.runhams-lp-offices-services-image { flex: 1; height: 460px; border-radius: 12px; background-size: cover; background-position: center; box-shadow: 0 8px 28px rgba(0,0,0,0.12); }

@media (max-width: 1024px) { .runhams-lp-offices-services { padding: 5rem 0; } .runhams-lp-offices-services-title { font-size: 2rem; } }
@media (max-width: 768px) { .runhams-lp-offices-services { padding: 4rem 0; } .runhams-lp-offices-services-inner { flex-direction: column; padding: 0 1.5rem; gap: 2.5rem; } .runhams-lp-offices-services-image { width: 100%; height: 300px; } .runhams-lp-offices-services-list { grid-template-columns: 1fr; } .runhams-lp-offices-services-title { font-size: 1.75rem; } .runhams-lp-offices-services-text { font-size: 1rem; } .runhams-lp-offices-services-btn { width: 100%; max-width: 320px; } }
@media (max-width: 480px) { .runhams-lp-offices-services-inner { padding: 0 1rem; } .runhams-lp-offices-services-title { font-size: 1.625rem; } .runhams-lp-offices-services-image { height: 240px; border-radius: 8px; } .runhams-lp-offices-services-text, .runhams-lp-offices-services-list-item { font-size: 0.9375rem; } }


/* ==========================================================================
   [05] GALLERY + IMAGE MODAL
   ========================================================================== */
/* RUNHAMS LP OFFICES - GALLERY + MODAL */
.runhams-lp-offices-gallery { background-color: #f3f3f3; padding: 0; line-height: 0; }
.runhams-lp-offices-gallery-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.runhams-lp-offices-gallery-item { display: block; height: 200px; background-size: cover; background-position: center; cursor: pointer; text-decoration: none; position: relative; transition: transform 0.3s ease; overflow: hidden; }
.runhams-lp-offices-gallery-item::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 40%; background: linear-gradient(transparent, rgba(0,0,0,0.25)); pointer-events: none; transition: opacity 0.3s ease; }
.runhams-lp-offices-gallery-item:hover { transform: scale(1.03); z-index: 1; }
.runhams-lp-offices-gallery-item:hover::after { opacity: 0; }
.runhams-lp-offices-modal { display: none; position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.92); justify-content: center; align-items: center; padding: 2rem; }
.runhams-lp-offices-modal[style*="display: flex"] { display: flex !important; }
.runhams-lp-offices-modal-img { max-width: 90%; max-height: 90vh; object-fit: contain; border-radius: 4px; box-shadow: 0 8px 32px rgba(0,0,0,0.5); }
.runhams-lp-offices-modal-close { position: absolute; top: 1.25rem; right: 1.5rem; color: #fff; font-size: 2rem; font-weight: 300; cursor: pointer; background: none; border: none; padding: 0.5rem; line-height: 1; z-index: 1001; transition: opacity 0.3s ease; }
.runhams-lp-offices-modal-close:hover { opacity: 0.7; }

@media (max-width: 1024px) { .runhams-lp-offices-gallery-inner { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .runhams-lp-offices-gallery-item { height: 170px; } }
@media (max-width: 480px) { .runhams-lp-offices-gallery-item { height: 140px; } .runhams-lp-offices-modal-img { max-width: 95%; } .runhams-lp-offices-modal-close { top: 0.75rem; right: 1rem; font-size: 1.75rem; } }


/* ==========================================================================
   [06] HOW IT WORKS — 3-step grid, grey bg
   ========================================================================== */
/* RUNHAMS LP OFFICES - 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; } }


/* ==========================================================================
   [07] FAQ — 2-column grid, white bg
   ========================================================================== */
/* RUNHAMS LP OFFICES - FAQ (white bg) */
.runhams-lp-offices-faq { background-color: #fff; padding: 6rem 0; }
.runhams-lp-offices-faq-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.runhams-lp-offices-faq-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; text-align: center; }
.runhams-lp-offices-faq-title { font-family: 'Overpass', sans-serif; font-size: 2.25rem; font-weight: 700; color: #333; text-align: center; position: relative; padding-bottom: 0.75rem; display: inline-block; margin-bottom: 3rem; width: 100%; }
.runhams-lp-offices-faq-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-faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.runhams-lp-offices-faq-item { background-color: #f9f9f9; border-radius: 8px; padding: 1.75rem; border: 1px solid #e8e8e8; border-left: 3px solid #d90f0f; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.runhams-lp-offices-faq-item:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.runhams-lp-offices-faq-question { font-family: 'Overpass', sans-serif; font-size: 1.0625rem; font-weight: 600; color: #333; margin-bottom: 0.5rem; padding-left: 1.75rem; position: relative; line-height: 1.4; }
.runhams-lp-offices-faq-question i { position: absolute; left: 0; top: 0.15rem; color: #d90f0f; font-size: 0.875rem; }
.runhams-lp-offices-faq-answer { font-family: 'Overpass', sans-serif; font-size: 0.9375rem; color: #555; font-weight: 300; line-height: 1.7; padding-left: 1.75rem; }

@media (max-width: 1024px) { .runhams-lp-offices-faq { padding: 5rem 0; } .runhams-lp-offices-faq-title { font-size: 2rem; } }
@media (max-width: 768px) { .runhams-lp-offices-faq { padding: 4rem 0; } .runhams-lp-offices-faq-inner { padding: 0 1.5rem; } .runhams-lp-offices-faq-grid { grid-template-columns: 1fr; } .runhams-lp-offices-faq-title { font-size: 1.875rem; } .runhams-lp-offices-faq-question { font-size: 1rem; } }
@media (max-width: 480px) { .runhams-lp-offices-faq { padding: 3.5rem 0; } .runhams-lp-offices-faq-inner { padding: 0 1rem; } .runhams-lp-offices-faq-title { font-size: 1.625rem; } .runhams-lp-offices-faq-item { padding: 1.5rem; } .runhams-lp-offices-faq-question { font-size: 0.9375rem; } .runhams-lp-offices-faq-answer { font-size: 0.875rem; } }


/* ==========================================================================
   [08] TESTIMONIAL — expandable Google review
   ========================================================================== */
/* ==========================================
   RUNHAMS LP OFFICES - TESTIMONIALS (3-up grid)
   Dark-to-red gradient section, white cards, Read all toggle
   ========================================== */

.runhams-lp-offices-testimonial {
    background-color: #1f1f1f;
    background-image: radial-gradient(120% 90% at 50% 120%, rgba(160,20,20,0.55) 0%, rgba(122,10,10,0.0) 55%), linear-gradient(180deg, #2b2b2b 0%, #1c1c1c 100%);
    padding: 6rem 0;
}

.runhams-lp-offices-testimonial-title {
    font-family: 'Overpass', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 0.75rem;
    margin: 0 auto 3rem;
    display: block;
}

.runhams-lp-offices-testimonial-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #d90f0f;
    border-radius: 2px;
}

.runhams-lp-offices-testimonial-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 2rem;
}

.runhams-lp-offices-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: stretch;
}

.runhams-lp-offices-testimonial-card {
    background-color: #fff;
    border-radius: 14px;
    padding: 2.75rem 2.5rem;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 40px rgba(0,0,0,0.28);
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Subtle quote-mark accent */
.runhams-lp-offices-testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 1.25rem;
    right: 1.75rem;
    font-size: 5rem;
    font-family: Georgia, serif;
    color: rgba(217, 15, 15, 0.10);
    line-height: 1;
    pointer-events: none;
}

/* Header - Google icon + name + stars */
.runhams-lp-offices-testimonial-header {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.runhams-lp-offices-testimonial-gicon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    flex-shrink: 0;
}

.runhams-lp-offices-testimonial-meta {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.runhams-lp-offices-testimonial-meta strong {
    font-family: 'Overpass', sans-serif;
    font-size: 1.1875rem;
    font-weight: 700;
    color: #333;
}

.runhams-lp-offices-testimonial-stars {
    color: #f59e0b;
    font-size: 1.0625rem;
    letter-spacing: 1px;
}

.runhams-lp-offices-testimonial-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

/* Collapsed: clamp height, fade at the bottom */
.runhams-lp-offices-testimonial-text {
    font-family: 'Overpass', sans-serif;
    font-size: 1.0625rem;
    color: #444;
    font-weight: 300;
    line-height: 1.85;
    font-style: italic;
    max-height: 13em;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

.runhams-lp-offices-testimonial-text.is-clamped::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background: linear-gradient(transparent, #fff);
    pointer-events: none;
}

.runhams-lp-offices-testimonial-text.is-expanded {
    max-height: 1200px;
}

.runhams-lp-offices-testimonial-text.is-expanded::after {
    display: none;
}

/* Read all / Show less button */
.runhams-lp-offices-testimonial-toggle {
    align-self: flex-start;
    margin-top: 1rem;
    padding: 0;
    background: none;
    border: none;
    font-family: 'Overpass', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #d90f0f;
    cursor: pointer;
    transition: color 0.3s ease;
}

.runhams-lp-offices-testimonial-toggle:hover {
    color: #b50d0d;
    text-decoration: underline;
}

/* ==========================================
   TABLET (1024px) - 3-up becomes 2-up, still large
   ========================================== */
@media (max-width: 1024px) {
    .runhams-lp-offices-testimonial { padding: 5rem 0; }
    .runhams-lp-offices-testimonial-title { font-size: 2rem; }
    .runhams-lp-offices-testimonial-grid { grid-template-columns: repeat(2, 1fr); gap: 1.75rem; }
    .runhams-lp-offices-testimonial-card { padding: 2.5rem 2.25rem; }
}

/* ==========================================
   MOBILE (768px) - single column
   ========================================== */
@media (max-width: 768px) {
    .runhams-lp-offices-testimonial { padding: 4rem 0; }
    .runhams-lp-offices-testimonial-title { font-size: 1.875rem; }
    .runhams-lp-offices-testimonial-inner { padding: 0 1.5rem; }
    .runhams-lp-offices-testimonial-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .runhams-lp-offices-testimonial-card { padding: 2.25rem 2rem; }
    .runhams-lp-offices-testimonial-text { font-size: 1rem; }
}

/* ==========================================
   SMALL MOBILE (480px)
   ========================================== */
@media (max-width: 480px) {
    .runhams-lp-offices-testimonial { padding: 3.5rem 0; }
    .runhams-lp-offices-testimonial-title { font-size: 1.625rem; }
    .runhams-lp-offices-testimonial-inner { padding: 0 1rem; }
    .runhams-lp-offices-testimonial-card { padding: 1.75rem 1.5rem; border-radius: 10px; }
    .runhams-lp-offices-testimonial-card::before { font-size: 3.5rem; top: 0.9rem; right: 1.25rem; }
    .runhams-lp-offices-testimonial-text { font-size: 0.9375rem; max-height: 12em; }
    .runhams-lp-offices-testimonial-meta strong { font-size: 1.0625rem; }
    .runhams-lp-offices-testimonial-gicon { width: 36px; height: 36px; }
}


/* ==========================================================================
   [09] MAP + NAP
   ========================================================================== */
/* RUNHAMS LP OFFICES - MAP + NAP (grey bg) */
.runhams-lp-offices-map { background-color: #ffffff; padding: 5rem 0; }
.runhams-lp-offices-map-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: stretch; gap: 2.5rem; }
.runhams-lp-offices-map-nap { flex: 0 0 360px; display: flex; flex-direction: column; justify-content: center; }
.runhams-lp-offices-map-name { font-family: 'Overpass', sans-serif; font-size: 1.5rem; font-weight: 700; color: #333; margin-bottom: 0.5rem; position: relative; padding-bottom: 0.75rem; display: inline-block; }
.runhams-lp-offices-map-name::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background-color: #d90f0f; border-radius: 2px; }
.runhams-lp-offices-map-address { font-family: 'Overpass', sans-serif; font-size: 1rem; color: #555; font-weight: 300; margin-bottom: 1.25rem; }
.runhams-lp-offices-map-contact, .runhams-lp-offices-map-phone, .runhams-lp-offices-map-email { font-family: 'Overpass', sans-serif; font-size: 1rem; color: #555; font-weight: 400; margin-bottom: 0.5rem; display: flex; align-items: center; gap: 0.625rem; }
.runhams-lp-offices-map-contact { margin-bottom: 0.75rem; }
.runhams-lp-offices-map-contact i, .runhams-lp-offices-map-phone i, .runhams-lp-offices-map-email i { color: #d90f0f; font-size: 0.9375rem; width: 18px; text-align: center; flex-shrink: 0; }
.runhams-lp-offices-map-phone a, .runhams-lp-offices-map-email a { color: #333; text-decoration: none; font-weight: 600; transition: color 0.3s ease; }
.runhams-lp-offices-map-phone a:hover, .runhams-lp-offices-map-email a:hover { color: #d90f0f; }
.runhams-lp-offices-map-embed { flex: 1; min-height: 350px; border-radius: 12px; overflow: hidden; border: 1px solid #e8e8e8; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.runhams-lp-offices-map-embed iframe { width: 100%; height: 100%; display: block; }

@media (max-width: 1024px) { .runhams-lp-offices-map { padding: 4.5rem 0; } }
@media (max-width: 768px) { .runhams-lp-offices-map { padding: 4rem 0; } .runhams-lp-offices-map-inner { flex-direction: column; padding: 0 1.5rem; gap: 2rem; } .runhams-lp-offices-map-nap { flex: none; text-align: center; } .runhams-lp-offices-map-name { display: block; } .runhams-lp-offices-map-name::after { left: 50%; transform: translateX(-50%); } .runhams-lp-offices-map-contact, .runhams-lp-offices-map-phone, .runhams-lp-offices-map-email { justify-content: center; } .runhams-lp-offices-map-embed { min-height: 280px; } .runhams-lp-offices-map-name { font-size: 1.375rem; } }
@media (max-width: 480px) { .runhams-lp-offices-map { padding: 3.5rem 0; } .runhams-lp-offices-map-inner { padding: 0 1rem; } .runhams-lp-offices-map-name { font-size: 1.25rem; } .runhams-lp-offices-map-embed { min-height: 240px; border-radius: 8px; } .runhams-lp-offices-map-contact, .runhams-lp-offices-map-phone, .runhams-lp-offices-map-email { font-size: 0.9375rem; } }


/* ==========================================================================
   [10] CONTACT — footer form + trust sidebar (dark)
   ========================================================================== */
/* ==========================================
   RUNHAMS LP OFFICES - CONTACT FORM
   Two-column: form left, trust sidebar right
   Background: dark gradient with texture
   ========================================== */

.runhams-lp-offices-contact {
    background: linear-gradient(160deg, #2b2b2b 0%, #1a1a1a 50%, #222 100%);
    background-image:
        radial-gradient(rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 20px 20px;
    padding: 6rem 0;
    position: relative;
}

/* Red accent line at top */
.runhams-lp-offices-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #d90f0f 0%, #e83232 50%, #d90f0f 100%);
}

.runhams-lp-offices-contact-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    gap: 3rem;
    align-items: stretch;
}

/* ==========================================
   LEFT COLUMN — FORM
   ========================================== */

.runhams-lp-offices-contact-form-col {
    flex: 1;
    background-color: #333;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 2.75rem;
    box-shadow: 0 12px 48px rgba(0,0,0,0.35);
}

.runhams-lp-offices-contact-title {
    font-family: 'Overpass', sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.375rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.runhams-lp-offices-contact-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #d90f0f;
    border-radius: 2px;
}

.runhams-lp-offices-contact-subtitle {
    font-family: 'Overpass', sans-serif;
    font-size: 1rem;
    color: rgba(255,255,255,0.5);
    font-weight: 300;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* Form fields */
.runhams-lp-offices-form-group {
    margin-bottom: 1rem;
}

.runhams-lp-offices-form-input,
.runhams-lp-offices-form-textarea {
    width: 100%;
    padding: 1rem 1.125rem;
    background-color: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    color: #fff;
    font-family: 'Overpass', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.runhams-lp-offices-form-input::placeholder,
.runhams-lp-offices-form-textarea::placeholder {
    color: rgba(255,255,255,0.35);
}

.runhams-lp-offices-form-input:focus,
.runhams-lp-offices-form-textarea:focus {
    outline: none;
    border-color: #d90f0f;
    background-color: rgba(255,255,255,0.09);
    box-shadow: 0 0 0 3px rgba(217,15,15,0.12);
}

.runhams-lp-offices-form-textarea {
    resize: none;
    height: 140px;
}

.runhams-lp-offices-form-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #3d3d3d inset !important;
    -webkit-text-fill-color: #fff !important;
    border-color: rgba(255,255,255,0.1);
    transition: background-color 5000s ease-in-out 0s;
}

/* Submit button */
.runhams-lp-offices-form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1.0625rem;
    margin-top: 0.5rem;
    background-color: #d90f0f;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: 'Overpass', sans-serif;
    font-size: 1.0625rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(217,15,15,0.35);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.runhams-lp-offices-form-submit:hover {
    background-color: #b50d0d;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(217,15,15,0.5);
}

.runhams-lp-offices-form-submit i {
    font-size: 0.875rem;
    transition: transform 0.3s ease;
}

.runhams-lp-offices-form-submit:hover i {
    transform: translateX(3px);
}

/* Response time */
.runhams-lp-offices-form-response {
    font-family: 'Overpass', sans-serif;
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.4);
    text-align: center;
    margin-top: 0.875rem;
}

/* Validation error states */
.runhams-lp-form-error {
    border-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, 0.08) !important;
    box-shadow: 0 0 0 3px rgba(252, 165, 165, 0.12) !important;
}

.runhams-lp-form-error-text {
    display: block;
    font-family: 'Overpass', sans-serif;
    font-size: 0.75rem;
    color: #fca5a5;
    margin-top: 0.375rem;
    padding-left: 0.25rem;
}

/* ==========================================
   RIGHT COLUMN — TRUST SIDEBAR
   ========================================== */

.runhams-lp-offices-contact-sidebar {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 0;
    background-color: #2f2f2f;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}

/* Google rating pill */
.runhams-lp-offices-contact-sidebar-pill {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    background-color: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
}

.runhams-lp-offices-contact-sidebar-pill-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
}

.runhams-lp-offices-contact-sidebar-pill div {
    display: flex;
    flex-direction: column;
}

.runhams-lp-offices-contact-sidebar-pill strong {
    font-family: 'Overpass', sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.runhams-lp-offices-contact-sidebar-pill span {
    font-family: 'Overpass', sans-serif;
    font-size: 0.8125rem;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
}

/* Divider */
.runhams-lp-offices-contact-sidebar-divider {
    height: 1px;
    background-color: rgba(255,255,255,0.08);
    margin: 0.25rem 0 1.5rem;
}

/* Trust items */
.runhams-lp-offices-contact-sidebar-items {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.runhams-lp-offices-contact-sidebar-item {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
}

.runhams-lp-offices-contact-sidebar-item i {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background-color: rgba(217,15,15,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d90f0f;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.runhams-lp-offices-contact-sidebar-item div {
    display: flex;
    flex-direction: column;
}

.runhams-lp-offices-contact-sidebar-item strong {
    font-family: 'Overpass', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

.runhams-lp-offices-contact-sidebar-item span {
    font-family: 'Overpass', sans-serif;
    font-size: 0.8125rem;
    font-weight: 300;
    color: rgba(255,255,255,0.45);
    line-height: 1.5;
}

/* Contact CTA */
.runhams-lp-offices-contact-sidebar-cta {
    margin-top: auto;
}

.runhams-lp-offices-contact-sidebar-cta p {
    font-family: 'Overpass', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    margin-bottom: 0.75rem;
}

.runhams-lp-offices-contact-sidebar-phone,
.runhams-lp-offices-contact-sidebar-email {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Overpass', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.runhams-lp-offices-contact-sidebar-phone:hover,
.runhams-lp-offices-contact-sidebar-email:hover {
    color: #d90f0f;
}

.runhams-lp-offices-contact-sidebar-phone i,
.runhams-lp-offices-contact-sidebar-email i {
    color: #d90f0f;
    font-size: 0.875rem;
    width: 16px;
    text-align: center;
}

/* ==========================================
   TABLET (1024px)
   ========================================== */

@media (max-width: 1024px) {
    .runhams-lp-offices-contact { padding: 5rem 0; }
    .runhams-lp-offices-contact-sidebar { flex: 0 0 300px; padding: 1.75rem; }
}

/* ==========================================
   MOBILE (768px) — stack columns
   ========================================== */

@media (max-width: 768px) {
    .runhams-lp-offices-contact { padding: 4rem 0; }

    .runhams-lp-offices-contact-inner {
        flex-direction: column;
        padding: 0 1.5rem;
        gap: 2rem;
    }

    .runhams-lp-offices-contact-form-col {
        padding: 2.25rem 1.75rem;
        order: 1;
    }

    .runhams-lp-offices-contact-sidebar {
        flex: none;
        order: 2;
        padding: 1.75rem;
    }

    .runhams-lp-offices-contact-title { font-size: 1.625rem; }

    /* Sidebar items go horizontal on tablet */
    .runhams-lp-offices-contact-sidebar-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .runhams-lp-offices-contact-sidebar-cta {
        text-align: center;
    }

    .runhams-lp-offices-contact-sidebar-phone,
    .runhams-lp-offices-contact-sidebar-email {
        justify-content: center;
    }
}

/* ==========================================
   SMALL MOBILE (480px)
   ========================================== */

@media (max-width: 480px) {
    .runhams-lp-offices-contact { padding: 3.5rem 0; }
    .runhams-lp-offices-contact-inner { padding: 0 1rem; }

    .runhams-lp-offices-contact-form-col {
        padding: 1.75rem 1.25rem;
        border-radius: 8px;
    }

    .runhams-lp-offices-contact-title { font-size: 1.5rem; }
    .runhams-lp-offices-contact-subtitle { font-size: 0.9375rem; }

    .runhams-lp-offices-form-input,
    .runhams-lp-offices-form-textarea {
        padding: 0.875rem 1rem;
        font-size: 0.9375rem;
        border-radius: 6px;
    }

    .runhams-lp-offices-form-submit {
        padding: 0.9375rem;
        font-size: 1rem;
    }

    .runhams-lp-offices-contact-sidebar-items {
        grid-template-columns: 1fr;
        gap: 0.875rem;
    }

    .runhams-lp-offices-contact-sidebar-pill {
        padding: 1rem 1.25rem;
    }

    .runhams-lp-offices-contact-sidebar-phone,
    .runhams-lp-offices-contact-sidebar-email {
        font-size: 0.875rem;
    }
}


/* ==========================================================================
   [11] FOOTER — incl. WhatConverts hide rule
   ========================================================================== */
/* RUNHAMS LP OFFICES - FOOTER */
.runhams-lp-offices-footer { background-color: #1a1a1a; padding: 2rem; text-align: center; border-top: 1px solid rgba(255,255,255,0.06); }
.runhams-lp-offices-footer-inner { max-width: 1200px; margin: 0 auto; }
.runhams-lp-offices-footer-inner p { font-family: 'Overpass', sans-serif; font-size: 0.875rem; color: rgba(255,255,255,0.4); font-weight: 300; margin-bottom: 0.25rem; }
.runhams-lp-offices-footer-inner a { color: rgba(255,255,255,0.5); text-decoration: none; }
.runhams-lp-offices-footer-inner a:hover { color: #fff; }
@media (max-width: 768px) { .runhams-lp-offices-footer { padding: 1.5rem 1.25rem; } .runhams-lp-offices-footer-inner p { font-size: 0.8125rem; } }
@media (max-width: 480px) { .runhams-lp-offices-footer { padding: 1.25rem 1rem; } }

/* WhatConverts \xe2\x80\x94 hide tracking code container */
#what-converts-code,
#what-converts-code * {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    visibility: hidden !important;
    line-height: 0 !important;
    font-size: 0 !important;
}
