/* ==========================================================================
   NSFOM Fleet & Landingpage Grid System
   ========================================================================== */

/* Grid System — for Stat Cards, Glass Cards, etc. */
.nsfom-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

/* Stat Cards */
.nsfom-stat-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 2rem 1.5rem;
	background: rgba(8, 18, 34, 0.6);
	border: 1px solid rgba(32, 231, 255, 0.2);
	border-radius: 8px;
	text-align: center;
	transition: all 260ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nsfom-stat-card:hover {
	border-color: rgba(32, 231, 255, 0.5);
	box-shadow: 0 0 20px rgba(32, 231, 255, 0.22);
	transform: translateY(-4px);
}

.nsfom-stat-value {
	font-family: "Consolas", "Courier New", monospace;
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	font-weight: 700;
	color: #20e7ff;
	letter-spacing: -0.01em;
	text-shadow: 0 0 12px rgba(32, 231, 255, 0.4);
}

.nsfom-stat-label {
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #a8c4d8;
}

.nsfom-stat-icon {
	font-size: 2.5rem;
	color: #20e7ff;
	line-height: 1;
}

/* Glass Cards */
.nsfom-glass-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 2rem;
	background: rgba(8, 18, 34, 0.6);
	border: 1px solid rgba(32, 231, 255, 0.2);
	border-radius: 8px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: all 260ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nsfom-glass-card:hover {
	border-color: rgba(32, 231, 255, 0.5);
	box-shadow: 0 0 20px rgba(32, 231, 255, 0.22);
	transform: translateY(-4px);
}

.nsfom-glass-card h3 {
	font-size: 1.35rem;
	color: #ffffff;
	margin: 0;
	margin-bottom: 0.5rem;
}

.nsfom-glass-card p {
	color: #a8c4d8;
	margin: 0;
	line-height: 1.6;
	font-size: 0.95rem;
}

/* ==========================================================================
   Landingpage Styles
   ========================================================================== */

/* Hero Content */
.nsfom-hero-content {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding: 4rem 0;
}

.nsfom-hero-title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 1.5rem;
	text-shadow: 0 0 20px rgba(32, 231, 255, 0.4);
}

