/* ================================================
   hizmet-detay.css — Hizmet Detay Sayfası Stilleri
================================================ */

/* ---- Hero ---- */
.srvd-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: center;
  background-color: var(--brand-primary);
  padding-top: 80px;
  overflow: hidden;
  border-bottom: 2px solid var(--brand-accent);
}
.srvd-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.45;
  z-index: 0;
}
.srvd-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000000;
    opacity: 0.3;
}
.srvd-hero-content {
  position: relative;
  z-index: 10;
  padding: 36px 0 24px;
  width: 100%;
  max-width: 880px;
}

.srvd-hero-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}
.srvd-hero-chip {
  border: 1px solid rgba(255,255,255,0.28);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
}
.srvd-hero-title {
  max-width: 760px;
  margin-bottom: 14px;
}
.srvd-hero-subtitle {
  max-width: 720px;
  color: rgba(255,255,255,0.86);
  line-height: 1.85;
  margin-bottom: 22px;
}
.srvd-hero-nav {
  gap: 10px;
}
.srvd-hero-nav .btn {
  padding: 10px 18px;
  font-size: 11px;
}
.srvd-hero-next {
  background-color: var(--brand-accent);
  border-color: var(--brand-accent);
  color: #fff;
}
@media (max-width: 640px) {
  .srvd-intro-panel { grid-template-columns: 1fr; }
}

.srvd-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono-family);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  margin-bottom: 24px;
}
.srvd-breadcrumb a {
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  transition: color 0.2s ease;
}
.srvd-breadcrumb a:hover { color: var(--muted-gold); }
.srvd-breadcrumb-sep { color: rgba(255,255,255,0.2); }
.srvd-breadcrumb-current { color: rgba(255,255,255,0.7); }

/* ---- Main Layout ---- */
.srvd-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 1024px) {
  .srvd-body {
    grid-template-columns: 1fr 340px;
    gap: 0;
  }
}

.srvd-main { padding: 52px 36px 52px 0; }
@media (max-width: 1023px) { .srvd-main { padding: 40px 0; } }

.srvd-intro-panel {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  border: 1px solid rgba(15,31,56,0.12);
  border-radius: 8px;
  background: linear-gradient(140deg, #ffffff 0%, #f7f9fd 100%);
  padding: 20px;
  margin-bottom: 24px;
}
.srvd-intro-icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(196,155,85,0.15);
  color: var(--brand-primary);
}
.srvd-intro-icon .material-symbols-outlined { font-size: 28px; }
.srvd-intro-kicker {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--brand-accent);
  font-weight: 700;
  margin-bottom: 6px;
}
.srvd-intro-copy h2 {
  font-size: 22px;
  color: var(--brand-primary);
  margin: 0 0 8px;
  font-weight: 700;
}
.srvd-intro-copy p {
  color: rgba(15,31,56,0.72);
  margin: 0;
  line-height: 1.7;
}

/* ---- Lead & Body Text ---- */
.srvd-lead {
  font-size: 18px;
  line-height: 1.75;
  color: var(--brand-primary);
  margin-bottom: 30px;
  font-weight: 500;
  border-left: 3px solid var(--brand-accent);
  padding-left: 20px;
}
[dir="rtl"] .srvd-lead { border-left: none; border-right: 3px solid var(--brand-accent); padding-left: 0; padding-right: 20px; }

.srvd-body-text {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(15,31,56,0.8);
  margin-bottom: 40px;
}

/* ---- Feature List ---- */
.srvd-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 40px 0;
}
@media (max-width: 639px) { .srvd-features { grid-template-columns: 1fr; } }

.srvd-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(15,31,56,0.08);
  background-color: #fcfcfc;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.srvd-feature-item:hover { border-color: var(--brand-accent); background-color: #fff; }
.srvd-feature-icon {
  color: var(--brand-accent);
  flex-shrink: 0;
  margin-top: 2px;
}
.srvd-feature-icon .material-symbols-outlined { font-size: 20px; }
.srvd-feature-text {
  font-family: var(--font-body-family);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--brand-primary);
  font-weight: 600;
  line-height: 1.4;
}

