/* ============================
   Page: Products Landing
   Scope: .page-products
   ============================ */

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

.w-4 {
  width: 1rem;
}

.h-4 {
  height: 1rem;
}

.page-products-landing, .page-products-pillar {
  .page-products__hero {
    text-align: center;
  }

  .page-products__hero-content {
    width: auto;
  }

  .page-products__title {
    font-size: clamp(2.2rem, 4vw, 3rem);
    margin-top: revert;
  }

  .page-products__subtitle {
    font-size: 1.125rem;
    /* max-width: 800px; */
    margin: 0 auto 2.5rem;
    line-height: 1.6;
    color: #f1f1f1;
    font-weight: bold;
  }
}

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

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

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

.page-products__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-products__hero-content {
  position: relative;
  z-index: 2;
  padding: 5rem 2rem;
  width: 100%;
}

.page-products__title {
  font-size: 3.75rem;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 1.5rem;
}

.page-products__subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #f1f1f1;
  font-weight: 500;
}

.page-products__description {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* 1️⃣ BRAND ROW */
.page-products__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    margin-bottom: 0;
}

.page-products__brand img {
    height: 18px;
    width: auto;
}

.page-products__cta {
  margin-top: 24px;
}

.hero-content__container {
  width: 100%;
  max-width: 48rem;
}

/* .page-products__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
} */

.page-products__hero .page-products__cta {
  margin-top: 24px;
  background: rgba(10, 18, 28, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
  padding: 14px 18px;
  display: inline-flex;
  gap: 14px;
  align-items: center;
}

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

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

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

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

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

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

/* BAR CONTAINER */
.inner-range-bar {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: hsl(220 14% 96% / 0.3);
}

.inner-range-bar__inner {
    /* background: #f8fafc; */
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background: linear-gradient(
        90deg,
        hsl(217 91% 24% / 0.05) 0%,
        rgba(255, 255, 255, 0) 50%,
        hsl(217 91% 24% / 0.05) 100%
    );
    
}

/* LEFT SIDE */
.inner-range-bar__left {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #6b7280;
    font-size: 1rem;
    font-weight: 500;
}

.inner-range-bar__left img {
    height: 4rem;
    width: auto;
}

.inner-range-bar__divider {
    width: 1px;
    height: 3rem;
    background: #e5e7eb;
}

/* RIGHT SIDE */
.inner-range-bar__right {
    display: flex;
    align-items: center;
    gap: 48px;
}

.inner-range-bar__right .metric {
    text-align: center;
    min-width: 96px;
}

.inner-range-bar__right strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: hsl(217 91% 24%);
    line-height: 1.75rem;
}

.inner-range-bar__right span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6b7280;
}

/* MOBILE */
@media (max-width: 900px) {
    .inner-range-bar__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .inner-range-bar__right {
        width: 100%;
        justify-content: space-between;
        gap: 24px;
    }
}

.page-products__what-is {
  padding: 80px 1rem;
  text-align: center;
  background-color: #fff;
}

.page-products__what-is p {
  color: hsl(220 9% 46%);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.page-products__section-title {
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-top: 0;
}

.page-products__key-features {
  padding: 80px 1rem;
  text-align: center;
  background-color: #f9fafb;
}

.key-features h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0f172a;
}

.key-features .subtitle {
  margin: 0 auto 50px;
  font-size: 18px;
  color: #64748b;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.feature-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 28px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  text-align: left;
  align-items: flex-start;
  border: 1px solid #e5e7eb;
}

.feature-card:hover {
  border: 1px solid hsl(217 91% 24% / .3);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px hsl(217 91% 24% / .2), 0 4px 6px -4px hsl(217 91% 24% / .2);
  transform: translateY(-0.25rem);
  transition: all .3s ease-out;
}

.feature-card:hover .icon {
  background: hsl(217 91% 24% / .2);
  transition: all .3s ease-out;
}

.feature-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  color: hsl(217 91% 24%);
}

.feature-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 8px;
  color: #0f172a;
}

