/* Nalashaa Digital — Dynamics 365 Integration page (scoped) */
html:has(.nd-int) {
    scroll-behavior: smooth;
    overflow-x: clip;
}

html:has(.nd-int) body {
    overflow-x: clip;
}

.nd-int {
    --nd-blue: #2257d3;
    --nd-blue-dark: #263b8c;
    --nd-black: #242424;
    --nd-grey: #6b7280;
    --nd-grey-3: #364153;
    --nd-border: #d6d6d6;
    --nd-card-border: #afceff;
    --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-int *,
.nd-int *::before,
.nd-int *::after { box-sizing: border-box; }

.nd-int img,
.nd-int video { max-width: 100%; display: block; height: auto; }

.nd-int__container {
    width: min(100% - 32px, var(--nd-container));
    margin-inline: auto;
}

.nd-int h1,
.nd-int h2,
.nd-int h3 { font-family: var(--nd-font-heading); font-weight: 700; margin: 0; }

.nd-int__h1 {
    font-size: clamp(32px, 5vw, 54px);
    line-height: 1.26;
    letter-spacing: -0.3px;
    color: #0f1729;
}

.nd-int__h1-gradient {
    background: var(--nd-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nd-int__h2 {
    font-size: clamp(28px, 3.5vw, 34px);
    line-height: 1.29;
    letter-spacing: -0.09px;
    color: var(--nd-black);
    text-align: center;
}

.nd-int__h2-dark { color: #242424; }

.nd-int__h2-accent {
    background: var(--nd-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nd-int__h3 { font-size: clamp(20px, 2.5vw, 24px); line-height: 1.33; }

.nd-int__lead {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 28px;
    color: var(--nd-grey);
    margin: 0;
}

.nd-int__lead strong { color: var(--nd-grey-3); font-weight: 500; }

.nd-int__body { font-size: 16px; line-height: 25px; color: var(--nd-grey-3); margin: 0; }

.nd-int__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-int__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-int__btn--primary:hover,
.nd-int__btn--primary:focus,
.nd-int__btn--primary:active {
    color: #fff;
    text-decoration: none;
}

.nd-int__hero-copy .nd-int__btn--primary {
    width: fit-content;
    align-self: flex-start;
    min-width: 0;
    padding: 13px 28px;
}

.nd-int__btn--sm {
    min-height: 48px;
    padding: 12px 24px;
    font-size: 16px;
}

.nd-int__btn:hover { transform: translateY(-2px); }
.nd-int__btn:focus-visible { outline: 2px solid var(--nd-blue); outline-offset: 2px; }

.nd-int__check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 21px;
}

.nd-int__check-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 22px;
    background: linear-gradient(90deg, #000623 0%, #05114b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nd-int__check-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: var(--nd-blue);
}

/* Hero */
.nd-int__hero {
    background: linear-gradient(134deg, rgba(34, 87, 211, 0.08) 0%, rgba(128, 163, 245, 0.12) 50%, #fff 100%);
    padding: 48px 0 0;
}

.nd-int__hero-grid {
    display: grid;
    grid-template-columns: 1fr 374px;
    gap: 40px;
    align-items: start;
    padding: 40px 0 56px;
}

.nd-int__hero-copy { max-width: 646px; display: flex; flex-direction: column; gap: 18px; }

.nd-int__schedule-card {
    position: relative;
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    box-shadow: 0 20px 12.5px rgba(0, 0, 0, 0.1), 0 8px 5px rgba(0, 0, 0, 0.1);
    padding: 69px 33px 23px;
    text-align: center;
}

.nd-int__schedule-card-header {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    background: #fcfcfc;
    border-radius: 16px 16px 0 0;
    box-shadow: 3px 4px 14px rgba(121, 121, 121, 0.13);
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.nd-int__schedule-card-lead {
    font-size: 13px;
    line-height: 18px;
    color: #62748e;
    margin: 0 0 12px;
}

.nd-int__schedule-avatar {
    width: 267px;
    height: 267px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 23px;
}

.nd-int__schedule-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 12px 20px;
    border-radius: 10px;
    background: var(--nd-gradient);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.1);
}

.nd-int__schedule-cta:hover,
.nd-int__schedule-cta:focus,
.nd-int__schedule-cta:active {
    color: #fff;
    text-decoration: none;
}

.nd-int__schedule-or {
    margin-top: 6px;
    font-size: 12px;
    color: var(--nd-black);
}

.nd-int__schedule-or a {
    font-size: 14px;
    font-weight: 500;
    background: var(--nd-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-decoration: underline;
}

.nd-int__stats {
    margin-top: 24px;
    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-int__stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    max-width: 1038px;
    margin: 0 auto;
    text-align: center;
}

.nd-int__stats-grid > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.nd-int__stats-grid > div::before {
    content: "";
    width: 150px;
    height: 1px;
    background: rgba(214, 214, 214, 0.55);
}

.nd-int__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-int__stat-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin: 7px 0 0;
}

/* Tools */
.nd-int__tools { padding: 64px 0; }

.nd-int__tools-intro {
    text-align: center;
    max-width: 900px;
    margin: 12px auto 40px;
    font-size: 18px;
    line-height: 30px;
    color: var(--nd-grey);
}

.nd-int__tools-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 17px;
}

.nd-int__tool-card {
    border: 1px solid var(--nd-card-border);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.nd-int__tool-card-head {
    min-height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    background: linear-gradient(180deg, rgba(175, 206, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
    border-bottom: 1px solid var(--nd-card-border);
}

.nd-int__tool-list {
    list-style: none;
    margin: 0;
    padding: 12px 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.nd-int__tool-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.3;
    color: var(--nd-grey-3);
}

.nd-int__tool-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 26px;
    flex-shrink: 0;
}

.nd-int__tool-logo svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.nd-int__tool-logo--img {
    display: block;
    width: 30px;
    height: 26px;
    object-fit: contain;
}

/* Mid CTA */
.nd-int__mid-cta {
    padding: 40px 0 64px;
}

.nd-int__mid-cta-inner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: var(--nd-gradient);
    min-height: 446px;
    display: grid;
    grid-template-columns: 1fr 328px;
    align-items: center;
    gap: 40px;
    padding: 60px 55px;
    color: #fff;
}

.nd-int__mid-cta h2 {
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.2;
    color: #fff;
    text-align: left;
    margin-bottom: 16px;
}

.nd-int__mid-cta p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 24px;
    max-width: 520px;
    opacity: 0.95;
}

.nd-int__mid-cta-img {
    justify-self: end;
    align-self: center;
    width: 328px;
    height: 327px;
    max-width: 328px;
    object-fit: contain;
}

.nd-int__mid-cta .nd-int__btn {
    background: #fff;
    color: var(--nd-blue);
    box-shadow: none;
}

.nd-int__mid-cta .nd-int__btn:hover,
.nd-int__mid-cta .nd-int__btn:focus,
.nd-int__mid-cta .nd-int__btn:active {
    color: var(--nd-blue);
    text-decoration: none;
}

/* Services grid */
.nd-int__services { padding: 48px 0 64px; }

.nd-int__services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 40px;
}

.nd-int__service-card {
    border: 1px solid var(--nd-card-border);
    border-radius: 16px;
    padding: 25px;
    min-height: 270px;
    background: #fff;
}

.nd-int__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-int__service-icon img,
.nd-int__service-icon svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.nd-int__service-card h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.nd-int__service-cta {
    background: var(--nd-gradient);
    border-radius: 16px;
    padding: 50px 32px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 270px;
}

.nd-int__service-cta h3 {
    font-size: clamp(22px, 2.5vw, 28px);
    line-height: 1.35;
    color: #fff;
    margin-bottom: 24px;
}

.nd-int__service-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #fff;
    color: var(--nd-blue);
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    width: fit-content;
    font-size: 14px;
}

.nd-int__service-cta-link:hover,
.nd-int__service-cta-link:focus,
.nd-int__service-cta-link:active {
    color: var(--nd-blue);
    text-decoration: none;
}

/* Approaches */
.nd-int__approaches {
    padding: 64px 0;
    background: #fafbfd;
}

.nd-int__approaches-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
    margin-bottom: 40px;
}

.nd-int__approaches-head .nd-int__h2 { text-align: left; }

.nd-int__tabs {
    position: relative;
    display: flex;
    gap: 0;
    border-bottom: 1px solid var(--nd-border);
    margin-bottom: 32px;
    overflow-x: auto;
}

.nd-int__approach-tab {
    flex: 1;
    min-width: 200px;
    padding: 17px 10px;
    background: #fff;
    border: 0;
    border-right: 1px solid var(--nd-border);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--nd-black);
    cursor: pointer;
    text-align: center;
    font-family: inherit;
    transition: background 0.2s ease;
}

