/*
Theme Name: Guide Salam GeneratePress Child
Theme URI: https://guide.salamblog.com/
Description: Fast mobile-first editorial child theme for Guide Travel, built on GeneratePress and prepared for policy-conscious advertising.
Author: Guide Travel
Template: generatepress
Version: 2.2.2
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: guide-salam-gp
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--gs-navy: #0d1b2f;
	--gs-navy-2: #162a45;
	--gs-text: #28364a;
	--gs-muted: #5b6879;
	--gs-blue: #1d5fd1;
	--gs-blue-dark: #164ca9;
	--gs-teal: #0f766e;
	--gs-bg: #f5f7fa;
	--gs-paper: #ffffff;
	--gs-soft-blue: #edf4ff;
	--gs-soft-teal: #edf8f6;
	--gs-border: #dce3eb;
	--gs-border-dark: #c9d4e0;
	--gs-shadow-xs: 0 1px 2px rgba(13, 27, 47, .03), 0 8px 24px rgba(13, 27, 47, .05);
	--gs-shadow: 0 18px 50px rgba(13, 27, 47, .10);
	--gs-radius-sm: 10px;
	--gs-radius: 16px;
	--gs-radius-lg: 22px;
	--gs-reading: 760px;
	--gs-wide: 1180px;
}

html {
	text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body.gs-site {
	margin: 0;
	color: var(--gs-text);
	background: var(--gs-bg);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.68;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

.gs-site *,
.gs-site *::before,
.gs-site *::after {
	box-sizing: border-box;
}

.gs-site :where(h1, h2, h3, h4, h5, h6) {
	color: var(--gs-navy);
	font-family: inherit;
	font-weight: 800;
	letter-spacing: -.025em;
}

.gs-site a {
	color: var(--gs-blue-dark);
	text-decoration-thickness: .08em;
	text-underline-offset: .18em;
}

.gs-site a:hover {
	color: var(--gs-blue);
}

.gs-site :where(a, button, input, textarea, select, summary):focus-visible {
	outline: 3px solid rgba(29, 95, 209, .30);
	outline-offset: 3px;
	border-radius: 6px;
}

.gs-site .grid-container,
.gs-site .site-grid {
	max-width: var(--gs-wide);
}

/* =========================================================
   HEADER
   ========================================================= */
.gs-site .site-header {
	position: relative;
	z-index: 30;
	border-bottom: 1px solid var(--gs-border);
	background: #fff;
}

.gs-site .inside-header {
	display: flex;
	min-height: 74px;
	align-items: center;
	gap: 14px;
	padding: 10px 22px;
}

.gs-site .site-logo,
.gs-site .site-branding {
	flex: 0 1 auto;
}

.gs-site .site-logo img,
.gs-site .site-header .header-image {
	display: block;
	width: auto;
	max-width: 56px;
	max-height: 48px;
	object-fit: contain;
}

.gs-site .site-branding .main-title {
	margin: 0;
	font-size: clamp(20px, 2.2vw, 24px);
	font-weight: 820;
	line-height: 1.05;
	letter-spacing: -.035em;
}

.gs-site .site-branding .main-title a {
	color: var(--gs-navy);
	text-decoration: none;
}

.gs-site .site-description {
	display: none;
}

.gs-site .main-navigation {
	border-bottom: 1px solid var(--gs-border);
	background: #fff;
}

.gs-site .main-navigation .inside-navigation {
	max-width: var(--gs-wide);
	min-height: 50px;
	margin-inline: auto;
	padding-inline: 18px;
}

.gs-site .main-navigation .main-nav > ul {
	gap: 4px;
}

.gs-site .main-navigation .main-nav ul li a,
.gs-site .menu-toggle,
.gs-site .main-navigation .menu-bar-item > a {
	min-height: 46px;
	padding-inline: 15px;
	color: var(--gs-navy-2);
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 46px;
}

.gs-site .main-navigation .main-nav ul li:hover > a,
.gs-site .main-navigation .main-nav ul li:focus-within > a,
.gs-site .main-navigation .main-nav ul .current-menu-item > a,
.gs-site .main-navigation .main-nav ul .current-menu-ancestor > a {
	color: var(--gs-blue-dark);
	background: var(--gs-soft-blue);
}

.gs-site .main-navigation ul ul {
	overflow: hidden;
	border: 1px solid var(--gs-border);
	border-radius: var(--gs-radius-sm);
	background: #fff;
	box-shadow: var(--gs-shadow-xs);
}

.gs-site .menu-toggle {
	min-width: 48px;
	margin-block: 4px;
	border: 1px solid var(--gs-border);
	border-radius: var(--gs-radius-sm);
	background: #fff;
}

/* =========================================================
   PAGE FRAME
   ========================================================= */
