/* Prestij — statik bölge SEO sayfaları (/bolgeler/...) */
.prestij-seo-page {
  background: #040408;
  color: #f4f1ea;
  font-family: "Inter", "Outfit", system-ui, sans-serif;
  line-height: 1.65;
  min-height: 100vh;
}

.prestij-seo-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.prestij-seo-page .btn-primary {
  background: linear-gradient(135deg, #9b2d42 0%, #5c1828 100%);
  color: #f8f4ec;
  border: 1px solid rgba(201, 168, 138, 0.25);
}

.prestij-seo-page .btn-ghost {
  border: 1px solid rgba(244, 241, 234, 0.2);
  color: #f4f1ea;
  background: transparent;
}

.prestij-seo-page .btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.prestij-seo-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(244, 241, 234, 0.08);
  background: rgba(4, 4, 8, 0.92);
  backdrop-filter: blur(12px);
}

.prestij-seo-header__inner {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.prestij-seo-brand {
  font-family: "Space Grotesk", "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #f4f1ea;
  text-decoration: none;
}

.prestij-seo-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.8rem;
}

.prestij-seo-nav a {
  color: rgba(244, 241, 234, 0.65);
  text-decoration: none;
  transition: color 0.2s ease;
}

.prestij-seo-nav a:hover {
  color: #f4f1ea;
}

.prestij-seo-nav-cta {
  color: #c9a88a !important;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 0.06em;
}

.prestij-seo-main {
  max-width: 46rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}

.prestij-seo-eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.42);
  margin-bottom: 0.75rem;
}

.prestij-seo-eyebrow a {
  color: rgba(201, 168, 138, 0.85);
  text-decoration: none;
}

.prestij-seo-main h1 {
  font-family: "Space Grotesk", "Outfit", sans-serif;
  font-size: clamp(1.75rem, 5vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 1.25rem;
}

.prestij-seo-main h2 {
  font-family: "Space Grotesk", "Outfit", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 2rem 0 0.75rem;
  color: #f8f4ec;
}

.prestij-seo-main h3 {
  font-size: 1rem;
  margin: 0 0 0.35rem;
}

.prestij-seo-main h3 a {
  color: #f4f1ea;
  text-decoration: none;
}

.prestij-seo-main h3 a:hover {
  color: #c9a88a;
}

.prestij-seo-main p,
.prestij-seo-main li {
  color: rgba(244, 241, 234, 0.78);
  font-size: 0.95rem;
}

.prestij-seo-main ul {
  padding-left: 1.15rem;
  margin: 0.5rem 0 1rem;
}

.prestij-seo-cta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 2rem;
}

.prestij-seo-article {
  border-top: 1px solid rgba(244, 241, 234, 0.08);
  padding-top: 1.5rem;
}

.prestij-seo-services {
  display: grid;
  gap: 0.85rem;
  margin: 1rem 0 1.5rem;
}

.prestij-seo-service-card {
  padding: 0.85rem 1rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(244, 241, 234, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.prestij-seo-faq {
  display: grid;
  gap: 0.5rem;
  margin: 1rem 0;
}

.prestij-seo-faq-item {
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 0.5rem;
  padding: 0.65rem 0.85rem;
  background: rgba(0, 0, 0, 0.15);
}

.prestij-seo-faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: #f4f1ea;
  list-style: none;
}

.prestij-seo-faq-item p {
  margin: 0.5rem 0 0;
  font-size: 0.88rem;
}

.prestij-seo-neighbors ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.prestij-seo-neighbors a {
  color: #c9a88a;
  text-decoration: none;
  font-size: 0.88rem;
}

.prestij-seo-trust {
  margin-top: 2.5rem;
  padding: 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(155, 45, 66, 0.25);
  background: linear-gradient(145deg, rgba(74, 18, 34, 0.35), rgba(4, 4, 8, 0.5));
}

.prestij-seo-footer {
  border-top: 1px solid rgba(244, 241, 234, 0.08);
  padding: 2rem 1.25rem 2.5rem;
  font-size: 0.82rem;
  color: rgba(244, 241, 234, 0.55);
  max-width: 56rem;
  margin: 0 auto;
}

.prestij-seo-footer__grid {
  display: grid;
  gap: 1.75rem;
  text-align: left;
  margin-bottom: 1.75rem;
}

@media (min-width: 720px) {
  .prestij-seo-footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.prestij-seo-footer__title {
  font-family: "Space Grotesk", "Outfit", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(201, 168, 138, 0.95);
  margin: 0 0 0.65rem;
  font-weight: 600;
}

.prestij-seo-footer__lead {
  margin: 0 0 0.75rem;
  line-height: 1.55;
  color: rgba(244, 241, 234, 0.65);
}

.prestij-seo-footer__hub {
  display: inline-flex;
  font-weight: 600;
  color: #f4f1ea;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 138, 0.45);
}

.prestij-seo-footer__hub:hover {
  color: #c9a88a;
}

.prestij-seo-footer__hours {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  color: rgba(244, 241, 234, 0.45);
}

.prestij-seo-footer__legal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.35rem;
}

.prestij-seo-footer__copy {
  text-align: center;
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(244, 241, 234, 0.08);
  font-size: 0.75rem;
}

.prestij-seo-footer a {
  color: rgba(201, 168, 138, 0.9);
  text-decoration: none;
}

.prestij-seo-footer a:hover {
  color: #f4f1ea;
}

.prestij-seo-main--hub {
  max-width: 72rem;
}

.prestij-seo-hub-lead {
  font-size: 1rem;
  color: rgba(244, 241, 234, 0.72);
  margin: 0 0 1.25rem;
  max-width: 52ch;
}

.prestij-seo-hub-nap {
  margin: 0 0 2rem;
  padding: 1rem 1.1rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  background: rgba(12, 12, 18, 0.65);
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(244, 241, 234, 0.75);
}

.prestij-seo-hub-section {
  margin-bottom: 2.75rem;
}

.prestij-seo-hub-section__title {
  font-family: "Space Grotesk", "Outfit", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #f4f1ea;
}

.prestij-seo-hub-section__desc {
  margin: 0 0 1.1rem;
  font-size: 0.88rem;
  color: rgba(244, 241, 234, 0.5);
}

/* Bölgeler hub — Tailwind bundle ile çakışmayı önlemek için yüksek özgüllük */
.prestij-seo-page .prestij-seo-hub-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(9.75rem, 1fr));
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .prestij-seo-page .prestij-seo-hub-grid {
    grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
    gap: 12px;
  }
}

