/*
Theme Name: ANZER Pastanesi
Theme URI: https://anzerpastanesi.com
Author: ANZER Pastanesi
Author URI: https://anzerpastanesi.com
Description: ANZER Pastanesi - Gediz'de hayır lokması, düğün pastası, baklava ve tatlı hizmetleri
Version: 1.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: anzer-pastanesi
*/

/* =========================================
   IMPORTS & FONTS
   ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400&family=Inter:wght@300;400;500;600;700&display=swap');

/* =========================================
   RESET & BASE
   ========================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary: #b91c1c;
  --primary-dark: #991b1b;
  --primary-light: #fee2e2;
  --gold: #d97706;
  --gold-light: #fef3c7;
  --background: #faf9f7;
  --foreground: #1a1a1a;
  --muted: #6b7280;
  --border: #e5e7eb;
  --white: #ffffff;
  --card: #ffffff;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(0,0,0,.08);
  --shadow-lg: 0 8px 40px rgba(0,0,0,.12);
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--foreground);
  background: var(--background);
  line-height: 1.6;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  line-height: 1.2;
  color: var(--foreground);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =========================================
   TOP BAR
   ========================================= */
.top-bar {
  background: var(--primary);
  color: var(--white);
  padding: 8px 0;
  font-size: 13px;
  font-weight: 500;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.top-bar a { color: var(--white); display: flex; align-items: center; gap: 6px; }
.top-bar a:hover { opacity: .85; }
.top-bar .address { display: flex; align-items: center; gap: 6px; }
.top-bar svg { width: 14px; height: 14px; flex-shrink: 0; }

/* =========================================
   NAVBAR
   ========================================= */
.site-header {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.site-logo {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  color: var(--foreground);
}
.site-logo span { color: var(--primary); }

.nav-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-menu a {
  font-size: 14px;
  font-weight: 500;
  color: var(--foreground);
  padding: 6px 12px;
  border-radius: 6px;
  transition: background .2s, color .2s;
}
.nav-menu a:hover, .nav-menu a.current-menu-item {
  background: var(--primary-light);
  color: var(--primary);
}

.nav-cta {
  background: var(--primary) !important;
  color: var(--white) !important;
  padding: 8px 18px !important;
  border-radius: 8px !important;
}
.nav-cta:hover { background: var(--primary-dark) !important; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  cursor: pointer;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--foreground);
  transition: transform .3s, opacity .3s;
  border-radius: 2px;
}

@media (max-width: 900px) {
  .hamburger { display: flex; }
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border-top: 1px solid var(--border);
    flex-direction: column;
    align-items: stretch;
    padding: 12px 20px 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
  }
  .nav-menu.is-open { display: flex; }
  .nav-menu a { padding: 12px 16px; border-radius: 8px; }
}

/* =========================================
   HERO SECTION
   ========================================= */
