/* ==========================================================================
   Web CircleZ Pro — Modern Agency Theme
   ========================================================================== */

:root {
	--wcz-bg: #ffffff;
	--wcz-bg-elevated: #f4f8fb;
	--wcz-bg-card: #ffffff;
	--wcz-bg-card-hover: #f0fbfe;
	--wcz-border: rgba(15, 23, 42, 0.08);
	--wcz-border-hover: rgba(0, 194, 229, 0.35);
	--wcz-text-heading: #0a1628;
	--wcz-text: #1e293b;
	--wcz-text-muted: #334155;
	--wcz-text-dim: #64748b;
	--wcz-primary: #00c2e5;
	--wcz-primary-dark: #0099b8;
	--wcz-accent: #007a94;
	--wcz-accent-light: #00c2e5;
	--wcz-link: #00c2e5;
	--wcz-link-hover: #007a94;
	--wcz-gradient: linear-gradient(135deg, #00c2e5 0%, #0099b8 100%);
	--wcz-gradient-text: linear-gradient(135deg, #00c2e5 0%, #007a94 100%);
	--wcz-success: #10b981;
	--wcz-warning: #f59e0b;
	--wcz-radius: 12px;
	--wcz-radius-lg: 20px;
	--wcz-radius-xl: 28px;
	--wcz-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
	--wcz-shadow-glow: 0 8px 40px rgba(0, 194, 229, 0.18);
	--wcz-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--wcz-font-display: 'Inter', var(--wcz-font);
	--wcz-container: 1170px;
	--wcz-header-height: 80px;
	--wcz-topbar-height: 40px;
	--wcz-wp-admin-offset: 0px;
	--wcz-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	--wcz-leading-body: 1.7;
	--wcz-prose-width: 65ch;

	/* Typography scale — webcirclez.com live */
	--wcz-text-xs: 0.75rem;      /* 12px */
	--wcz-text-sm: 0.8125rem;    /* 13px */
	--wcz-text-base: 0.875rem;   /* 14px */
	--wcz-text-md: 1rem;         /* 16px */
	--wcz-text-lg: 1.0625rem;    /* 17px */
	--wcz-text-xl: 1.125rem;     /* 18px */
	--wcz-h6: 0.875rem;
	--wcz-h5: 0.9375rem;
	--wcz-h4: 1.0625rem;
	--wcz-h3: 1.125rem;
	--wcz-h2: 1.75rem;
	--wcz-h1: 2rem;
	--wcz-display: clamp(1.5rem, 3vw, 2.25rem);
	--wcz-display-lg: clamp(1.625rem, 3.2vw, 2.375rem);
	--wcz-section-title-size: clamp(1.375rem, 2.8vw, 1.875rem);
	--wcz-hero-title-size: clamp(1.5rem, 3.2vw, 2.25rem);
	--wcz-banner-title: clamp(1.375rem, 3vw, 2rem);

	/* Banner heights — match webcirclez.com */
	--wcz-hero-home-height: 100vh;
	--wcz-page-banner-height: 380px;
	--wcz-banner-height: var(--wcz-page-banner-height);

	/* Image heights — unified across all pages (webcirclez.com parity) */
	--wcz-img-thumb-ratio: 543 / 379;
	--wcz-img-bento-ratio: 16 / 9;
	--wcz-img-bento-height: 240px;
	--wcz-img-service-ratio: 4 / 3;
	--wcz-img-service-height: 340px;
	--wcz-img-card-ratio: 16 / 10;
	--wcz-img-card-height: 220px;
	--wcz-img-about-ratio: 3 / 2;
	--wcz-img-about-height: 400px;
	--wcz-img-hero-visual-ratio: 4 / 3;
	--wcz-img-hero-visual-height: 420px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body {
	font-family: var(--wcz-font);
	font-size: var(--wcz-text-base);
	line-height: var(--wcz-leading-body, 1.7);
	color: var(--wcz-text);
	background: var(--wcz-bg);
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--wcz-font-display);
}

h1 { font-size: var(--wcz-h1); font-weight: 700; line-height: 1.2; }
h2 { font-size: var(--wcz-h2); font-weight: 700; line-height: 1.25; }
h3 { font-size: var(--wcz-h3); font-weight: 600; line-height: 1.3; }
h4 { font-size: var(--wcz-h4); font-weight: 600; line-height: 1.35; }
h5 { font-size: var(--wcz-h5); font-weight: 600; line-height: 1.4; }
h6 { font-size: var(--wcz-h6); font-weight: 600; line-height: 1.4; }

.wcz-hires-img {
	max-width: 100%;
}

/* Default img — only unframed images stay natural height */
img:not([class*="wcz-"]) {
	height: auto;
}

img { max-width: 100%; display: block; }

body.menu-open { overflow: hidden; }

.wcz-laptop-mockup,
.wcz-contact-side-icon {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.wcz-page-hero-banner-photo,
.wcz-hero-live-photo,
.wcz-hero-visual .wcz-hero-photo {
	height: 100%;
}

a {
	color: var(--wcz-link);
	text-decoration: none;
}

a:hover {
	color: var(--wcz-link-hover);
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.wcz-hero-title,
.wcz-section-title,
.wcz-page-hero h1,
.wcz-bento-item h3,
.wcz-service-card h3,
.wcz-process-step h3 {
	color: var(--wcz-text-heading);
}

.wcz-container {
	width: 100%;
	max-width: var(--wcz-container);
	margin: 0 auto;
	padding: 0 24px;
}

/* Cursor glow effect */
.wcz-cursor-glow {
	position: fixed;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 194, 229, 0.12) 0%, transparent 70%);
	pointer-events: none;
	z-index: 0;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s;
	opacity: 0;
}

@media (hover: hover) {
	.wcz-cursor-glow { opacity: 1; }
}

/* Typography */
.wcz-gradient-text {
	background: var(--wcz-gradient-text);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.wcz-section-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: var(--wcz-text-xs);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--wcz-primary);
	margin-bottom: 12px;
}

.wcz-section-label::before {
	content: '';
	width: 24px;
	height: 2px;
	background: var(--wcz-gradient);
	border-radius: 2px;
}

.wcz-section-title {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-section-title-size);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	margin-bottom: 16px;
}

.wcz-section-desc {
	font-size: var(--wcz-text-lg);
	color: var(--wcz-text-muted);
	max-width: 600px;
	line-height: 1.65;
}

/* Buttons */
.wcz-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 24px;
	font-family: var(--wcz-font);
	font-size: var(--wcz-text-sm);
	font-weight: 600;
	border-radius: 100px;
	border: none;
	cursor: pointer;
	transition: all var(--wcz-transition);
	text-decoration: none;
	white-space: nowrap;
}

.wcz-btn-sm { padding: 8px 16px; font-size: var(--wcz-text-xs); }
.wcz-btn-lg { padding: 14px 28px; font-size: var(--wcz-text-base); }

.wcz-btn-primary {
	background: var(--wcz-gradient);
	color: #fff;
	box-shadow: 0 4px 20px rgba(0, 194, 229, 0.35);
	position: relative;
	overflow: hidden;
}

.wcz-btn-primary::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.35) 50%, transparent 60%);
	transform: translateX(-120%);
	transition: transform 0.6s ease;
	pointer-events: none;
}

.wcz-btn-primary:hover::after {
	transform: translateX(120%);
}

.wcz-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(0, 194, 229, 0.45);
	color: #fff;
}

.wcz-btn-outline {
	background: transparent;
	color: #000;
	border: 1px solid var(--wcz-border-hover);
}

.wcz-btn-outline:hover {
	border-color: var(--wcz-primary);
	color: var(--wcz-primary);
	background: rgba(0, 194, 229, 0.06);
}

.wcz-btn-ghost {
	background: var(--wcz-bg-elevated);
	color: var(--wcz-text);
	border: 1px solid var(--wcz-border);
}

.wcz-btn-ghost:hover {
	background: rgba(0, 194, 229, 0.06);
	border-color: var(--wcz-border-hover);
	color: var(--wcz-text);
}

/* WordPress admin bar offset (logged-in users) */
@media screen and (min-width: 783px) {
	body.admin-bar {
		--wcz-wp-admin-offset: 32px;
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar {
		--wcz-wp-admin-offset: 46px;
	}
}

/* Header — transparent over hero, solid white after scroll */
.wcz-header {
	position: fixed;
	top: calc(var(--wcz-wp-admin-offset) + var(--wcz-topbar-height));
	left: 0;
	right: 0;
	z-index: 1000;
	min-height: var(--wcz-header-height);
	height: var(--wcz-header-height);
	overflow: visible;
	transition: top 0.35s ease, box-shadow 0.35s ease;
}

.wcz-header > .wcz-container {
	height: 100%;
}

.wcz-header::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: none;
	-webkit-backdrop-filter: blur(10px);
	transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

body.wcz-header-scrolled .wcz-header {
	top: var(--wcz-wp-admin-offset);
	min-height: var(--wcz-header-height);
	height: var(--wcz-header-height);
	z-index: 1002;
}

body.wcz-header-scrolled .wcz-header::before,
.wcz-header.scrolled::before {
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0 2px 16px rgba(15, 23, 42, 0.06);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.wcz-header-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: var(--wcz-header-height);
	height: 100%;
	gap: 24px;
}

.wcz-header-right {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: auto;
}

.wcz-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: var(--wcz-text);
	flex-shrink: 0;
	transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wcz-logo:hover {
	transform: scale(1.03);
}

.wcz-logo-wordmark {
	display: inline-flex;
	align-items: center;
	gap: 0;
	font-family: var(--wcz-font-display);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.wcz-logo-accent {
	color: var(--wcz-primary);
}

.wcz-logo-name {
	color: #fff;
	transition: color 0.35s ease;
}

body.wcz-header-scrolled .wcz-logo-name,
.wcz-header.scrolled .wcz-logo-name {
	color: #111827;
}

.wcz-logo-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--wcz-gradient);
	border-radius: 10px;
	font-family: var(--wcz-font-display);
	font-weight: 800;
	font-size: 14px;
	color: #fff;
}

.wcz-logo-text {
	font-family: var(--wcz-font-display);
	font-weight: 700;
	font-size: var(--wcz-text-md);
	color: var(--wcz-text-heading);
}

.wcz-logo-img,
.wcz-logo .custom-logo {
	height: auto;
	width: auto;
	max-width: 235px;
	max-height: 73px;
	object-fit: contain;
}

.wcz-logo-img--header {
	max-width: 200px;
}

/* Legacy dual-logo markup: show only one image at a time */
.wcz-logo-img-dual {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.wcz-logo-img-dual .wcz-logo-img--header-dark {
	display: none;
}

body.wcz-header-scrolled .wcz-logo-img-dual .wcz-logo-img--header-light,
.wcz-header.scrolled .wcz-logo-img-dual .wcz-logo-img--header-light {
	display: none;
}

body.wcz-header-scrolled .wcz-logo-img-dual .wcz-logo-img--header-dark,
.wcz-header.scrolled .wcz-logo-img-dual .wcz-logo-img--header-dark {
	display: block;
}

.wcz-logo-wordmark {
	white-space: nowrap;
}

.wcz-logo-img--footer {
	max-width: 235px;
	filter: none;
}

.wcz-nav {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.wcz-nav-list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 2px;
	list-style: none;
}

.wcz-nav-list > li { position: relative; }

.wcz-nav-list > li > a {
	display: block;
	padding: 12px 14px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #fff;
	border-radius: 0;
	background: transparent;
	transition: color 0.25s ease, opacity 0.25s ease;
}

.wcz-nav-list > li > a:hover {
	color: var(--wcz-primary);
	background: transparent;
	transform: none;
	opacity: 1;
}

.wcz-nav-list > li.current-menu-item > a,
.wcz-nav-list > li.current_page_item > a,
.wcz-nav-list > li.current-menu-ancestor > a {
	color: var(--wcz-primary);
	background: transparent;
	font-weight: 700;
}

body.wcz-header-scrolled .wcz-nav-list > li > a,
.wcz-header.scrolled .wcz-nav-list > li > a {
	color: #111827;
}

body.wcz-header-scrolled .wcz-nav-list > li > a:hover,
.wcz-header.scrolled .wcz-nav-list > li > a:hover {
	color: var(--wcz-primary);
}

body.wcz-header-scrolled .wcz-nav-list > li.current-menu-item > a,
body.wcz-header-scrolled .wcz-nav-list > li.current_page_item > a,
body.wcz-header-scrolled .wcz-nav-list > li.current-menu-ancestor > a,
.wcz-header.scrolled .wcz-nav-list > li.current-menu-item > a,
.wcz-header.scrolled .wcz-nav-list > li.current_page_item > a,
.wcz-header.scrolled .wcz-nav-list > li.current-menu-ancestor > a {
	color: var(--wcz-primary);
}

.wcz-nav-list .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	padding: 8px;
	background: #fff;
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius);
	box-shadow: var(--wcz-shadow);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: all var(--wcz-transition);
}

.wcz-nav-list li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.wcz-nav-list .sub-menu a {
	display: block;
	padding: 10px 14px;
	font-size: 13px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	color: var(--wcz-text-muted);
	border-radius: 6px;
}

.wcz-nav-list .sub-menu a:hover {
	color: var(--wcz-text);
	background: rgba(0, 194, 229, 0.06);
}

.wcz-header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.wcz-header-search-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	background: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	transition: color 0.25s ease, transform 0.25s ease;
}

.wcz-header-search-toggle:hover {
	color: var(--wcz-primary);
	transform: scale(1.05);
}

