/* PureFaceLab — rehber bileşenleri ve yeni sayfalar. site.css ve kutuphane.css (ilk site tasarımı) üzerine eklenir. */

/* Üst menü kuralları site.css'in sonunda (dil seçiciyle birlikte). */

/* Alt bilgi bağlantıları */
.footer-links { margin-left: auto; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 13px; }
.footer-links a:hover { color: #b33b2c; }
@media (max-width: 760px) { .footer-links { margin-left: 0; } }

/* Ana sayfa: kart bağlantısı mobil ızgarayı bozmasın (ilk sitede bağlantı sonradan sarmalayıcı olarak eklenmişti) */
@media (max-width: 760px) {
  .editorial > .home-article-link { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: end; }
}

/* Ana sayfa: kaynaklı rehberler şeridi */
.ana-rehberler { margin-top: 64px; }
.ana-rehberler .list-heading h3 { font-size: 26px; letter-spacing: -.8px; }

/* Kapaklarda şişeler sağda: kırpılınca görünür kalsın */
.card-picture img.kapak-sagda, .featured-image img.kapak-sagda { object-position: 72% center; }
.article-cover > img.kapak-sagda { object-position: 68% 52%; }
.card-picture img.kapak-solda, .featured-image img.kapak-solda { object-position: 28% center; }
.article-cover > img.kapak-solda { object-position: 32% 52%; }

/* Taslak şeridi */
.taslak-seridi { display: inline-block; margin: -16px 0 22px; padding: 9px 16px; border-radius: 12px; background: #fff2e6; border: 1px solid #f6d3bd; color: #8a4b35; font-size: 13px; line-height: 1.5; }
.taslak-seridi b { color: #b34a38; }

/* Yazı gövdesi */
.toc-sticky { max-height: calc(100vh - 40px); overflow-y: auto; scrollbar-width: thin; }
.article-body { counter-reset: bolum; }
.article-body p { margin: 0 0 18px; }
.article-body ul, .article-body ol { margin: 0 0 22px; }
.article-body > h2 { counter-increment: bolum; margin: 56px 0 18px; scroll-margin-top: 30px; }
.article-body > h2::before { content: counter(bolum, decimal-leading-zero); display: block; margin-bottom: 12px; font: 500 12px/1 'DM Sans', sans-serif; letter-spacing: 1px; color: #b9654b; }
.article-body > h2#kaynaklar { border-top: 1px solid #ddd2c8; padding-top: 30px; }
.article-body > h2#kaynaklar::before { content: 'DAHA YAKINDAN İNCELE'; font-weight: 800; letter-spacing: 2px; color: var(--ink); }
.article-body h3 { font-size: 21px; letter-spacing: -.4px; line-height: 1.4; margin: 34px 0 10px; scroll-margin-top: 30px; }
.article-body strong { color: #3b3531; }
.article-body .quick-answer p { margin: 12px 0 0; }

/* Atıflar */
.atif { white-space: nowrap; font-size: .82em; color: #9b6b5c; }
.article-body .atif a { color: #b24937; text-decoration: none; }
.article-body .atif a:hover { text-decoration: underline; }

/* İçindekiler (mobil) */
.inline-toc { display: none; }
@media (max-width: 760px) {
  .rehber-sayfasi .toc { display: none; }
  .inline-toc { display: block; margin: 0 0 32px; padding: 2px 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
  .inline-toc summary { display: flex; justify-content: space-between; padding: 14px 0; cursor: pointer; list-style: none; font: 800 12px/1.4 'DM Sans', sans-serif; letter-spacing: 1.6px; text-transform: uppercase; }
  .inline-toc summary::-webkit-details-marker { display: none; }
  .inline-toc summary::after { content: '＋'; font-size: 18px; line-height: 1; }
  .inline-toc[open] summary::after { content: '−'; }
  .inline-toc ol { margin: 0 0 14px; padding-left: 22px; }
  .article-body .inline-toc li { margin: 8px 0; font-size: 15px; line-height: 1.5; }
  .article-body .inline-toc a { color: #72665e; text-decoration: none; }
}

/* Hızlı bilgi kartı */
.bilgi-karti { margin: 0 0 40px; padding: 24px 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px #3a221a0a; }
.bilgi-karti ul { list-style: none; padding: 0; margin: 12px 0 0; }
.article-body .bilgi-karti li { margin: 0; padding: 10px 0; border-bottom: 1px solid #f1ebe5; font-size: 15.5px; line-height: 1.7; }
.article-body .bilgi-karti li:last-child { border-bottom: 0; padding-bottom: 0; }
.bilgi-karti strong { color: var(--ink); }

/* Birlikte kullanım hükmü */
.hukum-kutusu { margin: 0 0 32px; padding: 26px 30px; border-radius: 18px; background: #dfe9d9; }
.hukum-ayri-zamanlarda, .hukum-dikkatle { background: #ffe9dc; }
.hukum-birlikte-kullanilmaz { background: #fde2e0; }
.hukum-rozet { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 30px; background: #51684b; color: #fff; font-size: 13px; font-weight: 700; }
.hukum-ayri-zamanlarda .hukum-rozet, .hukum-dikkatle .hukum-rozet { background: #b85235; }
.hukum-birlikte-kullanilmaz .hukum-rozet { background: #a3372b; }
.article-body .hukum-kutusu p { margin: 14px 0 0; color: #3f3a36; font-size: 18px; line-height: 1.75; }
.hukum-kutusu strong { color: var(--ink); }

/* Dermatolog uyarısı ve okuma notu */
.uyari-kutusu { margin: 32px 0; padding: 22px 26px; border-left: 4px solid var(--coral); border-radius: 0 16px 16px 0; background: #fff2e6; }
.article-body .uyari-kutusu p { margin: 0 0 8px; }
.article-body .uyari-kutusu ul { margin: 6px 0 0; }
.article-body .uyari-kutusu li { margin-bottom: 4px; font-size: 16px; }
.article-body .reading-note p { margin: 8px 0 0; font-size: 15px; }
.article-body .reading-note p:first-child { margin-top: 0; }
.reading-note strong { font-size: 17px; color: var(--ink); }

/* Bağlamsal CTA */
.rehber-cta { display: grid; grid-template-columns: auto 1fr; gap: 6px 20px; align-items: center; margin: 36px 0; padding: 24px 28px; border-radius: 20px; background: #eedff7; }
.rehber-cta-yildiz { grid-row: span 2; align-self: start; font-size: 44px; line-height: 1; color: #ad7cc1; }
.article-body .rehber-cta-metin p { margin: 0; color: #4e3f57; font-size: 17px; line-height: 1.7; }
.rehber-cta-metin strong { color: var(--ink); }
.rehber-cta-eylem { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-top: 10px; }
.rehber-cta-eylem .button { gap: 14px; padding: 12px 20px; font-size: 14px; }
.rehber-cta-eylem small { font-size: 12px; color: #786382; }
@media (max-width: 760px) {
  .rehber-cta { grid-template-columns: 1fr; padding: 22px; }
  .rehber-cta-yildiz { display: none; }
}

/* Görseller ve tablolar */
.rehber-gorsel { margin: 36px 0; }
.rehber-gorsel img { display: block; width: 100%; height: auto; border-radius: 18px; background: #f5ede6; }
.tablo-sarici { overflow-x: auto; margin: 26px 0 34px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.tablo-sarici table { width: 100%; min-width: 520px; border-collapse: collapse; font-size: 15px; line-height: 1.6; }
.tablo-sarici th, .tablo-sarici td { padding: 13px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid #f0e9e2; color: #4f4843; }
.tablo-sarici thead th { background: #f5e9e1; color: var(--ink); font-size: 14px; font-weight: 700; }
.tablo-sarici tbody tr:last-child > * { border-bottom: 0; }
.tablo-sarici tbody th { color: var(--ink); font-weight: 600; }

/* Kaynakça ve güven kutusu */
.article-body .kaynak-listesi { padding-left: 22px; }
.article-body .kaynak-listesi li { margin: 12px 0; font-size: 14px; line-height: 1.7; color: #5f5751; overflow-wrap: anywhere; scroll-margin-top: 40px; }
.article-body .kaynak-listesi li:target { background: #fff2e6; border-radius: 8px; }
.article-body .kaynak-notu { font-size: 12.5px; color: #8b7c71; }
.guven-kutusu { display: flex; gap: 17px; margin: 40px 0 10px; padding: 26px 0; border-top: 1px solid #e3dad1; border-bottom: 1px solid #e3dad1; }
.article-body .guven-kutusu p { margin: 0; font-size: 14.5px; line-height: 1.8; }
.guven-kutusu strong { display: block; margin-bottom: 6px; font-size: 15px; color: var(--ink); }

/* Bölüm sayfası: uyumluluk tablosu */
.uyumluluk { margin-bottom: 40px; }
.uyumluluk h2 { margin: 0 0 6px; font-size: 30px; }
.uyumluluk th a { color: #b24937; text-decoration: underline; text-underline-offset: 3px; }
.hukum-etiketi { display: inline-block; padding: 5px 12px; border-radius: 30px; background: #dfe9d9; color: #3d5237; font-size: 12.5px; font-weight: 700; white-space: nowrap; }
.hukum-etiketi.hukum-ayri-zamanlarda, .hukum-etiketi.hukum-dikkatle { background: #ffe1d1; color: #8a3d27; }
.hukum-etiketi.hukum-birlikte-kullanilmaz { background: #fde2e0; color: #8f2c22; }
.tablo-notu { font-size: 13px; color: #8b7e74; }

.bulunamadi-eylem { margin-top: 28px; }

/* Kök adres: dil seçimi */
.dil-secimi main { max-width: 900px; padding-top: 60px; padding-bottom: 60px; }
.dil-secimi h1 { font-size: clamp(38px, 5vw, 58px); margin: 36px 0 18px; }
.dil-secimi h1 span { color: #de503d; }
.dil-secimi > main > p { font-size: 17px; max-width: 520px; }
.dil-listesi { list-style: none; padding: 0; margin: 40px 0 30px; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.dil-listesi a { display: block; height: 100%; padding: 22px 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .2s, border-color .2s; }
.dil-listesi a:hover { transform: translateY(-3px); border-color: var(--coral); }
.dil-listesi b { font: 600 22px/1.3 Manrope, sans-serif; letter-spacing: -.5px; }
.dil-listesi span { display: block; margin: 8px 0 14px; font-size: 14px; line-height: 1.6; color: var(--muted); }
.dil-listesi small { font-size: 13px; font-weight: 700; color: #b34a38; }
.dil-not { font-size: 12px; color: #8b7c71; }
