@charset "UTF-8";
/* Felmérések gyűjtőoldal */

#admin .page {
	padding-bottom: 40px;
	margin-bottom: 0;
}
.page {
	margin-top: 0;
}

.page[data-page="Felmeresek"] {
	--sv-compare-width: 86%;
	--sv-label-share: 0.16;   /* of table = label col */
	--sv-products-share: 0.84; /* of table = 3 product cols */
}

/* Full-bleed gray band; content stays .mirror width */
.page[data-page="Felmeresek"] .sv-band {
	position: relative;
	width: 100%;
	padding: 60px 0 50px;
	margin: 0 0 20px;
	box-sizing: border-box;
	background-color: transparent;
}
.page[data-page="Felmeresek"] .sv-band::before {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	max-width: 100vw;
	top: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	background-color: var(--brand_gray);
	background-image: url("../../images/background/menu.desktop.png");
	background-position: calc(50% - 200px) 0%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	backdrop-filter: blur(4px);
}
.page[data-page="Felmeresek"] .sv-band > .mirror {
	position: relative;
	z-index: 1;
	width: 100%;
}
.page[data-page="Felmeresek"] .sv-band-content {
	position: relative;
	z-index: 1;
}
.page[data-page="Felmeresek"] .sv-band .content-mirror h1 {
	margin-bottom: 25px;
}
#admin .page .content-mirror h1 {
	font-size: 5rem;
	text-align: center;
	margin-bottom: 35px;
	text-transform: uppercase;
	color: var(--brand_red);
}

#admin .page .content-mirror h2 {
	font-size: 2.6rem;
	text-align: center;
	color: var(--brand_blue);
	margin: 0 0 18px 0;
	font-weight: 600;
	text-transform: none;
	position: relative;
	z-index: 1;
}

/* leads – same as Csapatleltár */
.page .leads {
	margin: 20px 0;
	padding: 0 15%;
}
#admin .page .leads p,
.page .leads p {
	font-size: 3rem;
	line-height: 1.3;
	text-align: center;
	color: inherit;
	hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
	text-wrap: balance;
}

/* white lead inside gray band */
#admin .page[data-page="Felmeresek"] .sv-band .leads > p,
.page[data-page="Felmeresek"] .sv-band .leads > p {
	color: #fff;
}

/* ti-options cards – same as Csapatleltár */
.ti-options {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	width: calc(100% + 50px);
	position: relative;
	z-index: 2;
	overflow: visible;
}
.ti-options > li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	aspect-ratio: 1/1;
	width: calc(33.333% - 50px);
	margin: 0 50px 50px 0;
	padding: 0;
	background-color: white;
	border-radius: 15px;
	box-shadow: 0 10px 25px 0 #3d414c30;
	color: white;
	/*transform:scale(1,1);
	transition:all 0.3s ease;*/
}
.ti-options > li:hover {
	/*transform:scale(1.03,1.03);
	box-shadow: 0 20px 35px 0 #3d414c30;*/
}

.ti-options > li:before {
	content: "";
	display: block;
	position: absolute;
	inset: 5px;
	border-radius: 13px;
	border-bottom-right-radius: 60%;
	background: linear-gradient(rgba(255,255,255,0.42), rgba(255,255,255,0.42), white);
	opacity: .15;
	pointer-events: none;
}
.ti-options > li:after {
	display: block;
	position: absolute;
	width: 50px;
	right: 0;
	top: 50%;
	transform: translate(100%, -50%);
	content: "+";
	text-align: center;
	font-size: 4rem;
	line-height: 1.2;
	z-index: 3;
	color: var(--brand_red);
	pointer-events: none;
}
.ti-options > li:last-child:after { display: none; }

.ti-options > li > a {
	display: block;
	position: absolute;
	inset: 0;
	text-decoration: none;
	color: inherit;
	border-radius: 15px;
}
.ti-options > li > a > i {
	display: block;
	position: absolute;
	width: 55%;
	height: 38%;
	left: 50%;
	top: 8%;
	transform: translateX(-50%) scale(1.15);
	transform-origin: center center;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.ti-options > li[data-label="pkp"] a > i { background-image: url("../../images/pages/surveys/tqs.webp"); }
.ti-options > li[data-label="ckm"] a > i { background-image: url("../../images/pages/surveys/tcm.webp"); }
.ti-options > li[data-label="clt"] a > i { background-image: url("../../images/pages/surveys/tmc.webp"); }

.ti-options > li > a > em {
	--ti-em-bottom: 60px;
	--ti-em-height: 110px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	position: absolute;
	left: 6%;
	right: 6%;
	bottom: var(--ti-em-bottom);
	height: var(--ti-em-height);
	padding: 0;
	margin: 0;
	white-space: normal;
	text-align: center;
	font-style: normal;
	color: var(--brand_blue);
	box-sizing: border-box;
}
.ti-options > li > a > em > .title {
	text-transform: uppercase;
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.15;
	text-wrap: balance;
}
.ti-options > li > a > em > .slogan {
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 1.35rem;
	line-height: 1.25;
	text-wrap: balance;
	opacity: 0.85;
}
/* Fake form button at card bottom */
.ti-options > li > a > .form-element[data-type="button"] {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	margin: 0;
	text-align: center;
	pointer-events: none;
}
.ti-options > li > a > .form-element[data-type="button"] .form-value {
	display: block;
}
.ti-options > li > a > .form-element[data-type="button"] .form-value .btn {
	display: inline-block;
	margin: 0;
	padding: 15px 25px;
	border-radius: 5px;
	background-color: var(--brand_gray);
	color: white;
	align-content: center;
	font-family: TeamCompass-Semibold;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 0 0 0 var(--brand_gray);
	transition: box-shadow 0.3s ease;
}
.ti-options > li > a:hover > .form-element[data-type="button"] .form-value .btn {
	box-shadow: 0 0 0 3px var(--brand_gray);
}
.ti-options > li > a > .form-element[data-type="button"] .form-value .btn i {
	display: none;
}
.ti-options > li > a > .form-element[data-type="button"] .form-value .btn em {
	display: inline;
	position: static;
	left: auto;
	right: auto;
	bottom: auto;
	height: auto;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: normal;
	font-family: TeamCompass-Semibold;
	color: white;
	text-transform: none;
}


/* Section copy – same width/offset as the 3 product columns */
.sv-section {
	clear: both;
	width: calc(var(--sv-compare-width) * var(--sv-products-share));
	max-width: 100%;
	margin: 40px 0 10px calc(var(--sv-compare-width) * var(--sv-label-share));
	padding: 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
#admin .page .sv-section p {
	font-size: 1.6rem;
	line-height: 1.5;
	color: #222;
	text-align: left;
	margin: 0;
}
#admin .page .sv-section p strong {
	color: var(--brand_blue);
	font-weight: 700;
}

