/**
 * Premium Services landing page.
 *
 * @package WebCircleZ_Pro
 */

/* Featured services strip — under banner (dark desk style) */
.wcz-services-featured-strip {
	position: relative;
	z-index: 2;
	margin-top: -1px;
	padding: 0;
	background:
		linear-gradient(
			105deg,
			rgba(4, 6, 12, 0.78) 0%,
			rgba(6, 10, 18, 0.62) 50%,
			rgba(4, 8, 16, 0.72) 100%
		),
		center / cover no-repeat url("../images/pages/hero-home-bg.jpg");
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.wcz-services-featured-strip__list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wcz-services-featured-strip__list li {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
}

.wcz-services-featured-strip__list li:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.wcz-services-featured-strip__list a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 18px 14px;
	font-size: clamp(0.72rem, 1.1vw, 0.88rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	line-height: 1.3;
	transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.wcz-services-featured-strip__list a:hover {
	color: #00c2e5;
	background: rgba(0, 194, 229, 0.1);
}

body.page-template-page-services-php .wcz-section,
body.page-template-page-services .wcz-section {
	padding-top: clamp(24px, 3vw, 36px);
	padding-bottom: clamp(24px, 3vw, 36px);
}

body.page-template-page-services-php .wcz-section:first-of-type,
body.page-template-page-services .wcz-section:first-of-type {
	padding-top: clamp(28px, 3.5vw, 44px);
}

body.page-template-page-services-php .wcz-section:last-of-type,
body.page-template-page-services .wcz-section:last-of-type {
	padding-bottom: clamp(28px, 3.5vw, 44px);
}

body.page-template-page-services-php .wcz-section-header,
body.page-template-page-services .wcz-section-header {
	margin-bottom: clamp(20px, 3vw, 28px);
}

.wcz-services-premium-intro {
	position: relative;
	overflow: hidden;
	padding-top: clamp(28px, 3.5vw, 44px);
	background:
		radial-gradient(circle at 15% 20%, rgba(0, 194, 229, 0.14), transparent 32%),
		linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%);
}

.wcz-services-premium-kicker {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
}

.wcz-services-premium-kicker span,
.wcz-services-google-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 12px;
	border: 1px solid rgba(0, 194, 229, 0.24);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.74);
	color: var(--wcz-primary-dark, #0099b8);
	font-family: var(--wcz-font);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.wcz-services-premium-lede {
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
}

.wcz-services-premium-lede p {
	margin: 0;
	font-family: var(--wcz-font-display);
	font-size: clamp(1.25rem, 2.2vw, 1.65rem);
	font-weight: 600;
	line-height: 1.55;
	letter-spacing: 0;
	color: var(--wcz-text-heading, #0f172a);
}

.wcz-services-premium-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	max-width: 860px;
	margin: 28px auto 0;
}

.wcz-services-premium-stats div {
	padding: 18px 16px;
	text-align: center;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
	backdrop-filter: blur(12px);
}

.wcz-services-premium-stats strong {
	display: block;
	margin-bottom: 6px;
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	line-height: 1;
	color: var(--wcz-primary, #00c2e5);
}

.wcz-services-premium-stats span {
	display: block;
	font-family: var(--wcz-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #64748b;
}

.wcz-services-premium-grid-section {
	background: #fff;
}

.wcz-services-premium-grid,
.wcz-services-google-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.wcz-services-premium-card,
.wcz-services-google-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 24px;
	overflow: hidden;
	text-decoration: none;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.wcz-services-premium-card::before,
.wcz-services-google-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0, 194, 229, 0.12), transparent 42%);
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.wcz-services-premium-card:hover,
.wcz-services-google-card:hover {
	transform: translateY(-8px);
	border-color: rgba(0, 194, 229, 0.28);
	box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
}

.wcz-services-premium-card:hover::before,
.wcz-services-google-card:hover::before {
	opacity: 1;
}

.wcz-services-premium-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 16px;
	border-radius: 18px;
	color: var(--wcz-primary, #00c2e5);
	background: rgba(0, 194, 229, 0.1);
	border: 1px solid rgba(0, 194, 229, 0.18);
}

.wcz-services-premium-card h3,
.wcz-services-google-card h3 {
	margin: 0 0 12px;
	font-family: var(--wcz-font-display);
	font-size: clamp(1.05rem, 1.5vw, 1.3rem);
	line-height: 1.25;
	color: #0f172a;
}

.wcz-services-premium-card p,
.wcz-services-google-card p {
	margin: 0 0 18px;
	color: #64748b;
	line-height: 1.75;
}

.wcz-services-premium-link {
	margin-top: auto;
	font-family: var(--wcz-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wcz-primary-dark, #0099b8);
}

.wcz-services-google-suite {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 80% 15%, rgba(0, 194, 229, 0.1), transparent 32%),
		linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.wcz-services-google-head {
	max-width: 820px;
	margin: 0 auto 28px;
	text-align: center;
}

.wcz-services-google-head h2 {
	margin: 10px 0 12px;
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-section-title-size);
	font-weight: 700;
	line-height: var(--wcz-leading-tight, 1.25);
	letter-spacing: 0;
	color: var(--wcz-text-heading, #0f172a);
}

.wcz-services-google-head p {
	margin: 0;
	color: #64748b;
	font-size: var(--wcz-text-lg);
	line-height: 1.7;
}

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

.wcz-services-google-card {
	background: #fff;
	border-color: rgba(15, 23, 42, 0.08);
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
	backdrop-filter: none;
}

.wcz-services-google-card h3 {
	color: #0f172a;
}

.wcz-services-google-card p {
	color: #64748b;
}

.wcz-services-google-card .wcz-services-premium-link {
	color: var(--wcz-primary-dark, #0099b8);
}

.wcz-services-google-badge {
	align-self: flex-start;
	margin-bottom: 14px;
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(0, 194, 229, 0.24);
	color: var(--wcz-primary-dark, #0099b8);
}

.wcz-services-process {
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.wcz-services-process-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(28px, 4vw, 40px);
	align-items: center;
}

.wcz-services-process-copy h2,
.wcz-services-choice-card h2 {
	margin: 10px 0 12px;
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-section-title-size);
	font-weight: 700;
	line-height: var(--wcz-leading-tight, 1.25);
	letter-spacing: 0;
	color: #0f172a;
}

.wcz-services-process-copy p,
.wcz-services-choice-card p {
	margin: 0;
	color: #64748b;
	font-size: var(--wcz-text-md);
	line-height: 1.75;
}

.wcz-services-process-rail {
	position: relative;
	display: grid;
	gap: 14px;
}

.wcz-services-process-step {
	position: relative;
	padding: 20px 20px 20px 76px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
}

.wcz-services-process-step span {
	position: absolute;
	left: 24px;
	top: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--wcz-gradient);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

.wcz-services-process-step h3 {
	margin: 0 0 8px;
	color: #0f172a;
}

.wcz-services-process-step p {
	margin: 0;
	color: #64748b;
	line-height: 1.7;
}

.wcz-services-choice {
	background: #fff;
}

.wcz-services-choice-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: clamp(24px, 3.5vw, 40px);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(0, 194, 229, 0.13), transparent 45%),
		#f8fafc;
	border: 1px solid rgba(0, 194, 229, 0.18);
	box-shadow: 0 26px 80px rgba(15, 23, 42, 0.1);
}

.wcz-services-choice-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

body.page-template-page-services-php .wcz-cta-banner,
body.page-template-page-services .wcz-cta-banner {
	padding-top: clamp(24px, 3vw, 36px);
	padding-bottom: clamp(24px, 3vw, 36px);
}

body.page-template-page-services-php .wcz-cta-inner,
body.page-template-page-services .wcz-cta-inner {
	padding: clamp(28px, 4vw, 40px);
}

@media (max-width: 1100px) {
	.wcz-services-google-grid,
	.wcz-services-premium-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.wcz-services-premium-stats,
	.wcz-services-premium-grid,
	.wcz-services-google-grid,
	.wcz-services-process-layout,
	.wcz-services-choice-card {
		grid-template-columns: 1fr;
	}

	.wcz-services-choice-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 560px) {
	.wcz-services-premium-card,
	.wcz-services-google-card {
		padding: 24px;
	}

	.wcz-services-featured-strip__list li {
		flex: 1 1 50%;
	}

	.wcz-services-featured-strip__list li:nth-child(2n) {
		border-right: none;
	}

	.wcz-services-featured-strip__list li:not(:nth-last-child(-n + 2)) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.wcz-services-featured-strip__list a {
		padding: 14px 10px;
		font-size: 0.72rem;
	}

	.wcz-services-process-step {
		padding: 22px;
	}

	.wcz-services-process-step span {
		position: static;
		margin-bottom: 14px;
	}
}

/* Dark mode — stats / cards / kickers */
html.wcz-dark-mode .wcz-services-premium-stats div {
	background: rgba(8, 12, 22, 0.96) !important;
	border-color: rgba(255, 255, 255, 0.1) !important;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35) !important;
	backdrop-filter: none !important;
}

