@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

html, body {
	overflow-x: hidden;
	max-width: 100%;
}

.stwc-site-shell,
.stwc-home,
.stwc-my-courses,
.stwc-course-view,
.stwc-course-curriculum,
.stwc-course-block,
.stwc-course-meta {
	--stwc-black: #090909;
	--stwc-black-soft: #151515;
	--stwc-black-panel: #12090a;
	--stwc-red: #b10f1c;
	--stwc-red-bright: #d71920;
	--stwc-red-deep: #6f0912;
	--stwc-ivory: #f4ede1;
	--stwc-ivory-soft: #ddd1c3;
	--stwc-muted: #b9ada1;
	--stwc-border: rgba(215, 25, 32, 0.22);
	--stwc-border-soft: rgba(244, 237, 225, 0.08);
	--stwc-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
	color: var(--stwc-ivory);
}

.stwc-site-shell {
	background:
		radial-gradient(circle at top center, rgba(177, 15, 28, 0.1), transparent 24%),
		linear-gradient(180deg, #0a0a0a 0%, #120708 100%);
	overflow-x: hidden;
}

.stwc-site-shell .wp-site-blocks,
.stwc-site-shell main,
.stwc-site-shell .entry-content,
.stwc-site-shell .wp-block-post-content {
	background: transparent;
	color: var(--stwc-ivory);
}

.stwc-site-shell a {
	color: var(--stwc-red-bright);
}

.stwc-site-shell a:hover,
.stwc-site-shell a:focus {
	color: #ff4a52;
}

.stwc-site-shell .entry-title,
.stwc-site-shell .wp-block-post-title {
	color: var(--stwc-ivory);
}

.stwc-front-page .entry-title,
.stwc-front-page .wp-block-post-title,
.stwc-my-courses-page .entry-title,
.stwc-my-courses-page .wp-block-post-title {
	display: none;
}

.stwc-front-page {
	overflow-x: hidden;
}

.stwc-front-page .wc-block-components-drawer__screen-overlay--is-hidden {
	visibility: hidden;
}

.stwc-front-page main,
.stwc-front-page .entry-content,
.stwc-front-page .wp-block-post-content,
.stwc-my-courses-page main,
.stwc-my-courses-page .entry-content,
.stwc-my-courses-page .wp-block-post-content {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.stwc-site-shell .button,
.stwc-site-shell button,
.stwc-site-shell input[type="submit"],
.stwc-site-shell .wp-element-button,
.stwc-site-shell .wc-block-components-button {
	border: 1px solid transparent;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--stwc-red-bright), var(--stwc-red-deep));
	color: #fff7f7;
	box-shadow: 0 10px 22px rgba(177, 15, 28, 0.28);
}

.stwc-site-shell .button:hover,
.stwc-site-shell button:hover,
.stwc-site-shell input[type="submit"]:hover,
.stwc-site-shell .wp-element-button:hover,
.stwc-site-shell .wc-block-components-button:hover {
	background: linear-gradient(180deg, #eb2a33, #830d16);
	color: #ffffff;
}

.stwc-site-shell input[type="text"],
.stwc-site-shell input[type="email"],
.stwc-site-shell input[type="password"],
.stwc-site-shell input[type="tel"],
.stwc-site-shell input[type="search"],
.stwc-site-shell input[type="number"],
.stwc-site-shell textarea,
.stwc-site-shell select {
	border: 1px solid var(--stwc-border-soft);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--stwc-ivory);
}

.stwc-site-shell input::placeholder,
.stwc-site-shell textarea::placeholder {
	color: #b7aba0;
}

.stwc-site-shell .woocommerce-message,
.stwc-site-shell .woocommerce-info,
.stwc-site-shell .woocommerce-error {
	border-top: 0;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--stwc-ivory);
	box-shadow: inset 0 0 0 1px var(--stwc-border-soft);
}

.stwc-site-shell .woocommerce-notices-wrapper:empty {
	display: none;
}

.stwc-site-shell .woocommerce ul.products li.product,
.stwc-site-shell .wc-block-grid__product,
.stwc-site-shell .woocommerce div.product div.images img,
.stwc-site-shell .woocommerce div.product div.summary,
.stwc-site-shell .woocommerce-cart .wc-block-cart,
.stwc-site-shell .woocommerce-checkout .wc-block-checkout,
.stwc-site-shell .woocommerce-account .woocommerce-MyAccount-navigation,
.stwc-site-shell .woocommerce-account .woocommerce-MyAccount-content,
.stwc-site-shell .woocommerce .cart-collaterals,
.stwc-site-shell .woocommerce .woocommerce-checkout,
.stwc-site-shell .woocommerce .woocommerce-customer-details,
.stwc-site-shell .woocommerce .woocommerce-order {
	border: 1px solid var(--stwc-border);
	border-radius: 18px;
	background:
		radial-gradient(circle at top center, rgba(215, 25, 32, 0.18), transparent 34%),
		linear-gradient(180deg, #150809 0%, #090909 100%);
	box-shadow: var(--stwc-shadow);
}

.stwc-site-shell .woocommerce ul.products li.product {
	padding: 18px;
}

.stwc-site-shell .woocommerce ul.products li.product a,
.stwc-site-shell .wc-block-grid__product a {
	color: var(--stwc-ivory);
	text-decoration: none;
}

.stwc-site-shell .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 24px;
	line-height: 1.15;
	font-family: "Cormorant Garamond", Georgia, serif;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.stwc-site-shell .woocommerce ul.products li.product .price,
.stwc-site-shell .woocommerce div.product p.price,
.stwc-site-shell .woocommerce div.product span.price {
	color: #ffe0e2;
	font-size: 28px;
	font-weight: 700;
}

.stwc-site-shell .woocommerce div.product .product_title {
	color: var(--stwc-ivory);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.05;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.stwc-site-shell .woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.stwc-site-shell .woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.stwc-site-shell .woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0;
}

.stwc-site-shell .woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 12px 14px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--stwc-ivory);
	text-decoration: none;
	box-shadow: inset 0 0 0 1px var(--stwc-border-soft);
}

.stwc-site-shell .woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.stwc-site-shell .woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: linear-gradient(180deg, rgba(215, 25, 32, 0.18), rgba(111, 9, 18, 0.1));
	box-shadow: inset 0 0 0 1px var(--stwc-border);
}

.stwc-site-shell .woocommerce-account .woocommerce-MyAccount-navigation,
.stwc-site-shell .woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}

.stwc-account-my-courses .woocommerce-account .woocommerce-MyAccount-navigation,
.stwc-account-my-courses .woocommerce-account .entry-title,
.stwc-account-my-courses .woocommerce-account .wp-block-post-title {
	display: none;
}

.stwc-loop-course-summary {
	margin-top: 12px;
}

.stwc-loop-course-tag,
.stwc-home-course-card__category,
.stwc-home__hero-card-label,
.stwc-home__section-header span,
.stwc-home__path-copy span,
.stwc-home__cta span,
.stwc-student-dashboard__eyebrow,
.stwc-student-dashboard__header span,
.stwc-course-view__eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(215, 25, 32, 0.14);
	color: #ffe0e2;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stwc-loop-course-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

.stwc-loop-course-meta li {
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: #e0d4c8;
	font-size: 12px;
	box-shadow: inset 0 0 0 1px var(--stwc-border-soft);
}

.stwc-product-highlight {
	margin: 12px 0 0;
	padding: 14px 16px;
	border-left: 4px solid var(--stwc-red-bright);
	background: linear-gradient(135deg, rgba(177, 15, 28, 0.12), rgba(111, 9, 18, 0.04));
	color: var(--stwc-ivory);
	font-size: 15px;
	line-height: 1.5;
	border-radius: 10px;
	box-shadow: inset 0 0 0 1px var(--stwc-border);
}

.stwc-course-meta {
	margin-top: 14px;
	padding: 14px 16px;
	background:
		radial-gradient(circle at top right, rgba(215, 25, 32, 0.16), transparent 30%),
		linear-gradient(180deg, rgba(21, 21, 21, 0.98), rgba(9, 9, 9, 0.98));
	border: 1px solid var(--stwc-border);
	border-radius: 14px;
	box-shadow: var(--stwc-shadow);
}

.stwc-course-meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.stwc-course-meta li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(244, 237, 225, 0.08);
}

.stwc-course-meta li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.stwc-course-meta span {
	color: var(--stwc-muted);
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.stwc-course-meta strong {
	color: var(--stwc-ivory);
	font-size: 14px;
	font-weight: 600;
	text-align: right;
}

.stwc-course-entry,
.stwc-empty-state__button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: 18px;
	padding: 12px 18px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--stwc-red-bright), var(--stwc-red-deep));
	color: #fff7f7;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(177, 15, 28, 0.28);
}

.stwc-course-entry:hover,
.stwc-empty-state__button:hover {
	color: #ffffff;
	background: linear-gradient(180deg, #eb2a33, #830d16);
}

.stwc-course-entry-note {
	margin-top: 16px;
	color: #cabeb2;
	line-height: 1.6;
}

.stwc-course-content-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.stwc-course-block {
	padding: 18px 20px;
	background: linear-gradient(180deg, rgba(21, 21, 21, 0.98), rgba(9, 9, 9, 0.98));
	border: 1px solid var(--stwc-border);
	border-radius: 16px;
	box-shadow: var(--stwc-shadow);
}

.stwc-course-block h3 {
	margin: 0 0 12px;
	color: var(--stwc-ivory);
	font-size: 24px;
	line-height: 1.2;
	font-family: "Cormorant Garamond", Georgia, serif;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.stwc-course-block ul {
	margin: 0;
	padding-left: 18px;
}

.stwc-course-block li {
	margin-bottom: 8px;
	color: #ddd1c3;
	line-height: 1.5;
}

.stwc-course-curriculum {
	padding: 24px;
	background:
		radial-gradient(circle at top center, rgba(215, 25, 32, 0.2), transparent 28%),
		linear-gradient(180deg, #140607 0%, #090909 100%);
	border: 1px solid var(--stwc-border);
	border-radius: 20px;
	box-shadow: var(--stwc-shadow);
}

.stwc-course-curriculum__header {
	margin-bottom: 16px;
}

.stwc-course-curriculum__header h2,
.stwc-course-view__block h2,
.stwc-course-view__section-header h2 {
	margin: 0 0 10px;
	color: var(--stwc-ivory);
	font-size: 30px;
	line-height: 1.1;
	font-family: "Cormorant Garamond", Georgia, serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.stwc-course-curriculum__header p,
.stwc-course-view__section-header p,
.stwc-course-view__block li {
	color: #d2c6ba;
	line-height: 1.6;
}

.stwc-course-curriculum__notice {
	display: grid;
	gap: 4px;
	margin-top: 12px;
	padding: 12px 14px;
	border: 1px solid rgba(244, 237, 225, 0.18);
	border-radius: 10px;
	background: rgba(244, 237, 225, 0.06);
}

.stwc-course-curriculum__notice strong {
	color: #ffd5d8;
	font-size: 14px;
}

.stwc-course-curriculum__notice span {
	color: #e2d9cf;
	font-size: 14px;
}

.stwc-course-curriculum__module,
.stwc-course-view__module {
	margin-top: 12px;
	border: 1px solid rgba(244, 237, 225, 0.1);
	border-radius: 14px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.03);
}

.stwc-course-curriculum__module:first-of-type,
.stwc-course-view__module:first-of-type {
	margin-top: 0;
}

.stwc-course-curriculum__module summary,
.stwc-course-view__module summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	list-style: none;
	cursor: pointer;
	background: linear-gradient(180deg, rgba(215, 25, 32, 0.1), rgba(255, 255, 255, 0.03));
}

.stwc-course-curriculum__module summary::-webkit-details-marker,
.stwc-course-view__module summary::-webkit-details-marker {
	display: none;
}

.stwc-course-curriculum__module-title,
.stwc-course-view__module summary span {
	color: var(--stwc-ivory);
	font-weight: 700;
}

.stwc-course-curriculum__module-count,
.stwc-course-view__module summary strong {
	color: #cabeb2;
	font-size: 13px;
}

.stwc-course-curriculum__lessons,
.stwc-course-view__lessons {
	margin: 0;
	padding: 0 18px 18px 36px;
}

.stwc-course-curriculum__lesson,
.stwc-course-view__lesson {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	padding: 14px 0;
	border-top: 1px solid rgba(244, 237, 225, 0.08);
}

.stwc-course-curriculum__lesson-main,
.stwc-course-view__lesson-copy {
	display: grid;
	gap: 4px;
}

.stwc-course-curriculum__lesson-main strong,
.stwc-course-view__lesson-copy strong {
	color: var(--stwc-ivory);
	font-size: 15px;
}

.stwc-course-curriculum__lesson-main span,
.stwc-course-view__lesson-copy span {
	color: #cdbfb2;
	font-size: 13px;
}

.stwc-course-curriculum__lesson-main small {
	display: block;
	color: #cdbfb2;
	font-size: 12px;
	line-height: 1.5;
}

.stwc-course-curriculum__materials {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
}

.stwc-course-curriculum__material-link {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid rgba(244, 237, 225, 0.12);
	background: rgba(244, 237, 225, 0.06);
	color: #f4ede1;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

.stwc-course-curriculum__material-link:hover {
	color: #ffffff;
	border-color: rgba(244, 237, 225, 0.22);
}

.stwc-course-curriculum__preview,
.stwc-course-view__watch,
.stwc-student-course-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--stwc-red-bright), var(--stwc-red-deep));
	color: #fff7f7;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(177, 15, 28, 0.28);
}

.stwc-course-curriculum__preview:hover,
.stwc-course-view__watch:hover,
.stwc-student-course-card__button:hover {
	color: #ffffff;
	background: linear-gradient(180deg, #eb2a33, #830d16);
}

.stwc-course-curriculum__locked {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(244, 237, 225, 0.08);
	color: #dfd2c6;
	font-size: 13px;
	font-weight: 600;
	border: 1px solid rgba(244, 237, 225, 0.12);
}

.stwc-my-courses--empty,
.stwc-course-view--empty,
.stwc-home__empty {
	padding: 24px;
	border: 1px solid var(--stwc-border);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(21, 21, 21, 0.98), rgba(9, 9, 9, 0.98));
	color: var(--stwc-ivory);
	box-shadow: var(--stwc-shadow);
}

.stwc-my-courses--empty p,
.stwc-course-view--empty p,
.stwc-home__empty p {
	margin: 0;
	line-height: 1.7;
}

.stwc-my-courses--empty h1 {
	margin: 0;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(2rem, 4vw, 3.8rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 0.95;
}

.stwc-empty-state__eyebrow,
.stwc-empty-state__panel-label {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(201, 168, 76, 0.12);
	color: var(--stwc-accent-deep);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.stwc-empty-state__copy,
.stwc-empty-state__panel {
	display: grid;
	align-content: start;
	gap: 18px;
}

.stwc-empty-state__highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.stwc-empty-state__highlights span {
	display: inline-flex;
	align-items: center;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 0 0 1px rgba(184, 134, 11, 0.14);
	color: var(--stwc-text);
	font-size: 13px;
	font-weight: 600;
}

.stwc-empty-state__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.stwc-empty-state__panel {
	padding: 24px;
	border-radius: 24px;
	background:
		radial-gradient(circle at top center, rgba(255, 220, 126, 0.22), transparent 36%),
		linear-gradient(180deg, #2b1d10 0%, #18110c 100%);
	color: #fff8eb;
	box-shadow: 0 24px 54px rgba(35, 24, 14, 0.24);
}

.stwc-empty-state__panel strong {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.stwc-empty-state__panel p {
	color: rgba(255, 244, 222, 0.76);
}

.stwc-my-courses--empty .stwc-empty-state__button {
	margin-top: 14px;
}

.stwc-student-dashboard {
	display: grid;
	grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
	gap: 22px;
	margin-top: 24px;
}

.stwc-student-dashboard__sidebar,
.stwc-student-dashboard__main,
.stwc-course-view__hero,
.stwc-course-view__block,
.stwc-course-view__curriculum {
	border: 1px solid var(--stwc-border);
	border-radius: 22px;
	background:
		radial-gradient(circle at top center, rgba(215, 25, 32, 0.14), transparent 28%),
		linear-gradient(180deg, rgba(21, 21, 21, 0.98), rgba(9, 9, 9, 0.98));
	box-shadow: var(--stwc-shadow);
}

.stwc-student-dashboard__sidebar {
	display: grid;
	align-content: start;
	gap: 18px;
	padding: 24px;
}

.stwc-student-dashboard__brand h2,
.stwc-student-dashboard__header h1,
.stwc-student-course-card__content h3,
.stwc-course-view__hero h1,
.stwc-home__hero h1,
.stwc-home__hero-card h2,
.stwc-home__section-header h2,
.stwc-home__path-copy h2,
.stwc-home__cta h2 {
	margin: 12px 0 8px;
	color: var(--stwc-ivory);
	font-family: "Cormorant Garamond", Georgia, serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.stwc-student-dashboard__brand h2 {
	font-size: 34px;
	line-height: 1;
}

.stwc-student-dashboard__header h1 {
	font-size: 40px;
	line-height: 1;
}

.stwc-student-dashboard__brand p,
.stwc-student-dashboard__header p,
.stwc-student-dashboard__note p,
.stwc-home__hero p,
.stwc-home__section-header p,
.stwc-home__path-copy p,
.stwc-home__cta p,
.stwc-home__footer p,
.stwc-home-course-card__summary,
.stwc-home__hero-card p {
	margin: 0;
	color: #cabeb2;
	line-height: 1.7;
}

.stwc-student-dashboard__summary {
	display: grid;
	gap: 12px;
}

.stwc-student-dashboard__summary div,
.stwc-student-dashboard__note,
.stwc-home__trust-grid article,
.stwc-home__path-card,
.stwc-home__hero-card,
.stwc-home-course-card {
	padding: 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: inset 0 0 0 1px var(--stwc-border-soft);
}

.stwc-student-dashboard__summary span,
.stwc-student-dashboard__note strong {
	display: block;
	color: #cdbfb2;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stwc-student-dashboard__summary strong {
	display: block;
	margin-top: 8px;
	color: var(--stwc-ivory);
	font-size: 22px;
	font-family: "Cormorant Garamond", Georgia, serif;
	letter-spacing: 0.03em;
}

.stwc-student-dashboard__note strong {
	margin-bottom: 8px;
	color: #ffe0e2;
}

.stwc-student-dashboard__main {
	padding: 24px;
}

.stwc-student-dashboard__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 420px));
	justify-content: start;
	align-items: start;
	gap: 18px;
	margin-top: 22px;
}

.stwc-student-course-card {
	display: flex;
	flex-direction: column;
	max-width: 420px;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid var(--stwc-border);
	border-radius: 18px;
	background:
		radial-gradient(circle at top center, rgba(215, 25, 32, 0.18), transparent 36%),
		linear-gradient(180deg, #150809 0%, #090909 100%);
	box-shadow: var(--stwc-shadow);
}

.stwc-student-course-card__image,
.stwc-home-course-card__image,
.stwc-home__hero-card-image {
	display: block;
	aspect-ratio: 16 / 9;
	min-height: 210px;
	overflow: hidden;
	background: #120809;
}

.stwc-student-course-card__image.is-placeholder {
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 217, 102, 0.34), transparent 28%),
		radial-gradient(circle at 80% 0%, rgba(184, 134, 11, 0.32), transparent 24%),
		linear-gradient(135deg, #f5efe2 0%, #ead8aa 100%);
}

.stwc-student-course-card__image img,
.stwc-home-course-card__image img,
.stwc-home__hero-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stwc-student-course-card__image-placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.64);
	color: #8f6a05;
	font-size: 32px;
	font-weight: 700;
	box-shadow: 0 10px 22px rgba(143, 106, 5, 0.18);
}

.stwc-student-course-card__content,
.stwc-home-course-card__content {
	display: grid;
	gap: 14px;
	padding: 18px;
	flex: 1 1 auto;
}

.stwc-student-course-card__topline span {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: #ffe0e2;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stwc-student-course-card__content h3 {
	font-size: 24px;
	line-height: 1.15;
}

.stwc-student-course-card__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.stwc-student-course-card__meta li {
	padding: 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: inset 0 0 0 1px var(--stwc-border-soft);
}

.stwc-student-course-card__meta span {
	display: block;
	color: #cdbfb2;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stwc-student-course-card__meta strong {
	display: block;
	margin-top: 6px;
	color: var(--stwc-ivory);
	font-size: 15px;
}

.stwc-student-course-card__meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: #cabeb2;
	font-size: 13px;
	min-height: 22px;
}

.stwc-student-course-card__progress,
.stwc-student-dashboard__overall-progress {
	display: grid;
	gap: 8px;
}

.stwc-student-course-card__progress-head,
.stwc-course-view__progress-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 12px;
	color: var(--stwc-text-soft);
}

.stwc-student-course-card__progress-head strong,
.stwc-course-view__progress-head strong {
	color: var(--stwc-text);
	font-size: 13px;
	font-weight: 700;
}

.stwc-student-course-card__progress-bar,
.stwc-student-dashboard__overall-progress-bar,
.stwc-course-view__progress-bar {
	position: relative;
	height: 10px;
	border-radius: 999px;
	background: rgba(184, 134, 11, 0.12);
	overflow: hidden;
}

.stwc-student-course-card__progress-bar span,
.stwc-student-dashboard__overall-progress-bar span,
.stwc-course-view__progress-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(180deg, var(--stwc-accent-bright), var(--stwc-accent));
}

.stwc-student-course-card__meta-sep {
	color: rgba(244, 237, 225, 0.3);
	font-size: 16px;
	line-height: 1;
}

.stwc-student-dashboard__tabs {
	display: flex;
	gap: 4px;
	margin-top: 18px;
	margin-bottom: 4px;
	padding: 4px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(244, 237, 225, 0.08);
	width: fit-content;
}

.stwc-student-dashboard__tab {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: #cabeb2;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.stwc-student-dashboard__tab:hover:not([disabled]) {
	background: rgba(255, 255, 255, 0.06);
	color: var(--stwc-ivory);
}

.stwc-student-dashboard__tab.is-active {
	background: rgba(215, 25, 32, 0.18);
	color: #ffe0e2;
	box-shadow: inset 0 0 0 1px rgba(215, 25, 32, 0.22);
}

.stwc-student-dashboard__tab span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 11px;
	font-weight: 700;
}

.stwc-student-dashboard__tab.is-active span {
	background: rgba(215, 25, 32, 0.3);
}

.stwc-student-dashboard__tab[disabled] {
	opacity: 0.5;
	cursor: default;
}

.stwc-course-view {
	display: grid;
	gap: 20px;
}

.stwc-course-view__back {
	color: var(--stwc-red-bright);
	font-weight: 600;
	text-decoration: none;
}

.stwc-course-view__hero {
	padding: 24px;
	color: #ffffff;
	background:
		radial-gradient(circle at top center, rgba(215, 25, 32, 0.28), transparent 30%),
		linear-gradient(135deg, #1a0608 0%, #090909 60%, #140607 100%);
}

.stwc-course-view__hero h1 {
	margin-top: 0;
	font-size: 40px;
	line-height: 1.15;
	color: #ffffff;
}

.stwc-course-view__highlight {
	margin: 12px 0 0;
	color: rgba(244, 237, 225, 0.88);
	font-size: 16px;
	line-height: 1.6;
}

.stwc-course-view__meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.stwc-course-view__meta li {
	display: grid;
	gap: 4px;
	padding: 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.stwc-course-view__meta span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.78);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.stwc-course-view__meta strong {
	font-size: 15px;
	color: #ffffff;
}

.stwc-course-view__block,
.stwc-course-view__curriculum {
	padding: 22px;
}

.stwc-course-view__block ul {
	margin: 0;
	padding-left: 20px;
}

.stwc-home {
	width: 100%;
	max-width: 100%;
	padding: 32px;
	box-sizing: border-box;
}

.stwc-home__nav,
.stwc-home__hero,
.stwc-home__trust,
.stwc-home__courses,
.stwc-home__path,
.stwc-home__faq,
.stwc-home__cta,
.stwc-home__footer {
	width: min(1240px, 100%);
	margin: 0 auto;
}

.stwc-home__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 0 28px;
}

.stwc-home__brand {
	color: var(--stwc-ivory);
	font-size: 28px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: uppercase;
}

.stwc-home__brand span {
	color: var(--stwc-red-bright);
}

.stwc-home__nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.stwc-home__nav-links a {
	color: #d8ccbf;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.stwc-home__nav-button,
.stwc-home__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.stwc-home__nav-button,
.stwc-home__button--primary {
	background: linear-gradient(180deg, var(--stwc-red-bright), var(--stwc-red-deep));
	color: #fff7f7;
	box-shadow: 0 10px 22px rgba(177, 15, 28, 0.28);
}

.stwc-home__button--ghost {
	border: 1px solid var(--stwc-border);
	background: rgba(255, 255, 255, 0.03);
	color: var(--stwc-ivory);
}

.stwc-home__nav-button:hover,
.stwc-home__button:hover {
	transform: translateY(-1px);
}

.stwc-home__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 420px);
	gap: 24px;
	align-items: stretch;
	padding: 12px 0 40px;
}

.stwc-home__hero-copy {
	padding: 32px;
	border: 1px solid var(--stwc-border);
	border-radius: 28px;
	background:
		radial-gradient(circle at top left, rgba(215, 25, 32, 0.22), transparent 28%),
		linear-gradient(135deg, #160708 0%, #090909 64%, #120607 100%);
	box-shadow: var(--stwc-shadow);
}

.stwc-home__hero h1 {
	margin-top: 14px;
	font-size: clamp(42px, 6vw, 78px);
	line-height: 0.95;
}

.stwc-home__hero h1 span {
	display: block;
}

.stwc-home__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.stwc-home__hero-points,
.stwc-home__path-card ul,
.stwc-home__hero-card-meta,
.stwc-home-course-card__meta {
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.stwc-home__hero-points {
	display: grid;
	gap: 10px;
}

.stwc-home__hero-points li,
.stwc-home__path-card li {
	padding-left: 18px;
	position: relative;
	color: #ddd1c3;
	line-height: 1.6;
}

.stwc-home__hero-points li::before,
.stwc-home__path-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--stwc-red-bright);
}

.stwc-home__hero-card {
	padding: 20px;
	border: 1px solid var(--stwc-border);
	border-radius: 28px;
	background:
		radial-gradient(circle at top center, rgba(215, 25, 32, 0.18), transparent 30%),
		linear-gradient(180deg, #150809 0%, #090909 100%);
	box-shadow: var(--stwc-shadow);
}

.stwc-home__hero-card h2 {
	font-size: 30px;
	line-height: 1.05;
}

.stwc-home__hero-card-meta {
	display: grid;
	gap: 10px;
}

.stwc-home__hero-card-meta li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: inset 0 0 0 1px var(--stwc-border-soft);
}

.stwc-home__hero-card-meta span {
	color: #cdbfb2;
	font-size: 12px;
	text-transform: uppercase;
}

.stwc-home__hero-card-meta strong,
.stwc-home__hero-price .amount {
	color: var(--stwc-ivory);
}

.stwc-home__hero-card-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

.stwc-home__hero-price {
	color: #ffe0e2;
	font-size: 28px;
	font-weight: 700;
}

.stwc-home__trust {
	padding: 4px 0 44px;
}

.stwc-home__trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.stwc-home__trust-grid strong {
	display: block;
	margin-bottom: 8px;
	color: var(--stwc-ivory);
	font-size: 18px;
	font-family: "Cormorant Garamond", Georgia, serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.stwc-home__trust-grid span {
	color: #cabeb2;
	line-height: 1.6;
}

.stwc-home__courses,
.stwc-home__faq {
	padding: 24px 0 44px;
}

.stwc-home__section-header {
	max-width: 760px;
	margin-bottom: 20px;
}

.stwc-home__section-header h2,
.stwc-home__path-copy h2,
.stwc-home__cta h2 {
	font-size: clamp(30px, 4vw, 44px);
	line-height: 0.98;
}

.stwc-home__courses-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.stwc-home-course-card {
	position: relative;
	display: grid;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--stwc-border);
	border-radius: 22px;
	background:
		radial-gradient(circle at top center, rgba(215, 25, 32, 0.18), transparent 34%),
		linear-gradient(180deg, #150809 0%, #090909 100%);
	box-shadow: var(--stwc-shadow);
}

.stwc-home-course-card__discount {
	position: absolute;
	top: 14px;
	right: 14px;
	padding: 7px 10px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--stwc-red-bright), var(--stwc-red-deep));
	color: #fff7f7;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.stwc-home-course-card__category {
	margin-bottom: 2px;
}

.stwc-home-course-card__content h3 {
	margin: 0;
	font-size: 28px;
	line-height: 1.08;
}

.stwc-home-course-card__content h3 a {
	color: var(--stwc-ivory);
	text-decoration: none;
}

.stwc-home-course-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.stwc-home-course-card__meta li {
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: #ddd1c3;
	font-size: 12px;
	box-shadow: inset 0 0 0 1px var(--stwc-border-soft);
}

.stwc-home-course-card__price {
	color: #ffe0e2;
	font-size: 30px;
	font-weight: 700;
}

.stwc-home-course-card__price del {
	color: #a89a8d;
	font-size: 16px;
}

.stwc-home-course-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.stwc-home__path {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	gap: 18px;
	padding: 24px 0 44px;
}

.stwc-home__path-copy,
.stwc-home__cta {
	padding: 28px;
	border: 1px solid var(--stwc-border);
	border-radius: 24px;
	background:
		radial-gradient(circle at top left, rgba(215, 25, 32, 0.16), transparent 28%),
		linear-gradient(180deg, rgba(21, 21, 21, 0.98), rgba(9, 9, 9, 0.98));
	box-shadow: var(--stwc-shadow);
}

.stwc-home__path-label {
	margin: 0 0 10px;
	color: #cdbfb2;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stwc-home__path-note {
	display: grid;
	gap: 6px;
	margin-top: 18px;
	padding: 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
	box-shadow: inset 0 0 0 1px var(--stwc-border-soft);
}

.stwc-home__path-note strong {
	color: #ffe0e2;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stwc-home__path-note span {
	color: #d8ccbf;
	line-height: 1.6;
}

.stwc-home__faq-list {
	display: grid;
	gap: 12px;
}

.stwc-home__faq-item {
	border: 1px solid var(--stwc-border-soft);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
	overflow: hidden;
}

.stwc-home__faq-item summary {
	padding: 18px 20px;
	cursor: pointer;
	color: var(--stwc-ivory);
	font-weight: 700;
	list-style: none;
}

.stwc-home__faq-item summary::-webkit-details-marker {
	display: none;
}

.stwc-home__faq-item div {
	padding: 0 20px 18px;
}

.stwc-home__cta {
	margin-bottom: 18px;
}

