/*
Theme Name: GeneratePress
Theme URI: https://generatepress.com
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Version: 3.6.1
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options

GeneratePress, Copyright 2014-2025 EDGE22 Studios LTD.
GeneratePress is distributed under the terms of the GNU GPL

GeneratePress is based on Underscores http://underscores.me/, (C) 2012-2025 Automattic, Inc.

Actual CSS can be found in /assets/css/ folder.
*/


/* ==========================================================
   GHL Courses Connector v2 - frontend styles
   Matched to the Boss Grade Academy theme:
   Cinzel + Cormorant Garamond + DM Sans
   Cream #fdfbf5 / #faf6ec, ink #1e2030, gold #c7a34b, blue #4a63ff
   No CSS variables, all values hardcoded on purpose.
   ========================================================== */

.ghlc-scope,
.ghlc-scope * {
	box-sizing: border-box;
}

.ghlc-scope {
	font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: #2d2f36;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

.ghlc-page {
	background: #fdfbf5;
	overflow-x: clip;
}

.ghlc-scope img {
	max-width: 100%;
	display: block;
}

.ghlc-scope h1,
.ghlc-scope h2,
.ghlc-scope h3,
.ghlc-scope h4 {
	font-family: 'Cinzel', Georgia, serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.15;
	color: #2196F3;
	margin: 0;
}

.ghlc-scope p {
	margin: 0;
}

.ghlc-scope ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ghlc-wrap {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 2rem;
}

/* ---------- Eyebrow ---------- */
.ghlc-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.9rem;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: #a0843a;
	margin-bottom: 1.25rem;
}

.ghlc-eyebrow::before {
	content: '';
	width: 28px;
	height: 1px;
	background: #c7a34b;
	flex-shrink: 0;
}

.ghlc-eyebrow-gold {
	color: #d9b968;
}

.ghlc-eyebrow-gold::before {
	background: #d9b968;
}

.ghlc-eyebrow-center {
	justify-content: center;
}

/* ---------- Icons ---------- */
.ghlc-icon {
	width: 1em;
	height: 1em;
	flex-shrink: 0;
}

/* ==========================================================
   BUTTONS
   ========================================================== */
.ghlc-scope .ghlc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	padding: 0.9rem 1.7rem;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	line-height: 1;
	border: none;
	border-radius: 0;
	cursor: pointer;
	text-decoration: none !important;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ghlc-scope .ghlc-btn .ghlc-icon {
	width: 1.05em;
	height: 1.05em;
	transition: transform 0.3s ease;
}

.ghlc-scope .ghlc-btn:hover .ghlc-icon {
	transform: translateX(3px);
}

.ghlc-scope .ghlc-btn-lg {
	padding: 1.05rem 2.1rem;
	font-size: 0.8rem;
}

.ghlc-scope .ghlc-btn-block {
	display: flex;
	width: 100%;
}

.ghlc-scope .ghlc-btn-gold {
	background: #c7a34b !important;
	color: #1e2030 !important;
}

.ghlc-scope .ghlc-btn-gold:hover,
.ghlc-scope .ghlc-btn-gold:focus {
	background: #a0843a !important;
	color: #fdfbf5 !important;
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(160, 132, 58, 0.34);
}

.ghlc-scope .ghlc-btn-outline {
	background: transparent !important;
	color: #2d2f36 !important;
	border: 1.5px solid #2d2f36 !important;
	font-weight: 600;
}

.ghlc-scope .ghlc-btn-outline:hover,
.ghlc-scope .ghlc-btn-outline:focus {
	background: #2d2f36 !important;
	color: #fdfbf5 !important;
}

.ghlc-scope .ghlc-btn-dark {
	background: #1e2030 !important;
	color: #fdfbf5 !important;
}

.ghlc-scope .ghlc-btn-dark:hover,
.ghlc-scope .ghlc-btn-dark:focus {
	background: #4a63ff !important;
	color: #fdfbf5 !important;
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(74, 99, 255, 0.3);
}

.ghlc-scope .ghlc-btn-light {
	background: transparent !important;
	color: #fdfbf5 !important;
	border: 1.5px solid rgba(253, 251, 245, 0.5) !important;
	font-weight: 600;
}

.ghlc-scope .ghlc-btn-light:hover,
.ghlc-scope .ghlc-btn-light:focus {
	background: rgba(253, 251, 245, 0.12) !important;
	border-color: rgba(253, 251, 245, 0.9) !important;
	color: #fdfbf5 !important;
}

