/* Nalashaa Digital — New Homepage (scoped) */
html:has(.nd-home) {
    scroll-behavior: smooth;
    overflow-x: clip;
}

html:has(.nd-home) body {
    overflow-x: clip;
}

.nd-home {
    --nd-blue: #2257d3;
    --nd-blue-dark: #263b8c;
    --nd-black: #242424;
    --nd-grey: #6b7280;
    --nd-grey-3: #364153;
    --nd-border: #d6d6d6;
    --nd-emphasis: #9dc3ff;
    --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;
    font-family: var(--nd-font-body);
    color: var(--nd-black);
    line-height: 1.5;
    overflow: visible;
    display: block;
    width: 100%;
}

.nd-home *,
.nd-home *::before,
.nd-home *::after { box-sizing: border-box; }

.nd-home img,
.nd-home video { max-width: 100%; display: block; }

.nd-home__container {
    width: min(100% - 32px, var(--nd-container));
    margin-inline: auto;
}

.nd-home__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-home__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-home__eyebrow--light { color: var(--nd-emphasis); background: none; -webkit-text-fill-color: var(--nd-emphasis); }
.nd-home__eyebrow--light::before { background: var(--nd-emphasis); }

.nd-home h1,
.nd-home h2,
.nd-home h3 { font-family: var(--nd-font-heading); font-weight: 700; margin: 0; }

.nd-home__h1 { font-size: clamp(32px, 5vw, 54px); line-height: 1.26; letter-spacing: -0.3px; color: var(--nd-black); }
.nd-home__h2 { font-size: clamp(28px, 3.5vw, 34px); line-height: 1.29; letter-spacing: -0.09px; color: var(--nd-black); }
.nd-home__h3 { font-size: clamp(24px, 2.5vw, 30px); line-height: 1.33; color: var(--nd-black); }

.nd-home__lead { font-size: 18px; line-height: 28px; color: var(--nd-grey); margin: 0; }
.nd-home__body { font-size: 16px; line-height: 25px; color: var(--nd-grey-3); }

.nd-home__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;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nd-home__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-home__btn--primary:hover,
.nd-home__btn--primary:focus,
.nd-home__btn--primary:active {
    color: #fff;
}

.nd-home__btn--outline {
    background: transparent;
    color: var(--nd-blue);
    border: 2px solid var(--nd-blue);
}

.nd-home__btn:hover { transform: translateY(-2px); }
.nd-home__btn:focus-visible { outline: 2px solid var(--nd-blue); outline-offset: 2px; }

/* Hero */
.nd-home__hero {
    position: relative;
    min-height: clamp(640px, 85vh, 835px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 16px 56px;
    overflow: hidden;
}

.nd-home__hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.nd-home__hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.88) 55%, #fff 100%);
    z-index: 1;
}

.nd-home__hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 590px;
}

.nd-home__hero-trust {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 auto 20px;
}

.nd-home__hero-trust-avatars {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.nd-home__hero-trust-avatar {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
}

.nd-home__hero-trust-avatar + .nd-home__hero-trust-avatar {
    margin-left: -19px;
}

.nd-home__hero-trust-avatar:nth-child(1) { z-index: 1; }
.nd-home__hero-trust-avatar:nth-child(2) { z-index: 2; }
.nd-home__hero-trust-avatar:nth-child(3) { z-index: 3; }

.nd-home__hero-trust p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: var(--nd-grey-3);
    text-align: left;
    max-width: 197px;
}

.nd-home__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin: 20px 0 24px;
}

.nd-home__hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 20px;
    justify-content: center;
    font-size: 14px;
    color: var(--nd-black);
    list-style: none;
    padding: 0;
    margin: 0;
}

.nd-home__hero-chips li {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
}

.nd-home__hero-platforms {
    margin-top: 100px;
    width: min(100%, 523px);
    margin-inline: auto;
}

