/**
 * Advixy Tenerife Advisory Design
 * Scoped, reversible presentation for the multilingual Tenerife hub,
 * employment service pages and contextual trust blocks.
 */

body.advixy-tenerife-hub,
body.advixy-labour-landing {
	--at-navy-950: #071d38;
	--at-navy-900: #0c294e;
	--at-navy-800: #14345f;
	--at-navy-700: #1d4779;
	--at-gold: #f4c247;
	--at-gold-soft: #fff6dc;
	--at-ink: #14243a;
	--at-muted: #506278;
	--at-line: #dce5ef;
	--at-sky: #eef4fa;
	--at-canvas: #f7f8fa;
	--at-white: #fff;
	--at-shadow-xl: 0 34px 88px rgba(7, 29, 56, 0.2);
	--at-shadow-lg: 0 22px 60px rgba(20, 52, 95, 0.12);
	--at-shadow-md: 0 12px 34px rgba(20, 52, 95, 0.09);
}

:is(body.advixy-tenerife-hub, body.advixy-labour-landing) .wpr-post-content {
	background:
		radial-gradient(circle at 8% 18%, rgba(244, 194, 71, 0.08), transparent 24rem),
		linear-gradient(180deg, #fff 0, var(--at-canvas) 27rem, #fff 100%);
	color: var(--at-ink);
	overflow: clip;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

:is(body.advixy-tenerife-hub, body.advixy-labour-landing) .wpr-post-content :where(h1, h2, h3, p, li) {
	text-wrap: pretty;
}

:is(body.advixy-tenerife-hub, body.advixy-labour-landing) .wpr-post-content :where(p, li) {
	color: var(--at-ink);
	font-size: 17px;
	line-height: 1.72;
}

:is(body.advixy-tenerife-hub, body.advixy-labour-landing) .wpr-post-content a {
	text-underline-offset: 0.18em;
	text-decoration-thickness: 0.08em;
}

:is(body.advixy-tenerife-hub, body.advixy-labour-landing) .wpr-post-content a:focus-visible {
	outline: 3px solid var(--at-gold);
	outline-offset: 4px;
}

/* Tenerife advisory hub */
body.advixy-tenerife-hub .wpr-post-content {
	max-width: none !important;
}

body.advixy-tenerife-hub .advixy-hub-page {
	margin-inline: auto;
}

body.advixy-tenerife-hub .advixy-hub-page > :where(.wp-block-group) {
	max-width: 1180px;
	margin-inline: auto !important;
}

body.advixy-tenerife-hub .advixy-hub-page > :where(.wp-block-group):not(.advixy-hub-hero) {
	margin-block: clamp(34px, 5vw, 68px) !important;
	padding: clamp(38px, 5vw, 68px) !important;
	border-radius: 30px;
}

body.advixy-tenerife-hub .advixy-hub-hero {
	position: relative;
	isolation: isolate;
	display: grid !important;
	grid-template-columns: minmax(0, 0.91fr) minmax(420px, 1.09fr);
	gap: 18px 58px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 42px !important;
	margin-bottom: 54px !important;
	padding: clamp(56px, 6vw, 86px) clamp(42px, 6vw, 76px) !important;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 42px;
	background:
		radial-gradient(circle at 7% 102%, rgba(66, 123, 176, 0.27), transparent 35%),
		linear-gradient(136deg, var(--at-navy-950), var(--at-navy-800));
	box-shadow: var(--at-shadow-xl);
}

body.advixy-tenerife-hub .advixy-hub-hero::after {
	position: absolute;
	z-index: -1;
	width: 320px;
	aspect-ratio: 1;
	right: -180px;
	bottom: -210px;
	border: 1px solid rgba(244, 194, 71, 0.35);
	border-radius: 50%;
	box-shadow: 0 0 0 54px rgba(244, 194, 71, 0.04), 0 0 0 108px rgba(244, 194, 71, 0.025);
	content: "";
}

body.advixy-tenerife-hub .advixy-hub-hero > :not(.advixy-hub-hero-figure) {
	z-index: 2;
	grid-column: 1;
}

body.advixy-tenerife-hub .advixy-hub-hero-figure {
	position: relative;
	grid-row: 1 / span 6;
	grid-column: 2;
	align-self: stretch;
	overflow: hidden;
	min-height: 570px;
	margin: -30px -28px -30px 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.23);
	border-radius: 30px;
	box-shadow: 0 28px 70px rgba(3, 18, 35, 0.38);
}

body.advixy-tenerife-hub .advixy-hub-hero-figure::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7, 29, 56, 0.38), transparent 42%);
	content: "";
	pointer-events: none;
}

