      /* === Programs page — only page-specific nd-* components.
         Shared primitives (.nd-block, .nd-container, .nd-kicker, .nd-section-head,
         .nd-lead, .nd-btn-*, .nd-faq-*) live in css/nd-base.css. === */

      /* Programs-specific override: extra space below section-head */
      .nd-section-head { margin: 0 0 40px; }
      .nd-section-head h2 { margin: 14px 0 0; }

      /* Architecture mosaic */
      .nd-arch-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 1fr; gap: 16px; }
      .nd-arch-card { grid-column: span 2; border-radius: var(--r-md); padding: 28px; display: flex; flex-direction: column; justify-content: space-between; min-height: 180px; }
      .nd-arch-card--navy { background: var(--c-navy); color: #fff; }
      .nd-arch-card--blue { background: var(--c-blue); color: #fff; }
      .nd-arch-card--cream { background: #f0eee9; color: var(--c-navy); border: 1px solid rgba(0,31,84,0.1); }
      .nd-arch-card--white { background: #fff; color: var(--c-navy); border: 1px solid rgba(0,31,84,0.1); }
      .nd-arch-num { font-family: var(--font-heading); font-size: 56px; font-weight: 700; letter-spacing: -1.5px; line-height: 0.95; }
      .nd-arch-num--sky { color: var(--c-sky); }
      .nd-arch-num--blue { color: var(--c-blue); }
      .nd-arch-label { font-family: var(--font-heading); font-size: 16px; font-weight: 700; margin-bottom: 4px; }
      .nd-arch-sub { font-size: 13px; opacity: 0.72; line-height: 1.4; }

      /* Format cards */
      .nd-formats-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 20px; }
      .nd-format-card { position: relative; overflow: hidden; border-radius: var(--r-md); padding: 32px; background: #fff; color: var(--c-navy); border: 1px solid rgba(0,31,84,0.12); display: flex; flex-direction: column; min-height: 360px; }
      .nd-format-card--featured { background: linear-gradient(135deg, var(--c-navy) 0%, var(--c-blue) 100%); color: #fff; border: none; box-shadow: 0 18px 48px rgba(0,31,84,0.22); }
      .nd-format-pill { position: absolute; top: 14px; right: 14px; background: var(--c-sky); color: var(--c-navy); padding: 4px 10px; border-radius: var(--r-pill); font-size: 10.5px; font-family: var(--font-heading); font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
      .nd-format-tag { font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; color: var(--c-blue); margin-bottom: 14px; }
      .nd-format-card--featured .nd-format-tag { color: var(--c-sky); }
      .nd-format-title { font-family: var(--font-heading); font-size: 28px; font-weight: 700; margin: 0 0 14px; letter-spacing: -0.3px; line-height: 1.15; }
      .nd-format-card--featured .nd-format-title { color: #fff; }
      .nd-format-desc { font-size: 15px; line-height: 1.6; color: rgba(0,31,84,0.78); margin: 0; flex: 1; }
      .nd-format-card--featured .nd-format-desc { color: rgba(255,255,255,0.85); }
      .nd-format-price { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(0,31,84,0.1); font-family: var(--font-heading); font-size: 18px; font-weight: 700; color: var(--c-blue); letter-spacing: -0.2px; }
      .nd-format-card--featured .nd-format-price { border-top-color: rgba(160,228,241,0.25); color: var(--c-sky); }

      /* Module cards */
      .nd-modules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
      .nd-module-card { background: #fff; border: 1px solid rgba(0,31,84,0.12); border-radius: var(--r-md); padding: 28px; display: flex; flex-direction: column; }
      .nd-module-num { font-family: var(--font-heading); font-size: 36px; font-weight: 700; color: var(--c-blue); letter-spacing: -1px; line-height: 1; }
      .nd-module-tag { font-family: var(--font-heading); font-size: 10.5px; font-weight: 700; letter-spacing: 1.4px; color: rgba(0,31,84,0.55); text-transform: uppercase; }
      .nd-module-title { font-family: var(--font-heading); font-size: 24px; font-weight: 700; margin: 0 0 14px; letter-spacing: -0.4px; line-height: 1.2; color: var(--c-navy); }
      .nd-module-lead { font-size: 14.5px; line-height: 1.55; color: rgba(0,31,84,0.78); margin: 0 0 22px; }
      .nd-module-spec-label { font-family: var(--font-heading); font-size: 10.5px; font-weight: 700; letter-spacing: 1.3px; color: var(--c-blue); text-transform: uppercase; margin-bottom: 4px; }
      .nd-module-spec-body { color: rgba(0,31,84,0.78); font-size: 13.5px; line-height: 1.5; }

      /* Journey */
      .nd-journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; position: relative; }
      .nd-journey-card { background: #fff; border: 1px solid rgba(0,31,84,0.1); border-radius: var(--r-md); padding: 24px; position: relative; }
      .nd-journey-arrow { position: absolute; right: -10px; top: 50%; transform: translateY(-50%); color: var(--c-blue); font-size: 18px; font-family: var(--font-heading); font-weight: 700; z-index: 2; }
      .nd-journey-step-num { font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 1.6px; color: var(--c-blue); margin-bottom: 12px; }
      .nd-journey-title { font-family: var(--font-heading); font-size: 19px; font-weight: 700; color: var(--c-navy); margin: 0 0 8px; letter-spacing: -0.2px; line-height: 1.2; }
      .nd-journey-body { font-size: 13.5px; line-height: 1.5; color: rgba(0,31,84,0.72); }
      .nd-journey-callout { margin-top: 36px; padding: 24px; background: #fff; border-radius: var(--r-md); border: 1px solid rgba(0,31,84,0.1); display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
      .nd-journey-mark { width: 40px; height: 40px; border-radius: 50%; background: var(--c-navy); color: var(--c-sky); display: grid; place-items: center; font-size: 18px; font-family: var(--font-heading); font-weight: 700; flex-shrink: 0; }

      /* Booking */
      .nd-booking-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: start; }
      .nd-booking-form { background: #fff; border: 1px solid rgba(0,31,84,0.12); border-radius: var(--r-md); padding: 36px; }
      .nd-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
      .nd-form-field { display: block; }
      .nd-form-field--full { grid-column: 1 / -1; }
      .nd-form-label { font-family: var(--font-heading); font-size: 12px; font-weight: 600; color: var(--c-navy); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 8px; display: block; }
      .nd-form-input { width: 100%; padding: 12px 14px; border-radius: var(--r-sm); border: 1px solid rgba(0,31,84,0.2); background: #fff; font-size: 15px; color: var(--c-navy); font-family: inherit; }
      .nd-form-textarea { min-height: 96px; resize: vertical; }
      .nd-form-consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; font-size: 13.5px; color: rgba(0,31,84,0.78); }

      /* Pricing aside */
      .nd-pricing-aside { background: var(--c-navy); color: #fff; border-radius: var(--r-md); overflow: hidden; position: sticky; top: 100px; box-shadow: 0 18px 48px rgba(0,31,84,0.18); }
      .nd-pricing-inner { padding: 32px; }
      .nd-pricing-title { font-family: var(--font-heading); font-size: 28px; font-weight: 700; letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 6px; }
      .nd-pricing-meta { font-size: 13.5px; color: rgba(255,255,255,0.6); margin-bottom: 24px; }
      .nd-pricing-price-block { padding: 20px 0; border-top: 1px solid rgba(160,228,241,0.2); border-bottom: 1px solid rgba(160,228,241,0.2); margin-bottom: 22px; }
      .nd-pricing-price-label { font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 8px; }
      .nd-pricing-price-value { font-family: var(--font-heading); font-size: 40px; font-weight: 700; color: var(--c-sky); letter-spacing: -1.2px; line-height: 1; margin-bottom: 10px; }
      .nd-pricing-perks { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 10px; }
      .nd-pricing-perks li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.45; color: rgba(255,255,255,0.88); }
      .nd-pricing-perks li::before { content: "✓"; color: var(--c-sky); font-family: var(--font-heading); font-weight: 700; flex-shrink: 0; }
      .nd-pricing-cta { font-family: var(--font-heading); display: block; text-align: center; padding: 14px 22px; background: var(--c-sky); color: var(--c-navy); border-radius: var(--r-sm); font-size: 14px; font-weight: 700; text-decoration: none; }

      /* Trust strip */
      [data-nd="trust"] .marquee::before { background: linear-gradient(to right, #f0eee9 0%, rgba(240,238,233,0) 100%); }
      [data-nd="trust"] .marquee::after { background: linear-gradient(to left, #f0eee9 0%, rgba(240,238,233,0) 100%); }
      .nd-trust-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; align-items: center; }
      .nd-trust-card { padding: 18px 14px; border-radius: var(--r-sm); background: #fff; border: 1px solid rgba(0,31,84,0.08); display: flex; align-items: center; justify-content: center; min-height: 64px; }
      .nd-trust-card img { max-width: 100%; max-height: 36px; width: auto; height: auto; object-fit: contain; opacity: 0.75; filter: grayscale(1); transition: opacity 0.2s, filter 0.2s; }
      .nd-trust-card:hover img { opacity: 1; filter: grayscale(0); }

      /* CTA banner — programs-specific layout */
      .nd-cta-banner { border-radius: var(--r-lg); overflow: hidden; background: linear-gradient(135deg, var(--c-navy) 0%, var(--c-blue) 100%); color: #fff; padding: 64px 56px; }
      .nd-cta-title { font-family: var(--font-heading); font-size: 52px; font-weight: 700; letter-spacing: -1px; line-height: 1.05; margin: 14px 0 20px; color: #fff; }
      .nd-cta-body { font-size: 19px; line-height: 1.5; opacity: 0.88; margin: 0 0 28px; max-width: 720px; }
      .nd-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
      .nd-cta-actions a:first-child { font-family: var(--font-heading); padding: 16px 26px; background: #fff; color: var(--c-navy); border-radius: var(--r-sm); font-size: 14px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; }
      .nd-cta-actions a:nth-child(2) { font-family: var(--font-heading); padding: 14px 22px; border: 1.5px solid rgba(255,255,255,0.5); color: #fff; background: transparent; border-radius: var(--r-sm); font-size: 14px; font-weight: 600; text-decoration: none; }

      @media (max-width: 768px) {
        .nd-arch-grid { grid-template-columns: 1fr 1fr; }
        .nd-arch-card { grid-column: span 1; padding: 20px; min-height: 140px; }
        .nd-arch-num { font-size: 38px; }
        .nd-formats-grid { grid-template-columns: 1fr; gap: 14px; }
        .nd-format-card { padding: 24px; min-height: 280px; }
        .nd-format-title { font-size: 22px; }
        .nd-modules-grid { grid-template-columns: 1fr; gap: 14px; }
        .nd-module-card { padding: 24px; }
        .nd-module-title { font-size: 20px; }
        .nd-journey-grid { grid-template-columns: 1fr; }
        .nd-journey-arrow { display: none; }
        .nd-booking-grid { grid-template-columns: 1fr; gap: 20px; }
        .nd-booking-form { padding: 24px; }
        .nd-form-grid { grid-template-columns: 1fr; }
        .nd-pricing-aside { position: static; }
        .nd-pricing-inner { padding: 24px; }
        .nd-pricing-title { font-size: 24px; }
        .nd-trust-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
        .nd-trust-card { font-size: 12px; }
        .nd-cta-banner { padding: 40px 24px; }
        .nd-cta-title { font-size: 30px; }
        .nd-cta-body { font-size: 16px; }
      }
