/* ============================================================
   MEG – PAGE-HAKKIMIZDA
   ============================================================ */

.meg-hk-wrap { overflow-x: hidden; }

.meg-hk-wrap .meg-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

/* Animasyon */
[data-animate] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: var(--delay, 0s);
}
[data-animate="fade-left"]  { transform: translateX(-28px); }
[data-animate="fade-right"] { transform: translateX( 28px); }
[data-animate].is-visible   { opacity: 1; transform: none; }

.meg-hk-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
}
.meg-hk-divider {
    width: 44px;
    height: 3px;
    background: var(--gold);
    border-radius: 2px;
    margin: 18px 0 24px;
}


/* ============================================================
   1) PROFİL BÖLÜMÜ
   ============================================================ */
.meg-hk-profile {
    padding: 80px 0 60px;
    background: #fff;
}

.meg-hk-profile__grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 64px;
    align-items: start;
}
.meg-hk-profile__grid--reverse {
    grid-template-columns: 1fr 360px;
}
.meg-hk-profile__grid--reverse .meg-hk-profile__visual  { order: 2; }
.meg-hk-profile__grid--reverse .meg-hk-profile__content { order: 1; }

.meg-hk-ortak-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(10,31,65,.12), transparent);
    margin: 60px 0;
}

/* Fotoğraf */
.meg-hk-photo-frame {
    border-radius: 18px;
    overflow: hidden;
    background: var(--navy);
    box-shadow: 0 20px 56px rgba(10,31,65,.16);
    position: relative;
}
.meg-hk-photo-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(170deg, transparent 55%, rgba(10,31,65,.5) 100%);
    pointer-events: none;
}
.meg-hk-photo {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
}
.meg-hk-photo-placeholder {
    width: 100%;
    aspect-ratio: 4 / 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--navy), #1b3568);
    color: var(--gold);
    font-size: 72px;
    opacity: .35;
}

/* Rozet satırı — fotoğrafın hemen altında */
.meg-hk-photo-badge-row {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    align-items: stretch;
}
.meg-hk-photo-badge {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--gold);
    color: var(--navy);
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 3px 10px rgba(0,0,0,.12);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.meg-hk-photo-badge i { font-size: 13px; flex-shrink: 0; }

.meg-hk-exp-badge {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--navy);
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0 3px 10px rgba(10,31,65,.18);
    gap: 2px;
}
.meg-hk-exp-badge strong {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 800;
    color: var(--gold);
    letter-spacing: -1px;
    line-height: 1;
    display: block;
}
.meg-hk-exp-badge span {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,.55);
    display: block;
}

/* İçerik */
.meg-hk-profile__content { padding-top: 4px; }

.meg-hk-profile__name {
    font-family: var(--font-display);
    font-size: clamp(26px, 3vw, 40px);
    color: var(--navy);
    line-height: 1.15;
    margin: 8px 0 4px;
}
.meg-hk-profile__role {
    font-size: 14px;
    font-weight: 600;
    color: var(--gold);
    margin: 0;
}

.meg-hk-profile__bio {
    font-size: 14.5px;
    color: var(--muted, #6b7a99);
    line-height: 1.8;
    margin: 0 0 20px;
}

.meg-hk-yetkinlik-list {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.meg-hk-yetkinlik-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: 14px;
    color: var(--text, #333);
    line-height: 1.5;
}
.meg-hk-yk-dot {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--navy);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    margin-top: 1px;
}

.meg-hk-inline-block { margin-top: 28px; }

.meg-hk-inline-title {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--navy);
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(10,31,65,.08);
}
.meg-hk-inline-title i { color: var(--gold); }

/* Kariyer timeline */
.meg-hk-tl-item {
    display: flex;
    gap: 13px;
    padding-bottom: 16px;
    position: relative;
}
.meg-hk-tl-item:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 6px; top: 13px; bottom: 0;
    width: 1px;
    background: rgba(10,31,65,.1);
}
.meg-hk-tl-dot {
    flex-shrink: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--gold);
    margin-top: 3px;
}
.meg-hk-tl-body { display: flex; flex-direction: column; gap: 2px; }
.meg-hk-tl-date  { font-size: 11px; font-weight: 700; color: var(--gold); }
.meg-hk-tl-body strong { font-size: 14px; color: var(--navy); line-height: 1.3; }
.meg-hk-tl-body p { font-size: 13px; color: var(--muted); line-height: 1.6; margin: 0; }

/* Eğitim */
.meg-hk-edu-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(10,31,65,.06);
}
.meg-hk-edu-item:last-child { border-bottom: none; }
.meg-hk-edu-icon {
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 8px;
    background: rgba(184,148,72,.1);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.meg-hk-edu-body { display: flex; flex-direction: column; gap: 1px; }
.meg-hk-edu-level { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--gold); }
.meg-hk-edu-body strong { font-size: 13px; color: var(--navy); line-height: 1.3; }
.meg-hk-edu-body p { font-size: 12px; color: var(--muted); line-height: 1.5; margin: 0; }

/* Butonlar */
.meg-hk-profile__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

