:root {
  --nr-bg: #05070b;
  --nr-bg-2: #0b1020;
  --nr-surface: #0f172a;
  --nr-surface-2: #151d2c;
  --nr-line: rgba(148, 163, 184, 0.22);
  --nr-line-strong: rgba(255, 255, 255, 0.16);
  --nr-text: #f8fafc;
  --nr-muted: #94a3b8;
  --nr-muted-2: #cbd5e1;
  --nr-orange: #ff7a18;
  --nr-orange-2: #ffb15c;
  --nr-green: #22c55e;
  --nr-blue: #38bdf8;
  --nr-violet: #a78bfa;
  --nr-red: #ef4444;
  --nr-radius: 24px;
  --nr-radius-lg: 34px;
  --nr-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
  --nr-header-h: 72px;
  font-size: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.nr-page {
  margin: 0;
  background:
    radial-gradient(circle at 14% -8%, rgba(255, 122, 24, 0.19), transparent 30rem),
    radial-gradient(circle at 83% 7%, rgba(56, 189, 248, 0.16), transparent 26rem),
    linear-gradient(180deg, #070a12 0%, var(--nr-bg) 42%, #06070a 100%);
  color: var(--nr-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

.nr-page a { color: inherit; text-decoration: none; }
.nr-page img { max-width: 100%; height: auto; display: block; }
.nr-page button, .nr-page input, .nr-page textarea { font: inherit; }
.nr-page strong { color: var(--nr-text); }
.nr-page p { margin: 0; color: var(--nr-muted-2); }
.nr-page ul { margin: 0; padding: 0; list-style: none; }

.nr-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.nr-wide { width: min(1320px, calc(100% - 40px)); margin: 0 auto; }

.nr-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--nr-header-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(5, 7, 11, 0.78);
  backdrop-filter: blur(18px);
}
.nr-topbar .nr-shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nr-brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.03em; }
.nr-logo-mark {
  width: 40px; height: 40px;
  display: inline-block;
  background: url("/assets/brand/nablet-logo.png") center / contain no-repeat;
  color: transparent;
  font-size: 0;
  flex: none;
}
/* The logo image already contains the "nablet" wordmark, so hide the duplicate text.
   To show a separate text wordmark instead, set .nr-logo-word display back to inline
   and swap .nr-logo-mark for an icon-only image. */
.nr-logo-word {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #fff;
}
.nr-logo-word { font-size: 1.1rem; }
.nr-nav { display: flex; align-items: center; gap: 6px; }
.nr-nav a {
  padding: 10px 12px;
  color: #dbe5f4;
  font-size: .93rem;
  border-radius: 999px;
  transition: background .18s ease, color .18s ease;
}
.nr-nav a:hover, .nr-nav a[aria-current="page"] { background: rgba(255,255,255,.08); color: #fff; }
.nr-top-actions { display: flex; align-items: center; gap: 10px; }
.nr-mobile-toggle {
  display: none;
  width: 42px; height: 42px; border: 1px solid var(--nr-line); border-radius: 999px; background: rgba(255,255,255,.04); color: #fff;
}

.nr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.13);
  color: var(--nr-text);
  background: rgba(255,255,255,.05);
  font-weight: 750;
  letter-spacing: -.01em;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.nr-btn:hover { transform: translateY(-1px); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); }
.nr-btn-primary {
  background: linear-gradient(135deg, var(--nr-orange), var(--nr-orange-2));
  color: #1b0c02;
  border-color: transparent;
  box-shadow: 0 18px 48px rgba(255, 122, 24, 0.28);
}
.nr-btn-primary:hover { background: linear-gradient(135deg, #ff8b2d, #ffc078); box-shadow: 0 20px 58px rgba(255, 122, 24, 0.38); }
.nr-btn-dark { background: #111827; border-color: #334155; }
.nr-btn-sm { min-height: 38px; padding: 0 14px; font-size: .9rem; min-width: 120px;}
.nr-btn-full { width: 100%; }

.nr-hero {
  position: relative;
  padding: 88px 0 56px;
  overflow: hidden;
}
.nr-hero::before {
  content: "";
  position: absolute;
  inset: -16rem -10rem auto auto;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  background: rgba(255, 122, 24, .08);
  filter: blur(40px);
  pointer-events: none;
}
.nr-hero-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr); gap: 58px; align-items: center; }
.nr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 122, 24, .24);
  background: rgba(255, 122, 24, .08);
  color: #ffd7b5;
  border-radius: 999px;
  font-size: .83rem;
  font-weight: 750;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.nr-eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--nr-orange); box-shadow: 0 0 0 6px rgba(255, 122, 24, .15); }
.nr-hero h1 {
  margin: 22px 0 18px;
  max-width: 780px;
  font-size: clamp(3.15rem, 7vw, 6.25rem);
  line-height: .92;
  letter-spacing: normal;
}
.nr-gradient-text { background: linear-gradient(135deg, #fff 0%, #dbeafe 45%, #ffb15c 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nr-lede { font-size: clamp(1.08rem, 1.45vw, 1.32rem); max-width: 720px; color: #cbd5e1; line-height: 1.65; }
.nr-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.nr-meta-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; color: var(--nr-muted); font-size: .92rem; }
.nr-meta-row span { display: inline-flex; align-items: center; gap: 8px; }
.nr-meta-row span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--nr-green); }

