:root {
  --sw-navy: #061526;
  --sw-blue: #0b3455;
  --sw-cyan: #63e1dc;
  --sw-lime: #c6f36a;
  --sw-line: rgba(33, 77, 100, 0.16);
}

body.nx-home {
  background: #f7fafb;
}

/* The public company page must remain readable even when enhancement scripts are delayed. */
.nx-reveal,
.nx-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.nx-header {
  background: rgba(4, 16, 29, 0.86);
  border-bottom-color: rgba(99, 225, 220, 0.2);
}

.nx-brand__wordmark {
  letter-spacing: 0.08em;
}

.nx-brand__wordmark span {
  color: var(--sw-cyan);
}

.nx-brand__ko {
  letter-spacing: 0.03em;
}

.nx-hero {
  min-height: max(700px, calc(100svh - 42px));
  background: var(--sw-navy);
}

.nx-hero__media {
  background-image: url("/assets/img/sub/visual_bg04.jpg");
  background-position: center center;
  filter: saturate(0.92) contrast(1.08);
}

.nx-hero__shade {
  background:
    linear-gradient(90deg, rgba(3, 15, 27, 0.94) 0%, rgba(3, 19, 34, 0.78) 42%, rgba(3, 19, 34, 0.27) 100%),
    linear-gradient(180deg, rgba(3, 15, 27, 0.18), rgba(3, 15, 27, 0.58));
}

.nx-hero__content {
  padding-top: calc(var(--nx-header-height) + 84px);
}

.nx-kicker {
  letter-spacing: 0.08em;
}

.nx-hero__specialty {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0 18px;
  padding: 9px 14px;
  border: 1px solid rgba(129, 231, 236, .55);
  border-radius: 999px;
  background: rgba(5, 32, 49, .58);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}
.nx-hero__specialty b {
  color: #8ce9ed;
  font-size: 10px;
  letter-spacing: .11em;
}
.nx-hero__specialty span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.nx-hero h1 {
  max-width: 790px;
  font-size: clamp(42px, 5.2vw, 72px);
  letter-spacing: -0.055em;
}

.nx-hero h1 strong {
  color: #e6ffff;
}

.nx-hero__lead {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
}

.nx-button {
  border-radius: 999px;
}

.nx-button--primary {
  color: #061526 !important;
  background: var(--sw-lime);
}

.nx-button--outline {
  border-color: rgba(255, 255, 255, 0.52);
  border-radius: 999px;
}

.nx-hero__capabilities {
  gap: 30px;
  letter-spacing: 0.08em;
}

.sw-network-motion {
  position: absolute;
  inset: var(--nx-header-height) 0 0 48%;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.88;
  mask-image: linear-gradient(90deg, transparent, #000 26%, #000 100%);
}

.sw-network-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(99, 225, 220, 0.86), transparent);
  box-shadow: 0 0 16px rgba(99, 225, 220, 0.7);
  transform-origin: left center;
  animation: sw-line-pulse 4.8s ease-in-out infinite;
}

.sw-network-line--one {
  top: 30%;
  right: 7%;
  left: 2%;
  transform: rotate(-16deg);
}

.sw-network-line--two {
  top: 56%;
  right: 0;
  left: 18%;
  animation-delay: -2.2s;
  transform: rotate(18deg);
}

.sw-network-node {
  position: absolute;
  display: grid;
  grid-template-columns: 11px auto;
  gap: 5px 9px;
  min-width: 154px;
  padding: 12px 14px;
  color: #d8fffb;
  background: rgba(3, 27, 43, 0.7);
  border: 1px solid rgba(99, 225, 220, 0.38);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(2, 12, 22, 0.22);
  backdrop-filter: blur(8px);
  animation: sw-node-float 5.2s ease-in-out infinite;
}

.sw-network-node i {
  grid-row: 1 / 3;
  align-self: center;
  width: 9px;
  height: 9px;
  border: 2px solid var(--sw-cyan);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(99, 225, 220, 0.12), 0 0 18px rgba(99, 225, 220, 0.76);
}

