/* Narlıdere TV Servisi — tek sayfa (açık tema) */
:root {
  --bg: #f0f4f9;
  --bg-card: #ffffff;
  --bg-elevated: #ffffff;
  --text: #0f172a;
  --muted: #64748b;
  --accent: #0284c7;
  --accent-dim: rgba(2, 132, 199, 0.1);
  --accent-soft: #e0f2fe;
  --phone: #db2777;
  --border: rgba(15, 23, 42, 0.08);
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  --shadow-lg: 0 12px 40px rgba(15, 23, 42, 0.1);
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --max: 1120px;
  --header-h: 72px;
  --mobile-bar-h: 118px;
  /* Marka alt sayfası üst bandı (sabit); ana sayfada 0 */
  --brand-bar-h: 0px;
}

body.has-brand-topbar {
  --brand-bar-h: 2.35rem;
  padding-top: var(--brand-bar-h);
}

/* Marka sayfası: markadan bağımsız servis uyarısı */
.brand-independent-bar {
  display: none;
}

body.has-brand-topbar .brand-independent-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 150;
  min-height: var(--brand-bar-h);
  padding: 0.35rem 1rem;
  font-size: clamp(0.72rem, 2.1vw, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #0f172a;
  background: linear-gradient(180deg, #fef9c3 0%, #fde68a 100%);
  border-bottom: 1px solid rgba(234, 179, 8, 0.45);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

body.has-brand-topbar .brand-independent-bar__icon {
  flex-shrink: 0;
  font-size: 1.15em;
  color: #b45309;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  padding-bottom: calc(var(--mobile-bar-h) + env(safe-area-inset-bottom, 0px));
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(ellipse 120% 80% at 100% -20%, rgba(2, 132, 199, 0.07), transparent 50%),
    radial-gradient(ellipse 80% 60% at -10% 60%, rgba(139, 92, 246, 0.05), transparent 45%);
  pointer-events: none;
  z-index: -1;
}

@media (min-width: 901px) {
  body {
    padding-bottom: 0;
  }
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: var(--brand-bar-h);
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--text);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.brand i {
  color: var(--accent);
  font-size: 1.35rem;
}

.nav-main {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  align-items: center;
  justify-content: flex-end;
}

.nav-main a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.35rem 0;
}

.nav-main a:hover {
  color: var(--text);
}

@media (max-width: 640px) {
  .nav-main {
    display: none;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn-phone {
  background: linear-gradient(135deg, #db2777, #ec4899);
  color: #fff;
  box-shadow: 0 6px 20px rgba(219, 39, 119, 0.3);
}

.btn-phone:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 26px rgba(219, 39, 119, 0.38);
}

.btn-ghost {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: var(--text);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.btn-ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
  text-decoration: none;
  background: var(--accent-soft);
}

/* Hero */
.hero {
  padding: 3rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -40% 20% auto -20%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(2, 132, 199, 0.12), transparent 65%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  background: var(--accent-soft);
  color: #0369a1;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border: 1px solid rgba(2, 132, 199, 0.15);
}

.hero h1 {
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  line-height: 1.15;
  margin: 0 0 1rem;
  letter-spacing: -0.03em;
}

.hero h1 span {
  background: linear-gradient(90deg, #0369a1, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-tagline {
  margin: -0.25rem 0 1rem;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-weight: 600;
  color: var(--muted);
  max-width: 36ch;
  letter-spacing: -0.02em;
}

.hero-lead {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 36ch;
  margin-bottom: 1.5rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.trust-row i {
  color: var(--accent);
  margin-right: 0.35rem;
}

.hero-visual {
  position: relative;
}

.hero-visual .frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
}

.hero-visual .float-card {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--text);
  box-shadow: var(--shadow);
}

.hero-visual .float-card i {
  font-size: 1.5rem;
  color: var(--phone);
}

/* Sections */
section {
  padding: 3.5rem 0;
}

.section-title {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

.section-title h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 0.65rem;
  letter-spacing: -0.02em;
}

.section-title p {
  color: var(--muted);
  margin: 0;
  font-size: 1rem;
}

.bg-alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(240, 244, 249, 0.4));
  border-block: 1px solid var(--border);
}

/* Uzun metin bloğu (SSS üstü) — site container ile aynı genişlik */
.content-prose-section .section-title {
  max-width: none;
  margin-bottom: 1.75rem;
}

.content-prose-section .content-prose {
  max-width: none;
  width: 100%;
  margin-inline: 0;
}

/* İçindekiler */
.content-toc {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem 1.35rem;
  margin: 0 0 1.75rem;
  box-shadow: var(--shadow);
}

.content-toc h3 {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--muted);
  font-weight: 700;
}

.content-toc ol {
  margin: 0;
  padding-left: 1.35rem;
  color: var(--text);
}