.nsfom-hero-description {
	font-size: 1.25rem;
	color: #a8c4d8;
	margin-bottom: 2.5rem;
	line-height: 1.6;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.nsfom-hero-actions {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}

/* Process Steps */
.nsfom-process-steps {
	displ2rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}

.nsfom-step {
	text-align: center;
	flex: 1;
	min-width: 200px;
	max-width: 280px;
}

.nsfom-step-number {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: linear-gradient(135deg, #20e7ff, #3b82f6);
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 auto 1.5rem;
	box-shadow: 0 0 20px rgba(32, 231, 255, 0.3);
	transition: all 260ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nsfom-step:hover .nsfom-step-number {
	box-shadow: 0 0 35px rgba(32, 231, 255, 0.5);
	transform: scale(1.08);
}

.nsfom-step h4 {
	color: #ffffff;
	margin-bottolinear-gradient(135deg, rgba(3, 7, 18, 1) 0%, rgba(11, 22, 40, 0.8) 100%);
	border-top: 1px solid rgba(32, 231, 255, 0.16);
	border-bottom: 1px solid rgba(32, 231, 255, 0.16);
}

.nsfom-cta-content {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	padding: 4rem 2rem;
}

.nsfom-cta-content h2 {
	font-size: 2.2rem;
	color: #ffffff;
	margin-bottom: 1rem;
	text-shadow: 0 0 20px rgba(32, 231, 255, 0.3);
}

.nsfom-cta-content p {
	font-size: 1.125rem;
	color: #a8c4d8;
	margin-bottom: 2.5rem;
	line-height: 1.6
	padding: var(--nsfom-space-xl) 0;
}

.nsfom-cta-content h2 {
	font-size: 2rem;
	color: var(--nsfom-color-text-primary);
	margin-bottom: var(--nsfom-space-md);
}

.nsfom-cta-content p {
	font-size: 1.125rem;
	color: var(--nsfom-color-text-muted);
	margin-bottom: var(--nsfom-space-lg);
}

/* Manufacturer Grid */
.nsfom1.2rem;
	justify-content: center;
	margin: 2rem 0;
}

.nsfom-manufacturer-item {
	background: rgba(8, 18, 34, 0.7);
	border: 1px solid rgba(32, 231, 255, 0.25);
	border-radius: 8px;
	padding: 1.2rem 1.8rem;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	min-width: 140px;
	transition: all 260ms cubic-bezier(0.4, 0, 0.2, 1);
	cursor: default;
}

.nsfom-manufacturer-item:hover {
	border-color: #20e7ff;
	box-shadow: 0 0 20px rgba(32, 231, 255, 0.25);
	background: rgba(32, 231, 255, 0.08);
}

/* Status Badges */
.nsfom-status-badges {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.nsfom-badge-success,
.nsfom-badge-warning,
.nsfom-badge-danger,
.nsfom-badge-muted {
	display: inline-block;
	padding: 0.5rem 1.2rem;
	border-radius: 4px;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border: 1px solid transparent;
}

.nsfom-badge-success {
	background: rgba(56, 248, 161, 0.15);
	color: #38f8a1;
	border-color: rgba(56, 248, 161, 0.3);
}

.nsfom-badge-warning {
	background: rgba(245, 184, 75, 0.15);
	color: #f5b84b;
	border-color: rgba(245, 184, 75, 0.3);
}

.nsfom-badge-danger {
	background: rgba(255, 77, 109, 0.15);
	color: #ff4d6d;
	border-color: rgba(255, 77, 109, 0.3);
}

.nsfom-badge-muted {
	background: rgba(93, 116, 136, 0.15);
	color: #a8c4d8;
	border-color: rgba(93, 116, 136, 0.3);
}

/* Fleet Call Alert */
.nsfom-fleet-call-alert {
	background: linear-gradient(135deg, rgba(255, 77, 109, 0.15) 0%, rgba(245, 184, 75, 0.15) 100%);
	border: 2px solid rgba(255, 77, 109, 0.4);
	border-radius: 8px;
	padding: 2rem;
	margin: 2rem 0;
	box-shadow: 0 0 25px rgba(255, 77, 109, 0.15);
	animation: nsfom-alert-pulse 2s ease-in-out infinite;
}

@keyframes nsfom-alert-pulse {
	0%, 100% { box-shadow: 0 0 25px rgba(255, 77, 109, 0.15); }
	50% { box-shadow: 0 0 40px rgba(255, 77, 109, 0.3); }
}

.nsfom-alert-content h3 {
	color: #ffffff;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	margin-top: 0;
}

.nsfom-alert-content p {
	color: #a8c4d8;
	margin-bottom: 1.5rem;
	line-height: 1.6;
}

.nsfom-alert-meta {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
	font-size: 0.875rem;
	color: #a8c4d8;
}

.nsfom-alert-meta span {
	background: rgba(0, 0, 0, 0.4);
	paddi2rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}

.nsfom-privacy-option {
	background: rgba(8, 18, 34, 0.6);
	border: 1px solid rgba(32, 231, 255, 0.2);
	border-radius: 8px;
	padding: 2rem;
	text-align: center;
	flex: 1;
	min-width: 260px;
	max-width: 320px;
	transition: all 260ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nsfom-privacy-option:hover {
	border-color: rgba(32, 231, 255, 0.5);
	box-shadow: 0 0 20px rgba(32, 231, 255, 0.22);
	transform: translateY(-4px);
}

.nsfom-privacy-option h4 {
	color: #ffffff;
	margin-bottom: 1rem;
	margin-top: 0;
	font-size: 1.35rem;
}

.nsfom-privacy-option p {
	color: #a8c4d8;
	line-height: 1.6;
	margin: 0

.nsfom-privacy-option h4 {
	color: var(--nsfom-color-text-primary);
	margin-bottom: var(--nsfom-space-md);
	font-size: 1.25rem;
}
grid {
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	}

	.nsfom-process-steps,
	.nsfom-privacy-options {
		gap: 1.5rem;
	}

	.nsfom-step,
	.nsfom-privacy-option {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.nsfom-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	.nsfom-hero-actions {
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}

	.nsfom-manufacturer-grid {
		gap: 1rem;
	}

	.nsfom-manufacturer-item {
		min-width: 120px;
		padding: 1rem 1.2rem;
		font-size: 0.9rem;
	}

	.nsfom-alert-meta {
		flex-direction: column;
		gap: 0.75rem;
	}

	.nsfom-process-steps {
		flex-direction: column;
		gap: 1.5rem;
	}

	.nsfom-privacy-options {
		flex-direction: column;
	}

	.nsfom-cta-content {
		padding: 3rem 1.5rem;
	}
}

@media (max-width: 480px) {
	.nsfom-grid {
		grid-template-columns: 1fr;
	}

	.nsfom-hero-title {
		font-size: 2rem;
	}

	.nsfom-hero-description {
		font-size: 1rem;
	}

	.nsfom-cta-content h2 {
		font-size: 1.5rem;
	}

	.nsfom-cta-content {
		padding: 2.5rem 1rem;
	}

	.nsfom-step-number {
		width: 60px;
		height: 60px;
		font-size: 1.5rem;
	}

	.nsfom-manufacturer-item {
		min-width: 100px;
		padding: 0.8rem 1rem;
		font-size: 0.8rem;
	}

	.nsfom-stat-card {
		padding: 1.5rem 1rem;
	}

	.nsfom-glass-card {
		padding: 1.

	.nsfom-step-number {
		width: 50px;
		height: 50px;
		font-size: 1.25rem;
	}

	.nsfom-manufacturer-item {
		min-width: 80px;
		padding: var(--nsfom-space-sm);
		font-size: 0.875rem;
	}
}

/* ── 1. CSS Custom Properties — on body.nsfom-page, NOT :root ──────────────── */

body.nsfom-page {
  --c-bg:            #030712;
  --c-bg-soft:       #07111f;
  --c-bg-elevated:   #0b1628;
  --c-panel:         rgba(8, 18, 34, 0.85);
  --c-panel-strong:  rgba(10, 25, 45, 0.96);
  --c-cyan:          #20e7ff;
  --c-cyan-dim:      rgba(32, 231, 255, 0.50);
  --c-cyan-faint:    rgba(32, 231, 255, 0.12);
  --c-blue:          #3b82f6;
  --c-amber:         #f5b84b;
  --c-green:         #38f8a1;
  --c-red:           #ff4d6d;
  --c-text:          #e2f0f9;
  --c-text-soft:     #a8c4d8;
  --c-muted:         #5d7488;
  --c-border:        rgba(32, 231, 255, 0.16);
  --c-border-strong: rgba(32, 231, 255, 0.40);
  --glow-sm:         0 0 8px  rgba(32, 231, 255, 0.35);
  --glow-md:         0 0 20px rgba(32, 231, 255, 0.22);
  --glow-lg:         0 0 45px rgba(32, 231, 255, 0.14);
  --shadow:          0 4px 28px rgba(0, 0, 0, 0.65);
  --shadow-lg:       0 12px 48px rgba(0, 0, 0, 0.75);
  --max-w:           1180px;
  --max-w-wide:      1440px;
  --radius:          4px;
  --radius-lg:       8px;
  --ease:            cubic-bezier(0.4, 0, 0.2, 1);
  --dur-fast:        150ms;
  --dur-base:        260ms;
  --dur-slow:        420ms;
  --font-body:       "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-hud:        "Consolas", "Courier New", "Lucida Console", monospace;
  --font-heading:    "Segoe UI", system-ui, -apple-system, sans-serif;
  --header-h:        64px;
}

/* ── 2. Scoped Reset ────────────────────────────────────────────────────────── */

.nsfom-page *,
.nsfom-page *::before,
.nsfom-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── 3. Base — body.nsfom-page ──────────────────────────────────────────────── */

body.nsfom-page {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--c-text);
  background-color: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.nsfom-page img,
.nsfom-page video {
  max-width: 100%;
  height: auto;
  display: block;
}

.nsfom-page a {
  color: var(--c-cyan);
  text-decoration: none;
  transition: color var(--dur-fast) var(--ease), opacity var(--dur-fast) var(--ease);
}

.nsfom-page a:hover {
  color: #fff;
}

.nsfom-page a:focus-visible {
  outline: 2px solid var(--c-cyan);
  outline-offset: 3px;
  border-radius: var(--radius);
}

.nsfom-page ul,
.nsfom-page ol {
  list-style: none;
}

/* ── 4. Typography ──────────────────────────────────────────────────────────── */

.nsfom-page h1,
.nsfom-page h2,
.nsfom-page h3,
.nsfom-page h4,
.nsfom-page h5,
.nsfom-page h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.01em;
}

.nsfom-page p {
  color: var(--c-text-soft);
}

/* ── 5. Accessibility ───────────────────────────────────────────────────────── */

.nsfom-skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: var(--c-cyan);
  color: #000;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: var(--radius);
  z-index: 9999;
  transition: top var(--dur-fast);
}

.nsfom-skip-link:focus {
  top: 1rem;
}

/* ── 6. Layout ──────────────────────────────────────────────────────────────── */

.nsfom-container {
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.nsfom-container--content {
  max-width: 860px;
}

.nsfom-main {
  min-height: 60vh;
}

.nsfom-section {
  padding-block: 5rem;
}

.nsfom-section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.nsfom-section-label {
  font-family: var(--font-hud);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--c-cyan);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.nsfom-section-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: #fff;
  margin-bottom: 0.75rem;
}

.nsfom-section-sub {
  color: var(--c-text-soft);
  max-width: 520px;
  margin-inline: auto;
}

.nsfom-section-footer {
  text-align: center;
  margin-top: 2.5rem;
}

/* ── 7. WordPress alignment helpers (scoped) ────────────────────────────────── */

.nsfom-page .alignleft  { float: left;  margin-right: 1.5rem; margin-bottom: 1rem; }
.nsfom-page .alignright { float: right; margin-left:  1.5rem; margin-bottom: 1rem; }
.nsfom-page .aligncenter { display: block; margin-inline: auto; margin-bottom: 1rem; }
.nsfom-page .wp-caption { max-width: 100%; }
.nsfom-page .wp-caption-text { font-size: 0.85rem; color: var(--c-muted); margin-top: 0.4rem; }

.nsfom-page .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── 8. Site Header ─────────────────────────────────────────────────────────── */

.nsfom-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-h);
  background: transparent;
  transition: background var(--dur-base) var(--ease),
              box-shadow  var(--dur-base) var(--ease),
              border-color var(--dur-base) var(--ease);
  border-bottom: 1px solid transparent;
}

.nsfom-site-header.is-scrolled {
  background: var(--c-panel-strong);
  box-shadow: 0 1px 0 var(--c-border), var(--shadow);
  border-color: var(--c-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.nsfom-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
  max-width: var(--max-w-wide);
  margin-inline: auto;
  padding-inline: 1.5rem;
}

/* Logo */
.nsfom-logo-text {
  font-family: var(--font-hud);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff !important;
  text-decoration: none;
}

.nsfom-logo-prefix { color: var(--c-cyan); }
.nsfom-logo-dot    { color: var(--c-cyan-dim); }
.nsfom-logo-suffix { color: var(--c-text-soft); }

/* Primary nav */
.nsfom-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nsfom-nav__list {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
}

.nsfom-nav__list li {
  position: relative;
}

.nsfom-nav__list a {
  display: block;
  padding: 0.4rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--c-text-soft);
  border-radius: var(--radius);
  transition: color var(--dur-fast) var(--ease),
              background var(--dur-fast) var(--ease);
}

.nsfom-nav__list a:hover,
.nsfom-nav__list .current-menu-item > a,
.nsfom-nav__list .current_page_item > a {
  color: var(--c-cyan);
  background: var(--c-cyan-faint);
}

/* Header actions */
.nsfom-header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

/* Mobile nav toggle */
.nsfom-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  cursor: pointer;
  padding: 6px;
  transition: border-color var(--dur-fast) var(--ease);
}

.nsfom-nav-toggle:hover {
  border-color: var(--c-cyan);
}

.nsfom-nav-toggle__bar {
  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--c-text);
  border-radius: 2px;
  transition: transform var(--dur-base) var(--ease),
              opacity   var(--dur-base) var(--ease);
}

