/**
 * Rekisteröitymisen tuotevalinta (app.eemel.com -hub).
 * Tyylit vastaavat signup-product-selection -iframen ulkoasua.
 */

html.loginpage.signup-tuotevalinta-active,
html.loginpage.signup-tuotevalinta-active body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	background: linear-gradient(135deg, rgb(41, 89, 154) 0%, rgb(30, 76, 122) 50%, rgb(23, 61, 95) 100%);
}

html.loginpage.signup-tuotevalinta-active *,
html.loginpage.signup-tuotevalinta-active *::before,
html.loginpage.signup-tuotevalinta-active *::after {
	box-sizing: border-box;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-page {
	min-height: 100vh;
	position: relative;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-lang {
	position: fixed;
	top: 16px;
	right: 16px;
	z-index: 50;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-lang select {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 140px;
	height: 40px;
	padding: 8px 12px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding-right: 32px;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-lang select option {
	color: #111;
	background: #fff;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-container {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 64px 16px;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-header {
	text-align: center;
	margin-bottom: 64px;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-header h1 {
	margin: 0 0 24px;
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 700;
	color: #fff;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-header .subtitle {
	margin: 0 0 16px;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: rgb(219, 234, 254);
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-header .description {
	margin: 0 auto;
	max-width: 48rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: rgb(191, 219, 254);
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-section {
	max-width: 72rem;
	margin: 0 auto 48px;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-section:last-of-type {
	margin-bottom: 0;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-section-title {
	margin: 0 0 24px;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
	color: rgb(219, 234, 254);
	text-align: center;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	max-width: 72rem;
	margin: 0 auto;
	align-items: stretch;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	color: rgb(31, 41, 55);
	border: 1px solid rgb(229, 231, 235);
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-card:hover,
html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-card:focus {
	background: rgb(249, 250, 251);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
	text-decoration: none;
	color: rgb(31, 41, 55);
	outline: none;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-card--contact {
	cursor: default;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-card--contact:hover,
html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-card--contact:focus {
	transform: none;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	background: #fff;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-card-contact {
	white-space: normal;
	text-align: center;
	line-height: 1.4;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-card-header {
	padding: 24px 24px 16px;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-card-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
	letter-spacing: -0.025em;
	color: rgb(30, 58, 138);
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-card-title-text {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	min-width: 0;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-card-title-sub {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	color: rgb(75, 85, 99);
	letter-spacing: 0;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-card-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	color: rgb(37, 99, 235);
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-card-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 0 24px 24px;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-card-text {
	margin: 0 0 24px;
	flex: 1;
	font-size: 1rem;
	line-height: 1.625;
	color: rgb(75, 85, 99);
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-card-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 40px;
	margin-top: auto;
	padding: 12px 16px;
	border: 0;
	border-radius: 6px;
	background: #29599a;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25rem;
	white-space: nowrap;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-card:hover .signup-tuotevalinta-card-button,
html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-card:focus .signup-tuotevalinta-card-button {
	background: #1e4c7a;
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-footer {
	margin: 64px 0 0;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
	color: rgb(219, 234, 254);
}

html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (min-width: 768px) {
	html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-grid {
		grid-template-columns: 1fr 1fr;
	}

	html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-grid--paatuotteet {
		grid-template-columns: 1fr 1fr;
	}

	html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-header h1 {
		font-size: 3rem;
		line-height: 1;
	}
}

@media (min-width: 1024px) {
	html.loginpage.signup-tuotevalinta-active .signup-tuotevalinta-grid--paatuotteet {
		grid-template-columns: repeat(3, 1fr);
	}
}