html.wcz-dark-mode .wcz-services-premium-stats span {
	color: #93a0b4 !important;
}

html.wcz-dark-mode .wcz-services-premium-stats strong {
	color: #00c2e5 !important;
}

html.wcz-dark-mode .wcz-services-premium-kicker span,
html.wcz-dark-mode .wcz-services-google-badge {
	background: rgba(8, 12, 22, 0.96) !important;
	border-color: rgba(0, 194, 229, 0.35) !important;
	color: #00c2e5 !important;
	box-shadow: none !important;
}

html.wcz-dark-mode .wcz-services-premium-grid-section,
html.wcz-dark-mode .wcz-services-premium-intro {
	background: var(--wcz-bg, #070b14) !important;
}

html.wcz-dark-mode .wcz-services-premium-card,
html.wcz-dark-mode .wcz-services-google-card,
html.wcz-dark-mode .wcz-services-process-step {
	background: rgba(8, 12, 22, 0.96) !important;
	border-color: rgba(255, 255, 255, 0.1) !important;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35) !important;
}

html.wcz-dark-mode .wcz-services-choice-card {
	background:
		linear-gradient(135deg, rgba(0, 194, 229, 0.12), transparent 45%),
		rgba(8, 12, 22, 0.96) !important;
	border-color: rgba(0, 194, 229, 0.25) !important;
}

