.nd-support {
    font-family: "Inter", sans-serif;
    color: #242424;
}

.nd-support__container {
    width: min(1144px, calc(100% - 32px));
    margin: 0 auto;
}

.nd-support__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: linear-gradient(126deg, #2257d3, #263b8c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nd-support__eyebrow::before {
    content: "";
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    background: linear-gradient(122deg, rgba(34, 87, 211, 0.08), rgba(128, 163, 245, 0.12) 50%, #fff);
}

.nd-support h2,
.nd-support__h2 {
    font: 700 34px/44px "Plus Jakarta Sans", sans-serif;
    margin: 0;
    letter-spacing: -0.09px;
}

.nd-support h2 span,
.nd-support__h2 span {
    background: linear-gradient(132deg, #2257d3, #263b8c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nd-support__sub {
    margin: 0;
    color: #6b7280;
    font-size: 18px;
    line-height: 28px;
}

/* Hero */
.nd-support__hero {
    background: linear-gradient(134deg, rgba(34, 87, 211, 0.08), rgba(128, 163, 245, 0.12) 50%, #fff);
    padding: 76px 0 0;
}

.nd-support__hero-inner {
    padding-bottom: 8px;
}

.nd-support__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 449px);
    gap: 32px;
    align-items: center;
}

.nd-support__hero-copy {
    max-width: 702px;
}

.nd-support__hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 9px 17px;
    border-radius: 999px;
    border: 1px solid rgba(34, 87, 211, 0.2);
    background: rgba(34, 87, 211, 0.1);
    color: #2257d3;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.nd-support__hero-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2257d3;
}

.nd-support__hero h1 {
    font: 700 54px/68px "Plus Jakarta Sans", sans-serif;
    max-width: 730px;
    margin: 0 0 14px;
    letter-spacing: -0.3px;
}

.nd-support__hero h1 span {
    background: linear-gradient(133deg, #2257d3, #263b8c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nd-support__lead {
    max-width: 650px;
    color: #6b7280;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 24px;
}

.nd-support__lead strong {
    color: #364153;
    font-weight: 600;
}

.nd-support__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 18px;
}

