/* RSCM Course Detail Styles */
:root {
	--rscm-cd-navy:    #26334A;
	--rscm-cd-orange:  #F78F2D;
	--rscm-cd-border:  #EBEBEB;
	--rscm-cd-text:    #26334A;
	--rscm-cd-text-mid:#40444F;
	--rscm-cd-text-lt: #708090;
	--rscm-cd-white:   #FFFFFF;
	--rscm-cd-warm:    #EBEBEB;
	--rscm-cd-font-d:  'Poppins', sans-serif;
	--rscm-cd-font-b:  'Inclusive Sans', 'Inter', sans-serif;
}

.rscm-course-page { background: #fff; }

/* ── PAGE HERO ── */
.rscm-page-hero-wrap {
	background: var(--rscm-cd-navy);
	padding: 80px 0;
}
.rscm-page-hero-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 60px;
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: 56px;
	align-items: start;
}
.rscm-page-hero-inner.no-image { grid-template-columns: 1fr; }
.rscm-page-hero-inner.no-image > div:first-child { max-width: 684px; }

.rscm-page-hero-eyebrow {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}
.rscm-page-hero-eyebrow a { text-decoration: none; color: var(--rscm-cd-orange); transition: opacity .15s; }
.rscm-page-hero-eyebrow a:hover { opacity: .75; }
.rscm-page-hero-eyebrow .rscm-bc-sep { color: var(--rscm-cd-orange); opacity: .5; }
.rscm-page-hero-eyebrow .rscm-bc-item { color: var(--rscm-cd-orange); }
.rscm-page-hero-wrap h1 {
	font-family: var(--rscm-cd-font-d);
	font-size: clamp(30px, 4vw, 50px);
	color: var(--rscm-cd-white);
	line-height: 1.12;
	margin-bottom: 20px;
}
.rscm-page-hero-body {
	font-size: 17px;
	line-height: 1.7;
	color: rgba(255,255,255,.65);
	max-width: 560px;
	margin-bottom: 36px;
}
.rscm-page-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.rscm-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 28px;
	font-size: 14px;
	font-weight: 600;
	font-family: var(--rscm-cd-font-d);
	color: var(--rscm-cd-white);
	background: var(--rscm-cd-orange);
	border: none;
	border-radius: 7px;
	cursor: pointer;
	text-decoration: none;
	transition: background .15s, transform .1s;
}
.rscm-btn-primary:hover { background: #C35428; transform: translateY(-1px); color: var(--rscm-cd-white); }
.rscm-btn-secondary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 28px;
	font-size: 14px;
	font-weight: 600;
	font-family: var(--rscm-cd-font-d);
	color: var(--rscm-cd-white);
	background: transparent;
	border: 1.5px solid rgba(255,255,255,.30);
	border-radius: 7px;
	cursor: pointer;
	text-decoration: none;
	transition: border-color .15s, transform .1s;
}
.rscm-btn-secondary:hover { border-color: rgba(255,255,255,.55); transform: translateY(-1px); color: var(--rscm-cd-white); }

/* Hero image */
.rscm-page-hero-image {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	align-self: stretch;
	min-height: 280px;
}
.rscm-page-hero-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ── STATS BAR ── */
.rscm-stats-bar { background: #0B1D3A; border-top: 1px solid rgba(255,255,255,.08); }
.rscm-stats-bar-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 60px;
	display: flex;
}
.rscm-stat-item { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px 0; flex: 1 1 0; min-width: 0; text-align: center; }
.rscm-stat-value { font-family: var(--rscm-cd-font-d); font-size: 28px; font-weight: 700; color: var(--rscm-cd-white); line-height: 1; margin-bottom: 4px; white-space: nowrap; }
.rscm-stat-label { font-family: var(--rscm-cd-font-d); font-size: 10px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.75); text-align: center; white-space: nowrap; }
.rscm-stat-divider { width: 1px; background: rgba(255,255,255,.08); margin: 12px 0; flex-shrink: 0; }

/* ── SECTION COMMON ── */
.rscm-section { padding: 100px 0; }
.rscm-container { max-width: 1280px; margin: 0 auto; padding: 0 60px; }
.rscm-section-label { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--rscm-cd-orange); margin-bottom: 14px; display: block; }
.rscm-section-heading { font-family: var(--rscm-cd-font-d); font-size: clamp(22px,3vw,36px); color: var(--rscm-cd-navy); line-height: 1.15; margin-bottom: 24px; }

