/* Prevent full-page horizontal scroll from decorative / abs-positioned elements */
html:has(body.page-template-template-website-design),
html:has(body.page-template-template-ecommerce),
html:has(body.page-template-template-seo-aeo),
html:has(body.page-template-template-google-meta-ads),
html:has(body.page-template-template-hosting),
html:has(body.page-template-template-branding-marketing),
body.page-template-template-website-design,
body.page-template-template-ecommerce,
body.page-template-template-seo-aeo,
body.page-template-template-google-meta-ads,
body.page-template-template-hosting,
body.page-template-template-branding-marketing {
	overflow-x: clip;
}

/* SEO & AEO: single monthly programme flow */
.wd-package-guide--monthly-flow .wd-package-guide__header {
	margin-bottom: clamp(38px, 5vw, 58px);
}

.wd-monthly-flow {
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	align-items: stretch;
	gap: clamp(18px, 2.5vw, 28px);
	color: var(--ink);
	z-index: 1;
}

.wd-monthly-flow::before {
	display: none;
}

.wd-monthly-flow__intro,
.wd-monthly-flow__process {
	position: relative;
	z-index: 1;
}

.wd-monthly-flow__intro {
	display: flex;
	flex-direction: column;
	padding: clamp(30px, 3.5vw, 44px);
	border: 1px solid rgba(241, 96, 15, 0.14);
	border-radius: 22px;
	background:
		linear-gradient(145deg, rgba(255, 133, 51, 0.06), rgba(255, 255, 255, 0) 48%),
		#fff;
	box-shadow: 0 16px 42px rgba(92, 36, 0, 0.065);
}

.wd-monthly-flow__eyebrow {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 24px;
	color: var(--pink);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.wd-monthly-flow__eyebrow span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--pink);
	box-shadow: 0 0 0 5px rgba(241, 96, 15, 0.1);
}

.wd-monthly-flow__intro h3 {
	max-width: 11ch;
	margin: 0;
	color: var(--ink);
	font-size: clamp(1.8rem, 3vw, 2.55rem);
	font-weight: 750;
	letter-spacing: -0.055em;
	line-height: 1.04;
}

.wd-monthly-flow__intro > p:not(.wd-monthly-flow__eyebrow):not(.wd-monthly-flow__promise) {
	margin: 20px 0 0;
	color: var(--muted);
	font-size: 0.82rem;
	line-height: 1.72;
}

.wd-monthly-flow__rhythm {
	display: grid;
	grid-template-columns: auto minmax(32px, 1fr) auto minmax(32px, 1fr) auto;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 2px 4px;
}

.wd-monthly-flow__rhythm span {
	display: inline-flex;
	justify-content: center;
	padding: 8px 13px;
	border: 1px solid rgba(241, 96, 15, 0.13);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 7px 18px rgba(92, 36, 0, 0.045);
	color: var(--pink);
	font-size: 0.61rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.wd-monthly-flow__rhythm i {
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(241, 96, 15, 0.16), rgba(241, 96, 15, 0.62));
}

.wd-monthly-flow__promise {
	display: grid;
	gap: 6px;
	margin: auto 0 0;
	padding: 17px 18px;
	border-left: 3px solid var(--pink);
	border-radius: 0 14px 14px 0;
	background: linear-gradient(90deg, rgba(241, 96, 15, 0.095), rgba(255, 133, 51, 0.025));
}

.wd-monthly-flow__promise strong {
	color: var(--pink);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: -0.015em;
}

.wd-monthly-flow__promise span {
	color: #765240;
	font-size: 0.72rem;
	line-height: 1.6;
}

.wd-monthly-flow__process {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.wd-monthly-flow__steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wd-monthly-flow__steps li {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 15px;
	min-height: 170px;
	padding: clamp(20px, 2.4vw, 28px);
	overflow: hidden;
	border: 1px solid rgba(16, 16, 21, 0.075);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(38, 20, 9, 0.045);
}

.wd-monthly-flow__steps li::after {
	position: absolute;
	right: -24px;
	bottom: -38px;
	color: rgba(241, 96, 15, 0.035);
	content: attr(data-step);
	font-size: 7rem;
	font-weight: 850;
	letter-spacing: -0.08em;
	line-height: 1;
	pointer-events: none;
}

.wd-monthly-flow__number {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(241, 96, 15, 0.2);
	border-radius: 50%;
	background: #fff3ea;
	color: var(--pink);
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.wd-monthly-flow__steps strong {
	display: block;
	margin: 7px 0 10px;
	color: var(--ink);
	font-size: 0.9rem;
	font-weight: 750;
	letter-spacing: -0.02em;
	line-height: 1.3;
}

.wd-monthly-flow__steps p {
	margin: 0;
	color: var(--muted);
	font-size: 0.74rem;
	line-height: 1.62;
}

.wd-monthly-flow__loop {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 15px 18px;
	border: 1px solid rgba(241, 96, 15, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--muted);
	font-size: 0.72rem;
	line-height: 1.55;
}

.wd-monthly-flow__loop > span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--pink);
	color: #fff;
	font-size: 1.05rem;
	box-shadow: 0 8px 18px rgba(241, 96, 15, 0.18);
}

.wd-monthly-flow__loop strong {
	color: var(--ink);
}

.wd-package-guide--monthly-flow .wd-package-guide__facts {
	margin-top: 34px;
}

@media (max-width: 980px) {
	.wd-monthly-flow {
		grid-template-columns: 1fr;
	}

	.wd-monthly-flow__intro {
		min-height: 0;
	}

	.wd-monthly-flow__intro h3 {
		max-width: 16ch;
	}

	.wd-monthly-flow__promise {
		margin-top: 34px;
	}
}

@media (max-width: 640px) {
	.wd-monthly-flow__steps {
		grid-template-columns: 1fr;
	}

	.wd-monthly-flow__steps li {
		min-height: 0;
	}

	.wd-monthly-flow__rhythm {
		grid-template-columns: auto 1fr auto 1fr auto;
		gap: 6px;
		padding-inline: 0;
	}

	.wd-monthly-flow__rhythm span {
		padding-inline: 9px;
	}

	.wd-monthly-flow__loop {
		align-items: flex-start;
	}
}

/* Google & Meta Ads: commercial terms + campaign journey */
.wd-package-guide--ads-flow .wd-package-guide__header {
	margin-bottom: clamp(38px, 5vw, 58px);
}

.wd-ads-flow {
	position: relative;
	display: grid;
	grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
	align-items: stretch;
	gap: clamp(18px, 2.5vw, 28px);
	z-index: 1;
}

.wd-ads-flow__commercial,
.wd-ads-flow__journey {
	position: relative;
	z-index: 1;
}

.wd-ads-flow__commercial {
	display: flex;
	min-height: 100%;
	padding: clamp(30px, 3.5vw, 44px);
	overflow: hidden;
	border: 1px solid rgba(8, 44, 115, 0.24);
	border-radius: 22px;
	background:
		radial-gradient(circle at 96% 2%, rgba(69, 164, 255, 0.34), transparent 34%),
		linear-gradient(155deg, #103f8e 0%, #082c73 57%, #041b49 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.07),
		0 28px 58px rgba(4, 27, 73, 0.22);
	color: #fff;
	flex-direction: column;
	isolation: isolate;
}

.wd-ads-flow__commercial::before {
	position: absolute;
	top: -86px;
	right: -76px;
	z-index: -1;
	width: 230px;
	height: 230px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	box-shadow:
		0 0 0 42px rgba(255, 255, 255, 0.025),
		0 0 0 84px rgba(255, 255, 255, 0.015);
	content: "";
}

.wd-ads-flow__eyebrow {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 24px;
	color: #8dc5ff;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.wd-ads-flow__eyebrow span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #66adff;
	box-shadow: 0 0 0 5px rgba(102, 173, 255, 0.14);
}

.wd-ads-flow__commercial h3 {
	max-width: 12ch;
	margin: 0;
	color: #fff;
	font-size: clamp(1.8rem, 3vw, 2.55rem);
	font-weight: 750;
	letter-spacing: -0.055em;
	line-height: 1.04;
}

.wd-ads-flow__commercial > p:not(.wd-ads-flow__eyebrow) {
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.82rem;
	line-height: 1.72;
}

.wd-ads-flow__fees {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: clamp(28px, 4vw, 42px);
}

.wd-ads-flow__fees > div {
	display: grid;
	align-content: start;
	min-height: 148px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 17px;
	background: rgba(255, 255, 255, 0.075);
}

.wd-ads-flow__fees > div:first-child {
	border-color: rgba(255, 255, 255, 0.2);
	background:
		radial-gradient(circle at 86% 10%, rgba(69, 164, 255, 0.16), transparent 42%),
		#fff;
	box-shadow: 0 16px 30px rgba(4, 27, 73, 0.24);
	color: var(--ink);
}

.wd-ads-flow__fees span {
	min-height: 30px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.59rem;
	font-weight: 800;
	letter-spacing: 0.085em;
	line-height: 1.4;
	text-transform: uppercase;
}

.wd-ads-flow__fees > div:first-child span {
	color: var(--pink);
}

.wd-ads-flow__fees strong {
	margin-top: 8px;
	color: #fff;
	font-size: clamp(2rem, 4vw, 2.8rem);
	font-weight: 850;
	letter-spacing: -0.065em;
	line-height: 0.95;
}

.wd-ads-flow__fees > div:first-child strong {
	color: var(--ink);
}

.wd-ads-flow__fees sup {
	margin-right: 2px;
	font-size: 0.48em;
	vertical-align: 0.66em;
}

.wd-ads-flow__fees small {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.66rem;
	line-height: 1.4;
}

.wd-ads-flow__fees > div:first-child small {
	color: var(--muted);
}

.wd-ads-flow__spend-disclosure {
	margin: 18px 0 0;
	padding: 11px 13px;
	border-left: 3px solid #47a1ff;
	border-radius: 0 7px 7px 0;
	background: rgba(69, 164, 255, 0.15);
	color: #b9ddff;
	font-size: 0.66rem;
	line-height: 1.5;
}

.wd-ads-flow__spend-disclosure strong {
	color: #fff;
	font-weight: 800;
}

.wd-ads-flow__promise {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: auto;
	padding: 18px 0 0;
}

.wd-ads-flow__promise > span {
	display: grid;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	background: rgba(69, 164, 255, 0.17);
	color: #8dc5ff;
	font-size: 0.84rem;
	font-weight: 800;
}

.wd-ads-flow__promise p {
	display: grid;
	gap: 2px;
	margin: 0;
}

.wd-ads-flow__promise strong {
	color: #fff;
	font-size: 0.88rem;
	font-weight: 800;
}

.wd-ads-flow__promise small {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.68rem;
	line-height: 1.45;
}

.wd-ads-flow__journey {
	display: flex;
	gap: 14px;
	flex-direction: column;
}

.wd-ads-flow__journey-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	padding: 25px 28px;
	border: 1px solid rgba(24, 119, 242, 0.1);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(69, 164, 255, 0.055), transparent 46%),
		#fff;
	box-shadow: 0 12px 32px rgba(8, 44, 115, 0.045);
}