.feature-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BRAND STRIP ===== */
.page-products__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-products__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; }

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

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

.page-products__intro-text {
  text-align: center;
  font-size: 1rem;
  color: #4b5563;
  margin: 0 auto;
  padding: 2rem 1rem;
  line-height: 1.5;
}

/* CATEGORIES GRID */
.page-products__categories { 
  padding: 80px 0; 
}
.products-grid { display:grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 1.25rem; }
@media (min-width: 760px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
}

.product-card {
  --card-accent: var(--accent);
  background: var(--card-bg);
  border-radius: 12px;
  padding: 1.25rem;
  border: 1px solid #eef2f7;
  box-shadow: 0 8px 26px rgba(8,15,30,0.03);
  transition: transform .18s ease, box-shadow .18s ease;
  position: relative;
}

.product-card__inner { display:flex; flex-direction:column; gap:.5rem; align-items:flex-start; height:100%; }
.product-card__icon { width:44px; height:44px; display:flex; align-items:center; justify-content:center; border-radius:12px; background:#f8fafc; margin-bottom:.5rem; }
.product-card__icon svg { width:24px; height:24px; display:block; }
.product-card__title { margin:0; font-size:1.05rem; font-weight:700; color:#0f172a; }
.product-card__desc { margin:0; color:#475569; line-height:1.5; font-size:.95rem; }
.product-card__actions { margin-top:8px; }

/* hover effect: subtle lift and spotlight */
.product-card:hover { transform: translateY(-6px); box-shadow: 0 18px 48px rgba(8,15,30,0.08); }
.product-card:hover .product-card__title { color:var(--card-accent); }

/* ===== SUBPAGES (CHIPS) ===== */
.product-card__subpages {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.product-subpage {
  display: inline-block;
  background-color: #f1f5f9;
  color: #334155;
  border-radius: 20px;
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.product-subpage:hover {
  background-color: rgba(11,95,255,0.08);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}

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

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

.page-products .about-cta__container {
  max-width: var(--max-width);
  margin: 0 auto;
}

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

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

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

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

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

@media (max-width: 767.98px) {
  .page-products .about-cta__actions a {
    width: 100%;
  }
}

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

.about-cta__container {
  max-width: var(--max-width);
  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;
  }
}

@media (max-width: 767.98px) {
  .about-cta__actions a {
    width: 100%;
  }
}

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

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

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

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

/* small screens */
@media (max-width: 640px) {
  .page-products__hero-img { height: 320px; }
  .page-products__hero-inner { padding: 2rem 1rem; text-align:center; }
  .page-products__title { text-align:center; }
  .brands-list { gap:1rem; }
}

/* Accessibility focus outlines */
.page-products a:focus { outline: 3px solid rgba(37,99,235,0.14); outline-offset: 3px; border-radius:6px; }

.page-products-access__hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 6rem 1rem;
}

.page-products-access__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-products-access__hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-products-access__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.75) 100%);
  background-size: 300% 300%;
  z-index: 1;
}

@keyframes accessOverlayShift {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.page-products-access__hero-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  max-width: var(--max-width);
  padding: 6rem 1rem;
}

.page-products-access__title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  margin-bottom: 1rem;
}

.page-products-access__subtitle {
  font-size: 1.125rem;
  color: #f3f4f6;
  margin: 0 auto;
}

.page-access__intro {
  padding: 3rem 1rem;
  background-color: #f9fafb;
}

.page-access__intro .container {
  margin: 0 auto;
  padding: 20px;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
}

.page-access__intro-text {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 auto;
}

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

.access-solutions {
  padding: 0 0 80px 0;
  background: #fff;
  text-align: center;
}

.access-applications {
  padding: 80px 0;
  background: #f9fafb;
  text-align: center;
}

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

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

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

.process-step__list ol {
  padding-left: 0;
  margin-left: 0;
}

.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;
  }
}

/* WARRANTY AND SUPPORT */
.access-warranty {
  padding: 80px 0;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
}