.nsfom-nav-toggle[aria-expanded="true"] .nsfom-nav-toggle__bar:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.nsfom-nav-toggle[aria-expanded="true"] .nsfom-nav-toggle__bar:nth-child(2) {
  opacity: 0;
}

.nsfom-nav-toggle[aria-expanded="true"] .nsfom-nav-toggle__bar:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* ── 9. Buttons ─────────────────────────────────────────────────────────────── */

.nsfom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1.4rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius);
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  transition: background  var(--dur-fast) var(--ease),
              color       var(--dur-fast) var(--ease),
              border-color var(--dur-fast) var(--ease),
              box-shadow  var(--dur-fast) var(--ease),
              transform   var(--dur-fast) var(--ease);
  white-space: nowrap;
}

.nsfom-btn:focus-visible {
  outline: 2px solid var(--c-cyan);
  outline-offset: 3px;
}

.nsfom-btn:active {
  transform: translateY(1px);
}

.nsfom-btn--primary,
.nsfom-page a.nsfom-btn--primary,
.nsfom-page a.nsfom-btn--primary:visited {
  background: var(--c-cyan);
  color: #000;
  border-color: var(--c-cyan);
}

.nsfom-btn--primary:hover,
.nsfom-page a.nsfom-btn--primary:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
  box-shadow: 0 0 22px rgba(32, 231, 255, 0.55), 0 0 48px rgba(32, 231, 255, 0.22), 0 4px 14px rgba(0, 0, 0, 0.4);
}

