:root {
  --nd-navy: #081a5a;
  --nd-deep-blue: #061943;
  --nd-blue: #075fe8;
  --nd-teal: #11b7c7;
  --nd-orange: #f3a344;
  --nd-ink: #14235f;
  --nd-muted: #66749a;
  --nd-line: #dbe7f7;
  --nd-bg: #f3f6fb;
  --nd-white: #fff;
  --nd-shadow: 0 24px 70px rgba(8, 26, 90, 0.12);
  --nd-radius: 8px;
  --nd-pill: 999px;
}

/* Home hero: keep floating cards clear of the central N mark. */
.home .hero-core,
.front-page .hero-core {
  left: 46% !important;
  top: 38% !important;
  z-index: 6 !important;
}

.home .qa-card,
.front-page .qa-card {
  left: 0 !important;
  right: auto !important;
  top: 56% !important;
  z-index: 4 !important;
}

.home .license-card,
.front-page .license-card {
  left: auto !important;
  right: 0 !important;
  top: 30% !important;
  z-index: 4 !important;
}

@media (max-width: 760px) {
  .hero h1,
  .hero-title,
  .page-hero .hero-title,
  .mock-hero-grid .hero-title,
  .archive-hero .hero-title,
  .blog-hero .hero-title {
    font-size: clamp(31px, 8.8vw, 35px) !important;
    line-height: 1.03 !important;
  }

  .home .hero h1,
  .front-page .hero h1 {
    font-size: clamp(31px, 8.8vw, 35px) !important;
    line-height: 1.03 !important;
    max-width: 340px !important;
  }

  .home .hero-lede,
  .front-page .hero-lede {
    font-size: 16px !important;
    line-height: 1.5 !important;
    max-width: 340px !important;
  }

  .home .eyebrow,
  .front-page .eyebrow {
    font-size: 13px !important;
    line-height: 1.25 !important;
    max-width: 340px;
  }

  .home .hero-core,
  .front-page .hero-core {
    left: 50% !important;
    top: 34% !important;
  }
}

/* Mockup parity layer for internal pages */
.about-mock-hero,
.process-hero,
.lab-mock-hero {
  padding-bottom: 28px;
}

.mock-hero-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
}

.mock-hero-grid .hero-title {
  font-size: clamp(42px, 4.3vw, 62px);
  max-width: 640px;
}

.about-mock-hero .hero-title,
.process-hero .hero-title,
.lab-mock-hero .hero-title {
  max-width: 560px;
}

.mock-map-visual {
  background:
    radial-gradient(circle at 46% 52%, rgba(255, 255, 255, 0.95) 0 9%, transparent 10%),
    radial-gradient(circle at 50% 50%, transparent 0 34%, rgba(7, 95, 232, 0.16) 34.5% 35%, transparent 35.5%),
    radial-gradient(circle at 50% 50%, transparent 0 48%, rgba(7, 95, 232, 0.13) 48.5% 49%, transparent 49.5%),
    radial-gradient(rgba(17, 183, 199, 0.45) 1px, transparent 1px);
  background-size: auto, auto, auto, 9px 9px;
  min-height: 300px;
  position: relative;
}

.mock-map-visual::before {
  background: rgba(17, 183, 199, 0.18);
  border-radius: 56% 44% 62% 38% / 42% 54% 46% 58%;
  clip-path: polygon(34% 2%, 54% 11%, 63% 26%, 54% 42%, 61% 56%, 51% 71%, 59% 96%, 43% 89%, 35% 70%, 40% 52%, 28% 36%, 18% 18%);
  content: "";
  height: 260px;
  left: 38%;
  opacity: 0.75;
  position: absolute;
  top: 12px;
  transform: translateX(-50%) rotate(-12deg);
  width: 220px;
}

.mock-map-visual::after {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--nd-line);
  border-radius: 50%;
  box-shadow: 0 18px 46px rgba(8, 26, 90, 0.12);
  color: var(--nd-teal);
  content: "N";
  display: flex;
  font-size: 42px;
  font-weight: 900;
  height: 92px;
  justify-content: center;
  left: 42%;
  position: absolute;
  top: 44%;
  transform: translate(-50%, -50%);
  width: 92px;
}

.map-badge,
.process-float,
.contributor-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #cfe0f6;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(8, 26, 90, 0.1);
  position: absolute;
  z-index: 2;
}

.map-badge {
  align-items: center;
  color: var(--nd-blue);
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.map-badge svg,
.mock-trust-grid svg,
.mock-info-card svg,
.principles-panel svg,
.career-band svg,
.detail-card svg,
.process-grid svg,
.lab-mock-card-grid svg,
.engagement-grid svg,
.pipeline-grid svg,
.lab-stat-row svg,
.form-trust-band svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 24px;
}

.badge-shield {
  left: 16%;
  top: 14%;
}

.badge-people {
  right: 10%;
  top: 18%;
}

.badge-doc {
  right: 7%;
  bottom: 18%;
}

.mock-trust-strip {
  background: #fff;
  border-bottom: 1px solid var(--nd-line);
  border-top: 1px solid var(--nd-line);
}

.mock-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.mock-trust-grid.six {
  grid-template-columns: repeat(6, 1fr);
}

.mock-trust-grid article {
  align-items: center;
  border-right: 1px solid var(--nd-line);
  display: grid;
  gap: 14px;
  grid-template-columns: 44px 1fr;
  padding: 16px 20px;
}

.mock-trust-grid article:last-child {
  border-right: 0;
}

.mock-trust-grid article > span,
.mock-info-card > span,
.principles-panel article > span,
.career-band > div > span,
.detail-card > span,
.lab-mock-card-grid article > span,
.engagement-grid article > span,
.pipeline-grid article > span,
.lab-stat-row article > span {
  align-items: center;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-teal), var(--nd-blue)) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  color: var(--nd-teal);
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.mock-trust-grid h2 {
  font-size: 14px;
  margin-bottom: 3px;
}

.mock-trust-grid p {
  color: var(--nd-muted);
  font-size: 12px;
  margin: 0;
}

.compact-section {
  padding: 22px 0;
}

.two-card-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.mock-info-card,
.leader-card,
.principles-panel,
.contributor-band,
.career-band,
.detail-card,
.process-grid article,
.lab-mock-card-grid article,
.engagement-grid article,
.pipeline-grid article {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(8, 26, 90, 0.045);
}

.mock-info-card {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: 56px 1fr;
  padding: 22px 24px;
}

.mock-info-card h2,
.principles-panel h2,
.about-lower-grid h2 {
  font-size: 20px;
}

.mock-info-card p,
.leader-card p,
.principles-panel p {
  color: var(--nd-muted);
  font-size: 13px;
  margin: 0;
}

.about-lower-grid {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.75fr);
}

.leadership-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 14px;
}

.leader-card {
  padding: 16px;
}

.leader-avatar {
  align-items: center;
  background: linear-gradient(135deg, #e6f7ff, #fff1dc);
  border: 1px solid var(--nd-line);
  border-radius: 50%;
  color: var(--nd-navy);
  display: flex;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  margin-bottom: 12px;
  width: 48px;
}

.leader-card h3 {
  font-size: 14px;
  margin-bottom: 3px;
}

.leader-card strong {
  color: var(--nd-blue);
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
}

.linkedin-mark {
  border: 1px solid var(--nd-line);
  border-radius: 4px;
  color: var(--nd-blue);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.principles-panel {
  box-shadow: none;
  padding: 0 0 0 28px;
  border: 0;
  border-left: 1px solid var(--nd-line);
}

.section-row-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.principles-panel article {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 44px 1fr;
  margin-bottom: 14px;
}

.principles-panel h3 {
  font-size: 14px;
  margin-bottom: 2px;
}

.contributor-band {
  align-items: center;
  background:
    radial-gradient(circle at 88% 40%, rgba(17, 183, 199, 0.18), transparent 20%),
    radial-gradient(rgba(17, 183, 199, 0.42) 1px, transparent 1px),
    #fff;
  background-position: center, right 30px center, center;
  background-size: auto, 9px 9px, auto;
  display: grid;
  gap: 20px;
  grid-template-columns: 1.3fr repeat(4, 0.7fr);
  padding: 22px 26px;
}

.contributor-band h2 {
  font-size: 19px;
}

.contributor-band p {
  color: var(--nd-muted);
  font-size: 13px;
  margin: 0;
}

.contributor-band article {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  padding: 14px;
  text-align: center;
}

.contributor-band strong {
  color: var(--nd-blue);
  display: block;
  font-size: 24px;
}

.contributor-band span {
  color: var(--nd-muted);
  font-size: 11px;
  font-weight: 800;
}

.career-band {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 1.45fr 0.8fr repeat(4, 0.7fr);
  padding: 16px 22px;
}

.career-band > div {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 44px 1fr;
}

.career-band h2 {
  font-size: 16px;
}

.career-band p,
.career-band > span {
  color: var(--nd-muted);
  font-size: 12px;
  font-weight: 800;
  margin: 0;
}

.compact-bottom-cta {
  padding: 18px 0 22px;
}

.compact-bottom-cta .cta-box {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.2fr) auto auto;
  padding: 20px 28px;
}

.compact-bottom-cta .cta-box h2 {
  font-size: 22px;
}

.compact-bottom-cta .cta-box p {
  margin: 4px 0 0;
}

.compact-cta-action {
  align-items: center;
  display: grid;
  gap: 10px;
  justify-items: stretch;
  min-width: 220px;
}

.compact-cta-action .button {
  width: 100%;
}

.compact-cta-action .text-link {
  justify-self: center;
}

.lab-bottom-cta {
  padding: 0 !important;
}

.lab-bottom-cta .cta-box {
  border-left: 0 !important;
  border-radius: 0 !important;
  border-right: 0 !important;
  box-shadow: none !important;
  gap: 28px !important;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1fr) minmax(220px, 0.36fr) !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 22px max(28px, calc((100vw - 1180px) / 2)) !important;
  width: 100% !important;
}

.lab-bottom-cta .cta-box h2 {
  max-width: 420px !important;
}

.lab-bottom-cta .cta-box > p {
  justify-self: center !important;
  max-width: 560px !important;
}

.lab-bottom-cta .compact-cta-action {
  justify-self: end !important;
  width: min(260px, 100%) !important;
}

@media (max-width: 980px) {
  .lab-bottom-cta .cta-box {
    grid-template-columns: 1fr !important;
  }

  .lab-bottom-cta .cta-box > p,
  .lab-bottom-cta .compact-cta-action {
    justify-self: stretch !important;
    max-width: none !important;
    width: 100% !important;
  }
}

.process-float {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 42px 1fr;
  padding: 14px 18px;
  width: 230px;
}

.process-float span {
  align-items: center;
  background: #eff7ff;
  border-radius: 8px;
  color: var(--nd-teal);
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.process-float svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 22px;
}

.process-float strong,
.process-float small {
  display: block;
}

.process-float strong {
  color: var(--nd-navy);
  font-size: 13px;
}

.process-float small {
  color: var(--nd-muted);
  font-size: 11px;
  font-weight: 700;
}

.process-float-left {
  left: 4%;
  top: 34px;
}

.process-float-left.low {
  top: 126px;
}

.process-float-right {
  right: 4%;
  top: 34px;
}

.process-float-right.low {
  top: 126px;
}

.center-heading {
  text-align: center;
}

.center-heading h2 {
  font-size: 24px;
}

.process-grid {
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.process-grid article {
  border: 0;
  border-right: 1px solid var(--nd-line);
  border-radius: 0;
  box-shadow: none;
  padding: 22px;
  position: relative;
}

.process-grid article:last-child {
  border-right: 0;
}

.process-number {
  align-items: center;
  background: linear-gradient(135deg, var(--nd-teal), var(--nd-blue));
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  margin-bottom: 14px;
  width: 46px;
}

.process-grid h3,
.detail-card h2 {
  font-size: 19px;
}

.process-grid strong {
  color: var(--nd-navy);
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.process-grid p,
.detail-card p,
.detail-card li {
  color: var(--nd-muted);
  font-size: 13px;
}

.process-mini-diagram {
  align-items: center;
  background: #f9fbff;
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 16px;
  padding: 12px;
}

.process-mini-diagram span {
  color: var(--nd-blue);
}

.detail-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.detail-card {
  padding: 22px;
}

.detail-card ul {
  color: var(--nd-blue);
  margin: 14px 0 0 18px;
  padding: 0;
}

.faq-section {
  padding-top: 14px;
}

.faq-row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.faq-row button,
.quick-answer-card button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  color: var(--nd-navy);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  justify-content: space-between;
  padding: 12px 16px;
  text-align: left;
}

.cta-mini-proof {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 42px 1fr;
}

.cta-mini-proof span {
  color: var(--nd-blue);
}

.cta-mini-proof small {
  color: var(--nd-muted);
  display: block;
  font-size: 11px;
}

.lab-map::before {
  clip-path: polygon(4% 42%, 22% 21%, 44% 17%, 65% 30%, 94% 20%, 86% 42%, 68% 51%, 51% 49%, 38% 68%, 18% 61%);
  height: 220px;
  left: 42%;
  top: 28px;
  width: 470px;
}

.contributor-card {
  right: 4%;
  top: 46px;
  width: 330px;
  padding: 20px;
}

.contributor-card > span {
  color: var(--nd-teal);
  display: inline-flex;
}

.contributor-card svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 24px;
}

.contributor-card h2 {
  font-size: 16px;
  margin: -26px 0 16px 34px;
}

.contributor-card strong {
  color: var(--nd-navy);
  display: block;
  font-size: 22px;
}

.contributor-card p {
  color: var(--nd-muted);
  font-size: 12px;
  margin-bottom: 16px;
}

.contributor-card div {
  align-items: center;
  display: flex;
}

.contributor-card i,
.contributor-card em {
  align-items: center;
  background: linear-gradient(135deg, #f2c7a9, #7ab8ff);
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  height: 34px;
  margin-left: -8px;
  width: 34px;
}

.contributor-card i:first-child {
  margin-left: 0;
}

.contributor-card em {
  background: #eef4ff;
  color: var(--nd-blue);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  justify-content: center;
  width: 46px;
}

.lab-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 8px;
}

.lab-stat-row article {
  border-right: 1px solid var(--nd-line);
  text-align: center;
}

.lab-stat-row article:last-child {
  border-right: 0;
}

.lab-stat-row article > span {
  color: var(--nd-blue);
  height: 34px;
  margin: 0 auto 8px;
  width: 34px;
}

.lab-stat-row strong {
  color: var(--nd-navy);
  display: block;
  font-size: 22px;
}

.lab-stat-row p {
  color: var(--nd-muted);
  font-size: 12px;
  margin: 0;
}

.hero-mini-checks {
  display: flex;
  gap: 28px;
  margin-top: 18px;
}

.hero-mini-checks span {
  color: var(--nd-navy);
  font-size: 12px;
  font-weight: 800;
}

.hero-mini-checks span::before {
  color: var(--nd-teal);
  content: "✓";
  margin-right: 8px;
}

.lab-mock-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(6, 1fr);
}

.lab-mock-card-grid article {
  padding: 18px;
}

.lab-mock-card-grid h2 {
  font-size: 14px;
  margin: 12px 0 8px;
}

.lab-mock-card-grid p {
  color: var(--nd-muted);
  font-size: 12px;
  margin-bottom: 14px;
}

.lab-two-column {
  display: grid;
  gap: 34px;
  grid-template-columns: 0.86fr 1.14fr;
}

.engagement-grid,
.pipeline-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.engagement-grid {
  grid-template-columns: repeat(3, 1fr);
}

.pipeline-grid {
  grid-template-columns: repeat(5, 1fr);
}

.engagement-grid article,
.pipeline-grid article {
  padding: 16px;
  position: relative;
}

.engagement-grid article.is-active {
  border-color: var(--nd-blue);
  box-shadow: inset 0 0 0 1px var(--nd-blue);
}

.engagement-grid h3,
.pipeline-grid h3 {
  font-size: 13px;
  margin: 10px 0 6px;
}

.engagement-grid p,
.pipeline-grid p {
  color: var(--nd-muted);
  font-size: 11px;
  margin: 0;
}

.pipeline-grid article > strong {
  align-items: center;
  background: var(--nd-teal);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: -13px;
  transform: translateX(-50%);
  width: 24px;
}

.lab-compliance-strip .mock-trust-grid article {
  grid-template-columns: 34px 1fr;
}

.lab-compliance-strip .mock-trust-grid article > span {
  height: 34px;
  width: 34px;
}

.form-side-split.compact {
  gap: 16px;
}

.quick-answer-card {
  display: grid;
  gap: 9px;
}

.contact-trust-band {
  grid-template-columns: 1.4fr repeat(3, 1fr) auto;
}

.request-trust-band {
  grid-template-columns: repeat(3, 1fr);
}