body.wcz-header-scrolled .wcz-header-search-toggle,
.wcz-header.scrolled .wcz-header-search-toggle {
	color: #6b7280;
}

body.wcz-header-scrolled .wcz-header-search-toggle:hover,
.wcz-header.scrolled .wcz-header-search-toggle:hover {
	color: var(--wcz-primary);
}

.wcz-header-search-panel {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border-bottom: 1px solid var(--wcz-border);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
	padding: 16px 0;
	z-index: 2;
}

.wcz-header-search-panel[hidden] {
	display: none;
}

.wcz-header-search-form {
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 560px;
	margin-left: auto;
}

.wcz-header-search-input {
	flex: 1;
	padding: 12px 16px;
	font-family: var(--wcz-font);
	font-size: 15px;
	color: var(--wcz-text);
	background: #f3f4f6;
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius);
}

.wcz-header-search-input:focus {
	outline: none;
	border-color: var(--wcz-primary);
	box-shadow: 0 0 0 3px rgba(0, 194, 229, 0.12);
}

.wcz-menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
}

.wcz-menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	transition: all var(--wcz-transition);
}

body.wcz-header-scrolled .wcz-menu-toggle span,
.wcz-header.scrolled .wcz-menu-toggle span {
	background: #111827;
}

.wcz-menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.wcz-menu-toggle.active span:nth-child(2) { opacity: 0; }
.wcz-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Scroll progress */
.wcz-scroll-progress {
	position: fixed;
	top: var(--wcz-wp-admin-offset);
	left: 0;
	height: 3px;
	width: 0;
	background: var(--wcz-gradient);
	z-index: 10002;
	transition: width 0.08s linear;
	pointer-events: none;
}

/* Top bar — dark strip with contact info */
.wcz-top-bar {
	position: fixed;
	top: var(--wcz-wp-admin-offset);
	left: 0;
	right: 0;
	z-index: 1001;
	min-height: var(--wcz-topbar-height);
	height: var(--wcz-topbar-height);
	background: #1a1a1a;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	opacity: 1;
	visibility: visible;
	transition: top 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
	animation: wcz-topbar-in 0.5s ease 0.15s both;
}

body.wcz-header-scrolled .wcz-top-bar {
	top: calc(-1 * var(--wcz-topbar-height));
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	animation: none;
}

.wcz-top-bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: var(--wcz-topbar-height);
	height: var(--wcz-topbar-height);
	gap: 16px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.wcz-top-bar-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	color: rgba(255, 255, 255, 0.92);
}

.wcz-top-bar-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: rgba(255, 255, 255, 0.92);
	white-space: nowrap;
}

.wcz-top-bar-item:hover {
	color: #fff;
}

.wcz-top-bar-icon {
	flex-shrink: 0;
	color: var(--wcz-primary);
}

.wcz-top-bar-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
}

.wcz-top-bar-links a {
	color: #fff;
	font-weight: 600;
	white-space: nowrap;
}

.wcz-top-bar-links a:hover {
	color: var(--wcz-primary);
}

/* Homepage hero — live webcirclez.com style (100vh full-bleed) */
.wcz-hero-live {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.wcz-hero-live-stage {
	position: relative;
	min-height: var(--wcz-hero-home-height);
	display: flex;
	flex-direction: column;
}

.wcz-hero-live-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.wcz-hero-live-photo {
	width: 100%;
	height: 100%;
	min-height: var(--wcz-hero-home-height);
	object-fit: cover;
	object-position: center center;
}

.wcz-hero-live-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.5) 100%),
		radial-gradient(ellipse 80% 60% at 50% 40%, rgba(0, 194, 229, 0.06) 0%, transparent 70%);
}

.wcz-hero-live-stage > .wcz-container {
	position: relative;
	z-index: 1;
	flex: 1;
	min-height: var(--wcz-hero-home-height);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: calc(var(--wcz-header-height) + var(--wcz-topbar-height) + 56px) 24px 48px;
	text-align: center;
}

.wcz-hero-live-title {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-hero-title-size);
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	max-width: 900px;
	margin: 0 auto;
	letter-spacing: 0;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.wcz-hero-live-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px 24px;
	text-align: center;
	margin-top: auto;
	padding-top: 32px;
}

.wcz-hero-live-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 12px;
}

.wcz-hero-live-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 12px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: #fff;
}

.wcz-hero-live-icon.wcz-icon-float {
	animation: wcz-icon-float 4s ease-in-out infinite;
}

@keyframes wcz-icon-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-6px); }
}

.wcz-hero-live-icon svg {
	width: 22px;
	height: 22px;
}

.wcz-hero-live-item h3 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-text-md);
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.wcz-hero-live-item p {
	font-size: var(--wcz-text-sm);
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.82);
	margin-bottom: 20px;
	flex: 1;
}

.wcz-hero-live-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.wcz-hero-live-link:hover {
	opacity: 0.85;
	color: #fff;
	transform: translateX(3px);
}

.wcz-hero-live-link-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	transition: background 0.25s ease, border-color 0.25s ease;
}

.wcz-hero-live-link:hover .wcz-hero-live-link-icon {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
}

/* Hero CTA strip — brand cyan */
.wcz-hero-cta-strip {
	position: relative;
	z-index: 1;
	background: var(--wcz-primary);
	padding: 20px 0;
	overflow: hidden;
	transform: translateY(24px);
	opacity: 0;
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wcz-hero-cta-strip.is-visible {
	transform: translateY(0);
	opacity: 1;
}

.wcz-hero-cta-pattern {
	position: absolute;
	inset: 0;
	opacity: 0.12;
	background-image:
		linear-gradient(135deg, transparent 40%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.15) 50%, transparent 50%),
		linear-gradient(45deg, transparent 40%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 50%, transparent 50%);
	background-size: 24px 24px, 16px 16px;
	pointer-events: none;
}

.wcz-hero-cta-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	flex-wrap: wrap;
}

.wcz-hero-cta-text h2 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-h2);
	font-weight: 400;
	color: #fff;
	line-height: 1.35;
	margin-bottom: 4px;
}

.wcz-hero-cta-text h2 strong {
	font-weight: 800;
}

.wcz-hero-cta-text p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.wcz-hero-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.wcz-btn-ghost-light {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.75);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 13px;
	padding: 14px 28px;
}

.wcz-btn-ghost-light:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
	color: #fff;
	transform: translateY(-2px);
}

/* Hero */
.wcz-hero {
	position: relative;
	min-height: calc(100vh - var(--wcz-header-height) - var(--wcz-topbar-height));
	display: flex;
	align-items: center;
	padding: 80px 0;
	overflow: hidden;
}

.wcz-hero-creative {
	background: linear-gradient(135deg, #f8fdfe 0%, #ffffff 40%, #f0fbfe 100%);
}

.wcz-hero-creative::before {
	display: none;
}

.wcz-hero-mesh {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 80% 60% at 10% 20%, rgba(0,194,229,0.18) 0%, transparent 55%),
		radial-gradient(ellipse 60% 50% at 90% 80%, rgba(0,153,184,0.12) 0%, transparent 50%),
		radial-gradient(ellipse 40% 40% at 70% 10%, rgba(0,194,229,0.1) 0%, transparent 45%);
	animation: wcz-mesh-shift 12s ease-in-out infinite alternate;
}

@keyframes wcz-mesh-shift {
	0% { opacity: 0.85; transform: scale(1) translate(0, 0); }
	100% { opacity: 1; transform: scale(1.05) translate(-2%, 1%); }
}

.wcz-hero-orb-3 {
	width: 350px;
	height: 350px;
	background: rgba(0, 194, 229, 0.12);
	top: 40%;
	left: 45%;
	animation-delay: -5s;
}

.wcz-hero-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 48px;
	align-items: center;
	width: 100%;
}

.wcz-hero-visual-wrap {
	position: relative;
}

.wcz-hero-visual-glow {
	position: absolute;
	inset: -20px;
	background: conic-gradient(from 180deg, rgba(0,194,229,0.4), rgba(0,153,184,0.1), rgba(0,194,229,0.35), rgba(0,153,184,0.1));
	border-radius: calc(var(--wcz-radius-xl) + 12px);
	filter: blur(24px);
	opacity: 0.6;
	animation: wcz-glow-spin 8s linear infinite;
	z-index: 0;
}

@keyframes wcz-glow-spin {
	to { transform: rotate(360deg); }
}

.wcz-hero-visual {
	position: relative;
	z-index: 1;
	border-radius: var(--wcz-radius-xl);
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(0, 194, 229, 0.2), 0 8px 24px rgba(15, 23, 42, 0.1);
	border: 2px solid rgba(0, 194, 229, 0.25);
	aspect-ratio: 4/3;
	animation: wcz-hero-float 6s ease-in-out infinite;
	transform-style: preserve-3d;
	transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes wcz-hero-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-12px); }
}

.wcz-hero-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wcz-hero-visual-badge {
	position: absolute;
	bottom: 16px;
	left: 16px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	background: rgba(255,255,255,0.92);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(0,194,229,0.25);
	border-radius: 100px;
	font-size: 12px;
	font-weight: 600;
	color: var(--wcz-text-heading);
}

.wcz-hero-visual-dot {
	width: 8px;
	height: 8px;
	background: var(--wcz-primary);
	border-radius: 50%;
	animation: wcz-pulse 2s ease-in-out infinite;
}

.wcz-hero-float-card {
	position: absolute;
	z-index: 2;
	padding: 14px 18px;
	background: rgba(255,255,255,0.95);
	backdrop-filter: blur(16px);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius);
	box-shadow: var(--wcz-shadow);
	animation: wcz-float-card 5s ease-in-out infinite;
}

.wcz-hero-float-card strong {
	display: block;
	font-family: var(--wcz-font-display);
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--wcz-primary);
	line-height: 1;
}

.wcz-hero-float-card span {
	font-size: 11px;
	color: var(--wcz-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.wcz-hero-float-card-1 {
	top: 8%;
	right: -12px;
	animation-delay: 0s;
}

.wcz-hero-float-card-2 {
	bottom: 12%;
	left: -20px;
	animation-delay: -2.5s;
}

@keyframes wcz-float-card {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

.wcz-hero-bg {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
}

.wcz-hero-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	animation: wcz-float 20s ease-in-out infinite;
}

.wcz-hero-orb-1 {
	width: 600px;
	height: 600px;
	background: rgba(0, 194, 229, 0.15);
	top: -200px;
	right: -100px;
}

.wcz-hero-orb-2 {
	width: 500px;
	height: 500px;
	background: rgba(0, 153, 184, 0.1);
	bottom: -150px;
	left: -100px;
	animation-delay: -10s;
}

.wcz-hero-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(0,194,229,0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0,194,229,0.06) 1px, transparent 1px);
	background-size: 60px 60px;
	mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
}

@keyframes wcz-float {
	0%, 100% { transform: translate(0, 0) scale(1); }
	33% { transform: translate(30px, -30px) scale(1.05); }
	66% { transform: translate(-20px, 20px) scale(0.95); }
}

.wcz-hero-content {
	position: relative;
	z-index: 1;
	max-width: 720px;
}

.wcz-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: rgba(0, 194, 229, 0.1);
	border: 1px solid rgba(0, 194, 229, 0.2);
	border-radius: 100px;
	font-size: 13px;
	font-weight: 500;
	color: var(--wcz-primary);
	margin-bottom: 28px;
}

.wcz-hero-badge-dot {
	width: 8px;
	height: 8px;
	background: var(--wcz-primary);
	border-radius: 50%;
	animation: wcz-pulse 2s ease-in-out infinite;
}

@keyframes wcz-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.5; transform: scale(1.2); }
}

.wcz-hero-title {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-display-lg);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
	color: var(--wcz-text-heading);
}

.wcz-hero-desc {
	font-size: var(--wcz-text-lg);
	color: var(--wcz-text-muted);
	line-height: 1.65;
	margin-bottom: 32px;
	max-width: 520px;
}

.wcz-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 60px;
}

.wcz-hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding-top: 40px;
	border-top: 1px solid var(--wcz-border);
}

.wcz-hero-stat strong {
	display: block;
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-h2);
	font-weight: 800;
	color: var(--wcz-text-heading);
}

.wcz-hero-stat span {
	font-size: 14px;
	color: var(--wcz-text-dim);
}

/* Sections */
.wcz-section {
	padding: 72px 0;
	position: relative;
}

.wcz-section-header {
	text-align: center;
	margin-bottom: 48px;
}

.wcz-section-header .wcz-section-desc {
	margin: 0 auto;
}

/* Service Cards */
.wcz-services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
}

.wcz-service-card {
	position: relative;
	padding: 32px;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	box-shadow: var(--wcz-shadow);
	transition: all var(--wcz-transition);
	overflow: hidden;
}

.wcz-service-card.featured {
	border-color: rgba(0, 194, 229, 0.4);
	background: linear-gradient(160deg, #ffffff 0%, #f0fbfe 100%);
}

.wcz-service-card.featured::after {
	content: 'Top Service';
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 4px 12px;
	background: var(--wcz-gradient);
	border-radius: 100px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.wcz-service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--wcz-gradient);
	opacity: 0;
	transition: opacity var(--wcz-transition);
}

.wcz-service-card:hover {
	background: var(--wcz-bg-card-hover);
	border-color: var(--wcz-border-hover);
	transform: translateY(-4px);
	box-shadow: var(--wcz-shadow-glow);
}

.wcz-service-card:hover::before { opacity: 1; }

