/* Nalashaa Digital — Dynamics 365 Implementation page revamp (scoped) */
html:has(.nd-impl) {
    scroll-behavior: smooth;
    overflow-x: clip;
}

html:has(.nd-impl) body {
    overflow-x: clip;
}

.nd-impl {
    --nd-blue: #2257d3;
    --nd-blue-dark: #263b8c;
    --nd-blue-cta: #2253c8;
    --nd-black: #242424;
    --nd-dark: #1d1d1d;
    --nd-grey: #6b7280;
    --nd-grey-3: #364153;
    --nd-border: #d6d6d6;
    --nd-card-border: #e6ecf8;
    --nd-card-border-strong: #afceff;
    --nd-emphasis: #9dc3ff;
    --nd-orange: #c2410c;
    --nd-light-bg: #f6f9ff;
    --nd-gradient: linear-gradient(125deg, #2257d3 0%, #263b8c 100%);
    --nd-container: 1148px;
    --nd-font-heading: "Plus Jakarta Sans", Inter, Arial, sans-serif;
    --nd-font-body: Inter, Arial, sans-serif;
    --nd-workflow-gray: #6b7280;
    --nd-workflow-cyan: #04abd5;
    --nd-workflow-red: #dc2819;
    --nd-workflow-navy: #2e609f;
    font-family: var(--nd-font-body);
    color: var(--nd-black);
    line-height: 1.5;
    overflow: visible;
    display: block;
    width: 100%;
}

.nd-impl *,
.nd-impl *::before,
.nd-impl *::after { box-sizing: border-box; }

.nd-impl img,
.nd-impl video,
.nd-impl svg { max-width: 100%; display: block; }

.nd-impl__container {
    width: min(100% - 32px, var(--nd-container));
    margin-inline: auto;
}

.nd-impl h1,
.nd-impl h2,
.nd-impl h3,
.nd-impl h4 { font-family: var(--nd-font-heading); font-weight: 700; margin: 0; }

.nd-impl__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    background: var(--nd-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nd-impl__eyebrow::before {
    content: "";
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    background: linear-gradient(122deg, rgba(34, 87, 211, 0.08) 0%, rgba(128, 163, 245, 0.12) 50%, #fff 100%);
}

.nd-impl__eyebrow--light {
    color: var(--nd-emphasis);
    background: none;
    -webkit-text-fill-color: var(--nd-emphasis);
}

.nd-impl__eyebrow--light::before { background: var(--nd-emphasis); }

.nd-impl__h1 {
    font-size: clamp(32px, 5vw, 54px);
    line-height: 1.26;
    letter-spacing: -0.3px;
    color: var(--nd-black);
}

.nd-impl__h1-gradient {
    background: var(--nd-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    white-space: nowrap;
}

@media (max-width: 820px) {
    .nd-impl__h1-gradient {
        white-space: normal;
    }
}

.nd-impl__h2 {
    font-size: clamp(28px, 3.5vw, 34px);
    line-height: 1.29;
    letter-spacing: -0.09px;
    color: var(--nd-black);
    text-align: center;
}

.nd-impl__h2--left { text-align: left; }

.nd-impl__h2-accent {
    background: var(--nd-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nd-impl__h2-accent--orange { color: var(--nd-orange); background: none; -webkit-text-fill-color: var(--nd-orange); }

.nd-impl__h3 { font-size: clamp(20px, 2.5vw, 24px); line-height: 1.33; }

.nd-impl__lead {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 28px;
    color: var(--nd-grey);
    margin: 0;
}

.nd-impl__lead strong { color: var(--nd-grey-3); font-weight: 500; }

.nd-impl__body {
    font-size: 16px;
    line-height: 25px;
    color: var(--nd-grey-3);
    margin: 0;
}

.nd-impl__section-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
}

.nd-impl__section-head--left {
    align-items: flex-start;
    text-align: left;
    margin-inline: 0;
}

.nd-impl__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 56px;
    padding: 13px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nd-impl__btn--primary {
    background: var(--nd-gradient);
    color: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.nd-impl__btn--primary:hover,
.nd-impl__btn--primary:focus,
.nd-impl__btn--primary:active {
    color: #fff;
    text-decoration: none;
}

.nd-impl__btn--outline {
    background: transparent;
    color: var(--nd-blue);
    border: 2px solid var(--nd-blue);
}

.nd-impl__btn--white {
    background: #fff;
    color: var(--nd-blue);
    box-shadow: none;
}

.nd-impl__btn--white:hover,
.nd-impl__btn--white:focus,
.nd-impl__btn--white:active { color: var(--nd-blue); text-decoration: none; }

.nd-impl__btn--sm {
    min-height: 48px;
    padding: 12px 24px;
    font-size: 16px;
}

.nd-impl__btn:hover { transform: translateY(-2px); }
.nd-impl__btn:focus-visible { outline: 2px solid var(--nd-blue); outline-offset: 2px; }

.nd-impl__check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 21px;
}

.nd-impl__check-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 22px;
    color: var(--nd-grey-3);
}

.nd-impl__check-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: var(--nd-blue);
}

.nd-impl__bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nd-impl__bullet-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 25px;
    color: var(--nd-grey-3);
}

.nd-impl__bullet-dot {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    margin-top: 9px;
    border-radius: 50%;
    background: var(--nd-gradient);
}

/* Scroll reveal */
.nd-impl__reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.nd-impl__reveal.is-visible {
    opacity: 1;
    transform: none;
}

@keyframes ndImplFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ------------------------------------------------------------------ Hero */
.nd-impl__hero {
    position: relative;
    background: linear-gradient(134deg, rgba(34, 87, 211, 0.08) 0%, rgba(128, 163, 245, 0.12) 50%, #fff 100%);
    padding: 48px 0 0;
    overflow: hidden;
}

.nd-impl__hero-glow {
    position: absolute;
    top: -80px;
    right: -120px;
    width: min(55vw, 620px);
    height: auto;
    pointer-events: none;
    opacity: 0.85;
    z-index: 0;
}

.nd-impl__hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 40px;
    align-items: center;
    padding: 40px 0 56px;
}

.nd-impl__hero-copy {
    max-width: 646px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.nd-impl__hero-copy .nd-impl__btn--primary {
    width: fit-content;
    align-self: flex-start;
    min-width: 0;
    padding: 13px 28px;
}

.nd-impl__hero-trust {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.nd-impl__hero-trust-avatars {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.nd-impl__hero-trust-avatar {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
}

.nd-impl__hero-trust-avatar + .nd-impl__hero-trust-avatar { margin-left: -19px; }

.nd-impl__hero-trust-avatar:nth-child(1) { z-index: 1; }
.nd-impl__hero-trust-avatar:nth-child(2) { z-index: 2; }
.nd-impl__hero-trust-avatar:nth-child(3) { z-index: 3; }

.nd-impl__hero-trust p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: var(--nd-grey-3);
    text-align: left;
    max-width: 220px;
}

.nd-impl__hero-visual {
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
}

.nd-impl__hero-hub {
    position: relative;
    width: min(100%, 520px);
    aspect-ratio: 1;
}

.nd-impl__hero-hub-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18.5%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--nd-card-border-strong);
    box-shadow: 0 16px 40px rgba(34, 87, 211, 0.12);
    display: grid;
    place-items: center;
    z-index: 2;
}

.nd-impl__hero-hub-center img {
    width: 54%;
    height: 54%;
    object-fit: contain;
}

.nd-impl__hero-hub-photo {
    position: absolute;
    width: 30%;
    aspect-ratio: 1;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 1;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    transform-origin: center center;
}

.nd-impl__hero-hub-photo--1 { top: 0; left: 50%; transform: translate(-50%, 0); }
.nd-impl__hero-hub-photo--1:hover { transform: translate(-50%, 0) scale(1.06); box-shadow: 0 12px 28px rgba(34, 87, 211, 0.2); }

.nd-impl__hero-hub-photo--2 { top: 14%; right: 0; left: auto; transform: none; }
.nd-impl__hero-hub-photo--2:hover { transform: scale(1.06); box-shadow: 0 12px 28px rgba(34, 87, 211, 0.2); }

.nd-impl__hero-hub-photo--3 { bottom: 14%; right: 0; left: auto; transform: none; }
.nd-impl__hero-hub-photo--3:hover { transform: scale(1.06); box-shadow: 0 12px 28px rgba(34, 87, 211, 0.2); }

.nd-impl__hero-hub-photo--4 { bottom: 0; left: 50%; transform: translate(-50%, 0); }
.nd-impl__hero-hub-photo--4:hover { transform: translate(-50%, 0) scale(1.06); box-shadow: 0 12px 28px rgba(34, 87, 211, 0.2); }

.nd-impl__hero-hub-photo--5 { bottom: 14%; left: 0; transform: none; }
.nd-impl__hero-hub-photo--5:hover { transform: scale(1.06); box-shadow: 0 12px 28px rgba(34, 87, 211, 0.2); }

.nd-impl__hero-hub-photo--6 { top: 14%; left: 0; transform: none; }
.nd-impl__hero-hub-photo--6:hover { transform: scale(1.06); box-shadow: 0 12px 28px rgba(34, 87, 211, 0.2); }

.nd-impl__hero-stats {
    margin-top: 0;
    padding: 18px 15px;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.nd-impl__hero-stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;
    max-width: 1148px;
    margin: 0 auto;
    text-align: center;
}

.nd-impl__hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.nd-impl__hero-stat::before {
    content: "";
    width: 150px;
    max-width: 100%;
    height: 1px;
    background: rgba(214, 214, 214, 0.55);
}

.nd-impl__hero-stat-value {
    font-family: var(--nd-font-heading);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    background: var(--nd-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nd-impl__hero-stat-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    color: var(--nd-black);
}

/* -------------------------------------------------------------- Services */
.nd-impl__services {
    padding: 64px 0;
    background: #fff;
}

.nd-impl__services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 364px));
    gap: 18px;
    justify-content: center;
    margin-top: 40px;
}

