:root {
  --navy: #071b3a;
  --navy-2: #0b2f5b;
  --blue: #0b74ff;
  --cyan: #12b6cb;
  --gold: #f5b85c;
  --ink: #102033;
  --muted: #5d6b7c;
  --soft: #f4f7fb;
  --line: #dbe5f1;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(7, 27, 58, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, "Helvetica Neue", sans-serif;
  line-height: 1.7;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--navy);
  color: var(--white);
  border-radius: 6px;
}

.skip-link:focus {
  top: 16px;
}

.topbar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(219, 229, 241, 0.86);
  backdrop-filter: blur(18px);
}

.nav-shell {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  min-width: 0;
}

.brand__mark,
.brand__wordmark {
  display: block;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.brand__mark {
  flex: 0 0 auto;
  object-position: center;
}

.brand__wordmark {
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  object-position: left center;
}

.site-header .brand {
  flex: 0 0 clamp(230px, 25vw, 296px);
  width: clamp(230px, 25vw, 296px);
  min-width: clamp(230px, 25vw, 296px);
  height: 64px;
  padding: 2px 0;
  overflow: hidden;
}

.site-header .brand__mark {
  width: auto;
  height: calc(100% - 8px);
  aspect-ratio: 1;
}

.site-header .brand__wordmark {
  height: calc(100% - 18px);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.site-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 6px;
  color: #26394f;
  font-size: 15px;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--blue);
  background: #edf5ff;
}

.site-nav .nav-cta {
  margin-left: 8px;
  color: var(--white);
  background: var(--navy);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta.is-active {
  color: var(--white);
  background: var(--blue);
}

.nav-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  display: block;
  margin: 3px 0;
  background: var(--navy);
}

.mobile-service-link {
  width: min(1160px, calc(100% - 40px));
  min-height: 38px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: -4px auto 0;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 12px 26px rgba(3, 15, 34, 0.16);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mobile-service-link::after {
  content: "›";
  color: var(--gold-deep);
  font-size: 20px;
  line-height: 1;
}

.mobile-service-link:hover,
.mobile-service-link.is-active {
  color: var(--navy);
  background: #edf5ff;
  box-shadow:
    inset 0 -3px 0 var(--gold),
    0 12px 26px rgba(3, 15, 34, 0.16);
}

body[data-page="home"] .topbar {
  display: none;
}

body[data-page="home"] .site-header {
  position: absolute;
  inset: 0 0 auto;
  background: linear-gradient(180deg, rgba(3, 15, 34, 0.95), rgba(3, 15, 34, 0.42) 78%, rgba(3, 15, 34, 0));
  border-bottom: 0;
  backdrop-filter: none;
}

body[data-page="home"] .nav-shell {
  min-height: 96px;
  margin-top: 14px;
  padding: 8px 18px;
  border: 1px solid rgba(219, 229, 241, 0.94);
  border-radius: 0 0 10px 10px;
  background: var(--white);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

body[data-page="home"] .site-header .brand {
  flex-basis: 318px;
  width: 318px;
  min-width: 318px;
  height: 68px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] .site-nav {
  gap: 12px;
}

body[data-page="home"] .site-nav a {
  position: relative;
  min-height: 44px;
  padding: 8px 4px;
  border-radius: 0;
  color: var(--navy);
  background: transparent;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

body[data-page="home"] .site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 2px;
  height: 3px;
  background: var(--gold);
  opacity: 0;
}

body[data-page="home"] .site-nav a:hover,
body[data-page="home"] .site-nav a.is-active {
  color: var(--navy);
  background: transparent;
}

body[data-page="home"] .site-nav a:hover::after,
body[data-page="home"] .site-nav a.is-active::after {
  opacity: 1;
}

body[data-page="home"] .site-nav .nav-cta {
  margin-left: 12px;
  min-height: 44px;
  padding: 8px 18px;
  border: 1px solid rgba(245, 184, 92, 0.82);
  border-radius: 4px;
  color: var(--navy);
  background: var(--white);
}

body[data-page="home"] .site-nav .nav-cta::after {
  content: "›";
  position: static;
  width: auto;
  height: auto;
  margin-left: 8px;
  background: transparent;
  color: var(--gold);
  font-size: 22px;
  line-height: 1;
  opacity: 1;
}

body[data-page="home"] .site-nav .nav-cta:hover,
body[data-page="home"] .site-nav .nav-cta.is-active {
  color: var(--navy);
  background: var(--gold);
}

body[data-page="home"] .site-nav .nav-cta:hover::after,
body[data-page="home"] .site-nav .nav-cta.is-active::after {
  color: var(--navy);
}

/* Keep the Home navigation system consistent across every page. */
.topbar {
  display: none;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  background: linear-gradient(180deg, rgba(3, 15, 34, 0.95), rgba(3, 15, 34, 0.42) 78%, rgba(3, 15, 34, 0));
  border-bottom: 0;
  backdrop-filter: none;
}

.nav-shell {
  min-height: 96px;
  margin-top: 14px;
  padding: 8px 18px;
  border: 1px solid rgba(219, 229, 241, 0.94);
  border-radius: 0 0 10px 10px;
  background: var(--white);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.site-header .brand {
  flex-basis: 318px;
  width: 318px;
  min-width: 318px;
  height: 68px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-nav {
  gap: 12px;
}

.site-nav a {
  position: relative;
  min-height: 44px;
  padding: 8px 4px;
  border-radius: 0;
  color: var(--navy);
  background: transparent;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.site-nav [data-nav="service"] {
  white-space: nowrap;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 2px;
  height: 3px;
  background: var(--gold);
  opacity: 0;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--navy);
  background: transparent;
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  opacity: 1;
}

.site-nav .nav-cta {
  margin-left: 12px;
  min-height: 44px;
  padding: 8px 18px;
  border: 1px solid rgba(245, 184, 92, 0.82);
  border-radius: 4px;
  color: var(--navy);
  background: var(--white);
}

.site-nav .nav-cta::after {
  content: "›";
  position: static;
  width: auto;
  height: auto;
  margin-left: 8px;
  background: transparent;
  color: var(--gold);
  font-size: 22px;
  line-height: 1;
  opacity: 1;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta.is-active {
  color: var(--navy);
  background: var(--gold);
}

.site-nav .nav-cta:hover::after,
.site-nav .nav-cta.is-active::after {
  color: var(--navy);
}

body[data-page="home"] .site-nav [data-nav="home"].is-active {
  color: var(--navy);
  background: transparent;
  box-shadow: none;
  font-weight: 850;
}

body[data-page="home"] .site-nav [data-nav="home"].is-active::after {
  opacity: 0;
}

.hero {
  position: relative;
  min-height: calc(100vh - 114px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
}

body[data-page="home"] .hero--home {
  min-height: 724px;
  align-items: start;
  padding-top: 96px;
  background: #031126;
}

.hero__media,
.subhero__media {
  position: absolute;
  inset: 0;
  background-image: url("../images/security-operations-hero.png");
  background-position: center right;
  background-size: cover;
}

body[data-page="home"] .hero__media {
  background-image: url("../images/home-security-hero-20260826.jpg");
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: none;
}

.hero__shade,
.subhero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 27, 58, 0.97) 0%, rgba(7, 27, 58, 0.82) 38%, rgba(7, 27, 58, 0.32) 74%, rgba(7, 27, 58, 0.18) 100%),
    linear-gradient(0deg, rgba(7, 27, 58, 0.38), rgba(7, 27, 58, 0));
}

body[data-page="home"] .hero__shade {
  background:
    linear-gradient(90deg, rgba(3, 15, 34, 0.9) 0%, rgba(3, 15, 34, 0.66) 34%, rgba(3, 15, 34, 0.14) 62%, rgba(3, 15, 34, 0.04) 100%),
    linear-gradient(180deg, rgba(3, 15, 34, 0.18) 0%, rgba(3, 15, 34, 0) 48%, rgba(3, 15, 34, 0.64) 100%);
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: 78px 0 92px;
  color: var(--white);
}

body[data-page="home"] .hero__content {
  max-width: none;
  padding: 74px 18px 210px;
  transform: none;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
}

.hero h1,
.subhero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 850;
}

body[data-page="home"] .hero h1 {
  max-width: 560px;
  font-size: 62px;
  line-height: 1.08;
}

body[data-page="home"] .hero h1::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  margin-top: 22px;
  background: var(--gold);
}

.hero__lead,
.subhero p {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.75;
}

body[data-page="home"] .hero__lead {
  max-width: 520px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

body[data-page="home"] .hero__actions {
  margin-top: 26px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}

body[data-page="home"] .hero .button {
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 4px;
  text-transform: uppercase;
}

.button--primary {
  color: var(--navy);
  background: var(--gold);
  box-shadow: 0 14px 30px rgba(245, 184, 92, 0.24);
}

.button--primary:hover {
  background: #ffd184;
}

.button--ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.button--ghost:hover {
  background: rgba(255, 255, 255, 0.16);
}

body[data-page="home"] .hero .button--ghost {
  border-color: rgba(245, 184, 92, 0.72);
  background: rgba(3, 15, 34, 0.46);
}

.button--secondary {
  color: var(--white);
  background: var(--navy-2);
}

.button--secondary:hover {
  background: var(--blue);
}

.button--light {
  color: var(--navy);
  background: var(--white);
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -40px;
}

body[data-page="home"] .trust-strip {
  margin-top: -124px;
  padding: 0 0 46px;
  background: #031126;
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(219, 229, 241, 0.9);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

body[data-page="home"] .trust-strip__grid {
  grid-auto-rows: 1fr;
  align-items: stretch;
  border-color: rgba(103, 146, 202, 0.46);
  border-radius: 14px;
  background: rgba(7, 27, 58, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.trust-strip__grid div {
  min-height: 118px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

body[data-page="home"] .trust-strip__grid div {
  min-height: 132px;
  height: 100%;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-rows: 35px auto;
  align-content: center;
  align-items: start;
  column-gap: 16px;
  row-gap: 2px;
  padding: 14px 18px;
  border-right-color: rgba(245, 184, 92, 0.42);
}

body[data-page="home"] .trust-strip__grid div::before {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  color: var(--gold);
  background: rgba(18, 182, 203, 0.08);
  font-weight: 850;
  line-height: 1;
}

body[data-page="home"] .trust-strip__grid div:nth-child(1)::before {
  content: "IT";
}

body[data-page="home"] .trust-strip__grid div:nth-child(2)::before {
  content: "AI";
}

body[data-page="home"] .trust-strip__grid div:nth-child(3)::before {
  content: "IoT";
}

body[data-page="home"] .trust-strip__grid div:nth-child(4)::before {
  content: "24";
}

.trust-strip__grid div:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--navy);
  font-size: 18px;
}

body[data-page="home"] .trust-strip strong {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  color: var(--white);
  font-size: 14px;
  line-height: 1.25;
  text-transform: uppercase;
}

.trust-strip span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

body[data-page="home"] .trust-strip span {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.45;
}

.brand-partners {
  padding: 56px 0 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.brand-partners__inner {
  display: grid;
  gap: 26px;
}

.brand-partners__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.brand-partners__heading h2 {
  max-width: 620px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.2;
}

.brand-partners__logos {
  --brand-card-width: 220px;
  --brand-gap: 14px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
}

.brand-partners__track {
  width: max-content;
  display: flex;
  animation: brand-partners-marquee 30s linear infinite;
  will-change: transform;
}

.brand-partners__logos:hover .brand-partners__track,
.brand-partners__logos:focus-within .brand-partners__track {
  animation-play-state: paused;
}

.brand-partners__group {
  flex: 0 0 auto;
  display: flex;
  gap: var(--brand-gap);
  padding-right: var(--brand-gap);
}

.brand-partners__logo-card {
  width: var(--brand-card-width);
  flex: 0 0 var(--brand-card-width);
  height: 112px;
  min-height: 112px;
  display: grid;
  place-items: center;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(7, 24, 55, 0.08);
}

.brand-partners__logo-card img {
  width: 100%;
  height: 64px;
  max-width: 190px;
  max-height: none;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.brand-partners__logo-card--fill {
  overflow: hidden;
  padding: 10px 14px;
}

.brand-partners__logo-card--fill img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.brand-partners__logo-card--artwork {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.brand-partners__logo-card--artwork img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.brand-partners__logo-card--bodacom img {
  transform: translate(-50%, -50%) scale(1.45);
}

@keyframes brand-partners-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-partners__logos {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
    scrollbar-width: thin;
  }

  .brand-partners__track {
    animation: none;
    transform: none;
  }

  .brand-partners__group[aria-hidden="true"] {
    display: none;
  }
}

.section {
  padding: 92px 0;
}

.section--alt {
  background: var(--soft);
}

.section--navy {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(18, 182, 203, 0.12), rgba(245, 184, 92, 0.1)),
    var(--navy);
}

.section__heading {
  max-width: 800px;
  margin-bottom: 38px;
  text-align: center;
}

.section__heading--left {
  margin: 0;
  text-align: left;
}

.section__heading h2,
.cta-band h2,
.featured-article h2,
.highlight-case h2 {
  margin: 0;
  color: var(--navy);
  font-size: 40px;
  line-height: 1.25;
}

.section__heading p:not(.eyebrow),
.featured-article p,
.highlight-case p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.section__heading--light h2,
.section__heading--light p:not(.eyebrow),
.section--navy .highlight-case h2,
.section--navy .highlight-case p {
  color: var(--white);
}

.card-grid {
  display: grid;
  gap: 18px;
}

.card-grid--five {
  grid-template-columns: repeat(5, 1fr);
}

.card-grid--four {
  grid-template-columns: repeat(4, 1fr);
}

.feature-card,
.product-card,
.catalog-card,
.project-card,
.article-card,
.case-card,
.note-panel,
.contact-card,
.featured-article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(7, 27, 58, 0.06);
}

.feature-card {
  min-height: 260px;
  padding: 24px;
}

.feature-card h2,
.feature-card h3,
.product-card h3,
.catalog-card h2,
.project-card h2,
.article-card h2,
.article-card h3,
.note-panel h3,
.contact-card h2 {
  margin: 14px 0 8px;
  color: var(--navy);
  font-size: 21px;
  line-height: 1.34;
}

.feature-card p,
.product-card p,
.catalog-card p,
.project-card p,
.article-card p,
.note-panel p {
  margin: 0;
  color: var(--muted);
}

.feature-card a,
.article-card a,
.catalog-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-weight: 800;
}

.card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-2), var(--cyan));
  font-size: 13px;
  font-weight: 850;
}

