.netsuite-intg {
    background: #ffffff;
    padding: 100px 30px 100px;
}
.netsuite-intg .intg-wrap {
    max-width: 1050px;
    margin: 0 auto;
}
/* ── Header ── */
.netsuite-intg .intg-eyebrow {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 18px;
}
.netsuite-intg .intg-title {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    color: #111827;
    line-height: 1.18;
    margin: 0 0 16px;
}
.netsuite-intg .intg-intro {
    text-align: center;
    margin: 0 0 52px;
}
.netsuite-intg .intg-intro p {
    font-size: 15px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0;
    max-width: 560px;
    margin: 0 auto;
}
/* ── Two-column comparison ── */
.netsuite-intg .intg-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 60px;
    margin-bottom: 25px;
}
.netsuite-intg .intg-col-title {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 18px;
    line-height: 1.4;
}
/* ── Checklist ── */
.netsuite-intg .intg-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.netsuite-intg .intg-list-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 0 0 14px;
    list-style: none;
}
.netsuite-intg .intg-list-item:before {
    display: none;
}
.netsuite-intg .intg-check {
    flex-shrink: 0;
}
.netsuite-intg .intg-list-item span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    line-height: 1.55;
}
/* ── Body text ── */
.netsuite-intg .intg-body {
}
.netsuite-intg .intg-body h6 {
  font-size: 13px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0 0 15px;
}
.netsuite-intg .intg-body p {
    font-size: 15px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 18px;
}
.netsuite-intg .intg-body p:last-child {
    margin-bottom: 0;
}
.netsuite-intg .intg-body strong {
    font-weight: 700;
    color: #111827;
}
/* ── Responsive ── */
@media (max-width: 767px) {
    .netsuite-intg {
        padding: 50px 16px 60px;
    }
    .netsuite-intg .intg-title {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .netsuite-intg .intg-compare {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .netsuite-intg .intg-col + .intg-col {
    }
}