.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #1a0a0a;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('assets/images/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  opacity: .45;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
  padding: 80px 20px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.hero-badge {
  display: inline-block;
  background: rgba(185,28,28,.85);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 24px;
}
.hero h1 {
  font-size: clamp(36px, 6vw, 72px);
  color: var(--white);
  margin-bottom: 12px;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.hero h1 .gold { color: var(--gold); }
.hero-sub {
  font-size: clamp(16px, 2.5vw, 20px);
  color: rgba(255,255,255,.9);
  max-width: 620px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
.hero-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

/* =========================================
   BUTTONS
   ========================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: transform .15s, box-shadow .15s, opacity .15s;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--font-body);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.2); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--primary); color: var(--white); }
.btn-primary:hover { background: var(--primary-dark); color: var(--white); }
.btn-whatsapp { background: #25D366; color: var(--white); }
.btn-whatsapp:hover { background: #1da851; color: var(--white); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.7); }
.btn-outline:hover { background: rgba(255,255,255,.15); color: var(--white); }
.btn-gold { background: var(--gold); color: var(--white); }
.btn-gold:hover { background: #b45309; color: var(--white); }
.btn-outline-dark { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.btn-outline-dark:hover { background: var(--primary); color: var(--white); }
.btn-lg { padding: 18px 36px; font-size: 17px; border-radius: 12px; }

/* =========================================
   SECTIONS
   ========================================= */
.section { padding: 80px 0; }
.section-sm { padding: 60px 0; }
.section-bg { background: var(--white); }
.section-dark { background: var(--foreground); color: var(--white); }
.section-red { background: var(--primary); color: var(--white); }
.section-gold { background: var(--gold-light); }

.section-header { text-align: center; margin-bottom: 56px; }
.section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}
.section-label.gold { color: var(--gold); }
.section-label.white { color: rgba(255,255,255,.8); }
.section-title {
  font-size: clamp(28px, 4vw, 44px);
  margin-bottom: 16px;
}
.section-title.white { color: var(--white); }
.section-desc {
  font-size: 17px;
  color: var(--muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}
.section-desc.white { color: rgba(255,255,255,.8); }

/* =========================================
   LOKMA HIGHLIGHT (HOME)
   ========================================= */
.lokma-highlight {
  background: linear-gradient(135deg, #7f1d1d 0%, var(--primary) 60%, #b45309 100%);
  color: var(--white);
  padding: 80px 0;
}
.lokma-highlight .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.lokma-text h2 {
  font-size: clamp(28px, 4vw, 42px);
  color: var(--white);
  margin-bottom: 20px;
}
.lokma-text .quote-text {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255,255,255,.95);
  line-height: 1.7;
  border-left: 4px solid var(--gold);
  padding-left: 20px;
  margin: 24px 0 32px;
  font-style: italic;
}
.lokma-image { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg); }
.lokma-image img { width: 100%; height: 350px; object-fit: cover; }
.lokma-placeholder {
  width: 100%;
  height: 350px;
  background: rgba(255,255,255,.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
}
@media (max-width: 768px) {
  .lokma-highlight .container { grid-template-columns: 1fr; gap: 40px; }
}

/* =========================================
   SERVICES GRID
   ========================================= */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 32px 28px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}
.service-icon {
  width: 56px;
  height: 56px;
  background: var(--primary-light);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 26px;
}
.service-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--foreground);
}
.service-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }
@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }

/* =========================================
   PRODUCT CARDS
   ========================================= */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.product-card {
  background: var(--card);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: transform .25s, box-shadow .25s;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-img {
  height: 200px;
  background: #f3ede4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  overflow: hidden;
}
.product-img img { width: 100%; height: 100%; object-fit: cover; }
.product-body { padding: 20px; }
.product-body h3 { font-size: 18px; margin-bottom: 8px; }
.product-body p { font-size: 14px; color: var(--muted); line-height: 1.6; }
@media (max-width: 900px) { .products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .products-grid { grid-template-columns: 1fr; } }

/* =========================================
   FAQ / ACCORDION
   ========================================= */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--card);
}
.faq-question {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 600;
  background: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--foreground);
  font-family: var(--font-body);
  transition: background .2s;
}
.faq-question:hover { background: var(--primary-light); }
.faq-question.active { background: var(--primary-light); color: var(--primary); }
.faq-icon { font-size: 20px; font-weight: 300; flex-shrink: 0; transition: transform .3s; }
.faq-question.active .faq-icon { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 24px 20px; font-size: 15px; color: var(--muted); line-height: 1.7; }
.faq-answer.open { display: block; }

/* =========================================
   CONTACT FORM
   ========================================= */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  align-items: start;
}
.contact-info-card {
  background: var(--primary);
  color: var(--white);
  border-radius: var(--radius);
  padding: 40px 32px;
}
.contact-info-card h3 { color: var(--white); font-size: 22px; margin-bottom: 32px; }
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}
.contact-item-icon {
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}
.contact-item-text strong { display: block; margin-bottom: 4px; font-size: 14px; opacity: .8; font-weight: 500; }
.contact-item-text a { color: var(--white); font-size: 17px; font-weight: 600; }
.contact-btns { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; }

