
/* =========================================================
   Mayer Security — Private Client Location Landing Pages
   Theme-aligned (WOW.js + Parallaxie compatible)
   ========================================================= */

:root{
  --home-od-green:#6b8e23;
  --home-dark:#050816;
}

html{scroll-behavior:smooth;}

/* HERO BUTTONS (matches homepage) */
.hero-btn .btn-default{margin-right:12px;margin-bottom:10px;}
.btn-call-home{background-color:transparent;border:2px solid #ffffff;color:#ffffff !important;}
.btn-call-home:hover{background-color:#ffffff;color:#000000 !important;}

/* HERO IMAGE CROPPING CONTROL */
.ms-private-hero .hero-slider-image,
.ms-private-hero .hero-slider-image img{
  width:100%;
  height:100%;
}
.ms-private-hero .hero-slide{min-height:520px;}
.ms-private-hero .hero-slider-image img{
  object-fit:cover;
  object-position:50% var(--hero-focus-y, 22%);
  filter:saturate(1.02) contrast(1.02);
}
.ms-private-hero .hero-fixed-content{padding-top:90px;}
.ms-private-hero .hero-pagination{display:none !important;}

/* Chips under hero copy */
.ms-private-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.ms-private-chips span{
  font-size:13px;
  line-height:1;
  padding:9px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(0,0,0,.38);
  color:#fff;
  backdrop-filter: blur(6px);
}

/* Quick trust bar */
.ms-private-trustbar{
  margin-top:14px;
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  color:rgba(255,255,255,.86);
  font-size:13px;
}
.ms-private-trustbar strong{color:#fff;}

/* SECTION SPACING */
.ms-private-section{padding:80px 0 60px;}
.ms-private-section.soft{background:#f8fafc;}
.ms-private-section.dark{background:#050810; color:#fff;}
.ms-private-section.dark p{color:#d3d7e0;}

/* INTRO BADGES */
.ms-private-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  margin-top:16px;
}
.ms-private-badges span{
  font-size:13px;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid #e5e7eb;
  background:#f9fafb;
}

/* Service cards (uses homepage ms-service-card look, but without photo dependency) */
.ms-private-services-wrap{padding:60px 0 50px;}
.ms-private-services-wrap .ms-service-card{
  background:#0b1220;
  min-height:260px;
}
.ms-private-services-wrap .ms-service-card::before{
  background: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0.55) 100%);
}

/* Local grid */
.ms-private-local-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:12px;
  margin-top:18px;
}
.ms-private-local-pill{
  padding:12px 14px;
  border-radius:14px;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 10px 24px rgba(15, 23, 42, 0.06);
  font-size:13px;
}
.ms-private-local-pill a{color:inherit;text-decoration:none;}
.ms-private-local-pill a:hover{text-decoration:underline;}

/* Photo band (optional) */
.ms-private-photo-band{
  position:relative;
  padding:90px 0;
  background-size:cover;
  background-position:center;
}
.ms-private-photo-band::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(45deg, rgba(0,0,0,.55), rgba(0,0,0,.55));
}
.ms-private-photo-band .container{position:relative;z-index:2;}
.ms-private-photo-band h2, .ms-private-photo-band p{color:#fff;}
.ms-private-photo-band .ms-private-photo-band-box{
  background:rgba(15,23,42,.88);
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  padding:26px 22px;
  box-shadow:0 18px 40px rgba(0,0,0,.35);
}

/* =========================
   METRICS SECTION (from homepage)
========================= */
.ms-metrics-section{margin:70px 0 40px;}
.ms-metrics-inner{
  background:#f8fafc;
  border-radius:22px;
  padding:40px 30px 32px;
  box-shadow:0 20px 40px rgba(15, 23, 42, 0.12);
}
.ms-metrics-heading h2{
  font-size:30px;
  line-height:1.25;
  margin-bottom:8px;
  text-align:center;
}
.ms-metrics-heading p{
  margin:0 0 24px;
  color:#4b5563;
  text-align:center;
}
.ms-metrics-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:18px;
}
.ms-metric-card{
  background:#ffffff;
  border-radius:18px;
  padding:16px 18px 18px;
  box-shadow:0 12px 30px rgba(15, 23, 42, 0.06);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.ms-metric-card.ms-metric-green{background:#ecfdf3;border:1px solid #16a34a;}
.ms-metric-label{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.14em;
  color:#6b7280;
  margin-bottom:6px;
}
.ms-metric-number{
  font-size:32px;
  font-weight:800;
  color:#111827;
  margin-bottom:6px;
}
.ms-metric-card.ms-metric-green .ms-metric-number{color:#16a34a;}
.ms-metric-copy{font-size:13px;color:#4b5563;margin:0;}

/* =========================
   PARTNERS / REGISTRATIONS (simplified, no duplicates)
========================= */
.ms-private-partners{
  background: linear-gradient(135deg, #f9fafb, #eef2ff);
  padding:60px 0 50px;
}
.ms-private-partners p{color:#111827;max-width:920px;margin:0 auto 26px;}
.ms-private-partners-grid{
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 1fr));
  gap:18px;
  align-items:center;
}
.ms-private-partner{
  background:#ffffff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  padding:14px 12px;
  text-align:center;
  box-shadow:0 10px 22px rgba(15, 23, 42, 0.06);
}
.ms-private-partner img{
  max-width:140px;
  max-height:70px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.ms-private-partner .caption{
  font-size:12px;
  color:#4b5563;
  margin-top:8px;
}

/* FAQ tweaks */
.ms-private-faq .accordion-item{border-radius:14px;overflow:hidden;}
.ms-private-faq .accordion-button{font-weight:700;}
.ms-private-faq .accordion-body{color:#374151;}

/* Responsive */
@media (max-width: 1199.98px){
  .ms-metrics-grid{grid-template-columns:repeat(3, minmax(0, 1fr));}
  .ms-private-partners-grid{grid-template-columns:repeat(3, minmax(0, 1fr));}
  .ms-private-local-grid{grid-template-columns:repeat(2, minmax(0, 1fr));}
}
@media (max-width: 991.98px){
  .ms-private-hero .hero-slide{min-height:520px;}
  .ms-private-hero .hero-fixed-content{padding-top:110px;}
  .ms-private-services-wrap{padding-top:50px;}
}
@media (max-width: 767.98px){
  .ms-private-hero .hero-slide{min-height:560px;}
  .ms-private-hero .hero-fixed-content{padding-top:120px;}
  .ms-metrics-section{margin:50px 0 30px;}
  .ms-metrics-inner{padding:26px 18px 22px;}
  .ms-metrics-heading h2{font-size:24px;}
  .ms-metrics-grid{grid-template-columns:repeat(1, minmax(0, 1fr));}
  .ms-private-partners-grid{grid-template-columns:repeat(2, minmax(0, 1fr));}
}


/* =========================
   CORE SERVICES (card grid)
   Matches styling used on homepage build
========================= */
.ms-core-services{
  background-color:#050810;
  padding:70px 0 60px;
}
.ms-core-services h2{color:#fff; margin-bottom:10px;}
.ms-core-services p{color:#d3d7e0; margin:0 auto; max-width:980px;}
.ms-service-row{margin-top:10px;}

.ms-service-card{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  min-height:280px;
  background-size:cover;
  background-position:center;
  box-shadow:0 20px 44px rgba(0,0,0,0.35);
  border:1px solid rgba(255,255,255,0.10);
  transition:transform .25s ease, box-shadow .25s ease;
}
.ms-service-card:hover{
  transform: translateY(-4px);
  box-shadow:0 26px 60px rgba(0,0,0,0.45);
}
.ms-service-card::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.40) 45%, rgba(0,0,0,0.70) 100%);
}
.ms-service-card-inner{
  position:relative;
  z-index:2;
  padding:24px 22px;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.ms-service-card-inner h3{
  color:#fff;
  font-size:20px;
  line-height:1.25;
  margin:0 0 10px;
}
.ms-service-card-inner p{
  color:#d3d7e0;
  margin:0 0 12px;
  line-height:1.55;
}
.ms-service-card-inner ul li{margin-bottom:6px;}

.home-back-to-top{color:#111827;text-decoration:none;}
.home-back-to-top:hover{text-decoration:underline;}