.nd-impl__service-card {
    width: 100%;
    max-width: 364px;
    min-height: 271px;
    border: 1px solid var(--nd-card-border-strong);
    border-radius: 16px;
    padding: 25px;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.nd-impl__service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(34, 87, 211, 0.08);
    border-color: var(--nd-blue);
}

.nd-impl__service-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(34, 87, 211, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.nd-impl__service-icon img,
.nd-impl__service-icon svg {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.nd-impl__service-card h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.nd-impl__service-card p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: var(--nd-grey-3);
    flex: 1;
}

.nd-impl__services-cta {
    position: relative;
    margin-top: 40px;
    border-radius: 32px;
    overflow: hidden;
    background: var(--nd-blue-cta);
    min-height: 271px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 480px);
    align-items: center;
    gap: 32px;
    padding: 40px 48px;
    color: #fff;
}

.nd-impl__services-cta-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nd-impl__services-cta-copy h3 {
    font-size: clamp(22px, 2.5vw, 28px);
    line-height: 1.35;
    color: #fff;
}

.nd-impl__services-cta-copy p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    opacity: 0.92;
    max-width: 520px;
}

.nd-impl__services-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #fff;
    color: var(--nd-blue);
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    width: fit-content;
    font-size: 14px;
    transition: transform 0.2s ease;
}

.nd-impl__services-cta-link:hover,
.nd-impl__services-cta-link:focus,
.nd-impl__services-cta-link:active {
    color: var(--nd-blue);
    text-decoration: none;
    transform: translateY(-2px);
}

.nd-impl__services-cta-visual {
    position: relative;
    z-index: 1;
    justify-self: end;
    width: min(100%, 440px);
    min-height: 276px;
}

.nd-impl__services-cta-glow-v2 {
    position: absolute;
    top: 50%;
    right: -80px;
    width: min(120%, 420px);
    height: auto;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0.85;
    z-index: 0;
}

.nd-impl__services-cta-frame {
    position: absolute;
    border-radius: 16px;
    pointer-events: none;
}

.nd-impl__services-cta-frame--back {
    top: 18%;
    right: 8%;
    width: 88%;
    height: 68%;
    border: 1.5px dashed rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.05);
    transform: rotate(-3.29deg);
    z-index: 1;
}

.nd-impl__services-cta-frame--mid {
    top: 14%;
    right: 5%;
    width: 90%;
    height: 70%;
    border: 1.5px dashed rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.08);
    transform: rotate(-1.71deg);
    z-index: 2;
}

.nd-impl__services-cta-frame--front {
    top: 10%;
    right: 2%;
    width: 92%;
    height: 72%;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.12);
    transform: rotate(-0.43deg);
    z-index: 3;
}

.nd-impl__services-cta-photo {
    position: absolute;
    top: 8%;
    right: 0;
    width: 92%;
    border: 2.5px solid #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(10, 30, 74, 0.35);
    z-index: 4;
}

.nd-impl__services-cta-photo img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    display: block;
}

.nd-impl__services-cta-brackets {
    position: absolute;
    inset: 0;
    left: 12px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}

/* ------------------------------------------------------------------ AI */
.nd-impl__ai {
    padding: 80px 0;
    background: #fff;
}

.nd-impl__ai-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
    gap: 48px 64px;
    align-items: center;
    padding: 48px 0;
    border-bottom: 1px solid var(--nd-border);
}

