/* tasarim-danismanlari — landing + directory intro */

/* Directory listing: hero + steps (site shell altında) */
body.tdc-page .td-directory-intro--shell {
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  background:
    radial-gradient(circle at 92% 4%, rgba(69, 184, 172, 0.1) 0%, transparent 42%),
    radial-gradient(circle at 6% 88%, rgba(45, 107, 100, 0.06) 0%, transparent 38%),
    linear-gradient(180deg, #f7f5f2 0%, #fff 55%, var(--tdc-bg, #f5efe6) 100%);
  color: #222;
  border-bottom: 1px solid #ede5da;
}

body.tdc-page .td-directory-intro--shell > .container {
  padding-top: 2rem;
  padding-bottom: 2.25rem;
}

body.tdc-page .td-directory-intro--shell .container {
  max-width: 980px;
}

body.tdc-page .td-directory-intro--shell .td-hero {
  margin-bottom: 1.75rem;
}

body.tdc-page .td-directory-intro--shell .td-steps {
  margin-bottom: 0;
}

body.tdc-page #tdc-directory-listing {
  scroll-margin-top: 5.5rem;
}

/* Listing band — intro'dan ayrı, daha sakin zemin */
body.tdc-page .tdc-listing-shell {
  background:
    linear-gradient(180deg, #eef3f2 0%, #f4f6f5 38%, #f7f5f2 100%);
  border-top: 1px solid rgba(45, 107, 100, 0.1);
}

body.tdc-page .tdc-listing-panel {
  padding: 1.35rem 1.25rem 1.5rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(69, 184, 172, 0.08) 0%, transparent 42%),
    #fffcfa;
  border: 1px solid rgba(45, 107, 100, 0.14);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(20, 40, 38, 0.06);
}

body.tdc-page .tdc-listing-panel__head {
  margin: 0 0 1.15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(45, 107, 100, 0.1);
}

body.tdc-page .tdc-listing-panel__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #141210;
}

body.tdc-page .tdc-listing-panel__lead {
  margin: 0;
  font-size: 0.9rem;
  color: #6b635a;
}

.td-landing {
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  padding-bottom: 3.75rem;
  background:
    radial-gradient(circle at 92% 4%, rgba(69, 184, 172, 0.1) 0%, transparent 42%),
    radial-gradient(circle at 6% 88%, rgba(45, 107, 100, 0.06) 0%, transparent 38%),
    linear-gradient(180deg, #f7f5f2 0%, #fff 42%, #f9fafb 100%);
  color: #222;
}

.td-landing > .container {
  padding-top: 2rem;
}

.td-landing .container {
  max-width: 980px;
}

.td-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  margin-bottom: 2rem;
  max-width: 42rem;
}

.td-hero__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2d6b64;
}

.td-hero__copy h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4.5vw, 2.45rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #141210;
}

.td-hero__lead {
  margin: 0 0 1.35rem;
  max-width: 38em;
  font-size: 1.02rem;
  line-height: 1.72;
  color: #4a4540;
}

.td-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0.35rem 0 0;
}