.nr-hero-visual { position: relative; }
.nr-hero-card {
  padding: 12px;
  border: 1px solid var(--nr-line-strong);
  border-radius: var(--nr-radius-lg);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  box-shadow: var(--nr-shadow);
}
.nr-hero-card img { border-radius: 24px; border: 1px solid rgba(255,255,255,.10); }
.nr-floating-card {
  position: absolute;
  right: -18px;
  bottom: -26px;
  width: min(330px, 54%);
  padding: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(8, 13, 25, .86);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(0,0,0,.42);
}
.nr-floating-card b { display: block; font-size: .88rem; color: #fff; margin-bottom: 4px; }
.nr-floating-card span { color: var(--nr-muted); font-size: .83rem; }
.nr-signal { display: flex; align-items: end; gap: 4px; height: 34px; margin-top: 14px; }
.nr-signal i { display: block; width: 9px; border-radius: 99px; background: linear-gradient(180deg, var(--nr-orange-2), var(--nr-orange)); }
.nr-signal i:nth-child(1) { height: 15px; opacity: .55; }
.nr-signal i:nth-child(2) { height: 24px; opacity: .7; }
.nr-signal i:nth-child(3) { height: 19px; opacity: .62; }
.nr-signal i:nth-child(4) { height: 31px; }
.nr-signal i:nth-child(5) { height: 26px; opacity: .8; }

.nr-capability-strip { padding: 18px 0 44px; }
.nr-chip-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.nr-chip {
  min-height: 76px;
  display: flex; align-items: center; justify-content: center;
  padding: 14px;
  text-align: center;
  border: 1px solid var(--nr-line);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
  color: #dbeafe;
  font-weight: 700;
  font-size: .92rem;
}

.nr-section { padding: 84px 0; }
.nr-section-tight { padding: 56px 0; }
.nr-section-alt { background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,0)); border-block: 1px solid rgba(255,255,255,.06); }
.nr-section-head { max-width: 760px; margin: 0 0 38px; }
.nr-section-head-center { max-width: 830px; margin: 0 auto 44px; text-align: center; }
.nr-kicker { color: var(--nr-orange-2); font-size: .8rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; margin: 0 0 12px; }
.nr-section h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.9rem); line-height: 1; letter-spacing: -.035em; }
.nr-section-head p, .nr-section-head-center p { margin-top: 18px; font-size: 1.08rem; color: var(--nr-muted-2); }

.nr-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.nr-card-grid-4 { grid-template-columns: repeat(4, 1fr); }
.nr-card {
  position: relative;
  padding: 24px;
  border: 1px solid var(--nr-line);
  border-radius: var(--nr-radius);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  min-height: 220px;
  overflow: hidden;
}
.nr-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  opacity: .6;
}
.nr-icon {
  display: grid; place-items: center;
  width: 44px; height: 44px;
  border-radius: 14px;
  background: rgba(255,122,24,.12);
  color: var(--nr-orange-2);
  font-size: 1.28rem;
  margin-bottom: 22px;
}
.nr-card h3 { margin: 0 0 10px; font-size: 1.23rem; line-height: 1.15; letter-spacing: -.025em; }
.nr-card p { font-size: .97rem; color: var(--nr-muted); }
.nr-card ul { display: grid; gap: 8px; margin-top: 18px; }
.nr-card li { color: #cbd5e1; font-size: .92rem; display: flex; gap: 8px; }
.nr-card li::before { content: "✓"; color: var(--nr-orange-2); font-weight: 900; }

.nr-two-col { display: grid; grid-template-columns: .92fr 1.08fr; gap: 42px; align-items: center; }
.nr-two-col-reverse { grid-template-columns: 1.08fr .92fr; }
.nr-media-frame {
  padding: 10px;
  border: 1px solid var(--nr-line-strong);
  border-radius: var(--nr-radius-lg);
  background: rgba(255,255,255,.045);
  box-shadow: var(--nr-shadow);
}
.nr-media-frame img, .nr-media-frame svg { border-radius: 24px; }
.nr-feature-list { display: grid; gap: 14px; margin-top: 26px; }
.nr-feature-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 18px;
  border: 1px solid var(--nr-line);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
}
.nr-check {
  flex: 0 0 auto;
  width: 25px; height: 25px;
  display: grid; place-items: center;
  border-radius: 999px;
  background: rgba(34, 197, 94, .14);
  color: #86efac;
  font-weight: 900;
}
.nr-feature-item b { display: block; margin-bottom: 3px; }
.nr-feature-item span { color: var(--nr-muted); font-size: .95rem; }

.nr-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: step; }
.nr-step {
  counter-increment: step;
  padding: 26px;
  border: 1px solid var(--nr-line);
  border-radius: var(--nr-radius);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.022));
}
.nr-step::before {
  content: counter(step);
  display: grid; place-items: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nr-orange), var(--nr-orange-2));
  color: #1b0c02;
  font-weight: 900;
  margin-bottom: 24px;
}
.nr-step h3 { margin: 0 0 10px; font-size: 1.25rem; }
.nr-step p { color: var(--nr-muted); }

.nr-workflow-modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.nr-mode { padding: 24px; border-radius: 24px; background: #0f172a; border: 1px solid var(--nr-line); }
.nr-mode h3 { margin: 0 0 10px; font-size: 1.22rem; }
.nr-mode p { color: var(--nr-muted); }
.nr-mode .nr-icon { margin-bottom: 18px; }

.nr-results-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: start; }
.nr-export-list { display: grid; gap: 12px; }
.nr-export {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--nr-line);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
}
.nr-export b { display: block; }
.nr-export span { color: var(--nr-muted); font-size: .92rem; }
.nr-tag { flex: 0 0 auto; padding: 5px 9px; border-radius: 999px; background: rgba(255,122,24,.13); color: #ffd7b5; font-weight: 800; font-size: .75rem; }

.nr-editions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.nr-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--nr-line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  min-height: 640px;
}
.nr-plan-featured { border-color: rgba(255,122,24,.48); box-shadow: 0 24px 70px rgba(255,122,24,.10); }
.nr-plan-badge {
  position: absolute; top: 18px; right: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,122,24,.14);
  color: #ffd7b5;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.nr-plan h3 { margin: 0 0 8px; font-size: 1.8rem; letter-spacing: -.04em; }
