.gl-hero { position: relative; overflow: hidden; background: #111; }
.gl-hero__track { display: flex; height: clamp(480px, 54vw, 720px); overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.gl-hero__track::-webkit-scrollbar { display: none; }
.gl-hero__slide { position: relative; flex: 0 0 100%; width: 100%; height: 100%; scroll-snap-align: start; color: #fff; text-decoration: none; }
.gl-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gl-hero__slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.12) 58%, rgba(0,0,0,.02)); }
.gl-hero__content { position: absolute; z-index: 2; left: max(20px, calc((100% - min(calc(100% - 40px), var(--gl-container))) / 2)); bottom: clamp(48px, 9vw, 105px); width: min(560px, calc(100% - 40px)); }
.gl-hero__eyebrow { color: var(--gl-accent); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.gl-hero__title { color: #fff; font-size: clamp(2rem, 4.2vw, 4.2rem); margin: 8px 0 14px; text-shadow: 0 2px 16px rgba(0,0,0,.25); }
.gl-hero__text { max-width: 520px; margin-bottom: 22px; color: #fff; font-size: clamp(.98rem, 1.5vw, 1.12rem); }
.gl-hero__nav { position: absolute; z-index: 5; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(0,0,0,.5); color: #fff; font-size: 1.7rem; }
.gl-hero__nav--prev { left: 18px; } .gl-hero__nav--next { right: 18px; }
.gl-hero__controls { position: absolute; z-index: 5; right: max(20px, calc((100% - min(calc(100% - 40px), var(--gl-container))) / 2)); bottom: 22px; display: flex; align-items: center; gap: 10px; }
.gl-hero__dots { display: flex; gap: 8px; }
.gl-hero__dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); }
.gl-hero__dot[aria-current="true"] { background: var(--gl-accent); transform: scale(1.25); }
.gl-hero__play { width: 28px; height: 28px; padding: 0; border: 0; border-radius: 50%; background: rgba(0,0,0,.5); color: #fff; }
.gl-intro { padding-block: clamp(42px, 5vw, 68px); border-bottom: 1px solid var(--gl-border); }
.gl-intro__grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); gap: clamp(30px, 6vw, 80px); align-items: center; }
.gl-intro__lede { max-width: 800px; color: var(--gl-muted); font-size: 1.08rem; }
.gl-intro__action { padding: 24px; background: var(--gl-surface-soft); border-radius: var(--gl-radius); }
.gl-intro__action p { color: var(--gl-muted); }
.gl-home-regions { padding-top: 24px; }
.gl-popular .gl-card__body { padding-bottom: 22px; }
@media (prefers-reduced-motion: reduce) { .gl-hero__track { scroll-behavior: auto; } }
@media (max-width: 800px) { .gl-hero__track { height: 560px; } .gl-hero__slide::after { background: linear-gradient(0deg, rgba(0,0,0,.72), rgba(0,0,0,.08) 75%); } .gl-hero__content { left: 20px; right: 20px; bottom: 62px; width: auto; } .gl-hero__nav { display: none; } .gl-intro__grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .gl-hero__track { height: 510px; } .gl-hero__content { left: 14px; right: 14px; } .gl-hero__text { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } }



/* ==========================================================
   INTERIOR PAGE LAYOUT
   ========================================================== */

.gl-interior {
	padding: 48px 0 72px;
}

.gl-content-sidebar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: clamp(36px, 5vw, 64px);
	align-items: start;
}

.gl-content {
	min-width: 0;
}


/* ==========================================================
   SIDEBAR
   ========================================================== */

.gl-sidebar {
	min-width: 0;
}

.gl-sidebar__inner {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.gl-sidebar__section {
	padding: 24px;
	background: #fff;
	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);
}

.gl-sidebar__section h3 {
	margin-top: 0;
}

.gl-sidebar__ad {
	padding: 0;
	border: 0;
	background: transparent;
	text-align: center;
}