/* CTA SECTION */
.access-cta {
  background-color: #063075;
  color: #fff;
  padding: 4rem 1rem;
  text-align: center;
}

.access-cta__container {
  max-width: 1024px;
  margin: 0 auto;
}

.access-cta__heading {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.access-cta__text {
  font-size: 1.125rem;
  color: #e5e7eb;
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* CTA Buttons */
.access-cta__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Match your global button design */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}

.btn--primary {
  background-color: #fbbf24;
  color: #000;
}

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

.btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

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

.page-products__glance {
  padding: 80px 1rem;
  text-align: center;
  background: #fff;
}

.page-products__glance .section-title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 2rem;
}

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

.glance-card {
  position: relative;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1rem 1.75rem;
  font-weight: 500;
  color: #1e3a8a;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
  z-index: 0;
}

/* Subtle spotlight hover */
.glance-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 200px at var(--x, 50%) var(--y, 50%), rgba(37, 99, 235, 0.15), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.glance-card:hover::before {
  opacity: 1;
}

.glance-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

/* Keep text above spotlight */
.glance-card span,
.glance-card {
  position: relative;
  z-index: 2;
}

/* Responsive */
@media (max-width: 768px) {
  .glance-card {
    flex: 1 1 100%;
  }
}

.page-products__benefits {
  padding: 0 20px 80px;
  background: #fff;
  text-align: center;
}

.page-products__features {
  padding: 0 1rem 80px;
  background: #ffffff;
}

.products-features__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* HD VS IP QUICK ANSWER */
.hd-vs-ip__answer,
.hd-vs-ip__types,
.page-hd-vs-ip__features,
.hd-vs-ip__how {
  padding: 80px 0;
}

.hd-vs-ip__types {
  background: #f9fafb;
}

/* =============================
   HD VS IP FEATURES
   ============================= */
.page-hd-vs-ip__features {
  background: #ffffff;
}

.hd-vs-ip-features__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hd-vs-ip-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: var(--card-bg, hsl(0 0% 100% / 0.05));
  border: 1px solid hsl(0 0% 100% / 0.1);
}

.hd-vs-ip-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px hsl(var(--spotlight-color) / 0.3);
}

.hd-vs-ip-feature-card .card-icon svg {
  width: 24px;
  height: 24px;
  color: hsl(var(--spotlight-color));
}

.hd-vs-ip-feature-card .card-content {
  flex: 1;
}

.hd-vs-ip-feature-content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.hd-vs-ip-feature-content p {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.6;
}

/* --- COMPARISON CARDS --- */
.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}

.comparison-grid div {
  background: #f9fafb;
  padding: 16px;
  border-radius: 8px;
}

.comparison-grid div strong {
  display: block;
  margin-bottom: 6px;
  color: #333;
}

.hd-vs-ip-feature-card .comparison-side {
  background: hsl(0 0% 98% / 0.75);
  transition: background 0.3s ease;
}

.hd-vs-ip-feature-card:hover .comparison-side {
  background: hsl(0 0% 98% / 0.25);
}

/* --- HOW SCES HELPS --- */
#sces-helps ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

#sces-helps li {
  background: #f8f9fa;
  margin-bottom: 10px;
  padding: 12px 16px;
  border-left: 4px solid #004aad; /* SCES accent color */
  border-radius: 8px;
}

/* --- RESPONSIVE --- */
@media (max-width: 767.98px) {
  .access-warranty .services-grid,
  .access-applications .services-grid,
  .page-products-industrial-intercom .access-process .services-grid,
  .page-products-alarm .access-process .services-grid,
  .page-products-access .services-grid,
  .page-products-cctv .services-grid,
  .page-products-ip-cctv .services-grid,
  .page-products-hd-vs-ip .services-grid,
  .page-products-intercom .services-grid,
  .page-products-2-wire-intercom .services-grid,
  .page-products-ip-intercom .services-grid,
  .page-products-gsm-intercom .services-grid,
  .page-products-industrial-intercom .services-grid,
  .page-products-alarm .services-grid,
  .page-products .services-grid {
    margin: 0;
  }

  .access-why {
    padding: 80px 0;
  }

  .access-process .services-grid {
    margin: 20px;
  }

  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 100px 20px 80px;
  }

  .services-heading {
    font-size: 1.6rem;
  }
}

