/* Hawaii Healthcare School — site-wide overrides for Blowfish */

/* ── Footer ───────────────────────────────────────────────── */
.hhcs-footer-root {
  margin-top: 4rem;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  border-top: 3px solid rgb(54,123,0);
}
.hhcs-footer-main {
  background: linear-gradient(135deg, rgb(22,50,0) 0%, rgb(14,36,6) 100%);
  color: rgba(255,255,255,0.85);
  padding: 3.5rem 1.5rem;
}
.hhcs-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1.2fr 1fr 0.8fr;
  gap: 2.5rem;
}
@media (max-width: 900px) {
  .hhcs-footer-inner { grid-template-columns: 1fr 1fr; }
  .hhcs-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .hhcs-footer-inner { grid-template-columns: 1fr; }
}
.hhcs-footer-logo {
  height: 48px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  object-position: left center;
  display: block;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}
.hhcs-footer-tagline {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin: 0;
  max-width: 260px;
}
.hhcs-footer-heading {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgb(114,192,70);
  margin: 0 0 0.9rem;
}
.hhcs-footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.hhcs-footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.88rem;
  line-height: 1.5;
}
.hhcs-footer-contact-list svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-top: 0.2rem;
  color: rgb(114,192,70);
}
.hhcs-footer-contact-list a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
}
.hhcs-footer-contact-list a:hover { color: #fff; text-decoration: underline; }
.hhcs-footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hhcs-footer-nav-list a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
}
.hhcs-footer-nav-list a:hover { color: #fff; }
.hhcs-footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.25rem;
}
.hhcs-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.8);
  transition: background 0.2s, color 0.2s;
}
.hhcs-footer-social a:hover { background: rgb(54,123,0); color: #fff; }
.hhcs-footer-social svg { width: 18px; height: 18px; }
.hhcs-footer-bottom {
  background: rgb(10,24,2);
  padding: 0.9rem 1.5rem;
  text-align: center;
}
.hhcs-footer-bottom p {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
}
.hhcs-footer-gph { margin-top: 0.3rem !important; }
.hhcs-footer-gph a {
  color: rgba(255,255,255,0.25);
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.68rem;
}
.hhcs-footer-gph a:hover { color: rgba(255,255,255,0.55); }
.hhcs-footer-gph-sep,
.hhcs-footer-gph-tagline {
  color: rgba(255,255,255,0.18);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}
.hhcs-footer-license {
  margin: 0.2rem 0 0 !important;
  font-size: 0.66rem;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.03em;
}

/* ── About — Values chips ─────────────────────────────────── */
.about-values {
  margin: 2.5rem 0;
  text-align: center;
}
.about-values-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.25rem;
}
.about-value-chip {
  background: rgba(54,123,0,0.08);
  border: 1.5px solid rgba(54,123,0,0.28);
  color: rgb(32,73,0);
  border-radius: 100px;
  padding: 0.45rem 1.1rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.dark .about-value-chip {
  background: rgba(54,123,0,0.18);
  border-color: rgba(54,123,0,0.4);
  color: rgb(140,210,80);
}

/* ── Program feature chips ────────────────────────────────── */
.hhcs-program-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 1.5rem;
}
.hhcs-program-chips span {
  background: rgba(54,123,0,0.09);
  border: 1px solid rgba(54,123,0,0.25);
  color: rgb(32,73,0);
  border-radius: 100px;
  padding: 0.3rem 0.9rem;
  font-size: 0.87rem;
  font-weight: 600;
  white-space: nowrap;
}
.dark .hhcs-program-chips span {
  background: rgba(54,123,0,0.2);
  border-color: rgba(54,123,0,0.4);
  color: rgb(140,210,80);
}

/* ── 50/50 classroom / clinical split ─────────────────────── */
.hhcs-split-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin: 1.25rem 0;
}
.hhcs-split-block {
  background: rgba(54,123,0,0.05);
  border-left: 3px solid rgb(54,123,0);
  border-radius: 0 8px 8px 0;
  padding: 1.1rem 1.25rem;
}
.hhcs-split-block h3 {
  color: rgb(32,73,0);
  font-size: 1rem;
  margin: 0 0 0.45rem;
  font-weight: 700;
}
.dark .hhcs-split-block { background: rgba(54,123,0,0.12); }
.dark .hhcs-split-block h3 { color: rgb(140,210,80); }
.hhcs-split-block p { margin: 0; font-size: 0.95rem; }
@media (max-width: 600px) {
  .hhcs-split-overview { grid-template-columns: 1fr; }
}

/* ── ITN Career Pathway section ───────────────────────────── */
.hhcs-itn-pathway {
  margin: 3rem 0 1.5rem;
  padding: 2rem 2.5rem;
  background: rgba(54,123,0,0.07);
  border: 1.5px solid rgba(54,123,0,0.22);
  border-radius: 12px;
}
.hhcs-itn-pathway-inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.hhcs-itn-pathway-text { flex: 1; }
.hhcs-itn-pathway-text h2 {
  color: rgb(32,73,0);
  margin: 0 0 0.85rem;
  font-size: 1.4rem;
}
.dark .hhcs-itn-pathway-text h2 { color: rgb(140,210,80); }
.hhcs-itn-pathway-text p {
  margin: 0.85rem 0 1.25rem;
  line-height: 1.65;
}
.hhcs-itn-steps {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 0.95rem;
  color: rgb(54,123,0);
  margin-bottom: 0.85rem;
}
.dark .hhcs-itn-steps { color: rgb(140,210,80); }
.hhcs-itn-arrow {
  font-size: 1.1rem;
  opacity: 0.6;
}
.hhcs-itn-pathway-logo {
  flex-shrink: 0;
  text-align: center;
}
.hhcs-itn-pathway-logo img {
  width: 150px;
  height: auto;
  opacity: 0.9;
}
.hhcs-itn-cta { display: inline-block; }
@media (max-width: 640px) {
  .hhcs-itn-pathway { padding: 1.5rem; }
  .hhcs-itn-pathway-inner { flex-direction: column-reverse; gap: 1.5rem; }
  .hhcs-itn-pathway-logo img { width: 120px; }
}