.td-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.7rem 1.45rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  border-radius: 12px;
  text-decoration: none !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.td-cta--primary {
  color: #fff !important;
  background: linear-gradient(145deg, #45b8ac 0%, #2d6b64 100%);
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(45, 107, 100, 0.22);
}

.td-cta--primary:hover {
  color: #fff !important;
  background: linear-gradient(145deg, #3a9b8f 0%, #245853 100%);
  box-shadow: 0 14px 28px rgba(45, 107, 100, 0.28);
  transform: translateY(-2px);
}

.td-cta--ghost {
  color: #1f4f4a !important;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(45, 107, 100, 0.28);
  backdrop-filter: blur(6px);
}

.td-cta--ghost:hover {
  color: #143833 !important;
  background: #fff;
  border-color: #45b8ac;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.td-need-picker {
  margin: 0 0 2.5rem;
}

.td-need-picker__label {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a7268;
}

.td-need-picker__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.td-need-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  width: 100%;
  padding: 0.95rem 1rem;
  text-align: left;
  background: #fff;
  border: 1px solid #e4ddd4;
  border-radius: 14px;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.td-need-card:hover {
  border-color: rgba(69, 184, 172, 0.55);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.td-need-card.is-active {
  border-color: #45b8ac;
  box-shadow: 0 0 0 3px rgba(69, 184, 172, 0.18);
  background: linear-gradient(180deg, #fff 0%, #f3fbfa 100%);
}

.td-need-card__title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #141210;
  line-height: 1.3;
}

.td-need-card__hint {
  font-size: 0.78rem;
  line-height: 1.45;
  color: #6b635a;
}

.td-section-title {
  margin: 0 0 1.25rem;
  text-align: center;
  font-size: clamp(1.2rem, 3vw, 1.45rem);
  font-weight: 700;
  color: #141210;
}

.td-steps {
  margin-bottom: 2.75rem;
}

.td-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.td-step-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.25rem 1.15rem 1.3rem;
  background: #fff;
  border: 1px solid #e8e4df;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.td-step-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(69, 184, 172, 0.12);
}

.td-step-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 11px;
  background: linear-gradient(145deg, #45b8ac 0%, #2d6b64 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.td-step-card__body h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 700;
  color: #141210;
}

.td-step-card__body p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.62;
  color: #5c5650;
}

.td-explore {
  margin-bottom: 2.25rem;
}

.td-explore__lead {
  margin: -0.5rem auto 1.35rem;
  max-width: 32em;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5c5650;
}

.td-explore__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.td-explore-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1.1rem 1.05rem;
  background: #fff;
  border: 1px solid #e8e4df;
  border-radius: 14px;
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.td-explore-card:hover {
  transform: translateY(-2px);
  border-color: rgba(69, 184, 172, 0.45);
  box-shadow: 0 10px 28px rgba(69, 184, 172, 0.12);
  color: inherit;
}

.td-explore-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 10px;
  font-size: 1.1rem;
  margin-bottom: 0.15rem;
}

.td-explore-card__icon--teal {
  background: rgba(69, 184, 172, 0.14);
  color: #2d6b64;
}

.td-explore-card__icon--coral {
  background: rgba(195, 106, 67, 0.14);
  color: #a85a38;
}

.td-explore-card__icon--green {
  background: rgba(136, 176, 75, 0.16);
  color: #5a7a2e;
}

.td-explore-card__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #141210;
}

.td-explore-card__text {
  font-size: 0.82rem;
  line-height: 1.5;
  color: #64748b;
}

.td-explore + .tdc-preview-wrap {
  margin-top: 4.5rem;
}

.td-aside {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  max-width: 640px;
  margin: 2.5rem auto 0;
  padding: 1.15rem 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e8e4df;
  border-radius: 14px;
  text-align: left;
}

.td-aside .bi {
  flex-shrink: 0;
  margin-top: 0.15rem;
  font-size: 1.1rem;
  color: #2d6b64;
}

.td-aside p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #5c5650;
}

.td-aside a {
  color: #2d6b64;
  font-weight: 600;
}

.td-cta-wrap {
  margin-top: 1.75rem;
  text-align: center;
}

.td-cta-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.9rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff !important;
  background: #45b8ac;
  border: 1px solid #45b8ac;
  border-radius: 999px;
  text-decoration: none !important;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.td-cta-home:hover {
  background: #3a9b8f;
  border-color: #3a9b8f;
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .td-need-picker__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .td-steps__grid,
  .td-explore__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 575.98px) {
  body.tdc-page .td-directory-intro--shell > .container {
    padding-top: 1.5rem;
  }

  body.tdc-page .tdc-listing-panel {
    padding: 1.1rem 0.85rem 1.2rem;
    border-radius: 18px;
  }

  .td-cta {
    width: 100%;
  }

  .td-landing > .container {
    padding-top: 1.5rem;
  }

  .td-hero__copy h1 {
    font-size: 1.65rem;
  }

  .td-need-picker__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
