/* Diya 2026 - Shared page template CSS, namespace .diya-2026 */

.diya-2026 { background: #FAF7F2; font-family: 'DM Sans', system-ui, sans-serif; color: #1A1416; }
.diya-2026 *, .diya-2026 *::before, .diya-2026 *::after { box-sizing: border-box; }
.diya-2026 .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.diya-2026 .container-narrow { max-width: 880px; margin: 0 auto; padding: 0 24px; }

.diya-2026 h1, .diya-2026 .h1, .diya-2026 h2, .diya-2026 .h2, .diya-2026 h3, .diya-2026 .h3 {
  font-family: 'Fraunces', Georgia, serif; font-weight: 500; color: #6B0040; letter-spacing: -0.015em; line-height: 1.15; margin: 0;
}
.diya-2026 h1, .diya-2026 .h1 { font-size: clamp(2rem, 5vw, 3.25rem); }
.diya-2026 h2, .diya-2026 .h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.diya-2026 h3, .diya-2026 .h3 { font-size: 22px; }
.diya-2026 p { font-size: 16px; line-height: 1.65; color: #5A4A52; margin: 0 0 1rem; }

.diya-2026 .section { padding: 72px 0; }
.diya-2026 .section-tight { padding: 48px 0; }
.diya-2026 .section-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 28px; gap: 16px; flex-wrap: wrap; }
.diya-2026 .section-link { font-size: 14px; color: #D20078 !important; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; font-weight: 500; transition: gap 0.2s; }
.diya-2026 .section-link:hover { gap: 10px; }

.diya-2026 .eyebrow { font-size: 13px; color: #D20078; font-weight: 500; margin-bottom: 14px; letter-spacing: 0.04em; display: inline-flex; align-items: center; gap: 8px; }

.diya-2026 .btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 6px; font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 14px; text-decoration: none !important; transition: all 0.2s ease; cursor: pointer; line-height: 1; border: 1px solid transparent; }
.diya-2026 .btn-primary { background: #D20078; color: #fff !important; border-color: #D20078; }
.diya-2026 .btn-primary:hover { background: #A00060; border-color: #A00060; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(210,0,120,0.25); }
.diya-2026 .btn-outline { background: transparent; border-color: #E8DCDE; color: #1A1416 !important; }
.diya-2026 .btn-outline:hover { border-color: #D20078; color: #D20078 !important; }
.diya-2026 .btn-light { background: #fff; color: #D20078 !important; border-color: #fff; }
.diya-2026 .btn-light:hover { background: #FBE5F2; }
.diya-2026 .btn-ghost { background: transparent; border-color: #fff; color: #fff !important; }
.diya-2026 .btn-ghost:hover { background: rgba(255,255,255,0.12); }
.diya-2026 .btn-block { width: 100%; justify-content: center; }

.diya-2026 .stats { padding: 40px 0; background: #fff; border-top: 1px solid #E8DCDE; border-bottom: 1px solid #E8DCDE; }
.diya-2026 .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.diya-2026 .stat { padding: 8px 16px; text-align: center; border-right: 1px solid #E8DCDE; }
.diya-2026 .stat:last-child { border-right: none; }
.diya-2026 .stat-num { font-family: 'Fraunces', Georgia, serif; font-size: clamp(1.75rem, 3.5vw, 2.4rem); font-weight: 500; color: #D20078; line-height: 1.1; }
.diya-2026 .stat-label { font-size: 13px; color: #5A4A52; margin-top: 6px; }

.diya-2026 .cta { background: #D20078; padding: 64px 0; color: #fff; text-align: center; }
.diya-2026 .cta-title { font-family: 'Fraunces', Georgia, serif; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 500; margin: 0 0 10px; color: #fff !important; letter-spacing: -0.015em; }
.diya-2026 .cta-sub { font-size: 15px; opacity: 0.92; margin: 0 0 26px; color: #fff; }
.diya-2026 .cta-buttons { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

.diya-2026 .hero { padding: 64px 0; background: #fff; }
.diya-2026 .hero-split { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.diya-2026 .hero-lede { font-size: 16px; color: #5A4A52; line-height: 1.65; margin: 0 0 26px; max-width: 480px; }
.diya-2026 .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.diya-2026 .hero-image-box { background: #F5BFD9; border-radius: 14px; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; color: #A00060; position: relative; }
.diya-2026 .hero-image-box svg { width: 96px; height: 96px; }

.diya-2026 .course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.diya-2026 .course-grid-2 { grid-template-columns: repeat(2, 1fr); }
.diya-2026 .course-card { display: block; border: 1px solid #E8DCDE; border-radius: 12px; overflow: hidden; background: #fff; text-decoration: none !important; transition: transform 0.25s ease, box-shadow 0.25s ease; color: inherit; }
.diya-2026 .course-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(107,0,64,0.08); }
.diya-2026 .course-thumb { background: #FBE5F2; height: 140px; display: flex; align-items: center; justify-content: center; color: #A00060; }
.diya-2026 .course-thumb svg { width: 42px; height: 42px; }
.diya-2026 .course-body { padding: 20px 22px; }
.diya-2026 .course-name { font-size: 17px; font-weight: 500; color: #1A1416; margin-bottom: 4px; }
.diya-2026 .course-meta { font-size: 13px; color: #5A4A52; }
.diya-2026 .course-desc { font-size: 13px; color: #5A4A52; margin-top: 8px; line-height: 1.5; }
.diya-2026 .course-tags { display: flex; gap: 6px; margin-bottom: 8px; flex-wrap: wrap; }
.diya-2026 .course-tag { background: #FBE5F2; color: #A00060; font-size: 11px; padding: 3px 9px; border-radius: 10px; font-weight: 500; }

.diya-2026 .timeline { display: grid; gap: 20px; max-width: 800px; }
.diya-2026 .timeline-item { display: grid; grid-template-columns: 110px 1fr; gap: 24px; align-items: start; }
.diya-2026 .timeline-year { font-family: 'Fraunces', Georgia, serif; font-size: 24px; color: #D20078; font-weight: 500; padding-top: 4px; }
.diya-2026 .timeline-card { background: #fff; border: 1px solid #E8DCDE; border-radius: 12px; padding: 20px 24px; }
.diya-2026 .timeline-card h3 { font-size: 17px; margin: 0 0 6px; color: #6B0040; }
.diya-2026 .timeline-card p { margin: 0; font-size: 14px; color: #5A4A52; }

.diya-2026 .pull-quote { font-family: 'Fraunces', Georgia, serif; font-style: italic; font-size: 22px; line-height: 1.5; color: #1A1416; max-width: 720px; margin: 0; }
.diya-2026 .quote-attr { font-size: 14px; color: #5A4A52; margin-top: 16px; }

.diya-2026 input[type=text], .diya-2026 input[type=email], .diya-2026 input[type=tel], .diya-2026 textarea, .diya-2026 select {
  width: 100%; padding: 12px 16px; border: 1px solid #E8DCDE; border-radius: 6px; font-family: inherit; font-size: 15px; background: #fff; color: #1A1416; transition: border-color 0.2s, box-shadow 0.2s;
}
.diya-2026 input:focus, .diya-2026 textarea:focus, .diya-2026 select:focus { outline: none; border-color: #D20078; box-shadow: 0 0 0 3px rgba(210, 0, 120, 0.12); }
.diya-2026 label { font-size: 13px; font-weight: 500; color: #1A1416; margin-bottom: 6px; display: block; }
.diya-2026 .form-row { margin-bottom: 16px; }
.diya-2026 .form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.diya-2026 .contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 32px; align-items: start; }
.diya-2026 .contact-info { background: #fff; border: 1px solid #E8DCDE; border-radius: 12px; padding: 28px; }
.diya-2026 .contact-info h3 { font-size: 18px; margin-bottom: 8px; }
.diya-2026 .contact-row { display: flex; gap: 14px; align-items: flex-start; padding: 12px 0; border-top: 1px solid #F0E5E8; font-size: 14px; }
.diya-2026 .contact-row:first-of-type { border-top: none; }
.diya-2026 .contact-row svg { color: #D20078; flex-shrink: 0; margin-top: 2px; }
.diya-2026 .contact-row strong { color: #1A1416; font-weight: 500; display: block; margin-bottom: 2px; }
.diya-2026 .contact-row span { color: #5A4A52; }

.diya-2026 .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.diya-2026 .blog-card { display: block; background: #fff; border: 1px solid #E8DCDE; border-radius: 12px; overflow: hidden; text-decoration: none !important; color: inherit; transition: transform 0.25s, box-shadow 0.25s; }
.diya-2026 .blog-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(107,0,64,0.08); }
.diya-2026 .blog-thumb { background: #FBE5F2; aspect-ratio: 16/10; display: flex; align-items: center; justify-content: center; color: #A00060; }
.diya-2026 .blog-thumb svg { width: 36px; height: 36px; }
.diya-2026 .blog-body { padding: 20px 22px; }
.diya-2026 .blog-cat { font-size: 11px; font-weight: 500; color: #D20078; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 8px; }
.diya-2026 .blog-title { font-family: 'Fraunces', Georgia, serif; font-size: 18px; font-weight: 500; color: #1A1416; line-height: 1.3; margin-bottom: 8px; }
.diya-2026 .blog-meta { font-size: 12px; color: #8B7A82; }

@media (max-width: 900px) {
  .diya-2026 .course-grid, .diya-2026 .course-grid-2, .diya-2026 .blog-grid { grid-template-columns: 1fr 1fr; }
  .diya-2026 .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .diya-2026 .container, .diya-2026 .container-narrow { padding: 0 16px; }
  .diya-2026 .section { padding: 48px 0; }
  .diya-2026 .stats-grid { grid-template-columns: 1fr 1fr; }
  .diya-2026 .stat:nth-child(2) { border-right: none; }
  .diya-2026 .stat:nth-child(1), .diya-2026 .stat:nth-child(2) { border-bottom: 1px solid #E8DCDE; padding-bottom: 24px; }
  .diya-2026 .stat:nth-child(3), .diya-2026 .stat:nth-child(4) { padding-top: 24px; }
  .diya-2026 .course-grid, .diya-2026 .course-grid-2, .diya-2026 .blog-grid { grid-template-columns: 1fr; }
  .diya-2026 .hero { padding: 40px 0 56px; }
  .diya-2026 .hero-split { grid-template-columns: 1fr; gap: 32px; }
  .diya-2026 .timeline-item { grid-template-columns: 1fr; gap: 6px; }
  .diya-2026 .form-grid-2 { grid-template-columns: 1fr; }
}


/* === Header (diya-2026 templates) === */
.d26-header { background: #fff; border-bottom: 1px solid #E8DCDE; font-family: 'DM Sans', sans-serif; }
.d26-header__inner { max-width: 1200px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.d26-header__brand { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.d26-header__brand img { height: 42px; width: auto; display: block; }
.d26-header__nav { display: flex; gap: 30px; align-items: center; }
.d26-header__nav a { color: #1A1416; text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
.d26-header__nav a:hover { color: #D20078; }
.d26-header__cta { background: #D20078; color: #fff !important; padding: 9px 18px; border-radius: 6px; font-size: 13px; font-weight: 500; text-decoration: none !important; display: inline-flex; align-items: center; gap: 7px; transition: background 0.2s, transform 0.15s; flex-shrink: 0; }
.d26-header__cta:hover { background: #A00060; color: #fff !important; transform: translateY(-1px); }
.d26-header__toggle { display: none; background: none; border: none; flex-direction: column; gap: 4px; cursor: pointer; padding: 8px; }
.d26-header__toggle span { width: 22px; height: 2px; background: #1A1416; display: block; }
.d26-header__mobile { display: none; flex-direction: column; background: #fff; border-bottom: 1px solid #E8DCDE; }
.d26-header__mobile a { padding: 14px 24px; display: block; text-decoration: none; color: #1A1416; font-size: 15px; font-weight: 500; border-bottom: 1px solid #F0E5E8; }
.d26-header__mobile a:hover { background: #FBE5F2; color: #D20078; }
body.d26-mobile-open .d26-header__mobile { display: flex; }

@media (max-width: 960px) {
  .d26-header__nav, .d26-header__cta { display: none; }
  .d26-header__toggle { display: flex; }
  .d26-header__brand img { height: 36px; }
}

/* === Footer (diya-2026 templates) === */
.d26-footer { background: #1A1416; color: #B4A8AC; font-family: 'DM Sans', sans-serif; }
.d26-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 48px; padding: 64px 24px 40px; max-width: 1200px; margin: 0 auto; }
.d26-footer__brand img { height: 50px; width: auto; background: #fff; padding: 8px 12px; border-radius: 8px; margin-bottom: 16px; display: block; }
.d26-footer__brand p { color: #B4A8AC; font-size: 14px; line-height: 1.6; max-width: 320px; margin: 0 0 16px; }
.d26-footer__socials { display: flex; gap: 10px; margin-top: 16px; }
.d26-footer__socials a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); color: #fff; display: flex; align-items: center; justify-content: center; transition: background 0.2s; text-decoration: none; }
.d26-footer__socials a:hover { background: #D20078; }
.d26-footer h4 { font-family: 'Fraunces', Georgia, serif; color: #fff; font-size: 16px; font-weight: 500; margin: 0 0 16px; letter-spacing: -0.005em; }
.d26-footer ul { list-style: none; padding: 0; margin: 0; }
.d26-footer li { margin-bottom: 10px; }
.d26-footer ul a { color: #B4A8AC; text-decoration: none; font-size: 14px; transition: color 0.2s; }
.d26-footer ul a:hover { color: #fff; }
.d26-footer p { color: #B4A8AC; font-size: 14px; line-height: 1.6; margin: 0 0 10px; }
.d26-footer p a { color: inherit; text-decoration: none; }
.d26-footer p a:hover { color: #fff; }
.d26-footer__bottom { background: rgba(0,0,0,0.25); padding: 18px 24px; text-align: center; }
.d26-footer__bottom p { font-size: 13px; color: #8B7A82; margin: 0; max-width: 1200px; margin-left: auto; margin-right: auto; }

@media (max-width: 900px) {
  .d26-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; padding: 48px 24px 32px; }
}
@media (max-width: 600px) {
  .d26-footer__grid { grid-template-columns: 1fr; gap: 28px; padding: 40px 16px 24px; }
}


/* === Header dropdown (Courses menu) === */
.d26-header__dropdown { position: relative; }
.d26-header__dropdown-toggle { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; color: #1A1416; text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
.d26-header__dropdown-toggle:hover { color: #D20078; }
.d26-header__caret { transition: transform 0.25s ease; color: #8B7A82; }
.d26-header__dropdown:hover .d26-header__caret,
.d26-header__dropdown:focus-within .d26-header__caret { transform: rotate(180deg); color: #D20078; }

.d26-header__dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: #fff;
  border: 1px solid #E8DCDE;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(107, 0, 64, 0.12);
  min-width: 320px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 100;
}
.d26-header__dropdown:hover .d26-header__dropdown-menu,
.d26-header__dropdown:focus-within .d26-header__dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.d26-header__dropdown-menu::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background: #fff;
  border-left: 1px solid #E8DCDE;
  border-top: 1px solid #E8DCDE;
  transform: translateX(-50%) rotate(45deg);
}
.d26-header__dropdown-menu a {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  text-decoration: none;
  color: #1A1416;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.15s ease, color 0.15s ease;
}
.d26-header__dropdown-menu a:hover { background: #FBE5F2; color: #D20078; }
.d26-header__dropdown-meta { font-size: 12px; color: #8B7A82; font-weight: 400; margin-top: 2px; }
.d26-header__dropdown-menu a:hover .d26-header__dropdown-meta { color: #D20078; }
.d26-header__dropdown-divider { height: 1px; background: #F0E5E8; margin: 8px 16px; }
.d26-header__dropdown-all { color: #D20078 !important; font-size: 13px !important; font-weight: 500 !important; }
.d26-header__dropdown-all:hover { background: #FBE5F2; }

/* Mobile sub-items (under Courses) */
.d26-header__mobile-sub { padding-left: 40px !important; color: #5A4A52 !important; font-size: 14px !important; font-weight: 400 !important; }
.d26-header__mobile-sub:hover { color: #D20078 !important; }


/* === STORIES PAGE === */
.stories-page .stories-hero {
  background: #fff;
  padding: 56px 0 48px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.stories-page .stories-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: center;
}
.stories-page .stories-hero-text h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 16px 0 20px;
  color: #1A1416;
  font-weight: 500;
}
.stories-page .stories-hero-text .hero-lede {
  font-size: 18px;
  line-height: 1.55;
  color: #5C5057;
  max-width: 520px;
}
.stories-page .stories-hero-image {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #F5F1EC;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
.stories-page .stories-hero-image img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

.stories-page .stories-outcomes {
  background: #FBE5F2;
  padding: 40px 0;
}
.stories-page .outcomes-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stories-page .outcome-num {
  font-family: 'Fraunces', serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 500;
  color: #D20078;
  line-height: 1;
}
.stories-page .outcome-label {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6B0040;
  font-weight: 600;
}

.stories-page .stories-featured,
.stories-page .stories-articles,
.stories-page .stories-insta {
  padding: 64px 0;
}
.stories-page .stories-articles {
  background: #FAF7F2;
}
.stories-page .section-header {
  margin-bottom: 32px;
}
.stories-page .section-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D20078;
  font-weight: 700;
  margin-bottom: 8px;
}
.stories-page .section-header .h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.01em;
  color: #1A1416;
  font-weight: 500;
  line-height: 1.15;
  margin: 0;
}

.stories-page .featured-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stories-page .featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(210, 0, 120, 0.15);
}
.stories-page .featured-image {
  aspect-ratio: 4/3;
  background: #F5F1EC;
  overflow: hidden;
}
.stories-page .featured-image img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.stories-page .featured-body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stories-page .featured-cat {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #FBE5F2;
  color: #6B0040;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 700;
  align-self: flex-start;
  margin-bottom: 16px;
}
.stories-page .featured-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-weight: 500;
  margin: 0 0 14px;
  color: #1A1416;
}
.stories-page .featured-excerpt {
  font-size: 16px;
  color: #5C5057;
  line-height: 1.55;
  margin: 0 0 20px;
}
.stories-page .featured-meta {
  font-size: 13px;
  color: #D20078;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.stories-page .stories-insta {
  background: #fff;
}

@media (max-width: 900px) {
  .stories-page .stories-hero-grid,
  .stories-page .featured-card {
    grid-template-columns: 1fr;
  }
  .stories-page .featured-body { padding: 28px; }
  .stories-page .outcomes-strip { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .stories-page .stories-hero { padding: 40px 0 32px; }
}

/* === CONTACT FORM NOTICES === */
.form-notice {
  padding: 14px 18px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
  border-left: 4px solid;
}
.form-success {
  background: #ECF7F0;
  border-color: #2A9D5C;
  color: #1A5C36;
}
.form-error {
  background: #FBE5F2;
  border-color: #D20078;
  color: #6B0040;
}

/* === SINGLE POST PAGE === */
.single-post-page .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.single-post-page .container-narrow { max-width: 760px; margin: 0 auto; padding: 0 24px; }

.single-post-page .post-hero {
  background-color: #6B0040;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 72px;
  color: #fff;
  position: relative;
}
.single-post-page .post-breadcrumb {
  font-size: 13px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.02em;
}
.single-post-page .post-breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}
.single-post-page .post-breadcrumb a:hover { color: #fff; }
.single-post-page .post-breadcrumb .sep { margin: 0 8px; opacity: 0.55; }
.single-post-page .post-breadcrumb .current { color: #fff; }

.single-post-page .post-category {
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  color: #6B0040;
  padding: 7px 18px;
  border-radius: 24px;
  font-size: 11px;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.single-post-page .post-category:hover { transform: translateY(-1px); }

.single-post-page .post-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(30px, 4.5vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  color: #fff;
  font-weight: 500;
  max-width: 920px;
}
.single-post-page .post-meta {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
}
.single-post-page .post-meta-sep { margin: 0 10px; opacity: 0.55; }

.single-post-page .post-content {
  background: #fff;
  padding: 64px 0 32px;
}
.single-post-page .post-body {
  font-size: 18px;
  line-height: 1.72;
  color: #2A2024;
}
.single-post-page .post-body > *:first-child { margin-top: 0; }
.single-post-page .post-body h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(24px, 2.8vw, 32px);
  margin: 44px 0 18px;
  color: #6B0040;
  letter-spacing: -0.01em;
  font-weight: 500;
  line-height: 1.2;
}
.single-post-page .post-body h3 {
  font-family: 'Fraunces', serif;
  font-size: clamp(20px, 2.2vw, 24px);
  margin: 32px 0 14px;
  color: #1A1416;
  font-weight: 600;
  line-height: 1.25;
}
.single-post-page .post-body p { margin: 0 0 22px; }
.single-post-page .post-body ul,
.single-post-page .post-body ol {
  margin: 0 0 26px;
  padding-left: 26px;
}
.single-post-page .post-body li { margin-bottom: 10px; }
.single-post-page .post-body a {
  color: #D20078;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.single-post-page .post-body a:hover { color: #A00060; }
.single-post-page .post-body strong { font-weight: 700; color: #1A1416; }
.single-post-page .post-body em { font-style: italic; color: #4A3F44; }
.single-post-page .post-body blockquote {
  margin: 28px 0;
  padding: 20px 28px;
  border-left: 4px solid #D20078;
  background: #FBE5F2;
  font-family: 'Fraunces', serif;
  font-size: 20px;
  font-style: italic;
  color: #6B0040;
  border-radius: 0 8px 8px 0;
}
.single-post-page .post-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  font-size: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.single-post-page .post-body table th,
.single-post-page .post-body table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #E8DCDE;
}
.single-post-page .post-body table th {
  background: #FBE5F2;
  color: #6B0040;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.single-post-page .post-body table tr:last-child td { border-bottom: none; }

.single-post-page .post-inline-cta {
  background: #fff;
  padding: 16px 0 56px;
}
.single-post-page .inline-cta-box {
  background: linear-gradient(135deg, #FBE5F2 0%, #F5BFD9 100%);
  border-radius: 14px;
  padding: 40px 32px;
  text-align: center;
  border: 1px solid #F099BF;
}
.single-post-page .inline-cta-box h3 {
  font-family: 'Fraunces', serif;
  font-size: clamp(22px, 2.4vw, 26px);
  color: #6B0040;
  margin: 0 0 12px;
  font-weight: 500;
  line-height: 1.25;
}
.single-post-page .inline-cta-box p {
  color: #6B0040;
  font-size: 16px;
  margin: 0 0 24px;
  line-height: 1.55;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.single-post-page .post-more {
  background: #FAF7F2;
  padding: 72px 0;
}
.single-post-page .post-more .section-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #D20078;
  font-weight: 700;
  margin-bottom: 8px;
}
.single-post-page .post-more .h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.01em;
  color: #1A1416;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 36px;
}

@media (max-width: 768px) {
  .single-post-page .post-hero { padding: 72px 0 48px; }
  .single-post-page .post-content { padding: 40px 0 24px; }
  .single-post-page .post-body { font-size: 17px; }
  .single-post-page .inline-cta-box { padding: 28px 20px; }
  .single-post-page .post-more { padding: 48px 0; }
}

/* === COURSE DETAIL: original content wrapper === */
.diya-2026 .course-detail-content {
  background: #fff;
  padding: 56px 0;
}
.diya-2026 .course-original-content {
  font-size: 17px;
  line-height: 1.7;
  color: #2A2024;
}
.diya-2026 .course-original-content h1,
.diya-2026 .course-original-content h2,
.diya-2026 .course-original-content h3 {
  font-family: 'Fraunces', serif;
  color: #6B0040;
  letter-spacing: -0.01em;
  font-weight: 500;
  line-height: 1.2;
}
.diya-2026 .course-original-content h1 { font-size: clamp(26px, 3vw, 34px); margin: 32px 0 16px; }
.diya-2026 .course-original-content h2 { font-size: clamp(22px, 2.6vw, 28px); margin: 32px 0 14px; }
.diya-2026 .course-original-content h3 { font-size: clamp(19px, 2.2vw, 22px); color: #1A1416; margin: 24px 0 12px; }
.diya-2026 .course-original-content p { margin: 0 0 18px; }
.diya-2026 .course-original-content ul,
.diya-2026 .course-original-content ol { margin: 0 0 20px; padding-left: 24px; }
.diya-2026 .course-original-content li { margin-bottom: 8px; }
.diya-2026 .course-original-content a { color: #D20078; text-decoration: underline; text-underline-offset: 3px; }
.diya-2026 .course-original-content a:hover { color: #A00060; }
.diya-2026 .course-original-content img { max-width: 100%; height: auto; border-radius: 10px; }
/* Tame Elementor section spacing inside our wrapper */
.diya-2026 .course-original-content .elementor-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #D20078;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
}
.diya-2026 .course-original-content .elementor-button:hover { background: #A00060; color: #fff; }
.diya-2026 .course-original-content .elementor-icon-list-items {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.diya-2026 .course-original-content .elementor-icon-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6B0040;
  font-weight: 500;
}

/* === COURSE DETAIL: constrain Elementor content to match page width === */
.diya-2026 .course-original-content .elementor,
.diya-2026 .course-original-content .e-con,
.diya-2026 .course-original-content .e-con-inner,
.diya-2026 .course-original-content .e-con-boxed {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.diya-2026 .course-original-content .e-con > .e-con-inner {
  max-width: 100% !important;
}

/* === COURSE DETAIL: recolor Elementor icon-boxes to logo pink === */
.diya-2026 .course-original-content .elementor-icon {
  background-color: #D20078 !important;
  color: #fff !important;
  fill: #fff !important;
}
.diya-2026 .course-original-content .elementor-icon:hover {
  background-color: #A00060 !important;
}
.diya-2026 .course-original-content .elementor-icon i,
.diya-2026 .course-original-content .elementor-icon svg {
  color: #fff !important;
  fill: #fff !important;
}
/* Framed (outline) variant, just in case any use it */
.diya-2026 .course-original-content .elementor-view-framed .elementor-icon {
  background-color: transparent !important;
  border-color: #D20078 !important;
  color: #D20078 !important;
}
.diya-2026 .course-original-content .elementor-view-framed .elementor-icon i,
.diya-2026 .course-original-content .elementor-view-framed .elementor-icon svg {
  color: #D20078 !important;
  fill: #D20078 !important;
}
/* Default (no-bg) icon variant */
.diya-2026 .course-original-content .elementor-view-default .elementor-icon {
  background-color: transparent !important;
  color: #D20078 !important;
}
.diya-2026 .course-original-content .elementor-view-default .elementor-icon i,
.diya-2026 .course-original-content .elementor-view-default .elementor-icon svg {
  color: #D20078 !important;
  fill: #D20078 !important;
}
/* The decorative section divider (the little sun/flower icon) */
.diya-2026 .course-original-content .elementor-divider__element,
.diya-2026 .course-original-content .elementor-divider-separator {
  color: #D20078 !important;
  border-color: #D20078 !important;
}
.diya-2026 .course-original-content .elementor-divider__element i,
.diya-2026 .course-original-content .elementor-divider__element svg {
  color: #D20078 !important;
  fill: #D20078 !important;
}

/* === COURSE DETAIL: hide the embedded Elementor enquiry form section === */
/* Hide any Elementor top-level section that contains a form widget */
.diya-2026 .course-original-content .e-con.e-parent:has(.elementor-widget-form) {
  display: none !important;
}
/* Fallback: hide the form widget and its immediate wrappers if :has chain differs */
.diya-2026 .course-original-content .elementor-widget-form {
  display: none !important;
}
/* Hide the child container that holds the form (covers nested layouts) */
.diya-2026 .course-original-content .e-con.e-child:has(.elementor-widget-form) {
  display: none !important;
}

/* === COURSE DETAIL: recolor + tidy the Course Overview checklist === */
/* Recolor all icon-list icons (the check-circles, user, clock, star) to logo pink */
.diya-2026 .course-original-content .elementor-icon-list-icon i,
.diya-2026 .course-original-content .elementor-icon-list-icon svg {
  color: #D20078 !important;
  fill: #D20078 !important;
}
/* Tidy the inline checklist: even spacing, consistent row rhythm, vertical alignment */
.diya-2026 .course-original-content .elementor-icon-list-items.elementor-inline-items {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px 28px !important;
  align-items: center !important;
}
.diya-2026 .course-original-content .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.diya-2026 .course-original-content .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item::after {
  display: none !important; /* remove Elementor's inline divider that causes uneven wrapping */
}
.diya-2026 .course-original-content .elementor-icon-list-icon {
  display: inline-flex !important;
  align-items: center !important;
}
.diya-2026 .course-original-content .elementor-icon-list-text {
  color: #1A1416 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
}
/* Traditional (vertical) icon-lists: comfortable row spacing */
.diya-2026 .course-original-content .elementor-icon-list--layout-traditional .elementor-icon-list-item {
  margin-bottom: 12px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

/* === COURSE DETAIL: sidebar polish (divider, button, card) === */
/* Fix the divider stretching/overlapping the card edge */
.diya-2026 .course-original-content .elementor-widget-divider {
  padding: 0 !important;
  margin: 16px 0 !important;
}
.diya-2026 .course-original-content .elementor-divider {
  padding: 0 !important;
}
.diya-2026 .course-original-content .elementor-divider-separator {
  border-top: 1px solid #F099BF !important;
  width: 100% !important;
  margin: 0 !important;
}
/* Style the "Enroll Now" button to match brand and span nicely */
.diya-2026 .course-original-content .elementor-button {
  background: #D20078 !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 14px 26px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
  box-shadow: 0 4px 14px rgba(210,0,120,0.25) !important;
}
.diya-2026 .course-original-content .elementor-button:hover {
  background: #A00060 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 22px rgba(210,0,120,0.32) !important;
}
.diya-2026 .course-original-content .elementor-button .elementor-button-text { color: #fff !important; }
.diya-2026 .course-original-content .elementor-button .elementor-button-icon i { color: #fff !important; }

/* Give the trainer/overview sidebar card breathing room and a soft frame */
.diya-2026 .course-original-content .elementor-widget-image-box .elementor-image-box-img img {
  border-radius: 50% !important;
}
.diya-2026 .course-original-content h6.elementor-heading-title {
  font-family: 'Fraunces', Georgia, serif !important;
  color: #6B0040 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 4px !important;
}

/* === COURSE DETAIL: restore comfortable padding inside boxed containers === */
/* The two cards (Objectives + Sidebar) had padding stripped by the width override. Restore it. */
.diya-2026 .course-original-content .e-con.e-parent.e-con-boxed > .e-con-inner {
  padding: 32px 36px !important;
  max-width: 100% !important;
}
/* Child containers (the inner columns) get a touch of breathing room too */
.diya-2026 .course-original-content .e-con.e-child {
  padding: 8px 4px !important;
}
@media (max-width: 768px) {
  .diya-2026 .course-original-content .e-con.e-parent.e-con-boxed > .e-con-inner {
    padding: 24px 22px !important;
  }
}

/* === COURSE DETAIL: stack the Course Overview checklist vertically on mobile === */
@media (max-width: 768px) {
  .diya-2026 .course-original-content .elementor-icon-list-items.elementor-inline-items {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
  }
  .diya-2026 .course-original-content .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    width: 100% !important;
  }
}

/* === COURSE DETAIL: normalize objectives spacing on mobile (kill extra gaps) === */
@media (max-width: 768px) {
  /* Reduce the child-column padding that creates big gaps between stacked columns */
  .diya-2026 .course-original-content .e-con.e-child {
    padding: 0 !important;
  }
  /* Even, compact rhythm for the objectives checklist items */
  .diya-2026 .course-original-content .elementor-icon-list-items.elementor-inline-items {
    gap: 16px !important;
    margin: 0 !important;
  }
  .diya-2026 .course-original-content .elementor-widget-icon-list {
    margin-bottom: 0 !important;
  }
  /* Remove default top/bottom margins Elementor adds between widgets on mobile */
  .diya-2026 .course-original-content .elementor-widget:not(:last-child) {
    margin-bottom: 16px !important;
  }
}