/* ── INTRO SPLIT ── */
.rscm-intro-split {
	display: grid;
	grid-template-columns: 65fr 35fr;
	gap: 64px;
	align-items: start;
}
.rscm-intro-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--rscm-cd-orange); display: block; margin-bottom: 14px; }
.rscm-intro-heading { font-family: var(--rscm-cd-font-d); font-size: clamp(24px,3vw,40px); color: var(--rscm-cd-navy); line-height: 1.15; margin-bottom: 20px; }
.rscm-intro-body { font-size: 16px; line-height: 1.7; color: var(--rscm-cd-text-mid); margin-bottom: 18px; }
.rscm-intro-col-aside {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: sticky;
	top: 136px;
	align-self: start;
}

/* ── SUBJECTS LIST ── */
.rscm-subjects-list { list-style: none; padding: 0; margin: 0; }
.rscm-subjects-list li {
	font-size: 16px;
	line-height: 1.7;
	color: var(--rscm-cd-text-mid);
	padding: 5px 0 5px 18px;
	position: relative;
}
.rscm-subjects-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--rscm-cd-navy);
	opacity: .3;
}
.rscm-subjects-list li strong { color: var(--rscm-cd-navy); font-weight: 600; display: block; }
.rscm-subj-desc { display: block; font-size: 15px; color: var(--rscm-cd-text-mid); line-height: 1.6; opacity: .8; padding-left: 1rem; }
.rscm-custom-html { margin-top: 48px; }
.rscm-custom-html * { box-sizing: border-box; }

