/* --------------------------------------------------
   NI Plate Company — Premium dark design system
-------------------------------------------------- */
@font-face {
  font-family: "Charles Wright Web";
  src: url("CharlesWright-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.ni-valuations-page {
  --bg: #0b0b0b;
  --surface: #171717;
  --surface-raised: #1d1d1d;
  --accent: #f4cd06;
  --accent-soft: rgba(244, 205, 6, .14);
  --accent-glow: rgba(244, 205, 6, .5);
  --text: #fff;
  --muted: #bdbdbd;
  --line: rgba(255, 255, 255, .1);
  --radius: 18px;
  --shadow: 0 28px 70px rgba(0, 0, 0, .4);
  --container: 1180px;
  --font-display: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --font-plate: "Charles Wright Web", "Charles Wright 2001", "Charles Wright", "CharlesWright", "Arial Narrow", Arial, sans-serif;
}

.ni-valuations-page *, .ni-valuations-page *::before, .ni-valuations-page *::after { box-sizing: border-box; }
.ni-valuations-page { scroll-behavior: smooth; scroll-padding-top: 90px; }
.ni-valuations-page { margin: 0; color: var(--text); background: var(--bg); font-family: var(--font-body); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
.ni-valuations-page.menu-open { overflow: hidden; }
.ni-valuations-page a { color: inherit; text-decoration: none; }
.ni-valuations-page button, .ni-valuations-page input { font: inherit; }
.ni-valuations-page button { color: inherit; }
.ni-valuations-page svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ni-valuations-page .container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; position: relative; }
.ni-valuations-page .section { position: relative; padding: 140px 0; }
.ni-valuations-page .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; }
.ni-valuations-page .skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; border-radius: 8px; color: #001119; background: var(--accent); transform: translateY(-160%); transition: transform .2s; }
.ni-valuations-page .skip-link:focus { transform: none; }
.ni-valuations-page :focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

