/* Hizmet (service) landing — SEO content typography */
.hizmet-prose {
  color: #334155;
  font-size: 1rem;
  line-height: 1.75;
}

.hizmet-prose h2,
.hizmet-prose h3,
.hizmet-prose h4 {
  font-family: var(--font-display, ui-sans-serif, system-ui, sans-serif);
  color: #0f172a;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.hizmet-prose h2 {
  font-size: 1.625rem;
}

.hizmet-prose h3 {
  font-size: 1.3125rem;
}

.hizmet-prose h4 {
  font-size: 1.125rem;
}

.hizmet-prose h2:first-child,
.hizmet-prose h3:first-child,
.hizmet-prose h4:first-child {
  margin-top: 0;
}

.hizmet-prose p {
  margin-bottom: 1rem;
}

.hizmet-prose ul,
.hizmet-prose ol {
  margin: 0 0 1.25rem;
  padding-left: 1.375rem;
}

.hizmet-prose li {
  margin-bottom: 0.375rem;
}

.hizmet-prose ul li::marker {
  color: var(--site-accent, #f26826);
}

.hizmet-prose a {
  color: var(--site-accent, #f26826);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hizmet-prose a:hover {
  opacity: 0.85;
}

.hizmet-prose strong {
  color: #0f172a;
  font-weight: 600;
}

.hizmet-prose blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid color-mix(in srgb, var(--site-accent, #f26826) 55%, transparent);
  background: #f8fafc;
  border-radius: 0 0.75rem 0.75rem 0;
  color: #475569;
  font-style: italic;
}

.hizmet-prose table {
  width: 100%;
  margin: 1.25rem 0;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.hizmet-prose th,
.hizmet-prose td {
  border: 1px solid #e2e8f0;
  padding: 0.625rem 0.875rem;
  text-align: left;
}

.hizmet-prose th {
  background: #f8fafc;
  font-weight: 600;
  color: #0f172a;
}

.hizmet-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  margin: 1.25rem 0;
}

.hizmet-prose hr {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 2rem 0;
}

/* Hizmet detay — sağ sütun teklif formu (tek sütun alanlar) */
.hizmet-form-steps {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.hizmet-form-steps__step {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #94a3b8;
}

.hizmet-form-steps__step.is-active {
  color: #0f172a;
  font-weight: 600;
}

.hizmet-form-steps__step.is-done {
  color: #15803d;
}

.hizmet-form-steps__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  background: #e2e8f0;
  color: #64748b;
}

.hizmet-form-steps__step.is-active .hizmet-form-steps__num {
  background: var(--site-accent, #f16725);
  color: #fff;
}

.hizmet-form-steps__step.is-done .hizmet-form-steps__num {
  background: #dcfce7;
  color: #15803d;
}

.hizmet-form-steps__line {
  width: 1.25rem;
  height: 2px;
  background: #e2e8f0;
  flex-shrink: 0;
}

/* Geniş alanda tw-viser-form width (6/12) değerlerine göre 2 sütun; dar ekranda tek sütun */
.hizmet-quote-form [data-quote-step][hidden] {
  display: none !important;
}

.hizmet-quote-form .text-red-500 {
  color: #ef4444;
  margin-left: 0.125rem;
}

/* Hizmet detay — içerik yan paneli */
.hizmet-aside-card {
  border-radius: 1.25rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 1.25rem 1.375rem;
  box-shadow: 0 1px 3px rgb(15 23 42 / 0.05);
}

.hizmet-aside-card--accent {
  border-color: rgb(241 103 37 / 0.2);
  background: linear-gradient(165deg, #fff8f4 0%, #fff 55%);
}

.hizmet-aside-card--muted {
  background: #f8fafc;
}

.hizmet-aside-card__badge {
  display: inline-block;
  margin-bottom: 0.625rem;
  border-radius: 9999px;
  background: rgb(241 103 37 / 0.12);
  padding: 0.25rem 0.625rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c2410c;
}

.hizmet-aside-card__title {
  font-family: var(--font-display, ui-sans-serif, system-ui, sans-serif);
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.hizmet-aside-card__text {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #64748b;
}

.hizmet-aside-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hizmet-aside-steps__item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.hizmet-aside-steps__num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--site-accent, #f16725);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.hizmet-aside-steps__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0f172a;
}

.hizmet-aside-steps__desc {
  margin-top: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #64748b;
}

.hizmet-aside-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.hizmet-aside-benefits__item {
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #475569;
}

.hizmet-aside-benefits__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.5rem;
  background: #f1f5f9;
  color: var(--site-accent, #f16725);
  font-size: 1.125rem;
}

@media (max-width: 1023px) {
  .hizmet-content-aside {
    margin-top: 2rem;
  }
}

/* Neden bu bilgiler isteniyor — link + modal */
.hizmet-why-fields-link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #475569;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgb(241 103 37 / 0.55);
  transition: color 0.15s ease;
}

.hizmet-why-fields-link:hover {
  color: var(--site-accent, #f16725);
  text-decoration-color: var(--site-accent, #f16725);
}

.hizmet-why-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  isolation: isolate;
}

.hizmet-why-modal[hidden] {
  display: none;
}

.hizmet-why-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(15 23 42 / 0.55);
  backdrop-filter: blur(4px);
}

.hizmet-why-modal__panel {
  position: relative;
  z-index: 1;
  display: flex;
  max-height: min(90vh, 42rem);
  width: 100%;
  max-width: 32rem;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgb(15 23 42 / 0.28);
}

.hizmet-why-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #f1f5f9;
  background: linear-gradient(180deg, #fff8f4 0%, #fff 100%);
  padding: 1.25rem 1.375rem;
}

.hizmet-why-modal__eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c2410c;
}

.hizmet-why-modal__title {
  margin-top: 0.25rem;
  font-family: var(--font-display, ui-sans-serif, system-ui, sans-serif);
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
}

.hizmet-why-modal__close {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  border: none;
  background: #fff;
  color: #64748b;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.hizmet-why-modal__close:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.hizmet-why-modal__body {
  overflow-y: auto;
  padding: 1.25rem 1.375rem;
}

.hizmet-why-modal__item {
  border-left: 3px solid rgb(241 103 37 / 0.35);
  padding-left: 0.875rem;
}

.hizmet-why-modal__item-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0f172a;
}

.hizmet-why-modal__item-text {
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #64748b;
}

.hizmet-why-modal__footer {
  border-top: 1px solid #f1f5f9;
  padding: 1rem 1.375rem;
  background: #f8fafc;
}

.hizmet-why-modal__btn {
  width: 100%;
  border-radius: 0.75rem;
  border: none;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: var(--site-accent, #f16725);
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.hizmet-why-modal__btn:hover {
  opacity: 0.92;
}

body.hizmet-why-modal-open {
  overflow: hidden;
}

/* Hizmet hero — başlık + marka (ayrı font) */
.page-title-brand {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  line-height: 1.2;
}

.page-title-brand__heading {
  font-family: var(--font-display, ui-sans-serif, system-ui, sans-serif);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.page-title-brand__site {
  font-family: var(--font-brand, Georgia, "Times New Roman", serif);
  font-size: 1.125rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #c45318;
}

@media (min-width: 640px) {
  .page-title-brand__heading {
    font-size: 1.75rem;
  }

  .page-title-brand__site {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .page-title-brand__heading {
    font-size: 1.875rem;
  }
}
