.internal-page {
  background: var(--white);
}

.internal-page .site-header {
  border-bottom-color: rgba(20, 37, 86, 0.08);
}

.main-nav a[aria-current="page"] {
  color: var(--blue-700);
}

.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.page-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}

.page-hero::before,
.page-hero::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.page-hero::before {
  width: 540px;
  height: 540px;
  top: -310px;
  left: 42%;
}

.page-hero::after {
  width: 420px;
  height: 420px;
  right: -180px;
  bottom: -220px;
}

.page-hero--camera {
  background:
    radial-gradient(circle at 83% 28%, rgba(31, 223, 209, 0.22), transparent 27%),
    linear-gradient(125deg, #06102f 0%, #102875 58%, #14379a 100%);
}

.page-hero--tv {
  background:
    radial-gradient(circle at 78% 25%, rgba(191, 75, 255, 0.28), transparent 30%),
    linear-gradient(125deg, #10092f 0%, #27146c 52%, #2536a8 100%);
}

.page-hero--government {
  background:
    radial-gradient(circle at 76% 25%, rgba(34, 223, 210, 0.2), transparent 30%),
    linear-gradient(125deg, #071a39 0%, #0b3c6e 55%, #0c607b 100%);
}

.page-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--cyan-400);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-kicker::before {
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
}

.page-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(46px, 5.3vw, 74px);
  font-weight: 800;
  line-height: 0.99;
  letter-spacing: -0.06em;
}

.page-hero__content > p {
  max-width: 610px;
  margin: 24px 0 0;
  color: #c0cbe4;
  font-size: 16px;
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.page-hero__assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.page-hero__assurance li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #afbbd7;
  font-size: 11px;
  font-weight: 700;
}

.page-hero__assurance li::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan-400);
  box-shadow: 0 0 0 4px rgba(92, 225, 220, 0.1);
  content: "";
}

.page-hero__visual {
  position: relative;
  min-height: 450px;
  display: grid;
  place-items: center;
}

.camera-scene {
  position: relative;
  width: 100%;
  height: 450px;
  display: grid;
  place-items: center;
}

