/*
Theme Name: Kreş Açmak
Theme URI: https://kresacmak.com
Author: Okul Danışmanlığı Hizmetleri
Description: Kreş açmak isteyen girişimcilere yönelik profesyonel danışmanlık sitesi için hazırlanmış, hızlı ve SEO'ya uygun özel WordPress teması.
Version: 2.2.1
Requires at least: 6.4
Requires PHP: 8.2
Text Domain: kresacmak
*/

/* ==========================================================================
   ONAYLI MARKA TOKENLARI — bu oturumda onaylanan HTML mockup'larla birebir
   (anasayfa, 7 hizmet sayfası, hakkımızda, iletişim, blog). Tema genelinde
   TEK renk/font kaynağı budur; theme.json bloklar için aynı değerleri kullanır.
   ========================================================================== */
:root {
  --ink: #303030;
  --ink-soft: #6b616a;
  --ink-faint: #9c939b;
  --accent: #e80070;
  --accent-dark: #b8005a;
  --accent-soft: #fce8f0;
  --paper: #ffffff;
  --paper-2: #f3eef1;
  --paper-3: #ece5e9;
  --border: color-mix(in srgb, var(--ink) 12%, transparent);
  --shadow: 0 1px 3px rgba(48,32,40,.06), 0 10px 30px -12px rgba(48,32,40,.12);
  --font-display: 'Outfit', sans-serif;
  --font-body: 'Poppins', -apple-system, sans-serif;
  --container: 1180px;

  --purple: #7b2ff7; --purple-dark: #5f1fc4; --purple-soft: #f1e9fd;
  --blue: #2f6fed; --blue-dark: #1e4fc0; --blue-soft: #e8effe;
  --orange: #ff7a3d; --orange-dark: #e05a1d; --orange-soft: #ffece0;
  --accent-gradient: linear-gradient(100deg, var(--accent), var(--purple));
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
ul, ol { padding: 0; margin: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }
.icon { width: 20px; height: 20px; flex-shrink: 0; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.container.narrow { max-width: 760px; }
.logo { display: flex; align-items: center; gap: 10px; }
.entry-content { font-size: 15px; line-height: 1.75; color: var(--ink-soft); }
.entry-content p { margin: 0 0 18px; }
.entry-content p:last-child { margin-bottom: 0; }

.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); overflow: hidden; height: 1px; width: 1px; }
.skip-link:focus { position: fixed; top: 8px; left: 8px; z-index: 999; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; }

/* ---------- Header ---------- */
header.site { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
/* wp-admin'de oturum açıkken sabit admin çubuğu (32px, mobilde 46px) sticky header'ı kapatmasın. */
body.admin-bar header.site { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar header.site { top: 46px; }
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: var(--container); margin: 0 auto; padding: 12px 20px; }
.site-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.site-brand-logo { width: 98px; height: auto; object-fit: contain; flex-shrink: 0; }
.footer-logo { width: 79px; height: auto; object-fit: contain; }
.site-brand-copy { display: flex; flex-direction: column; justify-content: center; line-height: 1.15; border-left: 1px solid var(--border); padding-left: 12px; }
.site-brand-copy strong { font-family: var(--font-display); font-size: 17px; font-weight: 800; color: var(--ink); letter-spacing: -.01em; }
.site-brand-copy small { display: block; margin-top: 3px; font-size: 9.5px; font-weight: 500; color: var(--ink-faint); letter-spacing: .02em; white-space: nowrap; }
nav.primary { display: flex; align-items: center; gap: 28px; }
.nav-links { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; font-size: 14px; font-weight: 500; }
.nav-links a { text-decoration: none; padding: 6px 0; border-bottom: 2px solid transparent; }
.nav-links a:hover { border-color: var(--accent); }
.nav-links > li { position: relative; }
.nav-links > li > a { white-space: nowrap; }
.nav-links .menu-item-has-children > a::after { content: ''; display: inline-block; width: 6px; height: 6px; margin: 0 0 3px 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .15s ease; }
.nav-links .menu-item-has-children:hover > a::after, .nav-links .menu-item-has-children:focus-within > a::after { transform: rotate(-135deg); margin-bottom: 0; }
.nav-links .sub-menu { display: none; position: absolute; top: 100%; left: -14px; min-width: 290px; padding: 8px; margin: 0; list-style: none; flex-direction: column; gap: 2px; background: var(--paper); border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow); z-index: 70; }
.nav-links .sub-menu::before { content: ''; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.nav-links .menu-item-has-children:hover > .sub-menu, .nav-links .menu-item-has-children:focus-within > .sub-menu { display: flex; }
.nav-links .sub-menu li { margin: 0; }
.nav-links .sub-menu a { display: block; padding: 10px 14px; border: 0; border-radius: 9px; font-size: 13.5px; font-weight: 500; white-space: normal; line-height: 1.35; }
.nav-links .sub-menu a:hover { background: var(--accent-soft); color: var(--accent-dark); }
.header-cta { display: flex; align-items: center; gap: 14px; }
.phone-chip { white-space: nowrap; display: flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 600; text-decoration: none; }
.phone-chip .icon { color: var(--accent); }
.mobile-nav { display: none; flex-direction: column; padding: 6px 20px 14px; border-top: 1px solid var(--border); background: var(--paper); }
.mobile-nav a { padding: 11px 2px; font-size: 14.5px; font-weight: 600; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--border); }
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a.sub { padding-left: 18px; font-size: 13.5px; font-weight: 500; color: var(--ink-soft); }
.menu-toggle { display: none; background: none; border: none; padding: 6px; color: var(--ink); }

