/*
Theme Name: Ventpro
Author: GeckoDoIt
Author URI: https://geckodoit.com/
Description: Full Site Editing block theme for Ventpro — indoor climate solutions for Thailand.
Tags: full-site-editing, block-patterns, block-styles, editor-style
Text Domain: ventpro
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.7
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* -------------------------------------------------------------------------
   Base
-------------------------------------------------------------------------- */

html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, :where(h1, h2).wp-block-heading {
	font-family: var(--wp--preset--font-family--playfair) !important;
	font-weight: 500;
}

h3, h4, h5, h6, :where(h3, h4, h5, h6).wp-block-heading {
	font-family: var(--wp--preset--font-family--inter) !important;
	font-weight: 600;
}

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

.vp-icon img,
.vp-icon .wp-block-image img {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0 !important;
	object-fit: contain;
}

.vp-icon.is-style-accent {
	color: var(--wp--preset--color--accent);
}

.vp-icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 0.5rem;
	background: color-mix(in srgb, var(--wp--preset--color--accent) 10%, transparent);
	color: var(--wp--preset--color--accent);
	flex-shrink: 0;
	transition: background 0.2s ease, color 0.2s ease;
}

.vp-icon-wrap img {
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 0 !important;
	filter: none;
	transition: filter 0.2s ease;
}

.vp-card:hover .vp-icon-wrap,
.vp-process-step:hover .vp-icon-wrap,
.vp-solution-card:hover .vp-icon-wrap {
	background: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--white);
}

.vp-card:hover .vp-icon-wrap img,
.vp-process-step:hover .vp-icon-wrap img,
.vp-solution-card:hover .vp-icon-wrap img {
	filter: brightness(0) invert(1);
}

.vp-label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent);
	margin: 0;
}

.vp-label::before {
	content: "";
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 999px;
	background: currentColor;
	flex-shrink: 0;
}

.vp-muted {
	color: var(--wp--preset--color--muted);
}

.vp-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	color: var(--wp--preset--color--accent-dark);
}

.vp-link-arrow.is-dark,
.vp-link-arrow.is-dark a {
	color: var(--wp--preset--color--contrast);
}

.vp-link-arrow.is-dark:hover,
.vp-link-arrow.is-dark a:hover {
	color: var(--wp--preset--color--accent-dark);
}

.vp-link-arrow img {
	width: 1rem;
	height: 1rem;
	border-radius: 0 !important;
}

/* -------------------------------------------------------------------------
   Header
-------------------------------------------------------------------------- */

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: color-mix(in srgb, var(--wp--preset--color--base) 95%, transparent);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.site-header .wp-block-group.vp-header-inner {
	min-height: 4rem;
}

.vp-logo img,
.site-header .wp-block-site-logo img,
.site-header .vp-logo img {
	width: auto !important;
	height: 2rem !important;
	border-radius: 0 !important;
	object-fit: contain;
}

.site-header .wp-block-navigation {
	font-size: 0.875rem;
	font-weight: 500;
}

.site-header .wp-block-navigation .wp-block-navigation-item__content {
	padding: 0.35rem 0;
}

.site-header .vp-header-cta .wp-block-button__link {
	padding: 0.65rem 1.1rem;
	font-size: var(--wp--preset--font-size--xs);
}

/* -------------------------------------------------------------------------
   Hero
-------------------------------------------------------------------------- */

.vp-hero {
	position: relative;
	min-height: 92vh;
}

.vp-hero .wp-block-cover__background {
	background: linear-gradient(to right, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.5), rgba(15, 23, 42, 0.15)) !important;
	opacity: 1 !important;
}

.vp-hero .wp-block-cover__inner-container {
	width: 100%;
}

.vp-hero-content {
	max-width: 42rem;
}

.vp-hero .vp-label {
	color: rgba(255, 255, 255, 0.7);
}

.vp-hero h1 {
	color: #fff;
	margin: 0;
}

.vp-hero .vp-hero-lead {
	color: rgba(255, 255, 255, 0.88);
	font-size: var(--wp--preset--font-size--large);
	line-height: 1.55;
	max-width: 38rem;
}

.vp-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: var(--wp--preset--color--accent) !important;
	color: #fff !important;
	box-shadow: 0 10px 25px rgba(6, 182, 212, 0.35);
}

.vp-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
	background: var(--wp--preset--color--accent-dark) !important;
	color: #fff !important;
}

