/* ════════════════════════════════════════════════════
   FİRMA PROFİLİ
════════════════════════════════════════════════════ */
.fp-wrap {
    background: #f5f7fb;
    padding: 32px 0 64px;
    min-height: 70vh;
}

/* ── Header Kartı ── */
.fp-header-card {
    background: #fff;
    border: 1px solid #e8ecf3;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(25,103,210,0.07);
    overflow: hidden;
    margin-bottom: 20px;
}
.fp-cover {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
.fp-cover-placeholder {
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, #1250a0, #1967d2 55%, #2d9bb3);
}
.fp-header-body {
    padding: 0 28px 24px;
    position: relative;
}
.fp-logo-wrap {
    display: inline-block;
    margin-top: -44px;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}
.fp-logo {
    width: 88px;
    height: 88px;
    border-radius: 16px;
    border: 3px solid #fff;
    box-shadow: 0 4px 16px rgba(25,103,210,0.12);
    object-fit: contain;
    padding: 6px;
    background: #fff;
    display: block;
}
.fp-header-info { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.fp-company-name {
    font-size: 22px;
    font-weight: 800;
    color: #171d28;
    margin: 0 0 8px;
}
.fp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.fp-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #6b7a8d;
    font-weight: 500;
}
.fp-meta-item i { font-size: 13px; color: #1967d2; }
.fp-meta-item a { color: #1967d2; text-decoration: none; font-weight: 600; }
.fp-meta-item a:hover { text-decoration: underline; }

.fp-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; flex-shrink: 0; }
.btn-fp-follow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, #1967d2, #2d9bb3);
    color: #fff !important;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.15s;
    text-decoration: none;
    white-space: nowrap;
}
.btn-fp-follow:hover { opacity: 0.88; }
.btn-fp-unfollow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    color: #3a4a5c;
    border: 1.5px solid #dce7f9;
    border-radius: 10px;
    padding: 9px 18px;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
    text-decoration: none;
    white-space: nowrap;
}
.btn-fp-unfollow:hover { background: #fef2f2; border-color: #fca5a5; color: #dc2626; }

/* ── Genel Kart ── */
.fp-card {
    background: #fff;
    border: 1px solid #e8ecf3;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(25,103,210,0.05);
    margin-bottom: 20px;
    overflow: hidden;
}
.fp-card-pad { padding: 24px 28px; }
.fp-section-title {
    font-size: 15px;
    font-weight: 700;
    color: #171d28;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f4ff;
}
.fp-section-title i { color: #1967d2; font-size: 15px; }

/* about içeriği */
.fp-about-content {
    font-size: 14.5px;
    line-height: 1.85;
    color: #3c4455;
}
.fp-about-content h1,.fp-about-content h2,.fp-about-content h3 {
    font-size: 16px; font-weight: 700; color: #171d28; margin: 18px 0 8px;
}
.fp-about-content ul,.fp-about-content ol { padding-left: 22px; margin-bottom: 14px; }
.fp-about-content li { margin-bottom: 6px; }
.fp-about-content p { margin-bottom: 12px; }

/* sosyal medya */
.fp-social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.fp-social-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s;
    border: 1.5px solid transparent;
}
.fp-social-link:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.fp-social-link.facebook  { background: #e8f0fe; color: #1877f2; border-color: #c2d6fb; }
.fp-social-link.twitter   { background: #e8f5fe; color: #1da1f2; border-color: #b3dcf9; }
.fp-social-link.linkedin  { background: #e8f0fe; color: #0a66c2; border-color: #b3d0f5; }
.fp-social-link.instagram { background: #fce8f3; color: #e1306c; border-color: #f7b8d9; }
.fp-social-link.youtube   { background: #fee8e8; color: #ff0000; border-color: #fbb; }

/* galeri */
.fp-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.fp-gallery-item {
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.fp-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s;
}
.fp-gallery-item:hover img { transform: scale(1.06); }
.fp-gallery-item .fp-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(25,103,210,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s;
}
.fp-gallery-item:hover .fp-gallery-overlay { opacity: 1; }
.fp-gallery-overlay i { font-size: 22px; color: #fff; }

/* iş ilanları */
.fp-job-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f5f7fb;
    text-decoration: none;
    transition: background 0.12s;
}
.fp-job-card:last-child { border-bottom: none; padding-bottom: 0; }
.fp-job-card:first-child { padding-top: 0; }
.fp-job-logo {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    border: 1px solid #e4ecf7;
    object-fit: contain;
    padding: 4px;
    flex-shrink: 0;
    background: #fafbff;
}
.fp-job-info { flex: 1; min-width: 0; }
.fp-job-name {
    font-size: 14px;
    font-weight: 700;
    color: #171d28;
    display: block;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.15s;
}
.fp-job-card:hover .fp-job-name { color: #1967d2; }
.fp-job-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.fp-job-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #8a96a3;
    font-weight: 500;
}
.fp-job-meta-item i { font-size: 11px; color: #1967d2; }
.fp-job-arrow {
    color: #c5d4e8;
    flex-shrink: 0;
    transition: color 0.15s, transform 0.15s;
}
.fp-job-card:hover .fp-job-arrow { color: #1967d2; transform: translateX(3px); }

/* ── Sidebar ── */
.fp-sidebar { position: sticky; top: 90px; }

/* Bilgi satırları */
.fp-info-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 20px;
    border-bottom: 1px solid #f5f7fb;
}
.fp-info-row:last-child { border-bottom: none; }
.fp-info-icon {
    width: 36px; height: 36px;
    border-radius: 9px;
    background: #f0f4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.fp-info-icon i { font-size: 13px; color: #1967d2; }
.fp-info-lbl {
    display: block;
    font-size: 10.5px;
    font-weight: 700;
    color: #aab8c8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1px;
}
.fp-info-val {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    color: #171d28;
}

/* harita */
.fp-map iframe {
    width: 100% !important;
    height: 240px !important;
    border: none;
    display: block;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .fp-sidebar { position: static; }
}
@media (max-width: 767px) {
    .fp-wrap { padding: 20px 0 40px; }
    .fp-cover, .fp-cover-placeholder { height: 130px; }
    .fp-logo { width: 72px; height: 72px; }
    .fp-logo-wrap { margin-top: -36px; }
    .fp-header-body { padding: 0 18px 20px; }
    .fp-company-name { font-size: 18px; }
    .fp-card-pad { padding: 18px; }
    .fp-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
