.nd-site {
  --nd-mint: #47d4c0;
  --nd-mint-deep: #00aa9f;
  --nd-ink: #1f242e;
  --nd-soft-ink: #59616b;
  --nd-line: #dfe4e3;
  --nd-paper: #ffffff;
  --nd-mist: #f4f7f6;
  margin: 0;
  background: var(--nd-paper);
  color: var(--nd-ink);
  font-family: Raleway, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.nd-site *, .nd-site *::before, .nd-site *::after { box-sizing: border-box; }
.nd-site a { color: inherit; text-decoration: none; }
.nd-site img { display: block; width: 100%; }
.nd-site button { font: inherit; }
.nd-page-shell { width: min(1440px, calc(100% - 96px)); margin-inline: auto; }

.nd-header { position: sticky; z-index: 50; top: 0; min-height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; border-bottom: 1px solid rgba(31,36,46,.11); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.nd-brand { display: inline-flex; align-items: baseline; gap: 8px; }
.nd-site .nd-header .nd-brand { display: block; width: 200px; flex: 0 0 200px; }
.nd-site .nd-header .nd-brand img { display: block; width: 100% !important; height: auto; max-width: none !important; max-height: 48px; object-fit: contain; }
.nd-brand span { color: var(--nd-mint-deep); font-size: 28px; font-weight: 800; letter-spacing: -.07em; }
.nd-brand small { color: var(--nd-ink); font-size: 10px; font-weight: 500; letter-spacing: .52em; text-transform: uppercase; }
.nd-desktop-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 650; }
.nd-desktop-nav > a:not(.nd-nav-cta) { position: relative; padding-block: 10px; }
.nd-desktop-nav > a:not(.nd-nav-cta)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 5px; background: var(--nd-mint-deep); transition: right .25s ease; }
.nd-desktop-nav > a:not(.nd-nav-cta):hover::after { right: 0; }
.nd-nav-cta, .nd-primary-action { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border: 1px solid var(--nd-mint); border-radius: 100px; background: var(--nd-mint); color: #10201e; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.nd-nav-cta:hover, .nd-primary-action:hover { transform: translateY(-2px); background: #5ae1cd; }
.nd-mobile-nav { display: none; }
.nd-eyebrow { margin: 0 0 18px; color: var(--nd-mint-deep); font-size: 10px; font-weight: 850; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.nd-text-action { display: inline-flex; align-items: center; gap: 8px; padding-block: 8px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 750; }
.nd-text-action span { transition: transform .2s ease; }
.nd-text-action:hover span { transform: translate(3px,-3px); }
.nd-action-row { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }

.nd-home-hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: minmax(0,1.03fr) minmax(420px,.97fr); align-items: center; gap: 6vw; padding-block: 72px; }
.nd-hero-copy h1 { max-width: 820px; margin: 0; font-size: clamp(56px,7vw,112px); font-weight: 620; letter-spacing: -.075em; line-height: .92; }
.nd-hero-lead { max-width: 660px; margin: 30px 0 34px; color: var(--nd-soft-ink); font-size: 17px; line-height: 1.65; }
.nd-hero-case { position: relative; min-height: 640px; overflow: hidden; background: var(--nd-mist); }
.nd-hero-case > img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.2,1); }
.nd-hero-case:hover > img { transform: scale(1.025); }
.nd-hero-case > div { position: absolute; left: 28px; right: 28px; bottom: 28px; display: flex; justify-content: space-between; align-items: end; gap: 16px; padding: 18px 20px; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); }
.nd-hero-case span { color: var(--nd-soft-ink); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.nd-hero-case strong { font-size: 18px; }

.nd-proof-strip { display: grid; grid-template-columns: 1.2fr repeat(4,1fr); border-block: 1px solid var(--nd-line); background: var(--nd-line); gap: 1px; }
.nd-proof-strip > div { min-height: 112px; display: flex; justify-content: center; align-items: center; gap: 8px; padding: 24px; text-align: center; background: var(--nd-paper); font-size: 12px; font-weight: 700; }
.nd-proof-strip strong { color: var(--nd-mint-deep); font-size: 30px; letter-spacing: -.05em; }

.nd-section { padding-block: 120px; }
.nd-section-intro { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 8vw; margin-bottom: 54px; }
.nd-section-intro h2, .nd-featured-case h2, .nd-about-slice h2, .nd-contact-slice h2 { max-width: 800px; margin: 0; font-size: clamp(42px,5.3vw,78px); font-weight: 590; letter-spacing: -.065em; line-height: .98; }
.nd-section-intro > div:last-child > p, .nd-section-intro > p { margin: 0 0 20px; color: var(--nd-soft-ink); font-size: 15px; line-height: 1.65; }

.nd-projects-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 60px 22px; }
.nd-project-card[hidden] { display: none; }
.nd-project-image { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--nd-mist); }
.nd-project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.2,1); }
.nd-project-card:hover .nd-project-image img { transform: scale(1.028); }
.nd-project-image > span { position: absolute; right: 16px; bottom: 16px; padding: 10px 14px; border-radius: 100px; opacity: 0; background: white; color: var(--nd-ink); font-size: 11px; font-weight: 800; transform: translateY(8px); transition: .25s ease; }
.nd-project-card:hover .nd-project-image > span { opacity: 1; transform: translateY(0); }
.nd-project-copy { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding-top: 18px; border-top: 1px solid var(--nd-ink); }
.nd-project-copy h3 { margin: 0 0 8px; font-size: 25px; font-weight: 650; letter-spacing: -.04em; }
.nd-project-copy p { max-width: 520px; margin: 0; color: var(--nd-soft-ink); font-size: 12px; line-height: 1.5; }
.nd-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: start; gap: 6px; }
.nd-tags span { padding: 7px 9px; border: 1px solid var(--nd-line); border-radius: 100px; color: var(--nd-soft-ink); font-size: 9px; font-weight: 750; white-space: nowrap; }
.nd-tags.nd-inverse { justify-content: flex-start; margin-bottom: 32px; }
.nd-tags.nd-inverse span { border-color: rgba(255,255,255,.3); color: rgba(255,255,255,.75); }
.nd-empty-state { grid-column: 1/-1; padding: 64px; border: 1px solid var(--nd-line); background: var(--nd-mist); text-align: center; }
.nd-empty-state p { color: var(--nd-soft-ink); }