body.advixy-tenerife-hub .advixy-hub-hero-photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

body.advixy-tenerife-hub .advixy-eyebrow,
body.advixy-tenerife-hub .advixy-section-label,
.advixy-labour-hub-link > span,
.advixy-fiscal-hub-link > span,
.advixy-faq-review > span {
	margin: 0 0 12px !important;
	color: var(--at-gold, #c58c00) !important;
	font-size: 12px !important;
	font-weight: 750;
	letter-spacing: 0.14em;
	line-height: 1.4 !important;
	text-transform: uppercase;
}

body.advixy-tenerife-hub .advixy-hub-hero h1 {
	max-width: 680px;
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(42px, 4.5vw, 66px) !important;
	font-weight: 620;
	letter-spacing: -0.05em;
	line-height: 1.03;
}

body.advixy-tenerife-hub .advixy-hub-hero .advixy-hub-lead {
	max-width: 660px;
	margin: 8px 0 2px !important;
	color: rgba(255, 255, 255, 0.86) !important;
	font-size: clamp(17px, 1.45vw, 20px) !important;
	line-height: 1.68 !important;
}

body.advixy-tenerife-hub .advixy-hub-hero .wp-block-buttons {
	gap: 12px;
	margin: 16px 0 8px !important;
}

body.advixy-tenerife-hub .wp-block-button__link {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 13px 24px !important;
	border-radius: 999px !important;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

body.advixy-tenerife-hub .advixy-hub-hero .wp-block-button:first-child .wp-block-button__link,
body.advixy-tenerife-hub .advixy-hub-cta .wp-block-button__link {
	border: 1px solid var(--at-gold) !important;
	background: var(--at-gold) !important;
	color: var(--at-navy-950) !important;
	box-shadow: 0 12px 30px rgba(244, 194, 71, 0.22);
}

body.advixy-tenerife-hub .advixy-hub-hero .is-style-outline .wp-block-button__link {
	border: 1px solid rgba(255, 255, 255, 0.58) !important;
	background: rgba(255, 255, 255, 0.06) !important;
	color: #fff !important;
	backdrop-filter: blur(8px);
}

body.advixy-tenerife-hub .wp-block-button__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(7, 29, 56, 0.22);
}

body.advixy-tenerife-hub .advixy-proof-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

body.advixy-tenerife-hub .advixy-proof-list li {
	position: relative;
	padding-left: 18px;
	color: rgba(255, 255, 255, 0.76) !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
}

body.advixy-tenerife-hub .advixy-proof-list li::before {
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--at-gold);
	content: "";
}

body.advixy-tenerife-hub .advixy-hub-page h2 {
	max-width: 900px;
	margin: 0 0 22px !important;
	color: var(--at-navy-950) !important;
	font-size: clamp(31px, 3.4vw, 48px) !important;
	font-weight: 640;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

body.advixy-tenerife-hub .advixy-hub-page h3 {
	color: var(--at-navy-900);
	font-size: clamp(20px, 2vw, 25px);
	letter-spacing: -0.025em;
}

body.advixy-tenerife-hub .advixy-hub-intro {
	position: relative;
	max-width: 980px !important;
	padding-inline: clamp(30px, 7vw, 92px) !important;
	border-left: 5px solid var(--at-gold);
	background: #fff;
	box-shadow: var(--at-shadow-md);
}

body.advixy-tenerife-hub .advixy-hub-intro p:not(.advixy-section-label) {
	max-width: 850px;
	color: var(--at-muted);
	font-size: clamp(18px, 1.8vw, 21px);
}

body.advixy-tenerife-hub .advixy-hub-services {
	background:
		radial-gradient(circle at 95% 0, rgba(244, 194, 71, 0.12), transparent 21rem),
		var(--at-sky);
}

body.advixy-tenerife-hub .advixy-service-grid {
	gap: 22px;
	margin-top: 32px;
}

body.advixy-tenerife-hub .advixy-service-card {
	position: relative;
	height: 100%;
	box-sizing: border-box;
	padding: 32px 30px !important;
	border: 1px solid rgba(20, 52, 95, 0.11);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: var(--at-shadow-md);
	transition: transform 200ms ease, box-shadow 200ms ease;
}

body.advixy-tenerife-hub .advixy-service-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--at-shadow-lg);
}

