/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0.0
Text Domain: blocksy-child
*/
:root {
	--ss-ink: #172033;
	--ss-copy: #4d5a71;
	--ss-surface: #ffffff;
	--ss-soft: #f4efe7;
	--ss-accent: #d96d3b;
	--ss-accent-dark: #a94a21;
	--ss-deep: #1b3558;
	--ss-border: rgba(23, 32, 51, 0.1);
	--ss-shadow: 0 24px 60px rgba(15, 31, 54, 0.12);
}

body {
	background: #222;
}

.ct-container {
	width: min(1180px, calc(100vw - 48px));
}

.ss-homepage,
.ss-journal-main,
.ss-archive-main,
.ss-page-main,
.ss-single-main {
	padding-top: 36px;
	padding-bottom: 72px;
}

.ss-hero,
.ss-section,
.ss-journal-hero,
.ss-journal-featured,
.ss-posts-shell,
.ss-archive-hero,
.ss-page-hero,
.ss-page-content,
.ss-page-comments,
.ss-single-hero,
.ss-single-content-wrap,
.ss-single-nav {
	border-radius: 32px;
	box-shadow: var(--ss-shadow);
}

.ss-hero {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 36px;
	align-items: center;
	padding: 56px;
	background: linear-gradient(135deg, #f7efe2 0%, #fffdf8 50%, #edf4fb 100%);
}

.ss-eyebrow {
	margin: 0 0 16px;
	color: var(--ss-accent-dark);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.ss-hero__title,
.ss-section h2,
.ss-journal-hero h1,
.ss-journal-featured h2,
.ss-post-list__body h3,
.ss-archive-hero h1,
.ss-page-hero h1,
.ss-single-hero h1,
.ss-post-card h3 {
	font-family: Georgia, serif;
	line-height: 1.04;
	letter-spacing: -0.03em;
	color: var(--ss-ink);
}

.ss-hero__title,
.ss-journal-hero h1,
.ss-archive-hero h1,
.ss-page-hero h1,
.ss-single-hero h1 {
	font-size: clamp(2.6rem, 5vw, 4.6rem);
	margin: 0;
}

.ss-hero__lead,
.ss-story-card p,
.ss-category-card p,
.ss-post-card p,
.ss-journal-featured p,
.ss-post-list__body p,
.ss-archive-description,
.ss-page-content,
.ss-single-content {
	font-size: 1.15rem;
	line-height: 1.9;
	color: var(--ss-copy);
}

.ss-button,
.ss-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 22px;
	border-radius: 999px;
	font-size: 1.05rem;
	font-weight: 700;
	text-decoration: none;
}

.ss-button--primary { background: var(--ss-accent); color: #fff; }
.ss-button--ghost { background: rgba(255,255,255,0.7); color: var(--ss-ink); border: 1px solid var(--ss-border); }
.ss-hero__actions,.ss-socials { display:flex; flex-wrap:wrap; gap:14px; margin-top: 30px; }

.ss-portrait-card { position: relative; padding: 22px; border-radius: 30px; background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,241,232,0.98)); }
.ss-portrait-card img { display:block; width:min(100%,420px); margin:0 auto; border-radius:26px; }
.ss-portrait-card__note { position:absolute; left:18px; right:18px; bottom:18px; padding:16px 18px; border-radius:22px; background: rgba(23,32,51,0.84); color:#fff; }
.ss-note__label { display:block; margin-bottom:6px; color:rgba(255,255,255,0.72); font-size:11px; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; }

.ss-section,
.ss-journal-hero,
.ss-journal-featured,
.ss-posts-shell,
.ss-archive-hero,
.ss-page-hero,
.ss-page-content,
.ss-page-comments,
.ss-single-content-wrap,
.ss-single-nav {
	margin-top: 28px;
	padding: 42px;
	background: var(--ss-surface);
}

.ss-section--soft { background: linear-gradient(180deg, #fff 0%, #faf7f1 100%); }
.ss-section--accent { background: linear-gradient(135deg, #1f3654 0%, #315274 100%); }
.ss-section--accent h2,.ss-section--accent .ss-eyebrow,.ss-section--accent .ss-topic-pill { color:#fff; }
.ss-section__header,.ss-posts-shell__header { max-width: 760px; margin-bottom: 24px; }
.ss-section__header--split { display:flex; justify-content:space-between; align-items:flex-end; gap:20px; max-width:none; }
.ss-section h2,.ss-posts-shell__header h2 { margin:0; font-size: clamp(2rem, 3.2vw, 3rem); }
.ss-story-grid,.ss-category-grid,.ss-post-grid,.ss-post-list { display:grid; gap:20px; }
.ss-story-grid { grid-template-columns: repeat(3, 1fr); }
.ss-category-grid { grid-template-columns: repeat(4, 1fr); }
.ss-post-grid { grid-template-columns: repeat(3, 1fr); }
.ss-story-card,.ss-category-card,.ss-post-card,.ss-post-list__item { border:1px solid var(--ss-border); border-radius:26px; background:#fff; box-shadow:0 18px 38px rgba(15,31,54,0.08); }
.ss-story-card,.ss-category-card { padding: 28px; }
.ss-category-card { text-decoration:none; color:var(--ss-ink); background: linear-gradient(180deg, #fff 0%, #f8f4ec 100%); }
.ss-category-card__meta,.ss-post-card__meta,.ss-post-list__meta,.ss-journal-featured__meta,.ss-single-hero__meta { font-size: 1rem; color: var(--ss-accent-dark); }
.ss-topic-cloud { display:flex; flex-wrap:wrap; gap:12px; }
.ss-topic-pill { padding:12px 18px; border-radius:999px; background: rgba(255,255,255,0.09); border: 1px solid rgba(255,255,255,0.18); }
.ss-post-card__image { display:block; aspect-ratio:4/3; background: linear-gradient(135deg, #f0dfd3 0%, #c9d8ea 100%); }
.ss-post-card__image img { width:100%; height:100%; object-fit:cover; display:block; }
.ss-post-card__body { padding:24px; }
.ss-post-card h3,.ss-post-list__body h3,.ss-journal-featured h2 { font-size: 2rem; margin: 8px 0 10px; }
.ss-journal-featured { display:grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px; }
.ss-journal-featured__media a,.ss-post-list__thumb { display:block; border-radius:22px; overflow:hidden; background: linear-gradient(135deg, #f0dfd3 0%, #cad8ea 100%); }
.ss-journal-featured__media img,.ss-post-list__thumb img,.ss-page-hero__image img,.ss-single-hero__image img { display:block; width:100%; height:100%; object-fit:cover; }
.ss-post-list__item { display:grid; grid-template-columns: 280px 1fr; gap:22px; align-items:stretch; padding:18px; background: linear-gradient(180deg, #fff 0%, #fbf8f2 100%); }
.ss-post-list__body { display:flex; flex-direction:column; justify-content:center; }
.ss-text-link { margin-top:14px; font-weight:700; color:var(--ss-accent-dark); text-decoration:none; }
.ss-pagination-wrap { margin-top: 28px; }
.ss-pagination-wrap .page-numbers { display:inline-flex; min-width:46px; min-height:46px; align-items:center; justify-content:center; padding:0 16px; border-radius:999px; background:#fff6ef; margin-right: 10px; }
.ss-archive-hero,.ss-page-hero { background: linear-gradient(135deg, #f4ede4 0%, #ffffff 50%, #edf3fa 100%); }
.ss-page-hero__image,.ss-single-hero__image { margin-top:24px; border-radius:24px; overflow:hidden; max-height:580px; }
.ss-page-content a,.ss-single-content a { color: var(--ss-accent-dark); }
.ss-single-hero { background: linear-gradient(135deg, #1d3554 0%, #2d5175 100%); color: #fff; padding:34px; }
.ss-single-hero h1,.ss-single-hero .ss-eyebrow,.ss-single-hero__meta,.ss-single-hero__cats a { color:#fff; }
.ss-single-hero__cats { display:flex; gap:10px; flex-wrap:wrap; }
.ss-single-hero__cats a { padding:8px 14px; border-radius:999px; background: rgba(255,255,255,0.12); text-decoration:none; }
.ss-single-nav .nav-links { display:grid; grid-template-columns: repeat(2, 1fr); gap:16px; }
.ss-single-nav a { display:block; padding:18px 20px; border-radius:20px; background:#f8f4ec; text-decoration:none; }
.ss-nav-label { display:block; margin-bottom:6px; font-size:0.78rem; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:var(--ss-accent-dark); }

@media (max-width: 1100px) {
	.ss-hero,.ss-journal-featured,.ss-story-grid,.ss-category-grid,.ss-post-grid,.ss-post-list__item,.ss-single-nav .nav-links { grid-template-columns: 1fr; }
	.ss-section__header--split { align-items:flex-start; flex-direction:column; }
}

@media (max-width: 767px) {
	.ct-container { width: min(100vw - 28px, 1180px); }
	.ss-homepage,.ss-journal-main,.ss-archive-main,.ss-page-main,.ss-single-main { padding-top:20px; padding-bottom:48px; }
	.ss-hero,.ss-section,.ss-journal-hero,.ss-journal-featured,.ss-posts-shell,.ss-archive-hero,.ss-page-hero,.ss-page-content,.ss-page-comments,.ss-single-hero,.ss-single-content-wrap,.ss-single-nav { padding:24px 18px; border-radius:24px; }
	.ss-hero__lead,.ss-story-card p,.ss-category-card p,.ss-post-card p,.ss-journal-featured p,.ss-post-list__body p,.ss-archive-description,.ss-page-content,.ss-single-content { font-size: 1.02rem; }
	.ss-post-card h3,.ss-post-list__body h3,.ss-journal-featured h2 { font-size: 1.7rem; }
	.ss-button,.ss-social-link { width:100%; }
}

#header.ct-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	backdrop-filter: blur(16px);
}

#header [data-device="desktop"] [data-row="middle"] {
	background: rgba(255, 251, 245, 0.92);
	border-bottom: 1px solid rgba(23, 32, 51, 0.08);
	box-shadow: 0 8px 30px rgba(15, 31, 54, 0.08);
}

#header .site-title {
	font-family: Georgia, serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.03em;
}

#header .site-title a {
	color: #172033;
}

#header .menu > li > a {
	font-size: 1.04rem;
	font-weight: 700;
	padding: 12px 16px;
	border-radius: 999px;
}

#header .menu > li.current-menu-item > a,
#header .menu > li > a:hover {
	background: rgba(217, 109, 59, 0.12);
	color: #a94a21;
}

#header .ct-header-search {
	padding: 0 0 0 14px;
}

#header .ct-header-search .ct-icon,
#header .ct-header-trigger .ct-icon {
	width: 18px;
	height: 18px;
}

.ss-site-footer {
	padding: 28px 0 36px;
	background: transparent;
}

.ss-site-footer__grid,
.ss-site-footer__bottom {
	background: linear-gradient(135deg, #fcf7ef 0%, #fff 50%, #eef3fa 100%);
	border: 1px solid rgba(23, 32, 51, 0.08);
	border-radius: 30px;
	box-shadow: 0 24px 60px rgba(15, 31, 54, 0.1);
}

.ss-site-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
	gap: 28px;
	padding: 34px 30px;
}

.ss-site-footer__brand h2 {
	margin: 0 0 14px;
	font-family: Georgia, serif;
	font-size: 2.2rem;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: #172033;
}

.ss-site-footer__brand p,
.ss-site-footer__links li,
.ss-site-footer__topics li,
.ss-site-footer__bottom p {
	font-size: 1.05rem;
	line-height: 1.85;
	color: #58667d;
}

.ss-site-footer h3 {
	margin: 0 0 16px;
	font-family: Georgia, serif;
	font-size: 1.45rem;
	color: #172033;
}

.ss-site-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ss-site-footer li + li {
	margin-top: 10px;
}

.ss-site-footer a {
	color: #1b3558;
	text-decoration: none;
}

.ss-site-footer a:hover {
	color: #a94a21;
}

.ss-footer-socials {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ss-site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 16px;
	padding: 18px 24px;
}

.ss-site-footer__bottom p {
	margin: 0;
}

@media (max-width: 1100px) {
	.ss-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	#header .site-title {
		font-size: 1.5rem;
	}

	.ss-site-footer__grid,
	.ss-site-footer__bottom {
		padding: 24px 18px;
		border-radius: 24px;
	}

	.ss-site-footer__grid,
	.ss-site-footer__bottom {
		grid-template-columns: 1fr;
	}

	.ss-site-footer__bottom {
		display: block;
	}

	.ss-site-footer__bottom p + p {
		margin-top: 8px;
	}
}

.ss-learning-main {
	padding-top: 36px;
	padding-bottom: 72px;
}

.ss-learning-hero,
.ss-learning-card {
	border-radius: 32px;
	box-shadow: var(--ss-shadow);
}

.ss-learning-hero {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 30px;
	align-items: center;
	padding: 48px;
	background: linear-gradient(135deg, #eef3fb 0%, #fff 48%, #f7efe2 100%);
}

.ss-learning-hero h1 {
	margin: 0;
	font-family: Georgia, serif;
	font-size: clamp(2.6rem, 4.8vw, 4.5rem);
	line-height: 1.04;
	letter-spacing: -0.03em;
	color: #172033;
}

.ss-learning-hero p {
	font-size: 1.14rem;
	line-height: 1.9;
	color: #58667d;
}

.ss-learning-hero__panel {
	display: grid;
	gap: 16px;
}

.ss-learning-stat {
	padding: 22px 24px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(23, 32, 51, 0.08);
}

.ss-learning-stat strong {
	display: block;
	font-size: 1.35rem;
	color: #172033;
}

.ss-learning-stat span {
	display: block;
	margin-top: 6px;
	font-size: 1rem;
	line-height: 1.7;
	color: #58667d;
}

.ss-learning-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.ss-learning-card {
	overflow: hidden;
	border: 1px solid var(--ss-border);
	background: #fff;
}

.ss-learning-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, #f0dfd3 0%, #cad8ea 100%);
}

.ss-learning-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ss-learning-card__body {
	padding: 26px;
}

.ss-learning-card__body h3 {
	margin: 8px 0 12px;
	font-family: Georgia, serif;
	font-size: 1.9rem;
	line-height: 1.15;
}

.ss-learning-card__body p {
	font-size: 1.08rem;
	line-height: 1.85;
	color: #58667d;
}

@media (max-width: 1100px) {
	.ss-learning-hero,
	.ss-learning-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.ss-learning-main {
		padding-top: 20px;
		padding-bottom: 48px;
	}

	.ss-learning-hero,
	.ss-learning-card__body {
		padding: 24px 18px;
	}

	.ss-learning-card__body h3 {
		font-size: 1.6rem;
	}
}

.ss-about-main,
.ss-contact-main {
	padding-top: 36px;
	padding-bottom: 72px;
}

.ss-about-hero,
.ss-contact-hero,
.ss-contact-card {
	border-radius: 32px;
	box-shadow: var(--ss-shadow);
}

.ss-about-hero {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 30px;
	align-items: center;
	padding: 48px;
	background: linear-gradient(135deg, #f7efe2 0%, #fff 48%, #edf4fb 100%);
}

.ss-about-hero h1,
.ss-contact-hero h1,
.ss-contact-card h2 {
	margin: 0;
	font-family: Georgia, serif;
	color: #172033;
	line-height: 1.06;
	letter-spacing: -0.03em;
}

.ss-about-hero h1,
.ss-contact-hero h1 {
	font-size: clamp(2.6rem, 4.8vw, 4.4rem);
}

.ss-about-hero p,
.ss-contact-hero p,
.ss-contact-card p,
.ss-contact-card li,
.ss-contact-card a,
.ss-contact-points span {
	font-size: 1.12rem;
	line-height: 1.9;
	color: #58667d;
}

.ss-about-hero__image img {
	display: block;
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
	border-radius: 28px;
}

.ss-contact-hero {
	padding: 42px;
	background: linear-gradient(135deg, #eef3fb 0%, #fff 55%, #f7efe2 100%);
}

.ss-contact-grid {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 24px;
	margin-top: 28px;
}

.ss-contact-card {
	padding: 32px;
	background: #fff;
}

.ss-contact-card h2 {
	font-size: 2rem;
	margin-bottom: 14px;
}

.ss-contact-links {
	display: grid;
	gap: 10px;
	margin: 22px 0 28px;
}

.ss-contact-links a {
	display: inline-flex;
	padding: 14px 18px;
	border-radius: 18px;
	background: #f8f4ec;
	text-decoration: none;
	color: #172033;
	font-weight: 600;
}

.ss-contact-links a:hover {
	color: #a94a21;
}

.ss-contact-points {
	display: grid;
	gap: 16px;
}

.ss-contact-points div {
	padding: 18px 18px;
	border-radius: 18px;
	background: linear-gradient(180deg, #fff 0%, #faf7f1 100%);
	border: 1px solid rgba(23, 32, 51, 0.08);
}

.ss-contact-points strong {
	display: block;
	margin-bottom: 6px;
	font-size: 1.1rem;
	color: #172033;
}

.ss-contact-form-wrap p {
	margin-bottom: 16px;
}

.ss-contact-form-wrap label {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	color: #172033;
}

.ss-contact-form-wrap input[type='text'],
.ss-contact-form-wrap input[type='email'],
.ss-contact-form-wrap textarea {
	width: 100%;
	padding: 14px 16px;
	margin-top: 8px;
	border-radius: 16px;
	border: 1px solid rgba(23, 32, 51, 0.12);
	background: #fff;
	font-size: 1rem;
}

.ss-contact-form-wrap textarea {
	min-height: 180px;
}

.ss-contact-form-wrap input[type='submit'] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border: 0;
	border-radius: 999px;
	background: #d96d3b;
	color: #fff;
	font-size: 1.04rem;
	font-weight: 700;
}

@media (max-width: 1100px) {
	.ss-about-hero,
	.ss-contact-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.ss-about-main,
	.ss-contact-main {
		padding-top: 20px;
		padding-bottom: 48px;
	}

	.ss-about-hero,
	.ss-contact-hero,
	.ss-contact-card {
		padding: 24px 18px;
		border-radius: 24px;
	}

	.ss-contact-card h2 {
		font-size: 1.7rem;
	}
}

.ss-lms-archive-main,
.ss-lms-single-main {
	padding-top: 36px;
	padding-bottom: 72px;
}

.ss-lms-archive-hero,
.ss-lms-single-hero,
.ss-lms-section-card,
.course-summary-sidebar__inner,
.learn-press-form-login,
.learn-press-form-register,
.learn-press-checkout,
.learn-press-profile,
.lp-order-details {
	border-radius: 32px;
	box-shadow: var(--ss-shadow);
}

.ss-lms-archive-hero,
.ss-lms-single-hero {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	gap: 30px;
	align-items: center;
	padding: 48px;
	background: linear-gradient(135deg, #eef3fb 0%, #fff 50%, #f7efe2 100%);
}

.ss-lms-archive-hero h1,
.ss-lms-single-hero h1,
.learn-press-courses-header h2,
.course-title {
	margin: 0;
	font-family: Georgia, serif;
	font-size: clamp(2.5rem, 4.8vw, 4.4rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #172033;
}

.ss-lms-archive-hero p,
.ss-lms-single-hero p,
.ss-lms-section-card,
.learn-press-form-login,
.learn-press-form-register,
.learn-press-checkout,
.learn-press-profile,
.lp-order-details {
	font-size: 1.08rem;
	line-height: 1.85;
	color: #58667d;
}

.ss-lms-archive-shell,
.ss-lms-single-shell {
	margin-top: 28px;
}

.ss-lms-single-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 24px;
	align-items: start;
}

.ss-lms-section-card,
.course-summary-sidebar__inner,
.learn-press-form-login,
.learn-press-form-register,
.learn-press-checkout,
.learn-press-profile,
.lp-order-details {
	padding: 32px;
	background: #fff;
}

.ss-lms-archive-content .learn-press-courses-header {
	margin-bottom: 24px;
}

.learn-press-courses[data-layout],
ul.learn-press-courses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ss-lms-course-card {
	overflow: hidden;
	min-height: 100%;
	border: 1px solid rgba(23, 32, 51, 0.08);
	border-radius: 28px;
	background: linear-gradient(180deg, #fff 0%, #faf7f1 100%);
	box-shadow: 0 18px 38px rgba(15, 31, 54, 0.08);
}

.ss-lms-course-card__media .course-thumbnail,
.ss-lms-course-card__media .course-permalink {
	display: block;
}

.ss-lms-course-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.ss-lms-course-card__body {
	padding: 26px;
}

.ss-lms-course-card__body .course-title,
.ss-lms-course-card__body .course-title a {
	font-size: 1.8rem;
	line-height: 1.12;
	color: #172033;
	text-decoration: none;
}

.ss-lms-course-card__body .course-meta,
.ss-lms-course-card__body .course-instructor,
.ss-lms-course-card__body .course-price,
.ss-lms-course-card__body .course-readmore {
	font-size: 1rem;
	color: #58667d;
}

.ss-lms-course-card__body .course-price {
	margin-top: 14px;
	font-weight: 700;
	color: #a94a21;
}

.ss-lms-course-card__body .course-readmore a,
.learn-press-pagination .page-numbers,
.learn-press-tabs .learn-press-nav-tabs li a,
.course-curriculum .section-header,
.learn-press-form-login button,
.learn-press-form-register button,
.learn-press-checkout button,
.learn-press-profile button {
	border-radius: 999px;
}

.ss-lms-course-card__body .course-readmore a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	margin-top: 18px;
	background: #d96d3b;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.course-summary .course-content,
.course-summary .course-tabs,
.course-summary .course-curriculum,
.course-summary .course-extra-box,
.course-summary .course-instructor,
.course-summary .course-reviews {
	margin-top: 24px;
	padding: 28px;
	border: 1px solid rgba(23, 32, 51, 0.08);
	border-radius: 24px;
	background: #fff;
}

.course-summary .course-tabs,
.course-summary .course-curriculum {
	background: linear-gradient(180deg, #fff 0%, #faf7f1 100%);
}

.course-title {
	font-size: clamp(2.2rem, 4vw, 3.3rem);
}

.course-summary .course-meta {
	gap: 16px;
	margin-top: 18px;
}

.course-summary .course-meta .course-meta__pull-left,
.course-summary .course-meta .course-meta__pull-right {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.course-summary .course-meta .meta-item {
	padding: 12px 16px;
	border-radius: 18px;
	background: #f8f4ec;
}

.course-summary-sidebar__inner {
	position: sticky;
	top: 110px;
}

.course-summary-sidebar .course-price,
.course-summary-sidebar .lp-course-buttons,
.course-summary-sidebar .course-meta,
.course-summary-sidebar .course-featured-review,
.course-summary-sidebar .course-material {
	margin-top: 18px;
}

.course-summary-sidebar .lp-course-buttons button,
.course-summary-sidebar .lp-course-buttons a,
.learn-press-form-login button,
.learn-press-form-register button,
.learn-press-checkout button,
.learn-press-profile button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 22px;
	border: 0;
	background: #d96d3b;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.course-summary-sidebar .lp-course-buttons .button-enroll-course,
.course-summary-sidebar .lp-course-buttons .button-buy-course {
	width: 100%;
}

.course-curriculum .section-header {
	padding: 18px 22px;
	background: #f8f4ec;
}

.course-curriculum .section-content .course-item {
	padding: 14px 0;
	border-bottom: 1px solid rgba(23, 32, 51, 0.08);
}

.learn-press-tabs .learn-press-nav-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.learn-press-tabs .learn-press-nav-tabs li {
	list-style: none;
}

.learn-press-tabs .learn-press-nav-tabs li a {
	display: inline-flex;
	align-items: center;
	min-height: 46px;
	padding: 0 16px;
	background: #f8f4ec;
	color: #172033;
	text-decoration: none;
	font-weight: 700;
}

.learn-press-tabs .learn-press-nav-tabs li.active a {
	background: #d96d3b;
	color: #fff;
}

.learn-press-pagination {
	margin-top: 26px;
}

.learn-press-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	min-height: 46px;
	padding: 0 16px;
	background: #f8f4ec;
	margin-right: 10px;
	color: #172033;
	text-decoration: none;
}

.learn-press-form-login input,
.learn-press-form-register input,
.learn-press-form-register select,
.learn-press-checkout input,
.learn-press-checkout select,
.learn-press-checkout textarea,
.learn-press-profile input,
.learn-press-profile select,
.learn-press-profile textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(23, 32, 51, 0.12);
	border-radius: 16px;
	background: #fff;
	font-size: 1rem;
}

.learn-press-form-login label,
.learn-press-form-register label,
.learn-press-checkout label,
.learn-press-profile label {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
	color: #172033;
}

.learn-press-message,
.learn-press-error,
.learn-press-info,
.learn-press-success {
	padding: 18px 20px;
	border-radius: 18px;
	margin-bottom: 18px;
}

@media (max-width: 1100px) {
	.ss-lms-archive-hero,
	.ss-lms-single-hero,
	.ss-lms-single-shell,
	.learn-press-courses[data-layout],
	ul.learn-press-courses {
		grid-template-columns: 1fr;
	}

	.course-summary-sidebar__inner {
		position: static;
	}
}

@media (max-width: 767px) {
	.ss-lms-archive-main,
	.ss-lms-single-main {
		padding-top: 20px;
		padding-bottom: 48px;
	}

	.ss-lms-archive-hero,
	.ss-lms-single-hero,
	.ss-lms-section-card,
	.course-summary-sidebar__inner,
	.learn-press-form-login,
	.learn-press-form-register,
	.learn-press-checkout,
	.learn-press-profile,
	.lp-order-details {
		padding: 24px 18px;
		border-radius: 24px;
	}

	.ss-lms-archive-hero h1,
	.ss-lms-single-hero h1,
	.learn-press-courses-header h2,
	.course-title {
		font-size: clamp(2rem, 7vw, 3rem);
	}

	.ss-lms-course-card__body {
		padding: 22px 18px;
	}
}

body {
	background:
		radial-gradient(circle at top left, rgba(244, 213, 180, 0.32), transparent 28%),
		radial-gradient(circle at top right, rgba(244, 226, 203, 0.4), transparent 24%),
		linear-gradient(180deg, #fbf5ee 0%, #fffdf8 42%, #f8efe4 100%);
	color: var(--ss-ink);
}

.ct-container {
	width: min(1440px, calc(100vw - 64px));
}

.ss-hero--signature {
	position: relative;
	overflow: hidden;
	padding: 54px 54px 32px;
	border-radius: 0 0 38px 38px;
	background:
		radial-gradient(circle at left center, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 239, 0.9) 38%, rgba(255, 244, 230, 0.82) 100%),
		linear-gradient(135deg, #f6ecdf 0%, #fffaf4 52%, #f7ede1 100%);
	box-shadow: 0 28px 72px rgba(163, 112, 60, 0.12);
}

.ss-hero--signature::before {
	content: "";
	position: absolute;
	left: -60px;
	top: 14px;
	width: 220px;
	height: 520px;
	background: radial-gradient(circle, rgba(221, 111, 51, 0.14) 0 2px, transparent 2px 12px);
	background-size: 18px 18px;
	opacity: 0.44;
	pointer-events: none;
}

.ss-hero--signature::after {
	content: "";
	position: absolute;
	right: -140px;
	top: 0;
	width: 440px;
	height: 440px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(245, 230, 213, 0.9) 0%, rgba(245, 230, 213, 0.28) 52%, transparent 68%);
	pointer-events: none;
}

.ss-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 24px;
	margin: 0 0 24px;
	border: 1px solid rgba(218, 105, 44, 0.55);
	border-radius: 999px;
	color: var(--ss-accent-dark);
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.74);
}

.ss-hero--signature .ss-hero__title {
	max-width: 760px;
	font-size: clamp(4rem, 6vw, 6.4rem);
	line-height: 0.93;
	letter-spacing: -0.055em;
	text-wrap: balance;
}

.ss-hero--signature .ss-hero__title span {
	position: relative;
	display: inline-block;
	margin-top: 14px;
	color: #cf5f2c;
	text-shadow: 0 10px 24px rgba(211, 94, 40, 0.12);
}

.ss-hero--signature .ss-hero__title span::after {
	content: "";
	position: absolute;
	left: 6px;
	right: 44%;
	bottom: -16px;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(90deg, #c85a2a 0%, #d96d3b 100%);
}

.ss-button--with-icon {
	gap: 12px;
	padding: 0 24px;
}

.ss-button__icon {
	display: inline-flex;
	width: 22px;
	height: 22px;
}

.ss-button__icon svg,
.ss-hero-point__icon svg,
.ss-note__arrow svg {
	width: 100%;
	height: 100%;
}

.ss-portrait-card--hero {
	padding: 12px;
	border-radius: 32px;
	background: linear-gradient(180deg, rgba(255,255,255,0.64), rgba(237,219,199,0.96));
	box-shadow: 0 20px 50px rgba(121, 73, 28, 0.2);
}

.ss-portrait-card--hero img {
	width: min(100%, 620px);
	border-radius: 26px;
}

.ss-portrait-card__note--hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	left: 16px;
	right: 16px;
	bottom: 14px;
	padding: 20px 22px;
	background: linear-gradient(135deg, rgba(16, 31, 61, 0.97), rgba(18, 39, 78, 0.96));
}

.ss-note__content {
	max-width: 420px;
}

.ss-note__content strong {
	display: block;
	font-size: 1.55rem;
	line-height: 1.28;
}

.ss-note__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: linear-gradient(180deg, #d86f38 0%, #c45a26 100%);
	color: #fff;
	box-shadow: 0 12px 24px rgba(216, 111, 56, 0.34);
}

.ss-hero-points {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 40px;
	padding-top: 26px;
	border-top: 1px solid rgba(190, 149, 111, 0.25);
}

.ss-hero-point {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-left: 8px;
}

.ss-hero-point + .ss-hero-point {
	border-left: 1px solid rgba(190, 149, 111, 0.34);
	padding-left: 22px;
}

.ss-hero-point__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.78);
	color: #cb612e;
	box-shadow: inset 0 0 0 1px rgba(210, 152, 108, 0.18);
}

.ss-hero-point__copy {
	display: grid;
	gap: 2px;
}

.ss-hero-point__copy strong {
	font-size: 1.05rem;
	color: var(--ss-ink);
}

.ss-hero-point__copy span {
	font-size: 0.98rem;
	color: #4f5a70;
}

.ss-featured-strip {
	position: relative;
	margin-top: -2px;
	padding: 0 6px;
}

.ss-featured-strip__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	padding: 22px 32px 24px;
	border-radius: 0 0 36px 36px;
	background: linear-gradient(180deg, #132448 0%, #10203f 100%);
	color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 22px 45px rgba(16, 31, 61, 0.18);
}

.ss-featured-strip__label {
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.ss-featured-strip__logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 34px;
	font-family: Georgia, serif;
	font-size: clamp(1.5rem, 2vw, 2rem);
	font-weight: 700;
	line-height: 1;
}

.ss-featured-strip__logos span {
	opacity: 0.78;
}

#header [data-device="desktop"] [data-row="middle"] {
	background: rgba(255, 251, 245, 0.95);
	border-bottom: 1px solid rgba(23, 32, 51, 0.05);
	box-shadow: 0 12px 34px rgba(193, 145, 96, 0.08);
}

#header [data-device="desktop"] .ct-container,
#header [data-device="mobile"] .ct-container {
	width: min(1440px, calc(100vw - 64px));
}

#header .site-title {
	font-size: 4rem;
}

#header .site-description {
	margin-top: 8px;
	color: #c86431;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

#header .menu > li > a {
	font-size: 1.18rem;
	padding: 14px 20px;
}

#header .menu > li.current-menu-item > a,
#header .menu > li > a:hover {
	background: linear-gradient(180deg, #d96d3b 0%, #c85a2a 100%);
	color: #fff;
	box-shadow: 0 10px 24px rgba(217, 109, 59, 0.18);
}

#header .ct-header-search {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	padding: 0;
	border: 1px solid rgba(23, 32, 51, 0.12);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1100px) {
	.ss-hero-points {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ss-hero-point:nth-child(3) {
		border-left: 0;
		padding-left: 8px;
	}

	#header .site-title {
		font-size: 3rem;
	}
}

@media (max-width: 767px) {
	.ct-container {
		width: min(100vw - 28px, 1440px);
	}

	.ss-hero--signature {
		padding: 28px 18px 24px;
		border-radius: 0 0 28px 28px;
	}

	.ss-kicker {
		min-height: 40px;
		padding: 0 18px;
		font-size: 0.92rem;
	}

	.ss-hero--signature .ss-hero__title {
		font-size: clamp(2.7rem, 14vw, 4rem);
		line-height: 0.98;
	}

	.ss-hero--signature .ss-hero__title span::after {
		right: 30%;
		bottom: -12px;
		height: 6px;
	}

	.ss-hero-points {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.ss-hero-point,
	.ss-hero-point + .ss-hero-point {
		border-left: 0;
		padding-left: 0;
	}

	.ss-portrait-card__note--hero {
		position: static;
		margin-top: 14px;
	}

	.ss-note__content strong {
		font-size: 1.18rem;
	}

	.ss-note__arrow {
		flex-basis: 48px;
		width: 48px;
		height: 48px;
	}

	.ss-featured-strip__inner {
		flex-direction: column;
		gap: 16px;
		padding: 18px 18px 22px;
	}

	.ss-featured-strip__logos {
		gap: 18px 24px;
		font-size: 1.15rem;
		text-align: center;
	}

	#header [data-device="desktop"] .ct-container,
	#header [data-device="mobile"] .ct-container {
		width: min(100vw - 28px, 1440px);
	}

	#header .site-title {
		font-size: 2.1rem;
	}

	#header .site-description {
		font-size: 0.74rem;
		letter-spacing: 0.14em;
	}

	#header .ct-header-search {
		width: 48px;
		height: 48px;
	}
}

/* Light-blue refinement and larger typography */
body {
	background:
		radial-gradient(circle at top left, rgba(213, 231, 255, 0.92), transparent 36%),
		radial-gradient(circle at top right, rgba(227, 241, 255, 0.9), transparent 34%),
		linear-gradient(180deg, #eef6ff 0%, #f8fbff 48%, #edf4fb 100%);
	color: #1c3557;
}

.ss-hero--signature {
	background:
		radial-gradient(circle at top left, rgba(215, 234, 255, 0.94), transparent 26%),
		radial-gradient(circle at bottom right, rgba(226, 240, 255, 0.9), transparent 32%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(236, 245, 255, 0.98) 100%);
	box-shadow: 0 34px 60px rgba(83, 124, 173, 0.14);
}

.ss-hero--signature::before {
	background:
		radial-gradient(circle, rgba(128, 172, 224, 0.16) 0 1px, transparent 1px 100%);
}

.ss-kicker {
	border-color: rgba(95, 140, 194, 0.3);
	background: rgba(255, 255, 255, 0.84);
	color: #3568a2;
}

.ss-hero--signature .ss-hero__title {
	color: #17365d;
	font-size: clamp(4.5rem, 7vw, 7.2rem);
}

.ss-hero--signature .ss-hero__title span {
	color: #4e82be;
}

.ss-hero--signature .ss-hero__title span::after {
	background: linear-gradient(90deg, #7aa7d8 0%, #4e82be 100%);
}

.ss-hero--signature .ss-hero__content > p {
	font-size: 1.5rem;
	line-height: 1.75;
	color: #38506e;
	max-width: 760px;
}

.ss-button--primary {
	background: linear-gradient(180deg, #5e92cb 0%, #4e82be 100%);
	box-shadow: 0 16px 30px rgba(78, 130, 190, 0.24);
}

.ss-button--secondary {
	border-color: rgba(78, 130, 190, 0.28);
	color: #17365d;
	background: rgba(255, 255, 255, 0.86);
}

.ss-button--primary,
.ss-button--secondary {
	font-size: 1.12rem;
	font-weight: 700;
	padding: 18px 28px;
}

.ss-hero-point {
	gap: 16px;
}

.ss-hero-point__icon {
	width: 52px;
	height: 52px;
	flex-basis: 52px;
	color: #4e82be;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: inset 0 0 0 1px rgba(122, 167, 216, 0.22);
}

.ss-hero-point__copy strong {
	font-size: 1.18rem;
	color: #18385f;
}

.ss-hero-point__copy span {
	font-size: 1.06rem;
	color: #4d6480;
}

.ss-portrait-card--hero {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(230, 240, 251, 0.96) 100%);
	box-shadow: 0 26px 56px rgba(80, 118, 163, 0.18);
}

.ss-portrait-card__note--hero {
	background: linear-gradient(180deg, #18345c 0%, #132c50 100%);
}

.ss-note__content {
	font-size: 1.04rem;
}

.ss-note__content strong {
	font-size: 1.5rem;
}

.ss-note__arrow {
	background: linear-gradient(180deg, #6ea0d1 0%, #4e82be 100%);
}

.ss-featured-strip__inner {
	background: linear-gradient(180deg, #193861 0%, #142e53 100%);
}

.ss-featured-strip__label {
	font-size: 1.02rem;
}

.ss-featured-strip__logos {
	font-size: clamp(1.65rem, 2vw, 2.15rem);
}

#header [data-device="desktop"] [data-row="middle"] {
	background: rgba(244, 250, 255, 0.94);
	border-bottom: 1px solid rgba(78, 130, 190, 0.12);
	box-shadow: 0 14px 36px rgba(85, 123, 166, 0.1);
}

#header .site-title {
	font-size: 4.4rem;
	line-height: 0.94;
	letter-spacing: -0.03em;
	color: #15345d;
}

#header .site-description {
	color: #5f8cc0;
	font-size: 1rem;
	letter-spacing: 0.22em;
}

#header .menu > li > a {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	padding: 16px 22px;
	color: #1d3658;
}

#header .menu > li.current-menu-item > a,
#header .menu > li > a:hover {
	background: linear-gradient(180deg, #6ea0d1 0%, #4e82be 100%);
	color: #fff;
	box-shadow: 0 12px 26px rgba(78, 130, 190, 0.22);
}

#header .ct-header-search {
	width: 62px;
	height: 62px;
	border-color: rgba(78, 130, 190, 0.16);
	background: rgba(255, 255, 255, 0.9);
}

.ss-section-heading h2,
.ss-card h3,
.ss-focus-card h3,
.ss-journal-card__title,
.ss-topic-card h3 {
	font-size: clamp(2rem, 2.6vw, 2.8rem);
}

.ss-card p,
.ss-focus-card p,
.ss-journal-card__excerpt,
.ss-topic-card p,
.ss-section-heading p {
	font-size: 1.1rem;
	line-height: 1.8;
}

@media (max-width: 1100px) {
	#header .site-title {
		font-size: 3.35rem;
	}

	#header .menu > li > a {
		font-size: 1.15rem;
		padding: 14px 16px;
	}

	.ss-hero--signature .ss-hero__title {
		font-size: clamp(3.9rem, 8vw, 5.6rem);
	}

	.ss-hero--signature .ss-hero__content > p {
		font-size: 1.28rem;
	}
}

@media (max-width: 767px) {
	.ss-hero--signature .ss-hero__title {
		font-size: clamp(3rem, 13vw, 4.2rem);
	}

	.ss-hero--signature .ss-hero__content > p {
		font-size: 1.08rem;
		line-height: 1.7;
	}

	#header .site-title {
		font-size: 2.35rem;
	}

	#header .site-description {
		font-size: 0.78rem;
		letter-spacing: 0.14em;
	}
}

/* Cooler light-blue finishing pass */
body {
	background:
		radial-gradient(circle at top left, rgba(214, 234, 255, 0.98), transparent 34%),
		radial-gradient(circle at top right, rgba(232, 244, 255, 0.96), transparent 30%),
		linear-gradient(180deg, #f3f9ff 0%, #fbfdff 44%, #eef6ff 100%);
}

#header [data-device="desktop"] [data-row="middle"] {
	background: rgba(247, 251, 255, 0.97);
	border-bottom: 1px solid rgba(104, 149, 204, 0.12);
	box-shadow: 0 14px 34px rgba(88, 129, 177, 0.08);
}

#header .site-description {
	color: #6b92bf;
}