/* ---------- Butonlar ---------- */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-weight: 600; border-radius: 999px; padding: 11px 20px; font-size: 14px; text-decoration: none; border: 2px solid transparent; transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, filter .15s ease; white-space: nowrap; }
.btn-primary { background: var(--accent-gradient); color: #fff; }
.btn-primary:hover { box-shadow: var(--shadow); filter: brightness(1.07); transform: translateY(-1px); }
.btn-ghost { background: transparent; border-color: var(--border); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-lg { padding: 15px 26px; font-size: 15px; }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Breadcrumb ---------- */
.breadcrumb { font-size: 12.5px; color: var(--ink-faint); padding: 14px 0; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb span { margin: 0 6px; }

/* ---------- Hero (tam genişlik, fotoğraflı) ---------- */
.hero { position: relative; overflow: hidden; }
.hero-media { position: relative; aspect-ratio: 16/7.5; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(48,48,48,.88) 0%, rgba(48,48,48,.62) 42%, rgba(48,48,48,.18) 75%); }
.hero-content { position: absolute; inset: 0; display: flex; align-items: center; }
.hero-inner-wrap { max-width: var(--container); margin: 0 auto; padding: 0 20px; width: 100%; }
.hero-text { max-width: 600px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 16px; }
.eyebrow::before { content: ''; display: inline-block; width: 18px; height: 2px; background: var(--accent); border-radius: 2px; }
.hero .eyebrow { background: color-mix(in srgb, var(--accent) 35%, transparent); color: #ffd7ea; padding: 7px 14px; border-radius: 999px; margin-bottom: 18px; }
.hero .eyebrow::before { display: none; }
.eyebrow-light { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 16px; }
.eyebrow-light::before { content: ''; display: inline-block; width: 18px; height: 2px; background: var(--accent); border-radius: 2px; }
.privilege-cta .eyebrow-light { color: #ffd7ea; justify-content: center; }
.privilege-cta .eyebrow-light::before { background: #ffd7ea; }
.hero h1 { font-family: var(--font-display); font-weight: 800; color: #fff; font-size: clamp(1.8rem,3.8vw,2.8rem); line-height: 1.12; margin: 0 0 16px; text-wrap: balance; }
.hero h1 mark { background: none; color: #ffd7ea; }
.hero-lead { color: rgba(255,255,255,.85); font-size: 1.02rem; margin: 0 0 28px; max-width: 52ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,.4); }
.hero .btn-ghost:hover { border-color: #fff; }
.trust-line { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 13px; color: rgba(255,255,255,.75); }
.trust-line span { display: inline-flex; align-items: center; gap: 6px; }
.trust-line .icon { width: 15px; height: 15px; color: #ffd7ea; }

/* ---------- İletişim sayfası: bilgi kartları + harita ---------- */
.contact-split { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 44px; align-items: stretch; }
.contact-info-grid { display: flex; flex-direction: column; gap: 16px; }
.contact-info-item { display: flex; gap: 14px; align-items: flex-start; background: var(--paper); border: 1px solid var(--border); border-radius: 14px; padding: 18px 20px; text-decoration: none; color: var(--ink); transition: border-color .15s ease, transform .15s ease; }
.contact-info-item:hover { border-color: var(--accent); transform: translateY(-2px); }
.contact-info-item .icon-wrap { display: inline-flex; align-items: center; justify-content: center; background: var(--accent-soft); color: var(--accent-dark); padding: 10px; border-radius: 10px; flex-shrink: 0; }
.contact-info-item .icon-wrap .icon { width: 18px; height: 18px; }
.contact-info-item h3 { font-family: var(--font-display); font-size: 14.5px; margin: 0 0 4px; }
.contact-info-item p { font-size: 13.5px; color: var(--ink-soft); margin: 0; }
.map-embed { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); border: 0; width: 100%; height: 100%; min-height: 340px; }
@media (max-width: 960px) {
  .contact-split { grid-template-columns: 1fr; }
  .map-embed { min-height: 280px; }
}

/* ---------- Genel bölüm ---------- */
section { padding: 72px 0; }
.section-alt { background: #ffffff; border-top: 1px solid var(--border); }
.section-head { max-width: 640px; margin: 0 auto 44px; text-align: center; }
.section-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.5rem,2.6vw,2rem); margin: 0 0 12px; text-wrap: balance; }
.section-desc { color: var(--ink-soft); font-size: 15px; margin: 0; }

/* ---------- İstatistikler ---------- */
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.stat { background: #ffffff; border: 1px solid var(--border); border-radius: 16px; padding: 30px 20px; text-align: center; }
.stat b { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.5rem,3vw,2.1rem); color: var(--accent); }
.stat span { font-size: 12.5px; color: var(--ink-soft); }

/* ---------- Why-split (Biz Kimiz / Kurucu) ---------- */
.why-split { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 52px; align-items: center; }
.why-image { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow); }
.why-image img { width: 100%; height: 100%; object-fit: cover; }
.why-image-badge { position: absolute; left: 16px; bottom: 16px; background: rgba(255,255,255,.92); color: var(--ink); font-family: var(--font-display); font-weight: 600; font-size: 12px; padding: 8px 14px; border-radius: 999px; }
.why-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.why-list li { display: flex; gap: 14px; align-items: flex-start; }
.why-icon { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; background: var(--accent-soft); color: var(--accent-dark); border-radius: 10px; flex-shrink: 0; }
.why-list h3 { font-family: var(--font-display); font-size: 15px; margin: 0 0 4px; }
.why-list p { font-size: 13.5px; color: var(--ink-soft); margin: 0; }

/* ---------- Divider-quote (özlü söz ayracı) ---------- */
.divider-quote { position: relative; max-width: 880px; margin: 64px auto; border-radius: 24px; overflow: hidden; min-height: 200px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 44px 36px; }
.divider-quote img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.divider-quote::before { content: ''; position: absolute; inset: 0; z-index: 1; }
.divider-quote.has-image::before { background: linear-gradient(135deg, rgba(123,47,247,.84), rgba(232,0,112,.84)); }
.divider-quote.gradient-only { background: linear-gradient(135deg, var(--purple), var(--accent)); }
.divider-quote-inner { position: relative; z-index: 2; }
.divider-quote blockquote { color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; line-height: 1.45; margin: 0 0 14px; max-width: 600px; }
.divider-quote cite { color: rgba(255,255,255,.8); font-size: 13px; font-style: normal; font-family: var(--font-body); }

/* ---------- "Neler Yapıyoruz" zigzag yol haritası ---------- */
.journey { display: flex; flex-direction: column; gap: 56px; }
.journey-block { display: flex; align-items: center; gap: 48px; }
.journey-block.reverse { flex-direction: row-reverse; }
.journey-visual { flex: 0 0 300px; aspect-ratio: 1/1; border-radius: 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: #fff; text-align: center; padding: 20px; }
.journey-visual .journey-step { font-family: var(--font-display); font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; opacity: .85; }
.journey-visual .journey-icon { width: 56px; height: 56px; }
.journey-visual .journey-verb { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; }
.journey-block.c-blue .journey-visual { background: linear-gradient(155deg, var(--blue), var(--blue-dark)); }
.journey-block.c-purple .journey-visual { background: linear-gradient(155deg, var(--purple), var(--purple-dark)); }
.journey-block.c-orange .journey-visual { background: linear-gradient(155deg, var(--orange), var(--orange-dark)); }
.journey-block.c-accent .journey-visual { background: linear-gradient(155deg, var(--accent), var(--accent-dark)); }
.journey-content { flex: 1 1 auto; }
.journey-tag { display: inline-block; font-family: var(--font-display); font-weight: 700; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 10px; }
.journey-content h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; margin: 0 0 12px; }
.journey-content p { color: var(--ink-soft); font-size: 14.5px; margin: 0 0 22px; max-width: 52ch; }
.journey-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.journey-closing { max-width: 720px; margin: 64px auto 0; text-align: center; }
.journey-closing h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; margin: 0 0 12px; }
.journey-closing p { color: var(--ink-soft); font-size: 15px; margin: 0; }

/* ---------- Etik ilkeler / kurucu / değerler ---------- */
.founder-role { font-family: var(--font-display); font-weight: 600; font-size: 13.5px; color: var(--accent-dark); margin: -6px 0 18px; }
.ethics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 40px; margin-top: 36px; max-width: 960px; margin-left: auto; margin-right: auto; }
.ethics-item { display: flex; gap: 16px; align-items: flex-start; }
.ethics-num { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-dark); font-family: var(--font-display); font-weight: 800; font-size: 14px; flex-shrink: 0; }
.ethics-item h3 { font-family: var(--font-display); font-size: 15px; margin: 0 0 6px; }
.ethics-item p { font-size: 13.5px; color: var(--ink-soft); margin: 0; }

/* ---------- Süreç adımları (process-grid — "Bizi Biz Yapan Unsurlar" vb.) ---------- */
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.process-step { position: relative; background: var(--paper); border: 1px solid var(--border); border-radius: 16px; padding: 28px 22px; text-decoration: none; color: var(--ink); display: block; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.process-step:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--accent); }
.process-step .num { font-family: var(--font-display); font-weight: 800; font-size: 1.7rem; color: var(--border); position: absolute; top: 16px; right: 20px; }
.process-step .process-icon { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; background: var(--accent-soft); color: var(--accent-dark); border-radius: 12px; margin-bottom: 14px; }
.process-step h3 { font-family: var(--font-display); font-size: 15px; margin: 0 0 8px; }
.process-step p { font-size: 13px; color: var(--ink-soft); margin: 0; }

/* ---------- Kimler için uygun / fit kartları ---------- */
.fit-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.fit-card { background: var(--paper); border: 1px solid var(--border); border-radius: 16px; padding: 24px 22px; transition: transform .2s ease, box-shadow .2s ease; }
.fit-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.fit-icon { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; background: var(--accent-soft); color: var(--accent-dark); border-radius: 10px; margin-bottom: 14px; }
.fit-card h3 { font-family: var(--font-display); font-size: 15px; margin: 0 0 6px; }
.fit-card p { font-size: 13.5px; color: var(--ink-soft); margin: 0; }

/* ---------- Pain points ---------- */
.pain-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; max-width: 840px; margin: 0 auto; }
.pain-card { background: var(--paper); border: 1px solid var(--border); border-left: 3px solid var(--accent); border-radius: 12px; padding: 18px 20px; font-size: 14.5px; display: flex; gap: 12px; align-items: flex-start; }
.pain-card .icon { color: var(--accent); flex-shrink: 0; margin-top: 2px; }
.pain-resolve { text-align: center; margin-top: 32px; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; }