.camera-halo {
  position: absolute;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(92, 225, 220, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(25, 207, 208, 0.08) inset;
}

.camera-halo::before,
.camera-halo::after {
  position: absolute;
  border: 1px solid rgba(92, 225, 220, 0.11);
  border-radius: 50%;
  content: "";
}

.camera-halo::before { inset: 42px; }
.camera-halo::after { inset: 90px; }

.camera-product-image {
  position: relative;
  z-index: 2;
  width: min(100%, 570px);
  height: auto;
  margin-left: 18px;
  filter: drop-shadow(0 34px 34px rgba(0, 8, 35, 0.4));
  transform: rotate(-2deg);
  animation: cameraProductFloat 5s ease-in-out infinite;
}

@keyframes cameraProductFloat {
  0%, 100% { transform: rotate(-2deg) translateY(0); }
  50% { transform: rotate(-1deg) translateY(-9px); }
}

.cctv-system {
  position: relative;
  z-index: 2;
  width: 370px;
  height: 270px;
  transform: rotate(-6deg);
}

.camera-device {
  position: absolute;
  z-index: 3;
  top: 35px;
  left: 12px;
  width: 342px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 30px 72px 72px 27px;
  background: linear-gradient(165deg, #ffffff 0%, #e7edf6 58%, #cbd5e5 100%);
  box-shadow: 0 30px 65px rgba(0, 8, 35, 0.4), inset 0 -5px 12px rgba(46, 67, 105, 0.09);
}

.camera-device::before {
  position: absolute;
  bottom: 20px;
  left: -9px;
  width: 34px;
  height: 98px;
  border-radius: 16px 5px 5px 16px;
  background: linear-gradient(90deg, #bcc7d8, #eff3f8);
  box-shadow: -7px 8px 20px rgba(2, 12, 40, 0.2);
  content: "";
}

.camera-device__shade {
  position: absolute;
  z-index: 4;
  top: -19px;
  right: -13px;
  left: 5px;
  height: 38px;
  border-radius: 20px 38px 10px 8px;
  background: linear-gradient(180deg, #ffffff, #d8e1ed);
  box-shadow: 0 7px 15px rgba(15, 32, 72, 0.14);
  transform: skewX(-8deg);
}

.camera-device__brand {
  position: absolute;
  top: 57px;
  left: 38px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #697895;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.camera-device__brand i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan-500);
  box-shadow: 0 0 0 4px rgba(25, 207, 208, 0.13);
}

.camera-face {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 12px;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border: 7px solid #d1d9e7;
  border-radius: 50%;
  background: #1a2540;
  box-shadow: inset 0 0 0 5px #f4f7fb, 0 8px 20px rgba(5, 15, 44, 0.24);
  transform: translateY(-50%);
}

.camera-lens {
  position: relative;
  z-index: 2;
  width: 69px;
  height: 69px;
  display: grid;
  place-items: center;
  border: 7px solid #10214a;
  border-radius: 50%;
  background: radial-gradient(circle at 39% 34%, #78eee8 0 5%, #244b96 16%, #081839 48%, #020714 75%);
  box-shadow: inset 0 0 0 4px #23417b, 0 0 22px rgba(22, 58, 131, 0.55);
}

.camera-lens::after {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(126, 245, 237, 0.52);
  box-shadow: 0 0 17px rgba(92, 225, 220, 0.72);
  content: "";
}

.camera-ir {
  position: absolute;
  z-index: 3;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dffbfa;
  box-shadow: 0 0 8px rgba(92, 225, 220, 0.65);
}

.camera-ir--one { top: 10px; left: 50%; transform: translateX(-50%); }
.camera-ir--two { bottom: 10px; left: 50%; transform: translateX(-50%); }
.camera-ir--three { top: 50%; left: 10px; transform: translateY(-50%); }
.camera-ir--four { top: 50%; right: 10px; transform: translateY(-50%); }

.camera-bracket {
  position: absolute;
  z-index: 1;
  top: 165px;
  left: 62px;
  width: 108px;
  height: 73px;
  border-bottom: 21px solid #d5deea;
  border-left: 21px solid #d5deea;
  border-radius: 0 0 0 32px;
  filter: drop-shadow(0 14px 12px rgba(0, 8, 35, 0.25));
}

.camera-bracket::before {
  position: absolute;
  top: -19px;
  right: -3px;
  width: 42px;
  height: 42px;
  border: 8px solid #bdc8d8;
  border-radius: 50%;
  background: #eef2f7;
  content: "";
}

.camera-bracket i {
  position: absolute;
  bottom: -45px;
  left: -50px;
  width: 54px;
  height: 86px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 18px;
  background: linear-gradient(90deg, #eef2f7, #bdc8d8);
  box-shadow: -8px 12px 22px rgba(0, 8, 35, 0.24);
}

.camera-bracket i::before,
.camera-bracket i::after {
  position: absolute;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8996aa;
  content: "";
  transform: translateX(-50%);
}

.camera-bracket i::before { top: 15px; }
.camera-bracket i::after { bottom: 15px; }

.live-chip,
.visual-float-card {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(6, 19, 58, 0.76);
  box-shadow: 0 16px 38px rgba(3, 11, 38, 0.28);
  backdrop-filter: blur(14px);
}

.live-chip {
  top: 55px;
  right: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 30px;
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.live-chip i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5868;
  box-shadow: 0 0 0 5px rgba(255, 88, 104, 0.14);
  animation: livePulse 1.8s ease infinite;
}

@keyframes livePulse {
  50% { box-shadow: 0 0 0 9px rgba(255, 88, 104, 0.02); }
}

.visual-float-card {
  right: 0;
  bottom: 45px;
  min-width: 195px;
  padding: 15px 18px;
  border-radius: 16px;
}

.visual-float-card small,
.visual-float-card strong {
  display: block;
}

.visual-float-card small {
  color: #91a0c5;
  font-size: 9px;
}

.visual-float-card strong {
  color: var(--white);
  font-size: 13px;
}

.visual-float-card span {
  display: flex;
  gap: 4px;
  margin-top: 9px;
}

.visual-float-card span i {
  height: 3px;
  flex: 1;
  border-radius: 3px;
  background: var(--cyan-400);
}

.tv-scene {
  position: relative;
  width: 100%;
  height: 440px;
  display: grid;
  place-items: center;
  perspective: 900px;
}

.tv-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  aspect-ratio: 16 / 10;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 27px;
  background: #060a24;
  box-shadow: 0 38px 85px rgba(3, 5, 28, 0.48);
  transform: rotateY(-7deg) rotateX(2deg);
}

.tv-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 19px;
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 100, 210, 0.65), transparent 25%),
    linear-gradient(135deg, #3720a5, #161047 60%, #0a092d);
}

.tv-screen::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
  content: "";
  transform: translateX(-100%);
  animation: tvShine 5s ease-in-out infinite;
}

@keyframes tvShine {
  40%, 100% { transform: translateX(100%); }
}

.tv-screen__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 21px 24px 18px;
}

.tv-showcase__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tv-showcase__brand {
  color: #c9bfff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tv-showcase__live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: var(--white);
  background: rgba(5, 7, 34, 0.38);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tv-showcase__live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff4f73;
  box-shadow: 0 0 0 4px rgba(255, 79, 115, 0.14);
  animation: tvLivePulse 1.8s ease-in-out infinite;
}

.tv-showcase__hero {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.tv-showcase__hero::before {
  position: absolute;
  top: 50%;
  right: 9%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(94, 225, 220, 0.2), transparent 68%);
  content: "";
  transform: translateY(-50%);
  animation: tvAmbient 4s ease-in-out infinite;
}

.tv-showcase__copy {
  position: relative;
  z-index: 2;
  max-width: 250px;
}

.tv-showcase__copy small,
.tv-showcase__copy strong,
.tv-showcase__copy > span {
  display: block;
}

.tv-showcase__copy small {
  margin-bottom: 5px;
  color: var(--cyan-400);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tv-showcase__copy strong {
  color: var(--white);
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.tv-showcase__copy > span {
  margin-top: 7px;
  color: #c9c3ee;
  font-size: 9px;
}

.tv-play {
  position: relative;
  z-index: 2;
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  color: #26116c;
  background: var(--white);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.08), 0 18px 38px rgba(3, 5, 28, 0.35);
  animation: tvPlayPulse 2.8s ease-in-out infinite;
}

.tv-play::before {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
  content: "";
}

.tv-play::after {
  position: absolute;
  inset: -11px;
  border: 1px solid rgba(94, 225, 220, 0.45);
  border-radius: inherit;
  content: "";
  animation: tvPlayRing 2.8s ease-out infinite;
}

.tv-showcase__rail {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.tv-showcase__tile {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 9px;
  color: #d9d5f5;
  background: rgba(7, 7, 36, 0.34);
  font-size: 8px;
  font-weight: 700;
  animation: tvTileFocus 6s ease-in-out infinite;
}

.tv-showcase__tile:nth-child(2) { animation-delay: 2s; }
.tv-showcase__tile:nth-child(3) { animation-delay: 4s; }

.tv-showcase__tile svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

@keyframes tvLivePulse {
  50% { opacity: 0.45; transform: scale(0.85); }
}

@keyframes tvAmbient {
  50% { opacity: 0.55; transform: translateY(-50%) scale(1.16); }
}

@keyframes tvPlayPulse {
  50% { transform: scale(1.06); box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.05), 0 20px 42px rgba(3, 5, 28, 0.4); }
}

@keyframes tvPlayRing {
  70%, 100% { opacity: 0; transform: scale(1.28); }
}

@keyframes tvTileFocus {
  0%, 22% { border-color: rgba(94, 225, 220, 0.55); color: var(--white); background: rgba(94, 225, 220, 0.17); transform: translateY(-2px); }
  32%, 100% { border-color: rgba(255, 255, 255, 0.11); color: #d9d5f5; background: rgba(7, 7, 36, 0.34); transform: none; }
}

.content-chip {
  position: absolute;
  z-index: 4;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 14px;
  color: var(--white);
  background: rgba(16, 8, 51, 0.8);
  box-shadow: 0 15px 34px rgba(3, 5, 28, 0.36);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 800;
}

.content-chip--one { top: 45px; right: -4px; }
.content-chip--two { bottom: 25px; left: -15px; }
.content-chip--three { right: 28px; bottom: 15px; color: #251257; background: var(--cyan-400); }

.city-scene {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 36px;
  background:
    linear-gradient(rgba(70, 221, 218, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 221, 218, 0.07) 1px, transparent 1px),
    linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(0, 22, 46, 0.22));
  background-size: 36px 36px, 36px 36px, auto;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 30px 70px rgba(0, 15, 32, 0.28);
}

.city-skyline {
  position: absolute;
  right: 30px;
  bottom: 0;
  left: 30px;
  height: 290px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}

.city-building {
  position: relative;
  width: 70px;
  height: var(--height);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, rgba(68, 218, 216, 0.22), rgba(5, 31, 58, 0.8));
  box-shadow: 0 0 30px rgba(39, 215, 208, 0.06);
}

.city-building::before {
  position: absolute;
  inset: 18px 13px;
  opacity: 0.75;
  background-image: radial-gradient(circle, var(--cyan-400) 1.5px, transparent 2px);
  background-size: 15px 18px;
  content: "";
}

.city-network {
  position: absolute;
  z-index: 3;
  inset: 70px 45px 90px;
  border: 2px solid transparent;
  border-top-color: rgba(92, 225, 220, 0.55);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.city-node {
  position: absolute;
  z-index: 4;
  width: 14px;
  height: 14px;
  border: 4px solid rgba(92, 225, 220, 0.2);
  border-radius: 50%;
  background: var(--cyan-400);
  box-shadow: 0 0 18px rgba(92, 225, 220, 0.9);
}

.city-node--one { top: 70px; left: 21%; }
.city-node--two { top: 125px; right: 16%; }
.city-node--three { top: 47%; left: 47%; }

.command-badge {
  position: absolute;
  z-index: 5;
  top: 35px;
  left: 35px;
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  color: var(--white);
  background: rgba(3, 29, 55, 0.76);
  box-shadow: 0 15px 40px rgba(0, 15, 32, 0.3);
  backdrop-filter: blur(10px);
}

.command-badge small,
.command-badge strong {
  display: block;
}

.command-badge small { color: #82a5b7; font-size: 8px; text-transform: uppercase; }
.command-badge strong { color: var(--cyan-400); font-size: 13px; }

.page-stats {
  position: relative;
  z-index: 5;
  margin-top: -38px;
}

.page-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.page-stat {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 26px 30px;
}

.page-stat + .page-stat {
  border-left: 1px solid var(--line);
}

.page-stat__icon {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--blue-700);
  background: var(--cyan-100);
}

.page-stat__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.page-stat strong,
.page-stat small {
  display: block;
}

.page-stat strong { font-size: 14px; line-height: 1.3; }
.page-stat small { margin-top: 2px; color: var(--muted); font-size: 10px; }

.internal-section {
  padding: 110px 0;
}

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

.internal-section--dark {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-950), var(--blue-800));
}

.sub-heading {
  max-width: 700px;
  margin-bottom: 48px;
}

.sub-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sub-heading--center .eyebrow {
  justify-content: center;
}

.sub-heading h2 {
  margin: 0;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.sub-heading p {
  margin: 17px 0 0;
  color: var(--text);
  font-size: 15px;
}

.internal-section--dark .sub-heading p {
  color: #b8c4df;
}

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

.offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 10px 35px rgba(10, 31, 89, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.offer-card:hover {
  border-color: rgba(36, 61, 181, 0.3);
  box-shadow: var(--shadow-lg);
  transform: translateY(-7px);
}

.offer-card--featured {
  border: 2px solid var(--blue-700);
  box-shadow: 0 20px 55px rgba(26, 55, 165, 0.14);
}

.offer-card__badge {
  position: absolute;
  top: 0;
  right: 24px;
  padding: 7px 12px;
  border-radius: 0 0 9px 9px;
  color: var(--white);
  background: var(--blue-700);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.offer-card__icon {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  border-radius: 17px;
  color: var(--blue-700);
  background: var(--cyan-100);
}

.offer-card__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.offer-card__label {
  color: var(--blue-700);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-card h3 {
  margin: 8px 0 4px;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.offer-card > p {
  min-height: 43px;
  margin: 8px 0 23px;
  color: var(--muted);
  font-size: 12px;
}

.offer-price {
  display: flex;
  align-items: flex-start;
  padding: 19px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.offer-price span { margin: 9px 6px 0 0; font-size: 13px; font-weight: 800; }
.offer-price strong { font-size: 45px; line-height: 1; letter-spacing: -0.06em; }
.offer-price sup { margin: 5px 3px 0; font-size: 16px; font-weight: 800; }
.offer-price small { align-self: flex-end; margin-bottom: 6px; color: var(--muted); font-size: 10px; }

.offer-list {
  display: grid;
  gap: 11px;
  margin: 22px 0 27px;
  padding: 0;
  list-style: none;
}

.offer-list li {
  position: relative;
  padding-left: 25px;
  color: #4e5a73;
  font-size: 12px;
}

.offer-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue-700);
  background: var(--cyan-100);
  content: "✓";
  font-size: 10px;
  font-weight: 900;
}

.offer-card .button {
  margin-top: auto;
}

.offer-note {
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 10px;
  text-align: center;
}

.feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
  align-items: center;
  gap: 80px;
}

.feature-layout__content h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.feature-layout__content > p {
  margin: 18px 0 0;
  color: var(--text);
  font-size: 14px;
}

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

.benefit-card {
  min-height: 190px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: var(--white);
  box-shadow: 0 9px 25px rgba(10, 31, 89, 0.04);
}

.benefit-card span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 13px;
  color: var(--blue-700);
  background: var(--cyan-100);
}

.benefit-card svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.benefit-card h3 {
  margin: 0 0 7px;
  font-size: 16px;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  counter-reset: step;
}

.step-card {
  position: relative;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: var(--white);
  counter-increment: step;
}

.step-card::before {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 12px;
  color: var(--white);
  background: var(--blue-700);
  content: "0" counter(step);
  font-size: 11px;
  font-weight: 800;
}

.step-card h3 { margin: 0 0 8px; font-size: 17px; }
.step-card p { margin: 0; color: var(--muted); font-size: 12px; }

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

.package-guide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin: -15px 0 32px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--line);
}

.package-guide > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px 20px;
  background: #f8f9fd;
}

