/* /css/journey-page.css */

.journey-page {
    --cmd-teal: #188d8a;
    --cmd-teal-dark: #08706e;
    --cmd-orange: #f87d1f;
    --cmd-green: #77b726;
    --cmd-red: #ea4b29;
    --cmd-dark: #111827;
    --cmd-muted: #5f6b7a;
    --cmd-border: #e9edf2;
    --cmd-soft: #f4fbfb;

    background: #ffffff;
    color: var(--cmd-dark);
    overflow: hidden;
}

.journey-page h1,
.journey-page h2,
.journey-page h3 {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -0.035em;
    color: var(--cmd-dark);
}

.journey-page p {
    color: var(--cmd-muted);
    line-height: 1.75;
}

.journey-hero {
    position: relative;
    padding: 95px 0 135px;
}

.journey-eyebrow,
.journey-section-label {
    color: var(--cmd-teal);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 16px;
}

.journey-hero h1 {
    font-size: clamp(52px, 7vw, 92px);
    line-height: 0.96;
    max-width: 620px;
}

.journey-hero-text {
    max-width: 600px;
    font-size: 20px;
    margin-top: 28px;
}

.journey-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--cmd-teal);
    color: #ffffff;
    border-radius: 999px;
    padding: 14px 30px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 14px 35px rgba(24, 141, 138, 0.22);
    transition: 0.2s ease;
}

.journey-btn:hover {
    background: var(--cmd-teal-dark);
    color: #ffffff;
    transform: translateY(-1px);
}

.journey-link {
    color: var(--cmd-teal);
    text-decoration: none;
    font-weight: 700;
}

.journey-link:hover {
    color: var(--cmd-teal-dark);
}

.journey-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    color: var(--cmd-muted);
    font-size: 14px;
}

.journey-meta i {
    color: var(--cmd-green);
    margin-right: 4px;
}

.journey-visual {
    position: relative;
    min-height: 430px;
}