.nd-impl__ai-block:last-child { border-bottom: 0; padding-bottom: 0; }
.nd-impl__ai-block:first-child { padding-top: 0; }

.nd-impl__ai-block--reverse .nd-impl__ai-copy { order: 2; }
.nd-impl__ai-block--reverse .nd-impl__ai-diagram { order: 1; }

.nd-impl__ai-copy .nd-impl__h2 { text-align: left; margin-bottom: 16px; }

.nd-impl__ai-copy .nd-impl__lead { margin-bottom: 24px; }

.nd-impl__ai-diagram {
    position: relative;
    min-height: 320px;
    border: 1px solid var(--nd-card-border);
    border-radius: 16px;
    background: #f6f9ff;
    box-shadow: 3px 4px 28px rgba(121, 121, 121, 0.13);
    padding: 24px 20px;
    overflow: hidden;
}

.nd-impl__ai-diagram-panel {
    position: relative;
    width: 100%;
    min-height: 280px;
}

.nd-impl__ai-diagram-kicker {
    margin: 0 0 12px;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: var(--nd-grey);
}

.nd-impl__ai-diagram-kicker--blue { color: var(--nd-blue); }

.nd-impl__ai-diagram-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 126px;
}

.nd-impl__ai-diagram-line {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 26px;
    padding: 0 10px;
    border: 1.2px solid rgba(34, 87, 211, 0.3);
    border-radius: 7px;
    background: #fff;
}

.nd-impl__ai-diagram-dot {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: rgba(34, 87, 211, 0.55);
    flex-shrink: 0;
}

.nd-impl__ai-diagram-bar {
    display: block;
    height: 4px;
    border-radius: 2px;
    background: rgba(34, 87, 211, 0.28);
}

.nd-impl__ai-diagram-bar--lg { width: 78px; }
.nd-impl__ai-diagram-bar--md { width: 66px; }
.nd-impl__ai-diagram-bar--sm { width: 54px; }
.nd-impl__ai-diagram-bar--xs { width: 42px; }

.nd-impl__ai-diagram-curve,
.nd-impl__ai-diagram-arrow {
    position: absolute;
    pointer-events: none;
}

.nd-impl__ai-diagram--delivery .nd-impl__ai-diagram-stack { position: absolute; left: 4%; top: 26%; }
.nd-impl__ai-diagram--delivery .nd-impl__ai-diagram-kicker { position: absolute; left: 4%; top: 16%; }
.nd-impl__ai-diagram--delivery .nd-impl__ai-diagram-curve--1 { left: 30%; top: 30%; width: 40px; height: auto; }
.nd-impl__ai-diagram--delivery .nd-impl__ai-diagram-curve--2 { left: 30%; top: 42%; width: 40px; height: auto; }
.nd-impl__ai-diagram--delivery .nd-impl__ai-diagram-curve--3 { left: 30%; top: 54%; width: 40px; height: auto; }
.nd-impl__ai-diagram--delivery .nd-impl__ai-diagram-curve--4 { left: 30%; top: 66%; width: 40px; height: auto; }

.nd-impl__ai-diagram-node {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.nd-impl__ai-diagram-node--review {
    left: 42%;
    top: 52%;
    width: 96px;
    min-height: 132px;
    padding: 16px 8px 12px;
    border: 1.6px solid var(--nd-blue);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(34, 87, 211, 0.16);
}

.nd-impl__ai-diagram-node-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(34, 87, 211, 0.12);
    display: grid;
    place-items: center;
    margin-bottom: 8px;
}

.nd-impl__ai-diagram-node-icon img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.nd-impl__ai-diagram-node--review strong {
    font-family: var(--nd-font-heading);
    font-size: 13px;
    line-height: 18px;
    color: var(--nd-black);
}

.nd-impl__ai-diagram-node--review span {
    font-size: 11px;
    line-height: 15px;
    color: var(--nd-grey);
}

.nd-impl__ai-diagram--delivery .nd-impl__ai-diagram-arrow {
    left: 62%;
    top: 68%;
    width: 40px;
    height: auto;
}

.nd-impl__ai-diagram-node--env {
    right: 4%;
    top: 52%;
    width: 148px;
    min-height: 132px;
    padding: 12px;
    border: 1.2px solid var(--nd-card-border);
    border-radius: 12px;
    background: #fff;
}

.nd-impl__ai-diagram-env-row {
    margin-top: 10px;
    padding: 4px 6px;
    border-radius: 4px;
    background: #f6f9ff;
}

.nd-impl__ai-diagram--copilot {
    padding: 0;
    min-height: 0;
}

/* Figma board: 578 × 456 (node 1:255) */
.nd-impl__ai-copilot-board {
    position: relative;
    width: 100%;
    aspect-ratio: 578 / 456;
    min-height: 300px;
}

.nd-impl__ai-copilot-kicker {
    position: absolute;
    margin: 0;
    font-size: clamp(9px, 0.86vw, 10px);
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: var(--nd-grey-3);
    z-index: 2;
}

.nd-impl__ai-copilot-kicker--blue {
    color: var(--nd-blue);
}

.nd-impl__ai-copilot-kicker:not(.nd-impl__ai-copilot-kicker--blue) {
    left: 5.02%;
    top: 12.06%;
}

.nd-impl__ai-copilot-kicker--blue {
    left: 64.88%;
    top: 35.31%;
}

.nd-impl__ai-copilot-pill,
.nd-impl__ai-copilot-out {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1.2px solid var(--nd-card-border);
    background: #fff;
    font-size: clamp(11px, 1.05vw, 12px);
    font-weight: 500;
    line-height: 17px;
    color: var(--nd-black);
    z-index: 3;
}

.nd-impl__ai-copilot-pill {
    left: 5.02%;
    width: 21.11%;
    height: 6.14%;
    padding: 0 10px;
    border-radius: 14px;
}

.nd-impl__ai-copilot-pill span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: var(--nd-blue);
    flex-shrink: 0;
}

.nd-impl__ai-copilot-pill--1 { top: 17.76%; }
.nd-impl__ai-copilot-pill--2 { top: 25.66%; }
.nd-impl__ai-copilot-pill--3 { top: 33.55%; }
.nd-impl__ai-copilot-pill--4 { top: 41.45%; }

.nd-impl__ai-copilot-curve {
    position: absolute;
    left: 26.12%;
    width: 7.96%;
    display: block;
    object-fit: fill;
    pointer-events: none;
    z-index: 1;
}

.nd-impl__ai-copilot-curve--1 { top: 20.83%; height: 28.51%; }
.nd-impl__ai-copilot-curve--2 { top: 28.73%; height: 20.61%; }
.nd-impl__ai-copilot-curve--3 { top: 36.62%; height: 12.72%; }
.nd-impl__ai-copilot-curve--4 { top: 44.52%; height: 4.82%; }

