/*
Theme Name: Sıfır Tema
Theme URI: https://example.com
Author: Kaan Yavuz
Description: Mynet düzeni (Bootstrap 5 + DM Sans), MynetSohbet.nl için sohbet/blog teması.
Version: 2.4.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sifir-tema
*/

/* Sohbete.net ile uyumlu palet (pembe / mor / sarı — Nunito + Fredoka) */
:root {
  --p-pink: #d81b60;
  --p-magenta: #ad1457;
  --p-purple: #6a1b9a;
  --p-yellow: #ffd600;
  --soft-white: #fdf2f8;
  --st-bg: #ffffff;
  --st-surface: #ffffff;
  --st-surface-2: #f8f9fa;
  --st-text: #2d3436;
  --st-muted: #636e72;
  --st-border: rgba(0, 0, 0, 0.08);
  --st-accent: var(--p-pink);
  --st-accent-hover: var(--p-magenta);
  --st-shadow: 0 18px 45px rgba(106, 27, 154, 0.12);
  --st-radius: 16px;
  --st-max: 720px;
  --st-wide: 1100px;
  --st-font: "Nunito", system-ui, sans-serif;
  --st-font-display: "Fredoka", "Nunito", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--st-font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--st-text);
  background: var(--st-bg);
  overflow-x: hidden;
}

a {
  color: var(--p-magenta);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--p-pink);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1;
  width: 100%;
  max-width: var(--st-wide);
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
  background: var(--st-bg);
}

.top-info-bar {
  background: linear-gradient(to right, var(--p-magenta), var(--p-purple));
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
}

.top-info-bar__inner {
  max-width: var(--st-wide);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
}

.top-info-bar__item {
  flex: 1 1 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .top-info-bar__item--hide-sm {
    display: none;
  }

  .top-info-bar__item {
    font-size: 0.72rem;
  }
}

.site-header {
  background: var(--p-pink);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 0.35rem 0;
}

.site-header__inner {
  max-width: var(--st-wide);
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
}

.site-header__brand {
  min-width: 0;
}

.site-branding .custom-logo-link,
.site-branding .custom-logo {
  display: inline-block;
}

.site-branding .custom-logo {
  max-height: 52px;
  width: auto;
}

.site-header__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem 1rem;
}

.btn-sohbet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(145deg, #ffca28, #ff9800);
  border: none;
  border-radius: 20px;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.4),
    inset 0 -2px 0 rgba(0, 0, 0, 0.12),
    0 6px 0 #c87600,
    0 12px 22px rgba(255, 152, 0, 0.45);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.btn-sohbet:hover {
  color: #fff !important;
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.5),
    0 8px 0 #c87600,
    0 16px 28px rgba(255, 152, 0, 0.55);
}

.btn-sohbet:focus-visible {
  outline: 2px solid var(--p-yellow);
  outline-offset: 2px;
}

.site-header__mynet {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.08);
}

.site-header__mynet-inner {
  max-width: var(--st-wide);
  margin: 0 auto;
  padding: 0.55rem 1.25rem 0.65rem;
}

.mynet-ticker {
  overflow: hidden;
  margin: 0;
  padding: 0;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.mynet-ticker__track {
  display: inline-flex;
  width: max-content;
  animation: sifir-tema-ticker 22s linear infinite;
}

.mynet-ticker:hover .mynet-ticker__track {
  animation-play-state: paused;
}

.mynet-ticker__segment {
  flex: 0 0 auto;
  padding: 0.4rem 3rem 0.45rem 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  white-space: nowrap;
}

@keyframes sifir-tema-ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mynet-ticker__track {
    animation: none;
    justify-content: center;
    width: 100%;
  }

  .mynet-ticker__segment[aria-hidden="true"] {
    display: none;
  }
}