.sw-network-node span {
  color: rgba(216, 255, 251, 0.62);
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.sw-network-node strong {
  color: var(--sw-lime);
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.sw-network-node--gateway {
  top: 22%;
  right: 8%;
}

.sw-network-node--vpn {
  top: 47%;
  right: 28%;
  animation-delay: -1.6s;
}

.sw-network-node--lan {
  right: 5%;
  bottom: 18%;
  animation-delay: -3.1s;
}

.sw-trust-strip {
  color: #d5f3ef;
  background: #0a2c3d;
  border-bottom: 1px solid rgba(99, 225, 220, 0.16);
}

.sw-trust-strip .nx-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
}

.sw-trust-strip p {
  color: rgba(213, 243, 239, 0.74);
  font-size: 13px;
  line-height: 1.7;
}

.sw-trust-strip p strong {
  margin-right: 18px;
  color: var(--sw-lime);
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.sw-trust-strip a {
  flex: 0 0 auto;
  color: var(--sw-cyan);
  font-size: 12px;
  font-weight: 800;
}

.nx-section-heading h2,
.nx-strength__heading h2,
.nx-contact h2 {
  letter-spacing: -0.045em;
}

.nx-section-heading__eyebrow {
  letter-spacing: 0.1em;
}

.nx-intro {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .97), rgba(255, 255, 255, .9)), url("/assets/img/sub/visual_bg03.jpg");
  background-position: center;
  background-size: cover;
}

.nx-stats {
  border-color: var(--sw-line);
}

.nx-stats div {
  border-color: var(--sw-line);
}

.nx-stats strong {
  color: var(--sw-blue);
  letter-spacing: -0.04em;
}

.nx-business {
  background-image: linear-gradient(90deg, rgba(238, 245, 246, .98), rgba(238, 245, 246, .88)), url("/assets/img/sub/visual_bg02.jpg");
  background-position: center right;
  background-size: cover;
}

.sw-business-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nx-business-card {
  padding-top: 160px;
  overflow: hidden;
  border-radius: 12px;
}

.nx-business-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 132px;
  background-position: center;
  background-size: cover;
  content: "";
  opacity: 0.96;
}

.nx-business-card::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 132px;
  background: linear-gradient(180deg, rgba(4, 17, 29, 0.05), rgba(4, 17, 29, 0.66));
  content: "";
}

.sw-business-card--security::before {
  background-image: url("/assets/img/main/visual_slide03.jpg");
}

.sw-business-card--vpn::before {
  background-image: url("/assets/img/main/visual_slide01.jpg");
}

.sw-business-card--network::before {
  background-image: url("/assets/img/sub/visual_bg02.jpg");
}

.sw-business-card--facility::before {
  background-image: url("/assets/img/sub/subviz2-2-3.jpg");
}

.nx-business-card > * {
  position: relative;
  z-index: 1;
}

.sw-business-grid .nx-business-card h3 {
  margin-top: 22px;
}

.nx-business-card--featured {
  background: linear-gradient(145deg, #0b3655, #09253b);
}

.nx-business-card--featured::after {
  background: linear-gradient(180deg, rgba(4, 17, 29, 0.08), rgba(4, 17, 29, 0.76));
}

.sw-sector-grid .nx-case,
.nx-business-card,
.nx-inquiry-form {
  box-shadow: 0 16px 34px rgba(6, 21, 38, 0.05);
}

.nx-solutions {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .88)), url("/assets/img/sub/visual_bg01.jpg");
  background-position: center;
  background-size: cover;
}

.sw-solution-tabs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-color: var(--sw-line);
  border-radius: 8px;
  overflow: hidden;
}

.sw-solution-tabs button {
  transition: color 0.16s ease, background 0.16s ease;
}

.sw-solution-tabs button[aria-selected="true"] {
  color: #061526;
  background: var(--sw-lime);
}

.nx-cases {
  background-image: linear-gradient(90deg, rgba(234, 241, 243, .97), rgba(234, 241, 243, .88)), url("/assets/img/sub/subviz2-1-3.jpg");
  background-position: center;
  background-size: cover;
}

.nx-case {
  border-radius: 12px;
}