.wcz-service-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: rgba(0, 194, 229, 0.1);
	border-radius: 12px;
	font-size: var(--wcz-text-xl);
	margin-bottom: 16px;
}

.wcz-service-card h3 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-text-md);
	font-weight: 700;
	margin-bottom: 10px;
}

.wcz-service-card p {
	font-size: var(--wcz-text-sm);
	color: var(--wcz-text-muted);
	line-height: 1.6;
	margin-bottom: 16px;
}

.wcz-service-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	color: var(--wcz-primary);
	text-decoration: none;
}

.wcz-service-link svg {
	transition: transform var(--wcz-transition);
}

.wcz-service-card:hover .wcz-service-link svg {
	transform: translateX(4px);
}

/* Bento Grid */
.wcz-bento {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 20px;
}

.wcz-bento-item {
	padding: 32px;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	box-shadow: var(--wcz-shadow);
	transition: all var(--wcz-transition);
}

.wcz-bento-item:hover {
	border-color: var(--wcz-border-hover);
	background: var(--wcz-bg-card-hover);
}

.wcz-bento-item.span-2 { grid-column: span 2; }
.wcz-bento-item.span-row-2 { grid-row: span 2; }

.wcz-bento-item h3 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-text-md);
	font-weight: 700;
	margin-bottom: 6px;
}

.wcz-bento-item p {
	font-size: 14px;
	color: var(--wcz-text-muted);
}

.wcz-bento-icon {
	font-size: var(--wcz-h2);
	margin-bottom: 12px;
}

.wcz-bento-has-image {
	padding-top: 0;
	overflow: hidden;
}

.wcz-bento-media {
	margin: -32px -32px 16px;
	overflow: hidden;
	aspect-ratio: var(--wcz-img-bento-ratio);
	max-height: var(--wcz-img-bento-height);
	background: #f4f6f8;
}

.wcz-bento-media .wcz-bento-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.wcz-bento-has-image:hover .wcz-bento-photo {
	transform: scale(1.05);
}

/* Stats Counter */
.wcz-stats {
	background: var(--wcz-bg-elevated);
	border-top: 1px solid var(--wcz-border);
	border-bottom: 1px solid var(--wcz-border);
}

.wcz-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	text-align: center;
}

.wcz-stat-item strong {
	display: block;
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-display);
	font-weight: 800;
	background: var(--wcz-gradient-text);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 1;
	margin-bottom: 6px;
}

.wcz-stat-item span {
	font-size: 14px;
	color: var(--wcz-text-dim);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/* Portfolio page — full creative layout */
.wcz-portfolio-hero {
	position: relative;
	padding: calc(var(--wcz-header-height) + var(--wcz-topbar-height) + 48px) 0 64px;
	overflow: hidden;
	background: linear-gradient(135deg, #f8fdfe 0%, #ffffff 40%, #f0fbfe 100%);
}

.wcz-portfolio-hero-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.wcz-portfolio-hero-mesh {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 80% 60% at 10% 20%, rgba(0,194,229,0.18) 0%, transparent 55%),
		radial-gradient(ellipse 60% 50% at 90% 80%, rgba(0,153,184,0.12) 0%, transparent 50%),
		radial-gradient(ellipse 40% 40% at 70% 10%, rgba(0,194,229,0.1) 0%, transparent 45%);
	animation: wcz-mesh-shift 12s ease-in-out infinite alternate;
}

.wcz-portfolio-hero-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 48px;
	align-items: center;
}

.wcz-portfolio-hero-content {
	max-width: 620px;
}

.wcz-portfolio-hero-title {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-display-lg);
	font-weight: 800;
	line-height: 1.15;
	margin-bottom: 14px;
	color: var(--wcz-text-heading);
}

.wcz-portfolio-hero-desc {
	font-size: var(--wcz-text-lg);
	color: var(--wcz-text-muted);
	line-height: 1.65;
	margin-bottom: 24px;
	max-width: 500px;
}

.wcz-portfolio-hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	margin-top: 32px;
	padding-top: 28px;
	border-top: 1px solid var(--wcz-border);
}

.wcz-portfolio-hero-stat strong {
	display: block;
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-h2);
	font-weight: 800;
	color: var(--wcz-primary);
	line-height: 1.1;
}

.wcz-portfolio-hero-stat span {
	font-size: 13px;
	color: var(--wcz-text-dim);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.wcz-portfolio-hero-showcase {
	position: relative;
}

.wcz-portfolio-hero-showcase-glow {
	position: absolute;
	inset: -16px;
	background: conic-gradient(from 180deg, rgba(0,194,229,0.35), rgba(0,153,184,0.08), rgba(0,194,229,0.3), rgba(0,153,184,0.08));
	border-radius: calc(var(--wcz-radius-xl) + 8px);
	filter: blur(22px);
	opacity: 0.55;
	animation: wcz-glow-spin 8s linear infinite;
	z-index: 0;
}

.wcz-portfolio-hero-collage {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.wcz-portfolio-hero-tile {
	position: relative;
	overflow: hidden;
	border-radius: var(--wcz-radius-lg);
	border: 1px solid rgba(0, 194, 229, 0.15);
	box-shadow: var(--wcz-shadow-sm);
	background: #fff;
	aspect-ratio: 4 / 3;
}

.wcz-portfolio-hero-tile.is-featured {
	grid-row: span 2;
	aspect-ratio: auto;
}

.wcz-portfolio-hero-tile img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.wcz-portfolio-hero-tile:hover img {
	transform: scale(1.05);
}

.wcz-portfolio-hero-tile-label {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	padding: 8px 12px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	background: rgba(15, 23, 42, 0.72);
	backdrop-filter: blur(8px);
	border-radius: var(--wcz-radius-sm);
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.wcz-portfolio-hero-tile:hover .wcz-portfolio-hero-tile-label {
	opacity: 1;
	transform: translateY(0);
}

.wcz-portfolio-marquee {
	background: linear-gradient(90deg, rgba(0,194,229,0.04) 0%, #fff 50%, rgba(0,194,229,0.04) 100%);
}

.wcz-portfolio-section {
	padding-top: 72px;
	padding-bottom: 0;
	background: #fff;
}

.wcz-portfolio-intro {
	max-width: 760px;
	margin: 0 auto 40px;
	text-align: center;
}

.wcz-portfolio-intro .wcz-section-desc {
	margin: 0 auto;
}

.wcz-portfolio-grid-wrap {
	width: 100%;
}

.wcz-portfolio-grid-wrap--bleed {
	margin-top: 8px;
}

.wcz-portfolio-toolbar {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	max-width: var(--wcz-container);
	margin: 0 auto 36px;
	padding: 18px 24px;
	background: linear-gradient(135deg, rgba(0,194,229,0.06) 0%, #fff 50%, rgba(0,194,229,0.04) 100%);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-xl);
	box-shadow: var(--wcz-shadow-sm);
}

.wcz-portfolio-filters {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
}

.wcz-portfolio-filters-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--wcz-text-dim);
}

.wcz-portfolio-filters-inner {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.wcz-filter-btn {
	position: relative;
	padding: 10px 18px;
	font-family: var(--wcz-font);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #5c6b7a;
	background: #fff;
	border: 1px solid #d8dee6;
	border-radius: 999px;
	cursor: pointer;
	transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
	white-space: nowrap;
}

.wcz-filter-btn:hover {
	color: var(--wcz-primary);
	border-color: rgba(0, 194, 229, 0.45);
	box-shadow: 0 4px 16px rgba(0, 194, 229, 0.12);
	transform: translateY(-1px);
}

.wcz-filter-btn.active {
	color: #fff;
	border-color: var(--wcz-primary);
	background: var(--wcz-gradient);
	box-shadow: 0 6px 20px rgba(0, 194, 229, 0.28);
}

.wcz-portfolio-sort {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #5c6b7a;
}

.wcz-portfolio-sort select {
	padding: 10px 36px 10px 14px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #5c6b7a;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%235c6b7a' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;
	border: 1px solid #d8dee6;
	border-radius: 999px;
	cursor: pointer;
	appearance: none;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.wcz-portfolio-sort select:hover,
.wcz-portfolio-sort select:focus {
	color: var(--wcz-primary);
	border-color: rgba(0, 194, 229, 0.45);
	box-shadow: 0 4px 16px rgba(0, 194, 229, 0.12);
	outline: none;
}

/* 3-column no-gutter grid like webcirclez.com */
.wcz-portfolio-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	width: 100%;
	line-height: 0;
}

.wcz-portfolio-item {
	position: relative;
	overflow: hidden;
	background: #f4f6f8;
	margin: 0;
	padding: 0;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.wcz-portfolio-item:hover {
	z-index: 2;
	box-shadow: 0 12px 40px rgba(0, 194, 229, 0.18);
}

.wcz-portfolio-item.is-filtered-in {
	animation: wcz-portfolio-in 0.35s ease;
}

@keyframes wcz-portfolio-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

.wcz-portfolio-thumb {
	position: relative;
	width: 100%;
	aspect-ratio: var(--wcz-img-thumb-ratio);
	overflow: hidden;
}

.wcz-portfolio-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.5s ease;
	image-rendering: high-quality;
}

.wcz-portfolio-item:hover .wcz-portfolio-thumb img {
	transform: scale(1.04);
}

.wcz-portfolio-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 200px;
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-h3);
	font-weight: 800;
	color: #94a3b8;
}

.wcz-portfolio-hover {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.wcz-portfolio-item:hover .wcz-portfolio-hover {
	opacity: 1;
	pointer-events: auto;
}

.wcz-portfolio-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 194, 229, 0.08) 0%, rgba(15, 23, 42, 0.72) 100%);
}

.wcz-portfolio-zoom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	color: #1e293b;
	transition: background 0.25s ease, color 0.25s ease;
}

.wcz-portfolio-zoom:hover {
	background: var(--wcz-primary);
	border-color: var(--wcz-primary);
	color: #fff;
}

.wcz-portfolio-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 16px 18px;
	background: rgba(20, 28, 38, 0.82);
	transform: translateY(100%);
	transition: transform 0.35s ease;
}

.wcz-portfolio-item:hover .wcz-portfolio-caption {
	transform: translateY(0);
}

.wcz-portfolio-date {
	display: block;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(0, 194, 229, 0.95);
	margin-bottom: 6px;
}

.wcz-portfolio-caption h3 {
	font-family: var(--wcz-font-display);
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.3;
	margin-bottom: 8px;
}

.wcz-portfolio-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.wcz-portfolio-tag {
	display: inline-flex;
	padding: 4px 10px;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #fff;
	background: rgba(0, 194, 229, 0.25);
	border: 1px solid rgba(0, 194, 229, 0.45);
	border-radius: 999px;
}

/* Lightbox — webcirclez.com portfolio preview */
.wcz-portfolio-lightbox {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(16px, 4vw, 40px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s var(--wcz-ease-out-expo, ease), visibility 0.3s ease;
}

.wcz-portfolio-lightbox.open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.wcz-portfolio-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.78);
	backdrop-filter: blur(2px);
}

.wcz-portfolio-lightbox-dialog {
	position: relative;
	z-index: 1;
	width: min(920px, 100%);
	background: #fff;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
	transform: scale(0.94) translateY(12px);
	transition: transform 0.35s var(--wcz-ease-out-expo, ease);
}

.wcz-portfolio-lightbox.open .wcz-portfolio-lightbox-dialog {
	transform: scale(1) translateY(0);
}

.wcz-portfolio-lightbox-media {
	line-height: 0;
	background: #fff;
	overflow: hidden;
}

.wcz-portfolio-lightbox-img {
	display: block;
	width: 100%;
	max-height: min(72vh, 640px);
	height: auto;
	object-fit: contain;
	object-position: center center;
}

.wcz-portfolio-lightbox-caption {
	padding: 14px 24px 16px;
	font-family: var(--wcz-font);
	font-size: var(--wcz-text-base, 0.9375rem);
	font-weight: 400;
	color: #1e293b;
	text-align: center;
	background: #fff;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	line-height: 1.4;
}

.wcz-portfolio-lightbox-close {
	position: absolute;
	top: -14px;
	right: -14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #1e293b;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
	transition: background 0.2s ease, transform 0.2s ease;
}

.wcz-portfolio-lightbox-close:hover {
	background: var(--wcz-primary, #00b8d9);
	transform: scale(1.05);
}

.wcz-portfolio-lightbox-close:focus-visible {
	outline: 2px solid var(--wcz-primary, #00b8d9);
	outline-offset: 2px;
}

.wcz-works-thumb,
.wcz-portfolio-thumb {
	cursor: pointer;
}

@media (max-width: 768px) {
	.wcz-portfolio-lightbox-close {
		top: 8px;
		right: 8px;
	}

	.wcz-portfolio-lightbox-img {
		max-height: 60vh;
	}
}

@media (max-width: 1024px) {
	.wcz-portfolio-hero-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.wcz-portfolio-hero-content {
		max-width: none;
		text-align: center;
	}

	.wcz-portfolio-hero-desc {
		margin-left: auto;
		margin-right: auto;
	}

	.wcz-portfolio-hero-stats {
		justify-content: center;
	}

	.wcz-portfolio-hero-collage {
		max-width: 520px;
		margin: 0 auto;
	}
}

@media (max-width: 900px) {
	.wcz-portfolio-grid { grid-template-columns: repeat(2, 1fr); }
	.wcz-portfolio-toolbar { justify-content: center; }
	.wcz-portfolio-filters-label { width: 100%; text-align: center; }
	.wcz-portfolio-sort { width: 100%; justify-content: center; }
}

@media (max-width: 560px) {
	.wcz-portfolio-grid { grid-template-columns: 1fr; }
	.wcz-filter-btn { padding: 9px 12px; font-size: 10px; }
}

@media (hover: none) {
	.wcz-portfolio-hover {
		opacity: 0;
		pointer-events: none;
	}

	.wcz-portfolio-thumb {
		cursor: pointer;
	}
}

/* Testimonials */
.wcz-testimonials-slider {
	position: relative;
	overflow: hidden;
}

.wcz-testimonials-track {
	display: flex;
	gap: 24px;
	transition: transform 0.5s ease;
}

.wcz-testimonial-card {
	flex: 0 0 calc(33.333% - 16px);
	min-width: 300px;
	padding: 32px;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	box-shadow: var(--wcz-shadow);
}

.wcz-testimonial-card .wcz-stars {
	color: var(--wcz-warning);
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 16px;
	display: block;
}

.wcz-testimonial-card blockquote {
	font-size: 15px;
	color: var(--wcz-text-muted);
	line-height: 1.7;
	margin-bottom: 20px;
	font-style: italic;
}

.wcz-testimonial-author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.wcz-testimonial-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--wcz-gradient);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}

