/*!
Theme Name: Sporient Kadence Child
Theme URI: https://sporient.hu/
Description: Kadence child theme for the Sporient landing experience.
Author: Sporient
Template: kadence
Version: 1.0.22
Text Domain: sporient-kadence-child
*/

:root {
	--sporient-dark: #08111F;
	--sporient-blue: #102A43;
	--sporient-primary: #1E88E5;
	--sporient-green: #00C853;
	--sporient-light: #F5F7FA;
	--sporient-white: #FFFFFF;
	--sporient-text: #1E293B;
	--sporient-muted: #64748B;
	--sporient-border: rgba(16, 42, 67, 0.12);
	--sporient-shadow: 0 24px 70px rgba(8, 17, 31, 0.12);
}

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--sporient-light);
	color: var(--sporient-text);
}

.sporient-page {
	background: var(--sporient-light);
	color: var(--sporient-text);
	font-family: inherit;
	overflow: hidden;
}

.sporient-page *,
.sporient-site-header *,
.sporient-site-footer * {
	box-sizing: border-box;
}

body,
main,
section,
article,
aside,
figure,
.wp-block-group,
.wp-block-columns,
.wp-block-column,
.sporient-card,
.sporient-feature,
.sporient-section,
.sporient-hero-panel,
.sporient-app-card {
	cursor: default;
}

a,
button,
label,
summary,
[role="button"],
.wp-block-button__link,
.sporient-button,
.sporient-card-link,
.sporient-text-link,
.sporient-nav-dropdown-toggle,
.sporient-menu-button,
.sporient-hero-target-card {
	cursor: pointer;
}

input,
textarea,
[contenteditable="true"] {
	cursor: text;
}

select,
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="submit"],
button[type="submit"] {
	cursor: pointer;
}

.sporient-container,
.sporient-header-inner,
.sporient-footer-inner {
	width: min(1160px, calc(100% - 40px));
	margin: 0 auto;
}

.sporient-header-inner {
	width: min(100% - 48px, 1240px);
}

.sporient-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	background: #FFFFFF;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.sporient-header-inner {
	display: block;
	position: relative;
	min-height: 92px;
	padding: 10px 0;
}

.sporient-header-main-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-width: 0;
}

.sporient-brand {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 288px;
	color: var(--sporient-dark);
	text-decoration: none;
}

.sporient-brand:hover,
.sporient-brand:focus {
	color: var(--sporient-dark);
	text-decoration: none;
}

.sporient-brand-logo,
.sporient-brand-logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.sporient-brand-logo img {
	display: block;
	width: auto;
	max-width: 210px;
	max-height: 78px;
	object-fit: contain;
}

.sporient-brand-logo .custom-logo {
	width: auto;
	max-width: 210px;
	max-height: 78px;
	object-fit: contain;
}

.sporient-brand-text {
	display: grid;
	gap: 5px;
	max-width: 220px;
	min-width: 0;
}

.sporient-brand-name {
	display: block;
	color: var(--sporient-dark);
	font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
	font-size: 26px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.02em;
}

.sporient-brand-wordmark {
	display: block;
	width: auto;
	max-width: 168px;
	height: 33px;
	object-fit: contain;
	object-position: left center;
}

.sporient-brand-tagline {
	max-width: 240px;
	color: #334155;
	font-size: 12.5px;
	font-weight: 650;
	line-height: 1.12;
	text-wrap: balance;
}

.sporient-main-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
}

.sporient-nav-dropdown {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.sporient-main-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 10px;
	border-radius: 999px;
	color: #102A43;
	font-size: 15px;
	font-weight: 780;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-nav-dropdown-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	padding: 8px 10px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #102A43;
	font: inherit;
	font-size: 15px;
	font-weight: 780;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-nav-dropdown-toggle::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transition: transform .2s ease;
}

.sporient-main-nav a::after {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 4px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--sporient-primary), var(--sporient-green));
	opacity: 0;
	transform: scaleX(0);
	transform-origin: center;
	transition: opacity 180ms ease, transform 180ms ease;
}

.sporient-main-nav a:hover,
.sporient-main-nav a:focus,
.sporient-nav-dropdown-toggle:hover,
.sporient-nav-dropdown-toggle:focus {
	background: rgba(30, 136, 229, 0.08);
	color: var(--sporient-primary);
	text-decoration: none;
}

.sporient-main-nav a.is-active,
.sporient-nav-dropdown-toggle.is-active {
	background: rgba(0, 200, 83, 0.1);
	color: var(--sporient-green);
}

.sporient-main-nav a.is-active:hover,
.sporient-main-nav a.is-active:focus,
.sporient-nav-dropdown-toggle.is-active:hover,
.sporient-nav-dropdown-toggle.is-active:focus {
	background: rgba(0, 200, 83, 0.14);
	color: var(--sporient-green);
}

.sporient-main-nav a.is-active::after {
	opacity: 1;
	transform: scaleX(1);
}

.sporient-nav-dropdown-menu {
	display: none;
}

.sporient-header-subnav-row {
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	z-index: 120;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	min-height: 42px;
	max-height: none;
	min-width: 0;
	width: max-content;
	overflow: visible;
	padding: 6px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-top-color: rgba(15, 23, 42, 0.04);
	border-radius: 0 0 18px 18px;
	background: #FFFFFF;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(-50%, -5px);
	transition: opacity .18s ease, visibility .18s ease, transform .18s ease, box-shadow .18s ease;
}

.sporient-nav-dropdown:hover .sporient-header-subnav-row,
.sporient-nav-dropdown:focus-within .sporient-header-subnav-row,
.sporient-nav-dropdown.is-active .sporient-header-subnav-row {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.sporient-nav-dropdown:hover .sporient-nav-dropdown-toggle::before,
.sporient-nav-dropdown:focus-within .sporient-nav-dropdown-toggle::before {
	transform: rotate(225deg) translate(-1px, -1px);
}

.sporient-header-subnav-row a,
.sporient-nav-dropdown-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: auto;
	justify-content: center;
	min-height: 36px;
	padding: 8px 13px;
	border-radius: 999px;
	color: #0F172A;
	font-size: 14px;
	font-weight: 760;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-header-subnav-row a::after,
.sporient-nav-dropdown-menu a::after {
	display: none;
}

.sporient-header-subnav-row a:hover,
.sporient-header-subnav-row a:focus,
.sporient-nav-dropdown-menu a:hover,
.sporient-nav-dropdown-menu a:focus {
	background: rgba(30, 136, 229, 0.08);
	color: var(--sporient-primary);
	text-decoration: none;
}

.sporient-header-subnav-row a.is-active,
.sporient-nav-dropdown-menu a.is-active {
	background: rgba(0, 200, 83, 0.1);
	color: var(--sporient-green);
}

.sporient-main-nav a.sporient-nav-cta {
	margin-left: 4px;
	background: var(--sporient-green);
	color: var(--sporient-dark);
	box-shadow: 0 12px 26px rgba(0, 200, 83, 0.2);
}

.sporient-main-nav a.sporient-nav-cta:hover,
.sporient-main-nav a.sporient-nav-cta:focus,
.sporient-main-nav a.sporient-nav-cta.is-active {
	background: var(--sporient-primary);
	color: var(--sporient-white);
}

.sporient-main-nav a.sporient-nav-cta::after {
	background: var(--sporient-white);
}

.sporient-menu-toggle,
.sporient-menu-button {
	display: none;
}

.sporient-hero {
	position: relative;
	padding: 72px 0 56px;
	background:
		linear-gradient(120deg, rgba(30, 136, 229, 0.16), transparent 36%),
		radial-gradient(circle at 80% 20%, rgba(0, 200, 83, 0.24), transparent 28%),
		radial-gradient(circle at 16% 28%, rgba(30, 136, 229, 0.28), transparent 30%),
		linear-gradient(135deg, var(--sporient-dark), var(--sporient-blue) 58%, #061724);
	color: var(--sporient-white);
}

.sporient-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent);
	pointer-events: none;
}

.sporient-hero::after {
	content: "";
	position: absolute;
	inset: auto -10% -46% -10%;
	height: 300px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.09), transparent);
	transform: rotate(-4deg);
	pointer-events: none;
}

.sporient-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.82fr);
	gap: 46px;
	align-items: center;
}

.sporient-front-page .sporient-hero-grid > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.82fr);
	gap: 46px;
	align-items: center;
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
}

.sporient-front-page .sporient-hero-grid {
	display: block;
}

.sporient-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 22px;
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.sporient-kicker::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--sporient-green);
	box-shadow: 0 0 0 6px rgba(0, 200, 83, 0.13);
}

.sporient-kicker-dark {
	border-color: rgba(16, 42, 67, 0.14);
	background: rgba(16, 42, 67, 0.06);
	color: var(--sporient-blue);
}

.sporient-app-section .sporient-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin-bottom: 22px;
	padding: 8px 14px;
	line-height: 1;
}

.sporient-hero h1,
.sporient-section-heading h2,
.sporient-app-grid h2,
.sporient-card h3,
.sporient-feature h3,
.sporient-cta h2 {
	letter-spacing: 0;
}

.sporient-hero h1 {
	max-width: 880px;
	margin: 0;
	color: var(--sporient-white);
	font-size: clamp(3rem, 5.4vw, 5.8rem);
	line-height: 0.98;
	font-weight: 900;
}

.sporient-hero h1 span {
	display: block;
}

.sporient-hero h1 span:first-child {
	margin-bottom: 12px;
	color: var(--sporient-green);
}

.sporient-hero h1 span:last-child {
	font-size: clamp(2.25rem, 4.2vw, 4.85rem);
}

.sporient-hero-subtitle {
	max-width: 760px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1.05rem, 1.55vw, 1.28rem);
	line-height: 1.68;
}

.sporient-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.sporient-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 20px;
	border-radius: 8px;
	border: 1px solid transparent;
	font-weight: 850;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-button:hover,
.sporient-button:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.sporient-button-primary {
	background: var(--sporient-green);
	color: var(--sporient-dark);
	box-shadow: 0 16px 38px rgba(0, 200, 83, 0.24);
}

.sporient-button-primary:hover,
.sporient-button-primary:focus {
	background: #00B84A;
	color: var(--sporient-white);
	border-color: #00B84A;
	box-shadow: 0 20px 46px rgba(0, 184, 74, 0.3);
}

.sporient-button-secondary {
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.08);
	color: var(--sporient-white);
}

.sporient-button-secondary:hover,
.sporient-button-secondary:focus {
	background: var(--sporient-primary);
	border-color: var(--sporient-primary);
	color: var(--sporient-white);
	box-shadow: 0 18px 42px rgba(30, 136, 229, 0.28);
}

.sporient-button-outline {
	border-color: rgba(16, 42, 67, 0.18);
	background: rgba(15, 23, 42, 0.04);
	color: var(--sporient-blue);
}

.sporient-button-outline:hover,
.sporient-button-outline:focus {
	background: var(--sporient-primary);
	border-color: var(--sporient-primary);
	color: var(--sporient-white);
	box-shadow: 0 18px 42px rgba(30, 136, 229, 0.22);
}

.sporient-actions.wp-block-buttons,
.sporient-section-actions .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.sporient-section-actions .wp-block-buttons {
	margin-top: 0;
}

.wp-block-button.sporient-button-primary,
.wp-block-button.sporient-button-secondary,
.wp-block-button.sporient-button-outline {
	background: transparent;
	box-shadow: none;
}

.wp-block-button.sporient-button-primary .wp-block-button__link,
.wp-block-button.sporient-button-secondary .wp-block-button__link,
.wp-block-button.sporient-button-outline .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 20px;
	border-radius: 8px;
	border: 1px solid transparent;
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.wp-block-button.sporient-button-primary .wp-block-button__link {
	background: var(--sporient-green);
	color: var(--sporient-dark);
	box-shadow: 0 16px 38px rgba(0, 200, 83, 0.24);
}

.wp-block-button.sporient-button-primary .wp-block-button__link:hover,
.wp-block-button.sporient-button-primary .wp-block-button__link:focus {
	background: #00B84A;
	color: var(--sporient-white);
	border-color: #00B84A;
	box-shadow: 0 20px 46px rgba(0, 184, 74, 0.3);
	transform: translateY(-2px);
}

.wp-block-button.sporient-button-secondary .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.08);
	color: var(--sporient-white);
}

.wp-block-button.sporient-button-secondary .wp-block-button__link:hover,
.wp-block-button.sporient-button-secondary .wp-block-button__link:focus {
	background: var(--sporient-primary);
	border-color: var(--sporient-primary);
	color: var(--sporient-white);
	box-shadow: 0 18px 42px rgba(30, 136, 229, 0.28);
	transform: translateY(-2px);
}

.wp-block-button.sporient-button-outline .wp-block-button__link {
	border-color: rgba(16, 42, 67, 0.18);
	background: rgba(15, 23, 42, 0.04);
	color: var(--sporient-blue);
}

.wp-block-button.sporient-button-outline .wp-block-button__link:hover,
.wp-block-button.sporient-button-outline .wp-block-button__link:focus {
	background: var(--sporient-primary);
	border-color: var(--sporient-primary);
	color: var(--sporient-white);
	box-shadow: 0 18px 42px rgba(30, 136, 229, 0.22);
	transform: translateY(-2px);
}

.sporient-hero-panel {
	position: relative;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(18px);
	overflow: hidden;
}

.sporient-hero-media,
.sporient-app-media,
.sporient-page-hero-media,
.sporient-location-media {
	margin: 0;
	overflow: hidden;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 64px rgba(8, 17, 31, 0.18);
}

.sporient-hero-media {
	position: relative;
	margin-bottom: 22px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	aspect-ratio: 16 / 10;
}

.sporient-hero-media img,
.sporient-app-media img,
.sporient-home-section-media img,
.sporient-page-hero-media img,
.sporient-location-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sporient-hero-media img {
	object-position: 48% 42%;
}

.sporient-hero-media::after,
.sporient-page-hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 17, 31, 0.02), rgba(8, 17, 31, 0.2));
	pointer-events: none;
}

.sporient-panel-line {
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: linear-gradient(180deg, var(--sporient-primary), var(--sporient-green));
}

.sporient-signal {
	display: grid;
	gap: 12px;
}

.sporient-signal-item {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 14px;
	align-items: center;
	padding: 18px 18px 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.1);
	color: inherit;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-signal-item--image {
	grid-template-columns: 76px minmax(0, 1fr);
	min-height: 88px;
	padding: 12px;
}

.sporient-signal-illustration {
	display: block;
	width: 76px;
	aspect-ratio: 1 / 1;
	margin-top: 0;
	overflow: hidden;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.sporient-signal-illustration img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sporient-signal-copy {
	display: block;
	min-width: 0;
	margin-top: 0;
	color: inherit;
}

.sporient-signal-item .sporient-signal-copy span {
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.72);
}

.sporient-signal-item:hover,
.sporient-signal-item:focus,
.sporient-signal-item:focus-visible,
.sporient-signal-item:focus-within {
	background: rgba(30, 136, 229, 0.16);
	border-color: rgba(0, 200, 83, 0.45);
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
	color: inherit;
	text-decoration: none;
	transform: translateY(-3px);
}

.sporient-signal-item:focus-visible {
	outline: 3px solid rgba(0, 200, 83, 0.42);
	outline-offset: 3px;
}

.sporient-signal-item strong {
	display: block;
	color: var(--sporient-white);
	font-size: 1.02rem;
	line-height: 1.28;
}

.sporient-signal-item span {
	display: block;
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.45;
}

.sporient-signal-item:hover span,
.sporient-signal-item:focus span,
.sporient-signal-item:focus-visible span,
.sporient-signal-item:focus-within span {
	color: #EAF2FF;
}

.sporient-section {
	padding: 86px 0;
	scroll-margin-top: 96px;
}

.sporient-section-white {
	background: var(--sporient-white);
}

.sporient-front-page .sporient-home-audiences {
	background:
		linear-gradient(180deg, #FFFFFF 0%, #F8FBFD 100%);
}

.sporient-front-page .sporient-home-problem {
	background:
		radial-gradient(circle at 12% 18%, rgba(30, 136, 229, 0.12), transparent 28%),
		radial-gradient(circle at 88% 76%, rgba(0, 200, 83, 0.1), transparent 30%),
		linear-gradient(135deg, #F3FAFF 0%, #EEF9F4 100%);
}

.sporient-front-page .sporient-home-problem .sporient-card {
	border-color: rgba(30, 136, 229, 0.13);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
		var(--sporient-white);
	box-shadow: 0 22px 58px rgba(8, 17, 31, 0.1);
}

.sporient-front-page .sporient-home-app {
	background:
		radial-gradient(circle at 18% 18%, rgba(30, 136, 229, 0.13), transparent 30%),
		radial-gradient(circle at 82% 28%, rgba(0, 200, 83, 0.12), transparent 28%),
		linear-gradient(150deg, #EAF5FF 0%, #F5FBF8 54%, #EDF6F9 100%);
}

.sporient-front-page .sporient-home-inclusion {
	background:
		radial-gradient(circle at 16% 20%, rgba(0, 200, 83, 0.1), transparent 26%),
		radial-gradient(circle at 88% 72%, rgba(30, 136, 229, 0.1), transparent 30%),
		linear-gradient(180deg, #F7FBFF 0%, #EEF7F5 100%);
}

.sporient-front-page .sporient-home-inclusion .sporient-home-section-media {
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
}

.sporient-section-heading {
	max-width: 820px;
	margin-bottom: 36px;
}

.sporient-front-page .sporient-section-heading > .wp-block-group__inner-container {
	max-width: 820px;
}

.sporient-section-heading h2,
.sporient-app-grid h2 {
	margin: 0;
	color: var(--sporient-dark);
	font-size: clamp(2rem, 3.3vw, 3.2rem);
	line-height: 1.12;
	font-weight: 900;
}

.sporient-section-heading p,
.sporient-app-grid p {
	margin: 16px 0 0;
	color: var(--sporient-muted);
	font-size: 1.08rem;
	line-height: 1.72;
}

.sporient-section-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.sporient-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.sporient-front-page .sporient-card-grid {
	display: block;
}

.sporient-front-page .sporient-card-grid > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	width: 100%;
}

.sporient-front-page .sporient-home-consulting .sporient-card-grid > .wp-block-group__inner-container {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 860px;
	margin: 0 auto;
}

.sporient-home-consulting {
	padding: 64px 0;
	background:
		radial-gradient(circle at 12% 18%, rgba(30, 136, 229, 0.13), transparent 30%),
		radial-gradient(circle at 86% 16%, rgba(0, 200, 83, 0.12), transparent 28%),
		linear-gradient(135deg, rgba(30, 136, 229, 0.07), rgba(0, 200, 83, 0.06) 52%, rgba(245, 247, 250, 0.98));
}

.sporient-home-consulting .sporient-section-heading {
	max-width: 760px;
	margin: 0 auto 24px;
	text-align: center;
}

.sporient-home-consulting .sporient-section-heading h2 {
	font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.sporient-home-consulting .sporient-section-heading p {
	margin-top: 12px;
}

.sporient-front-page .sporient-home-consulting .sporient-card-grid > .wp-block-group__inner-container {
	gap: 16px;
	max-width: 920px;
}

.sporient-home-consulting .sporient-card {
	min-height: 154px;
	padding: 18px 20px;
	border-color: rgba(30, 136, 229, 0.15);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 252, 247, 0.92)),
		var(--sporient-white);
	box-shadow: 0 18px 46px rgba(8, 17, 31, 0.09);
}

.sporient-home-consulting .sporient-card > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	align-items: center;
	column-gap: 18px;
	width: 100%;
}

.sporient-home-consulting .sporient-card::after {
	content: "";
	position: absolute;
	inset: 14px 14px auto auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--sporient-green);
	box-shadow: 0 0 0 7px rgba(0, 200, 83, 0.1);
}

.sporient-home-consulting .sporient-card-pro-icon {
	grid-row: span 2;
	width: 86px;
	margin: 0;
}

.sporient-home-consulting .sporient-card h3 {
	align-self: end;
	font-size: 1.08rem;
	line-height: 1.22;
}

.sporient-home-consulting .sporient-card p {
	align-self: start;
	margin-top: 6px;
	font-size: 0.96rem;
	line-height: 1.45;
}

.sporient-home-consulting .sporient-section-actions {
	justify-content: center;
	margin-top: 24px;
}

.sporient-card,
.sporient-feature,
.sporient-check-panel,
.sporient-app-card,
.sporient-interest-card {
	border: 1px solid var(--sporient-border);
	border-radius: 8px;
	background: var(--sporient-white);
	box-shadow: var(--sporient-shadow);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-card {
	padding: 26px;
}

.sporient-card--icon {
	position: relative;
	min-height: 100%;
	padding-top: 28px;
}

.sporient-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	margin-bottom: 22px;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(30, 136, 229, 0.1), rgba(0, 200, 83, 0.12));
	color: var(--sporient-blue);
	box-shadow: inset 0 0 0 1px rgba(30, 136, 229, 0.16), 0 16px 34px rgba(15, 23, 42, 0.09);
	transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-icon svg {
	width: 44px;
	height: 44px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.15;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sporient-card-pro-icon {
	display: block;
	width: min(132px, 100%);
	margin: -4px 0 22px;
	line-height: 0;
	transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.sporient-card-pro-icon img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: contain;
}

.sporient-home-audiences .sporient-card-pro-icon,
.sporient-home-problem .sporient-card-pro-icon {
	width: min(144px, 100%);
}

.sporient-dark-band .sporient-card-pro-icon {
	width: min(158px, 100%);
	margin-bottom: 24px;
	padding: 0;
	border-radius: 30px;
	background: transparent;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.sporient-dark-band .sporient-card-pro-icon img {
	border-radius: 30px;
	opacity: 1 !important;
	filter: none !important;
	mix-blend-mode: normal !important;
}

.sporient-card--icon:hover .sporient-icon,
.sporient-card--icon:focus-within .sporient-icon {
	background: linear-gradient(135deg, rgba(30, 136, 229, 0.16), rgba(0, 200, 83, 0.18));
	color: var(--sporient-primary);
	transform: translateY(-2px);
}

.sporient-card--icon:hover .sporient-card-pro-icon,
.sporient-card--icon:focus-within .sporient-card-pro-icon {
	transform: translateY(-2px);
}

.sporient-dark-band .sporient-card--icon:hover .sporient-card-pro-icon,
.sporient-dark-band .sporient-card--icon:focus-within .sporient-card-pro-icon {
	box-shadow: inset 0 0 0 1px rgba(0, 200, 83, 0.24), 0 22px 44px rgba(0, 0, 0, 0.28);
}

.sporient-icon--signal {
	grid-row: span 2;
	width: 44px;
	height: 44px;
	margin: 0;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.12);
	color: var(--sporient-green);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.sporient-icon--signal svg {
	width: 24px;
	height: 24px;
}

.sporient-page-content .sporient-icon {
	margin-bottom: 16px;
}

.sporient-video-placeholder-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin: 24px 0 10px;
}

.sporient-video-placeholder {
	position: relative;
	min-height: 220px;
	padding: 26px;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(8, 17, 31, 0.78), rgba(16, 42, 67, 0.88)),
		linear-gradient(135deg, rgba(30, 136, 229, 0.14), rgba(0, 200, 83, 0.12));
	color: var(--sporient-white);
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.16);
	overflow: hidden;
}

.sporient-video-placeholder::after {
	content: "";
	position: absolute;
	inset: auto 22px 22px 22px;
	height: 5px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--sporient-primary), var(--sporient-green));
	opacity: 0.75;
}

.sporient-icon--video {
	width: 58px;
	height: 58px;
	margin-bottom: 22px;
	background: rgba(255, 255, 255, 0.14);
	color: var(--sporient-green);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.sporient-video-placeholder h3 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--sporient-white);
	font-size: 1.2rem;
	line-height: 1.25;
}

.sporient-video-placeholder p {
	position: relative;
	z-index: 1;
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.74);
	line-height: 1.55;
}

.sporient-page-content .sporient-video-placeholder h3 {
	color: var(--sporient-white);
}

.sporient-page-content .sporient-video-placeholder p {
	color: rgba(255, 255, 255, 0.78);
}

.sporient-card-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.sporient-card-link:hover,
.sporient-card-link:focus {
	color: inherit;
	text-decoration: none;
}

.sporient-card-more {
	display: inline-flex;
	align-items: center;
	margin-top: 18px;
	color: var(--sporient-primary);
	font-weight: 850;
	line-height: 1.2;
}

.sporient-card-more::after {
	content: "";
	width: 8px;
	height: 8px;
	margin-left: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.sporient-home-audiences .sporient-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.sporient-home-audiences .sporient-card-link .sporient-card-more {
	justify-content: center;
	width: 78%;
	max-width: 220px;
	min-height: 46px;
	margin: auto auto 0;
	padding: 12px 18px;
	border-radius: 12px;
	background: var(--sporient-green);
	color: var(--sporient-dark);
	font-weight: 850;
	box-shadow: 0 14px 32px rgba(0, 200, 83, 0.22);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-home-audiences .sporient-card-link .sporient-card-more::after {
	transition: transform .2s ease;
}

.sporient-home-audiences .sporient-card-link:hover .sporient-card-more,
.sporient-home-audiences .sporient-card-link:focus .sporient-card-more,
.sporient-home-audiences .sporient-card-link:focus-within .sporient-card-more {
	background: #00B84A;
	color: var(--sporient-white);
	box-shadow: 0 18px 42px rgba(0, 184, 74, 0.28);
	transform: translateY(-2px);
}

.sporient-home-audiences .sporient-card-link:hover .sporient-card-more::after,
.sporient-home-audiences .sporient-card-link:focus .sporient-card-more::after,
.sporient-home-audiences .sporient-card-link:focus-within .sporient-card-more::after {
	transform: translateX(3px) rotate(45deg);
}

.sporient-card:hover,
.sporient-card:focus-within,
.sporient-feature:hover,
.sporient-feature:focus-within,
.sporient-check-panel:hover,
.sporient-check-panel:focus-within,
.sporient-app-card:hover,
.sporient-app-card:focus-within {
	border-color: rgba(30, 136, 229, 0.22);
	box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
	transform: translateY(-3px);
}

.sporient-card h3,
.sporient-feature h3 {
	margin: 0;
	color: var(--sporient-dark);
	font-size: 1.22rem;
	line-height: 1.28;
}

.sporient-card p,
.sporient-feature p {
	margin: 12px 0 0;
	color: var(--sporient-muted);
	line-height: 1.7;
}

.sporient-accent {
	display: block;
	width: 42px;
	height: 4px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--sporient-primary), var(--sporient-green));
}

.sporient-split {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	gap: 34px;
	align-items: start;
}

.sporient-check-panel {
	padding: 28px;
}

.sporient-check-list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sporient-check-list li {
	position: relative;
	padding-left: 30px;
	color: var(--sporient-text);
	font-weight: 750;
	line-height: 1.5;
}

.sporient-check-list li::before {
	content: "";
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--sporient-primary), var(--sporient-green));
	box-shadow: 0 0 0 5px rgba(30, 136, 229, 0.1);
}

.sporient-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.sporient-feature {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 20px;
	padding: 24px;
	align-items: start;
}

.sporient-feature-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	border-radius: 18px;
	background:
		linear-gradient(var(--sporient-white), var(--sporient-white)) padding-box,
		linear-gradient(135deg, var(--sporient-primary), var(--sporient-green)) border-box;
	border: 2px solid transparent;
	color: var(--sporient-primary);
	font-size: 1.35rem;
	font-weight: 900;
}

