/* Sixfold APMP Course Booking – styled to match sixfold.biz */
.sfxb {
  --sfxb-blue: #2b6ca8;
  --sfxb-blue-dark: #1f5588;
  --sfxb-navy: #0b5a81;
  --sfxb-orange: #ed8f0c;
  --sfxb-orange-dark: #c97500;
  --sfxb-soft: #edf2f7;
  --sfxb-softer: #f6f9fb;
  --sfxb-line: #d5dee8;
  --sfxb-text: #2d3748;
  --sfxb-muted: #5f6b76;
  --sfxb-error: #b3261e;
  --sfxb-error-bg: #fdf0ef;
  --sfxb-ok: #2f7d32;
  font-family: Lato, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--sfxb-text);
  max-width: 1140px;
  margin: 0 auto 48px;
  padding: 8px 0;
  box-sizing: border-box;
}
.sfxb *, .sfxb *::before, .sfxb *::after { box-sizing: border-box; }
.sfxb a { color: var(--sfxb-blue); text-decoration: underline; }
.sfxb a:hover { color: var(--sfxb-navy); }
.sfxb p { margin: 0 0 12px; }
.sfxb-sr { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.sfxb-loading { padding: 40px; text-align: center; color: var(--sfxb-muted); }

/* Headings */
.sfxb .sfxb-h2, .sfxb .sfxb-step-title {
  font-family: Raleway, Arial, sans-serif; font-weight: 400; color: var(--sfxb-navy);
  font-size: 30px; line-height: 1.25; margin: 0 0 8px; text-transform: none; letter-spacing: 0;
}
.sfxb .sfxb-step-title { font-size: 26px; outline: none; }
.sfxb .sfxb-h3 {
  font-family: Raleway, Arial, sans-serif; font-weight: 600; color: var(--sfxb-navy);
  font-size: 19px; margin: 26px 0 10px; text-transform: none;
}
.sfxb-intro { text-align: center; margin: 8px auto 20px; max-width: 760px; }
.sfxb-intro p { color: var(--sfxb-muted); }
.sfxb-inline-q {
  display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px;
  border-radius: 50%; background: var(--sfxb-blue); color: #fff; font-size: 13px; font-weight: 700; vertical-align: 1px;
}

/* Banners */
.sfxb-welcome, .sfxb-restored, .sfxb-demo, .sfxb-staff {
  background: #fff4e5; border-left: 4px solid var(--sfxb-orange); padding: 10px 14px; margin: 0 0 16px; border-radius: 2px;
}
.sfxb-demo { background: #eef3fb; border-color: var(--sfxb-blue); }
.sfxb-staff { margin-top: 18px; }

/* Progress */
.sfxb .sfxb-progress {
  list-style: none; margin: 0 0 20px; padding: 0; display: flex; gap: 6px; counter-reset: none;
}
.sfxb .sfxb-progress li { flex: 1 1 0; margin: 0; padding: 0; min-width: 0; }
.sfxb .sfxb-progress li::before { content: none; }
.sfxb-progress button, .sfxb-step-static {
  all: unset; box-sizing: border-box; display: flex; align-items: center; gap: 8px; width: 100%;
  padding: 10px 12px; background: var(--sfxb-soft); border-bottom: 4px solid var(--sfxb-line);
  font-family: Lato, Arial, sans-serif; font-size: 14px; color: var(--sfxb-muted); text-transform: uppercase; letter-spacing: .02em;
}
.sfxb-progress button { cursor: pointer; }
.sfxb-progress button:hover { background: #e1e9f2; }
.sfxb-progress button:focus-visible { outline: 3px solid var(--sfxb-orange); outline-offset: 2px; }
.sfxb-progress .is-done button, .sfxb-progress .is-done .sfxb-step-static { border-bottom-color: var(--sfxb-blue); color: var(--sfxb-navy); }
.sfxb-progress .is-current .sfxb-step-static { background: var(--sfxb-blue); border-bottom-color: var(--sfxb-navy); color: #fff; }
.sfxb-step-num {
  flex: none; display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%;
  background: #fff; color: var(--sfxb-blue); font-weight: 700; font-size: 13px;
}
.sfxb-step-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* Layout */
.sfxb-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 24px; align-items: start; }
.sfxb-card { background: #fff; border: 1px solid var(--sfxb-line); border-top: 4px solid var(--sfxb-blue); padding: 26px 30px 30px; }
.sfxb-step-count { margin: 0 0 2px !important; color: var(--sfxb-muted); font-size: 14px; text-transform: uppercase; letter-spacing: .04em; }
.sfxb-step-intro { color: var(--sfxb-muted); margin-bottom: 18px !important; }
.sfxb-group { border-top: 1px solid var(--sfxb-soft); margin-top: 22px; }

/* Fields */
.sfxb-field { margin: 0 0 18px; }
.sfxb-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.sfxb-label-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 6px; }
.sfxb label, .sfxb .sfxb-legend { font-weight: 700; color: var(--sfxb-text); font-size: 15px; }
.sfxb-req { color: var(--sfxb-error); margin-left: 2px; }
.sfxb-opt { font-weight: 400; color: var(--sfxb-muted); font-size: 14px; }
.sfxb input[type="text"], .sfxb input[type="email"], .sfxb input[type="tel"], .sfxb select, .sfxb textarea {
  display: block; width: 100%; max-width: 100%; margin: 0; padding: 11px 12px; min-height: 46px;
  font: inherit; font-size: 16px; color: var(--sfxb-text); background: #fff;
  border: 1px solid #9fb0c2; border-radius: 3px; box-shadow: none; -webkit-appearance: none; appearance: none;
}
.sfxb select {
  padding-right: 38px; background-image: linear-gradient(45deg, transparent 50%, var(--sfxb-blue) 50%), linear-gradient(135deg, var(--sfxb-blue) 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px; background-repeat: no-repeat;
}
.sfxb textarea { min-height: 70px; resize: vertical; }
.sfxb input:focus, .sfxb select:focus, .sfxb textarea:focus { outline: 3px solid rgba(237, 143, 12, .45); outline-offset: 0; border-color: var(--sfxb-blue); }
.sfxb-has-error input, .sfxb-has-error select, .sfxb-has-error textarea { border-color: var(--sfxb-error); border-width: 2px; }
.sfxb-error { color: var(--sfxb-error); font-weight: 700; font-size: 14px; margin: 6px 0 0 !important; }
.sfxb-error::before { content: "! "; }
.sfxb-note { font-size: 14px; color: var(--sfxb-muted); margin: 6px 0 0 !important; }

/* Help */
.sfxb button.sfxb-help-btn {
  all: unset; box-sizing: border-box; flex: none; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%;
  background: var(--sfxb-soft); color: var(--sfxb-blue); border: 1px solid var(--sfxb-blue); font: 700 14px/1 Lato, Arial, sans-serif;
}
.sfxb button.sfxb-help-btn:hover, .sfxb button.sfxb-help-btn[aria-expanded="true"] { background: var(--sfxb-blue); color: #fff; }
.sfxb button.sfxb-help-btn:focus-visible { outline: 3px solid var(--sfxb-orange); outline-offset: 2px; }
.sfxb-help {
  background: var(--sfxb-softer); border-left: 4px solid var(--sfxb-blue); padding: 10px 14px; margin: 0 0 10px; font-size: 15px;
}

/* Choice cards */
.sfxb-fieldset { border: 0; padding: 0; margin: 0; min-width: 0; position: relative; }
.sfxb-fieldset legend { padding: 0 36px 0 0; margin: 0 0 8px; float: left; width: 100%; }
.sfxb-fieldset legend + * { clear: both; }
.sfxb-legend-help { position: absolute; right: 0; top: 0; }
.sfxb-legend-help:empty { display: none; }
.sfxb-fieldset .sfxb-help { clear: both; }
.sfxb-choices { display: grid; gap: 12px; clear: both; }
.sfxb-cols-1 { grid-template-columns: 1fr; }
.sfxb-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sfxb-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sfxb .sfxb-choice {
  position: relative; display: flex; gap: 12px; align-items: flex-start; cursor: pointer; margin: 0;
  background: var(--sfxb-soft); border: 2px solid transparent; padding: 16px; font-weight: 400; transition: border-color .15s, background .15s;
}
.sfxb .sfxb-choice:hover { border-color: #9fb9d3; background: #e6edf5; }
.sfxb .sfxb-choice.is-selected { border-color: var(--sfxb-blue); background: #fff; box-shadow: 0 2px 10px rgba(43, 108, 168, .15); }
.sfxb .sfxb-choice.is-disabled { opacity: .5; cursor: not-allowed; }
.sfxb .sfxb-choice.has-badge { padding-top: 26px; }
.sfxb-choice input[type="radio"] { flex: none; width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--sfxb-blue); }
.sfxb-choice input[type="radio"]:focus-visible { outline: 3px solid var(--sfxb-orange); outline-offset: 2px; }
.sfxb-choice-body { display: block; min-width: 0; }
.sfxb-choice-title { display: block; font-family: Raleway, Arial, sans-serif; font-weight: 700; font-size: 17px; color: var(--sfxb-navy); line-height: 1.3; }
.sfxb-choice-price { display: block; font-weight: 700; color: var(--sfxb-orange-dark); margin-top: 4px; font-size: 15px; }
.sfxb-choice-desc { display: block; color: var(--sfxb-muted); font-size: 14.5px; margin-top: 6px; }
.sfxb-choice-desc ul { margin: 4px 0 0; padding-left: 18px; }
.sfxb-choice-desc li { margin: 2px 0; }
.sfxb-badge {
  position: absolute; top: 0; right: 0; background: var(--sfxb-orange); color: #fff; font-size: 12px; font-weight: 700;
  padding: 3px 10px; text-transform: uppercase; letter-spacing: .03em;
}
.sfxb-compact .sfxb-choice { padding: 10px 14px; align-items: center; }
.sfxb-compact .sfxb-choice-title { font-size: 16px; font-family: Lato, Arial, sans-serif; }

/* Checkboxes */
.sfxb-check { display: flex; gap: 12px; align-items: flex-start; }
.sfxb-check input[type="checkbox"] { flex: none; width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--sfxb-blue); }
.sfxb-check label { font-weight: 400; flex: 1; }

/* Buttons */
.sfxb-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--sfxb-soft); flex-wrap: wrap; }
.sfxb button.sfxb-btn {
  all: unset; box-sizing: border-box; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 12px 28px; border-radius: 3px; font: 700 17px/1.2 Lato, Arial, sans-serif; text-align: center;
}
.sfxb button.sfxb-btn-primary { background: var(--sfxb-orange); color: #fff; }
.sfxb button.sfxb-btn-primary:hover { background: var(--sfxb-orange-dark); }
.sfxb button.sfxb-btn-primary[disabled] { opacity: .7; cursor: wait; }
.sfxb button.sfxb-btn-secondary { background: #fff; color: var(--sfxb-blue); border: 2px solid var(--sfxb-blue); }
.sfxb button.sfxb-btn-secondary:hover { background: var(--sfxb-soft); }
.sfxb button.sfxb-btn:focus-visible, .sfxb button.sfxb-link:focus-visible { outline: 3px solid var(--sfxb-navy); outline-offset: 3px; }
.sfxb button.sfxb-link { all: unset; cursor: pointer; color: var(--sfxb-blue); text-decoration: underline; font-weight: 700; font-size: 15px; }

/* Error summary */
.sfxb-error-summary { border: 3px solid var(--sfxb-error); background: var(--sfxb-error-bg); padding: 14px 18px; margin: 0 0 20px; outline: none; }
.sfxb-error-summary h3 { margin: 0 0 6px; font-size: 18px; color: var(--sfxb-error); font-family: Raleway, Arial, sans-serif; }
.sfxb-error-summary ul { margin: 0; padding-left: 20px; }
.sfxb-error-summary a { color: var(--sfxb-error); font-weight: 700; }

/* Review */
.sfxb-review-section { border: 1px solid var(--sfxb-line); margin: 0 0 14px; }
.sfxb-review-head { display: flex; justify-content: space-between; align-items: center; background: var(--sfxb-soft); padding: 8px 14px; }
.sfxb-review-head .sfxb-h3 { margin: 0; font-size: 17px; }
.sfxb-review-section dl { margin: 0; padding: 4px 14px; }
.sfxb-review-row { display: grid; grid-template-columns: 180px 1fr; gap: 12px; padding: 7px 0; border-bottom: 1px solid var(--sfxb-soft); }
.sfxb-review-row:last-child { border-bottom: 0; }
.sfxb-review-row dt { color: var(--sfxb-muted); margin: 0; font-weight: 400; }
.sfxb-review-row dd { margin: 0; font-weight: 700; word-break: break-word; }
.sfxb-total { display: flex; justify-content: space-between; align-items: baseline; background: var(--sfxb-blue); color: #fff; padding: 14px 18px; margin: 0 0 22px; font-size: 18px; }
.sfxb-total strong { font-size: 24px; }
.sfxb-total small { font-size: 15px; font-weight: 400; }
.sfxb-hp { position: absolute !important; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }

/* Sidebar */
.sfxb-side { position: sticky; top: 20px; display: grid; gap: 16px; }
.sfxb-side-card { background: #fff; border: 1px solid var(--sfxb-line); padding: 16px 18px; font-size: 15px; }
.sfxb .sfxb-side-title { font-family: Raleway, Arial, sans-serif; font-size: 18px; font-weight: 600; color: var(--sfxb-navy); margin: 0 0 10px; text-transform: none; }
.sfxb-summary { border-top: 4px solid var(--sfxb-orange); }
.sfxb-summary dl { margin: 0; }
.sfxb-summary dl > div { padding: 6px 0; border-bottom: 1px solid var(--sfxb-soft); }
.sfxb-summary dt { font-size: 13px; color: var(--sfxb-muted); text-transform: uppercase; letter-spacing: .03em; margin: 0; }
.sfxb-summary dd { margin: 0; font-weight: 700; }
.sfxb-side-total { margin-top: 10px; display: grid; }
.sfxb-side-total span { font-size: 13px; color: var(--sfxb-muted); text-transform: uppercase; }
.sfxb-side-total strong { font-size: 26px; color: var(--sfxb-navy); font-family: Raleway, Arial, sans-serif; }
.sfxb-side-total small { color: var(--sfxb-muted); }
.sfxb-muted { color: var(--sfxb-muted); font-size: 14px; }
.sfxb-context-help { background: var(--sfxb-softer); border-left: 4px solid var(--sfxb-blue); }
.sfxb .sfxb-context-title { font-size: 15px; font-weight: 700; margin: 0 0 6px; color: var(--sfxb-text); font-family: Lato, Arial, sans-serif; }
.sfxb-flash { animation: sfxb-flash .6s ease-out; }
@keyframes sfxb-flash { from { background: #fff4e5; } to { background: var(--sfxb-softer); } }
.sfxb-call { background: var(--sfxb-blue); border-color: var(--sfxb-blue); color: #fff; }
.sfxb-call .sfxb-side-title, .sfxb-call .sfxb-muted, .sfxb-call p { color: #fff !important; }
.sfxb .sfxb-call a, .sfxb .sfxb-call a:link, .sfxb .sfxb-call a:visited, .sfxb .sfxb-call a:hover, .sfxb .sfxb-call a:focus { color: #ffe0a3 !important; }
.sfxb a.sfxb-phone { color: #ffe0a3 !important; font-size: 24px; font-weight: 700; text-decoration: none; font-family: Raleway, Arial, sans-serif; }

/* Done */
.sfxb-done { max-width: 760px; margin: 0 auto; text-align: left; outline: none; }
.sfxb-tick { width: 64px; height: 64px; border-radius: 50%; background: var(--sfxb-ok); color: #fff; font-size: 36px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.sfxb-ref { font-size: 20px; background: var(--sfxb-soft); padding: 10px 14px; display: inline-block; }
.sfxb-next { padding-left: 22px; }
.sfxb-done-actions { justify-content: flex-start; }

/* Responsive */
@media (max-width: 960px) {
  .sfxb-layout { grid-template-columns: 1fr; }
  .sfxb-side { position: static; grid-template-columns: 1fr 1fr; }
  .sfxb-context-help { display: none; } /* inline ? help is used on smaller screens */
}
@media (max-width: 720px) {
  .sfxb { font-size: 16px; padding: 0 2px; }
  .sfxb-card { padding: 18px 16px 22px; }
  .sfxb-row, .sfxb-cols-2, .sfxb-cols-3 { grid-template-columns: 1fr; }
  .sfxb-compact.sfxb-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sfxb-compact .sfxb-choice { padding: 10px; gap: 8px; }
  .sfxb-side { grid-template-columns: 1fr; }
  .sfxb .sfxb-h2 { font-size: 24px; }
  .sfxb .sfxb-step-title { font-size: 22px; }
  .sfxb-progress .sfxb-step-label { display: none; }
  .sfxb-progress .is-current .sfxb-step-label { display: inline; }
  .sfxb-progress button, .sfxb-step-static { justify-content: center; padding: 8px 4px; }
  .sfxb .sfxb-progress li.is-current { flex: 3 1 0; }
  .sfxb-review-row { grid-template-columns: 1fr; gap: 0; }
  .sfxb-nav { flex-direction: column-reverse; align-items: stretch; }
  .sfxb button.sfxb-btn { width: 100%; }
  .sfxb-total { flex-direction: column; }
}

/* Print (confirmation page) */
@media print {
  .sfxb-done-actions, .sfxb-side { display: none !important; }
  .sfxb-card { border: 0; }
}

/* ---------- Website booking links: dates table, booking box, partner landing ---------- */
.sfxb.sfxb-dates-block, .sfxb.sfxb-cta, .sfxb.sfxb-landing { max-width: 1140px; padding: 0; margin: 24px auto 28px; }
.sfxb a.sfxb-btn-link {
  display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 20px; border-radius: 3px;
  background: var(--sfxb-orange); color: #fff; font: 700 16px/1.2 Lato, Arial, sans-serif; text-decoration: none; text-align: center; white-space: nowrap;
}
.sfxb a.sfxb-btn-link:hover { background: var(--sfxb-orange-dark); color: #fff; }
.sfxb a.sfxb-btn-link:focus-visible, .sfxb a.sfxb-text-link:focus-visible { outline: 3px solid var(--sfxb-navy); outline-offset: 3px; }
.sfxb a.sfxb-btn-lg { min-height: 50px; padding: 12px 28px; font-size: 17px; }
.sfxb a.sfxb-btn-secondary { background: #fff; color: var(--sfxb-blue); border: 2px solid var(--sfxb-blue); }
.sfxb a.sfxb-btn-secondary:hover { background: var(--sfxb-soft); color: var(--sfxb-navy); }
.sfxb a.sfxb-text-link { font-weight: 700; font-size: 15px; margin-left: 10px; white-space: nowrap; }

.sfxb-table-wrap { overflow-x: auto; }
.sfxb table.sfxb-dates-table-public, .sfxb table.sfxb-compare { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--sfxb-line); margin: 0; font-size: 16px; }
.sfxb-dates-table-public th, .sfxb-compare th { background: var(--sfxb-blue); color: #fff; text-align: left; font-weight: 700; padding: 10px 14px; font-family: Lato, Arial, sans-serif; }
.sfxb-dates-table-public td, .sfxb-compare td, .sfxb-compare tbody th { padding: 12px 14px; border-top: 1px solid var(--sfxb-soft); vertical-align: middle; }
.sfxb-dates-table-public tbody tr:nth-child(even) td { background: var(--sfxb-softer); }
.sfxb-dates-table-public .sfxb-when { white-space: nowrap; }
.sfxb-course-name { display: block; font-weight: 700; color: var(--sfxb-navy); }
.sfxb-course-format { display: block; font-size: 14px; color: var(--sfxb-muted); }
.sfxb-dates-table-public .sfxb-book { text-align: right; white-space: nowrap; }
.sfxb-dates-table-public tr.is-full td { color: var(--sfxb-muted); }
.sfxb-full-tag { display: inline-block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: var(--sfxb-muted); background: var(--sfxb-soft); padding: 4px 10px; }
.sfxb-compare tbody th { background: transparent; color: var(--sfxb-text); font-weight: 400; }
.sfxb-compare td { text-align: center; font-weight: 700; }
.sfxb-compare thead th:not(:first-child) { text-align: center; }
.sfxb-empty { background: var(--sfxb-soft); padding: 14px 18px; }

.sfxb-cta { display: flex; gap: 20px 32px; align-items: center; justify-content: space-between; flex-wrap: wrap; background: #fff; border: 1px solid var(--sfxb-line); border-left: 6px solid var(--sfxb-orange); padding: 20px 24px; }
.sfxb-cta-main { flex: 1 1 380px; min-width: 0; }
.sfxb .sfxb-cta-title { font-family: Raleway, Arial, sans-serif; font-weight: 600; font-size: 22px; color: var(--sfxb-navy); margin: 0 0 6px; text-transform: none; }
.sfxb-cta p { margin: 0 0 8px; color: var(--sfxb-text); }
.sfxb ul.sfxb-cta-dates { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.sfxb ul.sfxb-cta-dates li { margin: 0; padding: 0; }
.sfxb ul.sfxb-cta-dates li::before { content: none; }
.sfxb ul.sfxb-cta-dates a { display: inline-block; background: var(--sfxb-soft); color: var(--sfxb-text); text-decoration: none; padding: 6px 12px; font-size: 15px; border: 1px solid transparent; }
.sfxb ul.sfxb-cta-dates a:hover { border-color: var(--sfxb-blue); background: #fff; }
.sfxb-cta-actions { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.sfxb-cta-phone { font-size: 15px; color: var(--sfxb-muted); }

.sfxb-hero { background: var(--sfxb-navy); color: #fff; padding: 36px 36px 32px; margin-bottom: 8px; }
.sfxb .sfxb-eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: 14px; font-weight: 700; color: #9fd3f2; margin: 0 0 8px; }
.sfxb .sfxb-hero-title { font-family: Raleway, Arial, sans-serif; font-weight: 700; font-size: 38px; line-height: 1.15; color: #fff; margin: 0 0 12px; text-transform: none; text-wrap: balance; }
.sfxb .sfxb-hero-text { font-size: 18px; max-width: 760px; color: #e7eef2; margin: 0 0 22px; }
.sfxb-hero-actions { display: flex; flex-wrap: wrap; gap: 12px 14px; align-items: center; }
.sfxb-hero-phone { font-size: 16px; }
.sfxb-hero .sfxb-hero-phone, .sfxb-hero .sfxb-hero-phone a { color: #fff; }
.sfxb-land-section { padding: 8px 0 12px; }
.sfxb-land-section > .sfxb-h3:first-child { font-size: 24px; margin-top: 28px; }
.sfxb-course-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.sfxb-course-card { background: #fff; border: 1px solid var(--sfxb-line); border-top: 4px solid var(--sfxb-blue); padding: 22px 24px; display: flex; flex-direction: column; }
.sfxb .sfxb-course-card h4 { font-family: Raleway, Arial, sans-serif; font-size: 22px; font-weight: 700; color: var(--sfxb-navy); margin: 0 0 4px; }
.sfxb .sfxb-card-price { color: var(--sfxb-orange-dark); font-weight: 700; }
.sfxb .sfxb-card-label { font-size: 13px; text-transform: uppercase; letter-spacing: .04em; color: var(--sfxb-muted); margin: 6px 0 0; }
.sfxb-course-card .sfxb-cta-dates { margin-bottom: 18px; }
.sfxb-course-card a.sfxb-btn-link { margin-top: auto; align-self: flex-start; }
.sfxb-land-two { display: grid; grid-template-columns: 3fr 2fr; gap: 0 32px; }
.sfxb ul.sfxb-ticks { list-style: none; padding: 0; margin: 0; }
.sfxb ul.sfxb-ticks li { position: relative; padding-left: 28px; margin: 0 0 10px; }
.sfxb ul.sfxb-ticks li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--sfxb-blue); font-weight: 700; }
.sfxb-final-cta { background: var(--sfxb-soft); padding: 4px 28px 26px; margin-top: 24px; }

@media (max-width: 720px) {
  .sfxb-dates-table-public thead { display: none; }
  .sfxb-dates-table-public, .sfxb-dates-table-public tbody, .sfxb-dates-table-public tr, .sfxb-dates-table-public td { display: block; width: 100%; }
  .sfxb-dates-table-public tr { border-top: 1px solid var(--sfxb-line); padding: 10px 0; }
  .sfxb-dates-table-public td { border: 0; padding: 2px 14px; }
  .sfxb-dates-table-public .sfxb-book { text-align: left; padding-top: 8px; }
  .sfxb-course-cards, .sfxb-land-two { grid-template-columns: 1fr; }
  .sfxb-hero { padding: 26px 18px; }
  .sfxb .sfxb-hero-title { font-size: 30px; }
  .sfxb-cta { padding: 18px; }
  .sfxb-cta-actions { align-items: stretch; width: 100%; }
  .sfxb-final-cta { padding: 4px 18px 22px; }
}

/* Theme compatibility: sit below the theme's floated title strip, and remove theme bullets. */
.sfxb.sfxb-landing, .sfxb.sfxb-dates-block, .sfxb.sfxb-cta, #sfxb-app.sfxb { clear: both; }
.sfxb ul.sfxb-cta-dates, .sfxb ul.sfxb-cta-dates li, .sfxb ul.sfxb-ticks, .sfxb ul.sfxb-ticks li { list-style: none; background-image: none; }
.sfxb ul.sfxb-cta-dates li::marker, .sfxb ul.sfxb-ticks li::marker { content: none; }
.sfxb a.sfxb-call-tag { display: inline-block; font-size: 14px; font-weight: 700; color: var(--sfxb-navy); background: #fff4e5; border: 1px solid var(--sfxb-orange); padding: 6px 12px; text-decoration: none; white-space: nowrap; }
.sfxb a.sfxb-call-tag:hover { background: var(--sfxb-orange); color: #fff; }
