﻿/*=========================================================
  ENMODÜLER YAZILIM — TİPOGRAFİ
=========================================================*/

h1, h2, h3, h4, h5, h6 {
    color: var(--title);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 0;
}

h1 { font-size: clamp(42px, 5vw, 74px); }
h2 { font-size: clamp(32px, 3vw, 52px); }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }

p {
    margin-bottom: 0;
}

/* Bölüm başlığı yardımcı sınıfları (tüm sayfalarda ortak) */

.en-section {
    padding: 20px 0;
}

.en-section-sm {
    padding: 80px 0;
}

.en-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 50px;
    background: var(--primary-50);
    color: var(--primary);
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 22px;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.en-section-title {
    margin-bottom: 18px;
    color: var(--title);
}

.en-section-desc {
    max-width: 680px;
    color: #666;
    font-size: 18px;
    line-height: 1.9;
}