@media (min-width: 1024px) {
  .prestij-seo-page .prestij-seo-hub-grid {
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  }
}

.prestij-seo-page a.prestij-seo-hub-card {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.25rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0.8rem 0.9rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(244, 241, 234, 0.12);
  background: linear-gradient(145deg, rgba(28, 14, 20, 0.65), rgba(8, 8, 14, 0.92));
  text-decoration: none !important;
  color: #f4f1ea !important;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 3.5rem;
}

.prestij-seo-page a.prestij-seo-hub-card:hover {
  border-color: rgba(201, 168, 138, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  background: linear-gradient(145deg, rgba(74, 18, 34, 0.4), rgba(8, 8, 14, 0.95));
}

.prestij-seo-page .prestij-seo-hub-card__title {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: #f4f1ea;
  line-height: 1.3;
}

.prestij-seo-page .prestij-seo-hub-card__meta {
  display: block;
  font-size: 0.72rem;
  color: rgba(244, 241, 234, 0.45);
  line-height: 1.25;
}

.prestij-seo-page .prestij-seo-hub-card__badge {
  display: inline-block;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(201, 168, 138, 0.95);
  padding: 0.15rem 0.4rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(201, 168, 138, 0.28);
  margin-bottom: 0.1rem;
}

.prestij-seo-hub-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.prestij-seo-hub-list a {
  color: #c9a88a;
  text-decoration: none;
  font-size: 0.9rem;
}

/* GEO — Atomic Answer (IAO snippet) */
.prestij-seo-atomic {
  margin: 0 0 1.75rem;
  padding: 1rem 1.1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(201, 168, 138, 0.28);
  background: linear-gradient(
    135deg,
    rgba(155, 45, 66, 0.14) 0%,
    rgba(4, 4, 8, 0.6) 100%
  );
}

.prestij-seo-atomic__label {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(201, 168, 138, 0.9);
  margin: 0 0 0.5rem;
}

.prestij-seo-atomic__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(248, 244, 236, 0.92);
  font-weight: 500;
}

/* Bilgi yoğunluğu — tablolar */
.prestij-seo-table-wrap {
  margin: 1rem 0 1.75rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.prestij-seo-table-caption {
  font-size: 0.82rem;
  color: rgba(244, 241, 234, 0.55);
  margin: 0 0 0.5rem;
}

.prestij-seo-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
  min-width: 32rem;
}

.prestij-seo-table th,
.prestij-seo-table td {
  border: 1px solid rgba(244, 241, 234, 0.12);
  padding: 0.55rem 0.65rem;
  text-align: left;
  vertical-align: top;
}

.prestij-seo-table th {
  background: rgba(155, 45, 66, 0.22);
  color: #f8f4ec;
  font-weight: 600;
  font-size: 0.78rem;
}

.prestij-seo-table td {
  color: rgba(244, 241, 234, 0.8);
}

.prestij-seo-table--process {
  min-width: 28rem;
}

.prestij-seo-table--geo th:first-child,
.prestij-seo-table--legal th:first-child {
  width: 22%;
}

.prestij-seo-table--trust td:last-child {
  font-weight: 500;
  color: var(--prestij-gold, #c9a962);
}

@media (min-width: 640px) {
  .prestij-seo-main {
    padding: 3rem 1.5rem 5rem;
  }
}
