/*
Theme Name: Texas Zoom Child
Theme URI: https://texaszoom.com
Description: Elementor-friendly child theme layer for Texas Zoom Mortgage. Keeps visual utilities in the theme and business logic in the Texas Zoom Mortgage Core plugin.
Author: Z&S of Texas, LLC DBA Texas Zoom Mortgage
Template: hello-elementor
Version: 0.2.4
Text Domain: texaszoom-child
*/

:root {
	--tzm-blue: #053b73;
	--tzm-blue-dark: #031f3e;
	--tzm-blue-bright: #0b66d8;
	--tzm-black: #07111f;
	--tzm-white: #ffffff;
	--tzm-gray-50: #f7f9fc;
	--tzm-gray-100: #edf2f7;
	--tzm-gray-300: #c8d2df;
	--tzm-gray-700: #334155;
	--tzm-gray-600: #5d6b7c;
	--tzm-blue-soft: #d9eaff;
	--tzm-glass: rgba(255, 255, 255, 0.76);
	--tzm-glass-strong: rgba(255, 255, 255, 0.92);
	--tzm-border: rgba(7, 17, 31, 0.11);
	--tzm-radius-xl: 28px;
	--tzm-radius-lg: 24px;
	--tzm-radius-md: 20px;
	--tzm-shadow-xl: 0 30px 90px rgba(7, 17, 31, 0.14);
	--tzm-shadow-lg: 0 18px 48px rgba(7, 17, 31, 0.11);
	--tzm-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
	background: var(--tzm-gray-50);
}

body {
	background:
		radial-gradient(circle at 20% 0%, rgba(11, 102, 216, 0.08), transparent 34rem),
		linear-gradient(180deg, #fff 0%, var(--tzm-gray-50) 48%, #fff 100%);
	color: var(--tzm-black);
	font-family: var(--tzm-font-sans);
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.tzm-site-main {
	min-height: calc(100vh - 210px);
}

.tzm-site-header {
	background: rgba(255, 255, 255, 0.84);
	border-bottom: 1px solid rgba(7, 17, 31, 0.08);
	backdrop-filter: blur(18px) saturate(160%);
	-webkit-backdrop-filter: blur(18px) saturate(160%);
	position: sticky;
	top: 0;
	z-index: 90;
}

.admin-bar .tzm-site-header {
	top: 32px;
}

.tzm-site-header__inner {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	inline-size: min(1180px, calc(100% - 32px));
	margin-inline: auto;
	min-height: 68px;
}

.tzm-site-brand {
	align-items: center;
	display: inline-flex;
	line-height: 1;
	min-width: 220px;
	text-decoration: none;
}

.tzm-site-brand img,
.tzm-site-brand .custom-logo {
	display: block;
	height: auto !important;
	max-height: 50px;
	max-width: min(260px, 42vw);
	object-fit: contain;
	width: auto !important;
}

.tzm-site-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 16px;
	justify-content: flex-end;
}

.tzm-site-nav ul {
	display: contents;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tzm-site-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tzm-site-nav a {
	color: var(--tzm-black);
	font-size: 0.89rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.tzm-site-nav a:hover,
.tzm-site-nav a:focus-visible {
	color: var(--tzm-blue-bright);
}

.tzm-header-cta,
.tzm-header-cta:visited {
	align-items: center;
	background: linear-gradient(135deg, var(--tzm-blue-dark), var(--tzm-blue-bright));
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 800;
	justify-content: center;
	min-height: 42px;
	padding: 0 17px;
	text-decoration: none;
	white-space: nowrap;
}

.tzm-header-cta:hover,
.tzm-header-cta:focus-visible {
	color: #fff;
}

.tzm-menu-toggle {
	align-items: center;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid var(--tzm-border);
	border-radius: 999px;
	color: var(--tzm-black);
	display: none;
	gap: 4px;
	height: 42px;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 42px;
}

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

.tzm-menu-toggle__bar {
	background: currentColor;
	border-radius: 999px;
	display: block;
	height: 2px;
	position: absolute;
	transition: transform 160ms ease, opacity 160ms ease;
	width: 18px;
}

.tzm-menu-toggle__bar:nth-child(2) {
	transform: translateY(-6px);
}

.tzm-menu-toggle__bar:nth-child(4) {
	transform: translateY(6px);
}

.tzm-menu-toggle[aria-expanded="true"] .tzm-menu-toggle__bar:nth-child(2) {
	transform: rotate(45deg);
}

.tzm-menu-toggle[aria-expanded="true"] .tzm-menu-toggle__bar:nth-child(3) {
	opacity: 0;
}

.tzm-menu-toggle[aria-expanded="true"] .tzm-menu-toggle__bar:nth-child(4) {
	transform: rotate(-45deg);
}

.tzm-page-content {
	margin: 0;
}

.tzm-page-content--framed {
	padding-block: clamp(34px, 5vw, 68px);
}

.tzm-page-content > * {
	margin-left: auto;
	margin-right: auto;
	max-width: min(1180px, calc(100% - 32px));
}

.tzm-page-content > .alignfull,
.tzm-page-content > .elementor,
.tzm-page-content > .elementor-section-wrap {
	max-width: none;
}

.page-header,
.entry-title,
.site-header,
.site-footer {
	display: none;
}

.wp-block-buttons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px 16px;
	margin-top: 18px;
}

.tzm-section {
	padding-block: clamp(34px, 5vw, 70px);
}

.tzm-page-content > .tzm-section:first-child {
	padding-top: clamp(18px, 3vw, 34px);
}

.tzm-section.alignfull {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}

.tzm-hero {
	min-height: auto;
	padding-block: clamp(28px, 4vw, 58px);
}

.tzm-hero h1 {
	font-size: clamp(2.15rem, 4.2vw, 3.9rem);
	line-height: 1.04;
	margin: 10px 0 16px;
	max-width: 700px;
}

.tzm-hero p {
	font-size: clamp(0.98rem, 1.35vw, 1.1rem);
	line-height: 1.55;
}

.tzm-section h2 {
	font-size: clamp(1.65rem, 3.2vw, 2.65rem);
	line-height: 1.12;
	margin: 0 0 12px;
}

.tzm-section-intro {
	color: var(--tzm-gray-600);
	font-size: 1rem;
	line-height: 1.58;
	max-width: 760px;
}

.tzm-home-band {
	background:
		linear-gradient(135deg, rgba(5, 59, 115, 0.045), transparent 38%),
		rgba(255, 255, 255, 0.52);
	border-block: 1px solid rgba(7, 17, 31, 0.06);
}

.tzm-blue-pattern {
	background:
		linear-gradient(135deg, rgba(3, 31, 62, 0.94), rgba(8, 75, 145, 0.88)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 20px);
	color: #fff;
	position: relative;
}

.tzm-blue-pattern::before {
	background:
		radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.18), transparent 24rem),
		radial-gradient(circle at 82% 34%, rgba(62, 143, 255, 0.28), transparent 28rem);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.tzm-blue-pattern > * {
	position: relative;
}

.tzm-blue-pattern .tzm-kicker,
.tzm-blue-pattern .tzm-section-intro {
	color: rgba(255, 255, 255, 0.78);
}

.tzm-card h2 {
	font-size: clamp(1.45rem, 2.8vw, 2.25rem);
	line-height: 1.12;
}

.tzm-card h3 {
	font-size: 1.12rem;
	margin: 0 0 10px;
}

.tzm-card p {
	color: var(--tzm-gray-600);
	line-height: 1.52;
}

.tzm-card a {
	font-weight: 800;
	text-decoration: none;
}

.tzm-rate-preview {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.tzm-rate-table {
	display: grid;
	gap: 12px;
}

.tzm-rate-row {
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--tzm-border);
	border-radius: 18px;
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr auto;
	padding: 14px 16px;
}

.tzm-rate-row strong {
	display: block;
}

.tzm-rate-row span {
	color: var(--tzm-gray-600);
	font-size: 0.9rem;
}

.tzm-feature-list {
	display: grid;
	gap: 10px;
	margin: 16px 0 0;
	padding: 0;
}

.tzm-feature-list li {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--tzm-border);
	border-radius: 16px;
	list-style: none;
	padding: 12px 14px;
}