.nd-int__approach-tab:last-child { border-right: 0; }

.nd-int__approach-tab.is-active {
    background: #f5f6f7;
    color: var(--nd-black);
    font-weight: 500;
}

.nd-int__approach-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--nd-gradient);
    border-radius: 40px;
    transition: transform 0.25s ease, width 0.25s ease;
}

.nd-int__approach-panel {
    display: none;
    grid-template-columns: minmax(0, 622px) minmax(0, 518px);
    gap: 42px;
    align-items: stretch;
    justify-content: space-between;
}

.nd-int__approach-panel.is-active { display: grid; }

.nd-int__approach-copy {
    background: rgba(238, 239, 240, 0.59);
    border: 1px solid #f3f4f6;
    border-radius: 8px;
    padding: 41px;
    min-height: 439px;
}

.nd-int__approach-copy h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 32px;
}

.nd-int__approach-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nd-int__approach-list li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 16px;
    align-items: start;
    font-size: 16px;
    line-height: 25px;
    color: var(--nd-grey-3);
}

.nd-int__approach-list li::before {
    content: "";
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    background:
        url("/images/pages/services/integration-help-icons/approach-check.svg") center / 16px 16px no-repeat,
        var(--nd-gradient);
}

.nd-int__approach-ideal strong {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    font-family: var(--nd-font-heading);
}

