:root {
  --nr-bg: #07111f;
  --nr-bg-soft: #0c1728;
  --nr-panel: rgba(12, 22, 38, 0.72);
  --nr-panel-strong: rgba(10, 18, 32, 0.92);
  --nr-panel-light: rgba(255, 255, 255, 0.04);
  --nr-border: rgba(255, 255, 255, 0.08);
  --nr-border-strong: rgba(255, 255, 255, 0.12);
  --nr-text: #ecf3ff;
  --nr-text-soft: #9eb0ca;
  --nr-text-muted: #6e7f99;
  --nr-primary: #4c7dff;
  --nr-primary-2: #6aa8ff;
  --nr-success: #35d07f;
  --nr-warning: #ffb84d;
  --nr-danger: #ff5f7a;
  --nr-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  --nr-shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.22);
  --nr-radius-xl: 28px;
  --nr-radius-lg: 22px;
  --nr-radius-md: 18px;
  --nr-radius-sm: 14px;
  --nr-container: 1280px;
  --nr-transition: all 0.28s ease;
}

html {
  scroll-behavior: smooth;
}

body.noderuner-theme {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(76, 125, 255, 0.18), transparent 28%),
    radial-gradient(circle at right center, rgba(51, 128, 255, 0.1), transparent 26%),
    linear-gradient(180deg, #030c18 0%, #05101d 100%);
  color: var(--nr-text);
  font-family: "Inter", "Montserrat", sans-serif;
}

body.noderuner-theme p,
body.noderuner-theme li,
body.noderuner-theme a,
body.noderuner-theme span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.noderuner-theme a {
  color: inherit;
  text-decoration: none;
  transition: var(--nr-transition);
}

body.noderuner-theme img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: var(--nr-container);
  position: relative;
  z-index: 2;
}

.nr-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.nr-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(100px);
  opacity: 0.4;
}

.nr-glow-one {
  width: 320px;
  height: 320px;
  top: 80px;
  left: -60px;
  background: rgba(76, 125, 255, 0.32);
}

.nr-glow-two {
  width: 320px;
  height: 320px;
  top: 180px;
  right: -80px;
  background: rgba(40, 120, 255, 0.18);
}

.nr-grid {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.12) 1px, transparent 1px);
  background-size: 34px 34px;
}

/* Header */
.nr-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 18px 16px 0;
  background:
    linear-gradient(180deg, rgba(4, 10, 18, 0.78) 0%, rgba(4, 10, 18, 0.18) 72%, rgba(4, 10, 18, 0) 100%);
  backdrop-filter: blur(6px);
  transition: all 0.28s ease;
}

.nr-nav-shell {
  max-width: var(--nr-container);
  margin: 0 auto;
  padding: 14px 20px;
  border: 1px solid var(--nr-border);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(10, 18, 32, 0.88) 0%, rgba(7, 14, 26, 0.82) 100%);
  backdrop-filter: blur(16px);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.04);
  transition: all 0.28s ease;
}

.nr-nav-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(76, 125, 255, 0.1), transparent 28%, transparent 72%, rgba(106, 168, 255, 0.08));
  opacity: 0.9;
}

.nr-nav-shell::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(76, 125, 255, 0.16), transparent 70%);
  pointer-events: none;
}

.nr-header.is-scrolled {
  padding-top: 12px;
}

.nr-header.is-scrolled .nr-nav-shell {
  background:
    linear-gradient(180deg, rgba(8, 15, 28, 0.94) 0%, rgba(7, 13, 23, 0.9) 100%) !important;
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255,255,255,0.05) !important;
}

.main-logo img {
  max-height: 54px;
  width: auto;
}

.nr-logo-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 6px 0;
}

.nr-logo-wrap img {
  transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.22));
}

.nr-logo-wrap:hover img {
  transform: translateY(-1px) scale(1.01);
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.28));
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.menu-list {
  gap: 8px;
  align-items: center;
}

.menu-list .menu-item {
  margin: 0 4px;
  position: relative;
}

.menu-list .item-anchor {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--nr-text-soft);
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(8px);
  letter-spacing: 0.01em;
}

.menu-list .item-anchor:hover,
.menu-list .item-anchor.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

