/* Inline styles for construction-site-security-west-midlands.html */
.st-91274fcc { color:#FCB017 !important; font-weight:bold !important; text-decoration:none !important; }
.st-febfdd4b { color: #FCB017 !important; font-weight: 800 !important; text-decoration: none !important; }
.st-9f1f41b9 { font-size: 16px !important; margin: 0 0 5px !important; font-weight: 700 !important; color: #111 !important; }
:root { /* BRAND COLORS */
      --esp-brand: #FCB017;
      --esp-brand-text: #FCB017; 
      --esp-ink: #111111;
      --esp-text-muted: #424a57;
      --esp-line: rgba(0,0,0,.08);
      --esp-card-radius: 18px;
      
      /* SPACING (Desktop Defaults) */
      --sect-pad-top: 70px;
      --sect-pad-btm: 60px; }
:root { --sect-pad-top: 60px;
        --sect-pad-btm: 50px; }
body { margin: 0;
      font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      background: #ffffff;
      color: var(--esp-ink);
      overflow-x: hidden; }
.esp-locations-hero { --brand: #FCB017;
      --ink: #ffffff;
      --overlay: rgba(0,0,0,.64);
      
      position: relative;
      isolation: isolate;
      /* REQUEST: Desktop Banner 30vh */
      min-height: 30vh; 
      display: grid;
      place-items: center;
      color: var(--ink);
      
      /* BACKGROUND IMAGE */
      background:
        url("https://eaglesecurityprotection.co.uk/wp-content/uploads/2026/01/Construction-Site-Security--scaled.webp")
        center / cover no-repeat #222;
        
      padding-block: clamp(80px, 10vw, 120px); }
.esp-locations-hero .esp-loc__in { position: relative;
      z-index: 1;
      width: min(1200px, calc(100% - 40px));
      margin-inline: auto;
      text-align: left; }
.esp-locations-hero .esp-loc__title { margin: 10px 0;
      font: 700 clamp(28px, 4vw, 40px)/1.2 Nunito, system-ui, sans-serif;
      color: #ffffff;
      max-width: 25ch; }
.esp-locations-hero .esp-loc__lead { margin: 0 0 24px;
      font: 16px/1.7 Nunito, system-ui, sans-serif;
      max-width: 60ch;
      color: #f3f4f6; }
.esp-locations-hero { /* REQUEST: Mobile Banner 50vh + 50px Padding */
        min-height: 50vh; 
        padding-block: 50px;
        text-align: left; }
.esp-locations-hero .esp-loc__in { display: flex; 
        flex-direction: column; 
        align-items: flex-start; }
.esp-locations-hero .esp-loc__bar { margin-bottom: 25px; }
.esp-locations-hero .esp-loc__title { font-size: 28px; margin-top: 0; }
.esp-section { width: 100%;
      /* APPLIED SPACING GUIDE */
      padding-top: var(--sect-pad-top);
      padding-bottom: var(--sect-pad-btm); }
.esp-container { max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px; }
.esp-grid-2 { display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center; }
.esp-grid-wide-text { grid-template-columns: 1.6fr 1fr; }
.esp-grid-stretch { align-items: stretch; }
.esp-text-tight > *:first-child { margin-top: 0; }
.esp-text-tight > *:last-child { margin-bottom: 0; }
.esp-grid-2, .esp-grid-wide-text { grid-template-columns: 1fr;
        gap: 40px; }
.esp-grid-stretch { align-items: flex-start; }
.esp-order-mobile-2 { order: 2; }
.esp-order-mobile-1 { order: 1; }
.esp-h2 { font: 700 clamp(28px, 4vw, 40px)/1.2 Nunito, system-ui, sans-serif;
      color: var(--esp-ink);
      margin-bottom: 24px;
      margin-top: 0; }
.esp-h2-compact { font-size: clamp(22px, 3vw, 32px); }
.esp-text { font-size: 16px;
      line-height: 1.7;
      color: var(--esp-text-muted);
      margin-bottom: 24px; }
.esp-intro-wrapper { background: #fafafa;
        /* Custom padding for intro to make it stand out */
        padding-top: 70px;
        padding-bottom: 60px; }
.esp-intro-card { background: #ffffff;
      max-width: 900px;
      margin: 0 auto;
      padding: 50px;
      border-radius: 24px;
      text-align: center;
      box-shadow: 0 20px 40px rgba(0,0,0,0.06);
      border: 1px solid rgba(0,0,0,0.04);
      position: relative; }
.esp-intro-card::before { content: '';
        display: block;
        width: 80px;
        height: 6px;
        background: var(--esp-brand);
        margin: 0 auto 30px auto;
        border-radius: 4px; }
.esp-intro-card p.lead { font-size: 20px;
      color: #111;
      font-weight: 700;
      margin-bottom: 20px;
      line-height: 1.5; }
.esp-intro-card p.sub { font-size: 16px;
      color: #666;
      line-height: 1.7; }
.esp-intro-card { padding: 30px 20px; }
.esp-quote-box { background-color: #ffffff;
        border-left: 4px solid var(--esp-brand);
        padding: 24px;
        margin: 24px 0;
        border-radius: 0 8px 8px 0;
        font-style: italic;
        color: #333;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.6;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.esp-stats-row { display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        margin-top: 30px; }
.esp-stat-card { background: #fff;
        padding: 15px 10px;
        border-radius: 12px;
        text-align: center;
        border: 1px solid #eee;
        box-shadow: 0 4px 6px rgba(0,0,0,0.02); }
.esp-stat-num { display: block;
        font-size: 1.4rem;
        font-weight: 700;
        color: var(--esp-brand);
        line-height: 1;
        margin-bottom: 6px; }
.esp-stat-label { font-size: 0.8rem;
        color: #666;
        line-height: 1.2;
        display: block;
        font-weight: 700; }
.esp-stats-row { grid-template-columns: 1fr; }
.esp-center-aligned { text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
.esp-center-aligned .esp-img-wrap { margin-bottom: 30px;
      max-width: 800px;
      width: 100%; }
.esp-center-aligned .esp-content { max-width: 800px; }
.esp-img-wrap { border-radius: var(--esp-card-radius);
      overflow: hidden;
      box-shadow: 0 20px 40px rgba(0,0,0,0.15);
      line-height: 0;
      /* Style Guide: Added Brand Border */
      border: 2px solid var(--esp-brand);
      background: #fff;
      width: 100%;
      height: auto; }
.esp-img-wrap img { width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
.esp-img-fill { height: 100%; }
.esp-features-grid { display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px; }
.esp-feature-card { background: #ffffff;
      padding: 30px;
      border-radius: 16px;
      border: 2px solid #eee; 
      box-shadow: 0 10px 20px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      align-content: end; }
.esp-feature-card:hover { border-color: var(--esp-brand);
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(252, 176, 23, 0.15); }
.esp-feature-card h3 { font-size: 1.3rem;
      font-weight: 700;
      margin-bottom: 12px;
      color: var(--esp-ink); }
.esp-feature-card p { font-size: 1rem;
      color: #666;
      margin: 0;
      line-height: 1.6; }
.esp-service-link { display: inline-block;
      margin-top: 15px;
      color: var(--esp-brand);
      font-weight: 700;
      text-decoration: none;
      font-size: 16px; }
.esp-service-link:hover { text-decoration: underline; 
      color: #111; }
.esp-trust { --tc-yellow: #FCB017; 
      --tc-ink: #0f172a; 
      --tc-line: rgba(0,0,0,.06);
      
      background: #ffffff; /* Keeping as white per content flow */
      /* APPLIED SPACING GUIDE */
      padding-top: var(--sect-pad-top);
      padding-bottom: var(--sect-pad-btm); }
.esp-trust .esp-trust-in { max-width: 1100px; margin: 0 auto; padding: 0 16px; }
.esp-trust h2 { margin: 0 0 8px; 
      text-align: center; 
      color: var(--esp-ink); 
      font: 700 clamp(28px, 4vw, 40px)/1.2 Nunito, system-ui, sans-serif; }
.esp-trust p { margin: 0 0 40px; 
      text-align: center; 
      color: var(--esp-text-muted); 
      font: 600 14.5px/1.55 Nunito, system-ui; }
.esp-trust-grid { display: grid; gap: 18px; grid-template-columns: repeat(2,1fr); max-width: 1100px; margin: 0 auto; padding-inline: 16px; }
.esp-trust-grid { grid-template-columns: repeat(4,1fr); }
.esp-trust-card { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
      min-height: 150px; padding: 16px; border: 2px solid var(--tc-yellow); border-radius: 16px; background: #fff;
      box-shadow: 0 8px 20px rgba(0,0,0,.06); transition: all .25s ease; text-decoration: none; color: inherit; }
.esp-trust-card:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(0,0,0,.12); border-color: #f7b615; }
.esp-hero-btn { display: inline-block;
  background: var(--esp-brand);
  color: #111;
  padding: 14px 28px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  margin-top: 15px;
  box-shadow: 0 4px 10px rgba(252, 176, 23, 0.3);
  transition: all 0.3s ease;
  border: 2px solid transparent; }
.esp-hero-btn:hover { background: #ffffff;
  color: var(--esp-brand);
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
  border: 2px solid var(--esp-brand); }

/* === FAQ ACCORDION ? FAQS.HTML REFERENCE === */
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) .list{display:grid;gap:12px}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) details{margin:0;border:1px solid #d9d9d9;border-radius:14px;background:#fff;overflow:hidden;transition:border-color .15s,box-shadow .15s,transform .15s}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) details[open],:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) details:hover{border-color:#fcb017;box-shadow:0 10px 22px rgba(0,0,0,.06);transform:translateY(-1px)}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;width:100%;margin:0;padding:14px 16px;border:0;border-radius:0;outline:0;list-style:none;background:#fff;color:#111;font:700 16px/1.45 Nunito,system-ui,sans-serif;text-align:left;cursor:pointer;box-shadow:none;appearance:none}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) summary::-webkit-details-marker{display:none}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) .chev{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;margin:0;border:1px solid #d9d9d9;border-radius:999px;background:#fff;color:transparent;font-size:0;line-height:1}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) .chev::after{content:"";display:inline-block;width:8px;height:8px;margin-bottom:4px;border-right:2.5px solid #fcb017;border-bottom:2.5px solid #fcb017;transform:rotate(45deg);transition:transform .2s ease,margin .2s ease}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) details[open] .chev::after{margin-bottom:-2px;transform:rotate(-135deg)}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) .answer{max-height:0;opacity:0;overflow:hidden;padding:0 16px;border-top:1px solid transparent;background:#fff;color:#333;font-size:14.5px;line-height:1.7;transition:max-height .3s ease-out,opacity .3s ease-out,padding .3s ease}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) details[open] .answer{max-height:none;opacity:1;padding-bottom:16px;border-top-color:#d9d9d9}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) .answer p{margin:12px 0 14px;padding:0;color:#333}

/* === GLOBAL FOOTER ACCESSIBLE CONTRAST === */
.esp-global-footer,.esp-global-footer p,.esp-global-footer span,.esp-global-footer strong{color:#f3f4f6!important}
.esp-global-footer a{color:#fff!important;text-decoration-color:#fcb017!important}
.esp-global-footer a:hover,.esp-global-footer a:focus{color:#fcb017!important}


/* === GLOBAL HONEYPOT VISIBILITY FIX === */
input[name="company_site"] {
  position: fixed !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}