.sporient-app-section {
	background:
		radial-gradient(circle at 82% 26%, rgba(0, 200, 83, 0.14), transparent 28%),
		linear-gradient(180deg, var(--sporient-light), #EAF1F8);
}

.sporient-app-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
	gap: 64px;
	align-items: center;
}

.sporient-front-page .sporient-app-grid > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
	gap: 64px;
	align-items: center;
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
}

.sporient-front-page .sporient-app-grid {
	display: block;
}

.sporient-app-grid > :first-child {
	max-width: 560px;
}

.sporient-front-page .sporient-app-grid > .wp-block-group__inner-container > :first-child {
	max-width: 560px;
}

.sporient-app-grid > :first-child h2 {
	max-width: 520px;
	margin-top: 0;
	clear: both;
	line-height: 1.05;
	overflow-wrap: normal;
	word-break: normal;
}

.sporient-front-page .sporient-app-grid > .wp-block-group__inner-container > :first-child h2 {
	max-width: 520px;
	margin-top: 0;
	clear: both;
	line-height: 1.05;
	overflow-wrap: normal;
	word-break: normal;
}

.sporient-app-card {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 34px;
	background:
		linear-gradient(var(--sporient-white), var(--sporient-white)) padding-box,
		linear-gradient(135deg, rgba(30, 136, 229, 0.42), rgba(0, 200, 83, 0.36)) border-box;
	border: 1px solid transparent;
}

.sporient-app-media {
	aspect-ratio: 16 / 9;
	margin-bottom: 24px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 22px 58px rgba(15, 23, 42, 0.13);
}

.sporient-home-section-media {
	max-width: 760px;
	margin: 0 auto 38px;
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 28px 72px rgba(15, 23, 42, 0.14);
	aspect-ratio: 16 / 7;
}

.sporient-home-section-media--ambassadors {
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
}

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

.sporient-store-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	border: 1px solid rgba(16, 42, 67, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--sporient-blue);
	font-weight: 850;
	cursor: not-allowed;
}

.sporient-dark-band {
	background:
		linear-gradient(135deg, rgba(30, 136, 229, 0.18), rgba(0, 200, 83, 0.14)),
		var(--sporient-dark);
	color: var(--sporient-white);
}

.sporient-dark-band .sporient-section-heading h2,
.sporient-dark-band .sporient-card h3 {
	color: var(--sporient-white);
}

.sporient-dark-band .sporient-section-heading p,
.sporient-dark-band .sporient-card p {
	color: rgba(255, 255, 255, 0.74);
}

.sporient-dark-band .sporient-card {
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.07);
	box-shadow: none;
}

.sporient-dark-band .sporient-icon {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(0, 200, 83, 0.14));
	color: var(--sporient-green);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), 0 18px 42px rgba(0, 0, 0, 0.18);
}

.sporient-dark-band .sporient-card:hover,
.sporient-dark-band .sporient-card:focus-within {
	background: rgba(30, 136, 229, 0.16);
	border-color: rgba(0, 200, 83, 0.45);
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
	transform: translateY(-3px);
}

.sporient-dark-band .sporient-card:hover .sporient-icon,
.sporient-dark-band .sporient-card:focus-within .sporient-icon {
	color: var(--sporient-white);
	background: linear-gradient(135deg, rgba(30, 136, 229, 0.28), rgba(0, 200, 83, 0.24));
}

.sporient-dark-band .sporient-card:hover h3,
.sporient-dark-band .sporient-card:focus-within h3 {
	color: var(--sporient-white);
}

.sporient-dark-band .sporient-card:hover p,
.sporient-dark-band .sporient-card:focus-within p {
	color: #EAF2FF;
}

.sporient-cta {
	padding: 48px;
	border-radius: 8px;
	background:
		radial-gradient(circle at 82% 22%, rgba(0, 200, 83, 0.22), transparent 28%),
		linear-gradient(135deg, var(--sporient-blue), var(--sporient-dark));
	color: var(--sporient-white);
	box-shadow: 0 30px 80px rgba(8, 17, 31, 0.2);
}

.sporient-home-final-cta .sporient-container {
	max-width: 1120px;
}

.sporient-cta h2 {
	max-width: 760px;
	margin: 0;
	color: var(--sporient-white);
	font-size: clamp(2rem, 3.5vw, 3.4rem);
	line-height: 1.12;
	font-weight: 900;
}

.sporient-cta p {
	max-width: 780px;
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.08rem;
	line-height: 1.7;
}

.sporient-interest-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 30px;
}

.sporient-interest-card {
	display: flex;
	align-items: center;
	min-height: 92px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(255, 255, 255, 0.14);
	color: var(--sporient-white);
	font-weight: 850;
	line-height: 1.35;
	text-decoration: none;
	box-shadow: none;
}

.sporient-interest-card:hover,
.sporient-interest-card:focus {
	background: rgba(30, 136, 229, 0.16);
	border-color: rgba(0, 200, 83, 0.45);
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
	color: var(--sporient-white);
	text-decoration: none;
	transform: translateY(-3px);
}

.sporient-page-content .sporient-text-link-wrap {
	margin-top: 16px;
}

.sporient-page-content .sporient-text-link {
	display: inline-flex;
	align-items: center;
	color: var(--sporient-primary);
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
}

.sporient-page-content .sporient-text-link:hover,
.sporient-page-content .sporient-text-link:focus {
	color: #0B63B6;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.sporient-page-content .sporient-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 12px 0 28px;
}

.sporient-page-content .sporient-social-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 7px 10px;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--sporient-blue);
	font-weight: 800;
	font-size: 0.94rem;
	text-decoration: none;
	box-shadow: none;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-page-content .sporient-social-link:hover,
.sporient-page-content .sporient-social-link:focus {
	border-color: rgba(30, 136, 229, 0.28);
	background: rgba(30, 136, 229, 0.08);
	color: var(--sporient-primary);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
	text-decoration: none;
	transform: translateY(-1px);
}

.sporient-page-content .sporient-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--sporient-primary), var(--sporient-green));
	color: var(--sporient-white);
	line-height: 1;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.sporient-page-content .sporient-social-svg,
.sporient-footer-socials .sporient-social-svg {
	display: block;
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.sporient-page-content .sporient-social-link:hover .sporient-social-icon,
.sporient-page-content .sporient-social-link:focus .sporient-social-icon {
	background: var(--sporient-primary);
	color: var(--sporient-white);
	transform: scale(1.04);
}

.sporient-page-content .sporient-contact-details {
	align-items: stretch;
}

.sporient-page-content .sporient-contact-card {
	--sporient-contact-icon: var(--sporient-primary);
}

.sporient-page-content .sporient-contact-card::after {
	content: none;
}

.sporient-page-content .sporient-contact-card h3::before {
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	background: var(--sporient-contact-icon);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.sporient-page-content .sporient-contact-card h3 {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 42px;
	margin-bottom: 14px;
	line-height: 1.15;
	position: relative;
	padding-left: 0;
}

.sporient-page-content .sporient-contact-card--email h3::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.sporient-page-content .sporient-contact-card--phone h3::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.32 1.77.6 2.61a2 2 0 0 1-.45 2.11L8 9.7a16 16 0 0 0 6.3 6.3l1.26-1.26a2 2 0 0 1 2.11-.45c.84.28 1.71.48 2.61.6A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}

.sporient-page-content .sporient-contact-card--location h3::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.sporient-page--kapcsolat .sporient-page-hero {
	padding: 78px 0 118px;
}

.sporient-page--kapcsolat .sporient-page-hero-grid {
	gap: 56px;
	align-items: center;
}

.sporient-page--kapcsolat .sporient-page-hero-copy {
	max-width: 620px;
}

.sporient-page--kapcsolat .sporient-page-hero h1 {
	max-width: 640px;
	font-size: clamp(2.75rem, 6vw, 5.2rem);
	line-height: 0.98;
}

.sporient-page--kapcsolat .sporient-page-subtitle {
	max-width: 620px;
	font-size: clamp(1rem, 1.25vw, 1.17rem);
	line-height: 1.62;
}

.sporient-page--kapcsolat .sporient-page-hero-media {
	max-width: 500px;
	max-height: 300px;
	border-radius: 28px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.sporient-page-shell--kapcsolat {
	width: min(1040px, calc(100% - 40px));
	margin-top: -58px;
	margin-bottom: 74px;
	border-radius: 22px;
	box-shadow: 0 22px 64px rgba(15, 23, 42, 0.11);
}

.sporient-page-content--kapcsolat {
	padding: 40px;
}

.sporient-page-content--kapcsolat > h1:first-child {
	max-width: 760px;
	margin-bottom: 10px;
	font-size: clamp(1.55rem, 2.2vw, 2rem);
	line-height: 1.16;
}

.sporient-page-content--kapcsolat h2 {
	margin-top: 30px;
	margin-bottom: 12px;
	font-size: clamp(1.45rem, 2.45vw, 2.15rem);
	line-height: 1.16;
}

.sporient-page-content--kapcsolat p {
	max-width: 780px;
	font-size: 1rem;
	line-height: 1.68;
}

.sporient-page-content--kapcsolat .wp-block-separator {
	margin: 26px 0;
}

.sporient-page-content--kapcsolat .wp-block-columns {
	gap: 18px;
	margin: 22px 0;
}

.sporient-page-content--kapcsolat .wp-block-column {
	padding: 22px;
	border-radius: 18px;
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
}

.sporient-page-content--kapcsolat .wp-block-column:hover,
.sporient-page-content--kapcsolat .wp-block-column:focus-within {
	border-color: rgba(30, 136, 229, 0.22);
	box-shadow: 0 20px 52px rgba(15, 23, 42, 0.11);
	transform: translateY(-2px);
}

.sporient-page-content--kapcsolat .sporient-contact-card h3 {
	gap: 12px;
	min-height: 48px;
	margin-bottom: 12px;
	font-size: 1.08rem;
	line-height: 1.18;
}

.sporient-page-content--kapcsolat .sporient-contact-card h3::before {
	content: none;
}

.sporient-contact-card-icon {
	position: relative;
	display: inline-flex;
	flex: 0 0 44px;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(30, 136, 229, 0.12);
	border-radius: 15px;
	background: linear-gradient(135deg, rgba(30, 136, 229, 0.12), rgba(0, 200, 83, 0.13));
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.sporient-contact-card-icon::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: var(--sporient-contact-icon, var(--sporient-primary));
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.sporient-contact-card--email .sporient-contact-card-icon::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.sporient-contact-card--phone .sporient-contact-card-icon::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.32 1.77.6 2.61a2 2 0 0 1-.45 2.11L8 9.7a16 16 0 0 0 6.3 6.3l1.26-1.26a2 2 0 0 1 2.11-.45c.84.28 1.71.48 2.61.6A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}

.sporient-contact-card--location .sporient-contact-card-icon::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.sporient-contact-card-title {
	display: block;
	min-width: 0;
}

.sporient-page-content--kapcsolat .sporient-text-link,
.sporient-page-content--kapcsolat .sporient-card-link {
	color: var(--sporient-primary);
	font-weight: 850;
}

.sporient-page-content--kapcsolat .wp-block-button:not(.sporient-button-primary) .wp-block-button__link {
	background: rgba(30, 136, 229, 0.08);
	color: var(--sporient-primary);
	box-shadow: none;
}

.sporient-page-content--kapcsolat .wp-block-button:not(.sporient-button-primary) .wp-block-button__link:hover,
.sporient-page-content--kapcsolat .wp-block-button:not(.sporient-button-primary) .wp-block-button__link:focus {
	background: var(--sporient-primary);
	color: var(--sporient-white);
	box-shadow: 0 16px 38px rgba(30, 136, 229, 0.2);
}

.sporient-page-content--kapcsolat .fluentform,
.sporient-page-content--kapcsolat .fluent_form_wrapper,
.sporient-page-content--kapcsolat .frm-fluent-form {
	max-width: 820px;
	margin: 22px 0 30px;
	padding: 24px;
	border-radius: 20px;
	box-shadow: 0 20px 56px rgba(15, 23, 42, 0.08);
}

.sporient-page--kapcsolat .sporient-contact-map-frame {
	margin: 22px 0 10px;
	border-radius: 22px;
	box-shadow: 0 20px 54px rgba(15, 23, 42, 0.11);
}

.sporient-site-footer {
	background: var(--sporient-dark);
	color: rgba(255, 255, 255, 0.72);
}

.sporient-footer-inner {
	display: grid;
	gap: 8px;
	justify-items: center;
	padding: 34px 0;
	text-align: center;
}

.sporient-footer-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4px;
	text-decoration: none;
}

.sporient-footer-logo img {
	display: block;
	width: auto;
	max-width: 72px;
	max-height: 58px;
	object-fit: contain;
	filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.2));
}

.sporient-footer-copy,
.sporient-footer-tagline,
.sporient-footer-links,
.sporient-footer-socials {
	margin: 0;
}

.sporient-footer-copy {
	color: var(--sporient-white);
	font-weight: 850;
}

.sporient-footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.sporient-footer-socials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.sporient-footer-links a,
.sporient-footer-links span,
.sporient-footer-socials a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
}

.sporient-footer-links a:hover,
.sporient-footer-links a:focus,
.sporient-footer-socials a:hover,
.sporient-footer-socials a:focus {
	color: var(--sporient-white);
	text-decoration: none;
}

.sporient-footer-socials a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.sporient-footer-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: var(--sporient-white);
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.sporient-footer-socials a:hover .sporient-footer-social-icon,
.sporient-footer-socials a:focus .sporient-footer-social-icon {
	border-color: rgba(0, 200, 83, 0.5);
	background: rgba(0, 200, 83, 0.16);
	color: var(--sporient-green);
}

.sporient-footer-links a::after,
.sporient-footer-links span:not(:last-child)::after {
	content: "|";
	margin-left: 10px;
	color: rgba(255, 255, 255, 0.32);
}

.sporient-subpage {
	background:
		linear-gradient(180deg, rgba(245, 247, 250, 0), var(--sporient-light) 360px),
		var(--sporient-light);
}

.sporient-page-hero {
	position: relative;
	padding: 86px 0 126px;
	background:
		radial-gradient(circle at 78% 16%, rgba(0, 200, 83, 0.22), transparent 30%),
		radial-gradient(circle at 16% 26%, rgba(30, 136, 229, 0.26), transparent 30%),
		linear-gradient(135deg, var(--sporient-dark), var(--sporient-blue) 62%, #061724);
	color: var(--sporient-white);
	overflow: hidden;
}

.sporient-page-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
	gap: 48px;
	align-items: center;
}

.sporient-page-hero-copy {
	min-width: 0;
}

.sporient-page-hero-media {
	position: relative;
	width: min(100%, 440px);
	aspect-ratio: 16 / 9;
	justify-self: end;
	max-height: 260px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.sporient-page-hero-media--szuloknek img {
	object-position: 44% 42%;
}

.sporient-page-hero-media--sportoloknak img {
	object-position: 48% 44%;
}

.sporient-page-hero-media--fogyatekkal-eloknek img {
	object-position: 46% 46%;
}

.sporient-page-hero-media--sportkluboknak img {
	object-position: 50% 42%;
}

.sporient-page-hero-media--nagykovetek img {
	object-position: 46% 44%;
}

.sporient-page-hero-media--sprnt-app img {
	object-position: 50% 44%;
}

.sporient-page-hero-media--kapcsolat img {
	object-position: 50% 44%;
}

.sporient-page-hero-media--tanacsadas img {
	object-position: 44% 42%;
}

.sporient-page-hero::after {
	content: "";
	position: absolute;
	inset: auto -8% -42% -8%;
	height: 260px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
	transform: rotate(-4deg);
	pointer-events: none;
}

.sporient-page-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.82rem;
	font-weight: 850;
	text-transform: uppercase;
}

.sporient-page-badge::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--sporient-green);
	box-shadow: 0 0 0 6px rgba(0, 200, 83, 0.13);
}

.sporient-page-hero h1 {
	position: relative;
	z-index: 1;
	max-width: 960px;
	margin: 0;
	color: var(--sporient-white);
	font-size: clamp(2.4rem, 5vw, 5rem);
	font-weight: 900;
	line-height: 1.04;
	letter-spacing: 0;
}

.sporient-page-subtitle {
	position: relative;
	z-index: 1;
	max-width: 780px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(1.05rem, 1.5vw, 1.28rem);
	line-height: 1.7;
}

.sporient-page-hero-actions {
	position: relative;
	z-index: 1;
	margin-top: 26px;
}

.sporient-page-shell {
	width: min(1100px, calc(100% - 40px));
	margin: -70px auto 90px;
	position: relative;
	z-index: 2;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background: var(--sporient-white);
	box-shadow: 0 28px 80px rgba(15, 23, 42, 0.12);
}

.sporient-page-content {
	padding: 48px;
	color: var(--sporient-text);
}

.sporient-page-content > *:first-child {
	margin-top: 0;
}

.sporient-page-content > *:last-child {
	margin-bottom: 0;
}

.sporient-page-content h1,
.sporient-page-content h2,
.sporient-page-content h3 {
	color: var(--sporient-dark);
	letter-spacing: 0;
}

.sporient-page-content h2 {
	margin-top: 36px;
	margin-bottom: 14px;
	font-size: clamp(1.75rem, 3vw, 2.7rem);
	font-weight: 900;
	line-height: 1.14;
}

.sporient-page-content h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: 850;
	line-height: 1.28;
}

.sporient-page-content p {
	max-width: 760px;
	color: var(--sporient-muted);
	font-size: 1.04rem;
	line-height: 1.75;
}

.sporient-location-media {
	aspect-ratio: 16 / 9;
	margin: 0;
	border: 1px solid rgba(15, 23, 42, 0.08);
	background: #FFFFFF;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
}

.sporient-contact-map-frame {
	overflow: hidden;
	width: 100%;
	min-height: 360px;
	margin: 28px 0;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background: #FFFFFF;
	box-shadow: 0 22px 58px rgba(15, 23, 42, 0.12);
}

.sporient-contact-map-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 360px;
	border: 0;
}

.sporient-page-content ul {
	display: grid;
	gap: 10px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.sporient-page-content li {
	position: relative;
	padding-left: 28px;
	color: var(--sporient-text);
	line-height: 1.6;
}

.sporient-page-content li::before {
	content: "";
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--sporient-primary), var(--sporient-green));
	box-shadow: 0 0 0 5px rgba(0, 200, 83, 0.1);
}

.sporient-page-content .sporient-page-notice {
	max-width: 860px;
	margin: 24px 0;
	padding: 20px 22px;
	border: 1px solid rgba(0, 200, 83, 0.28);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(0, 200, 83, 0.1), rgba(30, 136, 229, 0.07)),
		#FFFFFF;
	color: var(--sporient-dark);
	font-weight: 850;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.sporient-page-content .wp-block-separator {
	margin: 30px 0;
	border: 0;
	border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.sporient-page-content .wp-block-columns {
	gap: 24px;
	margin: 24px 0;
	align-items: stretch;
}

.sporient-page-content .wp-block-column {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 18px;
	background: #FFFFFF;
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-page-content .wp-block-column::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--sporient-primary), var(--sporient-green));
	opacity: 0;
	transition: opacity .2s ease;
}

.sporient-page-content .wp-block-column:hover,
.sporient-page-content .wp-block-column:focus-within {
	border-color: rgba(0, 200, 83, 0.25);
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.13);
	transform: translateY(-3px);
}

.sporient-page-content .wp-block-column:hover::before,
.sporient-page-content .wp-block-column:focus-within::before {
	opacity: 1;
}

.sporient-page-content .wp-block-column .wp-block-group {
	height: 100%;
}

.sporient-page-content .wp-block-buttons {
	margin-top: 30px;
	gap: 12px;
}

.sporient-page-content .wp-block-button__link {
	border-radius: 8px;
	background: var(--sporient-green);
	color: var(--sporient-dark);
	font-weight: 850;
	text-decoration: none;
	box-shadow: 0 14px 34px rgba(0, 200, 83, 0.2);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-page-content .wp-block-button__link:hover,
.sporient-page-content .wp-block-button__link:focus {
	background: var(--sporient-primary);
	color: var(--sporient-white);
	text-decoration: none;
	box-shadow: 0 18px 42px rgba(30, 136, 229, 0.26);
	transform: translateY(-2px);
}

.sporient-page-content .sporient-form-placeholder {
	margin: 28px 0;
	padding: 28px;
	border: 1px dashed rgba(30, 136, 229, 0.36);
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(30, 136, 229, 0.06), rgba(0, 200, 83, 0.05)),
		#FFFFFF;
	color: var(--sporient-blue);
	text-align: center;
}

.sporient-page-content .sporient-form-placeholder--ambassador {
	border-color: rgba(0, 200, 83, 0.36);
}

.sporient-page-content .sporient-form-placeholder--consulting {
	border-color: rgba(0, 200, 83, 0.4);
	background:
		linear-gradient(135deg, rgba(0, 200, 83, 0.08), rgba(30, 136, 229, 0.08)),
		#FFFFFF;
	box-shadow: 0 20px 52px rgba(15, 23, 42, 0.09);
}

.sporient-page-content .sporient-form-placeholder p {
	max-width: none;
	margin: 0;
	color: var(--sporient-blue);
	font-weight: 850;
}

.sporient-page-hero-media--tanacsadas {
	aspect-ratio: 4 / 3;
	max-height: 300px;
}

.sporient-page-hero-media--tanacsadas img {
	object-fit: cover;
	object-position: 50% 46%;
}

.sporient-page-content--tanacsadas {
	padding: 0;
	overflow: hidden;
}

.sporient-page-content--tanacsadas > section,
.sporient-page-content--tanacsadas > .wp-block-separator {
	margin-right: 48px;
	margin-left: 48px;
}

.sporient-page-content--tanacsadas > section:first-child {
	margin-top: 48px;
}

.sporient-page-content--tanacsadas > section:last-child {
	margin-bottom: 48px;
}

.sporient-tanacsadas-intro {
	padding: 30px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(30, 136, 229, 0.06), rgba(0, 200, 83, 0.05)),
		#FFFFFF;
	box-shadow: 0 22px 58px rgba(15, 23, 42, 0.08);
}

.sporient-page-content--tanacsadas h2 {
	max-width: 820px;
}

.sporient-page-content--tanacsadas p {
	max-width: 850px;
}

.sporient-tanacsadas-section {
	padding-top: 8px;
}

.sporient-tanacsadas-card-grid,
.sporient-tanacsadas-value-grid {
	display: grid;
	gap: 18px;
	margin: 26px 0 34px;
}

.sporient-tanacsadas-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sporient-tanacsadas-card-grid--four,
.sporient-tanacsadas-value-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sporient-tanacsadas-card,
.sporient-tanacsadas-value-card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	min-height: 310px;
	padding: 26px 22px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(30, 136, 229, 0.035), rgba(0, 200, 83, 0.025)),
		#FFFFFF;
	text-align: center;
	box-shadow: 0 18px 52px rgba(15, 23, 42, 0.09);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-tanacsadas-value-card {
	align-items: flex-start;
	min-height: 0;
	text-align: left;
}

.sporient-tanacsadas-card::before,
.sporient-tanacsadas-value-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--sporient-primary), var(--sporient-green));
	opacity: 0;
	transition: opacity .2s ease;
}

.sporient-tanacsadas-card:hover,
.sporient-tanacsadas-card:focus-within,
.sporient-tanacsadas-value-card:hover,
.sporient-tanacsadas-value-card:focus-within {
	border-color: rgba(0, 200, 83, 0.25);
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.13);
	transform: translateY(-3px);
}

.sporient-tanacsadas-card:hover::before,
.sporient-tanacsadas-card:focus-within::before,
.sporient-tanacsadas-value-card:hover::before,
.sporient-tanacsadas-value-card:focus-within::before {
	opacity: 1;
}

.sporient-tanacsadas-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	margin: 0 auto 18px;
	background: transparent;
}

.sporient-tanacsadas-card-icon img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 112px;
	max-height: 112px;
	margin: 0 auto;
	border: 0;
	border-radius: 0;
	background: transparent;
	object-fit: contain;
	opacity: 1;
	filter: none;
	mix-blend-mode: normal;
	box-shadow: none;
}

.sporient-tanacsadas-card h3,
.sporient-tanacsadas-value-card h3 {
	margin-bottom: 12px;
	color: var(--sporient-dark);
	font-size: 1.12rem;
	font-weight: 900;
	line-height: 1.24;
}

.sporient-tanacsadas-card p,
.sporient-tanacsadas-value-card p {
	max-width: none;
	margin: 0;
	color: #475569;
	font-size: 0.98rem;
	line-height: 1.62;
}

.sporient-tanacsadas-callout {
	padding: 32px;
	border: 1px solid rgba(0, 200, 83, 0.22);
	border-radius: 26px;
	background:
		radial-gradient(circle at 100% 0%, rgba(0, 200, 83, 0.16), transparent 34%),
		linear-gradient(135deg, rgba(8, 17, 31, 0.96), rgba(16, 42, 67, 0.96));
	box-shadow: 0 26px 70px rgba(8, 17, 31, 0.18);
}

.sporient-tanacsadas-callout h2,
.sporient-tanacsadas-callout p {
	color: #FFFFFF;
}

.sporient-tanacsadas-callout p {
	color: rgba(255, 255, 255, 0.78);
}

.sporient-tanacsadas-reading {
	padding: 28px;
	border: 1px solid rgba(30, 136, 229, 0.12);
	border-radius: 24px;
	background:
		radial-gradient(circle at 100% 0%, rgba(0, 200, 83, 0.08), transparent 32%),
		linear-gradient(135deg, rgba(30, 136, 229, 0.055), rgba(0, 200, 83, 0.045)),
		#FFFFFF;
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
}

.sporient-tanacsadas-reading h2 {
	margin-bottom: 12px;
}

.sporient-tanacsadas-reading > p {
	max-width: 860px;
	margin-bottom: 0;
	color: #52627A;
}

.sporient-tanacsadas-reading-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 22px;
}

.sporient-tanacsadas-reading-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 20px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-tanacsadas-reading-card:hover,
.sporient-tanacsadas-reading-card:focus-within {
	border-color: rgba(30, 136, 229, 0.2);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
	transform: translateY(-2px);
}

.sporient-tanacsadas-reading-card h3 {
	margin: 0 0 10px;
	color: var(--sporient-dark);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.25;
}

.sporient-tanacsadas-reading-card p {
	max-width: none;
	margin: 0 0 18px;
	color: #52627A;
	font-size: 0.92rem;
	line-height: 1.55;
}

.sporient-tanacsadas-reading-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: fit-content;
	margin-top: auto;
	padding: 8px 12px;
	border: 1px solid rgba(30, 136, 229, 0.16);
	border-radius: 999px;
	background: rgba(30, 136, 229, 0.07);
	color: var(--sporient-primary);
	font-size: 0.88rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-tanacsadas-reading-link:hover,
.sporient-tanacsadas-reading-link:focus {
	border-color: rgba(0, 200, 83, 0.35);
	background: rgba(0, 200, 83, 0.1);
	color: #0F5FB6;
	box-shadow: 0 10px 22px rgba(30, 136, 229, 0.12);
	transform: translateY(-1px);
}

