/* Warm brand palette */
:root{
  --sage:#ccd5ae;      /* olive */
  --mint:#e9edc9;      /* light surface */
  --linen:#fefae0;     /* base surface */
  --sand:#faedcd;      /* warm surface */
  --amber:#d4a373;     /* accent */

  --brand:var(--amber);
  --brand-dark:#bf8f63;
  --ink:#2b2b22;       /* dark text */
  --muted:#6b6a5d;
  --maxw:1200px;
}

/* Base */
*,*::before,*::after{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--ink);
  background:var(--linen);
  line-height:1.55;
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}

/* Sticky glass nav */
.nav{
  position:fixed; inset:0 0 auto 0; height:68px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(254,250,224,.86);
  backdrop-filter:saturate(140%) blur(10px);
  z-index:100;
  border-bottom:1px solid rgba(43,43,34,.06);
}
.nav .wrap{width:100%; max-width:var(--maxw); padding:0 20px; display:flex; align-items:center; justify-content:space-between;}
.brand{display:flex; align-items:center; gap:8px; font-weight:800; letter-spacing:.3px; color:#3a361f}
.brand .shield{filter:drop-shadow(0 2px 6px rgba(0,0,0,.12))}
.menu{display:flex; gap:22px; align-items:center}
.menu a{opacity:.9}
.menu a:hover{opacity:1}
.cta{
  padding:10px 16px; border-radius:10px; background:var(--brand); color:#312616; font-weight:700;
  border:1px solid rgba(49,49,38,.08);
  transform:translateZ(0);
}
.cta:hover{background:var(--brand-dark)}

/* Navigation */
.nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 36px;
}

.brand {
  font-size: 2rem;           /* Larger, adjust size as needed */
  font-weight: 900;          /* Bold */
  letter-spacing: -0.01em;
  color: #222110;            /* Dark strong color */
  padding: 0 18px;
  line-height: 1.1;
}

/* Hero */
.hero {
  position: relative;
  min-height: 92vh;
  padding: 110px 18px 72px;
  display: grid;
  place-items: center;
  text-align: center;

  /* Background image now positioned to center 25% vertically for better face visibility */
  background: var(--linen) url('https://i.ibb.co/gZR5dKT9/sec-guard-updated.png') center 25%/cover no-repeat;
  background-color: #0d1b2a;

  isolation: isolate;
  overflow: hidden;
}

/* Gentle gradient overlay for readability */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,   /* dark at top */
    rgba(0, 0, 0, 0.15) 40%,  /* softer middle */
    rgba(0, 0, 0, 0.5) 100%   /* strong at bottom */
  );
  z-index: 0;
}

/* Removed blur — replaced with subtle brightness tuning */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.05); /* tiny overlay */
  pointer-events: none;
}

/* Content always above overlays */
.hero .content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  color: #fff; /* strong contrast */
}

.kicker {
  color: #e6e6e6;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 12px;
}

h1 {
  margin: 0 0 14px;
  font-size: clamp(40px, 7vw, 70px);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff; /* crisp white */
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); /* improves readability */
}

.lead {
  margin: 0 auto 28px;
  max-width: 800px;
  color: #f5f5f5;
  font-size: clamp(16px, 1.8vw, 18px);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); /* prevents text blending into bg */
}

.actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease;
}

.btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .2);
}

.btn.primary {
  background: var(--brand);
  color: #fff;
  border-color: transparent;
}

.btn.primary:hover {
  background: var(--brand-dark);
}

.trust {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  font-weight: 600;
}

.trust li {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 12px;
  border-radius: 999px;
}

/* Section containers */
.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 64px 20px;
}

.rule {
  height: 1px;
  background: rgba(43, 43, 34, .08);
  width: 100%;
}

/* Deliver */
.deliver {
  position: relative;
  color: #2f2f24;
}

.deliver-overlay {
  background: rgba(254, 250, 224, .78);
  box-shadow: inset 0 0 0 9999px rgba(250, 237, 205, .18);
}

.deliver .container {
  text-align: center;
}

.deliver-title {
  margin: 0 0 24px;
  font-size: clamp(26px, 4.5vw, 42px);
  font-weight: 900;
  letter-spacing: .2px;
}

.deliver-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.deliver-item {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 16px 10px;
}

.icon {
  font-size: clamp(36px, 5vw, 56px);
}

.label {
  margin: 0;
  font-weight: 800;
  letter-spacing: .3px;
}
/* Commitment / Vision (two‑column headline) */
.commitment,.vision{background:var(--linen)}
.grid{display:grid; grid-template-columns:1fr 2fr; gap:48px; align-items:start; padding:40px 0}
.commitment-title,.vision-title{margin:0; font-size:clamp(28px,5vw,56px); line-height:1.05; letter-spacing:.2px}
.commitment-text,.vision-text{margin:0; font-size:clamp(16px,1.6vw,22px); line-height:1.6; color:#4c4b3e}

/* Why Choose Us */
.why{background:var(--linen)}
.why .container{padding:72px 20px 56px}
.why-title{margin:0 0 8px; text-align:center; font-size:clamp(28px,5vw,44px); font-weight:900}
.why-sub{margin:0 auto 32px; text-align:center; color:#5f5e50; max-width:880px}
.why-list{display:grid; gap:22px; list-style:none; margin:0; padding:0}
.why-item{display:grid; grid-template-columns:56px 1fr; gap:16px; align-items:start; padding:18px 10px; border-bottom:1px solid rgba(43,43,34,.08)}
.why-item:last-child{border-bottom:none}
.why-icon{width:56px; height:56px; display:grid; place-items:center; font-size:26px; border-radius:50%; background:rgba(204,213,174,.6); border:2px solid rgba(212,163,115,.65)}
.why-copy h3{margin:0 0 6px; font-size:clamp(16px,1.8vw,20px); font-weight:800}
.why-copy p{margin:0; color:#4f4e42}

/* Contact section (cards) */
.contact-lite{background:var(--linen); padding-top:56px; padding-bottom:72px}
.contact-row-cards{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; list-style:none; margin:24px 0 0; padding:0}
.contact-card{display:grid; grid-template-columns:56px 1fr; gap:14px; align-items:center; padding:18px; border:1px solid rgba(43,43,34,.1); background:rgba(250,237,205,.6); border-radius:14px}
.contact-card .why-icon{width:56px; height:56px; display:grid; place-items:center; border-radius:50%; background:rgba(233,237,201,.9); border:2px solid rgba(212,163,115,.65)}
.contact-card h3{margin:0 0 6px; font-size:16px; font-weight:900}
.contact-card p{margin:0; color:#4b4a3f}

/* FABs */
.fabs{position:fixed; right:18px; bottom:18px; display:flex; flex-direction:column; gap:10px; z-index:120}
.fab{width:52px; height:52px; display:grid; place-items:center; border-radius:50%; color:#312616; font-size:22px; text-decoration:none; box-shadow:0 10px 24px rgba(0,0,0,.15)}
.fab-call{background:var(--brand)}
.fab-wa{background:#25D366}

/* Responsive */
@media (max-width:1100px){ .deliver-list{grid-template-columns:repeat(2,1fr)} }
@media (max-width:720px){
  .menu a:not(.cta){display:none}
  .grid{grid-template-columns:1fr; gap:20px}
  .contact-row-cards{grid-template-columns:1fr}
  .why-item{grid-template-columns:48px 1fr}
  .why-icon{width:48px; height:48px}
}