/* ---------- Fiyat/paket kartları ---------- */
.tier-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: stretch; margin-top: 8px; }
.tier-card { background: var(--paper); border: 1px solid var(--border); border-radius: 18px; padding: 30px 26px; display: flex; flex-direction: column; position: relative; }
.tier-card.recommended { border-color: var(--accent); box-shadow: var(--shadow); transform: translateY(-10px); }
.tier-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; font-family: var(--font-display); font-size: 11px; font-weight: 700; padding: 5px 14px; border-radius: 999px; white-space: nowrap; }
.tier-name { font-family: var(--font-display); font-weight: 700; font-size: 18px; margin: 0 0 6px; }
.tier-desc { font-size: 13px; color: var(--ink-soft); margin: 0 0 20px; }
.tier-list { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 11px; font-size: 13px; flex-grow: 1; }
.tier-list li { display: flex; gap: 9px; align-items: flex-start; }
.tier-list .icon { color: var(--accent); flex-shrink: 0; margin-top: 2px; width: 15px; height: 15px; }

/* ---------- 3D render galerisi + alıntı şeridi + bölüm ayırıcı görsel şeridi (hizmet sayfaları) ---------- */
.render-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.render-item { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; }
.render-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.render-item:hover img { transform: scale(1.06); }
.render-caption { position: absolute; inset: auto 0 0 0; padding: 16px; background: linear-gradient(0deg, rgba(48,48,48,.85), transparent); color: #fff; font-family: var(--font-display); font-size: 13px; font-weight: 600; }
.render-badge { position: absolute; top: 12px; right: 12px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: var(--ink); background: rgba(255,255,255,.94); padding: 4px 9px; border-radius: 999px; }
.quote-strip { text-align: center; max-width: 760px; margin: 0 auto; }
.quote-strip p { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.05rem,2vw,1.35rem); line-height: 1.5; color: var(--ink); margin: 0 0 14px; }
.quote-strip p::before { content: '"'; color: var(--accent); }
.quote-strip p::after { content: '"'; color: var(--accent); }
.quote-strip cite { font-style: normal; font-size: 13px; font-weight: 700; color: var(--ink-faint); }
.divider-band { width: 100%; height: 130px; overflow: hidden; }
.divider-band img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 720px) {
  .divider-band { height: 80px; }
  .render-grid { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; margin: 0 -20px; padding-left: 20px; padding-right: 20px; }
  .render-grid .render-item { flex: 0 0 78%; scroll-snap-align: start; aspect-ratio: 4/3.2; }
}

