.hw-integ {
    padding: 30px 0 174px;
    background:#F5F7FC;
}
.hw-integ__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
.hw-integ__header {
    text-align: center;
    margin-bottom: 35px;
}
span.hw-integ__label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 6px;
    line-height: 28px;
}
.hw-integ__title {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 6px 0;
    line-height: 54px;
}

/* Step Cards Row */
.hw-integ__steps {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 53px;
}
.hw-integ__step-wrap {
    flex: 1;
    position: relative;
}
.hw-integ__step-badge {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
  	line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto -42px auto;
    position: relative;
    z-index: 2;
}
.hw-integ__step-badge span {
    color: #ffffff;
}
.hw-integ__step-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 71px 24px 30px;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px 0px #00000024, 0px 0px 2px 0px #0000001F;
}
.hw-integ__step-title {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 34px;
    max-width: 284px;
    margin: 0 auto 5px;
}
.hw-integ__step-body p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 25px;
    margin: 0;
}
.hw-integ__arrow {
    flex-shrink: 0;
    padding: 0 22px;
    display: flex;
    align-items: center;
    padding-top: 22px;
}

/* Details Row: Tech + Security */
.hw-integ__details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
    align-items: start;
}
.hw-integ__tech-title {
  font-size: 23px;
    font-weight: 700;
    color: #0A0A0A;
    margin: 0 0 16px;
    line-height: 24px;
}
.hw-integ__sec-title,
.hw-integ__sysreq-title {
    font-size: 18px;
    font-weight: 700;
    color: #0A0A0A;
    margin: 0 0 18px;
    line-height: 24px;
}
.hw-integ__check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.hw-integ__check-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  	padding: 0;
}
.hw-integ__check-item:before {
    display: none;
}
li.hw-integ__check-item svg {
    min-width: 22px;
}
.hw-integ__check-body p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    line-height: 23px;
    margin: 0;
}
.hw-integ__check-body p strong {
    font-weight: 600;
}

/* Security Cards Stack */
.hw-integ__security-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.hw-integ__sec-card {
    border-radius: 14px;
    padding: 13px 24px 21px;
    border: 1px solid rgba(226, 232, 240, 1);
    background: linear-gradient(94.75deg, rgba(249, 250, 251, 0.8) 0%, #FFFFFF 100%);
}

/* Dot List */
.hw-integ__dot-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.hw-integ__dot-item {
    display: flex;
    align-items: center;
    gap: 10px;
  padding: 0;
}
li.hw-integ__dot-item:before {
    display: none;
}
.hw-integ__dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    flex-shrink: 0;
}
.hw-integ__dot--green { background: #34BC46; }
.hw-integ__dot--blue  { background: #1B4DEA; }
.hw-integ__dot--gray  { background: #8B92A0; }

span.hw-integ__dot-text {
        font-size: 15px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 16px;
}

/* Plain List */
.hw-integ__plain-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.hw-integ__plain-item {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 16px;
    padding: 0;
    font-weight: 400;
}
li.hw-integ__plain-item:before {
    display: none;
}

/* System Requirements */
.hw-integ__sysreq {
    border-radius: 14px;
    padding: 24px;
    border: 1px solid #E2E8F0;
    background: linear-gradient(99.92deg, #F9FAFB 37.21%, #F3F7FF 102.86%);
}
.hw-integ__req-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
li.hw-integ__req-item:before {
    display: none;
}
.hw-integ__req-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 16px;
      padding: 0;
}

@media (max-width: 900px) {
    .hw-integ__details {
        grid-template-columns: 1fr;
    }
    .hw-integ__title {
        font-size: 30px;
    }
}
@media (max-width: 700px) {
    .hw-integ__steps {
        flex-direction: column;
        gap: 24px;
    }
    .hw-integ__step-wrap {
        width: 100%;
    }
    .hw-integ__arrow {
        transform: rotate(90deg);
        padding: 0;
    }
    .hw-integ__step-badge {
        margin-bottom: -22px;
    }
}
@media (max-width: 480px) {
    .hw-integ {
        padding: 52px 0 60px;
    }
    .hw-integ__container {
        padding: 0 20px;
    }
    .hw-integ__title {
        font-size: 24px;
    }
    .hw-integ__sysreq {
        padding: 22px 20px;
    }
}
