/* NetServe Enterprise Lead Gen — Simplified B2B landing */
.ns-lead-page {
  --ns-navy: #0a2540;
  --ns-blue: #0066cc;
  --ns-blue-dark: #004c99;
  --ns-white: #ffffff;
  --ns-gray-50: #f7f9fc;
  --ns-gray-200: #e2e8f0;
  --ns-gray-500: #64748b;
  --ns-text: #0f172a;
  --ns-radius: 12px;
  --ns-radius-btn: 10px;
  --ns-shadow: 0 8px 30px rgba(10, 37, 64, 0.06);
  --ns-shadow-form: 0 20px 50px rgba(10, 37, 64, 0.12);
  --ns-space: clamp(72px, 8vw, 112px);
  --ns-btn-transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ns-text);
  background: var(--ns-white);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

.ns-lead-page > header,
.ns-lead-page > footer { display: none !important; }
body.page-template-template-enterprise-lead-gen header:not(.ns-campaign-topbar),
body.page-template-template-enterprise-lead-gen .topbar,
body.page-template-template-enterprise-lead-gen .header,
body.page-template-template-enterprise-lead-gen nav,
body.page-template-template-enterprise-lead-gen footer { display: none !important; }

.ns-container { width: min(1140px, 92%); margin: 0 auto; }
.ns-section { padding: var(--ns-space) 0; }
.ns-section-alt { background: var(--ns-gray-50); }
.ns-section-cta { padding-bottom: clamp(72px, 8vw, 100px); }
.ns-section-head { max-width: 640px; margin-bottom: 48px; }
.ns-section-head-center { margin-left: auto; margin-right: auto; text-align: center; }
.ns-section-head-center .ns-section-lead { margin-left: auto; margin-right: auto; }
.ns-section h2 {
  font-size: clamp(28px, 3.5vw, 36px); line-height: 1.2; margin: 0;
  letter-spacing: -0.025em; font-weight: 700; color: var(--ns-navy);
}
.ns-section-lead { margin: 16px 0 0; color: var(--ns-gray-500); font-size: 18px; line-height: 1.65; }