.page-alarm__benefits {
  padding: 80px 0 0 0;
  background: #fff;
  text-align: center;
}

.page-alarm__benefits-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.page-inception-alarm__benefits,
.page-xecure-alarm__benefits {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}

@media (max-width: 991.98px) {
  .page-products .brand-strip__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .page-products .services-grid,
  .page-products-access .services-grid,
  .page-products-inception .services-grid,
  .page-products-cctv .services-grid,
  .page-products-ip-cctv .services-grid,
  .page-products-hd-vs-ip .services-grid,
  .page-products-intercom .services-grid,
  .page-products-2-wire-intercom .services-grid,
  .page-products-ip-intercom .services-grid,
  .page-products-gsm-intercom .services-grid,
  .page-products-industrial-intercom .services-grid,
  .page-products-alarm .services-grid {
    margin: 0;
  }

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

  .page-products-bosch-alarm .access-why{
    padding: 80px 0;
  }
}

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

.process-accordion {
    max-width: 920px;
    margin: 0 auto;
}

.process-accordion__item {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    background: #fff;
}

.process-accordion__item:hover {
  border: 1px solid hsl(217 91% 24% / .3);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px hsl(217 91% 24% / .2), 0 4px 6px -4px hsl(217 91% 24% / .2);
  transition: box-shadow .3s ease-out, border .3s ease-out;
}

.process-accordion__item:hover .process-icon {
  background: hsl(217 91% 24% / .2);
  transform: translate(0, 0) rotate(3deg) skewX(1.1deg) scaleY(1.1) scaleX(1.1);
  transition: transform .3s ease-out, background .3s ease-out;
}

.process-accordion__item:has(> [aria-expanded="true"]) {
  background: hsl(217 91% 24% / .05);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px hsl(217 91% 24% / .2), 0 4px 6px -4px hsl(217 91% 24% / .2);
  transition: all .3s ease-out;
  border-left-color: hsl(217 91% 24%);
  border-left-width: 4px;
}

.process-accordion__item:has(> [aria-expanded="true"]) .process-icon {
  background: hsl(217 91% 24%);
  color: #fff;
}

.process-accordion__header {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 20px 24px;
    display: grid;
    grid-template-columns: 56px 1fr auto;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    text-align: left;
}

/* Icon */
.process-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: hsl(217 91% 24% / .1);
    color: #1e40af;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
}

/* Text stack */
.process-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.process-step {
    font-size: .75rem;
    font-weight: 600;
    color: #1e40af;
}

.process-title {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
}

