:root {
  /* Palette sobre type produit B2B (réf. landing claire, lisible) */
  --ns-primary: #0f172a;
  --ns-primary-mid: #1e293b;
  --ns-primary-vivid: #334155;
  /* Accent teal discret (liens d’action, pas bleu « SaaS ») */
  --ns-cta: #0f766e;
  --ns-cta-hover: #115e59;
  --ns-cta-mid: #14b8a6;
  --ns-cta-gradient: #0f766e;
  --ns-cta-gradient-hover: #115e59;
  --ns-cta-soft: rgba(15, 118, 110, 0.11);
  --ns-primary-soft: rgba(15, 23, 42, 0.04);

  --ns-bg: #fafafa;
  --ns-bg-elevated: #ffffff;
  --ns-surface: #ffffff;
  --ns-surface-muted: #f4f4f5;
  --ns-surface-strong: #e4e4e7;

  --ns-text: #18181b;
  --ns-text-soft: #52525b;
  --ns-text-muted: #71717a;

  --ns-border: #e4e4e7;
  --ns-line: #e4e4e7;
  --ns-line-strong: #d4d4d8;

  --ns-success: #16a34a;
  --ns-error: #dc2626;
  --ns-warning: #d97706;

  --ns-radius: 14px;
  --ns-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 16px rgba(15, 23, 42, 0.06);
  --ns-shadow-lg: 0 8px 32px rgba(15, 23, 42, 0.08);
  --ns-shadow-cta: 0 2px 10px rgba(15, 118, 110, 0.22);
  --ns-container: min(1120px, calc(100vw - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.ns-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;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  color: var(--ns-text);
  background-color: var(--ns-bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.ns-container {
  width: var(--ns-container);
  margin: 0 auto;
}

.ns-site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--ns-line);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.ns-site-header.is-scrolled {
  box-shadow: 0 4px 24px rgba(15, 26, 46, 0.07);
  background: rgba(255, 255, 255, 0.98);
}

.ns-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  flex-wrap: wrap;
  position: relative;
}

.ns-header-end {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ns-lang {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
}

.ns-lang-link {
  color: var(--ns-text-soft);
  padding: 6px 4px;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}

.ns-lang-link:hover,
.ns-lang-link:focus-visible {
  color: var(--ns-text);
}

.ns-lang-link.is-active {
  color: var(--ns-text);
}

.ns-lang-sep {
  color: var(--ns-line-strong);
  user-select: none;
  font-weight: 400;
}

.ns-brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.ns-brand-logo {
  display: block;
  height: 40px;
  width: auto;
  max-width: min(200px, 42vw);
  object-fit: contain;
  object-position: left center;
}

.ns-brand:focus-visible .ns-brand-logo {
  outline: 2px solid var(--ns-cta);
  outline-offset: 3px;
  border-radius: 4px;
}

.ns-panel-label,
.ns-archive-duration,
.ns-pack-label {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.ns-panel-label,
.ns-pack-label {
  color: var(--ns-text-muted);
}

.ns-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.ns-nav a {
  color: var(--ns-text-soft);
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.ns-nav a:hover,
.ns-nav a:focus-visible {
  color: var(--ns-text);
}

.ns-nav a.ns-nav-cta,
.ns-nav a.ns-nav-cta:hover,
.ns-nav a.ns-nav-cta:focus-visible {
  color: #fff;
  background: var(--ns-cta);
  border: 1px solid var(--ns-cta);
  box-shadow: none;
}

.ns-nav-cta {
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.875rem;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ns-nav a.ns-nav-cta:hover,
.ns-nav a.ns-nav-cta:focus-visible {
  color: #fff;
  background: var(--ns-cta-hover);
  border-color: var(--ns-cta-hover);
}

.ns-menu-toggle {
  display: none;
  color: var(--ns-text);
  border: 1px solid var(--ns-line-strong);
  background: var(--ns-surface);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.85rem;
}

.ns-main {
  overflow: clip;
}

.ns-main--blocks .ns-block-front.entry-content {
  max-width: none;
  margin: 0;
  padding: 0;
}

.ns-main--blocks .alignwide {
  max-width: min(1160px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
  box-sizing: border-box;
}

.ns-main--blocks .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

.ns-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(48px, 8vh, 96px) 0 clamp(36px, 4vw, 64px);
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ns-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.ns-hero-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(15, 118, 110, 0.06), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.ns-hero-grid-lines {
  display: none;
}

.ns-hero-orbs {
  display: none;
}

.ns-hero-orbs .ns-orb {
  position: absolute;
}

.ns-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
  width: var(--ns-container);
  max-width: 100%;
  margin: 0 auto;
}

.ns-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  min-width: 0;
}

.ns-hero-visual {
  margin: 0;
  min-width: 0;
  border-radius: 22px;
  overflow: hidden;
  background: var(--ns-surface);
  box-shadow:
    0 22px 50px rgba(15, 23, 42, 0.09),
    0 0 0 1px rgba(15, 23, 42, 0.06);
}

.ns-hero-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  aspect-ratio: 1100 / 732;
  vertical-align: bottom;
}

.ns-api-aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  align-items: center;
}

.ns-api-code {
  width: 100%;
  align-self: stretch;
}

.ns-api-figure {
  margin: 0;
  padding: 6px;
  border-radius: 18px;
  background: var(--ns-surface);
  box-shadow:
    0 10px 28px rgba(15, 23, 42, 0.07),
    0 0 0 1px var(--ns-line);
}

.ns-api-photo {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 0;
  border-radius: 12px;
  box-shadow: none;
  object-fit: cover;
  aspect-ratio: 279 / 420;
  vertical-align: bottom;
}

.ns-vault-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.ns-contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: start;
}

.ns-contact-intro {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 0;
}

.ns-contact-visual {
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  background: var(--ns-surface);
  box-shadow:
    0 16px 40px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(15, 23, 42, 0.06);
  max-width: min(100%, 420px);
}

.ns-contact-photo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1024 / 683;
}

.ns-orb {
  filter: blur(88px);
  opacity: 0.42;
  pointer-events: none;
  border-radius: 50%;
}

.ns-orb-a {
  width: min(380px, 55vw);
  height: min(380px, 55vw);
  top: 4%;
  left: -8%;
  background: rgba(91, 61, 245, 0.22);
}

.ns-orb-b {
  width: min(320px, 48vw);
  height: min(320px, 48vw);
  top: 18%;
  right: -6%;
  background: rgba(124, 92, 255, 0.14);
}

.ns-orb-c {
  width: min(260px, 40vw);
  height: min(260px, 40vw);
  bottom: 8%;
  left: 42%;
  background: rgba(36, 58, 94, 0.28);
  opacity: 0.35;
}

.ns-kicker {
  margin: 0 0 14px;
  color: var(--ns-text-soft);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.9375rem;
}

.ns-hero .ns-kicker {
  display: block;
  margin: 0 0 1rem;
  padding: 0;
  border-radius: 0;
  font-size: 0.9375rem;
  letter-spacing: 0;
  background: none;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: var(--ns-text-soft);
}

.ns-hero-title,
.ns-section h2,
.ns-contact-hero h1 {
  margin: 0;
  font-size: clamp(2.15rem, 4vw, 3.25rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ns-text);
  font-weight: 600;
}

.ns-hero .ns-hero-title {
  color: var(--ns-text);
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 600;
  text-wrap: balance;
  max-width: min(40ch, 100%);
}

.ns-section h2,
.ns-contact-hero h1 {
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  line-height: 1.15;
}

.ns-hero-text,
.ns-copy,
.ns-section-heading p,
.ns-site-footer p,
.ns-contact-hero p {
  color: var(--ns-text-soft);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 52ch;
}

.ns-hero .ns-hero-text {
  margin-top: 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  max-width: 48ch;
  margin-left: 0;
  margin-right: 0;
  color: var(--ns-text-soft);
}

.ns-section-heading p {
  max-width: 60ch;
}

.ns-hero-actions,
.ns-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 36px;
}

