@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 300 800;
	font-display: swap;
	src: url("../fonts/manrope-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Space Grotesk";
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url("../fonts/space-grotesk-latin.woff2") format("woff2");
}

.page-id-44 .site-content {
	padding-top: 0;
	padding-bottom: 0;
}

.page-id-44 .page-header {
	display: none;
}

.spo-faq-shell {
	width: 100%;
	max-width: none;
	padding: 0 !important;
}

.spo-faq-page {
	background: #f5f7fb;
	color: #111a30;
	font-family: "Manrope", Arial, sans-serif;
}

.spo-faq-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(88px, 8vw, 138px) 32px clamp(72px, 7vw, 112px);
	background:
		radial-gradient(circle at 78% 28%, rgb(36 101 194 / 35%), transparent 31%),
		linear-gradient(130deg, #050b1d 0%, #081630 58%, #0c2d59 100%);
	color: #fff;
}

.spo-faq-hero::after {
	position: absolute;
	right: -120px;
	bottom: -210px;
	width: 520px;
	height: 520px;
	border: 1px solid rgb(88 169 255 / 24%);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgb(61 135 223 / 6%), 0 0 0 142px rgb(61 135 223 / 4%);
	content: "";
	pointer-events: none;
}

.spo-faq-hero__inner {
	position: relative;
	z-index: 1;
	width: min(100%, 1320px);
	margin-inline: auto;
}

.spo-faq-hero__eyebrow,
.spo-faq-contact__eyebrow,
.spo-faq-sidebar__label {
	margin: 0 0 20px;
	color: #5bb5ff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.spo-faq-hero h1 {
	max-width: 820px;
	margin: 0;
	color: #fff;
	font-family: "Space Grotesk", Arial, sans-serif;
	font-size: clamp(54px, 6.5vw, 96px);
	font-weight: 400;
	line-height: 0.94;
	letter-spacing: -0.055em;
}

.spo-faq-hero__intro {
	max-width: 660px;
	margin: 30px 0 0;
	color: #c7d2e7;
	font-size: clamp(15px, 1.25vw, 18px);
	line-height: 1.75;
}

.spo-faq-hero__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 42px;
}

.spo-faq-hero__nav a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid rgb(160 198 243 / 28%);
	border-radius: 999px;
	background: rgb(6 16 37 / 45%);
	color: #eef6ff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.035em;
	transition: border-color 180ms ease, background-color 180ms ease;
}

.spo-faq-hero__nav a:hover,
.spo-faq-hero__nav a:focus-visible {
	border-color: #55b7ff;
	background: rgb(32 105 184 / 38%);
	color: #fff;
}

.spo-faq-layout {
	display: grid;
	grid-template-columns: minmax(250px, 0.32fr) minmax(0, 0.68fr);
	gap: clamp(46px, 6vw, 96px);
	width: min(calc(100% - 64px), 1320px);
	margin-inline: auto;
	padding: clamp(76px, 7vw, 116px) 0;
}

.spo-faq-sidebar__card {
	position: sticky;
	top: 120px;
	padding: 34px;
	border-radius: 22px;
	background: #08152d;
	box-shadow: 0 28px 60px rgb(12 25 53 / 14%);
	color: #fff;
}

