@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

:root {
  --navy:        #0d1320;
  --navy-soft:   #1a2540;
  --blue:        #2563eb;
  --blue-bright: #3b82f6;
  --blue-soft:   #dbeafe;
  --orange:      #f97316;
  --orange-dark: #c2570e;
  --slate:       #334155;
  --gray-950:    #0d1320;
  --gray-900:    #1e293b;
  --gray-800:    #334155;
  --gray-600:    #64748b;
  --gray-300:    #cbd5e1;
  --gray-200:    #e2e8f0;
  --gray-100:    #f1f5f9;
  --white:       #ffffff;
  --surface:     #ffffff;
  --text:        #0d1320;
  --muted:       #64748b;
  --border:      rgba(37, 99, 235, 0.13);
  --shadow:      0 20px 60px rgba(13, 19, 32, 0.10);
  --accent:      #2563eb;
  --accent-soft: rgba(37, 99, 235, 0.10);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Space Grotesk', Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--gray-100);
}

body.lang-en [data-lang="es"],
body.lang-es [data-lang="en"] { display: none !important; }

body.lang-en [data-lang="en"],
body.lang-es [data-lang="es"] { display: inline !important; }

[data-lang] { display: none; }

/* ── Header ─────────────────────────────────────────── */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.24);
}

main { padding-top: 80px; }

.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: white;
  background: linear-gradient(135deg, var(--blue), #1e40af);
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 900;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.70);
  text-decoration: none;
  font-weight: 750;
  transition: color 160ms ease;
}

.nav-links a:hover { color: #fff; }

.menu-toggle {
  display: none;
  border: 0;
  cursor: pointer;
  font-weight: 850;
  color: #fff;
  background: transparent;
  font-size: 1.7rem;
}

.lang-pill {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.lang-pill button {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 5px 11px;
  cursor: pointer;
  transition: color 150ms ease, background 150ms ease;
  border-radius: 999px;
}

.lang-pill button[aria-pressed="true"] {
  background: var(--blue);
  color: #fff;
}

.lang-pill button:hover:not([aria-pressed="true"]) {
  color: rgba(255, 255, 255, 0.9);
}

/* ── Hero ────────────────────────────────────────────── */

.hero {
  background: var(--navy);
  padding: 92px max(24px, calc(50vw - 566px)) 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 58px;
  align-items: start;
  position: relative;
  overflow: hidden;
}

/* Hex grid overlay */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='none' stroke='%232563eb' stroke-width='0.8' stroke-opacity='0.18'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-1.5v6.17L0 13.37zm25.17-6.48L28 10.11V0h-1.5v7.62l-1.33-.8zm-1.17 3.24L28 17.73v-2.5L23 12zm-13 20.42L12.99 40l-7.35 4.25 1.08 1.87 7.29-4.23 7.27 4.21 1.08-1.86-7.33-4.24zm-4.5-5.38L3 22.82v5.8l1.5.86v-4.5l2.5-1.44-1.33-.82zM13 38.35v1.87l1.5.87-.01-3.73-1.49.99zm9.5-13.15l-1.33.82L24 27.5v4.5l1.5-.87v-5.8l-3-1.73z'%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 90px 156px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.55) 25%, rgba(0,0,0,0.85) 60%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.55) 25%, rgba(0,0,0,0.85) 60%, transparent 100%);
  pointer-events: none;
}

/* Blue glow + orange hint */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 80% at 78% 50%, rgba(37, 99, 235, 0.22), transparent),
    radial-gradient(ellipse 28% 35% at 2% 100%, rgba(249, 115, 22, 0.09), transparent);
  pointer-events: none;
}

.hero-content,
.hero-visual { position: relative; z-index: 1; }

/* ── Typography ──────────────────────────────────────── */

.eyebrow {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 950;
  font-size: 0.78rem;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  font-size: clamp(1.9rem, 6.7vw, 5.35rem);
  line-height: 0.94;
  letter-spacing: -0.075em;
  margin-bottom: 26px;
}