/* ── Site logo ────────────────────────────────────────────── */
.hhcs-nav-logo {
  height: 44px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  object-position: left center;
  display: block;
}
@media (max-width: 480px) {
  .hhcs-nav-logo { height: 36px; max-width: 180px; }
}

.hhcs-hero-logo {
  height: auto;
  width: auto;
  max-width: 360px;
  max-height: 128px;
  object-fit: contain;
}
@media (max-width: 480px) {
  .hhcs-hero-logo { max-width: 260px; max-height: 92px; }
}

/* ── Carousel ─────────────────────────────────────────────── */
.hhcs-carousel-wrapper {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

.hhcs-carousel-slide {
  position: relative;
  height: 520px;
  overflow: hidden;
}

@media (max-width: 640px) {
  .hhcs-carousel-slide { height: 320px; }
}

.hhcs-carousel-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: var(--slide-bg-pos, center 30%);
  background-size: var(--slide-bg-size, cover);
}

.hhcs-slide-caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.15) 60%, transparent 100%);
}

.hhcs-slide-caption-inner {
  max-width: 760px;
  padding: 0 2rem 3rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

.hhcs-slide-caption-inner p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 640px) {
  .hhcs-slide-caption-inner p { font-size: 0.95rem; }
}

/* Splide arrow/pagination teal tint */
.splide__arrow {
  background: rgba(54,123,0, 0.75) !important;
}
.splide__arrow svg { fill: #fff !important; }
.splide__pagination__page.is-active {
  background: rgb(54,123,0) !important;
}

/* ── Course cards ─────────────────────────────────────────── */
.hhcs-course-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  padding: 0.5rem;
}
@media (max-width: 900px) {
  .hhcs-course-card-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .hhcs-course-card-grid { grid-template-columns: 1fr; }
}

.hhcs-course-card {
  border-top: 4px solid rgb(54,123,0);
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hhcs-course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(54,123,0,0.22);
}
.hhcs-course-card-img-wrap {
  height: 200px;
  overflow: hidden;
  background: #e8f3de;
}
.hhcs-course-card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hhcs-course-next-date {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgb(54,123,0);
  margin: 0.5rem 0 0;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.hhcs-course-date-label {
  font-weight: 400;
  color: #888;
}
.dark .hhcs-course-date-label { color: #999; }

/* ── CTA strip ────────────────────────────────────────────── */
.hhcs-cta {
  background: rgb(54,123,0);
  color: #fff;
}
.hhcs-cta a {
  background: #fff;
  color: rgb(54,123,0);
  border-radius: 0.375rem;
  padding: 0.6rem 1.6rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
.hhcs-cta a:hover { background: #f2f9ea; }

/* ════════════════════════════════════════════════════════════
   ABOUT PAGE
   ════════════════════════════════════════════════════════════ */

/* ── Hero ──────────────────────────────────────────────────── */
.about-hero {
  position: relative;
  height: 420px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 640px) { .about-hero { height: 260px; } }

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.58) 100%);
  display: flex;
  align-items: flex-end;
  padding: 2.5rem 2rem;
}
.about-hero-text h1 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  margin: 0 0 0.4rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.about-tagline {
  color: rgba(255,255,255,0.88);
  font-size: 1.15rem;
  font-style: italic;
  margin: 0;
}
@media (max-width: 640px) {
  .about-hero-text h1 { font-size: 1.6rem; }
  .about-tagline { font-size: 1rem; }
}

/* ── Mission ───────────────────────────────────────────────── */
.about-mission {
  padding: 3.5rem 1rem;
  background: #f4faf0;
}
.dark .about-mission { background: rgb(30,41,59); }

.about-mission-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.about-mission-logo {
  width: 100px;
  height: 100px;
  object-fit: contain;
  align-self: center;
}
.about-mission-content {
  width: 100%;
  align-self: stretch;
}
.about-mission-content.prose { max-width: none; }
.hhcs-course-content.prose  { max-width: none; }

/* ── Philosophy ────────────────────────────────────────────── */
.about-philosophy {
  background: linear-gradient(135deg, rgb(54,123,0) 0%, rgb(32,73,0) 100%);
  padding: 4rem 2rem;
  color: #fff;
}
.about-philosophy-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 768px) {
  .about-philosophy-inner { grid-template-columns: 1fr; }
}
.about-philosophy-text h2 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.about-philosophy-text p { color: rgba(255,255,255,0.92); line-height: 1.75; }
.about-philosophy-image img {
  width: 100%;
  border-radius: 0.75rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  object-fit: cover;
  max-height: 340px;
}