.nd-int__approach-ideal p {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    color: var(--nd-grey-3);
}

.nd-int__approach-visual {
    background: #fefefe;
    border: 1px solid #f4f4f4;
    min-height: 439px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.nd-int__approach-img {
    width: 100%;
    max-width: 398px;
    height: auto;
    object-fit: contain;
    box-shadow: none;
    border-radius: 0;
}

/* AI section */
.nd-int__ai {
    padding: 80px 0;
}

.nd-int__ai-grid {
    display: grid;
    grid-template-columns: 452px 1fr;
    gap: 64px;
    align-items: start;
}

.nd-int__ai-grid .nd-int__h2 { text-align: left; margin-bottom: 24px; }

.nd-int__ai-item { border-bottom: 1px solid var(--nd-border); }

.nd-int__ai-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 0;
    background: none;
    border: 0;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--nd-black);
    cursor: pointer;
    font-family: inherit;
}

.nd-int__ai-item.is-open .nd-int__ai-q {
    font-weight: 700;
    background: var(--nd-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nd-int__ai-chevron {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
    color: var(--nd-grey);
}

.nd-int__ai-item.is-open .nd-int__ai-chevron {
    transform: rotate(180deg);
    color: var(--nd-blue);
}

.nd-int__ai-a {
    display: none;
    padding: 0 0 24px;
    font-size: 18px;
    line-height: 28px;
    color: var(--nd-grey-3);
}

.nd-int__ai-item.is-open .nd-int__ai-a { display: block; }

/* Case studies */
.nd-int__cases { padding: 64px 0; background: #f8fafc; }

.nd-int__cases-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    margin-top: 40px;
}

.nd-int__case-main {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    min-height: 510px;
}

.nd-int__case-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 510px;
}

.nd-int__case-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nd-int__case-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    flex: 1;
    min-height: 240px;
}

.nd-int__case-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 240px;
}