.vp-hero .wp-block-button.is-style-outline .wp-block-button__link {
	background: rgba(255, 255, 255, 0.1) !important;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	color: #fff !important;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.vp-hero .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.2) !important;
	border-color: rgba(255, 255, 255, 0.45) !important;
	color: #fff !important;
}

.vp-hero-chips {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.vp-hero-chips > .wp-block-group,
.vp-hero-chip {
	display: inline-flex !important;
	align-items: center;
	gap: 0.45rem;
	padding: 0.625rem 1rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	color: rgba(255, 255, 255, 0.85);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 500;
}

.vp-hero-chips .wp-block-image,
.vp-hero-chips img {
	width: 1rem !important;
	height: 1rem !important;
	margin: 0 !important;
	border-radius: 0 !important;
	filter: none;
	opacity: 1;
}

/* -------------------------------------------------------------------------
   Sections
-------------------------------------------------------------------------- */

.vp-section {
	padding-top: var(--wp--preset--spacing--80);
	padding-bottom: var(--wp--preset--spacing--80);
}

.vp-section-header {
	max-width: 40rem;
	margin-bottom: var(--wp--preset--spacing--70);
}

.vp-section-header h2 {
	margin: 0.5rem 0 0;
}

.vp-section-header p {
	color: var(--wp--preset--color--muted);
	margin: 1rem 0 0;
	font-size: var(--wp--preset--font-size--large);
}

.vp-section-header.is-centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.vp-section-header.is-centered .vp-label {
	justify-content: center;
}

.vp-section--surface {
	background: var(--wp--preset--color--surface);
}

.vp-section--dark {
	background: var(--wp--preset--color--dark);
	color: var(--wp--preset--color--white);
}

.vp-section--dark h2,
.vp-section--dark h3,
.vp-section--dark p {
	color: var(--wp--preset--color--white);
}

.vp-section--dark .vp-muted,
.vp-section--dark .vp-section-header p {
	color: rgba(255, 255, 255, 0.72);
}

/* -------------------------------------------------------------------------
   Cards
-------------------------------------------------------------------------- */

.vp-card {
	background: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 0.75rem;
	padding: 2rem;
	height: 100%;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.vp-card:hover {
	border-color: color-mix(in srgb, var(--wp--preset--color--accent) 40%, var(--wp--preset--color--border));
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
	transform: translateY(-2px);
}

.vp-card h3 {
	margin: 1rem 0 0.5rem;
}

.vp-card p {
	color: var(--wp--preset--color--muted);
	margin: 0;
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.6;
}

.vp-solution-card {
	overflow: hidden;
	border-radius: 0.75rem;
	border: 1px solid var(--wp--preset--color--border);
	background: var(--wp--preset--color--base);
	height: 100%;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.vp-solution-card:hover {
	border-color: color-mix(in srgb, var(--wp--preset--color--accent) 40%, var(--wp--preset--color--border));
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
	transform: translateY(-2px);
}

.vp-solution-card__media {
	position: relative;
	overflow: hidden;
}

.vp-solution-card__media .wp-block-image {
	margin: 0;
}

.vp-solution-card__media .wp-block-image img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
	border-radius: 0 !important;
	display: block;
	transition: transform 0.35s ease;
}

.vp-solution-card:hover .vp-solution-card__media .wp-block-image img {
	transform: scale(1.05);
}

.vp-solution-badge {
	position: absolute;
	top: 1rem;
	left: 1rem;
	margin: 0 !important;
	padding: 0.3rem 0.65rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--wp--preset--color--base) 90%, transparent);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--wp--preset--color--contrast);
	line-height: 1.2;
}

.vp-solution-card__body {
	padding: 1.5rem;
}

.vp-solution-card__title-row {
	margin-bottom: 0.15rem;
}

.vp-solution-card__title-row h3 {
	margin: 0;
	font-family: var(--wp--preset--font-family--inter) !important;
	font-weight: 600;
	line-height: 1.3;
}

.vp-solution-card__body .vp-label {
	margin: 0;
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
	text-transform: none;
}

.vp-solution-card__body .vp-label::before {
	display: none;
}

.vp-solution-card__body .vp-muted {
	margin: 0;
	line-height: 1.6;
}

.vp-solutions-grid .wp-block-column {
	display: flex;
	flex-direction: column;
}

/* -------------------------------------------------------------------------
   Process
-------------------------------------------------------------------------- */