.package-guide > div > span {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--white);
  background: #39228b;
  font-size: 10px;
  font-weight: 800;
}

.package-guide p,
.package-guide strong {
  display: block;
  margin: 0;
}

.package-guide strong {
  color: var(--ink);
  font-size: 11px;
}

.package-guide p {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.45;
}

.media-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 490px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 10px 35px rgba(10, 31, 89, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.media-plan-card::after {
  position: absolute;
  right: -55px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--card-glow, rgba(72, 44, 190, 0.08));
  content: "";
}

.media-plan-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}

.media-plan-card__brands {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 31px;
  margin-bottom: 25px;
}

.media-plan-card__brands span {
  padding: 6px 9px;
  border-radius: 8px;
  color: #3a267e;
  background: #f0edff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.media-plan-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.media-plan-card p {
  position: relative;
  z-index: 2;
  min-height: 38px;
  margin: 11px 0 20px;
  color: var(--muted);
  font-size: 11px;
}

.media-lineup {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  padding: 16px;
  border: 1px solid #e1e6f0;
  border-radius: 15px;
  background:
    linear-gradient(45deg, #f7f8fc 25%, transparent 25%) 0 0 / 14px 14px,
    linear-gradient(-45deg, #f7f8fc 25%, transparent 25%) 0 7px / 14px 14px,
    var(--white);
}

.media-lineup__title {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  color: #352278;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.media-lineup__title i {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #16366d;
  background: var(--cyan-400);
  font-size: 10px;
  font-style: normal;
}

.media-lineup img {
  width: 100%;
  height: auto;
  display: block;
}

.media-lineup small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.45;
}

.media-highlight {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
  padding: 11px 14px;
  border-radius: 12px;
  color: #392285;
  background: #f0edff;
}

.media-highlight span {
  color: #70658f;
  font-size: 9px;
  font-weight: 700;
}

.media-highlight strong {
  font-size: 12px;
}

.media-plan-card__bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
}

