.journey-childhood {
    background: linear-gradient(135deg, #f2f3f5 0%, #e4e6eb 50%, #f8f9fa 100%) !important;
    border: 1px solid rgba(120, 120, 120, 0.2) !important;
    backdrop-filter: blur(10px);
    border-radius: 18px;
}

.journey-childhood .journey-vintage-frame {
    background: linear-gradient(135deg, #9ea3a8, #c4c7cc) !important;
    box-shadow:
        0 12px 30px rgba(100, 100, 100, 0.25),
        0 0 40px rgba(160, 160, 160, 0.15);
    border-radius: 14px;
}

.journey-childhood .journey-phase-title {
    color: #6c757d !important;
    text-shadow: 0 4px 15px rgba(108, 117, 125, 0.25) !important;
    letter-spacing: 1px;
}

.journey-childhood .flourish-center {
    color: #8a8f95 !important;
}
.journey-growth {
    background: linear-gradient(135deg, #e6f4f1 0%, #d4ebe6 50%, #f0faf8 100%) !important;
    border: 1px solid rgba(32, 178, 170, 0.25) !important;
    backdrop-filter: blur(10px);
    border-radius: 18px;
}

.journey-growth .journey-vintage-frame {
    background: linear-gradient(135deg, #2e8b57, #20b2aa) !important;
    box-shadow:
        0 12px 30px rgba(32, 178, 170, 0.3),
        0 0 45px rgba(46, 139, 87, 0.25);
    border-radius: 14px;
}

.journey-growth .journey-phase-title {
    color: #1f7a6c !important;
    text-shadow: 0 4px 18px rgba(32, 178, 170, 0.35) !important;
    letter-spacing: 1px;
}

.journey-growth .flourish-center {
    color: #2e8b57 !important;
}
.journey-present {
    background: linear-gradient(135deg, #fff0ec 0%, #ffe4e1 50%, #fff6f4 100%) !important;
    border: 1px solid rgba(255, 182, 193, 0.35) !important;
    backdrop-filter: blur(10px);
    border-radius: 18px;
}

.journey-present .journey-vintage-frame {
    background: linear-gradient(135deg, #ffb7a5, #ff9aa2) !important;
    box-shadow:
        0 12px 30px rgba(255, 154, 162, 0.35),
        0 0 50px rgba(255, 183, 165, 0.25);
    border-radius: 14px;
}

.journey-present .journey-phase-title {
    color: #ff7f7f !important;
    text-shadow: 0 4px 20px rgba(255, 154, 162, 0.35) !important;
    letter-spacing: 1px;
}

.journey-present .flourish-center {
    color: #ff9aa2 !important;
}