.journey-path {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.journey-dot {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: 2;
}

.journey-dot-small {
    width: 15px;
    height: 15px;
}

.journey-dot-teal {
    background: var(--cmd-teal);
}

.journey-dot-orange {
    background: var(--cmd-orange);
}

.journey-dot-green {
    background: var(--cmd-green);
}

.journey-dot-red {
    background: var(--cmd-red);
}

.journey-circle {
    position: absolute;
    right: 70px;
    top: 78px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 25%, rgba(248, 125, 31, 0.14), transparent 35%),
        linear-gradient(145deg, #f7fbfb, #ffffff);
    border: 1px solid var(--cmd-border);
    box-shadow: 0 28px 80px rgba(17, 24, 39, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.journey-circle-inner {
    width: 68%;
    text-align: center;
}

.journey-circle-label {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--cmd-teal);
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 18px;
}

.journey-circle h3 {
    font-size: 36px;
    margin-bottom: 12px;
}

.journey-floating-card {
    position: absolute;
    right: 20px;
    bottom: 40px;
    background: #ffffff;
    border: 1px solid var(--cmd-border);
    border-radius: 20px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 20px 60px rgba(17, 24, 39, 0.08);
}

.journey-floating-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e9f7f6;
    color: var(--cmd-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.journey-floating-card strong {
    display: block;
    color: var(--cmd-dark);
}

.journey-floating-card span {
    display: block;
    color: var(--cmd-muted);
    font-size: 14px;
}

.journey-section {
    padding: 115px 0;
}

.journey-section-divider {
    border-top: 1px solid var(--cmd-border);
}

.journey-large-text {
    font-size: 22px;
    color: var(--cmd-dark) !important;
}

.journey-soft-card,
.journey-quote-card,
.journey-step-card {
    border: 1px solid var(--cmd-border);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(17, 24, 39, 0.045);
}

.journey-soft-card {
    padding: 48px;
    background: linear-gradient(145deg, #f2fbfb, #ffffff);
}

.journey-icon-light {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #e9f7f6;
    color: var(--cmd-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 30px;
}

.journey-quote-card {
    padding: 58px;
}

.journey-quote-mark {
    color: var(--cmd-teal);
    font-size: 64px;
    line-height: 0.7;
    margin-bottom: 18px;
}

.journey-quote-card h3 {
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.05;
    max-width: 760px;
}

.journey-line-dots,
.journey-cta-dots {
    display: flex;
    align-items: center;
    gap: 12px;
}

.journey-line-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    flex: 0 0 auto;
}

.journey-line-dot.teal {
    background: var(--cmd-teal);
}

.journey-line-dot.orange {
    background: var(--cmd-orange);
}

.journey-line-dot.green {
    background: var(--cmd-green);
}

.journey-line-dot.red {
    background: var(--cmd-red);
}

.journey-line {
    height: 1px;
    width: 72px;
    background: #cbd5df;
    border-top: 1px dashed #94a3b8;
}

.journey-heading-center {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.journey-step-card {
    position: relative;
    height: 100%;
    padding: 40px;
    overflow: hidden;
}

.journey-step-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 34px;
}

.journey-bg-teal {
    background: var(--cmd-teal);
}

.journey-bg-green {
    background: var(--cmd-green);
}

.journey-bg-red {
    background: var(--cmd-red);
}

.journey-step-number {
    position: absolute;
    right: 32px;
    top: 30px;
    color: #d4dce5;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}

.journey-step-card h3 {
    font-size: 30px;
}

.journey-gain-list {
    display: grid;
    gap: 18px;
}

.journey-gain-item {
    display: flex;
    gap: 20px;
    padding: 28px;
    border: 1px solid var(--cmd-border);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 45px rgba(17, 24, 39, 0.035);
}

.journey-gain-item span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--cmd-green);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.journey-gain-item h4 {
    font-size: 19px;
    margin-bottom: 6px;
}

.journey-gain-item p {
    margin-bottom: 0;
}

.journey-cta {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 62px;
    background: linear-gradient(110deg, #effafa, #ffffff 48%, #fff4ec);
    border: 1px solid var(--cmd-border);
}

.journey-cta h2 {
    font-size: clamp(38px, 5vw, 62px);
}

.journey-cta-meta {
    color: var(--cmd-muted);
    font-size: 14px;
}

.journey-cta-meta span {
    margin: 0 10px;
    color: #c1c9d2;
}

.journey-cta-dots {
    margin-top: 45px;
    opacity: 0.9;
}

@media (max-width: 991.98px) {
    .journey-hero {
        padding: 70px 0 100px;
    }

    .journey-section {
        padding: 85px 0;
    }

    .journey-visual {
        min-height: 390px;
        margin-top: 25px;
    }

    .journey-circle {
        position: relative;
        right: auto;
        top: auto;
        margin: 0 auto;
        width: 300px;
        height: 300px;
    }

    .journey-floating-card {
        right: 50%;
        transform: translateX(50%);
        bottom: 5px;
        width: max-content;
        max-width: calc(100% - 32px);
    }

    .journey-soft-card,
    .journey-quote-card,
    .journey-step-card {
        padding: 36px;
    }

    .journey-cta {
        padding: 44px;
    }
}

@media (max-width: 575.98px) {
    .journey-hero {
        padding: 50px 0 75px;
    }

    .journey-hero h1 {
        font-size: 48px;
    }

    .journey-hero-text,
    .journey-large-text {
        font-size: 18px;
    }

    .journey-section {
        padding: 68px 0;
    }

    .journey-circle {
        width: 255px;
        height: 255px;
    }

    .journey-circle h3 {
        font-size: 30px;
    }

    .journey-floating-card {
        padding: 15px 17px;
    }

    .journey-soft-card,
    .journey-quote-card,
    .journey-step-card,
    .journey-gain-item,
    .journey-cta {
        padding: 28px;
    }

    .journey-gain-item {
        flex-direction: column;
    }

    .journey-line {
        width: 38px;
    }

    .journey-cta {
        text-align: center;
    }

    .journey-cta-dots {
        justify-content: center;
    }
}
