/* Regression guard: keep layout fixes scoped and calm. */
html,
body,
#root {
  overflow-x: hidden;
}

footer {
  height: auto !important;
  min-height: 0 !important;
  padding: clamp(44px, 6vw, 68px) 0 clamp(22px, 3vw, 28px) !important;
  display: block !important;
}

footer > div,
footer section,
footer .grid {
  height: auto !important;
  min-height: 0 !important;
}

footer .grid {
  align-items: start;
  gap: 18px !important;
  grid-auto-rows: auto !important;
}

footer :is(a, p, span, li) {
  overflow-wrap: break-word;
}

footer :is(.h-full, .min-h-screen, .min-h-\[100dvh\]) {
  height: auto !important;
  min-height: 0 !important;
}

footer :is(.mt-12, .mt-8) {
  margin-top: 18px !important;
}

footer :is(.pt-8, .pt-6) {
  padding-top: 14px !important;
}

footer :is(.space-y-5, .space-y-3) > :not([hidden]) ~ :not([hidden]) {
  margin-top: 10px !important;
}

.lt-clean-footer {
  position: relative;
  background: linear-gradient(180deg, #121212 0%, #0f0f0f 100%);
  color: #fafaf8;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.lt-clean-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(200, 0, 26, 0.45) 50%,
    transparent 100%
  );
  pointer-events: none;
}

.lt-clean-footer__inner {
  width: min(1440px, calc(100% - clamp(24px, 4vw, 48px)));
  margin: 0 auto;
  padding: 0 !important;
}

.lt-clean-footer__grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 44px) clamp(20px, 3vw, 36px);
  align-items: start;
}

.lt-clean-footer__logo-link {
  display: block;
  line-height: 0;
}

.lt-clean-footer__logo {
  width: 108px;
  height: auto;
  filter: brightness(0) invert(1);
}

.lt-clean-footer p,
.lt-clean-footer li,
.lt-clean-footer a {
  font-size: 14px;
  line-height: 1.55;
}

.lt-clean-footer p {
  margin: 0;
}

.lt-clean-footer a {
  color: rgba(250, 250, 248, 0.82);
  text-decoration: none;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.lt-clean-footer a:hover {
  color: #fff;
}

.lt-clean-footer__heading {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(250, 250, 248, 0.42);
}

.lt-clean-footer__tagline {
  max-width: 26ch;
  margin: 0;
  font-size: 13px !important;
  line-height: 1.65 !important;
  color: rgba(250, 250, 248, 0.52) !important;
}

.lt-footer-sep {
  margin: 0 0.35em;
  color: rgba(250, 250, 248, 0.28);
  user-select: none;
}

.lt-phone-line,
.lt-block-line {
  display: block;
  width: fit-content;
}

.lt-phone-stack {
  display: grid !important;
  gap: 3px;
}

.lt-phone-stack__line {
  display: block;
}

.lt-clean-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.lt-clean-footer__social {
  display: flex;
  gap: 6px;
}

.lt-clean-footer__social a {
  display: inline-flex;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(250, 250, 248, 0.75);
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.lt-clean-footer__social a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.lt-clean-footer__social svg,
.lt-footer-icon {
  display: block;
  flex: 0 0 18px;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
  overflow: visible;
}

.lt-clean-footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lt-clean-footer__nav a {
  display: inline-block;
  padding: 1px 0;
}

.lt-clean-footer__nav a:hover {
  color: #fff;
}

.lt-clean-footer__contact-list {
  display: grid;
  gap: 9px;
}

.lt-clean-footer__contact-link {
  display: inline-block;
  width: fit-content;
  padding: 0 !important;
}

.lt-clean-footer__contact-link:hover {
  color: #fff;
}

.lt-clean-footer__address {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(250, 250, 248, 0.46);
}

.lt-contact-fix__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(250, 250, 248, 0.46);
}

.lt-clean-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 20px;
  margin-top: clamp(28px, 4vw, 40px);
  padding-top: clamp(16px, 2.5vw, 22px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lt-clean-footer__bottom p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(250, 250, 248, 0.4);
}

.lt-clean-footer__bottom-meta {
  color: rgba(250, 250, 248, 0.34) !important;
}

.lt-contact-fix {
  display: grid;
  gap: 14px;
}

.lt-contact-fix__group {
  display: grid;
  gap: 4px;
}

.lt-contact-fix__label {
  color: rgba(255, 255, 255, 0.54);
}

.lt-contact-fix a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.floating-cta {
  display: none !important;
}

.reference-sector-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
}