.ghlc-scope .ghlc-btn-wa {
	background: #25d366 !important;
	color: #ffffff !important;
}

.ghlc-scope .ghlc-btn-wa:hover,
.ghlc-scope .ghlc-btn-wa:focus {
	background: #20ba5a !important;
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(37, 211, 102, 0.3);
}

.ghlc-scope .ghlc-btn:focus-visible {
	outline: 2px solid #4a63ff;
	outline-offset: 3px;
}

/* ==========================================================
   HERO (archive + single)
   ========================================================== */
.ghlc-hero {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 7rem 0 5rem;
	min-height: 60vh;
	background: #1e2030;
}

.ghlc-hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.ghlc-hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	filter: brightness(0.8) contrast(1.06);
}

.ghlc-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(100deg, rgba(14, 16, 24, 0.92) 0%, rgba(14, 16, 24, 0.7) 46%, rgba(14, 16, 24, 0.3) 82%, rgba(14, 16, 24, 0.45) 100%);
}

.ghlc-hero-frame {
	position: absolute;
	top: 32px;
	left: 32px;
	right: 32px;
	bottom: 32px;
	border: 1px solid rgba(199, 163, 75, 0.28);
	z-index: 2;
	pointer-events: none;
}

.ghlc-corner {
	position: absolute;
	width: 20px;
	height: 20px;
	border-color: #c7a34b;
	border-style: solid;
	opacity: 0.65;
	z-index: 2;
	pointer-events: none;
}

.ghlc-corner-tl { top: 28px; left: 28px; border-width: 2px 0 0 2px; }
.ghlc-corner-tr { top: 28px; right: 28px; border-width: 2px 2px 0 0; }
.ghlc-corner-bl { bottom: 28px; left: 28px; border-width: 0 0 2px 2px; }
.ghlc-corner-br { bottom: 28px; right: 28px; border-width: 0 2px 2px 0; }

.ghlc-hero .ghlc-wrap {
	position: relative;
	z-index: 3;
	width: 100%;
}

.ghlc-hero-content {
	max-width: 720px;
	color: #fdfbf5;
}

.ghlc-hero-title {
	font-family: 'Cinzel', Georgia, serif;
	font-size: clamp(2.1rem, 4.8vw, 3.9rem);
	font-weight: 900;
	line-height: 1.02;
	color: #fdfbf5;
	margin-bottom: 0.4rem;
}

.ghlc-hero-title em {
	display: block;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic;
	font-weight: 600;
	font-size: 0.86em;
	color: #d9b968;
	margin-top: 0.5rem;
}

.ghlc-hero-sub {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: clamp(1.05rem, 1.8vw, 1.35rem);
	line-height: 1.55;
	color: rgba(253, 251, 245, 0.88);
	margin: 1.4rem 0 0;
	max-width: 580px;
}

.ghlc-hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	padding-top: 2.2rem;
	margin-top: 2.4rem;
	border-top: 1px solid rgba(253, 251, 245, 0.18);
	max-width: 560px;
}

.ghlc-hero-stat-num {
	display: block;
	font-family: 'Cinzel', Georgia, serif;
	font-size: 1.9rem;
	font-weight: 700;
	color: #d9b968;
	line-height: 1;
	margin-bottom: 0.4rem;
}

.ghlc-hero-stat-lbl {
	display: block;
	font-size: 0.66rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(253, 251, 245, 0.65);
}

.ghlc-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem;
	margin-top: 2rem;
}

.ghlc-hero-meta li {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(253, 251, 245, 0.82);
}

.ghlc-hero-meta .ghlc-icon {
	width: 1.15rem;
	height: 1.15rem;
	color: #d9b968;
}

/* Breadcrumbs */
.ghlc-crumbs {
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	margin-bottom: 1.75rem;
	font-size: 0.7rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(253, 251, 245, 0.55);
}

.ghlc-crumbs a {
	color: rgba(253, 251, 245, 0.75) !important;
	text-decoration: none !important;
}

.ghlc-crumbs a:hover {
	color: #d9b968 !important;
}

.ghlc-crumb-current {
	color: #d9b968;
}

/* ==========================================================
   SECTION HEADINGS
   ========================================================== */
