/* ======================================================
   NUMEROLOJİ — CSS
   faldunyam.com teması (mor + pembe + monospace)
====================================================== */

.num-wrap {
    max-width: 820px;
    margin: 40px auto 70px;
    padding: 0 18px;
    font-family: monospace;
}

/* ---- Hero ---- */
.num-hero {
    text-align: center;
    background-color: rgb(75, 64, 95);
    color: #fff;
    border-radius: 16px;
    padding: 32px 24px;
    margin-bottom: 24px;
    box-shadow: 0 6px 20px rgba(75, 64, 95, 0.3);
}

.num-baslik {
    font-family: monospace;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 0 10px;
    font-size: 34px;
}

.num-aciklama {
    color: #ded6e8;
    font-size: 15px;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ---- Sekme menüsü ---- */
.num-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 26px;
}

.num-menu-btn {
    font-family: monospace;
    font-weight: bold;
    font-size: 14px;
    color: rgb(75, 64, 95);
    background-color: rgb(233, 217, 236);
    border: 2px solid rgb(75, 64, 95);
    border-radius: 10px;
    padding: 10px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.num-menu-btn:hover {
    background-color: #cc88b8;
    color: #fff;
}

.num-menu-btn.aktif {
    background-color: rgb(75, 64, 95);
    color: #fff;
}

.num-menu-ikon {
    margin-right: 4px;
}

/* ---- Paneller ---- */
.num-panel {
    display: none;
    background-color: rgb(233, 217, 236);
    border: 2px solid rgb(75, 64, 95);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 14px rgba(75, 64, 95, 0.18);
}

.num-panel.aktif {
    display: block;
    animation: numFade 0.3s ease;
}

@keyframes numFade {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.num-panel h2 {
    color: rgb(75, 64, 95);
    font-family: monospace;
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 23px;
}

.num-panel-aciklama {
    color: #4b405f;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 22px;
}

/* ---- Form ---- */
.num-form label {
    display: block;
    font-weight: bold;
    color: rgb(75, 64, 95);
    font-size: 14px;
    margin: 14px 0 6px;
}

.num-input {
    font-family: monospace;
    border: 1px solid rgb(75, 64, 95);
    border-radius: 8px;
    padding: 10px 12px;
    background-color: #fff;
    color: #2b2540;
    font-size: 15px;
}

.num-input:focus {
    outline: none;
    border-color: rgb(216, 129, 238);
    box-shadow: 0 0 0 0.2rem rgba(216, 129, 238, 0.3);
}

.num-genis {
    width: 100%;
}

.num-tarih-grup {
    display: flex;
    gap: 10px;
}

.num-tarih-grup .num-input {
    flex: 1;
    min-width: 0;
}

.num-hesapla {
    margin-top: 20px;
    background-color: rgb(75, 64, 95);
    color: #fff;
    font-family: monospace;
    font-weight: bold;
    font-size: 16px;
    border: none;
    padding: 12px 36px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    box-shadow: 0 4px 10px rgba(75, 64, 95, 0.3);
}

.num-hesapla:hover {
    background-color: rgb(216, 129, 238);
}

/* ---- Sonuç kartı ---- */
.num-sonuc {
    margin-top: 24px;
}

.num-sonuc-kart {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background-color: #fff;
    border: 2px solid rgb(75, 64, 95);
    border-radius: 14px;
    padding: 22px;
}

.num-sonuc-sayi {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    background-color: rgb(75, 64, 95);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: bold;
}

.num-sonuc-icerik h3 {
    margin: 0 0 6px;
    color: rgb(75, 64, 95);
    font-size: 18px;
    font-weight: bold;
}

.num-ozellik {
    display: inline-block;
    background-color: #cc88b8;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 12px;
    border-radius: 20px;
    margin: 0 0 10px;
}

.num-sonuc-icerik p {
    color: #2b2540;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 8px;
}

/* ---- Aşk uyumu sonucu ---- */
.num-ask-sonuc {
    text-align: center;
    background-color: #fff;
    border: 2px solid rgb(75, 64, 95);
    border-radius: 14px;
    padding: 24px;
}

.num-ask-sayilar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 14px;
}

.num-ask-rozet {
    width: 56px;
    height: 56px;
    background-color: rgb(75, 64, 95);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
}

.num-ask-kalp {
    font-size: 26px;
}

.num-ask-yuzde {
    font-size: 26px;
    font-weight: bold;
    color: #d6336c;
    margin-bottom: 10px;
}

.num-ask-bar {
    background-color: #e9d9ec;
    border: 1px solid rgb(75, 64, 95);
    border-radius: 20px;
    height: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}

.num-ask-bar-dolu {
    background-color: #d6336c;
    height: 100%;
    border-radius: 20px;
    transition: width 0.6s ease;
}

.num-ask-sonuc p {
    color: #2b2540;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* ---- Günlük numeroloji ---- */
.num-gunluk-kutu {
    text-align: center;
    background-color: #fff;
    border: 2px solid rgb(75, 64, 95);
    border-radius: 14px;
    padding: 28px;
}

.num-gunluk-tarih {
    color: #6a5d80;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 14px;
}

.num-gunluk-sayi {
    width: 90px;
    height: 90px;
    margin: 0 auto 16px;
    background-color: rgb(75, 64, 95);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    font-weight: bold;
}

.num-gunluk-mesaj {
    color: #2b2540;
    font-size: 15px;
    line-height: 1.6;
    max-width: 520px;
    margin: 0 auto;
}

/* ---- Hata ---- */
.num-hata {
    background-color: #fadddd;
    color: #8a2230;
    border: 2px solid #f0a3ab;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.num-not {
    text-align: center;
    color: #6a5d80;
    font-size: 13px;
    margin-top: 26px;
}

/* ---- Mobil ---- */
@media screen and (max-width: 576px) {
    .num-baslik { font-size: 27px; }
    .num-panel { padding: 20px; }
    .num-menu-btn { font-size: 12px; padding: 8px 10px; }
    .num-sonuc-kart { flex-direction: column; align-items: center; text-align: center; }
}