.nd-int__case-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.75) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    color: #fff;
    text-decoration: none;
}

.nd-int__case-tag {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.nd-int__case-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}

/* Why choose */
.nd-int__why {
    padding: 76px 0;
    background: #fff;
}

.nd-int__why-board {
    display: grid;
    grid-template-columns: minmax(280px, 424px) 1fr 1fr;
    grid-template-rows: auto auto auto;
    align-items: stretch;
}

.nd-int__why-intro {
    grid-column: 1;
    grid-row: 1 / span 3;
    padding: 0 40px 0 0;
    border-right: 1px solid var(--nd-border);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nd-int__why-eyebrow {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    background: var(--nd-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 2px;
}

.nd-int__why-intro h2 {
    font-size: clamp(28px, 3vw, 34px);
    line-height: 44px;
    letter-spacing: -0.09px;
    text-align: left;
    margin: 0;
}

.nd-int__why-lead {
    font-size: 18px;
    line-height: 28px;
    color: var(--nd-grey);
    margin: 0;
}

.nd-int__why-card {
    padding: 32px 32px 36px 40px;
    border-bottom: 1px solid var(--nd-border);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nd-int__why-card--right {
    border-left: 1px solid var(--nd-border);
}

.nd-int__why-card--last-row {
    border-bottom: 0;
}

.nd-int__why-card h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    font-family: var(--nd-font-body);
    color: var(--nd-black);
}

.nd-int__why-card p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: var(--nd-grey-3);
}

.nd-int__why-icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
    flex-shrink: 0;
}

.nd-int__why-icon--sm {
    width: 24px;
    height: 24px;
}