#header .menu > li.current-menu-item > a,
#header .menu > li > a:hover {
	background: linear-gradient(180deg, #7da9d6 0%, #5c8fc4 100%);
	box-shadow: 0 12px 24px rgba(92, 143, 196, 0.2);
}

.ss-hero--signature {
	background:
		radial-gradient(circle at top left, rgba(219, 236, 255, 0.96), transparent 24%),
		radial-gradient(circle at 88% 18%, rgba(232, 243, 255, 0.94), transparent 20%),
		radial-gradient(circle at bottom right, rgba(215, 232, 249, 0.92), transparent 34%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.97) 0%, rgba(240, 247, 255, 0.99) 100%);
	box-shadow: 0 34px 60px rgba(86, 124, 168, 0.12);
}

.ss-kicker {
	border-color: rgba(111, 154, 203, 0.26);
	color: #4d78ab;
}

.ss-hero--signature .ss-hero__title span {
	color: #5d8fc4;
}

.ss-hero--signature .ss-hero__title span::after {
	background: linear-gradient(90deg, #9fc0e5 0%, #6d9fd1 100%);
}

.ss-button--primary {
	background: linear-gradient(180deg, #7da9d6 0%, #5c8fc4 100%);
	box-shadow: 0 16px 30px rgba(92, 143, 196, 0.22);
}

.ss-button--secondary {
	border-color: rgba(111, 154, 203, 0.24);
	background: rgba(255, 255, 255, 0.92);
}

.ss-hero-point__icon {
	color: #5c8fc4;
	box-shadow: inset 0 0 0 1px rgba(125, 169, 214, 0.2);
}

.ss-portrait-card--hero {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(234, 243, 252, 0.98) 100%);
	box-shadow: 0 26px 56px rgba(91, 132, 178, 0.16);
}

.ss-note__arrow {
	background: linear-gradient(180deg, #7da9d6 0%, #5c8fc4 100%);
}

.ss-featured-strip__inner {
	background: linear-gradient(180deg, #18365d 0%, #163153 100%);
}

/* Static-style homepage redesign */
.home #header.ct-header,
.home #footer,
.home .ct-footer {
	display: none;
}

.ss-static-home {
	padding: 28px 0 72px;
	background:
		radial-gradient(circle at 10% 8%, rgba(166, 214, 255, 0.58), transparent 22%),
		radial-gradient(circle at 88% 12%, rgba(194, 229, 255, 0.3), transparent 18%),
		radial-gradient(circle at 82% 78%, rgba(150, 199, 255, 0.28), transparent 24%),
		linear-gradient(140deg, #f4faff 0%, #e8f3ff 42%, #edf6ff 100%);
	color: #18324f;
}

.ss-static-home__shell {
	display: grid;
	gap: 24px;
}

.ss-static-header,
.ss-static-hero,
.ss-static-strip,
.ss-static-section,
.ss-static-footer {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(236, 246, 255, 0.96) 100%);
	border: 1px solid rgba(123, 168, 214, 0.18);
	border-radius: 18px;
	box-shadow: 0 24px 56px rgba(72, 117, 168, 0.09);
}

.ss-static-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px 24px;
	position: relative;
	overflow: hidden;
}

.ss-static-header::after {
	content: "";
	position: absolute;
	inset: auto -10% -60% 48%;
	height: 180px;
	background: radial-gradient(circle, rgba(147, 198, 255, 0.24) 0%, transparent 68%);
	pointer-events: none;
}

.ss-static-brand__title {
	font-family: Georgia, serif;
	font-size: clamp(1.8rem, 3vw, 2.85rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03em;
	text-decoration: none;
	color: #142f4e;
}

.ss-static-brand__tag {
	margin: 8px 0 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #d87a39;
}

.ss-static-nav {
	display: flex;
	align-items: center;
	gap: 18px;
}

.ss-static-nav__list,
.ss-static-nav__list ul {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ss-static-nav__list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid rgba(104, 162, 205, 0.24);
	border-radius: 10px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(232, 244, 255, 0.98) 100%);
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.02em;
	color: #1d4763;
	white-space: nowrap;
	box-shadow:
		0 10px 22px rgba(70, 121, 178, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.78);
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ss-static-nav__list .current-menu-item > a,
.ss-static-nav__list a:hover {
	border-color: rgba(206, 122, 56, 0.34);
	background: linear-gradient(135deg, #6aa6db 0%, #4f92bd 48%, #dc7a37 100%);
	color: #fff;
	transform: translateY(-1px);
}

.ss-static-nav__search {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(121, 155, 194, 0.22);
	border-radius: 12px;
	color: #d27536;
	background: rgba(239, 248, 255, 0.96);
}

.ss-static-nav__search svg {
	width: 18px;
	height: 18px;
}

.ss-static-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
	gap: 36px;
	align-items: center;
	padding: 36px;
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at top left, rgba(174, 216, 255, 0.3), transparent 22%),
		radial-gradient(circle at 86% 18%, rgba(206, 230, 255, 0.22), transparent 18%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 246, 255, 0.99) 58%, rgba(231, 242, 255, 0.98) 100%);
}

.ss-static-hero::before {
	content: "";
	position: absolute;
	left: -8%;
	bottom: -26%;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(146, 198, 255, 0.22) 0%, transparent 68%);
	pointer-events: none;
}

