/* Kök /rehberlik/ + makale sayfaları — token’lar: css/uba-design-system.css */
:root {
  --rh-module-accent: var(--uba-accent);
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.rehberlik-root {
  margin: 0;
  padding-top: 126px;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--rh-text);
  background: var(--rh-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ——— Hocalara Geldik tarzı üst bar + ana şerit (şubelerle uyumlu) ——— */
.rh-hg-container {
  width: min(var(--uba-container-max, 1120px), calc(100% - 32px));
  margin-inline: auto;
}

.rh-hg-topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1002;
  height: 40px;
  background: var(--rh-hg-navy-grad);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.rh-hg-topbar__inner {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.rh-hg-topbar__links {
  min-width: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.rh-hg-topbar__links a {
  position: relative;
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--uba-font-sans);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0 10px;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.rh-hg-topbar__links a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.24);
}

.rh-hg-topbar__links a:hover,
.rh-hg-topbar__links a.is-active {
  color: #fff;
}

.rh-hg-topbar__right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.rh-hg-topbar__phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-family: var(--uba-font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.rh-hg-topbar__phone i {
  font-size: 0.72rem;
}

.rh-hg-topbar__social {
  display: inline-flex;
  align-items: center;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.rh-hg-topbar__social a {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.rh-hg-topbar__social a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.rh-hg-mainbar {
  position: fixed;
  inset: 40px 0 auto 0;
  z-index: 1001;
  height: 86px;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(221, 230, 242, 0.88);
}

.rh-hg-mainbar__inner {
  height: 86px;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) auto minmax(200px, 1fr);
  align-items: center;
  gap: 12px;
}

.rh-hg-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
  justify-self: start;
  text-decoration: none;
  color: inherit;
}

.rh-hg-brand__logos {
  display: inline-flex;
  align-items: center;
}

.rh-hg-brand__logo {
  height: 42px;
  width: auto;
  max-width: min(220px, 52vw);
  display: block;
  object-fit: contain;
}

.rh-hg-brand__sub {
  font-family: var(--uba-font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3f5f80;
  line-height: 1.1;
  white-space: nowrap;
}

/* Birleşik kök header — sayfa başlığı (Ana sayfa / Programlarımız / …) */
.rh-hg-brand__sub--page {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111111;
  line-height: 1.15;
}

/* HG şube: logo altı sabit satır (TUZLA ÜSTÜN BAŞARI AKADEMİSİ) — dar ekranda kırılır */
.rh-hg-brand__sub--branch {
  white-space: normal;
  max-width: min(17rem, 52vw);
}

/* Ana sayfa + Programlar / Eğitim Sistemi + HG şube (hg-branch-site / hg-tuzla-site): sabit şerit üst boşluk */
body.uba-premium-root.uba-site-unified-header,
body.home-gateway.uba-site-unified-header,
body.hg-branch-site.uba-site-unified-header,
body.hg-tuzla-site.uba-site-unified-header {
  padding-top: 126px;
}

@media (max-width: 640px) {
  body.uba-premium-root.uba-site-unified-header,
  body.home-gateway.uba-site-unified-header,
  body.hg-branch-site.uba-site-unified-header,
  body.hg-tuzla-site.uba-site-unified-header {
    padding-top: 148px;
  }

  .rh-hg-brand__sub--page {
    font-size: 0.7rem;
  }
}

.rh-hg-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-self: center;
  flex-wrap: wrap;
  justify-content: center;
}

.rh-hg-nav a {
  font-family: var(--uba-font-sans);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--rh-hg-text);
  text-decoration: none;
  white-space: nowrap;
}

.rh-hg-nav a:hover,
.rh-hg-nav a.is-active {
  color: var(--rh-hg-blue);
}

.rh-hg-mainbar__cta {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.rh-hg-btn {
  min-height: 44px;
  padding: 0 14px;
  border-radius: var(--uba-radius-md);
  font-family: var(--uba-font-sans);
  font-weight: 700;
  font-size: 0.82rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.2s ease, filter 0.2s ease;
  white-space: nowrap;
}

.rh-hg-btn:hover {
  transform: translateY(-1px);
}

.rh-hg-btn--wa {
  background: var(--rh-wa);
  color: #fff;
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.22);
}

.rh-hg-btn--call {
  background: #fff;
  color: var(--rh-hg-navy);
  border: 2px solid #c5d6ea;
  box-shadow: 0 4px 14px rgba(11, 41, 68, 0.07);
}

.rh-hg-btn--call:hover {
  background: #f3f7fb;
  border-color: #9eb4d0;
  filter: none;
}

@media (max-width: 1024px) {
  .rh-hg-topbar__links {
    display: none;
  }

  .rh-hg-topbar__inner {
    justify-content: flex-end;
  }

  .rh-hg-mainbar__inner {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    height: auto;
    min-height: 86px;
    padding: 10px 0 12px;
    gap: 10px;
  }

  .rh-hg-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .rh-hg-mainbar__cta {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
  }

  .rh-hg-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    max-width: 100%;
  }

  .rh-hg-nav a {
    font-size: 0.82rem;
  }
}

@media (max-width: 640px) {
  .rehberlik-root {
    padding-top: 148px;
  }

  .rh-hg-mainbar {
    height: auto;
  }

  .rh-hg-mainbar__inner {
    min-height: 0;
    padding: 8px 0 10px;
  }

  .rh-hg-brand__logo {
    height: 36px;
  }

  .rh-hg-brand__sub {
    font-size: 0.62rem;
  }

  .rh-hg-mainbar__cta {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 200px;
  }

  .rh-hg-btn {
    min-height: 40px;
    font-size: 0.78rem;
  }
}

/* ——— Hub ana sayfa (/rehberlik/) ——— */
.rh-hub {
  overflow-x: hidden;
}

.rh-container {
  max-width: var(--uba-container-max, 1120px);
  margin: 0 auto;
  padding: 0 24px;
}

.rh-section {
  padding: var(--uba-section-y-sm, clamp(40px, 6vw, 64px)) 0;
}

@media (min-width: 768px) {
  .rh-section {
    padding: var(--uba-section-y, clamp(56px, 8vw, 88px)) 0;
  }
}

.rh-section--soft {
  background: var(--rh-bg-soft);
  border-top: 1px solid var(--rh-line);
  border-bottom: 1px solid var(--rh-line);
}

.rh-hero {
  padding-top: 40px;
  padding-bottom: 64px;
}

@media (min-width: 768px) {
  .rh-hero {
    padding-top: 56px;
    padding-bottom: 88px;
  }
}

.rh-hero__inner {
  max-width: 820px;
}

.rh-eyebrow {
  margin: 0 0 14px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--rh-muted2);
}

