/* Inner pages */
.page-inner .page-main {
  padding-top: var(--header-h);
  min-height: 100vh;
}

.page-banner {
  padding: 2rem 0 1.75rem;
  border-bottom: 1px solid var(--border);
  background: var(--navy-mid);
}
.page-banner h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 600;
  margin-top: 0.5rem;
  line-height: 1.15;
}
.page-banner .section-desc {
  margin-top: 0.85rem;
  max-width: 56ch;
  color: var(--muted);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--muted);
}
.breadcrumb a {
  color: var(--gold);
  transition: color 0.2s;
}
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb span:last-child { color: var(--text); }

.page-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 3rem;
  padding: 3rem 0 5rem;
  align-items: start;
}

.service-nav-panel {
  position: sticky;
  top: calc(var(--header-h) + 1.5rem);
}
.service-nav-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-bottom: 1rem;
}
.service-nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}
.service-nav a {
  padding: 0.65rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  color: var(--muted);
  border: 1px solid transparent;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.service-nav a:hover,
.service-nav a.active {
  background: var(--gold-dim);
  color: var(--gold-light);
  border-color: rgba(212, 168, 83, 0.25);
}
.back-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
}
.back-link:hover { color: var(--gold); }

.service-detail { min-width: 0; }

.service-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}
.service-intro .service-subtitle {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 55ch;
  margin: 0;
}

.service-hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 3rem;
}
.service-hero-img {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 16/10;
}
.service-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-hero-text h1 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  line-height: 1.15;
  margin-bottom: 0.75rem;
}
.service-subtitle {
  color: var(--muted);
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.service-body {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2.5rem;
  align-items: start;
}
.service-content p {
  color: var(--muted);
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.75;
}
.service-sidebar {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  position: sticky;
  top: calc(var(--header-h) + 1.5rem);
}
.service-sidebar h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin-bottom: 1.25rem;
}
.benefits-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-bottom: 0.85rem;
  font-size: 0.9rem;
  color: var(--text);
}
.benefits-list svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--gold);
  margin-top: 2px;
}
.service-sidebar .btn { margin-top: 1.25rem; }

.not-found {
  padding: 3rem;
  text-align: center;
  color: var(--muted);
}

/* Kurumsal & hizmet foto hero */
.corp-photo-hero,
.service-photo-hero {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 2rem;
  border: 1px solid var(--border);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.45);
  min-height: 280px;
  max-height: 420px;
}
.corp-photo-hero-sm { max-height: 340px; min-height: 220px; }
.corp-photo-hero img,
.service-photo-hero img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.corp-photo-hero-sm img { min-height: 220px; max-height: 340px; }
.corp-photo-overlay,
.service-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 20, 38, 0.88) 0%, rgba(7, 20, 38, 0.4) 50%, transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 2rem;
}
.corp-photo-overlay h1,
.corp-photo-overlay h2,
.service-photo-overlay h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  color: #fff;
  max-width: 18ch;
  line-height: 1.15;
  margin: 0;
}
.service-tagline {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.4rem 0.9rem;
  background: var(--gold-dim);
  border: 1px solid rgba(212, 168, 83, 0.3);
  border-radius: 6px;
  font-size: 0.85rem;
  font-style: italic;
  color: var(--gold-light);
}
.corp-block { padding: 4rem 0; }
.corp-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3rem;
  align-items: start;
}
.corp-visual {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}
.corp-visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.corp-text h2 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: var(--gold-light);
}
.corp-text h3 { font-size: 1.1rem; margin: 1.5rem 0 0.5rem; }
.corp-text p { color: var(--muted); line-height: 1.75; }
.corp-cta-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
  padding-bottom: 3rem;
}

@media (max-width: 900px) {
  .page-layout { grid-template-columns: 1fr; }
  .service-nav-panel {
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
  }
  .service-nav {
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    margin-bottom: 0;
  }
  .service-hero,
  .service-body { grid-template-columns: 1fr; }
  .service-sidebar { position: static; }
  .corp-split { grid-template-columns: 1fr; }
}
