:root{
      --esp-brand:#FCB017;
      --esp-ink:#111111;
      --esp-text:#222222;
      --esp-line:rgba(0,0,0,.08);
      --esp-dark:#000000;
      --esp-contact-radius:18px;
    }

    html, body {
      height: 100%;
      margin: 0;
      padding: 0;
    }

    body{
      font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      background:#fafafa;
      color:#111827;
      line-height: 1.5;
    }
    
    .esp-page-wrap {
      display: flex;
      flex-direction: column;
      min-height: 100vh; 
      padding-top: 40px; 
      box-sizing: border-box;
    }
    
    img { max-width: 100%; height: auto; display: block; border: 0; }

    /* BLOG LAYOUT */
    .esp-container {
        flex: 1; 
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .esp-blog-layout {
      display: flex;
      flex-wrap: wrap; 
      gap: 30px;
      max-width: 1200px; 
      width: 100%;
      margin: 0 auto 60px;
      padding: 0 24px;
      align-items: flex-start; 
      box-sizing: border-box;
    }

    .wrap-blog {
      flex: 1 1 60%; 
      min-width: 300px;
      margin: 0;
      padding: 30px 24px;
      background: #fff;
      border: 1px solid rgba(0,0,0,.12);
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.03);
      box-sizing: border-box;
    }
    
    .wrap-blog h1 { color: #111827; line-height: 1.2; font-weight: 700; font-size: clamp(24px,4.5vw,34px); margin-bottom: 12px; margin-top: 0; }
    .wrap-blog h2 { color: #111827; line-height: 1.2; font-weight: 700; font-size: 21px; margin-top: 26px; margin-bottom: 10px; }
    .wrap-blog h3 { color: #111827; line-height: 1.2; font-weight: 700; font-size: 18px; margin-top: 22px; margin-bottom: 8px; }
    .wrap-blog p { margin: 0 0 12px; font-size: 15px; color: #374151; }
    .wrap-blog ul { margin: 0 0 12px 18px; padding: 0; color: #374151; }
    .wrap-blog li { margin: 5px 0; font-size: 15px; }
    .meta { font-size: 13px; color: #666666; margin-bottom: 14px; }
    .meta strong { font-weight: 600; }
    .note { border-left: 4px solid var(--esp-brand); background: #fff7e6; padding: 10px 12px; border-radius: 8px; margin: 12px 0; font-size: 14px; color: #555; }
    .hero-img { width: 100%; height: auto; max-height: 480px; object-fit: cover; border-radius: 12px; margin-bottom: 18px; display: block; }

    /* SIDEBAR */
    .esp-sidebar {
      flex: 1 1 300px; 
      max-width: 380px;
      display: flex;
      flex-direction: column;
      gap: 24px;
      position: sticky;
      top: 20px; 
    }

    .esp-widget {
      background: #fff;
      border: 1px solid rgba(0,0,0,.08);
      border-radius: 12px;
      padding: 24px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    }
    
    .esp-widget h3 {
      margin: 0 0 16px;
      font-size: 18px;
      border-bottom: 2px solid var(--esp-brand);
      padding-bottom: 10px;
      display: inline-block;
      color: #111;
    }
    
    .esp-widget ul { list-style: none; padding: 0; margin: 0; }
    .esp-widget li { margin-bottom: 12px; border-bottom: 1px solid #f0f0f0; padding-bottom: 12px; }
    .esp-widget li:last-child { border: none; margin: 0; padding: 0; }
    
    .esp-widget a { text-decoration: none; color: #555; font-size: 15px; display: flex; align-items: center; transition: 0.2s; }
    .related-posts-custom .widget-title-custom { display: block; font-weight: 700; font-size: 20px; color: #111; margin-bottom: 20px; position: relative; padding-bottom: 10px; }
    .related-posts-custom .widget-title-custom::after { content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 3px; background: var(--esp-brand); }

    .widget-cta { background: #111; color: #fff; text-align: center; border: none; }
    .widget-cta h3 { color: #fff; border-color: rgba(255,255,255,0.2); }
    .widget-cta p { color: #ccc; font-size: 14px; margin-bottom: 20px; }
    
    .contact-row { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; color: #555; font-size: 14px; text-decoration: none; }
    .contact-row svg { width: 16px; height: 16px; color: var(--esp-brand); flex-shrink: 0; }

    @media (max-width: 900px) { 
      .esp-blog-layout { flex-direction: column; padding: 0 16px; }
      .esp-sidebar { width: 100%; max-width: 100%; position: static; }
    }

    .esp-header__btn {
      background: var(--esp-brand);
      color: #111;
      font-weight: 700;
      padding: 14px 24px;
      border-radius: 50px;
      text-decoration: none;
      display: inline-flex;
      transition: 0.3s;
    }
    .esp-header__btn:hover { background: #fff; color: var(--esp-brand); box-shadow: 0 5px 15px rgba(252,176,23,0.3); }

    /* TRENDY SECTION - Clean URL Implementation */
    .trendy-section {
        background-color: #f4f4f4;
        padding: 60px 20px;
        border-top: 1px solid rgba(0,0,0,0.05);
        margin-top: 40px; 
    }

    .trendy-container { max-width: 1100px; margin: 0 auto; }
    .trendy-header { text-align: center; margin-bottom: 40px; }
    .trendy-header h2 { font-size: 26px; font-weight: 700; color: #111; margin: 0; text-transform: uppercase; letter-spacing: 1px; }
    .trendy-header .divider { width: 40px; height: 4px; background: var(--esp-brand); margin: 12px auto 0; border-radius: 2px; }

    .trendy-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }

    .trendy-card {
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        text-decoration: none;
        box-shadow: 0 8px 20px rgba(0,0,0,0.04);
        transition: 0.3s;
        display: flex;
        flex-direction: column;
        border: 1px solid rgba(0,0,0,0.02);
    }

    .trendy-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }

    .trendy-img-box {
        height: 210px;
        overflow: hidden;
        position: relative;
        background: #e5e7eb; /* Fallback gray */
    }

    .trendy-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .trendy-content { padding: 20px; flex: 1; display: flex; flex-direction: column; }
    .trendy-cat { color: var(--esp-brand); font-size: 11px; font-weight: 800; text-transform: uppercase; margin-bottom: 6px; display: block; }
    .trendy-title { font-size: 17px; font-weight: 700; color: #111; margin: 0 0 10px; line-height: 1.4; }
    .trendy-excerpt { font-size: 14px; color: #555; margin: 0 0 15px; line-height: 1.5; }
    .trendy-read-more { margin-top: auto; font-size: 13px; font-weight: 700; color: #111; display: flex; align-items: center; gap: 4px; }
    .trendy-read-more span { color: var(--esp-brand); font-size: 16px; }

/* Inline styles for what-are-the-benefits-of-manned-guarding.html */
.st-e467bba6 { width:100% !important; justify-content:center !important; box-sizing:border-box !important; }
.st-d6965078 { margin: 40px auto !important; max-width: 1100px !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;
}