.media-plan-card__bottom .button {
  min-height: 44px;
  padding-inline: 17px;
  border-radius: 12px;
  font-size: 11px;
}

.media-price span,
.media-price strong,
.media-price small {
  display: block;
}

.media-price span { color: var(--muted); font-size: 9px; }
.media-price strong { color: #22125c; font-size: 29px; line-height: 1.1; letter-spacing: -0.04em; }
.media-price small { color: var(--muted); font-size: 9px; }

.channel-builder {
  position: relative;
  overflow: hidden;
  margin-top: 86px;
  padding: 48px;
  border: 1px solid #dce3f2;
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 5%, rgba(94, 225, 220, 0.2), transparent 25%),
    linear-gradient(145deg, #f9faff, #f2f5fb);
  box-shadow: 0 28px 80px rgba(18, 33, 83, 0.08);
}

.channel-builder::before {
  position: absolute;
  top: -160px;
  right: -120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(43, 52, 178, 0.08);
  border-radius: 50%;
  content: "";
}

.channel-builder__header,
.channel-addons__heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
}

.channel-builder__header > div:first-child {
  max-width: 650px;
}

.channel-builder__header h2 {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: clamp(35px, 4vw, 51px);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.channel-builder__header p,
.channel-addons__heading p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.channel-builder__steps {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 6px;
}

.channel-builder__steps span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3d4770;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.channel-builder__steps b,
.channel-builder__kicker i {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--blue-700);
  font-size: 9px;
  font-style: normal;
}