.gl-sidebar__ad-label {
	margin-bottom: 7px;
	color: var(--gl-muted);
	font-size: 10px;
	line-height: 1;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.gl-sidebar__ad > div {
	margin-inline: auto;
}


/* Buyer's Guide */

.gl-sidebar__guide {
	padding: 30px 26px;
	background: var(--gl-primary);
	color: #fff;
	border: 0;
}

.gl-sidebar__eyebrow {
	display: block;
	margin-bottom: 9px;
	color: var(--gl-accent);
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gl-sidebar__guide h3 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 1.45rem;
	line-height: 1.2;
}

.gl-sidebar__guide p {
	margin: 0 0 22px;
	color: rgba(255,255,255,.88);
	font-size: .95rem;
	line-height: 1.65;
}

.gl-sidebar__guide .gl-button {
	width: 100%;
	text-align: center;
}


/* Sidebar Links */

.gl-sidebar__title {
	margin: 0 0 14px;
	font-size: 1.15rem;
}

.gl-sidebar__links {
	display: flex;
	flex-direction: column;
}

.gl-sidebar__links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 0;
	color: var(--gl-text);
	font-weight: 650;
	text-decoration: none;
	border-bottom: 1px solid var(--gl-border);
	transition:
		color .18s ease,
		padding-left .18s ease;
}

.gl-sidebar__links a:first-child {
	border-top: 1px solid var(--gl-border);
}

.gl-sidebar__links a::after {
	content: "";
	width: 7px;
	height: 7px;
	margin-left: 14px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
	flex: 0 0 auto;
}

.gl-sidebar__links a:hover {
	color: var(--gl-primary);
	padding-left: 4px;
}


/* ==========================================================
   RESPONSIVE INTERIOR / SIDEBAR
   ========================================================== */

@media (max-width: 960px) {

	.gl-content-sidebar {
		grid-template-columns: 1fr;
	}

	.gl-sidebar {
		width: 100%;
		max-width: 600px;
	}

}


@media (max-width: 600px) {

	.gl-interior {
		padding: 32px 0 52px;
	}

	.gl-content-sidebar {
		gap: 40px;
	}

	.gl-sidebar__section {
		padding: 20px;
	}

	.gl-sidebar__ad {
		padding: 0;
	}

	.gl-sidebar__guide {
		padding: 26px 22px;
	}

}

/* ==========================================================
   PAGE HEADER
   ========================================================== */

.gl-page-header {
	padding: 52px 0 44px;
	background: var(--gl-surface-soft);
	border-bottom: 1px solid var(--gl-border);
}

.gl-page-header__eyebrow {
	display: block;
	margin-bottom: 8px;
	color: var(--gl-primary);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gl-page-header h1 {
	max-width: 850px;
	margin: 0 0 14px;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.08;
}

.gl-page-header p {
	max-width: 800px;
	margin: 0;
	color: var(--gl-muted);
	font-size: 1.06rem;
	line-height: 1.7;
}


/* ==========================================================
   BLOG
   ========================================================== */

.gl-blog-section + .gl-blog-section {
	margin-top: 64px;
}

.gl-section-heading {
	margin-bottom: 24px;
}

.gl-section-heading__eyebrow {
	display: block;
	margin-bottom: 5px;
	color: var(--gl-primary);
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gl-section-heading h2 {
	margin: 0;
	font-size: clamp(1.65rem, 3vw, 2.25rem);
}


/* ==========================================================
   ARTICLE LIST
   ========================================================== */

.gl-blog-list {
	display: flex;
	flex-direction: column;
	gap: 42px;
}

.gl-blog-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);
}

.gl-blog-card__image-link {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 8;
	background: var(--gl-surface-soft);
}

.gl-blog-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.gl-blog-card:hover .gl-blog-card__image {
	transform: scale(1.02);
}

.gl-blog-card__body {
	padding: 25px 28px 26px;
}

.gl-blog-card__title {
	margin: 0 0 10px;
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	line-height: 1.25;
}

.gl-blog-card__title a {
	color: var(--gl-text);
	text-decoration: none;
}

.gl-blog-card__title a:hover {
	color: var(--gl-primary);
}

.gl-blog-card__summary {
	margin: 0 0 20px;
	color: var(--gl-muted);
	font-size: 1rem;
	line-height: 1.65;
}

.gl-blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 20px;
	padding-top: 18px;
	border-top: 1px solid var(--gl-border);
	color: var(--gl-muted);
	font-size: .82rem;
}

.gl-blog-card__author {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--gl-text);
	font-weight: 700;
}

.gl-blog-card__author img {
	width: 32px;
	height: 32px;
	object-fit: cover;
	border-radius: 50%;
}

.gl-blog-card__meta-item {
	position: relative;
}


/* ==========================================================
   VIDEO GRID
   ========================================================== */

.gl-video-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.gl-video-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);
}

.gl-video-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #111;
}

.gl-video-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.gl-video-card:hover .gl-video-card__media img {
	transform: scale(1.03);
}


/* CSS play icon - avoids character encoding issues */