.rh-hero__title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.65rem, 4.5vw, 2.35rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin: 0 0 16px;
  color: var(--rh-text);
}

.rh-hero__lead {
  margin: 0 0 22px;
  font-size: 1.0625rem;
  color: var(--rh-muted);
  line-height: 1.55;
}

.rh-trust-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.rh-trust-list li {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--rh-text);
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--rh-line-strong);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.rh-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.rh-section__title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
  line-height: 1.2;
}

.rh-section__lead {
  margin: 0 0 28px;
  font-size: 1rem;
  color: var(--rh-muted);
  max-width: 760px;
}

.rh-section__lead--narrow {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.rh-section__lead a {
  color: var(--rh-accent);
  text-decoration: none;
  font-weight: 500;
}

.rh-section__lead a:hover {
  text-decoration: underline;
}

.rh-section__subtitle {
  margin: -4px 0 32px;
  font-size: 0.9375rem;
  color: var(--rh-muted);
  max-width: 640px;
  line-height: 1.55;
}

.rh-mini-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .rh-mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.rh-mini-card {
  padding: 18px 18px 16px;
  border-radius: var(--uba-radius-md);
  background: var(--rh-card);
  border: 1px solid var(--rh-line);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.rh-mini-card__title {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}

.rh-mini-card__text {
  margin: 0;
  font-size: 0.875rem;
  color: var(--rh-muted);
  line-height: 1.5;
}

.rh-pillar-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .rh-pillar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.rh-pillar {
  padding: 22px 20px;
  border-radius: var(--uba-radius-lg);
  background: var(--rh-card);
  border: 1px solid var(--rh-line);
  box-shadow: var(--uba-shadow-card, 0 6px 28px rgba(17, 17, 17, 0.07));
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.rh-pillar:hover {
  box-shadow: var(--uba-shadow-hover);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .rh-pillar:hover {
    transform: none;
  }
}

.rh-pillar__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.rh-pillar__text {
  margin: 0;
  font-size: 0.9rem;
  color: var(--rh-muted);
  line-height: 1.55;
}

.rh-note {
  margin: 28px 0 0;
  padding: 16px 18px;
  font-size: 0.875rem;
  color: var(--rh-muted);
  line-height: 1.55;
  background: rgba(0, 113, 227, 0.06);
  border-radius: 10px;
  border-left: 3px solid var(--rh-accent);
}

.rh-section--modules .rh-section__title,
.rh-section--modules .rh-section__lead {
  text-align: center;
}

.rh-module-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .rh-module-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.rh-module-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 20px 20px;
  border-radius: var(--uba-radius-lg);
  background: var(--rh-card);
  border: 1px solid var(--rh-line);
  box-shadow: var(--uba-shadow-card);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.rh-module-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--rh-module-accent);
  opacity: 1;
}

.rh-module-card:hover {
  box-shadow: var(--uba-shadow-hover);
  transform: translateY(-3px);
  border-color: rgba(10, 132, 255, 0.22);
}

@media (prefers-reduced-motion: reduce) {
  .rh-module-card:hover {
    transform: none;
  }
}

.rh-module-card__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 8px 0 10px;
  letter-spacing: -0.02em;
}

