.nws-hero {
  position: relative;
  min-height: 100vh;
  padding: 150px 0 80px;
  background: radial-gradient(circle at 82% 12%, rgba(10,102,255,.14), transparent 32rem), linear-gradient(180deg,#fff,#f7f8fa);
}

.nws-hero__grid,
.nws-split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 46px;
  align-items: center;
}

.nws-split--wide {
  grid-template-columns: .82fr 1.18fr;
}

.nws-hero__copy p,
.nws-page-hero p {
  max-width: 680px;
}

.nws-product-card,
.nws-chat-card,
.nws-mini-invoice,
.nws-delivery-map,
.nws-card {
  border: 1px solid var(--nws-line);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--nws-shadow);
  overflow: hidden;
}

.nws-browser-bar {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-bottom: 1px solid var(--nws-line);
}

.nws-browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
}

.nws-browser-bar b {
  margin-left: auto;
}

.nws-architecture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
  background: radial-gradient(circle at 80% 0%, rgba(10,102,255,.12), transparent 22rem), #fff;
}

.nws-architecture-grid article {
  min-height: 160px;
  border: 1px solid var(--nws-line);
  border-radius: 24px;
  padding: 18px;
  background: #f8fbff;
}

.nws-architecture-grid span,
.nws-system-rail span,
.nws-process span,
.nws-ai-tools span {
  color: var(--nws-blue);
  font-weight: 900;
}

.nws-architecture-grid b {
  display: block;
  margin-top: 16px;
  font-size: 24px;
  letter-spacing: -.04em;
}

.nws-architecture-grid small {
  display: block;
  margin-top: 8px;
  color: #64748b;
  line-height: 1.55;
}

.nws-section,
.nws-page-hero,
.nws-final {
  padding: 110px 0;
}

.nws-page-hero {
  padding-top: 160px;
  background: linear-gradient(180deg,#fff,#f7f8fa);
}

.nws-soft {
  background: #f7f8fa;
}

.nws-deep {
  background: #07111f;
  color: #fff;
}

.nws-section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.nws-service-list,
.nws-system-rail,
.nws-case-grid,
.nws-ai-tools,
.nws-process,
.nws-pricing {
  display: grid;
  gap: 16px;
}

.nws-service-list,
.nws-case-grid,
.nws-ai-tools {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

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

.nws-service-list a,
.nws-ai-tools article,
.nws-pricing article,
.nws-faq details {
  border: 1px solid var(--nws-line);
  border-radius: 28px;
  background: #fff;
  padding: 24px;
}

.nws-service-list a {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}

.nws-service-list a:hover {
  transform: translateY(-4px);
  box-shadow: var(--nws-shadow);
}

.nws-service-list small {
  margin-top: auto;
  color: #334155;
  font-weight: 800;
}

.nws-problem-list {
  display: grid;
  gap: 12px;
}

.nws-problem-list p {
  margin: 0;
  border-left: 3px solid var(--nws-blue);
  border-radius: 0 18px 18px 0;
  background: #fff;
  padding: 16px 18px;
}

.nws-system-rail article,
.nws-case-grid article {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: rgba(255,255,255,.05);
  padding: 26px;
}

.nws-case-grid span,
.nws-case-grid small {
  color: #8ec5ff;
  font-weight: 900;
}

.nws-delivery-map {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
  padding: 28px;
  background: radial-gradient(circle at 50% 50%, rgba(10,102,255,.18), transparent 0 22%, transparent 64%), #07111f;
  color: #fff;
}

.nws-delivery-map__core {
  display: grid;
  width: 118px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #07111f;
  font-size: 38px;
  font-weight: 950;
  letter-spacing: -.08em;
  box-shadow: 0 26px 90px rgba(10,102,255,.32);
}

.nws-delivery-map__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.nws-delivery-map__body span {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  padding: 9px 12px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  font-weight: 800;
}

.nws-chat-card {
  padding: 28px;
}

.nws-chat-card .bot,
.nws-chat-card .user {
  max-width: 82%;
  border-radius: 22px;
  padding: 14px 16px;
}

.nws-chat-card .bot {
  background: var(--nws-soft);
}

.nws-chat-card .user {
  margin-left: auto;
  background: var(--nws-blue);
  color: #fff;
}

.nws-process article {
  border-top: 1px solid var(--nws-line);
  padding-top: 20px;
}

.nws-pricing strong,
.nws-mini-invoice strong {
  display: block;
  margin: 14px 0;
  font-size: 26px;
  letter-spacing: -.05em;
}

.nws-mini-invoice {
  padding: 34px;
}

.nws-mini-invoice b {
  display: block;
  font-size: 54px;
  letter-spacing: -.08em;
}

.nws-mini-invoice strong {
  font-size: 38px;
}

.nws-faq {
  display: grid;
  gap: 12px;
  max-width: 880px;
}

.nws-faq summary {
  cursor: pointer;
  font-weight: 900;
}

.nws-article {
  max-width: 850px;
}

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

.nws-form label {
  display: grid;
  gap: 8px;
  color: #334155;
  font-weight: 850;
}

.nws-form input,
.nws-form select,
.nws-form textarea {
  width: 100%;
  border: 1px solid var(--nws-line);
  border-radius: 16px;
  background: #fff;
  padding: 13px 14px;
}

.nws-form input:focus,
.nws-form select:focus,
.nws-form textarea:focus {
  outline: 3px solid rgba(10,102,255,.18);
  border-color: var(--nws-blue);
}

.nws-form .wide,
.nws-form-status {
  grid-column: 1 / -1;
}

.nws-hp {
  position: absolute;
  left: -9999px;
}

.nws-form-status {
  margin: 0;
  font-weight: 800;
}

.nws-contact-card a {
  color: var(--nws-blue);
  font-weight: 800;
}

.nws-final {
  background: #07111f;
  color: #fff;
}