.wcz-testimonial-author strong {
	display: block;
	font-size: 14px;
	font-weight: 600;
}

.wcz-testimonial-author span {
	font-size: 13px;
	color: var(--wcz-text-dim);
}

.wcz-slider-nav {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 40px;
}

.wcz-slider-btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	color: var(--wcz-text);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all var(--wcz-transition);
}

.wcz-slider-btn:hover {
	border-color: var(--wcz-primary);
	color: var(--wcz-primary);
}

/* Pricing */
.wcz-pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
	align-items: start;
}

.wcz-pricing-card {
	position: relative;
	padding: 36px 28px;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	transition: all var(--wcz-transition);
}

.wcz-pricing-card.featured {
	border-color: rgba(0, 194, 229, 0.4);
	background: rgba(0, 194, 229, 0.05);
	transform: scale(1.02);
}

.wcz-pricing-card.featured::before {
	content: 'Popular';
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	padding: 4px 16px;
	background: var(--wcz-gradient);
	border-radius: 100px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}

.wcz-pricing-card:hover {
	border-color: var(--wcz-border-hover);
	transform: translateY(-4px);
}

.wcz-pricing-card.featured:hover { transform: scale(1.02) translateY(-4px); }

.wcz-pricing-name {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-text-md);
	font-weight: 700;
	margin-bottom: 6px;
}

.wcz-pricing-price {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-display);
	font-weight: 800;
	line-height: 1;
	margin-bottom: 20px;
}

.wcz-pricing-price span {
	font-size: 16px;
	font-weight: 500;
	color: var(--wcz-text-dim);
}

.wcz-pricing-features {
	list-style: none;
	margin-bottom: 28px;
}

.wcz-pricing-features li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 8px 0;
	font-size: 14px;
	color: var(--wcz-text-muted);
	border-bottom: 1px solid var(--wcz-border);
}

.wcz-pricing-features li::before {
	content: '✓';
	color: var(--wcz-primary);
	font-weight: 700;
	flex-shrink: 0;
}

/* CTA Banner */
.wcz-cta-banner {
	padding: 80px 0;
}

.wcz-cta-inner {
	position: relative;
	padding: 64px;
	background:
		linear-gradient(135deg, rgba(255,255,255,0.94) 0%, rgba(240,251,254,0.92) 100%),
		var(--wcz-cta-image, none);
	background-size: cover;
	background-position: center;
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-xl);
	text-align: center;
	overflow: hidden;
}

.wcz-cta-inner::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -20%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(0,212,255,0.15) 0%, transparent 70%);
	border-radius: 50%;
}

.wcz-cta-inner h2 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-display);
	font-weight: 800;
	margin-bottom: 12px;
	position: relative;
}

.wcz-cta-inner p {
	font-size: var(--wcz-text-lg);
	color: var(--wcz-text-muted);
	margin-bottom: 28px;
	position: relative;
}

.wcz-cta-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	position: relative;
}

/* Cinematic page banners — webcirclez.com style */
.wcz-page-hero-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: var(--wcz-page-banner-height);
	height: var(--wcz-page-banner-height);
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.wcz-page-hero-banner-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.wcz-page-hero-banner-photo {
	display: block;
	width: 100%;
	height: 100%;
	min-height: var(--wcz-page-banner-height);
	object-fit: cover;
	object-position: center center;
	filter: grayscale(20%) contrast(1.05);
}

.wcz-page-hero-banner-photo[src$=".svg"] {
	filter: none;
	transform: none;
}

.wcz-page-hero-banner-overlay {
	position: absolute;
	inset: 0;
}

.wcz-page-hero-services .wcz-page-hero-banner-photo {
	filter: none;
	object-fit: cover;
	object-position: center center;
}

.wcz-page-hero-services .wcz-page-hero-banner-overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.wcz-page-hero-banner-grain {
	position: absolute;
	inset: 0;
	opacity: 0.08;
	background-image: radial-gradient(rgba(255, 255, 255, 0.8) 0.6px, transparent 0.6px);
	background-size: 3px 3px;
	pointer-events: none;
}

.wcz-page-hero-banner-content {
	position: relative;
	z-index: 1;
	max-width: 860px;
	margin: 0 auto;
}

.wcz-page-hero-banner-label {
	display: inline-block;
	margin-bottom: 14px;
	padding: 6px 14px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--wcz-primary);
	background: rgba(0, 194, 229, 0.14);
	border: 1px solid rgba(0, 194, 229, 0.28);
	border-radius: 999px;
}

.wcz-page-hero-banner-title {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-banner-title);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 14px;
	text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.wcz-page-hero-banner-desc {
	font-size: var(--wcz-text-lg);
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.65;
	max-width: 640px;
	margin: 0 auto;
}

.wcz-page-hero-banner-actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 28px;
}

.wcz-page-hero-portfolio .wcz-page-hero-banner-photo {
	object-position: center right;
}

/* Generic inner pages (blog, default page template) */
.wcz-page-hero {
	padding: 80px 0 60px;
	text-align: center;
	position: relative;
}

.wcz-page-hero h1 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-display);
	font-weight: 800;
	margin-bottom: 12px;
}

.wcz-lead-text {
	color: var(--wcz-text-muted);
	line-height: 1.75;
	font-size: var(--wcz-text-lg);
}

.wcz-about-story {
	padding-top: 72px;
}

.wcz-about-teams {
	background: var(--wcz-bg-elevated);
}

.wcz-contact-section {
	padding-top: 72px;
	padding-bottom: 80px;
}

/* Contact page — live dashed-border layout */
.wcz-contact-live-box {
	background: #fff;
	border: 4px dashed var(--wcz-primary);
	padding: clamp(32px, 5vw, 56px) clamp(28px, 4vw, 64px);
}

.wcz-contact-live-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
	gap: clamp(32px, 5vw, 72px);
	align-items: start;
}

.wcz-contact-live-form-head {
	margin-bottom: 28px;
}

.wcz-contact-live-icon {
	display: inline-flex;
	color: var(--wcz-primary);
	margin-bottom: 14px;
}

.wcz-contact-live-title {
	font-family: var(--wcz-font-display);
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--wcz-primary);
	margin: 0;
	line-height: 1.2;
}

.wcz-contact-live-info-col {
	padding-top: clamp(48px, 8vw, 88px);
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.wcz-contact-live-info-item {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.wcz-contact-live-label {
	font-size: var(--wcz-text-base);
	font-weight: 700;
	color: var(--wcz-primary);
	line-height: 1.4;
}

.wcz-contact-live-value {
	font-size: var(--wcz-text-base);
	color: var(--wcz-text-heading);
	line-height: 1.6;
	margin: 0;
}

a.wcz-contact-live-value:hover {
	color: var(--wcz-text-heading);
}

.wcz-contact-live-email {
	color: var(--wcz-primary);
	font-weight: 500;
}

.wcz-contact-live-email:hover {
	color: var(--wcz-primary-dark, #00a8c7);
}

.wcz-contact-intro {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 48px;
}

.wcz-contact-form-title {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-h3);
	margin-bottom: 20px;
}

.wcz-reviews-section {
	padding-top: 72px;
}

/* Reviews page — live layout */
.wcz-reviews-live {
	padding: 0 0 80px;
}

.wcz-reviews-live-summary {
	background: #f0f2f5;
	padding: 56px 0 48px;
	text-align: center;
}

.wcz-reviews-live-summary-inner {
	max-width: 820px;
	margin: 0 auto;
}

.wcz-reviews-live-stars {
	margin-bottom: 18px;
}

.wcz-stars-gold {
	color: #f5b301;
	font-size: 1rem;
	letter-spacing: 3px;
	line-height: 1;
}

.wcz-stars-gold.wcz-stars-sm {
	font-size: var(--wcz-text-xs);
	letter-spacing: 2px;
	margin: 6px 0 10px;
	display: block;
}

.wcz-reviews-live-heading {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-text-xl);
	font-weight: 400;
	color: var(--wcz-text-heading);
	line-height: 1.45;
	margin-bottom: 16px;
}

.wcz-reviews-live-heading strong {
	font-weight: 800;
}

.wcz-reviews-live-desc {
	font-size: var(--wcz-text-base);
	line-height: 1.7;
	color: var(--wcz-text-muted);
	margin-bottom: 24px;
}

.wcz-btn-review-open {
	background: var(--wcz-primary);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 14px 32px;
	border-radius: 4px;
	box-shadow: 0 4px 16px rgba(0, 194, 229, 0.35);
	transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
}

.wcz-btn-review-open:hover {
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 8px 28px rgba(0, 194, 229, 0.45);
	color: #fff;
}

.wcz-reviews-live-grid-wrap {
	background: #fff;
	padding: 56px 0 0;
}

.wcz-reviews-live-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 32px;
}

.wcz-review-live-card {
	padding: 0 8px 24px;
	transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wcz-review-live-card:hover {
	transform: translateY(-4px);
}

.wcz-review-live-card h3 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-text-md);
	font-weight: 700;
	color: var(--wcz-text-heading);
	margin-bottom: 4px;
	line-height: 1.35;
}

.wcz-review-live-body {
	position: relative;
	padding-left: 28px;
	margin-top: 8px;
}

.wcz-review-live-quote-mark {
	position: absolute;
	left: 0;
	top: -4px;
	font-size: var(--wcz-h2);
	line-height: 1;
	font-family: Georgia, serif;
	color: rgba(0, 194, 229, 0.35);
	font-weight: 700;
	pointer-events: none;
}

.wcz-review-live-text {
	font-size: var(--wcz-text-sm);
	line-height: 1.75;
	color: var(--wcz-text-muted);
	margin: 0;
}

.wcz-review-read-more {
	display: inline;
	margin-left: 4px;
	padding: 0;
	border: none;
	background: none;
	font-size: 14px;
	font-style: italic;
	color: var(--wcz-primary);
	cursor: pointer;
	transition: color 0.2s ease;
}

.wcz-review-read-more:hover {
	color: var(--wcz-link-hover);
}

.wcz-review-live-author {
	margin-top: 16px;
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	color: var(--wcz-text-dim);
}

/* Review modal */
.wcz-review-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: calc(var(--wcz-header-height) + var(--wcz-topbar-height) + 24px) 24px 24px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}

.wcz-review-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.wcz-review-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(6, 12, 20, 0.72);
	backdrop-filter: blur(4px);
}

.wcz-review-modal-dialog {
	position: relative;
	width: min(100%, 720px);
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
	transform: translateY(32px) scale(0.94);
	opacity: 0;
	transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.4s ease;
	max-height: calc(100vh - var(--wcz-header-height) - var(--wcz-topbar-height) - 48px);
	overflow-y: auto;
}

.wcz-review-modal.is-open .wcz-review-modal-dialog {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.wcz-review-modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 50%;
	background: var(--wcz-primary);
	color: #fff;
	cursor: pointer;
	transition: transform 0.25s ease, background 0.25s ease;
}

.wcz-review-modal-close:hover {
	transform: rotate(90deg) scale(1.08);
	background: var(--wcz-primary-dark);
}

.wcz-review-modal-header {
	padding: 28px 56px 20px 32px;
	border-bottom: 1px solid #e8ecf0;
}

.wcz-review-modal-header h2 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-h3);
	font-weight: 600;
	color: var(--wcz-primary);
	margin: 0;
}

.wcz-review-form {
	padding: 8px 32px 32px;
}

.wcz-review-form-row {
	display: grid;
	grid-template-columns: 160px 1fr;
	align-items: center;
	gap: 16px;
	padding: 18px 0;
	border-bottom: 1px solid #eef1f5;
}

.wcz-review-form-row-textarea {
	align-items: start;
}

.wcz-review-form-row label,
.wcz-review-form-label {
	font-size: 14px;
	font-weight: 500;
	color: var(--wcz-text-muted);
	text-align: right;
}

.wcz-required {
	color: #e11d48;
}