.gs-site #page {
	padding-block: clamp(22px, 4vw, 48px);
}

.gs-site .site-content {
	align-items: flex-start;
}

.gs-site #primary {
	min-width: 0;
}

/* =========================================================
   HOMEPAGE HERO
   ========================================================= */
.gs-home-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(260px, .72fr);
	gap: clamp(24px, 5vw, 58px);
	align-items: center;
	margin: 0 0 34px;
	padding: clamp(30px, 5vw, 54px);
	border: 1px solid var(--gs-border-dark);
	border-radius: var(--gs-radius-lg);
	background: #fff;
	box-shadow: var(--gs-shadow-xs);
}

.gs-kicker {
	margin: 0 0 10px;
	color: var(--gs-teal);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gs-home-hero h1 {
	max-width: 730px;
	margin: 0;
	font-size: clamp(36px, 5.4vw, 58px);
	font-weight: 850;
	line-height: 1.06;
	letter-spacing: -.05em;
	text-wrap: balance;
}

.gs-home-hero__lead {
	max-width: 710px;
	margin: 18px 0 0;
	color: var(--gs-muted);
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.72;
}

.gs-home-hero__note {
	padding: 22px;
	border-left: 4px solid var(--gs-teal);
	border-radius: 0 var(--gs-radius) var(--gs-radius) 0;
	background: var(--gs-soft-teal);
}

.gs-home-hero__note strong {
	display: block;
	margin-bottom: 7px;
	color: var(--gs-navy);
	font-size: 16px;
}

.gs-home-hero__note p {
	margin: 0;
	color: #4f625f;
	font-size: 14px;
	line-height: 1.65;
}

.gs-section-heading {
	display: flex;
	gap: 16px;
	align-items: center;
	margin: 0 0 20px;
}

.gs-section-heading h2 {
	margin: 0;
	font-size: clamp(25px, 3.2vw, 32px);
}

.gs-section-heading::after {
	flex: 1;
	height: 1px;
	background: var(--gs-border-dark);
	content: "";
}

/* =========================================================
   HOME / ARCHIVE / SEARCH CARDS
   ========================================================= */
.gs-listing .site-main {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.gs-listing .site-main > :where(.gs-home-hero, .gs-section-heading, .page-header, .paging-navigation, .no-results) {
	grid-column: 1 / -1;
}

.gs-listing .page-header {
	margin: 0 0 2px;
	padding: 0;
	background: transparent;
}

.gs-listing .page-header h1 {
	margin: 0;
	font-size: clamp(30px, 4vw, 42px);
}

.gs-listing .site-main > article {
	min-width: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--gs-border);
	border-radius: var(--gs-radius);
	background: var(--gs-paper);
	box-shadow: var(--gs-shadow-xs);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.gs-listing .site-main > article:hover {
	border-color: #c3cfdb;
	box-shadow: 0 14px 34px rgba(13, 27, 47, .09);
	transform: translateY(-2px);
}

.gs-listing article .inside-article {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
}

.gs-listing article .post-image {
	order: -1;
	width: 100%;
	margin: 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #e8edf3;
}

.gs-listing article .post-image a,
.gs-listing article .post-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.gs-listing article .post-image img {
	object-fit: cover;
	object-position: center;
	transition: transform .28s ease;
}

.gs-listing article:hover .post-image img {
	transform: scale(1.018);
}

.gs-listing article .entry-header {
	padding: 21px 21px 0;
}

.gs-listing article .entry-title {
	margin: 0;
	font-size: clamp(20px, 2vw, 24px);
	font-weight: 800;
	line-height: 1.26;
	letter-spacing: -.03em;
	text-wrap: balance;
}

.gs-listing article .entry-title a {
	color: var(--gs-navy);
	text-decoration: none;
}

.gs-listing article .entry-meta {
	margin-top: 10px;
	color: var(--gs-muted);
	font-size: 12px;
	font-weight: 600;
}

.gs-listing article .entry-summary {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 13px 21px 22px;
	color: var(--gs-muted);
	font-size: 14px;
	line-height: 1.66;
}

.gs-listing article .entry-summary p {
	margin: 0 0 16px;
}

.gs-listing article footer.entry-meta {
	display: none !important;
}

.gs-listing .read-more {
	display: inline-flex;
	width: fit-content;
	min-height: 44px;
	margin-top: auto;
	align-items: center;
	gap: 6px;
	padding: 9px 14px;
	border: 1px solid #c7d8ef;
	border-radius: 9px;
	color: var(--gs-blue-dark);
	background: var(--gs-soft-blue);
	font-size: 13px;
	font-weight: 780;
	text-decoration: none;
}

.gs-listing .read-more:hover {
	color: #fff;
	border-color: var(--gs-blue);
	background: var(--gs-blue);
}

.gs-listing .inside-article > .read-more {
	margin: 0 21px 22px;
}


.gs-listing .paging-navigation {
	margin-top: 8px;
	padding: 16px;
	border: 1px solid var(--gs-border);
	border-radius: var(--gs-radius);
	background: #fff;
}

.gs-listing .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.gs-listing .nav-links .page-numbers {
	display: inline-grid;
	min-width: 44px;
	min-height: 44px;
	margin: 0;
	place-items: center;
	border: 1px solid var(--gs-border);
	border-radius: 9px;
	background: #fff;
	text-decoration: none;
}

.gs-listing .nav-links .current {
	color: #fff;
	border-color: var(--gs-blue);
	background: var(--gs-blue);
}

/* =========================================================
   SINGLE ARTICLE + STATIC PAGES
   ========================================================= */
.gs-article #primary,
.gs-page #primary {
	width: 100%;
	max-width: 940px;
	margin-inline: auto;
}

.gs-article .site-main > article,
.gs-page .site-main > article {
	overflow: hidden;
	border: 1px solid var(--gs-border);
	border-radius: var(--gs-radius-lg);
	background: #fff;
	box-shadow: var(--gs-shadow-xs);
}

.gs-article article .inside-article,
.gs-page article .inside-article {
	padding: 0;
}

.gs-article article .post-image {
	width: 100%;
	margin: 0;
	aspect-ratio: 16 / 8.4;
	overflow: hidden;
	background: #e8edf3;
}

.gs-article article .post-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gs-article article :where(.entry-header, .entry-content, .entry-footer),
.gs-page article :where(.entry-header, .entry-content, .entry-footer) {
	width: min(100% - 52px, var(--gs-reading));
	margin-inline: auto;
}

.gs-article article .entry-header,
.gs-page article .entry-header {
	padding-top: clamp(30px, 5vw, 52px);
}

.gs-article article .entry-title,
.gs-page article .entry-title {
	margin: 0 0 15px;
	font-size: clamp(32px, 5vw, 50px);
	font-weight: 850;
	line-height: 1.10;
	letter-spacing: -.045em;
	text-wrap: balance;
}

.gs-article article .entry-meta {
	color: var(--gs-muted);
	font-size: 13px;
	font-weight: 600;
}

.gs-article article .entry-content,
.gs-page article .entry-content {
	padding: clamp(24px, 4vw, 38px) 0 clamp(42px, 6vw, 68px);
	font-size: clamp(16.5px, 1.45vw, 18px);
	line-height: 1.82;
}

.gs-article .entry-content > :first-child,
.gs-page .entry-content > :first-child {
	margin-top: 0;
}

.gs-article .entry-content p,
.gs-page .entry-content p {
	margin-bottom: 1.35em;
}

.gs-article .entry-content :where(h2, h3, h4),
.gs-page .entry-content :where(h2, h3, h4) {
	scroll-margin-top: 90px;
	text-wrap: balance;
}

.gs-article .entry-content h2,
.gs-page .entry-content h2 {
	margin: 2.05em 0 .68em;
	padding-top: .58em;
	border-top: 1px solid var(--gs-border);
	font-size: clamp(25px, 3.4vw, 34px);
	line-height: 1.24;
}

.gs-article .entry-content h3,
.gs-page .entry-content h3 {
	margin: 1.7em 0 .52em;
	font-size: clamp(21px, 2.8vw, 27px);
	line-height: 1.28;
}

.gs-article .entry-content :where(ul, ol),
.gs-page .entry-content :where(ul, ol) {
	margin: 0 0 1.5em;
	padding-inline-start: 1.45em;
}

.gs-article .entry-content li,
.gs-page .entry-content li {
	margin-bottom: .5em;
	padding-inline-start: .15em;
}

.gs-article .entry-content li::marker,
.gs-page .entry-content li::marker {
	color: var(--gs-teal);
	font-weight: 800;
}

.gs-article .entry-content blockquote,
.gs-page .entry-content blockquote {
	margin: 1.75em 0;
	padding: 18px 21px;
	border: 0;
	border-inline-start: 4px solid var(--gs-blue);
	border-radius: 0 10px 10px 0;
	color: var(--gs-text);
	background: var(--gs-soft-blue);
}

.gs-article .entry-content :where(img, video, iframe),
.gs-page .entry-content :where(img, video, iframe) {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.gs-article .entry-content figure,
.gs-page .entry-content figure {
	margin-block: 1.7em;
}

.gs-article .entry-content figcaption,
.gs-page .entry-content figcaption {
	color: var(--gs-muted);
	font-size: 12px;
	text-align: center;
}

.gs-article .entry-content table,
.gs-page .entry-content table {
	display: block;
	width: 100%;
	overflow-x: auto;
	border: 1px solid var(--gs-border);
	border-radius: 10px;
	border-collapse: separate;
	border-spacing: 0;
}

.gs-article .entry-content :where(th, td),
.gs-page .entry-content :where(th, td) {
	padding: 12px 14px;
	border-color: var(--gs-border);
	text-align: start;
}

.gs-article .entry-content th,
.gs-page .entry-content th {
	color: var(--gs-navy);
	background: var(--gs-soft-blue);
	font-weight: 760;
}

.gs-article article footer.entry-meta {
	padding-bottom: 34px;
}

/* =========================================================
   BUTTONS / FORMS / CALLOUTS
   ========================================================= */
.gs-site :where(.wp-block-button__link, .button, button:not(.menu-toggle), input[type="submit"], .gs-cta) {
	min-height: 46px;
	padding: 11px 20px;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #fff;
	background: var(--gs-blue);
	box-shadow: 0 7px 18px rgba(29, 95, 209, .16);
	font: inherit;
	font-size: 15px;
	font-weight: 760;
	line-height: 1.35;
	text-decoration: none;
	transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.gs-site :where(.wp-block-button__link, .button, button:not(.menu-toggle), input[type="submit"], .gs-cta):hover {
	color: #fff;
	background: var(--gs-blue-dark);
	box-shadow: 0 9px 22px rgba(29, 95, 209, .20);
	transform: translateY(-1px);
}

.gs-note {
	margin-block: 1.6em;
	padding: 18px 20px;
	border: 1px solid #c7e2dc;
	border-radius: 10px;
	background: var(--gs-soft-teal);
}

.gs-note strong {
	display: block;
	margin-bottom: 4px;
	color: #0b5c56;
}

.gs-site :where(input[type="text"], input[type="email"], input[type="search"], input[type="url"], input[type="tel"], select, textarea) {
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid var(--gs-border-dark);
	border-radius: 9px;
	color: var(--gs-navy);
	background: #fff;
	font: inherit;
}

.gs-site textarea {
	min-height: 150px;
}

/* =========================================================
   AD-SAFE SHELL — no ad code is injected by the theme.
   ========================================================= */
.gs-ad-slot {
	position: relative;
	clear: both;
	display: grid;
	width: 100%;
	min-height: 120px;
	margin: 38px auto;
	padding: 28px 12px 15px;
	place-items: center;
	overflow: hidden;
	isolation: isolate;
	border: 1px solid var(--gs-border);
	border-radius: 9px;
	background: #f8fafc;
	text-align: center;
}

.gs-ad-slot[data-format="rectangle"] {
	min-height: 300px;
}

.gs-ad-slot[data-format="leaderboard"] {
	min-height: 140px;
}

.gs-ad-label {
	position: absolute;
	top: 8px;
	inset-inline-start: 11px;
	color: #748196;
	font-size: 9px;
	font-weight: 740;
	letter-spacing: .10em;
	line-height: 1.2;
	text-transform: uppercase;
}

.gs-ad-slot + :where(.wp-block-buttons, .gs-cta-wrap, form, nav),
:where(.wp-block-buttons, .gs-cta-wrap, form, nav) + .gs-ad-slot {
	margin-top: 52px;
}


/* =========================================================
   RELATED GUIDES
   ========================================================= */
.gs-related {
	width: min(100%, var(--gs-wide));
	margin: 28px auto 0;
	padding: 0 0 10px;
}

.gs-related__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.gs-related__head h2 {
	margin: 0;
	font-size: clamp(24px, 3vw, 31px);
	line-height: 1.2;
}

.gs-related__head p {
	max-width: 520px;
	margin: 0;
	color: var(--gs-muted);
	font-size: 13px;
}

.gs-related__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.gs-related-card {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr);
	min-height: 144px;
	overflow: hidden;
	border: 1px solid var(--gs-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--gs-shadow-xs);
}

.gs-related-card__media {
	display: block;
	min-height: 100%;
	background: #e8edf3;
}

.gs-related-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 144px;
	object-fit: cover;
}

.gs-related-card__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 17px 18px;
}

