/**
 * Açık profil sayfaları (aday + şirket) — pn-modern :root değişkenleriyle uyumlu.
 */

/* ========= PROFILE V2 (aday genel profil) ========= */
.profile-v2 {
    --p-card: var(--pn-white-card);
    --p-text: var(--pn-text);
    --p-muted: var(--pn-text-muted);
    --p-line: rgba(148, 163, 184, 0.35);
    --p-primary: var(--pn-accent-2);
    --p-radius: 16px;
    background: transparent;
}

.profile-v2 .container {
    padding-top: 18px;
    padding-bottom: 30px;
}

/* HERO */
.profile-v2 .p-hero {
    background: var(--p-card);
    border: 1px solid var(--p-line);
    border-radius: var(--p-radius);
    overflow: hidden;
    box-shadow: var(--pn-soft-shadow);
    backdrop-filter: blur(12px);
}

.profile-v2 .p-hero--applicant {
    border-radius: calc(var(--p-radius) + 4px);
    box-shadow: var(--pn-shadow);
}

.profile-v2 .p-hero__surface {
    position: relative;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.72) 0%,
        rgba(255, 255, 255, 0.96) 28%,
        #fff 100%
    );
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.profile-v2 .p-hero__identity {
    display: flex;
    gap: 18px;
    align-items: flex-end;
    padding: 0 20px 18px;
    margin-top: -40px;
    position: relative;
    z-index: 3;
}

.profile-v2 .p-hero__text {
    min-width: 0;
    flex: 1;
    padding-bottom: 2px;
}

.profile-v2 .p-cover {
    position: relative;
    height: 220px;
    background: var(--pn-ink);
}

.profile-v2 .p-cover--empty {
    background: linear-gradient(
        125deg,
        #0f172a 0%,
        #1e3a8a 38%,
        var(--pn-accent-2) 72%,
        var(--pn-accent-3) 100%
    );
}

.profile-v2 .p-cover--empty .p-cover-overlay {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(15, 23, 42, 0.45) 100%
    );
}

.profile-v2 .p-cover-placeholder {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
}

.profile-v2 .p-cover-placeholder .material-symbols-outlined {
    font-size: 72px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.22);
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.2));
}

.profile-v2 .p-cover img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.profile-v2 .p-cover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.12),
        rgba(15, 23, 42, 0.62)
    );
}

/* Şirket profili vb. */
.profile-v2 .p-header {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    padding: 0 18px 16px 18px;
    margin-top: -28px;
}

.profile-v2 .p-avatar {
    width: 108px;
    height: 108px;
    border-radius: 18px;
    overflow: hidden;
    border: 4px solid var(--pn-bg);
    box-shadow: var(--pn-shadow);
    background: var(--pn-bg);
    flex: 0 0 auto;
}

.profile-v2 .p-hero--applicant .p-avatar {
    width: 116px;
    height: 116px;
    border-radius: 22px;
    border: 4px solid rgba(255, 255, 255, 0.96);
    box-shadow:
        0 18px 44px rgba(15, 23, 42, 0.18),
        0 0 0 1px rgba(148, 163, 184, 0.2);
}

.profile-v2 .p-hero--applicant .p-name {
    font-size: clamp(1.2rem, 2.8vw, 1.55rem);
    letter-spacing: -0.03em;
    line-height: 1.25;
}

.profile-v2 .p-avatar a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.profile-v2 .p-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.profile-v2 .p-title {
    min-width: 0;
    padding-bottom: 6px;
}

.profile-v2 .p-name {
    margin: 0;
    font-size: 22px;
    font-weight: 900;
    color: var(--pn-ink);
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: baseline;
}

.profile-v2 .p-badge {
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, var(--pn-accent-2) 0%, var(--pn-accent) 100%);
    padding: 6px 10px;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.22);
}

.profile-v2 .p-meta {
    margin-top: 10px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    color: var(--pn-text-muted);
}

.profile-v2 .p-meta span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
}

.profile-v2 .p-hero--applicant .p-meta span:not(.p-ready) {
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.28);
    color: var(--pn-text);
}

.profile-v2 .p-hero--applicant .p-meta span:not(.p-ready) i {
    color: var(--pn-accent-2);
    opacity: 0.9;
}

.profile-v2 .p-ready {
    background: rgba(16, 185, 129, 0.14);
    color: #047857;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(16, 185, 129, 0.28);
}

.profile-v2 .p-hero--applicant .p-ready {
    padding: 7px 12px;
}