.tzm-final-cta {
	text-align: center;
}

.tzm-final-cta .wp-block-buttons {
	justify-content: center;
}

.wp-block-button.tzm-button,
.wp-block-button.tzm-button-light {
	display: inline-flex;
}

.wp-block-button.tzm-button .wp-block-button__link,
.wp-block-button.tzm-button-light .wp-block-button__link {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	text-decoration: none;
}

.wp-block-button.tzm-button .wp-block-button__link {
	background: linear-gradient(135deg, var(--tzm-blue-dark), var(--tzm-blue-bright));
	box-shadow: 0 16px 36px rgba(11, 102, 216, 0.22);
	color: #fff;
}

.wp-block-button.tzm-button-light .wp-block-button__link {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--tzm-border);
	color: var(--tzm-black);
}

a {
	color: var(--tzm-blue);
}

a:hover,
a:focus-visible {
	color: var(--tzm-blue-bright);
}

.elementor-widget-container > :last-child,
.tzm-content > :last-child {
	margin-bottom: 0;
}

.tzm-liquid-card,
.tzm-glass-card {
	background: var(--tzm-glass);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: var(--tzm-radius-lg);
	box-shadow: var(--tzm-shadow-lg);
	backdrop-filter: blur(22px) saturate(150%);
	-webkit-backdrop-filter: blur(22px) saturate(150%);
}

.tzm-liquid-card--strong {
	background: var(--tzm-glass-strong);
	border-color: var(--tzm-border);
}

.tzm-page-shell {
	inline-size: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.tzm-narrow-shell {
	inline-size: min(860px, calc(100% - 32px));
	margin-inline: auto;
}

.tzm-hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(28px, 4vw, 56px);
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.tzm-section-pad {
	padding-block: clamp(34px, 5vw, 70px);
}

.tzm-button,
.elementor-button.tzm-button {
	align-items: center;
	background: linear-gradient(135deg, var(--tzm-blue-dark), var(--tzm-blue-bright));
	border: 0;
	border-radius: 999px;
	box-shadow: 0 16px 36px rgba(11, 102, 216, 0.22);
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-block-size: 46px;
	padding: 0 22px;
	text-decoration: none;
}

.tzm-button:hover,
.tzm-button:focus-visible,
.elementor-button.tzm-button:hover,
.elementor-button.tzm-button:focus-visible {
	color: #fff;
	transform: translateY(-1px);
}

.tzm-button-light,
.elementor-button.tzm-button-light {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--tzm-border);
	box-shadow: none;
	color: var(--tzm-black);
}

.tzm-button-light:hover,
.tzm-button-light:focus-visible,
.elementor-button.tzm-button-light:hover,
.elementor-button.tzm-button-light:focus-visible {
	color: var(--tzm-blue);
}

.tzm-header-glass {
	background: rgba(255, 255, 255, 0.84);
	border-bottom: 1px solid rgba(7, 17, 31, 0.08);
	backdrop-filter: blur(18px) saturate(160%);
	-webkit-backdrop-filter: blur(18px) saturate(160%);
	position: sticky;
	top: 0;
	z-index: 90;
}

.tzm-card-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.tzm-logo {
	block-size: auto;
	inline-size: min(260px, 70vw);
}

.tzm-kicker {
	color: var(--tzm-blue-bright);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.tzm-trust-meta {
	color: var(--tzm-gray-600);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.84rem;
	gap: 8px 14px;
}

.tzm-disclaimer {
	color: var(--tzm-gray-600);
	display: block;
	font-size: 0.78rem;
	line-height: 1.45;
	margin: 14px 0 0;
	max-width: 920px;
}

.tzm-card .tzm-disclaimer {
	border-top: 1px solid rgba(7, 17, 31, 0.08);
	padding-top: 12px;
}

.tzm-compliance-footer {
	background: rgba(255, 255, 255, 0.78);
	border-top: 1px solid var(--tzm-border);
	color: var(--tzm-gray-600);
	font-size: 0.8rem;
	line-height: 1.55;
	margin-top: 0;
	padding-block: 24px;
}

.tzm-footer-grid {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.tzm-footer-brand {
	align-items: center;
	display: flex;
	gap: 14px;
}

.tzm-footer-brand p,
.tzm-footer-disclaimer {
	margin: 0;
}

.tzm-footer-disclaimer {
	margin-top: 14px;
}

.tzm-footer-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	justify-content: flex-end;
}

.tzm-footer-contact a {
	font-weight: 800;
	text-decoration: none;
}

.tzm-eho-mark {
	align-items: center;
	color: var(--tzm-blue);
	display: inline-flex;
	flex: 0 0 auto;
	height: 42px;
	width: 42px;
}

.tzm-eho-mark svg {
	display: block;
	height: 100%;
	width: 100%;
}

.tzm-gdpr-badge {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--tzm-border);
	border-radius: 999px;
	bottom: 16px;
	box-shadow: 0 16px 42px rgba(7, 17, 31, 0.14);
	color: var(--tzm-black);
	font-size: 0.76rem;
	font-weight: 800;
	padding: 9px 13px;
	position: fixed;
	right: 16px;
	text-decoration: none;
	z-index: 80;
	backdrop-filter: blur(16px) saturate(150%);
	-webkit-backdrop-filter: blur(16px) saturate(150%);
}

.tzm-template-shell {
	inline-size: min(1180px, calc(100% - 32px));
	margin-inline: auto;
	padding-block: clamp(36px, 5vw, 72px);
}

.tzm-template-header {
	margin-bottom: clamp(24px, 4vw, 42px);
	max-width: 820px;
}

.tzm-template-header h1 {
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1.08;
	margin: 8px 0 12px;
}

.tzm-template-header p,
.tzm-entry-content {
	color: var(--tzm-gray-700);
	font-size: clamp(0.98rem, 1.35vw, 1.08rem);
	line-height: 1.58;
}

.tzm-entry-content {
	max-width: 860px;
}

.tzm-entry-content > :first-child {
	margin-top: 0;
}

.tzm-post-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.tzm-post-card {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid var(--tzm-border);
	border-radius: var(--tzm-radius-lg);
	box-shadow: var(--tzm-shadow-lg);
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: clamp(20px, 3vw, 28px);
	text-decoration: none;
}

.tzm-post-card h2,
.tzm-post-card h3 {
	color: var(--tzm-black);
	font-size: clamp(1.12rem, 1.8vw, 1.48rem);
	line-height: 1.12;
	margin: 0;
}

.tzm-carousel-section {
	overflow: hidden;
	padding-block: clamp(36px, 5vw, 72px);
}

.tzm-carousel-section.tzm-carousel-fullscreen {
	align-items: stretch;
	display: flex;
	min-height: calc(100vh - 68px);
	padding-block: 0;
}

.tzm-carousel-section.tzm-carousel-fullscreen .tzm-container {
	display: flex;
	inline-size: 100%;
	max-width: none;
}

.tzm-carousel-head {
	align-items: end;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: 22px;
}

.tzm-carousel {
	margin-inline: calc(50% - 50vw);
	padding-inline: max(16px, calc((100vw - 1180px) / 2));
}

