:root {
  --ns-red: #d80c18;
  --ns-red-dark: #b90913;
  --ns-ink: #282d35;
  --ns-text: #242a31;
  --ns-muted: #696f78;
  --ns-soft: #f6f9fb;
  --ns-border: #e3e7ec;
  --ns-white: #ffffff;
  --ns-max: 1200px;
  --ns-wide: 1440px;
}

.new-service-page {
  background: var(--ns-white);
  color: var(--ns-text);
  font-family: "Blinker", Arial, sans-serif;
  line-height: 1.45;
  overflow: hidden;
}

body .site-main.new-service-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.new-service-page * {
  box-sizing: border-box;
}

.new-service-page a {
  color: inherit;
}

body.page-id-6804 .elementor-location-header .primary-menu {
  background: #fff !important;
  box-shadow: 0 1px 0 rgba(227, 231, 236, 0.9) !important;
}

body.page-id-6804 .elementor-location-header .light-logo {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

body.page-id-6804 .elementor-location-header .dark-logo {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.page-id-6804 .elementor-location-header .e-n-menu-title-text,
body.page-id-6804 .elementor-location-header .e-n-menu-title-container,
body.page-id-6804 .elementor-location-header .e-n-menu-dropdown-icon,
body.page-id-6804 .elementor-location-header .e-n-menu-toggle {
  color: var(--ns-ink) !important;
}

body.page-id-6804 .elementor-location-header .e-n-menu-title:hover .e-n-menu-title-text,
body.page-id-6804 .elementor-location-header .e-n-menu-title:focus-within .e-n-menu-title-text {
  color: var(--ns-red) !important;
}

body.page-id-6804 .elementor-location-header .e-n-menu-toggle svg {
  fill: var(--ns-ink) !important;
}

.ns-inner {
  width: min(var(--ns-max), calc(100% - 48px));
  margin: 0 auto;
}

.ns-section {
  padding: 96px 0;
}

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

.ns-section--dark {
  background: var(--ns-ink);
  color: var(--ns-white);
}

.ns-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  isolation: isolate;
  color: var(--ns-white);
  background: var(--ns-ink);
}

.ns-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(90deg, rgba(18, 22, 29, 0.92) 0%, rgba(18, 22, 29, 0.76) 46%, rgba(18, 22, 29, 0.38) 100%), var(--hero-image);
  background-position: center;
  background-size: cover;
}

.ns-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(40, 45, 53, 0), rgba(40, 45, 53, 0.62));
}

.ns-hero__body {
  max-width: 780px;
  padding: 150px 0 150px;
}

.ns-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #ffb2b7;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ns-eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--ns-red);
}

.ns-hero h1,
.ns-h1 {
  margin: 0;
  color: var(--ns-white);
  font-size: 56px;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
}

.ns-hero__lede {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
}

.ns-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.ns-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: var(--ns-red);
  color: var(--ns-white);
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ns-button:hover,
.ns-button:focus {
  background: var(--ns-red-dark);
  color: var(--ns-white);
}

.ns-button--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.62);
}

.ns-button--ghost:hover,
.ns-button--ghost:focus {
  background: var(--ns-white);
  border-color: var(--ns-white);
  color: var(--ns-ink);
}

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

.ns-button--light:hover,
.ns-button--light:focus {
  background: #eef2f6;
  color: var(--ns-ink);
}