body[data-page="home"] .solution-detail-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

body[data-page="home"] .solution-detail-card {
  grid-column: span 2;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}

body[data-page="home"] .solution-detail-card__content {
  min-width: 0;
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

body[data-page="home"] .solution-detail-card__media {
  width: 100%;
  height: 270px;
  flex: 0 0 270px;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #dbe7f2;
  box-shadow: 0 12px 28px rgba(7, 27, 58, 0.1);
}

body[data-page="home"] .solution-detail-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  user-select: none;
}

body[data-page="home"] .solution-detail-card:nth-child(4) {
  grid-column: 2 / span 2;
}

body[data-page="home"] .solution-detail-card:nth-child(5) {
  grid-column: 4 / span 2;
}

body[data-page="home"] .solution-detail-card h3 {
  min-height: 60px;
  display: flex;
  align-items: center;
  margin: 16px 0 10px;
  font-size: 21px;
  line-height: 1.42;
}

body[data-page="home"] .solution-detail-card__intro {
  color: #4f6076;
  font-size: 15px;
  line-height: 1.7;
}

body[data-page="home"] .solution-feature-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

body[data-page="home"] .solution-feature-list li {
  position: relative;
  padding-left: 17px;
  color: #4f6076;
  font-size: 14px;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

body[data-page="home"] .solution-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
}

body[data-page="home"] .solution-feature-list strong {
  color: var(--navy);
  font-weight: 850;
}

body[data-page="home"] .solution-detail-card__content > a {
  margin-top: 12px;
  padding-top: 0;
}

body[data-page="home"] .solution-card-details {
  margin-top: auto;
  border-top: 1px solid var(--line);
}

body[data-page="home"] .solution-card-details summary {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  list-style: none;
  cursor: pointer;
  color: var(--blue);
  font-weight: 850;
}

body[data-page="home"] .solution-card-details summary::-webkit-details-marker {
  display: none;
}

body[data-page="home"] .solution-card-details summary::marker {
  content: "";
}

body[data-page="home"] .solution-card-details summary:focus-visible {
  outline: 3px solid rgba(18, 182, 203, 0.34);
  outline-offset: 3px;
}

body[data-page="home"] .solution-card-details__less {
  display: none;
}

body[data-page="home"] .solution-card-details__indicator {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 86, 157, 0.3);
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  transition: transform 180ms ease;
}

body[data-page="home"] .solution-card-details[open] .solution-card-details__more {
  display: none;
}

body[data-page="home"] .solution-card-details[open] .solution-card-details__less {
  display: inline;
}

body[data-page="home"] .solution-card-details[open] .solution-card-details__indicator {
  transform: rotate(45deg);
}

body[data-page="home"] .solution-card-details[open] .solution-feature-list {
  margin-top: 2px;
  padding-top: 14px;
  border-top: 1px solid rgba(219, 229, 241, 0.8);
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .solution-card-details__indicator {
    transition: none;
  }
}


@media (max-width: 1080px) {
  body[data-page="home"] .solution-detail-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body[data-page="home"] .solution-detail-card,
  body[data-page="home"] .solution-detail-card:nth-child(4) {
    grid-column: span 2;
  }

  body[data-page="home"] .solution-detail-card:nth-child(5) {
    grid-column: 2 / span 2;
  }
}

@media (max-width: 620px) {
  body[data-page="home"] .solution-detail-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body[data-page="home"] .solution-detail-card,
  body[data-page="home"] .solution-detail-card:nth-child(4),
  body[data-page="home"] .solution-detail-card:nth-child(5) {
    grid-column: 1;
    padding: 0;
  }

  body[data-page="home"] .solution-detail-card h3 {
    min-height: 0;
    font-size: 19px;
  }

  body[data-page="home"] .solution-detail-card__content {
    padding: 20px;
  }
}

.split-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 48px;
}

.about-story {
  display: grid;
  gap: 28px;
}

.story-panel,
.vision-card,
.mission-card,
.brand-mantra,
.promise-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(7, 27, 58, 0.06);
}

.story-panel {
  padding: 30px;
  display: grid;
  gap: 16px;
}

.story-panel p,
.vision-card p,
.mission-card p,
.brand-mantra p,
.promise-grid p {
  margin: 0;
  color: var(--muted);
}

.tagline-grid,
.promise-grid,
.vision-mission {
  display: grid;
  gap: 16px;
}

.tagline-grid {
  grid-template-columns: repeat(3, 1fr);
}

.tagline-grid span {
  min-height: 86px;
  display: grid;
  place-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #eef7fb);
  color: var(--navy);
  text-align: center;
  font-weight: 850;
}