.site-title {
  margin: 0;
  font-family: var(--st-font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.site-title a {
  color: #fff !important;
  text-decoration: none;
}

.site-title a:hover {
  color: var(--p-yellow) !important;
}

.site-description {
  margin: 0.25rem 0 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
}

.primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.primary-nav a {
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.primary-nav a:hover,
.primary-nav .current-menu-item a {
  color: var(--p-yellow) !important;
}

.archive-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--st-border);
}

.archive-title {
  margin: 0 0 0.35rem;
  font-family: var(--st-font-display);
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--st-text);
}

.archive-description {
  margin: 0;
  color: var(--st-muted);
  font-size: 0.95rem;
}

.post-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.post-card {
  background: var(--st-surface);
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius);
  padding: 1.5rem 1.5rem 1.35rem;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.post-card:hover {
  box-shadow: 0 20px 50px rgba(106, 27, 154, 0.1);
  border-color: rgba(216, 27, 96, 0.25);
}

.post-card__meta {
  font-size: 0.8125rem;
  color: var(--st-muted);
  margin-bottom: 0.5rem;
}

.post-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.post-card__title a {
  color: var(--st-text);
  text-decoration: none;
}

.post-card__title a:hover {
  color: var(--p-pink);
}

.post-card__excerpt {
  margin: 0;
  color: var(--st-muted);
  font-size: 0.98rem;
}

.post-single {
  max-width: var(--st-max);
  margin: 0 auto;
}

.post-single .entry-header {
  margin-bottom: 1.5rem;
}

.post-single .entry-title {
  margin: 0 0 0.5rem;
  font-family: var(--st-font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.post-single .entry-meta {
  font-size: 0.9rem;
  color: var(--st-muted);
}

.post-single .entry-content,
.post-single .entry-summary {
  font-size: 1.0625rem;
}

.post-single .entry-content > *:first-child {
  margin-top: 0;
}

.post-single .entry-content a {
  color: var(--p-magenta);
}

.post-single .entry-content blockquote,
.wp-block-quote {
  border-left: 4px solid var(--p-pink);
  padding-left: 1rem;
  color: var(--st-muted);
}

.post-single .entry-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--st-border);
  font-size: 0.9rem;
  color: var(--st-muted);
}

.pagination {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
}

.pagination a {
  background: var(--st-surface);
  border: 1px solid var(--st-border);
  color: var(--st-text);
}

.pagination a:hover {
  background: rgba(216, 27, 96, 0.1);
  border-color: var(--p-pink);
  color: var(--p-pink);
}

.pagination .current {
  background: linear-gradient(145deg, var(--p-pink), var(--p-magenta));
  border-color: var(--p-pink);
  color: #fff;
}

.site-footer {
  position: relative;
  margin-top: auto;
  padding: 0 1.25rem 1.75rem;
  border-top: none;
  background: #0d0d0d;
  text-align: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(to right, var(--p-purple), var(--p-pink), var(--p-yellow));
}

.site-footer > p {
  margin: 0;
  padding-top: 0.35rem;
}

.site-footer a {
  color: var(--p-yellow);
}

.site-footer a:hover {
  color: #fff;
}

.section-latest {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--st-border);
}

.section-latest__title {
  margin: 0 0 1.25rem;
  font-family: var(--st-font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--st-text);
}

.latest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

.latest-card {
  background: var(--st-surface);
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius);
  padding: 1.1rem 1.15rem;
}

.latest-card__date {
  font-size: 0.75rem;
  color: var(--st-muted);
  margin-bottom: 0.35rem;
}

.latest-card__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.latest-card__title a {
  color: var(--st-text);
  text-decoration: none;
}

.latest-card__title a:hover {
  color: var(--p-pink);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 0;
  margin-bottom: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0, transparent 40%),
    linear-gradient(135deg, var(--p-purple) 0%, var(--p-magenta) 50%, var(--p-pink) 100%);
  color: #fff;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 50s-20-12-20-25a10 10 0 0 1 18-6l2 3 2-3a10 10 0 0 1 18 6c0 13-20 25-20 25z' fill='%23ffffff' fill-opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-section__blobs {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.st-container {
  width: 100%;
  max-width: var(--st-wide);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.hero-section__inner {
  position: relative;
  z-index: 2;
  padding-bottom: 2rem;
}

