/* Job-search polish — keeps existing template structure intact */
.header-name-sub {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #00A3E1;
    margin-top: 4px;
}
.hero-role-title {
    font-size: clamp(1.1rem, 2.5vw, 1.45rem) !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    margin: -8px auto 14px !important;
    line-height: 1.35 !important;
}
.badge-available--open {
    background: rgba(46, 204, 113, 0.18);
    border-color: rgba(46, 204, 113, 0.65);
}
.banner-section .banner-content h1.hero-name {
    text-transform: none;
    letter-spacing: 0.02em;
    font-size: clamp(2rem, 4.5vw, 2.85rem);
}
.about-intro-human p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.9);
}
.experience .content h5 .exp-location {
    display: block;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.85;
    margin-top: 2px;
}

/* —— About Me enhancements —— */
.about-subtitle {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #00A3E1;
    margin: 28px 0 14px;
}
.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 28px;
}
.about-stat-card {
    text-align: center;
    padding: 18px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 24px rgba(0, 163, 225, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease;
}
.about-stat-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 163, 225, 0.35);
}
.about-stat-card--highlight {
    border-color: rgba(46, 204, 113, 0.45);
    background: rgba(46, 204, 113, 0.06);
}
.about-stat-card--highlight .about-stat-num {
    color: #2ecc71;
}
.about-stat-num {
    display: block;
    font-size: 1.65rem;
    font-weight: 800;
    color: #00A3E1;
    line-height: 1.1;
    margin-bottom: 4px;
}
.about-stat-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.35;
}
.about-domains-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.about-domain-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    background: rgba(0, 163, 225, 0.08);
    border: 1px solid rgba(0, 163, 225, 0.22);
    color: rgba(255, 255, 255, 0.92);
}
.about-domain-pill i {
    color: #00A3E1;
    font-size: 16px;
}
.about-work-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-work-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}
.about-work-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #00A3E1;
    font-weight: 700;
}
.about-sidebar-card {
    border-radius: 10px;
    padding: 4px 0;
}
.about-status-open {
    color: #2ecc71 !important;
    font-weight: 600;
}
.about-education-mini p {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
}
.about-edu-meta {
    opacity: 0.75;
    font-size: 13px !important;
    margin-bottom: 0 !important;
}
.about-skill-groups {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.about-skill-group-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #00A3E1;
    margin-bottom: 8px;
}
.about-skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.about-skill-tags span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
}
.about-career-timeline {
    position: relative;
    padding-left: 24px;
    border-left: 2px solid rgba(0, 163, 225, 0.35);
    margin-bottom: 16px;
}
.about-career-step {
    position: relative;
    padding-bottom: 22px;
}
.about-career-step:last-child {
    padding-bottom: 0;
}
.about-career-dot {
    position: absolute;
    left: -30px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00A3E1;
    box-shadow: 0 0 12px rgba(0, 163, 225, 0.5);
}
.about-career-content h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #fff;
}
.about-career-role {
    font-size: 13px;
    color: #00A3E1;
    margin-bottom: 2px;
}
.about-career-dates {
    font-size: 12px;
    opacity: 0.7;
    margin-bottom: 6px;
}
.about-career-desc {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.85);
}
.about-career-more {
    font-size: 14px;
    opacity: 0.85;
}
.about-looking-block {
    border-radius: 12px;
    padding: 28px 30px;
    background: linear-gradient(135deg, rgba(0, 163, 225, 0.12), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(0, 163, 225, 0.25);
    box-shadow: 0 0 40px rgba(0, 163, 225, 0.12);
}
.about-looking-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.about-looking-text {
    flex: 1 1 280px;
    max-width: 640px;
}
.about-looking-text h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
.about-looking-text p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 12px;
}
.about-looking-roles {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}
.about-looking-roles li {
    font-size: 14px;
    font-weight: 600;
    padding-left: 18px;
    position: relative;
}
.about-looking-roles li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #2ecc71;
    font-size: 12px;
}
.about-looking-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}
.about-looking-actions .btn-main {
    margin: 0;
    white-space: nowrap;
}
.about-strength-card {
    height: 100%;
    border-radius: 10px;
    padding: 24px 20px !important;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.about-strength-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 163, 225, 0.15);
    border-color: rgba(0, 163, 225, 0.2);
}
@media (max-width: 991px) {
    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .about-looking-actions {
        flex-direction: row;
        width: 100%;
    }
    .about-looking-actions .btn-main {
        flex: 1;
        text-align: center;
    }
}