.brand-mantra {
  padding: 28px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(18, 182, 203, 0.2), rgba(245, 184, 92, 0.16)),
    var(--navy);
}

.brand-mantra strong,
.brand-mantra span {
  display: block;
}

.brand-mantra strong {
  font-size: 28px;
  line-height: 1.2;
}

.brand-mantra span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.brand-mantra p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
}

.promise-grid {
  grid-template-columns: repeat(3, 1fr);
}

.promise-grid article,
.vision-card,
.mission-card {
  padding: 26px;
}

.promise-grid h3,
.vision-card h2,
.mission-card h2 {
  margin: 0 0 10px;
  color: var(--navy);
  line-height: 1.3;
}

.promise-grid h3 {
  font-size: 20px;
}

.vision-mission {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  margin-bottom: 28px;
}

.vision-card h2,
.mission-card h2 {
  font-size: 30px;
}

.english-copy {
  margin-top: 18px !important;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--navy-2) !important;
  font-weight: 800;
}

.product-list {
  display: grid;
  gap: 16px;
}

.product-card {
  min-height: 150px;
  padding: 24px;
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 18px;
}

.product-card span {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--navy);
  background: #eaf7fb;
  font-weight: 850;
}

.product-card h3 {
  margin-top: 0;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.industry-grid div,
.partner-band span {
  min-height: 74px;
  display: grid;
  place-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  text-align: center;
  font-weight: 800;
}

.vertical-target {
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  background: #071b3a;
  color: var(--white);
}

.vertical-target .section__heading {
  max-width: 880px;
  text-align: center;
}

.vertical-target .section__heading .eyebrow {
  color: var(--gold);
}

.vertical-target .section__heading h2 {
  color: var(--white);
  font-size: 60px;
  letter-spacing: 0;
}

.vertical-target .section__heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.vertical-target .industry-grid {
  position: relative;
  gap: 14px;
}

.vertical-target .vertical-target__item {
  position: relative;
  min-height: 164px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  text-align: left;
  box-shadow: none;
}

.vertical-target .vertical-target__item::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 3px;
  background: var(--cyan);
}

.vertical-target__item span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.vertical-target__item strong {
  color: var(--white);
  font-size: 18px;
}

.vertical-target__item small {
  color: #bcd6ef;
  font-size: 15px;
  font-weight: 750;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.case-card {
  min-height: 230px;
  padding: 26px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.case-card p,
.case-card span {
  color: rgba(255, 255, 255, 0.76);
}

.case-card h3 {
  margin: 10px 0 14px;
  color: var(--white);
  font-size: 23px;
  line-height: 1.35;
}

.section__footer {
  margin-top: 28px;
  text-align: center;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.article-grid--wide {
  grid-template-columns: repeat(3, 1fr);
}

.article-card {
  min-height: 240px;
  padding: 24px;
}

.article-card span,
.catalog-card__tag,
.project-card span,
.featured-article span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
}

.cta-band {
  padding: 58px 0;
  background: linear-gradient(135deg, #eaf7fb, #fff8ed);
}

.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-band h2 {
  max-width: 780px;
  font-size: 34px;
}

.subhero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: start;
  padding-top: 96px;
  overflow: hidden;
  color: var(--white);
  background: #031126;
}

.subhero__media {
  background-position: center right;
  filter: none;
  transform: scale(1.01);
}

.subhero__shade {
  background:
    radial-gradient(circle at 72% 48%, rgba(18, 182, 203, 0.16), rgba(18, 182, 203, 0) 34%),
    linear-gradient(90deg, rgba(3, 15, 34, 0.98) 0%, rgba(3, 15, 34, 0.9) 38%, rgba(3, 15, 34, 0.38) 72%, rgba(3, 15, 34, 0.24) 100%),
    linear-gradient(180deg, rgba(3, 15, 34, 0.36) 0%, rgba(3, 15, 34, 0) 42%, rgba(3, 15, 34, 0.88) 100%);
}

.subhero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 100px 0 92px;
}

.subhero h1 {
  font-size: 52px;
  line-height: 1.08;
}

.subhero h1::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  margin-top: 22px;
  background: var(--gold);
}

.subhero p {
  max-width: 680px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.7;
}

.solution-list {
  display: grid;
  gap: 18px;
}

.solution-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: start;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.solution-row h2 {
  margin: 16px 0 10px;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.28;
}

.solution-row p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 10px 0 10px 28px;
  color: var(--muted);
  border-bottom: 1px solid rgba(219, 229, 241, 0.8);
}

.check-list li:last-child {
  border-bottom: 0;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(18, 182, 203, 0.12);
}

.product-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filter-chip {
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--navy);
  background: var(--white);
  font-weight: 800;
  cursor: pointer;
}

.filter-chip:hover,
.filter-chip.is-active {
  border-color: var(--blue);
  color: var(--white);
  background: var(--blue);
}

.product-grid,
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

body[data-page="products"] .product-grid {
  align-items: start;
}

body[data-page="products"] .catalog-card:not(.catalog-card--ai):not(.catalog-card--cctv) {
  min-height: 230px;
  padding: 18px;
}

body[data-page="products"] .catalog-card:not(.catalog-card--ai):not(.catalog-card--cctv) ul {
  margin-top: 11px;
}

.catalog-card,
.project-card {
  min-height: 330px;
  padding: 26px;
}

.catalog-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.catalog-card.is-hidden {
  display: none;
}

.ai-platform-heading {
  grid-column: 1 / -1;
  margin-top: 18px;
  padding: 30px 0 8px;
  border-top: 1px solid var(--line);
}

.ai-platform-heading[hidden] {
  display: none;
}

.ai-platform-heading h2 {
  margin: 6px 0 8px;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.15;
}