.ns-hero .ns-hero-actions {
  justify-content: flex-start;
  gap: 12px 14px;
  margin: 1.85rem 0 1.75rem;
}

.ns-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.ns-btn:hover,
.ns-btn:focus-visible {
  transform: none;
}

.ns-btn-primary {
  color: #fff;
  background: var(--ns-cta);
  box-shadow: var(--ns-shadow-cta);
}

.ns-btn-primary:hover,
.ns-btn-primary:focus-visible {
  background: var(--ns-cta-hover);
  box-shadow: 0 4px 16px rgba(15, 118, 110, 0.28);
}

.ns-btn-secondary {
  border-color: var(--ns-line-strong);
  background: var(--ns-surface);
  color: var(--ns-text);
}

.ns-btn-secondary:hover,
.ns-btn-secondary:focus-visible {
  border-color: var(--ns-text-muted);
  background: var(--ns-surface-muted);
  color: var(--ns-text);
}

.ns-trust-grid,
.ns-card-grid,
.ns-proof-grid,
.ns-archive-grid,
.ns-pricing-packs,
.ns-stats,
.ns-contact-points {
  display: grid;
  gap: 16px;
}

.ns-trust-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ns-card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ns-card-grid-3,
.ns-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ns-archive-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ns-pricing-packs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ns-trust-card,
.ns-feature-card,
.ns-usecase-card,
.ns-proof-card,
.ns-archive-card,
.ns-pack-card,
.ns-vault-panel,
.ns-contact-form-box,
.ns-contact-point,
.ns-cta-box,
.ns-pricing-core {
  border: 1px solid var(--ns-line);
  background: var(--ns-surface);
  border-radius: var(--ns-radius);
  box-shadow: var(--ns-shadow);
}

