/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/(marketing)/canli-kutuphane/canli-kutuphane.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
/* ========================================
   Canlı Kütüphane — Vertical Timeline Layout
   Palette: #607D8B, #F44336, #0e1133, #505056, #eef1f6
   ======================================== */

/* Hero */
.ck-hero {
  padding: 180px 0 100px;
  background: #F44336;
  color: #fff;
  text-align: center;
}

.ck-preview-image {
  position: relative;
  max-width: 520px;
  margin: 0 auto 32px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.35);
}

.ck-preview-image img {
  display: block;
}

.ck-live-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(244, 67, 54, 0.9);
  color: #fff;
  padding: 5px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  z-index: 2;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.ck-pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  animation: ck-pulse 1.4s ease-in-out infinite;
}

@keyframes ck-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.7); }
}

.ck-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #fff;
}

.ck-subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 36px;
}

.ck-scroll-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: opacity 0.3s;
}

.ck-scroll-cta:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

.ck-scroll-cta i {
  animation: ck-bounce 2s ease infinite;
}

@keyframes ck-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* Timeline */
.ck-steps {
  padding: 80px 0 60px;
  background: #fff;
}

.ck-timeline {
  position: relative;
  padding-left: 48px;
}

.ck-timeline::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #eef1f6;
  border-radius: 3px;
}

.ck-timeline-item {
  position: relative;
  padding-bottom: 48px;
}

.ck-timeline-item-last {
  padding-bottom: 0;
}

.ck-timeline-marker {
  position: absolute;
  left: -48px;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #607D8B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(96, 125, 139, 0.3);
}

.ck-marker-highlight {
  background: #F44336;
  box-shadow: 0 2px 12px rgba(244, 67, 54, 0.35);
}

.ck-timeline-content {
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 16px;
  padding: 28px 28px 24px;
  transition: box-shadow 0.3s ease;
}

.ck-timeline-content:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

.ck-content-highlight {
  background: #eef1f6;
  border-color: transparent;
}

.ck-timeline-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0e1133;
  margin-bottom: 8px;
}

.ck-timeline-content p {
  font-size: 15px;
  color: #505056;
  line-height: 1.65;
  margin-bottom: 0;
}

/* Download buttons inside timeline */
.ck-download-row {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.ck-dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: #0e1133;
  color: #fff;
  transition: all 0.25s ease;
}

.ck-dl-btn:hover {
  background: #607D8B;
  color: #fff;
  text-decoration: none;
}

.ck-dl-secondary {
  background: #607D8B;
}

.ck-dl-secondary:hover {
  background: #0e1133;
}

.ck-dl-btn i {
  font-size: 17px;
}

/* YouTube inline link */
.ck-yt-inline {
  margin-top: 16px;
}

.ck-yt-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #F44336;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.25s;
}

.ck-yt-link:hover {
  opacity: 0.75;
  color: #F44336;
  text-decoration: underline;
}

.ck-yt-link i {
  font-size: 18px;
}

/* Bottom CTA */
.ck-bottom {
  padding: 60px 0 80px;
  background: #eef1f6;
  text-align: center;
}

.ck-bottom h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0e1133;
  margin-bottom: 8px;
}

.ck-bottom p {
  font-size: 16px;
  color: #505056;
  margin-bottom: 28px;
}

.ck-bottom-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.ck-bottom-btns .main-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .ck-hero {
    padding: 130px 0 60px;
  }

  .ck-title {
    font-size: 30px;
  }

  .ck-subtitle {
    font-size: 15px;
  }

  .ck-steps {
    padding: 50px 0 40px;
  }

  .ck-timeline {
    padding-left: 40px;
  }

  .ck-timeline::before {
    left: 14px;
  }

  .ck-timeline-marker {
    left: -40px;
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .ck-timeline-content {
    padding: 20px;
  }

  .ck-download-row {
    flex-direction: column;
  }

  .ck-dl-btn {
    justify-content: center;
  }

  .ck-bottom {
    padding: 40px 0 50px;
  }

  .ck-bottom h2 {
    font-size: 24px;
  }

  .ck-bottom-btns {
    flex-direction: column;
    align-items: center;
  }
}