.vp-process-step {
	position: relative;
	padding: 1.75rem;
	border-radius: 0.75rem;
	background: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--border);
	height: 100%;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.vp-process-step:hover {
	border-color: color-mix(in srgb, var(--wp--preset--color--accent) 40%, var(--wp--preset--color--border));
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.vp-process-step .vp-step-num {
	font-family: var(--wp--preset--font-family--playfair);
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: var(--wp--preset--color--border);
	margin: 0 0 0.75rem;
	line-height: 1;
}

.vp-process-step h3 {
	margin: 0.75rem 0 0.5rem;
}

.vp-process-step p {
	margin: 0;
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--small);
}

/* -------------------------------------------------------------------------
   Products
-------------------------------------------------------------------------- */

.vp-product-feature {
	overflow: hidden;
	border-radius: 0.75rem;
	border: 1px solid var(--wp--preset--color--border);
	background: var(--wp--preset--color--base);
	height: 100%;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.vp-product-feature:hover {
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
	transform: translateY(-2px);
}

.vp-product-feature .wp-block-image {
	overflow: hidden;
	margin: 0;
}

.vp-product-feature .wp-block-image img {
	border-radius: 0;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	width: 100%;
	transition: transform 0.35s ease;
}

.vp-product-feature:hover .wp-block-image img {
	transform: scale(1.05);
}

.vp-product-feature .vp-product-body {
	padding: 1.5rem 1.5rem 1.75rem;
}

.vp-product-feature h3 {
	font-family: var(--wp--preset--font-family--playfair) !important;
	font-weight: 500;
	font-size: 1.35rem;
	letter-spacing: -0.02em;
}

.vp-product-feature .vp-label {
	letter-spacing: 0.04em;
	text-transform: none;
	font-size: 0.8125rem;
}

.vp-product-feature .vp-label::before {
	display: none;
}

.vp-product-mini {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: flex-start;
	padding: 1.5rem;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 0.75rem;
	background: var(--wp--preset--color--base);
	height: 100%;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vp-product-mini:hover {
	border-color: color-mix(in srgb, var(--wp--preset--color--accent) 40%, var(--wp--preset--color--border));
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.vp-product-mini h3 {
	margin: 0 0 0.35rem;
	font-size: var(--wp--preset--font-size--small);
}

.vp-product-mini p {
	margin: 0;
	font-size: var(--wp--preset--font-size--xs);
	color: var(--wp--preset--color--muted);
	line-height: 1.55;
}

/* -------------------------------------------------------------------------
   Videos / Projects / Knowledge
-------------------------------------------------------------------------- */

.vp-video-card,
.vp-project-card,
.vp-knowledge-card {
	border-radius: 0.75rem;
	overflow: hidden;
	border: 1px solid var(--wp--preset--color--border);
	background: var(--wp--preset--color--base);
	height: 100%;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.vp-video-card:hover,
.vp-project-card:hover,
.vp-knowledge-card:hover {
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
	transform: translateY(-2px);
}

.vp-video-card .wp-block-image,
.vp-project-card .wp-block-image,
.vp-knowledge-card .wp-block-image {
	margin: 0;
	position: relative;
	overflow: hidden;
}

.vp-video-card .wp-block-image img,
.vp-project-card .wp-block-image img {
	border-radius: 0;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
	transition: transform 0.35s ease;
}

.vp-video-card:hover .wp-block-image img,
.vp-project-card:hover .wp-block-image img,
.vp-knowledge-card:hover .wp-block-image img {
	transform: scale(1.05);
}

.vp-video-media {
	position: relative;
	overflow: hidden;
}

.vp-video-media .wp-block-image,
.vp-video-media .wp-block-image a {
	display: block;
	line-height: 0;
}

.vp-video-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.25);
	pointer-events: none;
	transition: background 0.25s ease;
}

.vp-video-card:hover .vp-video-media::after {
	background: rgba(15, 23, 42, 0.35);
}

.vp-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--wp--preset--color--base) 90%, transparent);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.vp-video-play img {
	width: 1.25rem !important;
	height: 1.25rem !important;
	margin: 0 !important;
	border-radius: 0 !important;
}

.vp-video-card .vp-card-body,
.vp-project-card .vp-card-body,
.vp-knowledge-card .vp-card-body {
	padding: 1.25rem 1.35rem 1.5rem;
}

.vp-video-card h3,
.vp-project-card h3,
.vp-knowledge-card h3 {
	margin: 0 0 0.5rem;
	font-family: var(--wp--preset--font-family--playfair) !important;
	font-weight: 500;
	font-size: 1.125rem;
	letter-spacing: -0.01em;
}

