:root {
	--global-palette1: #0891b2;
	--global-palette2: #0e7490;
	--global-palette3: #1f2937;
	--global-palette4: #1f2937;
	--global-palette5: #6b7280;
	--global-palette6: #94a3b8;
	--global-palette7: #f5e6d3;
	--global-palette8: #fefce8;
	--global-palette9: #ffffff;
	--global-palette10: #ffffff;
	--global-palette11: #10b981;
	--global-palette12: #0891b2;
	--global-palette13: #ea580c;
	--global-palette14: #f97316;
	--global-palette15: #10b981;
	--global-palette-highlight: #0891b2;
	--global-palette-highlight-alt: #0e7490;
	--global-palette-highlight-alt2: #ffffff;
	--global-palette-btn-bg: #f97316;
	--global-palette-btn-bg-hover: #ea580c;
	--global-palette-btn: #ffffff;
	--global-palette-btn-hover: #ffffff;
	--global-palette-btn-sec-bg: #ffffff;
	--global-palette-btn-sec-bg-hover: #fefce8;
	--global-palette-btn-sec: #0891b2;
	--global-palette-btn-sec-hover: #0e7490;
	--global-body-font-family: "Inter";
	--global-heading-font-family: "Inter";
	--global-primary-nav-font-family: "Inter";
	--global-fallback-font: sans-serif;
	--global-display-fallback-font: sans-serif;
	--wp--preset--color--vivid-red: #f97316;
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #f5e6d3 0%, #f97316 55%, #0891b2 100%);
	--tk-color-primary: #0891b2;
	--tk-color-primary-dark: #0e7490;
	--tk-color-sand: #f5e6d3;
	--tk-color-sand-light: #fefce8;
	--tk-color-accent: #f97316;
	--tk-color-accent-dark: #ea580c;
	--tk-color-trust: #10b981;
	--tk-color-text: #1f2937;
	--tk-color-text-muted: #6b7280;
	--tk-color-surface: #ffffff;
	--tk-color-surface-soft: #fefce8;
	--tk-color-border: rgba(8, 145, 178, 0.16);
	--tk-color-border-strong: rgba(8, 145, 178, 0.28);
	--tk-shadow-soft: 0 12px 32px rgba(31, 41, 55, 0.08);
	--tk-shadow-card: 0 18px 48px rgba(31, 41, 55, 0.12);
	--tk-shadow-strong: 0 28px 64px rgba(31, 41, 55, 0.16);
	--tk-radius-card: 1rem;
	--tk-radius-button: 0.75rem;
	--tk-content-width: 72rem;
	--tk-section-space: clamp(2.5rem, 5vw, 5rem);
}

::selection {
	background: rgba(8, 145, 178, 0.2);
	color: #1f2937;
}

html {
	scroll-behavior: smooth;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto;
	clip-path: none;
	height: auto;
	margin: 0;
	overflow: visible;
	padding: 0.75rem 1rem;
	white-space: normal;
	width: auto;
}

body,
button,
input,
select,
textarea,
.site-title,
.main-navigation,
.mobile-navigation,
.wp-block-button__link,
.tk-button {
	font-family: "Inter", sans-serif !important;
}

body {
	background:
		radial-gradient(circle at top left, rgba(8, 145, 178, 0.08), transparent 28%),
		linear-gradient(180deg, #fffdf8 0%, #ffffff 28%, #fefce8 100%);
	color: var(--tk-color-text);
	font-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
	line-height: 1.7;
}

body,
input,
select,
optgroup,
textarea {
	color: var(--tk-color-text) !important;
}

a {
	color: var(--tk-color-primary);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
	transition: color 0.25s ease;
}

a:hover,
a:focus {
	color: var(--tk-color-primary-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--tk-color-text);
	font-family: "Inter", sans-serif !important;
	line-height: 1.12;
	letter-spacing: -0.02em;
	margin: 0 0 0.75em;
}

h1 {
	font-size: clamp(1.75rem, 1.45rem + 1.4vw, 2.5rem);
	font-weight: 800 !important;
}

h2 {
	font-size: clamp(1.375rem, 1.15rem + 1vw, 1.875rem);
	font-weight: 700 !important;
}

h3 {
	font-size: clamp(1.125rem, 1rem + 0.55vw, 1.5rem);
	font-weight: 600 !important;
}

h4,
h5,
h6 {
	font-weight: 600 !important;
}

p,
li {
	font-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
}

small,
.has-small-font-size,
.tk-affiliate-note,
.tk-cost-box__footnote,
.tk-updated-date,
.rank-math-breadcrumb,
.rank-math-breadcrumb p,
.entry-content figure figcaption {
	font-size: 0.875rem !important;
	color: var(--tk-color-text-muted) !important;
}

img {
	block-size: auto;
	max-width: 100%;
}

.content-wrap {
	max-width: var(--tk-content-width);
}

.entry-content > :where(:not(.alignfull)) {
	margin-inline: auto;
	max-width: var(--tk-content-width);
}

.entry-content > .alignwide {
	max-width: min(88rem, calc(100vw - 2rem));
}

.entry-content > .alignfull {
	max-width: none;
}

.entry-content > * {
	margin-bottom: clamp(1.5rem, 2vw, 2rem);
}

.entry-content > .wp-block-group,
.entry-content > .wp-block-columns,
.entry-content > .wp-block-cover,
.entry-content > .kb-row-layout-wrap,
.entry-content > .tk-card {
	padding-block: min(1rem, 2vw);
}

.site-container,
#masthead .site-header-row-container-inner > .site-container,
#mobile-header .site-header-row-container-inner > .site-container {
	max-width: min(92rem, calc(100vw - 2rem));
}

#masthead .site-header-row-container-inner,
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner,
#mobile-header .site-header-row-container-inner {
	background: #ffffff !important;
	backdrop-filter: none;
	border-bottom: 1px solid rgba(8, 145, 178, 0.12);
	box-shadow: 0 2px 12px rgba(31, 41, 55, 0.08);
}

#masthead,
#mobile-header {
	background: #ffffff !important;
	position: sticky;
	top: 0;
	z-index: 1000;
}

#masthead .site-main-header-inner-wrap,
#mobile-header .site-main-header-inner-wrap {
	gap: 1rem;
	min-height: 76px;
}

#masthead .site-header-main-section-right,
#mobile-header .site-header-main-section-right {
	flex: 1 1 auto;
	min-width: 0;
}

.site-branding {
	gap: 0.75rem !important;
	margin-right: auto;
}

.site-branding a.brand {
	align-items: center;
	display: inline-flex;
	gap: 0.75rem;
}

.site-branding a.brand::before {
	align-items: center;
	background: linear-gradient(145deg, rgba(8, 145, 178, 0.98), rgba(14, 116, 144, 0.94));
	border-radius: 0.85rem;
	box-shadow: 0 16px 34px rgba(8, 145, 178, 0.22);
	color: #ffffff;
	content: "TU";
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	height: 3.5rem;
	justify-content: center;
	letter-spacing: 0.08em;
	width: 3.5rem;
}

.site-branding a.brand img,
.site-branding a.brand img.svg-logo-image {
	border-radius: 0.75rem;
	display: none !important;
	max-width: 72px !important;
	width: 72px !important;
}

.site-branding .site-title,
.site-branding .site-title a {
	color: var(--tk-color-text) !important;
	font-family: "Inter", sans-serif !important;
	font-size: clamp(1rem, 0.9rem + 0.25vw, 1.15rem);
	font-weight: 700 !important;
	line-height: 1.1;
	/* Sitetitel kleiner + weniger prominent neben dem TU-Badge */
}

/* Sitetitel ausblenden — TU-Badge reicht als Branding */
.site-branding .site-title {
	display: none !important;
}

.main-navigation .primary-menu-container > ul.menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	justify-content: flex-end;
	width: 100%;
}