/* ── Why Choose ────────────────────────────────────────────── */
.about-why {
  padding: 3.5rem 1rem;
}
.about-section-heading {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  color: rgb(54,123,0);
}
.about-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}
.about-why-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #f4faf0;
  border-left: 4px solid rgb(54,123,0);
  padding: 1.2rem 1.4rem;
  border-radius: 0 0.5rem 0.5rem 0;
}
.dark .about-why-item { background: rgb(40,52,66); }
.about-why-icon { font-size: 1.6rem; flex-shrink: 0; }
.about-why-item strong { display: block; margin-bottom: 0.2rem; }
.about-why-item p { margin: 0; font-size: 0.92rem; color: #555; }
.dark .about-why-item p { color: #aaa; }

/* ── Career Opportunities ──────────────────────────────────── */
.about-career {
  background: linear-gradient(135deg, rgb(14,36,6) 0%, rgb(22,50,0) 100%);
  padding: 4.5rem 2rem;
  color: #fff;
}
.about-career-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 768px) {
  .about-career-inner { grid-template-columns: 1fr; }
}
.about-career-text h2 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.about-career-text p {
  color: rgba(255,255,255,0.88);
  line-height: 1.75;
  margin-bottom: 0.9rem;
}
.about-career-text a {
  color: rgb(54,123,0);
  font-weight: 600;
}
.about-career-text a:hover { color: rgb(95,213,212); }
.about-career-btn {
  display: inline-block;
  margin-top: 1.2rem;
  padding: 0.7rem 1.8rem;
  background: rgb(54,123,0);
  color: #fff !important;
  border-radius: 0.4rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.about-career-btn:hover {
  background: rgb(8,138,137);
  transform: translateY(-2px);
}

/* ── Wave divider ──────────────────────────────────────────── */
.about-wave {
  overflow: hidden;
  line-height: 0;
  margin-top: -1px;
}
.about-wave img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── Instructors ───────────────────────────────────────────── */
.about-instructors {
  padding: 3.5rem 1rem;
  background: #f3f4f6;
}
.dark .about-instructors { background: rgb(14,36,6); }

.about-instructor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 860px;
  margin: 0 auto;
}
.about-instructor-card {
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(54,123,0,0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}
.dark .about-instructor-card { background: rgb(30,41,59); }
.about-instructor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(54,123,0,0.2);
}
.about-instructor-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #e8f7f7;
}
.about-instructor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.about-instructor-info {
  padding: 1.4rem;
}
.about-instructor-info h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}
.about-credentials { font-weight: 400; font-size: 0.9rem; color: #666; }
.dark .about-credentials { color: #aaa; }
.about-instructor-role {
  font-size: 0.88rem;
  color: rgb(54,123,0);
  font-weight: 600;
  margin: 0;
}

/* ── Founder ───────────────────────────────────────────────── */
.about-founder {
  background: linear-gradient(rgba(5,60,60,0.82), rgba(3,40,40,0.88)),
              url('/images/about/community.jpg') center/cover no-repeat;
  padding: 5rem 2rem;
  color: #fff;
}
.about-founder-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 640px) {
  .about-founder-inner { flex-direction: column; text-align: center; }
}
.about-founder-photo {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(54,123,0,0.7);
  box-shadow: 0 0 0 6px rgba(54,123,0,0.2);
}
.about-founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.about-founder-role {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  color: rgb(54,123,0);
  margin: 0 0 0.4rem;
  font-weight: 600;
}
.about-founder-text h2 { color: #fff; font-size: 1.7rem; margin: 0 0 0.25rem; }
.about-founder-title { color: rgba(255,255,255,0.75); font-size: 0.92rem; margin: 0 0 1.2rem; }
.about-founder-quote {
  border-left: 3px solid rgb(54,123,0);
  padding-left: 1.2rem;
  font-size: 1.05rem;
  font-style: italic;
  color: rgba(255,255,255,0.9);
  margin: 0;
  line-height: 1.7;
}
@media (max-width: 640px) {
  .about-founder-quote { border-left: none; padding-left: 0; }
}

/* ── Community CTA ─────────────────────────────────────────── */
.about-community {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 5rem 2rem;
  text-align: center;
}
.about-community-overlay {
  position: relative;
  z-index: 1;
}
.about-community::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(54,123,0,0.72);
}
.about-community h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  position: relative;
}
.about-community p {
  color: rgba(255,255,255,0.9);
  font-size: 1.1rem;
  position: relative;
}

/* ════════════════════════════════════════════════════════════
   COURSES LIST PAGE  (/courses/)
   ════════════════════════════════════════════════════════════ */