.nd-services-band { padding-block: 96px; background: var(--nd-mist); }
.nd-services-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid #cbd3d1; border-left: 1px solid #cbd3d1; }
.nd-service-item { min-height: 380px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid #cbd3d1; border-bottom: 1px solid #cbd3d1; transition: background .25s ease, color .25s ease; }
.nd-service-item > span { color: var(--nd-mint-deep); font-size: 12px; font-weight: 800; }
.nd-service-item h3 { margin: auto 0 18px; font-size: 27px; font-weight: 650; letter-spacing: -.045em; line-height: 1.08; }
.nd-service-item p { min-height: 66px; margin: 0 0 24px; color: var(--nd-soft-ink); font-size: 12px; line-height: 1.55; }
.nd-service-item b { font-size: 11px; }
.nd-service-item:hover { background: var(--nd-ink); color: white; }
.nd-service-item:hover p { color: #bbc2c8; }

.nd-featured-case { display: grid; grid-template-columns: 1.08fr .92fr; background: var(--nd-ink); color: white; }
.nd-featured-image { min-height: 720px; }
.nd-featured-image img { height: 100%; object-fit: cover; }
.nd-featured-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 8vw; }
.nd-featured-copy > p:not(.nd-eyebrow) { margin: 30px 0; color: #c2c8ce; line-height: 1.65; }

.nd-method-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; }
.nd-method-grid article { padding-top: 18px; border-top: 2px solid var(--nd-mint); }
.nd-method-grid span { display: block; margin-bottom: 64px; color: var(--nd-mint-deep); font-size: 11px; font-weight: 800; }
.nd-method-grid h3 { margin: 0 0 10px; font-size: 24px; letter-spacing: -.04em; }
.nd-method-grid p { margin: 0; color: var(--nd-soft-ink); font-size: 12px; line-height: 1.55; }

.nd-testimonial { padding: 120px max(48px,10vw); text-align: center; background: var(--nd-mint); color: #10201e; }
.nd-testimonial .nd-eyebrow { color: #035651; }
.nd-testimonial blockquote { max-width: 1100px; margin: 0 auto 30px; font-size: clamp(36px,5.2vw,74px); font-weight: 620; letter-spacing: -.06em; line-height: 1.04; }
.nd-testimonial cite { font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.nd-about-slice { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 8vw; padding-block: 120px; }
.nd-about-photo { aspect-ratio: 4/5; overflow: hidden; background: var(--nd-mist); }
.nd-about-photo img { height: 100%; object-fit: cover; }
.nd-about-slice > div:last-child > p:not(.nd-eyebrow) { max-width: 660px; margin: 28px 0; color: var(--nd-soft-ink); line-height: 1.7; }
.nd-contact-slice { margin-bottom: 120px; padding: 80px; background: var(--nd-mist); }
.nd-contact-slice > p:not(.nd-eyebrow) { max-width: 600px; margin: 24px 0 30px; color: var(--nd-soft-ink); line-height: 1.6; }

.nd-footer { display: grid; grid-template-columns: 1.5fr .65fr 1fr .7fr; gap: 56px; padding: 70px 48px; background: #171b22; color: white; }
.nd-brand-light span { color: var(--nd-mint); }
.nd-brand-light small { color: white; }
.nd-footer p { max-width: 380px; color: #9ca6ac; font-size: 12px; line-height: 1.6; }
.nd-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.nd-footer strong { margin-bottom: 8px; color: #8f999f; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.nd-footer a:not(.nd-brand), .nd-footer span { color: #dbe0e2; font-size: 12px; }
.nd-footer-meta { justify-content: space-between; }

.nd-inner-hero { padding-block: 130px 90px; }
.nd-inner-hero h1 { max-width: 1150px; margin: 0; font-size: clamp(56px,7.5vw,108px); font-weight: 590; letter-spacing: -.075em; line-height: .94; }
.nd-inner-hero > p:last-child { max-width: 720px; margin: 30px 0 0 auto; color: var(--nd-soft-ink); font-size: 16px; line-height: 1.65; }
.nd-portfolio-section { padding-bottom: 130px; }
.nd-filters { position: sticky; z-index: 10; top: 84px; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; padding-block: 18px; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); }
.nd-filters button { padding: 10px 14px; border: 1px solid var(--nd-line); border-radius: 100px; background: white; color: var(--nd-ink); font-size: 11px; font-weight: 700; cursor: pointer; }
.nd-filters button.is-active { border-color: var(--nd-ink); background: var(--nd-ink); color: white; }

@media (max-width: 1000px) {
  .nd-page-shell { width: min(calc(100% - 48px), 900px); }
  .nd-header { min-height: 70px; padding: 0 24px; }
  .nd-desktop-nav { display: none; }
  .nd-mobile-nav { display: block; position: relative; }
  .nd-mobile-nav summary { list-style: none; cursor: pointer; font-size: 12px; font-weight: 800; text-transform: uppercase; }
  .nd-mobile-nav summary::-webkit-details-marker { display: none; }
  .nd-mobile-nav[open] > div { position: fixed; inset: 70px 0 auto; display: flex; flex-direction: column; padding: 24px; background: white; border-bottom: 1px solid var(--nd-line); box-shadow: 0 20px 40px rgba(31,36,46,.1); }
  .nd-mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--nd-line); font-size: 18px; font-weight: 650; }
  .nd-home-hero { min-height: auto; grid-template-columns: 1fr; padding-block: 72px 48px; }
  .nd-hero-case { min-height: 540px; }
  .nd-proof-strip { grid-template-columns: repeat(2,1fr); }
  .nd-proof-strip > div:first-child { grid-column: 1/-1; }
  .nd-services-grid, .nd-method-grid { grid-template-columns: repeat(2,1fr); }
  .nd-featured-case { grid-template-columns: 1fr; }
  .nd-featured-image { min-height: 560px; }
  .nd-featured-copy { padding: 72px 48px; }
  .nd-footer { grid-template-columns: repeat(2,1fr); }
  .nd-section-intro { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .nd-page-shell { width: calc(100% - 32px); }
  .nd-brand span { font-size: 24px; }
  .nd-brand small { font-size: 8px; }
  .nd-site .nd-header .nd-brand { width: 150px; flex-basis: 150px; }
  .nd-home-hero { gap: 44px; }
  .nd-hero-copy h1, .nd-inner-hero h1 { font-size: 48px; }
  .nd-hero-lead { font-size: 15px; }
  .nd-hero-case { min-height: 390px; }
  .nd-hero-case > div { left: 14px; right: 14px; bottom: 14px; }
  .nd-section { padding-block: 78px; }
  .nd-section-intro h2, .nd-featured-case h2, .nd-about-slice h2, .nd-contact-slice h2 { font-size: 42px; }
  .nd-projects-grid, .nd-services-grid, .nd-method-grid { grid-template-columns: 1fr; }
  .nd-project-copy { grid-template-columns: 1fr; }
  .nd-tags { justify-content: flex-start; }
  .nd-service-item { min-height: 300px; }
  .nd-featured-image { min-height: 390px; }
  .nd-featured-copy { padding: 64px 20px; }
  .nd-method-grid span { margin-bottom: 32px; }
  .nd-testimonial { padding: 78px 20px; }
  .nd-about-slice { grid-template-columns: 1fr; gap: 44px; padding-block: 78px; }
  .nd-contact-slice { margin-block: 80px; padding: 52px 24px; }
  .nd-footer { grid-template-columns: 1fr; padding: 56px 24px; }
  .nd-inner-hero { padding-block: 82px 60px; }
  .nd-filters { top: 70px; flex-wrap: nowrap; overflow-x: auto; }
  .nd-filters button { flex: 0 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  .nd-site * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
.nd-site {
  --nd-mint: #47d4c0;
  --nd-mint-deep: #00aa9f;
  --nd-ink: #1f242e;
  --nd-soft-ink: #59616b;
  --nd-line: #dfe4e3;
  --nd-paper: #ffffff;
  --nd-mist: #f4f7f6;
  margin: 0;
  background: var(--nd-paper);
  color: var(--nd-ink);
  font-family: Raleway, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.nd-site *, .nd-site *::before, .nd-site *::after { box-sizing: border-box; }
.nd-site a { color: inherit; text-decoration: none; }
.nd-site img { display: block; width: 100%; }
.nd-site button { font: inherit; }
.nd-page-shell { width: min(1440px, calc(100% - 96px)); margin-inline: auto; }

.nd-header { position: sticky; z-index: 50; top: 0; min-height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; border-bottom: 1px solid rgba(31,36,46,.11); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.nd-brand { display: inline-flex; align-items: baseline; gap: 8px; }
.nd-site .nd-header .nd-brand img { display: block; width: 200px; height: auto; max-width: 24vw; max-height: 48px; object-fit: contain; }
.nd-brand span { color: var(--nd-mint-deep); font-size: 28px; font-weight: 800; letter-spacing: -.07em; }
.nd-brand small { color: var(--nd-ink); font-size: 10px; font-weight: 500; letter-spacing: .52em; text-transform: uppercase; }
.nd-desktop-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 650; }
.nd-desktop-nav > a:not(.nd-nav-cta) { position: relative; padding-block: 10px; }
.nd-desktop-nav > a:not(.nd-nav-cta)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 5px; background: var(--nd-mint-deep); transition: right .25s ease; }
.nd-desktop-nav > a:not(.nd-nav-cta):hover::after { right: 0; }
.nd-nav-cta, .nd-primary-action { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border: 1px solid var(--nd-mint); border-radius: 100px; background: var(--nd-mint); color: #10201e; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.nd-nav-cta:hover, .nd-primary-action:hover { transform: translateY(-2px); background: #5ae1cd; }
.nd-mobile-nav { display: none; }
.nd-eyebrow { margin: 0 0 18px; color: var(--nd-mint-deep); font-size: 10px; font-weight: 850; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.nd-text-action { display: inline-flex; align-items: center; gap: 8px; padding-block: 8px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 750; }
.nd-text-action span { transition: transform .2s ease; }
.nd-text-action:hover span { transform: translate(3px,-3px); }
.nd-action-row { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }

.nd-home-hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: minmax(0,1.03fr) minmax(420px,.97fr); align-items: center; gap: 6vw; padding-block: 72px; }
.nd-hero-copy h1 { max-width: 820px; margin: 0; font-size: clamp(56px,7vw,112px); font-weight: 620; letter-spacing: -.075em; line-height: .92; }
.nd-hero-lead { max-width: 660px; margin: 30px 0 34px; color: var(--nd-soft-ink); font-size: 17px; line-height: 1.65; }
.nd-hero-case { position: relative; min-height: 640px; overflow: hidden; background: var(--nd-mist); }
.nd-hero-case > img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.2,1); }
.nd-hero-case:hover > img { transform: scale(1.025); }
.nd-hero-case > div { position: absolute; left: 28px; right: 28px; bottom: 28px; display: flex; justify-content: space-between; align-items: end; gap: 16px; padding: 18px 20px; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); }
.nd-hero-case span { color: var(--nd-soft-ink); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.nd-hero-case strong { font-size: 18px; }

.nd-proof-strip { display: grid; grid-template-columns: 1.2fr repeat(4,1fr); border-block: 1px solid var(--nd-line); background: var(--nd-line); gap: 1px; }
.nd-proof-strip > div { min-height: 112px; display: flex; justify-content: center; align-items: center; gap: 8px; padding: 24px; text-align: center; background: var(--nd-paper); font-size: 12px; font-weight: 700; }
.nd-proof-strip strong { color: var(--nd-mint-deep); font-size: 30px; letter-spacing: -.05em; }

.nd-section { padding-block: 120px; }
.nd-section-intro { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 8vw; margin-bottom: 54px; }
.nd-section-intro h2, .nd-featured-case h2, .nd-about-slice h2, .nd-contact-slice h2 { max-width: 800px; margin: 0; font-size: clamp(42px,5.3vw,78px); font-weight: 590; letter-spacing: -.065em; line-height: .98; }
.nd-section-intro > div:last-child > p, .nd-section-intro > p { margin: 0 0 20px; color: var(--nd-soft-ink); font-size: 15px; line-height: 1.65; }

.nd-projects-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 60px 22px; }
.nd-project-card[hidden] { display: none; }
.nd-project-image { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--nd-mist); }
.nd-project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.2,1); }
.nd-project-card:hover .nd-project-image img { transform: scale(1.028); }
.nd-project-image > span { position: absolute; right: 16px; bottom: 16px; padding: 10px 14px; border-radius: 100px; opacity: 0; background: white; color: var(--nd-ink); font-size: 11px; font-weight: 800; transform: translateY(8px); transition: .25s ease; }
.nd-project-card:hover .nd-project-image > span { opacity: 1; transform: translateY(0); }
.nd-project-copy { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding-top: 18px; border-top: 1px solid var(--nd-ink); }
.nd-project-copy h3 { margin: 0 0 8px; font-size: 25px; font-weight: 650; letter-spacing: -.04em; }
.nd-project-copy p { max-width: 520px; margin: 0; color: var(--nd-soft-ink); font-size: 12px; line-height: 1.5; }
.nd-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: start; gap: 6px; }
.nd-tags span { padding: 7px 9px; border: 1px solid var(--nd-line); border-radius: 100px; color: var(--nd-soft-ink); font-size: 9px; font-weight: 750; white-space: nowrap; }
.nd-tags.nd-inverse { justify-content: flex-start; margin-bottom: 32px; }
.nd-tags.nd-inverse span { border-color: rgba(255,255,255,.3); color: rgba(255,255,255,.75); }
.nd-empty-state { grid-column: 1/-1; padding: 64px; border: 1px solid var(--nd-line); background: var(--nd-mist); text-align: center; }
.nd-empty-state p { color: var(--nd-soft-ink); }

.nd-services-band { padding-block: 96px; background: var(--nd-mist); }
.nd-services-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid #cbd3d1; border-left: 1px solid #cbd3d1; }
.nd-service-item { min-height: 380px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid #cbd3d1; border-bottom: 1px solid #cbd3d1; transition: background .25s ease, color .25s ease; }
.nd-service-item > span { color: var(--nd-mint-deep); font-size: 12px; font-weight: 800; }
.nd-service-item h3 { margin: auto 0 18px; font-size: 27px; font-weight: 650; letter-spacing: -.045em; line-height: 1.08; }
.nd-service-item p { min-height: 66px; margin: 0 0 24px; color: var(--nd-soft-ink); font-size: 12px; line-height: 1.55; }
.nd-service-item b { font-size: 11px; }
.nd-service-item:hover { background: var(--nd-ink); color: white; }
.nd-service-item:hover p { color: #bbc2c8; }

.nd-featured-case { display: grid; grid-template-columns: 1.08fr .92fr; background: var(--nd-ink); color: white; }
.nd-featured-image { min-height: 720px; }
.nd-featured-image img { height: 100%; object-fit: cover; }
.nd-featured-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 8vw; }
.nd-featured-copy > p:not(.nd-eyebrow) { margin: 30px 0; color: #c2c8ce; line-height: 1.65; }

.nd-method-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; }
.nd-method-grid article { padding-top: 18px; border-top: 2px solid var(--nd-mint); }
.nd-method-grid span { display: block; margin-bottom: 64px; color: var(--nd-mint-deep); font-size: 11px; font-weight: 800; }
.nd-method-grid h3 { margin: 0 0 10px; font-size: 24px; letter-spacing: -.04em; }
.nd-method-grid p { margin: 0; color: var(--nd-soft-ink); font-size: 12px; line-height: 1.55; }

.nd-testimonial { padding: 120px max(48px,10vw); text-align: center; background: var(--nd-mint); color: #10201e; }
.nd-testimonial .nd-eyebrow { color: #035651; }
.nd-testimonial blockquote { max-width: 1100px; margin: 0 auto 30px; font-size: clamp(36px,5.2vw,74px); font-weight: 620; letter-spacing: -.06em; line-height: 1.04; }
.nd-testimonial cite { font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.nd-about-slice { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 8vw; padding-block: 120px; }
.nd-about-photo { aspect-ratio: 4/5; overflow: hidden; background: var(--nd-mist); }
.nd-about-photo img { height: 100%; object-fit: cover; }
.nd-about-slice > div:last-child > p:not(.nd-eyebrow) { max-width: 660px; margin: 28px 0; color: var(--nd-soft-ink); line-height: 1.7; }
.nd-contact-slice { margin-bottom: 120px; padding: 80px; background: var(--nd-mist); }
.nd-contact-slice > p:not(.nd-eyebrow) { max-width: 600px; margin: 24px 0 30px; color: var(--nd-soft-ink); line-height: 1.6; }

.nd-footer { display: grid; grid-template-columns: 1.5fr .65fr 1fr .7fr; gap: 56px; padding: 70px 48px; background: #171b22; color: white; }
.nd-brand-light span { color: var(--nd-mint); }
.nd-brand-light small { color: white; }
.nd-footer p { max-width: 380px; color: #9ca6ac; font-size: 12px; line-height: 1.6; }
.nd-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.nd-footer strong { margin-bottom: 8px; color: #8f999f; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.nd-footer a:not(.nd-brand), .nd-footer span { color: #dbe0e2; font-size: 12px; }
.nd-footer-meta { justify-content: space-between; }

.nd-inner-hero { padding-block: 130px 90px; }
.nd-inner-hero h1 { max-width: 1150px; margin: 0; font-size: clamp(56px,7.5vw,108px); font-weight: 590; letter-spacing: -.075em; line-height: .94; }
.nd-inner-hero > p:last-child { max-width: 720px; margin: 30px 0 0 auto; color: var(--nd-soft-ink); font-size: 16px; line-height: 1.65; }
.nd-portfolio-section { padding-bottom: 130px; }
.nd-filters { position: sticky; z-index: 10; top: 84px; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; padding-block: 18px; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); }
.nd-filters button { padding: 10px 14px; border: 1px solid var(--nd-line); border-radius: 100px; background: white; color: var(--nd-ink); font-size: 11px; font-weight: 700; cursor: pointer; }
.nd-filters button.is-active { border-color: var(--nd-ink); background: var(--nd-ink); color: white; }

@media (max-width: 1000px) {
  .nd-page-shell { width: min(calc(100% - 48px), 900px); }
  .nd-header { min-height: 70px; padding: 0 24px; }
  .nd-desktop-nav { display: none; }
  .nd-mobile-nav { display: block; position: relative; }
  .nd-mobile-nav summary { list-style: none; cursor: pointer; font-size: 12px; font-weight: 800; text-transform: uppercase; }
  .nd-mobile-nav summary::-webkit-details-marker { display: none; }
  .nd-mobile-nav[open] > div { position: fixed; inset: 70px 0 auto; display: flex; flex-direction: column; padding: 24px; background: white; border-bottom: 1px solid var(--nd-line); box-shadow: 0 20px 40px rgba(31,36,46,.1); }
  .nd-mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--nd-line); font-size: 18px; font-weight: 650; }
  .nd-home-hero { min-height: auto; grid-template-columns: 1fr; padding-block: 72px 48px; }
  .nd-hero-case { min-height: 540px; }
  .nd-proof-strip { grid-template-columns: repeat(2,1fr); }
  .nd-proof-strip > div:first-child { grid-column: 1/-1; }
  .nd-services-grid, .nd-method-grid { grid-template-columns: repeat(2,1fr); }
  .nd-featured-case { grid-template-columns: 1fr; }
  .nd-featured-image { min-height: 560px; }
  .nd-featured-copy { padding: 72px 48px; }
  .nd-footer { grid-template-columns: repeat(2,1fr); }
  .nd-section-intro { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .nd-page-shell { width: calc(100% - 32px); }
  .nd-brand span { font-size: 24px; }
  .nd-brand small { font-size: 8px; }
  .nd-site .nd-header .nd-brand img { width: 150px; max-width: 42vw; }
  .nd-home-hero { gap: 44px; }
  .nd-hero-copy h1, .nd-inner-hero h1 { font-size: 48px; }
  .nd-hero-lead { font-size: 15px; }
  .nd-hero-case { min-height: 390px; }
  .nd-hero-case > div { left: 14px; right: 14px; bottom: 14px; }
  .nd-section { padding-block: 78px; }
  .nd-section-intro h2, .nd-featured-case h2, .nd-about-slice h2, .nd-contact-slice h2 { font-size: 42px; }
  .nd-projects-grid, .nd-services-grid, .nd-method-grid { grid-template-columns: 1fr; }
  .nd-project-copy { grid-template-columns: 1fr; }
  .nd-tags { justify-content: flex-start; }
  .nd-service-item { min-height: 300px; }
  .nd-featured-image { min-height: 390px; }
  .nd-featured-copy { padding: 64px 20px; }
  .nd-method-grid span { margin-bottom: 32px; }
  .nd-testimonial { padding: 78px 20px; }
  .nd-about-slice { grid-template-columns: 1fr; gap: 44px; padding-block: 78px; }
  .nd-contact-slice { margin-block: 80px; padding: 52px 24px; }
  .nd-footer { grid-template-columns: 1fr; padding: 56px 24px; }
  .nd-inner-hero { padding-block: 82px 60px; }
  .nd-filters { top: 70px; flex-wrap: nowrap; overflow-x: auto; }
  .nd-filters button { flex: 0 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  .nd-site * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
.nd-site {
  --nd-mint: #47d4c0;
  --nd-mint-deep: #00aa9f;
  --nd-ink: #1f242e;
  --nd-soft-ink: #59616b;
  --nd-line: #dfe4e3;
  --nd-paper: #ffffff;
  --nd-mist: #f4f7f6;
  margin: 0;
  background: var(--nd-paper);
  color: var(--nd-ink);
  font-family: Raleway, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.nd-site *, .nd-site *::before, .nd-site *::after { box-sizing: border-box; }
.nd-site a { color: inherit; text-decoration: none; }
.nd-site img { display: block; width: 100%; }
.nd-site button { font: inherit; }
.nd-page-shell { width: min(1440px, calc(100% - 96px)); margin-inline: auto; }

.nd-header { position: sticky; z-index: 50; top: 0; min-height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; border-bottom: 1px solid rgba(31,36,46,.11); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.nd-brand { display: inline-flex; align-items: baseline; gap: 8px; }
.nd-brand img { width: auto; max-width: 200px; max-height: 48px; }
.nd-brand span { color: var(--nd-mint-deep); font-size: 28px; font-weight: 800; letter-spacing: -.07em; }
.nd-brand small { color: var(--nd-ink); font-size: 10px; font-weight: 500; letter-spacing: .52em; text-transform: uppercase; }
.nd-desktop-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 650; }
.nd-desktop-nav > a:not(.nd-nav-cta) { position: relative; padding-block: 10px; }
.nd-desktop-nav > a:not(.nd-nav-cta)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 5px; background: var(--nd-mint-deep); transition: right .25s ease; }
.nd-desktop-nav > a:not(.nd-nav-cta):hover::after { right: 0; }
.nd-nav-cta, .nd-primary-action { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border: 1px solid var(--nd-mint); border-radius: 100px; background: var(--nd-mint); color: #10201e; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.nd-nav-cta:hover, .nd-primary-action:hover { transform: translateY(-2px); background: #5ae1cd; }
.nd-mobile-nav { display: none; }
.nd-eyebrow { margin: 0 0 18px; color: var(--nd-mint-deep); font-size: 10px; font-weight: 850; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.nd-text-action { display: inline-flex; align-items: center; gap: 8px; padding-block: 8px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 750; }
.nd-text-action span { transition: transform .2s ease; }
.nd-text-action:hover span { transform: translate(3px,-3px); }
.nd-action-row { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }

.nd-home-hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: minmax(0,1.03fr) minmax(420px,.97fr); align-items: center; gap: 6vw; padding-block: 72px; }
.nd-hero-copy h1 { max-width: 820px; margin: 0; font-size: clamp(56px,7vw,112px); font-weight: 620; letter-spacing: -.075em; line-height: .92; }
.nd-hero-lead { max-width: 660px; margin: 30px 0 34px; color: var(--nd-soft-ink); font-size: 17px; line-height: 1.65; }
.nd-hero-case { position: relative; min-height: 640px; overflow: hidden; background: var(--nd-mist); }
.nd-hero-case > img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.2,1); }
.nd-hero-case:hover > img { transform: scale(1.025); }
.nd-hero-case > div { position: absolute; left: 28px; right: 28px; bottom: 28px; display: flex; justify-content: space-between; align-items: end; gap: 16px; padding: 18px 20px; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); }
.nd-hero-case span { color: var(--nd-soft-ink); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.nd-hero-case strong { font-size: 18px; }

.nd-proof-strip { display: grid; grid-template-columns: 1.2fr repeat(4,1fr); border-block: 1px solid var(--nd-line); background: var(--nd-line); gap: 1px; }
.nd-proof-strip > div { min-height: 112px; display: flex; justify-content: center; align-items: center; gap: 8px; padding: 24px; text-align: center; background: var(--nd-paper); font-size: 12px; font-weight: 700; }
.nd-proof-strip strong { color: var(--nd-mint-deep); font-size: 30px; letter-spacing: -.05em; }

.nd-section { padding-block: 120px; }
.nd-section-intro { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 8vw; margin-bottom: 54px; }
.nd-section-intro h2, .nd-featured-case h2, .nd-about-slice h2, .nd-contact-slice h2 { max-width: 800px; margin: 0; font-size: clamp(42px,5.3vw,78px); font-weight: 590; letter-spacing: -.065em; line-height: .98; }
.nd-section-intro > div:last-child > p, .nd-section-intro > p { margin: 0 0 20px; color: var(--nd-soft-ink); font-size: 15px; line-height: 1.65; }

.nd-projects-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 60px 22px; }
.nd-project-card[hidden] { display: none; }
.nd-project-image { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--nd-mist); }
.nd-project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.2,1); }
.nd-project-card:hover .nd-project-image img { transform: scale(1.028); }
.nd-project-image > span { position: absolute; right: 16px; bottom: 16px; padding: 10px 14px; border-radius: 100px; opacity: 0; background: white; color: var(--nd-ink); font-size: 11px; font-weight: 800; transform: translateY(8px); transition: .25s ease; }
.nd-project-card:hover .nd-project-image > span { opacity: 1; transform: translateY(0); }
.nd-project-copy { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding-top: 18px; border-top: 1px solid var(--nd-ink); }
.nd-project-copy h3 { margin: 0 0 8px; font-size: 25px; font-weight: 650; letter-spacing: -.04em; }
.nd-project-copy p { max-width: 520px; margin: 0; color: var(--nd-soft-ink); font-size: 12px; line-height: 1.5; }
.nd-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: start; gap: 6px; }
.nd-tags span { padding: 7px 9px; border: 1px solid var(--nd-line); border-radius: 100px; color: var(--nd-soft-ink); font-size: 9px; font-weight: 750; white-space: nowrap; }
.nd-tags.nd-inverse { justify-content: flex-start; margin-bottom: 32px; }
.nd-tags.nd-inverse span { border-color: rgba(255,255,255,.3); color: rgba(255,255,255,.75); }
.nd-empty-state { grid-column: 1/-1; padding: 64px; border: 1px solid var(--nd-line); background: var(--nd-mist); text-align: center; }
.nd-empty-state p { color: var(--nd-soft-ink); }

.nd-services-band { padding-block: 96px; background: var(--nd-mist); }
.nd-services-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid #cbd3d1; border-left: 1px solid #cbd3d1; }
.nd-service-item { min-height: 380px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid #cbd3d1; border-bottom: 1px solid #cbd3d1; transition: background .25s ease, color .25s ease; }
.nd-service-item > span { color: var(--nd-mint-deep); font-size: 12px; font-weight: 800; }
.nd-service-item h3 { margin: auto 0 18px; font-size: 27px; font-weight: 650; letter-spacing: -.045em; line-height: 1.08; }
.nd-service-item p { min-height: 66px; margin: 0 0 24px; color: var(--nd-soft-ink); font-size: 12px; line-height: 1.55; }
.nd-service-item b { font-size: 11px; }
.nd-service-item:hover { background: var(--nd-ink); color: white; }
.nd-service-item:hover p { color: #bbc2c8; }

.nd-featured-case { display: grid; grid-template-columns: 1.08fr .92fr; background: var(--nd-ink); color: white; }
.nd-featured-image { min-height: 720px; }
.nd-featured-image img { height: 100%; object-fit: cover; }
.nd-featured-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 8vw; }
.nd-featured-copy > p:not(.nd-eyebrow) { margin: 30px 0; color: #c2c8ce; line-height: 1.65; }

.nd-method-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; }
.nd-method-grid article { padding-top: 18px; border-top: 2px solid var(--nd-mint); }
.nd-method-grid span { display: block; margin-bottom: 64px; color: var(--nd-mint-deep); font-size: 11px; font-weight: 800; }
.nd-method-grid h3 { margin: 0 0 10px; font-size: 24px; letter-spacing: -.04em; }
.nd-method-grid p { margin: 0; color: var(--nd-soft-ink); font-size: 12px; line-height: 1.55; }

.nd-testimonial { padding: 120px max(48px,10vw); text-align: center; background: var(--nd-mint); color: #10201e; }
.nd-testimonial .nd-eyebrow { color: #035651; }
.nd-testimonial blockquote { max-width: 1100px; margin: 0 auto 30px; font-size: clamp(36px,5.2vw,74px); font-weight: 620; letter-spacing: -.06em; line-height: 1.04; }
.nd-testimonial cite { font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.nd-about-slice { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 8vw; padding-block: 120px; }
.nd-about-photo { aspect-ratio: 4/5; overflow: hidden; background: var(--nd-mist); }
.nd-about-photo img { height: 100%; object-fit: cover; }
.nd-about-slice > div:last-child > p:not(.nd-eyebrow) { max-width: 660px; margin: 28px 0; color: var(--nd-soft-ink); line-height: 1.7; }
.nd-contact-slice { margin-bottom: 120px; padding: 80px; background: var(--nd-mist); }
.nd-contact-slice > p:not(.nd-eyebrow) { max-width: 600px; margin: 24px 0 30px; color: var(--nd-soft-ink); line-height: 1.6; }

.nd-footer { display: grid; grid-template-columns: 1.5fr .65fr 1fr .7fr; gap: 56px; padding: 70px 48px; background: #171b22; color: white; }
.nd-brand-light span { color: var(--nd-mint); }
.nd-brand-light small { color: white; }
.nd-footer p { max-width: 380px; color: #9ca6ac; font-size: 12px; line-height: 1.6; }
.nd-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.nd-footer strong { margin-bottom: 8px; color: #8f999f; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.nd-footer a:not(.nd-brand), .nd-footer span { color: #dbe0e2; font-size: 12px; }
.nd-footer-meta { justify-content: space-between; }

.nd-inner-hero { padding-block: 130px 90px; }
.nd-inner-hero h1 { max-width: 1150px; margin: 0; font-size: clamp(56px,7.5vw,108px); font-weight: 590; letter-spacing: -.075em; line-height: .94; }
.nd-inner-hero > p:last-child { max-width: 720px; margin: 30px 0 0 auto; color: var(--nd-soft-ink); font-size: 16px; line-height: 1.65; }
.nd-portfolio-section { padding-bottom: 130px; }
.nd-filters { position: sticky; z-index: 10; top: 84px; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; padding-block: 18px; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); }
.nd-filters button { padding: 10px 14px; border: 1px solid var(--nd-line); border-radius: 100px; background: white; color: var(--nd-ink); font-size: 11px; font-weight: 700; cursor: pointer; }
.nd-filters button.is-active { border-color: var(--nd-ink); background: var(--nd-ink); color: white; }

@media (max-width: 1000px) {
  .nd-page-shell { width: min(calc(100% - 48px), 900px); }
  .nd-header { min-height: 70px; padding: 0 24px; }
  .nd-desktop-nav { display: none; }
  .nd-mobile-nav { display: block; position: relative; }
  .nd-mobile-nav summary { list-style: none; cursor: pointer; font-size: 12px; font-weight: 800; text-transform: uppercase; }
  .nd-mobile-nav summary::-webkit-details-marker { display: none; }
  .nd-mobile-nav[open] > div { position: fixed; inset: 70px 0 auto; display: flex; flex-direction: column; padding: 24px; background: white; border-bottom: 1px solid var(--nd-line); box-shadow: 0 20px 40px rgba(31,36,46,.1); }
  .nd-mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--nd-line); font-size: 18px; font-weight: 650; }
  .nd-home-hero { min-height: auto; grid-template-columns: 1fr; padding-block: 72px 48px; }
  .nd-hero-case { min-height: 540px; }
  .nd-proof-strip { grid-template-columns: repeat(2,1fr); }
  .nd-proof-strip > div:first-child { grid-column: 1/-1; }
  .nd-services-grid, .nd-method-grid { grid-template-columns: repeat(2,1fr); }
  .nd-featured-case { grid-template-columns: 1fr; }
  .nd-featured-image { min-height: 560px; }
  .nd-featured-copy { padding: 72px 48px; }
  .nd-footer { grid-template-columns: repeat(2,1fr); }
  .nd-section-intro { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .nd-page-shell { width: calc(100% - 32px); }
  .nd-brand span { font-size: 24px; }
  .nd-brand small { font-size: 8px; }
  .nd-home-hero { gap: 44px; }
  .nd-hero-copy h1, .nd-inner-hero h1 { font-size: 48px; }
  .nd-hero-lead { font-size: 15px; }
  .nd-hero-case { min-height: 390px; }
  .nd-hero-case > div { left: 14px; right: 14px; bottom: 14px; }
  .nd-section { padding-block: 78px; }
  .nd-section-intro h2, .nd-featured-case h2, .nd-about-slice h2, .nd-contact-slice h2 { font-size: 42px; }
  .nd-projects-grid, .nd-services-grid, .nd-method-grid { grid-template-columns: 1fr; }
  .nd-project-copy { grid-template-columns: 1fr; }
  .nd-tags { justify-content: flex-start; }
  .nd-service-item { min-height: 300px; }
  .nd-featured-image { min-height: 390px; }
  .nd-featured-copy { padding: 64px 20px; }
  .nd-method-grid span { margin-bottom: 32px; }
  .nd-testimonial { padding: 78px 20px; }
  .nd-about-slice { grid-template-columns: 1fr; gap: 44px; padding-block: 78px; }
  .nd-contact-slice { margin-block: 80px; padding: 52px 24px; }
  .nd-footer { grid-template-columns: 1fr; padding: 56px 24px; }
  .nd-inner-hero { padding-block: 82px 60px; }
  .nd-filters { top: 70px; flex-wrap: nowrap; overflow-x: auto; }
  .nd-filters button { flex: 0 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  .nd-site * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Home: provas sociais, insights, FAQ e conversão */
.nd-project-subtitle { max-width: 560px; font-size: 13px !important; line-height: 1.55 !important; }

.nd-google-reviews { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; margin-top: 80px; padding-block: 100px; border-top: 1px solid var(--nd-line); border-bottom: 1px solid var(--nd-line); }
.nd-google-reviews-head h2, .nd-faq-intro h2 { max-width: 720px; margin: 0; font-size: clamp(42px,5.3vw,78px); font-weight: 590; letter-spacing: -.065em; line-height: .98; }
.nd-google-reviews-widget { min-width: 0; padding-top: 6px; }
.nd-google-reviews-widget:empty { display: none; }

.nd-insights { padding-block: 140px; }
.nd-insights-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.nd-insights-grid article { min-height: 440px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border: 1px solid var(--nd-line); background: white; box-shadow: 0 12px 32px rgba(31,36,46,.035); transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.nd-insights-grid article > span { color: var(--nd-mint-deep); font-size: 11px; font-weight: 800; }
.nd-insight-category { margin: auto 0 14px !important; color: var(--nd-mint-deep) !important; font-size: 10px !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nd-insights-grid h3 { margin: 0 0 18px; font-size: clamp(25px,2.3vw,36px); font-weight: 620; letter-spacing: -.05em; line-height: 1.05; }
.nd-insights-grid article > p:not(.nd-insight-category) { margin: 0 0 30px; color: var(--nd-soft-ink); font-size: 13px; line-height: 1.65; }
.nd-insights-grid .nd-text-action { margin-top: auto; }
.nd-insights-grid article:hover { border-color: var(--nd-mint-deep); background: var(--nd-mist); transform: translateY(-4px); }

.nd-faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; padding-block: 40px 150px; }
.nd-faq-intro { position: sticky; top: 110px; align-self: start; }
.nd-faq-intro > p:last-child { max-width: 560px; margin: 30px 0 0; color: var(--nd-soft-ink); line-height: 1.7; }
.nd-faq-list { display: grid; gap: 14px; align-self: start; }
.nd-faq-list details { overflow: hidden; border: 1px solid var(--nd-line); background: var(--nd-mist); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.nd-faq-list details:hover { border-color: #aeb9b6; }
.nd-faq-list details[open] { border-color: var(--nd-mint-deep); background: white; box-shadow: 0 14px 34px rgba(31,36,46,.055); }
.nd-faq-list summary { display: grid; grid-template-columns: 38px 1fr 34px; gap: 24px; align-items: center; padding: 24px 26px; list-style: none; cursor: pointer; }
.nd-faq-list summary::-webkit-details-marker { display: none; }
.nd-faq-list summary span { color: var(--nd-mint-deep); font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.nd-faq-list summary strong { font-size: 19px; font-weight: 650; letter-spacing: -.025em; line-height: 1.3; }
.nd-faq-list summary i { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(71,212,192,.22); color: var(--nd-mint-deep); font-size: 24px; font-style: normal; font-weight: 350; line-height: 1; transition: transform .2s ease, background .2s ease; }
.nd-faq-list details[open] summary i { transform: rotate(45deg); background: var(--nd-mint); color: var(--nd-ink); }
.nd-faq-list details > div { max-width: 760px; padding: 0 60px 30px 88px; color: var(--nd-soft-ink); font-size: 14px; line-height: 1.75; }
.nd-faq-list details > div p { margin: 0; }

.nd-contact-slice { margin: 0; padding: 120px 0; background: var(--nd-ink); color: white; }
.nd-contact-slice .nd-eyebrow { color: var(--nd-mint); }
.nd-contact-slice h2 { color: white; }
.nd-conversion-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 8vw; align-items: start; }
.nd-conversion-copy > p:not(.nd-eyebrow) { max-width: 580px; margin: 30px 0 38px; color: #b9c1c5; line-height: 1.7; }
.nd-conversion-copy .nd-action-row { flex-wrap: wrap; gap: 18px 24px; }
.nd-conversion-copy .nd-text-action { color: white; border-color: rgba(255,255,255,.35); }
.nd-conversion-form { padding: 42px; background: white; color: var(--nd-ink); box-shadow: 0 18px 46px rgba(0,0,0,.18); }
.nd-conversion-form form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.nd-conversion-form form > p { margin: 0; }
.nd-conversion-form form > p:nth-of-type(3), .nd-conversion-form form > p:nth-of-type(4), .nd-conversion-form form > p:last-of-type { grid-column: 1 / -1; }
.nd-conversion-form label { display: block; color: var(--nd-soft-ink); font-size: 11px; font-weight: 750; letter-spacing: .04em; line-height: 1.5; }
.nd-conversion-form input:not([type="submit"]), .nd-conversion-form textarea { width: 100%; margin-top: 9px; padding: 14px 16px; border: 1px solid var(--nd-line); border-radius: 0; outline: none; background: #f8faf9; color: var(--nd-ink); font: inherit; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.nd-conversion-form textarea { min-height: 132px; resize: vertical; }
.nd-conversion-form input:not([type="submit"]):focus, .nd-conversion-form textarea:focus { border-color: var(--nd-mint-deep); background: white; box-shadow: 0 0 0 3px rgba(71,212,192,.16); }
.nd-site .nd-conversion-form input[type="submit"] { width: 100%; min-height: 50px; padding: 15px 24px !important; border: 1px solid var(--nd-mint) !important; border-radius: 100px !important; background: var(--nd-mint) !important; color: var(--nd-ink) !important; font-size: 12px !important; font-weight: 850 !important; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.nd-site .nd-conversion-form input[type="submit"]:hover { background: #5ae1cd !important; transform: translateY(-2px); }
.nd-conversion-form .wpcf7-spinner { display: none; }
.nd-conversion-form .wpcf7-response-output { grid-column: 1 / -1; margin: 14px 0 0 !important; padding: 12px 14px !important; font-size: 12px; line-height: 1.5; }
.nd-form-delivery-note { margin: 20px 0 0; padding-top: 18px; border-top: 1px solid var(--nd-line); color: var(--nd-soft-ink); font-size: 11px; line-height: 1.55; }

@media (max-width: 1000px) {
  .nd-google-reviews, .nd-faq-section, .nd-conversion-grid { grid-template-columns: 1fr; gap: 56px; }
  .nd-faq-intro { position: static; }
  .nd-insights-grid { gap: 18px; }
  .nd-conversion-form { max-width: 720px; }
}

@media (max-width: 680px) {
  .nd-google-reviews { margin-top: 56px; padding-block: 78px; }
  .nd-insights { padding-block: 88px; }
  .nd-insights-grid { grid-template-columns: 1fr; gap: 16px; }
  .nd-insights-grid article { min-height: 350px; padding: 26px; }
  .nd-faq-section { gap: 46px; padding-block: 20px 92px; }
  .nd-faq-list { gap: 10px; }
  .nd-faq-list summary { grid-template-columns: 30px 1fr 30px; gap: 16px; padding: 20px 18px; }
  .nd-faq-list summary strong { font-size: 17px; }
  .nd-faq-list summary i { width: 30px; height: 30px; }
  .nd-faq-list details > div { padding: 0 50px 24px 64px; }
  .nd-contact-slice { margin: 0; padding: 86px 0; }
  .nd-conversion-grid { gap: 46px; }
  .nd-conversion-form { padding: 28px 20px; }
  .nd-conversion-form form { grid-template-columns: 1fr; gap: 20px; }
  .nd-conversion-form form > p { grid-column: 1 / -1; }
}
