/* ============================================================
   HaarLab Inner Pages — Detay & Landing Sayfası Düzeltmeleri
   page.php + landing.php için
   ============================================================ */

/* ——— İÇ SAYFA HERO ——— */
.inner-hero {
  background: var(--navy-deep);
}

.inner-hero:before {
  background: linear-gradient(
    90deg,
    rgba(27,43,75,.95) 0%,
    rgba(27,43,75,.76) 42%,
    rgba(27,43,75,.42) 100%
  );
}

/* Altın aksan çerçeve */
.inner-hero-visual {
  border-color: rgba(201,169,110,.40);
}

.inner-hero-badge {
  background: rgba(17,30,51,.84);
  border-color: rgba(201,169,110,.40);
}

.inner-hero-badge:before {
  color: var(--gold);
}

/* Hero başlık — DM Serif */
.inner-hero h1,
.inner-hero h1.inner-hero-h1 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

/* ——— İÇ SAYFA İÇERİK ALANI ——— */
.inner-content-section {
  background: linear-gradient(180deg, #fff, var(--cream));
}

.inner-article {
  border-color: #E5D8C0;
}

/* Article body metni */
.inner-article p,
.rendered-content p {
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.85;
  color: #2C3E55;
}

/* Rendered content başlıklar — DM Serif */
.rendered-content h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: 32px;
  color: var(--navy);
  margin: 38px 0 16px;
  letter-spacing: -0.01em;
  line-height: 1.12;
}

.rendered-content h3 {
  font-family: 'DM Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--navy);
  margin: 28px 0 12px;
}

.rendered-content h4 {
  font-family: 'DM Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--navy);
  margin: 22px 0 10px;
}

/* Liste elemanları */
.rendered-content ul,
.rendered-content ol {
  margin: 18px 0;
  padding-left: 22px;
}

.rendered-content li {
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #2C3E55;
  margin-bottom: 8px;
}

/* Görseller */
.rendered-content img {
  border-radius: 20px;
  box-shadow: 0 16px 44px rgba(27,43,75,.12);
}

/* İçerik CTA kutusu — navy rengi */
.rendered-content .content-cta,
.article-cta-box {
  background: linear-gradient(135deg, var(--navy-deep), var(--navy-mid));
}

.rendered-content .content-cta a,
.article-cta-box .btn-gold {
  background: var(--gold);
  color: var(--navy-deep);
}

/* Article meta etiketler */
.article-meta span {
  background: #F2E8D5;
  color: #5B4419;
  border-color: #E0C898;
  font-family: 'DM Sans', Arial, sans-serif;
}

/* ——— FAQ BÖLÜMÜ ——— */
.faq-section details {
  background: #F6EFE4;
  border-color: #E5D8C0;
}

.faq-section summary {
  font-family: 'DM Sans', Arial, sans-serif;
  font-weight: 700;
  color: var(--navy);
  font-size: 16px;
}

.faq-section details p {
  font-family: 'DM Sans', Arial, sans-serif;
  color: #2C3E55;
  line-height: 1.7;
}

/* ——— SIDEBAR ——— */
.sidebar-card {
  border-color: #E5D8C0;
}

.sidebar-card h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  color: var(--navy);
  font-size: 24px;
  letter-spacing: -0.01em;
}

.sidebar-card p {
  font-family: 'DM Sans', Arial, sans-serif;
  color: var(--muted);
  line-height: 1.65;
}

.sidebar-card input {
  font-family: 'DM Sans', Arial, sans-serif;
  border-color: #E5D8C0;
  color: var(--navy);
  border-radius: 12px;
}

.sidebar-card input:focus {
  border-color: var(--gold);
  outline: none;
  box-shadow: 0 0 0 3px rgba(201,169,110,.15);
}

.sidebar-links a {
  font-family: 'DM Sans', Arial, sans-serif;
  font-weight: 600;
  background: #F6EFE4;
  color: var(--navy);
  transition: background 0.2s ease, color 0.2s ease;
}

.sidebar-links a:hover {
  background: var(--gold-light);
  color: var(--navy-deep);
}

.mini-badge {
  color: var(--gold);
  border-color: var(--line);
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* ——— STANDORT / LANDING SAYFASI ——— */
.standort-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy-deep);
  color: white;
}

