body.page-id-3831,
body.page-id-3850 {
  background: #f2f5fa;
}

body.page-id-3831 #masthead,
body.page-id-3831 .site-footer,
body.page-id-3831 .ast-mobile-popup-drawer,
body.page-id-3831 .ast-breadcrumbs,
body.page-id-3831 .ast-title-bar-wrap,
body.page-id-3831 .entry-meta,
body.page-id-3831 .post-navigation,
body.page-id-3831 .comments-area,
body.page-id-3850 #masthead,
body.page-id-3850 .site-footer,
body.page-id-3850 .ast-mobile-popup-drawer,
body.page-id-3850 .ast-breadcrumbs,
body.page-id-3850 .ast-title-bar-wrap,
body.page-id-3850 .entry-meta,
body.page-id-3850 .post-navigation,
body.page-id-3850 .comments-area {
  display: none !important;
}

body.page-id-3831 .site-content,
body.page-id-3831 .site-content .ast-container,
body.page-id-3831 #primary,
body.page-id-3831 article.post-3831,
body.page-id-3831 .entry-content,
body.page-id-3850 .site-content,
body.page-id-3850 .site-content .ast-container,
body.page-id-3850 #primary,
body.page-id-3850 article.post-3850,
body.page-id-3850 .entry-content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-3831 .entry-content p,
body.page-id-3850 .entry-content p {
  margin-bottom: 0;
}

.nsd-halifax-page {
  --nsd-bg: #f2f5fa;
  --nsd-surface: #ffffff;
  --nsd-ink: #132b4d;
  --nsd-muted: #516278;
  --nsd-line: #dce5f0;
  --nsd-primary: #1557c0;
  --nsd-primary-dark: #0f2950;
  --nsd-accent: #6bd53d;
  --nsd-warm: #ff7a19;
  --nsd-soft: #fdf7ef;
  --nsd-shadow: 0 12px 30px rgba(18, 41, 74, 0.08);
  color: var(--nsd-ink);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  padding: 0 0 40px;
}

.nsd-halifax-page *,
.nsd-halifax-page *::before,
.nsd-halifax-page *::after {
  box-sizing: border-box;
}

.nsd-halifax-page a {
  text-decoration: none;
}

.nsd-wrap {
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
}

.nsd-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px 0;
  color: #6b7b91;
  font-size: 13px;
  font-weight: 700;
}

.nsd-breadcrumbs a {
  color: var(--nsd-primary);
}

.nsd-topbar-shell {
  background: #ffffff;
  border-bottom: 1px solid #e4ebf3;
  box-shadow: 0 1px 0 rgba(19, 43, 77, 0.03);
}

.nsd-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 72px;
  padding: 0 24px;
}

.nsd-topbar-brand {
  display: inline-flex;
  align-items: center;
  color: var(--nsd-primary);
  flex: 0 0 auto;
}

.nsd-topbar-logo-image {
  width: 92px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
  display: block;
}

.nsd-topbar-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
}

