/* Psikoterapi Dijital — Blog ortak stil */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: #0A0E1C; color: #F5F1E8;
  font-family: 'Plus Jakarta Sans', sans-serif; overflow-x: hidden;
}
a { color: #F5F1E8; }

/* ===== Buton (ana sayfayla birebir aynı) ===== */
.uiv-button {
  --bg: #0A0E1C;
  outline: none; cursor: pointer; border: 0; display: inline-block; text-decoration: none;
  position: relative; border-radius: 100px; background-color: var(--bg); backdrop-filter: blur(20px) saturate(190%); -webkit-backdrop-filter: blur(20px) saturate(190%); transition: all 0.2s ease;
  box-shadow:
    inset 0 0.3rem 0.9rem rgba(255, 255, 255, 0.85),
    inset 0 -0.1rem 0.3rem rgba(0, 7, 45, 0.18),
    inset 0 -0.4rem 0.9rem rgba(0, 7, 45, 0.10),
    0 1.4rem 2.4rem rgba(0, 0, 0, 0.45),
    0 0.4rem 0.9rem -0.3rem rgba(0, 0, 0, 0.6);
}
.uiv-button .uiv-wrap {
  font-size: 16px; font-weight: 700; color: #EFE9DF;
  padding: 15px 30px; border-radius: inherit; position: relative; overflow: hidden; display: block;
}
.uiv-button .uiv-wrap p { display: flex; align-items: center; gap: 8px; margin: 0; transition: all 0.2s ease; transform: translateY(2%); }
.uiv-button .uiv-wrap::before, .uiv-button .uiv-wrap::after { content: ""; position: absolute; transition: all 0.3s ease; }
.uiv-button .uiv-wrap::before { left: -15%; right: -15%; bottom: 25%; top: -100%; border-radius: 50%; background-color: rgba(255, 255, 255, 0.08); }
.uiv-button .uiv-wrap::after {
  left: 6%; right: 6%; top: 12%; bottom: 40%; border-radius: 22px 22px 0 0;
  box-shadow: inset 0 10px 8px -10px rgba(255, 255, 255, 0.8);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}
.uiv-button:hover {
  box-shadow:
    inset 0 0.3rem 0.5rem rgba(255, 255, 255, 0.95),
    inset 0 -0.1rem 0.3rem rgba(0, 7, 45, 0.16),
    inset 0 -0.4rem 0.9rem rgba(0, 7, 45, 0.06),
    0 1.8rem 3rem rgba(0, 0, 0, 0.5),
    0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.8);
}
.uiv-button:hover .uiv-wrap::before { transform: translateY(-5%); }
.uiv-button:hover .uiv-wrap::after { opacity: 0.4; transform: translateY(5%); }
.uiv-button:hover .uiv-wrap p { transform: translateY(-4%); }
.uiv-button:active {
  transform: translateY(4px);
  box-shadow:
    inset 0 0.3rem 0.5rem rgba(255, 255, 255, 0.7),
    inset 0 -0.1rem 0.3rem rgba(0, 7, 45, 0.28),
    inset 0 -0.4rem 0.9rem rgba(0, 7, 45, 0.14),
    0 0.8rem 1.6rem rgba(0, 0, 0, 0.45),
    0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.8);
}
.uiv-button--nav .uiv-wrap { padding: 10px 24px; font-size: 16px; }
.uiv-button--wa { --bg: #25D366; }
  .uiv-button--wa .uiv-wrap { color: #FFFFFF; padding: 12px 22px; font-size: 15.5px; }
  .uiv-button--wa .uiv-wrap::before { background-color: rgba(255,255,255,0.22); }

/* ===== Zemin ===== */
.page { position: relative; min-height: 100vh; background:
    radial-gradient(ellipse 65% 55% at 0% 0%, rgba(30,58,138,0.10) 0%, transparent 55%),
    radial-gradient(ellipse 65% 55% at 100% 100%, rgba(30,58,138,0.09) 0%, transparent 55%),
    #0A0E1C; }
.grid-bg { position: relative; background-image:
    linear-gradient(rgba(159,182,232,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159,182,232,0.07) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px; }

/* ===== Nav ===== */
.nav-outer { position: relative; z-index: 20; max-width: 1600px; margin: 0 auto; padding: 20px 20px 0; }
.nav-bar { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 10px 14px; border-radius: 18px; background: #EFE9DF;
  backdrop-filter: blur(24px) saturate(180%); -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), inset 0 -1px 2px rgba(10,14,28,0.08), 0 14px 40px rgba(0,0,0,0.45); }
.brand-mark { font-size: 19px; font-weight: 800; letter-spacing: -.01em; color: #0A0E1C; text-decoration: none; white-space: nowrap; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 2px; flex: 1; }

/* ===== Blog liste ===== */
.wrap { max-width: 1200px; margin: 0 auto; padding: 80px 48px 40px; position: relative; z-index: 1; }
.head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.eyebrow { font-size: 13.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #F5F1E8; margin-bottom: 16px; }
.head h1 { font-size: 46px; font-weight: 800; letter-spacing: -.025em; line-height: 1.14; margin: 0 0 18px; color: #F5F1E8; }
.head h1 .hl { color: #FFFFFF; }
.head p { font-size: 17.5px; color: rgba(245,241,232,0.68); line-height: 1.65; margin: 0; }

.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 44px; }
.filter-btn { font-family: inherit; font-size: 14px; font-weight: 600; cursor: pointer;
  padding: 9px 18px; border-radius: 100px; background: rgba(245,241,232,0.08);
  border: 1px solid rgba(159,182,232,0.28); color: rgba(245,241,232,0.85); transition: all 160ms ease; }
.filter-btn:hover { border-color: rgba(159,182,232,0.6); color: #FFFFFF; }
.filter-btn.active { background: rgba(255,255,255,0.9); border-color: rgba(255,255,255,0.9); color: #0A0E1C; }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { display: flex; flex-direction: column; text-decoration: none; border-radius: 20px; overflow: hidden;
  background-image: linear-gradient(180deg, #3B3B41 0%, #232327 100%);
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: inset 0 1.5px 0 rgba(255,255,255,0.2), 0 0.9rem 1.8rem rgba(0,0,0,0.45);
  transition: transform 200ms ease-out, box-shadow 200ms ease-out; }
.post-card:hover { transform: translateY(-5px); box-shadow: 0 1.5rem 2.8rem rgba(0,0,0,0.5); }
.post-card.hidden { display: none; }
.post-cover { position: relative; height: 160px; display: flex; align-items: center; justify-content: center;
  background-image: linear-gradient(140deg, #121829 0%, #0A0E1C 100%); overflow: hidden; }
.post-cover::before { content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 26px 26px, 26px 26px; }
.post-cover i { position: relative; font-size: 44px; color: #F5F1E8; }
.post-body { padding: 22px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.cat-tag { display: inline-block; align-self: flex-start; font-size: 11px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; padding: 5px 11px; border-radius: 100px; margin-bottom: 14px;
  background: rgba(169,190,232,0.14); color: #A9BEE8; border: 1px solid rgba(169,190,232,0.28); }
.post-card h2 { font-size: 18.5px; font-weight: 700; line-height: 1.35; margin: 0 0 12px; color: #F5F1E8; }
.post-card p { font-size: 14.5px; color: rgba(245,241,232,0.68); line-height: 1.6; margin: 0 0 18px; flex: 1; }
.post-meta { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: rgba(245,241,232,0.55); }

.featured { display: grid; grid-template-columns: 1.05fr 1fr; gap: 0; border-radius: 24px; overflow: hidden;
  margin-bottom: 26px; text-decoration: none;
  background-image: linear-gradient(180deg, #3B3B41 0%, #232327 100%);
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: inset 0 1.5px 0 rgba(255,255,255,0.2), 0 1.4rem 2.6rem rgba(0,0,0,0.5);
  transition: transform 200ms ease-out, box-shadow 200ms ease-out; }
.featured:hover { transform: translateY(-5px); box-shadow: 0 1.8rem 3.4rem rgba(0,0,0,0.55); }
.featured .post-cover { height: 100%; min-height: 280px; }
.featured .post-cover i { font-size: 68px; }
.featured .post-body { padding: 42px 44px; justify-content: center; }
.featured h2 { font-size: 30px; line-height: 1.22; margin-bottom: 16px; }
.featured p { font-size: 16px; }
.star-tag { background: rgba(176,132,66,0.14); color: #F5F1E8; border-color: rgba(176,132,66,0.35); }

/* ===== Yazı sayfası ===== */
.article-wrap { max-width: 780px; margin: 0 auto; padding: 70px 28px 30px; position: relative; z-index: 1; }
.back-link { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600;
  color: #F5F1E8; text-decoration: none; margin-bottom: 26px; }
.back-link:hover { text-decoration: underline; }
.article-head h1 { font-size: 42px; font-weight: 800; letter-spacing: -.025em; line-height: 1.16; margin: 0 0 20px; color: #F5F1E8; }
.article-meta .cat-tag { background: rgba(159,182,232,0.14); color: #F5F1E8; border-color: rgba(159,182,232,0.3); margin-bottom: 0; }
.article-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; font-size: 13.5px; color: rgba(245,241,232,0.55);
  padding-bottom: 30px; margin-bottom: 36px; border-bottom: 1px solid rgba(159,182,232,0.22); }
.article-body { font-size: 17px; line-height: 1.75; color: rgba(245,241,232,0.85); }
.article-body > p:first-of-type { font-size: 18.5px; color: rgba(245,241,232,0.8); }
.article-body h2 { font-size: 27px; font-weight: 800; letter-spacing: -.02em; line-height: 1.25; margin: 46px 0 16px; color: #F5F1E8; }
.article-body h3 { font-size: 20px; font-weight: 700; line-height: 1.35; margin: 34px 0 12px; color: #F5F1E8; }
.article-body p { margin: 0 0 20px; }
.article-body ul, .article-body ol { margin: 0 0 22px; padding-left: 24px; }
.article-body li { margin-bottom: 10px; }
.article-body strong { font-weight: 700; color: #EFE9DF; }
.article-body a { color: #F5F1E8; }
.article-body table { width: 100%; border-collapse: collapse; margin: 0 0 24px; font-size: 15px; }
.article-body th, .article-body td { text-align: left; padding: 12px 14px; border-bottom: 1px solid rgba(159,182,232,0.22); }
.article-body th { background: rgba(159,182,232,0.10); font-weight: 700; font-size: 13.5px; letter-spacing: .02em; }
.table-scroll { overflow-x: auto; margin-bottom: 24px; }
.table-scroll table { margin-bottom: 0; }
.callout { border-radius: 16px; padding: 22px 24px; margin: 0 0 26px;
  background: rgba(159,182,232,0.09); border: 1px solid rgba(255,255,255,0.12); }
.callout p:last-child { margin-bottom: 0; }
.callout--warn { background: rgba(217,169,97,0.10); border-color: rgba(217,169,97,0.32); }

.cta-box { border-radius: 22px; padding: 40px 38px; margin: 52px 0 20px; text-align: center;
  background-image: linear-gradient(180deg, #3B3B41 0%, #232327 100%);
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: inset 0 1.5px 0 rgba(255,255,255,0.22), 0 1.4rem 2.6rem rgba(0,0,0,0.5); }
.cta-box h3 { font-size: 25px; font-weight: 800; line-height: 1.25; margin: 0 0 12px; color: #F5F1E8; }
.cta-box p { font-size: 15.5px; color: rgba(245,241,232,0.7); line-height: 1.6; margin: 0 0 24px; }
.cta-row { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ===== Footer ===== */
.footer-outer { position: relative; z-index: 1; padding: 60px 24px 40px; max-width: 1200px; margin: 0 auto; }
.footer-box { background-image: linear-gradient(180deg, #3B3B41 0%, #232327 100%); border: 1px solid rgba(255,255,255,0.13); border-radius: 24px; padding: 48px; box-shadow: inset 0 1.5px 0 rgba(255,255,255,0.2), 0 1.5rem 2.6rem rgba(0,0,0,0.5); }
.footer-top { display: flex; justify-content: space-between; gap: 60px; margin-bottom: 48px; flex-wrap: wrap; }
.footer-brand { max-width: 320px; }
.footer-brand .name { font-size: 19px; font-weight: 800; color: #F5F1E8; margin-bottom: 18px; }
.footer-brand .name span { color: #F5F1E8; }
.footer-desc { font-size: 14px; color: rgba(245,241,232,0.65); line-height: 1.6; margin: 0 0 20px; }
.social { display: flex; align-items: center; gap: 10px; }
.social a { width: 36px; height: 36px; border-radius: 10px; background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: center; }
.social a:hover { border-color: rgba(255,255,255,0.45); }
.footer-col-title { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #F5F1E8; margin-bottom: 18px; }
.footer-col a, .footer-col span { display: block; font-size: 15px; color: rgba(245,241,232,0.8); text-decoration: none; margin-bottom: 12px; }
.footer-col a:hover { color: #F5F1E8; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between;
  padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 14px; color: rgba(245,241,232,0.55); flex-wrap: wrap; gap: 12px; }
.footer-bottom a { color: rgba(245,241,232,0.55); text-decoration: none; font-size: 13.5px; margin-left: 20px; }
.footer-bottom a:hover { color: #F5F1E8; }

/* ===== Mobil ===== */
@media (max-width: 1024px) {
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .wrap { padding: 60px 28px 30px; }
  .head h1 { font-size: 38px; }
  .featured { grid-template-columns: 1fr; }
  .featured .post-cover { min-height: 190px; }
  .featured .post-body { padding: 32px 30px; }
  .featured h2 { font-size: 26px; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .brand-mark { font-size: 15.5px; }
  .uiv-button--nav .uiv-wrap { padding: 8px 14px; font-size: 13.5px; }
  .nav-bar { gap: 8px; padding: 8px 10px; }
  .wa-label { display: none; }
  .uiv-button--wa .uiv-wrap { padding: 8px 12px; }
  .wrap { padding: 44px 20px 24px; }
  .head h1 { font-size: 30px; }
  .head p { font-size: 15.5px; }
  .article-wrap { padding: 44px 20px 24px; }
  .article-head h1 { font-size: 29px; }
  .article-body { font-size: 16.5px; }
  .article-body h2 { font-size: 23px; }
  .article-body h3 { font-size: 18.5px; }
  .cta-box { padding: 30px 22px; }
  .cta-box h3 { font-size: 21px; }
  .footer-box { padding: 32px 22px; }
  .footer-outer { padding: 40px 16px 30px; }
}
@media (max-width: 620px) {
  .post-grid { grid-template-columns: 1fr; }
  .cta-row { flex-direction: column; align-items: stretch; }
  .cta-row .uiv-button { width: 100%; text-align: center; }
}

/* ===== Arama kutusu ===== */
.search-wrap { position: relative; max-width: 420px; margin: 0 auto 26px; }
.search-wrap i { position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
  font-size: 17px; color: rgba(245,241,232,0.5); pointer-events: none; }
.search-wrap input { width: 100%; font-family: inherit; font-size: 15px; color: #F5F1E8;
  padding: 13px 18px 13px 46px; border-radius: 100px; background: rgba(255,255,255,0.08);
  border: 1px solid rgba(159,182,232,0.3); outline: none; transition: box-shadow 160ms ease, border-color 160ms ease; }
.search-wrap input::placeholder { color: rgba(245,241,232,0.45); }
.search-wrap input:focus { border-color: #F5F1E8; box-shadow: 0 0 0 4px rgba(159,182,232,0.18); }
.no-result { display: none; text-align: center; font-size: 16px; color: rgba(245,241,232,0.6); padding: 40px 0 10px; }

/* ===== Kapak illustrasyonu ===== */
.post-cover { position: relative; height: 190px; display: flex; align-items: center; justify-content: center;
  background: #2E2E34; overflow: hidden; padding: 10px; }
.post-cover::before { content: none; }
.cover-art { width: 100%; height: 100%; display: block; }
.feat-badge { position: absolute; top: 16px; left: 16px; font-size: 11px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; padding: 6px 13px; border-radius: 100px;
  background: rgba(255,255,255,0.14); color: #F5F1E8; border: 1px solid rgba(255,255,255,0.22); }
.read-more { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px;
  font-size: 14.5px; font-weight: 700; color: #A9BEE8; }
.post-card:hover .read-more i { transform: translateX(4px); }
.read-more i { transition: transform 180ms ease; }

/* ===== Kart odaklanma: uzerine gelinen net, digerleri bulaniklasir ===== */
@media (hover: hover) {
  .post-card { transition: transform 220ms ease-out, box-shadow 220ms ease-out, filter 280ms ease, opacity 280ms ease; }
  .post-grid:hover .post-card:not(:hover) { filter: blur(4px); opacity: 0.45; }
  .post-card:hover { z-index: 3; }
}

/* ===== Baslik yazi tipi: klasik italik serif ===== */
h1, h2, .head h1, .article-head h1, .featured h2, .post-card h2 {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Source Sans 3', 'Segoe UI', sans-serif;
  font-style: normal;
  letter-spacing: 0;
}
.article-body h2 { font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Source Sans 3', 'Segoe UI', sans-serif; font-style: normal; letter-spacing: 0; }
.cta-box h3 { font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Source Sans 3', 'Segoe UI', sans-serif; font-style: normal; letter-spacing: 0; }
