.page-template-home-figma {
  --ndf-navy: #11223f;
  --ndf-navy-dark: #0f2748;
  --ndf-gold: #b08d57;
  --ndf-gold-dark: #b08d57;
  --ndf-gold-hover: #c9a574;
  --ndf-ink: #11223f;
  --ndf-muted: #6b7080;
  --ndf-line: #d9e0eb;
  --ndf-input: #f7f9fc;
  --ndf-soft: #edf2f8;
  --ndf-white: #fff;
  background: var(--ndf-white);
  color: var(--ndf-ink);
}

.page-template-home-figma .nd-topbar { display: none; }
.page-template-home-figma > nav,
.page-template-home-figma nav.absolute {
  position: absolute;
  top: 0;
  z-index: 55;
  height: 100px;
  padding: 0;
  border: 0;
  background: var(--ndf-navy);
  box-shadow: none;
}
.page-template-home-figma nav.absolute > .container { height: 100%; max-width: 1330px; }
.page-template-home-figma nav.absolute > .container > div {
  height: 100%;
  position: relative;
  justify-content: center;
}
.page-template-home-figma nav.absolute > .container > div > a.flex-shrink-0 {
  position: absolute;
  left: 0;
  top: 18px;
}
.page-template-home-figma nav.absolute img { height: 64px; filter: brightness(0) invert(1); }
.page-template-home-figma nav.absolute .hidden.lg\:flex {
  gap: 42px;
  padding-right: 137px;
}
.page-template-home-figma nav.absolute .hidden.lg\:flex > a,
.page-template-home-figma nav.absolute [data-mega-toggle] {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.page-template-home-figma nav.absolute [data-mega-toggle] svg { display: none; }
.page-template-home-figma nav.absolute .site-phone {
  position: absolute;
  right: 0;
  color: #fff;
  background-color: transparent;
  background-image: url('../images/icons/line-md-arrow-up.svg');
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px 16px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 999px;
  padding: 9px 50px 9px 20px;
  font-size: 16px;
  box-shadow: none;
  transition: color .2s ease, border-color .2s ease, background-image .2s ease;
}
.page-template-home-figma nav.absolute .site-phone:hover,
.page-template-home-figma nav.absolute .site-phone:active,
.page-template-home-figma nav.absolute .site-phone:focus-visible {
  color: var(--ndf-gold);
  border-color: var(--ndf-gold);
  background-image: url('../images/icons/line-md-arrow-up-gold.svg');
}
.page-template-home-figma nav.absolute .site-phone svg { display: none; }
.page-template-home-figma nav.absolute [data-drawer-toggle] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: transparent;
}
.page-template-home-figma nav.absolute [data-drawer-toggle] svg,
.page-template-home-figma nav.absolute [data-drawer-toggle] .text-primary {
  color: #fff !important;
  stroke: #fff;
}
.page-template-home-figma #main-content { overflow: hidden; }
.page-template-home-figma > footer {
  background-color: #102139;
}
.page-template-home-figma > footer > .container { padding-bottom: 48px; }

/* Footer — Figma node 51:1964 */
.page-template-home-figma > footer .grid { gap: 48px; margin-bottom: 48px; }
.page-template-home-figma .ndf-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-template-home-figma .ndf-footer-license {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font: 400 14px/20px Inter, sans-serif;
}
.page-template-home-figma .ndf-footer-license__icon {
  display: inline-flex;
  color: var(--ndf-gold);
}
@media (min-width: 768px) {
  .page-template-home-figma > footer > .container { padding-top: 61px; }
  .page-template-home-figma .ndf-footer-brand img {
    height: 58px;
    width: auto;
  }
  .page-template-home-figma .ndf-footer-license {
    width: 200px;
    border-top: 1px solid #20447a;
    padding-top: 22px;
    padding-left: 7px;
    font-size: 16px;
  }
}

/* Floating sticky CTA — footer.php #floating-quote-btn (Schedule Free Consultation) */
.page-template-home-figma #floating-quote-btn a {
  background-color: #B08D57 !important;
  color: #fff !important;
  box-shadow: 0 8px 32px rgba(17, 34, 63, 0.18);
}
.page-template-home-figma #floating-quote-btn a:hover,
.page-template-home-figma #floating-quote-btn a:focus-visible {
  background-color: #DDB98A !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(176, 141, 87, 0.38);
}

.ndf-home, .ndf-home * { box-sizing: border-box; }
.ndf-home {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
}
.ndf-home h1,
.ndf-home h2,
.ndf-home .ndf-short-form__head h2,
.ndf-home .ndf-contact__card-head h3 {
  font-family: Archivo, Inter, sans-serif;
}
.ndf-container { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }

.ndf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: .2s ease;
}
.ndf-button--gold { color: #fff; background: var(--ndf-gold); box-shadow: 0 6px 16px rgba(120,91,47,.18); transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease; }

/* Schedule Free Consultation — Figma fill #B08D57 (hero, mid-form, FAQ, contact; desktop + mobile) */
.page-template-home-figma .ndf-schedule-cta {
  background-color: #b08d57;
  color: #fff;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.page-template-home-figma .ndf-schedule-cta:hover,
.page-template-home-figma .ndf-schedule-cta:focus-visible {
  color: #fff;
  background-color: var(--ndf-gold-hover);
  box-shadow: 0 6px 16px rgba(120,91,47,.12);
}
.page-template-home-figma .ndf-schedule-cta:active {
  color: #fff;
  background-color: #b08d57;
}
.ndf-button--outline { color: var(--ndf-navy); border-color: var(--ndf-navy); background: transparent; }
.ndf-button--outline:hover { color: #fff; background: var(--ndf-navy); }

.ndf-hero {
  position: relative;
  min-height: 711px;
  padding-top: 100px;
  color: #fff;
  background: #111;
}
.ndf-hero__image, .ndf-hero__shade {
  position: absolute;
  inset: 100px 0 0;
  width: 100%;
  height: calc(100% - 100px);
}
.ndf-hero__image { object-fit: cover; }
.ndf-hero__shade {
  background: linear-gradient(90deg, rgba(9,18,31,.78) 0%, rgba(9,18,31,.42) 47%, rgba(9,18,31,.18) 100%);
}
.ndf-hero__content {
  position: relative;
  z-index: 2;
  max-width: none;
  padding-top: 186px;
}
.ndf-license {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 11px;
  margin-bottom: 24px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(255,255,255,.2);
  color: #fff;
  font: 600 12px/14.5px Inter, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ndf-hero h1 {
  margin: 0 0 13px;
  color: #fff;
  font-family: Archivo, Inter, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: 0;
}
.ndf-hero__content > p {
  max-width: 737px;
  margin: 0 0 24px;
  color: rgba(255,255,255,.92);
  font: 500 17px/28.9px Inter, sans-serif;
  letter-spacing: 0;
}
.ndf-proof-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  max-width: 737px;
}
.ndf-proof-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.92);
  font: 400 13px/20.15px Inter, sans-serif;
  letter-spacing: .13px;
}
.ndf-proof-icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: var(--ndf-gold);
  flex-shrink: 0;
}
.ndf-hero__form-wrap {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -135px;
  transform: translateX(-50%);
  width: 1280px;
  max-width: calc(100% - 80px);
}