.nsd-topbar-nav a {
  color: var(--nsd-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.nsd-topbar-nav a:hover {
  color: var(--nsd-primary);
}

.nsd-topbar-cta {
  min-height: 48px;
  padding-inline: 24px;
  border-radius: 14px;
  font-size: 15px;
  box-shadow: none;
  flex: 0 0 auto;
}

.nsd-section {
  padding: 12px 0;
}

.nsd-section-tight {
  padding-top: 2px;
  padding-bottom: 2px;
}

.nsd-section-lg {
  padding: 18px 0;
}

.nsd-section-hero {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.nsd-card {
  background: var(--nsd-surface);
  border: 1px solid var(--nsd-line);
  border-radius: 22px;
  box-shadow: var(--nsd-shadow);
}

.nsd-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(21, 87, 192, 0.08);
  color: var(--nsd-primary);
  border: 1px solid rgba(21, 87, 192, 0.15);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nsd-eyebrow-warm {
  background: rgba(255, 122, 25, 0.08);
  color: var(--nsd-warm);
  border-color: rgba(255, 122, 25, 0.16);
}

.nsd-hero {
  overflow: hidden;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}

.nsd-hero-photo {
  background:
    linear-gradient(102deg, rgba(12, 42, 82, 0.98) 0%, rgba(12, 42, 82, 0.98) 46%, rgba(12, 42, 82, 0.35) 46.5%, rgba(12, 42, 82, 0.1) 50%, rgba(12, 42, 82, 0.05) 55%, rgba(12, 42, 82, 0) 60%),
    linear-gradient(180deg, rgba(255, 190, 155, 0.35), rgba(18, 55, 104, 0.08)),
    url("https://images.unsplash.com/photo-1518005068251-37900150dfca?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.nsd-hero-grid,
.nsd-grid-2,
.nsd-grid-3,
.nsd-grid-4,
.nsd-grid-5 {
  display: grid;
  gap: 18px;
}

.nsd-hero-grid {
  grid-template-columns: 1.1fr 0.85fr;
  align-items: center;
  min-height: 430px;
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
  padding: 24px 40px;
}

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

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

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

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

.nsd-hero-copy {
  max-width: 620px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.nsd-hero-copy h1 {
  margin: 10px 0 10px;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.nsd-hero-copy h1 span {
  color: var(--nsd-accent);
}

.nsd-subheadline {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.97);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  max-width: 560px;
}

.nsd-hero-copy p {
  color: rgba(255, 255, 255, 0.96) !important;
}

.nsd-section p {
  color: var(--nsd-muted);
  font-size: 16px;
}

.nsd-hero-list {
  margin-top: 10px;
}

.nsd-hero-copy .nsd-checklist li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.nsd-hero-note {
  margin-top: 12px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 13px !important;
}

.nsd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.nsd-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nsd-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(18, 41, 74, 0.15);
}

.nsd-button-primary {
  background: linear-gradient(180deg, #ff8a2d 0%, #ff6b00 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(255, 107, 0, 0.24);
}

.nsd-button-secondary {
  background: rgba(255, 255, 255, 0.96);
  color: var(--nsd-primary-dark);
  border: 1px solid rgba(19, 43, 77, 0.12);
  box-shadow: none;
}

.nsd-proof {
  padding: 18px;
  display: grid;
  gap: 10px;
  background: rgba(255, 255, 255, 0.97);
  max-width: 430px;
  justify-self: end;
  border-radius: 24px;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 2;
}

.nsd-proof-card,
.nsd-service-card,
.nsd-testimonial,
.nsd-value-card,
.nsd-split-card {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--nsd-line);
  background: #ffffff;
}

.nsd-proof-card strong,
.nsd-offer-price {
  display: block;
  color: var(--nsd-ink);
}

.nsd-proof-card strong {
  font-size: 20px;
  margin-bottom: 4px;
}

.nsd-proof-card span {
  color: var(--nsd-muted);
  font-size: 15px;
  line-height: 1.55;
}

.nsd-offer {
  background: linear-gradient(180deg, #fffaf3 0%, #ffffff 100%);
  border-color: #f0d4a6;
}

.nsd-offer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
}

.nsd-offer-copy,
.nsd-offer-box {
  padding: 20px 24px;
}

.nsd-offer-box {
  border-left: 1px solid #f0d4a6;
}

.nsd-offer-copy h2,
.nsd-split-card h2,
.nsd-form-intro h2,
.nsd-section-heading h2 {
  margin: 12px 0 10px;
  color: var(--nsd-primary-dark);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.nsd-offer-price {
  margin: 0 0 8px;
  font-size: 62px;
  line-height: 0.9;
}

.nsd-offer-price small {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  color: var(--nsd-muted);
  font-weight: 600;
}

.nsd-feature-list,
.nsd-checklist {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
}

.nsd-feature-list li,
.nsd-checklist li {
  position: relative;
  padding-left: 24px;
  color: var(--nsd-ink);
  font-weight: 700;
}

.nsd-feature-list li::before,
.nsd-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #40c648;
}

.nsd-checklist-problem li::before {
  background: #ff5d5d;
}

.nsd-urgency-line {
  margin-top: 14px !important;
  font-size: 15px !important;
  font-weight: 800;
  color: #ff6b00 !important;
}

.nsd-transition {
  margin-top: 14px;
  font-weight: 800;
  color: #169f4a !important;
}

.nsd-local-keyword-note {
  margin-top: 12px !important;
  color: var(--nsd-primary-dark) !important;
  font-size: 15px !important;
  font-weight: 600;
}

.nsd-split-card {
  min-height: 250px;
  padding: 20px 22px;
}

.nsd-grid-2 > .nsd-split-card,
.nsd-offer,
.nsd-form-wrap {
  width: 100%;
}

.nsd-split-card-problem {
  background: linear-gradient(180deg, #ffffff 0%, #fff8f8 100%);
}

.nsd-split-card-outcome {
  background: linear-gradient(180deg, #ffffff 0%, #f5fff8 100%);
}

.nsd-card-intro {
  min-height: 72px;
  margin-bottom: 14px !important;
}

.nsd-section-heading {
  max-width: 920px;
  margin: 0 auto 14px;
  text-align: center;
}

.nsd-section-heading p {
  max-width: 720px;
  margin: 0 auto;
}

.nsd-intro-card {
  padding: 24px 28px 26px;
}

.nsd-intro-card > p {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
}

.nsd-section-kicker {
  font-size: 15px;
  color: var(--nsd-muted);
  max-width: 760px;
  margin: 2px auto 0 !important;
}

.nsd-service-card h3,
.nsd-testimonial h3,
.nsd-value-card h3 {
  margin: 10px 0 4px;
  font-size: 24px;
  line-height: 1.05;
}

.nsd-service-card p,
.nsd-testimonial p,
.nsd-value-card p {
  font-size: 15px;
  line-height: 1.55;
}

.nsd-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(21, 87, 192, 0.09);
  color: var(--nsd-primary);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.nsd-icon-svg svg {
  width: 24px;
  height: 24px;
}

.nsd-why {
  padding-top: 10px;
}

.nsd-value-card-compact {
  text-align: center;
}

.nsd-grid-why .nsd-value-card,
#services .nsd-service-card {
  position: relative;
}

#services .nsd-service-card::before,
.nsd-grid-why .nsd-value-card::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 4px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(90deg, rgba(21, 87, 192, 0.95), rgba(21, 87, 192, 0.25));
}

#services .nsd-service-card {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#services .nsd-service-card h3 {
  margin-bottom: 0;
}

.nsd-grid-why .nsd-value-card {
  min-height: 164px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#services .nsd-compact-overview {
  padding: 18px 18px 12px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.nsd-compact-group {
  display: grid;
  gap: 14px;
}

.nsd-section-heading-compact {
  margin-bottom: 6px;
}

.nsd-section-heading-compact h2 {
  font-size: clamp(24px, 2.8vw, 38px);
}

.nsd-compact-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(21, 87, 192, 0), rgba(21, 87, 192, 0.18), rgba(21, 87, 192, 0));
  margin: 8px 0 14px;
}

#services .nsd-grid-services-compact,
#services .nsd-grid-why {
  gap: 14px;
}

#services .nsd-service-card,
.nsd-grid-why .nsd-value-card {
  min-height: 118px;
  padding: 16px 18px;
}

#services .nsd-service-card {
  align-items: flex-start;
}

#services .nsd-service-card::before,
.nsd-grid-why .nsd-value-card::before {
  left: 14px;
  right: 14px;
}

.nsd-service-card-compact h3,
.nsd-grid-why .nsd-value-card h3 {
  font-size: 20px;
}

.nsd-service-card-compact .nsd-icon,
.nsd-grid-why .nsd-value-card .nsd-icon {
  width: 46px;
  height: 46px;
}

.nsd-grid-why .nsd-value-card p {
  margin-top: 4px;
  font-size: 14px;
}

.nsd-inline-cta {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.nsd-urgency-box {
  padding: 14px 18px;
  background: linear-gradient(180deg, #fff9ef 0%, #ffffff 100%);
  border-color: #f0c27b;
}

.nsd-urgency-top {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
}

.nsd-urgency-top-copy h2 {
  margin: 10px 0 6px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
  color: var(--nsd-primary-dark);
  text-transform: uppercase;
}

.nsd-urgency-top-copy p {
  color: var(--nsd-muted);
}

.nsd-timer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.nsd-timer-block {
  background: #ffffff;
  border: 1px solid rgba(240, 194, 123, 0.8);
  border-radius: 16px;
  padding: 14px 10px;
  text-align: center;
}

.nsd-timer-value {
  display: block;
  font-size: 34px;
  line-height: 1;
  color: var(--nsd-warm);
  font-weight: 900;
}

.nsd-timer-block span {
  display: block;
  margin-top: 6px;
  color: var(--nsd-primary-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nsd-stars {
  color: #f5a300;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.nsd-testimonial {
  min-height: 150px;
  padding: 18px;
}

.nsd-form-wrap {
  padding: 22px;
  background: linear-gradient(180deg, #102b52 0%, #0e2547 100%);
  color: #ffffff;
}

.nsd-form-shell {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: start;
}

.nsd-form-intro h2,
.nsd-form-intro p {
  color: #ffffff;
}

.nsd-form-intro {
  display: grid;
  gap: 10px;
  align-content: start;
}

.nsd-form-panel {
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  scroll-margin-top: 24px;
}

.nsd-mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.nsd-mini-proof div {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 700;
}

.nsd-form-feature-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 6px;
}

.nsd-form-feature-card {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.nsd-form-feature-card-accent {
  background: linear-gradient(180deg, rgba(255, 122, 25, 0.18), rgba(255, 122, 25, 0.08));
  border-color: rgba(255, 168, 96, 0.35);
}

.nsd-form-feature-label {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nsd-form-feature-card strong {
  display: block;
  margin: 10px 0 6px;
  font-size: 22px;
  line-height: 1.05;
  color: #ffffff;
}

.nsd-form-feature-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.55;
}

.nsd-form-panel .wpforms-container {
  margin: 0 !important;
}

.nsd-form-panel .wpforms-field-container {
  display: grid;
  gap: 12px;
}

.nsd-form-panel .wpforms-field {
  padding: 0 !important;
}

.nsd-form-panel .wpforms-field-label {
  display: none !important;
}

.nsd-form-panel input,
.nsd-form-panel textarea,
.nsd-form-panel .wpforms-field-medium,
.nsd-form-panel .wpforms-field-large {
  width: 100% !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--nsd-primary-dark) !important;
  font-size: 16px !important;
  padding: 16px 18px !important;
  min-height: 56px;
  box-shadow: none !important;
}

.nsd-form-panel textarea {
  min-height: 170px !important;
  resize: vertical;
}

.nsd-form-panel input::placeholder,
.nsd-form-panel textarea::placeholder {
  color: #6b7b91 !important;
  opacity: 1;
}

.nsd-form-panel input:focus,
.nsd-form-panel textarea:focus {
  border-color: rgba(255, 122, 25, 0.7) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(255, 122, 25, 0.12) !important;
}

.nsd-form-panel .wpforms-submit-container {
  padding-top: 8px !important;
  margin: 0 !important;
}

.nsd-form-panel button[type="submit"],
.nsd-form-panel .wpforms-submit {
  min-height: 54px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #ff8a2d 0%, #ff6b00 100%) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  padding: 0 24px !important;
  box-shadow: 0 14px 24px rgba(255, 107, 0, 0.24) !important;
}

.nsd-form-panel button[type="submit"]:hover,
.nsd-form-panel .wpforms-submit:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #ff942f 0%, #ff7200 100%) !important;
}

.nsd-page-footer {
  padding: 8px 0 4px;
  text-align: center;
  color: var(--nsd-muted);
  font-size: 13px;
}

@media (max-width: 1080px) {
  .nsd-wrap {
    width: min(1400px, calc(100% - 60px));
  }

  .nsd-breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }

  .nsd-topbar {
    flex-wrap: wrap;
    justify-content: center;
    padding-inline: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    min-height: auto;
  }

  .nsd-topbar-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }

  .nsd-hero-grid,
  .nsd-grid-2,
  .nsd-grid-3,
  .nsd-grid-4,
  .nsd-grid-5,
  .nsd-offer-grid,
  .nsd-form-shell {
    grid-template-columns: 1fr;
  }

  .nsd-hero-grid {
    width: min(1400px, calc(100% - 60px));
    padding-left: 30px;
    padding-right: 30px;
    min-height: 0;
  }

  .nsd-proof {
    justify-self: stretch;
    max-width: none;
  }

  .nsd-offer-box {
    border-left: 0;
    border-top: 1px solid #f0d4a6;
  }

  .nsd-urgency-banner {
    flex-direction: column;
    text-align: center;
  }

  .nsd-urgency-top {
    grid-template-columns: 1fr;
  }

  .nsd-form-feature-box {
    grid-template-columns: 1fr;
  }

  #services .nsd-compact-overview {
    padding: 16px 14px 10px;
  }
}

@media (max-width: 700px) {
  .nsd-halifax-page {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .nsd-wrap {
    width: min(1400px, calc(100% - 40px));
  }

  .nsd-breadcrumbs {
    display: none;
  }

  .nsd-section {
    padding: 8px 0;
  }

  .nsd-section-lg {
    padding: 10px 0;
  }

  .nsd-hero-grid,
  .nsd-offer-copy,
  .nsd-offer-box,
  .nsd-form-wrap,
  .nsd-intro-card,
  .nsd-split-card,
  .nsd-proof,
  .nsd-service-card,
  .nsd-value-card,
  .nsd-testimonial,
  .nsd-urgency-box {
    padding: 18px;
  }

  .nsd-hero-copy h1 {
    font-size: 34px;
    line-height: 0.96;
  }

  .nsd-hero-grid {
    width: min(1400px, calc(100% - 40px));
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 10px;
  }

  .nsd-hero-photo {
    background:
      linear-gradient(180deg, rgba(9, 35, 73, 0.96) 0%, rgba(9, 35, 73, 0.92) 42%, rgba(9, 35, 73, 0.72) 62%, rgba(9, 35, 73, 0.28) 100%),
      url("https://images.unsplash.com/photo-1518005068251-37900150dfca?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
  }

  .nsd-subheadline {
    font-size: 16px;
    line-height: 1.35;
  }

  .nsd-intro-card > p {
    font-size: 16px;
    line-height: 1.6;
  }

  .nsd-card-intro {
    min-height: 0;
    margin-bottom: 10px !important;
  }

  .nsd-hero-copy .nsd-checklist li {
    font-size: 14px;
  }

  .nsd-proof {
    display: none;
  }

  .nsd-proof-card {
    padding: 14px;
  }

  .nsd-proof-card strong {
    font-size: 18px;
  }

  .nsd-proof-card span {
    font-size: 14px;
    line-height: 1.45;
  }

  .nsd-hero-note {
    display: none;
  }

  .nsd-topbar-cta {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .nsd-topbar {
    min-height: 58px;
  }

  .nsd-offer-copy,
  .nsd-offer-box,
  .nsd-split-card,
  .nsd-form-wrap,
  .nsd-urgency-top {
    padding: 16px;
  }

  .nsd-offer-price {
    font-size: 52px;
  }

  .nsd-urgency-top-copy p {
    display: none;
  }

  .nsd-timer {
    gap: 8px;
  }

  .nsd-timer-block {
    padding: 10px 6px;
  }

  .nsd-timer-value {
    font-size: 28px;
  }

  .nsd-section-heading-compact h2 {
    font-size: 22px;
    line-height: 1.05;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  #services .nsd-service-card,
  .nsd-grid-why .nsd-value-card {
    min-height: 0;
    padding: 14px 14px 14px;
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 12px;
    row-gap: 0;
    align-items: center;
    text-align: left;
    border-radius: 18px;
  }

  #services .nsd-service-card::before,
  .nsd-grid-why .nsd-value-card::before {
    left: 12px;
    right: 12px;
    height: 3px;
  }

  .nsd-service-card-compact .nsd-icon,
  .nsd-grid-why .nsd-value-card .nsd-icon {
    width: 42px;
    height: 42px;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    border-radius: 12px;
  }

  .nsd-service-card-compact h3,
  .nsd-grid-why .nsd-value-card h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 16px;
    line-height: 1.15;
    align-self: center;
    text-align: left;
    text-transform: uppercase;
  }

  .nsd-grid-why .nsd-value-card p {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 8px;
    display: none;
  }

  #services .nsd-section-heading-compact + .nsd-grid-services-compact,
  #services .nsd-grid-why {
    gap: 10px;
  }

  #services .nsd-compact-overview {
    padding: 12px 10px 8px;
    border-radius: 20px;
  }

  .nsd-compact-group {
    gap: 10px;
  }

  .nsd-section-heading-compact {
    margin-bottom: 2px;
  }

  .nsd-eyebrow {
    min-height: 24px;
    padding: 4px 10px;
    font-size: 11px;
  }

  .nsd-section-kicker,
  .nsd-compact-divider,
  .nsd-mini-proof,
  .nsd-form-feature-box,
  .nsd-page-footer {
    display: none;
  }

  .nsd-grid-2 .nsd-testimonial:nth-child(n+2) {
    display: none;
  }

  .nsd-form-intro {
    gap: 8px;
  }

  .nsd-form-panel textarea {
    min-height: 130px !important;
  }

  .nsd-form-panel .wpforms-submit-container {
    padding-top: 4px !important;
  }

  .nsd-actions,
  .nsd-inline-cta {
    flex-direction: column;
  }

  .nsd-button {
    width: 100%;
  }

  .nsd-topbar-nav {
    display: none;
  }

  .nsd-topbar {
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nsd-topbar-logo-image {
    width: 78px;
    max-height: 44px;
  }

  .nsd-topbar-brand {
    min-width: 0;
  }

  .nsd-topbar-cta {
    width: auto;
    min-height: 42px;
    padding-inline: 16px;
    font-size: 14px;
    border-radius: 12px;
    flex: 0 0 auto;
  }
}
