/* Yazgul.net — yazgulu.net tarzı görünüm (özgün içerik, benzer palet) */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&display=swap");

:root {
  --bg-page: #f7edee;
  --text: #4d455c;
  --accent: #f0321c;
  --pink: #f80759;
  --purple: #bc4e9c;
  --cyan: #36d1dc;
  --blue: #5b86e5;
  --gold: #ffbf00;
  --card-shadow: 0 5px 25px 0 rgb(0 0 0 / 8%);
  --radius-lg: 10px;
  --radius-xl: 20px;
  --radius-pill: 30px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background-color: var(--bg-page);
}

h1,
h2,
h3,
.display-font {
  font-family: "Montserrat", sans-serif;
}

a {
  color: var(--text);
  text-decoration: none;
}
a:hover {
  color: #111;
}

.link-yg-secondary {
  color: #8b2f5c !important;
  font-weight: 600;
  text-decoration: underline;
}
.link-yg-secondary:hover {
  color: #5c1f4a !important;
}

/* Scrollbar — yazgulu teması */
::-webkit-scrollbar {
  width: 13px;
}
::-webkit-scrollbar-track {
  background: var(--bg-page);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #f80759, #bc4e9c);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #5b86e5;
}

/* Üst bölüm */
.site-header {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #2d0f28 0%, #5c1f4a 35%, #8b2f5c 70%, #c94b7a 100%);
  min-height: 520px;
  padding-bottom: 2rem;
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 10% 20%, rgba(255, 255, 255, 0.12), transparent)
      no-repeat,
    radial-gradient(ellipse 60% 40% at 90% 0%, rgba(255, 182, 193, 0.15), transparent) no-repeat;
  pointer-events: none;
}
.deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.35;
  z-index: 0;
}
.deco--bl {
  bottom: 0;
  left: 0;
  width: min(48%, 420px);
  height: auto;
  max-height: 140px;
}
.deco--tr {
  top: 0;
  right: 0;
  width: min(55%, 520px);
  height: auto;
  max-height: 140px;
}

.navbar-yg {
  position: relative;
  z-index: 2;
  padding: 0.5rem 0;
}
.navbar-yg .navbar-brand {
  font-weight: 800;
  letter-spacing: -0.02em;
}
.logo-yg {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff !important;
}
.logo-yg__img {
  flex-shrink: 0;
  width: auto;
  height: 44px;
  max-width: 220px;
  object-fit: contain;
  border-radius: 0;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.28));
}
/* Eski düzen: yalnızca ikon + span kullanılırsa */
.logo-yg__img--square {
  width: 44px;
  height: 44px;
  max-width: none;
  border-radius: 12px;
}
.logo-yg span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  background: linear-gradient(90deg, #fff 0%, #ffd6e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.navbar-yg .nav-link {
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92) !important;
  padding: 0.5rem 0.75rem !important;
}
.navbar-yg .nav-link:hover {
  color: #fff !important;
}
.menu-icon {
  width: 22px;
  height: 22px;
  margin-right: 6px;
  margin-top: -2px;
  vertical-align: middle;
}

.navbar-toggler {
  border: 2px solid rgba(255, 255, 255, 0.45);
  padding: 0.4rem 0.55rem;
}

/* Hero */
.hero-pad {
  padding-top: 2.5rem;
  position: relative;
  z-index: 1;
}

.panel-shell {
  background: #ffefef;
  border-radius: var(--radius-pill);
  border-bottom: 8px solid #ffcfcf;
  box-shadow: 0 5px 25px 0 rgb(0 0 0 / 75%);
  padding: 0 1.25rem 1.5rem;
}

.panel-shell .panel-shell-intro {
  color: #3d3550;
  font-weight: 600;
  line-height: 1.55;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 996px) {
  .panel-shell {
    padding: 0 2.25rem 2.25rem;
  }
}