.contact-form-card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 40px 32px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}
.contact-form-card h3 { font-size: 22px; margin-bottom: 8px; }
.contact-form-card p { color: var(--muted); margin-bottom: 28px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 6px; color: var(--foreground); }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: 15px;
  font-family: var(--font-body);
  color: var(--foreground);
  background: var(--background);
  transition: border-color .2s, box-shadow .2s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(185,28,28,.12);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-success {
  background: #d1fae5;
  border: 1px solid #6ee7b7;
  color: #065f46;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  display: none;
}
.form-success.visible { display: block; }

@media (max-width: 768px) {
  .contact-layout { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

/* =========================================
   MAP PLACEHOLDER
   ========================================= */
.map-placeholder {
  background: #f3ede4;
  border-radius: var(--radius);
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--border);
  color: var(--muted);
  font-size: 15px;
  text-align: center;
  gap: 12px;
  margin-top: 40px;
}
.map-placeholder .map-icon { font-size: 48px; }

/* =========================================
   REGIONS
   ========================================= */
.regions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.region-chip {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  transition: background .2s, border-color .2s, color .2s;
  cursor: default;
}
.region-chip:hover { background: var(--primary-light); border-color: var(--primary); color: var(--primary); }
.region-chip.main {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
  font-weight: 700;
}
@media (max-width: 700px) { .regions-grid { grid-template-columns: repeat(2, 1fr); } }

/* =========================================
   CTA BANNER
   ========================================= */
.cta-banner {
  background: linear-gradient(135deg, var(--primary) 0%, #7f1d1d 100%);
  color: var(--white);
  padding: 72px 0;
  text-align: center;
}
.cta-banner h2 { color: var(--white); font-size: clamp(26px, 4vw, 40px); margin-bottom: 16px; }
.cta-banner p { color: rgba(255,255,255,.85); font-size: 17px; max-width: 560px; margin: 0 auto 36px; }
.cta-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; }

/* =========================================
   PAGE HERO (inner pages)
   ========================================= */
.page-hero {
  background: linear-gradient(135deg, #7f1d1d 0%, var(--primary) 100%);
  color: var(--white);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/images/pattern.png') repeat;
  opacity: .05;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: var(--white); font-size: clamp(32px, 5vw, 56px); margin-bottom: 16px; }
.page-hero p { color: rgba(255,255,255,.85); font-size: 18px; max-width: 580px; margin: 0 auto; }
.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 13px;
  color: rgba(255,255,255,.7);
}
.breadcrumb a { color: rgba(255,255,255,.8); }
.breadcrumb a:hover { color: var(--white); }

/* =========================================
   ABOUT PAGE
   ========================================= */
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-layout img { border-radius: 16px; box-shadow: var(--shadow-lg); width: 100%; height: 400px; object-fit: cover; }
.about-img-placeholder {
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  width: 100%;
  height: 400px;
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
}
.about-text h2 { font-size: clamp(26px, 3vw, 38px); margin-bottom: 20px; }
.about-text p { color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.value-card {
  padding: 24px;
  background: var(--background);
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: transform .2s, border-color .2s;
}
.value-card:hover { transform: translateY(-4px); border-color: var(--primary); }
.value-card .icon { font-size: 32px; margin-bottom: 12px; }
.value-card h4 { font-size: 16px; margin-bottom: 8px; }
.value-card p { font-size: 13px; color: var(--muted); line-height: 1.6; }
@media (max-width: 768px) { .about-layout { grid-template-columns: 1fr; } .values-grid { grid-template-columns: 1fr; } }

/* =========================================
   LOKMA SPECIAL PAGE
   ========================================= */
.lokma-page-hero {
  background: #000;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.lokma-page-hero .hero-bg { opacity: .5; background-image: url('assets/images/lokma-hero.jpg'); }
.lokma-page-hero .container { position: relative; z-index: 2; }
.lokma-page-hero h1 { color: var(--white); font-size: clamp(36px, 5vw, 60px); margin-bottom: 20px; }
.lokma-page-hero p { color: rgba(255,255,255,.9); font-size: 18px; max-width: 640px; line-height: 1.7; margin-bottom: 32px; }

.lokma-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.lokma-feat {
  text-align: center;
  padding: 36px 28px;
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: transform .25s;
}
.lokma-feat:hover { transform: translateY(-6px); }
.lokma-feat .icon { font-size: 48px; margin-bottom: 16px; }
.lokma-feat h3 { font-size: 18px; margin-bottom: 10px; }
.lokma-feat p { font-size: 14px; color: var(--muted); line-height: 1.6; }
@media (max-width: 768px) { .lokma-features { grid-template-columns: 1fr; } }

.lokma-cta-box {
  background: linear-gradient(135deg, var(--primary) 0%, var(--gold) 100%);
  color: var(--white);
  border-radius: 20px;
  padding: 56px 48px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.lokma-cta-box h2 { color: var(--white); font-size: clamp(24px, 3vw, 36px); margin-bottom: 16px; }
.lokma-cta-box p { color: rgba(255,255,255,.9); font-size: 17px; margin-bottom: 32px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* =========================================
   FOOTER
   ========================================= */
.site-footer {
  background: #0f0606;
  color: rgba(255,255,255,.8);
  padding: 64px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand .logo {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}
.footer-brand .logo span { color: var(--gold); }
.footer-brand p { font-size: 14px; line-height: 1.7; margin-bottom: 24px; }
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
}
.footer-contact-item a { color: rgba(255,255,255,.8); }
.footer-contact-item a:hover { color: var(--gold); }

.footer-col h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,.7); transition: color .2s; }
.footer-col ul li a:hover { color: var(--gold); }

.footer-bottom {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,.5); }
.footer-seo {
  background: rgba(255,255,255,.03);
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.05);
}
.footer-seo p { font-size: 12px; color: rgba(255,255,255,.3); line-height: 1.7; text-align: center; }

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* =========================================
   FLOATING BUTTONS
   ========================================= */
.float-buttons {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.float-whatsapp {
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
  animation: pulse 2.5s infinite;
}
.float-whatsapp:hover { transform: scale(1.12); box-shadow: 0 6px 28px rgba(37,211,102,.55); }
.float-whatsapp svg { width: 28px; height: 28px; fill: white; }

.float-call {
  width: 48px;
  height: 48px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(185,28,28,.4);
  transition: transform .2s;
  text-decoration: none;
}
.float-call:hover { transform: scale(1.1); }
.float-call svg { width: 22px; height: 22px; fill: white; }

@keyframes pulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,.45); }
  50% { box-shadow: 0 4px 32px rgba(37,211,102,.75), 0 0 0 8px rgba(37,211,102,.15); }
}

