/* NowaSmart public launch page and homepage promotion */

.nsa-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 8.75rem 0 5.5rem;
  background:
    radial-gradient(circle at 12% 18%, rgba(56, 189, 248, 0.24), transparent 24rem),
    radial-gradient(circle at 88% 24%, rgba(167, 139, 250, 0.26), transparent 28rem),
    linear-gradient(135deg, #071a3a 0%, #172554 43%, #312e81 100%);
}

.nsa-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.nsa-orb {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.nsa-orb-one {
  top: 4rem;
  right: -8rem;
  width: 22rem;
  height: 22rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow:
    0 0 0 3rem rgba(255, 255, 255, 0.025),
    0 0 0 7rem rgba(255, 255, 255, 0.018);
}

.nsa-orb-two {
  bottom: -10rem;
  left: -7rem;
  width: 18rem;
  height: 18rem;
  background: rgba(14, 165, 233, 0.08);
}

.nsa-hero-inner {
  position: relative;
}

.nsa-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2.25rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.8125rem;
}

.nsa-breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
}

.nsa-breadcrumb a:hover {
  color: #fff;
}

.nsa-breadcrumb i {
  font-size: 0.6875rem;
}

.nsa-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(29rem, 0.98fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.nsa-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #e0e7ff;
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.nsa-eyebrow i {
  color: #7dd3fc;
}

.nsa-hero h1 {
  max-width: 12ch;
  margin: 1.25rem 0 1.25rem;
  color: #fff;
  font-size: clamp(2.65rem, 5vw, 4.65rem);
  line-height: 1.04;
  letter-spacing: -0.052em;
}

.nsa-hero-lead {
  max-width: 44rem;
  color: #cbd5e1;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.8;
}

.nsa-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.nsa-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
  font-weight: 600;
  list-style: none;
}

.nsa-hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.nsa-hero-points i {
  color: #5eead4;
  font-size: 1rem;
}

.nsa-preview {
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow:
    0 2.5rem 5rem rgba(2, 6, 23, 0.34),
    0 0 0 0.45rem rgba(255, 255, 255, 0.055);
}

.nsa-preview-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
}

.nsa-preview-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.nsa-preview-brand > span:last-child {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.nsa-preview-brand strong {
  overflow: hidden;
  color: #0f172a;
  font-size: 0.8125rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nsa-preview-brand small {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #64748b;
  font-size: 0.625rem;
}

.nsa-preview-brand small span {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 3px #d1fae5;
}

.nsa-preview-logo {
  display: grid;
  flex: 0 0 auto;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 0.7rem;
  color: #fff;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  box-shadow: 0 0.45rem 1.1rem rgba(79, 70, 229, 0.25);
}

.nsa-preview-scope {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.6rem;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  color: #047857;
  background: #ecfdf5;
  font-size: 0.625rem;
  font-weight: 700;
}

.nsa-preview-body {
  min-height: 20.25rem;
  padding: 1.25rem;
  background:
    radial-gradient(circle at top right, rgba(224, 231, 255, 0.85), transparent 48%),
    #f8fafc;
}

.nsa-preview-question {
  width: fit-content;
  max-width: 82%;
  margin: 0 0 1.25rem auto;
  padding: 0.8rem 1rem;
  border-radius: 0.9rem 0.9rem 0.2rem 0.9rem;
  color: #fff;
  background: linear-gradient(135deg, #4f46e5, #6d4ce8);
  box-shadow: 0 0.5rem 1.2rem rgba(79, 70, 229, 0.18);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.55;
}

.nsa-preview-answer {
  max-width: 92%;
  padding: 1rem;
  border: 1px solid #dbe3f0;
  border-radius: 0.9rem 0.9rem 0.9rem 0.2rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 0.7rem 2rem rgba(15, 23, 42, 0.07);
}

.nsa-preview-answer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #e2e8f0;
  color: #172554;
  font-size: 0.6875rem;
  font-weight: 800;
}

.nsa-preview-answer-head span,
.nsa-preview-answer-head strong {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.nsa-preview-answer-head span > i {
  color: #6366f1;
}

.nsa-preview-answer-head strong {
  padding: 0.25rem 0.45rem;
  border-radius: 0.35rem;
  color: #047857;
  background: #ecfdf5;
  font-size: 0.6rem;
}

.nsa-preview-answer p {
  margin: 0;
  color: #334155;
  font-size: 0.75rem;
  line-height: 1.65;
}

.nsa-preview-evidence {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.8rem;
}

.nsa-preview-evidence span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3rem 0.45rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: #64748b;
  background: #f8fafc;
  font-size: 0.55rem;
  font-weight: 600;
}

.nsa-preview-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1rem;
  border-top: 1px solid #e2e8f0;
  color: #64748b;
  background: #fff;
  font-size: 0.625rem;
  font-weight: 600;
  text-align: center;
}

.nsa-preview-footer i {
  color: #4f46e5;
}

.nsa-answer-section {
  position: relative;
  z-index: 2;
  margin-top: -2rem;
}

.nsa-answer-card {
  overflow: hidden;
  border: 1px solid #dbe3f0;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1.25rem 3.5rem rgba(15, 23, 42, 0.09);
}

.nsa-review-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1.5rem;
  border-bottom: 1px solid #e2e8f0;
  color: #64748b;
  background: #f8fafc;
  font-size: 0.6875rem;
  font-weight: 600;
}