.rh-module-card__text {
  flex: 1;
  margin: 0 0 18px;
  font-size: 0.875rem;
  color: var(--rh-muted);
  line-height: 1.55;
}

.rh-module-card__cta {
  align-self: flex-start;
  margin-top: auto;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--rh-text);
  text-decoration: none;
  padding: 10px 16px;
  border-radius: var(--uba-radius-pill);
  border: 1px solid var(--rh-line-strong);
  background: var(--rh-bg-soft);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.rh-module-card__cta:hover {
  background: #fff;
  border-color: rgba(10, 132, 255, 0.35);
}

.rh-bridge {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.rh-bridge__text {
  margin: 0 0 24px;
  font-size: 1rem;
  color: var(--rh-muted);
  line-height: 1.6;
}

.rh-bridge__text a {
  color: var(--rh-accent);
  text-decoration: none;
  font-weight: 500;
}

.rh-bridge__text a:hover {
  text-decoration: underline;
}

.rh-bridge__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.rh-branch-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .rh-branch-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.rh-branch-card {
  padding: 22px 20px;
  border-radius: var(--uba-radius-lg);
  background: var(--rh-card);
  border: 1px solid var(--rh-line);
  box-shadow: var(--uba-shadow-card);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.rh-branch-card:hover {
  box-shadow: var(--uba-shadow-hover);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .rh-branch-card:hover {
    transform: none;
  }
}

.rh-branch-card__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
}

.rh-branch-card__loc {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--rh-muted);
  line-height: 1.45;
}

.rh-branch-card__note {
  margin: 0;
  font-size: 0.75rem;
  color: var(--rh-muted2);
  line-height: 1.45;
  padding: 8px 10px;
  background: var(--rh-bg-soft);
  border-radius: 8px;
  border: 1px solid var(--rh-line);
}

.rh-branch-card__phone {
  margin: 4px 0 0;
  font-size: 0.9375rem;
  font-weight: 600;
}

.rh-branch-card__phone a {
  color: var(--rh-text);
  text-decoration: none;
}

.rh-branch-card__phone a:hover {
  color: var(--rh-accent);
}

.rh-branch-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.rh-closing {
  padding: 64px 0 80px;
}

.rh-closing__box {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 28px;
  border-radius: var(--uba-radius-lg);
  background: var(--rh-bg-soft);
  border: 1px solid var(--rh-line);
  box-shadow: var(--uba-shadow-card);
}

.rh-closing__title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: -0.03em;
}

.rh-closing__text {
  margin: 0 0 24px;
  font-size: 0.9375rem;
  color: var(--rh-muted);
  line-height: 1.55;
}

.rh-closing__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* Butonlar */
.rh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 980px;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: opacity 0.2s, transform 0.15s;
}

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

.rh-btn--primary {
  background: var(--rh-text);
  color: #fff;
}

.rh-btn--primary:hover {
  opacity: 0.88;
}

.rh-btn--secondary {
  background: #fff;
  color: var(--rh-text);
  border-color: var(--rh-line-strong);
}