.gs-related-card__date {
	margin-bottom: 7px;
	color: var(--gs-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .02em;
}

.gs-related-card h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.28;
	letter-spacing: -.025em;
}

.gs-related-card h3 a {
	color: var(--gs-navy);
	text-decoration: none;
}

.gs-related-card h3 a:hover {
	color: var(--gs-blue-dark);
}

.gs-related-card__link {
	display: inline-flex;
	min-height: 44px;
	margin-top: auto;
	align-items: center;
	align-self: flex-start;
	padding-top: 9px;
	color: var(--gs-blue-dark);
	font-size: 13px;
	font-weight: 780;
	text-decoration: none;
}

/* =========================================================
   POLICY / TRUST PAGES
   ========================================================= */
.gs-policy-page .site-main > article {
	overflow: hidden;
}

.gs-policy-page article .entry-header,
.gs-policy-page article .entry-content {
	width: min(100% - 52px, 860px);
}

.gs-policy-page article .entry-content {
	padding-top: 22px;
}

.gs-policy {
	color: var(--gs-text);
}

.gs-policy__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin: 0 0 24px;
	padding: 13px 16px;
	border: 1px solid var(--gs-border);
	border-radius: 10px;
	color: var(--gs-muted);
	background: #f8fafc;
	font-size: 13px;
}