/* Topbar */
.ns-campaign-topbar {
  background: var(--ns-navy); border-bottom: 1px solid rgba(255,255,255,.08);
  position: sticky; top: 0; z-index: 100;
}
.ns-topbar-inner { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; gap: 16px; }
.ns-logo-link { color: #fff; text-decoration: none; font-weight: 700; font-size: 15px; }
.ns-topbar-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.ns-link-light { color: #cbd5e1; text-decoration: none; font-size: 14px; font-weight: 600; }
.ns-link-light:hover { color: #fff; }

/* Buttons */
.ns-btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--ns-blue); color: #fff; border: 2px solid transparent;
  border-radius: var(--ns-radius-btn); padding: 14px 24px; text-decoration: none;
  font-weight: 600; font-size: 15px; cursor: pointer;
  transition: var(--ns-btn-transition);
}
.ns-btn:hover {
  background: var(--ns-blue-dark); color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(10, 37, 64, 0.18);
}
.ns-btn:focus-visible { outline: 3px solid #93c5fd; outline-offset: 2px; }
.ns-btn-sm { padding: 10px 16px; font-size: 14px; }
.ns-btn-block { width: 100%; margin-top: 6px; }
.ns-btn-ghost { background: transparent; border-color: rgba(255,255,255,.35); color: #fff; }
.ns-btn-ghost:hover { background: rgba(255,255,255,.08); }
.ns-btn-outline-light {
  background: transparent;
  border: 2px solid rgba(255,255,255,.55);
  color: #fff;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.ns-btn-outline-light:hover {
  background: rgba(0, 102, 204, 0.22);
  border-color: #fff;
  color: #fff;
}
.ns-btn-ghost-dark { background: #fff; border: 2px solid var(--ns-gray-200); color: var(--ns-navy); }
.ns-link-cta { color: var(--ns-blue); font-weight: 600; text-decoration: none; font-size: 15px; margin-top: auto; padding-top: 12px; display: inline-block; }
.ns-link-cta:hover { color: var(--ns-blue-dark); text-decoration: underline; }

/* Hero — enterprise depth, balanced height */
.ns-lead-page .ns-hero {
  position: relative; overflow: hidden; color: #fff; isolation: isolate;
  padding: clamp(64px, 6.8vw, 96px) 0 clamp(122px, 10.8vw, 154px);
  z-index: 1;
  background-color: #05121f;
  background-image:
    radial-gradient(ellipse 78% 58% at 28% 14%, rgba(0, 149, 218, 0.09), transparent 62%),
    radial-gradient(ellipse 64% 52% at 86% 26%, rgba(0, 102, 204, 0.08), transparent 64%),
    radial-gradient(ellipse 54% 40% at 18% 90%, rgba(0, 149, 218, 0.06), transparent 70%),
    linear-gradient(156deg, #05121f 0%, #08213a 48%, #0a2a45 100%);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.08);
}
.ns-lead-page .ns-hero::before {
  content: "";
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='280' viewBox='0 0 420 280'%3E%3Cg fill='none' stroke='%230095da' stroke-opacity='.09' stroke-width='1'%3E%3Cpath d='M22 48L130 48L180 90L312 90L380 48'/%3E%3Cpath d='M56 128L170 128L230 172L360 172'/%3E%3Cpath d='M30 228L116 196L248 196L336 232'/%3E%3C/g%3E%3Cg fill='%230095da' fill-opacity='.09'%3E%3Ccircle cx='22' cy='48' r='2.1'/%3E%3Ccircle cx='130' cy='48' r='2.1'/%3E%3Ccircle cx='180' cy='90' r='2.1'/%3E%3Ccircle cx='312' cy='90' r='2.1'/%3E%3Ccircle cx='380' cy='48' r='2.1'/%3E%3Ccircle cx='56' cy='128' r='2.1'/%3E%3Ccircle cx='170' cy='128' r='2.1'/%3E%3Ccircle cx='230' cy='172' r='2.1'/%3E%3Ccircle cx='360' cy='172' r='2.1'/%3E%3Ccircle cx='30' cy='228' r='2.1'/%3E%3Ccircle cx='116' cy='196' r='2.1'/%3E%3Ccircle cx='248' cy='196' r='2.1'/%3E%3Ccircle cx='336' cy='232' r='2.1'/%3E%3C/g%3E%3C/svg%3E"),
    repeating-linear-gradient(
      122deg,
      transparent,
      transparent 80px,
      rgba(0, 149, 218, 0.04) 80px,
      rgba(0, 149, 218, 0.04) 81px
    );
  background-size: 56px 56px, 56px 56px, 420px 280px, auto;
  background-position: 0 0, 0 0, right -30px top -12px, 0 0;
  opacity: 1;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.58) 74%, transparent 100%);
  animation: ns-hero-network-pulse 22s ease-in-out infinite;
  will-change: opacity;
}
.ns-lead-page .ns-hero::after {
  content: "";
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(circle 520px at 26% 20%, rgba(0, 149, 218, 0.08), transparent 68%),
    radial-gradient(circle 360px at 84% 36%, rgba(0, 102, 204, 0.075), transparent 72%),
    radial-gradient(circle 240px at 66% 84%, rgba(0, 149, 218, 0.05), transparent 76%),
    radial-gradient(circle 180px at 6% 94%, rgba(0, 102, 204, 0.045), transparent 80%),
    radial-gradient(ellipse 120% 96% at 50% 44%, transparent 72%, rgba(0, 0, 0, 0.08) 100%);
}
.ns-lead-page .ns-hero-grid::before {
  content: "";
  position: absolute;
  left: clamp(-52px, -4vw, -24px);
  top: clamp(18px, 3vw, 42px);
  width: clamp(420px, 42vw, 600px);
  height: clamp(240px, 24vw, 340px);
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse at 30% 36%, rgba(0, 149, 218, 0.098), rgba(0, 149, 218, 0) 72%);
  filter: blur(2px);
}
.ns-lead-page .ns-hero-grid::after {
  content: "";
  position: absolute;
  right: clamp(8px, 1.6vw, 24px);
  top: 50%;
  width: clamp(280px, 26vw, 390px);
  height: clamp(260px, 28vw, 400px);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse at 52% 50%, rgba(0, 149, 218, 0.086), rgba(0, 149, 218, 0) 72%);
  filter: blur(5px);
}
.ns-lead-page .ns-hero-grid {
  position: relative; z-index: 2;
  display: grid; gap: clamp(40px, 5vw, 56px);
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
}
.ns-lead-page .ns-hero-copy {
  max-width: 560px; display: flex; flex-direction: column; align-items: flex-start;
  position: relative; z-index: 2;
  margin-top: -18px;
}
.ns-lead-page .ns-hero-logo {
  display: block;
  width: 180px;
  height: auto;
  margin: 0 0 16px;
  max-width: 100%;
  opacity: 0.95;
  filter: grayscale(1) brightness(0) invert(1) drop-shadow(0 0 6px rgba(255, 255, 255, 0.14));
}
.ns-lead-page .ns-hero-eyebrow {
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(203, 213, 225, 0.88);
}
.ns-lead-page .ns-title {
  font-size: clamp(32px, 4.1vw, 46px); line-height: 1.2; margin: 0 0 24px;
  font-weight: 700; letter-spacing: -0.03em; max-width: 100%;
}
.ns-lead-page .ns-sub {
  color: #cbd5e1; font-size: 18px; max-width: 560px;
  margin: 0 0 46px; line-height: 1.76;
}
.ns-lead-page .ns-trust-list {
  list-style: none; margin: 0 0 22px; padding: 0;
  display: grid; gap: 15px;
}
.ns-lead-page .ns-trust-list li {
  font-size: 15px; color: #e2e8f0; padding-left: 26px; position: relative; line-height: 1.45;
}
.ns-lead-page .ns-trust-list li::before {
  content: "✓"; position: absolute; left: 0; top: 50%; transform: translateY(-52%);
  color: #4ade80; font-weight: 700; font-size: 15px;
}
.ns-lead-page .ns-hero-copy > .ns-btn {
  margin-top: 0; margin-bottom: 0;
  padding: 17px 28px;
  width: auto; align-self: flex-start;
}
.ns-lead-page .ns-form-shell {
  align-self: center; position: relative; z-index: 3;
}
.ns-lead-page .ns-hero + .ns-section { position: relative; z-index: 2; }

.ns-lead-page .ns-hero .ns-form-shell::before {
  content: "";
  position: absolute;
  inset: -24px -22px -22px -22px;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at 62% 50%, rgba(0, 149, 218, 0.09), rgba(0, 149, 218, 0) 74%);
  filter: blur(2px);
}