.ns-trust-card,
.ns-feature-card,
.ns-usecase-card,
.ns-proof-card,
.ns-archive-card,
.ns-pack-card {
  padding: 24px;
}

.ns-trust-card span,
.ns-archive-duration {
  display: inline-block;
  color: var(--ns-cta);
  font-weight: 600;
}

.ns-trust-card p,
.ns-feature-card p,
.ns-usecase-card p,
.ns-proof-card p,
.ns-archive-card p,
.ns-pack-card p,
.ns-pricing-core p,
.ns-vault-panel p,
.ns-contact-point p {
  margin: 0;
  color: var(--ns-text-soft);
  line-height: 1.7;
}

.ns-trust-card p {
  margin-top: 10px;
}

.ns-hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 12px;
  margin-top: 0.35rem;
  max-width: 100%;
}

.ns-hero-trust .ns-trust-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid var(--ns-line);
  background: var(--ns-surface);
  box-shadow: none;
}

.ns-hero-trust .ns-trust-card span {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ns-primary);
  letter-spacing: -0.01em;
}

.ns-compliance-strip {
  padding: 22px 0 26px;
  border-bottom: 1px solid var(--ns-line);
  background: var(--ns-surface-muted);
}

.ns-compliance-strip-inner {
  text-align: center;
}

.ns-compliance-strip-lead {
  margin: 0 auto 16px;
  max-width: 48ch;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--ns-text-soft);
}

.ns-compliance-strip-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--ns-text-muted);
}

.ns-compliance-strip-list li {
  display: inline-flex;
  align-items: center;
}

.ns-compliance-strip-list li:not(:last-child)::after {
  content: "·";
  margin: 0 0.65rem;
  color: var(--ns-line-strong);
  font-weight: 700;
  opacity: 0.85;
}

.ns-check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ns-check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--ns-text-soft);
  font-size: 0.95rem;
}

.ns-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: var(--ns-cta);
  box-shadow: none;
}

.ns-section {
  padding: 88px 0;
}

.ns-section-dark {
  background: var(--ns-surface-muted);
  border-top: 1px solid var(--ns-line);
  border-bottom: 1px solid var(--ns-line);
}

.ns-section-vault {
  position: relative;
}

.ns-section-vault::before {
  display: none;
}

.ns-section-heading {
  max-width: 720px;
  margin-bottom: 32px;
}

.ns-section-heading h2 {
  margin-bottom: 14px;
}

