/* —— Pazarlama / footer içerik sayfaları —— */

.mkt-hero {
  border-bottom: 1px solid var(--pk-border);
}

.mkt-hero--light {
  background: #fff;
}

.mkt-hero--gradient {
  background: linear-gradient(135deg, var(--pk-primary-soft) 0%, #fff 55%);
}

.mkt-hero--teal {
  background: linear-gradient(135deg, #1a3a4a 0%, #0d9488 50%, #26a69a 100%);
  border-bottom: none;
  color: #fff;
}

.mkt-hero__inner {
  padding: 2.5rem 0 3rem;
}

.mkt-hero--teal .mkt-hero__inner {
  padding: 2.75rem 0 3.25rem;
}

.mkt-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.8125rem;
}

.mkt-hero--teal .mkt-hero__breadcrumb {
  color: rgba(255, 255, 255, 0.75);
}

.mkt-hero--light .mkt-hero__breadcrumb,
.mkt-hero--gradient .mkt-hero__breadcrumb {
  color: var(--pk-muted);
}

.mkt-hero__breadcrumb a {
  text-decoration: none;
  color: inherit;
}

.mkt-hero--teal .mkt-hero__breadcrumb a:hover {
  color: #fff;
}

.mkt-hero--light .mkt-hero__breadcrumb a:hover,
.mkt-hero--gradient .mkt-hero__breadcrumb a:hover {
  color: var(--pk-primary);
}

.mkt-hero__crumb-current {
  font-weight: 700;
}

.mkt-hero--teal .mkt-hero__crumb-current {
  color: #fff;
}

.mkt-hero--light .mkt-hero__crumb-current,
.mkt-hero--gradient .mkt-hero__crumb-current {
  color: var(--pk-text);
}

.mkt-hero__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--pk-primary);
}

.mkt-hero--teal .mkt-hero__eyebrow {
  color: rgba(255, 255, 255, 0.85);
}

.mkt-hero__title {
  margin: 0;
  max-width: 40rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.mkt-hero--teal .mkt-hero__title {
  color: #fff;
}

.mkt-hero--light .mkt-hero__title,
.mkt-hero--gradient .mkt-hero__title {
  color: var(--pk-text);
}

.mkt-hero__desc {
  margin: 0.85rem 0 0;
  max-width: 36rem;
  font-size: 1.0625rem;
  line-height: 1.6;
}

.mkt-hero--teal .mkt-hero__desc {
  color: rgba(255, 255, 255, 0.88);
}

.mkt-hero--light .mkt-hero__desc,
.mkt-hero--gradient .mkt-hero__desc {
  color: var(--pk-muted);
}

.mkt-hero__actions {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.mkt-page {
  background: var(--pk-bg);
}

.mkt-page__section {
  padding: 3rem 0;
}

.mkt-page__section--tight {
  padding: 2rem 0;
}

.mkt-page__section--white {
  background: #fff;
}

.mkt-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: -2.5rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .mkt-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: -3rem;
  }
}

.mkt-stat {
  padding: 1.25rem 1rem;
  border-radius: var(--pk-radius-lg);
  background: #fff;
  border: 1px solid var(--pk-border);
  box-shadow: var(--pk-shadow);
  text-align: center;
}

.mkt-stat__value {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--pk-primary);
  line-height: 1.1;
}

.mkt-stat__label {
  margin-top: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--pk-muted);
}

.mkt-grid-2 {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .mkt-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.mkt-grid-3 {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .mkt-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .mkt-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mkt-card {
  padding: 1.5rem;
  border-radius: var(--pk-radius-lg);
  background: #fff;
  border: 1px solid var(--pk-border);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.mkt-card--soft {
  background: var(--pk-primary-soft);
  border-color: rgba(0, 109, 119, 0.12);
}

.mkt-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pk-primary-soft);
  color: var(--pk-primary);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.mkt-card__title {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 800;
  color: var(--pk-text);
}

.mkt-card__text {
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--pk-muted);
}

.mkt-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 800;
  color: var(--pk-primary);
  text-decoration: none;
}

