/* ================================================
   REIKI WORKSHOP POST — Purple Room Healing
   Paste this entire code into:
   WordPress Dashboard → Appearance → Customize → Additional CSS
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@300;400;500&display=swap');

.rk-root {
  font-family: 'DM Sans', sans-serif;
  max-width: 100%;
  padding-bottom: 2rem;
}

/* HERO */
.rk-hero {
  background: linear-gradient(160deg, #2e1a5e 0%, #5b2d8e 55%, #9b59b6 100%);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.rk-hero-tag {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #d8b4fe;
  margin: 0 0 0.6rem;
}

.rk-hero h2 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  color: #fff !important;
  line-height: 1.15 !important;
  margin: 0 0 0.5rem !important;
  border: none !important;
}

.rk-hero-sub {
  font-size: 14px;
  color: #e9d5ff;
  margin: 0 0 1.2rem;
  font-weight: 300;
}

.rk-mandala {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  display: block;
}

.rk-lang-badges {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.rk-badge {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 12px;
  color: #f3e8ff;
}

/* SECTIONS */
.rk-section {
  background: #ffffff;
  border: 1px solid #e5e0f5;
  border-radius: 14px;
  padding: 1.4rem 1.6rem;
  margin-bottom: 1.2rem;
}

.rk-section-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  color: #6b21a8 !important;
  margin: 0 0 1rem !important;
  border: none !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.rk-body {
  font-size: 14.5px;
  line-height: 1.8;
  color: #4a4a6a;
  margin: 0;
}

.rk-body + .rk-body {
  margin-top: 0.75rem;
}

/* QUESTION BLOCK */
.rk-qs {
  background: #f5f3ff;
  border-left: 3px solid #9333ea;
  border-radius: 0 10px 10px 0;
  padding: 1rem 1.2rem;
  margin: 1rem 0;
}

.rk-qs p {
  font-size: 14px;
  color: #4a4a6a;
  margin: 0 0 0.4rem !important;
  padding: 0 !important;
  line-height: 1.6;
}

.rk-qs p:last-child {
  margin: 0 !important;
}

.rk-answer {
  font-size: 14.5px !important;
  color: #1a1a2e !important;
  font-weight: 500 !important;
  margin-top: 0.8rem !important;
}

/* BENEFITS GRID */
.rk-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
  margin-top: 0.8rem;
}

.rk-benefit-card {
  background: #f5f3ff;
  border-radius: 10px;
  padding: 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.rk-benefit-card i {
  font-size: 20px;
  color: #9333ea;
}

.rk-benefit-label {
  font-size: 13px;
  font-weight: 500;
  color: #1a1a2e;
  line-height: 1.3;
}

/* DATES GRID */
.rk-dates-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 0.6rem;
}

.rk-date-card {
  border-radius: 10px;
  padding: 1rem 1.1rem;
  border: 1px solid #e5e0f5;
}

.rk-date-card.telugu {
  background: #faf5ff;
  border-color: #d8b4fe;
}

.rk-date-card.english {
  background: #f0fdf4;
  border-color: #86efac;
}

.rk-date-lang {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.rk-date-card.telugu .rk-date-lang { color: #7e22ce; }
.rk-date-card.english .rk-date-lang { color: #15803d; }

.rk-date-month {
  font-size: 11px;
  font-weight: 500;
  color: #4a4a6a;
  margin-bottom: 2px;
}

.rk-date-days {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a1a2e;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 4px;
}

.rk-date-note {
  font-size: 11px;
  color: #4a4a6a;
  line-height: 1.5;
}

/* NOTICE BOX */
.rk-notice {
  background: #fef9c3;
  border: 1px solid #fde68a;
  border-radius: 10px;
  padding: 0.9rem 1.1rem;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 1rem;
}

.rk-notice i {
  font-size: 18px;
  color: #b45309;
  flex-shrink: 0;
  margin-top: 2px;
}

.rk-notice p {
  font-size: 13px;
  color: #78350f;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6;
}

/* LINEAGE NOTE */
.rk-lineage-note {
  background: #f5f3ff;
  border-radius: 10px;
  padding: 0.9rem 1.1rem;
  margin-top: 1rem;
  font-size: 13px;
  color: #4a4a6a;
  line-height: 1.6;
}

/* CTA */
.rk-cta {
  background: linear-gradient(135deg, #4c1d95 0%, #7c3aed 100%);
  border-radius: 16px;
  padding: 1.8rem 2rem;
  text-align: center;
  margin-top: 1.2rem;
}

.rk-cta-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.5rem !important;
  color: #fff !important;
  font-weight: 600 !important;
  margin: 0 0 0.5rem !important;
}

.rk-cta-sub {
  font-size: 13.5px;
  color: #e9d5ff;
  margin: 0 0 1rem !important;
  line-height: 1.6;
}

.rk-cta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.rk-cta-pill {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 12px;
  color: #fff;
}

.rk-footer {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 13px;
  color: #4a4a6a;
  line-height: 1.7;
}

/* RESPONSIVE for sidebar layout */
@media (max-width: 600px) {
  .rk-hero h2 { font-size: 1.8rem !important; }
  .rk-hero { padding: 1.8rem 1.2rem; }
  .rk-section { padding: 1.1rem 1.1rem; }
  .rk-dates-grid { grid-template-columns: 1fr; }
  .rk-benefits-grid { grid-template-columns: 1fr 1fr; }
}