.gs-policy__intro {
	margin: 0 0 30px;
	padding: 22px 24px;
	border: 1px solid #cfe0f6;
	border-radius: 14px;
	background: var(--gs-soft-blue);
}

.gs-policy__intro p:last-child {
	margin-bottom: 0;
}

.gs-policy__toc {
	margin: 0 0 34px;
	padding: 20px 22px;
	border: 1px solid var(--gs-border);
	border-radius: 12px;
	background: #fff;
}

.gs-policy__toc strong {
	display: block;
	margin-bottom: 8px;
	color: var(--gs-navy);
}

.gs-policy__toc ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 5px 24px;
	margin: 0;
	padding-left: 20px;
}

.gs-policy__toc a {
	min-height: 44px;
	align-items: center;
}

.gs-policy__callout {
	margin: 28px 0;
	padding: 18px 20px;
	border-inline-start: 4px solid var(--gs-teal);
	border-radius: 0 10px 10px 0;
	background: var(--gs-soft-teal);
}

.gs-policy__contact-card {
	margin-top: 28px;
	padding: 22px;
	border: 1px solid var(--gs-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--gs-shadow-xs);
}

.gs-policy__contact-card h2,
.gs-policy__contact-card h3 {
	margin-top: 0 !important;
	padding-top: 0 !important;
	border-top: 0 !important;
}