.gl-video-card__play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 54px;
	height: 54px;
	background: rgba(0, 0, 0, .68);
	border: 2px solid rgba(255,255,255,.9);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.gl-video-card__play::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 52%;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #fff;
	transform: translate(-40%, -50%);
}

.gl-video-card__body {
	padding: 18px 20px 20px;
}

.gl-video-card__body h3 {
	margin: 0 0 13px;
	font-size: 1.1rem;
	line-height: 1.35;
}

.gl-video-card__body h3 a {
	color: var(--gl-text);
	text-decoration: none;
}

.gl-video-card__body h3 a:hover {
	color: var(--gl-primary);
}

.gl-video-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 14px;
	color: var(--gl-muted);
	font-size: .78rem;
}


/* ==========================================================
   BLOG RESPONSIVE
   ========================================================== */

@media (max-width: 700px) {

	.gl-page-header {
		padding: 36px 0 32px;
	}

	.gl-blog-card__image-link {
		aspect-ratio: 16 / 9;
	}

	.gl-blog-card__body {
		padding: 20px;
	}

	.gl-video-grid {
		grid-template-columns: 1fr;
	}

	.gl-blog-card__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

}


/* ==========================================================
   ARTICLE
   ========================================================== */

.gl-article {
	min-width: 0;
}

.gl-article__header {
	margin-bottom: 30px;
}

.gl-article__eyebrow {
	display: block;
	margin-bottom: 10px;
	color: var(--gl-primary);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gl-article__header h1 {
	max-width: 900px;
	margin: 0 0 14px;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.08;
}

.gl-article__subtitle {
	max-width: 850px;
	margin: 0 0 22px;
	color: var(--gl-muted);
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	font-style: italic;
	line-height: 1.55;
}

.gl-article__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 20px;
	padding-top: 18px;
	color: var(--gl-muted);
	font-size: .84rem;
	border-top: 1px solid var(--gl-border);
}

.gl-article__author-mini {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--gl-text);
	font-weight: 700;
}

.gl-article__author-mini img {
	width: 34px;
	height: 34px;
	object-fit: cover;
	border-radius: 50%;
}


/* Article Image */

.gl-article__figure {
	margin: 0 0 32px;
}

.gl-article__figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--gl-radius);
}

.gl-article__figure figcaption {
	padding: 8px 3px 0;
	color: var(--gl-muted);
	font-size: .78rem;
	line-height: 1.45;
}


/* Article Body */

.gl-article__body {
	color: var(--gl-text);
	font-size: 1.04rem;
	line-height: 1.8;
}

.gl-article__body p {
	margin: 0 0 1.15em;
}

.gl-article__body h2 {
	margin: 2em 0 .7em;
	font-size: clamp(1.5rem, 2.6vw, 2rem);
}

.gl-article__body h3 {
	margin: 1.8em 0 .6em;
	font-size: 1.35rem;
}

.gl-article__body img {
	max-width: 100%;
	height: auto;
}

.gl-article__body a {
	color: var(--gl-primary);
}

.gl-article__body ul,
.gl-article__body ol {
	margin: 1.2em 0 1.5em;
	padding-left: 1.5em;
}

.gl-article__body blockquote {
	margin: 1.8em 0;
	padding: 18px 24px;
	background: var(--gl-surface-soft);
	border-left: 4px solid var(--gl-primary);
}


/* More Information */

.gl-article__more {
	margin: 34px 0;
}


/* Article Footer */

.gl-article__footer {
	margin-top: 38px;
	padding: 20px 0;
	border-top: 1px solid var(--gl-border);
	border-bottom: 1px solid var(--gl-border);
}

.gl-article__footer p {
	margin: 5px 0;
	color: var(--gl-muted);
	font-size: .8rem;
}

.gl-article__stats span {
	margin: 0 6px;
}


/* ==========================================================
   AUTHOR
   ========================================================== */

.gl-author {
	margin-top: 46px;
	padding: 30px;
	background: var(--gl-surface-soft);
	border-radius: var(--gl-radius);
}

.gl-author__heading {
	margin-bottom: 22px;
	color: var(--gl-muted);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gl-author__profile {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.gl-author__image img {
	display: block;
	width: 110px;
	height: 110px;
	object-fit: cover;
	border-radius: 50%;
}

.gl-author__content h2 {
	margin: 0 0 12px;
	font-size: 1.5rem;
}

.gl-author__bio {
	color: var(--gl-muted);
	font-size: .95rem;
	line-height: 1.7;
}

.gl-author__bio p:first-child {
	margin-top: 0;
}

.gl-author__bio p:last-child {
	margin-bottom: 0;
}

.gl-author__social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--gl-border);
}