.top-info-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  align-items: center;
  text-align: center;
}

@media (min-width: 992px) {
  .top-info-bar__grid {
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
  }

  .top-info-bar__item--center {
    text-align: center;
  }

  .top-info-bar__item--right {
    text-align: right;
  }
}

.top-info-bar__icon {
  vertical-align: -3px;
  margin-right: 0.25rem;
  opacity: 0.95;
}

.top-info-bar__stats {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.35rem;
  text-align: left;
}

.top-info-bar__stats-icon {
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.top-info-bar__stats-lines {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  line-height: 1.35;
}

.top-info-bar__stat-line {
  margin: 0;
}

.site-header--sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.hero-hero-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 992px) {
  .hero-hero-row {
    grid-template-columns: minmax(280px, 420px) 1fr;
    gap: 2.5rem;
    align-items: center;
  }

  .hero-col--visual {
    display: block;
  }
}

.hero-col--visual {
  display: none;
}

@media (min-width: 992px) {
  .hero-col--visual {
    display: block;
  }
}

.form-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
}

.form-shape--1 {
  width: 220px;
  height: 220px;
  background: var(--p-pink);
  top: -40px;
  left: -40px;
}

.form-shape--2 {
  width: 200px;
  height: 200px;
  background: var(--p-yellow);
  bottom: -30px;
  right: -20px;
  opacity: 0.25;
}

.hero-col--form {
  position: relative;
}

.glass-card {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 2px solid #c1c1c1;
  border-radius: 40px;
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
  .glass-card {
    padding: 2.25rem 2rem;
  }
}

.form-title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  text-align: center;
  color: var(--p-pink);
  line-height: 1.2;
}

.hero-form-field {
  margin-bottom: 1rem;
}

.hero-form-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 800;
  color: #3f3f3f;
  margin-bottom: 0.35rem;
}

.hero-form-hint {
  font-size: 0.75rem;
  color: #888;
  margin-left: 0.35rem;
}

.input-icon-wrapper {
  position: relative;
}

.form-control-premium {
  width: 100%;
  box-sizing: border-box;
  background: #fff !important;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  padding: 0.9rem 1rem 0.9rem 2.75rem;
  font-weight: 700;
  font-size: 1rem;
  font-family: inherit;
}

.form-control-premium:focus {
  outline: none;
  border-color: var(--p-yellow) !important;
  box-shadow: 0 0 0 3px rgba(255, 214, 0, 0.25);
}

.input-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--p-pink);
  pointer-events: none;
}