/* ACTIONS — pn-modern pill/gradient ile çakışmayı önlemek için kapsamlı ince ayar */
.profile-v2 .p-actions {
    padding: 12px 18px 18px 18px;
    border-top: 1px solid var(--p-line);
    background: rgba(255, 255, 255, 0.55);
}

.profile-v2 .p-hero--applicant .p-actions {
    margin: 0;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
    background: linear-gradient(
        180deg,
        rgba(241, 245, 249, 0.65) 0%,
        rgba(255, 255, 255, 0.92) 100%
    );
}

.profile-v2 .p-actions-inner {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.profile-v2 .p-actions .p-btn,
.profile-v2 .p-actions-inner .p-btn {
    border-radius: 12px !important;
    padding: 10px 14px !important;
    min-height: 0 !important;
    font-weight: 800 !important;
    letter-spacing: 0.2px;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid var(--p-line) !important;
    color: var(--pn-ink) !important;
    box-shadow: none !important;
}

.profile-v2 .p-actions .p-btn:hover,
.profile-v2 .p-actions-inner .p-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(14, 165, 233, 0.35) !important;
}

.profile-v2 .p-actions .p-btn-primary,
.profile-v2 .p-actions-inner .p-btn-primary {
    background: linear-gradient(135deg, var(--pn-accent-2) 0%, var(--pn-accent-3) 100%) !important;
    border-color: transparent !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.22) !important;
}

.profile-v2 .p-btn-lock {
    border: 1px dashed rgba(37, 99, 235, 0.45) !important;
}

.profile-v2 .p-hint {
    color: var(--p-muted);
    font-weight: 700;
    font-size: 12px;
}

/* ALERT */
.profile-v2 .p-alert {
    padding: 10px 12px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 13px;
    border: 1px solid;
}

.profile-v2 .p-alert-danger {
    background: rgba(254, 226, 226, 0.65);
    color: #9f1239;
    border-color: rgba(251, 113, 133, 0.45);
}

/* CARDS */
.profile-v2 .p-card {
    background: var(--p-card);
    border: 1px solid var(--p-line);
    border-radius: var(--p-radius);
    box-shadow: var(--pn-soft-shadow);
    overflow: hidden;
    backdrop-filter: blur(12px);
}

.profile-v2 .p-card-head {
    padding: 16px 18px;
    border-bottom: 1px solid var(--p-line);
    background: linear-gradient(
        180deg,
        rgba(14, 165, 233, 0.08) 0%,
        rgba(249, 115, 22, 0.04) 55%,
        transparent 100%
    );
}

.profile-v2 .p-card-title {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
    color: var(--pn-ink);
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-v2 .p-card-body {
    padding: 16px 18px;
}

.profile-v2 .p-text {
    margin: 0;
    color: var(--pn-text);
    line-height: 1.7;
}

/* SERVICE MINI */
.profile-v2 .p-mini-card {
    border: 1px solid var(--p-line);
    border-radius: 14px;
    padding: 14px;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.profile-v2 .p-mini-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--pn-shadow);
    border-color: rgba(14, 165, 233, 0.28);
}

.profile-v2 .p-mini-title {
    font-weight: 900;
    color: var(--pn-ink);
    margin-bottom: 10px;
}

.profile-v2 .p-mini-row {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: var(--pn-text);
    font-size: 13px;
    margin-bottom: 6px;
}

.profile-v2 .p-mini-row i {
    color: var(--p-primary);
    margin-top: 3px;
    width: 16px;
    text-align: center;
}

.profile-v2 .p-mini-status {
    margin-top: 10px;
}

.profile-v2 .p-sticky {
    position: sticky;
    top: 18px;
}

.profile-v2 .p-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profile-v2 .p-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid var(--p-line);
    border-radius: 12px;
    color: var(--pn-ink);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.8);
}

.profile-v2 .p-contact-item i {
    color: var(--p-primary);
    width: 16px;
    text-align: center;
}

.profile-v2 .p-contact-item:hover {
    border-color: rgba(14, 165, 233, 0.32);
    box-shadow: var(--pn-soft-shadow);
}

.profile-v2 .p-detail-grid > li {
    margin-bottom: 14px;
}

/* Şirket profili vb. — klasik yatay jbitlist */
.profile-v2 .jbitlist {
    border: 1px solid var(--p-line);
    border-radius: 14px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.85);
}

.profile-v2 .jbitlist .material-symbols-outlined {
    color: var(--pn-accent-2);
    background: rgba(14, 165, 233, 0.12);
    border-radius: 999px;
    padding: 8px;
    margin-right: 10px;
    vertical-align: middle;
}