/* Comparison table */
.sv-compare-wrap {
	clear: both;
	margin: 40px 0 30px;
	position: relative;
	z-index: 1;
}
.sv-compare-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}
.sv-compare {
	/* Label left + 3 product cols centered on page (see --sv-* vars). */
	width: var(--sv-compare-width);
	max-width: 100%;
	min-width: 700px;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 auto 0 0;
	table-layout: fixed;
	background: transparent;
}
.sv-compare thead th {
	background: #dce7f4;
	color: var(--brand_blue);
	font-size: 1.45rem;
	line-height: 1.25;
	padding: 18px 16px;
	text-align: left;
	vertical-align: bottom;
	font-weight: 600;
	border: none;
}
.sv-compare thead th + th {
	border-left: 3px solid #fff;
}
.sv-compare thead th:first-child {
	width: 16%;
	background: transparent;
	border-left: none;
}
.sv-compare thead th:not(:first-child) {
	width: 28%;
}
.sv-compare thead th:nth-child(2) {
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}
.sv-compare thead th:last-child {
	border-radius: 0 10px 10px 0;
	overflow: hidden;
}

.sv-compare .col-title .chip {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	padding: 3px 10px;
	border-radius: 999px;
	background: var(--brand_red);
	color: white;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-transform: none;
}
.sv-compare .col-title {
	display: block;
	font-size: 1.7rem;
	margin-bottom: 4px;
	color: var(--brand_blue);
}
.sv-compare .col-sub {
	display: block;
	font-size: 1.15rem;
	font-weight: 400;
	color: var(--brand_blue);
	opacity: 0.75;
}
.sv-compare tbody th,
.sv-compare tbody td {
	padding: 16px;
	font-size: 1.35rem;
	line-height: 1.4;
	vertical-align: top;
	background: transparent;
}
.sv-compare tbody th {
	color: var(--brand_blue);
	font-weight: 700;
	text-align: right;
	width: 16%;
	padding-right: 20px;
	border-bottom: none;
}
.sv-compare tbody td {
	border-bottom: 1px solid #e8e6dc;
	border-left: none;
	border-right: none;
	text-align: left;
}
.sv-compare tbody td + td {
	/* keep body grid continuous – no white gaps between product columns */
	border-left: none;
}
.sv-compare tbody tr:last-child td {
	border-bottom: none;
}

@media (max-width: 900px) {
	#admin .page .content-mirror h1 {
		font-size: 3.4rem;
		margin-bottom: 22px;
	}
	#admin .page .content-mirror h2 {
		font-size: 2.2rem;
	}
	.page .leads {
		padding: 0 15px;
	}
	#admin .page .leads p,
	.page .leads p {
		font-size: 2rem;
	}
	.ti-options {
		white-space: normal;
		width: 100%;
	}
	.ti-options > li {
		display: block;
		width: 100%;
		aspect-ratio: 3/1.5;
		margin: 0 0 25px 0;
	}
	.ti-options > li:after { display: none; }
	.ti-options > li > a > i {
		width: 28%;
		height: 70%;
		left: 8%;
		top: 50%;
		transform: translateY(-50%);
	}
	.ti-options > li > a > em {
		--ti-em-bottom: auto;
		--ti-em-height: auto;
		left: 40%;
		right: 4%;
		top: 42%;
		bottom: auto;
		height: auto;
		transform: translateY(-50%);
		align-items: flex-start;
		text-align: left;
	}
	.ti-options > li > a > .form-element[data-type="button"] {
		left: 40%;
		right: auto;
		bottom: 14px;
		text-align: left;
	}
	.ti-options > li > a > .form-element[data-type="button"] .form-value .btn {
		padding: 10px 18px;
	}
	.ti-options > li > a > em > .title {
		font-size: 1.7rem;
	}
	.ti-options > li > a > em > .slogan {
		font-size: 1.25rem;
	}
	.sv-compare tbody th,
	.sv-compare tbody td,
	.sv-compare thead th {
		font-size: 1.25rem;
		padding: 12px;
	}
	.sv-compare {
		width: 100%;
		min-width: 640px;
	}
}

@media (max-width: 600px) {
	.page {
		margin-top: 30px;
	}
	#admin .page .content-mirror h1 {
		font-size: 2.8rem;
	}
	#admin .page .leads p,
	.page .leads p {
		font-size: 1.7rem;
	}
}