.sporient-tanacsadas-reading-link:focus-visible {
	outline: 3px solid rgba(30, 136, 229, 0.24);
	outline-offset: 3px;
}

.sporient-tanacsadas-form-section {
	padding: 30px;
	border: 1px solid rgba(15, 37, 64, 0.06);
	border-radius: 24px;
	background: #FFFFFF;
	box-shadow: 0 10px 30px rgba(15, 37, 64, 0.04);
	outline: none;
}

.sporient-tanacsadas-form-section:focus,
.sporient-tanacsadas-form-section:focus-within {
	border-color: rgba(15, 37, 64, 0.1);
	box-shadow: 0 12px 34px rgba(15, 37, 64, 0.06);
	outline: none;
}

.sporient-tanacsadas-form-embed .fluentform,
.sporient-tanacsadas-form-embed .fluent_form_wrapper,
.sporient-tanacsadas-form-embed .frm-fluent-form {
	margin-top: 24px;
}

@media (max-width: 980px) {
	.sporient-tanacsadas-reading-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.sporient-page-hero-media--szuloknek {
	aspect-ratio: 4 / 3;
	max-height: 300px;
}

.sporient-page-hero-media--szuloknek img {
	object-fit: cover;
	object-position: 50% 48%;
}

.sporient-page-hero-media--sportoloknak {
	aspect-ratio: 4 / 3;
	max-height: 300px;
}

.sporient-page-hero-media--sportoloknak img {
	object-fit: cover;
	object-position: 50% 46%;
}

.sporient-page-hero-media--fogyatekkal-eloknek {
	aspect-ratio: 4 / 3;
	max-height: 300px;
}

.sporient-page-hero-media--fogyatekkal-eloknek img {
	object-fit: cover;
	object-position: 50% 48%;
}

.sporient-page-content--szuloknek {
	padding: 0;
	overflow: hidden;
}

.sporient-page-content--szuloknek > section,
.sporient-page-content--szuloknek > .wp-block-separator {
	margin-right: 48px;
	margin-left: 48px;
}

.sporient-page-content--szuloknek > section:first-child {
	margin-top: 48px;
}

.sporient-page-content--szuloknek > section:last-child {
	margin-bottom: 48px;
}

.sporient-page-content--szuloknek h2 {
	max-width: 860px;
}

.sporient-page-content--szuloknek p {
	max-width: 900px;
}

.sporient-szuloknek-intro,
.sporient-szuloknek-pillar {
	padding: 30px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(30, 136, 229, 0.06), rgba(0, 200, 83, 0.05)),
		#FFFFFF;
	box-shadow: 0 22px 58px rgba(15, 23, 42, 0.08);
}

.sporient-szuloknek-section {
	padding-top: 8px;
}

.sporient-szuloknek-card-grid {
	display: grid;
	gap: 18px;
	margin: 26px 0 34px;
}

.sporient-szuloknek-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sporient-szuloknek-card-grid--four {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sporient-szuloknek-card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	min-height: 330px;
	padding: 28px 22px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(30, 136, 229, 0.035), rgba(0, 200, 83, 0.025)),
		#FFFFFF;
	text-align: center;
	box-shadow: 0 18px 52px rgba(15, 23, 42, 0.09);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-szuloknek-card-grid--text .sporient-szuloknek-card {
	align-items: flex-start;
	min-height: 0;
	text-align: left;
}

.sporient-szuloknek-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--sporient-primary), var(--sporient-green));
	opacity: 0;
	transition: opacity .2s ease;
}

.sporient-szuloknek-card:hover,
.sporient-szuloknek-card:focus-within {
	border-color: rgba(0, 200, 83, 0.25);
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.13);
	transform: translateY(-3px);
}

.sporient-szuloknek-card:hover::before,
.sporient-szuloknek-card:focus-within::before {
	opacity: 1;
}

.sporient-szuloknek-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin: 0 auto 20px;
	background: transparent;
}

.sporient-szuloknek-card-icon img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 120px;
	max-height: 120px;
	margin: 0 auto;
	border: 0;
	border-radius: 0;
	background: transparent;
	object-fit: contain;
	opacity: 1;
	filter: none;
	mix-blend-mode: normal;
	box-shadow: none;
}

.sporient-szuloknek-card h3 {
	margin: 0 0 12px;
	color: var(--sporient-dark);
	font-size: 1.12rem;
	font-weight: 900;
	line-height: 1.24;
}

.sporient-szuloknek-card p {
	max-width: none;
	margin: 0;
	color: #475569;
	font-size: 0.98rem;
	line-height: 1.62;
}

.sporient-szuloknek-pillar {
	background: #FFFFFF;
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07);
}

.sporient-szuloknek-pillar--accent {
	border-color: rgba(30, 136, 229, 0.16);
	background:
		radial-gradient(circle at 100% 0%, rgba(0, 200, 83, 0.12), transparent 34%),
		linear-gradient(135deg, rgba(30, 136, 229, 0.08), rgba(0, 200, 83, 0.055)),
		#FFFFFF;
}

.sporient-szuloknek-eyebrow {
	display: inline-flex;
	width: fit-content;
	margin: 0 0 12px;
	padding: 8px 12px;
	border: 1px solid rgba(0, 200, 83, 0.24);
	border-radius: 999px;
	background: rgba(0, 200, 83, 0.09);
	color: var(--sporient-blue);
	font-size: 0.76rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.sporient-szuloknek-text-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 18px;
}

.sporient-szuloknek-note {
	margin-top: 20px;
	padding: 18px 20px;
	border-left: 4px solid var(--sporient-green);
	border-radius: 16px;
	background: rgba(0, 200, 83, 0.08);
	color: var(--sporient-blue);
	font-weight: 700;
}

.sporient-szuloknek-callout {
	padding: 34px;
	border: 1px solid rgba(0, 200, 83, 0.22);
	border-radius: 28px;
	background:
		radial-gradient(circle at 100% 0%, rgba(0, 200, 83, 0.16), transparent 34%),
		linear-gradient(135deg, rgba(8, 17, 31, 0.96), rgba(16, 42, 67, 0.96));
	box-shadow: 0 26px 70px rgba(8, 17, 31, 0.18);
}

.sporient-szuloknek-callout h2,
.sporient-szuloknek-callout p {
	color: #FFFFFF;
}

.sporient-szuloknek-callout p {
	color: rgba(255, 255, 255, 0.78);
}

.sporient-szuloknek-actions {
	margin-top: 24px;
	gap: 12px;
}

.sporient-page-content--szuloknek .wp-block-button.sporient-button-secondary .wp-block-button__link {
	border: 1px solid rgba(15, 37, 64, 0.16);
	background: rgba(255, 255, 255, 0.78);
	color: var(--sporient-blue);
	box-shadow: none;
}

.sporient-page-content--szuloknek .wp-block-button.sporient-button-secondary .wp-block-button__link:hover,
.sporient-page-content--szuloknek .wp-block-button.sporient-button-secondary .wp-block-button__link:focus {
	border-color: var(--sporient-primary);
	background: var(--sporient-primary);
	color: #FFFFFF;
}

.sporient-szuloknek-callout .wp-block-button.sporient-button-secondary .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.1);
	color: #FFFFFF;
}

.sporient-page-content--sportoloknak {
	padding: 0;
	overflow: hidden;
}

.sporient-page-content--sportoloknak > section,
.sporient-page-content--sportoloknak > .wp-block-separator {
	margin-right: 48px;
	margin-left: 48px;
}

.sporient-page-content--sportoloknak > section:first-child {
	margin-top: 48px;
}

.sporient-page-content--sportoloknak > section:last-child {
	margin-bottom: 48px;
}

.sporient-page-content--sportoloknak h2 {
	max-width: 820px;
}

.sporient-page-content--sportoloknak p {
	max-width: 850px;
}

.sporient-sportoloknak-intro,
.sporient-sportoloknak-app-link {
	padding: 30px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(30, 136, 229, 0.06), rgba(0, 200, 83, 0.05)),
		#FFFFFF;
	box-shadow: 0 22px 58px rgba(15, 23, 42, 0.08);
}

.sporient-sportoloknak-section {
	padding-top: 8px;
}

.sporient-sportoloknak-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 26px 0 34px;
}

.sporient-sportoloknak-card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	min-height: 330px;
	padding: 28px 22px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(30, 136, 229, 0.035), rgba(0, 200, 83, 0.025)),
		#FFFFFF;
	text-align: center;
	box-shadow: 0 18px 52px rgba(15, 23, 42, 0.09);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-sportoloknak-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--sporient-primary), var(--sporient-green));
	opacity: 0;
	transition: opacity .2s ease;
}

.sporient-sportoloknak-card:hover,
.sporient-sportoloknak-card:focus-within {
	border-color: rgba(0, 200, 83, 0.25);
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.13);
	transform: translateY(-3px);
}

.sporient-sportoloknak-card:hover::before,
.sporient-sportoloknak-card:focus-within::before {
	opacity: 1;
}

.sporient-sportoloknak-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin: 0 auto 20px;
	background: transparent;
}

.sporient-sportoloknak-card-icon img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 120px;
	max-height: 120px;
	margin: 0 auto;
	border: 0;
	border-radius: 0;
	background: transparent;
	object-fit: contain;
	opacity: 1;
	filter: none;
	mix-blend-mode: normal;
	box-shadow: none;
}

.sporient-sportoloknak-card h3 {
	margin: 0 0 12px;
	color: var(--sporient-dark);
	font-size: 1.12rem;
	font-weight: 900;
	line-height: 1.24;
}

.sporient-sportoloknak-card p {
	max-width: none;
	margin: 0;
	color: #475569;
	font-size: 0.98rem;
	line-height: 1.62;
}

.sporient-sportoloknak-callout {
	padding: 34px;
	border: 1px solid rgba(0, 200, 83, 0.22);
	border-radius: 28px;
	background:
		radial-gradient(circle at 100% 0%, rgba(0, 200, 83, 0.16), transparent 34%),
		linear-gradient(135deg, rgba(8, 17, 31, 0.96), rgba(16, 42, 67, 0.96));
	box-shadow: 0 26px 70px rgba(8, 17, 31, 0.18);
}

.sporient-sportoloknak-callout h2,
.sporient-sportoloknak-callout p {
	color: #FFFFFF;
}

.sporient-sportoloknak-callout p {
	color: rgba(255, 255, 255, 0.78);
}

.sporient-sportoloknak-actions {
	margin-top: 24px;
	gap: 12px;
}

.sporient-page-content--sportoloknak .wp-block-button.sporient-button-secondary .wp-block-button__link {
	border: 1px solid rgba(15, 37, 64, 0.16);
	background: rgba(255, 255, 255, 0.78);
	color: var(--sporient-blue);
	box-shadow: none;
}

.sporient-page-content--sportoloknak .wp-block-button.sporient-button-secondary .wp-block-button__link:hover,
.sporient-page-content--sportoloknak .wp-block-button.sporient-button-secondary .wp-block-button__link:focus {
	border-color: var(--sporient-primary);
	background: var(--sporient-primary);
	color: #FFFFFF;
}

.sporient-sportoloknak-callout .wp-block-button.sporient-button-secondary .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.1);
	color: #FFFFFF;
}

.sporient-page-content--fogyatekkal-eloknek {
	padding: 0;
	overflow: hidden;
}

.sporient-page-content--fogyatekkal-eloknek > section,
.sporient-page-content--fogyatekkal-eloknek > .wp-block-separator {
	margin-right: 48px;
	margin-left: 48px;
}

.sporient-page-content--fogyatekkal-eloknek > section:first-child {
	margin-top: 48px;
}

.sporient-page-content--fogyatekkal-eloknek > section:last-child {
	margin-bottom: 48px;
}

.sporient-page-content--fogyatekkal-eloknek h2 {
	max-width: 860px;
}

.sporient-page-content--fogyatekkal-eloknek p {
	max-width: 900px;
}

.sporient-parasportoloknak-intro,
.sporient-parasportoloknak-detail,
.sporient-parasportoloknak-app-link {
	padding: 30px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(30, 136, 229, 0.06), rgba(0, 200, 83, 0.05)),
		#FFFFFF;
	box-shadow: 0 22px 58px rgba(15, 23, 42, 0.08);
}

.sporient-parasportoloknak-section {
	padding-top: 8px;
}

.sporient-parasportoloknak-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 26px 0 34px;
}

.sporient-parasportoloknak-card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	min-height: 350px;
	padding: 28px 22px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(30, 136, 229, 0.035), rgba(0, 200, 83, 0.025)),
		#FFFFFF;
	text-align: center;
	box-shadow: 0 18px 52px rgba(15, 23, 42, 0.09);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-parasportoloknak-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--sporient-primary), var(--sporient-green));
	opacity: 0;
	transition: opacity .2s ease;
}

.sporient-parasportoloknak-card:hover,
.sporient-parasportoloknak-card:focus-within {
	border-color: rgba(0, 200, 83, 0.25);
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.13);
	transform: translateY(-3px);
}

.sporient-parasportoloknak-card:hover::before,
.sporient-parasportoloknak-card:focus-within::before {
	opacity: 1;
}

.sporient-parasportoloknak-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin: 0 auto 20px;
	background: transparent;
}

.sporient-parasportoloknak-card-icon img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 120px;
	max-height: 120px;
	margin: 0 auto;
	border: 0;
	border-radius: 0;
	background: transparent;
	object-fit: contain;
	opacity: 1;
	filter: none;
	mix-blend-mode: normal;
	box-shadow: none;
}

.sporient-parasportoloknak-card h3 {
	margin: 0 0 12px;
	color: var(--sporient-dark);
	font-size: 1.12rem;
	font-weight: 900;
	line-height: 1.24;
}

.sporient-parasportoloknak-card p {
	max-width: none;
	margin: 0;
	color: #475569;
	font-size: 0.98rem;
	line-height: 1.62;
}

.sporient-parasportoloknak-callout,
.sporient-parasportoloknak-final {
	padding: 34px;
	border: 1px solid rgba(0, 200, 83, 0.22);
	border-radius: 28px;
	background:
		radial-gradient(circle at 100% 0%, rgba(0, 200, 83, 0.16), transparent 34%),
		linear-gradient(135deg, rgba(8, 17, 31, 0.96), rgba(16, 42, 67, 0.96));
	box-shadow: 0 26px 70px rgba(8, 17, 31, 0.18);
}

.sporient-parasportoloknak-callout h2,
.sporient-parasportoloknak-callout p,
.sporient-parasportoloknak-final h2,
.sporient-parasportoloknak-final p {
	color: #FFFFFF;
}

.sporient-parasportoloknak-callout p,
.sporient-parasportoloknak-final p {
	color: rgba(255, 255, 255, 0.78);
}

.sporient-parasportoloknak-actions {
	margin-top: 24px;
	gap: 12px;
}

.sporient-page-content--fogyatekkal-eloknek .wp-block-button.sporient-button-secondary .wp-block-button__link {
	border: 1px solid rgba(15, 37, 64, 0.16);
	background: rgba(255, 255, 255, 0.78);
	color: var(--sporient-blue);
	box-shadow: none;
}

.sporient-page-content--fogyatekkal-eloknek .wp-block-button.sporient-button-secondary .wp-block-button__link:hover,
.sporient-page-content--fogyatekkal-eloknek .wp-block-button.sporient-button-secondary .wp-block-button__link:focus {
	border-color: var(--sporient-primary);
	background: var(--sporient-primary);
	color: #FFFFFF;
}

.sporient-parasportoloknak-callout .wp-block-button.sporient-button-secondary .wp-block-button__link,
.sporient-parasportoloknak-final .wp-block-button.sporient-button-secondary .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.1);
	color: #FFFFFF;
}

.sporient-page-hero-media--sportkluboknak {
	aspect-ratio: 4 / 3;
	max-height: 300px;
}

.sporient-page-hero-media--sportkluboknak img {
	object-fit: cover;
	object-position: 50% 48%;
}

.sporient-page-content--sportkluboknak {
	padding: 0;
	overflow: hidden;
}

.sporient-page-content--sportkluboknak > section,
.sporient-page-content--sportkluboknak > .wp-block-separator {
	margin-right: 48px;
	margin-left: 48px;
}

.sporient-page-content--sportkluboknak > section:first-child {
	margin-top: 48px;
}

.sporient-page-content--sportkluboknak > section:last-child {
	margin-bottom: 48px;
}

.sporient-page-content--sportkluboknak h2 {
	max-width: 860px;
}

.sporient-page-content--sportkluboknak p {
	max-width: 900px;
}

.sporient-sportkluboknak-intro,
.sporient-sportkluboknak-benefits {
	padding: 30px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(30, 136, 229, 0.06), rgba(0, 200, 83, 0.05)),
		#FFFFFF;
	box-shadow: 0 22px 58px rgba(15, 23, 42, 0.08);
}

.sporient-sportkluboknak-section {
	padding-top: 8px;
}

.sporient-sportkluboknak-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 26px 0 34px;
}

.sporient-sportkluboknak-card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	min-height: 350px;
	padding: 28px 22px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(30, 136, 229, 0.035), rgba(0, 200, 83, 0.025)),
		#FFFFFF;
	text-align: center;
	box-shadow: 0 18px 52px rgba(15, 23, 42, 0.09);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-sportkluboknak-card::before,
.sporient-sportkluboknak-benefit::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--sporient-primary), var(--sporient-green));
	opacity: 0;
	transition: opacity .2s ease;
}

.sporient-sportkluboknak-card:hover,
.sporient-sportkluboknak-card:focus-within,
.sporient-sportkluboknak-benefit:hover,
.sporient-sportkluboknak-benefit:focus-within {
	border-color: rgba(0, 200, 83, 0.25);
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.13);
	transform: translateY(-3px);
}

.sporient-sportkluboknak-card:hover::before,
.sporient-sportkluboknak-card:focus-within::before,
.sporient-sportkluboknak-benefit:hover::before,
.sporient-sportkluboknak-benefit:focus-within::before {
	opacity: 1;
}

.sporient-sportkluboknak-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 122px;
	height: 122px;
	margin: 0 auto 20px;
	background: transparent;
}

.sporient-sportkluboknak-card-icon img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 122px;
	max-height: 122px;
	margin: 0 auto;
	border: 0;
	border-radius: 0;
	background: transparent;
	object-fit: contain;
	opacity: 1;
	filter: none;
	mix-blend-mode: normal;
	box-shadow: none;
}

.sporient-sportkluboknak-card h3,
.sporient-sportkluboknak-benefit h3 {
	margin: 0 0 12px;
	color: var(--sporient-dark);
	font-size: 1.12rem;
	font-weight: 900;
	line-height: 1.24;
}

.sporient-sportkluboknak-card p,
.sporient-sportkluboknak-benefit p {
	max-width: none;
	margin: 0;
	color: #475569;
	font-size: 0.98rem;
	line-height: 1.62;
}

.sporient-sportkluboknak-callout,
.sporient-sportkluboknak-final {
	padding: 34px;
	border: 1px solid rgba(0, 200, 83, 0.22);
	border-radius: 28px;
	background:
		radial-gradient(circle at 100% 0%, rgba(0, 200, 83, 0.16), transparent 34%),
		linear-gradient(135deg, rgba(8, 17, 31, 0.96), rgba(16, 42, 67, 0.96));
	box-shadow: 0 26px 70px rgba(8, 17, 31, 0.18);
}

.sporient-sportkluboknak-callout h2,
.sporient-sportkluboknak-callout p,
.sporient-sportkluboknak-final h2,
.sporient-sportkluboknak-final p {
	color: #FFFFFF;
}

.sporient-sportkluboknak-callout p,
.sporient-sportkluboknak-final p {
	color: rgba(255, 255, 255, 0.78);
}

.sporient-sportkluboknak-actions {
	margin-top: 24px;
	gap: 12px;
}

.sporient-sportkluboknak-benefit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.sporient-sportkluboknak-benefit {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 14px 38px rgba(15, 23, 42, 0.07);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-page-content--sportkluboknak .wp-block-button.sporient-button-secondary .wp-block-button__link {
	border: 1px solid rgba(15, 37, 64, 0.16);
	background: rgba(255, 255, 255, 0.78);
	color: var(--sporient-blue);
	box-shadow: none;
}

.sporient-page-content--sportkluboknak .wp-block-button.sporient-button-secondary .wp-block-button__link:hover,
.sporient-page-content--sportkluboknak .wp-block-button.sporient-button-secondary .wp-block-button__link:focus {
	border-color: var(--sporient-primary);
	background: var(--sporient-primary);
	color: #FFFFFF;
}

.sporient-page-hero-media--nagykovetek {
	aspect-ratio: 4 / 3;
	max-height: 300px;
}

.sporient-page-hero-media--nagykovetek img {
	object-fit: cover;
	object-position: 50% 48%;
}

.sporient-page-content--nagykovetek {
	padding: 0;
	overflow: hidden;
}

.sporient-page-content--nagykovetek > section,
.sporient-page-content--nagykovetek > .wp-block-separator {
	margin-right: 48px;
	margin-left: 48px;
}

.sporient-page-content--nagykovetek > section:first-child {
	margin-top: 48px;
}

.sporient-page-content--nagykovetek > section:last-child {
	margin-bottom: 48px;
}

.sporient-nagykovetek-intro,
.sporient-nagykovetek-form-section {
	padding: 30px;
	border: 1px solid rgba(15, 37, 64, 0.06);
	border-radius: 24px;
	background: #FFFFFF;
	box-shadow: 0 10px 30px rgba(15, 37, 64, 0.04);
}

.sporient-nagykovetek-intro {
	background:
		linear-gradient(135deg, rgba(30, 136, 229, 0.06), rgba(0, 200, 83, 0.05)),
		#FFFFFF;
	box-shadow: 0 22px 58px rgba(15, 23, 42, 0.08);
}

.sporient-page-content--nagykovetek h2 {
	max-width: 820px;
}

.sporient-page-content--nagykovetek p {
	max-width: 850px;
}

.sporient-nagykovetek-card-grid,
.sporient-nagykovetek-video-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 26px 0 34px;
}

.sporient-nagykovetek-card,
.sporient-nagykovetek-video-card {
	position: relative;
	overflow: hidden;
	height: 100%;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(30, 136, 229, 0.035), rgba(0, 200, 83, 0.025)),
		#FFFFFF;
	box-shadow: 0 18px 52px rgba(15, 23, 42, 0.09);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-nagykovetek-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 310px;
	padding: 26px 22px;
	text-align: center;
}

.sporient-nagykovetek-card::before,
.sporient-nagykovetek-video-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--sporient-primary), var(--sporient-green));
	opacity: 0;
	transition: opacity .2s ease;
}

.sporient-nagykovetek-card:hover,
.sporient-nagykovetek-card:focus-within,
.sporient-nagykovetek-video-card:hover,
.sporient-nagykovetek-video-card:focus-within {
	border-color: rgba(0, 200, 83, 0.25);
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.13);
	transform: translateY(-3px);
}

.sporient-nagykovetek-card:hover::before,
.sporient-nagykovetek-card:focus-within::before,
.sporient-nagykovetek-video-card:hover::before,
.sporient-nagykovetek-video-card:focus-within::before {
	opacity: 1;
}

.sporient-nagykovetek-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	margin: 0 auto 18px;
	background: transparent;
}

.sporient-nagykovetek-card-icon img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 112px;
	max-height: 112px;
	margin: 0 auto;
	border: 0;
	border-radius: 0;
	background: transparent;
	object-fit: contain;
	opacity: 1;
	filter: none;
	mix-blend-mode: normal;
	box-shadow: none;
}

.sporient-nagykovetek-card h3,
.sporient-nagykovetek-video-card h3 {
	margin: 0 0 12px;
	color: var(--sporient-dark);
	font-size: 1.12rem;
	font-weight: 900;
	line-height: 1.24;
}

.sporient-nagykovetek-card p,
.sporient-nagykovetek-video-card p {
	max-width: none;
	margin: 0;
	color: #475569;
	font-size: 0.98rem;
	line-height: 1.62;
}

.sporient-nagykovetek-callout {
	padding: 32px;
	border: 1px solid rgba(0, 200, 83, 0.22);
	border-radius: 26px;
	background:
		radial-gradient(circle at 100% 0%, rgba(0, 200, 83, 0.16), transparent 34%),
		linear-gradient(135deg, rgba(8, 17, 31, 0.96), rgba(16, 42, 67, 0.96));
	box-shadow: 0 26px 70px rgba(8, 17, 31, 0.18);
}

.sporient-nagykovetek-callout h2,
.sporient-nagykovetek-callout p {
	color: #FFFFFF;
}

.sporient-nagykovetek-callout p {
	color: rgba(255, 255, 255, 0.78);
}

.sporient-page-content--nagykovetek > #nagykovet-videok {
	margin-right: 48px;
	margin-left: 48px;
}

.sporient-nagykovetek-video-card {
	display: flex;
	flex-direction: column;
	border-color: rgba(30, 136, 229, 0.14);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.98)),
		#FFFFFF;
	box-shadow: 0 24px 68px rgba(15, 23, 42, 0.12);
}

.sporient-nagykovetek-video-grid {
	gap: 22px;
	margin-top: 30px;
}

.sporient-nagykovetek-video-card:hover,
.sporient-nagykovetek-video-card:focus-within {
	border-color: rgba(0, 200, 83, 0.34);
	box-shadow: 0 32px 82px rgba(15, 23, 42, 0.16);
}

.sporient-nagykovetek-video-thumb {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 16 / 9;
	padding: 12px;
	overflow: hidden;
	border: 1px solid rgba(5, 14, 28, 0.9);
	border-bottom-color: rgba(5, 14, 28, 0.96);
	border-radius: 26px 26px 18px 18px;
	background:
		linear-gradient(180deg, rgba(20, 34, 54, 0.98), rgba(6, 15, 30, 0.98));
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.08),
		0 18px 36px rgba(8, 17, 31, 0.18);
}

.sporient-nagykovetek-video-thumb::before {
	content: "";
	position: absolute;
	inset: 12px;
	z-index: 0;
	border: 1px solid rgba(30, 136, 229, 0.16);
	border-radius: 18px 18px 14px 14px;
	background:
		radial-gradient(circle at 50% 38%, rgba(0, 200, 120, 0.25), transparent 50%),
		radial-gradient(circle at 22% 18%, rgba(30, 136, 229, 0.2), transparent 34%),
		radial-gradient(circle at 82% 20%, rgba(0, 200, 83, 0.16), transparent 30%),
		linear-gradient(135deg, rgba(229, 247, 255, 1), rgba(232, 255, 244, 1));
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.82),
		inset 0 -30px 54px rgba(30, 136, 229, 0.08);
}

.sporient-nagykovetek-video-thumb::after {
	content: "";
	position: absolute;
	right: 12px;
	bottom: 12px;
	left: 12px;
	z-index: 1;
	height: 34px;
	border-radius: 0 0 14px 14px;
	background: linear-gradient(180deg, transparent, rgba(8, 17, 31, 0.14));
	pointer-events: none;
}

.sporient-nagykovetek-video-thumb img {
	position: relative;
	z-index: 1;
	display: block;
	width: min(58%, 176px);
	height: min(74%, 176px);
	object-fit: contain;
	filter: none;
	mix-blend-mode: normal;
	opacity: 1;
	transform: translate(-20px, -10px);
}

