﻿/*
Theme Name: Kartal Escort
Theme URI: https://kartalescortbayan.com/
Author: Krowten
Author URI: https://kartalescortbayan.com/
Description: Kartal bÃ¶lgesi iÃ§in tasarlanmÄ±ÅŸ, gizlilik ve premium refakat temalÄ±, hÄ±zlÄ± ve mobil uyumlu bir WordPress temasÄ±. Poppins tipografisi, kÄ±rmÄ±zÄ± vurgu paleti, blog Ä±zgarasÄ±, etiket arÅŸivi ve 18+ uyarÄ± bandÄ± iÃ§erir.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kartal-escort
Tags: blog, two-columns, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, sticky-post, right-to-left-language-support
*/

/* =========================================================
   1. Design tokens
   ========================================================= */
:root {
  --bg: #f7f8fc;
  --card: #ffffff;
  --accent: #e53945;
  --accent-2: #ff7b7b;
  --text: #1f2430;
  --muted: #5b6378;
  --border: rgba(31, 36, 48, 0.08);
  --radius-lg: 18px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --shadow-card: 0 14px 36px rgba(0, 0, 0, 0.05);
  --shadow-card-hover: 0 16px 40px rgba(0, 0, 0, 0.07);
  --container: 1200px;
}

/* =========================================================
   2. Base / reset
   ========================================================= */
* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  background:
    radial-gradient(circle at 30% 20%, rgba(229, 57, 69, 0.08), transparent 26%),
    radial-gradient(circle at 80% 10%, rgba(255, 123, 123, 0.08), transparent 30%),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

/* Accessibility: skip link + screen-reader text (WP requirement) */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  word-wrap: normal !important;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  background: var(--accent);
  color: #fff;
  padding: 10px 16px;
  border-radius: 0 0 10px 0;
  font-weight: 600;
}
.skip-link:focus {
  left: 0;
  outline: 3px solid var(--accent-2);
}
:focus-visible { outline: 3px solid rgba(229, 57, 69, 0.85); outline-offset: 2px; }

/* =========================================================
   3. Header / navigation
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  z-index: 50;
}
.nav {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 22px;
  color: var(--text);
}
.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand .logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(229, 57, 69, 0.25);
  overflow: hidden;
}
.brand .logo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

.nav-links {
  display: flex;
  gap: 18px;
  font-weight: 500;
  color: var(--text);
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.nav-links li { position: relative; }
.nav-links a { transition: color 0.2s ease; }
.nav-links a:hover,
.nav-links .current-menu-item > a { color: var(--accent); }

/* sub-menus */
.nav-links ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  padding: 8px;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 60;
}
.nav-links li:hover > ul.sub-menu,
.nav-links li:focus-within > ul.sub-menu { display: block; }
.nav-links ul.sub-menu a { display: block; padding: 8px 10px; border-radius: 8px; }
.nav-links ul.sub-menu a:hover { background: rgba(229, 57, 69, 0.08); }

.nav-actions { display: flex; align-items: center; gap: 10px; }

.pill-btn {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(229, 57, 69, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}
.pill-btn:hover { transform: translateY(-1px); box-shadow: 0 12px 30px rgba(255, 123, 123, 0.35); }

.ghost-btn {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--text);
  background: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  transition: border-color 0.2s ease, background 0.2s ease;
  display: inline-block;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}
.ghost-btn:hover { border-color: rgba(31, 36, 48, 0.18); background: rgba(255, 255, 255, 0.9); }

/* mobile menu toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding: 0 10px;
}
.menu-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   4. Layout
   ========================================================= */
.site-main { max-width: var(--container); margin: 0 auto; padding: 32px 22px 80px; }
.site-main.narrow { max-width: 900px; }
.site-main.medium { max-width: 1100px; }

/* =========================================================
   5. Hero
   ========================================================= */
.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  align-items: center;
  padding: 40px 0 10px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 14px;
  background: rgba(229, 57, 69, 0.12);
  color: var(--accent);
  font-size: 14px;
}
.headline { font-size: clamp(32px, 4vw, 48px); margin: 12px 0; line-height: 1.2; }
.headline .gradient { color: var(--accent); }
.subtext { color: var(--muted); max-width: 560px; margin-bottom: 18px; }
.cta-group { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
  display: grid;
  gap: 14px;
}
.hero-metric { display: flex; align-items: center; gap: 14px; }
.metric-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 8px rgba(229, 57, 69, 0.14);
  flex: none;
}
.metric-title { font-weight: 600; }
.metric-desc { color: var(--muted); font-size: 14px; }

