/*
Theme Name: Vetecasa
Theme URI: https://vetecasa.local
Description: Child theme GeneratePress per il portale Vetecasa.
Author: Codex
Template: generatepress
Version: 1.0.0
Text Domain: vetecasa
*/

:root {
	--vc-color-primary: #0d631b;
	--vc-color-primary-container: #2e7d32;
	--vc-color-secondary: #005db7;
	--vc-color-tertiary: #1f51ab;
	--vc-color-surface: #f7f9fc;
	--vc-color-surface-low: #f2f4f7;
	--vc-color-surface-lowest: #ffffff;
	--vc-color-text: #191c1e;
	--vc-color-text-muted: #40493d;
	--vc-color-outline: #bfcaba;
	--vc-radius-sm: 8px;
	--vc-radius-md: 14px;
	--vc-radius-lg: 24px;
	--vc-shadow-soft: 0 20px 40px rgba(25, 28, 30, 0.06);
}

.blog .site-content,
.archive .site-content,
.single-post .site-content {
	display: block;
	padding: 0 !important;
}

.blog .content-area,
.blog .site-main,
.archive .content-area,
.archive .site-main,
.single-post .content-area,
.single-post .site-main {
	width: 100%;
}

.blog.one-container .site-main,
.blog.separate-containers .site-main,
.blog.right-sidebar .site-main,
.blog.left-sidebar .site-main,
.blog.both-sidebars .site-main,
.archive.one-container .site-main,
.archive.separate-containers .site-main,
.archive.right-sidebar .site-main,
.archive.left-sidebar .site-main,
.archive.both-sidebars .site-main,
.single-post.one-container .site-main,
.single-post.separate-containers .site-main,
.single-post.right-sidebar .site-main,
.single-post.left-sidebar .site-main,
.single-post.both-sidebars .site-main {
	margin: 0 !important;
}

.blog #page,
.archive #page,
.single-post #page {
	overflow-x: hidden;
}

.vc-blog-archive {
	padding-bottom: 112px;
}

.vc-blog-archive .vc-shell,
.vc-post-page .vc-shell {
	width: 100%;
	max-width: 1240px;
	margin-inline: auto;
	padding-inline: 24px;
	box-sizing: border-box;
}

.vc-blog-hero {
	padding: 96px 0 40px;
}

.vc-blog-hero__inner {
	max-width: 860px;
	text-align: center;
}

.vc-blog-hero__kicker,
.vc-blog-archive-cta__kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	color: var(--vc-color-primary);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vc-blog-hero h1 {
	margin: 0;
	font-size: clamp(2.4rem, 4vw, 4rem);
	line-height: 1.05;
	color: var(--vc-color-heading);
}

.vc-blog-hero p {
	margin: 18px auto 0;
	max-width: 640px;
	color: var(--vc-color-copy);
	font-size: 1.05rem;
	line-height: 1.7;
}

.vc-blog-filters {
	padding: 0 0 28px;
}

.vc-blog-filters__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.vc-blog-filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 999px;
	background: #fff;
	color: var(--vc-color-heading);
	font-weight: 600;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.vc-blog-filter:hover,
.vc-blog-filter:focus {
	border-color: rgba(13, 99, 27, 0.28);
	color: var(--vc-color-primary);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
	transform: translateY(-1px);
}

.vc-blog-filter--active {
	border-color: rgba(13, 99, 27, 0.34);
	background: rgba(13, 99, 27, 0.06);
	color: var(--vc-color-primary);
	box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08);
}

.vc-blog-feed {
	padding: 12px 0 0;
}

.vc-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	align-items: start;
}

.vc-blog-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
	color: inherit;
	text-decoration: none;
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.vc-blog-card:hover,
.vc-blog-card:focus {
	transform: translateY(-4px);
	border-color: rgba(13, 99, 27, 0.2);
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
	color: inherit;
}

.vc-blog-card__media {
	position: relative;
	aspect-ratio: 1.16;
	background: linear-gradient(145deg, rgba(13, 99, 27, 0.08), rgba(15, 23, 42, 0.04));
}

.vc-blog-card__media img,
.vc-blog-card__media-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vc-blog-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 14px;
	padding: 24px 24px 26px;
}

.page-template-template-landing-ads .site-content,
.page-template-page-templates-template-landing-ads .site-content {
	display: block;
	padding: 0 !important;
	background:
		radial-gradient(circle at top left, rgba(13, 99, 27, 0.08), transparent 30%),
		linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.page-template-template-landing-ads .content-area,
.page-template-template-landing-ads .site-main,
.page-template-page-templates-template-landing-ads .content-area,
.page-template-page-templates-template-landing-ads .site-main {
	width: 100%;
}

.page-template-template-landing-ads.one-container .site-main,
.page-template-template-landing-ads.separate-containers .site-main,
.page-template-template-landing-ads.right-sidebar .site-main,
.page-template-template-landing-ads.left-sidebar .site-main,
.page-template-template-landing-ads.both-sidebars .site-main,
.page-template-page-templates-template-landing-ads.one-container .site-main,
.page-template-page-templates-template-landing-ads.separate-containers .site-main,
.page-template-page-templates-template-landing-ads.right-sidebar .site-main,
.page-template-page-templates-template-landing-ads.left-sidebar .site-main,
.page-template-page-templates-template-landing-ads.both-sidebars .site-main {
	margin: 0 !important;
}

.page-template-template-landing-ads #page,
.page-template-page-templates-template-landing-ads #page {
	overflow-x: hidden;
}

.vc-ads-landing-content-area {
	min-height: 100vh;
}

.vc-ads-landing-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
	backdrop-filter: blur(14px);
}

.vc-ads-landing-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 76px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.vc-ads-landing-header__brand {
	display: inline-flex;
	align-items: center;
	max-width: 180px;
}

.vc-ads-landing-header__brand img {
	display: block;
	width: 100%;
	height: auto;
}

.vc-ads-landing-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--vc-color-primary) 0%, #117126 100%);
	box-shadow: 0 16px 28px rgba(13, 99, 27, 0.24);
	color: #fff;
	font-size: 0.96rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.vc-ads-landing-header__cta:hover,
.vc-ads-landing-header__cta:focus {
	transform: translateY(-1px);
	box-shadow: 0 20px 32px rgba(13, 99, 27, 0.28);
	color: #fff;
}

.vc-ads-landing-header__cta .material-symbols-outlined {
	font-size: 1.2rem;
}

.vc-ads-landing-main {
	padding: 120px 0 56px;
}

.vc-ads-landing-main__inner {
	max-width: 1160px;
}

.vc-ads-landing-article {
	margin: 0;
}

.vc-ads-landing-entry > :first-child {
	margin-top: 0;
}

.vc-ads-landing-entry > :last-child {
	margin-bottom: 0;
}

.vc-ads-landing-footer {
	padding: 0 0 28px;
}

.vc-ads-landing-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
	gap: 28px;
	padding: 32px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.vc-ads-landing-footer__brandlock {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.vc-ads-landing-footer__brand {
	color: var(--vc-color-text);
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.vc-ads-landing-footer__brandlock p,
.vc-ads-landing-footer__meta span {
	margin: 0;
	color: var(--vc-color-text-muted);
	line-height: 1.7;
}

.vc-ads-landing-footer__meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.vc-ads-landing-footer__meta a {
	color: var(--vc-color-text);
	font-weight: 600;
	text-decoration: none;
}

.vc-ads-landing-footer__meta a:hover,
.vc-ads-landing-footer__meta a:focus {
	color: var(--vc-color-primary);
}

.vc-ads-landing-footer__bottom {
	padding-top: 18px;
	color: rgba(25, 28, 30, 0.68);
	font-size: 0.92rem;
}

@media (max-width: 768px) {
	.vc-ads-landing-header__inner {
		min-height: 68px;
		gap: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.vc-ads-landing-header__brand {
		max-width: 146px;
	}

	.vc-ads-landing-header__cta {
		min-height: 44px;
		padding: 0 16px;
		font-size: 0.92rem;
	}

	.vc-ads-landing-header__cta span:last-child {
		white-space: nowrap;
	}

	.vc-ads-landing-main {
		padding-top: 106px;
		padding-bottom: 40px;
	}

	.vc-ads-landing-footer__inner {
		grid-template-columns: 1fr;
		padding: 24px;
		border-radius: 22px;
	}
}

@media (max-width: 480px) {
	.vc-ads-landing-header__brand {
		max-width: 124px;
	}

	.vc-ads-landing-header__cta {
		gap: 8px;
		padding: 0 14px;
	}

	.vc-ads-landing-header__cta .material-symbols-outlined {
		font-size: 1.05rem;
	}

	.vc-ads-landing-footer {
		padding-bottom: 22px;
	}
}

.vc-blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: var(--vc-color-muted);
	font-size: 0.88rem;
}

.vc-blog-card__category {
	color: var(--vc-color-primary);
	font-weight: 700;
}

.vc-blog-card__dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(15, 23, 42, 0.24);
}

.vc-blog-card h2 {
	margin: 0;
	color: var(--vc-color-heading);
	font-size: 1.36rem;
	line-height: 1.25;
}

.vc-blog-card p {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: var(--vc-color-copy);
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.vc-blog-card__cta {
	margin-top: auto;
	color: var(--vc-color-primary);
	font-weight: 700;
}

.vc-blog-archive-cta {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 32px;
	border: 1px solid rgba(13, 99, 27, 0.14);
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(13, 99, 27, 0.07), rgba(255, 255, 255, 0.96));
	box-shadow: 0 22px 46px rgba(15, 23, 42, 0.08);
}

.vc-blog-archive-cta__content h2 {
	margin: 0;
	color: var(--vc-color-heading);
	font-size: clamp(1.7rem, 2.4vw, 2.4rem);
}

.vc-blog-archive-cta__content p {
	margin: 12px 0 0;
	max-width: 560px;
	color: var(--vc-color-copy);
	line-height: 1.7;
}

.vc-blog-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 40px;
}

.vc-blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	min-height: 46px;
	padding: 0 16px;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 999px;
	background: #fff;
	color: var(--vc-color-heading);
	font-weight: 600;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.vc-blog-pagination .page-numbers:hover,
.vc-blog-pagination .page-numbers:focus {
	border-color: rgba(13, 99, 27, 0.28);
	color: var(--vc-color-primary);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.vc-blog-pagination .page-numbers.current {
	border-color: rgba(13, 99, 27, 0.34);
	background: rgba(13, 99, 27, 0.06);
	color: var(--vc-color-primary);
}

.vc-blog-empty {
	padding: 48px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 28px;
	background: #fff;
	text-align: center;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.vc-blog-empty h2 {
	margin: 0 0 12px;
}

.vc-blog-empty p {
	margin: 0;
	color: var(--vc-color-copy);
}

@media (max-width: 1024px) {
	.vc-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vc-blog-archive-cta {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.vc-blog-archive {
		padding-bottom: 72px;
	}

	.vc-blog-archive .vc-shell,
	.vc-post-page .vc-shell {
		padding-inline: 20px;
	}

	.vc-blog-hero {
		padding: 72px 0 24px;
	}

	.vc-blog-filters__inner {
		justify-content: flex-start;
	}

	.vc-blog-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.vc-blog-card__body,
	.vc-blog-archive-cta,
	.vc-blog-empty {
		padding: 24px;
	}

	.vc-blog-pagination {
		justify-content: flex-start;
	}
}

.vc-post-page {
	background: var(--vc-color-surface);
	padding-bottom: 112px;
}

.vc-post-hero {
	padding: 64px 0 44px;
}

.vc-post-hero__inner {
	max-width: 100%;
}

.vc-post-hero__cats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 22px;
}

.vc-post-chip {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(13, 99, 27, 0.1);
	color: var(--vc-color-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vc-post-hero__inner h1 {
	margin-bottom: 18px;
	font-size: clamp(42px, 5.8vw, 72px);
	line-height: 1.02;
	letter-spacing: -0.05em;
	color: #191c1e;
}

.vc-post-hero__excerpt {
	max-width: 760px;
	margin: 0 0 22px;
	font-size: 21px;
	line-height: 1.7;
	color: #4b5563;
}

.vc-post-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
	align-items: center;
	margin-bottom: 28px;
	color: #5d6975;
	font-size: 14px;
	font-weight: 700;
}

.vc-post-hero__meta time + span {
	position: relative;
	padding-left: 18px;
}

.vc-post-hero__meta time + span::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: rgba(93, 105, 117, 0.6);
	transform: translateY(-50%);
}

.vc-post-hero__media {
	margin-top: 36px;
	overflow: hidden;
	border-radius: 28px;
	box-shadow: 0 28px 64px rgba(25, 28, 30, 0.12);
	background: linear-gradient(145deg, rgba(13, 99, 27, 0.08), rgba(15, 23, 42, 0.04));
}

.vc-post-hero__media img {
	display: block;
	width: 100%;
	max-height: 560px;
	object-fit: cover;
}

.vc-post-layout-section {
	padding: 12px 0 0;
}

.vc-post-layout {
	display: grid;
	grid-template-columns: minmax(0, 780px) minmax(320px, 360px);
	gap: 64px;
	align-items: start;
	justify-content: space-between;
}

.vc-post-main {
	min-width: 0;
}

.vc-post-content {
	max-width: 780px;
}

.vc-post-content > *:first-child {
	margin-top: 0;
}

.vc-post-content p,
.vc-post-content li,
.vc-post-content blockquote {
	font-size: 18px;
	line-height: 1.85;
	color: #334155;
}

.vc-post-content p,
.vc-post-content ul,
.vc-post-content ol,
.vc-post-content blockquote,
.vc-post-content .wp-block-image,
.vc-post-content .wp-block-quote,
.vc-post-content .wp-block-columns,
.vc-post-content .wp-block-group {
	margin-top: 0;
	margin-bottom: 28px;
}

.vc-post-content h2,
.vc-post-content h3,
.vc-post-content h4 {
	margin-top: 42px;
	margin-bottom: 18px;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: #17391f;
}

.vc-post-content h2 {
	font-size: clamp(32px, 4vw, 42px);
}

.vc-post-content h3 {
	font-size: clamp(26px, 3vw, 32px);
}

.vc-post-content ul,
.vc-post-content ol {
	padding-left: 22px;
}

.vc-post-content blockquote {
	padding: 24px 28px;
	border-left: 4px solid var(--vc-color-primary);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(25, 28, 30, 0.05);
}

.vc-post-content img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 22px;
}

.vc-post-content a {
	color: var(--vc-color-secondary);
}

.vc-post-sidebar {
	min-width: 0;
}

.vc-post-sidebar__inner {
	position: sticky;
	top: 116px;
	display: grid;
	gap: 28px;
}

.vc-post-sidebar__section {
	padding: 28px;
	border: 1px solid rgba(191, 202, 186, 0.26);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(25, 28, 30, 0.05);
}

.vc-post-sidebar__section h2 {
	margin-bottom: 18px;
	font-size: 24px;
	line-height: 1.15;
	color: #17391f;
}

.vc-post-sidebar__list {
	display: grid;
	gap: 18px;
}

.vc-post-sidebar-card {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	color: inherit;
	text-decoration: none;
}

.vc-post-sidebar-card__media {
	overflow: hidden;
	border-radius: 20px;
	background: #eef2f1;
}

.vc-post-sidebar-card__media img {
	display: block;
	width: 100%;
	height: 108px;
	object-fit: cover;
}

.vc-post-sidebar-card__body span {
	display: block;
	margin-bottom: 8px;
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.vc-post-sidebar-card__body h3 {
	margin: 0;
	font-size: 19px;
	line-height: 1.45;
	color: #17391f;
}

.vc-post-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: 28px 32px;
	border: 1px solid rgba(191, 202, 186, 0.28);
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(13, 99, 27, 0.06), rgba(0, 93, 183, 0.05));
	box-shadow: 0 18px 42px rgba(25, 28, 30, 0.06);
}