.ndf-short-form {
  width: 100%;
  min-height: 220px;
  padding: 40px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(17,34,63,.12);
  color: var(--ndf-ink);
}
.ndf-short-form__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: end;
  margin-bottom: 38px;
}
.ndf-short-form__head h2 {
  margin: 0;
  color: var(--ndf-ink);
  font-family: Archivo, Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 31.5px;
  letter-spacing: 0;
}
.ndf-short-form__head p {
  position: relative;
  top: -5px;
  margin: 0;
  color: var(--ndf-ink);
  font: 500 19px/26.6px Inter, sans-serif;
  text-align: right;
}
.ndf-short-form__head--centered {
  grid-template-columns: 1fr;
  gap: 36px;
  justify-items: center;
  margin-bottom: 35px;
  text-align: center;
}
.ndf-short-form__head--centered h2 {
  font-size: 56px;
  font-weight: 500;
}
.ndf-short-form__head--centered p { text-align: center; }
.ndf-short-form__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.ndf-field label,
.ndf-contact__card label {
  display: block;
  margin-bottom: 8px;
  color: var(--ndf-muted);
  font: 600 14px/18.2px Inter, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ndf-field input,
.ndf-field select,
.ndf-field textarea,
.ndf-contact__card input,
.ndf-contact__card select,
.ndf-contact__card textarea {
  display: block;
  width: 100%;
  height: 43px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background: var(--ndf-input);
  color: var(--ndf-ink);
  font: 400 16px/26.4px Inter, sans-serif;
  outline: none;
}
.ndf-field input:focus,
.ndf-field input:focus-visible,
.ndf-field select:focus,
.ndf-field select:focus-visible,
.ndf-field textarea:focus,
.ndf-field textarea:focus-visible,
.ndf-contact__card input:focus,
.ndf-contact__card input:focus-visible,
.ndf-contact__card select:focus,
.ndf-contact__card select:focus-visible,
.ndf-contact__card textarea:focus,
.ndf-contact__card textarea:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 1px #b8c0cc;
  --tw-ring-shadow: 0 0 #0000;
  --tw-ring-offset-shadow: 0 0 #0000;
}
.ndf-field input:focus,
.ndf-field input:focus-visible,
.ndf-field select:focus,
.ndf-field select:focus-visible,
.ndf-field textarea:focus,
.ndf-field textarea:focus-visible,
.ndf-contact__card input:focus,
.ndf-contact__card input:focus-visible,
.ndf-contact__card select:focus,
.ndf-contact__card select:focus-visible,
.ndf-contact__card textarea:focus,
.ndf-contact__card textarea:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 1px #b8c0cc;
  --tw-ring-shadow: 0 0 #0000;
  --tw-ring-offset-shadow: 0 0 #0000;
}
.ndf-field input.ndf-field--invalid,
.ndf-contact__card input.ndf-field--invalid,
.ndf-field.ndf-field--invalid input,
.ndf-field.ndf-field--invalid select,
.ndf-field.ndf-field--invalid textarea {
  box-shadow: inset 0 0 0 2px #c53030;
}
.ndf-field.ndf-field--invalid input:focus,
.ndf-field.ndf-field--invalid input:focus-visible,
.ndf-field.ndf-field--invalid select:focus,
.ndf-field.ndf-field--invalid select:focus-visible,
.ndf-field.ndf-field--invalid textarea:focus,
.ndf-field.ndf-field--invalid textarea:focus-visible,
.ndf-contact__card .ndf-field--invalid input:focus,
.ndf-contact__card .ndf-field--invalid input:focus-visible,
.ndf-contact__card .ndf-field--invalid select:focus,
.ndf-contact__card .ndf-field--invalid select:focus-visible,
.ndf-contact__card .ndf-field--invalid textarea:focus,
.ndf-contact__card .ndf-field--invalid textarea:focus-visible {
  box-shadow: inset 0 0 0 2px #c53030;
}
.ndf-field__error {
  display: block;
  margin-top: 6px;
  color: #c53030;
  font: 500 12px/16px Inter, sans-serif;
}
.ndf-field__error[hidden] {
  display: none;
}
.ndf-field__hint {
  display: block;
  margin-top: 4px;
  color: #6b7080;
  font: 400 12px/16px Inter, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
.ndf-contact__card .ndf-field__hint {
  margin-top: 4px;
}
.ndf-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%2311223f' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}
.ndf-button--submit {
  width: 290px;
  max-width: 100%;
  height: 43px;
  min-height: 43px;
  padding: 0 20px;
  gap: 8px;
  border-radius: 999px;
  font: 600 16px/19.36px Inter, sans-serif;
  letter-spacing: .3px;
  box-sizing: border-box;
  justify-self: center;
}
@media (min-width: 768px) {
  .ndf-short-form__grid > .ndf-button--submit {
    margin-top: 26px;
  }
}

/* Block 02 — Certifications (Figma node 55:2295) */
.ndf-certs {
  min-height: 319px;
  padding: 166px 0 59px;
  background: #edf1f7;
}
.ndf-certs__title {
  margin: 0 0 40px;
  color: #b08d57;
  font: 600 12px/15px Inter, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.ndf-certs__grid,
.ndf-certs__track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
.ndf-certs__slide { display: contents; }
.ndf-certs__viewport { overflow: visible; }
.ndf-certs__dots { display: none; }
.ndf-certs__item { text-align: center; }
.ndf-certs__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
  transition: transform 0.3s ease;
}
.page-template-home-figma .ndf-certs__item:hover .ndf-certs__logo,
.page-template-home-figma .ndf-certs__item:focus-within .ndf-certs__logo {
  transform: scale(1.1);
}
.ndf-certs__item img {
  width: 100%;
  max-width: 190px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 0;
}
.ndf-certs__stars { color: #b08d57; letter-spacing: 2px; font-size: 12px; margin-bottom: 4px; }
.ndf-certs__item p { margin: 0; color: #6b7080; font: 400 12px/16px Inter, sans-serif; }

/* Block 03 — Services (Figma node 46:327, values from REST API) */
.ndf-services {
  min-height: 1451px;
  padding: 60px 0 100px;
  background: #edf1f7;
}
.ndf-services__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 40px;
}
.ndf-services__intro { max-width: 628px; }
.ndf-services__eyebrow {
  display: block;
  margin: 0 0 16px;
  color: #b08d57;
  font: 600 12px/15px Inter, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ndf-services__title {
  margin: 0;
  color: #11223f;
  font: 500 56px/62px Archivo, Inter, sans-serif;
  letter-spacing: 0;
}
.ndf-services__aside { max-width: 628px; text-align: left; }
.ndf-services__subtitle {
  margin: 0 0 4px;
  color: #11223f;
  font: 500 19px/26.6px Inter, sans-serif;
}
.ndf-services__compare {
  display: grid;
  gap: 16px;
  justify-content: flex-start;
  justify-items: flex-start;
}
.ndf-services__compare-hint {
  color: #6b7080;
  font: 400 14px/21.7px Inter, sans-serif;
}
.ndf-services__compare-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 43px;
  padding: 0 24px;
  border: 1px solid #152951;
  border-radius: 999px;
  color: #0f2038;
  font: 600 16px/19.36px Inter, sans-serif;
  letter-spacing: .3px;
  text-decoration: none;
  background: #f7f9fc;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}
.page-template-home-figma .ndf-services__compare-btn:hover,
.page-template-home-figma .ndf-services__compare-btn:active,
.page-template-home-figma .ndf-services__compare-btn:focus-visible {
  color: var(--ndf-gold);
  border-color: var(--ndf-gold);
  background: #f7f9fc;
}
.ndf-services__grid,
.ndf-services__track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.ndf-services__compare--mobile { display: none; }
.ndf-services__viewport { overflow: visible; }
.ndf-services__dots { display: none; }
.ndf-services__card {
  display: flex;
  flex-direction: column;
  min-height: 556px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.ndf-services__card-media {
  flex: none;
  height: 300px;
  overflow: hidden;
}
.ndf-services__card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
  transform: scale(1);
}
.page-template-home-figma .ndf-services__card:hover .ndf-services__card-media img,
.page-template-home-figma .ndf-services__card:focus-visible .ndf-services__card-media img {
  transform: scale(1.1);
}
.ndf-services__card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 49px 20px 24px;
}
.ndf-services__card-copy { margin-bottom: 24px; }
.ndf-services__card-copy h3 {
  margin: 0 0 8px;
  color: #11223f;
  font: 500 30px/31px Archivo, Inter, sans-serif;
  letter-spacing: 0;
}
.ndf-services__card-copy p {
  margin: 0;
  color: #6b7080;
  font: 400 16px/26.4px Inter, sans-serif;
}
.ndf-services__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.ndf-services__tags span {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f2ebdd;
  color: #b08d57;
  font: 600 12px/16px Inter, sans-serif;
  letter-spacing: .36px;
}
.ndf-services__link {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  color: #0f2038;
  font: 600 16px/19.36px Inter, sans-serif;
  letter-spacing: .3px;
  text-decoration: none;
  transition: color .2s ease;
}
.ndf-services__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 90px;
  height: 1px;
  background: #0f2038;
  transition: background-color .2s ease;
}
.page-template-home-figma .ndf-services__card:hover .ndf-services__link,
.page-template-home-figma .ndf-services__card:focus-visible .ndf-services__link,
.page-template-home-figma .ndf-services__card:active .ndf-services__link {
  color: var(--ndf-gold);
}
.page-template-home-figma .ndf-services__card:hover .ndf-services__link::after,
.page-template-home-figma .ndf-services__card:focus-visible .ndf-services__link::after,
.page-template-home-figma .ndf-services__card:active .ndf-services__link::after {
  background: var(--ndf-gold);
}

.ndf-short-contact {
  min-height: 414px;
  display: flex;
  align-items: center;
  background: #edf1f7;
  padding: 0 0 80px;
}
.ndf-short-contact .ndf-short-form {
  padding: 56px 40px 40px;
  box-shadow: 0 8px 32px rgba(17, 34, 63, .08);
}

/* Block 05 — Why (Figma node 47:480) */
.ndf-why {
  min-height: auto;
  padding: 20px 0 0;
  background: #edf1f7;
}
.ndf-why__header {
  max-width: none;
  margin: 0 auto 40px;
  text-align: center;
}
.ndf-why__eyebrow {
  display: block;
  margin: 0 0 16px;
  color: #b08d57;
  font: 600 12px/15px Inter, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ndf-why__title {
  margin: 0 0 16px;
  color: #11223f;
  font: 500 56px/62px Archivo, Inter, sans-serif;
  letter-spacing: 0;
}
.ndf-why__subtitle {
  margin: 0;
  color: #6b7080;
  font: 400 19px/26.6px Inter, sans-serif;
}
.ndf-why__grid,
.ndf-why__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 40px;
}
.ndf-why__viewport { overflow: visible; }
.ndf-why__dots { display: none; }
.ndf-why__card {
  padding: 42px 40px 41px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(17, 34, 63, .06);
}
.ndf-why__card h3 {
  margin: 0;
  height: 73px;
  color: #11223f;
  font: 600 28px/1.1 Inter, sans-serif;
}
.ndf-why__card-title-muted {
  color: #6b7080;
}
.ndf-why__card p {
  margin: 0;
  color: #6b7080;
  font: 400 16px/26.4px Inter, sans-serif;
}
.ndf-why__credentials {
  padding: 59px 40px 60px;
  background: #0f2038;
  text-align: center;
}
.ndf-why__credentials-title {
  margin: 0 0 12px;
  color: #fff;
  font: 500 45px/1 Archivo, Inter, sans-serif;
}
.ndf-why__credentials-sub {
  margin: 0 0 44px;
  color: rgba(255, 255, 255, .72);
  font: 400 16px/26.4px Inter, sans-serif;
}
.ndf-why__credentials-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 19px 32px;
  max-width: 1268px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}