.nd-home__hero-platforms-label {
    display: flex;
    align-items: center;
    gap: 11px;
    justify-content: center;
    margin-bottom: 27px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--nd-grey-3);
    opacity: 0.8;
}

.nd-home__hero-platforms-label::before,
.nd-home__hero-platforms-label::after {
    content: "";
    width: 69px;
    height: 1px;
    background: var(--nd-border);
}

.nd-home__hero-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

.nd-home__hero-logos img {
    height: 38px;
    width: auto;
    object-fit: contain;
}

/* Services */
.nd-home__services { padding: 56px 0 72px; background: #fff; }

.nd-home__services-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 40px;
    align-items: start;
    margin-bottom: 48px;
}

.nd-home__tabs {
    display: flex;
    border-bottom: 1px solid var(--nd-border);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.nd-home__tabs::-webkit-scrollbar { display: none; }

.nd-home__tab {
    flex: 1 0 auto;
    min-width: 180px;
    min-height: 60px;
    padding: 10px 16px;
    border: 0;
    border-right: 1px solid var(--nd-border);
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--nd-black);
    cursor: pointer;
    transition: background 0.2s;
}

.nd-home__tab:last-child { border-right: 0; }
.nd-home__tab.is-active {
    background-color: #f5f6f7;
}

.nd-home__tabs-wrap { position: relative; }

.nd-home__tab-indicator {
    height: 2px;
    background: var(--nd-gradient);
    border-radius: 40px;
    transition: width 0.3s ease, transform 0.3s ease;
    width: 0;
    position: absolute;
    left: 0;
    top: 60px;
}

.nd-home__services-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 38px;
    margin-top: 24px;
    align-items: stretch;
}

.nd-home__services-card {
    background: rgba(238, 239, 240, 0.59);
    border: 1px solid #f3f4f6;
    border-radius: 8px;
    padding: 41px;
}

.nd-home__check-list { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 20px; }
.nd-home__check-list li { display: flex; gap: 16px; align-items: flex-start; }

.nd-home__check-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--nd-gradient);
    display: grid;
    place-items: center;
}

.nd-home__services-visual {
    border-radius: 8px;
    overflow: hidden;
    min-height: 320px;
    background: #eef0f3;
}

.nd-home__services-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nd-home__panel { display: none; animation: ndFadeIn 0.4s ease; margin-top: 24px; }
.nd-home__panel.is-active { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; }

/* Scroll reveal — opacity only (transform caused nested overflow scroll) */
.nd-home__reveal {
    opacity: 0;
    transition: opacity 0.55s ease;
}

.nd-home__reveal.is-visible {
    opacity: 1;
}

@keyframes ndFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Expertise shining cards */
.nd-home__expertise { padding: 38px 0 56px; background: #fff; }

.nd-home__expertise .nd-home__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nd-home__expertise-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    max-width: 986px;
    text-align: center;
}

.nd-home__expertise-lead { max-width: 673px; margin-inline: auto; }

.nd-home__expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top: 36px;
    max-width: 744px;
}

.nd-home__shine-card {
    position: relative;
    height: 183px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow:
        0 20px 36.8px -5px rgba(0, 0, 0, 0.1),
        0 8px 26.1px -6px rgba(97, 92, 92, 0.1);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Static diagonal shine stripes (Figma "Right Ray" effect) */
.nd-home__shine-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(
            128deg,
            transparent 28%,
            rgba(255, 255, 255, 0.45) 38%,
            rgba(255, 255, 255, 0.92) 44%,
            rgba(255, 255, 255, 0.55) 50%,
            transparent 60%
        ),
        linear-gradient(
            128deg,
            transparent 46%,
            rgba(255, 255, 255, 0.25) 54%,
            rgba(255, 255, 255, 0.72) 60%,
            rgba(255, 255, 255, 0.3) 66%,
            transparent 74%
        ),
        linear-gradient(
            128deg,
            transparent 62%,
            rgba(255, 255, 255, 0.15) 70%,
            rgba(255, 255, 255, 0.5) 76%,
            rgba(255, 255, 255, 0.18) 82%,
            transparent 90%
        );
    box-shadow:
        inset -58px -92px 56px rgba(255, 255, 255, 0.78),
        inset 27px 51px 47px rgba(255, 255, 255, 0.81);
    pointer-events: none;
    z-index: 1;
}

