.ge-single-page { padding: 0 0 80px; }
.ge-single-container { max-width: 1000px; margin: 0 auto; padding: 0 24px; }
.ge-single-hero {
    background: linear-gradient(135deg, #072C43 0%, #0a3d5c 100%);
    border-radius: 0 0 20px 20px; margin-bottom: 30px;
    position: relative; overflow: hidden; padding: 50px 50px 40px;
}
.ge-single-hero::before {
    content: ''; position: absolute; top: -80px; right: -80px;
    width: 280px; height: 280px; border-radius: 50%;
    background: rgba(191,148,69,0.08); pointer-events: none;
}
.ge-hero-content { display: flex; align-items: center; gap: 40px; position: relative; z-index: 1; }
.ge-hero-photo {
    width: 160px; height: 160px; border-radius: 50%; overflow: hidden; flex-shrink: 0;
    border: 4px solid rgba(191,148,69,0.6); box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}
.ge-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ge-hero-text { flex: 1; }
.ge-hero-label {
    display: block; font-size: 11px; font-weight: 700; letter-spacing: 3px;
    color: #BF9445; text-transform: uppercase; margin-bottom: 8px;
}
.ge-hero-name { font-size: 32px; font-weight: 800; color: #fff; margin: 0 0 6px; line-height: 1.2; }
.ge-hero-position { font-size: 16px; color: rgba(255,255,255,0.7); margin: 0 0 14px; }
.ge-hero-exp {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 700; color: #BF9445;
    background: rgba(191,148,69,0.15); border: 1px solid rgba(191,148,69,0.3);
    border-radius: 20px; padding: 5px 14px;
}
.ge-single-body { display: flex; gap: 30px; align-items: flex-start; }
.ge-single-aside { flex: 0 0 240px; display: flex; flex-direction: column; gap: 20px; }
.ge-aside-block {
    background: #fff; border-radius: 12px; border: 1px solid #eee;
    padding: 20px; box-shadow: 0 2px 12px rgba(7,44,67,0.06);
}
.ge-aside-title {
    font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
    color: #072C43; margin: 0 0 14px; padding-bottom: 10px;
    border-bottom: 2px solid #BF9445; display: inline-block;
}
.ge-contact-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.ge-contact-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #555; }
.ge-contact-icon { color: #BF9445; font-size: 15px; margin-top: 1px; flex-shrink: 0; }
.ge-contact-list a { color: #555; text-decoration: none; word-break: break-all; }
.ge-contact-list a:hover { color: #BF9445; }
.ge-back-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    background: #072C43; color: #fff; border-radius: 8px; padding: 12px 20px;
    font-size: 13px; font-weight: 700; text-decoration: none;
    transition: background 0.2s, transform 0.2s; text-align: center;
}
.ge-back-btn:hover { background: #BF9445; transform: translateY(-2px); color: #fff; }
.ge-single-main {
    flex: 1; min-width: 0; background: #fff; border-radius: 12px;
    border: 1px solid #eee; padding: 30px; box-shadow: 0 2px 12px rgba(7,44,67,0.06);
}
.ge-bio-title {
    font-size: 20px; font-weight: 700; color: #072C43;
    margin: 0 0 18px; padding-bottom: 14px; border-bottom: 2px solid #f0f0f0;
}
.ge-bio-body { font-size: 15px; line-height: 1.9; color: #555; }
.ge-bio-body p { margin-bottom: 14px; }
/* entrance */
.dssa-sg{opacity:0;transform:translateY(30px);
  transition:opacity .85s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1)}
.dssa-sg.dssa-sg-in{opacity:1;transform:none}
@media (prefers-reduced-motion: reduce){ .dssa-sg{opacity:1 !important;transform:none !important} }
@media (max-width: 768px) {
    .ge-single-body { flex-direction: column !important; }
    .ge-single-aside { flex: none; width: 100%; }
    .ge-hero-content { flex-direction: column !important; text-align: center; }
    .ge-hero-photo { width: 130px; height: 130px; }
    .ge-hero-name { font-size: 24px; }
    .ge-single-hero { padding: 36px 24px 30px; }
}