body.advixy-tenerife-hub .advixy-card-index {
	width: fit-content;
	margin: 0 0 28px !important;
	padding: 8px 11px;
	border-radius: 999px;
	background: var(--at-gold);
	color: var(--at-navy-950) !important;
	font-size: 12px !important;
	font-weight: 750;
	line-height: 1 !important;
}

body.advixy-tenerife-hub .advixy-service-card p:last-child {
	margin-top: 26px;
	font-weight: 650;
}

body.advixy-tenerife-hub .advixy-service-card a {
	color: var(--at-navy-700);
}

body.advixy-tenerife-hub .advixy-hub-audience {
	background: #fff;
	box-shadow: var(--at-shadow-lg);
}

body.advixy-tenerife-hub .advixy-hub-audience .wp-block-columns {
	align-items: center;
	gap: clamp(32px, 6vw, 82px);
	margin: 0;
}

body.advixy-tenerife-hub .advixy-check-list {
	margin: 0;
	padding: 28px 30px;
	border-radius: 22px;
	background: var(--at-navy-950);
	list-style: none;
}

body.advixy-tenerife-hub .advixy-check-list li {
	position: relative;
	margin: 0;
	padding: 13px 0 13px 34px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.88);
}

body.advixy-tenerife-hub .advixy-check-list li:last-child {
	border-bottom: 0;
}

body.advixy-tenerife-hub .advixy-check-list li::before {
	position: absolute;
	top: 17px;
	left: 0;
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 50%;
	background: var(--at-gold);
	color: var(--at-navy-950);
	font-size: 12px;
	font-weight: 800;
	content: "✓";
}

body.advixy-tenerife-hub .advixy-hub-location {
	position: relative;
	overflow: hidden;
	padding-right: clamp(38px, 28vw, 360px) !important;
	background:
		linear-gradient(110deg, #fff 0 66%, transparent 66%),
		radial-gradient(circle at 84% 50%, rgba(244, 194, 71, 0.36), transparent 0 14%, transparent 14%),
		linear-gradient(145deg, var(--at-navy-800), var(--at-navy-950));
	box-shadow: var(--at-shadow-lg);
}

body.advixy-tenerife-hub .advixy-hub-location::after {
	position: absolute;
	top: 50%;
	right: 9%;
	width: 128px;
	height: 128px;
	border: 20px solid var(--at-gold);
	border-radius: 50% 50% 50% 0;
	content: "";
	transform: translateY(-55%) rotate(-45deg);
	opacity: 0.94;
}

body.advixy-tenerife-hub .advixy-hub-process {
	background: var(--at-navy-950);
	box-shadow: var(--at-shadow-xl);
}

body.advixy-tenerife-hub .advixy-hub-process h2,
body.advixy-tenerife-hub .advixy-hub-process h3 {
	color: #fff !important;
}

body.advixy-tenerife-hub .advixy-process-grid {
	gap: 14px;
	margin-top: 32px;
}

body.advixy-tenerife-hub .advixy-process-grid .wp-block-column {
	padding: 24px 22px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.055);
}

body.advixy-tenerife-hub .advixy-process-grid h3 {
	margin-top: 0;
	font-size: 19px;
}

