/* Styles moved from inline <style> blocks in future_self PHP files */
.progress-bar-container {
    margin: 24px auto 18px auto;
    max-width: 700px;
    position: relative;
}
.progress-bar {
    height: 10px;
    background: linear-gradient(90deg, #21f336 0%, #2196f3 100%);
    border-radius: 5px;
    transition: width 0.4s;
}
.progress-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
.progress-label {
    font-size: 0.95em;
    color: #888;
    font-weight: 500;
}
.progress-label.active {
    color: #2196f3;
    font-weight: bold;
}
.banner.success-banner {
    max-width: 700px;
    margin: 0 auto 18px auto;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 1.1em;
    text-align: center;
    background: #e8f5e9;
    color: #388e3c;
    border: 1px solid #a5d6a7;
}
.card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(33,150,243,0.08);
    padding: 32px 24px;
    margin: 0 auto 32px auto;
    max-width: 700px;
}
.review-container h3 {
    color: #2196f3;
    margin-bottom: 18px;
}
.category-container {
    background: #f1f8e9;
    margin-bottom: 16px;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(33,150,243,0.04);
}
.nav-buttons-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}
.nav-btn {
    padding: 12px 32px;
    font-size: 1.1em;
    border: none;
    border-radius: 6px;
    background: linear-gradient(90deg, #21f336 0%, #2196f3 100%);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(33,150,243,0.08);
    transition: background 0.2s, transform 0.2s;
}
.nav-btn-right {
    margin-left: auto;
}
.nav-btn:hover {
    background: linear-gradient(90deg, #2196f3 0%, #21f336 100%);
    transform: translateY(-2px) scale(1.04);
}
.icon {
    font-size: 1.2em;
    vertical-align: middle;
}
.stage-selected {
    font-size: 1.1em;
    margin-bottom: 18px;
    color: #2196f3;
    font-weight: bold;
}
.qa-list {
    list-style: none;
    padding-left: 0;
}
.qa-list li {
    margin-bottom: 14px;
    background: #f9f9f9;
    border-radius: 6px;
    padding: 10px 16px;
    box-shadow: 0 1px 4px rgba(33,150,243,0.04);
    display: flex;
    flex-direction: column;
}
.question-text {
    font-weight: 500;
    color: #333;
    margin-bottom: 4px;
}
.answer-text {
    color: #388e3c;
    font-size: 1.08em;
    margin-left: 8px;
}
.category-title {
    color: #2196f3;
    font-size: 1.15em;
    margin-bottom: 10px;
    margin-top: 18px;
    border-left: 4px solid #21f336;
    padding-left: 10px;
}
.futureself-hero {
    font-size: 1.2em;
    color: #2196f3;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: center;
} 

.futureself-intro {
    font-size: 1.05em;
    color: #333;
    margin-bottom: 18px;
    text-align: center;
}

/* --- Custom styles for Future Self page --- */
.enhanced-intro-card {
    display: flex;
    align-items: flex-start;
    background: #f8fafc;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    padding: 2rem 2.5rem;
    margin: 2rem auto 2.5rem auto;
    max-width: 900px;
    gap: 2rem;
}
.enhanced-intro-card .intro-icon {
    font-size: 3rem;
    margin-top: 0.5rem;
    color: #00b894;
    flex-shrink: 0;
}
.enhanced-intro-card .intro-content {
    flex: 1;
}
.enhanced-intro-card h2 {
    margin-top: 0;
    color: #00b894;
    font-weight: 700;
}
.enhanced-intro-card ul {
    margin: 0.5em 0 0.5em 1.5em;
    padding-left: 1em;
}
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2em 2em;
    margin: 0.5em 0 1em 0;
}
.checkbox-group label {
    font-weight: 400;
    min-width: 180px;
}
.checkbox-group input[type="text"] {
    margin-left: 1em;
    min-width: 180px;
}
.missing-answer { background: #ffeaea !important; border-left: 4px solid #e53935 !important; }
.review-category { background: #f8fafc; border-radius: 8px; margin-bottom: 18px; padding: 16px 18px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.review-list { list-style: none; padding: 0; }
.review-q { margin-bottom: 8px; }
.review-question { color: #004085; font-weight: 500; }
.review-answer { color: #2196f3; font-weight: 500; }
.missing-review { color: #e53935 !important; font-weight: bold; }
.review-warning { color: #e53935; font-weight: bold; margin-top: 18px; }