/* ==========================================================================
   Service pages — webcirclez.com live parity
   ========================================================================== */

.wcz-page-hero-banner--live .wcz-page-hero-banner-title {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.wcz-service-live-intro {
	padding: clamp(48px, 6vw, 80px) 0;
}

.wcz-service-live-intro-grid {
	display: grid;
	gap: 40px;
	align-items: center;
}

.wcz-service-live-intro-grid.has-visual {
	grid-template-columns: 1fr 1fr;
}

.wcz-service-live-subtitle {
	font-family: var(--wcz-font-display);
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 600;
	margin: 0 0 16px;
	color: var(--wcz-text-heading);
}

.wcz-service-live-text p {
	font-size: var(--wcz-text-md);
	line-height: 1.85;
	color: var(--wcz-text-muted);
	margin: 0 0 16px;
}

.wcz-service-live-intro-visual,
.wcz-service-live-block-visual {
	box-shadow: var(--wcz-shadow-lg);
	background: #f4f6f8;
}

.wcz-service-live-block-visual {
	margin-top: 32px;
}

.wcz-service-live-photo,
.wcz-service-live-card-img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	box-shadow: none;
	object-fit: cover;
	object-position: center center;
}

.wcz-section-title--live {
	font-size: clamp(1.5rem, 3vw, 2rem);
	text-transform: capitalize;
}

.wcz-service-live-process-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 24px;
}

.wcz-service-live-process-step {
	padding: 28px 24px;
	background: #fff;
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	position: relative;
}

.wcz-service-live-process-num {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 2rem;
	font-weight: 700;
	color: rgba(0, 194, 229, 0.2);
	line-height: 1;
}

.wcz-service-live-process-step h3 {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin: 0 0 10px;
}

.wcz-service-live-process-step p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: var(--wcz-text-muted);
}

.wcz-service-live-includes-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.wcz-service-live-include {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 20px;
	background: #fff;
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-md);
}

.wcz-service-live-include-icon {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--wcz-primary);
	flex-shrink: 0;
}

.wcz-service-live-include h4 {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 600;
}

.wcz-service-live-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
}

.wcz-service-live-card {
	padding: 28px;
	background: #fff;
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
	text-align: center;
}

.wcz-service-live-card-media {
	margin-bottom: 20px;
}

.wcz-service-live-card h3 {
	font-size: 1.05rem;
	margin: 0 0 10px;
}

.wcz-service-live-card p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: var(--wcz-text-muted);
}

.wcz-service-live-checklist {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 12px;
	margin-top: 24px;
}

.wcz-service-live-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 16px;
	background: rgba(0, 194, 229, 0.05);
	border-radius: var(--wcz-radius-md);
}

.wcz-service-live-check-icon {
	color: var(--wcz-primary);
	font-weight: 700;
	flex-shrink: 0;
}

.wcz-service-live-why-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 14px;
}

.wcz-service-live-why-item {
	display: flex;
	gap: 10px;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-md);
}

.wcz-service-live-why-item p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.6;
}

.wcz-service-live-offer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
}

.wcz-service-live-offer-card {
	padding: 24px;
	background: #fff;
	border: 1px solid var(--wcz-border);
	border-radius: var(--wcz-radius-lg);
}

.wcz-service-live-offer-card h4 {
	margin: 0 0 8px;
	font-size: 1rem;
}

.wcz-service-live-offer-card p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: var(--wcz-text-muted);
}

.wcz-service-live-faq-grid {
	display: grid;
	gap: 20px;
	max-width: 860px;
}

.wcz-service-live-faq-item h4 {
	margin: 0 0 8px;
	font-size: 1rem;
}

.wcz-service-live-faq-item p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.75;
	color: var(--wcz-text-muted);
}

.wcz-service-live-cta {
	background: #f7f7f7;
}

.wcz-service-live-cta-inner {
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
	padding: clamp(40px, 6vw, 64px) 24px;
}

.wcz-service-live-cta-title {
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	margin: 0 0 16px;
	line-height: 1.3;
}

.wcz-service-live-cta-title strong {
	display: block;
	color: var(--wcz-primary);
}

.wcz-service-live-cta-inner p {
	margin: 0 0 24px;
	font-size: 1rem;
	line-height: 1.8;
	color: var(--wcz-text-muted);
}

.wcz-portfolio-band {
	position: relative;
	padding: clamp(56px, 8vw, 88px) 0;
	background: var(--wcz-primary);
	color: #fff;
	overflow: hidden;
}

.wcz-portfolio-band-bg {
	position: absolute;
	inset: 0;
	background-image: var(--wcz-portfolio-band-image, none);
	background-repeat: repeat;
	background-position: center;
	opacity: 0.35;
	pointer-events: none;
}

.wcz-portfolio-band-inner {
	position: relative;
	text-align: center;
	z-index: 1;
}

.wcz-portfolio-band-title {
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	margin: 0 0 12px;
	font-weight: 400;
}

.wcz-portfolio-band-title strong {
	font-weight: 700;
}

.wcz-portfolio-band-desc {
	max-width: 640px;
	margin: 0 auto 24px;
	opacity: 0.9;
	line-height: 1.7;
}