body.advixy-tenerife-hub .advixy-process-grid p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
}

body.advixy-tenerife-hub .advixy-hub-trust {
	background: var(--at-gold-soft);
	box-shadow: inset 0 0 0 1px rgba(197, 140, 0, 0.18);
}

body.advixy-tenerife-hub .advixy-hub-trust .wp-block-columns {
	align-items: center;
	gap: clamp(34px, 6vw, 86px);
	margin: 0;
}

body.advixy-tenerife-hub .advixy-hub-trust blockquote {
	margin: 0;
	padding: 32px 34px;
	border: 0;
	border-radius: 24px;
	background: #fff;
	box-shadow: var(--at-shadow-md);
}

body.advixy-tenerife-hub .advixy-hub-trust blockquote p {
	margin-top: 0;
	color: var(--at-navy-900);
	font-size: clamp(20px, 2vw, 25px);
	font-weight: 580;
	line-height: 1.5;
}

body.advixy-tenerife-hub .advixy-hub-trust cite {
	color: var(--at-muted);
	font-size: 13px;
	font-style: normal;
}

body.advixy-tenerife-hub .advixy-hub-resources {
	border: 1px solid var(--at-line);
	background: #fff;
	box-shadow: var(--at-shadow-md);
}

body.advixy-tenerife-hub .advixy-hub-resources ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

body.advixy-tenerife-hub .advixy-hub-resources li {
	margin: 0;
}

body.advixy-tenerife-hub .advixy-hub-resources a {
	display: flex;
	min-height: 68px;
	align-items: center;
	box-sizing: border-box;
	padding: 16px 18px;
	border: 1px solid var(--at-line);
	border-radius: 16px;
	background: var(--at-sky);
	color: var(--at-navy-800);
	font-weight: 650;
	text-decoration: none;
	transition: border-color 180ms ease, background-color 180ms ease;
}

body.advixy-tenerife-hub .advixy-hub-resources a:hover {
	border-color: var(--at-gold);
	background: var(--at-gold-soft);
}

body.advixy-tenerife-hub .advixy-hub-cta {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, var(--at-navy-950), var(--at-navy-700));
	box-shadow: var(--at-shadow-xl);
}

body.advixy-tenerife-hub .advixy-hub-cta::after {
	position: absolute;
	right: -90px;
	bottom: -120px;
	width: 280px;
	aspect-ratio: 1;
	border: 1px solid rgba(244, 194, 71, 0.34);
	border-radius: 50%;
	box-shadow: 0 0 0 48px rgba(244, 194, 71, 0.05);
	content: "";
}

body.advixy-tenerife-hub .advixy-hub-cta > * {
	position: relative;
	z-index: 1;
	max-width: 790px;
}

body.advixy-tenerife-hub .advixy-hub-cta h2,
body.advixy-tenerife-hub .advixy-hub-cta p {
	color: #fff !important;
}

body.advixy-tenerife-hub .advixy-hub-cta .advixy-city-note {
	margin-top: 24px;
	color: rgba(255, 255, 255, 0.63) !important;
	font-size: 13px;
}

/* Employment landing: make the approved content feel as premium as the fiscal page. */
body.advixy-labour-landing .advixy-service-hero,
body.advixy-labour-landing .advixy-service-cta {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 40px !important;
	background:
		radial-gradient(circle at 6% 100%, rgba(72, 129, 184, 0.25), transparent 34%),
		linear-gradient(136deg, var(--at-navy-950), var(--at-navy-800)) !important;
	box-shadow: var(--at-shadow-xl);
}

body.advixy-labour-landing .advixy-service-hero {
	margin-top: 42px !important;
	padding: 68px 64px !important;
}

body.advixy-labour-landing .advixy-service-hero .wp-block-columns {
	display: grid !important;
	grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
	align-items: center !important;
	gap: clamp(42px, 5vw, 76px);
	margin: 0 !important;
}

body.advixy-labour-landing .advixy-service-hero .wp-block-column {
	min-width: 0;
}

