/* =========================================
   HİZMET DETAY SAYFALARI — PAYLAŞILAN STİLLER
   ========================================= */

/* --- Breadcrumb --- */
.breadcrumb ol {
  display: flex; gap: 8px; list-style: none;
  font-size: 0.85rem; color: var(--text-muted); margin-bottom: 16px;
}
.breadcrumb li + li::before { content: "›"; margin-right: 8px; color: var(--accent-soft); }
.breadcrumb a { color: var(--accent-soft); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold); }

/* --- Sayfa Hero --- */
.page-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 64px;
  overflow: hidden;
  margin-top: 76px;
}
.page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,13,26,0.85) 0%, rgba(6,13,26,0.3) 60%, transparent 100%);
}
.page-hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.35);
  transform: scale(1.04);
  transition: transform 8s ease;
}
.page-hero:hover .page-hero-bg { transform: scale(1); }
.page-hero-content {
  position: relative; z-index: 2;
  max-width: 720px; padding-top: 64px;
}
.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: var(--white); line-height: 1.15;
  margin: 12px 0 16px;
}
.page-hero-title em { font-style: italic; color: var(--gold-light); }
.page-hero-desc { font-size: 1.05rem; color: rgba(255,255,255,0.75); max-width: 560px; line-height: 1.7; }

.hero-meta {
  display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.82rem; font-weight: 600;
  color: var(--text-light);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px; padding: 6px 14px;
  backdrop-filter: blur(8px);
}
.hero-badge svg { color: var(--gold); }

/* --- İçerik Genel --- */
.hd-section { padding: 72px 0; }
.hd-section--alt { background: var(--dark-3); }
.hd-section--dark { background: var(--dark-2); }

/* --- Giriş İçerik Grid --- */
.hd-intro-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 56px;
  align-items: start;
}
.hd-intro-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  color: var(--white); margin-bottom: 18px; line-height: 1.3;
}
.hd-intro-text h2 em { font-style: italic; color: var(--gold-light); }
.hd-intro-text p {
  font-size: 0.97rem; color: var(--text-muted);
  line-height: 1.85; margin-bottom: 14px;
}
.hd-intro-text p strong { color: var(--text-light); }

/* Konu listesi */
.hd-topics {
  display: flex; flex-direction: column; gap: 10px; margin-top: 24px;
}
.hd-topic-item {
  display: flex; align-items: flex-start; gap: 12px;
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm); padding: 14px 18px;
  transition: border-color 0.25s, transform 0.25s;
}
.hd-topic-item:hover { border-color: rgba(74,144,217,0.35); transform: translateX(4px); }
.hd-topic-icon {
  width: 36px; height: 36px; flex-shrink: 0;
  background: rgba(74,144,217,0.1); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent-soft); font-size: 1rem;
}
.hd-topic-body strong { display: block; font-size: 0.93rem; color: var(--white); margin-bottom: 2px; }
.hd-topic-body span { font-size: 0.83rem; color: var(--text-muted); line-height: 1.5; }

/* Yan info kartı */
.hd-side-card {
  background: linear-gradient(135deg, rgba(26,74,122,0.5) 0%, rgba(13,45,80,0.65) 100%);
  border: 1px solid rgba(74,144,217,0.25);
  border-radius: var(--radius-lg); padding: 32px 28px;
  position: sticky; top: 96px;
}
.hd-side-card h3 {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 20px;
}
.hd-side-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.hd-side-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.9rem; color: var(--text-muted); line-height: 1.5;
}
.hd-side-list li::before {
  content: '✓'; color: var(--accent); font-weight: 700;
  font-size: 0.9rem; flex-shrink: 0; margin-top: 1px;
}
.hd-side-divider {
  height: 1px; background: var(--glass-border); margin: 20px 0;
}
.hd-side-cta { margin-top: 20px; }
.hd-side-cta a {
  display: block; text-align: center;
  padding: 13px 20px; border-radius: var(--radius-xl);
  font-weight: 600; font-size: 0.95rem;
  transition: var(--transition);
}
.hd-side-cta a + a { margin-top: 10px; }
.hd-side-wa {
  background: rgba(37,211,102,0.12);
  border: 1px solid rgba(37,211,102,0.3);
  color: #25d366 !important;
  display: flex !important; align-items: center; justify-content: center; gap: 8px;
}
.hd-side-wa:hover { background: rgba(37,211,102,0.2) !important; }

/* --- Kimler İçin Bölümü --- */
.hd-for-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 48px;
}
.hd-for-card {
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: var(--radius-md); padding: 28px 24px;
  transition: border-color 0.25s, transform 0.25s;
}
.hd-for-card:hover { border-color: rgba(200,169,110,0.35); transform: translateY(-4px); }
.hd-for-num {
  font-family: var(--font-display);
  font-size: 2.8rem; font-weight: 700;
  color: rgba(74,144,217,0.18); line-height: 1;
  margin-bottom: 12px;
}
.hd-for-card h3 { font-size: 1rem; color: var(--white); margin-bottom: 8px; }
.hd-for-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.65; }