.mkt-card__link:hover {
  color: var(--pk-primary-dark);
}

.mkt-split {
  display: grid;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .mkt-split {
    grid-template-columns: 1fr 1.1fr;
    align-items: start;
    gap: 2.5rem;
  }
}

.mkt-contact-cards {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.mkt-contact-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.125rem 1.25rem;
  border-radius: var(--pk-radius-lg);
  background: #fff;
  border: 1px solid var(--pk-border);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.mkt-contact-card:hover {
  border-color: rgba(0, 109, 119, 0.3);
  box-shadow: var(--pk-shadow);
}

.mkt-contact-card__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pk-primary-soft);
  color: var(--pk-primary);
  font-size: 1.25rem;
}

.mkt-contact-card__label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--pk-muted);
}

.mkt-contact-card__value {
  margin-top: 0.2rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--pk-text);
  word-break: break-word;
}

.mkt-form-card {
  padding: 1.75rem;
  border-radius: var(--pk-radius-lg);
  background: #fff;
  border: 1px solid var(--pk-border);
  box-shadow: var(--pk-shadow);
}

.mkt-form-card__title {
  margin: 0 0 0.35rem;
  font-size: 1.125rem;
  font-weight: 800;
}

.mkt-form-card__lead {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  color: var(--pk-muted);
  line-height: 1.55;
}

.mkt-form-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .mkt-form-grid--2 {
    grid-template-columns: 1fr 1fr;
  }
}

.mkt-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.mkt-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--pk-border);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--pk-text);
}

.mkt-trust-pill i {
  color: var(--pk-primary);
}

.mkt-cta {
  padding: 2.5rem 1.5rem;
  border-radius: var(--pk-radius-xl);
  background: linear-gradient(135deg, var(--pk-navy) 0%, #0d5c66 55%, var(--pk-primary) 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 109, 119, 0.25);
}

@media (min-width: 768px) {
  .mkt-cta {
    padding: 3rem 2.5rem;
  }
}

.mkt-cta__title {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
}

.mkt-cta__text {
  margin: 0.75rem auto 0;
  max-width: 36rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.mkt-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.mkt-cta .pk-btn--white {
  background: #fff;
  color: var(--pk-primary-dark);
}

.mkt-cta .pk-btn--ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.mkt-cta .pk-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* FAQ sayfası */
.mkt-faq-layout {
  display: grid;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .mkt-faq-layout {
    grid-template-columns: 1fr 280px;
    align-items: start;
  }
}

.mkt-faq-group + .mkt-faq-group {
  margin-top: 2rem;
}

.mkt-faq-group__head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.875rem;
}

.mkt-faq-group__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pk-primary-soft);
  color: var(--pk-primary);
  font-size: 1.1rem;
}

.mkt-faq-group__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: var(--pk-text);
}

.mkt-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mkt-faq-item {
  border-radius: var(--pk-radius);
  border: 1px solid var(--pk-border);
  background: #fff;
  overflow: hidden;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.mkt-faq-item[open] {
  border-color: rgba(0, 109, 119, 0.25);
  box-shadow: 0 4px 16px rgba(0, 109, 119, 0.08);
}

.mkt-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--pk-text);
  cursor: pointer;
  list-style: none;
}

.mkt-faq-item summary::-webkit-details-marker {
  display: none;
}

.mkt-faq-item summary::after {
  content: '\ea4e';
  font-family: remixicon !important;
  font-size: 1.15rem;
  color: var(--pk-muted);
  flex-shrink: 0;
  transition: transform 0.2s;
}

.mkt-faq-item[open] summary::after {
  transform: rotate(180deg);
  color: var(--pk-primary);
}

.mkt-faq-item__answer {
  padding: 0 1.15rem 1.1rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--pk-muted);
}