body.advixy-labour-landing .advixy-service-hero h1 {
	margin: 0 0 24px !important;
	color: #fff !important;
	font-size: clamp(42px, 4.1vw, 61px) !important;
	font-weight: 620 !important;
	letter-spacing: -0.048em;
	line-height: 1.04 !important;
}

body.advixy-labour-landing .advixy-service-hero p {
	color: rgba(255, 255, 255, 0.86) !important;
	font-size: clamp(17px, 1.4vw, 19px) !important;
}

body.advixy-labour-landing .advixy-service-hero .wp-block-buttons {
	gap: 12px;
	margin-top: 30px !important;
}

body.advixy-labour-landing .advixy-service-hero .wp-block-button__link,
body.advixy-labour-landing .advixy-service-cta .wp-block-button__link {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 13px 24px !important;
	border-radius: 999px !important;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.2;
	text-decoration: none;
}

body.advixy-labour-landing .advixy-service-hero .wp-block-button:first-child .wp-block-button__link,
body.advixy-labour-landing .advixy-service-cta .wp-block-button:first-child .wp-block-button__link {
	border: 1px solid var(--at-gold) !important;
	background: var(--at-gold) !important;
	color: var(--at-navy-950) !important;
}

body.advixy-labour-landing .advixy-service-hero .is-style-outline .wp-block-button__link,
body.advixy-labour-landing .advixy-service-cta .is-style-outline .wp-block-button__link {
	border: 1px solid rgba(255, 255, 255, 0.58) !important;
	background: rgba(255, 255, 255, 0.06) !important;
	color: #fff !important;
}

body.advixy-labour-landing .advixy-labour-hero-figure {
	overflow: hidden;
	margin: 0 !important;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 28px 68px rgba(3, 18, 35, 0.38);
	transform: rotate(1deg);
}

body.advixy-labour-landing .advixy-labour-hero-photo {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
}

body.advixy-labour-landing .advixy-service-section,
body.advixy-labour-landing .advixy-related-resources {
	margin-block: 28px !important;
	padding: clamp(34px, 4vw, 54px) !important;
	border-radius: 28px !important;
	box-shadow: var(--at-shadow-md);
}

body.advixy-labour-landing .advixy-service-section h2,
body.advixy-labour-landing .advixy-related-resources h2 {
	color: var(--at-navy-950);
	font-size: clamp(29px, 3vw, 43px);
	letter-spacing: -0.035em;
	line-height: 1.12;
}

body.advixy-labour-landing .advixy-service-section h3 {
	color: var(--at-navy-800);
}

body.advixy-labour-landing .advixy-service-section-2,
body.advixy-labour-landing .advixy-service-section-5,
body.advixy-labour-landing .advixy-service-section-7 {
	background: #fff !important;
}

body.advixy-labour-landing .advixy-service-section-1,
body.advixy-labour-landing .advixy-service-section-3,
body.advixy-labour-landing .advixy-service-section-6,
body.advixy-labour-landing .advixy-related-resources {
	background: var(--at-sky) !important;
}

body.advixy-labour-landing .advixy-service-section-4 {
	background: var(--at-gold-soft) !important;
}

body.advixy-labour-landing .advixy-related-resources .wp-block-column > .wp-block-group {
	height: 100%;
	box-sizing: border-box;
	box-shadow: 0 10px 30px rgba(20, 52, 95, 0.07);
}

body.advixy-labour-landing .advixy-service-cta {
	padding: 56px 58px !important;
}

body.advixy-labour-landing .advixy-service-cta :where(h2, p, li, a) {
	color: #fff !important;
}

body.advixy-labour-landing .advixy-service-cta .wp-block-button:first-child .wp-block-button__link {
	color: var(--at-navy-950) !important;
}

.advixy-labour-hub-link,
.advixy-fiscal-hub-link {
	max-width: 1040px;
	box-sizing: border-box;
	margin: 30px auto !important;
	padding: 28px 32px;
	border: 1px solid rgba(244, 194, 71, 0.56);
	border-radius: 22px;
	background:
		linear-gradient(90deg, rgba(244, 194, 71, 0.1), transparent 56%),
		#fff;
	box-shadow: 0 14px 40px rgba(20, 52, 95, 0.08);
}