.vc-post-cta--inline {
	margin: 8px 0 32px;
}

.vc-post-cta--final {
	margin-top: 40px;
}

.vc-post-cta__content h2 {
	margin: 0 0 10px;
	font-size: clamp(28px, 3vw, 36px);
	line-height: 1.1;
	color: #17391f;
}

.vc-post-cta__content p {
	margin: 0;
	font-size: 17px;
	line-height: 1.75;
	color: #4b5563;
}

.vc-post-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

@media (max-width: 900px) {
	.vc-post-hero__excerpt,
	.vc-post-content p,
	.vc-post-content li,
	.vc-post-content blockquote {
		font-size: 17px;
	}

	.vc-post-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.vc-post-sidebar__inner {
		position: static;
	}

	.vc-post-sidebar-card {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.vc-post-sidebar-card__media img {
		height: 92px;
	}

	.vc-post-cta {
		grid-template-columns: 1fr;
		padding: 24px;
		border-radius: 20px;
	}
}

body {
	background: var(--vc-color-surface);
	color: var(--vc-color-text);
	font-family: "Public Sans", sans-serif;
}

html {
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Inter", sans-serif;
}

.material-symbols-outlined {
	font-family: "Material Symbols Outlined";
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.vc-section {
	padding: 72px 0;
}

.vc-section--muted {
	background: var(--vc-color-surface-low);
}

.vc-shell {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.vc-card {
	background: var(--vc-color-surface-lowest);
	border-radius: var(--vc-radius-md);
	box-shadow: var(--vc-shadow-soft);
}

.vc-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(46, 125, 50, 0.12);
	color: var(--vc-color-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vc-hero {
	padding: 96px 0 72px;
}

.vc-hero__grid,
.vc-two-col {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
	align-items: center;
}

.vc-hero__actions,
.vc-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 24px;
}

.vc-button,
.vc-button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border-radius: 12px;
	font-weight: 700;
	text-decoration: none;
}

.vc-button--primary,
.vc-button--primary:visited {
	background: linear-gradient(135deg, var(--vc-color-secondary), #2778cf);
	color: #fff;
}

.vc-button--secondary,
.vc-button--secondary:visited {
	background: var(--vc-color-surface-lowest);
	color: var(--vc-color-primary);
	border: 1px solid rgba(191, 202, 186, 0.65);
}

.vc-grid {
	display: grid;
	gap: 24px;
}

.vc-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.vc-list-reset {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vc-stat-list,
.vc-inline-list {
	display: grid;
	gap: 16px;
}

.vc-inline-list {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.vc-form-shell {
	padding: 32px;
}

.vc-form-placeholder {
	padding: 24px;
	background: var(--vc-color-surface-low);
	border-radius: 12px;
	color: var(--vc-color-text-muted);
}

.vc-form-placeholder--stitch {
	padding: 0;
	background: transparent;
	border-radius: 0;
	color: var(--vc-color-text);
}

.vc-form-placeholder__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.vc-form-placeholder--stitch label {
	display: block;
	margin-bottom: 8px;
	color: var(--vc-color-text-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.vc-form-placeholder--stitch input,
.vc-form-placeholder--stitch textarea {
	width: 100%;
	padding: 12px 0;
	border: 0;
	border-bottom: 2px solid rgba(191, 202, 186, 0.9);
	background: transparent;
	color: var(--vc-color-text);
	font: inherit;
	outline: 0;
}

.vc-form-placeholder--stitch textarea {
	resize: vertical;
	min-height: 104px;
}

.vc-form-placeholder--stitch > div + div,
.vc-form-placeholder--stitch > button {
	margin-top: 24px;
}

.vc-form-placeholder--stitch button {
	width: 100%;
	min-height: 58px;
	border: 0;
	border-radius: 14px;
	background: var(--vc-color-secondary);
	color: #fff;
	font-size: 18px;
	font-weight: 800;
}

.vc-richtext {
	color: var(--vc-color-text-muted);
}

.vc-richtext > *:first-child {
	margin-top: 0;
}

.vc-richtext > *:last-child {
	margin-bottom: 0;
}

.vc-faq-item + .vc-faq-item {
	margin-top: 16px;
}

.vc-meta {
	font-size: 14px;
	color: var(--vc-color-text-muted);
}

.vc-zones {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.vc-zone-pill {
	padding: 8px 12px;
	background: var(--vc-color-surface-low);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
}

.vc-archive-list article {
	padding: 24px;
}

.vc-breadcrumbs {
	margin-bottom: 24px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #6a756d;
}

.vc-breadcrumbs a {
	color: var(--vc-color-secondary);
	text-decoration: none;
}

.vc-city-stitch-hero .vc-breadcrumbs p {
	margin: 0;
}

.site-main {
	padding-bottom: 40px;
}

.vc-grid--1 {
	grid-template-columns: 1fr;
}

.vc-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vc-kicker {
	margin: 0 0 14px;
	color: var(--vc-color-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.vc-hero-copy,
.vc-section-copy {
	max-width: 640px;
	font-size: 18px;
	line-height: 1.7;
}

.vc-page-shell h1,
.vc-city-hero h1 {
	margin: 0 0 20px;
	font-size: clamp(42px, 7vw, 76px);
	line-height: 1.02;
	letter-spacing: -0.03em;
}

.vc-page-shell h2,
.vc-city-hero h2 {
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.08;
	letter-spacing: -0.03em;
	margin: 0 0 18px;
}

.vc-page-shell h3,
.vc-city-hero h3 {
	font-size: 24px;
	line-height: 1.2;
}

.vc-center {
	text-align: center;
}

.vc-hero-block {
	padding: 96px 0 56px;
}

.vc-home-hero__grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	align-items: center;
	gap: 52px;
}

.vc-home-hero__media img,
.vc-choice-media img,
.vc-about-cta__media img,
.vc-about-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vc-home-hero__media img {
	border-radius: 40px;
	box-shadow: 0 24px 70px rgba(25, 28, 30, 0.12);
	transform: rotate(2deg);
}

.vc-home-usp {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	list-style: none;
	padding: 30px 0 0;
	margin: 30px 0 0;
	border-top: 1px solid rgba(191, 202, 186, 0.35);
}

.vc-home-usp li {
	font-size: 14px;
	font-weight: 700;
	color: var(--vc-color-text-muted);
}

.vc-step-card,
.vc-review-card,
.vc-city-card,
.vc-bento-card,
.vc-mission-card,
.vc-contact-meta,
.vc-contact-badge {
	padding: 28px;
}

.vc-step-card {
	position: relative;
	border-radius: 28px;
}

.vc-step-card__number {
	position: absolute;
	top: 18px;
	right: 22px;
	font-size: 64px;
	font-weight: 800;
	letter-spacing: -0.05em;
	color: rgba(13, 99, 27, 0.08);
}

.vc-section-head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 24px;
	margin-bottom: 28px;
}

.vc-service-teaser {
	padding: 30px;
	border-radius: 24px;
	background: var(--vc-color-surface-low);
	transition: 200ms ease;
}

.vc-service-teaser:hover {
	background: var(--vc-color-primary);
	color: #fff;
	transform: translateY(-4px);
}

.vc-service-teaser p {
	margin-bottom: 0;
	color: inherit;
	opacity: 0.86;
}

.vc-choice-media img {
	border-radius: 28px;
	min-height: 520px;
}

.vc-icon-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 22px;
}

.vc-icon-list li {
	display: grid;
	gap: 6px;
	padding-left: 22px;
	position: relative;
}

.vc-icon-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--vc-color-primary);
}

.vc-city-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 24px;
}

.vc-city-pills a {
	padding: 14px 18px;
	border-radius: 999px;
	background: var(--vc-color-surface-low);
	border: 1px solid rgba(191, 202, 186, 0.4);
	font-weight: 700;
	text-decoration: none;
	color: var(--vc-color-text);
}

.vc-city-pills a:hover {
	background: var(--vc-color-primary);
	color: #fff;
}

.vc-review-card p {
	font-style: italic;
	font-size: 17px;
	line-height: 1.7;
}

.vc-review-card strong {
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.vc-final-band {
	background: var(--vc-color-primary);
	color: #fff;
}

.vc-final-band h2,
.vc-final-band .vc-hero-copy {
	color: #fff;
}

.vc-phone-panel {
	display: inline-flex;
	flex-direction: column;
	gap: 8px;
	padding: 28px;
	margin-top: 24px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 28px;
	text-decoration: none;
	color: #fff;
}

.vc-phone-panel span {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	opacity: 0.75;
}

.vc-phone-panel strong {
	font-size: 40px;
	line-height: 1;
	letter-spacing: -0.04em;
}

.vc-form-placeholder-card {
	padding: 32px;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.vc-mission-layout {
	align-items: stretch;
}

.vc-mission-card {
	padding: 42px;
	border-left: 4px solid var(--vc-color-primary);
}

.vc-about-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.vc-about-gallery img {
	border-radius: 22px;
	min-height: 260px;
}

.vc-bento-grid > .vc-bento-card--wide {
	grid-column: span 2;
}

.vc-bento-card--green {
	background: var(--vc-color-primary-container);
	color: #fff;
}

.vc-bento-card--blue {
	background: #dbe8ff;
}

.vc-bento-card--ghost {
	background: #e7ebef;
}

.vc-about-cta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	overflow: hidden;
	border-radius: 36px;
}

.vc-about-cta > div {
	padding: 52px;
}

.vc-about-cta__media {
	min-height: 360px;
}

.vc-contact-stitch-page {
	background: var(--vc-color-surface);
}

.vc-contact-stitch {
	padding: 64px 0 96px;
	background: var(--vc-color-surface);
}

.vc-contact-stitch__hero {
	max-width: 960px;
	margin-bottom: 72px;
}

.vc-contact-stitch__eyebrow {
	display: inline-block;
	margin-bottom: 24px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #cfe8c9;
	color: #1e4d24;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.vc-contact-stitch__hero h1 {
	margin-bottom: 32px;
	font-size: clamp(54px, 7vw, 86px);
	line-height: 1.04;
	letter-spacing: -0.06em;
	color: #191c1e;
}

.vc-contact-stitch__hero p {
	max-width: 760px;
	margin: 0;
	font-size: 22px;
	line-height: 1.7;
	color: #4b5563;
}

.vc-contact-stitch__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 32px;
}

.vc-contact-stitch__sidebar {
	grid-column: span 4;
	display: grid;
	gap: 24px;
}

.vc-contact-stitch__form-card {
	grid-column: span 8;
	padding: 42px 48px;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 20px 40px rgba(25, 28, 30, 0.06);
}

.vc-contact-stitch__phone-card,
.vc-contact-stitch__meta-card,
.vc-contact-stitch__badge-card {
	border-radius: 20px;
}

.vc-contact-stitch__phone-card {
	position: relative;
	overflow: hidden;
	padding: 32px;
	background: var(--vc-color-secondary);
	color: #fff;
	box-shadow: 0 18px 36px rgba(0, 93, 183, 0.16);
}

.vc-contact-stitch__phone-icon {
	position: absolute;
	top: -10px;
	right: -8px;
	opacity: 0.1;
}

.vc-contact-stitch__phone-icon .material-symbols-outlined {
	font-size: 120px;
}

.vc-contact-stitch__phone-card h3 {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	opacity: 0.9;
}

.vc-contact-stitch__phone-card a {
	display: inline-block;
	margin-bottom: 16px;
	color: #fff;
	font-size: clamp(40px, 4vw, 56px);
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: -0.05em;
	text-decoration: none;
}

.vc-contact-stitch__phone-card p {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	opacity: 0.82;
}

.vc-contact-stitch__meta-card {
	display: grid;
	gap: 28px;
	padding: 32px;
	background: #eef2f1;
}

.vc-contact-stitch__meta-item {
	display: flex;
	gap: 24px;
	align-items: flex-start;
}

.vc-contact-stitch__meta-icon,
.vc-contact-stitch__badge-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	background: #fff;
	box-shadow: 0 8px 16px rgba(25, 28, 30, 0.04);
}

.vc-contact-stitch__meta-icon {
	width: 56px;
	height: 56px;
	border-radius: 16px;
}

.vc-contact-stitch__meta-icon .material-symbols-outlined,
.vc-contact-stitch__badge-icon .material-symbols-outlined {
	font-size: 32px;
	color: var(--vc-color-primary);
}

.vc-contact-stitch__meta-item h4,
.vc-contact-stitch__badge-card h4 {
	margin-bottom: 6px;
	font-size: 24px;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: #191c1e;
}

.vc-contact-stitch__meta-item p,
.vc-contact-stitch__mail-link {
	display: block;
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
	color: #44505c;
	text-decoration: none;
}

.vc-contact-stitch__meta-item small {
	display: block;
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(68, 80, 92, 0.75);
	font-style: italic;
}

.vc-contact-stitch__badge-card {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 28px 32px;
	background: #d9f0d5;
}

.vc-contact-stitch__badge-icon {
	width: 64px;
	height: 64px;
	border-radius: 999px;
}

.vc-contact-stitch__badge-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(30, 77, 36, 0.8);
}

.vc-contact-stitch__form-card h2 {
	margin-bottom: 28px;
	font-size: clamp(34px, 4vw, 46px);
	line-height: 1.05;
	letter-spacing: -0.04em;
	color: #191c1e;
}

.vc-contact-stitch__form-slot .wpforms-container,
.vc-contact-stitch__form-slot .wpforms-container-full {
	margin: 0;
}

.vc-contact-stitch__form-slot .vc-form-placeholder--wpforms {
	display: grid;
	gap: 12px;
	min-height: 320px;
	padding: 28px;
	border: 2px dashed rgba(0, 93, 183, 0.18);
	border-radius: 18px;
	background: #f8fbfd;
	align-content: center;
	text-align: center;
}

.vc-contact-stitch__form-slot .vc-form-placeholder--wpforms strong {
	font-size: 20px;
	line-height: 1.3;
	color: #17391f;
}

.vc-contact-stitch__form-slot .vc-form-placeholder--wpforms span {
	font-size: 15px;
	line-height: 1.6;
	color: #5d6975;
}

.vc-contact-stitch__privacy {
	margin: 24px auto 0;
	max-width: 760px;
	font-size: 12px;
	line-height: 1.7;
	text-align: center;
	color: rgba(68, 80, 92, 0.82);
}

.vc-contact-stitch__trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 48px;
	margin-top: 96px;
	padding-top: 96px;
	border-top: 1px solid rgba(112, 122, 108, 0.18);
}

.vc-contact-stitch__trust-item {
	text-align: center;
}

.vc-contact-stitch__trust-item .material-symbols-outlined {
	display: inline-flex;
	margin-bottom: 18px;
	font-size: 52px;
	color: var(--vc-color-primary);
}

.vc-contact-stitch__trust-item h5 {
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #191c1e;
}

.vc-contact-stitch__trust-item p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #5d6975;
}