.sporient-nagykovetek-video-badge {
	position: absolute;
	top: 22px;
	left: 22px;
	z-index: 3;
	padding: 8px 11px;
	border: 1px solid rgba(15, 37, 64, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--sporient-blue);
	font-size: 0.75rem;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.sporient-nagykovetek-video-play {
	position: absolute;
	right: 24px;
	bottom: 22px;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 46px;
	border-radius: 14px;
	background: linear-gradient(135deg, #FF2A2A, #D90429);
	box-shadow:
		0 14px 30px rgba(217, 4, 41, 0.28),
		0 0 0 4px rgba(255, 255, 255, 0.46);
	transform: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.sporient-nagykovetek-video-card:hover .sporient-nagykovetek-video-play,
.sporient-nagykovetek-video-card:focus-within .sporient-nagykovetek-video-play {
	box-shadow:
		0 18px 38px rgba(217, 4, 41, 0.36),
		0 0 0 5px rgba(255, 255, 255, 0.56);
	transform: translateY(-2px) scale(1.04);
}

.sporient-nagykovetek-video-play::before {
	content: "";
	width: 0;
	height: 0;
	margin-left: 4px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #FFFFFF;
}

.sporient-nagykovetek-video-content {
	padding: 24px 24px 26px;
}

.sporient-nagykovetek-video-card h3 {
	margin-bottom: 10px;
	font-size: 1.22rem;
	line-height: 1.2;
}

.sporient-nagykovetek-video-card p {
	font-size: 1rem;
	line-height: 1.58;
}

.sporient-nagykovetek-form-section {
	outline: none;
}

.sporient-nagykovetek-form-section:focus,
.sporient-nagykovetek-form-section:focus-within {
	border-color: rgba(15, 37, 64, 0.1);
	box-shadow: 0 12px 34px rgba(15, 37, 64, 0.06);
	outline: none;
}

.sporient-nagykovetek-form-embed .fluentform,
.sporient-nagykovetek-form-embed .fluent_form_wrapper,
.sporient-nagykovetek-form-embed .frm-fluent-form {
	margin-top: 24px;
}

.sporient-page-content .fluentform,
.sporient-page-content .fluent_form_wrapper,
.sporient-page-content .frm-fluent-form {
	margin-top: 18px;
	padding: 24px 30px 26px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background: #FFFFFF;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.sporient-page-content .fluentform .ff-el-group,
.sporient-page-content .fluent_form_wrapper .ff-el-group,
.sporient-page-content .frm-fluent-form .ff-el-group {
	margin-bottom: 11px;
}

.sporient-page-content .fluentform label,
.sporient-page-content .fluent_form_wrapper label,
.sporient-page-content .frm-fluent-form label,
.sporient-page-content .fluentform .ff-el-input--label label,
.sporient-page-content .fluent_form_wrapper .ff-el-input--label label,
.sporient-page-content .frm-fluent-form .ff-el-input--label label {
	display: inline-block;
	margin-bottom: 4px;
	color: var(--sporient-dark);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}

.sporient-page-content .fluentform .ff-el-is-required.asterisk-right label::after,
.sporient-page-content .fluent_form_wrapper .ff-el-is-required.asterisk-right label::after,
.sporient-page-content .frm-fluent-form .ff-el-is-required.asterisk-right label::after,
.sporient-page-content .fluentform .ff-el-is-required label::after,
.sporient-page-content .fluent_form_wrapper .ff-el-is-required label::after,
.sporient-page-content .frm-fluent-form .ff-el-is-required label::after {
	color: #E53935;
	font-weight: 900;
}

.sporient-page-content .fluentform input[type="text"],
.sporient-page-content .fluentform input[type="email"],
.sporient-page-content .fluentform input[type="tel"],
.sporient-page-content .fluentform input[type="url"],
.sporient-page-content .fluentform input[type="number"],
.sporient-page-content .fluentform input[type="date"],
.sporient-page-content .fluentform input[type="time"],
.sporient-page-content .fluentform select,
.sporient-page-content .fluentform textarea,
.sporient-page-content .fluentform .ff-el-form-control,
.sporient-page-content .fluent_form_wrapper input[type="text"],
.sporient-page-content .fluent_form_wrapper input[type="email"],
.sporient-page-content .fluent_form_wrapper input[type="tel"],
.sporient-page-content .fluent_form_wrapper input[type="url"],
.sporient-page-content .fluent_form_wrapper input[type="number"],
.sporient-page-content .fluent_form_wrapper input[type="date"],
.sporient-page-content .fluent_form_wrapper input[type="time"],
.sporient-page-content .fluent_form_wrapper select,
.sporient-page-content .fluent_form_wrapper textarea,
.sporient-page-content .fluent_form_wrapper .ff-el-form-control,
.sporient-page-content .frm-fluent-form input[type="text"],
.sporient-page-content .frm-fluent-form input[type="email"],
.sporient-page-content .frm-fluent-form input[type="tel"],
.sporient-page-content .frm-fluent-form input[type="url"],
.sporient-page-content .frm-fluent-form input[type="number"],
.sporient-page-content .frm-fluent-form input[type="date"],
.sporient-page-content .frm-fluent-form input[type="time"],
.sporient-page-content .frm-fluent-form select,
.sporient-page-content .frm-fluent-form textarea,
.sporient-page-content .frm-fluent-form .ff-el-form-control {
	width: 100%;
	min-height: 40px;
	padding: 8px 13px;
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 12px;
	background: #FFFFFF;
	color: var(--sporient-dark);
	font-size: 15px;
	line-height: 1.34;
	box-shadow: none;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-page-content .fluentform textarea,
.sporient-page-content .fluentform textarea.ff-el-form-control,
.sporient-page-content .fluent_form_wrapper textarea,
.sporient-page-content .fluent_form_wrapper textarea.ff-el-form-control,
.sporient-page-content .frm-fluent-form textarea,
.sporient-page-content .frm-fluent-form textarea.ff-el-form-control {
	min-height: 94px;
	padding-top: 9px;
	padding-bottom: 9px;
	resize: vertical;
}

.sporient-page-content .fluentform input:focus,
.sporient-page-content .fluentform select:focus,
.sporient-page-content .fluentform textarea:focus,
.sporient-page-content .fluentform .ff-el-form-control:focus,
.sporient-page-content .fluent_form_wrapper input:focus,
.sporient-page-content .fluent_form_wrapper select:focus,
.sporient-page-content .fluent_form_wrapper textarea:focus,
.sporient-page-content .fluent_form_wrapper .ff-el-form-control:focus,
.sporient-page-content .frm-fluent-form input:focus,
.sporient-page-content .frm-fluent-form select:focus,
.sporient-page-content .frm-fluent-form textarea:focus,
.sporient-page-content .frm-fluent-form .ff-el-form-control:focus {
	border-color: var(--sporient-primary);
	box-shadow: 0 0 0 4px rgba(30, 136, 229, 0.12);
	outline: none;
}

.sporient-page-content .fluentform .ff-el-form-check,
.sporient-page-content .fluent_form_wrapper .ff-el-form-check,
.sporient-page-content .frm-fluent-form .ff-el-form-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 4px;
	color: var(--sporient-text);
	font-size: 13.5px;
	line-height: 1.46;
}

.sporient-page-content .fluentform .ff-el-form-check input[type="checkbox"],
.sporient-page-content .fluent_form_wrapper .ff-el-form-check input[type="checkbox"],
.sporient-page-content .frm-fluent-form .ff-el-form-check input[type="checkbox"] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 1px;
	accent-color: var(--sporient-green);
}

.sporient-page-content .fluentform .ff-el-form-check label,
.sporient-page-content .fluent_form_wrapper .ff-el-form-check label,
.sporient-page-content .frm-fluent-form .ff-el-form-check label {
	margin: 0;
	color: var(--sporient-text);
	font-weight: 600;
	line-height: 1.44;
}

.sporient-page-content .fluentform .ff-el-help-message,
.sporient-page-content .fluentform .ff-el-form-control + .ff-el-help-message,
.sporient-page-content .fluentform .ff-el-description,
.sporient-page-content .fluent_form_wrapper .ff-el-help-message,
.sporient-page-content .fluent_form_wrapper .ff-el-description,
.sporient-page-content .frm-fluent-form .ff-el-help-message,
.sporient-page-content .frm-fluent-form .ff-el-description {
	margin-top: 4px;
	color: #64748B;
	font-size: 13px;
	line-height: 1.44;
}

.sporient-page-content .fluentform .ff-t-container,
.sporient-page-content .fluent_form_wrapper .ff-t-container,
.sporient-page-content .frm-fluent-form .ff-t-container {
	gap: 18px;
	margin-bottom: 0;
}

.sporient-page-content .fluentform .ff_submit_btn_wrapper,
.sporient-page-content .fluent_form_wrapper .ff_submit_btn_wrapper,
.sporient-page-content .frm-fluent-form .ff_submit_btn_wrapper {
	margin-top: 14px;
}

.sporient-page-content .fluentform .ff-btn-submit,
.sporient-page-content .fluentform button[type="submit"],
.sporient-page-content .fluentform input[type="submit"],
.sporient-page-content .fluent_form_wrapper .ff-btn-submit,
.sporient-page-content .fluent_form_wrapper button[type="submit"],
.sporient-page-content .fluent_form_wrapper input[type="submit"],
.sporient-page-content .frm-fluent-form .ff-btn-submit,
.sporient-page-content .frm-fluent-form button[type="submit"],
.sporient-page-content .frm-fluent-form input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 20px;
	border: 0;
	border-radius: 12px;
	background: var(--sporient-green);
	color: var(--sporient-dark);
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(0, 200, 83, 0.22);
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-page-content .fluentform .ff-btn-submit:hover,
.sporient-page-content .fluentform .ff-btn-submit:focus,
.sporient-page-content .fluentform button[type="submit"]:hover,
.sporient-page-content .fluentform button[type="submit"]:focus,
.sporient-page-content .fluentform input[type="submit"]:hover,
.sporient-page-content .fluentform input[type="submit"]:focus,
.sporient-page-content .fluent_form_wrapper .ff-btn-submit:hover,
.sporient-page-content .fluent_form_wrapper .ff-btn-submit:focus,
.sporient-page-content .fluent_form_wrapper button[type="submit"]:hover,
.sporient-page-content .fluent_form_wrapper button[type="submit"]:focus,
.sporient-page-content .fluent_form_wrapper input[type="submit"]:hover,
.sporient-page-content .fluent_form_wrapper input[type="submit"]:focus,
.sporient-page-content .frm-fluent-form .ff-btn-submit:hover,
.sporient-page-content .frm-fluent-form .ff-btn-submit:focus,
.sporient-page-content .frm-fluent-form button[type="submit"]:hover,
.sporient-page-content .frm-fluent-form button[type="submit"]:focus,
.sporient-page-content .frm-fluent-form input[type="submit"]:hover,
.sporient-page-content .frm-fluent-form input[type="submit"]:focus {
	background: var(--sporient-primary);
	color: var(--sporient-white);
	box-shadow: 0 18px 42px rgba(30, 136, 229, 0.25);
	transform: translateY(-2px);
	outline: none;
}

.sporient-page-content .fluentform .text-danger,
.sporient-page-content .fluentform .ff-el-is-error .error,
.sporient-page-content .fluentform .ff-el-is-error .ff-el-form-control,
.sporient-page-content .fluent_form_wrapper .text-danger,
.sporient-page-content .fluent_form_wrapper .ff-el-is-error .error,
.sporient-page-content .fluent_form_wrapper .ff-el-is-error .ff-el-form-control,
.sporient-page-content .frm-fluent-form .text-danger,
.sporient-page-content .frm-fluent-form .ff-el-is-error .error,
.sporient-page-content .frm-fluent-form .ff-el-is-error .ff-el-form-control {
	color: #E53935;
}

.sporient-page-content .fluentform .ff-el-is-error .ff-el-form-control,
.sporient-page-content .fluent_form_wrapper .ff-el-is-error .ff-el-form-control,
.sporient-page-content .frm-fluent-form .ff-el-is-error .ff-el-form-control {
	border-color: rgba(229, 57, 53, 0.56);
}

.sporient-page-content .fluentform .error,
.sporient-page-content .fluentform .ff-el-is-error .text-danger,
.sporient-page-content .fluent_form_wrapper .error,
.sporient-page-content .fluent_form_wrapper .ff-el-is-error .text-danger,
.sporient-page-content .frm-fluent-form .error,
.sporient-page-content .frm-fluent-form .ff-el-is-error .text-danger {
	display: inline-block;
	margin-top: 7px;
	padding: 8px 10px;
	border-radius: 10px;
	background: rgba(229, 57, 53, 0.08);
	color: #E53935;
	font-size: 13px;
	font-weight: 700;
}

.sporient-page-content .fluentform .ff-message-success,
.sporient-page-content .fluentform .ff_success,
.sporient-page-content .fluent_form_wrapper .ff-message-success,
.sporient-page-content .fluent_form_wrapper .ff_success,
.sporient-page-content .frm-fluent-form .ff-message-success,
.sporient-page-content .frm-fluent-form .ff_success {
	padding: 18px 20px;
	border: 1px solid rgba(0, 200, 83, 0.28);
	border-radius: 16px;
	background: rgba(0, 200, 83, 0.1);
	color: #065F46;
	font-weight: 700;
}

.sporient-button-primary,
.sporient-main-nav a.sporient-nav-cta,
.sporient-page-content .wp-block-button__link {
	border-color: transparent;
}

.sporient-button-primary:hover,
.sporient-button-primary:focus,
.sporient-button-secondary:hover,
.sporient-button-secondary:focus,
.sporient-main-nav a.sporient-nav-cta:hover,
.sporient-main-nav a.sporient-nav-cta:focus,
.sporient-main-nav a.sporient-nav-cta.is-active,
.sporient-page-content .wp-block-button__link:hover,
.sporient-page-content .wp-block-button__link:focus {
	color: var(--sporient-white);
}

.sporient-page-content--tanacsadas .sporient-tanacsadas-intro .wp-block-button.sporient-button-secondary {
	background: transparent;
	box-shadow: none;
}

.sporient-page-content--tanacsadas .sporient-tanacsadas-intro .wp-block-button.sporient-button-secondary .wp-block-button__link {
	border: 1px solid rgba(15, 37, 64, 0.16);
	background: rgba(255, 255, 255, 0.72);
	color: #0B1727;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.sporient-page-content--tanacsadas .sporient-tanacsadas-intro .wp-block-button.sporient-button-secondary .wp-block-button__link:hover,
.sporient-page-content--tanacsadas .sporient-tanacsadas-intro .wp-block-button.sporient-button-secondary .wp-block-button__link:focus {
	border-color: rgba(15, 37, 64, 0.26);
	background: #FFFFFF;
	color: #0B1727;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
	transform: translateY(-1px);
}

.sporient-page-content--tanacsadas .sporient-tanacsadas-intro .wp-block-button.sporient-button-secondary .wp-block-button__link:focus-visible {
	outline: 3px solid rgba(30, 136, 229, 0.24);
	outline-offset: 3px;
}

.sporient-brand-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.sporient-brand-mark img {
	display: block;
	width: auto;
	max-width: 38px;
	max-height: 38px;
	object-fit: contain;
}

.sporient-page-content .fluentform::before,
.sporient-page-content .fluent_form_wrapper::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 12px;
	background-image: url("assets/images/sporient-logo-transparent.png");
	background-image: image-set(
		url("assets/images/optimized/sporient-logo-transparent.webp") type("image/webp"),
		url("assets/images/sporient-logo-transparent.png") type("image/png")
	);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.sporient-page-content .fluentform .frm-fluent-form::before,
.sporient-page-content .fluent_form_wrapper .frm-fluent-form::before,
.sporient-page-content .frm-fluent-form::before {
	content: none !important;
	display: none !important;
	background-image: none !important;
}

.sporient-szuloknek-callout,
.sporient-sportoloknak-callout,
.sporient-parasportoloknak-callout,
.sporient-parasportoloknak-final,
.sporient-sportkluboknak-callout,
.sporient-sportkluboknak-final,
.sporient-tanacsadas-callout,
.sporient-nagykovetek-callout {
	position: relative;
	overflow: hidden;
}

.sporient-szuloknek-callout > *,
.sporient-sportoloknak-callout > *,
.sporient-parasportoloknak-callout > *,
.sporient-parasportoloknak-final > *,
.sporient-sportkluboknak-callout > *,
.sporient-sportkluboknak-final > *,
.sporient-tanacsadas-callout > *,
.sporient-nagykovetek-callout > * {
	position: relative;
	z-index: 1;
}

.sporient-szuloknek-callout::after,
.sporient-sportoloknak-callout::after,
.sporient-parasportoloknak-callout::after,
.sporient-parasportoloknak-final::after,
.sporient-sportkluboknak-callout::after,
.sporient-sportkluboknak-final::after,
.sporient-tanacsadas-callout::after,
.sporient-nagykovetek-callout::after {
	content: "";
	position: absolute;
	right: 26px;
	bottom: 20px;
	z-index: 0;
	width: clamp(118px, 18vw, 210px);
	aspect-ratio: 1;
	background-image: url("assets/images/sporient-logo-transparent.png");
	background-image: image-set(
		url("assets/images/optimized/sporient-logo-transparent.webp") type("image/webp"),
		url("assets/images/sporient-logo-transparent.png") type("image/png")
	);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.075;
	pointer-events: none;
}

@media (max-width: 1120px) {
	.sporient-main-nav {
		gap: 3px;
	}

	.sporient-main-nav a,
	.sporient-nav-dropdown-toggle {
		padding: 8px 7px;
		font-size: 13.4px;
	}

	.sporient-nav-dropdown-menu a {
		font-size: 13px;
	}
}

@media (max-width: 1100px) {
	.sporient-app-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.sporient-front-page .sporient-app-grid > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.sporient-app-grid > :first-child {
		max-width: 720px;
	}

	.sporient-front-page .sporient-app-grid > .wp-block-group__inner-container > :first-child {
		max-width: 720px;
	}

	.sporient-app-grid > :first-child h2 {
		max-width: 720px;
	}

	.sporient-front-page .sporient-app-grid > .wp-block-group__inner-container > :first-child h2 {
		max-width: 720px;
	}
}

@media (max-width: 980px) {
	.sporient-header-inner {
		min-height: 84px;
	}

	.sporient-header-main-row {
		gap: 18px;
	}

	.sporient-header-subnav-row {
		display: none !important;
		max-height: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}

	.sporient-menu-button {
		display: inline-grid;
		gap: 5px;
		align-content: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		border: 1px solid rgba(15, 23, 42, 0.12);
		border-radius: 8px;
		background: rgba(30, 136, 229, 0.06);
		cursor: pointer;
	}

	.sporient-menu-button span {
		display: block;
		width: 20px;
		height: 2px;
		border-radius: 999px;
		background: var(--sporient-blue);
	}

	.sporient-main-nav {
		position: absolute;
		top: 84px;
		left: 20px;
		right: 20px;
		display: none;
		flex-direction: column;
		align-items: stretch;
		padding: 12px;
		border: 1px solid rgba(15, 23, 42, 0.08);
		border-radius: 12px;
		background: #FFFFFF;
		box-shadow: 0 22px 60px rgba(15, 23, 42, 0.16);
	}

	.sporient-main-nav a {
		min-height: 42px;
		justify-content: flex-start;
		width: 100%;
		font-size: 0.95rem;
		white-space: normal;
	}

	.sporient-nav-dropdown {
		display: grid;
		width: 100%;
	}

	.sporient-nav-dropdown-toggle {
		justify-content: flex-start;
		width: 100%;
		min-height: 42px;
		font-size: 0.95rem;
		white-space: normal;
	}

	.sporient-nav-dropdown-toggle::before {
		order: 2;
		margin-left: auto;
	}

	.sporient-nav-dropdown-menu {
		position: static;
		display: grid;
		min-width: 0;
		width: 100%;
		margin-top: 4px;
		padding: 6px 0 6px 12px;
		border: 0;
		border-left: 2px solid rgba(0, 200, 83, 0.22);
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: auto;
	}

	.sporient-nav-dropdown-menu a {
		min-height: 38px;
		padding: 8px 10px;
	}

	.sporient-menu-toggle:checked ~ .sporient-main-nav {
		display: flex;
	}

	.sporient-hero-grid,
	.sporient-page-hero-grid,
	.sporient-card-grid,
	.sporient-feature-grid,
	.sporient-split,
	.sporient-app-grid,
	.sporient-interest-grid {
		grid-template-columns: 1fr;
	}

	.sporient-front-page .sporient-hero-grid > .wp-block-group__inner-container,
	.sporient-front-page .sporient-card-grid > .wp-block-group__inner-container,
	.sporient-front-page .sporient-app-grid > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	.sporient-front-page .sporient-app-grid > .wp-block-group__inner-container {
		gap: 36px;
	}

	.sporient-hero {
		padding: 76px 0 58px;
	}

	.sporient-hero-panel {
		max-width: 680px;
	}

	.sporient-page-hero-media {
		max-width: 720px;
	}

	.sporient-page-content .wp-block-columns {
		flex-direction: column;
	}

	.sporient-page-content .wp-block-column {
		flex-basis: 100% !important;
	}

	.sporient-tanacsadas-card-grid--three,
	.sporient-tanacsadas-card-grid--four,
	.sporient-tanacsadas-value-grid,
	.sporient-szuloknek-card-grid--three,
	.sporient-szuloknek-card-grid--four,
	.sporient-sportoloknak-card-grid,
	.sporient-parasportoloknak-card-grid,
	.sporient-sportkluboknak-card-grid,
	.sporient-sportkluboknak-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sporient-nagykovetek-card-grid,
	.sporient-nagykovetek-video-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.sporient-video-placeholder-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.sporient-video-placeholder {
		min-height: 190px;
		padding: 22px;
	}

	.sporient-app-section .sporient-kicker {
		margin-bottom: 18px;
	}

	.sporient-app-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.sporient-app-grid > :first-child h2 {
		font-size: clamp(32px, 9vw, 46px);
		line-height: 1.08;
	}

	.sporient-page-content .fluentform,
	.sporient-page-content .fluent_form_wrapper,
	.sporient-page-content .frm-fluent-form {
		padding: 22px;
		border-radius: 18px;
	}

	.sporient-page-content .sporient-form-placeholder {
		padding: 22px;
	}

	.sporient-page-content .fluentform .ff-t-container,
	.sporient-page-content .fluent_form_wrapper .ff-t-container,
	.sporient-page-content .frm-fluent-form .ff-t-container {
		display: block;
	}

	.sporient-page-content .fluentform .ff-t-cell,
	.sporient-page-content .fluent_form_wrapper .ff-t-cell,
	.sporient-page-content .frm-fluent-form .ff-t-cell {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.sporient-page-content .fluentform .ff-btn-submit,
	.sporient-page-content .fluentform button[type="submit"],
	.sporient-page-content .fluentform input[type="submit"],
	.sporient-page-content .fluent_form_wrapper .ff-btn-submit,
	.sporient-page-content .fluent_form_wrapper button[type="submit"],
	.sporient-page-content .fluent_form_wrapper input[type="submit"],
	.sporient-page-content .frm-fluent-form .ff-btn-submit,
	.sporient-page-content .frm-fluent-form button[type="submit"],
	.sporient-page-content .frm-fluent-form input[type="submit"] {
		width: 100%;
	}

	.sporient-page-content--szuloknek > section,
	.sporient-page-content--szuloknek > .wp-block-separator {
		margin-right: 24px;
		margin-left: 24px;
	}

	.sporient-page-content--sportoloknak > section,
	.sporient-page-content--sportoloknak > .wp-block-separator {
		margin-right: 24px;
		margin-left: 24px;
	}

	.sporient-page-content--fogyatekkal-eloknek > section,
	.sporient-page-content--fogyatekkal-eloknek > .wp-block-separator {
		margin-right: 24px;
		margin-left: 24px;
	}

	.sporient-page-content--sportkluboknak > section,
	.sporient-page-content--sportkluboknak > .wp-block-separator {
		margin-right: 24px;
		margin-left: 24px;
	}

	.sporient-page-content--szuloknek > section:first-child {
		margin-top: 28px;
	}

	.sporient-page-content--sportoloknak > section:first-child {
		margin-top: 28px;
	}

	.sporient-page-content--fogyatekkal-eloknek > section:first-child {
		margin-top: 28px;
	}

	.sporient-page-content--sportkluboknak > section:first-child {
		margin-top: 28px;
	}

	.sporient-page-content--szuloknek > section:last-child {
		margin-bottom: 28px;
	}

	.sporient-page-content--sportoloknak > section:last-child {
		margin-bottom: 28px;
	}

	.sporient-page-content--fogyatekkal-eloknek > section:last-child {
		margin-bottom: 28px;
	}

	.sporient-page-content--sportkluboknak > section:last-child {
		margin-bottom: 28px;
	}

	.sporient-szuloknek-intro,
	.sporient-szuloknek-pillar,
	.sporient-szuloknek-callout,
	.sporient-sportoloknak-intro,
	.sporient-sportoloknak-callout,
	.sporient-sportoloknak-app-link,
	.sporient-parasportoloknak-intro,
	.sporient-parasportoloknak-detail,
	.sporient-parasportoloknak-app-link,
	.sporient-parasportoloknak-callout,
	.sporient-parasportoloknak-final,
	.sporient-sportkluboknak-intro,
	.sporient-sportkluboknak-benefits,
	.sporient-sportkluboknak-callout,
	.sporient-sportkluboknak-final {
		padding: 24px;
		border-radius: 20px;
	}

	.sporient-szuloknek-card-grid--three,
	.sporient-szuloknek-card-grid--four,
	.sporient-szuloknek-text-columns,
	.sporient-sportoloknak-card-grid,
	.sporient-parasportoloknak-card-grid,
	.sporient-sportkluboknak-card-grid,
	.sporient-sportkluboknak-benefit-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.sporient-szuloknek-card,
	.sporient-sportoloknak-card,
	.sporient-parasportoloknak-card,
	.sporient-sportkluboknak-card,
	.sporient-sportkluboknak-benefit {
		min-height: 0;
		padding: 22px 20px;
		border-radius: 20px;
	}

	.sporient-szuloknek-card-icon,
	.sporient-szuloknek-card-icon img,
	.sporient-sportoloknak-card-icon,
	.sporient-sportoloknak-card-icon img,
	.sporient-parasportoloknak-card-icon,
	.sporient-parasportoloknak-card-icon img,
	.sporient-sportkluboknak-card-icon,
	.sporient-sportkluboknak-card-icon img {
		width: 100px;
		height: 100px;
	}

	.sporient-front-page .sporient-home-consulting .sporient-card-grid > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
		max-width: none;
	}

	.sporient-home-consulting {
		padding: 48px 0;
	}

	.sporient-home-consulting .sporient-section-heading {
		margin-bottom: 20px;
		text-align: left;
	}

	.sporient-home-consulting .sporient-card {
		min-height: 132px;
		padding: 16px;
	}

	.sporient-home-consulting .sporient-card > .wp-block-group__inner-container {
		grid-template-columns: 76px minmax(0, 1fr);
		column-gap: 14px;
	}

	.sporient-home-consulting .sporient-card-pro-icon {
		width: 74px;
	}

	.sporient-home-consulting .sporient-section-actions {
		margin-top: 20px;
	}

	.sporient-page-content--szuloknek .sporient-szuloknek-actions .wp-block-button,
	.sporient-page-content--szuloknek .sporient-szuloknek-actions .wp-block-button__link,
	.sporient-page-content--sportoloknak .sporient-sportoloknak-actions .wp-block-button,
	.sporient-page-content--sportoloknak .sporient-sportoloknak-actions .wp-block-button__link,
	.sporient-page-content--fogyatekkal-eloknek .sporient-parasportoloknak-actions .wp-block-button,
	.sporient-page-content--fogyatekkal-eloknek .sporient-parasportoloknak-actions .wp-block-button__link,
	.sporient-page-content--sportkluboknak .sporient-sportkluboknak-actions .wp-block-button,
	.sporient-page-content--sportkluboknak .sporient-sportkluboknak-actions .wp-block-button__link {
		width: 100%;
	}

	.sporient-page-content--tanacsadas > section,
	.sporient-page-content--tanacsadas > .wp-block-separator {
		margin-right: 24px;
		margin-left: 24px;
	}

	.sporient-page-content--tanacsadas > section:first-child {
		margin-top: 28px;
	}

	.sporient-page-content--tanacsadas > section:last-child {
		margin-bottom: 28px;
	}

	.sporient-tanacsadas-intro,
	.sporient-tanacsadas-callout,
	.sporient-tanacsadas-form-section {
		padding: 24px;
		border-radius: 20px;
	}

	.sporient-tanacsadas-card-grid--three,
	.sporient-tanacsadas-card-grid--four,
	.sporient-tanacsadas-value-grid,
	.sporient-tanacsadas-reading-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.sporient-tanacsadas-card,
	.sporient-tanacsadas-value-card {
		min-height: 0;
		padding: 22px 20px;
		border-radius: 20px;
	}

	.sporient-tanacsadas-card-icon,
	.sporient-tanacsadas-card-icon img {
		width: 96px;
		height: 96px;
	}

	.sporient-page-content--tanacsadas > .sporient-tanacsadas-reading {
		margin-right: 16px;
		margin-left: 16px;
		padding: 20px;
		border-radius: 20px;
	}

	.sporient-tanacsadas-reading-card {
		padding: 17px;
		border-radius: 16px;
	}

	.sporient-tanacsadas-reading-card h3 {
		font-size: 0.98rem;
	}

	.sporient-tanacsadas-reading-card p {
		font-size: 0.9rem;
		line-height: 1.5;
	}

	.sporient-page-content--nagykovetek > section,
	.sporient-page-content--nagykovetek > .wp-block-separator {
		margin-right: 24px;
		margin-left: 24px;
	}

	.sporient-page-content--nagykovetek > section:first-child {
		margin-top: 28px;
	}

	.sporient-page-content--nagykovetek > section:last-child {
		margin-bottom: 28px;
	}

	.sporient-page-content--nagykovetek > #nagykovet-videok {
		margin-right: 24px;
		margin-left: 24px;
	}

	.sporient-nagykovetek-intro,
	.sporient-nagykovetek-callout,
	.sporient-nagykovetek-form-section {
		padding: 24px;
		border-radius: 20px;
	}

	.sporient-nagykovetek-card-grid,
	.sporient-nagykovetek-video-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.sporient-nagykovetek-card {
		min-height: 0;
		padding: 22px 20px;
		border-radius: 20px;
	}

	.sporient-nagykovetek-card-icon,
	.sporient-nagykovetek-card-icon img {
		width: 96px;
		height: 96px;
	}

	.sporient-nagykovetek-video-thumb img {
		width: min(56%, 142px);
		height: min(72%, 142px);
		transform: translate(-22px, -8px);
	}

	.sporient-nagykovetek-video-play {
		right: 20px;
		bottom: 18px;
		width: 58px;
		height: 40px;
		border-radius: 12px;
	}

	.sporient-nagykovetek-video-play::before {
		margin-left: 4px;
		border-top-width: 9px;
		border-bottom-width: 9px;
		border-left-width: 14px;
	}
}

@media (max-width: 640px) {
	.sporient-container,
	.sporient-footer-inner {
		width: min(100% - 28px, 1160px);
	}

	.sporient-header-inner {
		width: min(100% - 28px, 1240px);
		min-height: 78px;
		padding: 10px 0;
	}

	.sporient-brand {
		min-width: 0;
		gap: 12px;
	}

	.sporient-brand-logo img {
		max-width: 188px;
		max-height: 52px;
	}

	.sporient-brand-logo .custom-logo {
		max-width: 188px;
		max-height: 52px;
	}

	.sporient-brand-name {
		font-size: 20px;
		font-weight: 900;
		letter-spacing: -0.02em;
	}

	.sporient-brand-wordmark {
		max-width: 132px;
		height: 26px;
	}

	.sporient-brand-tagline {
		max-width: 156px;
		font-size: 10.5px;
		color: #334155;
		line-height: 1.12;
	}

	.sporient-main-nav {
		top: 78px;
		left: 14px;
		right: 14px;
	}

	.sporient-hero {
		padding: 52px 0 44px;
	}

	.sporient-hero h1 {
		font-size: clamp(2.28rem, 13vw, 3.2rem);
		line-height: 1.02;
	}

	.sporient-hero h1 span:last-child {
		font-size: clamp(1.62rem, 9vw, 2.45rem);
		line-height: 1.08;
	}

	.sporient-hero-subtitle {
		font-size: 1rem;
	}

	.sporient-section {
		padding: 58px 0;
		scroll-margin-top: 82px;
	}

	.sporient-section-heading h2,
	.sporient-app-grid h2,
	.sporient-cta h2 {
		font-size: clamp(1.72rem, 9vw, 2.28rem);
	}

	.sporient-actions,
	.sporient-store-actions {
		flex-direction: column;
	}

	.sporient-button,
	.sporient-store-button {
		width: 100%;
	}

	.sporient-feature {
		grid-template-columns: 1fr;
	}

	.sporient-hero-panel,
	.sporient-card,
	.sporient-feature,
	.sporient-check-panel,
	.sporient-app-card,
	.sporient-cta {
		padding: 24px;
	}

	.sporient-icon {
		width: 72px;
		height: 72px;
		margin-bottom: 18px;
		border-radius: 22px;
	}

	.sporient-icon svg {
		width: 38px;
		height: 38px;
	}

	.sporient-card-pro-icon,
	.sporient-home-audiences .sporient-card-pro-icon,
	.sporient-home-problem .sporient-card-pro-icon,
	.sporient-dark-band .sporient-card-pro-icon {
		width: min(116px, 44vw);
		margin-bottom: 18px;
	}

	.sporient-dark-band .sporient-card-pro-icon {
		padding: 0;
		border-radius: 24px;
	}

	.sporient-dark-band .sporient-card-pro-icon img {
		border-radius: 24px;
	}

	.sporient-hero-media,
	.sporient-app-media,
	.sporient-home-section-media,
	.sporient-page-hero-media,
	.sporient-location-media {
		border-radius: 18px;
	}

	.sporient-signal-item--image {
		grid-template-columns: 78px minmax(0, 1fr);
		min-height: 98px;
		padding: 14px;
	}

	.sporient-signal-illustration {
		width: 78px;
		border-radius: 14px;
	}

	.sporient-home-section-media {
		margin-bottom: 26px;
		aspect-ratio: 16 / 10;
	}

	.sporient-interest-card {
		min-height: 74px;
	}

	.sporient-page-hero {
		padding: 54px 0 102px;
	}

	.sporient-page-hero-grid {
		gap: 28px;
	}

	.sporient-page-hero h1 {
		font-size: clamp(2rem, 11vw, 3rem);
	}

	.sporient-page-hero-media {
		aspect-ratio: 16 / 11;
		width: 100%;
		max-height: 230px;
		justify-self: stretch;
	}

	.sporient-contact-map-frame,
	.sporient-contact-map-frame iframe {
		min-height: 260px;
	}

	.sporient-page-shell {
		width: min(100% - 28px, 1100px);
		margin-bottom: 58px;
		border-radius: 18px;
	}

	.sporient-page-content {
		padding: 24px;
	}

	.sporient-page-content h2 {
		font-size: clamp(1.55rem, 8vw, 2.1rem);
	}

	.sporient-page-content .wp-block-column {
		padding: 20px;
	}

	.sporient-page-content .sporient-contact-card {
		padding-top: 20px;
	}

	.sporient-page-content .sporient-contact-card::after {
		content: none;
	}

	.sporient-page-content .sporient-contact-card h3::before {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 430px) {
	body {
		overflow-x: hidden;
	}

	.sporient-container,
	.sporient-footer-inner {
		width: min(100% - 30px, 1160px);
	}

	.sporient-header-inner {
		width: min(100% - 24px, 1240px);
		min-height: 74px;
		gap: 10px;
		padding: 8px 0;
	}

	.sporient-header-main-row {
		gap: 10px;
	}

	.sporient-brand {
		flex: 1 1 auto;
		gap: 10px;
		max-width: calc(100% - 54px);
	}

	.sporient-brand-logo img,
	.sporient-brand-logo .custom-logo {
		max-width: 142px;
		max-height: 48px;
	}

	.sporient-brand-text {
		max-width: 146px;
	}

	.sporient-brand-name {
		font-size: 18px;
		font-weight: 900;
	}

	.sporient-brand-wordmark {
		max-width: 118px;
		height: 23px;
	}

	.sporient-brand-tagline {
		max-width: 138px;
		font-size: 9.8px;
		line-height: 1.12;
	}

	.sporient-menu-button {
		flex: 0 0 auto;
		width: 42px;
		height: 42px;
		border-radius: 10px;
	}

	.sporient-main-nav {
		top: 70px;
		left: 12px;
		right: 12px;
		max-height: calc(100vh - 86px);
		overflow-y: auto;
		padding: 10px;
		border-radius: 16px;
	}

	.sporient-main-nav a,
	.sporient-nav-dropdown-toggle {
		min-height: 44px;
		padding: 10px 12px;
		font-size: 0.94rem;
		line-height: 1.2;
	}

	.sporient-nav-dropdown-menu {
		margin-top: 2px;
		padding: 4px 0 5px 10px;
	}

	.sporient-main-nav a.sporient-nav-cta {
		justify-content: center;
		margin: 6px 0 0;
		min-height: 46px;
	}

	.sporient-hero {
		padding: 42px 0 40px;
	}

	.sporient-hero-grid,
	.sporient-page-hero-grid {
		gap: 24px;
	}

	.sporient-kicker,
	.sporient-page-badge {
		margin-bottom: 16px;
		font-size: 0.72rem;
	}

	.sporient-hero h1 {
		font-size: clamp(2.18rem, 11vw, 3rem);
		line-height: 1.02;
	}

	.sporient-hero h1 span:first-child {
		margin-bottom: 8px;
	}

	.sporient-hero h1 span:last-child {
		font-size: clamp(1.55rem, 8.2vw, 2.18rem);
		line-height: 1.08;
	}

	.sporient-hero-subtitle,
	.sporient-page-subtitle {
		margin-top: 16px;
		font-size: 0.98rem;
		line-height: 1.62;
	}

	.sporient-actions {
		gap: 10px;
		margin-top: 24px;
	}

	.sporient-button,
	.sporient-store-button {
		min-height: 48px;
		padding: 12px 16px;
		line-height: 1.22;
	}

	.sporient-hero-panel,
	.sporient-card,
	.sporient-feature,
	.sporient-check-panel,
	.sporient-app-card,
	.sporient-cta {
		padding: 20px;
	}

	.sporient-hero-media {
		aspect-ratio: 16 / 10;
		margin-bottom: 18px;
	}

	.sporient-section {
		padding: 48px 0;
		scroll-margin-top: 78px;
	}

	.sporient-section-heading {
		margin-bottom: 24px;
	}

	.sporient-section-heading h2,
	.sporient-app-grid h2,
	.sporient-cta h2 {
		font-size: clamp(1.72rem, 8vw, 2.18rem);
		line-height: 1.14;
	}

	.sporient-section-heading p,
	.sporient-app-grid p,
	.sporient-card p,
	.sporient-feature p,
	.sporient-cta p {
		font-size: 0.98rem;
		line-height: 1.65;
	}

	.sporient-card-grid,
	.sporient-feature-grid,
	.sporient-interest-grid {
		gap: 16px;
	}

	.sporient-page-hero {
		padding: 44px 0 92px;
	}

	.sporient-page-hero h1 {
		font-size: clamp(2rem, 10vw, 2.72rem);
		line-height: 1.06;
		overflow-wrap: anywhere;
	}

	.sporient-page-hero-media {
		aspect-ratio: 16 / 10;
		max-height: 220px;
		border-radius: 18px;
	}

	.sporient-page-shell {
		width: min(100% - 30px, 1100px);
		margin-top: -58px;
		margin-bottom: 48px;
	}

	.sporient-page-content {
		padding: 20px;
	}

	.sporient-page-content h2 {
		margin-top: 30px;
		font-size: clamp(1.48rem, 7.3vw, 2rem);
		line-height: 1.16;
		overflow-wrap: anywhere;
	}

	.sporient-page-content h3 {
		font-size: 1.08rem;
		line-height: 1.28;
	}

	.sporient-page-content p,
	.sporient-page-content li {
		font-size: 0.98rem;
		line-height: 1.65;
	}

	.sporient-page-content .wp-block-columns {
		gap: 16px;
		margin: 18px 0;
	}

	.sporient-page-content .wp-block-column {
		padding: 18px;
		border-radius: 16px;
	}

	.sporient-page-content .sporient-contact-card {
		padding-top: 18px;
	}

	.sporient-page-content .sporient-contact-card::after {
		content: none;
	}

	.sporient-page-content .sporient-contact-card h3::before {
		width: 20px;
		height: 20px;
	}

	.sporient-page-content .wp-block-buttons {
		display: grid;
		gap: 10px;
		margin-top: 22px;
	}

	.sporient-page-content .wp-block-button,
	.sporient-page-content .wp-block-button__link {
		width: 100%;
	}

	.sporient-page-content .wp-block-button__link {
		min-height: 48px;
		padding: 12px 16px;
		text-align: center;
	}

	.sporient-page-content .fluentform,
	.sporient-page-content .fluent_form_wrapper,
	.sporient-page-content .frm-fluent-form {
		margin-top: 18px;
		padding: 20px;
		border-radius: 18px;
	}

	.sporient-page-content .fluentform::before,
	.sporient-page-content .fluent_form_wrapper::before {
		width: 52px;
		height: 52px;
		margin-bottom: 12px;
	}

	.sporient-page-content .fluentform .ff-el-group,
	.sporient-page-content .fluent_form_wrapper .ff-el-group,
	.sporient-page-content .frm-fluent-form .ff-el-group {
		margin-bottom: 16px;
	}

	.sporient-page-content .fluentform label,
	.sporient-page-content .fluent_form_wrapper label,
	.sporient-page-content .frm-fluent-form label,
	.sporient-page-content .fluentform .ff-el-input--label label,
	.sporient-page-content .fluent_form_wrapper .ff-el-input--label label,
	.sporient-page-content .frm-fluent-form .ff-el-input--label label {
		margin-bottom: 6px;
		line-height: 1.3;
	}

	.sporient-page-content .fluentform input[type="text"],
	.sporient-page-content .fluentform input[type="email"],
	.sporient-page-content .fluentform input[type="tel"],
	.sporient-page-content .fluentform input[type="url"],
	.sporient-page-content .fluentform input[type="number"],
	.sporient-page-content .fluentform input[type="date"],
	.sporient-page-content .fluentform input[type="time"],
	.sporient-page-content .fluentform select,
	.sporient-page-content .fluentform textarea,
	.sporient-page-content .fluentform .ff-el-form-control,
	.sporient-page-content .fluent_form_wrapper input[type="text"],
	.sporient-page-content .fluent_form_wrapper input[type="email"],
	.sporient-page-content .fluent_form_wrapper input[type="tel"],
	.sporient-page-content .fluent_form_wrapper input[type="url"],
	.sporient-page-content .fluent_form_wrapper input[type="number"],
	.sporient-page-content .fluent_form_wrapper input[type="date"],
	.sporient-page-content .fluent_form_wrapper input[type="time"],
	.sporient-page-content .fluent_form_wrapper select,
	.sporient-page-content .fluent_form_wrapper textarea,
	.sporient-page-content .fluent_form_wrapper .ff-el-form-control,
	.sporient-page-content .frm-fluent-form input[type="text"],
	.sporient-page-content .frm-fluent-form input[type="email"],
	.sporient-page-content .frm-fluent-form input[type="tel"],
	.sporient-page-content .frm-fluent-form input[type="url"],
	.sporient-page-content .frm-fluent-form input[type="number"],
	.sporient-page-content .frm-fluent-form input[type="date"],
	.sporient-page-content .frm-fluent-form input[type="time"],
	.sporient-page-content .frm-fluent-form select,
	.sporient-page-content .frm-fluent-form textarea,
	.sporient-page-content .frm-fluent-form .ff-el-form-control {
		min-height: 46px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 16px;
	}

	.sporient-page-content .fluentform textarea,
	.sporient-page-content .fluentform textarea.ff-el-form-control,
	.sporient-page-content .fluent_form_wrapper textarea,
	.sporient-page-content .fluent_form_wrapper textarea.ff-el-form-control,
	.sporient-page-content .frm-fluent-form textarea,
	.sporient-page-content .frm-fluent-form textarea.ff-el-form-control {
		min-height: 112px;
	}

	.sporient-page-content .fluentform .ff-el-form-check,
	.sporient-page-content .fluent_form_wrapper .ff-el-form-check,
	.sporient-page-content .frm-fluent-form .ff-el-form-check {
		gap: 9px;
		font-size: 0.94rem;
		line-height: 1.5;
	}

	.sporient-page-content .fluentform .ff-t-container,
	.sporient-page-content .fluent_form_wrapper .ff-t-container,
	.sporient-page-content .frm-fluent-form .ff-t-container {
		gap: 16px;
	}

	.sporient-page-content .fluentform .ff-btn-submit,
	.sporient-page-content .fluentform button[type="submit"],
	.sporient-page-content .fluentform input[type="submit"],
	.sporient-page-content .fluent_form_wrapper .ff-btn-submit,
	.sporient-page-content .fluent_form_wrapper button[type="submit"],
	.sporient-page-content .fluent_form_wrapper input[type="submit"],
	.sporient-page-content .frm-fluent-form .ff-btn-submit,
	.sporient-page-content .frm-fluent-form button[type="submit"],
	.sporient-page-content .frm-fluent-form input[type="submit"],
	.sporient-page-content .ff_submit_btn_wrapper .ff-btn-submit {
		width: 100% !important;
		min-height: 50px !important;
		padding: 13px 18px !important;
	}

	.sporient-contact-map-frame,
	.sporient-contact-map-frame iframe {
		min-height: 320px;
	}

	.sporient-contact-map-frame {
		margin: 22px 0;
		border-radius: 18px;
	}

	.sporient-footer-inner {
		gap: 12px;
		padding: 28px 0;
	}

	.sporient-footer-socials,
	.sporient-footer-links {
		gap: 8px 12px;
		line-height: 1.5;
	}

	.sporient-footer-links a::after,
	.sporient-footer-links span:not(:last-child)::after {
		margin-left: 8px;
	}
}

@media (max-width: 380px) {
	.sporient-brand-tagline {
		display: none;
	}

	.sporient-brand-text {
		max-width: 104px;
	}

	.sporient-brand-logo img,
	.sporient-brand-logo .custom-logo {
		max-width: 124px;
		max-height: 44px;
	}

	.sporient-brand-wordmark {
		max-width: 104px;
		height: 20px;
	}

	.sporient-page-hero h1 {
		font-size: clamp(1.86rem, 9.6vw, 2.35rem);
	}
}

.sporient-page-content .fluentform .ff-btn-submit,
.sporient-page-content .fluentform button[type="submit"],
.sporient-page-content .fluentform input[type="submit"],
.sporient-page-content .fluent_form_wrapper .ff-btn-submit,
.sporient-page-content .fluent_form_wrapper button[type="submit"],
.sporient-page-content .fluent_form_wrapper input[type="submit"],
.sporient-page-content .frm-fluent-form .ff-btn-submit,
.sporient-page-content .frm-fluent-form button[type="submit"],
.sporient-page-content .frm-fluent-form input[type="submit"],
.sporient-page-content .ff_submit_btn_wrapper .ff-btn-submit {
	background: #00C853 !important;
	background-color: #00C853 !important;
	color: #08111F !important;
	border: none !important;
	border-radius: 12px !important;
	padding: 14px 24px !important;
	font-weight: 800 !important;
	font-size: 15px !important;
	line-height: 1.2 !important;
	box-shadow: 0 14px 32px rgba(0, 200, 83, 0.22) !important;
	transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease !important;
}

.sporient-page-content .fluentform .ff-btn-submit:hover,
.sporient-page-content .fluentform button[type="submit"]:hover,
.sporient-page-content .fluentform input[type="submit"]:hover,
.sporient-page-content .fluent_form_wrapper .ff-btn-submit:hover,
.sporient-page-content .fluent_form_wrapper button[type="submit"]:hover,
.sporient-page-content .fluent_form_wrapper input[type="submit"]:hover,
.sporient-page-content .frm-fluent-form .ff-btn-submit:hover,
.sporient-page-content .frm-fluent-form button[type="submit"]:hover,
.sporient-page-content .frm-fluent-form input[type="submit"]:hover,
.sporient-page-content .ff_submit_btn_wrapper .ff-btn-submit:hover {
	background: #1E88E5 !important;
	background-color: #1E88E5 !important;
	color: #FFFFFF !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 18px 42px rgba(30, 136, 229, 0.25) !important;
}

.sporient-page-content .fluentform .ff-btn-submit:focus,
.sporient-page-content .fluentform button[type="submit"]:focus,
.sporient-page-content .fluentform input[type="submit"]:focus,
.sporient-page-content .fluent_form_wrapper .ff-btn-submit:focus,
.sporient-page-content .fluent_form_wrapper button[type="submit"]:focus,
.sporient-page-content .fluent_form_wrapper input[type="submit"]:focus,
.sporient-page-content .frm-fluent-form .ff-btn-submit:focus,
.sporient-page-content .frm-fluent-form button[type="submit"]:focus,
.sporient-page-content .frm-fluent-form input[type="submit"]:focus,
.sporient-page-content .ff_submit_btn_wrapper .ff-btn-submit:focus {
	outline: none !important;
	box-shadow: 0 0 0 4px rgba(0, 200, 83, 0.18), 0 14px 32px rgba(0, 200, 83, 0.22) !important;
}

@media (max-width: 980px) {
	.sporient-page--kapcsolat .sporient-page-hero {
		padding: 58px 0 98px;
	}

	.sporient-page--kapcsolat .sporient-page-hero-grid {
		gap: 28px;
	}

	.sporient-page--kapcsolat .sporient-page-hero h1 {
		font-size: clamp(2.35rem, 8vw, 3.9rem);
	}

	.sporient-page--kapcsolat .sporient-page-hero-media {
		max-width: 640px;
		max-height: 250px;
	}

	.sporient-page-shell--kapcsolat {
		margin-top: -48px;
	}
}

@media (max-width: 768px) {
	.sporient-page--kapcsolat .sporient-page-hero {
		padding: 44px 0 82px;
	}

	.sporient-page--kapcsolat .sporient-page-hero h1 {
		font-size: clamp(2.05rem, 10vw, 2.8rem);
		line-height: 1.02;
	}

	.sporient-page--kapcsolat .sporient-page-subtitle {
		font-size: 1rem;
		line-height: 1.58;
	}

	.sporient-page--kapcsolat .sporient-page-hero-media {
		max-height: 220px;
		border-radius: 22px;
	}

	.sporient-page-shell--kapcsolat {
		width: min(100% - 28px, 1040px);
		margin-top: -38px;
		margin-bottom: 56px;
		border-radius: 18px;
	}

	.sporient-page-content--kapcsolat {
		padding: 24px;
	}

	.sporient-page-content--kapcsolat > h1:first-child {
		font-size: clamp(1.35rem, 6vw, 1.65rem);
	}

	.sporient-page-content--kapcsolat h2 {
		margin-top: 26px;
		font-size: clamp(1.32rem, 6vw, 1.75rem);
	}

	.sporient-page-content--kapcsolat .wp-block-columns {
		gap: 14px;
	}

	.sporient-page-content--kapcsolat .wp-block-column {
		padding: 18px;
	}

	.sporient-page-content--kapcsolat .sporient-contact-card h3 {
		align-items: center;
		min-height: 42px;
		font-size: 1.02rem;
	}

	.sporient-contact-card-icon {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
		border-radius: 14px;
	}

	.sporient-contact-card-icon::before {
		width: 20px;
		height: 20px;
	}

	.sporient-page-content--kapcsolat .fluentform,
	.sporient-page-content--kapcsolat .fluent_form_wrapper,
	.sporient-page-content--kapcsolat .frm-fluent-form {
		padding: 18px;
		border-radius: 18px;
	}

	.sporient-page--kapcsolat .sporient-contact-map-frame,
	.sporient-page--kapcsolat .sporient-contact-map-frame iframe {
		min-height: 320px;
	}

	.sporient-page--kapcsolat .sporient-contact-map-frame {
		border-radius: 18px;
	}
}

@media (max-width: 430px) {
	.sporient-page--kapcsolat .sporient-page-hero-media {
		max-height: 200px;
	}

	.sporient-page-content--kapcsolat {
		padding: 20px;
	}

	.sporient-page-content--kapcsolat p {
		font-size: 0.98rem;
		line-height: 1.62;
	}

	.sporient-page--kapcsolat .sporient-contact-map-frame,
	.sporient-page--kapcsolat .sporient-contact-map-frame iframe {
		min-height: 300px;
	}
}

.sporient-page--kapcsolat .sporient-page-hero {
	padding: 78px 0 118px;
}

.sporient-page--kapcsolat .sporient-page-hero-grid {
	gap: 56px;
	align-items: center;
}

.sporient-page--kapcsolat .sporient-page-hero-copy {
	max-width: 620px;
}

.sporient-page--kapcsolat .sporient-page-hero h1 {
	max-width: 640px;
	font-size: clamp(2.75rem, 6vw, 5.2rem);
	line-height: 0.98;
}

.sporient-page--kapcsolat .sporient-page-subtitle {
	max-width: 620px;
	font-size: clamp(1rem, 1.25vw, 1.17rem);
	line-height: 1.62;
}

.sporient-page--kapcsolat .sporient-page-hero-media {
	max-width: 500px;
	max-height: 300px;
	border-radius: 28px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.sporient-page-shell--kapcsolat {
	width: min(1040px, calc(100% - 40px));
	margin-top: -58px;
	margin-bottom: 74px;
	border-radius: 22px;
	box-shadow: 0 22px 64px rgba(15, 23, 42, 0.11);
}

.sporient-page-content--kapcsolat {
	padding: 40px;
}

@media (max-width: 980px) {
	.sporient-page--kapcsolat .sporient-page-hero {
		padding: 58px 0 98px;
	}

	.sporient-page--kapcsolat .sporient-page-hero-grid {
		gap: 28px;
	}

	.sporient-page--kapcsolat .sporient-page-hero h1 {
		font-size: clamp(2.35rem, 8vw, 3.9rem);
	}

	.sporient-page--kapcsolat .sporient-page-hero-media {
		max-width: 640px;
		max-height: 250px;
	}

	.sporient-page-shell--kapcsolat {
		margin-top: -48px;
	}
}

@media (max-width: 768px) {
	.sporient-page--kapcsolat .sporient-page-hero {
		padding: 44px 0 82px;
	}

	.sporient-page--kapcsolat .sporient-page-hero h1 {
		font-size: clamp(2.05rem, 10vw, 2.8rem);
		line-height: 1.02;
	}

	.sporient-page--kapcsolat .sporient-page-subtitle {
		font-size: 1rem;
		line-height: 1.58;
	}

	.sporient-page--kapcsolat .sporient-page-hero-media {
		max-height: 220px;
		border-radius: 22px;
	}

	.sporient-page-shell--kapcsolat {
		width: min(100% - 28px, 1040px);
		margin-top: -38px;
		margin-bottom: 56px;
		border-radius: 18px;
	}

	.sporient-page-content--kapcsolat {
		padding: 24px;
	}
}

@media (max-width: 430px) {
	.sporient-page--kapcsolat .sporient-page-hero-media {
		max-height: 200px;
	}

	.sporient-page-content--kapcsolat {
		padding: 20px;
	}
}

.sporient-page--kapcsolat .sporient-page-hero-media {
	aspect-ratio: 16 / 9;
	background: rgba(255, 255, 255, 0.08);
}

.sporient-page--kapcsolat .sporient-page-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sporient-page-content--kapcsolat .sporient-contact-details {
	align-items: stretch;
}

.sporient-page-content--kapcsolat .sporient-contact-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: 310px;
	padding: 26px 24px;
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(30, 136, 229, 0.035), rgba(0, 200, 83, 0.025)),
		#FFFFFF;
	text-align: center;
	box-shadow: 0 18px 52px rgba(15, 23, 42, 0.09);
}

.sporient-page-content--kapcsolat .sporient-contact-card::before {
	opacity: 0;
	height: 0;
}

.sporient-page-content--kapcsolat .sporient-contact-card:hover,
.sporient-page-content--kapcsolat .sporient-contact-card:focus-within {
	border-color: rgba(30, 136, 229, 0.18);
	box-shadow: 0 24px 62px rgba(15, 23, 42, 0.12);
	transform: translateY(-2px);
}

.sporient-page-content--kapcsolat .sporient-contact-card:hover::before,
.sporient-page-content--kapcsolat .sporient-contact-card:focus-within::before {
	opacity: 0;
}

.sporient-page-content--kapcsolat .sporient-contact-card-visual {
	width: 112px;
	max-width: 100%;
	margin: 0 auto 18px;
}

.sporient-page-content--kapcsolat .sporient-contact-card-visual img {
	display: block;
	width: 112px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border: 0;
	border-radius: 0;
	opacity: 1;
	filter: none;
	mix-blend-mode: normal;
	object-fit: contain;
	box-shadow: none;
}

.sporient-page-content--kapcsolat .sporient-contact-card h3 {
	display: block;
	min-height: 0;
	margin: 0 0 10px;
	color: var(--sporient-dark);
	font-size: 1.16rem;
	font-weight: 900;
	line-height: 1.18;
	text-align: center;
}

.sporient-page-content--kapcsolat .sporient-contact-card h3::before,
.sporient-page-content--kapcsolat .sporient-contact-card-icon {
	display: none;
	content: none;
}

.sporient-page-content--kapcsolat .sporient-contact-card p {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.98rem;
	line-height: 1.58;
}

.sporient-page-content--kapcsolat .sporient-contact-card p:first-of-type {
	margin-bottom: 8px;
	color: var(--sporient-blue);
	font-size: 1.04rem;
	font-weight: 850;
}

.sporient-page-content--kapcsolat > h1:first-child,
.sporient-page-content--kapcsolat > h2:first-child {
	display: none;
}

.sporient-page-content--kapcsolat > p:first-child {
	max-width: 820px;
	margin-bottom: 18px;
	padding: 0;
	color: var(--sporient-text);
	font-size: 1.04rem;
	line-height: 1.68;
}

.sporient-page-content--kapcsolat > .wp-block-buttons:first-of-type {
	margin-top: 16px;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.sporient-page-content--kapcsolat .sporient-contact-card {
		min-height: 0;
		padding: 22px 20px;
		border-radius: 20px;
	}

	.sporient-page-content--kapcsolat .sporient-contact-card-visual,
	.sporient-page-content--kapcsolat .sporient-contact-card-visual img {
		width: 96px;
	}

	.sporient-page-content--kapcsolat .sporient-contact-card h3 {
		font-size: 1.08rem;
	}
}

@media (max-width: 430px) {
	.sporient-page-content--kapcsolat .sporient-contact-card-visual,
	.sporient-page-content--kapcsolat .sporient-contact-card-visual img {
		width: 90px;
	}
}

.sporient-page--sprnt-app .sporient-page-hero {
	padding: 78px 0 118px;
}

.sporient-page--sprnt-app .sporient-page-hero-grid {
	gap: 56px;
	align-items: center;
}

.sporient-page--sprnt-app .sporient-page-hero-copy {
	max-width: 620px;
}

.sporient-page--sprnt-app .sporient-page-hero h1 {
	max-width: 640px;
	font-size: clamp(3rem, 6.3vw, 5.6rem);
	line-height: 0.98;
}

.sporient-page--sprnt-app .sporient-page-subtitle {
	max-width: 620px;
	font-size: clamp(1rem, 1.25vw, 1.17rem);
	line-height: 1.62;
}

.sporient-page--sprnt-app .sporient-page-hero-media {
	aspect-ratio: 16 / 9;
	max-width: 520px;
	max-height: 306px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.sporient-page--sprnt-app .sporient-page-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sporient-page-shell--sprnt-app {
	width: min(1040px, calc(100% - 40px));
	margin-top: -58px;
	margin-bottom: 74px;
	border-radius: 22px;
	box-shadow: 0 22px 64px rgba(15, 23, 42, 0.11);
}

.sporient-page-content--sprnt-app {
	padding: 40px;
}

.sporient-page-content--sprnt-app > h1:first-child,
.sporient-page-content--sprnt-app > h2:first-child {
	display: none;
}

.sporient-page-content--sprnt-app h2 {
	margin-top: 30px;
	margin-bottom: 12px;
	font-size: clamp(1.45rem, 2.45vw, 2.15rem);
	line-height: 1.16;
}

.sporient-page-content--sprnt-app p {
	max-width: 820px;
	font-size: 1rem;
	line-height: 1.68;
}

.sporient-page-content--sprnt-app .sporient-sprnt-intro {
	max-width: 880px;
	margin: 0 0 30px;
}

.sporient-page-content--sprnt-app .sporient-sprnt-intro p {
	margin-bottom: 14px;
	color: var(--sporient-text);
}

.sporient-sprnt-actions {
	gap: 12px;
	margin-top: 22px;
	margin-bottom: 22px;
}

.sporient-page-content--sprnt-app .sporient-sprnt-intro .wp-block-button.sporient-button-secondary {
	background: transparent;
	box-shadow: none;
}

.sporient-page-content--sprnt-app .sporient-sprnt-intro .wp-block-button.sporient-button-secondary .wp-block-button__link {
	border: 1px solid rgba(15, 37, 64, 0.16);
	background: rgba(255, 255, 255, 0.72);
	color: #0B1727;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.sporient-page-content--sprnt-app .sporient-sprnt-intro .wp-block-button.sporient-button-secondary .wp-block-button__link:hover,
.sporient-page-content--sprnt-app .sporient-sprnt-intro .wp-block-button.sporient-button-secondary .wp-block-button__link:focus {
	border-color: rgba(15, 37, 64, 0.26);
	background: #FFFFFF;
	color: #0B1727;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
	transform: translateY(-1px);
}

.sporient-page-content--sprnt-app .sporient-sprnt-intro .wp-block-button.sporient-button-secondary .wp-block-button__link:focus-visible {
	outline: 3px solid rgba(30, 136, 229, 0.24);
	outline-offset: 3px;
}

.sporient-sprnt-store-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.sporient-sprnt-store-badge {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	min-width: 190px;
	min-height: 62px;
	padding: 12px 18px;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(30, 136, 229, 0.08), rgba(0, 200, 83, 0.07)),
		#FFFFFF;
	color: var(--sporient-dark);
	text-decoration: none;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-sprnt-store-badge:hover,
.sporient-sprnt-store-badge:focus {
	border-color: rgba(30, 136, 229, 0.24);
	color: var(--sporient-dark);
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.12);
}

.sporient-sprnt-store-label {
	color: var(--sporient-muted);
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.2;
}

.sporient-sprnt-store-badge strong {
	margin-top: 2px;
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.1;
}

.sporient-sprnt-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 26px 0 34px;
}

.sporient-sprnt-feature-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 330px;
	padding: 26px 24px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(30, 136, 229, 0.035), rgba(0, 200, 83, 0.025)),
		#FFFFFF;
	text-align: center;
	box-shadow: 0 18px 52px rgba(15, 23, 42, 0.09);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-sprnt-feature-card:hover,
.sporient-sprnt-feature-card:focus-within {
	border-color: rgba(30, 136, 229, 0.18);
	box-shadow: 0 24px 62px rgba(15, 23, 42, 0.12);
	transform: translateY(-2px);
}

.sporient-sprnt-feature-icon {
	width: 122px;
	height: 122px;
	max-width: 100%;
	margin: 0 auto 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
}

.sporient-sprnt-feature-icon img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0 auto;
	border: 0;
	border-radius: 0;
	opacity: 1;
	filter: none;
	mix-blend-mode: normal;
	object-fit: contain;
	box-shadow: none;
	background: transparent;
}

.sporient-sprnt-feature-card h3 {
	margin: 0 0 10px;
	color: var(--sporient-dark);
	font-size: 1.16rem;
	font-weight: 900;
	line-height: 1.18;
}

.sporient-sprnt-feature-card p {
	max-width: 100%;
	margin: 0;
	color: var(--sporient-muted);
	font-size: 0.98rem;
	line-height: 1.58;
}

.sporient-page-content--sprnt-app .sporient-sprnt-closing {
	max-width: 850px;
	margin-top: 8px;
	padding: 26px;
	border: 1px solid rgba(0, 200, 83, 0.18);
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(0, 200, 83, 0.08), rgba(30, 136, 229, 0.07)),
		#FFFFFF;
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.sporient-page-content--sprnt-app .sporient-sprnt-closing h2 {
	margin-top: 0;
}

@media (max-width: 980px) {
	.sporient-page--sprnt-app .sporient-page-hero {
		padding: 58px 0 98px;
	}

	.sporient-page--sprnt-app .sporient-page-hero-grid {
		gap: 28px;
	}

	.sporient-page--sprnt-app .sporient-page-hero h1 {
		font-size: clamp(2.55rem, 8vw, 4.2rem);
	}

	.sporient-page--sprnt-app .sporient-page-hero-media {
		max-width: 640px;
		max-height: 250px;
	}

	.sporient-page-shell--sprnt-app {
		margin-top: -48px;
	}
}

@media (max-width: 768px) {
	.sporient-page--sprnt-app .sporient-page-hero {
		padding: 44px 0 82px;
	}

	.sporient-page--sprnt-app .sporient-page-hero h1 {
		font-size: clamp(2.2rem, 10vw, 3rem);
		line-height: 1.02;
	}

	.sporient-page--sprnt-app .sporient-page-subtitle {
		font-size: 1rem;
		line-height: 1.58;
	}

	.sporient-page--sprnt-app .sporient-page-hero-media {
		max-height: 220px;
		border-radius: 22px;
	}

	.sporient-page-shell--sprnt-app {
		width: min(100% - 28px, 1040px);
		margin-top: -38px;
		margin-bottom: 56px;
		border-radius: 18px;
	}

	.sporient-page-content--sprnt-app {
		padding: 24px;
	}

	.sporient-sprnt-feature-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.sporient-sprnt-feature-card {
		min-height: 0;
		padding: 22px 20px;
		border-radius: 20px;
	}

	.sporient-sprnt-feature-icon,
	.sporient-sprnt-feature-icon img {
		width: 104px;
		height: 104px;
	}

	.sporient-sprnt-store-badge {
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 430px) {
	.sporient-page--sprnt-app .sporient-page-hero-media {
		max-height: 200px;
	}

	.sporient-page-content--sprnt-app {
		padding: 20px;
	}

	.sporient-sprnt-feature-icon,
	.sporient-sprnt-feature-icon img {
		width: 96px;
		height: 96px;
	}

	.sporient-page-content--sprnt-app .sporient-sprnt-closing {
		padding: 20px;
		border-radius: 18px;
	}
}

.sporient-page-content--sprnt-app .sporient-store-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 18px;
}

.sporient-page-content--sprnt-app .sporient-store-badges-label {
	flex: 0 0 100%;
	margin: 0 0 2px;
	color: var(--sporient-blue);
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.25;
}

.sporient-page-content--sprnt-app .sporient-store-badge-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 56px;
	max-width: none;
	border-radius: 11px;
	text-decoration: none;
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.sporient-page-content--sprnt-app .sporient-store-badge-link:hover,
.sporient-page-content--sprnt-app .sporient-store-badge-link:focus {
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(8, 17, 31, 0.16);
}

.sporient-page-content--sprnt-app .sporient-store-badge-link:focus-visible {
	outline: 3px solid rgba(0, 200, 83, 0.34);
	outline-offset: 4px;
}

.sporient-page-content--sprnt-app .sporient-store-badge-link img {
	display: block;
	width: auto;
	max-width: none;
	height: 56px;
	max-height: 56px;
	border: 0;
	border-radius: 10px;
	object-fit: contain;
	box-shadow: none;
}

.sporient-page-content--sprnt-app .sporient-store-badge {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	width: auto;
	min-width: 214px;
	min-height: 58px;
	padding: 9px 15px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(30, 136, 229, 0.2), rgba(0, 200, 83, 0.12)),
		#07101D;
	color: #FFFFFF;
	text-decoration: none;
	box-shadow: 0 18px 42px rgba(8, 17, 31, 0.24);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-page-content--sprnt-app .sporient-store-badge:hover,
.sporient-page-content--sprnt-app .sporient-store-badge:focus {
	border-color: rgba(0, 200, 83, 0.48);
	color: #FFFFFF;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 22px 52px rgba(8, 17, 31, 0.3);
}

.sporient-page-content--sprnt-app .sporient-store-badge:focus-visible {
	outline: 3px solid rgba(0, 200, 83, 0.34);
	outline-offset: 4px;
}

.sporient-store-badge-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #FFFFFF;
}