/* Header */
.ni-valuations-page .site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; padding: 22px 0; transition: padding .3s, background .3s, border-color .3s; border-bottom: 1px solid transparent; }
.ni-valuations-page .site-header.scrolled { padding: 13px 0; background: rgba(11, 11, 11, .78); border-color: var(--line); backdrop-filter: blur(18px); }
.ni-valuations-page .nav-shell, .ni-valuations-page .nav-links { display: flex; align-items: center; justify-content: space-between; }
.ni-valuations-page .brand { display: inline-flex; gap: 10px; align-items: center; font-family: var(--font-display); font-size: .78rem; letter-spacing: .19em; font-weight: 500; white-space: nowrap; }
.ni-valuations-page .brand strong { color: var(--accent); font-weight: 800; }
.ni-valuations-page .brand-mark { display: grid; place-items: center; width: 38px; height: 30px; border: 1px solid rgba(255,255,255,.25); border-radius: 5px; font-weight: 800; letter-spacing: -.06em; background: linear-gradient(135deg, rgba(255,255,255,.12), transparent); }
.ni-valuations-page .nav-links { gap: 30px; font-size: .84rem; color: #d5d5d5; }
.ni-valuations-page .nav-links a { transition: color .25s; }
.ni-valuations-page .nav-links a:hover { color: var(--accent); }
.ni-valuations-page .nav-links .nav-cta { padding: 10px 17px; border: 1px solid rgba(244,205,6,.35); border-radius: 30px; color: #fff; background: rgba(244,205,6,.08); }
.ni-valuations-page .menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.04); cursor: pointer; }
.ni-valuations-page .menu-toggle span { display: block; width: 17px; height: 1px; margin: 5px auto; background: #fff; transition: transform .3s; }

/* Shared typography and controls */
.ni-valuations-page .eyebrow { margin: 0 0 18px; color: var(--accent); font-size: .72rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.ni-valuations-page h1, .ni-valuations-page h2, .ni-valuations-page h3 { margin-top: 0; font-family: var(--font-display); line-height: 1.08; }
.ni-valuations-page h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4vw, 4rem); letter-spacing: -.045em; }
.ni-valuations-page .section-heading { max-width: 680px; margin: 0 auto 64px; text-align: center; }
.ni-valuations-page .section-heading > p:last-child { max-width: 610px; margin: 0 auto; color: var(--muted); font-size: 1.05rem; }
.ni-valuations-page .button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 60px; padding: 0 30px; border-radius: 12px; font-weight: 700; overflow: hidden; transition: transform .3s, box-shadow .3s, background .3s; }
.ni-valuations-page .button::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 25%, rgba(255,255,255,.38) 50%, transparent 75%); transform: translateX(-120%); transition: transform .7s; }
.ni-valuations-page .button:hover::before { transform: translateX(120%); }
.ni-valuations-page .button svg { width: 21px; }
.ni-valuations-page .button-primary { color: #171300; background: var(--accent); box-shadow: 0 12px 35px rgba(244,205,6,.18), inset 0 1px rgba(255,255,255,.55); }
.ni-valuations-page .button-primary:hover { transform: translateY(-4px); box-shadow: 0 18px 42px var(--accent-glow); }
.ni-valuations-page .text-link { display: inline-flex; gap: 12px; align-items: center; color: #fff; font-weight: 600; border-bottom: 1px solid rgba(244,205,6,.45); padding-bottom: 5px; }
.ni-valuations-page .text-link span { color: var(--accent); transition: transform .25s; }
.ni-valuations-page .text-link:hover span { transform: translate(3px, -3px); }

/* Hero */
.ni-valuations-page .hero { position: relative; min-height: 100svh; padding: 150px 0 82px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 45%, #111820 0, var(--bg) 53%); }
.ni-valuations-page .hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, var(--bg)); pointer-events: none; }
.ni-valuations-page .particle-canvas, .ni-valuations-page .hero-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.ni-valuations-page .particle-canvas { opacity: .55; }
.ni-valuations-page .hero-grid { opacity: .24; background-image: linear-gradient(rgba(244,205,6,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(244,205,6,.04) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(circle at center, black, transparent 73%); transform: perspective(550px) rotateX(65deg) translateY(55%); transform-origin: bottom; }
.ni-valuations-page .ambient { position: absolute; pointer-events: none; width: 420px; height: 420px; border-radius: 50%; filter: blur(100px); opacity: .13; background: var(--accent); }
.ni-valuations-page .ambient-one { top: 13%; left: -260px; animation: drift 10s ease-in-out infinite alternate; }
.ni-valuations-page .ambient-two { right: -280px; bottom: 5%; animation: drift 12s ease-in-out 2s infinite alternate-reverse; }
.ni-valuations-page .hero-content { z-index: 2; text-align: center; }
.ni-valuations-page .hero-eyebrow { animation: fade-up .8s .1s both; }
.ni-valuations-page .hero h1 { margin-bottom: 24px; font-size: clamp(2.7rem, 6.2vw, 6rem); letter-spacing: -.065em; line-height: 1.02; animation: fade-up .9s .2s both; }
.ni-valuations-page .hero h1 span { color: transparent; background: linear-gradient(100deg, #fff 8%, #ffe873 50%, #fff 92%); background-clip: text; -webkit-background-clip: text; }
.ni-valuations-page .hero-copy { margin: 0 auto 8px; color: #e3e3e3; font-size: clamp(1rem, 1.7vw, 1.28rem); animation: fade-up .9s .3s both; }
.ni-valuations-page .hero-assurances { display: flex; justify-content: center; gap: 26px; margin: 0 0 30px; padding: 0; list-style: none; color: var(--muted); font-size: .9rem; animation: fade-up .9s .35s both; }
.ni-valuations-page .hero-assurances li { display: flex; align-items: center; gap: 8px; }
.ni-valuations-page .hero-assurances li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent); }
.ni-valuations-page .plate-wrap { width: min(100%, 480px); margin: 0 auto 25px; animation: fade-up .9s .4s both; }
.ni-valuations-page .registration-plate { display: grid; grid-template-columns: 1fr; min-height: 104px; border: 5px solid #111; border-radius: 12px; background: linear-gradient(170deg, #fff574, #f5d900); box-shadow: 0 15px 40px rgba(0,0,0,.55), inset 0 2px rgba(255,255,255,.75); overflow: hidden; transition: transform .3s, box-shadow .3s; }
.ni-valuations-page .registration-plate:focus-within { transform: scale(1.025); box-shadow: 0 18px 55px rgba(0,0,0,.6), 0 0 30px var(--accent-glow); }
.ni-valuations-page .registration-plate input { min-width: 0; width: 100%; padding: 0 16px; border: 0; outline: 0; color: #111; background: transparent; text-align: center; text-transform: uppercase; font-family: var(--font-plate); font-size: clamp(2.2rem, 6vw, 3.75rem); font-weight: 700; letter-spacing: .055em; line-height: .92; }
.ni-valuations-page .plate-hint { margin: 7px 0 0; color: #777; font-size: .72rem; letter-spacing: .04em; }
.ni-valuations-page .hero-button { animation: fade-up .9s .5s both; }
.ni-valuations-page .feature-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 1030px; margin: 58px auto 0; animation: fade-up 1s .6s both; }
.ni-valuations-page .mini-card { display: flex; align-items: center; gap: 13px; padding: 16px; text-align: left; border: 1px solid var(--line); border-radius: 15px; background: rgba(23,23,23,.56); backdrop-filter: blur(14px); transition: transform .3s, border-color .3s, background .3s; }
.ni-valuations-page .mini-card:hover { transform: translateY(-6px); border-color: rgba(244,205,6,.35); background: rgba(23,23,23,.82); }
.ni-valuations-page .mini-card .icon { display: grid; flex: 0 0 37px; place-items: center; height: 37px; border-radius: 10px; color: var(--accent); background: var(--accent-soft); }
.ni-valuations-page .mini-card svg { width: 20px; }
.ni-valuations-page .mini-card strong, .ni-valuations-page .mini-card span { display: block; }
.ni-valuations-page .mini-card strong { font-family: var(--font-display); font-size: .8rem; }
.ni-valuations-page .mini-card div > span { margin-top: 2px; color: #8f8f8f; font-size: .69rem; }
.ni-valuations-page .scroll-cue { position: absolute; z-index: 3; bottom: 27px; left: 50%; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); color: #777; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.ni-valuations-page .scroll-cue span { width: 1px; height: 24px; background: linear-gradient(transparent, var(--accent)); animation: scroll-line 1.8s infinite; }

/* Internal Valuations page introduction */
.ni-valuations-page .page-intro { min-height: 760px; padding: 105px 0 90px; }
.ni-valuations-page .page-intro h1 { margin-bottom: 8px; font-size: clamp(3.4rem, 7vw, 6.8rem); }
.ni-valuations-page .page-lead { margin: 0 0 8px; color: #fff; font-family: var(--font-display); font-size: clamp(1.25rem, 2.2vw, 1.7rem); font-weight: 600; letter-spacing: -.025em; }
.ni-valuations-page .page-intro .hero-copy { max-width: 650px; margin-bottom: 30px; color: var(--muted); font-size: 1rem; }
.ni-valuations-page .page-intro .plate-wrap { margin-bottom: 22px; }
.ni-valuations-page .page-intro .hero-assurances { margin: 24px 0 0; }
.ni-valuations-page .calculator-error { min-height: 21px; margin: 10px 0 -4px; color: #ff8585; font-size: .78rem; }

/* Stats */
.ni-valuations-page .stats-section { padding: 46px 0 65px; border-bottom: 1px solid var(--line); }
.ni-valuations-page .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ni-valuations-page .stat { position: relative; padding: 12px 30px; text-align: center; }
.ni-valuations-page .stat + .stat { border-left: 1px solid var(--line); }
.ni-valuations-page .stat strong { display: block; font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3.6rem); letter-spacing: -.05em; }
.ni-valuations-page .stat strong::first-letter, .ni-valuations-page .stat .suffix { color: var(--accent); }
.ni-valuations-page .stat:first-child strong::before { content: "£"; color: var(--accent); }
.ni-valuations-page .stat p { margin: 1px 0 0; color: #8f8f8f; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }

/* Premium value cards */
.ni-valuations-page .value-section { overflow: hidden; }
.ni-valuations-page .ambient-three { top: 10%; right: -250px; }
.ni-valuations-page .premium-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ni-valuations-page .premium-card { position: relative; min-height: 350px; padding: 32px 28px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: linear-gradient(145deg, rgba(29,29,29,.95), rgba(17,17,17,.8)); box-shadow: 0 20px 50px rgba(0,0,0,.18); transition: transform .35s, border-color .35s, box-shadow .35s; }
.ni-valuations-page .premium-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 20% 0, rgba(244,205,6,.13), transparent 44%); opacity: 0; transition: opacity .35s; }
.ni-valuations-page .premium-card:hover { transform: translateY(-10px); border-color: rgba(244,205,6,.5); box-shadow: 0 25px 60px rgba(0,0,0,.35), 0 0 26px rgba(244,205,6,.1); }
.ni-valuations-page .premium-card:hover::before { opacity: 1; }
.ni-valuations-page .card-number { position: absolute; top: 23px; right: 25px; color: #4c4c4c; font-family: var(--font-display); font-size: .72rem; letter-spacing: .15em; }
.ni-valuations-page .large-icon { position: relative; display: grid; width: 62px; height: 62px; margin: 31px 0 66px; place-items: center; border: 1px solid rgba(244,205,6,.19); border-radius: 16px; color: var(--accent); background: var(--accent-soft); }
.ni-valuations-page .large-icon svg { width: 29px; }
.ni-valuations-page .premium-card h3 { position: relative; margin-bottom: 13px; font-size: 1.25rem; }
.ni-valuations-page .premium-card p { position: relative; margin: 0; color: #a6a6a6; font-size: .91rem; }
.ni-valuations-page .card-line { position: absolute; left: 28px; bottom: 0; width: 0; height: 2px; background: var(--accent); box-shadow: 0 0 14px var(--accent); transition: width .45s; }
.ni-valuations-page .premium-card:hover .card-line { width: calc(100% - 56px); }

/* Timeline */
.ni-valuations-page .process-section { background: #0e0e0e; border-block: 1px solid rgba(255,255,255,.06); }
.ni-valuations-page .timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.ni-valuations-page .timeline::before { content: ""; position: absolute; top: 28px; left: 8%; width: 84%; height: 1px; background: linear-gradient(90deg, transparent, var(--accent), transparent); opacity: .45; }
.ni-valuations-page .timeline-step { position: relative; text-align: center; }
.ni-valuations-page .step-dot { position: relative; z-index: 1; display: grid; width: 56px; height: 56px; margin: 0 auto 31px; place-items: center; border: 1px solid rgba(244,205,6,.5); border-radius: 50%; color: var(--accent); background: #0e0e0e; font-family: var(--font-display); font-size: .76rem; box-shadow: 0 0 0 8px #0e0e0e, 0 0 22px rgba(244,205,6,.15); transition: background .3s, color .3s, box-shadow .3s; }
.ni-valuations-page .timeline-step:hover .step-dot { color: #171300; background: var(--accent); box-shadow: 0 0 0 8px #0e0e0e, 0 0 28px rgba(244,205,6,.45); }
.ni-valuations-page .timeline-step p { margin: 0 0 8px; color: var(--accent); font-size: .69rem; text-transform: uppercase; letter-spacing: .16em; }
.ni-valuations-page .timeline-step h3 { min-height: 50px; margin-bottom: 11px; font-size: 1.08rem; }
.ni-valuations-page .timeline-step div > span { color: #8f8f8f; font-size: .84rem; }

/* Dashboard */
.ni-valuations-page .dashboard-section { overflow: hidden; background: radial-gradient(circle at 75% 50%, rgba(244,205,6,.075), transparent 35%); }
.ni-valuations-page .dashboard-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.ni-valuations-page .dashboard-copy h2 span { color: var(--accent); }
.ni-valuations-page .dashboard-copy > p:not(.eyebrow) { max-width: 490px; margin: 0 0 28px; color: var(--muted); font-size: 1.02rem; }
.ni-valuations-page .check-list { display: grid; gap: 10px; margin: 0 0 31px; padding: 0; list-style: none; color: #d3d3d3; font-size: .9rem; }
.ni-valuations-page .check-list li::before { content: "✓"; margin-right: 11px; color: var(--accent); }
.ni-valuations-page .dashboard-card { position: relative; padding: 25px 28px 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: linear-gradient(145deg, rgba(29,29,29,.92), rgba(14,14,14,.94)); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.08), 0 0 0 8px rgba(255,255,255,.015); backdrop-filter: blur(18px); }
.ni-valuations-page .dashboard-card::before { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(135deg, rgba(244,205,6,.45), transparent 25%, transparent 70%, rgba(244,205,6,.15)); }
.ni-valuations-page .dashboard-top, .ni-valuations-page .dashboard-foot { display: flex; align-items: center; justify-content: space-between; color: #6f6f6f; font-family: var(--font-display); font-size: .63rem; letter-spacing: .15em; }
.ni-valuations-page .live-dot { display: flex; align-items: center; gap: 7px; color: #a8a8a8; letter-spacing: .04em; text-transform: none; }
.ni-valuations-page .live-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #44dd90; box-shadow: 0 0 9px #44dd90; }
.ni-valuations-page .dashboard-registration { display: flex; align-items: center; justify-content: space-between; margin: 22px -28px 0; padding: 18px 28px; border-block: 1px solid var(--line); }
.ni-valuations-page .dashboard-registration span, .ni-valuations-page .estimate span, .ni-valuations-page .metric span, .ni-valuations-page .factors > span { color: #8e8e8e; font-size: .74rem; text-transform: uppercase; letter-spacing: .11em; }
.ni-valuations-page .dashboard-registration strong { padding: 5px 10px; border-radius: 5px; color: #111; background: #f4dc26; font-family: var(--font-plate); font-size: 1.1rem; font-weight: 700; letter-spacing: .055em; }
.ni-valuations-page .estimate { padding: 28px 0; border-bottom: 1px solid var(--line); }
.ni-valuations-page .estimate span, .ni-valuations-page .estimate strong, .ni-valuations-page .estimate small { display: block; }
.ni-valuations-page .estimate strong { margin: 7px 0 3px; font-family: var(--font-display); font-size: clamp(2.1rem, 4vw, 3.5rem); letter-spacing: -.055em; }
.ni-valuations-page .estimate small { color: #656565; font-size: .72rem; }
.ni-valuations-page .metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.ni-valuations-page .metric > div:first-child { display: flex; align-items: center; justify-content: space-between; }
.ni-valuations-page .metric strong { font-family: var(--font-display); font-size: .95rem; }
.ni-valuations-page .stars-rating { color: var(--accent); letter-spacing: .05em; }
.ni-valuations-page .stars-rating i { color: #444; font-style: normal; }
.ni-valuations-page .gauge { height: 4px; margin-top: 12px; overflow: hidden; border-radius: 10px; background: #303030; }
.ni-valuations-page .gauge span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #927900, var(--accent)); box-shadow: 0 0 10px var(--accent); transition: width 1.4s cubic-bezier(.2,.8,.2,1); }
.ni-valuations-page .factors { padding: 22px 0; }
.ni-valuations-page .factors > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.ni-valuations-page .factors em { color: #c0c0c0; font-size: .76rem; font-style: normal; }
.ni-valuations-page .factors em::first-letter { color: var(--accent); }
.ni-valuations-page .dashboard-foot { padding-top: 17px; border-top: 1px solid var(--line); }
.ni-valuations-page .dashboard-action { width: 100%; margin-top: 20px; }

/* Calculator methodology and editable rules */
.ni-valuations-page .methodology-section { background: #0b0b0b; border-top: 1px solid var(--line); }
.ni-valuations-page .methodology-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ni-valuations-page .method-card { min-height: 225px; padding: 27px 23px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, rgba(28,28,28,.9), rgba(16,16,16,.8)); transition: transform .3s, border-color .3s; }
.ni-valuations-page .method-card:hover { transform: translateY(-6px); border-color: rgba(244,205,6,.4); }
.ni-valuations-page .method-card > span { display: inline-block; margin-bottom: 55px; color: var(--accent); font-family: var(--font-display); font-size: .7rem; letter-spacing: .14em; }
.ni-valuations-page .method-card h3 { margin-bottom: 10px; font-size: 1.04rem; }
.ni-valuations-page .method-card p { margin: 0; color: #8e8e8e; font-size: .83rem; }
.ni-valuations-page .rules-panel { margin-top: 28px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: rgba(23,23,23,.7); }
.ni-valuations-page .rules-panel summary { display: flex; align-items: center; justify-content: space-between; padding: 21px 24px; font-family: var(--font-display); font-size: .92rem; font-weight: 700; cursor: pointer; list-style: none; }
.ni-valuations-page .rules-panel summary::-webkit-details-marker { display: none; }
.ni-valuations-page .rules-panel summary i { position: relative; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; }
.ni-valuations-page .rules-panel summary i::before, .ni-valuations-page .rules-panel summary i::after { content: ""; position: absolute; top: 12px; left: 7px; width: 10px; height: 1px; background: var(--accent); }
.ni-valuations-page .rules-panel summary i::after { transform: rotate(90deg); transition: transform .25s; }
.ni-valuations-page .rules-panel[open] summary i::after { transform: none; }
.ni-valuations-page .rules-content { padding: 0 24px 24px; border-top: 1px solid var(--line); }
.ni-valuations-page .rules-table-wrap { overflow-x: auto; }
.ni-valuations-page .rules-table { width: 100%; border-collapse: collapse; }
.ni-valuations-page .rules-table th, .ni-valuations-page .rules-table td { padding: 15px 6px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: .78rem; }
.ni-valuations-page .rules-table th { width: 25%; color: #fff; font-family: var(--font-display); }
.ni-valuations-page .rules-table td { color: #9b9b9b; }
.ni-valuations-page .rules-content > p { margin: 18px 0 0; color: #777; font-size: .74rem; }
.ni-valuations-page .rules-content code { color: var(--accent); font-family: Consolas, monospace; }
.ni-valuations-page .method-disclaimer { display: flex; gap: 35px; align-items: start; margin-top: 28px; padding: 24px 27px; border-left: 2px solid var(--accent); background: rgba(244,205,6,.045); }
.ni-valuations-page .method-disclaimer strong { flex: 0 0 190px; font-family: var(--font-display); font-size: .9rem; }
.ni-valuations-page .method-disclaimer p { margin: 0; color: #969696; font-size: .82rem; }

/* Expert valuation enquiry */
.ni-valuations-page .enquiry-section { overflow: hidden; border-top: 1px solid var(--line); background: radial-gradient(circle at 18% 40%, rgba(244,205,6,.075), transparent 32%), #0e0e0e; }
.ni-valuations-page .enquiry-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.ni-valuations-page .enquiry-copy { position: sticky; top: 50px; }
.ni-valuations-page .enquiry-copy h2 { font-size: clamp(2.2rem, 3.8vw, 3.8rem); }
.ni-valuations-page .enquiry-copy > p:not(.eyebrow) { margin: 0 0 32px; color: var(--muted); font-size: 1rem; }
.ni-valuations-page .enquiry-note { display: flex; gap: 15px; padding: 20px; border: 1px solid rgba(244,205,6,.22); border-radius: 14px; background: rgba(244,205,6,.055); }
.ni-valuations-page .enquiry-note > span { display: grid; flex: 0 0 28px; height: 28px; place-items: center; border-radius: 50%; color: #171300; background: var(--accent); font-family: var(--font-display); font-weight: 800; }
.ni-valuations-page .enquiry-note p, .ni-valuations-page .enquiry-note strong { display: block; }
.ni-valuations-page .enquiry-note p { margin: 0; color: #a8a8a8; font-size: .82rem; }
.ni-valuations-page .enquiry-note strong { margin-bottom: 4px; color: #fff; font-size: .9rem; }
.ni-valuations-page .valuation-form { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; padding: 34px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: linear-gradient(145deg, rgba(29,29,29,.96), rgba(14,14,14,.98)); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.07); }
.ni-valuations-page .form-heading { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; margin: -4px 0 7px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.ni-valuations-page .form-heading > span { color: #777; font-family: var(--font-display); font-size: .65rem; letter-spacing: .16em; }
.ni-valuations-page .form-heading strong { padding: 6px 12px; border: 2px solid #111; border-radius: 5px; color: #111; background: #f4cd06; font-family: var(--font-plate); font-size: 1.25rem; letter-spacing: .055em; }
.ni-valuations-page .full-width { grid-column: 1 / -1; }
.ni-valuations-page .form-field label, .ni-valuations-page .status-fieldset legend { display: block; margin-bottom: 8px; color: #d5d5d5; font-size: .79rem; font-weight: 600; }
.ni-valuations-page .form-field label span { margin-left: 5px; color: #6f6f6f; font-size: .7rem; font-weight: 400; }
.ni-valuations-page .form-field input, .ni-valuations-page .form-field textarea { width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; color: #fff; background: rgba(255,255,255,.035); outline: 0; transition: border-color .25s, box-shadow .25s, background .25s; }
.ni-valuations-page .form-field input { height: 51px; padding: 0 15px; }
.ni-valuations-page .form-field textarea { min-height: 105px; padding: 13px 15px; resize: vertical; }
.ni-valuations-page .form-field input:focus, .ni-valuations-page .form-field textarea:focus { border-color: rgba(244,205,6,.7); background: rgba(255,255,255,.055); box-shadow: 0 0 0 3px rgba(244,205,6,.1); }
.ni-valuations-page #contact-registration { color: var(--accent); font-family: var(--font-plate); font-size: 1.18rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.ni-valuations-page .status-fieldset { min-width: 0; margin: 2px 0 3px; padding: 0; border: 0; }
.ni-valuations-page .status-fieldset legend span { color: var(--accent); }
.ni-valuations-page .status-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ni-valuations-page .status-option { position: relative; display: flex; align-items: center; gap: 13px; min-height: 78px; padding: 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.025); cursor: pointer; transition: border-color .25s, background .25s, transform .25s; }
.ni-valuations-page .status-option:hover { transform: translateY(-2px); border-color: rgba(244,205,6,.4); }
.ni-valuations-page .status-option input { position: absolute; opacity: 0; pointer-events: none; }
.ni-valuations-page .radio-mark { position: relative; flex: 0 0 20px; width: 20px; height: 20px; border: 1px solid #686868; border-radius: 50%; transition: border-color .2s, box-shadow .2s; }
.ni-valuations-page .radio-mark::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: var(--accent); transform: scale(0); transition: transform .2s; }
.ni-valuations-page .status-option input:checked + .radio-mark { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(244,205,6,.1); }
.ni-valuations-page .status-option input:checked + .radio-mark::after { transform: scale(1); }
.ni-valuations-page .status-option:has(input:checked) { border-color: rgba(244,205,6,.65); background: rgba(244,205,6,.065); }
.ni-valuations-page .status-option:has(input:focus-visible) { outline: 2px solid var(--accent); outline-offset: 3px; }
.ni-valuations-page .status-option strong, .ni-valuations-page .status-option small { display: block; }
.ni-valuations-page .status-option strong { color: #fff; font-size: .86rem; }
.ni-valuations-page .status-option small { margin-top: 2px; color: #797979; font-size: .7rem; }
.ni-valuations-page .consent-field { display: flex; align-items: flex-start; gap: 10px; color: #929292; font-size: .76rem; cursor: pointer; }
.ni-valuations-page .consent-field input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--accent); }
.ni-valuations-page .form-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 4px; }
.ni-valuations-page .form-actions .button { border: 0; cursor: pointer; }
.ni-valuations-page .form-actions small { display: flex; align-items: center; gap: 7px; max-width: 165px; color: #6f6f6f; font-size: .67rem; line-height: 1.35; }
.ni-valuations-page .form-actions small svg { flex: 0 0 14px; width: 14px; }
.ni-valuations-page .form-message { display: none; margin: 0; padding: 12px 14px; border-radius: 9px; color: #d8c45a; background: rgba(244,205,6,.08); font-size: .78rem; }
.ni-valuations-page .form-message.visible { display: block; }

/* Table */
.ni-valuations-page .examples-section { background: #0e0e0e; border-block: 1px solid rgba(255,255,255,.06); }
.ni-valuations-page .heading-row { max-width: none; display: flex; justify-content: space-between; align-items: end; text-align: left; }
.ni-valuations-page .heading-row > p:last-child { max-width: 460px; margin: 0 0 8px; }
.ni-valuations-page .valuation-table-wrap { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: rgba(23,23,23,.6); }
.ni-valuations-page .valuation-table { width: 100%; border-collapse: collapse; }
.ni-valuations-page .valuation-table th { padding: 17px 28px; color: #777; background: rgba(255,255,255,.025); font-size: .66rem; letter-spacing: .15em; text-align: left; text-transform: uppercase; }
.ni-valuations-page .valuation-table td { padding: 22px 28px; border-top: 1px solid var(--line); color: #a9a9a9; font-size: .9rem; transition: background .25s, color .25s; }
.ni-valuations-page .valuation-table td:nth-child(3) { color: #fff; font-family: var(--font-display); font-size: 1.13rem; font-weight: 700; }
.ni-valuations-page .valuation-table td:last-child { color: var(--accent); font-size: 1.2rem; text-align: right; }
.ni-valuations-page .valuation-table tr:hover td { color: #fff; background: rgba(244,205,6,.045); }
.ni-valuations-page .mini-plate { display: inline-block; min-width: 128px; padding: 5px 10px; border: 2px solid #111; border-radius: 5px; color: #111; background: #f3dd27; font-family: var(--font-plate); font-size: 1rem; font-weight: 700; letter-spacing: .055em; text-align: center; box-shadow: inset 0 1px rgba(255,255,255,.7); }
.ni-valuations-page .table-note { margin: 0; padding: 13px 28px; border-top: 1px solid var(--line); color: #646464; font-size: .7rem; }

/* Trust */
.ni-valuations-page .trust-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.ni-valuations-page .trust-card { grid-column: span 2; padding: 28px 24px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, rgba(27,27,27,.7), rgba(17,17,17,.55)); transition: transform .3s, border-color .3s; }
.ni-valuations-page .trust-card:nth-child(4) { grid-column: 2 / span 2; }
.ni-valuations-page .trust-card:hover { transform: translateY(-6px); border-color: rgba(244,205,6,.35); }
.ni-valuations-page .trust-card > span { display: grid; width: 36px; height: 36px; margin-bottom: 38px; place-items: center; border-radius: 50%; color: var(--accent); background: var(--accent-soft); }
.ni-valuations-page .trust-card h3 { margin-bottom: 10px; font-size: 1rem; }
.ni-valuations-page .trust-card p { margin: 0; color: #8f8f8f; font-size: .82rem; }

/* FAQ */
.ni-valuations-page .faq-section { background: #0e0e0e; }
.ni-valuations-page .faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.ni-valuations-page .faq-intro { position: sticky; top: 120px; }
.ni-valuations-page .faq-intro h2 { font-size: clamp(2.1rem, 3.5vw, 3.5rem); }
.ni-valuations-page .faq-intro > p:not(.eyebrow) { margin-bottom: 27px; color: var(--muted); }
.ni-valuations-page .faq-item { border-bottom: 1px solid var(--line); }
.ni-valuations-page .faq-item:first-child { border-top: 1px solid var(--line); }
.ni-valuations-page .faq-item h3 { margin: 0; }
.ni-valuations-page .faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 25px 2px; border: 0; background: transparent; text-align: left; font-size: 1.04rem; font-weight: 600; cursor: pointer; }
.ni-valuations-page .faq-item button i { position: relative; flex: 0 0 28px; width: 28px; height: 28px; margin-left: 20px; border: 1px solid var(--line); border-radius: 50%; transition: border-color .25s, transform .3s; }
.ni-valuations-page .faq-item button i::before, .ni-valuations-page .faq-item button i::after { content: ""; position: absolute; top: 13px; left: 8px; width: 10px; height: 1px; background: var(--accent); }
.ni-valuations-page .faq-item button i::after { transform: rotate(90deg); transition: transform .25s; }
.ni-valuations-page .faq-item button[aria-expanded="true"] i { border-color: rgba(244,205,6,.45); transform: rotate(180deg); }
.ni-valuations-page .faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.ni-valuations-page .faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.ni-valuations-page .faq-answer > div { overflow: hidden; }
.ni-valuations-page .faq-answer p { margin: 0; padding: 0 55px 24px 2px; color: #999; font-size: .93rem; }
.ni-valuations-page .faq-item button[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }

/* CTA and footer */
.ni-valuations-page .final-cta { overflow: hidden; text-align: center; padding-block: 150px; background: radial-gradient(circle at 50% 100%, rgba(244,205,6,.14), transparent 47%), #0b0b0b; }
.ni-valuations-page .final-cta .container { z-index: 1; }
.ni-valuations-page .final-cta h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); }
.ni-valuations-page .final-cta .container > p:not(.eyebrow) { margin: 0 0 34px; color: var(--muted); font-size: 1.05rem; }
.ni-valuations-page .final-cta .button { min-width: 280px; }
.ni-valuations-page .cta-glow { position: absolute; bottom: -340px; left: 50%; width: 800px; height: 500px; border-radius: 50%; background: var(--accent); filter: blur(150px); opacity: .1; transform: translateX(-50%); }
.ni-valuations-page .secure-note { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 18px; color: #777; font-size: .72rem; }
.ni-valuations-page .secure-note svg { width: 13px; }
.ni-valuations-page .site-footer { border-top: 1px solid var(--line); background: #080808; }
.ni-valuations-page .footer-main { display: grid; grid-template-columns: 1.6fr .8fr 1fr .6fr; gap: 60px; padding-block: 68px; }
.ni-valuations-page .footer-main > div:first-child p { margin: 20px 0 0; color: #777; font-size: .83rem; }
.ni-valuations-page .footer-links { display: flex; flex-direction: column; gap: 10px; font-size: .8rem; color: #818181; }
.ni-valuations-page .footer-links strong, .ni-valuations-page .footer-social > strong { margin-bottom: 6px; color: #fff; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.ni-valuations-page .footer-links a:hover { color: var(--accent); }
.ni-valuations-page .footer-social > div { display: flex; gap: 8px; margin-top: 14px; }
.ni-valuations-page .footer-social a { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #9b9b9b; transition: color .25s, border-color .25s, transform .25s; }
.ni-valuations-page .footer-social a:hover { color: var(--accent); border-color: rgba(244,205,6,.4); transform: translateY(-3px); }
.ni-valuations-page .footer-social svg { width: 16px; }
.ni-valuations-page .footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid var(--line); color: #5f5f5f; font-size: .72rem; }
.ni-valuations-page .footer-bottom div { display: flex; gap: 24px; }

/* Scroll reveals */
.ni-valuations-page .reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.ni-valuations-page .reveal.scale-in { transform: translateY(20px) scale(.96); }
.ni-valuations-page .reveal.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.ni-valuations-page .reveal-stagger .reveal:nth-child(2) { transition-delay: .08s; }
.ni-valuations-page .reveal-stagger .reveal:nth-child(3) { transition-delay: .16s; }
.ni-valuations-page .reveal-stagger .reveal:nth-child(4) { transition-delay: .24s; }
.ni-valuations-page .reveal-stagger .reveal:nth-child(5) { transition-delay: .32s; }

@keyframes fade-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes drift { to { transform: translate(70px, 45px) scale(1.1); } }
@keyframes scroll-line { 0%,100% { transform: scaleY(.4); transform-origin: top; opacity: .3; } 50% { transform: scaleY(1); opacity: 1; } }

/* Responsive */
@media (max-width: 1020px) {
  .ni-valuations-page .nav-links { gap: 18px; }
  .ni-valuations-page .premium-grid { grid-template-columns: repeat(2, 1fr); }
  .ni-valuations-page .methodology-grid { grid-template-columns: repeat(2, 1fr); }
  .ni-valuations-page .dashboard-layout { gap: 45px; }
  .ni-valuations-page .faq-layout { gap: 55px; }
  .ni-valuations-page .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .ni-valuations-page .footer-social { grid-column: 2; }
}

@media (max-width: 780px) {
  .ni-valuations-page .container { width: min(calc(100% - 34px), var(--container)); }
  .ni-valuations-page .section { padding: 95px 0; }
  .ni-valuations-page .menu-toggle { display: block; position: relative; z-index: 2; }
  .ni-valuations-page .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .ni-valuations-page .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .ni-valuations-page .nav-links { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 26px; font-size: 1.25rem; background: rgba(8,8,8,.97); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .3s, visibility .3s, transform .3s; }
  .ni-valuations-page .nav-links.open { opacity: 1; visibility: visible; transform: none; }
  .ni-valuations-page .nav-links .nav-cta { padding: 12px 25px; }
  .ni-valuations-page .hero { padding-top: 130px; }
  .ni-valuations-page .page-intro { min-height: 720px; padding: 95px 0 75px; }
  .ni-valuations-page .hero-assurances { flex-wrap: wrap; gap: 5px 18px; }
  .ni-valuations-page .feature-row { grid-template-columns: repeat(2, 1fr); margin-top: 45px; }
  .ni-valuations-page .scroll-cue { display: none; }
  .ni-valuations-page .stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 32px; }
  .ni-valuations-page .stat:nth-child(3) { border-left: 0; }
  .ni-valuations-page .timeline { grid-template-columns: 1fr; gap: 0; }
  .ni-valuations-page .timeline::before { top: 20px; bottom: 20px; left: 27px; width: 1px; height: auto; background: linear-gradient(transparent, var(--accent), transparent); }
  .ni-valuations-page .timeline-step { display: grid; grid-template-columns: 56px 1fr; gap: 25px; padding-bottom: 42px; text-align: left; }
  .ni-valuations-page .step-dot { margin: 0; }
  .ni-valuations-page .timeline-step h3 { min-height: 0; }
  .ni-valuations-page .dashboard-layout, .ni-valuations-page .faq-layout { grid-template-columns: 1fr; }
  .ni-valuations-page .dashboard-layout { gap: 55px; }
  .ni-valuations-page .enquiry-layout { grid-template-columns: 1fr; gap: 48px; }
  .ni-valuations-page .enquiry-copy { position: static; }
  .ni-valuations-page .heading-row { display: block; }
  .ni-valuations-page .heading-row > p:last-child { margin: 0; }
  .ni-valuations-page .valuation-table th:nth-child(2), .ni-valuations-page .valuation-table td:nth-child(2) { display: none; }
  .ni-valuations-page .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .ni-valuations-page .trust-card, .ni-valuations-page .trust-card:nth-child(4) { grid-column: span 1; }
  .ni-valuations-page .trust-card:last-child { grid-column: 1 / -1; }
  .ni-valuations-page .faq-intro { position: static; }
  .ni-valuations-page .method-disclaimer { gap: 12px; flex-direction: column; }
  .ni-valuations-page .method-disclaimer strong { flex-basis: auto; }
  .ni-valuations-page .footer-main { grid-template-columns: 1fr 1fr; }
  .ni-valuations-page .footer-main > div:first-child { grid-column: 1 / -1; }
  .ni-valuations-page .footer-social { grid-column: auto; }
}

@media (max-width: 540px) {
  .ni-valuations-page .section { padding: 78px 0; }
  .ni-valuations-page .site-header { padding: 15px 0; }
  .ni-valuations-page .hero { min-height: auto; padding: 120px 0 62px; }
  .ni-valuations-page .page-intro { padding: 82px 0 65px; }
  .ni-valuations-page .hero h1 br { display: none; }
  .ni-valuations-page .hero h1 span { margin-left: .14em; }
  .ni-valuations-page .hero-assurances { font-size: .76rem; }
  .ni-valuations-page .registration-plate { grid-template-columns: 1fr; min-height: 78px; border-width: 4px; }
  .ni-valuations-page .registration-plate input { padding-inline: 6px; font-size: clamp(1.8rem, 10vw, 2.8rem); }
  .ni-valuations-page .feature-row { grid-template-columns: 1fr 1fr; gap: 8px; }
  .ni-valuations-page .mini-card { display: block; padding: 14px; }
  .ni-valuations-page .mini-card .icon { margin-bottom: 12px; }
  .ni-valuations-page .mini-card div > span { display: none; }
  .ni-valuations-page .stats-section { padding-block: 45px; }
  .ni-valuations-page .stat { padding-inline: 8px; }
  .ni-valuations-page .stat strong { font-size: 2.25rem; }
  .ni-valuations-page .stat p { font-size: .62rem; }
  .ni-valuations-page .premium-grid { grid-template-columns: 1fr; }
  .ni-valuations-page .methodology-grid { grid-template-columns: 1fr; }
  .ni-valuations-page .method-card { min-height: 190px; }
  .ni-valuations-page .method-card > span { margin-bottom: 38px; }
  .ni-valuations-page .rules-panel summary { padding: 18px; }
  .ni-valuations-page .rules-content { padding: 0 18px 18px; }
  .ni-valuations-page .rules-table th { width: 34%; }
  .ni-valuations-page .premium-card { min-height: 300px; }
  .ni-valuations-page .large-icon { margin-bottom: 42px; }
  .ni-valuations-page .dashboard-card { padding: 21px 19px 17px; }
  .ni-valuations-page .dashboard-registration { margin-inline: -19px; padding-inline: 19px; }
  .ni-valuations-page .metrics { grid-template-columns: 1fr; gap: 20px; }
  .ni-valuations-page .valuation-form { grid-template-columns: 1fr; padding: 25px 19px; }
  .ni-valuations-page .full-width, .ni-valuations-page .form-heading { grid-column: auto; }
  .ni-valuations-page .status-options { grid-template-columns: 1fr; }
  .ni-valuations-page .form-actions { align-items: stretch; flex-direction: column; }
  .ni-valuations-page .form-actions .button { width: 100%; }
  .ni-valuations-page .form-actions small { max-width: none; justify-content: center; }
  .ni-valuations-page .valuation-table th, .ni-valuations-page .valuation-table td { padding: 17px 14px; }
  .ni-valuations-page .valuation-table th:last-child, .ni-valuations-page .valuation-table td:last-child { display: none; }
  .ni-valuations-page .mini-plate { min-width: 104px; font-size: .82rem; }
  .ni-valuations-page .valuation-table td:nth-child(3) { text-align: right; font-size: .93rem; }
  .ni-valuations-page .trust-grid { grid-template-columns: 1fr; }
  .ni-valuations-page .trust-card, .ni-valuations-page .trust-card:nth-child(4), .ni-valuations-page .trust-card:last-child { grid-column: auto; }
  .ni-valuations-page .trust-card > span { margin-bottom: 24px; }
  .ni-valuations-page .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .ni-valuations-page .footer-main > div:first-child { grid-column: auto; }
  .ni-valuations-page .footer-bottom { gap: 16px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .ni-valuations-page { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ni-valuations-page .reveal { opacity: 1; transform: none; }
  .ni-valuations-page .particle-canvas { display: none; }
}