.ndf-why__credentials-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(217, 224, 235, .1);
  color: #fff;
  font: 400 16px/21px Inter, sans-serif;
}
.ndf-why__check {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #b08d57;
  flex-shrink: 0;
}

/* Block 06 — Timeline (Figma node 48:785) */
.ndf-timeline {
  min-height: 765px;
  padding: 121px 0 60px;
  background: #fff;
}
.ndf-timeline__header {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}
.ndf-timeline__eyebrow {
  display: block;
  margin: 0 0 16px;
  color: #b08d57;
  font: 600 12px/15px Inter, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ndf-timeline__title {
  margin: 0 0 16px;
  color: #11223f;
  font: 500 56px/62px Archivo, Inter, sans-serif;
}
.ndf-timeline__subtitle {
  margin: 0;
  color: #6b7080;
  font: 400 19px/26.6px Inter, sans-serif;
}
.ndf-timeline__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.ndf-timeline__step {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.ndf-timeline__step:nth-child(-n+3) {
  margin-bottom: -8px;
  padding-bottom: 21px;
  border-bottom: 1px solid #eee;
}
.ndf-timeline__time {
  margin: 0 0 25px;
  padding-top: 10px;
  color: #11223f;
  font: 600 42px/36px Archivo, Inter, sans-serif;
  letter-spacing: 0;
}
.ndf-timeline__step h3 {
  margin: 0 0 12px;
  color: #6b7080;
  font: 600 28px/26px Inter, sans-serif;
}
.ndf-timeline__step p:not(.ndf-timeline__time) {
  margin: 0;
  color: #6b7080;
  font: 400 16px/26.4px Inter, sans-serif;
}

/* Block 07 — Portfolio (Figma node 49:997) */
.ndf-portfolio {
  min-height: 697px;
  padding: 60px 0 0;
  background: #fff;
}
.ndf-portfolio__header {
  display: flex;
  justify-content: space-between;
  align-items: unset;
  gap: 24px;
  margin-bottom: 32px;
}
.ndf-portfolio__eyebrow {
  display: block;
  margin: 0 0 16px;
  color: #b08d57;
  font: 600 12px/15px Inter, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ndf-portfolio__title {
  margin: 0;
  color: #11223f;
  font: 500 56px/62px Archivo, Inter, sans-serif;
}
.ndf-portfolio__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: none;
  padding-top: 7px;
  text-align: left;
}
.ndf-portfolio__subtitle {
  margin: 0 0 3px;
  color: #11223f;
  font: 400 19px/26.6px Inter, sans-serif;
}
.ndf-portfolio__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}
.ndf-portfolio__filters a,
.ndf-portfolio__filters button {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 24px;
  border: 1px solid #d9e0eb;
  border-radius: 999px;
  color: #6b7080;
  font: 500 14px/1 Inter, sans-serif;
  text-decoration: none;
  background: #fff;
  cursor: pointer;
}
.ndf-portfolio__filters a.is-active,
.ndf-portfolio__filters a:hover,
.ndf-portfolio__filters button.is-active,
.ndf-portfolio__filters button:hover {
  color: #fff;
  background: #11223f;
  border-color: #11223f;
}
.ndf-portfolio__viewport {
  overflow: hidden;
}
.ndf-portfolio__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ndf-portfolio__track::-webkit-scrollbar { display: none; }
.ndf-portfolio__slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  scroll-snap-align: start;
}
.ndf-portfolio__item {
  height: 420px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #ddd;
  cursor: pointer;
}
.ndf-portfolio__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ndf-portfolio__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.ndf-portfolio__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c5ceda;
  cursor: pointer;
}
.ndf-portfolio__dots button.is-active {
  width: 28px;
  background: #11223f;
}
.ndf-portfolio--mobile { display: none; }
.ndf-portfolio--desktop { display: block; }