.nsfom-btn--outline,
.nsfom-page a.nsfom-btn--outline,
.nsfom-page a.nsfom-btn--outline:visited {
  background: transparent;
  color: var(--c-cyan);
  border-color: var(--c-border-strong);
}

.nsfom-btn--outline:hover,
.nsfom-page a.nsfom-btn--outline:hover {
  background: var(--c-cyan-faint);
  border-color: var(--c-cyan);
  color: var(--c-cyan);
  box-shadow: var(--glow-sm), 0 0 28px rgba(32, 231, 255, 0.18);
}

.nsfom-btn--sm {
  padding: 0.4rem 0.9rem;
  font-size: 0.8rem;
}

/* ── 10. Hero ────────────────────────────────────────────────────────────────── */

.nsfom-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--c-bg);
  padding-top: var(--header-h);
}

.nsfom-hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.nsfom-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 28% 52%, rgba(32, 231, 255, 0.09) 0%, transparent 60%),
    radial-gradient(ellipse 45% 35% at 72% 28%, rgba(59, 130, 246, 0.06) 0%, transparent 55%),
    linear-gradient(to bottom, transparent 48%, var(--c-bg) 100%);
  pointer-events: none;
}

.nsfom-hero .nsfom-container {
  position: relative;
  z-index: 1;
}