.nsa-review-line span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #475569;
}

.nsa-review-line i {
  color: #10b981;
  font-size: 0.9rem;
}

.nsa-answer-grid {
  display: grid;
  grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(2rem, 5vw, 3.5rem);
}

.nsa-section-kicker {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: #4f46e5;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nsa-answer-grid h2,
.nsa-two-column h2,
.nsa-examples-copy h2,
.nsa-governance-copy h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.7rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.nsa-answer-copy {
  color: #475569;
  font-size: 1rem;
  line-height: 1.85;
}

.nsa-answer-copy p + p {
  margin-top: 1rem;
}

.nsa-answer-copy strong {
  color: #172554;
}

.nsa-signal-strip {
  padding: 2.5rem 0 0;
}

.nsa-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 0.9rem;
  background: #fff;
}

.nsa-signal-grid > div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  padding: 1.1rem;
}

.nsa-signal-grid > div + div {
  border-left: 1px solid #e2e8f0;
}

.nsa-signal-grid > div > i {
  display: grid;
  flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border-radius: 0.7rem;
  color: #4f46e5;
  background: #eef2ff;
  font-size: 1.15rem;
}

.nsa-signal-grid span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.nsa-signal-grid strong {
  color: #0f172a;
  font-size: 0.75rem;
}

.nsa-signal-grid small {
  margin-top: 0.1rem;
  color: #64748b;
  font-size: 0.625rem;
  line-height: 1.4;
}

.nsa-two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 7vw, 6rem);
  align-items: start;
}

.nsa-sticky-copy {
  position: sticky;
  top: 7rem;
}

.nsa-sticky-copy .badge,
.nsa-examples-copy .badge,
.nsa-governance-copy .badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid #c7d2fe;
  border-radius: 999px;
  color: #4338ca;
  background: #eef2ff;
  font-size: 0.75rem;
  font-weight: 700;
}

.nsa-sticky-copy > p,
.nsa-examples-copy > p,
.nsa-governance-copy > p {
  margin-top: 1.15rem;
  color: #64748b;
  line-height: 1.8;
}

.nsa-problem-list {
  display: grid;
  gap: 1rem;
}

.nsa-problem-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.04);
}

.nsa-problem-list article > span {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border-radius: 0.75rem;
  color: #4f46e5;
  background: #eef2ff;
  font-size: 1.25rem;
}