/* ---------- Portfolio ---------- */
.portfolio-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 150px; grid-auto-flow: dense; gap: 16px; }
.portfolio-grid .portfolio-item:first-child { grid-column: span 2; grid-row: span 2; }
.portfolio-item { position: relative; border-radius: 16px; overflow: hidden; }
.portfolio-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.portfolio-item:hover img { transform: scale(1.06); }
.portfolio-scroll { display: none; }
.portfolio-caption { position: absolute; inset: auto 0 0 0; padding: 16px; background: linear-gradient(0deg, rgba(48,48,48,.85), transparent); color: #fff; font-family: var(--font-display); font-size: 13px; font-weight: 600; }

/* ---------- FAQ akordeon (klasik .faq-item — Details bloğu theme.json'da ayrıca stilleniyor) ---------- */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--paper); border: 1px solid var(--border); border-radius: 12px; padding: 4px 20px; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 0; font-weight: 600; font-size: 14.5px; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .icon { transition: transform .2s ease; color: var(--ink-faint); flex-shrink: 0; }
.faq-item[open] summary .icon { transform: rotate(180deg); }
.faq-item p { font-size: 13.5px; color: var(--ink-soft); padding-bottom: 16px; margin: 0; }

/* ---------- Tanıtım bandı / diğer hizmetler ---------- */
.promo-band { position: relative; display: block; width: 100%; height: 220px; overflow: hidden; text-decoration: none; }
.promo-band img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.promo-band:hover img { transform: scale(1.04); }
.promo-band::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,16,18,.82) 0%, rgba(20,16,18,.55) 45%, rgba(20,16,18,.15) 100%); }
.promo-band-text { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 0 8%; max-width: 560px; color: #fff; z-index: 1; }
.promo-band-text span.tag { font-family: var(--font-display); font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #ffd7ea; margin-bottom: 8px; }
.promo-band-text h3 { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; margin: 0 0 8px; }
.promo-band-text p { font-size: 13.5px; color: rgba(255,255,255,.85); margin: 0 0 12px; }

.service-links-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-link-card { background: var(--paper); border: 1px solid var(--border); border-radius: 14px; padding: 20px; text-decoration: none; color: var(--ink); display: flex; flex-direction: column; gap: 10px; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.service-link-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--accent); }
.service-link-icon { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; background: var(--accent-soft); color: var(--accent-dark); border-radius: 10px; }
.service-link-card:hover .service-link-icon { background: var(--accent); color: #fff; }
.service-link-card.c-blue:hover { border-color: var(--blue); } .service-link-card.c-blue:hover .service-link-icon { background: var(--blue); }
.service-link-card.c-purple:hover { border-color: var(--purple); } .service-link-card.c-purple:hover .service-link-icon { background: var(--purple); }
.service-link-card.c-orange:hover { border-color: var(--orange); } .service-link-card.c-orange:hover .service-link-icon { background: var(--orange); }
.service-link-card h3 { font-family: var(--font-display); font-size: 14px; margin: 0; }
.service-link-card p { font-size: 12.5px; color: var(--ink-soft); margin: 0; }

/* ---------- İlgili içerikler / blog kartları ---------- */
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.related-card { background: var(--paper); border: 1px solid var(--border); border-radius: 14px; padding: 22px; text-decoration: none; color: var(--ink); display: flex; flex-direction: column; gap: 10px; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.related-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--accent); }
.related-tag { font-family: var(--font-display); font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--accent-dark); }
.related-card h3 { font-family: var(--font-display); font-size: 14.5px; margin: 0; line-height: 1.35; }
.related-card span.link { font-size: 12.5px; font-weight: 700; color: var(--accent-dark); display: inline-flex; align-items: center; gap: 5px; margin-top: auto; }