.wcz-review-form-row input,
.wcz-review-form-row textarea {
	width: 100%;
	padding: 10px 12px;
	font-family: var(--wcz-font);
	font-size: 14px;
	color: var(--wcz-text);
	background: #fff;
	border: 1px solid #d1d9e0;
	border-radius: 2px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wcz-review-form-row input:focus,
.wcz-review-form-row textarea:focus {
	outline: none;
	border-color: var(--wcz-primary);
	box-shadow: 0 0 0 3px rgba(0, 194, 229, 0.15);
}

.wcz-review-rating-input {
	display: flex;
	gap: 4px;
}

.wcz-review-rating-star {
	display: flex;
	padding: 2px;
	border: none;
	background: none;
	color: #d4a017;
	cursor: pointer;
	transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.2s ease;
}

.wcz-review-rating-star svg {
	fill: transparent;
	transition: fill 0.2s ease;
}

.wcz-review-rating-star.is-active svg,
.wcz-review-rating-star.is-hover svg {
	fill: #f5b301;
	color: #f5b301;
}

.wcz-review-rating-star:hover {
	transform: scale(1.15);
}

.wcz-review-form-actions {
	padding-top: 24px;
	padding-left: 176px;
}

.wcz-btn-review-submit {
	background: #22a559;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 12px 36px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.wcz-btn-review-submit:hover {
	background: #1d8f4c;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(34, 165, 89, 0.35);
	color: #fff;
}

.wcz-review-modal-success {
	display: none;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 48px 32px 40px;
}

.wcz-review-modal-success.is-visible {
	display: flex;
	animation: wcz-review-success-in 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wcz-review-modal.has-success .wcz-review-form {
	display: none;
}

.wcz-review-success-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(34, 165, 89, 0.12);
	color: #22a559;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 16px;
	animation: wcz-icon-pop 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wcz-review-modal-success h3 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-h3);
	margin-bottom: 6px;
}

.wcz-review-modal-success p {
	color: var(--wcz-text-muted);
	margin-bottom: 24px;
	max-width: 360px;
}

@keyframes wcz-review-success-in {
	from { opacity: 0; transform: translateY(16px); }
	to { opacity: 1; transform: translateY(0); }
}

body.review-modal-open {
	overflow: hidden;
}

.wcz-reviews-summary {
	display: grid;
	grid-template-columns: minmax(280px, 360px) 1fr;
	gap: 32px;
	align-items: center;
	margin-bottom: 48px;
	padding: 32px;
	background: linear-gradient(135deg, rgba(0, 194, 229, 0.06) 0%, #fff 55%, rgba(0, 194, 229, 0.04) 100%);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-xl);
	box-shadow: var(--wcz-shadow-sm);
}

.wcz-rating-badge-large {
	margin: 0;
}

.wcz-reviews-summary-label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--wcz-text-dim);
	margin-bottom: 8px;
}

.wcz-reviews-summary-copy p {
	color: var(--wcz-text-muted);
	line-height: 1.75;
	margin-bottom: 20px;
}

.wcz-review-quote {
	color: var(--wcz-text-muted);
	font-size: 15px;
	line-height: 1.7;
	margin-top: 12px;
}

.wcz-review-author {
	margin-top: 16px;
	font-weight: 600;
	font-size: 14px;
}

/* Process Steps */
.wcz-process-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 24px;
	counter-reset: process;
}

.wcz-process-step {
	position: relative;
	padding: 32px 24px;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	counter-increment: process;
}

.wcz-process-step::before {
	content: counter(process, decimal-leading-zero);
	display: block;
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-h2);
	font-weight: 800;
	background: var(--wcz-gradient-text);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 12px;
	line-height: 1;
}

.wcz-process-step h3 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-text-md);
	font-weight: 700;
	margin-bottom: 6px;
}

.wcz-process-step p {
	font-size: 14px;
	color: var(--wcz-text-muted);
}

/* Feature List */
.wcz-features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}

.wcz-feature-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 20px;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius);
	transition: all var(--wcz-transition);
}

.wcz-feature-item:hover {
	border-color: var(--wcz-border-hover);
}

.wcz-feature-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 194, 229, 0.1);
	border-radius: 10px;
	color: var(--wcz-primary);
	font-size: 18px;
}

.wcz-feature-item h4 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 4px;
}

.wcz-feature-item p {
	font-size: 13px;
	color: var(--wcz-text-dim);
}

/* Forms */
.wcz-form {
	max-width: 640px;
}

.wcz-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

.wcz-form-group {
	margin-bottom: 20px;
}

.wcz-form-group label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
	color: var(--wcz-text-muted);
}

.wcz-form-group input,
.wcz-form-group select,
.wcz-form-group textarea {
	width: 100%;
	padding: 14px 18px;
	font-family: var(--wcz-font);
	font-size: 15px;
	color: var(--wcz-text);
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius);
	transition: all var(--wcz-transition);
}

.wcz-form-group input:focus,
.wcz-form-group select:focus,
.wcz-form-group textarea:focus {
	outline: none;
	border-color: var(--wcz-primary);
	box-shadow: 0 0 0 3px rgba(0, 194, 229, 0.1);
}

.wcz-form-group textarea { min-height: 140px; resize: vertical; }

.wcz-form-group select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238b9cb3' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
}

/* Contact */
.wcz-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 48px;
	align-items: start;
}

.wcz-contact-side {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.wcz-contact-side-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	background: linear-gradient(135deg, rgba(0,194,229,0.08) 0%, #fff 100%);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
}

.wcz-contact-side-icon {
	width: 80px;
	height: auto;
}

.wcz-contact-form-wrap {
	padding: 40px;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
}

.wcz-contact-info {
	padding: 40px;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
}

.wcz-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px 0;
	border-bottom: 1px solid var(--wcz-border);
}

.wcz-contact-item:last-child { border-bottom: none; }

.wcz-contact-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 194, 229, 0.1);
	border-radius: 12px;
	font-size: 20px;
	flex-shrink: 0;
}

.wcz-contact-item h4 {
	font-size: 14px;
	font-weight: 600;
	color: var(--wcz-text-dim);
	margin-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.wcz-contact-item a,
.wcz-contact-item p {
	font-size: 16px;
	color: var(--wcz-text);
}

/* About — webcirclez.com desktop layout */
.wcz-about-live-block {
	background: #fff;
}

.wcz-about-live-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 56px;
	align-items: start;
}

.wcz-about-live-title {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-display);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #111827;
	margin-bottom: 10px;
}

.wcz-about-live-rule {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 0;
	max-width: 100%;
	margin-bottom: 28px;
}

.wcz-about-live-rule span {
	display: block;
	height: 1px;
	background: #d1d5db;
}

.wcz-about-live-rule i {
	display: block;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 10px solid var(--wcz-primary);
	margin: 0 2px;
}

.wcz-about-live-rule-left {
	max-width: 280px;
	grid-template-columns: 1fr auto 0;
}

.wcz-about-live-rule-left span:last-child {
	display: none;
}

.wcz-about-live-text {
	font-size: 15px;
	line-height: 1.85;
	color: #6b7280;
	margin-bottom: 22px;
}

.wcz-about-live-subtitle {
	font-family: var(--wcz-font-display);
	font-size: 1rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #111827;
	margin-bottom: 10px;
}

.wcz-about-live-photo {
	overflow: hidden;
	background: #f3f4f6;
	aspect-ratio: var(--wcz-img-about-ratio);
	max-height: var(--wcz-img-about-height);
	border-radius: var(--wcz-radius-lg);
}

.wcz-about-live-photo-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.wcz-about-groups {
	padding-top: 56px;
	padding-bottom: 56px;
}

.wcz-about-groups-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
}

.wcz-about-group-col {
	text-align: center;
	padding: 0 12px;
}

.wcz-about-group-title {
	font-family: var(--wcz-font-display);
	font-size: 1.125rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #111827;
	margin-bottom: 18px;
}

.wcz-about-group-text {
	font-size: 15px;
	line-height: 1.85;
	color: #6b7280;
	max-width: 520px;
	margin: 0 auto;
}

.wcz-about-cta-strip {
	position: relative;
	padding: clamp(64px, 8vw, 96px) 0;
	background: #ffffff;
	overflow: hidden;
	min-height: 220px;
}

.wcz-about-cta-strip-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	pointer-events: none;
}

.wcz-about-cta-strip-inner {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
	padding: 0 16px;
}

.wcz-about-cta-strip-inner h2 {
	font-family: var(--wcz-font-display);
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 700;
	line-height: 1.25;
	color: #1a2332;
	margin: 0 0 12px;
}

.wcz-about-cta-strip-inner h2 span {
	display: block;
}

.wcz-about-cta-strip-inner p {
	font-size: 1rem;
	line-height: 1.7;
	color: #6b7280;
	margin: 0 0 28px;
}

.wcz-about-cta-btn {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 700;
	border-radius: 4px;
	padding: 14px 36px;
	min-width: 220px;
}

.wcz-about-team-block {
	padding-top: 56px;
	padding-bottom: 80px;
}

.wcz-about-team-intro {
	margin-bottom: 32px;
}

.wcz-about-team-member {
	max-width: 280px;
}

.wcz-about-team-photo {
	overflow: hidden;
	margin-bottom: 18px;
	background: #f3f4f6;
	aspect-ratio: 3 / 4;
	max-height: 360px;
	border-radius: var(--wcz-radius-lg);
}

.wcz-about-team-photo-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.wcz-about-team-name {
	font-family: var(--wcz-font-display);
	font-size: 1.125rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #111827;
	margin-bottom: 6px;
}

.wcz-about-team-role {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--wcz-primary);
	margin-bottom: 14px;
}

.wcz-about-team-social {
	display: flex;
	align-items: center;
	gap: 12px;
}

.wcz-about-team-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: #9ca3af;
	transition: color 0.25s ease;
}

.wcz-about-team-social a:hover {
	color: var(--wcz-primary);
}

.wcz-about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.wcz-about-image {
	position: relative;
	border-radius: var(--wcz-radius-xl);
	overflow: hidden;
	aspect-ratio: 4/3;
	min-height: 340px;
	background: linear-gradient(135deg, rgba(0,194,229,0.12), rgba(0,153,184,0.08));
	box-shadow: var(--wcz-shadow-glow);
	border: 1px solid var(--wcz-border);
}

.wcz-about-photo {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 340px;
	object-fit: cover;
}

.wcz-team-avatar-img {
	overflow: hidden;
	padding: 0;
	background: transparent;
}

.wcz-team-avatar-img .wcz-team-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wcz-service-card-has-media .wcz-service-card-media {
	margin: -32px -32px 20px;
	border-radius: var(--wcz-radius-lg) var(--wcz-radius-lg) 0 0;
	overflow: hidden;
	aspect-ratio: var(--wcz-img-card-ratio);
	max-height: var(--wcz-img-card-height);
	background: #f4f6f8;
}

.wcz-service-card-photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wcz-404-logo {
	margin-bottom: 24px;
}

.wcz-404-logo .wcz-logo-img {
	height: 56px;
	margin: 0 auto;
}

.wcz-values-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 48px;
}

.wcz-value-card {
	padding: 28px;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	text-align: center;
}

.wcz-value-card h3 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-text-md);
	font-weight: 700;
	margin-bottom: 6px;
}

.wcz-value-card p {
	font-size: 14px;
	color: var(--wcz-text-muted);
}

.wcz-team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
}

.wcz-team-card {
	text-align: center;
	padding: 32px;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	transition: all var(--wcz-transition);
}

.wcz-team-card:hover {
	border-color: var(--wcz-border-hover);
	transform: translateY(-4px);
}

.wcz-team-avatar {
	width: 80px;
	height: 80px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: var(--wcz-gradient);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-h3);
	font-weight: 800;
	color: #fff;
}

.wcz-team-card h3 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-text-md);
	font-weight: 700;
	margin-bottom: 4px;
}

.wcz-team-card span {
	font-size: 14px;
	color: var(--wcz-primary);
}

/* Legal / Content */
.wcz-page-main {
	padding: 72px 0 100px;
}

.wcz-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	gap: clamp(32px, 4vw, 64px);
	align-items: start;
}

.wcz-content-layout-form {
	grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
	align-items: center;
}

.wcz-content-prose {
	max-width: 720px;
	padding: 0;
}

.wcz-content-centered {
	margin: 0 auto;
}

.wcz-container > .wcz-content {
	max-width: none;
	margin: 0;
	padding: 0;
}

.wcz-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 0 100px;
}

.wcz-page-main .wcz-content {
	padding: 0;
}

.wcz-content-visual {
	position: sticky;
	top: calc(var(--wcz-header-height) + 24px);
}

.wcz-laptop-mockup {
	width: 100%;
	height: auto;
	border-radius: var(--wcz-radius-lg);
	box-shadow: var(--wcz-shadow), 0 24px 60px rgba(0, 194, 229, 0.12);
	border: 1px solid var(--wcz-border);
	background: var(--wcz-bg-card);
	animation: wcz-laptop-float 7s ease-in-out infinite;
}

@keyframes wcz-laptop-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}

.wcz-service-intro-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 480px);
	gap: clamp(32px, 4vw, 72px);
	align-items: center;
}

.wcz-service-intro-text {
	font-size: var(--wcz-text-lg);
	color: var(--wcz-text-muted);
	line-height: 1.7;
	margin: 0;
}

.wcz-service-intro-visual .wcz-laptop-mockup {
	box-shadow: var(--wcz-shadow-glow);
}

.wcz-form-heading {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-h3);
	margin-bottom: 6px;
}

.wcz-form-desc {
	color: var(--wcz-text-muted);
	margin-bottom: 40px;
}

.wcz-content h2 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-h3);
	font-weight: 700;
	margin: 32px 0 12px;
}

.wcz-content h3 {
	font-size: var(--wcz-h4);
	font-weight: 600;
	margin: 24px 0 10px;
}