.wcz-service-live-block.is-alt {
	background: var(--wcz-bg-elevated);
}

.wcz-service-live-intro--centered .wcz-service-live-intro-grid {
	display: block;
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.wcz-service-live-intro--centered .wcz-service-live-subtitle {
	font-size: clamp(1.25rem, 2.2vw, 1.5rem);
	font-weight: 400;
	color: var(--wcz-text-heading);
}

.wcz-service-live-intro--centered .wcz-service-live-text p {
	font-size: 0.9375rem;
	color: #7a8494;
}

.wcz-service-live-includes {
	background: #fff;
}

.wcz-service-live-includes .wcz-section-header {
	text-align: center;
}

.wcz-service-live-includes .wcz-section-title--live {
	font-weight: 400;
}

.wcz-service-live-includes .wcz-section-title--live::after {
	content: none;
}

.wcz-service-live-include {
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 28px 20px;
	border: none;
	box-shadow: none;
	background: transparent;
}

.wcz-service-live-include-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #e8ecef;
	position: relative;
}

.wcz-service-live-include-icon::after {
	content: '';
	position: absolute;
	inset: 50% auto auto 50%;
	width: 8px;
	height: 8px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: var(--wcz-primary);
}

.wcz-service-live-includes-grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 8px 24px;
	max-width: 960px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.wcz-service-live-includes-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.wcz-service-live-includes-grid {
		grid-template-columns: 1fr;
	}
}

/* --------------------------------------------------------------------------
   Process timeline — website-design live style
   -------------------------------------------------------------------------- */
.wcz-process-timeline {
	padding: clamp(56px, 8vw, 96px) 0;
	background: #fff;
}

.wcz-process-timeline-heading {
	text-align: center;
	font-family: var(--wcz-font-display);
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	font-weight: 400;
	margin: 0 0 clamp(48px, 6vw, 72px);
	color: var(--wcz-text-heading);
	letter-spacing: -0.02em;
}

.wcz-process-timeline-heading strong {
	font-weight: 700;
}

.wcz-process-timeline-wrap {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 12px 20px;
}

.wcz-process-timeline-rail {
	position: absolute;
	top: 52px;
	left: 8%;
	right: 6%;
	height: 80px;
	pointer-events: none;
	z-index: 0;
}

.wcz-process-timeline-dot--start {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #4a90d9;
	box-shadow: 0 0 0 4px rgba(74, 144, 217, 0.15);
}

.wcz-process-timeline-wave {
	position: absolute;
	left: 2%;
	right: 8%;
	top: 50%;
	width: 96%;
	height: 40px;
	transform: translateY(-50%);
	color: #d8dde3;
}

.wcz-process-timeline-plane {
	position: absolute;
	right: -4px;
	top: 42%;
	transform: translateY(-50%) rotate(-12deg);
	color: #6fcf4f;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wcz-process-timeline-deco {
	position: absolute;
	color: #e2e6ea;
	opacity: 0.9;
}

.wcz-process-timeline-deco--sun {
	left: 6%;
	top: -18px;
}

.wcz-process-timeline-deco--cloud {
	right: 22%;
	top: -24px;
}

.wcz-process-timeline-deco--wind {
	left: 46%;
	top: 8px;
}