.vc-about-stitch-page {
	background: var(--vc-color-surface);
}

.vc-about-stitch-hero {
	position: relative;
	overflow: hidden;
	padding: 96px 0 128px;
	background: var(--vc-color-surface);
}

.vc-about-stitch-hero__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 48px;
	align-items: center;
}

.vc-about-stitch-hero__content {
	position: relative;
	z-index: 2;
	grid-column: span 7;
}

.vc-about-stitch-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 24px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #cfe8c9;
	color: #1e4d24;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.vc-about-stitch-eyebrow .material-symbols-outlined {
	font-size: 18px;
}

.vc-about-stitch-hero h1 {
	margin-bottom: 28px;
	font-size: clamp(54px, 7vw, 88px);
	line-height: 0.95;
	letter-spacing: -0.06em;
	color: #191c1e;
}

.vc-about-stitch-hero__secondary {
	max-width: 760px;
	margin: 0 0 18px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	color: #17391f;
}

.vc-about-stitch-hero__copy {
	max-width: 640px;
	margin: 0 0 40px;
	font-size: 22px;
	line-height: 1.7;
	color: #4b5563;
}

.vc-about-stitch-hero__actions,
.vc-about-stitch-final__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.vc-about-stitch-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 62px;
	padding: 0 32px;
	border-radius: 12px;
	font-size: 18px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease, color 150ms ease;
}

.vc-about-stitch-button:hover {
	transform: translateY(-1px);
}

.vc-about-stitch-button--secondary,
.vc-about-stitch-button--primary {
	background: var(--vc-color-secondary);
	color: #fff;
	box-shadow: 0 18px 36px rgba(0, 93, 183, 0.18);
}

.vc-about-stitch-button--outline {
	border: 2px solid var(--vc-color-primary);
	background: transparent;
	color: var(--vc-color-primary);
}

.vc-about-stitch-button--soft {
	background: #eaf7eb;
	color: var(--vc-color-primary);
}

.vc-about-stitch-hero__media {
	position: relative;
	grid-column: span 5;
}

.vc-about-stitch-hero__media img {
	position: relative;
	z-index: 2;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 28px;
	box-shadow: 0 32px 68px rgba(25, 28, 30, 0.18);
	transform: rotate(2deg);
}

.vc-about-stitch-hero__glow {
	position: absolute;
	border-radius: 999px;
	filter: blur(60px);
	opacity: 0.4;
}

.vc-about-stitch-hero__glow--green {
	left: -40px;
	bottom: -40px;
	width: 260px;
	height: 260px;
	background: #b9f2b3;
}

.vc-about-stitch-hero__glow--blue {
	top: -30px;
	right: -20px;
	width: 220px;
	height: 220px;
	background: #d6e3ff;
}

.vc-about-stitch-story {
	padding: 96px 0;
	background: #f2f4f7;
}

.vc-about-stitch-story__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 80px;
	align-items: center;
}

.vc-about-stitch-mission-card {
	padding: 48px 52px;
	border-left: 4px solid var(--vc-color-primary);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(25, 28, 30, 0.05);
}

.vc-about-stitch-mission-card h2 {
	margin-bottom: 24px;
	font-size: clamp(38px, 4.4vw, 48px);
	line-height: 1.05;
	letter-spacing: -0.04em;
	color: #191c1e;
}

.vc-about-stitch-mission-card__copy {
	display: grid;
	gap: 24px;
}

.vc-about-stitch-mission-card__copy p {
	margin: 0;
	font-size: 20px;
	line-height: 1.85;
	color: #4b5563;
}

.vc-about-stitch-story__gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.vc-about-stitch-story__column {
	display: grid;
	gap: 16px;
}

.vc-about-stitch-story__column--offset {
	padding-top: 48px;
}

.vc-about-stitch-story__image {
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.vc-about-stitch-story__image--square {
	aspect-ratio: 1 / 1;
}

.vc-about-stitch-story__image--portrait {
	aspect-ratio: 3 / 4;
}

.vc-about-stitch-values {
	padding: 96px 0;
	background: var(--vc-color-surface);
}

.vc-about-stitch-values__intro {
	max-width: 760px;
	margin: 0 auto 64px;
	text-align: center;
}

.vc-about-stitch-values__intro h2 {
	margin-bottom: 16px;
	font-size: clamp(42px, 5vw, 60px);
	line-height: 1;
	letter-spacing: -0.05em;
	color: #191c1e;
}

.vc-about-stitch-values__intro p {
	margin: 0;
	font-size: 20px;
	line-height: 1.7;
	color: #4b5563;
}

.vc-about-stitch-values__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.vc-about-stitch-value-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 320px;
	padding: 40px;
	border-radius: 28px;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.vc-about-stitch-value-card:hover {
	transform: translateY(-3px);
}

.vc-about-stitch-value-card--wide {
	grid-column: span 2;
	background: #eef2f1;
}

.vc-about-stitch-value-card--green {
	background: var(--vc-color-primary);
	color: #fff;
}

.vc-about-stitch-value-card--blue {
	background: #d9e6ff;
	color: #12386e;
}

.vc-about-stitch-value-card--ghost {
	grid-column: span 2;
	position: relative;
	overflow: hidden;
	background: #e7ebef;
}

.vc-about-stitch-value-card .material-symbols-outlined {
	display: inline-flex;
	margin-bottom: 24px;
	font-size: 44px;
}

.vc-about-stitch-value-card h3 {
	margin-bottom: 16px;
	font-size: 34px;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.vc-about-stitch-value-card p {
	margin: 0;
	font-size: 19px;
	line-height: 1.75;
	color: inherit;
	opacity: 0.9;
}

.vc-about-stitch-value-card__footer {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 40px;
}

.vc-about-stitch-value-card__line {
	width: 52px;
	height: 2px;
	background: var(--vc-color-primary);
}

.vc-about-stitch-value-card__footer span,
.vc-about-stitch-value-card__stat span {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.vc-about-stitch-value-card__stat {
	margin-top: 32px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.vc-about-stitch-value-card__stat strong {
	display: block;
	margin-bottom: 6px;
	font-size: 54px;
	line-height: 1;
	letter-spacing: -0.05em;
}

.vc-about-stitch-phone-mock {
	position: absolute;
	right: 36px;
	bottom: -12px;
	display: block;
	width: 200px;
	height: 336px;
	padding: 18px;
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 28px 50px rgba(25, 28, 30, 0.14);
	transform: rotate(12deg);
}

.vc-about-stitch-phone-mock__top {
	width: 48%;
	height: 16px;
	border-radius: 999px;
	background: #eef2f3;
}

.vc-about-stitch-phone-mock__hero {
	margin-top: 18px;
	height: 96px;
	border-radius: 18px;
	background: #eef9ef;
}

.vc-about-stitch-phone-mock__lines {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

.vc-about-stitch-phone-mock__lines span {
	display: block;
	height: 10px;
	border-radius: 999px;
	background: #eef2f3;
}

.vc-about-stitch-phone-mock__lines span:last-child {
	width: 74%;
}

.vc-about-stitch-phone-mock__button {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	height: 42px;
	border-radius: 12px;
	background: var(--vc-color-primary);
}

.vc-about-stitch-final {
	padding: 96px 0;
	background: #f2f4f7;
}

.vc-about-stitch-final__shell {
	max-width: 1120px;
}

.vc-about-stitch-final__card {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	overflow: hidden;
	border-radius: 36px;
	background: #fff;
	box-shadow: 0 28px 64px rgba(148, 163, 184, 0.18);
}

.vc-about-stitch-final__content,
.vc-about-stitch-final__media {
	min-height: 420px;
}

.vc-about-stitch-final__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 64px;
}

.vc-about-stitch-final__content h2 {
	margin-bottom: 24px;
	font-size: clamp(42px, 4.6vw, 56px);
	line-height: 1.05;
	letter-spacing: -0.04em;
	color: #17391f;
}

.vc-about-stitch-final__content p {
	margin: 0 0 36px;
	font-size: 20px;
	line-height: 1.7;
	color: #4b5563;
}

.vc-about-stitch-final__media {
	position: relative;
}

.vc-about-stitch-final__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vc-about-stitch-final__fade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.15) 45%, rgba(255, 255, 255, 0) 100%);
}

.vc-contact-hero {
	padding-bottom: 40px;
}

.vc-contact-grid {
	display: grid;
	grid-template-columns: 0.95fr 1.25fr;
	gap: 32px;
	margin-top: 32px;
}

.vc-contact-sidebar {
	display: grid;
	gap: 24px;
}

.vc-contact-phone {
	padding: 32px;
	background: var(--vc-color-secondary);
	color: #fff;
}

.vc-contact-phone strong {
	display: block;
	font-size: 52px;
	line-height: 0.95;
	letter-spacing: -0.05em;
	margin-bottom: 12px;
}

.vc-contact-form-card {
	padding: 42px;
}

.vc-trust-item {
	text-align: center;
	padding: 12px 18px;
}

.vc-page-hero {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 32px;
	align-items: stretch;
}

.vc-page-hero__aside {
	padding: 28px;
	align-self: start;
}

.vc-city-hub-grid {
	margin-top: 32px;
}

.vc-city-card h2 {
	font-size: 30px;
	margin-bottom: 10px;
}

.vc-hub-stitch-page {
	background: var(--vc-color-surface);
}

.vc-hub-stitch-hero {
	padding: 56px 0 36px;
	background: var(--vc-color-surface);
}

.vc-hub-stitch-hero__content {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.vc-hub-stitch-hero__content h1 {
	margin-bottom: 16px;
	font-size: clamp(42px, 5.4vw, 68px);
	line-height: 1.02;
	letter-spacing: -0.05em;
	color: #191c1e;
}

.vc-hub-stitch-hero__copy {
	max-width: 760px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.7;
	color: #4b5563;
}

.vc-hub-stitch-listing {
	padding: 0 0 96px;
	background: #f2f4f7;
}

.vc-hub-stitch-intro {
	max-width: 900px;
	padding: 20px 0 12px;
}

.vc-hub-city-search {
	max-width: 980px;
	margin: 0 auto 20px;
}

.vc-hub-city-search__empty {
	margin-top: 18px;
	padding: 24px 28px;
	border: 1px solid rgba(191, 202, 186, 0.28);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(25, 28, 30, 0.05);
	color: #4b5563;
	font-size: 16px;
	line-height: 1.7;
}

.vc-hub-stitch-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin-top: 20px;
}

.vc-hub-city-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 280px;
	padding: 30px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid rgba(191, 202, 186, 0.18);
	box-shadow: 0 10px 24px rgba(25, 28, 30, 0.05);
	color: inherit;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.vc-hub-city-card:hover {
	transform: translateY(-3px);
	border-color: rgba(13, 99, 27, 0.24);
	box-shadow: 0 18px 36px rgba(25, 28, 30, 0.08);
}

.vc-hub-city-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.vc-hub-city-card__badge {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	background: #eaf7eb;
	color: #1e4d24;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.vc-hub-city-card__top .material-symbols-outlined {
	font-size: 28px;
	color: #86a2c7;
}

.vc-hub-city-card h2 {
	margin-bottom: 14px;
	font-size: 30px;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.vc-hub-city-card p {
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
	color: #5d6975;
}

.vc-hub-city-card__micro {
	margin-top: 18px;
}

.vc-hub-city-card__micro span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(0, 93, 183, 0.08);
	color: var(--vc-color-secondary);
	font-size: 13px;
	font-weight: 700;
}

.vc-hub-city-card__footer {
	margin-top: 28px;
}

.vc-hub-city-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border-radius: 12px;
	background: rgba(0, 93, 183, 0.08);
	color: var(--vc-color-secondary);
	font-size: 15px;
	font-weight: 800;
}