html.wcz-dark-mode .wcz-services-google-suite {
	background:
		radial-gradient(circle at 80% 15%, rgba(0, 194, 229, 0.14), transparent 30%),
		linear-gradient(135deg, #0b1220 0%, #111827 55%, #071018 100%) !important;
}

html.wcz-dark-mode .wcz-services-google-head h2 {
	color: #ffffff !important;
}

html.wcz-dark-mode .wcz-services-google-head p {
	color: rgba(255, 255, 255, 0.68) !important;
}

html.wcz-dark-mode .wcz-services-google-card {
	background: rgba(255, 255, 255, 0.07) !important;
	border-color: rgba(255, 255, 255, 0.14) !important;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24) !important;
	backdrop-filter: blur(18px);
}

html.wcz-dark-mode .wcz-services-google-card h3 {
	color: #ffffff !important;
}

html.wcz-dark-mode .wcz-services-google-card p {
	color: rgba(255, 255, 255, 0.66) !important;
}

html.wcz-dark-mode .wcz-services-google-card .wcz-services-premium-link {
	color: #5ee8ff !important;
}

html.wcz-dark-mode .wcz-services-google-badge {
	background: rgba(255, 255, 255, 0.08) !important;
	border-color: rgba(255, 255, 255, 0.18) !important;
	color: #bdf5ff !important;
}