.nd-impl__ai-copilot-node {
    position: absolute;
    left: 35.47%;
    top: 37.06%;
    width: 19.38%;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 8px 10px;
    border-radius: 16px;
    background: linear-gradient(90deg, #2257d3 0%, #263b8c 100%);
    box-shadow: 0 8px 22px rgba(34, 87, 211, 0.28);
    text-align: center;
    color: #fff;
    z-index: 4;
}

.nd-impl__ai-copilot-node-icon {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.18);
    display: grid;
    place-items: center;
    margin-bottom: 6px;
    flex-shrink: 0;
}

.nd-impl__ai-copilot-node-icon img {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.nd-impl__ai-copilot-node strong {
    font-family: var(--nd-font-heading);
    font-size: clamp(13px, 1.3vw, 15px);
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.1px;
}

.nd-impl__ai-copilot-node span {
    font-size: clamp(9px, 0.9vw, 10px);
    font-weight: 400;
    line-height: 14px;
}

.nd-impl__ai-copilot-arrow {
    position: absolute;
    left: 56.57%;
    top: 49.34%;
    width: 6.57%;
    height: auto;
    pointer-events: none;
    z-index: 3;
}

.nd-impl__ai-copilot-out {
    left: 64.88%;
    width: 20.07%;
    height: 5.26%;
    padding: 0 8px;
    border-width: 1px;
    border-radius: 6px;
}

.nd-impl__ai-copilot-out span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: rgba(34, 87, 211, 0.7);
    flex-shrink: 0;
}

.nd-impl__ai-copilot-out--1 { top: 40.57%; }
.nd-impl__ai-copilot-out--2 { top: 47.15%; }
.nd-impl__ai-copilot-out--3 { top: 53.73%; }
.nd-impl__ai-copilot-out--4 { top: 60.31%; }

.nd-impl__ai-cta-wrap {
    margin-top: 32px;
    text-align: center;
}

.nd-impl__ai-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 13px 28px;
    border-radius: 12px;
    background: var(--nd-gradient);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.nd-impl__ai-cta:hover,
.nd-impl__ai-cta:focus,
.nd-impl__ai-cta:active {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.nd-impl__ai-cta img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* ------------------------------------------------------------- Off track */
.nd-impl__off-track {
    padding: 72px 0;
    background: var(--nd-light-bg);
}

.nd-impl__off-track-head {
    max-width: 820px;
    margin: 0 auto 40px;
    text-align: center;
}

.nd-impl__off-track-head .nd-impl__h2-accent--orange {
    display: inline;
}

@media (min-width: 821px) {
    .nd-impl__off-track-title {
        white-space: nowrap;
        font-size: clamp(26px, 2.8vw, 34px);
    }
}

.nd-impl__off-track-timeline {
    margin: 0 auto 48px;
    max-width: 1034px;
    padding: 0;
}

/* Figma board: 1280 × 322 (chart area from y=208 to y=530) */
.nd-impl__off-track-board {
    position: relative;
    width: 100%;
    aspect-ratio: 1280 / 322;
    min-height: 220px;
}

.nd-impl__off-track-kickoff {
    position: absolute;
    left: 5.156%;
    top: 0;
    margin: 0;
    font-size: clamp(11px, 1.02vw, 13px);
    font-weight: 500;
    line-height: 20px;
    color: var(--nd-grey-3);
    white-space: nowrap;
    z-index: 6;
}

.nd-impl__off-track-planned-line {
    position: absolute;
    left: 22.031%;
    top: 9.317%;
    width: 63.516%;
    height: 0;
    border-top: 2.5px dotted rgba(107, 114, 128, 0.85);
    border-radius: 1.25px;
    z-index: 2;
}

.nd-impl__off-track-actual {
    position: absolute;
    left: 5.156%;
    top: 9.006%;
    width: 80.469%;
    height: 73.292%;
    display: block;
    object-fit: fill;
    z-index: 3;
}

.nd-impl__off-track-miss-line {
    position: absolute;
    left: 85.547%;
    top: 9.006%;
    width: 0;
    height: 73.292%;
    border-left: 2px dotted rgba(194, 65, 12, 0.5);
    border-radius: 1px;
    z-index: 4;
}

.nd-impl__off-track-pin {
    position: absolute;
    width: 2.969%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: block;
    z-index: 5;
}

.nd-impl__off-track-pin--planned {
    left: 84.063%;
    top: 3.727%;
}

.nd-impl__off-track-pin--off {
    left: 84.063%;
    top: 75.776%;
}

.nd-impl__off-track-planned-label {
    position: absolute;
    left: 74.922%;
    top: 12.733%;
    margin: 0;
    max-width: 16%;
    font-size: clamp(8px, 0.82vw, 10.5px);
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--nd-grey-3);
    z-index: 6;
}

.nd-impl__off-track-miss-label {
    position: absolute;
    left: 88.281%;
    top: 67.081%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    white-space: nowrap;
    z-index: 6;
}

.nd-impl__off-track-miss-label strong {
    font-size: clamp(9px, 0.86vw, 11px);
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: var(--nd-orange);
}

.nd-impl__off-track-miss-label span {
    font-size: clamp(10px, 0.98vw, 12.5px);
    font-weight: 400;
    line-height: 18px;
    color: var(--nd-grey-3);
}

.nd-impl__off-track-tie {
    position: absolute;
    width: 1px;
    background: rgba(194, 65, 12, 0.22);
    transform: translateX(-50%);
    z-index: 1;
}

.nd-impl__off-track-tie--1 {
    left: 20.938%;
    top: 17.702%;
    height: 82.298%;
}

.nd-impl__off-track-tie--2 {
    left: 47.031%;
    top: 50.932%;
    height: 49.068%;
}

.nd-impl__off-track-tie--3 {
    left: 69.375%;
    top: 81.988%;
    height: 18.012%;
}

.nd-impl__off-track-step {
    position: absolute;
    width: 3.125%;
    aspect-ratio: 1 / 1;
    z-index: 5;
}

.nd-impl__off-track-step-ring,
.nd-impl__off-track-step-core {
    position: absolute;
    display: block;
    object-fit: contain;
}

.nd-impl__off-track-step-ring {
    inset: 0;
    width: 100%;
    height: 100%;
}

.nd-impl__off-track-step-core {
    left: 15%;
    top: 15%;
    width: 70%;
    height: 70%;
}

.nd-impl__off-track-step span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(10px, 0.94vw, 12px);
    font-weight: 600;
    line-height: 18px;
    color: #fff;
    pointer-events: none;
}

.nd-impl__off-track-step--1 { left: 19.375%; top: 4.037%; }
.nd-impl__off-track-step--2 { left: 45.469%; top: 37.267%; }
.nd-impl__off-track-step--3 { left: 67.813%; top: 68.323%; }