/* =========================================
   STATS
   ========================================= */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stat-card {
  text-align: center;
  padding: 32px 20px;
  background: rgba(255,255,255,.08);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
}
.stat-card .stat-num {
  font-family: var(--font-heading);
  font-size: 48px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-card p { font-size: 14px; color: rgba(255,255,255,.75); }
@media (max-width: 700px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }

/* =========================================
   NOTICE BOXES
   ========================================= */
.notice-box {
  background: var(--gold-light);
  border-left: 4px solid var(--gold);
  border-radius: 0 10px 10px 0;
  padding: 20px 24px;
  margin: 32px 0;
}
.notice-box p { font-size: 15px; line-height: 1.7; color: #78350f; }

/* =========================================
   INFO CARD (lokma sidebar)
   ========================================= */
.info-card {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  overflow: hidden;
  position: sticky;
  top: 100px;
}
.info-card-header {
  background: var(--primary);
  color: var(--white);
  padding: 24px 28px;
  font-family: var(--font-heading);
  font-size: 20px;
}
.info-card-body { padding: 28px; }
.info-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
}
.info-row:last-child { border-bottom: none; }
.info-row .lbl { font-weight: 600; min-width: 110px; color: var(--foreground); }
.info-row .val { color: var(--muted); }

/* =========================================
   TWO-COL LAYOUT
   ========================================= */
.two-col {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 768px) { .two-col { grid-template-columns: 1fr; } }

/* =========================================
   RESPONSIVE HELPERS
   ========================================= */
.text-center { text-align: center; }
.mt-8 { margin-top: 32px; }
.mt-12 { margin-top: 48px; }
.mb-8 { margin-bottom: 32px; }
.flex-center { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; }

/* =========================================
   WORDPRESS DEFAULTS OVERRIDE
   ========================================= */
.wp-block-group, .entry-content { max-width: 100%; }
/* =========================================
   CUSTOM UPDATES - AYZALA / ANZER
   Sonradan eklenen tüm düzenlemeler
   ========================================= */

/* -----------------------------------------
   FOOTER LOGO
   ----------------------------------------- */
.footer-logo{
  margin-bottom: 20px;
}

.footer-logo a{
  display: inline-block;
}

.footer-logo img{
  max-width: 180px;
  width: 100%;
  height: auto;
  display: block;
  transition: .3s ease;
  filter: drop-shadow(0 6px 20px rgba(0,0,0,.4));
}

.footer-logo img:hover{
  transform: scale(1.05);
}

/* -----------------------------------------
   LOKMA HIGHLIGHT IMAGE IMPROVEMENTS
   ----------------------------------------- */
.lokma-image{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
}

.lokma-image img{
  width: 100%;
  max-width: 420px;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 20px;
  transition: .3s ease;
}

.lokma-image img:hover{
  transform: scale(1.05);
}

/* -----------------------------------------
   SERVICES IMAGE CARDS
   ----------------------------------------- */
.service-card{
  overflow: hidden;
}

.service-image{
  width: 100%;
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.service-image img{
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 15px;
  display: block;
  transition: .3s ease;
}

.service-card:hover .service-image img{
  transform: scale(1.05);
}

/* -----------------------------------------
   PRODUCT IMAGE + LIGHTBOX READY
   ----------------------------------------- */
.product-img{
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  background: #f3ede4;
}

.product-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: .3s ease;
  display: block;
}

.product-card:hover .product-img img{
  transform: scale(1.07);
}

.image-modal{
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.9);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.image-modal img{
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

/* -----------------------------------------
   ABOUT PAGE - NEW PROFESSIONAL LAYOUT
   ----------------------------------------- */
.about-layout{
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  align-items: center;
}

.about-image-box{
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-shadow: 0 12px 35px rgba(0,0,0,.18);
}

.about-image-box img{
  width: 100%;
  max-width: 280px;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 12px 30px rgba(0,0,0,.28));
  transition: transform .3s ease;
}

.about-image-box img:hover{
  transform: scale(1.04);
}

.about-text h2{
  margin: 12px 0 18px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.2;
}

.about-text p{
  font-size: 16px;
  line-height: 1.9;
  color: var(--muted);
  margin: 0 0 16px;
}

/* eski emoji placeholder kullanılsa bile bozulmasın */
.about-img-placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  min-height: 360px;
}