.ss-static-kicker {
	margin: 0 0 16px;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #d97a35;
}

.ss-static-hero h1,
.ss-static-section h2,
.ss-static-footer h2 {
	margin: 0;
	font-family: Georgia, serif;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #142f4e;
}

.ss-static-hero h1 {
	font-size: clamp(2.55rem, 4vw, 4.1rem);
	max-width: 11ch;
}

.ss-static-hero__lead,
.ss-static-card p,
.ss-static-post__body p,
.ss-static-footer p {
	font-size: 0.98rem;
	line-height: 1.75;
	color: #49617d;
}

.ss-static-hero__lead {
	max-width: 680px;
	margin: 22px 0 0;
}

.ss-static-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 24px;
}

.ss-static-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid rgba(125, 162, 202, 0.22);
	border-radius: 12px;
	background: #fff;
	color: #173252;
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	box-shadow:
		0 10px 24px rgba(74, 116, 164, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.ss-static-button--primary {
	background: linear-gradient(135deg, #6ea8dc 0%, #4f92bd 44%, #dd7c38 100%);
	border-color: rgba(221, 124, 56, 0.58);
	color: #fff;
}

.ss-static-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 30px;
}

.ss-static-metric {
	padding: 18px;
	border: 1px solid rgba(121, 170, 214, 0.16);
	border-radius: 14px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(234, 244, 255, 0.95) 100%);
}

