html {
  min-height: 100%;
}

body {
  min-height: 100%;
}

.landing-hero-bg {
  transform: scale(1.02);
  transform-origin: center center;
  will-change: auto;
}

::selection {
  background: rgba(103, 232, 249, 0.28);
  color: #ffffff;
}

.blog-content img,
.blog-content video,
.blog-content iframe,
.cms-content img,
.cms-content video,
.cms-content iframe {
  max-width: 100%;
  height: auto;
}

.blog-content table,
.cms-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.blog-content pre,
.cms-content pre {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

/* TinyMCE / HTML editör çıktısı — blog & CMS gövde metni */
.blog-content,
.cms-content {
  color: #334155;
  font-size: 1rem;
  line-height: 1.75;
}

.blog-content > :first-child,
.cms-content > :first-child {
  margin-top: 0;
}

.blog-content > :last-child,
.cms-content > :last-child {
  margin-bottom: 0;
}

.blog-content p,
.cms-content p {
  margin-bottom: 1rem;
}

.blog-content h1,
.cms-content h1 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.blog-content h2,
.cms-content h2 {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0f172a;
}

.blog-content h3,
.cms-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
}

.blog-content h4,
.cms-content h4 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
}

.blog-content ul,
.blog-content ol,
.cms-content ul,
.cms-content ol {
  margin: 0.75rem 0 1rem;
  padding-left: 1.625rem;
  list-style-position: outside;
}

.blog-content ul,
.cms-content ul {
  list-style-type: disc;
}

.blog-content ol,
.cms-content ol {
  list-style-type: decimal;
}

.blog-content li,
.cms-content li {
  margin-bottom: 0.375rem;
  padding-left: 0.125rem;
}

.blog-content li::marker,
.cms-content li::marker {
  color: #0066b3;
}

.blog-content a,
.cms-content a {
  color: #0066b3;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(0, 102, 179, 0.35);
  text-underline-offset: 3px;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.blog-content a:hover,
.cms-content a:hover {
  color: #004a8f;
  text-decoration-color: rgba(0, 74, 143, 0.6);
}

.blog-content strong,
.cms-content strong {
  font-weight: 700;
  color: #0f172a;
}

.blog-content img,
.cms-content img {
  border-radius: 0.75rem;
  margin: 1.5rem 0;
}

.blog-content blockquote,
.cms-content blockquote {
  margin: 1.5rem 0;
  border-left: 3px solid #cbd5e1;
  padding-left: 1rem;
  color: #64748b;
  font-style: italic;
}

@media (min-width: 1024px) {
  .blog-content,
  .cms-content {
    font-size: 1.0625rem;
  }

  .blog-content h2,
  .cms-content h2 {
    font-size: 1.5rem;
  }
}

/* Confine Leaflet's high z-index panes/controls so the map never overlaps the sticky navbar */
.guide-map {
  position: relative;
  z-index: 0;
  isolation: isolate;
}