h2 {
  font-size: clamp(1.55rem, 4vw, 3.15rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.25rem;
  letter-spacing: -0.035em;
  font-weight: 600;
}

/* Hero text — light on dark */
.hero h1 { color: #fff; }

.hero-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
  line-height: 1.7;
}

/* Section body text — muted on light */
.section p { color: var(--muted); font-size: 1.08rem; line-height: 1.7; }

.security-cta p { color: rgba(255, 255, 255, 0.82); max-width: 720px; }

/* ── Buttons ─────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 749px;
  padding: 14px 20px;
  text-decoration: none;
  font-weight: 950;
  border: 0;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn.primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.35);
}

.btn.secondary {
  color: var(--blue);
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.26);
}

/* Secondary on dark (hero) background */
.hero .btn.secondary {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-actions .btn {
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hero-actions .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(37, 99, 235, 0.28);
}

.hero-actions .btn.primary  { min-width: 210px; }
.hero-actions .btn.secondary { min-width: 190px; }

/* ── Hero Visual (dashboard) ─────────────────────────── */

.hero-visual {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

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

.dashboard-card {
  width: min(560px, 100%);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.96));
  border: 1px solid rgba(203, 213, 225, 0.9);
  box-shadow: 0 28px 70px rgba(13, 19, 32, 0.14);
  padding: 28px;
  display: grid;
  gap: 18px;
  overflow: hidden;
}

.dashboard-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.95rem;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 749px;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.12);
}

.dashboard-title { font-weight: 700; color: var(--text); }

.dashboard-content { display: grid; gap: 18px; }

.dashboard-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 16px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.dashboard-header p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.dashboard-header strong {
  display: block;
  margin-top: 6px;
  font-size: 1.05rem;
  color: var(--text);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 749px;
  background: linear-gradient(135deg, var(--blue), #1e40af);
  color: white;
  font-weight: 800;
  font-size: 0.88rem;
  white-space: nowrap;
}

.dashboard-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mini-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.mini-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: white;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.mini-card p { margin: 0; color: var(--muted); font-size: 0.92rem; }

.mini-card strong {
  display: block;
  color: var(--text);
  margin-top: 4px;
  font-size: 1.02rem;
}

.chart-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.06), rgba(249, 115, 22, 0.03));
  border: 1px solid rgba(37, 99, 235, 0.10);
}

.chart-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--muted);
  font-size: 0.95rem;
}

.stoplight {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-shrink: 0;
}

.stoplight-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.stoplight-dot.red {
  background: rgba(239, 68, 68, 0.18);
  border: 1px solid rgba(239, 68, 68, 0.25);
}

.stoplight-dot.yellow {
  background: rgba(234, 179, 8, 0.18);
  border: 1px solid rgba(234, 179, 8, 0.25);
}

.stoplight-dot.green {
  background: #22c55e;
  box-shadow: 0 0 7px rgba(34, 197, 94, 0.65);
}

/* ── Sections ────────────────────────────────────────── */

.section {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 78px 24px;
}

.section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue), var(--orange));
  opacity: 0;
  transform: scaleY(0.98);
  transition: opacity 180ms ease, transform 180ms ease;
}

.section:hover::before {
  opacity: 1;
  animation: blinkCursor 1s steps(2, start) infinite;
}