.sporient-store-badge-icon svg {
	display: block;
	width: 32px;
	height: 32px;
	fill: currentColor;
}

.sporient-store-badge-text {
	display: grid;
	gap: 1px;
	line-height: 1.04;
}

.sporient-store-badge-small {
	display: block;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.73rem;
	font-weight: 750;
	letter-spacing: 0;
}

.sporient-store-badge-main {
	display: block;
	color: #FFFFFF;
	font-size: 1.08rem;
	font-weight: 900;
	letter-spacing: 0;
}

.sporient-page-content--kapcsolat .sporient-contact-info-card {
	position: absolute;
	inset: 0;
	z-index: 4;
	border-radius: inherit;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.sporient-page-content--kapcsolat .sporient-contact-info-card:focus-visible {
	outline: 3px solid rgba(30, 136, 229, 0.34);
	outline-offset: 4px;
}

.sporient-page-content--kapcsolat .sporient-contact-card:has(.sporient-contact-info-card) {
	cursor: pointer;
}

.sporient-page--eloregisztracio .sporient-page-hero {
	padding: 76px 0 112px;
}

.sporient-page--eloregisztracio .sporient-page-hero-grid {
	max-width: 1120px;
}

.sporient-page--eloregisztracio .sporient-page-hero-copy {
	max-width: 760px;
}

.sporient-page--eloregisztracio .sporient-page-hero h1 {
	max-width: 760px;
	font-size: clamp(3rem, 6.4vw, 5.7rem);
	line-height: 0.98;
}

.sporient-page--eloregisztracio .sporient-page-subtitle {
	max-width: 720px;
	font-size: clamp(1rem, 1.3vw, 1.18rem);
	line-height: 1.64;
}

.sporient-page-shell--eloregisztracio {
	width: min(1040px, calc(100% - 40px));
	margin-top: -58px;
	margin-bottom: 74px;
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.11);
}

