/* ARMA Typography Overrides
   Anchor: p = 1rem (16px), h3 = 1.25rem (20px)
   Scale ratio ~1.2 */
:root {
    --body-font-size:    0.9rem;
    --body-line-height:  1.65em;
    --body-font-color:   #000;

    --h1-font-size:      2rem;
    --h1-line-height:    1.2em;
    --h1-margin-bottom:  .6em;

    --h2-font-size:      1.5rem;
    --h2-line-height:    1.25em;
    --h2-margin-bottom:  .5em;

    --h3-font-size:      1.25rem;
    --h3-line-height:    1.3em;
    --h3-margin-bottom:  .5em;

    --h4-font-size:      1.125rem;
    --h4-line-height:    1.35em;
    --h4-margin-bottom:  .4em;

    --h5-font-size:      1rem;
    --h5-line-height:    1.4em;
    --h5-margin-bottom:  .4em;

    --h6-font-size:      0.875rem;
    --h6-line-height:    1.4em;
    --h6-margin-bottom:  .3em;

    --btn-font-size:     0.9rem;
}

body {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #000;
}

p, li {
    font-size: 1rem;
    line-height: 1.65;
    /* color inherit'edilir; dark sections'da .text-light beyaza çevirir */
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
}

p { margin-bottom: 1em; }

.lead {
    font-size: 1.125rem;
    line-height: 1.6;
}

small, .small {
    font-size: 0.875rem;
}

/* Slider hero başlığı için biraz daha vurgulu, ama default'tan çok daha makul */
.swiper-banner-slider h1,
section.text-light h1.split,
.swiper h1 {
    font-size: 2.25rem;
    line-height: 1.2;
}

/* Subheader (iç sayfa başlığı) */
#subheader h1,
#subheader h1.split {
    font-size: 2rem;
    line-height: 1.2;
}

/* Split title aşırı büyük göstergesi varsa düşür */
h1.split { font-size: 2rem; }
h2.split { font-size: 1.5rem; }
h3.split { font-size: 1.25rem; }

/* CTA banner başlığı */
section.bg-color h3.fs-32,
section.bg-dark h3.fs-32,
section.bg-color h3.split.fs-32 {
    font-size: 1.5rem;
}

/* Footer widget başlıkları biraz daha sıkı */
footer .widget h5 {
    font-size: 1rem;
    margin-bottom: 14px;
}

/* Sayaç sayıları (timer) — büyük sayılar olarak kalır ama daha makul */
.de_count h3,
.de_count h3.fs-40,
.de_count h3.fs-50 {
    font-size: 2.25rem;
    line-height: 1.1;
}


/* Mobil ufak düşürme */
@media (max-width: 768px) {
    .swiper h1,
    .swiper-banner-slider h1 { font-size: 1.75rem; }
    h1.split,
    #subheader h1.split { font-size: 1.625rem; }
    h2.split { font-size: 1.35rem; }
    .de_count h3 { font-size: 1.875rem; }
}