/* ---------- Blog hub — gazete mantığı: kategori kategori bölümlenmiş "Kreş Açma Bilgi Merkezi" (template-blog.php) ---------- */
.blog-hero { position: relative; overflow: hidden; color: #fff; padding: 84px 0 76px; background: radial-gradient(60% 90% at 88% 10%, color-mix(in srgb, var(--accent) 45%, transparent) 0%, transparent 60%), radial-gradient(50% 80% at 8% 100%, color-mix(in srgb, var(--purple) 40%, transparent) 0%, transparent 62%), var(--ink); }
.blog-hero::after { content: ''; position: absolute; right: -90px; top: -90px; width: 340px; height: 340px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 0 46px rgba(255,255,255,.03), 0 0 0 92px rgba(255,255,255,.02); pointer-events: none; }
.blog-hero .container { position: relative; z-index: 1; }
.blog-hero-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; max-width: 640px; }
.blog-hero-chips span { font-size: 12px; color: rgba(255,255,255,.6); align-self: center; margin-right: 4px; }
.blog-hero-chips a { font-size: 12.5px; font-weight: 600; color: #fff; text-decoration: none; padding: 6px 13px; border-radius: 999px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.07); transition: background .15s ease, border-color .15s ease; }
.blog-hero-chips a:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.45); }
.blog-hero .eyebrow { background: color-mix(in srgb, var(--accent) 30%, transparent); color: #ffd7ea; padding: 7px 14px; border-radius: 999px; margin-bottom: 20px; }
.blog-hero .eyebrow::before { display: none; }
.blog-hero h1 { font-family: var(--font-display); font-weight: 800; color: #fff; font-size: clamp(1.9rem,4vw,3rem); line-height: 1.12; margin: 0 0 16px; max-width: 18ch; text-wrap: balance; }
.blog-hero p { color: rgba(255,255,255,.78); font-size: 15px; max-width: 56ch; margin: 0 0 28px; }
.blog-search { display: flex; max-width: 560px; gap: 10px; padding: 6px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(6px); }
.blog-search input { flex: 1; min-width: 0; padding: 12px 18px; border-radius: 999px; border: 0; background: transparent; color: #fff; font-family: inherit; font-size: 14px; }
.blog-search input:focus { outline: none; }
.blog-search:focus-within { border-color: rgba(255,255,255,.55); }
.blog-search input::placeholder { color: rgba(255,255,255,.55); }
.blog-search button { flex-shrink: 0; }
.blog-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; flex-wrap: wrap; }
.blog-section-head .eyebrow { margin-bottom: 8px; }
.blog-section-head h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.3rem,2.2vw,1.7rem); margin: 0 0 8px; }
.blog-section-head p { font-size: 14px; color: var(--ink-soft); margin: 0; max-width: 56ch; }
.blog-section-head .cat-link { font-size: 13px; font-weight: 700; color: var(--accent-dark); white-space: nowrap; display: inline-flex; align-items: center; gap: 5px; }
@media (max-width: 720px) {
  .blog-search { flex-direction: column; }
}

.article-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.article-card { background: var(--paper); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; text-decoration: none; color: var(--ink); display: flex; flex-direction: column; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--accent); }
.article-card img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.article-card-body { padding: 16px 18px; display: flex; flex-direction: column; gap: 8px; flex-grow: 1; }
.article-card h3 { font-family: var(--font-display); font-size: 14px; margin: 0; line-height: 1.35; }
.article-card .article-date { font-size: 11.5px; color: var(--ink-faint); margin-top: auto; }

/* ---------- Kategori arşiv hero'su (category.php) ---------- */
.cat-hero { background: var(--ink); color: #fff; padding: 56px 0; }
.cat-hero .eyebrow { background: color-mix(in srgb, var(--accent) 30%, transparent); color: #ffd7ea; }
.cat-hero h1 { font-family: var(--font-display); font-weight: 800; color: #fff; font-size: clamp(1.6rem,3vw,2.2rem); margin: 0 0 12px; }
.cat-hero p { color: rgba(255,255,255,.78); font-size: 14.5px; max-width: 60ch; margin: 0; }
.cat-count { display: inline-block; font-size: 12.5px; color: rgba(255,255,255,.6); margin-top: 14px; }

/* ---------- "Diğer Kategoriler" çapraz link kartları (category.php) ---------- */
.stage-overview-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.stage-card { background: var(--paper); border: 1px solid var(--border); border-radius: 16px; padding: 22px 20px; text-decoration: none; color: var(--ink); display: block; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.stage-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--accent); }
.stage-card .stage-num { font-family: var(--font-display); font-weight: 800; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--accent-dark); display: block; margin-bottom: 10px; }
.stage-card h3 { font-family: var(--font-display); font-size: 14.5px; margin: 0 0 6px; line-height: 1.3; }
@media (max-width: 960px) { .stage-overview-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 720px) { .stage-overview-grid { grid-template-columns: 1fr 1fr; } }

/* ---------- Sayfalama (category.php / index.php — mockup'ta karşılığı yok, WP çekirdek çıktısına göre tasarlandı) ---------- */
.pagination { display: flex; justify-content: center; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 10px; margin: 0 4px; border-radius: 10px; border: 1px solid var(--border); text-decoration: none; color: var(--ink); font-size: 13.5px; font-weight: 600; transition: border-color .15s ease, background .15s ease; }
.pagination .page-numbers:hover { border-color: var(--accent); }
.pagination .page-numbers.current { background: var(--accent); border-color: var(--accent); color: #fff; }
.pagination .page-numbers.dots { border-color: transparent; }

/* ---------- Yazı gövdesi (single.php içeriği) ---------- */
.post-hero { position: relative; overflow: hidden; }
.post-hero-media { position: relative; aspect-ratio: 16/6; }
.post-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.post-hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(48,48,48,.88) 0%, rgba(48,48,48,.62) 42%, rgba(48,48,48,.18) 75%); }
.post-hero-content { position: absolute; inset: 0; display: flex; align-items: flex-end; padding-bottom: 32px; }
.post-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.post-tag { font-family: var(--font-display); font-weight: 700; font-size: 10.5px; letter-spacing: .05em; text-transform: uppercase; color: #fff; background: color-mix(in srgb, var(--accent) 45%, transparent); padding: 6px 12px; border-radius: 999px; }
.post-hero h1 { font-family: var(--font-display); font-weight: 800; color: #fff; font-size: clamp(1.5rem,3.2vw,2.3rem); line-height: 1.2; margin: 0 0 10px; max-width: 900px; }
.post-meta { color: rgba(255,255,255,.75); font-size: 13px; }
.post-layout { display: grid; grid-template-columns: 0.72fr 0.28fr; gap: 48px; align-items: start; }
.author-box { display: flex; gap: 16px; align-items: center; background: var(--paper-2); border-radius: 16px; padding: 20px 22px; margin: 32px 0; }
.author-box img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.author-box h4 { font-family: var(--font-display); font-size: 14.5px; margin: 0 0 3px; }
.author-box p { font-size: 12.5px; color: var(--ink-soft); margin: 0 0 6px; }
.author-box a { font-size: 12.5px; font-weight: 700; color: var(--accent-dark); }
.toc-box { position: sticky; top: 90px; background: var(--paper); border: 1px solid var(--border); border-radius: 16px; padding: 22px 22px; }
.toc-box h4 { font-family: var(--font-display); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-faint); margin: 0 0 14px; }
.toc-box ol { list-style: none; margin: 0; padding: 0; counter-reset: toc; display: flex; flex-direction: column; gap: 10px; }
.toc-box li { counter-increment: toc; font-size: 13px; }
.toc-box li a { text-decoration: none; color: var(--ink); display: flex; gap: 10px; }
.toc-box li a:hover { color: var(--accent-dark); }
.toc-box li a::before { content: counter(toc); font-family: var(--font-display); font-weight: 700; color: var(--accent-dark); flex-shrink: 0; }
.toc-box .btn { margin-top: 18px; width: 100%; justify-content: center; }
.post-body { font-size: 15px; line-height: 1.75; color: var(--ink); }
.post-body h2 { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; margin: 40px 0 14px; scroll-margin-top: 90px; }
.post-body h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; margin: 26px 0 10px; }
.post-lead { font-size: 16.5px; color: var(--ink-soft); border-left: 3px solid var(--accent); padding-left: 16px; margin: 0 0 28px; }