.vc-hub-stitch-final {
	padding: 0 0 96px;
	background: #f2f4f7;
}

.vc-hub-stitch-final__card {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	overflow: hidden;
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 24px 56px rgba(148, 163, 184, 0.14);
}

.vc-hub-stitch-final__content {
	padding: 56px;
}

.vc-hub-stitch-final__content h2 {
	margin-bottom: 18px;
	font-size: clamp(40px, 4.4vw, 54px);
	line-height: 1.04;
	letter-spacing: -0.04em;
	color: #17391f;
}

.vc-hub-stitch-final__content p {
	margin: 0;
	font-size: 19px;
	line-height: 1.75;
	color: #5d6975;
}

.vc-hub-stitch-final__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 32px;
}

.vc-hub-stitch-final__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 0 28px;
	border-radius: 12px;
	font-size: 17px;
	font-weight: 800;
	text-decoration: none;
}

.vc-hub-stitch-final__button--primary {
	background: var(--vc-color-secondary);
	color: #fff;
	box-shadow: 0 18px 36px rgba(0, 93, 183, 0.18);
}

.vc-hub-stitch-final__button--secondary {
	background: #eaf7eb;
	color: var(--vc-color-primary);
}

.vc-hub-stitch-final__panel {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	background: linear-gradient(145deg, #eff7f0 0%, #dbe8ff 100%);
}

.vc-hub-stitch-final__panel-inner {
	max-width: 360px;
	text-align: center;
}

.vc-hub-stitch-final__panel-inner .material-symbols-outlined {
	display: inline-flex;
	margin-bottom: 20px;
	font-size: 56px;
	color: var(--vc-color-primary);
}

.vc-hub-stitch-final__panel-inner h3 {
	margin-bottom: 12px;
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: #17391f;
}

.vc-hub-stitch-final__panel-inner p {
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
	color: #4b5563;
}

.vc-city-section {
	padding: 96px 0;
}

.vc-city-section--muted {
	background: var(--vc-color-surface-low);
}

.vc-city-stitch-hero {
	padding: 48px 0 96px;
	background: var(--vc-color-surface);
	overflow: hidden;
}

.vc-city-stitch-hero__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 48px;
	align-items: center;
}

.vc-city-hero__content {
	grid-column: span 7;
}

.vc-city-stitch-form-card {
	grid-column: span 5;
	padding: 32px;
	border-radius: 18px;
	box-shadow: 0 28px 64px rgba(25, 28, 30, 0.16);
	border: 1px solid rgba(191, 202, 186, 0.2);
	background: #fff;
}

.vc-hero-media {
	position: relative;
	grid-column: span 5;
	width: 100%;
	min-height: 520px;
	aspect-ratio: 5 / 6;
	border-radius: 28px;
	overflow: hidden;
	background: #eef4ef;
	box-shadow: 0 28px 64px rgba(25, 28, 30, 0.16);
	border: 1px solid rgba(191, 202, 186, 0.28);
}

.vc-hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, rgba(17, 49, 29, 0.16) 100%);
}

.vc-hero-media__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.vc-hero-media--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
	background:
		linear-gradient(135deg, rgba(13, 99, 27, 0.12), rgba(0, 93, 183, 0.08)),
		#f7faf8;
}

.vc-hero-media__placeholder {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 18px;
	justify-items: center;
	max-width: 320px;
	text-align: center;
	color: #24452d;
}

.vc-hero-media__placeholder .material-symbols-outlined {
	width: 68px;
	height: 68px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #fff;
	color: var(--vc-color-primary);
	font-size: 34px;
	box-shadow: 0 16px 32px rgba(25, 28, 30, 0.1);
}

.vc-hero-media__placeholder strong {
	display: block;
	font-size: 22px;
	line-height: 1.25;
}

.vc-hero-media__placeholder p {
	margin: 8px 0 0;
	font-size: 15px;
	line-height: 1.65;
	color: var(--vc-color-text-muted);
}

.vc-city-stitch-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 24px;
}

.vc-city-stitch-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vc-city-stitch-badge--primary {
	background: var(--vc-color-primary-container);
	color: #fff;
}

.vc-city-stitch-badge--secondary {
	background: #3e6ac5;
	color: #fff;
}

.vc-city-stitch-badge .material-symbols-outlined {
	font-size: 16px;
}

.vc-city-hero h1 {
	margin: 0 0 24px;
	font-size: clamp(48px, 6vw, 74px);
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.vc-city-stitch-hero__secondary {
	margin: -4px 0 20px;
	font-size: clamp(24px, 2.4vw, 34px);
	line-height: 1.15;
	color: #23402a;
}

.vc-city-stitch-hero__copy {
	max-width: 640px;
	margin: 0 0 40px;
	font-size: 22px;
	line-height: 1.65;
	color: var(--vc-color-text-muted);
}

.vc-city-stitch-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.vc-city-stitch-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px 28px;
	border: 1px solid rgba(0, 93, 183, 0.18);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--vc-color-secondary);
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
}

.vc-city-stitch-call {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px 32px;
	border-radius: 12px;
	background: var(--vc-color-secondary);
	color: #fff;
	font-size: 19px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 22px 44px rgba(0, 93, 183, 0.24);
}

.vc-city-stitch-call .material-symbols-outlined {
	font-size: 24px;
	font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
}

.vc-city-stitch-form-card h3 {
	margin-bottom: 20px;
	font-size: 24px;
}

.vc-city-stitch-form-card .vc-meta {
	margin-bottom: 12px;
}

.vc-city-form-slot {
	margin-top: 18px;
}

.vc-city-form-slot .wpforms-container,
.vc-city-form-slot .wpforms-container-full {
	margin: 0;
}

.vc-city-form-slot .vc-form-placeholder--wpforms {
	display: grid;
	gap: 10px;
	align-items: center;
	justify-items: start;
	min-height: 280px;
	padding: 24px;
	border: 1.5px dashed rgba(112, 122, 108, 0.45);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(242, 244, 247, 0.72), rgba(247, 249, 252, 0.95));
	color: var(--vc-color-text);
}

.vc-city-form-slot .vc-form-placeholder--wpforms strong {
	font-size: 18px;
	line-height: 1.3;
}

.vc-city-form-slot .vc-form-placeholder--wpforms span {
	max-width: 32ch;
	font-size: 14px;
	line-height: 1.7;
	color: var(--vc-color-text-muted);
}

.vc-problem-solution {
	background: #fff;
}

.vc-ps-head {
	max-width: 820px;
	margin: 0 auto 48px;
	text-align: center;
}

.vc-ps-head .vc-kicker {
	margin: 0 0 14px;
	color: var(--vc-color-primary);
}

.vc-ps-head h2 {
	margin: 0;
	font-size: clamp(38px, 4.5vw, 56px);
	line-height: 1.06;
	letter-spacing: -0.04em;
	color: #17391f;
}

.vc-ps-head p:last-child {
	max-width: 680px;
	margin: 18px auto 0;
	font-size: 19px;
	line-height: 1.7;
	color: var(--vc-color-text-muted);
}

.vc-ps-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
}

.vc-ps-card {
	padding: 34px;
	border-radius: 24px;
	border: 1px solid rgba(191, 202, 186, 0.34);
	box-shadow: 0 18px 42px rgba(25, 28, 30, 0.06);
}

.vc-ps-card--problem {
	background: #fbfcfb;
}

.vc-ps-card--solution {
	background: linear-gradient(135deg, rgba(13, 99, 27, 0.08), rgba(255, 255, 255, 0.96));
	border-color: rgba(13, 99, 27, 0.18);
	box-shadow: 0 22px 52px rgba(13, 99, 27, 0.09);
}

.vc-ps-card__title {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 24px;
}

.vc-ps-card__title .material-symbols-outlined {
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-size: 24px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(25, 28, 30, 0.08);
}

.vc-ps-card--problem .material-symbols-outlined {
	color: #ba1a1a;
}

.vc-ps-card--solution .material-symbols-outlined {
	color: var(--vc-color-primary);
	font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
}

.vc-ps-card h3 {
	margin: 0;
	font-size: 28px;
	line-height: 1.18;
	letter-spacing: -0.02em;
	color: #17391f;
}

.vc-ps-list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vc-ps-list li {
	position: relative;
	margin: 0;
	padding-left: 30px;
	font-size: 17px;
	line-height: 1.55;
	color: #36423a;
}

.vc-ps-list li::before {
	position: absolute;
	top: 0.64em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	content: "";
	background: rgba(186, 26, 26, 0.22);
}

.vc-ps-card--solution .vc-ps-list li::before {
	top: 0.44em;
	width: 18px;
	height: 18px;
	background: var(--vc-color-primary);
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.2 16.6 4.9 12.3l-1.4 1.4 5.7 5.7L21 7.6l-1.4-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.2 16.6 4.9 12.3l-1.4 1.4 5.7 5.7L21 7.6l-1.4-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.vc-ps-image {
	margin-top: 32px;
	border-radius: 26px;
	overflow: hidden;
	box-shadow: 0 22px 52px rgba(25, 28, 30, 0.1);
	border: 1px solid rgba(191, 202, 186, 0.26);
}

.vc-ps-image img {
	display: block;
	width: 100%;
	max-height: 360px;
	object-fit: cover;
	object-position: center;
}

.vc-how-it-works {
	background: var(--vc-color-surface-low);
}

.vc-hiw-head {
	max-width: 820px;
	margin: 0 auto 52px;
	text-align: center;
}

.vc-hiw-head .vc-kicker {
	margin: 0 0 14px;
	color: var(--vc-color-primary);
}

.vc-hiw-head h2 {
	margin: 0;
	font-size: clamp(38px, 4.5vw, 56px);
	line-height: 1.06;
	letter-spacing: -0.04em;
	color: #17391f;
}

.vc-hiw-head p:last-child {
	max-width: 680px;
	margin: 18px auto 0;
	font-size: 19px;
	line-height: 1.7;
	color: var(--vc-color-text-muted);
}

.vc-hiw-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.vc-hiw-grid::before {
	content: "";
	position: absolute;
	top: 52px;
	left: calc(16.666% + 52px);
	right: calc(16.666% + 52px);
	height: 1px;
	background: linear-gradient(90deg, rgba(13, 99, 27, 0), rgba(13, 99, 27, 0.22), rgba(13, 99, 27, 0));
}

.vc-hiw-card {
	position: relative;
	z-index: 1;
	padding: 32px;
	border-radius: 24px;
	border: 1px solid rgba(191, 202, 186, 0.34);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 42px rgba(25, 28, 30, 0.06);
}

.vc-hiw-card::after {
	content: "";
	position: absolute;
	top: 43px;
	right: -19px;
	width: 38px;
	height: 18px;
	background: rgba(13, 99, 27, 0.24);
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 38 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.1 1.4 36.7 9l-7.6 7.6-1.4-1.4L32.9 10H1V8h31.9l-5.2-5.2z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 38 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.1 1.4 36.7 9l-7.6 7.6-1.4-1.4L32.9 10H1V8h31.9l-5.2-5.2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.vc-hiw-card:last-child::after {
	content: none;
}

.vc-hiw-step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin-bottom: 26px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(13, 99, 27, 0.12), rgba(0, 93, 183, 0.08));
	color: var(--vc-color-primary);
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -0.03em;
	box-shadow: inset 0 0 0 1px rgba(13, 99, 27, 0.1);
}