.standort-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.standort-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.standort-hero:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(27,43,75,.94) 0%,
    rgba(27,43,75,.72) 45%,
    rgba(27,43,75,.32) 100%
  );
  z-index: 1;
}

.standort-hero-content {
  position: relative;
  z-index: 2;
}

.standort-hero h1 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(38px, 5.5vw, 68px);
  letter-spacing: -0.02em;
  line-height: 1.06;
  margin: 10px 0 18px;
}

.standort-hero p {
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,.82);
  max-width: 680px;
}

/* Standort içerik metinleri */
.standort-main h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: 30px;
  color: var(--navy);
  margin: 36px 0 14px;
  letter-spacing: -0.01em;
}

.standort-main p {
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #2C3E55;
}

.standort-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  display: grid;
  gap: 10px;
}

.standort-list li {
  position: relative;
  background: #F6EFE4;
  border: 1px solid #E5D8C0;
  border-radius: 14px;
  padding: 13px 14px 13px 42px;
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
}

.standort-list li:before {
  content: '✓';
  position: absolute;
  left: 16px;
  top: 13px;
  color: var(--gold-dark);
  font-weight: 900;
}

.standort-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 26px 0;
}

.standort-facts div {
  background: var(--cream-dark);
  border: 1px solid #E5D8C0;
  border-radius: 16px;
  padding: 16px;
}

.standort-facts b {
  display: block;
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold-dark);
  margin-bottom: 6px;
}

.standort-facts span {
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--navy);
}

/* Standort servis kartları */
.standort-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 20px 0;
}

.standort-service-card {
  display: block;
  background: white;
  border: 1px solid #E5D8C0;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.standort-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(27,43,75,.10);
}

.standort-service-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
}

.standort-service-card h3 {
  font-family: 'DM Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--navy);
  margin: 12px 14px 4px;
}

.standort-service-card p {
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0 14px 8px;
}

.standort-service-card span {
  display: block;
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-dark);
  margin: 0 14px 14px;
}

/* Standort content layout */
.standort-content {
  padding: 70px 0;
  background: linear-gradient(180deg, #fff, var(--cream));
}

.standort-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: start;
}

@media (max-width: 960px) {
  .standort-layout {
    grid-template-columns: 1fr;
  }
  .standort-facts {
    grid-template-columns: 1fr 1fr;
  }
  .standort-services {
    grid-template-columns: 1fr;
  }
}

/* ——— BLOG / HİZMET DETAY: TİPOGRAFİ RHYTHMİ ——— */

/* Paragraph arasında nefes */
.rendered-content p + p {
  margin-top: 0;
}

/* Blockquote */
.rendered-content blockquote {
  border-left: 3px solid var(--gold);
  margin: 28px 0;
  padding: 16px 22px;
  background: #F8F3EB;
  border-radius: 0 14px 14px 0;
  font-style: italic;
  color: var(--navy);
}

/* Strong/B içinde */
.rendered-content strong,
.rendered-content b {
  font-weight: 700;
  color: var(--navy);
}

/* ——— İÇ SAYFA FOOTER ——— */
footer {
  background: var(--navy-deep);
}

footer h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: 22px;
  color: white;
}

footer b {
  font-family: 'DM Sans', Arial, sans-serif;
  font-weight: 700;
  color: var(--gold);
  display: block;
  margin-bottom: 8px;
}

footer p {
  font-family: 'DM Sans', Arial, sans-serif;
  color: rgba(255,255,255,.54);
  line-height: 1.7;
}

/* ——— GEO BLOK ——— */
.geo-answer-block,
.geo-answer,
.safe-geo-block {
  background: #F2E8D5;
  border: 1px solid #E0C898;
  border-radius: 18px;
  padding: 20px 24px;
  margin-bottom: 28px;
  font-family: 'DM Sans', Arial, sans-serif;
}

.geo-answer-block h2,
.safe-geo-block h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: 20px;
  color: var(--navy);
  margin: 0 0 10px;
}

/* ——— MOBİL ——— */
@media (max-width: 640px) {
  .inner-article {
    padding: 22px 18px;
  }

  .rendered-content h2 {
    font-size: 26px;
  }

  .rendered-content h3 {
    font-size: 19px;
  }

  .rendered-content p,
  .inner-article p {
    font-size: 16px;
  }

  .standort-hero h1 {
    font-size: 34px;
  }
}