.gl-author__social a {
	color: var(--gl-primary);
	font-size: .85rem;
	font-weight: 700;
	text-decoration: none;
}

.gl-author__social a:hover {
	text-decoration: underline;
}


/* ==========================================================
   ARTICLE RESPONSIVE
   ========================================================== */

@media (max-width: 600px) {

	.gl-article__header h1 {
		font-size: 2rem;
	}

	.gl-article__meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.gl-author {
		padding: 24px 20px;
	}

	.gl-author__profile {
		grid-template-columns: 1fr;
	}

	.gl-author__image img {
		width: 90px;
		height: 90px;
	}

}

/* ==========================================================
   CONTACT PAGE
   ========================================================== */

.gl-contact__hero {
	overflow: hidden;
	margin-bottom: 36px;
	border-radius: var(--gl-radius);
}

.gl-contact__hero img {
	display: block;
	width: 100%;
	height: auto;
}


/* Intro */

.gl-contact__intro {
	margin-bottom: 38px;
}

.gl-contact__intro h2 {
	margin: 0 0 14px;
	font-size: clamp(1.6rem, 3vw, 2.15rem);
}

.gl-contact__intro p {
	margin: 0 0 16px;
	color: var(--gl-muted);
	font-size: 1rem;
	line-height: 1.75;
}


/* ==========================================================
   CONTACT PEOPLE
   ========================================================== */

.gl-contact__people {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 36px 0 42px;
}

.gl-contact-person {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 24px;
	background: #fff;
	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);
}

.gl-contact-person__photo {
	flex: 0 0 auto;
}

.gl-contact-person__photo img {
	display: block;
	width: 88px;
	height: 88px;
	object-fit: cover;
	border-radius: 50%;
}

.gl-contact-person__content {
	min-width: 0;
}