/* -----------------------------------------
   VALUES GRID - ENHANCED
   ----------------------------------------- */
.values-grid{
  max-width: 1100px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px;
}

.value-card{
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 26px 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.value-card:hover{
  transform: translateY(-4px);
  border-color: rgba(217,119,6,.35);
  box-shadow: 0 14px 34px rgba(0,0,0,.14);
}

.value-card .icon{
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 16px;
  font-size: 26px;
  background: rgba(217,119,6,.12);
  border: 1px solid rgba(217,119,6,.22);
}

.value-card h4{
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
}

.value-card p{
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

/* -----------------------------------------
   FOOTER SEO CLOUD
   ----------------------------------------- */
.footer-seo-cloud{
  margin-top: 50px;
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 10px 35px rgba(0,0,0,.18);
}

.footer-seo-head{
  margin-bottom: 24px;
}

.footer-mini-label{
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(217,119,6,.12);
  border: 1px solid rgba(217,119,6,.22);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.footer-seo-head h4{
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 12px;
}

.footer-seo-head p{
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,.72);
  max-width: 1000px;
  margin: 0;
}

.footer-tag-groups{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}

.footer-tag-group{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 18px;
  padding: 18px;
}

.footer-tag-group h5{
  margin: 0 0 14px;
  font-size: 15px;
  color: #fff;
}

.footer-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-tags a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.07);
  transition: all .25s ease;
}