.hero-form-actions {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.btn-sohbet-start {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff !important;
  text-decoration: none !important;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  background: linear-gradient(145deg, #f0357b, #d81b60);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.35),
    0 8px 0 #a01447,
    0 14px 28px rgba(216, 27, 96, 0.4);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn-sohbet-start:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}

.btn-sohbet-start--inline {
  max-width: 320px;
  margin: 0 auto;
}

.btn-secondary-sohbet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.95rem 1.25rem;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 20px;
  background: linear-gradient(145deg, #ffca28, #ff9800);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.35),
    0 8px 0 #c87600,
    0 14px 24px rgba(255, 152, 0, 0.4);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn-secondary-sohbet:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}

.hero-store-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
}

.store-btn-vibrant {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 0.5rem;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 16px;
}

.store-btn-vibrant--play {
  background: linear-gradient(145deg, #3b82f6, #1d4ed8);
  box-shadow: 0 6px 0 #1e3a8a, 0 10px 20px rgba(59, 130, 246, 0.35);
}

.store-btn-vibrant--apple {
  background: linear-gradient(145deg, #4b5563, #1f2937);
  box-shadow: 0 6px 0 #111827, 0 10px 20px rgba(31, 41, 55, 0.35);
}

.hero-desc-right {
  text-align: center;
  margin-bottom: 1.5rem;
}

.hero-ssag {
  font-family: var(--st-font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  margin: 0 0 1rem;
}

.blbaslik {
  color: var(--p-yellow);
}

.hero-desc-text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
}

.hero-visual-area {
  position: relative;
  text-align: center;
}

.hero-main-img {
  max-width: 100%;
  height: auto;
  border-radius: 50px;
  border: 12px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.chat-bubble-floating {
  position: absolute;
  background: #fff;
  color: #333;
  padding: 0.5rem 1rem;
  border-radius: 22px;
  font-weight: 800;
  font-size: 0.85rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  z-index: 3;
  animation: st-float-bubble 4s ease-in-out infinite;
}

.bubble-pos-1 {
  top: 8%;
  left: 0;
}

.bubble-pos-2 {
  bottom: 22%;
  right: -2%;
  animation-delay: 1s;
}

.bubble-pos-3 {
  top: 32%;
  right: -8%;
  animation-delay: 2s;
}

.chat-bubble-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 0.35rem;
  vertical-align: middle;
}

.chat-bubble-dot--g {
  background: #22c55e;
}

.chat-bubble-dot--r {
  background: #ef4444;
}

.chat-bubble-dot--y {
  background: #eab308;
}

@keyframes st-float-bubble {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.cloud-divider {
  line-height: 0;
  margin-top: -1px;
}

.cloud-divider svg {
  display: block;
  width: 100%;
  height: 80px;
}

@media (min-width: 768px) {
  .cloud-divider svg {
    height: 120px;
  }
}

.bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.35;
  animation: st-blob-move 20s ease-in-out infinite alternate;
}

.blob-1 {
  width: 400px;
  height: 400px;
  top: -120px;
  left: -100px;
  background: var(--p-pink);
}

.blob-2 {
  width: 380px;
  height: 380px;
  bottom: -100px;
  right: -80px;
  background: var(--p-yellow);
  animation-delay: -6s;
}

.blob-3 {
  width: 500px;
  height: 500px;
  top: 35%;
  left: 45%;
  background: #00bcd4;
  opacity: 0.08;
  animation-delay: -3s;
}

@keyframes st-blob-move {
  from {
    transform: translate(0, 0) scale(1);
  }

  to {
    transform: translate(40px, 60px) scale(1.08);
  }
}

.hero-city-grid {
  margin-top: 2rem;
  padding-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.85rem;
}

.hero-city-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none !important;
  color: var(--st-text) !important;
  border: 3px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hero-city-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 50px rgba(106, 27, 154, 0.35);
  border-color: rgba(255, 214, 0, 0.65);
}

.hero-city-card:focus-visible {
  outline: 2px solid var(--p-yellow);
  outline-offset: 3px;
}

.hero-city-card__media {
  position: relative;
  aspect-ratio: 8 / 5;
  background: var(--st-surface-2);
}

.hero-city-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: middle;
}

.hero-city-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(106, 27, 154, 0.92) 0%, rgba(173, 20, 87, 0.25) 55%, transparent 100%);
  pointer-events: none;
}

.hero-city-card__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.55rem 0.45rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.65);
  z-index: 1;
}

@media (min-width: 480px) {
  .hero-city-card__label {
    font-size: 0.82rem;
    padding: 0.65rem 0.7rem 0.75rem;
  }
}

