/**
 * Our Journey Section Styles
 */

.our-journey-section {
    width: 100%;
    padding: 80px 112px;
    background: var(--color-white-solid, white);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.our-journey-container {
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

/* Left Content */
.journey-content-left {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

/* Journey Header */
.journey-header {
    align-self: stretch;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.journey-header .dot {
    width: 8px;
    height: 8px;
    background: var(--color-orange-50, #FF9800);
    border-radius: 9999px;
}

.journey-header .title-wrapper {
    padding-left: 8px;
    display: inline-flex;
    flex-direction: column;
}

.journey-header .section-subtitle {
    color: var(--color-orange-44, #D97706);
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.80px;
}

.journey-header .dot-end {
    width: 16px;
    height: 8px;
    padding-left: 8px;
    display: inline-flex;
    flex-direction: column;
}

.journey-header .dot-end .dot {
    width: 8px;
    height: 8px;
}

/* Journey Title */
.journey-title {
    align-self: stretch;
    display: flex;
    flex-direction: column;
}

.journey-title h2 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

.journey-title .title-blue {
    color: #152FBF;
    font-size: 48px;
    font-family: Inter, sans-serif;
    font-weight: 900;
    line-height: 48px;
    display: inline;
}

.journey-title .title-yellow {
    color: var(--color-yellow-53, #FFCD11);
    font-size: 48px;
    font-family: Inter, sans-serif;
    font-weight: 900;
    line-height: 48px;
    display: inline;
}

/* Journey Paragraphs */
.journey-paragraph {
    align-self: stretch;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
}

.journey-paragraph p {
    align-self: stretch;
    color: var(--color-azure-27, #374151);
    font-size: 18px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 29.25px;
    margin: 0;
}

/* Journey CTA Button */
.journey-cta {
    height: 44px;
    padding: 16px 32px;
    background: var(--yellow-flag, #F2CE16);
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

.journey-cta a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}

.journey-cta .btn-text {
    color: var(--color-blue-40, #1E40AF);
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.journey-cta .btn-icon {
    width: 24px;
    height: 16px;
    padding-left: 8px;
    display: inline-flex;
    flex-direction: column;
}

.journey-cta .btn-icon .icon-wrapper {
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.journey-cta .btn-icon .icon-inner {
    width: 16px;
    flex: 1;
    position: relative;
}

.journey-cta .btn-icon .arrow {
    width: 4.67px;
    height: 9.33px;
    left: 8px;
    top: 3.33px;
    position: absolute;
    border-right: 1.33px solid var(--color-blue-40, #1E40AF);
    border-top: 1.33px solid var(--color-blue-40, #1E40AF);
    transform: rotate(45deg);
}

/* Right Content */
.journey-content-right {
    flex: 1 1 0;
    position: relative;
    display: inline-flex;
    flex-direction: column;
}

.journey-visuals {
    align-self: stretch;
    min-height: 344px;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}

.journey-image-col {
    flex: 1 1 0;
    align-self: stretch;
    display: inline-flex;
    flex-direction: column;
    gap: 16px;
}

.journey-image {
    width: 100%;
    height: 192px;
    max-width: 280px;
    position: relative;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    overflow: hidden;
}

.journey-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.journey-stat-box {
    align-self: stretch;
    padding: 24px;
    background: linear-gradient(172deg, var(--color-grey-96, #F3F4F6) 0%, var(--color-grey-96, #F3F4F6) 100%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.journey-stat-content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
}

.journey-stat-year {
    align-self: stretch;
    text-align: center;
    color: var(--color-yellow-53, #FFCD11);
    font-size: 30px;
    font-family: Inter, sans-serif;
    font-weight: 900;
    line-height: 36px;
}

.journey-stat-label {
    align-self: stretch;
    text-align: center;
    color: var(--color-azure-27, #374151);
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 20px;
}

.journey-stat-col {
    flex: 1 1 0;
    align-self: stretch;
    padding-top: 32px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.journey-stat-inner {
    align-self: stretch;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.journey-stat-orange {
    color: var(--color-orange-50, #FF9800);
}

.journey-decoration {
    position: absolute;
}

.journey-decoration-yellow {
    width: 96px;
    height: 96px;
    right: 0;
    top: -16px;
    opacity: 0.20;
    background: var(--color-yellow-53, #FFCD11);
    border-radius: 9999px;
}

.journey-decoration-orange {
    width: 64px;
    height: 64px;
    left: -16px;
    top: 296px;
    opacity: 0.20;
    background: var(--color-orange-50, #FF9800);
    border-radius: 9999px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .our-journey-section {
        padding: 60px 40px;
    }
    
    .our-journey-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .journey-content-left,
    .journey-content-right {
        width: 100%;
    }
    
    .journey-title h2 {
        font-size: 36px;
        line-height: 40px;
    }
    
    .journey-title .title-blue,
    .journey-title .title-yellow {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .our-journey-section {
        padding: 40px 20px;
    }
    
    .journey-visuals {
        flex-direction: column;
    }
    
    .journey-image-col,
    .journey-stat-col {
        width: 100%;
        align-items: center;
    }
    
    .journey-image {
        max-width: 100%;
    }
    
    .journey-title .title-blue,
    .journey-title .title-yellow {
        font-size: 28px;
        line-height: 32px;
    }
    
    .journey-paragraph p {
        font-size: 16px;
        line-height: 24px;
    }
}
