/* İç sayfalar — ana sayfadaki Adbear marka sistemiyle ortak görünüm */
body:not(.home) {
  color: var(--brand-navy);
  background: var(--brand-cream, #f7f4ec);
}

body:not(.home) .mil-content,
body:not(.home) .mil-main-transition {
  overflow-x: clip;
}

body:not(.home) .mil-animation-frame,
body:not(.home) .mil-gradient {
  display: none;
}

/* Ortak hero */
body:not(.home) .mil-banner,
body:not(.home) .mil-inner-banner {
  position: relative;
  display: flex;
  height: auto;
  min-height: 500px;
  align-items: flex-end;
  overflow: hidden;
  padding: 8rem 0 4rem;
  color: #fff;
  background:
    radial-gradient(circle at 82% 30%, rgba(244, 168, 29, 0.18), transparent 26rem),
    linear-gradient(135deg, #12101f, #1d1933 65%, #2b2550);
}

body:not(.home) .mil-banner::before,
body:not(.home) .mil-inner-banner::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  pointer-events: none;
}

body:not(.home) .mil-banner::after,
body:not(.home) .mil-inner-banner::after {
  position: absolute;
  right: -8rem;
  bottom: -14rem;
  width: 26rem;
  height: 26rem;
  border: 1px solid rgba(244, 168, 29, 0.22);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

body:not(.home) .mi-invert-fix,
body:not(.home) .mil-banner-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

body:not(.home) .mil-banner-content {
  height: auto;
  padding: 0;
}

body:not(.home) .mil-banner .container,
body:not(.home) .mil-inner-banner .container {
  height: auto;
}

/* Tema iskeletindeki 60px'lik alt boşluklar hero'yu gereksiz uzatıyor. */
body:not(.home) .mil-banner .mil-mb-60,
body:not(.home) .mil-inner-banner .mil-mb-60 {
  margin-bottom: 1.25rem;
}

body:not(.home) .mil-banner .mil-banner-content > :last-child,
body:not(.home) .mil-inner-banner .mil-banner-content > :last-child {
  margin-bottom: 0;
}

/* Ana sayfadaki bölüm kapsayıcılarıyla aynı ölçü. */
body:not(.home) .container {
  width: 100%;
  max-width: 1320px !important;
  margin: 0 auto;
  padding-right: 3rem;
  padding-left: 3rem;
}

.page-template-page-hizmetler .container,
.single-hizmetler .container,
.page-template-single-hizmetler-qr-menu .container {
  max-width: 1320px !important;
}

@media screen and (max-width: 1200px) {
  body:not(.home) .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (max-width: 768px) {
  body:not(.home) .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

body:not(.home) .mil-banner h1,
body:not(.home) .mil-inner-banner h1 {
  max-width: 58rem;
  margin: 0 0 1.5rem;
  padding: 0;
  color: #fff;
  font-family: var(--brand-font);
  font-size: clamp(2.25rem, 4.4vw, 3.75rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

body:not(.home) .mil-banner h1 .mil-thin,
body:not(.home) .mil-inner-banner h1 .mil-thin {
  color: var(--brand-amber);
  font-weight: 700;
}

body:not(.home) .mil-banner p,
body:not(.home) .mil-inner-banner p {
  max-width: 42rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
  line-height: 1.7;
}

body:not(.home) .mil-suptitle {
  color: var(--brand-amber) !important;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

body:not(.home) .mil-breadcrumbs {
  margin-bottom: 2rem;
}

body:not(.home) .mil-breadcrumbs li,
body:not(.home) .mil-breadcrumbs li a {
  color: rgba(255, 255, 255, 0.58);
}

body:not(.home) .mil-breadcrumbs li:last-child a {
  color: var(--brand-amber);
  opacity: 1;
}

/* Genel içerik ritmi */
body:not(.home) section:not(.mil-banner):not(.mil-dark-bg):not(.mil-soft-bg):not(.ab-journal):not(.svc-cta-band) {
  background: var(--brand-cream, #f7f4ec);
}

body:not(.home) .mil-p-120-120,
body:not(.home) .mil-p-120-90,
body:not(.home) .mil-p-120-60,
body:not(.home) .mil-p-90-90,
body:not(.home) .mil-p-60 {
  padding-top: clamp(5rem, 8vw, 8rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

body:not(.home) section h2,
body:not(.home) section h3,
body:not(.home) section h4 {
  color: var(--brand-navy);
  letter-spacing: -0.025em;
}

body:not(.home) section h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
}

body:not(.home) section p,
body:not(.home) section li {
  color: #62606a;
  line-height: 1.75;
}

body:not(.home) a.mil-button {
  min-height: 48px;
  height: auto;
  padding: 0.9rem 1.5rem;
  border-radius: 4px;
  color: var(--brand-navy);
  background: var(--brand-amber);
  box-shadow: none;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

body:not(.home) a.mil-button:hover {
  background: var(--brand-amber-soft);
}

body:not(.home) .mil-link {
  color: var(--brand-navy);
  font-family: var(--brand-font);
  font-weight: 700;
}

/* Hizmet listesi */
.page-template-page-hizmetler .svc-list {
  position: relative;
  padding: 5rem 0;
  overflow-x: clip;
  color: var(--brand-navy);
  background: var(--brand-cream, #f7f4ec);
  font-family: var(--brand-font);
}

.page-template-page-hizmetler .svc-list__container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 3rem;
}

.page-template-page-hizmetler .svc-list__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-template-page-hizmetler .svc-list__eyebrow::after {
  height: 1px;
  flex: 1;
  max-width: 8rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.45), transparent);
  content: "";
}

.page-template-page-hizmetler .svc-list__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-template-page-hizmetler a.svc-list__card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 2rem;
  overflow: hidden;
  border: 1px solid rgba(29, 25, 51, 0.12);
  border-radius: 20px;
  color: var(--brand-navy);
  background: #ffffff;
  text-decoration: none;
  transition: border-color 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.page-template-page-hizmetler a.svc-list__card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-amber), var(--brand-navy));
  content: "";
}

.page-template-page-hizmetler a.svc-list__card:hover {
  border-color: rgba(244, 168, 29, 0.45);
  background: #fff;
  transform: translateY(-4px);
}

.page-template-page-hizmetler .svc-list__num {
  display: block;
  margin-bottom: 1.5rem;
  color: rgba(29, 25, 51, 0.2);
  font-size: 1.75rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  line-height: 1;
}

.page-template-page-hizmetler .svc-list__card h2 {
  margin: 0 0 0.85rem;
  color: var(--brand-navy);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.page-template-page-hizmetler .svc-list__card p {
  margin: 0 0 1.75rem;
  color: #62606a;
  font-size: 0.94rem;
  line-height: 1.7;
}

.page-template-page-hizmetler .svc-list__more {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  color: var(--brand-amber-deep, #d98f0c);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-template-page-hizmetler a.svc-list__card:hover .svc-list__more i {
  transform: translateX(3px);
}

.page-template-page-hizmetler .svc-list__more i {
  transition: transform 0.25s ease;
}

.page-template-page-hizmetler .svc-list__pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(29, 25, 51, 0.1);
}

.page-template-page-hizmetler .svc-list__pager a {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand-amber);
  border-radius: 50%;
  color: var(--brand-navy);
  background: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
}

.page-template-page-hizmetler .svc-list__pager a:hover,
.page-template-page-hizmetler .svc-list__pager a.is-active {
  color: #ffffff;
  background: var(--brand-amber);
}

.page-template-page-hizmetler .svc-list__empty {
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
}

.page-template-page-hizmetler .svc-list__empty h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.page-template-page-hizmetler .svc-list__empty p {
  margin: 0 0 1.75rem;
  color: #62606a;
  line-height: 1.7;
}

.page-template-page-hizmetler a.svc-list__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  color: #ffffff;
  background: var(--brand-navy);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .page-template-page-hizmetler .svc-list__container {
    padding: 0 2rem;
  }

  .page-template-page-hizmetler .svc-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-hizmetler .svc-list {
    padding: 2.5rem 0;
  }
}

@media (max-width: 767px) {
  .page-template-page-hizmetler .svc-list {
    padding: 2.5rem 0;
  }

  .page-template-page-hizmetler .svc-list__container {
    padding: 0 1.25rem;
  }

  .page-template-page-hizmetler .svc-list__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Proje kartları */
.page-template-page-projeler .mil-project-card {
  height: 100%;
  padding-bottom: 1.25rem;
}

.page-template-page-projeler .mil-cover-frame {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--brand-navy);
}

.page-template-page-projeler .mil-cover-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-template-page-projeler .mil-project-card:hover .mil-cover-frame img {
  transform: scale(1.04);
}

.page-template-page-projeler .mil-project-overlay {
  position: absolute;
  inset: auto 1rem 1rem;
  opacity: 1;
  background: none;
}

.page-template-page-projeler .mil-project-category {
  display: inline-flex;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  color: var(--brand-navy);
  background: var(--brand-amber);
  font-size: 0.72rem;
  font-weight: 700;
}

.page-template-page-projeler .mil-project-card h4 {
  margin-top: 1.5rem;
  font-size: 1.4rem;
}

/* CPT arşivi page-projeler.php yerine archive-projeler.php kullanır. */
.post-type-archive-projeler .mil-project-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(29, 25, 51, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

.post-type-archive-projeler .mil-project-card .mil-cover {
  position: relative;
  height: 430px;
  overflow: hidden;
}

.post-type-archive-projeler .mil-project-card .mil-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-type-archive-projeler .mil-project-card .mil-description {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(29, 25, 51, 0.88);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.post-type-archive-projeler .mil-project-card h4,
.post-type-archive-projeler .mil-project-card h4 a {
  margin: 0;
  padding: 0;
  color: #fff !important;
}

.post-type-archive-projeler .mil-project-card p {
  padding: 0;
  color: rgba(255, 255, 255, 0.65) !important;
}

.post-type-archive-projeler .mil-project-card .mil-link,
.post-type-archive-projeler .mil-project-card .mil-link a {
  color: var(--brand-amber);
}

/* Hizmet CPT arşivi genel archive.php'yi kullandığı için kart görünümü. */
.post-type-archive-hizmetler .mil-blog-card {
  height: 100%;
  padding: 2rem;
  border: 1px solid rgba(29, 25, 51, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
}

.post-type-archive-hizmetler .mil-blog-card h4 {
  font-size: 1.45rem;
}

/* Blog listesi */
.page-template-page-blog .mil-blog-card-hori {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid rgba(29, 25, 51, 0.12);
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
}

.page-template-page-blog .mil-blog-card-hori .mil-cover-frame {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 16px;
}

.page-template-page-blog .mil-blog-card-hori .mil-cover-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-page-blog .mil-label.mil-accent {
  color: var(--brand-amber-deep);
}

.page-template-page-blog .mil-blog-card h4 {
  font-size: clamp(1.5rem, 3vw, 2.35rem);
}

/* Yasal metin sayfaları */
.page-template-page-gizlilik-politikasi .mil-text,
.page-template-page-kullanim-sartlari .mil-text,
.page-template-page-cerez-politikasi .mil-text {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(29, 25, 51, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 22px 60px rgba(29, 25, 51, 0.06);
}

.page-template-page-gizlilik-politikasi .mil-text h2,
.page-template-page-kullanim-sartlari .mil-text h2,
.page-template-page-cerez-politikasi .mil-text h2 {
  margin: 3rem 0 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(29, 25, 51, 0.1);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.page-template-page-gizlilik-politikasi .mil-text h2:first-child,
.page-template-page-kullanim-sartlari .mil-text h2:first-child,
.page-template-page-cerez-politikasi .mil-text h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.page-template-page-gizlilik-politikasi .mil-text li::marker,
.page-template-page-kullanim-sartlari .mil-text li::marker,
.page-template-page-cerez-politikasi .mil-text li::marker {
  color: var(--brand-amber);
}

/* Kariyer */
.page-template-page-kariyer .mil-text {
  max-width: 1080px;
  margin: 0 auto;
}

.page-template-page-kariyer .mil-text > .row,
.page-template-page-kariyer .mil-career-positions {
  display: grid;
  gap: 1.25rem;
  margin: 2rem 0 4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-template-page-kariyer .mil-text > .row > div,
.page-template-page-kariyer .mil-career-item {
  width: auto;
  max-width: none;
  padding: 1.75rem;
  border: 1px solid rgba(29, 25, 51, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.page-template-page-kariyer .mil-career-item {
  margin-bottom: 0 !important;
}

.page-template-page-kariyer .mil-career-item h3 {
  color: var(--brand-navy);
}

/* İletişim */
.page-template-page-contact .mil-contact-form {
  padding: clamp(1.75rem, 4vw, 3rem);
  border: 1px solid rgba(29, 25, 51, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
}

.page-template-page-contact .mil-contact-form input:not([type="submit"]),
.page-template-page-contact .mil-contact-form textarea {
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid rgba(29, 25, 51, 0.15);
  border-radius: 8px;
  color: var(--brand-navy);
  background: #fff;
}

.page-template-page-contact .mil-contact-form textarea {
  min-height: 180px;
}

.page-template-page-contact .mil-contact-form input[type="submit"] {
  min-height: 50px;
  padding: 0 1.75rem;
  border: 0;
  border-radius: 4px;
  color: var(--brand-navy);
  background: var(--brand-amber);
  cursor: pointer;
}

.page-template-page-contact .mil-sidebar-info {
  position: sticky;
  top: 7rem;
  padding: 2rem;
  border-radius: 18px;
  color: #fff;
  background: var(--brand-navy);
}

.page-template-page-contact .mil-sidebar-info h6 {
  color: var(--brand-amber);
}

.page-template-page-contact .mil-sidebar-info p,
.page-template-page-contact .mil-sidebar-info a {
  color: rgba(255, 255, 255, 0.72);
}

/* Hizmet detayları */
.single-hizmetler #service .mil-image-frame {
  height: 300px;
  overflow: hidden;
  border-radius: 18px;
}

.single-hizmetler #service .mil-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-hizmetler .mil-accordion-group {
  border-top: 1px solid rgba(29, 25, 51, 0.14);
}

.single-hizmetler .mil-accordion-menu {
  padding: 1.5rem 0;
}

.single-hizmetler .mil-accordion-head {
  color: var(--brand-navy);
  font-size: 1.1rem;
  font-weight: 700;
}

.single-hizmetler .mil-symbol {
  color: var(--brand-amber-deep);
}

.single-hizmetler .mil-seo-content-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(29, 25, 51, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.single-hizmetler .mil-image-card,
.single-hizmetler .mil-other-card {
  height: 100%;
  padding: 1.75rem;
  border: 1px solid rgba(29, 25, 51, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.single-hizmetler .mil-card-image {
  height: 220px;
  overflow: hidden;
  border-radius: 12px;
}

.single-hizmetler .mil-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* QR menü özel sayfası */
.page-template-single-hizmetler-qr-menu .mil-qr-feature,
.page-template-single-hizmetler-qr-menu .mil-qr-price-card {
  height: 100%;
  padding: 2rem;
  border: 1px solid rgba(29, 25, 51, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
}

.page-template-single-hizmetler-qr-menu .mil-qr-icon {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--brand-navy);
  background: var(--brand-amber);
  font-size: 1.35rem;
}

.page-template-single-hizmetler-qr-menu .mil-popular {
  border-color: var(--brand-amber);
}

.page-template-single-hizmetler-qr-menu .mil-popular-badge,
.page-template-single-hizmetler-qr-menu .mil-step-number {
  color: var(--brand-navy);
  background: var(--brand-amber);
}

.page-template-single-hizmetler-qr-menu .mil-qr-features-list li::marker {
  color: var(--brand-amber);
}

/* CTA alanları */
body:not(.home) section.mil-dark-bg {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(244, 168, 29, 0.16), transparent 24rem),
    var(--brand-navy);
}

body:not(.home) section.mil-dark-bg h2,
body:not(.home) section.mil-dark-bg h3,
body:not(.home) section.mil-dark-bg h4,
body:not(.home) section.mil-dark-bg h5 {
  color: #fff;
}

body:not(.home) section.mil-dark-bg .mil-thin {
  color: var(--brand-amber);
  font-weight: 700;
}

body:not(.home) section.mil-soft-bg {
  background: #ece7da;
}

/* Blog yazısı detayı — ana sayfadaki journal kart diliyle aynı */
.single-post .container {
  max-width: 1320px !important;
}

.single-post .mil-post-content,
.single-post .mil-post-meta,
.single-post .mil-post-tags,
.single-post .mil-image-frame,
.single-post .mil-post-navigation {
  max-width: none;
}

.single-post section .row.justify-content-center > .col-lg-8 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.single-post .mil-image-frame {
  overflow: hidden;
  border: 1px solid rgba(29, 25, 51, 0.1);
  border-radius: 20px;
}

.single-post .mil-image-frame img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.single-post .mil-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(29, 25, 51, 0.12);
}

.single-post .mil-meta-label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--brand-amber-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.single-post .mil-meta-value {
  color: var(--brand-navy);
  font-size: 0.95rem;
  font-weight: 600;
}

.single-post .mil-post-content > :first-child {
  margin-top: 0;
}

.single-post .mil-post-content h2,
.single-post .mil-post-content h3,
.single-post .mil-post-content h4 {
  margin: 2.5rem 0 1rem;
  padding: 0;
  color: var(--brand-navy);
  font-family: var(--brand-font);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.single-post .mil-post-content h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
}

.single-post .mil-post-content h3 {
  font-size: clamp(1.35rem, 2vw, 1.65rem);
}

.single-post .mil-post-content p,
.single-post .mil-post-content li {
  color: #62606a;
  font-size: 1.02rem;
  line-height: 1.85;
}

.single-post .mil-post-content a {
  color: var(--brand-amber-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.single-post .mil-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.single-post .mil-post-content blockquote {
  margin: 2.5rem 0;
  padding: 1.5rem 1.75rem;
  border: 0;
  border-left: 3px solid var(--brand-amber);
  border-radius: 0 16px 16px 0;
  background: rgba(244, 168, 29, 0.08);
  color: var(--brand-navy);
  font-style: normal;
}

.single-post .mil-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.single-post .mil-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(29, 25, 51, 0.12);
  border-radius: 999px;
  color: var(--brand-navy);
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.single-post .mil-tag:hover {
  border-color: rgba(244, 168, 29, 0.5);
  background: rgba(244, 168, 29, 0.14);
}

.single-post .mil-post-navigation {
  display: grid;
  gap: 1.25rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(29, 25, 51, 0.12);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-post .mil-post-nav-item {
  padding: 1.5rem;
  border: 1px solid rgba(29, 25, 51, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.single-post .mil-post-nav-item:hover {
  border-color: rgba(244, 168, 29, 0.4);
  transform: translateY(-4px);
}

.single-post .mil-post-nav-item.mil-next {
  text-align: right;
}

/* Pagination */
body:not(.home) .mil-pagination,
body:not(.home) .mil-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}

body:not(.home) .mil-pagination a,
body:not(.home) .mil-pagination .current {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(29, 25, 51, 0.15);
  border-radius: 6px;
  color: var(--brand-navy);
  background: #fff;
}

body:not(.home) .mil-pagination .mil-active,
body:not(.home) .mil-pagination .current {
  border-color: var(--brand-amber);
  background: var(--brand-amber);
}

@media screen and (max-width: 992px) {
  body:not(.home) .mil-banner,
  body:not(.home) .mil-inner-banner {
    min-height: 300px;
    padding: 7rem 0 3.25rem;
  }

  .page-template-page-blog .mil-blog-card-hori {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-template-page-kariyer .mil-text > .row,
  .page-template-page-kariyer .mil-career-positions {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-template-page-contact .mil-sidebar-info {
    position: static;
  }
}

@media screen and (max-width: 768px) {
  body:not(.home) .mil-banner h1,
  body:not(.home) .mil-inner-banner h1 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  body:not(.home) .mil-banner h1 br,
  body:not(.home) .mil-inner-banner h1 br {
    display: none;
  }

  .page-template-page-projeler .mil-cover-frame,
  .page-template-page-blog .mil-blog-card-hori .mil-cover-frame {
    height: 230px;
  }

  .single-post .mil-post-navigation {
    grid-template-columns: minmax(0, 1fr);
  }

  .single-post .mil-post-nav-item.mil-next {
    text-align: left;
  }
}
