/*
Theme Name: Psikolog Ozlem Kumek
Theme URI: https://psikologozlemkumek.com
Author: Satgo
Author URI: https://psikologozlemkumek.com
Description: Psikolog Ozlem Kumek web sitesini gercek WordPress sayfalariyla calistiran, SEO uyumlu ve panelden duzenlenebilir tema.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: Proprietary
Text Domain: psikolog-ozlem-kumek
*/

:root {
  --pok-bg: #fbf7f1;
  --pok-surface: #ffffff;
  --pok-soft: #eef7f3;
  --pok-text: #202124;
  --pok-muted: #626b73;
  --pok-teal: #5f8f84;
  --pok-teal-dark: #2f645b;
  --pok-peach: #e6a477;
  --pok-rose: #b77483;
  --pok-border: rgba(32, 33, 36, 0.12);
  --pok-shadow: 0 18px 45px rgba(47, 100, 91, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--pok-bg);
  color: var(--pok-text);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  line-height: 1.7;
}

body.admin-bar .pok-site-header {
  top: 32px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.pok-container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.pok-narrow {
  width: min(820px, calc(100% - 32px));
}

.pok-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(251, 247, 241, 0.92);
  border-bottom: 1px solid var(--pok-border);
  backdrop-filter: blur(16px);
}

.pok-header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.pok-logo img {
  width: auto;
  height: 72px;
  display: block;
}

.pok-main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
}

.pok-main-nav a {
  color: var(--pok-text);
  padding: 10px 0;
}

.pok-main-nav a:hover,
.pok-dropdown:hover > a {
  color: var(--pok-rose);
}

.pok-dropdown {
  position: relative;
}

.pok-dropdown-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  width: min(760px, 90vw);
  transform: translate(-50%, 12px);
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  background: var(--pok-surface);
  border: 1px solid var(--pok-border);
  border-radius: 8px;
  box-shadow: var(--pok-shadow);
  padding: 16px;
}

.pok-dropdown:hover .pok-dropdown-panel,
.pok-dropdown:focus-within .pok-dropdown-panel {
  display: grid;
}

.pok-dropdown-panel a {
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--pok-muted);
}

.pok-dropdown-panel a:hover {
  background: var(--pok-soft);
  color: var(--pok-teal-dark);
}

.pok-header-cta,
.pok-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 800;
  border: 1px solid transparent;
}

.pok-header-cta,
.pok-button-primary {
  background: var(--pok-teal-dark);
  color: #fff;
}

.pok-button-secondary {
  background: var(--pok-surface);
  color: var(--pok-teal-dark);
  border-color: var(--pok-border);
}

.pok-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--pok-border);
  border-radius: 8px;
  background: var(--pok-surface);
  padding: 10px;
}

.pok-menu-toggle span {
  display: block;
  height: 2px;
  background: var(--pok-text);
  margin: 5px 0;
}

.pok-hero {
  padding: 80px 0 64px;
  background: linear-gradient(135deg, #fbf7f1 0%, #eef7f3 54%, #fff 100%);
}

.pok-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 48px;
  align-items: center;
}

.pok-badge,
.pok-card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pok-teal-dark);
  background: rgba(95, 143, 132, 0.14);
  border: 1px solid rgba(95, 143, 132, 0.22);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 800;
}

.pok-hero h1 {
  margin: 18px 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.08;
}

.pok-hero p,
.pok-section-head p,
.pok-content p,
.pok-card p,
.pok-muted {
  color: var(--pok-muted);
}

.pok-hero p {
  max-width: 620px;
  font-size: clamp(17px, 2vw, 21px);
}

.pok-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pok-hero-media {
  border-radius: 8px;
  overflow: hidden;
  background: var(--pok-surface);
  box-shadow: var(--pok-shadow);
}

.pok-hero-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.pok-section {
  padding: 76px 0;
}

.pok-soft {
  background: var(--pok-soft);
}

.pok-section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.pok-section h2,
.pok-content h2,
.pok-footer h2,
.pok-footer h3 {
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1.2;
}

.pok-section h2 {
  font-size: clamp(28px, 4vw, 44px);
  margin: 14px 0 10px;
}

.pok-content {
  background: var(--pok-surface);
  border: 1px solid var(--pok-border);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 46px);
  box-shadow: 0 14px 35px rgba(32, 33, 36, 0.06);
}

.pok-content h2 {
  margin-top: 34px;
  font-size: clamp(24px, 3vw, 34px);
}

.pok-content h3 {
  margin-top: 24px;
}

.pok-content ul {
  padding-left: 22px;
}

.pok-grid {
  display: grid;
  gap: 18px;
}

.pok-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pok-card {
  background: var(--pok-surface);
  border: 1px solid var(--pok-border);
  border-radius: 8px;
  min-height: 100%;
  box-shadow: 0 12px 30px rgba(32, 33, 36, 0.06);
}

.pok-card-link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
}

.pok-card h2,
.pok-card h3 {
  margin: 16px 0 10px;
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1.25;
}

.pok-read-more {
  margin-top: auto;
  color: var(--pok-rose);
  font-weight: 800;
}

.pok-contact-band {
  background: var(--pok-teal-dark);
  color: #fff;
}

.pok-contact-band .pok-badge {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}

.pok-contact-band p {
  color: rgba(255, 255, 255, 0.82);
}

.pok-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: center;
}

.pok-contact-card {
  display: grid;
  gap: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 20px;
}

.pok-footer {
  padding: 58px 0 24px;
  background: #fff;
  border-top: 1px solid var(--pok-border);
}

.pok-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 30px;
}

.pok-footer a {
  display: block;
  color: var(--pok-muted);
  margin: 8px 0;
}

.pok-footer a:hover {
  color: var(--pok-rose);
}

.pok-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pok-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--pok-border);
  color: var(--pok-muted);
  font-size: 14px;
}

.pok-footer-bottom span:last-child {
  display: flex;
  gap: 16px;
}

.pok-empty {
  text-align: center;
}

@media (max-width: 980px) {
  body.admin-bar .pok-site-header {
    top: 46px;
  }

  .pok-menu-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .pok-main-nav {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    background: var(--pok-surface);
    border: 1px solid var(--pok-border);
    border-radius: 8px;
    box-shadow: var(--pok-shadow);
  }

  .pok-main-nav.is-open {
    display: flex;
  }

  .pok-main-nav a {
    padding: 12px;
  }

  .pok-dropdown-panel {
    position: static;
    display: grid;
    width: 100%;
    transform: none;
    box-shadow: none;
    border-radius: 8px;
    grid-template-columns: 1fr;
  }

  .pok-header-cta {
    display: none;
  }

  .pok-hero-grid,
  .pok-contact-grid,
  .pok-footer-grid {
    grid-template-columns: 1fr;
  }

  .pok-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.admin-bar .pok-site-header {
    top: 0;
  }

  .pok-logo img {
    height: 58px;
  }

  .pok-header-inner {
    min-height: 74px;
  }

  .pok-hero {
    padding-top: 46px;
  }

  .pok-grid-3 {
    grid-template-columns: 1fr;
  }

  .pok-footer-bottom,
  .pok-footer-bottom span:last-child {
    flex-direction: column;
  }
}