.form-trust-band {
  align-items: center;
  background:
    radial-gradient(circle at 96% 10%, rgba(17, 183, 199, 0.13), transparent 30%),
    linear-gradient(104deg, #fff 0%, #fbfdff 48%, #eefbff 100%);
  border: 1px solid #cfe0f6;
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(8, 26, 90, 0.09);
  display: grid;
  gap: 22px;
  margin-top: 30px;
  padding: 22px 28px;
}

.form-trust-band strong {
  color: var(--nd-navy);
  font-size: 19px;
  line-height: 1.2;
}

.form-trust-band small {
  color: var(--nd-muted);
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-top: 4px;
}

.form-trust-band > span {
  color: var(--nd-navy);
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding-left: 42px;
  position: relative;
}

.form-trust-band > span::before {
  align-items: center;
  background: #fff;
  border: 2px solid var(--nd-teal);
  border-radius: 8px;
  color: var(--nd-teal);
  content: "✓";
  display: flex;
  font-size: 17px;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.form-trust-band > span:nth-of-type(2)::before {
  border-color: #6446ff;
  color: #6446ff;
}

.form-trust-band > span:nth-of-type(3)::before {
  border-color: var(--nd-orange);
  color: var(--nd-orange);
}

.form-trust-band .button-primary {
  color: #fff;
  justify-content: center;
  min-width: 190px;
  min-height: 48px;
  padding-inline: 22px;
  text-decoration: none;
  white-space: nowrap;
}

.request-trust-band > a:not(.button) {
  border: 1px solid #bfd5f4;
  border-radius: 8px;
  color: var(--nd-blue);
  font-size: 13px;
  font-weight: 900;
  justify-self: end;
  padding: 13px 16px;
  text-decoration: none;
}

@media (max-width: 1180px) {
  .mock-hero-grid,
  .about-lower-grid,
  .contributor-band,
  .career-band,
  .lab-two-column,
  .contact-trust-band,
  .request-trust-band {
    grid-template-columns: 1fr;
  }

  .mock-trust-grid,
  .mock-trust-grid.six,
  .leadership-grid,
  .detail-card-grid,
  .lab-mock-card-grid,
  .process-grid,
  .lab-stat-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .pipeline-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .principles-panel {
    border-left: 0;
    padding-left: 0;
  }

  .form-trust-band .button,
  .request-trust-band > a:not(.button) {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .mock-hero-grid,
  .mock-trust-grid,
  .mock-trust-grid.six,
  .two-card-grid,
  .leadership-grid,
  .detail-card-grid,
  .process-grid,
  .faq-row,
  .lab-mock-card-grid,
  .engagement-grid,
  .pipeline-grid,
  .lab-stat-row,
  .compact-bottom-cta .cta-box {
    grid-template-columns: 1fr;
  }

  .mock-map-visual {
    min-height: 260px;
  }

  .form-submit-row {
    grid-template-columns: 1fr;
  }

  .form-trust-band {
    padding: 20px;
  }

  .form-trust-band .button,
  .request-trust-band > a:not(.button) {
    justify-self: stretch;
    text-align: center;
    width: 100%;
  }

  .process-float,
  .contributor-card {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 10px auto;
    width: min(100%, 320px);
  }

  .mock-trust-grid article,
  .process-grid article,
  .lab-stat-row article {
    border-right: 0;
    border-bottom: 1px solid var(--nd-line);
  }

  .mock-trust-grid article:last-child,
  .process-grid article:last-child,
  .lab-stat-row article:last-child {
    border-bottom: 0;
  }

  .hero-mini-checks {
    flex-direction: column;
    gap: 10px;
  }
}

@keyframes nd-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nd-soft-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes nd-dot-drift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 24px 18px;
  }
}

@keyframes nd-core-pulse {
  0%,
  100% {
    box-shadow: 0 24px 70px rgba(8, 26, 90, 0.12), 0 0 0 0 rgba(17, 183, 199, 0.18);
  }

  50% {
    box-shadow: 0 24px 70px rgba(8, 26, 90, 0.16), 0 0 0 12px rgba(17, 183, 199, 0.04);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(8, 26, 90, 0.035), transparent 28%),
    var(--nd-bg);
  color: var(--nd-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.screen-reader-text,
.skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.skip-link:focus {
  background: var(--nd-white);
  clip: auto;
  height: auto;
  left: 16px;
  padding: 10px 14px;
  top: 16px;
  width: auto;
  z-index: 1000;
}

.site-shell {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 32px;
  width: 100%;
}

.site-header {
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(219, 231, 247, 0.72);
  backdrop-filter: blur(16px);
  left: 0;
  padding: 18px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

body.admin-bar .site-header {
  top: 32px;
}

.header-inner {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 22px;
  grid-template-columns: auto 1fr auto;
  min-height: 48px;
  padding: 0;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  min-width: max-content;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 48px;
}

.brand-mark svg {
  display: block;
  height: 36px;
  overflow: visible;
  width: 48px;
}

.brand-mark-navy {
  fill: var(--nd-navy);
  opacity: 0.08;
}

.brand-mark-teal {
  fill: var(--nd-teal);
}

.brand-mark-dot {
  fill: var(--nd-blue);
}

.brand-mark-dot-b {
  fill: var(--nd-teal);
}

.brand-text {
  color: var(--nd-navy);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-text span {
  color: var(--nd-teal);
}

.site-nav {
  justify-self: center;
}

.primary-menu,
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu {
  align-items: center;
  display: flex;
  gap: 30px;
}

.primary-menu a {
  color: var(--nd-navy);
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 0;
}

.primary-menu a:hover,
.text-link:hover {
  color: var(--nd-blue);
}

.primary-menu a {
  position: relative;
}

.primary-menu a::after {
  background: linear-gradient(90deg, var(--nd-teal), var(--nd-blue));
  border-radius: 999px;
  bottom: 2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.primary-menu a:hover::after,
.primary-menu .current-menu-item > a::after {
  transform: scaleX(1);
}

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

.button,
.wp-block-button__link {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 14px 26px;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.wp-block-button__link:hover {
  transform: translateY(-2px);
}

.button-primary,
.wp-block-button__link {
  background: linear-gradient(135deg, var(--nd-blue), #0644c9);
  box-shadow: 0 14px 28px rgba(7, 95, 232, 0.25), 0 10px 24px rgba(8, 26, 90, 0.16);
  color: var(--nd-white);
}

.button-primary:hover,
.wp-block-button__link:hover {
  box-shadow: 0 18px 38px rgba(7, 95, 232, 0.32), 0 12px 28px rgba(8, 26, 90, 0.18);
}

.button-outline {
  background: var(--nd-white);
  border-color: #b9cef6;
  color: var(--nd-navy);
}

.button-outline:hover {
  border-color: rgba(8, 26, 90, 0.36);
  box-shadow: 0 12px 24px rgba(8, 26, 90, 0.08);
}

.login-link {
  color: var(--nd-navy);
  font-size: 14px;
  font-weight: 700;
}

.language-switcher {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #c9daf7;
  border-radius: 999px;
  color: var(--nd-muted);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 4px;
  padding: 4px;
}

.language-switcher a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  gap: 6px;
  padding: 6px 9px;
}

.language-switcher a.is-active {
  background: #eef6ff;
  color: var(--nd-blue);
}

.flag {
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(8, 26, 90, 0.12);
  display: inline-block;
  height: 16px;
  overflow: hidden;
  position: relative;
  width: 16px;
}

.flag-us {
  background:
    linear-gradient(90deg, #2446a6 0 42%, transparent 42%),
    repeating-linear-gradient(180deg, #c92f3d 0 2px, #fff 2px 4px);
}

.flag-es {
  background: linear-gradient(180deg, #c9282d 0 28%, #ffd34f 28% 72%, #c9282d 72%);
}

.menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 44px;
  padding: 0;
  width: 44px;
}

.menu-toggle span:not(.screen-reader-text) {
  background: var(--nd-navy);
  border-radius: 2px;
  display: block;
  height: 2px;
  margin: 6px auto;
  width: 24px;
}

.hero {
  background:
    radial-gradient(circle at 58% 10%, rgba(8, 26, 90, 0.045), transparent 23%),
    radial-gradient(circle at 75% 36%, rgba(17, 183, 199, 0.16), transparent 25%),
    radial-gradient(circle at 15% 20%, rgba(243, 163, 68, 0.1), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #edf6ff 100%);
  border-bottom: 1px solid var(--nd-line);
  overflow: hidden;
  padding: 106px 0 0;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 0.72fr) minmax(560px, 1.28fr);
  min-height: 455px;
}

.hero-copy,
.rich-hero-grid > div:first-child,
.blog-hero-copy,
.archive-hero .site-shell > div:first-child,
.form-intro-card {
  animation: nd-fade-up 620ms ease 80ms backwards;
}

.eyebrow {
  align-items: center;
  color: var(--nd-blue);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 18px;
}

.eyebrow span {
  background: var(--nd-teal);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(17, 183, 199, 0.12);
  height: 8px;
  margin-right: 10px;
  width: 8px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  color: var(--nd-navy);
  font-size: clamp(42px, 6vw, 76px);
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 22px;
}

h1 span {
  color: var(--nd-teal);
}

.hero h1 {
  font-size: clamp(38px, 3.35vw, 49px);
  line-height: 1.02;
  margin-bottom: 14px;
  max-width: 480px;
}

h2 {
  color: var(--nd-navy);
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: 0;
  line-height: 1.05;
}

h3 {
  color: var(--nd-navy);
  font-size: 20px;
  line-height: 1.2;
}

.hero-lede {
  color: #314071;
  font-size: 15px;
  line-height: 1.42;
  margin-bottom: 18px;
  max-width: 455px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.hero-checks {
  color: var(--nd-navy);
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-checks li {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
}

.hero-checks li::before {
  border: 2px solid var(--nd-teal);
  border-radius: 50%;
  content: "";
  height: 14px;
  margin-right: 8px;
  width: 14px;
}

.hero-visual {
  isolation: isolate;
  min-height: 392px;
  position: relative;
}

.hero-visual::before {
  background-image: radial-gradient(rgba(17, 183, 199, 0.5) 1px, transparent 1px);
  background-size: 10px 10px;
  border-radius: 50%;
  content: "";
  height: 350px;
  opacity: 0;
  position: absolute;
  right: 70px;
  top: 12px;
  width: 350px;
  z-index: 0;
  animation: nd-dot-drift 18s linear infinite;
}

.hero-map {
  color: rgba(17, 183, 199, 0.78);
  fill: none;
  height: 378px;
  left: -54px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  stroke: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
  top: 24px;
  width: 820px;
  z-index: 0;
}

.hero-map pattern circle {
  fill: currentColor;
}

.hero-map .map-land {
  fill: url(#hero-map-dots);
  opacity: 1;
  stroke: none;
  stroke-width: 0;
}

.hero-map .map-latam {
  color: rgba(17, 183, 199, 0.82);
  opacity: 1;
}

.hero-map .map-line {
  fill: none;
  stroke: rgba(7, 95, 232, 0.16);
  stroke-width: 1.2;
}

.hero-map .map-line-soft {
  stroke: rgba(17, 183, 199, 0.16);
}

.hero-map .map-node {
  fill: var(--nd-teal);
  filter: drop-shadow(0 0 4px rgba(17, 183, 199, 0.35));
}

.orbit {
  border: 1px solid rgba(7, 95, 232, 0.18);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.orbit-one {
  height: 330px;
  width: 330px;
}

.orbit-two {
  height: 225px;
  width: 225px;
}

.hero-core {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(219, 231, 247, 0.9);
  border-radius: 50%;
  box-shadow: var(--nd-shadow);
  color: var(--nd-teal);
  display: flex;
  font-size: 42px;
  font-weight: 800;
  height: 96px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 96px;
  z-index: 2;
  animation: nd-core-pulse 5s ease-in-out infinite;
}

.floating-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #cfdef5;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(8, 26, 90, 0.11);
  padding: 16px;
  position: absolute;
  width: 238px;
  z-index: 3;
  animation: nd-fade-up 620ms ease 220ms backwards, nd-soft-float 7s ease-in-out 1.1s infinite;
}

.floating-card h2 {
  font-size: 15px;
  margin-bottom: 9px;
}

.floating-card ul {
  color: var(--nd-ink);
  font-size: 12px;
  line-height: 1.75;
  list-style: none;
  margin: 0;
  padding: 0;
}

.floating-card li::before {
  color: var(--nd-teal);
  content: "✓";
  font-weight: 800;
  margin-right: 8px;
}

.card-icon {
  align-items: center;
  background: linear-gradient(135deg, var(--nd-teal), var(--nd-blue));
  border-radius: 7px;
  color: var(--nd-white);
  display: inline-flex;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  margin-bottom: 10px;
  width: 30px;
}

.card-icon svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 18px;
}

.qa-card {
  left: 8%;
  top: 49%;
}

.license-card {
  right: 5%;
  top: 29%;
  animation-delay: 320ms, 1.4s;
}

.security-strip {
  align-items: center;
  color: var(--nd-navy);
  display: flex;
  font-size: 15px;
  font-weight: 700;
  gap: 24px;
  justify-content: center;
  padding: 16px 32px;
}

.security-strip span {
  align-items: center;
  display: inline-flex;
}

.security-strip span::before {
  background: var(--nd-orange);
  border-radius: 50%;
  content: "";
  height: 7px;
  margin-right: 10px;
  width: 7px;
}

.value-strip {
  background:
    linear-gradient(90deg, rgba(8, 26, 90, 0.025), transparent 24%, rgba(17, 183, 199, 0.035)),
    var(--nd-white);
  border-bottom: 1px solid var(--nd-line);
  border-top: 1px solid var(--nd-line);
}

.value-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
}

.value-item {
  align-items: center;
  border-right: 1px solid var(--nd-line);
  display: grid;
  gap: 16px;
  grid-template-columns: 44px 1fr;
  min-height: 92px;
  padding: 14px 22px;
  transition: background 180ms ease;
}

.value-item:hover {
  background: rgba(8, 26, 90, 0.025);
}

.value-item:last-child {
  border-right: 0;
}

.value-icon,
.why-card span {
  background:
    linear-gradient(var(--nd-white), var(--nd-white)) padding-box,
    linear-gradient(135deg, var(--nd-teal), var(--nd-blue)) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  color: var(--nd-blue);
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
}

.value-icon svg,
.why-card span svg {
  fill: none;
  height: 23px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 23px;
}

.value-item:nth-child(1) .value-icon,
.why-card:nth-child(1) span {
  color: var(--nd-teal);
}

.value-item:nth-child(2) .value-icon,
.why-card:nth-child(2) span {
  background:
    linear-gradient(var(--nd-white), var(--nd-white)) padding-box,
    linear-gradient(135deg, #7e3ff2, var(--nd-blue)) border-box;
  color: #6f42ee;
}

.value-item:nth-child(3) .value-icon,
.why-card:nth-child(3) span {
  background:
    linear-gradient(var(--nd-white), var(--nd-white)) padding-box,
    linear-gradient(135deg, var(--nd-orange), #ff6b3d) border-box;
  color: #f4762d;
}

.value-item:nth-child(4) .value-icon,
.why-card:nth-child(4) span {
  color: #0b9f95;
}

.value-item h2 {
  font-size: 15px;
  line-height: 1.15;
  margin-bottom: 4px;
}

.value-item p,
.why-card p,
.workflow-step p,
.dataset-card p,
.post-card p {
  color: var(--nd-muted);
  font-size: 13px;
  margin-bottom: 0;
}

.section {
  background: radial-gradient(circle at 0% 0%, rgba(8, 26, 90, 0.035), transparent 24%);
  padding: 14px 0;
}

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

.row-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.text-link {
  color: var(--nd-blue);
  font-weight: 800;
}

.dataset-grid,
.why-grid,
.post-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.dataset-card,
.why-card,
.post-card,
.empty-state,
.lead-form {
  background: var(--nd-white);
  border: 1px solid var(--nd-line);
  border-radius: var(--nd-radius);
  box-shadow: 0 16px 34px rgba(8, 26, 90, 0.06), inset 0 3px 0 rgba(8, 26, 90, 0.05);
  padding: 28px;
}

.dataset-card,
.why-card,
.post-card,
.empty-state,
.lead-form,
.insight-card,
.principle-list article,
.detailed-timeline article,
.blog-card,
.wp-landing-section,
.mission-card {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.dataset-card:hover,
.why-card:hover,
.post-card:hover,
.insight-card:hover,
.principle-list article:hover,
.detailed-timeline article:hover,
.blog-card:hover,
.wp-landing-section:hover,
.mission-card:hover {
  border-color: #b8d5f7;
  box-shadow: 0 22px 54px rgba(8, 26, 90, 0.1);
  transform: translateY(-2px);
}

.dataset-card h2,
.dataset-card h3,
.post-card h2,
.why-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.dataset-icon {
  background: linear-gradient(135deg, #7e3ff2, var(--nd-blue));
  border-radius: 8px;
  height: 54px;
  margin-bottom: 18px;
  width: 54px;
}

.dataset-card dl {
  border-top: 1px solid var(--nd-line);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0 0;
  padding-top: 16px;
}

.dataset-card dt {
  color: var(--nd-muted);
  font-size: 12px;
}

.dataset-card dd {
  color: var(--nd-navy);
  font-size: 13px;
  font-weight: 800;
  margin: 0;
}

.workflow-section {
  background:
    radial-gradient(circle at 4% 10%, rgba(8, 26, 90, 0.035), transparent 20%),
    var(--nd-white);
  border-bottom: 1px solid var(--nd-line);
  border-top: 1px solid var(--nd-line);
}

.workflow-section .section-heading,
.why-section .section-heading {
  margin-bottom: 10px;
}

.workflow-section .section-heading .eyebrow,
.why-section .section-heading .eyebrow {
  color: var(--nd-blue);
  font-size: 13px;
  margin-bottom: 8px;
}

.workflow-section .section-heading h2,
.why-section .section-heading h2 {
  font-size: 21px;
  line-height: 1.1;
  margin-bottom: 0;
}

.workflow {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(8, 26, 90, 0.035);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  padding: 7px 12px;
}

.workflow-step {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 42px 1fr;
  min-height: 60px;
  padding: 6px 24px 6px 10px;
  position: relative;
}

.workflow-step:not(:last-child)::after {
  color: var(--nd-blue);
  content: "→";
  font-size: 20px;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.workflow-step span {
  align-items: center;
  background: linear-gradient(135deg, var(--nd-teal), var(--nd-blue));
  border-radius: 50%;
  color: var(--nd-white);
  display: flex;
  font-size: 18px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.workflow-step h3 {
  font-size: 15px;
  margin-bottom: 2px;
}

.why-section {
  background:
    radial-gradient(circle at 88% 18%, rgba(17, 183, 199, 0.055), transparent 22%),
    linear-gradient(180deg, #f9fbff, #fff);
}

.why-grid {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
}

.why-card {
  align-items: start;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  column-gap: 16px;
  grid-template-columns: 48px 1fr;
  row-gap: 3px;
  padding: 10px 22px 10px 0;
}

.why-card span {
  grid-row: 1 / span 2;
}

.why-card:not(:last-child) {
  border-right: 1px solid var(--nd-line);
}

.why-card:hover {
  background: rgba(8, 26, 90, 0.02);
  box-shadow: none;
  transform: none;
}

.why-card h3 {
  font-size: 15px;
  grid-column: 2;
  line-height: 1.16;
  margin-bottom: 0;
  min-width: 0;
}

.why-card p {
  font-size: 13px;
  grid-column: 2;
  line-height: 1.35;
  min-width: 0;
}

.bottom-cta {
  padding: 14px 0 10px;
}

.cta-box {
  align-items: center;
  background:
    radial-gradient(circle at 82% 20%, rgba(17, 183, 199, 0.2), transparent 28%),
    radial-gradient(circle at 58% 88%, rgba(243, 163, 68, 0.12), transparent 22%),
    var(--nd-white);
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(8, 26, 90, 0.06);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(320px, 1.25fr) minmax(360px, 1fr) minmax(220px, auto);
  min-height: 88px;
  padding: 18px 28px;
}

.cta-box h2 {
  font-size: clamp(21px, 2vw, 26px);
  margin-bottom: 5px;
  max-width: 560px;
}

.cta-box .eyebrow {
  font-size: 13px;
  margin-bottom: 6px;
}

.cta-box p:not(.eyebrow) {
  font-size: 15px;
  margin-bottom: 0;
}

.cta-highlights {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cta-highlights div {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 38px 1fr;
}

.cta-highlights span {
  align-items: center;
  color: var(--nd-navy);
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.cta-highlights svg {
  fill: none;
  height: 31px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 31px;
}

.cta-highlights p {
  color: var(--nd-muted);
  font-size: 12px;
  line-height: 1.25;
}

.cta-highlights strong {
  color: var(--nd-navy);
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}

.cta-action {
  text-align: center;
}

.cta-action .button {
  min-width: 214px;
}

.cta-action p {
  color: var(--nd-ink);
  font-size: 12px;
  margin: 7px 0 0;
}

.archive-hero,
.form-section,
.page-content {
  padding: 170px 0 80px;
}

.archive-hero {
  background: linear-gradient(135deg, #f9fbff, #eaf5ff);
  border-bottom: 1px solid var(--nd-line);
}

.archive-hero h1,
.page-content h1,
.form-layout h1 {
  font-size: clamp(42px, 4.7vw, 62px);
}

.dataset-hero-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) 430px;
}

.dataset-hero-grid > div:first-child p:not(.eyebrow) {
  max-width: 720px;
}

.dataset-hero-visual {
  min-height: 310px;
  position: relative;
}

.dataset-hero-visual::before {
  background-image: radial-gradient(rgba(17, 183, 199, 0.4) 1px, transparent 1px);
  background-size: 11px 11px;
  border-radius: 50%;
  content: "";
  height: 275px;
  opacity: 0.52;
  position: absolute;
  right: 0;
  top: 0;
  width: 275px;
  animation: nd-dot-drift 20s linear infinite;
}

.dataset-hero-visual::after {
  border: 1px solid rgba(7, 95, 232, 0.16);
  border-radius: 50%;
  content: "";
  height: 230px;
  position: absolute;
  right: 42px;
  top: 26px;
  width: 230px;
}

.dataset-preview-card {
  background:
    linear-gradient(180deg, rgba(8, 26, 90, 0.035), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(17, 183, 199, 0.1), transparent 24%),
    rgba(255, 255, 255, 0.96);
  border: 1px solid #d5e4f7;
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(8, 26, 90, 0.12);
  left: 0;
  padding: 24px;
  position: absolute;
  top: 58px;
  width: 320px;
  z-index: 2;
  animation: nd-fade-up 620ms ease 180ms backwards, nd-soft-float 7s ease-in-out 1.2s infinite;
}

.dataset-preview-head {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 46px 1fr;
}

.dataset-preview-head > span {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-teal), var(--nd-blue)) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  height: 46px;
  position: relative;
  width: 46px;
}

.dataset-preview-head > span::after {
  align-items: center;
  color: var(--nd-teal);
  content: "✓";
  display: flex;
  font-size: 20px;
  font-weight: 900;
  height: 100%;
  justify-content: center;
}

.dataset-preview-head strong,
.dataset-preview-head small {
  display: block;
}

.dataset-preview-head strong {
  color: var(--nd-navy);
  font-size: 18px;
  line-height: 1.2;
}

.dataset-preview-head small {
  color: var(--nd-muted);
  font-size: 13px;
  font-weight: 800;
  margin-top: 3px;
}

.dataset-preview-list {
  border-top: 1px solid var(--nd-line);
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 16px;
}

.dataset-preview-list span {
  align-items: center;
  background: rgba(249, 251, 255, 0.86);
  border: 1px solid #dce8f8;
  border-radius: 8px;
  color: var(--nd-navy);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  gap: 9px;
  padding: 10px 12px;
}

.dataset-preview-list span::before {
  background: var(--nd-teal);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(17, 183, 199, 0.1);
  content: "";
  height: 7px;
  width: 7px;
}

.dataset-preview-chip {
  background: linear-gradient(135deg, var(--nd-orange), #ffd18d);
  border-radius: 8px;
  bottom: 42px;
  box-shadow: 0 16px 34px rgba(243, 163, 68, 0.2);
  color: var(--nd-navy);
  font-size: 15px;
  font-weight: 900;
  padding: 16px 20px;
  position: absolute;
  right: 16px;
  text-align: center;
  width: 190px;
  z-index: 3;
  animation: nd-fade-up 620ms ease 320ms backwards, nd-soft-float 7.5s ease-in-out 1.5s infinite;
}

.page-content .site-shell > * {
  max-width: 860px;
}

.wp-landing-section {
  background: var(--nd-white);
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  box-shadow: var(--nd-shadow);
  padding: 42px;
}

.form-layout {
  display: grid;
  align-items: start;
  gap: 46px;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
}

.lead-form {
  background:
    radial-gradient(circle at 94% 8%, rgba(17, 183, 199, 0.1), transparent 24%),
    var(--nd-white);
  border: 1px solid #cfe0f7;
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(8, 26, 90, 0.12);
  display: grid;
  gap: 16px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.lead-form::before {
  background-image: radial-gradient(rgba(17, 183, 199, 0.36) 1px, transparent 1px);
  background-size: 10px 10px;
  content: "";
  height: 150px;
  opacity: 0.28;
  position: absolute;
  right: -34px;
  top: -36px;
  width: 180px;
}

.lead-form > * {
  position: relative;
}

.form-card-head {
  align-items: start;
  border-bottom: 1px solid var(--nd-line);
  display: grid;
  gap: 16px;
  grid-template-columns: 48px 1fr;
  margin-bottom: 4px;
  padding-bottom: 18px;
}

.form-card-head > span {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-teal), var(--nd-blue)) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  height: 48px;
  position: relative;
  width: 48px;
}

.form-card-head > span::after {
  align-items: center;
  color: var(--nd-teal);
  content: "✓";
  display: flex;
  font-size: 20px;
  font-weight: 900;
  height: 100%;
  justify-content: center;
}

.form-card-head h2 {
  font-size: 24px;
  margin-bottom: 4px;
}

.form-card-head p {
  color: var(--nd-muted);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.lead-form label {
  color: var(--nd-navy);
  display: grid;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
}

.lead-form input,
.lead-form textarea {
  background: #f9fbff;
  border: 1px solid #cbd9ef;
  border-radius: 8px;
  color: var(--nd-ink);
  font: inherit;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.lead-form input:focus,
.lead-form textarea:focus {
  background: #fff;
  border-color: var(--nd-blue);
  box-shadow: 0 0 0 4px rgba(7, 95, 232, 0.1);
  outline: none;
}

.lead-form textarea {
  resize: vertical;
}

.form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-submit-row {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  margin-top: 4px;
}

.form-notice {
  align-items: center;
  background:
    radial-gradient(circle at 100% 0, rgba(17, 183, 199, 0.09), transparent 34%),
    linear-gradient(135deg, #f8fbff 0%, #eef7ff 100%);
  border: 1px solid #cfe0f6;
  border-radius: 8px;
  color: #34456f;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  line-height: 1.5;
  margin: 0;
  min-height: 48px;
  padding: 10px 13px;
}

.form-notice::before {
  align-items: center;
  background: linear-gradient(135deg, var(--nd-teal), var(--nd-blue));
  border-radius: 50%;
  color: #fff;
  content: "✓";
  display: flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.form-submit-row .button {
  justify-content: center;
  justify-self: end;
  min-height: 50px;
  width: min(260px, 100%);
}

.form-success {
  background: #e9fbf7;
  border: 1px solid #98eadb;
  border-radius: 8px;
  color: #075b52;
  font-weight: 800;
  padding: 14px;
}

.hp-field {
  display: none !important;
}

.empty-state {
  grid-column: 1 / -1;
  text-align: center;
}

.page-hero {
  background:
    radial-gradient(circle at 78% 22%, rgba(17, 183, 199, 0.15), transparent 24%),
    linear-gradient(180deg, #f9fbff 0%, #eef6ff 100%);
  border-bottom: 1px solid var(--nd-line);
  padding: 118px 0 62px;
}

.rich-hero-grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.rich-hero-grid h1,
.blog-hero h1 {
  font-size: clamp(42px, 5vw, 64px);
  max-width: 760px;
}

.hero-title {
  letter-spacing: 0;
  line-height: 0.96;
  max-width: 860px;
  text-wrap: balance;
}

.hero-title span {
  color: var(--nd-teal);
  display: inline;
}

.rich-hero-grid .hero-title,
.blog-hero .hero-title {
  font-size: clamp(42px, 4.65vw, 62px);
  max-width: 820px;
}

.archive-hero .hero-title {
  font-size: clamp(42px, 4.45vw, 60px);
  max-width: 760px;
}

.lab-hero .hero-title {
  font-size: clamp(44px, 4.35vw, 60px);
  max-width: 900px;
}

.how-hero .hero-title {
  max-width: 780px;
}

.rich-hero-grid p,
.blog-hero p {
  color: #314071;
  font-size: 18px;
  max-width: 760px;
}

.mission-card,
.blog-orbit article {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  box-shadow: var(--nd-shadow);
  padding: 28px;
}

.mission-card h2 {
  font-size: 24px;
}

.mission-card ul {
  color: var(--nd-ink);
  line-height: 2;
  margin: 0;
  padding-left: 20px;
}

.process-card {
  overflow: hidden;
  position: relative;
}

.process-card::before {
  background-image: radial-gradient(rgba(17, 183, 199, 0.42) 1px, transparent 1px);
  background-size: 10px 10px;
  content: "";
  height: 180px;
  opacity: 0.45;
  position: absolute;
  right: -28px;
  top: -28px;
  width: 180px;
}

.process-card h2 {
  margin-bottom: 18px;
  position: relative;
}

.process-card ul {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
  position: relative;
}

.process-card li {
  align-items: center;
  background: #f9fbff;
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  color: var(--nd-navy);
  display: grid;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  grid-template-columns: 28px 1fr;
  line-height: 1.35;
  padding: 12px;
}

.process-card li::before {
  align-items: center;
  background: linear-gradient(135deg, var(--nd-teal), var(--nd-blue));
  border-radius: 50%;
  color: #fff;
  content: "✓";
  display: flex;
  font-size: 13px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.insight-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.insight-card,
.principle-list article,
.detailed-timeline article {
  background: var(--nd-white);
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(8, 26, 90, 0.06);
  padding: 24px;
}

.insight-card span {
  align-items: center;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-teal), var(--nd-blue)) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  color: var(--nd-teal);
  display: flex;
  height: 38px;
  justify-content: center;
  margin-bottom: 16px;
  width: 38px;
}

.insight-card span svg,
.about-principles-grid .principle-list article > span svg,
.about-mission-head > span svg,
.about-workflow-list article > span svg,
.about-discipline-card > span svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 22px;
}

.insight-card h2,
.principle-list h3,
.detailed-timeline h2 {
  font-size: 21px;
}

.insight-card p,
.principle-list p,
.detailed-timeline p {
  color: var(--nd-muted);
  margin-bottom: 0;
}

.split-section {
  background: var(--nd-white);
  border-bottom: 1px solid var(--nd-line);
  border-top: 1px solid var(--nd-line);
}

.split-grid {
  display: grid;
  gap: 42px;
  grid-template-columns: 0.85fr 1.15fr;
}

.detailed-timeline {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  position: relative;
}

.principle-list {
  display: grid;
  gap: 16px;
}

.detailed-timeline article {
  align-items: start;
  display: block;
  min-height: 250px;
  padding: 22px;
  position: relative;
}

.detailed-timeline article:not(:last-child)::after {
  background: linear-gradient(90deg, var(--nd-teal), var(--nd-blue));
  border-radius: 999px;
  content: "";
  height: 3px;
  position: absolute;
  right: -18px;
  top: 49px;
  width: 36px;
  z-index: 2;
}

.detailed-timeline article > span {
  align-items: center;
  background: linear-gradient(135deg, var(--nd-teal), var(--nd-blue));
  border-radius: 50%;
  color: var(--nd-white);
  display: flex;
  font-size: 20px;
  font-weight: 900;
  height: 54px;
  justify-content: center;
  margin-bottom: 18px;
  width: 54px;
}

.detailed-timeline h2 {
  margin-bottom: 10px;
}

.blog-hero {
  background:
    radial-gradient(circle at 10% 10%, rgba(8, 26, 90, 0.055), transparent 22%),
    radial-gradient(circle at 72% 28%, rgba(17, 183, 199, 0.19), transparent 25%),
    linear-gradient(180deg, #f9fbff 0%, #eef6ff 100%);
  border-bottom: 1px solid var(--nd-line);
  overflow: hidden;
  padding: 118px 0 70px;
}

.blog-hero-grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) 500px;
}

.blog-orbit {
  background:
    radial-gradient(circle at 10% 10%, rgba(8, 26, 90, 0.055), transparent 24%),
    radial-gradient(circle at 80% 22%, rgba(17, 183, 199, 0.15), transparent 28%),
    rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(207, 224, 247, 0.8);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(8, 26, 90, 0.08);
  min-height: 380px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.blog-orbit::before {
  background-image: radial-gradient(rgba(17, 183, 199, 0.42) 1.2px, transparent 1.2px);
  background-size: 12px 12px;
  border-radius: 50%;
  content: "";
  height: 310px;
  opacity: 0.48;
  position: absolute;
  right: -24px;
  top: -32px;
  width: 310px;
  animation: nd-dot-drift 22s linear infinite;
}

.blog-orbit-ring {
  border: 1px solid rgba(7, 95, 232, 0.16);
  border-radius: 50%;
  height: 250px;
  position: absolute;
  right: 38px;
  top: 34px;
  width: 250px;
}

.blog-orbit article {
  background:
    linear-gradient(180deg, rgba(8, 26, 90, 0.035), transparent 42%),
    radial-gradient(circle at 96% 8%, rgba(17, 183, 199, 0.09), transparent 24%),
    rgba(255, 255, 255, 0.96);
  border: 1px solid #d5e4f7;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(8, 26, 90, 0.09);
  max-width: 330px;
  padding: 26px;
  position: relative;
  width: 100%;
  z-index: 2;
  animation: nd-fade-up 620ms ease 180ms backwards, nd-soft-float 7s ease-in-out 1.2s infinite;
}

.blog-orbit small,
.blog-meta {
  color: var(--nd-muted);
  font-size: 12px;
  font-weight: 700;
}

.blog-orbit h2 {
  font-size: 24px;
  line-height: 1.05;
  margin: 14px 0 12px;
}

.blog-orbit p {
  color: #314071;
  font-size: 17px;
  line-height: 1.45;
  margin: 0;
}

.blog-chip-grid {
  bottom: 30px;
  display: grid;
  gap: 12px;
  position: absolute;
  right: 30px;
  width: 235px;
  z-index: 3;
}

.blog-chip {
  background: linear-gradient(135deg, var(--nd-orange), #ffd18d);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(243, 163, 68, 0.2);
  color: var(--nd-navy);
  font-size: 15px;
  font-weight: 900;
  padding: 16px 18px;
  text-align: center;
}

.blog-chip-secondary {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-teal), var(--nd-blue)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 14px 30px rgba(8, 26, 90, 0.08);
  color: var(--nd-blue);
}

.blog-listing {
  background: var(--nd-white);
}

.blog-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.blog-empty-state {
  background:
    radial-gradient(circle at 86% 18%, rgba(17, 183, 199, 0.16), transparent 24%),
    radial-gradient(circle at 12% 90%, rgba(8, 26, 90, 0.06), transparent 25%),
    #fff;
  min-height: 300px;
  overflow: hidden;
  padding: 46px;
  position: relative;
}

.blog-empty-state::after {
  background-image: radial-gradient(rgba(17, 183, 199, 0.42) 1.1px, transparent 1.1px);
  background-size: 12px 12px;
  border-radius: 50%;
  content: "";
  height: 210px;
  opacity: 0.45;
  position: absolute;
  right: 34px;
  top: 24px;
  width: 210px;
  animation: nd-dot-drift 22s linear infinite;
}

.blog-empty-state > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
  position: relative;
  z-index: 1;
}

.blog-empty-state h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  margin-bottom: 12px;
}

.blog-empty-state p {
  color: #314071;
  font-size: 18px;
  margin-bottom: 0;
}

.blog-empty-icon {
  align-items: center;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-teal), var(--nd-blue)) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  display: flex;
  height: 58px;
  justify-content: center;
  margin-bottom: 20px;
  width: 58px;
}

.blog-empty-icon span {
  background: linear-gradient(135deg, var(--nd-teal), var(--nd-blue));
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(17, 183, 199, 0.1);
  display: block;
  height: 14px;
  width: 14px;
}

.blog-card {
  background: #fff;
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(8, 26, 90, 0.06);
  overflow: hidden;
}

.blog-card-media {
  align-items: center;
  background:
    radial-gradient(circle at 72% 24%, rgba(17, 183, 199, 0.32), transparent 26%),
    linear-gradient(135deg, #eaf5ff, #f9fbff);
  display: flex;
  height: 172px;
  justify-content: center;
}

.blog-card-media span {
  color: var(--nd-teal);
  font-size: 64px;
  font-weight: 900;
}

.blog-card-body {
  padding: 24px;
}

.blog-card h2 {
  font-size: 22px;
  margin: 10px 0;
}

.rich-page-hero {
  background:
    radial-gradient(circle at 77% 24%, rgba(17, 183, 199, 0.22), transparent 26%),
    radial-gradient(circle at 16% 18%, rgba(243, 163, 68, 0.1), transparent 21%),
    linear-gradient(180deg, #f9fbff 0%, #edf6ff 100%);
  overflow: hidden;
}

.rich-page-hero .mission-card {
  background:
    radial-gradient(circle at 88% 18%, rgba(17, 183, 199, 0.16), transparent 28%),
    rgba(255, 255, 255, 0.94);
  min-height: 220px;
  overflow: hidden;
  position: relative;
}

.rich-page-hero .mission-card::before {
  background-image: radial-gradient(rgba(17, 183, 199, 0.42) 1px, transparent 1px);
  background-size: 10px 10px;
  content: "";
  height: 170px;
  opacity: 0.46;
  position: absolute;
  right: -22px;
  top: -22px;
  width: 170px;
}

.rich-page-hero .mission-card > * {
  position: relative;
}

.insight-card {
  background:
    radial-gradient(circle at 92% 8%, rgba(17, 183, 199, 0.1), transparent 25%),
    #fff;
  min-height: 190px;
}

.insight-card:nth-child(2) span {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #7e3ff2, var(--nd-blue)) border-box;
  color: #6f42ee;
}

.insight-card:nth-child(3) span {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-orange), #ff6b3d) border-box;
  color: #f4762d;
}

.blog-card-media {
  position: relative;
}

.blog-card-media::before {
  background-image: radial-gradient(rgba(17, 183, 199, 0.35) 1px, transparent 1px);
  background-size: 10px 10px;
  border-radius: 50%;
  content: "";
  height: 130px;
  opacity: 0.75;
  position: absolute;
  right: 22px;
  top: 20px;
  width: 130px;
}

.blog-card:nth-child(2) .blog-card-media {
  background:
    radial-gradient(circle at 72% 24%, rgba(126, 63, 242, 0.24), transparent 26%),
    linear-gradient(135deg, #f2ecff, #f9fbff);
}

.blog-card:nth-child(2) .blog-card-media span {
  color: #7e3ff2;
}

.blog-card:nth-child(3) .blog-card-media {
  background:
    radial-gradient(circle at 72% 24%, rgba(243, 163, 68, 0.28), transparent 26%),
    linear-gradient(135deg, #fff6e8, #f9fbff);
}

.blog-card:nth-child(3) .blog-card-media span {
  color: var(--nd-orange);
}

.article-hero {
  background:
    radial-gradient(circle at 75% 22%, rgba(17, 183, 199, 0.16), transparent 25%),
    linear-gradient(180deg, #f9fbff 0%, #eef6ff 100%);
  border-bottom: 1px solid var(--nd-line);
  padding: 118px 0 54px;
}

.article-hero h1 {
  font-size: clamp(42px, 5vw, 64px);
  max-width: 900px;
}

.article-content {
  background: var(--nd-white);
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(8, 26, 90, 0.06);
  margin-bottom: 54px;
  margin-top: 42px;
  max-width: 860px;
  padding-bottom: 42px;
  padding-top: 42px;
}

.article-content p,
.article-content li {
  color: #314071;
  font-size: 18px;
}

.article-content h2 {
  font-size: 30px;
  margin-top: 28px;
}

/* Shared internal-page visual system */
.page-hero,
.blog-hero,
.archive-hero,
.form-section,
.article-hero,
.generic-page-hero {
  position: relative;
}

.page-hero::before,
.blog-hero::before,
.archive-hero::before,
.form-section::before,
.article-hero::before,
.generic-page-hero::before {
  background-image: radial-gradient(rgba(17, 183, 199, 0.38) 1.2px, transparent 1.2px);
  background-size: 12px 12px;
  border-radius: 50%;
  content: "";
  height: 330px;
  opacity: 0.58;
  position: absolute;
  right: max(7vw, 90px);
  top: 86px;
  width: 330px;
  animation: nd-dot-drift 22s linear infinite;
}

.page-hero::after,
.blog-hero::after,
.archive-hero::after,
.form-section::after,
.article-hero::after,
.generic-page-hero::after {
  border: 1px solid rgba(7, 95, 232, 0.16);
  border-radius: 50%;
  content: "";
  height: 260px;
  position: absolute;
  right: max(10vw, 140px);
  top: 126px;
  width: 260px;
}

.page-hero .site-shell,
.blog-hero .site-shell,
.archive-hero .site-shell,
.form-section .site-shell,
.article-hero .site-shell,
.generic-page-hero .site-shell {
  position: relative;
  z-index: 1;
}

.archive-hero,
.form-section,
.article-hero,
.generic-page-hero {
  background:
    radial-gradient(circle at 44% 8%, rgba(8, 26, 90, 0.07), transparent 24%),
    radial-gradient(circle at 78% 22%, rgba(17, 183, 199, 0.18), transparent 25%),
    radial-gradient(circle at 18% 18%, rgba(243, 163, 68, 0.12), transparent 20%),
    linear-gradient(180deg, #f9fbff 0%, #edf6ff 100%);
  overflow: hidden;
}

.archive-hero p,
.generic-page-hero p,
.form-section p {
  color: #314071;
  font-size: 18px;
  max-width: 720px;
}

.generic-page-body {
  padding-bottom: 58px;
  padding-top: 42px;
}

.generic-page-body .wp-landing-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(8, 26, 90, 0.045), transparent 20%),
    radial-gradient(circle at 90% 10%, rgba(17, 183, 199, 0.13), transparent 24%),
    #fff;
  display: grid;
  gap: 18px;
  max-width: none;
  overflow: hidden;
  position: relative;
}

.generic-page-body .wp-landing-section::after {
  background: linear-gradient(135deg, var(--nd-teal), var(--nd-blue));
  border-radius: 8px;
  content: "";
  height: 58px;
  position: absolute;
  right: 34px;
  top: 34px;
  width: 58px;
}

.generic-page-body .wp-landing-section h1 {
  font-size: clamp(38px, 4vw, 54px);
  max-width: 740px;
}

.generic-page-body .wp-landing-section p {
  color: #314071;
  font-size: 18px;
  max-width: 760px;
}

.form-section {
  overflow: hidden;
}

.form-layout {
  position: relative;
}

.form-intro-card {
  background:
    radial-gradient(circle at 88% 12%, rgba(17, 183, 199, 0.15), transparent 26%),
    radial-gradient(circle at 4% 100%, rgba(243, 163, 68, 0.1), transparent 25%),
    rgba(255, 255, 255, 0.78);
  border: 1px solid #d5e4f7;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(8, 26, 90, 0.07);
  overflow: hidden;
  padding: 30px;
  position: relative;
  top: auto;
}

.form-intro-card::before {
  background-image: radial-gradient(rgba(17, 183, 199, 0.38) 1px, transparent 1px);
  background-size: 10px 10px;
  content: "";
  height: 170px;
  opacity: 0.34;
  position: absolute;
  right: -38px;
  top: -40px;
  width: 210px;
}

.form-intro-card > * {
  position: relative;
}

.form-intro-card h1 {
  font-size: clamp(40px, 4vw, 58px);
  max-width: 560px;
}

.form-intro-card p:not(.eyebrow) {
  color: #314071;
  font-size: 17px;
  line-height: 1.62;
}

.form-intro-card .hero-title::after {
  display: none;
}

.form-proof-card {
  align-items: start;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #d6e5f8;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(8, 26, 90, 0.06);
  display: grid;
  gap: 16px;
  grid-template-columns: 48px 1fr;
  margin-top: 26px;
  padding: 18px;
}

.form-proof-icon {
  align-items: center;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-teal), var(--nd-blue)) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  color: var(--nd-teal);
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.form-proof-icon svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 22px;
}

.form-proof-card strong {
  color: var(--nd-navy);
  display: block;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.form-proof-card ul {
  color: var(--nd-muted);
  display: grid;
  font-size: 14px;
  gap: 8px;
  line-height: 1.45;
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-proof-card li {
  padding-left: 18px;
  position: relative;
}

.form-proof-card li::before {
  background: var(--nd-teal);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(17, 183, 199, 0.1);
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 7px;
}

.form-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.form-trust-row span {
  align-items: center;
  background: rgba(238, 246, 255, 0.82);
  border: 1px solid #d7e6f8;
  border-radius: 999px;
  color: var(--nd-navy);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  padding: 8px 11px;
}

.form-trust-row span::before {
  background: var(--nd-teal);
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
}

.is-contact-form .form-layout {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
}

.is-contact-form .lead-form {
  align-self: start;
}

/* How it works: product-style treatment */
.how-hero {
  background:
    radial-gradient(circle at 78% 20%, rgba(17, 183, 199, 0.22), transparent 25%),
    radial-gradient(circle at 18% 22%, rgba(243, 163, 68, 0.12), transparent 22%),
    linear-gradient(180deg, #f9fbff 0%, #edf6ff 100%);
  overflow: hidden;
}

.how-hero .rich-hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 0.85fr);
}

.how-hero h1 {
  max-width: 780px;
}

.how-visual {
  min-height: 330px;
  position: relative;
}

.how-visual::before {
  background-image: radial-gradient(rgba(17, 183, 199, 0.42) 1.2px, transparent 1.2px);
  background-size: 12px 12px;
  border-radius: 50%;
  content: "";
  height: 310px;
  opacity: 0.75;
  position: absolute;
  right: 0;
  top: 0;
  width: 310px;
}

.how-orbit {
  border: 1px solid rgba(7, 95, 232, 0.16);
  border-radius: 50%;
  height: 270px;
  position: absolute;
  right: 70px;
  top: 32px;
  width: 270px;
}

.how-floating-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #cfdef5;
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(8, 26, 90, 0.14);
  position: absolute;
}

.how-card-main {
  left: 18px;
  padding: 22px;
  top: 46px;
  width: 320px;
}

.how-card-main h2 {
  font-size: 20px;
  margin-bottom: 14px;
}

.how-card-main ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.how-card-main li {
  align-items: center;
  background: #f9fbff;
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  color: var(--nd-navy);
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 9px;
  grid-template-columns: 22px 1fr;
  padding: 10px;
}

.how-card-main li::before {
  color: var(--nd-teal);
  content: "✓";
  font-weight: 900;
}

.how-card-icon {
  align-items: center;
  background: linear-gradient(135deg, var(--nd-teal), var(--nd-blue));
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  margin-bottom: 12px;
  width: 34px;
}

.how-card-chip {
  background: linear-gradient(135deg, #fff, #ecfbff);
  bottom: 18px;
  color: var(--nd-navy);
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  right: 18px;
  width: 210px;
}

.how-card-chip strong {
  font-size: 16px;
}

.how-card-chip span {
  color: var(--nd-muted);
  font-size: 13px;
  font-weight: 800;
}

.how-signal-strip {
  background: #fff;
  border-bottom: 1px solid var(--nd-line);
  border-top: 1px solid var(--nd-line);
}

.how-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.how-signal-grid article {
  align-items: center;
  border-right: 1px solid var(--nd-line);
  display: grid;
  gap: 12px;
  grid-template-columns: 34px 1fr;
  padding: 18px 22px;
}

.how-signal-grid article:last-child {
  border-right: 0;
}

.how-signal-grid span {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-teal), var(--nd-blue)) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  height: 34px;
  position: relative;
  width: 34px;
}

.how-signal-grid span::after {
  align-items: center;
  color: var(--nd-teal);
  content: "✓";
  display: flex;
  font-weight: 900;
  height: 100%;
  justify-content: center;
}

.how-signal-grid strong {
  color: var(--nd-navy);
  font-size: 14px;
}

.how-section-heading {
  margin-bottom: 22px;
}

.how-section-heading h2 {
  max-width: 620px;
}

.how-section-heading .eyebrow {
  background: rgba(7, 95, 232, 0.08);
  border-radius: 999px;
  padding: 6px 12px;
}

.how-timeline article {
  background:
    radial-gradient(circle at 92% 8%, rgba(17, 183, 199, 0.12), transparent 26%),
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(17, 183, 199, 0.45), rgba(7, 95, 232, 0.24)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 42px rgba(8, 26, 90, 0.08);
  min-height: 218px;
  overflow: hidden;
  padding: 18px;
  transform: none;
}

.how-timeline article::before {
  background: linear-gradient(90deg, var(--nd-teal), var(--nd-blue));
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.how-timeline article:nth-child(2) > span {
  background: linear-gradient(135deg, #7e3ff2, var(--nd-blue));
}

.how-timeline article:nth-child(2)::before {
  background: linear-gradient(90deg, #7e3ff2, var(--nd-blue));
}

.how-timeline article:nth-child(3) > span {
  background: linear-gradient(135deg, var(--nd-orange), #ff6b3d);
}

.how-timeline article:nth-child(3)::before {
  background: linear-gradient(90deg, var(--nd-orange), #ff6b3d);
}

.how-timeline article:nth-child(4) > span {
  background: linear-gradient(135deg, var(--nd-teal), #0a9f8f);
}

.how-timeline article:nth-child(4)::before {
  background: linear-gradient(90deg, var(--nd-teal), #0a9f8f);
}

.how-timeline article:nth-child(5) > span {
  background: linear-gradient(135deg, var(--nd-blue), #082d9b);
}

.how-timeline article:nth-child(5)::before {
  background: linear-gradient(90deg, var(--nd-blue), #082d9b);
}

.how-timeline article > span {
  box-shadow: 0 12px 24px rgba(7, 95, 232, 0.22);
  font-size: 16px;
  height: 46px;
  margin-bottom: 16px;
  width: 46px;
}

.how-timeline h2 {
  font-size: 22px;
  margin-bottom: 8px;
}

.how-timeline p {
  color: #5f6f99;
  font-size: 14.5px;
  line-height: 1.48;
}

.how-timeline article:not(:last-child)::after {
  box-shadow: 0 0 0 5px rgba(17, 183, 199, 0.08);
  right: -20px;
  top: 72px;
  width: 40px;
}

/* AI Labs page */
.lab-hero {
  background:
    radial-gradient(circle at 42% 6%, rgba(8, 26, 90, 0.075), transparent 24%),
    radial-gradient(circle at 78% 22%, rgba(17, 183, 199, 0.24), transparent 26%),
    radial-gradient(circle at 18% 18%, rgba(126, 63, 242, 0.1), transparent 20%),
    linear-gradient(180deg, #f9fbff 0%, #edf6ff 100%);
  overflow: hidden;
}

.lab-hero-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  min-height: 440px;
}

.lab-hero h1 {
  font-size: clamp(44px, 4.45vw, 62px);
  max-width: 840px;
}

.lab-hero p {
  color: #314071;
  font-size: 18px;
  max-width: 760px;
}

.lab-visual {
  min-height: 360px;
  position: relative;
}

.lab-visual::before {
  background-image: radial-gradient(rgba(17, 183, 199, 0.42) 1.2px, transparent 1.2px);
  background-size: 12px 12px;
  border-radius: 50%;
  content: "";
  height: 340px;
  position: absolute;
  right: 0;
  top: 0;
  width: 340px;
  animation: nd-dot-drift 20s linear infinite;
}

.lab-orbit {
  border: 1px solid rgba(7, 95, 232, 0.16);
  border-radius: 50%;
  height: 285px;
  position: absolute;
  right: 62px;
  top: 34px;
  width: 285px;
}

.lab-floating {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #cfdef5;
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(8, 26, 90, 0.14);
  position: absolute;
  animation: nd-fade-up 620ms ease 180ms backwards, nd-soft-float 7s ease-in-out 1.1s infinite;
}

.lab-score-card {
  left: 0;
  padding: 22px;
  top: 58px;
  width: 310px;
}

.lab-score-card h2 {
  font-size: 21px;
  margin-bottom: 16px;
}

.lab-score-card dl {
  border-top: 1px solid var(--nd-line);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin: 16px 0 0;
  padding-top: 14px;
}

.lab-score-card dt {
  color: var(--nd-muted);
  font-size: 11px;
  font-weight: 800;
}

.lab-score-card dd {
  color: var(--nd-navy);
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}

.lab-chip-card {
  background: linear-gradient(135deg, var(--nd-orange), #ffd18d);
  bottom: 54px;
  color: var(--nd-navy);
  display: grid;
  gap: 5px;
  padding: 18px 20px;
  right: 20px;
  width: 220px;
  animation-delay: 320ms, 1.5s;
}

.lab-chip-card span {
  color: #39476d;
  font-size: 13px;
  font-weight: 900;
}

.lab-icon {
  align-items: center;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-teal), var(--nd-blue)) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  position: relative;
  width: 46px;
}

.lab-icon::before,
.lab-icon::after {
  display: none;
}

.lab-icon svg,
.lab-dataset-list article > span svg,
.lab-benefit-grid article > span svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 24px;
}

.lab-icon-agent {
  color: #075fe8;
}

.lab-icon-voice {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #7e3ff2, var(--nd-blue)) border-box;
  color: #6f42ee;
}

.lab-icon-support {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-orange), #ff6b3d) border-box;
  color: #f4762d;
}

.lab-strip {
  background:
    linear-gradient(90deg, rgba(8, 26, 90, 0.04), transparent 28%, rgba(17, 183, 199, 0.04)),
    #fff;
  border-bottom: 1px solid var(--nd-line);
  border-top: 1px solid var(--nd-line);
}

.lab-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.lab-strip span {
  align-items: center;
  border-right: 1px solid var(--nd-line);
  color: var(--nd-navy);
  display: flex;
  font-size: 14px;
  font-weight: 900;
  gap: 10px;
  padding: 18px 22px;
}

.lab-strip span:last-child {
  border-right: 0;
}

.lab-strip span::before {
  background: var(--nd-teal);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(17, 183, 199, 0.12);
  content: "";
  height: 8px;
  width: 8px;
}

.lab-card-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.lab-card,
.lab-benefit-grid article {
  background:
    linear-gradient(180deg, rgba(8, 26, 90, 0.035), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(17, 183, 199, 0.1), transparent 25%),
    #fff;
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(8, 26, 90, 0.08);
  padding: 26px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.lab-card:nth-child(2) {
  background:
    radial-gradient(circle at 90% 10%, rgba(126, 63, 242, 0.1), transparent 24%),
    #fff;
}

.lab-card:nth-child(3) {
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 135, 61, 0.13), transparent 24%),
    #fff;
}

.lab-card:hover,
.lab-benefit-grid article:hover {
  border-color: #b8d5f7;
  box-shadow: 0 24px 58px rgba(8, 26, 90, 0.12);
  transform: translateY(-2px);
}

.lab-card h3,
.lab-benefit-grid h3,
.lab-dataset-list h3 {
  font-size: 21px;
  margin: 16px 0 8px;
}

.lab-card p,
.lab-benefit-grid p,
.lab-dataset-list p,
.lab-datasets-layout > div:first-child p {
  color: var(--nd-muted);
  margin-bottom: 0;
}

.lab-package-card {
  background:
    radial-gradient(circle at 10% 10%, rgba(8, 26, 90, 0.045), transparent 22%),
    radial-gradient(circle at 92% 0%, rgba(17, 183, 199, 0.16), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(126, 63, 242, 0.1), transparent 25%),
    #fff;
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(8, 26, 90, 0.08);
  margin-top: 28px;
  overflow: hidden;
  padding: 22px;
  position: relative;
}

.lab-package-card::after {
  background-image: radial-gradient(rgba(17, 183, 199, 0.45) 1.2px, transparent 1.2px);
  background-size: 12px 12px;
  content: "";
  height: 126px;
  opacity: 0.55;
  position: absolute;
  right: -12px;
  top: -10px;
  width: 168px;
  animation: nd-dot-drift 20s linear infinite;
}

.lab-package-top {
  align-items: center;
  display: flex;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.lab-package-top > span {
  align-items: center;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-teal), var(--nd-blue)) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  color: var(--nd-teal);
  display: flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.lab-package-top svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 24px;
}

.lab-package-top strong {
  color: var(--nd-navy);
  display: block;
  font-size: 18px;
  font-weight: 900;
}

.lab-package-top small {
  color: var(--nd-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-top: 2px;
}

.lab-package-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.lab-package-grid span {
  align-items: center;
  background: rgba(249, 251, 255, 0.86);
  border: 1px solid #dbe7f7;
  border-radius: 8px;
  color: var(--nd-navy);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  padding: 10px 12px;
}

.lab-package-grid span::before {
  background: var(--nd-teal);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(17, 183, 199, 0.12);
  content: "";
  height: 7px;
  width: 7px;
}

.lab-handoff-list {
  border-top: 1px solid var(--nd-line);
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 16px;
  position: relative;
  z-index: 1;
}

.lab-handoff-list div {
  align-items: center;
  background: rgba(249, 251, 255, 0.88);
  border: 1px solid #dbe7f7;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px 1fr auto;
  padding: 10px 12px;
}

.lab-handoff-list span {
  align-items: center;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-teal), var(--nd-blue)) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  color: var(--nd-teal);
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.lab-handoff-list div:nth-child(2) span {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #7e3ff2, var(--nd-blue)) border-box;
  color: #6f42ee;
}

.lab-handoff-list div:nth-child(3) span {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-orange), #ff6b3d) border-box;
  color: #f4762d;
}

.lab-handoff-list svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 18px;
}

.lab-handoff-list strong {
  color: var(--nd-navy);
  font-size: 12px;
  font-weight: 900;
}

.lab-handoff-list em {
  background: #eef6ff;
  border-radius: 999px;
  color: var(--nd-blue);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  padding: 5px 8px;
}

.lab-datasets-section {
  background: #fff;
  border-bottom: 1px solid var(--nd-line);
  border-top: 1px solid var(--nd-line);
}

.lab-datasets-layout {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
}

.lab-dataset-list {
  display: grid;
  gap: 14px;
}

.lab-dataset-list article {
  align-items: start;
  background: #f9fbff;
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: 42px 1fr;
  padding: 18px;
}

.lab-dataset-list article > span,
.lab-benefit-grid article > span {
  align-items: center;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-teal), var(--nd-blue)) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  color: var(--nd-teal);
  display: flex;
  height: 42px;
  justify-content: center;
  position: relative;
  width: 42px;
}

.lab-dataset-list article > span::after,
.lab-benefit-grid article > span::after {
  display: none;
}

.lab-dataset-list article:nth-child(2) > span,
.lab-benefit-grid article:nth-child(2) > span {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #7e3ff2, var(--nd-blue)) border-box;
  color: #6f42ee;
}

.lab-dataset-list article:nth-child(3) > span,
.lab-benefit-grid article:nth-child(3) > span {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-orange), #ff6b3d) border-box;
  color: #f4762d;
}

.lab-dataset-list article:nth-child(4) > span {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #0fb89f, #075fe8) border-box;
  color: #0b9f95;
}

.lab-dataset-list h3 {
  margin-top: 0;
}

.lab-benefit-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 640px;
  }

  .hero-visual {
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
  }

  .dataset-hero-grid,
  .lab-hero-grid,
  .lab-datasets-layout {
    grid-template-columns: 1fr;
  }

  .dataset-hero-visual {
    margin-top: 8px;
    max-width: 520px;
  }

  .lab-strip-grid,
  .lab-card-grid,
  .lab-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .lab-strip-grid,
  .lab-card-grid,
  .lab-benefit-grid {
    grid-template-columns: 1fr;
  }

  .lab-strip span {
    border-right: 0;
  }

  .lab-visual {
    min-height: 360px;
  }

  .lab-score-card {
    left: 0;
    width: min(310px, 88vw);
  }

  .dataset-hero-visual {
    min-height: 410px;
  }

  .dataset-preview-card {
    top: 34px;
    width: min(330px, calc(100vw - 64px));
  }

  .dataset-preview-chip {
    bottom: 16px;
    right: 0;
  }
}

.site-footer {
  background:
    linear-gradient(180deg, rgba(8, 26, 90, 0.025), transparent 36%),
    radial-gradient(circle at 18% 20%, rgba(17, 183, 199, 0.08), transparent 22%),
    var(--nd-white);
  border-top: 1px solid var(--nd-line);
  padding: 34px 0 38px;
}

.footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: 1.4fr repeat(4, 1fr);
}

.footer-brand p {
  color: var(--nd-muted);
  font-size: 13px;
  margin: 14px 0 0;
}

.footer-column h2 {
  font-size: 14px;
  margin-bottom: 12px;
}

.footer-menu a {
  color: var(--nd-muted);
  display: inline-block;
  font-size: 13px;
  padding: 4px 0;
}

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

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav,
  .header-actions {
    display: none;
  }

  .site-nav.is-open {
    display: block;
    grid-column: 1 / -1;
    justify-self: stretch;
    padding-bottom: 20px;
  }

  .site-nav.is-open .primary-menu {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
  }

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

  .hero-visual {
    min-height: 430px;
  }

  .floating-card {
    width: min(250px, 44vw);
  }

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

  .cta-action {
    text-align: left;
  }

  .value-grid,
  .why-grid,
  .workflow,
  .footer-grid,
  .rich-hero-grid,
  .blog-hero-grid,
  .split-grid,
  .insight-grid,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-orbit {
    min-height: 330px;
  }

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

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

  .detailed-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .detailed-timeline article:not(:last-child)::after {
    display: none;
  }

  .workflow-step:not(:last-child)::after,
  .value-item {
    border-right: 0;
  }

  .why-card:not(:last-child) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .site-shell {
    padding: 0 18px;
  }

  .site-header {
    padding: 14px 0;
  }

  .header-inner {
    min-height: 64px;
    padding: 0;
  }

  .brand-text {
    font-size: 19px;
  }

  .hero {
    padding-top: 108px;
  }

  .hero-grid {
    gap: 20px;
    min-height: auto;
  }

  .hero h1,
  h1 {
    font-size: 39px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .hero-map {
    height: 250px;
    left: -28px;
    opacity: 0.82;
    top: 42px;
    width: 430px;
  }

  .hero-visual::before {
    height: 310px;
    right: 12px;
    width: 310px;
  }

  .orbit {
    left: 50%;
  }

  .orbit-one {
    height: 300px;
    width: 300px;
  }

  .orbit-two {
    height: 210px;
    width: 210px;
  }

  .hero-core {
    left: 50%;
  }

  .floating-card {
    width: min(250px, 72vw);
  }

  .qa-card {
    left: 0;
    top: 52%;
  }

  .license-card {
    right: 0;
    top: 20%;
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-actions,
  .security-strip,
  .cta-box {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 430px;
  }

  .floating-card {
    width: 260px;
  }

  .qa-card {
    left: 0;
    top: 46%;
  }

  .license-card {
    right: 0;
    top: 5%;
  }

  .value-grid,
  .dataset-grid,
  .why-grid,
  .workflow,
  .post-grid,
  .form-layout,
  .form-grid,
  .footer-grid,
  .rich-hero-grid,
  .blog-hero-grid,
  .split-grid,
  .insight-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .cta-highlights {
    grid-template-columns: 1fr;
  }

  .why-card {
    border-right: 0;
    padding-right: 0;
  }

  .page-hero,
  .blog-hero,
  .article-hero {
    padding: 112px 0 48px;
  }

  .rich-hero-grid h1,
  .blog-hero h1,
  .article-hero h1 {
    font-size: 40px;
  }

  .blog-orbit {
    min-height: auto;
    padding: 22px;
  }

  .how-signal-grid {
    grid-template-columns: 1fr;
  }

  .how-signal-grid article {
    border-right: 0;
  }

  .how-visual {
    min-height: 360px;
  }

  .how-card-main {
    left: 0;
    width: min(320px, 90vw);
  }

  .blog-orbit article {
    max-width: none;
  }

  .blog-chip-grid {
    margin-top: 18px;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .detailed-timeline article {
    min-height: auto;
  }

  .detailed-timeline article > span {
    font-size: 16px;
    height: 44px;
    width: 44px;
  }

  .value-item {
    padding-left: 0;
    padding-right: 0;
  }

  .row-heading,
  .cta-box {
    align-items: flex-start;
  }

  .section {
    padding: 52px 0;
  }

  .archive-hero,
  .form-section,
  .page-content {
    padding: 130px 0 56px;
  }

  .form-intro-card {
    position: relative;
    top: auto;
  }
}

.page-about .mission-card,
body.page-template-page-about .mission-card {
  min-height: 220px;
  overflow: hidden;
  position: relative;
}

.page-about .mission-card::before,
body.page-template-page-about .mission-card::before {
  background-image: radial-gradient(rgba(17, 183, 199, 0.42) 1px, transparent 1px);
  background-size: 10px 10px;
  content: "";
  height: 160px;
  opacity: 0.4;
  position: absolute;
  right: -24px;
  top: -24px;
  width: 160px;
}

.page-about .mission-card > *,
body.page-template-page-about .mission-card > * {
  position: relative;
}

@media (max-width: 1180px) {
  .about-principles-grid,
  .about-workflow-card {
    grid-template-columns: 1fr;
  }
}

.about-principles-grid .principle-list {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr !important;
}

.about-principles-grid .principle-list article {
  width: 100%;
}

.about-principles-grid .principles-panel {
  margin-top: 18px;
  padding-top: 18px;
}

.about-lower-grid .principles-panel {
  padding: 28px 32px 24px !important;
}

/* Mockup-aligned internal pages */
.page-hero,
.archive-hero,
.form-section {
  background:
    radial-gradient(circle at 74% 24%, rgba(17, 183, 199, 0.15), transparent 22%),
    radial-gradient(circle at 9% 16%, rgba(243, 163, 68, 0.08), transparent 21%),
    linear-gradient(180deg, #fff 0%, #f5fbff 100%);
  border-bottom: 1px solid var(--nd-line);
  overflow: hidden;
  padding: 124px 0 28px;
  position: relative;
}

.page-hero::before,
.archive-hero::before,
.form-section::before {
  background-image: radial-gradient(rgba(17, 183, 199, 0.55) 1px, transparent 1px);
  background-size: 9px 9px;
  content: "";
  height: 260px;
  opacity: 0.35;
  position: absolute;
  right: 12%;
  top: 120px;
  width: 360px;
}

.page-hero .hero-title,
.archive-hero .hero-title,
.form-section .hero-title {
  color: var(--nd-navy);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.02;
  margin-bottom: 12px;
  max-width: 680px;
}

.page-hero .hero-title span,
.archive-hero .hero-title span,
.form-section .hero-title span {
  color: var(--nd-teal);
}

.page-hero p,
.archive-hero p,
.form-page-head p {
  color: #314071;
  font-size: 16px;
  line-height: 1.45;
  max-width: 570px;
}

.breadcrumb {
  color: var(--nd-blue);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 24px;
}

.breadcrumb span {
  color: var(--nd-muted);
  margin: 0 10px;
}

.rich-hero-grid,
.lab-hero-grid,
.dataset-hero-grid {
  align-items: center;
  gap: 50px;
  grid-template-columns: minmax(0, 0.86fr) minmax(500px, 1.14fr);
}

.rich-page-hero .mission-card,
.about-mission-card,
.dataset-hero-visual,
.lab-visual,
.how-visual,
.form-hero-map {
  background:
    radial-gradient(circle at 62% 50%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.55) 18%, transparent 19%),
    radial-gradient(circle at 50% 50%, transparent 0 38%, rgba(7, 95, 232, 0.15) 39% 39.5%, transparent 40%),
    radial-gradient(circle at 50% 50%, transparent 0 52%, rgba(7, 95, 232, 0.12) 53% 53.5%, transparent 54%),
    radial-gradient(rgba(17, 183, 199, 0.38) 1px, transparent 1px);
  background-size: auto, auto, auto, 10px 10px;
  border: 0;
  box-shadow: none;
  min-height: 270px;
  position: relative;
}

.about-mission-card::after,
.dataset-hero-visual::after,
.lab-visual::after,
.how-visual::after,
.form-hero-map::after {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--nd-line);
  border-radius: 50%;
  box-shadow: 0 16px 44px rgba(8, 26, 90, 0.1);
  color: var(--nd-teal);
  content: "N";
  display: flex;
  font-size: 44px;
  font-weight: 900;
  height: 104px;
  justify-content: center;
  left: 48%;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 104px;
}

.about-mission-head,
.about-mission-metrics {
  display: none;
}

.insight-grid,
.how-signal-grid,
.lab-strip-grid {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--nd-line);
  border-top: 1px solid var(--nd-line);
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
}

.insight-card,
.how-signal-grid article,
.lab-strip span {
  background: transparent;
  border: 0;
  border-right: 1px solid var(--nd-line);
  border-radius: 0;
  box-shadow: none;
  padding: 18px 24px;
}

.insight-card:last-child,
.how-signal-grid article:last-child,
.lab-strip span:last-child {
  border-right: 0;
}

.insight-card {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 48px 1fr;
}

.insight-card h2 {
  font-size: 16px;
  margin-bottom: 4px;
}

.insight-card p {
  font-size: 13px;
  margin: 0;
}

.split-section,
.about-workflow-section,
.lab-section,
.lab-datasets-section {
  background: #fff;
  padding: 24px 0;
}

.about-principles-grid,
.about-workflow-card {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: 0.85fr 1.15fr;
}

.about-principles-grid h2,
.about-workflow-card h2,
.lab-section .section-heading h2,
.lab-datasets-layout h2 {
  font-size: clamp(24px, 2.6vw, 34px);
  max-width: 560px;
}

.principle-list article,
.about-workflow-list article,
.form-side-card,
.dataset-filter-shell,
.dataset-empty-state {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(8, 26, 90, 0.045);
}

.principle-list article,
.about-workflow-list article {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 56px 1fr;
  padding: 18px 22px;
}

.about-discipline-card {
  background: linear-gradient(135deg, rgba(17, 183, 199, 0.08), rgba(7, 95, 232, 0.05));
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  margin-top: 24px;
  padding: 18px;
}

.about-network-section {
  background: linear-gradient(180deg, #fff, #f7fbff);
  padding: 16px 0;
}

.about-network-card {
  align-items: center;
  background:
    radial-gradient(circle at 85% 35%, rgba(17, 183, 199, 0.18), transparent 24%),
    radial-gradient(rgba(17, 183, 199, 0.35) 1px, transparent 1px),
    #fff;
  background-position: center, right 20px center, center;
  background-size: auto, 9px 9px, auto;
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  display: grid;
  gap: 28px;
  grid-template-columns: 1.1fr 1fr;
  padding: 24px 28px;
}

.about-network-card h2 {
  font-size: 24px;
  max-width: 560px;
}

.about-network-card p {
  color: var(--nd-muted);
  font-size: 14px;
  margin: 0;
  max-width: 640px;
}

.about-network-metrics {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.about-network-metrics article {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  padding: 18px;
  text-align: center;
}

.about-network-metrics strong {
  color: var(--nd-blue);
  display: block;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 6px;
}

.about-network-metrics span {
  color: var(--nd-muted);
  font-size: 12px;
  font-weight: 700;
}

.how-hero .rich-hero-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
}

.how-hero h1 {
  max-width: 560px;
}

.how-visual {
  min-height: 230px;
}

.how-card-main {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #cfe0f6;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(8, 26, 90, 0.08);
  left: 4%;
  padding: 16px;
  top: 20px;
  width: 230px;
}

.how-card-chip {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #cfe0f6;
  border-radius: 8px;
  bottom: 26px;
  box-shadow: 0 18px 42px rgba(8, 26, 90, 0.08);
  right: 4%;
}

.how-section-heading {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  text-align: center;
}

.how-section-heading h2 {
  font-size: 24px;
}

.how-timeline {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.how-timeline article {
  border: 0;
  border-right: 1px solid var(--nd-line);
  border-radius: 0;
  box-shadow: none;
  min-height: 210px;
  padding: 20px 24px;
}

.how-timeline article:nth-child(n+5) {
  display: none;
}

.how-timeline article:last-child {
  border-right: 0;
}

.lab-hero {
  padding-bottom: 18px;
}

.lab-hero h1 {
  font-size: clamp(38px, 4.2vw, 58px);
  max-width: 440px;
}

.lab-visual {
  min-height: 300px;
}

.lab-score-card {
  right: 3%;
  top: 42px;
  width: 310px;
}

.lab-chip-card {
  display: none;
}

.lab-strip {
  background: #fff;
  border-bottom: 1px solid var(--nd-line);
  border-top: 0;
}

.lab-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(6, 1fr);
}

.lab-card,
.lab-benefit-grid article {
  background: #fff;
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(8, 26, 90, 0.04);
  padding: 18px;
}

.lab-card h3,
.lab-benefit-grid h3,
.lab-dataset-list h3 {
  font-size: 15px;
}

.lab-card p,
.lab-benefit-grid p,
.lab-dataset-list p {
  font-size: 13px;
}

.lab-datasets-layout {
  align-items: center;
  grid-template-columns: 0.85fr 1.15fr;
}

.lab-dataset-list article {
  align-items: center;
  grid-template-columns: 56px 1fr;
  padding: 16px 20px;
}

.lab-benefit-grid {
  gap: 18px;
}

.dataset-archive-hero {
  padding-bottom: 36px;
}

.dataset-hero-grid {
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
}

.dataset-hero-visual {
  min-height: 260px;
}

.dataset-preview-card,
.dataset-preview-chip {
  display: none;
}

.dataset-coming-layout {
  display: grid;
  gap: 22px;
}

.dataset-filter-shell {
  background:
    radial-gradient(circle at 9% 50%, rgba(17, 183, 199, 0.13), transparent 18%),
    #fff;
  padding: 24px;
}

.dataset-search-control {
  display: block;
  margin-left: auto;
  max-width: 600px;
}

.dataset-search-control > span,
.dataset-filter-row label > span {
  color: var(--nd-navy);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.dataset-search-control input,
.dataset-filter-row select {
  appearance: none;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(17, 183, 199, 0.32), rgba(7, 95, 232, 0.18)) border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(7, 37, 95, 0.04);
  color: var(--nd-ink);
  font: inherit;
  min-height: 50px;
  outline: none;
  padding: 0 16px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  width: 100%;
}

.dataset-search-control input {
  color: var(--nd-muted);
  font-size: 18px;
}

.dataset-search-control input:focus,
.dataset-filter-row select:focus {
  box-shadow: 0 0 0 4px rgba(17, 183, 199, 0.12), 0 14px 28px rgba(7, 37, 95, 0.08);
}

.dataset-filter-row label {
  display: block;
  min-width: 0;
  position: relative;
}

.dataset-filter-row label::after {
  border-bottom: 2px solid var(--nd-blue);
  border-right: 2px solid var(--nd-blue);
  content: "";
  height: 7px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 43px;
  transform: rotate(45deg);
  width: 7px;
}

.dataset-filter-row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
}

.dataset-filter-row select {
  cursor: pointer;
  padding-right: 40px;
}

.dataset-filter-shell.has-active-filters {
  background:
    radial-gradient(circle at 9% 50%, rgba(17, 183, 199, 0.18), transparent 20%),
    radial-gradient(circle at 92% 12%, rgba(7, 95, 232, 0.08), transparent 22%),
    #fff;
}

.dataset-filter-status {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.dataset-filter-status span {
  color: var(--nd-muted);
  font-size: 13px;
  font-weight: 800;
}

[data-dataset-clear-filters] {
  background: transparent;
  border: 0;
  color: var(--nd-blue);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  padding: 0;
}

[data-dataset-clear-filters][hidden] {
  display: none;
}

.dataset-empty-state {
  background:
    radial-gradient(circle at 12% 52%, rgba(17, 183, 199, 0.1), transparent 18%),
    radial-gradient(circle at 88% 30%, rgba(7, 95, 232, 0.08), transparent 22%),
    #fff;
  padding: 34px;
  text-align: center;
}

.dataset-empty-state h2 {
  font-size: 28px;
}

.form-page-head {
  align-items: end;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  margin-bottom: 26px;
  position: relative;
}

.form-hero-map {
  min-height: 170px;
}

.form-hero-map span {
  display: none;
}

.form-layout {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

/* Shared dotted LatAm map treatment */
.mock-map-visual,
.dataset-hero-visual,
.form-hero-map {
  background: transparent;
  overflow: hidden;
}

.mock-map-visual::before,
.dataset-hero-visual::before {
  display: none;
}

.mock-map-visual::after,
.dataset-hero-visual::after,
.form-hero-map::after {
  background: rgba(255, 255, 255, 0.92);
  top: 47%;
  z-index: 1;
}

.mock-latam-map,
.dataset-latam-map,
.form-latam-map {
  color: rgba(17, 183, 199, 0.78);
  fill: none;
  height: 330px;
  opacity: 0.95;
  pointer-events: none;
  position: absolute;
  stroke: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  top: 50%;
  width: 700px;
  z-index: 0;
}

.mock-latam-map pattern circle,
.dataset-latam-map pattern circle,
.form-latam-map pattern circle {
  fill: currentColor;
}

.mock-latam-map .map-land,
.dataset-latam-map .map-land,
.form-latam-map .map-land {
  fill: url(#hero-map-dots);
  opacity: 1;
  stroke: none;
}

.mock-latam-map .map-line,
.dataset-latam-map .map-line,
.form-latam-map .map-line {
  fill: none;
  stroke: rgba(7, 95, 232, 0.15);
  stroke-width: 1.2;
}

.mock-latam-map .map-line-soft,
.dataset-latam-map .map-line-soft,
.form-latam-map .map-line-soft {
  stroke: rgba(17, 183, 199, 0.16);
}

.mock-latam-map .map-node,
.dataset-latam-map .map-node,
.form-latam-map .map-node {
  fill: var(--nd-teal);
}

.mock-map-visual > :not(.mock-latam-map),
.dataset-hero-visual > :not(.dataset-latam-map),
.form-hero-map > :not(.form-latam-map) {
  position: relative;
  z-index: 2;
}

.about-latam-map {
  left: 49%;
  transform: translate(-50%, -50%) scale(1.13, 1.02);
  width: 760px;
}

.process-latam-map {
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%) scale(1.06, 0.98);
  width: 720px;
}

.lab-latam-map {
  left: 52%;
  top: 51%;
  transform: translate(-50%, -50%) scale(1.18, 1.04);
  width: 780px;
}

.dataset-latam-map {
  height: 300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.05, 0.98);
  width: 680px;
}

.form-latam-map {
  height: 250px;
  left: 56%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.18, 0.94);
  width: 700px;
}

.mock-map-visual > .map-badge,
.mock-map-visual > .process-float,
.mock-map-visual > .lab-preview-card {
  position: absolute;
}

.about-map .badge-shield {
  left: 17%;
  top: 20%;
}

.about-map .badge-people {
  right: 14%;
  top: 24%;
}

.about-map .badge-doc {
  bottom: 18%;
  right: 12%;
}

.process-map .process-float {
  width: 184px;
}

.process-map .process-float-left {
  left: 8%;
  top: 74px;
}

.process-map .process-float-right {
  right: 8%;
  top: 74px;
}

.process-map .process-float-left.low {
  left: 18%;
  top: 210px;
}

.process-map .process-float-right.low {
  right: 18%;
  top: 210px;
}

.lab-map .lab-preview-card {
  right: 5%;
  top: 72px;
  width: min(330px, 48%);
}

/* Final explicit LatAm map reuse across internal heroes */
.mock-map-visual,
.dataset-hero-visual,
.form-hero-map {
  isolation: isolate;
  overflow: hidden !important;
}

.mock-latam-map,
.dataset-latam-map,
.form-latam-map {
  color: rgba(17, 183, 199, 0.72);
}

.mock-latam-map .map-land,
.dataset-latam-map .map-land,
.form-latam-map .map-land {
  fill: url(#hero-map-dots) !important;
  opacity: 1 !important;
  stroke: none !important;
}

.mock-latam-map .map-line,
.dataset-latam-map .map-line,
.form-latam-map .map-line {
  stroke: rgba(7, 95, 232, 0.13);
}

.mock-latam-map .map-line-soft,
.dataset-latam-map .map-line-soft,
.form-latam-map .map-line-soft {
  stroke: rgba(17, 183, 199, 0.16);
}

.mock-map-visual > :not(.mock-latam-map),
.dataset-hero-visual > :not(.dataset-latam-map),
.form-hero-map > :not(.form-latam-map) {
  z-index: 3;
}

.mock-map-visual::after,
.dataset-hero-visual::after,
.form-hero-map::after {
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.78) 58%, rgba(255, 255, 255, 0.2) 72%);
  box-shadow:
    0 0 0 11px rgba(255, 255, 255, 0.44),
    0 0 0 24px rgba(17, 183, 199, 0.06),
    0 18px 52px rgba(8, 26, 90, 0.12);
  z-index: 2;
}

.about-latam-map {
  height: 330px;
  left: 51%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.24, 1.03);
  width: 780px;
}

.about-map::after {
  left: 46%;
  top: 49%;
}

.about-map .map-badge {
  min-width: 112px;
}

.about-map .badge-shield {
  left: 18%;
  top: 20%;
}

.about-map .badge-people {
  right: 14%;
  top: 21%;
}

.about-map .badge-doc {
  bottom: 18%;
  right: 13%;
}

.process-latam-map {
  height: 320px;
  left: 51%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.22, 0.98);
  width: 760px;
}

.process-map::after {
  left: 50%;
  top: 48%;
}

.process-map .process-float {
  grid-template-columns: 36px minmax(0, 1fr);
  min-height: 66px;
  padding: 13px 15px;
  width: 205px;
}

.process-map .process-float small {
  display: none;
}

.process-map .process-float-left {
  left: 10%;
  top: 78px;
}

.process-map .process-float-right {
  right: 10%;
  top: 78px;
}

.process-map .process-float-left.low {
  left: 20%;
  top: 214px;
}

.process-map .process-float-right.low {
  right: 20%;
  top: 214px;
}

.lab-latam-map {
  height: 330px;
  left: 46%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.28, 1.02);
  width: 800px;
}

.lab-map::after {
  left: 44%;
  top: 49%;
}

.lab-map .lab-preview-card {
  right: 6%;
  top: 78px;
  width: min(300px, 44%);
}

.dataset-latam-map {
  height: 300px;
  left: 54%;
  top: 49%;
  transform: translate(-50%, -50%) scale(1.16, 0.96);
  width: 720px;
}

.dataset-hero-visual::after {
  left: 51%;
  top: 49%;
}

.form-latam-map {
  height: 245px;
  left: 57%;
  top: 49%;
  transform: translate(-50%, -50%) scale(1.18, 0.92);
  width: 720px;
}

.form-hero-map::after {
  left: 53%;
  top: 49%;
}
/* Form side panels: restore ordered card layout after map overrides */
.form-side {
  display: grid;
  gap: 14px;
}

.form-side-card {
  padding: 22px 24px;
}

.form-side-card h3 {
  color: var(--nd-navy);
  font-size: 18px;
  line-height: 1.15;
  margin: 0 0 10px;
}

.form-side-card p {
  color: var(--nd-muted);
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 12px;
}

.form-side-split {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-side-split > div + div {
  border-left: 1px solid var(--nd-line);
  padding-left: 22px;
}

.form-side-split.compact > p + p {
  border-left: 1px solid var(--nd-line);
  padding-left: 22px;
}

.next-list {
  counter-reset: request-step;
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.next-list li {
  counter-increment: request-step;
  display: grid;
  gap: 2px 12px;
  grid-template-columns: 30px minmax(0, 1fr);
}

.next-list li::before {
  align-items: center;
  background: linear-gradient(135deg, var(--nd-teal), var(--nd-blue));
  border-radius: 999px;
  color: #fff;
  content: counter(request-step);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.next-list strong,
.next-list span {
  grid-column: 2;
}

.next-list strong {
  color: var(--nd-navy);
  font-size: 14px;
  line-height: 1.2;
}

.next-list span {
  color: var(--nd-muted);
  font-size: 12.5px;
  line-height: 1.35;
}

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

.check-list.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.check-list li {
  color: var(--nd-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  padding-left: 20px;
  position: relative;
}

.check-list li::before {
  color: var(--nd-teal);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}

.response-card strong {
  color: var(--nd-blue);
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  .form-side-split,
  .check-list.two-col {
    grid-template-columns: 1fr;
  }

  .form-side-split > div + div,
  .form-side-split.compact > p + p {
    border-left: 0;
    border-top: 1px solid var(--nd-line);
    padding-left: 0;
    padding-top: 16px;
  }
}

/* Replicate the explicit dotted LatAm map from the home hero on internal pages. */
.mock-map-visual,
.dataset-hero-visual,
.form-hero-map {
  background: transparent !important;
  overflow: hidden !important;
}

.mock-map-visual::before,
.dataset-hero-visual::before,
.form-hero-map::before {
  display: none !important;
}

.mock-latam-map,
.dataset-latam-map,
.form-latam-map {
  color: rgba(17, 183, 199, 0.76) !important;
  filter: drop-shadow(0 18px 38px rgba(8, 26, 90, 0.05));
}

.mock-latam-map .map-land,
.dataset-latam-map .map-land,
.form-latam-map .map-land {
  fill: url(#hero-map-dots) !important;
  opacity: 1 !important;
  stroke: none !important;
}

.mock-latam-map .map-line,
.dataset-latam-map .map-line,
.form-latam-map .map-line {
  stroke: rgba(7, 95, 232, 0.16) !important;
  stroke-width: 1.15 !important;
}

.mock-latam-map .map-line-soft,
.dataset-latam-map .map-line-soft,
.form-latam-map .map-line-soft {
  stroke: rgba(17, 183, 199, 0.18) !important;
}

.mock-latam-map .map-node,
.dataset-latam-map .map-node,
.form-latam-map .map-node {
  fill: var(--nd-teal) !important;
  filter: drop-shadow(0 0 5px rgba(17, 183, 199, 0.34));
}

.mock-map-visual::after,
.dataset-hero-visual::after,
.form-hero-map::after {
  left: 52% !important;
  top: 42% !important;
  z-index: 2 !important;
}

.about-latam-map {
  height: 350px !important;
  left: 54% !important;
  top: 49% !important;
  transform: translate(-50%, -50%) scale(1.34, 0.98) !important;
  width: 900px !important;
}

.about-map::after {
  left: 52% !important;
  top: 43% !important;
}

.process-latam-map {
  height: 332px !important;
  left: 55% !important;
  top: 49% !important;
  transform: translate(-50%, -50%) scale(1.28, 0.96) !important;
  width: 870px !important;
}

.process-map::after {
  left: 52% !important;
  top: 43% !important;
}

.lab-latam-map {
  height: 350px !important;
  left: 55% !important;
  top: 49% !important;
  transform: translate(-50%, -50%) scale(1.32, 0.98) !important;
  width: 900px !important;
}

.lab-map::after {
  left: 51% !important;
  top: 43% !important;
}

.dataset-latam-map {
  height: 305px !important;
  left: 56% !important;
  top: 48% !important;
  transform: translate(-50%, -50%) scale(1.26, 0.94) !important;
  width: 820px !important;
}

.dataset-hero-visual::after {
  left: 53% !important;
  top: 42% !important;
}

.form-latam-map {
  height: 260px !important;
  left: 58% !important;
  top: 47% !important;
  transform: translate(-50%, -50%) scale(1.28, 0.9) !important;
  width: 820px !important;
}

.form-hero-map::after {
  left: 54% !important;
  top: 41% !important;
}

/* Keep the map explicit and clean: dotted LatAm only, no orbit lines or nodes. */
.hero-map .map-line,
.hero-map .map-line-soft,
.hero-map .map-node,
.mock-latam-map .map-line,
.mock-latam-map .map-line-soft,
.mock-latam-map .map-node,
.dataset-latam-map .map-line,
.dataset-latam-map .map-line-soft,
.dataset-latam-map .map-node,
.form-latam-map .map-line,
.form-latam-map .map-line-soft,
.form-latam-map .map-node,
.orbit {
  display: none !important;
}

.hero-core,
.mock-map-visual::after,
.dataset-hero-visual::after,
.form-hero-map::after {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Home hero: match the mockup composition with a clean dotted LatAm map. */
.home .hero-visual,
.front-page .hero-visual {
  min-height: 398px;
}

.home .hero-map,
.front-page .hero-map {
  color: rgba(17, 183, 199, 0.86) !important;
  height: 356px !important;
  left: 48% !important;
  top: 44% !important;
  transform: translate(-50%, -50%) scale(1.42, 0.88) !important;
  transform-origin: center !important;
  width: 790px !important;
}

.home .hero-core,
.front-page .hero-core {
  color: var(--nd-teal) !important;
  display: block !important;
  font-size: 48px !important;
  font-weight: 800 !important;
  height: auto !important;
  left: 54% !important;
  line-height: 1 !important;
  top: 32% !important;
  transform: translate(-50%, -50%) !important;
  width: auto !important;
}

.home .qa-card,
.front-page .qa-card {
  left: 6% !important;
  top: 49% !important;
}

.home .license-card,
.front-page .license-card {
  right: 4% !important;
  top: 30% !important;
}

/* About page operating model: prevent inline SVGs from rendering as oversized filled shapes. */
.about-operations-section .about-lower-grid {
  align-items: start;
  gap: 34px;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.86fr);
}

.operations-panel {
  min-width: 0;
}

.operations-card-grid {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.operations-card-grid article {
  align-items: center;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 252, 255, 0.94) 100%);
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(8, 26, 90, 0.045);
  display: grid;
  gap: 16px;
  grid-template-columns: 48px minmax(0, 1fr);
  padding: 16px 18px;
}

.operations-card-grid article > span {
  align-items: center;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-teal), var(--nd-blue)) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  color: var(--nd-teal);
  display: flex;
  height: 46px;
  justify-content: center;
  min-width: 46px;
  width: 46px;
}

.operations-card-grid svg {
  fill: none !important;
  height: 24px !important;
  max-height: 24px !important;
  max-width: 24px !important;
  stroke: currentColor !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 24px !important;
}

.operations-card-grid h3 {
  color: var(--nd-navy);
  font-size: 17px;
  line-height: 1.12;
  margin: 0 0 5px;
}

.operations-card-grid p {
  color: var(--nd-muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

@media (max-width: 920px) {
  .about-operations-section .about-lower-grid {
    grid-template-columns: 1fr;
  }
}

/* Process CTA: compact finished layout instead of stretched grid cells. */
.process-bottom-cta .cta-box {
  align-items: center !important;
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr) auto !important;
  padding: 34px 38px !important;
}

.process-bottom-cta .cta-copy h2 {
  font-size: clamp(24px, 2.3vw, 34px) !important;
  line-height: 1.08 !important;
  margin: 0 0 8px !important;
  max-width: 760px;
}

.process-bottom-cta .cta-copy p {
  color: #314071 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  max-width: 560px;
}

.process-bottom-cta .cta-proof-list {
  display: grid;
  gap: 12px;
}

.process-bottom-cta .cta-mini-proof {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--nd-line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(8, 26, 90, 0.055);
  display: grid;
  gap: 12px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 13px 15px;
}

.process-bottom-cta .cta-mini-proof span {
  align-items: center;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--nd-teal), var(--nd-blue)) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  color: var(--nd-blue);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.process-bottom-cta .cta-mini-proof svg {
  fill: none !important;
  height: 22px !important;
  stroke: currentColor !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 22px !important;
}

.process-bottom-cta .cta-mini-proof strong {
  color: var(--nd-navy);
  display: block;
  font-size: 15px;
  line-height: 1.15;
  margin-bottom: 3px;
}

.process-bottom-cta .cta-mini-proof small {
  color: var(--nd-muted);
  display: block;
  font-size: 12px;
  line-height: 1.35;
}

.process-bottom-cta .cta-action {
  justify-self: end;
  min-width: 190px;
}

.process-bottom-cta .cta-action .button {
  justify-content: center;
  min-width: 190px;
  width: auto !important;
}

@media (max-width: 1080px) {
  .process-bottom-cta .cta-box {
    grid-template-columns: 1fr !important;
  }

  .process-bottom-cta .cta-proof-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-bottom-cta .cta-action {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .process-bottom-cta .cta-box {
    padding: 26px 20px !important;
  }

  .process-bottom-cta .cta-proof-list {
    grid-template-columns: 1fr;
  }

  .process-bottom-cta .cta-action,
  .process-bottom-cta .cta-action .button {
    width: 100% !important;
  }
}

/* How-it-works hero chips: title-only cards to avoid broken wrapped body text. */
.process-map .process-float {
  align-items: center !important;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  min-height: 86px !important;
  padding: 18px 20px !important;
  width: 260px !important;
}

.process-map .process-float span {
  height: 48px !important;
  width: 48px !important;
}

.process-map .process-float strong {
  color: var(--nd-navy) !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
}

.process-map .process-float small {
  display: none !important;
}

@media (max-width: 760px) {
  .process-map .process-float {
    width: min(330px, calc(100% - 28px)) !important;
  }
}

/* Final hero system: consistent, product-grade composition across the site. */
html,
body {
  overflow-x: hidden;
}

.hero,
.page-hero,
.blog-hero,
.archive-hero {
  background:
    radial-gradient(circle at 78% 12%, rgba(17, 183, 199, 0.16), transparent 26%),
    radial-gradient(circle at 15% 16%, rgba(243, 163, 68, 0.08), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%) !important;
  border-bottom: 1px solid var(--nd-line);
  overflow: hidden;
  padding: 118px 0 56px !important;
  position: relative;
}

.hero::before,
.hero::after,
.page-hero::before,
.page-hero::after,
.blog-hero::before,
.blog-hero::after,
.archive-hero::before,
.archive-hero::after {
  display: none !important;
}

.hero-grid,
.mock-hero-grid,
.dataset-hero-grid,
.blog-hero-grid {
  align-items: center !important;
  display: grid !important;
  gap: clamp(34px, 5vw, 78px) !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr) !important;
  min-height: 0 !important;
}

.hero-copy,
.mock-hero-grid > div:first-child,
.dataset-hero-grid > div:first-child,
.blog-hero-grid > div:first-child {
  min-width: 0;
  position: relative;
  z-index: 4;
}

.hero h1,
.hero-title,
.page-hero .hero-title,
.archive-hero .hero-title,
.blog-hero .hero-title {
  color: var(--nd-navy) !important;
  font-size: clamp(46px, 5.25vw, 72px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 0.98 !important;
  margin: 0 0 18px !important;
  max-width: 780px !important;
  text-wrap: balance;
}

.hero h1 {
  font-size: clamp(48px, 5vw, 68px) !important;
  max-width: 690px !important;
}

.hero-title span,
.hero h1 span {
  color: var(--nd-teal) !important;
}

.hero-lede,
.mock-hero-grid > div:first-child > p:not(.eyebrow),
.dataset-hero-grid > div:first-child > p:not(.eyebrow),
.blog-hero-grid > div:first-child > p:not(.eyebrow) {
  color: #314071 !important;
  font-size: clamp(17px, 1.45vw, 21px) !important;
  line-height: 1.52 !important;
  margin: 0 0 24px !important;
  max-width: 680px !important;
}

.eyebrow {
  color: var(--nd-ink) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  margin-bottom: 22px !important;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 18px !important;
}

.hero-proof-grid {
  border: 1px solid rgba(207, 224, 246, 0.95);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(8, 26, 90, 0.07);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 2px 0 18px;
  max-width: 620px;
  overflow: hidden;
}

.hero-proof-grid span {
  background: rgba(255, 255, 255, 0.82);
  border-right: 1px solid var(--nd-line);
  color: var(--nd-ink);
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 5px;
  line-height: 1.25;
  min-height: 70px;
  padding: 14px 16px;
}

.hero-proof-grid span:last-child {
  border-right: 0;
}

.hero-proof-grid strong {
  color: var(--nd-teal);
  font-size: 12px;
  letter-spacing: 0;
}

.hero-checks {
  gap: 16px 24px !important;
}

.hero-checks li {
  color: var(--nd-ink);
  font-size: 14px !important;
}

.hero-visual,
.mock-map-visual,
.dataset-hero-visual,
.blog-orbit {
  background:
    radial-gradient(circle at 62% 42%, rgba(255, 255, 255, 0.82), transparent 18%),
    radial-gradient(circle at 64% 44%, transparent 0 39%, rgba(7, 95, 232, 0.13) 39.5% 40%, transparent 40.5%),
    radial-gradient(circle at 42% 52%, rgba(17, 183, 199, 0.1), transparent 28%) !important;
  border: 0 !important;
  box-shadow: none !important;
  isolation: isolate;
  min-height: 430px !important;
  overflow: visible !important;
  padding: 0 !important;
  position: relative !important;
}

.hero-visual::before,
.mock-map-visual::before,
.dataset-hero-visual::before,
.blog-orbit::before {
  background-image: radial-gradient(rgba(17, 183, 199, 0.5) 1.35px, transparent 1.35px);
  background-size: 11px 11px;
  border-radius: 50%;
  content: "" !important;
  display: block !important;
  height: min(390px, 72vw);
  opacity: 0.42;
  position: absolute;
  right: 4%;
  top: 4%;
  width: min(390px, 72vw);
  z-index: 0;
}

.hero-map,
.mock-latam-map,
.dataset-latam-map {
  color: rgba(17, 183, 199, 0.76) !important;
  filter: drop-shadow(0 18px 38px rgba(8, 26, 90, 0.05));
  height: 360px !important;
  left: 50% !important;
  opacity: 0.96 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translate(-50%, -50%) scale(1.12, 0.96) !important;
  width: min(760px, 118%) !important;
  z-index: 1 !important;
}

.hero-map .map-line,
.hero-map .map-line-soft,
.hero-map .map-node,
.mock-latam-map .map-line,
.mock-latam-map .map-line-soft,
.mock-latam-map .map-node,
.dataset-latam-map .map-line,
.dataset-latam-map .map-line-soft,
.dataset-latam-map .map-node {
  display: none !important;
}

.hero-core,
.mock-map-visual::after,
.dataset-hero-visual::after {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--nd-teal) !important;
  content: "N" !important;
  display: flex !important;
  font-size: 50px !important;
  font-weight: 900 !important;
  height: auto !important;
  justify-content: center !important;
  left: 50% !important;
  line-height: 1 !important;
  position: absolute !important;
  top: 42% !important;
  transform: translate(-50%, -50%) !important;
  width: auto !important;
  z-index: 2 !important;
}

.floating-card,
.map-badge,
.process-float,
.lab-preview-card,
.dataset-preview-card,
.blog-orbit article,
.blog-chip {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid #cfe0f6 !important;
  border-radius: 8px !important;
  box-shadow: 0 22px 48px rgba(8, 26, 90, 0.11) !important;
  color: var(--nd-navy) !important;
  position: absolute;
  z-index: 4 !important;
}

.floating-card {
  padding: 20px !important;
  width: min(292px, 46%) !important;
}

.floating-card h2 {
  font-size: 19px !important;
  line-height: 1.15 !important;
}

.floating-card li {
  font-size: 15px !important;
}

.qa-card {
  bottom: 22px !important;
  left: 0 !important;
  top: auto !important;
}

.license-card {
  right: 0 !important;
  top: 64px !important;
}

.card-icon,
.process-float span,
.lab-preview-card > span,
.map-badge svg {
  background: linear-gradient(135deg, var(--nd-teal), var(--nd-blue)) !important;
  border-radius: 8px !important;
  color: #fff !important;
}

.map-badge,
.process-float {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  min-height: 74px;
  padding: 15px 18px !important;
  width: 230px !important;
}

.map-badge svg,
.process-float svg {
  fill: none !important;
  height: 22px !important;
  stroke: currentColor !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 22px !important;
}

.map-badge strong,
.process-float strong {
  color: var(--nd-navy);
  font-size: 16px;
  line-height: 1.15;
}

.process-float small {
  display: none !important;
}

.about-map .badge-shield {
  left: 4% !important;
  top: 78px !important;
}

.about-map .badge-people {
  right: 2% !important;
  top: 122px !important;
}

.about-map .badge-doc {
  bottom: 42px !important;
  right: 13% !important;
}

.process-map .process-float-left {
  left: 0 !important;
  top: 48px !important;
}

.process-map .process-float-right {
  right: 0 !important;
  top: 72px !important;
}

.process-map .process-float-left.low {
  left: 14% !important;
  top: auto !important;
  bottom: 48px !important;
}

.process-map .process-float-right.low {
  right: 10% !important;
  top: auto !important;
  bottom: 22px !important;
}

.lab-preview-card {
  padding: 24px !important;
  right: 3% !important;
  top: 72px !important;
  width: min(340px, 52%) !important;
}

.lab-preview-card h2 {
  font-size: 22px !important;
  margin: 14px 0 10px !important;
}

.lab-preview-card p {
  color: var(--nd-muted) !important;
  font-size: 14px !important;
}

.dataset-preview-card {
  display: block !important;
  left: 2% !important;
  max-width: 320px !important;
  padding: 22px !important;
  top: 72px !important;
  width: 42% !important;
}

.dataset-preview-chip {
  background: linear-gradient(135deg, var(--nd-orange), #ffd18d) !important;
  border: 0 !important;
  border-radius: 8px !important;
  bottom: 48px !important;
  box-shadow: 0 18px 38px rgba(243, 163, 68, 0.2) !important;
  color: var(--nd-navy) !important;
  display: block !important;
  font-weight: 900 !important;
  padding: 16px 22px !important;
  position: absolute !important;
  right: 8% !important;
  z-index: 4 !important;
}

.blog-orbit article {
  left: 6% !important;
  max-width: 360px !important;
  padding: 28px !important;
  top: 56px !important;
  width: min(360px, 64%) !important;
}

.blog-orbit-ring {
  border-color: rgba(7, 95, 232, 0.16) !important;
  height: 310px !important;
  right: 4% !important;
  top: 44px !important;
  width: 310px !important;
}

.blog-chip-grid {
  bottom: 42px !important;
  right: 6% !important;
  width: min(260px, 44%) !important;
}

.blog-chip {
  background: linear-gradient(135deg, var(--nd-orange), #ffd18d) !important;
  position: static !important;
}

.blog-chip-secondary {
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--nd-blue) !important;
}

@media (max-width: 1180px) {
  .hero-grid,
  .mock-hero-grid,
  .dataset-hero-grid,
  .blog-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .hero-visual,
  .mock-map-visual,
  .dataset-hero-visual,
  .blog-orbit {
    margin: 0 auto;
    max-width: 760px;
    width: 100%;
  }
}

/* AI Labs hero: use the same dotted LatAm map system with compact badges. */
.lab-map .lab-preview-card {
  display: none !important;
}

.lab-map .lab-latam-map {
  height: 360px !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) scale(1.12, 0.96) !important;
  width: min(760px, 118%) !important;
}

.map-badge svg {
  align-items: center;
  display: flex;
  height: 42px !important;
  justify-content: center;
  padding: 10px;
  width: 42px !important;
}

.lab-map .lab-badge-data {
  left: 2% !important;
  top: 74px !important;
}

.lab-map .lab-badge-qa {
  right: 2% !important;
  top: 112px !important;
}

.lab-map .lab-badge-delivery {
  bottom: 46px !important;
  right: 16% !important;
}

@media (max-width: 760px) {
  .lab-map .lab-badge-data {
    left: 14px !important;
    top: 52px !important;
  }

  .lab-map .lab-badge-qa {
    right: 14px !important;
    top: 180px !important;
  }

  .lab-map .lab-badge-delivery {
    bottom: 28px !important;
    left: 14px !important;
    right: auto !important;
  }
}

@media (max-width: 760px) {
  .hero,
  .page-hero,
  .blog-hero,
  .archive-hero {
    padding: 104px 0 38px !important;
  }

  .hero h1,
  .hero-title,
  .page-hero .hero-title,
  .archive-hero .hero-title,
  .blog-hero .hero-title {
    font-size: 40px !important;
    line-height: 1.02 !important;
  }

  .hero-lede,
  .mock-hero-grid > div:first-child > p:not(.eyebrow),
  .dataset-hero-grid > div:first-child > p:not(.eyebrow),
  .blog-hero-grid > div:first-child > p:not(.eyebrow) {
    font-size: 17px !important;
  }

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

  .hero-proof-grid span {
    border-bottom: 1px solid var(--nd-line);
    border-right: 0;
    min-height: 0;
  }

  .hero-proof-grid span:last-child {
    border-bottom: 0;
  }

  .hero-visual,
  .mock-map-visual,
  .dataset-hero-visual,
  .blog-orbit {
    min-height: 540px !important;
    overflow: hidden !important;
  }

  .hero-map,
  .mock-latam-map,
  .dataset-latam-map {
    height: 300px !important;
    left: 54% !important;
    top: 41% !important;
    width: 620px !important;
  }

  .hero-core,
  .mock-map-visual::after,
  .dataset-hero-visual::after {
    font-size: 42px !important;
    top: 35% !important;
  }

  .floating-card,
  .map-badge,
  .process-float,
  .lab-preview-card,
  .dataset-preview-card,
  .blog-orbit article {
    width: min(330px, calc(100% - 28px)) !important;
  }

  .qa-card,
  .about-map .badge-shield,
  .process-map .process-float-left,
  .dataset-preview-card,
  .blog-orbit article {
    left: 14px !important;
    top: 52px !important;
  }

  .license-card,
  .about-map .badge-people,
  .process-map .process-float-right,
  .lab-preview-card {
    right: 14px !important;
    top: 180px !important;
  }

  .qa-card {
    bottom: auto !important;
    top: 276px !important;
  }

  .license-card {
    bottom: auto !important;
    top: 58px !important;
  }

  .home .qa-card,
  .front-page .qa-card {
    bottom: auto !important;
    left: 14px !important;
    right: auto !important;
    top: 276px !important;
  }

  .home .license-card,
  .front-page .license-card {
    bottom: auto !important;
    left: auto !important;
    right: 14px !important;
    top: 58px !important;
  }

  .about-map .badge-doc,
  .process-map .process-float-left.low,
  .process-map .process-float-right.low,
  .dataset-preview-chip {
    bottom: 28px !important;
    left: 14px !important;
    right: auto !important;
    top: auto !important;
  }

  .blog-chip-grid {
    bottom: 26px !important;
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
  }
}

/* Final home hero positioning: keep floating cards off the central N mark. */
.home .hero-core,
.front-page .hero-core {
  left: 46% !important;
  top: 38% !important;
  z-index: 6 !important;
}

.home .qa-card,
.front-page .qa-card {
  bottom: auto !important;
  left: 0 !important;
  right: auto !important;
  top: 56% !important;
  z-index: 4 !important;
}

.home .license-card,
.front-page .license-card {
  bottom: auto !important;
  left: auto !important;
  right: 0 !important;
  top: 30% !important;
  z-index: 4 !important;
}

@media (max-width: 760px) {
  .home .hero-core,
  .front-page .hero-core {
    left: 50% !important;
    top: 34% !important;
  }

  .home .qa-card,
  .front-page .qa-card {
    left: 14px !important;
    top: 276px !important;
  }

  .home .license-card,
  .front-page .license-card {
    right: 14px !important;
    top: 58px !important;
  }
}

/* Final mobile hero typography cap. */
/* Mockup-aligned hero title scale: compact product headers, not poster headlines. */
.hero h1,
.hero-title,
.page-hero .hero-title,
.mock-hero-grid .hero-title,
.archive-hero .hero-title,
.blog-hero .hero-title {
  font-size: clamp(36px, 3.45vw, 52px) !important;
  line-height: 1.08 !important;
  max-width: 760px !important;
}

.home .hero h1,
.front-page .hero h1 {
  font-size: clamp(38px, 3.6vw, 54px) !important;
  line-height: 1.06 !important;
  max-width: 640px !important;
}

@media (max-width: 760px) {
  .hero h1,
  .hero-title,
  .page-hero .hero-title,
  .mock-hero-grid .hero-title,
  .archive-hero .hero-title,
  .blog-hero .hero-title {
    font-size: clamp(26px, 7.4vw, 30px) !important;
    line-height: 1.08 !important;
  }

  .home .hero h1,
  .front-page .hero h1 {
    font-size: clamp(27px, 7.7vw, 31px) !important;
    line-height: 1.08 !important;
    max-width: 340px !important;
  }
}

/* Final polish for contact and request forms. */
.form-section {
  background:
    linear-gradient(180deg, #fff 0%, #f2f7fd 58%, #eef5fb 100%) !important;
}

.form-section .form-layout {
  align-items: start !important;
  gap: 24px !important;
  grid-template-columns: minmax(0, 0.96fr) minmax(380px, 1.04fr) !important;
}

.form-section.is-request-form .form-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr) !important;
}

.form-section .lead-form {
  gap: 18px !important;
  padding: 28px !important;
}

.form-section .form-grid {
  gap: 16px !important;
}

.form-section .lead-form input,
.form-section .lead-form select,
.form-section .lead-form textarea {
  appearance: none;
  background-color: #f9fbff !important;
  border: 1px solid #cadbf1 !important;
  border-radius: 8px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  color: var(--nd-ink) !important;
  font: inherit !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  width: 100% !important;
}

.form-section .lead-form select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--nd-ink) 50%),
    linear-gradient(135deg, var(--nd-ink) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 13px) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 38px !important;
}

.form-section .lead-form input:focus,
.form-section .lead-form select:focus,
.form-section .lead-form textarea:focus {
  background-color: #fff !important;
  border-color: var(--nd-blue) !important;
  box-shadow: 0 0 0 4px rgba(7, 95, 232, 0.1) !important;
  outline: none !important;
}

.form-section .lead-form textarea {
  min-height: 136px !important;
}

.form-section .form-submit-row {
  align-items: stretch !important;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 260px) !important;
  margin-top: 4px !important;
}

.form-section .form-notice {
  align-items: center !important;
  color: #31446f !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  min-height: 56px !important;
  padding: 12px 16px !important;
}

.form-section .form-submit-row .button {
  align-items: center !important;
  box-shadow: 0 16px 34px rgba(7, 95, 232, 0.23) !important;
  color: #fff !important;
  justify-content: center !important;
  justify-self: stretch !important;
  min-height: 56px !important;
  width: 100% !important;
}

.form-section .form-side {
  gap: 14px !important;
}

.form-section .form-side-card {
  background:
    radial-gradient(circle at 100% 0, rgba(17, 183, 199, 0.055), transparent 28%),
    rgba(255, 255, 255, 0.96) !important;
  border: 1px solid #cfe0f6 !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 42px rgba(8, 26, 90, 0.055) !important;
  padding: 22px 24px !important;
}

.form-section .form-side-card .button {
  min-height: 44px !important;
}

.form-section .check-list.two-col {
  column-gap: 28px !important;
  row-gap: 10px !important;
}

.form-section .form-trust-band {
  align-items: center !important;
  gap: 22px !important;
  margin-top: 28px !important;
  padding: 18px 24px !important;
}

.form-section .contact-trust-band {
  grid-template-columns: minmax(240px, 1.25fr) repeat(3, minmax(170px, 0.9fr)) minmax(190px, auto) !important;
}

.form-section .request-trust-band {
  grid-template-columns: repeat(3, minmax(210px, 1fr)) !important;
}

.form-section .form-trust-band strong {
  font-size: 18px !important;
  line-height: 1.22 !important;
}

.form-section .form-trust-band > span {
  align-items: center !important;
  display: grid !important;
  gap: 6px 12px !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  min-height: 46px !important;
  padding-left: 0 !important;
}

.form-section .form-trust-band > span::before {
  grid-row: 1 / span 2;
  height: 34px !important;
  position: static !important;
  transform: none !important;
  width: 34px !important;
}

.form-section .form-trust-band small {
  grid-column: 2 !important;
  margin: 0 !important;
}

.form-section .form-trust-band .button,
.form-section .request-trust-band > a:not(.button) {
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  justify-self: end !important;
  min-height: 48px !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.form-section .form-trust-band .button-primary {
  color: #fff !important;
}

@media (max-width: 1180px) {
  .form-section .form-layout,
  .form-section.is-request-form .form-layout,
  .form-section .contact-trust-band,
  .form-section .request-trust-band {
    grid-template-columns: 1fr !important;
  }

  .form-section .form-trust-band .button,
  .form-section .request-trust-band > a:not(.button) {
    justify-self: stretch !important;
  }
}

@media (max-width: 760px) {
  .form-section .lead-form {
    padding: 20px !important;
  }

  .form-section .form-grid,
  .form-section .form-submit-row,
  .form-section .form-side-split,
  .form-section .check-list.two-col {
    grid-template-columns: 1fr !important;
  }

  .form-section .form-side-split > div + div,
  .form-section .form-side-split.compact > p + p {
    border-left: 0 !important;
    border-top: 1px solid var(--nd-line) !important;
    padding-left: 0 !important;
    padding-top: 16px !important;
  }
}

/* Final blog hero map: use the shared LatAm SVG behind the blog cards. */
.blog-orbit .blog-latam-map {
  color: rgba(17, 183, 199, 0.72) !important;
  filter: drop-shadow(0 18px 38px rgba(8, 26, 90, 0.05));
  height: 360px !important;
  left: 49% !important;
  opacity: 0.96 !important;
  pointer-events: none;
  position: absolute !important;
  top: 50% !important;
  transform: translate(-50%, -50%) scale(1.16, 0.96) !important;
  width: min(760px, 118%) !important;
  z-index: 1 !important;
}

.blog-orbit .blog-latam-map pattern circle {
  fill: currentColor;
}

.blog-orbit .blog-latam-map .map-land {
  fill: url(#hero-map-dots) !important;
  opacity: 1 !important;
  stroke: none !important;
}

.blog-orbit .blog-latam-map .map-line,
.blog-orbit .blog-latam-map .map-line-soft,
.blog-orbit .blog-latam-map .map-node {
  display: none !important;
}

.blog-orbit::before {
  opacity: 0.14 !important;
}

.blog-orbit-ring {
  z-index: 2;
}

.blog-orbit article,
.blog-chip-grid {
  z-index: 4;
}

@media (max-width: 760px) {
  .blog-orbit .blog-latam-map {
    height: 300px !important;
    left: 54% !important;
    top: 41% !important;
    width: 620px !important;
  }
}

/* Global motion polish: scroll reveals, subtle living hero visuals, and refined microinteractions. */
.nd-motion-ready .nd-animate {
  transition:
    opacity 620ms cubic-bezier(0.16, 1, 0.3, 1) var(--nd-reveal-delay, 0ms),
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1) var(--nd-reveal-delay, 0ms);
}

.nd-motion-ready .nd-animate:not(.nd-in-view) {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
}

.nd-motion-ready .hero-visual.nd-animate:not(.nd-in-view),
.nd-motion-ready .mock-map-visual.nd-animate:not(.nd-in-view),
.nd-motion-ready .dataset-hero-visual.nd-animate:not(.nd-in-view),
.nd-motion-ready .blog-orbit.nd-animate:not(.nd-in-view) {
  transform: translate3d(20px, 0, 0) scale(0.985);
}

.hero-map,
.mock-latam-map,
.dataset-latam-map,
.blog-latam-map {
  animation: nd-map-breathe 7s ease-in-out infinite;
  transform-origin: center;
}

.hero-visual::before,
.mock-map-visual::before,
.dataset-hero-visual::before,
.blog-orbit::before {
  animation: nd-soft-drift 9s ease-in-out infinite;
}

.hero-core {
  animation: nd-core-pulse 4.6s ease-in-out infinite;
}

.floating-card,
.map-badge,
.dataset-preview-card,
.dataset-preview-chip,
.blog-orbit article,
.blog-chip,
.process-float,
.lab-preview-card {
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.floating-card:hover,
.map-badge:hover,
.dataset-preview-card:hover,
.dataset-preview-chip:hover,
.blog-orbit article:hover,
.blog-chip:hover,
.process-float:hover,
.lab-preview-card:hover {
  border-color: rgba(17, 183, 199, 0.45);
  box-shadow: 0 28px 80px rgba(8, 26, 90, 0.15);
  transform: translateY(-3px);
}

.value-item,
.dataset-card,
.why-card,
.post-card,
.blog-card,
.mock-info-card,
.leader-card,
.detail-card,
.process-grid article,
.lab-mock-card-grid article,
.engagement-grid article,
.pipeline-grid article,
.mock-trust-grid article,
.lab-benefit-grid article,
.mission-card,
.principle-list article,
.detailed-timeline article,
.faq-row,
.quick-answer-card {
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.value-item:hover,
.mock-info-card:hover,
.leader-card:hover,
.detail-card:hover,
.process-grid article:hover,
.lab-mock-card-grid article:hover,
.engagement-grid article:hover,
.pipeline-grid article:hover,
.mock-trust-grid article:hover,
.lab-benefit-grid article:hover,
.faq-row:hover,
.quick-answer-card:hover {
  border-color: rgba(17, 183, 199, 0.42);
  box-shadow: 0 20px 54px rgba(8, 26, 90, 0.1);
  transform: translateY(-2px);
}

.button,
.wp-block-button__link,
.primary-menu a,
.language-switcher a {
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.button:active,
.wp-block-button__link:active {
  transform: translateY(0) scale(0.985);
}

.button-primary:hover,
.wp-block-button__link:hover {
  box-shadow: 0 18px 44px rgba(7, 95, 232, 0.28);
}

.language-switcher a:hover {
  transform: translateY(-1px);
}

@keyframes nd-map-breathe {
  0%,
  100% {
    opacity: 0.92;
  }

  50% {
    opacity: 1;
  }
}

@keyframes nd-soft-drift {
  0%,
  100% {
    opacity: 0.85;
  }

  50% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nd-motion-ready .nd-animate,
  .hero-map,
  .mock-latam-map,
  .dataset-latam-map,
  .blog-latam-map,
  .hero-visual::before,
  .mock-map-visual::before,
  .dataset-hero-visual::before,
  .blog-orbit::before,
  .hero-core {
    animation: none !important;
    filter: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
}

/* Contact/request form action polish. Keep the primary action first and the reassurance as a secondary note. */
.form-section .form-submit-row {
  align-items: stretch !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 1fr !important;
  margin-top: 6px !important;
}

.form-section .form-submit-row .button {
  order: 1 !important;
  min-height: 58px !important;
  width: 100% !important;
}

.form-section .form-notice {
  order: 2 !important;
  align-items: center !important;
  background:
    linear-gradient(135deg, rgba(17, 183, 199, 0.08), rgba(7, 95, 232, 0.045)),
    #f7fbff !important;
  border: 1px solid #cfe0f6 !important;
  border-radius: 8px !important;
  color: #31446f !important;
  display: flex !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  gap: 10px !important;
  justify-content: center !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  min-height: auto !important;
  padding: 12px 16px !important;
  text-align: center !important;
}

.form-section .form-notice::before {
  align-items: center;
  background: linear-gradient(135deg, var(--nd-teal), var(--nd-blue));
  border-radius: 50%;
  color: #fff;
  content: "✓";
  display: inline-flex;
  flex: 0 0 22px;
  font-size: 14px;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  width: 22px;
}

/* How-it-works process alignment. */
.process-grid {
  background: #fff !important;
  border: 1px solid #cfe0f6 !important;
  border-radius: 8px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.process-grid article {
  align-content: start !important;
  display: grid !important;
  grid-template-rows: 56px 36px 34px minmax(78px, 1fr) 58px !important;
  min-height: 268px !important;
  padding: 28px 30px !important;
}

.process-grid article > * {
  min-width: 0;
}

.process-grid .process-number {
  height: 50px !important;
  margin: 0 !important;
  width: 50px !important;
}

.process-grid h3 {
  align-self: end !important;
  font-size: 21px !important;
  line-height: 1.05 !important;
  margin: 0 !important;
}

.process-grid strong {
  align-self: end !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  margin: 0 !important;
}

.process-grid p {
  align-self: start !important;
  font-size: 14px !important;
  line-height: 1.42 !important;
  margin: 0 !important;
}

.process-grid .process-mini-diagram {
  align-self: end !important;
  margin: 0 !important;
  min-height: 58px !important;
  padding: 12px !important;
}

@media (max-width: 1180px) {
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .process-grid {
    grid-template-columns: 1fr !important;
  }

  .process-grid article {
    grid-template-rows: auto !important;
    min-height: 0 !important;
  }
}

/* Home lower sections: align workflow, value row, and CTA into finished grid rhythm. */
.home .workflow-section,
.front-page .workflow-section,
.home .why-section,
.front-page .why-section {
  padding: 22px 0 !important;
}

.home .workflow-section .section-heading,
.front-page .workflow-section .section-heading,
.home .why-section .section-heading,
.front-page .why-section .section-heading {
  margin-bottom: 14px !important;
  max-width: 1180px !important;
  width: min(calc(100% - 48px), 1180px) !important;
}

.home .workflow,
.front-page .workflow {
  align-items: stretch !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1180px !important;
  padding: 0 !important;
  width: min(calc(100% - 48px), 1180px) !important;
}

.home .workflow-step,
.front-page .workflow-step {
  align-items: center !important;
  column-gap: 18px !important;
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  min-height: 92px !important;
  padding: 18px 42px 18px 28px !important;
}

.home .workflow-step span,
.front-page .workflow-step span {
  height: 48px !important;
  justify-self: center !important;
  width: 48px !important;
}

.home .workflow-step h3,
.front-page .workflow-step h3 {
  font-size: 16px !important;
  line-height: 1.12 !important;
  margin: 0 0 5px !important;
}

.home .workflow-step p,
.front-page .workflow-step p {
  font-size: 14px !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  max-width: 250px !important;
}

.home .workflow-step:not(:last-child)::after,
.front-page .workflow-step:not(:last-child)::after {
  right: 18px !important;
}

.home .why-grid,
.front-page .why-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1180px !important;
  width: min(calc(100% - 48px), 1180px) !important;
}

.home .why-card,
.front-page .why-card {
  align-items: start !important;
  column-gap: 18px !important;
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  min-height: 94px !important;
  padding: 12px 28px !important;
}

.home .why-card:first-child,
.front-page .why-card:first-child {
  padding-left: 28px !important;
}

.home .why-card > span,
.front-page .why-card > span {
  grid-row: 1 / span 2 !important;
  height: 48px !important;
  justify-self: start !important;
  width: 48px !important;
}

.home .why-card h3,
.front-page .why-card h3 {
  align-self: end !important;
  font-size: 15px !important;
  line-height: 1.14 !important;
  margin: 0 0 5px !important;
}

.home .why-card p,
.front-page .why-card p {
  align-self: start !important;
  font-size: 13.5px !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

.home .cta-box,
.front-page .cta-box {
  align-items: center !important;
  gap: 36px !important;
  grid-template-columns: minmax(360px, 1.18fr) minmax(360px, 0.9fr) minmax(230px, 0.45fr) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1180px !important;
  width: min(calc(100% - 48px), 1180px) !important;
}

.home .cta-highlights,
.front-page .cta-highlights {
  align-items: center !important;
  gap: 24px !important;
}

.home .cta-highlights div,
.front-page .cta-highlights div {
  align-items: center !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
}

.home .cta-action,
.front-page .cta-action {
  align-items: stretch !important;
  display: grid !important;
  gap: 10px !important;
}

@media (max-width: 1180px) {
  .home .workflow,
  .front-page .workflow,
  .home .why-grid,
  .front-page .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home .workflow-step:nth-child(2)::after,
  .front-page .workflow-step:nth-child(2)::after {
    display: none !important;
  }

  .home .why-card:nth-child(2),
  .front-page .why-card:nth-child(2) {
    border-right: 0 !important;
  }

  .home .cta-box,
  .front-page .cta-box {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  .home .workflow,
  .front-page .workflow,
  .home .why-grid,
  .front-page .why-grid {
    grid-template-columns: 1fr !important;
  }

  .home .workflow-step,
  .front-page .workflow-step,
  .home .why-card,
  .front-page .why-card {
    padding: 18px !important;
  }

  .home .workflow-step:not(:last-child)::after,
  .front-page .workflow-step:not(:last-child)::after {
    display: none !important;
  }

  .home .why-card,
  .front-page .why-card {
    border-right: 0 !important;
    border-bottom: 1px solid var(--nd-line) !important;
  }
}

.detail-card > span,
.lab-mock-card-grid article > span,
.engagement-grid article > span,
.pipeline-grid article > span {
  margin-bottom: 12px !important;
}

/* Home hero: keep a single map layer. The SVG is the map; the old dotted pseudo-layer stays off. */
.home .hero-visual::before,
.front-page .hero-visual::before {
  animation: none !important;
  display: none !important;
  opacity: 0 !important;
}

.mock-map-visual::before,
.dataset-hero-visual::before,
.blog-orbit::before,
.form-hero-map::before {
  animation: none !important;
  background: none !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  clip-path: none !important;
  content: none !important;
  display: none !important;
  filter: none !important;
  height: 0 !important;
  left: auto !important;
  opacity: 0 !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  width: 0 !important;
}

.hero-map,
.mock-latam-map,
.dataset-latam-map,
.blog-latam-map,
.form-latam-map {
  filter: none !important;
}

/* Eyebrow dots: subtle pulse on the small section markers. */
.nd-motion-ready .eyebrow span {
  animation: nd-eyebrow-pulse 2.8s ease-in-out infinite;
  transform-origin: center;
}

@keyframes nd-eyebrow-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 7px rgba(17, 183, 199, 0.12), 0 0 0 0 rgba(17, 183, 199, 0);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 0 9px rgba(17, 183, 199, 0.16), 0 0 0 15px rgba(17, 183, 199, 0.055);
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nd-motion-ready .eyebrow span {
    animation: none !important;
  }
}

/* Extra motion pass: subtle pulses and scroll-responsive polish without adding map layers. */
.nd-motion-ready .site-header {
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.nd-has-scrolled .site-header {
  background-color: rgba(255, 255, 255, 0.92);
  border-color: rgba(207, 224, 246, 0.92);
  box-shadow: 0 12px 34px rgba(8, 26, 90, 0.07);
}

.nd-motion-ready .hero-map .map-land,
.nd-motion-ready .mock-latam-map .map-land,
.nd-motion-ready .dataset-latam-map .map-land,
.nd-motion-ready .blog-latam-map .map-land,
.nd-motion-ready .form-latam-map .map-land {
  animation: nd-map-twinkle 5.8s ease-in-out infinite;
}

.nd-motion-ready .blog-orbit-ring {
  animation: nd-orbit-pulse 5.2s ease-in-out infinite;
  transform-origin: center;
}

.nd-motion-ready .mock-map-visual,
.nd-motion-ready .dataset-hero-visual,
.nd-motion-ready .blog-orbit,
.nd-motion-ready .hero-visual {
  animation: nd-visual-glow 8s ease-in-out infinite;
}

.card-icon,
.map-badge > span,
.process-float > span,
.lab-preview-card > span,
.dataset-preview-card > span,
.mock-trust-grid article > span,
.mock-info-card > span,
.detail-card > span,
.process-grid article > span,
.lab-mock-card-grid article > span,
.engagement-grid article > span,
.pipeline-grid article > span,
.form-trust-band > span,
.dataset-preview-head > span,
.form-card-head > span {
  position: relative;
}

.nd-motion-ready .card-icon,
.nd-motion-ready .map-badge > span,
.nd-motion-ready .process-float > span,
.nd-motion-ready .lab-preview-card > span,
.nd-motion-ready .dataset-preview-card > span,
.nd-motion-ready .mock-trust-grid article > span,
.nd-motion-ready .mock-info-card > span,
.nd-motion-ready .detail-card > span,
.nd-motion-ready .process-grid article > span,
.nd-motion-ready .lab-mock-card-grid article > span,
.nd-motion-ready .engagement-grid article > span,
.nd-motion-ready .pipeline-grid article > span,
.nd-motion-ready .form-trust-band > span,
.nd-motion-ready .dataset-preview-head > span,
.nd-motion-ready .form-card-head > span {
  animation: nd-icon-breathe 4.8s ease-in-out infinite;
}

.nd-motion-ready .button-primary,
.nd-motion-ready .wp-block-button__link {
  overflow: hidden;
  position: relative;
}

.nd-motion-ready .button-primary::after,
.nd-motion-ready .wp-block-button__link::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  border-radius: inherit;
  content: "";
  height: 100%;
  left: -140%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: skewX(-18deg);
  width: 80%;
}

.nd-motion-ready .button-primary:hover::after,
.nd-motion-ready .wp-block-button__link:hover::after {
  animation: nd-button-sheen 900ms ease;
}

.nd-motion-ready .nd-stagger-list > .nd-list-item {
  opacity: 0;
  transform: translate3d(-10px, 8px, 0);
  transition:
    opacity 460ms cubic-bezier(0.16, 1, 0.3, 1) var(--nd-list-delay, 0ms),
    transform 460ms cubic-bezier(0.16, 1, 0.3, 1) var(--nd-list-delay, 0ms);
}

.nd-motion-ready .nd-stagger-list.nd-in-view > .nd-list-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.nd-motion-ready .floating-card ul > li {
  opacity: 0;
  transform: translate3d(-12px, 8px, 0);
  transition:
    opacity 460ms cubic-bezier(0.16, 1, 0.3, 1) var(--nd-list-delay, 0ms),
    transform 460ms cubic-bezier(0.16, 1, 0.3, 1) var(--nd-list-delay, 0ms);
}

.nd-motion-ready .floating-card.nd-in-view ul > li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.nd-motion-ready .nd-hero-item {
  opacity: 0;
  transform: translate3d(0, 16px, 0) scale(0.985);
  transition:
    opacity 540ms cubic-bezier(0.16, 1, 0.3, 1) var(--nd-hero-item-delay, 0ms),
    transform 540ms cubic-bezier(0.16, 1, 0.3, 1) var(--nd-hero-item-delay, 0ms),
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.nd-motion-ready .mock-map-visual.nd-in-view > .nd-hero-item,
.nd-motion-ready .blog-orbit.nd-in-view .nd-hero-item,
.nd-motion-ready .hero-visual.nd-in-view > .nd-hero-item {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.nd-scroll-deep .bottom-cta .button-primary,
.nd-scroll-deep .compact-bottom-cta .button-primary {
  animation: nd-cta-ready 4s ease-in-out infinite;
}

@keyframes nd-map-twinkle {
  0%,
  100% {
    opacity: 0.9;
  }

  45% {
    opacity: 1;
  }

  70% {
    opacity: 0.82;
  }
}

@keyframes nd-orbit-pulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.018);
  }
}

@keyframes nd-visual-glow {
  0%,
  100% {
    background-position: 0 0, 0 0, 0 0;
  }

  50% {
    background-position: 0 0, 8px 6px, -10px 8px;
  }
}

@keyframes nd-icon-breathe {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(17, 183, 199, 0);
  }

  50% {
    box-shadow: 0 0 0 7px rgba(17, 183, 199, 0.09);
  }
}

@keyframes nd-button-sheen {
  from {
    left: -140%;
  }

  to {
    left: 140%;
  }
}

@keyframes nd-cta-ready {
  0%,
  100% {
    box-shadow: 0 14px 28px rgba(7, 95, 232, 0.25), 0 10px 24px rgba(8, 26, 90, 0.16);
  }

  50% {
    box-shadow: 0 18px 42px rgba(7, 95, 232, 0.32), 0 14px 30px rgba(8, 26, 90, 0.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nd-motion-ready .site-header,
  .nd-motion-ready .hero-map .map-land,
  .nd-motion-ready .mock-latam-map .map-land,
  .nd-motion-ready .dataset-latam-map .map-land,
  .nd-motion-ready .blog-latam-map .map-land,
  .nd-motion-ready .form-latam-map .map-land,
  .nd-motion-ready .blog-orbit-ring,
  .nd-motion-ready .mock-map-visual,
  .nd-motion-ready .dataset-hero-visual,
  .nd-motion-ready .blog-orbit,
  .nd-motion-ready .hero-visual,
  .nd-motion-ready .card-icon,
  .nd-motion-ready .map-badge > span,
  .nd-motion-ready .process-float > span,
  .nd-motion-ready .lab-preview-card > span,
  .nd-motion-ready .dataset-preview-card > span,
  .nd-motion-ready .mock-trust-grid article > span,
  .nd-motion-ready .mock-info-card > span,
  .nd-motion-ready .detail-card > span,
  .nd-motion-ready .process-grid article > span,
  .nd-motion-ready .lab-mock-card-grid article > span,
  .nd-motion-ready .engagement-grid article > span,
  .nd-motion-ready .pipeline-grid article > span,
  .nd-motion-ready .form-trust-band > span,
  .nd-motion-ready .dataset-preview-head > span,
  .nd-motion-ready .form-card-head > span,
  .nd-motion-ready .nd-stagger-list > .nd-list-item,
  .nd-motion-ready .floating-card ul > li,
  .nd-motion-ready .nd-hero-item,
  .nd-scroll-deep .bottom-cta .button-primary,
  .nd-scroll-deep .compact-bottom-cta .button-primary {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Last-pass alignment fixes. Keep this block at EOF so it wins over earlier page overrides. */
.process-grid {
  background: #fff !important;
  border: 1px solid #cfe0f6 !important;
  border-radius: 8px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  overflow: hidden !important;
}

.process-grid article {
  align-content: start !important;
  border-right: 1px solid #d8e6f7 !important;
  display: grid !important;
  grid-template-rows: 56px 38px 34px minmax(78px, 1fr) 58px !important;
  min-height: 270px !important;
  padding: 28px 30px !important;
}

.process-grid article:last-child {
  border-right: 0 !important;
}

.process-grid .process-number {
  align-self: start !important;
  height: 50px !important;
  margin: 0 !important;
  width: 50px !important;
}

.process-grid h3 {
  align-self: end !important;
  font-size: 21px !important;
  line-height: 1.05 !important;
  margin: 0 !important;
}

.process-grid strong {
  align-self: end !important;
  display: block !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  margin: 0 !important;
}

.process-grid p {
  align-self: start !important;
  font-size: 14px !important;
  line-height: 1.42 !important;
  margin: 0 !important;
}

.process-grid .process-mini-diagram {
  align-self: end !important;
  margin: 0 !important;
  min-height: 58px !important;
  padding: 12px !important;
}

.form-section .form-submit-row {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 1fr !important;
}

.form-section .form-submit-row .button {
  order: 1 !important;
  width: 100% !important;
}

.form-section .form-notice {
  order: 2 !important;
}

@media (max-width: 1180px) {
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .process-grid {
    grid-template-columns: 1fr !important;
  }

  .process-grid article {
    grid-template-rows: auto !important;
    min-height: 0 !important;
  }
}