/* =========================================================
   SITE-WIDE EDITORIAL DISCLOSURE
   ========================================================= */
.gs-trust-band {
	margin-top: clamp(42px, 6vw, 72px);
	border-top: 1px solid var(--gs-border);
	border-bottom: 1px solid var(--gs-border);
	background: #eef4f8;
}

.gs-trust-band__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 15px;
	align-items: start;
	max-width: var(--gs-wide);
	margin-inline: auto;
	padding: 24px 22px;
}

.gs-trust-band__icon {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid #c8d7e2;
	border-radius: 12px;
	color: var(--gs-teal);
	background: #fff;
}

.gs-trust-band__icon svg {
	width: 22px;
	height: 22px;
}

.gs-trust-band strong {
	display: block;
	margin-bottom: 3px;
	color: var(--gs-navy);
	font-size: 14px;
}

.gs-trust-band p {
	max-width: 980px;
	margin: 0;
	color: #4f5f73;
	font-size: 13px;
	line-height: 1.72;
}

/* =========================================================
   FOOTER
   ========================================================= */
.gs-site .site-footer {
	margin-top: 0;
	color: #cbd5e2;
	background: var(--gs-navy);
}

.gs-site .footer-widgets {
	display: none;
}

.gs-site .inside-site-info {
	display: block;
	max-width: var(--gs-wide);
	padding: 0 22px 18px;
}

.gs-footer-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(150px, .55fr) minmax(220px, .8fr);
	gap: clamp(26px, 6vw, 72px);
	width: 100%;
	padding: 44px 0 34px;
	text-align: left;
}

.gs-footer-logo {
	display: inline-block;
	margin-bottom: 11px;
	color: #fff !important;
	font-size: 21px;
	font-weight: 830;
	letter-spacing: -.03em;
	text-decoration: none;
}

.gs-footer-brand p {
	max-width: 510px;
	margin: 0;
	color: #aebbd0;
	font-size: 13px;
	line-height: 1.7;
}

.gs-footer-column strong {
	display: block;
	margin-bottom: 11px;
	color: #fff;
	font-size: 13px;
	font-weight: 780;
	letter-spacing: .02em;
}

.gs-footer-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gs-footer-column li + li {
	margin-top: 7px;
}

.gs-footer-column a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: #cbd5e2 !important;
	font-size: 13px;
	text-decoration: none;
}

.gs-footer-column a:hover {
	color: #fff !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.gs-site .site-info {
	border-top: 1px solid rgba(255, 255, 255, .12);
	background: #0a1626;
}