.vc-hiw-step-title {
	margin: 0 0 12px;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #17391f;
}

.vc-hiw-step-text {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: var(--vc-color-text-muted);
}

.vc-services-explorer {
	background: #fff;
	overflow: visible;
}

.vc-services-explorer__head {
	max-width: 820px;
	margin: 0 auto 52px;
	text-align: center;
}

.vc-services-explorer__head .vc-kicker {
	margin: 0 0 14px;
	color: var(--vc-color-primary);
}

.vc-services-explorer__head h2 {
	margin: 0;
	font-size: clamp(38px, 4.5vw, 56px);
	line-height: 1.06;
	letter-spacing: 0;
	color: #17391f;
}

.vc-services-explorer__head p:last-child {
	max-width: 680px;
	margin: 18px auto 0;
	font-size: 19px;
	line-height: 1.7;
	color: var(--vc-color-text-muted);
}

.vc-services-explorer__layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
	gap: 28px;
	align-items: start;
	overflow: visible;
	padding: 18px;
	border: 1px solid rgba(191, 202, 186, 0.32);
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(248, 250, 247, 0.96), rgba(255, 255, 255, 0.98));
	box-shadow: 0 24px 62px rgba(25, 28, 30, 0.08);
}

.vc-services-nav {
	display: grid;
	gap: 10px;
}

button.vc-services-item {
	appearance: none;
	width: 100%;
	padding: 18px 20px;
	border: 1px solid rgba(191, 202, 186, 0.32);
	border-radius: 18px;
	background: #fff !important;
	color: #17391f !important;
	text-align: left;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

button.vc-services-item::before,
button.vc-services-item::after {
	content: none !important;
	display: none !important;
}

button.vc-services-item:hover,
button.vc-services-item:focus,
button.vc-services-item:active,
button.vc-services-item.vc-services-item--active,
button.vc-services-item.vc-services-item--active:hover,
button.vc-services-item.vc-services-item--active:focus,
button.vc-services-item.vc-services-item--active:active {
	border-color: rgba(13, 99, 27, 0.5) !important;
	background: #fff !important;
	color: #17391f !important;
	filter: none !important;
	opacity: 1 !important;
	mix-blend-mode: normal !important;
	box-shadow: inset 4px 0 0 var(--vc-color-primary), 0 10px 22px rgba(25, 28, 30, 0.055);
	transform: translateY(-1px);
}

button.vc-services-item strong {
	display: block;
	margin-bottom: 7px;
	font-size: 17px;
	line-height: 1.25;
	color: #17391f !important;
	opacity: 1 !important;
}

button.vc-services-item span {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color: var(--vc-color-text-muted) !important;
	opacity: 1 !important;
}

button.vc-services-item.vc-services-item--active strong {
	color: var(--vc-color-primary) !important;
}

.vc-services-panels-col {
	min-width: 0;
	align-self: stretch;
	overflow: visible;
	position: relative;
}

.vc-services-panels {
	display: grid;
	min-width: 0;
	position: sticky;
	top: 96px;
	align-self: start;
	isolation: isolate;
	will-change: top, left;
}

.vc-services-panels.is-fixed-within-section {
	position: fixed;
	z-index: 5;
}

.vc-services-panels.is-bottom-locked {
	position: absolute;
	right: 0;
}

.vc-services-panel {
	grid-area: 1 / 1;
	display: block;
	border: 1px solid rgba(13, 99, 27, 0.1);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(25, 28, 30, 0.06);
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: none;
	transition: opacity 0.18s ease, visibility 0.18s ease;
}

.vc-services-panel--active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.vc-services-accordion {
	display: none;
}

.vc-services-panel__inner {
	padding: 42px;
}

.vc-services-panel h3 {
	margin: 0 0 18px;
	font-size: clamp(30px, 3.2vw, 44px);
	line-height: 1.08;
	letter-spacing: 0;
	color: #17391f;
}

.vc-services-panel__description {
	margin: 0;
	font-size: 18px;
	line-height: 1.75;
	color: var(--vc-color-text-muted);
}

.vc-services-panel__benefits {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	margin: 28px 0 30px;
	padding: 18px 20px;
	border-radius: 18px;
	background: rgba(13, 99, 27, 0.07);
	color: #17391f;
}

.vc-services-panel__benefits .material-symbols-outlined {
	flex: 0 0 auto;
	color: var(--vc-color-primary);
	font-size: 25px;
}

.vc-services-panel__benefits p {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
}

.vc-services-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	padding: 15px 24px;
	border-radius: 999px;
	text-decoration: none;
}

.vc-services-cta .material-symbols-outlined {
	font-size: 21px;
}

.vc-city-problem {
	max-width: 960px;
	text-align: center;
}

.vc-city-problem h2,
.vc-city-faq h2,
.vc-city-zones__heading h2 {
	margin-bottom: 48px;
	font-size: clamp(34px, 4vw, 46px);
	letter-spacing: -0.03em;
}

.vc-city-problem__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

.vc-city-services__intro-copy {
	max-width: 720px;
	margin: 18px auto 0;
	font-size: 18px;
	line-height: 1.7;
	color: var(--vc-color-text-muted);
	text-align: center;
}

.vc-city-problem__card {
	padding: 24px;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 10px 24px rgba(25, 28, 30, 0.05);
}

.vc-city-problem__card .material-symbols-outlined {
	display: block;
	margin-bottom: 16px;
	font-size: 42px;
	color: #ba1a1a;
}

.vc-city-problem__card p {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}

.vc-city-problem__quote {
	max-width: 760px;
	margin: 40px auto 0;
	font-size: 22px;
	font-style: italic;
	line-height: 1.7;
	color: var(--vc-color-text-muted);
}

.vc-city-services__intro {
	margin-bottom: 48px;
}

.vc-city-services__intro h2,
.vc-city-benefits__content h2,
.vc-city-reasons h2,
.vc-city-seo h2,
.vc-city-final-cta__inner h2 {
	margin-bottom: 16px;
	font-size: clamp(40px, 4.5vw, 54px);
	line-height: 1.05;
	letter-spacing: -0.04em;
	color: #17391f;
}

.vc-city-services__intro p,
.vc-city-zones__heading p {
	max-width: 680px;
	font-size: 18px;
	line-height: 1.7;
	color: var(--vc-color-text-muted);
}

.vc-city-services__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.vc-city-service-card {
	padding: 32px;
	border-radius: 18px;
	box-shadow: 0 10px 24px rgba(25, 28, 30, 0.05);
}

.vc-city-service-card .material-symbols-outlined {
	display: inline-flex;
	margin-bottom: 16px;
	font-size: 36px;
}

.vc-city-service-card h3 {
	margin-bottom: 12px;
	font-size: 28px;
}

.vc-city-service-card p {
	margin: 0;
	line-height: 1.7;
}

.vc-city-service-card--feature {
	grid-column: span 2;
	background: #fff;
	border: 1px solid rgba(13, 99, 27, 0.06);
}

.vc-city-service-card__image {
	margin-top: 28px;
	height: 192px;
	border-radius: 12px;
	background-color: #e6eaef;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.vc-city-service-card--green {
	background: var(--vc-color-primary-container);
	color: #fff;
}

.vc-city-service-card--light {
	background: #e6eaef;
}

.vc-city-service-card--light .material-symbols-outlined {
	color: var(--vc-color-primary);
}

.vc-city-service-card--wide {
	grid-column: span 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	background: var(--vc-color-secondary);
	color: #fff;
}

.vc-city-service-card--wide .material-symbols-outlined {
	margin: 0;
	font-size: 72px;
	opacity: 0.22;
}

.vc-city-services__extra {
	margin-top: 24px;
}

.vc-city-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 64px;
	align-items: center;
}

.vc-city-benefits__image {
	min-height: 560px;
	border-radius: 20px;
	box-shadow: 0 28px 64px rgba(25, 28, 30, 0.14);
	background-color: #e6eaef;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.vc-city-benefits__content .vc-kicker {
	margin: 0 0 14px;
	color: var(--vc-color-primary);
}

.vc-city-benefits__intro,
.vc-city-benefits__body {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 1.75;
	color: var(--vc-color-text-muted);
}

.vc-city-benefits__body {
	margin-bottom: 28px;
}

.vc-city-benefits__list {
	display: grid;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vc-city-benefits__list li {
	display: flex;
	gap: 16px;
}

.vc-city-benefits__check {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--vc-color-primary);
	color: #fff;
}

.vc-city-benefits__check .material-symbols-outlined {
	font-size: 18px;
}

.vc-city-benefits__list h4 {
	margin-bottom: 6px;
	font-size: 22px;
}

.vc-city-benefits__list p {
	margin: 0;
	color: var(--vc-color-text-muted);
}

.vc-city-reasons {
	position: relative;
}

.vc-city-reasons__head {
	max-width: 820px;
	margin: 0 auto 52px;
	text-align: center;
}

.vc-city-reasons__head .vc-kicker {
	margin: 0 0 14px;
	color: var(--vc-color-primary);
}

.vc-city-reasons__head h2 {
	margin: 0;
	font-size: clamp(38px, 4.5vw, 56px);
	line-height: 1.06;
	letter-spacing: 0;
	color: #17391f;
}

.vc-city-reasons__head p:last-child {
	max-width: 720px;
	margin: 18px auto 0;
	font-size: 19px;
	line-height: 1.7;
	color: var(--vc-color-text-muted);
}

.vc-city-reasons__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.vc-city-reasons__card {
	position: relative;
	min-height: 100%;
	padding: 34px;
	border: 1px solid rgba(191, 202, 186, 0.28);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(25, 28, 30, 0.065);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.vc-city-reasons__card:hover {
	border-color: rgba(13, 99, 27, 0.2);
	box-shadow: 0 24px 56px rgba(25, 28, 30, 0.09);
	transform: translateY(-3px);
}

.vc-city-reasons__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 24px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(13, 99, 27, 0.12), rgba(0, 93, 183, 0.08));
	color: var(--vc-color-primary);
	box-shadow: inset 0 0 0 1px rgba(13, 99, 27, 0.12);
}

.vc-city-reasons__badge .material-symbols-outlined {
	font-size: 27px;
}

.vc-city-reasons__card h3 {
	margin: 0 0 14px;
	font-size: 26px;
	line-height: 1.18;
	letter-spacing: 0;
	color: #17391f;
}

.vc-city-reasons__card p {
	margin: 0;
	color: var(--vc-color-text-muted);
	font-size: 16px;
	line-height: 1.75;
}

.vc-city-zones__heading {
	text-align: center;
	max-width: 820px;
	margin: 0 auto 22px;
}

.vc-city-zones__heading .vc-kicker {
	margin: 0 0 14px;
	color: var(--vc-color-primary);
}

.vc-city-zones__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	max-width: 920px;
	margin: 28px auto 0;
}

.vc-city-zones__help {
	max-width: 680px;
	margin: 0 auto;
	color: var(--vc-color-text-muted);
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}

