.net-suite {
    /*! background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F6F7FD 100%); */
}
.net-suite .st-integ-hero {
    position: relative;
    padding: 100px 0 0;
    overflow: hidden;
    /*! background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F6F7FD 100%); */
}
.net-suite .st-integ-container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
}
.net-suite .st-integ-hero__inner {
    display: flex;
    align-items: center;
    gap: 80px;
}
.net-suite .st-integ-hero__content {
    flex: 0 0 707px;
    max-width: 707px;
}
.net-suite span.st-integ-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 0 21px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.net-suite .st-integ-hero__title {
    font-size: 62px;
    font-weight: 700;
    line-height: 70px;
    color: #000000;
    letter-spacing: -0.02em;
    margin: 0 0 14px;
}
.net-suite .st-integ-hero__desc {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    margin-bottom: 30px;
    line-height: 28px;
    max-width: 537px;
}
.net-suite .st-integ-hero__features {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    display: flex;
    gap: 12px 30px;
    justify-content: start;
    flex-wrap: wrap;
}
.net-suite .st-integ-feature {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding: 0;
    line-height: 20px;
}
.net-suite li.st-integ-feature:before {
    display: none;
}
.net-suite .st-integ-feature svg {
    flex-shrink: 0;
}
.net-suite .st-integ-hero__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.net-suite a.st-integ-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease, background 0.2s ease;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    border: 2px solid #0A0A0A;
}
.net-suite a.st-integ-btn--dark {
    background: #0A0A0A;
    color: #fff;
}
.net-suite a.st-integ-btn--outline {
    background: transparent;
    color: #0A0A0A;
}
.net-suite a.st-integ-btn--dark:hover {
    background: #333;
    text-decoration: none;
}
.net-suite a.st-integ-btn--outline:hover {
    background: #0A0A0A;
    color: #fff;
    text-decoration: none;
}
.net-suite .st-integ-hero__visual {
    flex: 1;
    position: relative;
    text-align: right;
}
.net-suite .st-integ-hero__mockup-wrap {
    position: relative;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.net-suite .st-integ-hero__mockup-img {
    width: auto;
    max-width: 100%;
}

/* Sync Card */
.net-suite .st-integ-sync-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(226, 232, 240, 1);
    padding: 32px 36px;
    display: inline-flex;
    flex-direction: column;
    gap: 28px;
    min-width: 380px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}
.net-suite .st-integ-sync-card::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(99,102,241,0.12) 0%, transparent 70%);
    pointer-events: none;
}
.net-suite .st-integ-sync-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.net-suite .st-integ-sync-card__node {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
}
.net-suite .st-integ-sync-card__node-label {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
}
.net-suite .st-integ-sync-card__node-sub {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.45);
    line-height: 1.3;
}
.net-suite .st-integ-sync-card__node--active .st-integ-sync-card__node-label {
    color: #000;
}
.net-suite .st-integ-sync-card__node--active {
    background: rgba(245,245,255,1);
    border: 1px solid rgba(99,102,241,0.2);
    border-radius: 10px;
    padding: 10px 16px;
}
.net-suite .st-integ-sync-card__arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.net-suite .st-integ-sync-card__arrow-label {
    font-size: 11px;
    font-weight: 500;
    color: #6366F1;
    white-space: nowrap;
}
.net-suite .st-integ-sync-card__stats {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid rgba(226,232,240,1);
    padding-top: 24px;
}
.net-suite .st-integ-sync-card__stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
    flex: 1;
}
.net-suite .st-integ-sync-card__stat-value {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}
.net-suite .st-integ-sync-card__stat-label {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.45);
    line-height: 1.4;
}

