/* ═══════════════════════════════════════════
   Hizmet sayfa şablonları (paylaşılan stiller)
   page-web-tasarim.php & page-kurumsal-web-sitesi.php
   ═══════════════════════════════════════════ */
.wt-page { --wt-o: #E8740C; --wt-o-h: #d06508; --wt-d: #1a1a2e; --wt-t: #374151; --wt-tl: #6B7280; --wt-bg: #F9FAFB; --wt-bd: #E5E7EB; }
.wt-page { background: #fff; color: var(--wt-t); padding-top: 0; }

/* Hero */
.wt-hero { padding: 112px 0 48px; background: linear-gradient(180deg, #FFF7EC 0%, #FFFFFF 100%); border-bottom: 1px solid var(--wt-bd); }
.wt-hero-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: start; }
.wt-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(232,116,12,0.12); color: var(--wt-o); font-size: 0.813rem; font-weight: 700; padding: 6px 14px; border-radius: 9999px; letter-spacing: 0.02em; }
.wt-badge-light { background: rgba(255,255,255,0.9); color: var(--wt-o); }
.wt-h1 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.15; font-weight: 800; color: var(--wt-d); margin: 14px 0 14px; letter-spacing: -0.02em; }
.wt-h1-accent { display: block; font-size: clamp(1.15rem, 1.8vw, 1.4rem); font-weight: 600; color: var(--wt-tl); margin-top: 6px; letter-spacing: -0.005em; }
.wt-lead { font-size: 1.1rem; line-height: 1.7; color: var(--wt-t); margin: 0 0 22px; max-width: 620px; }
.wt-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.wt-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 9999px; font-weight: 600; font-size: 0.95rem; text-decoration: none; transition: transform 0.15s, background 0.2s, color 0.2s, border-color 0.2s; border: 1.5px solid transparent; }
.wt-btn:hover { transform: translateY(-1px); }
.wt-btn-primary { background: var(--wt-o); color: #fff; }
.wt-btn-primary:hover { background: var(--wt-o-h); color: #fff; }
.wt-btn-ghost { background: #fff; color: var(--wt-d); border-color: var(--wt-bd); }
.wt-btn-ghost:hover { border-color: var(--wt-o); color: var(--wt-o); }
.wt-btn-lg { padding: 14px 28px; font-size: 1rem; }
.wt-btn-wa { background: #25D366; color: #fff; }
.wt-btn-wa:hover { background: #1FBA58; color: #fff; }
.wt-trust { display: flex; flex-wrap: wrap; gap: 16px 24px; color: var(--wt-tl); font-size: 0.9rem; list-style: none; padding: 0; margin: 0; }
.wt-trust li { display: inline-flex; align-items: center; gap: 6px; }
.wt-trust svg { color: var(--wt-o); }

/* Summary card */
.wt-hero-summary { background: #fff; border: 1px solid var(--wt-bd); border-radius: 16px; padding: 24px; box-shadow: 0 10px 30px rgba(26,26,46,0.06); position: sticky; top: 96px; }
.wt-summary-head { border-bottom: 1px solid var(--wt-bd); padding-bottom: 12px; margin-bottom: 14px; }
.wt-summary-chip { display: inline-block; background: var(--wt-d); color: #fff; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 10px; border-radius: 6px; margin-bottom: 8px; }
.wt-summary-title { font-size: 1.05rem; font-weight: 700; color: var(--wt-d); margin: 0; }
.wt-summary-list { display: grid; gap: 10px; margin: 0 0 14px; }
.wt-summary-list > div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px dashed var(--wt-bd); font-size: 0.92rem; }
.wt-summary-list > div:last-child { border-bottom: none; }
.wt-summary-list dt { color: var(--wt-tl); font-weight: 500; }
.wt-summary-list dd { color: var(--wt-d); font-weight: 700; margin: 0; text-align: right; }
.wt-summary-link { color: var(--wt-o); font-weight: 600; font-size: 0.9rem; }
.wt-summary-link:hover { text-decoration: underline; }

/* Layout (TOC + content) */
.wt-layout { 
  display: grid; 
  grid-template-columns: 260px minmax(0, 1fr); 
  gap: 56px; 
  padding: 56px 24px 80px; 
  max-width: 1240px; 
  margin: 0 auto;
  align-items: start;
}
.wt-toc { position: sticky; top: 96px; align-self: start; max-height: calc(100vh - 120px); overflow-y: auto; }
.wt-toc-inner { background: var(--wt-bg); border: 1px solid var(--wt-bd); border-radius: 12px; padding: 18px; }
.wt-toc-title { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wt-tl); margin: 0 0 12px; }
.wt-toc-list { counter-reset: toc; list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 2px; }
.wt-toc-list li { counter-increment: toc; }
.wt-toc-list a { display: flex; gap: 8px; padding: 8px 10px; border-radius: 8px; font-size: 0.9rem; color: var(--wt-t); line-height: 1.45; border-left: 2px solid transparent; transition: background 0.15s, color 0.15s; text-decoration: none; }
.wt-toc-list a::before { content: counter(toc, decimal-leading-zero); color: var(--wt-tl); font-weight: 600; font-size: 0.78rem; flex-shrink: 0; }
.wt-toc-list a:hover { background: #fff; color: var(--wt-o); }
.wt-toc-list a.is-active { background: #fff; color: var(--wt-o); border-left-color: var(--wt-o); font-weight: 600; }

/* Sections */
.wt-section { scroll-margin-top: 96px; margin-bottom: 64px; }
.wt-h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 800; color: var(--wt-d); margin: 0 0 16px; letter-spacing: -0.015em; position: relative; padding-bottom: 10px; }
.wt-h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 56px; height: 3px; background: var(--wt-o); border-radius: 2px; }
.wt-p { font-size: 1.02rem; line-height: 1.75; margin: 0 0 20px; }

/* Cards Grid */
.wt-cards,
.wp-block-webmivo-service-cards { 
  display: grid; 
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); 
  gap: 24px; 
  margin: 32px 0 48px; 
  align-items: stretch;
}

/* Card List Variant */
.wt-cards--list {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.wt-card,
.wp-block-webmivo-service-card > .wt-card { 
  background: #fff; 
  border: 1px solid var(--wt-bd); 
  border-radius: 16px; 
  padding: 28px; 
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.wp-block-webmivo-service-card {
  height: 100%;
}

.wt-cards--list .wt-card {
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}

.wt-card:hover { 
  transform: translateY(-5px); 
  box-shadow: 0 20px 40px rgba(0,0,0,0.08); 
  border-color: var(--wt-o); 
}

.wt-card-icon { 
  font-size: 2.5rem; 
  margin-bottom: 18px; 
  line-height: 1;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.wt-cards--list .wt-card-icon {
  margin-bottom: 0;
  font-size: 2.2rem;
  padding-top: 4px;
}

.wt-card-body {
  flex: 1;
}

.wt-card h3 { 
  font-size: 1.2rem; 
  font-weight: 700; 
  color: var(--wt-d); 
  margin: 0 0 10px; 
  line-height: 1.4; 
}

.wt-card p { 
  font-size: 0.95rem; 
  line-height: 1.65; 
  color: var(--wt-t); 
  margin: 0; 
}

/* Reasons */
.wt-reasons,
.wp-block-webmivo-reasons-grid { 
  display: grid; 
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); 
  gap: 24px; 
  margin: 40px 0 64px; 
  align-items: stretch;
}

.wt-reason,
.wp-block-webmivo-reasons-grid > div { 
  background: #f9fafb; 
  border: 1px solid var(--wt-bd); 
  border-radius: 16px; 
  padding: 28px; 
  position: relative; 
  transition: all 0.2s;
  height: 100%;
}

.wt-reason:hover {
  border-color: var(--wt-o);
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.wt-reason-num { 
  position: absolute; 
  top: -12px; 
  left: 24px; 
  background: var(--wt-d); 
  color: #fff; 
  font-size: 0.75rem; 
  font-weight: 800; 
  padding: 4px 12px; 
  border-radius: 9999px; 
  letter-spacing: 0.05em; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.wt-reason h3 { font-size: 1.1rem; font-weight: 700; color: var(--wt-d); margin: 8px 0 8px; }
.wt-reason p { font-size: 0.93rem; line-height: 1.6; color: var(--wt-t); margin: 0; }

/* Steps */
.wt-steps { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 14px; }
.wt-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px; background: #fff; border: 1px solid var(--wt-bd); border-radius: 12px; }
.wt-step-num { background: linear-gradient(135deg, var(--wt-o) 0%, var(--wt-o-h) 100%); color: #fff; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem; }
.wt-steps h3 { font-size: 1.05rem; font-weight: 700; color: var(--wt-d); margin: 0 0 6px; }
.wt-steps h3 em { color: var(--wt-tl); font-style: normal; font-weight: 500; font-size: 0.85rem; }
.wt-steps p { font-size: 0.93rem; line-height: 1.6; color: var(--wt-t); margin: 0; }

/* Tech */
.wt-tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 24px; }
.wt-tech { background: #fff; border: 1px solid var(--wt-bd); border-radius: 12px; padding: 20px; }
.wt-tech h3 { font-size: 1rem; font-weight: 700; color: var(--wt-d); margin: 0 0 10px; padding-bottom: 8px; border-bottom: 2px solid var(--wt-o); display: inline-block; }
.wt-tech ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.wt-tech li { font-size: 0.9rem; color: var(--wt-t); line-height: 1.5; }

/* Pricing */
.wt-pricing { overflow-x: auto; margin: 20px 0 32px; border: 1px solid var(--wt-bd); border-radius: 14px; }
.wt-pricing-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }
.wt-pricing-table th, .wt-pricing-table td { padding: 16px 14px; text-align: left; border-bottom: 1px solid var(--wt-bd); vertical-align: top; }
.wt-pricing-table thead th { background: var(--wt-d); color: #fff; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; border-bottom: none; }
.wt-pricing-table tbody tr:last-child th, .wt-pricing-table tbody tr:last-child td { border-bottom: none; }
.wt-pricing-table .wt-highlight { background: #FFF7EC; }
.wt-pricing-table .wt-highlight th { color: var(--wt-d); }
.wt-tag { display: inline-block; background: var(--wt-o); color: #fff; font-size: 0.68rem; font-weight: 700; padding: 2px 8px; border-radius: 9999px; margin-left: 6px; letter-spacing: 0.04em; vertical-align: middle; }

.wt-included { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 8px; }
.wt-included-col h3 { font-size: 1.05rem; font-weight: 700; color: var(--wt-d); margin: 0 0 10px; }
.wt-dot-list { list-style: disc; padding-left: 1.25rem; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.wt-dot-list li { font-size: 0.93rem; color: var(--wt-t); line-height: 1.55; }

/* Sectors */
.wt-sector-grid { list-style: none; padding: 0; margin: 20px 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; }
.wt-sector-grid li { background: var(--wt-bg); border: 1px solid var(--wt-bd); border-radius: 10px; padding: 14px 16px; font-size: 0.93rem; color: var(--wt-t); line-height: 1.5; }
.wt-regions { background: var(--wt-bg); border-left: 4px solid var(--wt-o); padding: 18px 22px; border-radius: 0 10px 10px 0; margin-top: 20px; }
.wt-regions h3 { font-size: 1rem; font-weight: 700; color: var(--wt-d); margin: 0 0 8px; }
.wt-regions p { font-size: 0.93rem; margin: 0 0 6px; }
.wt-regions p:last-child { margin-bottom: 0; }

/* ═══════════════════════════════════════════
   CTA — v2 Modern (Turuncu/Glass)
   ═══════════════════════════════════════════ */
.wt-cta-section { margin: 56px 0; }

.wt-cta-box {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  border-radius: 28px;
  padding: 52px 44px;
  text-align: center;
  background:
    radial-gradient(120% 100% at 0% 0%, rgba(255,255,255,.18) 0%, transparent 55%),
    radial-gradient(80% 80% at 100% 100%, rgba(26,26,46,.45) 0%, transparent 60%),
    linear-gradient(135deg, #F59E0B 0%, var(--wt-o) 50%, #c25e08 100%);
  box-shadow:
    0 30px 70px -20px rgba(232,116,12,.55),
    0 12px 28px -16px rgba(26,26,46,.25);
}
/* Dekoratif blob'lar */
.wt-cta-box::before,
.wt-cta-box::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}
.wt-cta-box::before {
  top: -120px; right: -120px;
  width: 320px; height: 320px;
  background: radial-gradient(closest-side, rgba(255,255,255,.25), transparent 70%);
  filter: blur(2px);
}
.wt-cta-box::after {
  bottom: -100px; left: -100px;
  width: 260px; height: 260px;
  background: radial-gradient(closest-side, rgba(26,26,46,.35), transparent 70%);
  filter: blur(2px);
}

.wt-cta-box .wt-badge-light {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.95);
  color: var(--wt-o);
  border: 0;
  font-size: .78rem; font-weight: 800;
  padding: 7px 14px;
  letter-spacing: .04em;
  box-shadow: 0 6px 18px -6px rgba(26,26,46,.25);
}
.wt-cta-box .wt-badge-light::before {
  content: "";
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--wt-o);
  box-shadow: 0 0 0 3px rgba(232,116,12,.25);
  animation: wtCtaPulse 2s infinite;
}
@keyframes wtCtaPulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(232,116,12,.25); }
  50%     { box-shadow: 0 0 0 6px rgba(232,116,12,.05); }
}

.wt-cta-box h2 {
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -.02em;
  margin: 14px 0 12px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.12);
}
.wt-cta-box h2::after { display: none; }
.wt-cta-box > p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255,255,255,.92);
  max-width: 640px;
  margin: 0 auto 28px;
}
.wt-cta-box > p strong { color: #fff; font-weight: 800; }

/* İçerideki çift kart (Hazırlanın / Bize Ulaşın) */
.wt-cta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  text-align: left;
  margin: 0 auto 28px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.wt-cta-grid > div {
  background: rgba(255, 255, 255, .96);
  color: var(--wt-d);
  padding: 22px 22px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: 0 18px 36px -22px rgba(26,26,46,.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-align: left;
  transition: transform .25s ease, box-shadow .25s ease;
}
.wt-cta-grid > div:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px -22px rgba(26,26,46,.4);
}
.wt-cta-grid h3 {
  font-size: .95rem;
  font-weight: 800;
  color: var(--wt-d);
  margin: 0 0 12px;
  display: flex; align-items: center; gap: 8px;
  letter-spacing: -.005em;
}

/* Hazırlık listesi — özel "check" stili */
.wt-cta-ol {
  list-style: none;
  padding: 0;
  counter-reset: ctaol;
  color: var(--wt-t);
  font-size: .92rem; line-height: 1.55;
  display: flex; flex-direction: column;
  gap: 8px;
  margin: 0;
}
.wt-cta-ol li {
  counter-increment: ctaol;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
}
.wt-cta-ol li::before {
  content: counter(ctaol);
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--wt-o);
  color: #fff;
  font-size: .72rem; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 6px -2px rgba(232,116,12,.55);
}

/* İletişim listesi */
.wt-contact-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column;
  gap: 10px;
  font-size: .92rem;
}
.wt-contact-list li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  align-items: center;
  color: var(--wt-d);
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(0,0,0,.08);
}
.wt-contact-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.wt-contact-list span {
  color: var(--wt-tl);
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.wt-contact-list a {
  color: var(--wt-o);
  font-weight: 700;
  text-decoration: none;
  transition: color .15s;
}
.wt-contact-list a:hover { color: var(--wt-o-h); text-decoration: underline; }

/* Aksiyon butonları */
.wt-cta-actions {
  display: flex; gap: 12px;
  justify-content: center; flex-wrap: wrap;
}
.wt-cta-box .wt-btn-primary {
  background: #fff;
  color: var(--wt-o);
  border: 0;
  padding: 14px 28px;
  font-weight: 800;
  border-radius: 12px;
  box-shadow: 0 12px 28px -10px rgba(0,0,0,.25);
  transition: transform .2s, box-shadow .2s, background .2s;
}
.wt-cta-box .wt-btn-primary:hover {
  background: var(--wt-d);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -12px rgba(0,0,0,.35);
}
.wt-cta-box .wt-btn-lg { padding: 15px 30px; font-size: 1rem; }
.wt-cta-box .wt-btn-wa {
  background: #25D366; color: #fff; border: 0;
  padding: 14px 24px; font-weight: 700; border-radius: 12px;
  box-shadow: 0 12px 28px -10px rgba(37, 211, 102, .55);
  transition: transform .2s, background .2s;
}
.wt-cta-box .wt-btn-wa:hover { background: #1eb858; color: #fff; transform: translateY(-2px); }
.wt-cta-box .wt-btn svg { transition: transform .2s; }
.wt-cta-box .wt-btn:hover svg { transform: translateX(3px); }

.wt-cta-note {
  color: rgba(255,255,255,.85);
  font-size: .9rem;
  margin: 18px 0 0;
}

/* Floating CTA */
.wt-float-cta { position: fixed; bottom: 24px; right: 24px; display: none; align-items: center; gap: 8px; background: var(--wt-o); color: #fff; padding: 12px 20px; border-radius: 9999px; font-weight: 700; font-size: 0.9rem; box-shadow: 0 10px 30px rgba(232,116,12,0.45); z-index: 80; text-decoration: none; }
.wt-float-cta:hover { background: var(--wt-o-h); color: #fff; }

/* Responsive */
@media (max-width: 1024px) {
  .wt-layout { grid-template-columns: 1fr; gap: 32px; }
  .wt-toc { position: static; max-height: none; }
  .wt-toc-inner { padding: 14px 18px; }
  .wt-toc-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 4px; }
}
@media (max-width: 768px) {
  .wt-hero { padding: 96px 0 32px; }
  .wt-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .wt-hero-summary { position: static; }
  .wt-cta-box { padding: 32px 22px; border-radius: 16px; }
  .wt-steps li { grid-template-columns: 40px 1fr; padding: 16px; }
  .wt-contact-list li { grid-template-columns: 1fr; gap: 2px; }
  .wt-contact-list span { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; }
  .wt-float-cta { display: inline-flex; }
}

/* ═══════════════════════════════════════════
   Single-hizmet dinamik içerik (the_content çıktısı)
   ═══════════════════════════════════════════ */
.wt-content { min-width: 0; flex: 1; }
.wt-content > * + * { margin-top: 1.5rem; }
.wt-content h2 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 800; color: var(--wt-d);
  margin: 48px 0 16px; letter-spacing: -0.015em;
  position: relative; padding-bottom: 10px;
  scroll-margin-top: 96px;
}
.wt-content h2::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 56px; height: 3px; background: var(--wt-o); border-radius: 2px;
}
.wt-content h2:first-child { margin-top: 0; }
.wt-content h3 {
  font-size: 1.2rem; font-weight: 700; color: var(--wt-d);
  margin: 28px 0 10px; letter-spacing: -0.01em;
}
.wt-content h4 {
  font-size: 1.05rem; font-weight: 700; color: var(--wt-d);
  margin: 22px 0 8px;
}
.wt-content p {
  font-size: 1.05rem; line-height: 1.8; margin: 0 0 32px; color: var(--wt-t);
}
.wt-content p:empty {
  min-height: 1.75rem; display: block;
}
.wt-content ul, .wt-content ol {
  margin: 0 0 20px; padding-left: 1.4rem;
  font-size: 1rem; line-height: 1.7; color: var(--wt-t);
}
.wt-content li { margin-bottom: 8px; }
.wt-content li > ul, .wt-content li > ol { margin: 8px 0 0; }
.wt-content a {
  color: var(--wt-o); text-decoration: underline; text-underline-offset: 3px;
}
.wt-content a:hover { color: var(--wt-o-h); }
.wt-content strong { color: var(--wt-d); font-weight: 700; }
.wt-content blockquote {
  margin: 24px 0; padding: 18px 22px;
  background: var(--wt-bg); border-left: 4px solid var(--wt-o);
  border-radius: 0 10px 10px 0; font-style: italic; color: var(--wt-t);
}
.wt-content blockquote p:last-child { margin-bottom: 0; }
.wt-content img {
  max-width: 100%; height: auto; border-radius: 12px; margin: 16px 0;
}
.wt-content figure { margin: 20px 0; }
.wt-content figcaption {
  font-size: .85rem; color: var(--wt-tl); margin-top: 8px; text-align: center;
}
.wt-content table {
  width: 100%; border-collapse: collapse; margin: 20px 0;
  font-size: .93rem; border: 1px solid var(--wt-bd); border-radius: 12px; overflow: hidden;
}
.wt-content th, .wt-content td {
  padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--wt-bd);
}
.wt-content thead th {
  background: var(--wt-d); color: #fff;
  font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
}
.wt-content code {
  background: var(--wt-bg); padding: 2px 6px; border-radius: 4px;
  font-size: .88em; color: var(--wt-d);
}
.wt-content pre {
  background: #1a1a2e; color: #e5e7eb; padding: 16px 18px;
  border-radius: 10px; overflow-x: auto; font-size: .9rem; margin: 20px 0;
}
.wt-content pre code { background: transparent; color: inherit; padding: 0; }
.wt-content hr {
  border: 0; border-top: 1px solid var(--wt-bd); margin: 32px 0;
}

/* Satın alma bloğu slot — wt-content içinde */
.wt-content .hizmet-purchase-slot { margin: 48px 0; scroll-margin-top: 96px; }
.wt-content .hizmet-purchase { margin: 0; }

/* Related hizmetler — single-hizmet */
.wt-related { margin-top: 56px; }
.wt-related-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px; margin-top: 20px;
}
.wt-related-card {
  background: #fff; border: 1px solid var(--wt-bd); border-radius: 14px;
  overflow: hidden; transition: transform .2s, box-shadow .2s, border-color .2s;
}
.wt-related-card:hover {
  transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  border-color: rgba(232,116,12,0.35);
}
.wt-related-card a { display: block; text-decoration: none; color: inherit; }
.wt-related-img { aspect-ratio: 16/10; overflow: hidden; background: var(--wt-bg); }
.wt-related-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wt-related-body { padding: 16px 18px; }
.wt-related-cat {
  display: inline-block; font-size: .7rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--wt-o); margin-bottom: 6px;
}
.wt-related-card h3 {
  font-size: 1.02rem; font-weight: 700; color: var(--wt-d);
  margin: 0 0 6px; line-height: 1.35;
}
.wt-related-card p {
  font-size: .9rem; color: var(--wt-tl); margin: 0; line-height: 1.5;
}

/* FAQ (details/summary) — wt-content içinde kullanılabilir */
.wt-content .wm-faq { margin: 20px 0; display: flex; flex-direction: column; gap: 10px; }
.wt-content .wm-faq-item {
  background: #fff; border: 1px solid var(--wt-bd); border-radius: 12px;
  overflow: hidden; transition: border-color .15s;
}
.wt-content .wm-faq-item[open] { border-color: var(--wt-o); }
.wt-content .wm-faq-q {
  list-style: none; cursor: pointer;
  padding: 16px 20px; font-weight: 600; font-size: 1rem; color: var(--wt-d);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.wt-content .wm-faq-q::-webkit-details-marker { display: none; }
.wt-content .wm-faq-icon { flex-shrink: 0; color: var(--wt-o); transition: transform .2s; }
.wt-content .wm-faq-item[open] .wm-faq-icon { transform: rotate(180deg); }
.wt-content .wm-faq-a { padding: 0 20px 18px; font-size: .95rem; line-height: 1.65; color: var(--wt-t); }
.wt-content .wm-faq-a p:last-child { margin-bottom: 0; }

/* Expert Box — stilleri styles.css içinde "Author & Expert Boxes v2" bölümünde tanımlı */

/* Admin notice */
.wt-admin-notice { font-family: inherit; }

/* Satın Al hero butonu — sepet ikonu + pulse vurgu hedefi */
.wt-btn-buy { font-weight: 700; }
.wt-btn-buy svg { flex-shrink: 0; }

.hizmet-purchase-slot.is-pulsing {
  animation: wt-pulse 1.4s ease-out 1;
}
@keyframes wt-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(232, 116, 12, 0.45); }
  60%  { box-shadow: 0 0 0 18px rgba(232, 116, 12, 0); }
  100% { box-shadow: 0 0 0 0 rgba(232, 116, 12, 0); }
}
.hizmet-purchase-slot { border-radius: 18px; transition: box-shadow .3s; }

@media (max-width: 768px) {
  .wt-content h2 { margin-top: 36px; }
  .wt-content .hizmet-purchase-slot { margin: 32px 0; }
}