/* Chevron */
.process-chevron {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-chevron::before {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #475569;
    border-bottom: 2px solid #475569;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

.process-accordion__header[aria-expanded="true"]
.process-chevron::before {
    transform: rotate(-135deg);
}

.process-accordion__content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition:
        max-height 0.25s ease,
        opacity 0.25s ease;
    padding: 0 24px 0 96px;
}

.process-accordion__content.is-open {
    opacity: 1;
    padding-bottom: 20px;
}

.process-step__list {
    margin: 0;
    padding-left: 18px;
}

.process-step__list li {
    margin-bottom: 8px;
    color: #334155;
}

.process-step__note {
    margin-top: 12px;
    font-size: 14px;
    color: #475569;
}

@media (prefers-reduced-motion: reduce) {
    .process-accordion__content {
        transition: none;
    }
}

.ip-camera-section {
  padding: 80px 20px;
  background: #ffffff;
  text-align: center;
}

.ip-camera-section {
  padding: 60px 20px; 
  text-align: center;

  .section-title {
    font-size: clamp(28px, 5vw, 34px);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
  }

  .section-subtitle {
    font-size: 16px;
    color: #64748b;
    margin: 0 auto 50px;
    line-height: 1.6;
  }

  .camera-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .camera-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-out; 
    display: flex;
    flex-direction: column;

    &:hover {
      border-color: hsl(217 91% 24% / 0.3);
      box-shadow: 0 10px 15px -3px hsl(217 91% 24% / 0.2), 
                  0 4px 6px -4px hsl(217 91% 24% / 0.2);
      transform: translateY(-4px); 
    }
  }

  /* ───────── Brand Header ───────── */
  .card-brand {
    height: 100px; 
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 1px solid #e5e7eb;
    padding: 20px;

    img {
      max-height: 35px;
      width: auto;
      object-fit: contain;
    }
  }

  /* ───────── Card Content ───────── */
  .card-body {
    padding: 28px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
    justify-content: space-between;

    h3 {
      font-size: 22px;
      font-weight: 700;
      color: #0f172a;
      margin: 0 0 10px 0;
    }
  }

  .card-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 20px;
  }

  /* ───────── BEST FOR Box ───────── */
  .best-for {
    background: #f1f5f9; 
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 22px;

    span {
      display: block;
      font-size: 11px;
      font-weight: 800;
      text-transform: uppercase; 
      letter-spacing: 0.05em;
      color: #1d4ed8;
      margin-bottom: 4px;
    }

    strong {
      font-size: 13px;
      font-weight: 600;
      color: #0f172a;
    }
  }

  /* ───────── Feature List ───────── */
  .features {
    list-style: none;
    padding: 0;
    margin: 0;

    li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 12px;
      font-size: 15px;
      color: #334155;
      line-height: 1.4;

      &:last-child {
        margin-bottom: 0;
      }
    }

    svg {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
      margin-top: 2px;
      stroke: #1d4ed8;
      stroke-width: 2.5; 
      fill: none;
    }
  }
}

/* Mobile Adjustments */
@media (max-width: 640px) {
  .ip-camera-section {
    .camera-grid {
      grid-template-columns: 1fr; 
    }
    
    .card-body {
      padding: 20px;
    }
  }
}


/* Section */
.ideal-applications {
    padding: 80px 0;
    background: #ffffff;
}

.ideal-applications__header {
    text-align: center;
    margin-bottom: 48px;
}

/* GRID: 3 columns x 2 rows */
.ideal-applications__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* CARD */
.ideal-applications__card {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 16px;

    padding: 22px 26px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    transition: all 0.25s ease;
}

/* SVG */
.ideal-applications__icon svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    stroke: #1d4ed8;
    stroke-width: 2;
    fill: none;
}

/* TEXT COLUMN */
.ideal-applications__text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 1024px) {
    .ideal-applications__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .ideal-applications__grid {
        grid-template-columns: 1fr;
    }
}