.ghlc-section-head {
	max-width: 760px;
	margin: 0 auto 3.5rem;
	text-align: center;
}

.ghlc-section-title {
	font-size: clamp(1.8rem, 3.6vw, 2.9rem);
	margin-bottom: 1rem;
}

.ghlc-section-title em {
	color: #4a63ff;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic;
	font-weight: 500;
}

.ghlc-section-sub {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.2rem;
	color: #5a5d67;
}

.ghlc-shortcode-section {
	background: #faf6ec;
	padding: 6rem 0;
	margin: 0;
}

.ghlc-bg-sand { background: #faf6ec; }
.ghlc-bg-cream { background: #fdfbf5; }
.ghlc-bg-dark { background: #1e2030; }

.ghlc-bg-dark .ghlc-section-title {
	color: #fdfbf5;
}

.ghlc-bg-dark .ghlc-section-title em {
	color: #d9b968;
}

.ghlc-bg-dark .ghlc-section-sub {
	color: rgba(253, 251, 245, 0.8);
}

.ghlc-bg-dark .ghlc-eyebrow {
	color: #d9b968;
}

.ghlc-bg-dark .ghlc-eyebrow::before {
	background: #d9b968;
}

.ghlc-bg-dark .ghlc-filter {
	color: rgba(253, 251, 245, 0.72);
	border-color: rgba(253, 251, 245, 0.2);
}

.ghlc-bg-dark .ghlc-filter:hover {
	border-color: #c7a34b;
	color: #d9b968;
}

.ghlc-bg-dark .ghlc-filter.is-active {
	background: #c7a34b;
	border-color: #c7a34b;
	color: #1e2030;
}

.ghlc-bg-dark .ghlc-feature {
	border: 1px solid rgba(253, 251, 245, 0.12);
}

.ghlc-scope.ghlc-bg-dark .ghlc-btn-dark {
	background: #c7a34b !important;
	color: #1e2030 !important;
}

.ghlc-scope.ghlc-bg-dark .ghlc-btn-dark:hover {
	background: #a0843a !important;
	color: #fdfbf5 !important;
}

.ghlc-bg-dark .ghlc-empty {
	background: rgba(253, 251, 245, 0.05);
	border-color: rgba(253, 251, 245, 0.15);
}

.ghlc-bg-dark .ghlc-empty h3 {
	color: #fdfbf5;
}

.ghlc-bg-dark .ghlc-empty p {
	color: rgba(253, 251, 245, 0.75);
}

.ghlc-archive-body {
	padding: 5rem 0 6rem;
	background: #fdfbf5;
}

/* ==========================================================
   FILTER PILLS
   ========================================================== */
.ghlc-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.6rem;
	margin-bottom: 3rem;
}

.ghlc-scope .ghlc-filter {
	font-family: 'DM Sans', sans-serif;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0.7rem 1.4rem;
	background: transparent;
	color: #5a5d67;
	border: 1px solid #e8e2d0;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.25s ease;
}

.ghlc-scope .ghlc-filter:hover {
	border-color: #c7a34b;
	color: #a0843a;
}

.ghlc-scope .ghlc-filter.is-active {
	background: #1e2030;
	border-color: #1e2030;
	color: #fdfbf5;
}

/* ==========================================================
   GRID + CARD
   ========================================================== */
.ghlc-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin: 0;
}

.ghlc-cols-2 { grid-template-columns: repeat(2, 1fr); }
.ghlc-cols-3 { grid-template-columns: repeat(3, 1fr); }
.ghlc-cols-4 { grid-template-columns: repeat(4, 1fr); }

.ghlc-card {
	background: #ffffff;
	border: 1px solid #e8e2d0;
	border-radius: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ghlc-card.is-hidden {
	display: none;
}

.ghlc-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 30px 60px rgba(45, 47, 54, 0.12);
}

.ghlc-card-thumb {
	position: relative;
	display: block;
	height: 210px;
	overflow: hidden;
	background: #1e2030;
}

.ghlc-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s ease;
}

.ghlc-card:hover .ghlc-card-thumb img {
	transform: scale(1.06);
}

.ghlc-thumb-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #1e2030 0%, #2d2f36 100%);
	font-family: 'Cinzel', Georgia, serif;
	font-size: 3rem;
	font-weight: 900;
	color: #c7a34b;
}