.reference-sector-card__media {
  height: 164px;
  overflow: hidden;
  border-bottom: 1px solid rgba(10, 10, 10, 0.06);
  background: var(--color-surface-2);
}

.reference-sector-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reference-sector-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 20px 20px;
}

@media (max-width: 640px) {
  .reference-sector-card {
    min-height: 232px;
  }

  .reference-sector-card__media {
    height: 138px;
  }

  .reference-sector-card__body {
    padding: 15px 16px 17px;
  }

  footer {
    padding: 36px 0 20px !important;
  }

  .lt-clean-footer__inner {
    width: min(100% - 24px, 1440px);
    padding: 0 !important;
  }

  .lt-clean-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .lt-clean-footer__brand {
    padding-bottom: 4px;
  }

  .lt-clean-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
    padding-top: 16px;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .lt-clean-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 32px;
  }

  .lt-clean-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .lt-clean-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 36px;
  }

  .lt-clean-footer__brand {
    grid-column: 1 / -1;
    max-width: 36ch;
  }
}

/* ── LT_CLARITY: anlaşılabilirlik katmanı ── */
.lt-guide {
  width: min(1400px, calc(100% - clamp(24px, 4vw, 48px)));
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
}

.lt-guide__inner {
  margin: clamp(16px, 2.5vw, 24px) 0;
  padding: clamp(16px, 2.5vw, 22px) clamp(18px, 3vw, 24px);
  border: 1px solid var(--color-border, rgba(10, 10, 10, 0.1));
  border-radius: 14px;
  background: var(--color-surface, #fff);
  box-shadow: 0 8px 24px -18px rgba(10, 10, 10, 0.18);
}

.lt-guide__title {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-muted, rgba(10, 10, 10, 0.55));
}

.lt-guide__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--color-text, #0a0a0a);
}

.lt-guide__text a {
  color: var(--color-accent, #c8001a);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lt-guide__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.lt-guide__list li {
  font-size: 14px;
  line-height: 1.55;
  color: var(--color-muted, rgba(10, 10, 10, 0.65));
}

.lt-guide__list a {
  color: var(--color-accent, #c8001a);
  font-weight: 600;
  text-decoration: none;
}

.lt-guide__list a:hover {
  text-decoration: underline;
}

.lt-guide__actions {
  margin-top: 14px;
}

.lt-guide__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--color-accent, #c8001a);
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.lt-guide__btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.lt-quote-cta {
  position: fixed;
  right: clamp(12px, 2.5vw, 20px);
  bottom: clamp(12px, 2.5vw, 20px);
  z-index: 60;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 92px;
  min-height: 52px;
  padding: 10px 14px;
  border-radius: 14px;
  background: var(--color-accent, #c8001a);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 32px -10px rgba(200, 0, 26, 0.55);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.lt-quote-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -10px rgba(200, 0, 26, 0.6);
}

.lt-quote-cta__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.lt-quote-cta__sub {
  font-size: 10px;
  opacity: 0.88;
}

.lt-howitworks {
  width: min(1400px, calc(100% - clamp(24px, 4vw, 48px)));
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px) clamp(20px, 3vw, 28px);
}

.lt-howitworks__inner {
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid var(--color-border, rgba(10, 10, 10, 0.1));
  border-radius: 14px;
  background: color-mix(in srgb, var(--color-surface-2, #f5f5f3) 70%, transparent);
}

.lt-howitworks__eyebrow {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-muted, rgba(10, 10, 10, 0.55));
}

.lt-howitworks__steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .lt-howitworks__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}

.lt-howitworks__step {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border, rgba(10, 10, 10, 0.08));
}

.lt-howitworks__num {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--color-accent-soft, rgba(200, 0, 26, 0.08));
  color: var(--color-accent, #c8001a);
  font-size: 12px;
  font-weight: 700;
}

.lt-howitworks__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text, #0a0a0a);
}