.footer-tags a:hover{
  transform: translateY(-2px);
  background: var(--gold);
  color: #111;
  border-color: var(--gold);
  box-shadow: 0 8px 20px rgba(217,119,6,.28);
}

/* -----------------------------------------
   FOOTER SIGNATURE / CREDIT BAR
   ----------------------------------------- */
.footer-credit-bar{
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer-credit-inner{
  text-align: center;
  padding: 20px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.credit-label{
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(217,119,6,.12);
  border: 1px solid rgba(217,119,6,.22);
}

.footer-credit-inner p{
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,.72);
}

.footer-credit-inner a{
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: all .25s ease;
}

.footer-credit-inner a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(.6);
  transform-origin: center;
  opacity: .8;
  transition: all .25s ease;
}

.footer-credit-inner a:hover{
  color: var(--gold);
  text-shadow: 0 0 14px rgba(217,119,6,.25);
}

.footer-credit-inner a:hover::after{
  transform: scaleX(1);
  opacity: 1;
}

/* -----------------------------------------
   LEGACY FOOTER SIGNATURE SUPPORT
   Eğer eski .footer-signature kullanıyorsan
   ----------------------------------------- */
.footer-signature{
  text-align: center;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer-signature p{
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255,255,255,.58);
}

.footer-signature a{
  color: var(--gold);
  text-decoration: none;
  font-weight: 600;
  transition: .3s ease;
}

.footer-signature a:hover{
  color: #fff;
  text-shadow: 0 0 10px rgba(217,119,6,.35);
}

/* -----------------------------------------
   RESPONSIVE IMPROVEMENTS
   ----------------------------------------- */
@media (max-width: 991px){
  .about-layout{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-image-box{
    min-height: auto;
    padding: 24px;
  }

  .about-image-box img{
    max-width: 220px;
  }

  .about-text{
    text-align: center;
  }

  .values-grid{
    grid-template-columns: 1fr;
  }

  .footer-tag-groups{
    grid-template-columns: 1fr;
  }

  .footer-seo-cloud{
    padding: 24px 18px;
    border-radius: 20px;
  }

  .footer-seo-head h4{
    font-size: 20px;
  }
}

@media (max-width: 768px){
  .footer-logo img{
    max-width: 140px;
    margin: 0 auto;
  }

  .footer-brand{
    text-align: center;
  }

  .lokma-image{
    margin-top: 20px;
    text-align: center;
  }
}

@media (max-width: 576px){
  .footer-tags a{
    width: 100%;
    justify-content: flex-start;
    border-radius: 14px;
  }

  .footer-credit-inner{
    padding: 18px 14px;
    border-radius: 16px;
  }

  .footer-credit-inner p{
    font-size: 13px;
    line-height: 1.7;
  }

  .about-image-box{
    border-radius: 18px;
    padding: 18px;
  }

  .about-text h2{
    font-size: 28px;
  }

  .about-text p{
    font-size: 15px;
    line-height: 1.8;
  }

  .value-card{
    padding: 22px 18px;
    border-radius: 18px;
  }
}