.sporient-page-content--eloregisztracio {
	padding: 40px;
}

.sporient-prereg-intro {
	margin-bottom: 34px;
	padding: 30px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(30, 136, 229, 0.055), rgba(0, 200, 83, 0.045)),
		#FFFFFF;
	box-shadow: 0 18px 52px rgba(15, 23, 42, 0.08);
}

.sporient-prereg-intro h1,
.sporient-prereg-intro h2 {
	margin-top: 0;
	margin-bottom: 14px;
	color: var(--sporient-dark);
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.05;
}

.sporient-prereg-intro p {
	max-width: 840px;
	margin-bottom: 12px;
	color: var(--sporient-text);
	font-size: 1.04rem;
	line-height: 1.68;
}

.sporient-prereg-section {
	margin-top: 36px;
}

.sporient-prereg-section h2 {
	margin: 0 0 12px;
	color: var(--sporient-dark);
	font-size: clamp(1.75rem, 3vw, 2.55rem);
	line-height: 1.1;
}

.sporient-prereg-section > p {
	max-width: 780px;
	margin-bottom: 22px;
	color: var(--sporient-muted);
	font-size: 1rem;
	line-height: 1.65;
}

.sporient-prereg-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 22px;
}

.sporient-prereg-card {
	display: flex;
	flex-direction: column;
	min-height: 188px;
	padding: 22px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 22px;
	background: #FFFFFF;
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-prereg-card:hover,
.sporient-prereg-card:focus-within {
	border-color: rgba(0, 200, 83, 0.26);
	box-shadow: 0 22px 58px rgba(15, 23, 42, 0.1);
	transform: translateY(-3px);
}

.sporient-prereg-card h3 {
	margin: 0 0 9px;
	color: var(--sporient-dark);
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.18;
}

.sporient-prereg-card p {
	margin: 0;
	color: var(--sporient-muted);
	font-size: 0.96rem;
	line-height: 1.58;
}

.sporient-prereg-card--wide {
	grid-column: span 3;
	min-height: 0;
}

.sporient-prereg-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 24px;
	max-width: 780px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.sporient-prereg-list li {
	position: relative;
	margin: 0;
	padding-left: 30px;
	color: var(--sporient-text);
	font-size: 0.98rem;
	font-weight: 650;
	line-height: 1.45;
}

.sporient-prereg-list li::before {
	content: "";
	position: absolute;
	top: 0.48em;
	left: 0;
	width: 13px;
	height: 13px;
	border: 4px solid rgba(0, 200, 83, 0.16);
	border-radius: 999px;
	background: #00BFA5;
	box-sizing: border-box;
}

.sporient-prereg-form-section {
	margin-top: 38px;
	padding: 30px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background: #FFFFFF;
	box-shadow: 0 18px 52px rgba(15, 23, 42, 0.08);
}

.sporient-prereg-form-section h2 {
	margin-top: 0;
}

.sporient-prereg-form-section > p {
	max-width: 760px;
	margin-bottom: 14px;
}

.sporient-prereg-form-section .fluentform,
.sporient-prereg-form-section .fluent_form_wrapper,
.sporient-prereg-form-section .frm-fluent-form {
	max-width: 860px;
}

.sporient-prereg-info {
	margin-top: 22px;
	padding: 18px 20px;
	border: 1px solid rgba(0, 200, 83, 0.18);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(0, 200, 83, 0.075), rgba(30, 136, 229, 0.055)),
		#FFFFFF;
	color: var(--sporient-blue);
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.58;
}

@media (max-width: 768px) {
	.sporient-page-content--sprnt-app .sporient-store-badges {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: start;
	}

	.sporient-page-content--sprnt-app .sporient-store-badges-label {
		margin-bottom: 0;
		font-size: 0.92rem;
	}

	.sporient-page-content--sprnt-app .sporient-store-badge {
		width: 100%;
		min-width: 0;
	}

	.sporient-page-content--sprnt-app .sporient-store-badge-link {
		width: auto;
		max-width: 100%;
		height: 54px;
	}

	.sporient-page-content--sprnt-app .sporient-store-badge-link img {
		width: auto;
		max-width: 100%;
		height: 54px;
		max-height: 54px;
	}
}

@media (max-width: 980px) {
	.sporient-page--eloregisztracio .sporient-page-hero {
		padding: 58px 0 98px;
	}

	.sporient-page-shell--eloregisztracio {
		margin-top: -48px;
	}

	.sporient-prereg-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sporient-prereg-card--wide {
		grid-column: span 2;
	}
}

@media (max-width: 768px) {
	.sporient-page--eloregisztracio .sporient-page-hero {
		padding: 44px 0 82px;
	}

	.sporient-page--eloregisztracio .sporient-page-hero h1 {
		font-size: clamp(2.25rem, 11vw, 3.1rem);
		line-height: 1.02;
	}

	.sporient-page--eloregisztracio .sporient-page-subtitle {
		font-size: 1rem;
		line-height: 1.58;
	}

	.sporient-page-shell--eloregisztracio {
		width: min(100% - 28px, 1040px);
		margin-top: -38px;
		margin-bottom: 56px;
		border-radius: 18px;
	}

	.sporient-page-content--eloregisztracio {
		padding: 24px;
	}

	.sporient-prereg-intro,
	.sporient-prereg-form-section {
		padding: 22px 20px;
		border-radius: 20px;
	}

	.sporient-prereg-section {
		margin-top: 30px;
	}

	.sporient-prereg-card-grid,
	.sporient-prereg-list {
		grid-template-columns: 1fr;
	}

	.sporient-prereg-card,
	.sporient-prereg-card--wide {
		grid-column: auto;
		min-height: 0;
	}

	.sporient-prereg-info {
		padding: 16px;
		border-radius: 16px;
	}
}

@media (max-width: 430px) {
	.sporient-page-content--eloregisztracio {
		padding: 20px;
	}

	.sporient-prereg-intro,
	.sporient-prereg-form-section {
		padding: 20px 18px;
	}

	.sporient-prereg-card {
		padding: 20px;
	}
}