.nr-plan-subtitle { color: var(--nr-muted); min-height: 58px; }
.nr-plan-meta {
  display: grid; gap: 8px;
  padding: 18px 0 20px;
  margin: 18px 0;
  border-block: 1px solid var(--nr-line);
}
.nr-plan-meta span { color: var(--nr-muted-2); font-size: .92rem; }
.nr-plan ul { display: grid; gap: 11px; margin-bottom: 24px; }
.nr-plan li { display: flex; gap: 10px; color: #dce7f5; font-size: .93rem; }
.nr-plan li::before { content: "✓"; color: var(--nr-green); font-weight: 900; }
.nr-plan .nr-muted-feature { color: #64748b; }
.nr-plan .nr-muted-feature::before { content: "—"; color: #475569; }
.nr-plan-actions { margin-top: auto; display: grid; gap: 10px; }
.nr-plan-note { color: var(--nr-muted); font-size: .82rem; text-align: center; }

.nr-nav-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.nr-nav-card {
  display: block;
  min-height: 160px;
  padding: 22px;
  border: 1px solid var(--nr-line);
  border-radius: 24px;
  background: rgba(255,255,255,.035);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.nr-nav-card:hover { transform: translateY(-2px); background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.22); }
.nr-nav-card b { display: block; margin-bottom: 9px; font-size: 1.1rem; }
.nr-nav-card span { color: var(--nr-muted); font-size: .94rem; }

.nr-cta {
  padding: 54px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 122, 24, .22), transparent 24rem),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.03));
  box-shadow: var(--nr-shadow);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}
.nr-cta h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 4rem); line-height: .98; letter-spacing: -.035em; }
.nr-cta p { max-width: 680px; }
.nr-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }

