.hvac-scenario {
    background: #ffffff;
    padding: 100px 0;
}

.hvac-scenario .cp-platforms__highlight {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    background: rgba(13, 90, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    margin-top:35px;
}
.hvac-scenario span.cp-platforms__highlight-text {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 22px;
}
.hvac-scenario__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}
.hvac-scenario__container .hvac-scenario__body + .hvac-scenario__body {
    margin-top: 50px;
}

/* ── Centered Top Header ─────────────────────────────── */
.hvac-scenario__header {
    text-align: center;
    margin-bottom: 56px;
}
span.hvac-scenario__label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: rgba(0, 0, 0, 0.50);
    margin-bottom: 6px;
    line-height: 28px;
}
.hvac-scenario__title {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    line-height: 54px;
    letter-spacing: -0.02em;
}
.hvac-scenario__subtitle {
    max-width: 778px;
    margin: 0 auto;
}
.hvac-scenario__subtitle p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    line-height: 28px;
    margin: 0;
}

/* ── Left-aligned Content Block ─────────────────────── */
.hvac-scenario__body {

}
span.hvac-scenario__body-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: rgba(0, 0, 0, 0.50);
    margin-bottom: 8px;
    line-height: 28px;
}
.hvac-scenario__body-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 16px;
    line-height: 27px;
}
.hvac-scenario__body-sub {
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.80);
    margin: 0 0 8px;
    line-height: 25px;
}

/* ── Two-Column Layout ───────────────────────────────── */
.hvac-scenario__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
}
.hvac-scenario__col {
    display: flex;
    flex-direction: column;
}
span.hvac-scenario__col-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(0, 0, 0, 0.50);
    margin-bottom: 10px;
    line-height: 28px;
}

/* ── Check List Items ────────────────────────────────── */
.hvac-scenario__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hvac-scenario__list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  padding: 0;
}
.hvac-scenario__list-item::before {
    display: none;
}
.hvac-scenario__check-icon {
    display: block;
    line-height: 0;
    flex-shrink: 0;
    margin-top: 3px;
}
.hvac-scenario__list-text {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    line-height: 25px;
}
.hvac-scenario__list-text strong {
    font-weight: 700;
    color: #000000;
}

/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 1024px) {
    .hvac-scenario__title {
        font-size: 44px;
    }
    .hvac-scenario__columns {
        gap: 32px 40px;
    }
}
@media (max-width: 768px) {
    .hvac-scenario {
        padding: 72px 0 60px;
    }
    .hvac-scenario__container {
        padding: 0 24px;
    }
    .hvac-scenario__header {
        margin-bottom: 48px;
    }
    .hvac-scenario__title {
        font-size: 34px;
    }
    .hvac-scenario__columns {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}
@media (max-width: 640px) {
  .hvac-scenario__container .hvac-scenario__body + .hvac-scenario__body {
    margin-top: 40px;
}
    .hvac-scenario {
        padding: 56px 0 48px;
    }
    .hvac-scenario__container {
        padding: 0 20px;
    }
    .hvac-scenario__title {
        font-size: 28px;
        line-height: 1.2;
    }
    .hvac-scenario__subtitle p {
        font-size: 15px;
    }
    .hvac-scenario__body-title {
        font-size: 19px;
    }
}
@media (max-width: 480px) {
    .hvac-scenario {
        padding: 44px 0 40px;
    }
    .hvac-scenario__container {
        padding: 0 16px;
    }
    .hvac-scenario__title {
        font-size: 24px;
    }
    .hvac-scenario__body-title {
        font-size: 17px;
    }
    .hvac-scenario__list-text {
        font-size: 14px;
    }
}