.wcz-content p,
.wcz-content li {
	font-size: var(--wcz-text-base);
	color: var(--wcz-text-muted);
	line-height: 1.7;
	margin-bottom: 14px;
}

.wcz-content a {
	text-decoration: none;
}

.wcz-content a:hover {
	text-decoration: none;
}

.wcz-content ul {
	padding-left: 24px;
	margin-bottom: 16px;
}

.wcz-dmca-contact {
	list-style: none;
	padding-left: 0;
	background: var(--wcz-bg-elevated);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	padding: 24px 28px;
	margin: 24px 0;
}

.wcz-dmca-contact li {
	margin-bottom: 10px;
}

.wcz-dmca-contact li:last-child {
	margin-bottom: 0;
}

.wcz-dmca-badge-wrap {
	margin-top: 24px;
	padding: 28px;
	background: var(--wcz-bg-elevated);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	text-align: center;
}

.wcz-dmca-badge {
	display: inline-block;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.wcz-dmca-badge:hover {
	transform: translateY(-2px);
	opacity: 0.9;
}

.wcz-dmca-badge-img {
	max-width: 100%;
	height: auto;
}

.wcz-footer-dmca {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid var(--wcz-footer-border);
}

.wcz-footer-dmca .wcz-dmca-badge-img {
	filter: brightness(1.1);
}

/* Reviews Grid */
.wcz-reviews-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	gap: 24px;
}

.wcz-review-card {
	padding: 28px;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	transition: all var(--wcz-transition);
}

.wcz-review-card:hover {
	border-color: var(--wcz-border-hover);
}

.wcz-review-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 16px;
}

.wcz-review-header h3 {
	font-size: 16px;
	font-weight: 600;
}

.wcz-review-date {
	font-size: 12px;
	color: var(--wcz-text-dim);
}

.wcz-rating-badge {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 16px 32px;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	margin-bottom: 48px;
}

.wcz-rating-badge strong {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-display);
	font-weight: 800;
	color: var(--wcz-primary);
}

/* Footer */
.wcz-footer {
	--wcz-footer-bg: #07111f;
	--wcz-footer-surface: rgba(255, 255, 255, 0.04);
	--wcz-footer-border: rgba(255, 255, 255, 0.08);
	--wcz-footer-text: rgba(255, 255, 255, 0.72);
	--wcz-footer-text-dim: rgba(255, 255, 255, 0.48);
	--wcz-footer-heading: #ffffff;
	position: relative;
	color: var(--wcz-footer-text);
}

/* Pre-footer CTA card */
.wcz-footer-cta {
	padding: 0 0 0;
	margin-top: 40px;
	position: relative;
	z-index: 2;
}

.wcz-footer-cta-card {
	position: relative;
	display: grid;
	grid-template-columns: 1.4fr auto;
	gap: 40px;
	align-items: center;
	padding: 56px 60px;
	background: linear-gradient(135deg, #ffffff 0%, #f0fbfe 55%, #e8f9fc 100%);
	border: 1px solid rgba(0, 194, 229, 0.2);
	border-radius: var(--wcz-radius-xl);
	box-shadow: 0 24px 80px rgba(0, 194, 229, 0.12), 0 8px 32px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.wcz-footer-cta-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.wcz-footer-cta-mesh {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 70% 60% at 85% 20%, rgba(0, 194, 229, 0.2) 0%, transparent 55%),
		radial-gradient(ellipse 50% 50% at 10% 90%, rgba(0, 153, 184, 0.12) 0%, transparent 50%);
	animation: wcz-mesh-shift 14s ease-in-out infinite alternate;
}

.wcz-footer-cta-orb {
	position: absolute;
	width: 280px;
	height: 280px;
	top: -80px;
	right: -60px;
	background: rgba(0, 194, 229, 0.15);
	border-radius: 50%;
	filter: blur(60px);
	animation: wcz-float 18s ease-in-out infinite;
}

.wcz-footer-cta-body {
	position: relative;
	z-index: 1;
}

.wcz-footer-cta-label {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--wcz-primary);
	margin-bottom: 16px;
}

.wcz-footer-cta-card h2 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-display);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 12px;
	color: var(--wcz-text-heading);
}

.wcz-footer-cta-card p {
	font-size: 15px;
	color: var(--wcz-text-muted);
	line-height: 1.7;
	max-width: 520px;
	margin-bottom: 20px;
}

.wcz-footer-cta-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}

.wcz-footer-cta-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	font-size: 12px;
	font-weight: 600;
	color: var(--wcz-text-muted);
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid var(--wcz-border);
	border-radius: 100px;
}

.wcz-footer-cta-badge svg {
	color: var(--wcz-primary);
	flex-shrink: 0;
}

.wcz-footer-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.wcz-footer-cta-stats {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.wcz-footer-cta-stat {
	padding: 20px 24px;
	min-width: 140px;
	text-align: center;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(0, 194, 229, 0.2);
	border-radius: var(--wcz-radius);
	box-shadow: var(--wcz-shadow);
	animation: wcz-float-card 5s ease-in-out infinite;
}

.wcz-footer-cta-stat:nth-child(2) { animation-delay: -1.6s; }
.wcz-footer-cta-stat:nth-child(3) { animation-delay: -3.2s; }

.wcz-footer-cta-stat strong {
	display: block;
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-h2);
	font-weight: 800;
	background: var(--wcz-gradient-text);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 1;
	margin-bottom: 4px;
}

.wcz-footer-cta-stat span {
	font-size: 11px;
	color: var(--wcz-text-dim);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

/* Dark footer main */
.wcz-footer-main {
	position: relative;
	margin-top: -40px;
	padding: 120px 0 64px;
	background: var(--wcz-footer-bg);
	overflow: hidden;
}

.wcz-footer-main-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.wcz-footer-main-mesh {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 60% 50% at 0% 0%, rgba(0, 194, 229, 0.12) 0%, transparent 55%),
		radial-gradient(ellipse 50% 40% at 100% 100%, rgba(0, 153, 184, 0.08) 0%, transparent 50%);
}

.wcz-footer-main-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(0, 194, 229, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 194, 229, 0.04) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(to bottom, transparent, black 30%, black 70%, transparent);
}

.wcz-footer-strip {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 56px;
}

.wcz-footer-strip-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 24px;
	background: var(--wcz-footer-surface);
	border: 1px solid var(--wcz-footer-border);
	border-radius: var(--wcz-radius-lg);
	transition: all 0.35s ease;
}

.wcz-footer-strip-item:hover {
	background: rgba(0, 194, 229, 0.08);
	border-color: rgba(0, 194, 229, 0.25);
	transform: translateY(-4px);
}

.wcz-footer-strip-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	background: rgba(0, 194, 229, 0.12);
	border-radius: var(--wcz-radius);
	color: var(--wcz-primary);
}

.wcz-footer-strip-item strong {
	display: block;
	font-family: var(--wcz-font-display);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--wcz-footer-heading);
	margin-bottom: 4px;
}

.wcz-footer-strip-item span,
.wcz-footer-strip-item a {
	font-size: 14px;
	color: var(--wcz-footer-text);
	line-height: 1.5;
}

.wcz-footer-strip-item a:hover {
	color: var(--wcz-primary);
}

.wcz-footer-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.15fr;
	gap: 48px;
}

.wcz-footer-logo {
	display: inline-block;
	margin-bottom: 20px;
}

.wcz-footer-logo .wcz-logo-name,
.wcz-logo-wordmark--footer .wcz-logo-name {
	color: #fff;
}

.wcz-footer-logo .wcz-logo-accent,
.wcz-logo-wordmark--footer .wcz-logo-accent {
	color: var(--wcz-primary);
}

.wcz-footer .wcz-logo-img {
	filter: none;
}

.wcz-footer-tagline {
	font-size: 14px;
	color: var(--wcz-footer-text);
	line-height: 1.75;
	margin-bottom: 28px;
	max-width: 320px;
}

.wcz-footer-social {
	display: flex;
	gap: 10px;
}

.wcz-footer-social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: var(--wcz-footer-surface);
	border: 1px solid var(--wcz-footer-border);
	border-radius: var(--wcz-radius);
	color: var(--wcz-footer-text);
	transition: all 0.3s ease;
}

.wcz-footer-social-link:hover {
	background: var(--wcz-primary);
	border-color: var(--wcz-primary);
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0, 194, 229, 0.35);
}

.wcz-footer-col h4 {
	font-family: var(--wcz-font-display);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 24px;
	color: var(--wcz-footer-heading);
	position: relative;
	padding-bottom: 12px;
}

.wcz-footer-col h4::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 32px;
	height: 2px;
	background: var(--wcz-gradient);
	border-radius: 2px;
}

.wcz-footer-about-text,
.wcz-footer-col p {
	color: var(--wcz-footer-text);
}

.wcz-footer-links {
	list-style: none;
}

.wcz-footer-links li {
	margin-bottom: 12px;
}

.wcz-footer-links a {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	color: var(--wcz-footer-text);
	transition: color 0.25s ease;
}

.wcz-footer-links a span {
	position: relative;
}

.wcz-footer-links a:hover {
	color: #fff;
}

.wcz-footer-newsletter p {
	font-size: 14px;
	color: var(--wcz-footer-text);
	line-height: 1.6;
	margin-bottom: 20px;
}

.wcz-newsletter-field {
	display: flex;
	align-items: stretch;
	background: var(--wcz-footer-surface);
	border: 1px solid var(--wcz-footer-border);
	border-radius: var(--wcz-radius);
	overflow: hidden;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wcz-newsletter-field:focus-within {
	border-color: rgba(0, 194, 229, 0.5);
	box-shadow: 0 0 0 3px rgba(0, 194, 229, 0.12);
}

.wcz-newsletter-field input {
	flex: 1;
	padding: 14px 18px;
	font-size: 14px;
	color: #fff;
	background: transparent;
	border: none;
	outline: none;
}

.wcz-newsletter-field input::placeholder {
	color: var(--wcz-footer-text-dim);
}

.wcz-newsletter-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	flex-shrink: 0;
	background: var(--wcz-gradient);
	border: none;
	color: #fff;
	cursor: pointer;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.wcz-newsletter-submit:hover {
	opacity: 0.9;
	transform: scale(1.05);
}

.wcz-footer-trust {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid var(--wcz-footer-border);
}

.wcz-footer-trust span {
	font-size: 12px;
	color: var(--wcz-footer-text-dim);
	font-style: italic;
}

.wcz-footer-bottom {
	position: relative;
	z-index: 1;
	padding: 22px 0;
	background: rgba(0, 0, 0, 0.35);
	border-top: 1px solid var(--wcz-footer-border);
}

.wcz-footer-bottom-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

.wcz-footer-copy {
	font-size: 13px;
	color: var(--wcz-footer-text-dim);
}

.wcz-legal-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
}

.wcz-legal-list a {
	font-size: 13px;
	color: var(--wcz-footer-text-dim);
	transition: color 0.25s ease;
	text-decoration: none;
}

.wcz-legal-list a:hover {
	color: var(--wcz-primary);
}

.wcz-back-to-top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: var(--wcz-footer-surface);
	border: 1px solid var(--wcz-footer-border);
	border-radius: var(--wcz-radius);
	color: var(--wcz-footer-text);
	cursor: pointer;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
}

.wcz-back-to-top.visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.wcz-back-to-top:hover {
	background: var(--wcz-primary);
	border-color: var(--wcz-primary);
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0, 194, 229, 0.35);
}

/* Animations */
body:not(.wcz-loaded) .wcz-header {
	opacity: 0;
}

body.wcz-loaded .wcz-header {
	opacity: 1;
	transition: opacity 0.5s ease;
}

body:not(.wcz-loaded) .wcz-main {
	opacity: 0;
}

body.wcz-loaded .wcz-main {
	opacity: 1;
	transition: opacity 0.6s ease 0.1s;
}

[data-animate],
[data-animate="fade-up"] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-animate="fade-left"] {
	opacity: 0;
	transform: translateX(-36px);
	transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-animate="fade-right"] {
	opacity: 0;
	transform: translateX(36px);
	transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-animate="scale"] {
	opacity: 0;
	transform: scale(0.92);
	transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-animate="blur"] {
	opacity: 0;
	filter: blur(10px);
	transform: translateY(16px);
	transition: opacity 0.7s ease, transform 0.7s ease, filter 0.7s ease;
}

[data-animate="float-up"] {
	opacity: 0;
	transform: translateY(48px) scale(0.96);
	transition: opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-animate="blur-in"] {
	opacity: 0;
	filter: blur(12px);
	transform: translateY(20px);
	transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.75s ease;
}