@keyframes ns-hero-network-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.9; }
}

/* Form — primary conversion element */
.ns-form-shell {
  background: #fff; border-radius: 16px; padding: 30px 28px 26px;
  box-shadow: 0 24px 56px rgba(10, 37, 64, 0.14), 0 8px 24px rgba(10, 37, 64, 0.08);
  color: var(--ns-text);
}
.ns-form-kicker {
  margin: 0 0 14px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
  color: #475569;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.ns-form-kicker-icon {
  font-size: 15px;
  line-height: 1;
  color: #15803d;
  display: inline-block;
}
.ns-form-kicker-text {
  color: #475569;
  font-weight: 600;
}
.ns-form-title { margin: 0 0 20px; color: var(--ns-navy); font-size: 24px; font-weight: 700; letter-spacing: -0.02em; }
.ns-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ns-progressive { margin-top: 18px; }
.ns-cat { display: none; }
.ns-cat.show { display: block; }
.ns-field { position: relative; }
.ns-field.full { grid-column: 1 / -1; }
.ns-field input, .ns-field select, .ns-field textarea {
  width: 100%; border: 1px solid var(--ns-gray-200); border-radius: 8px;
  padding: 14px 13px; background: #fff; font-size: 15px; color: var(--ns-text);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.ns-field input::placeholder, .ns-field textarea::placeholder { color: #94a3b8; }
.ns-field input:focus, .ns-field select:focus, .ns-field textarea:focus {
  outline: none; border-color: #1d6fd6; box-shadow: 0 0 0 4px rgba(0,102,204,.14);
  background-color: #fff;
}
.ns-field textarea {
  min-height: 96px;
  max-height: 220px;
  resize: none;
  overflow-y: auto;
  field-sizing: content;
}
.ns-field label {
  position: absolute; left: 12px; top: -9px; background: #fff;
  padding: 0 6px; font-size: 12px; color: var(--ns-gray-500); font-weight: 600;
}
.ns-error { color: #dc2626; font-size: 14px; margin-top: 8px; }
.ns-form-assurance { margin: 10px 0 0; font-size: 12px; color: var(--ns-gray-500); text-align: center; }
.ns-success {
  display: none;
  background: #ecfdf5;
  border: 1px solid #86efac;
  color: #166534;
  border-radius: var(--ns-radius);
  padding: 28px 24px 24px;
}
.ns-success-title {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #14532d;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.ns-success-check {
  color: #15803d;
  line-height: 1.2;
  flex: 0 0 auto;
}
.ns-success-copy {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #166534;
}
.ns-success-copy + .ns-success-copy { margin-top: 2px; }
.ns-success-urgent {
  margin: 18px 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(22, 163, 74, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.22);
  color: #166534;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.ns-success-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
  align-items: stretch;
}
.ns-success-actions .ns-btn-success-phone,
.ns-success-actions .ns-btn-whatsapp {
  flex: 1 1 calc(50% - 6px);
  min-width: min(100%, 220px);
  height: 56px;
  min-height: 56px;
  padding: 0 20px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}
.ns-btn-success-phone {
  color: #fff;
}
.ns-btn-success-phone .ns-success-btn-icon,
.ns-btn-whatsapp .ns-success-btn-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: block;
  color: #fff;
  fill: currentColor;
}
.ns-btn-whatsapp {
  background: #25d366;
  border: 2px solid #25d366;
  color: #fff;
  box-shadow: 0 10px 24px rgba(18, 140, 126, 0.22);
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.ns-btn-whatsapp:hover {
  background: #128c7e;
  border-color: #128c7e;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(18, 140, 126, 0.28);
}
@media (max-width: 640px) {
  .ns-success-actions .ns-btn-success-phone,
  .ns-success-actions .ns-btn-whatsapp {
    flex: 1 1 100%;
    min-width: 100%;
  }
}
.ns-success-sla {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #15803d;
  font-weight: 600;
}

/* Single trust section */
.ns-trust-pillars { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.ns-trust-pillar { padding: 0; }
.ns-trust-pillar h3 { margin: 0 0 8px; font-size: 18px; font-weight: 700; color: var(--ns-navy); }
.ns-trust-pillar p { margin: 0; font-size: 16px; color: var(--ns-gray-500); line-height: 1.6; }

/* Brands */
.ns-brand-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }
.ns-brand-logo {
  background: #fff; border: 1px solid var(--ns-gray-200); border-radius: var(--ns-radius);
  padding: 26px 18px; display: flex; align-items: center; justify-content: center; min-height: 108px;
}
.ns-brand-logo img {
  max-width: 148px; max-height: 50px; width: auto; height: auto; object-fit: contain;
  filter: grayscale(100%); opacity: .7; transition: filter .2s ease, opacity .2s ease;
}
.ns-brand-logo:hover img { filter: grayscale(0%); opacity: 1; }
.ns-brand-fallback { font-size: 13px; font-weight: 600; color: var(--ns-gray-500); }

/* Solutions */
.ns-sol-grid { display: grid; gap: 28px; grid-template-columns: repeat(3, 1fr); }
.ns-sol-card {
  background: #fff; border: 1px solid var(--ns-gray-200); border-radius: var(--ns-radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: box-shadow .2s ease;
}
.ns-sol-card:hover { box-shadow: var(--ns-shadow); }
.ns-sol-media {
  height: 200px; flex-shrink: 0;
  background: #fff; display: flex; align-items: center; justify-content: center;
  padding: 24px; border-bottom: 1px solid var(--ns-gray-200);
  box-sizing: border-box;
}
.ns-sol-media img {
  display: block; width: auto; height: auto;
  max-width: calc(100% - 8px); max-height: calc(200px - 48px);
  object-fit: contain; object-position: center;
}
.ns-sol-placeholder {
  width: 72%; height: 72%; max-height: 140px; background: var(--ns-gray-50); border-radius: 8px;
}
.ns-sol-body { padding: 22px 20px 24px; flex: 1; display: flex; flex-direction: column; }
.ns-sol-body h3 { margin: 0 0 8px; font-size: 19px; color: var(--ns-navy); font-weight: 700; }
.ns-sol-body p { margin: 0; color: var(--ns-gray-500); font-size: 15px; line-height: 1.55; flex: 1; }

/* Featured enterprise solutions — premium product showcase below hero */
.ns-featured-section {
  padding-top: clamp(64px, 7vw, 96px);
  background: linear-gradient(180deg, #f7f9fc 0%, #fff 100%);
}
.ns-featured-grid {
  display: grid; gap: clamp(20px, 2.5vw, 28px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.ns-featured-card {
  background: #fff; border: 1px solid var(--ns-gray-200); border-radius: 14px;
  overflow: hidden; display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
  box-shadow: 0 4px 24px rgba(10, 37, 64, 0.04);
  transition: box-shadow .22s ease, border-color .22s ease, transform .22s ease;
}
.ns-featured-card:hover {
  border-color: rgba(0, 102, 204, 0.35);
  box-shadow: 0 16px 40px rgba(10, 37, 64, 0.1);
  transform: translateY(-2px);
  color: inherit;
}
.ns-featured-media {
  position: relative; height: clamp(180px, 18vw, 240px); flex-shrink: 0;
  background:
    radial-gradient(ellipse 80% 70% at 50% 100%, rgba(0, 102, 204, 0.06), transparent 68%),
    linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  display: flex; align-items: center; justify-content: center;
  padding: clamp(20px, 2.5vw, 28px);
  border-bottom: 1px solid var(--ns-gray-200);
  box-sizing: border-box;
}
.ns-featured-media img {
  display: block; width: auto; height: auto;
  max-width: calc(100% - 8px);
  max-height: calc(clamp(180px, 18vw, 240px) - 48px);
  object-fit: contain; object-position: center;
  filter: drop-shadow(0 10px 24px rgba(10, 37, 64, 0.08));
  transition: transform .22s ease;
}
.ns-featured-card:hover .ns-featured-media img { transform: scale(1.03); }
.ns-featured-placeholder {
  width: 68%; height: 68%; max-height: 140px;
  background: var(--ns-gray-50); border-radius: 10px;
}
.ns-featured-body { padding: 20px 18px 22px; flex: 1; display: flex; flex-direction: column; }
.ns-featured-body h3 {
  margin: 0 0 8px; font-size: 17px; font-weight: 700; color: var(--ns-navy);
  letter-spacing: -0.02em; line-height: 1.3;
}
.ns-featured-body p {
  margin: 0; font-size: 14px; color: var(--ns-gray-500); line-height: 1.55;
}

/* Industries */
.ns-ind-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.ns-ind-card {
  background: #fff; border: 1px solid var(--ns-gray-200); border-radius: var(--ns-radius);
  padding: 20px 18px; text-decoration: none; color: inherit; display: block;
  transition: border-color .15s ease;
}
.ns-ind-card:hover { border-color: var(--ns-blue); color: inherit; }
.ns-ind-card h3 { margin: 0 0 6px; font-size: 16px; font-weight: 700; color: var(--ns-navy); }
.ns-ind-card p { margin: 0; font-size: 14px; color: var(--ns-gray-500); line-height: 1.5; }

/* FAQ */
.ns-faq-list { max-width: 760px; }
.ns-faq-item {
  background: #fff; border: 1px solid var(--ns-gray-200); border-radius: var(--ns-radius);
  margin-bottom: 10px; overflow: hidden;
}
.ns-faq-item[open] { border-color: var(--ns-blue); }
.ns-faq-item summary {
  list-style: none; cursor: pointer; padding: 18px 20px;
  font-weight: 600; font-size: 16px; color: var(--ns-navy);
  transition: background .15s ease;
}
.ns-faq-item summary:hover { background: var(--ns-gray-50); }
.ns-faq-item summary::-webkit-details-marker { display: none; }
.ns-faq-answer { padding: 0 20px 18px; color: var(--ns-gray-500); font-size: 16px; line-height: 1.65; }

/* Final CTA */
.ns-final {
  background: var(--ns-navy); color: #fff; text-align: center;
  border-radius: 14px; padding: clamp(68px, 7.5vw, 88px) 36px;
}
.ns-final h2 { font-size: clamp(26px, 3.5vw, 34px); margin: 0 0 14px; color: #fff; line-height: 1.25; }
.ns-final-lead { font-size: 17px; margin: 0 0 28px; color: #cbd5e1; max-width: 560px; margin-left: auto; margin-right: auto; line-height: 1.65; }
.ns-final-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

/* Mobile sticky only — no floating CTA overlap */
.ns-mobile-sticky { display: none; }
.ns-exit-modal { display: none; }
.ns-exit-modal.show { display: flex; }
.ns-exit-modal {
  position: fixed; inset: 0; z-index: 120; background: rgba(10,37,64,.6);
  align-items: center; justify-content: center; padding: 20px;
}
.ns-exit-card {
  background: #fff; border-radius: 14px; max-width: 440px; width: 100%;
  padding: 28px 24px; position: relative;
}
.ns-exit-close {
  position: absolute; right: 12px; top: 8px; border: 0; background: transparent;
  font-size: 26px; cursor: pointer; color: var(--ns-gray-500); line-height: 1;
}

@media (max-width: 960px) {
  .ns-lead-page .ns-hero { overflow: hidden; padding: clamp(52px, 8.8vw, 72px) 0 clamp(90px, 11vw, 114px); }
  .ns-lead-page .ns-hero-grid::before {
    left: -14px;
    width: min(88vw, 520px);
    height: min(48vw, 300px);
    top: 8px;
  }
  .ns-lead-page .ns-hero-grid::after {
    right: 4px;
    top: auto;
    bottom: 0;
    transform: none;
    width: min(72vw, 420px);
    height: min(70vw, 360px);
  }
  .ns-lead-page .ns-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: stretch;
  }
  .ns-lead-page .ns-hero-logo { width: 150px; }
  .ns-lead-page .ns-hero-copy { max-width: none; margin-top: -8px; }
  .ns-lead-page .ns-form-shell { align-self: stretch; }
  .ns-featured-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ns-trust-pillars, .ns-sol-grid { grid-template-columns: repeat(2, 1fr); }
  .ns-brand-grid { grid-template-columns: repeat(3, 1fr); }
  .ns-ind-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .ns-topbar-actions .ns-link-light { display: none; }
  .ns-form-grid { grid-template-columns: 1fr; }
  .ns-featured-grid { grid-template-columns: 1fr; }
  .ns-trust-pillars, .ns-sol-grid, .ns-brand-grid, .ns-ind-grid { grid-template-columns: 1fr; }
  .ns-form-shell { padding: 22px 18px; }
  .ns-featured-media { height: 200px; }
  .ns-featured-media img { max-height: 152px; }
  .ns-lead-page .ns-hero { padding-top: clamp(46px, 9vw, 62px); }
  .ns-lead-page .ns-hero-copy { margin-top: 0; }
  .ns-lead-page .ns-hero-logo { width: clamp(120px, 35vw, 140px); margin-bottom: 16px; }
  .ns-lead-page .ns-hero-eyebrow { margin-bottom: 20px; letter-spacing: 0.07em; }
  .ns-mobile-sticky {
    display: grid; position: fixed; left: 0; right: 0; bottom: 0; z-index: 110;
    grid-template-columns: repeat(3, 1fr); background: var(--ns-navy);
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .ns-mobile-sticky a {
    color: #fff; text-decoration: none; text-align: center; padding: 16px 8px;
    font-weight: 600; font-size: 13px; min-height: 52px;
    display: flex; align-items: center; justify-content: center;
    border-right: 1px solid rgba(255,255,255,.1);
  }
  .ns-mobile-sticky a:last-child { border-right: 0; background: var(--ns-blue); }
  body.page-template-template-enterprise-lead-gen { padding-bottom: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  .ns-btn, .ns-sol-card, .ns-faq-item, .ns-featured-card { transition: none; }
  .ns-featured-card:hover { transform: none; }
  .ns-featured-card:hover .ns-featured-media img { transform: none; }
  .ns-lead-page .ns-hero::before { animation: none; }
}