@media (max-width: 760px) {
	html,
	body {
		overflow-x: hidden;
	}

	.sporient-page-content,
	.sporient-section,
	.sporient-section-inner,
	.sporient-page-shell,
	.sporient-page-content > section,
	.sporient-page-content .wp-block-group,
	.sporient-page-content .fluentform,
	.sporient-page-content .fluent_form_wrapper,
	.sporient-page-content .frm-fluent-form,
	.sporient-page-content .ff-el-group,
	.sporient-page-content .ff-el-input--content,
	.sporient-page-content .ff-el-form-control,
	.sporient-page-content input,
	.sporient-page-content select,
	.sporient-page-content textarea {
		box-sizing: border-box;
		max-width: 100%;
	}

	.sporient-page-content--tanacsadas > .sporient-tanacsadas-form-section,
	.sporient-page-content--nagykovetek > .sporient-nagykovetek-form-section,
	.sporient-page-content--eloregisztracio > .sporient-prereg-form-section {
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		padding: 16px 0;
	}

	.sporient-page-content--kapcsolat .wp-block-group:has(.fluentform),
	.sporient-page-content--eloregisztracio .sporient-prereg-form-section {
		width: 100%;
		max-width: none;
	}

	.sporient-page-content .fluentform,
	.sporient-page-content .fluent_form_wrapper {
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		padding: 18px 12px;
	}

	.sporient-page-content .fluentform .frm-fluent-form,
	.sporient-page-content .fluent_form_wrapper .frm-fluent-form,
	.sporient-page-content .frm-fluent-form {
		width: 100%;
		max-width: none;
		margin: 12px 0 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.sporient-page-content .fluentform fieldset,
	.sporient-page-content .fluent_form_wrapper fieldset,
	.sporient-page-content .frm-fluent-form fieldset,
	.sporient-page-content .fluentform .ff-el-group,
	.sporient-page-content .fluent_form_wrapper .ff-el-group,
	.sporient-page-content .frm-fluent-form .ff-el-group,
	.sporient-page-content .fluentform .ff-t-container,
	.sporient-page-content .fluent_form_wrapper .ff-t-container,
	.sporient-page-content .frm-fluent-form .ff-t-container,
	.sporient-page-content .fluentform .ff-t-cell,
	.sporient-page-content .fluent_form_wrapper .ff-t-cell,
	.sporient-page-content .frm-fluent-form .ff-t-cell {
		width: 100%;
		max-width: 100%;
	}

	.sporient-page-content .fluentform input[type="text"],
	.sporient-page-content .fluentform input[type="email"],
	.sporient-page-content .fluentform input[type="tel"],
	.sporient-page-content .fluentform input[type="url"],
	.sporient-page-content .fluentform input[type="number"],
	.sporient-page-content .fluentform input[type="date"],
	.sporient-page-content .fluentform input[type="time"],
	.sporient-page-content .fluentform select,
	.sporient-page-content .fluentform textarea,
	.sporient-page-content .fluentform .ff-el-form-control,
	.sporient-page-content .fluent_form_wrapper input[type="text"],
	.sporient-page-content .fluent_form_wrapper input[type="email"],
	.sporient-page-content .fluent_form_wrapper input[type="tel"],
	.sporient-page-content .fluent_form_wrapper input[type="url"],
	.sporient-page-content .fluent_form_wrapper input[type="number"],
	.sporient-page-content .fluent_form_wrapper input[type="date"],
	.sporient-page-content .fluent_form_wrapper input[type="time"],
	.sporient-page-content .fluent_form_wrapper select,
	.sporient-page-content .fluent_form_wrapper textarea,
	.sporient-page-content .fluent_form_wrapper .ff-el-form-control,
	.sporient-page-content .frm-fluent-form input[type="text"],
	.sporient-page-content .frm-fluent-form input[type="email"],
	.sporient-page-content .frm-fluent-form input[type="tel"],
	.sporient-page-content .frm-fluent-form input[type="url"],
	.sporient-page-content .frm-fluent-form input[type="number"],
	.sporient-page-content .frm-fluent-form input[type="date"],
	.sporient-page-content .frm-fluent-form input[type="time"],
	.sporient-page-content .frm-fluent-form select,
	.sporient-page-content .frm-fluent-form textarea,
	.sporient-page-content .frm-fluent-form .ff-el-form-control {
		width: 100%;
		max-width: 100%;
	}

	.sporient-page-content--tanacsadas .sporient-tanacsadas-form-embed .fluentform,
	.sporient-page-content--nagykovetek .sporient-nagykovetek-form-embed .fluentform,
	.sporient-page-content--eloregisztracio .sporient-prereg-form-section .fluentform {
		margin-top: 16px;
	}

	.sporient-app-section {
		overflow-x: hidden;
	}

	.sporient-app-section,
	.sporient-app-section .sporient-container,
	.sporient-app-grid,
	.sporient-app-grid > :first-child {
		box-sizing: border-box;
		max-width: 100%;
	}

	.sporient-app-section .sporient-container {
		width: min(100% - 30px, 1160px);
		padding-right: 0;
		padding-left: 0;
	}

	.sporient-app-grid > :first-child h2 {
		max-width: 100%;
		font-size: clamp(2rem, 8.8vw, 2.6rem);
		line-height: 1.08;
		overflow-wrap: break-word;
		word-break: normal;
	}

	.sporient-app-grid > :first-child p {
		max-width: 100%;
	}
}

@media (max-width: 430px) {
	.sporient-page-content--tanacsadas > .sporient-tanacsadas-form-section,
	.sporient-page-content--nagykovetek > .sporient-nagykovetek-form-section,
	.sporient-page-content--eloregisztracio > .sporient-prereg-form-section {
		padding-right: 0;
		padding-left: 0;
	}

	.sporient-page-content .fluentform,
	.sporient-page-content .fluent_form_wrapper {
		padding-right: 12px;
		padding-left: 12px;
	}

	.sporient-app-section .sporient-container {
		width: min(100% - 30px, 1160px);
	}
}

/* Global subpage visual rhythm and compact hero refinements. */
.sporient-subpage {
	background:
		radial-gradient(circle at 10% 8%, rgba(30, 136, 229, 0.08), transparent 26%),
		radial-gradient(circle at 88% 34%, rgba(0, 200, 83, 0.07), transparent 30%),
		linear-gradient(180deg, #F6FAFD 0%, #EEF7F5 48%, #F7FBFF 100%);
}

.sporient-subpage .sporient-page-shell {
	background:
		radial-gradient(circle at 8% 0%, rgba(30, 136, 229, 0.045), transparent 28%),
		radial-gradient(circle at 96% 26%, rgba(0, 200, 83, 0.04), transparent 32%),
		rgba(255, 255, 255, 0.97);
}

.sporient-subpage .sporient-page-content > section:nth-of-type(even):not(.sporient-tanacsadas-callout):not(.sporient-szuloknek-callout):not(.sporient-sportoloknak-callout):not(.sporient-parasportoloknak-callout):not(.sporient-sportkluboknak-callout):not(.sporient-nagykovetek-final) {
	background:
		linear-gradient(135deg, rgba(30, 136, 229, 0.055), rgba(0, 200, 83, 0.042)),
		#FFFFFF;
}

.sporient-page-content--sprnt-app .sporient-sprnt-closing .wp-block-button.sporient-button-secondary {
	background: transparent;
	box-shadow: none;
}

.sporient-page-content--sprnt-app .sporient-sprnt-closing .wp-block-button.sporient-button-secondary .wp-block-button__link {
	border: 1px solid rgba(15, 37, 64, 0.16);
	background: rgba(255, 255, 255, 0.9);
	color: #071424;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.sporient-page-content--sprnt-app .sporient-sprnt-closing .wp-block-button.sporient-button-secondary .wp-block-button__link:hover,
.sporient-page-content--sprnt-app .sporient-sprnt-closing .wp-block-button.sporient-button-secondary .wp-block-button__link:focus {
	border-color: rgba(30, 136, 229, 0.3);
	background: #FFFFFF;
	color: #071424;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
	transform: translateY(-1px);
}

.sporient-page-content--sprnt-app .sporient-sprnt-closing .wp-block-button.sporient-button-secondary .wp-block-button__link:focus-visible {
	outline: 3px solid rgba(30, 136, 229, 0.24);
	outline-offset: 3px;
}

@media (min-width: 981px) {
	.sporient-subpage .sporient-page-hero,
	.sporient-page--kapcsolat .sporient-page-hero,
	.sporient-page--sprnt-app .sporient-page-hero,
	.sporient-page--eloregisztracio .sporient-page-hero {
		padding-top: 52px;
		padding-bottom: 86px;
	}

	.sporient-subpage .sporient-page-hero-grid,
	.sporient-page--kapcsolat .sporient-page-hero-grid,
	.sporient-page--sprnt-app .sporient-page-hero-grid,
	.sporient-page--eloregisztracio .sporient-page-hero-grid {
		gap: clamp(32px, 4vw, 52px);
		align-items: center;
		min-height: 280px;
	}

	.sporient-subpage .sporient-page-hero h1,
	.sporient-page--kapcsolat .sporient-page-hero h1,
	.sporient-page--sprnt-app .sporient-page-hero h1,
	.sporient-page--eloregisztracio .sporient-page-hero h1 {
		font-size: clamp(2.45rem, 4.2vw, 4.1rem);
		line-height: 1.01;
	}

	.sporient-subpage .sporient-page-subtitle,
	.sporient-page--kapcsolat .sporient-page-subtitle,
	.sporient-page--sprnt-app .sporient-page-subtitle,
	.sporient-page--eloregisztracio .sporient-page-subtitle {
		font-size: clamp(1rem, 1.2vw, 1.16rem);
		line-height: 1.62;
	}

	.sporient-subpage .sporient-page-hero-media,
	.sporient-page--kapcsolat .sporient-page-hero-media,
	.sporient-page--sprnt-app .sporient-page-hero-media {
		width: min(100%, 470px);
		max-width: 470px;
		max-height: 266px;
	}

	.sporient-page-shell,
	.sporient-page-shell--kapcsolat,
	.sporient-page-shell--sprnt-app,
	.sporient-page-shell--eloregisztracio {
		margin-top: -48px;
	}
}

@media (max-width: 980px) {
	.sporient-subpage .sporient-page-hero,
	.sporient-page--kapcsolat .sporient-page-hero,
	.sporient-page--sprnt-app .sporient-page-hero,
	.sporient-page--eloregisztracio .sporient-page-hero {
		padding-top: 54px;
		padding-bottom: 92px;
	}
}

@media (max-width: 768px) {
	.sporient-subpage .sporient-page-hero,
	.sporient-page--kapcsolat .sporient-page-hero,
	.sporient-page--sprnt-app .sporient-page-hero,
	.sporient-page--eloregisztracio .sporient-page-hero {
		padding-top: 42px;
		padding-bottom: 66px;
	}

	.sporient-subpage .sporient-page-hero h1,
	.sporient-page--kapcsolat .sporient-page-hero h1,
	.sporient-page--sprnt-app .sporient-page-hero h1,
	.sporient-page--eloregisztracio .sporient-page-hero h1 {
		font-size: clamp(2rem, 9.2vw, 2.65rem);
		line-height: 1.04;
	}

	.sporient-subpage .sporient-page-subtitle,
	.sporient-page--kapcsolat .sporient-page-subtitle,
	.sporient-page--sprnt-app .sporient-page-subtitle,
	.sporient-page--eloregisztracio .sporient-page-subtitle {
		margin-top: 14px;
		font-size: 0.98rem;
		line-height: 1.54;
	}

	.sporient-subpage .sporient-page-hero-media,
	.sporient-page--kapcsolat .sporient-page-hero-media,
	.sporient-page--sprnt-app .sporient-page-hero-media {
		max-height: 184px;
	}

	.sporient-subpage .sporient-page-shell,
	.sporient-page-shell--kapcsolat,
	.sporient-page-shell--sprnt-app,
	.sporient-page-shell--eloregisztracio {
		margin-top: -36px;
	}

	.sporient-page-content--sprnt-app .sporient-sprnt-closing .wp-block-button,
	.sporient-page-content--sprnt-app .sporient-sprnt-closing .wp-block-button__link {
		width: 100%;
	}
}

/* Stronger subpage section rhythm, matching the home page's blue-green visual system. */
.sporient-subpage {
	background:
		radial-gradient(circle at 7% 14%, rgba(45, 145, 255, 0.12), transparent 32%),
		radial-gradient(circle at 94% 18%, rgba(0, 200, 120, 0.13), transparent 34%),
		radial-gradient(circle at 50% 72%, rgba(30, 136, 229, 0.06), transparent 42%),
		linear-gradient(180deg, #F6FBFF 0%, #EEF8F5 48%, #F7FBFF 100%);
}

.sporient-subpage .sporient-page-shell {
	border-color: rgba(30, 136, 229, 0.11);
	background:
		radial-gradient(circle at 2% 10%, rgba(30, 136, 229, 0.09), transparent 34%),
		radial-gradient(circle at 100% 18%, rgba(0, 200, 120, 0.09), transparent 36%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 251, 255, 0.94) 46%, rgba(241, 250, 247, 0.94));
	box-shadow: 0 28px 86px rgba(15, 23, 42, 0.12);
}

:where(
	.sporient-page-content--szuloknek,
	.sporient-page-content--sportoloknak,
	.sporient-page-content--fogyatekkal-eloknek,
	.sporient-page-content--sportkluboknak,
	.sporient-page-content--tanacsadas,
	.sporient-page-content--nagykovetek
) > section:not(.sporient-tanacsadas-callout):not(.sporient-szuloknek-callout):not(.sporient-sportoloknak-callout):not(.sporient-parasportoloknak-callout):not(.sporient-parasportoloknak-final):not(.sporient-sportkluboknak-callout):not(.sporient-sportkluboknak-final):not(.sporient-nagykovetek-callout):not(.sporient-nagykovetek-final) {
	position: relative;
	padding: clamp(28px, 3vw, 38px);
	border: 1px solid rgba(30, 136, 229, 0.11);
	border-radius: 28px;
	background:
		radial-gradient(circle at 8% 18%, rgba(45, 145, 255, 0.105), transparent 32%),
		radial-gradient(circle at 92% 20%, rgba(0, 200, 120, 0.12), transparent 36%),
		linear-gradient(180deg, #F7FCFF 0%, #EEF8F5 100%);
	box-shadow: 0 22px 58px rgba(15, 23, 42, 0.08);
}

:where(
	.sporient-page-content--szuloknek,
	.sporient-page-content--sportoloknak,
	.sporient-page-content--fogyatekkal-eloknek,
	.sporient-page-content--sportkluboknak,
	.sporient-page-content--tanacsadas,
	.sporient-page-content--nagykovetek
) > section:nth-of-type(even):not(.sporient-tanacsadas-callout):not(.sporient-szuloknek-callout):not(.sporient-sportoloknak-callout):not(.sporient-parasportoloknak-callout):not(.sporient-parasportoloknak-final):not(.sporient-sportkluboknak-callout):not(.sporient-sportkluboknak-final):not(.sporient-nagykovetek-callout):not(.sporient-nagykovetek-final) {
	background:
		radial-gradient(circle at 0% 30%, rgba(0, 120, 220, 0.085), transparent 34%),
		radial-gradient(circle at 100% 40%, rgba(0, 200, 120, 0.105), transparent 36%),
		linear-gradient(180deg, #FFFFFF 0%, #F1FAF7 100%);
}

:where(
	.sporient-page-content--szuloknek,
	.sporient-page-content--sportoloknak,
	.sporient-page-content--fogyatekkal-eloknek,
	.sporient-page-content--sportkluboknak,
	.sporient-page-content--tanacsadas,
	.sporient-page-content--nagykovetek
) > section:nth-of-type(3n):not(.sporient-tanacsadas-callout):not(.sporient-szuloknek-callout):not(.sporient-sportoloknak-callout):not(.sporient-parasportoloknak-callout):not(.sporient-parasportoloknak-final):not(.sporient-sportkluboknak-callout):not(.sporient-sportkluboknak-final):not(.sporient-nagykovetek-callout):not(.sporient-nagykovetek-final) {
	background:
		radial-gradient(circle at 12% 12%, rgba(0, 200, 83, 0.1), transparent 32%),
		radial-gradient(circle at 88% 70%, rgba(30, 136, 229, 0.09), transparent 36%),
		linear-gradient(180deg, #F4FAFF 0%, #EEF9F2 100%);
}

.sporient-page-content--sprnt-app,
.sporient-page-content--kapcsolat,
.sporient-page-content--eloregisztracio {
	background:
		radial-gradient(circle at 4% 10%, rgba(30, 136, 229, 0.08), transparent 30%),
		radial-gradient(circle at 100% 34%, rgba(0, 200, 120, 0.08), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 255, 0.94) 46%, rgba(239, 249, 246, 0.94));
}

.sporient-page-content--sprnt-app .sporient-sprnt-intro,
.sporient-page-content--sprnt-app .sporient-sprnt-feature-grid,
.sporient-page-content--sprnt-app .sporient-sprnt-closing,
.sporient-page-content--kapcsolat .sporient-contact-details,
.sporient-page-content--kapcsolat .wp-block-group:has(.fluentform),
.sporient-page-content--eloregisztracio .sporient-prereg-intro,
.sporient-page-content--eloregisztracio .sporient-prereg-section,
.sporient-page-content--eloregisztracio .sporient-prereg-form-section {
	border: 1px solid rgba(30, 136, 229, 0.1);
	border-radius: 28px;
	background:
		radial-gradient(circle at 8% 18%, rgba(45, 145, 255, 0.1), transparent 32%),
		radial-gradient(circle at 92% 20%, rgba(0, 200, 120, 0.11), transparent 34%),
		linear-gradient(180deg, #F8FCFF 0%, #F0FAF6 100%);
	box-shadow: 0 22px 58px rgba(15, 23, 42, 0.08);
}

.sporient-page-content--sprnt-app .sporient-sprnt-intro,
.sporient-page-content--sprnt-app .sporient-sprnt-feature-grid,
.sporient-page-content--kapcsolat .sporient-contact-details,
.sporient-page-content--kapcsolat .wp-block-group:has(.fluentform),
.sporient-page-content--eloregisztracio .sporient-prereg-section {
	padding: clamp(24px, 3vw, 34px);
}

.sporient-page-content--sprnt-app .sporient-sprnt-feature-grid,
.sporient-page-content--eloregisztracio .sporient-prereg-section {
	margin-top: 32px;
	margin-bottom: 36px;
}

.sporient-page-content--kapcsolat .sporient-contact-map-frame {
	border-color: rgba(30, 136, 229, 0.14);
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.13);
}

.sporient-page-content--sprnt-app .sporient-sprnt-feature-card,
.sporient-page-content--kapcsolat .sporient-contact-card,
.sporient-page-content--eloregisztracio .sporient-prereg-card {
	background: rgba(255, 255, 255, 0.94);
}

@media (min-width: 981px) {
	.sporient-subpage .sporient-page-hero,
	.sporient-page--kapcsolat .sporient-page-hero,
	.sporient-page--sprnt-app .sporient-page-hero,
	.sporient-page--eloregisztracio .sporient-page-hero {
		padding-top: 60px;
		padding-bottom: 90px;
	}
}

@media (max-width: 768px) {
	:where(
		.sporient-page-content--szuloknek,
		.sporient-page-content--sportoloknak,
		.sporient-page-content--fogyatekkal-eloknek,
		.sporient-page-content--sportkluboknak,
		.sporient-page-content--tanacsadas,
		.sporient-page-content--nagykovetek
	) > section:not(.sporient-tanacsadas-callout):not(.sporient-szuloknek-callout):not(.sporient-sportoloknak-callout):not(.sporient-parasportoloknak-callout):not(.sporient-parasportoloknak-final):not(.sporient-sportkluboknak-callout):not(.sporient-sportkluboknak-final):not(.sporient-nagykovetek-callout):not(.sporient-nagykovetek-final) {
		padding: 22px 18px;
		border-radius: 22px;
	}

	.sporient-page-content--sprnt-app .sporient-sprnt-intro,
	.sporient-page-content--sprnt-app .sporient-sprnt-feature-grid,
	.sporient-page-content--kapcsolat .sporient-contact-details,
	.sporient-page-content--kapcsolat .wp-block-group:has(.fluentform),
	.sporient-page-content--eloregisztracio .sporient-prereg-section {
		padding: 20px;
		border-radius: 22px;
	}

	.sporient-subpage .sporient-page-hero,
	.sporient-page--kapcsolat .sporient-page-hero,
	.sporient-page--sprnt-app .sporient-page-hero,
	.sporient-page--eloregisztracio .sporient-page-hero {
		padding-top: 46px;
		padding-bottom: 70px;
	}
}

/* Mobile width polish before demo: keep subpage cards close to the home page rhythm. */
@media (max-width: 768px) {
	.sporient-site-header {
		position: sticky;
		top: 0;
		z-index: 9999;
		background: #FFFFFF;
		border-bottom: 1px solid rgba(15, 23, 42, 0.08);
		box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
	}

	.admin-bar .sporient-site-header {
		top: 46px;
	}

	.sporient-header-inner {
		width: min(100% - 28px, 1240px);
		min-height: 76px;
		padding: 8px 0;
	}

	.sporient-menu-button {
		flex: 0 0 auto;
	}

	.sporient-main-nav {
		z-index: 10000;
		top: calc(100% + 8px);
		left: 0;
		right: 0;
	}

	.sporient-page-shell,
	.sporient-subpage .sporient-page-shell,
	.sporient-page-shell--kapcsolat,
	.sporient-page-shell--sprnt-app,
	.sporient-page-shell--eloregisztracio {
		width: min(100% - 28px, 1040px);
		margin-right: auto;
		margin-left: auto;
		border-radius: 28px;
		overflow: hidden;
	}

	.sporient-page-shell--sprnt-app,
	.sporient-page-shell--nagykovetek,
	.sporient-page--sprnt-app .sporient-page-shell,
	.sporient-page--nagykovetek .sporient-page-shell {
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}

	.sporient-page-content,
	.sporient-page-content--kapcsolat,
	.sporient-page-content--sprnt-app,
	.sporient-page-content--eloregisztracio {
		padding: 22px 16px;
	}

	:where(
		.sporient-page-content--szuloknek,
		.sporient-page-content--sportoloknak,
		.sporient-page-content--fogyatekkal-eloknek,
		.sporient-page-content--sportkluboknak,
		.sporient-page-content--tanacsadas,
		.sporient-page-content--nagykovetek
	) > section,
	:where(
		.sporient-page-content--szuloknek,
		.sporient-page-content--sportoloknak,
		.sporient-page-content--fogyatekkal-eloknek,
		.sporient-page-content--sportkluboknak,
		.sporient-page-content--tanacsadas,
		.sporient-page-content--nagykovetek
	) > .wp-block-separator,
	.sporient-page-content--nagykovetek > #nagykovet-videok {
		margin-right: 14px;
		margin-left: 14px;
	}

	:where(
		.sporient-page-content--szuloknek,
		.sporient-page-content--sportoloknak,
		.sporient-page-content--fogyatekkal-eloknek,
		.sporient-page-content--sportkluboknak,
		.sporient-page-content--tanacsadas,
		.sporient-page-content--nagykovetek
	) > section:first-child {
		margin-top: 26px;
	}

	.sporient-tanacsadas-intro,
	.sporient-tanacsadas-callout,
	.sporient-tanacsadas-form-section,
	.sporient-tanacsadas-reading,
	.sporient-szuloknek-intro,
	.sporient-szuloknek-pillar,
	.sporient-szuloknek-callout,
	.sporient-sportoloknak-intro,
	.sporient-sportoloknak-callout,
	.sporient-sportoloknak-app-link,
	.sporient-parasportoloknak-intro,
	.sporient-parasportoloknak-detail,
	.sporient-parasportoloknak-app-link,
	.sporient-parasportoloknak-callout,
	.sporient-parasportoloknak-final,
	.sporient-sportkluboknak-intro,
	.sporient-sportkluboknak-benefits,
	.sporient-sportkluboknak-callout,
	.sporient-sportkluboknak-final,
	.sporient-nagykovetek-intro,
	.sporient-nagykovetek-callout {
		padding: 22px 18px;
		border-radius: 22px;
	}

	.sporient-page-content--sprnt-app .sporient-sprnt-intro,
	.sporient-page-content--sprnt-app .sporient-sprnt-feature-grid,
	.sporient-page-content--sprnt-app .sporient-sprnt-closing,
	.sporient-page-content--kapcsolat .sporient-contact-details,
	.sporient-page-content--kapcsolat .wp-block-group:has(.fluentform),
	.sporient-page-content--eloregisztracio .sporient-prereg-intro,
	.sporient-page-content--eloregisztracio .sporient-prereg-section,
	.sporient-page-content--eloregisztracio .sporient-prereg-form-section {
		padding: 20px 18px;
		border-radius: 22px;
	}

	.sporient-sprnt-feature-grid,
	.sporient-prereg-card-grid,
	.sporient-prereg-list,
	.sporient-contact-details,
	.sporient-nagykovetek-video-grid {
		grid-template-columns: 1fr;
	}

	.sporient-page-content--sprnt-app .sporient-sprnt-feature-grid,
	.sporient-page-content--eloregisztracio .sporient-prereg-section {
		margin-top: 24px;
		margin-bottom: 28px;
	}

	.sporient-sprnt-feature-card,
	.sporient-prereg-card,
	.sporient-contact-card,
	.sporient-nagykovetek-video-card {
		width: 100%;
		max-width: 100%;
	}

	.sporient-page-content--tanacsadas > .sporient-tanacsadas-form-section,
	.sporient-page-content--eloregisztracio > .sporient-prereg-form-section,
	.sporient-page-content--kapcsolat .wp-block-group:has(.fluentform) {
		padding-right: 18px;
		padding-left: 18px;
	}

	.sporient-page-content .fluentform,
	.sporient-page-content .fluent_form_wrapper {
		width: 100%;
		max-width: none;
		padding: 18px 14px;
	}

	.sporient-page-content .fluentform .frm-fluent-form,
	.sporient-page-content .fluent_form_wrapper .frm-fluent-form,
	.sporient-page-content .frm-fluent-form {
		width: 100%;
		max-width: none;
	}

	.sporient-page-content .fluentform input[type="text"],
	.sporient-page-content .fluentform input[type="email"],
	.sporient-page-content .fluentform input[type="tel"],
	.sporient-page-content .fluentform input[type="url"],
	.sporient-page-content .fluentform input[type="number"],
	.sporient-page-content .fluentform input[type="date"],
	.sporient-page-content .fluentform input[type="time"],
	.sporient-page-content .fluentform select,
	.sporient-page-content .fluentform textarea,
	.sporient-page-content .fluentform .ff-el-form-control,
	.sporient-page-content .fluent_form_wrapper input[type="text"],
	.sporient-page-content .fluent_form_wrapper input[type="email"],
	.sporient-page-content .fluent_form_wrapper input[type="tel"],
	.sporient-page-content .fluent_form_wrapper input[type="url"],
	.sporient-page-content .fluent_form_wrapper input[type="number"],
	.sporient-page-content .fluent_form_wrapper input[type="date"],
	.sporient-page-content .fluent_form_wrapper input[type="time"],
	.sporient-page-content .fluent_form_wrapper select,
	.sporient-page-content .fluent_form_wrapper textarea,
	.sporient-page-content .fluent_form_wrapper .ff-el-form-control,
	.sporient-page-content .frm-fluent-form input[type="text"],
	.sporient-page-content .frm-fluent-form input[type="email"],
	.sporient-page-content .frm-fluent-form input[type="tel"],
	.sporient-page-content .frm-fluent-form input[type="url"],
	.sporient-page-content .frm-fluent-form input[type="number"],
	.sporient-page-content .frm-fluent-form input[type="date"],
	.sporient-page-content .frm-fluent-form input[type="time"],
	.sporient-page-content .frm-fluent-form select,
	.sporient-page-content .frm-fluent-form textarea,
	.sporient-page-content .frm-fluent-form .ff-el-form-control {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.sporient-contact-map-frame,
	.sporient-contact-map-frame iframe {
		width: 100%;
		min-height: 320px;
	}
}

@media (max-width: 430px) {
	.sporient-page-shell,
	.sporient-subpage .sporient-page-shell,
	.sporient-page-shell--kapcsolat,
	.sporient-page-shell--sprnt-app,
	.sporient-page-shell--eloregisztracio {
		width: calc(100% - 20px);
	}

	.sporient-page-content,
	.sporient-page-content--kapcsolat,
	.sporient-page-content--sprnt-app,
	.sporient-page-content--eloregisztracio {
		padding-right: 8px;
		padding-left: 8px;
	}

	:where(
		.sporient-page-content--szuloknek,
		.sporient-page-content--sportoloknak,
		.sporient-page-content--fogyatekkal-eloknek,
		.sporient-page-content--sportkluboknak,
		.sporient-page-content--tanacsadas,
		.sporient-page-content--nagykovetek
	) > section,
	:where(
		.sporient-page-content--szuloknek,
		.sporient-page-content--sportoloknak,
		.sporient-page-content--fogyatekkal-eloknek,
		.sporient-page-content--sportkluboknak,
		.sporient-page-content--tanacsadas,
		.sporient-page-content--nagykovetek
	) > .wp-block-separator,
	.sporient-page-content--nagykovetek > #nagykovet-videok {
		margin-right: 8px;
		margin-left: 8px;
	}

	.sporient-page-content--sprnt-app .sporient-sprnt-intro,
	.sporient-page-content--sprnt-app .sporient-sprnt-feature-grid,
	.sporient-page-content--sprnt-app .sporient-sprnt-closing,
	.sporient-page-content--kapcsolat .sporient-contact-details,
	.sporient-page-content--kapcsolat .wp-block-group:has(.fluentform),
	.sporient-page-content--eloregisztracio .sporient-prereg-intro,
	.sporient-page-content--eloregisztracio .sporient-prereg-section,
	.sporient-page-content--eloregisztracio .sporient-prereg-form-section,
	.sporient-tanacsadas-intro,
	.sporient-tanacsadas-callout,
	.sporient-tanacsadas-form-section,
	.sporient-tanacsadas-reading,
	.sporient-nagykovetek-intro,
	.sporient-nagykovetek-callout {
		padding-right: 14px;
		padding-left: 14px;
	}

	.sporient-page-content .fluentform,
	.sporient-page-content .fluent_form_wrapper {
		padding-right: 8px;
		padding-left: 8px;
	}
}

/* Stronger subpage mobile width pass and desktop shell corner repair. */
@media (min-width: 769px) {
	.sporient-subpage .sporient-page-shell,
	.sporient-page-shell--kapcsolat,
	.sporient-page-shell--sprnt-app,
	.sporient-page-shell--eloregisztracio,
	.sporient-page--tanacsadas .sporient-page-shell,
	.sporient-page--nagykovetek .sporient-page-shell,
	.sporient-page--szuloknek .sporient-page-shell,
	.sporient-page--sportoloknak .sporient-page-shell,
	.sporient-page--fogyatekkal-eloknek .sporient-page-shell,
	.sporient-page--sportkluboknak .sporient-page-shell {
		border-radius: 32px;
		overflow: hidden;
	}

	.sporient-subpage .sporient-page-shell::before,
	.sporient-subpage .sporient-page-shell::after {
		border-radius: inherit;
	}
}

@media (max-width: 768px) {
	#masthead,
	.site-header,
	.site-main-header-wrap,
	.site-header-wrap,
	.site-header-row-container-inner,
	.mobile-header,
	.mobile-header-wrap,
	.kadence-sticky-header,
	.wp-site-blocks > header,
	.sporient-site-header {
		position: sticky !important;
		top: 0 !important;
		z-index: 99999 !important;
		background: #FFFFFF !important;
	}

	.admin-bar #masthead,
	.admin-bar .site-header,
	.admin-bar .site-main-header-wrap,
	.admin-bar .site-header-wrap,
	.admin-bar .mobile-header,
	.admin-bar .mobile-header-wrap,
	.admin-bar .kadence-sticky-header,
	.admin-bar .wp-site-blocks > header,
	.admin-bar .sporient-site-header {
		top: 46px !important;
	}

	.sporient-site-header {
		box-shadow: 0 10px 28px rgba(15, 23, 42, 0.09);
	}

	.sporient-main-nav {
		z-index: 100000;
	}
}

@media (max-width: 430px) {
	.sporient-subpage .sporient-page-shell,
	.sporient-page-shell--kapcsolat,
	.sporient-page-shell--sprnt-app,
	.sporient-page-shell--eloregisztracio,
	.sporient-page--tanacsadas .sporient-page-shell,
	.sporient-page--nagykovetek .sporient-page-shell,
	.sporient-page--szuloknek .sporient-page-shell,
	.sporient-page--sportoloknak .sporient-page-shell,
	.sporient-page--fogyatekkal-eloknek .sporient-page-shell,
	.sporient-page--sportkluboknak .sporient-page-shell {
		width: calc(100% - 16px);
		max-width: none;
		margin-right: auto;
		margin-left: auto;
		border-radius: 30px;
		overflow: hidden;
	}

	.sporient-page-shell--sprnt-app,
	.sporient-page-shell--nagykovetek,
	.sporient-page--sprnt-app .sporient-page-shell,
	.sporient-page--nagykovetek .sporient-page-shell {
		border-top-left-radius: 32px;
		border-top-right-radius: 32px;
	}

	.sporient-subpage .sporient-page-content,
	.sporient-page-content--kapcsolat,
	.sporient-page-content--sprnt-app,
	.sporient-page-content--eloregisztracio {
		width: 100%;
		max-width: none;
		padding-right: 6px;
		padding-left: 6px;
	}

	:where(
		.sporient-page-content--szuloknek,
		.sporient-page-content--sportoloknak,
		.sporient-page-content--fogyatekkal-eloknek,
		.sporient-page-content--sportkluboknak,
		.sporient-page-content--tanacsadas,
		.sporient-page-content--nagykovetek
	) > section,
	:where(
		.sporient-page-content--szuloknek,
		.sporient-page-content--sportoloknak,
		.sporient-page-content--fogyatekkal-eloknek,
		.sporient-page-content--sportkluboknak,
		.sporient-page-content--tanacsadas,
		.sporient-page-content--nagykovetek
	) > .wp-block-separator,
	.sporient-page-content--nagykovetek > #nagykovet-videok {
		width: auto;
		max-width: none;
		margin-right: 6px;
		margin-left: 6px;
	}

	:where(
		.sporient-page-content--szuloknek,
		.sporient-page-content--sportoloknak,
		.sporient-page-content--fogyatekkal-eloknek,
		.sporient-page-content--sportkluboknak,
		.sporient-page-content--tanacsadas,
		.sporient-page-content--nagykovetek
	) > section:not(.sporient-tanacsadas-callout):not(.sporient-szuloknek-callout):not(.sporient-sportoloknak-callout):not(.sporient-parasportoloknak-callout):not(.sporient-parasportoloknak-final):not(.sporient-sportkluboknak-callout):not(.sporient-sportkluboknak-final):not(.sporient-nagykovetek-callout):not(.sporient-nagykovetek-final),
	.sporient-page-content--sprnt-app .sporient-sprnt-intro,
	.sporient-page-content--sprnt-app .sporient-sprnt-feature-grid,
	.sporient-page-content--sprnt-app .sporient-sprnt-closing,
	.sporient-page-content--kapcsolat .sporient-contact-details,
	.sporient-page-content--kapcsolat .wp-block-group:has(.fluentform),
	.sporient-page-content--eloregisztracio .sporient-prereg-intro,
	.sporient-page-content--eloregisztracio .sporient-prereg-section,
	.sporient-page-content--eloregisztracio .sporient-prereg-form-section {
		width: 100%;
		max-width: none;
		padding-right: 14px;
		padding-left: 14px;
	}

	.sporient-tanacsadas-intro,
	.sporient-tanacsadas-callout,
	.sporient-tanacsadas-form-section,
	.sporient-tanacsadas-reading,
	.sporient-szuloknek-intro,
	.sporient-szuloknek-pillar,
	.sporient-szuloknek-callout,
	.sporient-sportoloknak-intro,
	.sporient-sportoloknak-callout,
	.sporient-sportoloknak-app-link,
	.sporient-parasportoloknak-intro,
	.sporient-parasportoloknak-detail,
	.sporient-parasportoloknak-app-link,
	.sporient-parasportoloknak-callout,
	.sporient-parasportoloknak-final,
	.sporient-sportkluboknak-intro,
	.sporient-sportkluboknak-benefits,
	.sporient-sportkluboknak-callout,
	.sporient-sportkluboknak-final,
	.sporient-nagykovetek-intro,
	.sporient-nagykovetek-callout {
		padding-right: 18px;
		padding-left: 18px;
	}

	.sporient-szuloknek-card,
	.sporient-sportoloknak-card,
	.sporient-parasportoloknak-card,
	.sporient-sportkluboknak-card,
	.sporient-sportkluboknak-benefit,
	.sporient-tanacsadas-card,
	.sporient-tanacsadas-value-card,
	.sporient-tanacsadas-reading-card,
	.sporient-nagykovetek-card,
	.sporient-nagykovetek-video-card,
	.sporient-sprnt-feature-card,
	.sporient-contact-card,
	.sporient-prereg-card {
		width: 100%;
		max-width: none;
		padding-right: 20px;
		padding-left: 20px;
	}

	.sporient-page-content--tanacsadas > .sporient-tanacsadas-form-section,
	.sporient-page-content--eloregisztracio > .sporient-prereg-form-section,
	.sporient-page-content--kapcsolat .wp-block-group:has(.fluentform) {
		width: auto;
		max-width: none;
		padding-right: 14px;
		padding-left: 14px;
	}

	.sporient-page-content--kapcsolat .sporient-contact-details .wp-block-column {
		padding-right: 0;
		padding-left: 0;
	}

	.sporient-page-content--kapcsolat .sporient-contact-details {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 14px;
		padding-right: 8px;
		padding-left: 8px;
	}

	.sporient-page-content--kapcsolat .sporient-contact-details .wp-block-column,
	.sporient-page-content--kapcsolat .sporient-contact-card {
		width: 100% !important;
		max-width: none !important;
		flex-basis: auto !important;
	}

	.sporient-subpage .fluentform,
	.sporient-subpage .fluent_form_wrapper,
	.sporient-subpage .frm-fluent-form,
	.sporient-page-content .fluentform,
	.sporient-page-content .fluent_form_wrapper,
	.sporient-page-content .frm-fluent-form {
		width: 100%;
		max-width: none;
		padding-right: 14px;
		padding-left: 14px;
	}

	.sporient-subpage .frm-fluent-form,
	.sporient-page-content .fluentform .frm-fluent-form,
	.sporient-page-content .fluent_form_wrapper .frm-fluent-form {
		padding-right: 0;
		padding-left: 0;
	}

	.sporient-page-content .fluentform .ff-el-group,
	.sporient-page-content .fluent_form_wrapper .ff-el-group,
	.sporient-page-content .frm-fluent-form .ff-el-group,
	.sporient-page-content .fluentform .ff-t-container,
	.sporient-page-content .fluent_form_wrapper .ff-t-container,
	.sporient-page-content .frm-fluent-form .ff-t-container,
	.sporient-page-content .fluentform .ff-t-cell,
	.sporient-page-content .fluent_form_wrapper .ff-t-cell,
	.sporient-page-content .frm-fluent-form .ff-t-cell,
	.sporient-page-content .fluentform .ff-el-input--content,
	.sporient-page-content .fluent_form_wrapper .ff-el-input--content,
	.sporient-page-content .frm-fluent-form .ff-el-input--content {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}
}

/* Emergency mobile alignment fix: keep home untouched and center subpage blocks. */
@media (max-width: 430px) {
	body.home .sporient-container,
	body.home .sporient-front-page .sporient-section,
	body.home .sporient-front-page .sporient-card,
	body.home .sporient-front-page .wp-block-columns,
	body.home .sporient-front-page .wp-block-column {
		margin-right: initial;
		margin-left: initial;
	}

	body.home .sporient-container,
	body.home .sporient-front-page .sporient-container,
	body.home .sporient-front-page .wp-block-group.sporient-container {
		width: min(1160px, calc(100% - 30px));
		margin-right: auto;
		margin-left: auto;
	}

	body:not(.home) .sporient-subpage .sporient-page-shell,
	body:not(.home) .sporient-page-shell--kapcsolat,
	body:not(.home) .sporient-page-shell--sprnt-app,
	body:not(.home) .sporient-page-shell--eloregisztracio,
	body:not(.home).sporient-page--tanacsadas .sporient-page-shell,
	body:not(.home).sporient-page--nagykovetek .sporient-page-shell,
	body:not(.home).sporient-page--szuloknek .sporient-page-shell,
	body:not(.home).sporient-page--sportoloknak .sporient-page-shell,
	body:not(.home).sporient-page--fogyatekkal-eloknek .sporient-page-shell,
	body:not(.home).sporient-page--sportkluboknak .sporient-page-shell {
		left: auto;
		right: auto;
		width: calc(100% - 20px);
		max-width: none;
		margin-right: auto;
		margin-left: auto;
		transform: none;
		box-sizing: border-box;
	}

	body:not(.home) .sporient-page-content {
		width: 100%;
		max-width: none;
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
	}

	body:not(.home) .sporient-page-content--tanacsadas > section,
	body:not(.home) .sporient-page-content--szuloknek > section,
	body:not(.home) .sporient-page-content--sportoloknak > section,
	body:not(.home) .sporient-page-content--fogyatekkal-eloknek > section,
	body:not(.home) .sporient-page-content--sportkluboknak > section,
	body:not(.home) .sporient-page-content--nagykovetek > section,
	body:not(.home) .sporient-page-content--tanacsadas > .wp-block-separator,
	body:not(.home) .sporient-page-content--szuloknek > .wp-block-separator,
	body:not(.home) .sporient-page-content--sportoloknak > .wp-block-separator,
	body:not(.home) .sporient-page-content--fogyatekkal-eloknek > .wp-block-separator,
	body:not(.home) .sporient-page-content--sportkluboknak > .wp-block-separator,
	body:not(.home) .sporient-page-content--nagykovetek > .wp-block-separator,
	body:not(.home) .sporient-page-content--nagykovetek > #nagykovet-videok {
		left: auto;
		right: auto;
		width: auto;
		max-width: none;
		margin-right: 6px;
		margin-left: 6px;
		transform: none;
		box-sizing: border-box;
	}

	body:not(.home) .sporient-page-content--sprnt-app .sporient-sprnt-intro,
	body:not(.home) .sporient-page-content--sprnt-app .sporient-sprnt-feature-grid,
	body:not(.home) .sporient-page-content--sprnt-app .sporient-sprnt-closing,
	body:not(.home) .sporient-page-content--kapcsolat .wp-block-group:has(.sporient-contact-details),
	body:not(.home) .sporient-page-content--kapcsolat .wp-block-group:has(.fluentform),
	body:not(.home) .sporient-page-content--eloregisztracio .sporient-prereg-intro,
	body:not(.home) .sporient-page-content--eloregisztracio .sporient-prereg-section,
	body:not(.home) .sporient-page-content--eloregisztracio .sporient-prereg-form-section {
		left: auto;
		right: auto;
		width: auto;
		max-width: none;
		margin-right: 6px;
		margin-left: 6px;
		transform: none;
		box-sizing: border-box;
	}

	body:not(.home) .sporient-page-content--kapcsolat .wp-block-group:has(.sporient-contact-details),
	body:not(.home) .sporient-page-content--kapcsolat .wp-block-group:has(.fluentform) {
		padding-right: 10px;
		padding-left: 10px;
	}

	body:not(.home) .sporient-page-content--kapcsolat .sporient-contact-details {
		margin-right: 0;
		margin-left: 0;
	}

	body:not(.home) .sporient-page-content .fluentform,
	body:not(.home) .sporient-page-content .fluent_form_wrapper,
	body:not(.home) .sporient-page-content .frm-fluent-form {
		width: 100%;
		max-width: none;
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
	}
}

/* Mobile navigation: keep only the hamburger trigger fixed while the full header scrolls away. */
@media (max-width: 768px) {
	#masthead,
	.site-header,
	.site-main-header-wrap,
	.site-header-wrap,
	.site-header-row-container-inner,
	.mobile-header,
	.mobile-header-wrap,
	.kadence-sticky-header,
	.wp-site-blocks > header,
	.sporient-site-header {
		position: static !important;
		top: auto !important;
		z-index: 50 !important;
		background: #FFFFFF !important;
	}

	.admin-bar #masthead,
	.admin-bar .site-header,
	.admin-bar .site-main-header-wrap,
	.admin-bar .site-header-wrap,
	.admin-bar .mobile-header,
	.admin-bar .mobile-header-wrap,
	.admin-bar .kadence-sticky-header,
	.admin-bar .wp-site-blocks > header,
	.admin-bar .sporient-site-header {
		top: auto !important;
	}

	.sporient-menu-button {
		position: fixed;
		top: max(16px, env(safe-area-inset-top));
		right: 16px;
		z-index: 100001;
		display: inline-grid;
		align-content: center;
		justify-content: center;
		width: 52px;
		height: 52px;
		border: 1px solid rgba(15, 37, 64, 0.14);
		border-radius: 16px;
		background: rgba(255, 255, 255, 0.94);
		box-shadow: 0 10px 26px rgba(15, 37, 64, 0.14);
		backdrop-filter: blur(10px);
	}

	.sporient-main-nav {
		position: fixed;
		top: calc(max(16px, env(safe-area-inset-top)) + 62px);
		right: 16px;
		left: 16px;
		z-index: 100000;
		max-height: calc(100vh - 94px - env(safe-area-inset-top));
		overflow-y: auto;
	}

	.admin-bar .sporient-menu-button {
		top: calc(46px + 16px);
	}

	.admin-bar .sporient-main-nav {
		top: calc(46px + 78px);
		max-height: calc(100vh - 124px);
	}
}

@media (max-width: 430px) {
	.sporient-menu-button {
		top: max(14px, env(safe-area-inset-top));
		right: 14px;
		width: 50px;
		height: 50px;
		border-radius: 15px;
	}

	.sporient-main-nav {
		top: calc(max(14px, env(safe-area-inset-top)) + 60px);
		right: 14px;
		left: 14px;
		max-height: calc(100vh - 88px - env(safe-area-inset-top));
	}
}

/* Mobile audience submenu: collapsed by default, toggled with a small JS state class. */
@media (max-width: 768px) {
	.sporient-main-nav .sporient-nav-dropdown-menu {
		display: grid;
		max-height: 0;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: max-height .22s ease, margin-top .22s ease, padding .22s ease, opacity .18s ease, visibility .18s ease;
	}

	.sporient-main-nav .sporient-nav-dropdown.is-open .sporient-nav-dropdown-menu {
		max-height: 320px;
		margin-top: 4px;
		padding-top: 6px;
		padding-bottom: 6px;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.sporient-main-nav .sporient-nav-dropdown:focus-within .sporient-nav-dropdown-toggle::before {
		transform: rotate(45deg) translateY(-2px);
	}

.sporient-main-nav .sporient-nav-dropdown.is-open .sporient-nav-dropdown-toggle::before,
	.sporient-main-nav .sporient-nav-dropdown.is-open:focus-within .sporient-nav-dropdown-toggle::before {
		transform: rotate(225deg) translate(-1px, -1px);
	}
}

/* Advisor profile system */
.sporient-advisors-section {
	margin: clamp(42px, 6vw, 76px) 0;
	padding: clamp(24px, 4vw, 44px);
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(30, 136, 229, 0.08), rgba(0, 200, 83, 0.06)),
		#FFFFFF;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.sporient-advisors-section__header {
	max-width: 760px;
	margin-bottom: 28px;
}

.sporient-advisors-section__header .sporient-page-badge {
	margin-bottom: 14px;
	color: #102A43;
}

.sporient-advisors-section__header h2 {
	margin: 0 0 12px;
	color: #08111F;
	font-size: clamp(2rem, 4vw, 3.1rem);
	line-height: 1.05;
}

.sporient-advisors-section__header p:last-child {
	margin: 0;
	color: #64748B;
	font-size: 1.05rem;
	line-height: 1.7;
}

.sporient-advisors-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 22px;
	width: 100%;
	min-width: 0;
}

.sporient-advisor-card {
	display: grid;
	grid-template-columns: minmax(210px, 240px) minmax(0, 1fr);
	gap: clamp(22px, 4vw, 38px);
	align-items: start;
	width: 100%;
	max-width: 1080px;
	min-width: 0;
	margin: 0 auto;
	padding: clamp(18px, 3vw, 28px);
	border: 1px solid rgba(15, 23, 42, 0.09);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.sporient-advisor-card__image {
	position: relative;
	align-self: start;
	width: min(100%, 230px);
	max-width: 230px;
	aspect-ratio: 4 / 5;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(30, 136, 229, 0.14), rgba(0, 200, 83, 0.12));
}

.sporient-advisor-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center top;
}