[data-animate="fade-down"] {
	opacity: 0;
	transform: translateY(-28px);
	transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-animate="zoom-in"] {
	opacity: 0;
	transform: scale(0.85);
	transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-animate="rotate-in"] {
	opacity: 0;
	transform: rotate(-4deg) translateY(24px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-animate].visible,
[data-animate="fade-up"].visible,
[data-animate="fade-left"].visible,
[data-animate="fade-right"].visible,
[data-animate="scale"].visible,
[data-animate="blur"].visible,
[data-animate="float-up"].visible,
[data-animate="blur-in"].visible,
[data-animate="fade-down"].visible,
[data-animate="zoom-in"].visible,
[data-animate="rotate-in"].visible {
	opacity: 1;
	transform: none;
	filter: none;
}

/* Page hero banner entrance */
.wcz-page-hero-banner.is-loaded .wcz-page-hero-banner-label,
.wcz-page-hero-banner.is-loaded .wcz-page-hero-banner-title,
.wcz-page-hero-banner.is-loaded .wcz-page-hero-banner-desc,
.wcz-page-hero-banner.is-loaded .wcz-page-hero-banner-actions {
	animation: wcz-banner-enter 0.85s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.wcz-page-hero-banner.is-loaded .wcz-page-hero-banner-label { animation-delay: 0.08s; }
.wcz-page-hero-banner.is-loaded .wcz-page-hero-banner-title { animation-delay: 0.18s; }
.wcz-page-hero-banner.is-loaded .wcz-page-hero-banner-desc { animation-delay: 0.3s; }
.wcz-page-hero-banner.is-loaded .wcz-page-hero-banner-actions { animation-delay: 0.42s; }

@keyframes wcz-banner-enter {
	from {
		opacity: 0;
		transform: translateY(28px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.wcz-page-hero-banner-bg .wcz-page-hero-banner-photo {
	animation: wcz-banner-zoom 1.2s ease-out both;
}

@keyframes wcz-banner-zoom {
	from { transform: scale(1.08); }
	to { transform: scale(1.03); }
}

.wcz-page-hero-banner-photo[src$=".svg"] {
	animation: none;
	transform: none;
}

/* Section reveal */
.wcz-section .wcz-section-label::before {
	width: 0;
	transition: width 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wcz-section.is-visible .wcz-section-label::before {
	width: 24px;
}

.wcz-section .wcz-section-title {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease 0.1s, transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.1s;
}

.wcz-section.is-visible .wcz-section-title {
	opacity: 1;
	transform: translateY(0);
}

.wcz-section .wcz-section-desc {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.wcz-section.is-visible .wcz-section-desc {
	opacity: 1;
	transform: translateY(0);
}

/* Hero title stagger */
[data-animate-stagger] .wcz-stagger-line {
	display: inline-block;
	opacity: 0;
	transform: translateY(36px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-animate-stagger].stagger-visible .wcz-stagger-line:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.1s; }
[data-animate-stagger].stagger-visible .wcz-stagger-line:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.25s; }
[data-animate-stagger].stagger-visible .wcz-stagger-line:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.4s; }
[data-animate-stagger].stagger-visible .wcz-stagger-line:nth-child(4) { opacity: 1; transform: translateY(0); transition-delay: 0.55s; }

/* Marquee */
.wcz-marquee {
	overflow: hidden;
	padding: 40px 0;
	border-top: 1px solid var(--wcz-border);
	border-bottom: 1px solid var(--wcz-border);
}

.wcz-marquee-track {
	display: flex;
	gap: 48px;
	animation: wcz-marquee 30s linear infinite;
	width: max-content;
}

.wcz-marquee-item {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-text-md);
	font-weight: 700;
	color: var(--wcz-text-dim);
	white-space: nowrap;
	transition: color 0.3s ease;
}

.wcz-marquee-item:hover {
	color: var(--wcz-primary);
}

@keyframes wcz-marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 1024px) {
	.wcz-content-layout,
	.wcz-content-layout-form,
	.wcz-service-intro-layout {
		grid-template-columns: 1fr;
	}

	.wcz-content-visual {
		position: static;
		max-width: 480px;
		margin: 0 auto;
	}

	.wcz-hero-live-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 24px;
	}

	.wcz-hero-cta-inner {
		flex-direction: column;
		text-align: center;
	}

	.wcz-hero-cta-actions {
		justify-content: center;
		width: 100%;
	}

	.wcz-bento { grid-template-columns: 1fr 1fr; }
	.wcz-bento-item.span-2 { grid-column: span 1; }
	.wcz-stats-grid { grid-template-columns: repeat(2, 1fr); }
	.wcz-footer-grid { grid-template-columns: 1fr 1fr; }
	.wcz-about-grid { grid-template-columns: 1fr; }
	.wcz-about-live-grid,
	.wcz-about-groups-grid { grid-template-columns: 1fr; }
	.wcz-about-group-col { text-align: left; }
	.wcz-about-group-text { margin: 0; max-width: none; }
	.wcz-contact-grid { grid-template-columns: 1fr; }
	.wcz-contact-live-grid { grid-template-columns: 1fr; }
	.wcz-contact-live-info-col { padding-top: 8px; }
	.wcz-reviews-live-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.wcz-review-form-row {
		grid-template-columns: 1fr;
	}

	.wcz-review-form-row label,
	.wcz-review-form-label {
		text-align: left;
	}

	.wcz-review-form-actions {
		padding-left: 0;
	}

	.wcz-reviews-summary { grid-template-columns: 1fr; }
	.wcz-page-hero-banner {
		min-height: 300px;
		height: 300px;
		padding: 0;
	}

	.wcz-page-hero-banner-photo {
		min-height: 300px;
	}
	.wcz-footer-cta-card {
		grid-template-columns: 1fr;
		padding: 40px 36px;
		text-align: center;
	}
	.wcz-footer-cta-card p { margin-left: auto; margin-right: auto; }
	.wcz-footer-cta-badges { justify-content: center; }
	.wcz-footer-cta-actions { justify-content: center; }
	.wcz-footer-cta-stats {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
	.wcz-footer-strip { grid-template-columns: 1fr; }
}

@media (max-width: 1100px) {
	.wcz-nav-list > li > a {
		padding: 8px 10px;
		font-size: 12px;
	}

	.wcz-top-bar-info {
		gap: 12px;
	}

	.wcz-top-bar-links {
		gap: 12px;
	}
}

@media (max-width: 768px) {
	.wcz-header-inner {
		display: flex;
		justify-content: space-between;
	}

	.wcz-header-right {
		gap: 8px;
	}

	.wcz-nav {
		position: fixed;
		top: calc(var(--wcz-wp-admin-offset) + var(--wcz-topbar-height) + var(--wcz-header-height));
		left: 0;
		right: 0;
		bottom: 0;
		background: var(--wcz-bg);
		padding: 24px;
		transform: translateX(100%);
		transition: transform var(--wcz-transition);
		overflow-y: auto;
	}

	body.wcz-header-scrolled .wcz-nav {
		top: calc(var(--wcz-wp-admin-offset) + var(--wcz-header-height));
	}

	.wcz-nav.open { transform: translateX(0); }

	.wcz-nav-list {
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
	}

	.wcz-nav-list > li > a,
	body.wcz-header-scrolled .wcz-nav-list > li > a,
	.wcz-header.scrolled .wcz-nav-list > li > a {
		color: var(--wcz-text-heading);
		padding: 12px 14px;
	}

	.wcz-nav-list .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		background: transparent;
		border: none;
		box-shadow: none;
		padding-left: 16px;
		display: none;
	}

	.wcz-nav-list .menu-item-has-children.open > .sub-menu { display: block; }

	.wcz-menu-toggle { display: flex; }

	.wcz-top-bar-info .wcz-top-bar-item:first-child {
		display: none;
	}

	.wcz-top-bar-links a:not(:last-child) {
		display: none;
	}

	.wcz-hero { min-height: auto; padding: 60px 0; }
	.wcz-hero-layout { grid-template-columns: 1fr; }
	.wcz-hero-visual { order: -1; max-height: 280px; aspect-ratio: 16/9; }
	.wcz-section { padding: 64px 0; }
	.wcz-bento { grid-template-columns: 1fr; }
	.wcz-stats-grid { grid-template-columns: 1fr 1fr; }
	.wcz-form-row { grid-template-columns: 1fr; }
	.wcz-values-grid { grid-template-columns: 1fr; }
	.wcz-footer-grid { grid-template-columns: 1fr; }
	.wcz-footer-cta-card { padding: 32px 24px; }
	.wcz-footer-cta-stats { flex-direction: column; align-items: center; }
	.wcz-footer-bottom-inner { justify-content: center; text-align: center; }
	.wcz-footer-legal { order: 2; width: 100%; justify-content: center; }
	.wcz-footer-copy { order: 1; width: 100%; }
	.wcz-back-to-top { order: 3; margin: 0 auto; }
	.wcz-testimonial-card { flex: 0 0 100%; }
	.wcz-cta-inner { padding: 40px 24px; }
	.wcz-pricing-card.featured { transform: none; }
}

@media (max-width: 480px) {
	.wcz-hero-actions { flex-direction: column; }
	.wcz-hero-actions .wcz-btn { width: 100%; }
	.wcz-stats-grid { grid-template-columns: 1fr; }
}

/* Text reveal */
.wcz-hero-title[data-text-reveal] {
	color: var(--wcz-text-heading);
}

.wcz-hero-live-title[data-text-reveal] {
	color: #fff;
	margin-bottom: 10px;
}

[data-text-reveal] {
	display: block;
}

[data-text-reveal] .wcz-word {
	display: inline-block;
	opacity: 0;
	transform: translateY(24px) rotateX(20deg);
	transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-text-reveal].revealed .wcz-word {
	opacity: 1;
	transform: translateY(0) rotateX(0);
}

/* Scroll scale */
[data-scroll-scale] {
	transform: scale(0.92);
	opacity: 0.6;
	transition: transform 0.1s linear, opacity 0.1s linear;
}

[data-scroll-scale].in-view {
	transform: scale(1);
	opacity: 1;
}

/* Horizontal tech scroll */
.wcz-hscroll {
	overflow: hidden;
	padding: 20px 0;
}

.wcz-hscroll-track {
	display: flex;
	gap: 20px;
	width: max-content;
	animation: wcz-hscroll 40s linear infinite;
}

.wcz-hscroll-item {
	flex-shrink: 0;
	padding: 16px 28px;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: 100px;
	font-family: var(--wcz-font-display);
	font-size: 15px;
	font-weight: 600;
	color: var(--wcz-text-muted);
	box-shadow: var(--wcz-shadow);
}

@keyframes wcz-hscroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* Pinned process section */
.wcz-scroll-pin {
	position: relative;
}

.wcz-pin-sticky {
	position: sticky;
	top: calc(var(--wcz-header-height) + 24px);
}

.wcz-pin-steps {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.wcz-pin-step {
	padding: 24px 28px;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	box-shadow: var(--wcz-shadow);
	opacity: 0.45;
	transform: scale(0.96);
	transition: all 0.4s ease;
}

.wcz-pin-step.active {
	opacity: 1;
	transform: scale(1);
	border-color: rgba(0, 194, 229, 0.4);
	box-shadow: var(--wcz-shadow-glow);
}

.wcz-pin-step strong {
	display: block;
	font-family: var(--wcz-font-display);
	font-size: 1.1rem;
	margin-bottom: 6px;
}

.wcz-pin-step span {
	font-size: 14px;
	color: var(--wcz-text-muted);
}

/* Trust bar */
.wcz-trust-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 32px;
	padding: 28px 0;
	border-top: 1px solid var(--wcz-border);
	border-bottom: 1px solid var(--wcz-border);
	background: var(--wcz-bg-elevated);
}

.wcz-trust-bar[data-stagger] > .wcz-trust-item {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wcz-trust-bar.stagger-visible > .wcz-trust-item {
	opacity: 1;
	transform: translateY(0);
}

.wcz-trust-bar.stagger-visible > .wcz-trust-item:nth-child(1) { transition-delay: 0.05s; }
.wcz-trust-bar.stagger-visible > .wcz-trust-item:nth-child(2) { transition-delay: 0.15s; }
.wcz-trust-bar.stagger-visible > .wcz-trust-item:nth-child(3) { transition-delay: 0.25s; }

.wcz-trust-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	color: var(--wcz-text-muted);
}

.wcz-trust-item svg {
	color: var(--wcz-primary);
	flex-shrink: 0;
}

/* Sticky CTA bar */
.wcz-sticky-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 12px 0;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(16px);
	border-top: 1px solid var(--wcz-border);
	box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.08);
	transform: translateY(100%);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wcz-sticky-cta.visible {
	transform: translateY(0);
}

.wcz-sticky-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.wcz-sticky-cta-text {
	font-size: 14px;
	font-weight: 600;
	color: var(--wcz-text);
}

.wcz-sticky-cta-text span {
	color: var(--wcz-text-muted);
	font-weight: 400;
}

.wcz-sticky-cta-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

/* Quote-only CTA block */
.wcz-quote-cta {
	text-align: center;
	padding: 56px 40px;
	background: linear-gradient(135deg, rgba(0, 194, 229, 0.08) 0%, rgba(0, 153, 184, 0.05) 100%);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-xl);
}

.wcz-quote-cta h3 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-h2);
	font-weight: 800;
	margin-bottom: 10px;
}

.wcz-quote-cta p {
	color: var(--wcz-text-muted);
	margin-bottom: 28px;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

/* CF7 form styling */
.wcz-cf7-wrap .wpcf7-form input,
.wcz-cf7-wrap .wpcf7-form select,
.wcz-cf7-wrap .wpcf7-form textarea {
	width: 100%;
	padding: 14px 18px;
	font-family: var(--wcz-font);
	font-size: 15px;
	color: var(--wcz-text);
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius);
}

.wcz-cf7-wrap .wpcf7-form p {
	margin-bottom: 16px;
}

@media (max-width: 768px) {
	.wcz-sticky-cta-inner { justify-content: center; text-align: center; }
	.wcz-pin-sticky { position: relative; top: auto; }
}

/* ==========================================================================
   4K / Ultra-wide displays
   ========================================================================== */

/* Core services (webcirclez.com) */
.wcz-core-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.wcz-core-card {
	display: flex;
	flex-direction: column;
	padding: 32px;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	box-shadow: var(--wcz-shadow);
	text-decoration: none;
	color: inherit;
	transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
	transform-style: preserve-3d;
}