button.vc-city-zone-pill {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid rgba(191, 202, 186, 0.48);
	border-radius: 999px;
	background: #fff !important;
	color: #17391f !important;
	font-weight: 800;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(25, 28, 30, 0.045);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

button.vc-city-zone-pill:hover,
button.vc-city-zone-pill:focus,
button.vc-city-zone-pill:active,
button.vc-city-zone-pill--active {
	border-color: rgba(13, 99, 27, 0.45) !important;
	background: rgba(13, 99, 27, 0.06) !important;
	color: var(--vc-color-primary) !important;
	box-shadow: 0 12px 26px rgba(25, 28, 30, 0.065);
	transform: translateY(-1px);
}

.vc-city-zones__map {
	margin-top: 36px;
	border: 1px solid rgba(191, 202, 186, 0.28);
	border-radius: 26px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 24px 62px rgba(25, 28, 30, 0.08);
}

.vc-city-zones__map-head {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 22px 24px;
	border-bottom: 1px solid rgba(191, 202, 186, 0.26);
	background: linear-gradient(135deg, rgba(248, 250, 247, 0.96), rgba(255, 255, 255, 0.98));
}

.vc-city-zones__map-head > .material-symbols-outlined {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 15px;
	background: rgba(13, 99, 27, 0.1);
	color: var(--vc-color-primary);
}

.vc-city-zones__map-head span:not(.material-symbols-outlined) {
	display: block;
	margin-bottom: 3px;
	color: var(--vc-color-text-muted);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.vc-city-zones__map-head strong {
	display: block;
	color: #17391f;
	font-size: 18px;
}

.vc-city-zones__map-panel {
	display: none;
}

.vc-city-zones__map-panel--active {
	display: block;
}

.vc-city-zones__map-copy {
	padding: 24px 28px 0;
}

.vc-city-zones__map-copy h3 {
	margin: 0 0 8px;
	color: #17391f;
	font-size: 24px;
	line-height: 1.2;
}

.vc-city-zones__map-copy p {
	max-width: 780px;
	margin: 0 0 20px;
	color: var(--vc-color-text-muted);
	line-height: 1.7;
}

.vc-city-zones__iframe {
	height: 420px;
	background: #eef2f1;
}

.vc-city-zones__iframe iframe {
	display: block;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.vc-city-zones__map-link,
.vc-city-zones__map-fallback {
	min-height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 44px;
	text-align: center;
}

.vc-city-zones__map-link {
	background: linear-gradient(135deg, rgba(13, 99, 27, 0.07), rgba(0, 93, 183, 0.06));
}

.vc-city-zones__map-link .material-symbols-outlined,
.vc-city-zones__map-fallback .material-symbols-outlined {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin-bottom: 18px;
	border-radius: 20px;
	background: #fff;
	color: var(--vc-color-primary);
	box-shadow: 0 12px 28px rgba(25, 28, 30, 0.08);
	font-size: 32px;
}

.vc-city-zones__map-link h3,
.vc-city-zones__map-fallback h3 {
	margin: 0 0 10px;
	color: #17391f;
	font-size: 28px;
	line-height: 1.18;
}

.vc-city-zones__map-link p,
.vc-city-zones__map-fallback p {
	max-width: 520px;
	margin: 0 auto 24px;
	color: var(--vc-color-text-muted);
	line-height: 1.7;
}

.vc-city-zones__map-fallback {
	position: relative;
	background-color: #eef2f1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.vc-city-zones__map-fallback::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(248, 250, 247, 0.88);
}

.vc-city-zones__map-fallback > div {
	position: relative;
	z-index: 1;
}

.vc-city-reviews {
	max-width: 1180px;
}

.vc-city-reviews__head {
	max-width: 820px;
	margin: 0 auto 52px;
	text-align: center;
}

.vc-city-reviews__head .vc-kicker {
	margin: 0 0 14px;
	color: var(--vc-color-primary);
}

.vc-city-reviews__head h2 {
	margin: 0;
	font-size: clamp(38px, 4.5vw, 56px);
	line-height: 1.06;
	letter-spacing: 0;
	color: #17391f;
}

.vc-city-reviews__head p:last-child {
	max-width: 720px;
	margin: 18px auto 0;
	font-size: 19px;
	line-height: 1.7;
	color: var(--vc-color-text-muted);
}

.vc-city-reviews__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.vc-city-review-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 30px;
	border: 1px solid rgba(191, 202, 186, 0.28);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(25, 28, 30, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vc-city-review-card:hover {
	border-color: rgba(13, 99, 27, 0.18);
	box-shadow: 0 24px 52px rgba(25, 28, 30, 0.08);
	transform: translateY(-2px);
}

.vc-city-review-card__stars {
	display: flex;
	gap: 4px;
	margin-bottom: 18px;
	color: #f0b33a;
}

.vc-city-review-card__stars .material-symbols-outlined {
	font-size: 20px;
	font-variation-settings: 'FILL' 1;
}

.vc-city-review-card__text {
	margin: 0 0 28px;
	color: #284232;
	font-size: 17px;
	line-height: 1.8;
	flex: 1 1 auto;
}

.vc-city-review-card__meta {
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid rgba(191, 202, 186, 0.24);
}

.vc-city-review-card__meta strong {
	display: block;
	margin-bottom: 6px;
	color: #17391f;
	font-size: 17px;
}

.vc-city-review-card__meta span {
	display: block;
	color: var(--vc-color-text-muted);
	font-size: 14px;
	line-height: 1.5;
}

#form-contatto {
	scroll-margin-top: 110px;
}

.vc-inline-cta {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) auto;
	gap: 24px;
	align-items: center;
	padding: 28px 32px;
	border: 1px solid rgba(191, 202, 186, 0.32);
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(13, 99, 27, 0.06), rgba(0, 93, 183, 0.05));
	box-shadow: 0 18px 42px rgba(25, 28, 30, 0.06);
}

.vc-inline-cta__content h2 {
	margin: 0 0 10px;
	font-size: clamp(28px, 3.4vw, 38px);
	line-height: 1.1;
	color: #17391f;
}

.vc-inline-cta__content p {
	margin: 0;
	max-width: 60ch;
	font-size: 17px;
	line-height: 1.7;
	color: var(--vc-color-text-muted);
}

.vc-inline-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px;
}

.vc-services-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.vc-city-final-form {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 36px;
	align-items: stretch;
}

.vc-city-final-form__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.vc-city-final-form__content h2 {
	margin: 0 0 16px;
	font-size: clamp(38px, 4.4vw, 54px);
	line-height: 1.06;
	color: #17391f;
}

.vc-city-final-form__text {
	max-width: 52ch;
	margin: 0 0 24px;
	font-size: 18px;
	line-height: 1.75;
	color: var(--vc-color-text-muted);
}

.vc-city-final-form__phone-box {
	display: grid;
	gap: 14px;
	margin-bottom: 18px;
	padding: 22px 24px;
	border: 1px solid rgba(191, 202, 186, 0.35);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 12px 32px rgba(25, 28, 30, 0.04);
}

.vc-city-final-form__phone-label {
	font-size: 15px;
	font-weight: 700;
	color: #17391f;
}

.vc-city-final-form__phone-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.vc-city-final-form__phone-button {
	gap: 10px;
}

.vc-city-final-form__trust {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: var(--vc-color-text-muted);
}

.vc-city-final-form__media {
	margin-top: 24px;
	max-width: 320px;
	overflow: hidden;
	border-radius: 22px;
	box-shadow: 0 24px 48px rgba(25, 28, 30, 0.08);
}

.vc-city-final-form__media img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.vc-city-final-form__card {
	padding: 32px;
	border: 1px solid rgba(191, 202, 186, 0.3);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 24px 56px rgba(25, 28, 30, 0.08);
}

.vc-city-faq {
	max-width: 920px;
}

.vc-city-faq__head {
	max-width: 760px;
	margin: 0 auto 40px;
	text-align: center;
}

.vc-city-faq__head .vc-kicker {
	margin: 0 0 14px;
	color: var(--vc-color-primary);
}

.vc-city-faq__head h2 {
	margin: 0;
	color: #17391f;
}

.vc-city-faq__head p:last-child {
	margin: 18px auto 0;
	font-size: 18px;
	line-height: 1.7;
	color: var(--vc-color-text-muted);
}

.vc-city-faq__list {
	display: grid;
	gap: 18px;
}

.vc-city-faq__item {
	border: 1px solid rgba(191, 202, 186, 0.28);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(25, 28, 30, 0.05);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.vc-city-faq__item--active {
	border-color: rgba(13, 99, 27, 0.34);
	background: #fff;
	box-shadow: 0 18px 34px rgba(25, 28, 30, 0.08);
}

.vc-city-faq__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	padding: 24px 26px;
	border: 0;
	background: transparent;
	color: #17391f;
	text-align: left;
	cursor: pointer;
}

button.vc-city-faq__trigger,
button.vc-city-faq__trigger:hover,
button.vc-city-faq__trigger:focus,
button.vc-city-faq__trigger:active,
.vc-city-faq__item--active button.vc-city-faq__trigger,
.vc-city-faq__item--active button.vc-city-faq__trigger:hover,
.vc-city-faq__item--active button.vc-city-faq__trigger:focus,
.vc-city-faq__item--active button.vc-city-faq__trigger:active {
	background: transparent !important;
	color: #17391f !important;
	filter: none !important;
	opacity: 1 !important;
	box-shadow: none !important;
}

.vc-city-faq__question {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.vc-city-faq__icon {
	flex: 0 0 auto;
	color: var(--vc-color-primary);
	font-size: 28px;
	transition: transform 0.2s ease;
}

.vc-city-faq__item--active .vc-city-faq__icon {
	transform: rotate(45deg);
}

.vc-city-faq__panel {
	display: none;
	padding: 0 26px 24px;
}

.vc-city-faq__item--active .vc-city-faq__panel {
	display: block;
}

.vc-city-faq__panel-inner {
	padding-top: 4px;
}

.vc-city-faq__panel p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: var(--vc-color-text-muted);
}

.vc-city-faq__cta {
	display: grid;
	gap: 12px;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid rgba(191, 202, 186, 0.24);
}

.vc-city-faq__cta strong {
	color: #17391f;
	font-size: 16px;
	line-height: 1.4;
}

.vc-city-faq__cta span {
	color: var(--vc-color-text-muted);
	font-size: 14px;
	line-height: 1.6;
}

.vc-city-faq__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.vc-button:hover,
.vc-button:focus,
.vc-button:focus-visible,
.vc-button:active,
.vc-button:visited:hover,
.vc-button:visited:focus,
.vc-button:visited:active,
.vc-city-stitch-call:hover,
.vc-city-stitch-call:focus,
.vc-city-stitch-call:active,
.vc-city-final-cta__call:hover,
.vc-city-final-cta__call:focus,
.vc-city-final-cta__call:active,
.vc-city-final-form__phone-button:hover,
.vc-city-final-form__phone-button:focus,
.vc-city-final-form__phone-button:active {
	color: #fff !important;
}

.vc-button--secondary:hover,
.vc-button--secondary:focus,
.vc-button--secondary:focus-visible,
.vc-button--secondary:active,
.vc-button--secondary:visited:hover,
.vc-button--secondary:visited:focus,
.vc-button--secondary:visited:focus-visible,
.vc-button--secondary:visited:active,
.vc-button--light:hover,
.vc-button--light:focus,
.vc-button--light:focus-visible,
.vc-button--light:active,
.vc-button--light:visited:hover,
.vc-button--light:visited:focus,
.vc-button--light:visited:focus-visible,
.vc-button--light:visited:active,
.vc-city-stitch-link:hover,
.vc-city-stitch-link:focus,
.vc-city-stitch-link:focus-visible,
.vc-city-stitch-link:active,
.vc-city-final-cta__write:hover,
.vc-city-final-cta__write:focus,
.vc-city-final-cta__write:focus-visible,
.vc-city-final-cta__write:active {
	color: var(--vc-color-primary) !important;
	background: #fff !important;
	border-color: rgba(13, 99, 27, 0.34) !important;
	box-shadow: 0 12px 24px rgba(25, 28, 30, 0.06);
}

.vc-city-seo {
	max-width: 920px;
}

.vc-city-final-cta {
	padding: 96px 0;
	background: var(--vc-color-primary);
	color: #fff;
}

.vc-city-final-cta__inner {
	max-width: 920px;
	text-align: center;
}

.vc-city-final-cta__inner h2,
.vc-city-final-cta__inner p {
	color: #fff;
}

.vc-city-final-cta__inner p {
	max-width: 760px;
	margin: 0 auto 40px;
	font-size: 22px;
	line-height: 1.7;
	opacity: 0.9;
}

.vc-city-final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

.vc-city-final-cta__call,
.vc-city-final-cta__write {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 68px;
	padding: 0 40px;
	border-radius: 12px;
	font-size: 22px;
	font-weight: 800;
	text-decoration: none;
}

.vc-city-final-cta__call {
	background: #fff;
	color: var(--vc-color-primary);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.16);
}

.vc-city-final-cta__write {
	border: 2px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}

.home #masthead,
.home .site-info,
.home #footer-widgets {
	display: none;
}

.vc-home-main {
	padding-bottom: 0;
}

.home .site-content {
	display: block;
	padding: 0 !important;
}

.vc-home-content-area {
	width: 100%;
}

.vc-shared-content-area {
	width: 100%;
}

.page .site-content,
.single-city_landing .site-content {
	display: block;
	padding: 0 !important;
}

.page .content-area,
.page .site-main,
.single-city_landing .content-area,
.single-city_landing .site-main {
	width: 100%;
}

.page.one-container .site-main,
.page.separate-containers .site-main,
.page.right-sidebar .site-main,
.page.left-sidebar .site-main,
.page.both-sidebars .site-main,
.single-city_landing.one-container .site-main,
.single-city_landing.separate-containers .site-main,
.single-city_landing.right-sidebar .site-main,
.single-city_landing.left-sidebar .site-main,
.single-city_landing.both-sidebars .site-main {
	margin: 0 !important;
}

.page #page,
.single-city_landing #page {
	overflow-x: hidden;
}

.vc-shared-content-area .vc-shell {
	width: 100%;
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 24px;
	box-sizing: border-box;
}

.vc-page-main--with-topbar {
	padding-top: 96px;
}

.home .content-area,
.home .site-main {
	width: 100%;
}

.home.one-container .site-main,
.home.separate-containers .site-main,
.home.right-sidebar .site-main,
.home.left-sidebar .site-main,
.home.both-sidebars .site-main {
	margin: 0 !important;
}

.home #page {
	overflow-x: hidden;
}

.home .vc-shell {
	width: 100%;
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 24px;
	box-sizing: border-box;
}

.vc-home-topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(24px);
	box-shadow: 0 1px 0 rgba(25, 28, 30, 0.06);
}

.vc-home-topbar__line {
	height: 1px;
	background: #f1f5f4;
}

.vc-home-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px 0;
	min-height: 72px;
}

.vc-home-topbar__brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	flex: 0 0 auto;
}

.vc-home-topbar__brand img {
	display: block;
	width: auto;
	height: 42px;
}

.site-branding .main-title {
	margin: 0;
}

.site-branding .main-title a {
	display: block;
	width: 198px;
	height: 42px;
	background: url("assets/images/vetecasa-logo.webp") center left / contain no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 220px;
}

.site-branding .main-title a:hover,
.site-branding .main-title a:focus {
	background-image: url("assets/images/vetecasa-logo.webp");
}