.mkt-faq-aside {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.mkt-aside-card {
  padding: 1.25rem;
  border-radius: var(--pk-radius-lg);
  background: #fff;
  border: 1px solid var(--pk-border);
}

.mkt-aside-card__title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 800;
}

.mkt-aside-card__text {
  margin: 0.4rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--pk-muted);
}

.mkt-aside-card .pk-btn {
  margin-top: 0.875rem;
  width: 100%;
  justify-content: center;
}

/* Nasıl çalışır intro */
.mkt-steps-intro {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  padding: 1.25rem 0 0.5rem;
}

.mkt-steps-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--pk-border);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--pk-text);
}

.mkt-steps-pill i {
  color: var(--pk-primary);
}

/* Psikoloji konuları */
.mkt-topic-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.35rem;
  border-radius: var(--pk-radius-lg);
  background: #fff;
  border: 1px solid var(--pk-border);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

.mkt-topic-card:hover {
  border-color: var(--pk-primary);
  transform: translateY(-2px);
  box-shadow: var(--pk-shadow);
}

.mkt-topic-card__icon {
  font-size: 1.5rem;
  color: var(--pk-primary);
}

.mkt-topic-card__title {
  margin: 0.75rem 0 0;
  font-size: 1rem;
  font-weight: 800;
}

.mkt-topic-card__text {
  margin: 0.4rem 0 0;
  flex: 1;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--pk-muted);
}

.mkt-topic-card__arrow {
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-weight: 800;
  color: var(--pk-primary);
}

/* Lab — yakında */
.mkt-coming {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: var(--pk-radius-xl);
  border: 2px dashed rgba(0, 109, 119, 0.25);
  background: linear-gradient(180deg, var(--pk-primary-soft) 0%, #fff 100%);
}

.mkt-coming__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--pk-primary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mkt-coming__title {
  margin: 1rem 0 0;
  font-size: 1.25rem;
  font-weight: 800;
}

.mkt-coming__text {
  margin: 0.5rem auto 0;
  max-width: 28rem;
  font-size: 0.9375rem;
  color: var(--pk-muted);
  line-height: 1.6;
}

/* Yasal sayfalar */
.mkt-legal {
  display: grid;
  gap: 2rem;
  padding: 2.5rem 0 3.5rem;
}

@media (min-width: 1024px) {
  .mkt-legal {
    grid-template-columns: 220px 1fr;
    align-items: start;
  }
}

.mkt-legal-nav {
  position: sticky;
  top: 88px;
  padding: 1rem;
  border-radius: var(--pk-radius-lg);
  background: #fff;
  border: 1px solid var(--pk-border);
}

.mkt-legal-nav__title {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--pk-muted);
}

.mkt-legal-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mkt-legal-nav li + li {
  margin-top: 0.25rem;
}

.mkt-legal-nav a {
  display: block;
  padding: 0.4rem 0.5rem;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pk-muted);
  text-decoration: none;
}

.mkt-legal-nav a:hover {
  color: var(--pk-primary);
  background: var(--pk-primary-soft);
}

.mkt-legal-body {
  padding: 1.75rem;
  border-radius: var(--pk-radius-lg);
  background: #fff;
  border: 1px solid var(--pk-border);
}

.mkt-legal-body .marketing-content h2 {
  scroll-margin-top: 96px;
  padding-top: 0.5rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--pk-border);
}

.mkt-legal-meta {
  margin: 0 0 1.5rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: var(--pk-primary-soft);
  font-size: 0.8125rem;
  color: var(--pk-muted);
}

.mkt-prose-lead {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--pk-muted);
  max-width: 42rem;
}

.mkt-values-row {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .mkt-values-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mkt-value {
  text-align: center;
  padding: 1.25rem 1rem;
}

.mkt-value__icon {
  font-size: 1.75rem;
  color: var(--pk-primary);
}

.mkt-value__title {
  margin: 0.65rem 0 0;
  font-size: 0.9375rem;
  font-weight: 800;
}

.mkt-value__text {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--pk-muted);
}