.tzm-carousel-track {
	display: grid;
	gap: 18px;
	grid-auto-columns: clamp(280px, 32vw, 390px);
	grid-auto-flow: column;
	overflow-x: auto;
	padding: 4px 0 18px;
	scroll-padding-inline: max(16px, calc((100vw - 1180px) / 2));
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.tzm-carousel-track::-webkit-scrollbar {
	display: none;
}

.tzm-carousel-slide {
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: var(--tzm-radius-lg);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
	color: #fff;
	min-height: 240px;
	padding: clamp(22px, 3vw, 34px);
	scroll-snap-align: start;
	backdrop-filter: blur(22px) saturate(150%);
	-webkit-backdrop-filter: blur(22px) saturate(150%);
}

.tzm-carousel-slide h3 {
	color: #fff;
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	line-height: 1.08;
	margin: 8px 0 12px;
}

.tzm-carousel-slide p {
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.52;
}

.tzm-carousel-slide a {
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.tzm-carousel-pagination {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 8px;
}

.tzm-carousel-dot {
	background: rgba(255, 255, 255, 0.34);
	border: 0;
	border-radius: 999px;
	height: 8px;
	padding: 0;
	width: 8px;
}

.tzm-carousel-dot.is-active {
	background: #fff;
	width: 24px;
}

.tzm-elementor-section {
	padding-block: clamp(34px, 5vw, 70px);
}

.tzm-elementor-section:not(.tzm-elementor-carousel-section) > .elementor-container {
	gap: clamp(18px, 3vw, 32px);
	margin-inline: auto !important;
	max-width: min(1180px, calc(100% - 32px)) !important;
}

.tzm-elementor-section:not(.tzm-elementor-carousel-section) .elementor-column {
	min-width: 0;
}

.tzm-elementor-section:not(.tzm-elementor-carousel-section) .elementor-heading-title {
	color: var(--tzm-black) !important;
}

.tzm-elementor-section:not(.tzm-elementor-carousel-section) .elementor-widget-text-editor,
.tzm-elementor-section:not(.tzm-elementor-carousel-section) .elementor-widget-text-editor p,
.tzm-elementor-section:not(.tzm-elementor-carousel-section) .elementor-widget-text-editor li {
	color: var(--tzm-gray-700) !important;
	line-height: 1.58;
}

.tzm-elementor-section:not(.tzm-elementor-carousel-section) .elementor-button,
.tzm-elementor-section:not(.tzm-elementor-carousel-section) .elementor-button:visited {
	background: linear-gradient(135deg, var(--tzm-blue-dark), var(--tzm-blue-bright)) !important;
	border-radius: 999px !important;
	box-shadow: 0 16px 36px rgba(11, 102, 216, 0.22) !important;
	color: #fff !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	min-height: 46px !important;
	padding: 14px 22px !important;
}

.tzm-elementor-hero {
	padding-top: clamp(28px, 4vw, 58px);
}

.tzm-elementor-hero .elementor-heading-title {
	font-size: clamp(2.1rem, 4.2vw, 3.9rem) !important;
	line-height: 1.05 !important;
	max-width: 840px;
}

.tzm-elementor-hero .elementor-widget-text-editor {
	max-width: 780px;
}

.tzm-elementor-cards-row > .elementor-container {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr));
}

.tzm-elementor-cards-row > .elementor-container > .elementor-column {
	width: auto !important;
}

.tzm-elementor-two-col > .elementor-container {
	align-items: center;
}

.tzm-elementor-shortcode .elementor-shortcode {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid var(--tzm-border);
	border-radius: var(--tzm-radius-lg);
	box-shadow: var(--tzm-shadow-lg);
	padding: clamp(20px, 3vw, 30px);
}

.home .tzm-page-content > .elementor > .elementor-section:first-child,
.home .tzm-page-content > .elementor-section:first-child,
.home .elementor-section.tzm-home-carousel-fallback {
	background:
		linear-gradient(135deg, rgba(3, 31, 62, 0.96), rgba(8, 75, 145, 0.9)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 22px) !important;
	color: #fff !important;
	margin: 0 !important;
	min-height: calc(100vh - 68px) !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
	width: 100% !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child::before,
.home .tzm-page-content > .elementor-section:first-child::before,
.home .elementor-section.tzm-home-carousel-fallback::before {
	background:
		radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.2), transparent 26rem),
		radial-gradient(circle at 82% 34%, rgba(62, 143, 255, 0.32), transparent 30rem);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child > .elementor-container,