.vc-home-topbar__links,
.vc-home-topbar__cta {
	display: flex;
	align-items: center;
	gap: 28px;
}

.vc-home-topbar__links {
	flex: 1 1 auto;
	justify-content: center;
}

.vc-home-topbar__links a,
.vc-home-topbar__phone {
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #5c665c;
	letter-spacing: -0.01em;
	transition: color 180ms ease;
}

.vc-home-topbar__links a:hover,
.vc-home-topbar__links a:focus-visible,
.vc-home-topbar__links a.is-current {
	color: var(--vc-color-primary);
}

.vc-home-topbar__cta {
	flex: 0 0 auto;
}

.vc-home-topbar__phone {
	color: #1b4b28;
}

.vc-home-topbar__button {
	padding: 10px 24px;
	border-radius: 10px;
	background: var(--vc-color-primary);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	line-height: 1.2;
	transition: opacity 180ms ease, transform 180ms ease;
}

.vc-home-topbar__button:hover,
.vc-home-topbar__button:focus-visible {
	opacity: 0.92;
}

.vc-home-topbar__button:active {
	transform: scale(0.98);
}

.vc-home-stitch-hero {
	position: relative;
	min-height: 921px;
	padding: 48px 0 0;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.vc-home-stitch-hero__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: 48px;
}

.vc-home-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	margin-bottom: 24px;
	border-radius: 999px;
	background: var(--vc-color-primary-container);
	color: var(--vc-color-surface-lowest);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.vc-home-pill .material-symbols-outlined {
	font-size: 16px;
}

.vc-home-stitch-hero h1 {
	max-width: 100%;
	font-size: clamp(48px, 6vw, 72px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.04em;
	margin-bottom: 24px;
}

.vc-home-stitch-hero__copy {
	max-width: 32rem;
	margin: 0 0 40px;
	font-size: clamp(18px, 2vw, 20px);
	line-height: 1.65;
	color: var(--vc-color-text-muted);
}

.vc-home-stitch-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 48px;
}

.vc-home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 60px;
	padding: 0 32px;
	border-radius: 14px;
	font-size: 19px;
	font-weight: 800;
	text-decoration: none;
}

.vc-home-button .material-symbols-outlined {
	font-size: 24px;
}

.vc-home-button--primary {
	background: var(--vc-color-secondary);
	color: #fff;
	box-shadow: 0 18px 42px rgba(0, 93, 183, 0.22);
}

.vc-home-button--secondary {
	background: #fff;
	border: 1px solid rgba(191, 202, 186, 0.4);
	color: var(--vc-color-primary);
}

.vc-home-stitch-usp {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	padding-top: 32px;
	border-top: 1px solid rgba(191, 202, 186, 0.2);
}

.vc-home-stitch-usp__item {
	font-size: 14px;
	font-weight: 800;
	color: var(--vc-color-text-muted);
	display: flex;
	align-items: center;
	gap: 12px;
}

.vc-home-stitch-usp__item::before {
	content: none;
}

.vc-home-stitch-usp__item .material-symbols-outlined {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(13, 99, 27, 0.1);
	color: var(--vc-color-primary);
	font-size: 22px;
}

.vc-home-stitch-hero__media {
	position: relative;
	width: 100%;
}

.vc-home-stitch-hero__glow {
	position: absolute;
	inset: auto 0 0 0;
	height: 78%;
	background: linear-gradient(135deg, rgba(13, 99, 27, 0.12), rgba(46, 125, 50, 0));
	filter: blur(42px);
	transform: translate(36px, 54px);
	border-radius: 999px;
}

.vc-home-stitch-hero__media img {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 40px;
	box-shadow: 0 28px 70px rgba(25, 28, 30, 0.18);
	transform: rotate(2deg);
}

.vc-home-section {
	padding: 92px 0;
}

.vc-home-section--muted {
	background: var(--vc-color-surface-low);
}

.vc-home-section--soft {
	background: rgba(224, 227, 230, 0.3);
}

.vc-home-city-search-section {
	padding-top: 28px;
}

.vc-home-city-search {
	max-width: 980px;
	margin: 0 auto;
}

.vc-home-city-search__field {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 72px;
	padding: 0 22px;
	border: 1px solid rgba(191, 202, 186, 0.24);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(25, 28, 30, 0.06);
}

.vc-home-city-search__field .material-symbols-outlined {
	font-size: 28px;
	color: #86a2c7;
}

.vc-home-city-search__field input {
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	color: #191c1e;
}

.vc-home-city-search__field input::placeholder {
	color: #7a8792;
	font-weight: 500;
}

.vc-home-city-search__field input:focus {
	outline: none;
}

.vc-home-city-search__results {
	display: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 28px;
}

.vc-home-city-search__results.is-visible {
	display: grid;
}

.vc-home-city-search__card {
	min-height: 0;
}

.vc-home-city-search__empty {
	grid-column: 1 / -1;
	padding: 28px 32px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid rgba(191, 202, 186, 0.18);
	box-shadow: 0 10px 24px rgba(25, 28, 30, 0.05);
	font-size: 17px;
	line-height: 1.7;
	text-align: center;
	color: #5d6975;
}

.vc-home-section__heading {
	margin-bottom: 56px;
}

.vc-home-section__heading--center {
	text-align: center;
}

