@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 BASE ===== */
.rv-page {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #f5f6f8;
    padding: 64px 0 80px;
}
 
/* ===== PROFILE CARD (top section) ===== */
.rv-profile-wrap {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 36px;
}
 
/* image side */
.rv-img-side {
    position: relative;
    background: #0b1d35;
    min-height: 500px;
    overflow: hidden;
}
.rv-img-side img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.6s ease;
}
.rv-img-side:hover img { transform: scale(1.03); }
.rv-img-side::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(11,29,53,0.45) 0%, transparent 60%);
    pointer-events: none;
}
.rv-img-corner {
    position: absolute;
    top: 20px; left: 20px;
    width: 44px; height: 44px;
    border-top: 2px solid rgba(255,255,255,0.22);
    border-left: 2px solid rgba(255,255,255,0.22);
    border-radius: 8px 0 0 0;
    z-index: 2;
}
.rv-img-corner2 {
    position: absolute;
    bottom: 20px; right: 20px;
    width: 44px; height: 44px;
    border-bottom: 2px solid rgba(255,255,255,0.22);
    border-right: 2px solid rgba(255,255,255,0.22);
    border-radius: 0 0 8px 0;
    z-index: 2;
}
 
/* info side */
.rv-info-side {
    padding: 44px 44px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
 
.rv-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}
.rv-eyebrow .bar { width: 28px; height: 2px; background: #185fa5; border-radius: 2px; }
.rv-eyebrow span { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #185fa5; }
 
.rv-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 600;
    color: #0b1d35;
    line-height: 1.15;
    margin: 0 0 10px;
}
.rv-lavozim {
    font-size: 14px;
    color: #6b7280;
    font-weight: 300;
    line-height: 1.7;
    padding-left: 14px;
    border-left: 2px solid #e4e6ea;
    margin-bottom: 32px;
}
 
/* academic links */
.rv-academic-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 36px;
}
.rv-acad-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}
.rv-acad-btn:hover { text-decoration: none; transform: translateY(-2px); }
.rv-acad-gs  { background: #e8f0fe; color: #185fa5; border-color: #c5d8fb; }
.rv-acad-gs:hover  { background: #185fa5; color: #fff; }
.rv-acad-rg  { background: #fff3e0; color: #b45309; border-color: #fed7aa; }
.rv-acad-rg:hover  { background: #b45309; color: #fff; }
.rv-acad-sc  { background: #fce4ec; color: #c62828; border-color: #f9b4c4; }
.rv-acad-sc:hover  { background: #c62828; color: #fff; }
 
.rv-acad-btn .btn-icon { font-size: 14px; font-weight: 700; }
 
/* social contacts */
.rv-socials-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 14px;
}
.rv-socials-list {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.rv-socials-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #374151;
    text-decoration: none;
    padding: 10px 14px;
    background: #f9fafb;
    border: 1px solid #f0f2f5;
    border-radius: 12px;
    transition: all 0.2s ease;
}
.rv-socials-list li a:hover {
    background: #f0f6ff;
    border-color: #c5d8fb;
    color: #185fa5;
}
.rv-social-icon {
    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; }
 
.rv-social-label { font-size: 12px; color: #9ca3af; min-width: 72px; }
.rv-social-val   { font-size: 13px; color: #374151; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
 
/* ===== BIO SECTION ===== */
.rv-bio-card {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 20px;
    overflow: hidden;
}
.rv-bio-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 32px;
    border-bottom: 1px solid #f0f2f5;
    background: #fafbfc;
}
.rv-bio-header-ico {
    width: 36px; height: 36px;
    background: #0b1d35;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 15px;
}
.rv-bio-header h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px; font-weight: 600;
    color: #0b1d35; margin: 0;
}
.rv-bio-body {
    padding: 32px;
}
.rv-bio-body p {
    font-size: 15px;
    line-height: 1.9;
    color: #4b5563;
    margin: 0 0 1.2em;
}
.rv-bio-body p:last-child { margin: 0; }
 
/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .rv-img-side { min-height: 380px; }
    .rv-img-side img { min-height: 380px; }
    .rv-info-side { padding: 32px 28px; }
}
@media (max-width: 767px) {
    .rv-page { padding: 32px 0 60px; }
    .rv-info-side { padding: 28px 20px; }
    .rv-bio-body { padding: 22px 20px; }
    .rv-bio-header { padding: 18px 20px; }
    .rv-academic-links { gap: 8px; }
}