.nr-footer { padding: 58px 0 38px; border-top: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.18); }
.nr-footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 28px; }
.nr-footer h3 { margin: 0 0 14px; font-size: .9rem; color: #fff; letter-spacing: .08em; text-transform: uppercase; }
.nr-footer p, .nr-footer a { color: var(--nr-muted); font-size: .94rem; }
.nr-footer a { display: block; margin: 7px 0; }
.nr-footer a:hover { color: #fff; }
.nr-footer-bottom { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; gap: 20px; color: #64748b; font-size: .9rem; }

.nr-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(0,0,0,.68);
  backdrop-filter: blur(10px);
}
.nr-modal.is-open { display: flex; }
.nr-modal-card {
  width: min(620px, 100%);
  max-height: 92vh;
  overflow-y: auto;
  border: 1px solid var(--nr-line-strong);
  border-radius: 30px;
  background: #0b1020;
  box-shadow: var(--nr-shadow);
}
.nr-modal-head { display: flex; justify-content: space-between; padding: 26px 26px 0; }
.nr-modal-head h2 { margin: 0; font-size: 2rem; letter-spacing: -.04em; }
.nr-modal-head p { margin-top: 6px; color: var(--nr-muted); }
.nr-modal-close { width: 40px; height: 40px; border: 1px solid var(--nr-line); border-radius: 999px; background: rgba(255,255,255,.04); color: #fff; cursor: pointer; }
.nr-form { display: grid; gap: 12px; padding: 26px; }
.nr-form label { display: grid; gap: 7px; color: #e2e8f0; font-size: .88rem; font-weight: 700; }
.nr-form input, .nr-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  color: #fff;
  padding: 13px 14px;
  outline: none;
}
.nr-form input:focus, .nr-form textarea:focus { border-color: rgba(255,122,24,.72); box-shadow: 0 0 0 4px rgba(255,122,24,.12); }
.nr-form-note { font-size: .82rem; color: var(--nr-muted); }
.nr-form-note a { color: var(--nr-orange-2); text-decoration: underline; }

.nr-cookie {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: none;
  max-width: 760px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid var(--nr-line-strong);
  border-radius: 20px;
  background: rgba(11, 16, 32, .94);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 70px rgba(0,0,0,.46);
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.nr-cookie.is-visible { display: flex; }
.nr-cookie p { color: var(--nr-muted-2); font-size: .9rem; }
.nr-cookie a { color: #ffd7b5; text-decoration: underline; }
.nr-sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

@media (max-width: 1080px) {
  .nr-hero-grid, .nr-two-col, .nr-two-col-reverse, .nr-results-grid { grid-template-columns: 1fr; }
  .nr-hero-grid { gap: 40px; }
  .nr-card-grid-4, .nr-nav-cards { grid-template-columns: repeat(2, 1fr); }
  .nr-chip-grid { grid-template-columns: repeat(3, 1fr); }
  .nr-cta { grid-template-columns: 1fr; }
  .nr-cta-actions { justify-content: flex-start; }
}

@media (max-width: 920px) {
  .nr-nav { display: none; }
  .nr-mobile-toggle { display: inline-grid; place-items: center; }
  .nr-top-actions > .nr-btn { display: none; }
  .nr-topbar.is-menu-open { height: auto; align-items: flex-start; }
  .nr-topbar.is-menu-open .nr-shell { flex-wrap: wrap; padding-block: 14px; }
  .nr-topbar.is-menu-open .nr-nav {
    order: 4;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 12px 0;
  }
  .nr-topbar.is-menu-open .nr-nav a { border-radius: 14px; padding: 13px; }
  .nr-card-grid, .nr-process, .nr-workflow-modes, .nr-editions, .nr-footer-grid { grid-template-columns: 1fr; }
  .nr-plan { min-height: auto; }
}

@media (max-width: 640px) {
  :root { --nr-header-h: 64px; }
  .nr-shell, .nr-wide { width: min(100% - 28px, 1180px); }
  .nr-hero { padding-top: 58px; }
  .nr-section { padding: 62px 0; }
  .nr-section-tight { padding: 42px 0; }
  .nr-hero h1 { font-size: clamp(3rem, 17vw, 4.7rem); }
  .nr-hero-actions, .nr-cta-actions { flex-direction: column; align-items: stretch; }
  .nr-btn { width: 100%; }
  .nr-chip-grid, .nr-card-grid-4, .nr-nav-cards { grid-template-columns: 1fr; }
  .nr-floating-card { position: static; width: auto; margin-top: 12px; }
  .nr-cta { padding: 28px; }
  .nr-footer-bottom { flex-direction: column; }
  .nr-cookie { display: none; }
  .nr-cookie.is-visible { display: grid; }
}


/* Rebuild v2 additions */
.nr-hero h1 { font-weight: 860; }
.nr-announcement {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(255, 122, 24, .24);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255,122,24,.13), rgba(56,189,248,.055));
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
}
.nr-announcement h2 { margin: 0 0 6px; font-size: clamp(1.55rem, 2.6vw, 2.45rem); letter-spacing: -.025em; }
.nr-announcement p { color: #dbeafe; }
.nr-spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.nr-spec {
  padding: 22px;
  border: 1px solid var(--nr-line);
  border-radius: 22px;
  background: rgba(255,255,255,.035);
}
.nr-spec b { display:block; margin-bottom: 12px; font-size: 1.02rem; }
.nr-spec span { display:block; color: var(--nr-muted); font-size: .92rem; }
.nr-comparison {
  overflow: hidden;
  border: 1px solid var(--nr-line);
  border-radius: 26px;
  background: rgba(255,255,255,.035);
}
.nr-comparison table { width: 100%; border-collapse: collapse; }
.nr-comparison th, .nr-comparison td { padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,.08); text-align: left; vertical-align: top; }
.nr-comparison th { color: #fff; background: rgba(255,255,255,.045); font-size: .88rem; text-transform: uppercase; letter-spacing: .08em; }
.nr-comparison td { color: var(--nr-muted-2); }
.nr-comparison tr:last-child td { border-bottom: 0; }
.nr-comparison td:first-child { color: #fff; font-weight: 800; width: 23%; }
.nr-pill-row { display:flex; flex-wrap:wrap; gap:8px; margin-top:22px; }
.nr-pill { padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #dbeafe; background: rgba(255,255,255,.04); font-size: .84rem; font-weight: 700; }
.nr-mini-note { margin-top: 10px; color: var(--nr-muted); font-size: .86rem; }
.nr-form select {
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  color: #fff;
  padding: 13px 14px;
  outline: none;
}
.nr-form option { color: #111827; }
.nr-product-visual {
  min-height: 420px;
  display: grid;
  place-items: center;
}
.nr-quote-card {
  padding: 22px;
  border: 1px solid var(--nr-line);
  border-radius: 24px;
  background: rgba(255,255,255,.035);
}
.nr-quote-card p { color: #dbeafe; font-size: 1.05rem; }
.nr-quote-card b { display:block; margin-top: 12px; color: #fff; }
@media (max-width: 1080px) {
  .nr-spec-grid { grid-template-columns: repeat(2, 1fr); }
  .nr-announcement { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nr-spec-grid { grid-template-columns: 1fr; }
  .nr-comparison { overflow-x: auto; }
  .nr-comparison table { min-width: 760px; }
}


/* Rebuild v3 additions */
.nr-hero h1 { letter-spacing: normal; }
.nr-visual-label {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(5, 7, 11, .68);
  color: #dbeafe;
  font-size: .8rem;
  font-weight: 800;
  backdrop-filter: blur(14px);
}
.nr-check-table td:not(:first-child) { text-align: center; }
.nr-check-table .yes { color: var(--nr-green); font-weight: 900; }
.nr-check-table .pro { color: var(--nr-orange-2); font-weight: 900; }
.nr-check-table .no { color: rgba(148,163,184,.55); }
.nr-hero-card.nr-relative, .nr-media-frame.nr-relative { position: relative; }
.nr-large-stat {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  margin-top: 26px;
}
.nr-large-stat > div {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
}
.nr-large-stat b { display:block; font-size: 1.45rem; color:#fff; line-height:1; }
.nr-large-stat span { color: var(--nr-muted); font-size: .88rem; }
@media (max-width: 760px) { .nr-large-stat { grid-template-columns: 1fr; } }


/* Rebuild v4: Avid plug-ins */
.nr-breadcrumbs { display:flex; gap:10px; align-items:center; margin-bottom:22px; color: var(--nr-muted); font-size:.92rem; }
.nr-breadcrumbs a { color:#dbeafe; }
.nr-breadcrumbs span::before { content:"/"; margin-right:10px; color:rgba(148,163,184,.55); }
.nr-badge-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
.nr-badge { display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border:1px solid rgba(255,255,255,.12); border-radius:999px; background:rgba(255,255,255,.045); color:#dbeafe; font-size:.86rem; font-weight:750; }
.nr-plugin-card { display:flex; flex-direction:column; min-height:100%; }
.nr-card-topline { display:flex; justify-content:space-between; gap:12px; align-items:center; margin-bottom:18px; }
.nr-label { display:inline-flex; align-items:center; padding:6px 10px; border-radius:999px; background:rgba(255,122,24,.12); color:#ffcfaa; border:1px solid rgba(255,122,24,.22); font-size:.78rem; font-weight:850; text-transform:uppercase; letter-spacing:.06em; }
.nr-label-free { background:rgba(34,197,94,.10); border-color:rgba(34,197,94,.22); color:#bbf7d0; }
.nr-card-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:auto; padding-top:22px; }
.nr-format-cloud { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
.nr-format-cloud span { padding:9px 12px; border-radius:12px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10); color:#dbeafe; font-size:.88rem; font-weight:750; }
.nr-download-panel { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:26px; }
.nr-download-option { padding:18px; border:1px solid var(--nr-line); border-radius:20px; background:rgba(255,255,255,.045); }
.nr-download-option h3 { margin:0 0 8px; font-size:1.05rem; }
.nr-download-option p { margin:0 0 16px; color:var(--nr-muted); font-size:.92rem; }
.nr-note-box { margin-top:22px; padding:18px; border:1px solid rgba(255,177,92,.28); border-radius:20px; background:rgba(255,122,24,.08); color:#ffe2c7; }
.nr-note-box p { color:#ffe2c7; }
.nr-mini-link { color:#ffb15c; font-weight:850; }
.nr-plugin-visual svg { width:100%; height:auto; display:block; border-radius:24px; }
@media (max-width: 760px) { .nr-download-panel { grid-template-columns:1fr; } .nr-breadcrumbs { flex-wrap:wrap; } }


/* v5 company, legal and informational pages */
.nr-hero-compact { padding: 74px 0 48px; }
.nr-hero-compact .nr-hero-grid { grid-template-columns: 1fr; max-width: 940px; }
.nr-hero-compact .nr-hero h1, .nr-hero-compact h1 { max-width: 980px; }
.nr-page .nr-hero-compact h1 { font-size: clamp(2.8rem, 6.2vw, 5.6rem); }
.nr-subnav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.nr-subnav a { padding: 9px 14px; border: 1px solid var(--nr-line); border-radius: 999px; color: #dbeafe; background: rgba(255,255,255,.04); font-weight: 700; font-size: .92rem; }
.nr-subnav a:hover { background: rgba(255,255,255,.09); }
.nr-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 36px; }
.nr-stat-card { padding: 22px; border: 1px solid var(--nr-line); border-radius: 22px; background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)); }
.nr-stat-card b { display: block; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; letter-spacing: -.05em; color: #fff; }
.nr-stat-card span { display: block; margin-top: 8px; color: var(--nr-muted); font-weight: 650; }
.nr-timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.nr-timeline-item { position: relative; min-height: 190px; padding: 22px; border: 1px solid var(--nr-line); border-radius: 24px; background: rgba(255,255,255,.035); overflow: hidden; }
.nr-timeline-year { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: rgba(255,122,24,.12); color: var(--nr-orange-2); font-weight: 900; font-size: .82rem; margin-bottom: 18px; }
.nr-timeline-item h3 { margin: 0 0 10px; font-size: 1.15rem; line-height: 1.18; }
.nr-timeline-item p { color: var(--nr-muted); font-size: .94rem; }
.nr-info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.nr-info-card { padding: 26px; border: 1px solid var(--nr-line); border-radius: 26px; background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)); }
.nr-info-card h3 { margin: 0 0 12px; font-size: 1.25rem; }
.nr-info-card p, .nr-info-card li { color: var(--nr-muted-2); }
.nr-info-card ul { display: grid; gap: 9px; margin-top: 16px; }
.nr-info-card li { display: flex; gap: 8px; }
.nr-info-card li::before { content: "•"; color: var(--nr-orange-2); font-weight: 900; }
.nr-article-shell { width: min(940px, calc(100% - 40px)); margin: 0 auto; }
.nr-article { padding: 34px; border: 1px solid var(--nr-line); border-radius: 28px; background: rgba(255,255,255,.035); }
.nr-article h2 { margin: 34px 0 12px; font-size: clamp(1.65rem, 3vw, 2.5rem); line-height: 1.04; letter-spacing: -.025em; }
.nr-article h2:first-child { margin-top: 0; }
.nr-article h3 { margin: 24px 0 8px; font-size: 1.17rem; }
.nr-article p { margin: 10px 0; color: var(--nr-muted-2); }
.nr-article ul { display: grid; gap: 8px; margin: 14px 0 18px; padding-left: 0; }
.nr-article li { color: var(--nr-muted-2); display: flex; gap: 10px; }
.nr-article li::before { content: "•"; color: var(--nr-orange-2); font-weight: 900; }
.nr-article a { color: #ffd7b5; text-decoration: underline; text-underline-offset: 3px; }
.nr-legal-note { margin-top: 18px; padding: 14px 16px; border: 1px solid rgba(255,122,24,.25); border-radius: 18px; background: rgba(255,122,24,.08); color: #ffe4ca; font-size: .94rem; }
.nr-address-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.nr-address-card { padding: 26px; border: 1px solid var(--nr-line); border-radius: 24px; background: rgba(255,255,255,.04); }
.nr-address-card h3 { margin: 0 0 14px; }
.nr-address-card p { margin: 4px 0; }
.nr-link-card { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 22px; border: 1px solid var(--nr-line); border-radius: 22px; background: rgba(255,255,255,.035); }
.nr-link-card h3 { margin: 0 0 6px; }
.nr-link-card p { color: var(--nr-muted); }
.nr-news-empty { text-align: center; padding: 48px 28px; border: 1px solid var(--nr-line); border-radius: 28px; background: rgba(255,255,255,.035); }
.nr-product-question-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.nr-question-card { padding: 22px; border: 1px solid var(--nr-line); border-radius: 22px; background: rgba(255,255,255,.035); }
.nr-question-card h3 { margin: 0 0 10px; }
.nr-question-card ul { display: grid; gap: 8px; }
.nr-question-card li { color: var(--nr-muted-2); display: flex; gap: 8px; }
.nr-question-card li::before { content: "?"; color: var(--nr-orange-2); font-weight: 900; }
@media (max-width: 980px) {
  .nr-stat-grid, .nr-timeline { grid-template-columns: repeat(2, 1fr); }
  .nr-info-grid, .nr-address-grid, .nr-product-question-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nr-stat-grid, .nr-timeline { grid-template-columns: 1fr; }
  .nr-article { padding: 24px; }
  .nr-link-card { display: block; }
  .nr-link-card .nr-btn { margin-top: 16px; }
}


/* v7 homepage and shop */
.nr-home-card { display:flex; flex-direction:column; }
.nr-home-card .nr-card-actions { margin-top:auto; padding-top:22px; }
.nr-shop-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:18px; align-items:stretch; }
.nr-shop-card { position:relative; display:flex; flex-direction:column; gap:14px; min-height:410px; padding:26px; border:1px solid var(--nr-line); border-radius:28px; background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025)); overflow:hidden; }
.nr-shop-card::before { content:""; position:absolute; inset:0 0 auto 0; height:1px; background:linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent); opacity:.65; }
.nr-shop-card-featured { border-color:rgba(255,122,24,.44); box-shadow:0 24px 70px rgba(255,122,24,.10); }
.nr-shop-card h3 { margin:0; font-size:1.46rem; letter-spacing:-.035em; }
.nr-shop-card p { color:var(--nr-muted); }
.nr-shop-price { margin-top:auto; font-size:2rem; line-height:1; color:#fff; font-weight:900; letter-spacing:-.045em; }
.nr-old-price { color:#64748b; text-decoration:line-through; font-size:1.1rem; margin-right:8px; }
.nr-shop-meta { display:flex; flex-wrap:wrap; gap:8px; }
.nr-shop-meta span { padding:7px 10px; border-radius:999px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.09); color:#dbeafe; font-size:.82rem; font-weight:750; }
.nr-shop-actions { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:4px; }
.nr-shop-card .nr-mini-link { margin-top:4px; }
.nr-shop-card .nr-label { align-self:flex-start; }
@media (max-width: 1080px) { .nr-shop-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .nr-shop-grid, .nr-shop-actions { grid-template-columns: 1fr; } .nr-shop-card { min-height:auto; } }


/* =====================================================================
   v8 refinements — typography scale, readability, footer alignment, UX
   Appended overrides. Everything below intentionally wins the cascade.
   ===================================================================== */

/* ---- 1. Base readability: slightly larger, more comfortable body text ---- */
:root { font-size: 17px; }
body.nr-page { line-height: 1.65; }
.nr-page p { color: var(--nr-muted-2); }

/* Nudge up the smaller supporting text sizes for legibility */
.nr-lede { font-size: clamp(1.15rem, 1.4vw, 1.4rem); line-height: 1.7; }
.nr-section-head p, .nr-section-head-center p { font-size: 1.15rem; line-height: 1.7; }
.nr-card p { font-size: 1.02rem; line-height: 1.6; }
.nr-card li { font-size: .98rem; }
.nr-feature-item span { font-size: 1rem; }
.nr-nav-card span { font-size: 1rem; }
.nr-timeline-item p { font-size: 1rem; }
.nr-info-card p, .nr-info-card li { font-size: 1.04rem; line-height: 1.6; }
.nr-article p, .nr-article li { font-size: 1.08rem; line-height: 1.72; }
.nr-plan li { font-size: 1rem; }
.nr-shop-card p { font-size: 1.02rem; }
.nr-footer p, .nr-footer a { font-size: 1rem; }
.nr-nav a { font-size: 1rem; }

/* ---- 2. Headline scale: tame oversized H1/H2 so long titles stay balanced ---- */
/* Hero H1: cap the top end and let long strings wrap gracefully */
.nr-hero h1 {
  font-size: clamp(2.5rem, 4.6vw, 4.15rem);
  line-height: 1.04;
  max-width: 17ch;
  text-wrap: balance;
}
/* Long marketing sentences as H1 need a roomier measure than short brand words */
.nr-page .nr-hero h1 { max-width: 22ch; }

/* Compact hero variant (company/legal/product landing) */
.nr-page .nr-hero-compact h1 { font-size: clamp(2.3rem, 4vw, 3.6rem); max-width: 24ch; }

/* Section titles were up to 3.9rem — bring down for hierarchy under the new H1 */
.nr-section h2 { font-size: clamp(1.85rem, 3vw, 2.9rem); line-height: 1.08; }
.nr-cta h2 { font-size: clamp(1.85rem, 3vw, 2.9rem); line-height: 1.06; }
.nr-announcement h2 { font-size: clamp(1.5rem, 2.4vw, 2.2rem); }
.nr-modal-head h2 { font-size: 1.7rem; }

/* Keep the balance on small screens too */
@media (max-width: 640px) {
  .nr-hero h1 { font-size: clamp(2.1rem, 8.5vw, 3rem); max-width: 100%; }
  .nr-page .nr-hero-compact h1 { font-size: clamp(2rem, 8vw, 2.8rem); max-width: 100%; }
}

/* ---- 3. Footer: horizontal legal links, aligned bottom row ---- */
/* The generic ".nr-footer a { display:block }" forced the legal links to stack.
   Scope block display to the column-link groups only, and lay the legal row out
   as an inline, wrapping list with its own separators. */
.nr-footer-grid a { display: flex; margin: 8px 0; }

.nr-footer-bottom {
  align-items: center;
  flex-wrap: wrap;
}
.nr-footer-bottom a {
  display: inline;              /* override the block rule */
  margin: 0;
  color: var(--nr-muted-2);
}
.nr-footer-bottom a:hover { color: #fff; }
.nr-footer-legal {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}
/* Dot separators between the legal links, rendered via CSS so markup stays clean */
.nr-footer-legal a { position: relative; }
.nr-footer-legal a + a::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px; height: 3px;
  border-radius: 50%;
  background: currentColor;
  opacity: .5;
}

@media (max-width: 640px) {
  .nr-footer-bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
}

/* ---- 4. UX polish ---- */
/* Anchor targets (e.g. #popup / in-page sections) clear the sticky header */
:target { scroll-margin-top: calc(var(--nr-header-h) + 20px); }

/* Visible keyboard focus for accessibility (was relying on browser default) */
.nr-page a:focus-visible,
.nr-page button:focus-visible,
.nr-btn:focus-visible,
.nr-nav a:focus-visible {
  outline: 2px solid var(--nr-orange-2);
  outline-offset: 3px;
  border-radius: 8px;
}

/* Current-section nav item reads a touch stronger */
.nr-nav a[aria-current="page"] { color: #fff; font-weight: 750; }

/* Respect reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .nr-page * { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}


/* =====================================================================
   v9 — hero vertical compaction so the CTA fits above the fold on
   normal desktop screens (mobile keeps its own sizing below 900px)
   ===================================================================== */
@media (min-width: 900px) {
  /* Trim the tall hero padding */
  .nr-hero { padding: 40px 0 36px; }

  /* Slightly smaller H1 and tighter vertical rhythm */
  .nr-hero h1 {
    font-size: clamp(2.3rem, 3.6vw, 3.4rem);
    line-height: 1.06;
    margin: 12px 0 12px;
  }
  .nr-page .nr-hero h1 { max-width: 20ch; }

  /* Pull the supporting elements up so the buttons sit higher */
  .nr-hero .nr-lede { line-height: 1.5; }
  .nr-hero-actions { margin-top: 18px; }
  .nr-meta-row { margin-top: 16px; }

  /* Compact hero (legal / 404 / landing) a touch tighter too */
  .nr-hero-compact { padding: 52px 0 40px; }
  .nr-page .nr-hero-compact h1 { font-size: clamp(2.1rem, 3.4vw, 3.1rem); }
}

/* On tall-content heroes, keep the eyebrow close to the top */
.nr-hero .nr-eyebrow { margin-bottom: 4px; }


/* Centered 2-up editions (e.g. n.Player Standard/Pro) */
.nr-editions-centered {
  grid-template-columns: repeat(2, minmax(0, 360px));
  justify-content: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 720px) {
  .nr-editions-centered { grid-template-columns: 1fr; max-width: 420px; }
}


/* ===== 15th anniversary band (homepage top) ===== */
.nr-anniversary-band {
  background:
    radial-gradient(120% 180% at 0% 0%, rgba(255,122,24,.22), transparent 60%),
    linear-gradient(90deg, rgba(255,122,24,.14), rgba(255,177,92,.06));
  border-bottom: 1px solid rgba(255,122,24,.28);
}
.nr-anniversary-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 0;
}
.nr-anniversary-badge {
  flex: none;
  width: 54px; height: 54px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--nr-orange), #f97316 60%, #ffb15c);
  color: #fff; font-weight: 900; font-size: 1.55rem; letter-spacing: -.04em;
  box-shadow: 0 12px 26px rgba(255,122,24,.3);
}
.nr-anniversary-text { flex: 1 1 auto; min-width: 0; }
.nr-anniversary-title {
  margin: 0; font-weight: 800; font-size: 1.12rem; color: #fff; letter-spacing: -.01em;
}
.nr-anniversary-sub { margin: 3px 0 0; color: #ffe4ca; font-size: .98rem; line-height: 1.5; }
.nr-anniversary-actions { flex: none; }
@media (max-width: 760px) {
  .nr-anniversary-inner { flex-wrap: wrap; gap: 14px; }
  .nr-anniversary-actions { width: 100%; }
  .nr-anniversary-actions .nr-btn { width: 100%; }
}


/* Plug-in page: wide info card + legal fine print */
.nr-info-card-wide { max-width: 100%; }
.nr-legal-fineprint {
  color: var(--nr-muted-2);
  font-size: .86rem;
  line-height: 1.6;
  opacity: .8;
  margin: 0;
  max-width: 980px;
}


/* Beta badge (integrations page) */
.nr-badge-beta {
  display: inline-block;
  font-size: .6em;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 3px 8px;
  margin-left: 6px;
  border-radius: 999px;
  background: rgba(255,122,24,.16);
  color: var(--nr-orange-2);
  border: 1px solid rgba(255,122,24,.3);
}


/* ===================================================================
   Media galleries — product screenshots and use-case diagrams
   =================================================================== */

/* --- Grid of figures --- */
.nr-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.nr-gallery-1 { grid-template-columns: 1fr; }
.nr-gallery figure { margin: 0; }

/* --- Dark screenshot / graphic (fits the dark theme natively) --- */
.nr-shot {
  margin: 0;
  border: 1px solid var(--nr-line);
  border-radius: 20px;
  background: var(--nr-surface);
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0,0,0,.35);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.nr-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}
.nr-shot figcaption {
  padding: 14px 18px 16px;
  border-top: 1px solid var(--nr-line);
  color: var(--nr-muted-2);
  font-size: .93rem;
  line-height: 1.5;
}
.nr-shot figcaption b { color: #fff; display: block; margin-bottom: 3px; font-size: .98rem; }

/* --- Light diagram: presented on an intentional light panel --- */
.nr-shot-light {
  margin: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: #f2f5f9;              /* deliberate light surface */
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0,0,0,.42);
  transition: transform .18s ease, box-shadow .18s ease;
}
.nr-shot-light img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}
.nr-shot-light figcaption {
  padding: 14px 18px 16px;
  background: var(--nr-surface);     /* caption returns to dark = clean seam */
  border-top: 1px solid var(--nr-line);
  color: var(--nr-muted-2);
  font-size: .93rem;
  line-height: 1.5;
}
.nr-shot-light figcaption b { color: #fff; display: block; margin-bottom: 3px; font-size: .98rem; }

/* --- Zoomable affordance --- */
.nr-zoom { cursor: zoom-in; position: relative; }
.nr-zoom:hover { transform: translateY(-3px); border-color: rgba(255,122,24,.5); box-shadow: 0 26px 60px rgba(0,0,0,.5); }
.nr-zoom:focus-visible { outline: 2px solid var(--nr-orange); outline-offset: 3px; }
.nr-zoom .nr-zoom-hint {
  position: absolute; top: 12px; right: 12px;
  display: inline-flex; align-items: center; gap: 5px;
  padding: 5px 10px; border-radius: 999px;
  background: rgba(5,7,11,.72);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff; font-size: .74rem; font-weight: 700;
  opacity: 0; transition: opacity .18s ease;
  pointer-events: none;
}
.nr-zoom:hover .nr-zoom-hint, .nr-zoom:focus-visible .nr-zoom-hint { opacity: 1; }

/* --- Lightbox --- */
.nr-lightbox {
  position: fixed; inset: 0; z-index: 120;
  display: none;
  align-items: center; justify-content: center;
  padding: 32px;
  background: rgba(3,5,9,.9);
  backdrop-filter: blur(6px);
}
.nr-lightbox[aria-hidden="false"] { display: flex; }
.nr-lightbox-inner { max-width: min(1500px, 96vw); max-height: 92vh; display: flex; flex-direction: column; gap: 12px; }
.nr-lightbox img {
  max-width: 100%; max-height: 82vh;
  width: auto; height: auto;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 40px 90px rgba(0,0,0,.6);
}
.nr-lightbox-cap { color: #dbeafe; font-size: .95rem; text-align: center; }
.nr-lightbox-close {
  position: absolute; top: 18px; right: 22px;
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff; font-size: 1.5rem; line-height: 1; cursor: pointer;
}
.nr-lightbox-close:hover { background: rgba(255,122,24,.85); border-color: transparent; }

@media (max-width: 860px) {
  .nr-gallery { grid-template-columns: 1fr; gap: 18px; }
  .nr-lightbox { padding: 16px; }
}

/* Alternating use-case rows (diagram + explanation) */
.nr-usecase-row { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; padding: 34px 0; border-top: 1px solid var(--nr-line); }
.nr-usecase-row:first-of-type { border-top: 0; }
.nr-usecase-row.is-flipped .nr-usecase-media { order: 2; }
.nr-usecase-row h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); margin: 0 0 12px; letter-spacing: -.02em; color: #fff; }
.nr-usecase-row p { margin: 0; color: var(--nr-muted-2); line-height: 1.65; }
.nr-usecase-tag { display: inline-block; margin-bottom: 10px; padding: 4px 10px; border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; background: rgba(255,122,24,.14); color: var(--nr-orange-2); border: 1px solid rgba(255,122,24,.28); }
@media (max-width: 900px) {
  .nr-usecase-row { grid-template-columns: 1fr; gap: 22px; padding: 26px 0; }
  .nr-usecase-row.is-flipped .nr-usecase-media { order: 0; }
}

/* Gallery cards align to top so unequal image heights don't stretch a row */
.nr-gallery { align-items: start; }
/* Don't upscale small source images beyond their natural size */
.nr-shot img, .nr-shot-light img { max-width: 100%; }
.nr-shot-natural { max-width: max-content; }


/* ===== Feedback update: larger anniversary promotion and image-rich product pages ===== */
.nr-anniversary-band.nr-anniversary-band-major {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(70% 190% at 6% 10%, rgba(255,122,24,.38), transparent 62%),
    radial-gradient(90% 170% at 94% 0%, rgba(255,177,92,.24), transparent 62%),
    linear-gradient(135deg, rgba(255,122,24,.24), rgba(10,14,24,.98) 54%, rgba(255,122,24,.12));
  border-bottom: 1px solid rgba(255,177,92,.35);
}
.nr-anniversary-band-major .nr-anniversary-inner { padding: 34px 0; gap: 28px; align-items: stretch; }
.nr-anniversary-band-major .nr-anniversary-badge {
  width: clamp(104px, 14vw, 172px); min-height: 192px;
  border-radius: 28px;
  font-size: clamp(4.2rem, 10vw, 8.4rem);
  line-height: .85;
  box-shadow: 0 26px 80px rgba(255,122,24,.34);
}
.nr-anniversary-band-major .nr-anniversary-badge span { display:block; font-size:.17em; letter-spacing:.18em; text-transform:uppercase; margin-top:7px; }
.nr-anniversary-band-major .nr-anniversary-title { font-size: clamp(1.8rem, 2.2vw, 3.7rem); line-height: .98; letter-spacing:-.05em; max-width: 920px; }
.nr-anniversary-band-major .nr-anniversary-sub { font-size: 1.08rem; max-width: 920px; color:#fff1e6; margin-top: 12px; }
.nr-promo-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 18px; }
.nr-promo-card { padding: 14px 16px; border: 1px solid rgba(255,177,92,.28); border-radius: 16px; background: rgba(5,7,11,.52); }
.nr-promo-card b { display:block; color:#fff; font-size: 1.06rem; margin-bottom: 4px; }
.nr-promo-card span { color:#ffe2c2; font-size: .92rem; line-height: 1.45; }
.nr-code-pill { display:inline-flex; margin-top:9px; padding:5px 9px; border-radius: 999px; background: rgba(255,122,24,.18); border:1px solid rgba(255,122,24,.38); color:#fff; font-weight:800; font-size:.82rem; letter-spacing:.02em; }
.nr-anniversary-band-major .nr-anniversary-actions { display:flex; align-items:center; }
.nr-anniversary-band-major .nr-anniversary-actions .nr-btn { white-space:nowrap; }
.nr-image-card { border:1px solid var(--nr-line); border-radius:24px; overflow:hidden; background:var(--nr-surface); box-shadow:0 22px 60px rgba(0,0,0,.28); }
.nr-image-card img { display:block; width:100%; height:auto; background:#fff; }
.nr-image-card figcaption { padding:14px 18px 16px; color: var(--nr-muted-2); font-size:.95rem; border-top:1px solid var(--nr-line); }
.nr-video-placeholder { border-radius:24px; padding:36px; text-align:center; }
.nr-video-placeholder .nr-play-dot { width:70px; height:70px; display:grid; place-items:center; border-radius:50%; margin:0 auto 16px; background:linear-gradient(135deg,var(--nr-orange),#ffb15c); color:#fff; font-weight:900; font-size:1.9rem; box-shadow:0 20px 50px rgba(255,122,24,.35); }
.nr-disclaimer-box { color: var(--nr-muted-2); line-height:1.6; display:grid; gap:10px; margin: 10px 26px;}
.nr-disclaimer-box strong { color:#fff; }
.nr-modal-actions { display:flex; justify-content:flex-end; gap:12px; margin-top:22px; flex-wrap:wrap; margin-bottom: 10px; margin-right: 10px; }
.nr-disclaimer-modal-card { max-width: 720px; }
.nr-shop-note { color:var(--nr-muted-2); font-size:.95rem; margin-top:10px; }
@media (max-width: 900px) { .nr-promo-grid { grid-template-columns: 1fr; } .nr-anniversary-band-major .nr-anniversary-inner { flex-direction:column; } .nr-anniversary-band-major .nr-anniversary-badge { width:118px; min-height:118px; } }
