.ysdi-cg-wrapper { font-family: 'Poppins', sans-serif; max-width: 800px; margin: 0 auto; padding: 20px; }
.ysdi-cg-form { background: #fff; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); text-align: center; }
.ysdi-cg-form h2 { color: #2d3436; margin-bottom: 10px; }
.ysdi-cg-form p { color: #636e72; margin-bottom: 20px; }
.ysdi-form-row { display: flex; gap: 15px; margin-bottom: 15px; }
.ysdi-form-row select { width: 100%; padding: 12px; border-radius: 8px; border: 1px solid #dfe6e9; font-size: 16px; }
#ysdi-generate-btn { background: #0984e3; color: #fff; border: none; width: 100%; padding: 15px; border-radius: 8px; font-weight: bold; font-size: 16px; cursor: pointer; transition: 0.3s; }
#ysdi-generate-btn:hover { background: #074b8f; }

/* Modal */
.ysdi-modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); justify-content: center; align-items: center; }
.ysdi-modal-content { background: #fff; padding: 30px; border-radius: 12px; width: 90%; max-width: 400px; text-align: center; position: relative; }
.ysdi-close { position: absolute; top: 10px; right: 15px; font-size: 24px; cursor: pointer; color: #b2bec3; }
.ysdi-modal-content input { width: 100%; padding: 12px; margin: 8px 0; border: 1px solid #dfe6e9; border-radius: 8px; box-sizing: border-box; }
#ysdi-submit-lead { background: #00b894; color: #fff; border: none; padding: 12px; width: 100%; border-radius: 8px; font-weight: bold; cursor: pointer; }

/* Roadmap */
.ysdi-roadmap { margin-top: 30px; }
.ysdi-effort-meter { background: #fff; padding: 20px; border-radius: 10px; margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.ysdi-effort-bar { width: 50%; height: 12px; background: #dfe6e9; border-radius: 6px; overflow: hidden; margin-left: 15px; }
.ysdi-effort-fill { height: 100%; background: linear-gradient(90deg, #00b894, #d63031); }

.ysdi-step { display: flex; gap: 15px; margin-bottom: 20px; position: relative; }
.ysdi-step-icon { width: 40px; height: 40px; background: #0984e3; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; flex-shrink: 0; z-index: 1; }
.ysdi-step::before { content: ''; position: absolute; left: 20px; top: 40px; bottom: -20px; width: 2px; background: #dfe6e9; }
.ysdi-step:last-child::before { display: none; }
.ysdi-step-content { background: #fff; padding: 15px; border-radius: 10px; flex-grow: 1; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.ysdi-step-header { display: flex; justify-content: space-between; align-items: center; }
.ysdi-step-title { font-weight: bold; color: #2d3436; margin: 0; font-size: 16px; }
.ysdi-badge { font-size: 11px; padding: 3px 8px; border-radius: 12px; font-weight: bold; color: #fff; text-transform: capitalize; }
.ysdi-badge.extreme { background: #d63031; } .ysdi-badge.high { background: #fdcb6e; color: #2d3436; } .ysdi-badge.medium { background: #74b9ff; } .ysdi-badge.low { background: #00b894; }
.ysdi-step-desc { color: #636e72; font-size: 14px; margin: 8px 0; }
.ysdi-course-link { display: inline-block; margin-top: 5px; background: #2d3436; color: #fff; text-decoration: none; padding: 6px 12px; border-radius: 6px; font-size: 13px; }
.ysdi-course-link:hover { background: #0984e3; }

/* Plan B */
.ysdi-plan-b { background: #fff5f5; border: 2px dashed #d63031; padding: 20px; border-radius: 10px; margin-top: 20px; display: none; }
.ysdi-plan-b h3 { color: #d63031; margin-top: 0; }
.ysdi-plan-btn { background: #d63031; color: #fff; border: none; padding: 8px 15px; border-radius: 6px; cursor: pointer; font-weight: bold; margin-top: 10px; }

/* Notice Board */
.ysdi-notice-board { margin-top: 30px; background: #fff; padding: 20px; border-radius: 12px; border-left: 5px solid #0984e3; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.ysdi-notice-board h3 { margin-top: 0; color: #2d3436; border-bottom: 1px solid #dfe6e9; padding-bottom: 10px; margin-bottom: 15px; }
.ysdi-notice-item { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #dfe6e9; }
.ysdi-notice-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.ysdi-notice-title { font-weight: bold; color: #0984e3; text-decoration: none; display: block; font-size: 16px; margin-bottom: 5px; }
.ysdi-notice-date { font-size: 12px; color: #b2bec3; font-weight: bold; }
.ysdi-notice-desc { font-size: 14px; color: #636e72; margin: 5px 0 0 0; }
.ysdi-notice-loader { text-align: center; color: #b2bec3; font-style: italic; padding: 20px 0; }

@media (max-width: 600px) { .ysdi-form-row { flex-direction: column; } }