.rh-btn--secondary:hover {
  background: var(--rh-bg-soft);
}

.rh-btn--wa {
  background: var(--rh-wa);
  color: #fff;
}

.rh-btn--wa:hover {
  filter: brightness(1.06);
}

.rh-btn--small {
  padding: 9px 14px;
  font-size: 0.8125rem;
  border-radius: var(--uba-radius-pill);
}

/* Makale sayfaları */
.rh-article-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 20px 80px;
}

.rh-article-wrap h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.55rem, 4vw, 2rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
}

.rh-article-lead {
  font-size: 1.05rem;
  color: var(--rh-muted);
  margin: 0 0 28px;
}

.rh-prose h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  margin: 2rem 0 0.75rem;
}

.rh-prose p {
  margin: 0 0 1rem;
}

.rh-prose ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

.rh-hub-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

@media (min-width: 640px) {
  .rh-hub-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.rh-hub-card {
  display: block;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid var(--rh-line);
  background: var(--rh-card);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s, border-color 0.2s;
}

.rh-hub-card:hover {
  border-color: rgba(0, 113, 227, 0.35);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
}

.rh-hub-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
}

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

.rh-funnel-cta {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--rh-line);
}

.rh-funnel-cta__card {
  padding: 24px;
  border-radius: var(--uba-radius-lg);
  background: var(--rh-bg-soft);
  border: 1px solid var(--rh-line);
  box-shadow: var(--uba-shadow-card);
}

.rh-funnel-cta__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  margin: 0 0 10px;
}

.rh-funnel-cta__text {
  margin: 0 0 18px;
  color: var(--rh-muted);
  font-size: 0.95rem;
}

.rh-funnel-cta__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Footer */
.rh-root-footer {
  border-top: 1px solid var(--rh-line);
  background: var(--rh-card);
  padding: clamp(28px, 5vw, 40px) 22px clamp(36px, 6vw, 48px);
  margin-top: 0;
}

.rh-root-footer__inner {
  max-width: var(--uba-container-max, 1120px);
  margin: 0 auto;
}

.rh-root-footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 10px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  max-width: 52rem;
}

.rh-root-footer__nav a {
  white-space: nowrap;
  color: var(--rh-muted);
  text-decoration: none;
}

.rh-root-footer__nav a:hover {
  color: var(--rh-accent);
}

.rh-root-footer__sep {
  color: var(--rh-line-strong);
  user-select: none;
}

.rh-root-footer__copy {
  margin: 20px 0 0;
  font-size: 0.75rem;
  color: var(--rh-muted2);
  text-align: center;
}

.rh-root-footer__copy a {
  color: inherit;
}

/* ——— Landing içerik sayfaları (LGS / YKS / program) ——— */
.rh-landing {
  overflow-x: hidden;
}

.rh-landing-hero {
  padding-top: 32px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .rh-landing-hero {
    padding-top: 40px;
    padding-bottom: 56px;
  }
}

.rh-landing-hero__inner {
  max-width: 40rem;
}

.rh-landing-hero__title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.75rem, 4.5vw, 2.25rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin: 0 0 14px;
  color: var(--rh-text);
}

.rh-landing-hero__lead {
  margin: 0;
  font-size: 1.0625rem;
  color: var(--rh-muted);
  line-height: 1.55;
  max-width: 36rem;
}

.rh-content-shell {
  padding-bottom: clamp(48px, 8vw, 88px);
}

.rh-prose--landing {
  max-width: 40rem;
  margin: 0 auto;
  padding: 0 4px;
}

.rh-article-block {
  margin-bottom: clamp(40px, 6vw, 56px);
}

.rh-prose--landing .rh-article-block:first-child h2 {
  margin-top: 0;
}

.rh-prose--landing h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  margin: 0 0 12px;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.rh-prose--landing p {
  margin: 0 0 14px;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--rh-text);
}

.rh-prose--landing p:last-child {
  margin-bottom: 0;
}