/* ---------- Form / final CTA ---------- */
.cta-section { background: #ffffff; }
.cta-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 44px; align-items: flex-start; }
.cta-pitch h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.5rem,2.6vw,2rem); margin: 0 0 14px; }
.cta-pitch p { color: var(--ink-soft); font-size: 14.5px; margin: 0 0 26px; }
.cta-contact-list { display: flex; flex-direction: column; gap: 16px; margin-bottom: 26px; }
.cta-contact-list li { list-style: none; display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; }
.cta-contact-list .icon-wrap { display: inline-flex; align-items: center; justify-content: center; background: var(--accent-soft); color: var(--accent-dark); padding: 9px; border-radius: 10px; flex-shrink: 0; }
.form-card { background: var(--paper); border-radius: 20px; padding: 32px; box-shadow: var(--shadow); }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-size: 12.5px; font-weight: 600; margin-bottom: 6px; color: var(--ink-soft); }
.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: 10px; font-family: inherit; font-size: 14px; background: #ffffff; color: var(--ink); }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-kvkk { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; color: var(--ink-faint); margin: 6px 0 20px; }
.form-kvkk input { margin-top: 3px; width: auto; }
.form-kvkk .wpcf7-list-item { margin: 0; display: flex; align-items: flex-start; gap: 8px; }

/* ---------- Contact Form 7 uyumu — form-row/form-split zaten bare input/select/textarea'yı
   stillendiriyor, burada sadece CF7'ye özgü sarmalayıcı/uyarı/hata elemanları var. ---------- */