.advixy-labour-hub-link p,
.advixy-fiscal-hub-link p {
	margin: 0 !important;
	color: #1f3652 !important;
	font-size: 17px !important;
	line-height: 1.65 !important;
}

.advixy-labour-hub-link a,
.advixy-fiscal-hub-link a {
	color: #14345f;
	font-weight: 700;
}

/* FAQ trust additions stay outside the 13 accordion cards. */
.advixy-faq-trust-layer .advixy-faq-review,
.advixy-faq-trust-layer .advixy-faq-sources {
	box-sizing: border-box;
	margin: 18px 0 24px;
	padding: 24px 28px;
	border: 1px solid #d8e2ee;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(20, 52, 95, 0.08);
}

.advixy-faq-trust-layer .advixy-faq-review {
	border-left: 5px solid #f4c247;
}

.advixy-faq-trust-layer .advixy-faq-review p,
.advixy-faq-trust-layer .advixy-faq-sources p {
	margin: 6px 0 !important;
	color: #405168 !important;
	font-size: 15px !important;
	line-height: 1.65 !important;
}

.advixy-faq-trust-layer .advixy-faq-sources h3 {
	margin: 0 0 10px !important;
	color: #14345f !important;
	font-size: 22px !important;
}

.advixy-faq-trust-layer .advixy-faq-sources a {
	color: #14345f;
	font-weight: 650;
}

@media (max-width: 960px) {
	body.advixy-tenerife-hub .advixy-hub-hero,
	body.advixy-labour-landing .advixy-service-hero .wp-block-columns {
		grid-template-columns: 1fr;
	}

	body.advixy-tenerife-hub .advixy-hub-hero > :not(.advixy-hub-hero-figure),
	body.advixy-tenerife-hub .advixy-hub-hero-figure {
		grid-column: 1;
	}

	body.advixy-tenerife-hub .advixy-hub-hero-figure {
		grid-row: auto;
		min-height: 430px;
		margin: 24px 0 0 !important;
	}

	body.advixy-tenerife-hub .advixy-hub-location {
		padding-right: clamp(38px, 5vw, 68px) !important;
		background: #fff;
	}

	body.advixy-tenerife-hub .advixy-hub-location::after {
		display: none;
	}
}

@media (max-width: 767px) {
	body.advixy-tenerife-hub .advixy-hub-page > :where(.wp-block-group):not(.advixy-hub-hero),
	body.advixy-labour-landing .advixy-service-section,
	body.advixy-labour-landing .advixy-related-resources {
		margin-block: 22px !important;
		padding: 28px 22px !important;
		border-radius: 22px !important;
	}

	body.advixy-tenerife-hub .advixy-hub-hero,
	body.advixy-labour-landing .advixy-service-hero {
		margin-top: 22px !important;
		padding: 38px 24px !important;
		border-radius: 26px !important;
	}

	body.advixy-tenerife-hub .advixy-hub-hero h1,
	body.advixy-labour-landing .advixy-service-hero h1 {
		font-size: clamp(35px, 10vw, 47px) !important;
	}

	body.advixy-tenerife-hub .advixy-hub-hero-figure {
		min-height: 330px;
		border-radius: 22px;
	}

	body.advixy-tenerife-hub .advixy-proof-list {
		display: grid;
	}

	body.advixy-tenerife-hub .advixy-hub-resources ul {
		grid-template-columns: 1fr;
	}

	body.advixy-labour-landing .advixy-service-hero .wp-block-columns {
		gap: 30px;
	}

	body.advixy-labour-landing .advixy-service-cta {
		padding: 38px 24px !important;
		border-radius: 26px !important;
	}

	.advixy-labour-hub-link,
	.advixy-fiscal-hub-link {
		margin-block: 22px !important;
		padding: 24px 22px;
		border-radius: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.advixy-tenerife-hub .wp-block-button__link,
	body.advixy-tenerife-hub .advixy-service-card {
		transition: none;
	}
}
