/*
Theme Name: Günhan Hukuk Bürosu - Juris Prestige
Theme URI: https://yunusemregunhan.av.tr
Author: Celil ATIL
Author URI: https://yunusemregunhan.av.tr
Description: Av. Y. Emre GÜNHAN ve Günhan Hukuk Bürosu için hazırlanmış özel WordPress teması.
Version: 1.0.5
Text Domain: yunusemregunhan
*/

/* ===== JURIS PRESTIGE - DESIGN SYSTEM ===== */

:root {
  --color-primary: #0A192F;
  --color-background: #f8f9fa;
  --color-surface: #f8f9fa;
  --color-secondary: #775a19;
  --color-gold: #C5A059;
  --font-serif: 'Source Serif 4', Georgia, serif;
  --font-sans: 'Hanken Grotesk', -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background-color: #f8f9fa;
  color: #191c1d;
  -webkit-font-smoothing: antialiased;
}

/* ===== TYPOGRAPHY SCALE ===== */
.font-display-lg         { font-family: var(--font-serif); }
.text-display-lg         { font-size: 56px; line-height: 1.1; letter-spacing: -0.02em; font-weight: 700; }
.text-display-lg-mobile  { font-size: 36px; line-height: 1.2; letter-spacing: -0.01em; font-weight: 700; }
.font-headline-md        { font-family: var(--font-serif); }
.text-headline-md        { font-size: 32px; line-height: 1.3; font-weight: 600; }
.font-body-lg            { font-family: var(--font-sans); }
.text-body-lg            { font-size: 18px; line-height: 1.6; font-weight: 400; }
.font-body-md            { font-family: var(--font-sans); }
.text-body-md            { font-size: 16px; line-height: 1.6; font-weight: 400; }
.font-label-caps         { font-family: var(--font-sans); }
.text-label-caps         { font-size: 12px; line-height: 1.0; letter-spacing: 0.1em; font-weight: 700; }

/* ===== SPACING ===== */
.px-gutter   { padding-left: 24px; padding-right: 24px; }
.max-w-container-max { max-width: 1280px; }
.py-section-padding-mobile   { padding-top: 64px;  padding-bottom: 64px;  }
.py-section-padding-desktop  { padding-top: 120px; padding-bottom: 120px; }

@media (min-width: 768px) {
  .md\:py-section-padding-desktop { padding-top: 120px; padding-bottom: 120px; }
}

/* ===== COLORS ===== */
.bg-surface              { background-color: #f8f9fa; }
.bg-background           { background-color: #f8f9fa; }
.bg-surface-container    { background-color: #edeeef; }
.bg-surface-container-lowest { background-color: #ffffff; }
.bg-primary-container    { background-color: #0d1c32; }
.bg-secondary            { background-color: #775a19; }

.text-primary            { color: #000000; }
.text-on-primary         { color: #ffffff; }
.text-on-primary-container { color: #76849f; }
.text-on-surface         { color: #191c1d; }
.text-on-surface-variant { color: #44474d; }
.text-secondary          { color: #775a19; }
.text-secondary-fixed    { color: #e9c176; }
.text-on-secondary       { color: #ffffff; }
.text-surface-variant    { color: #e1e3e4; }
.border-on-primary-fixed-variant { border-color: #39475f; }
.border-outline-variant  { border-color: #c5c6cd; }

/* ===== NAV UNDERLINE HOVER ===== */
.nav-underline {
  position: relative;
}
.nav-underline::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #775a19;
  transition: width 0.3s ease;
}
.nav-underline:hover::after { width: 100%; }

/* ===== PRACTICE CARD HOVER ===== */
.practice-card {
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.practice-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.10);
  transform: translateY(-3px);
}

/* ===== SEO CONTENT ===== */
.seo-content { color: #44474d; }
.seo-content h2 { font-family: var(--font-serif); color: #000000; font-size: 1.75rem; margin-top: 2rem; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #edeeef; }
.seo-content h3 { font-family: var(--font-serif); color: #191c1d; font-size: 1.4rem; margin-top: 1.5rem; margin-bottom: 0.8rem; }
.seo-content p  { margin-bottom: 1.4rem; color: #44474d; }
.seo-content ul, .seo-content ol { padding-left: 1.5rem; margin-bottom: 1.4rem; }
.seo-content li { margin-bottom: 0.5rem; color: #44474d; }
.seo-content strong { color: #191c1d; font-weight: 600; }
.seo-content blockquote { border-left: 4px solid #775a19; background: #f8f9fa; padding: 1rem 1.5rem; margin: 1.5rem 0; color: #44474d; font-style: italic; }

.faq-box { background: #ffffff; border: 1px solid #edeeef; border-radius: 4px; padding: 1.5rem; margin-bottom: 1rem; }
.faq-box h3 { color: #000000; font-family: var(--font-serif); }
.faq-box p  { color: #44474d; }


/* ===== WORDPRESS EDITOR CONTENT STYLING ===== */
.wp-content-area { font-family: 'Hanken Grotesk', sans-serif; }
.wp-content-area h2 { font-family: 'Source Serif 4', Georgia, serif; color: #000000; font-size: 1.75rem; margin-top: 2rem; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #edeeef; font-weight: 600; }
.wp-content-area h3 { font-family: 'Source Serif 4', Georgia, serif; color: #191c1d; font-size: 1.35rem; margin-top: 1.5rem; margin-bottom: 0.75rem; font-weight: 600; }
.wp-content-area p { color: #44474d; font-size: 16px; line-height: 1.8; margin-bottom: 1.4rem; }
.wp-content-area ul, .wp-content-area ol { color: #44474d; padding-left: 1.5rem; margin-bottom: 1.4rem; }
.wp-content-area li { margin-bottom: 0.5rem; line-height: 1.7; }
.wp-content-area strong { color: #191c1d; font-weight: 600; }
.wp-content-area blockquote, .wp-content-area .wp-block-quote { border-left: 4px solid #775a19; background: #f8f9fa; padding: 1rem 1.5rem; margin: 1.5rem 0; color: #44474d; font-style: italic; border-radius: 0 4px 4px 0; }
.wp-content-area blockquote cite, .wp-content-area .wp-block-quote cite { display: block; margin-top: 0.5rem; font-size: 0.875rem; color: #775a19; font-style: normal; font-weight: 600; }
.wp-content-area img, .wp-content-area .wp-block-image img { max-width: 100%; height: auto; border-radius: 4px; margin-bottom: 1.5rem; }