.vp-video-card p,
.vp-project-card p,
.vp-knowledge-card p {
	margin: 0;
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--small);
}

.vp-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-top: 0.85rem;
	padding: 0;
	list-style: none;
}

.vp-tags li,
.vp-tag {
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--muted);
	margin: 0;
}

.vp-tag.is-accent {
	background: color-mix(in srgb, var(--wp--preset--color--accent) 15%, transparent);
	color: var(--wp--preset--color--accent-dark);
}

.vp-project-featured {
	display: grid;
	gap: 0;
	border-radius: 0.75rem;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04);
}

.vp-project-featured .wp-block-columns {
	gap: 0 !important;
}

.vp-project-featured .wp-block-image {
	overflow: hidden;
	margin: 0;
}

.vp-project-featured .wp-block-image img {
	border-radius: 0.75rem 0 0 0.75rem;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: transform 0.35s ease;
}

.vp-project-featured:hover .wp-block-image img {
	transform: scale(1.05);
}

.vp-project-featured .vp-card-body {
	padding: 1.75rem 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	border: 1px solid var(--wp--preset--color--border);
	border-left: 0;
	border-radius: 0 0.75rem 0.75rem 0;
	background: var(--wp--preset--color--base);
}

.vp-project-featured h3 {
	font-family: var(--wp--preset--font-family--playfair) !important;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.vp-knowledge-featured .wp-block-image {
	overflow: hidden;
}

.vp-knowledge-featured .wp-block-image img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 0;
	transition: transform 0.35s ease;
}

.vp-knowledge-featured:hover .wp-block-image img {
	transform: scale(1.05);
}

.vp-knowledge-featured h3 {
	font-family: var(--wp--preset--font-family--playfair) !important;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.vp-meta {
	font-size: var(--wp--preset--font-size--xs);
	color: var(--wp--preset--color--muted);
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* -------------------------------------------------------------------------
   Why / Stats / CTA
-------------------------------------------------------------------------- */

.vp-why-list .vp-why-reason {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	transform: none;
}

.vp-why-list .vp-why-reason:hover {
	border: 0;
	box-shadow: none;
	transform: none;
}

.vp-why-list .vp-why-reason h3 {
	margin: 0 0 0.35rem;
	font-size: var(--wp--preset--font-size--medium);
}

.vp-why-list .vp-why-reason p {
	margin: 0;
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--small);
}

.vp-why-list .vp-why-reason:hover .vp-icon-wrap {
	background: var(--wp--preset--color--accent);
}

.vp-why-list .vp-why-reason:hover .vp-icon-wrap img {
	filter: brightness(0) invert(1);
}

.vp-stats-mosaic {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	border-radius: 0.75rem;
	overflow: hidden;
	border: 1px solid var(--wp--preset--color--border);
	background: var(--wp--preset--color--border);
}

.vp-stats-mosaic .vp-stat {
	background: var(--wp--preset--color--surface);
	padding: 1.5rem;
	text-align: center;
	margin: 0;
}

.vp-stat {
	text-align: left;
}

.vp-stat strong {
	display: block;
	font-family: var(--wp--preset--font-family--playfair);
	font-size: clamp(1.5rem, 2.5vw, 1.875rem);
	font-weight: 500;
	color: var(--wp--preset--color--contrast);
	line-height: 1.1;
}

.vp-stats-mosaic .vp-stat strong {
	color: var(--wp--preset--color--contrast);
}

.vp-stat span {
	display: block;
	margin-top: 0.35rem;
	font-size: var(--wp--preset--font-size--xs);
	color: var(--wp--preset--color--muted);
}

.vp-cta-band {
	border-radius: 1rem;
	overflow: hidden;
}

.vp-cta-final .wp-block-cover__background {
	background: rgba(15, 23, 42, 0.72) !important;
	opacity: 1 !important;
}

.vp-cta-final .vp-section-header {
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: var(--wp--preset--spacing--60);
}

.vp-cta-final .vp-label {
	color: rgba(255, 255, 255, 0.7);
	justify-content: center;
}

.vp-cta-final h2 {
	color: #fff;
}

.vp-cta-panel {
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	padding: 1rem;
	overflow: hidden;
}

.vp-cta-panel .wp-block-columns {
	gap: 0 !important;
	margin: 0;
}

.vp-cta-panel .wp-block-column {
	padding: 1rem 1.25rem;
}

.vp-cta-panel .wp-block-column:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.vp-cta-actions .wp-block-group,
.vp-cta-action {
	height: 100%;
}

.vp-cta-action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	margin-bottom: 0.85rem;
}