.ns-feature-card h3,
.ns-usecase-card h3,
.ns-proof-card h3,
.ns-archive-card h3,
.ns-pack-card h3,
.ns-pricing-core h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  line-height: 1.3;
  color: var(--ns-text);
  font-weight: 600;
}

.ns-proof-card {
  position: relative;
  overflow: hidden;
}

.ns-proof-card::after {
  display: none;
}

.ns-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.ns-stat {
  padding: 20px;
  border-radius: var(--ns-radius);
  border: 1px solid var(--ns-line);
  background: var(--ns-surface);
  box-shadow: var(--ns-shadow);
}

.ns-stat strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.95rem;
  color: var(--ns-text);
}

.ns-stat span {
  color: var(--ns-text-soft);
  line-height: 1.6;
  font-size: 0.9rem;
}

.ns-vault-panel,
.ns-contact-form-box,
.ns-pricing-core {
  padding: 28px;
}

.ns-vault-panel h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  color: var(--ns-text);
}

.ns-archive-duration {
  margin-bottom: 12px;
}

.ns-pricing-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
  align-items: start;
}

.ns-pricing-core {
  position: sticky;
  top: 96px;
}

.ns-pricing-core h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--ns-text);
}

.ns-price-subtitle {
  margin-bottom: 20px;
}

.ns-pricing-core .ns-check-list {
  margin-bottom: 0;
  padding-bottom: 22px;
  margin-top: 4px;
  border-bottom: 1px solid var(--ns-line);
}

.ns-pricing-core .ns-btn {
  width: 100%;
  margin-top: 22px;
  min-height: 48px;
  justify-content: center;
  font-size: 0.9375rem;
}

.ns-pack-unit {
  margin-bottom: 8px;
  color: var(--ns-cta);
  font-weight: 600;
}

.ns-pricing-packs-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.ns-pricing-credits-head .ns-panel-label {
  margin: 0 0 6px;
}

.ns-pricing-credits-intro {
  margin: 0;
  color: var(--ns-text-soft);
  line-height: 1.65;
  font-size: 0.98rem;
}

.ns-section-api {
  background: var(--ns-bg);
  border-top: 1px solid var(--ns-line);
}

.ns-api-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.ns-api-copy h2 {
  margin-top: 0;
}

.ns-api-lead {
  margin: 0 0 20px;
  color: var(--ns-text-soft);
  line-height: 1.75;
  font-size: 1.02rem;
}

.ns-api-list {
  margin: 0 0 24px;
  padding-left: 1.2rem;
  color: var(--ns-text-soft);
  line-height: 1.65;
  font-size: 0.95rem;
}

.ns-api-list li {
  margin-bottom: 8px;
}

.ns-api-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ns-api-code .ns-panel-label {
  margin-bottom: 12px;
}

.ns-api-snippet {
  margin: 0;
  padding: 20px 22px;
  border-radius: 16px;
  border: 1px solid var(--ns-line-strong);
  background: var(--ns-surface-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.82rem;
  line-height: 1.55;
  overflow-x: auto;
  color: var(--ns-text);
}

.ns-api-snippet code {
  font-family: inherit;
  white-space: pre-wrap;
  word-break: break-word;
}

.ns-section-cta {
  padding-top: 64px;
}

.ns-cta-box {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  background: var(--ns-surface);
  border: 1px solid var(--ns-line);
  border-radius: var(--ns-radius);
  box-shadow: var(--ns-shadow);
}

.ns-cta-box h2 {
  margin: 0 0 12px;
  color: var(--ns-text);
}

.ns-cta-box p {
  color: var(--ns-text-soft);
  max-width: none;
}

.ns-cta-box .ns-btn-secondary {
  background: var(--ns-surface);
  border-color: var(--ns-line-strong);
  color: var(--ns-text);
}

.ns-cta-box .ns-btn-primary {
  background: var(--ns-cta);
  color: #fff;
  box-shadow: var(--ns-shadow-cta);
}

.ns-cta-box .ns-btn-primary:hover,
.ns-cta-box .ns-btn-primary:focus-visible {
  background: var(--ns-cta-hover);
  color: #fff;
}

.ns-cta-box .ns-cta-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
  min-width: 0;
}

