:root {
    --sacred-orange: #F05A26;
    --sacred-orange-light: #FF8847;
    --sacred-yellow: #F9DD58;
    --sacred-pink: #F1A0E5;
    --sacred-purple: #9362F4;
    --sacred-cream: #FFF9F2;
    --sacred-warm-bg: #FEF3EB;
    --sacred-text: #2d2926;
    --sacred-text-light: #5a524d;
    --sacred-white: #ffffff;
    --sacred-divider: #e8ddd2;
    --sacred-orange-dark: #c94a1e;
  }

.callout-block {
    background: var(--sacred-cream); border-left: 4px solid var(--sacred-orange);
    padding: 28px 32px; margin: 32px 0; border-radius: 0 6px 6px 0;
  }
  .callout-block p {
    font-size: 1.18rem; line-height: 1.55; color: var(--sacred-orange-dark); font-weight: 400; margin: 0;
  }
  .callout-block p + p { margin-top: 14px; }
  
  .invitation-block {
    background: var(--sacred-warm-bg); border-radius: 10px; padding: 36px;
    margin: 36px 0; text-align: center; border: 1px solid rgba(240,90,38,0.12);
  }
  
  .invitation-block p { font-size: 1.1rem; line-height: 1.7; margin-bottom: 0; }
  .invitation-block strong { color: var(--sacred-orange); }
  
  .program-card {
    background: var(--sacred-white); border: 1px solid var(--sacred-divider);
    border-radius: 10px; padding: 24px 28px; margin-bottom: 20px;
    transition: box-shadow 0.25s, border-color 0.25s;
  }
  .program-card:hover { box-shadow: 0 4px 20px rgba(240,90,38,0.1); border-color: rgba(240,90,38,0.25); }
  
  .program-card h3 {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 1.15rem; font-weight: 400; color: var(--sacred-purple); margin-bottom: 8px;
  }
  
  .program-card p { font-size: 0.98rem; line-height: 1.7; color: var(--sacred-text-light); margin-bottom: 0; }
  
  .program-card a {
    color: var(--sacred-orange); text-decoration: underline;
    text-decoration-color: rgba(240,90,38,0.35); text-underline-offset: 2px; font-weight: 600;
  }
  
  .program-card a:hover { text-decoration-color: var(--sacred-orange); color: var(--sacred-orange-dark);
    
  }

  
  /* Soft purple form section — both pages */
.sacred-signup-section {
  background: #f5f0fc !important;
  border-radius: 10px !important;
  padding: 40px 36px !important;
  text-align: center !important;
  border: 1px solid rgba(147,98,244,0.12) !important;
}
.sacred-signup-section h2,
.sacred-signup-section .wp-block-heading {
  color: #9362F4 !important;
}
.sacred-signup-section p {
  color: #7a6f88 !important;
}

.sacred-signup-section .ctct-form-wrapper,
.sacred-signup-section .ctct-form-container,
.sacred-signup-section .ctct-form-defaults,
.sacred-signup-section form.ctct-form-custom {
  background: transparent !important;
  background-color: transparent !important;
}