.ss-static-metric strong,
.ss-static-card h3,
.ss-static-post h3 {
	display: block;
	margin-bottom: 6px;
	font-size: 1rem;
	line-height: 1.35;
	color: #173252;
}

.ss-static-metric span {
	font-size: 0.96rem;
	line-height: 1.7;
	color: #546c87;
}

.ss-static-hero__visual {
	display: grid;
	gap: 16px;
}

.ss-static-portrait {
	overflow: hidden;
	border-radius: 16px;
	background:
		linear-gradient(180deg, #f5faff 0%, #e3f0ff 62%, #e6f2ff 100%);
	box-shadow: inset 0 0 0 1px rgba(134, 178, 221, 0.16);
}

.ss-static-portrait img {
	display: block;
	width: 100%;
	height: auto;
}

.ss-static-note {
	padding: 20px 22px;
	border-radius: 16px;
	background: linear-gradient(135deg, #17365d 0%, #215176 58%, #2f796f 100%);
	color: #fff;
}

.ss-static-note__label {
	display: block;
	margin-bottom: 8px;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 188, 138, 0.92);
}

.ss-static-note p {
	margin: 0;
	font-family: Georgia, serif;
	font-size: 1.18rem;
	line-height: 1.4;
}

.ss-static-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 26px;
	background:
		linear-gradient(135deg, rgba(248, 252, 255, 0.98) 0%, rgba(233, 245, 255, 0.98) 60%, rgba(230, 242, 255, 0.98) 100%);
}