.content-toc li {
  margin: 0.35rem 0;
  padding-left: 0.15rem;
  line-height: 1.45;
}

.content-toc li::marker {
  color: var(--accent);
  font-weight: 600;
}

.content-toc a {
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}

.content-toc a:hover {
  color: var(--accent);
  border-bottom-color: rgba(2, 132, 199, 0.35);
}

/* Makale altı: servis bilgi tablosu */
.servis-bilgi-wrap {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--border);
}

.servis-bilgi-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  font-size: 0.98rem;
}

.servis-bilgi-table tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--border);
}

.servis-bilgi-table th,
.servis-bilgi-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  vertical-align: middle;
}

.servis-bilgi-table .col-icon {
  width: 3rem;
  text-align: center;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 1.1rem;
}

.servis-bilgi-table th[scope="row"] {
  width: 9.5rem;
  font-weight: 600;
  color: var(--muted);
  background: rgba(240, 244, 249, 0.65);
  font-size: 0.88rem;
}

.servis-bilgi-table td:last-child {
  color: var(--text);
  font-weight: 600;
}

.servis-bilgi-table a {
  font-weight: 700;
  color: var(--phone);
}

.servis-bilgi-table a:hover {
  color: var(--accent);
}

@media (max-width: 560px) {
  .servis-bilgi-wrap {
    margin-inline: -0.25rem;
    padding-inline: 0.25rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .servis-bilgi-table {
    font-size: 0.9rem;
    min-width: min(100%, 22rem);
  }

  .servis-bilgi-table th,
  .servis-bilgi-table td {
    padding: 0.7rem 0.75rem;
  }
}

.content-prose h3 {
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  margin: 2.25rem 0 0.85rem;
  color: var(--text);
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.content-prose h3[id] {
  scroll-margin-top: calc(var(--brand-bar-h) + var(--header-h) + 0.75rem);
}

/* Anchor menü (#hizmetler vb.) sticky üst bant + header altında kalsın */
main section[id] {
  scroll-margin-top: calc(var(--brand-bar-h) + var(--header-h) + 0.75rem);
}

.content-prose h3:first-child {
  margin-top: 0;
}

.content-prose p {
  margin: 0 0 0.25rem;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.85;
  text-align: justify;
  hyphens: auto;
}

@media (max-width: 640px) {
  .content-prose p {
    text-align: left;
    hyphens: none;
  }
}

/* Cards grid */
.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

@media (max-width: 900px) {
  .cards-3 {
    grid-template-columns: 1fr;
  }
}

.card {
  background: var(--bg-card);
  border-radius: var(--radius);
  padding: 1.5rem;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.card:hover {
  border-color: rgba(2, 132, 199, 0.25);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.card i.fa-solid {
  font-size: 1.75rem;
  color: var(--accent);
  margin-bottom: 1rem;
}

.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

@media (max-width: 900px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery figure:hover img {
  transform: scale(1.06);
}

.gallery figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 0.5rem 0.65rem;
  font-size: 0.72rem;
  background: linear-gradient(transparent, rgba(15, 23, 42, 0.82));
  color: #f8fafc;
}

/* Two column */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

@media (max-width: 900px) {
  .split {
    grid-template-columns: 1fr;
  }
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-check li {
  padding: 0.5rem 0 0.5rem 1.75rem;
  position: relative;
  color: var(--muted);
}

.list-check li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: 0.85rem;
}

/* FAQ */
.faq {
  max-width: 720px;
  margin-inline: auto;
}

details {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 0.65rem;
  padding: 0 1rem;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

details summary {
  cursor: pointer;
  padding: 1rem 0;
  font-weight: 600;
  list-style: none;
  color: var(--text);
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  float: right;
  color: var(--muted);
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

details[open] summary::after {
  content: "\f077";
}

details p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Contact strip */
.contact-strip {
  background: linear-gradient(135deg, #e0f2fe, #f0f9ff);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid rgba(2, 132, 199, 0.18);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  box-shadow: var(--shadow);
}

@media (max-width: 700px) {
  .contact-strip {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .contact-strip .actions {
    justify-content: center;
  }
}

.contact-strip h2 {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  color: var(--text);
}

.contact-strip p {
  margin: 0;
  color: var(--muted);
}

.contact-strip .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

/* Footer */
.site-footer {
  padding: 3rem 0 1.5rem;
  border-top: 1px solid var(--border);
  margin-top: 2rem;
  background: rgba(255, 255, 255, 0.55);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand p {
    margin-inline: auto;
  }
}

.footer-brand .brand {
  margin-bottom: 0.75rem;
}

.footer-brand p {
  color: var(--muted);
  font-size: 0.9rem;
  max-width: 32ch;
  margin: 0;
}

.footer-col h4 {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col a {
  color: var(--muted);
  display: inline-block;
  padding: 0.25rem 0;
  font-size: 0.95rem;
}

.footer-col a:hover {
  color: var(--accent);
}

/* Footer — bilgilendirme / yasal (kompakt akordeon) */
.footer-legal-wrap {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1.35rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--border);
}

@media (min-width: 768px) {
  .footer-legal-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    align-items: start;
  }
}

.footer-legal-details {
  margin: 0;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(240, 244, 249, 0.5));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.footer-legal-details[open] {
  border-color: rgba(2, 132, 199, 0.22);
  box-shadow: var(--shadow);
}

.footer-legal-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0.15rem 0.65rem;
  padding: 0.55rem 0.75rem;
  cursor: pointer;
  list-style: none;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.01em;
  border-radius: 12px;
}

.footer-legal-summary:focus {
  outline: none;
}

.footer-legal-summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.footer-legal-summary::-webkit-details-marker {
  display: none;
}

.footer-legal-summary-label {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-legal-summary-label i {
  color: var(--accent);
  font-size: 0.85rem;
  opacity: 0.9;
}

.footer-legal-summary-hint {
  grid-column: 1;
  grid-row: 2;
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--muted);
}

.footer-legal-chevron {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 0.65rem;
  color: var(--muted);
  transition: transform 0.2s ease;
}

.footer-legal-details[open] .footer-legal-chevron {
  transform: rotate(180deg);
  color: var(--accent);
}

.footer-legal-panel {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  padding: 0 0.65rem 0.6rem;
}

.footer-legal-text {
  font-size: 0.68rem;
  line-height: 1.58;
  color: var(--muted);
  padding-top: 0.45rem;
}

.footer-legal-text p {
  margin: 0 0 0.55rem;
  text-align: left;
  hyphens: none;
}

.footer-legal-text p:last-child {
  margin-bottom: 0;
}

.footer-legal-text a {
  color: var(--accent);
  font-weight: 600;
}

.footer-legal-text a:hover {
  text-decoration: underline;
}

.footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.85rem;
  color: var(--muted);
}

/* Mobile sticky bar — okunaklı boyutlar, dokunma için yeterli alan */
.mobile-cta-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--border);
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.08);
}

@media (max-width: 900px) {
  .mobile-cta-bar {
    display: flex;
    gap: 0.65rem;
    align-items: stretch;
    justify-content: center;
  }
}

.mobile-cta-bar a {
  flex: 1;
  width: 100%;
  max-width: min(100%, 28rem);
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  padding: 0.6rem 1rem 0.75rem;
  min-height: 3.5rem;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
}

.mobile-cta-bar .m-call {
  background: linear-gradient(135deg, #db2777, #ec4899);
  box-shadow: 0 4px 18px rgba(219, 39, 119, 0.35);
}

/* Üst satır: başta ikon + metin */
.mobile-cta-bar .m-call-brand {
  order: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  width: 100%;
  box-sizing: border-box;
  font-size: clamp(0.78rem, 2.6vw, 0.9rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 0.4rem 0.65rem 0.45rem;
  margin: 0 0 0.45rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.mobile-cta-bar .m-call-brand i {
  flex-shrink: 0;
  font-size: 1em;
  opacity: 0.95;
}

.mobile-cta-bar .m-call-line {
  order: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-size: clamp(1.15rem, 4.2vw, 1.35rem);
  flex-shrink: 0;
  line-height: 1.2;
}

.mobile-cta-bar .m-call-line i {
  font-size: 1.1em;
  opacity: 0.95;
}

.mobile-cta-bar .m-call-num {
  font-weight: 700;
  letter-spacing: 0.03em;
  font-variant-numeric: tabular-nums;
}

/* TV markaları — kompakt, ikincil görünüm (sayfada öne çıkmaz) */
section.section-markalar {
  padding: 2rem 0 2.25rem;
}

section.section-markalar .section-title--compact {
  max-width: 48rem;
  margin-bottom: 1rem;
}

section.section-markalar .section-title--compact h2 {
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

section.section-markalar .markalar-lead {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--muted);
  opacity: 0.92;
}

.brand-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem 0.4rem;
  justify-content: flex-start;
  align-content: flex-start;
  margin-top: 0.35rem;
  max-width: 100%;
}

a.brand-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.5rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 6px;
  text-decoration: none;
  box-shadow: none;
  line-height: 1.35;
  transition: border-color 0.12s ease, color 0.12s ease, background 0.12s ease;
}

a.brand-pill:hover {
  border-color: rgba(2, 132, 199, 0.35);
  color: var(--accent);
  background: var(--accent-soft);
  box-shadow: none;
}

@media (max-width: 640px) {
  a.brand-pill {
    padding: 0.3rem 0.52rem;
    font-size: 0.72rem;
    min-height: 30px;
    box-sizing: border-box;
  }
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 300;
  padding: 0.5rem 1rem;
  background: var(--accent);
  color: #fff;
  border-radius: 8px;
}