.nd-support__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    border-radius: 12px;
    padding: 0 28px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.nd-support__btn--primary {
    color: #fff;
    background: linear-gradient(130deg, #2257d3, #263b8c);
}
.nd-support__btn--primary:hover {
    color: #fff  !important;
}

.nd-support__btn--outline {
    color: #2b5dca;
    border: 2px solid #2b5dca;
    background: #fff;
    box-shadow: none;
}

.nd-support__hero-chips {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.nd-support__hero-chips li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.nd-support__hero-chips img {
    width: 18px;
    height: 18px;
}

.nd-support__hero-chips strong {
    font-weight: 700;
    color: #242424;
}

.nd-support__hero-visual {
    position: relative;
    width: 100%;
    justify-self: end;
}

.nd-support__hero-visual img.nd-support__hero-photo {
    width: 100%;
    height: auto;
    display: block;
    border-top-left-radius: 55px;
    object-fit: cover;
}

.nd-support__hero-d365 {
    position: absolute;
    right: 14px;
    bottom: -17px;
    width: 55px;
    height: 55px;
    padding: 9px;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 4px 22.7px rgba(166, 166, 166, 0.15);
}

.nd-support__hero-d365 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nd-support__hero-stats {
    margin-top: 60px;
    padding: 18px 0;
    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-support__hero-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    text-align: center;
}

.nd-support__hero-stats-grid strong {
    display: block;
    font: 700 30px/40px "Plus Jakarta Sans", sans-serif;
    background: linear-gradient(115deg, #2257d3, #263b8c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nd-support__hero-stats-grid span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #242424;
}

/* Sections */
.nd-support__section {
    padding: 66px 0;
}

.nd-support__section--light {
    background: linear-gradient(142deg, rgba(34, 87, 211, 0.08), rgba(128, 163, 245, 0.12) 50%, #fff);
}

.nd-support__section--business {
    background: linear-gradient(122deg, rgba(34, 87, 211, 0.08) 0%, rgba(128, 163, 245, 0.12) 50%, #fff 100%);
}

.nd-support__section-head {
    display: grid;
    grid-template-columns: minmax(0, 614px) minmax(0, 1fr);
    gap: 18px 32px;
    align-items: start;
    margin-bottom: 32px;
}

.nd-support__section-head--center {
    display: block;
    text-align: center;
    margin-bottom: 32px;
}

.nd-support__section-head--center .nd-support__eyebrow {
    justify-content: center;
}

.nd-support__section-head--center .nd-support__sub {
    max-width: 868px;
    margin: 12px auto 0;
}

.nd-support__section-head--stack {
    display: block;
    margin-bottom: 32px;
}

.nd-support__section-head--stack .nd-support__sub {
    margin-top: 12px;
    max-width: 100%;
}

.nd-support__section-head--split {
    display: grid;
    grid-template-columns: minmax(0, 614px) minmax(0, 1fr);
    gap: 18px 32px;
    align-items: start;
    margin-bottom: 32px;
}

/* Services */
.nd-support__services-layout {
    display: grid;
    grid-template-columns: 394px 1fr;
    gap: 32px;
    align-items: start;
}

.nd-support__service-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 19px 0;
}

.nd-support__service-nav button {
    position: relative;
    border: 0;
    background: transparent;
    color: #6b7280;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    padding: 25px 16px 16px 0;
    cursor: pointer;
}

.nd-support__service-nav button::after {
    content: "";
    position: absolute;
    left: 0;
    right: 87px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, #d1d5db, transparent);
}

.nd-support__service-nav button:last-child::after {
    display: none;
}

.nd-support__service-nav button.is-active {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 10px;
    margin-bottom: 4px;
    border-radius: 0;
    background: rgba(125, 179, 255, 0.13);
    color: #3071d3;
    font-weight: 600;
}

.nd-support__service-nav button.is-active::after {
    display: none;
}

.nd-support__service-nav button.is-active .nd-support__tab-arrow {
    flex-shrink: 0;
    display: block;
}

.nd-support__tab-arrow {
    display: none;
}

.nd-support__service-content {
    border: 1px solid #f3f4f6;
    background: rgba(238, 239, 240, 0.59);
    border-radius: 8px;
    padding: 41px;
    min-height: 483px;
}

.nd-support__service-content article {
    display: none;
}

.nd-support__service-content article.is-active {
    display: block;
}

.nd-support__service-content h3 {
    font: 700 30px/40px "Plus Jakarta Sans", sans-serif;
    margin: 0 0 12px;
}

.nd-support__service-intro {
    margin: 0 0 24px;
    color: #364153;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.nd-support__service-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 20px;
}

.nd-support__service-content li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 14px;
    align-items: start;
    color: #364153;
    font-size: 16px;
    line-height: 25px;
}

.nd-support__check {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(100deg, #2257d3, #263b8c);
}

/* Business solutions */
.nd-support__business-rows {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
}

.nd-support__business-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
}

.nd-support__business-card {
    display: block;
    text-decoration: none;
    width: 191px;
    min-height: 133px;
    padding: 24px;
    border: 1px solid #afceff;
    border-radius: 14px;
    background: #fff;
    box-shadow: 3px 4px 14px rgba(121, 121, 121, 0.13);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nd-support__business-card:hover {
    transform: translateY(-3px);
    border-color: #7da8f0;
    box-shadow: 6px 8px 22px rgba(121, 121, 121, 0.2);
}

.nd-support__business-card__icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 15px;
    border-radius: 10px;
    background: linear-gradient(122deg, rgba(34, 87, 211, 0.08) 0%, rgba(128, 163, 245, 0.12) 50%, #fff 100%);
}

.nd-support__business-card__icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.nd-support__business-card span {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #0f172b;
}

/* Legacy products */
.nd-support__legacy-diagram {
    position: relative;
    width: min(826px, 100%);
    min-height: 280px;
    margin: 0 auto;
}

.nd-support__legacy-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 208px;
    min-height: 68px;
    padding: 12px;
    border: 1px solid #afceff;
    border-radius: 14px;
    background: #fff;
    box-shadow: 3px 4px 14px rgba(121, 121, 121, 0.13);
}

.nd-support__legacy-card__logo {
    width: 43px;
    height: 42px;
    flex-shrink: 0;
    object-fit: contain;
}

.nd-support__legacy-card span {
    font-size: 18px;
    line-height: 28px;
    color: #242424;
}

.nd-support__legacy-card--ax { left: 0; top: 0; }
.nd-support__legacy-card--gp { right: 0; top: 0; }
.nd-support__legacy-card--nav { left: 0; bottom: 72px; }
.nd-support__legacy-card--crm { right: 0; bottom: 72px; }

.nd-support__legacy-hub {
    position: absolute;
    left: 50%;
    top: 9px;
    transform: translateX(-50%);
    width: 202px;
    text-align: center;
}

.nd-support__legacy-hub-glow {
    position: relative;
    width: 202px;
    height: 202px;
    margin: 0 auto;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, rgba(157, 195, 255, 0.48) 0%, rgba(157, 195, 255, 0.26) 40%, rgba(157, 195, 255, 0.1) 66%, rgba(157, 195, 255, 0) 100%);
    box-shadow: 0 18px 36px rgba(34, 87, 211, 0.12);
}

.nd-support__legacy-hub-ring {
    position: absolute;
    inset: 10%;
    border-radius: 50%;
    border: 1.5px solid #9dc3ff;
    background: #fff;
}

.nd-support__legacy-hub-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 18px;
}

.nd-support__legacy-hub-content img {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
    object-fit: contain;
}

.nd-support__legacy-hub-content strong {
    display: block;
    font: 700 15px/19px "Plus Jakarta Sans", sans-serif;
    color: #242424;
}

.nd-support__legacy-hub-content em {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-style: italic;
    line-height: 23px;
    color: #6b7280;
}

.nd-support__legacy-connector {
    position: absolute;
    top: 34px;
    width: 98px;
    height: 152px;
    object-fit: contain;
    pointer-events: none;
}

.nd-support__legacy-connector--left { left: 212px; }
.nd-support__legacy-connector--right { right: 212px; }

.nd-support__legacy-caption {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(367px, 100%);
    margin: 0;
    text-align: center;
    color: #364153;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

/* Industries bento */
.nd-support__industries-bento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(64px, auto);
    gap: 15px;
    max-width: 935px;
    margin: 0 auto;
}

.nd-support__industry-card {
    border-radius: 14px;
    padding: 28px 26px 24px;
    min-height: 109px;
}

.nd-support__industry-card--blue { background: #eef3fe; }
.nd-support__industry-card--green { background: #f3fef9; }
.nd-support__industry-card--purple { background: #f5f3fe; }
.nd-support__industry-card--blue-alt { background: #eff5fe; }

.nd-support__industry-card__icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 8px;
    border-radius: 10px;
    background: #fff;
}

.nd-support__industry-card__icon svg {
    width: 20px;
    height: 20px;
}

.nd-support__industry-card span {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #0f172b;
}

.nd-support__industry-card--healthcare { grid-column: 1 / span 4; grid-row: 1 / span 5; min-height: 249px; }
.nd-support__industry-card--manufacturing { grid-column: 5 / span 4; grid-row: 1 / span 2; min-height: 109px; }
.nd-support__industry-card--bfsi { grid-column: 9 / span 4; grid-row: 1 / span 3; min-height: 178px; }
.nd-support__industry-card--retail { grid-column: 5 / span 2; grid-row: 3 / span 3; min-height: 130px; }
.nd-support__industry-card--education { grid-column: 7 / span 2; grid-row: 3 / span 3; min-height: 130px; }
.nd-support__industry-card--logistics { grid-column: 1 / span 4; grid-row: 6 / span 2; min-height: 128px; }
.nd-support__industry-card--nonprofit { grid-column: 5 / span 2; grid-row: 6 / span 2; min-height: 128px; }
.nd-support__industry-card--energy { grid-column: 7 / span 2; grid-row: 6 / span 2; min-height: 128px; }
.nd-support__industry-card--aec { grid-column: 9 / span 4; grid-row: 4 / span 4; min-height: 195px; }

/* Plans */
.nd-support__plans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.nd-support__plans article {
    background: #fff;
    border-radius: 8px;
    border-top: 6px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    padding: 18px 20px;
    text-align: center;
}

.nd-support__plans article.red { border-color: #d45454; }
.nd-support__plans article.orange { border-color: #ed8d3a; }
.nd-support__plans article.yellow { border-color: #edb10d; }
.nd-support__plans article.green { border-color: #1bbc6a; }
.nd-support__plans article.blue { border-color: #2384ff; }
.nd-support__plans article.violet { border-color: #a079bd; }

.nd-support__plans h4 { margin: 0 0 10px; font-size: 16px; font-weight: 600; }
.nd-support__plans p { margin: 0; font-size: 40px; font-weight: 700; }
.nd-support__plans small { display: block; font-size: 16px; margin-bottom: 12px; color: #262626; }
.nd-support__plans div { font-size: 18px; margin-bottom: 8px; }
.nd-support__plans strong { font-size: 20px; }

.nd-support__violet-cta { padding: 36px 0; }

.nd-support__violet-cta .nd-support__container {
    position: relative;
    overflow: hidden;
    background: #2253c8;
    border-radius: 32px;
    padding: 50px;
    color: #fff;
}

.nd-support__violet-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 32px;
    align-items: center;
}

.nd-support__violet-cta h3 {
    font: 700 34px/44px "Plus Jakarta Sans", sans-serif;
    margin: 0 0 12px;
}

.nd-support__violet-cta p {
    max-width: 520px;
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 16px;
}

.nd-support__violet-cta a.nd-support__btn-white {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    color: #242424;
    text-decoration: none;
    padding: 12px 12px 12px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
}

.nd-support__violet-custom {
    position: relative;
    background: #fff;
    border-top: 6px solid #7c3aed;
    border-radius: 8px;
    padding: 28px 24px;
    box-shadow: 0 0 10.642px -2.107px rgba(0, 0, 0, 0.25);
    color: #242424;
}

.nd-support__violet-custom h4 {
    margin: 0 0 16px;
    font: 700 22px/30px "Plus Jakarta Sans", sans-serif;
}

.nd-support__violet-custom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.nd-support__violet-custom li {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    align-items: start;
    font-size: 14px;
    line-height: 22px;
}

.nd-support__violet-custom li .nd-support__check {
    width: 20px;
    height: 20px;
    background: linear-gradient(122deg, #2257d3, #263b8c);
}

.nd-support__violet-deco {
    position: absolute;
    right: -40px;
    top: -20px;
    width: 180px;
    height: 180px;
    border: 2px dashed rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    pointer-events: none;
}

/* Testimonials */
.nd-support__testimonials-wrap {
    overflow: hidden;
}

.nd-support__testimonials-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: nd-support-marquee 40s linear infinite;
}

.nd-support__testimonials-track:hover {
    animation-play-state: paused;
}

@keyframes nd-support-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.nd-support__testimonials-track article {
    flex: 0 0 360px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #c9c9c9;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 1px 4px 27px rgba(85, 85, 85, 0.1);
}

.nd-support__testimonials-track .nd-support__quote {
    margin-bottom: 16px;
}

.nd-support__testimonials-track hr {
    border: 0;
    border-top: 1px solid #e5e7eb;
    margin: 16px 0;
}

.nd-support__testimonials-track p {
    color: #6b7280;
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
    margin: 0 0 16px;
}

.nd-support__testimonials-logo {
    height: 32px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
}

.nd-support__testimonials span {
    font-size: 18px;
    font-weight: 700;
}

/* Case studies */
.nd-support__cases-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 16px;
    max-width: 918px;
    margin: 0 auto;
    align-items: stretch;
}

.nd-support__cases-grid > .nd-support__case-card--featured {
    grid-row: 1 / span 2;
}

.nd-support__case-stack {
    display: grid;
    gap: 16px;
}

.nd-support__case-card {
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    border-radius: 14px;
    overflow: hidden;
    min-height: 247px;
}

.nd-support__case-card:hover,
.nd-support__case-card:focus-visible,
.nd-support__case-card:hover .nd-support__case-card__label,
.nd-support__case-card:hover .nd-support__case-card__overlay p,
.nd-support__case-card:focus-visible .nd-support__case-card__label,
.nd-support__case-card:focus-visible .nd-support__case-card__overlay p {
    color: #fff;
}

.nd-support__cases-grid > .nd-support__case-card--featured {
    min-height: 510px;
}

.nd-support__case-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nd-support__case-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 43, 0.05) 30%, rgba(15, 23, 43, 0.82) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
}

.nd-support__case-card__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px;
    opacity: 0.9;
}

.nd-support__case-card__overlay p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

/* Worth exploring */
.nd-support__explore {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.nd-support__explore-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.nd-support__explore-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.nd-support__explore-card__body {
    padding: 18px 16px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.nd-support__explore-meta {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 8px;
}

.nd-support__explore-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.nd-support__explore-excerpt {
    margin: 0 0 16px;
    color: #6b7280;
    font-size: 14px;
    line-height: 22px;
    flex: 1;
}

.nd-support__explore-link {
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(122deg, #2257d3, #263b8c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Help section (under form) */
.nd-support__help {
    padding: 66px 0;
    background: linear-gradient(180deg, #fff 0%, #f5f8ff 100%);
}

.nd-support__help-layout {
    display: grid;
    grid-template-columns: 397px 1fr;
    gap: 48px;
    align-items: start;
    max-width: 1070px;
    margin: 0 auto;
}

.nd-support__help-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: rgba(255, 255, 255, 0.71);
    border-radius: 16px;
    box-shadow: 1px 4px 27px rgba(85, 85, 85, 0.1), 0 2px 24.8px rgba(228, 228, 228, 0.1);
    padding: 30px 12px;
}

.nd-support__help-nav button {
    border: 0;
    background: transparent;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    padding: 14px 16px;
    color: #6b7280;
    cursor: pointer;
    border-radius: 14px;
    margin-bottom: 4px;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.nd-support__help-nav button.is-active {
    color: #fff;
    font-weight: 500;
    background: linear-gradient(134deg, #2257d3 0%, #263b8c 100%);
    box-shadow: 0 10px 7.5px rgba(0, 0, 0, 0.1), 0 4px 3px rgba(0, 0, 0, 0.1);
}

.nd-support__help-panel {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 24px 0 0;
    min-height: 362px;
}

.nd-support__help-panel article {
    display: none;
}

.nd-support__help-panel article.is-active {
    display: block;
}

.nd-support__help-panel h3 {
    font: 700 40px/42px "Plus Jakarta Sans", sans-serif;
    margin: 0 0 18px;
    color: #1b1c1d;
}

.nd-support__help-panel p {
    margin: 0 0 24px;
    color: #364153;
    font-size: 18px;
    line-height: 26px;
}

.nd-support__help-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.nd-support__help-panel li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    align-items: start;
    color: #6b7280;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.nd-support__help-more {
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: underline;
    background: linear-gradient(122deg, #2257d3, #263b8c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nd-support__help-more svg {
    flex-shrink: 0;
}

/* AI section */
.nd-support__ai {
    padding: 64px 0 72px;
    background: #fff;
}

.nd-support__ai-head {
    text-align: center;
    max-width: 818px;
    margin: 0 auto 32px;
}

.nd-support__ai-head .nd-support__sub {
    margin-top: 12px;
}

.nd-support__ai-cards {
    display: grid;
    gap: 19px;
}

.nd-support__ai-card {
    display: grid;
    grid-template-columns: 1fr 410px;
    gap: 32px;
    align-items: center;
    min-height: 310px;
    padding: 35px 69px;
    border: 1px solid #afceff;
    border-radius: 14px;
    background: linear-gradient(156deg, rgba(34, 87, 211, 0.08), rgba(128, 163, 245, 0.12) 50%, #fff);
}

.nd-support__ai-card--reverse {
    grid-template-columns: 386px 1fr;
}

.nd-support__ai-card--reverse .nd-support__ai-copy {
    order: 2;
}

.nd-support__ai-card--reverse .nd-support__ai-visual {
    order: 1;
}

.nd-support__ai-copy h3 {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.nd-support__ai-copy p {
    margin: 0;
    color: #364153;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.nd-support__ai-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: underline;
    background: linear-gradient(122deg, #2257d3, #263b8c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nd-support__ai-link img {
    width: 26px;
    height: 26px;
}

.nd-support__ai-visual img {
    width: 100%;
    height: auto;
    max-height: 274px;
    object-fit: contain;
    display: block;
}

/* Form */
.nd-support__form-wrap {
    padding: 32px 0;
    background: rgba(48, 113, 211, 0.13);
}

.nd-support__form-shell {
    display: grid;
    grid-template-columns: 530px 1fr;
    gap: 0;
    max-width: 1106px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 11px;
}

.nd-support__form-side {
    position: relative;
    min-height: 688px;
    border-radius: 8px;
    overflow: hidden;
    padding: 42px 44px;
    background: linear-gradient(98deg, #2257d3 0%, #263b8c 100%);
}

.nd-support__form-logo {
    width: 116px;
    height: auto;
    margin-bottom: 58px;
}

.nd-support__form-side-label {
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.nd-support__form-side .nd-support__h2 {
    color: #fff;
    font: 700 42px/52px "Plus Jakarta Sans", sans-serif;
    max-width: 417px;
    margin-bottom: 16px;
}

.nd-support__form-side-sub {
    margin: 0;
    max-width: 345px;
    color: #ebebeb;
    font-size: 14px;
    line-height: 22px;
}

.nd-support__form-expert {
    position: absolute;
    left: 180px;
    bottom: 178px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nd-support__form-expert-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 3px solid #dbeafe;
    background: radial-gradient(circle at 35% 35%, #fff 0 25%, #9dc3ff 25% 100%);
}

.nd-support__form-expert p {
    margin: 0;
    color: #ebebeb;
    font-size: 12px;
    line-height: 15px;
}

.nd-support__form-expert p strong,
.nd-support__form-expert p span {
    display: block;
    font-weight: 500;
}

.nd-support__form-side-map {
    position: absolute;
    left: -20%;
    right: -20%;
    bottom: -140px;
    height: 340px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.9) 1px, transparent 2px) 0 0 / 8px 8px,
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 72%);
    opacity: 0.7;
}

.nd-support__form-card-wrap {
    padding: 53px 50px;
}

.nd-support__form-eyebrow {
    margin: 0 0 18px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(149deg, #2257d3 0%, #263b8c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nd-support__form-card {
    padding: 0;
}

/* FAQ */
.nd-support__faq-section {
    padding: 66px 0;
    background: #eef1f8;
    position: relative;
    overflow: hidden;
}

.nd-support__faq-section::before {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(48, 113, 211, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.nd-support__faq {
    display: grid;
    gap: 14px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.nd-support__faq-item {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 8px 12px rgba(149, 157, 165, 0.2);
    overflow: hidden;
}

.nd-support__faq-item button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    border: 0;
    background: #fff;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.nd-support__faq-item svg {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.nd-support__faq-item.is-open svg {
    transform: rotate(180deg);
}

.nd-support__faq-a {
    display: none;
    padding: 0 20px 20px;
    color: #6b7280;
    font-size: 16px;
    line-height: 25px;
}

.nd-support__faq-item.is-open .nd-support__faq-a {
    display: block;
}

.nd-support .nd-home__global {
    text-align: center;
}

.nd-support .nd-home__global-head {
    text-align: center;
    max-width: 868px;
    margin-left: auto;
    margin-right: auto;
}

.nd-support .nd-home__global-head .nd-home__eyebrow {
    justify-content: center;
}

.nd-support .nd-home__global-lead {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .nd-support__hero h1 {
        font-size: 42px;
        line-height: 54px;
        max-width: 100%;
    }

    .nd-support__hero-grid {
        grid-template-columns: 1fr;
    }

    .nd-support__hero-visual {
        justify-self: center;
        max-width: 360px;
    }

    .nd-support__hero-inner {
        min-height: 0;
    }

    .nd-support__section-head--split {
        grid-template-columns: 1fr;
    }

    .nd-support__services-layout {
        grid-template-columns: 1fr;
    }

    .nd-support__hero-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nd-support__plans,
    .nd-support__explore {
        grid-template-columns: 1fr 1fr;
    }

    .nd-support__cases-grid {
        grid-template-columns: 1fr;
    }

    .nd-support__case-card--featured {
        grid-row: auto;
        min-height: 320px;
    }

    .nd-support__violet-cta-grid {
        grid-template-columns: 1fr;
    }

    .nd-support__help-layout {
        grid-template-columns: 1fr;
    }

    .nd-support__ai-card,
    .nd-support__ai-card--reverse {
        grid-template-columns: 1fr;
        padding: 28px 24px;
    }

    .nd-support__ai-card--reverse .nd-support__ai-copy,
    .nd-support__ai-card--reverse .nd-support__ai-visual {
        order: unset;
    }

    .nd-support__legacy-diagram {
        min-height: 520px;
    }

    .nd-support__legacy-card--ax,
    .nd-support__legacy-card--gp {
        top: 0;
    }

    .nd-support__legacy-card--nav,
    .nd-support__legacy-card--crm {
        bottom: 140px;
    }

    .nd-support__legacy-connector {
        display: none;
    }

    .nd-support__industries-bento {
        grid-template-columns: repeat(2, 1fr);
    }

    .nd-support__industry-card {
        grid-column: span 1 !important;
        grid-row: auto !important;
        min-height: 120px !important;
    }

    .nd-support__form-shell {
        grid-template-columns: 1fr;
        max-width: 740px;
    }

    .nd-support__form-side {
        min-height: 520px;
    }

    .nd-support__form-card-wrap {
        padding: 34px 28px;
    }
}

@media (max-width: 768px) {
    .nd-support__hero {
        padding-top: 40px;
    }

    .nd-support__hero h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .nd-support__lead {
        font-size: 18px;
    }

    .nd-support h2,
    .nd-support__h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .nd-support__hero-actions,
    .nd-support__hero-chips {
        flex-direction: column;
        align-items: flex-start;
    }

    .nd-support__hero-stats-grid,
    .nd-support__plans,
    .nd-support__explore,
    .nd-support__industries-bento {
        grid-template-columns: 1fr;
    }

    .nd-support__testimonials-track article {
        flex: 0 0 300px;
    }

    .nd-support__form-wrap {
        padding: 20px 0;
    }

    .nd-support__form-shell {
        padding: 8px;
    }

    .nd-support__form-side {
        min-height: 440px;
        padding: 28px 24px;
    }

    .nd-support__form-side .nd-support__h2 {
        font-size: 34px;
        line-height: 42px;
    }

    .nd-support__form-logo {
        margin-bottom: 34px;
    }

    .nd-support__form-expert {
        left: 24px;
        bottom: 118px;
    }

    .nd-support__legacy-diagram {
        position: static;
        display: grid;
        gap: 16px;
        min-height: 0;
    }

    .nd-support__legacy-card,
    .nd-support__legacy-hub,
    .nd-support__legacy-caption {
        position: static;
        transform: none;
        width: 100%;
    }

    .nd-support__legacy-hub {
        order: -1;
    }
}