.stwc-home__footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	padding: 18px 0 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.stwc-home__footer strong {
	display: block;
	margin-bottom: 8px;
	color: var(--stwc-ivory);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 26px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.stwc-home__footer div:last-child {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.stwc-home__footer a {
	color: #d8ccbf;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 1080px) {
	.stwc-home {
		padding: 24px 20px;
	}

	.stwc-home__hero,
	.stwc-home__path {
		grid-template-columns: 1fr;
	}

	.stwc-home__trust-grid,
	.stwc-home__courses-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.stwc-student-dashboard {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.stwc-home__nav,
	.stwc-home__footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.stwc-home__trust-grid,
	.stwc-home__courses-grid {
		grid-template-columns: 1fr;
	}

	.stwc-student-dashboard__grid {
		grid-template-columns: 1fr;
	}

	.stwc-course-content-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.stwc-home__hero-copy,
	.stwc-home__hero-card,
	.stwc-home__path-copy,
	.stwc-home__path-card,
	.stwc-home__cta,
	.stwc-course-view__hero,
	.stwc-course-view__block,
	.stwc-course-view__curriculum,
	.stwc-course-curriculum,
	.stwc-student-dashboard__sidebar,
	.stwc-student-dashboard__main {
		padding: 18px;
	}

	.stwc-home__hero h1,
	.stwc-course-view__hero h1 {
		font-size: 30px;
	}

	.stwc-course-curriculum__module summary,
	.stwc-course-curriculum__lesson,
	.stwc-course-view__module summary,
	.stwc-course-view__lesson {
		flex-direction: column;
		align-items: flex-start;
	}

	.stwc-course-curriculum__lessons,
	.stwc-course-view__lessons {
		padding-left: 20px;
	}
}

.stwc-front-page {
	background: #ffffff;
}

.stwc-front-page .wp-site-blocks,
.stwc-front-page main,
.stwc-front-page .entry-content,
.stwc-front-page .wp-block-post-content {
	background: #ffffff;
	color: #1a1a1a;
}

.stwc-front-page header.wp-block-template-part,
.stwc-front-page footer.wp-block-template-part,
.stwc-front-page .site-header,
.stwc-front-page .site-footer {
	display: none;
}

/* ── Homepage Premium Design System ── */

.stwc-front-page .stwc-home {
	--gold: #b8860b;
	--gold-light: #c9a84c;
	--gold-lighter: #d4b96a;
	--gold-dark: #96700a;
	--gold-glow: rgba(184, 134, 11, 0.12);
	--text: #1a1a1a;
	--text-secondary: #6b6b6b;
	--text-tertiary: #999999;
	--bg: #ffffff;
	--bg-alt: #faf8f5;
	--bg-warm: #f5f0eb;
	--border: #e8e2d9;
	--border-light: #f0ece6;
	--shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	--shadow-hover: 0 8px 32px rgba(0, 0, 0, 0.12);
	--shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.08);
	--radius: 16px;
	--radius-sm: 8px;
	--radius-lg: 24px;

	background: var(--bg);
	color: var(--text);
	font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
	padding: 0;
}

.stwc-front-page .stwc-home *,
.stwc-front-page .stwc-home *::before,
.stwc-front-page .stwc-home *::after {
	box-sizing: border-box;
}

.stwc-front-page .stwc-home a:not(.stwc-home__nav-button):not(.stwc-cart-icon) {
	color: inherit;
}

/* ── Container ── */

.stwc-home__container {
	width: min(1200px, 100%);
	margin: 0 auto;
	padding-inline: 2rem;
}

/* ── Navbar (global — used on homepage AND shell pages) ── */

.stwc-home__navbar {
	--text: #1a1a1a;
	--text-secondary: #6b6b6b;
	--gold: #b8860b;
	--gold-dark: #96700a;
	--gold-light: #c9a84c;
	--gold-glow: rgba(184, 134, 11, 0.12);
	--bg: #ffffff;
	--bg-alt: #faf8f5;
	--border: #e8e2d9;
	--border-light: #f0ece6;
	--radius-sm: 8px;
	--shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid var(--border-light);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
	box-sizing: border-box;
}

.stwc-home__navbar *,
.stwc-home__navbar *::before,
.stwc-home__navbar *::after {
	box-sizing: border-box;
}

/* Prevent site-shell theme from bleeding into navbar */
.stwc-site-shell .stwc-home__navbar a:not(.stwc-home__nav-button):not(.stwc-cart-icon) {
	color: var(--text);
	text-decoration: none;
}

.stwc-site-shell .stwc-home__navbar a:not(.stwc-home__nav-button):not(.stwc-cart-icon):hover {
	color: var(--gold);
}

.stwc-home__navbar .stwc-home__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.125rem 2rem;
}

.stwc-home__navbar .stwc-home__brand,
.stwc-front-page .stwc-home__footer-brand strong {
	display: inline-flex;
	align-items: center;
	color: var(--text);
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1.375rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	text-decoration: none;
	text-transform: none;
}

.stwc-home__navbar .stwc-home__brand span,
.stwc-front-page .stwc-home__footer-brand strong span {
	color: var(--gold);
}

.stwc-home__nav-links {
	display: flex;
	align-items: center;
	gap: 2.25rem;
	margin-left: auto;
}

.stwc-home__navbar .stwc-home__nav-links > a:not(.stwc-home__nav-button):not(.stwc-cart-icon) {
	color: var(--text);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.2s ease;
}

.stwc-home__navbar .stwc-home__nav-links > a:not(.stwc-home__nav-button):not(.stwc-cart-icon):hover {
	color: var(--gold);
}

/* ── Hamburger Toggle ── */

.stwc-home__navbar .stwc-home__nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	padding: 8px;
	background: none !important;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	cursor: pointer;
	margin-left: auto;
	box-shadow: none !important;
}

.stwc-home__navbar .stwc-home__nav-toggle-bar {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--text);
	border-radius: 1px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

/* ── Buttons ── */

.stwc-home__nav-button,
.stwc-front-page .stwc-home__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 32px;
	border: 2px solid transparent;
	border-radius: var(--radius-sm);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.25s ease;
}

.stwc-home__navbar .stwc-home__nav-button {
	background: var(--gold);
	color: #ffffff;
	border-color: var(--gold);
	box-shadow: 0 4px 16px rgba(184, 134, 11, 0.24);
}

.stwc-home__navbar .stwc-home__nav-button:hover {
	background: var(--gold-dark);
	color: #ffffff;
	border-color: var(--gold-dark);
}

.stwc-front-page .stwc-home__button--primary {
	background: var(--gold);
	color: #ffffff;
	border-color: var(--gold);
	box-shadow: 0 4px 16px rgba(184, 134, 11, 0.24);
}

.stwc-front-page .stwc-home__button--primary:hover {
	background: var(--gold-dark);
	border-color: var(--gold-dark);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(184, 134, 11, 0.32);
}

.stwc-front-page .stwc-home__button--ghost {
	border: 2px solid var(--gold);
	background: transparent;
	color: var(--gold);
}

.stwc-front-page .stwc-home__button--ghost:hover {
	background: var(--gold);
	color: #ffffff;
	transform: translateY(-2px);
}

/* ── Hero Section ── */

.stwc-front-page .stwc-home__hero-section {
	background: url('../images/fondo_hero.png') center / cover no-repeat;
	padding-top: 5rem;
	padding-bottom: 6rem;
}

.stwc-front-page .stwc-home__hero {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
	gap: 4rem;
	align-items: center;
}

.stwc-front-page .stwc-home__hero-copy {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.stwc-front-page .stwc-home__hero h1 {
	margin: 0 0 1.75rem;
	color: var(--text);
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(2.5rem, 4.5vw, 3.75rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
	text-transform: none;
}

.stwc-front-page .stwc-home__hero h1 span {
	color: var(--gold);
}

.stwc-front-page .stwc-home__hero p {
	max-width: 36rem;
	margin: 0 0 2.5rem;
	color: var(--text-secondary);
	font-size: 1.125rem;
	line-height: 1.8;
}

.stwc-front-page .stwc-home__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 2.5rem;
}

.stwc-front-page .stwc-home__social-proof {
	display: flex;
	align-items: center;
	gap: 0.875rem;
}

.stwc-front-page .stwc-home__avatars {
	display: flex;
}

.stwc-front-page .stwc-home__avatars span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-left: -0.625rem;
	border: 3px solid var(--bg);
	border-radius: 999px;
	background: linear-gradient(135deg, var(--gold-light), var(--gold));
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
}

.stwc-front-page .stwc-home__avatars span:first-child {
	margin-left: 0;
}

.stwc-front-page .stwc-home__social-proof p {
	margin: 0;
	color: var(--text-secondary);
	font-size: 0.9rem;
}

.stwc-front-page .stwc-home__social-proof strong {
	color: var(--text);
}

.stwc-front-page .stwc-home__hero-media img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lg);
	border: 1px solid var(--border-light);
}

/* ── Trust Bar ── */

.stwc-front-page .stwc-home__trust-section {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	background: var(--bg-alt);
	border-top: 1px solid var(--border-light);
	border-bottom: 1px solid var(--border-light);
}

.stwc-front-page .stwc-home__trust-grid {
	display: flex;
	justify-content: center;
	gap: 2rem;
}

.stwc-front-page .stwc-home__trust-item {
	padding: 1rem;
	text-align: center;
	background: transparent;
	box-shadow: none;
}

.stwc-front-page .stwc-home__trust-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1rem;
	border-radius: 12px;
	background: var(--gold-glow);
	color: var(--gold);
}

.stwc-front-page .stwc-home__trust-icon svg,
.stwc-front-page .stwc-home-course-card__fact svg {
	width: 1.5rem;
	height: 1.5rem;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.stwc-front-page .stwc-home__trust-item strong {
	display: block;
	color: var(--text);
	font-size: 1.625rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.stwc-front-page .stwc-home__trust-item p {
	margin: 0.375rem 0 0;
	color: var(--text-secondary);
	font-size: 0.875rem;
}

/* ── Section Shared ── */

.stwc-front-page .stwc-home__courses-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background: var(--bg);
}


.stwc-front-page .stwc-home__faq-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background: var(--bg);
}

.stwc-front-page .stwc-home__section-header {
	max-width: 38rem;
	margin: 0 auto 3.5rem;
	text-align: center;
}

.stwc-front-page .stwc-home__section-header h2 {
	margin: 0 0 1rem;
	color: var(--text);
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
	text-transform: none;
}

.stwc-front-page .stwc-home__section-header p {
	margin: 0;
	color: var(--text-secondary);
	font-size: 1.0625rem;
	line-height: 1.75;
}

.stwc-front-page .stwc-home__section-header--faq {
	max-width: 48rem;
}

/* ── Cert Banner ── */

.stwc-front-page .stwc-home__cert-banner {
	text-align: center;
	margin-bottom: 2.5rem;
	padding: 0.875rem 1.5rem;
	border-radius: var(--radius-sm);
	background: var(--gold-glow);
	border: 1px solid rgba(184, 134, 11, 0.18);
	color: var(--gold-dark);
	font-size: 14px;
	font-weight: 600;
}

.stwc-front-page .stwc-home__cert-banner strong {
	color: var(--gold);
	font-size: inherit;
}

/* ── Course Grid ── */

.stwc-front-page .stwc-home__courses-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.75rem;
}

/* ── Course Cards ── */

.stwc-front-page .stwc-home-course-card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: var(--bg);
	box-shadow: var(--shadow);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.stwc-front-page .stwc-home-course-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-hover);
}

.stwc-front-page .stwc-home-course-card__image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--bg-warm);
}

.stwc-front-page .stwc-home-course-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.stwc-front-page .stwc-home-course-card:hover .stwc-home-course-card__image img {
	transform: scale(1.05);
}

.stwc-front-page .stwc-home-course-card__discount {
	position: absolute;
	top: 0.875rem;
	right: 0.875rem;
	padding: 0.375rem 0.75rem;
	border-radius: 999px;
	background: var(--gold);
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
	box-shadow: 0 2px 8px rgba(184, 134, 11, 0.3);
}

.stwc-front-page .stwc-home-course-card__content {
	display: grid;
	gap: 0.875rem;
	padding: 1.5rem;
}

