.journey-treatment {
    width: min(100%, 1060px);
    margin: clamp(18px, 2.6vw, 34px) auto clamp(34px, 4.8vw, 60px);
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: clamp(28px, 4vw, 54px);
    align-items: start;
    position: relative;
    z-index: 1;
}

.journey-treatment .journey-section-title {
    font-size: 34px;
    line-height: 1.04;
}

.journey-treatment__desc {
    margin: 8px 0 16px;
    color: var(--journey-text) !important;
    font-size: clamp(16px, 1.35vw, 21px);
    font-weight: 500;
    line-height: 1.32;
    text-align: center;
}

.journey-treatment__box {
    min-height: 210px;
    padding: clamp(18px, 2vw, 28px) clamp(22px, 2.5vw, 36px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 26px 58px rgba(6, 74, 167, 0.09), 0 20px 42px rgba(9, 58, 116, 0.05);
    text-align: center;
}

.journey-treatment__box p {
    margin: 0 0 18px;
    color: var(--journey-text) !important;
    font-size: clamp(16px, 1.35vw, 20px);
    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: 7px;
    margin: 0 auto 6px;
    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: 28px;
    height: 28px;
    flex: 0 0 28px;
    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='%23064aa7' 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: 28px;
    height: 28px;
    flex: 0 0 28px;
    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='%23064aa7' 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='%23064aa7'/%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: 12px 0 0;
    padding: 0;
    list-style: none;
}

.journey-process li {
    min-height: clamp(44px, 3.5vw, 54px);
    margin-bottom: 8px;
    padding: 8px clamp(16px, 1.8vw, 26px);
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(6, 74, 167, 0.12), 0 0 24px rgba(234, 245, 255, 0.92);
    color: var(--journey-text) !important;
    font-size: clamp(16px, 1.3vw, 21px);
    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: 22px;
    }

    .journey-treatment .journey-section-title {
        font-size: 25px;
    }
}