.ai-platform-heading > p:last-child {
  max-width: 840px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.ict-spec-panel {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  width: 100%;
  margin-top: 18px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

body[data-page="products"] .product-grid.is-ict-view .ict-spec-panel {
  margin-top: 0;
}

.ict-spec-panel[hidden] {
  display: none;
}

.ict-spec-panel__intro {
  display: grid;
  justify-items: center;
}

.ict-spec-panel__logo-heading {
  margin: 0 0 18px;
  line-height: 0;
}

.ict-spec-panel__logo-heading img {
  width: min(180px, 50vw);
  height: auto;
  object-fit: contain;
}

.ict-spec-panel__details {
  display: grid;
  justify-items: center;
  width: min(100%, 760px);
}

.ict-spec-panel p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 0 12px;
  color: var(--muted);
}

.ict-spec-panel strong,
.ict-spec-panel span {
  display: block;
}

.ict-spec-panel strong {
  color: var(--navy);
}

.ict-spec-panel span {
  margin-top: 3px;
  color: var(--muted);
}

.ict-spec-panel .button {
  width: fit-content;
  margin-top: 15px;
}

.ict-spec-categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.ict-spec-categories li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: 132px auto;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.ict-spec-categories figure {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-width: 0;
  margin: 0 0 12px;
  padding: 6px;
  overflow: hidden;
  background: #f6f8fb;
}

.ict-spec-categories img {
  width: 100%;
  height: 108px;
  max-width: 100%;
  object-fit: contain;
}

.ict-spec-categories .ict-spec-icon--wide {
  object-fit: cover;
}

.ict-spec-categories li > span {
  align-self: start;
  margin: 2px 10px 0 0;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.ict-spec-categories h3 {
  min-width: 0;
  margin: 0;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.45;
}

.ict-spec-panel__contact {
  display: grid;
  justify-items: center;
  margin-top: 24px;
}

.ict-spec-panel__contact > span {
  color: var(--muted);
}

.catalog-card--ai {
  min-height: 0;
  grid-column: 1 / -1;
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  justify-self: center;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.product-image-filters {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ai-product-media {
  margin: 0;
  align-self: start;
  color: var(--white);
  background: #0b203d;
}

.ai-product-image-frame {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f7f9fc;
}

.ai-product-image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: url("#product-sharpen-ai") contrast(1.03) saturate(1.03);
  image-rendering: auto;
  transform: translateZ(0);
}

.ai-product-media figcaption {
  padding: 7px 10px 9px;
  color: #b9d9ff;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.ai-product-content {
  min-width: 0;
  padding: 16px;
}

.ai-product-content h2 {
  margin: 7px 0 6px;
  font-size: clamp(20px, 2vw, 24px);
}

.ai-product-content > p:first-of-type {
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.ai-variant-picker {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  font-size: 13px;
  color: var(--navy);
  font-weight: 850;
}

.ai-variant-picker select {
  width: 100%;
  min-height: 36px;
  padding: 6px 34px 6px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--navy);
  background: var(--white);
  font: inherit;
  font-weight: 750;
}

.ai-variant-picker select:focus {
  border-color: var(--blue);
  outline: none;
  box-shadow: 0 0 0 4px rgba(11, 116, 255, 0.12);
}

.ai-variant-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 10px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--line);
}

.ai-variant-specs div {
  min-width: 0;
  padding: 7px 8px;
  background: var(--soft);
}

.ai-variant-specs div:last-child {
  grid-column: auto;
}

.ai-variant-specs dt {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.ai-variant-specs dd {
  margin: 0;
  color: var(--navy);
  font-weight: 800;
  font-size: 12px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.ai-product-details {
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.ai-product-details summary {
  padding: 8px 10px;
  color: var(--navy);
  font-weight: 850;
  cursor: pointer;
}

.ai-product-details[open] summary {
  border-bottom: 1px solid var(--line);
}

.ai-product-details__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 12px 3px;
}

.ai-product-details__grid div {
  display: grid;
  gap: 4px;
}

.ai-product-details__grid strong,
.ai-product-details h3 {
  color: var(--navy);
}

.ai-product-details__grid span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.ai-product-details h3 {
  margin: 12px 12px 5px;
  font-size: 15px;
}

.ai-product-details ul {
  margin: 6px 12px 12px;
}

.ai-product-details > p {
  margin: 5px 12px 12px;
}

.catalog-card .ai-product-note {
  margin-top: 10px;
  padding: 7px 9px;
  border-left: 4px solid var(--gold);
  color: var(--navy-2);
  background: #fff8e9;
  font-size: 11px;
  line-height: 1.35;
}

.ai-product-note strong {
  color: var(--navy);
}

.cctv-catalog-heading,
.cctv-brand-filters,
.cctv-category-filters,
.cctv-brand-empty,
.cctv-load-more,
.cctv-catalog-error {
  grid-column: 1 / -1;
}

.cctv-catalog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 0 8px;
  border-top: 1px solid var(--line);
}

.cctv-catalog-heading[hidden],
.cctv-brand-filters[hidden],
.cctv-category-filters[hidden],
.cctv-brand-empty[hidden],
.cctv-load-more[hidden] {
  display: none;
}

.cctv-catalog-heading h2 {
  margin: 6px 0 8px;
  color: var(--navy);
  font-size: 42px;
  line-height: 1.15;
}

.cctv-catalog-heading p:last-child {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.cctv-catalog-heading > strong {
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 15px;
}

.cctv-brand-filters {
  display: grid;
  grid-template-columns: minmax(150px, 0.25fr) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cctv-brand-filters__heading {
  display: grid;
  gap: 3px;
}

.cctv-brand-filters__heading span {
  color: var(--gold-strong);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.cctv-brand-filters__heading strong {
  color: var(--navy);
  font-size: 15px;
}

.cctv-brand-filters__list {
  display: flex;
  align-items: stretch;
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  padding: 2px 2px 8px;
}

.cctv-brand-filter {
  width: 166px;
  min-width: 166px;
  min-height: 78px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--navy);
  background: var(--white);
  cursor: pointer;
}

.cctv-brand-filter[hidden] {
  display: none;
}

.cctv-brand-filter:hover,
.cctv-brand-filter.is-active {
  border-color: var(--blue);
  box-shadow: 0 0 0 2px rgba(11, 116, 255, 0.1);
}

.cctv-brand-filter.is-active {
  background: var(--soft);
}

.cctv-brand-filter__logo {
  position: relative;
  width: 136px;
  height: 38px;
  display: block;
  overflow: hidden;
}

.cctv-brand-filter__logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.cctv-brand-filter--fill .cctv-brand-filter__logo img,
.cctv-brand-filter--artwork .cctv-brand-filter__logo img,
.cctv-brand-filter--bodacom .cctv-brand-filter__logo img {
  object-fit: cover;
}

.cctv-brand-filter--bodacom .cctv-brand-filter__logo img {
  transform: scale(1.38);
}

.cctv-brand-filter > span {
  font-size: 13px;
  font-weight: 850;
}

.cctv-brand-filter small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
}

.cctv-brand-empty {
  min-height: 150px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 28px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  color: var(--muted);
  background: var(--soft);
  text-align: center;
}

.cctv-brand-empty strong {
  color: var(--navy);
  font-size: 22px;
}

.cctv-brand-empty a {
  color: var(--blue);
  font-weight: 850;
}

.cctv-category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
  padding: 14px 0 18px;
  border-bottom: 1px solid var(--line);
}

.cctv-category-filters .filter-chip {
  min-height: 38px;
  padding: 7px 12px;
  font-size: 13px;
}

.cctv-category-filters .filter-chip span {
  margin-left: 4px;
  opacity: 0.72;
}

.catalog-card--cctv {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.cctv-product-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.cctv-product-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  display: block;
  object-fit: contain;
  padding: 7px;
  filter: url("#product-sharpen-cctv") contrast(1.04) saturate(1.02);
  image-rendering: auto;
  transform: translateZ(0);
}

.cctv-product-media figcaption {
  position: absolute;
  right: 9px;
  bottom: 9px;
  max-width: calc(100% - 18px);
  padding: 5px 7px;
  overflow: hidden;
  border-radius: 4px;
  color: var(--white);
  background: rgba(2, 20, 49, 0.88);
  font-size: 10px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cctv-product-content {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 11px;
}

.cctv-product-content h2 {
  min-height: 52px;
  margin: 6px 0 5px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.cctv-product-content > p:not(.cctv-product-note) {
  min-height: 20px;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.cctv-variant-picker {
  display: grid;
  gap: 5px;
  margin-top: 8px;
  color: var(--navy);
  font-size: 10px;
  font-weight: 850;
}

.cctv-variant-picker select {
  width: 100%;
  min-height: 32px;
  padding: 5px 28px 5px 7px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--navy);
  background: var(--white);
  font: inherit;
  font-size: 10px;
  font-weight: 750;
}

.cctv-variant-picker select:focus {
  border-color: var(--blue);
  outline: none;
  box-shadow: 0 0 0 3px rgba(11, 116, 255, 0.12);
}

.cctv-product-details dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
}

.cctv-product-details dd {
  margin: 3px 0 0;
  color: var(--navy);
  font-weight: 750;
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.cctv-product-details {
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.cctv-product-details summary {
  padding: 7px 8px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.cctv-product-details[open] summary {
  border-bottom: 1px solid var(--line);
}

.cctv-product-details dl {
  max-height: 280px;
  margin: 0;
  overflow: auto;
}

.cctv-product-details dl div {
  display: grid;
  grid-template-columns: minmax(88px, 0.8fr) minmax(0, 1.2fr);
  gap: 8px;
  padding: 8px 9px;
  border-bottom: 1px solid var(--line);
}

.cctv-product-details dl div:last-child {
  border-bottom: 0;
}

.catalog-card--cctv .catalog-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: auto;
  gap: 7px;
  padding-top: 8px;
}

.catalog-card--cctv .catalog-actions a,
.catalog-card--cctv .catalog-actions button {
  min-height: 30px;
  padding: 5px 6px;
  font-size: 10px;
  line-height: 1.25;
  text-align: center;
}

.cctv-load-more {
  display: flex;
  justify-content: center;
  padding: 8px 0 22px;
}

.cctv-catalog-error {
  margin: 0;
  padding: 18px;
  border-left: 4px solid #c93c3c;
  color: #8a2020;
  background: #fff1f1;
}

@media (max-width: 860px) {
  .cctv-catalog-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .cctv-brand-filters {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .catalog-card--ai {
    grid-template-columns: 1fr;
  }

  .ai-product-media {
    width: min(100%, 190px);
    margin-inline: auto;
  }

  .ai-product-content {
    padding: 14px;
  }

  .ict-spec-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .cctv-catalog-heading h2 {
    font-size: 34px;
  }

  .cctv-category-filters {
    flex-wrap: nowrap;
    margin-inline: -14px;
    padding-inline: 14px;
    overflow-x: auto;
  }

  .cctv-category-filters .filter-chip {
    flex: 0 0 auto;
  }

  .cctv-product-content {
    padding: 10px;
  }

  .cctv-product-content h2,
  .cctv-product-content > p:not(.cctv-product-note) {
    min-height: 0;
  }

  .cctv-product-details dl div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .ai-variant-specs,
  .ai-product-details__grid {
    grid-template-columns: 1fr;
  }

  .ai-variant-specs div:last-child {
    grid-column: auto;
  }

  .ict-spec-panel {
    padding: 24px 0;
  }

  .ict-spec-panel p:not(.eyebrow) {
    margin-inline: auto;
  }

  .ict-spec-panel .button {
    width: 100%;
  }

  .ict-spec-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ict-spec-categories li {
    grid-template-rows: 112px auto;
    padding: 10px;
  }

  .ict-spec-categories h3 {
    font-size: 14px;
  }

  .ict-spec-categories img {
    height: 88px;
  }
}

@media (min-width: 1200px) {
  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (min-width: 861px) and (max-width: 1199px) {
  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (min-width: 621px) and (max-width: 860px) {
  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  body[data-page="products"] .catalog-card--ai {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body[data-page="products"] .catalog-card--ai,
  body[data-page="products"] .ai-platform-heading,
  body[data-page="products"] .ict-spec-panel,
  body[data-page="products"] .cctv-catalog-heading,
  body[data-page="products"] .cctv-brand-filters,
  body[data-page="products"] .cctv-category-filters,
  body[data-page="products"] .cctv-brand-empty,
  body[data-page="products"] .cctv-load-more,
  body[data-page="products"] .cctv-catalog-error {
    grid-column: 1 / -1;
  }

  .catalog-card--cctv .catalog-actions {
    grid-template-columns: 1fr;
  }
}

.smart-security-band {
  padding: 68px 0;
  color: var(--white);
  background: #06142b;
}

.smart-security-band__heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.smart-security-band__heading h2 {
  margin: 0;
  color: var(--white);
  font-size: 38px;
  line-height: 1.2;
}

.smart-security-band__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(120, 158, 207, 0.38);
  border-radius: 8px;
  background: rgba(120, 158, 207, 0.38);
}

.smart-security-band__grid article {
  min-height: 210px;
  padding: 24px 20px;
  background: #0a2042;
}

.smart-security-band__grid span {
  color: var(--gold);
  font-size: 14px;
  font-weight: 850;
}

.smart-security-band__grid h3 {
  margin: 14px 0 10px;
  color: var(--white);
  font-size: 20px;
  line-height: 1.35;
}

.smart-security-band__grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.65;
}

.note-panel {
  padding: 28px;
}

.featured-article {
  padding: 36px;
}

.featured-article .button {
  margin-top: 24px;
}

.highlight-case {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  align-items: center;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.metric-grid div {
  min-height: 132px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.metric-grid strong,
.metric-grid span {
  display: block;
}

.metric-grid strong {
  color: var(--gold);
  font-size: 32px;
  line-height: 1;
}

.metric-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.partner-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: start;
}

.contact-form {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  outline: none;
}

.contact-form textarea {
  margin-top: 18px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(11, 116, 255, 0.12);
}

.contact-form button {
  margin-top: 22px;
}

.contact-form .privacy-consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f5f8fc;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.contact-form .privacy-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--blue);
}

.contact-form .privacy-consent span {
  display: block;
}

.contact-form .privacy-consent a {
  color: var(--blue);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.contact-form .privacy-consent a:hover,
.contact-form .privacy-consent a:focus-visible {
  color: var(--navy);
}

.form-status {
  min-height: 28px;
  margin: 14px 0 0;
  color: var(--navy-2);
  font-weight: 800;
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.privacy-toc {
  position: sticky;
  top: 118px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.privacy-toc h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 20px;
}

.privacy-toc nav {
  display: grid;
  gap: 4px;
}

.privacy-toc a {
  padding: 7px 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.privacy-toc a:hover,
.privacy-toc a:focus-visible {
  color: var(--blue);
}

.privacy-policy {
  min-width: 0;
}

.privacy-policy__intro {
  margin: 0 0 28px;
  padding: 20px 22px;
  border-left: 4px solid var(--gold);
  background: var(--white);
  color: var(--navy-2);
  font-weight: 750;
}

.privacy-section {
  padding: 0 0 34px;
  margin: 0 0 34px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 120px;
}

.privacy-section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.privacy-section h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.3;
}

.privacy-section h3 {
  margin: 24px 0 10px;
  color: var(--navy-2);
  font-size: 19px;
}

.privacy-section p,
.privacy-section li {
  color: var(--muted);
  line-height: 1.8;
}

.privacy-section p {
  margin: 0 0 14px;
}

.privacy-section ul,
.privacy-section ol {
  display: grid;
  gap: 8px;
  margin: 12px 0 18px;
  padding-left: 24px;
}

.privacy-section a {
  color: var(--blue);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.privacy-table-wrap {
  width: 100%;
  margin: 18px 0 24px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.privacy-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.privacy-table th,
.privacy-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}

.privacy-table th {
  color: var(--white);
  background: var(--navy);
}

.privacy-table td:first-child {
  width: 30%;
  color: var(--navy);
  font-weight: 850;
}

.privacy-table tr:last-child td {
  border-bottom: 0;
}

.privacy-contact {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.privacy-contact strong {
  color: var(--navy);
}

@media (max-width: 860px) {
  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .privacy-toc {
    position: static;
  }

  .privacy-toc nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }
}

@media (max-width: 620px) {
  .privacy-toc {
    padding: 20px;
  }

  .privacy-toc nav {
    grid-template-columns: 1fr;
  }

  .privacy-section h2 {
    font-size: 24px;
  }
}

.contact-card {
  padding: 28px;
}

.contact-card h2 {
  margin-top: 0;
}

.contact-card div {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.contact-card span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.contact-card a,
.contact-card p {
  margin: 4px 0 0;
  color: var(--navy);
  font-weight: 800;
  line-height: 1.65;
}

.contact-card__actions {
  display: grid;
  gap: 10px;
}

.contact-card__actions .button {
  width: 100%;
}

.search-box {
  display: grid;
  gap: 8px;
  min-width: min(100%, 340px);
  color: var(--navy);
  font-weight: 800;
}

.search-box input {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: var(--white);
  outline: none;
}

.search-box input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(11, 116, 255, 0.12);
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-toolbar,
.document-toolbar,
.article-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.catalog-actions a,
.catalog-actions button,
.text-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}

.catalog-actions a {
  margin-top: 0;
  padding: 9px 12px;
  color: var(--blue);
  background: #edf5ff;
}

.compare-toggle,
.text-button {
  padding: 9px 12px;
  border: 1px solid var(--line);
  color: var(--navy);
  background: var(--white);
}

.compare-toggle:hover,
.compare-toggle.is-selected,
.text-button:hover {
  border-color: var(--blue);
  color: var(--white);
  background: var(--blue);
}

.empty-state {
  margin-top: 22px;
  padding: 20px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: var(--soft);
  text-align: center;
  font-weight: 800;
}

.compare-panel {
  margin-top: 34px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.compare-panel__header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  margin-bottom: 20px;
}

.compare-panel h2 {
  margin: 0;
  color: var(--navy);
  font-size: 28px;
}

.compare-table-wrap {
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.compare-table th,
.compare-table td {
  padding: 14px;
  border: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
}

.compare-table th {
  color: var(--navy);
  background: #edf5ff;
}

.compare-table td {
  color: var(--muted);
}

.compare-product-heading {
  min-width: 170px;
  display: grid;
  gap: 9px;
}

.compare-product-heading img {
  width: 120px;
  height: 32px;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.service-panel,
.document-card,
.action-card,
.status-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(7, 27, 58, 0.06);
}

.service-panel {
  padding: 28px;
}

.service-panel h2,
.document-card h2,
.action-card h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.25;
}

.service-panel p,
.document-card p,
.action-card p {
  color: var(--muted);
}

.inline-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
  margin-top: 20px;
}

.inline-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 800;
}

.inline-form input {
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: none;
}

.inline-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(11, 116, 255, 0.12);
}

.ticket-result {
  margin-top: 18px;
}

.status-card {
  padding: 18px;
}

.status-card strong,
.status-card span,
.status-card small {
  display: block;
}

.status-card strong {
  color: var(--navy);
}

.status-card span,
.status-card p,
.status-card small {
  margin: 6px 0 0;
  color: var(--muted);
}

.status-card--warning {
  border-color: #f4d2a0;
  background: #fff8ed;
}

.step-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.step-list li {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.step-list strong,
.step-list span {
  display: block;
}

.step-list strong {
  color: var(--navy);
}

.step-list span {
  color: var(--muted);
}

body[data-page="service"] .section {
  padding: 56px 0;
}

body[data-page="service"] .service-grid {
  gap: 14px;
}

body[data-page="service"] .service-panel {
  padding: 20px;
}

body[data-page="service"] .service-panel h2 {
  margin-bottom: 8px;
  font-size: 23px;
}

body[data-page="service"] .service-panel > p:not(.eyebrow) {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

body[data-page="service"] .inline-form {
  gap: 8px;
  margin-top: 12px;
}

body[data-page="service"] .inline-form label {
  gap: 5px;
  font-size: 14px;
}

body[data-page="service"] .inline-form input,
body[data-page="service"] .inline-form .button {
  min-height: 44px;
}

body[data-page="service"] .inline-form input {
  padding: 8px 10px;
}

body[data-page="service"] .inline-form .button {
  padding: 9px 16px;
}

body[data-page="service"] .ticket-result {
  margin-top: 12px;
}

body[data-page="service"] .status-card {
  padding: 12px;
}

body[data-page="service"] .step-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

body[data-page="service"] .step-list li {
  min-width: 0;
  padding: 10px 11px;
}

body[data-page="service"] .step-list strong {
  font-size: 14px;
}

body[data-page="service"] .step-list span {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.5;
}

body[data-page="service"] .split-layout {
  gap: 28px;
}

body[data-page="service"] .section__heading h2 {
  font-size: 32px;
}

body[data-page="service"] .section__heading p:not(.eyebrow) {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.65;
}

body[data-page="service"] .contact-form {
  padding: 20px;
}

body[data-page="service"] .form-grid {
  gap: 10px 12px;
}

body[data-page="service"] .contact-form label {
  min-width: 0;
  gap: 5px;
  font-size: 14px;
}

body[data-page="service"] .contact-form input,
body[data-page="service"] .contact-form select,
body[data-page="service"] .contact-form textarea {
  min-width: 0;
  min-height: 44px;
  padding: 8px 10px;
}

body[data-page="service"] .contact-form textarea {
  height: 96px;
  margin-top: 12px;
}

body[data-page="service"] .contact-form .privacy-consent {
  gap: 9px;
  margin-top: 12px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.45;
}

body[data-page="service"] .contact-form button {
  min-height: 44px;
  margin-top: 14px;
  padding: 9px 16px;
}

body[data-page="service"] .form-status {
  min-height: 20px;
  margin-top: 8px;
  font-size: 14px;
}

body[data-page="service"] .note-panel {
  margin-top: 18px;
  padding: 18px;
}

body[data-page="service"] .note-panel h3 {
  margin: 0 0 6px;
  font-size: 19px;
}

body[data-page="service"] .check-list li {
  padding-top: 7px;
  padding-bottom: 7px;
}

body[data-page="service"] .check-list li::before {
  top: 15px;
}

@media (max-width: 760px) {
  body[data-page="service"] .service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body[data-page="service"] .section {
    padding: 40px 0;
  }

  body[data-page="service"] .service-panel,
  body[data-page="service"] .contact-form {
    padding: 16px;
  }

  body[data-page="service"] .split-layout {
    gap: 20px;
  }

  body[data-page="service"] .section__heading h2 {
    font-size: 27px;
  }
}

.action-grid,
.document-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.document-grid {
  grid-template-columns: repeat(5, 1fr);
}

.action-card,
.document-card {
  min-height: 230px;
  padding: 24px;
}

.action-card {
  display: block;
}

.action-card:hover,
.document-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.action-card span,
.document-card span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
}

.document-card .button {
  width: 100%;
  margin-top: 18px;
}

.quick-contact {
  width: min(1160px, calc(100% - 40px));
  margin: 58px auto 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.quick-contact__button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 12px 24px rgba(7, 27, 58, 0.12);
  font-weight: 850;
  cursor: pointer;
}

.quick-contact__button:hover {
  background: var(--blue);
}

.quick-contact__button--quote {
  color: var(--navy);
  background: var(--gold);
}

.quick-contact__button--quote:hover {
  background: #ffd184;
}

.chat-panel {
  position: fixed;
  right: 214px;
  bottom: 18px;
  z-index: 82;
  width: min(360px, calc(100% - 32px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.chat-panel__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  color: var(--white);
  background: var(--navy);
}

.chat-panel__header strong,
.chat-panel__header span {
  display: block;
}

.chat-panel__header span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.chat-panel__header button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  color: var(--white);
  background: transparent;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.chat-panel__messages {
  max-height: 260px;
  overflow-y: auto;
  padding: 16px;
  background: var(--soft);
}

.chat-message {
  max-width: 88%;
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--navy);
  background: var(--white);
}

.chat-message--user {
  margin-left: auto;
  color: var(--white);
  background: var(--blue);
}

.chat-panel__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
}

.chat-panel__form input {
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.chat-panel__form button {
  min-height: 42px;
  padding: 8px 14px;
  border: 0;
  border-radius: 6px;
  color: var(--white);
  background: var(--navy);
  font-weight: 850;
  cursor: pointer;
}

.hero,
.subhero,
.hero__media,
.subhero__media,
img {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-select: none;
}

.is-hidden {
  display: none !important;
}

.site-footer {
  padding: 58px 0 22px;
  color: rgba(255, 255, 255, 0.78);
  background: #06142b;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr;
  gap: 36px;
}

.site-footer p {
  max-width: 460px;
  margin-top: 0;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 17px;
}

.site-footer a,
.site-footer span {
  display: block;
  margin: 8px 0;
  line-height: 1.65;
}

.site-footer a:hover {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .site-header .brand,
  body[data-page="home"] .site-header .brand {
    flex-basis: 270px;
    width: 270px;
    min-width: 270px;
    height: 58px;
  }

  .site-nav,
  body[data-page="home"] .site-nav {
    gap: 4px;
  }

  .site-nav a,
  body[data-page="home"] .site-nav a {
    padding: 8px 4px;
    font-size: 11px;
    white-space: nowrap;
  }

  .site-nav .nav-cta,
  body[data-page="home"] .site-nav .nav-cta {
    margin-left: 4px;
    padding-inline: 12px;
  }
}

@media (max-width: 1080px) {
  .site-header .brand {
    flex-basis: 270px;
    width: 270px;
    min-width: 270px;
    height: 58px;
  }

  body[data-page="home"] .site-header .brand {
    flex-basis: 270px;
    width: 270px;
    min-width: 270px;
    height: 58px;
  }

  .site-nav {
    gap: 4px;
  }

  body[data-page="home"] .site-nav {
    gap: 4px;
  }

  .site-nav a {
    padding: 8px 4px;
    font-size: 11px;
    white-space: nowrap;
  }

  body[data-page="home"] .site-nav a {
    font-size: 11px;
  }

  .site-nav .nav-cta,
  body[data-page="home"] .site-nav .nav-cta {
    margin-left: 4px;
    padding-inline: 12px;
  }

  .hero h1 {
    font-size: 52px;
  }

  body[data-page="home"] .hero h1 {
    font-size: 54px;
  }

  body[data-page="home"] .hero__content {
    max-width: none;
  }

  body[data-page="home"] .trust-strip__grid div {
    grid-template-columns: 46px 1fr;
    column-gap: 12px;
    row-gap: 2px;
    padding: 14px 16px;
  }

  body[data-page="home"] .trust-strip__grid div::before {
    width: 44px;
    height: 44px;
  }

  .card-grid--five {
    grid-template-columns: repeat(3, 1fr);
  }

  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-grid,
  .project-grid,
  .document-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .smart-security-band__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 861px) and (max-width: 1023px) {
  .nav-shell {
    min-height: 76px;
    margin-top: 10px;
    padding: 8px 12px;
  }

  body[data-page="home"] .nav-shell {
    min-height: 76px;
    margin-top: 10px;
    padding: 8px 12px;
  }

  .site-header .brand {
    flex: 0 0 230px;
    width: 230px;
    min-width: 230px;
    max-width: calc(100% - 64px);
    height: 52px;
    padding: 0;
  }

  body[data-page="home"] .site-header .brand {
    flex-basis: 230px;
    width: 230px;
    min-width: 230px;
    max-width: calc(100% - 64px);
    height: 52px;
    padding: 0;
  }

  .nav-toggle {
    display: grid;
  }

  body[data-page="home"] .nav-toggle {
    border-color: var(--line);
    background: var(--white);
  }

  body[data-page="home"] .nav-toggle span {
    background: var(--navy);
  }

  .mobile-service-link {
    display: flex;
  }

  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 126px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  body[data-page="home"] .site-nav {
    top: 126px;
    border-color: var(--line);
    background: var(--white);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a,
  .site-nav .nav-cta,
  body[data-page="home"] .site-nav .nav-cta {
    margin-left: 0;
    justify-content: center;
  }

  .subhero {
    padding-top: 44px;
  }
}

@media (max-width: 860px) {
  .topbar {
    display: none;
  }

  .nav-shell {
    min-height: 76px;
    margin-top: 10px;
    padding: 8px 12px;
  }

  body[data-page="home"] .nav-shell {
    min-height: 76px;
    margin-top: 10px;
    padding: 8px 12px;
  }

  .site-header .brand {
    flex: 0 0 230px;
    width: 230px;
    min-width: 230px;
    max-width: calc(100% - 64px);
    height: 52px;
    padding: 0;
  }

  body[data-page="home"] .site-header .brand {
    flex-basis: 230px;
    width: 230px;
    min-width: 230px;
    max-width: calc(100% - 64px);
    height: 52px;
    padding: 0;
  }

  .nav-toggle {
    display: grid;
  }

  body[data-page="home"] .nav-toggle {
    border-color: var(--line);
    background: var(--white);
  }

  body[data-page="home"] .nav-toggle span {
    background: var(--navy);
  }

  .mobile-service-link {
    display: flex;
  }

  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 126px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  body[data-page="home"] .site-nav {
    top: 126px;
    border-color: var(--line);
    background: var(--white);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a,
  .site-nav .nav-cta {
    margin-left: 0;
    justify-content: center;
  }

  body[data-page="home"] .site-nav .nav-cta {
    margin-left: 0;
    justify-content: center;
  }

  .hero {
    min-height: 680px;
  }

  .subhero {
    padding-top: 44px;
  }

  body[data-page="home"] .hero--home {
    min-height: 720px;
    padding-top: 76px;
  }

  body[data-page="home"] .hero__media {
    background-position: 64% center;
  }

  .hero__shade,
  .subhero__shade {
    background: linear-gradient(90deg, rgba(7, 27, 58, 0.98) 0%, rgba(7, 27, 58, 0.86) 62%, rgba(7, 27, 58, 0.54) 100%);
  }

  .subhero {
    min-height: 520px;
    padding-top: 76px;
  }

  .subhero__shade {
    background:
      linear-gradient(90deg, rgba(3, 15, 34, 0.98) 0%, rgba(3, 15, 34, 0.88) 58%, rgba(3, 15, 34, 0.56) 100%),
      linear-gradient(180deg, rgba(3, 15, 34, 0.22), rgba(3, 15, 34, 0.82));
  }

  .subhero__content {
    max-width: 100%;
    padding: 88px 0 76px;
  }

  body[data-page="home"] .hero__shade {
    background:
      linear-gradient(90deg, rgba(3, 15, 34, 0.94) 0%, rgba(3, 15, 34, 0.76) 58%, rgba(3, 15, 34, 0.34) 100%),
      linear-gradient(180deg, rgba(3, 15, 34, 0.16), rgba(3, 15, 34, 0.7));
  }

  .hero__content {
    padding: 64px 0 86px;
  }

  body[data-page="home"] .hero__content {
    max-width: none;
    padding: 88px 12px 92px;
  }

  .hero h1,
  .subhero h1 {
    font-size: 42px;
  }

  body[data-page="home"] .hero h1 {
    max-width: 540px;
    font-size: 44px;
  }

  .hero__lead,
  .subhero p {
    font-size: 18px;
  }

  .subhero p {
    font-size: 16px;
  }

  body[data-page="home"] .hero__lead {
    max-width: 560px;
    font-size: 16px;
  }

  .trust-strip {
    margin-top: 0;
  }

  body[data-page="home"] .trust-strip {
    margin-top: 0;
    padding: 24px 0 40px;
  }

  .trust-strip__grid {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 0;
    width: 100%;
  }

  .trust-strip__grid div:nth-child(2) {
    border-right: 0;
  }

  body[data-page="home"] .trust-strip__grid {
    border-radius: 14px;
  }

  body[data-page="home"] .trust-strip__grid div:nth-child(1),
  body[data-page="home"] .trust-strip__grid div:nth-child(2) {
    border-bottom: 1px solid rgba(103, 146, 202, 0.38);
  }

  .brand-partners {
    padding: 48px 0 16px;
  }

  .brand-partners__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-partners__logos {
    --brand-card-width: 200px;
  }

  .section {
    padding: 68px 0;
  }

  .smart-security-band {
    padding: 56px 0;
  }

  .smart-security-band__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section__heading h2,
  .cta-band h2,
  .featured-article h2,
  .highlight-case h2 {
    font-size: 32px;
  }

  .split-layout,
  .solution-row,
  .highlight-case,
  .contact-layout,
  .vision-mission,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .card-grid--five,
  .card-grid--four,
  .article-grid,
  .article-grid--wide,
  .case-grid,
  .tagline-grid,
  .promise-grid,
  .partner-band,
  .service-grid,
  .action-grid,
  .document-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-toolbar,
  .document-toolbar,
  .article-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .search-box {
    min-width: 0;
  }

  .cta-band__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-card {
    order: -1;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(1160px, calc(100% - 28px));
  }

  .brand {
    min-width: 0;
  }

  .site-header .brand {
    flex-basis: 204px;
    width: 204px;
    min-width: 204px;
    max-width: calc(100% - 60px);
    height: 48px;
    padding: 0;
  }

  body[data-page="home"] .site-header .brand {
    flex-basis: 204px;
    width: 204px;
    min-width: 204px;
    height: 48px;
    padding: 0;
  }

  .hero {
    min-height: 640px;
  }

  body[data-page="home"] .hero--home {
    min-height: 650px;
    padding-top: 70px;
  }

  .hero__media,
  .subhero__media {
    background-position: 64% center;
  }

  body[data-page="home"] .hero__media {
    background-position: 69% center;
  }

  .hero h1,
  .subhero h1 {
    font-size: 34px;
  }

  .subhero {
    min-height: 500px;
    padding-top: 70px;
  }

  .subhero__content {
    padding: 74px 0 64px;
  }

  .subhero h1::after {
    width: 40px;
    height: 3px;
    margin-top: 16px;
  }

  body[data-page="home"] .hero h1 {
    font-size: 36px;
  }

  body[data-page="home"] .hero h1::after {
    width: 40px;
    height: 3px;
    margin-top: 16px;
  }

  .hero__lead,
  .subhero p,
  .section__heading p:not(.eyebrow) {
    font-size: 16px;
  }

  body[data-page="home"] .hero__lead {
    font-size: 15px;
  }

  body[data-page="home"] .hero__content {
    padding: 74px 12px 44px;
  }

  .hero__actions,
  .button {
    width: 100%;
  }

  body[data-page="home"] .trust-strip {
    padding: 18px 0 32px;
  }

  body[data-page="home"] .trust-strip__grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .trust-strip__grid div {
    min-height: 86px;
    grid-template-columns: 44px 1fr;
    border-right: 0;
    border-bottom: 1px solid rgba(103, 146, 202, 0.38);
  }

  body[data-page="home"] .trust-strip__grid div::before {
    width: 42px;
    height: 42px;
  }

  .brand-partners {
    padding: 38px 0 8px;
  }

  .smart-security-band {
    padding: 48px 0;
  }

  .smart-security-band__heading h2 {
    font-size: 30px;
  }

  .smart-security-band__grid {
    grid-template-columns: 1fr;
  }

  .smart-security-band__grid article {
    min-height: 0;
    padding: 22px;
  }

  .brand-partners__heading h2 {
    font-size: 25px;
  }

  .brand-partners__logos {
    --brand-card-width: 180px;
    --brand-gap: 10px;
  }

  .brand-partners__logo-card {
    height: 92px;
    min-height: 92px;
    padding: 14px;
  }

  .brand-partners__logo-card img {
    height: 56px;
    max-height: none;
  }

  .trust-strip__grid,
  .card-grid--five,
  .card-grid--four,
  .article-grid,
  .article-grid--wide,
  .case-grid,
  .tagline-grid,
  .promise-grid,
  .industry-grid,
  .product-grid,
  .project-grid,
  .partner-band,
  .metric-grid,
  .form-grid,
  .service-grid,
  .action-grid,
  .document-grid {
    grid-template-columns: 1fr;
  }

  .story-panel,
  .vision-card,
  .mission-card,
  .brand-mantra,
  .promise-grid article {
    padding: 22px;
  }

  .brand-mantra strong {
    font-size: 22px;
  }

  .trust-strip__grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip__grid div:last-child {
    border-bottom: 0;
  }

  body[data-page="home"] .trust-strip__grid div:last-child {
    border-bottom: 0;
  }

  .product-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-card span {
    grid-row: auto;
  }

  .solution-row,
  .contact-form,
  .featured-article {
    padding: 22px;
  }

  .inline-form {
    grid-template-columns: 1fr;
  }

  .compare-panel {
    padding: 18px;
  }

  .compare-panel__header {
    flex-direction: column;
  }

  .quick-contact {
    width: min(100% - 28px, 1160px);
    margin: 38px auto 32px;
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-contact__button {
    min-height: 40px;
    padding: 8px;
    font-size: 13px;
  }

  .chat-panel {
    left: 14px;
    right: 14px;
    bottom: 108px;
    width: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

.catalog-card,
.ict-spec-panel {
  position: relative;
}

.product-new-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  min-height: 25px;
  padding: 3px 9px;
  color: #061b3a;
  background: #f6bd3f;
  border: 1px solid #d59617;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(6, 27, 58, .18);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  animation: product-new-pulse 1.8s ease-in-out infinite;
}

@keyframes product-new-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .78; transform: scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
  .product-new-badge { animation: none; }
}


/* Home vertical image cards */
body[data-page="home"] .industry-grid--visual {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  padding-top: 38px;
}

body[data-page="home"] .industry-grid--visual .industry-card {
  position: relative;
  min-width: 0;
  min-height: 280px;
  overflow: visible;
  border: 0;
  border-radius: 8px;
  background: #0c2d59;
  box-shadow: 0 14px 28px rgba(7, 27, 58, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
  isolation: isolate;
}

body[data-page="home"] .industry-grid--visual .industry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 34px rgba(7, 27, 58, 0.24);
}

body[data-page="home"] .industry-grid--visual .industry-card img {
  width: 100%;
  height: 280px;
  display: block;
  margin: 0;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

body[data-page="home"] .industry-card__icon {
  position: absolute;
  top: -35px;
  left: 50%;
  z-index: 3;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 4px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: #126497;
  box-shadow: 0 8px 18px rgba(3, 15, 34, 0.28);
  transform: translateX(-50%);
}

body[data-page="home"] .industry-card:nth-child(even) .industry-card__icon {
  background: #3b3d42;
}

body[data-page="home"] .industry-card__icon svg {
  width: 42px;
  height: 42px;
}

body[data-page="home"] .industry-card__label {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  padding: 30px 8px 12px;
  border: 0;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, rgba(5, 22, 47, 0), rgba(5, 22, 47, 0.9) 54%, rgba(5, 22, 47, 0.98));
  text-align: center;
}

body[data-page="home"] .industry-card__label strong {
  color: var(--white);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

body[data-page="home"] .industry-card__label span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 960px) {
  body[data-page="home"] .industry-grid--visual {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 54px;
  }
}

@media (max-width: 620px) {
  body[data-page="home"] .industry-grid--visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 12px;
  }

  body[data-page="home"] .industry-grid--visual .industry-card,
  body[data-page="home"] .industry-grid--visual .industry-card img {
    min-height: 230px;
    height: 230px;
  }

  body[data-page="home"] .industry-card__icon {
    top: -30px;
    width: 60px;
    height: 60px;
  }

  body[data-page="home"] .industry-card__icon svg {
    width: 35px;
    height: 35px;
  }

  body[data-page="home"] .industry-card__label strong {
    font-size: 13px;
  }

  body[data-page="home"] .industry-card__label span {
    font-size: 10px;
  }
}

@media (max-width: 380px) {
  body[data-page="home"] .industry-grid--visual {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .industry-grid--visual .industry-card {
    transition: none;
  }
}


/* News article page */
body[data-page="news"] .news-article-hero {
  padding: 170px 0 72px;
  color: var(--white);
  background: var(--navy);
}

body[data-page="news"] .news-article-hero__content {
  max-width: 1040px;
}

body[data-page="news"] .news-article-hero .eyebrow {
  color: var(--gold);
}

body[data-page="news"] .news-article-hero h1 {
  max-width: 1000px;
  margin: 12px 0 0;
  color: var(--white);
  font-size: 46px;
  line-height: 1.25;
}

body[data-page="news"] .news-article-section {
  background: var(--soft);
}

body[data-page="news"] .news-article {
  max-width: 1000px;
}

body[data-page="news"] .news-article__figure {
  aspect-ratio: 1202 / 680;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

body[data-page="news"] .news-article__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-page="news"] .news-article__body {
  max-width: 860px;
  margin: 48px auto 0;
}

body[data-page="news"] .news-article__body h2 {
  margin: 44px 0 16px;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.35;
}

body[data-page="news"] .news-article__body h2:first-child {
  margin-top: 0;
}

body[data-page="news"] .news-article__body p,
body[data-page="news"] .news-article__highlights li {
  color: #34465a;
  font-size: 17px;
  line-height: 1.9;
}

body[data-page="news"] .news-article__body p {
  margin: 0 0 22px;
}

body[data-page="news"] .news-article__lead {
  padding-left: 20px;
  border-left: 4px solid var(--gold);
}

body[data-page="news"] .news-article__highlights {
  display: grid;
  gap: 14px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}

body[data-page="news"] .news-article__highlights li {
  position: relative;
  padding: 18px 20px 18px 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

body[data-page="news"] .news-article__highlights li::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 22px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

@media (max-width: 900px) {
  body[data-page="news"] .news-article-hero {
    padding: 120px 0 58px;
  }

  body[data-page="news"] .news-article-hero h1 {
    font-size: 38px;
  }
}

@media (max-width: 620px) {
  body[data-page="news"] .news-article-hero {
    padding: 88px 0 46px;
  }

  body[data-page="news"] .news-article-hero h1 {
    font-size: 29px;
    line-height: 1.35;
  }

  body[data-page="news"] .news-article__body {
    margin-top: 32px;
  }

  body[data-page="news"] .news-article__body h2 {
    margin-top: 34px;
    font-size: 25px;
  }

  body[data-page="news"] .news-article__body p,
  body[data-page="news"] .news-article__highlights li {
    font-size: 16px;
    line-height: 1.8;
  }

  body[data-page="news"] .news-article__lead {
    padding-left: 14px;
  }

  body[data-page="news"] .news-article__highlights li {
    padding: 16px 16px 16px 40px;
  }

  body[data-page="news"] .news-article__highlights li::before {
    top: 26px;
    left: 18px;
  }
}


/* News listing card */
body[data-page="news"] .article-card--news {
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

body[data-page="news"] .article-card__media {
  aspect-ratio: 1202 / 680;
  margin: 0;
  overflow: hidden;
  background: #dce6ef;
}

body[data-page="news"] .article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

body[data-page="news"] .article-card--news:hover .article-card__media img {
  transform: scale(1.025);
}

body[data-page="news"] .article-card__content {
  padding: 24px;
}

body[data-page="news"] .article-card__content h2 {
  margin-top: 12px;
}

body[data-page="news"] .news-article__footer {
  max-width: 860px;
  margin: 40px auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="news"] .article-card__media img {
    transition: none;
  }
}

/* Dynamic news article */
body[data-page="news"] .news-article__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 20px 0 0;
  color: #cdd9e7;
  font-size: 14px;
}
body[data-page="news"] .news-article__meta span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 3px 10px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 4px;
  font-weight: 700;
}
body[data-page="news"] .news-article__body ul,
body[data-page="news"] .news-article__body ol {
  display: grid;
  gap: 12px;
  margin: 26px 0 32px;
  padding-left: 24px;
}
body[data-page="news"] .news-article__body li {
  color: #34465a;
  font-size: 17px;
  line-height: 1.9;
}
body[data-page="news"] .news-article__body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 32px auto;
  border-radius: 6px;
}
body[data-page="news"] .news-article__body blockquote {
  margin: 30px 0;
  padding: 18px 22px;
  border-left: 4px solid var(--gold);
  background: var(--white);
}
body[data-page="news"] .news-article--empty {
  max-width: 860px;
  padding: 56px 0;
  text-align: center;
}
body[data-page="news"] .news-article--empty h2 { margin: 0 0 10px; color: var(--navy); }
body[data-page="news"] .news-article--empty p { margin: 0 0 24px; color: #526579; }
@media (max-width: 620px) {
  body[data-page="news"] .news-article__body li { font-size: 16px; line-height: 1.8; }
}

/* News image aspect variants */
body[data-page="news"] .article-card__media--wide {
  aspect-ratio: 1204 / 420;
}
body[data-page="news"] .article-card__media--wide img,
body[data-page="news"] .article-card__media--contain img {
  object-fit: contain;
}
body[data-page="news"] .news-article__figure--wide {
  aspect-ratio: 1204 / 420;
}
body[data-page="news"] .news-article__figure--wide img,
body[data-page="news"] .news-article__figure--contain img {
  object-fit: contain;
}


/* Current News & Insights cards on the home page */
body[data-page="home"] .article-grid--home-news .article-card--news {
  display: flex;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  padding: 0;
  flex-direction: column;
}

body[data-page="home"] .article-grid--home-news .article-card__media {
  aspect-ratio: 1202 / 674;
  margin: 0;
  overflow: hidden;
  background: #dce6ef;
}

body[data-page="home"] .article-grid--home-news .article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

body[data-page="home"] .article-grid--home-news .article-card__media--wide {
  aspect-ratio: 1202 / 674;
}

body[data-page="home"] .article-grid--home-news .article-card__media--wide img,
body[data-page="home"] .article-grid--home-news .article-card__media--contain img {
  object-fit: contain;
}

body[data-page="home"] .article-grid--home-news .article-card__content {
  display: flex;
  flex: 1;
  padding: 22px;
  flex-direction: column;
}

body[data-page="home"] .article-grid--home-news .article-card__content h3 {
  margin-top: 12px;
}

body[data-page="home"] .article-grid--home-news .article-card__content a {
  margin-top: auto;
  padding-top: 12px;
}

body[data-page="home"] .article-grid--home-news .article-card--news:hover .article-card__media img {
  transform: scale(1.025);
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .article-grid--home-news .article-card__media img {
    transition: none;
  }
}


/* Home contact image banner */
.home-contact-banner {
  overflow: hidden;
  background: #dcebf7;
}

.home-contact-banner__link {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;
  cursor: pointer;
}

.home-contact-banner__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2172 / 724;
  object-fit: contain;
  transition: filter 180ms ease;
}

.home-contact-banner__link:hover .home-contact-banner__image {
  filter: brightness(1.035);
}

.home-contact-banner__link:focus-visible {
  outline: 4px solid var(--gold);
  outline-offset: -4px;
}

@media (prefers-reduced-motion: reduce) {
  .home-contact-banner__image {
    transition: none;
  }
}


/* Our Vertical hero on the Solutions page */
body[data-page="solutions"] .subhero__media--vertical {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  background: #031126;
  transform: none;
}

body[data-page="solutions"] .subhero__media--vertical img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  object-position: center;
}

body[data-page="solutions"] .subhero--vertical .subhero__shade {
  background:
    linear-gradient(90deg, rgba(3, 15, 34, 0.98) 0%, rgba(3, 15, 34, 0.9) 38%, rgba(3, 15, 34, 0.45) 68%, rgba(3, 15, 34, 0.28) 100%),
    linear-gradient(180deg, rgba(3, 15, 34, 0.32) 0%, rgba(3, 15, 34, 0.08) 45%, rgba(3, 15, 34, 0.78) 100%);
}

@media (max-width: 760px) {
  body[data-page="solutions"] .subhero__media--vertical {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  body[data-page="solutions"] .subhero--vertical .subhero__shade {
    background: linear-gradient(90deg, rgba(3, 15, 34, 0.96), rgba(3, 15, 34, 0.66));
  }
}


/* About Us circular story collage */
body[data-page="about"] .about-story__lead {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
  padding: clamp(18px, 3vw, 38px) 0;
  background: #ffffff;
}

body[data-page="about"] .about-story__visual {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  background: #ffffff;
}

body[data-page="about"] .about-story__circle-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  background: #ffffff;
}

body[data-page="about"] .about-story__copy {
  min-width: 0;
}

body[data-page="about"] .about-story__copy .section__heading {
  margin-bottom: 22px;
}

body[data-page="about"] .about-story__copy .section__heading h2 {
  color: var(--navy);
}

body[data-page="about"] .about-story__copy .story-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="about"] .about-story__copy .story-panel p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

body[data-page="about"] .about-story__copy .story-panel strong {
  color: var(--navy);
}

@media (max-width: 860px) {
  body[data-page="about"] .about-story__lead {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body[data-page="about"] .about-story__lead {
    gap: 28px;
    padding: 8px 0 20px;
  }

  body[data-page="about"] .about-story__copy .story-panel p {
    font-size: 16px;
    line-height: 1.8;
  }
}


/* About Us service icons */
body[data-page="about"] .tagline-grid span {
  min-height: 210px;
  grid-template-rows: 132px auto;
  align-content: center;
  gap: 10px;
  padding: 18px 20px 22px;
}

body[data-page="about"] .tagline-grid img {
  display: block;
  width: 132px;
  height: 132px;
  object-fit: contain;
  background: transparent;
}

body[data-page="about"] .tagline-grid strong {
  display: block;
  max-width: 100%;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 620px) {
  body[data-page="about"] .tagline-grid span {
    min-height: 190px;
    grid-template-rows: 118px auto;
    padding: 16px 18px 20px;
  }

  body[data-page="about"] .tagline-grid img {
    width: 118px;
    height: 118px;
  }
}


/* About Us brand mantra image */
body[data-page="about"] .brand-mantra {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    linear-gradient(rgba(3, 18, 43, 0.54), rgba(3, 18, 43, 0.64)),
    url("../images/about-mantra-city.png") center center / cover no-repeat;
}

body[data-page="about"] .brand-mantra strong,
body[data-page="about"] .brand-mantra span,
body[data-page="about"] .brand-mantra p {
  width: 100%;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 8, 24, 0.72);
}

body[data-page="about"] .brand-mantra p {
  max-width: 760px;
}


/* About Us Vision and Mission titles */
body[data-page="about"] .vision-mission__title {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.25;
}

body[data-page="about"] .vision-mission__title strong {
  color: #7edbe8;
}


/* News and Insights hero title color */
body[data-page="news"] .subhero__content > .eyebrow {
  color: #7edbe8;
}


/* Contact Us embedded Google Map */
body[data-page="contact"] .contact-map {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-top: 16px;
  border: 0;
  border-radius: 8px;
  background: #eef5fa;
}

body[data-page="contact"] .contact-map__link {
  display: inline-block;
  margin-top: 10px;
  color: var(--blue) !important;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* Dahua Access Control catalog */
.catalog-card--managed {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.cctv-product-media--empty {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: #f3f7fb;
}

.cctv-product-media--empty > div {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 24px;
  color: var(--muted);
  text-align: center;
}

.cctv-product-media--empty strong {
  color: var(--navy);
  font-size: 24px;
  line-height: 1;
}

.cctv-product-media--empty span {
  font-size: 12px;
  font-weight: 800;
}

.access-category-filters {
  padding-top: 4px;
}