.nsfom-hero__content {
  max-width: 680px;
  padding-block: 4rem;
}

.nsfom-hero__badge {
  margin-bottom: 1.5rem;
}

.nsfom-hero__badge-text {
  font-family: var(--font-hud);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  color: var(--c-cyan);
  text-transform: uppercase;
  border: 1px solid var(--c-border);
  padding: 0.3rem 0.8rem;
  border-radius: var(--radius);
  background: var(--c-cyan-faint);
  animation: nsfom-badge-pulse 4s ease-in-out infinite;
  display: inline-block;
}

.nsfom-hero__title {
  font-size: clamp(2.2rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 1.25rem;
  background: linear-gradient(160deg, #ffffff 0%, #e8f4ff 55%, #20e7ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 36px rgba(32, 231, 255, 0.32));
}

.nsfom-hero__subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--c-text-soft);
  max-width: 520px;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.nsfom-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.nsfom-hero__actions .nsfom-btn {
  padding: 0.8rem 2rem;
  font-size: 0.925rem;
  letter-spacing: 0.08em;
}

.nsfom-hero__hud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.nsfom-hud-chip {
  font-family: var(--font-hud);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--c-muted);
  border: 1px solid var(--c-border);
  padding: 0.2rem 0.6rem;
  border-radius: 2px;
  transition: color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}

.nsfom-hud-chip:first-child {
  color: var(--c-green);
  border-color: rgba(56, 248, 161, 0.22);
}

.nsfom-hero__scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  animation: nsfom-bounce 2s ease-in-out infinite;
}

.nsfom-hero__scroll-arrow {
  display: block;
  width: 20px;
  height: 20px;
  border-right: 2px solid var(--c-cyan-dim);
  border-bottom: 2px solid var(--c-cyan-dim);
  transform: rotate(45deg);
}

/* HUD tactical grid overlay */
.nsfom-hero__grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(32, 231, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 231, 255, 0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 20%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 20%, transparent 100%);
}

/* Scan line sweep */
.nsfom-hero__scan-line {
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(32, 231, 255, 0.5) 25%,
    rgba(32, 231, 255, 0.9) 50%,
    rgba(32, 231, 255, 0.5) 75%,
    transparent 100%
  );
  animation: nsfom-scan 12s linear infinite;
  pointer-events: none;
  z-index: 1;
}

/* HUD corner brackets */
.nsfom-hud-frame {
  position: absolute;
  inset: 1.75rem;
  pointer-events: none;
  z-index: 1;
}

.nsfom-hud-frame__corner {
  position: absolute;
  width: 22px;
  height: 22px;
}

.nsfom-hud-frame__corner--tl {
  top: 0; left: 0;
  border-top: 1.5px solid rgba(32, 231, 255, 0.45);
  border-left: 1.5px solid rgba(32, 231, 255, 0.45);
}

.nsfom-hud-frame__corner--tr {
  top: 0; right: 0;
  border-top: 1.5px solid rgba(32, 231, 255, 0.45);
  border-right: 1.5px solid rgba(32, 231, 255, 0.45);
}

.nsfom-hud-frame__corner--bl {
  bottom: 0; left: 0;
  border-bottom: 1.5px solid rgba(32, 231, 255, 0.45);
  border-left: 1.5px solid rgba(32, 231, 255, 0.45);
}

.nsfom-hud-frame__corner--br {
  bottom: 0; right: 0;
  border-bottom: 1.5px solid rgba(32, 231, 255, 0.45);
  border-right: 1.5px solid rgba(32, 231, 255, 0.45);
}

/* ── 11. Stats Section ──────────────────────────────────────────────────────── */