.nd-impl__off-track-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 8px;
}

.nd-impl__off-track-col {
    background: #fff;
    border: 1px solid var(--nd-card-border);
    border-radius: 12px;
    padding: 28px 24px;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.nd-impl__off-track-col:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(34, 87, 211, 0.08);
}

.nd-impl__off-track-col h3 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 12px;
    color: var(--nd-black);
}

.nd-impl__off-track-col p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: var(--nd-grey-3);
}

/* -------------------------------------------------------------- Modules */
.nd-impl__modules {
    padding: 72px 0;
    background: #fff;
}

.nd-impl__module-tabs-wrap {
    position: relative;
    width: min(100%, 476px);
    margin: 32px auto 40px;
}

.nd-impl__module-tabs {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 476px;
    min-height: 60px;
    margin: 0 auto;
    border: 1px solid var(--nd-border);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.nd-impl__module-tabs::-webkit-scrollbar { display: none; }

.nd-impl__module-tab {
    flex: 1 0 50%;
    min-width: 180px;
    min-height: 60px;
    padding: 10px 24px;
    border: 0;
    background: transparent;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--nd-grey);
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}

.nd-impl__module-tab.is-active {
    color: #fff;
    font-weight: 600;
}

.nd-impl__module-indicator {
    position: absolute;
    top: 4px;
    left: 0;
    height: calc(100% - 8px);
    border-radius: 999px;
    background: var(--nd-blue);
    border: 1px solid var(--nd-blue);
    box-shadow: 0 4px 12px rgba(34, 87, 211, 0.08);
    transition: width 0.3s ease, transform 0.3s ease;
    z-index: 0;
    pointer-events: none;
}

.nd-impl__module-tab { position: relative; z-index: 1; }

.nd-impl__module-panel {
    display: none;
    animation: ndImplFadeIn 0.4s ease;
}

.nd-impl__module-panel.is-active { display: block; }

.nd-impl__module-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 312px));
    gap: 18px;
    justify-content: center;
}

.nd-impl__module-grid-row--2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin-top: 18px;
}

.nd-impl__module-card {
    width: 100%;
    max-width: 312px;
    min-height: 253px;
    border: 1px solid var(--nd-card-border);
    border-radius: 16px;
    padding: 24px;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.nd-impl__module-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(34, 87, 211, 0.08);
    border-color: var(--nd-card-border-strong);
}

.nd-impl__module-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(34, 87, 211, 0.08);
    display: grid;
    place-items: center;
    margin-bottom: 16px;
}

.nd-impl__module-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.nd-impl__module-card h3 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.nd-impl__module-card p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 22px;
    color: var(--nd-grey-3);
    flex: 1;
}

.nd-impl__module-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--nd-blue);
    text-decoration: none;
    margin-top: auto;
    transition: gap 0.2s ease;
}

.nd-impl__module-link:hover {
    gap: 12px;
    text-decoration: none;
    color: var(--nd-blue);
}

.nd-impl__module-link img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* ------------------------------------------------------- What D365 Changes */
.nd-impl__changes {
    padding: 72px 0;
    background: var(--nd-black);
    color: #fff;
}

.nd-impl__changes .nd-impl__h2 { color: #fff; }

.nd-impl__changes-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
}

.nd-impl__changes-item {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.nd-impl__changes-item.is-open {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(157, 195, 255, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.nd-impl__changes-q {
    width: 100%;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 24px;
    background: none;
    border: 0;
    text-align: left;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    color: #fff;
    cursor: pointer;
    transition: color 0.2s ease;
}

.nd-impl__changes-item.is-open .nd-impl__changes-q {
    color: var(--nd-emphasis);
}

.nd-impl__changes-toggle {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.nd-impl__changes-item.is-open .nd-impl__changes-toggle { transform: rotate(180deg); }

.nd-impl__changes-a {
    display: none;
    padding: 0 24px 24px;
}

.nd-impl__changes-item.is-open .nd-impl__changes-a { display: block; }

.nd-impl__changes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.nd-impl__changes-col h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--nd-emphasis);
    margin-bottom: 10px;
    font-family: var(--nd-font-body);
}

.nd-impl__changes-col p,
.nd-impl__changes-col ul {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.82);
}

.nd-impl__changes-col ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nd-impl__changes-col li {
    position: relative;
    padding-left: 14px;
}

.nd-impl__changes-col li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--nd-emphasis);
}

/* -------------------------------------------------------------- Mid CTA */
.nd-impl__mid-cta {
    padding: 64px 0;
    background: #fff;
    text-align: center;
}

.nd-impl__mid-cta-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 720px;
    margin: 0 auto;
}

.nd-impl__mid-cta-inner .nd-impl__h2 { margin-bottom: 4px; }

.nd-impl__mid-cta-inner .nd-impl__lead { max-width: 580px; }

/* ------------------------------------------------------------- Workflow */
.nd-impl__workflow {
    padding: 72px 0;
    background: #fff;
}

.nd-impl__workflow-board {
    margin-top: 40px;
}

.nd-impl__workflow-headers {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 20px;
}

.nd-impl__workflow-header {
    position: relative;
    min-height: 62px;
    border-radius: 4px;
    overflow: hidden;
}

.nd-impl__workflow-header-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.nd-impl__workflow-header--inspection { background: rgba(66, 66, 66, 0.1); }
.nd-impl__workflow-header--inspection .nd-impl__workflow-header-bar { background: #424242; }
.nd-impl__workflow-header--inspection .nd-impl__workflow-header-num { background: rgba(66, 66, 66, 0.16); }

.nd-impl__workflow-header--identification { background: rgba(4, 171, 213, 0.1); }
.nd-impl__workflow-header--identification .nd-impl__workflow-header-bar { background: var(--nd-workflow-cyan); }
.nd-impl__workflow-header--identification .nd-impl__workflow-header-num { background: rgba(4, 171, 213, 0.16); }

.nd-impl__workflow-header--delivery { background: rgba(220, 40, 25, 0.1); }
.nd-impl__workflow-header--delivery .nd-impl__workflow-header-bar { background: var(--nd-workflow-red); }
.nd-impl__workflow-header--delivery .nd-impl__workflow-header-num { background: rgba(220, 40, 25, 0.16); }

.nd-impl__workflow-header--support { background: rgba(46, 96, 159, 0.1); }
.nd-impl__workflow-header--support .nd-impl__workflow-header-bar { background: var(--nd-workflow-navy); }
.nd-impl__workflow-header--support .nd-impl__workflow-header-num { background: rgba(46, 96, 159, 0.1); }

.nd-impl__workflow-header-inner {
    position: relative;
    padding: 16px 18px 12px;
}

.nd-impl__workflow-header-num {
    display: inline-flex;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    color: var(--nd-black);
}

.nd-impl__workflow-header-inner h3 {
    margin: 6px 0 0;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: var(--nd-black);
}

.nd-impl__workflow-header-steps {
    position: absolute;
    top: 20px;
    right: 18px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: var(--nd-grey-3);
}

.nd-impl__workflow-body {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.95fr) minmax(0, 0.75fr);
    gap: 12px 64px;
    align-items: start;
    overflow: visible;
}