.chat-strip {
  background: linear-gradient(to right, #f80759, #bc4e9c);
  border-radius: 0 0 40px 40px;
  padding: 0.85rem 1rem;
  margin: 0 -1.25rem 1rem;
}
@media (min-width: 996px) {
  .chat-strip {
    margin: 0 -2.25rem 1.25rem;
  }
}

.chattitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.formveri {
  box-shadow: 0 5px 25px 0 rgb(0 0 0 / 25%);
  outline: 0;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 10px 12px;
  border: 2px solid #ffe6e6;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.formveri .input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 1rem;
  min-width: 0;
}

.kuls {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  color: #f35597;
}

.sifre-note {
  color: #1a064d;
  font-weight: 600;
  font-size: 0.9rem;
}

.sbaglan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  border: none;
  border-radius: var(--radius-lg);
  padding: 14px 12px;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff !important;
  background: linear-gradient(to right bottom, #e1306c, #e45131);
  box-shadow: 0 5px 25px 0 rgb(228 81 49 / 50%);
  margin-top: 0.5rem;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.sbaglan:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgb(228 81 49 / 55%);
}

.chaticon {
  width: 22px;
  height: 22px;
}

.leadone {
  color: #ffdeef;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 1px #111;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
}

.htag {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-shadow: 1px 1px #111;
  color: #fff;
  line-height: 1.2;
}
.color1 {
  color: #00ffe7;
}
.color2 {
  color: #f35597;
}

.htanim {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.75;
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 1rem;
}

.salt {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.75;
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 1rem;
}

.ytanim {
  font-weight: 600;
  font-size: 1.05rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

/* Pembe giriş paneli (.panel-shell): üstte koyu metin — beyaz yazı arka planda kaybolmasın */
.panel-shell .salt {
  color: #4d455c;
  border-bottom-color: rgba(77, 69, 92, 0.18);
}
.panel-shell .ytanim {
  color: #5c1f4a;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(248, 7, 89, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.mobiluygulamalar {
  font-weight: 700;
  font-size: 1.35rem;
  font-family: "Montserrat", sans-serif;
  color: var(--gold);
  text-shadow: 1px 1px #111;
}

.mobbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 2.25pt 0.208333333in rgb(255 0 128 / 30%);
  background: linear-gradient(to right, #ff0080, #ff8c00);
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95rem;
  padding: 12px 16px;
  border-radius: var(--radius-lg);
  margin-right: 10px;
  margin-top: 0.5rem;
}
.mobbtn:hover {
  color: #fff !important;
  filter: brightness(1.05);
}

.mirc-row {
  margin-top: 2rem;
}
.yaztadi {
  font-weight: 700;
  font-size: 1.15rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.bilgisayar {
  font-weight: 700;
  font-size: 1.35rem;
  color: #fff;
  border-right: 2px solid rgba(255, 255, 255, 0.25);
  padding-right: 1.25rem;
  margin-right: 1.25rem;
}
@media (max-width: 991px) {
  .bilgisayar {
    display: none;
  }
}

.mirclink {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(to right, #f80759, #bc4e9c);
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 20px;
  border-radius: var(--radius-lg);
  box-shadow: 0 5px 25px 0 rgb(248 7 89 / 50%);
}
.mirclink:hover {
  color: #fff !important;
}

/* Genel kurallar + kartlar */
.genelkurallar {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(to right bottom, #e1306c, #e45131);
  border-radius: var(--radius-lg);
  padding: 1rem 1.25rem;
}

.gkural {
  background: #fff;
  border-radius: var(--radius-lg);
  margin-top: 12px;
  box-shadow: var(--card-shadow);
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.gkural .arkabos {
  line-height: 1.75;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.gicon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: #e1306c;
}

.tts {
  background: linear-gradient(to right, #0575e6, #00f260);
  color: #fff !important;
  padding: 1rem 1.25rem;
  border-radius: var(--radius-lg);
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-top: 1rem;
  display: block;
  box-shadow: var(--card-shadow);
}
.tts:hover {
  color: #fff !important;
  filter: brightness(1.05);
}

.makale {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1rem;
  font-weight: 500;
  box-shadow: var(--card-shadow);
  height: 100%;
}
.makaleimg {
  width: 100%;
  height: 170px;
  border-radius: var(--radius-lg);
  object-fit: cover;
  background: linear-gradient(135deg, #ffe6e6, #e8e0ff);
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  padding: 6px 10px;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 700;
  background: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.wp-pagenavi span.current {
  border-color: rgba(0, 0, 0, 0.2);
}

.makebas {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1rem;
}

.makarka {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--card-shadow);
}
.makarka .line {
  line-height: 1.75;
  margin-bottom: 1rem;
}

.popler,
.onerilen {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  border-radius: var(--radius-lg);
  padding: 1rem 1.25rem;
}
.popler {
  background: linear-gradient(to right bottom, #e1306c, #e45131);
}
.onerilen {
  background: linear-gradient(to right, #5b86e5, #36d1dc);
}

.konular {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1rem 1.25rem;
  margin-top: 12px;
  font-weight: 500;
  box-shadow: var(--card-shadow);
}
.konular a:hover {
  text-decoration: underline;
}

.orts {
  max-width: 240px;
  width: 100%;
  height: auto;
  opacity: 0.9;
}

/* Footer */
.site-footer {
  margin-top: 3rem;
  background: linear-gradient(180deg, #1a0d1f 0%, #2d1530 100%);
  color: #fff;
  position: relative;
}
.altarka {
  background: linear-gradient(to right, #f5af19, #f12711);
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  padding: 1.5rem 1rem;
  text-align: center;
}
.alttanim {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.alticon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}
svg.alticon {
  background: none;
  border-radius: 0;
}

.footer-grid {
  padding: 3rem 0 2rem;
}
.footsh {
  color: var(--gold) !important;
  text-shadow: 1px 1px #111;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.9);
}
.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footercopy {
  background: rgba(0, 0, 0, 0.4);
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  padding: 2rem 1rem;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.65;
}

/* İç sayfa */
.page-hero {
  background: linear-gradient(135deg, #2d0f28 0%, #5c1f4a 35%, #8b2f5c 100%);
  color: #fff;
  padding: 2.5rem 0 2rem;
}
.page-hero h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.page-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 2rem 0 3rem;
}
.prose {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--card-shadow);
}
.prose h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
  margin-top: 1.5rem;
}