/* ---- Process Steps ---- */
.srvd-process { margin: 48px 0; }
.srvd-process-title {
  font-family: var(--font-body-family);
  font-size: 12px;
  font-weight: 700;
  color: var(--brand-accent);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.srvd-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(15,31,56,0.08);
  transition: padding-left 0.25s ease;
}
.srvd-step:hover { padding-left: 8px; }
[dir="rtl"] .srvd-step:hover { padding-left: 0; padding-right: 8px; }
.srvd-step:last-child { border-bottom: none; }
.srvd-step-num {
  font-family: var(--font-h-family);
  font-size: 28px;
  font-weight: 900;
  color: rgba(15,31,56,0.12);
  line-height: 1;
  min-width: 36px;
  transition: color 0.25s ease;
}
.srvd-step:hover .srvd-step-num { color: var(--brand-accent); }
.srvd-step-body {}
.srvd-step-name {
  font-family: var(--font-h-family);
  font-size: 16px;
  font-weight: 700;
  color: var(--brand-primary);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}
.srvd-step-desc {
  font-size: 14px;
  color: rgba(15,31,56,0.7);
  line-height: 1.6;
}

/* ---- Sidebar ---- */
.srvd-sidebar {
  background-color: var(--brand-primary);
  padding: 56px 36px;
  position: sticky;
  top: 0;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1023px) {
  .srvd-sidebar {
    position: static;
    padding: 40px 24px;
  }
}

.srvd-sidebar-title {
  font-family: var(--font-body-family);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--brand-accent);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
}

/* Service nav list */
.srvd-nav-list { display: flex; flex-direction: column; gap: 2px; }
.srvd-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background-color: rgba(255,255,255,0.04);
  border-left: 2px solid transparent;
  text-decoration: none;
  transition: all 0.25s ease;
  gap: 12px;
}
[dir="rtl"] .srvd-nav-item { border-left: none; border-right: 2px solid transparent; }
.srvd-nav-item:hover, .srvd-nav-item.active {
  background-color: rgba(255,255,255,0.08);
  border-left-color: var(--brand-accent);
}
[dir="rtl"] .srvd-nav-item:hover,
[dir="rtl"] .srvd-nav-item.active { border-left-color: transparent; border-right-color: var(--brand-accent); }
.srvd-nav-item-text {
  font-family: var(--font-h-family);
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.3;
  transition: color 0.25s ease;
}
.srvd-nav-item:hover .srvd-nav-item-text,
.srvd-nav-item.active .srvd-nav-item-text { color: white; }
.srvd-nav-item-num {
  font-family: var(--font-mono-family);
  font-size: 10px;
  color: rgba(255,255,255,0.2);
  flex-shrink: 0;
}
.srvd-nav-item.active .srvd-nav-item-num { color: var(--brand-accent); }

/* Quick contact box */
.srvd-contact-box {
  background-color: rgba(196,155,85,0.08);
  border: 1px solid rgba(196,155,85,0.2);
  padding: 24px;
}
.srvd-contact-box p {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  margin-bottom: 16px;
}

/* ---- Related Services ---- */
.srvd-related { background-color: var(--surface); }
.srvd-related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
}
@media (min-width: 768px) { .srvd-related-grid { grid-template-columns: repeat(4, 1fr); } }
.srvd-related-card {
  background-color: white;
  border: 1px solid rgba(15,31,56,0.1);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-top: 3px solid transparent;
}
.srvd-related-card:hover { border-top-color: var(--brand-accent); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.srvd-related-icon { color: var(--brand-primary); transition: color 0.3s ease; }
.srvd-related-icon .material-symbols-outlined { font-size: 28px; }
.srvd-related-card:hover .srvd-related-icon { color: var(--brand-accent); }
.srvd-related-num { font-family: var(--font-body-family); font-size: 11px; font-weight: 700; color: var(--brand-accent); letter-spacing: 0.12em; }
.srvd-related-title { font-family: var(--font-h-family); font-size: 14px; font-weight: 700; color: var(--brand-primary); text-transform: uppercase; letter-spacing: 0.03em; line-height: 1.3; }