.channel-builder__steps > i {
  color: #9ba5c2;
  font-style: normal;
}

.channel-base-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 38px;
  margin-top: 37px;
  padding: 35px;
  overflow: hidden;
  border-radius: 25px;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 10%, rgba(94, 225, 220, 0.2), transparent 30%),
    linear-gradient(135deg, #0e1d57, #2d1a79);
  box-shadow: 0 22px 52px rgba(12, 27, 80, 0.2);
}

.channel-builder__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue-700);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.channel-base-card .channel-builder__kicker {
  color: var(--cyan-400);
}

.channel-base-card .channel-builder__kicker i {
  color: #17235a;
  background: var(--cyan-400);
}

.channel-base-card h3,
.channel-addons__heading h3 {
  margin: 16px 0 0;
  font-size: 29px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.channel-base-card p {
  margin: 13px 0 0;
  color: #c1cbe5;
  font-size: 11px;
}

.channel-base-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.channel-base-card li {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #dce4f6;
  background: rgba(255, 255, 255, 0.06);
  font-size: 9px;
  font-weight: 700;
}

.channel-base-card li span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan-400);
}

.channel-base-card__lineup {
  padding: 16px;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(3, 9, 38, 0.22);
}

.channel-base-card__lineup img,
.channel-addon-card__lineup img {
  width: 100%;
  height: auto;
  display: block;
}

