/* CTL-600 product landing (Figma 551:16120) */
#ctl600-landing.ctl600 {
  --ctl-ink: #1d1b34;
  --ctl-purple: #7d6cff;
  --ctl-blue: #4b34f6;
  --ctl-muted: rgba(29, 27, 52, 0.32);
  --ctl-line: rgba(29, 27, 52, 0.08);
  --ctl-pad-x: 52px;
  --ctl-pad-y: 72px;
  --ctl-max: 1232px;
  background: #fff;
  color: var(--ctl-ink);
  font-family: 'Geist', sans-serif;
}

#ctl600-landing .ctl600-inner {
  max-width: var(--ctl-max);
  margin: 0 auto;
  padding-left: var(--ctl-pad-x);
  padding-right: var(--ctl-pad-x);
}

#ctl600-landing .ctl600-section {
  padding-top: var(--ctl-pad-y);
  padding-bottom: var(--ctl-pad-y);
}

#ctl600-landing .ctl600-service,
#ctl600-landing .ctl600-cta,
#ctl600-landing .ctl600-closing {
  padding-top: 32px;
  padding-bottom: 32px;
}

#ctl600-landing .ctl600-title {
  margin: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
  color: var(--ctl-ink);
}

#ctl600-landing .ctl600-subtitle {
  margin: 2px 0 0;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.3;
  color: var(--ctl-ink);
  opacity: 0.32;
}

#ctl600-landing .ctl600-subtitle-break {
  display: none;
}

@media (min-width: 992px) {
  #ctl600-landing .ctl600-faq .ctl600-subtitle-break {
    display: block;
  }
}

#ctl600-landing .ctl600-heading-block {
  margin-bottom: 32px;
}

#ctl600-landing .ctl600-heading-block .ctl600-subtitle {
  font-size: 32px;
  line-height: 1.3;
  max-width: 825px;
}

#ctl600-landing .ctl600-grid {
  display: grid;
  gap: 16px;
}

#ctl600-landing .ctl600-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#ctl600-landing .ctl600-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Steps */
#ctl600-landing .ctl600-steps .ctl600-title {
  margin-bottom: 32px;
}

/* Ürün detay akordiyon → CTL600 arası boşluk (−48 desktop / −40 mobil) */
#product-detail ~ #ctl600-landing > .ctl600-steps {
  padding-top: calc(var(--ctl-pad-y) - 48px);
}
@media (max-width: 575px) {
  #product-detail ~ #ctl600-landing > .ctl600-steps {
    padding-top: calc(var(--ctl-pad-y) - 40px);
  }
}

#ctl600-landing .ctl600-step-card {
  background: var(--ctl-ink);
  color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: 100%;
}

#ctl600-landing .ctl600-step-card__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 12px;
}

#ctl600-landing .ctl600-step-card h3 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}

#ctl600-landing .ctl600-step-card p {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}

#ctl600-landing .ctl600-step-card__media {
  margin-top: auto;
  min-height: 180px;
  display: flex;
  align-items: flex-end;
}

#ctl600-landing .ctl600-step-card__media img {
  display: block;
  width: auto;
  max-width: 50%;
  height: auto;
}

#ctl600-landing .ctl600-result-panel {
  background: #fff;
  border-radius: 16px;
  padding: 15px 24px;
  width: 100%;
  box-sizing: border-box;
}

#ctl600-landing .ctl600-result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(29, 27, 52, 0.12);
  color: var(--ctl-ink);
  font-size: 16px;
  line-height: 1.1;
}

#ctl600-landing .ctl600-result-row--last {
  border-bottom: none;
}

#ctl600-landing .ctl600-result-badge {
  background: var(--ctl-purple);
  color: #fff;
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 500;
  white-space: nowrap;
}

/* Metrics */
#ctl600-landing .ctl600-metric-card {
  background: linear-gradient(168deg, #7d6cff 8%, #1d1b34 140%);
  color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 0;
  box-sizing: border-box;
}

#ctl600-landing .ctl600-metric-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#ctl600-landing .ctl600-metric-card h3 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}

#ctl600-landing .ctl600-metric-card p {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}

#ctl600-landing .ctl600-metric-value {
  flex-shrink: 0;
  background: var(--ctl-ink);
  color: #fff;
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  white-space: nowrap;
  box-sizing: border-box;
}

/* Quotes */
#ctl600-landing .ctl600-quotes .ctl600-grid--2 {
  gap: 10px;
}

#ctl600-landing .ctl600-quote-card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--ctl-ink);
  box-shadow: 4px 4px 0 var(--ctl-ink);
  padding: 32px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  box-sizing: border-box;
}