.nsfom-section--stats {
  padding-block: 3rem;
  background: var(--c-bg-soft);
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
}

.nsfom-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.nsfom-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 1.5rem 1rem;
  border-right: 1px solid var(--c-border);
}

.nsfom-stat-item:last-child {
  border-right: none;
}

.nsfom-stat-number {
  font-family: var(--font-hud);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--c-cyan);
  letter-spacing: -0.02em;
  text-shadow: var(--glow-sm);
  animation: nsfom-pulse-glow 3.5s ease-in-out infinite;
}

.nsfom-stat-label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-muted);
}

/* ── 12. Organisation Section ───────────────────────────────────────────────── */

.nsfom-section--org {
  background: var(--c-bg);
}

.nsfom-org-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.nsfom-org-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.nsfom-org-text p {
  color: var(--c-text-soft);
  line-height: 1.75;
}

.nsfom-org-pillars {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.nsfom-pillar {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--c-bg-elevated);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  transition: border-color var(--dur-fast) var(--ease),
              box-shadow var(--dur-fast) var(--ease);
}

.nsfom-pillar:hover {
  border-color: var(--c-border-strong);
  box-shadow: inset 3px 0 0 var(--c-cyan), var(--glow-sm);
}

.nsfom-pillar__icon {
  font-size: 1.2rem;
  color: var(--c-cyan);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.nsfom-pillar__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.25rem;
}

.nsfom-pillar__text {
  font-size: 0.875rem;
  color: var(--c-text-soft);
  margin: 0;
}

/* ── 13. Recruiting Section ─────────────────────────────────────────────────── */

.nsfom-section--recruiting {
  background: var(--c-bg-soft);
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
}

.nsfom-profession-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.nsfom-profession-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 1.25rem 0.75rem;
  background: var(--c-bg-elevated);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  text-align: center;
  cursor: default;
  transition: border-color var(--dur-fast) var(--ease),
              box-shadow   var(--dur-fast) var(--ease),
              transform    var(--dur-fast) var(--ease);
}

.nsfom-profession-card:hover {
  border-color: var(--c-border-strong);
  box-shadow: var(--glow-md), inset 0 3px 0 var(--c-cyan);
  transform: translateY(-3px);
}

.nsfom-profession-card__code {
  font-family: var(--font-hud);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--c-cyan);
  text-shadow: var(--glow-sm);
}

.nsfom-profession-card__label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 0.04em;
}

.nsfom-profession-card__status {
  font-family: var(--font-hud);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: var(--c-green);
}

.nsfom-recruiting-cta {
  text-align: center;
}

/* ── 14. Cards / News Grid ──────────────────────────────────────────────────── */

.nsfom-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.nsfom-card {
  display: flex;
  flex-direction: column;
  background: var(--c-bg-elevated);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color var(--dur-fast) var(--ease),
              box-shadow   var(--dur-fast) var(--ease),
              transform    var(--dur-fast) var(--ease);
}

.nsfom-card:hover {
  border-color: var(--c-border-strong);
  box-shadow: var(--glow-md);
  transform: translateY(-3px);
}

.nsfom-card__image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.nsfom-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease);
}

.nsfom-card:hover .nsfom-card__image img {
  transform: scale(1.04);
}

.nsfom-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.25rem;
  flex: 1;
}

.nsfom-card__meta {
  font-size: 0.78rem;
  color: var(--c-muted);
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.nsfom-card__title {
  font-size: 1.05rem;
  line-height: 1.35;
}

.nsfom-card__title a {
  color: #fff;
  text-decoration: none;
  transition: color var(--dur-fast) var(--ease);
}

.nsfom-card__title a:hover {
  color: var(--c-cyan);
}

.nsfom-card__excerpt {
  font-size: 0.875rem;
  color: var(--c-text-soft);
  line-height: 1.6;
  flex: 1;
}

.nsfom-card__footer {
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px solid var(--c-border);
}

.nsfom-card__read-more {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--c-cyan);
}

/* ── 15. Contact Section ────────────────────────────────────────────────────── */

.nsfom-section--contact {
  background: var(--c-bg);
}

.nsfom-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 720px;
  margin-inline: auto;
}

.nsfom-contact-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 2rem;
  background: var(--c-bg-elevated);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  text-align: center;
}

.nsfom-contact-card__icon {
  font-size: 1.8rem;
  color: var(--c-cyan);
}

.nsfom-contact-card__title {
  font-size: 1.1rem;
  color: #fff;
}

.nsfom-contact-card__text {
  font-size: 0.875rem;
  color: var(--c-text-soft);
}

/* ── 16. Site Footer ────────────────────────────────────────────────────────── */