/* Block 08 — Founder (Figma node 74:29) */
.ndf-founder {
  min-height: 663px;
  padding: 60px 0;
  background: #fff;
}
.ndf-founder__header {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}
.ndf-founder__eyebrow {
  display: block;
  margin: 0 0 16px;
  color: #b08d57;
  font: 600 12px/15px Inter, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ndf-founder__title {
  margin: 0;
  color: #11223f;
  font: 500 56px/62px Archivo, Inter, sans-serif;
}
.ndf-founder__card {
  display: flex;
  gap: 25px;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.ndf-founder__card > img {
  width: 625px;
  min-width: 625px;
  max-height: 420px;
  border-radius: 8px;
  object-fit: cover;
  object-position: top;
}
.ndf-founder__body {
  width: 50%;
  padding: 13px 0 0;
  color: #6b7080;
  font: 400 16px/26.4px Inter, sans-serif;
}
.ndf-founder__lead {
  margin: 0 0 21px;
  color: #11223f;
  font: 300 16px/26.6px Inter, sans-serif;
}
.ndf-founder blockquote {
  position: relative;
  margin: 0 0 60px;
  padding: 0 0 0 20px;
  border-left: 1px solid #d9e0eb;
  color: #566781;
  font: 400 16px/26.4px Inter, sans-serif;
  font-style: italic;
}
.ndf-founder cite {
  position: absolute;
  bottom: -35px;
  left: 15px;
  display: block;
  color: #6b7080;
  font: 600 13px/14px Inter, sans-serif;
  font-style: normal;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.ndf-founder__link {
  position: relative;
  top: 25px;
  color: #11223f;
  font: 600 16px/19px Inter, sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Block 09 — Houzz (Figma node 50:1379) */
.ndf-houzz {
  min-height: 530px;
  padding: 60px 0;
  color: #fff;
  background: #0f2038;
}
.ndf-houzz__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  column-gap: 36px;
  row-gap: 0;
}
.ndf-houzz__col-head,
.ndf-houzz__col-tail {
  flex: 0 0 615px;
  max-width: 615px;
  min-width: 0;
}
.ndf-houzz__eyebrow {
  display: block;
  margin: 0 0 16px;
  color: #b08d57;
  font: 600 12px/15px Inter, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ndf-houzz__logo {
  display: block;
  width: auto;
  height: 32px;
  margin: 0 0 25px;
  object-fit: contain;
  object-position: left center;
}
.ndf-houzz__title {
  margin: 0 0 24px;
  color: #fff;
  font: 500 56px/1.1 Archivo, Inter, sans-serif;
}
.ndf-houzz blockquote {
  margin: 0 0 30px;
  padding: 0 0 0 15px;
  border-left: 1px solid #eee;
  color: rgba(255, 255, 255, .82);
  font: 400 16px/26.4px Inter, sans-serif;
}
.ndf-houzz cite {
  display: block;
  margin-top: 22px;
  color: rgba(255, 255, 255, .62);
  font: 600 13px/14px Inter, sans-serif;
  font-style: normal;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.ndf-houzz__link {
  color: #fff;
  font: 600 16px/19px Inter, sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ndf-houzz__figure {
  flex: 1 1 280px;
  min-width: 0;
  margin: 0;
  align-self: center;
}
.ndf-houzz__media {
  display: block;
  width: 100%;
  height: 410px;
  margin: 0;
  border-radius: 12px;
  object-fit: cover;
}

/* Block 10 — Testimonials (Figma node 50:1403) */
.ndf-testimonials {
  min-height: 561px;
  padding: 60px 0 59px;
  background: #edf1f7;
}
.ndf-testimonials__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 40px;
}
.ndf-testimonials__eyebrow {
  display: block;
  margin: 0 0 16px;
  color: #b08d57;
  font: 600 12px/15px Inter, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ndf-testimonials__title {
  margin: 0;
  color: #11223f;
  font: 500 56px/62px Archivo, Inter, sans-serif;
}
.ndf-testimonials__reviews {
  position: relative;
  top: -10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  width: auto;
  min-width: 200px;
  margin: 0;
  text-align: right;
}
.ndf-testimonials__reviews-lead {
  margin: 0;
  color: #6b7080;
  font: 400 14px/21.7px Inter, sans-serif;
}
.ndf-testimonials__reviews-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  margin: 0;
}
.ndf-testimonials__reviews-sep {
  margin: 0 12px;
  color: #c5ceda;
  font: 400 14px/1 Inter, sans-serif;
  user-select: none;
}
.ndf-testimonials__reviews-links a {
  color: #11223f;
  font: 600 14px/21.7px Inter, sans-serif;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.ndf-testimonials__reviews-links a:hover {
  color: var(--ndf-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ndf-testimonials__reviews-links a:active {
  color: #8f7345;
}
.ndf-testimonials__reviews-links a:focus-visible {
  outline: 2px solid var(--ndf-gold);
  outline-offset: 2px;
  border-radius: 2px;
}
.ndf-testimonials__viewport {
  overflow: hidden;
}
.ndf-testimonials__track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ndf-testimonials__track::-webkit-scrollbar { display: none; }
.ndf-testimonials__slide {
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
  min-width: 0;
  padding-bottom: 25px;
}
.ndf-testimonials__card {
  padding: 17px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(17, 34, 63, .06);
}
.ndf-testimonials__tag {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 12px;
  margin-bottom: 17px;
  border-radius: 999px;
  background: #f2ebdd;
  color: #b08d57;
  font: 600 11px/16px Inter, sans-serif;
  letter-spacing: .5px;
}
.ndf-testimonials__stars {
  margin-bottom: 5px;
  color: #b08d57;
  letter-spacing: 2.4px;
  font-size: 18px;
}
.ndf-testimonials__card blockquote {
  min-height: 120px;
  margin: 0 0 4px;
  color: #566781;
  font: 400 16px/1.6 Inter, sans-serif;
  font-style: italic;
}
.ndf-testimonials__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ndf-testimonials__avatar {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #11223f;
  color: #fff;
  font: 600 16px/1 Inter, sans-serif;
}
.ndf-testimonials__meta {
  display: grid;
  gap: 2px;
}
.ndf-testimonials__meta b {
  color: #11223f;
  font: 600 12px/16px Inter, sans-serif;
  letter-spacing: .5px;
}
.ndf-testimonials__meta small {
  color: #6b7080;
  font: 400 13px/18px Inter, sans-serif;
}
.ndf-testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 3px;
}
.ndf-testimonials__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c5ceda;
  cursor: pointer;
  transition: width 0.25s ease, background-color 0.2s ease;
}
.ndf-testimonials__dots button.is-active {
  width: 24px;
  background: #11223f;
}

/* Block 11 — FAQ (Figma node 50:1604) */
.ndf-faq {
  min-height: 964px;
  padding: 60px 0;
  background: #fff;
}
.ndf-faq__layout {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}
.ndf-faq__intro {
  width: 563px;
}
.ndf-faq__eyebrow {
  display: block;
  margin: 0 0 25px;
  color: #b08d57;
  font: 600 12px/15px Inter, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ndf-faq__title {
  margin: 0 0 16px;
  color: #11223f;
  font: 500 56px/62px Archivo, Inter, sans-serif;
}
.ndf-faq__subtitle {
  margin: 0 0 23px;
  color: #6b7080;
  font: 400 19px/26.6px Inter, sans-serif;
}
.ndf-faq__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 43px;
  padding: 0 24px;
  border-radius: 999px;
  color: #fff;
  background: #b08d57;
  font: 600 16px/19px Inter, sans-serif;
  text-decoration: none;
  transition: background-color .2s ease, box-shadow .2s ease;
}
.ndf-faq__cta--mobile { display: none; }
.ndf-faq__list {
  flex: 1;
  min-width: 0;
}
.ndf-faq__list details {
  border-bottom: 1px solid #d9e0eb;
}
.ndf-faq__list summary {
  position: relative;
  padding: 27px 0 25px;
  display: block;
  color: #11223f;
  font: 600 23px/1.28 Inter, sans-serif;
  cursor: pointer;
  list-style: none;
}
.ndf-faq__list summary::-webkit-details-marker { display: none; }
.ndf-faq__list summary span {
  position: absolute;
  top: 34%;
  right: 14px;
  color: #b08d57;
  font: 400 28px/1 Inter, sans-serif;
  transition: transform .2s ease;
  transform-origin: center;
}
.ndf-faq__list details[open] summary span {
  transform: rotate(45deg);
}
.ndf-faq__list details p {
  margin: 0 0 20px;
  padding-right: 40px;
  color: #6b7080;
  font: 400 16px/26.4px Inter, sans-serif;
}

/* Block 12 — Contact (Figma node 50:1720) */
.ndf-contact {
  min-height: 0;
  padding: 60px 0 96px;
  background: #edf1f7;
}
.ndf-contact__header {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}
.ndf-contact__eyebrow {
  display: block;
  margin: 0 0 16px;
  color: #b08d57;
  font: 600 12px/15px Inter, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ndf-contact__title {
  margin: 0 0 16px;
  color: #11223f;
  font: 500 56px/62px Archivo, Inter, sans-serif;
}
.ndf-contact__subtitle {
  margin: 0;
  color: #6b7080;
  font: 400 19px/26.6px Inter, sans-serif;
}
.ndf-contact__card {
  padding: 40px 40px 32px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(17, 34, 63, .08);
}
.ndf-contact__card-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: end;
  margin-bottom: 32px;
}
.ndf-contact__card-head h3 {
  margin: 0;
  color: #11223f;
  font: 600 30px/31px Archivo, Inter, sans-serif;
}
.ndf-contact__card-head p {
  margin: 0;
  color: #11223f;
  font: 500 19px/26.6px Inter, sans-serif;
  text-align: right;
}
.ndf-contact__card label.ndf-field {
  margin-bottom: 0;
}
.ndf-contact__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  margin-bottom: 16px;
}
.ndf-contact__card .ndf-field--span-2 {
  grid-column: 1 / -1;
}
.ndf-contact__card .ndf-field input,
.ndf-contact__card .ndf-field select {
  margin-top: 8px;
}
.ndf-contact__card label.ndf-field--full {
  display: block;
  margin-bottom: 32px;
}
.ndf-contact__card label.ndf-field--full textarea {
  margin-top: 8px;
}
.ndf-field--full { display: block; margin-bottom: 0; }
.ndf-contact__card textarea {
  height: 80px;
  min-height: 80px;
  padding: 12px;
  resize: vertical;
}
.ndf-contact__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  column-gap: 58px;
  align-items: end;
  padding-top: 18px;
}
.ndf-contact__consents {
  display: contents;
}
.ndf-contact .ndf-consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  min-width: 0;
  margin: 0;
  color: #6b7080;
  font: 100 13px/20px Inter, sans-serif;
  text-transform: none;
}
.ndf-contact .ndf-consent label {
  display: block;
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}
.ndf-contact .ndf-consent input[type="checkbox"] {
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  min-height: 0;
  margin: 0;
  padding: 0;
  flex: 0 0 15px;
  border: 1px solid #b08d57;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  accent-color: #b08d57;
}
.ndf-contact .ndf-consent input[type="checkbox"]:checked {
  border-color: #b08d57;
  background-color: #b08d57;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6.2 4.8 8.5 9.5 3.8' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}
.ndf-contact .ndf-consent input[type="checkbox"]:focus-visible {
  outline: 2px solid rgba(176, 141, 87, .45);
  outline-offset: 2px;
}
.ndf-contact .ndf-consent__more {
  margin-left: 2px;
  padding: 0;
  border: 0;
  background: none;
  color: #b08d57;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.ndf-contact .ndf-consent__more:hover {
  color: #8f7345;
}
.ndf-contact .ndf-consent__more:active {
  color: #7a6239;
}
.ndf-contact__submit {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
  justify-self: end;
}
.ndf-contact__btn {
  position: relative;
  top: -13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 43px;
  min-height: 43px;
  padding: 0 24px;
  box-sizing: border-box;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #b08d57;
  font: 600 16px/19px Inter, sans-serif;
  cursor: pointer;
  transition: background-color .2s ease, box-shadow .2s ease;
}
.ndf-contact__card [data-nd-form-status] {
  margin: 0;
  font: 400 12px/16px Inter, sans-serif;
  color: #6b7080;
}
.ndf-contact__card [data-nd-form-status].is-error {
  color: #c53030;
  font-weight: 500;
}
.ndf-contact__channels {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  margin-top: 48px;
  padding-top: 36px;
  border: 0;
}
.ndf-contact__channels > div {
  flex: 1;
  max-width: 320px;
  padding: 0 40px;
  text-align: center;
}
.ndf-contact__channels > div + div {
  border-left: 1px solid #d9e0eb;
}
.ndf-contact__channels span {
  display: block;
  margin-bottom: 8px;
  color: #b08d57;
  font: 600 12px/14px Inter, sans-serif;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.ndf-contact__channels a {
  color: #11223f;
  font: 600 16px/24px Inter, sans-serif;
  text-decoration: none;
}
.ndf-contact__channels a:hover { text-decoration: underline; }
.ndf-contact__channels > div:last-child a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Desktop-only pixel tweaks (from staging QA) */
@media (min-width: 768px) {
  /* Houzz */
  .ndf-houzz__inner {
    align-items: flex-start;
    padding: 0;
  }
  .ndf-houzz__col-head {
    padding-top: 19px;
  }
  .ndf-houzz__eyebrow {
    margin: 0 0 9px;
  }
  .ndf-houzz__col-tail {
    margin: -164px 0 0;
  }

  /* Testimonials */
  .ndf-testimonials__reviews {
    top: 1px;
    gap: 11px;
  }
  .ndf-testimonials__reviews-links {
    gap: 58px;
  }
  .ndf-testimonials__reviews-sep {
    display: none;
  }
  .ndf-testimonials__dots {
    margin-top: -8px;
  }

  /* Contact */
  .ndf-contact {
    padding-bottom: 77px;
  }
  .ndf-contact__card textarea {
    height: 101px;
    min-height: 101px;
  }
  .ndf-contact__channels {
    gap: 29px;
    margin-top: 23px;
  }
}

@media (max-width: 1024px) {
  .ndf-services__track { grid-template-columns: 1fr; }
  .ndf-why__track, .ndf-timeline__grid, .ndf-portfolio__slide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ndf-testimonials__slide { flex-basis: calc((100% - 24px) / 2); }
  .ndf-why__credentials-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ndf-certs__track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ndf-founder__card { grid-template-columns: 300px 1fr; }
  .ndf-faq__layout { flex-direction: column; gap: 40px; }
  .ndf-faq__intro { width: auto; }
}

@media (max-width: 767px) {
  .page-template-home-figma > nav, .page-template-home-figma nav.absolute { height: 82px; }
  .page-template-home-figma nav.absolute img { height: 55px; }
  .page-template-home-figma nav.absolute > .container > div > a.flex-shrink-0 { top: 14px; }
  .page-template-home-figma nav.absolute .site-phone { display: none; }
  .page-template-home-figma nav.absolute [data-drawer-toggle] {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
  }
  .page-template-home-figma nav.absolute [data-drawer-toggle] svg {
    color: #fff !important;
    width: 28px;
    height: 28px;
  }
  .page-template-home-figma > footer > .container { padding-top: 40px; padding-bottom: 40px; }
  .page-template-home-figma > footer .grid { gap: 24px !important; margin-bottom: 32px !important; }
  .page-template-home-figma > footer .space-y-3 > * + * { margin-top: 10px !important; }
  .page-template-home-figma .ndf-footer-brand { gap: 16px; }
  .page-template-home-figma .ndf-footer-license {
    width: auto;
    border-top: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
  }
  .page-template-home-figma > footer .ndf-footer-col-title {
    display: block;
    margin-bottom: 16px !important;
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .page-template-home-figma > footer .ndf-footer-follow { display: none !important; }
  .page-template-home-figma > footer .ndf-footer-areas {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .page-template-home-figma > footer .ndf-footer-areas a {
    justify-content: center;
    text-align: center;
    padding: 6px 8px;
  }
  .page-template-home-figma > footer .flex.flex-col.lg\:flex-row.justify-between.items-center.gap-8 {
    gap: 24px !important;
  }
  .ndf-container { width: min(100% - 32px, 640px); }

  /* Hero — values from Figma mobile inline tune */
  .ndf-hero { min-height: 0; padding-top: 82px; }
  .ndf-hero__image, .ndf-hero__shade { inset: 82px 0 0; height: calc(100% - 82px); }
  .ndf-hero__shade {
    background: linear-gradient(180deg, rgba(9,18,31,.82) 0%, rgba(9,18,31,.52) 55%, rgba(9,18,31,.22) 100%);
  }
  .ndf-hero__content { padding-top: 37px; padding-bottom: 40px; }
  .ndf-hero h1 { font-size: 57px; line-height: 1; margin-bottom: 13px; font-weight: 500; }
  .ndf-hero__content > p { font-size: 17px; line-height: 1.4; margin-bottom: 12px; max-width: none; }
  .ndf-license { font-size: 12px; letter-spacing: 1px; padding: 3px 13px; min-height: 0; margin-bottom: 24px; }
  .ndf-proof-list { padding: 13px 0 0; margin: 0; gap: 14px 51px; max-width: none; }
  .ndf-proof-list li { width: 40%; font-size: 12px; line-height: 18px; }
  .ndf-hero__form-wrap {
    position: relative; left: auto; bottom: auto; transform: none;
    width: auto; max-width: none; margin: 0 0 -76px; padding: 0 16px 0;
  }
  .ndf-hero .ndf-short-form { padding: 32px 20px; }
  .ndf-hero .ndf-short-form__head {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 12px;
    margin-bottom: 30px;
  }
  .ndf-hero .ndf-short-form__head h2 { font-size: 22px; line-height: 1.2; text-align: center; }
  .ndf-hero .ndf-short-form__head p {
    text-align: center;
    font-size: 17px;
    line-height: 1.4;
    padding: 0 30px;
    top: 0;
  }
  .ndf-short-form__head p .ndf-form-subline,
  .ndf-contact__card-head p .ndf-form-subline,
  .ndf-hero .ndf-short-form__head p .ndf-form-subline,
  .ndf-short-contact .ndf-short-form__head p .ndf-form-subline {
    display: block;
  }
  .ndf-hero .ndf-short-form__grid { grid-template-columns: 1fr; gap: 16px; padding: 0 4px; }
  .ndf-hero .ndf-field--select { margin-bottom: 17px; }

  /* Short form (mid-page + shared) */
  .ndf-short-form { min-height: 0; padding: 32px 20px; border-radius: 10px; }
  .ndf-short-form__head { grid-template-columns: 1fr; margin-bottom: 30px; gap: 12px; }
  .ndf-short-form__head h2 { font-size: 20px; line-height: 1.2; }
  .ndf-short-form__head p { text-align: center; font-size: 17px; line-height: 1.4; padding: 0 30px; top: 0; }
  .ndf-short-form__head--centered { gap: 12px; margin-bottom: 30px; }
  .ndf-short-form__head--centered h2 { font-size: 24px; }
  .ndf-short-form__grid { grid-template-columns: 1fr; gap: 16px; padding: 0 4px; }
  .ndf-field label { margin-bottom: 6px; font-size: 12px; }
  .ndf-button--submit { width: 100%; height: 40px; font-size: 14px; }
  .page-template-home-figma .ndf-schedule-cta { background-color: #b08d57; }

  /* All section min-heights */
  .ndf-certs, .ndf-services, .ndf-short-contact, .ndf-why, .ndf-timeline, .ndf-portfolio,
  .ndf-founder, .ndf-houzz, .ndf-testimonials, .ndf-faq, .ndf-contact { min-height: 0; }

  /* Certifications carousel — 2 badges per slide */
  .ndf-certs {
    position: relative;
    padding: 174px 0 69px !important;
  }
  .ndf-certs__title { margin-bottom: 20px; }
  .ndf-certs__viewport { overflow: hidden; margin-bottom: 56px; }
  .ndf-certs__track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    gap: 0;
  }
  .ndf-certs__track::-webkit-scrollbar { display: none; }
  .ndf-certs__slide {
    display: grid;
    flex: 0 0 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    scroll-snap-align: start;
  }
  .ndf-certs__item img { height: 72px; max-width: 140px; }
  .ndf-certs__item p { font-size: 11px; }
  .ndf-certs__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
  }
  .ndf-certs__dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #c5ceda;
    cursor: pointer;
  }
  .ndf-certs__dots button.is-active {
    width: 28px;
    background: #11223f;
  }

  /* Services carousel */
  .ndf-services { padding: 32px 0 80px; }
  .ndf-services__header { display: block; margin-bottom: 26px; text-align: center; }
  .ndf-services__intro { margin-inline: auto; }
  .ndf-services__eyebrow { margin-bottom: 16px; }
  .ndf-services__title { font-size: 32px; line-height: 1.12; }
  .ndf-services__aside { margin-top: 12px; max-width: none; }
  .ndf-services__subtitle { font-size: 17px; line-height: 22px; margin-bottom: 0; text-align: center; }
  .ndf-services__compare--desktop { display: none; }
  .ndf-services__compare--mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    margin-top: 24px;
    text-align: center;
  }
  .ndf-services__compare--mobile .ndf-services__compare-btn {
    width: 220px;
    max-width: none;
    padding: 0;
  }
  .ndf-services__viewport { overflow: hidden; }
  .ndf-services__track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    gap: 0;
    margin-bottom: 0;
  }
  .ndf-services__track::-webkit-scrollbar { display: none; }
  .ndf-services__card {
    flex: 0 0 100%;
    min-height: 0;
    scroll-snap-align: start;
    padding-bottom: 4px;
  }
  .ndf-services__card-media {
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
  }
  .ndf-services__card-body { padding: 20px 16px; }
  .ndf-services__card-copy { margin-bottom: 26px; }
  .ndf-services__card-copy h3 { font-size: 22px; line-height: 26px; margin-bottom: 9px; }
  .ndf-services__card-copy p { font-size: 16px; line-height: 24px; }
  .ndf-services__tags {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
  }
  .ndf-services__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
  }
  .ndf-services__dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #c5ceda;
    cursor: pointer;
  }
  .ndf-services__dots button.is-active {
    width: 28px;
    background: #11223f;
  }

  /* Section titles (fallback; section-specific sizes override below) */
  .ndf-faq__title, .ndf-contact__title {
    font-size: 28px;
    line-height: 1.12;
  }
  .ndf-faq__eyebrow, .ndf-contact__eyebrow, .ndf-houzz__eyebrow { margin-bottom: 12px; }

  /* Short contact (mid-page) */
  .ndf-short-contact { padding: 0 0 32px; }
  .ndf-short-contact .ndf-short-form { padding: 32px 20px; }
  .ndf-short-contact .ndf-short-form__head--centered { margin-bottom: 30px; }
  .ndf-short-contact .ndf-short-form__head--centered h2 {
    font-size: 32px;
    line-height: 1.1;
  }
  .ndf-short-contact .ndf-short-form__head--centered p {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 2px;
    padding: 0 35px;
  }
  .ndf-short-contact .ndf-short-form__grid { gap: 16px; }
  .ndf-short-contact .ndf-field--select { padding-bottom: 19px; }
  .ndf-short-contact .ndf-button--submit {
    margin: -3px auto 0;
    width: 95%;
    min-height: 43px;
    height: auto;
    padding: 0;
    font-size: 16px;
  }

  /* Why carousel */
  .ndf-why { padding: 49px 0 25px; }
  .ndf-why__header { margin-bottom: 20px; text-align: center; }
  .ndf-why__eyebrow { margin-bottom: 15px; }
  .ndf-why__title { font-size: 32px; margin-bottom: 12px; line-height: 1.12; }
  .ndf-why__subtitle { font-size: 17px; line-height: 1.41; }
  .ndf-why__viewport { overflow: hidden; }
  .ndf-why__track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    gap: 0;
    margin-bottom: 0;
  }
  .ndf-why__track::-webkit-scrollbar { display: none; }
  .ndf-why__card {
    flex: 0 0 100%;
    padding: 24px 20px;
    scroll-snap-align: start;
  }
  .ndf-why__card h3 { height: auto; font-size: 22px; line-height: 1.15; margin-bottom: 11px; }
  .ndf-why__card p { font-size: 16px; line-height: 25px; }
  .ndf-why__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 25px 0 0;
  }
  .ndf-why__dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #c5ceda;
    cursor: pointer;
  }
  .ndf-why__dots button.is-active {
    width: 28px;
    background: #11223f;
  }

  /* Credentials */
  .ndf-why__credentials { padding: 32px 20px 19px; }
  .ndf-why__credentials-title { font-size: 27px; line-height: 1.15; margin-bottom: 8px; }
  .ndf-why__credentials-sub { margin-bottom: 46px; font-size: 14px; line-height: 22px; }
  .ndf-why__credentials-list {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-bottom: 0;
    padding: 0 0 0 10px;
  }
  .ndf-why__credentials-list li { font-size: 14px; padding-bottom: 19px; }

  /* Timeline */
  .ndf-timeline { padding: 40px 0; }
  .ndf-timeline__header {
    padding-bottom: 26px;
    margin-bottom: 19px;
    border-bottom: 1px solid #eee;
  }
  .ndf-timeline__eyebrow { margin-bottom: 15px; }
  .ndf-timeline__title { font-size: 33px; margin: 0 0 11px; line-height: 1.12; }
  .ndf-timeline__subtitle { padding: 0 3px; font-size: 17px; line-height: 22px; }
  .ndf-timeline__grid { grid-template-columns: 1fr; gap: 0; }
  .ndf-timeline__step { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #eee; }
  .ndf-timeline__step:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
  .ndf-timeline__step:nth-child(-n+3) { margin-bottom: 20px; padding-bottom: 20px; }
  .ndf-timeline__time { font-size: 27px; line-height: 30px; margin-bottom: 14px; padding-top: 0; }
  .ndf-timeline__step h3 { font-size: 22px; line-height: 22px; margin-bottom: 4px; }
  .ndf-timeline__step p:not(.ndf-timeline__time) { font-size: 14px; line-height: 25px; }

  /* Portfolio mobile carousel */
  .ndf-portfolio--desktop { display: none; }
  .ndf-portfolio--mobile { display: block; padding: 60px 0 0; }
  .ndf-portfolio__header { display: block; margin-bottom: 20px; }
  .ndf-portfolio__intro { text-align: center; }
  .ndf-portfolio__eyebrow { margin-bottom: 18px; }
  .ndf-portfolio__title { font-size: 30px; line-height: 1.12; }
  .ndf-portfolio__aside { padding-top: 12px; text-align: center; align-items: center; }
  .ndf-portfolio__subtitle {
    font-size: 17px;
    padding: 1px 27px 0;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .ndf-portfolio__filters {
    justify-content: center;
    flex-wrap: wrap;
    padding: 7px 20px 0;
    margin: 0;
    overflow: visible;
  }
  .ndf-portfolio__filters a,
  .ndf-portfolio__filters button {
    height: auto;
    width: auto;
    padding: 11px 20px;
    font-size: 16px;
  }
  .ndf-portfolio__slide--mobile {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ndf-portfolio__item { height: 200px; border-radius: 12px; }
  .ndf-portfolio__dots { margin: 25px 0 49px; }

  /* Founder */
  .ndf-founder { padding: 32px 0 40px; }
  .ndf-founder__header { margin-bottom: 0; }
  .ndf-founder__eyebrow { margin-bottom: 16px; }
  .ndf-founder__title { font-size: 32px; margin-bottom: 23px; line-height: 1.12; }
  .ndf-founder__card { flex-direction: column; gap: 0; }
  .ndf-founder__card > img { width: 100%; min-width: 0; height: 240px; max-height: none; border-radius: 8px 8px 0 0; }
  .ndf-founder__body { width: auto; padding: 18px 0 0; }
  .ndf-founder__lead { font-size: 15px; line-height: 24px; color: inherit; margin-bottom: 16px; }
  .ndf-founder blockquote { font-size: 14px; line-height: 22px; margin-bottom: 16px; padding-left: 16px; }
  .ndf-founder cite { position: static; font-size: 11px; margin-top: 8px; display: block; }
  .ndf-founder__link { top: 0; font-size: 16px; margin-top: 12px; display: inline-block; }

  /* Houzz */
  .ndf-houzz { padding: 40px 0; }
  .ndf-houzz__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    padding: 0 16px;
    text-align: center;
  }
  .ndf-houzz__col-head,
  .ndf-houzz__col-tail {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .ndf-houzz__col-head { padding-top: 0; }
  .ndf-houzz__col-tail { margin: 0; }
  .ndf-houzz__eyebrow { margin-bottom: 12px; text-align: center; }
  .ndf-houzz__logo { height: 28px; margin: 0 auto 16px; }
  .ndf-houzz__title {
    text-align: center;
    padding: 4px 0;
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 1.12;
  }
  .ndf-houzz__figure {
    flex: 1 1 230px;
    width: 100%;
    margin: 0 0 24px;
    align-self: stretch;
  }
  .ndf-houzz__media {
    height: 220px;
  }
  .ndf-houzz blockquote {
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 34px;
    padding-left: 15px;
  }
  .ndf-houzz cite { margin-top: 21px; font-size: 11px; }
  .ndf-houzz__link {
    display: block;
    width: 100%;
    text-align: left;
  }

  /* Testimonials — reviews below carousel */
  .ndf-testimonials { padding: 40px 0; }
  .ndf-testimonials > .ndf-container {
    display: flex;
    flex-direction: column;
  }
  .ndf-testimonials__header {
    display: contents;
  }
  .ndf-testimonials__intro {
    order: 1;
    text-align: center;
    margin-bottom: 23px;
  }
  .ndf-testimonials__eyebrow { padding: 2px 0; margin-bottom: 12px; }
  .ndf-testimonials__title { font-size: 32px; line-height: 1.12; }
  .ndf-testimonials__viewport { order: 2; }
  .ndf-testimonials__dots { order: 3; margin-top: 3px; margin-bottom: 0; }
  .ndf-testimonials__reviews {
    order: 4;
    align-items: center;
    max-width: none;
    margin-top: 20px;
    text-align: center;
    top: 0;
    width: auto;
    min-width: 0;
    padding: 0 37px;
  }
  .ndf-testimonials__reviews-lead {
    font-size: 17px;
    line-height: 28px;
  }
  .ndf-testimonials__reviews-links {
    justify-content: center;
    font-size: 17px;
    line-height: 28px;
  }
  .ndf-testimonials__slide { flex-basis: 100%; }
  .ndf-testimonials__card { padding: 16px; }
  .ndf-testimonials__card blockquote { min-height: 0; font-size: 14px; line-height: 22px; }

  /* FAQ — CTA under list */
  .ndf-faq { padding: 40px 0; }
  .ndf-faq__layout { flex-direction: column; gap: 24px; }
  .ndf-faq__intro { width: auto; text-align: center; margin-bottom: 0; }
  .ndf-faq__eyebrow { margin-bottom: 16px; }
  .ndf-faq__title { font-size: 32px; margin-bottom: 10px; line-height: 1.12; }
  .ndf-faq__subtitle { font-size: 17px; line-height: 24px; margin-bottom: 0; }
  .ndf-faq__cta--desktop { display: none; }
  .ndf-faq__cta--mobile {
    display: inline-flex;
    width: 290px;
    max-width: 100%;
    padding: 0;
    justify-content: center;
    margin: 8px auto 0;
  }
  .ndf-faq__list summary {
    font-size: 16px;
    line-height: 1.7;
    padding: 22px 28px 17px 0;
  }
  .ndf-faq__list summary span { font-size: 22px; top: 50%; transform: translateY(-50%); }
  .ndf-faq__list details[open] summary span { transform: translateY(-50%) rotate(45deg); }
  .ndf-faq__list details p { font-size: 14px; line-height: 22px; padding-right: 0; margin-bottom: 14px; }

  /* Contact */
  .ndf-contact { padding: 39px 0 40px; }
  .ndf-contact__header { margin-bottom: 20px; }
  .ndf-contact__eyebrow { margin-bottom: 16px; }
  .ndf-contact__title { font-size: 32px; margin-bottom: 13px; line-height: 1.12; }
  .ndf-contact__subtitle { font-size: 17px; line-height: 23px; padding: 0 20px 5px; }
  .ndf-contact__card { padding: 33px 23px 28px; margin-bottom: 0; }
  .ndf-contact__card-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 28px; text-align: center; }
  .ndf-contact__card-head h3 { font-size: 23px; line-height: 24px; }
  .ndf-contact__card-head p { text-align: center; font-size: 18px; line-height: 22px; }
  .ndf-contact__fields { grid-template-columns: 1fr; gap: 16px; margin-bottom: 16px; }
  .ndf-contact__card label.ndf-field--full { margin-bottom: 20px; }
  .ndf-contact__card textarea { height: 72px; min-height: 72px; }
  .ndf-contact__footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding-top: 0;
  }
  .ndf-contact__consents {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 0;
  }
  .ndf-contact .ndf-consent { font-size: 12px; line-height: 18px; }
  .ndf-contact .ndf-consent input[type="checkbox"] { margin-top: 1px; }
  .ndf-contact__submit {
    align-items: center;
    width: 100%;
  }
  .ndf-contact__btn {
    top: 0;
    width: 290px;
    max-width: 100%;
    padding: 0;
    margin: 8px auto 0;
    justify-content: center;
  }
  .ndf-contact__channels {
    flex-direction: column;
    gap: 28px;
    padding-top: 32px;
    margin-top: 28px;
    margin-bottom: 0;
  }
  .ndf-contact__channels > div {
    max-width: none;
    padding: 0;
  }
  .ndf-contact__channels > div + div { border-left: 0; }
}