#ctl600-landing .ctl600-quote-card__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#ctl600-landing .ctl600-quote-icon {
  width: 24px;
  height: 24px;
  display: block;
}

#ctl600-landing .ctl600-quote-card p {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}

#ctl600-landing .ctl600-quote-card cite {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}

/* Compare */
#ctl600-landing .ctl600-compare-card {
  background: linear-gradient(
    180deg,
    #f4f5f7 0%,
    #f4f5f7 42%,
    #ebe7ff 72%,
    #d8d0ff 100%
  );
  padding: 32px;
  box-sizing: border-box;
}

#ctl600-landing .ctl600-compare-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

#ctl600-landing .ctl600-compare-card__head h3 {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}

#ctl600-landing .ctl600-pill {
  background: var(--ctl-purple);
  color: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
}

#ctl600-landing .ctl600-compare-card__body {
  border-top: 1px solid var(--ctl-line);
  padding-top: 16px;
}

#ctl600-landing .ctl600-compare-card__body p {
  margin: 0 0 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}

#ctl600-landing .ctl600-compare-card__body p:last-child {
  margin-bottom: 0;
}

/* Checklist */
#ctl600-landing .ctl600-products__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}

#ctl600-landing .ctl600-products .ctl600-heading-block {
  margin-bottom: 0;
}

#ctl600-landing .ctl600-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

#ctl600-landing .ctl600-checklist__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--ctl-line);
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}

#ctl600-landing .ctl600-checklist__item img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

/* Service / CTA banners */
#ctl600-landing .ctl600-closing__stack {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#ctl600-landing .ctl600-service-banner,
#ctl600-landing .ctl600-cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 100px 40px 72px;
  box-sizing: border-box;
}

#ctl600-landing .ctl600-service-banner {
  background: var(--ctl-ink);
  color: #fff;
}

#ctl600-landing .ctl600-cta-banner {
  background: var(--ctl-purple);
  color: #fff;
}

#ctl600-landing .ctl600-service-banner p,
#ctl600-landing .ctl600-cta-banner p {
  margin: 0;
  max-width: 558px;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
}

#ctl600-landing .ctl600-service-banner img {
  width: 136px;
  height: 136px;
  flex-shrink: 0;
}

/* FAQ */
#ctl600-landing .ctl600-faq {
  padding-bottom: 32px;
}

#ctl600-landing .ctl600-faq__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}

#ctl600-landing .ctl600-faq__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

#ctl600-landing .ctl600-faq__intro .ctl600-heading-block {
  margin-bottom: 0;
}

/* Sepete Ekle / ürün aksiyon butonlarıyla aynı tipografi */
#ctl600-landing .btn {
  height: 56px;
  min-height: 56px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 500;
  flex-shrink: 0;
}

#ctl600-landing .ctl600-cta-form {
  display: inline-flex;
  flex-shrink: 0;
  margin: 0;
}

#ctl600-landing .ctl600-faq-item {
  border-bottom: 1px solid var(--ctl-line);
  background: #fff;
}

#ctl600-landing .ctl600-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ctl-ink);
}

#ctl600-landing .ctl600-faq-item.is-open .ctl600-faq-q {
  font-weight: 600;
}

#ctl600-landing .ctl600-faq-chevron {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--ctl-ink);
  transition: transform 0.3s ease;
}

#ctl600-landing .ctl600-faq-item.is-open .ctl600-faq-chevron {
  transform: rotate(180deg);
}

#ctl600-landing .ctl600-faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  overflow: hidden;
}

#ctl600-landing .ctl600-faq-item.is-open .ctl600-faq-a {
  grid-template-rows: 1fr;
}

#ctl600-landing .ctl600-faq-a__inner {
  overflow: hidden;
  min-height: 0;
  padding: 0 56px 0 0;
}

#ctl600-landing .ctl600-faq-item.is-open .ctl600-faq-a__inner {
  padding-bottom: 24px;
  padding-top: 8px;
  transition: padding 0.3s ease;
}

#ctl600-landing .ctl600-faq-a p {
  margin: 0 0 12px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}

#ctl600-landing .ctl600-faq-a p:last-child {
  margin-bottom: 0;
}

/* Servis kartları — SSS hemen üstünde, CTL grid ile aynı hiza */
#ctl600-landing #pd-service-cards {
  padding: 0 0 40px;
  background: #fff;
}

#ctl600-landing #pd-service-cards .pd-service-cards__inner {
  max-width: 1232px;
  padding-left: 52px;
  padding-right: 52px;
}

#ctl600-landing #pd-service-cards.pd-service-cards--count-3 .pd-service-cards__inner,
#ctl600-landing #pd-service-cards.pd-service-cards--count-4 .pd-service-cards__inner {
  justify-content: stretch;
  gap: 16px;
}

