.dct-home-playbook {
  width: min(1160px, calc(100% - 2rem));
  margin: 1rem auto 1.35rem;
  background: linear-gradient(145deg, #f8fbff 0%, #eef4ff 48%, #f5f9ff 100%);
  border: 1px solid #dbe3f5;
  border-radius: 18px;
  padding: 1.1rem;
  box-shadow: 0 12px 28px rgba(16, 30, 57, 0.09);
  color: #1f2a3b;
}

.dct-home-playbook h2 {
  margin: 0;
  color: #1f3657;
}

.dct-home-playbook p {
  margin: 0.45rem 0 0;
  color: #4b5e79;
}

.dct-home-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}

.dct-home-layout {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0.8rem;
  align-items: start;
}

#homePlaybookFeatured {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.7rem;
}

.dct-playbook-feature-card {
  background: #ffffff;
  border: 1px solid #dbe3f5;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.dct-playbook-feature-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: #a5b4fc;
  box-shadow: 0 0 20px rgba(79, 70, 229, 0.18);
}

.dct-playbook-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  max-height: 360px;
  background: #f8fafc;
  border-bottom: 1px solid #dbe3f5;
  padding: 0.35rem;
  overflow: hidden;
}

.dct-playbook-card-media img {
  width: auto;
  max-width: 88%;
  height: 100%;
  max-height: 300px;
  object-fit: contain;
  display: block;
}

.dct-playbook-card-copy {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  min-height: 150px;
}

.dct-playbook-kicker {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1d4ed8;
  font-weight: 800;
}

.dct-playbook-card-copy h3 {
  margin: 0.35rem 0 0.25rem;
  color: #1f2a3b;
  font-size: 1.05rem;
}

.dct-playbook-card-copy p {
  margin: 0;
  color: #4b5e79;
  font-size: 0.9rem;
}

.dct-playbook-actions {
  margin-top: auto;
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.dct-btn-open,
.dct-btn-start {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.72rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
}

.dct-btn-open {
  background: #1f3657;
  color: #ffffff;
}

.dct-btn-start {
  background: #eef4ff;
  border: 1px solid #c7d2fe;
  color: #1f3657;
}

.dct-slider-shell {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #dbe3f5;
  background: #ffffff;
  height: 320px;
}

#homePosterSlider {
  display: flex;
  width: 100%;
  transition: transform 0.55s ease;
}

.dct-carousel-slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 0.5rem;
  padding: 0.75rem;
  color: #334155;
  text-decoration: none;
}

.dct-carousel-slide img {
  width: auto;
  max-width: 88%;
  height: 220px;
  border-radius: 10px;
  object-fit: contain;
  background: #f8fafc;
  padding: 0.35rem;
  justify-self: center;
}

.dct-carousel-slide span {
  font-weight: 700;
  color: #1d4ed8;
}

.dct-three-paths {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.7rem;
}

.dct-path-card {
  background: #ffffff;
  border: 1px solid #dbe3f5;
  border-radius: 14px;
  padding: 0.9rem;
  box-shadow: 0 10px 26px rgba(16, 30, 57, 0.07);
}

.dct-path-card h3 {
  margin: 0;
  font-size: 1.05rem;
}

.dct-path-card p {
  margin: 0.45rem 0 0.75rem;
  color: #475569;
}

.dct-search-shell {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto 1.3rem;
  background: #ffffff;
  border: 1px solid #dbe3f5;
  border-radius: 14px;
  padding: 1rem;
}

.dct-search-shell h2 {
  margin: 0;
}

.dct-search-shell input {
  width: 100%;
  margin-top: 0.65rem;
  padding: 0.7rem;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
}

.dct-search-grid {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.65rem;
}

.dct-static-poster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 0.7rem;
}

.dct-static-poster-tile {
  margin: 0;
  border: 1px solid #dbe3f5;
  border-radius: 10px;
  background: #f8fafc;
  padding: 0.35rem;
  min-height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dct-static-poster-tile img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: contain;
  display: block;
}

.dct-search-card h3 {
  font-size: 1rem;
}

.dct-search-type {
  margin: 0;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
}

.dct-lesson-card .dct-lesson-poster {
  display: block;
  margin-bottom: 0.6rem;
}

.dct-lesson-card .dct-lesson-poster img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid #dbe3f5;
  background: #f8fafc;
  padding: 0.35rem;
}

.dct-lesson-flow {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.35rem;
}

.dct-lesson-flow span {
  background: #eef4ff;
  border: 1px solid #dbe3f5;
  border-radius: 999px;
  padding: 0.35rem 0.45rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #1f3657;
}

.dct-blog-flow {
  margin-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 0.7rem;
}

.dct-blog-poster-link {
  color: #77efe3;
  font-weight: 700;
  text-decoration: none;
}

.dct-blog-flow-steps {
  margin-top: 0.35rem;
  color: #cdd7f5;
  font-size: 0.88rem;
}

.dct-poster-hero {
  width: min(1120px, calc(100% - 2rem));
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #dbe3f5;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 12px 28px rgba(16, 30, 57, 0.08);
}

.dct-poster-hero img {
  width: min(100%, 900px);
  max-height: 1080px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 14px;
  border: 1px solid #dbe3f5;
  background: #f8fafc;
  object-fit: contain;
}

.dct-comment-box {
  margin-top: 0.9rem;
  border-top: 1px solid #e2e8f0;
  padding-top: 0.7rem;
}

.dct-continue-card .dct-progress-wrap {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.dct-continue-card .dct-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #7c3aed 0%, #2563eb 100%);
}

.dct-continue-poster {
  display: block;
  margin-top: 0.75rem;
  text-align: center;
}

.dct-continue-poster img {
  width: min(100%, 180px);
  max-height: 180px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 12px;
  background: #f8fafc;
  padding: 0.35rem;
}

.dct-task-list {
  margin-top: 0.65rem;
  display: grid;
  gap: 0.5rem;
}

.dct-task-row {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  background: #f8fafc;
  border: 1px solid #dbe3f5;
  border-radius: 10px;
  padding: 0.55rem 0.65rem;
}

.dct-task-row.done {
  background: #eefcf4;
  border-color: #bfe6cf;
}

.dct-task-row input[type='checkbox'] {
  margin-top: 0.15rem;
}

.dct-task-row .dct-task-text {
  color: #1f3657;
}

.dct-task-row.done .dct-task-text {
  text-decoration: line-through;
  color: #486170;
}

.dct-guide-stock-strip {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0.75rem;
}

.dct-guide-stock-card {
  background: #ffffff;
  border: 1px solid #dbe3f5;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(16, 30, 57, 0.08);
}

.dct-guide-stock-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.dct-guide-stock-card p {
  margin: 0;
  padding: 0.7rem 0.8rem;
  color: #475569;
  font-size: 0.88rem;
}

@media (max-width: 900px) {
  .dct-home-layout {
    grid-template-columns: 1fr;
  }

  .dct-slider-shell {
    height: 300px;
  }

  .dct-static-poster-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dct-playbook-card-media {
    min-height: 230px;
    max-height: 320px;
  }

  .dct-lesson-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .dct-slider-shell {
    height: 280px;
  }

  .dct-carousel-slide img {
    height: 190px;
  }

  .dct-static-poster-grid {
    grid-template-columns: 1fr;
  }

  .dct-static-poster-tile {
    min-height: 260px;
  }
}