.sporient-advisor-card__image--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 4rem;
	font-weight: 900;
}

.sporient-advisor-card__content {
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-width: 0;
}

.sporient-advisor-card__header {
	display: grid;
	gap: 7px;
}

.sporient-advisor-card__name {
	margin: 0;
	color: #08111F;
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	line-height: 1.05;
}

.sporient-advisor-card__role {
	margin: 0;
	color: #1E88E5;
	font-weight: 800;
	line-height: 1.35;
}

.sporient-advisor-card__bio {
	margin: 0;
	color: #475569;
	font-size: 1rem;
	line-height: 1.72;
}

.sporient-advisor-card__details {
	border: 1px solid rgba(30, 136, 229, 0.16);
	border-radius: 16px;
	background: rgba(30, 136, 229, 0.05);
}

.sporient-advisor-card__details summary {
	min-height: 46px;
	padding: 12px 15px;
	color: #102A43;
	font-weight: 850;
	cursor: pointer;
}

.sporient-advisor-card__details summary:focus-visible {
	outline: 3px solid rgba(30, 136, 229, 0.24);
	outline-offset: 3px;
}

.sporient-advisor-card__details-body {
	padding: 0 15px 15px;
	color: #475569;
	line-height: 1.7;
}

.sporient-advisor-card__details-body > :last-child {
	margin-bottom: 0;
}

.sporient-advisor-card__services {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
	gap: 14px;
	margin-top: auto;
	align-items: stretch;
}

.sporient-advisor-card__service {
	display: flex;
	flex-direction: column;
	gap: 11px;
	height: 100%;
	padding: 18px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 18px;
	background: #FFFFFF;
}

.sporient-advisor-card__service h4 {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 8px;
	margin: -4px 0 2px;
	padding: 8px 12px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(0, 200, 83, 0.1), rgba(30, 136, 229, 0.08));
	color: #08111F;
	font-size: 1.05rem;
	font-weight: 850;
	line-height: 1.25;
}

.sporient-advisor-card__service h4::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #00C853;
	box-shadow: 0 0 0 4px rgba(0, 200, 83, 0.12);
	flex: 0 0 auto;
}

.sporient-advisor-card__service p {
	margin: 0;
	color: #64748B;
	font-size: 0.95rem;
	line-height: 1.6;
}

.sporient-advisor-card__location {
	display: grid;
	gap: 7px;
}

.sporient-advisor-card__location strong {
	color: #102A43;
}

.sporient-advisor-card__map-link {
	color: #1E88E5;
	font-weight: 850;
	text-decoration: none;
}

.sporient-advisor-card__map-link:hover,
.sporient-advisor-card__map-link:focus {
	color: #00A843;
	text-decoration: underline;
}

.sporient-advisor-card__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 58px;
	min-height: 58px;
	margin-top: auto;
	padding: 0 18px;
	border-radius: 12px;
	box-sizing: border-box;
	font-size: 1rem;
	font-weight: 850;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sporient-advisor-card__button:hover,
.sporient-advisor-card__button:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.sporient-advisor-card__button:focus-visible {
	outline: 3px solid rgba(30, 136, 229, 0.26);
	outline-offset: 3px;
}

.sporient-advisor-card__button--primary {
	background: #00C853;
	color: #08111F;
	box-shadow: 0 14px 32px rgba(0, 200, 83, 0.2);
}

.sporient-advisor-card__button--primary:hover,
.sporient-advisor-card__button--primary:focus {
	background: #1E88E5;
	color: #FFFFFF;
	box-shadow: 0 18px 40px rgba(30, 136, 229, 0.24);
}

.sporient-advisor-card__button--secondary {
	border: 0;
	background: #00C853;
	color: #08111F;
	box-shadow: 0 14px 32px rgba(0, 200, 83, 0.2);
}

.sporient-advisor-card__button--secondary:hover,
.sporient-advisor-card__button--secondary:focus {
	background: #1E88E5;
	color: #FFFFFF;
	box-shadow: 0 18px 40px rgba(30, 136, 229, 0.24);
}

.sporient-advisor-admin-field {
	display: grid;
	gap: 6px;
	margin: 0 0 16px;
}

.sporient-advisor-admin-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

@media (max-width: 900px) {
	.sporient-advisor-card {
		grid-template-columns: 1fr;
	}

	.sporient-advisor-card__image {
		width: min(100%, 220px);
		max-width: 220px;
		min-height: 0;
		aspect-ratio: 4 / 5;
		margin: 0 auto;
	}

	.sporient-advisor-card__image img {
		height: 100%;
		aspect-ratio: 4 / 5;
	}
}

@media (max-width: 520px) {
	body:not(.home) .sporient-page-content--tanacsadas > .sporient-advisors-section {
		width: auto;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		padding: 18px 0 4px !important;
		border-radius: 22px;
	}

	.sporient-advisors-section__header {
		margin: 0 16px 20px;
	}

	.sporient-advisors-grid {
		gap: 16px;
		padding: 0;
	}

	.sporient-advisor-card {
		gap: 18px;
		padding: 16px;
		border-radius: 20px;
	}

	.sporient-advisor-card__content {
		gap: 16px;
	}

	.sporient-advisor-card__bio,
	.sporient-advisor-card__details-body,
	.sporient-advisor-card__service {
		max-width: none;
		min-width: 0;
		word-break: normal;
		overflow-wrap: break-word;
		hyphens: none;
	}

	.sporient-advisor-card__details,
	.sporient-advisor-card__services,
	.sporient-advisor-card__service {
		width: 100%;
	}

	.sporient-advisor-card__details-body {
		padding: 0 14px 14px;
	}

	.sporient-advisor-card__image {
		width: min(100%, 200px);
		max-width: 200px;
	}

	.sporient-advisor-card__services {
		grid-template-columns: 1fr;
	}

	.sporient-advisor-card__service {
		padding: 16px;
	}

	.sporient-advisor-card__button {
		width: 100%;
	}
}

/* Public frontend mobile width audit: preserve layers while reducing nested space loss. */
@media (max-width: 520px) {
	body.home .sporient-front-page .sporient-app-grid > .wp-block-group__inner-container > * {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}
}

@media (max-width: 430px) {
	body:not(.home) .sporient-subpage .sporient-page-shell,
	body:not(.home) .sporient-page-shell--kapcsolat,
	body:not(.home) .sporient-page-shell--sprnt-app,
	body:not(.home) .sporient-page-shell--eloregisztracio,
	body:not(.home).sporient-page--tanacsadas .sporient-page-shell,
	body:not(.home).sporient-page--nagykovetek .sporient-page-shell,
	body:not(.home).sporient-page--szuloknek .sporient-page-shell,
	body:not(.home).sporient-page--sportoloknak .sporient-page-shell,
	body:not(.home).sporient-page--fogyatekkal-eloknek .sporient-page-shell,
	body:not(.home).sporient-page--sportkluboknak .sporient-page-shell {
		width: calc(100% - 16px);
	}

	body:not(.home) .sporient-subpage .sporient-page-content,
	body:not(.home) .sporient-page-content--kapcsolat,
	body:not(.home) .sporient-page-content--sprnt-app,
	body:not(.home) .sporient-page-content--eloregisztracio {
		min-width: 0;
		padding-right: 4px;
		padding-left: 4px;
	}

	body:not(.home) .sporient-page-content--tanacsadas > section,
	body:not(.home) .sporient-page-content--szuloknek > section,
	body:not(.home) .sporient-page-content--sportoloknak > section,
	body:not(.home) .sporient-page-content--fogyatekkal-eloknek > section,
	body:not(.home) .sporient-page-content--sportkluboknak > section,
	body:not(.home) .sporient-page-content--nagykovetek > section,
	body:not(.home) .sporient-page-content--nagykovetek > #nagykovet-videok {
		min-width: 0;
		margin-right: 4px;
		margin-left: 4px;
		padding-right: 12px;
		padding-left: 12px;
	}

	body:not(.home) .sporient-page-content--sprnt-app .sporient-sprnt-intro,
	body:not(.home) .sporient-page-content--sprnt-app .sporient-sprnt-feature-grid,
	body:not(.home) .sporient-page-content--sprnt-app .sporient-sprnt-closing,
	body:not(.home) .sporient-page-content--kapcsolat .wp-block-group:has(.sporient-contact-details),
	body:not(.home) .sporient-page-content--kapcsolat .wp-block-group:has(.fluentform),
	body:not(.home) .sporient-page-content--eloregisztracio .sporient-prereg-intro,
	body:not(.home) .sporient-page-content--eloregisztracio .sporient-prereg-section,
	body:not(.home) .sporient-page-content--eloregisztracio .sporient-prereg-form-section {
		min-width: 0;
		margin-right: 4px;
		margin-left: 4px;
		padding-right: 12px;
		padding-left: 12px;
	}

	.sporient-szuloknek-card,
	.sporient-sportoloknak-card,
	.sporient-parasportoloknak-card,
	.sporient-sportkluboknak-card,
	.sporient-sportkluboknak-benefit,
	.sporient-tanacsadas-card,
	.sporient-tanacsadas-value-card,
	.sporient-tanacsadas-reading-card,
	.sporient-nagykovetek-card,
	.sporient-nagykovetek-video-card,
	.sporient-sprnt-feature-card,
	.sporient-contact-card,
	.sporient-prereg-card {
		max-width: none;
		min-width: 0;
		padding-right: 16px;
		padding-left: 16px;
		box-sizing: border-box;
	}

	:where(
		.sporient-szuloknek-card-grid,
		.sporient-sportoloknak-card-grid,
		.sporient-parasportoloknak-card-grid,
		.sporient-sportkluboknak-card-grid,
		.sporient-sportkluboknak-benefit-grid,
		.sporient-tanacsadas-card-grid,
		.sporient-tanacsadas-value-grid,
		.sporient-nagykovetek-card-grid,
		.sporient-nagykovetek-video-grid,
		.sporient-sprnt-feature-grid,
		.sporient-prereg-card-grid,
		.sporient-contact-details
	) > * {
		min-width: 0;
	}

	body:not(.home) .sporient-page-content--tanacsadas > .sporient-tanacsadas-form-section,
	body:not(.home) .sporient-page-content--eloregisztracio > .sporient-prereg-form-section,
	body:not(.home) .sporient-page-content--kapcsolat .wp-block-group:has(.fluentform) {
		padding-right: 12px;
		padding-left: 12px;
	}

	body:not(.home) .sporient-page-content .fluentform,
	body:not(.home) .sporient-page-content .fluent_form_wrapper,
	body:not(.home) .sporient-page-content .frm-fluent-form {
		min-width: 0;
	}

	body:not(.home) .sporient-page-content .fluentform,
	body:not(.home) .sporient-page-content .fluent_form_wrapper {
		padding-right: 12px;
		padding-left: 12px;
	}
}

/* Keep the fixed mobile menu trigger accessible without covering wide content. */
@media (max-width: 430px) {
	.sporient-menu-button {
		right: 2px;
		width: 44px;
		height: 44px;
		border-radius: 14px;
	}

	.sporient-main-nav {
		top: calc(max(14px, env(safe-area-inset-top)) + 54px);
	}
}