.main-navigation .primary-menu-container > ul > li.menu-item {
	margin: 0;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a,
.mobile-navigation ul li > a,
.mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
	color: var(--tk-color-text) !important;
	font-family: "Inter", sans-serif !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	line-height: 1.25;
	padding: 0.65rem 0.2rem !important;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
.main-navigation .primary-menu-container > ul > li.current-menu-item > a,
.main-navigation .primary-menu-container > ul > li.current_page_item > a,
.mobile-navigation ul li.current-menu-item > a {
	color: var(--tk-color-primary) !important;
}

.main-navigation .primary-menu-container > ul > li.tk-nav-cta {
	display: flex;
	flex: 0 0 100%;
	justify-content: flex-end;
	margin-left: 0;
	padding-top: 0.15rem;
}

.main-navigation .primary-menu-container > ul > li.tk-nav-cta > a,
.mobile-navigation ul li.tk-nav-cta > a {
	align-items: center;
	background: var(--tk-color-accent) !important;
	border-radius: 0.75rem;
	box-shadow: 0 16px 36px rgba(249, 115, 22, 0.2);
	color: #ffffff !important;
	display: inline-flex;
	font-weight: 700 !important;
	justify-content: center;
	max-width: max-content;
	margin: 0;
	min-width: 18rem;
	min-height: 48px;
	padding: 0.85rem 1.2rem !important;
	width: auto !important;
}

.main-navigation .primary-menu-container > ul > li.tk-nav-cta > a:hover,
.main-navigation .primary-menu-container > ul > li.tk-nav-cta > a:focus,
.mobile-navigation ul li.tk-nav-cta > a:hover,
.mobile-navigation ul li.tk-nav-cta > a:focus {
	background: var(--tk-color-accent-dark) !important;
	color: #ffffff !important;
}

.mobile-toggle-open-container .menu-toggle-open,
.mobile-toggle-open-container .menu-toggle-open:focus,
.menu-toggle-open {
	align-items: center;
	background: rgba(255, 252, 245, 0.9) !important;
	border: 1px solid rgba(8, 145, 178, 0.18);
	border-radius: 1rem;
	box-shadow: 0 12px 26px rgba(8, 145, 178, 0.16);
	color: var(--tk-color-primary) !important;
	display: inline-flex;
	height: 4rem;
	justify-content: center;
	padding: 0;
	transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
	width: 4rem;
}

.mobile-toggle-open-container .menu-toggle-open:hover,
.mobile-toggle-open-container .menu-toggle-open:focus-visible,
.menu-toggle-open:hover,
.menu-toggle-open:focus-visible {
	background: #ffffff !important;
	border-color: rgba(8, 145, 178, 0.34);
	box-shadow: 0 16px 30px rgba(8, 145, 178, 0.22);
	color: var(--tk-color-primary) !important;
	transform: translateY(-1px);
}

.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon,
.menu-toggle-open .menu-toggle-icon {
	align-items: center;
	display: inline-flex;
	font-size: 1.55rem;
	height: 1.5rem;
	justify-content: center;
	line-height: 1;
	width: 1.5rem;
}

.drawer-navigation-parent-toggle,
.drawer-navigation .drawer-sub-toggle {
	color: var(--tk-color-primary) !important;
}

.popup-drawer-layout-fullwidth .drawer-inner,
.popup-drawer-layout-sidepanel .drawer-inner {
	background: linear-gradient(180deg, #0b1220 0%, #101826 100%) !important;
	color: #ffffff;
}

.popup-drawer-layout-sidepanel .drawer-inner {
	border-radius: 1.5rem 0 0 1.5rem;
	box-shadow: -24px 0 60px rgba(2, 6, 23, 0.38);
	margin-left: auto;
	max-width: min(24rem, 100vw);
	min-height: 100vh;
	padding: 1rem 1.15rem 1.5rem;
}

.popup-drawer .drawer-overlay {
	background: rgba(2, 6, 23, 0.52);
}

.popup-drawer .drawer-header {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 0.8rem;
}

.popup-drawer .drawer-content {
	color: #ffffff;
}

.popup-drawer .menu-toggle-close {
	align-items: center;
	background: var(--tk-color-accent) !important;
	border-radius: 1.1rem;
	box-shadow: 0 18px 36px rgba(249, 115, 22, 0.24);
	color: #ffffff !important;
	display: inline-flex;
	height: 4rem;
	justify-content: center;
	width: 4rem;
}

.popup-drawer .menu-toggle-close:hover,
.popup-drawer .menu-toggle-close:focus {
	background: var(--tk-color-accent-dark) !important;
}

.popup-drawer .menu-toggle-close .toggle-close-bar {
	background: #ffffff !important;
	width: 1.2rem;
}

.popup-drawer .mobile-menu-container {
	padding: 0 0.35rem 0.5rem;
}

.mobile-navigation ul li {
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.mobile-navigation ul li > a,
.mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
	color: rgba(255, 255, 255, 0.94) !important;
	min-height: 48px;
	padding-block: 1rem !important;
}

.mobile-navigation ul li > a:hover,
.mobile-navigation ul li > a:focus,
.mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap:hover,
.mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap:focus {
	color: #ffffff !important;
}

.mobile-navigation ul li.current-menu-item > a,
.mobile-navigation ul li.current_page_item > a {
	color: #67e8f9 !important;
}

#mobile-drawer .mobile-navigation,
#mobile-drawer .mobile-navigation .menu,
#mobile-drawer .mobile-navigation .menu-item,
#mobile-drawer .mobile-navigation .menu-item > a,
#mobile-drawer .mobile-navigation .drawer-nav-drop-wrap,
#mobile-drawer .mobile-navigation .menu-item .kadence-svg-icon {
	color: #f8fafc !important;
	opacity: 1 !important;
}

#mobile-drawer .mobile-navigation .menu-item > a,
#mobile-drawer .mobile-navigation .drawer-nav-drop-wrap {
	font-weight: 700 !important;
	text-shadow: none !important;
}

#mobile-drawer .mobile-navigation .menu-item > a:hover,
#mobile-drawer .mobile-navigation .menu-item > a:focus,
#mobile-drawer .mobile-navigation .drawer-nav-drop-wrap:hover,
#mobile-drawer .mobile-navigation .drawer-nav-drop-wrap:focus {
	color: #ffffff !important;
}

#mobile-drawer .mobile-navigation .current-menu-item > a,
#mobile-drawer .mobile-navigation .current_page_item > a {
	color: #67e8f9 !important;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link,
.tk-button,
.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit {
	align-items: center;
	background: var(--tk-color-accent) !important;
	border: 0 !important;
	border-radius: 0.75rem !important;
	box-shadow: var(--tk-shadow-soft) !important;
	color: #ffffff !important;
	display: inline-flex;
	font-family: "Inter", sans-serif !important;
	font-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem) !important;
	font-weight: 600 !important;
	justify-content: center;
	line-height: 1.2 !important;
	min-height: 48px;
	padding: 0.95rem 1.65rem !important;
	text-decoration: none !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.tk-button:hover,
.tk-button:focus,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-cart__submit:hover {
	background: var(--tk-color-accent-dark) !important;
	box-shadow: 0 18px 34px rgba(249, 115, 22, 0.22) !important;
	color: #ffffff !important;
	transform: translateY(-1px);
}

.tk-button--secondary,
.is-style-outline > .wp-block-button__link,
.wp-block-button.is-style-outline > .wp-block-button__link {
	background: #ffffff !important;
	border: 2px solid var(--tk-color-primary) !important;
	color: var(--tk-color-primary) !important;
}

.tk-button--secondary:hover,
.tk-button--secondary:focus,
.is-style-outline > .wp-block-button__link:hover,
.is-style-outline > .wp-block-button__link:focus,
.wp-block-button.is-style-outline > .wp-block-button__link:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:focus {
	background: var(--tk-color-sand-light) !important;
	border-color: var(--tk-color-primary-dark) !important;
	color: var(--tk-color-primary-dark) !important;
}

.wp-block-button,
.tk-button-group a {
	border-radius: 0.75rem;
}

.tk-button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
	margin-top: 1rem;
}

.tk-button-group br {
	display: none;
}