/* Aday detayları — yeniden tasarlanmış stat kartları */
.profile-v2 .p-applicant-details .p-card-head {
    background: linear-gradient(
        135deg,
        rgba(14, 165, 233, 0.09) 0%,
        rgba(249, 115, 22, 0.06) 50%,
        transparent 100%
    );
}

.profile-v2 .p-applicant-details__body {
    padding: 14px 14px 16px;
}

@media (min-width: 768px) {
    .profile-v2 .p-applicant-details__body {
        padding: 16px 18px 18px;
    }
}

.profile-v2 .p-stat-grid {
    margin: 0;
}

.profile-v2 .p-stat-grid > li {
    display: flex;
}

.profile-v2 .p-stat-tile {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    min-height: 112px;
    padding: 12px 12px 14px;
    border-radius: 14px;
    border: 1px solid var(--p-line);
    background: linear-gradient(
        165deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(248, 250, 252, 0.88) 100%
    );
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.profile-v2 .p-stat-tile:hover {
    border-color: rgba(14, 165, 233, 0.35);
    box-shadow: var(--pn-soft-shadow);
    transform: translateY(-2px);
}

.profile-v2 .p-stat-tile__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(37, 99, 235, 0.14) 0%, rgba(14, 165, 233, 0.18) 55%, rgba(249, 115, 22, 0.1) 100%);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.12);
}

.profile-v2 .p-stat-tile__icon .material-symbols-outlined {
    font-size: 22px;
    line-height: 1;
    color: var(--pn-accent-2);
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

.profile-v2 .p-stat-tile__label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pn-text-muted);
    line-height: 1.25;
}

.profile-v2 .p-stat-tile__value {
    font-size: 14px;
    font-weight: 800;
    color: var(--pn-ink);
    line-height: 1.35;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.profile-v2 .p-stat-tile--wide-value {
    min-height: 124px;
}

.profile-v2 .p-stat-tile--wide-value .p-stat-tile__value {
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 575px) {
    .profile-v2 .p-stat-tile {
        min-height: 104px;
        padding: 10px 10px 12px;
        gap: 6px;
    }

    .profile-v2 .p-stat-tile__icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .profile-v2 .p-stat-tile__icon .material-symbols-outlined {
        font-size: 20px;
    }

    .profile-v2 .p-stat-tile__label {
        font-size: 9px;
        letter-spacing: 0.06em;
    }

    .profile-v2 .p-stat-tile__value {
        font-size: 12px;
    }
}

/* Özet, yetenek, dil, deneyim, eğitim, portfolyo — sol sütun */
.profile-v2 .p-profile-main {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.profile-v2 .p-profile-card .p-card-head {
    background: linear-gradient(
        125deg,
        rgba(14, 165, 233, 0.07) 0%,
        rgba(249, 115, 22, 0.05) 48%,
        transparent 100%
    );
}

.profile-v2 .p-profile-card .p-card-title {
    gap: 12px;
    align-items: center;
}

.profile-v2 .p-profile-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 11px;
    font-size: 22px !important;
    line-height: 1 !important;
    flex-shrink: 0;
    background: linear-gradient(145deg, rgba(37, 99, 235, 0.12), rgba(14, 165, 233, 0.16));
    color: var(--pn-accent-2);
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

.profile-v2 .p-profile-card__body--flush {
    padding-top: 14px;
    padding-bottom: 16px;
}

.profile-v2 .p-profile-prose {
    line-height: 1.75;
    color: var(--pn-text);
}

.profile-v2 .p-profile-prose p:last-child {
    margin-bottom: 0;
}

.profile-v2 .p-profile-empty {
    margin: 0;
    padding: 18px 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--pn-text-muted);
    border-radius: 14px;
    border: 1px dashed rgba(148, 163, 184, 0.55);
    background: rgba(248, 250, 252, 0.65);
}

/* Yetenek rozetleri */
.profile-v2 .p-profile-main .p-skill-chips {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.profile-v2 .p-profile-main .p-skill-chips li {
    padding: 0;
    margin: 0;
}

.profile-v2 .p-profile-main .p-skill-chips .skillbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-width: 0;
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid var(--p-line);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(241, 245, 249, 0.75));
    font-size: 14px;
    font-weight: 800;
    color: var(--pn-ink);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.profile-v2 .p-profile-main .p-skill-chips .skillbox:hover {
    border-color: rgba(14, 165, 233, 0.4);
    box-shadow: var(--pn-soft-shadow);
    transform: translateY(-2px);
}

.profile-v2 .p-profile-main .p-skill-chips__name {
    display: block;
    line-height: 1.3;
}

.profile-v2 .p-profile-main .p-skill-chips__level {
    display: block;
    margin-top: 0 !important;
    font-size: 12px;
    font-weight: 700;
    color: #059669;
}

/* Diller */
.profile-v2 .p-profile-main .p-lang-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.profile-v2 .p-profile-main .p-lang-chips .langbox {
    flex: 1 1 140px;
    min-width: 120px;
    max-width: 100%;
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid var(--p-line);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.profile-v2 .p-profile-main .p-lang-chips__name {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 900;
    color: var(--pn-ink);
}

.profile-v2 .p-profile-main .p-lang-chips__level {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--pn-text-muted);
}

/* Zaman çizelgesi — deneyim & eğitim */
.profile-v2 .p-profile-main .p-timeline {
    list-style: none;
    margin: 0;
    padding: 4px 0 0;
}

.profile-v2 .p-profile-main .p-timeline li {
    position: relative;
    padding-left: 36px !important;
    margin-top: 0 !important;
    margin-bottom: 22px;
    padding-top: 0 !important;
    border: 0 !important;
}

.profile-v2 .p-profile-main .p-timeline li:last-child {
    margin-bottom: 0;
}

.profile-v2 .p-profile-main .p-timeline li .expbox {
    position: relative;
    padding: 14px 16px 16px;
    border-radius: 14px;
    border: 1px solid var(--p-line);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--pn-soft-shadow);
}

