/* =========================================================
   guvenilirhocaforum.com — paylaşılan stiller
   Tema: "Gece Danışma" — gece göğü laciverti + mum ışığı altını
   ========================================================= */

:root {
  --bg:        #14132B;   /* gece laciverti */
  --bg-2:      #100F22;   /* daha koyu zemin */
  --surface:   #1E1C3A;   /* kart yüzeyi */
  --surface-2: #262346;   /* yükseltilmiş kart */
  --line:      #332F58;   /* ince çizgiler */
  --text:      #E9E6F4;   /* ana metin */
  --muted:     #9B97B8;   /* ikincil metin */
  --gold:      #D9A441;   /* mum ışığı altını (vurgu) */
  --gold-soft: #F0CE83;
  --whatsapp:  #25D366;   /* WhatsApp marka yeşili */
  --danger:    #E06B6B;
  --radius:    14px;
  --maxw:      980px;
  --shadow:    0 18px 40px -22px rgba(0,0,0,.7);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(217,164,65,.08), transparent 60%),
    radial-gradient(900px 500px at 0% 0%, rgba(99,82,168,.18), transparent 55%),
    var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--gold-soft); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

/* ---------- Placeholder bilgi şeridi ---------- */
.demo-bar {
  background: repeating-linear-gradient(45deg, #2a2647, #2a2647 12px, #2f2b51 12px, #2f2b51 24px);
  color: var(--gold-soft);
  font-size: 13px;
  text-align: center;
  padding: 8px 16px;
  border-bottom: 1px solid var(--line);
}
.demo-bar strong { color: #fff; }

/* ---------- Üst başlık / menü ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(16,15,34,.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; gap: 18px;
  padding: 14px 0; flex-wrap: wrap;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 22px; font-weight: 600; letter-spacing: .3px;
  color: var(--text);
}
.brand:hover { text-decoration: none; }
.brand .moon {
  width: 26px; height: 26px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, var(--gold-soft), var(--gold) 70%);
  box-shadow: 0 0 18px rgba(217,164,65,.55), inset -6px -4px 0 rgba(20,19,43,.85);
}
.brand b { color: var(--gold); font-weight: 700; }
.nav-links { display: flex; gap: 6px; margin-left: auto; flex-wrap: wrap; }
.nav-links a {
  color: var(--muted); font-size: 14.5px; font-weight: 500;
  padding: 8px 12px; border-radius: 9px;
}
.nav-links a:hover { color: var(--text); background: var(--surface); text-decoration: none; }
.nav-links a.active { color: var(--gold); background: var(--surface); }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 64px 0 40px; overflow: hidden; }
.hero .stars { position: absolute; inset: 0; pointer-events: none; opacity: .7; }
.eyebrow {
  font-size: 12.5px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 14px;
}
.hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600; font-size: clamp(30px, 5vw, 50px);
  line-height: 1.08; margin: 0 0 16px;
}
.hero h1 em { color: var(--gold-soft); font-style: italic; }
.hero p { color: var(--muted); font-size: 18px; max-width: 640px; margin: 0 0 26px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 12px 20px; border-radius: 11px;
  font-weight: 600; font-size: 15px; cursor: pointer;
  border: 1px solid transparent; transition: transform .12s ease, background .2s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: #20180a; }
.btn-gold:hover { background: var(--gold-soft); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--line); }
.btn-ghost:hover { background: var(--surface); }
.btn-wa {
  background: var(--whatsapp); color: #062b14; font-weight: 700;
}
.btn-wa:hover { background: #2ee676; }
.btn-wa svg { width: 19px; height: 19px; }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Bölüm başlıkları ---------- */
.section { padding: 40px 0; }
.section-head { margin-bottom: 26px; }
.section-head h2 {
  font-family: "Fraunces", Georgia, serif; font-weight: 600;
  font-size: 28px; margin: 0 0 6px;
}
.section-head p { color: var(--muted); margin: 0; }

/* ---------- Medyum tanıtım kartları (ana sayfa) ---------- */
.medium-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.medium-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow);
  display: flex; flex-direction: column;
}
.medium-card .avatar {
  width: 64px; height: 64px; border-radius: 50%; margin-bottom: 16px;
  display: grid; place-items: center; font-family: "Fraunces", serif;
  font-size: 28px; font-weight: 600; color: #20180a;
  background: radial-gradient(circle at 35% 30%, var(--gold-soft), var(--gold));
}
.medium-card h3 {
  font-family: "Fraunces", serif; font-size: 22px; margin: 0 0 4px;
}
.medium-card .role { color: var(--gold); font-size: 13px; letter-spacing: 1px;
  text-transform: uppercase; margin-bottom: 12px; }