.ghlc-level-pill {
	position: absolute;
	top: 1.1rem;
	left: 1.1rem;
	background: #fdfbf5;
	color: #2d2f36;
	font-size: 0.63rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	padding: 0.35rem 0.9rem;
}

.ghlc-badge {
	position: absolute;
	top: 1.1rem;
	right: 1.1rem;
	background: #c7a34b;
	color: #1e2030;
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0.35rem 0.85rem;
}

.ghlc-card-body {
	padding: 1.6rem 1.75rem 1.75rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.ghlc-card-title {
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	margin-bottom: 0.6rem;
}

.ghlc-scope .ghlc-card-title a {
	color: #2d2f36 !important;
	text-decoration: none !important;
	transition: color 0.25s ease;
}

.ghlc-scope .ghlc-card-title a:hover {
	color: #4a63ff !important;
}

.ghlc-card-desc {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.05rem;
	line-height: 1.5;
	color: #5a5d67;
	margin-bottom: 1.1rem;
}

.ghlc-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-bottom: 1.25rem;
}

.ghlc-card-meta li {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #5a5d67;
}

.ghlc-card-meta .ghlc-icon {
	width: 1rem;
	height: 1rem;
	color: #a0843a;
}

.ghlc-card-foot {
	margin-top: auto;
	padding-top: 1.1rem;
	border-top: 1px solid #e8e2d0;
}

.ghlc-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 1rem;
}

.ghlc-card-actions .ghlc-btn {
	flex: 1 1 130px;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 0.7rem;
	letter-spacing: 0.14em;
}

/* ---------- Price ---------- */
.ghlc-price {
	display: inline-flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.ghlc-price-now {
	font-family: 'Cinzel', Georgia, serif;
	font-weight: 700;
	font-size: 1.45rem;
	color: #1e2030;
	line-height: 1;
}

.ghlc-price-suffix {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic;
	font-size: 1rem;
	color: #5a5d67;
}

.ghlc-price-old {
	font-size: 0.85rem;
	color: #9a9aa2;
	text-decoration: line-through;
}

.ghlc-price-feature .ghlc-price-now {
	color: #d9b968;
	font-size: 1.7rem;
}

.ghlc-price-feature .ghlc-price-suffix {
	color: rgba(253, 251, 245, 0.75);
}

.ghlc-price-feature .ghlc-price-old {
	color: rgba(253, 251, 245, 0.55);
}

.ghlc-price-panel .ghlc-price-now {
	font-size: 2.3rem;
	color: #4a63ff;
}

/* ==========================================================
   FEATURED PANEL
   ========================================================== */
.ghlc-feature {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	background: linear-gradient(135deg, #4a63ff 0%, #1a2ecc 100%);
	color: #fdfbf5;
	margin-bottom: 1.5rem;
	overflow: hidden;
	min-height: 380px;
}

.ghlc-feature.is-hidden {
	display: none;
}

.ghlc-feature-body {
	padding: 3.25rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ghlc-feature-tag {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.66rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #d9b968;
	margin-bottom: 1rem;
}

.ghlc-feature-tag .ghlc-icon {
	width: 1.1rem;
	height: 1.1rem;
}

.ghlc-feature-title {
	color: #fdfbf5;
	font-size: clamp(1.6rem, 2.8vw, 2.3rem);
	margin-bottom: 1rem;
}

.ghlc-feature-desc {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.15rem;
	line-height: 1.55;
	color: rgba(253, 251, 245, 0.9);
	margin-bottom: 1.5rem;
	max-width: 520px;
}

.ghlc-feature-points {
	display: grid;
	gap: 0.6rem;
	margin-bottom: 2rem;
}

.ghlc-feature-points li {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.05rem;
	color: rgba(253, 251, 245, 0.92);
}

.ghlc-feature-points .ghlc-icon {
	width: 1.15rem;
	height: 1.15rem;
	color: #d9b968;
	margin-top: 0.25rem;
}

.ghlc-feature-foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(253, 251, 245, 0.2);
}

.ghlc-feature-foot .ghlc-card-actions {
	margin-top: 0;
	flex: 1 1 260px;
	justify-content: flex-end;
}

.ghlc-feature-foot .ghlc-card-actions .ghlc-btn {
	flex: 0 1 auto;
}

.ghlc-feature-visual {
	position: relative;
	overflow: hidden;
	background: #1a2ecc;
	min-height: 260px;
}

.ghlc-feature-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ghlc-feature-level {
	position: absolute;
	top: 1.75rem;
	right: 1.75rem;
	background: rgba(253, 251, 245, 0.94);
	color: #1e2030;
	font-size: 0.63rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	padding: 0.4rem 0.95rem;
}

/* ==========================================================
   GRID EXTRAS
   ========================================================== */
.ghlc-grid-cta {
	text-align: center;
	margin-top: 3rem;
}

.ghlc-empty {
	text-align: center;
	max-width: 560px;
	margin: 0 auto;
	padding: 4rem 2rem;
	border: 1px solid #e8e2d0;
	background: #ffffff;
}

.ghlc-empty h3 {
	font-size: 1.5rem;
	margin-bottom: 0.75rem;
}

.ghlc-empty p {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.1rem;
	color: #5a5d67;
	margin-bottom: 1.75rem;
}

.ghlc-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 3.5rem;
}

.ghlc-scope .ghlc-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 0.9rem;
	border: 1px solid #e8e2d0;
	background: #ffffff;
	color: #2d2f36 !important;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: all 0.25s ease;
}