.nd-impl__workflow-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: visible;
}

.nd-impl__workflow-group {
    position: relative;
    border-radius: 4px;
    padding: 16px;
    overflow: visible;
}

.nd-impl__workflow-col--inspection .nd-impl__workflow-group { background: #f0f0f0; }
.nd-impl__workflow-col--identification .nd-impl__workflow-group { background: #eaf7fb; }
.nd-impl__workflow-group--delivery { background: #ffeceb; padding: 20px 18px; }

.nd-impl__workflow-group h4 {
    margin: 0 0 12px;
    font-family: var(--nd-font-heading);
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.1px;
    color: var(--nd-black);
}

.nd-impl__workflow-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nd-impl__workflow-group li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12.5px;
    line-height: 19px;
    color: var(--nd-grey-3);
}

.nd-impl__workflow-group li img {
    width: 6px;
    height: 7px;
    flex-shrink: 0;
    margin-top: 6px;
}

.nd-impl__workflow-dot {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    z-index: 3;
    pointer-events: none;
}

.nd-impl__workflow-dot--right { right: -4px; }
.nd-impl__workflow-dot--left { left: -4px; }

.nd-impl__workflow-bridge {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
}

.nd-impl__workflow-bridge.is-ready { opacity: 1; }

.nd-impl__workflow-bridge-line {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.nd-impl__workflow-bridge-stub {
    position: absolute;
    height: 2px;
    background: var(--nd-workflow-navy);
    border-radius: 0.8px;
}

.nd-impl__workflow-col--support {
    gap: 18px;
    padding-top: 134px;
}

.nd-impl__workflow-support-card {
    position: relative;
    min-height: 60px;
    display: grid;
    place-items: center;
    padding: 12px;
    border-radius: 3px;
    background: var(--nd-workflow-navy);
    color: #fff;
    font-family: var(--nd-font-heading);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.1px;
    text-align: center;
}

.nd-impl__workflow-col--delivery {
    padding-top: 134px;
}

.nd-impl__workflow-footer-bar {
    margin-top: 24px;
    min-height: 58px;
    display: grid;
    place-items: center;
    padding: 16px 20px;
    border-radius: 4px;
    background: #f0f0f0;
    font-family: var(--nd-font-heading);
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.1px;
    color: var(--nd-black);
    text-align: center;
}

/* ------------------------------------------------------------ Industries */
.nd-impl__industries {
    padding: 72px 0;
    background: var(--nd-dark);
    color: #fff;
}

.nd-impl__industries-head {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 18px;
    margin-bottom: 40px;
}

.nd-impl__industries-head .nd-impl__h2 {
    color: #fff;
    text-align: left;
}

.nd-impl__industries-head p {
    color: #ebebeb;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.nd-impl__industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.nd-impl__industry-card {
    position: relative;
    min-height: 190px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    color: #fafafa;
    display: block;
    box-shadow:
        0 20px 36.8px -5px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nd-impl__industry-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        128deg,
        rgba(255, 255, 255, 0.42) 0%,
        rgba(255, 255, 255, 0.08) 38%,
        transparent 55%,
        rgba(255, 255, 255, 0.18) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.nd-impl__industry-card:hover,
.nd-impl__industry-card:focus-visible {
    transform: translateY(-4px);
    color: #fafafa;
    box-shadow:
        0 24px 40px -6px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.nd-impl__industry-card__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #2a2a2a, #3d3d3d);
}

.nd-impl__industry-card__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.06) 42%, rgba(0, 0, 0, 0.12) 100%),
        rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.nd-impl__industry-card__icon {
    position: absolute;
    top: 18px;
    left: 19px;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 5px;
    display: grid;
    place-items: center;
    z-index: 2;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.nd-impl__industry-card__icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.nd-impl__industry-card__title {
    position: absolute;
    left: 25px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    color: #fafafa;
    z-index: 2;
}

.nd-impl__industry-card__title img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.nd-impl__industry-card__content {
    position: relative;
    z-index: 2;
    padding: 84px 25px 22px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nd-impl__industry-card__content h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #fafafa;
    margin: 0;
}

.nd-impl__industry-card__content p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #ebebeb;
    flex: 1;
}

.nd-impl__industry-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--nd-emphasis);
    text-decoration: none;
    margin-top: 8px;
}

.nd-impl__industry-card__link img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.nd-impl__changes-meta {
    font-size: 14px;
    font-weight: 500;
    color: var(--nd-emphasis);
    margin-left: 8px;
}

.nd-impl__off-track-col-num {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--nd-orange);
    margin-bottom: 8px;
}

.nd-impl__off-track-col-sub {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--nd-black);
    margin: 12px 0 8px;
}

/* Form section — uses nd-home classes from home-new.css (not duplicated here) */

/* ------------------------------------------------------------ Locations */
.nd-impl__locations {
    padding: 72px 0;
    background: #fff;
}

.nd-impl__locations-head {
    max-width: 614px;
    margin-bottom: 36px;
}

.nd-impl__map-viewport {
    width: 100%;
    margin-top: 8px;
}

.nd-impl__map-stage {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    aspect-ratio: 980 / 520;
}

.nd-impl__map-globe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.55;
    display: block;
    border-radius: 4px;
    box-shadow:
        inset -58px -92px 56px rgba(255, 255, 255, 0.78),
        inset 27px 51px 47px rgba(255, 255, 255, 0.81);
}

.nd-impl__map-pin {
    position: absolute;
    left: var(--pin-left);
    top: var(--pin-top);
    transform: translate(-50%, -100%);
    z-index: 2;
}

.nd-impl__map-pin--left { transform: translate(0, -100%); }

.nd-impl__map-label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 8px;
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 18px;
    box-shadow:
        0 20px 36.8px -5px rgba(0, 0, 0, 0.1),
        0 8px 26.1px -6px rgba(97, 92, 92, 0.1),
        inset -58px -92px 56px rgba(255, 255, 255, 0.78),
        inset 27px 51px 47px rgba(255, 255, 255, 0.81);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    cursor: default;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nd-impl__map-label img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
}

