/* ==========================================================================
   Hizmet kataloğu ve hizmet detayı (halka açık sayfalar)
   Kök font-size bu sitede 12px olduğundan ölçüler px ile verilir.
   ========================================================================== */

.hz-alan {
    background: #f5f8fa;
    padding: 34px 0 60px;
}

.hz-giris { margin-bottom: 26px; }

.hz-h1 {
    font-size: 30px;
    font-weight: 700;
    color: #181c32;
    margin: 0 0 8px;
}
.hz-h2 {
    font-size: 19px;
    font-weight: 700;
    color: #181c32;
    margin: 0 0 14px;
}
.hz-spot {
    font-size: 15px;
    color: #5e6278;
    max-width: 760px;
    margin: 0;
    line-height: 1.6;
}

/* ------------------------------------------------------------- Kartlar */

.hz-kart {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    background: #fff;
    border: 1px solid #e4e6ef;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow .18s, transform .18s, border-color .18s;
}
.hz-kart:hover {
    border-color: #009ef7;
    box-shadow: 0 10px 28px rgba(24, 28, 50, .10);
    transform: translateY(-2px);
}
.hz-kart.one-cikan { border-color: #ffc700; }
.hz-kart.one-cikan:hover { border-color: #f1bc00; }

.hz-rozet-one {
    position: absolute;
    top: 12px; left: 12px;
    z-index: 2;
    background: #ffc700;
    color: #3f3000;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
}

.hz-kart-gorsel {
    height: 170px;
    background: #eef3f7;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hz-kart-gorsel img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hz-kart-ikon { font-size: 44px; color: #9aa6c0; }
.hz-kart-ikon i { font-size: 44px; }

.hz-kart-govde {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.hz-kart-ad {
    font-size: 16px;
    font-weight: 700;
    color: #181c32;
    margin: 0 0 6px;
    line-height: 1.35;
}
.hz-kart-ozet {
    font-size: 13px;
    color: #7e8299;
    line-height: 1.55;
    margin: 0 0 14px;
    flex: 1 1 auto;
}
.hz-kart-alt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #eef0f6;
    padding-top: 12px;
    margin-top: auto;
}

.hz-fiyat {
    font-size: 17px;
    font-weight: 700;
    color: #009ef7;
    white-space: nowrap;
}
.hz-fiyat small { font-size: 12px; font-weight: 500; color: #7e8299; }
.hz-fiyat-teklif {
    font-size: 13px;
    font-weight: 600;
    color: #5e6278;
    background: #eef3f7;
    padding: 5px 11px;
    border-radius: 18px;
}
.hz-fiyat-teklif i { margin-right: 4px; }

.hz-termin {
    font-size: 12px;
    color: #7e8299;
    white-space: nowrap;
}

.hz-dipnot {
    margin-top: 26px;
    font-size: 12px;
    color: #a1a5b7;
    text-align: center;
}

.hz-bos {
    background: #fff;
    border: 1px solid #e4e6ef;
    border-radius: 12px;
    padding: 60px 24px;
    text-align: center;
    color: #7e8299;
}
.hz-bos i { font-size: 46px; color: #d7dae6; display: block; margin-bottom: 14px; }
.hz-bos-baslik { font-size: 18px; font-weight: 700; color: #181c32; margin-bottom: 8px; }
.hz-bos p { max-width: 520px; margin: 0 auto 20px; font-size: 14px; line-height: 1.6; }

/* -------------------------------------------------------------- Detay */

.hz-detay-ust {
    background: #fff;
    border: 1px solid #e4e6ef;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.hz-detay-gorsel { height: 260px; background: #eef3f7; }
.hz-detay-gorsel img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hz-detay-baslik { padding: 20px 22px 22px; }

.hz-tip-rozet {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding: 4px 10px;
    border-radius: 16px;
    margin-bottom: 10px;
    background: #eef3f7;
    color: #5e6278;
}
.hz-tip-sabit   { background: #e8fff3; color: #1b7a4b; }
.hz-tip-birim   { background: #eaf6ff; color: #0b6ea8; }
.hz-tip-saatlik { background: #eef6ff; color: #2a5f9e; }

.hz-blok {
    background: #fff;
    border: 1px solid #e4e6ef;
    border-radius: 12px;
    padding: 20px 22px;
    margin-bottom: 20px;
}
.hz-metin { font-size: 14px; line-height: 1.7; color: #3f4254; }

.hz-kunye-satir {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    padding: 10px 0;
    border-bottom: 1px dashed #eef0f6;
    font-size: 14px;
}
.hz-kunye-satir:last-child { border-bottom: 0; }
.hz-kunye-ad { flex: 0 0 170px; color: #7e8299; }
.hz-kunye-deger { color: #181c32; flex: 1 1 220px; }
.hz-ikincil { color: #7e8299; font-size: 13px; }

/* ------------------------------------------------------- Hesaplayıcı */

.hz-hesap-satir { max-width: 280px; margin-bottom: 16px; }
.hz-hesap-etiket { display: block; font-size: 13px; color: #5e6278; margin-bottom: 6px; font-weight: 600; }
.hz-hesap .form-control { border: 1px solid #c5cad6; height: 44px; font-size: 15px; }
.hz-hesap .form-control:focus { border-color: #009ef7; box-shadow: 0 0 0 .2rem rgba(0,158,247,.15); }

.hz-hesap-sonuc { border-top: 1px solid #eef0f6; padding-top: 14px; }
.hz-hesap-sonuc > div {
    display: flex; justify-content: space-between; align-items: baseline;
    padding: 6px 0; font-size: 14px;
}
.hz-hesap-ad { color: #7e8299; }
.hz-hesap-deger { font-weight: 600; color: #181c32; }
.hz-hesap-toplam { border-top: 1px solid #eef0f6; margin-top: 6px; padding-top: 12px !important; }
.hz-hesap-toplam .hz-hesap-deger { font-size: 20px; font-weight: 700; color: #009ef7; }

.hz-uyari {
    margin: 14px 0 0;
    font-size: 12px;
    color: #7e8299;
    background: #fff8e6;
    border: 1px solid #ffeab0;
    border-radius: 8px;
    padding: 10px 12px;
    line-height: 1.55;
}

/* --------------------------------------------------------- Makineler */

.hz-makine {
    display: flex; gap: 12px;
    border: 1px solid #eef0f6;
    border-radius: 10px;
    padding: 14px;
    height: 100%;
    background: #fcfdfe;
}
.hz-makine-ikon {
    flex: 0 0 42px; height: 42px;
    border-radius: 9px;
    background: #eaf6ff; color: #009ef7;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
}
.hz-makine-ad { font-size: 14px; font-weight: 700; color: #181c32; }
.hz-makine-marka { font-size: 12px; color: #7e8299; margin-bottom: 6px; }
.hz-makine-kunye { list-style: none; margin: 0; padding: 0; font-size: 12px; color: #3f4254; }
.hz-makine-kunye li { display: flex; gap: 8px; padding: 2px 0; }
.hz-makine-kunye li span { flex: 0 0 96px; color: #a1a5b7; }

/* --------------------------------------------------------------- CTA */

.hz-cta {
    background: #fff;
    border: 1px solid #e4e6ef;
    border-radius: 12px;
    padding: 22px;
    position: sticky;
    top: 20px;
}
.hz-cta-fiyat { margin-bottom: 6px; }
.hz-cta-fiyat .hz-fiyat { font-size: 24px; }
.hz-cta-termin { font-size: 13px; color: #7e8299; }
.hz-cta-not,
.hz-cta-uyari,
.hz-cta-bilgi {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.55;
    border-radius: 8px;
    padding: 10px 12px;
}
.hz-cta-not   { background: #f5f8fa; color: #5e6278; }
.hz-cta-uyari { background: #fff5f8; color: #a41b45; border: 1px solid #ffd6e2; }
.hz-cta-bilgi { background: #e8fff3; color: #1b7a4b; border: 1px solid #c6f2dc; }

.hz-cta-geri {
    display: inline-block;
    margin-top: 16px;
    font-size: 13px;
    color: #7e8299;
    text-decoration: none;
}
.hz-cta-geri:hover { color: #009ef7; }

/* --------------------------------------------------------- Duyarlılık */

@media (max-width: 991.98px) {
    .hz-cta { position: static; }
}
@media (max-width: 575.98px) {
    .hz-alan { padding: 22px 0 40px; }
    .hz-h1 { font-size: 24px; }
    .hz-detay-gorsel { height: 190px; }
    .hz-kunye-ad { flex: 0 0 100%; }
}