.menu-list .item-anchor::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--nr-primary), var(--nr-primary-2));
  box-shadow: 0 0 16px rgba(76, 125, 255, 0.35);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s ease;
  opacity: 0.95;
}

.menu-list .item-anchor:hover::before,
.menu-list .item-anchor.active::before {
  transform: scaleX(1);
}

.nr-nav-buttons {
  gap: 12px;
  align-items: center;
  margin-left: 24px;
}

.nr-toggler {
  border: 1px solid var(--nr-border);
  border-radius: 14px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  box-shadow: none !important;
}

.nr-toggler iconify-icon {
  font-size: 24px;
}

.nr-offcanvas {
  background: rgba(8, 16, 28, 0.96);
  backdrop-filter: blur(18px);
  color: #fff;
  border-left: 1px solid rgba(255,255,255,0.08);
  box-shadow: -20px 0 50px rgba(0, 0, 0, 0.35);
}

.nr-offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 22px 20px 16px;
}

.nr-offcanvas .offcanvas-body {
  padding: 18px 20px 24px;
}

/* Buttons */
.nr-btn,
.btn.nr-btn,
.btn-linear.nr-btn-primary,
.btn-outline-linear.nr-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 20px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: var(--nr-transition);
  text-decoration: none;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}

.nr-btn span {
  position: relative;
  z-index: 2;
}

.nr-btn::before,
.nr-service-link::before,
.btn-linear.nr-btn-primary::before,
.btn-outline-linear.nr-btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 90%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.16),
    transparent
  );
  transition: left 0.55s ease;
}

.nr-btn:hover::before,
.nr-service-link:hover::before,
.btn-linear.nr-btn-primary:hover::before,
.btn-outline-linear.nr-btn-secondary:hover::before {
  left: 130%;
}

.nr-btn-solid,
.btn-linear.nr-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--nr-primary), #2f6df6);
  box-shadow:
    0 14px 34px rgba(47, 109, 246, 0.3),
    inset 0 1px 0 rgba(255,255,255,0.12);
}

.nr-btn-solid:hover,
.btn-linear.nr-btn-primary:hover {
  transform: translateY(-2px);
  color: #fff !important;
  box-shadow: 0 18px 38px rgba(47, 109, 246, 0.38);
}

.nr-btn-outline,
.btn-outline-linear.nr-btn-secondary {
  color: var(--nr-text) !important;
  border-color: var(--nr-border-strong);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
}

.nr-btn-outline:hover,
.btn-outline-linear.nr-btn-secondary:hover {
  transform: translateY(-2px);
  color: #fff !important;
  border-color: rgba(76, 125, 255, 0.4);
  background: rgba(76, 125, 255, 0.08);
}

/* Hero */
.nr-hero-section {
  position: relative;
  z-index: 2;
  padding: 72px 0 32px;
}

.nr-overline {
  display: inline-block;
  margin-bottom: 18px;
  color: #7ea8ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nr-hero-title {
  margin: 0 0 18px;
  font-size: clamp(42px, 7vw, 74px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.03em;
  max-width: 760px;
  background: linear-gradient(180deg, #ffffff 0%, #dfe7ff 55%, #b6c8e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nr-hero-text,
.nr-hero-subtext {
  margin: 0;
  max-width: 760px;
  color: var(--nr-text-soft);
  font-size: 16px;
  line-height: 1.8;
}

.nr-hero-subtext {
  margin-top: 14px;
}

.nr-hero-actions {
  margin-top: 28px;
}

.nr-hero-chips {
  margin-top: 24px;
}

.nr-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--nr-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--nr-text);
  font-size: 13px;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nr-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.nr-hero-side-card {
  position: relative;
  padding: 28px;
  border: 1px solid var(--nr-border);
  border-radius: var(--nr-radius-xl);
  background: linear-gradient(180deg, rgba(12, 22, 38, 0.86), rgba(7, 14, 26, 0.94));
  backdrop-filter: blur(22px);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.03);
  overflow: hidden;
  isolation: isolate;
}

.nr-hero-side-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(76, 125, 255, 0.2), transparent 68%);
  top: -70px;
  right: -70px;
  pointer-events: none;
  z-index: 0;
}

.nr-hero-side-card > * {
  position: relative;
  z-index: 1;
}