.gs-site .copyright-bar {
	width: 100%;
	padding-top: 17px;
	color: #9eacc0;
	font-size: 12px;
	text-align: left;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
	.gs-listing .site-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gs-home-hero {
		grid-template-columns: 1fr;
	}

	.gs-home-hero__note {
		max-width: 680px;
	}
}

@media (max-width: 768px) {
	body.gs-site {
		font-size: 16px;
	}

	.gs-site .inside-header {
		min-height: 62px;
		padding: 7px 16px;
	}

	.gs-site .site-logo img,
	.gs-site .site-header .header-image {
		max-width: 48px;
		max-height: 42px;
	}

	.gs-site .site-branding .main-title {
		font-size: 19px;
	}

	.gs-site .main-navigation .inside-navigation {
		padding-inline: 12px;
	}

	.gs-site #page {
		padding-block: 18px;
	}

	.gs-home-hero {
		margin-inline: 12px;
		margin-bottom: 26px;
		padding: 26px 22px;
		border-radius: 16px;
	}

	.gs-home-hero h1 {
		font-size: clamp(34px, 10.5vw, 46px);
	}

	.gs-home-hero__lead {
		font-size: 16px;
	}


	.gs-section-heading {
		margin-inline: 12px;
	}

	.gs-listing .site-main {
		grid-template-columns: 1fr;
		gap: 16px;
		padding-inline: 12px;
	}

	.gs-listing article .entry-header {
		padding: 19px 19px 0;
	}

	.gs-listing article .entry-summary {
		padding: 12px 19px 12px;
	}

	.gs-listing .inside-article > .read-more {
		margin: 0 19px 20px;
	}

	.gs-article #primary,
	.gs-page #primary {
		width: 100%;
	}

	.gs-article .site-main > article,
	.gs-page .site-main > article {
		border-inline: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.gs-article article :where(.entry-header, .entry-content, .entry-footer),
	.gs-page article :where(.entry-header, .entry-content, .entry-footer) {
		width: min(100% - 34px, var(--gs-reading));
	}

	.gs-article article .entry-title,
	.gs-page article .entry-title {
		font-size: clamp(30px, 9vw, 40px);
	}

	.gs-article article .entry-content,
	.gs-page article .entry-content {
		font-size: 16.5px;
		line-height: 1.78;
	}

	.gs-footer-wrap {
		grid-template-columns: 1fr 1fr;
		gap: 28px 34px;
		padding-top: 36px;
	}

	.gs-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 768px) {

	.gs-related {
		padding-inline: 12px;
	}

	.gs-related__head {
		align-items: start;
		flex-direction: column;
		gap: 6px;
	}

	.gs-related-card {
		grid-template-columns: 132px minmax(0, 1fr);
	}

	.gs-related-card__media img {
		min-height: 136px;
	}

	.gs-policy-page article .entry-header,
	.gs-policy-page article .entry-content {
		width: min(100% - 34px, 860px);
	}

	.gs-policy__toc ul {
		grid-template-columns: 1fr;
	}

}

