/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v20-latin/roboto-v20-latin-regular.eot');
	src: local(''),
		url('../fonts/roboto-v20-latin/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/roboto-v20-latin/roboto-v20-latin-regular.woff2') format('woff2'),
		url('../fonts/roboto-v20-latin/roboto-v20-latin-regular.woff') format('woff'),
		url('../fonts/roboto-v20-latin/roboto-v20-latin-regular.ttf') format('truetype'),
		url('../fonts/roboto-v20-latin/roboto-v20-latin-regular.svg#Roboto') format('svg');
}

/* roboto-700 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v20-latin/roboto-v20-latin-700.eot');
	src: local(''),
		url('../fonts/roboto-v20-latin/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'),
		url('../fonts/roboto-v20-latin/roboto-v20-latin-700.woff2') format('woff2'),
		url('../fonts/roboto-v20-latin/roboto-v20-latin-700.woff') format('woff'),
		url('../fonts/roboto-v20-latin/roboto-v20-latin-700.ttf') format('truetype'),
		url('../fonts/roboto-v20-latin/roboto-v20-latin-700.svg#Roboto') format('svg');
}

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

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #222;
	background: #fff;
}

a {
	color: #333;
}

a:hover {
	color: #222;
}

.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 24px;
	padding: 16px 24px;
	border-bottom: 1px solid #eee;
}

.brand {
	font-size: 28px;
	font-weight: 700;
	text-decoration: none;
	background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.site-header nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 18px;
}

.site-header nav a {
	font-size: 14px;
	text-decoration: none;
	color: #999;
}

.site-header nav a:hover,
.site-header nav a[aria-current="page"],
.site-header nav a[aria-current="true"] {
	color: #222;
}

.lang-switch {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-left: 4px;
	font-size: 14px;
	color: #ccc;
}

.lang-switch a {
	font-weight: 700;
}

.site-footer {
	padding: 24px;
	border-top: 1px solid #eee;
	text-align: center;
}

.footer-nav {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #999;
}

.footer-nav a {
	text-decoration: none;
	color: #666;
}

.footer-nav a:hover {
	color: #222;
}

.content,
.legal {
	max-width: 42rem;
	margin: 0 auto;
	padding: 40px 24px 48px;
}

.content h1,
.legal h1 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 1.5rem;
	color: #222;
}

.content h2,
.legal h2 {
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 2.25rem 0 0.75rem;
}

.content h3,
.legal h3 {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 1.75rem 0 0.5rem;
}

.content h4,
.legal h4 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 1.25rem 0 0.4rem;
}

.content p,
.legal p {
	margin: 0 0 1rem;
}

.content ul,
.legal ul,
.content ol {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
}

.content li,
.legal li {
	margin-bottom: 0.5rem;
}

.content a,
.legal a {
	word-break: break-word;
}

.lead {
	font-size: 1.125rem;
	line-height: 1.55;
	margin-bottom: 1.25rem;
}

.article-list {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 2rem;
}

.article-list li {
	margin: 0 0 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #eee;
}

.article-list a {
	font-weight: 700;
	text-decoration: none;
	font-size: 1.1rem;
}

.article-list p {
	margin: 0.35rem 0 0;
	color: #555;
}

.cta {
	display: block;
	margin: 2rem 0;
	padding: 1.25rem 1.5rem;
	background: linear-gradient(135deg, rgba(48, 207, 208, 0.12) 0%, rgba(51, 8, 103, 0.08) 100%);
	text-decoration: none;
	color: #222;
}

.cta strong {
	display: block;
	font-size: 1.1rem;
	margin-bottom: 0.25rem;
}

.cta span {
	color: #555;
	font-size: 0.95rem;
}

.cta:hover {
	color: #222;
}

.faq details {
	margin: 0 0 0.75rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid #eee;
}

.faq summary {
	font-weight: 700;
	cursor: pointer;
}

.faq details p {
	margin: 0.75rem 0 0;
}

.related {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #eee;
}

.related ul {
	list-style: none;
	padding: 0;
}

.ad-slot {
	min-height: 0;
}

.ad-slot--content {
	margin: 2rem 0;
	min-height: 0;
}

.ad-slot--home {
	width: 100%;
	max-width: 728px;
	margin: 0 auto;
	min-height: 0;
}

@media screen and (max-width: 475px) {
	.brand {
		font-size: 24px;
	}

	.site-header {
		padding: 14px 16px;
	}

	.content,
	.legal {
		padding: 28px 16px 40px;
	}

	.content h1,
	.legal h1 {
		font-size: 1.65rem;
	}
}