.medium-card p { color: var(--muted); margin: 0 0 18px; flex: 1; }
.medium-card .card-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------- Forum başlık şeridi ---------- */
.thread-label {
  display: flex; align-items: center; gap: 12px; margin: 8px 0 18px;
}
.thread-label .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); }
.thread-label h2 { font-family: "Fraunces", serif; font-size: 24px; margin: 0; }
.thread-label .count {
  margin-left: auto; font-size: 13px; color: var(--muted);
  background: var(--surface); border: 1px solid var(--line);
  padding: 4px 10px; border-radius: 20px;
}

/* ---------- Yorumlar ---------- */
.comment-list { display: flex; flex-direction: column; gap: 12px; }
.comment {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 16px 18px;
  animation: fadein .3s ease;
}
.comment.new { border-color: var(--gold); }
.comment-top { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.comment-top .ava {
  width: 38px; height: 38px; border-radius: 50%; flex: none;
  display: grid; place-items: center; font-weight: 700; font-size: 15px;
  color: var(--text); background: var(--surface-2); border: 1px solid var(--line);
}
.comment-top .who { font-weight: 600; }
.comment-top .when { color: var(--muted); font-size: 12.5px; }
.comment-top .badge {
  margin-left: auto; font-size: 11px; letter-spacing: .5px;
  color: var(--gold); border: 1px solid var(--line); border-radius: 20px;
  padding: 2px 9px; text-transform: uppercase;
}
.comment .body { color: #d6d3e6; margin: 0; }

@keyframes fadein { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.show-more {
  margin-top: 16px; text-align: center;
}

/* ---------- Yorum formu ---------- */
.comment-form {
  background: var(--surface-2); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 20px; margin-top: 22px;
}
.comment-form h4 { margin: 0 0 14px; font-family: "Fraunces", serif; font-size: 18px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 13px; color: var(--muted); margin-bottom: 6px; }
.field input, .field textarea {
  width: 100%; background: var(--bg-2); border: 1px solid var(--line);
  color: var(--text); border-radius: 10px; padding: 11px 13px;
  font-family: inherit; font-size: 15px; resize: vertical;
}
.field input:focus, .field textarea:focus { outline: 2px solid var(--gold); border-color: transparent; }
.form-note { color: var(--muted); font-size: 12.5px; margin: 10px 0 0; }
.form-msg { font-size: 14px; margin: 12px 0 0; min-height: 1.2em; }
.form-msg.ok { color: var(--whatsapp); }
.form-msg.err { color: var(--danger); }

/* ---------- İçerik sayfaları (hakkımızda / gizlilik / iletişim) ---------- */
.prose { max-width: 760px; }
.prose h2 { font-family: "Fraunces", serif; font-size: 26px; margin: 34px 0 10px; }
.prose h3 { font-family: "Fraunces", serif; font-size: 20px; margin: 24px 0 8px; }
.prose p, .prose li { color: #d2cfe2; }
.prose ul { padding-left: 20px; }
.prose .lead { font-size: 19px; color: var(--text); }

.profile-head {
  display: flex; gap: 22px; align-items: center; flex-wrap: wrap;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px; margin-bottom: 12px;
}
.profile-head .big-ava {
  width: 92px; height: 92px; border-radius: 50%; flex: none;
  display: grid; place-items: center; font-family: "Fraunces", serif;
  font-size: 40px; color: #20180a;
  background: radial-gradient(circle at 35% 30%, var(--gold-soft), var(--gold));
}
.profile-head h1 { font-family: "Fraunces", serif; margin: 0 0 4px; font-size: 30px; }
.profile-head .role { color: var(--gold); letter-spacing: 1px; text-transform: uppercase; font-size: 13px; }
.profile-head .pa { margin-top: 14px; display: flex; gap: 10px; flex-wrap: wrap; }

.info-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 8px 0 6px; }
.info-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.info-card .k { font-family: "Fraunces", serif; font-size: 22px; color: var(--gold-soft); }
.info-card .v { color: var(--muted); font-size: 13.5px; }

/* ---------- WhatsApp yüzen menü ---------- */
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 50;
  display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.wa-float .wa-pill {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--whatsapp); color: #062b14; font-weight: 700; font-size: 14px;
  padding: 11px 16px; border-radius: 30px; box-shadow: var(--shadow);
  transition: transform .12s ease;
}
.wa-float .wa-pill:hover { transform: translateY(-2px); text-decoration: none; }
.wa-float .wa-pill svg { width: 20px; height: 20px; flex: none; }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line); margin-top: 50px;
  background: var(--bg-2); color: var(--muted);
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; padding: 40px 0 26px; }
.footer-grid h4 { color: var(--text); font-size: 15px; margin: 0 0 12px; }
.footer-grid a { color: var(--muted); display: block; padding: 4px 0; font-size: 14px; }
.footer-grid a:hover { color: var(--gold-soft); }
.footer-bottom { border-top: 1px solid var(--line); padding: 16px 0; font-size: 13px; text-align: center; }

/* ---------- Duyarlı (responsive) ---------- */
@media (max-width: 760px) {
  .medium-grid { grid-template-columns: 1fr; }
  .info-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .nav-links { width: 100%; margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
}