@media (max-width: 520px) {

	.gs-related__grid {
		grid-template-columns: 1fr;
	}

	.gs-related-card {
		grid-template-columns: 116px minmax(0, 1fr);
	}

	.gs-related-card__body {
		padding: 14px 15px;
	}

	.gs-related-card h3 {
		font-size: 16px;
	}

	.gs-trust-band__inner {
		grid-template-columns: 1fr;
		padding: 21px 18px;
	}

	.gs-trust-band__icon {
		width: 38px;
		height: 38px;
	}

	.gs-policy__intro,
	.gs-policy__toc,
	.gs-policy__contact-card {
		padding: 18px;
	}
	.gs-site .inside-header {
		gap: 10px;
	}

	.gs-site .site-logo img,
	.gs-site .site-header .header-image {
		max-width: 42px;
		max-height: 38px;
	}

	.gs-site .site-branding .main-title {
		font-size: 18px;
	}

	.gs-home-hero {
		margin-inline: 10px;
		padding: 23px 19px;
	}

	.gs-home-hero__note {
		padding: 18px;
	}

	.gs-section-heading,
	.gs-listing .site-main {
		margin-inline: 0;
		padding-inline: 10px;
	}

	.gs-listing article .entry-title {
		font-size: 21px;
	}

	.gs-footer-wrap {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.gs-footer-brand {
		grid-column: auto;
	}
}

@media (max-width: 360px) {
	.gs-home-hero {
		margin-inline: 8px;
		padding: 21px 17px;
	}

	.gs-listing .site-main {
		padding-inline: 8px;
	}

	.gs-article article :where(.entry-header, .entry-content, .entry-footer),
	.gs-page article :where(.entry-header, .entry-content, .entry-footer) {
		width: calc(100% - 28px);
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

@media print {
	.gs-site .site-header,
	.gs-site .main-navigation,
	.gs-site .site-footer,
	.gs-site .gs-ad-slot,
	.gs-site .gs-trust-band,
	.gs-site .gs-related {
		display: none !important;
	}

	.gs-site,
	.gs-article .site-main > article,
	.gs-page .site-main > article {
		color: #000;
		background: #fff;
		box-shadow: none;
	}
}

/* =========================================================
   2.2.2 REFINEMENTS — header, archives, related cards, policy UX
   ========================================================= */

/* Unified header: logo + brand + compact editorial navigation. */
.gs-site .site-header {
	position: relative;
	z-index: 60;
	border-bottom: 1px solid var(--gs-border);
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 1px 0 rgba(13, 27, 47, .02);
}

.gs-site .inside-header {
	width: min(100%, var(--gs-wide));
	min-height: 78px;
	margin-inline: auto;
	padding: 12px 22px;
}

.gs-site .site-logo img,
.gs-site .site-header .header-image {
	max-width: 48px;
	max-height: 44px;
}

.gs-site .site-branding .main-title {
	font-size: clamp(20px, 2vw, 23px);
	font-weight: 820;
	letter-spacing: -.035em;
}

.gs-site .main-navigation {
	margin-left: auto;
	border: 0;
	background: transparent;
}

.gs-site .main-navigation .inside-navigation {
	min-height: auto;
	padding: 0;
}

.gs-site .main-navigation .main-nav > ul {
	display: flex;
	gap: 7px;
	align-items: center;
}

.gs-site .main-navigation .main-nav > ul > li > a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 0 15px;
	border: 1px solid transparent;
	border-radius: 999px;
	color: #20344f;
	background: transparent;
	font-size: 13.5px;
	font-weight: 760;
	line-height: 1.2;
	text-decoration: none;
}

.gs-site .main-navigation .main-nav > ul > li:hover > a,
.gs-site .main-navigation .main-nav > ul > li:focus-within > a {
	border-color: #d7e3f2;
	color: var(--gs-blue-dark);
	background: #f4f8fd;
}

.gs-site .main-navigation .main-nav > ul > li.current-menu-item > a,
.gs-site .main-navigation .main-nav > ul > li.current-menu-ancestor > a,
.gs-site .main-navigation .main-nav > ul > li.current-menu-parent > a {
	border-color: #c9dbf4;
	color: #124997;
	background: var(--gs-soft-blue);
}

.gs-site .main-navigation .main-nav > ul > li.current-menu-item > a::after,
.gs-site .main-navigation .main-nav > ul > li.current-menu-ancestor > a::after {
	display: none;
}

/* Cleaner archive header and useful descriptions. */
.gs-listing .page-header {
	padding: 4px 0 14px;
}

.gs-listing .page-header .page-title {
	margin-bottom: 8px;
}

.gs-listing .page-header .taxonomy-description {
	max-width: 760px;
	margin: 0;
	color: var(--gs-muted);
	font-size: 15px;
	line-height: 1.65;
}

.gs-listing .page-header .taxonomy-description p {
	margin: 0;
}

/* The related section replaces old Previous/Next article links. */
.gs-article .post-navigation,
.gs-article .entry-footer,
.gs-article .footer-entry-meta {
	display: none !important;
}

.gs-related {
	width: min(100% - 32px, 940px);
	margin: 30px auto 8px;
}

.gs-related__head {
	align-items: center;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--gs-border);
}

.gs-related__head h2 {
	font-size: clamp(24px, 3vw, 30px);
}

.gs-related__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.gs-related-card {
	display: flex;
	min-height: 0;
	flex-direction: column;
	border-radius: 16px;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.gs-related-card:hover {
	border-color: #c6d5e5;
	box-shadow: 0 14px 32px rgba(13, 27, 47, .08);
	transform: translateY(-2px);
}

.gs-related-card__media {
	min-height: 0;
	aspect-ratio: 16 / 8.8;
	overflow: hidden;
}

.gs-related-card__media img {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
}

.gs-related-card__body {
	min-height: 180px;
	padding: 18px 20px 19px;
}

.gs-related-card__date {
	margin-bottom: 8px;
}

.gs-related-card h3 {
	font-size: clamp(17px, 2vw, 20px);
	line-height: 1.3;
}

.gs-related-card__link {
	min-height: 46px;
	padding-top: 12px;
}

/* Policy and trust pages: quieter typography and clear section hierarchy. */
.gs-policy-page article .entry-title {
	max-width: 820px;
	font-size: clamp(32px, 5vw, 46px);
}

.gs-policy-page article .entry-content {
	font-size: 16.5px;
	line-height: 1.78;
}

.gs-policy-page .entry-content h2 {
	margin-top: 2em;
	padding-top: .72em;
	font-size: clamp(23px, 3vw, 30px);
}

.gs-policy__meta {
	gap: 7px 10px;
	padding: 14px 16px;
}

.gs-policy__meta > * {
	display: inline-flex;
	min-height: 28px;
	align-items: center;
}

.gs-policy__intro {
	padding: clamp(19px, 3vw, 25px);
	border-color: #cddff4;
	background: #f4f8fd;
}

.gs-policy__toc {
	background: #fbfcfe;
}

.gs-policy__toc a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
}

.gs-contact-reasons {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 28px 0;
}

.gs-contact-reasons section {
	padding: 18px 19px;
	border: 1px solid var(--gs-border);
	border-radius: 12px;
	background: #fbfcfe;
}

.gs-contact-reasons h2 {
	margin: 0 0 8px !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 19px !important;
}

.gs-contact-reasons p {
	margin: 0 !important;
	color: var(--gs-muted);
	font-size: 14px;
	line-height: 1.65;
}

.gs-contact-form-wrap {
	margin-top: 18px;
}

.gs-contact-form p {
	margin-bottom: 15px;
}

.gs-contact-form label {
	display: block;
	margin-bottom: 6px;
	color: var(--gs-navy);
	font-size: 13px;
	font-weight: 750;
}

.gs-contact-form input,
.gs-contact-form select,
.gs-contact-form textarea {
	width: 100%;
}

.gs-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.gs-form-note {
	color: var(--gs-muted);
	font-size: 12px;
	line-height: 1.6;
}

.gs-form-message {
	margin-bottom: 16px;
	padding: 13px 15px;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 650;
}

.gs-form-message--success {
	border: 1px solid #b7ded6;
	color: #0c5f57;
	background: #eef9f6;
}

.gs-form-message--error {
	border: 1px solid #efc3c3;
	color: #8b2222;
	background: #fff5f5;
}

.gs-hp-field {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
}

/* Four-column desktop footer, collapses cleanly on smaller screens. */
.gs-footer-wrap {
	grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(150px, .72fr));
	gap: clamp(24px, 4vw, 54px);
}

