/* ============================================================
   Danışmanlık Hizmeti Sayfası
   Renk paleti:
   #0f73a7 #003a7b #79caee #04498f #2c62c0 #5d8dc5 #81bbee #3b8dc2
   ============================================================ */

.dh-main {
    --dh-navy: #003a7b;
    --dh-blue: #04498f;
    --dh-blue2: #2c62c0;
    --dh-blue3: #0f73a7;
    --dh-blue4: #3b8dc2;
    --dh-soft: #5d8dc5;
    --dh-light: #79caee;
    --dh-light2: #81bbee;
    --dh-bg: #f4f7fb;
    --dh-card: #ffffff;
    --dh-border: #e4ebf3;
    --dh-text: #1f2b45;
    --dh-muted: #6b7a90;
    background: var(--dh-bg);
    color: var(--dh-text);
}
.dh-main, .dh-main h1, .dh-main h2, .dh-main h3, .dh-main h4,
.dh-main p, .dh-main button, .dh-main input, .dh-main textarea, .dh-main a {
    font-family: inherit;
}

.dh-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---------- Butonlar ---------- */
.dh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-radius: 10px;
    padding: 13px 22px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
    line-height: 1;
}
.dh-btn:hover { transform: translateY(-2px); }
.dh-btn-primary { background: var(--dh-navy); color: #fff; }
.dh-btn-primary:hover { background: var(--dh-blue); box-shadow: 0 10px 24px rgba(4, 73, 143, .28); }
.dh-btn-outline { background: #fff; color: var(--dh-navy); border: 1.5px solid var(--dh-border); }
.dh-btn-outline:hover { border-color: var(--dh-blue3); color: var(--dh-blue3); }
.dh-btn-white { background: #fff; color: var(--dh-navy); }
.dh-btn-white:hover { background: #eef4fb; }
.dh-btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.4); }
.dh-btn-ghost:hover { background: rgba(255,255,255,.12); }
.dh-btn-block { width: 100%; }

/* ---------- HERO ---------- */
.dh-hero { padding: 48px 0 36px; }
.dh-hero-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: center;
}
.dh-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--dh-border);
    color: var(--dh-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 7px 14px;
    border-radius: 30px;
    margin-bottom: 22px;
}
.dh-hero-badge i { color: var(--dh-light); }
.dh-hero-title {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--dh-navy);
    margin: 0 0 18px;
}
.dh-hero-title em {
    font-style: italic;
    color: var(--dh-soft);
    font-weight: 600;
}
.dh-hero-desc {
    font-size: 16px;
    line-height: 1.7;
    color: var(--dh-muted);
    margin: 0 0 28px;
    max-width: 540px;
}
.dh-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.dh-hero-right { display: flex; }
.dh-stat-panel {
    position: relative;
    width: 100%;
    background: var(--dh-card);
    border: 1px solid var(--dh-border);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 18px 50px rgba(4, 73, 143, .10);
    overflow: hidden;
}
.dh-stat-panel::before {
    content: "";
    position: absolute;
    top: -60px; right: -60px;
    width: 180px; height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(121,202,238,.30), transparent 70%);
}
.dh-stat-num { display: block; font-weight: 800; color: var(--dh-navy); line-height: 1; }
.dh-stat-label { display: block; font-size: 13px; color: var(--dh-muted); font-weight: 600; }

/* Ana istatistik (gradient) */
.dh-stat-hero {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, var(--dh-navy), var(--dh-blue) 60%, var(--dh-blue3));
    border-radius: 16px;
    padding: 20px 22px;
    margin-bottom: 14px;
    box-shadow: 0 10px 26px rgba(4, 73, 143, .25);
}
.dh-stat-hero-icon {
    flex-shrink: 0;
    width: 52px; height: 52px;
    border-radius: 14px;
    background: rgba(255,255,255,.15);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 22px;
}
.dh-stat-hero-body { display: flex; flex-direction: column; }
.dh-stat-hero .dh-stat-num { color: #fff; font-size: 40px; }
.dh-stat-hero .dh-stat-label { color: rgba(255,255,255,.85); margin-top: 4px; }

/* Mini istatistikler */
.dh-stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dh-stat-mini {
    position: relative;
    background: #f4f8fd;
    border: 1px solid #e2ecf8;
    border-radius: 14px;
    padding: 16px;
}
.dh-stat-mini-icon {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px;
    border-radius: 10px;
    background: #fff;
    color: var(--dh-blue3);
    font-size: 16px;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(15,115,167,.12);
}
.dh-stat-mini .dh-stat-num { font-size: 26px; color: var(--dh-blue2); }
.dh-stat-mini .dh-stat-label { margin-top: 4px; }

/* Alt güven satırı */
.dh-stat-foot {
    display: flex; align-items: center; gap: 8px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px dashed #e2ecf8;
    font-size: 12.5px;
    color: var(--dh-soft);
    font-weight: 600;
}
.dh-stat-foot i { color: var(--dh-blue3); }

/* ---------- UZMAN KADROSU ---------- */
.dh-experts { padding: 28px 0 10px; }
.dh-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}
.dh-section-title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--dh-navy);
    margin: 0 0 6px;
}
.dh-section-sub { margin: 0; color: var(--dh-muted); font-size: 14px; }
.dh-count-badge {
    background: #fff;
    border: 1px solid var(--dh-border);
    color: var(--dh-soft);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 30px;
    white-space: nowrap;
}

