/* Section quảng bá "Tư Vấn Hướng Nghiệp AI" trên trang chủ */
.career-promo {
    width: 90%;
    max-width: 1100px;
    margin: 30px auto;
}
.career-promo-inner {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 24px;
    align-items: center;
    background: linear-gradient(135deg, #fffaf7 0%, #ffeede 100%);
    border: 1px solid #fbc1b0;
    border-radius: 28px;
    padding: 42px 46px;
    box-shadow: 0 16px 44px rgba(214, 125, 99, 0.18);
}
@media (max-width: 820px) {
    .career-promo-inner { grid-template-columns: 1fr; padding: 30px 24px; text-align: center; }
}

.career-promo-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c08a64;
    margin-bottom: 12px;
}
.career-promo-text h2 {
    font-family: 'Nunito', system-ui, sans-serif;
    font-size: 1.85rem;
    line-height: 1.25;
    font-weight: 800;
    color: #b05c45;
    margin: 0 0 12px;
    text-align: left;
}
.career-promo-text h2 .soft { color: #e59882; }
.career-promo-text > p {
    color: #8a7468;
    font-size: 1.02rem;
    line-height: 1.75;
    margin: 0 0 20px;
    max-width: 540px;
}
@media (max-width: 820px) {
    .career-promo-text > p { margin-left: auto; margin-right: auto; }
    .career-promo-text h2 { text-align: center; }
}

/* Chip 6 công cụ */
.career-promo-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}
@media (max-width: 820px) { .career-promo-tools { justify-content: center; } }
.career-promo-tools span {
    font-size: 0.82rem;
    font-weight: 700;
    color: #6b5650;
    background: #fff;
    border: 1px solid #ffe0d2;
    padding: 6px 13px;
    border-radius: 999px;
}
.career-promo-tools span:nth-child(1) { background: #ffd6e6; border-color: #ffc4da; }
.career-promo-tools span:nth-child(2) { background: #ffe9b3; border-color: #ffdf94; }
.career-promo-tools span:nth-child(3) { background: #b8e0c8; border-color: #9fd3b3; }
.career-promo-tools span:nth-child(4) { background: #e3d4f0; border-color: #d5bfe8; }
.career-promo-tools span:nth-child(5) { background: #cfe7f5; border-color: #b6d9ee; }
.career-promo-tools span:nth-child(6) { background: #fad0c4; border-color: #fbc1b0; }

.career-promo-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
@media (max-width: 820px) { .career-promo-actions { justify-content: center; } }

/* Nút pill peach signature (chữ nâu) */
.career-promo-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fad0c4 0%, #fbc1b0 100%);
    color: #5c4b47;
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 800;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(250, 208, 196, 0.6);
    transition: transform 0.25s, box-shadow 0.25s;
}
.career-promo-cta:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 22px rgba(250, 208, 196, 0.8);
    color: #5c4b47;
}
.career-promo-cta svg { width: 16px; height: 16px; }
.career-promo-note {
    font-size: 0.9rem;
    color: #8a7468;
}
.career-promo-note strong { color: #1e6b42; }

/* Minh hoạ */
.career-promo-art {
    display: flex;
    align-items: center;
    justify-content: center;
}
.career-promo-art img {
    width: 100%;
    max-width: 340px;
    height: auto;
}
@media (max-width: 820px) {
    .career-promo-art { order: -1; }
    .career-promo-art img { max-width: 260px; }
}