.nsa-problem-list h3 {
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.nsa-problem-list p {
  color: #64748b;
  font-size: 0.8125rem;
  line-height: 1.65;
}

.nsa-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.nsa-capability-card {
  display: flex;
  min-width: 0;
  min-height: 18.5rem;
  flex-direction: column;
  padding: 1.35rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.4rem 1.25rem rgba(15, 23, 42, 0.035);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.nsa-capability-card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 0.8rem 2rem rgba(79, 70, 229, 0.08);
}

.nsa-card-icon {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 0.8rem;
  font-size: 1.3rem;
}

.nsa-card-icon.indigo { color: #4f46e5; background: #eef2ff; }
.nsa-card-icon.amber { color: #b45309; background: #fffbeb; }
.nsa-card-icon.emerald { color: #047857; background: #ecfdf5; }
.nsa-card-icon.cyan { color: #0e7490; background: #ecfeff; }
.nsa-card-icon.violet { color: #6d28d9; background: #f5f3ff; }
.nsa-card-icon.rose { color: #be123c; background: #fff1f2; }
.nsa-card-icon.blue { color: #0369a1; background: #f0f9ff; }
.nsa-card-icon.slate { color: #334155; background: #f1f5f9; }

.nsa-capability-card h3 {
  margin-bottom: 0.65rem;
  font-size: 1rem;
}

.nsa-capability-card p {
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.7;
}

.nsa-capability-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 1rem;
  color: #4f46e5;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.45;
}

.nsa-capability-card a:hover {
  color: #312e81;
}

.nsa-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  counter-reset: nsa-step;
}

.nsa-steps article {
  position: relative;
  overflow: hidden;
  padding: 1.6rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #fff;
}

.nsa-steps article > span {
  position: absolute;
  top: 0.5rem;
  right: 0.85rem;
  color: #eef2ff;
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1;
}

.nsa-step-icon {
  position: relative;
  display: grid;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.15rem;
  place-items: center;
  border-radius: 0.85rem;
  color: #fff;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  box-shadow: 0 0.7rem 1.4rem rgba(79, 70, 229, 0.2);
  font-size: 1.35rem;
}

.nsa-steps h3 {
  position: relative;
  margin-bottom: 0.55rem;
  font-size: 1rem;
}

.nsa-steps p {
  position: relative;
  color: #64748b;
  font-size: 0.8125rem;
  line-height: 1.7;
}

.nsa-examples-section {
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(99, 102, 241, 0.32), transparent 24rem),
    #07152f;
}

.nsa-examples-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(3rem, 7vw, 6rem);
  align-items: center;
}

.nsa-examples-copy .badge {
  border-color: rgba(125, 211, 252, 0.25);
  color: #bae6fd;
  background: rgba(14, 165, 233, 0.12);
}

.nsa-examples-copy h2 {
  color: #fff;
}

.nsa-examples-copy > p {
  color: #cbd5e1;
}

.nsa-examples-copy .btn {
  margin-top: 1.5rem;
  background: #6366f1;
}

.nsa-question-list {
  display: grid;
  gap: 0.7rem;
}

.nsa-question-list > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.8rem;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.55;
}

.nsa-question-list i {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border-radius: 0.65rem;
  color: #a5b4fc;
  background: rgba(99, 102, 241, 0.18);
  font-size: 1rem;
}

.nsa-governance {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 7vw, 6rem);
  align-items: center;
}

.nsa-governance-stack {
  position: relative;
  display: grid;
  gap: 0.75rem;
}

.nsa-governance-stack::before {
  position: absolute;
  top: 2.5rem;
  bottom: 2.5rem;
  left: 1.75rem;
  width: 2px;
  content: "";
  background: #c7d2fe;
}

.nsa-governance-stack article {
  position: relative;
  display: grid;
  grid-template-columns: 4.6rem auto minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  padding: 0.9rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  background: #fff;
}

.nsa-governance-stack article > span {
  color: #64748b;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nsa-governance-stack article > i {
  z-index: 1;
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 0.65rem;
  color: #4f46e5;
  background: #eef2ff;
  font-size: 1.05rem;
}

.nsa-governance-stack article > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.nsa-governance-stack strong {
  color: #0f172a;
  font-size: 0.78rem;
}

.nsa-governance-stack small {
  margin-top: 0.15rem;
  color: #64748b;
  font-size: 0.65rem;
  line-height: 1.4;
}

.nsa-governance-stack .is-locked {
  border-color: #a7f3d0;
  background: #f0fdf4;
}

.nsa-governance-stack .is-locked > i {
  color: #047857;
  background: #d1fae5;
}

.nsa-faq-list {
  max-width: 52rem;
  margin: 0 auto;
  border-top: 1px solid #e2e8f0;
}

.nsa-faq-list details {
  border-bottom: 1px solid #e2e8f0;
}

.nsa-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.nsa-faq-list summary::-webkit-details-marker {
  display: none;
}

.nsa-faq-list summary i {
  display: grid;
  flex: 0 0 auto;
  width: 1.9rem;
  height: 1.9rem;
  place-items: center;
  border-radius: 50%;
  color: #4f46e5;
  background: #eef2ff;
  transition: transform 160ms ease;
}

.nsa-faq-list details[open] summary i {
  transform: rotate(45deg);
}

.nsa-faq-list details p {
  max-width: 47rem;
  padding: 0 3rem 1.3rem 0;
  color: #64748b;
  font-size: 0.85rem;
  line-height: 1.75;
}

.nsa-related-section {
  padding-top: 0;
}

.nsa-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.nsa-related-grid > a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  padding: 1.1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  color: #334155;
  background: #fff;
}

.nsa-related-grid > a:hover {
  border-color: #a5b4fc;
  color: #1e293b;
  box-shadow: 0 0.75rem 2rem rgba(79, 70, 229, 0.08);
}

.nsa-related-grid > a > i:first-child {
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  border-radius: 0.7rem;
  color: #4f46e5;
  background: #eef2ff;
  font-size: 1.1rem;
}

.nsa-related-grid span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.nsa-related-grid strong {
  color: #0f172a;
  font-size: 0.8rem;
}

.nsa-related-grid small {
  margin-top: 0.15rem;
  color: #64748b;
  font-size: 0.65rem;
  line-height: 1.45;
}

.nsa-final-cta {
  padding: 0 0 5rem;
}

.nsa-final-cta-inner {
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 1.25rem;
  color: #fff;
  background:
    radial-gradient(circle at 85% 10%, rgba(125, 211, 252, 0.26), transparent 20rem),
    linear-gradient(135deg, #172554, #3730a3);
  box-shadow: 0 1.5rem 3rem rgba(30, 41, 59, 0.15);
  text-align: center;
}

.nsa-final-cta h2 {
  max-width: 15ch;
  margin: 1rem auto;
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.nsa-final-cta p {
  max-width: 47rem;
  margin: 0 auto;
  color: #cbd5e1;
  line-height: 1.75;
}

.nsa-final-cta-inner > div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

/* Homepage and Features promotional panel */
.nsa-home-promo {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0;
  background: #fff;
}

.nsa-home-promo::before {
  position: absolute;
  top: -12rem;
  left: 50%;
  width: 46rem;
  height: 30rem;
  content: "";
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(224, 231, 255, 0.8);
  filter: blur(80px);
  pointer-events: none;
}

.nsa-home-promo-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(26rem, 1.08fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid #dbe3f0;
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 95% 5%, rgba(99, 102, 241, 0.14), transparent 24rem),
    linear-gradient(145deg, #f8fafc, #fff);
  box-shadow: 0 1.5rem 4rem rgba(15, 23, 42, 0.09);
}

.nsa-home-promo-copy {
  position: relative;
  z-index: 1;
}

.nsa-home-promo .nsa-eyebrow {
  border-color: #c7d2fe;
  color: #4338ca;
  background: #eef2ff;
}

.nsa-home-promo h2 {
  max-width: 14ch;
  margin: 1rem 0;
  color: #0f172a;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.nsa-home-promo-copy > p {
  max-width: 38rem;
  color: #64748b;
  line-height: 1.8;
}

.nsa-home-promo-list {
  display: grid;
  gap: 0.65rem;
  margin: 1.4rem 0 1.7rem;
  list-style: none;
}

.nsa-home-promo-list li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  color: #334155;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.55;
}

.nsa-home-promo-list i {
  margin-top: 0.18rem;
  color: #10b981;
  font-size: 1rem;
}

.nsa-home-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.nsa-home-promo-actions .btn-outline {
  background: #fff;
}

.nsa-home-promo-preview {
  position: relative;
  z-index: 1;
}

.nsa-home-promo-preview .nsa-preview {
  transform: rotate(1deg);
  border-color: #cbd5e1;
  box-shadow: 0 2rem 4rem rgba(30, 41, 59, 0.16);
}

.nsa-feature-promo {
  padding: 4.5rem 0;
  background: #f8fafc;
}

.nsa-feature-promo .nsa-home-promo-panel {
  background:
    radial-gradient(circle at 95% 5%, rgba(14, 165, 233, 0.12), transparent 24rem),
    #fff;
}

.nsa-hero a:focus-visible,
.nsa-home-promo a:focus-visible,
.nsa-capability-card a:focus-visible,
.nsa-related-grid a:focus-visible,
.nsa-faq-list summary:focus-visible {
  outline: 3px solid #38bdf8;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .nsa-hero-grid,
  .nsa-home-promo-panel {
    grid-template-columns: minmax(0, 1fr) minmax(23rem, 0.9fr);
    gap: 2.5rem;
  }

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

  .nsa-capability-card {
    min-height: 15.5rem;
  }

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

  .nsa-signal-grid > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #e2e8f0;
  }

  .nsa-signal-grid > div:nth-child(4) {
    border-top: 1px solid #e2e8f0;
  }
}

@media (max-width: 900px) {
  .nsa-hero {
    padding: 8rem 0 4.5rem;
  }

  .nsa-hero-grid,
  .nsa-home-promo-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsa-hero h1 {
    max-width: 14ch;
  }

  .nsa-hero-preview,
  .nsa-home-promo-preview {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
  }

  .nsa-home-promo-preview .nsa-preview {
    transform: none;
  }

  .nsa-answer-grid,
  .nsa-two-column,
  .nsa-examples-grid,
  .nsa-governance {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
  }

  .nsa-sticky-copy {
    position: static;
  }

  .nsa-related-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 700px) {
  body:has(.nsa-hero) .whatsapp-float {
    display: none;
  }

  .nsa-hero {
    padding: 7.25rem 0 4rem;
  }

  .nsa-breadcrumb {
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
  }

  .nsa-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.1rem);
  }

  .nsa-hero-actions,
  .nsa-home-promo-actions,
  .nsa-final-cta-inner > div:last-child {
    flex-direction: column;
    align-items: stretch;
  }

  .nsa-hero-actions .btn,
  .nsa-home-promo-actions .btn,
  .nsa-final-cta .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .nsa-hero-points {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .nsa-preview-body {
    min-height: 19rem;
    padding: 1rem;
  }

  .nsa-preview-question {
    max-width: 92%;
  }

  .nsa-preview-answer {
    max-width: 100%;
  }

  .nsa-preview-evidence span {
    font-size: 0.52rem;
  }

  .nsa-answer-section {
    margin-top: -1.25rem;
  }

  .nsa-review-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.8rem 1rem;
  }

  .nsa-answer-grid {
    padding: 1.5rem;
  }

  .nsa-signal-grid,
  .nsa-capability-grid,
  .nsa-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsa-signal-grid > div + div,
  .nsa-signal-grid > div:nth-child(3),
  .nsa-signal-grid > div:nth-child(4) {
    border-top: 1px solid #e2e8f0;
    border-left: 0;
  }

  .nsa-capability-card {
    min-height: auto;
  }

  .nsa-capability-card a {
    margin-top: 0.8rem;
  }

  .nsa-governance-stack article {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .nsa-governance-stack article > span {
    grid-column: 1 / -1;
  }

  .nsa-governance-stack::before {
    display: none;
  }

  .nsa-faq-list details p {
    padding-right: 0;
  }

  .nsa-home-promo {
    padding: 3.5rem 0;
  }

  .nsa-home-promo-panel {
    padding: 1.5rem;
    border-radius: 1rem;
  }
}

@media (max-width: 420px) {
  .nsa-preview-bar {
    align-items: flex-start;
  }

  .nsa-preview-scope {
    padding-inline: 0.45rem;
  }

  .nsa-preview-scope i {
    display: none;
  }

  .nsa-preview-footer {
    align-items: flex-start;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nsa-home-promo-preview .nsa-preview,
  .nsa-faq-list summary i,
  .nsa-capability-card {
    transition: none;
    transform: none;
  }
}
