/* Symbol Group footer + KVKK notice */

body.sg-has-foot #site-footer,
body.sg-has-foot footer.site-footer {
	display: none !important;
}

.sg-foot {
	--navy: #121c3d;
	--orange: #dc6b1f;
	background: var(--navy);
	color: rgba(255, 255, 255, 0.78);
	font-family: Outfit, "Segoe UI", sans-serif;
	font-size: 15px;
	line-height: 1.45;
}

.sg-foot__inner {
	width: min(1120px, calc(100% - 40px));
	margin-inline: auto;
	padding: 28px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 28px;
}

.sg-foot__copy {
	margin: 0;
}

.sg-foot__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
}

.sg-foot a {
	color: #fff !important;
	text-decoration: none !important;
}

.sg-foot a:hover {
	color: var(--orange) !important;
}

body.sgl-kvkk .entry-header,
body.sgl-kvkk .page-header,
body.sgl-kvkk h1.entry-title,
body.sgl-kvkk .wp-block-post-title {
	display: none !important;
}

body.sgl-kvkk .site-main,
body.sgl-kvkk .page-content,
body.sgl-kvkk .entry-content,
body.sgl-kvkk .elementor-widget-container,
body.sgl-kvkk .elementor-widget-shortcode,
body.sgl-kvkk .elementor-element {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.sgl {
	--navy: #121c3d;
	--orange: #dc6b1f;
	--paper: #f4f0ea;
	--ink: #161616;
	--muted: #5c5a56;
	font-family: Outfit, "Segoe UI", sans-serif;
	color: var(--ink);
	font-size: 18px;
	line-height: 1.7;
	background: #fff;
}

.sgl h1,
.sgl h2 {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0;
	color: var(--navy);
}

.sgl-wrap {
	width: min(760px, calc(100% - 40px));
	margin-inline: auto;
}

.sgl-kicker {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--orange);
}

.sgl-intro {
	padding: 72px 0 28px;
	background: var(--paper);
}

.sgl-intro h1 {
	font-size: clamp(36px, 5vw, 56px);
	margin-bottom: 16px;
}

.sgl-intro__lead {
	margin: 0;
	font-size: 20px;
	color: var(--muted);
	max-width: 36em;
}

.sgl-body {
	padding: 48px 0 88px;
}

.sgl-body section + section {
	margin-top: 36px;
}

.sgl-body h2 {
	font-size: 26px;
	margin-bottom: 12px;
}

.sgl-body p {
	margin: 0 0 12px;
	color: var(--muted);
}

.sgl-body p:last-child {
	margin-bottom: 0;
}

.sgl-body a {
	color: var(--navy);
	text-decoration: none;
	border-bottom: 1px solid rgba(18, 28, 61, 0.28);
}

.sgl-body a:hover {
	color: var(--orange);
	border-color: var(--orange);
}

@media (max-width: 640px) {
	.sgl-intro {
		padding: 48px 0 24px;
	}

	.sgl-body {
		padding: 36px 0 64px;
	}
}