.wpcf7-form-control-wrap { display: block; }
.wpcf7-not-valid-tip { display: block; font-size: 11.5px; color: #d0224b; margin-top: 4px; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output { border-color: #d0224b; color: #d0224b; background: #fdeef2; }
.wpcf7 form.sent .wpcf7-response-output { border-color: var(--accent); color: var(--accent-dark); background: var(--accent-soft); }
.wpcf7-response-output { margin: 0 0 16px; padding: 12px 14px; border: 1px solid var(--border); border-radius: 10px; font-size: 13px; }
.wpcf7-spinner { margin-left: 10px; }

.privilege-cta { background: var(--ink); color: #fff; text-align: center; }
.privilege-cta .eyebrow { color: #ffd7ea; justify-content: center; }
.privilege-cta h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.5rem,2.8vw,2.1rem); margin: 0 0 14px; max-width: 680px; margin-left: auto; margin-right: auto; }
.privilege-cta p { color: rgba(255,255,255,.78); font-size: 15px; max-width: 620px; margin: 0 auto 28px; }

/* ---------- Footer ---------- */
footer.site { background: var(--ink); color: color-mix(in srgb, var(--paper) 78%, transparent); padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 36px; border-bottom: 1px solid color-mix(in srgb, var(--paper) 14%, transparent); }
.footer-brand p { font-size: 13px; margin: 14px 0 0; max-width: 34ch; }
.footer-contact-list { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.footer-contact-list li { display: flex; align-items: flex-start; gap: 10px; }
.footer-contact-list .icon { color: var(--accent); flex-shrink: 0; margin-top: 2px; width: 16px; height: 16px; }
.footer-col h4 { color: var(--paper); font-family: var(--font-display); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; margin: 0 0 14px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.footer-col ul a { color: inherit; text-decoration: none; }
.footer-col ul a:hover { color: var(--accent); text-decoration: underline; }
.footer-bottom { padding-top: 20px; font-size: 11.5px; text-align: center; }

/* ---------- Mobil sabit bar ---------- */
.mobile-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: var(--paper); border-top: 1px solid var(--border); box-shadow: 0 -6px 20px rgba(0,0,0,.06); }
.mobile-bar-inner { display: grid; grid-template-columns: 1fr 1fr 1.3fr; }
.mobile-bar a { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 10px 4px 12px; font-size: 10.5px; font-weight: 600; text-decoration: none; color: var(--ink-soft); border-right: 1px solid var(--border); }
.mobile-bar a:last-child { border-right: none; background: var(--accent-gradient); color: #fff; }
.mobile-bar a .icon { width: 18px; height: 18px; }
.desktop-whatsapp { position: fixed; bottom: 26px; right: 26px; z-index: 60; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow); color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 420px) {
  .site-brand-copy small { display: none; }
  .site-brand-logo { width: 80px; }
  .site-brand-copy { padding-left: 9px; }
}
@media (max-width: 960px) {
  .nav-links { display: none; }
  .header-cta .phone-chip { display: none; }
  .menu-toggle { display: inline-flex; }
  .cta-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .why-split { grid-template-columns: 1fr; gap: 32px; }
  .why-image { aspect-ratio: 16/9; }
  .journey-block, .journey-block.reverse { flex-direction: column; gap: 24px; }
  .journey-visual { flex: 0 0 auto; width: 100%; max-width: 320px; aspect-ratio: 16/9; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .fit-grid { grid-template-columns: 1fr; }
  .tier-grid { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }
  .tier-card.recommended { transform: none; order: -1; }
  .portfolio-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: auto; }
  .portfolio-grid .portfolio-item:first-child { grid-column: span 2; grid-row: span 1; aspect-ratio: 16/9; }
  .service-links-grid { grid-template-columns: 1fr 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .post-layout { grid-template-columns: 1fr; }
  .toc-box { position: static; }
  .post-hero-media { aspect-ratio: 4/3.4; }
  .calc-card { grid-template-columns: 1fr; padding: 26px; }
  .calc-card-result { position: static; }
  .guide-teaser { grid-template-columns: 1fr; }
  .spotlight-media { aspect-ratio: 16/10; }
}
@media (max-width: 720px) {
  body { padding-bottom: 64px; }
  .mobile-bar { display: block; }
  .desktop-whatsapp { display: none; }
  section { padding: 52px 0; }
  .hero-media { aspect-ratio: 3/4; }
  .hero-content { align-items: flex-end; padding-bottom: 36px; }
  .hero-actions .btn { flex: 1 1 auto; justify-content: center; }
  .pain-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: 1fr; }
  .service-links-grid { grid-template-columns: 1fr 1fr; }
  .ethics-grid { grid-template-columns: 1fr; }
  .form-split { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .readiness-teaser { flex-direction: column; text-align: center; }
  .readiness-teaser .btn { width: 100%; justify-content: center; }
  .modal-panel { padding: 24px 20px; max-height: 92vh; }
  .likert-options label { font-size: 9px; }
  .portfolio-grid { display: none; }
  .portfolio-scroll { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; margin: 0 -20px; padding-left: 20px; padding-right: 20px; }
  .portfolio-scroll .portfolio-item { flex: 0 0 78%; scroll-snap-align: start; aspect-ratio: 4/3.2; }
  .testimonial-grid { display: none; }
  .testimonial-scroll { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; margin: 0 -20px; padding: 0 20px 8px; }
  .testimonial-scroll .t-card { flex: 0 0 84%; scroll-snap-align: start; }
}

/* ---------- Anasayfaya özel: hazırlık teaser, interaktif araçlar, spotlight, rehber teaser, referanslar ---------- */
.readiness-teaser-section { padding: 28px 0; }
.readiness-teaser { display: flex; align-items: center; gap: 22px; background: #ffffff; border: 1px solid var(--border); border-radius: 18px; padding: 26px 30px; }
.readiness-teaser-icon { display: flex; width: 52px; height: 52px; align-items: center; justify-content: center; background: var(--accent); color: #fff; border-radius: 14px; flex-shrink: 0; }
.readiness-teaser-text { flex-grow: 1; }
.readiness-teaser-text h2 { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; margin: 0 0 4px; }
.readiness-teaser-text p { font-size: 13px; color: var(--ink-soft); margin: 0; }

.tools-section { background: var(--ink); color: var(--paper); }
.tools-section .section-head .eyebrow { background: color-mix(in srgb, var(--accent) 30%, transparent); color: #ffd7ea; }
.tools-section .section-title { color: #fff; }
.tools-section .section-desc { color: color-mix(in srgb, var(--paper) 72%, transparent); }
.calc-card { background: var(--paper); color: var(--ink); border-radius: 20px; padding: 34px; box-shadow: var(--shadow); display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; max-width: 940px; margin: 0 auto; }
.calc-card-result { position: sticky; top: 90px; }
.calc-form-row { margin-bottom: 14px; }
.calc-form-row label { display: block; font-size: 12px; font-weight: 600; color: var(--ink-soft); margin-bottom: 6px; }
.calc-form-row input, .calc-form-row select { width: 100%; padding: 11px 12px; border: 1px solid var(--border); border-radius: 10px; font-family: inherit; font-size: 13.5px; background: #ffffff; color: var(--ink); }
.calc-form-row input:focus, .calc-form-row select:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.calc-form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tool-disclaimer { font-size: 11.5px; color: var(--ink-faint); margin: 14px 0 0; line-height: 1.5; }
.calc-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; background: #ffffff; border: 1px dashed var(--border); border-radius: 16px; padding: 40px 24px; color: var(--ink-faint); min-height: 220px; }
.calc-placeholder p { font-size: 13px; margin: 0; max-width: 26ch; }
.calc-output { background: #ffffff; border: 1px solid var(--border); border-radius: 16px; padding: 24px; text-align: center; margin: 0; box-shadow: 0 4px 24px -8px rgba(48,32,40,.18); }
.calc-output-eyebrow { display: inline-block; font-family: var(--font-display); font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--accent-dark); background: var(--accent-soft); padding: 5px 12px; border-radius: 999px; margin-bottom: 12px; }
.calc-output .amount { font-family: var(--font-display); font-weight: 800; font-size: 1.7rem; color: #1a1a1a; display: block; }
.calc-output .label { font-size: 10.5px; color: var(--ink-faint); text-transform: uppercase; letter-spacing: .04em; }
.calc-result-pitch { font-size: 13px; color: var(--ink-soft); margin: 16px 0 0; line-height: 1.5; }
.calc-cta-row { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }
.calc-teaser { background: #ffffff; border: 1px solid var(--border); border-radius: 14px; padding: 18px 20px; font-size: 13px; color: var(--ink-soft); text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 14px; transition: border-color .15s ease, transform .15s ease; }
.calc-teaser:hover { border-color: var(--accent); transform: translateY(-2px); }
.calc-teaser b { display: block; font-family: var(--font-display); color: var(--ink); font-size: 14.5px; margin-bottom: 4px; }
.calc-teaser span.arrow { font-family: var(--font-display); font-weight: 700; color: var(--accent-dark); font-size: 14px; flex-shrink: 0; }

.modal-overlay { position: fixed; inset: 0; z-index: 100; background: rgba(20,15,17,.6); display: flex; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay[hidden] { display: none; }
.modal-panel { position: relative; background: var(--paper); color: var(--ink); border-radius: 22px; padding: 36px; max-width: 640px; width: 100%; max-height: 88vh; overflow-y: auto; }
.modal-close { position: absolute; top: 18px; right: 18px; background: #ffffff; border: 1px solid var(--border); border-radius: 50%; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; color: var(--ink-soft); cursor: pointer; }
.modal-title { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; margin: 0 0 16px; text-wrap: balance; padding-right: 30px; }
.likert-legend { display: flex; justify-content: space-between; font-size: 10.5px; color: var(--ink-faint); margin-bottom: 12px; text-transform: uppercase; letter-spacing: .03em; }
.likert-list { display: flex; flex-direction: column; gap: 14px; max-height: 340px; overflow-y: auto; padding-right: 4px; margin-bottom: 16px; }
.likert-row p { font-size: 12.5px; margin: 0 0 8px; }
.likert-options { display: flex; justify-content: space-between; gap: 6px; }
.likert-options label { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; cursor: pointer; font-size: 10px; color: var(--ink-faint); }
.likert-options input { width: 16px; height: 16px; accent-color: var(--accent); cursor: pointer; }
.quiz-warning { color: var(--accent-dark); font-size: 12px; margin: 0 0 10px; }
.quiz-gauge-wrap { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; }
.quiz-gauge { width: 84px; height: 84px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.quiz-gauge-inner { width: 64px; height: 64px; border-radius: 50%; background: var(--paper); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.quiz-gauge-inner b { font-family: var(--font-display); font-size: 17px; }
.quiz-gauge-inner span { font-size: 8.5px; color: var(--ink-faint); }
.quiz-category { font-family: var(--font-display); font-weight: 700; font-size: 14.5px; }
.quiz-message { font-size: 12px; color: var(--ink-soft); margin-top: 2px; }

.spotlight { position: relative; border-radius: 24px; overflow: hidden; }
.spotlight-media { aspect-ratio: 21/9; }
.spotlight-media img { width: 100%; height: 100%; object-fit: cover; }
.spotlight::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(48,48,48,.82) 0%, rgba(48,48,48,.15) 55%, transparent 80%); }
.spotlight-content { position: absolute; left: 0; right: 0; bottom: 0; padding: 36px 40px; color: #fff; }
.spotlight-content .eyebrow { background: color-mix(in srgb, var(--accent) 40%, transparent); color: #ffd7ea; }
.spotlight-content h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.2rem,2.2vw,1.6rem); margin: 0 0 6px; }
.spotlight-content p { margin: 0; color: rgba(255,255,255,.8); font-size: 13.5px; max-width: 52ch; }

.guide-teaser { background: var(--ink); color: var(--paper); border-radius: 24px; padding: 48px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.guide-teaser .eyebrow { background: color-mix(in srgb, var(--accent) 30%, transparent); }
.guide-teaser h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.4rem,2.4vw,1.9rem); margin: 0 0 14px; color: #fff; }
.guide-teaser p { color: color-mix(in srgb, var(--paper) 75%, transparent); margin: 0 0 24px; }
.guide-chip-list { display: flex; flex-direction: column; gap: 10px; }
.guide-chip { display: flex; align-items: center; gap: 10px; background: color-mix(in srgb, var(--paper) 8%, transparent); padding: 13px 16px; border-radius: 12px; font-size: 13.5px; color: inherit; text-decoration: none; transition: background .2s ease; }
.guide-chip:hover { background: color-mix(in srgb, var(--paper) 16%, transparent); }
.guide-chip .icon { color: var(--accent); }
.guide-teaser .btn-primary { margin-top: 24px; }
.related-heading { font-family: var(--font-display); font-weight: 700; font-size: 15px; margin: 40px 0 18px; text-align: center; }

.testimonial-note { text-align: center; font-size: 12px; color: var(--ink-faint); margin: -24px 0 32px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.testimonial-scroll { display: none; }
.t-card { background: var(--paper); border: 1px solid var(--border); border-radius: 16px; padding: 26px; display: flex; flex-direction: column; gap: 16px; }
.t-stars { color: var(--accent); font-size: 14px; letter-spacing: 2px; }
.t-card p { font-size: 14px; font-style: italic; margin: 0; flex-grow: 1; }
.t-card footer { font-size: 12.5px; font-weight: 600; color: var(--ink-soft); font-style: normal; }

/* ---------- Hareket azaltma tercihi ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---------- Klavye odağı ---------- */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