.lt-howitworks__hint {
  font-size: 12px;
  line-height: 1.45;
  color: var(--color-muted, rgba(10, 10, 10, 0.6));
}

.lt-steps {
  width: min(1400px, calc(100% - clamp(24px, 4vw, 48px)));
  margin: 0 auto clamp(12px, 2vw, 18px);
  padding: 0 clamp(16px, 3vw, 32px);
}

.lt-steps__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0;
  padding: 12px 14px;
  list-style: none;
  border: 1px solid var(--color-border, rgba(10, 10, 10, 0.1));
  border-radius: 12px;
  background: var(--color-surface, #fff);
}

.lt-steps__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text, #0a0a0a);
}

.lt-steps__num {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--color-accent, #c8001a);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.lt-trust {
  width: min(1400px, calc(100% - clamp(24px, 4vw, 48px)));
  margin: 0 auto clamp(16px, 2.5vw, 22px);
  padding: 0 clamp(16px, 3vw, 32px);
}

.lt-trust p {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--color-accent, #c8001a) 18%, transparent);
  background: color-mix(in srgb, var(--color-accent-soft, rgba(200, 0, 26, 0.08)) 55%, transparent);
  font-size: 14px;
  line-height: 1.55;
  color: var(--color-muted, rgba(10, 10, 10, 0.7));
}

.lt-field-hint {
  margin: 6px 0 0 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  color: var(--color-muted, rgba(10, 10, 10, 0.6)) !important;
}

.lt-audience {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-accent-soft, rgba(200, 0, 26, 0.08)) 80%, transparent);
  color: var(--color-accent, #c8001a);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lt-term {
  border-bottom: 1px dotted var(--color-muted, rgba(10, 10, 10, 0.35));
  cursor: help;
}

@media (max-width: 640px) {
  .lt-quote-cta {
    min-width: 84px;
    min-height: 48px;
    padding: 8px 12px;
  }

  .lt-guide__inner,
  .lt-howitworks__inner {
    padding: 14px 16px;
  }

  .lt-steps__list {
    flex-direction: column;
    align-items: flex-start;
  }
}

[data-lt-home-hide] {
  display: none !important;
}

[data-lt-steps] {
  display: none !important;
}

/* Home hero: keep red underline below "tek operasyon." text */
#root section:first-of-type h1 span.relative.inline-block > span[aria-hidden] {
  bottom: -0.14em !important;
  z-index: 0 !important;
}

#root section:first-of-type h1 span.relative.inline-block > span:not([aria-hidden]) {
  position: relative;
  z-index: 1;
}

/* ── Hizmetler premium (hz-) ── */
body.lt-page-hizmetler #root section:first-of-type .relative.mx-auto {
  position: relative;
  z-index: 1;
  padding-top: clamp(7.25rem, 11vw, 8.75rem) !important;
  padding-bottom: clamp(2.5rem, 4vw, 3.5rem) !important;
  align-items: center;
}

body.lt-page-hizmetler #root section:first-of-type h1 {
  line-height: 1.1 !important;
  letter-spacing: -0.03em !important;
}

body.lt-page-hizmetler #root section:first-of-type .label-accent {
  margin-bottom: 1rem !important;
}

.hz-hero {
  position: relative;
}

