.journey-treatment {
    margin: clamp(24px, 3.2vw, 42px) auto clamp(46px, 6vw, 78px);
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: clamp(38px, 5.4vw, 74px);
    align-items: start;
    position: relative;
    z-index: 1;
}

.journey-treatment .journey-section-title {
    font-size: clamp(30px, 2.75vw, 40px);
    line-height: 1.04;
}

.journey-treatment__desc {
    margin: 10px 0 22px;
    color: var(--journey-text) !important;
    font-size: clamp(18px, 1.75vw, 25px);
    font-weight: 500;
    line-height: 1.32;
    text-align: center;
}

.journey-treatment__box {
    min-height: 252px;
    padding: clamp(24px, 2.5vw, 36px) clamp(28px, 3.2vw, 46px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 26px 58px rgba(245, 20, 103, 0.09), 0 20px 42px rgba(82, 73, 160, 0.05);
    text-align: center;
}

.journey-treatment__box p {
    margin: 0 0 24px;
    color: var(--journey-text) !important;
    font-size: clamp(18px, 1.75vw, 25px);
    font-weight: 500;
    line-height: 1.34;
}

.journey-treatment__box p:last-child {
    margin-bottom: 0;
}

.journey-treatment__box span {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 0 auto 8px;
    color: var(--journey-accent) !important;
    font-size: 1.02em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

.journey-treatment__box p:first-child span::before {
    content: "";
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23f51467' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='6.5' width='24' height='24' rx='5'/%3E%3Cpath d='M9.5 3.5v6M21.5 3.5v6M4.5 13.5h22'/%3E%3Cpath d='M10 18h.01M16 18h.01M10 24h.01'/%3E%3Ccircle cx='24.5' cy='24.5' r='7' fill='white'/%3E%3Cpath d='M24.5 21.2v3.6l2.5 1.5'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.journey-treatment__box p:last-child span::before {
    content: "";
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23f51467' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16.5' cy='17.5' r='12.5'/%3E%3Ccircle cx='16.5' cy='17.5' r='7.2'/%3E%3Ccircle cx='16.5' cy='17.5' r='2.2' fill='%23f51467'/%3E%3Cpath d='M8.5 9.5l8 8M8.5 9.5h6M8.5 9.5v6'/%3E%3Cpath d='M24.5 7.5l3-3M26.5 11.5l4.5-1.5M22 5.5l1-4'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.journey-process {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.journey-process li {
    min-height: clamp(54px, 4.35vw, 64px);
    margin-bottom: 10px;
    padding: 9px clamp(22px, 2.35vw, 34px);
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(255, 104, 172, 0.18), 0 0 24px rgba(255, 229, 246, 0.92);
    color: var(--journey-text) !important;
    font-size: clamp(18px, 1.75vw, 26px);
    font-weight: 500;
    line-height: 1.22;
}

.journey-process strong {
    color: var(--journey-primary) !important;
    font-style: italic;
    font-weight: 900;
    flex: 0 0 auto;
}

.journey-process strong::after {
    content: "|";
    margin-left: 9px;
    color: var(--journey-text);
    font-style: normal;
    font-weight: 500;
    opacity: 0.8;
}

.journey-process span {
    max-width: 92%;
}

@media (max-width: 767px) {
    .journey-treatment {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}