.ss-static-strip > span {
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #d07a3f;
}

.ss-static-strip__logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 20px;
	font-family: Georgia, serif;
	font-size: 1.15rem;
	color: #36506f;
}

.ss-static-section {
	padding: 34px;
}

.ss-static-section__header {
	max-width: 760px;
	margin-bottom: 24px;
}

.ss-static-section__header--split {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	max-width: none;
}

.ss-static-section h2,
.ss-static-footer h2 {
	font-size: clamp(1.7rem, 2.5vw, 2.35rem);
}

.ss-static-grid {
	display: grid;
	gap: 18px;
}

.ss-static-grid--focus {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ss-static-grid--posts {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ss-static-card,
.ss-static-post {
	overflow: hidden;
	border: 1px solid rgba(121, 170, 214, 0.16);
	border-radius: 16px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 246, 255, 0.95) 100%);
	text-decoration: none;
	box-shadow: 0 16px 34px rgba(72, 117, 168, 0.09);
}

.ss-static-card {
	padding: 22px;
}

.ss-static-card__meta,
.ss-static-post__meta,
.ss-static-text-link {
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #cf7a3f;
}

.ss-static-post__image {
	display: block;
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, #e6f3ff 0%, #cce6ff 62%, #d7ecff 100%);
}

.ss-static-post__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ss-static-post__body {
	padding: 20px;
}