.dh-expert-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 6px 2px 18px;
}

.dh-expert-card {
    flex: 0 0 206px;
    width: 206px;
    background: var(--dh-card);
    border: 1.5px solid var(--dh-border);
    border-radius: 16px;
    padding: 14px 14px 18px;
    cursor: pointer;
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    font-family: inherit;
}
.dh-expert-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(15,115,167,.12); }
.dh-expert-card.is-active {
    border-color: var(--dh-blue3);
    box-shadow: 0 12px 30px rgba(15,115,167,.18);
}
.dh-expert-photo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    border-radius: 12px;
    background: linear-gradient(135deg, #dce9f6, #eaf2fb);
    background-size: cover;
    background-position: center;
    margin-bottom: 14px;
    color: #9db6d3;
    font-size: 42px;
}
.dh-expert-rozet {
    position: absolute;
    left: 12px;
    bottom: -12px;
    min-width: 34px;
    height: 28px;
    padding: 0 9px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .04em;
    box-shadow: 0 4px 10px rgba(0,0,0,.18);
}
.dh-expert-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--dh-navy);
    margin-top: 6px;
}
.dh-expert-ozet {
    font-size: 12.5px;
    color: var(--dh-muted);
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ---------- DETAY ---------- */
.dh-detail { padding: 14px 0 60px; }
.dh-detail-panel { display: none; }
.dh-detail-panel.is-active { display: block; animation: dhFade .35s ease; }
@keyframes dhFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.dh-detail-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 24px;
    align-items: start;
}
.dh-detail-main {
    background: var(--dh-card);
    border: 1px solid var(--dh-border);
    border-radius: 18px;
    padding: 28px;
}
.dh-detail-profile { display: flex; gap: 22px; }
.dh-detail-photo {
    position: relative;
    flex-shrink: 0;
    width: 120px;
    height: 150px;
    border-radius: 14px;
    background: linear-gradient(135deg, #dce9f6, #eaf2fb);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9db6d3;
    font-size: 38px;
}
.dh-detail-rozet {
    position: absolute;
    left: 10px;
    bottom: -12px;
    min-width: 34px;
    height: 28px;
    padding: 0 9px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dh-detail-tag {
    display: inline-block;
    background: #eef4fb;
    color: var(--dh-blue2);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
}
.dh-detail-name {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--dh-navy);
    margin: 0 0 4px;
}
.dh-detail-unvan { color: var(--dh-blue3); font-size: 14px; font-weight: 600; margin: 0 0 12px; }
.dh-detail-bio { color: var(--dh-muted); font-size: 14px; line-height: 1.7; }
.dh-detail-linkedin {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    color: var(--dh-blue);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.dh-detail-linkedin:hover { text-decoration: underline; }

.dh-detail-block { margin-top: 26px; border-top: 1px solid var(--dh-border); padding-top: 22px; }
.dh-block-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--dh-navy);
    margin: 0 0 16px;
}
.dh-topics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dh-topic {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f6f9fd;
    border: 1px solid #e6eef8;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 13.5px;
    color: var(--dh-text);
    font-weight: 500;
}
.dh-topic i { font-size: 6px; color: var(--dh-blue3); }

/* Sağ kolon */
.dh-detail-side { display: flex; flex-direction: column; gap: 18px; }
.dh-side-card {
    background: var(--dh-card);
    border: 1px solid var(--dh-border);
    border-radius: 16px;
    padding: 20px 22px;
}
.dh-side-title { font-size: 15px; font-weight: 700; color: var(--dh-navy); margin: 0 0 6px; }
.dh-side-note { font-size: 12.5px; color: var(--dh-blue3); margin: 0 0 14px; }

