.cons-manage.cbm {
    position: relative;
    padding: 174px 0 150px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(226, 231, 248, 0.36) 100%);
}
.cons-manage .cbm__container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
}
.cons-manage .cbm__inner {
    display: flex;
    align-items: flex-start;
    gap: 74px;
}
.cons-manage .cbm__content {
    flex: 0 0 727px;
    max-width: 727px;
    padding: 0;
}
.cons-manage span.cbm__label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 21px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.cons-manage .cbm__title {
    font-size: 54px;
    font-weight: 700;
    line-height: 70px;
    color: #000000;
    letter-spacing: -0.02em;
    margin: 0 0 14px;
}
.cons-manage .cbm__desc {
    max-width: 537px;
    width: 100%;
}
.cons-manage .cbm__desc p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    margin-bottom: 42px;
    line-height: 28px;
}
.cons-manage .cbm__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.cons-manage a.cbm__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 26px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    border: 2px solid #0A0A0A;
}
.cons-manage a.cbm__btn--dark {
    background: #000000;
    color: #ffffff;
}
.cons-manage a.cbm__btn--dark svg path {
    fill: #ffffff;
}
.cons-manage a.cbm__btn--dark:hover {
    background: #272727;
    text-decoration: none;
}
.cons-manage a.cbm__btn--dark svg {
    transition: all ease-in-out 0.2s;
}
.cons-manage a.cbm__btn--dark:hover svg {
    transform: translateX(5px);
}

.cons-manage .cbm__visual {
    flex: 1;
    position: relative;
    text-align: center;
}
.cons-manage .cbm__mockup-wrap {
    position: relative;
    width: 100%;
}
.cons-manage .cbm__mockup-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

/* ── Responsive ─────────────────────────────── */
@media (max-width: 1200px) {
    .cons-manage .cbm__container {
        padding: 0 32px;
    }
    .cons-manage .cbm__content {
        flex: 0 0 520px;
        max-width: 520px;
    }
    .cons-manage .cbm__title {
        font-size: 52px;
    }
}

@media (max-width: 1024px) {
    .cons-manage.cbm {
        padding: 72px 0 60px;
    }
    .cons-manage .cbm__inner {
        flex-direction: column;
        gap: 40px;
    }
    .cons-manage .cbm__content {
        flex: none;
        max-width: 100%;
        padding: 0;
    }
    .cons-manage .cbm__title {
        font-size: 44px;
    }
}

@media (max-width: 768px) {
    .cons-manage.cbm {
        padding: 56px 0 32px;
    }
    .cons-manage .cbm__container {
        padding: 0 24px;
    }
    .cons-manage .cbm__title {
    font-size: 36px;
    line-height: 51px;
}
    .cons-manage .cbm__desc p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .cons-manage.cbm {
        padding: 44px 0 28px;
    }
    .cons-manage .cbm__container {
        padding: 0 16px;
    }
 .cons-manage .cbm__title {
    font-size: 28px;
    line-height: 37px;
}
.cons-manage span.cbm__label { 
    margin-bottom: 12px; 
}
    .cons-manage .cbm__desc p {
        font-size: 15px;
        margin-bottom: 32px;
    } 
    .cons-manage .cbm__desc p {
        font-size: 14px;
        line-height: 26px;
    }
    .cons-manage .cbm__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .cons-manage a.cbm__btn {
        justify-content: center;
        width: 100%;
    }
}

 