#ctl600-landing #pd-service-cards.pd-service-cards--count-3 .pd-service-card,
#ctl600-landing #pd-service-cards.pd-service-cards--count-4 .pd-service-card {
  flex: 1 1 0;
  width: auto;
  max-width: none;
}

@media (max-width: 1199px) {
  #ctl600-landing #pd-service-cards .pd-service-cards__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  #ctl600-landing #pd-service-cards .pd-service-cards__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 575px) {
  #ctl600-landing #pd-service-cards {
    padding-bottom: 24px;
  }

  #ctl600-landing #pd-service-cards .pd-service-cards__viewport {
    padding-left: 24px;
    scroll-padding-left: 24px;
  }

  #ctl600-landing #pd-service-cards .pd-service-cards__inner {
    padding-left: 0;
    padding-right: 24px;
    gap: 8px;
  }

  #ctl600-landing #pd-service-cards.pd-service-cards--count-3 .pd-service-card,
  #ctl600-landing #pd-service-cards.pd-service-cards--count-4 .pd-service-card {
    flex: 0 0 260px;
    width: 260px;
    max-width: 260px;
  }

  #ctl600-landing #pd-service-cards .pd-service-cards__dots {
    padding: 0 24px;
  }
}

#ctl600-landing + #sss {
  margin-top: 0;
  padding-top: 0;
}

#ctl600-landing + #related-products {
  margin-top: 0;
}

/* Responsive */
@media (max-width: 1199px) {
  #ctl600-landing.ctl600 {
    --ctl-pad-x: 40px;
  }

  #ctl600-landing .ctl600-service-banner,
  #ctl600-landing .ctl600-cta-banner {
    padding: 36px 48px;
  }
}

@media (max-width: 991px) {
  #ctl600-landing.ctl600 {
    --ctl-pad-x: 24px;
    --ctl-pad-y: 56px;
  }

  #ctl600-landing .ctl600-title,
  #ctl600-landing .ctl600-subtitle,
  #ctl600-landing .ctl600-heading-block .ctl600-subtitle,
  #ctl600-landing .ctl600-service-banner p,
  #ctl600-landing .ctl600-cta-banner p {
    font-size: 28px;
  }

  #ctl600-landing .ctl600-grid--3,
  #ctl600-landing .ctl600-grid--2,
  #ctl600-landing .ctl600-products__layout,
  #ctl600-landing .ctl600-faq__layout {
    grid-template-columns: 1fr;
  }

  #ctl600-landing .ctl600-grid--3,
  #ctl600-landing .ctl600-grid--2 {
    gap: 6px;
  }

  #ctl600-landing .ctl600-quotes .ctl600-grid--2 {
    gap: 10px;
  }

  #ctl600-landing .ctl600-faq__layout {
    gap: 32px;
  }

  #ctl600-landing .ctl600-service-banner,
  #ctl600-landing .ctl600-cta-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
  }

  #ctl600-landing .ctl600-service-banner img {
    width: 96px;
    height: 96px;
  }
}

@media (max-width: 575px) {
  #ctl600-landing.ctl600 {
    --ctl-pad-x: 24px;
    --ctl-pad-y: 48px;
  }

  #ctl600-landing .ctl600-heading-block {
    margin-bottom: 20px;
  }

  #ctl600-landing .ctl600-steps .ctl600-title {
    margin-bottom: 20px;
  }

  #ctl600-landing .ctl600-products .ctl600-heading-block {
    margin-bottom: 20px;
  }

  #ctl600-landing .ctl600-faq__intro .ctl600-heading-block {
    margin-bottom: 0;
  }

  #ctl600-landing .ctl600-title,
  #ctl600-landing .ctl600-subtitle,
  #ctl600-landing .ctl600-heading-block .ctl600-subtitle,
  #ctl600-landing .ctl600-service-banner p,
  #ctl600-landing .ctl600-cta-banner p {
    font-size: 24px;
  }

  #ctl600-landing .ctl600-step-card,
  #ctl600-landing .ctl600-metric-card,
  #ctl600-landing .ctl600-quote-card,
  #ctl600-landing .ctl600-compare-card {
    padding: 20px;
  }

  #ctl600-landing .ctl600-checklist__item {
    font-size: 16px;
  }

  #ctl600-landing .btn {
    height: 48px;
    min-height: 48px;
    padding: 0 20px;
    width: 100%;
  }

  #ctl600-landing .ctl600-cta-form {
    width: 100%;
  }

  #ctl600-landing .ctl600-faq-a {
    padding-right: 0;
  }
}