.entry-header--page .entry-title {
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.alignwide {
  max-width: var(--st-wide);
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  max-width: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.wp-block-image figcaption {
  font-size: 0.875rem;
  color: var(--st-muted);
  text-align: center;
  margin-top: 0.5rem;
}

.post-navigation,
.comments-pagination {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--st-border);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.post-navigation a {
  font-weight: 500;
}

.nav-subtitle {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--st-muted);
}

.page-links {
  margin-top: 1.5rem;
  font-size: 0.9rem;
}

/* Hızlı Bağlan — pembe 3D (kaynak temadaki btn-nav-3d) */
.btn-sohbet.btn-nav-3d {
  flex-direction: row;
  gap: 0.45rem;
  background: linear-gradient(145deg, #f0357b, #d81b60);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.35),
    0 8px 0 #a01447,
    0 14px 28px rgba(216, 27, 96, 0.45);
}

.btn-sohbet.btn-nav-3d:hover {
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.45),
    0 10px 0 #a01447,
    0 18px 36px rgba(216, 27, 96, 0.55);
}

.section-padding {
  padding: 3rem 0;
}

.section-features {
  background: var(--soft-white);
}

.section-title-premium {
  text-align: center;
  margin-bottom: 2rem;
}

.section-title-premium h2 {
  margin: 0 0 0.5rem;
  font-family: var(--st-font-display);
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  font-weight: 900;
  color: var(--st-text);
}

.gbaslik {
  color: var(--p-pink);
}

.section-features__sub {
  margin: 0;
  font-weight: 700;
  color: var(--st-muted);
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .features-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.premium-feature-card {
  position: relative;
  padding: 1.5rem 1.35rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(106, 27, 154, 0.12);
}

.feature-badge {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 0.75rem;
  background: rgba(216, 27, 96, 0.12);
  color: var(--p-pink);
}

.premium-feature-card--yellow .feature-badge {
  background: rgba(255, 214, 0, 0.25);
  color: #b45309;
}

.premium-feature-card--purple .feature-badge {
  background: rgba(106, 27, 154, 0.15);
  color: var(--p-purple);
}

.premium-feature-card--blue .feature-badge {
  background: rgba(59, 130, 246, 0.15);
  color: #1d4ed8;
}

.premium-feature-card__title {
  margin: 0 0 0.65rem;
  font-family: var(--st-font-display);
  font-size: 1.15rem;
  font-weight: 800;
}

.premium-feature-card__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--st-muted);
}

.home-layout-wrap {
  padding: 2rem 0 3rem;
  background: #fff;
}

.home-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 992px) {
  .home-layout {
    grid-template-columns: 1fr 320px;
    gap: 2.5rem;
  }
}

.archive-header--home {
  border: none;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}

.archive-title--home {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin: 0;
}

.text-p-pink {
  color: var(--p-pink);
}

.post-grid-home {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .post-grid-home {
    grid-template-columns: repeat(2, 1fr);
  }
}

.modern-blog-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.modern-blog-card:hover {
  box-shadow: 0 22px 55px rgba(106, 27, 154, 0.12);
  transform: translateY(-2px);
}

.blog-thumb-area {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f1f0f3;
}

.modern-blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.modern-blog-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fce7f3, #f3e8ff);
}

.blog-meta-overlay {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

.blog-cat-pill {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  background: var(--p-pink);
  border-radius: 999px;
}

.blog-body-premium {
  padding: 1.25rem 1.35rem 1.35rem;
}

.blog-title-link {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--st-text) !important;
  text-decoration: none !important;
  line-height: 1.3;
}

.blog-title-link:hover {
  color: var(--p-pink) !important;
}

.blog-excerpt {
  margin: 0.65rem 0 1rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--st-muted);
  line-height: 1.5;
}

.blog-footer-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.82rem;
}

.meta-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.meta-author__avatar {
  border-radius: 50%;
}

.meta-author__name {
  font-weight: 800;
  color: var(--st-text);
}

.blog-card-date {
  font-weight: 700;
  color: var(--st-muted);
}

