/*!
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.0
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: 196px;
	color: #334155;
	font-size: 12.5px;
	font-weight: 650;
	line-height: 1.12;
}

.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: 116px 0 86px;
	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.92fr);
	gap: 54px;
	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.92fr);
	gap: 54px;
	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: 28px 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: 34px;
}

.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: 28px;
	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-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: 16px;
}

.sporient-signal-item {
	position: relative;
	display: block;
	padding: 19px 19px 19px 22px;
	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: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.08rem;
	line-height: 1.28;
}

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

.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-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-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-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-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-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-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 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-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-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--corporate-partnereknek {
	width: min(100%, 400px);
	max-height: 235px;
}

.sporient-page-hero-media--corporate-partnereknek img {
	object-position: 52% 48%;
}

.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--corporate {
	border-color: rgba(30, 136, 229, 0.38);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.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-content .fluentform,
.sporient-page-content .fluent_form_wrapper,
.sporient-page-content .frm-fluent-form {
	margin-top: 24px;
	padding: 28px;
	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: 20px;
}

.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: 8px;
	color: var(--sporient-dark);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.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 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 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 select,
.sporient-page-content .frm-fluent-form textarea,
.sporient-page-content .frm-fluent-form .ff-el-form-control {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 12px;
	background: #FFFFFF;
	color: var(--sporient-dark);
	font-size: 15px;
	line-height: 1.45;
	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: 120px;
	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: 10px;
	color: var(--sporient-text);
	font-size: 15px;
	line-height: 1.55;
}

.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: 3px;
	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;
}

.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: 50px;
	padding: 14px 24px;
	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);
}

@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;
	}
}

@media (max-width: 768px) {
	.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%;
	}
}

@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-hero-media,
	.sporient-app-media,
	.sporient-page-hero-media,
	.sporient-location-media {
		border-radius: 18px;
	}

	.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: 18px;
		border-radius: 18px;
	}

	.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 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 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 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 select,
	.sporient-page-content .frm-fluent-form textarea,
	.sporient-page-content .frm-fluent-form .ff-el-form-control {
		min-height: 48px;
		font-size: 16px;
	}

	.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-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;
}