/* --- Süreç Adımları --- */
.hd-process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; margin-top: 48px; position: relative;
}
.hd-process-grid::before {
  content: '';
  position: absolute;
  top: 36px; left: calc(12.5% + 20px); right: calc(12.5% + 20px);
  height: 2px;
  background: linear-gradient(to right, var(--accent), var(--gold));
  opacity: 0.25;
}
.hd-process-step { text-align: center; padding: 0 8px; }
.hd-process-dot {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  border: 2px solid rgba(74,144,217,0.4);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  font-weight: 700; font-size: 1.1rem; color: var(--white);
  box-shadow: 0 0 0 6px rgba(74,144,217,0.08);
  position: relative; z-index: 1;
}
.hd-process-step h3 { font-size: 0.95rem; color: var(--white); margin-bottom: 8px; }
.hd-process-step p { font-size: 0.83rem; color: var(--text-muted); line-height: 1.6; }

/* --- Yaklaşımlar --- */
.hd-approach-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 20px; margin-top: 48px;
}
.hd-approach-item {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: var(--radius-md); padding: 24px 22px;
  transition: border-color 0.25s;
}
.hd-approach-item:hover { border-color: rgba(74,144,217,0.3); }
.hd-approach-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: rgba(74,144,217,0.1); border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent-soft);
}
.hd-approach-item h3 { font-size: 0.95rem; color: var(--white); margin-bottom: 6px; }
.hd-approach-item p { font-size: 0.86rem; color: var(--text-muted); line-height: 1.65; }

/* --- SSS --- */
.hd-faq-list {
  max-width: 820px; margin: 48px auto 0;
  display: flex; flex-direction: column; gap: 12px;
}
.hd-faq-item {
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: var(--radius-md); overflow: hidden;
  transition: border-color 0.25s;
}
.hd-faq-item[open] { border-color: rgba(74,144,217,0.4); }
.hd-faq-q {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; font-size: 0.97rem; font-weight: 600;
  color: var(--white); cursor: pointer; list-style: none; gap: 16px;
  user-select: none;
}
.hd-faq-q::-webkit-details-marker { display: none; }
.hd-faq-q::after {
  content: '+'; font-size: 1.4rem; color: var(--accent);
  flex-shrink: 0; transition: transform 0.3s; line-height: 1;
}
.hd-faq-item[open] .hd-faq-q::after { transform: rotate(45deg); color: var(--gold); }
.hd-faq-a {
  padding: 0 24px 20px;
  border-top: 1px solid var(--glass-border);
}
.hd-faq-a p {
  font-size: 0.93rem; color: var(--text-muted);
  line-height: 1.8; padding-top: 16px;
}

/* --- CTA Bölümü --- */
.hd-cta-section {
  padding: 64px 0;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--dark-3) 100%);
}
.hd-cta-box {
  display: flex; align-items: center;
  justify-content: space-between; gap: 32px;
  flex-wrap: wrap;
}
.hd-cta-box h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: var(--white); margin-bottom: 10px;
}
.hd-cta-box p { font-size: 0.97rem; color: rgba(255,255,255,0.65); max-width: 500px; line-height: 1.7; }
.hd-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }
.btn-outline-light {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border: 2px solid rgba(255,255,255,0.3);
  border-radius: var(--radius-xl); color: var(--white);
  font-size: 0.95rem; font-weight: 600;
  font-family: var(--font-main); background: transparent;
  cursor: pointer; transition: var(--transition); text-decoration: none;
}
.btn-outline-light:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); }

/* --- Diğer Hizmetler --- */
.hd-other-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 18px; margin-top: 40px;
}
.hd-other-card {
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: var(--radius-md); padding: 22px 20px;
  text-align: center; transition: border-color 0.25s, transform 0.25s;
}
.hd-other-card:hover { border-color: rgba(74,144,217,0.35); transform: translateY(-3px); }
.hd-other-icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(74,144,217,0.1);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px; color: var(--accent-soft);
}
.hd-other-card h3 { font-size: 0.9rem; color: var(--white); margin-bottom: 10px; line-height: 1.4; }
.hd-other-card a {
  font-size: 0.82rem; color: var(--accent-soft);
  font-weight: 600; transition: color 0.2s;
}
.hd-other-card a:hover { color: var(--gold); }


/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 1100px) {
  .hd-intro-grid { grid-template-columns: 1fr 320px; gap: 36px; }
  .hd-for-grid { grid-template-columns: repeat(2, 1fr); }
  .hd-other-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hd-intro-grid { grid-template-columns: 1fr; }
  .hd-side-card { position: static; }
  .hd-process-grid { grid-template-columns: repeat(2, 1fr); }
  .hd-process-grid::before { display: none; }
  .hd-approach-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .page-hero { min-height: 280px; padding-bottom: 44px; }
  .page-hero-title { font-size: clamp(1.7rem, 6vw, 2.2rem); }
  .hd-section { padding: 52px 0; }
  .hd-for-grid { grid-template-columns: 1fr; }
  .hd-process-grid { grid-template-columns: 1fr; }
  .hd-other-grid { grid-template-columns: 1fr 1fr; }
  .hd-cta-box { flex-direction: column; text-align: center; }
  .hd-cta-actions { justify-content: center; }
  .hero-meta { gap: 8px; }
}