.wd-ads-flow__journey-head p {
	margin: 0 0 8px;
	color: var(--pink);
	font-size: 0.61rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.wd-ads-flow__journey-head h3 {
	max-width: 20ch;
	margin: 0;
	color: var(--ink);
	font-size: clamp(1.25rem, 2.1vw, 1.75rem);
	font-weight: 750;
	letter-spacing: -0.04em;
	line-height: 1.15;
}

.wd-ads-flow__journey-head > span {
	flex: 0 0 auto;
	padding: 8px 11px;
	border: 1px solid rgba(24, 119, 242, 0.14);
	border-radius: 999px;
	background: #eef6ff;
	color: var(--pink);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wd-ads-flow__steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wd-ads-flow__steps li {
	position: relative;
	min-height: 192px;
	padding: clamp(20px, 2.4vw, 27px);
	overflow: hidden;
	border: 1px solid rgba(8, 44, 115, 0.075);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(8, 44, 115, 0.045);
}

.wd-ads-flow__steps li::after {
	position: absolute;
	right: -20px;
	bottom: -34px;
	color: rgba(24, 119, 242, 0.035);
	content: attr(data-step);
	font-size: 7rem;
	font-weight: 850;
	letter-spacing: -0.08em;
	line-height: 1;
	pointer-events: none;
}

.wd-ads-flow__step-top {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.wd-ads-flow__step-top span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(24, 119, 242, 0.19);
	border-radius: 50%;
	background: #eef6ff;
	color: var(--pink);
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.wd-ads-flow__step-top small {
	padding: 6px 9px;
	border-radius: 999px;
	background: rgba(24, 119, 242, 0.06);
	color: #356797;
	font-size: 0.55rem;
	font-weight: 800;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.wd-ads-flow__steps h4 {
	position: relative;
	z-index: 1;
	margin: 18px 0 9px;
	color: var(--ink);
	font-size: 0.94rem;
	font-weight: 780;
	letter-spacing: -0.025em;
	line-height: 1.3;
}

.wd-ads-flow__steps p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--muted);
	font-size: 0.73rem;
	line-height: 1.62;
}

.wd-ads-flow__cycle {
	display: grid;
	grid-template-columns: auto minmax(28px, 1fr) auto minmax(28px, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 18px 20px;
	border: 1px solid rgba(24, 119, 242, 0.1);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 10px 28px rgba(8, 44, 115, 0.035);
}

.wd-ads-flow__cycle > span {
	padding: 7px 10px;
	border-radius: 9px;
	background: #eef6ff;
	color: var(--pink);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wd-ads-flow__cycle > i {
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(24, 119, 242, 0.18), rgba(24, 119, 242, 0.62));
}

.wd-ads-flow__cycle > p {
	grid-column: 1 / -1;
	margin: 3px 0 0;
	padding-top: 13px;
	border-top: 1px solid rgba(8, 44, 115, 0.07);
	color: var(--muted);
	font-size: 0.68rem;
	line-height: 1.55;
}

.wd-ads-flow__cycle strong {
	color: var(--ink);
}

.wd-package-guide--ads-flow .wd-package-guide__facts {
	margin-top: 34px;
}

@media (max-width: 980px) {
	.wd-ads-flow {
		grid-template-columns: 1fr;
	}

	.wd-ads-flow__commercial h3 {
		max-width: 18ch;
	}

	.wd-ads-flow__promise {
		margin-top: 30px;
	}
}

@media (max-width: 640px) {
	.wd-ads-flow__commercial {
		padding: 28px;
	}

	.wd-ads-flow__journey-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.wd-ads-flow__steps {
		grid-template-columns: 1fr;
	}

	.wd-ads-flow__steps li {
		min-height: 0;
	}

	.wd-ads-flow__cycle {
		grid-template-columns: auto 1fr auto 1fr auto;
		gap: 6px;
	}

	.wd-ads-flow__cycle > span {
		padding-inline: 8px;
	}
}

@media (max-width: 460px) {
	.wd-ads-flow__fees {
		grid-template-columns: 1fr;
	}

	.wd-ads-flow__fees > div {
		min-height: 0;
	}
}

.page-template-template-website-design .site-header,
.page-template-template-ecommerce .site-header,
.page-template-template-seo-aeo .site-header,
.page-template-template-google-meta-ads .site-header,
.page-template-template-hosting .site-header,
.page-template-template-branding-marketing .site-header {
	background: rgba(255, 255, 255, 0.92);
	border-bottom-color: rgba(16, 16, 21, 0.07);
}

body.page-template-template-website-design.menu-open .site-header,
body.page-template-template-ecommerce.menu-open .site-header,
body.page-template-template-seo-aeo.menu-open .site-header,
body.page-template-template-google-meta-ads.menu-open .site-header,
body.page-template-template-hosting.menu-open .site-header,
body.page-template-template-branding-marketing.menu-open .site-header {
	background: #fff;
	border-bottom-color: rgba(16, 16, 21, 0.08);
	box-shadow: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

/*
 * E-commerce page theme — green gradient system in place of the default
 * pink / purple website-design palette. Token overrides cascade site-wide
 * on this template (header, buttons, kickers, mega menu, service UI).
 */
html:has(body.page-template-template-ecommerce),
.page-template-template-ecommerce {
	--pink: #64a800;
	--pink-bright: #6fbc14;
	--purple: #2f6b00;
	--navy: #163800;
	/* Light stop slightly deeper than pure lime so the blend feels richer */
	--gradient: linear-gradient(115deg, #7fc52e 0%, #64a800 46%, #1a4a00 100%);
	--ec-green-soft: rgba(100, 168, 0, 0.12);
	--ec-green-mid: rgba(100, 168, 0, 0.22);
	--ec-green-deep: rgba(26, 74, 0, 0.16);
}

.page-template-template-ecommerce .wd-hero {
	background:
		radial-gradient(circle at 18% 10%, rgba(127, 197, 46, 0.16), transparent 30%),
		radial-gradient(circle at 88% 24%, rgba(100, 168, 0, 0.12), transparent 28%),
		linear-gradient(180deg, #fff 0%, #f5fbee 64%, #fff 100%);
}

.page-template-template-ecommerce .wd-hero::before {
	border-color: rgba(100, 168, 0, 0.18);
	box-shadow:
		0 0 0 7vw rgba(100, 168, 0, 0.04),
		0 0 0 14vw rgba(26, 74, 0, 0.03);
}

.page-template-template-ecommerce .wd-wireframe-wrap::before {
	background: radial-gradient(circle, rgba(127, 197, 46, 0.16), rgba(100, 168, 0, 0.05) 48%, transparent 70%);
}

.page-template-template-ecommerce .wd-wireframe__hero {
	background:
		radial-gradient(circle at 70% 22%, rgba(100, 168, 0, 0.12), transparent 34%),
		linear-gradient(135deg, #f4faec, #f7f9f4);
}

.page-template-template-ecommerce .wd-store-product {
	background:
		radial-gradient(circle at 28% 30%, rgba(100, 168, 0, 0.12), transparent 36%),
		linear-gradient(135deg, #f4faec, #f7f9f4);
}

.page-template-template-ecommerce .wd-store-product__shot {
	box-shadow: 0 16px 34px rgba(26, 74, 0, 0.1);
}

.page-template-template-ecommerce .wd-store-product__thumbs i.is-active {
	background:
		linear-gradient(145deg, rgba(127, 197, 46, 0.22), rgba(100, 168, 0, 0.14)),
		#fff;
}

.page-template-template-ecommerce .wd-store-related__item em {
	background:
		linear-gradient(145deg, rgba(127, 197, 46, 0.18), rgba(100, 168, 0, 0.12)),
		#f3f5f0;
}

.page-template-template-ecommerce .wd-store-product__sizes i.is-active {
	box-shadow: 0 6px 14px rgba(100, 168, 0, 0.24);
}

.page-template-template-ecommerce .wd-store-product__atc {
	box-shadow: 0 10px 22px rgba(100, 168, 0, 0.22);
}

.page-template-template-ecommerce .wd-store-product__atc.is-click {
	box-shadow: 0 4px 12px rgba(100, 168, 0, 0.3);
}

.page-template-template-ecommerce .wd-store-nav__cart.is-bump {
	box-shadow: 0 0 0 4px rgba(100, 168, 0, 0.2);
}

.page-template-template-ecommerce .wd-wireframe__panel > i,
.page-template-template-ecommerce .wd-wireframe__cards i {
	background: linear-gradient(145deg, rgba(127, 197, 46, 0.22), rgba(100, 168, 0, 0.16));
}

.page-template-template-ecommerce .wd-foundations {
	background:
		radial-gradient(circle at 88% 16%, rgba(127, 197, 46, 0.1), transparent 28%),
		radial-gradient(circle at 8% 92%, rgba(100, 168, 0, 0.08), transparent 34%),
		#fff;
}

.page-template-template-ecommerce .wd-pricing {
	background:
		radial-gradient(circle at 88% 4%, rgba(127, 197, 46, 0.1), transparent 28%),
		radial-gradient(circle at 6% 96%, rgba(100, 168, 0, 0.08), transparent 31%),
		#fafbf8;
}

.page-template-template-ecommerce .wd-plan {
	border-color: rgba(100, 168, 0, 0.2);
}

.page-template-template-ecommerce .wd-plan:hover {
	border-color: rgba(100, 168, 0, 0.42);
	box-shadow: 0 26px 58px rgba(26, 74, 0, 0.1);
}

.page-template-template-ecommerce .wd-plan--featured {
	border-color: rgba(26, 74, 0, 0.22);
	background:
		radial-gradient(circle at 85% 8%, rgba(127, 197, 46, 0.28), transparent 31%),
		linear-gradient(155deg, #1f4d00 0%, #163800 55%, #0f2800 100%);
	box-shadow: 0 34px 70px rgba(15, 40, 0, 0.28);
}

.page-template-template-ecommerce .wd-plan--featured:hover {
	border-color: rgba(127, 197, 46, 0.4);
	box-shadow: 0 40px 82px rgba(15, 40, 0, 0.32);
}

.page-template-template-ecommerce .wd-package-guide {
	background:
		radial-gradient(circle at 12% 0%, rgba(127, 197, 46, 0.08), transparent 28%),
		radial-gradient(circle at 92% 18%, rgba(100, 168, 0, 0.07), transparent 26%),
		#f7faf3;
}

.page-template-template-ecommerce .wd-package-guide::before {
	border-color: rgba(100, 168, 0, 0.12);
	box-shadow:
		0 0 0 65px rgba(100, 168, 0, 0.03),
		0 0 0 130px rgba(26, 74, 0, 0.02);
}

.page-template-template-ecommerce .wd-package-guide__route--monthly {
	border-color: rgba(26, 74, 0, 0.2);
	background:
		radial-gradient(circle at 85% 8%, rgba(127, 197, 46, 0.26), transparent 31%),
		linear-gradient(155deg, #1f4d00 0%, #163800 58%, #0f2800 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 28px 56px rgba(15, 40, 0, 0.22);
}

.page-template-template-ecommerce .wd-package-guide__route--monthly .wd-package-guide__route-price {
	border-color: rgba(255, 255, 255, 0.14);
	background:
		radial-gradient(circle at 80% 0%, rgba(127, 197, 46, 0.22), transparent 48%),
		linear-gradient(160deg, #fff 0%, #f4f8ee 100%);
}

.page-template-template-ecommerce .wd-package-guide__route--monthly .wd-package-guide__timeline li:not(:last-child)::after {
	background: linear-gradient(180deg, color-mix(in srgb, var(--pink) 55%, transparent), rgba(255, 255, 255, 0.12));
}

.page-template-template-ecommerce .wd-billing button[aria-pressed="true"] {
	color: #fff;
}

.page-template-template-ecommerce .wd-plan__price strong {
	font-size: clamp(2.25rem, 2.85vw, 3.45rem);
	letter-spacing: -0.055em;
}

.page-template-template-ecommerce .wd-plan__price-meta {
	margin-left: 5px;
}

.page-template-template-ecommerce .wd-plan ul li strong {
	color: var(--ink);
	font-weight: 750;
}

.page-template-template-ecommerce .wd-plan--featured ul li strong {
	color: #fff;
}

.page-template-template-ecommerce .wd-store-cursor__ripple {
	border-color: #64a800;
}

/*
 * SEO & AEO page theme — orange gradient from the search service tile.
 * Accent: #f1600f
 */
html:has(body.page-template-template-seo-aeo),
.page-template-template-seo-aeo {
	--pink: #f1600f;
	--pink-bright: #ff7a2e;
	--purple: #b34700;
	--navy: #5c2400;
	--gradient: linear-gradient(115deg, #ff8533 0%, #f1600f 46%, #9a3200 100%);
}

.page-template-template-seo-aeo .wd-hero {
	background:
		radial-gradient(circle at 18% 10%, rgba(255, 133, 51, 0.16), transparent 30%),
		radial-gradient(circle at 88% 24%, rgba(241, 96, 15, 0.12), transparent 28%),
		linear-gradient(180deg, #fff 0%, #fff6ef 64%, #fff 100%);
}

.page-template-template-seo-aeo .wd-hero::before {
	border-color: rgba(241, 96, 15, 0.18);
	box-shadow:
		0 0 0 7vw rgba(241, 96, 15, 0.04),
		0 0 0 14vw rgba(154, 50, 0, 0.03);
}

.page-template-template-seo-aeo .wd-wireframe-wrap::before {
	background: radial-gradient(circle, rgba(255, 133, 51, 0.18), rgba(241, 96, 15, 0.06) 48%, transparent 70%);
}

.page-template-template-seo-aeo .wd-foundations {
	background:
		radial-gradient(circle at 88% 16%, rgba(255, 133, 51, 0.1), transparent 28%),
		radial-gradient(circle at 8% 92%, rgba(241, 96, 15, 0.08), transparent 34%),
		#fff;
}

.page-template-template-seo-aeo .wd-pricing {
	background:
		radial-gradient(circle at 88% 4%, rgba(255, 133, 51, 0.1), transparent 28%),
		radial-gradient(circle at 6% 96%, rgba(241, 96, 15, 0.08), transparent 31%),
		#fffaf6;
}

.page-template-template-seo-aeo .wd-plan {
	border-color: rgba(241, 96, 15, 0.22);
}

.page-template-template-seo-aeo .wd-plan:hover {
	border-color: rgba(241, 96, 15, 0.45);
	box-shadow: 0 26px 58px rgba(92, 36, 0, 0.1);
}

.page-template-template-seo-aeo .wd-plan--featured {
	border-color: rgba(92, 36, 0, 0.24);
	background:
		radial-gradient(circle at 85% 8%, rgba(255, 133, 51, 0.3), transparent 31%),
		linear-gradient(155deg, #7a2e00 0%, #4a1a00 55%, #2e1000 100%);
	box-shadow: 0 34px 70px rgba(46, 16, 0, 0.3);
}

.page-template-template-seo-aeo .wd-plan--featured:hover {
	border-color: rgba(255, 133, 51, 0.42);
	box-shadow: 0 40px 82px rgba(46, 16, 0, 0.34);
}

.page-template-template-seo-aeo .wd-package-guide {
	background:
		radial-gradient(circle at 12% 0%, rgba(255, 133, 51, 0.08), transparent 28%),
		radial-gradient(circle at 92% 18%, rgba(241, 96, 15, 0.07), transparent 26%),
		#fff8f3;
}

.page-template-template-seo-aeo .wd-package-guide::before {
	border-color: rgba(241, 96, 15, 0.12);
	box-shadow:
		0 0 0 65px rgba(241, 96, 15, 0.03),
		0 0 0 130px rgba(154, 50, 0, 0.02);
}

.page-template-template-seo-aeo .wd-package-guide__route--monthly {
	border-color: rgba(92, 36, 0, 0.22);
	background:
		radial-gradient(circle at 85% 8%, rgba(255, 133, 51, 0.28), transparent 31%),
		linear-gradient(155deg, #7a2e00 0%, #4a1a00 58%, #2e1000 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 28px 56px rgba(46, 16, 0, 0.24);
}

.page-template-template-seo-aeo .wd-package-guide__route--monthly .wd-package-guide__route-price {
	background:
		radial-gradient(circle at 80% 0%, rgba(255, 133, 51, 0.22), transparent 48%),
		linear-gradient(160deg, #fff 0%, #fff5ee 100%);
}

.page-template-template-seo-aeo .wd-billing button[aria-pressed="true"] {
	color: #fff;
}

.page-template-template-seo-aeo .wd-store-cursor__ripple {
	border-color: #f1600f;
}

/*
 * Google & Meta Ads page theme — blue paid-media system.
 */
html:has(body.page-template-template-google-meta-ads),
.page-template-template-google-meta-ads {
	--pink: #1877f2;
	--pink-bright: #4594ff;
	--purple: #1155bd;
	--navy: #082c73;
	--gradient: linear-gradient(115deg, #45a4ff 0%, #1877f2 46%, #0b45a4 100%);
}

.page-template-template-google-meta-ads .wd-hero {
	background:
		radial-gradient(circle at 18% 10%, rgba(69, 164, 255, 0.16), transparent 30%),
		radial-gradient(circle at 88% 24%, rgba(24, 119, 242, 0.12), transparent 28%),
		linear-gradient(180deg, #fff 0%, #f2f7ff 64%, #fff 100%);
}

.page-template-template-google-meta-ads .wd-hero::before {
	border-color: rgba(24, 119, 242, 0.18);
	box-shadow:
		0 0 0 7vw rgba(24, 119, 242, 0.04),
		0 0 0 14vw rgba(11, 69, 164, 0.03);
}

.page-template-template-google-meta-ads .wd-wireframe-wrap::before {
	background: radial-gradient(circle, rgba(69, 164, 255, 0.18), rgba(24, 119, 242, 0.06) 48%, transparent 70%);
}

.page-template-template-google-meta-ads .wd-foundations {
	background:
		radial-gradient(circle at 88% 16%, rgba(69, 164, 255, 0.1), transparent 28%),
		radial-gradient(circle at 8% 92%, rgba(24, 119, 242, 0.08), transparent 34%),
		#fff;
}

.page-template-template-google-meta-ads .wd-pricing {
	background:
		radial-gradient(circle at 88% 4%, rgba(69, 164, 255, 0.1), transparent 28%),
		radial-gradient(circle at 6% 96%, rgba(24, 119, 242, 0.08), transparent 31%),
		#f8fbff;
}

.page-template-template-google-meta-ads .wd-plan {
	border-color: rgba(24, 119, 242, 0.2);
}

.page-template-template-google-meta-ads .wd-plan:hover {
	border-color: rgba(24, 119, 242, 0.44);
	box-shadow: 0 26px 58px rgba(8, 44, 115, 0.11);
}

.page-template-template-google-meta-ads .wd-plan--featured {
	border-color: rgba(8, 44, 115, 0.25);
	background:
		radial-gradient(circle at 85% 8%, rgba(69, 164, 255, 0.3), transparent 31%),
		linear-gradient(155deg, #103f8e 0%, #082c73 55%, #041b49 100%);
	box-shadow: 0 34px 70px rgba(4, 27, 73, 0.3);
}

.page-template-template-google-meta-ads .wd-plan--featured:hover {
	border-color: rgba(69, 164, 255, 0.44);
	box-shadow: 0 40px 82px rgba(4, 27, 73, 0.34);
}

.page-template-template-google-meta-ads .wd-package-guide {
	background:
		radial-gradient(circle at 12% 0%, rgba(69, 164, 255, 0.08), transparent 28%),
		radial-gradient(circle at 92% 18%, rgba(24, 119, 242, 0.07), transparent 26%),
		#f5f9ff;
}

.page-template-template-google-meta-ads .wd-package-guide::before {
	border-color: rgba(24, 119, 242, 0.12);
	box-shadow:
		0 0 0 65px rgba(24, 119, 242, 0.03),
		0 0 0 130px rgba(11, 69, 164, 0.02);
}

.page-template-template-google-meta-ads .wd-package-guide__route--monthly {
	border-color: rgba(8, 44, 115, 0.22);
	background:
		radial-gradient(circle at 85% 8%, rgba(69, 164, 255, 0.28), transparent 31%),
		linear-gradient(155deg, #103f8e 0%, #082c73 58%, #041b49 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 28px 56px rgba(4, 27, 73, 0.24);
}

.page-template-template-google-meta-ads .wd-package-guide__route--monthly .wd-package-guide__route-price {
	background:
		radial-gradient(circle at 80% 0%, rgba(69, 164, 255, 0.2), transparent 48%),
		linear-gradient(160deg, #fff 0%, #f1f7ff 100%);
}

.wd-ads-hero__logo-lockup {
	display: flex;
	align-items: center;
	min-height: 58px;
}

.wd-hero__pricing.wd-ads-hero__channels {
	grid-template-columns: max-content 30px max-content;
	gap: clamp(18px, 1.8vw, 26px);
	width: fit-content;
	max-width: 100%;
}

.wd-ads-hero__channels .wd-hero__price {
	display: flex;
	min-height: 80px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	flex-direction: column;
	justify-content: flex-start;
}

.wd-ads-hero__channels .wd-hero__price > span {
	margin-bottom: 6px;
}

.wd-ads-hero__logo-lockup img {
	display: block;
	flex: 0 0 auto;
	object-fit: contain;
}

.wd-ads-hero__logo-lockup--google img {
	width: 116px;
	height: 58px;
}

.wd-ads-hero__logo-lockup--social {
	gap: 8px;
}

.wd-ads-hero__logo-lockup--social > i {
	width: 1px;
	height: 26px;
	margin-inline: 2px;
	background: rgba(16, 16, 21, 0.11);
}

.wd-ads-hero__logo--meta {
	width: 52px;
	height: 35px;
}

.wd-ads-hero__logo--facebook,
.wd-ads-hero__logo--instagram {
	width: 31px;
	height: 31px;
}

@media (max-width: 1120px) {
	.wd-hero__pricing.wd-ads-hero__channels {
		grid-template-columns: max-content 30px max-content;
		justify-content: center;
	}
}

@media (max-width: 620px) {
	.wd-hero__pricing.wd-ads-hero__channels {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 24px;
		width: 100%;
	}

	.wd-ads-hero__channels .wd-hero__price {
		align-items: center;
		text-align: center;
	}
}

.wd-plans.wd-plans--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 1120px;
	margin-inline: auto;
}

.page-template-template-google-meta-ads .wd-plans.wd-plans--three {
	max-width: none;
	margin-inline: 0;
}

.wd-plan__eyebrow {
	margin: 0 0 9px;
	color: var(--pink);
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.wd-plan--featured .wd-plan__eyebrow {
	color: rgba(255, 255, 255, 0.7);
}

.page-template-template-google-meta-ads .wd-plan__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 36px;
	margin-bottom: 10px;
}

.page-template-template-google-meta-ads .wd-plan__topline .wd-plan__eyebrow {
	margin: 0;
}

.page-template-template-google-meta-ads .wd-plan__platforms {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 5px;
	padding: 5px 7px;
	border: 1px solid rgba(24, 119, 242, 0.12);
	border-radius: 999px;
	background: #f5f9ff;
	box-shadow: 0 7px 18px rgba(10, 54, 112, 0.055);
}

.page-template-template-google-meta-ads .wd-plan--featured .wd-plan__platforms {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 9px 20px rgba(4, 22, 59, 0.2);
}

.page-template-template-google-meta-ads .wd-plan__platform {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 24px;
	height: 24px;
}

.page-template-template-google-meta-ads .wd-plan__platform img {
	display: block;
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.page-template-template-google-meta-ads .wd-plan__platform--google {
	position: relative;
}

.page-template-template-google-meta-ads .wd-plan__platform--google:not(:last-child) {
	margin-right: 13px;
}

.page-template-template-google-meta-ads .wd-plan__platform--google:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -15px;
	color: #337dd7;
	content: "+";
	font-size: 0.78rem;
	font-weight: 850;
	line-height: 1;
	transform: translateY(-52%);
}

.page-template-template-google-meta-ads .wd-plan__platform--meta {
	width: 30px;
}

.page-template-template-google-meta-ads .wd-plan__platform--meta img {
	width: 29px;
	height: 20px;
}

.page-template-template-google-meta-ads .wd-plan__platform--facebook img,
.page-template-template-google-meta-ads .wd-plan__platform--instagram img {
	width: 18px;
	height: 18px;
}

.page-template-template-google-meta-ads .wd-plan__description {
	min-height: 52px;
}

.page-template-template-google-meta-ads .wd-plan__price--quote {
	align-self: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	min-height: 0;
	margin: 14px 0 20px;
	padding: 10px 14px 10px 12px;
	border: 1px solid rgba(24, 119, 242, 0.14);
	border-left: 3px solid #1877f2;
	border-radius: 10px;
	background: linear-gradient(135deg, #fff 0%, #eef6ff 100%);
	box-shadow: 0 8px 20px rgba(24, 119, 242, 0.08);
	letter-spacing: 0;
}

.page-template-template-google-meta-ads .wd-plan--featured .wd-plan__price--quote {
	border-color: rgba(255, 255, 255, 0.18);
	border-left-color: #72b8ff;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
	box-shadow: 0 10px 24px rgba(3, 21, 59, 0.18);
}

.page-template-template-google-meta-ads .wd-plan .wd-plan__price--quote strong {
	font-size: 1.25rem;
	letter-spacing: -0.04em;
}

.page-template-template-google-meta-ads .wd-plan .wd-plan__price--quote .wd-plan__price-meta {
	align-self: center;
	max-width: none;
	margin: 0 0 0 8px;
}

.page-template-template-google-meta-ads .wd-plan .wd-plan__price--quote .wd-plan__price-meta small {
	margin: 0;
	font-size: 0.62rem;
	line-height: 1;
	white-space: nowrap;
}

.page-template-template-google-meta-ads .wd-plan > .wd-plan__setup-note {
	color: rgba(16, 16, 21, 0.58);
	font-size: 0.61rem;
	line-height: 1.55;
}

.page-template-template-google-meta-ads .wd-plan__setup-note > span {
	display: block;
	margin-bottom: 3px;
	color: var(--ink);
	font-size: 0.7rem;
	font-weight: 700;
}

.page-template-template-google-meta-ads .wd-plan__setup-note strong {
	font-weight: 900;
}

.page-template-template-google-meta-ads .wd-plan--featured > .wd-plan__setup-note {
	color: rgba(255, 255, 255, 0.72);
}

.page-template-template-google-meta-ads .wd-plan--featured .wd-plan__setup-note > span {
	color: #fff;
}

/* Paid-media performance dashboard wireframe */
.wd-ads {
	display: grid;
	gap: 12px;
	min-height: 320px;
}

.wd-ads__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.wd-ads__toolbar > div {
	display: flex;
	align-items: center;
	gap: 9px;
}

.wd-ads__toolbar i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.13);
}

.wd-ads__toolbar strong {
	font-size: 0.78rem;
	font-weight: 800;
}

.wd-ads__toolbar > span {
	padding: 6px 9px;
	border: 1px solid rgba(16, 16, 21, 0.08);
	border-radius: 999px;
	color: var(--muted);
	font-size: 0.58rem;
	font-weight: 700;
}

.wd-ads__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.wd-ads__metrics article {
	padding: 10px;
	border: 1px solid rgba(16, 16, 21, 0.07);
	border-radius: 10px;
	background: #fafcff;
}

.wd-ads__metrics small,
.wd-ads__metrics strong,
.wd-ads__metrics span {
	display: block;
}

.wd-ads__metrics small {
	margin-bottom: 5px;
	color: var(--muted);
	font-size: 0.54rem;
	font-weight: 700;
}

.wd-ads__metrics strong {
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.wd-ads__metrics span {
	margin-top: 3px;
	color: #15803d;
	font-size: 0.55rem;
	font-weight: 800;
}

.wd-ads__chart {
	position: relative;
	display: flex;
	align-items: end;
	gap: 7px;
	height: 112px;
	padding: 12px 14px 8px;
	overflow: hidden;
	border: 1px solid rgba(16, 16, 21, 0.07);
	border-radius: 12px;
	background:
		repeating-linear-gradient(to bottom, transparent 0 26px, rgba(16, 16, 21, 0.05) 27px),
		#fff;
}

.wd-ads__chart span {
	position: relative;
	z-index: 1;
	flex: 1;
	height: var(--h);
	border-radius: 5px 5px 2px 2px;
	background: linear-gradient(180deg, #45a4ff, #1877f2);
	transform-origin: bottom;
	animation: wd-ads-bar 2.8s ease-in-out infinite alternate;
}

.wd-ads__chart span:nth-child(even) {
	animation-delay: -0.8s;
}

.wd-ads__chart i {
	position: absolute;
	right: 12px;
	bottom: 25px;
	left: 12px;
	height: 2px;
	background: linear-gradient(90deg, transparent, #ff4d72 12%, #ff4d72 88%, transparent);
	opacity: 0.75;
	transform: rotate(-7deg);
}

.wd-ads__campaigns {
	display: grid;
	gap: 6px;
}

.wd-ads__campaigns > div {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) auto;
	align-items: center;
	gap: 9px;
	padding: 8px 10px;
	border: 1px solid rgba(16, 16, 21, 0.07);
	border-radius: 10px;
	background: #fff;
}

.wd-ads__campaigns > div > i {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 8px;
	color: #fff;
	font-size: 0.66rem;
	font-style: normal;
	font-weight: 800;
}

.wd-ads__campaigns .is-google {
	background: linear-gradient(135deg, #4285f4 0 52%, #34a853 52%);
}

.wd-ads__campaigns .is-meta {
	background: #1877f2;
}

.wd-ads__campaigns span,
.wd-ads__campaigns strong,
.wd-ads__campaigns small {
	display: block;
}

.wd-ads__campaigns strong {
	font-size: 0.66rem;
	font-weight: 800;
}

.wd-ads__campaigns small {
	margin-top: 2px;
	color: var(--muted);
	font-size: 0.54rem;
}

.wd-ads__campaigns b {
	padding: 4px 7px;
	border-radius: 999px;
	background: rgba(34, 197, 94, 0.1);
	color: #15803d;
	font-size: 0.52rem;
	text-transform: uppercase;
}

@keyframes wd-ads-bar {
	from {
		transform: scaleY(0.84);
	}
	to {
		transform: scaleY(1);
	}
}

/*
 * Hosting page theme — red from service tile #e5232e
 */
html:has(body.page-template-template-hosting),
.page-template-template-hosting {
	--pink: #e5232e;
	--pink-bright: #ff4d57;
	--purple: #9a1020;
	--navy: #4a0a12;
	--gradient: linear-gradient(115deg, #ff5a63 0%, #e5232e 46%, #8b1018 100%);
}

.page-template-template-hosting .wd-hero {
	background:
		radial-gradient(circle at 18% 10%, rgba(255, 90, 99, 0.14), transparent 30%),
		radial-gradient(circle at 88% 24%, rgba(229, 35, 46, 0.12), transparent 28%),
		linear-gradient(180deg, #fff 0%, #fff5f5 64%, #fff 100%);
}

.page-template-template-hosting .wd-hero::before {
	border-color: rgba(229, 35, 46, 0.18);
	box-shadow:
		0 0 0 7vw rgba(229, 35, 46, 0.04),
		0 0 0 14vw rgba(139, 16, 24, 0.03);
}

.page-template-template-hosting .wd-wireframe-wrap::before {
	background: radial-gradient(circle, rgba(255, 90, 99, 0.16), rgba(229, 35, 46, 0.05) 48%, transparent 70%);
}

.page-template-template-hosting .wd-foundations {
	background:
		radial-gradient(circle at 88% 16%, rgba(255, 90, 99, 0.09), transparent 28%),
		radial-gradient(circle at 8% 92%, rgba(229, 35, 46, 0.07), transparent 34%),
		#fff;
}

.page-template-template-hosting .wd-pricing {
	background:
		radial-gradient(circle at 88% 4%, rgba(255, 90, 99, 0.09), transparent 28%),
		radial-gradient(circle at 6% 96%, rgba(229, 35, 46, 0.07), transparent 31%),
		#fffaf9;
}

.page-template-template-hosting .wd-plan {
	border-color: rgba(229, 35, 46, 0.2);
}

.page-template-template-hosting .wd-plan:hover {
	border-color: rgba(229, 35, 46, 0.42);
}

.page-template-template-hosting .wd-plan--featured {
	border-color: rgba(74, 10, 18, 0.25);
	background:
		radial-gradient(circle at 85% 8%, rgba(255, 90, 99, 0.28), transparent 31%),
		linear-gradient(155deg, #5c0f16 0%, #3a0a10 55%, #22060a 100%);
}

.page-template-template-hosting .wd-package-guide {
	background:
		radial-gradient(circle at 12% 0%, rgba(255, 90, 99, 0.07), transparent 28%),
		radial-gradient(circle at 92% 18%, rgba(229, 35, 46, 0.06), transparent 26%),
		#fff8f7;
}

.page-template-template-hosting .wd-package-guide__route--monthly {
	border-color: rgba(74, 10, 18, 0.22);
	background:
		radial-gradient(circle at 85% 8%, rgba(255, 90, 99, 0.26), transparent 31%),
		linear-gradient(155deg, #5c0f16 0%, #3a0a10 58%, #22060a 100%);
}

.page-template-template-hosting .wd-billing button[aria-pressed="true"] {
	color: #fff;
}

/* Hosting dashboard wireframe */
.wd-host {
	display: grid;
	gap: 12px;
	min-height: 320px;
}

.wd-host__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.wd-host__live {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(34, 197, 94, 0.12);
	color: #15803d;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wd-host__live i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
	animation: wd-host-pulse 1.6s ease-in-out infinite;
}

.wd-host__uptime {
	color: var(--muted);
	font-size: 0.7rem;
	font-weight: 700;
}

.wd-host__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.wd-host__grid article {
	padding: 12px;
	border: 1px solid rgba(16, 16, 21, 0.08);
	border-radius: 12px;
	background: #fafafa;
}

.wd-host__grid small {
	display: block;
	margin-bottom: 6px;
	color: var(--muted);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wd-host__grid strong {
	display: block;
	margin-bottom: 10px;
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.wd-host__bar {
	height: 6px;
	border-radius: 999px;
	background: rgba(16, 16, 21, 0.08);
	overflow: hidden;
}

.wd-host__bar em {
	display: block;
	width: var(--w);
	height: 100%;
	border-radius: inherit;
	background: var(--gradient);
	animation: wd-host-bar 3.2s ease-in-out infinite;
}

.wd-host__servers {
	display: grid;
	gap: 6px;
}

.wd-host__servers > div {
	display: grid;
	grid-template-columns: 10px 1fr auto;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid rgba(16, 16, 21, 0.07);
	border-radius: 10px;
	background: #fff;
	font-size: 0.72rem;
	font-weight: 700;
}

.wd-host__servers i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22c55e;
}

.wd-host__servers .is-pulse i {
	background: var(--pink);
	animation: wd-host-pulse 1.2s ease-in-out infinite;
}

.wd-host__servers b {
	color: var(--muted);
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.wd-host__ssl {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 12px;
	background: color-mix(in srgb, var(--pink) 8%, #fff);
	border: 1px solid color-mix(in srgb, var(--pink) 18%, transparent);
}

.wd-host__lock {
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: var(--gradient);
	position: relative;
}

.wd-host__lock::before {
	content: "";
	position: absolute;
	inset: 8px 9px 6px;
	border: 2px solid #fff;
	border-radius: 3px 3px 4px 4px;
}

.wd-host__lock::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 10px;
	width: 8px;
	height: 7px;
	border: 2px solid #fff;
	border-bottom: 0;
	border-radius: 6px 6px 0 0;
}

.wd-host__ssl strong {
	display: block;
	font-size: 0.8rem;
	font-weight: 800;
}

.wd-host__ssl small {
	color: var(--muted);
	font-size: 0.68rem;
}

@keyframes wd-host-pulse {
	0%,
	100% {
		box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
	}
	50% {
		box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.04);
	}
}

@keyframes wd-host-bar {
	0%,
	100% {
		filter: brightness(1);
	}
	50% {
		filter: brightness(1.08);
	}
}

/*
 * Branding page theme — magenta from service tile #f718be
 */
html:has(body.page-template-template-branding-marketing),
.page-template-template-branding-marketing {
	--pink: #f718be;
	--pink-bright: #ff4dd2;
	--purple: #a0107a;
	--navy: #4a0a38;
	--gradient: linear-gradient(115deg, #ff5fd0 0%, #f718be 46%, #9a0a72 100%);
}

.page-template-template-branding-marketing .wd-hero {
	background:
		radial-gradient(circle at 18% 10%, rgba(255, 95, 208, 0.14), transparent 30%),
		radial-gradient(circle at 88% 24%, rgba(247, 24, 190, 0.12), transparent 28%),
		linear-gradient(180deg, #fff 0%, #fff5fb 64%, #fff 100%);
}

.page-template-template-branding-marketing .wd-hero::before {
	border-color: rgba(247, 24, 190, 0.18);
	box-shadow:
		0 0 0 7vw rgba(247, 24, 190, 0.04),
		0 0 0 14vw rgba(154, 10, 114, 0.03);
}

.page-template-template-branding-marketing .wd-wireframe-wrap::before {
	background: radial-gradient(circle, rgba(255, 95, 208, 0.16), rgba(247, 24, 190, 0.05) 48%, transparent 70%);
}

.page-template-template-branding-marketing .wd-foundations {
	background:
		radial-gradient(circle at 88% 16%, rgba(255, 95, 208, 0.09), transparent 28%),
		radial-gradient(circle at 8% 92%, rgba(247, 24, 190, 0.07), transparent 34%),
		#fff;
}

.page-template-template-branding-marketing .wd-pricing {
	background:
		radial-gradient(circle at 88% 4%, rgba(255, 95, 208, 0.09), transparent 28%),
		radial-gradient(circle at 6% 96%, rgba(247, 24, 190, 0.07), transparent 31%),
		#fffafc;
}

.page-template-template-branding-marketing .wd-plan {
	border-color: rgba(247, 24, 190, 0.2);
}

.page-template-template-branding-marketing .wd-plans.wd-plans--three {
	max-width: none;
	margin-inline: 0;
}

.page-template-template-branding-marketing .wd-plan:hover {
	border-color: rgba(247, 24, 190, 0.42);
}

.page-template-template-branding-marketing .wd-plan--featured {
	border-color: rgba(74, 10, 56, 0.25);
	background:
		radial-gradient(circle at 85% 8%, rgba(255, 95, 208, 0.28), transparent 31%),
		linear-gradient(155deg, #5c0a45 0%, #3a0630 55%, #22041c 100%);
}

.page-template-template-branding-marketing .wd-package-guide {
	background:
		radial-gradient(circle at 12% 0%, rgba(255, 95, 208, 0.07), transparent 28%),
		radial-gradient(circle at 92% 18%, rgba(247, 24, 190, 0.06), transparent 26%),
		#fff7fc;
}

.wd-social-board {
	overflow: hidden;
	margin-top: 18px;
	border: 1px solid rgba(74, 10, 56, 0.12);
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 28px 64px rgba(74, 10, 56, 0.1);
}

.wd-social-board__banner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 42px;
	overflow: hidden;
	padding: clamp(34px, 4vw, 52px);
	background:
		radial-gradient(circle at 86% 4%, rgba(255, 77, 210, 0.28), transparent 28%),
		linear-gradient(120deg, #310026 0%, #5c0a45 56%, #80075f 100%);
	color: #fff;
}

.wd-social-board__words {
	position: absolute;
	inset: -20px -10px auto;
	margin: 0;
	color: rgba(255, 255, 255, 0.045);
	font-size: clamp(2.5rem, 5vw, 5.2rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.92;
	pointer-events: none;
}

.wd-social-board__banner-copy,
.wd-social-board__count {
	position: relative;
	z-index: 1;
}

.wd-social-board__chip {
	display: inline-flex;
	margin-bottom: 16px;
	padding: 6px 11px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.09);
	color: var(--pink-bright);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wd-social-board__script {
	margin: 0 0 8px;
	font-family: "Kaushan Script", "Segoe Script", cursive;
	font-size: clamp(2.35rem, 4vw, 3.8rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1;
}

.wd-social-board__banner h3 {
	margin: 0 0 16px;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	font-weight: 500;
}

.wd-social-board__banner-copy > p:last-child {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.84rem;
	line-height: 1.7;
}

.wd-social-board__count {
	display: grid;
	justify-items: center;
	min-width: 164px;
	padding: 22px 20px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 42px rgba(25, 0, 20, 0.24);
	color: var(--ink);
	text-align: center;
}

.wd-social-board__count small {
	color: var(--pink);
	font-size: 0.6rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wd-social-board__count strong {
	font-size: 1.75rem;
	letter-spacing: -0.06em;
	line-height: 1.15;
}

.wd-social-board__count span {
	color: var(--muted);
	font-size: 0.68rem;
	font-weight: 700;
}

.wd-social-board__workflow,
.wd-social-board__packages {
	padding: clamp(32px, 4vw, 52px);
}

.wd-social-board__section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
}

.wd-social-board__section-head > span,
.wd-social-board__section-head > div > span {
	display: block;
	margin-bottom: 8px;
	color: var(--pink);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wd-social-board__section-head h3 {
	margin: 0;
	font-size: clamp(1.5rem, 2.6vw, 2.3rem);
	letter-spacing: -0.045em;
}

.wd-social-board__workflow ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(16, 16, 21, 0.1);
	list-style: none;
	counter-reset: board-step;
}

.wd-social-board__workflow li {
	position: relative;
	display: grid;
	gap: 8px;
	min-height: 166px;
	padding: 28px 28px 28px 52px;
	border-right: 1px solid rgba(16, 16, 21, 0.08);
	border-bottom: 1px solid rgba(16, 16, 21, 0.08);
	counter-increment: board-step;
}

.wd-social-board__workflow li:nth-child(3n) {
	border-right: 0;
}

.wd-social-board__workflow li::before {
	position: absolute;
	top: 29px;
	left: 0;
	color: var(--pink);
	content: counter(board-step, decimal-leading-zero);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.wd-social-board__workflow strong {
	font-size: 0.92rem;
	line-height: 1.35;
}

.wd-social-board__workflow li > span {
	color: var(--muted);
	font-size: 0.76rem;
	line-height: 1.65;
}

.wd-social-board__packages {
	border-top: 1px solid rgba(16, 16, 21, 0.08);
	background: linear-gradient(180deg, #fff9fd 0%, #fff 100%);
}

.wd-social-board__section-head--packages > p {
	margin: 0 0 4px;
	color: var(--muted);
	font-size: 0.85rem;
}

.wd-social-board__package-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.wd-social-board__package-grid > article {
	position: relative;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	min-height: 144px;
	padding: 24px;
	border: 1px solid rgba(16, 16, 21, 0.1);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(74, 10, 56, 0.045);
}

.wd-social-board__package-grid > article.is-featured {
	border-color: rgba(247, 24, 190, 0.32);
	background:
		radial-gradient(circle at 90% 0%, rgba(255, 77, 210, 0.28), transparent 38%),
		linear-gradient(145deg, #5c0a45, #310026);
	box-shadow: 0 18px 38px rgba(74, 10, 56, 0.18);
	color: #fff;
}

.wd-social-board__package-grid > article > span {
	display: grid;
	width: 44px;
	height: 44px;
	border-radius: 13px;
	background: rgba(247, 24, 190, 0.1);
	color: var(--pink);
	font-size: 0.66rem;
	font-weight: 800;
	place-items: center;
}

.wd-social-board__package-grid > article.is-featured > span {
	background: rgba(255, 255, 255, 0.12);
	color: var(--pink-bright);
}

.wd-social-board__package-grid strong,
.wd-social-board__package-grid p,
.wd-social-board__package-grid small {
	display: block;
}

.wd-social-board__package-grid strong {
	margin-bottom: 5px;
	font-size: 1rem;
}

.wd-social-board__package-grid p {
	margin: 0 0 6px;
	font-size: 0.82rem;
	font-weight: 750;
}

.wd-social-board__package-grid small {
	color: var(--muted);
	font-size: 0.7rem;
	line-height: 1.5;
}

.wd-social-board__package-grid .is-featured small {
	color: rgba(255, 255, 255, 0.64);
}

.wd-social-board__fit {
	margin: 26px 0 0;
	padding-top: 22px;
	border-top: 1px dashed rgba(16, 16, 21, 0.12);
	font-size: 0.78rem;
	line-height: 1.6;
}

.wd-social-board__fit em {
	margin-right: 5px;
	color: var(--pink);
	font-size: 0.64rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.wd-social-board__workflow ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wd-social-board__workflow li:nth-child(3n) {
		border-right: 1px solid rgba(16, 16, 21, 0.08);
	}

	.wd-social-board__workflow li:nth-child(2n) {
		border-right: 0;
	}

	.wd-social-board__package-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.wd-social-board__banner {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.wd-social-board__script {
		font-size: clamp(1.85rem, 8.5vw, 2.25rem);
		white-space: nowrap;
	}

	.wd-social-board__count {
		justify-self: center;
		width: min(100%, 230px);
		min-width: 0;
		padding: 19px 14px;
	}

	.wd-social-board__count strong {
		letter-spacing: -0.035em;
		word-spacing: 0.08em;
	}

	.wd-social-board__section-head,
	.wd-social-board__section-head--packages {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.wd-social-board__workflow ol {
		grid-template-columns: 1fr;
	}

	.wd-social-board__workflow li,
	.wd-social-board__workflow li:nth-child(2n),
	.wd-social-board__workflow li:nth-child(3n) {
		min-height: 0;
		border-right: 0;
	}

	.wd-social-board__package-grid > article {
		min-height: 0;
		padding: 20px;
	}
}

.page-template-template-branding-marketing .wd-billing button[aria-pressed="true"] {
	color: #fff;
}

/* Brand kit wireframe */
.wd-brand {
	display: grid;
	gap: 12px;
	min-height: 320px;
}

.wd-brand__top {
	display: flex;
	align-items: center;
	gap: 14px;
}

.wd-brand__mark {
	position: relative;
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border-radius: 16px;
	background: #111;
	color: #fff;
	overflow: hidden;
}

.wd-brand__orb {
	position: absolute;
	inset: -20% -10% auto auto;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--gradient);
	opacity: 0.85;
	animation: wd-brand-orb 4s ease-in-out infinite;
}

.wd-brand__mark strong {
	position: relative;
	z-index: 1;
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.wd-brand__meta {
	flex: 1;
}

.wd-brand__name {
	display: block;
	width: 120px;
	height: 12px;
	margin-bottom: 8px;
	border-radius: 4px;
	background: #17151d;
}

.wd-brand__tag {
	display: block;
	width: 88px;
	height: 7px;
	border-radius: 999px;
	background: #d9d8de;
}

.wd-brand__swatches {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
}

.wd-brand__swatches em {
	display: block;
	height: 42px;
	border-radius: 10px;
	background: var(--c);
	border: 1px solid rgba(16, 16, 21, 0.08);
	box-shadow: 0 8px 16px rgba(16, 16, 21, 0.06);
	animation: wd-brand-swatch 5s ease-in-out infinite;
}

.wd-brand__swatches em:nth-child(2) {
	animation-delay: -0.4s;
}

.wd-brand__swatches em:nth-child(3) {
	animation-delay: -0.8s;
}

.wd-brand__type {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 14px;
	align-items: center;
	padding: 14px;
	border: 1px solid rgba(16, 16, 21, 0.08);
	border-radius: 12px;
	background: #fafafa;
}

.wd-brand__display {
	font-family: "Kaushan Script", "Segoe Script", cursive;
	font-size: 2.4rem;
	line-height: 1;
	background: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.wd-brand__type strong {
	display: block;
	width: 70%;
	height: 10px;
	margin-bottom: 8px;
	border-radius: 4px;
	background: #17151d;
}

.wd-brand__type span {
	display: block;
	width: 90%;
	height: 6px;
	margin-bottom: 6px;
	border-radius: 999px;
	background: #d9d8de;
}

.wd-brand__type span.is-short {
	width: 55%;
}

.wd-brand__apps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.wd-brand__card {
	padding: 12px;
	border: 1px solid rgba(16, 16, 21, 0.08);
	border-radius: 12px;
	background: #fff;
	min-height: 72px;
}

.wd-brand__card i {
	display: block;
	width: 100%;
	height: 28px;
	margin-bottom: 10px;
	border-radius: 6px;
	background: linear-gradient(135deg, color-mix(in srgb, var(--pink) 25%, #fff), color-mix(in srgb, var(--purple) 18%, #fff));
}

.wd-brand__card span {
	display: block;
	width: 70%;
	height: 6px;
	border-radius: 999px;
	background: #e5e4e9;
}

@keyframes wd-brand-orb {
	0%,
	100% {
		transform: translate(0, 0) scale(1);
	}
	50% {
		transform: translate(-4px, 3px) scale(1.06);
	}
}

@keyframes wd-brand-swatch {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-3px);
	}
}

/* ——— Google SERP wireframe ——— */
.wd-wireframe--serp .wd-wireframe__screen {
	padding: 14px 14px 12px;
	background: #fff;
}

.wd-serp {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 340px;
}

.wd-serp__logo {
	display: flex;
	justify-content: center;
	gap: 3px;
	padding-top: 4px;
}

.wd-serp__g {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.wd-serp__g--b,
.wd-serp__g--b2 {
	background: #4285f4;
}

.wd-serp__g--r,
.wd-serp__g--r2 {
	background: #ea4335;
}

.wd-serp__g--y {
	background: #fbbc05;
}

.wd-serp__g--g {
	background: #34a853;
}

.wd-serp__bar {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 36px;
	padding: 0 12px 0 14px;
	border: 1px solid rgba(16, 16, 21, 0.1);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(16, 16, 21, 0.06);
}

.wd-serp__query {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	color: #202124;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	white-space: nowrap;
	overflow: hidden;
}

.wd-serp__query em {
	font-style: normal;
	min-height: 1em;
}

.wd-serp__caret {
	display: inline-block;
	width: 1.5px;
	height: 0.9em;
	margin-left: 1px;
	background: #202124;
	animation: wd-serp-caret 1s steps(1) infinite;
}

.wd-serp__search-icon {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	border: 2px solid #f1600f;
	border-radius: 50%;
	position: relative;
}

.wd-serp__search-icon::after {
	position: absolute;
	right: -3px;
	bottom: -2px;
	width: 7px;
	height: 2px;
	border-radius: 999px;
	background: #f1600f;
	transform: rotate(42deg);
	content: "";
}

.wd-serp__tabs {
	display: flex;
	gap: 14px;
	padding: 2px 6px 6px;
	border-bottom: 1px solid rgba(16, 16, 21, 0.08);
}

.wd-serp__tabs b {
	display: block;
	width: 36px;
	height: 4px;
	border-radius: 999px;
	background: #dadce0;
}

.wd-serp__tabs b.is-active {
	width: 44px;
	background: #f1600f;
}

.wd-serp__ai {
	position: relative;
	padding: 12px 12px 10px;
	border: 1px solid rgba(16, 16, 21, 0.08);
	border-radius: 12px;
	background:
		radial-gradient(circle at 100% 0%, rgba(241, 96, 15, 0.08), transparent 40%),
		linear-gradient(180deg, #fafbff 0%, #fff 100%);
	box-shadow: 0 8px 18px rgba(16, 16, 21, 0.04);
	transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.wd-serp__ai.is-active,
.wd-serp__result.is-active {
	border-color: color-mix(in srgb, var(--pink) 45%, transparent);
	box-shadow: 0 10px 24px rgb(from var(--pink) r g b / 0.12);
}

.wd-serp__ai-label {
	display: inline-block;
	margin-bottom: 8px;
	padding: 3px 8px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--pink) 12%, #fff);
	color: var(--pink);
	font-size: 0.52rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.wd-serp__ai-line {
	display: block;
	height: 5px;
	margin-bottom: 6px;
	border-radius: 999px;
	background: #e8eaed;
	width: 96%;
}

.wd-serp__ai-line.is-mid {
	width: 82%;
}

.wd-serp__ai-line.is-short {
	width: 64%;
	margin-bottom: 10px;
}

.wd-serp__ai-sources {
	display: flex;
	gap: 6px;
}

.wd-serp__ai-sources i {
	display: block;
	width: 42px;
	height: 8px;
	border-radius: 999px;
	background: #e8eaed;
}

.wd-serp__results {
	display: grid;
	gap: 10px;
}

.wd-serp__result {
	position: relative;
	padding: 10px 12px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: #fff;
	transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.wd-serp__result.is-featured {
	background: linear-gradient(135deg, rgba(241, 96, 15, 0.04), transparent 55%);
}

.wd-serp__url {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 5px;
}

.wd-serp__favicon {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--gradient);
}

.wd-serp__favicon.is-muted {
	background: #dadce0;
}

.wd-serp__url-text {
	color: #202124;
	font-size: 0.58rem;
	font-weight: 600;
}

.wd-serp__url-text.is-muted {
	display: block;
	width: 72px;
	height: 6px;
	border-radius: 999px;
	background: #dadce0;
	color: transparent;
}

.wd-serp__title {
	display: block;
	margin-bottom: 6px;
	color: #1a0dab;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.wd-serp__title.is-plain {
	width: 88%;
	height: 10px;
	border-radius: 4px;
	background: #1a0dab;
	opacity: 0.55;
	color: transparent;
}

.wd-serp__desc {
	display: block;
	width: 96%;
	height: 5px;
	margin-bottom: 5px;
	border-radius: 999px;
	background: #e8eaed;
}

.wd-serp__desc.is-short {
	width: 70%;
	margin-bottom: 0;
}

.wd-serp__rank {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 3px 7px;
	border-radius: 999px;
	background: var(--gradient);
	color: #fff;
	font-size: 0.52rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	box-shadow: 0 6px 14px rgb(from var(--pink) r g b / 0.25);
	animation: wd-serp-rank-pop 8s ease-in-out infinite;
}

.wd-serp__result.is-click {
	transform: scale(0.985);
	background: color-mix(in srgb, var(--pink) 6%, #fff);
}

@keyframes wd-serp-caret {
	0%,
	45% {
		opacity: 1;
	}
	50%,
	100% {
		opacity: 0;
	}
}

@keyframes wd-serp-rank-pop {
	0%,
	55% {
		transform: scale(1);
	}
	62% {
		transform: scale(1.12);
	}
	70%,
	100% {
		transform: scale(1);
	}
}

@media (max-width: 900px) {
	.wd-serp {
		min-height: 0;
	}

	.wd-serp__title {
		font-size: 0.7rem;
		padding-right: 36px;
	}
}

.wd-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(46px, 5vw, 76px) 0 0;
	background:
		radial-gradient(circle at 18% 10%, rgb(from var(--pink-bright) r g b / 0.1), transparent 30%),
		radial-gradient(circle at 88% 24%, rgb(from var(--purple) r g b / 0.1), transparent 28%),
		linear-gradient(180deg, #fff 0%, #fffafb 64%, #fff 100%);
	isolation: isolate;
}

.wd-hero::before {
	position: absolute;
	top: 7%;
	right: -9vw;
	width: min(30vw, 460px);
	aspect-ratio: 1;
	border: 1px solid rgb(from var(--pink) r g b / 0.16);
	border-radius: 50%;
	box-shadow:
		0 0 0 7vw rgb(from var(--pink) r g b / 0.025),
		0 0 0 14vw rgb(from var(--purple) r g b / 0.02);
	content: "";
	z-index: -1;
}

.wd-hero::after {
	position: absolute;
	bottom: 116px;
	left: 4vw;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--pink);
	box-shadow:
		18px 0 var(--pink),
		36px 0 var(--pink),
		0 18px var(--pink),
		18px 18px var(--pink),
		36px 18px var(--pink),
		0 36px var(--pink),
		18px 36px var(--pink),
		36px 36px var(--pink);
	content: "";
	opacity: 0.32;
	z-index: -1;
}

.wd-hero__words {
	position: absolute;
	inset: 9% -5% auto;
	display: grid;
	gap: clamp(22px, 4vw, 64px);
	color: rgba(16, 16, 21, 0.026);
	font-size: clamp(3.6rem, 8vw, 8.8rem);
	font-weight: 700;
	letter-spacing: -0.06em;
	line-height: 0.82;
	pointer-events: none;
	transform: rotate(-3deg);
	white-space: nowrap;
	z-index: -2;
}

.wd-hero__words span:nth-child(2) {
	transform: translateX(-12%);
}

.wd-hero__words span:nth-child(3) {
	transform: translateX(8%);
}

.wd-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.82fr);
	align-items: center;
	gap: clamp(54px, 6vw, 92px);
	min-height: min(640px, calc(100svh - 110px));
	padding-bottom: 0;
}

.wd-hero__copy {
	position: relative;
	z-index: 1;
}

.wd-hero__review {
	display: none;
}

.wd-hero__copy .kicker {
	margin-bottom: 20px;
}

.wd-hero h1 {
	max-width: 720px;
	font-size: clamp(3.45rem, 5.4vw, 5.7rem);
	line-height: 0.92;
}

.wd-hero h1 .wd-hero__title-main {
	display: inline-block;
	max-width: 100%;
	font-size: 0.82em;
	letter-spacing: -0.06em;
	overflow-wrap: anywhere;
	white-space: normal;
}

.wd-hero h1 .title-gradient {
	padding: 0 0.12em 0.1em 0;
	font-family: "Kaushan Script", cursive;
	font-size: 0.66em;
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1.12;
	transform: rotate(-2deg);
}

.wd-hero__pricing {
	display: grid;
	grid-template-columns: minmax(150px, 1fr) 30px minmax(165px, 1fr) auto;
	align-items: center;
	gap: 10px;
	max-width: 720px;
	margin-top: 21px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.wd-hero__pricing.wd-hero__pricing--compact {
	grid-template-columns: max-content 24px max-content;
	gap: 8px clamp(18px, 2vw, 28px);
	width: fit-content;
	max-width: 100%;
}

.wd-hero__pricing.wd-hero__pricing--compact.wd-hero__pricing--single {
	grid-template-columns: max-content;
}

.wd-hero__pricing--compact.wd-hero__pricing--single .wd-hero__price > span {
	margin: 0 0 6px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(16, 16, 21, 0.58);
	box-shadow: none;
	font-size: 0.63rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.wd-hero__pricing--compact .wd-hero__price {
	display: grid;
	gap: 8px;
	min-height: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	justify-items: start;
}

.wd-hero__pricing--compact .wd-hero__price > span {
	display: inline-flex;
	width: fit-content;
	margin: 0;
	padding: 4px 10px;
	border: 1px solid rgb(from var(--pink) r g b / 0.16);
	border-radius: 999px;
	background: rgb(from var(--pink) r g b / 0.065);
	color: var(--pink);
	font-size: 0.56rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.wd-hero__pricing--compact .wd-hero__price--once > span {
	border-color: rgba(16, 16, 21, 0.11);
	background: rgba(16, 16, 21, 0.045);
	color: rgba(16, 16, 21, 0.58);
}

.wd-hero__pricing--compact .wd-hero__price p {
	align-items: center;
}

.wd-hero__pricing--compact .wd-hero__price-meta {
	gap: 1px;
	margin-left: 7px;
}

.wd-hero__pricing.wd-hero__pricing--compact > i {
	width: 24px;
	height: auto;
	align-self: end;
	margin-bottom: 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(16, 16, 21, 0.2);
	font-size: 1.45rem;
	font-weight: 400;
}

.wd-hero__price {
	min-height: 74px;
	padding: 12px 15px;
	border: 1px solid rgba(16, 16, 21, 0.09);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 12px 32px rgba(58, 14, 60, 0.05);
}

.wd-hero__price > span {
	display: block;
	margin-bottom: 2px;
	color: var(--muted);
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wd-hero__price p {
	display: flex;
	align-items: flex-start;
	margin: 0;
	letter-spacing: -0.055em;
	line-height: 1;
}

.wd-hero__price sup {
	margin: 5px 4px 0 0;
	color: var(--pink);
	font-size: 0.78rem;
	font-weight: 700;
}

.wd-hero__price strong {
	font-size: clamp(1.9rem, 2.5vw, 2.65rem);
}

.wd-hero__price small {
	color: var(--muted);
	font-size: 0.58rem;
	font-weight: 650;
	letter-spacing: 0;
}

.wd-hero__price-meta {
	display: grid;
	align-self: center;
	gap: 2px;
	margin-left: 5px;
	letter-spacing: 0;
	line-height: 1;
}

.wd-hero__price-meta b {
	color: var(--ink);
	font-size: 0.52rem;
	font-weight: 700;
}

.wd-hero__pricing > i {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 1px solid rgba(16, 16, 21, 0.08);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.86);
	color: rgba(16, 16, 21, 0.34);
	font-size: 0.63rem;
	font-style: normal;
	font-weight: 700;
}

.wd-hero__pricing > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	min-height: 74px;
	padding: 0 19px;
	border-radius: 13px;
	background: var(--ink);
	color: #fff;
	font-size: 0.66rem;
	font-weight: 700;
	white-space: nowrap;
	transition: background 180ms ease, transform 180ms ease;
}

.wd-hero__pricing > a:hover {
	background: var(--pink);
	transform: translateY(-2px);
}

.wd-hero__lead {
	max-width: 680px;
	margin: 20px 0 0;
	color: var(--muted);
	font-size: clamp(0.92rem, 1.2vw, 1.04rem);
	line-height: 1.7;
}

.wd-hero__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 23px;
}

.wd-hero__actions .wd-hero__meet-chip {
	min-height: 58px;
}

.wd-hero__checks {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	max-width: 720px;
	margin: 23px 0 0;
	padding: 0;
	list-style: none;
}

.wd-hero__checks li {
	display: grid;
	grid-template-columns: 36px 1fr;
	align-items: center;
	gap: 12px;
	min-height: 82px;
	padding: 14px;
	border: 1px solid rgba(16, 16, 21, 0.09);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 12px 30px rgba(16, 16, 21, 0.035);
	color: #383840;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wd-hero__checks li:hover {
	border-color: rgb(from var(--pink) r g b / 0.35);
	box-shadow: 0 16px 34px rgb(from var(--pink) r g b / 0.08);
	transform: translateY(-3px);
}

.wd-hero__checks li > span {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid rgb(from var(--pink) r g b / 0.18);
	border-radius: 10px;
	background: linear-gradient(145deg, rgb(from var(--pink-bright) r g b / 0.1), rgb(from var(--purple) r g b / 0.08));
	color: var(--pink);
	font-size: 0.58rem;
	font-weight: 700;
}

.wd-hero__checks div {
	display: grid;
	gap: 2px;
}

.wd-hero__checks strong {
	font-size: 0.78rem;
	line-height: 1.25;
}

.wd-hero__checks small {
	color: var(--muted);
	font-size: 0.56rem;
	font-weight: 500;
	line-height: 1.4;
}

.wd-hero > .hero__stats {
	padding-bottom: clamp(28px, 3vw, 42px);
}

.wd-wireframe-wrap {
	position: relative;
	min-width: 0;
	padding: 26px 14px 34px 8px;
	perspective: 1100px;
}

.wd-wireframe-wrap::before {
	position: absolute;
	top: -9%;
	right: -7%;
	width: 76%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgb(from var(--pink) r g b / 0.12), rgb(from var(--purple) r g b / 0.035) 48%, transparent 70%);
	filter: blur(4px);
	content: "";
}

.wd-wireframe {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(16, 16, 21, 0.13);
	border-radius: 18px;
	background: #fff;
	box-shadow:
		0 36px 80px rgba(37, 6, 56, 0.16),
		0 8px 22px rgba(16, 16, 21, 0.08);
	transform: rotateY(-2deg) rotateX(1deg);
	animation: wd-wireframe-float 6s ease-in-out infinite;
}

.wd-wireframe::after {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: inherit;
	content: "";
	pointer-events: none;
}

.wd-wireframe__chrome {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 44px;
	padding: 0 17px;
	border-bottom: 1px solid rgba(16, 16, 21, 0.08);
	background: #fcfcfd;
}

.wd-wireframe__chrome > span {
	display: flex;
	gap: 5px;
}

.wd-wireframe__chrome > span i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d9d9df;
}

.wd-wireframe__chrome > span i:first-child {
	background: var(--pink);
}

.wd-wireframe__chrome small {
	color: #8a8992;
	font-size: 0.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wd-wireframe__chrome > b {
	width: 28px;
	height: 5px;
	border-radius: 999px;
	background: #e5e5e9;
}

.wd-wireframe__screen {
	padding: 16px;
	background:
		linear-gradient(rgba(16, 16, 21, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(16, 16, 21, 0.025) 1px, transparent 1px),
		#fff;
	background-size: 22px 22px;
}

.wd-wireframe__nav {
	display: grid;
	grid-template-columns: 50px 1fr 54px;
	align-items: center;
	gap: 22px;
	height: 34px;
	padding-inline: 8px;
}

.wd-wireframe__nav > span {
	width: 42px;
	height: 10px;
	border-radius: 4px;
	background: var(--gradient);
}

.wd-wireframe__nav > div {
	display: flex;
	justify-content: center;
	gap: 14px;
}

.wd-wireframe__nav > div i {
	width: 28px;
	height: 4px;
	border-radius: 999px;
	background: #d6d6dc;
}

.wd-wireframe__nav > b {
	width: 52px;
	height: 18px;
	border-radius: 5px;
	background: #16141b;
}

.wd-wireframe__hero {
	display: grid;
	grid-template-columns: 1fr 0.9fr;
	gap: 18px;
	min-height: 266px;
	margin-top: 10px;
	padding: 28px;
	border-radius: 12px;
	background:
		radial-gradient(circle at 70% 22%, rgb(from var(--pink) r g b / 0.09), transparent 34%),
		linear-gradient(135deg, #f8f4f7, #f7f7f9);
}

.wd-wireframe__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.wd-wireframe__copy > i {
	width: 44px;
	height: 5px;
	margin-bottom: 15px;
	border-radius: 999px;
	background: var(--pink);
}

.wd-wireframe__copy > strong {
	width: 88%;
	height: 18px;
	margin-bottom: 8px;
	border-radius: 5px;
	background: #17151d;
}

.wd-wireframe__copy > strong.is-short {
	width: 67%;
	margin-bottom: 18px;
}

.wd-wireframe__copy > span,
.wd-wireframe__panel > span,
.wd-wireframe__cards span {
	position: relative;
	overflow: hidden;
	width: 92%;
	height: 6px;
	margin-bottom: 7px;
	border-radius: 999px;
	background: #d9d8de;
}

.wd-wireframe__copy > span::after,
.wd-wireframe__panel > span::after,
.wd-wireframe__cards span::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
	content: "";
	transform: translateX(-120%);
	animation: wd-wireframe-shimmer 3.4s ease-in-out infinite;
}

.wd-wireframe__copy > span.is-short {
	width: 68%;
}

.wd-wireframe__copy > div {
	display: flex;
	gap: 8px;
	margin-top: 18px;
}

.wd-wireframe__copy > div b {
	width: 62px;
	height: 24px;
	border-radius: 6px;
	background: var(--gradient);
}

.wd-wireframe__copy > div b:last-child {
	width: 54px;
	border: 1px solid #c9c8cf;
	background: transparent;
}

.wd-wireframe__visual {
	position: relative;
	display: grid;
	place-items: center;
}

.wd-wireframe__orb {
	position: absolute;
	width: 82%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--gradient);
	box-shadow: 0 18px 44px rgb(from var(--purple) r g b / 0.2);
	opacity: 0.94;
	animation: wd-wireframe-orb 4.5s ease-in-out infinite;
}

.wd-wireframe__panel {
	position: relative;
	z-index: 1;
	width: 76%;
	padding: 17px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 18px 36px rgb(from var(--navy) r g b / 0.16);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.wd-wireframe__panel > i {
	display: block;
	width: 24px;
	height: 24px;
	margin-bottom: 13px;
	border-radius: 7px;
	background: linear-gradient(145deg, rgb(from var(--pink) r g b / 0.17), rgb(from var(--purple) r g b / 0.13));
}

.wd-wireframe__panel > strong {
	display: block;
	width: 72%;
	height: 9px;
	margin-bottom: 14px;
	border-radius: 4px;
	background: #24212b;
}

.wd-wireframe__panel > span {
	width: 100%;
	height: 5px;
}

.wd-wireframe__panel > span.is-short {
	width: 62%;
}

.wd-wireframe__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 9px;
	margin-top: 9px;
}

.wd-wireframe__cards > div {
	padding: 13px;
	border: 1px solid rgba(16, 16, 21, 0.07);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.92);
}

.wd-wireframe__cards i {
	display: block;
	width: 21px;
	height: 21px;
	margin-bottom: 12px;
	border-radius: 6px;
	background: linear-gradient(145deg, rgb(from var(--pink) r g b / 0.17), rgb(from var(--purple) r g b / 0.12));
}

.wd-wireframe__cards span {
	display: block;
	width: 88%;
	height: 5px;
	margin-bottom: 5px;
}

.wd-wireframe__cards span.is-short {
	width: 56%;
}

.wd-wireframe__cursor {
	position: absolute;
	top: 54%;
	left: 44%;
	z-index: 3;
	width: 17px;
	height: 17px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--pink);
	box-shadow: 0 4px 14px rgb(from var(--pink) r g b / 0.38);
	animation: wd-wireframe-cursor 7s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.wd-wireframe__cursor i {
	position: absolute;
	top: 12px;
	left: 11px;
	width: 7px;
	height: 7px;
	border-right: 2px solid var(--pink);
	transform: rotate(38deg);
}

.wd-wireframe__badge,
.wd-wireframe__status {
	position: absolute;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 9px;
	border: 1px solid rgba(16, 16, 21, 0.09);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 16px 34px rgba(31, 8, 44, 0.12);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	font-size: 0.62rem;
	font-weight: 700;
}

.wd-wireframe__badge {
	right: -6px;
	bottom: 8px;
	padding: 12px 15px;
	border-radius: 999px;
}

.wd-wireframe__badge span {
	display: grid;
	width: 21px;
	height: 21px;
	place-items: center;
	border-radius: 50%;
	background: var(--green);
	color: var(--ink);
	font-size: 0.65rem;
}

.wd-wireframe__status {
	top: 2px;
	left: -20px;
	padding: 11px 14px;
	border-radius: 10px;
}

.wd-wireframe__status i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--pink);
	box-shadow: 0 0 0 5px rgb(from var(--pink) r g b / 0.1);
	animation: wd-wireframe-status 1.8s ease-in-out infinite;
}

.wd-billing {
	display: inline-flex;
	gap: 4px;
	padding: 4px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
}

.wd-billing button {
	min-width: 92px;
	padding: 9px 14px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: rgba(255, 255, 255, 0.63);
	cursor: pointer;
	font-size: 0.7rem;
	font-weight: 700;
	transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.wd-billing button[aria-pressed="true"] {
	background: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
	color: var(--ink);
}

.wd-plan__rule {
	height: 1px;
	margin-block: 26px;
	background: rgba(255, 255, 255, 0.13);
}

.wd-plan ul {
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@keyframes wd-wireframe-float {
	0%,
	100% {
		transform: rotateY(-2deg) rotateX(1deg) translateY(0);
	}
	50% {
		transform: rotateY(-1deg) rotateX(0deg) translateY(-10px);
	}
}

@keyframes wd-wireframe-shimmer {
	0%,
	24% {
		transform: translateX(-120%);
	}
	62%,
	100% {
		transform: translateX(120%);
	}
}

@keyframes wd-wireframe-orb {
	0%,
	100% {
		transform: scale(1) rotate(0deg);
		border-radius: 48% 52% 58% 42%;
	}
	50% {
		transform: scale(1.06) rotate(8deg);
		border-radius: 57% 43% 46% 54%;
	}
}

@keyframes wd-wireframe-cursor {
	0%,
	14% {
		top: 54%;
		left: 44%;
	}
	35%,
	47% {
		top: 34%;
		left: 71%;
	}
	68%,
	80% {
		top: 74%;
		left: 29%;
	}
	100% {
		top: 54%;
		left: 44%;
	}
}

@keyframes wd-wireframe-status {
	0%,
	100% {
		box-shadow: 0 0 0 4px rgb(from var(--pink) r g b / 0.08);
	}
	50% {
		box-shadow: 0 0 0 8px rgb(from var(--pink) r g b / 0.02);
	}
}

/* ——— E-commerce product / buy wireframe ——— */
.wd-wireframe--store .wd-wireframe__nav {
	display: none;
}

.wd-store-nav {
	display: grid;
	grid-template-columns: 50px 1fr auto;
	align-items: center;
	gap: 18px;
	height: 34px;
	padding-inline: 6px;
}

.wd-store-nav__logo {
	width: 42px;
	height: 10px;
	border-radius: 4px;
	background: var(--gradient);
}

.wd-store-nav__links {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.wd-store-nav__links i {
	width: 26px;
	height: 4px;
	border-radius: 999px;
	background: #d6d6dc;
}

.wd-store-nav__cart {
	position: relative;
	display: grid;
	place-items: center;
	width: 34px;
	height: 28px;
	border-radius: 8px;
	background: #16141b;
	transition: box-shadow 200ms ease;
}

.wd-store-nav__bag {
	display: block;
	width: 12px;
	height: 11px;
	border: 1.5px solid rgba(255, 255, 255, 0.88);
	border-radius: 0 0 3px 3px;
	border-top: 0;
	position: relative;
}

.wd-store-nav__bag::before {
	position: absolute;
	top: -5px;
	left: 1px;
	width: 6px;
	height: 5px;
	border: 1.5px solid rgba(255, 255, 255, 0.88);
	border-bottom: 0;
	border-radius: 6px 6px 0 0;
	content: "";
}

.wd-store-nav__count {
	position: absolute;
	top: -5px;
	right: -5px;
	display: grid;
	place-items: center;
	min-width: 14px;
	height: 14px;
	padding: 0 3px;
	border-radius: 999px;
	background: var(--pink);
	color: #fff;
	font-size: 0.48rem;
	font-weight: 800;
	line-height: 1;
	font-style: normal;
	transition: transform 200ms ease, background 200ms ease;
}

.wd-store-product {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	min-height: 248px;
	margin-top: 10px;
	padding: 16px;
	border-radius: 12px;
	background:
		radial-gradient(circle at 28% 30%, rgb(from var(--pink) r g b / 0.1), transparent 36%),
		linear-gradient(135deg, #f8f4f7, #f7f7f9);
}

.wd-store-product__media {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.wd-store-product__orb {
	position: absolute;
	top: 8%;
	left: 10%;
	width: 72%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--gradient);
	opacity: 0.22;
	filter: blur(2px);
	animation: wd-wireframe-orb 4.5s ease-in-out infinite;
	pointer-events: none;
}

.wd-store-product__shot {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	flex: 1 1 auto;
	min-height: 168px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 16px 34px rgb(from var(--navy) r g b / 0.1);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	overflow: hidden;
}

.wd-store-product__tag {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--pink);
	color: #fff;
	font-size: 0.48rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.wd-store-product__shape {
	display: grid;
	place-items: center;
	width: 68%;
	aspect-ratio: 0.9;
	animation: wd-store-product-bob 4.8s ease-in-out infinite;
	filter: drop-shadow(0 14px 24px rgba(16, 16, 21, 0.12));
}

.wd-store-product__shirt {
	display: block;
	width: 100%;
	height: auto;
}

.wd-store-product__thumbs {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6px;
}

.wd-store-product__thumbs i {
	display: block;
	height: 28px;
	border: 1px solid rgba(16, 16, 21, 0.08);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.9);
}

.wd-store-product__thumbs i.is-active {
	border-color: color-mix(in srgb, var(--pink) 55%, transparent);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--pink) 18%, transparent);
	background:
		linear-gradient(145deg, rgb(from var(--pink) r g b / 0.14), rgb(from var(--purple) r g b / 0.1)),
		#fff;
}

.wd-store-product__info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
	padding: 4px 2px 2px;
}

.wd-store-product__brand {
	width: 48px;
	height: 5px;
	margin-bottom: 12px;
	border-radius: 999px;
	background: var(--pink);
}

.wd-store-product__title {
	display: block;
	width: 92%;
	height: 14px;
	margin-bottom: 7px;
	border-radius: 5px;
	background: #17151d;
}

.wd-store-product__title.is-short {
	width: 64%;
	margin-bottom: 14px;
}

.wd-store-product__price {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.wd-store-product__price em {
	display: block;
	width: 52px;
	height: 16px;
	border-radius: 5px;
	background: var(--gradient);
	font-style: normal;
}

.wd-store-product__price small {
	display: block;
	width: 36px;
	height: 8px;
	border-radius: 999px;
	background: #dddce2;
}

.wd-store-product__line {
	position: relative;
	overflow: hidden;
	width: 94%;
	height: 5px;
	margin-bottom: 6px;
	border-radius: 999px;
	background: #d9d8de;
}

.wd-store-product__line::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
	content: "";
	transform: translateX(-120%);
	animation: wd-wireframe-shimmer 3.4s ease-in-out infinite;
}

.wd-store-product__line.is-short {
	width: 58%;
	margin-bottom: 14px;
}

.wd-store-product__sizes {
	display: flex;
	gap: 6px;
	margin-bottom: 16px;
}

.wd-store-product__sizes i {
	display: block;
	width: 28px;
	height: 22px;
	border: 1px solid #d0cfd6;
	border-radius: 6px;
	background: #fff;
	transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wd-store-product__sizes i.is-active {
	border-color: transparent;
	background: var(--gradient);
	box-shadow: 0 6px 14px rgb(from var(--pink) r g b / 0.22);
}

.wd-store-product__sizes i.is-click {
	transform: scale(0.88);
}

.wd-store-product__actions {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.wd-store-product__atc {
	flex: 1 1 auto;
	min-height: 28px;
	padding: 0 10px;
	border: 0;
	border-radius: 7px;
	background: var(--gradient);
	box-shadow: 0 10px 22px rgb(from var(--pink) r g b / 0.2);
	color: #fff;
	font-size: 0.52rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: default;
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.wd-store-product__atc.is-click {
	transform: scale(0.94);
	box-shadow: 0 4px 12px rgb(from var(--pink) r g b / 0.28);
	filter: brightness(1.08);
}

.wd-store-product__buy {
	flex: 0 0 52px;
	height: 28px;
	border: 1px solid #c9c8cf;
	border-radius: 7px;
	background: transparent;
}

.wd-store-related {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-top: 9px;
}

.wd-store-related__item {
	padding: 10px;
	border: 1px solid rgba(16, 16, 21, 0.07);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.92);
}

.wd-store-related__item em {
	display: block;
	width: 100%;
	height: 42px;
	margin-bottom: 10px;
	border-radius: 7px;
	background:
		linear-gradient(145deg, rgb(from var(--pink) r g b / 0.12), rgb(from var(--purple) r g b / 0.1)),
		#f3f2f5;
	font-style: normal;
}

.wd-store-related__item span {
	position: relative;
	overflow: hidden;
	display: block;
	width: 88%;
	height: 5px;
	margin-bottom: 5px;
	border-radius: 999px;
	background: #d9d8de;
}

.wd-store-related__item span::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
	content: "";
	transform: translateX(-120%);
	animation: wd-wireframe-shimmer 3.4s ease-in-out infinite;
}

.wd-store-related__item span.is-short {
	width: 52%;
	margin-bottom: 8px;
}

.wd-store-related__item b {
	display: block;
	width: 36px;
	height: 8px;
	border-radius: 4px;
	background: var(--gradient);
	font-weight: 400;
}

/* JS-driven store cursor — macOS arrow + hand over clickables */
.wd-store-cursor {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	width: 24px;
	height: 28px;
	margin: 0;
	pointer-events: none;
	opacity: 0;
	transform: translate3d(0, 0, 0);
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.28));
	will-change: transform, opacity;
	transition: opacity 420ms ease;
}

.wd-wireframe--store.is-cursor-ready .wd-store-cursor,
.wd-wireframe--serp.is-cursor-ready .wd-store-cursor {
	opacity: 1;
}

.wd-store-cursor__icon {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	transform-origin: 2px 2px;
	transition:
		opacity 160ms ease,
		transform 200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.wd-store-cursor__icon--arrow {
	width: 18px;
	height: 24px;
	opacity: 1;
}

.wd-store-cursor__icon--hand {
	width: 26px;
	height: 26px;
	object-fit: contain;
	opacity: 0;
	transform: translate(-4px, -2px) scale(0.92);
	transform-origin: 8px 4px;
	/* Match dark cursor look on the product UI */
	filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.9)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25));
}

/* Hand mode while over clickable targets */
.wd-store-cursor.is-hand .wd-store-cursor__icon--arrow {
	opacity: 0;
	transform: scale(0.9);
}

.wd-store-cursor.is-hand .wd-store-cursor__icon--hand {
	opacity: 1;
	transform: translate(-4px, -2px) scale(1);
}

.wd-store-cursor.is-clicking .wd-store-cursor__icon--arrow {
	transform: scale(0.9);
}

.wd-store-cursor.is-clicking.is-hand .wd-store-cursor__icon--hand {
	transform: translate(-4px, -2px) scale(0.9);
}

.wd-store-cursor__ripple {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 2px solid var(--pink);
	border-radius: 50%;
	opacity: 0;
	transform: scale(0.35);
	pointer-events: none;
}

.wd-store-cursor.is-clicking .wd-store-cursor__ripple {
	animation: wd-store-click-ripple 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.wd-store-cursor.is-hand .wd-store-cursor__ripple {
	top: 2px;
	left: 4px;
}

.wd-store-nav__count.is-bump {
	transform: scale(1.35);
	background: var(--pink-bright, var(--pink-bright));
}

.wd-store-nav__cart.is-bump {
	box-shadow: 0 0 0 4px rgb(from var(--pink) r g b / 0.18);
}

@keyframes wd-store-product-bob {
	0%,
	100% {
		transform: translateY(0) scale(1);
	}
	50% {
		transform: translateY(-6px) scale(1.03);
	}
}

@keyframes wd-store-click-ripple {
	0% {
		opacity: 0.75;
		transform: scale(0.4);
	}
	100% {
		opacity: 0;
		transform: scale(1.85);
	}
}

.wd-hero__proof {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid rgba(16, 16, 21, 0.09);
	border-bottom: 0;
	border-radius: 18px 18px 0 0;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 -18px 50px rgba(16, 16, 21, 0.035);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.wd-hero__proof > div {
	display: grid;
	align-content: center;
	min-height: 112px;
	padding: 22px 30px;
}

.wd-hero__proof > div + div {
	border-left: 1px solid rgba(16, 16, 21, 0.09);
}

.wd-hero__proof strong {
	font-size: clamp(1.35rem, 2vw, 2rem);
	letter-spacing: -0.05em;
	line-height: 1.05;
}

.wd-hero__proof sup {
	color: var(--pink);
	font-size: 0.5em;
}

.wd-hero__proof span {
	color: var(--muted);
	font-size: 0.65rem;
	font-weight: 650;
}

.wd-trusted {
	overflow: hidden;
	padding-block: 36px;
	border-block: 1px solid rgba(16, 16, 21, 0.08);
}

.wd-trusted__inner {
	display: grid;
	grid-template-columns: 190px 1fr;
	align-items: center;
	gap: 34px;
}

.wd-trusted .kicker {
	margin: 0;
}

.wd-trusted__logos {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
	gap: 8px;
}

.wd-trusted__logos figure {
	display: grid;
	height: 66px;
	margin: 0;
	place-items: center;
	filter: grayscale(1);
	opacity: 0.54;
	transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.wd-trusted__logos figure:hover {
	filter: grayscale(0);
	opacity: 1;
	transform: translateY(-2px);
}

.wd-trusted__logos img {
	width: 112px;
	max-height: 55px;
	object-fit: contain;
}

.wd-meet-cta {
	position: relative;
	overflow: hidden;
	padding-block: clamp(72px, 8vw, 112px);
	background:
		radial-gradient(circle at 12% 14%, rgb(from var(--pink) r g b / 0.2), transparent 30%),
		radial-gradient(circle at 88% 82%, rgb(from var(--purple) r g b / 0.22), transparent 34%),
		#111017;
	color: #fff;
	isolation: isolate;
}

.wd-meet-cta::before {
	position: absolute;
	top: -26%;
	right: -7%;
	z-index: -1;
	width: clamp(300px, 42vw, 650px);
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	box-shadow:
		0 0 0 72px rgba(255, 255, 255, 0.018),
		0 0 0 144px rgba(255, 255, 255, 0.012);
	content: "";
}

.wd-meet-cta::after {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 72px 72px;
	content: "";
	mask-image: linear-gradient(110deg, #000, transparent 74%);
}

.wd-meet-cta__panel {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
	align-items: center;
	gap: clamp(52px, 7vw, 96px);
}

.wd-meet-cta__copy {
	max-width: 680px;
}

.wd-meet-cta__copy .kicker {
	margin-bottom: 22px;
	color: rgba(255, 255, 255, 0.68);
}

.wd-meet-cta__copy h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(2.55rem, 5.4vw, 5.3rem);
	letter-spacing: -0.065em;
	line-height: 0.98;
}

.wd-meet-cta__copy h2 .title-gradient {
	display: inline-block;
	padding: 0.08em 0.12em 0.12em 0;
	font-family: "Kaushan Script", cursive;
	font-size: 0.58em;
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1.12;
	transform: rotate(-1.5deg);
}

.wd-meet-cta__copy > p:not(.kicker) {
	max-width: 620px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(0.9rem, 1.2vw, 1.02rem);
	line-height: 1.78;
}

.wd-meet-cta__actions {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 30px;
}

.wd-meet-cta__button {
	display: inline-flex;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 0 23px;
	border: 1px solid rgb(from var(--pink) r g b / 0.42);
	border-radius: 14px;
	background: linear-gradient(120deg, var(--pink), var(--purple));
	box-shadow: 0 18px 42px rgb(from var(--pink) r g b / 0.2);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 750;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.wd-meet-cta__button:hover {
	box-shadow: 0 22px 50px rgb(from var(--pink) r g b / 0.3);
	color: #fff;
	transform: translateY(-2px);
}

.wd-meet-cta__button span {
	font-size: 1rem;
	transition: transform 180ms ease;
}

.wd-meet-cta__button:hover span {
	transform: translate(2px, -2px);
}

.wd-meet-cta__reassurance {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.62rem;
	font-weight: 650;
	white-space: nowrap;
}

.wd-meet-cta__reassurance i,
.wd-meet-cta__card-footer i {
	width: 8px;
	height: 8px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: #82d947;
	box-shadow: 0 0 0 5px rgba(130, 217, 71, 0.11);
}

.wd-meet-cta__card {
	position: relative;
	padding: clamp(22px, 2.6vw, 30px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 24px;
	background:
		radial-gradient(circle at 90% 0%, rgb(from var(--pink) r g b / 0.14), transparent 35%),
		rgba(255, 255, 255, 0.065);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 30px 70px rgba(0, 0, 0, 0.28);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.wd-meet-cta__card-header {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wd-meet-cta__meet-icon {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.wd-meet-cta__meet-icon img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.wd-meet-cta__card-header > span:nth-child(2) {
	display: grid;
	gap: 3px;
}

.wd-meet-cta__card-header small {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.55rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.wd-meet-cta__card-header strong {
	color: #fff;
	font-size: 0.86rem;
	letter-spacing: -0.025em;
}

.wd-meet-cta__card-header b {
	padding: 5px 9px;
	border: 1px solid rgba(130, 217, 71, 0.2);
	border-radius: 999px;
	background: rgba(130, 217, 71, 0.1);
	color: #a8ef78;
	font-size: 0.55rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wd-meet-cta__agenda {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

.wd-meet-cta__agenda li {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 13px;
	padding: 14px 0;
}

.wd-meet-cta__agenda li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wd-meet-cta__agenda > li > span {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 1px solid rgb(from var(--pink) r g b / 0.25);
	border-radius: 10px;
	background: rgb(from var(--pink) r g b / 0.09);
	color: var(--pink-bright);
	font-size: 0.53rem;
	font-weight: 800;
}

.wd-meet-cta__agenda p {
	display: grid;
	gap: 4px;
	margin: 0;
}

.wd-meet-cta__agenda strong {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.72rem;
}

.wd-meet-cta__agenda small {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.63rem;
	line-height: 1.55;
}

.wd-meet-cta__card-footer {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.6rem;
	font-weight: 650;
}

@media (max-width: 900px) {
	.wd-meet-cta__panel {
		grid-template-columns: 1fr;
	}

	.wd-meet-cta__copy,
	.wd-meet-cta__card {
		width: min(100%, 680px);
		margin-inline: auto;
	}
}

@media (max-width: 640px) {
	.wd-meet-cta {
		padding-block: 66px;
	}

	.wd-meet-cta__copy h2 {
		font-size: clamp(2.45rem, 12vw, 3.5rem);
	}

	.wd-meet-cta__actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}

	.wd-meet-cta__button {
		width: 100%;
	}

	.wd-meet-cta__card-header {
		grid-template-columns: 48px minmax(0, 1fr) auto;
	}

	.wd-meet-cta__meet-icon {
		width: 48px;
		height: 48px;
	}
}

/* Conversion-led Google Meet section */
.wd-meet-cta {
	padding-block: clamp(76px, 8.5vw, 124px);
	background:
		radial-gradient(circle at 6% 18%, rgb(from var(--pink) r g b / 0.12), transparent 31%),
		radial-gradient(circle at 92% 82%, rgb(from var(--purple) r g b / 0.1), transparent 32%),
		linear-gradient(135deg, #fff 0%, #fff8fc 50%, #f8f4ff 100%);
	border-block: 1px solid rgba(16, 16, 21, 0.08);
	color: var(--ink);
}

.wd-meet-cta::before {
	top: auto;
	right: -12%;
	bottom: -68%;
	width: clamp(360px, 46vw, 720px);
	border: 0;
	background: radial-gradient(circle, rgb(from var(--pink) r g b / 0.1), transparent 65%);
	box-shadow: none;
	opacity: 0.9;
}

.wd-meet-cta::after {
	z-index: -1;
	background-image:
		linear-gradient(rgba(16, 16, 21, 0.027) 1px, transparent 1px),
		linear-gradient(90deg, rgba(16, 16, 21, 0.027) 1px, transparent 1px);
	background-size: 68px 68px;
	mask-image: linear-gradient(100deg, #000, transparent 82%);
}

.wd-meet-cta__panel {
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.82fr);
	gap: clamp(58px, 7.5vw, 106px);
}

.wd-meet-cta__copy {
	max-width: 720px;
}

.wd-meet-cta__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 24px;
}

.wd-meet-cta__eyebrow > span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(16, 16, 21, 0.08);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(33, 17, 37, 0.08);
}

.wd-meet-cta__eyebrow img {
	width: 27px;
	height: 27px;
	object-fit: contain;
}

.wd-meet-cta__eyebrow p {
	display: grid;
	gap: 3px;
	margin: 0;
}

.wd-meet-cta__eyebrow strong {
	color: var(--ink);
	font-size: 0.68rem;
	letter-spacing: 0.015em;
}

.wd-meet-cta__eyebrow small {
	color: var(--muted);
	font-size: 0.55rem;
	font-weight: 650;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wd-meet-cta__copy h2 {
	max-width: 700px;
	color: var(--ink);
	font-size: clamp(2.85rem, 5.5vw, 5.7rem);
	letter-spacing: -0.07em;
	line-height: 0.94;
}

.wd-meet-cta__copy > p.wd-meet-cta__script {
	max-width: none;
	margin: 9px 0 0;
	color: var(--pink);
	font-family: "Kaushan Script", cursive;
	font-size: clamp(1.8rem, 3.4vw, 3.25rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1.18;
	transform: rotate(-1.2deg);
}

.wd-meet-cta__copy > p.wd-meet-cta__lead {
	max-width: 650px;
	margin: 22px 0 0;
	color: var(--muted);
	font-size: clamp(0.9rem, 1.15vw, 1rem);
	line-height: 1.78;
}

.wd-meet-cta__promises {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.wd-meet-cta__promises li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 10px;
	border: 1px solid rgba(16, 16, 21, 0.09);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: rgba(16, 16, 21, 0.66);
	font-size: 0.57rem;
	font-weight: 700;
}

.wd-meet-cta__promises i {
	display: grid;
	width: 15px;
	height: 15px;
	place-items: center;
	border-radius: 50%;
	background: rgb(from var(--pink) r g b / 0.1);
	color: var(--pink);
	font-size: 0.5rem;
	font-style: normal;
}

.wd-meet-cta__actions {
	align-items: stretch;
	gap: 18px;
	margin-top: 30px;
}

.wd-meet-cta__button {
	min-width: min(100%, 282px);
	min-height: 66px;
	justify-content: space-between;
	gap: 22px;
	padding: 0 12px 0 21px;
	border: 1px solid rgba(16, 16, 21, 0.08);
	border-radius: 17px;
	background: var(--ink);
	box-shadow: 0 18px 38px rgba(16, 16, 21, 0.18);
	color: #fff;
}

.wd-meet-cta__button:hover {
	background: var(--ink);
	box-shadow: 0 24px 48px rgba(16, 16, 21, 0.24);
	color: #fff;
}

.wd-meet-cta__button > span {
	display: grid;
	gap: 3px;
	font-size: inherit;
	text-align: left;
	transition: none;
}

.wd-meet-cta__button:hover > span {
	transform: none;
}

.wd-meet-cta__button strong {
	color: #fff;
	font-size: 0.75rem;
	line-height: 1.1;
}

.wd-meet-cta__button small {
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.54rem;
	font-weight: 650;
	letter-spacing: 0.02em;
}

.wd-meet-cta__button > b {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 13px;
	background: linear-gradient(135deg, var(--pink), var(--purple));
	color: #fff;
	font-size: 1rem;
	transition: transform 180ms ease;
}

.wd-meet-cta__button:hover > b {
	transform: translate(2px, -2px);
}

.wd-meet-cta__proof {
	display: grid;
	grid-template-columns: 24px auto auto;
	align-self: center;
	align-items: center;
	gap: 8px;
	min-height: 66px;
	padding: 0 14px;
	border: 1px solid rgba(16, 16, 21, 0.08);
	border-radius: 17px;
	background: rgba(255, 255, 255, 0.7);
}

.wd-meet-cta__proof > img {
	width: 24px;
	height: 24px;
}

.wd-meet-cta__proof > strong {
	color: var(--ink);
	font-size: 0.82rem;
}

.wd-meet-cta__proof > span {
	display: grid;
	gap: 2px;
}

.wd-meet-cta__proof b {
	color: #f5b301;
	font-size: 0.55rem;
	letter-spacing: 0.03em;
	line-height: 1;
}

.wd-meet-cta__proof small {
	color: var(--muted);
	font-size: 0.5rem;
	font-weight: 650;
	white-space: nowrap;
}

.wd-meet-cta__card {
	padding: clamp(26px, 3vw, 36px);
	border: 1px solid rgba(16, 16, 21, 0.1);
	border-radius: 28px;
	background:
		radial-gradient(circle at 100% 0%, rgb(from var(--pink) r g b / 0.09), transparent 36%),
		#fff;
	box-shadow: 0 34px 80px rgba(48, 20, 52, 0.13);
	color: var(--ink);
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.wd-meet-cta__card::before {
	position: absolute;
	top: 0;
	right: 34px;
	left: 34px;
	height: 3px;
	border-radius: 0 0 999px 999px;
	background: linear-gradient(90deg, var(--pink), var(--purple));
	content: "";
}

.wd-meet-cta__card-intro {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.wd-meet-cta__card-intro > span {
	color: var(--muted);
	font-size: 0.56rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.wd-meet-cta__card-intro > b {
	padding: 5px 9px;
	border: 1px solid rgba(80, 158, 37, 0.16);
	border-radius: 999px;
	background: rgba(126, 209, 74, 0.1);
	color: #4b9227;
	font-size: 0.53rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wd-meet-cta__card h3 {
	max-width: 440px;
	margin: 22px 0 6px;
	color: var(--ink);
	font-size: clamp(1.45rem, 2.3vw, 2.2rem);
	letter-spacing: -0.055em;
	line-height: 1.08;
}

.wd-meet-cta__outcomes {
	display: grid;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.wd-meet-cta__outcomes li {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 14px;
	padding: 16px 0;
}

.wd-meet-cta__outcomes li + li {
	border-top: 1px solid rgba(16, 16, 21, 0.08);
}

.wd-meet-cta__outcomes > li > span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgb(from var(--pink) r g b / 0.17);
	border-radius: 11px;
	background: rgb(from var(--pink) r g b / 0.07);
	color: var(--pink);
	font-size: 0.52rem;
	font-weight: 800;
}

.wd-meet-cta__outcomes p {
	display: grid;
	gap: 4px;
	margin: 0;
}

.wd-meet-cta__outcomes strong {
	color: var(--ink);
	font-size: 0.72rem;
}

.wd-meet-cta__outcomes small {
	color: var(--muted);
	font-size: 0.62rem;
	line-height: 1.55;
}

.wd-meet-cta__host {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 10px;
	align-items: center;
	gap: 12px;
	margin-top: 10px;
	padding: 14px;
	border-radius: 16px;
	background: var(--soft);
}

.wd-meet-cta__host > span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(16, 16, 21, 0.07);
	border-radius: 13px;
	background: #fff;
}

.wd-meet-cta__host img {
	width: 27px;
	height: 27px;
}

.wd-meet-cta__host p {
	display: grid;
	gap: 2px;
	margin: 0;
}

.wd-meet-cta__host small {
	color: var(--muted);
	font-size: 0.52rem;
	font-weight: 650;
}

.wd-meet-cta__host strong {
	color: var(--ink);
	font-size: 0.66rem;
}

.wd-meet-cta__host > i {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #75c63e;
	box-shadow: 0 0 0 5px rgba(117, 198, 62, 0.1);
}

@media (max-width: 960px) {
	.wd-meet-cta__panel {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.wd-meet-cta__copy,
	.wd-meet-cta__card {
		width: min(100%, 720px);
		margin-inline: auto;
	}
}

@media (max-width: 640px) {
	.wd-meet-cta {
		padding-block: 64px;
	}

	.wd-meet-cta__copy h2 {
		font-size: clamp(2.7rem, 13vw, 3.8rem);
	}

	.wd-meet-cta__promises {
		align-items: flex-start;
		flex-direction: column;
	}

	.wd-meet-cta__actions {
		flex-direction: column;
	}

	.wd-meet-cta__button,
	.wd-meet-cta__proof {
		width: 100%;
	}

	.wd-meet-cta__proof {
		justify-content: center;
	}

	.wd-meet-cta__card {
		padding: 24px 20px;
		border-radius: 22px;
	}
}

.wd-foundations {
	position: relative;
	overflow: hidden;
	padding-block: clamp(78px, 9vw, 126px);
	background:
		radial-gradient(circle at 88% 16%, rgb(from var(--pink) r g b / 0.07), transparent 28%),
		radial-gradient(circle at 8% 92%, rgb(from var(--purple) r g b / 0.055), transparent 34%),
		#fff;
	border-block: 1px solid rgba(16, 16, 21, 0.07);
	color: var(--ink);
	isolation: isolate;
}

.wd-foundations::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(16, 16, 21, 0.024) 1px, transparent 1px),
		linear-gradient(90deg, rgba(16, 16, 21, 0.024) 1px, transparent 1px);
	background-size: 74px 74px;
	content: "";
	mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.wd-foundations__words {
	position: absolute;
	top: 8%;
	left: -4%;
	z-index: -1;
	color: rgba(16, 16, 21, 0.026);
	font-size: clamp(4.8rem, 9vw, 10rem);
	font-weight: 700;
	letter-spacing: -0.06em;
	line-height: 1;
	white-space: nowrap;
	transform: rotate(-3deg);
}

.wd-foundations__header {
	max-width: 850px;
	margin-inline: auto;
	margin-bottom: clamp(52px, 7vw, 86px);
	text-align: center;
}

.wd-foundations__header .kicker {
	justify-content: center;
	font-size: 0.58rem;
}

.wd-foundations__header h2 span {
	display: inline-block;
	background: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "Kaushan Script", cursive;
	font-weight: 400;
	letter-spacing: -0.045em;
	transform: rotate(-2deg);
	-webkit-text-fill-color: transparent;
}

.wd-foundations__header > p {
	max-width: 630px;
	margin: 18px auto 0;
	color: var(--muted);
	font-size: 0.78rem;
	line-height: 1.7;
}

.wd-foundations__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.wd-foundations__grid article {
	position: relative;
	overflow: hidden;
	min-height: 250px;
	padding: 24px;
	border: 1px solid rgba(16, 16, 21, 0.11);
	border-radius: 12px;
	background: #fff;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wd-foundations__grid article::before {
	display: none;
}

.wd-foundations__grid article:hover {
	border-color: rgb(from var(--pink) r g b / 0.28);
	box-shadow: 0 12px 28px rgba(40, 14, 40, 0.07);
	transform: translateY(-3px);
}

.wd-foundations__grid article:hover::before {
	display: none;
}

.wd-foundations__grid article:nth-child(2) {
	border-color: rgba(16, 16, 21, 0.11);
	background: #fff;
	color: var(--ink);
	transform: none;
}

.wd-foundations__grid article:nth-child(2)::before {
	display: none;
}

.wd-foundations__grid article:nth-child(2):hover {
	border-color: rgb(from var(--pink) r g b / 0.24);
	box-shadow: 0 12px 28px rgba(40, 14, 40, 0.07);
	transform: translateY(-3px);
}

.wd-foundations__top {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.wd-foundations__top > i {
	position: relative;
	display: block;
	width: 34px;
	height: 34px;
	color: var(--pink);
}

.wd-foundations__top > i::before,
.wd-foundations__top > i::after,
.wd-foundations__icon--local > span::before {
	position: absolute;
	content: "";
}

.wd-foundations__icon--mobile::before {
	inset: 3px 9px;
	border: 1.5px solid currentColor;
	border-radius: 4px;
}

.wd-foundations__icon--mobile::after {
	bottom: 6px;
	left: 16px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: currentColor;
}

.wd-foundations__icon--seo::before {
	top: 4px;
	left: 4px;
	width: 19px;
	height: 19px;
	border: 1.5px solid currentColor;
	border-radius: 50%;
}

.wd-foundations__icon--seo::after {
	top: 23px;
	left: 22px;
	width: 9px;
	height: 1.5px;
	border-radius: 999px;
	background: currentColor;
	transform: rotate(45deg);
}

.wd-foundations__icon--speed::before {
	top: 2px;
	left: 9px;
	width: 16px;
	height: 30px;
	background: currentColor;
	clip-path: polygon(62% 0, 8% 55%, 45% 55%, 29% 100%, 92% 42%, 55% 42%);
}

.wd-foundations__icon--speed::after {
	display: none;
}

.wd-foundations__icon--conversion::before {
	left: 3px;
	bottom: 4px;
	width: 27px;
	height: 25px;
	border-bottom: 1.5px solid currentColor;
	border-left: 1.5px solid currentColor;
}

.wd-foundations__icon--conversion::after {
	bottom: 6px;
	left: 9px;
	width: 4px;
	height: 7px;
	border-radius: 1px 1px 0 0;
	background: currentColor;
	box-shadow:
		7px -5px 0 currentColor,
		14px -12px 0 currentColor;
}

.wd-foundations__icon--local::before {
	top: 2px;
	left: 7px;
	width: 20px;
	height: 20px;
	border: 1.5px solid currentColor;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
}

.wd-foundations__icon--local::after {
	top: 7px;
	left: 15px;
	width: 4px;
	height: 4px;
	border: 1.5px solid currentColor;
	border-radius: 50%;
}

.wd-foundations__icon--local > span::before {
	top: 14px;
	left: 12px;
	width: 10px;
	height: 6px;
	border: 1.5px solid currentColor;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
}

.wd-foundations__grid h3 {
	font-size: clamp(1.25rem, 1.5vw, 1.55rem);
	line-height: 1.08;
}

.wd-foundations__grid article > p {
	max-width: 360px;
	margin: 16px 0 0;
	color: var(--muted);
	font-size: 0.72rem;
	line-height: 1.68;
}

.wd-foundations__grid article:nth-child(2) > p {
	color: var(--muted);
}

/* Service integrations */
.wd-integrations {
	position: relative;
	overflow: hidden;
	padding-block: clamp(84px, 9vw, 132px);
	background:
		url("../images/integrations/integration-network-bg.jpg") center 48% / cover no-repeat,
		#fafafa;
	border-block: 1px solid rgba(16, 16, 21, 0.07);
	isolation: isolate;
}

.wd-integrations::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(
			ellipse 58% 60% at 50% 48%,
			rgba(255, 255, 255, 0.4) 0%,
			rgba(255, 255, 255, 0.54) 36%,
			rgba(255, 255, 255, 0.84) 68%,
			rgba(255, 255, 255, 0.985) 100%
		),
		radial-gradient(circle at 8% 0%, rgb(from var(--pink) r g b / 0.06), transparent 24%),
		radial-gradient(circle at 92% 100%, rgb(from var(--purple) r g b / 0.045), transparent 26%);
	content: "";
}

.wd-integrations::after {
	display: none;
}

.page-template-template-ecommerce .wd-integrations {
	background:
		url("../images/integrations/integration-network-bg.jpg") center 48% / cover no-repeat,
		#fafbf9;
}

.wd-integrations__words {
	display: none;
}

.wd-integrations__header {
	max-width: 780px;
	margin: 0 auto clamp(46px, 5vw, 66px);
	text-align: center;
}

.wd-integrations__header .kicker {
	justify-content: center;
	margin-bottom: 20px;
	font-size: 0.58rem;
}

.wd-integrations__header h2 {
	font-size: clamp(2.45rem, 4.4vw, 4.35rem);
}

.wd-integrations__header > p:not(.kicker) {
	max-width: 620px;
	margin: 20px auto 0;
	color: var(--muted);
	font-size: 0.78rem;
	line-height: 1.75;
}

.wd-integrations__panel {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(16, 16, 21, 0.1);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(16, 16, 21, 0.06);
}

.wd-integrations__panel::before {
	display: none;
}

.wd-integrations__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	padding: 0;
	background: rgba(16, 16, 21, 0.09);
	list-style: none;
}

.wd-integration {
	position: relative;
	display: grid;
	align-items: center;
	justify-items: center;
	gap: 14px;
	min-width: 0;
	min-height: 152px;
	padding: 23px 12px 20px;
	overflow: hidden;
	background: #fff;
	text-align: center;
	transition:
		background 180ms ease,
		box-shadow 180ms ease;
}

.wd-integration::after {
	position: absolute;
	inset: auto 18px 0;
	height: 2px;
	background: var(--brand);
	content: "";
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 180ms ease;
}

.wd-integration:hover {
	z-index: 2;
	background: color-mix(in srgb, var(--brand) 3%, #fff);
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--brand) 16%, transparent);
}

.wd-integration:hover::after {
	transform: scaleX(1);
}

.wd-integration__logo {
	position: relative;
	display: grid;
	place-items: center;
	width: 92px;
	height: 52px;
}

.wd-integration__logo::before {
	width: 42px;
	height: 42px;
	background: #96969d;
	content: "";
	-webkit-mask: var(--logo-image) center / contain no-repeat;
	mask: var(--logo-image) center / contain no-repeat;
	transition: background 180ms ease, transform 180ms ease;
}

.wd-integration:hover .wd-integration__logo::before {
	background: var(--brand);
	transform: scale(1.06);
}

.wd-integration--wide-logo .wd-integration__logo::before {
	width: 86px;
	height: 40px;
}

.wd-integration__logo--wordmark {
	color: #96969d;
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 0.9;
	text-align: center;
	text-transform: uppercase;
	transition: color 180ms ease, transform 180ms ease;
}

.wd-integration__logo--wordmark::before {
	display: none;
}

.wd-integration:hover .wd-integration__logo--wordmark {
	color: var(--brand);
	transform: scale(1.06);
}

.wd-integration__logo--image::before {
	display: none;
}

.wd-integration__logo--image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 180ms ease;
}

.wd-integration:hover .wd-integration__logo--image img {
	transform: scale(1.06);
}

.wd-integration--courier-guy .wd-integration__logo--image {
	width: 112px;
	height: 48px;
}

.wd-integration--courier-guy .wd-integration__logo--image img {
	filter: grayscale(1);
	opacity: 0.5;
	transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.wd-integration--courier-guy:hover .wd-integration__logo--image img {
	filter: grayscale(0);
	opacity: 1;
}

.wd-integration--woocommerce .wd-integration__logo {
	width: 132px;
}

.wd-integration--woocommerce .wd-integration__logo::before {
	width: 116px;
	height: 46px;
}

.wd-integration__copy strong,
.wd-integration__copy small {
	display: block;
}

.wd-integration__copy strong {
	overflow: hidden;
	max-width: 100%;
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wd-integration__copy small {
	margin-top: 4px;
	color: var(--muted);
	font-size: 0.55rem;
	line-height: 1.35;
}

.wd-integrations__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 82px;
	padding: 18px 26px;
	border-top: 1px solid rgba(16, 16, 21, 0.08);
	background: #f3f3f5;
	color: var(--ink);
}

.wd-integrations__cta p {
	margin: 0;
}

.wd-integrations__cta strong,
.wd-integrations__cta small {
	display: block;
}

.wd-integrations__cta strong {
	font-size: 0.72rem;
	line-height: 1.4;
}

.wd-integrations__cta small {
	margin-top: 3px;
	color: var(--muted);
	font-size: 0.62rem;
	line-height: 1.5;
}

.wd-integrations__cta .arrow-link {
	flex: 0 0 auto;
	border-bottom-color: var(--ink);
	color: var(--ink);
}

.wd-integrations__cta .arrow-link span {
	color: var(--pink);
}

.wd-section-intro {
	margin-bottom: clamp(54px, 7vw, 92px);
}

.wd-pricing {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 4%, rgb(from var(--pink) r g b / 0.09), transparent 28%),
		radial-gradient(circle at 6% 96%, rgb(from var(--purple) r g b / 0.08), transparent 31%),
		#f8f5f5;
	color: var(--ink);
}

.wd-pricing::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgb(from var(--navy) r g b / 0.028) 1px, transparent 1px),
		linear-gradient(90deg, rgb(from var(--navy) r g b / 0.028) 1px, transparent 1px);
	background-size: 80px 80px;
	content: "";
	mask-image: linear-gradient(to bottom, #000, transparent 88%);
	pointer-events: none;
	z-index: 0;
}

.wd-pricing__header {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
	align-items: end;
	gap: 60px;
	margin-bottom: clamp(38px, 5vw, 64px);
	z-index: 1;
}

.wd-pricing__header h2 span,
.wd-work h2 span {
	display: inline-block;
	font-family: "Kaushan Script", cursive;
	font-weight: 400;
	letter-spacing: -0.04em;
	transform: rotate(-2deg);
}

.wd-pricing__header h2 span {
	padding: 0 0.12em 0.08em 0;
	background: var(--gradient);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wd-work h2 span {
	color: var(--pink-bright);
}

.wd-pricing__choice-actions {
	display: grid;
	justify-items: start;
	gap: 15px;
}

.wd-pricing__meet-chip {
	position: relative;
	display: inline-flex;
	max-width: 100%;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 8px 13px 8px 8px;
	border: 1px solid rgba(16, 16, 21, 0.08);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(40, 14, 40, 0.07);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wd-pricing__meet-chip::before,
.wd-pricing__meet-chip::after {
	position: absolute;
	top: -8px;
	right: -8px;
	z-index: 2;
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 50%;
	pointer-events: none;
}

.wd-pricing__meet-chip::before {
	border: 2px solid #ef2639;
	content: "";
	opacity: 0;
	animation: wd-meet-count-ring 5s ease-out infinite;
}

.wd-pricing__meet-chip::after {
	border: 2px solid #fff;
	background: #ef2639;
	box-shadow: 0 5px 13px rgba(189, 9, 29, 0.32);
	color: #fff;
	content: "1";
	font-size: 0.62rem;
	font-weight: 850;
	line-height: 1;
	transform-origin: center;
	animation: wd-meet-count-pulse 5s ease-in-out infinite;
}

.wd-pricing__meet-chip:hover {
	border-color: rgb(from var(--pink) r g b / 0.24);
	box-shadow: 0 15px 34px rgba(40, 14, 40, 0.11);
	transform: translateY(-2px);
}

.wd-pricing__meet-chip > span {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid rgba(16, 16, 21, 0.07);
	border-radius: 11px;
	background: #fff;
}

.wd-pricing__meet-chip img {
	width: 27px;
	height: 27px;
	object-fit: contain;
}

.wd-pricing__meet-chip p {
	display: grid;
	gap: 3px;
	margin: 0;
}

.wd-pricing__meet-chip strong {
	color: var(--ink);
	font-size: 0.64rem;
	line-height: 1.2;
}

.wd-pricing__meet-chip small {
	color: var(--muted);
	font-size: 0.5rem;
	font-weight: 650;
	letter-spacing: 0.03em;
	line-height: 1.35;
}

@keyframes wd-meet-count-pulse {
	0%,
	12%,
	100% {
		transform: scale(1);
	}
	3% {
		transform: scale(1.18);
	}
	6% {
		transform: scale(0.94);
	}
	9% {
		transform: scale(1.08);
	}
}

@keyframes wd-meet-count-ring {
	0% {
		opacity: 0;
		transform: scale(0.7);
	}
	2% {
		opacity: 0.5;
	}
	12% {
		opacity: 0;
		transform: scale(2);
	}
	13%,
	100% {
		opacity: 0;
		transform: scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.wd-pricing__meet-chip::before,
	.wd-pricing__meet-chip::after {
		animation: none;
	}
}

.wd-hero__meet {
	display: flex;
	margin-top: 18px;
}

.wd-hero__meet-chip {
	text-align: left;
}

.wd-pricing__choice > p {
	max-width: 500px;
	margin-bottom: 22px;
	color: var(--muted);
	font-size: 0.9rem;
	line-height: 1.7;
}

.wd-pricing__billing-row {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
	margin-bottom: 30px;
	z-index: 1;
}

.wd-pricing__hosting-banner {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	width: min(100%, 480px);
	margin: 0;
	padding: 11px 16px 11px 11px;
	border: 1px solid rgb(from var(--pink) r g b / 0.22);
	border-radius: 14px;
	background:
		radial-gradient(circle at 90% 0%, rgb(from var(--pink) r g b / 0.075), transparent 38%),
		color-mix(in srgb, var(--pink) 4%, #fff);
	box-shadow:
		inset 3px 0 0 rgb(from var(--pink) r g b / 0.68),
		0 12px 26px rgb(from var(--pink) r g b / 0.065);
	color: var(--pink);
	text-align: left;
}

.wd-pricing__hosting-banner[hidden] {
	display: none;
}

.wd-pricing__hosting-icon {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 11px;
	border: 1px solid rgb(from var(--pink) r g b / 0.16);
	background: rgb(from var(--pink) r g b / 0.075);
	color: var(--pink);
}

.wd-pricing__hosting-icon .dashicons {
	width: 22px;
	height: 22px;
	font-size: 22px;
	line-height: 1;
}

.wd-pricing__hosting-copy {
	display: grid;
	gap: 3px;
}

.wd-pricing__hosting-copy strong {
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: -0.01em;
	line-height: 1.25;
}

.wd-pricing__hosting-copy small {
	color: rgb(from var(--pink) r g b / 0.7);
	font-size: 0.58rem;
	line-height: 1.4;
}

.wd-billing--pricing {
	padding: 5px;
	border-color: rgba(16, 16, 21, 0.11);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 14px 34px rgba(40, 14, 40, 0.08);
}

.wd-billing--pricing button {
	min-width: 112px;
	padding-block: 11px;
	color: var(--muted);
}

.wd-billing--pricing button[aria-pressed="true"] {
	background: var(--ink);
	box-shadow: 0 8px 18px rgba(16, 16, 21, 0.15);
	color: #fff;
}

.wd-plans {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	z-index: 1;
}

.wd-plans-carousel {
	position: relative;
	z-index: 1;
}

.wd-plans-carousel__toolbar {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 3px;
}

.wd-plans-carousel__toolbar > p {
	display: grid;
	gap: 2px;
	margin: 0;
}

.wd-plans-carousel__toolbar > p strong {
	color: var(--ink);
	font-size: 0.72rem;
}

.wd-plans-carousel__toolbar > p span {
	color: var(--muted);
	font-size: 0.58rem;
}

.wd-plans-carousel__controls {
	display: flex;
	align-items: center;
	gap: 8px;
}

.wd-plans-carousel__controls > span {
	min-width: 52px;
	margin-right: 4px;
	color: var(--muted);
	font-size: 0.58rem;
	font-weight: 700;
	text-align: right;
}

.wd-plans-carousel__controls button {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid rgba(16, 16, 21, 0.12);
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 8px 22px rgba(40, 14, 40, 0.07);
	color: var(--ink);
	cursor: pointer;
	font: inherit;
	transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.wd-plans-carousel__controls button:hover:not(:disabled) {
	border-color: var(--pink);
	background: var(--pink);
	color: #fff;
	transform: translateY(-2px);
}

.wd-plans-carousel__controls button:focus-visible {
	outline: 3px solid rgb(from var(--pink) r g b / 0.2);
	outline-offset: 3px;
}

.wd-plans-carousel__controls button:disabled {
	opacity: 0.3;
	cursor: default;
}

.page-template-template-hosting .wd-plans.wd-plans--carousel {
	display: flex;
	align-items: stretch;
	gap: 14px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 22px 2px 30px;
	scroll-behavior: smooth;
	scroll-padding-inline: 2px;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
	cursor: grab;
}

.page-template-template-hosting .wd-plans.wd-plans--carousel.is-dragging {
	scroll-behavior: auto;
	scroll-snap-type: none;
	cursor: grabbing;
	user-select: none;
}

.page-template-template-hosting .wd-plans.wd-plans--carousel.is-dragging * {
	cursor: grabbing !important;
}

.page-template-template-hosting .wd-plans.wd-plans--carousel::-webkit-scrollbar {
	display: none;
}

.page-template-template-hosting .wd-plans--carousel .wd-plan {
	flex: 0 0 22.5%;
	grid-column: auto;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.page-template-template-hosting .wd-plans--carousel .wd-plan--featured {
	transform: none;
}

.page-template-template-hosting .wd-plans--carousel .wd-plan:hover,
.page-template-template-hosting .wd-plans--carousel .wd-plan--featured:hover {
	transform: translateY(-6px);
}

@media (max-width: 1120px) {
	.page-template-template-hosting .wd-plans--carousel .wd-plan {
		flex-basis: 29.5%;
	}
}

@media (max-width: 900px) {
	.page-template-template-hosting .wd-plans--carousel .wd-plan {
		flex-basis: 43%;
	}
}

@media (max-width: 620px) {
	.wd-plans-carousel__toolbar {
		align-items: center;
	}

	.wd-plans-carousel__toolbar > p span {
		display: none;
	}

	.wd-plans-carousel__controls > span {
		display: none;
	}

	.page-template-template-hosting .wd-plans--carousel .wd-plan {
		flex-basis: 82%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.page-template-template-hosting .wd-plans.wd-plans--carousel {
		scroll-behavior: auto;
	}
}

.wd-plan {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 690px;
	padding: 30px 26px;
	border: 1px solid rgb(from var(--navy) r g b / 0.16);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(40, 14, 40, 0.08);
	color: var(--ink);
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.wd-plan:nth-child(2) {
	border-color: rgb(from var(--navy) r g b / 0.16);
}

.wd-plan:nth-child(4) {
	border-color: rgb(from var(--navy) r g b / 0.16);
}

.wd-plan:hover {
	border-color: rgb(from var(--pink) r g b / 0.3);
	box-shadow: 0 26px 58px rgba(40, 14, 40, 0.11);
	transform: translateY(-7px);
}

.wd-plan--featured {
	border-color: rgb(from var(--navy) r g b / 0.18);
	background:
		radial-gradient(circle at 85% 8%, rgb(from var(--pink) r g b / 0.28), transparent 31%),
		linear-gradient(155deg, #251238 0%, #17101f 58%, #120d19 100%);
	box-shadow: 0 34px 70px rgba(30, 12, 44, 0.22);
	color: #fff;
	transform: translateY(-18px);
}

.wd-plan--featured > *:not(.wd-plan__background-words) {
	z-index: 1;
}

.wd-plan__background-words {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	gap: 0;
	overflow: hidden;
	padding: 0;
	border-radius: inherit;
	/* Stronger fade from the right so less wording shows through the card */
	mask-image:
		linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0.55) 22%, rgba(0, 0, 0, 0.18) 48%, transparent 72%),
		linear-gradient(to bottom, transparent 0%, #000 12%, #000 48%, transparent 78%);
	-webkit-mask-image:
		linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0.55) 22%, rgba(0, 0, 0, 0.18) 48%, transparent 72%),
		linear-gradient(to bottom, transparent 0%, #000 12%, #000 48%, transparent 78%);
	mask-composite: intersect;
	-webkit-mask-composite: source-in;
	pointer-events: none;
	z-index: 0;
	container-type: size;
}

.wd-plan__background-words span {
	position: relative;
	left: -12%;
	display: flex;
	flex: 1 1 0;
	align-items: center;
	min-height: 0;
	color: rgba(255, 255, 255, 0.022);
	/* Cap size to the equal row height so every line shares the same vertical slot */
	font-size: min(1.55rem, 3.6cqh);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1;
	transform: rotate(-3deg);
	transform-origin: left center;
	white-space: nowrap;
}

.wd-plan__background-words span:nth-child(even) {
	left: -34%;
}

.wd-plan__background-words span:nth-child(3n) {
	left: 4%;
}

.wd-plan__background-words span:nth-child(4n) {
	left: -24%;
}

.wd-plan--featured:hover {
	border-color: rgb(from var(--pink) r g b / 0.34);
	box-shadow: 0 40px 82px rgba(30, 12, 44, 0.28);
	transform: translateY(-25px);
}

.wd-plan__badge {
	position: absolute;
	top: -13px;
	right: 20px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(16, 16, 21, 0.12);
	color: var(--pink);
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wd-plan h3 {
	font-size: 1.45rem;
}

.wd-plan__description {
	min-height: 78px;
	margin: 13px 0 0;
	color: var(--muted);
	font-size: 0.74rem;
	line-height: 1.65;
}

.wd-plan--featured .wd-plan__description {
	color: rgba(255, 255, 255, 0.64);
}

.wd-plan.wd-plan--featured > small {
	color: #f0ebf1;
}

.wd-plan__price {
	display: flex;
	align-items: flex-start;
	margin: 27px 0 26px;
	letter-spacing: -0.06em;
	line-height: 1;
}

.wd-plan__price sup {
	margin: 7px 5px 0 0;
	color: var(--pink-bright);
	font-size: 1rem;
	font-weight: 700;
}

.wd-plan__price strong {
	font-size: clamp(2.5rem, 3.2vw, 3.8rem);
	line-height: 1;
}

.wd-plan__price.is-once strong {
	font-size: clamp(2.2rem, 2.75vw, 3.25rem);
}

.wd-plan__price-meta {
	align-self: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 3px 0 0 7px;
	letter-spacing: 0;
}

.wd-plan__price-meta b {
	color: var(--ink);
	font-size: 1.05rem;
	font-weight: 750;
	letter-spacing: -0.03em;
	line-height: 1;
}

.wd-plan__price-meta small {
	margin: 5px 0 0;
	padding: 0;
	color: var(--muted);
	font-size: 0.63rem;
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
}

.wd-plan--featured .wd-plan__price-meta b {
	color: #fff;
}

.wd-plan--featured .wd-plan__price-meta small {
	color: rgba(255, 255, 255, 0.54);
}

.wd-plan .button {
	width: 100%;
	min-height: 50px;
	margin-bottom: 2px;
	gap: 16px;
	background: var(--gradient);
}

.wd-plan .button--outline {
	border: 1px solid var(--ink);
	background: var(--ink);
	color: #fff;
}

.wd-plan .button--outline:hover {
	border-color: transparent;
	background: var(--gradient);
}

.wd-plan__rule {
	background: rgba(16, 16, 21, 0.1);
}

.wd-plan--featured .wd-plan__rule {
	background: rgba(255, 255, 255, 0.13);
}

.wd-plan__includes {
	margin-bottom: 15px;
	font-size: 0.7rem;
	font-weight: 700;
}

.wd-plan.wd-plan--featured .wd-plan__includes,
.wd-plan.wd-plan--featured li {
	color: #fff;
}

.wd-plan.wd-plan--featured li > span:first-child,
.wd-plan.wd-plan--featured li .wd-plan__check {
	color: var(--pink-bright);
}

.wd-plan li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: var(--muted);
	font-size: 0.68rem;
	line-height: 1.45;
}

.wd-plan li > span:first-child,
.wd-plan li .wd-plan__check {
	flex: 0 0 auto;
	color: var(--pink);
	font-weight: 700;
}

.wd-plan li .wd-plan__feature-text {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	min-width: 0;
	color: inherit;
	font-weight: inherit;
}

.wd-plan li .wd-plan__feature-label {
	display: block;
	color: inherit;
	font-weight: inherit;
}

.wd-plan li .wd-plan__feature-text strong {
	color: var(--ink);
	font-weight: 850;
}

.wd-plan--featured li .wd-plan__feature-text strong {
	color: #fff;
}

.wd-plan__feature-chips {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

.wd-plan__feature-chip {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	padding: 2px 8px;
	border: 1px solid rgba(16, 16, 21, 0.1);
	border-radius: 999px;
	background: rgba(16, 16, 21, 0.04);
	color: rgba(78, 78, 91, 0.78);
	font-size: 0.58rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.35;
	white-space: nowrap;
}

.wd-plan--featured .wd-plan__feature-chip {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.78);
}

.page-template-template-hosting .wd-plan li .wd-plan__feature-text {
	display: block;
	flex: 1 1 auto;
	color: inherit;
	font-weight: inherit;
	white-space: nowrap;
}

.page-template-template-hosting .wd-plan .wd-plan__feature--excluded .wd-plan__feature-text {
	white-space: normal;
}

.page-template-template-hosting .wd-plan__feature-text strong {
	color: var(--ink);
	font-weight: 850;
}

.page-template-template-hosting .wd-plan--featured .wd-plan__feature-text strong {
	color: #fff;
}

.page-template-template-hosting .wd-plan .wd-plan__feature--excluded .wd-plan__check {
	color: #e3202a;
}

/* Domain availability and registration */
.wd-domain-search {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(rgba(16, 16, 21, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(16, 16, 21, 0.025) 1px, transparent 1px),
		#f7f7f8;
	background-size: 82px 82px;
	border-block: 1px solid rgba(16, 16, 21, 0.07);
}

.wd-domain-search::after {
	position: absolute;
	top: -220px;
	right: -160px;
	width: 520px;
	height: 520px;
	border: 90px solid rgb(from var(--pink) r g b / 0.045);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.wd-domain-search__words {
	position: absolute;
	inset: 0;
	display: grid;
	align-content: center;
	gap: 24px;
	color: rgba(16, 16, 21, 0.035);
	font-size: clamp(3rem, 6.5vw, 7.8rem);
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 0.8;
	pointer-events: none;
	text-transform: uppercase;
	transform: translateX(-4%);
	white-space: nowrap;
}

.wd-domain-search__words span:nth-child(2) {
	transform: translateX(-10%);
}

.wd-domain-search__words span:nth-child(3) {
	transform: translateX(-3%);
}

.wd-domain-search__inner {
	position: relative;
	z-index: 1;
}

.wd-domain-search__header {
	max-width: 820px;
	margin: 0 auto 38px;
	text-align: center;
}

.wd-domain-search__header .kicker {
	justify-content: center;
	margin-bottom: 16px;
	color: var(--ink);
}

.wd-domain-search__header h1,
.wd-domain-search__header h2 {
	margin: 0;
	font-size: clamp(2.25rem, 5vw, 4.8rem);
	letter-spacing: -0.065em;
	line-height: 0.98;
}

.wd-domain-search__header > p:last-child {
	max-width: 640px;
	margin: 22px auto 0;
	color: var(--muted);
	font-size: 0.93rem;
	line-height: 1.7;
}

.wd-domain-search__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(145px, 0.24fr) auto;
	gap: 10px;
	max-width: 1120px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid rgba(16, 16, 21, 0.09);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(29, 18, 34, 0.1);
}

.wd-domain-search__field {
	display: flex;
	min-width: 0;
	align-items: center;
	border: 1px solid rgba(16, 16, 21, 0.08);
	border-radius: 12px;
	background: #f8f8fa;
	transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.wd-domain-search__field:focus-within,
.wd-domain-search__extension:focus-within {
	border-color: rgb(from var(--pink) r g b / 0.5);
	background: #fff;
	box-shadow: 0 0 0 4px rgb(from var(--pink) r g b / 0.08);
}

.wd-domain-search__field > span {
	padding-left: 18px;
	color: #94939b;
	font-size: 0.92rem;
	font-weight: 700;
}

.wd-domain-search__field input {
	width: 100%;
	min-width: 0;
	height: 58px;
	padding: 0 18px 0 5px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--ink);
	font: inherit;
	font-size: 0.95rem;
	font-weight: 650;
}

.wd-domain-search__field input::placeholder {
	color: #aaa9b0;
	font-weight: 500;
}

.wd-domain-search__extension {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid rgba(16, 16, 21, 0.08);
	border-radius: 12px;
	background: #f8f8fa;
	transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.wd-domain-search__extension::after {
	position: absolute;
	top: 50%;
	right: 17px;
	width: 7px;
	height: 7px;
	border-right: 2px solid var(--ink);
	border-bottom: 2px solid var(--ink);
	content: "";
	pointer-events: none;
	transform: translateY(-70%) rotate(45deg);
}

.wd-domain-search__extension select {
	width: 100%;
	height: 58px;
	padding: 0 42px 0 18px;
	border: 0;
	outline: 0;
	appearance: none;
	background: transparent;
	color: var(--ink);
	cursor: pointer;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 750;
}

.wd-domain-search__check {
	position: relative;
	min-width: 188px;
	min-height: 58px;
	justify-content: center;
	border-radius: 12px;
	background: var(--ink);
	box-shadow: none;
	color: #fff;
	cursor: pointer;
}

.wd-domain-search__check:hover {
	background: #25252d;
}

.wd-domain-search__spinner {
	display: none;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
	border-radius: 50%;
	animation: wd-domain-spin 650ms linear infinite;
}

.wd-domain-search__form.is-loading .wd-domain-search__spinner {
	display: block;
}

.wd-domain-search__form.is-loading [data-wd-domain-submit-label] {
	display: none;
}

.wd-domain-search__form.is-loading button {
	cursor: wait;
}

@keyframes wd-domain-spin {
	to {
		transform: rotate(1turn);
	}
}

.wd-domain-search__result {
	display: flex;
	max-width: 1120px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 18px auto 0;
	padding: 16px 16px 16px 20px;
	border: 1px solid rgba(16, 16, 21, 0.09);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(29, 18, 34, 0.07);
}

.wd-domain-search__result[hidden] {
	display: none;
}

.wd-domain-search__result > div {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 13px;
}

.wd-domain-search__result-icon {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: #f1f1f3;
	color: var(--ink);
	font-size: 1rem;
	font-weight: 850;
}

.wd-domain-search__result-icon::before {
	content: "?";
}

.wd-domain-search__result.is-available {
	border-color: rgba(51, 151, 61, 0.28);
}

.wd-domain-search__result.is-available .wd-domain-search__result-icon {
	background: #eaf8e9;
	color: #268a31;
}

.wd-domain-search__result.is-available .wd-domain-search__result-icon::before {
	content: "\2713";
}

.wd-domain-search__result.is-taken .wd-domain-search__result-icon,
.wd-domain-search__result.is-error .wd-domain-search__result-icon {
	background: #fff0f2;
	color: #d81e34;
}

.wd-domain-search__result.is-taken .wd-domain-search__result-icon::before {
	content: "\00d7";
}

.wd-domain-search__result.is-error .wd-domain-search__result-icon::before {
	content: "!";
}

.wd-domain-search__result p {
	display: grid;
	min-width: 0;
	gap: 3px;
	margin: 0;
}

.wd-domain-search__result strong {
	color: var(--ink);
	font-size: 0.86rem;
	line-height: 1.3;
}

.wd-domain-search__result small {
	color: var(--muted);
	font-size: 0.68rem;
	line-height: 1.5;
}

.wd-domain-search__register {
	flex: 0 0 auto;
	justify-content: center;
	border-radius: 12px;
}

.wd-domain-search__register[hidden] {
	display: none;
}

.wd-domain-search__extensions {
	display: grid;
	max-width: 1120px;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 18px;
	margin: 22px auto 0;
	color: var(--muted);
}

.wd-domain-search__extensions > span {
	color: var(--ink);
	font-size: 0.63rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.wd-domain-search__extensions ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wd-domain-search__extensions li {
	padding: 7px 10px;
	border: 1px solid rgba(16, 16, 21, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	font-size: 0.62rem;
	white-space: nowrap;
}

.wd-domain-search__extensions li strong {
	color: var(--ink);
}

.wd-domain-search__extensions small {
	max-width: 210px;
	font-size: 0.58rem;
	line-height: 1.45;
	text-align: right;
}

.wd-domain-search__other-extension {
	display: flex;
	justify-content: center;
	margin-top: 26px;
}

.wd-domain-search__other-extension .button {
	min-height: 48px;
	gap: 14px;
	padding-inline: 22px;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--ink);
	font-size: 0.76rem;
	font-weight: 850;
}

.wd-domain-search__other-extension .button:hover {
	background: transparent;
	box-shadow: none;
	color: var(--ink);
}

.wd-domain-search__other-extension-icon {
	color: #f2b705;
	font-size: 1rem;
	font-weight: 900;
}

.page-template-template-hosting .wd-domain-search__other-extension-icon {
	color: #e5232e;
}

.wd-tld-catalogue-section {
	border-top: 0;
	border-bottom: 1px solid rgba(16, 16, 21, 0.07);
	background:
		linear-gradient(rgba(16, 16, 21, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(16, 16, 21, 0.025) 1px, transparent 1px),
		#f7f7f8;
	background-size: 82px 82px;
}

.page-template-template-domain-registration .wd-domain-search {
	padding-bottom: clamp(56px, 6vw, 88px);
	border-bottom: 0;
}

.page-template-template-domain-registration .wd-tld-catalogue-section {
	padding-top: clamp(56px, 6vw, 88px);
}

.page-template-template-domain-registration .wd-domain-search .title-gradient,
.page-template-template-domain-registration .wd-tld-catalogue-section .title-gradient {
	background: linear-gradient(135deg, #ffd84a 0%, #e2a600 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.page-template-template-domain-registration .wd-domain-search .kicker > span,
.page-template-template-domain-registration .wd-tld-catalogue-section .kicker > span {
	background: #f2b705;
}

.wd-tld-catalogue {
	max-width: 1120px;
	margin: 0 auto;
	text-align: center;
}

.wd-tld-catalogue__header {
	max-width: 720px;
	margin: 0 auto 34px;
}

.wd-tld-catalogue__header .kicker {
	justify-content: center;
	margin-bottom: 14px;
	color: var(--ink);
}

.wd-tld-catalogue__header h2 {
	margin: 0;
	font-size: clamp(1.75rem, 3.2vw, 3rem);
	letter-spacing: -0.06em;
	line-height: 1;
}

.wd-tld-catalogue__header > p:last-child {
	max-width: 650px;
	margin: 18px auto 0;
	color: var(--muted);
	font-size: 0.78rem;
	line-height: 1.7;
}

.wd-tld-catalogue__list {
	position: relative;
	overflow: hidden;
}

.wd-tld-catalogue__list ul {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wd-tld-catalogue__list li {
	display: grid;
	min-height: 58px;
	place-items: center;
	padding: 10px 14px;
	border: 1px solid rgba(16, 16, 21, 0.09);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--ink);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.wd-tld-catalogue.is-collapsed .wd-tld-catalogue__list li:nth-child(n + 11) {
	display: none;
}

.wd-tld-catalogue.is-collapsed .wd-tld-catalogue__list::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 48px;
	background: linear-gradient(to bottom, rgba(247, 247, 248, 0), #f7f7f8 92%);
	content: "";
	pointer-events: none;
}

.wd-tld-catalogue__toggle {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 24px auto 0;
	padding: 4px 0 7px;
	border: 0;
	border-bottom: 2px solid #f2b705;
	background: transparent;
	color: var(--ink);
	cursor: pointer;
	font: inherit;
	font-size: 0.74rem;
	font-weight: 850;
}

.wd-tld-catalogue__toggle:hover,
.wd-tld-catalogue__toggle:focus-visible {
	color: #8a6200;
}

.wd-tld-catalogue__toggle:focus-visible {
	outline: 2px solid #f2b705;
	outline-offset: 5px;
}

.wd-tld-catalogue__toggle[hidden] {
	display: none;
}

@media (max-width: 900px) {
	.wd-domain-search__form {
		grid-template-columns: minmax(0, 1fr) 140px;
	}

	.wd-domain-search__check {
		grid-column: 1 / -1;
	}

	.wd-domain-search__extensions {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.wd-domain-search__extensions ul {
		justify-content: center;
	}

	.wd-domain-search__extensions small {
		max-width: 420px;
		text-align: center;
	}

	.wd-tld-catalogue__list ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.wd-domain-search__header {
		margin-bottom: 28px;
		text-align: left;
	}

	.wd-domain-search__header .kicker {
		justify-content: flex-start;
	}

	.wd-domain-search__header > p:last-child {
		margin-inline: 0;
	}

	.wd-domain-search__form {
		grid-template-columns: 1fr;
		padding: 8px;
		border-radius: 16px;
	}

	.wd-domain-search__extension,
	.wd-domain-search__check {
		grid-column: auto;
	}

	.wd-domain-search__result {
		align-items: stretch;
		flex-direction: column;
		padding: 16px;
	}

	.wd-domain-search__register {
		width: 100%;
	}

	.wd-domain-search__extensions {
		justify-items: start;
		text-align: left;
	}

	.wd-domain-search__extensions ul {
		justify-content: flex-start;
	}

	.wd-domain-search__extensions small {
		text-align: left;
	}

	.wd-domain-search__other-extension {
		justify-content: flex-start;
	}

	.wd-domain-search__other-extension .button {
		width: 100%;
		padding-block: 12px;
		line-height: 1.45;
		text-align: center;
	}

	.wd-tld-catalogue__list ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.wd-plan > small {
	display: block;
	margin-top: auto;
	padding-top: 24px;
	color: rgba(16, 16, 21, 0.4);
	font-size: 0.56rem;
	line-height: 1.45;
}

.wd-pricing__footnotes {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-top: 28px;
	color: rgba(16, 16, 21, 0.46);
	font-size: 0.62rem;
	text-align: center;
	z-index: 1;
}

.wd-pricing__footnotes p {
	margin: 0;
}

/* E-commerce package comparison and optional add-ons */
.page-template-template-ecommerce .wd-plans {
	width: 100%;
	max-width: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.page-template-template-ecommerce .wd-plan {
	min-height: 710px;
}

.wd-store-compare,
.wd-store-addons {
	position: relative;
	overflow: hidden;
}

.wd-store-compare {
	border-top: 1px solid rgba(16, 16, 21, 0.07);
	background:
		radial-gradient(circle at 90% 8%, rgba(127, 197, 46, 0.1), transparent 28%),
		radial-gradient(circle at 7% 92%, rgba(100, 168, 0, 0.07), transparent 30%),
		#fafbf8;
}

.wd-store-compare__header,
.wd-store-addons__header {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.7fr);
	align-items: end;
	gap: 54px;
	margin-bottom: 46px;
}

.wd-store-compare__header h2,
.wd-store-addons__header h2 {
	margin: 0;
	overflow: visible;
	letter-spacing: -0.065em;
	line-height: 1.08;
}

.wd-store-compare__header h2 .title-gradient,
.wd-store-addons__header h2 .title-gradient {
	display: inline-block;
	overflow: visible;
	padding: 0.03em 0.08em 0.14em 0;
}

.wd-store-compare__header > p,
.wd-store-addons__header > p {
	margin: 0;
	color: var(--muted);
	font-size: 0.8rem;
	line-height: 1.75;
}

.wd-store-compare__table-wrap {
	overflow-x: auto;
	border: 1px solid rgba(100, 168, 0, 0.18);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(26, 74, 0, 0.08);
}

.wd-store-compare__table {
	width: 100%;
	min-width: 680px;
	border-collapse: collapse;
	color: var(--ink);
}

.wd-store-compare__table th,
.wd-store-compare__table td {
	padding: 18px 24px;
	border-bottom: 1px solid rgba(16, 16, 21, 0.075);
	font-size: 0.7rem;
	line-height: 1.45;
	text-align: center;
}

.wd-store-compare__table tr:last-child th,
.wd-store-compare__table tr:last-child td {
	border-bottom: 0;
}

.wd-store-compare__table th:first-child {
	width: 44%;
	text-align: left;
}

.wd-store-compare__table thead th {
	position: relative;
	padding-block: 25px;
	background: #f4f8ee;
	vertical-align: bottom;
}

.wd-store-compare__table thead th:first-child {
	color: var(--muted);
	font-size: 0.62rem;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.wd-store-compare__table thead th span,
.wd-store-compare__table thead th strong {
	display: block;
}

.wd-store-compare__table thead th span {
	margin-bottom: 6px;
	font-size: 0.75rem;
}

.wd-store-compare__table thead th strong {
	font-size: 1.25rem;
	letter-spacing: -0.04em;
}

.wd-store-compare__table thead th strong small {
	margin-left: 4px;
	color: var(--muted);
	font-size: 0.58rem;
	font-weight: 600;
	letter-spacing: 0;
}

.wd-store-compare__table .is-featured {
	background: rgba(100, 168, 0, 0.055);
}

.wd-store-compare__table thead .is-featured {
	padding-top: 44px;
	border-left: 1px solid rgba(100, 168, 0, 0.16);
	background:
		radial-gradient(circle at 88% 4%, rgba(127, 197, 46, 0.26), transparent 38%),
		radial-gradient(circle at 12% 100%, rgba(100, 168, 0, 0.12), transparent 42%),
		linear-gradient(155deg, #1f4d00 0%, #163800 58%, #0f2800 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
	color: #fff;
	overflow: hidden;
}

.wd-store-compare__table thead .is-featured strong small {
	color: rgba(255, 255, 255, 0.64);
}

.wd-store-compare__table thead .is-featured::before {
	display: none;
}

.wd-store-compare__table thead .is-featured > span,
.wd-store-compare__table thead .is-featured > strong {
	position: relative;
	z-index: 1;
}

.wd-store-compare__table thead .is-featured em {
	top: 0;
	right: auto;
	left: 50%;
	padding: 7px 12px;
	border-radius: 0 0 9px 9px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(7, 25, 0, 0.2);
	color: var(--pink);
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 2;
}

.wd-store-compare__table thead em {
	position: absolute;
	top: 0;
	right: 18px;
	padding: 5px 9px;
	border-radius: 0 0 8px 8px;
	background: var(--pink);
	color: #fff;
	font-size: 0.5rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wd-store-compare__yes {
	display: inline-grid;
	width: 27px;
	height: 27px;
	place-items: center;
	border-radius: 50%;
	background: rgb(from var(--pink) r g b / 0.11);
	color: var(--pink);
	font-size: 0.72rem;
	font-weight: 900;
}

.wd-store-compare__no {
	color: rgba(16, 16, 21, 0.3);
	font-size: 1rem;
}

.wd-store-compare__note {
	max-width: 820px;
	margin: 20px auto 0;
	color: rgba(16, 16, 21, 0.5);
	font-size: 0.62rem;
	line-height: 1.6;
	text-align: center;
}

.wd-store-addons {
	border-top: 1px solid rgba(127, 197, 46, 0.16);
	background:
		radial-gradient(circle at 10% 3%, rgba(127, 197, 46, 0.12), transparent 28%),
		radial-gradient(circle at 92% 82%, rgba(100, 168, 0, 0.09), transparent 34%),
		linear-gradient(155deg, #122f08 0%, #0c2207 56%, #071506 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
	color: #fff;
}

.wd-store-addons .kicker,
.wd-store-addons__header > p {
	color: rgba(255, 255, 255, 0.66);
}

.wd-store-addons .title-gradient {
	background: linear-gradient(115deg, #a4df58 0%, #7fc52e 48%, #64a800 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wd-store-addons__background-words {
	position: absolute;
	top: clamp(360px, 33%, 520px);
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	gap: 16px;
	overflow: hidden;
	margin: 0;
	padding: 3% 0;
	color: rgba(127, 197, 46, 0.026);
	font-size: clamp(2.4rem, 6vw, 7rem);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 0.88;
	mask-image: linear-gradient(to right, transparent 0%, #000 18%, #000 82%, transparent 100%);
	pointer-events: none;
	white-space: nowrap;
}

.wd-store-addons__background-words span:nth-child(even) {
	transform: translateX(-12%);
}

.wd-store-addons__background-words span:nth-child(odd) {
	transform: translateX(3%);
}

.wd-store-addons > .container {
	position: relative;
	z-index: 1;
}

.wd-store-addons__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: clamp(22px, 3vw, 44px);
	row-gap: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.wd-store-addon {
	position: relative;
	display: grid;
	min-height: 158px;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	align-content: center;
	column-gap: 18px;
	row-gap: 10px;
	overflow: visible;
	padding: 28px 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #fff;
	transition: border-color 180ms ease, transform 180ms ease;
}

.wd-store-addon::before {
	display: none;
}

.wd-store-addon::after {
	display: none;
}

.wd-store-addon > * {
	position: relative;
	z-index: 1;
}

.wd-store-addon:hover {
	border-color: rgba(127, 197, 46, 0.42);
	background: transparent;
	box-shadow: none;
	transform: translateX(5px);
}

@media (min-width: 901px) {
	.wd-store-addon:last-child:nth-child(3n + 1) {
		grid-column: 2;
	}

	.wd-store-addon:last-child {
		border-bottom-color: transparent;
	}
}

@media (min-width: 681px) and (max-width: 900px) {
	.wd-store-addon:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.wd-store-addon:last-child {
		border-bottom-color: transparent;
	}
}

.wd-store-addon__plus {
	display: grid;
	width: 48px;
	height: 48px;
	grid-column: 1;
	grid-row: 1 / span 2;
	align-self: start;
	place-items: center;
	margin: 0;
	border: 1px solid rgba(127, 197, 46, 0.44);
	border-radius: 50%;
	background: rgba(127, 197, 46, 0.09);
	box-shadow: inset 0 0 0 5px rgba(127, 197, 46, 0.025);
	color: var(--pink-bright);
	font-size: 1.15rem;
	font-weight: 700;
}

.wd-store-addon .wd-store-addon__price {
	position: relative;
	top: auto;
	right: auto;
	grid-column: 3;
	grid-row: 1;
	align-self: center;
	justify-self: end;
	margin: 0;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
	background: #f7fbea;
	box-shadow: 0 8px 18px rgba(7, 25, 0, 0.2);
	color: #1f4d00;
	font-size: 0.6rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1;
}

.wd-store-addon h3 {
	grid-column: 2;
	grid-row: 1;
	align-self: center;
	margin: 0;
	color: #fff;
	font-size: 1.05rem;
	letter-spacing: -0.035em;
}

.wd-store-addon > p:last-child {
	grid-column: 2 / 4;
	grid-row: 2;
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.68rem;
	line-height: 1.65;
}

.wd-store-addons__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 28px;
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.wd-store-addons__footer p {
	margin: 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.7rem;
	line-height: 1.6;
}

.wd-store-addons__footer strong {
	color: #fff;
}

.wd-store-addons__footer .button--outline {
	flex: 0 0 auto;
	border-color: rgba(255, 255, 255, 0.78);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.wd-store-addons__footer .button--outline:hover {
	border-color: transparent;
	background: var(--gradient);
}

@media (max-width: 900px) {
	.wd-store-compare__header,
	.wd-store-addons__header {
		grid-template-columns: 1fr;
		gap: 22px;
	}

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

@media (max-width: 680px) {
	.page-template-template-ecommerce .wd-plans,
	.wd-store-addons__grid {
		grid-template-columns: 1fr;
	}

	.wd-store-addon {
		grid-template-columns: 48px minmax(0, 1fr);
		grid-template-rows: auto auto auto;
	}

	.wd-store-addon__plus {
		grid-column: 1;
		grid-row: 1 / span 2;
	}

	.wd-store-addon h3 {
		grid-column: 2;
		grid-row: 1;
	}

	.wd-store-addon .wd-store-addon__price {
		grid-column: 2;
		grid-row: 2;
		justify-self: start;
	}

	.wd-store-addon > p:last-child {
		grid-column: 1 / 3;
		grid-row: 3;
		margin-top: 5px;
	}

	.page-template-template-ecommerce .wd-plan--featured,
	.page-template-template-ecommerce .wd-plan--featured:hover {
		transform: none;
	}

	.wd-store-compare__table th,
	.wd-store-compare__table td {
		padding: 15px 17px;
	}

	.wd-store-addons__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.wd-store-addons__footer .button--outline {
		width: 100%;
		justify-content: center;
	}
}

.wd-pricing__custom-hosting {
	position: relative;
	display: flex;
	max-width: 900px;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin: 34px auto 0;
	padding: 13px 13px 13px 22px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	background: linear-gradient(135deg, #0b0b10 0%, #15151b 58%, #222229 100%);
	box-shadow: 0 22px 54px rgba(10, 10, 14, 0.2);
	z-index: 1;
}

.wd-pricing__custom-hosting > div {
	display: grid;
	gap: 4px;
}

.wd-pricing__custom-hosting strong {
	color: #fff;
	font-size: 0.82rem;
	line-height: 1.3;
}

.wd-pricing__custom-hosting > div > span {
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.63rem;
	line-height: 1.55;
}

.wd-pricing__custom-hosting .button {
	flex: 0 0 auto;
	min-height: 52px;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 12px;
	background: #fff;
	box-shadow: none;
	color: var(--ink);
}

.wd-pricing__custom-hosting .button:hover {
	border-color: #fff;
	background: #fff;
	color: var(--ink);
	transform: translateY(-2px);
}

@media (max-width: 640px) {
	.wd-pricing__custom-hosting {
		align-items: stretch;
		flex-direction: column;
		padding: 20px;
	}

	.wd-pricing__custom-hosting .button {
		width: 100%;
	}
}

.wd-package-guide {
	position: relative;
	/* Clip decorative bleed without collapsing section spacing above the heading */
	overflow: hidden;
	scroll-margin-top: 110px;
	padding-block: clamp(100px, 12vw, 170px);
	border-top: 1px solid rgba(16, 16, 21, 0.07);
	background:
		radial-gradient(circle at 12% 0%, rgb(from var(--pink-bright) r g b / 0.045), transparent 28%),
		radial-gradient(circle at 92% 18%, rgb(from var(--purple) r g b / 0.05), transparent 26%),
		#faf9fb;
}

.wd-package-guide::before {
	position: absolute;
	top: -210px;
	right: -120px;
	width: min(440px, 70vw);
	height: min(440px, 70vw);
	border: 1px solid rgb(from var(--pink) r g b / 0.09);
	border-radius: 50%;
	box-shadow:
		0 0 0 65px rgb(from var(--pink) r g b / 0.025),
		0 0 0 130px rgb(from var(--purple) r g b / 0.018);
	content: "";
	pointer-events: none;
}

.wd-package-guide__header {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.55fr);
	align-items: end;
	gap: clamp(40px, 8vw, 120px);
	margin-bottom: clamp(42px, 6vw, 68px);
	z-index: 1;
}

.wd-package-guide__header > p {
	max-width: 520px;
	margin: 0 0 8px;
	color: var(--muted);
	font-size: 0.9rem;
	line-height: 1.75;
}

.wd-package-guide__routes {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: stretch;
	gap: 0;
	/* Room for the centred “Most popular” chip half-overflowing the top edge */
	overflow: visible;
	margin-top: 14px;
	border: 1px solid rgba(16, 16, 21, 0.09);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 22px 48px rgba(23, 13, 38, 0.06);
	z-index: 1;
}

.wd-package-guide__routes--single {
	grid-template-columns: minmax(0, 1fr);
	max-width: 920px;
	margin-inline: auto;
}

.wd-package-guide__routes--single .wd-package-guide__route--monthly {
	border-right: 1px solid rgb(from var(--navy) r g b / 0.18);
	border-radius: 24px;
}

.wd-package-guide__route {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	max-width: 100%;
	overflow: visible;
	padding: clamp(28px, 3.4vw, 40px);
	background: #faf9fb;
}

.wd-package-guide__route--monthly {
	/* Chip peeks above the card — keep route overflow visible */
	overflow: visible;
	isolation: isolate;
	border: 1px solid rgb(from var(--navy) r g b / 0.18);
	border-right: 0;
	border-radius: 24px 0 0 24px;
	/* Matches Professional plan treatment */
	background:
		radial-gradient(circle at 85% 8%, rgb(from var(--pink) r g b / 0.28), transparent 31%),
		linear-gradient(155deg, #251238 0%, #17101f 58%, #120d19 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 28px 56px rgba(30, 12, 44, 0.2);
	color: #fff;
}

.wd-package-guide__route--monthly > *:not(.wd-package-guide__background-words):not(.wd-package-guide__route-chip) {
	position: relative;
	z-index: 1;
}

.wd-package-guide__background-words {
	position: absolute;
	top: -4%;
	right: -8%;
	bottom: -8%;
	left: -10%;
	z-index: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: inherit;
	color: rgba(255, 255, 255, 0.034);
	font-size: clamp(1.05rem, 2.4vw, 1.35rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	/* One continuous block — even line rhythm, no cut-off mid-phrases */
	line-height: 1.55;
	word-spacing: 0.12em;
	text-transform: uppercase;
	transform: rotate(-3deg);
	transform-origin: center center;
	pointer-events: none;
	/* Visible upper/mid; stronger fade at the bottom */
	mask-image:
		linear-gradient(
			to bottom,
			#000 0%,
			#000 40%,
			rgba(0, 0, 0, 0.5) 62%,
			rgba(0, 0, 0, 0.14) 82%,
			transparent 97%
		),
		linear-gradient(
			to left,
			#000 0%,
			rgba(0, 0, 0, 0.7) 32%,
			rgba(0, 0, 0, 0.22) 62%,
			transparent 88%
		);
	-webkit-mask-image:
		linear-gradient(
			to bottom,
			#000 0%,
			#000 40%,
			rgba(0, 0, 0, 0.5) 62%,
			rgba(0, 0, 0, 0.14) 82%,
			transparent 97%
		),
		linear-gradient(
			to left,
			#000 0%,
			rgba(0, 0, 0, 0.7) 32%,
			rgba(0, 0, 0, 0.22) 62%,
			transparent 88%
		);
	mask-composite: intersect;
	-webkit-mask-composite: source-in;
}

.wd-package-guide__route--once {
	border-radius: 0 24px 24px 0;
	background: #fff;
}

.wd-package-guide__route-chip {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	padding: 6px 11px;
	border: 1.5px solid var(--pink);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(16, 16, 21, 0.14);
	color: var(--pink);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	/* Centre top, half-overflowed above the card edge */
	transform: translate(-50%, -50%);
}

.wd-package-guide__route-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 18px;
	margin-bottom: 18px;
}

.wd-package-guide__route-badge {
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(16, 16, 21, 0.05);
	color: var(--muted);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wd-package-guide__route--monthly .wd-package-guide__route-badge {
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.78);
}

.wd-package-guide__route--once .wd-package-guide__route-badge {
	background: rgba(16, 16, 21, 0.05);
	color: #9a9aa3;
}

.wd-package-guide__route-name {
	margin: 0 0 10px;
	color: var(--ink);
	font-family: "Kaushan Script", "Segoe Script", cursive;
	font-size: clamp(2.1rem, 3.4vw, 2.7rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	/* Slight stroke so the single-weight script reads a bit bolder */
	-webkit-text-stroke: 0.35px currentColor;
	paint-order: stroke fill;
}

.wd-package-guide__route--monthly .wd-package-guide__route-name {
	color: #fff;
}

.wd-package-guide__route h3 {
	margin: 0;
	max-width: 18ch;
	color: var(--muted);
	font-size: clamp(0.92rem, 1.2vw, 1.05rem);
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.4;
}

.wd-package-guide__route--monthly h3 {
	color: rgba(255, 255, 255, 0.64);
}

.wd-package-guide__route-price {
	display: grid;
	justify-items: center;
	gap: 1px;
	min-width: 92px;
	padding: 14px 12px;
	border: 1px solid rgba(16, 16, 21, 0.08);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(23, 13, 38, 0.05);
	text-align: center;
}

.wd-package-guide__route-price small {
	color: var(--muted);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wd-package-guide__route-price strong {
	color: var(--ink);
	font-size: clamp(1.35rem, 2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1;
}

.wd-package-guide__route-price span {
	color: var(--muted);
	font-size: 0.68rem;
	font-weight: 650;
}

/* Monthly price chip: light pill on the dark card (like Professional price emphasis) */
.wd-package-guide__route--monthly .wd-package-guide__route-price {
	min-width: 96px;
	border-color: rgba(255, 255, 255, 0.14);
	background:
		radial-gradient(circle at 80% 0%, rgb(from var(--pink-bright) r g b / 0.16), transparent 48%),
		linear-gradient(160deg, #fff 0%, #f7f4f8 100%);
	box-shadow: 0 14px 30px rgba(8, 4, 18, 0.28);
	color: var(--ink);
}

.wd-package-guide__route--monthly .wd-package-guide__route-price small {
	color: var(--pink);
}

.wd-package-guide__route--monthly .wd-package-guide__route-price strong {
	-webkit-text-fill-color: var(--ink);
	color: var(--ink);
}

.wd-package-guide__route--monthly .wd-package-guide__route-price span {
	color: var(--muted);
}

/* Once-off save chip: light off-white square */
.wd-package-guide__route--once .wd-package-guide__route-price--save {
	min-width: 96px;
	border-color: rgba(16, 16, 21, 0.08);
	background: #f5f4f6;
	box-shadow: 0 10px 24px rgba(23, 13, 38, 0.05);
	color: var(--ink);
}

.wd-package-guide__route--once .wd-package-guide__route-price--save small {
	color: var(--muted);
}

.wd-package-guide__route--once .wd-package-guide__route-price--save strong {
	background: none;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-text-fill-color: var(--ink);
	color: var(--ink);
}

.wd-package-guide__route--once .wd-package-guide__route-price--save span {
	color: var(--muted);
	font-size: 0.62rem;
	line-height: 1.25;
}

.wd-package-guide__route-lead {
	margin: 0 0 24px;
	color: var(--muted);
	font-size: 0.84rem;
	line-height: 1.7;
}

.wd-package-guide__route--monthly .wd-package-guide__route-lead {
	color: rgba(255, 255, 255, 0.64);
}

.wd-package-guide__timeline {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wd-package-guide__timeline li {
	position: relative;
	display: grid;
	gap: 4px;
	padding: 0 0 18px 28px;
}

.wd-package-guide__timeline li:last-child {
	padding-bottom: 0;
}

.wd-package-guide__timeline li::before {
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 11px;
	height: 11px;
	border: 2px solid var(--pink);
	border-radius: 50%;
	background: #fff;
	content: "";
	z-index: 1;
}

.wd-package-guide__timeline li:not(:last-child)::after {
	position: absolute;
	top: 1.1em;
	bottom: 0;
	left: 4.5px;
	width: 2px;
	background: linear-gradient(180deg, rgb(from var(--pink) r g b / 0.35), rgba(16, 16, 21, 0.08));
	content: "";
}

.wd-package-guide__route--monthly .wd-package-guide__timeline li::before {
	border-color: var(--pink);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--pink) 22%, transparent);
}

.wd-package-guide__route--monthly .wd-package-guide__timeline li:not(:last-child)::after {
	background: linear-gradient(180deg, color-mix(in srgb, var(--pink) 55%, transparent), rgba(255, 255, 255, 0.12));
}

.wd-package-guide__route--once .wd-package-guide__timeline li::before {
	border-color: var(--pink);
	background: color-mix(in srgb, var(--pink) 6%, #fff);
}

.wd-package-guide__timeline strong {
	font-size: 0.9rem;
	font-weight: 750;
	letter-spacing: -0.02em;
	line-height: 1.3;
}

.wd-package-guide__route--monthly .wd-package-guide__timeline strong {
	color: #fff;
}

.wd-package-guide__timeline span {
	color: var(--muted);
	font-size: 0.76rem;
	line-height: 1.6;
}

.wd-package-guide__route--monthly .wd-package-guide__timeline span {
	color: rgba(255, 255, 255, 0.58);
}

.wd-package-guide__package-options {
	display: grid;
	gap: 12px;
	margin: 10px 0 28px;
}

.wd-package-guide__package-options > article {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	padding: 16px;
	border: 1px solid rgba(16, 16, 21, 0.09);
	border-radius: 16px;
	background: #faf9fb;
}

.wd-package-guide__package-options > article.is-featured {
	border-color: rgb(from var(--pink) r g b / 0.28);
	background: rgb(from var(--pink) r g b / 0.055);
}

.wd-package-guide__package-options > article > span {
	display: grid;
	width: 42px;
	height: 42px;
	border-radius: 13px;
	background: rgb(from var(--pink) r g b / 0.09);
	color: var(--pink);
	font-size: 0.68rem;
	font-weight: 800;
	place-items: center;
}

.wd-package-guide__package-options strong,
.wd-package-guide__package-options p,
.wd-package-guide__package-options small {
	display: block;
}

.wd-package-guide__package-options strong {
	margin-bottom: 3px;
	font-size: 0.94rem;
}

.wd-package-guide__package-options p {
	margin: 0 0 4px;
	color: var(--ink);
	font-size: 0.8rem;
	font-weight: 700;
}

.wd-package-guide__package-options small {
	color: var(--muted);
	font-size: 0.69rem;
	line-height: 1.45;
}

.wd-package-guide__route-fit {
	margin: auto 0 0;
	padding-top: 20px;
	border-top: 1px dashed rgba(16, 16, 21, 0.12);
	color: var(--ink);
	font-size: 0.78rem;
	line-height: 1.55;
}

.wd-package-guide__route--monthly .wd-package-guide__route-fit {
	margin-top: 28px;
	padding-top: 28px;
	border-top-color: rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.88);
}

.wd-package-guide__route-fit em {
	margin-right: 4px;
	color: var(--pink);
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.66rem;
}

.wd-package-guide__route--monthly .wd-package-guide__route-fit em {
	color: var(--pink);
}

.wd-package-guide__vs {
	position: relative;
	display: grid;
	place-items: center;
	width: 1px;
	background: rgba(16, 16, 21, 0.08);
	z-index: 2;
}

.wd-package-guide__vs span {
	position: absolute;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(16, 16, 21, 0.1);
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 10px 24px rgba(23, 13, 38, 0.08);
	color: var(--ink);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.wd-package-guide__facts {
	position: relative;
	margin-top: 28px;
	padding: 0;
	border-top: 0;
	z-index: 1;
}

.wd-package-guide__facts-label {
	margin: 0 0 14px;
	color: var(--muted);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
}

.wd-package-guide__facts-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.wd-package-guide__facts article {
	padding: 4px 22px 8px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.wd-package-guide__facts article + article {
	padding-left: 22px;
	border-left: 1px solid rgba(16, 16, 21, 0.07);
}

.wd-package-guide__facts strong {
	display: block;
	margin-bottom: 8px;
	color: var(--ink);
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.3;
}

.wd-package-guide__fact-title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.wd-tip {
	position: relative;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}

.wd-tip__btn {
	display: inline-grid;
	width: 16px;
	height: 16px;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(16, 16, 21, 0.18);
	border-radius: 50%;
	background: rgba(16, 16, 21, 0.04);
	color: var(--muted);
	cursor: help;
	font-family: inherit;
	font-size: 0.58rem;
	font-weight: 800;
	line-height: 1;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.wd-tip__btn:hover,
.wd-tip__btn:focus-visible {
	border-color: rgb(from var(--pink) r g b / 0.4);
	background: rgb(from var(--pink) r g b / 0.08);
	color: var(--pink);
	outline: none;
}

.wd-tip__bubble {
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	z-index: 5;
	width: min(220px, 70vw);
	padding: 10px 12px;
	border: 1px solid rgba(16, 16, 21, 0.1);
	border-radius: 10px;
	background: #17121e;
	box-shadow: 0 12px 28px rgba(23, 13, 38, 0.18);
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.68rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.45;
	text-align: left;
	text-transform: none;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-50%) translateY(4px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.wd-tip__bubble::after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-right: 1px solid rgba(16, 16, 21, 0.1);
	border-bottom: 1px solid rgba(16, 16, 21, 0.1);
	background: #17121e;
	content: "";
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.wd-tip:hover .wd-tip__bubble,
.wd-tip:focus-within .wd-tip__bubble {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.wd-package-guide__facts-grid p {
	margin: 0;
	color: var(--muted);
	font-size: 0.72rem;
	line-height: 1.65;
}
.wd-start {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 12%, rgb(from var(--pink) r g b / 0.07), transparent 29%),
		radial-gradient(circle at 7% 94%, rgb(from var(--purple) r g b / 0.055), transparent 34%),
		#fff;
	border-block: 1px solid rgba(16, 16, 21, 0.07);
	isolation: isolate;
}

.wd-start::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(16, 16, 21, 0.024) 1px, transparent 1px),
		linear-gradient(90deg, rgba(16, 16, 21, 0.024) 1px, transparent 1px);
	background-size: 74px 74px;
	content: "";
	mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.wd-start__words {
	position: absolute;
	top: 10%;
	left: -4%;
	z-index: -1;
	color: rgba(16, 16, 21, 0.026);
	font-size: clamp(4.8rem, 9vw, 10rem);
	font-weight: 700;
	letter-spacing: -0.06em;
	line-height: 1;
	white-space: nowrap;
	transform: rotate(-3deg);
}

.wd-start__header {
	max-width: 640px;
	margin: 0 auto clamp(42px, 6vw, 64px);
	text-align: center;
}

.wd-start__header .kicker {
	justify-content: center;
}

.wd-start__header h2 {
	margin-bottom: 16px;
}

.wd-start__header > p:not(.kicker) {
	margin: 0 auto;
	max-width: 520px;
	color: var(--muted);
	font-size: 0.9rem;
	line-height: 1.75;
}

.wd-start__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: start-step;
}

@media (min-width: 1121px) {
	.page-template-template-hosting .wd-start__steps {
		max-width: 1000px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-inline: auto;
	}
}

.wd-start__steps li {
	position: relative;
	display: grid;
	gap: 10px;
	align-content: start;
	justify-items: center;
	min-height: 245px;
	padding: clamp(24px, 2.35vw, 30px);
	overflow: hidden;
	border: 1px solid rgba(16, 16, 21, 0.11);
	border-radius: 16px;
	background:
		radial-gradient(circle at 50% 116%, rgb(from var(--purple) r g b / 0.07), transparent 42%),
		#fff;
	box-shadow: 0 12px 30px rgba(40, 14, 40, 0.045);
	counter-increment: start-step;
	text-align: center;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wd-start__steps li::before {
	display: block;
	width: fit-content;
	height: auto;
	margin: 0 auto 26px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--pink);
	content: counter(start-step) ".";
	font-family: "Kaushan Script", cursive;
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: -0.055em;
	line-height: 1;
}

.wd-start__steps--icons li {
	padding-top: 28px;
}

.wd-start__steps--icons li::before {
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 2;
	display: grid;
	width: 48px;
	height: 42px;
	margin: 0;
	place-items: center;
	border: 0;
	border-right: 1px solid rgb(from var(--pink) r g b / 0.045);
	border-bottom: 1px solid rgb(from var(--pink) r g b / 0.045);
	border-radius: 16px 2px 24px 2px;
	background: rgb(from var(--pink) r g b / 0.018);
	color: rgb(from var(--pink) r g b / 0.34);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.wd-start__icon {
	position: relative;
	display: grid;
	width: 58px;
	height: 58px;
	margin: 5px 0 22px;
	place-items: center;
	border: 1px solid rgb(from var(--pink) r g b / 0.16);
	border-radius: 18px;
	background:
		radial-gradient(circle at 75% 20%, rgb(from var(--pink) r g b / 0.12), transparent 46%),
		rgb(from var(--pink) r g b / 0.045);
	color: var(--pink);
	font-size: 28px;
	line-height: 1;
}

.wd-start__icon::before {
	width: auto;
	height: auto;
	font-size: 28px;
	line-height: 1;
}

.wd-start__steps li::after {
	position: absolute;
	bottom: -126px;
	left: 50%;
	width: 190px;
	height: 190px;
	border: 1px solid rgb(from var(--pink) r g b / 0.1);
	border-radius: 50%;
	box-shadow:
		0 0 0 22px rgb(from var(--purple) r g b / 0.016),
		0 0 0 44px rgb(from var(--pink) r g b / 0.01);
	content: "";
	opacity: 0.46;
	pointer-events: none;
	transform: translateX(-50%);
	transition: opacity 180ms ease, transform 180ms ease;
}

.wd-start__steps li:hover {
	border-color: rgb(from var(--pink) r g b / 0.28);
	box-shadow: 0 16px 34px rgba(40, 14, 40, 0.075);
	transform: translateY(-3px);
}

.wd-start__steps li:hover::after {
	opacity: 0.66;
	transform: translateX(-50%) translateY(-4px) scale(1.03);
}

.wd-start__steps li::before,
.wd-start__steps strong,
.wd-start__steps span {
	position: relative;
	z-index: 1;
}

.wd-start__steps--icons li::before {
	position: absolute;
	z-index: 2;
}

.wd-start__steps strong {
	font-size: clamp(1.05rem, 1.4vw, 1.25rem);
	font-weight: 750;
	letter-spacing: -0.03em;
	line-height: 1.2;
}

.wd-start__steps span {
	max-width: 260px;
	color: var(--muted);
	font-size: 0.82rem;
	line-height: 1.65;
}

.wd-start__cta {
	display: flex;
	justify-content: center;
	margin-top: clamp(28px, 4vw, 42px);
}

.wd-package-guide__help {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	margin-top: 28px;
	padding: 24px 26px 24px 30px;
	border-radius: 16px;
	background:
		radial-gradient(circle at 85% 8%, rgb(from var(--pink) r g b / 0.28), transparent 31%),
		linear-gradient(155deg, #251238 0%, #17101f 58%, #120d19 100%);
	color: #fff;
	z-index: 1;
}

.page-template-template-ecommerce .wd-package-guide__help {
	background:
		radial-gradient(circle at 85% 8%, rgba(127, 197, 46, 0.26), transparent 31%),
		linear-gradient(155deg, #1f4d00 0%, #163800 58%, #0f2800 100%);
}

.page-template-template-seo-aeo .wd-package-guide__help {
	background:
		radial-gradient(circle at 85% 8%, rgba(255, 133, 51, 0.28), transparent 31%),
		linear-gradient(155deg, #7a2e00 0%, #4a1a00 58%, #2e1000 100%);
}

.page-template-template-google-meta-ads .wd-package-guide__help {
	background:
		radial-gradient(circle at 85% 8%, rgba(69, 164, 255, 0.28), transparent 31%),
		linear-gradient(155deg, #103f8e 0%, #082c73 58%, #041b49 100%);
}

.page-template-template-hosting .wd-package-guide__help {
	background:
		radial-gradient(circle at 85% 8%, rgba(255, 90, 99, 0.26), transparent 31%),
		linear-gradient(155deg, #5c0f16 0%, #3a0a10 58%, #22060a 100%);
}

.page-template-template-branding-marketing .wd-package-guide__help {
	background:
		radial-gradient(circle at 85% 8%, rgba(255, 95, 208, 0.26), transparent 31%),
		linear-gradient(155deg, #5c0a45 0%, #3a0630 58%, #22041c 100%);
}

.wd-package-guide__help strong {
	font-size: 1rem;
}

.wd-package-guide__help p {
	margin: 7px 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.72rem;
	line-height: 1.6;
}

.wd-package-guide__help p a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: rgb(from var(--pink) r g b / 0.7);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.wd-package-guide__help .button {
	flex: 0 0 auto;
	min-width: 220px;
	background: #fff;
	color: var(--ink);
}

.wd-package-guide__help .button:hover {
	background: #fff;
	box-shadow: 0 15px 36px rgba(0, 0, 0, 0.2);
	color: var(--ink);
}
.wd-included {
	background: #fff;
}

.wd-included__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
	gap: clamp(60px, 10vw, 150px);
}

.wd-included__copy {
	align-self: start;
	position: sticky;
	top: 140px;
}

.wd-included__copy > p:not(.kicker) {
	max-width: 510px;
	margin: 29px 0 34px;
	color: var(--muted);
	font-size: 0.94rem;
	line-height: 1.75;
}

.wd-included__list {
	border-top: 1px solid var(--line);
}

.wd-included__list > div {
	display: grid;
	grid-template-columns: 50px minmax(160px, 0.55fr) 1fr;
	gap: 26px;
	padding: 34px 8px;
	border-bottom: 1px solid var(--line);
}

.wd-included__list span {
	color: var(--pink);
	font-size: 0.66rem;
	font-weight: 700;
}

.wd-included__list strong {
	font-size: 0.94rem;
}

.wd-included__list p {
	margin: 0;
	color: var(--muted);
	font-size: 0.8rem;
	line-height: 1.65;
}

.wd-process {
	background:
		linear-gradient(135deg, rgb(from var(--pink) r g b / 0.035), transparent 44%),
		var(--soft);
}

.wd-process__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding: 0;
	border-block: 1px solid var(--line);
	list-style: none;
	counter-reset: none;
}

.wd-process__grid li {
	position: relative;
	min-height: 290px;
	padding: 32px;
}

.wd-process__grid li + li {
	border-left: 1px solid var(--line);
}

.wd-process__grid li > span {
	display: grid;
	width: 45px;
	height: 45px;
	margin-bottom: 72px;
	place-items: center;
	border: 1px solid rgba(16, 16, 21, 0.13);
	border-radius: 50%;
	color: var(--pink);
	font-size: 0.66rem;
	font-weight: 700;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.wd-process__grid li:hover > span {
	background: var(--gradient);
	color: #fff;
	transform: rotate(-8deg) scale(1.08);
}

.wd-process__grid h3 {
	font-size: 1.35rem;
}

.wd-process__grid p {
	margin: 16px 0 0;
	color: var(--muted);
	font-size: 0.78rem;
	line-height: 1.7;
}

.wd-work {
	position: relative;
	overflow: hidden;
	background: #160055;
	color: #fff;
}

.wd-work::before {
	position: absolute;
	top: -22vw;
	right: -12vw;
	width: 46vw;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	box-shadow:
		0 0 0 8vw rgba(255, 255, 255, 0.02),
		0 0 0 16vw rgba(255, 255, 255, 0.015);
	content: "";
}

.wd-work .section-intro p,
.wd-work .arrow-link {
	color: rgba(255, 255, 255, 0.65);
}

.wd-work .arrow-link span {
	color: var(--green);
}

.wd-work__grid {
	position: relative;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr 0.85fr;
	gap: 18px;
	z-index: 1;
}

.wd-work__grid article:nth-child(2) {
	margin-top: 64px;
}

.wd-work__grid article:nth-child(3) {
	margin-top: 128px;
}

.wd-work__image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1.15 / 1;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
}

.wd-work__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(16, 16, 21, 0.55), transparent 58%);
	content: "";
	opacity: 0;
	transition: opacity 220ms ease;
}

.wd-work__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.wd-work__image span {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 1;
	padding: 9px 12px;
	border-radius: 8px;
	background: #fff;
	color: var(--ink);
	font-size: 0.63rem;
	font-weight: 700;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 220ms ease, transform 220ms ease;
}

.wd-work article a:hover .wd-work__image img {
	transform: scale(1.045);
}

.wd-work article a:hover .wd-work__image::after,
.wd-work article a:hover .wd-work__image span {
	opacity: 1;
}

.wd-work article a:hover .wd-work__image span {
	transform: translateY(0);
}

.wd-work article > a > p {
	margin: 20px 0 3px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.wd-work h3 {
	font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.wd-faq {
	background: #fff;
}

.wd-faq__layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1fr);
	gap: clamp(70px, 10vw, 160px);
}

.wd-faq__intro > p:not(.kicker) {
	max-width: 430px;
	margin: 28px 0 30px;
	color: var(--muted);
	font-size: 0.9rem;
	line-height: 1.75;
}

.wd-faq__items {
	border-top: 1px solid var(--line);
}

.wd-faq details {
	border-bottom: 1px solid var(--line);
}

.wd-faq summary {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 29px 6px;
	cursor: pointer;
	font-size: 0.98rem;
	font-weight: 700;
	list-style: none;
}

.wd-faq summary::-webkit-details-marker {
	display: none;
}

.wd-faq summary span {
	position: relative;
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(16, 16, 21, 0.12);
	border-radius: 50%;
	transition:
		border-color 280ms ease,
		background-color 280ms ease;
}

.wd-faq summary span::before,
.wd-faq summary span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 1px;
	background: var(--ink);
	content: "";
	transform: translate(-50%, -50%);
	transition:
		transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
		background-color 280ms ease;
}

.wd-faq summary span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.wd-faq details[open] summary span {
	border-color: var(--pink);
	background: var(--pink);
}

.wd-faq details[open] summary span::before {
	background: #fff;
	transform: translate(-50%, -50%) rotate(180deg);
}

.wd-faq details[open] summary span::after {
	background: #fff;
	transform: translate(-50%, -50%) rotate(180deg);
}

.wd-faq__panel {
	overflow: hidden;
	height: 0;
	opacity: 0;
	transition:
		height 380ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 280ms ease;
}

.wd-faq details[open] > .wd-faq__panel {
	height: auto;
	opacity: 1;
}

.wd-faq__panel-inner p {
	max-width: 680px;
	margin: -5px 0 30px;
	padding-right: 44px;
	color: var(--muted);
	font-size: 0.82rem;
	line-height: 1.75;
}

@media (prefers-reduced-motion: reduce) {
	.wd-faq__panel {
		height: auto;
		opacity: 1;
		transition: none;
	}

	.wd-faq details:not([open]) > .wd-faq__panel {
		height: 0;
		opacity: 0;
	}

	.wd-faq summary span,
	.wd-faq summary span::before,
	.wd-faq summary span::after {
		transition: none;
	}
}

.wd-motion-ready [data-wd-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition:
		opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--wd-delay, 0ms);
}

.wd-motion-ready [data-wd-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1120px) {
	.wd-hero__layout {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
		gap: 44px;
	}

	.wd-hero h1 {
		font-size: clamp(3.35rem, 5.5vw, 4.8rem);
	}

	.wd-hero__pricing {
		grid-template-columns: minmax(140px, 1fr) auto minmax(145px, 1fr);
	}

	.wd-hero__pricing > a {
		grid-column: 1 / -1;
	}

	.wd-wireframe__hero {
		padding: 22px;
	}

	.wd-trusted__logos {
		grid-template-columns: repeat(4, 1fr);
	}

	.wd-trusted__logos figure:nth-child(n + 9) {
		display: none;
	}

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

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

	.wd-plans {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
	}

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

	.wd-plan--featured,
	.wd-plan--featured:hover {
		transform: none;
	}

	.wd-package-guide__routes {
		grid-template-columns: 1fr;
	}

	.wd-package-guide__route--monthly {
		border-right: 1px solid rgb(from var(--navy) r g b / 0.18);
		border-bottom: 0;
		border-radius: 24px 24px 0 0;
	}

	.wd-package-guide__route--once {
		border-radius: 0 0 24px 24px;
	}

	.wd-package-guide__vs {
		width: 100%;
		height: 1px;
	}

	.wd-package-guide__vs span {
		position: absolute;
	}

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

	.wd-package-guide__facts article:nth-child(3) {
		border-left: 0;
		padding-left: 0;
	}

	.wd-package-guide__facts article:nth-child(n + 3) {
		border-top: 1px solid rgba(16, 16, 21, 0.07);
		padding-top: 18px;
	}

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

	.wd-start__steps li {
		min-height: 0;
	}

	.wd-process__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.wd-process__grid li:nth-child(3) {
		border-top: 1px solid var(--line);
		border-left: 0;
	}

	.wd-process__grid li:nth-child(4) {
		border-top: 1px solid var(--line);
	}
}

@media (max-width: 900px) {
	.wd-hero {
		padding-top: 54px;
	}

	.wd-hero__layout {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.wd-hero__copy {
		text-align: center;
	}

	.wd-hero__review {
		display: inline-flex;
		margin-bottom: 27px;
	}

	.wd-hero__copy .kicker,
	.wd-hero__actions {
		justify-content: center;
	}

	.wd-hero__meet {
		justify-content: center;
	}

	.wd-hero h1 {
		margin-inline: auto;
	}

	.wd-hero__lead,
	.wd-hero__pricing,
	.wd-hero__checks {
		margin-inline: auto;
	}

	.wd-hero__pricing,
	.wd-hero__checks {
		text-align: left;
	}

	.wd-wireframe-wrap {
		width: min(100%, 660px);
		margin-inline: auto;
	}

	.wd-hero__proof {
		grid-template-columns: repeat(2, 1fr);
	}

	.wd-hero__proof > div:nth-child(3) {
		border-top: 1px solid rgba(16, 16, 21, 0.09);
		border-left: 0;
	}

	.wd-hero__proof > div:nth-child(4) {
		border-top: 1px solid rgba(16, 16, 21, 0.09);
	}

	.wd-trusted__inner {
		grid-template-columns: 1fr;
	}

	.wd-trusted .kicker {
		justify-content: center;
	}

	.wd-foundations__header {
		max-width: 760px;
	}

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

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

	.wd-pricing__header,
	.wd-package-guide__header,
	.wd-included__layout,
	.wd-faq__layout {
		grid-template-columns: 1fr;
	}

	.wd-included__copy {
		position: static;
	}

	.wd-work__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.wd-work__grid article:nth-child(2),
	.wd-work__grid article:nth-child(3) {
		margin-top: 0;
	}

	.wd-work__grid article:first-child {
		grid-column: 1 / -1;
	}

	.wd-work__grid article:first-child .wd-work__image {
		aspect-ratio: 1.7 / 1;
	}
}

@media (max-width: 640px) {
	.wd-hero {
		padding-top: 38px;
	}

	.wd-hero::after {
		display: none;
	}

	.wd-hero__layout {
		gap: 44px;
		padding-bottom: 58px;
	}

	.wd-hero h1 {
		font-size: clamp(2.35rem, 10vw, 3.05rem);
		white-space: normal;
	}

	.wd-hero h1 .wd-hero__title-main {
		font-size: 0.88em;
	}

	.wd-hero h1 .title-gradient {
		font-size: 0.66em;
	}

	.wd-hero__pricing {
		grid-template-columns: 1fr 1fr;
		gap: 13px 16px;
		padding: 0;
	}

	.wd-hero__pricing.wd-hero__pricing--compact {
		grid-template-columns: repeat(2, max-content);
		justify-content: center;
		gap: 13px 22px;
		width: fit-content;
		margin-inline: auto;
	}

	.wd-hero__pricing.wd-hero__pricing--compact.wd-hero__pricing--single {
		grid-template-columns: max-content;
		justify-content: center;
		width: fit-content;
		margin-inline: auto;
	}

	.wd-hero__pricing--compact.wd-hero__pricing--single .wd-hero__price {
		justify-items: center;
		text-align: center;
	}

	.wd-hero__pricing > i {
		display: none;
	}

	.wd-hero__price--once {
		border-left: 1px solid rgba(16, 16, 21, 0.1);
	}

	.wd-hero__pricing > a {
		grid-column: 1 / -1;
		min-height: 56px;
	}

	.wd-hero__price strong {
		font-size: clamp(1.7rem, 7.8vw, 2rem);
	}

	.wd-hero__price {
		min-height: 72px;
		padding: 12px;
	}

	.wd-hero__lead {
		font-size: 0.92rem;
	}

	.wd-hero__actions {
		flex-direction: column;
		gap: 20px;
	}

	.wd-hero__actions .button {
		width: 100%;
	}

	.wd-hero__actions .wd-hero__meet-chip {
		width: 100%;
	}

	.wd-hero__checks {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: stretch;
	}

	.wd-hero__checks li {
		min-height: 74px;
	}

	.wd-wireframe-wrap {
		padding: 22px 0 34px;
	}

	.wd-wireframe {
		border-radius: 14px;
		transform: none;
	}

	.wd-wireframe__screen {
		padding: 11px;
	}

	.wd-wireframe__nav {
		grid-template-columns: 38px 1fr 42px;
		gap: 12px;
	}

	.wd-wireframe__nav > div {
		gap: 7px;
	}

	.wd-wireframe__nav > div i {
		width: 18px;
	}

	.wd-wireframe__hero {
		grid-template-columns: 1fr 0.9fr;
		gap: 10px;
		min-height: 205px;
		padding: 17px;
	}

	.wd-wireframe__cards > div {
		padding: 9px;
	}

	.wd-store-product {
		grid-template-columns: 1fr;
		gap: 12px;
		min-height: 0;
		padding: 12px;
	}

	.wd-store-product__shot {
		min-height: 130px;
	}

	.wd-store-product__shape {
		width: 48%;
	}

	.wd-store-related__item em {
		height: 32px;
	}

	.wd-wireframe__status {
		top: 1px;
		left: 0;
	}

	.wd-wireframe__badge {
		right: 0;
		bottom: 7px;
	}

	.wd-billing {
		display: flex;
		width: 100%;
	}

	.wd-billing button {
		flex: 1;
		min-width: 0;
	}

	.wd-hero__proof {
		grid-template-columns: 1fr;
		border-radius: 14px 14px 0 0;
	}

	.wd-hero__proof > div {
		min-height: 88px;
	}

	.wd-hero__proof > div + div,
	.wd-hero__proof > div:nth-child(3),
	.wd-hero__proof > div:nth-child(4) {
		border-top: 1px solid rgba(16, 16, 21, 0.09);
		border-left: 0;
	}

	.wd-trusted__logos {
		grid-template-columns: repeat(2, 1fr);
	}

	.wd-trusted__logos figure:nth-child(n + 7) {
		display: none;
	}

	.wd-foundations__grid {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.wd-foundations__grid article,
	.wd-foundations__grid article:nth-child(2),
	.wd-foundations__grid article:nth-child(2):hover {
		min-height: 230px;
		padding: 24px;
		transform: none;
	}

	.wd-foundations__top {
		margin-bottom: 34px;
	}

	.wd-integrations__header h2 {
		font-size: clamp(2.3rem, 11vw, 3.2rem);
	}

	.wd-integrations__panel {
		border-radius: 14px;
	}

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

	.wd-integration {
		min-height: 138px;
		gap: 13px;
		padding: 18px 10px 16px;
	}

	.wd-integration:hover {
		box-shadow: none;
		transform: none;
	}

	.wd-integration__logo {
		width: 76px;
		height: 46px;
	}

	.wd-integration__logo::before {
		width: 36px;
		height: 36px;
	}

	.wd-integration--wide-logo .wd-integration__logo::before {
		width: 68px;
		height: 32px;
	}

	.wd-integration--woocommerce .wd-integration__logo {
		width: 96px;
	}

	.wd-integration--woocommerce .wd-integration__logo::before {
		width: 86px;
		height: 34px;
	}

	.wd-integration__copy strong {
		white-space: normal;
	}

	.wd-integrations__cta {
		align-items: stretch;
		flex-direction: column;
		padding: 24px 20px 20px;
	}

	.wd-integrations__cta .arrow-link {
		align-self: flex-start;
	}

	.wd-plans,
	.wd-process__grid,
	.wd-work__grid {
		grid-template-columns: 1fr;
	}

	.wd-plans.wd-plans--three {
		grid-template-columns: 1fr;
	}

	.wd-pricing__header {
		gap: 34px;
	}

	.wd-pricing__choice-actions .arrow-link {
		justify-self: center;
	}

	.wd-plan {
		min-height: auto;
	}

	.wd-plan__description {
		min-height: 0;
	}

	.wd-plan__price {
		margin-top: 20px;
	}

	.wd-plan > small {
		margin-top: 22px;
	}

	.wd-pricing__footnotes {
		display: grid;
	}

	.wd-package-guide__header {
		gap: 28px;
	}

	.wd-package-guide__routes,
	.wd-package-guide__facts-grid {
		grid-template-columns: 1fr;
	}

	.wd-package-guide__route-head {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 12px;
	}

	.wd-package-guide__route-price {
		justify-self: end;
	}

	.wd-package-guide__facts article,
	.wd-package-guide__facts article + article {
		border-left: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.wd-package-guide__facts article + article {
		border-top: 1px solid rgba(16, 16, 21, 0.07);
		padding-top: 16px;
		margin-top: 4px;
	}

	.wd-package-guide__help {
		align-items: stretch;
		flex-direction: column;
		padding: 26px;
	}

	.wd-package-guide__help .button {
		width: 100%;
		min-width: 0;
	}

	.wd-start__steps {
		grid-template-columns: 1fr;
	}

	.wd-included__list > div {
		grid-template-columns: 38px 1fr;
		gap: 10px 18px;
	}

	.wd-included__list p {
		grid-column: 2;
	}

	.wd-process__grid li + li,
	.wd-process__grid li:nth-child(3),
	.wd-process__grid li:nth-child(4) {
		border-top: 1px solid var(--line);
		border-left: 0;
	}

	.wd-process__grid li {
		min-height: 260px;
	}

	.wd-work__grid article:first-child {
		grid-column: auto;
	}

	.wd-work__grid article:first-child .wd-work__image,
	.wd-work__image {
		aspect-ratio: 1.2 / 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wd-motion-ready [data-wd-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.wd-wireframe,
	.wd-wireframe__copy > span::after,
	.wd-wireframe__panel > span::after,
	.wd-wireframe__cards span::after,
	.wd-wireframe__orb,
	.wd-wireframe__cursor,
	.wd-wireframe__status i,
	.wd-store-product__orb,
	.wd-store-product__shape,
	.wd-store-product__line::after,
	.wd-store-related__item span::after,
	.wd-store-product__atc,
	.wd-store-nav__count,
	.wd-ads__chart span {
		animation: none;
	}

	.wd-store-cursor {
		display: none;
	}
}