/* ── Course detail: next-session box ──────────────────────── */
.hhcs-course-session-box {
  margin: 2rem 0;
  padding: 1.4rem 1.8rem;
  background: rgba(54,123,0,0.07);
  border-left: 4px solid rgb(54,123,0);
  border-radius: 0 0.6rem 0.6rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 1.8rem;
}
.hhcs-course-session-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgb(54,123,0);
  margin: 0;
  width: 100%;
}
.hhcs-session-dates {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0;
}
.hhcs-course-session-date {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
  padding: 0.55rem 0;
  color: rgb(32,73,0);
  border-bottom: 1px solid rgba(54,123,0,0.2);
}
.hhcs-session-dates .hhcs-course-session-date:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.hhcs-session-dates .hhcs-course-session-date:first-child {
  padding-top: 0;
}
.dark .hhcs-course-session-date { color: rgb(114,192,70); }
.dark .hhcs-course-session-date { border-bottom-color: rgba(114,192,70,0.2); }
.hhcs-session-item {
  width: 100%;
}
.hhcs-session-price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0.35rem 0 0.6rem;
  font-size: 0.92rem;
  color: #444;
}
.dark .hhcs-session-price-line { color: #ccc; }
.hhcs-price-badge {
  font-weight: 700;
  color: rgb(54,123,0);
}
.dark .hhcs-price-badge { color: rgb(114,192,70); }
.hhcs-price-current {
  font-size: 1.1rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: rgb(32,73,0);
}
.hhcs-has-tiers .hhcs-price-current { color: rgb(54,123,0); }
.dark .hhcs-price-current { color: rgb(114,192,70); }
.hhcs-price-full {
  font-variant-numeric: tabular-nums;
  text-decoration: line-through;
  color: #999;
}
.dark .hhcs-price-full { color: #777; }
.hhcs-price-cta {
  font-size: 0.85rem;
  font-style: italic;
  color: #666;
}
.dark .hhcs-price-cta { color: #aaa; }
.hhcs-course-session-details {
  font-size: 0.92rem;
  margin: 0;
  color: #555;
  flex: 1;
}
.dark .hhcs-course-session-details { color: #aaa; }
.hhcs-course-session-box .hhcs-btn-teal { flex-shrink: 0; }
.hhcs-course-session-price {
  font-size: 0.92rem;
  margin: 0.5rem 0 0;
  color: #444;
}
.hhcs-course-session-price strong { color: rgb(54,123,0); }
.hhcs-deposit-note { color: #666; }
.dark .hhcs-course-session-price { color: #ccc; }
.dark .hhcs-course-session-price strong { color: rgb(114,192,70); }
.dark .hhcs-deposit-note { color: #aaa; }
.hhcs-video-enroll-cta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: rgba(54,123,0,0.06);
  border: 1px solid rgba(54,123,0,0.18);
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}
.hhcs-video-enroll-cta-price { flex: 1; font-size: 1rem; color: #333; }
.hhcs-video-enroll-cta-price strong { color: rgb(54,123,0); font-size: 1.2rem; }
.dark .hhcs-video-enroll-cta { border-color: rgba(114,192,70,0.25); background: rgba(114,192,70,0.06); }
.dark .hhcs-video-enroll-cta-price { color: #ddd; }
.dark .hhcs-video-enroll-cta-price strong { color: rgb(114,192,70); }

.hhcs-courses-hero {
  background: linear-gradient(135deg, rgb(54,123,0) 0%, rgb(32,73,0) 100%);
  padding: 4rem 2rem;
  text-align: center;
  color: #fff;
}
.hhcs-courses-hero h1 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.hhcs-courses-hero p { color: rgba(255,255,255,0.88); font-size: 1.1rem; margin: 0; }

.hhcs-course-listing { padding: 3.5rem 1rem; }
.hhcs-course-listing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 2rem;
  max-width: 1080px;
  margin: 0 auto;
}
.hhcs-course-listing-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border-top: 4px solid rgb(54,123,0);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.dark .hhcs-course-listing-card { background: rgb(30,41,59); }
.hhcs-course-listing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(54,123,0,0.2);
}
.hhcs-course-listing-img-wrap {
  height: 220px;
  overflow: hidden;
  background: #e0f5f5;
  flex-shrink: 0;
}
.hhcs-course-listing-img {
  display: block; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.hhcs-course-listing-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hhcs-course-listing-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
}
.hhcs-course-date-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgb(54,123,0);
  background: rgba(54,123,0,0.08);
  border: 1px solid rgba(54,123,0,0.22);
  border-radius: 999px;
  padding: 0.2rem 0.75rem;
  margin-bottom: 0.75rem;
  align-self: flex-start;
}
.hhcs-course-date-badge.is-tba {
  color: #777;
  background: rgba(150,150,150,0.08);
  border-color: rgba(150,150,150,0.3);
}
.dark .hhcs-course-date-badge.is-tba { color: #aaa; border-color: rgba(150,150,150,0.4); }
.hhcs-course-listing-desc {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.65;
  flex: 1;
  margin: 0 0 0.5rem;
}
.dark .hhcs-course-listing-desc { color: #aaa; }
.hhcs-course-listing-promo {
  font-size: 0.82rem;
  color: #777;
  margin: 0 0 1rem;
}
.dark .hhcs-course-listing-promo { color: #999; }
.hhcs-course-listing-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: auto;
}
.hhcs-btn-teal {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: rgb(54,123,0);
  color: #fff !important;
  border-radius: 0.4rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.15s;
}
.hhcs-btn-teal:hover { background: rgb(8,138,137); transform: translateY(-1px); }
.hhcs-btn-outline-teal {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border: 2px solid rgb(54,123,0);
  color: rgb(54,123,0) !important;
  border-radius: 0.4rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s;
}
.hhcs-btn-outline-teal:hover { background: rgb(54,123,0); color: #fff !important; }

/* ── 2026 annual schedule table ──────────────────────────── */
.hhcs-annual-schedule {
  background: #f4fffe;
  padding: 3.5rem 1rem;
}
.dark .hhcs-annual-schedule { background: rgb(22,32,44); }
.hhcs-schedule-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 1.5rem;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.hhcs-schedule-table thead tr { background: rgb(54,123,0); color: #fff; }
.hhcs-schedule-table th { padding: 0.75rem 1rem; text-align: left; font-weight: 600; }
.hhcs-schedule-table td {
  padding: 0.7rem 1rem;
  border-bottom: 1px solid rgba(54,123,0,0.12);
  vertical-align: middle;
}
.hhcs-schedule-table tr:last-child td { border-bottom: none; }
.hhcs-schedule-table tbody tr:nth-child(even) td { background: rgba(54,123,0,0.04); }
.hhcs-status-open {
  display: inline-block;
  background: rgba(54,123,0,0.12);
  color: rgb(32,73,0);
  border-radius: 999px;
  padding: 0.1rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
}
.dark .hhcs-status-open { color: rgb(80,210,200); }
.hhcs-status-tba {
  display: inline-block;
  background: rgba(150,150,150,0.1);
  color: #777;
  border-radius: 999px;
  padding: 0.1rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
}
.hhcs-schedule-contact-note {
  text-align: center;
  font-size: 0.88rem;
  color: #666;
  max-width: 900px;
  margin: 0 auto;
}
.dark .hhcs-schedule-contact-note { color: #aaa; }

/* ════════════════════════════════════════════════════════════
   SCHEDULE PAGE  (/schedule/)
   ════════════════════════════════════════════════════════════ */


.hhcs-sched-hero {
  background: linear-gradient(135deg, rgb(54,123,0) 0%, rgb(32,73,0) 100%);
  padding: 4rem 2rem;
  text-align: center;
  color: #fff;
}
.hhcs-sched-hero h1 { color: #fff; font-size: 2.2rem; font-weight: 800; margin: 0 0 0.5rem; }
.hhcs-sched-hero p { color: rgba(255,255,255,0.78); margin: 0; }

.hhcs-sched-body {
  padding: 3rem 1rem;
  max-width: 900px;
  margin: 0 auto;
}
.hhcs-sched-section-heading {
  font-size: 1.3rem;
  font-weight: 700;
  color: rgb(54,123,0);
  margin: 2.5rem 0 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid rgba(54,123,0,0.2);
}
.hhcs-sched-section-heading:first-child { margin-top: 0; }

.hhcs-event-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  margin-bottom: 1.1rem;
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  transition: box-shadow 0.2s;
}
.dark .hhcs-event-card { background: rgb(30,41,59); }
.hhcs-event-card:hover { box-shadow: 0 6px 24px rgba(54,123,0,0.15); }
@media (max-width: 600px) { .hhcs-event-card { grid-template-columns: 1fr; } }

.hhcs-event-img {
  width: 150px; height: 100%; min-height: 140px;
  object-fit: cover; object-position: center;
  display: block;
}
@media (max-width: 600px) { .hhcs-event-img { width: 100%; height: 160px; } }

.hhcs-event-body {
  padding: 1.1rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  border-left: 4px solid rgb(54,123,0);
}
.hhcs-event-card-tba .hhcs-event-body { border-left-color: #bbb; }
.hhcs-event-session {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(54,123,0);
  margin: 0;
}
.hhcs-event-card-tba .hhcs-event-session { color: #999; }
.hhcs-event-title { font-size: 1.05rem; font-weight: 700; margin: 0; }
.hhcs-event-dates { font-size: 0.92rem; font-weight: 600; margin: 0.15rem 0; }
.hhcs-event-details {
  font-size: 0.83rem;
  color: #666;
  line-height: 1.55;
  margin: 0;
}
.dark .hhcs-event-details { color: #aaa; }
.hhcs-event-footer {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.6rem;
  flex-wrap: wrap;
}

.hhcs-sched-cta {
  background: linear-gradient(135deg, rgb(54,123,0) 0%, rgb(32,73,0) 100%);
  padding: 3rem 2rem;
  text-align: center;
  color: #fff;
  margin-top: 3rem;
}
.hhcs-sched-cta h2 { color: #fff; font-size: 1.6rem; font-weight: 700; margin: 0 0 0.5rem; }
.hhcs-sched-cta p { color: rgba(255,255,255,0.88); margin: 0 0 1.25rem; }
.hhcs-sched-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ════════════════════════════════════════════════════════════
   COURSE SINGLE PAGE — inline imagery
   ════════════════════════════════════════════════════════════ */

.course-photo-wrap {
  margin: 2rem 0;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
.course-photo-wrap img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  object-position: center top;
}
.course-photo-caption {
  font-size: 0.82rem;
  color: #777;
  text-align: center;
  padding: 0.5rem;
  background: #f4faf0;
  margin: 0;
}
.dark .course-photo-caption { background: rgb(30,41,59); color: #aaa; }

.course-section-bg {
  position: relative;
  margin: 2.5rem calc(-50vw + 50%);
  padding: 3rem 2rem;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.course-section-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(6,55,55,0.78);
}
.course-section-bg-inner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}
.course-section-bg h2,
.course-section-bg h3 { color: #fff; }
.course-section-bg p,
.course-section-bg li { color: rgba(255,255,255,0.9); }

/* ── Contact page ──────────────────────────────────────────────── */
.hhcs-contact-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding: 3rem 0;
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .hhcs-contact-body { grid-template-columns: 1fr; gap: 2rem; padding: 2rem 0; }
}
.hhcs-contact-body h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: rgb(54,123,0);
  margin: 0 0 1rem;
}
.hhcs-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.hhcs-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.hhcs-contact-icon {
  font-size: 1.1rem;
  color: rgb(54,123,0);
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.hhcs-contact-list a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.hhcs-contact-placeholder-note {
  background: rgba(54,123,0,0.08);
  border-left: 3px solid rgb(54,123,0);
  padding: 1rem 1.2rem;
  border-radius: 0 0.5rem 0.5rem 0;
  color: #555;
  font-size: 0.95rem;
  margin: 0;
}
.dark .hhcs-contact-placeholder-note { background: rgba(54,123,0,0.12); color: #bbb; }

/* ════════════════════════════════════════════════════════════
   ENROLLMENT FORM
   ════════════════════════════════════════════════════════════ */

.hhcs-enroll-page { max-width: 860px; margin: 0 auto; }

/* ── Hero ──────────────────────────────────────────────────── */
.hhcs-enroll-hero {
  background: linear-gradient(135deg, rgb(22,50,0) 0%, rgb(14,36,6) 100%);
  color: #fff;
  padding: 3rem 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.hhcs-enroll-hero h1 { color: #fff; font-size: 1.9rem; font-weight: 800; margin: 0 0 0.4rem; }
.hhcs-enroll-hero p  { color: rgba(255,255,255,0.75); margin: 0; font-size: 0.95rem; }

/* ── Step progress bar ─────────────────────────────────────── */
.hhcs-enroll-progress { margin-bottom: 2rem; overflow-x: auto; }
.hhcs-enroll-steps {
  display: flex;
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  justify-content: center;
}
.hhcs-enroll-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  flex: 1;
  min-width: 72px;
  position: relative;
}
/* connector line */
.hhcs-enroll-step::before {
  content: '';
  position: absolute;
  top: 15px;
  left: calc(-50% + 8px);
  right: calc(50% + 8px);
  height: 2px;
  background: #d1d5db;
  z-index: 0;
}
.hhcs-enroll-step:first-child::before { display: none; }
.hhcs-enroll-step.is-done::before,
.hhcs-enroll-step.is-active::before { background: rgb(54,123,0); }

.hhcs-enroll-step > span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e5e7eb;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.8rem;
  position: relative;
  z-index: 1;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}
.hhcs-enroll-step > em {
  font-style: normal;
  font-size: 0.6rem;
  color: #9ca3af;
  text-align: center;
  line-height: 1.3;
  max-width: 70px;
}
.hhcs-enroll-step.is-active > span { background: rgb(54,123,0); color: #fff; }
.hhcs-enroll-step.is-done   > span { background: rgb(86,163,30); color: #fff; }
.hhcs-enroll-step.is-active > em   { color: rgb(54,123,0); font-weight: 600; }

@media (max-width: 560px) {
  .hhcs-enroll-step > em { display: none; }
  .hhcs-enroll-step { min-width: 40px; }
}

/* ── Form card ─────────────────────────────────────────────── */
.hhcs-enroll-form {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  overflow: hidden;
}
.dark .hhcs-enroll-form { background: rgb(30,41,59); }

/* ── Form steps ────────────────────────────────────────────── */
.hhcs-form-step {
  display: none;
  border: none;
  padding: 2.5rem;
  margin: 0;
  min-width: 0;
}
.hhcs-form-step.is-active { display: block; }

@media (max-width: 480px) { .hhcs-form-step { padding: 1.5rem 1.25rem; } }

.hhcs-form-step-header {
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #f0f7ea;
}
.dark .hhcs-form-step-header { border-color: rgba(54,123,0,0.2); }
.hhcs-form-step-header h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: rgb(54,123,0);
  margin: 0 0 0.3rem;
}
.hhcs-form-step-header p { color: #6b7280; font-size: 0.9rem; margin: 0; }
.dark .hhcs-form-step-header p { color: #9ca3af; }

/* ── Field layout helpers ──────────────────────────────────── */
.hhcs-field { margin-bottom: 1.2rem; }
.hhcs-field label:not([class]) {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.35rem;
}
.dark .hhcs-field label:not([class]) { color: #d1d5db; }
.hhcs-label-block {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}
.dark .hhcs-label-block { color: #d1d5db; }
.hhcs-label-hint { font-weight: 400; font-size: 0.78rem; color: #9ca3af; }
.hhcs-req { color: rgb(185,28,28); }
.hhcs-field-hint {
  font-size: 0.82rem;
  color: #6b7280;
  font-style: italic;
  margin: 0 0 0.5rem;
}
.dark .hhcs-field-hint { color: #9ca3af; }

.hhcs-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 560px) { .hhcs-field-row { grid-template-columns: 1fr; } }

.hhcs-name-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; margin-bottom: 1.2rem; }
@media (max-width: 600px) { .hhcs-name-grid { grid-template-columns: 1fr; } }

.hhcs-city-grid { display: grid; grid-template-columns: 1fr 72px 120px; gap: 1rem; margin-bottom: 1.2rem; }
@media (max-width: 560px) {
  .hhcs-city-grid { grid-template-columns: 1fr 72px; }
  .hhcs-field--zip { grid-column: 1 / -1; }
}

/* ── Text inputs ───────────────────────────────────────────── */
.hhcs-form-step input[type="text"],
.hhcs-form-step input[type="email"],
.hhcs-form-step input[type="tel"],
.hhcs-form-step textarea {
  width: 100%;
  padding: 0.6rem 0.85rem;
  border: 1.5px solid #d1d5db;
  border-radius: 0.4rem;
  font-size: 0.95rem;
  background: #fff;
  color: #111827;
  transition: border-color 0.15s, box-shadow 0.15s;
  box-sizing: border-box;
  font-family: inherit;
}
.dark .hhcs-form-step input[type="text"],
.dark .hhcs-form-step input[type="email"],
.dark .hhcs-form-step input[type="tel"],
.dark .hhcs-form-step textarea {
  background: rgb(17,24,39);
  border-color: #374151;
  color: #f9fafb;
}
.hhcs-form-step input:focus,
.hhcs-form-step textarea:focus {
  outline: none;
  border-color: rgb(54,123,0);
  box-shadow: 0 0 0 3px rgba(54,123,0,0.12);
}
.hhcs-form-step input.is-error,
.hhcs-form-step textarea.is-error { border-color: rgb(220,38,38); }

.hhcs-form-step textarea { resize: vertical; min-height: 80px; }
.hhcs-readonly-input { background: #f3f4f6 !important; cursor: default; }
.dark .hhcs-readonly-input { background: rgb(17,24,39) !important; }

/* ── Signature field ───────────────────────────────────────── */
.hhcs-signature-field {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 1.15rem !important;
  font-style: italic !important;
  color: #1e3a8a !important;
  letter-spacing: 0.02em !important;
}

/* ── Radio cards (session select) ──────────────────────────── */
.hhcs-radio-cards { display: flex; flex-direction: column; gap: 0.6rem; }
.hhcs-radio-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border: 1.5px solid #d1d5db;
  border-radius: 0.5rem;
  padding: 0.85rem 1rem;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.hhcs-radio-card:hover { border-color: rgb(54,123,0); background: #f4faf0; }
.hhcs-radio-card input[type="radio"] { accent-color: rgb(54,123,0); flex-shrink: 0; width: 18px; height: 18px; }
.hhcs-radio-card-body { display: flex; flex-direction: column; gap: 0.15rem; }
.hhcs-radio-card-body strong { font-size: 0.95rem; color: #111827; }
.hhcs-radio-card-body small  { font-size: 0.78rem; color: #6b7280; }
.dark .hhcs-radio-card { border-color: #374151; }
.dark .hhcs-radio-card:hover { background: rgba(54,123,0,0.08); }
.dark .hhcs-radio-card-body strong { color: #f9fafb; }
.hhcs-radio-cards.is-error .hhcs-radio-card { border-color: rgb(220,38,38); }
.hhcs-radio-card.is-disabled { cursor: not-allowed; opacity: 0.5; }
.hhcs-radio-card.is-disabled:hover { border-color: #d1d5db; background: none; }
.dark .hhcs-radio-card.is-disabled:hover { border-color: #374151; background: none; }

/* ── Radio pills (uniform size) ────────────────────────────── */
.hhcs-radio-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.hhcs-radio-pill { cursor: pointer; }
.hhcs-radio-pill input[type="radio"] { display: none; }
.hhcs-radio-pill > span {
  display: inline-block;
  padding: 0.4rem 1.1rem;
  border: 1.5px solid #d1d5db;
  border-radius: 99px;
  font-size: 0.875rem;
  color: #6b7280;
  transition: all 0.15s;
  user-select: none;
}
.hhcs-radio-pill:hover > span { border-color: rgb(54,123,0); color: rgb(54,123,0); }
.hhcs-radio-pill input:checked + span { background: rgb(54,123,0); border-color: rgb(54,123,0); color: #fff; }
.hhcs-radio-pills.is-error .hhcs-radio-pill > span { border-color: rgb(220,38,38); }

/* ── Radio inline ──────────────────────────────────────────── */
.hhcs-radio-inline { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.hhcs-radio-inline label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  cursor: pointer;
  color: #374151;
}
.dark .hhcs-radio-inline label { color: #d1d5db; }
.hhcs-radio-inline input[type="radio"] { accent-color: rgb(54,123,0); width: 16px; height: 16px; }

/* ── Checkboxes ────────────────────────────────────────────── */
.hhcs-check-item {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: #374151;
  line-height: 1.4;
}
.dark .hhcs-check-item { color: #d1d5db; }
.hhcs-check-item input[type="checkbox"] { accent-color: rgb(54,123,0); flex-shrink: 0; margin-top: 0.15rem; width: 15px; height: 15px; }

.hhcs-check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 0.45rem 0.75rem;
}
@media (max-width: 480px) { .hhcs-check-grid { grid-template-columns: 1fr 1fr; } }

.hhcs-checkbox-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.5rem; }
.hhcs-check-pill { cursor: pointer; }
.hhcs-check-pill input[type="checkbox"] { display: none; }
.hhcs-check-pill > span {
  display: inline-block;
  padding: 0.35rem 1rem;
  border: 1.5px solid #d1d5db;
  border-radius: 99px;
  font-size: 0.875rem;
  color: #6b7280;
  transition: all 0.15s;
  user-select: none;
}
.hhcs-check-pill:hover > span { border-color: rgb(54,123,0); color: rgb(54,123,0); }
.hhcs-check-pill input:checked + span { background: rgb(54,123,0); border-color: rgb(54,123,0); color: #fff; }

.hhcs-indent-input { margin-left: 0; margin-top: 0.5rem; }

.hhcs-checkbox-accent {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  background: #f4faf0;
  border: 1.5px solid #c6e8a5;
  border-radius: 0.45rem;
  padding: 0.7rem 1rem;
  cursor: pointer;
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.5;
}
.dark .hhcs-checkbox-accent { background: rgba(54,123,0,0.1); border-color: rgba(54,123,0,0.3); color: #d1d5db; }
.hhcs-checkbox-accent input[type="checkbox"] { accent-color: rgb(54,123,0); flex-shrink: 0; margin-top: 0.15rem; width: 16px; height: 16px; }

.hhcs-checkbox-required {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  background: #fffbeb;
  border: 1.5px solid #fde68a;
  border-radius: 0.45rem;
  padding: 0.85rem 1rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: #374151;
  line-height: 1.5;
}
.dark .hhcs-checkbox-required { background: rgba(253,230,138,0.07); border-color: rgba(253,230,138,0.3); color: #d1d5db; }
.hhcs-checkbox-required input[type="checkbox"] { accent-color: rgb(54,123,0); flex-shrink: 0; margin-top: 0.15rem; width: 16px; height: 16px; }
.hhcs-checkbox-required.is-error { border-color: rgb(220,38,38); background: #fef2f2; }

/* ── Error message ─────────────────────────────────────────── */
.hhcs-error-msg {
  display: block;
  font-size: 0.78rem;
  color: rgb(220,38,38);
  margin-top: 0.25rem;
}
.hhcs-field.is-error label:not([class]),
.hhcs-field.is-error .hhcs-label-block { color: rgb(185,28,28); }

/* ── Fee note ──────────────────────────────────────────────── */
.hhcs-enroll-fee-note {
  background: #f4faf0;
  border: 1px solid #c6e8a5;
  border-radius: 0.45rem;
  padding: 0.85rem 1.1rem;
  font-size: 0.875rem;
  color: #374151;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.dark .hhcs-enroll-fee-note { background: rgba(54,123,0,0.1); border-color: rgba(54,123,0,0.3); color: #d1d5db; }

/* ── Info banner ───────────────────────────────────────────── */
.hhcs-info-banner {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  background: #eff6ff;
  border-left: 4px solid #3b82f6;
  border-radius: 0 0.45rem 0.45rem 0;
  padding: 1rem 1.2rem;
  font-size: 0.875rem;
  color: #1e40af;
  line-height: 1.6;
  margin-top: 1.5rem;
}
.dark .hhcs-info-banner { background: rgba(59,130,246,0.1); color: #93c5fd; }
.hhcs-info-banner svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 0.1rem; }
.hhcs-info-banner a { color: #1d4ed8; text-decoration: underline; }
.dark .hhcs-info-banner a { color: #60a5fa; }

/* ── Language notice (Step 5) ──────────────────────────────── */
.hhcs-lang-notice {
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.dark .hhcs-lang-notice { background: rgb(17,24,39); border-color: #374151; }
.hhcs-lang-block p { font-size: 0.9rem; line-height: 1.75; margin: 0 0 0.6rem; }
.hhcs-lang-block p:last-child { margin: 0; }
.hhcs-lang-en { border-left: 3px solid rgb(54,123,0); padding-left: 1rem; }
.hhcs-lang-ja { border-left: 3px solid rgb(114,192,70); padding-left: 1rem; }
.hhcs-lang-divider { border: none; border-top: 1px solid #e5e7eb; margin: 1.25rem 0; }
.dark .hhcs-lang-divider { border-color: #374151; }

/* ── Agreement scroll box (Step 6) ────────────────────────── */
.hhcs-agreement-scroll {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
  max-height: 260px;
  overflow-y: auto;
}
.dark .hhcs-agreement-scroll { background: rgb(17,24,39); border-color: #374151; }
.hhcs-agreement-scroll p { font-size: 0.875rem; line-height: 1.65; margin: 0 0 0.85rem; }
.hhcs-agreement-scroll p:last-child { margin: 0; }

/* ── Session info box (Medical Billing TBA notice) ────────── */
.hhcs-enroll-session-info {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  background: #f4faf0;
  border: 1.5px solid #c6e8a5;
  border-radius: 0.5rem;
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #374151;
}
.dark .hhcs-enroll-session-info { background: rgba(54,123,0,0.1); border-color: rgba(54,123,0,0.3); color: #d1d5db; }
.hhcs-enroll-session-info svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 0.15rem; color: rgb(54,123,0); }
.hhcs-session-info-note { display: block; margin-top: 0.35rem; font-size: 0.82rem; color: #6b7280; }
.dark .hhcs-session-info-note { color: #9ca3af; }

/* ── Navigation bar ────────────────────────────────────────── */
.hhcs-enroll-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 2.5rem;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
}
.dark .hhcs-enroll-nav { background: rgb(17,24,39); border-color: #374151; }
.hhcs-enroll-step-counter { font-size: 0.82rem; color: #9ca3af; }
@media (max-width: 480px) { .hhcs-enroll-nav { padding: 1rem 1.25rem; } }

/* ── Enrollment hub ────────────────────────────────────────── */
.hhcs-enroll-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}
.hhcs-enroll-hub-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: box-shadow 0.2s;
}
.dark .hhcs-enroll-hub-card { background: rgb(31,41,55); border-color: #374151; }
.hhcs-enroll-hub-card:hover { box-shadow: 0 4px 18px rgba(0,0,0,0.08); }
.hhcs-enroll-hub-card.is-open { border-top: 3px solid rgb(54,123,0); }
.hhcs-enroll-hub-card.is-tba  { border-top: 3px solid #9ca3af; }
.hhcs-enroll-hub-card-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.hhcs-enroll-hub-card-body {
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}
.hhcs-enroll-hub-card-body h2 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: #111827;
}
.dark .hhcs-enroll-hub-card-body h2 { color: #f9fafb; }
.hhcs-enroll-hub-date {
  font-size: 0.85rem;
  color: #374151;
  margin: 0;
}
.dark .hhcs-enroll-hub-date { color: #d1d5db; }
.hhcs-enroll-hub-note {
  font-size: 0.82rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}
.dark .hhcs-enroll-hub-note { color: #9ca3af; }
.hhcs-enroll-hub-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}
.hhcs-course-session-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.hhcs-enroll-contact-note {
  margin: 2rem 0 1rem;
  font-size: 0.9rem;
  color: #6b7280;
  text-align: center;
}
.dark .hhcs-enroll-contact-note { color: #9ca3af; }

/* ═══════════════════════════════════════════════════════════════════
   ON-DEMAND VIDEO COURSES
   ═══════════════════════════════════════════════════════════════════ */

/* ── Courses listing — video section ────────────────────────────── */
.hhcs-video-courses-section {
  margin-top: 3rem;
}

/* Header band — matches the hero/CTA gradient language */
.hhcs-video-section-band {
  background: linear-gradient(135deg, rgb(20,55,0) 0%, rgb(44,96,2) 100%);
  padding: 2.25rem 2rem;
  text-align: center;
  color: #fff;
}
.hhcs-video-section-chip {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 0.22rem 0.75rem;
  border-radius: 20px;
  margin-bottom: 0.75rem;
}
.hhcs-video-section-heading {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.45rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.25);
}
.hhcs-video-section-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.88);
  margin: 0;
}

/* Cards area below the band */
.hhcs-video-courses-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

/* ── Video course card variant ──────────────────────────────────── */
.hhcs-video-course-card .hhcs-course-listing-img-wrap {
  position: relative;
}
.hhcs-video-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
}
.hhcs-badge-ondemand {
  background: rgba(54,123,0,0.12);
  border: 1px solid rgba(54,123,0,0.3);
  color: rgb(40,96,0);
  font-weight: 600;
}
.dark .hhcs-badge-ondemand {
  background: rgba(54,123,0,0.2);
  border-color: rgba(54,123,0,0.4);
  color: #7ec850;
}

/* ── Enroll hub — video section ─────────────────────────────────── */
.hhcs-enroll-video-section {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 2px solid rgba(54,123,0,0.15);
}
.hhcs-enroll-section-heading {
  font-size: 1.3rem;
  font-weight: 700;
  color: rgb(54,123,0);
  margin: 0 0 0.4rem;
}
.dark .hhcs-enroll-section-heading { color: #7ec850; }
.hhcs-enroll-section-sub {
  font-size: 0.92rem;
  color: #374151;
  margin: 0 0 1.25rem;
}
.dark .hhcs-enroll-section-sub { color: #d1d5db; }
.hhcs-enroll-video-card .hhcs-enroll-hub-card-img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* ── Video enroll page — course summary ─────────────────────────── */
.hhcs-video-enroll-summary {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  background: rgba(54,123,0,0.05);
  border: 1.5px solid rgba(54,123,0,0.2);
  border-radius: 8px;
  padding: 1.25rem;
  margin: 1.5rem 0;
}
@media (max-width: 640px) {
  .hhcs-video-enroll-summary { flex-direction: column; }
}
.hhcs-video-enroll-thumb {
  width: 220px;
  flex-shrink: 0;
  border-radius: 6px;
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media (max-width: 640px) { .hhcs-video-enroll-thumb { width: 100%; } }
.hhcs-video-enroll-summary-body h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #111827;
}
.dark .hhcs-video-enroll-summary-body h2 { color: #f9fafb; }
.hhcs-video-enroll-instructor,
.hhcs-video-enroll-duration,
.hhcs-video-enroll-format {
  font-size: 0.88rem;
  color: #374151;
  margin: 0.15rem 0;
}
.dark .hhcs-video-enroll-instructor,
.dark .hhcs-video-enroll-duration,
.dark .hhcs-video-enroll-format { color: #d1d5db; }
.hhcs-video-enroll-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgb(54,123,0);
  margin: 0.5rem 0 0;
}
.dark .hhcs-video-enroll-price { color: #7ec850; }

/* ── Video enroll page — form section ──────────────────────────── */
.hhcs-video-enroll-form-wrap {
  margin: 2rem 0;
}
.hhcs-video-enroll-form-wrap h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
}
.hhcs-video-enroll-form {
  max-width: 560px;
}
.hhcs-video-enroll-actions {
  margin-top: 1.25rem;
}
.hhcs-btn-lg {
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
}
.hhcs-video-enroll-secure-note {
  font-size: 0.82rem;
  color: #6b7280;
  margin-top: 0.75rem;
}
.dark .hhcs-video-enroll-secure-note { color: #9ca3af; }
.hhcs-form-error-banner {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #991b1b;
}
.dark .hhcs-form-error-banner {
  background: rgba(220,38,38,0.1);
  border-color: rgba(220,38,38,0.3);
  color: #fca5a5;
}

/* ── Dropdown menu section labels ──────────────────────────────────── */
.hhcs-menu-section-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.38);
  margin: 0.5rem 0 -0.25rem;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  pointer-events: none;
  user-select: none;
}
.dark .hhcs-menu-section-label {
  color: rgba(255, 255, 255, 0.38);
  border-top-color: rgba(255, 255, 255, 0.08);
}
.hhcs-menu-section-label-mobile {
  font-size: 0.7rem;
  margin: 0.75rem 0.5rem 0;
  padding: 0.6rem 0 0;
}