/* ── ASIDE CARDS ── */
.rscm-who-card, .rscm-related-card, .rscm-meta-card {
	background: var(--rscm-cd-navy);
	border-radius: 12px;
	padding: 20px 22px;
}
.rscm-card-label {
	font-family: var(--rscm-cd-font-d);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: rgba(255,255,255,.55);
	margin-bottom: 14px;
	display: block;
}
.rscm-who-list { list-style: none; padding: 0; margin: 0; }
.rscm-who-list li {
	font-size: 15px;
	color: rgba(255,255,255,.8);
	padding: 10px 0 10px 22px;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.1);
	line-height: 1.5;
}
.rscm-who-list li:last-child { border-bottom: none; }
.rscm-who-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 17px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--rscm-cd-orange);
}
.rscm-related-list { list-style: none; padding: 0; margin: 0; }
.rscm-related-list li { font-size: 15px; color: rgba(255,255,255,.8); padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.1); line-height: 1.5; }
.rscm-related-list li:last-child { border-bottom: none; }
.rscm-related-list li a { color: rgba(255,255,255,.8); text-decoration: none; transition: color .15s; }
.rscm-related-list li a:hover { color: #fff; }
.rscm-meta-row { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: rgba(255,255,255,.8); line-height: 1.55; margin-bottom: 10px; }
.rscm-meta-row:last-child { margin-bottom: 0; }
.rscm-meta-row strong { color: #fff; min-width: 72px; }

/* ── DAILY OUTLINE (tab section) ── */
.rscm-daily-section { background: var(--rscm-cd-navy); padding: 100px 0; }
.rscm-daily-eye { font-family: var(--rscm-cd-font-d); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--rscm-cd-orange); margin-bottom: 14px; display: block; }
.rscm-daily-h2 { font-family: var(--rscm-cd-font-d); font-size: clamp(22px,3vw,36px); font-weight: 700; color: #fff; line-height: 1.15; margin: 0 0 40px; }
.rscm-daily-split { display: flex; flex-direction: column; gap: 20px; }
.rscm-daily-nav { display: flex; flex-direction: row; width: 100%; }
.rscm-daily-nav-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 0;
	cursor: pointer;
	position: relative;
	background: rgba(255,255,255,.05);
	border-radius: 8px;
	flex: 1;
	max-width: 20%;
	min-width: 80px;
	transition: background .2s;
}
.rscm-daily-nav-item::before { content: ''; position: absolute; left: 0; bottom: -2px; right: 0; height: 3px; background: transparent; transition: background .2s; border-radius: 2px; }
.rscm-daily-nav-item.is-active::before { background: var(--rscm-cd-orange); }
.rscm-daily-nav-item.is-active { background: rgba(247,143,45,.12); }
.rscm-daily-nav-label { font-family: var(--rscm-cd-font-d); font-size: 15px; font-weight: 700; color: rgba(255,255,255,.4); transition: color .2s; }
.rscm-daily-nav-item.is-active .rscm-daily-nav-label { color: #fff; }
.rscm-daily-pane { display: none; }
.rscm-daily-pane.show { display: block; }
.rscm-daily-pane-h { font-family: var(--rscm-cd-font-d); font-size: clamp(18px,2vw,24px); font-weight: 700; color: #fff; line-height: 1.2; margin: 0 0 16px; }
.rscm-daily-list { list-style: none; padding: 0; margin: 0; }
.rscm-daily-list li {
	font-family: var(--rscm-cd-font-d);
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255,255,255,.6);
	padding: 10px 0 10px 22px;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.rscm-daily-list li:last-child { border-bottom: none; }
.rscm-daily-list li::before { content: ''; position: absolute; left: 0; top: 17px; width: 7px; height: 7px; border-radius: 50%; background: var(--rscm-cd-orange); }

/* ── LEARNING OBJECTIVES ── */
.rscm-obj-section { background: #fff; padding: 100px 0; }
.rscm-obj-wrap { max-width: 1280px; margin: 0 auto; padding: 0 60px; display: grid; grid-template-columns: 65fr 35fr; gap: 48px; align-items: start; }
.rscm-obj-header { margin-bottom: 28px; }

.rscm-obj-accordion {
	display: flex;
	flex-direction: column;
	gap: 0;
	border: 1px solid rgba(38,51,74,.15);
	border-radius: 12px;
	overflow: hidden;
}
.rscm-obj-item { background: var(--rscm-cd-navy); border-bottom: 1px solid rgba(255,255,255,.1); overflow: hidden; }
.rscm-obj-item:last-child { border-bottom: none; }

.rscm-obj-trigger {
	width: 100%;
	background: var(--rscm-cd-navy);
	border: none;
	padding: 18px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	cursor: pointer;
	text-align: left;
	transition: background .15s;
}
.rscm-obj-trigger:hover { background: rgba(0,0,0,.15); }
.rscm-obj-item.open .rscm-obj-trigger { background: var(--rscm-cd-navy); }
.rscm-obj-item.open .rscm-obj-trigger:hover { background: rgba(0,0,0,.15); }

.rscm-obj-trigger-left { display: flex; align-items: center; gap: 14px; }
.rscm-obj-num {
	width: 32px;
	height: 32px;
	border-radius: 7px;
	background: rgba(255,255,255,.18);
	color: var(--rscm-cd-white);
	font-family: var(--rscm-cd-font-d);
	font-size: 12px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.rscm-obj-item.open .rscm-obj-num { background: var(--rscm-cd-white); color: var(--rscm-cd-navy); }

.rscm-obj-trigger span { font-family: var(--rscm-cd-font-d); font-size: 15px; font-weight: 600; color: var(--rscm-cd-white); line-height: 1.3; }

.rscm-obj-chevron { width: 18px; height: 18px; flex-shrink: 0; color: rgba(255,255,255,.55); transition: transform .25s ease; }
.rscm-obj-item.open .rscm-obj-chevron { transform: rotate(180deg); color: var(--rscm-cd-white); }

.rscm-obj-body { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.rscm-obj-body-inner { padding: 14px 24px 18px 70px; background: #fff; border-top: 1px solid var(--rscm-cd-border); }
.rscm-obj-list { list-style: none; padding: 0; margin: 12px 0 0; }
.rscm-obj-list li {
	font-size: 15px;
	color: var(--rscm-cd-text-mid);
	padding: 5px 0 5px 20px;
	position: relative;
	line-height: 1.6;
	border-bottom: 1px solid var(--rscm-cd-border);
}
.rscm-obj-list li:last-child { border-bottom: none; }
.rscm-obj-list li::before { content: ''; position: absolute; left: 0; top: 13px; width: 6px; height: 6px; border-radius: 50%; background: var(--rscm-cd-navy); opacity: .25; }

/* Testimonial column */
.rscm-tst-col-title { font-family: var(--rscm-cd-font-d); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--rscm-cd-orange); margin-bottom: 14px; display: block; }
.rscm-tst-stack { display: flex; flex-direction: column; gap: 12px; }
.rscm-tst-card { border-radius: 10px; overflow: hidden; background: var(--rscm-cd-navy); padding: 18px 20px; }
.rscm-tst-qmark { font-family: Georgia, serif; font-size: 32px; line-height: 1; color: var(--rscm-cd-orange); margin-bottom: 6px; display: block; }
.rscm-tst-q { font-family: var(--rscm-cd-font-d); font-size: 15px; line-height: 1.65; color: rgba(255,255,255,.88); margin: 0 0 12px; font-style: italic; font-weight: 400; }
.rscm-tst-divider { width: 28px; height: 2px; background: var(--rscm-cd-orange); margin-bottom: 8px; border-radius: 2px; }
.rscm-tst-name { font-family: var(--rscm-cd-font-d); font-size: 13px; font-weight: 700; color: #fff; margin: 0 0 2px; }
.rscm-tst-role { font-size: 12px; color: var(--rscm-cd-orange); margin: 0; }

/* ── LEARNING PATH SCROLLER ── */
.rscm-series-section { background: var(--rscm-cd-warm); padding: 100px 0; }
.rscm-series-header { margin-bottom: 40px; }
.rscm-series-desc { font-size: 15px; color: var(--rscm-cd-text-mid); margin: 8px 0 0; line-height: 1.6; font-family: var(--rscm-cd-font-b); }
.rscm-series-outer { max-width: 1280px; margin: 0 auto; padding: 0 60px; }
.rscm-series-phases-outer {
	background: #fff;
	border-radius: 16px;
	border: 1px solid var(--rscm-cd-border);
	overflow: hidden;
	padding: 0 20px;
	min-width: 0;
	width: 100%;
}
.rscm-series-phases-wrap {
	display: flex;
	align-items: flex-start;
	gap: 0;
	overflow-x: auto;
	width: 100%;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: auto;
	scrollbar-color: #B0B5BD #fff;
	padding-top: 40px;
	padding-bottom: 4px;
}
.rscm-series-phases-wrap::-webkit-scrollbar { height: 12px; }
.rscm-series-phases-wrap::-webkit-scrollbar-track { background: #fff; }
.rscm-series-phases-wrap::-webkit-scrollbar-thumb { background: #B0B5BD; border-radius: 6px; border: 3px solid #fff; }
.rscm-series-phases-wrap::-webkit-scrollbar-thumb:hover { background: #708090; }

.rscm-series-scroll-nav { display: flex; align-items: center; justify-content: flex-end; margin-top: 8px; gap: 4px; }
.rscm-series-scroll-btn {
	width: 28px;
	height: 28px;
	border-radius: 6px;
	border: 1px solid var(--rscm-cd-border);
	background: var(--rscm-cd-white);
	color: var(--rscm-cd-text-lt);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .15s;
	flex-shrink: 0;
}
.rscm-series-scroll-btn:hover:not(:disabled) { border-color: var(--rscm-cd-navy); color: var(--rscm-cd-navy); background: #F5F5F3; }
.rscm-series-scroll-btn:disabled { opacity: .3; cursor: default; }

.rscm-series-phase { display: flex; flex-direction: column; flex-shrink: 0; }
.rscm-series-phase-lbl {
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: var(--rscm-cd-text-lt);
	margin-bottom: 7px;
	white-space: nowrap;
	padding: 0 2px;
	min-height: 14px;
}
.rscm-series-phase-pills { display: flex; gap: 6px; align-items: stretch; }

.rscm-series-arrow { display: flex; flex-direction: column; flex-shrink: 0; padding-top: 21px; }
.rscm-series-arrow-icon { color: #708090; font-size: 28px; line-height: 1; flex-shrink: 0; padding: 0 6px; font-weight: 300; }

.rscm-series-pill-gap { display: flex; align-items: flex-start; padding-top: 21px; }
.rscm-series-pill-gap-inner { color: var(--rscm-cd-border); font-size: 14px; line-height: 1; padding: 0 3px; }

.rscm-series-pill {
	background: var(--rscm-cd-navy);
	border: 2px solid transparent;
	border-radius: 14px;
	width: 240px;
	flex-shrink: 0;
	cursor: pointer;
	transition: transform .18s, box-shadow .18s, border-color .15s;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	text-decoration: none;
}
.rscm-series-pill:hover {
	transform: scale(1.035);
	box-shadow: 0 8px 28px rgba(38,51,74,.22);
	border-color: var(--rscm-cd-orange);
}
.rscm-series-pill.is-current { border-color: var(--rscm-cd-orange); position: relative; }
.rscm-series-pill.is-current::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 22px;
	height: 22px;
	background: var(--rscm-cd-orange);
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cpolyline points='19 12 12 19 5 12'/%3E%3C/svg%3E");
	background-size: 13px 13px;
	background-repeat: no-repeat;
	background-position: center;
}
.rscm-series-pill.cert { border-left: 4px solid var(--rscm-cd-orange); border-radius: 0 14px 14px 0; }

.rscm-series-pill-top {
	background: var(--rscm-cd-navy);
	padding: 20px 20px 16px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.rscm-series-pill-bottom {
	background: #fff;
	padding: 12px 16px 14px;
	border-top: 1px solid rgba(38,51,74,.08);
}
.rscm-series-pill-code {
	font-family: var(--rscm-cd-font-d);
	font-size: 13px;
	font-weight: 700;
	color: var(--rscm-cd-orange);
	letter-spacing: .07em;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.rscm-series-pill-title { font-size: 15px; line-height: 1.4; color: rgba(255,255,255,.9); flex: 1; }
.rscm-series-pill-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.rscm-series-pill-tag {
	font-size: 11px;
	font-weight: 500;
	padding: 4px 11px;
	border-radius: 999px;
	background: #f0f2f5;
	color: #4a5568;
	border: 1px solid #d8dde5;
	font-family: var(--rscm-cd-font-d);
	white-space: nowrap;
}

/* ── WHY THIS MATTERS section ── */
.rscm-wtm-section { background: var(--rscm-cd-warm); padding: 100px 0; }
.rscm-wtm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.rscm-wtm-checks { display: flex; flex-direction: column; gap: 0; background: #fff; border-radius: 16px; padding: 8px 24px; box-shadow: 0 2px 16px rgba(38,51,74,.07); }
.rscm-wtm-check { display: flex; gap: 16px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--rscm-cd-border); }
.rscm-wtm-check:last-child { border-bottom: none; }
.rscm-wtm-check-icon { width: 28px; height: 28px; border-radius: 50%; background: var(--rscm-cd-navy); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.rscm-wtm-check-icon svg { width: 14px; height: 14px; stroke: white; }
.rscm-wtm-check span { font-size: 15px; color: var(--rscm-cd-navy); line-height: 1.55; }

/* ── CTA BAND ── */
.rscm-cta-band { background: var(--rscm-cd-warm); padding: 100px 0; text-align: center; }
.rscm-cta-band-heading { font-family: var(--rscm-cd-font-d); font-size: clamp(26px,3vw,38px); color: var(--rscm-cd-navy); line-height: 1.2; margin-bottom: 14px; }
.rscm-cta-band-sub { font-size: 16px; color: var(--rscm-cd-text-mid); margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.rscm-cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.rscm-cta-band .rscm-btn-primary { background: var(--rscm-cd-orange); color: #fff; }
.rscm-cta-band .rscm-btn-cta-outline { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; font-size: 14px; font-weight: 600; font-family: var(--rscm-cd-font-d); color: var(--rscm-cd-navy); background: #fff; border: 1.5px solid var(--rscm-cd-border); border-radius: 8px; text-decoration: none; transition: border-color .15s; }
.rscm-cta-band .rscm-btn-cta-outline:hover { border-color: var(--rscm-cd-navy); }

/* ── MODAL (syllabus) ── */
.rscm-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(26,35,50,.6);
	z-index: 9000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.rscm-modal-box {
	background: #fff;
	border-radius: 14px;
	max-width: 480px;
	width: 100%;
	position: relative;
	padding: 32px 32px 28px;
	box-shadow: 0 24px 64px rgba(26,35,50,.25);
}
.rscm-modal-close {
	position: absolute;
	top: 14px;
	right: 16px;
	background: none;
	border: none;
	font-size: 16px;
	cursor: pointer;
	color: #708090;
}
.rscm-modal-title { font-family: var(--rscm-cd-font-d); font-size: 20px; color: var(--rscm-cd-navy); margin-bottom: 8px; }
.rscm-modal-sub { font-size: 14px; color: var(--rscm-cd-text-mid); margin-bottom: 20px; line-height: 1.55; }

/* ── ASTRA FULL-WIDTH OVERRIDES ── */
/* Remove Astra's container constraints so colored sections span edge-to-edge */
body.rscm-course-page #page.site,
body.rscm-course-page #page { max-width: 100% !important; }

body.rscm-course-page #content,
body.rscm-course-page .site-content { width: 100% !important; max-width: 100% !important; padding: 0 !important; }

body.rscm-course-page .ast-container { max-width: 100% !important; padding: 0 !important; }

body.rscm-course-page #primary,
body.rscm-course-page .content-area { width: 100% !important; max-width: 100% !important; padding: 0 !important; float: none !important; }

body.rscm-course-page #main,
body.rscm-course-page .site-main { padding: 0 !important; }

body.rscm-course-page article,
body.rscm-course-page .ast-article-post,
body.rscm-course-page .hentry { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }

body.rscm-course-page .entry-content,
body.rscm-course-page .ast-entry-content {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* Prevent horizontal scroll from full-bleed sections (clip doesn't break position:sticky) */
.rscm-course-page { overflow-x: clip; }

/* ── FULL-BLEED colored sections ── */
/* Break out of any Astra container constraint so backgrounds span 100vw */
.rscm-page-hero-wrap,
.rscm-stats-bar,
.rscm-daily-section,
.rscm-series-section {
	position: relative;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
}

/* ── RESPONSIVE ── */
@media (max-width: 1023px) {
	.rscm-page-hero-inner { grid-template-columns: 1fr; gap: 0; padding: 0 40px; }
	.rscm-stats-bar-inner { padding: 0 40px; }
	.rscm-page-hero-image { display: none; }
	.rscm-container { padding: 0 40px; }
	.rscm-obj-wrap { padding: 0 40px; }
	.rscm-series-outer { padding: 0 40px; }
}
@media (max-width: 768px) {
	.rscm-page-hero-wrap { padding: 48px 0; }
	.rscm-page-hero-inner { padding: 0 20px; }
	.rscm-stats-bar-inner { flex-wrap: wrap; padding: 0 20px; }
	.rscm-stat-item { padding: 16px 0; flex-basis: 50%; flex-grow: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
	.rscm-stat-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.08); }
	.rscm-stat-item:nth-last-child(-n+2) { border-bottom: none; }
	.rscm-stat-value { font-size: 22px; }
	.rscm-stat-divider { display: none; }
	.rscm-container { padding: 0 20px; }
	.rscm-obj-wrap { grid-template-columns: 1fr; padding: 0 20px; }
	.rscm-obj-body-inner { padding: 12px 16px 16px; }
	.rscm-intro-split { grid-template-columns: 1fr; gap: 24px; }
	.rscm-intro-col-aside { position: static; }
	.rscm-wtm-grid { grid-template-columns: 1fr; gap: 32px; }
	.rscm-section { padding: 48px 0; }
	.rscm-daily-section { padding: 48px 0; }
	.rscm-obj-section { padding: 48px 0; }
	.rscm-series-section { padding: 48px 0; }
	.rscm-cta-band { padding: 48px 0; }
	.rscm-series-outer { padding: 0 20px; }
	.rscm-daily-nav-label { font-size: 13px; }
	.rscm-daily-nav-item { padding: 8px 4px; }
}

/* ── STICKY COURSE BAR ── */
.rscm-course-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #F8F0E0;
	height: 0;
	overflow: hidden;
	transition: height 0.3s cubic-bezier(.4,0,.2,1);
}
.rscm-course-bar.is-visible { height: 56px; }

.rscm-course-bar-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 60px;
	height: 56px;
	display: flex;
	align-items: center;
	gap: 0;
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity 0.25s 0.05s ease, transform 0.25s 0.05s ease;
}
.rscm-course-bar.is-visible .rscm-course-bar-inner { opacity: 1; transform: translateY(0); }

.rscm-course-bar-path {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 6px;
	margin-right: 20px;
}
.rscm-cb-path-step {
	font-family: var(--rscm-cd-font-d);
	font-size: 12px;
	font-weight: 600;
	color: rgba(38,51,74,.55);
	letter-spacing: .04em;
	white-space: nowrap;
}
.rscm-cb-path-arrow { color: rgba(38,51,74,.3); font-size: 11px; }
.rscm-cb-path-current {
	font-family: var(--rscm-cd-font-d);
	font-size: 12px;
	font-weight: 700;
	color: var(--rscm-cd-orange);
	letter-spacing: .04em;
	white-space: nowrap;
}
.rscm-course-bar-sep {
	width: 1px;
	height: 28px;
	background: rgba(38,51,74,.18);
	flex-shrink: 0;
	margin-right: 20px;
}
.rscm-course-bar-title {
	font-family: var(--rscm-cd-font-d);
	font-size: 14px;
	font-weight: 600;
	color: var(--rscm-cd-navy);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
	min-width: 0;
	line-height: 1;
	margin: 0;
}
.rscm-course-bar-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	margin-left: 24px;
}
.rscm-cb-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 18px;
	font-size: 13px;
	font-weight: 700;
	font-family: var(--rscm-cd-font-d);
	color: #fff;
	background: var(--rscm-cd-orange);
	border: none;
	border-radius: 7px;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	transition: background .15s, transform .1s;
}
.rscm-cb-btn-primary:hover { background: #C35428; transform: translateY(-1px); color: #fff; }
.rscm-cb-btn-secondary {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 18px;
	font-size: 13px;
	font-weight: 700;
	font-family: var(--rscm-cd-font-d);
	color: var(--rscm-cd-navy);
	background: transparent;
	border: 1.5px solid rgba(38,51,74,.4);
	border-radius: 7px;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	transition: border-color .15s, background .15s, transform .1s;
}
.rscm-cb-btn-secondary:hover { border-color: rgba(38,51,74,.75); background: rgba(38,51,74,.07); transform: translateY(-1px); color: var(--rscm-cd-navy); }
.rscm-cb-btn-icon { width: 14px; height: 14px; flex-shrink: 0; }

@media (max-width: 1023px) {
	.rscm-course-bar-inner { padding: 0 40px; }
}
@media (max-width: 768px) {
	.rscm-course-bar-path, .rscm-course-bar-sep, .rscm-course-bar-title { display: none; }
	.rscm-course-bar-inner { padding: 0 20px; justify-content: stretch; }
	.rscm-course-bar-actions { margin-left: 0; width: 100%; gap: 10px; }
	.rscm-cb-btn-primary { flex: 1; justify-content: center; }
	.rscm-cb-btn-secondary { flex: 1; justify-content: center; }
}

/* ── CUSTOMIZABLE BLOCK (white background, inside intro) ── */
.rscm-custom-block { margin-top: 56px; }
/* ── White-section rich-text content areas (WTM, Topics, Custom Blocks) ── */
.rscm-wtm-content,
.rscm-topics-content,
.rscm-custom-block-content { font-size: 16px; line-height: 1.7; color: var(--rscm-cd-text-mid); }
.rscm-wtm-content p,
.rscm-topics-content p,
.rscm-custom-block-content p { margin-bottom: 14px; font-size: 16px; line-height: 1.7; }

/* Bullets: marker aligned with heading left edge, text flows after marker */
.rscm-wtm-content ul,
.rscm-wtm-content ol,
.rscm-topics-content ul,
.rscm-topics-content ol,
.rscm-custom-block-content ul,
.rscm-custom-block-content ol {
	list-style: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}
.rscm-wtm-content ul > li,
.rscm-topics-content ul > li,
.rscm-custom-block-content ul > li {
	font-size: 16px;
	line-height: 1.7;
	color: var(--rscm-cd-text-mid);
	margin-bottom: 6px;
	padding-left: 1.1em !important;
	position: relative !important;
}
.rscm-wtm-content ul > li::before,
.rscm-topics-content ul > li::before,
.rscm-custom-block-content ul > li::before {
	content: '' !important;
	position: absolute !important;
	left: 0 !important;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--rscm-cd-text-mid);
}
.rscm-wtm-content ol > li,
.rscm-topics-content ol > li,
.rscm-custom-block-content ol > li {
	font-size: 16px;
	line-height: 1.7;
	color: var(--rscm-cd-text-mid);
	margin-bottom: 6px;
	counter-increment: rscm-ol !important;
	padding-left: 1.4em !important;
	position: relative !important;
}
.rscm-wtm-content ol > li::before,
.rscm-topics-content ol > li::before,
.rscm-custom-block-content ol > li::before {
	content: counter(rscm-ol) "." !important;
	position: absolute !important;
	left: 0 !important;
	color: var(--rscm-cd-text-mid);
	font-weight: 600;
}
.rscm-wtm-content ol,
.rscm-topics-content ol,
.rscm-custom-block-content ol { counter-reset: rscm-ol !important; }

/* Images inside white content areas */
.rscm-wtm-content img,
.rscm-topics-content img,
.rscm-custom-block-content img,
.rscm-intro-split img {
	display: block !important;
	margin: 16px auto !important;
	border-radius: 12px !important;
	max-width: 100% !important;
	padding: 0 10% !important;
}

/* ── DAILY OUTLINE rich content ── */
.rscm-daily-content { font-size: 16px; line-height: 1.7; color: rgba(255,255,255,.8); }
.rscm-daily-content p { margin-bottom: 14px; font-size: 16px; line-height: 1.7; }

.rscm-daily-content ul,
.rscm-daily-content ol {
	list-style: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}
.rscm-daily-content ul > li {
	font-size: 16px !important;
	line-height: 1.7;
	margin-bottom: 0 !important;
	padding: 10px 0 10px 22px !important;
	position: relative !important;
	list-style: none !important;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.rscm-daily-content ul > li:last-child { border-bottom: none; }
.rscm-daily-content ul > li::before {
	content: '' !important;
	position: absolute !important;
	left: 0 !important;
	top: 17px !important;
	width: 7px !important;
	height: 7px !important;
	border-radius: 50%;
	background: var(--rscm-cd-orange);
}
.rscm-daily-content ol > li {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 6px;
	counter-increment: rscm-ol-d !important;
	padding-left: 1.4em !important;
	position: relative !important;
}
.rscm-daily-content ol > li::before {
	content: counter(rscm-ol-d) "." !important;
	position: absolute !important;
	left: 0 !important;
	color: rgba(255,255,255,.8);
	font-weight: 600;
}
.rscm-daily-content ol { counter-reset: rscm-ol-d !important; }

.rscm-daily-content img {
	display: block !important;
	margin: 16px auto !important;
	border-radius: 12px !important;
	max-width: 100% !important;
	padding: 0 10% !important;
}

/* ── h3 pane titles in Daily Outline and CDB ── */
.rscm-daily-pane-h { padding-top: 30px !important; }

/* ── CUSTOM DAILY BLUE block — same visual as Daily Outline ── */
.rscm-cdb-nav { display: flex; flex-direction: row; width: 100%; }
.rscm-cdb-nav-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 0;
	cursor: pointer;
	position: relative;
	background: rgba(255,255,255,.05);
	border-radius: 8px;
	flex: 1;
	max-width: 20%;
	min-width: 80px;
	transition: background .2s;
}
.rscm-cdb-nav-item::before { content: ''; position: absolute; left: 0; bottom: -2px; right: 0; height: 3px; background: transparent; transition: background .2s; border-radius: 2px; }
.rscm-cdb-nav-item.is-active::before { background: var(--rscm-cd-orange); }
.rscm-cdb-nav-item.is-active { background: rgba(247,143,45,.12); }
.rscm-cdb-nav-item .rscm-daily-nav-label { font-family: var(--rscm-cd-font-d); font-size: 15px; font-weight: 700; color: rgba(255,255,255,.4); transition: color .2s; }
.rscm-cdb-nav-item.is-active .rscm-daily-nav-label { color: #fff; }
.rscm-cdb-pane { display: none; }
.rscm-cdb-pane.show { display: block; }

/* ── CDB bullet lists: orange dots + separators (idem Who Should Attend) ── */
.rscm-custom-daily-blue-section .rscm-daily-content li {
	list-style: none !important;
	padding: 10px 0 10px 22px !important;
	margin-bottom: 0 !important;
	border-bottom: 1px solid rgba(255,255,255,.1);
	position: relative !important;
}
.rscm-custom-daily-blue-section .rscm-daily-content li:last-child { border-bottom: none; }
.rscm-custom-daily-blue-section .rscm-daily-content li::before {
	content: '' !important;
	position: absolute !important;
	left: 0 !important;
	top: 17px !important;
	width: 7px !important;
	height: 7px !important;
	border-radius: 50%;
	background: var(--rscm-cd-orange);
}

/* ── Breadcrumb non-clickable ── */
.rscm-page-hero-eyebrow a { pointer-events: none; cursor: default; }
.rscm-page-hero-eyebrow a:hover { opacity: 1; }

@media (max-width: 768px) {
	.rscm-daily-content img,
	.rscm-wtm-content img,
	.rscm-topics-content img,
	.rscm-custom-block-content img,
	.rscm-intro-split img { padding: 0 !important; }
	.rscm-cdb-nav-item { max-width: none; min-width: 60px; padding: 8px 4px; }
	.rscm-cdb-nav-item .rscm-daily-nav-label { font-size: 13px; }
}