.profile-v2 .p-profile-main .p-timeline li .expbox::before {
    left: -27px !important;
    top: 8px !important;
    width: 2px !important;
    height: calc(100% + 22px) !important;
    border: none !important;
    border-radius: 2px;
    background: linear-gradient(
        180deg,
        rgba(37, 99, 235, 0.35) 0%,
        rgba(14, 165, 233, 0.25) 45%,
        rgba(249, 115, 22, 0.2) 100%
    ) !important;
}

.profile-v2 .p-profile-main .p-timeline li:last-child .expbox::before {
    display: none;
}

.profile-v2 .p-profile-main .p-timeline li .exdot {
    left: -36px !important;
    top: 18px !important;
    width: 14px !important;
    height: 14px !important;
    background: linear-gradient(135deg, var(--pn-accent-2), var(--pn-accent)) !important;
    border: 3px solid var(--pn-bg);
    box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.35);
    z-index: 1;
}

.profile-v2 .p-profile-main .p-timeline--exp li .expbox::before {
    background: repeating-linear-gradient(
            180deg,
            rgba(37, 99, 235, 0.35) 0px,
            rgba(37, 99, 235, 0.35) 4px,
            rgba(148, 163, 184, 0.2) 4px,
            rgba(148, 163, 184, 0.2) 8px
        )
        !important;
}

.profile-v2 .p-profile-main .p-timeline li h4 {
    font-size: 16px !important;
    font-weight: 900 !important;
    color: var(--pn-ink) !important;
    margin: 0 0 8px !important;
    font-family: inherit;
}

.profile-v2 .p-profile-main .p-timeline li .date {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: var(--pn-text-muted) !important;
    margin-bottom: 8px;
}

.profile-v2 .p-profile-main .p-timeline .excity,
.profile-v2 .p-profile-main .p-timeline .expcomp {
    margin: 6px 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--pn-text) !important;
}

.profile-v2 .p-profile-main .p-timeline .excity i,
.profile-v2 .p-profile-main .p-timeline .expcomp i {
    color: var(--pn-accent-2) !important;
    margin-right: 8px !important;
    width: 18px;
    text-align: center;
}

.profile-v2 .p-profile-main .p-timeline li p {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
    color: var(--pn-text-muted) !important;
}

/* Portfolyo ızgarası */
.profile-v2 .p-profile-main .p-portfolio-grid {
    margin: 0 -8px !important;
}

.profile-v2 .p-profile-main .p-portfolio-grid > li {
    margin-top: 0 !important;
    margin-bottom: 16px;
    padding: 0 8px !important;
}

.profile-v2 .p-profile-main .p-portfolio-grid .imgbox {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--p-line);
    box-shadow: var(--pn-soft-shadow);
    aspect-ratio: 4 / 3;
}

.profile-v2 .p-profile-main .p-portfolio-grid .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-v2 .p-profile-main .p-portfolio-grid .itemHover {
    background: linear-gradient(
        165deg,
        rgba(15, 23, 42, 0.88) 0%,
        rgba(37, 99, 235, 0.45) 100%
    ) !important;
}