.stwc-front-page .stwc-home-course-card__category {
	display: inline-flex;
	justify-self: start;
	margin: 0;
	padding: 5px 12px;
	border-radius: 6px;
	background: var(--gold-glow);
	color: var(--gold-dark);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.stwc-front-page .stwc-home-course-card__content h3 {
	margin: 0;
	color: var(--text);
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.02em;
	text-transform: none;
}

.stwc-front-page .stwc-home-course-card__summary {
	margin: 0;
	color: var(--text-secondary);
	font-size: 0.875rem;
	line-height: 1.65;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.stwc-front-page .stwc-home-course-card__facts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	color: var(--text-tertiary);
	font-size: 13px;
}

.stwc-front-page .stwc-home-course-card__fact {
	color: var(--text-tertiary);
	font-size: 13px;
}

.stwc-front-page .stwc-home-course-card__fact svg {
	display: none;
}

.stwc-front-page .stwc-home-course-card__facts-sep {
	color: var(--border);
	font-size: 16px;
	line-height: 1;
}

.stwc-front-page .stwc-home-course-card__fact span {
	display: inline-flex;
	margin-right: 0.5rem;
	color: var(--text-tertiary);
}

.stwc-front-page .stwc-home-course-card__fact em {
	font-style: normal;
}

.stwc-front-page .stwc-home-course-card__pricing {
	display: flex;
	align-items: baseline;
	gap: 0.625rem;
	padding-top: 0.375rem;
	border-top: 1px solid var(--border-light);
}

.stwc-front-page .stwc-home-course-card__price-current,
.stwc-front-page .stwc-home-course-card__price-current .woocommerce-Price-amount,
.stwc-front-page .stwc-home-course-card__price-current .amount {
	color: var(--gold);
	font-size: 1.625rem;
	font-weight: 800;
}

.stwc-front-page .stwc-home-course-card__price-old,
.stwc-front-page .stwc-home-course-card__price-old .woocommerce-Price-amount,
.stwc-front-page .stwc-home-course-card__price-old .amount {
	color: var(--text-tertiary);
	font-size: 0.875rem;
	text-decoration: line-through;
}

.stwc-front-page .stwc-home-course-card__actions {
	display: flex;
	gap: 0.5rem;
	margin-top: 0.25rem;
}

.stwc-front-page .stwc-home-course-card__actions .stwc-home__button {
	flex: 1;
	padding: 0.75rem 1rem;
	border-radius: var(--radius-sm);
	letter-spacing: 0.04em;
	font-size: 12px;
}

/* ── FAQ ── */

.stwc-front-page .stwc-home__faq-list {
	max-width: 48rem;
	margin: 0 auto;
}

.stwc-front-page .stwc-home__faq-item {
	border: 0;
	border-bottom: 1px solid var(--border);
	border-radius: 0;
	background: transparent;
}

.stwc-front-page .stwc-home__faq-item:first-child {
	border-top: 1px solid var(--border);
}

.stwc-front-page .stwc-home__faq-item summary {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.375rem 0;
	color: var(--text);
	font-size: 1rem;
	font-weight: 600;
	list-style: none;
	cursor: pointer;
	transition: color 0.2s ease;
}

.stwc-front-page .stwc-home__faq-item summary:hover {
	color: var(--gold);
}

.stwc-front-page .stwc-home__faq-item summary::after {
	content: "+";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	background: var(--gold-glow);
	color: var(--gold);
	font-size: 1.125rem;
	font-weight: 400;
	flex: 0 0 auto;
	transition: transform 0.3s ease, background 0.3s ease;
}

.stwc-front-page .stwc-home__faq-item[open] summary::after {
	content: "\2212";
	background: var(--gold);
	color: #ffffff;
}

.stwc-front-page .stwc-home__faq-item div {
	padding: 0 0 1.375rem;
}

.stwc-front-page .stwc-home__faq-item p {
	margin: 0;
	color: var(--text-secondary);
	font-size: 0.9375rem;
	line-height: 1.8;
}

/* ── Footer ── */

.stwc-front-page .stwc-home__footer-section {
	background: #1a1a1a;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.stwc-front-page .stwc-home__footer {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 3rem;
}

.stwc-front-page .stwc-home__footer-brand strong {
	color: #ffffff;
}

.stwc-front-page .stwc-home__footer-brand strong span {
	color: var(--gold-light);
}

.stwc-front-page .stwc-home__footer-brand p {
	max-width: 18rem;
	margin: 1rem 0 0;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.875rem;
	line-height: 1.75;
}

.stwc-front-page .stwc-home__footer-links {
	display: grid;
	gap: 0.75rem;
	align-content: start;
}

.stwc-front-page .stwc-home__footer-links p {
	margin: 0 0 0.5rem;
	color: var(--gold-light);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.stwc-front-page .stwc-home__footer-links a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.875rem;
	text-decoration: none;
	transition: color 0.2s ease;
}

.stwc-front-page .stwc-home__footer-links a:hover {
	color: var(--gold-light);
}

.stwc-front-page .stwc-home__footer-bottom {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stwc-front-page .stwc-home__footer-bottom p,
.stwc-front-page .stwc-home__footer-bottom div {
	margin: 0;
	color: rgba(255, 255, 255, 0.35);
	font-size: 0.8125rem;
}

.stwc-front-page .stwc-home__footer-bottom div {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

/* ── Responsive ── */

@media (max-width: 960px) {
	.stwc-front-page .stwc-home__hero,
	.stwc-front-page .stwc-home__footer {
		grid-template-columns: 1fr;
	}

	.stwc-front-page .stwc-home__trust-grid {
		flex-wrap: wrap;
	}

	.stwc-front-page .stwc-home__courses-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stwc-front-page .stwc-home__hero {
		gap: 2.5rem;
	}

	.stwc-front-page .stwc-home__hero-section {
		padding-top: 3rem;
		padding-bottom: 4rem;
	}

	.stwc-front-page .stwc-home__courses-section,
	.stwc-front-page .stwc-home__faq-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.stwc-front-page .stwc-home__footer-bottom {
		align-items: flex-start;
	}
}

@media (max-width: 640px) {
	.stwc-home__container {
		padding-inline: 1.25rem;
	}

	.stwc-front-page .stwc-home__hero-actions,
	.stwc-front-page .stwc-home-course-card__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.stwc-front-page .stwc-home__hero-section,
	.stwc-front-page .stwc-home__courses-section,
	.stwc-front-page .stwc-home__faq-section,
	.stwc-front-page .stwc-home__footer-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.stwc-front-page .stwc-home__trust-grid {
		flex-wrap: wrap;
		gap: 1rem;
	}

	.stwc-front-page .stwc-home__courses-grid {
		grid-template-columns: 1fr;
	}

	.stwc-front-page .stwc-home__social-proof {
		flex-direction: column;
		align-items: flex-start;
	}


	.stwc-front-page .stwc-home__section-header {
		margin-bottom: 2.5rem;
	}
}

/* ── Gold Theme Variables for Site Shell ── */

.stwc-site-shell,
.stwc-front-page .stwc-home {
	--stwc-accent: #b8860b;
	--stwc-accent-bright: #c9a84c;
	--stwc-accent-deep: #96700a;
	--stwc-surface: #ffffff;
	--stwc-surface-soft: #faf8f5;
	--stwc-panel: #ffffff;
	--stwc-text: #1a1a1a;
	--stwc-text-soft: #6b6b6b;
	--stwc-border: rgba(184, 134, 11, 0.18);
	--stwc-border-strong: rgba(184, 134, 11, 0.32);
	--stwc-shadow-soft: 0 4px 24px rgba(0, 0, 0, 0.06);
	--stwc-button-text: #ffffff;
}

.stwc-site-shell {
	background:
		radial-gradient(circle at top center, rgba(184, 134, 11, 0.1), transparent 24%),
		linear-gradient(180deg, #ffffff 0%, #faf8f5 100%);
	color: var(--stwc-text);
}

.stwc-site-shell .wp-site-blocks,
.stwc-site-shell main,
.stwc-site-shell .entry-content,
.stwc-site-shell .wp-block-post-content,
.stwc-front-page,
.stwc-front-page .wp-site-blocks,
.stwc-front-page main,
.stwc-front-page .entry-content,
.stwc-front-page .wp-block-post-content {
	color: var(--stwc-text);
}

.stwc-site-shell a {
	color: var(--stwc-accent-deep);
}

.stwc-site-shell a:hover,
.stwc-site-shell a:focus {
	color: var(--stwc-accent);
}

.stwc-site-shell .button,
.stwc-site-shell button,
.stwc-site-shell input[type="submit"],
.stwc-site-shell .wp-element-button,
.stwc-site-shell .wc-block-components-button,
.stwc-course-entry,
.stwc-empty-state__button,
.stwc-course-curriculum__preview,
.stwc-course-view__watch,
.stwc-student-course-card__button {
	background: linear-gradient(180deg, var(--stwc-accent-bright), var(--stwc-accent));
	color: var(--stwc-button-text);
	box-shadow: 0 12px 26px rgba(155, 118, 39, 0.18);
}

.stwc-site-shell .button:hover,
.stwc-site-shell button:hover,
.stwc-site-shell input[type="submit"]:hover,
.stwc-site-shell .wp-element-button:hover,
.stwc-site-shell .wc-block-components-button:hover,
.stwc-course-entry:hover,
.stwc-empty-state__button:hover,
.stwc-course-curriculum__preview:hover,
.stwc-course-view__watch:hover,
.stwc-student-course-card__button:hover {
	background: linear-gradient(180deg, #ecd498, #d0ab55);
	color: var(--stwc-button-text);
}

.stwc-site-shell input[type="text"],
.stwc-site-shell input[type="email"],
.stwc-site-shell input[type="password"],
.stwc-site-shell input[type="tel"],
.stwc-site-shell input[type="search"],
.stwc-site-shell input[type="number"],
.stwc-site-shell textarea,
.stwc-site-shell select {
	border: 1px solid var(--stwc-border);
	border-radius: 12px;
	background: var(--stwc-panel);
	color: var(--stwc-text);
}

.stwc-site-shell input::placeholder,
.stwc-site-shell textarea::placeholder {
	color: var(--stwc-text-soft);
}

.stwc-loop-course-meta li {
	background: rgba(184, 134, 11, 0.06);
	color: var(--stwc-text-soft);
	box-shadow: inset 0 0 0 1px var(--stwc-border);
}

.stwc-site-shell .woocommerce-account .woocommerce-MyAccount-navigation a {
	background: rgba(184, 134, 11, 0.04);
	color: var(--stwc-text);
	box-shadow: inset 0 0 0 1px var(--stwc-border);
}

.stwc-site-shell .woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.stwc-site-shell .woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: rgba(184, 134, 11, 0.1);
	box-shadow: inset 0 0 0 1px var(--stwc-border-strong);
}

.stwc-site-shell .woocommerce-message,
.stwc-site-shell .woocommerce-info,
.stwc-site-shell .woocommerce-error,
.stwc-site-shell .woocommerce ul.products li.product,
.stwc-site-shell .wc-block-grid__product,
.stwc-site-shell .woocommerce div.product div.images img,
.stwc-site-shell .woocommerce div.product div.summary,
.stwc-site-shell .woocommerce-cart .wc-block-cart,
.stwc-site-shell .woocommerce-checkout .wc-block-checkout,
.stwc-site-shell .woocommerce-account .woocommerce-MyAccount-navigation,
.stwc-site-shell .woocommerce-account .woocommerce-MyAccount-content,
.stwc-site-shell .woocommerce .cart-collaterals,
.stwc-site-shell .woocommerce .woocommerce-checkout,
.stwc-site-shell .woocommerce .woocommerce-customer-details,
.stwc-site-shell .woocommerce .woocommerce-order,
.stwc-course-meta,
.stwc-course-block,
.stwc-course-curriculum,
.stwc-course-view__hero,
.stwc-course-view__block,
.stwc-course-view__curriculum,
.stwc-student-dashboard__sidebar,
.stwc-student-dashboard__main,
.stwc-student-course-card,
.stwc-my-courses--empty,
.stwc-course-view--empty {
	border-color: var(--stwc-border);
	background:
		radial-gradient(circle at top center, rgba(184, 134, 11, 0.06), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 245, 0.98));
	box-shadow: var(--stwc-shadow-soft);
	color: var(--stwc-text);
}

.stwc-site-shell .woocommerce-message,
.stwc-site-shell .woocommerce-info,
.stwc-site-shell .woocommerce-error {
	box-shadow: inset 0 0 0 1px var(--stwc-border);
}

.stwc-site-shell .woocommerce ul.products li.product a,
.stwc-site-shell .wc-block-grid__product a,
.stwc-site-shell .woocommerce ul.products li.product .woocommerce-loop-product__title,
.stwc-site-shell .woocommerce div.product .product_title,
.stwc-student-dashboard__brand h2,
.stwc-student-dashboard__header h1,
.stwc-student-course-card__content h3,
.stwc-course-view__hero h1,
.stwc-course-block h3,
.stwc-course-curriculum__header h2,
.stwc-course-view__block h2,
.stwc-course-view__section-header h2,
.stwc-site-shell .entry-title,
.stwc-site-shell .wp-block-post-title {
	color: var(--stwc-text);
}

.stwc-site-shell .woocommerce ul.products li.product .price,
.stwc-site-shell .woocommerce div.product p.price,
.stwc-site-shell .woocommerce div.product span.price,
.stwc-home-course-card__price-current,
.stwc-home-course-card__price-current .woocommerce-Price-amount,
.stwc-home-course-card__price-current .amount {
	color: var(--stwc-accent-deep);
}

.stwc-product-highlight,
.stwc-loop-course-tag,
.stwc-home-course-card__category,
.stwc-student-dashboard__eyebrow,
.stwc-student-dashboard__header span,
.stwc-course-view__eyebrow {
	background: rgba(184, 134, 11, 0.12);
	color: var(--stwc-accent-deep);
}

.stwc-course-meta span,
.stwc-course-curriculum__header p,
.stwc-course-curriculum__notice span,
.stwc-course-curriculum__module-count,
.stwc-course-curriculum__lesson-main span,
.stwc-course-curriculum__locked,
.stwc-course-view__highlight,
.stwc-course-view__section-header p,
.stwc-course-view__lesson-copy span,
.stwc-course-view__meta span,
.stwc-student-dashboard__brand p,
.stwc-student-dashboard__header p,
.stwc-student-dashboard__note p,
.stwc-student-dashboard__summary span,
.stwc-student-course-card__meta span,
.stwc-course-entry-note {
	color: var(--stwc-text-soft);
}

.stwc-course-meta strong,
.stwc-course-curriculum__module-title,
.stwc-course-curriculum__lesson-main strong,
.stwc-course-view__meta strong,
.stwc-course-view__module summary span,
.stwc-course-view__lesson-copy strong,
.stwc-student-dashboard__summary strong,
.stwc-student-course-card__meta strong,
.stwc-student-dashboard__note strong,
.stwc-course-curriculum__notice strong {
	color: var(--stwc-text);
}

.stwc-course-curriculum__module summary,
.stwc-course-view__module summary,
.stwc-course-view__meta li,
.stwc-student-course-card__meta li,
.stwc-student-dashboard__summary div,
.stwc-student-dashboard__note {
	background: linear-gradient(180deg, rgba(184, 134, 11, 0.08), rgba(255, 255, 255, 0.72));
	box-shadow: inset 0 0 0 1px var(--stwc-border);
}

.stwc-student-course-card__topline span {
	background: rgba(184, 134, 11, 0.12);
	color: var(--stwc-accent-deep);
}

/* ── Homepage WordPress overrides ── */

.stwc-front-page main.wp-block-group.has-global-padding {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.stwc-front-page main.wp-block-group.has-global-padding > .wp-block-group.alignfull.has-global-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.stwc-front-page .entry-content.alignfull.wp-block-post-content {
	margin-top: 0;
}

.stwc-site-shell header.wp-block-template-part,
.stwc-site-shell footer.wp-block-template-part,
.stwc-site-shell .site-header,
.stwc-site-shell .site-footer,
.stwc-site-shell #header,
.stwc-site-shell #footer,
.stwc-site-shell #page > hr {
	display: none;
}

.stwc-site-shell .wp-site-blocks {
	min-height: 100vh;
	background: transparent;
}

.stwc-site-shell #page {
	width: auto;
	max-width: none;
	margin: 0;
	background: transparent;
}

.stwc-site-shell main.wp-block-group.has-global-padding,
.stwc-site-shell .stwc-my-courses-template {
	width: min(1180px, 100%);
	margin: 0 auto !important;
	padding: 40px 24px 80px !important;
	box-sizing: border-box;
	background: transparent;
}

.stwc-site-shell main.wp-block-group.has-global-padding > .wp-block-group.alignfull.has-global-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.stwc-site-shell .entry-content.alignfull.wp-block-post-content,
.stwc-site-shell .entry-content.alignwide.wp-block-post-content,
.stwc-site-shell .wp-block-post-content.has-global-padding,
.stwc-site-shell .stwc-my-courses-template > .entry-content.wp-block-post-content {
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.stwc-site-shell .woocommerce-breadcrumb,
.stwc-site-shell .wc-block-breadcrumbs,
.stwc-site-shell .woocommerce-result-count,
.stwc-site-shell .wc-block-product-results-count p {
	color: var(--stwc-text-soft);
}

.stwc-site-shell .wp-block-query-title,
.stwc-site-shell .wp-block-post-title {
	margin: 0 0 24px;
	font-size: clamp(34px, 4.5vw, 52px);
	font-weight: 800;
	letter-spacing: -0.04em;
}

.stwc-site-shell .wp-block-group.alignwide.is-content-justification-space-between.is-nowrap.is-layout-flex {
	margin-bottom: 24px;
	padding: 18px 22px;
	border: 1px solid var(--stwc-border);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: var(--stwc-shadow-soft);
}

.stwc-site-shell .woocommerce-ordering,
.stwc-site-shell .wc-block-catalog-sorting {
	margin: 0;
}

.stwc-site-shell .woocommerce-ordering select,
.stwc-site-shell select.orderby {
	min-width: 220px;
	border-color: var(--stwc-border);
	background: var(--stwc-panel);
	color: var(--stwc-text);
}

.stwc-shell-header,
.stwc-shell-footer {
	padding-inline: 24px;
}

.stwc-shell-header__bar,
.stwc-shell-footer__inner {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.stwc-shell-header__bar {
	position: sticky;
	top: 0;
	z-index: 60;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-bottom: 1px solid #e8e2d9;
}

.stwc-shell-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 24px;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.stwc-shell-header__brand {
	color: #1a1a1a;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	text-decoration: none;
}

.stwc-shell-footer__brand strong {
	color: #fff8eb;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	text-decoration: none;
}

.stwc-shell-header__brand span {
	color: #b8860b;
}

.stwc-shell-footer__brand strong span {
	color: #b8860b;
}

.stwc-shell-header__links {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: auto;
}

.stwc-shell-header__link {
	color: #1a1a1a;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.2s ease;
}

.stwc-shell-header__link:hover,
.stwc-shell-header__link:focus-visible,
.stwc-shell-header__link.is-current {
	color: #b8860b;
}

.stwc-shell-header__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 12px;
	background: linear-gradient(180deg, #c9a84c, #b8860b);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0 8px 20px rgba(184, 134, 11, 0.2);
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

.stwc-shell-header__button:hover,
.stwc-shell-header__button:focus-visible {
	color: #ffffff;
	background: linear-gradient(180deg, #ecd498, #d0ab55);
	box-shadow: 0 10px 24px rgba(184, 134, 11, 0.3);
}

.stwc-shell-footer {
	padding: 0 24px 32px;
	background: #1a1a1a;
	color: #f4ede1;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	box-sizing: border-box;
}

.stwc-shell-footer *,
.stwc-shell-footer *::before,
.stwc-shell-footer *::after {
	box-sizing: border-box;
}

.stwc-shell-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
	gap: 24px;
	padding-top: 48px;
	border-top: none;
}

.stwc-shell-footer__brand p,
.stwc-shell-footer__bottom p,
.stwc-shell-footer__bottom div {
	color: rgba(244, 237, 225, 0.6);
}

footer.stwc-shell-footer .stwc-shell-footer__links a,
.stwc-front-page .stwc-home footer.stwc-shell-footer .stwc-shell-footer__links a {
	color: rgba(244, 237, 225, 0.7);
	text-decoration: none;
	transition: color 0.2s ease;
}

.stwc-shell-footer__brand p {
	margin: 12px 0 0;
	max-width: 520px;
	line-height: 1.7;
}

.stwc-shell-footer__links {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 14px 18px;
}

footer.stwc-shell-footer .stwc-shell-footer__links a:hover,
footer.stwc-shell-footer .stwc-shell-footer__links a:focus-visible,
.stwc-front-page .stwc-home footer.stwc-shell-footer .stwc-shell-footer__links a:hover,
.stwc-front-page .stwc-home footer.stwc-shell-footer .stwc-shell-footer__links a:focus-visible {
	color: #c9a84c;
}

.stwc-shell-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	grid-column: 1 / -1;
	padding-top: 8px;
	border-top: 1px solid rgba(184, 134, 11, 0.2);
}

@media (max-width: 900px) {
	.stwc-shell-header__inner,
	.stwc-shell-header__links,
	.stwc-shell-footer__inner,
	.stwc-shell-footer__bottom,
	.stwc-site-shell .wp-block-group.alignwide.is-content-justification-space-between.is-nowrap.is-layout-flex {
		flex-direction: column;
		align-items: flex-start;
	}

	.stwc-shell-header__links,
	.stwc-shell-footer__links {
		margin-left: 0;
		justify-content: flex-start;
	}

	.stwc-site-shell main.wp-block-group.has-global-padding {
		padding-inline: 20px !important;
	}
}

.stwc-account-menu {
	position: relative;
}

.stwc-account-menu__trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #e8e2d9;
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.03);
	color: #1a1a1a;
	cursor: pointer;
	list-style: none;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.stwc-account-menu__trigger::-webkit-details-marker {
	display: none;
}

.stwc-account-menu__trigger:hover,
.stwc-account-menu__trigger:focus-visible,
.stwc-account-menu[open] .stwc-account-menu__trigger {
	background: rgba(184, 134, 11, 0.08);
	border-color: #b8860b;
	color: #b8860b;
	transform: translateY(-1px);
}

.stwc-account-menu__trigger svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.stwc-account-menu__panel {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	min-width: 200px;
	padding: 10px;
	border: 1px solid var(--stwc-border);
	border-radius: 18px;
	background:
		radial-gradient(circle at top center, rgba(198, 163, 74, 0.12), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 241, 228, 0.98));
	box-shadow: var(--stwc-shadow-soft);
	z-index: 90;
}

.stwc-account-menu__link {
	display: block;
	padding: 12px 14px;
	border-radius: 12px;
	color: var(--stwc-text);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
}

.stwc-account-menu__section-title {
	margin: 6px 8px 8px;
	color: var(--stwc-text-soft);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.stwc-account-menu__divider {
	height: 1px;
	margin: 8px 6px;
	background: rgba(198, 163, 74, 0.18);
}

.stwc-account-menu__link:hover,
.stwc-account-menu__link:focus-visible {
	background: rgba(198, 163, 74, 0.12);
	color: var(--stwc-accent-deep);
}

.stwc-account-menu__link--logout {
	color: #8c3a27;
}

.stwc-account-menu__link--logout:hover,
.stwc-account-menu__link--logout:focus-visible {
	color: #8c3a27;
	background: rgba(140, 58, 39, 0.08);
}

.stwc-home__navbar .stwc-home__nav-links .stwc-account-menu__trigger {
	color: var(--text);
	background: rgba(0, 0, 0, 0.04);
	border-color: #e8e2d9;
}

.stwc-home__navbar .stwc-home__nav-links .stwc-account-menu__trigger:hover,
.stwc-home__navbar .stwc-home__nav-links .stwc-account-menu[open] .stwc-account-menu__trigger {
	color: var(--gold);
	background: rgba(184, 134, 11, 0.08);
	border-color: var(--gold);
}

.stwc-home__nav-links .stwc-account-menu__panel {
	color: var(--stwc-text);
}

.stwc-home__nav-links .stwc-account-menu__link {
	color: var(--stwc-text);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.stwc-home__nav-links .stwc-account-menu__section-title {
	color: var(--stwc-text-soft);
}

.stwc-home__nav-links .stwc-account-menu__link:hover,
.stwc-home__nav-links .stwc-account-menu__link:focus-visible {
	color: var(--stwc-accent-deep);
}

@media (max-width: 900px) {
	.stwc-account-menu__panel {
		right: auto;
		left: 0;
	}
}

/* ── Cart Icon ── */

.stwc-home__navbar .stwc-cart-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #e8e2d9;
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.03);
	color: #1a1a1a;
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.stwc-home__navbar .stwc-cart-icon:hover,
.stwc-home__navbar .stwc-cart-icon:focus-visible {
	background: rgba(184, 134, 11, 0.08);
	border-color: #b8860b;
	color: #b8860b;
	transform: translateY(-1px);
}

.stwc-cart-icon svg {
	width: 20px;
	height: 20px;
}

.stwc-cart-icon__count {
	position: absolute;
	top: -6px;
	right: -6px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border-radius: 999px;
	background: #b8860b;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 2px 6px rgba(184, 134, 11, 0.3);
}

.stwc-site-shell .stwc-student-dashboard {
	grid-template-columns: 290px minmax(0, 1fr);
	gap: 30px;
	margin-top: 0;
	align-items: start;
}

.stwc-site-shell.stwc-my-courses-page .stwc-my-courses-template {
	width: 100%;
	max-width: none;
	margin: 0 !important;
	padding: 24px 28px 56px !important;
}

.stwc-site-shell.stwc-my-courses-page {
	--stwc-campus-admin-offset: 32px;
	overflow-x: clip;
	overflow-y: hidden;
}

.stwc-site-shell.stwc-my-courses-page.stwc-course-view-page {
	overflow-y: auto;
}

.admin-bar.stwc-site-shell.stwc-my-courses-page {
	--stwc-campus-admin-offset: 32px;
}

@media (max-width: 782px) {
	.admin-bar.stwc-site-shell.stwc-my-courses-page {
		--stwc-campus-admin-offset: 46px;
	}
}

.stwc-site-shell.stwc-my-courses-page .wp-site-blocks,
.stwc-site-shell.stwc-my-courses-page #page,
.stwc-site-shell.stwc-my-courses-page .stwc-my-courses-template,
.stwc-site-shell.stwc-my-courses-page .stwc-my-courses-template > .entry-content.wp-block-post-content {
	box-sizing: border-box;
	height: calc(100dvh - var(--stwc-campus-admin-offset));
	min-height: calc(100dvh - var(--stwc-campus-admin-offset));
}

.stwc-site-shell.stwc-my-courses-page.stwc-course-view-page .wp-site-blocks,
.stwc-site-shell.stwc-my-courses-page.stwc-course-view-page #page,
.stwc-site-shell.stwc-my-courses-page.stwc-course-view-page .stwc-my-courses-template,
.stwc-site-shell.stwc-my-courses-page.stwc-course-view-page .stwc-my-courses-template > .entry-content.wp-block-post-content {
	height: auto;
	min-height: calc(100dvh - var(--stwc-campus-admin-offset));
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard {
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 32px;
	height: 100%;
	min-height: 100%;
}

.stwc-site-shell .stwc-student-dashboard__sidebar {
	position: relative;
	top: auto;
	padding: 26px;
	border: 1px solid rgba(224, 197, 123, 0.16);
	border-radius: 28px;
	background: linear-gradient(180deg, #2f2419 0%, #211812 100%);
	box-shadow: 0 22px 40px rgba(42, 33, 24, 0.22);
	color: #fff8eb;
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__sidebar {
	top: auto;
}

.stwc-site-shell .stwc-student-dashboard__brand h2 {
	margin: 12px 0 10px;
	color: #fff8eb;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	text-transform: none;
}

.stwc-site-shell .stwc-student-dashboard__brand p,
.stwc-site-shell .stwc-student-dashboard__profile p {
	color: rgba(255, 244, 222, 0.72);
}

.stwc-site-shell .stwc-student-dashboard__profile {
	padding: 18px;
	border-radius: 20px;
	background: rgba(255, 248, 235, 0.06);
	box-shadow: inset 0 0 0 1px rgba(224, 197, 123, 0.08);
}

.stwc-site-shell .stwc-student-dashboard__profile span {
	display: block;
	color: rgba(255, 244, 222, 0.62);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.stwc-site-shell .stwc-student-dashboard__profile strong {
	display: block;
	margin-top: 8px;
	color: #fff8eb;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.stwc-site-shell .stwc-student-dashboard__profile p {
	margin-top: 10px;
}

.stwc-site-shell .stwc-student-dashboard__nav {
	display: grid;
	gap: 10px;
}

.stwc-site-shell .stwc-student-dashboard__nav-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(255, 248, 235, 0.05);
	box-shadow: inset 0 0 0 1px rgba(224, 197, 123, 0.08);
	color: rgba(255, 244, 222, 0.78);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.stwc-site-shell .stwc-student-dashboard__nav-item:hover,
.stwc-site-shell .stwc-student-dashboard__nav-item:focus-visible,
.stwc-site-shell .stwc-student-dashboard__nav-item.is-active {
	background: rgba(224, 197, 123, 0.16);
	color: #fff8eb;
	transform: translateX(2px);
}

.stwc-site-shell .stwc-student-dashboard__nav-item svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.stwc-site-shell .stwc-student-dashboard__summary {
	grid-template-columns: 1fr;
	gap: 10px;
}

.stwc-site-shell .stwc-student-dashboard__summary div {
	padding: 15px 16px;
	border-radius: 18px;
	background: rgba(255, 248, 235, 0.05);
	box-shadow: inset 0 0 0 1px rgba(224, 197, 123, 0.08);
}

.stwc-site-shell .stwc-student-dashboard__summary span {
	color: rgba(255, 244, 222, 0.62);
	font-size: 11px;
	letter-spacing: 0.16em;
}

.stwc-site-shell .stwc-student-dashboard__summary strong {
	margin-top: 8px;
	color: #fff8eb;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1.75rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.stwc-site-shell .stwc-student-dashboard__note {
	background: rgba(255, 248, 235, 0.05);
	box-shadow: inset 0 0 0 1px rgba(224, 197, 123, 0.08);
}

.stwc-site-shell .stwc-student-dashboard__note strong {
	color: #fff1d8;
}

.stwc-site-shell .stwc-student-dashboard__main {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.stwc-site-shell .stwc-student-dashboard__header,
.stwc-site-shell .stwc-student-dashboard__section {
	border: 1px solid var(--stwc-border);
	border-radius: 30px;
	background:
		radial-gradient(circle at top center, rgba(198, 163, 74, 0.1), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 241, 228, 0.98));
	box-shadow: var(--stwc-shadow-soft);
}

.stwc-site-shell .stwc-student-dashboard__header {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	gap: 24px;
	padding: 30px;
}

.stwc-site-shell .stwc-student-dashboard__header h1,
.stwc-site-shell .stwc-student-dashboard__section-header h2,
.stwc-site-shell .stwc-student-course-card__content h3 {
	margin: 14px 0 10px;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.05;
	text-transform: none;
	color: var(--stwc-text);
}

.stwc-site-shell .stwc-student-dashboard__header h1 {
	font-size: clamp(2.3rem, 4.2vw, 3.6rem);
}

.stwc-site-shell .stwc-student-dashboard__header p,
.stwc-site-shell .stwc-student-dashboard__section-header p {
	color: var(--stwc-text-soft);
}

.stwc-site-shell .stwc-student-dashboard__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.stwc-site-shell .stwc-student-dashboard__hero-button,
.stwc-site-shell .stwc-student-dashboard__section-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 20px;
	border-radius: 16px;
	background: linear-gradient(180deg, var(--stwc-accent-bright), var(--stwc-accent));
	color: var(--stwc-button-text);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 12px 26px rgba(155, 118, 39, 0.18);
}

.stwc-site-shell .stwc-student-dashboard__hero-button:hover,
.stwc-site-shell .stwc-student-dashboard__hero-button:focus-visible,
.stwc-site-shell .stwc-student-dashboard__section-link:hover,
.stwc-site-shell .stwc-student-dashboard__section-link:focus-visible {
	color: var(--stwc-button-text);
	background: linear-gradient(180deg, #ecd498, #d0ab55);
}

.stwc-site-shell .stwc-student-dashboard__hero-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 20px;
	border: 1px solid var(--stwc-border);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--stwc-accent-deep);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.stwc-site-shell .stwc-student-dashboard__hero-link:hover,
.stwc-site-shell .stwc-student-dashboard__hero-link:focus-visible {
	color: var(--stwc-accent-deep);
	border-color: var(--stwc-border-strong);
	background: rgba(198, 163, 74, 0.12);
}

.stwc-site-shell .stwc-student-dashboard__hero-panel {
	padding: 22px;
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(198, 163, 74, 0.12), rgba(255, 255, 255, 0.82));
	box-shadow: inset 0 0 0 1px var(--stwc-border);
}

.stwc-site-shell .stwc-student-dashboard__hero-label,
.stwc-site-shell .stwc-student-dashboard__section-header span {
	margin: 0;
	color: var(--stwc-accent-deep);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.stwc-site-shell .stwc-student-dashboard__hero-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.stwc-site-shell .stwc-student-dashboard__hero-metrics div {
	padding: 14px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: inset 0 0 0 1px rgba(198, 163, 74, 0.18);
}

.stwc-site-shell .stwc-student-dashboard__hero-metrics span {
	display: block;
	color: var(--stwc-text-soft);
	font-size: 12px;
}

.stwc-site-shell .stwc-student-dashboard__hero-metrics strong {
	display: block;
	margin-top: 6px;
	color: var(--stwc-text);
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.stwc-site-shell .stwc-student-dashboard__section {
	margin-top: 24px;
	padding: 30px;
}

.stwc-site-shell .stwc-student-dashboard__section-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 24px;
}

.stwc-site-shell .stwc-student-dashboard__section-header h2 {
	font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.stwc-site-shell .stwc-student-dashboard__grid {
	grid-template-columns: repeat(auto-fill, minmax(280px, 360px));
	justify-content: start;
	align-items: start;
	gap: 20px;
	margin-top: 0;
}

.stwc-site-shell .stwc-student-course-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 360px;
	min-height: 100%;
	border-radius: 24px;
	background: var(--stwc-panel);
	box-shadow: var(--stwc-shadow-soft);
}

.stwc-site-shell .stwc-student-course-card__content h3 {
	font-size: 1.45rem;
	line-height: 1.15;
	min-height: 3.2rem;
}

.stwc-site-shell .stwc-student-course-card__actions {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: auto;
	padding-top: 8px;
}

.stwc-site-shell .stwc-student-course-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 190px;
	padding: 14px 20px;
	border-radius: 16px;
	background: linear-gradient(180deg, var(--stwc-accent-bright), var(--stwc-accent));
	color: var(--stwc-button-text);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 12px 26px rgba(155, 118, 39, 0.18);
}

.stwc-site-shell .stwc-student-course-card__button:hover,
.stwc-site-shell .stwc-student-course-card__button:focus-visible {
	color: var(--stwc-button-text);
	background: linear-gradient(180deg, #ecd498, #d0ab55);
}

@media (max-width: 1100px) {
	.stwc-site-shell .stwc-student-dashboard {
		grid-template-columns: 1fr;
	}

	.stwc-site-shell .stwc-student-dashboard__sidebar {
		position: relative;
		top: auto;
	}

	.stwc-site-shell.stwc-my-courses-page .stwc-my-courses-template {
		padding-inline: 20px !important;
	}
}

@media (max-width: 780px) {
	.stwc-site-shell .stwc-student-dashboard__nav {
		grid-template-columns: 1fr;
	}

	.stwc-site-shell .stwc-student-dashboard__header,
	.stwc-site-shell .stwc-student-dashboard__section-header {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: flex-start;
	}

	.stwc-site-shell .stwc-student-dashboard__hero-metrics {
		grid-template-columns: 1fr;
	}

	.stwc-site-shell .stwc-student-dashboard__section,
	.stwc-site-shell .stwc-student-dashboard__header {
		padding: 22px;
	}
}

/* ── Dashboard – 16:9 cinematic campus ─────────────────────────────── */

.stwc-site-shell.stwc-my-courses-page .stwc-my-courses-template {
	width: min(100%, calc(100vw - 20px));
	max-width: none;
	margin: 0 auto !important;
	padding: 10px !important;
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard {
	display: grid;
	grid-template-columns: 256px minmax(0, 1fr);
	gap: 0;
	box-sizing: border-box;
	height: 100%;
	min-height: 100%;
	margin-top: 0;
	border: 0;
	border-radius: 0;
	background: #f9f7f2;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.stwc-site-shell .stwc-student-dashboard__sidebar {
	position: relative;
	top: auto;
	align-self: stretch;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	gap: 22px;
	box-sizing: border-box;
	height: 100%;
	min-height: 0;
	padding: 26px 16px 10px;
	border: 0;
	border-right: 1px solid rgba(184, 134, 11, 0.1);
	border-radius: 34px 0 0 34px;
	background:
		radial-gradient(circle at top left, rgba(201, 168, 76, 0.16), transparent 36%),
		linear-gradient(180deg, #261b14 0%, #1a130e 100%);
	box-shadow: none;
	color: #fff8eb;
	overflow: hidden;
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__sidebar {
	top: auto;
}

.stwc-site-shell .stwc-student-dashboard__brand {
	display: grid;
	gap: 8px;
}

.stwc-site-shell .stwc-student-dashboard__brand-kicker {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 248, 235, 0.08);
	color: rgba(255, 244, 222, 0.82);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.stwc-site-shell .stwc-student-dashboard__brand h2 {
	margin: 0;
	color: #fff8eb;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1.45rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	text-transform: none;
}

.stwc-site-shell .stwc-student-dashboard__brand p {
	margin: 0;
	color: rgba(255, 244, 222, 0.64);
	font-size: 13px;
}

.stwc-site-shell .stwc-student-dashboard__nav {
	display: grid;
	gap: 8px;
	align-content: start;
	min-height: 0;
	overflow-y: auto;
	padding-right: 2px;
}

.stwc-site-shell .stwc-student-dashboard__nav-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 12px;
	border: 1px solid transparent;
	border-radius: 16px;
	background: rgba(255, 248, 235, 0.03);
	box-shadow: none;
	color: rgba(255, 244, 222, 0.72);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.stwc-site-shell .stwc-student-dashboard__nav-item:hover,
.stwc-site-shell .stwc-student-dashboard__nav-item:focus-visible {
	background: rgba(255, 248, 235, 0.08);
	border-color: rgba(224, 197, 123, 0.16);
	color: #fff8eb;
	transform: translateX(2px);
}

.stwc-site-shell .stwc-student-dashboard__nav-item.is-active {
	background: linear-gradient(180deg, rgba(201, 168, 76, 0.26), rgba(201, 168, 76, 0.14));
	border-color: rgba(224, 197, 123, 0.28);
	color: #fff8eb;
}

.stwc-site-shell .stwc-student-dashboard__nav-item svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.stwc-site-shell .stwc-student-dashboard__rail-foot {
	display: grid;
	gap: 8px;
	margin-top: 0;
	align-self: end;
	padding: 18px 14px;
	border-radius: 20px;
	background: rgba(255, 248, 235, 0.06);
	box-shadow: inset 0 0 0 1px rgba(224, 197, 123, 0.1);
}

.stwc-site-shell .stwc-student-dashboard__rail-foot span {
	color: rgba(255, 244, 222, 0.6);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.stwc-site-shell .stwc-student-dashboard__rail-foot strong {
	color: #fff8eb;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.stwc-site-shell .stwc-student-dashboard__rail-foot p {
	margin: 0;
	color: rgba(255, 244, 222, 0.68);
	font-size: 13px;
	line-height: 1.55;
}

.stwc-site-shell .stwc-student-dashboard__main {
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0;
	border: 0;
	background:
		radial-gradient(circle at 100% 0%, rgba(201, 168, 76, 0.08), transparent 22%),
		radial-gradient(circle at 0% 100%, rgba(201, 168, 76, 0.05), transparent 24%),
		var(--stwc-surface);
	box-shadow: none;
}

.stwc-site-shell.stwc-my-courses-page .stwc-my-courses--empty {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 420px);
	gap: 28px;
	align-items: stretch;
	box-sizing: border-box;
	height: 100%;
	min-height: 0;
	padding: 42px;
	border-radius: 36px;
	background:
		radial-gradient(circle at top right, rgba(201, 168, 76, 0.14), transparent 24%),
		radial-gradient(circle at bottom left, rgba(201, 168, 76, 0.08), transparent 26%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 240, 225, 0.96));
}

.stwc-site-shell.stwc-my-courses-page .stwc-my-courses--empty .stwc-empty-state__copy {
	max-width: 760px;
	min-height: 0;
	align-content: center;
}

.stwc-site-shell.stwc-my-courses-page .stwc-my-courses--empty .stwc-empty-state__panel {
	box-sizing: border-box;
	height: 100%;
	min-height: 0;
}

.stwc-site-shell.stwc-my-courses-page .stwc-my-courses--empty p {
	max-width: 58ch;
	font-size: 1.05rem;
	color: var(--stwc-text-soft);
}

.stwc-site-shell.stwc-my-courses-page .stwc-my-courses--empty .stwc-empty-state__button {
	margin-top: 0;
}

.stwc-site-shell .stwc-student-dashboard__header {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(560px, 0.85fr);
	gap: 28px;
	align-items: stretch;
	padding: 42px 46px 36px;
	border: 0;
	border-bottom: 1px solid rgba(184, 134, 11, 0.1);
	border-radius: 0;
	background:
		radial-gradient(circle at top right, rgba(201, 168, 76, 0.14), transparent 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0));
	box-shadow: none;
}

.stwc-site-shell .stwc-student-dashboard__header-copy {
	display: grid;
	align-content: start;
	gap: 18px;
	max-width: 820px;
}

.stwc-site-shell .stwc-student-dashboard__hero-eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(184, 134, 11, 0.1);
	color: var(--stwc-accent-deep);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.stwc-site-shell .stwc-student-dashboard__header h1 {
	margin: 0;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(2.6rem, 4vw, 4.1rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 0.95;
	text-transform: none;
	color: var(--stwc-text);
}

.stwc-site-shell .stwc-student-dashboard__header p {
	margin: 0;
	max-width: 680px;
	color: var(--stwc-text-soft);
	font-size: 16px;
	line-height: 1.7;
}

.stwc-site-shell .stwc-student-dashboard__overall-progress {
	display: grid;
	gap: 10px;
	padding: 18px 20px;
	border: 1px solid rgba(184, 134, 11, 0.12);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
}

.stwc-site-shell .stwc-student-dashboard__overall-progress p {
	margin: 0;
	font-size: 13px;
}

.stwc-site-shell .stwc-student-dashboard__overall-progress-bar,
.stwc-site-shell .stwc-student-course-card__progress-bar {
	height: 9px;
	background: rgba(184, 134, 11, 0.1);
}

.stwc-site-shell .stwc-student-dashboard__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.stwc-site-shell .stwc-student-dashboard__hero-actions--library {
	align-items: center;
	justify-content: flex-start;
	align-content: center;
}

.stwc-site-shell .stwc-student-dashboard__hero-button,
.stwc-site-shell .stwc-student-dashboard__hero-link,
.stwc-site-shell .stwc-student-dashboard__hero-inline,
.stwc-site-shell .stwc-student-dashboard__section-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 12px 18px;
	border-radius: 16px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.stwc-site-shell .stwc-student-dashboard__hero-button,
.stwc-site-shell .stwc-student-dashboard__hero-inline,
.stwc-site-shell .stwc-student-dashboard__section-link,
.stwc-site-shell .stwc-student-course-card__button {
	background: linear-gradient(180deg, var(--stwc-accent-bright), var(--stwc-accent));
	color: var(--stwc-button-text);
	box-shadow: 0 14px 28px rgba(155, 118, 39, 0.18);
}

.stwc-site-shell .stwc-student-dashboard__hero-button:hover,
.stwc-site-shell .stwc-student-dashboard__hero-button:focus-visible,
.stwc-site-shell .stwc-student-dashboard__hero-inline:hover,
.stwc-site-shell .stwc-student-dashboard__hero-inline:focus-visible,
.stwc-site-shell .stwc-student-dashboard__section-link:hover,
.stwc-site-shell .stwc-student-dashboard__section-link:focus-visible,
.stwc-site-shell .stwc-student-course-card__button:hover,
.stwc-site-shell .stwc-student-course-card__button:focus-visible {
	background: linear-gradient(180deg, #ecd498, #d0ab55);
	color: var(--stwc-button-text);
	transform: translateY(-1px);
}

.stwc-site-shell .stwc-student-dashboard__hero-link {
	border: 1px solid rgba(184, 134, 11, 0.16);
	background: rgba(255, 255, 255, 0.72);
	color: var(--stwc-accent-deep);
	box-shadow: none;
}

.stwc-site-shell .stwc-student-dashboard__hero-link:hover,
.stwc-site-shell .stwc-student-dashboard__hero-link:focus-visible {
	background: rgba(184, 134, 11, 0.1);
	border-color: rgba(184, 134, 11, 0.24);
	color: var(--stwc-accent-deep);
	transform: translateY(-1px);
}

.stwc-site-shell .stwc-student-dashboard__hero-stack {
	display: grid;
	gap: 16px;
	align-content: start;
}

.stwc-site-shell .stwc-student-dashboard__hero-focus {
	display: grid;
	gap: 16px;
	padding: 24px;
	border: 1px solid rgba(184, 134, 11, 0.14);
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(201, 168, 76, 0.14), transparent 34%),
		linear-gradient(180deg, #1f1711 0%, #281d15 100%);
	box-shadow: 0 18px 36px rgba(29, 20, 14, 0.18);
	color: #fff8eb;
}

.stwc-site-shell .stwc-student-dashboard__hero-focus-label {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 248, 235, 0.1);
	color: rgba(255, 244, 222, 0.86);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.stwc-site-shell .stwc-student-dashboard__hero-focus h2 {
	margin: 0;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(1.45rem, 2vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.05;
	color: #fff8eb;
}

.stwc-site-shell .stwc-student-dashboard__hero-focus-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.stwc-site-shell .stwc-student-dashboard__hero-focus-meta span,
.stwc-site-shell .stwc-student-course-card__meta-row span {
	display: inline-flex;
	align-items: center;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(184, 134, 11, 0.1);
	color: var(--stwc-accent-deep);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.stwc-site-shell .stwc-student-dashboard__hero-focus-progress {
	display: grid;
	gap: 10px;
	padding: 14px 0 0;
	border-top: 1px solid rgba(255, 248, 235, 0.12);
}

.stwc-site-shell .stwc-student-dashboard__progress-head,
.stwc-site-shell .stwc-student-course-card__progress-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 12px;
	color: var(--stwc-text-soft);
}

.stwc-site-shell .stwc-student-dashboard__progress-head {
	color: rgba(255, 244, 222, 0.72);
}

.stwc-site-shell .stwc-student-dashboard__progress-head strong,
.stwc-site-shell .stwc-student-course-card__progress-head strong {
	color: inherit;
	font-size: 13px;
	font-weight: 800;
}

.stwc-site-shell .stwc-student-dashboard__hero-inline {
	width: fit-content;
	min-height: 46px;
}

.stwc-site-shell .stwc-student-dashboard__header-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.stwc-site-shell .stwc-student-dashboard__stat {
	display: grid;
	gap: 6px;
	padding: 18px;
	border: 1px solid rgba(184, 134, 11, 0.12);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
}

.stwc-site-shell .stwc-student-dashboard__stat strong {
	font-size: clamp(1.35rem, 1.8vw, 1.8rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--stwc-text);
}

.stwc-site-shell .stwc-student-dashboard__stat span {
	color: var(--stwc-text-soft);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.stwc-site-shell .stwc-student-dashboard__section {
	margin-top: 0;
	padding: 32px 46px 46px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.stwc-site-shell .stwc-student-dashboard__section.is-hidden {
	display: none;
}

.stwc-site-shell .stwc-student-dashboard__section.is-library {
	padding-top: 24px;
}

.stwc-site-shell .stwc-student-dashboard__section-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.stwc-site-shell .stwc-student-dashboard__section-header h2 {
	margin: 0;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(1.45rem, 2vw, 1.9rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	text-transform: none;
	color: var(--stwc-text);
}

.stwc-site-shell .stwc-student-dashboard__section-header p {
	margin: 6px 0 0;
	color: var(--stwc-text-soft);
	font-size: 14px;
	line-height: 1.6;
}

.stwc-site-shell .stwc-student-dashboard__tabs {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 0;
	margin-bottom: 24px;
	padding: 5px;
	border-radius: 16px;
	background: rgba(184, 134, 11, 0.08);
	border: 1px solid rgba(184, 134, 11, 0.12);
	width: fit-content;
}

.stwc-site-shell .stwc-student-dashboard__tab {
	padding: 10px 15px;
	border-radius: 12px;
	font-size: 13px;
	color: var(--stwc-text-soft);
}

.stwc-site-shell .stwc-student-dashboard__tab.is-active {
	background: var(--stwc-panel);
	color: var(--stwc-text);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.stwc-site-shell .stwc-student-dashboard__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: start;
}

.stwc-site-shell .stwc-student-course-card {
	grid-column: auto;
	display: grid;
	grid-template-rows: auto 1fr;
	border: 1px solid rgba(184, 134, 11, 0.12);
	border-radius: 28px;
	background: linear-gradient(180deg, #ffffff 0%, #fbf8f2 100%);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.stwc-site-shell .stwc-student-course-card:hover {
	transform: translateY(-4px);
	border-color: rgba(184, 134, 11, 0.2);
	box-shadow: 0 24px 42px rgba(0, 0, 0, 0.08);
}

.stwc-site-shell .stwc-student-course-card.is-spotlight {
	grid-column: auto;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr;
}

.stwc-site-shell .stwc-student-course-card__image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 10;
	min-height: 0;
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 217, 102, 0.34), transparent 28%),
		radial-gradient(circle at 80% 0%, rgba(184, 134, 11, 0.32), transparent 24%),
		linear-gradient(135deg, #f5efe2 0%, #ead8aa 100%);
	overflow: hidden;
}

.stwc-site-shell .stwc-student-course-card.is-spotlight .stwc-student-course-card__image {
	aspect-ratio: 16 / 10;
	min-height: 0;
}

.stwc-site-shell .stwc-student-course-card__content {
	display: grid;
	align-content: start;
	gap: 16px;
	padding: 24px;
}

.stwc-site-shell .stwc-student-course-card.is-spotlight .stwc-student-course-card__content {
	padding: 24px;
}

.stwc-site-shell .stwc-student-course-card__topline span {
	background: rgba(184, 134, 11, 0.1);
	color: var(--stwc-accent-deep);
}

.stwc-site-shell .stwc-student-course-card.is-continue .stwc-student-course-card__topline span {
	background: rgba(184, 134, 11, 0.18);
}

.stwc-site-shell .stwc-student-course-card.is-complete .stwc-student-course-card__topline span {
	background: rgba(26, 26, 26, 0.08);
	color: var(--stwc-text);
}

.stwc-site-shell .stwc-student-course-card__content h3 {
	margin: 0;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1.32rem;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: var(--stwc-text);
}

.stwc-site-shell .stwc-student-course-card.is-spotlight .stwc-student-course-card__content h3 {
	font-size: 1.32rem;
}

.stwc-site-shell .stwc-student-course-card__meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: var(--stwc-text-soft);
	font-size: 13px;
}

.stwc-site-shell .stwc-student-course-card__meta-sep {
	display: none;
}

.stwc-site-shell .stwc-student-course-card__progress {
	display: grid;
	gap: 10px;
	padding-top: 2px;
}

.stwc-site-shell .stwc-student-course-card__progress-head {
	color: var(--stwc-text-soft);
}

.stwc-site-shell .stwc-student-course-card__progress-head strong {
	color: var(--stwc-text);
}

.stwc-site-shell .stwc-student-course-card__actions {
	display: flex;
	justify-content: stretch;
	margin-top: auto;
	padding-top: 6px;
}

.stwc-site-shell .stwc-student-course-card__button {
	width: 100%;
	min-width: 0;
	border-radius: 16px;
	padding: 14px 18px;
}

.stwc-site-shell .stwc-student-course-card.is-spotlight .stwc-student-course-card__button {
	width: 100%;
	min-width: 0;
}

@media (min-width: 1600px) {
	.stwc-site-shell .stwc-student-dashboard__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1500px) {
	.stwc-site-shell .stwc-student-dashboard__header {
		grid-template-columns: 1fr;
	}

	.stwc-site-shell .stwc-student-dashboard__header-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1180px) {
	.stwc-site-shell.stwc-my-courses-page {
		overflow-y: auto;
	}

	.stwc-site-shell.stwc-my-courses-page .wp-site-blocks,
	.stwc-site-shell.stwc-my-courses-page #page,
	.stwc-site-shell.stwc-my-courses-page .stwc-my-courses-template,
	.stwc-site-shell.stwc-my-courses-page .stwc-my-courses-template > .entry-content.wp-block-post-content {
		height: auto;
		min-height: auto;
	}

	.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard {
		grid-template-columns: 1fr;
		height: auto;
		min-height: auto;
	}

	.stwc-site-shell .stwc-student-dashboard__sidebar {
		position: relative;
		top: auto;
		height: auto;
		max-height: none;
		border-right: 0;
		border-bottom: 1px solid rgba(184, 134, 11, 0.1);
	}

	.stwc-site-shell .stwc-student-dashboard__main {
		height: auto;
		min-height: auto;
		overflow: visible;
	}

	.stwc-site-shell .stwc-student-dashboard__nav {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}

	.stwc-site-shell .stwc-student-dashboard__rail-foot {
		margin-top: 0;
	}

	.stwc-site-shell .stwc-student-dashboard__header,
	.stwc-site-shell .stwc-student-dashboard__section {
		padding-inline: 28px;
	}

	.stwc-site-shell .stwc-student-dashboard__header-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stwc-site-shell .stwc-student-dashboard__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stwc-site-shell.stwc-my-courses-page .stwc-my-courses--empty {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 28px;
	}
}

@media (max-width: 860px) {
	.stwc-site-shell.stwc-my-courses-page .stwc-my-courses-template {
		width: min(100%, calc(100vw - 8px));
		padding: 4px 4px 24px !important;
	}

	.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard {
		border-radius: 24px;
	}

	.stwc-site-shell .stwc-student-dashboard__sidebar {
		padding: 20px 14px;
	}

	.stwc-site-shell .stwc-student-dashboard__nav {
		grid-template-columns: 1fr;
	}

	.stwc-site-shell .stwc-student-dashboard__header,
	.stwc-site-shell .stwc-student-dashboard__section {
		padding: 24px 18px;
	}

	.stwc-site-shell .stwc-student-dashboard__hero-actions,
	.stwc-site-shell .stwc-student-dashboard__section-header {
		flex-direction: column;
		align-items: stretch;
	}

	.stwc-site-shell .stwc-student-dashboard__header-stats {
		grid-template-columns: 1fr;
	}

	.stwc-site-shell .stwc-student-dashboard__grid {
		grid-template-columns: 1fr;
	}

	.stwc-site-shell.stwc-my-courses-page .stwc-my-courses--empty {
		padding: 22px 18px;
		border-radius: 24px;
	}

	.stwc-site-shell .stwc-student-course-card,
	.stwc-site-shell .stwc-student-course-card.is-spotlight {
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr;
	}

	.stwc-site-shell .stwc-student-course-card.is-spotlight .stwc-student-course-card__image {
		aspect-ratio: 16 / 9;
	}

	.stwc-site-shell .stwc-student-course-card.is-spotlight .stwc-student-course-card__button,
	.stwc-site-shell .stwc-student-dashboard__hero-button,
	.stwc-site-shell .stwc-student-dashboard__hero-link,
	.stwc-site-shell .stwc-student-dashboard__hero-inline,
	.stwc-site-shell .stwc-student-dashboard__section-link {
		width: 100%;
	}
}

/* ── My Courses – Academy dashboard source lock ───────────────────── */

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page),
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .wp-site-blocks,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) #page,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-my-courses-template,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-my-courses-template > .entry-content.wp-block-post-content {
	background: #f9f7f2 !important;
	color: #1a1c1c;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) {
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Inter, "Plus Jakarta Sans", system-ui, sans-serif;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-my-courses-template {
	width: 100% !important;
	max-width: none !important;
	min-height: 100dvh;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard {
	--stwc-dashboard-primary: #795900;
	--stwc-dashboard-primary-light: #b38b2d;
	--stwc-dashboard-text: #1a1c1c;
	--stwc-dashboard-secondary: #5e5e5b;
	--stwc-dashboard-line: #e7dfd2;
	--stwc-dashboard-card-shadow: 0 10px 40px rgba(60, 56, 48, 0.06);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100dvh;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: #f9f7f2;
	box-shadow: none;
	overflow: visible;
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__sidebar {
	display: flex;
	flex-direction: column;
	padding: 32px 16px;
	border: 0;
	border-right: 1px solid #e7dfd2;
	border-radius: 0;
	background: #fafaf9;
	box-shadow: 0 1px 2px rgba(20, 20, 20, 0.04);
	color: var(--stwc-dashboard-text);
	box-sizing: border-box;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__sidebar {
	position: fixed;
	inset: 0 auto 0 0;
	z-index: 50;
	width: 256px;
	height: 100dvh;
}

.stwc-site-shell.stwc-course-view-page .stwc-student-dashboard__sidebar {
	position: fixed;
	inset: 0 auto 0 0;
	z-index: 50;
	width: 256px;
	min-width: 256px;
	height: 100dvh;
	overflow-y: auto;
	overflow-x: hidden;
}

.stwc-site-shell.stwc-course-view-page .stwc-course-view {
	display: block;
	width: auto;
	margin-left: 256px;
	min-height: calc(100dvh - var(--stwc-campus-admin-offset));
	overflow: visible;
}

.stwc-site-shell.stwc-my-courses-page.stwc-course-view-page .stwc-student-dashboard {
	display: block;
	min-height: calc(100dvh - var(--stwc-campus-admin-offset));
	overflow: visible;
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__brand {
	display: block;
	margin: 0 16px 40px;
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__brand h1 {
	margin: 0;
	color: var(--stwc-dashboard-primary-light);
	font-family: Manrope, Inter, sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__brand p {
	margin: 2px 0 0;
	color: #78716c;
	font-size: 12px;
	font-weight: 500;
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__nav {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 8px;
	overflow: visible;
	padding: 0;
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__nav-item {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 48px;
	padding: 12px 16px;
	border: 0;
	border-right: 4px solid transparent;
	border-radius: 0;
	background: transparent;
	color: #78716c;
	box-shadow: none;
	font-family: Manrope, Inter, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transform: none;
	transition: all 0.2s ease;
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__nav-item:hover,
.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__nav-item:focus-visible {
	background: #f5f5f4;
	color: #d97706;
	transform: none;
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__nav-item.is-active {
	background: rgba(255, 251, 235, 0.72);
	border-right-color: var(--stwc-dashboard-primary-light);
	color: var(--stwc-dashboard-primary-light);
	font-weight: 800;
	transform: translateX(4px);
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__nav-item svg,
.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__stat svg,
.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__card-head svg,
.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__goal-card svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__rail-foot {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: auto 16px 0;
	padding: 24px 0 0;
	border-top: 1px solid #e7dfd2;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__rail-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border-radius: 999px;
	background: var(--stwc-dashboard-primary-light);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__rail-foot strong {
	display: block;
	margin: 0;
	color: var(--stwc-dashboard-text);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
}

.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__rail-foot p {
	margin: 0;
	color: #78716c;
	font-size: 12px;
	line-height: 1.35;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__main {
	box-sizing: border-box;
	width: auto;
	min-height: 100dvh;
	margin-left: 256px;
	padding-top: 0;
	background: #f9f7f2;
	color: var(--stwc-dashboard-text);
	overflow: visible;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__canvas {
	box-sizing: border-box;
	width: min(1280px, 100%);
	max-width: 100%;
	margin: 0 auto;
	padding: 48px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__welcome {
	margin: 0 0 64px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__welcome h1 {
	margin: 0 0 8px;
	color: var(--stwc-dashboard-text);
	font-family: Manrope, Inter, sans-serif;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.035em;
	text-transform: none;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__welcome p {
	margin: 0;
	color: var(--stwc-dashboard-secondary);
	font-size: 16px;
	line-height: 1.6;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__overview-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 24px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__focus-column {
	grid-column: span 8;
	display: grid;
	gap: 24px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__side-column {
	grid-column: span 4;
	display: grid;
	gap: 24px;
	align-content: start;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-course,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__stat,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__general-progress,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card {
	border: 1px solid #f5f5f4;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: var(--stwc-dashboard-card-shadow);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-course {
	position: relative;
	padding: 32px;
	overflow: hidden;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-inner {
	display: flex;
	gap: 32px;
	align-items: flex-start;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33.333%;
	aspect-ratio: 4 / 3;
	border-radius: 12px;
	background: linear-gradient(135deg, #f5efe2, #d8b664);
	overflow: hidden;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-course:hover .stwc-student-dashboard__featured-image img {
	transform: scale(1.05);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-image span {
	color: var(--stwc-dashboard-primary);
	font-size: 44px;
	font-weight: 900;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-copy {
	display: grid;
	flex: 1;
	gap: 16px;
	align-content: start;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-badge {
	display: inline-flex;
	width: fit-content;
	padding: 4px 12px;
	border-radius: 999px;
	background: rgba(121, 89, 0, 0.1);
	color: var(--stwc-dashboard-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-copy h3 {
	margin: 0;
	color: var(--stwc-dashboard-text);
	font-family: Manrope, Inter, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: none;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	padding: 8px 0;
	border-top: 1px solid #fafaf9;
	border-bottom: 1px solid #fafaf9;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-meta div,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-progress {
	display: grid;
	gap: 4px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-meta span,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-progress span {
	color: #a8a29e;
	font-size: 14px;
	line-height: 1.4;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-meta strong {
	color: var(--stwc-dashboard-text);
	font-size: 14px;
	font-weight: 800;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-progress > div {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-progress strong {
	color: var(--stwc-dashboard-primary);
	font-size: 14px;
	font-weight: 800;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-progress p,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__goal-card div,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card__progress-bar {
	height: 8px;
	margin: 0;
	border-radius: 999px;
	background: #e1dfdb;
	overflow: hidden;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-progress p span,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__goal-card div span,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card__progress-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--stwc-dashboard-primary);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__hero-button,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 46px;
	padding: 12px 32px;
	border: 0;
	border-radius: 8px;
	background: var(--stwc-dashboard-primary);
	color: #ffffff !important;
	box-shadow: 0 1px 2px rgba(20, 20, 20, 0.08);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, transform 0.2s ease;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__hero-button:hover,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card__button:hover {
	background: rgba(121, 89, 0, 0.9);
	transform: translateY(-1px);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__stats-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 186px;
	padding: 24px;
	text-align: center;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__stat > span {
	color: var(--stwc-dashboard-primary);
	margin-bottom: 8px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__stat strong {
	color: var(--stwc-dashboard-primary);
	font-family: Manrope, Inter, sans-serif;
	font-size: 48px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__stat small {
	margin-top: 8px;
	color: #a8a29e;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__general-progress {
	padding: 32px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__card-head h4,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__goal-card h4 {
	margin: 0;
	color: var(--stwc-dashboard-text);
	font-family: Manrope, Inter, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__card-head span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #fffbeb;
	color: var(--stwc-dashboard-primary);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__circle-progress {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 32px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__circle-progress svg {
	width: 128px;
	height: 128px;
	transform: rotate(-90deg);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__circle-progress circle {
	fill: none;
	stroke-width: 8;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__circle-progress .track {
	stroke: #f5f5f4;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__circle-progress .bar {
	stroke: var(--stwc-dashboard-primary);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__circle-progress strong {
	position: absolute;
	color: var(--stwc-dashboard-text);
	font-size: 24px;
	font-weight: 800;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__general-progress > p {
	margin: 0 0 16px;
	padding: 16px;
	border-radius: 8px;
	background: #fafaf9;
	color: var(--stwc-dashboard-secondary);
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__outline-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	border: 1px solid var(--stwc-dashboard-primary);
	border-radius: 8px;
	background: #ffffff;
	color: var(--stwc-dashboard-primary) !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__goal-card {
	position: relative;
	padding: 32px;
	border-radius: 12px;
	background: var(--stwc-dashboard-primary-light);
	color: #ffffff;
	overflow: hidden;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__goal-card::after {
	content: "";
	position: absolute;
	right: -32px;
	bottom: -32px;
	width: 128px;
	height: 128px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	filter: blur(24px);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__goal-card > * {
	position: relative;
	z-index: 1;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__goal-card > span {
	display: block;
	margin-bottom: 16px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__goal-card h4 {
	color: #ffffff;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__goal-card p {
	margin: 8px 0 16px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.55;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__goal-card div {
	background: rgba(255, 255, 255, 0.2);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__goal-card div span {
	background: #ffffff;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__section {
	margin-top: 24px;
	padding: 0;
	background: transparent;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__section.is-hidden {
	display: none;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__section-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__section-header h2 {
	margin: 0;
	color: var(--stwc-dashboard-text);
	font-family: Manrope, Inter, sans-serif;
	font-size: 24px;
	font-weight: 800;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__section-header p {
	margin: 6px 0 0;
	color: var(--stwc-dashboard-secondary);
	font-size: 14px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__section-link {
	color: var(--stwc-dashboard-primary);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card {
	display: grid;
	grid-template-rows: auto 1fr;
	border: 1px solid rgba(209, 197, 177, 0.3);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 10px 40px rgba(60, 56, 48, 0.06);
	overflow: hidden;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #f5efe2, #d8b664);
	overflow: hidden;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card__content {
	display: grid;
	gap: 24px;
	padding: 32px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card__content h3 {
	margin: 0;
	color: var(--stwc-dashboard-text);
	font-family: Manrope, Inter, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card__progress {
	display: grid;
	gap: 8px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card__progress-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--stwc-dashboard-secondary);
	font-size: 14px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card__progress-head strong {
	color: var(--stwc-dashboard-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card__progress-head span {
	font-size: 14px;
	line-height: 1.4;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card__button {
	width: 100%;
	margin-top: 0;
	padding: 16px 24px;
	background: var(--stwc-dashboard-primary-light);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	gap: 8px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card__button-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1;
	transition: transform 0.2s ease;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card__button:hover .stwc-student-course-card__button-arrow {
	transform: translateX(4px);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card.is-complete .stwc-student-course-card__button {
	border: 1px solid var(--stwc-dashboard-primary-light);
	background: #ffffff;
	color: var(--stwc-dashboard-primary-light) !important;
}

@media (max-width: 1180px) {
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__sidebar,
	.stwc-site-shell.stwc-course-view-page .stwc-student-dashboard__sidebar {
		position: relative;
		inset: auto;
		width: 100%;
		min-width: 0;
		height: auto;
		overflow: visible;
		border-right: 0;
		border-bottom: 1px solid #e7dfd2;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__main,
	.stwc-site-shell.stwc-course-view-page .stwc-course-view {
		margin-left: 0;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__canvas {
		padding: 32px 24px;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__overview-grid,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-inner {
		grid-template-columns: 1fr;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__focus-column,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__side-column {
		grid-column: 1 / -1;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-inner {
		display: grid;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-image {
		width: 100%;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* ── Dashboard Account Panel ── */

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
	gap: 22px;
	align-items: start;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-profile {
	display: grid;
	gap: 18px;
	padding: 26px;
	border: 1px solid rgba(184, 134, 11, 0.14);
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(201, 168, 76, 0.16), transparent 36%),
		linear-gradient(180deg, #211711 0%, #2a1e16 100%);
	box-shadow: 0 18px 34px rgba(29, 20, 14, 0.12);
	color: #fff8eb;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 22px;
	background: rgba(255, 248, 235, 0.1);
	box-shadow: inset 0 0 0 1px rgba(224, 197, 123, 0.14);
	color: #fff8eb;
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-profile span:not(.stwc-student-dashboard__account-avatar) {
	display: block;
	color: rgba(255, 244, 222, 0.62);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-profile strong {
	display: block;
	margin-top: 8px;
	color: #fff8eb;
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-profile p {
	margin: 8px 0 0;
	color: rgba(255, 244, 222, 0.72);
	font-size: 14px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 0;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-card {
	position: relative;
	display: grid;
	gap: 12px;
	min-height: 178px;
	padding: 22px;
	border: 1px solid rgba(184, 134, 11, 0.12);
	border-radius: 24px;
	background: linear-gradient(180deg, #ffffff 0%, #fbf8f2 100%);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.05);
	color: var(--stwc-text);
	text-decoration: none;
	transition: box-shadow 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-card:hover,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-card:focus-visible {
	border-color: rgba(184, 134, 11, 0.24);
	box-shadow: 0 24px 42px rgba(0, 0, 0, 0.08);
	color: var(--stwc-text);
	transform: translateY(-3px);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-card--logout {
	border-color: rgba(185, 28, 28, 0.16);
	background: linear-gradient(180deg, #fffafa 0%, #fef2f2 100%);
	color: #b91c1c;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-card--logout:hover,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-card--logout:focus-visible {
	border-color: rgba(185, 28, 28, 0.28);
	color: #991b1b;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: rgba(184, 134, 11, 0.1);
	color: var(--stwc-accent-deep);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}


.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__section-link--logout {
	background: rgba(185, 28, 28, 0.08);
	color: #b91c1c;
	box-shadow: none;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__section-link--logout:hover,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__section-link--logout:focus-visible {
	background: rgba(185, 28, 28, 0.14);
	color: #991b1b;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-card--logout .stwc-student-dashboard__account-icon {
	background: rgba(185, 28, 28, 0.1);
	color: #b91c1c;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-card strong {
	display: block;
	color: inherit;
	font-size: 1.08rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-card p {
	margin: 0;
	color: var(--stwc-text-soft);
	font-size: 14px;
	line-height: 1.55;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-card--logout p {
	color: rgba(185, 28, 28, 0.72);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-arrow {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 20px;
	color: currentColor;
	opacity: 0.58;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-card:hover .stwc-student-dashboard__account-arrow,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-card:focus-visible .stwc-student-dashboard__account-arrow {
	transform: translateX(3px);
}


.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-card.is-active {
	border-color: rgba(184, 134, 11, 0.28);
	background:
		radial-gradient(circle at top right, rgba(201, 168, 76, 0.13), transparent 34%),
		linear-gradient(180deg, #fffdf7 0%, #f5ecd9 100%);
	box-shadow: 0 22px 38px rgba(155, 118, 39, 0.1);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-content {
	margin-top: 24px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-back,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-edit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 42px;
	padding: 10px 14px;
	border: 1px solid rgba(184, 134, 11, 0.16);
	border-radius: 14px;
	background: rgba(184, 134, 11, 0.08);
	color: var(--stwc-accent-deep);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-back {
	margin-bottom: 18px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-back:hover,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-back:focus-visible,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-edit:hover,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-edit:focus-visible {
	background: rgba(184, 134, 11, 0.14);
	color: var(--stwc-accent-deep);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-panel {
	padding: 26px;
	border: 1px solid rgba(184, 134, 11, 0.12);
	border-radius: 28px;
	background: linear-gradient(180deg, #ffffff 0%, #fbf8f2 100%);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.05);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-panel-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-panel-head span {
	color: var(--stwc-accent-deep);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-panel-head h3 {
	margin: 6px 0 0;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	color: var(--stwc-text);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__orders-list,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__details-list {
	display: grid;
	gap: 12px;
	margin: 0;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__order-row,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__details-list div,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-card {
	display: grid;
	gap: 8px;
	padding: 18px;
	border: 1px solid rgba(184, 134, 11, 0.1);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.72);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__order-row {
	grid-template-columns: 1.3fr 1fr 1fr;
	align-items: center;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__order-row span,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__details-list dt {
	display: block;
	margin: 0 0 5px;
	color: var(--stwc-text-soft);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__order-row strong,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__details-list dd {
	margin: 0;
	color: var(--stwc-text);
	font-size: 15px;
	font-weight: 800;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-card h4 {
	margin: 0;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--stwc-text);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-card address,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-empty p {
	margin: 0;
	color: var(--stwc-text-soft);
	font-size: 14px;
	font-style: normal;
	line-height: 1.65;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-form .form-row {
	display: grid;
	gap: 7px;
	margin: 0;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-form .form-row-wide,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-form button[type="submit"] {
	grid-column: 1 / -1;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-form label {
	color: var(--stwc-text);
	font-size: 13px;
	font-weight: 800;
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-form input,
.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-form select {
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid rgba(184, 134, 11, 0.16);
	border-radius: 14px;
	background: #fff;
	color: var(--stwc-text);
}

.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-form button[type="submit"] {
	border: 0;
	cursor: pointer;
}

@media (max-width: 1180px) {
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-grid,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-grid,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__order-row,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-form {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 860px) {
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__sidebar {
		position: relative;
		width: 100%;
		height: auto;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__sidebar {
		padding: 24px 16px;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__main {
		margin-left: 0;
		padding-top: 0;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__canvas {
		padding: 32px 20px;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__welcome {
		margin-bottom: 36px;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__stats-grid,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-meta,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__grid {
		grid-template-columns: 1fr;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__section-header {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* ── Course View – wide campus lesson shell ────────────────────────── */

.stwc-course-view {
	width: min(100%, calc(100vw - 20px));
	max-width: none;
	margin: 0 auto;
	padding: 0 10px 42px;
}

.stwc-course-view__back {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 10px;
	padding: 0 6px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.stwc-course-view__back svg {
	flex-shrink: 0;
}

.stwc-course-view__container {
	border: 1px solid var(--stwc-border);
	border-radius: 34px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.stwc-course-view__hero,
.stwc-course-view__block,
.stwc-course-view__curriculum {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.stwc-course-view__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: 16px 36px;
	padding: 40px 44px 34px;
	border-bottom: 1px solid var(--stwc-border);
	background:
		radial-gradient(circle at top right, rgba(201, 168, 76, 0.12), transparent 28%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 245, 235, 0.92));
	color: var(--stwc-text);
}

.stwc-course-view__hero > :not(.stwc-course-view__progress) {
	grid-column: 1;
}

.stwc-course-view__hero h1 {
	margin: 0;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	font-weight: 800;
	line-height: 0.98;
	text-transform: none;
	letter-spacing: -0.05em;
	color: var(--stwc-text);
}

.stwc-course-view__eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(184, 134, 11, 0.1);
	color: var(--stwc-accent-deep);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.16em;
}

.stwc-course-view__highlight {
	margin: 0;
	max-width: 760px;
	font-size: 16px;
	line-height: 1.7;
	color: var(--stwc-text-soft);
}

.stwc-course-view__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.stwc-course-view__meta li {
	display: contents;
}

.stwc-course-view .stwc-course-view__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(184, 134, 11, 0.08);
	font-size: 12px;
	font-weight: 700;
	color: var(--stwc-accent-deep);
	text-transform: none;
	letter-spacing: 0;
}

.stwc-course-view__meta-item svg {
	color: var(--stwc-accent-deep);
	flex-shrink: 0;
}

.stwc-course-view__progress {
	display: grid;
	gap: 10px;
	grid-column: 2;
	grid-row: 1 / span 4;
	align-self: stretch;
	margin-top: 0;
	padding: 22px;
	border: 1px solid rgba(184, 134, 11, 0.12);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.04);
}

/* ── Learn section ── */

.stwc-course-view__block {
	padding: 34px 44px;
	border-bottom: 1px solid var(--stwc-border);
}

.stwc-course-view__block h2,
.stwc-course-view__section-header h2 {
	margin: 0 0 18px;
	font-size: clamp(1.4rem, 2vw, 1.9rem);
	line-height: 1.3;
	text-transform: none;
	letter-spacing: -0.03em;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-weight: 800;
	color: var(--stwc-text);
}

.stwc-course-view__learn-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.stwc-course-view__learn-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 18px;
	border: 1px solid rgba(184, 134, 11, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.72);
}

.stwc-course-view__learn-item svg {
	flex-shrink: 0;
	margin-top: 1px;
	color: var(--stwc-accent-deep);
}

.stwc-course-view__learn-item span {
	font-size: 14px;
	line-height: 1.55;
	color: var(--stwc-text);
}

/* ── Requirements ── */

.stwc-course-view__requirements ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.stwc-course-view__requirements li {
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	line-height: 1.75;
	color: var(--stwc-text);
}

.stwc-course-view__requirements li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--stwc-accent);
}

.stwc-course-view__requirements li + li {
	margin-top: 8px;
}

/* ── Curriculum ── */

.stwc-course-view__curriculum {
	padding: 34px 44px 42px;
}

.stwc-course-view__section-header p {
	margin: 0 0 20px;
	font-size: 14px;
	color: var(--stwc-text-soft);
}

.stwc-course-view__module {
	margin-top: 14px;
	border: 1px solid var(--stwc-border);
	border-radius: 20px;
	overflow: hidden;
	background: transparent;
}

.stwc-course-view__module:first-of-type {
	margin-top: 0;
}

.stwc-course-view__module summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 18px 22px;
	background: var(--stwc-surface-soft);
	border: 0;
	cursor: pointer;
	list-style: none;
	box-shadow: none;
}

.stwc-course-view__module summary::-webkit-details-marker {
	display: none;
}

.stwc-course-view__module-head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.stwc-course-view__module-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: linear-gradient(180deg, var(--stwc-accent-bright), var(--stwc-accent));
	color: var(--stwc-button-text);
	font-size: 13px;
	font-weight: 700;
	flex-shrink: 0;
}

.stwc-course-view__module summary .stwc-course-view__module-head > span:not(.stwc-course-view__module-num) {
	font-weight: 700;
	font-size: 16px;
	color: var(--stwc-text);
}

.stwc-course-view__module summary > strong {
	font-size: 13px;
	font-weight: 500;
	color: var(--stwc-text-soft);
	white-space: nowrap;
}

/* ── Lessons ── */

.stwc-course-view__lessons {
	margin: 0;
	padding: 0;
	list-style: none;
}

.stwc-course-view__lesson {
	display: grid;
	gap: 16px;
	padding: 22px 22px 22px 22px;
	border-top: 1px solid var(--stwc-border);
}

.stwc-course-view__lesson-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 18px;
}

.stwc-course-view__lesson-copy {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	min-width: 0;
	padding-right: 12px;
}

.stwc-course-view__lesson-text {
	display: grid;
	gap: 4px;
}

.stwc-course-view__play-icon {
	color: var(--stwc-accent-deep);
	flex-shrink: 0;
}

.stwc-course-view__lesson-copy strong {
	font-size: 14px;
	font-weight: 500;
	color: var(--stwc-text);
}

.stwc-course-view__lesson-description {
	font-size: 13px;
	line-height: 1.65;
	color: var(--stwc-text-soft);
}

.stwc-course-view__lesson-materials {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.stwc-course-view__lesson-meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
}

.stwc-course-view__lesson-media {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.stwc-course-view__embed {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	background: #0e0e11;
	box-shadow: 0 20px 40px rgba(18, 24, 38, 0.14);
}

.stwc-course-view__embed iframe,
.stwc-course-view__embed video,
.stwc-course-view__embed .wp-video,
.stwc-course-view__embed .mejs-container {
	display: block;
	width: 100% !important;
	max-width: 100%;
}

.stwc-course-view__embed iframe,
.stwc-course-view__embed video {
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
	background: #0e0e11;
}

.stwc-course-view__embed .wp-video-shortcode,
.stwc-course-view__embed .mejs-container,
.stwc-course-view__embed .mejs-inner,
.stwc-course-view__embed .mejs-mediaelement,
.stwc-course-view__embed .mejs-layer,
.stwc-course-view__embed .mejs-overlay,
.stwc-course-view__embed .me-plugin,
.stwc-course-view__embed .mejs-mediaelement video {
	width: 100% !important;
	height: 100% !important;
}

.stwc-course-view__external-video {
	margin: 0;
	text-align: center;
}

.stwc-course-view__external-video a {
	color: var(--stwc-accent-deep);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.stwc-course-view__external-video a:hover {
	text-decoration: underline;
}

.stwc-course-view__material {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	border: 1px solid var(--stwc-border);
	background: var(--stwc-panel-soft);
	color: var(--stwc-text);
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

.stwc-course-view__material:hover {
	color: var(--stwc-accent-deep);
	border-color: var(--stwc-accent-deep);
}

.stwc-course-view__lesson-end {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.stwc-course-view__lesson-time {
	font-size: 13px;
	color: var(--stwc-text-soft);
}

.stwc-course-view__watch {
	padding: 6px 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
}

.stwc-course-view__toggle-complete {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 14px;
	border: 1px solid var(--stwc-border);
	border-radius: 999px;
	background: #fff;
	color: var(--stwc-text);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.stwc-course-view__toggle-complete.is-completed,
.stwc-course-view__lesson.is-completed .stwc-course-view__toggle-complete {
	border-color: rgba(80, 140, 92, 0.22);
	background: rgba(80, 140, 92, 0.12);
	color: #2f6f3c;
}

.stwc-course-view__lesson.is-completed {
	background: linear-gradient(180deg, rgba(80, 140, 92, 0.06), rgba(255, 255, 255, 0.96));
}

.stwc-course-view__progress-form {
	display: inline-flex;
}

/* ── Course View responsive ── */

@media (max-width: 640px) {
	.stwc-course-view {
		width: min(100%, calc(100vw - 8px));
		padding: 0 4px 24px;
	}

	.stwc-course-view__hero,
	.stwc-course-view__block,
	.stwc-course-view__curriculum {
		padding-left: 18px;
		padding-right: 18px;
	}

	.stwc-course-view__hero h1 {
		font-size: 26px;
	}

	.stwc-course-view__hero {
		grid-template-columns: 1fr;
	}

	.stwc-course-view__progress {
		grid-column: 1;
		grid-row: auto;
	}

	.stwc-course-view__learn-grid {
		grid-template-columns: 1fr;
	}

	.stwc-course-view__lesson {
		padding-left: 18px;
		padding-right: 18px;
	}

	.stwc-course-view__lesson-top {
		flex-direction: column;
		align-items: stretch;
	}

	.stwc-course-view__lesson-meta {
		justify-content: flex-start;
	}
}

/* ── Course View – Academy lesson interface ───────────────────────── */

.stwc-site-shell.stwc-course-view-page .stwc-my-courses-template {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.stwc-site-shell.stwc-course-view-page .stwc-my-courses-template > .entry-content.wp-block-post-content {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent !important;
}

.stwc-course-view-page .stwc-course-view {
	--stwc-course-bg: #f7f5ef;
	--stwc-course-line: rgba(20, 31, 48, 0.1);
	--stwc-course-ink: #152235;
	--stwc-course-muted: #61708a;
	--stwc-course-gold: #b8860b;
	--stwc-course-gold-deep: #8f6800;
	--stwc-course-card: #ffffff;
	width: 100%;
	max-width: none;
	min-height: calc(100dvh - var(--stwc-campus-admin-offset));
	margin: 0;
	padding: 0;
	background:
		radial-gradient(circle at 28% 12%, rgba(184, 134, 11, 0.08), transparent 34%),
		var(--stwc-course-bg);
	color: var(--stwc-course-ink);
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.stwc-course-view__topbar {
	position: sticky;
	top: 0;
	z-index: 20;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	min-height: 80px;
	padding: 0 34px;
	border-bottom: 1px solid var(--stwc-course-line);
	background: rgba(250, 248, 242, 0.92);
	backdrop-filter: blur(18px);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.stwc-course-view__brand {
	color: var(--stwc-course-gold-deep) !important;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.04em;
	text-decoration: none;
	white-space: nowrap;
}

.stwc-course-view__crumbs {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
	color: var(--stwc-course-muted);
	font-size: 14px;
	font-weight: 700;
}

.stwc-course-view__crumbs > * {
	min-width: 0;
	white-space: nowrap;
}

.stwc-course-view__crumbs > * + *::before {
	content: "›";
	margin-right: 16px;
	color: #a9b2c0;
}

.stwc-course-view__crumbs strong {
	overflow: hidden;
	color: var(--stwc-course-gold-deep);
	text-overflow: ellipsis;
}

.stwc-course-view__back {
	margin: 0;
	padding: 0;
	color: var(--stwc-course-ink) !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.stwc-course-view__top-progress {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 9px 14px;
	border: 1px solid rgba(184, 134, 11, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.68);
	color: var(--stwc-course-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.stwc-course-view__top-progress strong {
	color: var(--stwc-course-gold-deep);
	font-size: 14px;
}

.stwc-course-view__actions {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
}

.stwc-course-view__action-icon {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	color: #1c304a;
}

.stwc-course-view__action-icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.stwc-course-view__avatar {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 3px;
	border: 2px solid rgba(184, 134, 11, 0.28);
	border-radius: 50%;
	background: #fff8ea;
	overflow: hidden;
}

.stwc-course-view__avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.stwc-course-view__learning-shell {
	display: grid;
	grid-template-columns: minmax(0, calc(100vw - 400px)) 400px;
	align-items: start;
	min-height: calc(100dvh - 80px);
}

.stwc-course-view__main {
	display: grid;
	gap: 48px;
	min-width: 0;
	padding: 40px 40px 56px;
}

.stwc-course-view__media-card {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 28px;
	background: #06080d;
	box-shadow: 0 28px 58px rgba(28, 30, 34, 0.14);
	overflow: hidden;
}

.stwc-course-view__media-card .stwc-course-view__embed,
.stwc-course-view__media-fallback,
.stwc-course-view__media-empty {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 0;
	background:
		radial-gradient(circle at center, rgba(184, 134, 11, 0.24), transparent 28%),
		linear-gradient(135deg, #080b12 0%, #111927 50%, #07090d 100%);
	box-shadow: none;
}

.stwc-course-view__media-card iframe,
.stwc-course-view__media-card video,
.stwc-course-view__media-card .wp-video,
.stwc-course-view__media-card .mejs-container {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
}

.stwc-course-view__media-card iframe,
.stwc-course-view__media-card video {
	aspect-ratio: auto;
	height: 100% !important;
	border: 0;
	object-fit: cover;
}

.stwc-course-view__media-fallback {
	position: relative;
	display: grid;
	place-items: center;
}

.stwc-course-view__media-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stwc-course-view__media-fallback::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.38));
}

.stwc-course-view__play-badge {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.stwc-course-view__play-badge::before {
	content: "";
	width: 0;
	height: 0;
	margin-left: 6px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 23px solid var(--stwc-course-gold-deep);
}

.stwc-course-view__media-empty {
	display: grid;
	place-items: center;
	color: rgba(255, 255, 255, 0.84);
	font-size: 18px;
	font-weight: 800;
}

.stwc-course-view__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: start;
	width: 100%;
	padding: 0 0 26px;
	border: 0;
	border-bottom: 1px solid var(--stwc-course-line);
	background: transparent;
	color: var(--stwc-course-ink);
	box-shadow: none;
}

.stwc-course-view__hero-copy {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.stwc-course-view__eyebrow {
	width: fit-content;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: var(--stwc-course-gold-deep);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.stwc-course-view__hero h1 {
	margin: 0;
	color: #070b12;
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: -0.06em;
	text-transform: none;
}

.stwc-course-view__current-lesson {
	margin: 2px 0 0;
	color: var(--stwc-course-ink);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
}

.stwc-course-view__current-module {
	margin: 0;
	color: var(--stwc-course-muted);
	font-size: 14px;
	font-weight: 700;
}

.stwc-course-view__highlight {
	max-width: 820px;
	margin: 4px 0 0;
	color: #50545b;
	font-size: 15px;
	line-height: 1.55;
}

.stwc-course-view__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}

.stwc-course-view .stwc-course-view__meta-item {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border: 1px solid rgba(184, 134, 11, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.68);
	color: var(--stwc-course-gold-deep);
	font-size: 12px;
	font-weight: 800;
}

.stwc-course-view__hero-action {
	padding-top: 10px;
}

.stwc-course-view__content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.95fr);
	gap: 30px;
	width: 100%;
}

.stwc-course-view__block {
	padding: 22px;
	border: 1px solid rgba(20, 31, 48, 0.06);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 18px 45px rgba(22, 23, 26, 0.06);
}

.stwc-course-view__block h2,
.stwc-course-view__section-header h2 {
	margin: 0 0 18px;
	color: var(--stwc-course-ink);
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.2;
	text-transform: none;
}

.stwc-course-view__learn-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

.stwc-course-view__learn-item {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.stwc-course-view__learn-item svg {
	width: 22px;
	height: 22px;
	margin-top: 1px;
	padding: 3px;
	border: 2px solid var(--stwc-course-gold);
	border-radius: 50%;
	color: var(--stwc-course-gold);
}

.stwc-course-view__learn-item span,
.stwc-course-view__requirements li,
.stwc-course-view__block p,
.stwc-course-view__block a {
	color: #332b22;
	font-size: 15px;
	line-height: 1.65;
}

.stwc-course-view__progress-card {
	align-self: start;
}

.stwc-course-view__progress-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 12px;
	color: var(--stwc-course-ink);
}

.stwc-course-view__progress-head strong {
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stwc-course-view__progress-head span {
	color: var(--stwc-course-gold-deep);
	font-size: 20px;
	font-weight: 800;
}

.stwc-course-view__progress-bar,
.stwc-student-course-card__progress-bar,
.stwc-student-dashboard__overall-progress-bar {
	height: 8px;
	border-radius: 999px;
	background: rgba(23, 23, 23, 0.13);
	overflow: hidden;
}

.stwc-course-view__progress-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--stwc-course-gold), #d6b257);
}

.stwc-course-view__progress-card p {
	margin: 14px 0 0;
	color: #332b22;
	font-size: 18px;
	font-weight: 700;
}

.stwc-course-view__intro,
.stwc-course-view__requirements,
.stwc-course-view__content-grid > .stwc-course-view__block:not(.stwc-course-view__learn):not(.stwc-course-view__progress-card) {
	grid-column: 1 / -1;
}

.stwc-course-view__requirements ul,
.stwc-course-view__block ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.stwc-course-view__requirements li {
	position: relative;
	padding-left: 18px;
}

.stwc-course-view__requirements li::before,
.stwc-course-view__block li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--stwc-course-gold);
}

.stwc-course-view__block li {
	position: relative;
	padding-left: 18px;
}

.stwc-course-view__curriculum {
	position: sticky;
	top: 80px;
	display: flex;
	flex-direction: column;
	height: calc(100dvh - 80px);
	padding: 26px 24px;
	border: 0;
	border-left: 1px solid var(--stwc-course-line);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: -18px 0 50px rgba(21, 25, 32, 0.05);
	overflow-y: auto;
}

.stwc-course-view__course-card {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	margin-bottom: 18px;
}

.stwc-course-view__course-thumb {
	display: grid;
	place-items: center;
	width: 70px;
	height: 70px;
	border-radius: 12px;
	background:
		radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.38), transparent 34%),
		linear-gradient(135deg, #d5b665, #8f6800);
	color: #ffffff;
	font-size: 24px;
	font-weight: 900;
	overflow: hidden;
}

.stwc-course-view__course-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stwc-course-view__course-card strong {
	display: block;
	color: var(--stwc-course-ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
}

.stwc-course-view__course-card span {
	display: block;
	margin-top: 4px;
	color: var(--stwc-course-muted);
	font-size: 13px;
	font-weight: 700;
}

.stwc-course-view__certificate {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	padding: 11px 14px;
	border: 1px solid var(--stwc-course-gold);
	border-radius: 10px;
	color: var(--stwc-course-gold-deep);
	font-size: 15px;
	font-weight: 800;
}

.stwc-course-view__section-header {
	margin-top: 0;
	padding-top: 20px;
	border-top: 1px solid var(--stwc-course-line);
}

.stwc-course-view__section-header p {
	margin: -10px 0 22px;
	color: #8793a5;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.stwc-course-view__module {
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

.stwc-course-view__module + .stwc-course-view__module {
	margin-top: 8px;
}

.stwc-course-view__module summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 4px;
	border-radius: 12px;
	background: transparent;
	color: var(--stwc-course-ink);
	cursor: pointer;
}

.stwc-course-view__module[open] summary {
	background: rgba(184, 134, 11, 0.08);
	box-shadow: inset 4px 0 0 var(--stwc-course-gold);
}

.stwc-course-view__module-head {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.stwc-course-view__module-num {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(184, 134, 11, 0.28);
	border-radius: 50%;
	background: #fff;
	color: var(--stwc-course-gold-deep);
	font-size: 12px;
	font-weight: 900;
}

.stwc-course-view__module summary .stwc-course-view__module-head > span:not(.stwc-course-view__module-num) {
	overflow: hidden;
	color: var(--stwc-course-ink);
	font-size: 15px;
	font-weight: 850;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stwc-course-view__module summary > strong {
	color: #8793a5;
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}

.stwc-course-view__lessons {
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 4px 0 12px 40px;
	list-style: none;
}

.stwc-course-view__lesson {
	display: block;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: transparent;
}

.stwc-course-view__lesson.is-current {
	background: rgba(184, 134, 11, 0.07);
}

.stwc-course-view__lesson.is-completed {
	background: transparent;
}

.stwc-course-view__lesson-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	padding: 7px 10px;
}

.stwc-course-view__lesson-copy {
	display: grid;
	gap: 6px;
	align-items: start;
	min-width: 0;
	padding: 0;
}

.stwc-course-view__lesson-link {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	min-width: 0;
	color: inherit;
	text-decoration: none;
}

.stwc-course-view__lesson-link:hover .stwc-course-view__lesson-text strong,
.stwc-course-view__lesson-link:focus .stwc-course-view__lesson-text strong {
	color: var(--stwc-course-gold-deep);
}

.stwc-course-view__play-icon {
	width: 16px;
	height: 16px;
	margin-top: 2px;
	border: 1.5px solid #7a89a2;
	border-radius: 50%;
	color: var(--stwc-course-gold-deep);
}

svg.stwc-course-view__play-icon {
	padding: 2px;
	border-color: var(--stwc-course-gold);
}

.stwc-course-view__lesson.is-completed .stwc-course-view__play-icon {
	border-color: #21b85b;
	color: #21b85b;
}

.stwc-course-view__lesson-text {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.stwc-course-view__lesson-copy strong {
	overflow: hidden;
	color: #304059;
	font-size: 14px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stwc-course-view__lesson.is-current .stwc-course-view__lesson-copy strong {
	color: var(--stwc-course-gold-deep);
}

.stwc-course-view__lesson-description,
.stwc-course-view__lesson-time {
	color: #6c7890;
	font-size: 12px;
	line-height: 1.4;
}

.stwc-course-view__lesson-materials {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 4px;
}

.stwc-course-view__material {
	padding: 3px 8px;
	border: 1px solid rgba(184, 134, 11, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	color: var(--stwc-course-gold-deep);
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
}

.stwc-course-view__lesson-meta {
	display: flex;
	align-items: center;
	gap: 8px;
}

.stwc-course-view__progress-form {
	display: inline-flex;
	margin: 0;
}

.stwc-course-view__toggle-complete {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(180deg, #a87900, #7c5800);
	color: #fff !important;
	box-shadow: 0 10px 20px rgba(122, 83, 0, 0.18);
	cursor: pointer;
	font-weight: 850;
}

.stwc-course-view__toggle-complete:hover {
	background: linear-gradient(180deg, #bd8c0c, #835d00);
	color: #fff !important;
}

.stwc-course-view__toggle-complete.is-completed {
	background: #eef8f1;
	color: #227b3d !important;
	box-shadow: inset 0 0 0 1px rgba(34, 123, 61, 0.18);
}

.stwc-course-view__toggle-complete--hero {
	min-width: 210px;
	padding: 14px 22px;
	border-radius: 14px;
	font-size: 14px;
}

.stwc-course-view__toggle-complete--compact {
	width: 24px;
	height: 24px;
	padding: 0;
	border-radius: 50%;
	font-size: 0;
	box-shadow: inset 0 0 0 1px rgba(184, 134, 11, 0.22);
}

.stwc-course-view__toggle-complete--compact::before {
	content: "";
	width: 7px;
	height: 12px;
	margin-top: -2px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
}

@media (max-width: 1180px) {
	.stwc-course-view__topbar {
		grid-template-columns: 1fr auto;
		gap: 16px;
		padding: 16px 22px;
	}

	.stwc-course-view__brand {
		display: none;
	}

	.stwc-course-view__learning-shell {
		grid-template-columns: 1fr;
	}

	.stwc-course-view__curriculum {
		position: relative;
		top: auto;
		height: auto;
		border-left: 0;
		border-top: 1px solid var(--stwc-course-line);
	}
}

@media (max-width: 760px) {
	.stwc-course-view__topbar {
		position: relative;
		grid-template-columns: 1fr;
		align-items: start;
		min-height: 0;
	}

	.stwc-course-view__crumbs {
		flex-wrap: wrap;
		gap: 8px;
	}

	.stwc-course-view__crumbs > * + *::before {
		margin-right: 8px;
	}

	.stwc-course-view__main {
		padding: 20px;
		gap: 24px;
	}

	.stwc-course-view__media-card {
		border-radius: 20px;
	}

	.stwc-course-view__hero,
	.stwc-course-view__content-grid {
		grid-template-columns: 1fr;
	}

	.stwc-course-view__hero h1 {
		font-size: 34px;
	}

	.stwc-course-view__toggle-complete--hero {
		width: 100%;
		min-width: 0;
	}

	.stwc-course-view__curriculum {
		padding: 24px 20px;
	}
}

/* ── Course View – source design lock ─────────────────────────────── */

.stwc-course-view-page .stwc-course-view {
	--stwc-course-bg: #f9f7f2;
	--stwc-course-gold: #b38b2d;
	--stwc-course-gold-dark: #795900;
	--stwc-course-text: #1a1c1c;
	--stwc-course-muted: #5e5e5b;
	--stwc-course-line: #e5e5e5;
	--stwc-course-soft-line: #f1f5f9;
	min-height: calc(100dvh - var(--stwc-campus-admin-offset));
	background: var(--stwc-course-bg);
	color: var(--stwc-course-text);
	font-family: Inter, "Plus Jakarta Sans", system-ui, sans-serif;
}

.stwc-course-view-page,
.stwc-course-view-page .wp-site-blocks,
.stwc-course-view-page #page,
.stwc-course-view-page .stwc-my-courses-template,
.stwc-course-view-page .stwc-my-courses-template > .entry-content.wp-block-post-content {
	background: transparent !important;
}

.stwc-course-view-page .stwc-course-view__topbar {
	position: sticky;
	top: 0;
	z-index: 50;
	display: block;
	min-height: 64px;
	padding: 0;
	border-bottom: 1px solid var(--stwc-course-line);
	background: var(--stwc-course-bg);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
	backdrop-filter: none;
}

.stwc-course-view__topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	max-width: 1280px;
	height: 64px;
	margin: 0 auto;
	padding: 0 32px;
	box-sizing: border-box;
}

.stwc-course-view-page .stwc-course-view__brand {
	display: inline-flex;
	align-items: center;
	color: var(--stwc-course-gold) !important;
	font-family: Manrope, "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	text-decoration: none;
}

.stwc-course-view-page .stwc-course-view__crumbs {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
	margin-right: auto;
	color: #64748b;
	font-family: Manrope, "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.stwc-course-view-page .stwc-course-view__crumbs > * + *::before {
	content: "›";
	margin-right: 16px;
	color: #cbd5e1;
}

.stwc-course-view-page .stwc-course-view__crumbs strong {
	overflow: hidden;
	color: var(--stwc-course-gold);
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stwc-course-view-page .stwc-course-view__back {
	color: #1e293b !important;
	font-size: 14px;
	font-weight: 700;
}

.stwc-course-view-page .stwc-course-view__actions {
	gap: 16px;
	color: #475569;
}

.stwc-course-view-page .stwc-course-view__action-icon {
	width: 24px;
	height: 24px;
	color: #475569;
	transition: color 0.18s ease;
}

.stwc-course-view-page .stwc-course-view__action-icon:hover {
	color: var(--stwc-course-gold);
}

.stwc-course-view-page .stwc-course-view__action-icon svg {
	width: 24px;
	height: 24px;
}

.stwc-course-view-page .stwc-course-view__avatar {
	width: 32px;
	height: 32px;
	padding: 0;
	border: 2px solid #ffdf9f;
	background: #ffffff;
}

.stwc-course-view-page .stwc-course-view__learning-shell {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
	max-width: 100%;
	min-height: calc(100dvh - 64px);
	margin: 0;
	padding: 24px;
	box-sizing: border-box;
}

/* ── Course view inside dashboard sidebar layout ── */

.stwc-student-dashboard .stwc-course-view {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.stwc-student-dashboard .stwc-course-view__learning-shell {
	min-height: 0;
	padding: 20;
	max-width: none;
	box-sizing: border-box;
}

.stwc-student-dashboard .stwc-course-view__main {
	padding: 24px 24px 32px;
}

@media (max-width: 1080px) {
	.stwc-student-dashboard .stwc-course-view__learning-shell {
		flex-direction: column;
	}
}

.stwc-course-view-page .stwc-course-view__main {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 8px;
	min-width: 0;
	width: auto;
	padding: 0;
	background: transparent !important;
}

.stwc-course-view-page .stwc-course-view__media-card {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 1px solid rgba(179, 139, 45, 0.1);
	border-radius: 24px;
	background: #000000;
	box-shadow: 0 10px 40px rgba(60, 56, 48, 0.06);
	overflow: hidden;
}

.stwc-course-view-page .stwc-course-view__media-card .stwc-course-view__embed,
.stwc-course-view-page .stwc-course-view__media-fallback,
.stwc-course-view-page .stwc-course-view__media-empty {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	background: #000000;
}

.stwc-course-view-page .stwc-course-view__media-card iframe,
.stwc-course-view-page .stwc-course-view__media-card video,
.stwc-course-view-page .stwc-course-view__media-card .wp-video,
.stwc-course-view-page .stwc-course-view__media-card .mejs-container {
	width: 100% !important;
	height: 100% !important;
}

.stwc-course-view-page .stwc-course-view__media-card iframe,
.stwc-course-view-page .stwc-course-view__media-card video,
.stwc-course-view-page .stwc-course-view__media-image {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.stwc-course-view-page .stwc-course-view__media-fallback::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.06));
}

.stwc-course-view-page .stwc-course-view__play-badge {
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--stwc-course-gold-dark);
	transition: transform 0.18s ease;
}

.stwc-course-view-page .stwc-course-view__play-badge:hover {
	transform: scale(1.1);
}

.stwc-course-view-page .stwc-course-view__hero {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	padding: 32px 0 12px;
	border: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.stwc-course-view-page .stwc-course-view__hero-copy {
	display: block;
	max-width: 672px;
}

.stwc-course-view-page .stwc-course-view__hero h1 {
	margin: 0;
	color: var(--stwc-course-text);
	font-family: Manrope, "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.2;
}

.stwc-course-view-page .stwc-course-view__highlight {
	max-width: 672px;
	margin: 8px 0 0;
	color: var(--stwc-course-muted);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.stwc-course-view-page .stwc-course-view__hero-action {
	flex-shrink: 0;
	margin-left: auto;
	padding-top: 0;
}

.stwc-course-view-page .stwc-course-view__toggle-complete {
	background: var(--stwc-course-gold-dark);
	color: #ffffff !important;
	box-shadow: 0 4px 6px rgba(60, 56, 48, 0.14);
	font-family: Manrope, "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 700;
	transition: background 0.18s ease;
}

.stwc-course-view-page .stwc-course-view__toggle-complete:hover {
	background: var(--stwc-course-gold);
}

.stwc-course-view-page .stwc-course-view__toggle-complete--hero {
	min-width: 0;
	padding: 12px 24px;
	border-radius: 12px;
	white-space: nowrap;
}

.stwc-course-view-page .stwc-course-view__hero + .stwc-course-view__content-grid {
	padding-top: 12px;
	border-top: 1px solid #e2e8f0;
}

.stwc-course-view-page .stwc-course-view__content-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
}

.stwc-course-view-page .stwc-course-view__block,
.stwc-course-view-page .stwc-course-view__progress-card {
	padding: 32px;
	border: 1px solid #f8fafc;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 10px 40px rgba(60, 56, 48, 0.06);
}

.stwc-course-view-page .stwc-course-view__block h2,
.stwc-course-view-page .stwc-course-view__section-header h2 {
	margin: 0 0 16px;
	color: var(--stwc-course-text);
	font-family: Manrope, "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
}

.stwc-course-view-page .stwc-course-view__learn {
	grid-column: 1;
	grid-row: 1 / span 2;
}

.stwc-course-view-page .stwc-course-view__progress-card {
	grid-column: 2;
	grid-row: 1;
	align-self: start;
	padding: 24px;
}

.stwc-course-view-page .stwc-course-view__streak-card {
	grid-column: 2;
	grid-row: 2;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 24px;
	border: 1px solid rgba(179, 139, 45, 0.1);
	border-radius: 12px;
	background: #fff9eb;
}

.stwc-course-view-page .stwc-course-view__streak-card > span {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	border-radius: 999px;
	background: #ffffff;
	color: var(--stwc-course-gold);
	box-shadow: 0 1px 2px rgba(60, 56, 48, 0.08);
}

.stwc-course-view-page .stwc-course-view__streak-card svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.stwc-course-view-page .stwc-course-view__streak-card strong {
	display: block;
	color: var(--stwc-course-gold-dark);
	font-family: Manrope, "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.stwc-course-view-page .stwc-course-view__streak-card p {
	margin: 0;
	color: rgba(121, 89, 0, 0.7);
	font-size: 12px;
	line-height: 1.4;
}

.stwc-course-view-page .stwc-course-view__learn-grid {
	display: grid;
	gap: 16px;
}

.stwc-course-view-page .stwc-course-view__learn-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.stwc-course-view-page .stwc-course-view__learn-item svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin: 0;
	padding: 0;
	border: 0;
	color: var(--stwc-course-gold);
}

.stwc-course-view-page .stwc-course-view__learn-item span,
.stwc-course-view-page .stwc-course-view__block p,
.stwc-course-view-page .stwc-course-view__block a,
.stwc-course-view-page .stwc-course-view__requirements li {
	color: #4e4637;
	font-size: 14px;
	line-height: 1.4;
}

.stwc-course-view-page .stwc-course-view__progress-head {
	align-items: flex-end;
	margin-bottom: 8px;
}

.stwc-course-view-page .stwc-course-view__progress-head strong {
	color: var(--stwc-course-muted);
	font-family: Inter, system-ui, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.stwc-course-view-page .stwc-course-view__progress-head span {
	color: var(--stwc-course-gold-dark);
	font-family: Manrope, "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.stwc-course-view-page .stwc-course-view__progress-bar {
	height: 8px;
	background: #e1dfdb;
}

.stwc-course-view-page .stwc-course-view__progress-bar span {
	background: var(--stwc-course-gold);
}

.stwc-course-view-page .stwc-course-view__progress-card p {
	margin: 8px 0 0;
	color: #4e4637;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

.stwc-course-view-page .stwc-course-view__intro,
.stwc-course-view-page .stwc-course-view__requirements,
.stwc-course-view-page .stwc-course-view__content-grid > .stwc-course-view__block:not(.stwc-course-view__learn):not(.stwc-course-view__progress-card) {
	grid-column: 1 / -1;
}

.stwc-course-view-page .stwc-course-view__curriculum {
	position: sticky;
	top: var(--stwc-campus-admin-offset, 0px);
	align-self: flex-start;
	display: flex;
	flex-direction: column;
	flex: 0 0 320px;
	width: 320px;
	min-width: 320px;
	max-height: calc(100dvh - var(--stwc-campus-admin-offset, 0px) - 24px);
	padding: 0;
	border: 1px solid var(--stwc-course-line);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 10px 40px rgba(60, 56, 48, 0.06);
	overflow: hidden;
}

.stwc-course-view-page .stwc-course-view__course-card {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	margin: 0;
	padding: 24px 24px 16px;
	border-bottom: 1px solid #f1f5f9;
}

.stwc-course-view-page .stwc-course-view__course-thumb {
	width: 56px;
	height: 56px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f1f5f9;
	color: var(--stwc-course-gold);
	font-size: 13px;
}

.stwc-course-view-page .stwc-course-view__course-card strong {
	color: #0f172a;
	font-family: Manrope, "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.stwc-course-view-page .stwc-course-view__course-card span {
	color: #64748b;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}

.stwc-course-view-page .stwc-course-view__certificate {
	display: flex;
	justify-content: center;
	margin: 0 24px 24px;
	padding: 8px 12px;
	border: 1px solid var(--stwc-course-gold);
	border-radius: 8px;
	background: #ffffff;
	color: var(--stwc-course-gold);
	font-family: Manrope, "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.stwc-course-view-page .stwc-course-view__section-header {
	margin: 0;
	padding: 24px 24px 10px;
	border-top: 0;
}

.stwc-course-view-page .stwc-course-view__section-header h2 {
	margin: 0 0 8px;
	color: #0f172a;
	font-size: 18px;
	font-weight: 800;
}

.stwc-course-view-page .stwc-course-view__section-header p {
	margin: 0;
	color: #94a3b8;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
}

.stwc-course-view-page .stwc-course-view__module {
	padding: 4px 8px;
}

.stwc-course-view-page .stwc-course-view__module summary {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	border-radius: 8px;
	background: transparent;
	color: #475569;
	box-shadow: none;
}

.stwc-course-view-page .stwc-course-view__module[open] summary {
	background: #fff9eb;
	color: var(--stwc-course-gold);
	box-shadow: inset -4px 0 0 var(--stwc-course-gold);
}

.stwc-course-view-page .stwc-course-view__module-head {
	gap: 12px;
}

.stwc-course-view-page .stwc-course-view__module-num {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	border: 1px solid #ffdf9f;
	background: #ffffff;
	color: var(--stwc-course-gold-dark);
	font-size: 12px;
	font-weight: 500;
}

.stwc-course-view-page .stwc-course-view__module summary .stwc-course-view__module-head > span:not(.stwc-course-view__module-num) {
	color: inherit;
	font-family: Manrope, "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.stwc-course-view-page .stwc-course-view__module summary > strong {
	margin-left: auto;
	color: #94a3b8;
	font-size: 10px;
	font-weight: 800;
}

.stwc-course-view-page .stwc-course-view__lessons {
	display: grid;
	gap: 4px;
	margin: 8px 0 0 40px;
	padding: 0;
}

.stwc-course-view-page .stwc-course-view__lesson-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
	padding: 8px;
	border-radius: 8px;
	color: #64748b;
}

.stwc-course-view-page .stwc-course-view__lesson.is-current .stwc-course-view__lesson-top {
	background: rgba(255, 249, 235, 0.5);
	color: var(--stwc-course-gold);
	font-weight: 700;
}

.stwc-course-view-page .stwc-course-view__lesson-copy {
	display: flex;
	align-items: center;
	gap: 8px;
}

.stwc-course-view-page .stwc-course-view__lesson-link {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.stwc-course-view-page .stwc-course-view__play-icon {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	margin: 0;
	border: 0;
	color: currentColor;
}

.stwc-course-view-page svg.stwc-course-view__play-icon {
	padding: 0;
	border: 0;
}

.stwc-course-view-page .stwc-course-view__lesson-copy strong {
	color: inherit;
	font-size: 12px;
	font-weight: inherit;
	line-height: 1.35;
}

.stwc-course-view-page .stwc-course-view__lesson-description,
.stwc-course-view-page .stwc-course-view__lesson-materials {
	display: none;
}

.stwc-course-view-page .stwc-course-view__lesson-time {
	color: #64748b;
	font-size: 10px;
	line-height: 1.4;
}

.stwc-course-view-page .stwc-course-view__toggle-complete--compact {
	width: 20px;
	height: 20px;
	background: var(--stwc-course-gold);
	color: #ffffff !important;
	font-size: 0;
	box-shadow: none;
}

.stwc-course-view-page .stwc-course-view__toggle-complete--compact::before {
	width: 5px;
	height: 9px;
}

@media (max-width: 1180px) {
	.stwc-course-view-page .stwc-course-view__learning-shell {
		flex-direction: column;
		align-items: stretch;
	}

	.stwc-course-view-page .stwc-course-view__main {
		width: 100%;
	}

	.stwc-course-view-page .stwc-course-view__curriculum {
		position: relative;
		top: auto;
		flex: 0 0 auto;
		width: 100%;
		min-width: 0;
		height: auto;
		border: 1px solid var(--stwc-course-line);
	}
}

@media (max-width: 760px) {
	.stwc-site-shell.stwc-course-view-page .stwc-student-dashboard__sidebar {
		position: relative;
		width: 100%;
		height: auto;
		overflow: visible;
	}

.stwc-site-shell.stwc-course-view-page .stwc-student-dashboard .stwc-course-view {
	margin-left: 0;
	min-height: auto;
	overflow: visible;
}

	.stwc-course-view__topbar-inner {
		height: auto;
		min-height: 64px;
		padding: 14px 20px;
	}

	.stwc-course-view-page .stwc-course-view__brand {
		display: none;
	}

	.stwc-course-view-page .stwc-course-view__crumbs {
		flex-wrap: wrap;
		gap: 8px;
	}

	.stwc-course-view-page .stwc-course-view__crumbs > * + *::before {
		margin-right: 8px;
	}

	.stwc-course-view-page .stwc-course-view__main {
		padding: 0;
	}

	.stwc-course-view-page .stwc-course-view__learning-shell {
		padding: 24px;
	}

	.stwc-course-view-page .stwc-course-view__hero,
	.stwc-course-view-page .stwc-course-view__content-grid {
		grid-template-columns: 1fr;
	}

	.stwc-course-view-page .stwc-course-view__hero {
		flex-direction: column;
	}

	.stwc-course-view-page .stwc-course-view__learn,
	.stwc-course-view-page .stwc-course-view__progress-card,
	.stwc-course-view-page .stwc-course-view__streak-card {
		grid-column: 1;
		grid-row: auto;
	}

	.stwc-course-view-page .stwc-course-view__toggle-complete--hero {
		width: 100%;
	}
}

/* ── Modernized Shop / Archive Page ── */

/* Breadcrumb */
.stwc-site-shell .woocommerce-breadcrumb,
.stwc-site-shell .wc-block-breadcrumbs {
	font-size: 12px !important;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--stwc-accent) !important;
	margin-bottom: 8px;
}

.stwc-site-shell .woocommerce-breadcrumb a,
.stwc-site-shell .wc-block-breadcrumbs a {
	color: var(--stwc-text-soft) !important;
	text-decoration: none;
	transition: color 0.2s ease;
}

.stwc-site-shell .woocommerce-breadcrumb a:hover,
.stwc-site-shell .wc-block-breadcrumbs a:hover {
	color: var(--stwc-accent) !important;
}

/* Page title */
.stwc-site-shell .page-title,
.stwc-site-shell .woocommerce-products-header__title,
.stwc-site-shell h1.page-title,
.stwc-site-shell h1.woocommerce-products-header__title,
.stwc-site-shell h1.wp-block-query-title {
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(42px, 5vw, 64px) !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase;
	color: var(--stwc-text) !important;
	margin: 0 0 12px !important;
	line-height: 1 !important;
	position: relative;
	padding-bottom: 20px;
}

.stwc-site-shell .page-title::after,
.stwc-site-shell .woocommerce-products-header__title::after,
.stwc-site-shell h1.wp-block-query-title::after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	margin-top: 16px;
	background: linear-gradient(90deg, var(--stwc-accent-bright), var(--stwc-accent));
	border-radius: 2px;
}

/* Results bar */
.stwc-site-shell .wp-block-group.alignwide.is-content-justification-space-between.is-nowrap.is-layout-flex {
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 0 24px !important;
	margin-bottom: 0 !important;
	border-bottom: 1px solid var(--stwc-border) !important;
}

.stwc-site-shell .woocommerce-result-count,
.stwc-site-shell .wc-block-product-results-count p {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.stwc-site-shell .woocommerce-ordering select,
.stwc-site-shell select.orderby,
.stwc-site-shell .wc-block-catalog-sorting select {
	padding: 12px 18px !important;
	border-radius: 12px !important;
	font-size: 13px !important;
	font-weight: 600;
	border: 1px solid var(--stwc-border) !important;
	background: var(--stwc-surface) !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
}

.stwc-site-shell .woocommerce-ordering select:hover,
.stwc-site-shell select.orderby:hover,
.stwc-site-shell .wc-block-catalog-sorting select:hover {
	border-color: var(--stwc-accent) !important;
	box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.08);
}

/* Product grid — Block-based + Classic */
.stwc-site-shell .wc-block-product-template,
.stwc-site-shell .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
	gap: 28px !important;
	margin-top: 32px !important;
}

.stwc-site-shell .wc-block-product-template::before,
.stwc-site-shell .wc-block-product-template::after,
.stwc-site-shell .woocommerce ul.products::before,
.stwc-site-shell .woocommerce ul.products::after {
	display: none !important;
}

/* Product card — Block-based + Classic */
.stwc-site-shell .wc-block-product-template li.product,
.stwc-site-shell .wc-block-product-template .wc-block-product,
.stwc-site-shell .woocommerce ul.products li.product {
	position: relative;
	display: flex !important;
	flex-direction: column;
	padding: 0 !important;
	border: 1px solid rgba(184, 134, 11, 0.12) !important;
	border-radius: 20px !important;
	background: #ffffff !important;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04) !important;
	overflow: hidden;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease;
	width: auto !important;
	margin: 0 !important;
	float: none !important;
	list-style: none;
}

.stwc-site-shell .wc-block-product-template li.product:hover,
.stwc-site-shell .woocommerce ul.products li.product:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 48px rgba(184, 134, 11, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06) !important;
	border-color: rgba(184, 134, 11, 0.28) !important;
}

/* Product image — Block-based */
.stwc-site-shell .wc-block-product-template li.product .wc-block-components-product-image,
.stwc-site-shell .wc-block-product-template li.product .wp-block-woocommerce-product-image {
	overflow: hidden;
	margin: 0 !important;
	position: relative;
}

.stwc-site-shell .wc-block-product-template li.product .wc-block-components-product-image a {
	display: block;
	overflow: hidden;
}

.stwc-site-shell .wc-block-product-template li.product .wc-block-components-product-image img,
.stwc-site-shell .woocommerce ul.products li.product a img {
	width: 100% !important;
	height: 260px !important;
	object-fit: cover !important;
	border-radius: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background:
		radial-gradient(circle at top center, rgba(184, 134, 11, 0.04), transparent 50%),
		linear-gradient(180deg, #faf8f5, #f0ece5) !important;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	display: block;
}

.stwc-site-shell .wc-block-product-template li.product:hover .wc-block-components-product-image img,
.stwc-site-shell .woocommerce ul.products li.product:hover a img {
	transform: scale(1.05);
}

/* Sale badge — Block-based */
.stwc-site-shell .wc-block-product-template li.product .wc-block-components-product-sale-badge,
.stwc-site-shell .wc-block-product-template li.product .onsale,
.stwc-site-shell .woocommerce span.onsale {
	position: absolute !important;
	top: 16px !important;
	right: 16px !important;
	left: auto !important;
	z-index: 2;
	padding: 7px 16px !important;
	border-radius: 8px !important;
	background: linear-gradient(135deg, var(--stwc-accent-bright), var(--stwc-accent)) !important;
	color: #ffffff !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 1.4 !important;
	min-height: auto !important;
	min-width: auto !important;
	margin: 0 !important;
	box-shadow: 0 4px 12px rgba(184, 134, 11, 0.3);
	border: none !important;
}

/* Card title — Block-based + Classic */
.stwc-site-shell .wc-block-product-template li.product h2.wp-block-post-title,
.stwc-site-shell .wc-block-product-template li.product .woocommerce-loop-product__title,
.stwc-site-shell .woocommerce ul.products li.product h2 {
	padding: 22px 22px 0 !important;
	margin: 0 !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase;
	color: var(--stwc-text) !important;
	line-height: 1.2 !important;
	text-align: left !important;
}

.stwc-site-shell .wc-block-product-template li.product h2.wp-block-post-title a {
	color: var(--stwc-text) !important;
	text-decoration: none !important;
}

.stwc-site-shell .wc-block-product-template li.product h2.wp-block-post-title a:hover {
	color: var(--stwc-accent) !important;
}

/* Course summary (meta tags) */
.stwc-site-shell .wc-block-product-template li.product .stwc-loop-course-summary,
.stwc-site-shell .woocommerce ul.products li.product .stwc-loop-course-summary {
	padding: 14px 22px 0 !important;
	margin: 0 !important;
}

.stwc-site-shell .wc-block-product-template li.product .stwc-loop-course-tag,
.stwc-site-shell .woocommerce ul.products li.product .stwc-loop-course-tag {
	background: rgba(184, 134, 11, 0.1) !important;
	color: var(--stwc-accent-deep) !important;
	font-size: 10px !important;
	font-weight: 800;
	letter-spacing: 0.1em;
	padding: 5px 12px !important;
	border-radius: 6px !important;
}

.stwc-site-shell .wc-block-product-template li.product .stwc-loop-course-meta li,
.stwc-site-shell .woocommerce ul.products li.product .stwc-loop-course-meta li {
	background: rgba(184, 134, 11, 0.05) !important;
	color: var(--stwc-text-soft) !important;
	font-size: 11px !important;
	font-weight: 600;
	padding: 5px 10px !important;
	border-radius: 6px !important;
	box-shadow: none !important;
	border: 1px solid rgba(184, 134, 11, 0.1);
}

/* Price — Block-based + Classic */
.stwc-site-shell .wc-block-product-template li.product .wp-block-woocommerce-product-price,
.stwc-site-shell .woocommerce ul.products li.product .price {
	padding: 16px 22px 0 !important;
	margin-top: auto !important;
	margin-bottom: 0 !important;
	text-align: left !important;
}

.stwc-site-shell .wc-block-product-template li.product .wc-block-components-product-price,
.stwc-site-shell .woocommerce ul.products li.product .price {
	font-family: "Plus Jakarta Sans", system-ui, sans-serif !important;
	font-size: 26px !important;
	font-weight: 800 !important;
	color: var(--stwc-accent-deep) !important;
	letter-spacing: -0.02em;
}

.stwc-site-shell .wc-block-product-template li.product .wc-block-components-product-price .woocommerce-Price-amount {
	color: var(--stwc-accent-deep) !important;
}

.stwc-site-shell .wc-block-product-template li.product .wc-block-components-product-price del {
	opacity: 0.4;
	font-size: 16px !important;
	font-weight: 500;
}

.stwc-site-shell .wc-block-product-template li.product .wc-block-components-product-price ins {
	text-decoration: none !important;
}

/* Divider above price */
.stwc-site-shell .wc-block-product-template li.product .wp-block-woocommerce-product-price::before,
.stwc-site-shell .woocommerce ul.products li.product .price::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	margin-bottom: 16px;
	background: linear-gradient(90deg, transparent, rgba(184, 134, 11, 0.18), transparent);
}

/* Add to cart button — Block-based + Classic */
.stwc-site-shell .wc-block-product-template li.product .wp-block-woocommerce-product-button {
	padding: 0 22px 22px !important;
	margin-top: 18px !important;
	margin-bottom: 0 !important;
	text-align: left !important;
}

.stwc-site-shell .wc-block-product-template li.product .wp-block-woocommerce-product-button .wp-element-button,
.stwc-site-shell .wc-block-product-template li.product .wp-block-woocommerce-product-button .wc-block-components-product-button__button,
.stwc-site-shell .woocommerce ul.products li.product a.button,
.stwc-site-shell .woocommerce ul.products li.product .add_to_cart_button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 !important;
	padding: 14px 24px !important;
	border-radius: 12px !important;
	background: linear-gradient(180deg, #1a1a1a, #0d0d0d) !important;
	color: #ffffff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12) !important;
	transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
	border: none !important;
}

.stwc-site-shell .wc-block-product-template li.product .wp-block-woocommerce-product-button .wp-element-button:hover,
.stwc-site-shell .wc-block-product-template li.product .wp-block-woocommerce-product-button .wc-block-components-product-button__button:hover,
.stwc-site-shell .woocommerce ul.products li.product a.button:hover,
.stwc-site-shell .woocommerce ul.products li.product .add_to_cart_button:hover {
	background: linear-gradient(180deg, var(--stwc-accent-bright), var(--stwc-accent)) !important;
	color: #ffffff !important;
	box-shadow: 0 10px 28px rgba(184, 134, 11, 0.25) !important;
	transform: translateY(-1px);
}

/* ── Shop page responsive ── */

@media (max-width: 640px) {
	.stwc-site-shell .wc-block-product-template,
	.stwc-site-shell .woocommerce ul.products {
		grid-template-columns: 1fr !important;
		gap: 20px !important;
	}

	.stwc-site-shell .wc-block-product-template li.product .wc-block-components-product-image img,
	.stwc-site-shell .woocommerce ul.products li.product a img {
		height: 200px !important;
	}

	.stwc-site-shell .page-title,
	.stwc-site-shell .woocommerce-products-header__title {
		font-size: 36px !important;
	}
}

@media (min-width: 641px) and (max-width: 900px) {
	.stwc-site-shell .wc-block-product-template,
	.stwc-site-shell .woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

/* ── Account login redesign ── */

.stwc-account-login-page .entry-title,
.stwc-account-login-page .wp-block-post-title,
.stwc-account-login-page .page-header {
	display: none;
}

.stwc-account-login-page,
.stwc-account-login-page .wp-site-blocks {
	min-height: 100dvh;
}

.stwc-account-login-page main,
.stwc-account-login-page .entry-content,
.stwc-account-login-page .wp-block-post-content {
	max-width: none !important;
	width: 100% !important;
	min-height: 100dvh;
	margin: 0 !important;
	padding: 0 !important;
}

body.stwc-account-login-page main.has-global-padding,
body.stwc-account-login-page main.wp-block-group.has-global-padding,
body.stwc-account-login-page .has-global-padding > .alignfull:where(:not(.has-global-padding):not(.is-layout-flex):not(.is-layout-grid)) {
	padding: 0 !important;
	margin: 0 !important;
}

.stwc-account-login-page {
	background:
		radial-gradient(circle at top left, rgba(201, 168, 76, 0.2), transparent 28%),
		radial-gradient(circle at right center, rgba(184, 134, 11, 0.12), transparent 26%),
		linear-gradient(180deg, #fffdf8 0%, #f6f0e4 100%);
	overflow: hidden;
}

.stwc-account-login-page .wp-site-blocks,
.stwc-account-login-page main,
.stwc-account-login-page .entry-content,
.stwc-account-login-page .wp-block-post-content {
	background: transparent;
}

.stwc-account-login-page .woocommerce {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	width: 100%;
	max-width: none !important;
}

.stwc-account-login-page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.stwc-account-login-page .is-layout-flow > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none;
}

body.stwc-account-login-page.woocommerce-account,
body.stwc-account-login-page.woocommerce-account .wp-site-blocks,
body.stwc-account-login-page.woocommerce-account main,
body.stwc-account-login-page.woocommerce-account .entry-content,
body.stwc-account-login-page.woocommerce-account .wp-block-post-content {
	overflow-x: hidden !important;
}

body.stwc-account-login-page.woocommerce-account .woocommerce {
	position: relative !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
	min-height: 100dvh !important;
	max-width: none !important;
	margin: 0 auto !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

/* ── Login Page — Centered Card ── */

.stwc-account-login-hero {
	width: 100%;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background:
		linear-gradient(180deg, rgba(15, 12, 8, 0.55) 0%, rgba(15, 12, 8, 0.45) 50%, rgba(15, 12, 8, 0.65) 100%),
		url('../images/fondo_inicio.png') center / cover no-repeat;
	box-sizing: border-box;
	font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
}

.stwc-account-login-hero__card {
	width: 100%;
	max-width: 440px;
	padding: 40px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
}

/* Brand / Logo */
.stwc-account-login-hero__brand {
	text-align: center;
	margin-bottom: 28px;
}

.stwc-account-login-hero__logo {
	color: #b8860b;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
}

.stwc-account-login-hero__logo span {
	color: #151515;
}

/* Headline */
.stwc-account-login-hero__headline {
	text-align: center;
	margin-bottom: 28px;
}

.stwc-account-login-hero__headline h1 {
	margin: 0 0 8px;
	color: #151515;
	font-size: 1.875rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.stwc-account-login-hero__headline p {
	margin: 0;
	color: #6b6257;
	font-size: 0.9375rem;
	line-height: 1.55;
}

/* Inline Notices */
.stwc-account-login-hero__notices {
	margin-bottom: 20px;
}

.stwc-account-login-hero__notices .woocommerce-error,
.stwc-account-login-hero__notices .woocommerce-message,
.stwc-account-login-hero__notices .woocommerce-info {
	border-radius: 12px;
	padding: 12px 16px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 0 0 12px;
	list-style: none;
}

.stwc-account-login-hero__notices .woocommerce-error {
	background: rgba(177, 15, 28, 0.06);
	border: 1px solid rgba(177, 15, 28, 0.15);
	color: #b10f1c;
}

.stwc-account-login-hero__notices .woocommerce-message {
	background: rgba(184, 134, 11, 0.08);
	border: 1px solid rgba(184, 134, 11, 0.2);
	color: #96700a;
}

.stwc-account-login-hero__notices .woocommerce-info {
	background: rgba(59, 130, 246, 0.06);
	border: 1px solid rgba(59, 130, 246, 0.15);
	color: #1d4ed8;
}

.stwc-account-login-hero__notices .woocommerce-error:last-child,
.stwc-account-login-hero__notices .woocommerce-message:last-child,
.stwc-account-login-hero__notices .woocommerce-info:last-child {
	margin-bottom: 0;
}

/* Form Layout */
.stwc-account-login-page .woocommerce form.login,
.stwc-account-login-page .woocommerce form.register {
	margin: 0;
	width: 100%;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.stwc-account-login-page .woocommerce form .form-row {
	margin: 0 0 20px;
	padding: 0;
}

.stwc-account-login-page .woocommerce form .form-row:last-of-type {
	margin-bottom: 0;
}

.stwc-account-login-page .woocommerce form label {
	display: block;
	margin-bottom: 8px;
	color: #3b352e;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.stwc-account-login-page .woocommerce form .password-input,
.stwc-account-login-page .woocommerce form input.input-text {
	width: 100%;
}

/* Inputs — Login & Register */
.stwc-account-login-page .woocommerce form input.input-text,
.stwc-account-login-page .woocommerce form input[type="text"],
.stwc-account-login-page .woocommerce form input[type="email"],
.stwc-account-login-page .woocommerce form input[type="password"] {
	min-height: 52px;
	padding: 0 16px;
	border: 1.5px solid #e8e2d9;
	border-radius: 14px;
	background: #faf8f5;
	color: #1a1a1a;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.9375rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	box-sizing: border-box;
}

.stwc-account-login-page .woocommerce form input.input-text:focus,
.stwc-account-login-page .woocommerce form input[type="text"]:focus,
.stwc-account-login-page .woocommerce form input[type="email"]:focus,
.stwc-account-login-page .woocommerce form input[type="password"]:focus {
	border-color: #b8860b;
	background: #ffffff;
	outline: none;
	box-shadow: 0 0 0 4px rgba(184, 134, 11, 0.1);
}

/* Password toggle */
.stwc-account-login-page .woocommerce .show-password-input,
.stwc-account-login-page .woocommerce .hide-password-input {
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	border-radius: 8px;
	background: transparent;
	color: #9a8a6e;
	font-size: 14px;
	cursor: pointer;
	opacity: 0.55;
	transition: opacity 0.15s ease;
}

.stwc-account-login-page .woocommerce .show-password-input:hover,
.stwc-account-login-page .woocommerce .hide-password-input:hover {
	opacity: 1;
}

/* Remember me */
.stwc-account-login-page .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 0;
}

.stwc-account-login-page .woocommerce-form-login .woocommerce-form-login__rememberme input {
	accent-color: #b8860b;
	width: 18px;
	height: 18px;
}

.stwc-account-login-page .woocommerce-form-login .woocommerce-form-login__rememberme span {
	color: #5d5344;
	font-size: 0.875rem;
	font-weight: 500;
}

/* Submit Button */
.stwc-account-login-page .woocommerce form.login .form-row button.woocommerce-form-login__submit,
.stwc-account-login-page .woocommerce form.login .form-row input[type="submit"],
.stwc-account-login-page .woocommerce form.register .form-row input[type="submit"] {
	width: 100%;
	min-height: 52px;
	padding: 0 26px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(180deg, #d7bb72 0%, #b8860b 100%);
	box-shadow: 0 8px 24px rgba(184, 134, 11, 0.22);
	color: #ffffff;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.stwc-account-login-page .woocommerce form.login .form-row button.woocommerce-form-login__submit:hover,
.stwc-account-login-page .woocommerce form.login .form-row input[type="submit"]:hover,
.stwc-account-login-page .woocommerce form.register .form-row input[type="submit"]:hover {
	background: linear-gradient(180deg, #e6cf93 0%, #c39318 100%);
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(184, 134, 11, 0.32);
}

/* Lost Password */
.stwc-account-login-page .woocommerce-LostPassword,
.stwc-account-login-page .lost_password {
	margin: 16px 0 0;
	text-align: center;
}

.stwc-account-login-page .woocommerce-LostPassword a,
.stwc-account-login-page .lost_password a {
	color: #b8860b;
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.stwc-account-login-page .woocommerce-LostPassword a:hover,
.stwc-account-login-page .lost_password a:hover {
	color: #96700a;
	text-decoration: underline;
}

/* Extra lost-password link inside card (rendered by PHP) */
.stwc-account-login-hero__lost-password {
	text-align: center;
	margin-top: 12px;
}

.stwc-account-login-hero__lost-password a {
	color: #b8860b;
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.stwc-account-login-hero__lost-password a:hover {
	color: #96700a;
	text-decoration: underline;
}

/* Divider */
.stwc-account-login-hero__divider {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 28px 0;
	color: #b8aea3;
	font-size: 0.8125rem;
	font-weight: 600;
}

.stwc-account-login-hero__divider::before,
.stwc-account-login-hero__divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #e8e2d9;
}

/* Registration CTA */
.stwc-account-login-hero__cta {
	text-align: center;
}

.stwc-account-login-hero__cta p {
	margin: 0;
	color: #6b6257;
	font-size: 0.875rem;
	line-height: 1.5;
}

.stwc-account-login-hero__cta a {
	color: #b8860b;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.2s ease;
}

.stwc-account-login-hero__cta a:hover {
	color: #96700a;
	text-decoration: underline;
}

/* Secondary CTA — Ghost Button */
.stwc-account-login-hero__secondary-cta {
	margin-top: 16px;
}

.stwc-account-login-hero__ghost-btn {
	display: block;
	width: 100%;
	padding: 14px 20px;
	border: 1.5px solid #e8e2d9;
	border-radius: 14px;
	background: transparent;
	color: #5d5344;
	font-size: 0.875rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
	box-sizing: border-box;
}

.stwc-account-login-hero__ghost-btn:hover {
	border-color: #b8860b;
	background: rgba(184, 134, 11, 0.04);
	color: #b8860b;
}

/* Register page columns */
.stwc-account-login-page .woocommerce .u-columns,
.stwc-account-login-page .woocommerce .col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin: 0;
}

.stwc-account-login-page .woocommerce .u-column1,
.stwc-account-login-page .woocommerce .u-column2,
.stwc-account-login-page .woocommerce .col-1,
.stwc-account-login-page .woocommerce .col-2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: none;
	width: 100%;
	margin: 0;
}

body.stwc-account-login-page .woocommerce .u-column1 > h2,
body.stwc-account-login-page .woocommerce .col-1 > h2 {
	display: none;
}

.stwc-account-login-page .woocommerce h2 {
	margin: 0 0 18px;
	color: #151515;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

/* Hide default WooCommerce top notices on login page (we move them inline) */
.stwc-account-login-page .woocommerce > .woocommerce-error,
.stwc-account-login-page .woocommerce > .woocommerce-info,
.stwc-account-login-page .woocommerce > .woocommerce-message,
.stwc-account-login-page .woocommerce > .woocommerce-notices-wrapper {
	display: none;
}

/* Hide cart widgets on login page */
.stwc-account-login-page .widget_shopping_cart,
.stwc-account-login-page .wc-block-mini-cart__drawer,
.stwc-account-login-page .wp-block-woocommerce-mini-cart,
.stwc-account-login-page .woocommerce-mini-cart,
.stwc-account-login-page .xoo-wsc-container,
.stwc-account-login-page .cart-widget,
.stwc-account-login-page .stwc-cart-icon {
	display: none !important;
}

/* ── Responsive ── */

@media (max-width: 980px) {
	.stwc-account-login-page .woocommerce .u-columns,
	.stwc-account-login-page .woocommerce .col2-set {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.stwc-account-login-hero {
		padding: 16px;
		align-items: flex-start;
		padding-top: 40px;
	}

	.stwc-account-login-hero__card {
		padding: 28px 24px;
		border-radius: 20px;
	}

	.stwc-account-login-hero__headline h1 {
		font-size: 1.625rem;
	}

	.stwc-account-login-page .woocommerce form input.input-text {
		min-height: 48px;
	}

	.stwc-account-login-page .woocommerce form.login .form-row button.woocommerce-form-login__submit,
	.stwc-account-login-page .woocommerce form.login .form-row input[type="submit"] {
		min-height: 48px;
	}
}

/* ── Reviews refresh ── */
.stwc-site-shell .woocommerce div.product .woocommerce-tabs .panel#tab-reviews {
	margin-top: 28px;
	padding: clamp(24px, 3vw, 40px);
	border: 1px solid rgba(184, 134, 11, 0.14);
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(215, 187, 114, 0.14), transparent 28%),
		linear-gradient(180deg, #fffdf9 0%, #fffaf2 100%);
	box-shadow: 0 24px 60px rgba(32, 24, 12, 0.08);
}

.stwc-site-shell .woocommerce #reviews #comments h2,
.stwc-site-shell .woocommerce #review_form_wrapper h3,
.stwc-site-shell .woocommerce #review_form #reply-title {
	margin: 0 0 18px;
	color: #151515;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 3.4vw, 3rem);
	line-height: 0.95;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.stwc-site-shell .woocommerce #reviews #comments ol.commentlist {
	display: grid;
	gap: 16px;
	margin: 24px 0 0;
	padding: 0;
}

.stwc-site-shell .woocommerce #reviews #comments ol.commentlist li.review {
	margin: 0;
	padding: 22px 24px;
	border: 1px solid rgba(184, 134, 11, 0.12);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 14px 30px rgba(32, 24, 12, 0.06);
}

.stwc-site-shell .woocommerce #reviews #comments .comment_container {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.stwc-site-shell .woocommerce #reviews #comments .avatar {
	width: 60px;
	height: 60px;
	border-radius: 999px;
	border: 2px solid rgba(184, 134, 11, 0.16);
}

.stwc-site-shell .woocommerce #reviews #comments .meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin-bottom: 10px;
	color: #6b6257;
	font-size: 0.92rem;
}

.stwc-site-shell .woocommerce #reviews #comments .meta strong {
	color: #151515;
	font-size: 1rem;
	letter-spacing: 0.02em;
}

.stwc-site-shell .woocommerce #reviews #comments .description p {
	margin: 0;
	color: #302922;
	line-height: 1.75;
}

.stwc-site-shell .woocommerce #review_form_wrapper {
	margin-top: 28px;
	padding: clamp(22px, 2.6vw, 34px);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(184, 134, 11, 0.12);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.stwc-site-shell .woocommerce #review_form .comment-form {
	display: grid;
	gap: 16px;
}

.stwc-site-shell .woocommerce #review_form .comment-form p {
	margin: 0;
}

.stwc-site-shell .woocommerce #review_form label {
	display: inline-block;
	margin-bottom: 8px;
	color: #3b352e;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stwc-site-shell .woocommerce #review_form input[type="text"],
.stwc-site-shell .woocommerce #review_form input[type="email"],
.stwc-site-shell .woocommerce #review_form textarea {
	width: 100%;
	min-height: 58px;
	padding: 16px 18px;
	border: 1px solid rgba(184, 134, 11, 0.18);
	border-radius: 18px;
	background: #fffdfa;
	color: #1a1a1a;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.stwc-site-shell .woocommerce #review_form textarea {
	min-height: 170px;
	resize: vertical;
}

.stwc-site-shell .woocommerce #review_form input[type="text"]:focus,
.stwc-site-shell .woocommerce #review_form input[type="email"]:focus,
.stwc-site-shell .woocommerce #review_form textarea:focus {
	border-color: rgba(184, 134, 11, 0.42);
	outline: none;
	box-shadow: 0 0 0 4px rgba(184, 134, 11, 0.12);
}

.stwc-site-shell .woocommerce #review_form .stars {
	display: inline-flex;
	gap: 6px;
	padding: 12px 14px;
	border: 1px solid rgba(184, 134, 11, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
}

.stwc-site-shell .woocommerce #review_form .stars a {
	color: #c39318;
	font-size: 1.2rem;
	text-decoration: none;
	transition: transform 0.15s ease, color 0.15s ease;
}

.stwc-site-shell .woocommerce #review_form .stars a:hover,
.stwc-site-shell .woocommerce #review_form .stars a.active {
	color: #8f6905;
	transform: translateY(-1px);
}

.stwc-site-shell .woocommerce #review_form .form-submit {
	margin-top: 6px;
}

.stwc-site-shell .woocommerce #review_form input#submit,
.stwc-site-shell .woocommerce #review_form button[type="submit"] {
	min-height: 54px;
	padding: 0 28px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(180deg, #d7bb72 0%, #b8860b 100%);
	box-shadow: 0 18px 34px rgba(184, 134, 11, 0.2);
	color: #fff;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stwc-site-shell .woocommerce #review_form input#submit:hover,
.stwc-site-shell .woocommerce #review_form button[type="submit"]:hover {
	background: linear-gradient(180deg, #e6cf93 0%, #c39318 100%);
	transform: translateY(-1px);
}

/* Unified CTA buttons */
.stwc-site-shell .woocommerce a.button:not(.wc-block-cart-item__remove-link):not(.restore-item),
.stwc-site-shell .woocommerce button.button:not(.wc-block-cart-item__remove-link):not(.wc-block-components-quantity-selector__button),
.stwc-site-shell .woocommerce input.button,
.stwc-site-shell .wp-element-button:not(.wc-block-cart-item__remove-link),
.stwc-site-shell .wc-block-components-button:not(.wc-block-cart-item__remove-link):not(.wc-block-components-quantity-selector__button):not(.wc-block-components-panel__button),
.stwc-site-shell .stwc-empty-state__button,
.stwc-site-shell .stwc-course-entry,
.stwc-site-shell .stwc-course-curriculum__preview,
.stwc-site-shell .stwc-course-view__watch,
.stwc-site-shell .stwc-student-course-card__button,
.stwc-site-shell .stwc-student-dashboard__hero-button,
.stwc-site-shell .stwc-student-dashboard__hero-inline,
.stwc-site-shell .stwc-student-dashboard__section-link,
.stwc-shell-header__button,
.stwc-home__nav-button,
.stwc-front-page .stwc-home__button,
.stwc-account-login-page .woocommerce form .form-row button:not(.show-password-input):not(.hide-password-input),
.stwc-account-login-page .woocommerce form .form-row input[type="submit"],
.stwc-site-shell .woocommerce #review_form input#submit,
.stwc-site-shell .woocommerce #review_form button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 28px;
	border: 0 !important;
	border-radius: 18px !important;
	background: linear-gradient(180deg, #1a1a1a, #0d0d0d) !important;
	color: #ffffff !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: 0.12em;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	box-shadow: 0 16px 34px rgba(15, 10, 2, 0.14) !important;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.stwc-site-shell .woocommerce a.button:not(.wc-block-cart-item__remove-link):not(.restore-item):hover,
.stwc-site-shell .woocommerce a.button:not(.wc-block-cart-item__remove-link):not(.restore-item):focus-visible,
.stwc-site-shell .woocommerce button.button:not(.wc-block-cart-item__remove-link):not(.wc-block-components-quantity-selector__button):hover,
.stwc-site-shell .woocommerce button.button:not(.wc-block-cart-item__remove-link):not(.wc-block-components-quantity-selector__button):focus-visible,
.stwc-site-shell .woocommerce input.button:hover,
.stwc-site-shell .woocommerce input.button:focus-visible,
.stwc-site-shell .wp-element-button:not(.wc-block-cart-item__remove-link):hover,
.stwc-site-shell .wp-element-button:not(.wc-block-cart-item__remove-link):focus-visible,
.stwc-site-shell .wc-block-components-button:not(.wc-block-cart-item__remove-link):not(.wc-block-components-quantity-selector__button):not(.wc-block-components-panel__button):hover,
.stwc-site-shell .wc-block-components-button:not(.wc-block-cart-item__remove-link):not(.wc-block-components-quantity-selector__button):not(.wc-block-components-panel__button):focus-visible,
.stwc-site-shell .stwc-empty-state__button:hover,
.stwc-site-shell .stwc-empty-state__button:focus-visible,
.stwc-site-shell .stwc-course-entry:hover,
.stwc-site-shell .stwc-course-entry:focus-visible,
.stwc-site-shell .stwc-course-curriculum__preview:hover,
.stwc-site-shell .stwc-course-curriculum__preview:focus-visible,
.stwc-site-shell .stwc-course-view__watch:hover,
.stwc-site-shell .stwc-course-view__watch:focus-visible,
.stwc-site-shell .stwc-student-course-card__button:hover,
.stwc-site-shell .stwc-student-course-card__button:focus-visible,
.stwc-site-shell .stwc-student-dashboard__hero-button:hover,
.stwc-site-shell .stwc-student-dashboard__hero-button:focus-visible,
.stwc-site-shell .stwc-student-dashboard__hero-inline:hover,
.stwc-site-shell .stwc-student-dashboard__hero-inline:focus-visible,
.stwc-site-shell .stwc-student-dashboard__section-link:hover,
.stwc-site-shell .stwc-student-dashboard__section-link:focus-visible,
.stwc-shell-header__button:hover,
.stwc-shell-header__button:focus-visible,
.stwc-home__nav-button:hover,
.stwc-home__nav-button:focus-visible,
.stwc-front-page .stwc-home__button:hover,
.stwc-front-page .stwc-home__button:focus-visible,
.stwc-account-login-page .woocommerce form .form-row button:not(.show-password-input):not(.hide-password-input):hover,
.stwc-account-login-page .woocommerce form .form-row button:not(.show-password-input):not(.hide-password-input):focus-visible,
.stwc-account-login-page .woocommerce form .form-row input[type="submit"]:hover,
.stwc-account-login-page .woocommerce form .form-row input[type="submit"]:focus-visible,
.stwc-site-shell .woocommerce #review_form input#submit:hover,
.stwc-site-shell .woocommerce #review_form input#submit:focus-visible,
.stwc-site-shell .woocommerce #review_form button[type="submit"]:hover,
.stwc-site-shell .woocommerce #review_form button[type="submit"]:focus-visible {
	background: linear-gradient(180deg, var(--stwc-accent-bright), var(--stwc-accent)) !important;
	color: #ffffff !important;
	box-shadow: 0 18px 36px rgba(184, 134, 11, 0.24) !important;
	transform: translateY(-1px);
}

@media (max-width: 700px) {
	.stwc-site-shell .woocommerce #reviews #comments .comment_container {
		grid-template-columns: 1fr;
	}

	.stwc-site-shell .woocommerce #reviews #comments .avatar {
		width: 52px;
		height: 52px;
	}
}

/* Cart redesign */
.stwc-site-shell.woocommerce-cart main.wp-block-group.has-global-padding,
.stwc-site-shell.woocommerce-cart .wp-block-post-content.has-global-padding,
.stwc-site-shell.woocommerce-cart .entry-content.wp-block-post-content {
	padding-top: 40px;
}

.stwc-site-shell.woocommerce-cart .wp-block-woocommerce-filled-cart-block,
.stwc-site-shell.woocommerce-cart .wc-block-cart {
	max-width: 1280px;
	margin: 0 auto;
}

.stwc-site-shell.woocommerce-cart .woocommerce-notices-wrapper {
	max-width: 1280px;
	margin: 0 auto 24px;
}

.stwc-site-shell.woocommerce-cart .woocommerce-message {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px 18px 56px;
	border: 1px solid rgba(184, 134, 11, 0.18) !important;
	border-radius: 24px;
	border-top: 1px solid rgba(184, 134, 11, 0.18) !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 241, 0.98)) !important;
	box-shadow: 0 18px 40px rgba(15, 10, 2, 0.06);
	color: #22160d;
}

.stwc-site-shell.woocommerce-cart .woocommerce-message::before {
	top: 50%;
	left: 22px;
	color: #b8860b;
	transform: translateY(-50%);
}

.stwc-site-shell.woocommerce-cart .woocommerce-message a.button {
	order: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 999px;
	border: 0;
	background: #171717 !important;
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
}

.stwc-site-shell.woocommerce-cart .wc-block-components-sidebar-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 32px;
	align-items: start;
}

.stwc-site-shell.woocommerce-cart .wc-block-components-main,
.stwc-site-shell.woocommerce-cart .wc-block-components-sidebar,
.stwc-site-shell.woocommerce-cart .wc-block-cart__main,
.stwc-site-shell.woocommerce-cart .wc-block-cart__sidebar {
	float: none;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-items,
.stwc-site-shell.woocommerce-cart .wc-block-cart__sidebar {
	border: 1px solid rgba(184, 134, 11, 0.18);
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(250, 247, 241, 0.99));
	box-shadow: 0 24px 70px rgba(15, 10, 2, 0.08);
	color: #22160d;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-items {
	width: 100% !important;
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0;
	padding: 26px 30px;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart__sidebar {
	position: sticky;
	top: 120px;
	padding: 28px 24px;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-items__header-image,
.stwc-site-shell.woocommerce-cart .wc-block-cart-item__image {
	width: 118px;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-item__product {
	width: auto;
	min-width: 0;
	padding-right: 0;
	vertical-align: top;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-items__header {
	padding: 0 0 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(34, 22, 13, 0.12);
	background: transparent;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-items__header,
.stwc-site-shell.woocommerce-cart .wc-block-cart-items__header .wc-block-components-product-name,
.stwc-site-shell.woocommerce-cart .wc-block-cart-items__header .wc-block-cart-items__header-total {
	color: rgba(34, 22, 13, 0.6) !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-items__header-total,
.stwc-site-shell.woocommerce-cart .wc-block-cart-item__total {
	display: none;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row {
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px solid rgba(34, 22, 13, 0.08);
	background: transparent;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row:last-child {
	border-bottom: 0;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-item__image {
	padding-right: 16px;
	vertical-align: top;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-item__image img {
	width: 100%;
	max-width: 102px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 22px;
	box-shadow: 0 14px 28px rgba(15, 10, 2, 0.12);
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-item__wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	min-width: 0;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-item__wrap > * {
	min-width: 0;
}

.stwc-site-shell.woocommerce-cart .wc-block-components-product-name {
	display: block;
	margin: 0;
	max-width: 100%;
	color: #20130b !important;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(21px, 1.8vw, 28px);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	word-break: normal !important;
	overflow-wrap: break-word;
	text-wrap: balance;
	text-decoration: none !important;
}

.stwc-site-shell.woocommerce-cart .wc-block-components-product-details,
.stwc-site-shell.woocommerce-cart .wc-block-components-product-metadata {
	margin: 0;
	color: rgba(34, 22, 13, 0.65);
	font-size: 14px;
	line-height: 1.45;
}

.stwc-site-shell.woocommerce-cart .wc-block-components-product-price__value,
.stwc-site-shell.woocommerce-cart .wc-block-formatted-money-amount,
.stwc-site-shell.woocommerce-cart .wc-block-components-totals-item__value {
	color: #b8860b;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-item__prices {
	display: block;
	white-space: normal;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-item__prices .wc-block-components-product-price {
	display: block;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-item__prices .wc-block-components-product-price__value {
	font-size: 14px;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-item__quantity {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	padding-top: 2px;
}

.stwc-site-shell.woocommerce-cart .wc-block-components-quantity-selector {
	min-width: 0;
	border: 1px solid rgba(34, 22, 13, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
}

.stwc-site-shell.woocommerce-cart .wc-block-components-quantity-selector input,
.stwc-site-shell.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
	color: #22160d;
	font-weight: 700;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-item__remove-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 42px;
	min-width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(140, 31, 18, 0.14);
	border-radius: 50%;
	background: rgba(140, 31, 18, 0.06);
	color: #8c1f12 !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-item__remove-link svg {
	width: 16px;
	height: 16px;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart-item__remove-link:hover {
	background: rgba(140, 31, 18, 0.12);
	color: #6f160d !important;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-title,
.stwc-site-shell.woocommerce-cart .wc-block-cart__sidebar h2,
.stwc-site-shell.woocommerce-cart .wc-block-cart__totals-title {
	margin: 0 0 18px;
	color: #20130b;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(28px, 2.2vw, 40px);
	line-height: 0.88;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-panel,
.stwc-site-shell.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon,
.stwc-site-shell.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper {
	margin: 0;
	padding: 18px 0;
	border-top: 1px solid rgba(34, 22, 13, 0.1);
}

.stwc-site-shell.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-item:first-child,
.stwc-site-shell.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item {
	padding-top: 0;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-item__label,
.stwc-site-shell.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-panel__button,
.stwc-site-shell.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-panel__content {
	color: #22160d;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-text-input input {
	min-height: 52px;
	border: 1px solid rgba(34, 22, 13, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	color: #22160d;
}

.stwc-site-shell.woocommerce-cart .wc-block-cart__submit-button,
.stwc-site-shell.woocommerce-cart .wc-block-components-button {
	min-height: 56px;
	border-radius: 18px !important;
	background: linear-gradient(180deg, #1a1a1a, #0d0d0d) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	box-shadow: 0 16px 34px rgba(15, 10, 2, 0.14);
}

.stwc-site-shell.woocommerce-cart .wc-block-cart__submit-button:hover,
.stwc-site-shell.woocommerce-cart .wc-block-components-button:hover {
	background: linear-gradient(180deg, var(--stwc-accent-bright), var(--stwc-accent)) !important;
}

.stwc-site-shell.woocommerce-cart .wc-block-components-notices,
.stwc-site-shell.woocommerce-cart .wc-block-components-notice-banner {
	margin-bottom: 18px;
}

@media (max-width: 1040px) {
	.stwc-site-shell.woocommerce-cart .wc-block-components-sidebar-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.stwc-site-shell.woocommerce-cart .wc-block-cart__sidebar {
		position: static;
	}
}

@media (max-width: 780px) {
	.stwc-site-shell.woocommerce-cart .wc-block-cart-items,
	.stwc-site-shell.woocommerce-cart .wc-block-cart__sidebar {
		padding: 18px;
		border-radius: 22px;
	}

	.stwc-site-shell.woocommerce-cart .wc-block-cart-items__header-image,
	.stwc-site-shell.woocommerce-cart .wc-block-cart-item__image {
		width: 82px;
	}

	.stwc-site-shell.woocommerce-cart .wc-block-cart-item__image img {
		max-width: 82px;
		border-radius: 18px;
	}

	.stwc-site-shell.woocommerce-cart .wc-block-cart-item__wrap {
		grid-template-columns: 1fr;
	}

	.stwc-site-shell.woocommerce-cart .wc-block-components-product-name {
		font-size: 19px;
	}

	.stwc-site-shell.woocommerce-cart .wc-block-cart-item__prices {
		justify-content: flex-start;
	}

	.stwc-site-shell.woocommerce-cart .wc-block-cart-item__quantity {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Checkout redesign */
.stwc-site-shell.woocommerce-checkout main.wp-block-group.has-global-padding,
.stwc-site-shell.woocommerce-checkout .wp-block-post-content.has-global-padding,
.stwc-site-shell.woocommerce-checkout .entry-content.wp-block-post-content {
	padding-top: 40px;
}

.stwc-site-shell.woocommerce-checkout .woocommerce-notices-wrapper,
.stwc-site-shell.woocommerce-checkout .wp-block-woocommerce-checkout,
.stwc-site-shell.woocommerce-checkout .wc-block-checkout {
	max-width: 1280px;
	margin: 0 auto;
}

.stwc-site-shell.woocommerce-checkout .wp-block-woocommerce-checkout,
.stwc-site-shell.woocommerce-checkout .wc-block-checkout {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.stwc-site-shell.woocommerce-checkout .woocommerce-notices-wrapper {
	margin-bottom: 24px;
}

.stwc-site-shell.woocommerce-checkout .woocommerce-message {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px 18px 56px;
	border: 1px solid rgba(184, 134, 11, 0.18) !important;
	border-top: 1px solid rgba(184, 134, 11, 0.18) !important;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 241, 0.98)) !important;
	box-shadow: 0 18px 40px rgba(15, 10, 2, 0.06);
	color: #22160d;
}

.stwc-site-shell.woocommerce-checkout .woocommerce-message::before {
	top: 50%;
	left: 22px;
	color: #b8860b;
	transform: translateY(-50%);
}

.stwc-site-shell.woocommerce-checkout .woocommerce-message a.button {
	order: 2;
	flex-shrink: 0;
}

.stwc-site-shell.woocommerce-checkout .stwc-checkout-intro {
	margin: 0 0 28px;
}

.stwc-site-shell.woocommerce-checkout .stwc-checkout-intro__eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(184, 134, 11, 0.12);
	color: #b8860b;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.stwc-site-shell.woocommerce-checkout .stwc-checkout-intro h1 {
	margin: 16px 0 10px;
	color: #20130b;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(44px, 4.6vw, 72px);
	line-height: 0.92;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.stwc-site-shell.woocommerce-checkout .stwc-checkout-intro p {
	max-width: 620px;
	margin: 0;
	color: rgba(34, 22, 13, 0.72);
	font-size: 17px;
	line-height: 1.6;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-sidebar-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 392px;
	gap: 32px;
	align-items: start;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-main,
.stwc-site-shell.woocommerce-checkout .wc-block-components-sidebar,
.stwc-site-shell.woocommerce-checkout .wc-block-checkout__main,
.stwc-site-shell.woocommerce-checkout .wc-block-checkout__sidebar {
	float: none;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-main {
	display: grid;
	gap: 22px;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-checkout-step,
.stwc-site-shell.woocommerce-checkout .wc-block-checkout__order-notes,
.stwc-site-shell.woocommerce-checkout .wc-block-checkout__terms,
.stwc-site-shell.woocommerce-checkout .wc-block-checkout__actions,
.stwc-site-shell.woocommerce-checkout .wc-block-checkout__sidebar {
	border: 1px solid rgba(184, 134, 11, 0.18);
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(250, 247, 241, 0.99));
	box-shadow: 0 24px 70px rgba(15, 10, 2, 0.08);
	color: #22160d;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-checkout-step,
.stwc-site-shell.woocommerce-checkout .wc-block-checkout__order-notes,
.stwc-site-shell.woocommerce-checkout .wc-block-checkout__terms,
.stwc-site-shell.woocommerce-checkout .wc-block-checkout__actions {
	padding: 24px 26px;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-checkout-step__heading-container {
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(34, 22, 13, 0.1);
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-checkout-step__title,
.stwc-site-shell.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
	margin: 0;
	color: #20130b;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(28px, 2.2vw, 38px);
	line-height: 0.92;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-checkout-step__content {
	color: #22160d;
}

.stwc-site-shell.woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
	margin: 10px 0 0;
	color: rgba(34, 22, 13, 0.68);
	font-size: 14px;
	line-height: 1.5;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-address-card-wrapper {
	display: none;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-address-form,
.stwc-site-shell.woocommerce-checkout .wc-block-components-address-form-wrapper {
	display: grid;
	gap: 12px;
}

.stwc-site-shell.woocommerce-checkout .wc-block-checkout__contact-fields .wc-block-components-address-form {
	grid-template-columns: minmax(0, 1fr);
}

.stwc-site-shell.woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stwc-site-shell.woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form__country,
.stwc-site-shell.woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form__address_1,
.stwc-site-shell.woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form__address_2-toggle,
.stwc-site-shell.woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form__address_2-hidden-input {
	grid-column: 1 / -1;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-text-input input,
.stwc-site-shell.woocommerce-checkout .wc-block-components-text-input textarea,
.stwc-site-shell.woocommerce-checkout .wc-blocks-components-select__select {
	min-height: 60px;
	border: 1px solid rgba(34, 22, 13, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
	color: #22160d;
	font-size: 16px;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-text-input label,
.stwc-site-shell.woocommerce-checkout .wc-blocks-components-select__label {
	color: rgba(34, 22, 13, 0.64);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-text-input.is-active input,
.stwc-site-shell.woocommerce-checkout .wc-block-components-text-input input:focus,
.stwc-site-shell.woocommerce-checkout .wc-blocks-components-select__select:focus {
	border-color: rgba(184, 134, 11, 0.45);
	box-shadow: 0 0 0 4px rgba(184, 134, 11, 0.08);
	outline: none;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-address-form__address_2-toggle,
.stwc-site-shell.woocommerce-checkout .wc-block-components-address-card__edit {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 0;
	color: #b8860b;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-address-form__address_2-toggle:hover,
.stwc-site-shell.woocommerce-checkout .wc-block-components-address-card__edit:hover {
	color: #8f6b0a;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-radio-control-accordion-option,
.stwc-site-shell.woocommerce-checkout .wc-block-components-radio-control__option {
	border-radius: 22px;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
	padding: 18px;
	border: 1px solid rgba(184, 134, 11, 0.18);
	background: rgba(255, 255, 255, 0.9);
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-payment-method-label {
	color: #20130b;
	font-size: 18px;
	font-weight: 800;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-radio-control-accordion-content {
	color: rgba(34, 22, 13, 0.72);
	font-size: 15px;
	line-height: 1.55;
}

.stwc-site-shell.woocommerce-checkout .wc-block-checkout__order-notes .wc-block-components-checkbox__label,
.stwc-site-shell.woocommerce-checkout .wc-block-checkout__terms .wc-block-components-checkbox__label {
	color: rgba(34, 22, 13, 0.76);
	font-size: 14px;
	line-height: 1.55;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-checkbox__input,
.stwc-site-shell.woocommerce-checkout .wc-block-components-radio-control__input {
	accent-color: #b8860b;
}

.stwc-site-shell.woocommerce-checkout .wc-block-checkout__actions_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #b8860b;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button svg {
	width: 20px;
	height: 20px;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover {
	color: #8f6b0a;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	min-width: 240px;
}

.stwc-site-shell.woocommerce-checkout .wc-block-checkout__sidebar {
	position: sticky;
	top: 120px;
	padding: 24px 20px;
}

.stwc-site-shell.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
	margin: 0 0 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(34, 22, 13, 0.1);
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
	font-size: clamp(22px, 1.8vw, 30px);
	line-height: 0.9;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-checkout-order-summary__title-price {
	color: #b8860b;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-checkout-order-summary__title-icon {
	display: none;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-order-summary-item {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-order-summary-item__image {
	position: relative;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-order-summary-item__image img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 18px;
	box-shadow: 0 12px 24px rgba(15, 10, 2, 0.12);
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
	top: -8px;
	right: -8px;
	min-width: 28px;
	height: 28px;
	border: 1px solid rgba(184, 134, 11, 0.18);
	border-radius: 999px;
	background: #ffffff;
	color: #20130b;
	font-size: 12px;
	font-weight: 800;
	box-shadow: 0 8px 18px rgba(15, 10, 2, 0.1);
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-order-summary-item__description {
	min-width: 0;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-name {
	margin: 0 0 6px;
	color: #20130b !important;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 0.92;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-order-summary-item__individual-price,
.stwc-site-shell.woocommerce-checkout .wc-block-components-totals-item__value,
.stwc-site-shell.woocommerce-checkout .wc-block-components-totals-footer-item-tax-value,
.stwc-site-shell.woocommerce-checkout .wc-block-components-checkout-order-summary__title-price {
	color: #b8860b;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-order-summary-item__total-price,
.stwc-site-shell.woocommerce-checkout .wc-block-components-order-summary-item > .screen-reader-text {
	display: none;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-panel,
.stwc-site-shell.woocommerce-checkout .wc-block-components-totals-wrapper {
	margin: 0;
	padding: 18px 0;
	border-top: 1px solid rgba(34, 22, 13, 0.1);
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-order-summary__content > .wc-block-components-totals-wrapper:first-child,
.stwc-site-shell.woocommerce-checkout .wc-block-components-totals-item:first-child {
	padding-top: 0;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-panel__button,
.stwc-site-shell.woocommerce-checkout .wc-block-components-totals-item__label {
	color: #22160d;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-panel__button {
	font-size: 15px;
	font-weight: 700;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-totals-footer-item {
	align-items: center;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	font-size: 16px;
	font-weight: 700;
}

.stwc-site-shell.woocommerce-checkout .wc-block-components-totals-footer-item-tax-value {
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

@media (max-width: 1040px) {
	.stwc-site-shell.woocommerce-checkout .wc-block-components-sidebar-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.stwc-site-shell.woocommerce-checkout .wc-block-checkout__sidebar {
		position: static;
	}
}

@media (max-width: 780px) {
	.stwc-site-shell.woocommerce-checkout .stwc-checkout-intro h1 {
		font-size: 40px;
	}

	.stwc-site-shell.woocommerce-checkout .wc-block-components-checkout-step,
	.stwc-site-shell.woocommerce-checkout .wc-block-checkout__order-notes,
	.stwc-site-shell.woocommerce-checkout .wc-block-checkout__terms,
	.stwc-site-shell.woocommerce-checkout .wc-block-checkout__actions,
	.stwc-site-shell.woocommerce-checkout .wc-block-checkout__sidebar {
		padding: 18px;
		border-radius: 22px;
	}

	.stwc-site-shell.woocommerce-checkout .wc-block-checkout__actions_row {
		flex-direction: column-reverse;
		align-items: stretch;
	}

	.stwc-site-shell.woocommerce-checkout .wc-block-components-checkout-place-order-button {
		width: 100%;
		min-width: 0;
	}

	.stwc-site-shell.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-name {
		font-size: 20px;
	}
}

/* ── Cart page: remove theme group background ── */

.stwc-site-shell.woocommerce-cart .wp-block-group.has-global-padding.is-layout-constrained {
	background: none;
}

/* ── Checkout: campus usage policy notice ── */

.stwc-checkout-policy-notice {
	margin: 24px 0 8px;
	padding: 16px 18px;
	border: 1px solid rgba(184, 134, 11, 0.14);
	border-radius: 14px;
	background: rgba(255, 249, 235, 0.5);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.stwc-checkout-policy-notice strong {
	display: block;
	margin-bottom: 8px;
	color: #795900;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.stwc-checkout-policy-notice p {
	margin: 0;
	color: #5f4a36;
	font-size: 13px;
	line-height: 1.6;
}

/* ── Product Landing Page ── */

.stwc-product-landing-page {
	--gold: #b8860b;
	--gold-light: #c9a84c;
	--gold-lighter: #d4b96a;
	--gold-dark: #96700a;
	--gold-glow: rgba(184, 134, 11, 0.12);
	--text: #1a1a1a;
	--text-secondary: #6b6b6b;
	--text-tertiary: #999999;
	--bg: #ffffff;
	--bg-alt: #faf8f5;
	--bg-warm: #f5f0eb;
	--border: #e8e2d9;
	--border-light: #f0ece6;
	--shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	--shadow-hover: 0 8px 32px rgba(0, 0, 0, 0.12);
	--shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.08);
	--radius: 16px;
	--radius-sm: 8px;
	--radius-lg: 24px;

	box-sizing: border-box;
	background: var(--bg);
	color: var(--text);
	font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
	overflow-x: hidden;
}

.stwc-product-landing-page *,
.stwc-product-landing-page *::before,
.stwc-product-landing-page *::after {
	box-sizing: border-box;
}

.stwc-product-landing-page + main,
.stwc-product-landing-page ~ main,
.stwc-product-landing-page + .wp-block-group,
.stwc-product-landing-page ~ .wp-block-group {
	display: none !important;
}

.stwc-product-landing-page .wp-site-blocks,
.stwc-product-landing-page main,
.stwc-product-landing-page .entry-content,
.stwc-product-landing-page .wp-block-post-content {
	background: var(--bg);
	color: var(--text);
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.stwc-product-landing-page header.wp-block-template-part,
.stwc-product-landing-page footer.wp-block-template-part,
.stwc-product-landing-page .site-header,
.stwc-product-landing-page .site-footer {
	display: none;
}

.stwc-product-landing-page .woocommerce-notices-wrapper,
.stwc-product-landing-page .woocommerce-breadcrumb {
	display: none;
}

/* ── Landing Container ── */

.stwc-product-landing-page .stwc-landing-container {
	width: min(1200px, 100%);
	margin: 0 auto;
	padding-inline: 2rem;
}

/* ── Hero Section ── */

.stwc-product-landing-page .stwc-landing-hero {
	position: relative;
	min-height: 70vh;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.stwc-product-landing-page .stwc-landing-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(26, 26, 26, 0.7) 0%, rgba(26, 26, 26, 0.5) 50%, rgba(26, 26, 26, 0.8) 100%);
	z-index: 1;
}

.stwc-product-landing-page .stwc-landing-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top center, rgba(184, 134, 11, 0.15), transparent 40%);
	z-index: 2;
}

.stwc-product-landing-page .stwc-landing-hero__content {
	position: relative;
	z-index: 3;
	width: min(1200px, 100%);
	margin: 0 auto;
	padding: 6rem 2rem;
	color: #ffffff;
}

.stwc-product-landing-page .stwc-landing-hero__content h1 {
	margin: 0 0 1.25rem;
	color: #ffffff;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
	text-transform: none;
}

.stwc-product-landing-page .stwc-landing-hero__subtitle {
	margin: 0 0 2rem;
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.125rem;
	line-height: 1.7;
	max-width: 48rem;
}

.stwc-product-landing-page .stwc-landing-hero__price {
	margin-bottom: 2rem;
	color: var(--gold-light);
	font-size: 2rem;
	font-weight: 700;
}

.stwc-product-landing-page .stwc-landing-hero__price .amount {
	color: var(--gold-light);
}

.stwc-product-landing-page .stwc-landing-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
}

/* ── Access Button ── */

.stwc-product-landing-page .stwc-landing-access-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 36px;
	border: 2px solid var(--gold);
	border-radius: var(--radius-sm);
	background: var(--gold);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.25s ease;
	box-shadow: 0 4px 16px rgba(184, 134, 11, 0.24);
}

.stwc-product-landing-page .stwc-landing-access-btn:hover {
	background: var(--gold-dark);
	border-color: var(--gold-dark);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(184, 134, 11, 0.32);
}

.stwc-product-landing-page .stwc-landing-owned-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.stwc-product-landing-page .stwc-landing-owned-cta__status,
.stwc-site-shell .stwc-loop-owned-course__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 24px;
	border: 1px solid rgba(184, 134, 11, 0.22);
	border-radius: var(--radius-sm, 12px);
	background: rgba(255, 255, 255, 0.16);
	color: var(--gold-light, #b8860b);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: not-allowed;
	opacity: 0.92;
}

.stwc-site-shell .stwc-loop-owned-course {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
	padding: 14px 18px 18px;
	border-top: 1px solid rgba(184, 134, 11, 0.1);
	background: rgba(255, 249, 235, 0.58);
}

.stwc-site-shell .stwc-loop-owned-course__status {
	width: auto;
	min-height: 0;
	padding: 0;
	border: 0;
	border-color: rgba(184, 134, 11, 0.18);
	background: transparent;
	color: #8f6b0a;
	font-size: 11px;
}

.stwc-site-shell .stwc-loop-owned-course__access {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 38px;
	padding: 10px 14px;
	border-radius: 999px;
	background: #171717;
	color: #ffffff !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none !important;
}

.stwc-site-shell .stwc-loop-owned-course__access:hover,
.stwc-site-shell .stwc-loop-owned-course__access:focus-visible {
	background: #8f6b0a;
	color: #ffffff !important;
}

/* ── Add-to-Cart Form Overrides ── */

.stwc-product-landing-page .woocommerce div.product form.cart {
	margin: 0;
	padding: 0;
}

.stwc-product-landing-page .woocommerce div.product form.cart .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 36px;
	border: 2px solid transparent;
	border-radius: var(--radius-sm);
	background: var(--gold);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.25s ease;
	box-shadow: 0 4px 16px rgba(184, 134, 11, 0.24);
}

.stwc-product-landing-page .woocommerce div.product form.cart .button:hover {
	background: var(--gold-dark);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(184, 134, 11, 0.32);
}

.stwc-product-landing-page .woocommerce div.product form.cart .quantity {
	display: none;
}

/* ── Learn Section ── */

.stwc-product-landing-page .stwc-learn-section {
	padding: 5rem 0;
	background: var(--bg-alt);
	border-top: 1px solid var(--border-light);
	border-bottom: 1px solid var(--border-light);
}

.stwc-product-landing-page .stwc-learn-section h2 {
	margin: 0 0 2.5rem;
	color: var(--text);
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
	text-transform: none;
	text-align: center;
}

.stwc-product-landing-page .stwc-learn-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.25rem;
	max-width: 48rem;
	margin: 0 auto;
}

.stwc-product-landing-page .stwc-learn-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 1rem 1.25rem;
	border-radius: var(--radius);
	background: var(--bg);
	box-shadow: var(--shadow);
	color: var(--text);
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.5;
	overflow-wrap: break-word;
}

.stwc-product-landing-page .stwc-learn-item svg {
	flex-shrink: 0;
	color: var(--gold);
	margin-top: 2px;
}

/* ── Details Section ── */

.stwc-product-landing-page .stwc-details-section {
	padding: 5rem 0;
	background: var(--bg);
}

.stwc-product-landing-page .stwc-details-section h2 {
	margin: 0 0 2.5rem;
	color: var(--text);
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
	text-transform: none;
	text-align: center;
}

.stwc-product-landing-page .stwc-details-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.5rem;
	max-width: 48rem;
	margin: 0 auto;
}

.stwc-product-landing-page .stwc-detail-item {
	padding: 1.5rem;
	border-radius: var(--radius);
	background: var(--bg-alt);
	border: 1px solid var(--border-light);
	text-align: center;
}

.stwc-product-landing-page .stwc-detail-item__label {
	display: block;
	color: var(--text-secondary);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

.stwc-product-landing-page .stwc-detail-item__value {
	display: block;
	color: var(--text);
	font-size: 1.125rem;
	font-weight: 700;
}

/* ── Curriculum Section ── */

.stwc-product-landing-page .stwc-curriculum-section {
	padding: 5rem 0;
	background: var(--bg-alt);
	border-top: 1px solid var(--border-light);
	border-bottom: 1px solid var(--border-light);
}

.stwc-product-landing-page .stwc-curriculum-header {
	text-align: center;
	margin-bottom: 2.5rem;
}

.stwc-product-landing-page .stwc-curriculum-header h2 {
	margin: 0 0 0.75rem;
	color: var(--text);
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
	text-transform: none;
}

.stwc-product-landing-page .stwc-curriculum-header p {
	margin: 0;
	color: var(--text-secondary);
	font-size: 0.9375rem;
}

.stwc-product-landing-page .stwc-curriculum-accordion {
	max-width: 48rem;
	margin: 0 auto;
	display: grid;
	gap: 0.75rem;
}

.stwc-product-landing-page .stwc-curriculum-module {
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: var(--bg);
	overflow: hidden;
}

.stwc-product-landing-page .stwc-curriculum-module summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 1.5rem;
	cursor: pointer;
	list-style: none;
	transition: background 0.2s ease;
}

.stwc-product-landing-page .stwc-curriculum-module summary::-webkit-details-marker {
	display: none;
}

.stwc-product-landing-page .stwc-curriculum-module summary::after {
	content: "+";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	background: var(--gold-glow);
	color: var(--gold);
	font-size: 1.125rem;
	font-weight: 400;
	flex-shrink: 0;
	transition: transform 0.3s ease, background 0.3s ease;
}

.stwc-product-landing-page .stwc-curriculum-module[open] summary::after {
	content: "\2212";
	background: var(--gold);
	color: #ffffff;
}

.stwc-product-landing-page .stwc-curriculum-module summary:hover {
	background: var(--bg-alt);
}

.stwc-product-landing-page .stwc-curriculum-module__title {
	color: var(--text);
	font-weight: 700;
	font-size: 1rem;
	min-width: 0;
	overflow-wrap: break-word;
}

.stwc-product-landing-page .stwc-curriculum-module__count {
	color: var(--text-secondary);
	font-size: 0.875rem;
}

.stwc-product-landing-page .stwc-curriculum-lessons {
	margin: 0;
	padding: 0 1.5rem 1.25rem 2.5rem;
	list-style: none;
}

.stwc-product-landing-page .stwc-curriculum-lesson {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem 0;
	border-top: 1px solid var(--border-light);
	font-size: 0.9375rem;
}

.stwc-product-landing-page .stwc-curriculum-lesson__type {
	color: var(--gold);
	font-size: 0.75rem;
}

.stwc-product-landing-page .stwc-curriculum-lesson__title {
	color: var(--text);
	font-weight: 500;
	flex: 1;
	min-width: 0;
	overflow-wrap: break-word;
}

.stwc-product-landing-page .stwc-curriculum-lesson__duration {
	color: var(--text-tertiary);
	font-size: 0.8125rem;
}

/* ── Instructor Section ── */

.stwc-product-landing-page .stwc-instructor-section {
	padding: 5rem 0;
	background: var(--bg);
}

.stwc-product-landing-page .stwc-instructor-card {
	display: flex;
	align-items: center;
	gap: 2rem;
	max-width: 48rem;
	margin: 0 auto;
	padding: 2.5rem;
	border-radius: var(--radius-lg);
	background: var(--bg-alt);
	border: 1px solid var(--border-light);
	box-shadow: var(--shadow);
}

.stwc-product-landing-page .stwc-instructor-card__avatar {
	flex-shrink: 0;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	background: linear-gradient(135deg, var(--gold-lighter), var(--gold));
	display: flex;
	align-items: center;
	justify-content: center;
}

.stwc-product-landing-page .stwc-instructor-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stwc-product-landing-page .stwc-instructor-card__placeholder {
	color: #ffffff;
	font-size: 2rem;
	font-weight: 800;
}

.stwc-product-landing-page .stwc-instructor-card__info h2 {
	margin: 0 0 0.25rem;
	color: var(--text-secondary);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.stwc-product-landing-page .stwc-instructor-card__info h3 {
	margin: 0 0 0.5rem;
	color: var(--text);
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
}

.stwc-product-landing-page .stwc-instructor-card__info p {
	margin: 0;
	color: var(--text-secondary);
	font-size: 0.9375rem;
}

/* ── FAQ Section ── */

.stwc-product-landing-page .stwc-faq-section {
	padding: 5rem 0;
	background: var(--bg-alt);
	border-top: 1px solid var(--border-light);
	border-bottom: 1px solid var(--border-light);
}

.stwc-product-landing-page .stwc-faq-section h2 {
	margin: 0 0 2.5rem;
	color: var(--text);
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
	text-transform: none;
	text-align: center;
}

.stwc-product-landing-page .stwc-faq-list {
	max-width: 48rem;
	margin: 0 auto;
	display: grid;
	gap: 0;
}

.stwc-product-landing-page .stwc-faq-item {
	border-bottom: 1px solid var(--border);
}

.stwc-product-landing-page .stwc-faq-item:first-child {
	border-top: 1px solid var(--border);
}

.stwc-product-landing-page .stwc-faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.375rem 0;
	cursor: pointer;
	list-style: none;
	color: var(--text);
	font-size: 1rem;
	font-weight: 600;
	transition: color 0.2s ease;
	overflow-wrap: break-word;
}

.stwc-product-landing-page .stwc-faq-item summary::-webkit-details-marker {
	display: none;
}

.stwc-product-landing-page .stwc-faq-item summary::after {
	content: "+";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	background: var(--gold-glow);
	color: var(--gold);
	font-size: 1.125rem;
	font-weight: 400;
	flex-shrink: 0;
	transition: transform 0.3s ease, background 0.3s ease;
}

.stwc-product-landing-page .stwc-faq-item[open] summary::after {
	content: "\2212";
	background: var(--gold);
	color: #ffffff;
}

.stwc-product-landing-page .stwc-faq-item summary:hover {
	color: var(--gold);
}

.stwc-product-landing-page .stwc-faq-item div {
	padding: 0 0 1.375rem;
	color: var(--text-secondary);
	font-size: 0.9375rem;
	line-height: 1.8;
	overflow-wrap: break-word;
}

/* ── Final CTA Section ── */

.stwc-product-landing-page .stwc-final-cta {
	padding: 5rem 0;
	background:
		radial-gradient(circle at top center, rgba(184, 134, 11, 0.08), transparent 40%),
		var(--bg);
	text-align: center;
}

.stwc-product-landing-page .stwc-final-cta h2 {
	margin: 0 0 1.5rem;
	color: var(--text);
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
	text-transform: none;
}

.stwc-product-landing-page .stwc-final-cta__price {
	margin-bottom: 2rem;
	color: var(--gold-dark);
	font-size: 2rem;
	font-weight: 700;
}

.stwc-product-landing-page .stwc-final-cta__price .amount {
	color: var(--gold-dark);
}

.stwc-product-landing-page .stwc-final-cta__actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
}

.stwc-product-landing-page .stwc-final-cta__access-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 36px;
	border: 2px solid var(--gold);
	border-radius: var(--radius-sm);
	background: var(--gold);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.25s ease;
	box-shadow: 0 4px 16px rgba(184, 134, 11, 0.24);
}

.stwc-product-landing-page .stwc-final-cta__access-btn:hover {
	background: var(--gold-dark);
	border-color: var(--gold-dark);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(184, 134, 11, 0.32);
}

/* ── Responsive: Tablet (≤768px) ── */

@media (max-width: 768px) {
	.stwc-product-landing-page .stwc-landing-container {
		padding-inline: 1rem;
	}

	.stwc-product-landing-page .stwc-landing-hero {
		min-height: 50vh;
	}

	.stwc-product-landing-page .stwc-landing-hero__content {
		padding: 4rem 1.5rem;
	}

	.stwc-product-landing-page .stwc-landing-hero__content h1 {
		font-size: clamp(2rem, 6vw, 3rem);
	}

	.stwc-product-landing-page .stwc-learn-section,
	.stwc-product-landing-page .stwc-details-section,
	.stwc-product-landing-page .stwc-curriculum-section,
	.stwc-product-landing-page .stwc-instructor-section,
	.stwc-product-landing-page .stwc-faq-section,
	.stwc-product-landing-page .stwc-final-cta {
		padding: 3.5rem 0;
	}

	.stwc-product-landing-page .stwc-learn-grid {
		grid-template-columns: 1fr;
	}

	.stwc-product-landing-page .stwc-learn-item {
		overflow-wrap: break-word;
		word-break: break-word;
	}

	.stwc-product-landing-page .stwc-details-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.stwc-product-landing-page .stwc-instructor-card {
		flex-direction: column;
		text-align: center;
		gap: 1rem;
		padding: 1.5rem;
		box-sizing: border-box;
	}

	.stwc-product-landing-page .stwc-instructor-card__info h2,
	.stwc-product-landing-page .stwc-instructor-card__info h3,
	.stwc-product-landing-page .stwc-instructor-card__info p {
		overflow-wrap: break-word;
	}

	.stwc-product-landing-page .stwc-curriculum-lesson {
		flex-wrap: wrap;
	}

	.stwc-product-landing-page .stwc-curriculum-module summary {
		gap: 0.75rem;
		padding: 1rem 1.25rem;
	}

	.stwc-product-landing-page .stwc-curriculum-module__title {
		font-size: 0.9375rem;
	}

	.stwc-product-landing-page .stwc-curriculum-module__count {
		font-size: 0.8125rem;
		flex-shrink: 0;
	}

	.stwc-product-landing-page .stwc-faq-item summary {
		padding: 1rem 1.25rem;
		font-size: 0.9375rem;
	}

	.stwc-product-landing-page .stwc-faq-item > div {
		padding: 0 1.25rem 1rem;
		font-size: 0.875rem;
	}

	.stwc-product-landing-page .stwc-detail-item {
		padding: 1.25rem;
	}

	.stwc-product-landing-page .stwc-learn-item {
		padding: 0.875rem 1rem;
		font-size: 0.875rem;
	}
}

/* ── Responsive: Mobile (≤375px) ── */

@media (max-width: 375px) {
	.stwc-product-landing-page .stwc-landing-container {
		padding-inline: 1rem;
	}

	.stwc-product-landing-page .stwc-landing-hero__content {
		padding: 3rem 1rem;
	}

	.stwc-product-landing-page .stwc-landing-hero__content h1 {
		font-size: 1.75rem;
	}

	.stwc-product-landing-page .stwc-landing-hero__price,
	.stwc-product-landing-page .stwc-final-cta__price {
		font-size: 1.5rem;
	}

	.stwc-product-landing-page .stwc-learn-section,
	.stwc-product-landing-page .stwc-details-section,
	.stwc-product-landing-page .stwc-curriculum-section,
	.stwc-product-landing-page .stwc-instructor-section,
	.stwc-product-landing-page .stwc-faq-section,
	.stwc-product-landing-page .stwc-final-cta {
		padding: 2.5rem 0;
	}

	.stwc-product-landing-page .stwc-learn-grid {
		grid-template-columns: 1fr;
	}

	.stwc-product-landing-page .stwc-details-grid {
		grid-template-columns: 1fr;
	}

	.stwc-product-landing-page .stwc-instructor-card {
		gap: 1rem;
		padding: 1.5rem;
	}

	.stwc-product-landing-page .stwc-instructor-card__avatar {
		width: 80px;
		height: 80px;
	}

	.stwc-product-landing-page .stwc-instructor-card__info h3 {
		font-size: 1.25rem;
	}

	.stwc-product-landing-page .stwc-landing-access-btn,
	.stwc-product-landing-page .stwc-landing-owned-cta,
	.stwc-product-landing-page .stwc-landing-owned-cta__status,
	.stwc-product-landing-page .stwc-final-cta__access-btn,
	.stwc-product-landing-page .woocommerce div.product form.cart .button {
		width: 100%;
		padding: 14px 24px;
		font-size: 13px;
	}

	.stwc-product-landing-page .stwc-curriculum-module summary,
	.stwc-product-landing-page .stwc-curriculum-lessons {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.stwc-product-landing-page .stwc-curriculum-lessons {
		padding-bottom: 1rem;
	}

	.stwc-product-landing-page .stwc-curriculum-module summary {
		gap: 0.5rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.stwc-product-landing-page .stwc-curriculum-module__title {
		font-size: 0.9375rem;
	}

	.stwc-product-landing-page .stwc-faq-item summary {
		padding-top: 1rem;
		padding-bottom: 1rem;
		font-size: 0.9375rem;
	}

	.stwc-product-landing-page .stwc-faq-item div {
		padding-bottom: 1rem;
		font-size: 0.875rem;
	}

	.stwc-product-landing-page .stwc-curriculum-lesson {
		gap: 0.5rem;
	}

	.stwc-product-landing-page .stwc-learn-item {
		padding: 0.875rem 1rem;
		font-size: 0.875rem;
	}

	.stwc-product-landing-page .stwc-detail-item {
		padding: 1.25rem;
	}
}

/* ── Thank You Page (Post-Purchase) ── */

.stwc-thank-you-page {
	--gold: #b8860b;
	--gold-light: #c9a84c;
	--gold-dark: #96700a;
	--gold-glow: rgba(184, 134, 11, 0.12);
	--text: #1a1a1a;
	--text-secondary: #6b6b6b;
	--bg: #ffffff;
	--bg-alt: #faf8f5;
	--border: #e8e2d9;
	--border-light: #f0ece6;
	--shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	--radius: 16px;
	--radius-sm: 8px;

	display: grid;
	gap: 2.5rem;
	max-width: 720px;
	margin: 0 auto 3rem;
	padding: 0 1.5rem;
	font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
	color: var(--text);
}

/* Header / Congratulations */

.stwc-thank-you-page__header {
	text-align: center;
	padding: 3rem 2rem;
	border-radius: var(--radius);
	background:
		radial-gradient(circle at top center, rgba(184, 134, 11, 0.08), transparent 36%),
		linear-gradient(180deg, #ffffff 0%, #faf8f5 100%);
	border: 1px solid var(--border);
	box-shadow: var(--shadow);
}

.stwc-thank-you-page__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-bottom: 1.25rem;
	border-radius: 50%;
	background: var(--gold-glow);
	color: var(--gold);
}

.stwc-thank-you-page__icon svg {
	width: 36px;
	height: 36px;
	stroke: currentColor;
	fill: none;
}

.stwc-thank-you-page__header h1 {
	margin: 0 0 0.75rem;
	color: var(--text);
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.stwc-thank-you-page__header p {
	margin: 0;
	color: var(--text-secondary);
	font-size: 1.0625rem;
	line-height: 1.7;
}

/* Course Summary */

.stwc-thank-you-page__summary {
	padding: 2rem;
	border-radius: var(--radius);
	background: var(--bg);
	border: 1px solid var(--border);
	box-shadow: var(--shadow);
}

.stwc-thank-you-page__summary h2 {
	margin: 0 0 1.25rem;
	color: var(--text);
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.stwc-thank-you-page__items {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 1rem;
}

.stwc-thank-you-page__item {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	border-radius: var(--radius-sm);
	background: var(--bg-alt);
	border: 1px solid var(--border-light);
}

.stwc-thank-you-page__item-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 12px;
	background: linear-gradient(135deg, #f5efe2, #ead8aa);
	overflow: hidden;
	flex-shrink: 0;
}

.stwc-thank-you-page__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stwc-thank-you-page__item-image span {
	color: var(--gold-dark);
	font-size: 20px;
	font-weight: 700;
}

.stwc-thank-you-page__item-info {
	display: grid;
	gap: 0.25rem;
}

.stwc-thank-you-page__item-info strong {
	color: var(--text);
	font-size: 0.9375rem;
	font-weight: 600;
}

.stwc-thank-you-page__item-info span {
	color: var(--gold);
	font-size: 0.875rem;
	font-weight: 700;
}

/* CTA Button */

.stwc-thank-you-page__cta {
	text-align: center;
}

.stwc-thank-you-page__cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 1rem 2.5rem;
	border: 2px solid var(--gold);
	border-radius: var(--radius-sm);
	background: var(--gold);
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 4px 16px rgba(184, 134, 11, 0.24);
	transition: all 0.25s ease;
}

.stwc-thank-you-page__cta-button:hover {
	background: var(--gold-dark);
	border-color: var(--gold-dark);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(184, 134, 11, 0.32);
}

.stwc-thank-you-page__cta-button svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
	fill: none;
}

.stwc-thank-you-page__cta-note {
	margin: 0.75rem 0 0;
	color: var(--text-secondary);
	font-size: 0.875rem;
}

/* Next Steps */

.stwc-thank-you-page__steps {
	padding: 2rem;
	border-radius: var(--radius);
	background: var(--bg);
	border: 1px solid var(--border);
	box-shadow: var(--shadow);
}

.stwc-thank-you-page__steps h2 {
	margin: 0 0 1.5rem;
	color: var(--text);
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.stwc-thank-you-page__steps-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 1.25rem;
}

.stwc-thank-you-page__step {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.stwc-thank-you-page__step-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: var(--gold-glow);
	color: var(--gold);
	flex-shrink: 0;
}

.stwc-thank-you-page__step-icon svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.stwc-thank-you-page__step-copy {
	display: grid;
	gap: 0.25rem;
}

.stwc-thank-you-page__step-copy strong {
	color: var(--text);
	font-size: 0.9375rem;
	font-weight: 600;
}

.stwc-thank-you-page__step-copy span {
	color: var(--text-secondary);
	font-size: 0.875rem;
	line-height: 1.5;
}

/* Responsive */

@media (max-width: 640px) {
	.stwc-thank-you-page {
		gap: 1.75rem;
		padding: 0 1rem;
	}

	.stwc-thank-you-page__header {
		padding: 2rem 1.25rem;
	}

	.stwc-thank-you-page__summary,
	.stwc-thank-you-page__steps {
		padding: 1.5rem;
	}

	.stwc-thank-you-page__cta-button {
		width: 100%;
		padding: 1rem 1.5rem;
	}

	.stwc-thank-you-page__item {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
	}
}

/* ── Onboarding Banner ── */

.stwc-onboarding-banner {
	margin-bottom: 24px;
	border: 1px solid rgba(224, 197, 123, 0.22);
	border-radius: 24px;
	background:
		radial-gradient(circle at top left, rgba(198, 163, 74, 0.14), transparent 40%),
		linear-gradient(180deg, rgba(47, 36, 25, 0.92), rgba(33, 24, 18, 0.96));
	box-shadow: 0 20px 48px rgba(42, 33, 24, 0.28);
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.stwc-onboarding-banner__inner {
	padding: 28px 30px;
}

.stwc-onboarding-banner__welcome {
	margin-bottom: 22px;
}

.stwc-onboarding-banner__eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	color: #e0c57b;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.stwc-onboarding-banner__welcome h2 {
	margin: 0 0 8px;
	color: #fff8eb;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(1.5rem, 2.8vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.stwc-onboarding-banner__welcome p {
	margin: 0;
	color: rgba(255, 244, 222, 0.72);
	font-size: 15px;
	line-height: 1.5;
}

.stwc-onboarding-banner__guide {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 24px;
}

.stwc-onboarding-banner__step {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px;
	border-radius: 16px;
	background: rgba(255, 248, 235, 0.05);
	box-shadow: inset 0 0 0 1px rgba(224, 197, 123, 0.1);
}

.stwc-onboarding-banner__step-icon {
	flex: 0 0 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(224, 197, 123, 0.2), rgba(224, 197, 123, 0.08));
	color: #e0c57b;
}

.stwc-onboarding-banner__step-icon svg {
	width: 18px;
	height: 18px;
}

.stwc-onboarding-banner__step strong {
	display: block;
	margin-bottom: 4px;
	color: #fff8eb;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.stwc-onboarding-banner__step p {
	margin: 0;
	color: rgba(255, 244, 222, 0.62);
	font-size: 13px;
	line-height: 1.45;
}

.stwc-onboarding-banner__actions {
	display: flex;
	justify-content: flex-end;
}

.stwc-onboarding-banner__dismiss {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(180deg, #e0c57b, #b89a4e);
	color: #1a1208;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	box-shadow: 0 8px 20px rgba(198, 163, 74, 0.22);
}

.stwc-onboarding-banner__dismiss:hover,
.stwc-onboarding-banner__dismiss:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(198, 163, 74, 0.32);
}

.stwc-onboarding-banner__dismiss svg {
	width: 16px;
	height: 16px;
	transition: transform 0.15s ease;
}

.stwc-onboarding-banner__dismiss:hover svg {
	transform: translateX(3px);
}

@media (max-width: 900px) {
	.stwc-onboarding-banner__guide {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.stwc-onboarding-banner__inner {
		padding: 22px 20px;
	}
}

@media (max-width: 640px) {
	.stwc-onboarding-banner__step {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 10px;
	}

	.stwc-onboarding-banner__actions {
		justify-content: center;
	}

	.stwc-onboarding-banner__dismiss {
		width: 100%;
		justify-content: center;
	}
}

/* ── Navbar Mobile Responsive ── */

@media (max-width: 768px) {
	.stwc-home__navbar .stwc-home__nav-toggle {
		display: flex;
	}

	.stwc-home__navbar .stwc-home__nav-links {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		flex-direction: column;
		background: var(--bg);
		border-bottom: 1px solid var(--border);
		padding: 1rem 1.25rem;
		gap: 0.75rem;
		box-shadow: var(--shadow);
	}

	.stwc-home__navbar .stwc-home__nav-links.is-open {
		display: flex;
	}

	.stwc-home__navbar .stwc-home__nav-toggle[aria-expanded="true"] .stwc-home__nav-toggle-bar:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.stwc-home__navbar .stwc-home__nav-toggle[aria-expanded="true"] .stwc-home__nav-toggle-bar:nth-child(2) {
		opacity: 0;
	}

	.stwc-home__navbar .stwc-home__nav-toggle[aria-expanded="true"] .stwc-home__nav-toggle-bar:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}
}

@media (max-width: 640px) {
	.stwc-home__navbar .stwc-home__brand {
		font-size: 1.125rem;
	}

	.stwc-home__navbar .stwc-home__nav {
		padding: 0.875rem 1.25rem;
	}

	.stwc-home__navbar .stwc-home__nav-button {
		padding: 10px 20px;
		font-size: 13px;
	}
}

/* ── My Courses mobile priority pass ─────────────────────────────── */
@media (max-width: 782px) {
	body.stwc-site-shell.stwc-my-courses-page,
	body.stwc-site-shell.stwc-my-courses-page * ,
	body.stwc-site-shell.stwc-my-courses-page *::before,
	body.stwc-site-shell.stwc-my-courses-page *::after {
		box-sizing: border-box !important;
	}

	.stwc-site-shell.stwc-my-courses-page,
	.stwc-site-shell.stwc-my-courses-page .wp-site-blocks,
	.stwc-site-shell.stwc-my-courses-page #page,
	.stwc-site-shell.stwc-my-courses-page .stwc-my-courses-template,
	.stwc-site-shell.stwc-my-courses-page .stwc-my-courses-template > .entry-content.wp-block-post-content {
		width: 100% !important;
		min-width: 0 !important;
		height: auto !important;
		min-height: 100dvh !important;
		overflow-x: clip !important;
	}

	.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__main *,
	.stwc-site-shell.stwc-course-view-page .stwc-course-view *,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__canvas * {
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.stwc-site-shell.stwc-my-courses-page .stwc-my-courses-template {
		padding: 0 !important;
	}

	.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard,
	.stwc-site-shell.stwc-my-courses-page.stwc-course-view-page .stwc-student-dashboard {
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
		height: auto !important;
		min-height: 100dvh !important;
		overflow: visible !important;
		border-radius: 0 !important;
	}

	/* 1. Menu */
	.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__sidebar,
	.stwc-site-shell.stwc-course-view-page .stwc-student-dashboard__sidebar,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__sidebar {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		z-index: 1 !important;
		width: 100% !important;
		min-width: 0 !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		padding: 12px 12px 10px !important;
		border-right: 0 !important;
		border-bottom: 1px solid #e7dfd2 !important;
		background: rgba(250, 250, 249, 0.96) !important;
		backdrop-filter: blur(14px);
		overflow: visible !important;
	}

	.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__brand {
		display: flex !important;
		align-items: baseline !important;
		justify-content: space-between !important;
		gap: 10px !important;
		margin: 0 0 10px !important;
	}

	.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__brand h1 {
		font-size: 17px !important;
		line-height: 1.1 !important;
	}

	.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__brand p {
		font-size: 11px !important;
	}

	.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__nav {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px !important;
		padding: 0 !important;
		overflow: visible !important;
	}

	.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__nav-item {
		min-height: 44px !important;
		padding: 10px 11px !important;
		border: 1px solid #eee3d2 !important;
		border-radius: 12px !important;
		background: #fff !important;
		font-size: 12px !important;
		line-height: 1.15 !important;
		transform: none !important;
	}

	.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__nav-item.is-active {
		border-color: rgba(179, 139, 45, 0.38) !important;
		background: #fffbeb !important;
		transform: none !important;
	}

	.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__nav-item svg {
		width: 18px !important;
		height: 18px !important;
		flex: 0 0 18px !important;
	}

	.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__rail-foot {
		display: none !important;
	}

	/* 2. Mis Cursos */
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__main,
	.stwc-site-shell.stwc-course-view-page .stwc-course-view {
		width: 100% !important;
		margin-left: 0 !important;
		min-width: 0 !important;
		min-height: 0 !important;
		overflow: visible !important;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__canvas {
		width: 100% !important;
		max-width: 100% !important;
		padding: 20px 14px 28px !important;
		overflow: clip !important;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__welcome {
		margin-bottom: 24px !important;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__welcome h1 {
		font-size: 26px !important;
		line-height: 1.08 !important;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__overview-grid,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__focus-column,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__side-column,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__grid,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__stats-grid,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-inner {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__focus-column,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__side-column {
		grid-column: auto !important;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-course,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__general-progress,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__goal-card,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-panel {
		border-radius: 16px !important;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-course,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__general-progress,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__goal-card,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card__content {
		padding: 18px !important;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-image {
		width: 100% !important;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__featured-meta {
		grid-template-columns: 1fr !important;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__section-header {
		display: grid !important;
		grid-template-columns: 1fr !important;
		align-items: start !important;
		gap: 12px !important;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__section-link,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__hero-button,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-course-card__button {
		width: 100% !important;
	}

	/* 3. Curso seleccionado */
	.stwc-site-shell.stwc-course-view-page .stwc-course-view__learning-shell {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 18px !important;
		width: auto !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 14px !important;
		overflow: clip !important;
	}

	.stwc-site-shell.stwc-course-view-page .stwc-course-view__main,
	.stwc-site-shell.stwc-course-view-page .stwc-course-view__curriculum {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.stwc-site-shell.stwc-course-view-page .stwc-course-view__media-card,
	.stwc-site-shell.stwc-course-view-page .stwc-course-view__hero,
	.stwc-site-shell.stwc-course-view-page .stwc-course-view__block,
	.stwc-site-shell.stwc-course-view-page .stwc-course-view__progress-card,
	.stwc-site-shell.stwc-course-view-page .stwc-course-view__streak-card,
	.stwc-site-shell.stwc-course-view-page .stwc-course-view__curriculum {
		border-radius: 16px !important;
	}

	.stwc-site-shell.stwc-course-view-page .stwc-course-view__hero,
	.stwc-site-shell.stwc-course-view-page .stwc-course-view__block,
	.stwc-site-shell.stwc-course-view-page .stwc-course-view__curriculum {
		padding: 18px !important;
	}

	.stwc-site-shell.stwc-course-view-page .stwc-course-view__hero {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
	}

	.stwc-site-shell.stwc-course-view-page .stwc-course-view__hero h1 {
		font-size: clamp(1.8rem, 9vw, 2.45rem) !important;
	}

	.stwc-site-shell.stwc-course-view-page .stwc-course-view__content-grid,
	.stwc-site-shell.stwc-course-view-page .stwc-course-view__learn-grid {
		grid-template-columns: 1fr !important;
	}

	.stwc-site-shell.stwc-course-view-page .stwc-course-view__lesson-top,
	.stwc-site-shell.stwc-course-view-page .stwc-course-view__lesson-meta {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 10px !important;
		align-items: start !important;
	}

	/* 4. Mi cuenta + subpaneles */
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-layout,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-grid,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-grid,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-form,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__order-row {
		grid-template-columns: 1fr !important;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-profile,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-card,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-panel {
		padding: 18px !important;
		border-radius: 16px !important;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-content {
		margin-top: 0 !important;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__account-panel-head {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-form .form-row-wide,
	.stwc-site-shell.stwc-my-courses-page:not(.stwc-course-view-page) .stwc-student-dashboard__address-form button[type="submit"] {
		grid-column: auto !important;
	}
}

@media (max-width: 420px) {
	.stwc-site-shell.stwc-my-courses-page .stwc-student-dashboard__nav {
		grid-template-columns: 1fr !important;
	}
}

/* ── WooCommerce cart/checkout mobile hardening ─────────────────── */
@media (max-width: 782px) {
	body.stwc-site-shell.woocommerce-cart,
	body.stwc-site-shell.woocommerce-checkout,
	body.stwc-site-shell.woocommerce-cart *,
	body.stwc-site-shell.woocommerce-checkout *,
	body.stwc-site-shell.woocommerce-cart *::before,
	body.stwc-site-shell.woocommerce-cart *::after,
	body.stwc-site-shell.woocommerce-checkout *::before,
	body.stwc-site-shell.woocommerce-checkout *::after {
		box-sizing: border-box !important;
	}

	.stwc-site-shell.woocommerce-cart main,
	.stwc-site-shell.woocommerce-checkout main,
	.stwc-site-shell.woocommerce-cart .entry-content,
	.stwc-site-shell.woocommerce-checkout .entry-content,
	.stwc-site-shell.woocommerce-cart .wp-block-post-content,
	.stwc-site-shell.woocommerce-checkout .wp-block-post-content {
		width: 100% !important;
		max-width: 100% !important;
		padding: 24px 14px !important;
		overflow-x: clip !important;
	}

	.stwc-site-shell.woocommerce-cart .woocommerce,
	.stwc-site-shell.woocommerce-checkout .woocommerce,
	.stwc-site-shell.woocommerce-cart form,
	.stwc-site-shell.woocommerce-checkout form,
	.stwc-site-shell.woocommerce-cart table,
	.stwc-site-shell.woocommerce-checkout table {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.stwc-site-shell.woocommerce-cart .woocommerce-message,
	.stwc-site-shell.woocommerce-cart .wc-block-components-notice-banner,
	.stwc-site-shell.woocommerce-checkout .woocommerce-info,
	.stwc-site-shell.woocommerce-checkout .wc-block-components-notice-banner,
	.stwc-site-shell.woocommerce-checkout .woocommerce-message,
	.stwc-site-shell.woocommerce-checkout .woocommerce-error {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 12px !important;
		margin: 0 0 16px !important;
		padding: 16px !important;
		border-radius: 16px !important;
		line-height: 1.45 !important;
	}

	.stwc-site-shell.woocommerce-cart .woocommerce-message::before,
	.stwc-site-shell.woocommerce-cart .wc-block-components-notice-banner::before,
	.stwc-site-shell.woocommerce-checkout .woocommerce-info::before,
	.stwc-site-shell.woocommerce-checkout .wc-block-components-notice-banner::before,
	.stwc-site-shell.woocommerce-checkout .woocommerce-message::before,
	.stwc-site-shell.woocommerce-checkout .woocommerce-error::before {
		position: static !important;
		transform: none !important;
	}

	.stwc-site-shell.woocommerce-cart .wc-block-components-notice-banner__content,
	.stwc-site-shell.woocommerce-checkout .wc-block-components-notice-banner__content {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 12px !important;
		width: 100% !important;
	}

	.stwc-site-shell.woocommerce-cart .woocommerce-message a.button,
	.stwc-site-shell.woocommerce-cart .wc-block-components-notice-banner a.button {
		width: 100% !important;
		min-height: 48px !important;
		margin: 0 !important;
		float: none !important;
		position: static !important;
	}

	.stwc-site-shell.woocommerce-cart h1,
	.stwc-site-shell.woocommerce-checkout h1 {
		font-size: clamp(32px, 10vw, 44px) !important;
		line-height: 1 !important;
	}

	/* Classic cart */
	.stwc-site-shell.woocommerce-cart .woocommerce-cart-form,
	.stwc-site-shell.woocommerce-cart .cart_totals {
		padding: 16px !important;
		border: 1px solid rgba(184, 134, 11, 0.16) !important;
		border-radius: 18px !important;
		background: rgba(255, 255, 255, 0.96) !important;
		box-shadow: 0 18px 42px rgba(15, 10, 2, 0.06) !important;
	}

	.stwc-site-shell.woocommerce-cart table.shop_table_responsive,
	.stwc-site-shell.woocommerce-cart table.shop_table_responsive tbody,
	.stwc-site-shell.woocommerce-cart table.shop_table_responsive tr,
	.stwc-site-shell.woocommerce-cart table.shop_table_responsive td {
		display: block !important;
		width: 100% !important;
	}

	.stwc-site-shell.woocommerce-cart table.shop_table_responsive thead {
		display: none !important;
	}

	.stwc-site-shell.woocommerce-cart table.shop_table_responsive tr.cart_item {
		display: grid !important;
		grid-template-columns: 44px minmax(0, 1fr) !important;
		gap: 10px 12px !important;
		padding: 14px 0 !important;
		border-bottom: 1px solid rgba(34, 22, 13, 0.1) !important;
	}

	.stwc-site-shell.woocommerce-cart table.shop_table_responsive td {
		padding: 8px 0 !important;
		border: 0 !important;
		text-align: left !important;
	}

	.stwc-site-shell.woocommerce-cart td.product-remove {
		grid-row: 1 / span 4 !important;
	}

	.stwc-site-shell.woocommerce-cart td.product-remove a.remove {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 38px !important;
		height: 38px !important;
		border-radius: 999px !important;
		background: rgba(140, 31, 18, 0.06) !important;
		color: #8c1f12 !important;
		text-decoration: none !important;
	}

	.stwc-site-shell.woocommerce-cart td.product-name,
	.stwc-site-shell.woocommerce-cart td.product-thumbnail,
	.stwc-site-shell.woocommerce-cart td.product-price,
	.stwc-site-shell.woocommerce-cart td.product-quantity,
	.stwc-site-shell.woocommerce-cart td.product-subtotal {
		grid-column: 2 !important;
	}

	.stwc-site-shell.woocommerce-cart td.product-thumbnail {
		padding-top: 0 !important;
	}

	.stwc-site-shell.woocommerce-cart td.product-thumbnail a,
	.stwc-site-shell.woocommerce-cart td.product-thumbnail img {
		display: block !important;
		width: 96px !important;
		max-width: 96px !important;
		height: 96px !important;
		object-fit: cover !important;
		border-radius: 18px !important;
	}

	.stwc-site-shell.woocommerce-cart td.product-name a {
		color: #20130b !important;
		font-weight: 800 !important;
		text-decoration-thickness: 1px !important;
	}

	.stwc-site-shell.woocommerce-cart table.shop_table_responsive td::before {
		display: block !important;
		float: none !important;
		margin: 0 0 4px !important;
		color: rgba(34, 22, 13, 0.58) !important;
		font-size: 11px !important;
		font-weight: 800 !important;
		letter-spacing: 0.08em !important;
		text-transform: uppercase !important;
	}

	.stwc-site-shell.woocommerce-cart td.product-remove::before,
	.stwc-site-shell.woocommerce-cart td.product-thumbnail::before,
	.stwc-site-shell.woocommerce-cart td.actions::before,
	.stwc-site-shell.woocommerce-cart .cart_totals table.shop_table_responsive td::before {
		display: none !important;
		content: "" !important;
	}

	.stwc-site-shell.woocommerce-cart .quantity,
	.stwc-site-shell.woocommerce-cart .quantity input.qty {
		width: 100% !important;
		max-width: 100% !important;
	}

	.stwc-site-shell.woocommerce-cart .quantity input.qty {
		min-height: 48px !important;
		border-radius: 14px !important;
		text-align: center !important;
	}

	.stwc-site-shell.woocommerce-cart td.actions,
	.stwc-site-shell.woocommerce-cart td.actions .coupon {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 10px !important;
		width: 100% !important;
	}

	.stwc-site-shell.woocommerce-cart td.actions .coupon input.input-text,
	.stwc-site-shell.woocommerce-cart td.actions .coupon button,
	.stwc-site-shell.woocommerce-cart td.actions > button {
		width: 100% !important;
		min-height: 52px !important;
		margin: 0 !important;
		border-radius: 16px !important;
	}

	.stwc-site-shell.woocommerce-cart .cart-collaterals,
	.stwc-site-shell.woocommerce-cart .cart_totals {
		width: 100% !important;
		float: none !important;
		margin-top: 18px !important;
	}

	.stwc-site-shell.woocommerce-cart .cart_totals table,
	.stwc-site-shell.woocommerce-cart .cart_totals tbody,
	.stwc-site-shell.woocommerce-cart .cart_totals tr,
	.stwc-site-shell.woocommerce-cart .cart_totals th,
	.stwc-site-shell.woocommerce-cart .cart_totals td {
		display: block !important;
		width: 100% !important;
		text-align: left !important;
	}

	.stwc-site-shell.woocommerce-cart .cart_totals tr {
		padding: 12px 0 !important;
		border-bottom: 1px solid rgba(34, 22, 13, 0.1) !important;
	}

	.stwc-site-shell.woocommerce-cart .cart_totals th,
	.stwc-site-shell.woocommerce-cart .cart_totals td {
		padding: 6px 0 !important;
		border: 0 !important;
	}

	.stwc-site-shell.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
		width: 100% !important;
		min-height: 56px !important;
		margin: 14px 0 0 !important;
		border-radius: 18px !important;
	}

	/* Classic checkout */
	.stwc-site-shell.woocommerce-checkout form.checkout,
	.stwc-site-shell.woocommerce-checkout .col2-set,
	.stwc-site-shell.woocommerce-checkout .woocommerce-billing-fields,
	.stwc-site-shell.woocommerce-checkout .woocommerce-additional-fields,
	.stwc-site-shell.woocommerce-checkout #order_review {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.stwc-site-shell.woocommerce-checkout .col2-set .col-1,
	.stwc-site-shell.woocommerce-checkout .col2-set .col-2 {
		width: 100% !important;
		float: none !important;
		margin: 0 !important;
	}

	.stwc-site-shell.woocommerce-checkout .woocommerce-billing-fields,
	.stwc-site-shell.woocommerce-checkout .woocommerce-additional-fields,
	.stwc-site-shell.woocommerce-checkout #order_review {
		margin: 0 0 18px !important;
		padding: 16px !important;
		border: 1px solid rgba(184, 134, 11, 0.16) !important;
		border-radius: 18px !important;
		background: rgba(255, 255, 255, 0.96) !important;
		box-shadow: 0 18px 42px rgba(15, 10, 2, 0.06) !important;
	}

	.stwc-site-shell.woocommerce-checkout .form-row,
	.stwc-site-shell.woocommerce-checkout .form-row-first,
	.stwc-site-shell.woocommerce-checkout .form-row-last,
	.stwc-site-shell.woocommerce-checkout .form-row-wide {
		display: block !important;
		width: 100% !important;
		float: none !important;
		clear: both !important;
		margin: 0 0 14px !important;
	}

	.stwc-site-shell.woocommerce-checkout input.input-text,
	.stwc-site-shell.woocommerce-checkout textarea,
	.stwc-site-shell.woocommerce-checkout select,
	.stwc-site-shell.woocommerce-checkout .select2-container,
	.stwc-site-shell.woocommerce-checkout .select2-selection {
		width: 100% !important;
		max-width: 100% !important;
		min-height: 50px !important;
		border-radius: 14px !important;
		font-size: 16px !important;
	}

	.stwc-site-shell.woocommerce-checkout #order_review table.shop_table,
	.stwc-site-shell.woocommerce-checkout #order_review table.shop_table tbody,
	.stwc-site-shell.woocommerce-checkout #order_review table.shop_table tfoot,
	.stwc-site-shell.woocommerce-checkout #order_review table.shop_table tr,
	.stwc-site-shell.woocommerce-checkout #order_review table.shop_table th,
	.stwc-site-shell.woocommerce-checkout #order_review table.shop_table td {
		width: 100% !important;
		max-width: 100% !important;
	}

	.stwc-site-shell.woocommerce-checkout #payment {
		border-radius: 18px !important;
		overflow: hidden !important;
	}

	.stwc-site-shell.woocommerce-checkout #payment .payment_box,
	.stwc-site-shell.woocommerce-checkout #payment .woocommerce-privacy-policy-text,
	.stwc-site-shell.woocommerce-checkout .stwc-checkout-policy-notice {
		margin: 12px 0 !important;
		padding: 14px !important;
		border-radius: 14px !important;
		font-size: 13px !important;
		line-height: 1.5 !important;
	}

	.stwc-site-shell.woocommerce-checkout #place_order {
		width: 100% !important;
		min-height: 56px !important;
		margin-top: 12px !important;
		border-radius: 18px !important;
	}
}

/* ── Account auth flows: register + lost password ───────────────── */
.stwc-account-register-page .woocommerce-form-login {
	display: none !important;
}

.stwc-account-register-page .woocommerce > h2 {
	display: none !important;
}

.stwc-account-register-page .stwc-account-login-hero__card > h2 {
	display: none !important;
}

.stwc-account-lost-password-page .woocommerce-ResetPassword:not(.stwc-account-password-code-form) {
	display: none !important;
}

.stwc-account-login-page .woocommerce-form-login .lost_password {
	display: none !important;
}

.stwc-account-login-page .woocommerce form.stwc-account-register-form,
.stwc-account-login-page .woocommerce form.lost_reset_password,
.stwc-account-login-page .woocommerce form.woocommerce-ResetPassword {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.stwc-account-login-page .woocommerce form.stwc-account-register-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 14px;
}

.stwc-account-login-page .woocommerce form.stwc-account-register-form .form-row {
	width: 100%;
	margin: 0;
}

.stwc-account-login-page .woocommerce form.stwc-account-register-form .form-row-wide,
.stwc-account-login-page .woocommerce form.stwc-account-register-form .form-row:last-child {
	grid-column: 1 / -1;
}

.stwc-account-login-page .woocommerce form.lost_reset_password p:first-child,
.stwc-account-login-page .woocommerce form.woocommerce-ResetPassword p:first-child {
	margin: 0 0 18px;
	color: rgba(34, 22, 13, 0.72);
	font-size: 14px;
	line-height: 1.55;
}

.stwc-account-login-page .stwc-account-verification-form__hint,
.stwc-account-login-page .stwc-account-verification-form__back {
	grid-column: 1 / -1;
	margin: 0 0 14px;
	color: rgba(34, 22, 13, 0.72);
	font-size: 14px;
	line-height: 1.55;
	text-align: center;
}

.stwc-account-login-page .stwc-account-verification-form__back a {
	color: #a17400;
	font-weight: 800;
	text-decoration: none;
}

.stwc-account-login-page .woocommerce form.lost_reset_password .form-row,
.stwc-account-login-page .woocommerce form.woocommerce-ResetPassword .form-row {
	margin: 0 0 16px;
}

.stwc-account-login-page .woocommerce form.lost_reset_password button,
.stwc-account-login-page .woocommerce form.woocommerce-ResetPassword button,
.stwc-account-login-page .woocommerce form.stwc-account-register-form button {
	width: 100%;
}

.stwc-account-login-page .woocommerce form.stwc-account-register-form button.is-loading {
	cursor: wait;
	opacity: 0.78;
	position: relative;
}

.stwc-account-login-page .woocommerce form.stwc-account-register-form button.is-loading::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 10px;
	border: 2px solid rgba(255, 255, 255, 0.42);
	border-top-color: #ffffff;
	border-radius: 999px;
	vertical-align: -2px;
	animation: stwc-button-spin 0.75s linear infinite;
}

@keyframes stwc-button-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 640px) {
	.stwc-account-login-page .woocommerce form.stwc-account-register-form {
		grid-template-columns: 1fr;
	}
}