.wcz-core-card:hover {
	border-color: rgba(0, 194, 229, 0.4);
	box-shadow: var(--wcz-shadow-glow);
	transform: translateY(-8px);
}

.wcz-core-card.featured {
	border-color: rgba(0, 194, 229, 0.35);
	background: linear-gradient(160deg, #fff 0%, #f0fbfe 100%);
}

.wcz-core-icon {
	font-size: var(--wcz-h2);
	margin-bottom: 12px;
	transition: transform 0.4s ease;
}

.wcz-core-card:hover .wcz-core-icon {
	transform: scale(1.1) rotate(-5deg);
}

.wcz-core-card h3 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-text-md);
	margin-bottom: 8px;
}

.wcz-core-card p {
	font-size: 14px;
	color: var(--wcz-text-muted);
	line-height: 1.6;
	flex: 1;
	margin-bottom: 16px;
}

/* Features showcase */
.wcz-features-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 32px;
}

.wcz-feature-showcase {
	padding: 36px 28px;
	text-align: center;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	box-shadow: var(--wcz-shadow);
	transition: all 0.4s ease;
}

.wcz-feature-showcase:hover {
	transform: translateY(-6px);
	border-color: rgba(0, 194, 229, 0.35);
	box-shadow: var(--wcz-shadow-glow);
}

.wcz-feature-showcase-icon {
	font-size: var(--wcz-h2);
	margin-bottom: 12px;
	display: inline-block;
	animation: wcz-icon-bounce 3s ease-in-out infinite;
}

.wcz-feature-showcase:nth-child(2) .wcz-feature-showcase-icon { animation-delay: -1s; }
.wcz-feature-showcase:nth-child(3) .wcz-feature-showcase-icon { animation-delay: -2s; }

@keyframes wcz-icon-bounce {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-6px); }
}

.wcz-feature-showcase h3 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-text-md);
	margin-bottom: 8px;
}

.wcz-feature-showcase p {
	font-size: 14px;
	color: var(--wcz-text-muted);
}

.wcz-spec-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.wcz-spec-card {
	padding: 24px;
	background: linear-gradient(135deg, rgba(0,194,229,0.06) 0%, transparent 100%);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius);
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
}

.wcz-spec-card:hover {
	background: rgba(0, 194, 229, 0.08);
	border-color: rgba(0, 194, 229, 0.3);
	transform: translateX(6px);
}

.wcz-spec-card h4 {
	font-size: 1rem;
	margin-bottom: 6px;
}

.wcz-spec-card p {
	font-size: 13px;
	color: var(--wcz-text-muted);
}

/* Quick contact */
.wcz-quick-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.wcz-quick-card {
	padding: 36px 28px;
	text-align: center;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	box-shadow: var(--wcz-shadow);
	transition: all 0.4s ease;
}

.wcz-quick-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--wcz-shadow-glow);
}

.wcz-quick-card.featured {
	border-color: rgba(0, 194, 229, 0.4);
	background: linear-gradient(160deg, #fff, #f0fbfe);
}

.wcz-quick-icon {
	font-size: var(--wcz-h2);
	margin-bottom: 12px;
}

.wcz-quick-card h3 {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-text-md);
	margin-bottom: 8px;
}

.wcz-quick-card p {
	font-size: 14px;
	color: var(--wcz-text-muted);
	margin-bottom: 20px;
	line-height: 1.6;
}

/* Stagger animations */
[data-stagger] > * {
	opacity: 0;
	transform: translateY(32px);
	transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-stagger].stagger-visible > * {
	opacity: 1;
	transform: translateY(0);
}

[data-stagger].stagger-visible > *:nth-child(1) { transition-delay: 0.05s; }
[data-stagger].stagger-visible > *:nth-child(2) { transition-delay: 0.12s; }
[data-stagger].stagger-visible > *:nth-child(3) { transition-delay: 0.19s; }
[data-stagger].stagger-visible > *:nth-child(4) { transition-delay: 0.26s; }
[data-stagger].stagger-visible > *:nth-child(5) { transition-delay: 0.33s; }
[data-stagger].stagger-visible > *:nth-child(6) { transition-delay: 0.4s; }
[data-stagger].stagger-visible > *:nth-child(7) { transition-delay: 0.47s; }
[data-stagger].stagger-visible > *:nth-child(8) { transition-delay: 0.54s; }
[data-stagger].stagger-visible > *:nth-child(9) { transition-delay: 0.61s; }

/* Footer link hover slide */
.wcz-footer-links a span {
	display: inline-block;
	transition: transform 0.25s ease;
}

.wcz-footer-links a:hover span {
	transform: translateX(4px);
}

/* Service card icon pop */
.wcz-service-card:hover .wcz-service-icon,
.wcz-core-card:hover .wcz-core-icon {
	animation: wcz-icon-pop 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes wcz-icon-pop {
	0% { transform: scale(1); }
	40% { transform: scale(1.2) rotate(-6deg); }
	100% { transform: scale(1); }
}

/* ── Extended site-wide animations ── */

/* Nav entrance */
.wcz-nav-enter {
	animation: wcz-nav-enter 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes wcz-nav-enter {
	from { opacity: 0; transform: translateY(-8px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Image fade reveal — no cropping */
.wcz-img-reveal {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wcz-img-reveal.is-revealed {
	opacity: 1;
	transform: translateY(0);
}

/* Card shine sweep on hover */
.wcz-service-card,
.wcz-core-card,
.wcz-bento-item,
.wcz-quick-card,
.wcz-feature-showcase,
.wcz-pricing-card {
	position: relative;
	overflow: hidden;
}

.wcz-service-card::after,
.wcz-core-card::after,
.wcz-bento-item::after,
.wcz-quick-card::after,
.wcz-feature-showcase::after,
.wcz-pricing-card::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, transparent 40%, rgba(0, 194, 229, 0.08) 50%, transparent 60%);
	transform: translateX(-120%);
	transition: transform 0.6s ease;
	pointer-events: none;
}

.wcz-service-card.is-hovered::after,
.wcz-core-card.is-hovered::after,
.wcz-bento-item.is-hovered::after,
.wcz-quick-card.is-hovered::after,
.wcz-feature-showcase:hover::after,
.wcz-pricing-card:hover::after {
	transform: translateX(120%);
}

/* Button shine */
.wcz-btn {
	position: relative;
	overflow: hidden;
}

.wcz-btn::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
	transform: translateX(-120%);
	transition: transform 0.5s ease;
}

.wcz-btn:hover::before {
	transform: translateX(120%);
}

/* Social icon bounce */
.wcz-footer-social-link.is-bouncing,
.wcz-about-team-social a.is-bouncing {
	animation: wcz-social-bounce 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes wcz-social-bounce {
	0%, 100% { transform: translateY(0); }
	40% { transform: translateY(-5px) scale(1.08); }
}

.wcz-footer-social-link {
	transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.wcz-footer-social-link:hover {
	transform: translateY(-3px);
}

/* Contact item hover */
.wcz-contact-item {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-radius: var(--wcz-radius);
	padding: 8px;
	margin: -8px;
}

.wcz-contact-item:hover {
	transform: translateX(6px);
}

/* Portfolio thumb zoom */
.wcz-portfolio-item .wcz-portfolio-thumb img {
	transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wcz-portfolio-item:hover .wcz-portfolio-thumb img {
	transform: scale(1.08);
}

/* Hscroll item hover */
.wcz-hscroll-item {
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.wcz-hscroll-item:hover {
	transform: translateY(-4px) scale(1.03);
	border-color: rgba(0, 194, 229, 0.4);
	color: var(--wcz-primary);
	box-shadow: var(--wcz-shadow-glow);
}

/* Marquee fade edges */
.wcz-marquee {
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

/* Scroll progress glow */
.wcz-scroll-progress {
	box-shadow: 0 0 12px rgba(0, 194, 229, 0.5);
	transition: width 0.1s linear;
}

/* CTA creative pulse */
.wcz-cta-creative::before {
	content: '';
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	background: conic-gradient(from 0deg, rgba(0, 194, 229, 0.3), transparent, rgba(0, 194, 229, 0.2), transparent);
	animation: wcz-cta-glow 6s linear infinite;
	opacity: 0.5;
	pointer-events: none;
	z-index: 0;
}

@keyframes wcz-cta-glow {
	to { transform: rotate(360deg); }
}

/* Pin step slide */
.wcz-pin-step {
	transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wcz-pin-step.active strong {
	color: var(--wcz-primary);
}

/* Form input focus glow */
.wcz-form input:focus,
.wcz-form textarea:focus,
.wcz-form select:focus,
.wcz-cf7-wrap input:focus,
.wcz-cf7-wrap textarea:focus,
.wcz-newsletter-field input:focus {
	box-shadow: 0 0 0 3px rgba(0, 194, 229, 0.2);
	transform: translateY(-1px);
	transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

/* Footer bottom fade */
.wcz-footer-bottom-inner {
	animation: wcz-fade-up 0.8s ease 0.3s both;
}

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

/* Top bar fade-in (opacity only — do not use transform; it blocks scroll hide) */
@keyframes wcz-topbar-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* Stat item glow on hover */
.wcz-stat-item:hover strong {
	text-shadow: 0 0 24px rgba(0, 194, 229, 0.35);
	transition: text-shadow 0.3s ease;
}

/* Review card hover */
.wcz-review-live-card:hover h3 {
	color: var(--wcz-primary);
	transition: color 0.3s ease;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	.wcz-marquee-track,
	.wcz-hscroll-track,
	.wcz-laptop-mockup,
	.wcz-hero-orb,
	.wcz-hero-float-card,
	.wcz-hero-live-bg,
	.wcz-icon-float,
	.wcz-cta-creative::before,
	.wcz-nav-enter,
	.wcz-footer-bottom-inner,
	.wcz-top-bar {
		animation: none !important;
	}

	.wcz-img-reveal {
		opacity: 1 !important;
		transform: none !important;
	}

	.wcz-hero-cta-strip {
		transform: none !important;
		opacity: 1 !important;
	}

	[data-animate],
	[data-animate="fade-up"],
	[data-animate="fade-left"],
	[data-animate="fade-right"],
	[data-animate="scale"],
	[data-animate="blur"],
	[data-animate="float-up"],
	[data-animate="blur-in"],
	[data-animate="fade-down"],
	[data-animate="zoom-in"],
	[data-animate="rotate-in"],
	[data-stagger] > *,
	.wcz-section .wcz-section-title,
	.wcz-section .wcz-section-desc {
		opacity: 1 !important;
		transform: none !important;
		filter: none !important;
		transition: none !important;
	}

	body:not(.wcz-loaded) .wcz-header,
	body:not(.wcz-loaded) .wcz-main {
		opacity: 1;
		transform: none;
	}
}

/* 3D tilt cards */
[data-tilt-card] {
	transform-style: preserve-3d;
	will-change: transform;
}

.wcz-cta-creative {
	position: relative;
	overflow: hidden;
}

.wcz-cta-creative::after {
	content: '';
	position: absolute;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(0,194,229,0.15) 0%, transparent 70%);
	top: -100px;
	right: -80px;
	animation: wcz-float 15s ease-in-out infinite;
}

.wcz-stats-animated .wcz-stat-item {
	padding: 32px 24px;
	background: var(--wcz-bg-card);
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	box-shadow: var(--wcz-shadow);
	transition: all 0.4s ease;
}

.wcz-stats-animated .wcz-stat-item:hover {
	transform: translateY(-6px) scale(1.02);
	border-color: rgba(0, 194, 229, 0.35);
}

.wcz-btn-magnetic {
	transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

@media (max-width: 1024px) {
	.wcz-content-layout,
	.wcz-content-layout-form,
	.wcz-service-intro-layout {
		grid-template-columns: 1fr;
	}

	.wcz-content-visual {
		position: static;
		max-width: 480px;
		margin: 0 auto;
	}

	.wcz-core-grid,
	.wcz-quick-grid { grid-template-columns: repeat(2, 1fr); }
	.wcz-features-row,
	.wcz-spec-grid { grid-template-columns: 1fr; }
	.wcz-hero-float-card { display: none; }
}

@media (max-width: 768px) {
	.wcz-hero-live-stage > .wcz-container {
		min-height: 100vh;
		padding: calc(var(--wcz-header-height) + var(--wcz-topbar-height) + 32px) 24px 40px;
	}

	.wcz-hero-live-grid { grid-template-columns: 1fr; gap: 36px; }
	.wcz-hero-cta-strip { padding: 32px 0; }
	.wcz-hero-cta-actions { flex-direction: column; }
	.wcz-hero-cta-actions .wcz-btn { width: 100%; }

	.wcz-reviews-live-grid { grid-template-columns: 1fr; gap: 32px; }
	.wcz-reviews-live-summary { padding: 40px 0 36px; }
	.wcz-review-modal { padding: 16px; align-items: center; }

	.wcz-top-bar { display: none; }
	:root { --wcz-topbar-height: 0px; }
	.wcz-header { top: var(--wcz-wp-admin-offset); }
	body.wcz-header-scrolled .wcz-header { top: var(--wcz-wp-admin-offset); }
	.wcz-core-grid,
	.wcz-quick-grid { grid-template-columns: 1fr; }
}

@media (min-width: 1920px) {
	:root {
		--wcz-container: 1240px;
	}
}

@media (min-width: 2560px) {
	:root {
		--wcz-container: 1280px;
	}
}

@media (min-width: 3840px) {
	:root {
		--wcz-container: 1320px;
	}
}