.nd-impl__map-pin.is-active .nd-impl__map-label,
.nd-impl__map-label:hover,
.nd-impl__map-label:focus-visible {
    transform: scale(1.04);
    box-shadow:
        0 24px 40px -8px rgba(34, 87, 211, 0.25),
        inset -58px -92px 56px rgba(255, 255, 255, 0.78),
        inset 27px 51px 47px rgba(255, 255, 255, 0.81);
    outline: none;
}

.nd-impl__map-connector {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.nd-impl__map-dot {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

/* Pin positions (approximate map coordinates) */
.nd-impl__map-pin--us { --pin-left: 22%; --pin-top: 42%; }
.nd-impl__map-pin--sa { --pin-left: 48%; --pin-top: 78%; }
.nd-impl__map-pin--uk { --pin-left: 46%; --pin-top: 28%; }
.nd-impl__map-pin--ch { --pin-left: 50%; --pin-top: 34%; }
.nd-impl__map-pin--ie { --pin-left: 43%; --pin-top: 26%; }
.nd-impl__map-pin--nl { --pin-left: 49%; --pin-top: 30%; }
.nd-impl__map-pin--at { --pin-left: 52%; --pin-top: 34%; }
.nd-impl__map-pin--au { --pin-left: 82%; --pin-top: 72%; }
.nd-impl__map-pin--de { --pin-left: 51%; --pin-top: 32%; }
.nd-impl__map-pin--dubai { --pin-left: 58%; --pin-top: 48%; }

/* ------------------------------------------------------------- What else */
.nd-impl__else {
    padding: 72px 0;
    background: linear-gradient(180deg, #fff 0%, var(--nd-light-bg) 100%);
}

.nd-impl__else-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 40px;
}

.nd-impl__else-card {
    border: 1px solid var(--nd-card-border);
    border-radius: 16px;
    padding: 28px 24px;
    background: #fff;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.nd-impl__else-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(34, 87, 211, 0.08);
    border-color: var(--nd-card-border-strong);
}

.nd-impl__else-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(34, 87, 211, 0.08);
    display: grid;
    place-items: center;
    margin-bottom: 16px;
}

.nd-impl__else-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.nd-impl__else-card h3 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.nd-impl__else-card p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 22px;
    color: var(--nd-grey-3);
    flex: 1;
}

.nd-impl__else-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--nd-blue);
    text-decoration: none;
    margin-top: auto;
    transition: gap 0.2s ease;
}

.nd-impl__else-link:hover {
    gap: 12px;
    text-decoration: none;
    color: var(--nd-blue);
}

.nd-impl__else-link img {
    width: 18px;
    height: 18px;
}

/* ------------------------------------------------------------------- FAQ */
.nd-impl__faq {
    padding: 72px 0 80px;
    background: var(--nd-light-bg);
    position: relative;
    overflow: hidden;
}

.nd-impl__faq-deco {
    position: absolute;
    top: -80px;
    right: -120px;
    width: min(50vw, 480px);
    height: auto;
    pointer-events: none;
    opacity: 0.6;
    z-index: 0;
}

.nd-impl__faq-deco--mask {
    top: auto;
    bottom: -100px;
    left: -80px;
    right: auto;
    opacity: 0.4;
}

.nd-impl__faq-inner {
    position: relative;
    z-index: 1;
    max-width: 862px;
    margin: 0 auto;
}

.nd-impl__faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
}

.nd-impl__faq-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 12px rgba(149, 157, 165, 0.15);
    overflow: hidden;
    transition: box-shadow 0.25s ease;
}

.nd-impl__faq-item.is-open {
    box-shadow: 0 12px 24px rgba(34, 87, 211, 0.12);
}

.nd-impl__faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
    background: #fff;
    border: 0;
    text-align: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--nd-black);
    cursor: pointer;
    transition: color 0.2s ease;
}

.nd-impl__faq-q > span {
    flex: 1;
    min-width: 0;
}

.nd-impl__faq-item.is-open .nd-impl__faq-q {
    font-weight: 600;
    color: var(--nd-blue);
}

.nd-impl__faq-chevron {
    width: 13px;
    height: 8px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
    object-fit: contain;
}

.nd-impl__faq-item.is-open .nd-impl__faq-chevron { transform: rotate(180deg); }

.nd-impl__faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.nd-impl__faq-item.is-open .nd-impl__faq-a { max-height: 480px; }

.nd-impl__faq-a p {
    margin: 0;
    padding: 0 20px 20px;
    font-size: 15px;
    line-height: 24px;
    color: var(--nd-grey-3);
}

.nd-impl__faq-a ul {
    margin: 0;
    padding: 0 20px 20px 36px;
    font-size: 15px;
    line-height: 24px;
    color: var(--nd-grey-3);
}

/* ------------------------------------------------------- Worth exploring */
.nd-impl__explore {
    padding: 48px 0 80px;
    background: #fff;
    text-align: center;
}

.nd-impl__explore-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
    text-align: left;
}

.nd-impl__explore-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--nd-border);
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nd-impl__explore-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(34, 87, 211, 0.1);
    color: inherit;
    text-decoration: none;
}