.home .tzm-page-content > .elementor-section:first-child > .elementor-container,
.home .elementor-section.tzm-home-carousel-fallback > .elementor-container {
	display: flex !important;
	flex-wrap: nowrap !important;
	margin: 0 !important;
	max-width: none !important;
	min-height: calc(100vh - 68px) !important;
	overflow-x: auto !important;
	position: relative !important;
	scroll-snap-type: x mandatory !important;
	scrollbar-width: none !important;
	width: 100% !important;
	z-index: 1 !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child > .elementor-container::-webkit-scrollbar,
.home .tzm-page-content > .elementor-section:first-child > .elementor-container::-webkit-scrollbar,
.home .elementor-section.tzm-home-carousel-fallback > .elementor-container::-webkit-scrollbar {
	display: none;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child > .elementor-container > .elementor-column,
.home .tzm-page-content > .elementor-section:first-child > .elementor-container > .elementor-column,
.home .elementor-section.tzm-home-carousel-fallback > .elementor-container > .elementor-column {
	flex: 0 0 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
	scroll-snap-align: start !important;
	width: 100% !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child > .elementor-container > .elementor-column > .elementor-widget-wrap,
.home .tzm-page-content > .elementor-section:first-child > .elementor-container > .elementor-column > .elementor-widget-wrap,
.home .elementor-section.tzm-home-carousel-fallback > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center !important;
	align-items: flex-start !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	margin-inline: auto !important;
	max-width: min(1180px, calc(100% - 32px)) !important;
	min-height: calc(100vh - 68px) !important;
	padding: clamp(42px, 6vw, 92px) 0 !important;
	width: 100% !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child .elementor-heading-title,
.home .tzm-page-content > .elementor-section:first-child .elementor-heading-title,
.home .elementor-section.tzm-home-carousel-fallback .elementor-heading-title {
	color: #fff !important;
	max-width: 760px !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child h1.elementor-heading-title,
.home .tzm-page-content > .elementor-section:first-child h1.elementor-heading-title,
.home .elementor-section.tzm-home-carousel-fallback h1.elementor-heading-title {
	font-size: clamp(2.45rem, 5vw, 4.8rem) !important;
	line-height: 1.02 !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child .elementor-widget-text-editor,
.home .tzm-page-content > .elementor > .elementor-section:first-child .elementor-widget-text-editor p,
.home .tzm-page-content > .elementor-section:first-child .elementor-widget-text-editor,
.home .tzm-page-content > .elementor-section:first-child .elementor-widget-text-editor p,
.home .elementor-section.tzm-home-carousel-fallback .elementor-widget-text-editor,
.home .elementor-section.tzm-home-carousel-fallback .elementor-widget-text-editor p {
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: clamp(1rem, 1.45vw, 1.18rem) !important;
	line-height: 1.58 !important;
	max-width: 760px !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child .tzm-kicker,
.home .tzm-page-content > .elementor > .elementor-section:first-child .tzm-kicker p,
.home .tzm-page-content > .elementor-section:first-child .tzm-kicker,
.home .tzm-page-content > .elementor-section:first-child .tzm-kicker p,
.home .elementor-section.tzm-home-carousel-fallback .tzm-kicker,
.home .elementor-section.tzm-home-carousel-fallback .tzm-kicker p {
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 0.84rem !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child .elementor-button,
.home .tzm-page-content > .elementor-section:first-child .elementor-button,
.home .elementor-section.tzm-home-carousel-fallback .elementor-button {
	background: rgba(255, 255, 255, 0.92) !important;
	border: 1px solid rgba(255, 255, 255, 0.78) !important;
	border-radius: 999px !important;
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18) !important;
	color: var(--tzm-blue-dark) !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	min-height: 48px !important;
	padding: 15px 24px !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child .elementor-widget-button,
.home .tzm-page-content > .elementor-section:first-child .elementor-widget-button,
.home .elementor-section.tzm-home-carousel-fallback .elementor-widget-button {
	display: inline-block !important;
	margin: 10px 12px 0 0 !important;
	width: auto !important;
}

.home .tzm-page-content > .elementor > .elementor-section:not(:first-child),
.home .tzm-page-content > .elementor-section:not(:first-child) {
	padding-block: clamp(34px, 5vw, 70px);
}

.home .tzm-page-content > .elementor > .elementor-section:not(:first-child) > .elementor-container,
.home .tzm-page-content > .elementor-section:not(:first-child) > .elementor-container {
	margin-inline: auto !important;
	max-width: min(1180px, calc(100% - 32px)) !important;
}

.tzm-page-content .elementor-section:not(:first-child) .elementor-heading-title {
	color: var(--tzm-black);
}

.tzm-page-content .elementor-section:not(:first-child) .elementor-button {
	background: linear-gradient(135deg, var(--tzm-blue-dark), var(--tzm-blue-bright)) !important;
	border-radius: 999px !important;
	box-shadow: 0 16px 36px rgba(11, 102, 216, 0.22) !important;
	color: #fff !important;
	font-weight: 800 !important;
	min-height: 46px !important;
	padding: 14px 22px !important;
}

.tzm-elementor-section > .elementor-container {
	inline-size: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.tzm-elementor-band {
	background:
		linear-gradient(135deg, rgba(5, 59, 115, 0.045), transparent 38%),
		rgba(255, 255, 255, 0.56);
	border-block: 1px solid rgba(7, 17, 31, 0.06);
}

.tzm-elementor-carousel-section,
.elementor-section:has(.tzm-carousel-panel) {
	background:
		linear-gradient(135deg, rgba(3, 31, 62, 0.96), rgba(8, 75, 145, 0.9)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 22px);
	color: #fff;
	min-height: calc(100vh - 68px);
	overflow: hidden;
	position: relative;
}

.tzm-elementor-carousel-section::before,
.elementor-section:has(.tzm-carousel-panel)::before {
	background:
		radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.2), transparent 26rem),
		radial-gradient(circle at 82% 34%, rgba(62, 143, 255, 0.32), transparent 30rem);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.tzm-elementor-carousel-section > .elementor-container,
.elementor-section:has(.tzm-carousel-panel) > .elementor-container {
	display: flex !important;
	flex-wrap: nowrap !important;
	inline-size: 100%;
	max-width: none !important;
	min-height: calc(100vh - 68px);
	overflow-x: auto;
	position: relative;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	z-index: 1;
}

.tzm-elementor-carousel-section > .elementor-container::-webkit-scrollbar,
.elementor-section:has(.tzm-carousel-panel) > .elementor-container::-webkit-scrollbar {
	display: none;
}

.tzm-elementor-carousel-section > .elementor-container > .elementor-column,
.elementor-section:has(.tzm-carousel-panel) > .elementor-container > .elementor-column,
.tzm-carousel-panel {
	flex: 0 0 100% !important;
	max-width: 100% !important;
	scroll-snap-align: start;
	width: 100% !important;
}

.tzm-elementor-carousel-section > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-section:has(.tzm-carousel-panel) > .elementor-container > .elementor-column > .elementor-widget-wrap,
.tzm-carousel-panel > .elementor-widget-wrap {
	align-content: center;
	display: flex !important;
	inline-size: min(1180px, calc(100% - 32px));
	margin-inline: auto !important;
	min-height: calc(100vh - 68px);
	padding-block: clamp(36px, 6vw, 86px);
}

.tzm-elementor-carousel-section h1,
.tzm-elementor-carousel-section h2,
.tzm-elementor-carousel-section h3,
.tzm-carousel-panel h1,
.tzm-carousel-panel h2,
.tzm-carousel-panel h3,
.tzm-carousel-panel .elementor-heading-title {
	color: #fff !important;
}

.tzm-elementor-carousel-section .elementor-widget-text-editor,
.tzm-carousel-panel .elementor-widget-text-editor,
.tzm-carousel-panel .elementor-widget-text-editor p {
	color: rgba(255, 255, 255, 0.82) !important;
	max-width: 720px;
}

.tzm-elementor-carousel-section .elementor-button,
.tzm-elementor-carousel-section .elementor-button:visited,
.tzm-carousel-panel .elementor-button,
.tzm-carousel-panel .elementor-button:visited {
	background: rgba(255, 255, 255, 0.92) !important;
	border: 1px solid rgba(255, 255, 255, 0.78) !important;
	border-radius: 999px !important;
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18) !important;
	color: var(--tzm-blue-dark) !important;
	font-weight: 800 !important;
	min-height: 46px !important;
	padding: 14px 22px !important;
}

.tzm-elementor-carousel-section .elementor-widget-button,
.tzm-carousel-panel .elementor-widget-button {
	display: inline-block;
	margin: 10px 12px 0 0;
	width: auto;
}

.tzm-elementor-carousel-section .elementor-heading-title,
.tzm-carousel-panel .elementor-heading-title {
	max-width: 760px;
}

.tzm-carousel-panel .tzm-kicker,
.tzm-carousel-panel .tzm-kicker p {
	color: rgba(255, 255, 255, 0.74) !important;
}

.tzm-carousel-pagination--elementor {
	bottom: 26px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 3;
}

.tzm-elementor-card > .elementor-widget-wrap {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.74);
	border-radius: var(--tzm-radius-lg);
	box-shadow: var(--tzm-shadow-lg);
	padding: clamp(20px, 3vw, 30px);
	backdrop-filter: blur(22px) saturate(150%);
	-webkit-backdrop-filter: blur(22px) saturate(150%);
}

.tzm-elementor-card .elementor-heading-title {
	font-size: clamp(1.1rem, 1.8vw, 1.42rem);
	line-height: 1.15;
}

.tzm-elementor-card .elementor-widget-text-editor {
	color: var(--tzm-gray-600);
	line-height: 1.52;
}

.tzm-elementor-fineprint {
	color: var(--tzm-gray-600);
	font-size: 0.78rem;
	line-height: 1.45;
	margin-top: 6px;
}

/* Restore the Texas Zoom design layer for Elementor-managed content. */
.tzm-page-content .elementor-section:not(.tzm-elementor-carousel-section) {
	padding-block: clamp(30px, 4.2vw, 58px) !important;
	position: relative;
}

.tzm-page-content .elementor-section:not(.tzm-elementor-carousel-section) > .elementor-container {
	gap: clamp(18px, 3vw, 30px) !important;
	inline-size: min(1180px, calc(100% - 32px)) !important;
	margin-inline: auto !important;
	max-width: min(1180px, calc(100% - 32px)) !important;
}

.tzm-page-content .elementor-section.tzm-elementor-hero,
.tzm-page-content .elementor-section:first-child:not(.tzm-elementor-carousel-section) {
	background:
		radial-gradient(circle at 16% 6%, rgba(11, 102, 216, 0.08), transparent 26rem),
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 249, 252, 0.74)) !important;
	border-bottom: 1px solid rgba(7, 17, 31, 0.06);
	padding-block: clamp(34px, 5vw, 70px) !important;
}

.tzm-page-content .tzm-elementor-band,
.tzm-page-content .elementor-section.tzm-elementor-cards-row {
	background:
		linear-gradient(135deg, rgba(5, 59, 115, 0.045), transparent 42%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(237, 242, 247, 0.42)) !important;
	border-block: 1px solid rgba(7, 17, 31, 0.06);
}

.tzm-page-content .elementor-widget-heading .elementor-heading-title,
.tzm-page-content .elementor-heading-title {
	color: var(--tzm-black) !important;
	font-family: var(--tzm-font-sans) !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	line-height: 1.1 !important;
}

.tzm-page-content h1.elementor-heading-title {
	font-size: clamp(2rem, 4vw, 3.75rem) !important;
	max-width: 860px;
}

.tzm-page-content h2.elementor-heading-title {
	font-size: clamp(1.55rem, 2.9vw, 2.55rem) !important;
}

.tzm-page-content h3.elementor-heading-title,
.tzm-page-content h4.elementor-heading-title {
	font-size: clamp(1.08rem, 1.65vw, 1.42rem) !important;
}

.tzm-page-content .elementor-widget-text-editor,
.tzm-page-content .elementor-widget-text-editor p,
.tzm-page-content .elementor-widget-text-editor li {
	color: var(--tzm-gray-700) !important;
	font-family: var(--tzm-font-sans) !important;
	font-size: clamp(0.94rem, 1.2vw, 1.04rem) !important;
	letter-spacing: 0 !important;
	line-height: 1.58 !important;
}

.tzm-page-content .tzm-kicker,
.tzm-page-content .tzm-kicker p,
.tzm-page-content .elementor-widget-text-editor.tzm-kicker,
.tzm-page-content .elementor-widget-text-editor.tzm-kicker p {
	color: var(--tzm-blue-bright) !important;
	font-size: 0.78rem !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	margin-bottom: 8px !important;
	text-transform: uppercase !important;
}

.tzm-page-content .elementor-button,
.tzm-page-content .elementor-button:visited,
.tzm-page-content .elementor-widget-button .elementor-button {
	background: linear-gradient(135deg, var(--tzm-blue-dark), var(--tzm-blue-bright)) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: 0 16px 36px rgba(11, 102, 216, 0.22) !important;
	color: #fff !important;
	font-family: var(--tzm-font-sans) !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	min-height: 46px !important;
	padding: 14px 22px !important;
	text-decoration: none !important;
}

.tzm-page-content .elementor-button:hover,
.tzm-page-content .elementor-button:focus-visible {
	color: #fff !important;
	transform: translateY(-1px);
}

.tzm-page-content .elementor-widget-button {
	display: inline-block;
	margin: 8px 12px 0 0;
	width: auto;
}

.tzm-page-content .tzm-elementor-cards-row > .elementor-container {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr)) !important;
}

.tzm-page-content .tzm-elementor-cards-row > .elementor-container > .elementor-column {
	width: auto !important;
}

.tzm-page-content .tzm-elementor-card > .elementor-widget-wrap,
.tzm-page-content .tzm-elementor-cards-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
	background: rgba(255, 255, 255, 0.8) !important;
	border: 1px solid rgba(255, 255, 255, 0.78) !important;
	border-radius: var(--tzm-radius-lg) !important;
	box-shadow: var(--tzm-shadow-lg) !important;
	height: 100%;
	padding: clamp(20px, 3vw, 30px) !important;
	backdrop-filter: blur(22px) saturate(150%);
	-webkit-backdrop-filter: blur(22px) saturate(150%);
}