.camera-tech {
  padding: 80px 1rem;
  --color-primary: #2563eb;
  --color-text-main: #1f2937;
  --color-text-light: #6b7280;
  --color-border: #e5e7eb;
  --color-bg-light: #f9fafb;

  .text-orange-500 {
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity, 1));
  }

  .text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
  }

  .w-5 {
    width: 1.25rem;
  }

  .h-5 {
    height: 1.25rem;
  }

  .text-primary {
    color: hsl(217 91% 24%);
  }

  .camera-tech__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 32px;
    margin: 0 auto;
    padding: 0 20px; 
  }

  @media (max-width: 768px) {
    .camera-tech__grid {
      grid-template-columns: 1fr; 
    }
  }

  /* Card Base Styles */
  .camera-card {
    border: 2px solid var(--color-border);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column; 
    transition: all 0.3s ease;
  }

  /* Featured Card Modifier */
  .camera-card--featured {
    border-color: hsl(217 91% 24% / .5);
    box-shadow: 0 10px 30px hsl(217 91% 24% / .1);
  }

  /* Header */
  .camera-card__header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    border-bottom: 1px solid var(--color-border);
    background: var(--color-bg-light);
  }

  .camera-card--featured .camera-card__header {
    background: var(--color-bg-light);
    border-bottom: 1px solid var(--color-border);
  }

  /* Icon */
  .camera-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }

  .camera-card__icon--network {
    background: hsl(217 91% 24% / .1);
  }

  /* Title Group */
  .camera-card__title {
    h3 {
      font-size: 22px;
      margin: 0;
      color: var(--color-text-main);
    }

    p {
      font-size: 14px;
      color: var(--color-text-light);
      margin-top: 4px;
      margin-bottom: 0;
    }
  }

  /* Badge (Nested for scope clarity) */
  .camera-card__title .camera-card__badge {
    display: inline-block;
    font-size: 12px;
    padding: 4px 8px;
    margin-left: 10px;
    border-radius: 999px;
    background: hsl(217 91% 24%);
    color: #fff;
    vertical-align: middle;

    &:hover {
      background: hsl(217 91% 24% / 0.8);
      transition: all 0.3s ease-out;
    }
  }

  .camera-card__title-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap; /* prevents overflow on small screens */
  }

  .camera-card__title-row h3 {
      margin: 0;
      font-size: 22px;
  }

  /* Content */
  .camera-card__content {
    padding: 24px;
    flex-grow: 1;
  }

  .camera-card__description {
    color: var(--color-text-light);
    margin-bottom: 20px;
    line-height: 1.6;
  }

  /* List */
  .camera-card__list-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-text-light);
    margin-bottom: 12px;
  }

  .camera-card__list {
    ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    li {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      margin-bottom: 12px;
      font-size: 15px;
      color: var(--color-text-main);

      &:last-child {
        margin-bottom: 0;
      }
    }
  }


  /* Check icon placeholder */
  .check-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 3px;
  }
}

.camera-comparison {
  padding: 96px 20px;
  background: #f9fafb;

  .text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
  }

  .w-4 {
    width: 1rem;
  }

  .h-4 {
    width: 1rem;
  }

  .camera-comparison__heading {
    text-align: center;
    margin-bottom: 48px;

    h2 {
      font-size: 32px;
      font-weight: 700;
      color: #111827;
      margin-bottom: 12px;
    }
    
    p {
      color: #6b7280;
      font-size: 18px;
    }
  }

  .camera-comparison__card {
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }

  /* Responsive Table Wrapper */
  .camera-comparison__table-wrapper {
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch;
  }

  .camera-comparison__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;

    tr:hover {
      background-color: #fcfcfd;
    }

    th, td {
      padding: 20px 24px;
      border-bottom: 1px solid #e5e7eb;
      text-align: left;
      vertical-align: middle;
      color: #374151;
      font-size: 15px;
    }

    /* Header Styles */
    thead th {
      background: #f8fafc;
      font-weight: 700;
      color: #0f172a;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 0.025em;
      position: sticky;
      top: 0;
      z-index: 10;
    }

    /* Last row shouldn't have a border */
    tbody tr:last-child td {
      border-bottom: none;
    }
  }

  .feature-col {
    width: 30%;
    font-weight: 600;
  }

  /* Winner Highlight - Improved Contrast */
  .camera-comparison__table td.winner {
    background: rgba(34, 197, 94, 0.05);
    font-weight: 500;
    color: #166534; 
  }

  /* Cell content */
  .cell-content {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 1.4;
  }

  /* Check Icon - Using CSS checkmark instead of just a circle */
  .check-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Mobile Adjustments */
  @media (max-width: 768px) {
    padding: 64px 16px;

    .camera-comparison__heading {
      margin-bottom: 32px;
    }

    .camera-comparison__table {
      th, td {
        padding: 14px 16px;
        font-size: 14px;
      }
    }

    .feature-col {
      width: 140px;
    }
  }
}