.gl-contact-person__role {
	display: block;
	margin-bottom: 4px;
	color: var(--gl-primary);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.gl-contact-person h3 {
	margin: 0 0 10px;
	font-size: 1.25rem;
}

.gl-contact-person__details {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
}

.gl-contact-person__details a {
	color: var(--gl-muted);
	font-size: .88rem;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.gl-contact-person__details a:hover {
	color: var(--gl-primary);
}


/* ==========================================================
   CONTACT CTA
   ========================================================== */

.gl-contact__cta {
	margin-top: 10px;
	padding: clamp(28px, 4vw, 42px);
	background: var(--gl-primary);
	color: #fff;
	border-radius: var(--gl-radius);
}

.gl-contact__eyebrow {
	display: block;
	margin-bottom: 8px;
	color: var(--gl-accent);
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gl-contact__cta h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(1.55rem, 3vw, 2rem);
}

.gl-contact__cta p {
	max-width: 680px;
	margin: 0 0 22px;
	color: rgba(255,255,255,.88);
	line-height: 1.7;
}

.gl-contact__privacy {
	margin: 24px 0 0;
	padding: 16px 18px;
	background: var(--gl-surface-soft);
	color: var(--gl-muted);
	font-size: .78rem;
	line-height: 1.55;
	border-radius: var(--gl-radius);
}


/* ==========================================================
   CONTACT RESPONSIVE
   ========================================================== */

@media (max-width: 760px) {

	.gl-contact__people {
		grid-template-columns: 1fr;
	}

}


@media (max-width: 480px) {

	.gl-contact-person {
		align-items: flex-start;
		padding: 20px;
	}

	.gl-contact-person__photo img {
		width: 70px;
		height: 70px;
	}

}

/* ==========================================================
   FOOTER SOCIAL
   ========================================================== */

.gl-footer-social {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}

.gl-footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 40px;
	height: 40px;

	color: #fff;
	background: rgba(255,255,255,.10);
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 50%;

	text-decoration: none;

	transition:
		background .18s ease,
		transform .18s ease,
		border-color .18s ease;
}

.gl-footer-social a:hover {
	background: var(--gl-primary);
	border-color: var(--gl-primary);
	transform: translateY(-2px);
}

.gl-footer-social svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

/* ==========================================================
   INDIVIDUAL VIDEO PAGE
   ========================================================== */

.gl-video-detail {
	min-width: 0;
}


/* Header */

.gl-video-detail__header {
	margin-bottom: 28px;
}

.gl-video-detail__eyebrow {
	display: block;
	margin-bottom: 9px;
	color: var(--gl-primary);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gl-video-detail__header h1 {
	max-width: 900px;
	margin: 0 0 18px;
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.1;
}

.gl-video-detail__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	padding-top: 16px;
	color: var(--gl-muted);
	font-size: .84rem;
	border-top: 1px solid var(--gl-border);
}


/* ==========================================================
   VIDEO PLAYER
   ========================================================== */

.gl-video-detail__player {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 38px;
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: var(--gl-radius);
}

.gl-video-detail__player iframe,
.gl-video-detail__player video,
.gl-video-detail__player embed,
.gl-video-detail__player object {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* ==========================================================
   VIDEO CONTENT
   ========================================================== */

.gl-video-detail__section {
	margin-top: 36px;
}

.gl-video-detail__section h2 {
	margin: 0 0 14px;
	font-size: clamp(1.45rem, 2.5vw, 1.9rem);
}

.gl-video-detail__description {
	color: var(--gl-text);
	font-size: 1.03rem;
	line-height: 1.75;
}

.gl-video-detail__description p {
	margin: 0 0 1.15em;
}

.gl-video-detail__description img {
	max-width: 100%;
	height: auto;
}

.gl-video-detail__description a {
	color: var(--gl-primary);
}


/* More Information */

.gl-video-detail__more {
	margin: 30px 0 38px;
}


/* ==========================================================
   YOUTUBE CTA
   ========================================================== */

.gl-video-detail__youtube {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 42px;
	padding: 28px 30px;
	background: var(--gl-surface-soft);
	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);
}

.gl-video-detail__youtube-label {
	display: block;
	margin-bottom: 5px;
	color: var(--gl-primary);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.gl-video-detail__youtube h2 {
	margin: 0 0 7px;
	font-size: 1.4rem;
}

.gl-video-detail__youtube p {
	max-width: 520px;
	margin: 0;
	color: var(--gl-muted);
	font-size: .9rem;
	line-height: 1.55;
}

.gl-video-detail__youtube .gl-button {
	flex: 0 0 auto;
}


/* ==========================================================
   VIDEO FOOTER
   ========================================================== */

.gl-video-detail__footer {
	margin-top: 38px;
	padding: 18px 0;
	border-top: 1px solid var(--gl-border);
	border-bottom: 1px solid var(--gl-border);
}

.gl-video-detail__footer p {
	margin: 5px 0;
	color: var(--gl-muted);
	font-size: .8rem;
}

.gl-video-detail__footer span {
	margin: 0 6px;
}


/* ==========================================================
   VIDEO RESPONSIVE
   ========================================================== */

@media (max-width: 700px) {

	.gl-video-detail__header h1 {
		font-size: 2rem;
	}

	.gl-video-detail__youtube {
		align-items: flex-start;
		flex-direction: column;
		padding: 24px;
	}

	.gl-video-detail__youtube .gl-button {
		width: 100%;
		text-align: center;
	}

}

/* ==========================================================
   FREE GUIDE
   ========================================================== */

.gl-guide-page {
	min-width: 0;
}


/* Guide Hero */

.gl-guide-hero {
	overflow: hidden;
	margin-bottom: 38px;
	border-radius: var(--gl-radius);
}

.gl-guide-hero img {
	display: block;
	width: 100%;
	height: auto;
}


/* Intro */

.gl-guide-intro {
	margin-bottom: 42px;
}

.gl-guide-intro h2 {
	margin: 0 0 14px;
	font-size: clamp(1.6rem, 3vw, 2.15rem);
}

.gl-guide-intro p {
	margin: 0 0 16px;
	color: var(--gl-muted);
	font-size: 1.02rem;
	line-height: 1.75;
}


/* Eyebrow */

.gl-guide-eyebrow {
	display: block;
	margin-bottom: 7px;
	color: var(--gl-primary);
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}


/* ==========================================================
   GUIDE FEATURES
   ========================================================== */

.gl-guide-features {
	margin-bottom: 48px;
	padding: clamp(26px, 4vw, 38px);
	background: var(--gl-surface-soft);
	border-radius: var(--gl-radius);
}

.gl-guide-features h2 {
	margin: 0 0 22px;
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.gl-guide-checklist {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gl-guide-checklist li {
	position: relative;
	margin: 0;
	padding-left: 30px;
	color: var(--gl-text);
	line-height: 1.6;
}

.gl-guide-checklist li::before {
	content: "";
	position: absolute;
	top: .34em;
	left: 2px;
	width: 13px;
	height: 7px;
	border-left: 3px solid var(--gl-primary);
	border-bottom: 3px solid var(--gl-primary);
	transform: rotate(-45deg);
}


/* ==========================================================
   FORM COMPONENTS
   ========================================================== */

.gl-guide-form {
	padding: clamp(26px, 4vw, 38px);
	background: #fff;
	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);
}

.gl-guide-form__header {
	margin-bottom: 26px;
}

.gl-guide-form__header h2 {
	margin: 0 0 8px;
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.gl-guide-form__header p {
	margin: 0;
	color: var(--gl-muted);
	line-height: 1.6;
}


.gl-form {
	position: relative;
}

.gl-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.gl-form__field {
	min-width: 0;
}

.gl-form__field--full {
	grid-column: 1 / -1;
}

.gl-form__field label {
	display: block;
	margin-bottom: 7px;
	color: var(--gl-text);
	font-size: .86rem;
	font-weight: 700;
}

.gl-form__field label span {
	color: #b42318;
}

.gl-form__field input,
.gl-form__field textarea,
.gl-form__field select {
	display: block;
	width: 100%;
	padding: 12px 14px;
	color: var(--gl-text);
	background: #fff;
	border: 1px solid var(--gl-border);
	border-radius: 6px;
	font: inherit;
	line-height: 1.4;
	transition:
		border-color .18s ease,
		box-shadow .18s ease;
}

.gl-form__field input {
	min-height: 48px;
}

.gl-form__field textarea {
	min-height: 140px;
	resize: vertical;
}

.gl-form__field input:focus,
.gl-form__field textarea:focus,
.gl-form__field select:focus {
	outline: none;
	border-color: var(--gl-primary);
	box-shadow: 0 0 0 3px rgba(22, 63, 107, .10);
}

.gl-form__actions {
	margin-top: 4px;
}

.gl-form__submit {
	border: 0;
	cursor: pointer;
}

.gl-form__consent {
	margin: 22px 0 0;
	padding-top: 18px;
	color: var(--gl-muted);
	font-size: .76rem;
	line-height: 1.55;
	border-top: 1px solid var(--gl-border);
}


/* Honeypot stays off screen, not display:none */

.gl-form__honeypot {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}


/* ==========================================================
   GUIDE SUCCESS
   ========================================================== */

.gl-guide-success {
	padding: clamp(32px, 5vw, 52px);
	text-align: center;
	background: var(--gl-surface-soft);
	border-radius: var(--gl-radius);
}

.gl-guide-success__icon {
	position: relative;
	width: 64px;
	height: 64px;
	margin: 0 auto 22px;
	background: var(--gl-primary);
	border-radius: 50%;
}

.gl-guide-success__icon::after {
	content: "";
	position: absolute;
	top: 19px;
	left: 17px;
	width: 27px;
	height: 14px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	transform: rotate(-45deg);
}

.gl-guide-success h2 {
	margin: 0 0 12px;
	font-size: clamp(1.6rem, 3vw, 2.15rem);
}

.gl-guide-success > p {
	max-width: 600px;
	margin: 0 auto 24px;
	color: var(--gl-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.gl-guide-success__button {
	display: inline-flex;
}

.gl-guide-success .gl-guide-success__note {
	margin: 13px auto 0;
	font-size: .75rem;
}


/* ==========================================================
   FREE GUIDE RESPONSIVE
   ========================================================== */

@media (max-width: 650px) {

	.gl-form__grid {
		grid-template-columns: 1fr;
	}

	.gl-form__field--full {
		grid-column: auto;
	}

	.gl-form__submit {
		width: 100%;
	}

}

/* ==========================================================
   GUIDE DOWNLOAD PAGE
   ========================================================== */

.gl-guide-download {
	padding: clamp(48px, 7vw, 90px) 0 72px;
	background: var(--gl-surface-soft);
}

.gl-guide-download__card {
	display: grid;
	grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
	overflow: hidden;
	max-width: 1050px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);
	box-shadow: 0 18px 50px rgba(0,0,0,.07);
}


/* Guide Visual */

.gl-guide-download__visual {
	min-height: 100%;
	background: #e9ece9;
}

.gl-guide-download__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* Content */

.gl-guide-download__content {
	padding: clamp(32px, 5vw, 58px);
}

.gl-guide-download__check {
	position: relative;
	width: 54px;
	height: 54px;
	margin-bottom: 22px;
	background: var(--gl-primary);
	border-radius: 50%;
}

.gl-guide-download__check::after {
	content: "";
	position: absolute;
	top: 16px;
	left: 14px;
	width: 23px;
	height: 12px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	transform: rotate(-45deg);
}

.gl-guide-download__content h1 {
	margin: 4px 0 16px;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.08;
}

.gl-guide-download__lead {
	max-width: 600px;
	margin: 0 0 26px;
	color: var(--gl-muted);
	font-size: 1.05rem;
	line-height: 1.7;
}

.gl-guide-download__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-inline: 28px;
}

.gl-guide-download__note {
	margin: 10px 0 0;
	color: var(--gl-muted);
	font-size: .75rem;
}


/* What's Inside */

.gl-guide-download__inside {
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid var(--gl-border);
}

.gl-guide-download__inside h2 {
	margin: 0 0 15px;
	font-size: 1.25rem;
}

.gl-guide-download__inside ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gl-guide-download__inside li {
	position: relative;
	padding-left: 25px;
	color: var(--gl-muted);
	font-size: .92rem;
	line-height: 1.5;
}

.gl-guide-download__inside li::before {
	content: "";
	position: absolute;
	top: .35em;
	left: 2px;
	width: 11px;
	height: 6px;
	border-left: 2px solid var(--gl-primary);
	border-bottom: 2px solid var(--gl-primary);
	transform: rotate(-45deg);
}


/* Next Step */

.gl-guide-download__next {
	max-width: 800px;
	margin: 60px auto 0;
	text-align: center;
}

.gl-guide-download__next h2 {
	margin: 5px 0 10px;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.gl-guide-download__next p {
	max-width: 650px;
	margin: 0 auto 22px;
	color: var(--gl-muted);
	line-height: 1.7;
}


/* Responsive */

@media (max-width: 760px) {

	.gl-guide-download {
		padding-top: 30px;
	}

	.gl-guide-download__card {
		grid-template-columns: 1fr;
	}

	.gl-guide-download__visual {
		max-height: 360px;
	}

	.gl-guide-download__visual img {
		height: 360px;
		object-position: center top;
	}

}


@media (max-width: 480px) {

	.gl-guide-download__visual,
	.gl-guide-download__visual img {
		height: 280px;
	}

	.gl-guide-download__content {
		padding: 28px 22px;
	}

	.gl-guide-download__button {
		width: 100%;
		text-align: center;
	}

}

/* ==========================================================
   ABOUT PAGE
   ========================================================== */

.gl-about__hero {
	overflow: hidden;
	margin-bottom: 42px;

	border-radius: var(--gl-radius);
}

.gl-about__hero img {
	display: block;

	width: 100%;
	height: auto;
}


/* Introduction */

.gl-about__intro {
	margin-bottom: 42px;
}

.gl-about__intro h2 {
	margin: 0 0 16px;

	font-size: clamp(1.7rem, 3vw, 2.3rem);
	line-height: 1.2;
}

.gl-about__intro p {
	margin: 0 0 17px;

	color: var(--gl-muted);

	font-size: 1rem;
	line-height: 1.75;
}

.gl-about__intro .gl-about__lead {
	color: var(--gl-text);

	font-size: 1.12rem;
	font-weight: 600;
	line-height: 1.7;
}


/* Content Section */

.gl-about__section {
	margin: 0 0 42px;
}

.gl-about__section h2 {
	margin: 0 0 16px;

	font-size: clamp(1.55rem, 3vw, 2rem);
	line-height: 1.25;
}

.gl-about__section p {
	margin: 0 0 16px;

	color: var(--gl-muted);

	line-height: 1.75;
}


/* ==========================================================
   ABOUT FEATURES
   ========================================================== */

.gl-about__features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;

	margin: 0 0 48px;
}

.gl-about-feature {
	position: relative;

	padding: 26px 24px;

	background: var(--gl-surface-soft);

	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);
}

.gl-about-feature__number {
	display: block;

	margin-bottom: 16px;

	color: var(--gl-primary);

	font-size: .75rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .12em;
}

.gl-about-feature h3 {
	margin: 0 0 10px;

	font-size: 1.15rem;
	line-height: 1.3;
}

.gl-about-feature p {
	margin: 0;

	color: var(--gl-muted);

	font-size: .92rem;
	line-height: 1.65;
}


/* ==========================================================
   ABOUT MISSION
   ========================================================== */

.gl-about__mission {
	margin: 0 0 48px;
	padding: clamp(28px, 4vw, 40px);

	background: var(--gl-surface-soft);

	border-left: 4px solid var(--gl-primary);
	border-radius: var(--gl-radius);
}

.gl-about__mission h2 {
	margin: 0 0 14px;

	font-size: clamp(1.55rem, 3vw, 2rem);
	line-height: 1.25;
}

.gl-about__mission p {
	margin: 0;

	color: var(--gl-muted);

	font-size: 1rem;
	line-height: 1.75;
}


/* ==========================================================
   ABOUT CTA
   ========================================================== */

.gl-about__cta {
	padding: clamp(30px, 5vw, 46px);

	background: var(--gl-primary);
	color: #fff;

	border-radius: var(--gl-radius);
}

.gl-about__cta-eyebrow {
	display: block;

	margin-bottom: 9px;

	color: var(--gl-accent);

	font-size: .75rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gl-about__cta h2 {
	margin: 0 0 13px;

	color: #fff;

	font-size: clamp(1.7rem, 3vw, 2.25rem);
	line-height: 1.2;
}

.gl-about__cta p {
	max-width: 640px;

	margin: 0 0 24px;

	color: rgba(255, 255, 255, .88);

	line-height: 1.7;
}

.gl-about__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}


/* Ghost button on dark background */

.gl-about__cta .gl-button--ghost {
	color: #fff;
	border-color: rgba(255, 255, 255, .75);
}

.gl-about__cta .gl-button--ghost:hover {
	color: var(--gl-primary);
	background: #fff;
	border-color: #fff;
}


/* ==========================================================
   ABOUT RESPONSIVE
   ========================================================== */

@media (max-width: 760px) {

	.gl-about__features {
		grid-template-columns: 1fr;
	}

}


@media (max-width: 520px) {

	.gl-about__hero {
		margin-bottom: 32px;
	}

	.gl-about__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.gl-about__actions .gl-button {
		width: 100%;
	}

}

/* ==========================================================
   LEGAL / POLICY PAGES
   ========================================================== */

.gl-legal {
	min-width: 0;
}

.gl-legal__updated {
	display: inline-flex;
	align-items: center;

	margin: 0 0 24px;
	padding: 7px 13px;

	background: var(--gl-surface-soft);
	color: var(--gl-muted);

	border: 1px solid var(--gl-border);
	border-radius: 999px;

	font-size: .78rem;
	font-weight: 700;
	line-height: 1.2;
}

.gl-legal__lead {
	margin: 0 0 18px;

	color: var(--gl-text);

	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.75;
}

.gl-legal > p {
	margin: 0 0 18px;

	color: var(--gl-muted);
	line-height: 1.75;
}


/* ==========================================================
   LEGAL SECTIONS
   ========================================================== */

.gl-legal__section {
	margin-top: 38px;
	padding-top: 34px;

	border-top: 1px solid var(--gl-border);
}

.gl-legal__section h2 {
	margin: 0 0 16px;

	color: var(--gl-text);

	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	line-height: 1.25;
}

.gl-legal__section p {
	margin: 0 0 16px;

	color: var(--gl-muted);
	line-height: 1.75;
}

.gl-legal__section p:last-child {
	margin-bottom: 0;
}


/* Lists */

.gl-legal__section ul {
	margin: 18px 0 22px;
	padding-left: 24px;
}

.gl-legal__section li {
	margin-bottom: 9px;
	padding-left: 3px;

	color: var(--gl-muted);
	line-height: 1.6;
}

.gl-legal__section li::marker {
	color: var(--gl-primary);
}


/* Links */

.gl-legal__section a {
	color: var(--gl-primary);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.gl-legal__section a:hover {
	color: var(--gl-primary-dark);
}


/* Small heading qualifier */

.gl-legal__heading-note {
	display: block;

	margin-top: 5px;

	color: var(--gl-muted);

	font-size: .72em;
	font-weight: 500;
}


/* ==========================================================
   PRIVACY NOTICE
   ========================================================== */

.gl-legal__notice {
	padding: clamp(24px, 4vw, 34px);

	background: var(--gl-surface-soft);

	border: 1px solid var(--gl-border);
	border-left: 4px solid var(--gl-primary);
	border-radius: var(--gl-radius);
}

.gl-legal__notice h2 {
	margin-top: 0;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 600px) {

	.gl-legal__section {
		margin-top: 30px;
		padding-top: 28px;
	}

	.gl-legal__notice {
		padding: 22px;
	}

}