.hz-hero__ambient {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.hz-hero__orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.55;
}

.hz-hero__orb--1 {
  top: 12%;
  left: 38%;
  width: clamp(180px, 22vw, 320px);
  height: clamp(180px, 22vw, 320px);
  background: color-mix(in srgb, var(--color-accent, #c8001a) 14%, transparent);
}

.hz-hero__orb--2 {
  bottom: 8%;
  right: 18%;
  width: clamp(140px, 16vw, 240px);
  height: clamp(140px, 16vw, 240px);
  background: color-mix(in srgb, var(--color-accent, #c8001a) 8%, #f5f5f3);
}

.hz-hero__orb--3 {
  top: 42%;
  left: 8%;
  width: clamp(100px, 12vw, 180px);
  height: clamp(100px, 12vw, 180px);
  background: color-mix(in srgb, var(--color-accent-soft, rgba(200, 0, 26, 0.08)) 80%, white);
  opacity: 0.85;
}

.hz-hero__highlights {
  margin-top: clamp(1.75rem, 3vw, 2.25rem);
  display: grid;
  gap: 1rem;
}

.hz-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hz-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(10, 10, 10, 0.07);
  background: color-mix(in srgb, white 88%, var(--color-accent-soft, rgba(200, 0, 26, 0.08)));
  box-shadow: 0 10px 28px -22px rgba(10, 10, 10, 0.2);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--color-muted, rgba(10, 10, 10, 0.62));
}

.hz-hero__chip-num {
  display: inline-flex;
  min-width: 1.65rem;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--color-accent, #c8001a);
}

.hz-hero__flow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  max-width: 100%;
  padding: 0.65rem 0.9rem;
  border-radius: 0.85rem;
  border: 1px dashed color-mix(in srgb, var(--color-accent, #c8001a) 22%, rgba(10, 10, 10, 0.1));
  background: rgba(255, 255, 255, 0.55);
}

.hz-hero__flow-step {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-muted, rgba(10, 10, 10, 0.55));
  white-space: nowrap;
}

.hz-hero__flow-step i {
  display: inline-flex;
  width: 1.35rem;
  height: 1.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--color-accent, #c8001a);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.hz-hero__flow-line {
  flex: 0 0 1.25rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--color-accent, #c8001a) 35%, transparent),
    color-mix(in srgb, var(--color-accent, #c8001a) 12%, transparent)
  );
}

.lt-guide[data-lt-guide="hizmetler-match"] {
  margin-top: 0;
  margin-bottom: clamp(0.75rem, 1.5vw, 1rem);
  padding-top: 0;
}

.lt-guide[data-lt-guide="hizmetler-match"] .lt-guide__inner {
  margin-top: 0;
  margin-bottom: 0;
}

#hizmet-kategorileri.hz-section {
  padding-top: clamp(1.75rem, 3vw, 2.5rem) !important;
}

.lt-guide__inner--services {
  padding: clamp(14px, 2.5vw, 18px) clamp(16px, 3vw, 22px) !important;
}

.lt-guide__list--inline {
  display: grid !important;
  gap: 8px 18px !important;
}

@media (min-width: 768px) {
  .lt-guide__list--inline {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1100px) {
  .lt-guide__list--inline {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.lt-guide__list--inline li {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.hz-section {
  padding-block: clamp(2.5rem, 5vw, 4rem) !important;
}

.hz-card {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
  border: 1px solid rgba(10, 10, 10, 0.06) !important;
  border-radius: 1.35rem !important;
  background: linear-gradient(
    168deg,
    rgba(255, 255, 255, 0.98) 0%,
    var(--color-surface, #fafaf8) 58%,
    color-mix(in srgb, var(--color-accent-soft, rgba(200, 0, 26, 0.08)) 28%, white) 120%
  ) !important;
  box-shadow:
    0 28px 72px -48px rgba(10, 10, 10, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease !important;
}

.hz-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--color-accent, #c8001a) 14%, rgba(10, 10, 10, 0.06)) !important;
  box-shadow:
    0 34px 84px -44px rgba(10, 10, 10, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.98) !important;
}

.hz-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid rgba(10, 10, 10, 0.06);
  background: var(--color-surface-2, #f0f0ee);
}

.hz-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hz-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0) 45%,
    rgba(10, 10, 10, 0.18) 100%
  );
  pointer-events: none;
}

.hz-card:hover .hz-card__media img {
  transform: scale(1.04);
}

.hz-card > div:not(.hz-card__media):not(.hz-card__head),
.hz-card > h3,
.hz-card > p,
.hz-card > ul {
  padding-inline: 1.25rem;
}

.hz-card__head {
  display: block;
  margin: 0 !important;
  padding: 1rem 1.25rem 0 !important;
  position: static;
  z-index: auto;
}

.hz-card > .hz-card__head:first-of-type,
.hz-card > div.hz-card__head {
  padding-top: 1rem !important;
}

.hz-card__head + .lt-audience {
  margin-top: 0.75rem !important;
}

.hz-card__head + h3 {
  margin-top: 0.75rem !important;
}

.hz-card > ul.hz-card__items {
  padding-bottom: 1.35rem;
}

.hz-card h3 {
  margin-top: 1rem !important;
  font-size: 1.08rem !important;
  line-height: 1.35 !important;
}

.hz-card p {
  margin-top: 0.65rem !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.hz-card .lt-audience {
  display: inline-block;
  margin-top: 0.35rem !important;
  margin-bottom: 0.15rem !important;
  margin-inline: 1.25rem !important;
  padding-inline: 0 !important;
  max-width: calc(100% - 2.5rem);
}

.hz-hero__visual {
  margin: -0.35rem -0.35rem 0.85rem;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(10, 10, 10, 0.06);
  box-shadow: 0 18px 42px -28px rgba(10, 10, 10, 0.28);
}

.hz-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

aside.hz-panel {
  overflow: hidden;
}

.hz-card__num {
  display: block;
  width: fit-content;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-accent, #c8001a);
  line-height: 1;
  opacity: 0.88;
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
}

.hz-card__num::after {
  content: "";
  display: block;
  width: 1.35rem;
  height: 2px;
  margin-top: 0.4rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-accent, #c8001a) 38%, transparent);
}

.hz-card__items {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(10, 10, 10, 0.06);
}

.hz-card__items li {
  color: var(--color-muted, rgba(10, 10, 10, 0.65)) !important;
}

.hz-panel {
  border: 1px solid rgba(10, 10, 10, 0.06) !important;
  border-radius: 1.45rem !important;
  background: linear-gradient(
    168deg,
    rgba(255, 255, 255, 0.97) 0%,
    var(--color-surface, #fafaf8) 55%,
    color-mix(in srgb, var(--color-accent-soft, rgba(200, 0, 26, 0.08)) 22%, white) 120%
  ) !important;
  box-shadow:
    0 30px 82px -52px rgba(10, 10, 10, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  padding: clamp(1.35rem, 2.5vw, 1.75rem) !important;
}

.hz-panel__label {
  margin: 0 0 0.85rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-muted, rgba(10, 10, 10, 0.55));
}

.hz-panel__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.1rem;
  padding: 0;
  list-style: none;
}

.hz-panel__tag {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(10, 10, 10, 0.07);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-text, #0a0a0a);
  opacity: 0.72;
}

.hz-panel__note {
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(10, 10, 10, 0.06);
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--color-muted, rgba(10, 10, 10, 0.62));
}

.hz-step {
  border: 1px solid rgba(10, 10, 10, 0.06) !important;
  border-radius: 1.15rem !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96) 0%,
    var(--color-bg, #f5f5f3) 100%
  ) !important;
  box-shadow:
    0 18px 48px -36px rgba(10, 10, 10, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  padding: 1.25rem 1.35rem !important;
}

.hz-step__num {
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-accent-soft, rgba(200, 0, 26, 0.08)) 80%, white);
  color: var(--color-accent, #c8001a);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
}

.hz-stat {
  min-height: 7.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 1.15rem !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.07) 0%,
    rgba(255, 255, 255, 0.03) 100%
  ) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 32px -24px rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: blur(8px);
  padding: 1.35rem 1rem !important;
}

.hz-stat strong {
  line-height: 1.15 !important;
}

.hz-stat span {
  margin-top: 0.55rem !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere;
}

.hz-step h3 {
  line-height: 1.35 !important;
}

.hz-step p {
  line-height: 1.55 !important;
}

.hz-cta {
  position: relative;
  border-radius: 1.65rem !important;
  background: linear-gradient(
    145deg,
    #161616 0%,
    #0f0f0f 52%,
    color-mix(in srgb, var(--color-accent, #c8001a) 8%, #0f0f0f) 100%
  ) !important;
  box-shadow:
    0 32px 80px -36px rgba(10, 10, 10, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  overflow: hidden;
}

.hz-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 80% 60% at 100% 0%,
    color-mix(in srgb, var(--color-accent, #c8001a) 12%, transparent) 0%,
    transparent 55%
  );
  pointer-events: none;
}

.hz-cta__inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  body.lt-page-hizmetler #root section:first-of-type .relative.mx-auto {
    padding-top: 6.75rem !important;
    padding-bottom: 2rem !important;
  }

  body.lt-page-hizmetler #root section:first-of-type h1 {
    font-size: clamp(1.85rem, 8vw, 2.35rem) !important;
    line-height: 1.12 !important;
  }

  .hz-hero__flow {
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }

  .hz-hero__flow-line {
    flex: 0 0 0.85rem;
  }

  .hz-hero__orb--1 {
    left: 55%;
    width: 160px;
    height: 160px;
  }

  #hizmet-kategorileri.hz-section {
    padding-top: 1.5rem !important;
  }

  .hz-section {
    padding-block: 2.25rem !important;
  }

  .hz-card {
    border-radius: 1.15rem !important;
  }

  .hz-card__media {
    aspect-ratio: 16 / 9;
  }

  .hz-card > :not(.hz-card__media) {
    padding-inline: 1rem;
  }

  .hz-card__head {
    padding: 0.85rem 1rem 0 !important;
  }

  .hz-card .lt-audience {
    margin-inline: 1rem !important;
    max-width: calc(100% - 2rem);
  }

  .hz-hero__visual {
    margin-bottom: 0.85rem;
    border-radius: 0.85rem;
  }

  .hz-panel {
    border-radius: 1.25rem !important;
  }

  .hz-stat {
    min-height: 6.5rem;
    padding: 1.1rem 0.85rem !important;
  }

  .lt-guide__list--inline {
    grid-template-columns: 1fr !important;
  }

  .hz-cta {
    border-radius: 1.35rem !important;
  }
}

/* ── Hizmetler: simetrik ızgara (orphan kart ortalama) ── */
.hz-stats {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.hz-stats > .hz-stat {
  flex: 0 1 100%;
  max-width: 100%;
}

@media (min-width: 640px) {
  .hz-stats > .hz-stat {
    flex: 0 1 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
}

@media (min-width: 1024px) {
  .hz-stats > .hz-stat {
    flex: 0 1 calc(20% - 0.8rem);
    max-width: calc(20% - 0.8rem);
  }
}

.hz-cards {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.hz-cards > * {
  flex: 0 1 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .hz-cards > * {
    flex: 0 1 calc(50% - 0.625rem);
    max-width: calc(50% - 0.625rem);
  }
}

@media (min-width: 1280px) {
  .hz-cards > * {
    flex: 0 1 calc(33.333% - 0.834rem);
    max-width: calc(33.333% - 0.834rem);
  }
}
