@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');
 
/* ===== REKTOR PAGE ===== */
.rk-about-area {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #f7f8fa;
    padding: 72px 0 80px;
}
 
/* ===== LEFT: IMAGE CARD ===== */
.rk-image-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #0b1d35;
    box-shadow: 0 24px 64px rgba(11,29,53,0.18);
    aspect-ratio: 4/5;
    max-height: 540px;
}
.rk-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.6s ease;
}
.rk-image-card:hover img { transform: scale(1.03); }
 
/* gradient overlay at bottom */
.rk-image-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 45%;
    background: linear-gradient(to top, rgba(11,29,53,0.92) 0%, transparent 100%);
    pointer-events: none;
}
 
.rk-name-badge {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 28px 28px 24px;
    z-index: 2;
}
.rk-name-badge .role {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 6px;
}
.rk-name-badge h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}
 
/* corner accent */
.rk-corner-accent {
    position: absolute;
    top: 20px; right: 20px;
    width: 48px; height: 48px;
    border-top: 2px solid rgba(255,255,255,0.2);
    border-right: 2px solid rgba(255,255,255,0.2);
    border-radius: 0 8px 0 0;
    z-index: 2;
}
 
/* ===== RIGHT: TEXT SIDE ===== */
.rk-about-text { padding-left: 12px; }
 
.rk-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.rk-eyebrow .line {
    width: 36px; height: 2px;
    background: #185fa5;
    border-radius: 2px;
}
.rk-eyebrow span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #185fa5;
}
 
.rk-main-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 600;
    color: #0b1d35;
    line-height: 1.1;
    margin: 0 0 6px;
}
.rk-main-title span {
    color: #185fa5;
    font-style: italic;
}
 
.rk-lavozim {
    font-size: 14px;
    color: #6b7280;
    font-weight: 300;
    line-height: 1.7;
    margin: 18px 0 24px;
    padding-left: 16px;
    border-left: 2px solid #e4e6ea;
}
 
.rk-links-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 16px;
}
 
/* ===== LINKS GRID ===== */
.rk-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 0;
}
.rk-link-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    text-decoration: none;
    color: #374151;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.2s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rk-link-item:hover {
    border-color: #185fa5;
    color: #185fa5;
    background: #f0f6ff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(24,95,165,0.12);
    text-decoration: none;
}
.rk-link-icon {
    width: 30px; height: 30px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    font-size: 15px;
}
.rk-icon-gs    { background: #e8f0fe; color: #185fa5; }
.rk-icon-rg    { background: #fff3e0; color: #c45c00; }
.rk-icon-sc    { background: #fce4ec; color: #c62828; }
.rk-icon-mail  { background: #e8f5e9; color: #2e7d32; }
.rk-icon-tg    { background: #e3f2fd; color: #0277bd; }
.rk-icon-ig    { background: #fce4ec; color: #ad1457; }
.rk-icon-fb    { background: #e8eaf6; color: #283593; }
.rk-icon-tel   { background: #e0f2f1; color: #00695c; }
 
.rk-link-text { overflow: hidden; text-overflow: ellipsis; }
 
/* ===== CONTENT / BIO SECTION ===== */
.rk-bio-section {
    margin-top: 52px;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 20px;
    overflow: hidden;
}
.rk-bio-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 24px 32px;
    border-bottom: 1px solid #f0f2f5;
    background: #fafbfc;
}
.rk-bio-header-icon {
    width: 38px; height: 38px;
    background: #0b1d35;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 16px;
}
.rk-bio-header h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    color: #0b1d35;
    margin: 0;
}
.rk-bio-body {
    padding: 32px;
}
.rk-bio-body p {
    font-size: 15px;
    line-height: 1.9;
    color: #4b5563;
    margin: 0;
}
 
/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .rk-image-card {
        max-height: 420px;
        margin-bottom: 36px;
        aspect-ratio: 3/2;
    }
    .rk-about-text { padding-left: 0; }
    .rk-links-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
    .rk-links-grid { grid-template-columns: 1fr; }
    .rk-bio-body { padding: 20px; }
    .rk-bio-header { padding: 18px 20px; }
    .rk-about-area { padding: 40px 0 60px; }
}