.vc-home-kicker {
	display: inline-block;
	margin-bottom: 14px;
	color: var(--vc-color-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.vc-home-kicker--blue {
	color: var(--vc-color-secondary);
}

.vc-home-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

.vc-home-step-card {
	position: relative;
	padding: 40px;
	background: #fff;
	border-radius: 28px;
	box-shadow: var(--vc-shadow-soft);
}

.vc-home-step-card__number {
	position: absolute;
	top: 18px;
	right: 28px;
	font-size: 78px;
	font-weight: 900;
	letter-spacing: -0.08em;
	color: rgba(13, 99, 27, 0.08);
}

.vc-home-step-card__icon {
	width: 64px;
	height: 64px;
	margin-bottom: 28px;
	border-radius: 20px;
	background: var(--vc-color-primary-container);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.vc-home-step-card__icon .material-symbols-outlined {
	font-size: 32px;
}

.vc-home-step-card__icon--blue {
	background: var(--vc-color-secondary);
}

.vc-home-step-card__icon--indigo {
	background: var(--vc-color-tertiary);
}

.vc-home-step-card h3 {
	margin-bottom: 14px;
	font-size: 28px;
}

.vc-home-step-card p {
	margin: 0;
	font-size: 17px;
	line-height: 1.65;
	color: var(--vc-color-text-muted);
}

.vc-home-section__split {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 32px;
	margin-bottom: 48px;
}

.vc-home-section__split > p {
	max-width: 380px;
	font-size: 18px;
	line-height: 1.7;
	color: var(--vc-color-text-muted);
}

.vc-home-services-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.vc-home-service-card {
	padding: 32px 28px;
	border-radius: 24px;
	background: var(--vc-color-surface-low);
	transition: background-color 180ms ease, transform 180ms ease, color 180ms ease;
	min-height: 258px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.vc-home-service-card__icon {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	color: var(--vc-color-primary);
	margin-bottom: 72px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.vc-home-service-card:hover {
	transform: translateY(-4px);
	background: var(--vc-color-primary);
	color: #fff;
}

.vc-home-service-card:hover .vc-home-service-card__icon {
	color: #fff;
}

.vc-home-service-card__icon .material-symbols-outlined {
	font-size: 52px;
}

.vc-home-service-card h3 {
	margin: 0 0 10px;
	font-size: 22px;
}

.vc-home-service-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: inherit;
	opacity: 0.85;
}

.vc-home-why {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.vc-home-why__media {
	position: relative;
}

.vc-home-why__media img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 28px;
	box-shadow: 0 20px 56px rgba(25, 28, 30, 0.12);
}

.vc-home-why__stat {
	position: absolute;
	right: -28px;
	bottom: -28px;
	padding: 26px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 22px 56px rgba(25, 28, 30, 0.16);
}

.vc-home-why__stat strong {
	display: block;
	font-size: 52px;
	font-weight: 900;
	line-height: 1;
	color: var(--vc-color-primary);
}

.vc-home-why__stat span {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--vc-color-text-muted);
}

.vc-home-benefits {
	display: grid;
	gap: 26px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.vc-home-benefits li {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 16px;
	row-gap: 8px;
	position: relative;
}

.vc-home-benefits li::before {
	content: none;
}

.vc-home-benefits__icon {
	grid-row: 1 / span 2;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(13, 99, 27, 0.1);
	color: var(--vc-color-primary);
	font-size: 24px;
}

.vc-home-benefits h3 {
	margin: 0;
	font-size: 22px;
}

.vc-home-benefits p {
	margin: 0;
	font-size: 17px;
	line-height: 1.7;
	color: var(--vc-color-text-muted);
}

.vc-home-cities {
	text-align: center;
}

.vc-home-city-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 34px;
}

.vc-home-city-pills a {
	padding: 12px 24px;
	border-radius: 999px;
	background: var(--vc-color-surface-low);
	border: 1px solid rgba(191, 202, 186, 0.35);
	font-weight: 800;
	text-decoration: none;
	color: var(--vc-color-text);
}

.vc-home-city-pills a:hover {
	background: var(--vc-color-primary);
	border-color: var(--vc-color-primary);
	color: #fff;
}

.vc-home-reviews {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

.vc-home-stars {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin: 14px 0 12px;
}

.vc-home-stars span {
	color: #e0ad2f;
	font-size: 20px;
	font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.vc-home-review-card {
	padding: 32px;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(25, 28, 30, 0.05);
}

.vc-home-review-card__stars {
	display: flex;
	gap: 4px;
	margin-bottom: 18px;
}

.vc-home-review-card__stars span {
	color: #e0ad2f;
	font-size: 16px;
	font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.vc-home-review-card p {
	margin: 0 0 28px;
	font-size: 18px;
	line-height: 1.8;
	font-style: italic;
	color: var(--vc-color-text-muted);
}

.vc-home-review-card__author {
	display: flex;
	align-items: center;
	gap: 16px;
}

.vc-home-review-card__avatar {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border-radius: 999px;
	background: #e2e8f0;
}

.vc-home-review-card strong,
.vc-home-review-card span {
	display: block;
	font-size: 13px;
}

.vc-home-review-card strong {
	font-weight: 800;
}

.vc-home-review-card span {
	margin-top: 4px;
	color: var(--vc-color-text-muted);
}

.vc-home-final-cta {
	padding: 94px 0;
	background: var(--vc-color-primary);
	color: #fff;
}

.vc-home-final-cta__grid {
	display: grid;
	grid-template-columns: 1fr 0.96fr;
	gap: 64px;
	align-items: center;
}

.vc-home-final-cta__content h2 {
	margin-bottom: 26px;
	font-size: clamp(40px, 5vw, 58px);
	line-height: 1.12;
	letter-spacing: -0.05em;
	color: #fff;
}

.vc-home-final-cta__content > p {
	margin: 0 0 34px;
	font-size: 22px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.82);
}

.vc-home-phone-box {
	display: inline-flex;
	align-items: center;
	gap: 22px;
	padding: 28px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	text-decoration: none;
	color: #fff;
}

.vc-home-phone-box__icon {
	width: 64px;
	height: 64px;
	border-radius: 18px;
	background: #fff;
	box-shadow: inset 0 0 0 16px rgba(0, 93, 183, 0.1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--vc-color-primary);
}

.vc-home-phone-box__icon .material-symbols-outlined {
	font-size: 36px;
}

.vc-home-phone-box span {
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	opacity: 0.72;
}

.vc-home-phone-box strong {
	display: block;
	margin-top: 6px;
	font-size: 48px;
	line-height: 1;
	letter-spacing: -0.05em;
}

.vc-home-form-card {
	padding: 40px;
	border-radius: 28px;
	background: #fff;
	color: var(--vc-color-text);
	box-shadow: 0 28px 64px rgba(25, 28, 30, 0.18);
}

.vc-home-form-card h3 {
	margin-bottom: 24px;
	font-size: 32px;
}

.vc-home-footer {
	padding: 64px 0 24px;
	background: #f8faf9;
	border-top: 1px solid rgba(191, 202, 186, 0.3);
}

.vc-home-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
	margin-bottom: 48px;
}

.vc-home-footer__brand {
	margin-bottom: 16px;
	font-size: 28px;
	font-weight: 800;
	color: #143f20;
}

.vc-home-footer p,
.vc-home-footer a,
.vc-home-footer__bottom {
	font-size: 12px;
	line-height: 1.7;
	text-decoration: none;
	color: #6c746e;
}

.vc-home-footer__label {
	margin-bottom: 18px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #1a251d;
}

.vc-home-footer a {
	display: block;
	margin-bottom: 10px;
}

.vc-home-footer__socials {
	display: flex;
	gap: 14px;
}

.vc-home-footer__socials span {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: rgba(13, 99, 27, 0.1);
	color: #17542a;
	font-size: 18px;
}

.vc-home-footer__bottom {
	padding-top: 24px;
	border-top: 1px solid rgba(191, 202, 186, 0.3);
	text-align: center;
}

.vc-home-mobile-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 120;
	display: none;
	background: #127037;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

.vc-home-mobile-bar a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 72px;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}

@media (max-width: 768px) {
	.vc-hero {
		padding-top: 72px;
	}

	.vc-hero__grid,
	.vc-two-col,
	.vc-grid--3,
	.vc-grid--2 {
		grid-template-columns: 1fr;
	}

	.vc-shell {
		width: min(1180px, calc(100% - 24px));
	}

	.home .vc-shell {
		width: 100%;
		max-width: 1280px;
		padding-inline: 24px;
	}

	.vc-home-hero__grid,
	.vc-section-head,
	.vc-about-cta,
	.vc-about-stitch-story__grid,
	.vc-about-stitch-final__card,
	.vc-contact-stitch__grid,
	.vc-hub-stitch-hero__grid,
	.vc-hub-stitch-final__card,
	.vc-contact-grid,
	.vc-page-hero,
	.vc-city-final-cta__card,
	.vc-grid--4,
	.vc-home-usp {
		grid-template-columns: 1fr;
	}

	.vc-about-cta > div,
	.vc-city-final-cta__card > div {
		padding: 32px 24px;
	}

	.vc-about-stitch-hero {
		padding: 72px 0 88px;
	}

	.vc-about-stitch-hero__grid,
	.vc-about-stitch-values__grid,
	.vc-contact-stitch__trust,
	.vc-hub-stitch-grid,
	.vc-hub-stitch-hero__stats {
		grid-template-columns: 1fr;
	}

	.vc-about-stitch-hero__content,
	.vc-about-stitch-hero__media,
	.vc-contact-stitch__sidebar,
	.vc-contact-stitch__form-card,
	.vc-hub-stitch-hero__content,
	.vc-hub-stitch-hero__aside {
		grid-column: auto;
	}

	.vc-about-stitch-hero h1 {
		font-size: clamp(42px, 12vw, 64px);
	}

	.vc-about-stitch-hero__secondary,
	.vc-about-stitch-hero__copy,
	.vc-about-stitch-values__intro p {
		font-size: 18px;
	}

	.vc-about-stitch-story,
	.vc-about-stitch-values,
	.vc-about-stitch-final,
	.vc-contact-stitch,
	.vc-hub-stitch-hero,
	.vc-hub-stitch-listing,
	.vc-hub-stitch-final {
		padding: 72px 0;
	}

	.vc-about-stitch-story__gallery {
		grid-template-columns: 1fr 1fr;
	}

	.vc-about-stitch-story__column--offset {
		padding-top: 0;
	}

	.vc-about-stitch-mission-card,
	.vc-about-stitch-value-card,
	.vc-about-stitch-final__content,
	.vc-contact-stitch__form-card,
	.vc-contact-stitch__meta-card,
	.vc-contact-stitch__phone-card,
	.vc-contact-stitch__badge-card,
	.vc-hub-stitch-hero__aside,
	.vc-hub-city-card,
	.vc-hub-stitch-final__content,
	.vc-hub-stitch-final__panel {
		padding: 32px 24px;
	}

	.vc-about-stitch-value-card--wide,
	.vc-about-stitch-value-card--ghost {
		grid-column: auto;
	}

	.vc-about-stitch-phone-mock {
		display: none;
	}

	.vc-about-stitch-final__content,
	.vc-about-stitch-final__media {
		min-height: 0;
	}

	.vc-about-stitch-final__media {
		min-height: 280px;
	}

	.vc-contact-stitch__hero {
		margin-bottom: 56px;
	}

	.vc-contact-stitch__hero h1 {
		font-size: clamp(42px, 12vw, 64px);
	}

	.vc-contact-stitch__hero p {
		font-size: 18px;
	}

	.vc-contact-stitch__phone-card a {
		font-size: 38px;
	}

	.vc-contact-stitch__badge-card {
		flex-direction: column;
		align-items: flex-start;
	}

	.vc-contact-stitch__trust {
		margin-top: 72px;
		padding-top: 72px;
		gap: 32px;
	}

	.vc-hub-stitch-hero__content h1 {
		font-size: clamp(42px, 12vw, 64px);
	}

	.vc-hub-stitch-hero__content h2,
	.vc-hub-stitch-hero__copy {
		font-size: 18px;
	}

	.vc-hub-city-card h2 {
		font-size: 28px;
	}

	.vc-hub-stitch-final__actions {
		flex-direction: column;
	}

	.vc-hub-stitch-final__button {
		width: 100%;
	}

	.vc-phone-panel strong,
	.vc-contact-phone strong {
		font-size: 36px;
	}

	.vc-home-topbar__links,
	.vc-home-topbar__phone,
	.vc-home-why__stat {
		display: none;
	}

	.vc-home-topbar__button {
		padding: 10px 18px;
		font-size: 13px;
	}

	.vc-home-topbar__inner,
	.vc-home-stitch-hero__grid,
	.vc-home-steps,
	.vc-home-section__split,
	.vc-home-services-grid,
	.vc-home-why,
	.vc-home-reviews,
	.vc-home-final-cta__grid,
	.vc-home-footer__grid {
		grid-template-columns: 1fr;
	}

	.vc-home-stitch-hero {
		min-height: auto;
		padding: 100px 0 48px;
	}

	.vc-home-stitch-hero__copy,
	.vc-home-final-cta__content > p,
	.vc-home-step-card p,
	.vc-home-section__split > p,
	.vc-home-city-search__empty {
		font-size: 18px;
	}

	.vc-home-stitch-hero h1,
	.vc-home-final-cta__content h2 {
		font-size: clamp(38px, 12vw, 56px);
	}

	.vc-home-stitch-usp {
		grid-template-columns: 1fr;
	}

	.vc-home-city-search__results {
		grid-template-columns: 1fr;
	}

	.vc-home-step-card,
	.vc-home-service-card,
	.vc-home-form-card,
	.vc-home-review-card {
		padding: 28px 24px;
	}

	.vc-form-placeholder__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.vc-home-stitch-hero__media img {
		transform: none;
	}

	.vc-home-stitch-hero__media {
		display: none;
	}

	.vc-home-final-cta {
		padding-bottom: 110px;
	}

	.vc-home-phone-box strong {
		font-size: 36px;
	}

	.vc-home-mobile-bar {
		display: block;
	}

	.vc-city-stitch-hero {
		padding: 24px 0 72px;
	}

	.vc-city-stitch-hero__grid,
	.vc-ps-grid,
	.vc-hiw-grid,
	.vc-services-explorer__layout,
	.vc-city-problem__grid,
	.vc-city-services__grid,
	.vc-city-benefits,
	.vc-city-reasons__grid,
	.vc-city-zones__grid,
	.vc-city-final-cta__actions {
		grid-template-columns: 1fr;
	}

	.vc-city-hero__content,
	.vc-city-stitch-form-card,
	.vc-hero-media {
		grid-column: auto;
	}

	.vc-hero-media {
		min-height: var(--vc-hero-media-mobile-height, 320px);
		height: var(--vc-hero-media-mobile-height, 320px);
		aspect-ratio: auto;
		border-radius: 22px;
	}

	.vc-hero-media__image {
		object-position: center 35%;
	}

	.vc-ps-head {
		margin-bottom: 32px;
		text-align: left;
	}

	.vc-ps-head p:last-child {
		margin-left: 0;
	}

	.vc-ps-card {
		padding: 24px;
		border-radius: 20px;
	}

	.vc-ps-card__title {
		align-items: flex-start;
	}

	.vc-ps-card h3 {
		font-size: 24px;
	}

	.vc-ps-image {
		margin-top: 24px;
		border-radius: 22px;
	}

	.vc-ps-image img {
		max-height: 260px;
	}

	.vc-hiw-head {
		margin-bottom: 32px;
		text-align: left;
	}

	.vc-hiw-head p:last-child {
		margin-left: 0;
	}

	.vc-hiw-grid {
		gap: 18px;
	}

	.vc-hiw-grid::before,
	.vc-hiw-card::after {
		content: none;
	}

	.vc-hiw-card {
		padding: 24px;
		border-radius: 20px;
	}

	.vc-hiw-step-number {
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
		font-size: 21px;
	}

	.vc-hiw-step-title {
		font-size: 23px;
	}

	.vc-services-explorer__head {
		margin-bottom: 32px;
		text-align: left;
	}

	.vc-services-explorer__head p:last-child {
		margin-left: 0;
	}

	.vc-services-explorer__layout {
		display: block;
		overflow: visible;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.vc-services-nav {
		display: none;
	}

	.vc-services-panels-col {
		overflow: visible;
	}

	.vc-services-panels {
		display: grid;
		gap: 14px;
		position: static;
		top: auto;
		left: auto;
		right: auto;
		width: auto;
		isolation: auto;
		will-change: auto;
	}

	.vc-services-panels.is-fixed-within-section,
	.vc-services-panels.is-bottom-locked {
		position: static;
		right: auto;
		z-index: auto;
	}

	.vc-services-panel {
		grid-area: auto;
		display: block;
		border-radius: 20px;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transition: none;
	}

	.vc-services-panel--active {
		opacity: 1;
		visibility: visible;
	}

	.vc-services-accordion {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		width: 100%;
		padding: 20px;
		border: 0;
		background: #fff;
		color: #17391f;
		text-align: left;
		cursor: pointer;
	}

	.vc-services-accordion span:first-child {
		font-size: 18px;
		font-weight: 800;
		line-height: 1.25;
	}

	.vc-services-accordion .material-symbols-outlined {
		flex: 0 0 auto;
		color: var(--vc-color-primary);
		transition: transform 0.2s ease;
	}

	.vc-services-accordion--active .material-symbols-outlined {
		transform: rotate(180deg);
	}

	.vc-services-panel__inner {
		display: none;
		padding: 0 20px 24px;
	}

	.vc-services-panel--active .vc-services-panel__inner {
		display: block;
	}

	.vc-services-panel h3 {
		display: none;
	}

	.vc-services-panel__description {
		font-size: 16px;
		line-height: 1.7;
	}

	.vc-services-panel__benefits {
		margin: 20px 0 22px;
		padding: 16px;
		border-radius: 16px;
	}

	.vc-city-reasons__head {
		margin-bottom: 32px;
		text-align: left;
	}

	.vc-city-reasons__head p:last-child {
		margin-left: 0;
	}

	.vc-city-service-card--feature,
	.vc-city-service-card--wide {
		grid-column: auto;
	}

	.vc-city-service-card--wide {
		flex-direction: column;
		align-items: flex-start;
	}

	.vc-city-final-form {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.vc-city-faq__head {
		margin-bottom: 28px;
		text-align: left;
	}

	.vc-city-faq__head p:last-child {
		margin-left: 0;
	}

	.vc-city-faq__trigger {
		padding: 22px 22px 18px;
	}

	.vc-city-faq__question {
		font-size: 18px;
	}

	.vc-city-faq__panel {
		padding: 0 22px 22px;
	}

	.vc-city-faq__cta-actions {
		justify-content: flex-start;
	}

	.vc-inline-cta {
		grid-template-columns: 1fr;
		padding: 24px;
		border-radius: 20px;
	}

	.vc-inline-cta__actions {
		justify-content: flex-start;
	}

	.vc-city-final-form__content h2 {
		font-size: clamp(34px, 9vw, 42px);
	}

	.vc-city-final-form__text {
		max-width: none;
		font-size: 17px;
	}

	.vc-city-final-form__card {
		padding: 24px;
		border-radius: 20px;
	}

	.vc-city-final-form__media {
		max-width: none;
	}

	.vc-city-benefits__image {
		min-height: 360px;
	}

	.vc-city-zone-pill,
	.vc-city-problem__card,
	.vc-city-service-card,
	.vc-city-reasons__card,
	.vc-city-faq__item,
	.vc-city-stitch-form-card {
		padding: 24px;
	}

	.vc-city-reasons__card {
		border-radius: 20px;
	}

	.vc-city-reasons__badge {
		width: 48px;
		height: 48px;
		margin-bottom: 18px;
		border-radius: 16px;
	}

	.vc-city-reasons__card h3 {
		font-size: 23px;
	}

	.vc-city-zones__heading {
		text-align: left;
	}

	.vc-city-zones__help {
		margin-left: 0;
		text-align: left;
	}

	.vc-city-zones__grid {
		justify-content: flex-start;
		gap: 10px;
	}

	button.vc-city-zone-pill {
		min-height: 44px;
		padding: 10px 15px;
		font-size: 15px;
	}

	.vc-city-zones__map {
		margin-top: 26px;
		border-radius: 22px;
	}

	.vc-city-zones__map-head {
		align-items: flex-start;
		padding: 18px;
	}

	.vc-city-zones__map-copy {
		padding: 20px 20px 0;
	}

	.vc-city-zones__iframe {
		height: 300px;
	}

	.vc-city-zones__map-link,
	.vc-city-zones__map-fallback {
		min-height: 280px;
		padding: 30px 20px;
	}

	.vc-city-zones__map-link h3,
	.vc-city-zones__map-fallback h3 {
		font-size: 23px;
	}

	.vc-city-reviews__head {
		margin-bottom: 32px;
		text-align: left;
	}

	.vc-city-reviews__head p:last-child {
		margin-left: 0;
	}

	.vc-city-review-card {
		padding: 24px;
		border-radius: 20px;
	}

	.vc-city-review-card__text {
		margin-bottom: 22px;
		font-size: 16px;
	}

	.vc-city-final-cta__call,
	.vc-city-final-cta__write {
		width: 100%;
		font-size: 18px;
		padding: 0 24px;
	}

	.vc-city-final-cta__inner p,
	.vc-city-stitch-hero__copy,
	.vc-city-problem__quote {
		font-size: 18px;
	}
}