.ns-proof {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(var(--ns-max), calc(100% - 48px));
  transform: translate(-50%, 50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(18, 22, 29, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.ns-proof__item {
  min-height: 112px;
  padding: 26px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.ns-proof__item:last-child {
  border-right: 0;
}

.ns-proof strong {
  display: block;
  color: var(--ns-white);
  font-family: "Rajdhani", "Blinker", Arial, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}

.ns-proof span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.ns-after-hero {
  padding-top: 150px;
}

.ns-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 48px;
}

.ns-kicker {
  margin: 0 0 16px;
  color: var(--ns-red);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ns-section h2,
.ns-h2 {
  margin: 0;
  color: var(--ns-ink);
  font-size: 46px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
}

.ns-section--dark h2,
.ns-section--dark .ns-h2 {
  color: var(--ns-white);
}

.ns-section-head p,
.ns-intro {
  margin: 0;
  color: var(--ns-muted);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.55;
}

.ns-section--dark .ns-section-head p,
.ns-section--dark .ns-intro {
  color: rgba(255, 255, 255, 0.75);
}

.ns-grid {
  display: grid;
  gap: 24px;
}

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

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

.ns-card {
  min-height: 100%;
  padding: 30px;
  background: var(--ns-white);
  border: 1px solid var(--ns-border);
  border-radius: 6px;
}

.ns-card--line {
  border-top: 4px solid var(--ns-ink);
}

.ns-card--red {
  border-left: 4px solid var(--ns-red);
}

.ns-card__num {
  display: block;
  margin-bottom: 18px;
  color: var(--ns-red);
  font-family: "Rajdhani", "Blinker", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.ns-card h3,
.ns-card h4 {
  margin: 0;
  color: var(--ns-ink);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.18;
}

.ns-card p {
  margin: 14px 0 0;
  color: var(--ns-muted);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}

.ns-card ul,
.ns-checklist {
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.ns-card li,
.ns-checklist li {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
  color: var(--ns-muted);
  font-size: 16px;
  line-height: 1.45;
}

.ns-card li::before,
.ns-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  background: var(--ns-red);
}

.ns-system {
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.ns-system h3 {
  margin: 0;
  color: var(--ns-white);
  font-size: 30px;
  font-weight: 600;
}

.ns-system p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.5;
}

.ns-map {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.ns-map--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ns-map--6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ns-map__node {
  position: relative;
  min-height: 130px;
  padding: 22px 18px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
}

.ns-map__node::after {
  content: "";
  position: absolute;
  right: -19px;
  top: 50%;
  width: 20px;
  height: 2px;
  background: var(--ns-red);
}

.ns-map__node:last-child::after {
  display: none;
}

.ns-map__label {
  display: block;
  color: #ffb2b7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ns-map__node strong {
  display: block;
  margin-top: 12px;
  color: var(--ns-white);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
}

.ns-map__node span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.4;
}

.ns-layers {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.ns-layer {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 24px;
  align-items: center;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid var(--ns-red);
  border-radius: 6px;
}

.ns-layer strong {
  color: var(--ns-white);
  font-size: 21px;
}

.ns-layer span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.ns-hub-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.ns-hub-group {
  background: var(--ns-white);
  border: 1px solid var(--ns-border);
  border-radius: 6px;
  overflow: hidden;
}

.ns-hub-group__head {
  padding: 24px;
  background: var(--ns-ink);
  color: var(--ns-white);
}

.ns-hub-group__head h2,
.ns-hub-group__head h3 {
  margin: 0;
  color: var(--ns-white);
  font-size: 24px;
  line-height: 1.15;
}

.ns-hub-group__head p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.ns-hub-link {
  display: block;
  padding: 20px 24px;
  border-top: 1px solid var(--ns-border);
  text-decoration: none;
}

.ns-hub-link,
.ns-hub-link *,
.ns-related a,
.ns-related a * {
  text-decoration: none !important;
}

.ns-hub-link strong {
  display: block;
  color: var(--ns-ink);
  font-size: 17px;
  font-weight: 600;
}

.ns-hub-link span {
  display: block;
  margin-top: 6px;
  color: var(--ns-muted);
  font-size: 14px;
  line-height: 1.4;
}

.ns-hub-link:hover strong,
.ns-hub-link:focus strong {
  color: var(--ns-red);
}

.ns-process {
  counter-reset: ns-step;
}

.ns-process .ns-card {
  position: relative;
  padding-top: 72px;
}

.ns-process .ns-card::before {
  counter-increment: ns-step;
  content: counter(ns-step, decimal-leading-zero);
  position: absolute;
  left: 30px;
  top: 28px;
  color: var(--ns-red);
  font-family: "Rajdhani", "Blinker", Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.ns-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.ns-matrix__cell {
  padding: 26px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.ns-matrix__cell strong {
  display: block;
  color: #ffb2b7;
  font-size: 24px;
}

.ns-matrix__cell span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
}

.ns-related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ns-related a {
  display: block;
  min-height: 150px;
  padding: 26px;
  border: 1px solid var(--ns-border);
  border-radius: 6px;
  background: var(--ns-white);
  text-decoration: none;
}

.ns-related strong {
  display: block;
  color: var(--ns-ink);
  font-size: 21px;
  font-weight: 600;
}

.ns-related span {
  display: block;
  margin-top: 10px;
  color: var(--ns-muted);
  font-size: 15px;
  line-height: 1.45;
}

.ns-related em {
  display: inline-block;
  margin-top: 18px;
  color: var(--ns-red);
  font-style: normal;
  font-weight: 600;
}

.ns-related a:hover strong,
.ns-related a:focus strong {
  color: var(--ns-red);
}

.ns-faq {
  display: grid;
  gap: 14px;
}

.ns-faq details {
  border: 1px solid var(--ns-border);
  border-radius: 6px;
  background: var(--ns-white);
}

.ns-faq summary {
  cursor: pointer;
  padding: 22px 26px;
  color: var(--ns-ink);
  font-size: 20px;
  font-weight: 600;
  list-style: none;
}

.ns-faq summary::-webkit-details-marker {
  display: none;
}

.ns-faq summary::after {
  content: "+";
  float: right;
  color: var(--ns-red);
  font-family: "Rajdhani", "Blinker", Arial, sans-serif;
  font-size: 28px;
  line-height: 0.8;
}

.ns-faq details[open] summary::after {
  content: "-";
}

.ns-faq p {
  margin: 0;
  padding: 0 26px 24px;
  color: var(--ns-muted);
  font-size: 17px;
  line-height: 1.55;
}

.ns-cta {
  padding: 78px 0;
  background: var(--ns-ink);
  color: var(--ns-white);
}

.ns-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.ns-cta h2 {
  margin: 0;
  color: var(--ns-white);
  font-size: 42px;
  line-height: 1.1;
}

.ns-cta p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 19px;
}

.ns-page-note {
  margin-top: 30px;
  color: var(--ns-muted);
  font-size: 15px;
}

.shinetech-mega-services {
  width: min(1220px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 30px 0 34px;
  display: grid;
  grid-template-columns: minmax(210px, 0.8fr) repeat(4, minmax(170px, 1fr));
  gap: 28px;
  font-family: "Blinker", Arial, sans-serif;
}

.shinetech-mega-services__intro {
  padding: 22px;
  background: #f6f9fb;
  border-left: 4px solid var(--ns-red);
}

.shinetech-mega-services__intro strong {
  display: block;
  color: var(--ns-ink);
  font-size: 20px;
  line-height: 1.18;
}

.shinetech-mega-services__intro p {
  margin: 10px 0 18px;
  color: var(--ns-muted);
  font-size: 14px;
  line-height: 1.45;
}

.shinetech-mega-services__intro a,
.shinetech-mega-services__group a {
  text-decoration: none;
}

.shinetech-mega-services__intro a {
  color: var(--ns-red);
  font-weight: 700;
}

.shinetech-mega-services__group h3 {
  margin: 0 0 14px;
  color: var(--ns-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shinetech-mega-services__group a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #edf0f3;
}

.shinetech-mega-services__group strong {
  display: block;
  color: var(--ns-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.shinetech-mega-services__group span {
  display: block;
  margin-top: 4px;
  color: var(--ns-muted);
  font-size: 13px;
  line-height: 1.32;
}

.shinetech-mega-services__group a:hover strong,
.shinetech-mega-services__group a:focus strong {
  color: var(--ns-red);
}

@media (max-width: 1180px) {
  .ns-grid--4,
  .ns-hub-tiles,
  .shinetech-mega-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ns-map--5,
  .ns-map--6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ns-map__node::after {
    display: none;
  }
}

@media (max-width: 903px) {
  .ns-section {
    padding: 72px 0;
  }

  .ns-inner {
    width: min(100% - 32px, var(--ns-max));
  }

  .ns-hero {
    min-height: 0;
    display: block;
  }

  .ns-hero__body {
    padding: 128px 0 116px;
  }

  .ns-hero h1,
  .ns-h1 {
    font-size: 38px;
  }

  .ns-hero__lede {
    font-size: 19px;
  }

  .ns-actions,
  .ns-cta .ns-actions {
    width: 100%;
  }

  .ns-button {
    width: 100%;
  }

  .ns-proof {
    position: static;
    width: min(100% - 32px, var(--ns-max));
    transform: none;
    margin: -58px auto 0;
    grid-template-columns: 1fr;
  }

  .ns-proof__item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .ns-proof__item:last-child {
    border-bottom: 0;
  }

  .ns-after-hero {
    padding-top: 72px;
  }

  .ns-section-head,
  .ns-cta__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ns-section h2,
  .ns-h2,
  .ns-cta h2 {
    font-size: 34px;
  }

  .ns-grid--3,
  .ns-grid--4,
  .ns-hub-tiles,
  .ns-related,
  .ns-map--5,
  .ns-map--6,
  .ns-matrix,
  .shinetech-mega-services {
    grid-template-columns: 1fr;
  }

  .ns-system {
    padding: 28px 20px;
  }

  .ns-layer {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ns-card,
  .ns-related a {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .ns-hero h1,
  .ns-h1 {
    font-size: 34px;
  }

  .ns-section h2,
  .ns-h2,
  .ns-cta h2 {
    font-size: 30px;
  }

  .ns-section-head p,
  .ns-intro {
    font-size: 18px;
  }
}