.nsfom-site-footer {
  background: var(--c-bg-soft);
  border-top: 1px solid var(--c-border);
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}

.nsfom-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--c-border);
}

.nsfom-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.nsfom-footer-tagline {
  font-family: var(--font-hud);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: var(--c-muted);
  text-transform: uppercase;
}

.nsfom-footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
}

.nsfom-footer-nav__list a {
  font-size: 0.875rem;
  color: var(--c-text-soft);
  transition: color var(--dur-fast) var(--ease);
}

.nsfom-footer-nav__list a:hover {
  color: var(--c-cyan);
}

.nsfom-footer-status {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.nsfom-hud-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--font-hud);
  font-size: 0.75rem;
  padding: 0.4rem 0.75rem;
  background: var(--c-bg-elevated);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
}

.nsfom-hud-label {
  color: var(--c-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nsfom-hud-value {
  color: var(--c-text-soft);
  font-weight: 600;
}

.nsfom-hud-value--ok {
  color: var(--c-green);
}

.nsfom-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.nsfom-footer-copyright {
  font-size: 0.8rem;
  color: var(--c-muted);
  font-family: var(--font-hud);
}

.nsfom-footer-disclaimer {
  font-size: 0.75rem;
  color: var(--c-muted);
  line-height: 1.7;
  max-width: 780px;
}

/* ── 17. Page Header ────────────────────────────────────────────────────────── */

.nsfom-page-header {
  padding-top: calc(var(--header-h) + 2.5rem);
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--c-border);
  margin-bottom: 2.5rem;
}

.nsfom-page-header__title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #fff;
}

/* ── 18. Entry Content ──────────────────────────────────────────────────────── */

.nsfom-entry-content {
  color: var(--c-text-soft);
  line-height: 1.8;
}

.nsfom-entry-content h2,
.nsfom-entry-content h3,
.nsfom-entry-content h4 {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.nsfom-entry-content p {
  margin-bottom: 1.2rem;
}

.nsfom-entry-content ul,
.nsfom-entry-content ol {
  list-style: revert;
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
}

.nsfom-entry-content a {
  color: var(--c-cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nsfom-entry-content blockquote {
  border-left: 3px solid var(--c-cyan);
  padding-left: 1.25rem;
  margin-block: 1.5rem;
  color: var(--c-text-soft);
  font-style: italic;
}

.nsfom-entry-content code {
  font-family: var(--font-hud);
  font-size: 0.875em;
  background: var(--c-bg-elevated);
  border: 1px solid var(--c-border);
  padding: 0.1em 0.4em;
  border-radius: var(--radius);
  color: var(--c-cyan);
}

.nsfom-entry-content pre {
  background: var(--c-bg-elevated);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  overflow-x: auto;
  margin-bottom: 1.5rem;
}

.nsfom-entry-content pre code {
  background: none;
  border: none;
  padding: 0;
}

.nsfom-entry-content img {
  border-radius: var(--radius-lg);
  margin-block: 1.5rem;
}

/* ── 19. Single Post ────────────────────────────────────────────────────────── */

.nsfom-single {
  padding-top: calc(var(--header-h) + 2rem);
}

.nsfom-single__header {
  margin-bottom: 2rem;
}

.nsfom-single__title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 1rem;
  color: #fff;
}

.nsfom-single__meta {
  font-size: 0.825rem;
  color: var(--c-muted);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.nsfom-single__meta a { color: var(--c-text-soft); }

.nsfom-single__thumbnail {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 2rem;
}

.nsfom-single__thumbnail img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
}

.nsfom-single__content {
  margin-bottom: 2.5rem;
}

.nsfom-single__footer {
  padding-top: 1.5rem;
  border-top: 1px solid var(--c-border);
}

.nsfom-single__tags {
  font-size: 0.8rem;
  color: var(--c-muted);
  margin-bottom: 1.5rem;
}

.nsfom-single__tags a {
  color: var(--c-text-soft);
  border: 1px solid var(--c-border);
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius);
  margin-right: 0.3rem;
}

.nsfom-single__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.nsfom-single__nav a {
  font-size: 0.875rem;
  color: var(--c-text-soft);
}

.nsfom-single__nav-next {
  text-align: right;
}

/* ── 20. Pagination ─────────────────────────────────────────────────────────── */

.nsfom-pagination {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.nsfom-pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.nsfom-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding-inline: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--c-text-soft);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  transition: all var(--dur-fast) var(--ease);
  text-decoration: none;
}

.nsfom-pagination .page-numbers:hover,
.nsfom-pagination .page-numbers.current {
  border-color: var(--c-cyan);
  color: var(--c-cyan);
  background: var(--c-cyan-faint);
}

