@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Plus+Jakarta+Sans:wght@300;400;500&display=swap');
 
/* ===== PAGE ===== */
.ft-page {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #f5f6f8;
    padding: 64px 0 80px;
}
 
/* ===== PROFILE WRAP ===== */
.ft-profile-wrap {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 32px;
}
 
/* --- IMAGE SIDE --- */
.ft-img-side {
    position: relative;
    background: #0b1d35;
    min-height: 480px;
    overflow: hidden;
}
.ft-img-side img {
    width: 100%; height: 100%;
    min-height: 480px;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.6s ease;
}
.ft-img-side:hover img { transform: scale(1.03); }
.ft-img-side::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(11,29,53,0.5) 0%, transparent 55%);
    pointer-events: none;
}
.ft-img-corner {
    position: absolute; top: 20px; left: 20px;
    width: 40px; height: 40px;
    border-top: 2px solid rgba(255,255,255,0.2);
    border-left: 2px solid rgba(255,255,255,0.2);
    border-radius: 8px 0 0 0; z-index: 2;
}
.ft-img-corner2 {
    position: absolute; bottom: 20px; right: 20px;
    width: 40px; height: 40px;
    border-bottom: 2px solid rgba(255,255,255,0.2);
    border-right: 2px solid rgba(255,255,255,0.2);
    border-radius: 0 0 8px 0; z-index: 2;
}
 
/* --- INFO SIDE --- */
.ft-info-side {
    padding: 44px 44px 40px;
    display: flex; flex-direction: column;
    justify-content: center; height: 100%;
}
.ft-eyebrow {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 16px;
}
.ft-eyebrow .bar { width: 28px; height: 2px; background: #185fa5; border-radius: 2px; }
.ft-eyebrow span {
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase; color: #185fa5;
}
.ft-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(26px, 3.5vw, 40px); font-weight: 600;
    color: #0b1d35; line-height: 1.15; margin: 0 0 10px;
}
.ft-lavozim {
    font-size: 14px; color: #6b7280; font-weight: 300;
    line-height: 1.7; padding-left: 14px;
    border-left: 2px solid #e4e6ea; margin-bottom: 28px;
}
 
/* academic btns */
.ft-acad-row {
    display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px;
}
.ft-acad-btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 9px 18px; border-radius: 100px;
    font-size: 13px; font-weight: 500;
    text-decoration: none; border: 1px solid transparent;
    transition: all 0.2s ease;
}
.ft-acad-btn:hover { text-decoration: none; transform: translateY(-2px); }
.ft-acad-gs  { background: #e8f0fe; color: #185fa5; border-color: #c5d8fb; }
.ft-acad-gs:hover  { background: #185fa5; color: #fff; }
.ft-acad-rg  { background: #fff3e0; color: #b45309; border-color: #fed7aa; }
.ft-acad-rg:hover  { background: #b45309; color: #fff; }
.ft-acad-sc  { background: #fce4ec; color: #c62828; border-color: #f9b4c4; }
.ft-acad-sc:hover  { background: #c62828; color: #fff; }
 
/* socials */
.ft-socials-lbl {
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: #9ca3af; margin-bottom: 12px;
}
.ft-socials-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.ft-socials-list li a {
    display: flex; align-items: center; gap: 12px;
    padding: 10px 14px;
    background: #f9fafb; border: 1px solid #f0f2f5;
    border-radius: 12px; font-size: 13px; color: #374151;
    text-decoration: none; transition: all 0.18s ease;
}
.ft-socials-list li a:hover {
    background: #f0f6ff; border-color: #c5d8fb; color: #185fa5;
}
.ft-sico {
    width: 28px; height: 28px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 700; flex-shrink: 0;
}
.si-mail { background: #dcfce7; color: #166534; }
.si-tg   { background: #dbeafe; color: #1d4ed8; }
.si-fb   { background: #e0e7ff; color: #3730a3; }
.si-ig   { background: #fce7f3; color: #9d174d; }
.si-tel  { background: #ccfbf1; color: #0f766e; }
.ft-slbl { font-size: 12px; color: #9ca3af; min-width: 68px; }
.ft-sval { font-size: 13px; color: #374151; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
 
/* ===== BIO ===== */
.ft-bio-card {
    background: #fff; border: 1px solid #e8eaed;
    border-radius: 20px; overflow: hidden;
}
.ft-bio-header {
    display: flex; align-items: center; gap: 14px;
    padding: 22px 32px; border-bottom: 1px solid #f0f2f5;
    background: #fafbfc;
}
.ft-bio-ico {
    width: 36px; height: 36px; border-radius: 10px;
    background: #0b1d35; display: flex;
    align-items: center; justify-content: center;
    color: #fff; font-size: 15px;
}
.ft-bio-header h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px; font-weight: 600; color: #0b1d35; margin: 0;
}
.ft-bio-body { padding: 32px; }
.ft-bio-body p {
    font-size: 15px; line-height: 1.9;
    color: #4b5563; margin: 0;
}
 
/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .ft-img-side { min-height: 360px; }
    .ft-img-side img { min-height: 360px; }
    .ft-info-side { padding: 30px 26px; }
}
@media (max-width: 767px) {
    .ft-page { padding: 32px 0 60px; }
    .ft-info-side { padding: 26px 20px; }
    .ft-bio-body { padding: 22px 20px; }
    .ft-bio-header { padding: 18px 20px; }
}