@keyframes blinkCursor {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

.section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

/* ── Service cards ───────────────────────────────────── */

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card,
.why-grid article,
.booking-card,
.contact-form,
.post-list {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.service-card {
  border-radius: 18px;
  padding: 26px;
}

.service-card .icon {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  font-size: 32px;
  color: white;
  background: linear-gradient(135deg, var(--blue), #1e40af);
  border-radius: 16px;
  margin-bottom: 18px;
}

/* ── Tag cloud ───────────────────────────────────────── */

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.tag-chip:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.tag-chip.active {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

/* ── Post author & inline tags ───────────────────────── */

.post-author {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--blue);
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.post-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  background: var(--accent-soft);
  color: var(--blue);
  border: 1px solid rgba(37, 99, 235, 0.18);
}

.post-tag.active {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

/* ── Blog styles ─────────────────────────────────────── */

.post-list {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 28px;
  max-width: 780px;
  margin-inline: auto;
}

.post-card-wrapper {
  border-radius: 18px;
  border: 1px solid var(--border);
  background: var(--surface);
  overflow: hidden;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.post-card-wrapper:has(.post-content:not([hidden])) {
  background: #fff;
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.10), inset 4px 0 0 var(--blue);
}

.post-card {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.post-card:not(.open):hover {
  background: rgba(37, 99, 235, 0.04) !important;
}

.post-card-meta {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}

.post-content {
  padding: 28px 28px 32px;
  border-top: 1px solid rgba(37, 99, 235, 0.10);
  line-height: 1.75;
  color: var(--text);
  background: rgba(241, 245, 249, 0.5);
}

.post-content h1,
.post-content h2,
.post-content h3 {
  margin-top: 1.6em;
  margin-bottom: 0.4em;
  line-height: 1.25;
}

.post-content h1 { font-size: 1.5rem; }
.post-content h2 { font-size: 1.2rem; }
.post-content h3 { font-size: 1rem; }

.post-content p,
.post-content ul,
.post-content ol { margin-bottom: 1em; }

.post-content ul,
.post-content ol { padding-left: 1.5em; }

.post-content li { margin-bottom: 0.35em; }

.post-content a { color: var(--blue); text-decoration: underline; }

/* ── Why section ─────────────────────────────────────── */

.why-section {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.why-grid article {
  border-radius: 18px;
  padding: 28px;
}

/* ── Journey ─────────────────────────────────────────── */

.journey-grid,
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.journey-step,
.testimonial-card {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: 21px;
  padding: 28px;
}

.journey-step {
  position: relative;
  overflow: hidden;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: white;
  background: linear-gradient(135deg, var(--blue), #1e40af);
  border-radius: 999px;
  font-weight: 900;
  margin-bottom: 18px;
}

/* ── Testimonials ────────────────────────────────────── */

.testimonial-card p {
  font-size: 1.02rem;
  line-height: 1.85;
  color: var(--text);
  margin-bottom: 20px;
}

.testimonial-author {
  display: inline-block;
  font-weight: 800;
  color: var(--blue);
}

/* ── Animations ──────────────────────────────────────── */

@keyframes drift {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.network-orbit { animation: drift 14s ease-in-out infinite; }

.node { animation: pulse 2.5s ease-in-out infinite; }

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.75; }
}

/* ── Logo grid ───────────────────────────────────────── */

.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.logo-grid span {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding: 16px;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  font-weight: 950;
  text-align: center;
}

/* ── Security CTA ────────────────────────────────────── */

.security-cta {
  max-width: 1132px;
  margin: 30px auto;
  padding: 52px 36px;
  color: white;
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.4), transparent 30%),
    linear-gradient(135deg, var(--navy), #111827);
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

/* ── Split / Contact ─────────────────────────────────── */

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
}

.booking-options {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.booking-card {
  display: grid;
  gap: 4px;
  padding: 18px;
  border-radius: 15px;
  text-decoration: none;
  color: var(--text);
}

.booking-card span { color: var(--muted); }

.contact-form {
  border-radius: 21px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.form-message {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(241, 245, 249, 0.9);
  color: var(--text);
  border: 1px solid transparent;
  font-size: 0.98rem;
}

.form-message.success {
  background: rgba(22, 163, 74, 0.12);
  color: rgb(20, 83, 45);
  border-color: rgba(22, 163, 74, 0.28);
}

.form-message.error {
  background: rgba(239, 68, 68, 0.12);
  color: rgb(127, 29, 29);
  border-color: rgba(239, 68, 68, 0.28);
}

label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  font-weight: 850;
  color: var(--text);
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 16px;
  font: inherit;
  color: var(--text);
  background: var(--gray-100);
}

input:focus,
textarea:focus,
select:focus {
  outline: 3px solid rgba(37, 99, 235, 0.22);
  border-color: var(--blue);
}

/* ── Footer ──────────────────────────────────────────── */

.footer {
  padding: 32px 24px;
  text-align: center;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.52);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 160ms ease;
}

.footer a:hover { color: #fff; }

/* ── Responsive: 980px ───────────────────────────────── */

@media (max-width: 980px) {
  .menu-toggle { display: block; }

  .nav-links {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 74px;
    padding: 20px;
    background: var(--navy);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .nav-links.open { display: flex; }

  .nav-links .lang-pill { align-self: flex-start; }

  .hero,
  .split,
  .contact-section { grid-template-columns: 1fr; }

  .hero {
    padding-top: 48px;
    gap: 36px;
  }

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

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

  .why-grid,
  .journey-grid,
  .testimonials-grid { grid-template-columns: 1fr; }

  .security-cta {
    margin-inline: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section { padding: 56px 24px; }
}

/* ── Responsive: 620px ───────────────────────────────── */

@media (max-width: 620px) {
  .nav { padding-inline: 16px; }

  .brand span:last-child {
    font-size: 0.9rem;
    max-width: 180px;
    line-height: 1.1;
  }

  main { padding-top: 70px; }

  .hero,
  .section { padding-inline: 16px; }

  .hero {
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .hero-visual { min-height: 300px; }

  .network-orbit {
    width: 200px;
    height: 200px;
  }

  .service-grid,
  .logo-grid { grid-template-columns: 1fr; }

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

  .hero-actions .btn,
  .security-cta .btn {
    width: 100%;
    text-align: center;
  }

  .hero-actions .btn.primary,
  .hero-actions .btn.secondary { min-width: unset; }

  .security-cta {
    border-radius: 22px;
    padding: 32px 20px;
    margin-inline: 16px;
  }

  .dashboard-cards { grid-template-columns: 1fr; }

  .post-list { padding: 14px; }

  .post-content { padding: 20px 16px 24px; }
}

.nm-wrap {
      background: #0f1117;
      border-radius: 20px;
      padding: 48px 44px 56px;
      color: #f0f0f0;
      max-width: 780px;
      width: 100%;
      border: 0.5px solid #1a2030;
    }

    .nm-header {
      text-align: center;
      margin-bottom: 40px;
    }
    .nm-logo-line {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-bottom: 12px;
    }
    .nm-hex { width: 30px; height: 30px; }
    .nm-brand {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #f97316;
    }
    .nm-title {
      font-size: 26px;
      font-weight: 700;
      color: #ffffff;
      line-height: 1.25;
      margin: 0 0 8px;
    }
    .nm-subtitle {
      font-size: 13px;
      color: #6b7280;
    }

    .nm-divider {
      height: 1px;
      background: linear-gradient(90deg, transparent, #f97316 30%, #f97316 70%, transparent);
      opacity: 0.3;
      margin: 0 0 36px;
    }

    .nm-section-label {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #f97316;
      margin: 0 0 16px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .nm-section-label::after {
      content: '';
      flex: 1;
      height: 1px;
      background: #1f2330;
    }
    .nm-section-label i { font-size: 14px; }

    .nm-grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }
    .nm-grid-3 {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 14px;
    }

    .nm-card {
      background: #161b27;
      border: 0.5px solid #1f2a3a;
      border-radius: 14px;
      padding: 22px 20px;
      position: relative;
      overflow: hidden;
    }
    .nm-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 2px;
      background: #f97316;
      opacity: 0.5;
    }
    .nm-card.accent::before { opacity: 1; }

    .nm-card-icon {
      font-size: 20px;
      color: #f97316;
      margin-bottom: 14px;
      opacity: 0.8;
      display: block;
    }
    .nm-stat {
      font-size: 40px;
      font-weight: 700;
      color: #f97316;
      line-height: 1;
      margin: 0 0 8px;
    }
    .nm-stat-sm { font-size: 30px; }
    .nm-stat-label {
      font-size: 12px;
      color: #9ca3af;
      line-height: 1.5;
      margin: 0 0 8px;
    }
    .nm-source {
      font-size: 10px;
      color: #374151;
    }

    .nm-highlight-card {
      background: #161b27;
      border: 0.5px solid #f97316;
      border-radius: 14px;
      padding: 24px 22px;
      display: flex;
      align-items: flex-start;
      gap: 20px;
    }
    .nm-big-num {
      font-size: 52px;
      font-weight: 700;
      color: #f97316;
      line-height: 1;
      white-space: nowrap;
    }
    .nm-big-text {
      font-size: 14px;
      color: #d1d5db;
      line-height: 1.55;
      margin: 4px 0 8px;
    }
    .nm-big-source { font-size: 10px; color: #374151; }

    .nm-bar-row {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 14px;
    }
    .nm-bar-label {
      font-size: 12px;
      color: #9ca3af;
      width: 220px;
      flex-shrink: 0;
      line-height: 1.35;
    }
    .nm-bar-track {
      flex: 1;
      height: 8px;
      background: #1a2030;
      border-radius: 4px;
      overflow: hidden;
    }
    .nm-bar-fill {
      height: 100%;
      background: #f97316;
      border-radius: 4px;
    }
    .nm-bar-val {
      font-size: 13px;
      font-weight: 600;
      color: #f97316;
      width: 36px;
      text-align: right;
      flex-shrink: 0;
    }

    .nm-footer {
      margin-top: 36px;
      padding-top: 22px;
      border-top: 0.5px solid #1f2a3a;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }
    .nm-footer-brand { font-size: 11px; color: #374151; }
    .nm-footer-brand span { color: #f97316; font-weight: 600; }
    .nm-footer-cta {
      font-size: 11px;
      color: #f97316;
      font-weight: 500;
      text-decoration: none;
      border: 0.5px solid #f97316;
      padding: 6px 14px;
      border-radius: 6px;
      opacity: 0.85;
      transition: opacity 0.15s;
    }
    .nm-footer-cta:hover { opacity: 1; }

    @media (max-width: 600px) {
      .nm-wrap { padding: 32px 24px 40px; }
      .nm-grid-2, .nm-grid-3 { grid-template-columns: 1fr; }
      .nm-highlight-card { flex-direction: column; gap: 10px; }
      .nm-bar-label { width: 140px; }
      .nm-big-num { font-size: 38px; }
      .nm-title { font-size: 20px; }
    }