.profile-v2 .p-profile-main .p-portfolio-grid .item-zoom {
    border-radius: 999px !important;
    border-color: rgba(255, 255, 255, 0.85) !important;
}

.profile-v2 .p-profile-main .p-portfolio-grid .item-zoom:hover {
    background: linear-gradient(135deg, var(--pn-accent-2), var(--pn-accent-3)) !important;
    border-color: transparent !important;
}

@media (max-width: 575px) {
    .profile-v2 .p-profile-card__icon {
        width: 32px;
        height: 32px;
        font-size: 20px !important;
    }
}

.profile-v2 .p-video {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--p-line);
}

.profile-v2 .p-video iframe {
    width: 100%;
    height: 220px;
    display: block;
}

@media (max-width: 991px) {
    .profile-v2 .p-sticky {
        position: static;
    }
}

@media (max-width: 767px) {
    .profile-v2 .p-cover {
        height: 160px;
    }

    .profile-v2 .p-cover img {
        height: 160px;
    }

    .profile-v2 .p-header {
        margin-top: 20px;
        padding: 0 12px 12px 12px;
    }

    .profile-v2 .p-hero__identity {
        margin-top: -28px;
        padding: 0 14px 14px;
        gap: 14px;
        align-items: flex-start;
        flex-direction: column;
    }

    .profile-v2 .p-hero--applicant .p-avatar {
        width: 96px;
        height: 96px;
        border-radius: 18px;
    }

    .profile-v2 .p-avatar {
        width: 92px;
        height: 92px;
        border-radius: 16px;
    }

    .profile-v2 .p-name {
        font-size: 18px;
    }

    .profile-v2 .p-badge {
        font-size: 12px;
    }

    .profile-v2 .p-actions {
        padding: 12px;
    }

    .profile-v2 .p-hero--applicant .p-meta span:not(.p-ready) {
        font-size: 12px;
        padding: 6px 10px;
    }

    .profile-v2 .p-cover-placeholder .material-symbols-outlined {
        font-size: 56px;
    }

    .profile-v2 .p-card-body {
        padding: 14px;
    }

    .profile-v2 .p-card-head {
        padding: 14px;
    }
}

/* Kapak sığdırma + z-index */
.profile-v2 .p-cover {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.profile-v2 .p-cover > * {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.profile-v2 .p-cover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.profile-v2 .p-cover,
.profile-v2 .p-cover * {
    box-sizing: border-box;
}

.profile-v2 .p-cover {
    display: block;
}

.profile-v2 .p-cover-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.profile-v2 .p-cover > * {
    z-index: 1;
}

.profile-v2 .p-header,
.profile-v2 .p-hero__identity {
    position: relative;
    z-index: 3;
}

/* ========= Şirket genel profil ========= */
.company-public-profile .p-cover.cp-cover-gradient {
    background: linear-gradient(
        135deg,
        var(--pn-accent-2) 0%,
        var(--pn-accent) 45%,
        var(--pn-accent-3) 100%
    );
}

.company-public-profile .p-cover.cp-cover-gradient .p-cover-overlay {
    background: linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.05),
        rgba(15, 23, 42, 0.35)
    );
}

.company-public-profile .relatedJobs {
    margin-top: 2rem;
}

.company-public-profile .relatedJobs > h3 {
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--pn-ink);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.company-public-profile .relatedJobs .featuredlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.company-public-profile .relatedJobs .jobint {
    border-radius: var(--p-radius, 16px);
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: var(--pn-white-card);
    box-shadow: var(--pn-soft-shadow);
    backdrop-filter: blur(10px);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.company-public-profile .relatedJobs .jobint:hover {
    transform: translateY(-2px);
    box-shadow: var(--pn-shadow);
}

.company-public-profile .nodatabox {
    border-radius: var(--p-radius, 16px);
    border: 1px dashed rgba(148, 163, 184, 0.45);
    background: rgba(255, 255, 255, 0.5);
    padding: 1.5rem;
    text-align: center;
}

.company-public-profile .p-map-wrap {
    border-radius: 0 0 var(--p-radius, 16px) var(--p-radius, 16px);
    overflow: hidden;
    line-height: 0;
}

.company-public-profile .p-map-wrap iframe {
    width: 100%;
    min-height: 280px;
    border: 0;
    display: block;
}

.company-public-profile .jbdetail {
    list-style: none;
    padding: 0;
    margin: 0 -6px;
}

.company-public-profile .jbdetail > li {
    padding: 6px;
}