.wcz-process-timeline-steps {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wcz-process-timeline-step {
	text-align: center;
}

.wcz-process-timeline-node {
	width: 104px;
	height: 104px;
	margin: 0 auto 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e8ecef;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
	color: #5f6b7a;
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.wcz-process-timeline-step:hover .wcz-process-timeline-node {
	transform: translateY(-4px);
	border-color: rgba(0, 194, 229, 0.35);
	box-shadow: 0 12px 32px rgba(0, 194, 229, 0.12);
	color: var(--wcz-primary);
}

.wcz-process-timeline-step h3 {
	margin: 0 0 12px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wcz-text-heading);
}

.wcz-process-timeline-step p {
	margin: 0 auto;
	max-width: 220px;
	font-size: 0.875rem;
	line-height: 1.75;
	color: #7a8494;
}

@media (max-width: 900px) {
	.wcz-process-timeline-rail {
		display: none;
	}

	.wcz-process-timeline-steps {
		grid-template-columns: repeat(2, 1fr);
		gap: 36px 20px;
	}

	.wcz-process-timeline-node {
		width: 88px;
		height: 88px;
		margin-bottom: 20px;
	}
}

@media (max-width: 520px) {
	.wcz-process-timeline-steps {
		grid-template-columns: 1fr;
		max-width: 280px;
		margin: 0 auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wcz-process-timeline-step:hover .wcz-process-timeline-node {
		transform: none;
	}
}

/* --------------------------------------------------------------------------
   Process rail — web-development live style
   -------------------------------------------------------------------------- */
.wcz-process-rail {
	padding: clamp(56px, 8vw, 88px) 0;
	background: #f3f5f7;
}

.wcz-process-rail-heading {
	text-align: center;
	font-family: var(--wcz-font-display);
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0 0 16px;
	color: var(--wcz-text-heading);
}

.wcz-process-rail-accent {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: clamp(40px, 5vw, 56px);
}

.wcz-process-rail-accent-line {
	width: 120px;
	height: 3px;
	background: var(--wcz-primary);
	border-radius: 2px;
}

.wcz-process-rail-accent-caret {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid var(--wcz-primary);
	margin-top: -1px;
}

.wcz-process-rail-track {
	display: grid;
	grid-template-rows: minmax(150px, 1fr) 54px minmax(150px, 1fr);
	gap: 0;
	max-width: 1140px;
	margin: 0 auto;
	min-height: 400px;
}

.wcz-process-rail-row--top,
.wcz-process-rail-row--bottom,
.wcz-process-rail-bar {
	display: grid;
	grid-template-columns: repeat(var(--wcz-rail-cols, 5), minmax(0, 1fr));
	gap: 8px;
}

.wcz-process-rail-row--top {
	align-items: end;
	padding-bottom: 0;
}

.wcz-process-rail-row--bottom {
	align-items: start;
	padding-top: 0;
}

.wcz-process-rail-bar {
	grid-row: 2;
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(var(--wcz-rail-cols, 5), minmax(0, 1fr));
	height: 54px;
	background: var(--wcz-primary);
	border-radius: 2px;
	align-items: center;
	z-index: 2;
}

.wcz-process-rail-bar-cell {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.wcz-process-rail-number {
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}

.wcz-process-rail-cell {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	padding: 0 6px;
	min-height: 0;
}

.wcz-process-rail-cell--bottom {
	justify-content: flex-start;
}

.wcz-process-rail-cell.is-highlight .wcz-process-rail-copy {
	position: relative;
}

.wcz-process-rail-cell.is-highlight .wcz-process-rail-copy::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -12px;
	transform: translateX(-50%);
	width: 200px;
	height: 100px;
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0) 70%);
	pointer-events: none;
	z-index: -1;
}

.wcz-process-rail-copy {
	position: relative;
	z-index: 1;
}

.wcz-process-rail-copy h3 {
	margin: 0 0 10px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wcz-primary);
}

.wcz-process-rail-copy--above {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.wcz-process-rail-copy--above p {
	order: 1;
	margin: 0 auto 12px;
}

.wcz-process-rail-copy--above h3 {
	order: 2;
	margin: 0;
}

.wcz-process-rail-copy--below h3 {
	margin: 0 0 10px;
}

.wcz-process-rail-copy--below p {
	margin: 0 auto;
}

.wcz-process-rail-copy p {
	margin: 0 auto;
	max-width: 210px;
	font-size: 0.8125rem;
	line-height: 1.7;
	color: #6b7280;
}

.wcz-process-rail-node-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wcz-process-rail-row--top .wcz-process-rail-copy {
	padding-bottom: 20px;
}

.wcz-process-rail-row--bottom .wcz-process-rail-copy {
	padding-top: 20px;
}

.wcz-process-rail-row--top .wcz-process-rail-node-wrap {
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 0;
}

.wcz-process-rail-row--bottom .wcz-process-rail-node-wrap {
	margin-top: 0;
}

.wcz-process-rail-row--bottom .wcz-process-rail-node-wrap {
	flex-direction: column;
	justify-content: flex-start;
}

.wcz-process-rail-connector {
	width: 2px;
	height: 34px;
	background: var(--wcz-primary);
	flex-shrink: 0;
}

.wcz-process-rail-node {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--wcz-primary);
	color: #fff;
	box-shadow: 0 8px 24px rgba(0, 194, 229, 0.25);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
	flex-shrink: 0;
}

.wcz-process-rail-node.is-outline {
	background: #fff;
	color: var(--wcz-primary);
	border: 3px solid var(--wcz-primary);
	box-shadow: 0 4px 16px rgba(0, 194, 229, 0.12);
}

.wcz-process-rail-cell:hover .wcz-process-rail-node {
	transform: scale(1.06);
	box-shadow: 0 12px 32px rgba(0, 194, 229, 0.35);
}

.wcz-process-rail-cell:hover .wcz-process-rail-node.is-outline {
	box-shadow: 0 8px 24px rgba(0, 194, 229, 0.2);
}

@media (max-width: 1024px) {
	.wcz-process-rail-track {
		display: none;
	}

	.wcz-process-rail-mobile {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.wcz-process-rail-mobile-card {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 14px;
		padding: 24px 16px;
		background: #fff;
		border: 1px solid var(--wcz-border);
		border-radius: var(--wcz-radius-lg);
		text-align: center;
	}

	.wcz-process-rail-mobile-num {
		width: 36px;
		height: 36px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		background: var(--wcz-primary);
		color: #fff;
		font-weight: 700;
		font-size: 1rem;
		line-height: 1;
	}
}

.wcz-process-rail-mobile {
	display: none;
}

@media (max-width: 600px) {
	.wcz-process-rail-mobile {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wcz-process-rail-cell:hover .wcz-process-rail-node {
		transform: none;
	}
}

@media (max-width: 900px) {
	.wcz-service-live-intro-grid.has-visual {
		grid-template-columns: 1fr;
	}
}