.spo-faq-sidebar__card h2 {
	margin: 0 0 28px;
	color: #fff;
	font-family: "Space Grotesk", Arial, sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.spo-faq-sidebar__card nav {
	display: grid;
	gap: 0;
}

.spo-faq-sidebar__card nav a {
	padding: 15px 0;
	border-top: 1px solid rgb(201 222 251 / 15%);
	color: #c9d5e8;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.4;
}

.spo-faq-sidebar__card nav a:hover,
.spo-faq-sidebar__card nav a:focus-visible {
	color: #62bdff;
}

.spo-faq-content {
	min-width: 0;
}

.spo-faq-content .spo-faq-group {
	margin: 0 0 64px;
}

.spo-faq-content .spo-faq-group:last-child {
	margin-bottom: 0;
}

.spo-faq-content .spo-faq-group > h2 {
	margin: 0 0 26px;
	scroll-margin-top: 120px;
	color: #101a31;
	font-family: "Space Grotesk", Arial, sans-serif;
	font-size: clamp(34px, 3.2vw, 50px);
	font-weight: 500;
	line-height: 1.04;
	letter-spacing: -0.045em;
}

.spo-faq-content details.spo-faq-item {
	margin: 0 0 12px;
	border: 1px solid #dce3ee;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 25px rgb(20 35 64 / 5%);
	overflow: hidden;
}

.spo-faq-content details.spo-faq-item[open] {
	border-color: #b8cce5;
	box-shadow: 0 16px 38px rgb(24 47 82 / 9%);
}

.spo-faq-content details.spo-faq-item summary {
	padding: 24px 28px;
	cursor: pointer;
	color: #111a30;
	font-size: clamp(16px, 1.25vw, 19px);
	font-weight: 750;
	line-height: 1.4;
}

.spo-faq-content details.spo-faq-item summary::marker {
	color: #147ed1;
}

.spo-faq-content details.spo-faq-item[open] summary {
	color: #0d62a9;
}

.spo-faq-content details.spo-faq-item > :not(summary) {
	margin-right: 28px;
	margin-left: 28px;
}

.spo-faq-content details.spo-faq-item > p {
	margin-top: 0;
	margin-bottom: 16px;
	color: #505c70;
	font-size: 15px;
	line-height: 1.78;
}

.spo-faq-content details.spo-faq-item > p:last-child {
	padding-bottom: 24px;
	margin-bottom: 0;
}

.spo-faq-content a {
	color: #096cb8;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.spo-faq-contact {
	padding: 0 32px clamp(74px, 7vw, 112px);
	background: #f5f7fb;
}

.spo-faq-contact__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	width: min(100%, 1320px);
	padding: clamp(38px, 5vw, 68px);
	margin-inline: auto;
	border-radius: 26px;
	background: linear-gradient(130deg, #0a1831, #0b2f5c);
	box-shadow: 0 34px 70px rgb(10 27 56 / 18%);
}

.spo-faq-contact__inner h2 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-family: "Space Grotesk", Arial, sans-serif;
	font-size: clamp(32px, 3.4vw, 52px);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.045em;
}

.spo-faq-contact__button {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 26px;
	border-radius: 6px;
	background: #fff;
	color: #07142d;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease;
}

.spo-faq-contact__button:hover,
.spo-faq-contact__button:focus-visible {
	background: #4ab5ff;
	color: #061126;
}

@media (max-width: 900px) {
	.spo-faq-layout {
		grid-template-columns: 1fr;
	}

	.spo-faq-sidebar__card {
		position: static;
	}

	.spo-faq-sidebar__card nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 24px;
	}
}

@media (max-width: 640px) {
	.spo-faq-hero {
		padding: 72px 18px 66px;
	}

	.spo-faq-hero::after {
		right: -260px;
		bottom: -260px;
	}

	.spo-faq-hero h1 {
		font-size: clamp(46px, 14vw, 64px);
	}

	.spo-faq-hero__intro {
		margin-top: 22px;
		font-size: 14px;
	}

	.spo-faq-hero__nav {
		gap: 8px;
		margin-top: 30px;
	}

	.spo-faq-hero__nav a {
		min-height: 38px;
		padding: 0 13px;
		font-size: 10px;
	}

	.spo-faq-layout {
		gap: 46px;
		width: calc(100% - 36px);
		padding: 58px 0 68px;
	}

	.spo-faq-sidebar__card {
		padding: 28px 24px;
		border-radius: 18px;
	}

	.spo-faq-sidebar__card nav {
		grid-template-columns: 1fr;
	}

	.spo-faq-content .spo-faq-group {
		margin-bottom: 48px;
	}

	.spo-faq-content details.spo-faq-item summary {
		padding: 20px 18px;
		font-size: 16px;
	}

	.spo-faq-content details.spo-faq-item > :not(summary) {
		margin-right: 18px;
		margin-left: 18px;
	}

	.spo-faq-content details.spo-faq-item > p {
		font-size: 14px;
	}

	.spo-faq-contact {
		padding: 0 18px 72px;
	}

	.spo-faq-contact__inner {
		display: block;
		padding: 34px 26px;
		border-radius: 20px;
	}

	.spo-faq-contact__button {
		width: 100%;
		margin-top: 30px;
	}
}