.tk-button-group a {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.tk-mobile-sticky-cta {
	display: none;
}

.tk-card,
.entry.single-entry,
.entry.loop-entry,
.tk-checklist,
[data-checklist],
.tk-page-context,
.wp-block-group.has-background,
.kt-inside-inner-col > .wp-block-group.has-background {
	background: var(--tk-color-surface);
	border: 1px solid rgba(8, 145, 178, 0.08);
	border-radius: 1rem;
	box-shadow: var(--tk-shadow-card);
	overflow: hidden;
}

.tk-card:hover {
	box-shadow: var(--tk-shadow-strong);
	transform: translateY(-2px) scale(1.01);
}

.tk-card img,
.tk-card__media,
.entry-content figure img,
.kb-img,
.wp-block-cover,
.wp-block-cover__image-background {
	border-radius: 0.75rem;
}

.tk-card img,
.tk-card__media {
	aspect-ratio: 16 / 9;
	display: block;
	object-fit: cover;
	width: 100%;
}

.tk-card__content {
	padding: 1.5rem;
}

.tk-card__content > :last-child {
	margin-bottom: 0;
}

.tk-card__eyebrow {
	color: var(--tk-color-primary-dark);
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 0.45rem;
	letter-spacing: 0.08em;
	margin: 0 0 0.85rem;
	text-transform: uppercase;
}

.tk-badge {
	align-items: center;
	background: rgba(16, 185, 129, 0.12);
	border-radius: 999px;
	color: var(--tk-color-trust);
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	justify-self: start;
	line-height: 1.3;
	margin: 0 0 0.9rem;
	max-width: 100%;
	padding: 0.55rem 0.95rem;
}

.tk-section-sand,
.has-theme-palette7-background-color {
	background: var(--tk-color-sand) !important;
}

.tk-surface-highlight,
.has-theme-palette8-background-color {
	background: linear-gradient(180deg, rgba(254, 252, 232, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%) !important;
}

.tk-meta-list,
.tk-cta-banner__points,
.tk-facts-list,
.tk-cost-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tk-meta-list li,
.tk-cta-banner__points li {
	color: var(--tk-color-text);
	margin-bottom: 0.65rem;
	padding-left: 1.35rem;
	position: relative;
}

.tk-meta-list li::before,
.tk-cta-banner__points li::before {
	background: var(--tk-color-trust);
	block-size: 0.55rem;
	border-radius: 999px;
	box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12);
	content: "";
	inline-size: 0.55rem;
	left: 0;
	position: absolute;
	top: 0.6em;
}

.tk-facts-list li,
.tk-cost-box li {
	align-items: flex-start;
	border-bottom: 1px solid var(--tk-color-border);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 0.875rem 0;
}

.tk-facts-list li > strong,
.tk-cost-box li > strong {
	color: var(--tk-color-heading);
	flex: 0 0 12rem;
	font-weight: 700;
	max-width: 12rem;
}

.tk-facts-list li > span,
.tk-cost-box li > span {
	flex: 1 1 auto;
	min-width: 0;
}

.tk-facts-list li:last-child,
.tk-cost-box li:last-child {
	border-bottom: 0;
}

.tk-price-note,
.tk-cost-box__total {
	color: var(--tk-color-primary-dark);
	font-weight: 700;
}

.tk-cost-box__total {
	background: linear-gradient(180deg, rgba(8, 145, 178, 0.08) 0%, rgba(255, 255, 255, 0.98) 100%);
	border-radius: 1rem;
	margin-top: 1rem;
	padding: 1rem 1.1rem;
}

.tk-cta-banner {
	border: 1px solid rgba(249, 115, 22, 0.14);
	padding: 0;
}

.tk-affiliate-card .tk-button,
.tk-excursion-card .tk-button,
.tk-cta-banner .tk-button {
	margin-top: 1rem;
}

.tk-checklist,
[data-checklist] {
	padding: 1.25rem;
}

.tk-checklist__header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.tk-checklist__summary {
	color: var(--tk-color-text-muted);
	font-weight: 600;
	margin: 0;
}

.tk-checklist__progress-bar {
	background: rgba(8, 145, 178, 0.12);
	border-radius: 999px;
	margin-bottom: 1rem;
	overflow: hidden;
	padding: 0;
}

.tk-checklist__progress-bar > div,
.tk-checklist__progress-bar > .wp-block-group__inner-container {
	min-height: 0.75rem;
}

.tk-checklist__progress-bar span {
	background: linear-gradient(90deg, var(--tk-color-trust) 0%, var(--tk-color-primary) 100%);
	border-radius: 999px;
	display: block;
	min-height: 0.75rem;
	transition: width 0.25s ease;
}

.tk-checklist [data-checklist-item],
[data-checklist] [data-checklist-item],
[data-checklist] label {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	min-height: 48px;
	padding: 0.35rem 0;
}

.tk-checklist [data-checklist-item].is-complete,
[data-checklist] [data-checklist-item].is-complete {
	color: var(--tk-color-text-muted);
	text-decoration: line-through;
}

.tk-checklist input[type="checkbox"],
[data-checklist] input[type="checkbox"] {
	accent-color: var(--tk-color-trust);
	block-size: 1.125rem;
	flex: 0 0 auto;
	inline-size: 1.125rem;
}

.tk-page-context {
	background: linear-gradient(180deg, rgba(254, 252, 232, 0.94) 0%, rgba(255, 255, 255, 0.98) 100%);
	display: grid;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
	padding: 1rem 1.125rem;
}

.tk-breadcrumbs-list {
	color: var(--tk-color-text-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.95rem;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tk-breadcrumbs-item {
	align-items: center;
	display: inline-flex;
	gap: 0.5rem;
}

.tk-breadcrumbs-item:not(:last-child)::after {
	color: rgba(107, 114, 128, 0.7);
	content: "/";
}

.tk-breadcrumbs a,
.rank-math-breadcrumb a {
	color: var(--tk-color-primary);
	text-decoration: none;
}

body.page:not(.home) {
	background: linear-gradient(180deg, #f7fbfd 0%, #ffffff 18%, #fefce8 100%);
}

body.page:not(.home) .entry-hero.page-hero-section {
	display: none;
}

body.page:not(.home) .content-container.site-container,
body.page:not(.home) .content-wrap {
	max-width: none;
	padding-top: 0;
}

body.page:not(.home) .content-area,
body.page:not(.home) .entry-content-wrap,
body.page:not(.home) .entry-content.single-content {
	margin-top: 0 !important;
	padding-top: 0;
}

body.page:not(.home) .entry-content {
	overflow-x: clip;
	padding-bottom: clamp(3rem, 6vw, 5rem);
}

body.page:not(.home) .entry-header {
	display: none;
}

body.page:not(.home) .entry-content > * {
	margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

body.page:not(.home) .entry-content > .tk-subpage-hero,
body.page:not(.home) .entry-content > .tk-subpage-breadcrumb-bar {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

body.page:not(.home) .entry-content > .tk-subpage-facts-section {
	margin-bottom: clamp(2.25rem, 5vw, 4rem) !important;
	margin-top: 0 !important;
}

body.page:not(.home) .entry-content > .wp-block-group,
body.page:not(.home) .entry-content > .wp-block-columns,
body.page:not(.home) .entry-content > .wp-block-cover,
body.page:not(.home) .entry-content > .kb-row-layout-wrap,
body.page:not(.home) .entry-content > .tk-card {
	padding-block: clamp(2.5rem, 5vw, 4rem);
}

body.page:not(.home) .entry-content > h2,
body.page:not(.home) .entry-content > h3 {
	margin-top: clamp(2.5rem, 5vw, 4rem);
	scroll-margin-top: 7rem;
}

body.page:not(.home) .entry-content figure img,
body.page:not(.home) .entry-content .wp-block-image img,
body.page:not(.home) .entry-content > img {
	border-radius: 1rem;
	box-shadow: 0 16px 36px rgba(31, 41, 55, 0.12);
	display: block;
}

.tk-subpage-hero {
	align-items: flex-end;
	display: flex;
	isolation: isolate;
	min-height: clamp(21rem, 56vh, 34rem);
	overflow: hidden;
	position: relative;
}

.tk-subpage-hero__media,
.tk-subpage-hero__overlay {
	inset: 0;
	position: absolute;
}

.tk-subpage-hero__media {
	background-color: #0e7490;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.03);
	z-index: -2;
}

.tk-subpage-hero__overlay {
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.12) 0%, rgba(15, 23, 42, 0.62) 100%);
	z-index: -1;
}

.tk-subpage-hero__inner {
	align-items: flex-end;
	display: flex;
	min-height: inherit;
	padding-bottom: clamp(3rem, 7vw, 4.75rem);
	padding-top: clamp(6rem, 10vw, 8rem);
	position: relative;
	width: 100%;
}

.tk-subpage-hero__content {
	color: #ffffff;
	max-width: min(42rem, 100%);
	min-width: 0;
}

.tk-subpage-hero__eyebrow {
	align-items: center;
	color: rgba(254, 252, 232, 0.94);
	display: inline-flex;
	font-size: 0.8rem !important;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 0.9rem;
	text-transform: uppercase;
}

.tk-subpage-hero h1 {
	color: #ffffff !important;
	font-size: clamp(2rem, 1.6rem + 2vw, 3.5rem) !important;
	hyphens: auto;
	line-height: 1.02 !important;
	margin-bottom: 0.85rem !important;
	max-width: 12ch;
	overflow-wrap: anywhere;
	text-wrap: balance;
	word-break: break-word;
}

.tk-subpage-hero__subtitle {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: clamp(1rem, 0.96rem + 0.28vw, 1.15rem) !important;
	line-height: 1.65;
	margin: 0;
	max-width: 38rem;
}

.tk-subpage-breadcrumb-bar {
	background: linear-gradient(180deg, #f3f6f8 0%, #eef2f4 100%);
	border-bottom: 1px solid rgba(107, 114, 128, 0.12);
}

.tk-subpage-breadcrumb-bar__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	justify-content: space-between;
	padding: 0.95rem 0;
}

.tk-subpage-breadcrumb-bar .tk-breadcrumbs-list,
.tk-subpage-breadcrumb-bar .rank-math-breadcrumb,
.tk-subpage-breadcrumb-bar .rank-math-breadcrumb p {
	color: var(--tk-color-text-muted) !important;
	font-size: 0.9rem !important;
	margin: 0;
}

.tk-subpage-breadcrumb-bar .tk-breadcrumbs-item:not(:last-child)::after {
	color: rgba(107, 114, 128, 0.6);
}

.tk-subpage-breadcrumb-bar .tk-breadcrumbs a,
.tk-subpage-breadcrumb-bar .rank-math-breadcrumb a {
	color: var(--tk-color-text-muted) !important;
}

.tk-subpage-breadcrumb-bar__updated {
	margin: 0;
	white-space: nowrap;
}

.tk-subpage-facts-section {
	margin-top: -2.35rem;
	position: relative;
	z-index: 2;
}

.tk-subpage-facts {
	background: #ffffff;
	border: 1px solid rgba(8, 145, 178, 0.1);
	border-radius: 1.25rem;
	box-shadow: 0 18px 42px rgba(31, 41, 55, 0.12);
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 1.25rem;
}

.tk-subpage-fact {
	background: linear-gradient(180deg, rgba(254, 252, 232, 0.94) 0%, rgba(255, 255, 255, 0.98) 100%);
	border-radius: 1rem;
	min-width: 0;
	padding: 1rem 1.1rem;
}

.tk-subpage-fact__icon,
.tk-subpage-fact__label,
.tk-subpage-fact__value {
	margin: 0;
}

.tk-subpage-fact__icon {
	align-items: center;
	background: rgba(8, 145, 178, 0.12);
	border-radius: 999px;
	color: var(--tk-color-primary);
	display: inline-flex;
	font-size: 0.78rem !important;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 0.75rem;
	padding: 0.35rem 0.75rem;
	text-transform: uppercase;
}

.tk-subpage-fact__label {
	color: var(--tk-color-text-muted) !important;
	font-size: 0.86rem !important;
	margin-bottom: 0.3rem;
}

.tk-subpage-fact__value {
	color: var(--tk-color-text) !important;
	font-size: 1.05rem !important;
	font-weight: 700;
	line-height: 1.35;
}

.tk-subpage-body {
	--tk-reading-width: 46rem;
	--tk-module-width: min(76rem, calc(100vw - 3rem));
	margin: 0 auto;
	max-width: var(--tk-module-width);
	padding: 0 1.5rem;
}

.tk-subpage-body--hub {
	display: grid;
	gap: clamp(3rem, 5vw, 4.5rem);
}

.tk-subpage-body--money {
	display: grid;
	gap: clamp(2.75rem, 4.4vw, 4rem);
}

.tk-subpage-body__section {
	display: grid;
	gap: 1.5rem;
}

.tk-subpage-body__intro {
	display: grid;
	gap: 0.85rem;
	max-width: var(--tk-reading-width);
}

.tk-subpage-body__eyebrow {
	color: var(--tk-color-primary);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0;
	text-transform: uppercase;
}

.tk-subpage-body__section-title {
	color: var(--tk-color-text);
	font-size: clamp(2rem, 1.7rem + 1.1vw, 3rem) !important;
	line-height: 1.08 !important;
	margin: 0 !important;
	max-width: 18ch;
	text-wrap: balance;
}

.tk-subpage-body__lead {
	color: var(--tk-color-text);
	font-size: clamp(1.08rem, 1rem + 0.22vw, 1.22rem);
	line-height: 1.7;
	max-width: var(--tk-reading-width);
}

.tk-subpage-body__lead p,
.tk-subpage-body__prose p {
	margin: 0;
}

.tk-subpage-body__prose {
	color: var(--tk-color-text);
	display: grid;
	gap: 1.1rem;
	max-width: var(--tk-reading-width);
}

.tk-subpage-body__prose ul,
.tk-subpage-intro__surface ul,
.tk-subpage-checklist-card ul {
	display: grid;
	gap: 0.8rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tk-subpage-body__prose li,
.tk-subpage-intro__surface li,
.tk-subpage-checklist-card li {
	margin: 0;
	padding-left: 1.45rem;
	position: relative;
}

.tk-subpage-body__prose li::before,
.tk-subpage-intro__surface li::before,
.tk-subpage-checklist-card li::before {
	background: var(--tk-color-accent);
	block-size: 0.55rem;
	border-radius: 999px;
	content: "";
	inline-size: 0.55rem;
	inset-inline-start: 0;
	position: absolute;
	top: 0.62rem;
}

.tk-subpage-intro {
	align-items: stretch;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 1.15fr) minmax(17rem, 0.85fr);
}

.tk-subpage-intro__copy {
	display: grid;
	gap: 1rem;
	max-width: var(--tk-reading-width);
}

.tk-subpage-intro__surface {
	align-self: start;
}

.tk-subpage-intro__surface .tk-card__content {
	padding: 1.6rem;
}

.tk-money-intro,
.tk-money-split {
	align-items: stretch;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
}

.tk-money-intro__copy,
.tk-money-split__copy {
	display: grid;
	gap: 1rem;
	max-width: var(--tk-reading-width);
}

.tk-money-intro__surface,
.tk-money-split__surface {
	align-self: start;
}

.tk-money-bullet-list {
	display: grid;
	gap: 0.8rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tk-money-bullet-list li {
	margin: 0;
	padding-left: 1.45rem;
	position: relative;
}

.tk-money-bullet-list li::before {
	background: var(--tk-color-trust);
	block-size: 0.55rem;
	border-radius: 999px;
	content: "";
	inline-size: 0.55rem;
	inset-inline-start: 0;
	position: absolute;
	top: 0.62rem;
}

.tk-money-link-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.tk-money-link-row .tk-button {
	min-height: 42px;
}

.tk-money-checklist-grid,
.tk-money-sources-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tk-money-hotel-grid {
	display: grid;
	gap: 1.35rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tk-hotel-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.tk-hotel-card__media-link {
	display: block;
}

.tk-hotel-card .tk-card__content {
	display: grid;
	flex: 1 1 auto;
	gap: 0.95rem;
	height: auto;
	min-height: 0;
}

.tk-hotel-card h3 {
	font-size: clamp(1.35rem, 1.18rem + 0.42vw, 1.75rem) !important;
	line-height: 1.15 !important;
	margin: 0 !important;
}

.tk-hotel-card__title-link {
	color: inherit;
	text-decoration: none;
}

.tk-hotel-card__title-link:hover,
.tk-hotel-card__title-link:focus-visible {
	color: var(--tk-color-primary);
	text-decoration: underline;
}

.tk-hotel-card p {
	margin: 0;
}

.tk-hotel-card__footer {
	align-self: end;
	display: grid;
	gap: 0.8rem;
	margin-top: 0.2rem;
}

.tk-hotel-section__note {
	color: var(--tk-color-text-muted);
	font-size: 0.88rem !important;
	line-height: 1.5;
	margin: 1rem 0 0;
}

.tk-money-hotels-followup {
	max-width: min(56rem, 100%);
}

.tk-money-hotels-followup .tk-card__content {
	display: grid;
	gap: 1rem;
}

.tk-money-hotels-followup p:last-child {
	margin-bottom: 0;
}

.tk-money-note-card .tk-card__content,
.tk-money-fit-card .tk-card__content,
.tk-money-sources-card .tk-card__content {
	display: grid;
	gap: 1rem;
	height: 100%;
}

.tk-money-note-card p:last-child,
.tk-money-fit-card p:last-child {
	margin: 0;
}

.tk-subpage-cta-band--money {
	align-items: end;
}

.tk-money-sources-card ul {
	display: grid;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tk-money-sources-card li {
	margin: 0;
	padding-left: 1.45rem;
	position: relative;
}

.tk-money-sources-card li::before {
	background: var(--tk-color-primary);
	block-size: 0.5rem;
	border-radius: 999px;
	content: "";
	inline-size: 0.5rem;
	inset-inline-start: 0;
	position: absolute;
	top: 0.66rem;
}

.tk-money-sources-related .tk-card {
	height: 100%;
}

.tk-money-sources-related .tk-card__content {
	display: grid;
	gap: 1rem;
	height: 100%;
}

.tk-money-sources-related .tk-button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.tk-money-sources-related .tk-button-group br {
	display: none;
}

.tk-money-sources-related h2 {
	font-size: clamp(1.45rem, 1.2rem + 0.5vw, 1.95rem) !important;
	line-height: 1.15 !important;
	margin: 0 !important;
	max-width: 20ch;
}

.tk-subpage-compare-grid,
.tk-subpage-choice-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tk-subpage-compare-card,
.tk-subpage-choice-card {
	height: 100%;
}

.tk-subpage-compare-card .tk-card__content,
.tk-subpage-choice-card .tk-card__content {
	display: grid;
	gap: 1rem;
	height: 100%;
}

.tk-subpage-compare-card h3,
.tk-subpage-choice-card h3 {
	font-size: 1.4rem !important;
	line-height: 1.18 !important;
	margin: 0 !important;
}

.tk-subpage-compare-card__copy,
.tk-subpage-choice-card__copy {
	color: var(--tk-color-text);
	display: grid;
	flex: 1;
	gap: 0.85rem;
}

.tk-subpage-compare-card__copy p,
.tk-subpage-choice-card__copy p {
	margin: 0;
}

.tk-subpage-compare-card .tk-button,
.tk-subpage-choice-card .tk-button {
	align-self: end;
	justify-self: start;
	margin-top: 0.35rem;
}

.tk-subpage-map-card {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	padding: 1.5rem;
}

.tk-subpage-map-card__copy {
	display: grid;
	gap: 0.95rem;
	max-width: 32rem;
}

.tk-subpage-map-card__body {
	color: var(--tk-color-text-muted);
}

.tk-subpage-map-card__media {
	min-width: 0;
}

.tk-subpage-map-card__media--static {
	align-content: start;
	display: grid;
}

.tk-subpage-map-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tk-subpage-region-card .tk-home-region-card__link {
	min-height: 100%;
}

.tk-subpage-region-card .tk-home-region-card__image-wrap {
	aspect-ratio: 4 / 3;
}

.tk-subpage-map-card__media .kb-google-maps-container,
.tk-subpage-map-card__media iframe {
	border-radius: 1.15rem;
	overflow: hidden;
	width: 100%;
}

.tk-subpage-checklist-card {
	max-width: min(54rem, 100%);
}

.tk-subpage-cta-band {
	align-items: center;
	background: linear-gradient(135deg, rgba(8, 145, 178, 0.1) 0%, rgba(245, 230, 211, 0.92) 100%);
	border: 1px solid rgba(8, 145, 178, 0.1);
	border-radius: 1.5rem;
	box-shadow: var(--tk-shadow-card);
	display: grid;
	gap: 1rem 1.5rem;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: clamp(1.5rem, 3vw, 2.1rem);
}

.tk-subpage-cta-band__copy {
	display: grid;
	gap: 0.85rem;
	max-width: 38rem;
}

.tk-subpage-cta-band__copy .tk-subpage-body__section-title {
	font-size: clamp(1.7rem, 1.45rem + 0.7vw, 2.3rem) !important;
	max-width: none;
}

.tk-subpage-cta-band__action {
	align-self: end;
}

.tk-subpage-faq-surface {
	display: grid;
	gap: 0.9rem;
	max-width: min(52rem, 100%);
}

.tk-subpage-faq-surface details {
	background: #ffffff;
	border: 1px solid rgba(8, 145, 178, 0.12);
	border-radius: 1rem;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
	margin: 0;
	overflow: hidden;
}

.tk-subpage-faq-surface summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: space-between;
	padding: 1.15rem 1.25rem;
}

.tk-subpage-faq-surface summary::marker,
.tk-subpage-faq-surface summary::-webkit-details-marker {
	display: none;
}

.tk-subpage-faq-surface summary::after {
	color: var(--tk-color-primary);
	content: "+";
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
}

.tk-subpage-faq-surface details[open] summary::after {
	content: "-";
}

.tk-subpage-faq-surface details > *:not(summary) {
	padding: 0 1.25rem 1.25rem;
}

.tk-subpage-faq-surface p {
	margin: 0;
}

.tk-subpage-body__section--warning .tk-subpage-body__prose ul:first-of-type,
.tk-subpage-body__section--sources .tk-subpage-body__prose ul:first-of-type {
	background: #ffffff;
	border: 1px solid rgba(8, 145, 178, 0.1);
	border-radius: 1.15rem;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
	padding: 1.35rem 1.35rem 1.35rem 1.45rem;
}

.tk-subpage-body script,
.tk-subpage-map-card__media script {
	display: none !important;
}

.entry-content details,
.kt-accordion-wrap .kt-accordion-pane {
	background: #ffffff !important;
	border: 1px solid rgba(8, 145, 178, 0.16) !important;
	border-radius: 1rem !important;
	box-shadow: var(--tk-shadow-soft);
	margin-bottom: 0.9rem;
	overflow: hidden;
}

.entry-content details[open],
.kt-accordion-wrap .wp-block-kadence-pane.kt-blocks-accordion--visible,
.kt-accordion-wrap .kt-blocks-accordion-header.kt-accordion-panel-active {
	background: rgba(224, 252, 255, 0.42) !important;
	border-color: rgba(8, 145, 178, 0.36) !important;
}

.entry-content summary,
.kt-accordion-wrap .kt-blocks-accordion-header {
	background: #ffffff !important;
	border: 1px solid transparent !important;
	color: var(--tk-color-text) !important;
	cursor: pointer;
	font-size: 1rem !important;
	font-weight: 700 !important;
	line-height: 1.4;
	padding: 1rem 1.2rem !important;
	transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.entry-content details[open] summary,
.entry-content summary:hover,
.entry-content summary:focus,
.kt-accordion-wrap .kt-blocks-accordion-header:hover,
.kt-accordion-wrap .kt-blocks-accordion-header:focus-visible,
.kt-accordion-wrap .kt-blocks-accordion-header.kt-accordion-panel-active {
	background: rgba(224, 252, 255, 0.42) !important;
	border-color: rgba(8, 145, 178, 0.3) !important;
	color: var(--tk-color-primary-dark) !important;
}

.kt-accordion-wrap .kt-accordion-panel-inner {
	background: transparent !important;
	padding: 0 1.2rem 1.2rem !important;
}

.kt-accordion-wrap .kt-blocks-accordion-icon-trigger {
	background: rgba(8, 145, 178, 0.12) !important;
	border-radius: 999px;
	color: var(--tk-color-primary) !important;
}

.kt-accordion-wrap .kt-blocks-accordion-icon-trigger::before,
.kt-accordion-wrap .kt-blocks-accordion-icon-trigger::after {
	background: var(--tk-color-primary) !important;
}

.entry-content summary::marker,
.entry-content summary::-webkit-details-marker {
	color: var(--tk-color-primary);
}

.has-vivid-red-color {
	color: var(--tk-color-accent) !important;
}

.has-vivid-red-background-color {
	background-color: var(--tk-color-accent) !important;
}

.has-vivid-red-border-color {
	border-color: var(--tk-color-accent) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background,
.has-blush-bordeaux-gradient-background {
	background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
}

.site-footer-wrap {
	background: linear-gradient(180deg, rgba(245, 230, 211, 0.84) 0%, rgba(255, 255, 255, 0.98) 100%);
	border-top: 1px solid rgba(8, 145, 178, 0.08);
}

.footer-html-inner,
.site-legal-links {
	color: var(--tk-color-text-muted);
}

.site-legal-links a {
	color: var(--tk-color-primary);
	text-decoration: none;
}

body.home {
	background: #ffffff;
}

body.home .entry-content > .tk-home-hero {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

body.home .entry-content > .tk-home-hero.alignfull {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 100vw !important;
	width: 100vw !important;
}

body.home .entry-content > .tk-home-hero .tk-home-hero__inner.site-container {
	box-sizing: border-box;
	max-width: var(--global-content-width) !important;
	padding-left: clamp(1.5rem, 3vw, 2rem);
	padding-right: clamp(1.5rem, 3vw, 2rem);
	width: 100%;
}

body.home .entry-content > .tk-home-content-anchor + * {
	margin-top: 0 !important;
}

body.home .site-main-header-inner-wrap {
	min-height: 76px !important;
}

body.home .site-header-row-container-inner {
	padding-bottom: 0.4rem !important;
	padding-top: 0.4rem !important;
}

.tk-home-hero {
	align-items: flex-start;
	display: flex;
	isolation: isolate;
	min-height: 76vh;
	overflow: hidden;
	position: relative;
}

.tk-home-hero__media,
.tk-home-hero__overlay {
	inset: 0;
	position: absolute;
}

.tk-home-hero__media {
	background-color: #0e7490;
	background-position: 72% center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.02);
	z-index: -2;
}

.tk-home-hero__overlay {
	background:
		linear-gradient(96deg, rgba(6, 23, 38, 0.74) 0%, rgba(7, 31, 48, 0.56) 36%, rgba(7, 31, 48, 0.18) 70%, rgba(0, 0, 0, 0.16) 100%),
		linear-gradient(180deg, rgba(5, 23, 37, 0.12) 0%, rgba(3, 15, 27, 0.42) 100%);
	z-index: -1;
}

.tk-home-hero__inner {
	align-items: flex-start;
	display: flex;
	min-height: 72vh;
	padding-bottom: clamp(4rem, 8vw, 6rem);
	padding-top: clamp(3.5rem, 6vw, 5rem);
	position: relative;
	width: 100%;
	z-index: 1;
}

/* Mobile: mehr Luft oben für Eyebrow, mehr unten für Finder-Box */
@media (max-width: 767px) {
	.tk-home-hero__inner {
		padding-top: 2.5rem;
		padding-bottom: 5rem;
	}
}

.tk-home-hero__content {
	color: #ffffff;
	max-width: 44rem;
	padding-left: clamp(0.75rem, 1.8vw, 1.5rem);
}

.tk-home-hero__eyebrow {
	color: rgba(254, 252, 232, 0.96);
	font-size: 0.82rem !important;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.tk-home-hero h1 {
	color: #ffffff !important;
	font-size: clamp(2.4rem, 1.9rem + 2.8vw, 4.5rem) !important;
	line-height: 0.98 !important;
	margin-bottom: 0.85rem !important;
	max-width: 12ch;
}

.tk-home-hero__subtitle {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: clamp(1.02rem, 0.96rem + 0.4vw, 1.22rem) !important;
	line-height: 1.55;
	margin: 0 0 1rem;
	max-width: 31rem;
	text-shadow: 0 10px 28px rgba(15, 23, 42, 0.22);
}

.tk-home-hero__stats {
	display: grid;
	gap: 0.55rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 1rem;
	max-width: 30rem;
}

.tk-home-hero__stat {
	background: rgba(9, 24, 37, 0.38);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 1.1rem;
	padding: 0.8rem 0.9rem;
	backdrop-filter: blur(8px);
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
}

.tk-home-hero__stat-value,
.tk-home-hero__stat-label {
	margin: 0;
}

.tk-home-hero__stat-value {
	color: #ffffff;
	font-size: 0.95rem !important;
	font-weight: 700;
	line-height: 1.3;
}

.tk-home-hero__stat-label {
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 0.78rem !important;
	margin-top: 0.22rem;
}

.tk-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.tk-home-hero__quick-links {
	display: grid;
	gap: 0.65rem;
	margin-top: 0.75rem;
}

.tk-home-hero__quick-links-label {
	color: rgba(254, 252, 232, 0.92);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tk-home-hero__quick-links-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.tk-home-hero__quick-link {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-sizing: border-box;
	border-radius: 999px;
	color: #ffffff !important;
	display: grid;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1;
	min-height: 38px;
	place-items: center;
	padding: 0.55rem 0.8rem;
	text-decoration: none;
	transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.tk-home-hero__quick-link-label {
	display: block;
	line-height: 1;
	transform: translateY(-0.05em);
}

.tk-home-hero__quick-link:hover,
.tk-home-hero__quick-link:focus {
	background: rgba(255, 255, 255, 0.22);
	border-color: rgba(255, 255, 255, 0.68);
	color: #ffffff !important;
	transform: translateY(-1px);
}

.tk-home-hero__button {
	border-radius: 1rem;
	box-sizing: border-box;
	display: grid;
	font-size: clamp(0.98rem, 0.96rem + 0.16vw, 1.08rem);
	font-weight: 700;
	line-height: 1;
	min-height: 54px;
	place-items: center;
	padding: 0 1.45rem;
	text-align: center;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.tk-home-hero__button-label {
	display: block;
	line-height: 1;
	transform: translateY(-0.06em);
}

.tk-home-hero__button:hover,
.tk-home-hero__button:focus {
	transform: translateY(-1px);
}

.tk-home-hero__button--primary {
	background: var(--tk-color-accent);
	box-shadow: 0 22px 42px rgba(249, 115, 22, 0.28);
	color: #ffffff !important;
}

.tk-home-hero__button--primary:hover,
.tk-home-hero__button--primary:focus {
	background: var(--tk-color-accent-dark);
	color: #ffffff !important;
}

.tk-home-hero__button--secondary {
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.58);
	color: #ffffff !important;
}

.tk-home-hero__button--secondary:hover,
.tk-home-hero__button--secondary:focus {
	background: rgba(255, 255, 255, 0.2);
	border-color: #ffffff;
	color: #ffffff !important;
}

.tk-family-finder {
	display: grid;
	gap: 1rem;
	margin: 1.2rem 0 1rem;
}

.tk-family-finder--home {
	background: rgba(7, 31, 48, 0.36);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 1.5rem;
	box-shadow: 0 20px 42px rgba(15, 23, 42, 0.18);
	padding: 1rem;
}

.tk-family-finder--hub {
	background: linear-gradient(135deg, rgba(8, 145, 178, 0.08) 0%, rgba(254, 252, 232, 0.9) 100%);
	border: 1px solid rgba(8, 145, 178, 0.12);
	border-radius: 1.5rem;
	padding: 1.2rem;
}

.tk-family-finder__header {
	display: grid;
	gap: 0.3rem;
}

.tk-family-finder__eyebrow,
.tk-family-finder__title,
.tk-family-finder__text {
	margin: 0;
}

.tk-family-finder__eyebrow {
	color: var(--tk-color-primary);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.tk-family-finder--home .tk-family-finder__eyebrow {
	color: rgba(254, 252, 232, 0.92);
}

.tk-family-finder__title {
	color: var(--tk-color-heading);
	font-size: clamp(1.05rem, 0.96rem + 0.48vw, 1.35rem);
	font-weight: 800;
	line-height: 1.2;
}

.tk-family-finder--home .tk-family-finder__title {
	color: #ffffff;
}

.tk-family-finder__text {
	color: var(--tk-color-muted);
	font-size: 0.92rem;
	line-height: 1.55;
	max-width: 42rem;
}

.tk-family-finder--home .tk-family-finder__text {
	color: rgba(255, 255, 255, 0.84);
}

.tk-family-finder__presets {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.tk-family-finder__preset {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	font: inherit;
	font-size: 0.84rem;
	font-weight: 600;
	line-height: 1;
	min-height: 38px;
	padding: 0 0.85rem;
	transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.tk-family-finder--hub .tk-family-finder__preset {
	background: #ffffff;
	border-color: rgba(8, 145, 178, 0.18);
	color: var(--tk-color-primary);
}

.tk-family-finder__preset:hover,
.tk-family-finder__preset:focus {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.48);
	transform: translateY(-1px);
}

.tk-family-finder--hub .tk-family-finder__preset:hover,
.tk-family-finder--hub .tk-family-finder__preset:focus {
	background: rgba(8, 145, 178, 0.08);
	border-color: rgba(8, 145, 178, 0.3);
}

.tk-family-finder__form {
	display: grid;
	gap: 0.95rem;
}

.tk-family-finder__filters {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tk-family-finder__field {
	display: grid;
	gap: 0.4rem;
}

.tk-family-finder__label {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.tk-family-finder--hub .tk-family-finder__label {
	color: var(--tk-color-muted);
}

.tk-family-finder__select {
	appearance: none;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 1rem;
	box-sizing: border-box;
	color: #ffffff !important;
	font: inherit;
	font-size: 0.96rem;
	font-weight: 600;
	line-height: 1.35;
	min-height: 52px;
	padding: 0.9rem 1rem;
	width: 100%;
}

.tk-family-finder__select:focus {
	border-color: rgba(255, 255, 255, 0.56);
	outline: none;
}

.tk-family-finder__select option {
	color: #0f172a;
}

.tk-family-finder--hub .tk-family-finder__select {
	background: #ffffff;
	border-color: rgba(8, 145, 178, 0.16);
	color: var(--tk-color-heading);
}

.tk-family-finder--home .tk-family-finder__select {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.26);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: #f8fafc !important;
}

.tk-family-finder--home .tk-family-finder__select:hover,
.tk-family-finder--home .tk-family-finder__select:focus {
	background: rgba(255, 255, 255, 0.24);
	border-color: rgba(255, 255, 255, 0.5);
}

.tk-family-finder__result {
	border-radius: 1.35rem;
}

.tk-family-finder__result .tk-card__content {
	padding: 1rem 1rem 0.85rem;
}

.tk-family-finder__result-title,
.tk-family-finder__result-text {
	margin: 0;
}

.tk-family-finder__result-title {
	color: var(--tk-color-heading);
	font-size: clamp(1.15rem, 1rem + 0.55vw, 1.5rem);
	font-weight: 800;
	line-height: 1.18;
	margin-top: 0.15rem;
}

.tk-family-finder__result-text {
	color: var(--tk-color-text);
	font-size: 0.98rem;
	line-height: 1.65;
	margin-top: 0.75rem;
}

.tk-family-finder__result-facts {
	display: grid;
	gap: 0.45rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0.8rem 0 0;
	padding: 0;
}

.tk-family-finder__result-facts li {
	color: var(--tk-color-text);
	font-size: 0.92rem;
	line-height: 1.55;
	padding-left: 1.1rem;
	position: relative;
}

.tk-family-finder__result-facts li::before {
	background: var(--tk-color-success);
	border-radius: 999px;
	content: "";
	height: 0.45rem;
	left: 0;
	position: absolute;
	top: 0.52rem;
	width: 0.45rem;
}

.tk-family-finder__result-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: space-between;
	padding: 0.85rem 1rem 1rem;
}

.tk-family-finder__result-button {
	min-width: 220px;
	text-align: center;
}

.tk-family-finder__result-secondary {
	color: var(--tk-color-primary);
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
}

.tk-family-finder__result-secondary:hover,
.tk-family-finder__result-secondary:focus {
	color: var(--tk-color-primary-dark);
}

.tk-home-pathways {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(254, 252, 232, 0.78) 100%);
}

.tk-family-pathways {
	display: grid;
	gap: 1.35rem;
}

.tk-family-pathways__intro {
	display: grid;
	gap: 0.45rem;
	max-width: 42rem;
}

.tk-family-pathways__eyebrow,
.tk-family-pathways__title,
.tk-family-pathways__text,
.tk-family-pathway-card__title,
.tk-family-pathway-card__why,
.tk-family-pathway-card__fact {
	margin: 0;
}

.tk-family-pathways__eyebrow {
	color: var(--tk-color-primary);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.tk-family-pathways__title {
	color: var(--tk-color-heading);
	font-size: clamp(1.45rem, 1.22rem + 0.82vw, 2.2rem);
	font-weight: 800;
	line-height: 1.12;
}

.tk-family-pathways__text {
	color: var(--tk-color-muted);
	font-size: 1rem;
	line-height: 1.6;
}

.tk-family-pathways__grid {
	display: grid;
	gap: 1.2rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tk-family-pathway-card {
	height: 100%;
}

.tk-family-pathway-card .tk-card__content {
	display: grid;
	gap: 0.95rem;
	height: 100%;
}

.tk-family-pathway-card__title {
	color: var(--tk-color-heading);
	font-size: clamp(1.2rem, 1.06rem + 0.32vw, 1.45rem);
	font-weight: 800;
	line-height: 1.18;
}

.tk-family-pathway-card__why {
	color: var(--tk-color-text);
	font-size: 0.98rem;
	line-height: 1.65;
}

.tk-family-pathway-card__fact {
	color: var(--tk-color-primary-dark);
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.55;
}

.tk-family-pathway-card .tk-button {
	width: 100%;
}

.tk-home-content-anchor {
	display: block;
	height: 0;
}

body.home .entry-hero.page-hero-section {
	display: none;
}

body.home .content-container.site-container,
body.home .content-wrap {
	max-width: none;
	padding-top: 0;
}

body.home .content-area,
body.home .entry-content-wrap,
body.home .entry-content.single-content {
	margin-top: 0;
	padding-top: 0;
}

body.home .entry-content {
	overflow: clip;
}

body.home .site-main-header-inner-wrap {
	min-height: 76px !important;
}

body.home .site-header-row-container-inner {
	padding-bottom: 0.4rem !important;
	padding-top: 0.4rem !important;
}

body.home .entry-content > .tk-home-section {
	margin-bottom: 0 !important;
}

.tk-home-section {
	padding: clamp(2.75rem, 6vw, 5rem) 0;
}

.tk-home-section__eyebrow {
	color: var(--tk-color-primary);
	font-size: 0.85rem !important;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 0.9rem;
	text-transform: uppercase;
}

.tk-home-section__eyebrow--light {
	color: rgba(254, 252, 232, 0.92);
}

.tk-home-section__intro {
	margin: 0 0 2rem;
	max-width: 44rem;
}

.tk-home-section__intro--centered {
	margin-inline: auto;
	text-align: center;
}

.tk-home-section__intro p:last-child,
.tk-home-promise__copy p:last-of-type {
	margin-bottom: 0;
}

.tk-home-usps {
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(31, 41, 55, 0.06);
	padding: 1.4rem 0;
}

.tk-home-usps__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tk-home-usps__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	justify-content: center;
	min-height: 96px;
	text-align: center;
}

.tk-home-usps__icon {
	font-size: 1.7rem;
	line-height: 1;
}

.tk-home-usps__value,
.tk-home-usps__label {
	margin: 0;
}

.tk-home-usps__value {
	color: var(--tk-color-primary);
	font-size: 1.05rem !important;
	font-weight: 700;
}

.tk-home-usps__label {
	color: var(--tk-color-text);
	font-size: 0.92rem !important;
}

.tk-home-promise {
	background: #fefce8;
}

.tk-home-promise__grid {
	align-items: center;
	display: grid;
	gap: clamp(1.75rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.tk-home-promise__copy h2,
.tk-home-regions h2,
.tk-home-costs h2,
.tk-home-faq h2,
.tk-home-newsletter h2 {
	margin-bottom: 1rem !important;
}

.tk-home-promise__checks {
	display: grid;
	gap: 0.9rem;
	list-style: none;
	margin: 1.6rem 0 0;
	padding: 0;
}

.tk-home-promise__checks li {
	align-items: flex-start;
	display: flex;
	gap: 0.75rem;
	margin: 0;
}

.tk-home-promise__checks span {
	color: var(--tk-color-trust);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.6;
}

.tk-home-promise__media {
	margin: 0;
}

.tk-home-promise__media img {
	aspect-ratio: 4 / 3;
	border-radius: 1.5rem;
	box-shadow: var(--tk-shadow-card);
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.tk-home-regions {
	background: #ffffff;
}

.tk-home-regions__grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tk-home-region-card {
	min-width: 0;
}

.tk-home-region-card__link {
	background: #ffffff;
	border-radius: 1.5rem;
	box-shadow: 0 16px 30px rgba(31, 41, 55, 0.12);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tk-home-region-card__link:hover,
.tk-home-region-card__link:focus-visible {
	box-shadow: 0 24px 48px rgba(31, 41, 55, 0.18);
	transform: scale(1.03);
}

.tk-home-region-card__image-wrap {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.tk-home-region-card__image-wrap img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.35s ease;
	width: 100%;
}

.tk-home-region-card__link:hover .tk-home-region-card__image-wrap img,
.tk-home-region-card__link:focus-visible .tk-home-region-card__image-wrap img {
	transform: scale(1.05);
}

.tk-home-region-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.9rem;
	padding: 1.5rem;
}

.tk-home-region-card__meta h3,
.tk-home-region-card__copy,
.tk-home-region-card__price {
	margin: 0;
}

.tk-home-region-card__price {
	color: var(--tk-color-primary);
	font-size: 0.95rem !important;
	font-weight: 700;
	margin-top: 0.35rem;
}

.tk-home-region-card__copy {
	color: var(--tk-color-text-muted);
	font-size: 0.98rem !important;
}

.tk-home-costs {
	background: #fefce8;
}

.tk-home-costs__card {
	background: #ffffff;
	border-radius: 1.5rem;
	box-shadow: 0 18px 40px rgba(31, 41, 55, 0.12);
	margin: 0 auto;
	max-width: 40rem;
	padding: clamp(1.5rem, 3vw, 2.25rem);
}

.tk-home-costs__row {
	align-items: center;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 1rem 0;
}

.tk-home-costs__row:first-child {
	padding-top: 0;
}

.tk-home-costs__row--total {
	border-bottom: 0;
	color: var(--tk-color-primary);
	font-size: 1.05rem;
	font-weight: 700;
	padding-bottom: 0;
}

.tk-home-costs__item,
.tk-home-costs__amount {
	margin: 0;
}

.tk-home-costs__amount {
	font-weight: 600;
	text-align: right;
}

.tk-home-costs__cta {
	align-items: center;
	background: var(--tk-color-accent);
	border-radius: 1rem;
	box-shadow: 0 18px 36px rgba(249, 115, 22, 0.25);
	color: #ffffff !important;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	margin-top: 1.75rem;
	min-height: 54px;
	padding: 0.95rem 1.5rem;
	text-decoration: none;
	transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
	width: 100%;
}

.tk-home-costs__cta:hover,
.tk-home-costs__cta:focus {
	background: var(--tk-color-accent-dark);
	box-shadow: 0 22px 42px rgba(234, 88, 12, 0.28);
	color: #ffffff !important;
	transform: translateY(-1px);
}

.tk-home-faq {
	background: #ffffff;
}

.tk-home-faq__list {
	margin: 0 auto;
	max-width: 56rem;
}

.tk-home-faq .entry-content details,
.tk-home-faq details {
	background: #ffffff !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 1rem !important;
	box-shadow: none;
	margin-bottom: 0.75rem;
}

.tk-home-faq details[open] {
	background: rgba(236, 254, 255, 0.9) !important;
	border-color: var(--tk-color-primary) !important;
}

.tk-home-faq summary {
	align-items: center;
	background: transparent !important;
	color: var(--tk-color-text) !important;
	display: flex;
	font-size: 1.02rem !important;
	justify-content: space-between;
	list-style: none;
	padding: 1.15rem 1.25rem !important;
}

.tk-home-faq summary::marker,
.tk-home-faq summary::-webkit-details-marker {
	display: none;
}

.tk-home-faq summary::after {
	color: var(--tk-color-primary);
	content: "+";
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
}

.tk-home-faq details[open] summary::after {
	content: "-";
}

.tk-home-faq__answer {
	padding: 0 1.25rem 1.25rem;
}

.tk-home-faq__answer p {
	margin: 0;
}

.tk-home-newsletter {
	background: #ffffff;
}

.tk-home-newsletter__inner {
	background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
	border-radius: 1.75rem;
	box-shadow: 0 24px 50px rgba(14, 116, 144, 0.25);
	color: #ffffff;
	padding: clamp(1.75rem, 4vw, 3rem);
}

.tk-home-newsletter__inner h2,
.tk-home-newsletter__inner p {
	color: #ffffff !important;
}

.tk-home-newsletter__copy {
	margin-bottom: 1.5rem;
	max-width: 38rem;
}

.tk-home-newsletter__form {
	display: flex;
	gap: 0.9rem;
}

.tk-home-newsletter__form input {
	background: #ffffff;
	border: 0;
	border-radius: 1rem;
	color: var(--tk-color-text) !important;
	flex: 1;
	font-size: 1rem;
	min-height: 56px;
	padding: 0 1rem;
}

.tk-home-newsletter__form input::placeholder {
	color: #6b7280;
}

.tk-home-newsletter__form button {
	background: var(--tk-color-accent);
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 18px 36px rgba(249, 115, 22, 0.22);
	color: #ffffff;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 700;
	min-height: 56px;
	padding: 0 1.5rem;
	transition: transform 0.25s ease, background-color 0.25s ease;
}

.tk-home-newsletter__form button:hover,
.tk-home-newsletter__form button:focus {
	background: var(--tk-color-accent-dark);
	transform: translateY(-1px);
}

.tk-home-newsletter__note {
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 0.92rem !important;
	margin: 1rem 0 0;
}

.tk-site-footer {
	background:
		radial-gradient(circle at top left, rgba(8, 145, 178, 0.2) 0%, transparent 34%),
		linear-gradient(180deg, #102437 0%, #0f1d2d 100%);
	color: #ffffff;
	overflow: hidden;
	position: relative;
}

.tk-site-footer__main {
	padding: clamp(3.25rem, 5vw, 5rem) 0 2.2rem;
}

.tk-site-footer__grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
}

.tk-site-footer__eyebrow {
	color: rgba(254, 252, 232, 0.88);
	font-size: 0.78rem !important;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 0.85rem;
	text-transform: uppercase;
}

.tk-site-footer__brand-title {
	color: #ffffff;
	font-size: 1.35rem !important;
	font-weight: 800;
	margin: 0 0 0.75rem;
}

.tk-site-footer__brand-lockup {
	align-items: center;
	display: inline-flex;
	gap: 0.9rem;
	margin-bottom: 0.75rem;
}

.tk-site-footer__brand-lockup .tk-site-footer__brand-title {
	margin: 0;
}

.tk-site-footer__mark {
	align-items: center;
	background: linear-gradient(145deg, #0891b2 0%, #0e7490 100%);
	border-radius: 0.95rem;
	box-shadow: 0 18px 32px rgba(8, 145, 178, 0.2);
	color: #ffffff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	height: 3rem;
	justify-content: center;
	letter-spacing: 0.08em;
	width: 3rem;
}

.tk-site-footer__brand p,
.tk-site-footer__nav li,
.tk-site-footer__legal {
	color: #9ca3af;
}

.tk-site-footer__brand > p:last-of-type {
	margin-bottom: 0;
	max-width: 24rem;
}

.tk-site-footer__trust-list {
	display: grid;
	gap: 0.7rem;
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
}

.tk-site-footer__trust-list li {
	align-items: flex-start;
	color: #d1d5db;
	display: flex;
	gap: 0.7rem;
	margin: 0;
}

.tk-site-footer__trust-list li::before {
	color: #f97316;
	content: "•";
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 0.1rem;
}

.tk-site-footer__heading {
	color: #ffffff;
	font-size: 1rem !important;
	font-weight: 700;
	margin: 0 0 1rem;
}

.tk-site-footer__nav ul {
	display: grid;
	gap: 0.7rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tk-site-footer__nav li {
	margin: 0;
}

.tk-site-footer__nav a,
.tk-site-footer__legal a {
	color: #9ca3af;
	text-decoration: none;
}

.tk-site-footer__nav a:hover,
.tk-site-footer__nav a:focus,
.tk-site-footer__legal a:hover,
.tk-site-footer__legal a:focus {
	color: var(--tk-color-primary);
}

.tk-site-footer__cta {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 1.5rem;
	box-shadow: 0 24px 45px rgba(0, 0, 0, 0.14);
	padding: 1.4rem;
}

.tk-site-footer__cta p {
	color: #d1d5db;
	margin: 0;
}

.tk-site-footer__button {
	align-items: center;
	background: var(--tk-color-accent);
	border-radius: 1rem;
	box-shadow: 0 18px 34px rgba(249, 115, 22, 0.24);
	color: #ffffff !important;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	margin-top: 1rem;
	min-height: 52px;
	padding: 0 1.3rem;
	text-decoration: none;
	transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.tk-site-footer__button:hover,
.tk-site-footer__button:focus {
	background: var(--tk-color-accent-dark);
	box-shadow: 0 22px 40px rgba(234, 88, 12, 0.28);
	color: #ffffff !important;
	transform: translateY(-1px);
}

.tk-site-footer__cta-note {
	color: #9ca3af !important;
	font-size: 0.92rem !important;
	margin-top: 0.95rem !important;
}

.tk-site-footer__legal {
	border-top: 1px solid rgba(156, 163, 175, 0.18);
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem 1.25rem;
	justify-content: space-between;
	padding: 1.15rem 0 1.75rem;
}

.tk-site-footer__legal p {
	margin: 0;
}

.tk-site-footer__legal-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1rem;
}

body.home .kb-row-layout-id6_9f3232-6c {
	background: var(--tk-color-sand-light) !important;
}

body.home .kb-row-layout-id6_9f3232-6c h2,
body.home .kb-row-layout-id6_9f3232-6c p {
	color: var(--tk-color-text) !important;
}

body.home .kb-row-layout-id6_9f3232-6c .kb-img,
body.home .kb-row-layout-id6_9f3232-6c .kb-image6_ebcf25-9a img.kb-img,
body.home .kb-row-layout-id6_9f3232-6c .kb-image6_ebcf25-9a .kb-img img {
	border-color: rgba(8, 145, 178, 0.12) !important;
}

body.home .kb-row-layout-id6_867c81-6c {
	background: #ffffff !important;
}

body.home .kt-adv-heading6_600bc4-ae,
body.home .kb-image6_ebcf25-9a figcaption {
	display: none;
}

@media (min-width: 768px) {
	.tk-card__content {
		padding: 1.75rem;
	}

	.tk-button-group {
		align-items: center;
	}

	.tk-home-usps__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tk-home-regions__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tk-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1279px) {
	.main-navigation .primary-menu-container > ul.menu {
		gap: 0.25rem 0.8rem;
	}

	.main-navigation .primary-menu-container > ul > li.menu-item > a {
		font-size: 0.92rem !important;
	}
}

@media (max-width: 1279px) {
	#main-header {
		display: none !important;
	}

	#mobile-header {
		display: block !important;
	}
}

@media (max-width: 1024px) {
	.content-area {
		margin-bottom: 2.5rem !important;
		margin-top: 2.5rem !important;
	}

	body.page:not(.home) .content-area {
		margin-top: 0 !important;
	}

	.tk-subpage-intro,
	.tk-subpage-map-card,
	.tk-subpage-cta-band {
		grid-template-columns: 1fr;
	}

	.tk-family-finder__filters,
	.tk-family-finder__result-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tk-family-pathways__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.site-branding a.brand img,
	.site-branding a.brand img.svg-logo-image {
		height: auto !important;
		max-height: 48px !important;
		max-width: none !important;
		width: auto !important;
	}

	.site-branding a.brand::before {
		height: 3rem;
		width: 3rem;
	}

	.site-branding .site-title,
	.site-branding .site-title a {
		font-size: 1.125rem !important;
	}

	#mobile-header .site-main-header-inner-wrap,
	#masthead .site-main-header-inner-wrap {
		min-height: 64px;
	}

	#mobile-header .site-header-row-container-inner,
	#masthead .site-header-row-container-inner {
		padding-bottom: 0.3rem !important;
		padding-top: 0.3rem !important;
	}

	.entry-content > * {
		margin-bottom: 1.25rem;
	}

	.tk-card__content,
	.tk-checklist,
	.tk-page-context {
		padding: 1.125rem;
	}

	.tk-subpage-body {
		--tk-module-width: calc(100vw - 2.5rem);
		padding: 0 1.25rem;
	}

	.tk-subpage-body--hub {
		gap: 2.4rem;
	}

	.tk-subpage-body--money {
		gap: 2.2rem;
	}

	.tk-subpage-body__section {
		gap: 1.1rem;
	}

	.tk-subpage-body__section-title {
		font-size: clamp(1.7rem, 7vw, 2.35rem) !important;
		max-width: 12ch;
	}

	.tk-subpage-body__lead {
		font-size: 1rem;
		line-height: 1.65;
	}

	.tk-subpage-intro,
	.tk-money-intro,
	.tk-money-split,
	.tk-money-hotel-grid,
	.tk-subpage-compare-grid,
	.tk-subpage-choice-grid,
	.tk-money-checklist-grid,
	.tk-money-sources-grid,
	.tk-subpage-map-card,
	.tk-subpage-cta-band {
		grid-template-columns: 1fr;
	}

	.tk-subpage-map-card,
	.tk-subpage-cta-band,
	.tk-subpage-intro__surface .tk-card__content {
		padding: 1.2rem;
	}

	.tk-subpage-map-grid {
		grid-template-columns: 1fr;
	}

	.tk-money-link-row {
		gap: 0.65rem;
	}

	.tk-subpage-compare-card .tk-button,
	.tk-subpage-choice-card .tk-button,
	.tk-subpage-cta-band__action .tk-button,
	.tk-money-link-row .tk-button,
	.tk-money-sources-related .tk-button-group .tk-button {
		width: 100%;
	}

	.tk-facts-list li,
	.tk-cost-box li {
		flex-direction: column;
		gap: 0.35rem;
	}

	.tk-facts-list li > strong,
	.tk-cost-box li > strong,
	.tk-facts-list li > span,
	.tk-cost-box li > span {
		flex: 0 0 auto;
		max-width: none;
		width: 100%;
	}

	.tk-subpage-faq-surface summary {
		font-size: 0.98rem;
		padding: 1rem;
	}
	.main-navigation .primary-menu-container > ul > li.tk-nav-cta {
		margin-left: 0;
	}

	.mobile-navigation ul li.tk-nav-cta {
		border-bottom: 0;
		padding-top: 0.5rem;
	}

	.mobile-navigation ul li.tk-nav-cta > a {
		width: 100%;
	}

	.tk-home-hero,
	.tk-home-hero__inner {
		min-height: 74vh;
	}

	.tk-home-hero__inner {
		align-items: flex-start;
		justify-content: flex-start;
		padding-bottom: 2.5rem;
		padding-top: 6rem;
		text-align: left;
	}

	.tk-home-hero__content {
		margin-inline: 0;
		max-width: min(32rem, 100%);
		padding-left: 1rem;
	}

	.tk-home-hero__media {
		background-position: 56% center;
	}

	.tk-home-hero h1 {
		margin-inline: 0;
		font-size: clamp(2.1rem, 8vw, 3rem) !important;
		margin-bottom: 0.9rem !important;
		line-break: auto;
		max-width: 11ch;
		overflow-wrap: normal;
		word-break: keep-all;
		hyphens: none;
	}

	.tk-home-hero__subtitle {
		font-size: 1rem !important;
		line-height: 1.5;
		margin-bottom: 1.1rem;
		margin-inline: 0;
		max-width: 24rem;
	}

	.tk-home-hero__actions {
		flex-direction: column;
		gap: 0.7rem;
	}

	.tk-home-hero__button {
		border-radius: 1.2rem;
		box-sizing: border-box;
		display: grid;
		font-size: 1.18rem;
		height: 68px;
		line-height: 1;
		min-height: 68px;
		place-items: center;
		padding: 0 1.2rem;
		width: 100%;
	}

	.tk-home-hero__button-label {
		transform: translateY(-0.07em);
	}

	.tk-home-hero__stats {
		margin-bottom: 1.15rem;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.55rem;
	}

	.tk-family-finder {
		margin: 1.15rem 0 1rem;
		text-align: left;
	}

	.tk-family-finder--home,
	.tk-family-finder--hub {
		padding: 1rem;
	}

	.tk-family-finder__filters,
	.tk-family-finder__result-facts {
		grid-template-columns: 1fr;
	}

	.tk-family-finder__result-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.tk-family-finder__result-button {
		min-width: 0;
		width: 100%;
	}

	.tk-family-finder__result-secondary {
		text-align: center;
	}

	.tk-home-hero__stat {
		border-radius: 0.95rem;
		min-height: 0;
		padding: 0.8rem 0.4rem;
	}

	.tk-home-hero__stat-value {
		font-size: 0.95rem !important;
		line-height: 1.25;
	}

	.tk-home-hero__stat-label {
		display: none;
	}

	.tk-home-hero__quick-links {
		display: none;
	}

	.tk-home-section {
		padding: 2.5rem 0;
	}

	.tk-home-usps__grid,
	.tk-family-pathways__grid,
	.tk-home-promise__grid,
	.tk-home-regions__grid,
	.tk-site-footer__grid {
		grid-template-columns: 1fr;
	}

	.tk-home-promise__media {
		order: -1;
	}

	.tk-home-usps__item {
		min-height: 88px;
	}

	.tk-home-region-card__body,
	.tk-home-costs__card,
	.tk-home-newsletter__inner {
		padding: 1.25rem;
	}

	.tk-home-costs__row {
		align-items: flex-start;
		flex-direction: column;
	}

	.tk-home-costs__amount {
		text-align: left;
	}

	.tk-home-faq summary {
		font-size: 1rem !important;
		padding: 1rem !important;
	}

	.tk-home-faq__answer {
		padding: 0 1rem 1rem;
	}

	.tk-home-newsletter__form,
	.tk-site-footer__legal {
		flex-direction: column;
	}

	.tk-site-footer__cta {
		padding: 1.2rem;
	}

	.tk-site-footer__button {
		width: 100%;
	}

	.tk-site-footer__legal-links {
		flex-direction: column;
		gap: 0.55rem;
	}

	.tk-home-newsletter__form button {
		width: 100%;
	}

	body.page:not(.home) .content-area {
		margin-bottom: 2rem !important;
		margin-top: 0 !important;
	}

	body.tk-has-mobile-sticky-cta {
		padding-bottom: calc(7.5rem + env(safe-area-inset-bottom));
	}

	.tk-mobile-sticky-cta {
		bottom: 0;
		display: block;
		left: 0;
		padding: 0.75rem 0.85rem calc(0.85rem + env(safe-area-inset-bottom));
		pointer-events: none;
		position: fixed;
		right: 0;
		z-index: 1300;
	}

	.tk-mobile-sticky-cta__inner {
		align-items: center;
		background: rgba(255, 255, 255, 0.96);
		backdrop-filter: blur(16px);
		border: 1px solid rgba(8, 145, 178, 0.14);
		border-radius: 1.2rem;
		box-shadow: 0 -10px 28px rgba(31, 41, 55, 0.12);
		display: grid;
		gap: 0.8rem;
		margin: 0 auto;
		max-width: 32rem;
		padding: 0.85rem 0.9rem;
		pointer-events: auto;
	}

	.tk-mobile-sticky-cta__copy {
		display: grid;
		gap: 0.18rem;
	}

	.tk-mobile-sticky-cta__eyebrow,
	.tk-mobile-sticky-cta__text {
		margin: 0;
	}

	.tk-mobile-sticky-cta__eyebrow {
		color: var(--tk-color-primary);
		font-size: 0.72rem !important;
		font-weight: 800;
		letter-spacing: 0.12em;
		text-transform: uppercase;
	}

	.tk-mobile-sticky-cta__text {
		color: var(--tk-color-text);
		font-size: 0.93rem !important;
		line-height: 1.35;
	}

	.tk-mobile-sticky-cta__button {
		min-height: 3.45rem;
		width: 100%;
	}

	body.page:not(.home) .entry-content > * {
		margin-bottom: 1.5rem;
	}

	body.page:not(.home) .entry-content > .tk-subpage-hero.alignfull,
	body.page:not(.home) .entry-content > .tk-subpage-breadcrumb-bar.alignfull,
	body.page:not(.home) .entry-content > .tk-subpage-facts-section.alignfull {
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
		max-width: 100vw !important;
		width: 100vw !important;
	}

	body.page:not(.home) .entry-content > .tk-subpage-hero .site-container,
	body.page:not(.home) .entry-content > .tk-subpage-breadcrumb-bar .site-container,
	body.page:not(.home) .entry-content > .tk-subpage-facts-section .site-container {
		box-sizing: border-box;
		max-width: 100% !important;
		padding-left: 1rem;
		padding-right: 1rem;
		width: 100%;
	}

	body.page:not(.home) .entry-content > .wp-block-group,
	body.page:not(.home) .entry-content > .wp-block-columns,
	body.page:not(.home) .entry-content > .wp-block-cover,
	body.page:not(.home) .entry-content > .kb-row-layout-wrap,
	body.page:not(.home) .entry-content > .tk-card {
		padding-block: 2.5rem;
	}

	.tk-subpage-hero {
		min-height: 20rem;
	}

	.tk-subpage-hero__inner {
		padding-bottom: 2.25rem;
		padding-inline: 0;
		padding-top: 6rem;
	}

	.tk-subpage-hero__content {
		max-width: min(20rem, 100%);
	}

	.tk-subpage-hero__eyebrow {
		font-size: 0.72rem !important;
		letter-spacing: 0.12em;
		margin-bottom: 0.7rem;
	}

	.tk-subpage-hero h1 {
		font-size: clamp(1.8rem, 8.5vw, 2.35rem) !important;
		line-height: 0.98 !important;
		max-width: 100%;
	}

	.tk-subpage-hero__subtitle {
		font-size: 0.96rem !important;
		line-height: 1.45;
		max-width: 100%;
	}

	.tk-subpage-breadcrumb-bar__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.tk-subpage-breadcrumb-bar__updated {
		font-size: 0.88rem !important;
		white-space: normal;
	}

	.tk-subpage-facts-section {
		margin-top: -1.5rem;
	}

	.tk-subpage-facts {
		grid-template-columns: 1fr;
		gap: 0.75rem;
		padding: 0.85rem;
	}

	.tk-subpage-fact {
		border-radius: 0.9rem;
		display: grid;
		gap: 0.35rem;
		padding: 0.72rem 0.85rem;
	}

	.tk-subpage-fact__icon {
		font-size: 0.72rem !important;
		margin-bottom: 0.15rem;
		padding: 0.25rem 0.6rem;
	}

	.tk-subpage-fact__label {
		font-size: 0.82rem !important;
		margin-bottom: 0.2rem;
	}

	.tk-subpage-fact__value {
		font-size: 0.94rem !important;
		line-height: 1.25;
	}
}

/* Fix: Mobile Hero alignfull breakout - DR-5 */
@media (max-width: 767px) {
	body.page:not(.home) .entry-content > .tk-subpage-hero.alignfull,
	body.page:not(.home) .entry-content > .tk-subpage-breadcrumb-bar.alignfull,
	body.page:not(.home) .entry-content > .tk-subpage-facts-section.alignfull {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* Fix: Homepage Hero alignfull breakout on mobile */
@media (max-width: 767px) {
	body.home .entry-content > .tk-home-hero.alignfull {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	body.home .entry-content > .tk-home-hero .site-container {
		box-sizing: border-box;
		max-width: 100% !important;
		padding-left: 1rem;
		padding-right: 1rem;
		width: 100%;
	}
}