/* Animated shine sweep on hover */
.nd-home__shine-card::after {
    content: "";
    position: absolute;
    top: -130%;
    left: -100%;
    width: 52%;
    height: 340%;
    background: linear-gradient(
        105deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 38%,
        rgba(255, 255, 255, 0.65) 50%,
        rgba(255, 255, 255, 0.1) 62%,
        transparent 100%
    );
    transform: rotate(25deg);
    transition: left 0.9s ease;
    pointer-events: none;
    z-index: 2;
}

.nd-home__shine-card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 24px 40px -5px rgba(0, 0, 0, 0.12),
        0 10px 28px -6px rgba(97, 92, 92, 0.12);
}

.nd-home__shine-card:hover::after { left: 140%; }

.nd-home__shine-card__body {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 18px 26px 20px;
    background: transparent;
}

.nd-home__shine-card__body--d365 { padding-left: 15px; padding-right: 15px; }
.nd-home__shine-card__body--hubspot { padding-top: 18px; gap: 0; }

.nd-home__shine-card__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.nd-home__shine-card__logo {
    width: auto;
    height: auto;
    max-width: 110px;
    object-fit: contain;
    object-position: left center;
}

.nd-home__shine-card__logo--salesforce { height: 63px; max-width: 91px; }
.nd-home__shine-card__logo--d365 { height: 59px; max-width: 58px; }
.nd-home__shine-card__logo--zoho { height: 45px; max-width: 102px; }
.nd-home__shine-card__logo--hubspot { height: 41px; max-width: 105px; }
.nd-home__shine-card__logo--netsuite { height: 40px; max-width: 109px; }

.nd-home__shine-card__bar {
    display: block;
    width: 25px;
    height: 3px;
    background: #d9d9d9;
    border-radius: 21px;
    flex-shrink: 0;
}

.nd-home__shine-card__name {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #010101;
}

