.st-integ-hero {
    position: relative;
    padding: 100px 0 0;
    overflow: hidden;
    background: #fff;
}
.st-integ-container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
}
.st-integ-hero__inner {
    display: flex;
    align-items: center;
    gap: 80px;
}
.st-integ-hero__content {
    flex: 0 0 707px;
    max-width: 707px; 
}
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;
}
.st-integ-hero__title {
    font-size: 62px;
    font-weight: 700;
    line-height: 70px;
    color: #000000;
    letter-spacing: -0.02em;
    margin: 0 0 14px;
}
.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;
}
.st-integ-hero__features {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    display: flex;
    gap: 12px 30px;
    justify-content: start;
    flex-wrap: wrap;
}
.st-integ-feature {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding: 0;
    line-height: 20px;
}
li.st-integ-feature:before {
    display: none;
}
.st-integ-feature svg {
    flex-shrink: 0;
}
.st-integ-hero__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
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;
}
a.st-integ-btn--dark {
    background: #0A0A0A;
    color: #fff;
}
a.st-integ-btn--outline {
    background: transparent;
    color: #0A0A0A;
}
a.st-integ-btn--dark:hover {
    background: #333;
    text-decoration: none;
}
a.st-integ-btn--outline:hover {
    background: #0A0A0A;
    color: #fff;
    text-decoration: none;
}
.st-integ-hero__visual {
    flex: 1;
    position: relative;
    text-align: right;
}
.st-integ-hero__mockup-wrap {
    position: relative;
    width: 100%;
    text-align: right;
}
.st-integ-hero__mockup-img {
    width: auto;
    max-width: 100%;
}

/* ── Responsive: ServiceTitan Integration ─────────────── */
@media (max-width: 1200px) {
    .st-integ-hero__inner {
        gap: 48px;
    }
    .st-integ-hero__content {
        flex: 0 0 480px;
        max-width: 480px;
    }
    .st-integ-hero__title {
        font-size: 48px;
    }
}
@media (max-width: 1024px) {
    .st-integ-hero {
        padding: 72px 0 48px;
    }
    .st-integ-hero__inner {
        gap: 36px;
    }
    .st-integ-hero__content {
        flex: 0 0 420px;
        max-width: 420px;
    }
    .st-integ-hero__title {
        font-size: 42px;
    }
}
@media (max-width: 900px) {
    .st-integ-hero__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
    }
    .st-integ-hero__content {
        flex: unset;
        max-width: 100%;
        width: 100%;
    }
    .st-integ-hero__visual {
        width: 100%;
        text-align: center;
    }
    .st-integ-hero__mockup-wrap {
        text-align: center;
    }
    .st-integ-hero__title {
        font-size: 44px;
    }
}
@media (max-width: 768px) {
    .st-integ-hero {
        padding: 56px 0 40px;
    }
    .st-integ-container {
        padding: 0 24px;
    }
   .st-integ-hero__title {
    font-size: 38px;
    line-height: 46px;
}
    .st-integ-hero__desc {
        font-size: 15px;
        max-width: 100%;
    }
    .st-integ-hero__features {
        gap: 14px 24px;
    }
    .st-integ-feature {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .st-integ-hero {
        padding: 44px 0 36px;
    }
    .st-integ-container {
        padding: 0 16px;
    }
    .st-integ-hero__title {
        font-size: 30px;
        line-height: 1.1;
    }
    .st-integ-hero__desc {
        font-size: 14px;
    }
    .st-integ-hero__features {
        flex-direction: column;
        gap: 12px;
    }
    .st-integ-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }
    a.st-integ-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}
