/* ================================================================
   Mutlu Müşteriler (mh-) — section.mutlu.musteri.php partial CSS
   Sol intro + sağ stats kart (4 stat: 50.000+ site / 11.000+ alan adı /
   Türkiye / 7/24 destek)
   Sayfalar arası ortak component — yeni sayfaya partial eklenirken
   bu CSS de yüklenmeli.
   ================================================================ */
.mh-section { padding: 4rem 0 2rem; background: #fff; }
.mh-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.4fr;
    gap: 3rem;
    align-items: center;
}
.mh-intro { padding-right: 1rem; }
.mh-eyebrow {
    display: inline-block;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    margin-bottom: 14px;
}
.mh-eyebrow strong { color: #0f172a; font-weight: 700; }
.mh-title {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 800;
    line-height: 1.15;
    color: #0f172a;
    margin: 0 0 1.25rem;
    letter-spacing: -0.02em;
}
.mh-title-accent { color: #F97316; }
.mh-desc {
    font-size: 15px;
    color: #475569;
    line-height: 1.65;
    margin: 0 0 1.75rem;
    max-width: 420px;
}
.mh-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.mh-cta-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: #F97316; color: #fff;
    padding: 12px 24px; border-radius: 10px;
    font-weight: 700; font-size: 14.5px;
    text-decoration: none; transition: all 0.2s;
    box-shadow: 0 6px 16px rgba(249, 115, 22, 0.25);
}
.mh-cta-primary:hover {
    background: #EA580C; color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(249, 115, 22, 0.35);
}
.mh-cta-primary i { font-size: 12px; transition: transform 0.2s; }
.mh-cta-primary:hover i { transform: translateX(3px); }
.mh-cta-secondary {
    display: inline-flex; align-items: center;
    background: #fff; color: #0f172a;
    padding: 12px 22px; border-radius: 10px;
    font-weight: 600; font-size: 14.5px;
    text-decoration: none; transition: all 0.2s;
    border: 1px solid #e2e8f0;
}
.mh-cta-secondary:hover {
    border-color: #F97316; color: #F97316;
    transform: translateY(-2px);
}

/* Stats card (sağ) */
.mh-stats-card {
    background: #FAFAF7;
    border: 1px solid #f1f5f9;
    border-radius: 18px;
    padding: 1.75rem 1.75rem 1rem;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}
.mh-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.mh-stat-item {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}
.mh-stat-icon {
    width: 38px; height: 38px;
    border-radius: 9px;
    background: #F97316;
    color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 16px;
    margin-bottom: 14px;
    box-shadow: 0 4px 10px rgba(249, 115, 22, 0.25);
}
.mh-stat-num {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 8px;
}
.mh-stat-label {
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.4;
    margin-bottom: 12px;
    flex-grow: 1;
}
.mh-stat-trend {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 11px; font-weight: 600;
    color: #16A34A;
    background: rgba(22, 163, 74, 0.08);
    padding: 3px 8px;
    border-radius: 6px;
    margin-top: auto;
}
.mh-stat-trend i { font-size: 9px; }
.mh-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #16A34A;
    flex-shrink: 0;
}
.mh-stats-note {
    margin: 1.25rem 0 0;
    text-align: right;
    font-size: 11px;
    color: #94a3b8;
}
.mh-stats-note a { color: #64748b; text-decoration: underline; }
.mh-stats-note a:hover { color: #F97316; }

@media (max-width: 991px) {
    .mh-section { padding: 3rem 0 1.5rem; }
    .mh-grid { grid-template-columns: 1fr; gap: 2rem; }
    .mh-intro { padding-right: 0; }
    .mh-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
}
@media (max-width: 480px) {
    .mh-stats-grid { grid-template-columns: 1fr; }
    .mh-stats-card { padding: 1.5rem 1.25rem 1rem; }
    .mh-actions { width: 100%; }
    .mh-cta-primary, .mh-cta-secondary { flex: 1 1 auto; justify-content: center; }
}