.rh-tight-list {
  margin: 16px 0 0;
  padding-left: 1.15rem;
  color: var(--rh-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.rh-tight-list li {
  margin-bottom: 8px;
}

.rh-tight-list li:last-child {
  margin-bottom: 0;
}

.rh-section__lead--hub-intro {
  max-width: 40rem;
}

.rh-system-footnote {
  margin: 28px 0 0;
  padding: 18px 20px;
  font-size: 0.9375rem;
  color: var(--rh-muted);
  line-height: 1.55;
  background: var(--rh-bg-soft);
  border-radius: var(--uba-radius-md);
  border: 1px solid var(--rh-line);
  text-align: center;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.rh-branch-card__desc {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--rh-muted);
  line-height: 1.45;
}

/* Orta CTA */
.rh-mid-cta {
  margin: clamp(36px, 6vw, 48px) 0;
}

.rh-mid-cta__card {
  padding: 28px 24px;
  border-radius: var(--uba-radius-lg);
  background: linear-gradient(165deg, rgba(10, 132, 255, 0.06) 0%, var(--rh-card) 45%);
  border: 1px solid var(--rh-line);
  box-shadow: var(--uba-shadow-card);
  text-align: center;
}

.rh-mid-cta__title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  margin: 0 0 10px;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.rh-mid-cta__text {
  margin: 0 0 18px;
  font-size: 0.94rem;
  color: var(--rh-muted);
  line-height: 1.55;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

/* Kurum geçişi */
.rh-kurum-transition {
  margin: clamp(40px, 6vw, 56px) 0;
  padding: 28px 22px;
  border-radius: var(--uba-radius-lg);
  background: var(--rh-bg-soft);
  border: 1px solid var(--rh-line);
  text-align: center;
}

.rh-kurum-transition__title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.15rem, 2.8vw, 1.35rem);
  margin: 0 0 12px;
  letter-spacing: -0.03em;
}

.rh-kurum-transition__text {
  margin: 0;
  font-size: 0.95rem;
  color: var(--rh-muted);
  line-height: 1.6;
  max-width: 36rem;
  margin-inline: auto;
}

/* İlgili içerikler */
.rh-related {
  margin: clamp(40px, 6vw, 56px) 0;
}

.rh-related__title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.25rem);
  margin: 0 0 18px;
  letter-spacing: -0.03em;
  text-align: center;
}

.rh-related__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .rh-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .rh-related__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.rh-related__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 20px 18px;
  border-radius: var(--uba-radius-lg);
  border: 1px solid var(--rh-line);
  background: var(--rh-card);
  box-shadow: var(--uba-shadow-card);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.rh-related__card:hover {
  box-shadow: var(--uba-shadow-hover);
  transform: translateY(-2px);
  border-color: rgba(10, 132, 255, 0.22);
}

@media (prefers-reduced-motion: reduce) {
  .rh-related__card:hover {
    transform: none;
  }
}

.rh-related__card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.rh-related__card-text {
  font-size: 0.875rem;
  color: var(--rh-muted);
  line-height: 1.5;
  flex: 1;
}

.rh-related__card-cta {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--rh-accent);
  margin-top: 4px;
}

/* Final şube — dört şube aynı kart dili */
.rh-final-branches {
  margin: clamp(40px, 6vw, 56px) 0 0;
  padding-top: clamp(32px, 5vw, 44px);
  border-top: 1px solid var(--rh-line);
}

.rh-final-branches__title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.15rem, 2.8vw, 1.4rem);
  margin: 0 0 22px;
  letter-spacing: -0.03em;
  text-align: center;
}

.rh-final-branches__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  max-width: var(--uba-container-max, 1120px);
  margin: 0 auto;
}

@media (min-width: 520px) {
  .rh-final-branches__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .rh-final-branches__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.rh-final-branch-card {
  padding: 22px 20px;
  border-radius: var(--uba-radius-lg);
  border: 1px solid var(--rh-line);
  background: var(--rh-card);
  box-shadow: var(--uba-shadow-card);
}

.rh-final-branch-card__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.rh-final-branch-card__note {
  margin: 0 0 12px;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--rh-muted);
}

.rh-final-branch-card__phone {
  margin: 0 0 14px;
  font-size: 0.9375rem;
  font-weight: 600;
}

.rh-final-branch-card__phone a {
  color: var(--rh-text);
  text-decoration: none;
}

.rh-final-branch-card__phone a:hover {
  color: var(--rh-accent);
}

.rh-final-branch-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rh-bridge__ctas:only-child .rh-btn,
.rh-bridge__ctas .rh-btn:only-child {
  margin-inline: auto;
}