.channel-addons__heading {
  margin-top: 48px;
}

.channel-addons__heading h3 {
  color: var(--ink);
}

.channel-addons__heading .button {
  flex: 0 0 auto;
}

.channel-addon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
  margin-top: 25px;
}

.channel-addon-card {
  --addon-accent: #4830bf;
  position: relative;
  overflow: hidden;
  padding: 23px;
  border: 1px solid #dce3f1;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(17, 35, 91, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.channel-addon-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--addon-accent);
  content: "";
}

.channel-addon-card:hover {
  border-color: color-mix(in srgb, var(--addon-accent) 35%, #dce3f1);
  box-shadow: 0 20px 48px rgba(17, 35, 91, 0.1);
  transform: translateY(-5px);
}

.channel-addon-card--blue { --addon-accent: #2762d6; }
.channel-addon-card--cyan { --addon-accent: #13bfc1; }
.channel-addon-card--premium { --addon-accent: #e14b4b; }

.channel-addon-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.channel-addon-card__head span {
  color: var(--addon-accent);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.channel-addon-card__head strong {
  color: var(--ink);
  font-size: 17px;
}

.channel-addon-card > p {
  min-height: 34px;
  margin: 10px 0 16px;
  color: var(--muted);
  font-size: 10px;
}

.channel-addon-card__lineup {
  min-height: 88px;
  display: grid;
  align-items: center;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #e4e8f2;
  border-radius: 13px;
  background: #fff;
}


.entertainment-band {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 35%, rgba(199, 75, 255, 0.24), transparent 25%),
    linear-gradient(125deg, #120a39, #2d187f);
}

.entertainment-band .feature-layout__content > p {
  color: #c4bde1;
}

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

.entertainment-feature {
  min-height: 160px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
}

.entertainment-feature strong,
.entertainment-feature small {
  display: block;
}

.entertainment-feature strong {
  color: var(--cyan-400);
  font-size: 28px;
}

.entertainment-feature small {
  margin-top: 8px;
  color: #c0b8df;
  font-size: 11px;
}

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

.capability-card {
  min-height: 250px;
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.capability-card:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-5px);
}

.capability-card span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 16px;
  color: #0a6379;
  background: #dff9f7;
}

.capability-card svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.capability-card h3 { margin: 0 0 9px; font-size: 18px; }
.capability-card p { margin: 0; color: var(--muted); font-size: 12px; }

.government-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.8fr);
  align-items: center;
  gap: 70px;
}

.government-highlight h2 {
  margin: 0;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.government-highlight__content > p {
  margin: 18px 0 0;
  color: #bac8df;
  font-size: 14px;
}

.government-points {
  display: grid;
  gap: 14px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

.government-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
}

.government-points li::before {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #073748;
  background: var(--cyan-400);
  content: "✓";
  font-size: 11px;
  font-weight: 900;
}

.government-score {
  padding: 35px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.government-score > span {
  color: var(--cyan-400);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.government-score strong {
  display: block;
  margin: 10px 0;
  font-size: 65px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.government-score p {
  margin: 0;
  color: #b6c4dc;
  font-size: 12px;
}

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

.org-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 14px 17px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  color: #46526a;
  font-size: 11px;
  font-weight: 700;
}

.org-item::before {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--cyan-500);
  box-shadow: 0 0 0 5px var(--cyan-100);
  content: "";
}

.internal-faq .faq__grid {
  align-items: start;
}

.simple-final {
  padding: 0 0 80px;
}

.simple-final__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  overflow: hidden;
  padding: 55px 65px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 90% 0, rgba(92, 225, 220, 0.25), transparent 33%),
    linear-gradient(125deg, var(--blue-800), var(--blue-950));
}

.simple-final__inner h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.simple-final__inner p {
  margin: 13px 0 0;
  color: #bac6df;
  font-size: 13px;
}

.simple-final__actions {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
}

@media (max-width: 980px) {
  .page-hero__grid,
  .feature-layout,
  .government-highlight {
    grid-template-columns: 1fr;
  }

  .page-hero__content {
    max-width: 730px;
  }

  .page-hero__visual {
    min-height: 410px;
  }

  .feature-layout {
    gap: 45px;
  }

  .offer-grid,
  .media-plan-grid,
  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .channel-builder {
    padding: 38px;
  }

  .channel-builder__header,
  .channel-base-card {
    grid-template-columns: 1fr;
  }

  .channel-builder__header {
    display: grid;
  }

  .channel-base-card {
    gap: 30px;
  }

  .offer-card:last-child,
  .capability-card:last-child:nth-child(odd) {
    grid-column: span 2;
  }

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

@media (max-width: 700px) {
  .page-hero {
    min-height: auto;
  }

  .page-hero__grid {
    gap: 30px;
    padding-top: 55px;
    padding-bottom: 65px;
  }

  .page-hero h1 {
    font-size: 45px;
  }

  .page-hero__content > p {
    font-size: 14px;
  }

  .page-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-hero__visual {
    min-height: 350px;
  }

  .camera-scene,
  .tv-scene {
    height: 350px;
  }

  .camera-halo {
    width: 300px;
    height: 300px;
  }

  .cctv-system {
    transform: rotate(-6deg) scale(0.82);
  }

  .camera-product-image {
    width: min(100%, 430px);
    margin-left: 0;
  }

  .live-chip { top: 28px; right: 0; }
  .visual-float-card { right: 0; bottom: 15px; min-width: 170px; }

  .tv-frame {
    width: 100%;
  }

  .tv-screen__content {
    padding: 14px 15px 12px;
  }

  .tv-showcase__hero {
    gap: 15px;
  }

  .tv-showcase__copy {
    max-width: 185px;
  }

  .tv-showcase__copy strong {
    font-size: 20px;
  }

  .tv-showcase__copy > span {
    display: none;
  }

  .tv-play {
    width: 52px;
    height: 52px;
  }

  .tv-showcase__tile {
    justify-content: center;
    padding: 6px;
    font-size: 0;
  }

  .tv-showcase__tile svg {
    width: 17px;
    height: 17px;
  }

  .content-chip--one { top: 15px; right: -4px; }
  .content-chip--two { bottom: 2px; left: -4px; }
  .content-chip--three { display: none; }

  .city-scene {
    height: 365px;
  }

  .city-building {
    width: 48px;
  }

  .page-stats {
    margin-top: -20px;
  }

  .page-stats__grid {
    grid-template-columns: 1fr;
  }

  .page-stat + .page-stat {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .internal-section {
    padding: 78px 0;
  }

  .sub-heading h2,
  .feature-layout__content h2,
  .government-highlight h2 {
    font-size: 36px;
  }

  .offer-grid,
  .media-plan-grid,
  .capability-grid,
  .benefit-grid,
  .steps-grid,
  .entertainment-features,
  .org-grid {
    grid-template-columns: 1fr;
  }

  .package-guide {
    grid-template-columns: 1fr;
  }

  .channel-builder {
    margin-top: 62px;
    padding: 28px 18px;
    border-radius: 24px;
  }

  .channel-builder__steps,
  .channel-addons__heading {
    align-items: flex-start;
  }

  .channel-builder__steps {
    width: 100%;
    justify-content: space-between;
  }

  .channel-base-card {
    margin-top: 28px;
    padding: 25px 18px;
    border-radius: 20px;
  }

  .channel-base-card h3,
  .channel-addons__heading h3 {
    font-size: 25px;
  }

  .channel-base-card__lineup {
    padding: 8px;
    border-radius: 14px;
  }

  .channel-addons__heading {
    flex-direction: column;
    margin-top: 38px;
  }

  .channel-addons__heading .button {
    width: 100%;
  }

  .channel-addon-grid {
    grid-template-columns: 1fr;
  }

  .channel-addon-card {
    padding: 20px 16px;
  }

  .media-plan-card {
    min-height: auto;
  }

  .offer-card:last-child,
  .capability-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .feature-layout {
    gap: 36px;
  }

  .benefit-card {
    min-height: auto;
  }

  .simple-final {
    padding-bottom: 50px;
  }

  .simple-final .container {
    width: 100%;
  }

  .simple-final__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 44px 24px;
    border-radius: 0;
  }

  .simple-final__actions {
    width: 100%;
    flex-direction: column;
  }
}