.gs-footer-column a {
	min-height: 46px;
	padding-block: 4px;
}

/* Mobile navigation and touch targets. */
@media (max-width: 768px) {
	.gs-site .inside-header {
		min-height: 66px;
		flex-wrap: wrap;
		padding: 9px 14px;
	}

	.gs-site .site-logo img,
	.gs-site .site-header .header-image {
		max-width: 42px;
		max-height: 38px;
	}

	.gs-site .site-branding .main-title {
		font-size: 18px;
	}

	.gs-site .main-navigation {
		margin-left: auto;
	}

	.gs-site .main-navigation .menu-toggle,
	.gs-site .mobile-menu-control-wrapper .menu-toggle {
		display: inline-flex;
		min-width: 48px;
		min-height: 48px;
		align-items: center;
		justify-content: center;
		gap: 7px;
		padding: 0 12px;
		border: 1px solid var(--gs-border-dark);
		border-radius: 11px;
		color: var(--gs-navy);
		background: #fff;
		line-height: 1;
	}

	.gs-site .main-navigation.toggled {
		width: 100%;
		margin: 4px 0 0;
		flex-basis: 100%;
	}

	.gs-site .main-navigation.toggled .main-nav {
		width: 100%;
		margin-top: 7px;
		padding: 8px;
		border: 1px solid var(--gs-border);
		border-radius: 13px;
		background: #fff;
		box-shadow: var(--gs-shadow-xs);
	}

	.gs-site .main-navigation.toggled .main-nav > ul {
		display: block;
	}

	.gs-site .main-navigation.toggled .main-nav > ul > li > a {
		width: 100%;
		min-height: 48px;
		justify-content: flex-start;
		border-radius: 9px;
		font-size: 15px;
	}

	.gs-related {
		width: min(100% - 24px, 940px);
	}

	.gs-related__grid {
		grid-template-columns: 1fr;
	}

	.gs-related-card__body {
		min-height: 0;
	}

	.gs-contact-reasons,
	.gs-form-grid {
		grid-template-columns: 1fr;
	}

	.gs-footer-wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gs-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 520px) {
	.gs-site .inside-header {
		gap: 8px;
	}

	.gs-site .site-branding .main-title {
		font-size: 17px;
	}

	.gs-site .main-navigation .menu-toggle .mobile-menu {
		font-size: 13px;
	}

	.gs-related__head p {
		display: none;
	}

	.gs-footer-wrap {
		grid-template-columns: 1fr;
	}

	.gs-footer-brand {
		grid-column: auto;
	}
}