.dh-video-wrap {
    border-radius: 12px;
    overflow: hidden;
    background: #00264f;
    aspect-ratio: 16 / 10;
}
.dh-video-wrap video { width: 100%; height: 100%; display: block; object-fit: cover; background: #00264f; }

.dh-model { list-style: none; counter-reset: dhm; margin: 0; padding: 0; }
.dh-model li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed #e6eef8;
    font-size: 13.5px;
    color: var(--dh-text);
}
.dh-model li:last-child { border-bottom: none; }
.dh-model-no {
    counter-increment: dhm;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #eef4fb;
    color: var(--dh-blue2);
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dh-model-no::before { content: counter(dhm); }

.dh-cta-card {
    background: linear-gradient(135deg, var(--dh-navy), var(--dh-blue));
    border: none;
    color: #fff;
}
.dh-cta-title { font-size: 17px; font-weight: 700; margin: 0 0 6px; }
.dh-cta-desc { font-size: 13px; opacity: .85; margin: 0 0 16px; line-height: 1.6; }
.dh-cta-card .dh-btn { margin-top: 10px; }

/* ---------- Boş durum ---------- */
.dh-empty { text-align: center; padding: 70px 20px; color: var(--dh-muted); }
.dh-empty i { font-size: 46px; color: #c2d3e6; margin-bottom: 16px; }

/* ---------- MODAL ---------- */
.dh-modal { position: fixed; inset: 0; z-index: 9999; display: none; }
.dh-modal.is-open { display: block; }
.dh-modal-overlay { position: absolute; inset: 0; background: rgba(0, 22, 51, .55); backdrop-filter: blur(2px); }
.dh-modal-box {
    position: relative;
    max-width: 560px;
    width: calc(100% - 32px);
    margin: 6vh auto;
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 30px 80px rgba(0, 22, 51, .4);
    animation: dhFade .25s ease;
    max-height: 88vh;
    overflow-y: auto;
}
.dh-modal-close {
    position: absolute;
    top: 16px; right: 18px;
    background: none; border: none;
    font-size: 28px; line-height: 1;
    color: #9db0c7; cursor: pointer;
}
.dh-modal-close:hover { color: var(--dh-navy); }
.dh-modal-title { font-size: 21px; font-weight: 700; color: var(--dh-navy); margin: 0 0 6px; }
.dh-modal-sub { color: var(--dh-muted); font-size: 14px; margin: 0 0 22px; }

.dh-form .dh-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dh-field { margin-bottom: 16px; display: flex; flex-direction: column; }
.dh-field label { font-size: 13px; font-weight: 600; color: var(--dh-navy); margin-bottom: 6px; }
.dh-field label span { color: #e23c3c; }
.dh-field input,
.dh-field textarea {
    border: 1.5px solid var(--dh-border);
    border-radius: 10px;
    padding: 11px 14px;
    font-size: 14px;
    font-family: inherit;
    color: var(--dh-text);
    transition: border-color .15s ease, box-shadow .15s ease;
    width: 100%;
}
.dh-field input:focus,
.dh-field textarea:focus {
    outline: none;
    border-color: var(--dh-blue3);
    box-shadow: 0 0 0 3px rgba(15, 115, 167, .12);
}
.dh-field textarea { resize: vertical; }
.dh-field.dh-invalid input,
.dh-field.dh-invalid textarea { border-color: #e23c3c; }

.dh-selected-expert {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #eef4fb;
    border: 1px solid #dde8f5;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 13px;
    color: var(--dh-navy);
    margin-bottom: 16px;
}
.dh-selected-expert i { color: var(--dh-blue3); }

.dh-form-msg {
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    margin-bottom: 16px;
}
.dh-form-msg.dh-ok { background: #e7f7ee; color: #1d7a47; border: 1px solid #bce6cf; }
.dh-form-msg.dh-err { background: #fdeaea; color: #b3322f; border: 1px solid #f4c4c2; }

.dh-btn[disabled] { opacity: .65; cursor: not-allowed; transform: none; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
    .dh-hero-grid { grid-template-columns: 1fr; gap: 28px; }
    .dh-detail-grid { grid-template-columns: 1fr; }
    .dh-hero-title { font-size: 32px; }
}
@media (max-width: 768px) {
    .dh-hero { padding: 30px 0 24px; }
    .dh-hero-title { font-size: 27px; }
    .dh-section-head { flex-direction: column; align-items: flex-start; }
    .dh-expert-card { flex: 0 0 calc(50% - 9px); width: calc(50% - 9px); }
    .dh-topics { grid-template-columns: 1fr; }
    .dh-detail-profile { flex-direction: column; }
    .dh-detail-photo { width: 110px; height: 130px; }
    .dh-form .dh-field-row { grid-template-columns: 1fr; gap: 0; }
    .dh-modal-box { padding: 24px 20px; margin: 4vh auto; }
    .dh-stat-hero .dh-stat-num { font-size: 34px; }
}
@media (max-width: 480px) {
    .dh-hero-title { font-size: 23px; }
    .dh-hero-actions { flex-direction: column; }
    .dh-hero-actions .dh-btn { width: 100%; }
    .dh-stat-row { grid-template-columns: 1fr; }
    .dh-expert-card { flex: 0 0 100%; width: 100%; }
}