.nr-side-card-header h3 {
  margin: 12px 0 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
}

.nr-side-badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(76, 125, 255, 0.12);
  border: 1px solid rgba(76, 125, 255, 0.24);
  color: #b9ccff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nr-side-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.nr-side-stat {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.035);
}

.nr-side-stat span {
  display: block;
  color: var(--nr-text-soft);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nr-side-stat strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.nr-side-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.nr-side-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--nr-border);
  color: var(--nr-text-soft);
  font-size: 13px;
  font-weight: 600;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.nr-side-links a:hover {
  color: #fff;
  border-color: rgba(76, 125, 255, 0.34);
  background: rgba(76, 125, 255, 0.08);
  transform: translateY(-1px);
}

/* Sections */
.nr-section {
  position: relative;
  z-index: 2;
  padding: 38px 0 42px;
}

.nr-section-title {
  margin-bottom: 30px;
}

.nr-section-title h2,
.subscribe-title.light {
  margin: 0 0 12px;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #ffffff 0%, #dfe7ff 55%, #b6c8e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nr-section-title p {
  margin: 0 auto;
  max-width: 720px;
  color: var(--nr-text-soft);
  font-size: 15px;
  line-height: 1.75;
}

.nr-network-head {
  padding-bottom: 12px;
}

.nr-mini-stats {
  padding-top: 16px;
}

.nr-stat-card,
.nr-feature-card,
.nr-community-card,
.nr-service-card,
.nr-network-card {
  position: relative;
  border: 1px solid var(--nr-border);
  border-radius: var(--nr-radius-lg);
  background: linear-gradient(180deg, rgba(6, 18, 36, 0.9), rgba(4, 13, 26, 0.96));
  backdrop-filter: blur(18px);
  box-shadow: var(--nr-shadow-soft);
  overflow: hidden;
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.nr-stat-card:hover,
.nr-feature-card:hover,
.nr-community-card:hover,
.nr-service-card:hover,
.nr-network-card:hover {
  transform: translateY(-6px);
  border-color: rgba(76, 125, 255, 0.24);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(76, 125, 255, 0.06);
}

.nr-stat-card {
  height: 100%;
  padding: 24px;
}

.nr-stat-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #8fb0ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nr-stat-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}

.nr-stat-card p {
  margin: 0;
  color: var(--nr-text-soft);
  font-size: 14px;
  line-height: 1.7;
}

/* Filters */
.nr-network-filters {
  margin-top: 28px;
}

.nr-filter-btn {
  min-width: 120px;
  min-height: 52px;
  padding: 12px 20px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  color: var(--nr-text-soft);
  font-size: 15px;
  font-weight: 700;
  transition: all 0.28s ease;
}

.nr-filter-btn:hover {
  color: #fff;
  border-color: rgba(76, 125, 255, 0.22);
  background: rgba(76, 125, 255, 0.08);
}

.nr-filter-btn.is-active {
  color: #fff;
  border-color: rgba(47, 109, 246, 0.4);
  background: linear-gradient(135deg, #2f6df6, #2f6df6);
  box-shadow: 0 14px 30px rgba(47, 109, 246, 0.28);
}

/* Networks */
.nr-network-grid {
  position: relative;
  z-index: 2;
}

.nr-network-col {
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.nr-network-col.is-hidden {
  display: none !important;
}

.nr-network-grid .nr-network-card {
  height: 100%;
}

.nr-network-card .product-detail {
  padding: 22px;
  background: transparent !important;
}

.nr-card-badges {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.nr-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(108, 117, 255, 0.12);
  border: 1px solid rgba(108, 117, 255, 0.22);
  color: #c9d0ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nr-badge.soft {
  background: rgba(76, 125, 255, 0.12);
  border-color: rgba(76, 125, 255, 0.22);
  color: #cdd9ff;
}

.nr-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nr-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  flex: 0 0 8px;
}

.nr-status-badge.is-active {
  color: #35d07f;
  background: rgba(53, 208, 127, 0.12);
  border: 1px solid rgba(53, 208, 127, 0.18);
}

.nr-status-badge.is-active .nr-status-dot {
  background: #35d07f;
  box-shadow: 0 0 12px rgba(53, 208, 127, 0.85);
}

.nr-status-badge.is-inactive {
  color: #a9b2c3;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.nr-status-badge.is-inactive .nr-status-dot {
  background: #8d96a8;
  box-shadow: 0 0 10px rgba(141, 150, 168, 0.35);
}

.nr-network-image {
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.04);
}

.nr-network-image img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  padding: 24px;
  transition: transform 0.45s ease;
}

