:root {
      --esp-brand: #FCB017;
      --esp-ink: #111111;
      --esp-text: #222222;
      --esp-line: rgba(0,0,0,.08);
      --esp-bg: #f9fafb;
    }

    body {
      margin: 0;
      font-family: 'Nunito', system-ui, -apple-system, 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/Terrorism-banner.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;
    }

    .esp-locations-hero .esp-loc__subtitle {
      margin: 10px 0 0;
      font: 600 clamp(16px, 2.7vw, 20px)/1.5 Nunito, system-ui, sans-serif;
      color: #e5e7eb;
      max-width: 46rem;
    }

    @media (max-width: 768px) {
      .esp-locations-hero {
        --minh: 50vh;
        padding-block: 50px;
      }
    }

    /* ========================= GRID LAYOUT ========================= */
    .esp-container {
      max-width: 1200px;
      margin: 80px auto;
      padding: 0 20px;
    }

    .esp-grid {
      display: grid;
      gap: 16px;
      opacity: 1;
      grid-template-columns: 1fr;
    }

    @media(min-width: 600px) {
      .esp-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media(min-width: 1024px) {
      .esp-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
      }
    }

    /* ========================= CARD DESIGN (From Blog) ========================= */
    .esp-card {
      display: flex;
      flex-direction: column;
      background: #fff;
      border: 2px solid var(--esp-brand);
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 1px 0 rgba(0,0,0,.02);
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
      text-decoration: none;
      padding: 14px;
      gap: 8px;
      will-change: transform;
    }

    @media(min-width: 640px) {
      .esp-card { padding: 16px; gap: 10px; }
    }

    @media(hover: hover) {
      .esp-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(0,0,0,.06);
        border-color: var(--esp-brand);
      }
    }

    .esp-card__title {
      margin: 0;
      font: 700 clamp(17px, 3.6vw, 22px)/1.2 'Nunito', system-ui, sans-serif;
      letter-spacing: -.01em;
      color: var(--esp-ink);
      transition: color 0.2s ease;
    }

    .esp-card:hover .esp-card__title {
      color: #000;
    }

    .esp-card__desc {
      margin: 0;
      color: var(--esp-text);
      font: 15px/1.6 'Nunito', system-ui, sans-serif;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      flex-grow: 1;
    }

    .esp-card__meta {
      margin-top: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid var(--esp-line);
      padding-top: 10px;
      gap: 10px;
      font: 600 14px/1.3 'Nunito', system-ui, sans-serif;
      color: #6b7280;
    }

    .esp-card__link {
      text-decoration: none;
      color: #111;
      font-weight: 700;
      font-size: 14px;
      display: inline-flex;
      align-items: center;
      gap: 4px;
      transition: color 0.2s ease;
    }

    .esp-card__link svg {
      width: 16px;
      height: 16px;
      transition: transform 0.2s ease;
    }

    .esp-card:hover .esp-card__link {
      color: var(--esp-brand);
    }

    .esp-card:hover .esp-card__link svg {
      transform: translateX(4px);
    }

/* Inline styles for security-consultancy.html */
.st-ff146654 { max-width: 1200px !important; margin: 0 auto 80px !important; padding: 0 20px !important; }

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