/* ============================
   Page: Commercial Enterprise Landing
   Scope: .page-commercial-enterprise
   ============================ */

.page-commercial-enterprise { --accent: #2563eb; --muted:#6b7280; --card-bg:#fff; }

/* ===== HERO SECTION ===== */
.page-commercial-enterprise__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.page-commercial-enterprise__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-commercial-enterprise__hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: top;
}

.page-commercial-enterprise__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 100%);
  z-index: 1;
}

.page-commercial-enterprise__hero-content {
  position: relative;
  z-index: 2;
  padding: 5rem 2rem;
}

.page-commercial-enterprise__title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.page-commercial-enterprise__subtitle {
  font-size: 1.125rem;
  max-width: 900px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
  color: #f1f1f1;
}

.page-commercial-enterprise__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.page-commercial-enterprise__actions .btn {
  padding: 0.9rem 1.8rem;
  font-weight: 600;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.page-commercial-enterprise__actions .btn--primary {
  background-color: hsl(var(--accent-blue));
  color: #fff;
}

.page-commercial-enterprise__actions .btn--primary:hover {
  background-color: hsl(var(--accent-blue-hover));
  transform: translateY(-2px);
}

.page-commercial-enterprise__actions .btn--secondary {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.page-commercial-enterprise__actions .btn--secondary:hover {
  background-color: rgba(255,255,255,0.1);
  transform: translateY(-2px);
}

@media (max-width: 767.98px) {
  .page-commercial-enterprise__actions a {
    width: 100%;
  }
}

/* ===== BRAND STRIP ===== */
.page-commercial-enterprise__brand-strip {
  background: #fff;
  padding: 3rem 1rem;
}

.brand-strip__heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

.brand-strip__heading h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  color: hsl(var(--text-dark));
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.brand-strip__heading p {
  color: hsl(var(--text-muted));
  font-size: 1rem;
}

.brand-strip__logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  align-items: center;
  justify-items: center;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.brand-strip__logo img {
  max-width: 140px;
  max-height: 55px;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.8);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.brand-strip__logo img:hover {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
  transform: scale(1.05);
}

.page-commercial-enterprise__brands { padding: 2rem 0; }
.brands-card { 
  background: radial-gradient(900px at 50% 45%, rgba(59, 130, 246, 0.1), rgba(255, 255, 255, 0) 60%);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
 }
.brands-card__title { text-align:center; font-weight:600; color: var(--muted); margin: 0 0 0.75rem; font-size: .95rem; }
.brands-list { display:flex; align-items:center; justify-content: center; gap: 2rem; flex-wrap:wrap; padding: .75rem 0; }
.brands-list__item { display:flex; align-items:center; justify-content:center; max-height:48px; opacity:.7; transition: opacity .18s ease, transform .18s ease; filter: grayscale(1); }
.brands-list__item img { max-height: 40px; display:block; width: auto; }
.brands-list__item:hover { opacity:1; transform: translateY(-4px); filter: none; }

.commercial-enterprise-why {
  padding: 80px 0;
  background-color: #f9fafb;
}

.alarm-monitoring-why {
  padding: 80px 0;
  background-color: #fff;
}

.path-and-polling-why {
  padding: 80px 0;
  background-color: #fff;
}

.guard-response-why {
  padding: 80px 0;
  background-color: #fff;
}

.page-commercial-enterprise__services {
    padding: 80px 0;
    background-color: #fff;
}

.monitoring-services {
    padding: 80px 0;
    background-color: #f9fafb;
}

.service-card a.btn {
    margin-top: auto;
    justify-content: center;
}

/* READY TO SECURE YOUR PROPERTY */
.about-cta {
  background-color: #063075;
  color: #fff;
  padding: 4rem 1rem;
  text-align: center;
}

.about-cta__container {
  max-width: 1440px;
  margin: 0 auto;
}

.about-cta__heading {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .about-cta__heading {
    font-size: 1.25rem;
  }
}

.about-cta__subheading {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}

.about-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

@media (min-width: 640px) {
  .about-cta__actions {
    flex-direction: row;
  }
}

/* Primary (filled) button */
.btn--primary {
  background-color: #fbbf24;
  color: #000;
}

.btn--primary:hover {
  background-color: #f59e0b;
}

/* Outline (light) button */
.btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  justify-content: center;
}

.btn--outline:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199.98px) {
  .brand-strip__logos {
    grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
  }
}

/* ===== OVERVIEW ===== */
.commercial-enterprise-intro {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.page-commercial-enterprise__intro {
    padding: 0 1rem;
    background-color: #f9fafb;
}

.page-commercial-access-control__intro {
  padding: 3rem 1rem;
  background: #f9fafb;
}

.page-commercial-enterprise__intro-text {
  text-align: center;
  font-size: 1rem;
  color: #4b5563;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.commercial-alarms-system-options {
  background-color: #f9fafb;
  padding: 80px 0;
}

.commercial-industry-applications {
  padding: 80px 0;
}

.page-commercial-enterprise__services p {
  text-align: justify;
}

.monitoring-services p {
  text-align: justify;
}

.access-process {
  padding: 80px 1rem;
  background: #fff;
}

.process-step__list {
  font-size: 0.95rem;
  color: #475569;
  padding-left: 1.2rem;
  text-align: left;
}

.process-step__list li {
  margin-bottom: 0.35rem;
  list-style: disc;
}

.process-step__note {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #334155;
  font-style: italic;
}

.access-process__env {
  padding: 0 20px 80px;
}

.access-process__env .grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .access-process__env .grid {
    grid-template-columns: 1fr 1fr;
  }
}