.journey-treatment {
    margin: clamp(24px, 3vw, 46px) auto clamp(46px, 5vw, 74px);
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: clamp(36px, 5vw, 74px);
    align-items: start;
    position: relative;
    z-index: 1;
}

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

.journey-treatment__desc {
    max-width: 450px;
    margin: 12px auto 22px;
    color: var(--journey-text) !important;
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
}

.journey-treatment__box {
    min-height: 210px;
    padding: clamp(24px, 2.4vw, 34px) clamp(28px, 3vw, 44px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 0 rgba(255, 255, 255, 0.55), 0 22px 42px rgba(42, 157, 236, 0.11);
    text-align: center;
}

.journey-treatment__box p {
    margin: 0 0 20px;
    color: var(--journey-text) !important;
    font-size: clamp(18px, 1.5vw, 24px);
    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: 8px;
    margin: 0 auto 6px;
    color: #0977d6 !important;
    font-size: 1.02em;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.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='%231689e6' 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='%231689e6' 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='%231689e6'/%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 {
    --journey-process-gutter: clamp(40px, 3.8vw, 52px);
    --journey-process-dot: clamp(34px, 3.1vw, 42px);
    --journey-process-line-x: clamp(18px, 1.8vw, 23px);
    margin: 18px 0 0;
    padding: 0 0 0 var(--journey-process-gutter);
    position: relative;
    list-style: none;
}

.journey-process::before {
    content: "";
    position: absolute;
    top: calc(var(--journey-process-dot) / 2);
    bottom: calc(var(--journey-process-dot) / 2);
    left: var(--journey-process-line-x);
    width: 3px;
    border-radius: 999px;
    background: var(--journey-primary);
}

.journey-process li {
    min-height: clamp(48px, 3.8vw, 60px);
    margin-bottom: 8px;
    padding: 8px clamp(18px, 1.8vw, 28px);
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 12px;
    border: 1px solid rgba(22, 137, 230, 0.28);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 18px rgba(42, 157, 236, 0.10);
    color: var(--journey-text) !important;
    font-size: clamp(15px, 1.25vw, 19px);
    font-weight: 500;
    line-height: 1.22;
}

.journey-process strong {
    width: var(--journey-process-dot);
    height: var(--journey-process-dot);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: calc(var(--journey-process-line-x) - var(--journey-process-gutter) - (var(--journey-process-dot) / 2));
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--journey-primary);
    color: #fff !important;
    font-size: clamp(18px, 1.55vw, 23px);
    font-weight: 900;
    line-height: 1;
    text-indent: 0.08em;
    z-index: 1;
}

.journey-process strong::after {
    display: none;
}

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

@media (max-width: 767px) {
    .journey-treatment {
        width: auto;
        max-width: none;
        margin: 32px 0 40px;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .journey-treatment .journey-section-title {
        font-size: clamp(21px, 5vw, 25px);
    }

    .journey-treatment__desc {
        max-width: 300px;
        margin: 10px auto 18px;
        font-size: clamp(16px, 4vw, 19px);
        overflow-wrap: anywhere;
    }

    .journey-treatment__box {
        width: 100%;
        max-width: 100%;
        min-height: 0;
        padding: 26px 20px;
        border-radius: 22px;
    }

    .journey-treatment__box p {
        max-width: 300px;
        margin-inline: auto;
        font-size: clamp(16px, 4vw, 19px);
        overflow-wrap: anywhere;
    }

    .journey-process {
        width: 100%;
        max-width: 100%;
        margin-top: 16px;
        padding-left: 44px;
        padding-right: 10px;
    }

    .journey-process::before {
        top: 21px;
        bottom: 21px;
        left: 18px;
    }

    .journey-process li {
        min-height: 44px;
        margin-bottom: 8px;
        padding: 9px 12px 9px 20px;
        border-radius: 12px;
        font-size: clamp(14px, 3.4vw, 16px);
    }

    .journey-process span {
        display: block;
        max-width: 235px;
        overflow-wrap: anywhere;
    }

    .journey-process strong {
        width: 36px;
        height: 36px;
        left: -44px;
        font-size: 20px;
    }
}