.ss-static-post__body h3 a,
.ss-static-card h3,
.ss-static-text-link {
	text-decoration: none;
	color: #173252;
}

.ss-static-section--compact {
	padding-bottom: 30px;
}

.ss-static-topics {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ss-static-topics span,
.ss-static-footer__links a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(121, 170, 214, 0.18);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(235, 246, 255, 0.95) 100%);
	font-size: 0.94rem;
	font-weight: 600;
	text-decoration: none;
	color: #1e5562;
}

.ss-static-topics span:hover,
.ss-static-footer__links a:hover,
.ss-static-text-link:hover,
.ss-static-post__body h3 a:hover,
.ss-static-card:hover h3 {
	color: #d57937;
}

/* Site-wide uniform system to match homepage */
body.blog #header.ct-header,
body.archive #header.ct-header,
body.single-post #header.ct-header,
body.page #header.ct-header {
	display: none;
}

body:not(.home) {
	background:
		radial-gradient(circle at 10% 8%, rgba(183, 221, 255, 0.4), transparent 20%),
		radial-gradient(circle at 88% 12%, rgba(199, 239, 228, 0.28), transparent 18%),
		linear-gradient(140deg, #f7fbff 0%, #edf6ff 38%, #eef8f7 100%);
	color: #18324f;
}

body:not(.home) .ss-journal-main,
body:not(.home) .ss-archive-main,
body:not(.home) .ss-page-main,
body:not(.home) .ss-single-main,
body:not(.home) .ss-about-main,
body:not(.home) .ss-contact-main,
body:not(.home) .ss-learning-main {
	padding-top: 30px;
	padding-bottom: 64px;
}

body:not(.home) #header [data-device="desktop"] [data-row="middle"],
body:not(.home) #header [data-device="mobile"] [data-row="middle"] {
	background: rgba(248, 252, 255, 0.95);
	border-bottom: 1px solid rgba(133, 172, 214, 0.16);
	box-shadow: 0 18px 42px rgba(76, 113, 154, 0.08);
}