.ns-cta-box .ns-cta-actions .ns-btn {
  width: 100%;
  text-align: center;
}

.ns-legal {
  padding: 0 0 72px;
}

.ns-legal-inner {
  max-width: 720px;
}

.ns-legal-inner > p:first-of-type {
  margin: 0;
  padding: 20px 24px;
  border-radius: var(--ns-radius);
  border: 1px solid var(--ns-line);
  color: var(--ns-text-soft);
  background: var(--ns-surface-muted);
  line-height: 1.75;
  font-size: 0.95rem;
}

.ns-legal-cta {
  margin: 18px 0 0;
}

.ns-contact-main {
  padding-top: 20px;
}

.ns-b2b-main {
  padding: 28px 0 64px;
}

.ns-b2b-inner {
  max-width: 640px;
  margin: 0 auto;
}

.ns-b2b-header {
  margin-bottom: 28px;
}

.ns-b2b-header h1 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 600;
  color: var(--ns-text);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.ns-contact-point {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 14px;
  padding: 18px 20px;
}

.ns-contact-point span {
  width: 12px;
  height: 12px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--ns-cta);
}

.ns-form-wrap .frm-fluent-form .ff-el-group,
.ns-form-wrap .frm-fluent-form .ff-el-input--content {
  margin-bottom: 12px;
}

.ns-form-wrap .frm-fluent-form .ff-el-input--label label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ns-text);
}

.ns-form-wrap input[type="text"],
.ns-form-wrap input[type="email"],
.ns-form-wrap input[type="tel"],
.ns-form-wrap input[type="url"],
.ns-form-wrap input[type="number"],
.ns-form-wrap textarea,
.ns-form-wrap select,
.ns-form-wrap .frm-fluent-form .ff-el-form-control {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--ns-line-strong);
  background: var(--ns-surface);
  color: var(--ns-text);
  font-size: 1rem;
  box-sizing: border-box;
}

.ns-form-wrap textarea,
.ns-form-wrap .frm-fluent-form textarea.ff-el-form-control {
  min-height: 140px;
  resize: vertical;
}

.ns-form-wrap input[type="submit"],
.ns-form-wrap .frm-fluent-form button[type="submit"].ff-btn-submit,
.ns-form-wrap .frm-fluent-form .ff-btn-submit,
.ns-form-wrap .frm-fluent-form button.ff-btn {
  cursor: pointer;
  border: 1px solid var(--ns-cta);
  color: #fff;
  font-weight: 600;
  background: var(--ns-cta);
  box-shadow: var(--ns-shadow-cta);
  padding: 14px 22px;
  border-radius: 10px;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ns-form-wrap input[type="submit"]:hover,
.ns-form-wrap input[type="submit"]:focus-visible,
.ns-form-wrap .frm-fluent-form button[type="submit"].ff-btn-submit:hover,
.ns-form-wrap .frm-fluent-form button[type="submit"].ff-btn-submit:focus-visible,
.ns-form-wrap .frm-fluent-form .ff-btn-submit:hover,
.ns-form-wrap .frm-fluent-form .ff-btn-submit:focus-visible {
  background: var(--ns-cta-hover);
  border-color: var(--ns-cta-hover);
  box-shadow: 0 4px 16px rgba(15, 118, 110, 0.28);
}

.ns-site-footer {
  padding: 28px 0 40px;
  border-top: 1px solid var(--ns-line);
  background: var(--ns-surface);
}

.ns-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.ns-footer-inner strong {
  color: var(--ns-text);
}

.ns-footer-extra-wrap {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--ns-line);
}

.ns-footer-extra {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 0.9rem;
}

.ns-footer-extra a {
  color: var(--ns-text-soft);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ns-footer-extra a:hover,
.ns-footer-extra a:focus-visible {
  color: var(--ns-cta);
}

.ns-footer-legal-wrap {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--ns-line);
}

.ns-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 0.9rem;
}