.ghlc-scope .ghlc-pagination .page-numbers:hover {
	border-color: #c7a34b;
	color: #a0843a !important;
}

.ghlc-scope .ghlc-pagination .page-numbers.current {
	background: #1e2030;
	border-color: #1e2030;
	color: #fdfbf5 !important;
}

.ghlc-scope .ghlc-back-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #5a5d67 !important;
	text-decoration: none !important;
	margin-bottom: 2rem;
	transition: color 0.25s ease;
}

.ghlc-scope .ghlc-back-link:hover {
	color: #a0843a !important;
}

.ghlc-scope .ghlc-back-link .ghlc-icon {
	width: 1.1rem;
	height: 1.1rem;
}

/* ==========================================================
   SINGLE COURSE PAGE
   ========================================================== */
.ghlc-single-body {
	padding: 5rem 0 5.5rem;
	background: #fdfbf5;
}

.ghlc-single-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	gap: 3.5rem;
	align-items: start;
}

.ghlc-block {
	margin-bottom: 3.5rem;
}

.ghlc-block:last-child {
	margin-bottom: 0;
}

.ghlc-block-title {
	font-size: clamp(1.5rem, 2.6vw, 2.1rem);
	margin-bottom: 1.5rem;
}

.ghlc-block-title em {
	color: #4a63ff;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic;
	font-weight: 500;
}

.ghlc-prose {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.15rem;
	line-height: 1.75;
	color: #46484f;
}

.ghlc-prose p {
	margin: 0 0 1.1rem;
}

.ghlc-prose p:last-child {
	margin-bottom: 0;
}

.ghlc-prose h2,
.ghlc-prose h3,
.ghlc-prose h4 {
	margin: 2rem 0 0.85rem;
	font-size: 1.35rem;
}

.ghlc-prose ul,
.ghlc-prose ol {
	margin: 0 0 1.2rem 1.2rem;
	padding-left: 0.6rem;
	list-style: disc;
}

.ghlc-prose ol {
	list-style: decimal;
}

.ghlc-prose li {
	margin-bottom: 0.5rem;
}

.ghlc-scope .ghlc-prose a {
	color: #4a63ff !important;
	text-decoration: underline;
}

/* ---------- Tick list ---------- */
.ghlc-tick-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.9rem 1.75rem;
}

.ghlc-tick-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	padding: 0.85rem 0;
	border-bottom: 1px solid #e8e2d0;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.1rem;
	line-height: 1.45;
	color: #2d2f36;
}

.ghlc-tick {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #4a63ff;
	color: #fdfbf5;
	flex-shrink: 0;
}

.ghlc-tick .ghlc-icon {
	width: 0.85rem;
	height: 0.85rem;
	stroke-width: 2.6;
}

/* ---------- Accordion ---------- */
.ghlc-accordion {
	border: 1px solid #e8e2d0;
	background: #ffffff;
}

.ghlc-acc-item + .ghlc-acc-item {
	border-top: 1px solid #e8e2d0;
}

.ghlc-scope .ghlc-acc-head {
	display: flex;
	align-items: center;
	gap: 1.1rem;
	width: 100%;
	padding: 1.25rem 1.5rem;
	background: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
	text-align: left;
	font-family: 'Cinzel', Georgia, serif;
	transition: background 0.25s ease;
}