.meg-btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--navy); color: #fff;
    padding: 12px 24px; border-radius: 8px;
    font-size: 14px; font-weight: 700; text-decoration: none;
    transition: background .2s, transform .2s;
}
.meg-btn-primary:hover { background: #0d2347; transform: translateY(-2px); color: #fff; }

.meg-btn-outline {
    display: inline-flex; align-items: center; gap: 8px;
    border: 2px solid var(--navy); color: var(--navy);
    padding: 10px 22px; border-radius: 8px;
    font-size: 14px; font-weight: 700; text-decoration: none;
    transition: all .2s;
}
.meg-btn-outline:hover { background: var(--navy); color: #fff; }


/* ============================================================
   2) ŞİRKET İSTATİSTİKLERİ BANDI
   ============================================================ */
.meg-hk-company-stats {
    background: #fff;
    border-top: 1px solid rgba(10,31,65,.07);
    border-bottom: 1px solid rgba(10,31,65,.07);
}
.meg-hk-company-stats__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.meg-hk-company-stat {
    padding: 48px 24px;
    text-align: center;
    position: relative;
    transition: background .2s;
}
.meg-hk-company-stat:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0; top: 25%; bottom: 25%;
    width: 1px;
    background: rgba(10,31,65,.08);
}
.meg-hk-company-stat:hover { background: var(--off, #f7f8fb); }
.meg-hk-company-stat strong {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 8px;
}
.meg-hk-company-stat span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--muted);
}


/* ============================================================
   3) UZMANLIK ALANLARI
   ============================================================ */
.meg-hk-expertise {
    padding: 96px 0;
    background: var(--off, #f7f8fb);
    position: relative;
}
.meg-hk-expertise::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.meg-hk-section-head { text-align: center; max-width: 600px; margin: 0 auto 56px; }
.meg-hk-section-head h2 {
    font-family: var(--font-display);
    font-size: clamp(24px, 3vw, 34px);
    color: var(--navy);
    margin: 10px 0 14px; line-height: 1.2;
}
.meg-hk-section-head p { font-size: 15px; color: var(--muted); line-height: 1.7; }

.meg-hk-exp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.meg-hk-exp-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 26px;
    border: 1px solid rgba(10,31,65,.06);
    position: relative;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s, border-color .3s;
}
.meg-hk-exp-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0; height: 3px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s;
}
.meg-hk-exp-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(10,31,65,.1); border-color: transparent; }
.meg-hk-exp-card:hover::after { transform: scaleX(1); }
.meg-hk-exp-icon {
    width: 52px; height: 52px;
    background: linear-gradient(135deg, var(--navy), #1b3568);
    color: var(--gold); border-radius: 13px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; margin-bottom: 20px;
    box-shadow: 0 5px 14px rgba(10,31,65,.2);
}
.meg-hk-exp-card h3 { font-family: var(--font-display); font-size: 17px; color: var(--navy); margin-bottom: 9px; }
.meg-hk-exp-card p  { font-size: 13.5px; color: var(--muted); line-height: 1.65; margin: 0; }


/* ============================================================
   4) CTA
   ============================================================ */
.meg-hk-cta { padding: 72px 0; background: var(--navy); position: relative; overflow: hidden; }
.meg-hk-cta::before {
    content: '';
    position: absolute; top: -70px; right: -70px;
    width: 280px; height: 280px; border-radius: 50%;
    background: rgba(255,255,255,.03);
}
.meg-hk-cta__inner {
    display: flex; align-items: center;
    justify-content: space-between; gap: 40px;
    position: relative; z-index: 1;
}
.meg-hk-cta__text h2 { font-family: var(--font-display); font-size: clamp(20px, 2.6vw, 30px); color: #fff; margin: 0 0 8px; }
.meg-hk-cta__text p  { font-size: 14px; color: #8a9bba; margin: 0; }
.meg-btn-gold {
    flex-shrink: 0;
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--gold); color: var(--navy);
    padding: 14px 28px; border-radius: 8px;
    font-size: 14px; font-weight: 700; text-decoration: none;
    white-space: nowrap; transition: filter .2s, transform .2s;
}
.meg-btn-gold:hover { filter: brightness(1.07); transform: translateY(-2px); }


/* ============================================================
   RESPONSİVE
   ============================================================ */
@media (max-width: 1024px) {
    .meg-hk-profile__grid,
    .meg-hk-profile__grid--reverse {
        grid-template-columns: 300px 1fr;
        gap: 48px;
    }
    .meg-hk-exp-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .meg-hk-profile { padding: 52px 0 40px; }
    .meg-hk-profile__grid,
    .meg-hk-profile__grid--reverse {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .meg-hk-profile__grid--reverse .meg-hk-profile__visual,
    .meg-hk-profile__grid--reverse .meg-hk-profile__content { order: unset; }
    .meg-hk-photo-frame   { max-width: 340px; margin: 0 auto; }
    .meg-hk-ortak-divider { margin: 48px 0; }
    .meg-hk-company-stats__grid { grid-template-columns: 1fr; }
    .meg-hk-company-stat:not(:last-child)::after {
        right: 20%; left: 20%; top: auto; bottom: 0;
        width: auto; height: 1px;
    }
    .meg-hk-exp-grid  { grid-template-columns: 1fr; }
    .meg-hk-cta__inner { flex-direction: column; text-align: center; }
    .meg-btn-gold      { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
    .meg-hk-wrap .meg-container { padding: 0 20px; }
    .meg-hk-profile__actions    { flex-direction: column; }
    .meg-btn-primary, .meg-btn-outline { justify-content: center; }
}