.nd-impl__explore-thumb {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.nd-impl__explore-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.nd-impl__explore-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.nd-impl__explore-meta {
    font-size: 14px;
    color: var(--nd-grey);
    margin-bottom: 8px;
}

.nd-impl__explore-card h3 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.nd-impl__explore-card p {
    font-size: 15px;
    line-height: 1.55;
    color: var(--nd-grey);
    flex: 1;
    margin: 0 0 16px;
}

.nd-impl__read-more {
    font-weight: 600;
    color: var(--nd-blue);
}

/* ------------------------------------------------------------- Responsive */
@media (max-width: 1100px) {
    .nd-impl__hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .nd-impl__hero-copy {
        max-width: none;
        align-items: center;
    }

    .nd-impl__hero-copy .nd-impl__btn--primary { align-self: center; }

    .nd-impl__hero-trust { justify-content: center; }

    .nd-impl__hero-visual {
        max-width: min(100%, 420px);
        width: 100%;
        margin: 0 auto;
    }

    .nd-impl__hero-hub { width: 100%; }

    .nd-impl__hero-glow {
        width: min(70vw, 480px);
        top: -40px;
        right: -80px;
        opacity: 0.7;
    }

    .nd-impl__workflow-headers {
        grid-template-columns: repeat(2, 1fr);
    }

    .nd-impl__workflow-body {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .nd-impl__workflow-bridge,
    .nd-impl__workflow-dot { display: none; }

    .nd-impl__workflow-col--delivery,
    .nd-impl__workflow-col--support { padding-top: 0; }

    .nd-impl__workflow-col--support { gap: 12px; }

    .nd-impl__services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nd-impl__services-cta {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .nd-impl__services-cta-copy { align-items: center; }

    .nd-impl__services-cta-visual {
        justify-self: center;
        max-width: 420px;
        width: 100%;
    }

    .nd-impl__ai-block,
    .nd-impl__ai-block--reverse {
        grid-template-columns: 1fr;
    }

    .nd-impl__ai-block--reverse .nd-impl__ai-copy,
    .nd-impl__ai-block--reverse .nd-impl__ai-diagram { order: unset; }

    .nd-impl__module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nd-impl__changes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nd-impl__workflow-headers,
    .nd-impl__workflow-body {
        grid-template-columns: 1fr;
    }

    .nd-impl__workflow-col--delivery,
    .nd-impl__workflow-col--support { padding-top: 0; }

    .nd-impl__workflow-col--support {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nd-impl__industries-head {
        grid-template-columns: 1fr;
    }

    .nd-impl__else-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 820px) {
    .nd-impl__hero-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .nd-impl__hero-visual {
        max-width: min(100%, 340px);
    }

    .nd-impl__hero-hub-photo {
        width: 28%;
        border-width: 2px;
    }

    .nd-impl__hero-hub-photo--2,
    .nd-impl__hero-hub-photo--3 { right: 1.5%; }

    .nd-impl__hero-hub-photo--5,
    .nd-impl__hero-hub-photo--6 { left: 1.5%; }

    .nd-impl__hero-hub-center {
        width: 20%;
        box-shadow: 0 10px 24px rgba(34, 87, 211, 0.12);
    }

    .nd-impl__hero-glow {
        width: min(75vw, 360px);
        opacity: 0.55;
    }

    .nd-impl__services-grid {
        grid-template-columns: 1fr;
    }

    .nd-impl__service-card {
        max-width: none;
    }

    .nd-impl__off-track-cols {
        grid-template-columns: 1fr;
    }

    .nd-impl__module-grid,
    .nd-impl__module-grid-row--2 {
        grid-template-columns: 1fr;
    }

    .nd-impl__module-card {
        max-width: none;
    }

    .nd-impl__module-tabs-wrap {
        width: 100%;
    }

    .nd-impl__changes-grid {
        grid-template-columns: 1fr;
    }

    .nd-impl__workflow-footer-bar {
        font-size: 14px;
        line-height: 20px;
    }

    .nd-impl__industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nd-impl__map-viewport {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
    }

    .nd-impl__map-stage {
        min-width: 680px;
        max-width: none;
        width: 680px;
    }

    .nd-impl__explore-grid {
        grid-template-columns: 1fr;
    }

    .nd-impl__section-head--left {
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .nd-impl__hero {
        padding-top: 32px;
    }

    .nd-impl__hero-grid {
        padding: 24px 0 40px;
        gap: 20px;
    }

    .nd-impl__hero-visual {
        max-width: min(92vw, 300px);
    }

    .nd-impl__hero-hub {
        width: 100%;
    }

    .nd-impl__hero-hub-photo {
        width: 26.5%;
        border-width: 2px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    }

    .nd-impl__hero-hub-photo--2,
    .nd-impl__hero-hub-photo--3 { right: 2.5%; }

    .nd-impl__hero-hub-photo--5,
    .nd-impl__hero-hub-photo--6 { left: 2.5%; }

    .nd-impl__hero-hub-photo--1 { top: 1%; }
    .nd-impl__hero-hub-photo--4 { bottom: 1%; }

    .nd-impl__hero-hub-center {
        width: 22%;
        box-shadow: 0 8px 20px rgba(34, 87, 211, 0.12);
    }

    .nd-impl__hero-hub-center img {
        width: 55%;
        height: 55%;
    }

    .nd-impl__hero-glow {
        width: min(90vw, 280px);
        top: -24px;
        right: -64px;
        opacity: 0.45;
    }

    .nd-impl__off-track-title {
        white-space: normal;
        font-size: clamp(24px, 6vw, 30px);
    }

    .nd-impl__off-track-timeline {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
    }

    .nd-impl__off-track-board {
        min-width: 680px;
    }

    .nd-impl__ai-diagram {
        min-height: 260px;
        padding: 16px;
    }

    .nd-impl__ai-diagram--copilot {
        padding: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nd-impl__ai-copilot-board {
        min-width: 420px;
    }

    .nd-impl__ai-diagram-panel {
        min-height: 240px;
    }

    .nd-impl__workflow-col--support {
        grid-template-columns: 1fr;
    }

    .nd-impl__hero-stats-grid {
        grid-template-columns: 1fr;
    }

    .nd-impl__hero-stat-value {
        font-size: 26px;
        line-height: 34px;
    }

    .nd-impl__services-cta {
        padding: 28px 20px;
    }

    .nd-impl__ai {
        padding: 56px 0;
    }

    .nd-impl__ai-block {
        gap: 28px;
        padding: 32px 0;
    }

    .nd-impl__ai-diagram {
        min-height: 240px;
        padding: 20px 16px;
    }

    .nd-impl__ai-diagram--copilot {
        padding: 0;
    }

    .nd-impl__changes-q {
        font-size: 16px;
        padding: 16px 18px;
        min-height: 64px;
    }

    .nd-impl__changes-a {
        padding: 0 18px 18px;
    }

    .nd-impl__module-tab {
        font-size: 14px;
        padding: 10px 16px;
    }

    .nd-impl__industries-grid,
    .nd-impl__else-grid {
        grid-template-columns: 1fr;
    }

    .nd-impl__industry-card__title {
        font-size: 20px;
    }

    .nd-impl__map-viewport {
        margin-left: -16px;
        margin-right: -16px;
        padding-inline: 16px;
    }

    .nd-impl__map-stage {
        min-width: 560px;
        width: 560px;
    }

    .nd-impl__map-label {
        font-size: 11px;
        padding: 4px 6px;
        gap: 4px;
        border-radius: 14px;
    }

    .nd-impl__map-label img {
        width: 18px;
        height: 18px;
    }

    .nd-impl__btn {
        width: 100%;
        max-width: 100%;
    }

    .nd-impl__services-cta-visual {
        min-height: 240px;
    }

    .nd-impl__faq-q {
        font-size: 15px;
        padding: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html:has(.nd-impl) { scroll-behavior: auto; }

    .nd-impl__btn,
    .nd-impl__service-card,
    .nd-impl__module-card,
    .nd-impl__else-card,
    .nd-impl__explore-card,
    .nd-impl__industry-card,
    .nd-impl__off-track-col,
    .nd-impl__module-indicator,
    .nd-impl__changes-toggle,
    .nd-impl__faq-chevron,
    .nd-impl__faq-a,
    .nd-impl__reveal,
    .nd-impl__module-panel,
    .nd-impl__map-label,
    .nd-impl__hero-hub-photo {
        transition: none;
        animation: none;
        transform: none !important;
    }

    .nd-impl__reveal {
        opacity: 1;
    }
}
