.professional-profile-page {
    max-width: 1080px;
}

.profile-shell,
.profile-section,
.manage-card,
.private-profile-state {
    background: #fff;
    border: 1px solid #dbe4ee;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(31, 45, 61, 0.06);
}

.profile-shell,
.profile-section,
.manage-card,
.private-profile-state {
    padding: 1.5rem;
}

.profile-avatar {
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    border: 1px solid #d7e0ea;
    background: #f4f7fa;
}

.profile-avatar--small {
    width: 72px;
    height: 72px;
    border-radius: 18px;
}

.profile-avatar--placeholder {
    display: grid;
    place-items: center;
    color: #fff;
}

.profile-avatar--placeholder .material-symbols-outlined {
    font-size: 3rem;
}

.profile-name {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.profile-headline {
    color: #274c77;
    font-weight: 600;
    font-size: 1.05rem;
}

.profile-meta {
    color: #4e647d;
}

.profile-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: #eef5fb;
    color: #20456e;
    font-size: 0.92rem;
}

.profile-summary {
    max-width: 72ch;
    color: #3d5268;
    line-height: 1.7;
}

.section-heading h2 {
    font-weight: 700;
}

.profile-empty-state {
    padding: 1rem 1.1rem;
    border-radius: 16px;
    background: #f6f9fc;
    color: #617487;
}

.credential-grid,
.certification-grid,
.industry-core-grid {
    display: grid;
    gap: 1rem;
}

.credential-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.certification-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.industry-core-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.credential-card,
.employment-card,
.certification-card,
.industry-core-tile,
.industry-core-panel,
.manage-row {
    border: 1px solid #d8e3ed;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.credential-card,
.employment-card,
.certification-card,
.industry-core-tile,
.industry-core-panel,
.manage-row {
    padding: 1rem;
}

.credential-card__title,
.certification-card__title,
.employment-card__title,
.industry-core-tile__title,
.industry-core-row__title {
    font-weight: 700;
    color: #14263b;
}

.credential-card__meta,
.employment-card__meta,
.certification-card__issuer,
.industry-core-row__meta,
.industry-core-panel__summary,
.industry-core-tile__summary {
    color: #66798d;
    font-size: 0.95rem;
}

.credential-card__status,
.certification-card__status,
.employment-card__dates {
    margin-top: 0.65rem;
    color: #2f5d8a;
    font-size: 0.9rem;
    font-weight: 600;
}

.employment-stack,
.industry-core-panels,
.manage-list {
    display: grid;
    gap: 1rem;
}

.employment-card__description {
    margin-top: 0.85rem;
    color: #455b71;
}

.certification-card,
.industry-core-row,
.industry-core-tile {
    display: flex;
    gap: 0.95rem;
    align-items: center;
}

.certification-card__badge,
.industry-core-tile__badge,
.industry-core-row__badge,
.industry-core-panel__badge {
    flex: 0 0 auto;
}

.certification-card__body,
.industry-core-tile__body {
    min-width: 0;
}

.badge-image,
.badge-placeholder {
    width: 54px;
    height: 54px;
    border-radius: 14px;
}

.badge-image {
    object-fit: contain;
    border: 1px solid #d6e0ea;
    background: #fff;
}

.badge-placeholder {
    display: grid;
    place-items: center;
    background: #f4f7fb;
    border: 1px dashed #c7d4e2;
    color: #5f7490;
}

.badge-placeholder--small {
    width: 40px;
    height: 40px;
    border-radius: 12px;
}

.badge-placeholder--hex {
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
}

.industry-core-progress {
    margin-top: 0.7rem;
    width: 100%;
    height: 10px;
    border-radius: 999px;
    background: #e8eef5;
    overflow: hidden;
}

.industry-core-progress span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #4e98d9 0%, #1a5e98 100%);
}

.industry-core-panel__list {
    display: grid;
    gap: 0.75rem;
}

.industry-core-row {
    border: 1px solid #e1e9f0;
    border-radius: 14px;
    padding: 0.85rem 1rem;
    background: #fff;
}

.industry-core-row__status {
    flex: 0 0 auto;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 700;
}

.industry-core-row__status--completed {
    background: #e4f7eb;
    color: #1f6e39;
}

.industry-core-row__status--in-progress {
    background: #e8f2ff;
    color: #215f93;
}

.industry-core-row__status--not-started {
    background: #f3f5f8;
    color: #5d7286;
}

.profile-manage-page {
    max-width: 1080px;
}

.manage-card--form {
    max-width: 760px;
}

.manage-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.private-profile-state {
    max-width: 720px;
}

@media (max-width: 767.98px) {
    .profile-shell,
    .profile-section,
    .manage-card,
    .private-profile-state {
        padding: 1.15rem;
        border-radius: 16px;
    }

    .profile-avatar {
        width: 104px;
        height: 104px;
    }

    .industry-core-row,
    .manage-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

.industry-core-tile__link {
    display: flex;
    gap: 0.9rem;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.industry-core-tile__link:hover {
    color: inherit;
}

