/* Kolory uslug i typografia wspolne dla wszystkich podstron. */
:root {
  --accent: #086cc4;
  --cyan: #0079b5;
  --navy: #0d2b5c;
  --blue-muted: #235a9c;
}

h1, h2, h3, .brand, .stat strong {
  font-family: "Red Hat Display", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

h2 { font-size: 40px; line-height: 1.2; overflow-wrap: anywhere; }
h3 { font-size: 22px; line-height: 1.3; }
.hero h1 { font-size: 54px; line-height: 1.15; }
.hero .lead { font-size: 18px; line-height: 1.75; }
.section-head { align-items: center; }
.section-head p { font-size: 17px; line-height: 1.8; }
.section { padding-block: 76px; }
.section.tight { padding-block: 38px; }
.stats { margin-top: 0; }

.nav-links a {
  padding-block: 8px;
  border-bottom: 2px solid transparent;
}
.nav-links .active { border-bottom-color: #00aeef; }
.nav-links a:hover { border-bottom-color: #008acb; }
.eyebrow {
  padding: 0;
  margin-bottom: 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  letter-spacing: 0;
  font-size: 12px;
}
.eyebrow::before {
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: #00aeef;
}
.hero .eyebrow {
  padding: 8px 12px;
  border: 1px solid #ffffff40;
  border-radius: 4px;
  background: #10233180;
}
.hero .eyebrow::before { background: #69d9ff; }
.hero-emphasis {
  color: #85dfff;
  text-decoration: underline;
  text-decoration-color: #00aeef;
  text-decoration-thickness: 3px;
  text-underline-offset: 9px;
}
.hero-trust {
  display: flex;
  gap: 14px 26px;
  flex-wrap: wrap;
  padding: 26px 0 0;
  margin: 28px 0 0;
  border-top: 1px solid #ffffff30;
  list-style: none;
  font-size: 13px;
  color: #edf5f8;
}
.hero-trust li { display: flex; gap: 8px; align-items: center; }
.hero-trust .ui-icon { color: #85dfff; width: 19px; height: 19px; }

.ui-icon { display: inline-block; width: 24px; height: 24px; flex: 0 0 auto; vertical-align: middle; }
.btn { border-radius: 6px; gap: 12px; font-size: 15px; }
.btn .ui-icon { width: 19px; height: 19px; }
.btn-primary { background: #086cc4; }
.btn-primary:hover { background: #07539a; }
.btn span { min-width: 0; overflow-wrap: anywhere; }

.stat, .service-link, .card, .step, .showcase-note {
  --item-ink: #086cc4;
  --item-tint: #edf6ff;
  --item-line: #a8cef1;
}
.stat:nth-child(4n + 1), .service-link:nth-child(6n + 2),
.card:nth-child(3n + 2), .step:nth-child(4n + 2), .showcase-note:nth-child(2) {
  --item-ink: #0079b5;
  --item-tint: #eaf8ff;
  --item-line: #97d8f4;
}
.stat:nth-child(4n + 3), .service-link:nth-child(6n + 3), .step:nth-child(4n + 3) {
  --item-ink: #235a9c;
  --item-tint: #f0f5fc;
  --item-line: #b5cceb;
}
.stat:nth-child(4n), .service-link:nth-child(6n + 4),
.card:nth-child(3n), .step:nth-child(4n) {
  --item-ink: #0d2b5c;
  --item-tint: #edf1f8;
  --item-line: #a7bad7;
}
.service-link:nth-child(6n + 5) {
  --item-ink: #086cc4;
  --item-tint: #edf6ff;
  --item-line: #a8cef1;
}
.service-link:nth-child(6n) {
  --item-ink: #0079b5;
  --item-tint: #eaf8ff;
  --item-line: #97d8f4;
}
.icon-tile, .stat .icon-tile, .showcase-note .icon-tile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0 0 20px;
  color: var(--item-ink);
  background: var(--item-tint);
  border: 1px solid var(--item-line);
  border-radius: 8px;
}
.icon-tile .ui-icon { width: 26px; height: 26px; }
.stat {
  background: var(--item-tint);
  border-color: var(--item-line);
  box-shadow: none;
}
.stat .icon-tile { background: #ffffffc9; }
.stat strong { color: var(--item-ink); font-size: 25px; }
.stat > span:last-child { font-size: 14px; line-height: 1.7; }
.service-link {
  position: relative;
  min-width: 0;
  min-height: 340px;
  padding: 30px;
  border-top: 3px solid var(--item-line);
  box-shadow: 0 6px 24px #152b4608;
  background: color-mix(in srgb, var(--item-tint) 60%, white);
}
.service-link .icon-tile { color: var(--item-ink); }
.service-link p { font-size: 15px; line-height: 1.75; }
.service-link > strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--item-ink);
  font-size: 14px;
}
.service-link:hover {
  border-color: var(--item-line);
  background: var(--item-tint);
  transform: translateY(-4px);
}
.service-link > strong .ui-icon { transition: transform .2s ease; }
.service-link:hover > strong .ui-icon { transform: translate(2px, -2px); }
.card { border-top: 3px solid var(--item-line); }
.card-body > .icon-tile { margin-bottom: 18px; }
.card-body p { font-size: 15px; line-height: 1.75; }
.showcase-note { border-radius: 8px; background: var(--item-tint); border-color: var(--item-line); box-shadow: none; }
.showcase-note > span:not(.icon-tile) { color: var(--item-ink); letter-spacing: 0; }
.showcase-note h3 { font-size: 25px; }
.showcase-section { padding-top: 16px; }
.showcase-media { border-radius: 8px; }
.step { box-shadow: none; border-top: 3px solid var(--item-line); }
.step::before { color: var(--item-ink); background: var(--item-tint); border: 1px solid var(--item-line); border-radius: 8px; }
.plain-list li::before { background: #00aeef; border-radius: 2px; }

.page-home .logo-section { background: #f1f7fa; }
.page-home .band:has(.split) { background: #edf7fd; border-color: #d5e8f4; }
.page-home .band:has(.photo-gallery) { background: #f5f5f8; }
.band:has(> .cta) { background: #f1f8fc; border-color: #d5e8f4; }
.cta {
  position: relative;
  background: #edf7fd;
  border: 0;
  border-left: 4px solid #00aeef;
  border-radius: 0;
  box-shadow: none;
}
.cta h2 { max-width: 860px; }
.cta p { font-size: 17px; }
.logo-item { font-family: "Red Hat Display", sans-serif; font-weight: 700; min-height: 74px; }
.logo-item:nth-child(3n + 2) { color: #0079b5; }
.logo-item:nth-child(3n) { color: #536477; }
.photo-tile, .image-tile { margin: 0; }
.photo-caption { background: rgba(14, 30, 43, .9); }
.photo-caption strong { font-family: "Red Hat Display", sans-serif; }
.footer { background: #f6f8fa; }

/* Ilustracja i dane tworza jeden spokojny, informacyjny zestaw. */
.ecosystem-illustration { margin: 32px 0 0; }
.ecosystem-illustration img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 580px;
  object-fit: contain;
}
.ecosystem-illustration figcaption {
  text-align: center;
  margin: 8px 0 28px;
  color: var(--muted-2);
  font-family: "Red Hat Display", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.ecosystem-legend {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 24px 0 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.ecosystem-legend li { display: flex; gap: 12px; align-items: flex-start; }
.legend-dot { width: 12px; height: 12px; flex: 0 0 12px; border-radius: 3px; background: #00aeef; margin-top: 6px; }
.ecosystem-legend li:nth-child(2) .legend-dot { background: #086cc4; }
.ecosystem-legend li:nth-child(3) .legend-dot { background: #358ad1; }
.ecosystem-legend li:nth-child(4) .legend-dot { background: #0d2b5c; }
.ecosystem-legend strong { display: block; font-family: "Red Hat Display", sans-serif; font-size: 16px; }
.ecosystem-legend div > span { color: var(--muted); font-size: 13px; }
.page-home .section:has(.experience-grid) { background: #f0f6fc; border-block: 1px solid #d6e4f1; }
.experience-grid { gap: 0; margin-top: 44px; }
.experience-grid .card { border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.experience-grid .card + .card { border-left: 1px solid #cedeed; }
.experience-grid .card-body { padding: 12px 28px; }
.experience-grid .experience-number {
  display: block;
  margin-bottom: 22px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--item-ink);
}
.experience-grid h3 { font-size: 20px; }
.process { position: relative; gap: 22px; }
.step { background: color-mix(in srgb, var(--item-tint) 65%, white); }
.step::before { width: 54px; height: 54px; font-size: 20px; border-radius: 50%; }
.band:has(> .cta) { background: #edf6ff; border-color: #d2e4f5; }
.cta { background: #edf6ff; border-left-color: #0d2b5c; }
.page-home .band:has(.photo-gallery) { background: #f1f7fa; }
.page-home .showcase-note { background: white; border: 0; border-left: 3px solid var(--item-line); border-radius: 0; }
.page-home .showcase-note .icon-tile { border: 0; }

@media (max-width: 980px) {
  .ecosystem-legend { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-grid .card + .card { border-left: 0; border-top: 1px solid #cedeed; }
  .experience-grid .card-body { padding: 26px 0; }
  .experience-grid .experience-number { font-size: 52px; margin-bottom: 14px; }
}
@media (max-width: 640px) {
  .ecosystem-illustration { margin-top: 20px; }
  .ecosystem-illustration figcaption { font-size: 17px; margin-top: 18px; }
  .ecosystem-legend { gap: 20px 14px; }
  .ecosystem-legend li { gap: 8px; }
}

@media (max-width: 980px) {
  h2 { font-size: 34px; }
  .hero h1 { font-size: 44px; }
  .section { padding-block: 60px; }
  .section.tight { padding-block: 30px; }
  .service-link { padding: 24px; }
}
@media (max-width: 640px) {
  h2 { font-size: 29px; }
  h3 { font-size: 21px; }
  .hero h1 { font-size: 33px; }
  .hero .lead { font-size: 16px; }
  .hero-emphasis { text-underline-offset: 5px; }
  .hero-trust { gap: 14px; margin-top: 24px; padding-top: 20px; font-size: 12px; }
  .hero .eyebrow { font-size: 11px; line-height: 1.5; }
  .hero .actions { gap: 10px; margin-top: 24px; }
  .section { padding-block: 48px; }
  .stat { padding: 22px; }
  .stat .icon-tile { float: right; margin: 0 0 12px 16px; }
  .stat > span:last-child { clear: both; }
  .service-link { min-height: 0; }
  .showcase-section { padding-top: 8px; }
  .showcase-note h3 { font-size: 23px; }
  .cta { padding: 24px; }
  .cta h2 { font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .service-link:hover, .service-link:hover > strong .ui-icon { transform: none; }
}

/* Lekka typografia, zakladki uslug i ruchomy pas technologii. */
:root { --accent: #1769e8; --text: #172a43; --muted: #526277; }
body, button, input, textarea { font-family: "Red Hat Display", system-ui, sans-serif; }
body { font-size: 16px; }
h2 { font-size: 38px; line-height: 1.22; }
h3 { font-size: 22px; font-weight: 700; }
.brand span, .photo-caption strong, .eyebrow { letter-spacing: 0; }
.nav-links { font-weight: 600; font-size: 14px; gap: 16px; }
.nav-links a { transition: color .18s, border-color .18s; }
.nav-links a:last-child { color: #1769e8; }
.brand { width: 228px; min-width: 228px; }
.brand img { width: 228px; height: 76px; object-fit: contain; border: 0; border-radius: 0; box-shadow: none; }
.btn { min-height: 48px; font-weight: 700; padding: 13px 22px; }
.btn-primary { background: #1769e8; box-shadow: 0 5px 14px #1769e817; }
.btn-primary:hover { background: #0f52bd; }
.btn-secondary:hover { border-color: #1769e8; }
.page-home .hero { min-height: 560px; padding-block: 60px; }
.hero h1 { font-weight: 700; }
.hero-emphasis { text-decoration: none; color: #8bdeff; }
.hero .lead { font-size: 18px; line-height: 1.7; }
.hero .eyebrow { font-weight: 600; background: #0a254166; }
.stats { gap: 0; padding-block: 12px; }
.stats .stat { background: white; border: 0; border-radius: 0; padding: 22px 26px; }
.stats .stat + .stat { border-left: 1px solid #dfE8f1; }
.stats .icon-tile { width: 38px; height: 38px; border: 0; margin-bottom: 12px; }
.stats .stat strong { font-size: 22px; }
.stats .stat > span:last-child { font-size: 14px; }
.section-head-centered { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 18px; margin-bottom: 42px; }
.section-head-centered > div { max-width: 820px; }
.section-head-centered h2 { margin: 0; font-size: 42px; }
.section-head-centered p { max-width: 720px; margin: 0; font-size: 17px; line-height: 1.6; }
.section-head-centered .eyebrow { color: #1769e8; text-transform: none; font-size: 15px; font-weight: 600; margin-bottom: 14px; }
.section-head-centered .eyebrow::before { display: none; }
.workspace-section { border-top: 1px solid #e7edf4; scroll-margin-top: 90px; }
.workspace-tabs { display: none; }
.service-workspace.is-enhanced .workspace-tabs { display: flex; gap: 6px; padding: 7px; background: #f0f4f9; border: 1px solid #e4ebf3; border-radius: 8px; margin-bottom: 42px; }
.workspace-tab { display: flex; flex: 1 1 0; align-items: center; justify-content: center; gap: 9px; min-height: 52px; min-width: 0; padding: 10px 12px; border: 0; border-radius: 5px; background: transparent; color: #40536c; font: inherit; font-size: 15px; font-weight: 600; cursor: pointer; transition: background .2s, color .2s, box-shadow .2s; }
.workspace-tab .ui-icon { width: 21px; height: 21px; }
.workspace-tab:hover { background: #e3ecf9; color: #0d50b4; }
.workspace-tab[aria-selected="true"] { background: #1769e8; color: #fff; box-shadow: 0 3px 9px #1769e82b; }
.workspace-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; min-width: 0; padding-block: 4px; }
.service-workspace:not(.is-enhanced) .workspace-panel + .workspace-panel { margin-top: 48px; }
.is-enhanced .workspace-panels { display: grid; }
.is-enhanced .workspace-panel { grid-area: 1 / 1; }
/* Zachowanie rozmiaru panelu zapobiega skakaniu strony przy zmianie zakladki. */
.is-enhanced .workspace-panel[hidden] { display: grid; visibility: hidden; pointer-events: none; }
.workspace-copy { min-width: 0; }
.workspace-copy h3 { font-size: 30px; margin: 0 0 15px; line-height: 1.2; }
.workspace-copy > p { color: var(--muted); margin: 0 0 22px; font-size: 17px; line-height: 1.6; }
.workspace-features { list-style: none; padding: 0; margin: 0 0 26px; }
.workspace-features li { display: flex; gap: 12px; padding: 15px 0; border-bottom: 1px solid #e5ebf1; }
.workspace-features .ui-icon { width: 26px; height: 26px; padding: 5px; background: #eaf3ff; color: #1769e8; border-radius: 50%; margin-top: 1px; }
.workspace-features strong { display: block; font-size: 16px; font-weight: 700; }
.workspace-features p { margin: 4px 0 0; font-size: 14px; line-height: 1.6; color: var(--muted); }
.workspace-visual { margin: 0; min-width: 0; align-self: center; }
.workspace-visual img { width: 100%; height: auto; aspect-ratio: 5 / 4; object-fit: cover; border-radius: 8px; box-shadow: 0 18px 40px #172a4312; }
.workspace-visual figcaption { display: flex; align-items: center; gap: 12px; padding: 20px 4px 0; color: #426087; font-size: 14px; font-weight: 600; }
.workspace-visual figcaption .ui-icon { color: #1769e8; width: 22px; height: 22px; }
.page-home .integrations-section { background: #f8fafd; border-block: 1px solid #e7edf4; }
.tech-marquee { overflow: hidden; padding: 8px 0; }
.tech-row + .tech-row { margin-top: 18px; }
.tech-group { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.tech-item { display: inline-flex; flex: 0 0 192px; align-items: center; gap: 14px; min-height: 76px; padding: 14px 19px; background: #fff; color: #223751; border: 1px solid #e4eaf2; border-radius: 8px; font-size: 17px; font-weight: 700; }
.tech-symbol { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; flex: 0 0 38px; color: var(--brand-color); background: color-mix(in srgb, var(--brand-color) 8%, white); border-radius: 6px; }
.tech-symbol img { width: 26px; height: 26px; object-fit: contain; }
.tech-symbol .brand-mark { width: 27px; height: 27px; fill: currentColor; }
.tech-symbol .ui-icon { width: 25px; height: 25px; }
.tech-marquee.is-enhanced:not(.is-static) { mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent); }
.is-enhanced:not(.is-static) .tech-track { display: flex; width: max-content; animation: technology-flow 52s linear infinite; }
.is-enhanced:not(.is-static) .tech-group { flex-wrap: nowrap; flex-shrink: 0; padding-right: 16px; }
.is-enhanced:not(.is-static) .tech-row-reverse .tech-track { animation-direction: reverse; animation-duration: 58s; }
.tech-marquee:hover .tech-track, .tech-marquee:focus-within .tech-track, .tech-marquee.is-paused .tech-track { animation-play-state: paused; }
.tech-marquee.is-static .tech-clone { display: none; }
.integrations-actions { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 32px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: #155ecb; font-weight: 700; font-size: 16px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.text-link .ui-icon { width: 20px; }
.motion-toggle, .nav-toggle { display: inline-flex; justify-content: center; align-items: center; width: 42px; height: 42px; padding: 0; flex: 0 0 42px; border: 1px solid #ccdcef; border-radius: 6px; background: white; color: #1769e8; cursor: pointer; }
.motion-toggle:hover, .nav-toggle:hover { background: #e9f2ff; }
.motion-toggle[hidden], .nav-toggle { display: none; }
.page-home .showcase-section { padding-top: 72px; }
.showcase-note h3 { font-size: 24px; }
.page-home .showcase-note { padding-block: 8px; }
.experience-grid .experience-number { font-weight: 700; }
.step h3 { font-size: 22px; }
.step::before { background: white; color: #1769e8; border-color: #c3d7f1; }
.cta h2 { font-weight: 700; }
.footer { font-size: 14px; }
@keyframes technology-flow { to { transform: translateX(-50%); } }
@media (max-width: 1100px) {
  .nav { gap: 16px; }
  .nav-links { gap: 12px; font-size: 13px; }
  .workspace-panel { gap: 28px; }
  .workspace-tab { font-size: 14px; padding-inline: 8px; gap: 7px; }
}
@media (max-width: 760px) {
  h2 { font-size: 29px; }
  .nav { min-height: 78px; flex-direction: row; align-items: center; flex-wrap: wrap; padding-block: 12px; }
  .nav-enhanced .nav-toggle { display: inline-flex; margin-left: auto; }
  .nav-enhanced .nav-links { display: none; }
  .nav-enhanced.nav-open .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; width: 100%; padding: 12px 0; border-top: 1px solid #e4ebf3; }
  .nav-links a { font-size: 15px; padding: 10px 4px; }
  .nav .brand { width: 204px; min-width: 0; }
  .brand img { width: 204px; height: 68px; }
  .page-home .hero { min-height: 0; padding-block: 40px; }
  .hero .lead { font-size: 16px; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats .stat { padding: 18px 16px; }
  .stats .stat:nth-child(3) { border-left: 0; }
  .stats .stat:nth-child(n+3) { border-top: 1px solid #e5ecf3; }
  .stats .stat > span:last-child { font-size: 13px; }
  .section-head-centered h2 { font-size: 32px; }
  .section-head-centered p { font-size: 16px; }
  .service-workspace.is-enhanced .workspace-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; margin-bottom: 30px; }
  .workspace-tab { flex-direction: column; min-height: 76px; padding: 8px 4px; font-size: 13px; }
  .workspace-panel { grid-template-columns: 1fr; gap: 26px; align-content: start; }
  .workspace-copy h3 { font-size: 27px; }
  .workspace-copy > p { font-size: 16px; }
  .workspace-visual img { aspect-ratio: 5 / 3; }
  .workspace-visual figcaption { font-size: 12px; padding-top: 14px; gap: 8px; }
  .tech-item { flex-basis: 172px; min-height: 70px; font-size: 15px; padding-inline: 14px; gap: 10px; }
  .tech-group { gap: 12px; }
  .is-enhanced:not(.is-static) .tech-group { padding-right: 12px; }
  .integrations-actions { gap: 14px; }
  .text-link { font-size: 14px; }
  .page-home .showcase-section { padding-top: 48px; }
  .is-static .tech-group { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .is-static .tech-item { min-width: 0; padding-inline: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .tech-track { animation: none !important; }
  .workspace-tab { transition: none; }
  .hero-content .eyebrow, .hero-content h1, .hero-content .lead, .hero-content .actions { animation: none; }
}

/* Monitoring: schemat instalacji oraz pytania przed montazem. */
.page-monitoring .hero::before { background-position: center 28%; }
.page-monitoring .hero h1 { max-width: 760px; }
.page-monitoring .hero .lead { max-width: 700px; }
#zakres-monitoringu { scroll-margin-top: 96px; }
.cctv-photo { margin: 0; }
.cctv-photo img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 8px; }
.cctv-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px; padding: 18px 0 0; margin: 0; list-style: none; }
.cctv-flow li { position: relative; min-width: 0; }
.cctv-flow-icon { display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; margin-bottom: 24px; border: 1px solid #bcdbf5; border-radius: 8px; color: #1769e8; background: #fff; }
.cctv-flow-icon .ui-icon { width: 32px; height: 32px; }
.cctv-flow-number { display: block; color: #087eb9; font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.cctv-flow h3 { font-size: 21px; margin: 0 0 12px; }
.cctv-flow p { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 0; }
.cctv-flow-arrow { position: absolute; top: 20px; right: 8px; color: #80add7; }
.cctv-questions { display: grid; grid-template-columns: 1fr 1.35fr; gap: 64px; align-items: start; }
.cctv-questions h2 { margin: 0; }
.cctv-faq details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.cctv-faq details:first-child { padding-top: 0; }
.cctv-faq summary { cursor: pointer; color: var(--text); font-size: 18px; font-weight: 700; padding-right: 16px; }
.cctv-faq summary::marker { color: #1769e8; }
.cctv-faq details[open] summary { color: #1259be; }
.cctv-faq p { color: var(--muted); margin: 16px 0 0; line-height: 1.75; }
@media (max-width: 1100px) {
  .nav { flex-direction: row; align-items: center; flex-wrap: wrap; }
  .nav-enhanced .nav-toggle { display: inline-flex; margin-left: auto; }
  .nav-enhanced .nav-links { display: none; }
  .nav-enhanced.nav-open .nav-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px 20px; width: 100%; padding: 12px 0; border-top: 1px solid #e4ebf3; }
  .service-workspace.is-enhanced .workspace-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .nav-enhanced.nav-open .nav-links { grid-template-columns: 1fr 1fr; }
  .service-workspace.is-enhanced .workspace-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .workspace-tab:last-child { grid-column: 1 / -1; flex-direction: row; min-height: 48px; }
  .page-monitoring .hero::before { background-position: 76% 28%; }
  .cctv-flow { grid-template-columns: 1fr; gap: 30px; padding-top: 0; }
  .cctv-flow li { padding-left: 86px; padding-bottom: 22px; }
  .cctv-flow-icon { position: absolute; left: 0; top: 0; width: 60px; height: 60px; }
  .cctv-flow-arrow { top: 82px; left: 18px; right: auto; transform: rotate(90deg); }
  .cctv-flow h3 { font-size: 20px; }
  .cctv-questions { grid-template-columns: 1fr; gap: 26px; }
}
