:root{
      --esp-brand:#FCB017;
      --esp-ink:#111111;
      --esp-text:#222222;
      --esp-line:rgba(0,0,0,.08);
      --esp-dark:#000000;
      --esp-contact-radius:18px;
    }

    body{
      margin:0;
      font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      background:#ffffff;
      color:#111827;
    }

    /* ========================= HERO SECTION ========================= */
    .esp-locations-hero{
      --brand:#FCB017;
      --ink:#ffffff;
      --overlay: rgba(0,0,0,.64);
      --minh: 30vh;
      position:relative;
      isolation:isolate;
      min-height:var(--minh);
      display:grid;
      place-items:center;
      color:var(--ink);
      background:
        url("https://eaglesecurityprotection.co.uk/wp-content/uploads/2025/12/Blog-9-Image.webp")
        center / cover no-repeat #222;
      padding-block: clamp(80px, 10vw, 120px);
    }

    .esp-locations-hero .esp-loc__overlay{
      position:absolute;
      inset:0;
      background:var(--overlay);
      z-index:0;
    }

    .esp-locations-hero .esp-loc__in{
      position:relative;
      z-index:1;
      width:min(1200px, calc(100% - 48px));
      margin-inline:auto;
      text-align:left;
    }

    .esp-locations-hero .esp-loc__bar{
      display:inline-block;
      width:88px; height:8px;
      background:var(--brand);
      border-radius:6px;
      margin-bottom:14px;
    }

    .esp-locations-hero .esp-loc__title{
      margin:0 0 8px;
      font:700 clamp(32px,6vw,64px)/1.05 Nunito,system-ui,sans-serif;
      color:#fff;
    }

    @media (max-width: 768px) {
      .esp-locations-hero {
        --minh: 50vh;
        padding-block: 50px;
      }
    }

    @media (min-height:700px){
      .esp-locations-hero{ --minh: 30vh; }
    }

    /* ============ CONTACT / APPOINTMENT SECTION ============ */
    .esp-contact{
      background:#ffffff;
      padding: 70px 16px 60px; 
      font-family:Nunito, sans-serif;
    }

    .esp-contact__in{
      max-width:1140px;
      margin:0 auto;
    }

    .esp-contact__grid{
      display:grid;
      gap:clamp(32px,4vw,56px);
    }

    @media (min-width:700px){
      .esp-contact__grid{
        grid-template-columns:1fr 1fr;
        align-items: flex-start; 
        padding-top: 20px;
      }
      .esp-contact__left{
        padding-right:32px;
        display: flex;
        flex-direction: column;
        text-align: left;
        gap: 24px;
      }
      .esp-contact__right{
        padding-left:32px;
      }
    }

    .esp-contact__left,
    .esp-contact__right{
      color:var(--esp-text);
    }

    .esp-contact__bar{
      width: 50px;
      height: 4px;
      border-radius: 2px;
      background:var(--esp-brand);
      margin-bottom: 24px;
    }

    @media (max-width: 480px) {
      .esp-contact__title{
        font-size: 28px!important;
      }
    }

    .esp-contact__title{
      margin:0 0 20px;
      font-size: 42px;
      font-weight: 700;
      color: #111;
      line-height: 1.1;
    }

    .esp-contact__text{
      margin:0 0 16px;
      font-size:16px;
      line-height:1.7;
      max-width:480px;
      color: #4b5563;
    }

    .esp-contact__right{
      background:#f9fafb;
      border-radius:18px;
      border:1px solid var(--esp-line);
      box-shadow:0 14px 32px rgba(15,23,42,.06);
      padding: 30px 26px 10px;
        height: 90%;
      align-content: center;
    }

    .esp-contact__row{
      margin-bottom:14px;
    }

    .esp-contact__row--2{
      display:grid;
      gap:12px;
    }

    @media (min-width:640px){
      .esp-contact__row--2{
        grid-template-columns:repeat(2,1fr);
      }
    }

    .esp-field { 
      position: relative; 
      display:flex; 
      flex-direction:column; 
    }

    .esp-input {
      font-family: 'Nunito', sans-serif;
      width: 100%;
      border: 1px solid #e5e7eb;
      border-radius: 12px;
      padding: 24px 16px 8px;
      font-size: 15px;
      font-weight: 600;
      background: #ffffff;
      outline: 0;
      color: #1f2937;
      transition: border-color .15s ease, box-shadow .15s ease;
      box-sizing: border-box;
    }

    .esp-input:focus-visible {
      border-color: var(--esp-brand);
      box-shadow: 0 0 0 3px rgba(252,176,23,.15);
    }

    .esp-input.error-border {
        border-color: #ef4444 !important;
        background-color: #fef2f2;
    }

    .esp-input--textarea {
      resize: vertical;
      min-height: 140px;
    }

    .esp-label {
      position: absolute;
      left: 16px;
      top: 18px;
      font-size: 15px;
      font-weight: 400;
      color: #9ca3af;
      pointer-events: none;
      transition: all 0.2s ease-out;
      transform-origin: left top;
      font-family: 'Nunito', sans-serif;
    }

    .esp-input:focus ~ .esp-label,
    .esp-input:not(:placeholder-shown) ~ .esp-label {
      top: 8px;
      transform: scale(0.85);
      color: var(--esp-brand);
      font-weight: 700;
    }

    .esp-contact__actions{ margin-top:16px; }

    .esp-cta-btn{
      background:#FCB017;
      color:#111111;
      border:2px solid #FCB017;
      padding:12px 32px;
      border-radius:999px;
      font-size:16px;
      font-weight:700;
      font-family:Nunito, sans-serif;
      display:inline-flex;
      align-items:center;
      gap:6px;
      cursor:pointer;
      transition:all .25s ease;
      letter-spacing:0.3px;
      box-shadow:none;
    }

    .esp-cta-btn .arrow{
      font-size:18px;
      line-height:0;
    }

    .esp-cta-btn:hover{
      background:#ffffff;
      color:#FCB017;
      border-color:#FCB017;
      transform:translateY(-2px);
      box-shadow:0 14px 36px rgba(252,176,23,.35);
    }

    .esp-contact-info-box {
      background: transparent; 
      color: #111111;
      border: none; 
      box-shadow: none; 
      padding: 10px 0; 
      max-width: 320px;
      width: 100%;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: 0;
      align-self: flex-start;
    }

    .esp-ci-item {
      text-align: left;
      position: relative;
    }

    .esp-ci-item:not(:last-child)::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: rgba(0,0,0,0.08);
      margin: 20px 0 0;
    }

    .esp-ci-icon {
      width: 40px;
      height: 40px;
      margin: 0 0 10px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }

    .esp-ci-icon svg {
      width: 28px;
      height: 28px;
      fill: none;
      stroke: var(--esp-brand);
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .esp-ci-title {
      margin: 0 0 6px;
      font-size: 16px;
      font-weight: 700;
      color: #111111;
      letter-spacing: 0.3px;
    }

    .esp-ci-text {
      margin: 0;
      font-size: 14px;
      line-height: 1.6;
      color: #4b5563;
      font-weight: 500;
    }

    .esp-ci-text:hover{
      color: var(--esp-brand);
    }

    .esp-ci-text a {
      color: inherit;
      text-decoration: none;
      transition: color 0.2s;
    }

    .esp-ci-text a:hover {
      color: var(--esp-brand);
    }

    /* ============= LOCATION / MAP SECTION ============= */
    .esp-location{
      width:100%;
      margin:0;
      padding:70px 0 60px;
      background:#fafafa;
    }

    .esp-location__inner{
      max-width:1200px;
      margin:0 auto;
      padding:0 16px;
    }

    .esp-location__header{
      text-align:center;
      margin-bottom:22px;
      color:#111827;
    }

    .esp-location__header h2{
      margin:0 0 6px;
      font-size:clamp(24px,3vw,28px);
      font-weight:700;
    }

    .esp-location__map-frame{
      width:100%;
      height:420px;
      border-radius:18px;
      overflow:hidden;
      box-shadow:0 16px 36px rgba(15,23,42,0.18);
      background:#fafafa;
    }

    .esp-location__map-frame iframe{
      width:100%;
      height:100%;
      border:0;
    }

/* Inline styles for contact-us.html */
.st-b1207fa3 { margin-bottom:20px !important; font-size:24px !important; }
:root { --brand:#FCB017; --ink:#111; --text:#222; --muted:#5a5959;
      --line:rgba(0,0,0,.08); --surface:#fff; --subtle:#fafafa; --focus:rgba(252,176,23,.3);
      --radius-pill:999px; --radius-lg:16px; --container:1100px;
      --shadow-1:0 10px 22px rgba(0,0,0,.06); --shadow-2:0 12px 26px rgba(0,0,0,.08); }
html, body { margin:0 }
body { font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;color:var(--text);background:#fff }
.wrap { max-width:var(--container);margin:0 auto;padding:72px 16px }
h1, h2 { color:var(--ink);font-weight:900 }
h1 { font-size:clamp(28px,5vw,40px);margin:0 0 10px }
h2 { font-size:clamp(20px,3.5vw,26px);margin:40px 0 12px }
p, li { line-height:1.65 }
ul { padding-left:18px }
a { color:#111;text-underline-offset:3px }
.notice { background:var(--subtle);border-left:4px solid var(--brand);padding:12px 14px;border-radius:8px }
.back { display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:var(--radius-pill);font-weight:900;font-size:15px;text-decoration:none;border:1.5px solid #111;color:#111 }
.back:hover { background:var(--brand);color:#111 }
footer { border-top:1px solid var(--line);margin-top:40px }
footer .wrap { padding-top:32px }
.cc-btn { padding:10px 18px;border-radius:999px;font-weight:900;cursor:pointer }

/* === 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;
}
