.teknik-sekmeler {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(13,27,42,0.06);
}

.teknik-sekme-basliklar {
    display: flex;
    flex-wrap: wrap;
    background: var(--renk-lacivert-koyu);
}

.teknik-sekme-basligi {
    flex: 1;
    min-width: 200px;
    background: transparent;
    border: none;
    color: #cbd5e1;
    padding: 18px 14px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: var(--gecis);
}

.teknik-sekme-basligi.aktif-sekme {
    background: var(--renk-turuncu);
    color: #fff;
}

.teknik-sekme-icerik {
    display: none;
    padding: 40px;
}

.teknik-sekme-icerik.aktif-icerik {
    display: block;
}

.hesap-form {
    max-width: 480px;
    margin: 0 auto;
}

.hesap-form .form-alan {
    margin-bottom: 18px;
}

.hesap-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--renk-lacivert-koyu);
}

.hesap-form input,
.hesap-form select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d6dde5;
    border-radius: var(--radius);
    font-size: 14px;
}

.hesap-form .btn {
    width: 100%;
    border: none;
}

.hesap-sonuc {
    margin-top: 20px;
    padding: 16px;
    background: var(--renk-gri-acik);
    border-radius: var(--radius);
    font-weight: 600;
    color: var(--renk-lacivert-koyu);
    text-align: center;
    min-height: 24px;
}

.hesap-sonuc:empty {
    padding: 0;
    background: transparent;
}
