html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

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

body.admin-bar .site-header,
body.admin-bar .topbar {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .site-header,
	body.admin-bar .topbar {
		top: 46px;
	}
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.faqly-placeholder-shell {
	min-height: 100vh;
	background:
		radial-gradient(circle at 12% 6%, rgba(47, 128, 245, 0.08), transparent 18%),
		radial-gradient(circle at 88% 12%, rgba(24, 196, 214, 0.08), transparent 22%),
		linear-gradient(180deg, #fbfdff 0%, #f4faff 100%);
	color: #102245;
	font-family: "Inter", "Segoe UI", sans-serif;
}

.faqly-placeholder-container {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.faqly-placeholder-header {
	position: sticky;
	top: 0;
	z-index: 40;
	border-bottom: 1px solid rgba(218, 229, 245, 0.88);
	background: rgba(255, 255, 255, 0.86);
	backdrop-filter: blur(16px);
}

.faqly-placeholder-header .faqly-placeholder-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 76px;
}

.faqly-placeholder-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #102245;
	text-decoration: none;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.faqly-placeholder-brand img {
	width: 42px;
}

.faqly-placeholder-nav {
	display: flex;
	align-items: center;
	gap: 18px;
}

.faqly-placeholder-nav a {
	color: #5f7092;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}

.faqly-placeholder-main {
	padding: 56px 0 72px;
}

.faqly-placeholder-card,
.faqly-placeholder-content {
	border: 1px solid #dde7f4;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 24px 60px rgba(31, 72, 138, 0.12);
}

.faqly-placeholder-card {
	padding: 36px;
}

.faqly-placeholder-label {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border: 1px solid #cde8ff;
	border-radius: 999px;
	background: #eef7ff;
	color: #1769e8;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.faqly-placeholder-card h1 {
	margin: 16px 0 10px;
	font-size: clamp(36px, 6vw, 58px);
	line-height: 1.02;
	letter-spacing: -0.06em;
}

.faqly-placeholder-card p {
	max-width: 760px;
	margin: 0;
	color: #637493;
	font-size: 17px;
	line-height: 1.6;
}

.faqly-placeholder-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.faqly-placeholder-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid #dde7f4;
	border-radius: 13px;
	background: #ffffff;
	color: #102245;
	text-decoration: none;
	font-size: 14px;
	font-weight: 800;
}

.faqly-placeholder-button-primary {
	border-color: transparent;
	background: linear-gradient(110deg, #2f80f5, #18c4d6);
	color: #ffffff;
	box-shadow: 0 14px 30px rgba(40, 137, 238, 0.24);
}

.faqly-placeholder-content {
	margin-top: 20px;
	padding: 28px 32px;
}

.faqly-placeholder-content > :first-child {
	margin-top: 0;
}

@media (max-width: 760px) {
	.faqly-placeholder-header .faqly-placeholder-container,
	.faqly-placeholder-nav,
	.faqly-placeholder-actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.faqly-placeholder-card,
	.faqly-placeholder-content {
		padding: 24px;
	}
}