body:not(.home) #header .site-title a {
	color: #153457;
}

body:not(.home) #header .menu > li > a {
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid rgba(112, 165, 197, 0.22);
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 248, 255, 0.98) 100%);
	color: #1d4763;
	box-shadow: 0 10px 22px rgba(76, 121, 166, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body:not(.home) #header .menu > li.current-menu-item > a,
body:not(.home) #header .menu > li > a:hover {
	border-color: rgba(206, 122, 56, 0.34);
	background: linear-gradient(135deg, #6aa6db 0%, #4f92bd 48%, #dc7a37 100%);
	color: #fff;
}

body:not(.home) #header .ct-header-search {
	color: #d27536;
}

body:not(.home) .ss-section,
body:not(.home) .ss-journal-hero,
body:not(.home) .ss-journal-featured,
body:not(.home) .ss-posts-shell,
body:not(.home) .ss-archive-hero,
body:not(.home) .ss-page-hero,
body:not(.home) .ss-page-content,
body:not(.home) .ss-page-comments,
body:not(.home) .ss-single-content-wrap,
body:not(.home) .ss-single-nav,
body:not(.home) .learn-press-form-login,
body:not(.home) .learn-press-form-register,
body:not(.home) .learn-press-checkout,
body:not(.home) .learn-press-profile,
body:not(.home) .lp-order-details,
body:not(.home) .course-summary-sidebar {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 250, 255, 0.94) 100%);
	border: 1px solid rgba(134, 164, 198, 0.16);
	border-radius: 18px;
	box-shadow: 0 24px 56px rgba(77, 112, 153, 0.08);
}

body:not(.home) .ss-journal-hero,
body:not(.home) .ss-archive-hero,
body:not(.home) .ss-page-hero {
	background:
		radial-gradient(circle at top left, rgba(190, 224, 255, 0.22), transparent 22%),
		radial-gradient(circle at 86% 18%, rgba(207, 239, 232, 0.2), transparent 18%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 249, 255, 0.98) 58%, rgba(237, 248, 247, 0.98) 100%);
}

body:not(.home) .ss-section--soft {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 249, 255, 0.96) 100%);
}