.tzm-page-content .tzm-elementor-card .elementor-heading-title,
.tzm-page-content .tzm-elementor-cards-row .elementor-heading-title {
	font-size: clamp(1.08rem, 1.65vw, 1.42rem) !important;
	line-height: 1.15 !important;
}

.tzm-page-content .tzm-elementor-fineprint,
.tzm-page-content .tzm-elementor-fineprint p {
	color: var(--tzm-gray-600) !important;
	font-size: 0.78rem !important;
	line-height: 1.45 !important;
	margin-top: 8px !important;
}

.tzm-page-content .tzm-elementor-final > .elementor-container > .elementor-column > .elementor-widget-wrap {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)),
		radial-gradient(circle at 88% 8%, rgba(11, 102, 216, 0.12), transparent 22rem) !important;
	border: 1px solid rgba(255, 255, 255, 0.78) !important;
	border-radius: var(--tzm-radius-xl) !important;
	box-shadow: var(--tzm-shadow-lg) !important;
	padding: clamp(26px, 4vw, 46px) !important;
	backdrop-filter: blur(22px) saturate(150%);
	-webkit-backdrop-filter: blur(22px) saturate(150%);
}

/* Compact Elementor polish: preserve editability while returning to the original light glass look. */
.tzm-page-content {
	--tzm-carousel-height: clamp(360px, 46vh, 500px);
}

.tzm-page-content .elementor-section:not(.tzm-elementor-carousel-section) {
	padding-block: clamp(24px, 3.4vw, 44px) !important;
}

.tzm-page-content .elementor-section.tzm-elementor-hero,
.tzm-page-content .elementor-section:first-child:not(.tzm-elementor-carousel-section) {
	background:
		radial-gradient(circle at 18% 0%, rgba(11, 102, 216, 0.08), transparent 28rem),
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 249, 252, 0.72)) !important;
	border-bottom: 1px solid rgba(7, 17, 31, 0.055);
	padding-block: clamp(30px, 4vw, 52px) clamp(20px, 3vw, 38px) !important;
}

.tzm-page-content .elementor-section.tzm-elementor-hero + .elementor-section,
.tzm-page-content .elementor-section:first-child:not(.tzm-elementor-carousel-section) + .elementor-section {
	padding-top: clamp(18px, 2.8vw, 34px) !important;
}

.tzm-page-content h1.elementor-heading-title {
	font-size: clamp(2.05rem, 3.6vw, 3.25rem) !important;
	letter-spacing: 0 !important;
	line-height: 1.06 !important;
	margin-bottom: 10px !important;
	max-width: 820px;
}

.tzm-page-content h2.elementor-heading-title {
	font-size: clamp(1.45rem, 2.45vw, 2.2rem) !important;
	line-height: 1.12 !important;
}

.tzm-page-content h3.elementor-heading-title,
.tzm-page-content h4.elementor-heading-title,
.tzm-page-content .tzm-elementor-card .elementor-heading-title,
.tzm-page-content .tzm-elementor-cards-row .elementor-heading-title {
	font-size: clamp(1rem, 1.45vw, 1.24rem) !important;
	line-height: 1.16 !important;
}

.tzm-page-content .elementor-widget-text-editor,
.tzm-page-content .elementor-widget-text-editor p,
.tzm-page-content .elementor-widget-text-editor li {
	font-size: clamp(0.9rem, 1.05vw, 0.98rem) !important;
	line-height: 1.52 !important;
}

.tzm-page-content .elementor-widget-heading,
.tzm-page-content .elementor-widget-text-editor {
	margin-bottom: 12px !important;
}

.tzm-page-content .elementor-button,
.tzm-page-content .elementor-button:visited,
.tzm-page-content .elementor-widget-button .elementor-button {
	box-shadow: 0 13px 30px rgba(11, 102, 216, 0.18) !important;
	font-size: 0.92rem !important;
	min-height: 42px !important;
	padding: 12px 20px !important;
}

.tzm-page-content .elementor-widget-button {
	margin-top: 4px;
}

.tzm-page-content .tzm-elementor-band,
.tzm-page-content .elementor-section.tzm-elementor-cards-row {
	background:
		linear-gradient(135deg, rgba(5, 59, 115, 0.035), transparent 44%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(247, 249, 252, 0.62)) !important;
}

