:root {
	--wpcf-primary: #175cd3;
	--wpcf-secondary: #101828;
	--wpcf-accent: #f79009;
	--wpcf-container: 1200px;
	--wpcf-radius: 8px;
	--wpcf-logo-width: 180px;
	--wpcf-logo-width-tablet: 150px;
	--wpcf-logo-width-mobile: 130px;
	--wpcf-header-height: 80px;
	--wpcf-header-height-tablet: 72px;
	--wpcf-header-height-mobile: 64px;
	--wpcf-header-spacing: 24px;
	--wpcf-menu-size: 16px;
	--wpcf-footer-bg: #101828;
	--wpcf-footer-text: #d0d5dd;
	--wpcf-footer-heading: #fff;
	--wpcf-footer-size: 15px;
}

html,
body {
	max-width: 100%;
}

body.wpcf-replace-theme-header {
	padding-top: 0 !important;
}

.wpcf-replace-theme-header header.site-header:not(.wpcf-header),
.wpcf-replace-theme-header #site-header:not(.wpcf-header),
.wpcf-replace-theme-header .site-header:not(.wpcf-header),
.wpcf-replace-theme-header .elementor-location-header,
.wpcf-replace-theme-header #masthead:not(.wpcf-header),
.wpcf-replace-theme-header > .wp-site-blocks > header.wp-block-template-part {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.wpcf-replace-theme-footer .site-footer:not(.wpcf-footer),
.wpcf-replace-theme-footer .site-info:not(.wpcf-footer),
.wpcf-replace-theme-footer #site-footer,
.wpcf-replace-theme-footer .elementor-location-footer,
.wpcf-replace-theme-footer #colophon:not(.wpcf-footer),
.wpcf-replace-theme-footer > .wp-site-blocks > footer.wp-block-template-part {
	display: none !important;
}

.wpcf-container {
	width: min(calc(100% - 40px), var(--wpcf-container));
	margin-inline: auto;
}

.wpcf-header,
.wpcf-header *,
.wpcf-header *::before,
.wpcf-header *::after,
.wpcf-announcement *,
.wpcf-topbar *,
.wpcf-footer *,
.wpcf-component * {
	box-sizing: border-box;
}

.wpcf-header,
.wpcf-announcement,
.wpcf-topbar,
.wpcf-footer,
.wpcf-component {
	font-family: var(--wpcf-body-font), sans-serif;
}

.wpcf-announcement {
	padding: 8px;
	color: #fff;
	text-align: center;
	background-color: var(--wpcf-primary);
}

.wpcf-topbar {
	color: #fff;
	font-size: 13px;
	background-color: var(--wpcf-secondary);
}

.wpcf-topbar .wpcf-container {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	min-height: 36px;
}

.wpcf-topbar ul {
	display: flex;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wpcf-topbar a {
	color: inherit;
}

.wpcf-header {
	position: relative;
	z-index: 999;
	width: 100%;
	color: inherit;
	background-color: var(--wpcf-header-bg, #fff) !important;
	opacity: 1;
	isolation: isolate;
}

.wpcf-header--transparent:not(.wpcf-header--sticky) {
	background-color: transparent !important;
}

.wpcf-header--shadow {
	box-shadow: 0 2px 12px rgba(16, 24, 40, 0.1);
}

.wpcf-header--sticky {
	position: sticky;
	top: 0;
	z-index: 99999;
	width: 100%;
	background-color: var(--wpcf-header-bg, #fff) !important;
	opacity: 1;
}

.wpcf-header-inner {
	position: relative;
	z-index: 2;
	display: flex;
	gap: var(--wpcf-header-spacing);
	align-items: center;
	min-height: var(--wpcf-header-height);
	background-color: inherit;
}

.wpcf-header--centered .wpcf-header-inner {
	justify-content: center;
}

.wpcf-header--centered .wpcf-primary-nav {
	margin-inline: 0;
}

.wpcf-header--split .wpcf-brand {
	margin-right: auto;
}

.wpcf-brand {
	display: flex;
	align-items: center;
	color: inherit;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
}

.wpcf-brand--center {
	margin-inline: auto;
}

.wpcf-brand--right {
	order: 3;
}

.wpcf-logo-picture {
	display: flex;
}

.wpcf-header img {
	max-width: 100%;
	height: auto;
}

.wpcf-logo {
	display: block;
	width: min(var(--wpcf-logo-width), 100%);
	max-height: calc(var(--wpcf-header-height) - 16px);
	object-fit: contain;
}

.wpcf-sticky-logo {
	display: none;
}

.wpcf-header--sticky.is-stuck .wpcf-logo-picture {
	display: none;
}

.wpcf-header--sticky.is-stuck .wpcf-sticky-logo {
	display: block;
}

.wpcf-primary-nav {
	display: flex;
	gap: var(--wpcf-header-spacing);
	align-items: center;
	margin-left: auto;
	background-color: var(--wpcf-header-bg, #fff);
}

.wpcf-header--transparent:not(.wpcf-header--sticky) .wpcf-primary-nav {
	background-color: transparent;
}

.wpcf-menu-align--left .wpcf-primary-nav {
	margin-right: auto;
	margin-left: 0;
}

.wpcf-menu-align--center .wpcf-primary-nav {
	margin-inline: auto;
}

.wpcf-menu {
	display: flex;
	gap: 28px;
	align-items: center;
	margin: 0;
	padding: 0;
	font-size: var(--wpcf-menu-size);
	list-style: none;
}

.wpcf-menu li {
	position: relative;
}

.wpcf-menu a {
	display: block;
	padding: calc((var(--wpcf-header-height) - 24px) / 2) 0;
	color: inherit;
	text-decoration: none;
}

.wpcf-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 20;
	display: none;
	min-width: 220px;
	margin: 0;
	padding: 8px;
	color: #101828;
	list-style: none;
	background-color: #fff;
	box-shadow: 0 12px 32px rgba(16, 24, 40, 0.14);
}

.wpcf-menu li:hover > .sub-menu,
.wpcf-menu li:focus-within > .sub-menu {
	display: block;
}

.wpcf-menu .sub-menu a {
	padding: 10px 14px;
}

.wpcf-menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

.wpcf-menu > .menu-item-wpcf-mega {
	position: static;
}

.wpcf-menu > .menu-item-wpcf-mega > .sub-menu {
	right: 20px;
	left: 20px;
	display: none;
	width: auto;
	grid-template-columns: repeat(4, 1fr);
}

.wpcf-menu > .menu-item-wpcf-mega:hover > .sub-menu,
.wpcf-menu > .menu-item-wpcf-mega:focus-within > .sub-menu {
	display: grid;
}

.wpcf-navigation-cta {
	flex: 0 0 auto;
}

.wpcf-header-actions {
	display: flex;
	gap: 12px;
	align-items: center;
}

.wpcf-button {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	color: #fff !important;
	text-decoration: none;
	background-color: var(--wpcf-primary);
	border: 0;
	border-radius: var(--wpcf-radius);
}

.wpcf-search-toggle,
.wpcf-menu-toggle {
	background: none;
	border: 0;
	cursor: pointer;
}

.wpcf-search-form {
	padding: 16px 0;
	background-color: var(--wpcf-header-bg, #fff);
	border-top: 1px solid #eaecf0;
}

.wpcf-search-form form {
	display: flex;
}

.wpcf-search-form input[type="search"] {
	flex: 1;
	padding: 12px;
}

.wpcf-menu-toggle {
	display: none;
}

.wpcf-hamburger--boxed {
	padding: 8px;
	border: 1px solid currentcolor;
	border-radius: 6px;
}

.wpcf-hamburger--compact span:not(.screen-reader-text) {
	width: 18px;
}

@media (min-width: 783px) {
	.admin-bar .wpcf-header--sticky {
		top: 32px;
	}
}

@media (max-width: 782px) {
	.admin-bar .wpcf-header--sticky {
		top: 46px;
	}
}

@media (max-width: 900px) {
	.wpcf-header-inner {
		justify-content: space-between;
		width: min(calc(100% - 40px), var(--wpcf-container));
		min-height: var(--wpcf-header-height-tablet);
	}

	.wpcf-brand {
		order: initial;
		margin-right: auto;
	}

	.wpcf-logo {
		width: min(var(--wpcf-logo-width-tablet), 100%);
		max-height: calc(var(--wpcf-header-height-tablet) - 14px);
	}

	.wpcf-menu-toggle {
		display: inline-flex;
		flex: 0 0 auto;
		flex-direction: column;
		gap: 4px;
		order: 2;
		margin-left: auto;
	}

	.wpcf-menu-toggle span:not(.screen-reader-text) {
		display: block;
		width: 24px;
		height: 2px;
		background-color: currentcolor;
	}

	.wpcf-header-actions {
		display: none;
	}

	.wpcf-primary-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		z-index: 99998;
		display: none;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 20px;
		color: #101828;
		background-color: var(--wpcf-header-bg, #fff) !important;
		box-shadow: 0 10px 30px rgba(16, 24, 40, 0.12);
	}

	.wpcf-primary-nav.is-open {
		display: block;
	}

	.wpcf-menu {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		min-width: 0;
		gap: 0;
	}

	.wpcf-menu li,
	.wpcf-menu a {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.wpcf-menu a {
		padding: 12px 0;
	}

	.wpcf-menu .sub-menu,
	.wpcf-menu > .menu-item-wpcf-mega > .sub-menu {
		position: static;
		display: block;
		width: 100%;
		padding-left: 16px;
		box-shadow: none;
	}

	.wpcf-navigation-cta {
		display: block;
		width: 100%;
		margin-top: 20px;
	}

	.wpcf-navigation-cta .wpcf-header-cta {
		display: flex;
		justify-content: center;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.wpcf-container,
	.wpcf-header-inner {
		width: min(calc(100% - 28px), var(--wpcf-container));
	}

	.wpcf-header-inner {
		min-height: var(--wpcf-header-height-mobile);
	}

	.wpcf-logo {
		width: min(var(--wpcf-logo-width-mobile), 100%);
		max-height: calc(var(--wpcf-header-height-mobile) - 12px);
	}
}

/* Professional footer builder. */
.wpcf-site-footer,
.wpcf-site-footer *,
.wpcf-site-footer *::before,
.wpcf-site-footer *::after { box-sizing: border-box; }
.wpcf-site-footer {
	position: relative;
	isolation: isolate;
	width: 100%;
	color: var(--wpcf-footer-text, #d0d5dd);
	background: var(--wpcf-footer-bg, #101828);
}
.wpcf-site-footer::before,
.wpcf-site-footer::after { position: absolute; inset: 0; z-index: -2; pointer-events: none; content: ""; }
.wpcf-site-footer::before {
	background-image: var(--wpcf-footer-image, none);
	background-repeat: var(--wpcf-footer-image-repeat, no-repeat);
	background-position: var(--wpcf-footer-image-position, center);
	background-size: var(--wpcf-footer-image-size, cover);
	opacity: var(--wpcf-footer-image-opacity, 1);
}
.wpcf-site-footer::after { z-index: -1; background: var(--wpcf-footer-overlay, #101828); opacity: var(--wpcf-footer-overlay-opacity, 0); }
.wpcf-footer-container { width: min(100% - 40px, var(--wpcf-footer-width, 1280px)); margin-inline: auto; }
.wpcf-footer-main { padding-block: var(--wpcf-footer-top, 72px) var(--wpcf-footer-bottom, 48px); }
.wpcf-footer-grid { display: grid; gap: var(--wpcf-footer-gap, 40px); align-items: start; }
.wpcf-footer-layout--four .wpcf-footer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.wpcf-footer-layout--three .wpcf-footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wpcf-footer-layout--two .wpcf-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wpcf-footer-layout--centered .wpcf-footer-grid { grid-template-columns: minmax(0, 720px); justify-content: center; text-align: center; }
.wpcf-footer-column { min-width: 0; }
.wpcf-footer-column h2 { margin: 0 0 18px; color: var(--wpcf-footer-heading, #fff); font-size: 18px; line-height: 1.3; }
.wpcf-footer-column p { margin: 0 0 14px; }
.wpcf-footer-column ul { margin: 0; padding: 0; list-style: none; }
.wpcf-footer-column li + li { margin-top: 10px; }
.wpcf-site-footer a { color: var(--wpcf-footer-link, #d0d5dd); text-decoration: none; overflow-wrap: anywhere; }
.wpcf-site-footer a:hover { color: var(--wpcf-footer-link-hover, #fff); }
.wpcf-site-footer a:focus-visible,
.wpcf-footer-accordion-toggle:focus-visible,
.wpcf-back-to-top:focus-visible { outline: 2px solid var(--wpcf-footer-accent, #2e90fa); outline-offset: 3px; }
.wpcf-footer-brand img { display: block; width: auto; max-width: 100%; height: auto; margin-bottom: 22px; }
.wpcf-footer-layout--centered .wpcf-footer-brand img { margin-inline: auto; }
.wpcf-footer-contact-item { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; }
.wpcf-footer-contact-item svg { flex: 0 0 19px; width: 19px; height: 19px; fill: none; stroke: var(--wpcf-footer-accent, #2e90fa); stroke-width: 2; }
.wpcf-footer-socials { display: flex; flex-wrap: wrap; gap: 10px; }
.wpcf-footer-socials a { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid var(--wpcf-footer-border, #344054); border-radius: 50%; }
.wpcf-footer-socials svg { width: 18px; height: 18px; fill: currentcolor; }
.wpcf-footer-cta { position: relative; isolation: isolate; padding-block: 38px; background: var(--wpcf-cta-bg, var(--wpcf-footer-bg-secondary, #1d2939)); }
.wpcf-footer-cta--same { background: var(--wpcf-footer-bg, #101828); }
.wpcf-footer-cta--lighter { background: var(--wpcf-footer-bg-secondary, #1d2939); }
.wpcf-footer-cta--image { background-image: var(--wpcf-cta-image); background-position: center; background-size: cover; }
.wpcf-footer-cta--image::before { position: absolute; inset: 0; z-index: -1; background: var(--wpcf-cta-overlay, #000); opacity: var(--wpcf-cta-opacity, .35); content: ""; }
.wpcf-footer-cta .wpcf-footer-container { display: flex; gap: 30px; align-items: center; justify-content: space-between; }
.wpcf-footer-cta h2 { margin: 3px 0 8px; color: var(--wpcf-footer-heading, #fff); font-size: clamp(24px, 3vw, 38px); }
.wpcf-footer-cta__eyebrow { margin: 0; color: var(--wpcf-footer-accent, #2e90fa); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wpcf-footer-cta__buttons { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 12px; }
.wpcf-footer-button { display: inline-flex; min-height: 46px; padding: 12px 22px; align-items: center; justify-content: center; color: var(--wpcf-footer-button-text, #fff) !important; background: var(--wpcf-footer-button-bg, #1570ef); border: 1px solid transparent; border-radius: 6px; font-weight: 700; }
.wpcf-footer-button:hover { background: var(--wpcf-footer-button-hover, #175cd3); }
.wpcf-footer-button--secondary { color: var(--wpcf-footer-link, #d0d5dd) !important; background: transparent; border-color: var(--wpcf-footer-border, #344054); }
.wpcf-footer-bottom { margin: 0; padding-block: 20px; background: var(--wpcf-footer-bottom-bg, #0c111d); border: 0; }
.wpcf-footer--divider .wpcf-footer-bottom { border-top: 1px solid var(--wpcf-footer-border, #344054); }
.wpcf-footer-bottom .wpcf-footer-container { display: flex; gap: 20px; align-items: center; justify-content: space-between; }
.wpcf-footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
.wpcf-align--center { text-align: center; justify-content: center; }
.wpcf-align--right { text-align: right; justify-content: flex-end; }
.wpcf-footer-accordion-toggle { width: 100%; padding: 0; color: inherit; text-align: inherit; background: none; border: 0; font: inherit; cursor: pointer; }
.wpcf-back-to-top { right: 24px; bottom: 88px; z-index: 99991; display: inline-flex; align-items: center; justify-content: center; background: var(--wpcf-primary, #1570ef); }
.wpcf-back-to-top svg { width: 22px; height: 22px; fill: none; stroke: currentcolor; stroke-width: 2; }

@media (max-width: 1024px) {
	.wpcf-footer--stack-tablet .wpcf-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wpcf-footer-cta .wpcf-footer-container { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 767px) {
	.wpcf-footer--hide-mobile { display: none; }
	.wpcf-footer--hide-cta-mobile .wpcf-footer-cta { display: none; }
	.wpcf-site-footer .wpcf-footer-grid { grid-template-columns: 1fr; }
	.wpcf-footer-container { width: min(100% - 32px, var(--wpcf-footer-width, 1280px)); }
	.wpcf-footer-cta__buttons,
	.wpcf-footer-button { width: 100%; }
	.wpcf-footer-bottom .wpcf-footer-container { align-items: flex-start; flex-direction: column; }
	.wpcf-footer--accordion.is-enhanced .wpcf-footer-column__content[hidden] { display: none; }
	.wpcf-footer--accordion.is-enhanced .wpcf-footer-accordion-toggle::after { float: right; content: "+"; }
	.wpcf-footer--accordion.is-enhanced .wpcf-footer-accordion-toggle[aria-expanded="true"]::after { content: "−"; }
}
@media (prefers-reduced-motion: reduce) { .wpcf-back-to-top { transition: none; } }

.wpcf-footer {
	padding: 64px 0 24px;
	color: var(--wpcf-footer-text);
	font-size: var(--wpcf-footer-size);
	background-color: var(--wpcf-footer-bg);
}

.wpcf-footer a {
	color: inherit;
}

.wpcf-footer h2,
.wpcf-widget-title {
	color: var(--wpcf-footer-heading);
}

.wpcf-footer-company {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
	margin-bottom: 36px;
}

.wpcf-footer-company h2,
.wpcf-footer-company address {
	margin: 0;
}

.wpcf-footer-logo {
	display: block;
	max-width: 180px;
	max-height: 70px;
	object-fit: contain;
}

.wpcf-footer-grid {
	display: grid;
	gap: 32px;
}

.wpcf-columns-1 { grid-template-columns: 1fr; }
.wpcf-columns-2 { grid-template-columns: repeat(2, 1fr); }
.wpcf-columns-3 { grid-template-columns: repeat(3, 1fr); }
.wpcf-columns-4 { grid-template-columns: repeat(4, 1fr); }

.wpcf-footer-nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.wpcf-footer-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid rgba(208, 213, 221, 0.3);
}

.wpcf-socials,
.wpcf-policy-links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.wpcf-newsletter {
	padding-bottom: 36px;
}

.wpcf-back-to-top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 999;
	width: 44px;
	height: 44px;
	color: #fff;
	pointer-events: none;
	background-color: var(--wpcf-primary);
	border: 0;
	border-radius: 50%;
	opacity: 0;
	transition: 0.2s;
}

.wpcf-back-to-top.is-visible {
	pointer-events: auto;
	opacity: 1;
}

.wpcf-component {
	padding: 80px 0;
	background-image: var(--wpcf-bg-image);
	background-position: center;
	background-size: cover;
}

.wpcf-component h2 {
	margin: 0.2em 0 0.5em;
	font-family: var(--wpcf-heading-font), sans-serif;
	font-size: clamp(30px, 4vw, 48px);
}

.wpcf-eyebrow {
	color: var(--wpcf-primary);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wpcf-hero {
	display: flex;
	align-items: center;
	min-height: 520px;
}

.wpcf-cta {
	color: #fff;
	text-align: center;
	background-color: var(--wpcf-secondary);
}

.wpcf-component-content {
	display: grid;
	gap: 24px;
	grid-template-columns: inherit;
}

.wpcf-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	list-style: none;
}

.wpcf-breadcrumbs li + li::before {
	margin-right: 8px;
	content: "/";
}

.wpcf-whatsapp-button,
.wpcf-whatsapp-button * {
	box-sizing: border-box;
}

.wpcf-whatsapp-button {
	position: fixed;
	z-index: 99990;
	bottom: var(--wpcf-wa-bottom, 24px);
	display: inline-flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	max-width: calc(100vw - 32px);
	min-height: 52px;
	padding: 12px 18px;
	color: var(--wpcf-wa-text, #fff);
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	background-color: var(--wpcf-wa-bg, #25d366);
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wpcf-whatsapp-button--bottom_right { right: var(--wpcf-wa-side, 24px); bottom: var(--wpcf-wa-bottom, 24px); }
.wpcf-whatsapp-button--bottom_left { bottom: var(--wpcf-wa-bottom, 24px); left: var(--wpcf-wa-side, 24px); }
.wpcf-whatsapp-button--top_right { top: var(--wpcf-wa-bottom, 24px); right: var(--wpcf-wa-side, 24px); bottom: auto; }
.wpcf-whatsapp-button--top_left { top: var(--wpcf-wa-bottom, 24px); bottom: auto; left: var(--wpcf-wa-side, 24px); }
.wpcf-whatsapp-button--middle_right { top: 50%; right: var(--wpcf-wa-side, 24px); bottom: auto; transform: translateY(-50%); }
.wpcf-whatsapp-button--middle_left { top: 50%; bottom: auto; left: var(--wpcf-wa-side, 24px); transform: translateY(-50%); }
@media (min-width: 783px) {
	.admin-bar .wpcf-whatsapp-button--top_right,
	.admin-bar .wpcf-whatsapp-button--top_left { top: calc(32px + var(--wpcf-wa-bottom, 24px)); }
}

.wpcf-whatsapp-button:hover {
	color: var(--wpcf-wa-text, #fff);
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}
.wpcf-whatsapp-button--middle_right:hover,
.wpcf-whatsapp-button--middle_left:hover { transform: translateY(calc(-50% - 2px)); }

.wpcf-whatsapp-button:focus-visible {
	outline: 3px solid currentcolor;
	outline-offset: 3px;
}

.wpcf-whatsapp-button__icon {
	display: inline-flex;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
}

.wpcf-whatsapp-button__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.wpcf-whatsapp-button--icon_only {
	width: 56px;
	height: 56px;
	min-height: 56px;
	padding: 0;
}

.wpcf-whatsapp-button--icon_only .wpcf-whatsapp-button__text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	border: 0;
	clip: rect(0, 0, 0, 0);
}

.wpcf-whatsapp-button--full {
	min-width: 220px;
	border-radius: 12px;
}

.wpcf-whatsapp-button--desktop-only { display: inline-flex; }
.wpcf-whatsapp-button--mobile-only { display: none; }

@media (max-width: 782px) {
	.admin-bar .wpcf-whatsapp-button--top_right,
	.admin-bar .wpcf-whatsapp-button--top_left { top: calc(46px + var(--wpcf-wa-bottom, 24px)); }
	.wpcf-footer-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 900px) {
	.wpcf-whatsapp-button--desktop-only { display: none; }
	.wpcf-whatsapp-button--mobile-only { display: inline-flex; }
	.wpcf-whatsapp-button--bottom_right,
	.wpcf-whatsapp-button--top_right,
	.wpcf-whatsapp-button--middle_right { right: min(var(--wpcf-wa-side, 16px), 24px); }
	.wpcf-whatsapp-button--bottom_left,
	.wpcf-whatsapp-button--top_left,
	.wpcf-whatsapp-button--middle_left { left: min(var(--wpcf-wa-side, 16px), 24px); }
}

@media (prefers-reduced-motion: reduce) {
	.wpcf-whatsapp-button { transition: none; }
	.wpcf-whatsapp-button:hover { transform: none; }
	.wpcf-whatsapp-button--middle_right,
	.wpcf-whatsapp-button--middle_left,
	.wpcf-whatsapp-button--middle_right:hover,
	.wpcf-whatsapp-button--middle_left:hover { transform: translateY(-50%); }
}

@media (max-width: 480px) {
	.wpcf-footer-grid {
		grid-template-columns: 1fr;
	}

	.wpcf-footer-bottom {
		display: block;
	}

	.wpcf-socials,
	.wpcf-policy-links {
		margin-top: 16px;
	}
}