/* ── 21. 404 Page ───────────────────────────────────────────────────────────── */

.nsfom-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  text-align: center;
  padding: 4rem 1rem;
  padding-top: calc(var(--header-h) + 4rem);
}

.nsfom-404__code {
  font-family: var(--font-hud);
  font-size: clamp(5rem, 18vw, 10rem);
  font-weight: 700;
  color: var(--c-bg-elevated);
  line-height: 1;
  margin-bottom: 1rem;
  text-shadow: 0 0 80px rgba(32, 231, 255, 0.15);
  letter-spacing: -0.04em;
}

.nsfom-404__title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  color: #fff;
  margin-bottom: 1rem;
}

.nsfom-404__text {
  color: var(--c-text-soft);
  max-width: 480px;
  margin-bottom: 2rem;
}

.nsfom-404__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* ── 22. No results ─────────────────────────────────────────────────────────── */

.nsfom-no-results {
  padding: 3rem;
  text-align: center;
  border: 1px dashed var(--c-border);
  border-radius: var(--radius-lg);
  color: var(--c-muted);
}

/* ── 23. Scroll-animate helper ──────────────────────────────────────────────── */

.nsfom-animate {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity var(--dur-slow) var(--ease),
              transform var(--dur-slow) var(--ease);
}

.nsfom-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── 24. Animations ─────────────────────────────────────────────────────────── */

@keyframes nsfom-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}

@keyframes nsfom-pulse-glow {
  0%, 100% { text-shadow: var(--glow-sm); }
  50%       { text-shadow: var(--glow-md); }
}

@keyframes nsfom-fadein {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes nsfom-scan {
  0%   { top: -1px; opacity: 0; }
  4%   { opacity: 1; }
  88%  { opacity: 0.6; }
  100% { top: 100%; opacity: 0; }
}

@keyframes nsfom-badge-pulse {
  0%, 100% { border-color: var(--c-border); box-shadow: none; }
  50%       { border-color: var(--c-border-strong); box-shadow: 0 0 10px rgba(32, 231, 255, 0.25); }
}

/* ── 25. Reduced Motion ─────────────────────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  .nsfom-page *,
  .nsfom-page *::before,
  .nsfom-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .nsfom-animate {
    opacity: 1;
    transform: none;
  }

  .nsfom-hero__scroll-hint {
    display: none;
  }

  .nsfom-hero__scan-line {
    display: none;
  }

  .nsfom-stat-number {
    animation: none;
  }

  .nsfom-hero__badge-text {
    animation: none;
  }

  .nsfom-hero__title {
    filter: none;
  }
}

/* ── 26. Responsive ─────────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
  .nsfom-profession-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .nsfom-org-grid {
    gap: 2.5rem;
  }
}

@media (max-width: 900px) {
  .nsfom-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nsfom-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nsfom-footer-grid > *:last-child {
    grid-column: 1 / -1;
  }

  .nsfom-org-grid {
    grid-template-columns: 1fr;
  }

  .nsfom-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nsfom-stat-item:nth-child(2) {
    border-right: none;
  }

  .nsfom-stat-item:nth-child(3) {
    border-top: 1px solid var(--c-border);
  }

  .nsfom-stat-item:nth-child(4) {
    border-top: 1px solid var(--c-border);
    border-right: none;
  }
}

@media (max-width: 768px) {
  .nsfom-nav-toggle {
    display: flex;
  }

  .nsfom-nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: var(--c-panel-strong);
    border-bottom: 1px solid var(--c-border);
    padding: 1rem 1.5rem;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: translateY(-110%);
    transition: transform var(--dur-base) var(--ease);
    z-index: 99;
  }

  .nsfom-nav.is-open {
    transform: translateY(0);
  }

  .nsfom-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .nsfom-nav__list a {
    font-size: 1rem;
    padding: 0.6rem 0.75rem;
  }

  .nsfom-header-actions .nsfom-btn--sm:not(:last-child) {
    display: none;
  }

  .nsfom-profession-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nsfom-posts-grid {
    grid-template-columns: 1fr;
  }

  .nsfom-contact-grid {
    grid-template-columns: 1fr;
  }

  .nsfom-single__nav {
    grid-template-columns: 1fr;
  }

  .nsfom-section {
    padding-block: 3.5rem;
  }

  .nsfom-footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .nsfom-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nsfom-hero__title {
    font-size: 2rem;
  }

  .nsfom-profession-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nsfom-hero__actions {
    flex-direction: column;
  }

  .nsfom-hero__actions .nsfom-btn {
    width: 100%;
    justify-content: center;
  }
}