body:not(.home) .ss-section--accent,
body:not(.home) .ss-single-hero {
	background: linear-gradient(135deg, #17365d 0%, #215176 58%, #2f796f 100%);
}

body:not(.home) .ss-eyebrow,
body:not(.home) .ss-nav-label,
body:not(.home) .ss-category-card__meta,
body:not(.home) .ss-post-card__meta,
body:not(.home) .ss-post-list__meta,
body:not(.home) .ss-journal-featured__meta,
body:not(.home) .ss-single-hero__meta,
body:not(.home) .learn-press-courses-header h2 + p {
	color: #d07a3f;
}

body:not(.home) .ss-section h2,
body:not(.home) .ss-journal-hero h1,
body:not(.home) .ss-journal-featured h2,
body:not(.home) .ss-post-list__body h3,
body:not(.home) .ss-archive-hero h1,
body:not(.home) .ss-page-hero h1,
body:not(.home) .ss-single-hero h1,
body:not(.home) .ss-post-card h3,
body:not(.home) .learn-press-courses-header h2,
body:not(.home) .course-summary-content .course-title,
body:not(.home) .learn-press-form-login h3,
body:not(.home) .learn-press-form-register h3 {
	color: #153457;
}

body:not(.home) .ss-story-card,
body:not(.home) .ss-category-card,
body:not(.home) .ss-post-card,
body:not(.home) .ss-post-list__item,
body:not(.home) .learn-press-courses[data-layout] .course,
body:not(.home) ul.learn-press-courses .course,
body:not(.home) .learn-press-tabs .course-tab-panel,
body:not(.home) .lp-course-author,
body:not(.home) .lp-course-material,
body:not(.home) .lp-course-progress-wrapper {
	border: 1px solid rgba(131, 165, 201, 0.14);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 250, 255, 0.94) 100%);
	box-shadow: 0 16px 34px rgba(77, 112, 153, 0.08);
}

body:not(.home) .ss-post-card__image,
body:not(.home) .ss-journal-featured__media a,
body:not(.home) .ss-post-list__thumb,
body:not(.home) .course-thumbnail {
	background: linear-gradient(135deg, #eaf5ff 0%, #d4ebff 62%, #d6efe7 100%);
}

body:not(.home) .ss-button--primary,
body:not(.home) .course-summary-sidebar .lp-course-buttons .button-enroll-course,
body:not(.home) .course-summary-sidebar .lp-course-buttons .button-buy-course,
body:not(.home) .learn-press-form-login button,
body:not(.home) .learn-press-form-register button,
body:not(.home) .learn-press-checkout button,
body:not(.home) .learn-press-profile button,
body:not(.home) .wpcf7-submit,
body:not(.home) .wpforms-submit,
body:not(.home) button[type="submit"] {
	background: linear-gradient(135deg, #6ea8dc 0%, #4f92bd 44%, #dd7c38 100%);
	border-color: rgba(221, 124, 56, 0.58);
	color: #fff;
	box-shadow: 0 14px 28px rgba(97, 133, 175, 0.18);
}

body:not(.home) .ss-button--ghost,
body:not(.home) .learn-press-tabs .learn-press-nav-tabs li a,
body:not(.home) .learn-press-pagination .page-numbers,
body:not(.home) .ss-single-nav a,
body:not(.home) .ss-topic-pill {
	border: 1px solid rgba(112, 165, 197, 0.18);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 249, 255, 0.94) 100%);
	color: #1d4763;
}

body:not(.home) .learn-press-tabs .learn-press-nav-tabs li.active a,
body:not(.home) .learn-press-pagination .page-numbers.current,
body:not(.home) .learn-press-tabs .learn-press-nav-tabs li a:hover,
body:not(.home) .ss-button--ghost:hover,
body:not(.home) .ss-single-nav a:hover {
	background: linear-gradient(135deg, #6aa6db 0%, #4f92bd 48%, #dc7a37 100%);
	color: #fff;
}

body:not(.home) .ss-page-content a,
body:not(.home) .ss-single-content a,
body:not(.home) .ss-text-link,
body:not(.home) .ss-post-card h3 a:hover,
body:not(.home) .ss-post-list__body h3 a:hover,
body:not(.home) .learn-press-courses .course-title:hover {
	color: #d57937;
}

body:not(.home) .wpcf7-form input:not([type="submit"]),
body:not(.home) .wpcf7-form textarea,
body:not(.home) .wpcf7-form select,
body:not(.home) .wpforms-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
body:not(.home) .wpforms-form textarea,
body:not(.home) .wpforms-form select,
body:not(.home) .learn-press-form-login input,
body:not(.home) .learn-press-form-register input,
body:not(.home) .learn-press-form-register select,
body:not(.home) .learn-press-checkout input,
body:not(.home) .learn-press-checkout select,
body:not(.home) .learn-press-checkout textarea,
body:not(.home) .learn-press-profile input,
body:not(.home) .learn-press-profile select,
body:not(.home) .learn-press-profile textarea {
	border: 1px solid rgba(131, 165, 201, 0.2);
	border-radius: 12px;
	background: rgba(248, 252, 255, 0.96);
	color: #18324f;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body:not(.home) .wpcf7-form label,
body:not(.home) .wpforms-form label,
body:not(.home) .learn-press-form-login label,
body:not(.home) .learn-press-form-register label,
body:not(.home) .learn-press-checkout label,
body:not(.home) .learn-press-profile label {
	color: #183b5f;
	font-weight: 700;
}

body:not(.home) .ss-site-footer__grid,
body:not(.home) .ss-site-footer__bottom {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 249, 255, 0.95) 62%, rgba(237, 248, 245, 0.95) 100%);
	border: 1px solid rgba(134, 164, 198, 0.16);
	box-shadow: 0 24px 56px rgba(77, 112, 153, 0.08);
}

@media (max-width: 767px) {
	body:not(.home) #header .menu > li > a {
		min-height: 38px;
		padding: 0 12px;
		font-size: 0.86rem;
	}

	body:not(.home) .ss-section,
	body:not(.home) .ss-journal-hero,
	body:not(.home) .ss-journal-featured,
	body:not(.home) .ss-posts-shell,
	body:not(.home) .ss-archive-hero,
	body:not(.home) .ss-page-hero,
	body:not(.home) .ss-page-content,
	body:not(.home) .ss-page-comments,
	body:not(.home) .ss-single-content-wrap,
	body:not(.home) .ss-single-nav,
	body:not(.home) .learn-press-form-login,
	body:not(.home) .learn-press-form-register,
	body:not(.home) .learn-press-checkout,
	body:not(.home) .learn-press-profile,
	body:not(.home) .lp-order-details,
	body:not(.home) .course-summary-sidebar {
		border-radius: 14px;
	}
}

.ss-static-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 34px;
}

.ss-static-footer p {
	margin: 10px 0 0;
	max-width: 560px;
}

.ss-static-footer__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

@media (max-width: 1100px) {
	.ss-static-header,
	.ss-static-section__header--split,
	.ss-static-footer,
	.ss-static-hero {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: flex-start;
	}

	.ss-static-nav {
		width: 100%;
		justify-content: space-between;
	}

	.ss-static-nav__list {
		flex-wrap: wrap;
	}

	.ss-static-grid--focus,
	.ss-static-grid--posts,
	.ss-static-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ss-static-strip {
		flex-direction: column;
		align-items: flex-start;
	}

	.ss-static-strip__logos {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.ss-static-home {
		padding: 16px 0 44px;
	}

	.ss-static-header,
	.ss-static-hero,
	.ss-static-section,
	.ss-static-footer,
	.ss-static-strip {
		padding: 20px 18px;
		border-radius: 14px;
	}

	.ss-static-brand__title {
		font-size: 2rem;
	}

	.ss-static-brand__tag {
		font-size: 0.68rem;
		letter-spacing: 0.12em;
	}

	.ss-static-nav {
		flex-direction: column;
		align-items: flex-start;
	}

	.ss-static-nav__list,
	.ss-static-nav__list ul {
		flex-wrap: wrap;
		gap: 6px 14px;
	}

	.ss-static-nav__list a {
		padding: 6px 0;
		font-size: 0.88rem;
	}

	.ss-static-hero h1 {
		font-size: 2.5rem;
		max-width: none;
	}

	.ss-static-hero__lead,
	.ss-static-card p,
	.ss-static-post__body p,
	.ss-static-footer p {
		font-size: 0.96rem;
	}

	.ss-static-grid--focus,
	.ss-static-grid--posts,
	.ss-static-metrics {
		grid-template-columns: 1fr;
	}

	.ss-static-note p {
		font-size: 1.1rem;
	}
}
