/* Daily Save Your Kids Report */
/* Reuse the Daily Ancestor Report visual style for consistency */

.dar-wrapper {
  background: linear-gradient(135deg, #fdf6ff 0%, #f3eaff 100%);
  border-radius: 16px;
  margin: 8px auto 16px;
  padding-bottom: 18px;
}

.dar-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 12px;
}

/* Header */

.dar-head {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "main"
    "date";
  gap: 0.6rem;
  align-items: center;
  margin: 8px 0 14px;
}

.dar-head-main {
  grid-area: main;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.dar-head-side {
  grid-area: date;
  justify-self: end;
  align-self: center;
}

.dar-title {
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 900;
  color: #7b2cbf;
  margin: 0 0 6px;
  text-align: center;
  position: relative;
}

.dar-title::after {
  content: '';
  display: block;
  height: 3px;
  width: 52px;
  background: linear-gradient(90deg, #ffd54a, #ffd54a 60%, rgba(123, 44, 191, 0));
  border-radius: 2px;
  margin: 6px auto 0;
  opacity: .95;
}

.dar-date-chip {
  background: rgba(123, 44, 191, 0.08);
  padding: 0.24rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(123, 44, 191, 0.18);
  font-size: 0.7rem;
  font-weight: 700;
}

/* Cards */

.dar-card {
  background: #fff;
  border-radius: 16px;
  padding: 14px 14px 16px;
  margin-bottom: 12px;
  border: 1px solid #ead8ff;
  box-shadow: 0 6px 18px rgba(123, 44, 191, 0.04);
}

.dar-card-main {
  background: #fbf7ff;
  border: 1px solid #ead8ff;
  box-shadow: 0 6px 18px rgba(123, 44, 191, 0.04);
}

.dar-main-anchor {
  font-size: 1rem;
  font-weight: 600;
  color: #4a1f33;
  margin-bottom: 6px;
}

.dar-main-question {
  font-size: 0.95rem;
  color: #573046;
}

.dar-main-jyotish {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #5a3b80;
  margin: 4px 0 0;
}

/* Proverb */

.dar-proverb-card {
  position: relative;
  margin: 0 0 12px 0;
  padding: .65rem 1rem .65rem 3.6rem;
  background: linear-gradient(180deg,#fff,#fbf8ff);
  border: 1px solid #ead8ff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(123,44,191,0.04);
  overflow: visible;
  display: flex;
  align-items: center;
  min-height: 64px;
}

.dar-proverb-text {
  margin: 0;
  font-size: .88rem;
  color: #7b2cbf;
  line-height: 1.25;
  font-style: italic;
  padding: 0;
  display: block;
  word-break: break-word;
}

.dar-proverb-card::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, #ffd54a, rgba(123,44,191,0.08));
  opacity: 0.95;
}

/* Section titles & lists */

.dar-section-title {
  font-size: .95rem;
  font-weight: 800;
  color: #7b2cbf;
  margin-bottom: 8px;
}

.dar-reflection-list {
  padding-left: 1.1rem;
}

.dar-reflection-list li {
  font-size: 0.9rem;
  margin-bottom: 6px;
}

/* Story */

.dar-story-card .dar-body-html p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 0.6rem;
}

/* Gita / Wisdom */

.dar-gita-card {
  background: #f8fbff;
}

/* Context block */

.dar-context-card .dar-body-text {
  font-size: 0.9rem;
  color: #49305f;
}

/* Footer */

.dar-disclaimer {
  font-size: 0.78rem;
  color: #6b4a84;
  margin-top: 8px;
}

/* Bottom CTAs */

.dkr-bottom-ctas {
  margin-top: 12px;
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  justify-content: center;
  align-items: stretch;
}

.dkr-bottom-ctas .btn-back {
  flex: 1 1 0;
  min-width: 0;
  max-width: 340px;
  text-align: center;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .35rem .8rem;
  border-radius: 999px;
  border: 1px solid #e0c7ff;
  background: #faf5ff;
  color: #4b2166;
  font-size: .85rem;
  text-decoration: none;
  font-weight: 600;
  transition: background .15s ease, box-shadow .15s ease, transform .1s ease;
}

.btn-back:hover {
  background: #f3e8ff;
  box-shadow: 0 2px 8px rgba(123, 44, 191, 0.16);
  transform: translateY(-1px);
}

/* Breadcrumb micro */

.breadcrumb-nav.micro {
  margin: 8px 0 6px;
  font-size: 0.75rem;
  color: var(--muted, #6f6a80);
  display: flex;
  flex-wrap: wrap;
  gap: .25rem .5rem;
}
.breadcrumb-nav.micro a {
  color: var(--brand-700, #6b21a8);
  text-decoration: none;
}
.breadcrumb-nav.micro .sep {
  opacity: .6;
}

.breadcrumb-nav,
.breadcrumb-nav.micro {
  margin-top: 4px !important;
  margin-bottom: 6px !important;
}

/* Title glow animation */

.dar-title.dar-glow {
  text-shadow: 0 6px 18px rgba(123, 44, 191, 0.08),
               0 2px 6px rgba(123, 44, 191, 0.04);
  animation: dar-soft-glow 1.5s ease-out;
}

@keyframes dar-soft-glow {
  0% { text-shadow: 0 0 0 rgba(123,44,191,0); }
  40% { text-shadow: 0 0 12px rgba(123,44,191,0.75); }
  100% { text-shadow: 0 0 0 rgba(123,44,191,0); }
}

@media (max-width: 520px) {
  .dkr-bottom-ctas {
    flex-direction: column;
    gap: .6rem;
  }
  .dkr-bottom-ctas .btn-back {
    width: 100%;
    max-width: 100%;
  }
}
