/* ======================================================
   ÇİN ASTROLOJİSİ — CSS
   Site teması (mor+pembe+monospace) + kırmızı/altın vurgu
====================================================== */

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

/* ---- Hero ---- */
.cn-hero {
    text-align: center;
    background: linear-gradient(135deg, rgb(75, 64, 95), #7a2d3a);
    color: #fff;
    border-radius: 16px;
    padding: 34px 24px;
    margin-bottom: 28px;
    box-shadow: 0 6px 20px rgba(75, 64, 95, 0.3);
}

.cn-baslik {
    font-family: monospace;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 12px;
    font-size: 33px;
}

.cn-aciklama {
    color: #ecd9e4;
    font-size: 15px;
    max-width: 660px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ---- Hesaplama formu ---- */
.cn-form-kart {
    background-color: rgb(233, 217, 236);
    border: 2px solid rgb(75, 64, 95);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 36px;
    box-shadow: 0 4px 14px rgba(75, 64, 95, 0.18);
}

.cn-form-baslik {
    text-align: center;
    color: rgb(75, 64, 95);
    font-family: monospace;
    font-weight: bold;
    font-size: 23px;
    margin: 0 0 22px;
}

.cn-form label {
    display: block;
    font-weight: bold;
    color: rgb(75, 64, 95);
    font-size: 14px;
    margin-bottom: 8px;
}

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

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

.cn-input:focus {
    outline: none;
    border-color: #c0392b;
    box-shadow: 0 0 0 0.2rem rgba(192, 57, 43, 0.2);
}

.cn-not-kucuk {
    font-size: 12px;
    color: #6a5d80;
    margin: 12px 0 0;
    line-height: 1.5;
}

.cn-hesapla {
    display: block;
    width: 100%;
    margin-top: 18px;
    background-color: #c0392b;
    color: #fff;
    font-family: monospace;
    font-weight: bold;
    font-size: 16px;
    border: none;
    padding: 13px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    box-shadow: 0 4px 10px rgba(192, 57, 43, 0.3);
}

.cn-hesapla:hover {
    background-color: #e0503e;
}

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

.cn-sonuc-kart {
    background-color: #fff;
    border: 2px solid #c0392b;
    border-radius: 14px;
    padding: 24px;
}

.cn-sonuc-ust {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}

.cn-sonuc-emoji {
    font-size: 54px;
    line-height: 1;
    flex-shrink: 0;
}

.cn-sonuc-ust h3 {
    margin: 0 0 8px;
    color: rgb(75, 64, 95);
    font-size: 24px;
    font-weight: bold;
}

.cn-rozetler { display: flex; gap: 8px; }

.cn-rozet {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 12px;
    border-radius: 20px;
    color: #fff;
}

.cn-elem { background-color: #c0392b; }
.cn-yy   { background-color: rgb(75, 64, 95); }

.cn-sonuc-ozet {
    font-size: 16px;
    font-weight: bold;
    color: #c0392b;
    margin: 0 0 12px;
}

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

.cn-elem-kutu {
    background-color: #f7e9d0;
    border: 1px solid #d4a843;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 13px !important;
    line-height: 1.6;
    color: #6b4e16 !important;
    margin-bottom: 14px !important;
}

.cn-detay-link {
    display: inline-block;
    color: #c0392b;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.cn-detay-link:hover { text-decoration: underline; }

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

/* ---- 12 burç ızgarası ---- */
.cn-burclar-baslik {
    text-align: center;
    color: rgb(75, 64, 95);
    font-family: monospace;
    font-weight: bold;
    font-size: 26px;
    margin: 0 0 22px;
}

.cn-burc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
    gap: 14px;
    margin-bottom: 36px;
}

.cn-burc-kutu {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    background-color: rgb(233, 217, 236);
    border: 2px solid rgb(75, 64, 95);
    border-radius: 14px;
    padding: 18px 12px;
    transition: all 0.2s ease;
}

.cn-burc-kutu:hover {
    background-color: #c0392b;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(192, 57, 43, 0.3);
}

.cn-burc-emoji {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 8px;
}

.cn-burc-ad {
    font-weight: bold;
    font-size: 17px;
    color: rgb(75, 64, 95);
    margin-bottom: 4px;
}

.cn-burc-ozet {
    font-size: 12px;
    color: #6a5d80;
    line-height: 1.4;
}

.cn-burc-kutu:hover .cn-burc-ad,
.cn-burc-kutu:hover .cn-burc-ozet {
    color: #fff;
}

/* ---- Uyum CTA ---- */
.cn-uyum-cta {
    text-align: center;
    background-color: rgb(75, 64, 95);
    color: #fff;
    border-radius: 14px;
    padding: 26px;
    margin-bottom: 26px;
}

.cn-uyum-cta p {
    font-size: 16px;
    margin: 0 0 16px;
}

.cn-uyum-btn {
    display: inline-block;
    background-color: #d4a843;
    color: #4b2e00;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.cn-uyum-btn:hover { background-color: #e8be58; }

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

/* ---- Mobil ---- */
@media screen and (max-width: 576px) {
    .cn-baslik { font-size: 26px; }
    .cn-form-kart { padding: 20px; }
    .cn-burc-grid { grid-template-columns: repeat(auto-fill, minmax(105px, 1fr)); gap: 10px; }
    .cn-burc-emoji { font-size: 32px; }
    .cn-sonuc-ust { flex-direction: column; text-align: center; }
}