/* Banner */
.net-suite .st-integ-banner {
    padding: 0;
    background: transparent;
    margin-top: 120px;
}
.net-suite .st-integ-banner__container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
}
.net-suite .st-integ-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(226, 232, 240, 1);
}
.net-suite .st-integ-banner__left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    min-width: 0;
}
.net-suite .st-integ-banner__icon {
    flex-shrink: 0;
    margin-top: -1px;
    line-height: 0;
}
.net-suite .st-integ-banner__text h6{
    
    margin: 0 0 15px;
    padding: 0;
    color: #000;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.16px;
}
.net-suite .st-integ-banner__text p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 24px;
    margin: 0;
    letter-spacing: -0.16px;
}
.net-suite .st-integ-banner__text p strong {
    font-size: 13px;
    font-weight: 600;
}
.net-suite .st-integ-banner__text p + p {
    margin-top: 10px;
}
.net-suite a.st-integ-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 12px 25px;
    border-radius: 50px;
    background: transparent;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    white-space: nowrap;
    text-decoration: none;
    transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
    border: 1px solid rgba(17, 24, 39, 1);
}
.net-suite a.st-integ-banner__btn:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(17, 24, 39, 1);
}

/* ── Responsive ─────────────── */
@media (max-width: 1200px) {
    .net-suite .st-integ-hero__inner { gap: 48px; }
    .net-suite .st-integ-hero__content { flex: 0 0 480px; max-width: 480px; }
    .net-suite .st-integ-hero__title { font-size: 48px; }
    .net-suite .st-integ-sync-card { min-width: 320px; }
}
@media (max-width: 1024px) {
    .net-suite .st-integ-hero { padding: 72px 0 48px; }
    .net-suite .st-integ-hero__inner { gap: 36px; }
    .net-suite .st-integ-hero__content { flex: 0 0 420px; max-width: 420px; }
    .net-suite .st-integ-hero__title { font-size: 42px; }
}
@media (max-width: 900px) {
    .net-suite .st-integ-hero__inner { flex-direction: column; align-items: flex-start; gap: 48px; }
    .net-suite .st-integ-hero__content { flex: unset; max-width: 100%; width: 100%; }
    .net-suite .st-integ-hero__visual { width: 100%; text-align: center; }
    .net-suite .st-integ-hero__mockup-wrap { justify-content: center; }
    .net-suite .st-integ-hero__title { font-size: 44px; }
}
@media (max-width: 768px) {
    .net-suite .st-integ-hero { padding: 56px 0 40px; }
    .net-suite .st-integ-container { padding: 0 24px; }
    .net-suite .st-integ-hero__title { font-size: 38px; line-height: 46px; }
    .net-suite .st-integ-hero__desc { font-size: 15px; max-width: 100%; }
    .net-suite .st-integ-hero__features { gap: 14px 24px; }
    .net-suite .st-integ-feature { font-size: 15px; }
    .net-suite .st-integ-banner__container { padding: 0 20px; }
    .net-suite .st-integ-banner__inner { flex-direction: column; align-items: flex-start; gap: 20px; padding: 20px 24px; }
    .net-suite .st-integ-banner { margin-top: 0; }
    .net-suite a.st-integ-banner__btn { width: 100%; justify-content: center; }
    .net-suite .st-integ-sync-card { min-width: unset; width: 100%; padding: 24px; }
}
@media (max-width: 767px) {
    .net-suite .st-integ-hero { padding: 44px 0 36px; }
    .net-suite .st-integ-container { padding: 0 16px; }
    .net-suite .st-integ-hero__title { font-size: 30px; line-height: 1.1; }
    .net-suite .st-integ-hero__desc { font-size: 14px; }
    .net-suite .st-integ-hero__features { flex-direction: column; gap: 12px; }
    .net-suite .st-integ-hero__actions { flex-direction: column; align-items: stretch; }
    .net-suite a.st-integ-btn { width: 100%; text-align: center; justify-content: center; }
    .net-suite .st-integ-banner__container { padding: 0 16px; }
    .net-suite .st-integ-banner__left { align-items: flex-start; }
    .net-suite .st-integ-banner__text { font-size: 14px; line-height: 22px; }
    .net-suite .st-integ-sync-card__stats { flex-direction: column; gap: 16px; }
    .net-suite .st-integ-sync-card__stat { text-align: left; }
}
