/* ═══════════════════════════════════════════════════
   HİZMET SAYFASI — SHARED STYLES v20
   Uses style.css variables (loaded before this file)
═══════════════════════════════════════════════════ */

/* Hizmet sayfası page header */
.page-hero {
  background: var(--navy);
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative; overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.page-hero::before {
  content: '';
  position: absolute; top: -100px; right: -80px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,165,90,.1) 0%, transparent 65%);
  pointer-events: none;
}
.page-hero__kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.page-hero__kicker .kicker__line { width: 28px; height: 2px; background: var(--gold-grad, linear-gradient(135deg,#C9A55A,#F5DFA0)); flex-shrink: 0; }
.page-hero__kicker .kicker__text { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold, #C9A55A); }
.page-hero__title {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: clamp(30px, 4vw, 52px); font-weight: 700;
  color: #fff; line-height: 1.1; margin-bottom: 14px;
}
.page-hero__title em { font-style: italic; font-weight: 400; color: #E8C97A; }
.page-hero__lead { font-size: 16px; line-height: 1.8; color: rgba(255,255,255,.65); max-width: 520px; }

/* Service detail layout */
.svc-detail {
  max-width: 1280px; margin: 0 auto; padding: 72px 56px;
  display: grid; grid-template-columns: 1fr 360px; gap: 64px; align-items: start;
}
.svc-detail__main {}
.svc-detail__sidebar {}

/* Content styles */
.content-block { margin-bottom: 48px; }
.content-block h2 {
  font-family: 'Playfair Display', serif; font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 600; color: #0A0E17; margin-bottom: 16px; line-height: 1.2;
}
.content-block h3 {
  font-family: 'Playfair Display', serif; font-size: 22px;
  font-weight: 600; color: #0A0E17; margin-bottom: 12px;
}
.content-block p { font-size: 15px; line-height: 1.85; color: #6B6560; margin-bottom: 16px; }
.content-block ul { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.content-block ul li {
  font-size: 14px; font-weight: 500; color: #6B6560;
  display: flex; align-items: flex-start; gap: 10px; line-height: 1.6;
}
.content-block ul li::before {
  content: '';
  width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; margin-top: 1px;
  background: linear-gradient(135deg, #B8922A 0%, #E8C97A 50%, #D4A840 100%);
  display: flex; align-items: center; justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233A2200' stroke-width='2.5'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 12px; background-repeat: no-repeat; background-position: center;
}

/* Sidebar card */
.sidebar-cta {
  background: var(--navy, #0B1D38);
  border-radius: 20px; padding: 36px 28px; position: sticky; top: 160px;
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
}
.sidebar-cta__title {
  font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 600;
  color: #fff; margin-bottom: 8px;
}
.sidebar-cta__sub { font-size: 13.5px; color: rgba(255,255,255,.55); margin-bottom: 28px; line-height: 1.6; }
.sidebar-cta__btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: 16px;
  background: linear-gradient(135deg, #B8922A 0%, #E8C97A 35%, #F5DFA0 55%, #D4A840 75%, #A07820 100%);
  color: #3A2200; font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 700; border: none; border-radius: 10px; cursor: pointer;
  box-shadow: 0 4px 18px rgba(201,165,90,.45), inset 0 1px 0 rgba(255,255,255,.3);
  transition: all .22s; text-decoration: none; margin-bottom: 12px;
}
.sidebar-cta__btn:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(201,165,90,.6); }
.sidebar-cta__btn svg { width: 18px; height: 18px; fill: #3A2200; }
.sidebar-cta__wa {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: 14px;
  background: #25D366; color: #fff;
  font-size: 14px; font-weight: 700; border: none; border-radius: 10px; cursor: pointer;
  transition: all .22s; text-decoration: none;
}
.sidebar-cta__wa:hover { background: #20bf5e; transform: translateY(-2px); }
.sidebar-cta__wa svg { width: 18px; height: 18px; fill: #fff; }
.sidebar-divider { border: none; border-top: 1px solid rgba(255,255,255,.08); margin: 24px 0; }
.sidebar-info { font-size: 12px; color: rgba(255,255,255,.4); line-height: 1.6; text-align: center; }

/* Feature grid in content */
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.feature-item {
  background: #F8F7F4; border: 1px solid #E2DDD4; border-radius: 14px;
  padding: 24px 20px; transition: border-color .2s, box-shadow .2s;
}
.feature-item:hover { border-color: #C9A55A; box-shadow: 0 8px 24px rgba(10,14,23,.07); }
.feature-item__icon { font-size: 28px; margin-bottom: 10px; }
.feature-item__title { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 600; color: #0A0E17; margin-bottom: 6px; }
.feature-item__text  { font-size: 13px; line-height: 1.7; color: #6B6560; }

/* Price table */
.price-note {
  background: linear-gradient(135deg, #FBF6EC, #FFF8EC);
  border: 1px solid rgba(201,165,90,.25);
  border-left: 4px solid #C9A55A;
  border-radius: 12px; padding: 20px 24px; margin-top: 24px;
}
.price-note__title { font-weight: 700; color: #0A0E17; margin-bottom: 6px; font-size: 14px; }
.price-note__text  { font-size: 13.5px; color: #6B6560; line-height: 1.7; }

/* Related services */
.related-services { margin-top: 32px; }
.related-title { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 14px; }
.related-link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px; color: rgba(255,255,255,.7); font-size: 13.5px; font-weight: 500;
  text-decoration: none; margin-bottom: 8px;
  transition: background .18s, color .18s, border-color .18s;
}
.related-link:hover { background: rgba(201,165,90,.1); border-color: rgba(201,165,90,.2); color: #E8C97A; }
.related-link svg { width: 14px; height: 14px; stroke: currentColor; fill: none; flex-shrink: 0; }

/* Footer in hizmet pages uses style.css footer classes */
.site-footer .footer-col-title {
  background: linear-gradient(135deg, #B8922A, #E8C97A, #D4A840);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

@media (max-width: 900px) {
  .svc-detail { grid-template-columns: 1fr; padding: 48px 24px; gap: 40px; }
  .sidebar-cta { position: static; }
  .feature-grid { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════
   HSV — HİZMET SAYFASI HERO + İÇERİK STİLLERİ v21
   Playfair Display + DM Sans — dark navy theme
════════════════════════════════════════════════════ */

/* ── Hizmet Hero (hsv-hero) ─────────────────────── */
.hsv-hero {
  background: var(--navy, #0B1D38);
  padding: 52px 0 56px;
  position: relative;
  overflow: hidden;
}
.hsv-hero::before {
  content: '';
  position: absolute; top: -100px; right: -80px;
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,165,90,.1) 0%, transparent 65%);
  pointer-events: none;
}
.hsv-hero__inner {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 52px;
  align-items: start;
}

/* ── Breadcrumb ─────────────────────────────────── */
.hsv-breadcrumb {
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
  font-size: 12.5px; font-weight: 500;
  color: rgba(255,255,255,.4); margin-bottom: 20px;
}
.hsv-breadcrumb a { color: rgba(255,255,255,.55); transition: color .15s; }
.hsv-breadcrumb a:hover { color: #E8C97A; }
.hsv-breadcrumb__sep { opacity: .3; }
.hsv-breadcrumb__cur { color: #E8C97A; font-weight: 600; }

/* ── Başlık ─────────────────────────────────────── */
.hsv-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 3.8vw, 48px);
  font-weight: 700; line-height: 1.1;
  color: #fff; margin-bottom: 18px;
  letter-spacing: -.3px;
}
.hsv-title span { font-style: normal; color: rgba(255,255,255,.7); font-weight: 400; }
.hsv-title em {
  display: inline;
  font-style: italic; font-weight: 400;
  background: linear-gradient(105deg, #B8922A 0%, #E8C97A 30%, #F5DFA0 50%, #D4A840 70%, #A07820 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ── Açıklama ───────────────────────────────────── */
.hsv-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 15.5px; line-height: 1.85;
  color: rgba(255,255,255,.65); margin-bottom: 24px; max-width: 500px;
}

/* ── Özellikler listesi ─────────────────────────── */
.hsv-features {
  list-style: none; padding: 0; margin: 0 0 32px;
  display: flex; flex-direction: column; gap: 10px;
}
.hsv-features li {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 500;
  color: rgba(255,255,255,.75);
  display: flex; align-items: flex-start; gap: 10px; line-height: 1.55;
}
.hsv-features li::before {
  content: '';
  width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; margin-top: 1px;
  background: linear-gradient(135deg, #B8922A 0%, #E8C97A 50%, #D4A840 100%);
  background-image:
    linear-gradient(135deg, #B8922A 0%, #E8C97A 50%, #D4A840 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233A2200' stroke-width='2.5'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-blend-mode: normal;
  background-size: 100%, 12px;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  box-shadow: 0 2px 8px rgba(201,165,90,.3);
}

/* ── CTA butonları ──────────────────────────────── */
.hsv-ctas {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.hsv-cta-wa {
  display: inline-flex; align-items: center; gap: 9px;
  background: #25D366; color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 700; padding: 13px 24px;
  border-radius: 8px; text-decoration: none;
  transition: background .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 4px 16px rgba(37,211,102,.3);
}
.hsv-cta-wa:hover { background: #20bf5e; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,.4); }
.hsv-cta-wa svg { width: 18px; height: 18px; fill: #fff; flex-shrink: 0; }
.hsv-cta-tel {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: rgba(255,255,255,.8);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 600; padding: 13px 22px;
  border-radius: 8px; text-decoration: none;
  border: 1.5px solid rgba(255,255,255,.2);
  transition: border-color .2s, color .2s, background .2s;
}
.hsv-cta-tel:hover { border-color: rgba(255,255,255,.5); color: #fff; background: rgba(255,255,255,.07); }

/* ── Form Kartı (sağ kolon) ─────────────────────── */
.hsv-form-card {
  background: rgba(8,16,32,.7);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(201,165,90,.2);
  border-radius: 18px;
  padding: 28px 26px;
  box-shadow: 0 8px 40px rgba(0,0,0,.35);
  position: sticky; top: 140px;
}
.hsv-form-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; font-weight: 800; letter-spacing: 2.5px;
  text-transform: uppercase; color: #E8C97A; margin-bottom: 8px;
}
.hsv-form-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 700; color: #fff;
  line-height: 1.2; margin-bottom: 22px;
}
.hsv-form-title em {
  font-style: italic; font-weight: 400;
  background: linear-gradient(105deg, #B8922A 0%, #E8C97A 40%, #F5DFA0 60%, #D4A840 80%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hsv-field { margin-bottom: 14px; }
.hsv-field label {
  display: block; font-family: 'DM Sans', sans-serif;
  font-size: 10px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase;
  color: rgba(255,255,255,.55); margin-bottom: 6px;
}
.hsv-field input {
  width: 100%; height: 48px; padding: 0 14px;
  background: rgba(255,255,255,.07);
  border: 1.5px solid rgba(255,255,255,.12);
  border-radius: 9px;
  font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500;
  color: #fff; outline: none;
  transition: border-color .18s, background .18s, box-shadow .18s;
}
.hsv-field input::placeholder { color: rgba(255,255,255,.25); font-weight: 400; }
.hsv-field input:focus {
  border-color: #C9A55A;
  background: rgba(201,165,90,.08);
  box-shadow: 0 0 0 3px rgba(201,165,90,.15);
}
.hsv-form-note {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; color: rgba(255,255,255,.35); line-height: 1.55; margin-bottom: 16px;
}
.hsv-form-note a { color: #E8C97A; border-bottom: 1px solid rgba(232,201,122,.3); }
.hsv-form-submit {
  width: 100%; height: 52px;
  background: linear-gradient(135deg, #B8922A 0%, #E8C97A 35%, #F5DFA0 55%, #D4A840 75%, #A07820 100%);
  color: #3A2200;
  font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 800;
  border: none; border-radius: 9px; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 9px;
  box-shadow: 0 4px 18px rgba(201,165,90,.45), inset 0 1px 0 rgba(255,255,255,.3);
  transition: all .22s;
  position: relative; overflow: hidden;
}
.hsv-form-submit::before {
  content: '';
  position: absolute; top: 0; left: -100%; width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
  transition: left .55s;
}
.hsv-form-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(201,165,90,.6); }
.hsv-form-submit:hover::before { left: 150%; }
.hsv-form-submit svg { width: 18px; height: 18px; fill: #3A2200; flex-shrink: 0; }

/* ── İlgili Hizmetler ───────────────────────────── */
.hsv-related {
  background: #F8F7F4;
  padding: 40px 0;
  border-top: 1px solid #E2DDD4;
  border-bottom: 1px solid #E2DDD4;
}
.hsv-related__title {
  font-family: 'DM Sans', sans-serif;
  font-size: 10.5px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase;
  color: #6B6560; margin-bottom: 20px; text-align: center;
}
.hsv-related__grid {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; flex-wrap: wrap;
}
.hsv-related__item {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px; background: #fff;
  border: 1.5px solid #E2DDD4; border-radius: 100px;
  font-family: 'DM Sans', sans-serif; font-size: 13.5px; font-weight: 600;
  color: #1C2333; text-decoration: none;
  transition: border-color .2s, color .2s, box-shadow .2s, transform .2s;
}
.hsv-related__item:hover {
  border-color: #C9A55A; color: #0B1D38;
  box-shadow: 0 4px 16px rgba(201,165,90,.2);
  transform: translateY(-2px);
}
.hsv-related__item__ico { font-size: 16px; }

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 960px) {
  .hsv-hero__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hsv-form-card { position: static; max-width: 500px; }
}
@media (max-width: 560px) {
  .hsv-hero { padding: 36px 0 44px; }
  .hsv-title { font-size: clamp(26px, 7vw, 38px); }
  .hsv-ctas { flex-direction: column; align-items: stretch; }
  .hsv-cta-wa, .hsv-cta-tel { justify-content: center; }
}