/* What Else We Can Help You With */
.nd-int__help {
    padding: 64px 0 72px;
    background: linear-gradient(180deg, #fff 0%, #f5f8ff 100%);
}

.nd-int__help-header {
    text-align: center;
    max-width: 818px;
    margin: 0 auto 40px;
}

.nd-int__help-title {
    font-family: var(--nd-font-body);
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    margin: 0 0 12px;
}

.nd-int__help-title-dark { color: #242424; }

.nd-int__help-title-accent { color: #024cc2; }

.nd-int__help-lead {
    margin: 0;
    font-size: 18px;
    line-height: 29.25px;
    color: #6b7280;
}

.nd-int__help-body {
    display: flex;
    gap: 57px;
    align-items: flex-start;
}

.nd-int__help-tabs {
    flex: 0 0 397px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 30px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.71);
    box-shadow: 1px 4px 27.1px rgba(85, 85, 85, 0.1), 0 2px 24.8px rgba(228, 228, 228, 0.1);
}

.nd-int__help-tab {
    width: 100%;
    min-height: 67px;
    padding: 14px 16px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    text-align: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #6b7280;
    cursor: pointer;
    transition: color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nd-int__help-tab.is-active {
    color: #fff;
    background: var(--nd-gradient);
    box-shadow: 0 10px 7.5px rgba(0, 0, 0, 0.1), 0 4px 3px rgba(0, 0, 0, 0.1);
}

.nd-int__help-panels {
    flex: 1;
    min-width: 0;
    padding: 24px 0;
}

.nd-int__help-panel {
    display: none;
}

.nd-int__help-panel.is-active {
    display: block;
}

.nd-int__help-panel-title {
    margin: 0 0 24px;
    font-family: var(--nd-font-body);
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    color: #1b1c1d;
}

.nd-int__help-list {
    list-style: none;
    margin: 34px 0 32px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nd-int__help-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #6b7280;
}

.nd-int__help-check {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--nd-gradient);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.nd-int__help-check img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.nd-int__help-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: underline;
    background: var(--nd-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nd-int__help-more img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

/* FAQ */
.nd-int__faq {
    padding: 64px 0 80px;
    background: #f5f8ff;
}

.nd-int__faq-inner {
    max-width: 862px;
    margin: 0 auto;
    padding: 0 16px;
}

.nd-int__faq-title {
    margin: 0 0 40px;
    font-family: var(--nd-font-body);
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    color: #141d38;
    text-align: center;
}

.nd-int__faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nd-int__faq-item {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 8px 12px rgba(149, 157, 165, 0.2);
    overflow: hidden;
}

.nd-int__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: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    cursor: pointer;
}

.nd-int__faq-q > span {
    flex: 1;
    min-width: 0;
}

.nd-int__faq-a {
    display: none;
    padding: 0 20px 20px;
    font-size: 15px;
    line-height: 24px;
    color: #6b7280;
}

.nd-int__faq-item.is-open .nd-int__faq-a { display: block; }

.nd-int__faq-item.is-open .nd-int__faq-chevron { transform: rotate(180deg); }

.nd-int__faq-chevron {
    width: 13px;
    height: 8px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
    object-fit: contain;
}

/* Worth exploring */
.nd-int__resources { padding: 48px 0 80px; }

.nd-int__resources-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.nd-int__resource-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.2s ease;
}

.nd-int__resource-card:hover { transform: translateY(-4px); }

.nd-int__resource-thumb {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.nd-int__resource-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.nd-int__resource-meta {
    font-size: 14px;
    color: var(--nd-grey);
    margin-bottom: 8px;
}

.nd-int__resource-card h3 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.nd-int__resource-card p {
    font-size: 15px;
    line-height: 1.55;
    color: var(--nd-grey);
    flex: 1;
    margin: 0 0 16px;
}

.nd-int__read-more {
    font-weight: 600;
    color: var(--nd-blue);
}

/* Responsive */
@media (max-width: 1200px) {
    .nd-int__tools-grid { grid-template-columns: repeat(3, 1fr); }
    .nd-int__why-board { grid-template-columns: minmax(240px, 360px) 1fr 1fr; }
}

@media (max-width: 992px) {
    .nd-int__hero-grid,
    .nd-int__approaches-head,
    .nd-int__approach-panel,
    .nd-int__ai-grid,
    .nd-int__cases-grid,
    .nd-int__mid-cta-inner,
    .nd-int__why-board { grid-template-columns: 1fr; }

    .nd-int__why-intro {
        grid-row: auto;
        grid-column: 1;
        border-right: 0;
        border-bottom: 1px solid var(--nd-border);
        padding: 0 0 32px;
        margin-bottom: 8px;
    }

    .nd-int__why-card,
    .nd-int__why-card--right {
        border-left: 0;
        padding: 24px 0;
    }

    .nd-int__why-card--last-row {
        border-bottom: 1px solid var(--nd-border);
    }

    .nd-int__why-board > .nd-int__why-card:last-child {
        border-bottom: 0;
    }

    .nd-int__approach-panel.is-active {
        grid-template-columns: 1fr;
    }

    .nd-int__approach-visual {
        min-height: 320px;
        order: 2;
    }

    .nd-int__approach-copy {
        order: 1;
        min-height: 0;
    }

    .nd-int__hero-grid { justify-items: center; text-align: center; }
    .nd-int__hero-copy { align-items: center; }
    .nd-int__hero-copy .nd-int__btn--primary { align-self: center; }
    .nd-int__check-list { justify-content: center; }
    .nd-int__schedule-card { max-width: 400px; width: 100%; }
    .nd-int__stats-grid { grid-template-columns: repeat(2, 1fr); }
    .nd-int__tools-grid { grid-template-columns: repeat(2, 1fr); }
    .nd-int__services-grid { grid-template-columns: 1fr; }
    .nd-int__resources-grid { grid-template-columns: 1fr; }
    .nd-int__mid-cta-img { justify-self: center; }
    .nd-int__help-body { flex-direction: column; gap: 24px; }
    .nd-int__help-tabs { flex: 1 1 auto; width: 100%; max-width: 100%; }
}

@media (max-width: 600px) {
    .nd-int__tools-grid,
    .nd-int__stats-grid { grid-template-columns: 1fr; }
    .nd-int__ai-q { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .nd-int__btn,
    .nd-int__resource-card,
    .nd-int__approach-indicator { transition: none; }
}