.ns-footer-legal a {
  color: var(--ns-text-soft);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ns-footer-legal a:hover,
.ns-footer-legal a:focus-visible {
  color: var(--ns-cta);
}

.ns-page-main {
  padding: 32px 0 64px;
}

.ns-page-header {
  margin-bottom: 28px;
}

.ns-page-title {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ns-text);
  line-height: 1.2;
}

.ns-prose {
  max-width: 72ch;
  color: var(--ns-text-soft);
  font-size: 1.05rem;
  line-height: 1.75;
}

.ns-prose > *:first-child {
  margin-top: 0;
}

.ns-prose > *:last-child {
  margin-bottom: 0;
}

.ns-prose h2,
.ns-prose h3,
.ns-prose h4 {
  color: var(--ns-text);
  font-weight: 600;
  margin: 1.75em 0 0.65em;
  line-height: 1.25;
}

.ns-prose h2 {
  font-size: 1.35rem;
}

.ns-prose h3 {
  font-size: 1.15rem;
}

.ns-prose p,
.ns-prose ul,
.ns-prose ol {
  margin: 0 0 1em;
}

.ns-prose ul,
.ns-prose ol {
  padding-left: 1.35rem;
}

.ns-prose li {
  margin-bottom: 0.35em;
}

.ns-prose a {
  color: var(--ns-cta);
  text-underline-offset: 2px;
}

.ns-prose a:hover,
.ns-prose a:focus-visible {
  color: var(--ns-cta-hover);
}

.ns-prose .alignwide {
  max-width: none;
}

.ns-cookie-banner {
  position: fixed;
  z-index: 12000;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px 0;
  border-top: 1px solid var(--ns-line-strong);
  background: var(--ns-surface);
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.08);
}

.ns-cookie-banner[hidden] {
  display: none !important;
}

.ns-cookie-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}

.ns-cookie-text {
  margin: 0;
  flex: 1 1 280px;
  max-width: 56ch;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ns-text-soft);
}

.ns-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.ns-fallback {
  min-height: 50vh;
}

.ns-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.ns-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ns-delay-1 {
  transition-delay: 0.1s;
}

@media (max-width: 1080px) {
  .ns-vault-grid,
  .ns-contact-grid,
  .ns-pricing-layout,
  .ns-stats,
  .ns-card-grid-4,
  .ns-card-grid-3,
  .ns-proof-grid,
  .ns-pricing-packs {
    grid-template-columns: 1fr;
  }

  .ns-api-grid {
    grid-template-columns: 1fr;
  }

  .ns-api-aside {
    align-items: center;
    width: 100%;
  }

  .ns-api-figure {
    margin-inline: auto;
  }

  .ns-pricing-core {
    position: static;
  }
}

@media (max-width: 860px) {
  .ns-menu-toggle {
    display: inline-flex;
  }

  .ns-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 20px;
    left: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    border-radius: var(--ns-radius);
    border: 1px solid var(--ns-line);
    background: var(--ns-surface);
    box-shadow: var(--ns-shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .ns-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .ns-hero {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .ns-hero-grid {
    grid-template-columns: 1fr;
  }

  .ns-hero-copy {
    align-items: center;
    text-align: center;
  }

  .ns-hero .ns-hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .ns-hero .ns-hero-actions {
    justify-content: center;
  }

  .ns-hero-trust {
    justify-content: center;
  }

  .ns-hero-visual {
    max-width: 520px;
    margin: 0 auto;
    order: -1;
  }

  .ns-hero .ns-hero-title {
    font-size: clamp(1.85rem, 8.5vw, 2.65rem);
  }

  .ns-trust-grid,
  .ns-archive-grid,
  .ns-cta-box,
  .ns-footer-inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .ns-hero-title,
  .ns-section h2,
  .ns-contact-hero h1 {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  .ns-cta-box {
    flex-direction: column;
  }

  .ns-cta-box .ns-cta-actions {
    grid-template-columns: 1fr;
  }

  .ns-cookie-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .ns-cookie-actions {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ns-reveal,
  .ns-btn,
  .ns-site-header,
  .ns-nav {
    transition: none;
  }

}