.nr-network-card:hover .nr-network-image img {
  transform: scale(1.04);
}

.nr-card-top {
  margin-bottom: 18px;
}

.nr-network-card .card-title {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nr-network-grid .btn-card + .btn-card {
  margin-top: 12px;
}

/* Services */
.nr-service-card {
  height: 100%;
}

.nr-service-card .product-detail {
  padding: 28px 26px 30px;
  background: transparent !important;
}

.nr-service-card .clients-detail {
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 22px;
}

.nr-service-card .circle-shape {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform 0.45s ease;
}

.nr-service-card:hover .circle-shape {
  transform: scale(1.04);
}

.nr-service-card .block-title {
  margin: 14px 0 10px;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
}

.nr-service-card p {
  margin: 0;
  color: var(--nr-text-soft);
  font-size: 14px;
  line-height: 1.75;
}

.nr-service-link,
.view-btn.nr-service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 12px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--nr-border);
  color: var(--nr-text);
  font-size: 14px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.nr-service-link:hover {
  color: #fff;
  border-color: rgba(76, 125, 255, 0.36);
  background: rgba(76, 125, 255, 0.08);
}

/* Why */
.nr-feature-card {
  height: 100%;
  padding: 24px;
}

.nr-feature-card h4 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.nr-feature-card p {
  margin: 0;
  color: var(--nr-text-soft);
  font-size: 14px;
  line-height: 1.75;
}

/* Community */
.nr-community-section {
  padding-top: 28px;
}

.nr-community-image {
  overflow: hidden;
  border-radius: var(--nr-radius-xl);
}

.nr-community-image img {
  width: 100%;
  border-radius: var(--nr-radius-xl);
  border: 1px solid var(--nr-border);
  box-shadow: var(--nr-shadow-soft);
  transition: transform 0.45s ease;
}

.nr-community-card:hover .nr-community-image img,
.nr-community-image:hover img {
  transform: scale(1.03);
}

.nr-community-card {
  padding: 32px;
}

.nr-community-text {
  margin: 14px 0 0;
  color: var(--nr-text-soft);
  font-size: 15px;
  line-height: 1.8;
}

/* Footer */
.nr-footer {
  position: relative;
  z-index: 2;
  margin-top: 26px;
  padding: 74px 0 26px;
  background:
    linear-gradient(180deg, rgba(7, 14, 25, 0) 0%, rgba(7, 13, 23, 0.45) 12%, rgba(5, 10, 18, 0.96) 100%);
}

.nr-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(76, 125, 255, 0.08), transparent 26%),
    radial-gradient(circle at 88% 22%, rgba(106, 168, 255, 0.06), transparent 22%);
  z-index: 0;
}

.nr-footer .container {
  position: relative;
  z-index: 1;
}

.nr-footer .row.g-4.justify-content-between {
  padding: 34px 0 18px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.nr-footer .footer-item {
  height: 100%;
  padding: 0;
  background: transparent;
  transition: transform 0.28s ease;
}

.nr-footer .footer-item:hover {
  transform: translateY(-2px);
}

.nr-footer-brand {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #ffffff 0%, #d8e5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nr-footer-text {
  max-width: 420px;
  color: #93a6c5;
  font-size: 14px;
  line-height: 1.8;
}

.nr-footer h4 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.nr-footer h4::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--nr-primary), var(--nr-primary-2));
  box-shadow: 0 0 14px rgba(76, 125, 255, 0.35);
}

.nr-footer .footer-menu li + li {
  margin-top: 10px;
}

.nr-footer .footer-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--nr-text-soft);
  padding: 4px 0;
  transition: color 0.25s ease, transform 0.25s ease;
}

.nr-footer .footer-menu a::before {
  content: "";
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--nr-primary), var(--nr-primary-2));
  transition: width 0.25s ease;
  opacity: 0.9;
}