.widget-glass {
  padding: 1.5rem 1.35rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.premium-widget-head {
  margin: 0 0 1.25rem;
  font-family: var(--st-font-display);
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.premium-widget-head--second {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
}

.sidebar-pop-post {
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.sidebar-pop-post:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-pop-post img {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  object-fit: cover;
}

.sidebar-pop-post__noimg {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fce7f3, #e9d5ff);
}

.sidebar-pop-post a {
  font-weight: 800;
  color: var(--st-text) !important;
  text-decoration: none !important;
  font-size: 0.92rem;
  line-height: 1.35;
}

.sidebar-pop-post a:hover {
  color: var(--p-pink) !important;
}

.sidebar-pop-post__date {
  margin-top: 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--st-muted);
}

.premium-cat-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.premium-cat-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem 0.75rem;
  border-radius: 12px;
  text-decoration: none !important;
  font-weight: 700;
  color: var(--st-text) !important;
  background: rgba(0, 0, 0, 0.03);
  transition: background 0.2s ease, color 0.2s ease;
}

.premium-cat-item:hover {
  background: rgba(216, 27, 96, 0.1);
  color: var(--p-pink) !important;
}

.cat-count {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--st-muted);
}

.footer-elite {
  background: #0d0d0d;
  text-align: left;
  padding-top: 0;
  margin-top: 0;
}

/* Üst gradient çubuğu .site-footer::before ile (tek kaynak) */

.footer-elite__cta {
  padding: 2.5rem 1.25rem 1rem;
}

.premium-cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 2rem 1.5rem;
  background: linear-gradient(135deg, rgba(106, 27, 154, 0.95), rgba(173, 20, 87, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.35;
  pointer-events: none;
}

.cta-blob-pink {
  width: 200px;
  height: 200px;
  background: var(--p-pink);
  top: -40px;
  left: -40px;
}

.cta-blob-yellow {
  width: 180px;
  height: 180px;
  background: var(--p-yellow);
  bottom: -30px;
  right: -20px;
}

.premium-cta-card__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

.premium-cta-card__badge {
  display: inline-block;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.9rem;
  background: var(--p-yellow);
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.premium-cta-card__title {
  margin: 0 0 0.75rem;
  font-family: var(--st-font-display);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  color: #fff;
}

.premium-cta-card__text {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  line-height: 1.6;
}

.footer-elite__social {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-social__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.65rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.95) !important;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.footer-social__link:hover {
  color: #fff !important;
  background: rgba(216, 27, 96, 0.45);
  border-color: rgba(255, 214, 0, 0.45);
  transform: translateY(-2px);
}

.footer-social__link--facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
}

.footer-social__link--instagram:hover {
  background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888);
  border-color: transparent;
}

.footer-social__link--youtube:hover {
  background: #ff0000;
  border-color: #ff0000;
}

.footer-social__icon {
  display: block;
  flex-shrink: 0;
}

.footer-elite__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 2.5rem 1.25rem 2rem;
}

@media (min-width: 768px) {
  .footer-elite__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer-col__title {
  margin: 0 0 1rem;
  font-family: var(--st-font-display);
  font-size: 1.1rem;
  color: #fff;
}

.footer-menu,
.footer-menu ul,
.footer-recent {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu a,
.footer-recent a {
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none !important;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  padding: 0.25rem 0;
}

.footer-menu a:hover,
.footer-recent a:hover {
  color: var(--p-yellow) !important;
}

.footer-col--brand {
  text-align: center;
}

@media (min-width: 768px) {
  .footer-col--brand {
    text-align: center;
  }

  .footer-col--pages {
    text-align: left;
  }

  .footer-col--posts {
    text-align: right;
  }
}

.footer-logo-wrap .custom-logo {
  max-height: 56px;
  width: auto;
}

.footer-site-name {
  font-family: var(--st-font-display);
  font-size: 1.75rem;
  font-weight: 900;
  color: #fff !important;
  text-decoration: none !important;
}

.footer-tagline {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

.footer-elite__bottom {
  padding: 1.25rem 1.25rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.footer-copy {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
}

.scroll-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--p-pink), var(--p-magenta));
  color: #fff;
  box-shadow: 0 10px 30px rgba(216, 27, 96, 0.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}

.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  filter: brightness(1.08);
}