/* =========================================================
   6. Section titles
   ========================================================= */
.section-title {
  font-size: 26px;
  margin: 48px 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-title::before {
  content: "";
  width: 36px;
  height: 3px;
  border-radius: 6px;
  background: var(--accent);
  display: inline-block;
  flex: none;
}
.section-lead { color: var(--muted); margin-top: -6px; }

/* =========================================================
   7. Service cards
   ========================================================= */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}
.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(229, 57, 69, 0.35); }
.card h3 { margin: 6px 0 8px; position: relative; z-index: 1; }
.card p { margin: 0; color: var(--muted); position: relative; z-index: 1; }

/* =========================================================
   8. List (why us)
   ========================================================= */
.list { display: grid; gap: 12px; margin-top: 12px; }
.list-item { display: flex; gap: 10px; align-items: flex-start; }
.list-item .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 4px;
  flex: none;
}
.list-item span { color: var(--muted); }

/* =========================================================
   9. Profile / info grid
   ========================================================= */
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.info-box {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 16px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}
.info-box strong { display: block; margin-bottom: 8px; }
.info-box small { color: var(--muted); }

/* =========================================================
   10. Blog grid + cards
   ========================================================= */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 10px;
}
.blog-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 16px;
  display: grid;
  gap: 12px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: var(--shadow-card);
}
.blog-card:hover { transform: translateY(-3px); border-color: rgba(229, 57, 69, 0.3); box-shadow: var(--shadow-card-hover); }
.blog-thumb {
  width: 100%;
  height: 180px;
  border-radius: var(--radius-sm);
  object-fit: cover;
  background: #e9ecf5;
}
a.blog-thumb-link { display: block; }
.blog-meta { color: var(--muted); font-size: 13px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.blog-meta .pill { background: rgba(229, 57, 69, 0.12); color: var(--text); padding: 4px 10px; border-radius: 999px; font-size: 12px; }
.blog-card h2,
.blog-card h3 { margin: 0; font-size: 20px; }
.blog-card p { margin: 0; color: var(--muted); }
.read-more { color: var(--accent); font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }
.read-more:hover { gap: 8px; transition: gap 0.2s ease; }

/* =========================================================
   11. CTA block
   ========================================================= */
.cta-block {
  margin-top: 60px;
  padding: 26px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: #fff7f7;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 16px;
  align-items: center;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}
.cta-block h2 { margin: 0; }
.cta-block p { margin: 6px 0 0; color: var(--text); }

/* =========================================================
   12. Single post
   ========================================================= */
.post-article {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
  display: grid;
  gap: 14px;
}
.post-article .hero-img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  max-height: 360px;
  background: #e9ecf5;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}
.post-meta { color: var(--muted); font-size: 14px; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.post-title { margin: 6px 0 10px; font-size: clamp(28px, 4vw, 38px); line-height: 1.25; }
.post-meta .tag {
  background: rgba(229, 57, 69, 0.14);
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 12px;
  color: var(--text);
  font-weight: 600;
}
.entry-content { color: var(--muted); }
.entry-content p { margin: 0 0 14px; }
.entry-content h2, .entry-content h3 { color: var(--text); margin: 22px 0 10px; }
.entry-content a { color: var(--accent); font-weight: 600; }
.entry-content img { border-radius: 12px; margin: 10px 0; }
.entry-content ul, .entry-content ol { color: var(--muted); padding-left: 20px; }
.entry-content blockquote {
  border-left: 3px solid var(--accent);
  margin: 16px 0;
  padding: 6px 16px;
  background: rgba(229, 57, 69, 0.05);
  border-radius: 0 12px 12px 0;
}

.cta-box {
  margin-top: 6px;
  padding: 16px;
  border-radius: 14px;
  background: #fff4f4;
  border: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.cta-box strong { color: var(--text); }

.post-nav { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.post-nav a { color: var(--accent); font-weight: 600; }

/* =========================================================
   13. Tags / archive
   ========================================================= */
.tag-chip {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(229, 57, 69, 0.12);
  color: var(--text);
  font-weight: 600;
}
.archive-list { margin-top: 22px; display: grid; gap: 14px; }
.archive-list.grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.archive-list .card {
  display: grid;
  gap: 10px;
  min-height: auto;
  padding: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}
.archive-list .card img { width: 100%; height: 150px; object-fit: cover; border-radius: 12px; background: #e9ecf5; }
.archive-list .card h2, .archive-list .card h3 { margin: 0; font-size: 20px; }
.archive-header { margin-bottom: 4px; }

/* tag cloud */
.tag-cloud { display: flex; gap: 10px; flex-wrap: wrap; margin: 16px 0; }
.tag-cloud a {
  background: rgba(229, 57, 69, 0.1);
  color: var(--text);
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s ease;
}
.tag-cloud a:hover { background: rgba(229, 57, 69, 0.2); }

/* =========================================================
   14. Footer
   ========================================================= */
.site-footer {
  max-width: var(--container);
  margin: 60px auto 20px;
  padding: 0 22px;
  color: var(--muted);
  font-size: 14px;
}
.footer-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid var(--border);
}
.footer-widgets .widget-title { color: var(--text); font-size: 16px; margin: 0 0 12px; }
.footer-widgets ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-widgets a:hover { color: var(--accent); }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid var(--border);
}
.footer-bottom a { color: var(--muted); }
.footer-bottom a:hover { color: var(--accent); }

/* =========================================================
   15. Age banner
   ========================================================= */
.age-banner {
  position: fixed;
  bottom: 16px;
  right: 16px;
  max-width: 320px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px 14px;
  color: var(--muted);
  font-size: 13px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  z-index: 80;
  display: flex;
  gap: 10px;
  align-items: center;
}
.age-banner b { color: var(--accent); }
.age-banner .age-close {
  margin-left: auto;
  border: none;
  background: rgba(229, 57, 69, 0.1);
  color: var(--accent);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  flex: none;
}
.age-banner[hidden] { display: none; }

/* =========================================================
   16. Pagination + misc WP
   ========================================================= */
.pagination { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 30px; justify-content: center; }
.pagination .page-numbers {
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  font-weight: 600;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

.search-form { display: flex; gap: 8px; flex-wrap: wrap; }
.search-form input[type="search"] {
  flex: 1;
  min-width: 200px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-family: inherit;
  background: #fff;
}

.no-results { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 28px; text-align: center; }

/* WP core / editor alignments + captions */
.alignleft { float: left; margin: 0 20px 14px 0; }
.alignright { float: right; margin: 0 0 14px 20px; }
.aligncenter { display: block; margin: 0 auto 14px; }
.wp-caption { max-width: 100%; }
.wp-caption-text { color: var(--muted); font-size: 13px; text-align: center; }
.sticky .blog-card { border-color: rgba(229, 57, 69, 0.4); }
.bypostauthor > article { display: block; }

/* comments */
.comments-area { margin-top: 30px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 22px; }
.comment-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.comment-list .children { list-style: none; padding-left: 22px; }
.comment-body { border: 1px solid var(--border); border-radius: 12px; padding: 14px; }
.comment-author { font-weight: 600; }
/* Distinguish links inside comment prose (WCAG 1.4.1). */
.comment-content a { color: var(--accent); text-decoration: underline; }
.comment-metadata { color: var(--muted); font-size: 13px; }
.comment-form input, .comment-form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--border);
  font-family: inherit;
  margin-top: 4px;
}
.comment-form label { font-weight: 600; font-size: 14px; }
.comment-respond p { margin: 0 0 12px; }

/* =========================================================
   17. Responsive
   ========================================================= */
@media (max-width: 900px) {
  .cta-block { grid-template-columns: 1fr; }
  .nav { padding: 12px 16px; }
}
@media (max-width: 720px) {
  .menu-toggle { display: flex; }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
    padding: 14px 18px;
    display: none;
  }
  .nav-links.is-open { display: flex; }
  .nav-links ul.sub-menu { position: static; display: block; box-shadow: none; border: none; padding-left: 12px; }
}
@media (max-width: 600px) {
  .site-main { padding: 24px 16px 70px; }
  .hero { padding-top: 20px; }
  .age-banner { left: 16px; right: 16px; max-width: none; }
}


.nav-links > li.menu-item-has-children > a::after { content: '▾'; font-size: 0.8em; margin-left: 6px; display: inline-block; transform: translateY(-1px); }


a.brand-link img {
    height: 40px;
    margin-bottom: 10px;
}