.ghlc-scope .ghlc-acc-head:hover {
	background: #faf6ec;
}

.ghlc-acc-num {
	font-family: 'Cinzel', Georgia, serif;
	font-size: 0.85rem;
	font-weight: 700;
	color: #c7a34b;
	letter-spacing: 0.1em;
	flex-shrink: 0;
}

.ghlc-acc-title {
	flex: 1;
	font-size: 1rem;
	font-weight: 700;
	color: #2d2f36;
	letter-spacing: 0.03em;
	line-height: 1.35;
}

.ghlc-acc-chevron {
	width: 1.15rem;
	height: 1.15rem;
	color: #5a5d67;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.ghlc-acc-item.is-open .ghlc-acc-chevron {
	transform: rotate(180deg);
}

.ghlc-acc-panel {
	display: none;
	padding: 0 1.5rem 1.4rem 4rem;
}

.ghlc-acc-item.is-open .ghlc-acc-panel {
	display: block;
}

.ghlc-acc-panel p {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.08rem;
	line-height: 1.6;
	color: #5a5d67;
}

/* ---------- Trust strip ---------- */
.ghlc-trust-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
	margin-top: 3.5rem;
	padding-top: 2.5rem;
	border-top: 1px solid #e8e2d0;
}

.ghlc-trust-item {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
}

.ghlc-trust-item .ghlc-icon {
	width: 1.5rem;
	height: 1.5rem;
	color: #c7a34b;
	margin-top: 0.15rem;
}

.ghlc-trust-item strong {
	display: block;
	font-family: 'Cinzel', Georgia, serif;
	font-size: 0.85rem;
	letter-spacing: 0.05em;
	color: #2d2f36;
	margin-bottom: 0.2rem;
}

.ghlc-trust-item span {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 0.98rem;
	line-height: 1.4;
	color: #5a5d67;
}

/* ---------- Enrol card ---------- */
.ghlc-enrol-col {
	position: sticky;
	top: 100px;
}

.ghlc-enrol-card {
	background: #ffffff;
	border: 1px solid #e8e2d0;
	border-top: 3px solid #c7a34b;
	box-shadow: 0 30px 60px rgba(45, 47, 54, 0.1);
	margin-bottom: 1.5rem;
	overflow: hidden;
}

.ghlc-enrol-thumb {
	position: relative;
	height: 190px;
	overflow: hidden;
	background: #1e2030;
}

.ghlc-enrol-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ghlc-enrol-inner {
	padding: 1.75rem;
}

.ghlc-enrol-label {
	display: block;
	font-size: 0.64rem;
	font-weight: 600;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #a0843a;
	margin-bottom: 0.65rem;
}

.ghlc-price-panel {
	margin-bottom: 1rem;
}

.ghlc-seats {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic;
	font-size: 1rem;
	color: #5a5d67;
	margin-bottom: 1.25rem !important;
}

.ghlc-seats-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c7a34b;
	animation: ghlc-blink 1.8s infinite;
	flex-shrink: 0;
}

@keyframes ghlc-blink {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.25; }
}

.ghlc-enrol-inner .ghlc-btn-block + .ghlc-btn-block {
	margin-top: 0.65rem;
}

.ghlc-enrol-meta {
	margin-top: 1.75rem;
	border-top: 1px solid #e8e2d0;
}

.ghlc-enrol-meta li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.8rem 0;
	border-bottom: 1px solid #e8e2d0;
}

.ghlc-enrol-meta li:last-child {
	border-bottom: none;
}

.ghlc-enrol-meta span {
	font-size: 0.66rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #8b8d96;
}

.ghlc-enrol-meta strong {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.05rem;
	font-weight: 600;
	color: #2d2f36;
	text-align: right;
}

.ghlc-enrol-includes {
	margin-top: 1.75rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e8e2d0;
}

.ghlc-enrol-includes ul {
	display: grid;
	gap: 0.6rem;
}

.ghlc-enrol-includes li {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.02rem;
	line-height: 1.4;
	color: #46484f;
}

.ghlc-enrol-includes .ghlc-icon {
	width: 1.05rem;
	height: 1.05rem;
	color: #c7a34b;
	margin-top: 0.25rem;
	stroke-width: 2.4;
}

/* ---------- Related ---------- */
.ghlc-related {
	background: #faf6ec;
	padding: 6rem 0;
}