.tzm-page-content .tzm-elementor-cards-row > .elementor-container {
	gap: clamp(14px, 2vw, 20px) !important;
}

.tzm-page-content .tzm-elementor-card > .elementor-widget-wrap,
.tzm-page-content .tzm-elementor-cards-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.72)) !important;
	border: 1px solid rgba(255, 255, 255, 0.82) !important;
	border-radius: 20px !important;
	box-shadow: 0 18px 48px rgba(7, 17, 31, 0.09) !important;
	padding: clamp(18px, 2.2vw, 24px) !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child,
.home .tzm-page-content > .elementor-section:first-child,
.home .elementor-section.tzm-home-carousel-fallback,
.tzm-elementor-carousel-section,
.elementor-section:has(.tzm-carousel-panel) {
	background:
		radial-gradient(circle at 16% 12%, rgba(11, 102, 216, 0.1), transparent 24rem),
		radial-gradient(circle at 88% 18%, rgba(5, 59, 115, 0.06), transparent 26rem),
		linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%) !important;
	color: var(--tzm-black) !important;
	min-height: var(--tzm-carousel-height) !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child > .elementor-container,
.home .tzm-page-content > .elementor-section:first-child > .elementor-container,
.home .elementor-section.tzm-home-carousel-fallback > .elementor-container,
.tzm-elementor-carousel-section > .elementor-container,
.elementor-section:has(.tzm-carousel-panel) > .elementor-container {
	min-height: var(--tzm-carousel-height) !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child > .elementor-container > .elementor-column > .elementor-widget-wrap,
.home .tzm-page-content > .elementor-section:first-child > .elementor-container > .elementor-column > .elementor-widget-wrap,
.home .elementor-section.tzm-home-carousel-fallback > .elementor-container > .elementor-column > .elementor-widget-wrap,
.tzm-elementor-carousel-section > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-section:has(.tzm-carousel-panel) > .elementor-container > .elementor-column > .elementor-widget-wrap,
.tzm-carousel-panel > .elementor-widget-wrap {
	inline-size: min(1180px, calc(100% - 32px)) !important;
	min-height: var(--tzm-carousel-height) !important;
	padding-block: clamp(34px, 5vw, 58px) !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child::before,
.home .tzm-page-content > .elementor-section:first-child::before,
.home .elementor-section.tzm-home-carousel-fallback::before,
.tzm-elementor-carousel-section::before,
.elementor-section:has(.tzm-carousel-panel)::before {
	background:
		linear-gradient(135deg, rgba(11, 102, 216, 0.04) 25%, transparent 25%) 0 0 / 28px 28px,
		radial-gradient(circle at 86% 46%, rgba(11, 102, 216, 0.12), transparent 22rem) !important;
	opacity: 0.8;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child .elementor-heading-title,
.home .tzm-page-content > .elementor-section:first-child .elementor-heading-title,
.home .elementor-section.tzm-home-carousel-fallback .elementor-heading-title,
.tzm-elementor-carousel-section h1,
.tzm-elementor-carousel-section h2,
.tzm-elementor-carousel-section h3,
.tzm-carousel-panel h1,
.tzm-carousel-panel h2,
.tzm-carousel-panel h3,
.tzm-carousel-panel .elementor-heading-title {
	color: var(--tzm-black) !important;
	max-width: 720px !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child h1.elementor-heading-title,
.home .tzm-page-content > .elementor-section:first-child h1.elementor-heading-title,
.home .elementor-section.tzm-home-carousel-fallback h1.elementor-heading-title {
	font-size: clamp(2.2rem, 4vw, 3.7rem) !important;
	line-height: 1.05 !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child .elementor-widget-text-editor,
.home .tzm-page-content > .elementor > .elementor-section:first-child .elementor-widget-text-editor p,
.home .tzm-page-content > .elementor-section:first-child .elementor-widget-text-editor,
.home .tzm-page-content > .elementor-section:first-child .elementor-widget-text-editor p,
.home .elementor-section.tzm-home-carousel-fallback .elementor-widget-text-editor,
.home .elementor-section.tzm-home-carousel-fallback .elementor-widget-text-editor p,
.tzm-elementor-carousel-section .elementor-widget-text-editor,
.tzm-elementor-carousel-section .elementor-widget-text-editor p,
.tzm-carousel-panel .elementor-widget-text-editor,
.tzm-carousel-panel .elementor-widget-text-editor p {
	color: var(--tzm-gray-700) !important;
	font-size: clamp(0.96rem, 1.25vw, 1.08rem) !important;
	line-height: 1.55 !important;
	max-width: 700px !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child .tzm-kicker,
.home .tzm-page-content > .elementor > .elementor-section:first-child .tzm-kicker p,
.home .tzm-page-content > .elementor-section:first-child .tzm-kicker,
.home .tzm-page-content > .elementor-section:first-child .tzm-kicker p,
.home .elementor-section.tzm-home-carousel-fallback .tzm-kicker,
.home .elementor-section.tzm-home-carousel-fallback .tzm-kicker p,
.tzm-carousel-panel .tzm-kicker,
.tzm-carousel-panel .tzm-kicker p {
	color: var(--tzm-blue-bright) !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child .elementor-button,
.home .tzm-page-content > .elementor-section:first-child .elementor-button,
.home .elementor-section.tzm-home-carousel-fallback .elementor-button,
.tzm-elementor-carousel-section .elementor-button,
.tzm-elementor-carousel-section .elementor-button:visited,
.tzm-carousel-panel .elementor-button,
.tzm-carousel-panel .elementor-button:visited {
	background: linear-gradient(135deg, var(--tzm-blue-dark), var(--tzm-blue-bright)) !important;
	border: 0 !important;
	box-shadow: 0 13px 30px rgba(11, 102, 216, 0.18) !important;
	color: #fff !important;
	min-height: 42px !important;
	padding: 12px 20px !important;
}

.tzm-carousel-pagination--elementor {
	bottom: 18px;
}

.tzm-post-card p {
	color: var(--tzm-gray-600);
	line-height: 1.58;
	margin: 0;
}

.tzm-post-card__link {
	color: var(--tzm-blue);
	font-weight: 800;
	margin-top: auto;
}

.tzm-empty-state {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid var(--tzm-border);
	border-radius: var(--tzm-radius-lg);
	padding: 24px;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid rgba(11, 102, 216, 0.28);
	outline-offset: 3px;
}

@media (max-width: 900px) {
	.admin-bar .tzm-site-header {
		top: 46px;
	}

	.tzm-site-header__inner {
		grid-template-columns: auto minmax(0, 1fr) auto;
		min-height: 64px;
		padding-block: 10px;
	}

	.tzm-site-nav {
		background: rgba(255, 255, 255, 0.94);
		border: 1px solid var(--tzm-border);
		border-radius: 20px;
		box-shadow: var(--tzm-shadow-lg);
		display: none;
		gap: 0;
		grid-column: 1 / -1;
		justify-content: stretch;
		padding: 8px;
	}

	.tzm-site-header.is-menu-open .tzm-site-nav {
		display: grid;
	}

	.tzm-site-nav a {
		border-radius: 14px;
		display: block;
		padding: 12px 14px;
	}

	.tzm-header-cta {
		grid-column: 2;
		justify-self: end;
	}

	.tzm-menu-toggle {
		display: inline-grid;
	}

	.tzm-hero-grid {
		grid-template-columns: 1fr;
	}

	.tzm-rate-preview {
		grid-template-columns: 1fr;
	}

	.tzm-footer-grid,
	.tzm-carousel-head {
		grid-template-columns: 1fr;
	}

	.tzm-footer-contact {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.tzm-site-brand {
		min-width: 0;
	}

	.tzm-site-brand img,
	.tzm-site-brand .custom-logo {
		max-width: min(230px, 72vw);
	}

	.tzm-header-cta {
		font-size: 0.8rem;
		min-height: 40px;
		padding-inline: 13px;
	}

	.tzm-section-pad {
		padding-block: 36px;
	}

	.tzm-button,
	.elementor-button.tzm-button {
		inline-size: 100%;
	}

	.tzm-liquid-card,
	.tzm-glass-card {
		border-radius: var(--tzm-radius-md);
	}
}

/* Texas Zoom Liquid Glass UI refresh. Keeps Elementor content editable while the theme handles presentation. */
:root {
	--tzm-page-max: min(1200px, calc(100% - 40px));
	--tzm-page-max-wide: min(1280px, calc(100% - 40px));
	--tzm-section-y: clamp(54px, 6.8vw, 92px);
	--tzm-section-y-compact: clamp(42px, 5.2vw, 72px);
	--tzm-card-pad: clamp(24px, 3vw, 36px);
	--tzm-glass-ui: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.66));
	--tzm-glass-ui-strong: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.76));
	--tzm-glass-line: rgba(255, 255, 255, 0.78);
	--tzm-soft-line: rgba(7, 17, 31, 0.075);
	--tzm-soft-shadow: 0 22px 60px rgba(7, 17, 31, 0.095);
	--tzm-card-shadow: 0 26px 74px rgba(7, 17, 31, 0.105);
}

body.texaszoom-child-theme {
	background:
		radial-gradient(circle at 14% -8%, rgba(11, 102, 216, 0.13), transparent 32rem),
		radial-gradient(circle at 94% 10%, rgba(5, 59, 115, 0.085), transparent 34rem),
		linear-gradient(180deg, #ffffff 0%, #f6f9fd 42%, #ffffff 100%);
}

.tzm-site-main {
	background:
		linear-gradient(135deg, rgba(11, 102, 216, 0.035) 0 1px, transparent 1px 28px),
		linear-gradient(45deg, rgba(3, 31, 62, 0.026) 0 1px, transparent 1px 32px);
}

.tzm-site-header {
	background: rgba(255, 255, 255, 0.78);
	border-bottom: 1px solid rgba(7, 17, 31, 0.075);
	box-shadow: 0 12px 36px rgba(7, 17, 31, 0.055);
	backdrop-filter: blur(24px) saturate(170%);
	-webkit-backdrop-filter: blur(24px) saturate(170%);
}

.tzm-site-header__inner {
	gap: clamp(14px, 2vw, 24px);
	inline-size: var(--tzm-page-max-wide);
	min-height: 76px;
}

.tzm-site-brand {
	min-width: clamp(190px, 18vw, 250px);
}

.tzm-site-brand img,
.tzm-site-brand .custom-logo {
	max-height: 54px;
	max-width: min(250px, 40vw);
}

.tzm-site-nav {
	gap: 8px clamp(14px, 1.55vw, 22px);
}

.tzm-site-nav a {
	border-radius: 999px;
	font-size: 0.93rem;
	padding: 10px 0;
}

.tzm-header-cta,
.tzm-header-cta:visited {
	box-shadow: 0 16px 36px rgba(11, 102, 216, 0.18);
	font-size: 0.94rem;
	min-height: 48px;
	padding-inline: 24px;
}

.tzm-page-shell,
.tzm-template-shell,
.tzm-page-content .elementor-section:not(.tzm-elementor-carousel-section) > .elementor-container,
.tzm-elementor-section > .elementor-container {
	inline-size: var(--tzm-page-max) !important;
	max-width: var(--tzm-page-max) !important;
}

.tzm-template-shell {
	padding-block: var(--tzm-section-y);
}

.tzm-template-header {
	margin-bottom: clamp(32px, 4.5vw, 56px);
	max-width: 880px;
}

.tzm-template-header h1 {
	font-size: clamp(2.4rem, 4.7vw, 4.15rem);
	letter-spacing: 0;
	line-height: 1.04;
}

.tzm-page-content {
	--tzm-carousel-height: clamp(460px, 56vh, 620px);
}

.tzm-page-content .elementor-section:not(.tzm-elementor-carousel-section) {
	overflow: hidden;
	padding-block: var(--tzm-section-y) !important;
}

.tzm-page-content .elementor-section.tzm-elementor-hero,
.tzm-page-content .elementor-section:first-child:not(.tzm-elementor-carousel-section) {
	background:
		radial-gradient(circle at 12% 2%, rgba(11, 102, 216, 0.12), transparent 30rem),
		radial-gradient(circle at 92% 16%, rgba(3, 31, 62, 0.06), transparent 34rem),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 252, 0.82)) !important;
	border-bottom: 1px solid var(--tzm-soft-line);
	padding-block: clamp(64px, 8vw, 112px) clamp(52px, 6.5vw, 90px) !important;
}

.tzm-page-content .elementor-section.tzm-elementor-hero::after,
.tzm-page-content .elementor-section:first-child:not(.tzm-elementor-carousel-section)::after,
.tzm-page-content .tzm-elementor-band::after {
	background:
		linear-gradient(135deg, rgba(11, 102, 216, 0.045) 0 1px, transparent 1px 24px),
		linear-gradient(45deg, rgba(5, 59, 115, 0.035) 0 1px, transparent 1px 30px);
	content: "";
	inset: 0;
	opacity: 0.72;
	pointer-events: none;
	position: absolute;
}

.tzm-page-content .elementor-section > .elementor-container {
	position: relative;
	z-index: 1;
}

.tzm-page-content .elementor-section.tzm-elementor-hero + .elementor-section,
.tzm-page-content .elementor-section:first-child:not(.tzm-elementor-carousel-section) + .elementor-section {
	padding-top: var(--tzm-section-y-compact) !important;
}

.tzm-page-content .tzm-elementor-band,
.tzm-page-content .elementor-section.tzm-elementor-cards-row {
	background:
		radial-gradient(circle at 18% 8%, rgba(11, 102, 216, 0.075), transparent 28rem),
		linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(239, 245, 252, 0.72)) !important;
	border-block: 1px solid rgba(7, 17, 31, 0.058);
}

.tzm-page-content .elementor-widget-heading .elementor-heading-title,
.tzm-page-content .elementor-heading-title {
	color: var(--tzm-black) !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
}

.tzm-page-content h1.elementor-heading-title {
	font-size: clamp(2.35rem, 4.4vw, 4rem) !important;
	line-height: 1.045 !important;
	margin-bottom: 16px !important;
	max-width: 900px;
}

.tzm-page-content h2.elementor-heading-title {
	font-size: clamp(1.7rem, 3vw, 2.65rem) !important;
	line-height: 1.09 !important;
	margin-bottom: 14px !important;
	max-width: 860px;
}

.tzm-page-content h3.elementor-heading-title,
.tzm-page-content h4.elementor-heading-title,
.tzm-page-content .tzm-elementor-card .elementor-heading-title,
.tzm-page-content .tzm-elementor-cards-row .elementor-heading-title {
	font-size: clamp(1.16rem, 1.75vw, 1.48rem) !important;
	line-height: 1.15 !important;
	margin-bottom: 10px !important;
}

.tzm-page-content .elementor-widget-text-editor,
.tzm-page-content .elementor-widget-text-editor p,
.tzm-page-content .elementor-widget-text-editor li,
.tzm-template-header p,
.tzm-entry-content {
	color: var(--tzm-gray-700) !important;
	font-size: clamp(0.98rem, 1.18vw, 1.08rem) !important;
	line-height: 1.68 !important;
}

.tzm-page-content .elementor-widget-heading,
.tzm-page-content .elementor-widget-text-editor {
	margin-bottom: 18px !important;
}

.tzm-page-content .tzm-kicker,
.tzm-page-content .tzm-kicker p,
.tzm-kicker {
	color: var(--tzm-blue-bright) !important;
	font-size: 0.78rem !important;
	font-weight: 850 !important;
	letter-spacing: 0.04em !important;
	line-height: 1.25 !important;
	margin-bottom: 12px !important;
	text-transform: uppercase !important;
}

.tzm-page-content .elementor-button,
.tzm-page-content .elementor-button:visited,
.tzm-page-content .elementor-widget-button .elementor-button,
.tzm-button,
.wp-block-button.tzm-button .wp-block-button__link {
	background: linear-gradient(135deg, #082d5a 0%, #0b66d8 100%) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: 0 18px 42px rgba(11, 102, 216, 0.22) !important;
	color: #fff !important;
	font-weight: 800 !important;
	min-height: 48px !important;
	padding: 15px 26px !important;
}

.tzm-page-content .elementor-widget-button {
	margin: 8px 14px 0 0;
}

.tzm-page-content .tzm-elementor-cards-row > .elementor-container {
	gap: clamp(22px, 3vw, 30px) !important;
}

.tzm-page-content .tzm-elementor-card > .elementor-widget-wrap,
.tzm-page-content .tzm-elementor-cards-row > .elementor-container > .elementor-column > .elementor-widget-wrap,
.tzm-post-card,
.tzm-empty-state {
	background: var(--tzm-glass-ui) !important;
	border: 1px solid var(--tzm-glass-line) !important;
	border-radius: 26px !important;
	box-shadow: var(--tzm-card-shadow) !important;
	display: flex !important;
	flex-direction: column;
	min-height: 100%;
	padding: var(--tzm-card-pad) !important;
	backdrop-filter: blur(24px) saturate(160%);
	-webkit-backdrop-filter: blur(24px) saturate(160%);
}

.tzm-page-content .tzm-elementor-card > .elementor-widget-wrap:hover,
.tzm-page-content .tzm-elementor-cards-row > .elementor-container > .elementor-column > .elementor-widget-wrap:hover,
.tzm-post-card:hover {
	box-shadow: 0 30px 84px rgba(7, 17, 31, 0.13) !important;
	transform: translateY(-2px);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.tzm-page-content .tzm-elementor-card .elementor-widget-button:last-child,
.tzm-page-content .tzm-elementor-cards-row .elementor-widget-button:last-child {
	margin-top: auto !important;
	padding-top: 8px;
}

.tzm-page-content .tzm-elementor-final > .elementor-container > .elementor-column > .elementor-widget-wrap {
	background:
		radial-gradient(circle at 92% 10%, rgba(11, 102, 216, 0.16), transparent 26rem),
		var(--tzm-glass-ui-strong) !important;
	border-radius: 30px !important;
	box-shadow: var(--tzm-card-shadow) !important;
	padding: clamp(34px, 5vw, 60px) !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child,
.home .tzm-page-content > .elementor-section:first-child,
.home .elementor-section.tzm-home-carousel-fallback,
.tzm-elementor-carousel-section,
.elementor-section:has(.tzm-carousel-panel) {
	background:
		radial-gradient(circle at 12% 18%, rgba(11, 102, 216, 0.16), transparent 28rem),
		radial-gradient(circle at 86% 10%, rgba(3, 31, 62, 0.12), transparent 30rem),
		linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%) !important;
	color: var(--tzm-black) !important;
	min-height: var(--tzm-carousel-height) !important;
}

.tzm-elementor-carousel-section > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-section:has(.tzm-carousel-panel) > .elementor-container > .elementor-column > .elementor-widget-wrap,
.home .elementor-section.tzm-home-carousel-fallback > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center !important;
	justify-content: center !important;
	min-height: var(--tzm-carousel-height) !important;
	padding-block: clamp(54px, 7vw, 86px) !important;
}

.tzm-carousel-panel .elementor-heading-title,
.tzm-elementor-carousel-section .elementor-heading-title {
	color: var(--tzm-black) !important;
	max-width: 820px !important;
}

.home .tzm-page-content > .elementor > .elementor-section:first-child h1.elementor-heading-title,
.home .tzm-page-content > .elementor-section:first-child h1.elementor-heading-title,
.home .elementor-section.tzm-home-carousel-fallback h1.elementor-heading-title {
	font-size: clamp(2.45rem, 4.7vw, 4.3rem) !important;
}

.tzm-carousel-panel .elementor-widget-text-editor,
.tzm-carousel-panel .elementor-widget-text-editor p,
.tzm-elementor-carousel-section .elementor-widget-text-editor,
.tzm-elementor-carousel-section .elementor-widget-text-editor p {
	color: var(--tzm-gray-700) !important;
	max-width: 760px !important;
}

.tzm-carousel-pagination--elementor {
	bottom: 24px;
}

.tzm-carousel-dot {
	background: rgba(5, 59, 115, 0.26);
	height: 9px;
	width: 9px;
}

.tzm-carousel-dot.is-active {
	background: var(--tzm-blue-bright);
	width: 30px;
}

.tzm-compliance-footer {
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 -16px 48px rgba(7, 17, 31, 0.045);
	backdrop-filter: blur(20px) saturate(155%);
	-webkit-backdrop-filter: blur(20px) saturate(155%);
}

@media (max-width: 1040px) {
	.tzm-site-header__inner {
		grid-template-columns: auto minmax(0, 1fr) auto;
		min-height: 72px;
	}

	.tzm-site-nav {
		background: rgba(255, 255, 255, 0.94);
		border: 1px solid var(--tzm-border);
		border-radius: 22px;
		box-shadow: var(--tzm-card-shadow);
		display: none;
		gap: 4px;
		grid-column: 1 / -1;
		justify-content: stretch;
		padding: 10px;
		backdrop-filter: blur(22px) saturate(160%);
		-webkit-backdrop-filter: blur(22px) saturate(160%);
	}

	.tzm-site-header.is-menu-open .tzm-site-nav {
		display: grid;
	}

	.tzm-menu-toggle {
		display: inline-grid;
	}

	.tzm-header-cta {
		grid-column: 2;
		justify-self: end;
	}

	.tzm-site-nav a {
		display: block;
		padding: 13px 14px;
	}
}

@media (max-width: 720px) {
	:root {
		--tzm-page-max: min(1200px, calc(100% - 28px));
		--tzm-page-max-wide: min(1280px, calc(100% - 28px));
		--tzm-section-y: 48px;
		--tzm-section-y-compact: 40px;
		--tzm-card-pad: 22px;
	}

	.tzm-page-content {
		--tzm-carousel-height: clamp(420px, 66vh, 560px);
	}

	.tzm-page-content .elementor-section.tzm-elementor-hero,
	.tzm-page-content .elementor-section:first-child:not(.tzm-elementor-carousel-section) {
		padding-block: 52px 42px !important;
	}

	.tzm-page-content h1.elementor-heading-title,
	.tzm-template-header h1 {
		font-size: clamp(2.15rem, 10vw, 3.1rem) !important;
	}

	.tzm-page-content h2.elementor-heading-title {
		font-size: clamp(1.55rem, 7vw, 2.18rem) !important;
	}

	.tzm-page-content .tzm-elementor-cards-row > .elementor-container {
		grid-template-columns: 1fr !important;
	}

	.tzm-header-cta,
	.tzm-header-cta:visited {
		font-size: 0.82rem;
		min-height: 42px;
		padding-inline: 14px;
	}

	.tzm-site-brand img,
	.tzm-site-brand .custom-logo {
		max-width: min(205px, 48vw);
	}
}