.nd-home__expertise-cta {
    height: 183px;
    padding: 9px 20px;
    border-radius: 6px;
    box-shadow: 0 20px 36.8px rgba(0, 0, 0, 0.1), 0 8px 26.1px rgba(97, 92, 92, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.nd-home__expertise-cta h3 { font-size: 18px; font-weight: 600; line-height: 23px; margin: 0; }
.nd-home__expertise-cta p { font-size: 12px; color: var(--nd-grey-3); margin: 0; }
.nd-home__link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    background: var(--nd-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-decoration: none;
}

/* Platform capabilities */
.nd-home__capabilities {
    padding: 80px 0;
    background: #2549b8;
    color: #fff;
}

.nd-home__capabilities-inner {
    display: grid;
    grid-template-columns: minmax(0, 532px) minmax(0, 478px);
    gap: 48px;
    align-items: center;
    justify-content: space-between;
}

.nd-home__capabilities-title {
    font-family: var(--nd-font-heading);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    margin: 0;
    max-width: 512px;
}

.nd-home__capabilities-list {
    list-style: none;
    margin: 26px 0 0;
    padding: 0;
    display: grid;
    gap: 14px;
    max-width: 532px;
}

.nd-home__capabilities-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.nd-home__capabilities-check {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
}

.nd-home__capabilities-check img { width: 16px; height: 16px; }

.nd-home__capabilities-visual {
    justify-self: end;
    width: 100%;
    max-width: 478px;
}

.nd-home__capabilities-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.nd-home__gradient-text {
    background: var(--nd-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Testimonials */
.nd-home__testimonials {
    padding: 72px 0;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.nd-home__testimonials-title {
    font-family: var(--nd-font-heading);
    font-size: clamp(28px, 3.5vw, 34px);
    line-height: 44px;
    letter-spacing: -0.09px;
    color: var(--nd-black);
    margin: 0;
}

.nd-home__testimonials-marquee {
    margin-top: 32px;
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.nd-home__testimonials-track {
    display: flex;
    gap: 28px;
    width: max-content;
    padding: 8px 0 24px;
    will-change: transform;
}

.nd-home__testimonial-card {
    flex: 0 0 363px;
    width: 363px;
    min-height: 339px;
    border: 1px solid #c9c9c9;
    border-radius: 16px;
    padding: 21px;
    text-align: left;
    background: rgba(255, 255, 255, 0.71);
    box-shadow: 1px 4px 27.1px -1px rgba(85, 85, 85, 0.1), 0 2px 24.8px -2px rgba(228, 228, 228, 0.1);
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.nd-home__testimonial-quote {
    width: 32px;
    height: 20px;
    flex-shrink: 0;
    display: block;
}

.nd-home__testimonial-card blockquote {
    margin: 0;
    font-size: 16px;
    font-style: italic;
    line-height: 25px;
    color: var(--nd-grey);
    flex: 1;
}

.nd-home__testimonial-card hr {
    border: 0;
    border-top: 1px solid #d6d6d6;
    margin: 0;
    width: 100%;
}

.nd-home__testimonial-logo {
    max-height: 46px;
    width: auto;
    max-width: 138px;
    object-fit: contain;
    object-position: left center;
}

.nd-home__testimonial-logo--jitterbit { max-width: 89px; }
.nd-home__testimonial-logo--vikon { max-width: 93px; max-height: 35px; }
.nd-home__testimonial-logo--bestnotes { max-width: 102px; max-height: 19px; }
.nd-home__testimonial-logo--advanced-urology { max-width: 112px; max-height: 34px; }

.nd-home__testimonial-client {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--nd-black);
}

/* Industries */
.nd-home__industries {
    padding: 58px 0 72px;
    background: #1d1d1d;
    color: #fff;
}

.nd-home__industries-head {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 18px;
    margin-bottom: 40px;
}

.nd-home__industries-head .nd-home__h2 { color: #fff; }
.nd-home__industries-head p { color: #ebebeb; font-size: 18px; line-height: 28px; margin: 0; }

.nd-home__industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.nd-home__industry-card {
    position: relative;
    height: 255px;
    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-home__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-home__industry-card:hover,
.nd-home__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-home__industry-card__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #2a2a2a, #3d3d3d);
}

.nd-home__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-home__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-home__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-home__industry-card:hover .nd-home__industry-card__title,
.nd-home__industry-card:focus-visible .nd-home__industry-card__title {
    color: #fafafa;
}

.nd-home__industry-card--static {
    cursor: default;
}

.nd-home__industry-card--static:hover,
.nd-home__industry-card--static:focus-visible {
    transform: none;
    box-shadow:
        0 20px 36.8px -5px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* Global map — Why choose us */
.nd-home__global {
    padding: 46px 0 72px;
    background: #fff;
    text-align: left;
}

.nd-home__global-head {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 614px;
}

.nd-home__global-lead { margin: 0; max-width: 673px; }

.nd-home__map-viewport {
    width: 100%;
    margin-top: 36px;
}

.nd-home__map-stage {
    position: relative;
    max-width: 848px;
    margin: 0 auto;
    aspect-ratio: 848 / 538;
}

.nd-home__map-globe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.49;
    display: block;
    box-shadow:
        inset -58px -92px 56px rgba(255, 255, 255, 0.78),
        inset 27px 51px 47px rgba(255, 255, 255, 0.81);
    border-radius: 4px;
}

.nd-home__map-pin {
    position: absolute;
    left: var(--pin-left);
    top: var(--pin-top);
    transform: translate(-50%, -100%);
    z-index: 2;
}

.nd-home__map-label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 6px;
    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: 16px;
    font-weight: 500;
    line-height: 28px;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nd-home__map-label img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
}


.nd-home__map-pin.is-active .nd-home__map-label,
.nd-home__map-label:hover,
.nd-home__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-home__stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 27px;
    margin-top: 48px;
    text-align: center;
}

.nd-home__stat strong {
    display: block;
    font-family: var(--nd-font-heading);
    font-size: clamp(40px, 6vw, 54px);
    line-height: 68px;
    letter-spacing: -0.3px;
}

.nd-home__stat span { display: block; font-size: 18px; line-height: 28px; color: var(--nd-grey); }

.nd-home__stat-divider {
    width: 1px;
    height: 102px;
    background: var(--nd-border);
    flex-shrink: 0;
    align-self: center;
}

/* Form CTA */
.nd-home__form-cta {
    padding: 32px 0 72px;
    background: rgba(48, 113, 211, 0.13);
}

.nd-home__form-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 530px) minmax(0, 1fr);
    gap: 0;
    max-width: 1106px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    min-height: 709px;
    box-shadow: 0 8px 40px rgba(34, 87, 211, 0.08);
}

.nd-home__form-left {
    position: relative;
    margin: 11px;
    padding: 42px 44px 0;
    border-radius: 8px;
    background: linear-gradient(97.78deg, #2257d3 0%, #263b8c 100%);
    color: #fff;
    overflow: hidden;
    min-height: 688px;
    display: flex;
    flex-direction: column;
}

.nd-home__form-logo {
    width: 116px;
    height: auto;
    margin-bottom: 42px;
}

.nd-home__form-eyebrow {
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.5px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    opacity: 0.75;
}

.nd-home__form-title {
    margin: 0;
    font-family: var(--nd-font-heading);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    max-width: 442px;
}

.nd-home__form-desc {
    margin: 14px 0 0;
    font-size: 14px;
    line-height: 22px;
    color: #ebebeb;
    max-width: 442px;
}

.nd-home__form-expert {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: auto;
    padding-bottom: 24px;
    position: relative;
    z-index: 2;
}

.nd-home__form-expert-avatar {
    position: relative;
    width: 52px;
    height: 72px;
    flex-shrink: 0;
}

.nd-home__form-expert-photo,
.nd-home__form-expert-dot {
    display: block;
}

.nd-home__form-expert-photo {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.nd-home__form-expert-dot {
    position: absolute;
    top: 60px;
    left: 20px;
    width: 12px;
    height: 12px;
}

.nd-home__form-expert-text {
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    color: #ebebeb;
    max-width: 141px;
}

.nd-home__form-map {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: 212px;
    object-fit: cover;
    object-position: left bottom;
    pointer-events: none;
    opacity: 0.95;
}

.nd-home__form-rings {
    position: absolute;
    top: 2px;
    left: 376px;
    width: 204px;
    height: auto;
    opacity: 0.07;
    pointer-events: none;
    z-index: 1;
}

.nd-home__form-right {
    padding: 53px 56px 40px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.nd-home__form-right .form-wrap,
.nd-home__form-right form {
    width: 100%;
    max-width: 468px;
}

/* FAQ */
.nd-home__faq { padding: 72px 0; background: #fff; position: relative; }
.nd-home__faq-inner { max-width: 936px; margin: 0 auto; }
.nd-home__faq-item { border: 1px solid #e5e7eb; border-radius: 4px; margin-bottom: 10px; overflow: hidden; }
.nd-home__faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
    border: 0;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    color: var(--nd-black);
}

.nd-home__faq-q svg { flex-shrink: 0; transition: transform 0.3s; }
.nd-home__faq-item.is-open .nd-home__faq-q svg { transform: rotate(180deg); }
.nd-home__faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.nd-home__faq-item.is-open .nd-home__faq-a { max-height: 320px; }
.nd-home__faq-a p { margin: 0; padding: 0 20px 20px; font-size: 15px; line-height: 1.6; color: var(--nd-grey-3); }

/* Explore */
.nd-home__explore { padding: 48px 0 72px; background: #fff; text-align: center; }
.nd-home__explore-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 40px;
    text-align: left;
}

.nd-home__explore-card {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.25s;
}
.nd-home__explore-card:hover { transform: translateY(-4px); }
.nd-home__explore-card img { width: 100%; height: 200px; object-fit: cover; }
.nd-home__explore-card div { padding: 20px; }
.nd-home__explore-card h3 { font-size: 18px; line-height: 1.35; margin: 12px 0 8px; }
.nd-home__explore-card p { font-size: 14px; color: var(--nd-grey); margin: 0 0 12px; }
.nd-home__explore-card span { color: var(--nd-blue); font-weight: 500; }

/* Responsive */
@media (max-width: 991px) {
    .nd-home__services-head,
    .nd-home__services-panel,
    .nd-home__panel.is-active,
    .nd-home__capabilities-inner,
    .nd-home__form-card,
    .nd-home__industries-head { grid-template-columns: 1fr; }

    .nd-home__expertise-grid { grid-template-columns: repeat(2, 1fr); max-width: none; }
    .nd-home__industries-grid { grid-template-columns: repeat(2, 1fr); }
    .nd-home__explore-grid { grid-template-columns: 1fr; }
    .nd-home__hero-platforms { margin-top: 48px; }
    .nd-home__form-rings { display: none; }
    .nd-home__form-left { min-height: auto; }

    .nd-home__map-viewport {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-top: 28px;
        padding-bottom: 8px;
    }

    .nd-home__map-stage {
        min-width: 680px;
        max-width: none;
        width: 680px;
    }

    .nd-home__stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 20px;
        margin-top: 36px;
    }

    .nd-home__stat-divider { display: none; }
    .nd-home__stat strong { line-height: 1.15; }
    .nd-home__stat span { font-size: 15px; line-height: 1.4; }
}

@media (max-width: 575px) {
    .nd-home__expertise-grid,
    .nd-home__industries-grid { grid-template-columns: 1fr; }
    .nd-home__testimonial-card { flex-basis: min(320px, 88vw); width: min(320px, 88vw); }
    .nd-home__capabilities-inner { gap: 32px; }
    .nd-home__hero-actions { flex-direction: column; width: 100%; }
    .nd-home__hero-actions .nd-home__btn { width: 100%; }

    .nd-home__global { padding-bottom: 48px; }
    .nd-home__global-head { gap: 10px; }

    .nd-home__map-viewport {
        margin-left: -16px;
        margin-right: -16px;
        padding-inline: 16px;
    }

    .nd-home__map-stage {
        min-width: 560px;
        width: 560px;
    }

    .nd-home__map-label {
        font-size: 11px;
        line-height: 1.2;
        padding: 4px 6px;
        gap: 4px;
        border-radius: 14px;
    }

    .nd-home__map-label img {
        width: 18px;
        height: 18px;
    }

    .nd-home__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 12px;
        margin-top: 28px;
    }

    .nd-home__stat strong {
        font-size: clamp(32px, 9vw, 40px);
        line-height: 1.1;
    }

    .nd-home__stat span {
        font-size: 13px;
        line-height: 1.35;
    }
}

@media (prefers-reduced-motion: reduce) {
    html:has(.nd-home) { scroll-behavior: auto; }
    .nd-home__shine-card::before,
    .nd-home__shine-card::after,
    .nd-home__testimonials-track,
    .nd-home__panel,
    .nd-home__faq-a,
    .nd-home__reveal { transition: none; animation: none; transform: none !important; }
}