/* ==========================================================
   CTA BAND
   ========================================================== */
.ghlc-cta-band {
	background: #1e2030;
	padding: 5rem 0;
}

.ghlc-cta-inner {
	display: grid;
	grid-template-columns: 1.35fr 1fr;
	gap: 3rem;
	align-items: center;
}

.ghlc-cta-title {
	color: #fdfbf5;
	font-size: clamp(1.7rem, 3.2vw, 2.6rem);
	line-height: 1.1;
	margin-bottom: 1rem;
}

.ghlc-cta-title em {
	color: #d9b968;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic;
	font-weight: 500;
}

.ghlc-cta-text {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.15rem;
	line-height: 1.55;
	color: rgba(253, 251, 245, 0.8);
	max-width: 540px;
}

.ghlc-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	justify-content: flex-end;
}

/* ==========================================================
   MOBILE ENROL BAR
   ========================================================== */
.ghlc-mobile-bar {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9990;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.8rem 1.1rem;
	background: #fdfbf5;
	border-top: 1px solid #e8e2d0;
	box-shadow: 0 -10px 30px rgba(30, 32, 48, 0.14);
}

.ghlc-mobile-price strong {
	font-family: 'Cinzel', Georgia, serif;
	font-size: 1.25rem;
	color: #1e2030;
}

.ghlc-mobile-price span {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic;
	font-size: 0.9rem;
	color: #5a5d67;
	margin-left: 0.25rem;
}

/* ==========================================================
   SCROLL REVEAL
   ========================================================== */
.ghlc-rv {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.ghlc-rv.is-visible {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.ghlc-rv,
	.ghlc-rv.is-visible {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.ghlc-scope * {
		animation: none !important;
		transition: none !important;
	}
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 1180px) {
	.ghlc-single-grid {
		grid-template-columns: minmax(0, 1fr) 340px;
		gap: 2.5rem;
	}
}

@media (max-width: 1024px) {
	.ghlc-hero {
		padding: 5.5rem 0 4rem;
		min-height: 0;
	}

	.ghlc-hero-frame,
	.ghlc-corner {
		display: none;
	}

	.ghlc-cols-4 {
		grid-template-columns: repeat(2, 1fr);
	}

	.ghlc-cols-3 {
		grid-template-columns: repeat(2, 1fr);
	}

	.ghlc-feature {
		grid-template-columns: 1fr;
	}

	.ghlc-feature-visual {
		order: -1;
		height: 260px;
	}

	.ghlc-feature-body {
		padding: 2.5rem 2rem;
	}

	.ghlc-single-grid {
		grid-template-columns: 1fr;
	}

	.ghlc-enrol-col {
		position: static;
	}

	.ghlc-enrol-card {
		max-width: 520px;
	}

	.ghlc-cta-inner {
		grid-template-columns: 1fr;
	}

	.ghlc-cta-actions {
		justify-content: flex-start;
	}

	.ghlc-trust-strip {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
}

@media (max-width: 860px) {
	.ghlc-single .ghlc-mobile-bar {
		display: flex;
	}

	.ghlc-single {
		padding-bottom: 76px;
	}

	.ghlc-mobile-bar .ghlc-btn {
		padding: 0.85rem 1.3rem;
	}
}

@media (max-width: 700px) {
	.ghlc-wrap {
		padding: 0 1.25rem;
	}

	.ghlc-grid,
	.ghlc-cols-2,
	.ghlc-cols-3,
	.ghlc-cols-4 {
		grid-template-columns: 1fr;
	}

	.ghlc-shortcode-section,
	.ghlc-related,
	.ghlc-cta-band {
		padding: 4rem 0;
	}

	.ghlc-archive-body,
	.ghlc-single-body {
		padding: 3.5rem 0 4rem;
	}

	.ghlc-hero-stats {
		gap: 1.75rem;
		width: 100%;
	}

	.ghlc-tick-list {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.ghlc-card-actions {
		flex-direction: column;
	}

	.ghlc-card-actions .ghlc-btn {
		width: 100%;
	}

	.ghlc-feature-foot .ghlc-card-actions {
		justify-content: flex-start;
	}

	.ghlc-acc-panel {
		padding-left: 1.5rem;
	}

	.ghlc-cta-actions .ghlc-btn {
		width: 100%;
	}
}