.nr-footer .footer-menu a:hover {
  color: #fff;
  transform: translateX(4px);
}

.nr-footer .footer-menu a:hover::before {
  width: 16px;
}

.nr-footer-line {
  margin-top: 30px;
  margin-bottom: 18px;
  border-color: rgba(255,255,255,0.07);
  opacity: 1;
}

#footer-bottom {
  padding-bottom: 4px;
}

#footer-bottom p {
  margin: 0;
  color: #7f91ab;
  letter-spacing: 0.01em;
  font-size: 13px;
}

#footer-bottom a.dark {
  position: relative;
  color: #fff;
  font-weight: 700;
}

/* Legacy cleanup */
.padding-large,
.padding-small,
.pattern-circle,
.pattern-blur,
.pattern-overlay {
  position: relative;
  z-index: 1;
}

.pattern-overlay img,
.left-side-pattern img,
.right-side-pattern img {
  opacity: 0.08;
  pointer-events: none;
}

.bg-blue-trans,
.border-rounded-pill {
  background: transparent !important;
  border-radius: 0 !important;
}

.banner-content.content-light p,
.content-light p {
  color: var(--nr-text-soft);
}

/* Responsive */
@media (max-width: 1199px) {
  .nr-hero-title {
    max-width: 100%;
  }

  .nr-side-card-header h3 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .nr-header {
    padding: 14px 12px 0;
  }

  .nr-nav-shell {
    padding: 12px 14px;
    border-radius: 18px;
  }

  .nr-offcanvas .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .menu-list {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 8px;
    padding-top: 10px;
  }

  .menu-list .item-anchor {
    width: 100%;
    justify-content: flex-start;
    border-radius: 14px;
    min-height: 48px;
  }

  .nr-nav-buttons {
    margin-left: 0;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .nr-hero-section {
    padding: 54px 0 22px;
  }

  .nr-side-stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .main-logo img {
    max-height: 44px;
  }

  .nr-hero-title {
    font-size: 40px;
    line-height: 1.05;
  }

  .nr-hero-text,
  .nr-hero-subtext,
  .nr-section-title p,
  .nr-community-text {
    font-size: 14px;
    line-height: 1.75;
  }

  .nr-side-stats {
    grid-template-columns: 1fr;
  }

  .nr-network-image img,
  .nr-service-card .circle-shape {
    height: 190px;
  }

  .nr-network-card .product-detail,
  .nr-service-card .product-detail,
  .nr-community-card {
    padding: 20px;
  }

  .nr-network-card .card-title,
  .nr-service-card .block-title {
    font-size: 22px;
    min-height: auto;
  }

  .nr-feature-card,
  .nr-stat-card {
    padding: 20px;
  }

  .subscribe-title.light {
    font-size: 28px;
  }

  .nr-footer {
    padding-top: 46px;
  }

  .nr-footer-brand {
    font-size: 26px;
  }

  .nr-footer h4 {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .nr-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nr-nav-shell {
    padding: 10px 12px;
  }

  .nr-hero-section {
    padding-top: 42px;
  }

  .nr-hero-actions {
    flex-direction: column;
  }

  .nr-btn,
  .btn.nr-btn {
    width: 100%;
  }

  .nr-side-links {
    flex-direction: column;
  }

  .nr-side-links a {
    width: 100%;
    justify-content: center;
  }

  .nr-card-badges {
    flex-direction: row;
    align-items: center;
  }

  .nr-filter-btn {
    min-width: 100px;
  }
}
.nr-logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding: 6px 0;
}

.nr-logo-wrap img {
  max-height: 46px;
  width: auto;
  transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.22));
}

.nr-logo-wrap:hover img {
  transform: translateY(-1px) scale(1.01);
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.28));
}

.nr-logo-text-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.nr-logo-title {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.03em;
  background: linear-gradient(180deg, #ffffff 0%, #dfe7ff 60%, #9db9ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nr-logo-subtitle {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8da7d8;
}

@media (max-width: 767px) {
  .nr-logo-wrap img {
    max-height: 40px;
  }

  .nr-logo-title {
    font-size: 18px;
  }

  .nr-logo-subtitle {
    font-size: 9px;
    letter-spacing: 0.14em;
  }
}