/* Container */
.camera-recommendation {
  padding: 80px 1rem; /* Added horizontal padding for mobile screens */

  .text-orange-500 {
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity, 1));
  }

  .text-primary {
    color: hsl(217 91% 24%);
  }

  .w-5 {
    width: 1.25rem;
  }

  .h-5 {
    height: 1.25rem;
  }

  .camera-recommendation__heading {
      text-align: center;
      margin-bottom: 48px;
  }

  .camera-recommendation__grid {
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 32px;
  }

  /* Card Base */
  .recommendation-card {
      padding: 24px;
      border-radius: 12px;
      background: #fff;
      border: 1px solid #e5e7eb;
      display: flex;
      flex-direction: column;
  }

  /* IP Highlight Variant */
  .recommendation-card--ip {
      border-color: hsl(217 91% 24% / .3);
      box-shadow: 0 4px 12px hsl(217 91% 24% / .05); /* Subtle depth for the highlight card */
  }

  /* Title & Header */
  .recommendation-card__title {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 20px;
      font-weight: 600;
      margin-top: 0;
  }

  .recommendation-card__icon {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      flex-shrink: 0;
  }

  /* List Items */
  .recommendation-card__list {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .recommendation-card__list li {
      display: flex;
      gap: 12px;
      margin-bottom: 12px;
      color: #374151;
      line-height: 1.5;
  }

  .arrow-icon {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      flex-shrink: 0;
      margin-top: 3px;
  }

  /* Responsive Breakpoint */
  @media (max-width: 768px) {
      .camera-recommendation {
          padding: 48px 20px; /* Reduced vertical padding for mobile */
      }
      
      .camera-recommendation__grid {
          grid-template-columns: 1fr;
      }
  }

}

/* ===========================
   TRUSTED BY / LOGOS
   =========================== */
.trusted-by{padding:80px 0;background-color:#f9fafb;}
.logo-row{display:flex;gap:20px;align-items:center;justify-content:space-around;flex-wrap:wrap}
.logo-item{opacity:.9;filter:grayscale(.1);height:48px;display:flex;align-items:center;justify-content:center;padding:8px 12px;background:#fff;border-radius:8px;box-shadow:0 2px 6px rgba(12,12,24,0.04);}
.logo-item img {
  max-height: 32px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.9);
  opacity: 0.8;
  transition: all 0.3s ease; /* smooth grayscale to color */
}

.logo-item img:hover {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
  transform: scale(1.05); /* slight zoom on hover */
}

.logo-swiper{padding:20px 0 40px;}
.logo-swiper .swiper-button-next,
.logo-swiper .swiper-button-prev,
.logo-swiper .swiper-pagination{display:none!important}

/* Force slides to respect spacing */
.logo-swiper .swiper-slide {
  flex: 0 0 auto;          /* don't shrink */
  width: auto;             /* let content define width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;          /* spacing between logos */
  box-sizing: border-box;
}

.logo-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* Trusted section container */
.trusted{padding:40px 20px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;}
.trusted-heading{text-align:center;font-size:18px;color:#6b7280;margin:0 0 18px;font-weight:inherit;}
.trusted-logos {
  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);
  max-width: 1200px;
  margin: 40px auto;
}

/* Flexbox row */
.trusted-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 40px;
  height: 48px;
  flex-wrap: wrap;
}

/* Logo styles */
.trusted-container img {
  height: 48px;
  width: auto;
  filter: grayscale(100%) brightness(0.7);
  opacity: 0.9;
  transition: all 0.3s ease;
}
@media(max-width:1024px) {
  .trusted-container img {
    height: 40px;
  }
}
@media(max-width:768px) {
  .trusted-container img {
    height: 30px;
  }
}
@media(max-width:768px) {
  .trusted-container {
    gap: 15px;
  }
  .trusted-container img {
    height: 20px;
  }
}

.trusted-container img:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

/* Partner logo container */
.partner-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 48px;             /* consistent height */
  width:fit-content;
}

/* Logos - scale proportionally */
.partner-logo-item img {
  max-width: 100%;
  max-height: 100%;         /* force height */
  object-fit: contain;
  opacity: .85;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

/* Hover effect */
.partner-logo-item img:hover {
  opacity: 1;
  filter: none;
}