.vp-cta-action-icon.is-primary {
	background: rgba(255, 255, 255, 0.2);
}

.vp-cta-action-icon img {
	width: 1.15rem !important;
	height: 1.15rem !important;
	border-radius: 0 !important;
	filter: brightness(0) invert(1);
}

.vp-cta-actions h3,
.vp-cta-action h3 {
	color: #fff;
	margin: 0 0 0.35rem;
	font-size: var(--wp--preset--font-size--medium);
}

.vp-cta-actions h3 a,
.vp-cta-action h3 a {
	color: #fff;
}

.vp-cta-actions h3 a:hover,
.vp-cta-action h3 a:hover {
	color: var(--wp--preset--color--accent);
}

.vp-cta-actions p,
.vp-cta-action p {
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: var(--wp--preset--font-size--small);
}

/* -------------------------------------------------------------------------
   Footer
-------------------------------------------------------------------------- */

.site-footer {
	background: var(--wp--preset--color--dark);
	color: rgba(255, 255, 255, 0.72);
	padding-top: var(--wp--preset--spacing--70);
	padding-bottom: var(--wp--preset--spacing--60);
	margin-top: 0;
}

.site-footer h3 {
	color: #fff;
	font-family: var(--wp--preset--font-family--inter);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	margin: 0 0 1rem;
	letter-spacing: 0;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.65);
	font-size: var(--wp--preset--font-size--small);
}

.site-footer a:hover {
	color: var(--wp--preset--color--accent);
}

.site-footer .vp-logo img,
.site-footer .vp-logo--footer img {
	height: 2rem !important;
	width: auto !important;
	border-radius: 0 !important;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.site-footer .wp-block-columns {
	gap: var(--wp--preset--spacing--60) !important;
}

.site-footer .wp-block-column {
	min-width: 0;
}

.site-footer .vp-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 1.25rem;
	margin-top: 2.5rem;
	font-size: var(--wp--preset--font-size--xs);
	color: rgba(255, 255, 255, 0.45);
}

.site-footer .vp-footer-bottom a {
	font-size: var(--wp--preset--font-size--xs);
	color: rgba(255, 255, 255, 0.45);
}

.site-footer .vp-footer-links,
.site-footer ul.wp-block-list {
	list-style: none !important;
	padding-left: 0 !important;
	margin: 0;
}

.site-footer .vp-footer-links li,
.site-footer ul.wp-block-list li {
	list-style: none !important;
	margin: 0 0 0.65rem;
	padding-left: 0;
}

.site-footer .vp-footer-links li:last-child,
.site-footer ul.wp-block-list li:last-child {
	margin-bottom: 0;
}

.vp-hero .vp-icon img {
	filter: none;
}

/* -------------------------------------------------------------------------
   Motion
-------------------------------------------------------------------------- */

@media (prefers-reduced-motion: no-preference) {
	.vp-card,
	.vp-product-feature,
	.vp-video-card,
	.vp-project-card,
	.vp-knowledge-card,
	.vp-solution-card {
		transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
	}

	.vp-hero h1 {
		animation: vp-fade-up 0.7s ease both;
	}

	.vp-hero .vp-hero-lead {
		animation: vp-fade-up 0.7s ease 0.1s both;
	}

	.vp-hero .wp-block-buttons {
		animation: vp-fade-up 0.7s ease 0.18s both;
	}
}

@keyframes vp-fade-up {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* -------------------------------------------------------------------------
   Responsive
-------------------------------------------------------------------------- */

@media (max-width: 781px) {
	.vp-project-featured .wp-block-image img {
		border-radius: 0.75rem 0.75rem 0 0;
		aspect-ratio: 16 / 10;
	}

	.vp-project-featured .vp-card-body {
		border-left: 1px solid var(--wp--preset--color--border);
		border-top: 0;
		border-radius: 0 0 0.75rem 0.75rem;
		padding: 1.5rem;
	}

	.vp-cta-panel .wp-block-column:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.site-header .vp-header-cta {
		display: none;
	}
}

@media (min-width: 782px) {
	body {
		--wp--style--root--padding-right: 2rem;
		--wp--style--root--padding-left: 2rem;
	}
}