.sw-process {
  color: #f2ffff;
  background: linear-gradient(140deg, #061526, #0a2e45);
}

.sw-record-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.sw-record-grid article {
  min-height: 206px;
  padding: 25px 22px 22px;
  border: 1px solid rgba(15, 71, 91, 0.13);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(6, 21, 38, 0.04);
}

.sw-record-grid article > span,
.sw-certifications__label {
  color: #0d9698;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.sw-record-grid article strong {
  display: block;
  margin-top: 25px;
  color: #0a2b40;
  font-size: 18px;
  letter-spacing: -.04em;
}

.sw-record-grid article p {
  margin-top: 12px;
  color: #5d747c;
  font-size: 13px;
  line-height: 1.7;
  word-break: keep-all;
}

.sw-record-years {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
  border-top: 1px solid rgba(15, 71, 91, 0.16);
  border-bottom: 1px solid rgba(15, 71, 91, 0.16);
}

.sw-record-years div {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 16px;
  padding: 21px 20px;
  border-right: 1px solid rgba(15, 71, 91, 0.12);
}

.sw-record-years div:last-child { border-right: 0; }
.sw-record-years b { color: #0b3552; font-family: Arial, sans-serif; font-size: 14px; letter-spacing: .02em; }
.sw-record-years span { color: #60767e; font-size: 12px; line-height: 1.7; word-break: keep-all; }

.sw-profile { background-image: linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .88)), url("/assets/img/sub/visual_bg04.jpg"); background-position: center; background-size: cover; }
.sw-profile__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: 56px; margin-top: 48px; }
.sw-profile__table dl { margin: 0; border-top: 1px solid var(--sw-line); }
.sw-profile__table dl > div { display: grid; grid-template-columns: 145px 1fr; padding: 15px 0; border-bottom: 1px solid var(--sw-line); }
.sw-profile__table dt { color: #6a7e84; font-size: 12px; font-weight: 700; }
.sw-profile__table dd { margin: 0; color: #173b4a; font-size: 14px; line-height: 1.7; word-break: keep-all; }
.sw-profile__table a { color: #087f86; }
.sw-certifications { padding: 29px 30px; border-radius: 12px; background: #edf7f6; }
.sw-certifications ul { display: grid; gap: 0; margin: 22px 0 0; padding: 0; list-style: none; }
.sw-certifications li { position: relative; padding: 12px 0 12px 18px; border-bottom: 1px solid rgba(20, 123, 125, .16); color: #31555e; font-size: 13px; line-height: 1.5; word-break: keep-all; }
.sw-certifications li::before { position: absolute; top: 18px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #0fa3a1; content: ''; }
.sw-certifications__note { margin-top: 21px; color: #668083; font-size: 11px; line-height: 1.7; word-break: keep-all; }

.sw-history { background-image: linear-gradient(90deg, rgba(244, 248, 249, .96), rgba(244, 248, 249, .86)), url("/assets/img/sub/visual_bg03.jpg"); background-position: center; background-size: cover; }
.sw-history__list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 45px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(15, 71, 91, .15); }
.sw-history__list li { min-height: 123px; padding: 22px 22px 18px 0; border-bottom: 1px solid rgba(15, 71, 91, .15); }
.sw-history__list li:nth-child(3n + 2), .sw-history__list li:nth-child(3n + 3) { padding-left: 22px; border-left: 1px solid rgba(15, 71, 91, .12); }
.sw-history__list b { display: block; color: #0c878e; font-family: Arial, sans-serif; font-size: 14px; letter-spacing: .03em; }
.sw-history__list span { display: block; margin-top: 11px; color: #45636b; font-size: 13px; line-height: 1.7; word-break: keep-all; }

.sw-inquiry-note strong { color: #0a656c; font-family: Arial, sans-serif; font-size: 16px; letter-spacing: .02em; }

.sw-process .nx-section-heading h2 {
  color: #fff;
}

.sw-process .nx-section-heading__eyebrow {
  color: var(--sw-cyan);
}

.sw-process .nx-section-heading--row > p {
  color: rgba(231, 255, 252, 0.65);
}

.sw-process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 56px;
  border-top: 1px solid rgba(214, 255, 249, 0.2);
  list-style: none;
}

.sw-process-list li {
  position: relative;
  min-height: 224px;
  padding: 28px 24px 22px 0;
  border-right: 1px solid rgba(214, 255, 249, 0.14);
}

.sw-process-list li + li {
  padding-left: 24px;
}

.sw-process-list li:last-child {
  border-right: 0;
}

.sw-process-list li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #061526;
  background: var(--sw-lime);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
}

.sw-process-list strong {
  display: block;
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  word-break: keep-all;
}

.sw-process-list p {
  margin-top: 12px;
  color: rgba(231, 255, 252, 0.58);
  font-size: 13px;
  line-height: 1.7;
  word-break: keep-all;
}

.sw-inquiry {
  background-image: linear-gradient(90deg, rgba(246, 251, 251, .98), rgba(246, 251, 251, .9)), url("/assets/img/sub/visual_bg01.jpg");
  background-position: center;
  background-size: cover;
}

.sw-inquiry .nx-section-heading__eyebrow {
  color: #0c8d90;
}

.sw-inquiry h2 {
  color: #0b2c3e;
}

.nx-inquiry-guide > p:not(.nx-overline) {
  color: #5f7680;
}

.sw-inquiry-checklist {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--sw-line);
  list-style: none;
}

.sw-inquiry-checklist li {
  position: relative;
  padding: 16px 0 16px 25px;
  border-bottom: 1px solid var(--sw-line);
  color: #37525e;
  font-size: 13px;
  line-height: 1.55;
  word-break: keep-all;
}

.sw-inquiry-checklist li::before {
  position: absolute;
  top: 23px;
  left: 3px;
  width: 7px;
  height: 7px;
  background: #0da3a0;
  border-radius: 50%;
  content: "";
}

.sw-inquiry-note {
  margin-top: 26px;
  padding: 17px 18px;
  background: #e5f7f4;
  border-left: 3px solid #12a8a0;
}

.sw-inquiry-note span {
  color: #0b8f8d;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.sw-inquiry-note p {
  margin-top: 7px;
  color: #44636a;
  font-size: 12px;
  line-height: 1.7;
}

.nx-inquiry-form {
  border-color: #d6e5e7;
  border-radius: 12px;
  background: #fff;
}

.nx-form-heading h3 {
  color: #133846;
  font-size: 28px;
}

.nx-inquiry-form input,
.nx-inquiry-form select,
.nx-inquiry-form textarea {
  border-radius: 6px;
  border-color: #ccdde0;
  background: #fbfdfd;
}

.nx-inquiry-form input:focus,
.nx-inquiry-form select:focus,
.nx-inquiry-form textarea:focus {
  border-color: #13a6a5;
  box-shadow: 0 0 0 3px rgba(19, 166, 165, 0.12);
}

.nx-footer {
  background: #04111d;
}

@keyframes sw-line-pulse {
  0%, 100% { opacity: 0.18; transform: scaleX(0.76) rotate(-16deg); }
  50% { opacity: 0.9; transform: scaleX(1) rotate(-16deg); }
}

@keyframes sw-node-float {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.62; }
  50% { transform: translate3d(0, -8px, 0); opacity: 1; }
}

@media (max-width: 1100px) {
  .sw-network-motion {
    left: 52%;
  }

  .sw-business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sw-record-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sw-profile__grid { grid-template-columns: 1fr; gap: 32px; }

  .sw-process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
  }

  .sw-process-list li:nth-child(3) {
    border-right: 0;
  }

  .sw-process-list li:nth-child(n + 4) {
    border-top: 1px solid rgba(214, 255, 249, 0.14);
    padding-top: 28px;
  }
}

@media (max-width: 720px) {
  .nx-shell {
    width: min(calc(100% - 36px), var(--nx-shell));
  }

  .nx-hero {
    min-height: 690px;
  }

  .nx-hero__media {
    background-position: 68% center;
  }

  .nx-hero__shade {
    background: linear-gradient(90deg, rgba(3, 15, 27, 0.94), rgba(3, 15, 27, 0.68));
  }

  .nx-hero__content {
    padding-top: calc(var(--nx-header-height) + 62px);
    padding-bottom: 120px;
  }

  .nx-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .nx-hero__lead {
    font-size: 15px;
  }

  .nx-hero__specialty {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    margin-top: 18px;
    border-radius: 14px;
  }

  .nx-hero__actions {
    flex-wrap: wrap;
  }

  .nx-hero__capabilities {
    right: 18px;
    bottom: 27px;
    left: 18px;
    flex-wrap: wrap;
    gap: 8px 24px;
    line-height: 1.5;
  }

  .sw-network-motion {
    inset: var(--nx-header-height) 0 0 0;
    opacity: 0.34;
    mask-image: linear-gradient(90deg, transparent, #000 20%, #000 100%);
  }

  .sw-business-grid,
  .sw-solution-tabs {
    grid-template-columns: 1fr;
  }

  .sw-record-grid,
  .sw-history__list,
  .sw-record-years { grid-template-columns: 1fr; }
  .sw-record-years div { grid-template-columns: 1fr 1.4fr; border-right: 0; border-bottom: 1px solid rgba(15, 71, 91, .12); }
  .sw-record-years div:last-child { border-bottom: 0; }
  .sw-history__list li,
  .sw-history__list li:nth-child(3n + 2),
  .sw-history__list li:nth-child(3n + 3) { min-height: 0; padding: 18px 0; border-left: 0; }
  .sw-profile__table dl > div { grid-template-columns: 110px 1fr; }

  .sw-network-node--vpn {
    right: 11%;
  }

  .sw-network-node--gateway {
    top: 18%;
    right: 5%;
  }

  .sw-trust-strip .nx-shell {
    display: grid;
    gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sw-trust-strip p strong {
    display: block;
    margin: 0 0 5px;
  }

  .sw-process-list {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .sw-process-list li,
  .sw-process-list li + li,
  .sw-process-list li:nth-child(n + 4) {
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(214, 255, 249, 0.14);
  }

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

  .sw-process-list strong {
    display: inline-block;
    margin: 0 0 0 13px;
    vertical-align: middle;
  }

  .sw-process-list p {
    margin-top: 12px;
  }
}

/* ICT maintenance and performance inspection service detail */
.sw-maintenance {
  position: relative;
  overflow: hidden;
  color: #eefbff;
  background: linear-gradient(135deg, rgba(5, 20, 37, .98), rgba(8, 51, 72, .96)), url("/assets/img/sub/visual_bg03.jpg") center / cover;
}
.sw-maintenance::before {
  content: "ICT MAINTENANCE SPECIALIST";
  display: block;
  max-width: 1180px;
  margin: 0 auto -18px;
  padding: 38px 28px 0;
  color: #71d7df;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}
.sw-maintenance .nx-section-heading h2 {
  color: #fff;
}
.sw-maintenance .nx-section-heading--row > p {
  color: rgba(233, 250, 255, .72);
}
.sw-maintenance__highlights,
.sw-maintenance__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}
.sw-maintenance__highlights article,
.sw-maintenance__columns article {
  padding: 26px;
  border: 1px solid #d6e4e9;
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 28px rgba(10, 50, 68, .06);
}
.sw-maintenance__highlights article span,
.sw-maintenance__column-head span {
  display: block;
  color: #0b78b5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}
.sw-maintenance__highlights h3 {
  margin: 14px 0 9px;
  color: #123c5a;
  font-size: 20px;
}
.sw-maintenance__highlights p,
.sw-maintenance__columns li,
.sw-maintenance__workflow span,
.sw-maintenance__legal {
  color: #5f7480;
  font-size: 13px;
  line-height: 1.7;
}
.sw-maintenance__workflow {
  border-color: rgba(214, 245, 250, .25);
}
.sw-maintenance__workflow > div {
  border-color: rgba(214, 245, 250, .18);
}
.sw-maintenance__workflow strong {
  color: #fff;
}
.sw-maintenance__workflow span,
.sw-maintenance__legal {
  color: rgba(233, 250, 255, .68);
}
.sw-maintenance__columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sw-maintenance__columns article {
  background: #0b2941;
  border-color: #164963;
}
.sw-maintenance__column-head strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 21px;
}
.sw-maintenance__columns ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.sw-maintenance__columns li {
  position: relative;
  padding: 10px 0 10px 18px;
  border-top: 1px solid rgba(217, 245, 251, .14);
  color: rgba(238, 250, 253, .78);
}
.sw-maintenance__columns li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #61d1d8;
}
.sw-maintenance__workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  padding: 24px 0;
  border-top: 1px solid #cbdde3;
  border-bottom: 1px solid #cbdde3;
}
.sw-maintenance__workflow > div {
  padding: 0 20px;
  border-right: 1px solid #d9e5e9;
}
.sw-maintenance__workflow > div:first-child { padding-left: 0; }
.sw-maintenance__workflow > div:last-child { border-right: 0; }
.sw-maintenance__workflow b {
  display: block;
  color: #0b78b5;
  font-size: 11px;
  letter-spacing: .1em;
}
.sw-maintenance__workflow strong {
  display: block;
  margin: 10px 0 6px;
  color: #123c5a;
  font-size: 16px;
}
.sw-maintenance__note {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding: 20px 22px;
  border-radius: 14px;
  background: #e4f4f5;
  color: #19465a;
}
.sw-maintenance__note strong { white-space: nowrap; }
.sw-maintenance__note span { flex: 1 1 auto; font-size: 13px; line-height: 1.6; }
.sw-maintenance__note .nx-button { white-space: nowrap; }
.sw-maintenance__legal { margin: 14px 0 0; font-size: 11px; }

@media (max-width: 760px) {
  .sw-maintenance::before { padding: 28px 20px 0; }
  .sw-maintenance__highlights,
  .sw-maintenance__columns,
  .sw-maintenance__workflow { grid-template-columns: 1fr; }
  .sw-maintenance__workflow > div,
  .sw-maintenance__workflow > div:first-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid #d9e5e9; }
  .sw-maintenance__workflow > div:last-child { border-bottom: 0; }
  .sw-maintenance__note { align-items: flex-start; flex-direction: column; }
  .sw-maintenance__note .nx-button { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .sw-network-line,
  .sw-network-node {
    animation: none;
  }
}
