:root {
  --ndc-night: #051327;
  --ndc-navy: #071a31;
  --ndc-navy-soft: #0a203a;
  --ndc-panel: #0d2845;
  --ndc-panel-bright: #103252;
  --ndc-ice: #eef7ff;
  --ndc-copy: #cad9e7;
  --ndc-muted: #91a8bf;
  --ndc-line: rgba(141, 191, 228, 0.18);
  --ndc-blue: #00a9d6;
  --ndc-blue-soft: #55c9e8;
  --ndc-red: #e3291a;
  --ndc-green: #12d6c5;
  --ndc-max: 1180px;
  --ndc-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ndc-night);
  color: var(--ndc-copy);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 82% 8%, rgba(26, 167, 255, 0.09), transparent 28rem),
    linear-gradient(rgba(83, 149, 197, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 149, 197, 0.025) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
  content: "";
  pointer-events: none;
}
body.admin-bar .ndc-site-header { top: 32px; }
a { color: var(--ndc-blue-soft); text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
a:hover { color: #fff; }
img, svg { max-width: 100%; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--ndc-blue-soft); outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.ndc-skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 99999;
  padding: 0.7rem 1rem;
  transform: translateY(-160%);
  border-radius: 4px;
  background: #fff;
  color: var(--ndc-night);
  font-weight: 800;
}
.ndc-skip-link:focus { transform: translateY(0); }
.ndc-environment-banner { padding: 0.32rem 1rem; border-bottom: 1px solid rgba(98, 202, 255, 0.25); background: #0b2d48; color: #cfeeff; font: 700 0.65rem/1.35 "IBM Plex Mono", monospace; letter-spacing: 0.06em; text-align: center; text-transform: uppercase; }

.ndc-site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  border-bottom: 1px solid var(--ndc-line);
  background: rgba(5, 13, 24, 0.93);
  backdrop-filter: blur(18px);
}
.ndc-header-inner {
  display: flex;
  min-height: 78px;
  max-width: var(--ndc-max);
  align-items: center;
  gap: 1.6rem;
  margin: 0 auto;
  padding: 0 1.4rem;
}
.ndc-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.72rem;
  color: #fff;
  text-decoration: none;
}
.ndc-brand:hover { color: #fff; }
.ndc-logo { display: block; width: 240px; min-width: 220px; height: auto; }
.ndc-brand-mark { display: grid; width: 39px; height: 35px; grid-template-columns: repeat(3, 1fr); gap: 3px; transform: skewY(-18deg); }
.ndc-brand-mark i { display: block; border-radius: 2px; background: var(--ndc-red); box-shadow: 0 0 18px rgba(239, 51, 64, 0.24); }
.ndc-brand-mark i:nth-child(1) { height: 62%; align-self: end; }
.ndc-brand-mark i:nth-child(2) { height: 82%; align-self: end; background: #fff; }
.ndc-brand-mark i:nth-child(3) { height: 100%; background: var(--ndc-blue); }
.ndc-brand-type { display: flex; flex-direction: column; line-height: 1; }
.ndc-brand-type strong { font-size: 1.35rem; letter-spacing: 0.08em; }
.ndc-brand-type small { margin-top: 0.35rem; color: var(--ndc-muted); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.ndc-primary-nav { display: flex; align-items: center; justify-content: center; gap: 1.15rem; margin-left: auto; }
.ndc-primary-nav a { position: relative; color: #c7d6e5; font-size: 0.82rem; font-weight: 650; letter-spacing: 0.01em; text-decoration: none; white-space: nowrap; }
.ndc-primary-nav a::after { position: absolute; right: 0; bottom: -0.45rem; left: 0; height: 2px; transform: scaleX(0); background: var(--ndc-blue); content: ""; transition: transform 160ms ease; }
.ndc-primary-nav a:hover::after, .ndc-primary-nav a:focus-visible::after { transform: scaleX(1); }
.ndc-menu-toggle { display: none; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin-left: auto; border: 1px solid var(--ndc-line); border-radius: 4px; background: var(--ndc-panel); color: #fff; }
.ndc-menu-toggle span { display: block; width: 20px; height: 2px; background: currentColor; }

.ndc-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.72rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}
.ndc-button:hover { transform: translateY(-2px); }
.ndc-button--header { min-height: 42px; padding: 0.58rem 0.9rem; background: var(--ndc-red); color: #fff; font-size: 0.76rem; box-shadow: 0 10px 28px rgba(239, 51, 64, 0.18); white-space: nowrap; }
.ndc-button--header:hover, .ndc-button--primary:hover { background: #ff4350; color: #fff; box-shadow: 0 16px 36px rgba(239, 51, 64, 0.26); }
.ndc-button--primary { background: var(--ndc-red); color: #fff; }
.ndc-button--secondary { border-color: var(--ndc-blue); background: var(--ndc-blue); color: #04101c; }
.ndc-button--secondary:hover { background: #56c5ff; color: #04101c; box-shadow: 0 16px 38px rgba(26, 167, 255, 0.24); }
.ndc-button--ghost { border-color: rgba(135, 190, 229, 0.35); background: rgba(7, 22, 37, 0.55); color: #fff; }
.ndc-button--ghost:hover { border-color: var(--ndc-blue); background: var(--ndc-panel); color: #fff; }
.ndc-button[aria-disabled="true"], .ndc-button:disabled { cursor: not-allowed; opacity: 0.58; pointer-events: none; }
.ndc-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }

.ndc-content-shell { width: min(calc(100% - 2.8rem), var(--ndc-max)); margin-inline: auto; }
.ndc-section { position: relative; padding: clamp(4.7rem, 8vw, 7.5rem) 1.4rem; }
.ndc-section > .ndc-section-inner { width: min(100%, var(--ndc-max)); margin-inline: auto; }
.ndc-section--compact { padding-block: clamp(3.2rem, 6vw, 5rem); }
.ndc-section--panel { border-block: 1px solid var(--ndc-line); background: rgba(8, 23, 40, 0.78); }
.ndc-kicker { margin: 0 0 1rem; color: var(--ndc-blue-soft); font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace; font-size: 0.76rem; font-weight: 750; letter-spacing: 0.15em; text-transform: uppercase; }
.ndc-kicker::before { display: inline-block; width: 1.6rem; height: 2px; margin: 0 0.65rem 0.23rem 0; background: var(--ndc-red); content: ""; }
.ndc-section h1, .ndc-section h2, .ndc-section h3 { margin-top: 0; color: var(--ndc-ice); }
.ndc-section h1 { max-width: 15ch; margin-bottom: 1.35rem; font-size: clamp(2.65rem, 6.6vw, 5.5rem); line-height: 0.98; letter-spacing: -0.052em; }
.ndc-section h2 { max-width: 17ch; margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.04; letter-spacing: -0.035em; }
.ndc-section h3 { margin-bottom: 0.65rem; font-size: 1.18rem; line-height: 1.25; }
.ndc-lede { max-width: 67ch; margin: 0; color: var(--ndc-copy); font-size: clamp(1.04rem, 1.6vw, 1.25rem); }
.ndc-copy { max-width: 68ch; }
.ndc-emphasis { color: #fff; }

.ndc-hero { min-height: 760px; display: flex; align-items: center; overflow: hidden; padding-top: clamp(5.5rem, 9vw, 8.5rem); }
.ndc-hero::before { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5, 13, 24, 0.99) 0%, rgba(5, 13, 24, 0.91) 48%, rgba(5, 13, 24, 0.34) 100%), radial-gradient(circle at 78% 34%, rgba(26, 167, 255, 0.2), transparent 25rem); content: ""; }
.ndc-hero::after { position: absolute; right: -8%; bottom: -54%; width: 64vw; height: 64vw; border: 1px solid rgba(26, 167, 255, 0.12); border-radius: 50%; box-shadow: 0 0 0 6vw rgba(26, 167, 255, 0.022), 0 0 0 12vw rgba(26, 167, 255, 0.018); content: ""; }
.ndc-hero-grid { display: grid; width: min(100%, var(--ndc-max)); align-items: center; gap: clamp(2rem, 7vw, 7rem); grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.95fr); margin: 0 auto; }
.ndc-hero-copy { position: relative; z-index: 2; }
.ndc-hero h1 span { color: var(--ndc-blue-soft); }
.ndc-hero .ndc-lede { max-width: 55ch; }
.ndc-trust-row { display: flex; flex-wrap: wrap; gap: 1.1rem 1.45rem; margin-top: 2.2rem; color: #b7c9d9; font-size: 0.8rem; font-weight: 700; }
.ndc-trust-row span::before { display: inline-block; width: 7px; height: 7px; margin-right: 0.5rem; border-radius: 50%; background: var(--ndc-green); box-shadow: 0 0 12px rgba(83, 214, 160, 0.75); content: ""; }
.ndc-visual { position: relative; z-index: 1; min-height: 470px; perspective: 900px; }
.ndc-visual-grid { position: absolute; inset: 13% -4% 1% 2%; transform: rotateX(63deg) rotateZ(-21deg); border: 1px solid rgba(26, 167, 255, 0.19); background: linear-gradient(rgba(26, 167, 255, 0.13) 1px, transparent 1px), linear-gradient(90deg, rgba(26, 167, 255, 0.13) 1px, transparent 1px), radial-gradient(circle at 50% 45%, rgba(26, 167, 255, 0.22), transparent 42%); background-size: 36px 36px, 36px 36px, auto; box-shadow: inset 0 0 80px rgba(26, 167, 255, 0.07), 0 34px 80px rgba(0, 0, 0, 0.34); }
.ndc-canada { position: absolute; top: 9%; right: 3%; left: 4%; height: 67%; opacity: 0.72; filter: drop-shadow(0 0 20px rgba(26, 167, 255, 0.33)); }
.ndc-canada svg { width: 100%; height: 100%; }
.ndc-map-line { fill: none; stroke: #57c9ff; stroke-width: 3; stroke-linejoin: round; }
.ndc-shield {
  position: absolute;
  top: 34%;
  left: 42%;
  display: grid;
  width: 126px;
  height: 146px;
  place-items: center;
  clip-path: polygon(50% 0, 96% 17%, 88% 72%, 50% 100%, 12% 72%, 4% 17%);
  background: linear-gradient(145deg, rgba(34, 180, 255, 0.96), rgba(9, 63, 103, 0.96));
  color: #fff;
  box-shadow: 0 0 52px rgba(26, 167, 255, 0.52);
}
.ndc-shield::before { width: 41px; height: 47px; border: 6px solid #fff; border-top: 0; border-radius: 7px; content: ""; }
.ndc-shield::after { position: absolute; top: 37px; width: 46px; height: 38px; border: 6px solid #fff; border-bottom: 0; border-radius: 22px 22px 0 0; content: ""; }
.ndc-data-node { position: absolute; display: flex; align-items: center; gap: 0.55rem; padding: 0.6rem 0.7rem; border: 1px solid rgba(101, 203, 255, 0.3); border-radius: 3px; background: rgba(5, 19, 33, 0.9); box-shadow: 0 12px 38px rgba(0, 0, 0, 0.35); color: #d9edfa; font: 700 0.68rem/1.1 "IBM Plex Mono", monospace; letter-spacing: 0.05em; text-transform: uppercase; }
.ndc-data-node::before { width: 8px; height: 8px; border-radius: 50%; background: var(--ndc-green); box-shadow: 0 0 12px var(--ndc-green); content: ""; }
.ndc-data-node--one { top: 16%; left: 2%; }
.ndc-data-node--two { right: -2%; bottom: 25%; }
.ndc-data-node--three { bottom: 5%; left: 16%; }

.ndc-proof-strip { position: relative; z-index: 3; border-block: 1px solid var(--ndc-line); background: #071422; }
.ndc-proof-grid { display: grid; width: min(calc(100% - 2.8rem), var(--ndc-max)); grid-template-columns: repeat(3, 1fr); margin: 0 auto; }
.ndc-proof { min-height: 158px; padding: 2.15rem 2rem; border-left: 1px solid var(--ndc-line); }
.ndc-proof:last-child { border-right: 1px solid var(--ndc-line); }
.ndc-proof strong { display: block; margin-bottom: 0.35rem; color: #fff; font-size: 1.02rem; }
.ndc-proof p { margin: 0; color: var(--ndc-muted); font-size: 0.86rem; }
.ndc-proof-icon { display: inline-flex; width: 35px; height: 35px; align-items: center; justify-content: center; margin-bottom: 0.95rem; border: 1px solid rgba(26, 167, 255, 0.35); border-radius: 50%; color: var(--ndc-blue-soft); font: 800 0.76rem/1 "IBM Plex Mono", monospace; }

.ndc-split { display: grid; align-items: start; gap: clamp(2.5rem, 7vw, 6.5rem); grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); }
.ndc-cards { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; }
.ndc-card { position: relative; min-height: 250px; padding: 1.55rem; overflow: hidden; border: 1px solid var(--ndc-line); border-radius: 6px; background: linear-gradient(145deg, rgba(17, 43, 70, 0.72), rgba(7, 22, 38, 0.85)); box-shadow: var(--ndc-shadow); }
.ndc-card::after { position: absolute; top: 0; left: 0; width: 46%; height: 2px; background: linear-gradient(90deg, var(--ndc-blue), transparent); content: ""; }
.ndc-card p { margin: 0; color: var(--ndc-muted); font-size: 0.91rem; }
.ndc-card a { display: inline-block; margin-top: 1.2rem; font-size: 0.83rem; font-weight: 800; text-decoration: none; }
.ndc-card-index { display: block; margin-bottom: 2.5rem; color: var(--ndc-blue-soft); font: 700 0.72rem/1 "IBM Plex Mono", monospace; letter-spacing: 0.12em; }
.ndc-card--featured { border-color: rgba(26, 167, 255, 0.48); background: linear-gradient(145deg, rgba(20, 68, 104, 0.72), rgba(7, 22, 38, 0.9)); }

.ndc-process { display: grid; counter-reset: step; gap: 0; grid-template-columns: repeat(4, 1fr); margin-top: 3.2rem; }
.ndc-step { position: relative; padding: 1.65rem 1.35rem; border-block: 1px solid var(--ndc-line); border-left: 1px solid var(--ndc-line); counter-increment: step; }
.ndc-step:last-child { border-right: 1px solid var(--ndc-line); }
.ndc-step::before { display: block; margin-bottom: 2rem; color: var(--ndc-blue-soft); content: "0" counter(step); font: 750 0.75rem/1 "IBM Plex Mono", monospace; letter-spacing: 0.12em; }
.ndc-step:not(:last-child)::after { position: absolute; top: 2rem; right: -6px; z-index: 1; width: 10px; height: 10px; transform: rotate(45deg); border-top: 1px solid var(--ndc-blue); border-right: 1px solid var(--ndc-blue); content: ""; }
.ndc-step h3 { font-size: 1rem; }
.ndc-step p { margin-bottom: 0; color: var(--ndc-muted); font-size: 0.82rem; }

.ndc-page-hero { min-height: 490px; display: flex; align-items: flex-end; overflow: hidden; border-bottom: 1px solid var(--ndc-line); padding-top: 8rem; background: radial-gradient(circle at 82% 34%, rgba(26, 167, 255, 0.16), transparent 24rem), linear-gradient(120deg, #050d18, #091b2e); }
.ndc-page-hero::after { position: absolute; right: 7%; bottom: -45%; width: 38rem; height: 38rem; transform: rotate(35deg); border: 1px solid rgba(26, 167, 255, 0.16); background: linear-gradient(rgba(26, 167, 255, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(26, 167, 255, 0.07) 1px, transparent 1px); background-size: 38px 38px; content: ""; }
.ndc-page-hero .ndc-section-inner { position: relative; z-index: 2; }
.ndc-page-hero h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.ndc-page-hero .ndc-lede { max-width: 60ch; }

.ndc-callout { padding: 1.4rem 1.55rem; border: 1px solid rgba(26, 167, 255, 0.3); border-left: 3px solid var(--ndc-blue); border-radius: 4px; background: rgba(12, 40, 64, 0.55); }
.ndc-callout--warning { border-color: rgba(239, 51, 64, 0.34); border-left-color: var(--ndc-red); background: rgba(82, 17, 26, 0.2); }
.ndc-callout strong { display: block; margin-bottom: 0.32rem; color: #fff; }
.ndc-callout p { margin: 0; color: var(--ndc-copy); font-size: 0.9rem; }

.ndc-feature-list { display: grid; gap: 0.8rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.ndc-feature-list li { position: relative; padding: 0.9rem 1rem 0.9rem 2.4rem; border-bottom: 1px solid var(--ndc-line); color: var(--ndc-copy); }
.ndc-feature-list li::before { position: absolute; top: 1.14rem; left: 0.5rem; width: 8px; height: 8px; transform: rotate(45deg); background: var(--ndc-blue); content: ""; box-shadow: 0 0 12px rgba(26, 167, 255, 0.5); }
.ndc-feature-list strong { color: #fff; }

.ndc-stat-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.ndc-stat { padding: 1.5rem; border-top: 2px solid var(--ndc-blue); background: rgba(14, 34, 56, 0.65); }
.ndc-stat strong { display: block; color: #fff; font-size: clamp(1.5rem, 3vw, 2.4rem); letter-spacing: -0.03em; }
.ndc-stat span { color: var(--ndc-muted); font-size: 0.82rem; }

.ndc-pricing-grid { display: grid; align-items: stretch; gap: 1rem; grid-template-columns: repeat(4, 1fr); margin-top: 2.5rem; }
.ndc-price-card { display: flex; min-height: 480px; flex-direction: column; padding: 1.5rem; border: 1px solid var(--ndc-line); border-radius: 6px; background: rgba(10, 28, 47, 0.82); }
.ndc-price-card--lead { border-color: rgba(26, 167, 255, 0.55); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); }
.ndc-price-state { align-self: flex-start; margin-bottom: 2rem; padding: 0.28rem 0.5rem; border: 1px solid rgba(98, 202, 255, 0.35); border-radius: 2px; color: var(--ndc-blue-soft); font: 700 0.63rem/1.3 "IBM Plex Mono", monospace; letter-spacing: 0.09em; text-transform: uppercase; }
.ndc-price { margin: 0.6rem 0 1.4rem; color: #fff; font-size: 2.15rem; font-weight: 800; letter-spacing: -0.04em; }
.ndc-price small { color: var(--ndc-muted); font-size: 0.75rem; font-weight: 600; letter-spacing: 0; }
.ndc-price-card p { color: var(--ndc-muted); font-size: 0.86rem; }
.ndc-price-card ul { margin: 1rem 0 1.6rem; padding: 0; list-style: none; }
.ndc-price-card li { padding: 0.55rem 0; border-top: 1px solid var(--ndc-line); color: var(--ndc-copy); font-size: 0.8rem; }
.ndc-price-card .ndc-button { margin-top: auto; }

.ndc-table-wrap { overflow-x: auto; border: 1px solid var(--ndc-line); border-radius: 5px; }
.ndc-table { width: 100%; min-width: 700px; border-collapse: collapse; background: rgba(8, 24, 41, 0.75); }
.ndc-table th, .ndc-table td { padding: 1rem 1.1rem; border-bottom: 1px solid var(--ndc-line); text-align: left; vertical-align: top; }
.ndc-table th { color: #fff; font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; }
.ndc-table td { color: var(--ndc-copy); font-size: 0.86rem; }
.ndc-table tr:last-child td { border-bottom: 0; }
.ndc-status { display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.72rem; font-weight: 750; }
.ndc-status::before { width: 7px; height: 7px; border-radius: 50%; background: var(--ndc-blue); content: ""; box-shadow: 0 0 10px rgba(26, 167, 255, 0.7); }
.ndc-status--hold::before { background: var(--ndc-red); box-shadow: 0 0 10px rgba(239, 51, 64, 0.7); }

.ndc-journey { display: grid; gap: 0.8rem; grid-template-columns: repeat(7, minmax(0, 1fr)); margin-top: 3rem; }
.ndc-journey-item { position: relative; min-height: 138px; padding: 1.1rem 0.8rem; border: 1px solid var(--ndc-line); background: rgba(10, 29, 48, 0.8); }
.ndc-journey-item:not(:last-child)::after { position: absolute; top: 50%; right: -0.65rem; z-index: 2; width: 0.48rem; height: 0.48rem; transform: translateY(-50%) rotate(45deg); border-top: 1px solid var(--ndc-blue); border-right: 1px solid var(--ndc-blue); content: ""; }
.ndc-journey-item span { display: block; margin-bottom: 1.2rem; color: var(--ndc-blue-soft); font: 700 0.68rem/1 "IBM Plex Mono", monospace; }
.ndc-journey-item strong { color: #fff; font-size: 0.83rem; line-height: 1.2; }

.ndc-form-shell { display: grid; gap: 1.2rem; grid-template-columns: repeat(2, 1fr); margin-top: 2.4rem; padding: clamp(1.3rem, 4vw, 2.4rem); border: 1px solid var(--ndc-line); border-radius: 6px; background: rgba(9, 27, 46, 0.8); }
.ndc-form-row { display: flex; flex-direction: column; gap: 0.4rem; }
.ndc-form-row--wide { grid-column: 1 / -1; }
.ndc-form-row label { color: #dceaf5; font-size: 0.78rem; font-weight: 750; }
.ndc-form-row input, .ndc-form-row textarea, .ndc-form-row select { width: 100%; min-height: 48px; padding: 0.7rem 0.8rem; border: 1px solid rgba(136, 189, 228, 0.25); border-radius: 3px; background: #06121f; color: #fff; }
.ndc-form-row textarea { min-height: 130px; resize: vertical; }
.ndc-form-row input:disabled, .ndc-form-row textarea:disabled, .ndc-form-row select:disabled { cursor: not-allowed; opacity: 0.58; }
.ndc-form-note { grid-column: 1 / -1; margin: 0; color: var(--ndc-muted); font-size: 0.8rem; }

.ndc-doc-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); margin-top: 2rem; }
.ndc-doc-card { position: relative; padding: 1.4rem 4rem 1.4rem 1.4rem; border: 1px solid var(--ndc-line); border-radius: 4px; background: rgba(10, 29, 49, 0.75); }
.ndc-doc-card::after { position: absolute; top: 1.35rem; right: 1.3rem; color: var(--ndc-blue-soft); content: "DOC"; font: 750 0.65rem/1 "IBM Plex Mono", monospace; letter-spacing: 0.08em; }
.ndc-doc-card h3 { font-size: 1rem; }
.ndc-doc-card p { margin: 0; color: var(--ndc-muted); font-size: 0.82rem; }
.ndc-doc-card span { display: inline-block; margin-top: 0.9rem; color: #a8bdcf; font-size: 0.72rem; font-weight: 750; }

.ndc-cta { overflow: hidden; border-top: 1px solid var(--ndc-line); background: radial-gradient(circle at 90% 20%, rgba(26, 167, 255, 0.2), transparent 25rem), linear-gradient(120deg, #0b1d31, #071422); }
.ndc-cta .ndc-section-inner { position: relative; z-index: 2; }
.ndc-cta h2 { max-width: 18ch; }

.ndc-site-footer { border-top: 1px solid var(--ndc-line); background: #030910; }
.ndc-footer-grid { display: grid; width: min(calc(100% - 2.8rem), var(--ndc-max)); gap: 3rem; grid-template-columns: 1.8fr repeat(3, 1fr); margin: 0 auto; padding: 4.5rem 0 3rem; }
.ndc-brand--footer { margin-bottom: 1.2rem; }
.ndc-footer-grid p { max-width: 30ch; color: var(--ndc-muted); font-size: 0.84rem; }
.ndc-footer-grid .ndc-footnote { color: #748da5; font-size: 0.72rem; }
.ndc-footer-grid h2 { margin: 0 0 1rem; color: #fff; font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; }
.ndc-footer-grid > div > a:not(.ndc-brand), .ndc-footer-grid > div > span { display: block; margin: 0.58rem 0; color: var(--ndc-muted); font-size: 0.78rem; text-decoration: none; }
.ndc-footer-grid > div > a:hover { color: #fff; }
.ndc-footer-base { display: flex; width: min(calc(100% - 2.8rem), var(--ndc-max)); justify-content: space-between; margin: 0 auto; padding: 1.2rem 0 2rem; border-top: 1px solid var(--ndc-line); color: #668097; font: 650 0.66rem/1.4 "IBM Plex Mono", monospace; letter-spacing: 0.04em; text-transform: uppercase; }
.ndc-error { min-height: 65vh; padding-block: 10rem; }

@media (max-width: 1100px) {
  .ndc-primary-nav { gap: 0.75rem; }
  .ndc-primary-nav a { font-size: 0.72rem; }
  .ndc-brand-type small { display: none; }
  .ndc-pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .ndc-journey { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 850px) {
  body.admin-bar .ndc-site-header { top: 46px; }
  .ndc-header-inner { min-height: 70px; }
  .ndc-menu-toggle { display: flex; }
  .ndc-primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; padding: 0.8rem 1.4rem 1.3rem; border-bottom: 1px solid var(--ndc-line); background: #071422; }
  .ndc-primary-nav a { padding: 0.7rem 0; border-bottom: 1px solid var(--ndc-line); font-size: 0.86rem; }
  .is-menu-open .ndc-primary-nav { display: flex; flex-direction: column; }
  .ndc-button--header { display: none; }
  .ndc-hero { min-height: auto; }
  .ndc-hero-grid { grid-template-columns: 1fr; }
  .ndc-visual { min-height: 390px; }
  .ndc-proof-grid { grid-template-columns: 1fr; }
  .ndc-proof, .ndc-proof:last-child { border-right: 1px solid var(--ndc-line); border-bottom: 1px solid var(--ndc-line); }
  .ndc-split { grid-template-columns: 1fr; }
  .ndc-cards { grid-template-columns: 1fr; }
  .ndc-card { min-height: auto; }
  .ndc-process { grid-template-columns: repeat(2, 1fr); }
  .ndc-step:nth-child(2) { border-right: 1px solid var(--ndc-line); }
  .ndc-step:nth-child(n+3) { border-top: 0; }
  .ndc-stat-grid { grid-template-columns: 1fr; }
  .ndc-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .ndc-journey { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .ndc-header-inner { padding-inline: 1rem; }
  .ndc-brand-type strong { font-size: 1.1rem; }
  .ndc-brand-mark { width: 33px; height: 29px; }
  .ndc-section { padding-inline: 1rem; }
  .ndc-content-shell { width: min(calc(100% - 2rem), var(--ndc-max)); }
  .ndc-hero { padding-top: 4.8rem; }
  .ndc-hero h1 { font-size: clamp(2.75rem, 15vw, 4rem); }
  .ndc-visual { min-height: 300px; }
  .ndc-shield { width: 92px; height: 108px; }
  .ndc-shield::before { width: 31px; height: 35px; border-width: 5px; }
  .ndc-shield::after { top: 26px; width: 35px; height: 28px; border-width: 5px; }
  .ndc-data-node { font-size: 0.55rem; }
  .ndc-process, .ndc-pricing-grid, .ndc-doc-grid, .ndc-form-shell, .ndc-footer-grid, .ndc-journey { grid-template-columns: 1fr; }
  .ndc-step { border-right: 1px solid var(--ndc-line); border-top: 0; }
  .ndc-step:first-child { border-top: 1px solid var(--ndc-line); }
  .ndc-step:not(:last-child)::after, .ndc-journey-item:not(:last-child)::after { display: none; }
  .ndc-journey-item { min-height: auto; }
  .ndc-form-row--wide { grid-column: auto; }
  .ndc-footer-base { flex-direction: column; gap: 0.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

/* Production-candidate visual parity layer — approved homepage mockup. */
:root {
  --ndc-night: #051327;
  --ndc-navy: #071a31;
  --ndc-panel: #0d2845;
  --ndc-panel-bright: #103252;
  --ndc-copy: #c8d2dd;
  --ndc-muted: #899bad;
  --ndc-line: rgba(99, 135, 170, 0.24);
  --ndc-blue: #00a9d6;
  --ndc-blue-soft: #55c9e8;
  --ndc-red: #e3291a;
  --ndc-max: 1280px;
}

.ndc-environment-banner { padding: 0.25rem 1rem; border-color: rgba(227, 33, 45, 0.3); background: #15101a; color: #d8b9bc; }
.ndc-site-header { border-bottom-color: rgba(99, 135, 170, 0.12); background: rgba(5, 19, 39, 0.96); }
.ndc-header-inner { min-height: 112px; gap: 2rem; padding-inline: 1.7rem; }
.ndc-brand { min-width: 240px; flex-direction: column; align-items: flex-start; gap: 0; }
.ndc-wordmark { color: #fff; font-size: 3.15rem; font-weight: 900; letter-spacing: 0.015em; line-height: 0.78; }
.ndc-brand-type small { margin-top: 0.55rem; color: #fff; font-size: 0.57rem; letter-spacing: 0.22em; }
.ndc-primary-nav { gap: clamp(1.1rem, 2.5vw, 2.25rem); }
.ndc-primary-nav a { color: #eef3f8; font-size: 0.78rem; font-weight: 600; }
.ndc-primary-nav a::after { background: var(--ndc-red); }
.ndc-button--header { min-height: 46px; padding-inline: 1.25rem; border: 1px solid var(--ndc-red); background: transparent; font-size: 0.74rem; box-shadow: none; }
.ndc-button--header:hover { background: var(--ndc-red); }
.ndc-button { border-radius: 3px; }
.ndc-button--primary { background: var(--ndc-red); }
.ndc-button--ghost { border-color: rgba(202, 216, 229, 0.52); background: rgba(3, 12, 24, 0.66); }
.ndc-kicker { color: var(--ndc-red); font-family: inherit; font-size: 0.71rem; letter-spacing: 0.055em; }
.ndc-kicker::before { width: 2rem; background: var(--ndc-red); }

.ndc-hero { min-height: 700px; align-items: center; padding: 4.6rem 1.7rem 3rem; }
.ndc-hero::before { background: linear-gradient(90deg, rgba(2, 9, 20, 1) 0%, rgba(2, 9, 20, 0.96) 45%, rgba(2, 9, 20, 0.48) 100%), radial-gradient(circle at 79% 40%, rgba(13, 106, 184, 0.26), transparent 28rem); }
.ndc-hero::after { right: -2%; bottom: -30%; width: 55vw; height: 55vw; border-color: rgba(20, 142, 232, 0.08); box-shadow: 0 0 0 5vw rgba(20, 142, 232, 0.012), 0 0 0 10vw rgba(20, 142, 232, 0.01); }
.ndc-hero-grid { gap: clamp(2rem, 4vw, 4.5rem); grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr); }
.ndc-hero h1 { max-width: 13ch; margin-bottom: 1.4rem; font-size: clamp(3.65rem, 5.2vw, 5rem); font-weight: 760; line-height: 0.99; letter-spacing: -0.048em; }
.ndc-hero h1 span { color: #fff; }
.ndc-hero .ndc-lede { max-width: 48ch; font-size: 1.05rem; line-height: 1.52; }
.ndc-hero .ndc-actions { gap: 1rem; margin-top: 1.7rem; }
.ndc-hero .ndc-button { min-height: 54px; padding-inline: 1.5rem; font-size: 0.82rem; }
.ndc-question-row { display: grid; max-width: 590px; grid-template-columns: repeat(2, 1fr); gap: 0.9rem; margin-top: 1.9rem; }
.ndc-question-row a { display: grid; min-height: 72px; align-items: center; grid-template-columns: 40px 1fr; gap: 0.8rem; padding-top: 0.9rem; border-top: 1px solid rgba(130, 154, 179, 0.35); color: #eef4fa; font-size: 0.76rem; line-height: 1.38; text-decoration: none; }
.ndc-question-row a > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--ndc-red); border-radius: 50%; color: var(--ndc-red); font-size: 1.1rem; }
.ndc-question-row a:hover { color: #fff; }
.ndc-visual { min-height: 515px; }
.ndc-rack-wall { position: absolute; inset: -4% -10% 0 8%; display: flex; justify-content: flex-end; gap: 0.7rem; transform: perspective(850px) rotateY(-8deg); opacity: 0.74; }
.ndc-rack-wall i { position: relative; width: 23%; border: 1px solid rgba(65, 148, 213, 0.19); background: repeating-linear-gradient(to bottom, rgba(4, 14, 26, 0.96) 0 13px, rgba(22, 98, 158, 0.44) 14px, rgba(3, 9, 18, 0.96) 16px, rgba(3, 9, 18, 0.96) 27px), linear-gradient(90deg, transparent, rgba(26, 126, 204, 0.16), transparent); box-shadow: inset 0 0 28px rgba(12, 103, 175, 0.22), 0 24px 70px rgba(0, 0, 0, 0.52); }
.ndc-rack-wall i::after { position: absolute; inset: 0; background: repeating-linear-gradient(to bottom, transparent 0 27px, rgba(227, 33, 45, 0.7) 28px 30px, transparent 31px 58px, rgba(20, 142, 232, 0.82) 59px 61px); content: ""; opacity: 0.58; }
.ndc-visual-panel { position: absolute; right: 0; bottom: 8%; z-index: 2; width: 91%; min-height: 325px; overflow: hidden; border: 1px solid rgba(57, 158, 232, 0.64); border-radius: 13px; background: linear-gradient(145deg, rgba(5, 31, 53, 0.84), rgba(4, 15, 29, 0.9)); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), inset 0 0 55px rgba(26, 135, 213, 0.08); backdrop-filter: blur(7px); }
.ndc-visual-panel .ndc-canada { top: 3%; right: 22%; left: 2%; height: 64%; opacity: 0.76; }
.ndc-map-line { stroke: #2ea6f5; stroke-width: 2.5; }
.ndc-map-point { position: absolute; top: 40%; left: 42%; color: var(--ndc-red); font-size: 2rem; filter: drop-shadow(0 0 10px rgba(227, 33, 45, 0.9)); }
.ndc-visual-lock { position: absolute; top: 12%; right: 8%; width: 74px; height: 74px; border: 2px solid #43b8ff; border-radius: 50%; box-shadow: 0 0 22px rgba(39, 165, 247, 0.35), inset 0 0 18px rgba(39, 165, 247, 0.18); }
.ndc-visual-lock::before { position: absolute; top: 30px; left: 24px; width: 22px; height: 22px; border: 3px solid #d8f2ff; border-radius: 3px; content: ""; }
.ndc-visual-lock::after { position: absolute; top: 17px; left: 28px; width: 14px; height: 16px; border: 3px solid #d8f2ff; border-bottom: 0; border-radius: 9px 9px 0 0; content: ""; }
.ndc-visual-copy { position: absolute; bottom: 78px; left: 5%; display: flex; flex-direction: column; color: #f3f8fc; line-height: 1.35; }
.ndc-visual-copy strong { font-size: 1rem; }
.ndc-visual-copy span { color: #c4d7e7; font-size: 0.79rem; }
.ndc-visual-facts { position: absolute; right: 4%; bottom: 0; left: 4%; display: grid; min-height: 65px; align-items: center; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(83, 154, 210, 0.26); }
.ndc-visual-facts span { position: relative; padding: 0.55rem 0.55rem 0.55rem 1.55rem; color: #bcd0e0; font-size: 0.66rem; line-height: 1.25; }
.ndc-visual-facts span::before { position: absolute; top: 50%; left: 0.2rem; width: 10px; height: 12px; transform: translateY(-50%); border: 1px solid #44b9ff; border-radius: 2px; content: ""; }

.ndc-home-trust { border-block: 1px solid var(--ndc-line); background: #061120; }
.ndc-home-trust .ndc-section-inner { width: min(calc(100% - 3.4rem), var(--ndc-max)); margin-inline: auto; padding: 1.8rem 0 1.65rem; }
.ndc-home-trust h2 { margin: 0 0 1.45rem; color: #fff; font-size: 1rem; font-weight: 600; text-align: center; }
.ndc-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ndc-trust-grid a { display: grid; min-height: 70px; align-items: center; grid-template-columns: 50px 1fr; gap: 0.7rem; padding: 0 1.3rem; border-left: 1px solid var(--ndc-line); color: #e6edf3; font-size: 0.72rem; line-height: 1.35; text-decoration: none; }
.ndc-trust-grid a:last-child { border-right: 1px solid var(--ndc-line); }
.ndc-trust-grid a > span { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(67, 172, 244, 0.5); border-radius: 50%; color: #fff; font-size: 1.1rem; }
.ndc-trust-grid a:hover { color: #fff; }
.ndc-trust-grid a:hover > span { border-color: var(--ndc-red); color: var(--ndc-red); }

.ndc-home-solutions { padding-block: 4.6rem 5.3rem; background: linear-gradient(180deg, #020914, #030b16); }
.ndc-section-heading { text-align: center; }
.ndc-section-heading .ndc-kicker::before { width: 1.8rem; }
.ndc-section-heading h2 { max-width: none; margin-bottom: 0; font-size: clamp(2.25rem, 3.8vw, 3.35rem); }
.ndc-solution-cards { gap: 1.25rem; margin-top: 2.7rem; }
.ndc-solution-cards .ndc-card { min-height: 390px; padding: 1.8rem 1.8rem 1.6rem; border-color: rgba(60, 111, 154, 0.62); border-radius: 10px; background: linear-gradient(145deg, rgba(10, 31, 53, 0.92), rgba(5, 16, 29, 0.96)); box-shadow: inset 0 0 36px rgba(19, 100, 166, 0.04); }
.ndc-solution-cards .ndc-card::after { display: none; }
.ndc-solution-icon { display: grid; width: 62px; height: 62px; place-items: center; margin-bottom: 1.1rem; border: 1px solid rgba(41, 153, 232, 0.66); border-radius: 9px; background: rgba(11, 48, 79, 0.78); color: #70c7ff; font-size: 1.65rem; box-shadow: inset 0 0 20px rgba(28, 130, 202, 0.14); }
.ndc-solution-cards .ndc-card > i { display: block; width: 2.1rem; height: 2px; margin-bottom: 1rem; background: var(--ndc-red); }
.ndc-solution-cards h3 { min-height: 2.7rem; font-size: 1.38rem; }
.ndc-solution-cards h3 a { margin: 0; color: #fff; text-decoration: none; }
.ndc-solution-cards p { min-height: 4.4rem; color: #aab9c8; }
.ndc-solution-cards ul { margin: 1rem 0 0; padding: 0; list-style: none; }
.ndc-solution-cards li { position: relative; margin: 0.56rem 0; padding-left: 1.35rem; color: #c5d0db; font-size: 0.78rem; }
.ndc-solution-cards li::before { position: absolute; top: 0.19rem; left: 0; display: grid; width: 12px; height: 12px; place-items: center; border: 1px solid var(--ndc-red); border-radius: 50%; color: var(--ndc-red); content: "✓"; font-size: 0.48rem; }

.ndc-home-security { display: grid; min-height: 390px; align-items: stretch; grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr); border-block: 1px solid var(--ndc-line); background: #061426; }
.ndc-security-visual { position: relative; min-height: 390px; overflow: hidden; background: radial-gradient(circle at 50% 52%, rgba(21, 139, 220, 0.32), transparent 11rem), linear-gradient(rgba(36, 129, 197, 0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(36, 129, 197, 0.09) 1px, transparent 1px), #04101f; background-size: auto, 30px 30px, 30px 30px, auto; }
.ndc-security-orbit { position: absolute; top: 50%; left: 50%; width: 310px; height: 110px; transform: translate(-50%, -50%); border: 1px solid rgba(47, 175, 255, 0.62); border-radius: 50%; box-shadow: 0 0 30px rgba(22, 139, 217, 0.25), 0 0 0 44px rgba(20, 130, 207, 0.04); }
.ndc-security-shield { position: absolute; top: 50%; left: 50%; width: 118px; height: 140px; transform: translate(-50%, -58%); clip-path: polygon(50% 0, 94% 17%, 86% 72%, 50% 100%, 14% 72%, 6% 17%); background: linear-gradient(145deg, rgba(19, 128, 207, 0.24), rgba(9, 53, 91, 0.62)); border: 1px solid #42baff; filter: drop-shadow(0 0 22px rgba(34, 163, 242, 0.65)); }
.ndc-security-shield::before { position: absolute; top: 52px; left: 40px; width: 36px; height: 34px; border: 4px solid #8ed7ff; border-radius: 5px; content: ""; }
.ndc-security-shield::after { position: absolute; top: 31px; left: 46px; width: 24px; height: 27px; border: 4px solid #8ed7ff; border-bottom: 0; border-radius: 14px 14px 0 0; content: ""; }
.ndc-security-copy { display: flex; max-width: 780px; flex-direction: column; justify-content: center; padding: 3.4rem clamp(2.2rem, 5vw, 5.2rem); }
.ndc-security-copy h2 { max-width: none; margin: 0 0 0.9rem; color: #fff; font-size: clamp(2rem, 3.3vw, 3rem); line-height: 1.05; }
.ndc-security-copy > p:not(.ndc-kicker) { max-width: 66ch; margin: 0; color: #a7b6c4; font-size: 0.9rem; }
.ndc-security-points { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 2rem; }
.ndc-security-points a { display: flex; min-height: 74px; align-items: center; gap: 0.7rem; padding: 0 0.8rem; border-left: 1px solid var(--ndc-line); color: #e6edf3; font-size: 0.7rem; line-height: 1.3; text-decoration: none; }
.ndc-security-points a:last-child { border-right: 1px solid var(--ndc-line); }
.ndc-security-points span { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(227, 33, 45, 0.6); border-radius: 50%; color: var(--ndc-red); }

.ndc-site-footer { background: #030c1b; }
.ndc-footer-grid { gap: 2rem; grid-template-columns: 1.6fr repeat(5, 1fr); padding: 3.3rem 0 2.3rem; }
.ndc-footer-brand .ndc-brand { min-width: 0; }
.ndc-brand--footer { margin-bottom: 1.35rem; }
.ndc-brand--footer .ndc-logo { width: 250px; }
.ndc-footer-brand p strong { color: #eef4fa; font-weight: 650; }
.ndc-button--footer { min-height: 38px; margin: 0.6rem 0 0.2rem; padding: 0.55rem 0.8rem; border: 1px solid var(--ndc-red); background: transparent; color: #fff; font-size: 0.65rem; }
.ndc-button--footer:hover { background: var(--ndc-red); color: #fff; }
.ndc-footer-grid h2 { color: #fff; font-size: 0.71rem; letter-spacing: 0.04em; text-transform: none; }
.ndc-footer-grid > div > a:not(.ndc-brand):not(.ndc-button) { margin: 0.48rem 0; font-size: 0.69rem; }
.ndc-footer-grid > div > span { font-size: 0.66rem; }
.ndc-footer-base { flex-wrap: wrap; align-items: center; gap: 0.7rem 1.5rem; padding-block: 1rem 1.5rem; font-family: inherit; font-size: 0.58rem; letter-spacing: 0.02em; text-transform: none; }
.ndc-footer-base a { color: #7890a5; text-decoration: none; }

@media (max-width: 1100px) {
  .ndc-header-inner { gap: 1.2rem; }
  .ndc-brand { min-width: 220px; }
  .ndc-logo { width: 220px; }
  .ndc-wordmark { font-size: 2.65rem; }
  .ndc-primary-nav { gap: 1rem; }
  .ndc-hero-grid { grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr); }
  .ndc-security-points { grid-template-columns: repeat(2, 1fr); }
  .ndc-security-points a:nth-child(3) { border-top: 1px solid var(--ndc-line); }
  .ndc-security-points a:nth-child(4) { border-top: 1px solid var(--ndc-line); border-right: 1px solid var(--ndc-line); }
  .ndc-footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); }
}

@media (max-width: 850px) {
  .ndc-header-inner { min-height: 104px; }
  .ndc-brand { min-width: 0; }
  .ndc-logo { width: 220px; }
  .ndc-wordmark { font-size: 2.35rem; }
  .ndc-brand-type small { display: block; font-size: 0.46rem; }
  .ndc-primary-nav { gap: 0; background: #030b17; }
  .ndc-hero { padding-top: 3.8rem; }
  .ndc-hero-grid { grid-template-columns: 1fr; }
  .ndc-hero h1 { max-width: 13ch; font-size: clamp(3.2rem, 9vw, 4.6rem); }
  .ndc-visual { min-height: 440px; }
  .ndc-visual-panel { right: 4%; width: 92%; }
  .ndc-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .ndc-trust-grid a:nth-child(n+3) { border-top: 1px solid var(--ndc-line); }
  .ndc-solution-cards { grid-template-columns: 1fr; }
  .ndc-solution-cards .ndc-card { min-height: auto; }
  .ndc-solution-cards p { min-height: 0; }
  .ndc-home-security { grid-template-columns: 1fr; }
  .ndc-security-visual { min-height: 330px; }
  .ndc-footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 560px) {
  .ndc-environment-banner { font-size: 0.52rem; }
  .ndc-header-inner { min-height: 100px; }
  .ndc-brand-type small { margin-top: 0.43rem; }
  .ndc-hero { padding-top: 3rem; }
  .ndc-hero h1 { font-size: clamp(2.85rem, 13vw, 3.65rem); }
  .ndc-hero .ndc-lede { font-size: 0.98rem; }
  .ndc-hero .ndc-actions { display: grid; grid-template-columns: 1fr; }
  .ndc-question-row { grid-template-columns: 1fr; }
  .ndc-question-row a { min-height: 60px; }
  .ndc-visual { min-height: 350px; }
  .ndc-visual-panel { right: 0; bottom: 5%; width: 100%; min-height: 280px; }
  .ndc-visual-panel .ndc-canada { right: 8%; height: 56%; }
  .ndc-visual-lock { width: 58px; height: 58px; }
  .ndc-visual-lock::before { top: 23px; left: 18px; }
  .ndc-visual-lock::after { top: 10px; left: 22px; }
  .ndc-visual-copy { bottom: 67px; }
  .ndc-visual-facts { min-height: 58px; }
  .ndc-visual-facts span { padding-left: 0.4rem; font-size: 0.55rem; text-align: center; }
  .ndc-visual-facts span::before { display: none; }
  .ndc-home-trust .ndc-section-inner { width: min(calc(100% - 2rem), var(--ndc-max)); }
  .ndc-trust-grid { grid-template-columns: 1fr; }
  .ndc-trust-grid a, .ndc-trust-grid a:last-child { border-right: 1px solid var(--ndc-line); border-bottom: 1px solid var(--ndc-line); }
  .ndc-trust-grid a:first-child { border-top: 1px solid var(--ndc-line); }
  .ndc-security-copy { padding: 2.8rem 1rem; }
  .ndc-security-points { grid-template-columns: 1fr; }
  .ndc-security-points a, .ndc-security-points a:nth-child(n) { border: 0; border-top: 1px solid var(--ndc-line); }
  .ndc-security-points a:last-child { border-bottom: 1px solid var(--ndc-line); }
  .ndc-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .ndc-footer-brand { grid-column: 1 / -1; }
  .ndc-footer-base { align-items: flex-start; }
}
